From 1b961c0df8427885cd976c13e684fd154e52f515 Mon Sep 17 00:00:00 2001 From: Sin Ser'hao Date: Fri, 2 Jan 2026 14:53:38 +0100 Subject: [PATCH] init --- .envrc | 1 + .../FTB-Quests-Localization-Resourcepack.zip | Bin 0 -> 499327 bytes .../ftbquests/quests/chapter_groups.snbt | 6 + .../quests/chapters/digital_storage.snbt | 1130 ++ .../quests/chapters/ffood_plants.snbt | 2943 +++ .../chapters/how_the_world_came_to_be.snbt | 699 + .../ftbquests/quests/chapters/mob_safari.snbt | 2985 +++ .../quests/chapters/resource_generation.snbt | 2554 +++ .../quests/chapters/the_color_green.snbt | 2379 +++ .../quests/chapters/the_hunt_for_grass.snbt | 1151 ++ .../quests/chapters/the_sound_of_life.snbt | 2667 +++ .../quests/chapters/the_taste_of_power.snbt | 360 + .../quests/chapters/the_touch_of.snbt | 422 + FTBLang/backup/ftbquests/quests/data.snbt | 25 + .../ftbquests/quests/reward_tables/bee.snbt | 13 + .../quests/reward_tables/canvas.snbt | 12 + .../quests/reward_tables/chicken.snbt | 11 + .../ftbquests/quests/reward_tables/cow.snbt | 12 + .../ftbquests/quests/reward_tables/horns.snbt | 89 + .../quests/reward_tables/instrument.snbt | 25 + .../quests/reward_tables/mana_stuff.snbt | 11 + .../quests/reward_tables/rabbit.snbt | 11 + .../quests/reward_tables/skeleton.snbt | 29 + .../quests/reward_tables/snow_golem.snbt | 13 + .../ftbquests/quests/reward_tables/witch.snbt | 11 + .../quests/reward_tables/zombie.snbt | 13 + .../quests/reward_tables/zombie_2.snbt | 10 + .../assets/ftbquestlocalizer/lang/de_de.json | 1235 ++ .../assets/ftbquestlocalizer/lang/en_us.json | 1235 ++ .../assets/ftbquestlocalizer/lang/es_es.json | 1235 ++ .../assets/ftbquestlocalizer/lang/fr_fr.json | 1235 ++ .../assets/ftbquestlocalizer/lang/ja_jp.json | 1235 ++ .../assets/ftbquestlocalizer/lang/ko_kr.json | 1235 ++ .../assets/ftbquestlocalizer/lang/ru_ru.json | 1235 ++ .../assets/ftbquestlocalizer/lang/zh_cn.json | 1235 ++ .../assets/ftbquestlocalizer/lang/zh_hk.json | 1235 ++ .../assets/ftbquestlocalizer/lang/zh_tw.json | 1235 ++ .../ftbquests/quests/chapter_groups.snbt | 6 + .../quests/chapters/digital_storage.snbt | 1130 ++ .../quests/chapters/ffood_plants.snbt | 2943 +++ .../chapters/how_the_world_came_to_be.snbt | 699 + .../ftbquests/quests/chapters/mob_safari.snbt | 2985 +++ .../quests/chapters/resource_generation.snbt | 2554 +++ .../quests/chapters/the_color_green.snbt | 2379 +++ .../quests/chapters/the_hunt_for_grass.snbt | 1151 ++ .../quests/chapters/the_sound_of_life.snbt | 2667 +++ .../quests/chapters/the_taste_of_power.snbt | 360 + .../quests/chapters/the_touch_of.snbt | 422 + FTBLang/config/ftbquests/quests/data.snbt | 25 + .../ftbquests/quests/reward_tables/bee.snbt | 13 + .../quests/reward_tables/canvas.snbt | 12 + .../quests/reward_tables/chicken.snbt | 11 + .../ftbquests/quests/reward_tables/cow.snbt | 12 + .../ftbquests/quests/reward_tables/horns.snbt | 89 + .../quests/reward_tables/instrument.snbt | 25 + .../quests/reward_tables/mana_stuff.snbt | 11 + .../quests/reward_tables/rabbit.snbt | 11 + .../quests/reward_tables/skeleton.snbt | 29 + .../quests/reward_tables/snow_golem.snbt | 13 + .../ftbquests/quests/reward_tables/witch.snbt | 11 + .../quests/reward_tables/zombie.snbt | 13 + .../quests/reward_tables/zombie_2.snbt | 10 + .../assets/ftbquestlocalizer/lang/de_de.json | 1235 ++ .../assets/ftbquestlocalizer/lang/en_us.json | 1235 ++ .../assets/ftbquestlocalizer/lang/es_es.json | 1235 ++ .../assets/ftbquestlocalizer/lang/fr_fr.json | 1235 ++ .../assets/ftbquestlocalizer/lang/ja_jp.json | 1235 ++ .../assets/ftbquestlocalizer/lang/ko_kr.json | 1235 ++ .../assets/ftbquestlocalizer/lang/ru_ru.json | 1235 ++ .../assets/ftbquestlocalizer/lang/zh_cn.json | 1235 ++ .../assets/ftbquestlocalizer/lang/zh_hk.json | 1235 ++ .../assets/ftbquestlocalizer/lang/zh_tw.json | 1235 ++ config/DistantHorizons.toml | 811 + config/Mekanism/client.toml | 130 + config/Mekanism/common.toml | 12 + config/Mekanism/gear.toml | 284 + config/Mekanism/general.toml | 232 + config/Mekanism/generator-storage.toml | 14 + config/Mekanism/generators-gear.toml | 14 + config/Mekanism/generators.toml | 149 + config/Mekanism/machine-storage.toml | 76 + config/Mekanism/machine-usage.toml | 75 + config/Mekanism/tiers.toml | 264 + config/Mekanism/tools-client.toml | 6 + config/Mekanism/tools.toml | 771 + config/Mekanism/world.toml | 460 + config/MouseTweaks.cfg | 8 + config/NoChatReports/NCR-Client.json | 20 + config/NoChatReports/NCR-Common.json | 7 + config/NoChatReports/NCR-Encryption.json | 28 + .../NoChatReports/NCR-ServerPreferences.json | 3 + config/NoChatReports/README.md | 3 + config/ProjectE/client.toml | 17 + config/ProjectE/common.toml | 10 + config/ProjectE/custom_emc.json | 8 + config/ProjectE/mapping.toml | 121 + config/ProjectE/processing.toml | 34 + config/ProjectE/server.toml | 104 + config/advanced_ae-client.toml | 5 + config/advanced_ae-common.toml | 73 + config/ae2/client.json | 55 + config/ae2/common.json | 123 + config/agricraft.jsonc | 132 + config/akashictome-common.toml | 7 + config/appleskin-client.toml | 24 + config/ars_artifice/glyph_anguish.toml | 23 + config/ars_artifice/glyph_falling.toml | 23 + config/ars_artifice/glyph_interval.toml | 23 + config/ars_artifice/glyph_landing.toml | 23 + config/ars_creo-common.toml | 10 + config/ars_elemental-client.toml | 7 + config/ars_elemental-common.toml | 90 + config/ars_elemental/glyph_aerial_filter.toml | 26 + .../ars_elemental/glyph_aquatic_filter.toml | 26 + .../ars_elemental/glyph_arc_projectile.toml | 26 + config/ars_elemental/glyph_bubble_shield.toml | 35 + config/ars_elemental/glyph_charm.toml | 35 + .../ars_elemental/glyph_conjure_terrain.toml | 26 + config/ars_elemental/glyph_discharge.toml | 36 + config/ars_elemental/glyph_envenom.toml | 32 + config/ars_elemental/glyph_fiery_filter.toml | 26 + .../glyph_homing_projectile.toml | 26 + config/ars_elemental/glyph_insect_filter.toml | 26 + config/ars_elemental/glyph_life_link.toml | 32 + .../glyph_not_aerial_filter.toml | 26 + .../glyph_not_aquatic_filter.toml | 26 + .../ars_elemental/glyph_not_fiery_filter.toml | 26 + .../glyph_not_insect_filter.toml | 26 + .../glyph_not_summon_filter.toml | 26 + .../glyph_not_undead_filter.toml | 26 + config/ars_elemental/glyph_phantom_grasp.toml | 31 + config/ars_elemental/glyph_poison_spores.toml | 36 + .../ars_elemental/glyph_propagator_arc.toml | 26 + .../glyph_propagator_homing.toml | 26 + config/ars_elemental/glyph_spark.toml | 36 + config/ars_elemental/glyph_spike.toml | 30 + config/ars_elemental/glyph_summon_filter.toml | 26 + config/ars_elemental/glyph_undead_filter.toml | 26 + config/ars_elemental/glyph_watery_grave.toml | 36 + config/ars_nouveau-client.toml | 54 + config/ars_nouveau-common.toml | 74 + config/ars_nouveau-server.toml | 57 + config/ars_nouveau/burst.toml | 26 + config/ars_nouveau/glyph_accelerate.toml | 17 + config/ars_nouveau/glyph_amplify.toml | 17 + config/ars_nouveau/glyph_animate_block.toml | 32 + config/ars_nouveau/glyph_aoe.toml | 17 + config/ars_nouveau/glyph_blink.toml | 31 + config/ars_nouveau/glyph_bounce.toml | 32 + config/ars_nouveau/glyph_break.toml | 26 + config/ars_nouveau/glyph_cold_snap.toml | 36 + config/ars_nouveau/glyph_conjure_water.toml | 32 + config/ars_nouveau/glyph_craft.toml | 26 + config/ars_nouveau/glyph_crush.toml | 30 + config/ars_nouveau/glyph_cut.toml | 30 + config/ars_nouveau/glyph_dampen.toml | 17 + config/ars_nouveau/glyph_decelerate.toml | 17 + config/ars_nouveau/glyph_delay.toml | 32 + config/ars_nouveau/glyph_dispel.toml | 26 + config/ars_nouveau/glyph_duration_down.toml | 17 + config/ars_nouveau/glyph_ender_inventory.toml | 26 + config/ars_nouveau/glyph_evaporate.toml | 26 + config/ars_nouveau/glyph_exchange.toml | 26 + config/ars_nouveau/glyph_explosion.toml | 39 + config/ars_nouveau/glyph_extend_time.toml | 17 + config/ars_nouveau/glyph_extract.toml | 17 + config/ars_nouveau/glyph_fangs.toml | 30 + config/ars_nouveau/glyph_fell.toml | 32 + config/ars_nouveau/glyph_firework.toml | 26 + config/ars_nouveau/glyph_flare.toml | 33 + config/ars_nouveau/glyph_fortune.toml | 17 + config/ars_nouveau/glyph_freeze.toml | 32 + config/ars_nouveau/glyph_glide.toml | 32 + config/ars_nouveau/glyph_gravity.toml | 32 + config/ars_nouveau/glyph_grow.toml | 26 + config/ars_nouveau/glyph_gust.toml | 31 + config/ars_nouveau/glyph_harm.toml | 36 + config/ars_nouveau/glyph_harvest.toml | 26 + config/ars_nouveau/glyph_heal.toml | 31 + config/ars_nouveau/glyph_hex.toml | 32 + config/ars_nouveau/glyph_ignite.toml | 32 + config/ars_nouveau/glyph_infuse.toml | 26 + config/ars_nouveau/glyph_intangible.toml | 32 + config/ars_nouveau/glyph_interact.toml | 26 + config/ars_nouveau/glyph_invisibility.toml | 32 + config/ars_nouveau/glyph_launch.toml | 31 + config/ars_nouveau/glyph_leap.toml | 33 + config/ars_nouveau/glyph_light.toml | 32 + config/ars_nouveau/glyph_lightning.toml | 33 + config/ars_nouveau/glyph_linger.toml | 26 + config/ars_nouveau/glyph_name.toml | 26 + config/ars_nouveau/glyph_orbit.toml | 26 + config/ars_nouveau/glyph_phantom_block.toml | 26 + config/ars_nouveau/glyph_pickup.toml | 26 + config/ars_nouveau/glyph_pierce.toml | 17 + config/ars_nouveau/glyph_place_block.toml | 26 + config/ars_nouveau/glyph_projectile.toml | 26 + config/ars_nouveau/glyph_pull.toml | 31 + config/ars_nouveau/glyph_randomize.toml | 17 + config/ars_nouveau/glyph_redstone_signal.toml | 32 + config/ars_nouveau/glyph_rotate.toml | 26 + config/ars_nouveau/glyph_rune.toml | 26 + config/ars_nouveau/glyph_self.toml | 23 + config/ars_nouveau/glyph_sense_magic.toml | 32 + config/ars_nouveau/glyph_sensitive.toml | 17 + config/ars_nouveau/glyph_slowfall.toml | 32 + config/ars_nouveau/glyph_smelt.toml | 26 + config/ars_nouveau/glyph_snare.toml | 32 + config/ars_nouveau/glyph_split.toml | 17 + config/ars_nouveau/glyph_summon_decoy.toml | 32 + config/ars_nouveau/glyph_summon_steed.toml | 32 + config/ars_nouveau/glyph_summon_undead.toml | 32 + config/ars_nouveau/glyph_summon_vex.toml | 32 + config/ars_nouveau/glyph_summon_wolves.toml | 32 + config/ars_nouveau/glyph_toss.toml | 26 + config/ars_nouveau/glyph_touch.toml | 23 + config/ars_nouveau/glyph_underfoot.toml | 23 + config/ars_nouveau/glyph_wall.toml | 26 + config/ars_nouveau/glyph_wind_shear.toml | 33 + config/ars_nouveau/glyph_wither.toml | 32 + config/ars_nouveau/reset.toml | 26 + config/ars_nouveau/rewind.toml | 38 + config/ars_nouveau/wololo.toml | 26 + config/arseng-common.toml | 7 + config/arsomega/glyph_flatten.toml | 30 + .../arsomega/glyph_propagate_projectile.toml | 26 + config/arsomega/glyph_propagate_self.toml | 26 + .../arsomega/glyph_propagate_underfoot.toml | 26 + config/attributefix.json | 323 + config/balm-client.toml | 24 + config/balm-common.toml | 24 + config/bbb.json | 5 + config/bloodmagic-client.toml | 9 + config/bloodmagic-common.toml | 42 + config/botania-client.toml | 45 + config/botania-common.toml | 51 + config/buildinggadgets2-common.toml | 58 + config/comforts-server.toml | 39 + config/complicated_bees-common-1.toml.bak | 55 + config/complicated_bees-common-2.toml.bak | 55 + config/complicated_bees-common-3.toml.bak | 55 + config/complicated_bees-common-4.toml.bak | 55 + config/complicated_bees-common-5.toml.bak | 55 + config/complicated_bees-common.toml | 39 + config/connector.json | 8 + config/constructionwand-client.toml | 16 + config/cookingforblockheads-common.toml | 23 + config/copycats-client.toml | 10 + config/copycats-common.toml | 75 + config/craftingtweaks-common.toml | 20 + config/crash_assistant/config.toml | 253 + .../README.md | 56 + config/crash_assistant/modlist.json | 825 + .../problematic_mods_config.json | 6 + config/create-client.toml | 133 + config/create-common.toml | 9 + .../create_central_kitchen-common-1.toml.bak | 37 + .../create_central_kitchen-common-2.toml.bak | 37 + config/create_central_kitchen-common.toml | 37 + config/croptopia/croptopia_v3.conf | 426 + config/ctm.toml | 5 + config/cucumber-client.toml | 8 + config/cucumber-common.toml | 8 + config/cucumber-tags.json | 32 + config/cupboard.json | 22 + config/curios-client.toml | 23 + config/curios-common.toml | 5 + config/de/mari_023/ae2wtlib.json5 | 3 + config/delightful-common.toml | 163 + config/ding.toml | 56 + config/drippyloadingscreen/options.txt | 6 + config/embeddium-fingerprint.json | 1 + config/embeddium-mixins.properties | 6 + config/embeddium-options.json | 30 + config/embers-client.toml | 9 + config/embers-common.toml | 139 + config/emi.css | 491 + config/emi_loot_config.toml | 41 + config/emojiful-client.toml | 27 + config/enchanted-client.toml | 3 + config/enchanted-common.toml | 30 + config/enderio/armory-common.toml | 43 + config/enderio/base-client.toml | 5 + config/enderio/base-common.toml | 93 + config/enderio/machines-client.toml | 17 + config/enderio/machines-common.toml | 164 + config/entityculling.json | 67 + config/expatternprovider-common.toml | 30 + .../experimentalsettingsdisabler-client.toml | 3 + config/exposure-client.toml | 73 + config/exposure-common.toml | 60 + config/extremesoundmuffler-client.toml | 45 + config/fabric/indigo-renderer.properties | 9 + config/fancymenu/assets/dark.png | Bin 0 -> 141 bytes config/fancymenu/assets/hover.png | Bin 0 -> 140 bytes config/fancymenu/assets/title.png | Bin 0 -> 59325 bytes config/fancymenu/assets/title_bg.mp4 | Bin 0 -> 2984414 bytes config/fancymenu/assets/title_shadow.png | Bin 0 -> 70530 bytes config/fancymenu/assets/transparent.png | Bin 0 -> 126 bytes config/fancymenu/custom_gui_screens.txt | 5 + config/fancymenu/customizablemenus.txt | 8 + .../customization/title_screen_layout.txt | 979 + .../widgets/element_layer_control.lewidget | 12 + config/fancymenu/legacy_checklist.txt | 3 + config/fancymenu/options.txt | 88 + config/fancymenu/ui_themes/dark.json | 181 + config/fancymenu/ui_themes/light.json | 181 + config/fancymenu/user_variables.db | 2 + .../video_element_controller_metas.json | 7 + config/farmersdelight-client.toml | 10 + config/farmersdelight-common.toml | 117 + config/farmersrespite-common.toml | 8 + config/ferritecore-mixin.toml | 23 + config/flywheel-client.toml | 14 + config/fml.toml | 29 + config/forge-client.toml | 26 + config/ftbbackups2.json | 71 + config/ftbquests/quests/chapter_groups.snbt | 6 + .../quests/chapters/digital_storage.snbt | 1130 ++ .../quests/chapters/ffood_plants.snbt | 2949 +++ .../chapters/how_the_world_came_to_be.snbt | 699 + .../ftbquests/quests/chapters/mob_safari.snbt | 2985 +++ .../quests/chapters/resource_generation.snbt | 2584 +++ .../quests/chapters/the_color_green.snbt | 2384 +++ .../quests/chapters/the_hunt_for_grass.snbt | 1153 ++ .../quests/chapters/the_sound_of_life.snbt | 2681 +++ .../quests/chapters/the_taste_of_power.snbt | 360 + .../quests/chapters/the_touch_of.snbt | 471 + config/ftbquests/quests/data.snbt | 25 + .../ftbquests/quests/reward_tables/bee.snbt | 13 + .../quests/reward_tables/canvas.snbt | 12 + .../quests/reward_tables/chicken.snbt | 11 + .../ftbquests/quests/reward_tables/cow.snbt | 12 + .../ftbquests/quests/reward_tables/horns.snbt | 89 + .../quests/reward_tables/instrument.snbt | 25 + .../quests/reward_tables/mana_stuff.snbt | 11 + .../quests/reward_tables/rabbit.snbt | 11 + .../quests/reward_tables/skeleton.snbt | 29 + .../quests/reward_tables/snow_golem.snbt | 13 + .../ftbquests/quests/reward_tables/witch.snbt | 11 + .../quests/reward_tables/zombie.snbt | 13 + .../quests/reward_tables/zombie_2.snbt | 10 + config/ftbxmodcompat.snbt | 13 + config/fzzy_config/keybinds.toml | 216 + config/globalgamerules-common.toml | 138 + config/gravestone-client.toml | 5 + config/gravestonecurioscompat-common.toml | 6 + config/guideme.toml | 17 + config/heads-common.toml | 409 + config/ichunutil/ichunutil-client.toml | 24 + config/ichunutil/themes/aztec.json | 170 + config/ichunutil/themes/blue&black.json | 170 + config/ichunutil/themes/blue&orange.json | 170 + config/ichunutil/themes/default.json | 170 + config/ichunutil/themes/grassgreen.json | 170 + config/ichunutil/themes/green&black.json | 170 + config/ichunutil/themes/lazygray.json | 170 + config/ichunutil/themes/monogeneric.json | 170 + config/ichunutil/themes/nightblack.json | 170 + config/ichunutil/themes/red&black.json | 170 + config/ichunutil/themes/skyblue.json | 170 + config/ichunutil/themes/whitelight.json | 170 + config/immediatelyfast.json | 21 + config/immersive_paintings.json | 20 + config/jade/hide-blocks.json | 6 + config/jade/hide-entities.json | 10 + config/jade/jade.json | 41 + config/jade/plugins.json | 139 + config/jade/sort-order.json | 96 + config/jei/blacklist.cfg | 0 config/jei/jei-client.ini | 260 + config/jei/jei-colors.ini | 8 + config/jei/jei-debug.ini | 32 + config/jei/jei-mod-id-format.ini | 11 + config/jei/recipe-category-sort-order.ini | 148 + config/konkrete/locals/de_de.local | 16 + config/konkrete/locals/en_us.local | 19 + config/konkrete/locals/pl_pl.local | 15 + config/konkrete/locals/pt_br.local | 15 + config/lmft.json | 3 + config/mcef/mcef.properties | 5 + config/midnightlib.json | 3 + config/modernfix-common.toml | 3 + config/modernfix-mixins.properties | 111 + config/modonomicon-client.toml | 10 + config/moonlight-client.toml | 13 + config/moonlight-common.toml | 9 + config/moreoverlays.toml | 81 + config/mysticalagriculture-client.toml | 6 + config/mysticalagriculture-common.toml | 48 + .../configure-augments.json | 1 + .../configure-crops.json | 239 + .../configure-mobsoultypes.json | 1 + .../configure-tiers.json | 1 + .../configure-types.json | 1 + config/naturesaura-common.toml | 72 + config/not_enough_glyphs/glyph_plow.toml | 26 + .../glyph_propagate_plane.toml | 26 + config/not_enough_glyphs/glyph_trail.toml | 26 + config/oculus.properties | 8 + config/orthocamera.json | 13 + config/packetfixer.properties | 15 + config/patchouli-client.toml | 16 + config/polymorph-integrations.toml | 6 + config/ponder-client.toml | 20 + config/presencefootsteps/userconfig.json | 12 + config/quark-common.toml | 1954 ++ config/rechiseled_chipped-common.toml | 10 + config/resourceful-config-web.json | 12 + config/sebastrnlib-client.toml | 3 + config/sidebar_buttons.json | 14 + config/simple-rpc/server-entries.toml | 7 + config/simple-rpc/simple-rpc.toml | 364 + config/sophisticatedbackpacks-common.toml | 6 + config/sophisticatedcore-client.toml | 11 + config/sophisticatedcore-common-1.toml.bak | 5 + config/sophisticatedcore-common.toml | 6 + config/sophisticatedstorage-client.toml | 8 + config/sophisticatedstorage-common.toml | 6 + .../occlusion.properties | 219 + .../reflectivity.properties | 213 + .../sound_rates.properties | 2415 +++ .../soundphysics.properties | 99 + config/storagedrawers-client.toml | 30 + config/storagedrawers-common.toml | 93 + config/storagedrawers-common.v2.toml | 387 + config/supplementaries-client.toml | 260 + config/supplementaries-common.toml | 682 + config/theurgy-client.toml | 7 + config/tomeofblood/base-common.toml | 5 + config/tomeofblood/glyph_sentient_harm.toml | 36 + config/tomeofblood/glyph_sentient_wrath.toml | 36 + config/toomanyglyphs/glyph_amplify_three.toml | 17 + config/toomanyglyphs/glyph_amplify_two.toml | 17 + config/toomanyglyphs/glyph_chaining.toml | 50 + config/toomanyglyphs/glyph_filter_animal.toml | 26 + config/toomanyglyphs/glyph_filter_block.toml | 26 + config/toomanyglyphs/glyph_filter_entity.toml | 26 + .../toomanyglyphs/glyph_filter_is_baby.toml | 26 + .../toomanyglyphs/glyph_filter_is_mature.toml | 26 + config/toomanyglyphs/glyph_filter_item.toml | 26 + config/toomanyglyphs/glyph_filter_living.toml | 26 + .../glyph_filter_living_not_monster.toml | 26 + .../glyph_filter_living_not_player.toml | 26 + .../toomanyglyphs/glyph_filter_monster.toml | 26 + config/toomanyglyphs/glyph_filter_player.toml | 26 + config/toomanyglyphs/glyph_lay_on_hands.toml | 23 + config/toomanyglyphs/glyph_ray.toml | 29 + .../glyph_reverse_direction.toml | 26 + config/totemic-client.toml | 8 + config/totemic-common.toml | 26 + config/trashcans-common.toml | 3 + config/via_romana-common.toml | 39 + config/voicechat-client.toml | 3 + config/voicechat/translations.properties | 14 + config/voicechat/username-cache.json | 1 + config/voicechat/voicechat-client.properties | 90 + config/voicechat/voicechat-server.properties | 53 + config/voicechat/voicechat-volumes.properties | 2 + config/waystones-common.toml | 110 + config/xaerominimap-common.txt | 5 + config/xaerominimap.txt | 133 + config/xaerominimap_entities.json | 208 + config/xaeropatreon.txt | 0 config/xaeroworldmap-common.txt | 4 + config/xaeroworldmap.txt | 55 + config/zeta-common.toml | 28 + defaultconfigs/constructionwand-server.toml | 90 + defaultconfigs/ftbchunks/client-config.snbt | 4 + defaultconfigs/ftbchunks/ftbchunks-world.snbt | 4 + .../ftblibrary/ftblibrary-client.snbt | 4 + defaultconfigs/ftbquests/client-config.snbt | 4 + .../ftbxmodcompat/ftbxmodcompat.snbt | 4 + ...artiesandclaims-default-player-config.toml | 466 + .../openpartiesandclaims-server.toml | 298 + .../sophisticatedbackpacks-server.toml | 439 + flake.nix | 22 + index.toml | 14685 +++++++++++++++ kubejs/README.txt | 15 + kubejs/assets/ars_nouveau/lang/en_us.json | 4 + .../models/crop/magebloom_stage0.json | 6 + .../models/crop/magebloom_stage1.json | 6 + .../models/crop/magebloom_stage2.json | 6 + .../models/crop/magebloom_stage3.json | 6 + .../models/crop/magebloom_stage4.json | 6 + .../models/crop/magebloom_stage5.json | 6 + .../models/crop/magebloom_stage6.json | 6 + .../models/crop/magebloom_stage7.json | 6 + .../ars_nouveau/models/seed/magebloom.json | 6 + .../block/alchemicalreactionchamber_s.json | 9 + .../alchemicalreactionchamber_s_lit.json | 9 + kubejs/assets/botania/lang/en_us.json | 51 + .../crop/black_mystical_flower_stage0.json | 6 + .../crop/black_mystical_flower_stage1.json | 6 + .../crop/black_mystical_flower_stage2.json | 6 + .../crop/black_mystical_flower_stage3.json | 6 + .../crop/black_mystical_flower_stage4.json | 6 + .../crop/black_mystical_flower_stage5.json | 6 + .../crop/black_mystical_flower_stage6.json | 6 + .../crop/black_mystical_flower_stage7.json | 6 + .../crop/blue_mystical_flower_stage0.json | 6 + .../crop/blue_mystical_flower_stage1.json | 6 + .../crop/blue_mystical_flower_stage2.json | 6 + .../crop/blue_mystical_flower_stage3.json | 6 + .../crop/blue_mystical_flower_stage4.json | 6 + .../crop/blue_mystical_flower_stage5.json | 6 + .../crop/blue_mystical_flower_stage6.json | 6 + .../crop/blue_mystical_flower_stage7.json | 6 + .../crop/brown_mystical_flower_stage0.json | 6 + .../crop/brown_mystical_flower_stage1.json | 6 + .../crop/brown_mystical_flower_stage2.json | 6 + .../crop/brown_mystical_flower_stage3.json | 6 + .../crop/brown_mystical_flower_stage4.json | 6 + .../crop/brown_mystical_flower_stage5.json | 6 + .../crop/brown_mystical_flower_stage6.json | 6 + .../crop/brown_mystical_flower_stage7.json | 6 + .../crop/cyan_mystical_flower_stage0.json | 6 + .../crop/cyan_mystical_flower_stage1.json | 6 + .../crop/cyan_mystical_flower_stage2.json | 6 + .../crop/cyan_mystical_flower_stage3.json | 6 + .../crop/cyan_mystical_flower_stage4.json | 6 + .../crop/cyan_mystical_flower_stage5.json | 6 + .../crop/cyan_mystical_flower_stage6.json | 6 + .../crop/cyan_mystical_flower_stage7.json | 6 + .../crop/gray_mystical_flower_stage0.json | 6 + .../crop/gray_mystical_flower_stage1.json | 6 + .../crop/gray_mystical_flower_stage2.json | 6 + .../crop/gray_mystical_flower_stage3.json | 6 + .../crop/gray_mystical_flower_stage4.json | 6 + .../crop/gray_mystical_flower_stage5.json | 6 + .../crop/gray_mystical_flower_stage6.json | 6 + .../crop/gray_mystical_flower_stage7.json | 6 + .../crop/green_mystical_flower_stage0.json | 6 + .../crop/green_mystical_flower_stage1.json | 6 + .../crop/green_mystical_flower_stage2.json | 6 + .../crop/green_mystical_flower_stage3.json | 6 + .../crop/green_mystical_flower_stage4.json | 6 + .../crop/green_mystical_flower_stage5.json | 6 + .../crop/green_mystical_flower_stage6.json | 6 + .../crop/green_mystical_flower_stage7.json | 6 + .../light_blue_mystical_flower_stage0.json | 6 + .../light_blue_mystical_flower_stage1.json | 6 + .../light_blue_mystical_flower_stage2.json | 6 + .../light_blue_mystical_flower_stage3.json | 6 + .../light_blue_mystical_flower_stage4.json | 6 + .../light_blue_mystical_flower_stage5.json | 6 + .../light_blue_mystical_flower_stage6.json | 6 + .../light_blue_mystical_flower_stage7.json | 6 + .../light_gray_mystical_flower_stage0.json | 6 + .../light_gray_mystical_flower_stage1.json | 6 + .../light_gray_mystical_flower_stage2.json | 6 + .../light_gray_mystical_flower_stage3.json | 6 + .../light_gray_mystical_flower_stage4.json | 6 + .../light_gray_mystical_flower_stage5.json | 6 + .../light_gray_mystical_flower_stage6.json | 6 + .../light_gray_mystical_flower_stage7.json | 6 + .../crop/lime_mystical_flower_stage0.json | 6 + .../crop/lime_mystical_flower_stage1.json | 6 + .../crop/lime_mystical_flower_stage2.json | 6 + .../crop/lime_mystical_flower_stage3.json | 6 + .../crop/lime_mystical_flower_stage4.json | 6 + .../crop/lime_mystical_flower_stage5.json | 6 + .../crop/lime_mystical_flower_stage6.json | 6 + .../crop/lime_mystical_flower_stage7.json | 6 + .../crop/magenta_mystical_flower_stage0.json | 6 + .../crop/magenta_mystical_flower_stage1.json | 6 + .../crop/magenta_mystical_flower_stage2.json | 6 + .../crop/magenta_mystical_flower_stage3.json | 6 + .../crop/magenta_mystical_flower_stage4.json | 6 + .../crop/magenta_mystical_flower_stage5.json | 6 + .../crop/magenta_mystical_flower_stage6.json | 6 + .../crop/magenta_mystical_flower_stage7.json | 6 + .../crop/orange_mystical_flower_stage0.json | 6 + .../crop/orange_mystical_flower_stage1.json | 6 + .../crop/orange_mystical_flower_stage2.json | 6 + .../crop/orange_mystical_flower_stage3.json | 6 + .../crop/orange_mystical_flower_stage4.json | 6 + .../crop/orange_mystical_flower_stage5.json | 6 + .../crop/orange_mystical_flower_stage6.json | 6 + .../crop/orange_mystical_flower_stage7.json | 6 + .../crop/pink_mystical_flower_stage0.json | 6 + .../crop/pink_mystical_flower_stage1.json | 6 + .../crop/pink_mystical_flower_stage2.json | 6 + .../crop/pink_mystical_flower_stage3.json | 6 + .../crop/pink_mystical_flower_stage4.json | 6 + .../crop/pink_mystical_flower_stage5.json | 6 + .../crop/pink_mystical_flower_stage6.json | 6 + .../crop/pink_mystical_flower_stage7.json | 6 + .../crop/purple_mystical_flower_stage0.json | 6 + .../crop/purple_mystical_flower_stage1.json | 6 + .../crop/purple_mystical_flower_stage2.json | 6 + .../crop/purple_mystical_flower_stage3.json | 6 + .../crop/purple_mystical_flower_stage4.json | 6 + .../crop/purple_mystical_flower_stage5.json | 6 + .../crop/purple_mystical_flower_stage6.json | 6 + .../crop/purple_mystical_flower_stage7.json | 6 + .../crop/red_mystical_flower_stage0.json | 6 + .../crop/red_mystical_flower_stage1.json | 6 + .../crop/red_mystical_flower_stage2.json | 6 + .../crop/red_mystical_flower_stage3.json | 6 + .../crop/red_mystical_flower_stage4.json | 6 + .../crop/red_mystical_flower_stage5.json | 6 + .../crop/red_mystical_flower_stage6.json | 6 + .../crop/red_mystical_flower_stage7.json | 6 + .../crop/white_mystical_flower_stage0.json | 6 + .../crop/white_mystical_flower_stage1.json | 6 + .../crop/white_mystical_flower_stage2.json | 6 + .../crop/white_mystical_flower_stage3.json | 6 + .../crop/white_mystical_flower_stage4.json | 6 + .../crop/white_mystical_flower_stage5.json | 6 + .../crop/white_mystical_flower_stage6.json | 6 + .../crop/white_mystical_flower_stage7.json | 6 + .../crop/yellow_mystical_flower_stage0.json | 6 + .../crop/yellow_mystical_flower_stage1.json | 6 + .../crop/yellow_mystical_flower_stage2.json | 6 + .../crop/yellow_mystical_flower_stage3.json | 6 + .../crop/yellow_mystical_flower_stage4.json | 6 + .../crop/yellow_mystical_flower_stage5.json | 6 + .../crop/yellow_mystical_flower_stage6.json | 6 + .../crop/yellow_mystical_flower_stage7.json | 6 + .../models/seed/black_mystical_flower.json | 6 + .../models/seed/blue_mystical_flower.json | 6 + .../models/seed/brown_mystical_flower.json | 6 + .../models/seed/cyan_mystical_flower.json | 6 + .../models/seed/gray_mystical_flower.json | 6 + .../models/seed/green_mystical_flower.json | 6 + .../seed/light_blue_mystical_flower.json | 6 + .../seed/light_gray_mystical_flower.json | 6 + .../models/seed/lime_mystical_flower.json | 6 + .../models/seed/magenta_mystical_flower.json | 6 + .../models/seed/orange_mystical_flower.json | 6 + .../models/seed/pink_mystical_flower.json | 6 + .../models/seed/purple_mystical_flower.json | 6 + .../models/seed/red_mystical_flower.json | 6 + .../models/seed/white_mystical_flower.json | 6 + .../models/seed/yellow_mystical_flower.json | 6 + kubejs/assets/croptopia/lang/en_us.json | 118 + .../models/crop/artichoke_stage0.json | 6 + .../models/crop/artichoke_stage1.json | 6 + .../models/crop/artichoke_stage2.json | 6 + .../models/crop/artichoke_stage3.json | 6 + .../models/crop/artichoke_stage4.json | 6 + .../models/crop/artichoke_stage5.json | 6 + .../models/crop/artichoke_stage6.json | 6 + .../models/crop/artichoke_stage7.json | 6 + .../models/crop/asparagus_stage0.json | 6 + .../models/crop/asparagus_stage1.json | 6 + .../models/crop/asparagus_stage2.json | 6 + .../models/crop/asparagus_stage3.json | 6 + .../models/crop/asparagus_stage4.json | 6 + .../models/crop/asparagus_stage5.json | 6 + .../models/crop/asparagus_stage6.json | 6 + .../models/crop/asparagus_stage7.json | 6 + .../croptopia/models/crop/barley_stage0.json | 6 + .../croptopia/models/crop/barley_stage1.json | 6 + .../croptopia/models/crop/barley_stage2.json | 6 + .../croptopia/models/crop/barley_stage3.json | 6 + .../croptopia/models/crop/barley_stage4.json | 6 + .../croptopia/models/crop/barley_stage5.json | 6 + .../croptopia/models/crop/barley_stage6.json | 6 + .../croptopia/models/crop/barley_stage7.json | 6 + .../croptopia/models/crop/basil_stage0.json | 6 + .../croptopia/models/crop/basil_stage1.json | 6 + .../croptopia/models/crop/basil_stage2.json | 6 + .../croptopia/models/crop/basil_stage3.json | 6 + .../croptopia/models/crop/basil_stage4.json | 6 + .../croptopia/models/crop/basil_stage5.json | 6 + .../croptopia/models/crop/basil_stage6.json | 6 + .../croptopia/models/crop/basil_stage7.json | 6 + .../models/crop/bellpepper_stage0.json | 6 + .../models/crop/bellpepper_stage1.json | 6 + .../models/crop/bellpepper_stage2.json | 6 + .../models/crop/bellpepper_stage3.json | 6 + .../models/crop/bellpepper_stage4.json | 6 + .../models/crop/bellpepper_stage5.json | 6 + .../models/crop/bellpepper_stage6.json | 6 + .../models/crop/bellpepper_stage7.json | 6 + .../models/crop/blackbean_stage0.json | 6 + .../models/crop/blackbean_stage1.json | 6 + .../models/crop/blackbean_stage2.json | 6 + .../models/crop/blackbean_stage3.json | 6 + .../models/crop/blackbean_stage4.json | 6 + .../models/crop/blackbean_stage5.json | 6 + .../models/crop/blackbean_stage6.json | 6 + .../models/crop/blackbean_stage7.json | 6 + .../models/crop/blackberry_stage0.json | 6 + .../models/crop/blackberry_stage1.json | 6 + .../models/crop/blackberry_stage2.json | 6 + .../models/crop/blackberry_stage3.json | 6 + .../models/crop/blackberry_stage4.json | 6 + .../models/crop/blackberry_stage5.json | 6 + .../models/crop/blackberry_stage6.json | 6 + .../models/crop/blackberry_stage7.json | 6 + .../models/crop/blueberry_stage0.json | 6 + .../models/crop/blueberry_stage1.json | 6 + .../models/crop/blueberry_stage2.json | 6 + .../models/crop/blueberry_stage3.json | 6 + .../models/crop/blueberry_stage4.json | 6 + .../models/crop/blueberry_stage5.json | 6 + .../models/crop/blueberry_stage6.json | 6 + .../models/crop/blueberry_stage7.json | 6 + .../models/crop/broccoli_stage0.json | 6 + .../models/crop/broccoli_stage1.json | 6 + .../models/crop/broccoli_stage2.json | 6 + .../models/crop/broccoli_stage3.json | 6 + .../models/crop/broccoli_stage4.json | 6 + .../models/crop/broccoli_stage5.json | 6 + .../models/crop/broccoli_stage6.json | 6 + .../models/crop/broccoli_stage7.json | 6 + .../croptopia/models/crop/cabbage_stage0.json | 6 + .../croptopia/models/crop/cabbage_stage1.json | 6 + .../croptopia/models/crop/cabbage_stage2.json | 6 + .../croptopia/models/crop/cabbage_stage3.json | 6 + .../croptopia/models/crop/cabbage_stage4.json | 6 + .../croptopia/models/crop/cabbage_stage5.json | 6 + .../croptopia/models/crop/cabbage_stage6.json | 6 + .../croptopia/models/crop/cabbage_stage7.json | 6 + .../models/crop/cantaloupe_stage0.json | 6 + .../models/crop/cantaloupe_stage1.json | 6 + .../models/crop/cantaloupe_stage2.json | 6 + .../models/crop/cantaloupe_stage3.json | 6 + .../models/crop/cantaloupe_stage4.json | 6 + .../models/crop/cantaloupe_stage5.json | 6 + .../models/crop/cantaloupe_stage6.json | 6 + .../models/crop/cantaloupe_stage7.json | 6 + .../models/crop/cauliflower_stage0.json | 6 + .../models/crop/cauliflower_stage1.json | 6 + .../models/crop/cauliflower_stage2.json | 6 + .../models/crop/cauliflower_stage3.json | 6 + .../models/crop/cauliflower_stage4.json | 6 + .../models/crop/cauliflower_stage5.json | 6 + .../models/crop/cauliflower_stage6.json | 6 + .../models/crop/cauliflower_stage7.json | 6 + .../croptopia/models/crop/celery_stage0.json | 6 + .../croptopia/models/crop/celery_stage1.json | 6 + .../croptopia/models/crop/celery_stage2.json | 6 + .../croptopia/models/crop/celery_stage3.json | 6 + .../croptopia/models/crop/celery_stage4.json | 6 + .../croptopia/models/crop/celery_stage5.json | 6 + .../croptopia/models/crop/celery_stage6.json | 6 + .../croptopia/models/crop/celery_stage7.json | 6 + .../models/crop/chile_pepper_stage0.json | 6 + .../models/crop/chile_pepper_stage1.json | 6 + .../models/crop/chile_pepper_stage2.json | 6 + .../models/crop/chile_pepper_stage3.json | 6 + .../models/crop/chile_pepper_stage4.json | 6 + .../models/crop/chile_pepper_stage5.json | 6 + .../models/crop/chile_pepper_stage6.json | 6 + .../models/crop/chile_pepper_stage7.json | 6 + .../models/crop/coffee_beans_stage0.json | 6 + .../models/crop/coffee_beans_stage1.json | 6 + .../models/crop/coffee_beans_stage2.json | 6 + .../models/crop/coffee_beans_stage3.json | 6 + .../models/crop/coffee_beans_stage4.json | 6 + .../models/crop/coffee_beans_stage5.json | 6 + .../models/crop/coffee_beans_stage6.json | 6 + .../models/crop/coffee_beans_stage7.json | 6 + .../croptopia/models/crop/corn_stage0.json | 6 + .../croptopia/models/crop/corn_stage1.json | 6 + .../croptopia/models/crop/corn_stage2.json | 6 + .../croptopia/models/crop/corn_stage3.json | 6 + .../croptopia/models/crop/corn_stage4.json | 6 + .../croptopia/models/crop/corn_stage5.json | 6 + .../croptopia/models/crop/corn_stage6.json | 6 + .../croptopia/models/crop/corn_stage7.json | 6 + .../models/crop/cranberry_stage0.json | 6 + .../models/crop/cranberry_stage1.json | 6 + .../models/crop/cranberry_stage2.json | 6 + .../models/crop/cranberry_stage3.json | 6 + .../models/crop/cranberry_stage4.json | 6 + .../models/crop/cranberry_stage5.json | 6 + .../models/crop/cranberry_stage6.json | 6 + .../models/crop/cranberry_stage7.json | 6 + .../models/crop/cucumber_stage0.json | 6 + .../models/crop/cucumber_stage1.json | 6 + .../models/crop/cucumber_stage2.json | 6 + .../models/crop/cucumber_stage3.json | 6 + .../models/crop/cucumber_stage4.json | 6 + .../models/crop/cucumber_stage5.json | 6 + .../models/crop/cucumber_stage6.json | 6 + .../models/crop/cucumber_stage7.json | 6 + .../croptopia/models/crop/currant_stage0.json | 6 + .../croptopia/models/crop/currant_stage1.json | 6 + .../croptopia/models/crop/currant_stage2.json | 6 + .../croptopia/models/crop/currant_stage3.json | 6 + .../croptopia/models/crop/currant_stage4.json | 6 + .../croptopia/models/crop/currant_stage5.json | 6 + .../croptopia/models/crop/currant_stage6.json | 6 + .../croptopia/models/crop/currant_stage7.json | 6 + .../models/crop/eggplant_stage0.json | 6 + .../models/crop/eggplant_stage1.json | 6 + .../models/crop/eggplant_stage2.json | 6 + .../models/crop/eggplant_stage3.json | 6 + .../models/crop/eggplant_stage4.json | 6 + .../models/crop/eggplant_stage5.json | 6 + .../models/crop/eggplant_stage6.json | 6 + .../models/crop/eggplant_stage7.json | 6 + .../models/crop/elderberry_stage0.json | 6 + .../models/crop/elderberry_stage1.json | 6 + .../models/crop/elderberry_stage2.json | 6 + .../models/crop/elderberry_stage3.json | 6 + .../models/crop/elderberry_stage4.json | 6 + .../models/crop/elderberry_stage5.json | 6 + .../models/crop/elderberry_stage6.json | 6 + .../models/crop/elderberry_stage7.json | 6 + .../croptopia/models/crop/garlic_stage0.json | 6 + .../croptopia/models/crop/garlic_stage1.json | 6 + .../croptopia/models/crop/garlic_stage2.json | 6 + .../croptopia/models/crop/garlic_stage3.json | 6 + .../croptopia/models/crop/garlic_stage4.json | 6 + .../croptopia/models/crop/garlic_stage5.json | 6 + .../croptopia/models/crop/garlic_stage6.json | 6 + .../croptopia/models/crop/garlic_stage7.json | 6 + .../croptopia/models/crop/ginger_stage0.json | 6 + .../croptopia/models/crop/ginger_stage1.json | 6 + .../croptopia/models/crop/ginger_stage2.json | 6 + .../croptopia/models/crop/ginger_stage3.json | 6 + .../croptopia/models/crop/ginger_stage4.json | 6 + .../croptopia/models/crop/ginger_stage5.json | 6 + .../croptopia/models/crop/ginger_stage6.json | 6 + .../croptopia/models/crop/ginger_stage7.json | 6 + .../croptopia/models/crop/grape_stage0.json | 6 + .../croptopia/models/crop/grape_stage1.json | 6 + .../croptopia/models/crop/grape_stage2.json | 6 + .../croptopia/models/crop/grape_stage3.json | 6 + .../croptopia/models/crop/grape_stage4.json | 6 + .../croptopia/models/crop/grape_stage5.json | 6 + .../croptopia/models/crop/grape_stage6.json | 6 + .../croptopia/models/crop/grape_stage7.json | 6 + .../models/crop/greenbean_stage0.json | 6 + .../models/crop/greenbean_stage1.json | 6 + .../models/crop/greenbean_stage2.json | 6 + .../models/crop/greenbean_stage3.json | 6 + .../models/crop/greenbean_stage4.json | 6 + .../models/crop/greenbean_stage5.json | 6 + .../models/crop/greenbean_stage6.json | 6 + .../models/crop/greenbean_stage7.json | 6 + .../models/crop/greenonion_stage0.json | 6 + .../models/crop/greenonion_stage1.json | 6 + .../models/crop/greenonion_stage2.json | 6 + .../models/crop/greenonion_stage3.json | 6 + .../models/crop/greenonion_stage4.json | 6 + .../models/crop/greenonion_stage5.json | 6 + .../models/crop/greenonion_stage6.json | 6 + .../models/crop/greenonion_stage7.json | 6 + .../models/crop/honeydew_stage0.json | 6 + .../models/crop/honeydew_stage1.json | 6 + .../models/crop/honeydew_stage2.json | 6 + .../models/crop/honeydew_stage3.json | 6 + .../models/crop/honeydew_stage4.json | 6 + .../models/crop/honeydew_stage5.json | 6 + .../models/crop/honeydew_stage6.json | 6 + .../models/crop/honeydew_stage7.json | 6 + .../croptopia/models/crop/hops_stage0.json | 6 + .../croptopia/models/crop/hops_stage1.json | 6 + .../croptopia/models/crop/hops_stage2.json | 6 + .../croptopia/models/crop/hops_stage3.json | 6 + .../croptopia/models/crop/hops_stage4.json | 6 + .../croptopia/models/crop/hops_stage5.json | 6 + .../croptopia/models/crop/hops_stage6.json | 6 + .../croptopia/models/crop/hops_stage7.json | 6 + .../croptopia/models/crop/kale_stage0.json | 6 + .../croptopia/models/crop/kale_stage1.json | 6 + .../croptopia/models/crop/kale_stage2.json | 6 + .../croptopia/models/crop/kale_stage3.json | 6 + .../croptopia/models/crop/kale_stage4.json | 6 + .../croptopia/models/crop/kale_stage5.json | 6 + .../croptopia/models/crop/kale_stage6.json | 6 + .../croptopia/models/crop/kale_stage7.json | 6 + .../croptopia/models/crop/kiwi_stage0.json | 6 + .../croptopia/models/crop/kiwi_stage1.json | 6 + .../croptopia/models/crop/kiwi_stage2.json | 6 + .../croptopia/models/crop/kiwi_stage3.json | 6 + .../croptopia/models/crop/kiwi_stage4.json | 6 + .../croptopia/models/crop/kiwi_stage5.json | 6 + .../croptopia/models/crop/kiwi_stage6.json | 6 + .../croptopia/models/crop/kiwi_stage7.json | 6 + .../croptopia/models/crop/leek_stage0.json | 6 + .../croptopia/models/crop/leek_stage1.json | 6 + .../croptopia/models/crop/leek_stage2.json | 6 + .../croptopia/models/crop/leek_stage3.json | 6 + .../croptopia/models/crop/leek_stage4.json | 6 + .../croptopia/models/crop/leek_stage5.json | 6 + .../croptopia/models/crop/leek_stage6.json | 6 + .../croptopia/models/crop/leek_stage7.json | 6 + .../croptopia/models/crop/lettuce_stage0.json | 6 + .../croptopia/models/crop/lettuce_stage1.json | 6 + .../croptopia/models/crop/lettuce_stage2.json | 6 + .../croptopia/models/crop/lettuce_stage3.json | 6 + .../croptopia/models/crop/lettuce_stage4.json | 6 + .../croptopia/models/crop/lettuce_stage5.json | 6 + .../croptopia/models/crop/lettuce_stage6.json | 6 + .../croptopia/models/crop/lettuce_stage7.json | 6 + .../croptopia/models/crop/mustard_stage0.json | 6 + .../croptopia/models/crop/mustard_stage1.json | 6 + .../croptopia/models/crop/mustard_stage2.json | 6 + .../croptopia/models/crop/mustard_stage3.json | 6 + .../croptopia/models/crop/mustard_stage4.json | 6 + .../croptopia/models/crop/mustard_stage5.json | 6 + .../croptopia/models/crop/mustard_stage6.json | 6 + .../croptopia/models/crop/mustard_stage7.json | 6 + .../croptopia/models/crop/oat_stage0.json | 6 + .../croptopia/models/crop/oat_stage1.json | 6 + .../croptopia/models/crop/oat_stage2.json | 6 + .../croptopia/models/crop/oat_stage3.json | 6 + .../croptopia/models/crop/oat_stage4.json | 6 + .../croptopia/models/crop/oat_stage5.json | 6 + .../croptopia/models/crop/oat_stage6.json | 6 + .../croptopia/models/crop/oat_stage7.json | 6 + .../croptopia/models/crop/olive_stage0.json | 6 + .../croptopia/models/crop/olive_stage1.json | 6 + .../croptopia/models/crop/olive_stage2.json | 6 + .../croptopia/models/crop/olive_stage3.json | 6 + .../croptopia/models/crop/olive_stage4.json | 6 + .../croptopia/models/crop/olive_stage5.json | 6 + .../croptopia/models/crop/olive_stage6.json | 6 + .../croptopia/models/crop/olive_stage7.json | 6 + .../croptopia/models/crop/onion_stage0.json | 6 + .../croptopia/models/crop/onion_stage1.json | 6 + .../croptopia/models/crop/onion_stage2.json | 6 + .../croptopia/models/crop/onion_stage3.json | 6 + .../croptopia/models/crop/onion_stage4.json | 6 + .../croptopia/models/crop/onion_stage5.json | 6 + .../croptopia/models/crop/onion_stage6.json | 6 + .../croptopia/models/crop/onion_stage7.json | 6 + .../croptopia/models/crop/peanut_stage0.json | 6 + .../croptopia/models/crop/peanut_stage1.json | 6 + .../croptopia/models/crop/peanut_stage2.json | 6 + .../croptopia/models/crop/peanut_stage3.json | 6 + .../croptopia/models/crop/peanut_stage4.json | 6 + .../croptopia/models/crop/peanut_stage5.json | 6 + .../croptopia/models/crop/peanut_stage6.json | 6 + .../croptopia/models/crop/peanut_stage7.json | 6 + .../croptopia/models/crop/pepper_stage0.json | 6 + .../croptopia/models/crop/pepper_stage1.json | 6 + .../croptopia/models/crop/pepper_stage2.json | 6 + .../croptopia/models/crop/pepper_stage3.json | 6 + .../croptopia/models/crop/pepper_stage4.json | 6 + .../croptopia/models/crop/pepper_stage5.json | 6 + .../croptopia/models/crop/pepper_stage6.json | 6 + .../croptopia/models/crop/pepper_stage7.json | 6 + .../models/crop/pineapple_stage0.json | 6 + .../models/crop/pineapple_stage1.json | 6 + .../models/crop/pineapple_stage2.json | 6 + .../models/crop/pineapple_stage3.json | 6 + .../models/crop/pineapple_stage4.json | 6 + .../models/crop/pineapple_stage5.json | 6 + .../models/crop/pineapple_stage6.json | 6 + .../models/crop/pineapple_stage7.json | 6 + .../croptopia/models/crop/radish_stage0.json | 6 + .../croptopia/models/crop/radish_stage1.json | 6 + .../croptopia/models/crop/radish_stage2.json | 6 + .../croptopia/models/crop/radish_stage3.json | 6 + .../croptopia/models/crop/radish_stage4.json | 6 + .../croptopia/models/crop/radish_stage5.json | 6 + .../croptopia/models/crop/radish_stage6.json | 6 + .../croptopia/models/crop/radish_stage7.json | 6 + .../models/crop/raspberry_stage0.json | 6 + .../models/crop/raspberry_stage1.json | 6 + .../models/crop/raspberry_stage2.json | 6 + .../models/crop/raspberry_stage3.json | 6 + .../models/crop/raspberry_stage4.json | 6 + .../models/crop/raspberry_stage5.json | 6 + .../models/crop/raspberry_stage6.json | 6 + .../models/crop/raspberry_stage7.json | 6 + .../croptopia/models/crop/rhubarb_stage0.json | 6 + .../croptopia/models/crop/rhubarb_stage1.json | 6 + .../croptopia/models/crop/rhubarb_stage2.json | 6 + .../croptopia/models/crop/rhubarb_stage3.json | 6 + .../croptopia/models/crop/rhubarb_stage4.json | 6 + .../croptopia/models/crop/rhubarb_stage5.json | 6 + .../croptopia/models/crop/rhubarb_stage6.json | 6 + .../croptopia/models/crop/rhubarb_stage7.json | 6 + .../croptopia/models/crop/rice_stage0.json | 6 + .../croptopia/models/crop/rice_stage1.json | 6 + .../croptopia/models/crop/rice_stage2.json | 6 + .../croptopia/models/crop/rice_stage3.json | 6 + .../croptopia/models/crop/rice_stage4.json | 6 + .../croptopia/models/crop/rice_stage5.json | 6 + .../croptopia/models/crop/rice_stage6.json | 6 + .../croptopia/models/crop/rice_stage7.json | 6 + .../models/crop/rutabaga_stage0.json | 6 + .../models/crop/rutabaga_stage1.json | 6 + .../models/crop/rutabaga_stage2.json | 6 + .../models/crop/rutabaga_stage3.json | 6 + .../models/crop/rutabaga_stage4.json | 6 + .../models/crop/rutabaga_stage5.json | 6 + .../models/crop/rutabaga_stage6.json | 6 + .../models/crop/rutabaga_stage7.json | 6 + .../croptopia/models/crop/saguaro_stage0.json | 6 + .../croptopia/models/crop/saguaro_stage1.json | 6 + .../croptopia/models/crop/saguaro_stage2.json | 6 + .../croptopia/models/crop/saguaro_stage3.json | 6 + .../croptopia/models/crop/saguaro_stage4.json | 6 + .../croptopia/models/crop/saguaro_stage5.json | 6 + .../croptopia/models/crop/saguaro_stage6.json | 6 + .../croptopia/models/crop/saguaro_stage7.json | 6 + .../croptopia/models/crop/soybean_stage0.json | 6 + .../croptopia/models/crop/soybean_stage1.json | 6 + .../croptopia/models/crop/soybean_stage2.json | 6 + .../croptopia/models/crop/soybean_stage3.json | 6 + .../croptopia/models/crop/soybean_stage4.json | 6 + .../croptopia/models/crop/soybean_stage5.json | 6 + .../croptopia/models/crop/soybean_stage6.json | 6 + .../croptopia/models/crop/soybean_stage7.json | 6 + .../croptopia/models/crop/spinach_stage0.json | 6 + .../croptopia/models/crop/spinach_stage1.json | 6 + .../croptopia/models/crop/spinach_stage2.json | 6 + .../croptopia/models/crop/spinach_stage3.json | 6 + .../croptopia/models/crop/spinach_stage4.json | 6 + .../croptopia/models/crop/spinach_stage5.json | 6 + .../croptopia/models/crop/spinach_stage6.json | 6 + .../croptopia/models/crop/spinach_stage7.json | 6 + .../croptopia/models/crop/squash_stage0.json | 6 + .../croptopia/models/crop/squash_stage1.json | 6 + .../croptopia/models/crop/squash_stage2.json | 6 + .../croptopia/models/crop/squash_stage3.json | 6 + .../croptopia/models/crop/squash_stage4.json | 6 + .../croptopia/models/crop/squash_stage5.json | 6 + .../croptopia/models/crop/squash_stage6.json | 6 + .../croptopia/models/crop/squash_stage7.json | 6 + .../models/crop/strawberry_stage0.json | 6 + .../models/crop/strawberry_stage1.json | 6 + .../models/crop/strawberry_stage2.json | 6 + .../models/crop/strawberry_stage3.json | 6 + .../models/crop/strawberry_stage4.json | 6 + .../models/crop/strawberry_stage5.json | 6 + .../models/crop/strawberry_stage6.json | 6 + .../models/crop/strawberry_stage7.json | 6 + .../models/crop/sweetpotato_stage0.json | 6 + .../models/crop/sweetpotato_stage1.json | 6 + .../models/crop/sweetpotato_stage2.json | 6 + .../models/crop/sweetpotato_stage3.json | 6 + .../models/crop/sweetpotato_stage4.json | 6 + .../models/crop/sweetpotato_stage5.json | 6 + .../models/crop/sweetpotato_stage6.json | 6 + .../models/crop/sweetpotato_stage7.json | 6 + .../models/crop/tea_leaves_stage0.json | 6 + .../models/crop/tea_leaves_stage1.json | 6 + .../models/crop/tea_leaves_stage2.json | 6 + .../models/crop/tea_leaves_stage3.json | 6 + .../models/crop/tea_leaves_stage4.json | 6 + .../models/crop/tea_leaves_stage5.json | 6 + .../models/crop/tea_leaves_stage6.json | 6 + .../models/crop/tea_leaves_stage7.json | 6 + .../models/crop/tomatillo_stage0.json | 6 + .../models/crop/tomatillo_stage1.json | 6 + .../models/crop/tomatillo_stage2.json | 6 + .../models/crop/tomatillo_stage3.json | 6 + .../models/crop/tomatillo_stage4.json | 6 + .../models/crop/tomatillo_stage5.json | 6 + .../models/crop/tomatillo_stage6.json | 6 + .../models/crop/tomatillo_stage7.json | 6 + .../croptopia/models/crop/tomato_stage0.json | 6 + .../croptopia/models/crop/tomato_stage1.json | 6 + .../croptopia/models/crop/tomato_stage2.json | 6 + .../croptopia/models/crop/tomato_stage3.json | 6 + .../croptopia/models/crop/tomato_stage4.json | 6 + .../croptopia/models/crop/tomato_stage5.json | 6 + .../croptopia/models/crop/tomato_stage6.json | 6 + .../croptopia/models/crop/tomato_stage7.json | 6 + .../models/crop/turmeric_stage0.json | 6 + .../models/crop/turmeric_stage1.json | 6 + .../models/crop/turmeric_stage2.json | 6 + .../models/crop/turmeric_stage3.json | 6 + .../models/crop/turmeric_stage4.json | 6 + .../models/crop/turmeric_stage5.json | 6 + .../models/crop/turmeric_stage6.json | 6 + .../models/crop/turmeric_stage7.json | 6 + .../croptopia/models/crop/turnip_stage0.json | 6 + .../croptopia/models/crop/turnip_stage1.json | 6 + .../croptopia/models/crop/turnip_stage2.json | 6 + .../croptopia/models/crop/turnip_stage3.json | 6 + .../croptopia/models/crop/turnip_stage4.json | 6 + .../croptopia/models/crop/turnip_stage5.json | 6 + .../croptopia/models/crop/turnip_stage6.json | 6 + .../croptopia/models/crop/turnip_stage7.json | 6 + .../croptopia/models/crop/vanilla_stage0.json | 6 + .../croptopia/models/crop/vanilla_stage1.json | 6 + .../croptopia/models/crop/vanilla_stage2.json | 6 + .../croptopia/models/crop/vanilla_stage3.json | 6 + .../croptopia/models/crop/vanilla_stage4.json | 6 + .../croptopia/models/crop/vanilla_stage5.json | 6 + .../croptopia/models/crop/vanilla_stage6.json | 6 + .../croptopia/models/crop/vanilla_stage7.json | 6 + .../croptopia/models/crop/yam_stage0.json | 6 + .../croptopia/models/crop/yam_stage1.json | 6 + .../croptopia/models/crop/yam_stage2.json | 6 + .../croptopia/models/crop/yam_stage3.json | 6 + .../croptopia/models/crop/yam_stage4.json | 6 + .../croptopia/models/crop/yam_stage5.json | 6 + .../croptopia/models/crop/yam_stage6.json | 6 + .../croptopia/models/crop/yam_stage7.json | 6 + .../models/crop/zucchini_stage0.json | 6 + .../models/crop/zucchini_stage1.json | 6 + .../models/crop/zucchini_stage2.json | 6 + .../models/crop/zucchini_stage3.json | 6 + .../models/crop/zucchini_stage4.json | 6 + .../models/crop/zucchini_stage5.json | 6 + .../models/crop/zucchini_stage6.json | 6 + .../models/crop/zucchini_stage7.json | 6 + .../croptopia/models/seed/artichoke.json | 6 + .../croptopia/models/seed/asparagus.json | 6 + .../assets/croptopia/models/seed/barley.json | 6 + .../assets/croptopia/models/seed/basil.json | 6 + .../croptopia/models/seed/bellpepper.json | 6 + .../croptopia/models/seed/blackbean.json | 6 + .../croptopia/models/seed/blackberry.json | 6 + .../croptopia/models/seed/blueberry.json | 6 + .../croptopia/models/seed/broccoli.json | 6 + .../assets/croptopia/models/seed/cabbage.json | 6 + .../croptopia/models/seed/cantaloupe.json | 6 + .../croptopia/models/seed/cauliflower.json | 6 + .../assets/croptopia/models/seed/celery.json | 6 + .../croptopia/models/seed/chile_pepper.json | 6 + .../croptopia/models/seed/coffee_beans.json | 6 + kubejs/assets/croptopia/models/seed/corn.json | 6 + .../croptopia/models/seed/cranberry.json | 6 + .../croptopia/models/seed/cucumber.json | 6 + .../assets/croptopia/models/seed/currant.json | 6 + .../croptopia/models/seed/eggplant.json | 6 + .../croptopia/models/seed/elderberry.json | 6 + .../assets/croptopia/models/seed/garlic.json | 6 + .../assets/croptopia/models/seed/ginger.json | 6 + .../assets/croptopia/models/seed/grape.json | 6 + .../croptopia/models/seed/greenbean.json | 6 + .../croptopia/models/seed/greenonion.json | 6 + .../croptopia/models/seed/honeydew.json | 6 + kubejs/assets/croptopia/models/seed/hops.json | 6 + kubejs/assets/croptopia/models/seed/kale.json | 6 + kubejs/assets/croptopia/models/seed/kiwi.json | 6 + kubejs/assets/croptopia/models/seed/leek.json | 6 + .../assets/croptopia/models/seed/lettuce.json | 6 + .../assets/croptopia/models/seed/mustard.json | 6 + kubejs/assets/croptopia/models/seed/oat.json | 6 + .../assets/croptopia/models/seed/olive.json | 6 + .../assets/croptopia/models/seed/onion.json | 6 + .../assets/croptopia/models/seed/peanut.json | 6 + .../assets/croptopia/models/seed/pepper.json | 6 + .../croptopia/models/seed/pineapple.json | 6 + .../assets/croptopia/models/seed/radish.json | 6 + .../croptopia/models/seed/raspberry.json | 6 + .../assets/croptopia/models/seed/rhubarb.json | 6 + kubejs/assets/croptopia/models/seed/rice.json | 6 + .../croptopia/models/seed/rutabaga.json | 6 + .../assets/croptopia/models/seed/saguaro.json | 6 + .../assets/croptopia/models/seed/soybean.json | 6 + .../assets/croptopia/models/seed/spinach.json | 6 + .../assets/croptopia/models/seed/squash.json | 6 + .../croptopia/models/seed/strawberry.json | 6 + .../croptopia/models/seed/sweetpotato.json | 6 + .../croptopia/models/seed/tea_leaves.json | 6 + .../croptopia/models/seed/tomatillo.json | 6 + .../assets/croptopia/models/seed/tomato.json | 6 + .../croptopia/models/seed/turmeric.json | 6 + .../assets/croptopia/models/seed/turnip.json | 6 + .../assets/croptopia/models/seed/vanilla.json | 6 + kubejs/assets/croptopia/models/seed/yam.json | 6 + .../croptopia/models/seed/zucchini.json | 6 + kubejs/assets/enchanted/lang/en_us.json | 12 + .../models/crop/belladonna_stage0.json | 6 + .../models/crop/belladonna_stage1.json | 6 + .../models/crop/belladonna_stage2.json | 6 + .../models/crop/belladonna_stage3.json | 6 + .../models/crop/belladonna_stage4.json | 6 + .../models/crop/mandrake_stage0.json | 6 + .../models/crop/mandrake_stage1.json | 6 + .../models/crop/mandrake_stage2.json | 6 + .../models/crop/mandrake_stage3.json | 6 + .../models/crop/mandrake_stage4.json | 6 + .../models/crop/snowbell_stage0.json | 6 + .../models/crop/snowbell_stage1.json | 6 + .../models/crop/snowbell_stage2.json | 6 + .../models/crop/snowbell_stage3.json | 6 + .../models/crop/snowbell_stage4.json | 6 + .../models/crop/water_artichoke_stage0.json | 6 + .../models/crop/water_artichoke_stage1.json | 6 + .../models/crop/water_artichoke_stage2.json | 6 + .../models/crop/water_artichoke_stage3.json | 6 + .../models/crop/water_artichoke_stage4.json | 6 + .../models/crop/wolfsbane_stage0.json | 6 + .../models/crop/wolfsbane_stage1.json | 6 + .../models/crop/wolfsbane_stage2.json | 6 + .../models/crop/wolfsbane_stage3.json | 6 + .../models/crop/wolfsbane_stage4.json | 6 + .../enchanted/models/seed/belladonna.json | 6 + .../enchanted/models/seed/mandrake.json | 6 + .../enchanted/models/seed/snowbell.json | 6 + .../models/seed/water_artichoke.json | 6 + .../enchanted/models/seed/wolfsbane.json | 6 + .../large_circle_ritual_chalk.png | Bin 0 -> 3368 bytes .../medium_circle_ritual_chalk.png | Bin 0 -> 3118 bytes .../small_circle_ritual_chalk.png | Bin 0 -> 2861 bytes .../assets/enchanted/textures/item/book.png | Bin 0 -> 1842 bytes .../enchanted/textures/quests/punnett.png | Bin 0 -> 2933 bytes kubejs/assets/farmersdelight/lang/en_us.json | 10 + .../models/crop/cabbage_stage0.json | 6 + .../models/crop/cabbage_stage1.json | 6 + .../models/crop/cabbage_stage2.json | 6 + .../models/crop/cabbage_stage3.json | 6 + .../models/crop/cabbage_stage4.json | 6 + .../models/crop/cabbage_stage5.json | 6 + .../models/crop/cabbage_stage6.json | 6 + .../models/crop/cabbage_stage7.json | 6 + .../models/crop/onion_stage0.json | 6 + .../models/crop/onion_stage1.json | 6 + .../models/crop/onion_stage2.json | 6 + .../models/crop/onion_stage3.json | 6 + .../models/crop/onion_stage4.json | 6 + .../models/crop/onion_stage5.json | 6 + .../models/crop/onion_stage6.json | 6 + .../models/crop/onion_stage7.json | 6 + .../models/crop/rice_stage0.json | 6 + .../models/crop/rice_stage1.json | 6 + .../models/crop/rice_stage2.json | 6 + .../models/crop/rice_stage3.json | 6 + .../models/crop/rice_stage4.json | 7 + .../models/crop/rice_stage5.json | 7 + .../models/crop/rice_stage6.json | 7 + .../models/crop/rice_stage7.json | 7 + .../models/crop/tomato_stage0.json | 6 + .../models/crop/tomato_stage1.json | 6 + .../models/crop/tomato_stage2.json | 6 + .../models/crop/tomato_stage3.json | 6 + .../models/crop/tomato_stage4.json | 6 + .../models/crop/tomato_stage5.json | 6 + .../models/crop/tomato_stage6.json | 6 + .../models/crop/tomato_stage7.json | 6 + .../farmersdelight/models/seed/cabbage.json | 3 + .../farmersdelight/models/seed/onion.json | 3 + .../farmersdelight/models/seed/rice.json | 3 + .../farmersdelight/models/seed/tomato.json | 3 + .../assets/ftbquestlocalizer/lang/en_us.json | 1241 ++ .../assets/ftbquestlocalizer/lang/ru_ru.json | 1238 ++ .../assets/kubejs/blockstates/dead_log.json | 16 + .../kubejs/blockstates/dried_earth.json | 21 + .../assets/kubejs/models/block/dead_log.json | 7 + .../models/block/dead_log_horizontal.json | 7 + .../kubejs/models/block/dried_earth.json | 6 + .../kubejs/textures/block/arc_front_s.png | Bin 0 -> 3158 bytes .../kubejs/textures/block/arc_side_s.png | Bin 0 -> 3084 bytes .../kubejs/textures/block/arc_top_s.png | Bin 0 -> 3197 bytes .../assets/kubejs/textures/block/dead_log.png | Bin 0 -> 453 bytes .../kubejs/textures/block/dead_log_top.png | Bin 0 -> 458 bytes .../kubejs/textures/block/dried_earth.png | Bin 0 -> 3507 bytes .../kubejs/textures/block/flimsy_planks.png | Bin 0 -> 458 bytes .../kubejs/textures/item/blooded_amalgam.png | Bin 0 -> 490 bytes .../textures/item/feather_flesh_amalgam.png | Bin 0 -> 395 bytes .../kubejs/textures/item/infused_amalgam.png | Bin 0 -> 474 bytes .../kubejs/textures/item/mana_amalgam.png | Bin 0 -> 520 bytes .../kubejs/textures/item/scrap_wood.png | Bin 0 -> 254 bytes .../mysticalagriculture/lang/en_us.json | 274 + .../models/crop/air_stage0.json | 3 + .../models/crop/air_stage1.json | 3 + .../models/crop/air_stage2.json | 3 + .../models/crop/air_stage3.json | 3 + .../models/crop/air_stage4.json | 3 + .../models/crop/air_stage5.json | 3 + .../models/crop/air_stage6.json | 3 + .../models/crop/air_stage7.json | 6 + .../models/crop/aluminum_stage0.json | 3 + .../models/crop/aluminum_stage1.json | 3 + .../models/crop/aluminum_stage2.json | 3 + .../models/crop/aluminum_stage3.json | 3 + .../models/crop/aluminum_stage4.json | 3 + .../models/crop/aluminum_stage5.json | 3 + .../models/crop/aluminum_stage6.json | 3 + .../models/crop/aluminum_stage7.json | 6 + .../models/crop/amethyst_bronze_stage0.json | 3 + .../models/crop/amethyst_bronze_stage1.json | 3 + .../models/crop/amethyst_bronze_stage2.json | 3 + .../models/crop/amethyst_bronze_stage3.json | 3 + .../models/crop/amethyst_bronze_stage4.json | 3 + .../models/crop/amethyst_bronze_stage5.json | 3 + .../models/crop/amethyst_bronze_stage6.json | 3 + .../models/crop/amethyst_bronze_stage7.json | 6 + .../models/crop/amethyst_stage0.json | 3 + .../models/crop/amethyst_stage1.json | 3 + .../models/crop/amethyst_stage2.json | 3 + .../models/crop/amethyst_stage3.json | 3 + .../models/crop/amethyst_stage4.json | 3 + .../models/crop/amethyst_stage5.json | 3 + .../models/crop/amethyst_stage6.json | 3 + .../models/crop/amethyst_stage7.json | 6 + .../models/crop/apatite_stage0.json | 3 + .../models/crop/apatite_stage1.json | 3 + .../models/crop/apatite_stage2.json | 3 + .../models/crop/apatite_stage3.json | 3 + .../models/crop/apatite_stage4.json | 3 + .../models/crop/apatite_stage5.json | 3 + .../models/crop/apatite_stage6.json | 3 + .../models/crop/apatite_stage7.json | 6 + .../models/crop/aquamarine_stage0.json | 3 + .../models/crop/aquamarine_stage1.json | 3 + .../models/crop/aquamarine_stage2.json | 3 + .../models/crop/aquamarine_stage3.json | 3 + .../models/crop/aquamarine_stage4.json | 3 + .../models/crop/aquamarine_stage5.json | 3 + .../models/crop/aquamarine_stage6.json | 3 + .../models/crop/aquamarine_stage7.json | 6 + .../models/crop/basalt_stage0.json | 3 + .../models/crop/basalt_stage1.json | 3 + .../models/crop/basalt_stage2.json | 3 + .../models/crop/basalt_stage3.json | 3 + .../models/crop/basalt_stage4.json | 3 + .../models/crop/basalt_stage5.json | 3 + .../models/crop/basalt_stage6.json | 3 + .../models/crop/basalt_stage7.json | 6 + .../models/crop/basalz_stage0.json | 3 + .../models/crop/basalz_stage1.json | 3 + .../models/crop/basalz_stage2.json | 3 + .../models/crop/basalz_stage3.json | 3 + .../models/crop/basalz_stage4.json | 3 + .../models/crop/basalz_stage5.json | 3 + .../models/crop/basalz_stage6.json | 3 + .../models/crop/basalz_stage7.json | 6 + .../models/crop/blaze_stage0.json | 3 + .../models/crop/blaze_stage1.json | 3 + .../models/crop/blaze_stage2.json | 3 + .../models/crop/blaze_stage3.json | 3 + .../models/crop/blaze_stage4.json | 3 + .../models/crop/blaze_stage5.json | 3 + .../models/crop/blaze_stage6.json | 3 + .../models/crop/blaze_stage7.json | 6 + .../models/crop/blazing_crystal_stage0.json | 3 + .../models/crop/blazing_crystal_stage1.json | 3 + .../models/crop/blazing_crystal_stage2.json | 3 + .../models/crop/blazing_crystal_stage3.json | 3 + .../models/crop/blazing_crystal_stage4.json | 3 + .../models/crop/blazing_crystal_stage5.json | 3 + .../models/crop/blazing_crystal_stage6.json | 3 + .../models/crop/blazing_crystal_stage7.json | 6 + .../models/crop/blitz_stage0.json | 3 + .../models/crop/blitz_stage1.json | 3 + .../models/crop/blitz_stage2.json | 3 + .../models/crop/blitz_stage3.json | 3 + .../models/crop/blitz_stage4.json | 3 + .../models/crop/blitz_stage5.json | 3 + .../models/crop/blitz_stage6.json | 3 + .../models/crop/blitz_stage7.json | 6 + .../models/crop/blizz_stage0.json | 3 + .../models/crop/blizz_stage1.json | 3 + .../models/crop/blizz_stage2.json | 3 + .../models/crop/blizz_stage3.json | 3 + .../models/crop/blizz_stage4.json | 3 + .../models/crop/blizz_stage5.json | 3 + .../models/crop/blizz_stage6.json | 3 + .../models/crop/blizz_stage7.json | 6 + .../models/crop/brass_stage0.json | 3 + .../models/crop/brass_stage1.json | 3 + .../models/crop/brass_stage2.json | 3 + .../models/crop/brass_stage3.json | 3 + .../models/crop/brass_stage4.json | 3 + .../models/crop/brass_stage5.json | 3 + .../models/crop/brass_stage6.json | 3 + .../models/crop/brass_stage7.json | 6 + .../models/crop/bronze_stage0.json | 3 + .../models/crop/bronze_stage1.json | 3 + .../models/crop/bronze_stage2.json | 3 + .../models/crop/bronze_stage3.json | 3 + .../models/crop/bronze_stage4.json | 3 + .../models/crop/bronze_stage5.json | 3 + .../models/crop/bronze_stage6.json | 3 + .../models/crop/bronze_stage7.json | 6 + .../models/crop/certus_quartz_stage0.json | 3 + .../models/crop/certus_quartz_stage1.json | 3 + .../models/crop/certus_quartz_stage2.json | 3 + .../models/crop/certus_quartz_stage3.json | 3 + .../models/crop/certus_quartz_stage4.json | 3 + .../models/crop/certus_quartz_stage5.json | 3 + .../models/crop/certus_quartz_stage6.json | 3 + .../models/crop/certus_quartz_stage7.json | 6 + .../models/crop/chicken_stage0.json | 3 + .../models/crop/chicken_stage1.json | 3 + .../models/crop/chicken_stage2.json | 3 + .../models/crop/chicken_stage3.json | 3 + .../models/crop/chicken_stage4.json | 3 + .../models/crop/chicken_stage5.json | 3 + .../models/crop/chicken_stage6.json | 3 + .../models/crop/chicken_stage7.json | 6 + .../models/crop/chrome_stage0.json | 3 + .../models/crop/chrome_stage1.json | 3 + .../models/crop/chrome_stage2.json | 3 + .../models/crop/chrome_stage3.json | 3 + .../models/crop/chrome_stage4.json | 3 + .../models/crop/chrome_stage5.json | 3 + .../models/crop/chrome_stage6.json | 3 + .../models/crop/chrome_stage7.json | 6 + .../models/crop/coal_stage0.json | 3 + .../models/crop/coal_stage1.json | 3 + .../models/crop/coal_stage2.json | 3 + .../models/crop/coal_stage3.json | 3 + .../models/crop/coal_stage4.json | 3 + .../models/crop/coal_stage5.json | 3 + .../models/crop/coal_stage6.json | 3 + .../models/crop/coal_stage7.json | 6 + .../models/crop/cobalt_stage0.json | 3 + .../models/crop/cobalt_stage1.json | 3 + .../models/crop/cobalt_stage2.json | 3 + .../models/crop/cobalt_stage3.json | 3 + .../models/crop/cobalt_stage4.json | 3 + .../models/crop/cobalt_stage5.json | 3 + .../models/crop/cobalt_stage6.json | 3 + .../models/crop/cobalt_stage7.json | 6 + .../models/crop/compressed_iron_stage0.json | 3 + .../models/crop/compressed_iron_stage1.json | 3 + .../models/crop/compressed_iron_stage2.json | 3 + .../models/crop/compressed_iron_stage3.json | 3 + .../models/crop/compressed_iron_stage4.json | 3 + .../models/crop/compressed_iron_stage5.json | 3 + .../models/crop/compressed_iron_stage6.json | 3 + .../models/crop/compressed_iron_stage7.json | 6 + .../models/crop/conductive_alloy_stage0.json | 3 + .../models/crop/conductive_alloy_stage1.json | 3 + .../models/crop/conductive_alloy_stage2.json | 3 + .../models/crop/conductive_alloy_stage3.json | 3 + .../models/crop/conductive_alloy_stage4.json | 3 + .../models/crop/conductive_alloy_stage5.json | 3 + .../models/crop/conductive_alloy_stage6.json | 3 + .../models/crop/conductive_alloy_stage7.json | 6 + .../models/crop/constantan_stage0.json | 3 + .../models/crop/constantan_stage1.json | 3 + .../models/crop/constantan_stage2.json | 3 + .../models/crop/constantan_stage3.json | 3 + .../models/crop/constantan_stage4.json | 3 + .../models/crop/constantan_stage5.json | 3 + .../models/crop/constantan_stage6.json | 3 + .../models/crop/constantan_stage7.json | 6 + .../models/crop/copper_alloy_stage0.json | 3 + .../models/crop/copper_alloy_stage1.json | 3 + .../models/crop/copper_alloy_stage2.json | 3 + .../models/crop/copper_alloy_stage3.json | 3 + .../models/crop/copper_alloy_stage4.json | 3 + .../models/crop/copper_alloy_stage5.json | 3 + .../models/crop/copper_alloy_stage6.json | 3 + .../models/crop/copper_alloy_stage7.json | 6 + .../models/crop/copper_stage0.json | 3 + .../models/crop/copper_stage1.json | 3 + .../models/crop/copper_stage2.json | 3 + .../models/crop/copper_stage3.json | 3 + .../models/crop/copper_stage4.json | 3 + .../models/crop/copper_stage5.json | 3 + .../models/crop/copper_stage6.json | 3 + .../models/crop/copper_stage7.json | 6 + .../models/crop/coral_stage0.json | 3 + .../models/crop/coral_stage1.json | 3 + .../models/crop/coral_stage2.json | 3 + .../models/crop/coral_stage3.json | 3 + .../models/crop/coral_stage4.json | 3 + .../models/crop/coral_stage5.json | 3 + .../models/crop/coral_stage6.json | 3 + .../models/crop/coral_stage7.json | 6 + .../models/crop/cow_stage0.json | 3 + .../models/crop/cow_stage1.json | 3 + .../models/crop/cow_stage2.json | 3 + .../models/crop/cow_stage3.json | 3 + .../models/crop/cow_stage4.json | 3 + .../models/crop/cow_stage5.json | 3 + .../models/crop/cow_stage6.json | 3 + .../models/crop/cow_stage7.json | 6 + .../models/crop/creeper_stage0.json | 3 + .../models/crop/creeper_stage1.json | 3 + .../models/crop/creeper_stage2.json | 3 + .../models/crop/creeper_stage3.json | 3 + .../models/crop/creeper_stage4.json | 3 + .../models/crop/creeper_stage5.json | 3 + .../models/crop/creeper_stage6.json | 3 + .../models/crop/creeper_stage7.json | 6 + .../models/crop/cyanite_stage0.json | 3 + .../models/crop/cyanite_stage1.json | 3 + .../models/crop/cyanite_stage2.json | 3 + .../models/crop/cyanite_stage3.json | 3 + .../models/crop/cyanite_stage4.json | 3 + .../models/crop/cyanite_stage5.json | 3 + .../models/crop/cyanite_stage6.json | 3 + .../models/crop/cyanite_stage7.json | 6 + .../models/crop/dark_steel_stage0.json | 3 + .../models/crop/dark_steel_stage1.json | 3 + .../models/crop/dark_steel_stage2.json | 3 + .../models/crop/dark_steel_stage3.json | 3 + .../models/crop/dark_steel_stage4.json | 3 + .../models/crop/dark_steel_stage5.json | 3 + .../models/crop/dark_steel_stage6.json | 3 + .../models/crop/dark_steel_stage7.json | 6 + .../models/crop/deepslate_stage0.json | 3 + .../models/crop/deepslate_stage1.json | 3 + .../models/crop/deepslate_stage2.json | 3 + .../models/crop/deepslate_stage3.json | 3 + .../models/crop/deepslate_stage4.json | 3 + .../models/crop/deepslate_stage5.json | 3 + .../models/crop/deepslate_stage6.json | 3 + .../models/crop/deepslate_stage7.json | 6 + .../models/crop/diamond_stage0.json | 3 + .../models/crop/diamond_stage1.json | 3 + .../models/crop/diamond_stage2.json | 3 + .../models/crop/diamond_stage3.json | 3 + .../models/crop/diamond_stage4.json | 3 + .../models/crop/diamond_stage5.json | 3 + .../models/crop/diamond_stage6.json | 3 + .../models/crop/diamond_stage7.json | 6 + .../models/crop/dirt_stage0.json | 3 + .../models/crop/dirt_stage1.json | 3 + .../models/crop/dirt_stage2.json | 3 + .../models/crop/dirt_stage3.json | 3 + .../models/crop/dirt_stage4.json | 3 + .../models/crop/dirt_stage5.json | 3 + .../models/crop/dirt_stage6.json | 3 + .../models/crop/dirt_stage7.json | 6 + .../models/crop/draconium_stage0.json | 3 + .../models/crop/draconium_stage1.json | 3 + .../models/crop/draconium_stage2.json | 3 + .../models/crop/draconium_stage3.json | 3 + .../models/crop/draconium_stage4.json | 3 + .../models/crop/draconium_stage5.json | 3 + .../models/crop/draconium_stage6.json | 3 + .../models/crop/draconium_stage7.json | 6 + .../models/crop/dye_stage0.json | 3 + .../models/crop/dye_stage1.json | 3 + .../models/crop/dye_stage2.json | 3 + .../models/crop/dye_stage3.json | 3 + .../models/crop/dye_stage4.json | 3 + .../models/crop/dye_stage5.json | 3 + .../models/crop/dye_stage6.json | 3 + .../models/crop/dye_stage7.json | 6 + .../models/crop/earth_stage0.json | 3 + .../models/crop/earth_stage1.json | 3 + .../models/crop/earth_stage2.json | 3 + .../models/crop/earth_stage3.json | 3 + .../models/crop/earth_stage4.json | 3 + .../models/crop/earth_stage5.json | 3 + .../models/crop/earth_stage6.json | 3 + .../models/crop/earth_stage7.json | 6 + .../models/crop/electrum_stage0.json | 3 + .../models/crop/electrum_stage1.json | 3 + .../models/crop/electrum_stage2.json | 3 + .../models/crop/electrum_stage3.json | 3 + .../models/crop/electrum_stage4.json | 3 + .../models/crop/electrum_stage5.json | 3 + .../models/crop/electrum_stage6.json | 3 + .../models/crop/electrum_stage7.json | 6 + .../models/crop/elementium_stage0.json | 3 + .../models/crop/elementium_stage1.json | 3 + .../models/crop/elementium_stage2.json | 3 + .../models/crop/elementium_stage3.json | 3 + .../models/crop/elementium_stage4.json | 3 + .../models/crop/elementium_stage5.json | 3 + .../models/crop/elementium_stage6.json | 3 + .../models/crop/elementium_stage7.json | 6 + .../models/crop/emerald_stage0.json | 3 + .../models/crop/emerald_stage1.json | 3 + .../models/crop/emerald_stage2.json | 3 + .../models/crop/emerald_stage3.json | 3 + .../models/crop/emerald_stage4.json | 3 + .../models/crop/emerald_stage5.json | 3 + .../models/crop/emerald_stage6.json | 3 + .../models/crop/emerald_stage7.json | 6 + .../models/crop/end_stage0.json | 3 + .../models/crop/end_stage1.json | 3 + .../models/crop/end_stage2.json | 3 + .../models/crop/end_stage3.json | 3 + .../models/crop/end_stage4.json | 3 + .../models/crop/end_stage5.json | 3 + .../models/crop/end_stage6.json | 3 + .../models/crop/end_stage7.json | 6 + .../models/crop/end_steel_stage0.json | 3 + .../models/crop/end_steel_stage1.json | 3 + .../models/crop/end_steel_stage2.json | 3 + .../models/crop/end_steel_stage3.json | 3 + .../models/crop/end_steel_stage4.json | 3 + .../models/crop/end_steel_stage5.json | 3 + .../models/crop/end_steel_stage6.json | 3 + .../models/crop/end_steel_stage7.json | 6 + .../models/crop/enderium_stage0.json | 3 + .../models/crop/enderium_stage1.json | 3 + .../models/crop/enderium_stage2.json | 3 + .../models/crop/enderium_stage3.json | 3 + .../models/crop/enderium_stage4.json | 3 + .../models/crop/enderium_stage5.json | 3 + .../models/crop/enderium_stage6.json | 3 + .../models/crop/enderium_stage7.json | 6 + .../models/crop/enderman_stage0.json | 3 + .../models/crop/enderman_stage1.json | 3 + .../models/crop/enderman_stage2.json | 3 + .../models/crop/enderman_stage3.json | 3 + .../models/crop/enderman_stage4.json | 3 + .../models/crop/enderman_stage5.json | 3 + .../models/crop/enderman_stage6.json | 3 + .../models/crop/enderman_stage7.json | 6 + .../models/crop/energetic_alloy_stage0.json | 3 + .../models/crop/energetic_alloy_stage1.json | 3 + .../models/crop/energetic_alloy_stage2.json | 3 + .../models/crop/energetic_alloy_stage3.json | 3 + .../models/crop/energetic_alloy_stage4.json | 3 + .../models/crop/energetic_alloy_stage5.json | 3 + .../models/crop/energetic_alloy_stage6.json | 3 + .../models/crop/energetic_alloy_stage7.json | 6 + .../models/crop/energized_steel_stage0.json | 3 + .../models/crop/energized_steel_stage1.json | 3 + .../models/crop/energized_steel_stage2.json | 3 + .../models/crop/energized_steel_stage3.json | 3 + .../models/crop/energized_steel_stage4.json | 3 + .../models/crop/energized_steel_stage5.json | 3 + .../models/crop/energized_steel_stage6.json | 3 + .../models/crop/energized_steel_stage7.json | 6 + .../models/crop/experience_stage0.json | 3 + .../models/crop/experience_stage1.json | 3 + .../models/crop/experience_stage2.json | 3 + .../models/crop/experience_stage3.json | 3 + .../models/crop/experience_stage4.json | 3 + .../models/crop/experience_stage5.json | 3 + .../models/crop/experience_stage6.json | 3 + .../models/crop/experience_stage7.json | 6 + .../models/crop/fiery_ingot_stage0.json | 3 + .../models/crop/fiery_ingot_stage1.json | 3 + .../models/crop/fiery_ingot_stage2.json | 3 + .../models/crop/fiery_ingot_stage3.json | 3 + .../models/crop/fiery_ingot_stage4.json | 3 + .../models/crop/fiery_ingot_stage5.json | 3 + .../models/crop/fiery_ingot_stage6.json | 3 + .../models/crop/fiery_ingot_stage7.json | 6 + .../models/crop/fire_stage0.json | 3 + .../models/crop/fire_stage1.json | 3 + .../models/crop/fire_stage2.json | 3 + .../models/crop/fire_stage3.json | 3 + .../models/crop/fire_stage4.json | 3 + .../models/crop/fire_stage5.json | 3 + .../models/crop/fire_stage6.json | 3 + .../models/crop/fire_stage7.json | 6 + .../models/crop/fish_stage0.json | 3 + .../models/crop/fish_stage1.json | 3 + .../models/crop/fish_stage2.json | 3 + .../models/crop/fish_stage3.json | 3 + .../models/crop/fish_stage4.json | 3 + .../models/crop/fish_stage5.json | 3 + .../models/crop/fish_stage6.json | 3 + .../models/crop/fish_stage7.json | 6 + .../models/crop/fluix_stage0.json | 3 + .../models/crop/fluix_stage1.json | 3 + .../models/crop/fluix_stage2.json | 3 + .../models/crop/fluix_stage3.json | 3 + .../models/crop/fluix_stage4.json | 3 + .../models/crop/fluix_stage5.json | 3 + .../models/crop/fluix_stage6.json | 3 + .../models/crop/fluix_stage7.json | 6 + .../models/crop/fluorite_stage0.json | 3 + .../models/crop/fluorite_stage1.json | 3 + .../models/crop/fluorite_stage2.json | 3 + .../models/crop/fluorite_stage3.json | 3 + .../models/crop/fluorite_stage4.json | 3 + .../models/crop/fluorite_stage5.json | 3 + .../models/crop/fluorite_stage6.json | 3 + .../models/crop/fluorite_stage7.json | 6 + .../models/crop/flux_infused_gem_stage0.json | 3 + .../models/crop/flux_infused_gem_stage1.json | 3 + .../models/crop/flux_infused_gem_stage2.json | 3 + .../models/crop/flux_infused_gem_stage3.json | 3 + .../models/crop/flux_infused_gem_stage4.json | 3 + .../models/crop/flux_infused_gem_stage5.json | 3 + .../models/crop/flux_infused_gem_stage6.json | 3 + .../models/crop/flux_infused_gem_stage7.json | 6 + .../crop/flux_infused_ingot_stage0.json | 3 + .../crop/flux_infused_ingot_stage1.json | 3 + .../crop/flux_infused_ingot_stage2.json | 3 + .../crop/flux_infused_ingot_stage3.json | 3 + .../crop/flux_infused_ingot_stage4.json | 3 + .../crop/flux_infused_ingot_stage5.json | 3 + .../crop/flux_infused_ingot_stage6.json | 3 + .../crop/flux_infused_ingot_stage7.json | 6 + .../models/crop/ghast_stage0.json | 3 + .../models/crop/ghast_stage1.json | 3 + .../models/crop/ghast_stage2.json | 3 + .../models/crop/ghast_stage3.json | 3 + .../models/crop/ghast_stage4.json | 3 + .../models/crop/ghast_stage5.json | 3 + .../models/crop/ghast_stage6.json | 3 + .../models/crop/ghast_stage7.json | 6 + .../models/crop/glowstone_stage0.json | 3 + .../models/crop/glowstone_stage1.json | 3 + .../models/crop/glowstone_stage2.json | 3 + .../models/crop/glowstone_stage3.json | 3 + .../models/crop/glowstone_stage4.json | 3 + .../models/crop/glowstone_stage5.json | 3 + .../models/crop/glowstone_stage6.json | 3 + .../models/crop/glowstone_stage7.json | 6 + .../models/crop/gold_stage0.json | 3 + .../models/crop/gold_stage1.json | 3 + .../models/crop/gold_stage2.json | 3 + .../models/crop/gold_stage3.json | 3 + .../models/crop/gold_stage4.json | 3 + .../models/crop/gold_stage5.json | 3 + .../models/crop/gold_stage6.json | 3 + .../models/crop/gold_stage7.json | 6 + .../crop/grains_of_infinity_stage0.json | 3 + .../crop/grains_of_infinity_stage1.json | 3 + .../crop/grains_of_infinity_stage2.json | 3 + .../crop/grains_of_infinity_stage3.json | 3 + .../crop/grains_of_infinity_stage4.json | 3 + .../crop/grains_of_infinity_stage5.json | 3 + .../crop/grains_of_infinity_stage6.json | 3 + .../crop/grains_of_infinity_stage7.json | 6 + .../models/crop/graphite_stage0.json | 3 + .../models/crop/graphite_stage1.json | 3 + .../models/crop/graphite_stage2.json | 3 + .../models/crop/graphite_stage3.json | 3 + .../models/crop/graphite_stage4.json | 3 + .../models/crop/graphite_stage5.json | 3 + .../models/crop/graphite_stage6.json | 3 + .../models/crop/graphite_stage7.json | 6 + .../models/crop/hepatizon_stage0.json | 3 + .../models/crop/hepatizon_stage1.json | 3 + .../models/crop/hepatizon_stage2.json | 3 + .../models/crop/hepatizon_stage3.json | 3 + .../models/crop/hepatizon_stage4.json | 3 + .../models/crop/hepatizon_stage5.json | 3 + .../models/crop/hepatizon_stage6.json | 3 + .../models/crop/hepatizon_stage7.json | 6 + .../models/crop/honey_stage0.json | 3 + .../models/crop/honey_stage1.json | 3 + .../models/crop/honey_stage2.json | 3 + .../models/crop/honey_stage3.json | 3 + .../models/crop/honey_stage4.json | 3 + .../models/crop/honey_stage5.json | 3 + .../models/crop/honey_stage6.json | 3 + .../models/crop/honey_stage7.json | 6 + .../models/crop/hop_graphite_stage0.json | 3 + .../models/crop/hop_graphite_stage1.json | 3 + .../models/crop/hop_graphite_stage2.json | 3 + .../models/crop/hop_graphite_stage3.json | 3 + .../models/crop/hop_graphite_stage4.json | 3 + .../models/crop/hop_graphite_stage5.json | 3 + .../models/crop/hop_graphite_stage6.json | 3 + .../models/crop/hop_graphite_stage7.json | 6 + .../models/crop/ice_stage0.json | 3 + .../models/crop/ice_stage1.json | 3 + .../models/crop/ice_stage2.json | 3 + .../models/crop/ice_stage3.json | 3 + .../models/crop/ice_stage4.json | 3 + .../models/crop/ice_stage5.json | 3 + .../models/crop/ice_stage6.json | 3 + .../models/crop/ice_stage7.json | 6 + .../models/crop/inferium_stage0.json | 3 + .../models/crop/inferium_stage1.json | 3 + .../models/crop/inferium_stage2.json | 3 + .../models/crop/inferium_stage3.json | 3 + .../models/crop/inferium_stage4.json | 3 + .../models/crop/inferium_stage5.json | 3 + .../models/crop/inferium_stage6.json | 3 + .../models/crop/inferium_stage7.json | 6 + .../models/crop/invar_stage0.json | 3 + .../models/crop/invar_stage1.json | 3 + .../models/crop/invar_stage2.json | 3 + .../models/crop/invar_stage3.json | 3 + .../models/crop/invar_stage4.json | 3 + .../models/crop/invar_stage5.json | 3 + .../models/crop/invar_stage6.json | 3 + .../models/crop/invar_stage7.json | 6 + .../models/crop/iridium_stage0.json | 3 + .../models/crop/iridium_stage1.json | 3 + .../models/crop/iridium_stage2.json | 3 + .../models/crop/iridium_stage3.json | 3 + .../models/crop/iridium_stage4.json | 3 + .../models/crop/iridium_stage5.json | 3 + .../models/crop/iridium_stage6.json | 3 + .../models/crop/iridium_stage7.json | 6 + .../models/crop/iron_stage0.json | 3 + .../models/crop/iron_stage1.json | 3 + .../models/crop/iron_stage2.json | 3 + .../models/crop/iron_stage3.json | 3 + .../models/crop/iron_stage4.json | 3 + .../models/crop/iron_stage5.json | 3 + .../models/crop/iron_stage6.json | 3 + .../models/crop/iron_stage7.json | 6 + .../models/crop/ironwood_stage0.json | 3 + .../models/crop/ironwood_stage1.json | 3 + .../models/crop/ironwood_stage2.json | 3 + .../models/crop/ironwood_stage3.json | 3 + .../models/crop/ironwood_stage4.json | 3 + .../models/crop/ironwood_stage5.json | 3 + .../models/crop/ironwood_stage6.json | 3 + .../models/crop/ironwood_stage7.json | 6 + .../models/crop/knightmetal_stage0.json | 3 + .../models/crop/knightmetal_stage1.json | 3 + .../models/crop/knightmetal_stage2.json | 3 + .../models/crop/knightmetal_stage3.json | 3 + .../models/crop/knightmetal_stage4.json | 3 + .../models/crop/knightmetal_stage5.json | 3 + .../models/crop/knightmetal_stage6.json | 3 + .../models/crop/knightmetal_stage7.json | 6 + .../models/crop/lapis_lazuli_stage0.json | 3 + .../models/crop/lapis_lazuli_stage1.json | 3 + .../models/crop/lapis_lazuli_stage2.json | 3 + .../models/crop/lapis_lazuli_stage3.json | 3 + .../models/crop/lapis_lazuli_stage4.json | 3 + .../models/crop/lapis_lazuli_stage5.json | 3 + .../models/crop/lapis_lazuli_stage6.json | 3 + .../models/crop/lapis_lazuli_stage7.json | 6 + .../models/crop/lead_stage0.json | 3 + .../models/crop/lead_stage1.json | 3 + .../models/crop/lead_stage2.json | 3 + .../models/crop/lead_stage3.json | 3 + .../models/crop/lead_stage4.json | 3 + .../models/crop/lead_stage5.json | 3 + .../models/crop/lead_stage6.json | 3 + .../models/crop/lead_stage7.json | 6 + .../models/crop/limestone_stage0.json | 3 + .../models/crop/limestone_stage1.json | 3 + .../models/crop/limestone_stage2.json | 3 + .../models/crop/limestone_stage3.json | 3 + .../models/crop/limestone_stage4.json | 3 + .../models/crop/limestone_stage5.json | 3 + .../models/crop/limestone_stage6.json | 3 + .../models/crop/limestone_stage7.json | 6 + .../models/crop/lumium_stage0.json | 3 + .../models/crop/lumium_stage1.json | 3 + .../models/crop/lumium_stage2.json | 3 + .../models/crop/lumium_stage3.json | 3 + .../models/crop/lumium_stage4.json | 3 + .../models/crop/lumium_stage5.json | 3 + .../models/crop/lumium_stage6.json | 3 + .../models/crop/lumium_stage7.json | 6 + .../models/crop/manasteel_stage0.json | 3 + .../models/crop/manasteel_stage1.json | 3 + .../models/crop/manasteel_stage2.json | 3 + .../models/crop/manasteel_stage3.json | 3 + .../models/crop/manasteel_stage4.json | 3 + .../models/crop/manasteel_stage5.json | 3 + .../models/crop/manasteel_stage6.json | 3 + .../models/crop/manasteel_stage7.json | 6 + .../models/crop/manyullyn_stage0.json | 3 + .../models/crop/manyullyn_stage1.json | 3 + .../models/crop/manyullyn_stage2.json | 3 + .../models/crop/manyullyn_stage3.json | 3 + .../models/crop/manyullyn_stage4.json | 3 + .../models/crop/manyullyn_stage5.json | 3 + .../models/crop/manyullyn_stage6.json | 3 + .../models/crop/manyullyn_stage7.json | 6 + .../models/crop/marble_stage0.json | 3 + .../models/crop/marble_stage1.json | 3 + .../models/crop/marble_stage2.json | 3 + .../models/crop/marble_stage3.json | 3 + .../models/crop/marble_stage4.json | 3 + .../models/crop/marble_stage5.json | 3 + .../models/crop/marble_stage6.json | 3 + .../models/crop/marble_stage7.json | 6 + .../models/crop/menril_stage0.json | 3 + .../models/crop/menril_stage1.json | 3 + .../models/crop/menril_stage2.json | 3 + .../models/crop/menril_stage3.json | 3 + .../models/crop/menril_stage4.json | 3 + .../models/crop/menril_stage5.json | 3 + .../models/crop/menril_stage6.json | 3 + .../models/crop/menril_stage7.json | 6 + .../models/crop/mithril_stage0.json | 3 + .../models/crop/mithril_stage1.json | 3 + .../models/crop/mithril_stage2.json | 3 + .../models/crop/mithril_stage3.json | 3 + .../models/crop/mithril_stage4.json | 3 + .../models/crop/mithril_stage5.json | 3 + .../models/crop/mithril_stage6.json | 3 + .../models/crop/mithril_stage7.json | 6 + .../models/crop/mystical_flower_stage0.json | 3 + .../models/crop/mystical_flower_stage1.json | 3 + .../models/crop/mystical_flower_stage2.json | 3 + .../models/crop/mystical_flower_stage3.json | 3 + .../models/crop/mystical_flower_stage4.json | 3 + .../models/crop/mystical_flower_stage5.json | 3 + .../models/crop/mystical_flower_stage6.json | 3 + .../models/crop/mystical_flower_stage7.json | 6 + .../models/crop/nature_stage0.json | 3 + .../models/crop/nature_stage1.json | 3 + .../models/crop/nature_stage2.json | 3 + .../models/crop/nature_stage3.json | 3 + .../models/crop/nature_stage4.json | 3 + .../models/crop/nature_stage5.json | 3 + .../models/crop/nature_stage6.json | 3 + .../models/crop/nature_stage7.json | 6 + .../models/crop/nether_quartz_stage0.json | 3 + .../models/crop/nether_quartz_stage1.json | 3 + .../models/crop/nether_quartz_stage2.json | 3 + .../models/crop/nether_quartz_stage3.json | 3 + .../models/crop/nether_quartz_stage4.json | 3 + .../models/crop/nether_quartz_stage5.json | 3 + .../models/crop/nether_quartz_stage6.json | 3 + .../models/crop/nether_quartz_stage7.json | 6 + .../models/crop/nether_stage0.json | 3 + .../models/crop/nether_stage1.json | 3 + .../models/crop/nether_stage2.json | 3 + .../models/crop/nether_stage3.json | 3 + .../models/crop/nether_stage4.json | 3 + .../models/crop/nether_stage5.json | 3 + .../models/crop/nether_stage6.json | 3 + .../models/crop/nether_stage7.json | 6 + .../models/crop/netherite_stage0.json | 3 + .../models/crop/netherite_stage1.json | 3 + .../models/crop/netherite_stage2.json | 3 + .../models/crop/netherite_stage3.json | 3 + .../models/crop/netherite_stage4.json | 3 + .../models/crop/netherite_stage5.json | 3 + .../models/crop/netherite_stage6.json | 3 + .../models/crop/netherite_stage7.json | 6 + .../models/crop/nickel_stage0.json | 3 + .../models/crop/nickel_stage1.json | 3 + .../models/crop/nickel_stage2.json | 3 + .../models/crop/nickel_stage3.json | 3 + .../models/crop/nickel_stage4.json | 3 + .../models/crop/nickel_stage5.json | 3 + .../models/crop/nickel_stage6.json | 3 + .../models/crop/nickel_stage7.json | 6 + .../models/crop/niotic_crystal_stage0.json | 3 + .../models/crop/niotic_crystal_stage1.json | 3 + .../models/crop/niotic_crystal_stage2.json | 3 + .../models/crop/niotic_crystal_stage3.json | 3 + .../models/crop/niotic_crystal_stage4.json | 3 + .../models/crop/niotic_crystal_stage5.json | 3 + .../models/crop/niotic_crystal_stage6.json | 3 + .../models/crop/niotic_crystal_stage7.json | 6 + .../models/crop/obsidian_stage0.json | 3 + .../models/crop/obsidian_stage1.json | 3 + .../models/crop/obsidian_stage2.json | 3 + .../models/crop/obsidian_stage3.json | 3 + .../models/crop/obsidian_stage4.json | 3 + .../models/crop/obsidian_stage5.json | 3 + .../models/crop/obsidian_stage6.json | 3 + .../models/crop/obsidian_stage7.json | 6 + .../models/crop/osmium_stage0.json | 3 + .../models/crop/osmium_stage1.json | 3 + .../models/crop/osmium_stage2.json | 3 + .../models/crop/osmium_stage3.json | 3 + .../models/crop/osmium_stage4.json | 3 + .../models/crop/osmium_stage5.json | 3 + .../models/crop/osmium_stage6.json | 3 + .../models/crop/osmium_stage7.json | 6 + .../models/crop/peridot_stage0.json | 3 + .../models/crop/peridot_stage1.json | 3 + .../models/crop/peridot_stage2.json | 3 + .../models/crop/peridot_stage3.json | 3 + .../models/crop/peridot_stage4.json | 3 + .../models/crop/peridot_stage5.json | 3 + .../models/crop/peridot_stage6.json | 3 + .../models/crop/peridot_stage7.json | 6 + .../models/crop/pig_iron_stage0.json | 3 + .../models/crop/pig_iron_stage1.json | 3 + .../models/crop/pig_iron_stage2.json | 3 + .../models/crop/pig_iron_stage3.json | 3 + .../models/crop/pig_iron_stage4.json | 3 + .../models/crop/pig_iron_stage5.json | 3 + .../models/crop/pig_iron_stage6.json | 3 + .../models/crop/pig_iron_stage7.json | 6 + .../models/crop/pig_stage0.json | 3 + .../models/crop/pig_stage1.json | 3 + .../models/crop/pig_stage2.json | 3 + .../models/crop/pig_stage3.json | 3 + .../models/crop/pig_stage4.json | 3 + .../models/crop/pig_stage5.json | 3 + .../models/crop/pig_stage6.json | 3 + .../models/crop/pig_stage7.json | 6 + .../models/crop/platinum_stage0.json | 3 + .../models/crop/platinum_stage1.json | 3 + .../models/crop/platinum_stage2.json | 3 + .../models/crop/platinum_stage3.json | 3 + .../models/crop/platinum_stage4.json | 3 + .../models/crop/platinum_stage5.json | 3 + .../models/crop/platinum_stage6.json | 3 + .../models/crop/platinum_stage7.json | 6 + .../models/crop/prismarine_stage0.json | 3 + .../models/crop/prismarine_stage1.json | 3 + .../models/crop/prismarine_stage2.json | 3 + .../models/crop/prismarine_stage3.json | 3 + .../models/crop/prismarine_stage4.json | 3 + .../models/crop/prismarine_stage5.json | 3 + .../models/crop/prismarine_stage6.json | 3 + .../models/crop/prismarine_stage7.json | 6 + .../models/crop/pulsating_alloy_stage0.json | 3 + .../models/crop/pulsating_alloy_stage1.json | 3 + .../models/crop/pulsating_alloy_stage2.json | 3 + .../models/crop/pulsating_alloy_stage3.json | 3 + .../models/crop/pulsating_alloy_stage4.json | 3 + .../models/crop/pulsating_alloy_stage5.json | 3 + .../models/crop/pulsating_alloy_stage6.json | 3 + .../models/crop/pulsating_alloy_stage7.json | 6 + .../crop/quartz_enriched_iron_stage0.json | 3 + .../crop/quartz_enriched_iron_stage1.json | 3 + .../crop/quartz_enriched_iron_stage2.json | 3 + .../crop/quartz_enriched_iron_stage3.json | 3 + .../crop/quartz_enriched_iron_stage4.json | 3 + .../crop/quartz_enriched_iron_stage5.json | 3 + .../crop/quartz_enriched_iron_stage6.json | 3 + .../crop/quartz_enriched_iron_stage7.json | 6 + .../models/crop/queens_slime_stage0.json | 3 + .../models/crop/queens_slime_stage1.json | 3 + .../models/crop/queens_slime_stage2.json | 3 + .../models/crop/queens_slime_stage3.json | 3 + .../models/crop/queens_slime_stage4.json | 3 + .../models/crop/queens_slime_stage5.json | 3 + .../models/crop/queens_slime_stage6.json | 3 + .../models/crop/queens_slime_stage7.json | 6 + .../models/crop/rabbit_stage0.json | 3 + .../models/crop/rabbit_stage1.json | 3 + .../models/crop/rabbit_stage2.json | 3 + .../models/crop/rabbit_stage3.json | 3 + .../models/crop/rabbit_stage4.json | 3 + .../models/crop/rabbit_stage5.json | 3 + .../models/crop/rabbit_stage6.json | 3 + .../models/crop/rabbit_stage7.json | 6 + .../models/crop/redstone_alloy_stage0.json | 3 + .../models/crop/redstone_alloy_stage1.json | 3 + .../models/crop/redstone_alloy_stage2.json | 3 + .../models/crop/redstone_alloy_stage3.json | 3 + .../models/crop/redstone_alloy_stage4.json | 3 + .../models/crop/redstone_alloy_stage5.json | 3 + .../models/crop/redstone_alloy_stage6.json | 3 + .../models/crop/redstone_alloy_stage7.json | 6 + .../models/crop/redstone_stage0.json | 3 + .../models/crop/redstone_stage1.json | 3 + .../models/crop/redstone_stage2.json | 3 + .../models/crop/redstone_stage3.json | 3 + .../models/crop/redstone_stage4.json | 3 + .../models/crop/redstone_stage5.json | 3 + .../models/crop/redstone_stage6.json | 3 + .../models/crop/redstone_stage7.json | 6 + .../models/crop/refined_glowstone_stage0.json | 3 + .../models/crop/refined_glowstone_stage1.json | 3 + .../models/crop/refined_glowstone_stage2.json | 3 + .../models/crop/refined_glowstone_stage3.json | 3 + .../models/crop/refined_glowstone_stage4.json | 3 + .../models/crop/refined_glowstone_stage5.json | 3 + .../models/crop/refined_glowstone_stage6.json | 3 + .../models/crop/refined_glowstone_stage7.json | 6 + .../models/crop/refined_obsidian_stage0.json | 3 + .../models/crop/refined_obsidian_stage1.json | 3 + .../models/crop/refined_obsidian_stage2.json | 3 + .../models/crop/refined_obsidian_stage3.json | 3 + .../models/crop/refined_obsidian_stage4.json | 3 + .../models/crop/refined_obsidian_stage5.json | 3 + .../models/crop/refined_obsidian_stage6.json | 3 + .../models/crop/refined_obsidian_stage7.json | 6 + .../models/crop/rock_crystal_stage0.json | 3 + .../models/crop/rock_crystal_stage1.json | 3 + .../models/crop/rock_crystal_stage2.json | 3 + .../models/crop/rock_crystal_stage3.json | 3 + .../models/crop/rock_crystal_stage4.json | 3 + .../models/crop/rock_crystal_stage5.json | 3 + .../models/crop/rock_crystal_stage6.json | 3 + .../models/crop/rock_crystal_stage7.json | 6 + .../models/crop/rose_gold_stage0.json | 3 + .../models/crop/rose_gold_stage1.json | 3 + .../models/crop/rose_gold_stage2.json | 3 + .../models/crop/rose_gold_stage3.json | 3 + .../models/crop/rose_gold_stage4.json | 3 + .../models/crop/rose_gold_stage5.json | 3 + .../models/crop/rose_gold_stage6.json | 3 + .../models/crop/rose_gold_stage7.json | 6 + .../models/crop/rubber_stage0.json | 3 + .../models/crop/rubber_stage1.json | 3 + .../models/crop/rubber_stage2.json | 3 + .../models/crop/rubber_stage3.json | 3 + .../models/crop/rubber_stage4.json | 3 + .../models/crop/rubber_stage5.json | 3 + .../models/crop/rubber_stage6.json | 3 + .../models/crop/rubber_stage7.json | 6 + .../models/crop/ruby_stage0.json | 3 + .../models/crop/ruby_stage1.json | 3 + .../models/crop/ruby_stage2.json | 3 + .../models/crop/ruby_stage3.json | 3 + .../models/crop/ruby_stage4.json | 3 + .../models/crop/ruby_stage5.json | 3 + .../models/crop/ruby_stage6.json | 3 + .../models/crop/ruby_stage7.json | 6 + .../models/crop/saltpeter_stage0.json | 3 + .../models/crop/saltpeter_stage1.json | 3 + .../models/crop/saltpeter_stage2.json | 3 + .../models/crop/saltpeter_stage3.json | 3 + .../models/crop/saltpeter_stage4.json | 3 + .../models/crop/saltpeter_stage5.json | 3 + .../models/crop/saltpeter_stage6.json | 3 + .../models/crop/saltpeter_stage7.json | 6 + .../models/crop/sapphire_stage0.json | 3 + .../models/crop/sapphire_stage1.json | 3 + .../models/crop/sapphire_stage2.json | 3 + .../models/crop/sapphire_stage3.json | 3 + .../models/crop/sapphire_stage4.json | 3 + .../models/crop/sapphire_stage5.json | 3 + .../models/crop/sapphire_stage6.json | 3 + .../models/crop/sapphire_stage7.json | 6 + .../models/crop/sheep_stage0.json | 3 + .../models/crop/sheep_stage1.json | 3 + .../models/crop/sheep_stage2.json | 3 + .../models/crop/sheep_stage3.json | 3 + .../models/crop/sheep_stage4.json | 3 + .../models/crop/sheep_stage5.json | 3 + .../models/crop/sheep_stage6.json | 3 + .../models/crop/sheep_stage7.json | 6 + .../models/crop/signalum_stage0.json | 3 + .../models/crop/signalum_stage1.json | 3 + .../models/crop/signalum_stage2.json | 3 + .../models/crop/signalum_stage3.json | 3 + .../models/crop/signalum_stage4.json | 3 + .../models/crop/signalum_stage5.json | 3 + .../models/crop/signalum_stage6.json | 3 + .../models/crop/signalum_stage7.json | 6 + .../models/crop/silicon_stage0.json | 3 + .../models/crop/silicon_stage1.json | 3 + .../models/crop/silicon_stage2.json | 3 + .../models/crop/silicon_stage3.json | 3 + .../models/crop/silicon_stage4.json | 3 + .../models/crop/silicon_stage5.json | 3 + .../models/crop/silicon_stage6.json | 3 + .../models/crop/silicon_stage7.json | 6 + .../models/crop/silver_stage0.json | 3 + .../models/crop/silver_stage1.json | 3 + .../models/crop/silver_stage2.json | 3 + .../models/crop/silver_stage3.json | 3 + .../models/crop/silver_stage4.json | 3 + .../models/crop/silver_stage5.json | 3 + .../models/crop/silver_stage6.json | 3 + .../models/crop/silver_stage7.json | 6 + .../models/crop/skeleton_stage0.json | 3 + .../models/crop/skeleton_stage1.json | 3 + .../models/crop/skeleton_stage2.json | 3 + .../models/crop/skeleton_stage3.json | 3 + .../models/crop/skeleton_stage4.json | 3 + .../models/crop/skeleton_stage5.json | 3 + .../models/crop/skeleton_stage6.json | 3 + .../models/crop/skeleton_stage7.json | 6 + .../models/crop/sky_stone_stage0.json | 3 + .../models/crop/sky_stone_stage1.json | 3 + .../models/crop/sky_stone_stage2.json | 3 + .../models/crop/sky_stone_stage3.json | 3 + .../models/crop/sky_stone_stage4.json | 3 + .../models/crop/sky_stone_stage5.json | 3 + .../models/crop/sky_stone_stage6.json | 3 + .../models/crop/sky_stone_stage7.json | 6 + .../models/crop/slime_stage0.json | 3 + .../models/crop/slime_stage1.json | 3 + .../models/crop/slime_stage2.json | 3 + .../models/crop/slime_stage3.json | 3 + .../models/crop/slime_stage4.json | 3 + .../models/crop/slime_stage5.json | 3 + .../models/crop/slime_stage6.json | 3 + .../models/crop/slime_stage7.json | 6 + .../models/crop/slimesteel_stage0.json | 3 + .../models/crop/slimesteel_stage1.json | 3 + .../models/crop/slimesteel_stage2.json | 3 + .../models/crop/slimesteel_stage3.json | 3 + .../models/crop/slimesteel_stage4.json | 3 + .../models/crop/slimesteel_stage5.json | 3 + .../models/crop/slimesteel_stage6.json | 3 + .../models/crop/slimesteel_stage7.json | 6 + .../models/crop/soularium_stage0.json | 3 + .../models/crop/soularium_stage1.json | 3 + .../models/crop/soularium_stage2.json | 3 + .../models/crop/soularium_stage3.json | 3 + .../models/crop/soularium_stage4.json | 3 + .../models/crop/soularium_stage5.json | 3 + .../models/crop/soularium_stage6.json | 3 + .../models/crop/soularium_stage7.json | 6 + .../models/crop/soulium_stage0.json | 3 + .../models/crop/soulium_stage1.json | 3 + .../models/crop/soulium_stage2.json | 3 + .../models/crop/soulium_stage3.json | 3 + .../models/crop/soulium_stage4.json | 3 + .../models/crop/soulium_stage5.json | 3 + .../models/crop/soulium_stage6.json | 3 + .../models/crop/soulium_stage7.json | 6 + .../models/crop/spider_stage0.json | 3 + .../models/crop/spider_stage1.json | 3 + .../models/crop/spider_stage2.json | 3 + .../models/crop/spider_stage3.json | 3 + .../models/crop/spider_stage4.json | 3 + .../models/crop/spider_stage5.json | 3 + .../models/crop/spider_stage6.json | 3 + .../models/crop/spider_stage7.json | 6 + .../models/crop/spirited_crystal_stage0.json | 3 + .../models/crop/spirited_crystal_stage1.json | 3 + .../models/crop/spirited_crystal_stage2.json | 3 + .../models/crop/spirited_crystal_stage3.json | 3 + .../models/crop/spirited_crystal_stage4.json | 3 + .../models/crop/spirited_crystal_stage5.json | 3 + .../models/crop/spirited_crystal_stage6.json | 3 + .../models/crop/spirited_crystal_stage7.json | 6 + .../models/crop/squid_stage0.json | 3 + .../models/crop/squid_stage1.json | 3 + .../models/crop/squid_stage2.json | 3 + .../models/crop/squid_stage3.json | 3 + .../models/crop/squid_stage4.json | 3 + .../models/crop/squid_stage5.json | 3 + .../models/crop/squid_stage6.json | 3 + .../models/crop/squid_stage7.json | 6 + .../models/crop/starmetal_stage0.json | 3 + .../models/crop/starmetal_stage1.json | 3 + .../models/crop/starmetal_stage2.json | 3 + .../models/crop/starmetal_stage3.json | 3 + .../models/crop/starmetal_stage4.json | 3 + .../models/crop/starmetal_stage5.json | 3 + .../models/crop/starmetal_stage6.json | 3 + .../models/crop/starmetal_stage7.json | 6 + .../models/crop/steel_stage0.json | 3 + .../models/crop/steel_stage1.json | 3 + .../models/crop/steel_stage2.json | 3 + .../models/crop/steel_stage3.json | 3 + .../models/crop/steel_stage4.json | 3 + .../models/crop/steel_stage5.json | 3 + .../models/crop/steel_stage6.json | 3 + .../models/crop/steel_stage7.json | 6 + .../models/crop/steeleaf_stage0.json | 3 + .../models/crop/steeleaf_stage1.json | 3 + .../models/crop/steeleaf_stage2.json | 3 + .../models/crop/steeleaf_stage3.json | 3 + .../models/crop/steeleaf_stage4.json | 3 + .../models/crop/steeleaf_stage5.json | 3 + .../models/crop/steeleaf_stage6.json | 3 + .../models/crop/steeleaf_stage7.json | 6 + .../models/crop/stone_stage0.json | 3 + .../models/crop/stone_stage1.json | 3 + .../models/crop/stone_stage2.json | 3 + .../models/crop/stone_stage3.json | 3 + .../models/crop/stone_stage4.json | 3 + .../models/crop/stone_stage5.json | 3 + .../models/crop/stone_stage6.json | 3 + .../models/crop/stone_stage7.json | 6 + .../models/crop/sulfur_stage0.json | 3 + .../models/crop/sulfur_stage1.json | 3 + .../models/crop/sulfur_stage2.json | 3 + .../models/crop/sulfur_stage3.json | 3 + .../models/crop/sulfur_stage4.json | 3 + .../models/crop/sulfur_stage5.json | 3 + .../models/crop/sulfur_stage6.json | 3 + .../models/crop/sulfur_stage7.json | 6 + .../models/crop/terrasteel_stage0.json | 3 + .../models/crop/terrasteel_stage1.json | 3 + .../models/crop/terrasteel_stage2.json | 3 + .../models/crop/terrasteel_stage3.json | 3 + .../models/crop/terrasteel_stage4.json | 3 + .../models/crop/terrasteel_stage5.json | 3 + .../models/crop/terrasteel_stage6.json | 3 + .../models/crop/terrasteel_stage7.json | 6 + .../models/crop/tin_stage0.json | 3 + .../models/crop/tin_stage1.json | 3 + .../models/crop/tin_stage2.json | 3 + .../models/crop/tin_stage3.json | 3 + .../models/crop/tin_stage4.json | 3 + .../models/crop/tin_stage5.json | 3 + .../models/crop/tin_stage6.json | 3 + .../models/crop/tin_stage7.json | 6 + .../models/crop/titanium_stage0.json | 3 + .../models/crop/titanium_stage1.json | 3 + .../models/crop/titanium_stage2.json | 3 + .../models/crop/titanium_stage3.json | 3 + .../models/crop/titanium_stage4.json | 3 + .../models/crop/titanium_stage5.json | 3 + .../models/crop/titanium_stage6.json | 3 + .../models/crop/titanium_stage7.json | 6 + .../models/crop/tungsten_stage0.json | 3 + .../models/crop/tungsten_stage1.json | 3 + .../models/crop/tungsten_stage2.json | 3 + .../models/crop/tungsten_stage3.json | 3 + .../models/crop/tungsten_stage4.json | 3 + .../models/crop/tungsten_stage5.json | 3 + .../models/crop/tungsten_stage6.json | 3 + .../models/crop/tungsten_stage7.json | 6 + .../models/crop/turtle_stage0.json | 3 + .../models/crop/turtle_stage1.json | 3 + .../models/crop/turtle_stage2.json | 3 + .../models/crop/turtle_stage3.json | 3 + .../models/crop/turtle_stage4.json | 3 + .../models/crop/turtle_stage5.json | 3 + .../models/crop/turtle_stage6.json | 3 + .../models/crop/turtle_stage7.json | 6 + .../models/crop/uraninite_stage0.json | 3 + .../models/crop/uraninite_stage1.json | 3 + .../models/crop/uraninite_stage2.json | 3 + .../models/crop/uraninite_stage3.json | 3 + .../models/crop/uraninite_stage4.json | 3 + .../models/crop/uraninite_stage5.json | 3 + .../models/crop/uraninite_stage6.json | 3 + .../models/crop/uraninite_stage7.json | 6 + .../models/crop/uranium_stage0.json | 3 + .../models/crop/uranium_stage1.json | 3 + .../models/crop/uranium_stage2.json | 3 + .../models/crop/uranium_stage3.json | 3 + .../models/crop/uranium_stage4.json | 3 + .../models/crop/uranium_stage5.json | 3 + .../models/crop/uranium_stage6.json | 3 + .../models/crop/uranium_stage7.json | 6 + .../models/crop/vibrant_alloy_stage0.json | 3 + .../models/crop/vibrant_alloy_stage1.json | 3 + .../models/crop/vibrant_alloy_stage2.json | 3 + .../models/crop/vibrant_alloy_stage3.json | 3 + .../models/crop/vibrant_alloy_stage4.json | 3 + .../models/crop/vibrant_alloy_stage5.json | 3 + .../models/crop/vibrant_alloy_stage6.json | 3 + .../models/crop/vibrant_alloy_stage7.json | 6 + .../models/crop/water_stage0.json | 3 + .../models/crop/water_stage1.json | 3 + .../models/crop/water_stage2.json | 3 + .../models/crop/water_stage3.json | 3 + .../models/crop/water_stage4.json | 3 + .../models/crop/water_stage5.json | 3 + .../models/crop/water_stage6.json | 3 + .../models/crop/water_stage7.json | 6 + .../models/crop/wither_skeleton_stage0.json | 3 + .../models/crop/wither_skeleton_stage1.json | 3 + .../models/crop/wither_skeleton_stage2.json | 3 + .../models/crop/wither_skeleton_stage3.json | 3 + .../models/crop/wither_skeleton_stage4.json | 3 + .../models/crop/wither_skeleton_stage5.json | 3 + .../models/crop/wither_skeleton_stage6.json | 3 + .../models/crop/wither_skeleton_stage7.json | 6 + .../models/crop/wood_stage0.json | 3 + .../models/crop/wood_stage1.json | 3 + .../models/crop/wood_stage2.json | 3 + .../models/crop/wood_stage3.json | 3 + .../models/crop/wood_stage4.json | 3 + .../models/crop/wood_stage5.json | 3 + .../models/crop/wood_stage6.json | 3 + .../models/crop/wood_stage7.json | 6 + .../models/crop/yellorium_stage0.json | 3 + .../models/crop/yellorium_stage1.json | 3 + .../models/crop/yellorium_stage2.json | 3 + .../models/crop/yellorium_stage3.json | 3 + .../models/crop/yellorium_stage4.json | 3 + .../models/crop/yellorium_stage5.json | 3 + .../models/crop/yellorium_stage6.json | 3 + .../models/crop/yellorium_stage7.json | 6 + .../models/crop/zinc_stage0.json | 3 + .../models/crop/zinc_stage1.json | 3 + .../models/crop/zinc_stage2.json | 3 + .../models/crop/zinc_stage3.json | 3 + .../models/crop/zinc_stage4.json | 3 + .../models/crop/zinc_stage5.json | 3 + .../models/crop/zinc_stage6.json | 3 + .../models/crop/zinc_stage7.json | 6 + .../models/crop/zombie_stage0.json | 3 + .../models/crop/zombie_stage1.json | 3 + .../models/crop/zombie_stage2.json | 3 + .../models/crop/zombie_stage3.json | 3 + .../models/crop/zombie_stage4.json | 3 + .../models/crop/zombie_stage5.json | 3 + .../models/crop/zombie_stage6.json | 3 + .../models/crop/zombie_stage7.json | 6 + .../mysticalagriculture/models/seed/air.json | 3 + .../models/seed/aluminum.json | 3 + .../models/seed/amethyst.json | 3 + .../models/seed/amethyst_bronze.json | 3 + .../models/seed/apatite.json | 3 + .../models/seed/aquamarine.json | 3 + .../models/seed/basalt.json | 3 + .../models/seed/basalz.json | 3 + .../models/seed/blaze.json | 3 + .../models/seed/blazing_crystal.json | 3 + .../models/seed/blitz.json | 3 + .../models/seed/blizz.json | 3 + .../models/seed/brass.json | 3 + .../models/seed/bronze.json | 3 + .../models/seed/certus_quartz.json | 3 + .../models/seed/chicken.json | 3 + .../models/seed/chrome.json | 3 + .../mysticalagriculture/models/seed/coal.json | 3 + .../models/seed/cobalt.json | 3 + .../models/seed/compressed_iron.json | 3 + .../models/seed/conductive_alloy.json | 3 + .../models/seed/constantan.json | 3 + .../models/seed/copper.json | 3 + .../models/seed/copper_alloy.json | 3 + .../models/seed/coral.json | 3 + .../mysticalagriculture/models/seed/cow.json | 3 + .../models/seed/creeper.json | 3 + .../models/seed/cyanite.json | 3 + .../models/seed/dark_steel.json | 3 + .../models/seed/deepslate.json | 3 + .../models/seed/diamond.json | 3 + .../mysticalagriculture/models/seed/dirt.json | 3 + .../models/seed/draconium.json | 3 + .../mysticalagriculture/models/seed/dye.json | 3 + .../models/seed/earth.json | 3 + .../models/seed/electrum.json | 3 + .../models/seed/elementium.json | 3 + .../models/seed/emerald.json | 3 + .../mysticalagriculture/models/seed/end.json | 3 + .../models/seed/end_steel.json | 3 + .../models/seed/enderium.json | 3 + .../models/seed/enderman.json | 3 + .../models/seed/energetic_alloy.json | 3 + .../models/seed/energized_steel.json | 3 + .../models/seed/experience.json | 3 + .../models/seed/fiery_ingot.json | 3 + .../mysticalagriculture/models/seed/fire.json | 3 + .../mysticalagriculture/models/seed/fish.json | 3 + .../models/seed/fluix.json | 3 + .../models/seed/fluorite.json | 3 + .../models/seed/flux_infused_gem.json | 3 + .../models/seed/flux_infused_ingot.json | 3 + .../models/seed/ghast.json | 3 + .../models/seed/glowstone.json | 3 + .../mysticalagriculture/models/seed/gold.json | 3 + .../models/seed/grains_of_infinity.json | 3 + .../models/seed/graphite.json | 3 + .../models/seed/hepatizon.json | 3 + .../models/seed/honey.json | 3 + .../models/seed/hop_graphite.json | 3 + .../mysticalagriculture/models/seed/ice.json | 3 + .../models/seed/inferium.json | 3 + .../models/seed/invar.json | 3 + .../models/seed/iridium.json | 3 + .../mysticalagriculture/models/seed/iron.json | 3 + .../models/seed/ironwood.json | 3 + .../models/seed/knightmetal.json | 3 + .../models/seed/lapis_lazuli.json | 3 + .../mysticalagriculture/models/seed/lead.json | 3 + .../models/seed/limestone.json | 3 + .../models/seed/lumium.json | 3 + .../models/seed/manasteel.json | 3 + .../models/seed/manyullyn.json | 3 + .../models/seed/marble.json | 3 + .../models/seed/menril.json | 3 + .../models/seed/mithril.json | 3 + .../models/seed/mystical_flower.json | 3 + .../models/seed/nature.json | 3 + .../models/seed/nether.json | 3 + .../models/seed/nether_quartz.json | 3 + .../models/seed/netherite.json | 3 + .../models/seed/nickel.json | 3 + .../models/seed/niotic_crystal.json | 3 + .../models/seed/obsidian.json | 3 + .../models/seed/osmium.json | 3 + .../models/seed/peridot.json | 3 + .../mysticalagriculture/models/seed/pig.json | 3 + .../models/seed/pig_iron.json | 3 + .../models/seed/platinum.json | 3 + .../models/seed/prismarine.json | 3 + .../models/seed/pulsating_alloy.json | 3 + .../models/seed/quartz_enriched_iron.json | 3 + .../models/seed/queens_slime.json | 3 + .../models/seed/rabbit.json | 3 + .../models/seed/redstone.json | 3 + .../models/seed/redstone_alloy.json | 3 + .../models/seed/refined_glowstone.json | 3 + .../models/seed/refined_obsidian.json | 3 + .../models/seed/rock_crystal.json | 3 + .../models/seed/rose_gold.json | 3 + .../models/seed/rubber.json | 3 + .../mysticalagriculture/models/seed/ruby.json | 3 + .../models/seed/saltpeter.json | 3 + .../models/seed/sapphire.json | 3 + .../models/seed/sheep.json | 3 + .../models/seed/signalum.json | 3 + .../models/seed/silicon.json | 3 + .../models/seed/silver.json | 3 + .../models/seed/skeleton.json | 3 + .../models/seed/sky_stone.json | 3 + .../models/seed/slime.json | 3 + .../models/seed/slimesteel.json | 3 + .../models/seed/soularium.json | 3 + .../models/seed/soulium.json | 3 + .../models/seed/spider.json | 3 + .../models/seed/spirited_crystal.json | 3 + .../models/seed/squid.json | 3 + .../models/seed/starmetal.json | 3 + .../models/seed/steel.json | 3 + .../models/seed/steeleaf.json | 3 + .../models/seed/stone.json | 3 + .../models/seed/sulfur.json | 3 + .../models/seed/terrasteel.json | 3 + .../mysticalagriculture/models/seed/tin.json | 3 + .../models/seed/titanium.json | 3 + .../models/seed/tungsten.json | 3 + .../models/seed/turtle.json | 3 + .../models/seed/uraninite.json | 3 + .../models/seed/uranium.json | 3 + .../models/seed/vibrant_alloy.json | 3 + .../models/seed/water.json | 3 + .../models/seed/wither_skeleton.json | 3 + .../mysticalagriculture/models/seed/wood.json | 3 + .../models/seed/yellorium.json | 3 + .../mysticalagriculture/models/seed/zinc.json | 3 + .../models/seed/zombie.json | 3 + .../en_us/entries/using/animal_spawner.json | 32 + kubejs/assets/reclamation/lang/en_us.json | 160 + .../reclamation/models/bee/magic_drone.json | 7 + .../models/bee/magic_princess.json | 8 + .../reclamation/models/bee/magic_queen.json | 8 + .../models/bee/wasteland_drone.json | 7 + .../models/bee/wasteland_princess.json | 8 + .../models/bee/wasteland_queen.json | 8 + .../models/crop/cuprosia_stage0.json | 6 + .../models/crop/cuprosia_stage1.json | 6 + .../models/crop/cuprosia_stage2.json | 6 + .../models/crop/cuprosia_stage3.json | 6 + .../models/crop/cuprosia_stage4.json | 6 + .../models/crop/cuprosia_stage5.json | 6 + .../models/crop/cuprosia_stage6.json | 6 + .../models/crop/cuprosia_stage7.json | 6 + .../models/item/custom_rituals.json | 6 + .../reclamation/models/seed/cuprosia.json | 6 + .../clover_otherwhere_chalk.png | Bin 0 -> 953 bytes .../clover_ritual_chalk.png | Bin 0 -> 1297 bytes .../assets/reclamation/textures/item/book.png | Bin 0 -> 1842 bytes .../textures/item/magic_bee_base.png | Bin 0 -> 1936 bytes .../textures/item/wasteland_bee_base.png | Bin 0 -> 1935 bytes .../textures/quests/automation.png | Bin 0 -> 59397 bytes .../reclamation/textures/quests/botania_1.png | Bin 0 -> 231056 bytes .../quests/cooking_for_blockheads.png | Bin 0 -> 76688 bytes .../reclamation/textures/quests/cuprosia.png | Bin 0 -> 95143 bytes .../textures/quests/even_more_plants.png | Bin 0 -> 53828 bytes .../reclamation/textures/quests/flowers.png | Bin 0 -> 51664 bytes .../reclamation/textures/quests/photo.png | Bin 0 -> 24187 bytes .../reclamation/textures/quests/punnett.png | Bin 0 -> 2933 bytes .../reclamation/textures/quests/theurgy_1.png | Bin 0 -> 8789 bytes .../reclamation/textures/quests/theurgy_2.png | Bin 0 -> 35506 bytes .../reclamation/textures/quests/theurgy_3.png | Bin 0 -> 23093 bytes .../reclamation/textures/quests/vanilla.png | Bin 0 -> 56244 bytes kubejs/assets/supplementaries/lang/en_us.json | 4 + .../models/crop/flax_stage0.json | 6 + .../models/crop/flax_stage1.json | 6 + .../models/crop/flax_stage2.json | 6 + .../models/crop/flax_stage3.json | 6 + .../models/crop/flax_stage4.json | 7 + .../models/crop/flax_stage5.json | 7 + .../models/crop/flax_stage6.json | 7 + .../models/crop/flax_stage7.json | 7 + .../supplementaries/models/seed/flax.json | 6 + kubejs/client_scripts/client_scripts.js | 9 + kubejs/config/client.properties | 16 + kubejs/config/common.properties | 13 + .../agricraft/plants/magebloom.json | 60 + .../mutations/black_mystical_flower.json | 6 + .../mutations/blue_mystical_flower.json | 6 + .../mutations/brown_mystical_flower.json | 6 + .../mutations/cyan_mystical_flower.json | 6 + .../mutations/gray_mystical_flower.json | 6 + .../mutations/green_mystical_flower.json | 6 + .../mutations/light_blue_mystical_flower.json | 6 + .../mutations/light_gray_mystical_flower.json | 6 + .../mutations/lime_mystical_flower.json | 6 + .../mutations/magenta_mystical_flower.json | 6 + .../mutations/orange_mystical_flower.json | 6 + .../mutations/pink_mystical_flower.json | 6 + .../mutations/purple_mystical_flower.json | 6 + .../mutations/red_mystical_flower.json | 6 + .../mutations/white_mystical_flower.json | 6 + .../mutations/yellow_mystical_flower.json | 6 + .../plants/black_mystical_flower.json | 60 + .../plants/blue_mystical_flower.json | 60 + .../plants/brown_mystical_flower.json | 60 + .../plants/cyan_mystical_flower.json | 60 + .../plants/gray_mystical_flower.json | 60 + .../plants/green_mystical_flower.json | 60 + .../plants/light_blue_mystical_flower.json | 60 + .../plants/light_gray_mystical_flower.json | 60 + .../plants/lime_mystical_flower.json | 60 + .../plants/magenta_mystical_flower.json | 60 + .../plants/orange_mystical_flower.json | 60 + .../plants/pink_mystical_flower.json | 60 + .../plants/purple_mystical_flower.json | 60 + .../agricraft/plants/red_mystical_flower.json | 60 + .../plants/white_mystical_flower.json | 60 + .../plants/yellow_mystical_flower.json | 60 + .../botania/tags/blocks/terraformable.json | 6 + .../complicated_bees/species/resilient.json | 82 + .../complicated_bees/species/robust.json | 82 + .../complicated_bees/species/rocky.json | 82 + .../tags/blocks/chest_mounted_storage.json | 2364 +++ .../tags/blocks/simple_mounted_storage.json | 376 + .../tags/blocks/single_block_inventories.json | 376 + .../striated_ores_nether.json | 191 + .../agricraft/mutations/artichoke.json | 6 + .../agricraft/mutations/asparagus.json | 6 + .../croptopia/agricraft/mutations/barley.json | 6 + .../croptopia/agricraft/mutations/basil.json | 6 + .../agricraft/mutations/bellpepper.json | 6 + .../agricraft/mutations/blackbean.json | 6 + .../agricraft/mutations/blackberry.json | 6 + .../agricraft/mutations/blueberry.json | 6 + .../agricraft/mutations/broccoli.json | 6 + .../agricraft/mutations/cabbage.json | 6 + .../agricraft/mutations/cantaloupe.json | 6 + .../agricraft/mutations/cauliflower.json | 6 + .../croptopia/agricraft/mutations/celery.json | 6 + .../agricraft/mutations/chile_pepper.json | 6 + .../croptopia/agricraft/mutations/coffee.json | 6 + .../croptopia/agricraft/mutations/corn.json | 6 + .../agricraft/mutations/cranberry.json | 6 + .../agricraft/mutations/cucumber.json | 6 + .../agricraft/mutations/currant.json | 6 + .../agricraft/mutations/eggplant.json | 6 + .../agricraft/mutations/elderberry.json | 6 + .../croptopia/agricraft/mutations/garlic.json | 6 + .../croptopia/agricraft/mutations/ginger.json | 6 + .../croptopia/agricraft/mutations/grape.json | 6 + .../agricraft/mutations/greenbean.json | 6 + .../agricraft/mutations/greenonion.json | 6 + .../agricraft/mutations/honeydew.json | 6 + .../croptopia/agricraft/mutations/hops.json | 6 + .../croptopia/agricraft/mutations/kale.json | 6 + .../croptopia/agricraft/mutations/kiwi.json | 6 + .../croptopia/agricraft/mutations/leek.json | 6 + .../agricraft/mutations/lettuce.json | 6 + .../agricraft/mutations/mustard.json | 6 + .../croptopia/agricraft/mutations/oat.json | 6 + .../croptopia/agricraft/mutations/olive.json | 6 + .../croptopia/agricraft/mutations/onion.json | 6 + .../croptopia/agricraft/mutations/peanut.json | 6 + .../croptopia/agricraft/mutations/pepper.json | 6 + .../agricraft/mutations/pineapple.json | 6 + .../croptopia/agricraft/mutations/radish.json | 6 + .../agricraft/mutations/raspberry.json | 6 + .../agricraft/mutations/rhubarb.json | 6 + .../croptopia/agricraft/mutations/rice.json | 6 + .../agricraft/mutations/rutabaga.json | 6 + .../agricraft/mutations/saguaro.json | 6 + .../agricraft/mutations/soybean.json | 6 + .../agricraft/mutations/spinach.json | 6 + .../croptopia/agricraft/mutations/squash.json | 6 + .../agricraft/mutations/strawberry.json | 6 + .../agricraft/mutations/sweetpotato.json | 6 + .../agricraft/mutations/tomatillo.json | 6 + .../croptopia/agricraft/mutations/tomato.json | 6 + .../agricraft/mutations/turmeric.json | 6 + .../croptopia/agricraft/mutations/turnip.json | 6 + .../agricraft/mutations/vanilla.json | 6 + .../croptopia/agricraft/mutations/yam.json | 6 + .../agricraft/mutations/zucchini.json | 6 + .../croptopia/agricraft/plants/artichoke.json | 60 + .../croptopia/agricraft/plants/asparagus.json | 60 + .../croptopia/agricraft/plants/barley.json | 60 + .../croptopia/agricraft/plants/basil.json | 60 + .../agricraft/plants/bellpepper.json | 60 + .../croptopia/agricraft/plants/blackbean.json | 60 + .../agricraft/plants/blackberry.json | 60 + .../croptopia/agricraft/plants/blueberry.json | 60 + .../croptopia/agricraft/plants/broccoli.json | 60 + .../croptopia/agricraft/plants/cabbage.json | 60 + .../agricraft/plants/cantaloupe.json | 60 + .../agricraft/plants/cauliflower.json | 60 + .../croptopia/agricraft/plants/celery.json | 60 + .../agricraft/plants/chile_pepper.json | 60 + .../agricraft/plants/coffee_beans.json | 60 + .../data/croptopia/agricraft/plants/corn.json | 60 + .../croptopia/agricraft/plants/cranberry.json | 60 + .../croptopia/agricraft/plants/cucumber.json | 60 + .../croptopia/agricraft/plants/currant.json | 60 + .../croptopia/agricraft/plants/eggplant.json | 60 + .../agricraft/plants/elderberry.json | 60 + .../croptopia/agricraft/plants/garlic.json | 60 + .../croptopia/agricraft/plants/ginger.json | 60 + .../croptopia/agricraft/plants/grape.json | 60 + .../croptopia/agricraft/plants/greenbean.json | 60 + .../agricraft/plants/greenonion.json | 60 + .../croptopia/agricraft/plants/honeydew.json | 60 + .../data/croptopia/agricraft/plants/hops.json | 60 + .../data/croptopia/agricraft/plants/kale.json | 60 + .../data/croptopia/agricraft/plants/kiwi.json | 60 + .../data/croptopia/agricraft/plants/leek.json | 60 + .../croptopia/agricraft/plants/lettuce.json | 60 + .../croptopia/agricraft/plants/mustard.json | 60 + .../data/croptopia/agricraft/plants/oat.json | 60 + .../croptopia/agricraft/plants/olive.json | 60 + .../croptopia/agricraft/plants/onion.json | 60 + .../croptopia/agricraft/plants/peanut.json | 60 + .../croptopia/agricraft/plants/pepper.json | 60 + .../croptopia/agricraft/plants/pineapple.json | 60 + .../croptopia/agricraft/plants/radish.json | 60 + .../croptopia/agricraft/plants/raspberry.json | 60 + .../croptopia/agricraft/plants/rhubarb.json | 60 + .../data/croptopia/agricraft/plants/rice.json | 60 + .../croptopia/agricraft/plants/rutabaga.json | 60 + .../croptopia/agricraft/plants/saguaro.json | 60 + .../croptopia/agricraft/plants/soybean.json | 60 + .../croptopia/agricraft/plants/spinach.json | 60 + .../croptopia/agricraft/plants/squash.json | 60 + .../agricraft/plants/strawberry.json | 60 + .../agricraft/plants/sweetpotato.json | 60 + .../agricraft/plants/tea_leaves.json | 60 + .../croptopia/agricraft/plants/tomatillo.json | 60 + .../croptopia/agricraft/plants/tomato.json | 60 + .../croptopia/agricraft/plants/turmeric.json | 60 + .../croptopia/agricraft/plants/turnip.json | 60 + .../croptopia/agricraft/plants/vanilla.json | 60 + .../data/croptopia/agricraft/plants/yam.json | 60 + .../croptopia/agricraft/plants/zucchini.json | 60 + .../agricraft/plants/belladonna.json | 57 + .../enchanted/agricraft/plants/mandrake.json | 62 + .../enchanted/agricraft/plants/snowbell.json | 64 + .../agricraft/plants/water_artichoke.json | 57 + .../enchanted/agricraft/plants/wolfsbane.json | 57 + .../circle_magic/rite/fertility.json | 28 + .../enchanted/circle_magic/rite/forest.json | 13 + .../data/enchanted/tags/blocks/mutandis.json | 16 + .../tags/blocks/mutandis_extremis.json | 10 + .../agricraft/soils/rich_farmland.json | 12 + .../agricraft/soils/rich_soil.json | 12 + kubejs/data/filter_agricraft.zip | Bin 0 -> 434 bytes kubejs/data/filter_agricraft_datapack.zip | Bin 0 -> 442 bytes kubejs/data/filter_complicated_bees.zip | Bin 0 -> 428 bytes .../data/forge/tags/blocks/stripped_logs.json | 8 + .../data/forge/tags/items/armors/boots.json | 14 + .../forge/tags/items/armors/chestplates.json | 14 + .../data/forge/tags/items/armors/helmets.json | 14 + .../forge/tags/items/armors/leggings.json | 14 + kubejs/data/forge/tags/items/seeds.json | 9 + .../data/forge/tags/items/stripped_logs.json | 8 + .../recipes/control_circuit/basic.json | 15 + .../wood_gasification/wooden_slabs.json | 26 + .../tags/mekanism/infuse_type/redstone.json | 5 + .../recipes/separator/heavy_water.json | 16 + .../agricraft/fertilizers/bone_meal.json | 192 + .../minecraft/agricraft/mutations/bamboo.json | 6 + .../agricraft/mutations/beetroot.json | 6 + .../agricraft/mutations/brown_mushroom.json | 6 + .../minecraft/agricraft/mutations/cactus.json | 6 + .../minecraft/agricraft/mutations/carrot.json | 6 + .../agricraft/mutations/crimson_fungus.json | 6 + .../minecraft/agricraft/mutations/kelp.json | 6 + .../minecraft/agricraft/mutations/melon.json | 6 + .../agricraft/mutations/nether_wart.json | 6 + .../minecraft/agricraft/mutations/potato.json | 6 + .../agricraft/mutations/pumpkin.json | 6 + .../agricraft/mutations/red_mushroom.json | 6 + .../agricraft/mutations/sea_pickle.json | 6 + .../agricraft/mutations/seagrass.json | 6 + .../agricraft/mutations/sugar_cane.json | 6 + .../agricraft/mutations/sweet_berries.json | 6 + .../agricraft/mutations/warped_fungus.json | 6 + .../minecraft/agricraft/plants/allium.json | 60 + .../agricraft/plants/azure_bluet.json | 60 + .../minecraft/agricraft/plants/bamboo.json | 60 + .../minecraft/agricraft/plants/beetroot.json | 59 + .../agricraft/plants/blue_orchid.json | 60 + .../agricraft/plants/brown_mushroom.json | 68 + .../minecraft/agricraft/plants/cactus.json | 64 + .../minecraft/agricraft/plants/carrot.json | 60 + .../agricraft/plants/cornflower.json | 60 + .../agricraft/plants/crimson_fungus.json | 68 + .../minecraft/agricraft/plants/dandelion.json | 60 + .../data/minecraft/agricraft/plants/kelp.json | 65 + .../agricraft/plants/lily_of_the_valley.json | 60 + .../minecraft/agricraft/plants/melon.json | 62 + .../agricraft/plants/nether_wart.json | 62 + .../agricraft/plants/orange_tulip.json | 60 + .../agricraft/plants/oxeye_daisy.json | 60 + .../agricraft/plants/pink_tulip.json | 60 + .../minecraft/agricraft/plants/poppy.json | 60 + .../minecraft/agricraft/plants/potato.json | 66 + .../minecraft/agricraft/plants/pumpkin.json | 60 + .../agricraft/plants/red_mushroom.json | 68 + .../minecraft/agricraft/plants/red_tulip.json | 60 + .../agricraft/plants/sea_pickle.json | 65 + .../minecraft/agricraft/plants/seagrass.json | 65 + .../agricraft/plants/sugar_cane.json | 59 + .../agricraft/plants/sweet_berries.json | 69 + .../agricraft/plants/torchflower.json | 68 + .../agricraft/plants/warped_fungus.json | 62 + .../minecraft/agricraft/plants/wheat.json | 60 + .../agricraft/plants/white_tulip.json | 60 + .../agricraft/plants/wither_rose.json | 65 + .../data/minecraft/agricraft/soils/clay.json | 12 + .../agricraft/soils/crimson_nylium.json | 12 + .../minecraft/agricraft/soils/farmland.json | 12 + .../minecraft/agricraft/soils/mycelium.json | 12 + .../minecraft/agricraft/soils/podzol.json | 12 + .../agricraft/soils/rich_soul_soil.json | 12 + .../data/minecraft/agricraft/soils/sand.json | 18 + .../minecraft/agricraft/soils/soul_sand.json | 12 + .../minecraft/agricraft/soils/soul_soil.json | 12 + .../agricraft/soils/warped_nylium.json | 12 + .../data/minecraft/dimension/overworld.json | 15699 ++++++++++++++++ .../data/minecraft/dimension/the_nether.json | 11 + .../loot_tables/entities/warden.json | 26 + kubejs/data/minecraft/tags/fluid/water.json | 0 .../tags/items/cluster_max_harvestables.json | 7 + .../minecraft/tags/items/mushroom_hyphae.json | 6 + .../biome/has_structure/nether_fortress.json | 4 + .../tags/worldgen/biome/is_nether.json | 5 + .../worldgen/biome/basalt_deltas.json | 111 + .../worldgen/biome/crimson_forest.json | 123 + .../worldgen/biome/nether_wastes.json | 137 + .../worldgen/biome/soul_sand_valley.json | 123 + .../worldgen/biome/warped_forest.json | 105 + .../fertilizers/mystical_fertilizer.json | 37 + .../agricraft/plants/air.json | 63 + .../agricraft/plants/amethyst.json | 63 + .../agricraft/plants/certus_quartz.json | 63 + .../agricraft/plants/coal.json | 63 + .../agricraft/plants/copper.json | 63 + .../agricraft/plants/deepslate.json | 63 + .../agricraft/plants/diamond.json | 63 + .../agricraft/plants/dirt.json | 63 + .../agricraft/plants/dye.json | 63 + .../agricraft/plants/earth.json | 63 + .../agricraft/plants/emerald.json | 63 + .../agricraft/plants/fire.json | 63 + .../agricraft/plants/fluorite.json | 63 + .../agricraft/plants/glowstone.json | 63 + .../agricraft/plants/gold.json | 63 + .../agricraft/plants/ice.json | 63 + .../agricraft/plants/inferium.json | 63 + .../agricraft/plants/iron.json | 63 + .../agricraft/plants/lapis_lazuli.json | 63 + .../agricraft/plants/lead.json | 63 + .../agricraft/plants/mystical_flower.json | 63 + .../agricraft/plants/nature.json | 63 + .../agricraft/plants/nether.json | 63 + .../agricraft/plants/nether_quartz.json | 63 + .../agricraft/plants/netherite.json | 63 + .../agricraft/plants/osmium.json | 63 + .../agricraft/plants/prismarine.json | 63 + .../agricraft/plants/redstone.json | 63 + .../agricraft/plants/silicon.json | 63 + .../agricraft/plants/silver.json | 63 + .../agricraft/plants/sky_stone.json | 63 + .../agricraft/plants/soulium.json | 63 + .../agricraft/plants/steel.json | 63 + .../agricraft/plants/stone.json | 63 + .../agricraft/plants/tin.json | 63 + .../agricraft/plants/uranium.json | 63 + .../agricraft/plants/water.json | 63 + .../agricraft/plants/wood.json | 63 + .../agricraft/plants/zinc.json | 63 + .../agricraft/soils/imperium_farmland.json | 12 + .../agricraft/soils/inferium_farmland.json | 12 + .../agricraft/soils/prudentium_farmland.json | 12 + .../agricraft/soils/supremium_farmland.json | 12 + .../agricraft/soils/tertium_farmland.json | 12 + .../forge/biome_modifier/inferium_ore.json | 3 + .../forge/biome_modifier/prosperity_ore.json | 3 + .../forge/biome_modifier/soulstone.json | 3 + .../chiseling_recipes/cobblestone.json | 280 + .../chiseling_recipes/mossy_cobblestone.json | 239 + .../chiseling_recipes/mossy_stone_bricks.json | 204 + .../chiseling_recipes/smooth_stone.json | 224 + .../rechiseled/chiseling_recipes/stone.json | 263 + .../chiseling_recipes/cobblestone.json | 280 + .../chiseling_recipes/mossy_cobblestone.json | 239 + .../chiseling_recipes/mossy_stone_bricks.json | 204 + .../chiseling_recipes/smooth_stone.json | 224 + .../chiseling_recipes/stone.json | 263 + .../advancements/anoint_cauldron.json | 39 + .../advancements/biome_essence.json | 32 + .../advancements/grant_quest_book.json | 12 + .../reclamation/advancements/terraform.json | 97 + .../agricraft/mutations/cuprosia.json | 6 + .../agricraft/plants/cuprosia.json | 54 + .../reclamation/agricraft/soils/gravel.json | 18 + .../complicated_bees/comb/barren.json | 4 + .../complicated_bees/comb/certus_quartz.json | 4 + .../complicated_bees/comb/fluorite.json | 4 + .../complicated_bees/comb/lead.json | 4 + .../complicated_bees/comb/magical.json | 4 + .../complicated_bees/comb/osmium.json | 4 + .../complicated_bees/comb/silver.json | 4 + .../complicated_bees/comb/tin.json | 4 + .../complicated_bees/comb/uranium.json | 4 + .../complicated_bees/comb/zinc.json | 4 + .../complicated_bees/flower/andesite.json | 5 + .../complicated_bees/flower/dead_bush.json | 5 + .../flower/mystical_flower.json | 6 + .../complicated_bees/flower/quartz_bud.json | 8 + .../complicated_bees/flower/rune.json | 14 + .../mutation/apis/common.json | 6 + .../mutation/apis/cultivated.json | 6 + .../mutation/ender/enigmatic.json | 11 + .../mutation/ender/surreal.json | 11 + .../mutation/industrious/diligent.json | 6 + .../mutation/industrious/industrious.json | 6 + .../mutation/industrious/tireless.json | 6 + .../mutation/infernal/crimson.json | 14 + .../mutation/infernal/cursed.json | 11 + .../mutation/infernal/devilish.json | 12 + .../mutation/infernal/fiendish.json | 12 + .../mutation/infernal/ghostly.json | 14 + .../mutation/infernal/haunted.json | 14 + .../mutation/infernal/infernal.json | 12 + .../mutation/infernal/spectral.json | 14 + .../mutation/infernal/warped.json | 14 + .../mutation/magical/botanic.json | 11 + .../mutation/magical/dawnstone.json | 11 + .../mutation/magical/demonite.json | 11 + .../mutation/magical/natural.json | 11 + .../mutation/magical/source.json | 11 + .../mutation/magical/terra.json | 11 + .../mutation/magical/willful.json | 11 + .../mutation/metallic/adamantine.json | 11 + .../mutation/metallic/argentum.json | 11 + .../mutation/metallic/cuprous.json | 11 + .../mutation/metallic/ferrous.json | 11 + .../mutation/metallic/osmium.json | 11 + .../mutation/metallic/plumbum.json | 11 + .../mutation/metallic/precious.json | 11 + .../mutation/metallic/radioactive.json | 11 + .../mutation/metallic/stannum.json | 11 + .../mutation/metallic/zincum.json | 11 + .../mutation/mineral/amethyst.json | 11 + .../mutation/mineral/bituminous.json | 11 + .../mutation/mineral/conductive.json | 11 + .../mutation/mineral/dimantic.json | 11 + .../mutation/mineral/emeradic.json | 11 + .../mutation/mineral/fluorite.json | 11 + .../mutation/mineral/lapic.json | 11 + .../mutation/mineral/luminous.json | 15 + .../mutation/mineral/quartz.json | 15 + .../mutation/mineral/silicate.json | 11 + .../mutation/noble/imperial.json | 6 + .../mutation/noble/majestic.json | 6 + .../mutation/noble/noble.json | 6 + .../mutation/rocky/resilient.json | 6 + .../mutation/rocky/robust.json | 6 + .../mutation/rocky/rocky.json | 11 + .../mutation/wasteland/dessicated.json | 6 + .../mutation/wasteland/dried.json | 6 + .../complicated_bees/species/argentum.json | 80 + .../complicated_bees/species/botanic.json | 70 + .../complicated_bees/species/dawnstone.json | 65 + .../complicated_bees/species/demonite.json | 66 + .../complicated_bees/species/dessicated.json | 65 + .../complicated_bees/species/dried.json | 65 + .../complicated_bees/species/fluorite.json | 80 + .../complicated_bees/species/natural.json | 70 + .../complicated_bees/species/osmium.json | 80 + .../complicated_bees/species/plumbum.json | 80 + .../complicated_bees/species/radioactive.json | 80 + .../complicated_bees/species/silicate.json | 80 + .../complicated_bees/species/source.json | 65 + .../complicated_bees/species/stannum.json | 80 + .../complicated_bees/species/terra.json | 70 + .../complicated_bees/species/wasteland.json | 65 + .../complicated_bees/species/willful.json | 65 + .../complicated_bees/species/zincum.json | 80 + .../emi_loot_data/table_exclusions.json | 5 + .../altar/blocks/agricraft_crops.json | 5 + .../enchanted/altar/blocks/podzol.json | 5 + .../altar/upgrades/alchemy_array.json | 7 + .../enchanted/altar/upgrades/husk_head.json | 7 + .../enchanted/circle_magic/rite/bad_omen.json | 23 + .../circle_magic/rite/blaze_cage.json | 22 + .../circle_magic/rite/bud_amethyst.json | 22 + .../circle_magic/rite/creative_cube.json | 59 + .../circle_magic/rite/digital_meteor.json | 372 + .../circle_magic/rite/ender_portal.json | 186 + .../circle_magic/rite/guardians.json | 28 + .../circle_magic/rite/infuse_amalgam.json | 23 + .../circle_magic/rite/summon_blaze.json | 22 + .../circle_magic/rite/summon_nest.json | 20 + .../rite/terraforming/bamboo_jungle.json | 1378 ++ .../circle_magic/rite/terraforming/beach.json | 1374 ++ .../rite/terraforming/crimson.json | 1378 ++ .../circle_magic/rite/terraforming/delta.json | 1378 ++ .../rite/terraforming/desert.json | 1374 ++ .../rite/terraforming/forest.json | 1374 ++ .../rite/terraforming/mushroom_fields.json | 1378 ++ .../circle_magic/rite/terraforming/ocean.json | 1374 ++ .../rite/terraforming/plains.json | 1374 ++ .../rite/terraforming/reclaim.json | 1487 ++ .../circle_magic/rite/terraforming/river.json | 1374 ++ .../rite/terraforming/snowy_slopes.json | 1374 ++ .../rite/terraforming/soul_sand_valley.json | 1378 ++ .../rite/terraforming/warm_ocean.json | 1378 ++ .../rite/terraforming/warped.json | 1378 ++ .../rite/terraforming/wastes.json | 1378 ++ .../enchanted/circle_magic/shape/clover.json | 13 + .../bamboo_jungle/convert.mcfunction | 11 + .../bamboo_jungle/jungle_grass.mcfunction | 2 + .../bamboo_jungle/place_bamboo.mcfunction | 2 + .../bamboo_jungle/place_bamboo2.mcfunction | 2 + .../bamboo_jungle/place_vegetation.mcfunction | 2 + .../bamboo_jungle/shell_0.mcfunction | 1 + .../bamboo_jungle/shell_1.mcfunction | 19 + .../bamboo_jungle/shell_10.mcfunction | 1251 ++ .../bamboo_jungle/shell_11.mcfunction | 1459 ++ .../bamboo_jungle/shell_12.mcfunction | 1815 ++ .../bamboo_jungle/shell_13.mcfunction | 2179 +++ .../bamboo_jungle/shell_14.mcfunction | 2499 +++ .../bamboo_jungle/shell_15.mcfunction | 2623 +++ .../bamboo_jungle/shell_16.mcfunction | 3339 ++++ .../bamboo_jungle/shell_2.mcfunction | 63 + .../bamboo_jungle/shell_3.mcfunction | 99 + .../bamboo_jungle/shell_4.mcfunction | 211 + .../bamboo_jungle/shell_5.mcfunction | 351 + .../bamboo_jungle/shell_6.mcfunction | 451 + .../bamboo_jungle/shell_7.mcfunction | 603 + .../bamboo_jungle/shell_8.mcfunction | 763 + .../bamboo_jungle/shell_9.mcfunction | 1143 ++ .../functions/beach/convert.mcfunction | 4 + .../functions/beach/shell_0.mcfunction | 1 + .../functions/beach/shell_1.mcfunction | 19 + .../functions/beach/shell_10.mcfunction | 1251 ++ .../functions/beach/shell_11.mcfunction | 1459 ++ .../functions/beach/shell_12.mcfunction | 1815 ++ .../functions/beach/shell_13.mcfunction | 2179 +++ .../functions/beach/shell_14.mcfunction | 2499 +++ .../functions/beach/shell_15.mcfunction | 2623 +++ .../functions/beach/shell_16.mcfunction | 3339 ++++ .../functions/beach/shell_2.mcfunction | 63 + .../functions/beach/shell_3.mcfunction | 99 + .../functions/beach/shell_4.mcfunction | 211 + .../functions/beach/shell_5.mcfunction | 351 + .../functions/beach/shell_6.mcfunction | 451 + .../functions/beach/shell_7.mcfunction | 603 + .../functions/beach/shell_8.mcfunction | 763 + .../functions/beach/shell_9.mcfunction | 1143 ++ .../functions/create_nest.mcfunction | 5 + .../functions/crimson/convert.mcfunction | 7 + .../functions/crimson/place_fungus.mcfunction | 3 + .../crimson/place_propelplant.mcfunction | 3 + .../crimson/place_vegetation.mcfunction | 3 + .../functions/crimson/shell_0.mcfunction | 1 + .../functions/crimson/shell_1.mcfunction | 19 + .../functions/crimson/shell_10.mcfunction | 1251 ++ .../functions/crimson/shell_11.mcfunction | 1459 ++ .../functions/crimson/shell_12.mcfunction | 1815 ++ .../functions/crimson/shell_13.mcfunction | 2179 +++ .../functions/crimson/shell_14.mcfunction | 2499 +++ .../functions/crimson/shell_15.mcfunction | 2623 +++ .../functions/crimson/shell_16.mcfunction | 3339 ++++ .../functions/crimson/shell_2.mcfunction | 63 + .../functions/crimson/shell_3.mcfunction | 99 + .../functions/crimson/shell_4.mcfunction | 211 + .../functions/crimson/shell_5.mcfunction | 351 + .../functions/crimson/shell_6.mcfunction | 451 + .../functions/crimson/shell_7.mcfunction | 603 + .../functions/crimson/shell_8.mcfunction | 763 + .../functions/crimson/shell_9.mcfunction | 1143 ++ .../functions/delta/convert.mcfunction | 9 + .../delta/place_basalt_blob.mcfunction | 3 + .../delta/place_blackstone_blob.mcfunction | 3 + .../functions/delta/place_delta.mcfunction | 3 + .../delta/place_large_columns.mcfunction | 3 + .../delta/place_small_columns.mcfunction | 3 + .../functions/delta/shell_0.mcfunction | 1 + .../functions/delta/shell_1.mcfunction | 19 + .../functions/delta/shell_10.mcfunction | 1251 ++ .../functions/delta/shell_11.mcfunction | 1459 ++ .../functions/delta/shell_12.mcfunction | 1815 ++ .../functions/delta/shell_13.mcfunction | 2179 +++ .../functions/delta/shell_14.mcfunction | 2499 +++ .../functions/delta/shell_15.mcfunction | 2623 +++ .../functions/delta/shell_16.mcfunction | 3339 ++++ .../functions/delta/shell_2.mcfunction | 63 + .../functions/delta/shell_3.mcfunction | 99 + .../functions/delta/shell_4.mcfunction | 211 + .../functions/delta/shell_5.mcfunction | 351 + .../functions/delta/shell_6.mcfunction | 451 + .../functions/delta/shell_7.mcfunction | 603 + .../functions/delta/shell_8.mcfunction | 763 + .../functions/delta/shell_9.mcfunction | 1143 ++ .../skip_blackstone_to_basalt.mcfunction | 2 + .../functions/desert/cactus.mcfunction | 2 + .../functions/desert/convert.mcfunction | 8 + .../functions/desert/dead_bush.mcfunction | 2 + .../functions/desert/shell_0.mcfunction | 1 + .../functions/desert/shell_1.mcfunction | 19 + .../functions/desert/shell_10.mcfunction | 1251 ++ .../functions/desert/shell_11.mcfunction | 1459 ++ .../functions/desert/shell_12.mcfunction | 1815 ++ .../functions/desert/shell_13.mcfunction | 2179 +++ .../functions/desert/shell_14.mcfunction | 2499 +++ .../functions/desert/shell_15.mcfunction | 2623 +++ .../functions/desert/shell_16.mcfunction | 3339 ++++ .../functions/desert/shell_2.mcfunction | 63 + .../functions/desert/shell_3.mcfunction | 99 + .../functions/desert/shell_4.mcfunction | 211 + .../functions/desert/shell_5.mcfunction | 351 + .../functions/desert/shell_6.mcfunction | 451 + .../functions/desert/shell_7.mcfunction | 603 + .../functions/desert/shell_8.mcfunction | 763 + .../functions/desert/shell_9.mcfunction | 1143 ++ .../functions/end_portal_frame.mcfunction | 28 + .../functions/forest/convert.mcfunction | 9 + .../functions/forest/place_flowers.mcfunction | 3 + .../functions/forest/place_grass.mcfunction | 3 + .../functions/forest/place_tree.mcfunction | 3 + .../functions/forest/shell_0.mcfunction | 1 + .../functions/forest/shell_1.mcfunction | 19 + .../functions/forest/shell_10.mcfunction | 1251 ++ .../functions/forest/shell_11.mcfunction | 1459 ++ .../functions/forest/shell_12.mcfunction | 1815 ++ .../functions/forest/shell_13.mcfunction | 2179 +++ .../functions/forest/shell_14.mcfunction | 2499 +++ .../functions/forest/shell_15.mcfunction | 2623 +++ .../functions/forest/shell_16.mcfunction | 3339 ++++ .../functions/forest/shell_2.mcfunction | 63 + .../functions/forest/shell_3.mcfunction | 99 + .../functions/forest/shell_4.mcfunction | 211 + .../functions/forest/shell_5.mcfunction | 351 + .../functions/forest/shell_6.mcfunction | 451 + .../functions/forest/shell_7.mcfunction | 603 + .../functions/forest/shell_8.mcfunction | 763 + .../functions/forest/shell_9.mcfunction | 1143 ++ .../mushroom_fields/brown_mushroom.mcfunction | 2 + .../mushroom_fields/convert.mcfunction | 7 + .../mushroom_fields/red_mushroom.mcfunction | 2 + .../mushroom_fields/shell_0.mcfunction | 1 + .../mushroom_fields/shell_1.mcfunction | 19 + .../mushroom_fields/shell_10.mcfunction | 1251 ++ .../mushroom_fields/shell_11.mcfunction | 1459 ++ .../mushroom_fields/shell_12.mcfunction | 1815 ++ .../mushroom_fields/shell_13.mcfunction | 2179 +++ .../mushroom_fields/shell_14.mcfunction | 2499 +++ .../mushroom_fields/shell_15.mcfunction | 2623 +++ .../mushroom_fields/shell_16.mcfunction | 3339 ++++ .../mushroom_fields/shell_2.mcfunction | 63 + .../mushroom_fields/shell_3.mcfunction | 99 + .../mushroom_fields/shell_4.mcfunction | 211 + .../mushroom_fields/shell_5.mcfunction | 351 + .../mushroom_fields/shell_6.mcfunction | 451 + .../mushroom_fields/shell_7.mcfunction | 603 + .../mushroom_fields/shell_8.mcfunction | 763 + .../mushroom_fields/shell_9.mcfunction | 1143 ++ .../mushroom_fields/vegetation.mcfunction | 2 + .../functions/ocean/convert.mcfunction | 6 + .../functions/ocean/shell_0.mcfunction | 1 + .../functions/ocean/shell_1.mcfunction | 19 + .../functions/ocean/shell_10.mcfunction | 1251 ++ .../functions/ocean/shell_11.mcfunction | 1459 ++ .../functions/ocean/shell_12.mcfunction | 1815 ++ .../functions/ocean/shell_13.mcfunction | 2179 +++ .../functions/ocean/shell_14.mcfunction | 2499 +++ .../functions/ocean/shell_15.mcfunction | 2623 +++ .../functions/ocean/shell_16.mcfunction | 3339 ++++ .../functions/ocean/shell_2.mcfunction | 63 + .../functions/ocean/shell_3.mcfunction | 99 + .../functions/ocean/shell_4.mcfunction | 211 + .../functions/ocean/shell_5.mcfunction | 351 + .../functions/ocean/shell_6.mcfunction | 451 + .../functions/ocean/shell_7.mcfunction | 603 + .../functions/ocean/shell_8.mcfunction | 763 + .../functions/ocean/shell_9.mcfunction | 1143 ++ .../data/reclamation/functions/out.mcfunction | 760 + .../functions/plains/convert.mcfunction | 9 + .../functions/plains/shell_0.mcfunction | 1 + .../functions/plains/shell_1.mcfunction | 19 + .../functions/plains/shell_10.mcfunction | 1251 ++ .../functions/plains/shell_11.mcfunction | 1459 ++ .../functions/plains/shell_12.mcfunction | 1815 ++ .../functions/plains/shell_13.mcfunction | 2179 +++ .../functions/plains/shell_14.mcfunction | 2499 +++ .../functions/plains/shell_15.mcfunction | 2623 +++ .../functions/plains/shell_16.mcfunction | 3339 ++++ .../functions/plains/shell_2.mcfunction | 63 + .../functions/plains/shell_3.mcfunction | 99 + .../functions/plains/shell_4.mcfunction | 211 + .../functions/plains/shell_5.mcfunction | 351 + .../functions/plains/shell_6.mcfunction | 451 + .../functions/plains/shell_7.mcfunction | 603 + .../functions/plains/shell_8.mcfunction | 763 + .../functions/plains/shell_9.mcfunction | 1143 ++ .../functions/reclaim/convert.mcfunction | 6 + .../functions/reclaim/shell_0.mcfunction | 1 + .../functions/reclaim/shell_1.mcfunction | 19 + .../functions/reclaim/shell_10.mcfunction | 1251 ++ .../functions/reclaim/shell_11.mcfunction | 1459 ++ .../functions/reclaim/shell_12.mcfunction | 1815 ++ .../functions/reclaim/shell_13.mcfunction | 2179 +++ .../functions/reclaim/shell_14.mcfunction | 2499 +++ .../functions/reclaim/shell_15.mcfunction | 2623 +++ .../functions/reclaim/shell_16.mcfunction | 3339 ++++ .../functions/reclaim/shell_17.mcfunction | 3723 ++++ .../functions/reclaim/shell_18.mcfunction | 4171 ++++ .../functions/reclaim/shell_19.mcfunction | 4359 +++++ .../functions/reclaim/shell_2.mcfunction | 63 + .../functions/reclaim/shell_20.mcfunction | 5035 +++++ .../functions/reclaim/shell_21.mcfunction | 5715 ++++++ .../functions/reclaim/shell_22.mcfunction | 5983 ++++++ .../functions/reclaim/shell_23.mcfunction | 6603 +++++++ .../functions/reclaim/shell_24.mcfunction | 7131 +++++++ .../functions/reclaim/shell_3.mcfunction | 99 + .../functions/reclaim/shell_4.mcfunction | 211 + .../functions/reclaim/shell_5.mcfunction | 351 + .../functions/reclaim/shell_6.mcfunction | 451 + .../functions/reclaim/shell_7.mcfunction | 603 + .../functions/reclaim/shell_8.mcfunction | 763 + .../functions/reclaim/shell_9.mcfunction | 1143 ++ .../functions/river/convert.mcfunction | 9 + .../functions/river/shell_0.mcfunction | 1 + .../functions/river/shell_1.mcfunction | 19 + .../functions/river/shell_10.mcfunction | 1251 ++ .../functions/river/shell_11.mcfunction | 1459 ++ .../functions/river/shell_12.mcfunction | 1815 ++ .../functions/river/shell_13.mcfunction | 2179 +++ .../functions/river/shell_14.mcfunction | 2499 +++ .../functions/river/shell_15.mcfunction | 2623 +++ .../functions/river/shell_16.mcfunction | 3339 ++++ .../functions/river/shell_2.mcfunction | 63 + .../functions/river/shell_3.mcfunction | 99 + .../functions/river/shell_4.mcfunction | 211 + .../functions/river/shell_5.mcfunction | 351 + .../functions/river/shell_6.mcfunction | 451 + .../functions/river/shell_7.mcfunction | 603 + .../functions/river/shell_8.mcfunction | 763 + .../functions/river/shell_9.mcfunction | 1143 ++ .../functions/snowy_slopes/convert.mcfunction | 10 + .../functions/snowy_slopes/shell_0.mcfunction | 1 + .../functions/snowy_slopes/shell_1.mcfunction | 19 + .../snowy_slopes/shell_10.mcfunction | 1251 ++ .../snowy_slopes/shell_11.mcfunction | 1459 ++ .../snowy_slopes/shell_12.mcfunction | 1815 ++ .../snowy_slopes/shell_13.mcfunction | 2179 +++ .../snowy_slopes/shell_14.mcfunction | 2499 +++ .../snowy_slopes/shell_15.mcfunction | 2623 +++ .../snowy_slopes/shell_16.mcfunction | 3339 ++++ .../functions/snowy_slopes/shell_2.mcfunction | 63 + .../functions/snowy_slopes/shell_3.mcfunction | 99 + .../functions/snowy_slopes/shell_4.mcfunction | 211 + .../functions/snowy_slopes/shell_5.mcfunction | 351 + .../functions/snowy_slopes/shell_6.mcfunction | 451 + .../functions/snowy_slopes/shell_7.mcfunction | 603 + .../functions/snowy_slopes/shell_8.mcfunction | 763 + .../functions/snowy_slopes/shell_9.mcfunction | 1143 ++ .../soul_sand_valley/convert.mcfunction | 8 + .../soul_sand_valley/shell_0.mcfunction | 1 + .../soul_sand_valley/shell_1.mcfunction | 19 + .../soul_sand_valley/shell_10.mcfunction | 1251 ++ .../soul_sand_valley/shell_11.mcfunction | 1459 ++ .../soul_sand_valley/shell_12.mcfunction | 1815 ++ .../soul_sand_valley/shell_13.mcfunction | 2179 +++ .../soul_sand_valley/shell_14.mcfunction | 2499 +++ .../soul_sand_valley/shell_15.mcfunction | 2623 +++ .../soul_sand_valley/shell_16.mcfunction | 3339 ++++ .../soul_sand_valley/shell_2.mcfunction | 63 + .../soul_sand_valley/shell_3.mcfunction | 99 + .../soul_sand_valley/shell_4.mcfunction | 211 + .../soul_sand_valley/shell_5.mcfunction | 351 + .../soul_sand_valley/shell_6.mcfunction | 451 + .../soul_sand_valley/shell_7.mcfunction | 603 + .../soul_sand_valley/shell_8.mcfunction | 763 + .../soul_sand_valley/shell_9.mcfunction | 1143 ++ .../skip_soul_soil_to_soul_sand.mcfunction | 2 + .../functions/warm_ocean/convert.mcfunction | 9 + .../functions/warm_ocean/coral.mcfunction | 2 + .../warm_ocean/sea_pickle.mcfunction | 2 + .../functions/warm_ocean/seagrass.mcfunction | 2 + .../functions/warm_ocean/shell_0.mcfunction | 1 + .../functions/warm_ocean/shell_1.mcfunction | 19 + .../functions/warm_ocean/shell_10.mcfunction | 1251 ++ .../functions/warm_ocean/shell_11.mcfunction | 1459 ++ .../functions/warm_ocean/shell_12.mcfunction | 1815 ++ .../functions/warm_ocean/shell_13.mcfunction | 2179 +++ .../functions/warm_ocean/shell_14.mcfunction | 2499 +++ .../functions/warm_ocean/shell_15.mcfunction | 2623 +++ .../functions/warm_ocean/shell_16.mcfunction | 3339 ++++ .../functions/warm_ocean/shell_2.mcfunction | 63 + .../functions/warm_ocean/shell_3.mcfunction | 99 + .../functions/warm_ocean/shell_4.mcfunction | 211 + .../functions/warm_ocean/shell_5.mcfunction | 351 + .../functions/warm_ocean/shell_6.mcfunction | 451 + .../functions/warm_ocean/shell_7.mcfunction | 603 + .../functions/warm_ocean/shell_8.mcfunction | 763 + .../functions/warm_ocean/shell_9.mcfunction | 1143 ++ .../functions/warped/convert.mcfunction | 6 + .../functions/warped/place_fungus.mcfunction | 3 + .../warped/place_vegetation.mcfunction | 3 + .../functions/warped/shell_0.mcfunction | 1 + .../functions/warped/shell_1.mcfunction | 19 + .../functions/warped/shell_10.mcfunction | 1251 ++ .../functions/warped/shell_11.mcfunction | 1459 ++ .../functions/warped/shell_12.mcfunction | 1815 ++ .../functions/warped/shell_13.mcfunction | 2179 +++ .../functions/warped/shell_14.mcfunction | 2499 +++ .../functions/warped/shell_15.mcfunction | 2623 +++ .../functions/warped/shell_16.mcfunction | 3339 ++++ .../functions/warped/shell_2.mcfunction | 63 + .../functions/warped/shell_3.mcfunction | 99 + .../functions/warped/shell_4.mcfunction | 211 + .../functions/warped/shell_5.mcfunction | 351 + .../functions/warped/shell_6.mcfunction | 451 + .../functions/warped/shell_7.mcfunction | 603 + .../functions/warped/shell_8.mcfunction | 763 + .../functions/warped/shell_9.mcfunction | 1143 ++ .../functions/wastes/convert.mcfunction | 4 + .../functions/wastes/shell_0.mcfunction | 1 + .../functions/wastes/shell_1.mcfunction | 19 + .../functions/wastes/shell_10.mcfunction | 1251 ++ .../functions/wastes/shell_11.mcfunction | 1459 ++ .../functions/wastes/shell_12.mcfunction | 1815 ++ .../functions/wastes/shell_13.mcfunction | 2179 +++ .../functions/wastes/shell_14.mcfunction | 2499 +++ .../functions/wastes/shell_15.mcfunction | 2623 +++ .../functions/wastes/shell_16.mcfunction | 3339 ++++ .../functions/wastes/shell_2.mcfunction | 63 + .../functions/wastes/shell_3.mcfunction | 99 + .../functions/wastes/shell_4.mcfunction | 211 + .../functions/wastes/shell_5.mcfunction | 351 + .../functions/wastes/shell_6.mcfunction | 451 + .../functions/wastes/shell_7.mcfunction | 603 + .../functions/wastes/shell_8.mcfunction | 763 + .../functions/wastes/shell_9.mcfunction | 1143 ++ .../loot_tables/chests/big_ruin_poor.json | 210 + .../loot_tables/chests/big_ruin_rich.json | 232 + .../loot_tables/chests/big_ruins.json | 229 + .../loot_tables/grant_book_on_first.json | 14 + .../loot_tables/summoned_blaze.json | 17 + .../reclamation/predicates/convertible.json | 8 + .../predicates/convertible_exposed.json | 18 + .../predicates/convertible_underwater.json | 18 + .../predicates/ocean_convertible.json | 8 + .../predicates/ocean_convertible_exposed.json | 18 + .../ocean_convertible_underwater.json | 18 + .../data/reclamation/predicates/random01.json | 4 + .../data/reclamation/predicates/random03.json | 4 + .../data/reclamation/predicates/random1.json | 4 + .../data/reclamation/predicates/random10.json | 4 + .../data/reclamation/predicates/random2.json | 4 + .../data/reclamation/predicates/random20.json | 4 + .../data/reclamation/predicates/random4.json | 4 + .../data/reclamation/predicates/random5.json | 4 + .../data/reclamation/predicates/random7.json | 4 + .../data/reclamation/predicates/to_beach.json | 17 + .../reclamation/predicates/to_forest.json | 23 + .../data/reclamation/predicates/to_ocean.json | 17 + .../reclamation/predicates/to_plains.json | 29 + .../data/reclamation/predicates/to_river.json | 17 + .../reclamation/structures/big_ruin_1.nbt | Bin 0 -> 3840 bytes .../buildings/bunker_poor_bottom.nbt | Bin 0 -> 3268 bytes .../structures/buildings/bunker_poor_top.nbt | Bin 0 -> 4944 bytes .../buildings/bunker_rich_bottom.nbt | Bin 0 -> 3186 bytes .../structures/buildings/bunker_rich_top.nbt | Bin 0 -> 6118 bytes .../structures/buildings/cave_bottom.nbt | Bin 0 -> 838 bytes .../structures/buildings/cave_top.nbt | Bin 0 -> 4540 bytes .../structures/buildings/graveyard_bottom.nbt | Bin 0 -> 844 bytes .../structures/buildings/graveyard_top.nbt | Bin 0 -> 2471 bytes .../structures/buildings/mine_bottom.nbt | Bin 0 -> 973 bytes .../structures/buildings/mine_top.nbt | Bin 0 -> 3807 bytes .../structures/buildings/oil_rig.nbt | Bin 0 -> 4188 bytes .../buildings/ruined_house_1_bottom.nbt | Bin 0 -> 1869 bytes .../buildings/ruined_house_1_top.nbt | Bin 0 -> 4320 bytes .../structures/buildings/ruined_house_2.nbt | Bin 0 -> 7721 bytes .../reclamation/structures/buildings/silo.nbt | Bin 0 -> 3496 bytes .../structures/buildings/statue.nbt | Bin 0 -> 3032 bytes .../reclamation/structures/ruin_corner_1.nbt | Bin 0 -> 595 bytes .../reclamation/structures/ruin_corner_2.nbt | Bin 0 -> 566 bytes .../reclamation/structures/ruin_wall_1.nbt | Bin 0 -> 324 bytes .../reclamation/structures/ruin_wall_2.nbt | Bin 0 -> 308 bytes .../reclamation/structures/ruin_wall_3.nbt | Bin 0 -> 356 bytes .../reclamation/structures/ruin_wall_4.nbt | Bin 0 -> 409 bytes .../reclamation/structures/ruin_wall_5.nbt | Bin 0 -> 378 bytes .../reclamation/structures/ruin_wall_6.nbt | Bin 0 -> 342 bytes .../structures/ruin_wall_copper_1.nbt | Bin 0 -> 343 bytes .../structures/ruin_wall_copper_2.nbt | Bin 0 -> 325 bytes .../structures/ruin_wall_copper_3.nbt | Bin 0 -> 377 bytes .../structures/ruin_wall_copper_4.nbt | Bin 0 -> 428 bytes .../structures/ruin_wall_copper_5.nbt | Bin 0 -> 397 bytes .../structures/ruin_wall_copper_6.nbt | Bin 0 -> 360 bytes .../tags/blocks/convert_under.json | 16 + .../reclamation/tags/blocks/convertible.json | 19 + .../tags/blocks/ocean_convertible.json | 10 + .../tags/items/elemental_essence.json | 8 + .../tags/mekanism/infuse_type/imperium.json | 5 + .../tags/mekanism/infuse_type/inferium.json | 5 + .../tags/mekanism/infuse_type/prudentium.json | 5 + .../tags/mekanism/infuse_type/tertium.json | 5 + .../reclamation/tags/worldgen/biome/dead.json | 13 + .../biome/has_structure/big_ruins.json | 8 + .../biome/has_structure/ruin_corners.json | 8 + .../biome/has_structure/ruin_walls.json | 11 + .../tags/worldgen/biome/reclaimed.json | 9 + .../tags/worldgen/structure/ruins.json | 7 + .../worldgen/biome/dead_beach.json | 124 + .../worldgen/biome/dead_forest.json | 126 + .../worldgen/biome/dead_highland.json | 126 + .../worldgen/biome/dead_hills.json | 126 + .../worldgen/biome/dead_mountain.json | 126 + .../worldgen/biome/dead_ocean.json | 124 + .../worldgen/biome/dead_plains.json | 126 + .../worldgen/biome/dead_river.json | 124 + .../worldgen/biome/dead_wastes.json | 61 + .../configured_feature/bonemeal_flowers.json | 68 + .../configured_feature/clay_deposit.json | 30 + .../configured_feature/dead_tree.json | 47 + .../configured_feature/sand_deposit.json | 30 + .../configured_feature/soul_soil_blob.json | 21 + .../configured_feature/wasteland_nest.json | 6 + .../worldgen/noise_settings/overworld.json | 521 + .../placed_feature/bonemeal_flowers.json | 12 + .../worldgen/placed_feature/clay_deposit.json | 22 + .../placed_feature/dead_tree_dense.json | 51 + .../placed_feature/dead_tree_rare.json | 47 + .../placed_feature/dead_tree_sparse.json | 51 + .../patch_dead_bush_sparse.json | 19 + .../worldgen/placed_feature/sand_deposit.json | 22 + .../placed_feature/wasteland_nest.json | 23 + .../worldgen/structure/big_ruins.json | 15 + .../worldgen/structure/bunker_poor.json | 15 + .../worldgen/structure/bunker_rich.json | 15 + .../reclamation/worldgen/structure/cave.json | 15 + .../worldgen/structure/graveyard.json | 15 + .../reclamation/worldgen/structure/mine.json | 15 + .../worldgen/structure/oil_rig.json | 15 + .../worldgen/structure/ruin_corners.json | 15 + .../worldgen/structure/ruin_walls.json | 15 + .../worldgen/structure/ruin_walls_copper.json | 15 + .../worldgen/structure/ruined_house_1.json | 15 + .../worldgen/structure/ruined_house_2.json | 15 + .../reclamation/worldgen/structure/silo.json | 15 + .../worldgen/structure/statue.json | 15 + .../worldgen/structure_set/big_ruins.json | 54 + .../worldgen/structure_set/ruin_corners.json | 14 + .../worldgen/structure_set/ruin_walls.json | 18 + .../worldgen/template_pool/big_ruins.json | 14 + .../worldgen/template_pool/bunker_poor.json | 14 + .../template_pool/bunker_poor_top.json | 14 + .../worldgen/template_pool/bunker_rich.json | 14 + .../template_pool/bunker_rich_top.json | 14 + .../worldgen/template_pool/cave.json | 14 + .../worldgen/template_pool/cave_top.json | 14 + .../worldgen/template_pool/graveyard.json | 14 + .../worldgen/template_pool/graveyard_top.json | 14 + .../worldgen/template_pool/mine.json | 14 + .../worldgen/template_pool/mine_top.json | 14 + .../worldgen/template_pool/oil_rig.json | 14 + .../worldgen/template_pool/ruin_corners.json | 23 + .../worldgen/template_pool/ruin_walls.json | 59 + .../template_pool/ruin_walls_copper.json | 59 + .../template_pool/ruined_house_1.json | 14 + .../template_pool/ruined_house_1_top.json | 14 + .../template_pool/ruined_house_2.json | 14 + .../worldgen/template_pool/silo.json | 14 + .../worldgen/template_pool/statue.json | 14 + .../agricraft/mutations/flax.json | 6 + .../agricraft/plants/flax.json | 60 + .../loot_tables/blocks/wicker_fence.json | 21 + .../via_romana/tags/blocks/path_block.json | 130 + kubejs/server_scripts/ae2_recipes.js | 103 + kubejs/server_scripts/ars_nouveau_recipes.js | 136 + kubejs/server_scripts/blood_magic_recipes.js | 308 + kubejs/server_scripts/botania_recipes.js | 518 + kubejs/server_scripts/create_recipes.js | 249 + kubejs/server_scripts/ember_recipes.js | 235 + kubejs/server_scripts/enchanted_recipes.js | 364 + kubejs/server_scripts/loot_tables.js | 7 + kubejs/server_scripts/mekanism_recipes.js | 49 + .../mystical_agriculture_recipes.js | 393 + kubejs/server_scripts/natures_aura_recipes.js | 956 + kubejs/server_scripts/reclamation.js | 36 + kubejs/server_scripts/reclamation_recipes.js | 1915 ++ kubejs/server_scripts/tags.js | 15 + kubejs/server_scripts/theurgy_recipes.js | 280 + kubejs/startup_scripts/blocks.js | 78 + kubejs/startup_scripts/items.js | 42 + mods/advancedae.pw.toml | 13 + mods/agricraft.pw.toml | 13 + mods/akashic-tome.pw.toml | 13 + mods/antiblocksrechiseled.pw.toml | 13 + mods/appleskin.pw.toml | 13 + mods/applied-botanics-addon.pw.toml | 13 + mods/applied-cooking.pw.toml | 13 + ...d-energistics-2-wireless-terminals.pw.toml | 13 + mods/applied-energistics-2.pw.toml | 13 + mods/applied-mekanistics.pw.toml | 13 + mods/architectury-api.pw.toml | 13 + mods/ars-artifice.pw.toml | 13 + mods/ars-creo.pw.toml | 13 + mods/ars-elemental.pw.toml | 13 + mods/ars-energistique.pw.toml | 13 + mods/ars-nouveau.pw.toml | 13 + mods/athena.pw.toml | 13 + mods/attributefix.pw.toml | 13 + mods/baguettelib.pw.toml | 13 + mods/balm.pw.toml | 13 + mods/blood-magic.pw.toml | 13 + mods/botania.pw.toml | 13 + mods/building-gadgets.pw.toml | 13 + mods/chipped.pw.toml | 13 + mods/chisel-chipped-integration.pw.toml | 13 + mods/clean-swing-through-grass.pw.toml | 13 + mods/cloth-config.pw.toml | 13 + mods/clumps.pw.toml | 13 + mods/comforts.pw.toml | 13 + mods/complicated-bees.pw.toml | 13 + mods/construction-wand.pw.toml | 13 + mods/controlling.pw.toml | 13 + mods/cooking-for-blockheads.pw.toml | 13 + mods/copycats.pw.toml | 13 + mods/crafting-tweaks.pw.toml | 13 + mods/crash-assistant.pw.toml | 13 + mods/craterlib.pw.toml | 13 + mods/create-central-kitchen.pw.toml | 13 + mods/create-deco.pw.toml | 13 + mods/create-stock-bridge.pw.toml | 13 + mods/create.pw.toml | 13 + mods/croptopia.pw.toml | 13 + mods/ctm.pw.toml | 13 + mods/cucumber.pw.toml | 13 + mods/cupboard.pw.toml | 13 + mods/curios.pw.toml | 13 + mods/ding.pw.toml | 13 + mods/embeddium.pw.toml | 13 + mods/embers-rekindled.pw.toml | 13 + mods/emi-loot.pw.toml | 13 + mods/emi.pw.toml | 13 + mods/emojiful.pw.toml | 13 + mods/enchanted-witchcraft.pw.toml | 13 + mods/entityculling.pw.toml | 13 + mods/epherolib.pw.toml | 13 + mods/ex-pattern-provider.pw.toml | 13 + mods/experimental-settings-disabler.pw.toml | 13 + mods/exposure.pw.toml | 13 + mods/extreme-sound-muffler.pw.toml | 13 + mods/fancymenu.pw.toml | 13 + mods/farmers-croptopia.pw.toml | 13 + mods/farmers-delight.pw.toml | 13 + ...fast-async-world-save-forge-fabric.pw.toml | 13 + mods/fast-leaf-decay.pw.toml | 13 + mods/ferritecore.pw.toml | 13 + mods/fix-gpu-memory-leak.pw.toml | 13 + mods/ftb-backups-2.pw.toml | 13 + mods/ftb-library-forge.pw.toml | 13 + mods/ftb-quest-localizer.pw.toml | 13 + mods/ftb-quests-forge.pw.toml | 13 + mods/ftb-teams-forge.pw.toml | 13 + mods/ftb-xmod-compat.pw.toml | 13 + mods/fusion-connected-textures.pw.toml | 13 + mods/fzzy-config.pw.toml | 13 + mods/geckolib.pw.toml | 13 + mods/glodium.pw.toml | 13 + mods/gravestone-mod.pw.toml | 13 + mods/gravestone-x-curios-api-compat.pw.toml | 13 + mods/guideme.pw.toml | 13 + mods/heads.pw.toml | 13 + mods/ichunutil.pw.toml | 13 + mods/immediatelyfast.pw.toml | 13 + mods/immersive-paintings.pw.toml | 13 + mods/interiors.pw.toml | 13 + mods/iris-flywheel-compat.pw.toml | 13 + mods/item-filters.pw.toml | 13 + mods/jade.pw.toml | 13 + mods/jei.pw.toml | 13 + mods/joy-of-painting.pw.toml | 13 + mods/konkrete.pw.toml | 13 + mods/kotlin-for-forge.pw.toml | 13 + mods/krypton-reforged.pw.toml | 13 + mods/kubejs.pw.toml | 13 + mods/lootjs.pw.toml | 13 + mods/macaws-bridges.pw.toml | 13 + mods/macaws-doors.pw.toml | 13 + mods/macaws-fences-and-walls.pw.toml | 13 + mods/macaws-furniture.pw.toml | 13 + mods/macaws-lights-and-lamps.pw.toml | 13 + mods/macaws-paths-and-pavings.pw.toml | 13 + mods/macaws-roofs.pw.toml | 13 + mods/macaws-stairs.pw.toml | 13 + mods/macaws-trapdoors.pw.toml | 13 + mods/macaws-windows.pw.toml | 13 + mods/mcef.pw.toml | 13 + mods/mekanism-generators.pw.toml | 13 + mods/mekanism-tools.pw.toml | 13 + mods/mekanism.pw.toml | 13 + mods/melody.pw.toml | 13 + mods/modernfix.pw.toml | 13 + mods/modonomicon.pw.toml | 13 + mods/more-overlays-updated.pw.toml | 13 + mods/mouse-tweaks.pw.toml | 13 + mods/music-maker-mod.pw.toml | 13 + mods/mystical-agriculture.pw.toml | 13 + mods/mystical-customization.pw.toml | 13 + mods/natures-aura-render-fix.pw.toml | 13 + mods/natures-aura.pw.toml | 13 + mods/nethers-delight.pw.toml | 13 + mods/no-chat-reports.pw.toml | 13 + mods/no-more-piglin-portal-spawning.pw.toml | 13 + mods/not-enough-glyphs.pw.toml | 13 + mods/oculus.pw.toml | 13 + mods/open-parties-and-claims.pw.toml | 13 + mods/packet-fixer.pw.toml | 13 + mods/patchouli.pw.toml | 13 + mods/polylib.pw.toml | 13 + mods/polymorph.pw.toml | 13 + mods/presence-footsteps-forge.pw.toml | 13 + mods/quark.pw.toml | 13 + mods/rechiseled-ae2.pw.toml | 13 + mods/rechiseled-chipped.pw.toml | 13 + mods/rechiseled-create.pw.toml | 13 + mods/rechiseled.pw.toml | 13 + mods/reclamation_util-1.20.1-1.0.24.jar | Bin 0 -> 245457 bytes mods/resourceful-config.pw.toml | 13 + mods/resourceful-lib.pw.toml | 13 + mods/rhino.pw.toml | 13 + mods/searchables.pw.toml | 13 + mods/sebastrnlib.pw.toml | 13 + mods/selene.pw.toml | 13 + mods/simple-discord-rpc.pw.toml | 13 + mods/simply-light.pw.toml | 13 + mods/smartbrainlib.pw.toml | 13 + mods/sophisticated-backpacks.pw.toml | 13 + mods/sophisticated-core.pw.toml | 13 + ...ticated-storage-create-integration.pw.toml | 13 + mods/sophisticated-storage.pw.toml | 13 + mods/sound-physics-remastered.pw.toml | 13 + mods/stateobserver.pw.toml | 13 + mods/storage-drawers.pw.toml | 13 + mods/supermartijn642s-config-lib.pw.toml | 13 + mods/supermartijn642s-core-lib.pw.toml | 13 + mods/supplementaries.pw.toml | 13 + mods/theurgy-kubejs.pw.toml | 13 + mods/theurgy.pw.toml | 13 + mods/tome-of-blood-rebirth.pw.toml | 13 + mods/too-many-glyphs.pw.toml | 13 + mods/trash-cans.pw.toml | 13 + mods/true-ending.pw.toml | 13 + mods/via-romana.pw.toml | 13 + mods/xaeros-minimap.pw.toml | 13 + mods/xaeros-world-map.pw.toml | 13 + mods/zeta.pw.toml | 13 + pack.toml | 12 + patchouli_books/custom_rituals/book.json | 10 + .../en_us/categories/basic_rituals.json | 6 + .../en_us/categories/terraforming.json | 7 + .../en_us/entries/basic_rituals/bad_omen.json | 16 + .../entries/basic_rituals/blaze_cage.json | 16 + .../entries/basic_rituals/bud_amethyst.json | 16 + .../entries/basic_rituals/create_nest.json | 16 + .../entries/basic_rituals/digital_meteor.json | 16 + .../basic_rituals/ender_portal_frame.json | 16 + .../entries/basic_rituals/infuse_amalgam.json | 16 + .../entries/basic_rituals/summon_blaze.json | 16 + .../basic_rituals/summon_guardians.json | 16 + .../entries/terraforming/bamboo_jungle.json | 17 + .../entries/terraforming/basalt_delta.json | 17 + .../en_us/entries/terraforming/beach.json | 17 + .../entries/terraforming/crimson_forest.json | 17 + .../en_us/entries/terraforming/desert.json | 17 + .../en_us/entries/terraforming/forest.json | 17 + .../entries/terraforming/mushroom_field.json | 17 + .../entries/terraforming/nether_wastes.json | 17 + .../en_us/entries/terraforming/ocean.json | 17 + .../en_us/entries/terraforming/plains.json | 17 + .../entries/terraforming/reclamation.json | 18 + .../en_us/entries/terraforming/river.json | 17 + .../entries/terraforming/snowy_slopes.json | 17 + .../terraforming/soul_sand_valley.json | 17 + .../entries/terraforming/warm_ocean.json | 17 + .../entries/terraforming/warped_forest.json | 17 + .../en_us/templates/rite_description.json | 22 + .../en_us/templates/rite_requirements.json | 26 + resourcepacks/sprites-reclaimed.pw.toml | 13 + servers.dat | Bin 0 -> 7567 bytes 3634 files changed, 547921 insertions(+) create mode 100644 .envrc create mode 100644 FTBLang/FTB-Quests-Localization-Resourcepack.zip create mode 100644 FTBLang/backup/ftbquests/quests/chapter_groups.snbt create mode 100644 FTBLang/backup/ftbquests/quests/chapters/digital_storage.snbt create mode 100644 FTBLang/backup/ftbquests/quests/chapters/ffood_plants.snbt create mode 100644 FTBLang/backup/ftbquests/quests/chapters/how_the_world_came_to_be.snbt create mode 100644 FTBLang/backup/ftbquests/quests/chapters/mob_safari.snbt create mode 100644 FTBLang/backup/ftbquests/quests/chapters/resource_generation.snbt create mode 100644 FTBLang/backup/ftbquests/quests/chapters/the_color_green.snbt create mode 100644 FTBLang/backup/ftbquests/quests/chapters/the_hunt_for_grass.snbt create mode 100644 FTBLang/backup/ftbquests/quests/chapters/the_sound_of_life.snbt create mode 100644 FTBLang/backup/ftbquests/quests/chapters/the_taste_of_power.snbt create mode 100644 FTBLang/backup/ftbquests/quests/chapters/the_touch_of.snbt create mode 100644 FTBLang/backup/ftbquests/quests/data.snbt create mode 100644 FTBLang/backup/ftbquests/quests/reward_tables/bee.snbt create mode 100644 FTBLang/backup/ftbquests/quests/reward_tables/canvas.snbt create mode 100644 FTBLang/backup/ftbquests/quests/reward_tables/chicken.snbt create mode 100644 FTBLang/backup/ftbquests/quests/reward_tables/cow.snbt create mode 100644 FTBLang/backup/ftbquests/quests/reward_tables/horns.snbt create mode 100644 FTBLang/backup/ftbquests/quests/reward_tables/instrument.snbt create mode 100644 FTBLang/backup/ftbquests/quests/reward_tables/mana_stuff.snbt create mode 100644 FTBLang/backup/ftbquests/quests/reward_tables/rabbit.snbt create mode 100644 FTBLang/backup/ftbquests/quests/reward_tables/skeleton.snbt create mode 100644 FTBLang/backup/ftbquests/quests/reward_tables/snow_golem.snbt create mode 100644 FTBLang/backup/ftbquests/quests/reward_tables/witch.snbt create mode 100644 FTBLang/backup/ftbquests/quests/reward_tables/zombie.snbt create mode 100644 FTBLang/backup/ftbquests/quests/reward_tables/zombie_2.snbt create mode 100644 FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/de_de.json create mode 100644 FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/en_us.json create mode 100644 FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/es_es.json create mode 100644 FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/fr_fr.json create mode 100644 FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/ja_jp.json create mode 100644 FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/ko_kr.json create mode 100644 FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/ru_ru.json create mode 100644 FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/zh_cn.json create mode 100644 FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/zh_hk.json create mode 100644 FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/zh_tw.json create mode 100644 FTBLang/config/ftbquests/quests/chapter_groups.snbt create mode 100644 FTBLang/config/ftbquests/quests/chapters/digital_storage.snbt create mode 100644 FTBLang/config/ftbquests/quests/chapters/ffood_plants.snbt create mode 100644 FTBLang/config/ftbquests/quests/chapters/how_the_world_came_to_be.snbt create mode 100644 FTBLang/config/ftbquests/quests/chapters/mob_safari.snbt create mode 100644 FTBLang/config/ftbquests/quests/chapters/resource_generation.snbt create mode 100644 FTBLang/config/ftbquests/quests/chapters/the_color_green.snbt create mode 100644 FTBLang/config/ftbquests/quests/chapters/the_hunt_for_grass.snbt create mode 100644 FTBLang/config/ftbquests/quests/chapters/the_sound_of_life.snbt create mode 100644 FTBLang/config/ftbquests/quests/chapters/the_taste_of_power.snbt create mode 100644 FTBLang/config/ftbquests/quests/chapters/the_touch_of.snbt create mode 100644 FTBLang/config/ftbquests/quests/data.snbt create mode 100644 FTBLang/config/ftbquests/quests/reward_tables/bee.snbt create mode 100644 FTBLang/config/ftbquests/quests/reward_tables/canvas.snbt create mode 100644 FTBLang/config/ftbquests/quests/reward_tables/chicken.snbt create mode 100644 FTBLang/config/ftbquests/quests/reward_tables/cow.snbt create mode 100644 FTBLang/config/ftbquests/quests/reward_tables/horns.snbt create mode 100644 FTBLang/config/ftbquests/quests/reward_tables/instrument.snbt create mode 100644 FTBLang/config/ftbquests/quests/reward_tables/mana_stuff.snbt create mode 100644 FTBLang/config/ftbquests/quests/reward_tables/rabbit.snbt create mode 100644 FTBLang/config/ftbquests/quests/reward_tables/skeleton.snbt create mode 100644 FTBLang/config/ftbquests/quests/reward_tables/snow_golem.snbt create mode 100644 FTBLang/config/ftbquests/quests/reward_tables/witch.snbt create mode 100644 FTBLang/config/ftbquests/quests/reward_tables/zombie.snbt create mode 100644 FTBLang/config/ftbquests/quests/reward_tables/zombie_2.snbt create mode 100644 FTBLang/kubejs/assets/ftbquestlocalizer/lang/de_de.json create mode 100644 FTBLang/kubejs/assets/ftbquestlocalizer/lang/en_us.json create mode 100644 FTBLang/kubejs/assets/ftbquestlocalizer/lang/es_es.json create mode 100644 FTBLang/kubejs/assets/ftbquestlocalizer/lang/fr_fr.json create mode 100644 FTBLang/kubejs/assets/ftbquestlocalizer/lang/ja_jp.json create mode 100644 FTBLang/kubejs/assets/ftbquestlocalizer/lang/ko_kr.json create mode 100644 FTBLang/kubejs/assets/ftbquestlocalizer/lang/ru_ru.json create mode 100644 FTBLang/kubejs/assets/ftbquestlocalizer/lang/zh_cn.json create mode 100644 FTBLang/kubejs/assets/ftbquestlocalizer/lang/zh_hk.json create mode 100644 FTBLang/kubejs/assets/ftbquestlocalizer/lang/zh_tw.json create mode 100644 config/DistantHorizons.toml create mode 100644 config/Mekanism/client.toml create mode 100644 config/Mekanism/common.toml create mode 100644 config/Mekanism/gear.toml create mode 100644 config/Mekanism/general.toml create mode 100644 config/Mekanism/generator-storage.toml create mode 100644 config/Mekanism/generators-gear.toml create mode 100644 config/Mekanism/generators.toml create mode 100644 config/Mekanism/machine-storage.toml create mode 100644 config/Mekanism/machine-usage.toml create mode 100644 config/Mekanism/tiers.toml create mode 100644 config/Mekanism/tools-client.toml create mode 100644 config/Mekanism/tools.toml create mode 100644 config/Mekanism/world.toml create mode 100644 config/MouseTweaks.cfg create mode 100644 config/NoChatReports/NCR-Client.json create mode 100644 config/NoChatReports/NCR-Common.json create mode 100644 config/NoChatReports/NCR-Encryption.json create mode 100644 config/NoChatReports/NCR-ServerPreferences.json create mode 100644 config/NoChatReports/README.md create mode 100644 config/ProjectE/client.toml create mode 100644 config/ProjectE/common.toml create mode 100644 config/ProjectE/custom_emc.json create mode 100644 config/ProjectE/mapping.toml create mode 100644 config/ProjectE/processing.toml create mode 100644 config/ProjectE/server.toml create mode 100644 config/advanced_ae-client.toml create mode 100644 config/advanced_ae-common.toml create mode 100644 config/ae2/client.json create mode 100644 config/ae2/common.json create mode 100644 config/agricraft.jsonc create mode 100644 config/akashictome-common.toml create mode 100644 config/appleskin-client.toml create mode 100644 config/ars_artifice/glyph_anguish.toml create mode 100644 config/ars_artifice/glyph_falling.toml create mode 100644 config/ars_artifice/glyph_interval.toml create mode 100644 config/ars_artifice/glyph_landing.toml create mode 100644 config/ars_creo-common.toml create mode 100644 config/ars_elemental-client.toml create mode 100644 config/ars_elemental-common.toml create mode 100644 config/ars_elemental/glyph_aerial_filter.toml create mode 100644 config/ars_elemental/glyph_aquatic_filter.toml create mode 100644 config/ars_elemental/glyph_arc_projectile.toml create mode 100644 config/ars_elemental/glyph_bubble_shield.toml create mode 100644 config/ars_elemental/glyph_charm.toml create mode 100644 config/ars_elemental/glyph_conjure_terrain.toml create mode 100644 config/ars_elemental/glyph_discharge.toml create mode 100644 config/ars_elemental/glyph_envenom.toml create mode 100644 config/ars_elemental/glyph_fiery_filter.toml create mode 100644 config/ars_elemental/glyph_homing_projectile.toml create mode 100644 config/ars_elemental/glyph_insect_filter.toml create mode 100644 config/ars_elemental/glyph_life_link.toml create mode 100644 config/ars_elemental/glyph_not_aerial_filter.toml create mode 100644 config/ars_elemental/glyph_not_aquatic_filter.toml create mode 100644 config/ars_elemental/glyph_not_fiery_filter.toml create mode 100644 config/ars_elemental/glyph_not_insect_filter.toml create mode 100644 config/ars_elemental/glyph_not_summon_filter.toml create mode 100644 config/ars_elemental/glyph_not_undead_filter.toml create mode 100644 config/ars_elemental/glyph_phantom_grasp.toml create mode 100644 config/ars_elemental/glyph_poison_spores.toml create mode 100644 config/ars_elemental/glyph_propagator_arc.toml create mode 100644 config/ars_elemental/glyph_propagator_homing.toml create mode 100644 config/ars_elemental/glyph_spark.toml create mode 100644 config/ars_elemental/glyph_spike.toml create mode 100644 config/ars_elemental/glyph_summon_filter.toml create mode 100644 config/ars_elemental/glyph_undead_filter.toml create mode 100644 config/ars_elemental/glyph_watery_grave.toml create mode 100644 config/ars_nouveau-client.toml create mode 100644 config/ars_nouveau-common.toml create mode 100644 config/ars_nouveau-server.toml create mode 100644 config/ars_nouveau/burst.toml create mode 100644 config/ars_nouveau/glyph_accelerate.toml create mode 100644 config/ars_nouveau/glyph_amplify.toml create mode 100644 config/ars_nouveau/glyph_animate_block.toml create mode 100644 config/ars_nouveau/glyph_aoe.toml create mode 100644 config/ars_nouveau/glyph_blink.toml create mode 100644 config/ars_nouveau/glyph_bounce.toml create mode 100644 config/ars_nouveau/glyph_break.toml create mode 100644 config/ars_nouveau/glyph_cold_snap.toml create mode 100644 config/ars_nouveau/glyph_conjure_water.toml create mode 100644 config/ars_nouveau/glyph_craft.toml create mode 100644 config/ars_nouveau/glyph_crush.toml create mode 100644 config/ars_nouveau/glyph_cut.toml create mode 100644 config/ars_nouveau/glyph_dampen.toml create mode 100644 config/ars_nouveau/glyph_decelerate.toml create mode 100644 config/ars_nouveau/glyph_delay.toml create mode 100644 config/ars_nouveau/glyph_dispel.toml create mode 100644 config/ars_nouveau/glyph_duration_down.toml create mode 100644 config/ars_nouveau/glyph_ender_inventory.toml create mode 100644 config/ars_nouveau/glyph_evaporate.toml create mode 100644 config/ars_nouveau/glyph_exchange.toml create mode 100644 config/ars_nouveau/glyph_explosion.toml create mode 100644 config/ars_nouveau/glyph_extend_time.toml create mode 100644 config/ars_nouveau/glyph_extract.toml create mode 100644 config/ars_nouveau/glyph_fangs.toml create mode 100644 config/ars_nouveau/glyph_fell.toml create mode 100644 config/ars_nouveau/glyph_firework.toml create mode 100644 config/ars_nouveau/glyph_flare.toml create mode 100644 config/ars_nouveau/glyph_fortune.toml create mode 100644 config/ars_nouveau/glyph_freeze.toml create mode 100644 config/ars_nouveau/glyph_glide.toml create mode 100644 config/ars_nouveau/glyph_gravity.toml create mode 100644 config/ars_nouveau/glyph_grow.toml create mode 100644 config/ars_nouveau/glyph_gust.toml create mode 100644 config/ars_nouveau/glyph_harm.toml create mode 100644 config/ars_nouveau/glyph_harvest.toml create mode 100644 config/ars_nouveau/glyph_heal.toml create mode 100644 config/ars_nouveau/glyph_hex.toml create mode 100644 config/ars_nouveau/glyph_ignite.toml create mode 100644 config/ars_nouveau/glyph_infuse.toml create mode 100644 config/ars_nouveau/glyph_intangible.toml create mode 100644 config/ars_nouveau/glyph_interact.toml create mode 100644 config/ars_nouveau/glyph_invisibility.toml create mode 100644 config/ars_nouveau/glyph_launch.toml create mode 100644 config/ars_nouveau/glyph_leap.toml create mode 100644 config/ars_nouveau/glyph_light.toml create mode 100644 config/ars_nouveau/glyph_lightning.toml create mode 100644 config/ars_nouveau/glyph_linger.toml create mode 100644 config/ars_nouveau/glyph_name.toml create mode 100644 config/ars_nouveau/glyph_orbit.toml create mode 100644 config/ars_nouveau/glyph_phantom_block.toml create mode 100644 config/ars_nouveau/glyph_pickup.toml create mode 100644 config/ars_nouveau/glyph_pierce.toml create mode 100644 config/ars_nouveau/glyph_place_block.toml create mode 100644 config/ars_nouveau/glyph_projectile.toml create mode 100644 config/ars_nouveau/glyph_pull.toml create mode 100644 config/ars_nouveau/glyph_randomize.toml create mode 100644 config/ars_nouveau/glyph_redstone_signal.toml create mode 100644 config/ars_nouveau/glyph_rotate.toml create mode 100644 config/ars_nouveau/glyph_rune.toml create mode 100644 config/ars_nouveau/glyph_self.toml create mode 100644 config/ars_nouveau/glyph_sense_magic.toml create mode 100644 config/ars_nouveau/glyph_sensitive.toml create mode 100644 config/ars_nouveau/glyph_slowfall.toml create mode 100644 config/ars_nouveau/glyph_smelt.toml create mode 100644 config/ars_nouveau/glyph_snare.toml create mode 100644 config/ars_nouveau/glyph_split.toml create mode 100644 config/ars_nouveau/glyph_summon_decoy.toml create mode 100644 config/ars_nouveau/glyph_summon_steed.toml create mode 100644 config/ars_nouveau/glyph_summon_undead.toml create mode 100644 config/ars_nouveau/glyph_summon_vex.toml create mode 100644 config/ars_nouveau/glyph_summon_wolves.toml create mode 100644 config/ars_nouveau/glyph_toss.toml create mode 100644 config/ars_nouveau/glyph_touch.toml create mode 100644 config/ars_nouveau/glyph_underfoot.toml create mode 100644 config/ars_nouveau/glyph_wall.toml create mode 100644 config/ars_nouveau/glyph_wind_shear.toml create mode 100644 config/ars_nouveau/glyph_wither.toml create mode 100644 config/ars_nouveau/reset.toml create mode 100644 config/ars_nouveau/rewind.toml create mode 100644 config/ars_nouveau/wololo.toml create mode 100644 config/arseng-common.toml create mode 100644 config/arsomega/glyph_flatten.toml create mode 100644 config/arsomega/glyph_propagate_projectile.toml create mode 100644 config/arsomega/glyph_propagate_self.toml create mode 100644 config/arsomega/glyph_propagate_underfoot.toml create mode 100644 config/attributefix.json create mode 100644 config/balm-client.toml create mode 100644 config/balm-common.toml create mode 100644 config/bbb.json create mode 100644 config/bloodmagic-client.toml create mode 100644 config/bloodmagic-common.toml create mode 100644 config/botania-client.toml create mode 100644 config/botania-common.toml create mode 100644 config/buildinggadgets2-common.toml create mode 100644 config/comforts-server.toml create mode 100644 config/complicated_bees-common-1.toml.bak create mode 100644 config/complicated_bees-common-2.toml.bak create mode 100644 config/complicated_bees-common-3.toml.bak create mode 100644 config/complicated_bees-common-4.toml.bak create mode 100644 config/complicated_bees-common-5.toml.bak create mode 100644 config/complicated_bees-common.toml create mode 100644 config/connector.json create mode 100644 config/constructionwand-client.toml create mode 100644 config/cookingforblockheads-common.toml create mode 100644 config/copycats-client.toml create mode 100644 config/copycats-common.toml create mode 100644 config/craftingtweaks-common.toml create mode 100644 config/crash_assistant/config.toml create mode 100644 config/crash_assistant/crash_assistant_localization_overrides/README.md create mode 100644 config/crash_assistant/modlist.json create mode 100644 config/crash_assistant/problematic_mods_config.json create mode 100644 config/create-client.toml create mode 100644 config/create-common.toml create mode 100644 config/create_central_kitchen-common-1.toml.bak create mode 100644 config/create_central_kitchen-common-2.toml.bak create mode 100644 config/create_central_kitchen-common.toml create mode 100644 config/croptopia/croptopia_v3.conf create mode 100644 config/ctm.toml create mode 100644 config/cucumber-client.toml create mode 100644 config/cucumber-common.toml create mode 100644 config/cucumber-tags.json create mode 100644 config/cupboard.json create mode 100644 config/curios-client.toml create mode 100644 config/curios-common.toml create mode 100644 config/de/mari_023/ae2wtlib.json5 create mode 100644 config/delightful-common.toml create mode 100644 config/ding.toml create mode 100644 config/drippyloadingscreen/options.txt create mode 100644 config/embeddium-fingerprint.json create mode 100644 config/embeddium-mixins.properties create mode 100644 config/embeddium-options.json create mode 100644 config/embers-client.toml create mode 100644 config/embers-common.toml create mode 100644 config/emi.css create mode 100644 config/emi_loot_config.toml create mode 100644 config/emojiful-client.toml create mode 100644 config/enchanted-client.toml create mode 100644 config/enchanted-common.toml create mode 100644 config/enderio/armory-common.toml create mode 100644 config/enderio/base-client.toml create mode 100644 config/enderio/base-common.toml create mode 100644 config/enderio/machines-client.toml create mode 100644 config/enderio/machines-common.toml create mode 100644 config/entityculling.json create mode 100644 config/expatternprovider-common.toml create mode 100644 config/experimentalsettingsdisabler-client.toml create mode 100644 config/exposure-client.toml create mode 100644 config/exposure-common.toml create mode 100644 config/extremesoundmuffler-client.toml create mode 100644 config/fabric/indigo-renderer.properties create mode 100644 config/fancymenu/assets/dark.png create mode 100644 config/fancymenu/assets/hover.png create mode 100644 config/fancymenu/assets/title.png create mode 100644 config/fancymenu/assets/title_bg.mp4 create mode 100644 config/fancymenu/assets/title_shadow.png create mode 100644 config/fancymenu/assets/transparent.png create mode 100644 config/fancymenu/custom_gui_screens.txt create mode 100644 config/fancymenu/customizablemenus.txt create mode 100644 config/fancymenu/customization/title_screen_layout.txt create mode 100644 config/fancymenu/layout_editor/widgets/element_layer_control.lewidget create mode 100644 config/fancymenu/legacy_checklist.txt create mode 100644 config/fancymenu/options.txt create mode 100644 config/fancymenu/ui_themes/dark.json create mode 100644 config/fancymenu/ui_themes/light.json create mode 100644 config/fancymenu/user_variables.db create mode 100644 config/fancymenu/video_element_controller_metas.json create mode 100644 config/farmersdelight-client.toml create mode 100644 config/farmersdelight-common.toml create mode 100644 config/farmersrespite-common.toml create mode 100644 config/ferritecore-mixin.toml create mode 100644 config/flywheel-client.toml create mode 100644 config/fml.toml create mode 100644 config/forge-client.toml create mode 100644 config/ftbbackups2.json create mode 100644 config/ftbquests/quests/chapter_groups.snbt create mode 100644 config/ftbquests/quests/chapters/digital_storage.snbt create mode 100644 config/ftbquests/quests/chapters/ffood_plants.snbt create mode 100644 config/ftbquests/quests/chapters/how_the_world_came_to_be.snbt create mode 100644 config/ftbquests/quests/chapters/mob_safari.snbt create mode 100644 config/ftbquests/quests/chapters/resource_generation.snbt create mode 100644 config/ftbquests/quests/chapters/the_color_green.snbt create mode 100644 config/ftbquests/quests/chapters/the_hunt_for_grass.snbt create mode 100644 config/ftbquests/quests/chapters/the_sound_of_life.snbt create mode 100644 config/ftbquests/quests/chapters/the_taste_of_power.snbt create mode 100644 config/ftbquests/quests/chapters/the_touch_of.snbt create mode 100644 config/ftbquests/quests/data.snbt create mode 100644 config/ftbquests/quests/reward_tables/bee.snbt create mode 100644 config/ftbquests/quests/reward_tables/canvas.snbt create mode 100644 config/ftbquests/quests/reward_tables/chicken.snbt create mode 100644 config/ftbquests/quests/reward_tables/cow.snbt create mode 100644 config/ftbquests/quests/reward_tables/horns.snbt create mode 100644 config/ftbquests/quests/reward_tables/instrument.snbt create mode 100644 config/ftbquests/quests/reward_tables/mana_stuff.snbt create mode 100644 config/ftbquests/quests/reward_tables/rabbit.snbt create mode 100644 config/ftbquests/quests/reward_tables/skeleton.snbt create mode 100644 config/ftbquests/quests/reward_tables/snow_golem.snbt create mode 100644 config/ftbquests/quests/reward_tables/witch.snbt create mode 100644 config/ftbquests/quests/reward_tables/zombie.snbt create mode 100644 config/ftbquests/quests/reward_tables/zombie_2.snbt create mode 100644 config/ftbxmodcompat.snbt create mode 100644 config/fzzy_config/keybinds.toml create mode 100644 config/globalgamerules-common.toml create mode 100644 config/gravestone-client.toml create mode 100644 config/gravestonecurioscompat-common.toml create mode 100644 config/guideme.toml create mode 100644 config/heads-common.toml create mode 100644 config/ichunutil/ichunutil-client.toml create mode 100644 config/ichunutil/themes/aztec.json create mode 100644 config/ichunutil/themes/blue&black.json create mode 100644 config/ichunutil/themes/blue&orange.json create mode 100644 config/ichunutil/themes/default.json create mode 100644 config/ichunutil/themes/grassgreen.json create mode 100644 config/ichunutil/themes/green&black.json create mode 100644 config/ichunutil/themes/lazygray.json create mode 100644 config/ichunutil/themes/monogeneric.json create mode 100644 config/ichunutil/themes/nightblack.json create mode 100644 config/ichunutil/themes/red&black.json create mode 100644 config/ichunutil/themes/skyblue.json create mode 100644 config/ichunutil/themes/whitelight.json create mode 100644 config/immediatelyfast.json create mode 100644 config/immersive_paintings.json create mode 100644 config/jade/hide-blocks.json create mode 100644 config/jade/hide-entities.json create mode 100644 config/jade/jade.json create mode 100644 config/jade/plugins.json create mode 100644 config/jade/sort-order.json create mode 100644 config/jei/blacklist.cfg create mode 100644 config/jei/jei-client.ini create mode 100644 config/jei/jei-colors.ini create mode 100644 config/jei/jei-debug.ini create mode 100644 config/jei/jei-mod-id-format.ini create mode 100644 config/jei/recipe-category-sort-order.ini create mode 100644 config/konkrete/locals/de_de.local create mode 100644 config/konkrete/locals/en_us.local create mode 100644 config/konkrete/locals/pl_pl.local create mode 100644 config/konkrete/locals/pt_br.local create mode 100644 config/lmft.json create mode 100644 config/mcef/mcef.properties create mode 100644 config/midnightlib.json create mode 100644 config/modernfix-common.toml create mode 100644 config/modernfix-mixins.properties create mode 100644 config/modonomicon-client.toml create mode 100644 config/moonlight-client.toml create mode 100644 config/moonlight-common.toml create mode 100644 config/moreoverlays.toml create mode 100644 config/mysticalagriculture-client.toml create mode 100644 config/mysticalagriculture-common.toml create mode 100644 config/mysticalcustomization/configure-augments.json create mode 100644 config/mysticalcustomization/configure-crops.json create mode 100644 config/mysticalcustomization/configure-mobsoultypes.json create mode 100644 config/mysticalcustomization/configure-tiers.json create mode 100644 config/mysticalcustomization/configure-types.json create mode 100644 config/naturesaura-common.toml create mode 100644 config/not_enough_glyphs/glyph_plow.toml create mode 100644 config/not_enough_glyphs/glyph_propagate_plane.toml create mode 100644 config/not_enough_glyphs/glyph_trail.toml create mode 100644 config/oculus.properties create mode 100644 config/orthocamera.json create mode 100644 config/packetfixer.properties create mode 100644 config/patchouli-client.toml create mode 100644 config/polymorph-integrations.toml create mode 100644 config/ponder-client.toml create mode 100644 config/presencefootsteps/userconfig.json create mode 100644 config/quark-common.toml create mode 100644 config/rechiseled_chipped-common.toml create mode 100644 config/resourceful-config-web.json create mode 100644 config/sebastrnlib-client.toml create mode 100644 config/sidebar_buttons.json create mode 100644 config/simple-rpc/server-entries.toml create mode 100644 config/simple-rpc/simple-rpc.toml create mode 100644 config/sophisticatedbackpacks-common.toml create mode 100644 config/sophisticatedcore-client.toml create mode 100644 config/sophisticatedcore-common-1.toml.bak create mode 100644 config/sophisticatedcore-common.toml create mode 100644 config/sophisticatedstorage-client.toml create mode 100644 config/sophisticatedstorage-common.toml create mode 100644 config/sound_physics_remastered/occlusion.properties create mode 100644 config/sound_physics_remastered/reflectivity.properties create mode 100644 config/sound_physics_remastered/sound_rates.properties create mode 100644 config/sound_physics_remastered/soundphysics.properties create mode 100644 config/storagedrawers-client.toml create mode 100644 config/storagedrawers-common.toml create mode 100644 config/storagedrawers-common.v2.toml create mode 100644 config/supplementaries-client.toml create mode 100644 config/supplementaries-common.toml create mode 100644 config/theurgy-client.toml create mode 100644 config/tomeofblood/base-common.toml create mode 100644 config/tomeofblood/glyph_sentient_harm.toml create mode 100644 config/tomeofblood/glyph_sentient_wrath.toml create mode 100644 config/toomanyglyphs/glyph_amplify_three.toml create mode 100644 config/toomanyglyphs/glyph_amplify_two.toml create mode 100644 config/toomanyglyphs/glyph_chaining.toml create mode 100644 config/toomanyglyphs/glyph_filter_animal.toml create mode 100644 config/toomanyglyphs/glyph_filter_block.toml create mode 100644 config/toomanyglyphs/glyph_filter_entity.toml create mode 100644 config/toomanyglyphs/glyph_filter_is_baby.toml create mode 100644 config/toomanyglyphs/glyph_filter_is_mature.toml create mode 100644 config/toomanyglyphs/glyph_filter_item.toml create mode 100644 config/toomanyglyphs/glyph_filter_living.toml create mode 100644 config/toomanyglyphs/glyph_filter_living_not_monster.toml create mode 100644 config/toomanyglyphs/glyph_filter_living_not_player.toml create mode 100644 config/toomanyglyphs/glyph_filter_monster.toml create mode 100644 config/toomanyglyphs/glyph_filter_player.toml create mode 100644 config/toomanyglyphs/glyph_lay_on_hands.toml create mode 100644 config/toomanyglyphs/glyph_ray.toml create mode 100644 config/toomanyglyphs/glyph_reverse_direction.toml create mode 100644 config/totemic-client.toml create mode 100644 config/totemic-common.toml create mode 100644 config/trashcans-common.toml create mode 100644 config/via_romana-common.toml create mode 100644 config/voicechat-client.toml create mode 100644 config/voicechat/translations.properties create mode 100644 config/voicechat/username-cache.json create mode 100644 config/voicechat/voicechat-client.properties create mode 100644 config/voicechat/voicechat-server.properties create mode 100644 config/voicechat/voicechat-volumes.properties create mode 100644 config/waystones-common.toml create mode 100644 config/xaerominimap-common.txt create mode 100644 config/xaerominimap.txt create mode 100644 config/xaerominimap_entities.json create mode 100644 config/xaeropatreon.txt create mode 100644 config/xaeroworldmap-common.txt create mode 100644 config/xaeroworldmap.txt create mode 100644 config/zeta-common.toml create mode 100644 defaultconfigs/constructionwand-server.toml create mode 100644 defaultconfigs/ftbchunks/client-config.snbt create mode 100644 defaultconfigs/ftbchunks/ftbchunks-world.snbt create mode 100644 defaultconfigs/ftblibrary/ftblibrary-client.snbt create mode 100644 defaultconfigs/ftbquests/client-config.snbt create mode 100644 defaultconfigs/ftbxmodcompat/ftbxmodcompat.snbt create mode 100644 defaultconfigs/openpartiesandclaims-default-player-config.toml create mode 100644 defaultconfigs/openpartiesandclaims-server.toml create mode 100644 defaultconfigs/sophisticatedbackpacks-server.toml create mode 100644 flake.nix create mode 100644 index.toml create mode 100644 kubejs/README.txt create mode 100644 kubejs/assets/ars_nouveau/lang/en_us.json create mode 100644 kubejs/assets/ars_nouveau/models/crop/magebloom_stage0.json create mode 100644 kubejs/assets/ars_nouveau/models/crop/magebloom_stage1.json create mode 100644 kubejs/assets/ars_nouveau/models/crop/magebloom_stage2.json create mode 100644 kubejs/assets/ars_nouveau/models/crop/magebloom_stage3.json create mode 100644 kubejs/assets/ars_nouveau/models/crop/magebloom_stage4.json create mode 100644 kubejs/assets/ars_nouveau/models/crop/magebloom_stage5.json create mode 100644 kubejs/assets/ars_nouveau/models/crop/magebloom_stage6.json create mode 100644 kubejs/assets/ars_nouveau/models/crop/magebloom_stage7.json create mode 100644 kubejs/assets/ars_nouveau/models/seed/magebloom.json create mode 100644 kubejs/assets/bloodmagic/models/block/alchemicalreactionchamber_s.json create mode 100644 kubejs/assets/bloodmagic/models/block/alchemicalreactionchamber_s_lit.json create mode 100644 kubejs/assets/botania/lang/en_us.json create mode 100644 kubejs/assets/botania/models/crop/black_mystical_flower_stage0.json create mode 100644 kubejs/assets/botania/models/crop/black_mystical_flower_stage1.json create mode 100644 kubejs/assets/botania/models/crop/black_mystical_flower_stage2.json create mode 100644 kubejs/assets/botania/models/crop/black_mystical_flower_stage3.json create mode 100644 kubejs/assets/botania/models/crop/black_mystical_flower_stage4.json create mode 100644 kubejs/assets/botania/models/crop/black_mystical_flower_stage5.json create mode 100644 kubejs/assets/botania/models/crop/black_mystical_flower_stage6.json create mode 100644 kubejs/assets/botania/models/crop/black_mystical_flower_stage7.json create mode 100644 kubejs/assets/botania/models/crop/blue_mystical_flower_stage0.json create mode 100644 kubejs/assets/botania/models/crop/blue_mystical_flower_stage1.json create mode 100644 kubejs/assets/botania/models/crop/blue_mystical_flower_stage2.json create mode 100644 kubejs/assets/botania/models/crop/blue_mystical_flower_stage3.json create mode 100644 kubejs/assets/botania/models/crop/blue_mystical_flower_stage4.json create mode 100644 kubejs/assets/botania/models/crop/blue_mystical_flower_stage5.json create mode 100644 kubejs/assets/botania/models/crop/blue_mystical_flower_stage6.json create mode 100644 kubejs/assets/botania/models/crop/blue_mystical_flower_stage7.json create mode 100644 kubejs/assets/botania/models/crop/brown_mystical_flower_stage0.json create mode 100644 kubejs/assets/botania/models/crop/brown_mystical_flower_stage1.json create mode 100644 kubejs/assets/botania/models/crop/brown_mystical_flower_stage2.json create mode 100644 kubejs/assets/botania/models/crop/brown_mystical_flower_stage3.json create mode 100644 kubejs/assets/botania/models/crop/brown_mystical_flower_stage4.json create mode 100644 kubejs/assets/botania/models/crop/brown_mystical_flower_stage5.json create mode 100644 kubejs/assets/botania/models/crop/brown_mystical_flower_stage6.json create mode 100644 kubejs/assets/botania/models/crop/brown_mystical_flower_stage7.json create mode 100644 kubejs/assets/botania/models/crop/cyan_mystical_flower_stage0.json create mode 100644 kubejs/assets/botania/models/crop/cyan_mystical_flower_stage1.json create mode 100644 kubejs/assets/botania/models/crop/cyan_mystical_flower_stage2.json create mode 100644 kubejs/assets/botania/models/crop/cyan_mystical_flower_stage3.json create mode 100644 kubejs/assets/botania/models/crop/cyan_mystical_flower_stage4.json create mode 100644 kubejs/assets/botania/models/crop/cyan_mystical_flower_stage5.json create mode 100644 kubejs/assets/botania/models/crop/cyan_mystical_flower_stage6.json create mode 100644 kubejs/assets/botania/models/crop/cyan_mystical_flower_stage7.json create mode 100644 kubejs/assets/botania/models/crop/gray_mystical_flower_stage0.json create mode 100644 kubejs/assets/botania/models/crop/gray_mystical_flower_stage1.json create mode 100644 kubejs/assets/botania/models/crop/gray_mystical_flower_stage2.json create mode 100644 kubejs/assets/botania/models/crop/gray_mystical_flower_stage3.json create mode 100644 kubejs/assets/botania/models/crop/gray_mystical_flower_stage4.json create mode 100644 kubejs/assets/botania/models/crop/gray_mystical_flower_stage5.json create mode 100644 kubejs/assets/botania/models/crop/gray_mystical_flower_stage6.json create mode 100644 kubejs/assets/botania/models/crop/gray_mystical_flower_stage7.json create mode 100644 kubejs/assets/botania/models/crop/green_mystical_flower_stage0.json create mode 100644 kubejs/assets/botania/models/crop/green_mystical_flower_stage1.json create mode 100644 kubejs/assets/botania/models/crop/green_mystical_flower_stage2.json create mode 100644 kubejs/assets/botania/models/crop/green_mystical_flower_stage3.json create mode 100644 kubejs/assets/botania/models/crop/green_mystical_flower_stage4.json create mode 100644 kubejs/assets/botania/models/crop/green_mystical_flower_stage5.json create mode 100644 kubejs/assets/botania/models/crop/green_mystical_flower_stage6.json create mode 100644 kubejs/assets/botania/models/crop/green_mystical_flower_stage7.json create mode 100644 kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage0.json create mode 100644 kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage1.json create mode 100644 kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage2.json create mode 100644 kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage3.json create mode 100644 kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage4.json create mode 100644 kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage5.json create mode 100644 kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage6.json create mode 100644 kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage7.json create mode 100644 kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage0.json create mode 100644 kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage1.json create mode 100644 kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage2.json create mode 100644 kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage3.json create mode 100644 kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage4.json create mode 100644 kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage5.json create mode 100644 kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage6.json create mode 100644 kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage7.json create mode 100644 kubejs/assets/botania/models/crop/lime_mystical_flower_stage0.json create mode 100644 kubejs/assets/botania/models/crop/lime_mystical_flower_stage1.json create mode 100644 kubejs/assets/botania/models/crop/lime_mystical_flower_stage2.json create mode 100644 kubejs/assets/botania/models/crop/lime_mystical_flower_stage3.json create mode 100644 kubejs/assets/botania/models/crop/lime_mystical_flower_stage4.json create mode 100644 kubejs/assets/botania/models/crop/lime_mystical_flower_stage5.json create mode 100644 kubejs/assets/botania/models/crop/lime_mystical_flower_stage6.json create mode 100644 kubejs/assets/botania/models/crop/lime_mystical_flower_stage7.json create mode 100644 kubejs/assets/botania/models/crop/magenta_mystical_flower_stage0.json create mode 100644 kubejs/assets/botania/models/crop/magenta_mystical_flower_stage1.json create mode 100644 kubejs/assets/botania/models/crop/magenta_mystical_flower_stage2.json create mode 100644 kubejs/assets/botania/models/crop/magenta_mystical_flower_stage3.json create mode 100644 kubejs/assets/botania/models/crop/magenta_mystical_flower_stage4.json create mode 100644 kubejs/assets/botania/models/crop/magenta_mystical_flower_stage5.json create mode 100644 kubejs/assets/botania/models/crop/magenta_mystical_flower_stage6.json create mode 100644 kubejs/assets/botania/models/crop/magenta_mystical_flower_stage7.json create mode 100644 kubejs/assets/botania/models/crop/orange_mystical_flower_stage0.json create mode 100644 kubejs/assets/botania/models/crop/orange_mystical_flower_stage1.json create mode 100644 kubejs/assets/botania/models/crop/orange_mystical_flower_stage2.json create mode 100644 kubejs/assets/botania/models/crop/orange_mystical_flower_stage3.json create mode 100644 kubejs/assets/botania/models/crop/orange_mystical_flower_stage4.json create mode 100644 kubejs/assets/botania/models/crop/orange_mystical_flower_stage5.json create mode 100644 kubejs/assets/botania/models/crop/orange_mystical_flower_stage6.json create mode 100644 kubejs/assets/botania/models/crop/orange_mystical_flower_stage7.json create mode 100644 kubejs/assets/botania/models/crop/pink_mystical_flower_stage0.json create mode 100644 kubejs/assets/botania/models/crop/pink_mystical_flower_stage1.json create mode 100644 kubejs/assets/botania/models/crop/pink_mystical_flower_stage2.json create mode 100644 kubejs/assets/botania/models/crop/pink_mystical_flower_stage3.json create mode 100644 kubejs/assets/botania/models/crop/pink_mystical_flower_stage4.json create mode 100644 kubejs/assets/botania/models/crop/pink_mystical_flower_stage5.json create mode 100644 kubejs/assets/botania/models/crop/pink_mystical_flower_stage6.json create mode 100644 kubejs/assets/botania/models/crop/pink_mystical_flower_stage7.json create mode 100644 kubejs/assets/botania/models/crop/purple_mystical_flower_stage0.json create mode 100644 kubejs/assets/botania/models/crop/purple_mystical_flower_stage1.json create mode 100644 kubejs/assets/botania/models/crop/purple_mystical_flower_stage2.json create mode 100644 kubejs/assets/botania/models/crop/purple_mystical_flower_stage3.json create mode 100644 kubejs/assets/botania/models/crop/purple_mystical_flower_stage4.json create mode 100644 kubejs/assets/botania/models/crop/purple_mystical_flower_stage5.json create mode 100644 kubejs/assets/botania/models/crop/purple_mystical_flower_stage6.json create mode 100644 kubejs/assets/botania/models/crop/purple_mystical_flower_stage7.json create mode 100644 kubejs/assets/botania/models/crop/red_mystical_flower_stage0.json create mode 100644 kubejs/assets/botania/models/crop/red_mystical_flower_stage1.json create mode 100644 kubejs/assets/botania/models/crop/red_mystical_flower_stage2.json create mode 100644 kubejs/assets/botania/models/crop/red_mystical_flower_stage3.json create mode 100644 kubejs/assets/botania/models/crop/red_mystical_flower_stage4.json create mode 100644 kubejs/assets/botania/models/crop/red_mystical_flower_stage5.json create mode 100644 kubejs/assets/botania/models/crop/red_mystical_flower_stage6.json create mode 100644 kubejs/assets/botania/models/crop/red_mystical_flower_stage7.json create mode 100644 kubejs/assets/botania/models/crop/white_mystical_flower_stage0.json create mode 100644 kubejs/assets/botania/models/crop/white_mystical_flower_stage1.json create mode 100644 kubejs/assets/botania/models/crop/white_mystical_flower_stage2.json create mode 100644 kubejs/assets/botania/models/crop/white_mystical_flower_stage3.json create mode 100644 kubejs/assets/botania/models/crop/white_mystical_flower_stage4.json create mode 100644 kubejs/assets/botania/models/crop/white_mystical_flower_stage5.json create mode 100644 kubejs/assets/botania/models/crop/white_mystical_flower_stage6.json create mode 100644 kubejs/assets/botania/models/crop/white_mystical_flower_stage7.json create mode 100644 kubejs/assets/botania/models/crop/yellow_mystical_flower_stage0.json create mode 100644 kubejs/assets/botania/models/crop/yellow_mystical_flower_stage1.json create mode 100644 kubejs/assets/botania/models/crop/yellow_mystical_flower_stage2.json create mode 100644 kubejs/assets/botania/models/crop/yellow_mystical_flower_stage3.json create mode 100644 kubejs/assets/botania/models/crop/yellow_mystical_flower_stage4.json create mode 100644 kubejs/assets/botania/models/crop/yellow_mystical_flower_stage5.json create mode 100644 kubejs/assets/botania/models/crop/yellow_mystical_flower_stage6.json create mode 100644 kubejs/assets/botania/models/crop/yellow_mystical_flower_stage7.json create mode 100644 kubejs/assets/botania/models/seed/black_mystical_flower.json create mode 100644 kubejs/assets/botania/models/seed/blue_mystical_flower.json create mode 100644 kubejs/assets/botania/models/seed/brown_mystical_flower.json create mode 100644 kubejs/assets/botania/models/seed/cyan_mystical_flower.json create mode 100644 kubejs/assets/botania/models/seed/gray_mystical_flower.json create mode 100644 kubejs/assets/botania/models/seed/green_mystical_flower.json create mode 100644 kubejs/assets/botania/models/seed/light_blue_mystical_flower.json create mode 100644 kubejs/assets/botania/models/seed/light_gray_mystical_flower.json create mode 100644 kubejs/assets/botania/models/seed/lime_mystical_flower.json create mode 100644 kubejs/assets/botania/models/seed/magenta_mystical_flower.json create mode 100644 kubejs/assets/botania/models/seed/orange_mystical_flower.json create mode 100644 kubejs/assets/botania/models/seed/pink_mystical_flower.json create mode 100644 kubejs/assets/botania/models/seed/purple_mystical_flower.json create mode 100644 kubejs/assets/botania/models/seed/red_mystical_flower.json create mode 100644 kubejs/assets/botania/models/seed/white_mystical_flower.json create mode 100644 kubejs/assets/botania/models/seed/yellow_mystical_flower.json create mode 100644 kubejs/assets/croptopia/lang/en_us.json create mode 100644 kubejs/assets/croptopia/models/crop/artichoke_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/artichoke_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/artichoke_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/artichoke_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/artichoke_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/artichoke_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/artichoke_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/artichoke_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/asparagus_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/asparagus_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/asparagus_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/asparagus_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/asparagus_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/asparagus_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/asparagus_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/asparagus_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/barley_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/barley_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/barley_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/barley_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/barley_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/barley_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/barley_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/barley_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/basil_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/basil_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/basil_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/basil_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/basil_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/basil_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/basil_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/basil_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/bellpepper_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/bellpepper_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/bellpepper_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/bellpepper_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/bellpepper_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/bellpepper_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/bellpepper_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/bellpepper_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/blackbean_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/blackbean_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/blackbean_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/blackbean_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/blackbean_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/blackbean_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/blackbean_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/blackbean_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/blackberry_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/blackberry_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/blackberry_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/blackberry_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/blackberry_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/blackberry_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/blackberry_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/blackberry_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/blueberry_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/blueberry_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/blueberry_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/blueberry_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/blueberry_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/blueberry_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/blueberry_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/blueberry_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/broccoli_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/broccoli_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/broccoli_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/broccoli_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/broccoli_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/broccoli_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/broccoli_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/broccoli_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/cabbage_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/cabbage_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/cabbage_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/cabbage_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/cabbage_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/cabbage_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/cabbage_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/cabbage_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/cantaloupe_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/cantaloupe_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/cantaloupe_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/cantaloupe_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/cantaloupe_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/cantaloupe_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/cantaloupe_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/cantaloupe_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/cauliflower_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/cauliflower_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/cauliflower_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/cauliflower_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/cauliflower_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/cauliflower_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/cauliflower_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/cauliflower_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/celery_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/celery_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/celery_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/celery_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/celery_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/celery_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/celery_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/celery_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/chile_pepper_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/chile_pepper_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/chile_pepper_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/chile_pepper_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/chile_pepper_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/chile_pepper_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/chile_pepper_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/chile_pepper_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/coffee_beans_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/coffee_beans_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/coffee_beans_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/coffee_beans_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/coffee_beans_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/coffee_beans_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/coffee_beans_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/coffee_beans_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/corn_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/corn_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/corn_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/corn_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/corn_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/corn_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/corn_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/corn_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/cranberry_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/cranberry_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/cranberry_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/cranberry_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/cranberry_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/cranberry_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/cranberry_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/cranberry_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/cucumber_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/cucumber_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/cucumber_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/cucumber_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/cucumber_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/cucumber_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/cucumber_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/cucumber_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/currant_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/currant_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/currant_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/currant_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/currant_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/currant_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/currant_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/currant_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/eggplant_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/eggplant_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/eggplant_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/eggplant_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/eggplant_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/eggplant_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/eggplant_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/eggplant_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/elderberry_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/elderberry_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/elderberry_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/elderberry_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/elderberry_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/elderberry_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/elderberry_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/elderberry_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/garlic_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/garlic_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/garlic_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/garlic_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/garlic_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/garlic_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/garlic_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/garlic_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/ginger_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/ginger_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/ginger_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/ginger_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/ginger_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/ginger_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/ginger_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/ginger_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/grape_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/grape_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/grape_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/grape_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/grape_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/grape_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/grape_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/grape_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/greenbean_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/greenbean_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/greenbean_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/greenbean_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/greenbean_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/greenbean_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/greenbean_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/greenbean_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/greenonion_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/greenonion_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/greenonion_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/greenonion_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/greenonion_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/greenonion_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/greenonion_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/greenonion_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/honeydew_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/honeydew_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/honeydew_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/honeydew_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/honeydew_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/honeydew_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/honeydew_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/honeydew_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/hops_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/hops_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/hops_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/hops_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/hops_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/hops_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/hops_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/hops_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/kale_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/kale_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/kale_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/kale_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/kale_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/kale_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/kale_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/kale_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/kiwi_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/kiwi_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/kiwi_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/kiwi_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/kiwi_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/kiwi_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/kiwi_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/kiwi_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/leek_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/leek_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/leek_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/leek_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/leek_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/leek_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/leek_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/leek_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/lettuce_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/lettuce_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/lettuce_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/lettuce_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/lettuce_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/lettuce_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/lettuce_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/lettuce_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/mustard_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/mustard_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/mustard_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/mustard_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/mustard_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/mustard_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/mustard_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/mustard_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/oat_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/oat_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/oat_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/oat_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/oat_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/oat_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/oat_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/oat_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/olive_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/olive_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/olive_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/olive_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/olive_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/olive_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/olive_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/olive_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/onion_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/onion_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/onion_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/onion_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/onion_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/onion_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/onion_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/onion_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/peanut_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/peanut_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/peanut_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/peanut_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/peanut_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/peanut_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/peanut_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/peanut_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/pepper_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/pepper_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/pepper_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/pepper_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/pepper_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/pepper_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/pepper_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/pepper_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/pineapple_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/pineapple_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/pineapple_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/pineapple_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/pineapple_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/pineapple_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/pineapple_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/pineapple_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/radish_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/radish_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/radish_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/radish_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/radish_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/radish_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/radish_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/radish_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/raspberry_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/raspberry_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/raspberry_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/raspberry_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/raspberry_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/raspberry_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/raspberry_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/raspberry_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/rhubarb_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/rhubarb_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/rhubarb_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/rhubarb_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/rhubarb_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/rhubarb_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/rhubarb_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/rhubarb_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/rice_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/rice_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/rice_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/rice_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/rice_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/rice_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/rice_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/rice_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/rutabaga_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/rutabaga_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/rutabaga_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/rutabaga_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/rutabaga_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/rutabaga_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/rutabaga_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/rutabaga_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/saguaro_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/saguaro_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/saguaro_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/saguaro_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/saguaro_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/saguaro_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/saguaro_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/saguaro_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/soybean_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/soybean_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/soybean_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/soybean_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/soybean_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/soybean_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/soybean_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/soybean_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/spinach_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/spinach_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/spinach_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/spinach_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/spinach_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/spinach_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/spinach_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/spinach_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/squash_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/squash_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/squash_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/squash_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/squash_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/squash_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/squash_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/squash_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/strawberry_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/strawberry_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/strawberry_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/strawberry_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/strawberry_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/strawberry_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/strawberry_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/strawberry_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/sweetpotato_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/sweetpotato_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/sweetpotato_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/sweetpotato_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/sweetpotato_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/sweetpotato_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/sweetpotato_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/sweetpotato_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/tea_leaves_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/tea_leaves_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/tea_leaves_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/tea_leaves_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/tea_leaves_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/tea_leaves_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/tea_leaves_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/tea_leaves_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/tomatillo_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/tomatillo_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/tomatillo_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/tomatillo_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/tomatillo_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/tomatillo_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/tomatillo_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/tomatillo_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/tomato_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/tomato_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/tomato_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/tomato_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/tomato_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/tomato_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/tomato_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/tomato_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/turmeric_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/turmeric_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/turmeric_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/turmeric_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/turmeric_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/turmeric_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/turmeric_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/turmeric_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/turnip_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/turnip_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/turnip_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/turnip_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/turnip_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/turnip_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/turnip_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/turnip_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/vanilla_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/vanilla_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/vanilla_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/vanilla_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/vanilla_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/vanilla_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/vanilla_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/vanilla_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/yam_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/yam_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/yam_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/yam_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/yam_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/yam_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/yam_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/yam_stage7.json create mode 100644 kubejs/assets/croptopia/models/crop/zucchini_stage0.json create mode 100644 kubejs/assets/croptopia/models/crop/zucchini_stage1.json create mode 100644 kubejs/assets/croptopia/models/crop/zucchini_stage2.json create mode 100644 kubejs/assets/croptopia/models/crop/zucchini_stage3.json create mode 100644 kubejs/assets/croptopia/models/crop/zucchini_stage4.json create mode 100644 kubejs/assets/croptopia/models/crop/zucchini_stage5.json create mode 100644 kubejs/assets/croptopia/models/crop/zucchini_stage6.json create mode 100644 kubejs/assets/croptopia/models/crop/zucchini_stage7.json create mode 100644 kubejs/assets/croptopia/models/seed/artichoke.json create mode 100644 kubejs/assets/croptopia/models/seed/asparagus.json create mode 100644 kubejs/assets/croptopia/models/seed/barley.json create mode 100644 kubejs/assets/croptopia/models/seed/basil.json create mode 100644 kubejs/assets/croptopia/models/seed/bellpepper.json create mode 100644 kubejs/assets/croptopia/models/seed/blackbean.json create mode 100644 kubejs/assets/croptopia/models/seed/blackberry.json create mode 100644 kubejs/assets/croptopia/models/seed/blueberry.json create mode 100644 kubejs/assets/croptopia/models/seed/broccoli.json create mode 100644 kubejs/assets/croptopia/models/seed/cabbage.json create mode 100644 kubejs/assets/croptopia/models/seed/cantaloupe.json create mode 100644 kubejs/assets/croptopia/models/seed/cauliflower.json create mode 100644 kubejs/assets/croptopia/models/seed/celery.json create mode 100644 kubejs/assets/croptopia/models/seed/chile_pepper.json create mode 100644 kubejs/assets/croptopia/models/seed/coffee_beans.json create mode 100644 kubejs/assets/croptopia/models/seed/corn.json create mode 100644 kubejs/assets/croptopia/models/seed/cranberry.json create mode 100644 kubejs/assets/croptopia/models/seed/cucumber.json create mode 100644 kubejs/assets/croptopia/models/seed/currant.json create mode 100644 kubejs/assets/croptopia/models/seed/eggplant.json create mode 100644 kubejs/assets/croptopia/models/seed/elderberry.json create mode 100644 kubejs/assets/croptopia/models/seed/garlic.json create mode 100644 kubejs/assets/croptopia/models/seed/ginger.json create mode 100644 kubejs/assets/croptopia/models/seed/grape.json create mode 100644 kubejs/assets/croptopia/models/seed/greenbean.json create mode 100644 kubejs/assets/croptopia/models/seed/greenonion.json create mode 100644 kubejs/assets/croptopia/models/seed/honeydew.json create mode 100644 kubejs/assets/croptopia/models/seed/hops.json create mode 100644 kubejs/assets/croptopia/models/seed/kale.json create mode 100644 kubejs/assets/croptopia/models/seed/kiwi.json create mode 100644 kubejs/assets/croptopia/models/seed/leek.json create mode 100644 kubejs/assets/croptopia/models/seed/lettuce.json create mode 100644 kubejs/assets/croptopia/models/seed/mustard.json create mode 100644 kubejs/assets/croptopia/models/seed/oat.json create mode 100644 kubejs/assets/croptopia/models/seed/olive.json create mode 100644 kubejs/assets/croptopia/models/seed/onion.json create mode 100644 kubejs/assets/croptopia/models/seed/peanut.json create mode 100644 kubejs/assets/croptopia/models/seed/pepper.json create mode 100644 kubejs/assets/croptopia/models/seed/pineapple.json create mode 100644 kubejs/assets/croptopia/models/seed/radish.json create mode 100644 kubejs/assets/croptopia/models/seed/raspberry.json create mode 100644 kubejs/assets/croptopia/models/seed/rhubarb.json create mode 100644 kubejs/assets/croptopia/models/seed/rice.json create mode 100644 kubejs/assets/croptopia/models/seed/rutabaga.json create mode 100644 kubejs/assets/croptopia/models/seed/saguaro.json create mode 100644 kubejs/assets/croptopia/models/seed/soybean.json create mode 100644 kubejs/assets/croptopia/models/seed/spinach.json create mode 100644 kubejs/assets/croptopia/models/seed/squash.json create mode 100644 kubejs/assets/croptopia/models/seed/strawberry.json create mode 100644 kubejs/assets/croptopia/models/seed/sweetpotato.json create mode 100644 kubejs/assets/croptopia/models/seed/tea_leaves.json create mode 100644 kubejs/assets/croptopia/models/seed/tomatillo.json create mode 100644 kubejs/assets/croptopia/models/seed/tomato.json create mode 100644 kubejs/assets/croptopia/models/seed/turmeric.json create mode 100644 kubejs/assets/croptopia/models/seed/turnip.json create mode 100644 kubejs/assets/croptopia/models/seed/vanilla.json create mode 100644 kubejs/assets/croptopia/models/seed/yam.json create mode 100644 kubejs/assets/croptopia/models/seed/zucchini.json create mode 100644 kubejs/assets/enchanted/lang/en_us.json create mode 100644 kubejs/assets/enchanted/models/crop/belladonna_stage0.json create mode 100644 kubejs/assets/enchanted/models/crop/belladonna_stage1.json create mode 100644 kubejs/assets/enchanted/models/crop/belladonna_stage2.json create mode 100644 kubejs/assets/enchanted/models/crop/belladonna_stage3.json create mode 100644 kubejs/assets/enchanted/models/crop/belladonna_stage4.json create mode 100644 kubejs/assets/enchanted/models/crop/mandrake_stage0.json create mode 100644 kubejs/assets/enchanted/models/crop/mandrake_stage1.json create mode 100644 kubejs/assets/enchanted/models/crop/mandrake_stage2.json create mode 100644 kubejs/assets/enchanted/models/crop/mandrake_stage3.json create mode 100644 kubejs/assets/enchanted/models/crop/mandrake_stage4.json create mode 100644 kubejs/assets/enchanted/models/crop/snowbell_stage0.json create mode 100644 kubejs/assets/enchanted/models/crop/snowbell_stage1.json create mode 100644 kubejs/assets/enchanted/models/crop/snowbell_stage2.json create mode 100644 kubejs/assets/enchanted/models/crop/snowbell_stage3.json create mode 100644 kubejs/assets/enchanted/models/crop/snowbell_stage4.json create mode 100644 kubejs/assets/enchanted/models/crop/water_artichoke_stage0.json create mode 100644 kubejs/assets/enchanted/models/crop/water_artichoke_stage1.json create mode 100644 kubejs/assets/enchanted/models/crop/water_artichoke_stage2.json create mode 100644 kubejs/assets/enchanted/models/crop/water_artichoke_stage3.json create mode 100644 kubejs/assets/enchanted/models/crop/water_artichoke_stage4.json create mode 100644 kubejs/assets/enchanted/models/crop/wolfsbane_stage0.json create mode 100644 kubejs/assets/enchanted/models/crop/wolfsbane_stage1.json create mode 100644 kubejs/assets/enchanted/models/crop/wolfsbane_stage2.json create mode 100644 kubejs/assets/enchanted/models/crop/wolfsbane_stage3.json create mode 100644 kubejs/assets/enchanted/models/crop/wolfsbane_stage4.json create mode 100644 kubejs/assets/enchanted/models/seed/belladonna.json create mode 100644 kubejs/assets/enchanted/models/seed/mandrake.json create mode 100644 kubejs/assets/enchanted/models/seed/snowbell.json create mode 100644 kubejs/assets/enchanted/models/seed/water_artichoke.json create mode 100644 kubejs/assets/enchanted/models/seed/wolfsbane.json create mode 100644 kubejs/assets/enchanted/textures/gui/circle_magic_shapes/large_circle_ritual_chalk.png create mode 100644 kubejs/assets/enchanted/textures/gui/circle_magic_shapes/medium_circle_ritual_chalk.png create mode 100644 kubejs/assets/enchanted/textures/gui/circle_magic_shapes/small_circle_ritual_chalk.png create mode 100644 kubejs/assets/enchanted/textures/item/book.png create mode 100644 kubejs/assets/enchanted/textures/quests/punnett.png create mode 100644 kubejs/assets/farmersdelight/lang/en_us.json create mode 100644 kubejs/assets/farmersdelight/models/crop/cabbage_stage0.json create mode 100644 kubejs/assets/farmersdelight/models/crop/cabbage_stage1.json create mode 100644 kubejs/assets/farmersdelight/models/crop/cabbage_stage2.json create mode 100644 kubejs/assets/farmersdelight/models/crop/cabbage_stage3.json create mode 100644 kubejs/assets/farmersdelight/models/crop/cabbage_stage4.json create mode 100644 kubejs/assets/farmersdelight/models/crop/cabbage_stage5.json create mode 100644 kubejs/assets/farmersdelight/models/crop/cabbage_stage6.json create mode 100644 kubejs/assets/farmersdelight/models/crop/cabbage_stage7.json create mode 100644 kubejs/assets/farmersdelight/models/crop/onion_stage0.json create mode 100644 kubejs/assets/farmersdelight/models/crop/onion_stage1.json create mode 100644 kubejs/assets/farmersdelight/models/crop/onion_stage2.json create mode 100644 kubejs/assets/farmersdelight/models/crop/onion_stage3.json create mode 100644 kubejs/assets/farmersdelight/models/crop/onion_stage4.json create mode 100644 kubejs/assets/farmersdelight/models/crop/onion_stage5.json create mode 100644 kubejs/assets/farmersdelight/models/crop/onion_stage6.json create mode 100644 kubejs/assets/farmersdelight/models/crop/onion_stage7.json create mode 100644 kubejs/assets/farmersdelight/models/crop/rice_stage0.json create mode 100644 kubejs/assets/farmersdelight/models/crop/rice_stage1.json create mode 100644 kubejs/assets/farmersdelight/models/crop/rice_stage2.json create mode 100644 kubejs/assets/farmersdelight/models/crop/rice_stage3.json create mode 100644 kubejs/assets/farmersdelight/models/crop/rice_stage4.json create mode 100644 kubejs/assets/farmersdelight/models/crop/rice_stage5.json create mode 100644 kubejs/assets/farmersdelight/models/crop/rice_stage6.json create mode 100644 kubejs/assets/farmersdelight/models/crop/rice_stage7.json create mode 100644 kubejs/assets/farmersdelight/models/crop/tomato_stage0.json create mode 100644 kubejs/assets/farmersdelight/models/crop/tomato_stage1.json create mode 100644 kubejs/assets/farmersdelight/models/crop/tomato_stage2.json create mode 100644 kubejs/assets/farmersdelight/models/crop/tomato_stage3.json create mode 100644 kubejs/assets/farmersdelight/models/crop/tomato_stage4.json create mode 100644 kubejs/assets/farmersdelight/models/crop/tomato_stage5.json create mode 100644 kubejs/assets/farmersdelight/models/crop/tomato_stage6.json create mode 100644 kubejs/assets/farmersdelight/models/crop/tomato_stage7.json create mode 100644 kubejs/assets/farmersdelight/models/seed/cabbage.json create mode 100644 kubejs/assets/farmersdelight/models/seed/onion.json create mode 100644 kubejs/assets/farmersdelight/models/seed/rice.json create mode 100644 kubejs/assets/farmersdelight/models/seed/tomato.json create mode 100644 kubejs/assets/ftbquestlocalizer/lang/en_us.json create mode 100644 kubejs/assets/ftbquestlocalizer/lang/ru_ru.json create mode 100644 kubejs/assets/kubejs/blockstates/dead_log.json create mode 100644 kubejs/assets/kubejs/blockstates/dried_earth.json create mode 100644 kubejs/assets/kubejs/models/block/dead_log.json create mode 100644 kubejs/assets/kubejs/models/block/dead_log_horizontal.json create mode 100644 kubejs/assets/kubejs/models/block/dried_earth.json create mode 100644 kubejs/assets/kubejs/textures/block/arc_front_s.png create mode 100644 kubejs/assets/kubejs/textures/block/arc_side_s.png create mode 100644 kubejs/assets/kubejs/textures/block/arc_top_s.png create mode 100644 kubejs/assets/kubejs/textures/block/dead_log.png create mode 100644 kubejs/assets/kubejs/textures/block/dead_log_top.png create mode 100644 kubejs/assets/kubejs/textures/block/dried_earth.png create mode 100644 kubejs/assets/kubejs/textures/block/flimsy_planks.png create mode 100644 kubejs/assets/kubejs/textures/item/blooded_amalgam.png create mode 100644 kubejs/assets/kubejs/textures/item/feather_flesh_amalgam.png create mode 100644 kubejs/assets/kubejs/textures/item/infused_amalgam.png create mode 100644 kubejs/assets/kubejs/textures/item/mana_amalgam.png create mode 100644 kubejs/assets/kubejs/textures/item/scrap_wood.png create mode 100644 kubejs/assets/mysticalagriculture/lang/en_us.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/air_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/air_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/air_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/air_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/air_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/air_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/air_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/air_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/aluminum_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/aluminum_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/aluminum_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/aluminum_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/aluminum_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/aluminum_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/aluminum_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/aluminum_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/amethyst_bronze_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/amethyst_bronze_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/amethyst_bronze_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/amethyst_bronze_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/amethyst_bronze_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/amethyst_bronze_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/amethyst_bronze_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/amethyst_bronze_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/amethyst_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/amethyst_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/amethyst_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/amethyst_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/amethyst_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/amethyst_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/amethyst_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/amethyst_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/apatite_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/apatite_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/apatite_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/apatite_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/apatite_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/apatite_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/apatite_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/apatite_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/aquamarine_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/aquamarine_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/aquamarine_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/aquamarine_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/aquamarine_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/aquamarine_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/aquamarine_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/aquamarine_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/basalt_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/basalt_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/basalt_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/basalt_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/basalt_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/basalt_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/basalt_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/basalt_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/basalz_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/basalz_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/basalz_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/basalz_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/basalz_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/basalz_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/basalz_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/basalz_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blaze_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blaze_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blaze_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blaze_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blaze_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blaze_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blaze_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blaze_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blazing_crystal_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blazing_crystal_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blazing_crystal_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blazing_crystal_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blazing_crystal_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blazing_crystal_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blazing_crystal_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blazing_crystal_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blitz_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blitz_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blitz_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blitz_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blitz_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blitz_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blitz_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blitz_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blizz_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blizz_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blizz_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blizz_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blizz_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blizz_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blizz_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/blizz_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/brass_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/brass_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/brass_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/brass_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/brass_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/brass_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/brass_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/brass_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/bronze_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/bronze_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/bronze_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/bronze_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/bronze_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/bronze_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/bronze_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/bronze_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/certus_quartz_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/certus_quartz_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/certus_quartz_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/certus_quartz_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/certus_quartz_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/certus_quartz_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/certus_quartz_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/certus_quartz_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/chicken_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/chicken_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/chicken_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/chicken_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/chicken_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/chicken_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/chicken_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/chicken_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/chrome_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/chrome_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/chrome_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/chrome_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/chrome_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/chrome_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/chrome_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/chrome_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/coal_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/coal_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/coal_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/coal_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/coal_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/coal_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/coal_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/coal_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/cobalt_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/cobalt_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/cobalt_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/cobalt_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/cobalt_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/cobalt_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/cobalt_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/cobalt_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/compressed_iron_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/compressed_iron_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/compressed_iron_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/compressed_iron_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/compressed_iron_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/compressed_iron_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/compressed_iron_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/compressed_iron_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/conductive_alloy_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/conductive_alloy_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/conductive_alloy_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/conductive_alloy_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/conductive_alloy_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/conductive_alloy_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/conductive_alloy_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/conductive_alloy_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/constantan_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/constantan_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/constantan_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/constantan_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/constantan_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/constantan_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/constantan_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/constantan_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/copper_alloy_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/copper_alloy_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/copper_alloy_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/copper_alloy_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/copper_alloy_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/copper_alloy_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/copper_alloy_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/copper_alloy_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/copper_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/copper_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/copper_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/copper_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/copper_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/copper_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/copper_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/copper_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/coral_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/coral_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/coral_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/coral_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/coral_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/coral_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/coral_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/coral_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/cow_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/cow_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/cow_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/cow_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/cow_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/cow_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/cow_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/cow_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/creeper_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/creeper_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/creeper_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/creeper_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/creeper_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/creeper_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/creeper_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/creeper_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/cyanite_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/cyanite_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/cyanite_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/cyanite_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/cyanite_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/cyanite_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/cyanite_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/cyanite_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/dark_steel_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/dark_steel_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/dark_steel_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/dark_steel_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/dark_steel_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/dark_steel_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/dark_steel_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/dark_steel_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/deepslate_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/deepslate_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/deepslate_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/deepslate_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/deepslate_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/deepslate_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/deepslate_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/deepslate_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/diamond_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/diamond_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/diamond_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/diamond_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/diamond_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/diamond_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/diamond_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/diamond_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/dirt_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/dirt_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/dirt_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/dirt_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/dirt_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/dirt_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/dirt_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/dirt_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/draconium_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/draconium_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/draconium_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/draconium_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/draconium_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/draconium_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/draconium_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/draconium_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/dye_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/dye_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/dye_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/dye_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/dye_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/dye_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/dye_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/dye_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/earth_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/earth_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/earth_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/earth_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/earth_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/earth_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/earth_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/earth_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/electrum_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/electrum_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/electrum_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/electrum_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/electrum_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/electrum_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/electrum_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/electrum_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/elementium_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/elementium_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/elementium_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/elementium_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/elementium_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/elementium_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/elementium_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/elementium_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/emerald_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/emerald_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/emerald_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/emerald_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/emerald_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/emerald_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/emerald_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/emerald_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/end_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/end_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/end_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/end_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/end_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/end_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/end_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/end_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/end_steel_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/end_steel_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/end_steel_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/end_steel_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/end_steel_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/end_steel_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/end_steel_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/end_steel_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/enderium_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/enderium_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/enderium_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/enderium_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/enderium_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/enderium_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/enderium_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/enderium_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/enderman_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/enderman_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/enderman_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/enderman_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/enderman_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/enderman_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/enderman_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/enderman_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/energetic_alloy_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/energetic_alloy_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/energetic_alloy_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/energetic_alloy_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/energetic_alloy_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/energetic_alloy_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/energetic_alloy_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/energetic_alloy_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/energized_steel_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/energized_steel_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/energized_steel_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/energized_steel_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/energized_steel_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/energized_steel_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/energized_steel_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/energized_steel_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/experience_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/experience_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/experience_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/experience_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/experience_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/experience_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/experience_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/experience_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fiery_ingot_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fiery_ingot_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fiery_ingot_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fiery_ingot_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fiery_ingot_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fiery_ingot_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fiery_ingot_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fiery_ingot_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fire_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fire_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fire_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fire_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fire_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fire_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fire_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fire_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fish_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fish_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fish_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fish_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fish_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fish_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fish_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fish_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fluix_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fluix_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fluix_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fluix_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fluix_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fluix_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fluix_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fluix_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fluorite_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fluorite_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fluorite_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fluorite_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fluorite_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fluorite_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fluorite_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/fluorite_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/flux_infused_gem_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/flux_infused_gem_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/flux_infused_gem_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/flux_infused_gem_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/flux_infused_gem_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/flux_infused_gem_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/flux_infused_gem_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/flux_infused_gem_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/flux_infused_ingot_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/flux_infused_ingot_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/flux_infused_ingot_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/flux_infused_ingot_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/flux_infused_ingot_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/flux_infused_ingot_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/flux_infused_ingot_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/flux_infused_ingot_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ghast_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ghast_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ghast_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ghast_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ghast_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ghast_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ghast_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ghast_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/glowstone_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/glowstone_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/glowstone_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/glowstone_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/glowstone_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/glowstone_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/glowstone_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/glowstone_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/gold_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/gold_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/gold_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/gold_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/gold_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/gold_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/gold_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/gold_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/grains_of_infinity_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/grains_of_infinity_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/grains_of_infinity_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/grains_of_infinity_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/grains_of_infinity_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/grains_of_infinity_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/grains_of_infinity_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/grains_of_infinity_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/graphite_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/graphite_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/graphite_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/graphite_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/graphite_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/graphite_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/graphite_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/graphite_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/hepatizon_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/hepatizon_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/hepatizon_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/hepatizon_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/hepatizon_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/hepatizon_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/hepatizon_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/hepatizon_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/honey_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/honey_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/honey_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/honey_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/honey_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/honey_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/honey_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/honey_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/hop_graphite_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/hop_graphite_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/hop_graphite_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/hop_graphite_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/hop_graphite_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/hop_graphite_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/hop_graphite_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/hop_graphite_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ice_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ice_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ice_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ice_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ice_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ice_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ice_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ice_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/inferium_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/inferium_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/inferium_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/inferium_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/inferium_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/inferium_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/inferium_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/inferium_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/invar_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/invar_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/invar_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/invar_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/invar_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/invar_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/invar_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/invar_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/iridium_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/iridium_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/iridium_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/iridium_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/iridium_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/iridium_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/iridium_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/iridium_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/iron_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/iron_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/iron_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/iron_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/iron_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/iron_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/iron_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/iron_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ironwood_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ironwood_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ironwood_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ironwood_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ironwood_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ironwood_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ironwood_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ironwood_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/knightmetal_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/knightmetal_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/knightmetal_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/knightmetal_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/knightmetal_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/knightmetal_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/knightmetal_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/knightmetal_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/lapis_lazuli_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/lapis_lazuli_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/lapis_lazuli_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/lapis_lazuli_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/lapis_lazuli_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/lapis_lazuli_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/lapis_lazuli_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/lapis_lazuli_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/lead_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/lead_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/lead_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/lead_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/lead_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/lead_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/lead_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/lead_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/limestone_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/limestone_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/limestone_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/limestone_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/limestone_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/limestone_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/limestone_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/limestone_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/lumium_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/lumium_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/lumium_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/lumium_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/lumium_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/lumium_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/lumium_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/lumium_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/manasteel_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/manasteel_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/manasteel_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/manasteel_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/manasteel_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/manasteel_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/manasteel_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/manasteel_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/manyullyn_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/manyullyn_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/manyullyn_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/manyullyn_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/manyullyn_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/manyullyn_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/manyullyn_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/manyullyn_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/marble_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/marble_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/marble_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/marble_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/marble_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/marble_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/marble_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/marble_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/menril_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/menril_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/menril_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/menril_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/menril_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/menril_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/menril_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/menril_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/mithril_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/mithril_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/mithril_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/mithril_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/mithril_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/mithril_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/mithril_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/mithril_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/mystical_flower_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/mystical_flower_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/mystical_flower_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/mystical_flower_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/mystical_flower_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/mystical_flower_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/mystical_flower_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/mystical_flower_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nature_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nature_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nature_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nature_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nature_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nature_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nature_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nature_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nether_quartz_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nether_quartz_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nether_quartz_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nether_quartz_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nether_quartz_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nether_quartz_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nether_quartz_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nether_quartz_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nether_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nether_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nether_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nether_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nether_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nether_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nether_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nether_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/netherite_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/netherite_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/netherite_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/netherite_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/netherite_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/netherite_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/netherite_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/netherite_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nickel_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nickel_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nickel_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nickel_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nickel_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nickel_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nickel_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/nickel_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/niotic_crystal_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/niotic_crystal_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/niotic_crystal_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/niotic_crystal_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/niotic_crystal_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/niotic_crystal_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/niotic_crystal_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/niotic_crystal_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/obsidian_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/obsidian_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/obsidian_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/obsidian_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/obsidian_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/obsidian_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/obsidian_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/obsidian_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/osmium_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/osmium_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/osmium_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/osmium_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/osmium_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/osmium_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/osmium_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/osmium_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/peridot_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/peridot_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/peridot_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/peridot_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/peridot_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/peridot_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/peridot_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/peridot_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/pig_iron_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/pig_iron_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/pig_iron_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/pig_iron_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/pig_iron_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/pig_iron_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/pig_iron_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/pig_iron_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/pig_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/pig_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/pig_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/pig_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/pig_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/pig_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/pig_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/pig_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/platinum_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/platinum_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/platinum_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/platinum_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/platinum_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/platinum_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/platinum_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/platinum_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/prismarine_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/prismarine_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/prismarine_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/prismarine_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/prismarine_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/prismarine_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/prismarine_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/prismarine_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/pulsating_alloy_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/pulsating_alloy_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/pulsating_alloy_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/pulsating_alloy_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/pulsating_alloy_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/pulsating_alloy_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/pulsating_alloy_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/pulsating_alloy_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/quartz_enriched_iron_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/quartz_enriched_iron_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/quartz_enriched_iron_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/quartz_enriched_iron_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/quartz_enriched_iron_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/quartz_enriched_iron_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/quartz_enriched_iron_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/quartz_enriched_iron_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/queens_slime_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/queens_slime_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/queens_slime_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/queens_slime_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/queens_slime_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/queens_slime_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/queens_slime_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/queens_slime_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rabbit_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rabbit_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rabbit_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rabbit_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rabbit_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rabbit_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rabbit_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rabbit_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/redstone_alloy_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/redstone_alloy_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/redstone_alloy_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/redstone_alloy_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/redstone_alloy_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/redstone_alloy_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/redstone_alloy_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/redstone_alloy_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/redstone_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/redstone_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/redstone_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/redstone_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/redstone_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/redstone_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/redstone_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/redstone_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/refined_glowstone_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/refined_glowstone_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/refined_glowstone_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/refined_glowstone_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/refined_glowstone_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/refined_glowstone_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/refined_glowstone_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/refined_glowstone_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/refined_obsidian_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/refined_obsidian_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/refined_obsidian_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/refined_obsidian_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/refined_obsidian_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/refined_obsidian_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/refined_obsidian_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/refined_obsidian_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rock_crystal_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rock_crystal_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rock_crystal_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rock_crystal_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rock_crystal_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rock_crystal_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rock_crystal_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rock_crystal_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rose_gold_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rose_gold_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rose_gold_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rose_gold_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rose_gold_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rose_gold_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rose_gold_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rose_gold_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rubber_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rubber_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rubber_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rubber_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rubber_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rubber_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rubber_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/rubber_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ruby_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ruby_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ruby_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ruby_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ruby_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ruby_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ruby_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/ruby_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/saltpeter_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/saltpeter_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/saltpeter_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/saltpeter_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/saltpeter_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/saltpeter_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/saltpeter_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/saltpeter_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sapphire_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sapphire_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sapphire_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sapphire_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sapphire_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sapphire_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sapphire_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sapphire_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sheep_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sheep_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sheep_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sheep_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sheep_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sheep_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sheep_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sheep_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/signalum_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/signalum_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/signalum_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/signalum_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/signalum_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/signalum_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/signalum_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/signalum_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/silicon_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/silicon_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/silicon_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/silicon_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/silicon_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/silicon_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/silicon_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/silicon_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/silver_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/silver_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/silver_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/silver_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/silver_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/silver_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/silver_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/silver_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/skeleton_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/skeleton_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/skeleton_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/skeleton_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/skeleton_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/skeleton_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/skeleton_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/skeleton_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sky_stone_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sky_stone_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sky_stone_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sky_stone_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sky_stone_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sky_stone_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sky_stone_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sky_stone_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/slime_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/slime_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/slime_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/slime_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/slime_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/slime_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/slime_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/slime_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/slimesteel_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/slimesteel_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/slimesteel_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/slimesteel_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/slimesteel_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/slimesteel_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/slimesteel_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/slimesteel_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/soularium_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/soularium_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/soularium_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/soularium_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/soularium_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/soularium_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/soularium_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/soularium_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/soulium_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/soulium_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/soulium_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/soulium_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/soulium_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/soulium_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/soulium_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/soulium_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/spider_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/spider_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/spider_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/spider_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/spider_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/spider_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/spider_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/spider_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/spirited_crystal_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/spirited_crystal_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/spirited_crystal_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/spirited_crystal_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/spirited_crystal_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/spirited_crystal_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/spirited_crystal_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/spirited_crystal_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/squid_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/squid_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/squid_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/squid_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/squid_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/squid_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/squid_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/squid_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/starmetal_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/starmetal_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/starmetal_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/starmetal_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/starmetal_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/starmetal_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/starmetal_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/starmetal_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/steel_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/steel_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/steel_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/steel_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/steel_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/steel_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/steel_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/steel_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/steeleaf_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/steeleaf_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/steeleaf_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/steeleaf_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/steeleaf_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/steeleaf_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/steeleaf_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/steeleaf_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/stone_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/stone_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/stone_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/stone_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/stone_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/stone_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/stone_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/stone_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sulfur_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sulfur_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sulfur_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sulfur_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sulfur_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sulfur_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sulfur_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/sulfur_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/terrasteel_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/terrasteel_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/terrasteel_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/terrasteel_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/terrasteel_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/terrasteel_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/terrasteel_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/terrasteel_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/tin_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/tin_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/tin_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/tin_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/tin_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/tin_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/tin_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/tin_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/titanium_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/titanium_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/titanium_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/titanium_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/titanium_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/titanium_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/titanium_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/titanium_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/tungsten_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/tungsten_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/tungsten_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/tungsten_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/tungsten_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/tungsten_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/tungsten_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/tungsten_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/turtle_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/turtle_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/turtle_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/turtle_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/turtle_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/turtle_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/turtle_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/turtle_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/uraninite_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/uraninite_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/uraninite_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/uraninite_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/uraninite_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/uraninite_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/uraninite_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/uraninite_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/uranium_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/uranium_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/uranium_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/uranium_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/uranium_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/uranium_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/uranium_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/uranium_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/vibrant_alloy_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/vibrant_alloy_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/vibrant_alloy_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/vibrant_alloy_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/vibrant_alloy_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/vibrant_alloy_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/vibrant_alloy_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/vibrant_alloy_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/water_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/water_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/water_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/water_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/water_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/water_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/water_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/water_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/wither_skeleton_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/wither_skeleton_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/wither_skeleton_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/wither_skeleton_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/wither_skeleton_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/wither_skeleton_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/wither_skeleton_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/wither_skeleton_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/wood_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/wood_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/wood_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/wood_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/wood_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/wood_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/wood_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/wood_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/yellorium_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/yellorium_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/yellorium_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/yellorium_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/yellorium_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/yellorium_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/yellorium_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/yellorium_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/zinc_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/zinc_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/zinc_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/zinc_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/zinc_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/zinc_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/zinc_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/zinc_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/zombie_stage0.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/zombie_stage1.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/zombie_stage2.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/zombie_stage3.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/zombie_stage4.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/zombie_stage5.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/zombie_stage6.json create mode 100644 kubejs/assets/mysticalagriculture/models/crop/zombie_stage7.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/air.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/aluminum.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/amethyst.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/amethyst_bronze.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/apatite.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/aquamarine.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/basalt.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/basalz.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/blaze.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/blazing_crystal.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/blitz.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/blizz.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/brass.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/bronze.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/certus_quartz.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/chicken.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/chrome.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/coal.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/cobalt.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/compressed_iron.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/conductive_alloy.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/constantan.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/copper.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/copper_alloy.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/coral.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/cow.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/creeper.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/cyanite.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/dark_steel.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/deepslate.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/diamond.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/dirt.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/draconium.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/dye.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/earth.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/electrum.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/elementium.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/emerald.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/end.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/end_steel.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/enderium.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/enderman.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/energetic_alloy.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/energized_steel.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/experience.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/fiery_ingot.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/fire.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/fish.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/fluix.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/fluorite.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/flux_infused_gem.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/flux_infused_ingot.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/ghast.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/glowstone.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/gold.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/grains_of_infinity.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/graphite.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/hepatizon.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/honey.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/hop_graphite.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/ice.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/inferium.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/invar.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/iridium.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/iron.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/ironwood.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/knightmetal.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/lapis_lazuli.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/lead.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/limestone.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/lumium.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/manasteel.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/manyullyn.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/marble.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/menril.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/mithril.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/mystical_flower.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/nature.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/nether.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/nether_quartz.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/netherite.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/nickel.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/niotic_crystal.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/obsidian.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/osmium.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/peridot.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/pig.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/pig_iron.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/platinum.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/prismarine.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/pulsating_alloy.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/quartz_enriched_iron.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/queens_slime.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/rabbit.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/redstone.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/redstone_alloy.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/refined_glowstone.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/refined_obsidian.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/rock_crystal.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/rose_gold.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/rubber.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/ruby.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/saltpeter.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/sapphire.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/sheep.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/signalum.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/silicon.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/silver.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/skeleton.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/sky_stone.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/slime.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/slimesteel.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/soularium.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/soulium.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/spider.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/spirited_crystal.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/squid.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/starmetal.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/steel.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/steeleaf.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/stone.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/sulfur.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/terrasteel.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/tin.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/titanium.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/tungsten.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/turtle.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/uraninite.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/uranium.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/vibrant_alloy.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/water.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/wither_skeleton.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/wood.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/yellorium.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/zinc.json create mode 100644 kubejs/assets/mysticalagriculture/models/seed/zombie.json create mode 100644 kubejs/assets/naturesaura/patchouli_books/book/en_us/entries/using/animal_spawner.json create mode 100644 kubejs/assets/reclamation/lang/en_us.json create mode 100644 kubejs/assets/reclamation/models/bee/magic_drone.json create mode 100644 kubejs/assets/reclamation/models/bee/magic_princess.json create mode 100644 kubejs/assets/reclamation/models/bee/magic_queen.json create mode 100644 kubejs/assets/reclamation/models/bee/wasteland_drone.json create mode 100644 kubejs/assets/reclamation/models/bee/wasteland_princess.json create mode 100644 kubejs/assets/reclamation/models/bee/wasteland_queen.json create mode 100644 kubejs/assets/reclamation/models/crop/cuprosia_stage0.json create mode 100644 kubejs/assets/reclamation/models/crop/cuprosia_stage1.json create mode 100644 kubejs/assets/reclamation/models/crop/cuprosia_stage2.json create mode 100644 kubejs/assets/reclamation/models/crop/cuprosia_stage3.json create mode 100644 kubejs/assets/reclamation/models/crop/cuprosia_stage4.json create mode 100644 kubejs/assets/reclamation/models/crop/cuprosia_stage5.json create mode 100644 kubejs/assets/reclamation/models/crop/cuprosia_stage6.json create mode 100644 kubejs/assets/reclamation/models/crop/cuprosia_stage7.json create mode 100644 kubejs/assets/reclamation/models/item/custom_rituals.json create mode 100644 kubejs/assets/reclamation/models/seed/cuprosia.json create mode 100644 kubejs/assets/reclamation/textures/gui/circle_magic_shapes/clover_otherwhere_chalk.png create mode 100644 kubejs/assets/reclamation/textures/gui/circle_magic_shapes/clover_ritual_chalk.png create mode 100644 kubejs/assets/reclamation/textures/item/book.png create mode 100644 kubejs/assets/reclamation/textures/item/magic_bee_base.png create mode 100644 kubejs/assets/reclamation/textures/item/wasteland_bee_base.png create mode 100644 kubejs/assets/reclamation/textures/quests/automation.png create mode 100644 kubejs/assets/reclamation/textures/quests/botania_1.png create mode 100644 kubejs/assets/reclamation/textures/quests/cooking_for_blockheads.png create mode 100644 kubejs/assets/reclamation/textures/quests/cuprosia.png create mode 100644 kubejs/assets/reclamation/textures/quests/even_more_plants.png create mode 100644 kubejs/assets/reclamation/textures/quests/flowers.png create mode 100644 kubejs/assets/reclamation/textures/quests/photo.png create mode 100644 kubejs/assets/reclamation/textures/quests/punnett.png create mode 100644 kubejs/assets/reclamation/textures/quests/theurgy_1.png create mode 100644 kubejs/assets/reclamation/textures/quests/theurgy_2.png create mode 100644 kubejs/assets/reclamation/textures/quests/theurgy_3.png create mode 100644 kubejs/assets/reclamation/textures/quests/vanilla.png create mode 100644 kubejs/assets/supplementaries/lang/en_us.json create mode 100644 kubejs/assets/supplementaries/models/crop/flax_stage0.json create mode 100644 kubejs/assets/supplementaries/models/crop/flax_stage1.json create mode 100644 kubejs/assets/supplementaries/models/crop/flax_stage2.json create mode 100644 kubejs/assets/supplementaries/models/crop/flax_stage3.json create mode 100644 kubejs/assets/supplementaries/models/crop/flax_stage4.json create mode 100644 kubejs/assets/supplementaries/models/crop/flax_stage5.json create mode 100644 kubejs/assets/supplementaries/models/crop/flax_stage6.json create mode 100644 kubejs/assets/supplementaries/models/crop/flax_stage7.json create mode 100644 kubejs/assets/supplementaries/models/seed/flax.json create mode 100644 kubejs/client_scripts/client_scripts.js create mode 100644 kubejs/config/client.properties create mode 100644 kubejs/config/common.properties create mode 100644 kubejs/data/ars_nouveau/agricraft/plants/magebloom.json create mode 100644 kubejs/data/botania/agricraft/mutations/black_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/mutations/blue_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/mutations/brown_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/mutations/cyan_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/mutations/gray_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/mutations/green_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/mutations/light_blue_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/mutations/light_gray_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/mutations/lime_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/mutations/magenta_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/mutations/orange_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/mutations/pink_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/mutations/purple_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/mutations/red_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/mutations/white_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/mutations/yellow_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/plants/black_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/plants/blue_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/plants/brown_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/plants/cyan_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/plants/gray_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/plants/green_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/plants/light_blue_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/plants/light_gray_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/plants/lime_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/plants/magenta_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/plants/orange_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/plants/pink_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/plants/purple_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/plants/red_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/plants/white_mystical_flower.json create mode 100644 kubejs/data/botania/agricraft/plants/yellow_mystical_flower.json create mode 100644 kubejs/data/botania/tags/blocks/terraformable.json create mode 100644 kubejs/data/complicated_bees/complicated_bees/species/resilient.json create mode 100644 kubejs/data/complicated_bees/complicated_bees/species/robust.json create mode 100644 kubejs/data/complicated_bees/complicated_bees/species/rocky.json create mode 100644 kubejs/data/create/tags/blocks/chest_mounted_storage.json create mode 100644 kubejs/data/create/tags/blocks/simple_mounted_storage.json create mode 100644 kubejs/data/create/tags/blocks/single_block_inventories.json create mode 100644 kubejs/data/create/worldgen/configured_feature/striated_ores_nether.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/artichoke.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/asparagus.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/barley.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/basil.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/bellpepper.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/blackbean.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/blackberry.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/blueberry.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/broccoli.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/cabbage.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/cantaloupe.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/cauliflower.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/celery.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/chile_pepper.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/coffee.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/corn.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/cranberry.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/cucumber.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/currant.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/eggplant.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/elderberry.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/garlic.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/ginger.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/grape.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/greenbean.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/greenonion.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/honeydew.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/hops.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/kale.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/kiwi.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/leek.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/lettuce.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/mustard.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/oat.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/olive.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/onion.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/peanut.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/pepper.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/pineapple.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/radish.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/raspberry.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/rhubarb.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/rice.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/rutabaga.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/saguaro.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/soybean.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/spinach.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/squash.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/strawberry.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/sweetpotato.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/tomatillo.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/tomato.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/turmeric.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/turnip.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/vanilla.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/yam.json create mode 100644 kubejs/data/croptopia/agricraft/mutations/zucchini.json create mode 100644 kubejs/data/croptopia/agricraft/plants/artichoke.json create mode 100644 kubejs/data/croptopia/agricraft/plants/asparagus.json create mode 100644 kubejs/data/croptopia/agricraft/plants/barley.json create mode 100644 kubejs/data/croptopia/agricraft/plants/basil.json create mode 100644 kubejs/data/croptopia/agricraft/plants/bellpepper.json create mode 100644 kubejs/data/croptopia/agricraft/plants/blackbean.json create mode 100644 kubejs/data/croptopia/agricraft/plants/blackberry.json create mode 100644 kubejs/data/croptopia/agricraft/plants/blueberry.json create mode 100644 kubejs/data/croptopia/agricraft/plants/broccoli.json create mode 100644 kubejs/data/croptopia/agricraft/plants/cabbage.json create mode 100644 kubejs/data/croptopia/agricraft/plants/cantaloupe.json create mode 100644 kubejs/data/croptopia/agricraft/plants/cauliflower.json create mode 100644 kubejs/data/croptopia/agricraft/plants/celery.json create mode 100644 kubejs/data/croptopia/agricraft/plants/chile_pepper.json create mode 100644 kubejs/data/croptopia/agricraft/plants/coffee_beans.json create mode 100644 kubejs/data/croptopia/agricraft/plants/corn.json create mode 100644 kubejs/data/croptopia/agricraft/plants/cranberry.json create mode 100644 kubejs/data/croptopia/agricraft/plants/cucumber.json create mode 100644 kubejs/data/croptopia/agricraft/plants/currant.json create mode 100644 kubejs/data/croptopia/agricraft/plants/eggplant.json create mode 100644 kubejs/data/croptopia/agricraft/plants/elderberry.json create mode 100644 kubejs/data/croptopia/agricraft/plants/garlic.json create mode 100644 kubejs/data/croptopia/agricraft/plants/ginger.json create mode 100644 kubejs/data/croptopia/agricraft/plants/grape.json create mode 100644 kubejs/data/croptopia/agricraft/plants/greenbean.json create mode 100644 kubejs/data/croptopia/agricraft/plants/greenonion.json create mode 100644 kubejs/data/croptopia/agricraft/plants/honeydew.json create mode 100644 kubejs/data/croptopia/agricraft/plants/hops.json create mode 100644 kubejs/data/croptopia/agricraft/plants/kale.json create mode 100644 kubejs/data/croptopia/agricraft/plants/kiwi.json create mode 100644 kubejs/data/croptopia/agricraft/plants/leek.json create mode 100644 kubejs/data/croptopia/agricraft/plants/lettuce.json create mode 100644 kubejs/data/croptopia/agricraft/plants/mustard.json create mode 100644 kubejs/data/croptopia/agricraft/plants/oat.json create mode 100644 kubejs/data/croptopia/agricraft/plants/olive.json create mode 100644 kubejs/data/croptopia/agricraft/plants/onion.json create mode 100644 kubejs/data/croptopia/agricraft/plants/peanut.json create mode 100644 kubejs/data/croptopia/agricraft/plants/pepper.json create mode 100644 kubejs/data/croptopia/agricraft/plants/pineapple.json create mode 100644 kubejs/data/croptopia/agricraft/plants/radish.json create mode 100644 kubejs/data/croptopia/agricraft/plants/raspberry.json create mode 100644 kubejs/data/croptopia/agricraft/plants/rhubarb.json create mode 100644 kubejs/data/croptopia/agricraft/plants/rice.json create mode 100644 kubejs/data/croptopia/agricraft/plants/rutabaga.json create mode 100644 kubejs/data/croptopia/agricraft/plants/saguaro.json create mode 100644 kubejs/data/croptopia/agricraft/plants/soybean.json create mode 100644 kubejs/data/croptopia/agricraft/plants/spinach.json create mode 100644 kubejs/data/croptopia/agricraft/plants/squash.json create mode 100644 kubejs/data/croptopia/agricraft/plants/strawberry.json create mode 100644 kubejs/data/croptopia/agricraft/plants/sweetpotato.json create mode 100644 kubejs/data/croptopia/agricraft/plants/tea_leaves.json create mode 100644 kubejs/data/croptopia/agricraft/plants/tomatillo.json create mode 100644 kubejs/data/croptopia/agricraft/plants/tomato.json create mode 100644 kubejs/data/croptopia/agricraft/plants/turmeric.json create mode 100644 kubejs/data/croptopia/agricraft/plants/turnip.json create mode 100644 kubejs/data/croptopia/agricraft/plants/vanilla.json create mode 100644 kubejs/data/croptopia/agricraft/plants/yam.json create mode 100644 kubejs/data/croptopia/agricraft/plants/zucchini.json create mode 100644 kubejs/data/enchanted/agricraft/plants/belladonna.json create mode 100644 kubejs/data/enchanted/agricraft/plants/mandrake.json create mode 100644 kubejs/data/enchanted/agricraft/plants/snowbell.json create mode 100644 kubejs/data/enchanted/agricraft/plants/water_artichoke.json create mode 100644 kubejs/data/enchanted/agricraft/plants/wolfsbane.json create mode 100644 kubejs/data/enchanted/enchanted/circle_magic/rite/fertility.json create mode 100644 kubejs/data/enchanted/enchanted/circle_magic/rite/forest.json create mode 100644 kubejs/data/enchanted/tags/blocks/mutandis.json create mode 100644 kubejs/data/enchanted/tags/blocks/mutandis_extremis.json create mode 100644 kubejs/data/farmersdelight/agricraft/soils/rich_farmland.json create mode 100644 kubejs/data/farmersdelight/agricraft/soils/rich_soil.json create mode 100644 kubejs/data/filter_agricraft.zip create mode 100644 kubejs/data/filter_agricraft_datapack.zip create mode 100644 kubejs/data/filter_complicated_bees.zip create mode 100644 kubejs/data/forge/tags/blocks/stripped_logs.json create mode 100644 kubejs/data/forge/tags/items/armors/boots.json create mode 100644 kubejs/data/forge/tags/items/armors/chestplates.json create mode 100644 kubejs/data/forge/tags/items/armors/helmets.json create mode 100644 kubejs/data/forge/tags/items/armors/leggings.json create mode 100644 kubejs/data/forge/tags/items/seeds.json create mode 100644 kubejs/data/forge/tags/items/stripped_logs.json create mode 100644 kubejs/data/mekanism/recipes/control_circuit/basic.json create mode 100644 kubejs/data/mekanism/recipes/reaction/wood_gasification/wooden_slabs.json create mode 100644 kubejs/data/mekanism/tags/mekanism/infuse_type/redstone.json create mode 100644 kubejs/data/mekanismgenerators/recipes/separator/heavy_water.json create mode 100644 kubejs/data/minecraft/agricraft/fertilizers/bone_meal.json create mode 100644 kubejs/data/minecraft/agricraft/mutations/bamboo.json create mode 100644 kubejs/data/minecraft/agricraft/mutations/beetroot.json create mode 100644 kubejs/data/minecraft/agricraft/mutations/brown_mushroom.json create mode 100644 kubejs/data/minecraft/agricraft/mutations/cactus.json create mode 100644 kubejs/data/minecraft/agricraft/mutations/carrot.json create mode 100644 kubejs/data/minecraft/agricraft/mutations/crimson_fungus.json create mode 100644 kubejs/data/minecraft/agricraft/mutations/kelp.json create mode 100644 kubejs/data/minecraft/agricraft/mutations/melon.json create mode 100644 kubejs/data/minecraft/agricraft/mutations/nether_wart.json create mode 100644 kubejs/data/minecraft/agricraft/mutations/potato.json create mode 100644 kubejs/data/minecraft/agricraft/mutations/pumpkin.json create mode 100644 kubejs/data/minecraft/agricraft/mutations/red_mushroom.json create mode 100644 kubejs/data/minecraft/agricraft/mutations/sea_pickle.json create mode 100644 kubejs/data/minecraft/agricraft/mutations/seagrass.json create mode 100644 kubejs/data/minecraft/agricraft/mutations/sugar_cane.json create mode 100644 kubejs/data/minecraft/agricraft/mutations/sweet_berries.json create mode 100644 kubejs/data/minecraft/agricraft/mutations/warped_fungus.json create mode 100644 kubejs/data/minecraft/agricraft/plants/allium.json create mode 100644 kubejs/data/minecraft/agricraft/plants/azure_bluet.json create mode 100644 kubejs/data/minecraft/agricraft/plants/bamboo.json create mode 100644 kubejs/data/minecraft/agricraft/plants/beetroot.json create mode 100644 kubejs/data/minecraft/agricraft/plants/blue_orchid.json create mode 100644 kubejs/data/minecraft/agricraft/plants/brown_mushroom.json create mode 100644 kubejs/data/minecraft/agricraft/plants/cactus.json create mode 100644 kubejs/data/minecraft/agricraft/plants/carrot.json create mode 100644 kubejs/data/minecraft/agricraft/plants/cornflower.json create mode 100644 kubejs/data/minecraft/agricraft/plants/crimson_fungus.json create mode 100644 kubejs/data/minecraft/agricraft/plants/dandelion.json create mode 100644 kubejs/data/minecraft/agricraft/plants/kelp.json create mode 100644 kubejs/data/minecraft/agricraft/plants/lily_of_the_valley.json create mode 100644 kubejs/data/minecraft/agricraft/plants/melon.json create mode 100644 kubejs/data/minecraft/agricraft/plants/nether_wart.json create mode 100644 kubejs/data/minecraft/agricraft/plants/orange_tulip.json create mode 100644 kubejs/data/minecraft/agricraft/plants/oxeye_daisy.json create mode 100644 kubejs/data/minecraft/agricraft/plants/pink_tulip.json create mode 100644 kubejs/data/minecraft/agricraft/plants/poppy.json create mode 100644 kubejs/data/minecraft/agricraft/plants/potato.json create mode 100644 kubejs/data/minecraft/agricraft/plants/pumpkin.json create mode 100644 kubejs/data/minecraft/agricraft/plants/red_mushroom.json create mode 100644 kubejs/data/minecraft/agricraft/plants/red_tulip.json create mode 100644 kubejs/data/minecraft/agricraft/plants/sea_pickle.json create mode 100644 kubejs/data/minecraft/agricraft/plants/seagrass.json create mode 100644 kubejs/data/minecraft/agricraft/plants/sugar_cane.json create mode 100644 kubejs/data/minecraft/agricraft/plants/sweet_berries.json create mode 100644 kubejs/data/minecraft/agricraft/plants/torchflower.json create mode 100644 kubejs/data/minecraft/agricraft/plants/warped_fungus.json create mode 100644 kubejs/data/minecraft/agricraft/plants/wheat.json create mode 100644 kubejs/data/minecraft/agricraft/plants/white_tulip.json create mode 100644 kubejs/data/minecraft/agricraft/plants/wither_rose.json create mode 100644 kubejs/data/minecraft/agricraft/soils/clay.json create mode 100644 kubejs/data/minecraft/agricraft/soils/crimson_nylium.json create mode 100644 kubejs/data/minecraft/agricraft/soils/farmland.json create mode 100644 kubejs/data/minecraft/agricraft/soils/mycelium.json create mode 100644 kubejs/data/minecraft/agricraft/soils/podzol.json create mode 100644 kubejs/data/minecraft/agricraft/soils/rich_soul_soil.json create mode 100644 kubejs/data/minecraft/agricraft/soils/sand.json create mode 100644 kubejs/data/minecraft/agricraft/soils/soul_sand.json create mode 100644 kubejs/data/minecraft/agricraft/soils/soul_soil.json create mode 100644 kubejs/data/minecraft/agricraft/soils/warped_nylium.json create mode 100644 kubejs/data/minecraft/dimension/overworld.json create mode 100644 kubejs/data/minecraft/dimension/the_nether.json create mode 100644 kubejs/data/minecraft/loot_tables/entities/warden.json create mode 100644 kubejs/data/minecraft/tags/fluid/water.json create mode 100644 kubejs/data/minecraft/tags/items/cluster_max_harvestables.json create mode 100644 kubejs/data/minecraft/tags/items/mushroom_hyphae.json create mode 100644 kubejs/data/minecraft/tags/worldgen/biome/has_structure/nether_fortress.json create mode 100644 kubejs/data/minecraft/tags/worldgen/biome/is_nether.json create mode 100644 kubejs/data/minecraft/worldgen/biome/basalt_deltas.json create mode 100644 kubejs/data/minecraft/worldgen/biome/crimson_forest.json create mode 100644 kubejs/data/minecraft/worldgen/biome/nether_wastes.json create mode 100644 kubejs/data/minecraft/worldgen/biome/soul_sand_valley.json create mode 100644 kubejs/data/minecraft/worldgen/biome/warped_forest.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/fertilizers/mystical_fertilizer.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/air.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/amethyst.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/certus_quartz.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/coal.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/copper.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/deepslate.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/diamond.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/dirt.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/dye.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/earth.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/emerald.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/fire.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/fluorite.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/glowstone.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/gold.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/ice.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/inferium.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/iron.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/lapis_lazuli.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/lead.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/mystical_flower.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/nature.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/nether.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/nether_quartz.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/netherite.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/osmium.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/prismarine.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/redstone.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/silicon.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/silver.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/sky_stone.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/soulium.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/steel.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/stone.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/tin.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/uranium.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/water.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/wood.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/plants/zinc.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/soils/imperium_farmland.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/soils/inferium_farmland.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/soils/prudentium_farmland.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/soils/supremium_farmland.json create mode 100644 kubejs/data/mysticalagriculture/agricraft/soils/tertium_farmland.json create mode 100644 kubejs/data/mysticalagriculture/forge/biome_modifier/inferium_ore.json create mode 100644 kubejs/data/mysticalagriculture/forge/biome_modifier/prosperity_ore.json create mode 100644 kubejs/data/mysticalagriculture/forge/biome_modifier/soulstone.json create mode 100644 kubejs/data/rechiseled/chiseling_recipes/cobblestone.json create mode 100644 kubejs/data/rechiseled/chiseling_recipes/mossy_cobblestone.json create mode 100644 kubejs/data/rechiseled/chiseling_recipes/mossy_stone_bricks.json create mode 100644 kubejs/data/rechiseled/chiseling_recipes/smooth_stone.json create mode 100644 kubejs/data/rechiseled/chiseling_recipes/stone.json create mode 100644 kubejs/data/rechiseled_chipped/chiseling_recipes/cobblestone.json create mode 100644 kubejs/data/rechiseled_chipped/chiseling_recipes/mossy_cobblestone.json create mode 100644 kubejs/data/rechiseled_chipped/chiseling_recipes/mossy_stone_bricks.json create mode 100644 kubejs/data/rechiseled_chipped/chiseling_recipes/smooth_stone.json create mode 100644 kubejs/data/rechiseled_chipped/chiseling_recipes/stone.json create mode 100644 kubejs/data/reclamation/advancements/anoint_cauldron.json create mode 100644 kubejs/data/reclamation/advancements/biome_essence.json create mode 100644 kubejs/data/reclamation/advancements/grant_quest_book.json create mode 100644 kubejs/data/reclamation/advancements/terraform.json create mode 100644 kubejs/data/reclamation/agricraft/mutations/cuprosia.json create mode 100644 kubejs/data/reclamation/agricraft/plants/cuprosia.json create mode 100644 kubejs/data/reclamation/agricraft/soils/gravel.json create mode 100644 kubejs/data/reclamation/complicated_bees/comb/barren.json create mode 100644 kubejs/data/reclamation/complicated_bees/comb/certus_quartz.json create mode 100644 kubejs/data/reclamation/complicated_bees/comb/fluorite.json create mode 100644 kubejs/data/reclamation/complicated_bees/comb/lead.json create mode 100644 kubejs/data/reclamation/complicated_bees/comb/magical.json create mode 100644 kubejs/data/reclamation/complicated_bees/comb/osmium.json create mode 100644 kubejs/data/reclamation/complicated_bees/comb/silver.json create mode 100644 kubejs/data/reclamation/complicated_bees/comb/tin.json create mode 100644 kubejs/data/reclamation/complicated_bees/comb/uranium.json create mode 100644 kubejs/data/reclamation/complicated_bees/comb/zinc.json create mode 100644 kubejs/data/reclamation/complicated_bees/flower/andesite.json create mode 100644 kubejs/data/reclamation/complicated_bees/flower/dead_bush.json create mode 100644 kubejs/data/reclamation/complicated_bees/flower/mystical_flower.json create mode 100644 kubejs/data/reclamation/complicated_bees/flower/quartz_bud.json create mode 100644 kubejs/data/reclamation/complicated_bees/flower/rune.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/apis/common.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/apis/cultivated.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/ender/enigmatic.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/ender/surreal.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/industrious/diligent.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/industrious/industrious.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/industrious/tireless.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/infernal/crimson.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/infernal/cursed.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/infernal/devilish.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/infernal/fiendish.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/infernal/ghostly.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/infernal/haunted.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/infernal/infernal.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/infernal/spectral.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/infernal/warped.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/magical/botanic.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/magical/dawnstone.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/magical/demonite.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/magical/natural.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/magical/source.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/magical/terra.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/magical/willful.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/metallic/adamantine.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/metallic/argentum.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/metallic/cuprous.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/metallic/ferrous.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/metallic/osmium.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/metallic/plumbum.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/metallic/precious.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/metallic/radioactive.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/metallic/stannum.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/metallic/zincum.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/mineral/amethyst.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/mineral/bituminous.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/mineral/conductive.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/mineral/dimantic.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/mineral/emeradic.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/mineral/fluorite.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/mineral/lapic.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/mineral/luminous.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/mineral/quartz.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/mineral/silicate.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/noble/imperial.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/noble/majestic.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/noble/noble.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/rocky/resilient.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/rocky/robust.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/rocky/rocky.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/wasteland/dessicated.json create mode 100644 kubejs/data/reclamation/complicated_bees/mutation/wasteland/dried.json create mode 100644 kubejs/data/reclamation/complicated_bees/species/argentum.json create mode 100644 kubejs/data/reclamation/complicated_bees/species/botanic.json create mode 100644 kubejs/data/reclamation/complicated_bees/species/dawnstone.json create mode 100644 kubejs/data/reclamation/complicated_bees/species/demonite.json create mode 100644 kubejs/data/reclamation/complicated_bees/species/dessicated.json create mode 100644 kubejs/data/reclamation/complicated_bees/species/dried.json create mode 100644 kubejs/data/reclamation/complicated_bees/species/fluorite.json create mode 100644 kubejs/data/reclamation/complicated_bees/species/natural.json create mode 100644 kubejs/data/reclamation/complicated_bees/species/osmium.json create mode 100644 kubejs/data/reclamation/complicated_bees/species/plumbum.json create mode 100644 kubejs/data/reclamation/complicated_bees/species/radioactive.json create mode 100644 kubejs/data/reclamation/complicated_bees/species/silicate.json create mode 100644 kubejs/data/reclamation/complicated_bees/species/source.json create mode 100644 kubejs/data/reclamation/complicated_bees/species/stannum.json create mode 100644 kubejs/data/reclamation/complicated_bees/species/terra.json create mode 100644 kubejs/data/reclamation/complicated_bees/species/wasteland.json create mode 100644 kubejs/data/reclamation/complicated_bees/species/willful.json create mode 100644 kubejs/data/reclamation/complicated_bees/species/zincum.json create mode 100644 kubejs/data/reclamation/emi_loot_data/table_exclusions.json create mode 100644 kubejs/data/reclamation/enchanted/altar/blocks/agricraft_crops.json create mode 100644 kubejs/data/reclamation/enchanted/altar/blocks/podzol.json create mode 100644 kubejs/data/reclamation/enchanted/altar/upgrades/alchemy_array.json create mode 100644 kubejs/data/reclamation/enchanted/altar/upgrades/husk_head.json create mode 100644 kubejs/data/reclamation/enchanted/circle_magic/rite/bad_omen.json create mode 100644 kubejs/data/reclamation/enchanted/circle_magic/rite/blaze_cage.json create mode 100644 kubejs/data/reclamation/enchanted/circle_magic/rite/bud_amethyst.json create mode 100644 kubejs/data/reclamation/enchanted/circle_magic/rite/creative_cube.json create mode 100644 kubejs/data/reclamation/enchanted/circle_magic/rite/digital_meteor.json create mode 100644 kubejs/data/reclamation/enchanted/circle_magic/rite/ender_portal.json create mode 100644 kubejs/data/reclamation/enchanted/circle_magic/rite/guardians.json create mode 100644 kubejs/data/reclamation/enchanted/circle_magic/rite/infuse_amalgam.json create mode 100644 kubejs/data/reclamation/enchanted/circle_magic/rite/summon_blaze.json create mode 100644 kubejs/data/reclamation/enchanted/circle_magic/rite/summon_nest.json create mode 100644 kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/bamboo_jungle.json create mode 100644 kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/beach.json create mode 100644 kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/crimson.json create mode 100644 kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/delta.json create mode 100644 kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/desert.json create mode 100644 kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/forest.json create mode 100644 kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/mushroom_fields.json create mode 100644 kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/ocean.json create mode 100644 kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/plains.json create mode 100644 kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/reclaim.json create mode 100644 kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/river.json create mode 100644 kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/snowy_slopes.json create mode 100644 kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/soul_sand_valley.json create mode 100644 kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/warm_ocean.json create mode 100644 kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/warped.json create mode 100644 kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/wastes.json create mode 100644 kubejs/data/reclamation/enchanted/circle_magic/shape/clover.json create mode 100644 kubejs/data/reclamation/functions/bamboo_jungle/convert.mcfunction create mode 100644 kubejs/data/reclamation/functions/bamboo_jungle/jungle_grass.mcfunction create mode 100644 kubejs/data/reclamation/functions/bamboo_jungle/place_bamboo.mcfunction create mode 100644 kubejs/data/reclamation/functions/bamboo_jungle/place_bamboo2.mcfunction create mode 100644 kubejs/data/reclamation/functions/bamboo_jungle/place_vegetation.mcfunction create mode 100644 kubejs/data/reclamation/functions/bamboo_jungle/shell_0.mcfunction create mode 100644 kubejs/data/reclamation/functions/bamboo_jungle/shell_1.mcfunction create mode 100644 kubejs/data/reclamation/functions/bamboo_jungle/shell_10.mcfunction create mode 100644 kubejs/data/reclamation/functions/bamboo_jungle/shell_11.mcfunction create mode 100644 kubejs/data/reclamation/functions/bamboo_jungle/shell_12.mcfunction create mode 100644 kubejs/data/reclamation/functions/bamboo_jungle/shell_13.mcfunction create mode 100644 kubejs/data/reclamation/functions/bamboo_jungle/shell_14.mcfunction create mode 100644 kubejs/data/reclamation/functions/bamboo_jungle/shell_15.mcfunction create mode 100644 kubejs/data/reclamation/functions/bamboo_jungle/shell_16.mcfunction create mode 100644 kubejs/data/reclamation/functions/bamboo_jungle/shell_2.mcfunction create mode 100644 kubejs/data/reclamation/functions/bamboo_jungle/shell_3.mcfunction create mode 100644 kubejs/data/reclamation/functions/bamboo_jungle/shell_4.mcfunction create mode 100644 kubejs/data/reclamation/functions/bamboo_jungle/shell_5.mcfunction create mode 100644 kubejs/data/reclamation/functions/bamboo_jungle/shell_6.mcfunction create mode 100644 kubejs/data/reclamation/functions/bamboo_jungle/shell_7.mcfunction create mode 100644 kubejs/data/reclamation/functions/bamboo_jungle/shell_8.mcfunction create mode 100644 kubejs/data/reclamation/functions/bamboo_jungle/shell_9.mcfunction create mode 100644 kubejs/data/reclamation/functions/beach/convert.mcfunction create mode 100644 kubejs/data/reclamation/functions/beach/shell_0.mcfunction create mode 100644 kubejs/data/reclamation/functions/beach/shell_1.mcfunction create mode 100644 kubejs/data/reclamation/functions/beach/shell_10.mcfunction create mode 100644 kubejs/data/reclamation/functions/beach/shell_11.mcfunction create mode 100644 kubejs/data/reclamation/functions/beach/shell_12.mcfunction create mode 100644 kubejs/data/reclamation/functions/beach/shell_13.mcfunction create mode 100644 kubejs/data/reclamation/functions/beach/shell_14.mcfunction create mode 100644 kubejs/data/reclamation/functions/beach/shell_15.mcfunction create mode 100644 kubejs/data/reclamation/functions/beach/shell_16.mcfunction create mode 100644 kubejs/data/reclamation/functions/beach/shell_2.mcfunction create mode 100644 kubejs/data/reclamation/functions/beach/shell_3.mcfunction create mode 100644 kubejs/data/reclamation/functions/beach/shell_4.mcfunction create mode 100644 kubejs/data/reclamation/functions/beach/shell_5.mcfunction create mode 100644 kubejs/data/reclamation/functions/beach/shell_6.mcfunction create mode 100644 kubejs/data/reclamation/functions/beach/shell_7.mcfunction create mode 100644 kubejs/data/reclamation/functions/beach/shell_8.mcfunction create mode 100644 kubejs/data/reclamation/functions/beach/shell_9.mcfunction create mode 100644 kubejs/data/reclamation/functions/create_nest.mcfunction create mode 100644 kubejs/data/reclamation/functions/crimson/convert.mcfunction create mode 100644 kubejs/data/reclamation/functions/crimson/place_fungus.mcfunction create mode 100644 kubejs/data/reclamation/functions/crimson/place_propelplant.mcfunction create mode 100644 kubejs/data/reclamation/functions/crimson/place_vegetation.mcfunction create mode 100644 kubejs/data/reclamation/functions/crimson/shell_0.mcfunction create mode 100644 kubejs/data/reclamation/functions/crimson/shell_1.mcfunction create mode 100644 kubejs/data/reclamation/functions/crimson/shell_10.mcfunction create mode 100644 kubejs/data/reclamation/functions/crimson/shell_11.mcfunction create mode 100644 kubejs/data/reclamation/functions/crimson/shell_12.mcfunction create mode 100644 kubejs/data/reclamation/functions/crimson/shell_13.mcfunction create mode 100644 kubejs/data/reclamation/functions/crimson/shell_14.mcfunction create mode 100644 kubejs/data/reclamation/functions/crimson/shell_15.mcfunction create mode 100644 kubejs/data/reclamation/functions/crimson/shell_16.mcfunction create mode 100644 kubejs/data/reclamation/functions/crimson/shell_2.mcfunction create mode 100644 kubejs/data/reclamation/functions/crimson/shell_3.mcfunction create mode 100644 kubejs/data/reclamation/functions/crimson/shell_4.mcfunction create mode 100644 kubejs/data/reclamation/functions/crimson/shell_5.mcfunction create mode 100644 kubejs/data/reclamation/functions/crimson/shell_6.mcfunction create mode 100644 kubejs/data/reclamation/functions/crimson/shell_7.mcfunction create mode 100644 kubejs/data/reclamation/functions/crimson/shell_8.mcfunction create mode 100644 kubejs/data/reclamation/functions/crimson/shell_9.mcfunction create mode 100644 kubejs/data/reclamation/functions/delta/convert.mcfunction create mode 100644 kubejs/data/reclamation/functions/delta/place_basalt_blob.mcfunction create mode 100644 kubejs/data/reclamation/functions/delta/place_blackstone_blob.mcfunction create mode 100644 kubejs/data/reclamation/functions/delta/place_delta.mcfunction create mode 100644 kubejs/data/reclamation/functions/delta/place_large_columns.mcfunction create mode 100644 kubejs/data/reclamation/functions/delta/place_small_columns.mcfunction create mode 100644 kubejs/data/reclamation/functions/delta/shell_0.mcfunction create mode 100644 kubejs/data/reclamation/functions/delta/shell_1.mcfunction create mode 100644 kubejs/data/reclamation/functions/delta/shell_10.mcfunction create mode 100644 kubejs/data/reclamation/functions/delta/shell_11.mcfunction create mode 100644 kubejs/data/reclamation/functions/delta/shell_12.mcfunction create mode 100644 kubejs/data/reclamation/functions/delta/shell_13.mcfunction create mode 100644 kubejs/data/reclamation/functions/delta/shell_14.mcfunction create mode 100644 kubejs/data/reclamation/functions/delta/shell_15.mcfunction create mode 100644 kubejs/data/reclamation/functions/delta/shell_16.mcfunction create mode 100644 kubejs/data/reclamation/functions/delta/shell_2.mcfunction create mode 100644 kubejs/data/reclamation/functions/delta/shell_3.mcfunction create mode 100644 kubejs/data/reclamation/functions/delta/shell_4.mcfunction create mode 100644 kubejs/data/reclamation/functions/delta/shell_5.mcfunction create mode 100644 kubejs/data/reclamation/functions/delta/shell_6.mcfunction create mode 100644 kubejs/data/reclamation/functions/delta/shell_7.mcfunction create mode 100644 kubejs/data/reclamation/functions/delta/shell_8.mcfunction create mode 100644 kubejs/data/reclamation/functions/delta/shell_9.mcfunction create mode 100644 kubejs/data/reclamation/functions/delta/skip_blackstone_to_basalt.mcfunction create mode 100644 kubejs/data/reclamation/functions/desert/cactus.mcfunction create mode 100644 kubejs/data/reclamation/functions/desert/convert.mcfunction create mode 100644 kubejs/data/reclamation/functions/desert/dead_bush.mcfunction create mode 100644 kubejs/data/reclamation/functions/desert/shell_0.mcfunction create mode 100644 kubejs/data/reclamation/functions/desert/shell_1.mcfunction create mode 100644 kubejs/data/reclamation/functions/desert/shell_10.mcfunction create mode 100644 kubejs/data/reclamation/functions/desert/shell_11.mcfunction create mode 100644 kubejs/data/reclamation/functions/desert/shell_12.mcfunction create mode 100644 kubejs/data/reclamation/functions/desert/shell_13.mcfunction create mode 100644 kubejs/data/reclamation/functions/desert/shell_14.mcfunction create mode 100644 kubejs/data/reclamation/functions/desert/shell_15.mcfunction create mode 100644 kubejs/data/reclamation/functions/desert/shell_16.mcfunction create mode 100644 kubejs/data/reclamation/functions/desert/shell_2.mcfunction create mode 100644 kubejs/data/reclamation/functions/desert/shell_3.mcfunction create mode 100644 kubejs/data/reclamation/functions/desert/shell_4.mcfunction create mode 100644 kubejs/data/reclamation/functions/desert/shell_5.mcfunction create mode 100644 kubejs/data/reclamation/functions/desert/shell_6.mcfunction create mode 100644 kubejs/data/reclamation/functions/desert/shell_7.mcfunction create mode 100644 kubejs/data/reclamation/functions/desert/shell_8.mcfunction create mode 100644 kubejs/data/reclamation/functions/desert/shell_9.mcfunction create mode 100644 kubejs/data/reclamation/functions/end_portal_frame.mcfunction create mode 100644 kubejs/data/reclamation/functions/forest/convert.mcfunction create mode 100644 kubejs/data/reclamation/functions/forest/place_flowers.mcfunction create mode 100644 kubejs/data/reclamation/functions/forest/place_grass.mcfunction create mode 100644 kubejs/data/reclamation/functions/forest/place_tree.mcfunction create mode 100644 kubejs/data/reclamation/functions/forest/shell_0.mcfunction create mode 100644 kubejs/data/reclamation/functions/forest/shell_1.mcfunction create mode 100644 kubejs/data/reclamation/functions/forest/shell_10.mcfunction create mode 100644 kubejs/data/reclamation/functions/forest/shell_11.mcfunction create mode 100644 kubejs/data/reclamation/functions/forest/shell_12.mcfunction create mode 100644 kubejs/data/reclamation/functions/forest/shell_13.mcfunction create mode 100644 kubejs/data/reclamation/functions/forest/shell_14.mcfunction create mode 100644 kubejs/data/reclamation/functions/forest/shell_15.mcfunction create mode 100644 kubejs/data/reclamation/functions/forest/shell_16.mcfunction create mode 100644 kubejs/data/reclamation/functions/forest/shell_2.mcfunction create mode 100644 kubejs/data/reclamation/functions/forest/shell_3.mcfunction create mode 100644 kubejs/data/reclamation/functions/forest/shell_4.mcfunction create mode 100644 kubejs/data/reclamation/functions/forest/shell_5.mcfunction create mode 100644 kubejs/data/reclamation/functions/forest/shell_6.mcfunction create mode 100644 kubejs/data/reclamation/functions/forest/shell_7.mcfunction create mode 100644 kubejs/data/reclamation/functions/forest/shell_8.mcfunction create mode 100644 kubejs/data/reclamation/functions/forest/shell_9.mcfunction create mode 100644 kubejs/data/reclamation/functions/mushroom_fields/brown_mushroom.mcfunction create mode 100644 kubejs/data/reclamation/functions/mushroom_fields/convert.mcfunction create mode 100644 kubejs/data/reclamation/functions/mushroom_fields/red_mushroom.mcfunction create mode 100644 kubejs/data/reclamation/functions/mushroom_fields/shell_0.mcfunction create mode 100644 kubejs/data/reclamation/functions/mushroom_fields/shell_1.mcfunction create mode 100644 kubejs/data/reclamation/functions/mushroom_fields/shell_10.mcfunction create mode 100644 kubejs/data/reclamation/functions/mushroom_fields/shell_11.mcfunction create mode 100644 kubejs/data/reclamation/functions/mushroom_fields/shell_12.mcfunction create mode 100644 kubejs/data/reclamation/functions/mushroom_fields/shell_13.mcfunction create mode 100644 kubejs/data/reclamation/functions/mushroom_fields/shell_14.mcfunction create mode 100644 kubejs/data/reclamation/functions/mushroom_fields/shell_15.mcfunction create mode 100644 kubejs/data/reclamation/functions/mushroom_fields/shell_16.mcfunction create mode 100644 kubejs/data/reclamation/functions/mushroom_fields/shell_2.mcfunction create mode 100644 kubejs/data/reclamation/functions/mushroom_fields/shell_3.mcfunction create mode 100644 kubejs/data/reclamation/functions/mushroom_fields/shell_4.mcfunction create mode 100644 kubejs/data/reclamation/functions/mushroom_fields/shell_5.mcfunction create mode 100644 kubejs/data/reclamation/functions/mushroom_fields/shell_6.mcfunction create mode 100644 kubejs/data/reclamation/functions/mushroom_fields/shell_7.mcfunction create mode 100644 kubejs/data/reclamation/functions/mushroom_fields/shell_8.mcfunction create mode 100644 kubejs/data/reclamation/functions/mushroom_fields/shell_9.mcfunction create mode 100644 kubejs/data/reclamation/functions/mushroom_fields/vegetation.mcfunction create mode 100644 kubejs/data/reclamation/functions/ocean/convert.mcfunction create mode 100644 kubejs/data/reclamation/functions/ocean/shell_0.mcfunction create mode 100644 kubejs/data/reclamation/functions/ocean/shell_1.mcfunction create mode 100644 kubejs/data/reclamation/functions/ocean/shell_10.mcfunction create mode 100644 kubejs/data/reclamation/functions/ocean/shell_11.mcfunction create mode 100644 kubejs/data/reclamation/functions/ocean/shell_12.mcfunction create mode 100644 kubejs/data/reclamation/functions/ocean/shell_13.mcfunction create mode 100644 kubejs/data/reclamation/functions/ocean/shell_14.mcfunction create mode 100644 kubejs/data/reclamation/functions/ocean/shell_15.mcfunction create mode 100644 kubejs/data/reclamation/functions/ocean/shell_16.mcfunction create mode 100644 kubejs/data/reclamation/functions/ocean/shell_2.mcfunction create mode 100644 kubejs/data/reclamation/functions/ocean/shell_3.mcfunction create mode 100644 kubejs/data/reclamation/functions/ocean/shell_4.mcfunction create mode 100644 kubejs/data/reclamation/functions/ocean/shell_5.mcfunction create mode 100644 kubejs/data/reclamation/functions/ocean/shell_6.mcfunction create mode 100644 kubejs/data/reclamation/functions/ocean/shell_7.mcfunction create mode 100644 kubejs/data/reclamation/functions/ocean/shell_8.mcfunction create mode 100644 kubejs/data/reclamation/functions/ocean/shell_9.mcfunction create mode 100644 kubejs/data/reclamation/functions/out.mcfunction create mode 100644 kubejs/data/reclamation/functions/plains/convert.mcfunction create mode 100644 kubejs/data/reclamation/functions/plains/shell_0.mcfunction create mode 100644 kubejs/data/reclamation/functions/plains/shell_1.mcfunction create mode 100644 kubejs/data/reclamation/functions/plains/shell_10.mcfunction create mode 100644 kubejs/data/reclamation/functions/plains/shell_11.mcfunction create mode 100644 kubejs/data/reclamation/functions/plains/shell_12.mcfunction create mode 100644 kubejs/data/reclamation/functions/plains/shell_13.mcfunction create mode 100644 kubejs/data/reclamation/functions/plains/shell_14.mcfunction create mode 100644 kubejs/data/reclamation/functions/plains/shell_15.mcfunction create mode 100644 kubejs/data/reclamation/functions/plains/shell_16.mcfunction create mode 100644 kubejs/data/reclamation/functions/plains/shell_2.mcfunction create mode 100644 kubejs/data/reclamation/functions/plains/shell_3.mcfunction create mode 100644 kubejs/data/reclamation/functions/plains/shell_4.mcfunction create mode 100644 kubejs/data/reclamation/functions/plains/shell_5.mcfunction create mode 100644 kubejs/data/reclamation/functions/plains/shell_6.mcfunction create mode 100644 kubejs/data/reclamation/functions/plains/shell_7.mcfunction create mode 100644 kubejs/data/reclamation/functions/plains/shell_8.mcfunction create mode 100644 kubejs/data/reclamation/functions/plains/shell_9.mcfunction create mode 100644 kubejs/data/reclamation/functions/reclaim/convert.mcfunction create mode 100644 kubejs/data/reclamation/functions/reclaim/shell_0.mcfunction create mode 100644 kubejs/data/reclamation/functions/reclaim/shell_1.mcfunction create mode 100644 kubejs/data/reclamation/functions/reclaim/shell_10.mcfunction create mode 100644 kubejs/data/reclamation/functions/reclaim/shell_11.mcfunction create mode 100644 kubejs/data/reclamation/functions/reclaim/shell_12.mcfunction create mode 100644 kubejs/data/reclamation/functions/reclaim/shell_13.mcfunction create mode 100644 kubejs/data/reclamation/functions/reclaim/shell_14.mcfunction create mode 100644 kubejs/data/reclamation/functions/reclaim/shell_15.mcfunction create mode 100644 kubejs/data/reclamation/functions/reclaim/shell_16.mcfunction create mode 100644 kubejs/data/reclamation/functions/reclaim/shell_17.mcfunction create mode 100644 kubejs/data/reclamation/functions/reclaim/shell_18.mcfunction create mode 100644 kubejs/data/reclamation/functions/reclaim/shell_19.mcfunction create mode 100644 kubejs/data/reclamation/functions/reclaim/shell_2.mcfunction create mode 100644 kubejs/data/reclamation/functions/reclaim/shell_20.mcfunction create mode 100644 kubejs/data/reclamation/functions/reclaim/shell_21.mcfunction create mode 100644 kubejs/data/reclamation/functions/reclaim/shell_22.mcfunction create mode 100644 kubejs/data/reclamation/functions/reclaim/shell_23.mcfunction create mode 100644 kubejs/data/reclamation/functions/reclaim/shell_24.mcfunction create mode 100644 kubejs/data/reclamation/functions/reclaim/shell_3.mcfunction create mode 100644 kubejs/data/reclamation/functions/reclaim/shell_4.mcfunction create mode 100644 kubejs/data/reclamation/functions/reclaim/shell_5.mcfunction create mode 100644 kubejs/data/reclamation/functions/reclaim/shell_6.mcfunction create mode 100644 kubejs/data/reclamation/functions/reclaim/shell_7.mcfunction create mode 100644 kubejs/data/reclamation/functions/reclaim/shell_8.mcfunction create mode 100644 kubejs/data/reclamation/functions/reclaim/shell_9.mcfunction create mode 100644 kubejs/data/reclamation/functions/river/convert.mcfunction create mode 100644 kubejs/data/reclamation/functions/river/shell_0.mcfunction create mode 100644 kubejs/data/reclamation/functions/river/shell_1.mcfunction create mode 100644 kubejs/data/reclamation/functions/river/shell_10.mcfunction create mode 100644 kubejs/data/reclamation/functions/river/shell_11.mcfunction create mode 100644 kubejs/data/reclamation/functions/river/shell_12.mcfunction create mode 100644 kubejs/data/reclamation/functions/river/shell_13.mcfunction create mode 100644 kubejs/data/reclamation/functions/river/shell_14.mcfunction create mode 100644 kubejs/data/reclamation/functions/river/shell_15.mcfunction create mode 100644 kubejs/data/reclamation/functions/river/shell_16.mcfunction create mode 100644 kubejs/data/reclamation/functions/river/shell_2.mcfunction create mode 100644 kubejs/data/reclamation/functions/river/shell_3.mcfunction create mode 100644 kubejs/data/reclamation/functions/river/shell_4.mcfunction create mode 100644 kubejs/data/reclamation/functions/river/shell_5.mcfunction create mode 100644 kubejs/data/reclamation/functions/river/shell_6.mcfunction create mode 100644 kubejs/data/reclamation/functions/river/shell_7.mcfunction create mode 100644 kubejs/data/reclamation/functions/river/shell_8.mcfunction create mode 100644 kubejs/data/reclamation/functions/river/shell_9.mcfunction create mode 100644 kubejs/data/reclamation/functions/snowy_slopes/convert.mcfunction create mode 100644 kubejs/data/reclamation/functions/snowy_slopes/shell_0.mcfunction create mode 100644 kubejs/data/reclamation/functions/snowy_slopes/shell_1.mcfunction create mode 100644 kubejs/data/reclamation/functions/snowy_slopes/shell_10.mcfunction create mode 100644 kubejs/data/reclamation/functions/snowy_slopes/shell_11.mcfunction create mode 100644 kubejs/data/reclamation/functions/snowy_slopes/shell_12.mcfunction create mode 100644 kubejs/data/reclamation/functions/snowy_slopes/shell_13.mcfunction create mode 100644 kubejs/data/reclamation/functions/snowy_slopes/shell_14.mcfunction create mode 100644 kubejs/data/reclamation/functions/snowy_slopes/shell_15.mcfunction create mode 100644 kubejs/data/reclamation/functions/snowy_slopes/shell_16.mcfunction create mode 100644 kubejs/data/reclamation/functions/snowy_slopes/shell_2.mcfunction create mode 100644 kubejs/data/reclamation/functions/snowy_slopes/shell_3.mcfunction create mode 100644 kubejs/data/reclamation/functions/snowy_slopes/shell_4.mcfunction create mode 100644 kubejs/data/reclamation/functions/snowy_slopes/shell_5.mcfunction create mode 100644 kubejs/data/reclamation/functions/snowy_slopes/shell_6.mcfunction create mode 100644 kubejs/data/reclamation/functions/snowy_slopes/shell_7.mcfunction create mode 100644 kubejs/data/reclamation/functions/snowy_slopes/shell_8.mcfunction create mode 100644 kubejs/data/reclamation/functions/snowy_slopes/shell_9.mcfunction create mode 100644 kubejs/data/reclamation/functions/soul_sand_valley/convert.mcfunction create mode 100644 kubejs/data/reclamation/functions/soul_sand_valley/shell_0.mcfunction create mode 100644 kubejs/data/reclamation/functions/soul_sand_valley/shell_1.mcfunction create mode 100644 kubejs/data/reclamation/functions/soul_sand_valley/shell_10.mcfunction create mode 100644 kubejs/data/reclamation/functions/soul_sand_valley/shell_11.mcfunction create mode 100644 kubejs/data/reclamation/functions/soul_sand_valley/shell_12.mcfunction create mode 100644 kubejs/data/reclamation/functions/soul_sand_valley/shell_13.mcfunction create mode 100644 kubejs/data/reclamation/functions/soul_sand_valley/shell_14.mcfunction create mode 100644 kubejs/data/reclamation/functions/soul_sand_valley/shell_15.mcfunction create mode 100644 kubejs/data/reclamation/functions/soul_sand_valley/shell_16.mcfunction create mode 100644 kubejs/data/reclamation/functions/soul_sand_valley/shell_2.mcfunction create mode 100644 kubejs/data/reclamation/functions/soul_sand_valley/shell_3.mcfunction create mode 100644 kubejs/data/reclamation/functions/soul_sand_valley/shell_4.mcfunction create mode 100644 kubejs/data/reclamation/functions/soul_sand_valley/shell_5.mcfunction create mode 100644 kubejs/data/reclamation/functions/soul_sand_valley/shell_6.mcfunction create mode 100644 kubejs/data/reclamation/functions/soul_sand_valley/shell_7.mcfunction create mode 100644 kubejs/data/reclamation/functions/soul_sand_valley/shell_8.mcfunction create mode 100644 kubejs/data/reclamation/functions/soul_sand_valley/shell_9.mcfunction create mode 100644 kubejs/data/reclamation/functions/soul_sand_valley/skip_soul_soil_to_soul_sand.mcfunction create mode 100644 kubejs/data/reclamation/functions/warm_ocean/convert.mcfunction create mode 100644 kubejs/data/reclamation/functions/warm_ocean/coral.mcfunction create mode 100644 kubejs/data/reclamation/functions/warm_ocean/sea_pickle.mcfunction create mode 100644 kubejs/data/reclamation/functions/warm_ocean/seagrass.mcfunction create mode 100644 kubejs/data/reclamation/functions/warm_ocean/shell_0.mcfunction create mode 100644 kubejs/data/reclamation/functions/warm_ocean/shell_1.mcfunction create mode 100644 kubejs/data/reclamation/functions/warm_ocean/shell_10.mcfunction create mode 100644 kubejs/data/reclamation/functions/warm_ocean/shell_11.mcfunction create mode 100644 kubejs/data/reclamation/functions/warm_ocean/shell_12.mcfunction create mode 100644 kubejs/data/reclamation/functions/warm_ocean/shell_13.mcfunction create mode 100644 kubejs/data/reclamation/functions/warm_ocean/shell_14.mcfunction create mode 100644 kubejs/data/reclamation/functions/warm_ocean/shell_15.mcfunction create mode 100644 kubejs/data/reclamation/functions/warm_ocean/shell_16.mcfunction create mode 100644 kubejs/data/reclamation/functions/warm_ocean/shell_2.mcfunction create mode 100644 kubejs/data/reclamation/functions/warm_ocean/shell_3.mcfunction create mode 100644 kubejs/data/reclamation/functions/warm_ocean/shell_4.mcfunction create mode 100644 kubejs/data/reclamation/functions/warm_ocean/shell_5.mcfunction create mode 100644 kubejs/data/reclamation/functions/warm_ocean/shell_6.mcfunction create mode 100644 kubejs/data/reclamation/functions/warm_ocean/shell_7.mcfunction create mode 100644 kubejs/data/reclamation/functions/warm_ocean/shell_8.mcfunction create mode 100644 kubejs/data/reclamation/functions/warm_ocean/shell_9.mcfunction create mode 100644 kubejs/data/reclamation/functions/warped/convert.mcfunction create mode 100644 kubejs/data/reclamation/functions/warped/place_fungus.mcfunction create mode 100644 kubejs/data/reclamation/functions/warped/place_vegetation.mcfunction create mode 100644 kubejs/data/reclamation/functions/warped/shell_0.mcfunction create mode 100644 kubejs/data/reclamation/functions/warped/shell_1.mcfunction create mode 100644 kubejs/data/reclamation/functions/warped/shell_10.mcfunction create mode 100644 kubejs/data/reclamation/functions/warped/shell_11.mcfunction create mode 100644 kubejs/data/reclamation/functions/warped/shell_12.mcfunction create mode 100644 kubejs/data/reclamation/functions/warped/shell_13.mcfunction create mode 100644 kubejs/data/reclamation/functions/warped/shell_14.mcfunction create mode 100644 kubejs/data/reclamation/functions/warped/shell_15.mcfunction create mode 100644 kubejs/data/reclamation/functions/warped/shell_16.mcfunction create mode 100644 kubejs/data/reclamation/functions/warped/shell_2.mcfunction create mode 100644 kubejs/data/reclamation/functions/warped/shell_3.mcfunction create mode 100644 kubejs/data/reclamation/functions/warped/shell_4.mcfunction create mode 100644 kubejs/data/reclamation/functions/warped/shell_5.mcfunction create mode 100644 kubejs/data/reclamation/functions/warped/shell_6.mcfunction create mode 100644 kubejs/data/reclamation/functions/warped/shell_7.mcfunction create mode 100644 kubejs/data/reclamation/functions/warped/shell_8.mcfunction create mode 100644 kubejs/data/reclamation/functions/warped/shell_9.mcfunction create mode 100644 kubejs/data/reclamation/functions/wastes/convert.mcfunction create mode 100644 kubejs/data/reclamation/functions/wastes/shell_0.mcfunction create mode 100644 kubejs/data/reclamation/functions/wastes/shell_1.mcfunction create mode 100644 kubejs/data/reclamation/functions/wastes/shell_10.mcfunction create mode 100644 kubejs/data/reclamation/functions/wastes/shell_11.mcfunction create mode 100644 kubejs/data/reclamation/functions/wastes/shell_12.mcfunction create mode 100644 kubejs/data/reclamation/functions/wastes/shell_13.mcfunction create mode 100644 kubejs/data/reclamation/functions/wastes/shell_14.mcfunction create mode 100644 kubejs/data/reclamation/functions/wastes/shell_15.mcfunction create mode 100644 kubejs/data/reclamation/functions/wastes/shell_16.mcfunction create mode 100644 kubejs/data/reclamation/functions/wastes/shell_2.mcfunction create mode 100644 kubejs/data/reclamation/functions/wastes/shell_3.mcfunction create mode 100644 kubejs/data/reclamation/functions/wastes/shell_4.mcfunction create mode 100644 kubejs/data/reclamation/functions/wastes/shell_5.mcfunction create mode 100644 kubejs/data/reclamation/functions/wastes/shell_6.mcfunction create mode 100644 kubejs/data/reclamation/functions/wastes/shell_7.mcfunction create mode 100644 kubejs/data/reclamation/functions/wastes/shell_8.mcfunction create mode 100644 kubejs/data/reclamation/functions/wastes/shell_9.mcfunction create mode 100644 kubejs/data/reclamation/loot_tables/chests/big_ruin_poor.json create mode 100644 kubejs/data/reclamation/loot_tables/chests/big_ruin_rich.json create mode 100644 kubejs/data/reclamation/loot_tables/chests/big_ruins.json create mode 100644 kubejs/data/reclamation/loot_tables/grant_book_on_first.json create mode 100644 kubejs/data/reclamation/loot_tables/summoned_blaze.json create mode 100644 kubejs/data/reclamation/predicates/convertible.json create mode 100644 kubejs/data/reclamation/predicates/convertible_exposed.json create mode 100644 kubejs/data/reclamation/predicates/convertible_underwater.json create mode 100644 kubejs/data/reclamation/predicates/ocean_convertible.json create mode 100644 kubejs/data/reclamation/predicates/ocean_convertible_exposed.json create mode 100644 kubejs/data/reclamation/predicates/ocean_convertible_underwater.json create mode 100644 kubejs/data/reclamation/predicates/random01.json create mode 100644 kubejs/data/reclamation/predicates/random03.json create mode 100644 kubejs/data/reclamation/predicates/random1.json create mode 100644 kubejs/data/reclamation/predicates/random10.json create mode 100644 kubejs/data/reclamation/predicates/random2.json create mode 100644 kubejs/data/reclamation/predicates/random20.json create mode 100644 kubejs/data/reclamation/predicates/random4.json create mode 100644 kubejs/data/reclamation/predicates/random5.json create mode 100644 kubejs/data/reclamation/predicates/random7.json create mode 100644 kubejs/data/reclamation/predicates/to_beach.json create mode 100644 kubejs/data/reclamation/predicates/to_forest.json create mode 100644 kubejs/data/reclamation/predicates/to_ocean.json create mode 100644 kubejs/data/reclamation/predicates/to_plains.json create mode 100644 kubejs/data/reclamation/predicates/to_river.json create mode 100644 kubejs/data/reclamation/structures/big_ruin_1.nbt create mode 100644 kubejs/data/reclamation/structures/buildings/bunker_poor_bottom.nbt create mode 100644 kubejs/data/reclamation/structures/buildings/bunker_poor_top.nbt create mode 100644 kubejs/data/reclamation/structures/buildings/bunker_rich_bottom.nbt create mode 100644 kubejs/data/reclamation/structures/buildings/bunker_rich_top.nbt create mode 100644 kubejs/data/reclamation/structures/buildings/cave_bottom.nbt create mode 100644 kubejs/data/reclamation/structures/buildings/cave_top.nbt create mode 100644 kubejs/data/reclamation/structures/buildings/graveyard_bottom.nbt create mode 100644 kubejs/data/reclamation/structures/buildings/graveyard_top.nbt create mode 100644 kubejs/data/reclamation/structures/buildings/mine_bottom.nbt create mode 100644 kubejs/data/reclamation/structures/buildings/mine_top.nbt create mode 100644 kubejs/data/reclamation/structures/buildings/oil_rig.nbt create mode 100644 kubejs/data/reclamation/structures/buildings/ruined_house_1_bottom.nbt create mode 100644 kubejs/data/reclamation/structures/buildings/ruined_house_1_top.nbt create mode 100644 kubejs/data/reclamation/structures/buildings/ruined_house_2.nbt create mode 100644 kubejs/data/reclamation/structures/buildings/silo.nbt create mode 100644 kubejs/data/reclamation/structures/buildings/statue.nbt create mode 100644 kubejs/data/reclamation/structures/ruin_corner_1.nbt create mode 100644 kubejs/data/reclamation/structures/ruin_corner_2.nbt create mode 100644 kubejs/data/reclamation/structures/ruin_wall_1.nbt create mode 100644 kubejs/data/reclamation/structures/ruin_wall_2.nbt create mode 100644 kubejs/data/reclamation/structures/ruin_wall_3.nbt create mode 100644 kubejs/data/reclamation/structures/ruin_wall_4.nbt create mode 100644 kubejs/data/reclamation/structures/ruin_wall_5.nbt create mode 100644 kubejs/data/reclamation/structures/ruin_wall_6.nbt create mode 100644 kubejs/data/reclamation/structures/ruin_wall_copper_1.nbt create mode 100644 kubejs/data/reclamation/structures/ruin_wall_copper_2.nbt create mode 100644 kubejs/data/reclamation/structures/ruin_wall_copper_3.nbt create mode 100644 kubejs/data/reclamation/structures/ruin_wall_copper_4.nbt create mode 100644 kubejs/data/reclamation/structures/ruin_wall_copper_5.nbt create mode 100644 kubejs/data/reclamation/structures/ruin_wall_copper_6.nbt create mode 100644 kubejs/data/reclamation/tags/blocks/convert_under.json create mode 100644 kubejs/data/reclamation/tags/blocks/convertible.json create mode 100644 kubejs/data/reclamation/tags/blocks/ocean_convertible.json create mode 100644 kubejs/data/reclamation/tags/items/elemental_essence.json create mode 100644 kubejs/data/reclamation/tags/mekanism/infuse_type/imperium.json create mode 100644 kubejs/data/reclamation/tags/mekanism/infuse_type/inferium.json create mode 100644 kubejs/data/reclamation/tags/mekanism/infuse_type/prudentium.json create mode 100644 kubejs/data/reclamation/tags/mekanism/infuse_type/tertium.json create mode 100644 kubejs/data/reclamation/tags/worldgen/biome/dead.json create mode 100644 kubejs/data/reclamation/tags/worldgen/biome/has_structure/big_ruins.json create mode 100644 kubejs/data/reclamation/tags/worldgen/biome/has_structure/ruin_corners.json create mode 100644 kubejs/data/reclamation/tags/worldgen/biome/has_structure/ruin_walls.json create mode 100644 kubejs/data/reclamation/tags/worldgen/biome/reclaimed.json create mode 100644 kubejs/data/reclamation/tags/worldgen/structure/ruins.json create mode 100644 kubejs/data/reclamation/worldgen/biome/dead_beach.json create mode 100644 kubejs/data/reclamation/worldgen/biome/dead_forest.json create mode 100644 kubejs/data/reclamation/worldgen/biome/dead_highland.json create mode 100644 kubejs/data/reclamation/worldgen/biome/dead_hills.json create mode 100644 kubejs/data/reclamation/worldgen/biome/dead_mountain.json create mode 100644 kubejs/data/reclamation/worldgen/biome/dead_ocean.json create mode 100644 kubejs/data/reclamation/worldgen/biome/dead_plains.json create mode 100644 kubejs/data/reclamation/worldgen/biome/dead_river.json create mode 100644 kubejs/data/reclamation/worldgen/biome/dead_wastes.json create mode 100644 kubejs/data/reclamation/worldgen/configured_feature/bonemeal_flowers.json create mode 100644 kubejs/data/reclamation/worldgen/configured_feature/clay_deposit.json create mode 100644 kubejs/data/reclamation/worldgen/configured_feature/dead_tree.json create mode 100644 kubejs/data/reclamation/worldgen/configured_feature/sand_deposit.json create mode 100644 kubejs/data/reclamation/worldgen/configured_feature/soul_soil_blob.json create mode 100644 kubejs/data/reclamation/worldgen/configured_feature/wasteland_nest.json create mode 100644 kubejs/data/reclamation/worldgen/noise_settings/overworld.json create mode 100644 kubejs/data/reclamation/worldgen/placed_feature/bonemeal_flowers.json create mode 100644 kubejs/data/reclamation/worldgen/placed_feature/clay_deposit.json create mode 100644 kubejs/data/reclamation/worldgen/placed_feature/dead_tree_dense.json create mode 100644 kubejs/data/reclamation/worldgen/placed_feature/dead_tree_rare.json create mode 100644 kubejs/data/reclamation/worldgen/placed_feature/dead_tree_sparse.json create mode 100644 kubejs/data/reclamation/worldgen/placed_feature/patch_dead_bush_sparse.json create mode 100644 kubejs/data/reclamation/worldgen/placed_feature/sand_deposit.json create mode 100644 kubejs/data/reclamation/worldgen/placed_feature/wasteland_nest.json create mode 100644 kubejs/data/reclamation/worldgen/structure/big_ruins.json create mode 100644 kubejs/data/reclamation/worldgen/structure/bunker_poor.json create mode 100644 kubejs/data/reclamation/worldgen/structure/bunker_rich.json create mode 100644 kubejs/data/reclamation/worldgen/structure/cave.json create mode 100644 kubejs/data/reclamation/worldgen/structure/graveyard.json create mode 100644 kubejs/data/reclamation/worldgen/structure/mine.json create mode 100644 kubejs/data/reclamation/worldgen/structure/oil_rig.json create mode 100644 kubejs/data/reclamation/worldgen/structure/ruin_corners.json create mode 100644 kubejs/data/reclamation/worldgen/structure/ruin_walls.json create mode 100644 kubejs/data/reclamation/worldgen/structure/ruin_walls_copper.json create mode 100644 kubejs/data/reclamation/worldgen/structure/ruined_house_1.json create mode 100644 kubejs/data/reclamation/worldgen/structure/ruined_house_2.json create mode 100644 kubejs/data/reclamation/worldgen/structure/silo.json create mode 100644 kubejs/data/reclamation/worldgen/structure/statue.json create mode 100644 kubejs/data/reclamation/worldgen/structure_set/big_ruins.json create mode 100644 kubejs/data/reclamation/worldgen/structure_set/ruin_corners.json create mode 100644 kubejs/data/reclamation/worldgen/structure_set/ruin_walls.json create mode 100644 kubejs/data/reclamation/worldgen/template_pool/big_ruins.json create mode 100644 kubejs/data/reclamation/worldgen/template_pool/bunker_poor.json create mode 100644 kubejs/data/reclamation/worldgen/template_pool/bunker_poor_top.json create mode 100644 kubejs/data/reclamation/worldgen/template_pool/bunker_rich.json create mode 100644 kubejs/data/reclamation/worldgen/template_pool/bunker_rich_top.json create mode 100644 kubejs/data/reclamation/worldgen/template_pool/cave.json create mode 100644 kubejs/data/reclamation/worldgen/template_pool/cave_top.json create mode 100644 kubejs/data/reclamation/worldgen/template_pool/graveyard.json create mode 100644 kubejs/data/reclamation/worldgen/template_pool/graveyard_top.json create mode 100644 kubejs/data/reclamation/worldgen/template_pool/mine.json create mode 100644 kubejs/data/reclamation/worldgen/template_pool/mine_top.json create mode 100644 kubejs/data/reclamation/worldgen/template_pool/oil_rig.json create mode 100644 kubejs/data/reclamation/worldgen/template_pool/ruin_corners.json create mode 100644 kubejs/data/reclamation/worldgen/template_pool/ruin_walls.json create mode 100644 kubejs/data/reclamation/worldgen/template_pool/ruin_walls_copper.json create mode 100644 kubejs/data/reclamation/worldgen/template_pool/ruined_house_1.json create mode 100644 kubejs/data/reclamation/worldgen/template_pool/ruined_house_1_top.json create mode 100644 kubejs/data/reclamation/worldgen/template_pool/ruined_house_2.json create mode 100644 kubejs/data/reclamation/worldgen/template_pool/silo.json create mode 100644 kubejs/data/reclamation/worldgen/template_pool/statue.json create mode 100644 kubejs/data/supplementaries/agricraft/mutations/flax.json create mode 100644 kubejs/data/supplementaries/agricraft/plants/flax.json create mode 100644 kubejs/data/supplementaries/loot_tables/blocks/wicker_fence.json create mode 100644 kubejs/data/via_romana/tags/blocks/path_block.json create mode 100644 kubejs/server_scripts/ae2_recipes.js create mode 100644 kubejs/server_scripts/ars_nouveau_recipes.js create mode 100644 kubejs/server_scripts/blood_magic_recipes.js create mode 100644 kubejs/server_scripts/botania_recipes.js create mode 100644 kubejs/server_scripts/create_recipes.js create mode 100644 kubejs/server_scripts/ember_recipes.js create mode 100644 kubejs/server_scripts/enchanted_recipes.js create mode 100644 kubejs/server_scripts/loot_tables.js create mode 100644 kubejs/server_scripts/mekanism_recipes.js create mode 100644 kubejs/server_scripts/mystical_agriculture_recipes.js create mode 100644 kubejs/server_scripts/natures_aura_recipes.js create mode 100644 kubejs/server_scripts/reclamation.js create mode 100644 kubejs/server_scripts/reclamation_recipes.js create mode 100644 kubejs/server_scripts/tags.js create mode 100644 kubejs/server_scripts/theurgy_recipes.js create mode 100644 kubejs/startup_scripts/blocks.js create mode 100644 kubejs/startup_scripts/items.js create mode 100644 mods/advancedae.pw.toml create mode 100644 mods/agricraft.pw.toml create mode 100644 mods/akashic-tome.pw.toml create mode 100644 mods/antiblocksrechiseled.pw.toml create mode 100644 mods/appleskin.pw.toml create mode 100644 mods/applied-botanics-addon.pw.toml create mode 100644 mods/applied-cooking.pw.toml create mode 100644 mods/applied-energistics-2-wireless-terminals.pw.toml create mode 100644 mods/applied-energistics-2.pw.toml create mode 100644 mods/applied-mekanistics.pw.toml create mode 100644 mods/architectury-api.pw.toml create mode 100644 mods/ars-artifice.pw.toml create mode 100644 mods/ars-creo.pw.toml create mode 100644 mods/ars-elemental.pw.toml create mode 100644 mods/ars-energistique.pw.toml create mode 100644 mods/ars-nouveau.pw.toml create mode 100644 mods/athena.pw.toml create mode 100644 mods/attributefix.pw.toml create mode 100644 mods/baguettelib.pw.toml create mode 100644 mods/balm.pw.toml create mode 100644 mods/blood-magic.pw.toml create mode 100644 mods/botania.pw.toml create mode 100644 mods/building-gadgets.pw.toml create mode 100644 mods/chipped.pw.toml create mode 100644 mods/chisel-chipped-integration.pw.toml create mode 100644 mods/clean-swing-through-grass.pw.toml create mode 100644 mods/cloth-config.pw.toml create mode 100644 mods/clumps.pw.toml create mode 100644 mods/comforts.pw.toml create mode 100644 mods/complicated-bees.pw.toml create mode 100644 mods/construction-wand.pw.toml create mode 100644 mods/controlling.pw.toml create mode 100644 mods/cooking-for-blockheads.pw.toml create mode 100644 mods/copycats.pw.toml create mode 100644 mods/crafting-tweaks.pw.toml create mode 100644 mods/crash-assistant.pw.toml create mode 100644 mods/craterlib.pw.toml create mode 100644 mods/create-central-kitchen.pw.toml create mode 100644 mods/create-deco.pw.toml create mode 100644 mods/create-stock-bridge.pw.toml create mode 100644 mods/create.pw.toml create mode 100644 mods/croptopia.pw.toml create mode 100644 mods/ctm.pw.toml create mode 100644 mods/cucumber.pw.toml create mode 100644 mods/cupboard.pw.toml create mode 100644 mods/curios.pw.toml create mode 100644 mods/ding.pw.toml create mode 100644 mods/embeddium.pw.toml create mode 100644 mods/embers-rekindled.pw.toml create mode 100644 mods/emi-loot.pw.toml create mode 100644 mods/emi.pw.toml create mode 100644 mods/emojiful.pw.toml create mode 100644 mods/enchanted-witchcraft.pw.toml create mode 100644 mods/entityculling.pw.toml create mode 100644 mods/epherolib.pw.toml create mode 100644 mods/ex-pattern-provider.pw.toml create mode 100644 mods/experimental-settings-disabler.pw.toml create mode 100644 mods/exposure.pw.toml create mode 100644 mods/extreme-sound-muffler.pw.toml create mode 100644 mods/fancymenu.pw.toml create mode 100644 mods/farmers-croptopia.pw.toml create mode 100644 mods/farmers-delight.pw.toml create mode 100644 mods/fast-async-world-save-forge-fabric.pw.toml create mode 100644 mods/fast-leaf-decay.pw.toml create mode 100644 mods/ferritecore.pw.toml create mode 100644 mods/fix-gpu-memory-leak.pw.toml create mode 100644 mods/ftb-backups-2.pw.toml create mode 100644 mods/ftb-library-forge.pw.toml create mode 100644 mods/ftb-quest-localizer.pw.toml create mode 100644 mods/ftb-quests-forge.pw.toml create mode 100644 mods/ftb-teams-forge.pw.toml create mode 100644 mods/ftb-xmod-compat.pw.toml create mode 100644 mods/fusion-connected-textures.pw.toml create mode 100644 mods/fzzy-config.pw.toml create mode 100644 mods/geckolib.pw.toml create mode 100644 mods/glodium.pw.toml create mode 100644 mods/gravestone-mod.pw.toml create mode 100644 mods/gravestone-x-curios-api-compat.pw.toml create mode 100644 mods/guideme.pw.toml create mode 100644 mods/heads.pw.toml create mode 100644 mods/ichunutil.pw.toml create mode 100644 mods/immediatelyfast.pw.toml create mode 100644 mods/immersive-paintings.pw.toml create mode 100644 mods/interiors.pw.toml create mode 100644 mods/iris-flywheel-compat.pw.toml create mode 100644 mods/item-filters.pw.toml create mode 100644 mods/jade.pw.toml create mode 100644 mods/jei.pw.toml create mode 100644 mods/joy-of-painting.pw.toml create mode 100644 mods/konkrete.pw.toml create mode 100644 mods/kotlin-for-forge.pw.toml create mode 100644 mods/krypton-reforged.pw.toml create mode 100644 mods/kubejs.pw.toml create mode 100644 mods/lootjs.pw.toml create mode 100644 mods/macaws-bridges.pw.toml create mode 100644 mods/macaws-doors.pw.toml create mode 100644 mods/macaws-fences-and-walls.pw.toml create mode 100644 mods/macaws-furniture.pw.toml create mode 100644 mods/macaws-lights-and-lamps.pw.toml create mode 100644 mods/macaws-paths-and-pavings.pw.toml create mode 100644 mods/macaws-roofs.pw.toml create mode 100644 mods/macaws-stairs.pw.toml create mode 100644 mods/macaws-trapdoors.pw.toml create mode 100644 mods/macaws-windows.pw.toml create mode 100644 mods/mcef.pw.toml create mode 100644 mods/mekanism-generators.pw.toml create mode 100644 mods/mekanism-tools.pw.toml create mode 100644 mods/mekanism.pw.toml create mode 100644 mods/melody.pw.toml create mode 100644 mods/modernfix.pw.toml create mode 100644 mods/modonomicon.pw.toml create mode 100644 mods/more-overlays-updated.pw.toml create mode 100644 mods/mouse-tweaks.pw.toml create mode 100644 mods/music-maker-mod.pw.toml create mode 100644 mods/mystical-agriculture.pw.toml create mode 100644 mods/mystical-customization.pw.toml create mode 100644 mods/natures-aura-render-fix.pw.toml create mode 100644 mods/natures-aura.pw.toml create mode 100644 mods/nethers-delight.pw.toml create mode 100644 mods/no-chat-reports.pw.toml create mode 100644 mods/no-more-piglin-portal-spawning.pw.toml create mode 100644 mods/not-enough-glyphs.pw.toml create mode 100644 mods/oculus.pw.toml create mode 100644 mods/open-parties-and-claims.pw.toml create mode 100644 mods/packet-fixer.pw.toml create mode 100644 mods/patchouli.pw.toml create mode 100644 mods/polylib.pw.toml create mode 100644 mods/polymorph.pw.toml create mode 100644 mods/presence-footsteps-forge.pw.toml create mode 100644 mods/quark.pw.toml create mode 100644 mods/rechiseled-ae2.pw.toml create mode 100644 mods/rechiseled-chipped.pw.toml create mode 100644 mods/rechiseled-create.pw.toml create mode 100644 mods/rechiseled.pw.toml create mode 100644 mods/reclamation_util-1.20.1-1.0.24.jar create mode 100644 mods/resourceful-config.pw.toml create mode 100644 mods/resourceful-lib.pw.toml create mode 100644 mods/rhino.pw.toml create mode 100644 mods/searchables.pw.toml create mode 100644 mods/sebastrnlib.pw.toml create mode 100644 mods/selene.pw.toml create mode 100644 mods/simple-discord-rpc.pw.toml create mode 100644 mods/simply-light.pw.toml create mode 100644 mods/smartbrainlib.pw.toml create mode 100644 mods/sophisticated-backpacks.pw.toml create mode 100644 mods/sophisticated-core.pw.toml create mode 100644 mods/sophisticated-storage-create-integration.pw.toml create mode 100644 mods/sophisticated-storage.pw.toml create mode 100644 mods/sound-physics-remastered.pw.toml create mode 100644 mods/stateobserver.pw.toml create mode 100644 mods/storage-drawers.pw.toml create mode 100644 mods/supermartijn642s-config-lib.pw.toml create mode 100644 mods/supermartijn642s-core-lib.pw.toml create mode 100644 mods/supplementaries.pw.toml create mode 100644 mods/theurgy-kubejs.pw.toml create mode 100644 mods/theurgy.pw.toml create mode 100644 mods/tome-of-blood-rebirth.pw.toml create mode 100644 mods/too-many-glyphs.pw.toml create mode 100644 mods/trash-cans.pw.toml create mode 100644 mods/true-ending.pw.toml create mode 100644 mods/via-romana.pw.toml create mode 100644 mods/xaeros-minimap.pw.toml create mode 100644 mods/xaeros-world-map.pw.toml create mode 100644 mods/zeta.pw.toml create mode 100644 pack.toml create mode 100644 patchouli_books/custom_rituals/book.json create mode 100644 patchouli_books/custom_rituals/en_us/categories/basic_rituals.json create mode 100644 patchouli_books/custom_rituals/en_us/categories/terraforming.json create mode 100644 patchouli_books/custom_rituals/en_us/entries/basic_rituals/bad_omen.json create mode 100644 patchouli_books/custom_rituals/en_us/entries/basic_rituals/blaze_cage.json create mode 100644 patchouli_books/custom_rituals/en_us/entries/basic_rituals/bud_amethyst.json create mode 100644 patchouli_books/custom_rituals/en_us/entries/basic_rituals/create_nest.json create mode 100644 patchouli_books/custom_rituals/en_us/entries/basic_rituals/digital_meteor.json create mode 100644 patchouli_books/custom_rituals/en_us/entries/basic_rituals/ender_portal_frame.json create mode 100644 patchouli_books/custom_rituals/en_us/entries/basic_rituals/infuse_amalgam.json create mode 100644 patchouli_books/custom_rituals/en_us/entries/basic_rituals/summon_blaze.json create mode 100644 patchouli_books/custom_rituals/en_us/entries/basic_rituals/summon_guardians.json create mode 100644 patchouli_books/custom_rituals/en_us/entries/terraforming/bamboo_jungle.json create mode 100644 patchouli_books/custom_rituals/en_us/entries/terraforming/basalt_delta.json create mode 100644 patchouli_books/custom_rituals/en_us/entries/terraforming/beach.json create mode 100644 patchouli_books/custom_rituals/en_us/entries/terraforming/crimson_forest.json create mode 100644 patchouli_books/custom_rituals/en_us/entries/terraforming/desert.json create mode 100644 patchouli_books/custom_rituals/en_us/entries/terraforming/forest.json create mode 100644 patchouli_books/custom_rituals/en_us/entries/terraforming/mushroom_field.json create mode 100644 patchouli_books/custom_rituals/en_us/entries/terraforming/nether_wastes.json create mode 100644 patchouli_books/custom_rituals/en_us/entries/terraforming/ocean.json create mode 100644 patchouli_books/custom_rituals/en_us/entries/terraforming/plains.json create mode 100644 patchouli_books/custom_rituals/en_us/entries/terraforming/reclamation.json create mode 100644 patchouli_books/custom_rituals/en_us/entries/terraforming/river.json create mode 100644 patchouli_books/custom_rituals/en_us/entries/terraforming/snowy_slopes.json create mode 100644 patchouli_books/custom_rituals/en_us/entries/terraforming/soul_sand_valley.json create mode 100644 patchouli_books/custom_rituals/en_us/entries/terraforming/warm_ocean.json create mode 100644 patchouli_books/custom_rituals/en_us/entries/terraforming/warped_forest.json create mode 100644 patchouli_books/custom_rituals/en_us/templates/rite_description.json create mode 100644 patchouli_books/custom_rituals/en_us/templates/rite_requirements.json create mode 100644 resourcepacks/sprites-reclaimed.pw.toml create mode 100644 servers.dat diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..3550a30 --- /dev/null +++ b/.envrc @@ -0,0 +1 @@ +use flake diff --git a/FTBLang/FTB-Quests-Localization-Resourcepack.zip b/FTBLang/FTB-Quests-Localization-Resourcepack.zip new file mode 100644 index 0000000000000000000000000000000000000000..f94d98070c8e2e5487d6f91c7541b2fb82b4b148 GIT binary patch literal 499327 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 om+lwl{F!) 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

L>${r36J*7$WvKu0pY;?E=eIfZ#$%3 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 literal 0 HcmV?d00001 diff --git a/FTBLang/backup/ftbquests/quests/chapter_groups.snbt b/FTBLang/backup/ftbquests/quests/chapter_groups.snbt new file mode 100644 index 0000000..6d124fd --- /dev/null +++ b/FTBLang/backup/ftbquests/quests/chapter_groups.snbt @@ -0,0 +1,6 @@ +{ + chapter_groups: [ + { id: "2BFAC9C95DAED88B", title: "Biodiversity" } + { id: "499FD90D592AFC7B", title: "Side Quests" } + ] +} diff --git a/FTBLang/backup/ftbquests/quests/chapters/digital_storage.snbt b/FTBLang/backup/ftbquests/quests/chapters/digital_storage.snbt new file mode 100644 index 0000000..d10f761 --- /dev/null +++ b/FTBLang/backup/ftbquests/quests/chapters/digital_storage.snbt @@ -0,0 +1,1130 @@ +{ + default_hide_dependency_lines: false + default_min_width: 280 + default_quest_shape: "" + filename: "digital_storage" + group: "499FD90D592AFC7B" + icon: "minecraft:chest" + id: "6624F3E176990B6A" + order_index: 0 + quest_links: [ ] + quests: [ + { + dependencies: ["52D07AB4E6B88EA1"] + description: ["The &6controller&r is the brains of a network. Each controller block's face is capable of outputting &632 channels;&r almost every device on the ME network needs &6one channel to operate.&r"] + hide_until_deps_complete: true + id: "42064A913CA2CCD2" + rewards: [{ + id: "70DC06DBA48C2C1C" + type: "xp" + xp: 100 + }] + shape: "hexagon" + tasks: [{ + id: "6CC1A0D2BD148905" + item: "ae2:controller" + type: "item" + }] + x: -2.0d + y: 0.0d + } + { + dependencies: ["42064A913CA2CCD2"] + description: [ + "A controller block itself can input energy, but you'll want to have as many controller faces open as you can to get as many channels as possible into your network. " + "" + "The &6Energy Acceptor&r uses no channels and can be placed anywhere, as long as it's connected to the network somehow." + ] + id: "19BCEFF7F0DE9C81" + rewards: [{ + id: "76BECE700F1CD015" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4C5EE0307F949567" + item: "ae2:energy_acceptor" + type: "item" + }] + x: -3.5d + y: -0.5d + } + { + dependencies: ["42064A913CA2CCD2"] + description: ["Smart cables are very useful - they visually display how many channels they're carrying at any given time."] + icon: "ae2:fluix_smart_cable" + id: "45812F4C9EF0926C" + rewards: [{ + id: "1495849F009F2923" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5AEB4D6B67F03FB5" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "ae2:smart_cable" + } + } + title: "Any Smart Cable" + type: "item" + }] + title: "Smart Cables" + x: -1.0d + y: 1.5d + } + { + dependencies: ["45812F4C9EF0926C"] + description: ["Dense cables can carry 32 channels instead of the regular 8 channels."] + icon: "ae2:fluix_smart_dense_cable" + id: "2FD074137DE15616" + rewards: [{ + id: "55B122BFA440ED3D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "514068BF36103E94" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "ae2:smart_dense_cable" + } + } + title: "Any Smart Dense Cable" + type: "item" + }] + title: "Dense Cables" + x: 0.0d + y: 2.0d + } + { + dependencies: ["2FD074137DE15616"] + description: [ + "The color applicator lets you paint cables - especially useful once your network starts to grow. " + "" + "Colored cables won't connect to other colored cables, but fluix cables can connect to all colors." + "" + "These can be filled with &6dyes or paintballs&r using an &6ME Chest.&r" + ] + id: "25899D736E58600D" + rewards: [{ + id: "2C85B7D794927CE1" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3BAA47A786CB4A40" + item: { + Count: 1 + id: "ae2:color_applicator" + tag: { } + } + match_nbt: false + title: "Color Applicator" + type: "item" + }] + x: 1.0d + y: 2.5d + } + { + dependencies: ["42064A913CA2CCD2"] + description: [ + "The &6ME Interface&r acts as a specialized input and output port for your network. " + "" + "It can keep a certain amount of items from your network in its inventory for pipes or other blocks to pull from, and also automatically puts any other items it receives into the network." + ] + id: "28F3433876B58C67" + rewards: [{ + id: "53D99DBD92ADED6A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "46D766909F51BF29" + item: "ae2:interface" + type: "item" + }] + x: -3.0d + y: 1.5d + } + { + dependencies: ["42064A913CA2CCD2"] + description: ["The &6Wireless Connector&r is a short-range version of a &6Quantum Link Chamber &r- use this when you want your network to jump a short distance, and not cross-dimensionally."] + id: "0B962ED4F7C5605E" + rewards: [{ + id: "740E9ECF9F88E5D4" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "30CC09F3C45F9FE6" + item: "expatternprovider:wireless_connect" + type: "item" + }] + x: -3.0d + y: -1.5d + } + { + dependencies: ["42064A913CA2CCD2"] + description: ["The &6Quantum Network Bridge&r uses the power of quantum entanglement to bridge a network gap not only across large distances, but dimensions."] + icon: "ae2:quantum_link" + id: "3A85EDF465018CE9" + rewards: [{ + id: "350A2BDEF6D30977" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4369251B08E6E6B5" + item: "ae2:quantum_link" + type: "item" + } + { + id: "1839F4F0EE842265" + item: "ae2:quantum_ring" + type: "item" + } + ] + title: "Quantum Network Bridge" + x: -1.0d + y: -1.5d + } + { + dependencies: ["42064A913CA2CCD2"] + description: ["The&6 Extended Charger&r and &6Inscriber&r are upgraded versions of their base models, capable of processing 4 recipes in parallel."] + icon: "expatternprovider:ex_inscriber" + id: "769058A0214DFE4C" + rewards: [{ + id: "29232D121842C186" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "5834D042FB64E658" + item: "expatternprovider:ex_inscriber" + type: "item" + } + { + id: "1B33D77B12CABA49" + item: "expatternprovider:ex_charger" + type: "item" + } + ] + title: "Extended Machines" + x: -2.0d + y: 1.5d + } + { + dependencies: ["42064A913CA2CCD2"] + description: ["The &6Wireless Access Point&r allows you to use wireless terminals to access your ME System. You can boost its range by giving it &6wireless boosters,&r but be warned: more boosters means the WAP will need &4much more energy&r to stay running."] + icon: "ae2:wireless_terminal" + id: "5800C2FA501D25AA" + rewards: [{ + id: "5C6C7C61911DEA9F" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "303553A904DAB768" + item: "ae2:wireless_access_point" + type: "item" + } + { + icon: "ae2:wireless_terminal" + id: "79D5DB4C10707012" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "expatternprovider:wireless_ex_pat" + } + { + Count: 1b + id: "ae2wtlib:wireless_pattern_access_terminal" + } + { + Count: 1b + id: "ae2wtlib:wireless_pattern_encoding_terminal" + } + { + Count: 1b + id: "ae2:wireless_crafting_terminal" + tag: { } + } + { + Count: 1b + id: "ae2:wireless_terminal" + } + { + Count: 1b + id: "ae2wtlib:wireless_universal_terminal" + } + ] + } + } + match_nbt: false + title: "Any Wireless Terminal" + type: "item" + } + ] + title: "Wireless Access" + x: -0.5d + y: -0.5d + } + { + dependencies: ["28F3433876B58C67"] + description: [ + "&6Pattern Providers,&r when given a pattern, will push the items in the pattern to a nearby inventory. &6Molecular Assemblers,&r when given items, will craft with those items and output them to nearby inventories. Put them next to each other, and you have a &6basic autocrafting setup! &r" + "" + "You'll need somewhere to store the items while they're being crafted; a crafting storage would be ideal." + "" + "&7Tip: for more info, check the guide!" + ] + icon: "ae2:molecular_assembler" + id: "7029B79465525273" + rewards: [{ + id: "040B66E150EB6C51" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "39F717BFA0DD5801" + item: "ae2:pattern_provider" + type: "item" + } + { + id: "4E8E31F671387339" + item: "ae2:molecular_assembler" + type: "item" + } + { + id: "4201FE9A50857C0A" + item: "ae2:crafting_unit" + type: "item" + } + ] + title: "ME Autocrafting" + x: -4.0d + y: 2.0d + } + { + dependencies: ["42064A913CA2CCD2"] + description: [ + "With an ME System you'll need some way to actually store items - the &6ME Drive&r can store up to 10 storage cells of any type and size." + "" + "&7Tip: you can store botanic mana, elemental source, gases, fluids, and even space itself in cells - not just regular items!" + ] + id: "38CF84D7DEEA26F2" + rewards: [{ + id: "685D4828EF4096FB" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5A8C37A2DC2BD8D4" + item: "ae2:drive" + type: "item" + }] + x: -2.0d + y: -1.0d + } + { + dependencies: ["38CF84D7DEEA26F2"] + description: ["Terminals are how you actually interface with the storage cells in your ME System."] + id: "2BC56CC6C32D156B" + rewards: [{ + id: "186C8D61C3F9AF6D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "79D7AEA1569B39B9" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "expatternprovider:ex_pattern_access_part" + } + { + Count: 1b + id: "ae2:pattern_access_terminal" + } + { + Count: 1b + id: "ae2:terminal" + } + { + Count: 1b + id: "ae2:crafting_terminal" + } + { + Count: 1b + id: "ae2:pattern_encoding_terminal" + } + ] + } + } + title: "Any Terminal" + type: "item" + }] + title: "Terminals" + x: -2.0d + y: -2.0d + } + { + dependencies: ["19BCEFF7F0DE9C81"] + description: ["Storing some energy in your ME System would be a good idea... just in case."] + id: "77DBEADC85E302E7" + rewards: [{ + id: "61366A2AAF5DD0E8" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "040F9CC81F2B9B4E" + item: { + Count: 1 + id: "ae2:energy_cell" + tag: { } + } + type: "item" + }] + x: -5.0d + y: -1.0d + } + { + dependencies: ["5800C2FA501D25AA"] + id: "588E96C6A6095B4F" + rewards: [{ + id: "4D353628EBBB60F4" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5F90AB33BE52A7F6" + item: "ae2wtlib:quantum_bridge_card" + type: "item" + }] + x: 1.0d + y: -1.0d + } + { + dependencies: ["2FD074137DE15616"] + description: [ + "&6P2P Tunnels&r allow you to transfer multiple channels per channel! It's a little confusing at first, but once you get the hang of it you can really push your system to the limit." + "" + "You can also transfer power, chemicals, and even botanic mana and elemental source!" + ] + icon: "ae2:me_p2p_tunnel" + id: "1B2791D7868FA0C8" + rewards: [{ + id: "0018467EEAEB527B" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "3C89FE0A2E3F7D56" + item: "ae2:me_p2p_tunnel" + type: "item" + } + { + id: "4E9195DB3A44E29E" + item: { + Count: 1 + id: "ae2:memory_card" + tag: { } + } + match_nbt: false + type: "item" + } + ] + x: 1.0d + y: 1.5d + } + { + dependencies: ["769058A0214DFE4C"] + description: [ + "The &6Reaction Chamber&r not only allows you to make circuits much faster, it can also charge large amounts of certus crystals at a time and even grow crystals from themselves!" + "" + "Just make sure you have enough power to handle its recipes..." + ] + id: "0D84FCBDF7D400BC" + rewards: [{ + id: "7B5A7D301000A71D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "507EC959EDFD27D0" + item: "advanced_ae:reaction_chamber" + type: "item" + }] + x: -2.5d + y: 3.0d + } + { + dependencies: ["769058A0214DFE4C"] + description: ["The &6Circuit Slicer&r can cut blocks of materials into 9 circuits much faster than an inscriber can press them."] + id: "73F6B084862E0C22" + rewards: [{ + id: "4F5D7585B0B5505C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "58990D13A5825250" + item: "expatternprovider:circuit_cutter" + type: "item" + }] + x: -1.5d + y: 3.0d + } + { + dependencies: ["7029B79465525273"] + description: ["The &6Assembler Matrix&r is a molecular assembler and pattern provider setup on steroids - at its maximum size, it can hold over 4,000 patterns and craft incredibly fast. The best part? It only needs &6one channel.&r"] + icon: "expatternprovider:assembler_matrix_frame" + id: "60D69E8F82D1735A" + rewards: [{ + id: "631ABBD3F4CB9415" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "24CB0DC3DEA3CF24" + item: "expatternprovider:assembler_matrix_wall" + type: "item" + } + { + id: "26EB2E11D9E73874" + item: "expatternprovider:assembler_matrix_frame" + type: "item" + } + ] + x: -5.0d + y: 2.5d + } + { + dependencies: ["0D84FCBDF7D400BC"] + description: ["The &6Quantum Computer Core&r is a self-contained crafting CPU with 256M crafting storage and 8 co-processing threads."] + id: "2DD9F909A98D3A01" + rewards: [{ + id: "63FEFF805B7E6973" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "13B54D99F1509E9B" + item: "advanced_ae:quantum_core" + type: "item" + }] + x: -2.0d + y: 4.0d + } + { + dependencies: ["2DD9F909A98D3A01"] + description: [ + "The &6Quantum Computer multiblock&r is an extremely powerful multiblock that can handle an effectively &6infinite&r number of crafting requests for your ME System." + "" + "Read the guide for more information." + ] + id: "17CA0C449BCE1795" + rewards: [{ + id: "36D51E4AA33024AE" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5BC2A17884CC34F7" + item: "advanced_ae:quantum_structure" + type: "item" + }] + x: -2.0d + y: 5.0d + } + { + dependencies: ["448ABF53EEACBFA7"] + dependency_requirement: "one_completed" + description: ["Perfect for carrying items on the go, the &6backpack&r has a few useful upgrades as well."] + hide_until_deps_complete: true + id: "0D743158B02EFECE" + rewards: [ + { + count: 2 + id: "62E7532779DBCC15" + item: "minecraft:leather" + type: "item" + } + { + id: "2A91EBFF67A1380F" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "2E43CCBB4B962F21" + item: "sophisticatedbackpacks:backpack" + type: "item" + }] + x: -2.0d + y: -4.0d + } + { + dependencies: ["448ABF53EEACBFA7"] + description: ["Better than regular chests, &6Sophisticated Storage&r lets you put more things in a single block."] + hide_until_deps_complete: true + id: "186AF6EF5933F0C7" + rewards: [ + { + id: "484DA648F8D52FD3" + item: { + Count: 1 + id: "sophisticatedstorage:copper_chest" + tag: { + woodType: "oak" + } + } + type: "item" + } + { + id: "3F5CE5C18E1A5271" + type: "xp" + xp: 100 + } + ] + tasks: [{ + icon: { + Count: 1 + id: "sophisticatedstorage:copper_chest" + tag: { + woodType: "oak" + } + } + id: "51D72D299E613F70" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "sophisticatedstorage:all_storage" + } + } + title: "Any Sophisticated Storage Block" + type: "item" + }] + title: "Sophisticated Storage" + x: -4.0d + y: -4.0d + } + { + dependencies: ["448ABF53EEACBFA7"] + description: [ + "Capable of storing a very large amount of a single item type." + "" + "The framing table lets you customize the way they look." + ] + hide_until_deps_complete: true + icon: "storagedrawers:oak_full_drawers_1" + id: "310095AAC69059F7" + rewards: [ + { + id: "3CC04B85D05F7A7F" + item: "storagedrawers:framing_table" + type: "item" + } + { + id: "09392F1C9B158438" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "4BD44F655B846F42" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "storagedrawers:drawers" + } + } + title: "Any Storage Drawer" + type: "item" + }] + title: "Storage Drawers" + x: 0.0d + y: -4.0d + } + { + dependencies: ["186AF6EF5933F0C7"] + description: ["Tier upgrades can be used to upgrade Sophisticated Storage blocks without breaking them."] + icon: "sophisticatedstorage:basic_tier_upgrade" + id: "79F177300EC200BB" + rewards: [ + { + id: "2792E6089A0C9606" + item: "sophisticatedstorage:copper_to_iron_tier_upgrade" + type: "item" + } + { + id: "68C2857301084848" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "087CBC5E7AACE097" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "sophisticatedstorage:basic_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:basic_to_copper_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:basic_to_iron_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:basic_to_gold_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:basic_to_diamond_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:basic_to_netherite_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:copper_to_iron_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:copper_to_gold_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:copper_to_diamond_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:copper_to_netherite_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:iron_to_gold_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:iron_to_diamond_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:iron_to_netherite_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:gold_to_diamond_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:gold_to_netherite_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:diamond_to_netherite_tier_upgrade" + } + ] + } + } + title: "Any Tier Upgrade" + type: "item" + }] + x: -3.5d + y: -5.0d + } + { + dependencies: ["310095AAC69059F7"] + description: ["The &6Drawer Controller&r allows you to interface with multiple drawers using only a single blockface."] + id: "6AEDC0CE7C0F6871" + rewards: [ + { + id: "361B063185A1AC92" + item: "storagedrawers:iron_storage_upgrade" + type: "item" + } + { + id: "794B2E47DDDA1DA6" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "1799CCB5D4A8DAFF" + item: "storagedrawers:controller" + type: "item" + }] + x: 0.5d + y: -5.0d + } + { + dependencies: ["310095AAC69059F7"] + description: ["There are a variety of keys - lock drawers to specific items, hide item labels to reduce lag, and more."] + icon: "storagedrawers:drawer_key" + id: "48640F7FA6B4E83C" + rewards: [ + { + id: "7DA6DE4285D3936F" + item: "storagedrawers:keyring" + type: "item" + } + { + id: "344C39E88690566F" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "622066D049F81B3A" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "storagedrawers:drawer_key" + } + { + Count: 1b + id: "storagedrawers:quantify_key" + } + { + Count: 1b + id: "storagedrawers:shroud_key" + } + { + Count: 1b + id: "storagedrawers:personal_key" + } + { + Count: 1b + id: "storagedrawers:priority_key" + } + ] + } + } + title: "Any Drawer Key" + type: "item" + }] + title: "Drawer Keys" + x: -0.5d + y: -5.0d + } + { + dependencies: ["0D743158B02EFECE"] + description: ["Autofeeding, playing music, even portable crafting can all be attained with backpack upgrades."] + id: "2971661158B66BCB" + rewards: [ + { + id: "6A7A218A2B25881E" + item: "sophisticatedbackpacks:stack_upgrade_tier_1" + type: "item" + } + { + id: "477439A7110B018A" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "57731279073E4D5C" + item: "sophisticatedbackpacks:upgrade_base" + type: "item" + }] + x: -2.0d + y: -5.0d + } + { + dependencies: ["186AF6EF5933F0C7"] + description: ["Higher stack count, filtering, and more - check the uses for the upgrade base."] + id: "20BC58E21EEC4A90" + rewards: [ + { + id: "06E72721EDE7B639" + item: "sophisticatedstorage:stack_upgrade_tier_1" + type: "item" + } + { + id: "3419EC18EC21266B" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "27901504AE8CB01C" + item: "sophisticatedstorage:upgrade_base" + type: "item" + }] + x: -4.5d + y: -5.0d + } + { + dependencies: ["448ABF53EEACBFA7"] + description: ["Each workbench (aside from looking neat) can turn a specific set of blocks into its variants."] + hide_until_deps_complete: true + id: "7998DF6633727385" + rewards: [{ + id: "31B104A991D7975C" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "2A89B9BAD6D6A1BA" + item: "chipped:botanist_workbench" + type: "item" + } + { + id: "61E1F14AE74D8245" + item: "chipped:glassblower" + type: "item" + } + { + id: "1F90AEA33F3366EE" + item: "chipped:carpenters_table" + type: "item" + } + { + id: "35CFCE8CA7CDCB03" + item: "chipped:loom_table" + type: "item" + } + { + id: "74BABD50F2D36065" + item: "chipped:mason_table" + type: "item" + } + { + id: "0F68C22DF4A0FB55" + item: "chipped:alchemy_bench" + type: "item" + } + { + id: "23EB2E0893DEADE9" + item: "chipped:tinkering_table" + type: "item" + } + ] + title: "Chipped Workbenches" + x: 4.5d + y: -5.0d + } + { + dependencies: ["448ABF53EEACBFA7"] + description: ["Can turn almost any basic block into a wide array of variants."] + hide_until_deps_complete: true + id: "589D9D8B75EA4D6A" + rewards: [{ + id: "08EF9ED9EA1FADB1" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1886724FF4F67912" + item: { + Count: 1 + id: "rechiseled:chisel" + tag: { } + } + type: "item" + }] + x: 4.5d + y: -4.0d + } + { + dependencies: ["448ABF53EEACBFA7"] + description: ["Made from stonecutting andesite alloy, these blocks can take on the texture of any other block."] + hide_until_deps_complete: true + id: "739D0BFEC4F76873" + rewards: [{ + id: "29DC2531205502EF" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "40AFA3023980CF2C" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "copycats:copycat_block" + } + } + title: "Any Copycat Block" + type: "item" + }] + x: 4.5d + y: -3.0d + } + { + dependencies: ["448ABF53EEACBFA7"] + description: [ + "You can make music by crafing a &6Music Sheet&r and placing notes on the sheet. " + "" + "Place the sheet in your offhand while holding an instrument to play the instrument." + "" + "&7Tip: you can do MUCH more with this mod - check out its CurseForge page for more info." + ] + hide_until_deps_complete: true + id: "00B11B5B5824CF82" + rewards: [ + { + exclude_from_claim_all: true + id: "5DAB642D70E0E39C" + table_id: 67272733859206798L + type: "choice" + } + { + id: "17AF9672B85CE2F7" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "34FA44324920ADE6" + item: "xercamusic:music_sheet" + type: "item" + }] + x: 5.5d + y: -5.0d + } + { + dependencies: ["448ABF53EEACBFA7"] + description: [ + "You can paint your own masterpieces while you wait for crops to grow - simply make a palette, fill it with colors, plop a canvas on an easel, and get to painting!" + "" + "Signed paintings can be duplicated by crafting the original with a blank canvas of the same size." + "" + "&7Tip: to craft a palette, fill the bottom row of a crafting table with planks, then place dyes in the middle. You can add more dyes to a palette by crafting them together." + ] + hide_until_deps_complete: true + icon: { + Count: 1 + id: "xercapaint:item_palette" + tag: { + basic: [B; + 1b + 1b + 1b + 1b + 1b + 1b + 1b + 1b + 1b + 1b + 1b + 1b + 1b + 1b + 1b + 1b + ] + } + } + id: "56F47BEB53D25F0E" + rewards: [ + { + exclude_from_claim_all: true + id: "63AD2969AF05B6E2" + table_id: 6347601422327785898L + type: "choice" + } + { + id: "6FF1BA6953D4FD4D" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "40B6EAC528F2AEBF" + item: "xercapaint:item_palette" + type: "item" + } + { + id: "5B4F1FCD16C17D30" + item: "xercapaint:item_easel" + type: "item" + } + ] + title: "The Joy of Painting" + x: 5.5d + y: -3.0d + } + { + dependencies: ["448ABF53EEACBFA7"] + description: [ + "&6Building Gadgets&r are a collection of useful tools that will let you build very quickly." + "" + "They do need to be charged; use an energy cube or similar." + ] + hide_until_deps_complete: true + id: "4E09F6435DC05330" + rewards: [{ + id: "32F2ED927729D029" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "73EFED8D105EAF82" + item: "buildinggadgets2:gadget_building" + type: "item" + }] + x: 3.5d + y: -4.5d + } + { + dependencies: ["448ABF53EEACBFA7"] + description: ["The &6Rod of the Shifting Crust&r allows you to exchange blocks in the world with blocks in your inventory for the cost of mana."] + hide_until_deps_complete: true + id: "76B04BEB7909F047" + rewards: [{ + id: "3C060A5958479379" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "27CB11F980CB52B8" + item: "botania:exchange_rod" + type: "item" + }] + x: 3.5d + y: -3.5d + } + ] + title: "Storage and Decor" +} diff --git a/FTBLang/backup/ftbquests/quests/chapters/ffood_plants.snbt b/FTBLang/backup/ftbquests/quests/chapters/ffood_plants.snbt new file mode 100644 index 0000000..718b424 --- /dev/null +++ b/FTBLang/backup/ftbquests/quests/chapters/ffood_plants.snbt @@ -0,0 +1,2943 @@ +{ + default_hide_dependency_lines: true + default_min_width: 280 + default_quest_shape: "" + filename: "ffood_plants" + group: "2BFAC9C95DAED88B" + hide_quest_details_until_startable: true + hide_quest_until_deps_visible: true + icon: "farmersdelight:vegetable_soup" + id: "50D63635ACA38A6D" + images: [ + { + dependency: "2E15C8681F5D2ACF" + height: 5.0d + image: "reclamation:textures/quests/vanilla.png" + rotation: 0.0d + width: 5.0d + x: -4.499999999999979d + y: -2.5833333333333357d + } + { + dependency: "2E15C8681F5D2ACF" + height: 5.0d + image: "reclamation:textures/quests/flowers.png" + rotation: 0.0d + width: 5.0d + x: 2.0d + y: -2.5d + } + { + dependency: "600A7F0DFD880119" + height: 5.0d + image: "reclamation:textures/quests/automation.png" + rotation: 0.0d + width: 5.0d + x: -11.0d + y: -2.0d + } + { + dependency: "2E15C8681F5D2ACF" + height: 10.0d + image: "reclamation:textures/quests/even_more_plants.png" + rotation: 0.0d + width: 10.0d + x: -1.5d + y: 5.5d + } + { + dependency: "2E15C8681F5D2ACF" + height: 5.0d + image: "reclamation:textures/quests/cooking_for_blockheads.png" + rotation: 0.0d + width: 5.0d + x: -3.5d + y: -8.0d + } + ] + order_index: 0 + quest_links: [ ] + quests: [ + { + dependencies: [ + "6BE467B7626E5085" + "1B02944C57BF74FB" + ] + description: ["Lining rivers and shores, sugar cane had once risen in green columns, swaying with each passing breeze."] + id: "32195AB6E6F75FF1" + rewards: [{ + id: "4B3BFBEE92C3AC8F" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "0BE83A27534A9CAF" + item: "minecraft:sugar_cane" + type: "item" + }] + x: -6.5d + y: -0.5d + } + { + dependencies: [ + "33BAEE563814DCDB" + "1B02944C57BF74FB" + ] + dependency_requirement: "one_completed" + description: ["Bright orange roots that grew deep in the earth, carrots were a favorite among rabbits and a healthy snack, to boot!"] + id: "36EF6C1E1C861A4A" + rewards: [{ + id: "5047F6164CCF2F60" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "474FA99911610CC3" + item: "minecraft:carrot" + type: "item" + }] + x: -5.5d + y: -0.5d + } + { + dependencies: [ + "63353784E3C39D83" + "1281E40889F822FE" + ] + description: ["Crimson bulbs that added color and flavor to any dish, beetroots were once quite common in village gardens."] + id: "08415BCE11C57437" + rewards: [{ + id: "4AF453F9ACBFD15A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3E0563C1BF0FB284" + item: "minecraft:beetroot" + type: "item" + }] + x: -3.5d + y: -0.5d + } + { + dependencies: [ + "33BAEE563814DCDB" + "1281E40889F822FE" + ] + description: ["Earthy and humble, potatoes were versatile tubers that thrived in the cool soil of many places."] + id: "303D96CD71A877FA" + rewards: [{ + id: "4ABA8893BECF54EC" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3D5788DD6CEE57CF" + item: "minecraft:potato" + type: "item" + }] + x: -4.5d + y: -0.5d + } + { + dependencies: [ + "303D96CD71A877FA" + "36EF6C1E1C861A4A" + ] + description: ["Orange orbs that sprouted in the autumn, pumpkins were both a festive decoration and a hearty food source."] + id: "269466269FFFC1BC" + rewards: [{ + id: "399C0EA065270B90" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2DEB960CC4FA0F6B" + item: "minecraft:pumpkin" + type: "item" + }] + x: -5.0d + y: 0.5d + } + { + dependencies: [ + "32195AB6E6F75FF1" + "36EF6C1E1C861A4A" + ] + description: ["Large, round fruits with a green rind and sweet, juicy flesh; melons grew best in warm, sunny fields."] + id: "1AD960F38D986F1A" + rewards: [{ + id: "55173762F418E546" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "14647E43D0C398DC" + item: "minecraft:melon_slice" + type: "item" + }] + x: -6.0d + y: 0.5d + } + { + dependencies: [ + "1AD960F38D986F1A" + "08415BCE11C57437" + ] + description: ["Prickly bushes bore these bright berries, beloved for their sweet bite and quick comfort."] + id: "1DA6A370C87C0775" + rewards: [{ + id: "6CF2B95F597FBE75" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5718908A397ED9B2" + item: "minecraft:sweet_berries" + type: "item" + }] + x: -5.5d + y: 1.5d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Wheat once rippled like golden seas, feeding countless lives. Fields of it marked the heart of many homesteads."] + hide_until_deps_complete: true + id: "33BAEE563814DCDB" + rewards: [{ + id: "28497B6B69E8F722" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1626C66C1D2AF663" + item: "minecraft:wheat" + type: "item" + }] + x: -5.0d + y: -1.5d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: [ + "This gnarled, shrieking root was feared as much as it was valued." + "" + "&7Tip: you might want to only harvest these at night!" + ] + hide_until_deps_complete: true + id: "63353784E3C39D83" + rewards: [{ + id: "38617424A6803F65" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "0017369D021A57BA" + item: "enchanted:mandrake_root" + type: "item" + }] + x: -3.0d + y: -1.5d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["With deep golden petals and a bitter scent, wolfsbane once grew where night lingered longest. "] + hide_until_deps_complete: true + id: "1281E40889F822FE" + rewards: [{ + id: "67157A0947DD110C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "08ED9FCE9C9E0988" + item: "enchanted:wolfsbane_flower" + type: "item" + }] + x: -4.0d + y: -1.5d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Snowbells had once blossomed in the coldest reaches, their pale blue petals dusted with frost."] + hide_until_deps_complete: true + id: "1B02944C57BF74FB" + rewards: [{ + id: "41AA176CD1FDEB6A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6E9D57F34DFBA187" + item: "enchanted:icy_needle" + type: "item" + }] + x: -6.0d + y: -1.5d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Prized by herbalists for its strange resilience, who claimed it drew strength from the moonlit depths."] + hide_until_deps_complete: true + id: "6BE467B7626E5085" + rewards: [{ + id: "3C1CF50E65D62199" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6E7B2A4228C9079C" + item: "enchanted:water_artichoke" + type: "item" + }] + x: -7.0d + y: -1.5d + } + { + dependencies: [ + "63353784E3C39D83" + "303D96CD71A877FA" + ] + description: ["This earth-toned fungus once thrived in quiet, dark corners, feeding on decay."] + id: "15CFF693EFE382C7" + rewards: [{ + id: "22E400BAA0C2911F" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "209C1678B96BF007" + item: "minecraft:brown_mushroom" + type: "item" + }] + x: -3.0d + y: 0.5d + } + { + dependencies: [ + "63353784E3C39D83" + "36EF6C1E1C861A4A" + ] + description: ["With its crimson cap and pale stem, the red mushroom once sprouted in damp caves and shadowed groves."] + id: "3F94D588E94A0F3C" + rewards: [{ + id: "73902B3EEE2AB35E" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "02A4B67966399B9B" + item: "minecraft:red_mushroom" + type: "item" + }] + x: -4.0d + y: 0.5d + } + { + dependencies: [ + "6BE467B7626E5085" + "32195AB6E6F75FF1" + ] + description: ["Bamboo once climbed toward the sky in great bamboo forests, hollow stems whispering in the wind."] + id: "1CE48B2F73EDB8FC" + rewards: [{ + id: "3D4AC543E590FCC2" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1A4C1D1B6BECE9D7" + item: "minecraft:bamboo" + type: "item" + }] + x: -7.0d + y: 0.5d + } + { + dependencies: [ + "6BE467B7626E5085" + "1CE48B2F73EDB8FC" + ] + description: ["Sailors swore it marked safe waters—while some claimed it hid the bones of the drowned."] + id: "3E746C60CE874EC2" + rewards: [{ + id: "70CFF79AEF57E449" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "63227A8101809052" + item: "minecraft:kelp" + type: "item" + }] + x: -7.5d + y: 1.5d + } + { + dependencies: [ + "33BAEE563814DCDB" + "1CE48B2F73EDB8FC" + ] + description: ["This gentle underwater plant once rippled with the ocean’s breath, carpeting the sea floor in quiet green."] + id: "52641FDAD803360E" + rewards: [{ + id: "252B1EF4C6F3B937" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1332B5429430DC3C" + item: "minecraft:seagrass" + type: "item" + }] + x: -6.5d + y: 1.5d + } + { + dependencies: [ + "3E746C60CE874EC2" + "52641FDAD803360E" + ] + description: ["Their soft light once guided creatures of the reef and lit the way for wayward divers in the twilight deep."] + id: "5867D599B1DA6E6F" + rewards: [{ + id: "79D82037AAC758D4" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "627607BF4CBB9958" + item: "minecraft:sea_pickle" + type: "item" + }] + x: -7.0d + y: 2.5d + } + { + dependencies: [ + "3F94D588E94A0F3C" + "15CFF693EFE382C7" + ] + description: ["This strange, red fungus had grown only in the deep, burning halls of another world. It pulsed faintly with unnatural life."] + id: "3EDF39CD6F94943F" + rewards: [{ + id: "24D006E8A4FF8B5B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1B0681E60C9C525A" + item: "minecraft:nether_wart" + type: "item" + }] + x: -3.5d + y: 1.5d + } + { + dependencies: [ + "3EDF39CD6F94943F" + "15CFF693EFE382C7" + ] + description: ["Once said to carry the scent of a world turned upside down—where even the air recoiled in confusion."] + id: "54401A0090BF5109" + rewards: [{ + id: "575E76D1DCA1E202" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "50385F5338B3A7C7" + item: "minecraft:warped_fungus" + type: "item" + }] + x: -3.0d + y: 2.5d + } + { + dependencies: [ + "3EDF39CD6F94943F" + "3F94D588E94A0F3C" + ] + description: ["This twisted red fungus once grew in the scorched ground of the Nether, pulsing faintly as if alive."] + id: "77F0AB56297C08EC" + rewards: [{ + id: "38BCEAD37F142EC9" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "010E32148E3954E0" + item: "minecraft:crimson_fungus" + type: "item" + }] + x: -4.0d + y: 2.5d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Once used in deadly draughts and sleeping curses, favored by those who studied the poisoner's art."] + hide_until_deps_complete: true + id: "0BD99D6E0D93E05F" + rewards: [{ + id: "15D1D07D4B03CF62" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "032D7F5C7D26D03C" + item: "enchanted:belladonna_flower" + type: "item" + }] + x: -2.0d + y: -1.5d + } + { + dependencies: [ + "33BAEE563814DCDB" + "0BD99D6E0D93E05F" + ] + description: ["Flax's delicate fibers had once been woven into cloth and spell-thread, binding both garments and enchantments."] + id: "7CC83C324E6A01E9" + rewards: [{ + id: "25B2D9EABE2F040A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7889C84E2D3A006D" + item: "supplementaries:flax" + type: "item" + }] + x: -2.5d + y: -0.5d + } + { + dependencies: ["0B5C8BA575972913"] + description: [ + "Bold and crimson, the poppy is a symbol of remembrance and silent strength, often found where courage once stood." + "" + "&7Tip: You can either craft poppy seeds or mutate them from Melon and Sugarcane." + ] + id: "799A3678C691BBA3" + rewards: [{ + id: "2F9EF194B22F3A06" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "274C58582A5C79DD" + item: "minecraft:poppy" + type: "item" + }] + x: 1.5d + y: -0.5d + } + { + dependencies: [ + "799A3678C691BBA3" + "79CC4BBB699E26EA" + ] + description: ["A tall and graceful flower with a soft purple hue, often associated with grace, quiet wisdom, and calm days."] + id: "68536E0D3B5694E7" + rewards: [{ + id: "235FBB25F25C36E2" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7A6C888FBAC3C6A7" + item: "minecraft:allium" + type: "item" + }] + x: 1.0d + y: 0.5d + } + { + dependencies: [ + "5FA8835DAD8496B6" + "22B750248FB3F5A8" + ] + description: ["Delicate and pale, these tiny flowers cluster low to the ground, bringing a sense of peace to open fields."] + id: "5A5FCEAA140010D4" + rewards: [{ + id: "150A73BF4822D6F0" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4A721DBC832F15D6" + item: "minecraft:azure_bluet" + type: "item" + }] + x: 3.5d + y: 3.5d + } + { + dependencies: [ + "799A3678C691BBA3" + "5FA8835DAD8496B6" + ] + description: ["This rare azure blossom flourishes in damp, shadowed groves. Legends say it blooms where ancient tears once fell."] + id: "79CC4BBB699E26EA" + rewards: [{ + id: "1FF9E81882F605D8" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3E75A87A7C0C4701" + item: "minecraft:blue_orchid" + type: "item" + }] + x: 2.0d + y: 0.5d + } + { + dependencies: [ + "79CC4BBB699E26EA" + "22B750248FB3F5A8" + ] + description: ["Cornflowers once braved the wind in wide fields, their blue hues a favorite among storytellers and songwriters."] + id: "5C3BED68010EC635" + rewards: [{ + id: "0EBD893B09F35FE2" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "35D85334148E1D8A" + item: "minecraft:cornflower" + type: "item" + }] + x: 3.0d + y: 2.5d + } + { + dependencies: ["0B5C8BA575972913"] + description: [ + "A cheerful bloom of golden yellow, said to carry whispers of spring on the wind. It thrives wherever the sun touches the land." + "" + "&7Tip: You can either craft dandelion seeds or mutate them from Wheat and Pumpkin.&r" + ] + id: "5FA8835DAD8496B6" + rewards: [{ + id: "2C413451DDF01007" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "54BA1F933C39BE68" + item: "minecraft:dandelion" + type: "item" + }] + x: 2.5d + y: -0.5d + } + { + dependencies: [ + "049EFFDACB56ECD5" + "53D1E7880BE9CBF3" + ] + description: ["Hidden among thick leaves, these tiny white bells are said to chime in silence when the forest is listening."] + id: "22B750248FB3F5A8" + rewards: [{ + id: "08F4821ACBCDF9AD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "0B029770FD768F5B" + item: "minecraft:lily_of_the_valley" + type: "item" + }] + x: 4.0d + y: 2.5d + } + { + dependencies: [ + "79CC4BBB699E26EA" + "5FA8835DAD8496B6" + ] + description: ["With a golden eye watching from its white face, this flower is a quiet companion of wanderers and daydreamers."] + id: "53D1E7880BE9CBF3" + rewards: [{ + id: "3A76AAC44131E63D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5EAE4D059A9A04FC" + item: "minecraft:oxeye_daisy" + type: "item" + }] + x: 3.0d + y: 0.5d + } + { + dependencies: [ + "5C3BED68010EC635" + "4917C2EEA848997D" + ] + description: ["Glowing softly with hues of flame, this ancient blossom is thought to be a gift from the deep earth, where fire once danced."] + id: "76DC49A825A01D60" + rewards: [{ + id: "744CF9EB8C00FDB5" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "71B53D76D691A8E1" + item: "minecraft:torchflower" + type: "item" + }] + x: 2.5d + y: 3.5d + } + { + dependencies: [ + "53D1E7880BE9CBF3" + "79CC4BBB699E26EA" + ] + description: ["Warming as a sunset, the orange tulip is said to bring cheer and good fortune to those who find it."] + id: "1AE9313131C60B20" + rewards: [{ + id: "71FBFAF5A0EBE371" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4C5CEF70E70401FB" + item: "minecraft:orange_tulip" + type: "item" + }] + x: 2.5d + y: 1.5d + } + { + dependencies: [ + "799A3678C691BBA3" + "68536E0D3B5694E7" + ] + description: ["Bright and bold, the red tulip is a symbol of love and passion, often given in times of heartfelt confession."] + id: "4917C2EEA848997D" + rewards: [{ + id: "042ED2B584C618F1" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "013CE9D82F11A9BC" + item: "minecraft:red_tulip" + type: "item" + }] + x: 0.5d + y: 1.5d + } + { + dependencies: [ + "53D1E7880BE9CBF3" + "5FA8835DAD8496B6" + ] + description: ["Soft as moonlight, white tulips once whispered of peace and innocence in gardens now long lain fallow."] + id: "049EFFDACB56ECD5" + rewards: [{ + id: "093BFC43D4CB78C5" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "18D80EB780A71777" + item: "minecraft:white_tulip" + type: "item" + }] + x: 3.5d + y: 1.5d + } + { + dependencies: [ + "5FA8835DAD8496B6" + "68536E0D3B5694E7" + ] + description: ["Soft and gentle, the pink tulip speaks of friendship and gentle affection, often found where laughter lingers."] + id: "25E0B4ED41C1D3E9" + rewards: [{ + id: "6FE2BBC433C30DAD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "12872996722309A5" + item: "minecraft:pink_tulip" + type: "item" + }] + x: 1.5d + y: 1.5d + } + { + dependencies: [ + "799A3678C691BBA3" + "5C3BED68010EC635" + ] + description: ["Dark as a starless night and thorned with sorrow, this eerie bloom grows only in the wake of ruin and shadow."] + id: "1AA12EC1B3202E65" + rewards: [{ + id: "2D26B1BE88D7F780" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "133F809A32F2DA8E" + item: "minecraft:wither_rose" + type: "item" + }] + x: 2.0d + y: 2.5d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: [ + "You can make podzol for planting flower seeds on by growing a 2x2 of spruce saplings - the large tree, once grown, will convert dirt (and dried earth!) under it into podzol." + "" + "&7Tip: once the strength trait of a flower is high enough, you won't need to plant them on podzol!" + ] + hide_until_deps_complete: true + icon: "minecraft:podzol" + id: "0B5C8BA575972913" + rewards: [{ + id: "51BDB90015A6DB8B" + type: "xp" + xp: 100 + }] + tasks: [ + { + count: 4L + id: "39B842A52117843D" + item: "minecraft:spruce_sapling" + type: "item" + } + { + icon: "minecraft:podzol" + id: "698820444A9BB27A" + observe_type: 0 + timer: 0L + title: "Look at Podzol" + to_observe: "minecraft:podzol" + type: "observation" + } + ] + title: "Podzol" + x: 2.0d + y: -1.5d + } + { + dependencies: ["303D96CD71A877FA"] + description: ["Onion's delicious smell once filled the air as it gave flavor to meals."] + hide_dependency_lines: true + id: "539A68C71D4CCBE9" + rewards: [{ + id: "40D200ECBA327744" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "676458C8E40DFE15" + item: "croptopia:onion" + type: "item" + }] + x: -3.5d + y: 7.0d + } + { + dependencies: [ + "303D96CD71A877FA" + "32195AB6E6F75FF1" + ] + description: [ + "Sweet potatoes grew slow and sweet underground, long ago." + "{@pagebreak}" + "(new page placeholder text)" + ] + hide_dependency_lines: true + id: "137AC3CF85666619" + rewards: [{ + id: "56011151E8E584EC" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "0A1850D7CA822C36" + item: "croptopia:sweetpotato" + type: "item" + }] + x: -6.5d + y: 7.0d + } + { + dependencies: [ + "33BAEE563814DCDB" + "32195AB6E6F75FF1" + ] + description: ["A humble grain that swayed in golden fields before being ground and baked into something warm and sustaining."] + hide_dependency_lines: true + id: "6773A50CB01DADDF" + rewards: [{ + id: "72FBB299E4D59120" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "346F8AD751BE2017" + item: "croptopia:barley" + type: "item" + }] + x: -7.5d + y: 7.0d + } + { + dependencies: [ + "303D96CD71A877FA" + "7CC83C324E6A01E9" + ] + description: ["Basil once filled the air with a fragrance that breezes would quietly carry away."] + hide_dependency_lines: true + id: "7C65E374FF6718D6" + rewards: [{ + id: "106748BDD1EA2BB5" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "68760923F61592E5" + item: "croptopia:basil" + type: "item" + }] + x: -2.5d + y: 7.0d + } + { + dependencies: [ + "08415BCE11C57437" + "36EF6C1E1C861A4A" + ] + description: ["A small, zesty vegetable that added a sharp bite to meals."] + hide_dependency_lines: true + id: "3E4A7F5E033DE19E" + rewards: [{ + id: "701015BC9C24C13E" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "572F2DEFDD7F9649" + item: "croptopia:radish" + type: "item" + }] + x: -9.5d + y: 7.0d + } + { + dependencies: [ + "269466269FFFC1BC" + "303D96CD71A877FA" + ] + description: ["A dark, sturdy bean that once softened in pots where stories and spices mingled."] + hide_dependency_lines: true + id: "633DFD123996C0AE" + rewards: [{ + id: "200320640F305F9A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "268DF1F6067E266B" + item: "croptopia:blackbean" + type: "item" + }] + x: -5.5d + y: 7.0d + } + { + dependencies: [ + "269466269FFFC1BC" + "7CC83C324E6A01E9" + ] + description: ["A slender, snappy vegetable that brightened plates in days long past."] + hide_dependency_lines: true + id: "708E081EFB5553CB" + rewards: [{ + id: "2ABEA98916C08005" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6742AE17061E7175" + item: "croptopia:greenbean" + type: "item" + }] + x: -4.5d + y: 7.0d + } + { + dependencies: ["137AC3CF85666619"] + description: ["A nutrient-rich tuber, often tied to seasonal harvests and both everyday and festive cooking."] + id: "6D92EF0CCD30AEDF" + rewards: [{ + id: "72ABF023D9ED27AD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "348A713290BDAC3F" + item: "croptopia:yam" + type: "item" + }] + x: -7.0d + y: 8.0d + } + { + dependencies: ["137AC3CF85666619"] + description: ["Widely adopted, they were once integral to many cuisines, especially where freshness and preservation intersected."] + id: "5907D1A652A58C02" + rewards: [{ + id: "1340CC4AB25D339B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "77F2F46FAAEAFA96" + item: "croptopia:tomato" + type: "item" + }] + x: -6.0d + y: 8.0d + } + { + dependencies: [ + "32195AB6E6F75FF1" + "1CE48B2F73EDB8FC" + ] + description: ["Spiny and hardy, the cactus once dotted vast oceans of sand."] + id: "761691BED4E01678" + rewards: [{ + id: "09359B9E296D9369" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "0E260F861D5B72E1" + item: "minecraft:cactus" + type: "item" + }] + x: -4.5d + y: 1.5d + } + { + dependencies: [ + "761691BED4E01678" + "32195AB6E6F75FF1" + ] + description: ["Saguaro once stood tall in the desert heat, holding their shape against time and silence."] + hide_dependency_lines: true + id: "2403D7E46BBE79E8" + rewards: [{ + id: "31F71931BE479EE7" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2947DE2CA61F0C3A" + item: "croptopia:saguaro" + type: "item" + }] + x: -8.5d + y: 7.0d + } + { + dependencies: ["539A68C71D4CCBE9"] + description: ["Valued for its hardiness and storage life, it figured prominently in preserved and cold-weather foods."] + id: "53AF55E4B044F5FD" + rewards: [{ + id: "177FE7BD956C9665" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "08449C0C516FC7EF" + item: "croptopia:cabbage" + type: "item" + }] + x: -3.0d + y: 8.0d + } + { + dependencies: [ + "539A68C71D4CCBE9" + "708E081EFB5553CB" + ] + description: ["Fast-growing and versatile, they were commonly used to add mild sharpness to everyday dishes."] + id: "6BC3D688CE214B07" + rewards: [{ + id: "0B645F730F169484" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "574AE7D844136B76" + item: "croptopia:greenonion" + type: "item" + }] + x: -4.0d + y: 8.0d + } + { + dependencies: ["708E081EFB5553CB"] + description: ["Coffee was brewed each morning, dark and warm, its bitterness softened by time and habit."] + id: "4D314EC44E052CBF" + rewards: [{ + id: "31CCCDD41A6613C4" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "286352D477FD43F4" + item: "croptopia:coffee_beans" + type: "item" + }] + x: -5.0d + y: 8.0d + } + { + dependencies: ["6773A50CB01DADDF"] + description: ["A worldwide staple, central to daily diets and shaped by centuries of cultivation and ritual."] + id: "39502B2D84E40320" + rewards: [{ + id: "61052FDA0C24E08A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6FC26E9B04988015" + item: "croptopia:rice" + type: "item" + }] + x: -8.0d + y: 8.0d + } + { + dependencies: ["3E4A7F5E033DE19E"] + description: ["A cool-weather root typically grown for its reliability and used in simple, hearty meals."] + id: "5B5641FA7A0DD8E0" + rewards: [{ + id: "6486D733773C2845" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "31FA4C26823FEF81" + item: "croptopia:turnip" + type: "item" + }] + x: -9.0d + y: 8.0d + } + { + dependencies: ["5B5641FA7A0DD8E0"] + description: ["A hardy root, valued for nutrition and storage through cold months."] + id: "77F7CE7CCE05B577" + rewards: [{ + id: "5641216299CDB763" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "21FEADF6B1FFADD9" + item: "croptopia:rutabaga" + type: "item" + }] + x: -7.5d + y: 9.0d + } + { + dependencies: [ + "5907D1A652A58C02" + "539A68C71D4CCBE9" + ] + description: ["Once used to add a small amount of spice to everyday food."] + id: "25ADE2521FE623C3" + rewards: [{ + id: "0F8D857E5955FBA7" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7EF00B6625FFA437" + item: "croptopia:chile_pepper" + type: "item" + }] + x: -4.5d + y: 9.0d + } + { + dependencies: [ + "39502B2D84E40320" + "708E081EFB5553CB" + ] + description: ["Once cultivated widely for its simple, nourishing qualities."] + id: "5F89CB1EB71D3A1F" + rewards: [{ + id: "625372CE2150112E" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "707576D3E6D74E22" + item: "croptopia:soybean" + type: "item" + }] + x: -5.5d + y: 9.0d + } + { + dependencies: [ + "39502B2D84E40320" + "6773A50CB01DADDF" + ] + description: ["A vital staple, central to diets and agricultural abundance."] + id: "65C7540C8DC0BF5F" + rewards: [{ + id: "02512EBAA878BDC5" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2B980400F933CD07" + item: "croptopia:corn" + type: "item" + }] + x: -6.5d + y: 9.0d + } + { + dependencies: [ + "25ADE2521FE623C3" + "708E081EFB5553CB" + ] + description: ["Seeds that added warmth and spice, enhancing a variety of dishes."] + id: "767FBB61FCFCF24F" + rewards: [{ + id: "728F6FDB1E45078C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2C04123C55711A03" + item: "croptopia:mustard" + type: "item" + }] + x: -4.0d + y: 10.0d + } + { + dependencies: [ + "7C65E374FF6718D6" + "25ADE2521FE623C3" + ] + description: ["Mild and colorful, they brought sweetness and variety to meals."] + id: "2E16EB869081D97A" + rewards: [{ + id: "151C6A633C6A6321" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6464992F90700B8C" + item: "croptopia:bellpepper" + type: "item" + }] + x: -3.0d + y: 10.0d + } + { + dependencies: ["5F89CB1EB71D3A1F"] + description: ["Known for its cool, crisp texture, often enjoyed fresh or pickled."] + id: "33FEFD3C13804031" + rewards: [{ + id: "19E8F6D336DCD3D3" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "574CCC865F6E78C0" + item: "croptopia:cucumber" + type: "item" + }] + x: -7.0d + y: 10.0d + } + { + dependencies: ["5F89CB1EB71D3A1F"] + description: ["A sweet fruit that brightened the warmer months with its flavor."] + id: "3FE30435F595931C" + rewards: [{ + id: "3317D7CE42C02DC7" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7B441C25B6544AAC" + item: "croptopia:strawberry" + type: "item" + }] + x: -6.0d + y: 10.0d + } + { + dependencies: ["5F89CB1EB71D3A1F"] + description: ["Harvested for its tender shoots, enjoyed seasonally."] + id: "5017DC066FE3B51D" + rewards: [{ + id: "511E6F9804F12D7B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7F5966299F746109" + item: "croptopia:asparagus" + type: "item" + }] + x: -8.0d + y: 10.0d + } + { + dependencies: ["5F89CB1EB71D3A1F"] + description: ["Offered a subtle crunch and flavor, a common addition in many recipes."] + id: "5ED74322B9011AA1" + rewards: [{ + id: "60C9A5E8DCF522FB" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "051EE40CCEEAC787" + item: "croptopia:celery" + type: "item" + }] + x: -5.0d + y: 10.0d + } + { + dependencies: [ + "65C7540C8DC0BF5F" + "39502B2D84E40320" + ] + description: ["Once a comforting grain, quietly nourishing both people and animals alike."] + id: "5FD2AF761DFCFCDB" + rewards: [{ + id: "5F1CFF43548C05E5" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "570913A53DDA538A" + item: "croptopia:oat" + type: "item" + }] + x: -10.0d + y: 10.0d + } + { + dependencies: [ + "65C7540C8DC0BF5F" + "708E081EFB5553CB" + ] + description: ["Peanuts were once valued for their simple richness and high protein content."] + id: "068AA2EB4FEE62ED" + rewards: [{ + id: "73EDADD364B6F0CB" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2D5899B22F62D7FA" + item: "croptopia:peanut" + type: "item" + }] + x: -9.0d + y: 10.0d + } + { + dependencies: [ + "33FEFD3C13804031" + "5907D1A652A58C02" + ] + description: ["Tart and vibrant, they were key in sauces and salsas that brought bold flavor."] + id: "5AC9411A91E56A6E" + rewards: [{ + id: "40A75AB264E43C5D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "71968C4CBC570D88" + item: "croptopia:tomatillo" + type: "item" + }] + x: -8.5d + y: 11.0d + } + { + dependencies: ["33FEFD3C13804031"] + description: ["A versatile summer squash, cooked or baked into a variety of dishes."] + id: "2ECD80D48B96EDCE" + rewards: [{ + id: "55B11485FD9232A0" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6D8C5BF0C7A30152" + item: "croptopia:zucchini" + type: "item" + }] + x: -9.5d + y: 11.0d + } + { + dependencies: [ + "5F89CB1EB71D3A1F" + "3FE30435F595931C" + ] + description: ["A small, sweet berry, enjoyed fresh or preserved to brighten meals."] + id: "18A39F522DFC0F12" + rewards: [{ + id: "5A6924CFAEB133C4" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7D0FCE5FEC77535E" + item: "croptopia:raspberry" + type: "item" + }] + x: -7.5d + y: 11.0d + } + { + dependencies: [ + "3FE30435F595931C" + "5F89CB1EB71D3A1F" + ] + description: ["Known for their sweetness and antioxidants, often eaten fresh or in preserves."] + id: "321737F90DED1F6D" + rewards: [{ + id: "5DF47BF9A90DF300" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6EF4514779DB6F4E" + item: "croptopia:blueberry" + type: "item" + }] + x: -5.5d + y: 11.0d + } + { + dependencies: [ + "5F89CB1EB71D3A1F" + "3FE30435F595931C" + ] + description: ["Rich and tangy, they provided a burst of flavor and nutrition when they were in season."] + id: "6FC8F37704C8FC65" + rewards: [{ + id: "1103C3E76D3212B2" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4F456882B557C108" + item: "croptopia:blackberry" + type: "item" + }] + x: -6.5d + y: 11.0d + } + { + dependencies: ["5ED74322B9011AA1"] + description: ["A mild onion relative, used to add depth and subtle flavor to soups and stews."] + id: "11A9C568031B9FE8" + rewards: [{ + id: "5912AC2853A3CDC1" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "308AE22996373D4D" + item: "croptopia:leek" + type: "item" + }] + x: -3.5d + y: 11.0d + } + { + dependencies: [ + "5ED74322B9011AA1" + "5F89CB1EB71D3A1F" + ] + description: ["Crisp and cool, a common leafy green that added freshness to countless dishes."] + id: "5C958E5EFDC1238C" + rewards: [{ + id: "5468C20E5E01C0DF" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "595F6D27F9CCDE58" + item: "croptopia:lettuce" + type: "item" + }] + x: -2.5d + y: 11.0d + } + { + dependencies: ["068AA2EB4FEE62ED"] + description: ["Valued for its spicy warmth and medicinal qualities, a staple in many remedies and recipes now lost."] + id: "24683B06C12BC4B9" + rewards: [{ + id: "1D898A400CA28A6A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7383A4176B36F061" + item: "croptopia:ginger" + type: "item" + }] + x: -10.5d + y: 11.0d + } + { + dependencies: ["3FE30435F595931C"] + description: ["A fragrant melon, its juicy flesh a refreshing treat on hot days."] + id: "516F5336FA6CBDD8" + rewards: [{ + id: "785361CD54B97647" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "43BD354A87792215" + item: "croptopia:cantaloupe" + type: "item" + }] + x: -4.5d + y: 11.0d + } + { + dependencies: ["5FD2AF761DFCFCDB"] + description: ["A sweet, cooling melon that offered relief during warm seasons."] + id: "7280C49FFD91F7C0" + rewards: [{ + id: "15E01D6AAECF7C48" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "205BFBC069F3F80A" + item: "croptopia:honeydew" + type: "item" + }] + x: -11.5d + y: 11.0d + } + { + dependencies: [ + "516F5336FA6CBDD8" + "3FE30435F595931C" + ] + description: ["A tangy fruit, rich in vitamin C and refreshing in warmer months."] + id: "6A7D86B8481B0F69" + rewards: [{ + id: "17CAC3FC4ED19B5F" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3458A15035D3E429" + item: "croptopia:kiwi" + type: "item" + }] + x: -7.0d + y: 12.0d + } + { + dependencies: [ + "2ECD80D48B96EDCE" + "5907D1A652A58C02" + ] + description: ["A versatile vegetable, often roasted or stewed to add richness to meals."] + id: "4DD65B7AF1F78BAA" + rewards: [{ + id: "20C2BEEEDF78A00C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "071F769CC285C4F8" + item: "croptopia:eggplant" + type: "item" + }] + x: -10.0d + y: 12.0d + } + { + dependencies: [ + "53AF55E4B044F5FD" + "5C958E5EFDC1238C" + ] + description: ["A mild vegetable used in a variety of dishes, from soups to roasts."] + id: "38C3364E47A88D9A" + rewards: [{ + id: "35D4F7422404695F" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1B6F6677C3DC7324" + item: "croptopia:cauliflower" + type: "item" + }] + x: -4.0d + y: 12.0d + } + { + dependencies: [ + "6FC8F37704C8FC65" + "3FE30435F595931C" + ] + description: ["Small and tart, used fresh or dried to add brightness to dishes and preserves."] + id: "27F5765B374BA472" + rewards: [{ + id: "1296BB0AAAE760F0" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3BEC3DED210285E5" + item: "croptopia:currant" + type: "item" + }] + x: -9.0d + y: 12.0d + } + { + dependencies: [ + "6FC8F37704C8FC65" + "708E081EFB5553CB" + ] + description: ["Valued for their oil and flavor, they were a key ingredient in cooking and preservation."] + id: "33A9BA581FD7FF42" + rewards: [{ + id: "083E100656FC63DE" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "797BE018D15D3B8A" + item: "croptopia:olive" + type: "item" + }] + x: -8.0d + y: 12.0d + } + { + dependencies: [ + "5F89CB1EB71D3A1F" + "5C958E5EFDC1238C" + ] + description: ["Known for its nutritional content, often steamed or roasted."] + id: "00F0F07CB99999DD" + rewards: [{ + id: "5EBE9BB653EC91F5" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7022B9D6BEC2362C" + item: "croptopia:broccoli" + type: "item" + }] + x: -6.0d + y: 12.0d + } + { + dependencies: [ + "5C958E5EFDC1238C" + "5017DC066FE3B51D" + ] + description: ["Prized for its tender hearts, a special ingredient in many traditional meals."] + id: "7DA273378C766E97" + rewards: [{ + id: "557BAA2FD66B1FAC" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "773071BAED393175" + item: "croptopia:artichoke" + type: "item" + }] + x: -3.0d + y: 12.0d + } + { + dependencies: ["5C958E5EFDC1238C"] + description: ["Tart and fibrous, often cooked down into jams and desserts."] + id: "5E4AEB5E06E4927B" + rewards: [{ + id: "59CF2BBBCE5B4AD8" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4009D5C4550379C9" + item: "croptopia:rhubarb" + type: "item" + }] + x: -2.0d + y: 12.0d + } + { + dependencies: [ + "539A68C71D4CCBE9" + "24683B06C12BC4B9" + ] + description: ["A pungent staple, prized for both taste and medicinal value in many kitchens."] + id: "5AA79349A18E2B21" + rewards: [{ + id: "5BFB8F811583A46A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "19DF4BFDDE41F214" + item: "croptopia:garlic" + type: "item" + }] + x: -11.0d + y: 12.0d + } + { + dependencies: [ + "39502B2D84E40320" + "24683B06C12BC4B9" + ] + description: ["Known for its vibrant color and healing properties, it flavored food and soothed ailments alike."] + id: "707768F4402BB1AB" + rewards: [{ + id: "74B478B3F6B44C65" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7A0CA2D837361DE7" + item: "croptopia:turmeric" + type: "item" + }] + x: -12.0d + y: 12.0d + } + { + dependencies: [ + "516F5336FA6CBDD8" + "321737F90DED1F6D" + ] + description: ["Sweet and versatile - enjoyed fresh or transformed into wines and preserves."] + id: "467AF39CDB5CB3C3" + rewards: [{ + id: "7BEF442BD2ADE40C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4DF07C2CBC678062" + item: "croptopia:grape" + type: "item" + }] + x: -5.0d + y: 12.0d + } + { + dependencies: ["5C958E5EFDC1238C"] + description: ["A leafy green, rich in nutrients and commonly eaten fresh."] + id: "21715F3238686516" + rewards: [{ + id: "0B264346111C158C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "580CC3B4E7BF8A4C" + item: "croptopia:spinach" + type: "item" + }] + x: -1.0d + y: 12.0d + } + { + dependencies: ["4DD65B7AF1F78BAA"] + description: ["A hearty vegetable, often stored through colder months and used in countless recipes."] + id: "15C3EE5343C7979E" + rewards: [{ + id: "4DB0633FBAFBE1B0" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6A8C5398F1471034" + item: "croptopia:squash" + type: "item" + }] + x: -8.5d + y: 13.0d + } + { + dependencies: [ + "53AF55E4B044F5FD" + "38C3364E47A88D9A" + ] + description: ["A resilient leafy green valued for its nutrition and versatility in cooking."] + id: "21714478E7071DCF" + rewards: [{ + id: "2FFA5CB7CDB9DE53" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "588E7EDED29EC3EB" + item: "croptopia:kale" + type: "item" + }] + x: -5.5d + y: 13.0d + } + { + dependencies: [ + "6FC8F37704C8FC65" + "27F5765B374BA472" + ] + description: ["Small, dark berries used for their medicinal properties and tart flavor."] + id: "719C5D676C205752" + rewards: [{ + id: "26F1676D952E6C70" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "49295F3C87F6AE2E" + item: "croptopia:elderberry" + type: "item" + }] + x: -6.5d + y: 13.0d + } + { + dependencies: [ + "6773A50CB01DADDF" + "38C3364E47A88D9A" + ] + description: ["Known for their bitter aroma, they were essential in brewing of all kinds."] + id: "4C81565D5ACCD3BE" + rewards: [{ + id: "2EFE048FF5A380A5" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "64BF1579EEE163CE" + item: "croptopia:hops" + type: "item" + }] + x: -7.5d + y: 13.0d + } + { + dependencies: [ + "467AF39CDB5CB3C3" + "321737F90DED1F6D" + ] + description: ["Tart and bright, commonly used fresh or preserved to complement meals."] + id: "6CFE4E9395EFE71C" + rewards: [{ + id: "117D9DD621510515" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "147548D2A94409FC" + item: "croptopia:cranberry" + type: "item" + }] + x: -4.5d + y: 13.0d + } + { + dependencies: ["707768F4402BB1AB"] + description: ["A fragrant bean that lent warmth and sweetness to many desserts and drinks."] + id: "3BCD2963C795C8B7" + rewards: [{ + id: "25E32F08A050A6DD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "50F3798E2668DA1B" + item: "croptopia:vanilla" + type: "item" + }] + x: -9.5d + y: 13.0d + } + { + dependencies: [ + "65C7540C8DC0BF5F" + "21715F3238686516" + ] + description: ["A sweet and tangy fruit that brought plenty of flavor to many dishes."] + id: "61E05D40CE42B545" + rewards: [{ + id: "2D952CC46B1851DF" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7535D1E700BDE025" + item: "croptopia:pineapple" + type: "item" + }] + x: -3.5d + y: 13.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Crunchy, subtly sweet nuts with a toasty, earthy finish."] + hide_until_deps_complete: true + id: "1916E46BEB1F2537" + rewards: [{ + id: "42873ADF4FDFC74B" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "41E7B5CAB6A25478" + item: "croptopia:almond_sapling" + type: "item" + }] + x: 0.5d + y: 7.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Crisp, juicy fruits that balance light sweetness with a refreshing tang."] + hide_until_deps_complete: true + id: "6FEC2402791EC0A4" + rewards: [{ + id: "062F49FF589329AE" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "286CAA1CA20EF61B" + item: "croptopia:apple_sapling" + type: "item" + }] + x: 1.5d + y: 7.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Soft, slightly fuzzy fruits with a delightfully sweet-tart burst."] + hide_until_deps_complete: true + id: "3E0ED15B75A185CA" + rewards: [{ + id: "16DBD937B0A9AB19" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "2D28FBBD6FDC2758" + item: "croptopia:apricot_sapling" + type: "item" + }] + x: 2.5d + y: 7.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Creamy and buttery with a mild, slightly grassy flavor."] + hide_until_deps_complete: true + id: "1CDCD52F9FA69B34" + rewards: [{ + id: "7C060709AF2F0BEA" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "666D92F23E3FD131" + item: "croptopia:avocado_sapling" + type: "item" + }] + x: 3.5d + y: 7.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Sweet, mellow fruits with a classic tropical aroma."] + hide_until_deps_complete: true + id: "19014BBBD41BCF0B" + rewards: [{ + id: "0D04389694999477" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "3652CEAD8CE31DB7" + item: "croptopia:banana_sapling" + type: "item" + }] + x: 4.5d + y: 7.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Soft and nutty, cashews offer a creamy bite with a sweet-savory balance."] + hide_until_deps_complete: true + id: "030F46DE570F297E" + rewards: [{ + id: "20E14C30257236FB" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "071DFB6DA5BEA7C9" + item: "croptopia:cashew_sapling" + type: "item" + }] + x: 0.5d + y: 8.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Cherries burst with juicy intensity; sweet, sometimes sharp, and always bright."] + hide_until_deps_complete: true + id: "335CBABD76A3BA31" + rewards: [{ + id: "233ED588C2667077" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "50D8B96E983DCEF3" + item: "croptopia:cherry_sapling" + type: "item" + }] + x: 1.5d + y: 8.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Cracking into a coconut reveals cool, sweet water and soft, fragrant meat."] + hide_until_deps_complete: true + id: "2D7C1F8BC048CFCD" + rewards: [{ + id: "21D171640CF71434" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "4C30645AFA25BDE8" + item: "croptopia:coconut_sapling" + type: "item" + }] + x: 3.5d + y: 8.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Dates are also known as nature's candy: chewy, caramel-rich, and deeply sweet."] + hide_until_deps_complete: true + id: "682C64F6A2B0291A" + rewards: [{ + id: "50617DEDD656EAB9" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "0A347B4BF3CEFB84" + item: "croptopia:date_sapling" + type: "item" + }] + x: 4.5d + y: 8.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["With neon skin and unique speckled flesh, dragon fruit tastes delicate, lightly sweet, and just a little floral."] + hide_until_deps_complete: true + id: "28A459B956D547DD" + rewards: [{ + id: "0331F66047ED0BD3" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "71EB383F97A76AD0" + item: "croptopia:dragonfruit_sapling" + type: "item" + }] + x: 0.5d + y: 9.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Figs are jammy and soft with a honey-like flavor."] + hide_until_deps_complete: true + id: "39EE227C5F58CAAA" + rewards: [{ + id: "2F952E90A84FA72C" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "0EE58F9514846859" + item: "croptopia:fig_sapling" + type: "item" + }] + x: 1.5d + y: 9.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Grapefruit will wake up your palate - juicy, sour, bitter, and bold."] + hide_until_deps_complete: true + id: "2FD4033DA28F9D21" + rewards: [{ + id: "60032A7E90755C5E" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "07C244BAE9783FAE" + item: "croptopia:grapefruit_sapling" + type: "item" + }] + x: 2.5d + y: 9.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Kumquats are often eaten whole, with a sharp citrus shock over sweet orange notes."] + hide_until_deps_complete: true + id: "404DB15C6D49B646" + rewards: [{ + id: "3E0735677D07D3EB" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "3899B80F69BE83A2" + item: "croptopia:kumquat_sapling" + type: "item" + }] + x: 3.5d + y: 9.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Tart and vivid, lemons cut through richness with their clean citrus bite."] + hide_until_deps_complete: true + id: "1636367444D293D4" + rewards: [{ + id: "62053A898D3638E5" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "3413A89688D0A66B" + item: "croptopia:lemon_sapling" + type: "item" + }] + x: 4.5d + y: 9.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Smaller and punchier than lemons, limes have a tight, zesty sting."] + hide_until_deps_complete: true + id: "6BC76C8A74C25796" + rewards: [{ + id: "7179DC00A11F6DEA" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "5D192C7EE08DF2F9" + item: "croptopia:lime_sapling" + type: "item" + }] + x: 0.5d + y: 10.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Mangoes melt in your mouth with tropical sweetness."] + hide_until_deps_complete: true + id: "629C52541A4D897E" + rewards: [{ + id: "3A62869B5698E7A9" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "3AE9C78DFA8CC86D" + item: "croptopia:mango_sapling" + type: "item" + }] + x: 1.5d + y: 10.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Like a peach in sleek skin, nectarines are sweet, tangy, and satisfyingly juicy."] + hide_until_deps_complete: true + id: "767A247376C17981" + rewards: [{ + id: "25045DA6108A3357" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "4EF1B72F18768747" + item: "croptopia:nectarine_sapling" + type: "item" + }] + x: 2.5d + y: 10.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Ground nutmeg adds a warm, nutty-spicy aroma that’s cozy and festive to any dish."] + hide_until_deps_complete: true + id: "031FB94A1D6CEC81" + rewards: [{ + id: "4A8C4B92E0B947A8" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "3A19797127F26A8E" + item: "croptopia:nutmeg_sapling" + type: "item" + }] + x: 3.5d + y: 10.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Oranges are all brightness and juice, sweet with a sunny citrus finish."] + hide_until_deps_complete: true + id: "6FD2642EB3540BD6" + rewards: [{ + id: "381D2EA8F3E89E70" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "65A7D0C295262FBA" + item: "croptopia:orange_sapling" + type: "item" + }] + x: 4.5d + y: 10.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Peaches are the most famous of stone fruit, for good reason."] + hide_until_deps_complete: true + id: "308A89A2E4901594" + rewards: [{ + id: "1E2127A866E30F04" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "5FE23F8AF575E64D" + item: "croptopia:peach_sapling" + type: "item" + }] + x: 0.5d + y: 11.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Pears are quietly sweet and crisp; eternally elegant."] + hide_until_deps_complete: true + id: "750822BC779DC440" + rewards: [{ + id: "2C1C127AAB066688" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "1613B1390704C338" + item: "croptopia:pear_sapling" + type: "item" + }] + x: 1.5d + y: 11.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Pecans have a great crunch with deep nutty flavor."] + hide_until_deps_complete: true + id: "0B17ABE850EC89B7" + rewards: [{ + id: "0F93FC1DB5515191" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "341EF38F25275B6C" + item: "croptopia:pecan_sapling" + type: "item" + }] + x: 2.5d + y: 11.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Persimmons are smooth and syrupy, with a mellow flavor that deepens as they ripen."] + hide_until_deps_complete: true + id: "7B403F791AF06ADC" + rewards: [{ + id: "49CCBD939D791DA7" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "1711D92C76266C70" + item: "croptopia:persimmon_sapling" + type: "item" + }] + x: 3.5d + y: 11.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Plums skirt the line between tart and sweet, finishing with a tangy punch."] + hide_until_deps_complete: true + id: "4FC4A49972031C19" + rewards: [{ + id: "6C29597EDBAE4D98" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "3DDAD2ADDE518DB4" + item: "croptopia:plum_sapling" + type: "item" + }] + x: 4.5d + y: 11.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Star fruit is crisp and juicy, with a tropical edge."] + hide_until_deps_complete: true + id: "63DDF088215038F0" + rewards: [{ + id: "6BE455758CE3EE85" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "52A2D9C4C6F8E2C2" + item: "croptopia:starfruit_sapling" + type: "item" + }] + x: 2.0d + y: 12.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["Walnuts are hearty and slightly bitter, great for a midday snack."] + hide_until_deps_complete: true + id: "467750D10318D9E8" + rewards: [{ + id: "2678A1A9F69BB235" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "36499DF060C70D98" + item: "croptopia:walnut_sapling" + type: "item" + }] + x: 3.0d + y: 12.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["The bark grinds down to a warm, spicy-sweet powder that instantly deepens any flavor."] + hide_until_deps_complete: true + id: "794AFD13A349F2A0" + rewards: [{ + id: "550C1B3474880DA8" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "4945AB3281C4A79B" + item: "croptopia:cinnamon_sapling" + type: "item" + }] + x: 2.5d + y: 8.0d + } + { + can_repeat: false + dependencies: ["08415BCE11C57437"] + description: [ + "The &6Cooking Table&r is the heart of a multiblock kitchen - allowing you to craft any number of foods with the items stored inside of it. It can also supply you with tools, water, snow/ice, and milk." + "" + "Especially handy when you have a large amount of foods and a limited amount of brainpower." + ] + hide_dependency_lines: true + icon: "cookingforblockheads:cooking_table" + id: "4D73550447732EA7" + rewards: [{ + id: "6D09FB870BF5871E" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "68694769196AB56D" + item: "cookingforblockheads:cooking_table" + type: "item" + }] + title: "Cooking for Blockheads" + x: -3.5d + y: -5.5d + } + { + dependencies: [ + "4D73550447732EA7" + "52D07AB4E6B88EA1" + ] + description: ["The &6ME Kitchen Station&r lets you connect your multiblock kitchen to your ME system!"] + id: "7BAD63BC0715B64B" + rewards: [ + { + id: "3A5DA2A94F737E87" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "sebastrnlib:sebastrn_mods_guide_book" + } + } + type: "item" + } + { + id: "53804A5D4F3F49E3" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "0D5F5E260FB18663" + item: "appliedcooking:kitchen_station" + type: "item" + }] + x: -1.5d + y: -5.5d + } + { + dependencies: ["4D73550447732EA7"] + description: ["The &6fridge&r stores items, just like a cabinet."] + id: "125C325C7C2A5F96" + rewards: [ + { + count: 16 + id: "1050B037549D4C1E" + item: "minecraft:snowball" + type: "item" + } + { + id: "698DDA3D7FA57F83" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "1FE2FB207B02A2A9" + item: "cookingforblockheads:fridge" + type: "item" + }] + x: -4.5d + y: -5.5d + } + { + dependencies: ["4D73550447732EA7"] + description: [ + "A &6sink&r provides unlimited water to recipes." + "" + "&7Tip: ...and other things." + ] + id: "099EFA6218C75305" + rewards: [{ + id: "794FA35704620008" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4F39577A9F222030" + item: "cookingforblockheads:sink" + type: "item" + }] + x: -4.5d + y: -4.5d + } + { + dependencies: ["4D73550447732EA7"] + description: ["The oven lets you cook multiple foods in a single block."] + id: "77F39CFBE045ED20" + rewards: [{ + id: "1751761C7767AA29" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "609B40D630E5903D" + item: "cookingforblockheads:oven" + type: "item" + }] + x: -2.5d + y: -5.5d + } + { + dependencies: ["4D73550447732EA7"] + description: [ + "A &6Cow in a Jar&r slowly produces milk, which can be used in recipes." + "" + "...but how does one get a cow into a jar?" + "" + "" + "&7Tip: you'll need to turn off claim protection or make this outside a claim, OPAC doesn't really like animal cruelty!" + ] + id: "1401EC6A82EAB753" + rewards: [ + { + count: 16 + id: "145B76F30E19840C" + item: "croptopia:raisin_oatmeal_cookie" + type: "item" + } + { + id: "0CA2F0919A564D66" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "5D2A98BA2DFB9EC5" + item: "cookingforblockheads:cow_jar" + type: "item" + }] + x: -2.5d + y: -4.5d + } + { + dependencies: ["125C325C7C2A5F96"] + description: ["When added to a fridge, the &6ice unit&r provides unlimited ice and snow to recipes."] + id: "53AEEB6C2501B3EC" + rewards: [ + { + count: 4 + id: "579414EE8D8EFFCB" + item: "minecraft:blue_ice" + type: "item" + } + { + id: "19B115D0B7C325FB" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "4163E0AB167C93FC" + item: "cookingforblockheads:ice_unit" + type: "item" + }] + x: -4.5d + y: -6.5d + } + { + dependencies: ["77F39CFBE045ED20"] + description: ["The &6heating unit,&r applied to a stove, lets it run on energy instead of burnable fuel."] + id: "148FE15927A8D3D7" + rewards: [{ + id: "15755214091B0175" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7FDBF51991F2AE34" + item: "cookingforblockheads:heating_unit" + type: "item" + }] + x: -2.5d + y: -6.5d + } + { + dependencies: ["4D73550447732EA7"] + description: ["The &6tool rack&r provides tools to cooking recipes; pots, pans, and other sorts."] + id: "5182E7BBC5921B90" + rewards: [ + { + id: "017EF895E75AF8A2" + item: "croptopia:knife" + type: "item" + } + { + id: "6CE7BA4934193EF7" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "6525DE7190BD2B2A" + item: "cookingforblockheads:tool_rack" + type: "item" + }] + x: -3.5d + y: -6.5d + } + { + dependencies: ["4D73550447732EA7"] + description: ["The &6Kitchen Cabinet and Counter&r store items for the Cooking Table to use."] + icon: "cookingforblockheads:counter" + id: "1DF2160AD495F3F4" + rewards: [ + { + count: 2 + id: "76EA5491DEA2437C" + item: "cookingforblockheads:corner" + type: "item" + } + { + count: 2 + id: "4CCDD4AAB135F43F" + item: "cookingforblockheads:hanging_corner" + type: "item" + } + { + id: "4A282591DBF0B6FB" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "0505402EC8EFD91E" + item: "cookingforblockheads:counter" + type: "item" + } + { + id: "6BCB9CC6B0896385" + item: "cookingforblockheads:cabinet" + type: "item" + } + ] + title: "Kitchen Storage" + x: -3.5d + y: -4.5d + } + { + dependencies: ["226F9F21A941389C"] + description: [ + "The &6Horn of the Wild&r lets you harvest a large area of crops without manually collecting them one by one." + "" + "Useful!" + ] + id: "19C29BAAD5DD7FC9" + rewards: [ + { + count: 2 + id: "6F6540D364BC0D01" + item: "botania:black_lotus" + type: "item" + } + { + id: "6CDDB66742A5ADC6" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "7DD35B7FE457E8E6" + item: "botania:horn_grass" + type: "item" + }] + x: -11.0d + y: -1.0d + } + { + dependencies: ["19C29BAAD5DD7FC9"] + description: [ + "The &6Drum of the Wild&r is a block-based version of the horn - set a mana spreader to shoot mana through it and it'll harvest crops nearby." + "" + "Add a &6hopperhock&r and you have fully automatic crop harvesting!" + ] + id: "7F50D792CA810945" + rewards: [ + { + count: 2 + id: "7A71763B1D69CB72" + item: "botania:black_lotus" + type: "item" + } + { + id: "175BE015E4A98ABB" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "2F27C82883801B53" + item: "botania:drum_wild" + type: "item" + }] + x: -11.0d + y: 0.0d + } + { + dependencies: ["226F9F21A941389C"] + description: [ + "The &6Harvester&r is a little harder to make than the other automated harvesters, but it makes up for it in ease of use." + "" + "Place it on the same level as crops and it will harvest them - a 3x3 area by default, but this can be upgraded with machine upgrades." + ] + id: "12E97DCBD82FBF36" + rewards: [ + { + id: "410B45E029B23B60" + item: "mysticalagriculture:inferium_upgrade" + type: "item" + } + { + id: "2CBEDBAC3C3194B3" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "4CAF0B59B1DA3FDC" + item: "mysticalagriculture:harvester" + type: "item" + }] + x: -12.0d + y: -1.0d + } + { + dependencies: ["226F9F21A941389C"] + description: [ + "The &6Mechanical Harvester&r lets you harvest... mechanically! " + "" + "Attach it to any variety of contraption and as it moves through a crop it will harvest it." + ] + id: "25E18523F7B68AEE" + rewards: [ + { + count: 16 + id: "3FE24E4C19A34887" + item: "create:andesite_alloy" + type: "item" + } + { + id: "1DFFDBA23A7405AD" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "13B2A676D43F186B" + item: "create:mechanical_harvester" + type: "item" + }] + x: -10.0d + y: -1.0d + } + { + dependencies: [ + "21714478E7071DCF" + "61E05D40CE42B545" + "15C3EE5343C7979E" + "719C5D676C205752" + "3BCD2963C795C8B7" + "4C81565D5ACCD3BE" + "6CFE4E9395EFE71C" + "5FD2AF761DFCFCDB" + "707768F4402BB1AB" + "5907D1A652A58C02" + "5C958E5EFDC1238C" + "5E4AEB5E06E4927B" + "708E081EFB5553CB" + "6FC8F37704C8FC65" + "5F89CB1EB71D3A1F" + "633DFD123996C0AE" + "27F5765B374BA472" + "18A39F522DFC0F12" + "7C65E374FF6718D6" + "767FBB61FCFCF24F" + "2403D7E46BBE79E8" + "11A9C568031B9FE8" + "3E4A7F5E033DE19E" + "6A7D86B8481B0F69" + "39502B2D84E40320" + "6773A50CB01DADDF" + "21715F3238686516" + "38C3364E47A88D9A" + "5B5641FA7A0DD8E0" + "2ECD80D48B96EDCE" + "5AA79349A18E2B21" + "00F0F07CB99999DD" + "137AC3CF85666619" + "7280C49FFD91F7C0" + "4D314EC44E052CBF" + "65C7540C8DC0BF5F" + "5ED74322B9011AA1" + "5AC9411A91E56A6E" + "25ADE2521FE623C3" + "3FE30435F595931C" + "068AA2EB4FEE62ED" + "33A9BA581FD7FF42" + "2E16EB869081D97A" + "6BC3D688CE214B07" + "516F5336FA6CBDD8" + "321737F90DED1F6D" + "5017DC066FE3B51D" + "6D92EF0CCD30AEDF" + "4DD65B7AF1F78BAA" + "53AF55E4B044F5FD" + "33FEFD3C13804031" + "7DA273378C766E97" + "539A68C71D4CCBE9" + "77F7CE7CCE05B577" + "467AF39CDB5CB3C3" + "24683B06C12BC4B9" + ] + description: ["That's dedication! A personal shoutout from myself, for the pure raw dedication that you've shown."] + hide_until_deps_complete: true + id: "7F43F59F49A11EB0" + rewards: [ + { + count: 64 + id: "66951D345BDB38DF" + item: "mysticalagriculture:tertium_growth_accelerator" + type: "item" + } + { + count: 16 + id: "0C3963F70AEAB618" + item: "minecraft:golden_apple" + type: "item" + } + ] + shape: "heart" + size: 3.0d + subtitle: "You earned it!" + tasks: [{ + id: "4CA1C5F8DB76A40E" + title: "You know what? Sure." + type: "checkmark" + }] + x: -6.5d + y: 15.0d + } + { + dependencies: [ + "1636367444D293D4" + "2FD4033DA28F9D21" + "4FC4A49972031C19" + "767A247376C17981" + "6FEC2402791EC0A4" + "1916E46BEB1F2537" + "28A459B956D547DD" + "7B403F791AF06ADC" + "467750D10318D9E8" + "6BC76C8A74C25796" + "404DB15C6D49B646" + "030F46DE570F297E" + "39EE227C5F58CAAA" + "1CDCD52F9FA69B34" + "0B17ABE850EC89B7" + "750822BC779DC440" + "19014BBBD41BCF0B" + "308A89A2E4901594" + "682C64F6A2B0291A" + "794AFD13A349F2A0" + "2D7C1F8BC048CFCD" + "335CBABD76A3BA31" + "63DDF088215038F0" + "031FB94A1D6CEC81" + "629C52541A4D897E" + "3E0ED15B75A185CA" + "6FD2642EB3540BD6" + "7F43F59F49A11EB0" + ] + description: ["You've gone even further than I went! An absolute mad. lad. Take your prize and go."] + hide_until_deps_complete: true + id: "21DD7217374E1D06" + rewards: [ + { + count: 128 + id: "3A7A8F0DD9B334E3" + item: "mysticalagriculture:supremium_growth_accelerator" + type: "item" + } + { + count: 16 + id: "09FE957213D8E53C" + item: "minecraft:enchanted_golden_apple" + type: "item" + } + ] + shape: "heart" + size: 3.0d + subtitle: "Your dedication is admirable." + tasks: [{ + id: "7D4D9081E1149077" + type: "checkmark" + }] + title: "Good god..." + x: 2.5d + y: 15.0d + } + { + dependencies: [ + "2E16EB869081D97A" + "767FBB61FCFCF24F" + ] + id: "10434FBFCF57E54E" + tasks: [{ + id: "4FC4C9A09CAC2F76" + item: "croptopia:pepper" + type: "item" + }] + x: -1.5d + y: 11.0d + } + ] + title: "Plants Galore" +} diff --git a/FTBLang/backup/ftbquests/quests/chapters/how_the_world_came_to_be.snbt b/FTBLang/backup/ftbquests/quests/chapters/how_the_world_came_to_be.snbt new file mode 100644 index 0000000..e1cc26f --- /dev/null +++ b/FTBLang/backup/ftbquests/quests/chapters/how_the_world_came_to_be.snbt @@ -0,0 +1,699 @@ +{ + default_hide_dependency_lines: false + default_min_width: 280 + default_quest_shape: "" + filename: "how_the_world_came_to_be" + group: "" + hide_quest_details_until_startable: true + icon: "kubejs:dried_earth" + id: "2B630DD43CEBA9AC" + images: [ + { + dependency: "6B5B443D2F7DD3D4" + height: 4.0d + image: "reclamation:textures/quests/theurgy_1.png" + rotation: 0.0d + width: 4.0d + x: 2.5d + y: -5.0d + } + { + dependency: "01AB2D65C171F1F9" + height: 5.0d + image: "reclamation:textures/quests/theurgy_2.png" + rotation: 0.0d + width: 5.0d + x: -3.2857142857142776d + y: -9.125d + } + ] + order_index: 0 + quest_links: [ ] + quests: [ + { + description: [ + "You wake up in a vast, dead and dried out wasteland. You don't remember how you got here, but you do remember what the world &oshould&r look like - and this isn't it." + "" + "" + "Welcome to &6Reclamation!&r This is a slower-paced pack focused around bringing life and nature back to a dead world. Press &6F3+H&r to disable advanced tooltips, if they're on!" + ] + id: "73F3DDAFC46A9CD5" + rewards: [{ + count: 4 + id: "489A829843674F52" + item: "minecraft:bread" + type: "item" + }] + tasks: [{ + id: "5837682A2F4F2D20" + title: "What happened here?" + type: "checkmark" + }] + x: 0.0d + y: 0.0d + } + { + dependencies: ["3BF5FDE3C81BEF26"] + description: ["Wood is plentiful, if not exactly the quality you remember."] + id: "655DCA5A5B6632E1" + rewards: [ + { + count: 4 + id: "708F75B55045F412" + item: "minecraft:charcoal" + type: "item" + } + { + id: "58872CC82834DE08" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "2BB40E8DED9ACE61" + item: "kubejs:dead_log" + type: "item" + } + { + id: "5B5631EC22B4DDC4" + item: "kubejs:flimsy_planks" + type: "item" + } + ] + title: "Dead Trees" + x: -1.0d + y: -3.0d + } + { + dependencies: ["3BF5FDE3C81BEF26"] + description: [ + "There are ruins around with &6small bits of copper,&r completely oxidized from whatever happened. " + "" + "You might be able to craft something to help you out with that copper, but first you'll have to &6get it into a useable state...&r" + ] + id: "353FED2BF4FBD8EC" + rewards: [ + { + count: 2 + id: "40674CB0CE87E6FE" + item: "farmersdelight:cooked_cod_slice" + type: "item" + } + { + id: "27F410B6A92272C2" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "6870844EA8AA42B5" + item: "minecraft:oxidized_cut_copper" + title: "Oxidized Copper" + type: "item" + }] + x: 1.0d + y: -3.0d + } + { + dependencies: ["73F3DDAFC46A9CD5"] + description: [ + "Many many recipes have been changed in this pack. Make sure you check your recipe browser for crafting recipes! By default, the keybinds when hovering over an item are &6R to look up recipes&r for the item, and &6U to look up uses&r for the item." + "" + "These binds can be changed by clicking the EMI button in the bottom left of your inventory screen." + ] + icon: "minecraft:crafting_table" + id: "7051A7B9EF38B5D8" + rewards: [{ + id: "7E395EC7B7AAC8EF" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7659D788975AE236" + title: "What's changed?" + type: "checkmark" + }] + title: "How do I craft things?" + x: -1.0d + y: 2.5d + } + { + dependencies: ["73F3DDAFC46A9CD5"] + description: ["&l&o&cNO ORE GENERATES IN THE WORLD. RECIPES HAVE CHANGED.&r Those who came before you have completely mined out the entire planet - after centuries of strip mining, quarrying, and general exploitation, there is not so much as a measly scrap of coal in the world, so there's no point trying to find any type of ore by mining."] + icon: "minecraft:iron_ore" + id: "3BF5FDE3C81BEF26" + rewards: [{ + id: "406F3BEC271BD4D1" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "0A321F50741A2841" + title: "Deprived..." + type: "checkmark" + }] + title: "Where's the ore!?" + x: 0.0d + y: -1.5d + } + { + dependencies: [ + "655DCA5A5B6632E1" + "353FED2BF4FBD8EC" + ] + description: [ + "After you &6scrape off the rust with an axe,&r you think you can use a &6cutting board&r to get useable copper out of the oxidized copper you find in ruins." + "" + "This useable copper will be crucial for &6Spagyrics&r, the process of decomposing and recombining matter - which should let you &6rejuvenate the Dried Earth&r into &6Dirt.&r" + "" + "&7Tip: you can also use the cutting board to get more charcoal and scrap wood out of dead logs!" + ] + hide_details_until_startable: true + icon: "minecraft:copper_ingot" + id: "6B5B443D2F7DD3D4" + rewards: [ + { + id: "05887BA1C04CEB57" + item: { + Count: 1 + id: "modonomicon:modonomicon" + tag: { + "modonomicon:book_id": "theurgy:the_hermetica" + } + } + type: "item" + } + { + id: "301F9B4D74B4FDB6" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "53D2A5C292D19EA6" + item: "farmersdelight:cutting_board" + type: "item" + } + { + id: "45703BBEF74B7454" + item: "minecraft:copper_ingot" + type: "item" + } + ] + title: "Useable Copper" + x: 0.0d + y: -4.5d + } + { + dependencies: ["6B5B443D2F7DD3D4"] + description: [ + "In the contaminated water you have found trace amounts of &6Sal Ammoniac,&r a crucial ingredient in the practice of &6Theurgy.&r By setting up a simple accumulator and tank, you think you'll be able to distill it. " + "" + "Place the accumulator on top of the tank, fill it with water, and it will slowly produce &6Sal Ammoniac&r for you." + "" + "&7Tip: you can make buckets out of copper!&r" + ] + icon: "theurgy:sal_ammoniac_accumulator" + id: "01AB2D65C171F1F9" + rewards: [ + { + count: 2 + id: "1707BE009DD21399" + item: "theurgy:sal_ammoniac_crystal" + type: "item" + } + { + id: "050D56A65378BDED" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "010F0A2184BB7F36" + item: "theurgy:sal_ammoniac_tank" + type: "item" + } + { + id: "341512DBA66D139B" + item: "theurgy:sal_ammoniac_accumulator" + type: "item" + } + ] + x: 0.0d + y: -6.0d + } + { + dependencies: ["6B5B443D2F7DD3D4"] + description: [ + "&6Alchemical Mercury&r is one of the three building blocks of alchemy - it provides the Energy of an item, and is largely interchangeable between things." + "" + "To distill it, you'll have to make a &6Mercury Distiller&r and place it on top of a &6Pyromantic Brazier.&r Place the items you want to distill into the Distiller, give the Brazier some fuel, and it'll slowly convert materials into &6Alchemical Mercury.&r" + "" + "Rarer materials give more mercury, but to start you'll probably want to distill &6cobblestone, dried earth, or cooked fish.&r " + "" + "&7Tip: slicing fish makes it a more efficient way of getting mercury!" + ] + icon: "theurgy:distiller" + id: "238F26409930D47F" + rewards: [ + { + count: 4 + id: "1C9649B1FBAFE963" + item: "theurgy:mercury_shard" + type: "item" + } + { + id: "7E77D5260B9D9B67" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "784A3AAA14565F31" + item: "theurgy:pyromantic_brazier" + type: "item" + } + { + id: "1BDA15C3663694B9" + item: "theurgy:distiller" + type: "item" + } + { + id: "3F1DB1131AF26253" + item: "theurgy:mercury_shard" + type: "item" + } + ] + title: "Alchemical Mercury" + x: 1.5d + y: -7.5d + } + { + dependencies: ["6B5B443D2F7DD3D4"] + description: [ + "&6Alchemical Salt&r is one of the three building blocks of alchemy - it provides the Body of an item, and represents the 'type' of an item." + "" + "To obtain it, you'll have to make a &6Calcination Oven&r and place it on top of a &6Pyromantic Brazier.&r Place the items you want to extract into the Oven, give the Brazier some fuel, and it'll slowly convert materials into &6Alchemical Salt.&r" + "" + "There are many different kinds of salt, but to start, you should &6focus on getting Strata salt.&r" + ] + icon: "theurgy:calcination_oven" + id: "21DA86D51EB7D88E" + rewards: [ + { + count: 4 + id: "64E04DAB7C0582A3" + item: "theurgy:alchemical_salt_strata" + type: "item" + } + { + id: "4F5B75F7869280C1" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "53EB0C300D28F531" + item: "theurgy:pyromantic_brazier" + type: "item" + } + { + id: "248723DDF99B8CC1" + item: "theurgy:calcination_oven" + type: "item" + } + { + id: "6AE5239CA0507C48" + item: "theurgy:alchemical_salt_strata" + type: "item" + } + ] + title: "Alchemical Salt" + x: -1.5d + y: -7.5d + } + { + dependencies: ["01AB2D65C171F1F9"] + description: [ + "&6Alchemical Sulfur&r is one of the three building blocks of alchemy - it provides the Soul of an item, and represents what specific item it is." + "" + "To obtain it, you'll have to make a &6Liquefaction Cauldron&r and place it on top of a &6Pyromantic Brazier.&r Place the item you want to extract sulfur from into the Cauldron, fill it with &6Sal Ammoniac,&r give the Brazier some fuel, and it'll slowly convert materials into their respective &6Alchemical Sulfur.&r" + "" + "The dried earth you find yourself surrounded by used to be dirt, and it remembers that - &6use the Cauldron to turn dried earth into dirt sulfur.&r" + ] + icon: "theurgy:liquefaction_cauldron" + id: "3B57039627535552" + rewards: [ + { + count: 4 + id: "628CFF330629E4D8" + item: { + Count: 1 + id: "kubejs:sulfur_dirt" + tag: { + "theurgy:sulfur.source.id": "kubejs:dried_earth" + } + } + type: "item" + } + { + id: "73E825AEA8A695C2" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "38FD38D7D8B5BFFB" + item: "theurgy:pyromantic_brazier" + type: "item" + } + { + id: "5A17E6E29CC2C53F" + item: "theurgy:liquefaction_cauldron" + type: "item" + } + { + id: "00B64A23A6E7BF57" + item: "kubejs:sulfur_dirt" + type: "item" + } + ] + title: "Alchemical Sulfur" + x: 0.0d + y: -7.0d + } + { + dependencies: [ + "3B57039627535552" + "238F26409930D47F" + "21DA86D51EB7D88E" + ] + description: [ + "Now that you have all three alchemical components of an item - &6Mercury, Salt, and Sulfur&r - you can make an &6Incubator&r to combine them all back into an item; in this case, back into &6dirt.&r" + "" + "Place the Incubator above a Brazier and attach all three vessels to the sides of it. Fill each vessel with the appropriate item, give the Brazier some fuel, and in a bit you'll have fresh dirt!" + ] + icon: "theurgy:incubator" + id: "1F466C810237B69A" + rewards: [{ + id: "53F568DF45DF8F1D" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "5CCE88CCD5B42265" + item: "theurgy:incubator" + type: "item" + } + { + id: "1B66609CCC88FB06" + item: "theurgy:incubator_salt_vessel" + type: "item" + } + { + id: "5FE1507BD0CF0825" + item: "theurgy:incubator_sulfur_vessel" + type: "item" + } + { + id: "709F3C77303CC14F" + item: "theurgy:incubator_mercury_vessel" + type: "item" + } + { + id: "5DF3B368E203FD44" + item: "theurgy:pyromantic_brazier" + type: "item" + } + ] + title: "Incubator" + x: 0.0d + y: -8.5d + } + { + dependencies: ["1F466C810237B69A"] + description: [ + "You've done it! You've made dirt!" + "" + "...now you just need something to grow on it." + ] + id: "448ABF53EEACBFA7" + rewards: [{ + id: "5AFDB05E13E248FB" + type: "xp" + xp: 100 + }] + shape: "hexagon" + size: 2.0d + subtitle: "Slightly browner" + tasks: [{ + id: "1DB0C65400E5119F" + item: "minecraft:dirt" + type: "item" + }] + x: 0.0d + y: -10.5d + } + { + dependencies: ["73F3DDAFC46A9CD5"] + description: ["Despite the seeming apocalypse, there are still fish to find (and eat) for those with the skill and desire."] + icon: { + Count: 1 + id: "minecraft:fishing_rod" + tag: { + Damage: 0 + } + } + id: "26C8365A4497F614" + rewards: [ + { + id: "577673156D88751E" + item: { + Count: 1 + id: "minecraft:fishing_rod" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "4ACDE1B7FCA65BBA" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "3420C22AABFAEA34" + type: "checkmark" + }] + title: "Fishy Friends" + x: 2.0d + y: 0.0d + } + { + dependencies: ["73F3DDAFC46A9CD5"] + description: [ + "Spider string can be crafted into wool, which can be crafted into beds! " + "" + "You can also craft a sleeping bag, for staying cozy on the go... but where would you be going?" + ] + icon: "minecraft:white_bed" + id: "49182F60BE2634DE" + rewards: [{ + id: "27DD3FCBE266BAC7" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "16FB0BB05454D6A2" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "minecraft:beds" + } + } + title: "Any Bed" + type: "item" + } + { + id: "1EFF40BDEB95B421" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "comforts:sleeping_bags" + } + } + optional_task: true + title: "Any Sleeping Bag" + type: "item" + } + ] + title: "Small Comforts" + x: -2.0d + y: 0.0d + } + { + dependencies: ["73F3DDAFC46A9CD5"] + description: [ + "Worldgen has been completely overhauled - &4no ore generates,&r and the only biomes that exist are dead, wasteland biomes with no real vegetation. Additionally, the only trees that spawn are dead trees, with very little useability." + "" + "Stone variants still generate, and you can find &6sand and clay underwater.&r It will also still rain!" + ] + icon: "supplementaries:globe" + id: "40200E30710D409D" + rewards: [{ + id: "2FFB14B0877E9B48" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7CE871AB4BA6259E" + title: "Changed worldgen?" + type: "checkmark" + }] + x: 1.5d + y: 1.5d + } + { + dependencies: ["73F3DDAFC46A9CD5"] + description: [ + "The naturally spawning mobs have changed in this new landscape! Specifically, &czombie villagers and witches won't spawn,&r and &6spiders have mutated&r into their venomous cave versions. " + "" + "This means that there's &cno way to get any kind of resources from witches or zombie villagers&r (even if you could cure them!); the only things that you can really hope to get are iron or copper ingots from &6rare drops&r - but there are other ways to generate resources..." + ] + icon: { + Count: 1 + id: "minecraft:stone_sword" + tag: { + Damage: 0 + } + } + id: "412275C7F800C343" + rewards: [{ + id: "696B08484059A34C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "726093097AD50EDB" + title: "Rare Drops?" + type: "checkmark" + }] + x: -1.5d + y: 1.5d + } + { + dependencies: ["73F3DDAFC46A9CD5"] + description: [ + "There are quite a few books in the pack! Thankfully, the &6Akashic Tome&r is here to help. Crafting any book with this will combine it, letting you keep every guidebook in a single item. Simply craft it with another guidebook!" + "" + "To untransform the tome, punch the air with it." + "" + "To remove a stored book, transform the tome into the book, then sneak and press your 'drop' key." + ] + icon: "akashictome:tome" + id: "524541472CB8168A" + rewards: [{ + id: "63F8E36BB78B3F0F" + item: "akashictome:tome" + type: "item" + }] + tasks: [{ + id: "30591A81E9C85ED9" + title: "Too Many Books!?" + type: "checkmark" + }] + title: "Too Many Books!?" + x: 1.0d + y: 2.5d + } + { + dependencies: ["73F3DDAFC46A9CD5"] + description: [ + "A lot of the pack consists of passive processes you'll probably want to keep running while you do other things. You can claim chunks to &6force-load &rthem using your map; ensuring they'll stay loaded even while you're not nearby. " + "" + "Just open your map (default M) and &6right-click drag&r over the area you'd like to claim. Right-click drag again to force claim!" + "" + "If you're playing with friends, &6make sure you're on the same team&r so that you can all access things inside your claim and share quest progress." + "" + "For more information on the claims system, check out the &6Open Parties and Claims&r wiki or keybinds." + "" + "&7Tip: you might want to turn claimed chunk protection off! It tends to break fake players." + ] + icon: "naturesaura:pet_reviver" + id: "52B10FEB2951E939" + rewards: [{ + id: "1551C09CD766D5DD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2E3AF11BD22C15B4" + title: "Playing with Friends?" + type: "checkmark" + }] + title: "Chunkloading and Friends?" + x: 0.0d + y: 3.0d + } + { + dependencies: ["6B5B443D2F7DD3D4"] + description: [ + "You can make a quick and dirty door using the scrap wood and some copper you've found - but it seems pretty shoddy, &4breaking every so often&r and needing to be re-placed." + "" + "At least it keeps the spookies out..." + ] + id: "387F725179133950" + rewards: [{ + id: "75AF918ADD9DB9E3" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "0E461D7DE2E68577" + item: "reclamation_util:flimsy_door" + type: "item" + }] + x: -1.0d + y: -4.5d + } + { + dependencies: ["655DCA5A5B6632E1"] + description: [ + "Despite the harsh conditions, bees still persist, dotted amongst the dry hills. " + "" + "Cultivating them could be a great way to &6generate resources&r such as more dead logs!" + "" + "&7Tip: this unlocks a new questline on the left!" + ] + icon: "complicated_bees:apiary" + id: "29CB5767DE978673" + rewards: [{ + id: "0C2B92BF2EC44903" + type: "xp" + xp: 100 + }] + shape: "rsquare" + tasks: [{ + id: "5B5E6B48E860F6E6" + type: "checkmark" + }] + title: "Bees?!" + x: 0.0d + y: -3.0d + } + ] + subtitle: ["A vast wasteland"] + title: "Prologue" +} diff --git a/FTBLang/backup/ftbquests/quests/chapters/mob_safari.snbt b/FTBLang/backup/ftbquests/quests/chapters/mob_safari.snbt new file mode 100644 index 0000000..013d23d --- /dev/null +++ b/FTBLang/backup/ftbquests/quests/chapters/mob_safari.snbt @@ -0,0 +1,2985 @@ +{ + autofocus_id: "5FEE65C669654E40" + default_hide_dependency_lines: true + default_min_width: 280 + default_quest_shape: "" + filename: "mob_safari" + group: "2BFAC9C95DAED88B" + icon: "exposure:camera" + id: "7F55650372975893" + order_index: 1 + quest_links: [ ] + quests: [ + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:creeper_head" + id: "517413E5CD697BAA" + rewards: [ + { + id: "5F40864CE58526BB" + type: "xp" + xp: 100 + } + { + count: 32 + id: "6C1D3E5A3DA0A1AD" + item: "minecraft:gunpowder" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "08F30DACFE9796AA" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:creeper": 1b + } + } + } + title: "Creeper Photo" + type: "item" + }] + title: "Creeper" + x: 4.0d + y: 0.0d + } + { + dependencies: ["389C82D9424B4099"] + description: [ + "In this new post-apocalyptic world, you've realized that it might be a good idea to document what lifeforms exist - just in case it happens again. " + "" + "To do so, you're going to need &6a camera, &rsome &6film&r to print onto, and some way to turn that &6film into photos.&r" + ] + hide_until_deps_complete: true + icon: "exposure:camera" + id: "5FEE65C669654E40" + shape: "hexagon" + size: 1.5d + subtitle: "Snap decisions" + tasks: [ + { + id: "19AEDBE8BCA2D0DE" + item: "exposure:camera" + type: "item" + } + { + id: "57CF020E7D4F508E" + item: "exposure:black_and_white_film" + type: "item" + } + { + id: "0701BE1D6DDBBE9D" + item: "exposure:lightroom" + type: "item" + } + ] + title: "Camera" + x: 6.0d + y: -2.5d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:zombie_head" + id: "1E8E404A5B898ED5" + rewards: [ + { + id: "7DD27D0932965C64" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "59F1F2B58779ABE8" + table_id: 7131061971573085034L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "5F527BFC85D0DBB2" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:zombie": 1b + } + } + } + title: "Zombie Photo" + type: "item" + }] + title: "Zombie" + x: 1.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:husk_head" + id: "7E23259C854E6B53" + rewards: [ + { + id: "291D60466B7C1B40" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "058413DB3211CEEB" + table_id: 7131061971573085034L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "4C3DB9989977E157" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:husk": 1b + } + } + } + title: "Husk Photo" + type: "item" + }] + title: "Husk" + x: 1.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:drowned_head" + id: "03A7E34F277C3E99" + rewards: [ + { + id: "0C7F30F5ADB6C3DF" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "7A834BDBA25BC0F8" + table_id: 7131061971573085034L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "2162D92514F6E9EB" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:drowned": 1b + } + } + } + title: "Drowned Photo" + type: "item" + }] + title: "Drowned" + x: 1.5d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:spider_head" + id: "779FA19A3239A378" + rewards: [ + { + id: "7E5869806E0D2924" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "6BF5BFC7685187EB" + table_id: 8024488712964205957L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "0C244F68E03720C7" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:spider": 1b + } + } + } + title: "Spider Photo" + type: "item" + }] + title: "Spider" + x: 0.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:cave_spider_head" + id: "32E71A804BD0B705" + rewards: [ + { + id: "70FDCE766E9CB84F" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "6E7B629A498ADDF7" + table_id: 8024488712964205957L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "6CA4403B044EFB85" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:cave_spider": 1b + } + } + } + title: "Cave Spider Photo" + type: "item" + }] + title: "Cave Spider" + x: 0.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:enderman_head" + id: "32805191DFE77A0B" + rewards: [ + { + id: "0967EBB7E65B14F6" + type: "xp" + xp: 100 + } + { + count: 8 + id: "08304068735FEB61" + item: "minecraft:ender_pearl" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "449C78D38D17D509" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:enderman": 1b + } + } + } + title: "Enderman Photo" + type: "item" + }] + title: "Enderman" + x: 3.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:endermite_head" + id: "64032D23DECB2605" + rewards: [ + { + id: "56BC23E9376DEF45" + type: "xp" + xp: 100 + } + { + count: 16 + id: "4D99CCAC163FB24C" + item: "minecraft:ender_pearl" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "41B02DE49843530F" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:endermite": 1b + } + } + } + title: "Endermite Photo" + type: "item" + }] + title: "Endermite" + x: 3.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:silverfish_head" + id: "702C9B9584FAC44B" + rewards: [ + { + id: "66FE439A94F31D37" + type: "xp" + xp: 100 + } + { + count: 16 + id: "20FFE775DC048458" + item: "embers:lead_ingot" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "6685AB48AF424D80" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:silverfish": 1b + } + } + } + title: "Silverfish Photo" + type: "item" + }] + title: "Silverfish" + x: 2.5d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:evoker_head" + id: "4ABAF8F1D6D1C7CA" + rewards: [ + { + id: "6274D12CE51F0FA0" + type: "xp" + xp: 100 + } + { + id: "0122E993C9668CB4" + item: "minecraft:totem_of_undying" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "07C5EA9444F80506" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:evoker": 1b + } + } + } + title: "Evoker Photo" + type: "item" + }] + title: "Evoker" + x: -6.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:ghast_head" + id: "61EDF16012C8383B" + rewards: [ + { + id: "42BF92ABD81C2AF1" + type: "xp" + xp: 100 + } + { + count: 16 + id: "4A49ED8331631906" + item: "minecraft:ghast_tear" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "53F8CE65102033E2" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:ghast": 1b + } + } + } + title: "Ghast Photo" + type: "item" + }] + title: "Ghast" + x: -2.5d + y: 3.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:guardian_spawn_egg" + id: "6C993C0581C3E53C" + rewards: [ + { + id: "1F63E79AAE3CB44C" + type: "xp" + xp: 100 + } + { + count: 16 + id: "6D238808AAAB8761" + item: "minecraft:prismarine_crystals" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "7820109C6855DBFC" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:guardian": 1b + } + } + } + title: "Guardian Photo" + type: "item" + }] + title: "Guardian" + x: 15.0d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:hoglin_head" + id: "0E1371CB614ECA67" + rewards: [ + { + id: "1FB0DC70A1BA58F7" + type: "xp" + xp: 100 + } + { + count: 4 + id: "3D1AB46396756330" + item: "nethersdelight:stuffed_hoglin" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "7E6922AD32B7A8C5" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:hoglin": 1b + } + } + } + title: "Hoglin Photo" + type: "item" + }] + title: "Hoglin" + x: -3.5d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:phantom_spawn_egg" + id: "1B838E76CB6E8813" + rewards: [ + { + id: "7D35A4401D603F31" + type: "xp" + xp: 100 + } + { + count: 16 + id: "4CB9AD49561DEF8E" + item: "minecraft:phantom_membrane" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "672F64B56C9B8717" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:phantom": 1b + } + } + } + title: "Phantom Photo" + type: "item" + }] + title: "Phantom" + x: 5.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:piglin_brute_head" + id: "054B1BAE47E9827D" + rewards: [ + { + id: "2317561F68B31C87" + type: "xp" + xp: 100 + } + { + count: 8 + id: "7D97DF0A499B2EC7" + item: "minecraft:ancient_debris" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "22A89A63AEC9CB95" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:piglin_brute": 1b + } + } + } + title: "Piglin Brute Photo" + type: "item" + }] + title: "Piglin Brute" + x: -4.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + description: ["&7Tip: there is a ritual that can grant you the bad omen effect!"] + icon: "heads:pillager_head" + id: "7B689257A882A7B2" + rewards: [ + { + id: "0CD8AD959DB63F17" + type: "xp" + xp: 100 + } + { + id: "7E228219B9F3D193" + item: { + Count: 1 + id: "minecraft:crossbow" + tag: { + Damage: 0 + } + } + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "0C283E7BA176188F" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:pillager": 1b + } + } + } + title: "Pillager Photo" + type: "item" + }] + title: "Pillager" + x: -7.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:ravager_spawn_egg" + id: "13065DEC26C02737" + rewards: [ + { + id: "7F1BEFAFD8A4C695" + type: "xp" + xp: 100 + } + { + count: 2 + id: "57AD1FE6266EF550" + item: "minecraft:ravager_spawn_egg" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "7FECA87DEB72E3A6" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:ravager": 1b + } + } + } + title: "Ravager Photo" + type: "item" + }] + title: "Ravager" + x: -6.5d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "sophisticatedstorage:shulker_box" + id: "3642889B8CF6CA79" + rewards: [ + { + id: "7833977D2E03B643" + type: "xp" + xp: 100 + } + { + count: 16 + id: "46F57A17254578C2" + item: "minecraft:shulker_shell" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "575B7F10C8C52BCD" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:shulker": 1b + } + } + } + title: "Shulker Photo" + type: "item" + }] + title: "Shulker" + x: 2.5d + y: 5.5d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:skeleton_skull" + id: "357FC24C8410EFEC" + rewards: [ + { + id: "7E8D534F799B29B4" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "0F788675D33BCBFA" + table_id: 8839952752635034356L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "52B144DA9288B3F2" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:skeleton": 1b + } + } + } + title: "Skeleton Photo" + type: "item" + }] + title: "Skeleton" + x: 2.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:slime_head" + id: "25D1C2664FD1180E" + rewards: [ + { + id: "3968DE6CFDE58AAE" + type: "xp" + xp: 100 + } + { + count: 32 + id: "07E50C412CC9D893" + item: "minecraft:slime_ball" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "285C22F4E11C4DE5" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:slime": 1b + } + } + } + title: "Slime Photo" + type: "item" + }] + title: "Slime" + x: 4.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:stray_head" + id: "78041B5DC298A02A" + rewards: [ + { + id: "501825B4E5C11E87" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "32FB7BE6C04F6885" + table_id: 8839952752635034356L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "1B90C7B91DDBB1AC" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:stray": 1b + } + } + } + title: "Stray Photo" + type: "item" + }] + title: "Stray" + x: 2.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:vex_spawn_egg" + id: "3EA5F9BCAF5464C7" + rewards: [ + { + id: "1BF882FB30C69E09" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "732CC85527F3D6F2" + table_id: 5456022276654430189L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "70C9B82C5B8B27E7" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:vex": 1b + } + } + } + title: "Vex Photo" + type: "item" + }] + title: "Vex" + x: -7.5d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:vindicator_head" + id: "77C07B16F8E30C78" + rewards: [ + { + id: "67B3A740BCE1B8BD" + type: "xp" + xp: 100 + } + { + id: "76B173EAC712F7FF" + item: { + Count: 1 + id: "minecraft:iron_axe" + tag: { + Damage: 0 + Enchantments: [ + { + id: "minecraft:sharpness" + lvl: 3s + } + { + id: "minecraft:unbreaking" + lvl: 3s + } + ] + } + } + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "25BE333CD96382FD" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:vindicator": 1b + } + } + } + title: "Vindicator Photo" + type: "item" + }] + title: "Vindicator" + x: -8.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + description: ["&7Tip: the sculk catalyst is craftable, and you can use a sculk awakener on a sculk shrieker to convert it into one that can spawn Wardens."] + icon: "minecraft:warden_spawn_egg" + id: "0694D62C45F6C430" + rewards: [ + { + id: "32091E657990EE85" + type: "xp" + xp: 100 + } + { + count: 2 + id: "4055DC1D2B404F05" + item: "minecraft:echo_shard" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "2DCB1846BB7FBDA6" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:warden": 1b + } + } + } + title: "Warden Photo" + type: "item" + }] + title: "Warden" + x: 2.5d + y: 3.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:witch_head" + id: "5C410251B4C4761F" + rewards: [ + { + id: "707D6FC687282560" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "18578B898B2BD65C" + table_id: 5456022276654430189L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "1973AEC55ACF707C" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:witch": 1b + } + } + } + title: "Witch Photo" + type: "item" + }] + title: "Witch" + x: 5.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + description: ["&7Tip: if you want to summon a living wither skeleton, you'll need to use the Soulium Spawner."] + icon: "minecraft:wither_skeleton_skull" + id: "3E3DE65526844EB7" + rewards: [ + { + id: "392F49DFFBC47C0E" + type: "xp" + xp: 100 + } + { + id: "4EA24728FA2B1093" + item: "minecraft:wither_skeleton_skull" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "05FD08338B1EE7C6" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:wither_skeleton": 1b + } + } + } + title: "Wither Skeleton Photo" + type: "item" + }] + title: "Wither Skeleton" + x: -3.5d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:zoglin_head" + id: "20F56F091F24EA9B" + rewards: [ + { + id: "573BB0855EE9715D" + type: "xp" + xp: 100 + } + { + id: "3190EF56F96855F0" + item: "nethersdelight:hoglin_trophy" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "372E37CD4D5DE894" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:zoglin": 1b + } + } + } + title: "Zoglin Photo" + type: "item" + }] + title: "Zoglin" + x: -2.5d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:blaze_head" + id: "0A4876B63C9EB256" + rewards: [ + { + id: "055B72CD436D1C9F" + type: "xp" + xp: 100 + } + { + count: 64 + id: "2196F638506CF6ED" + item: "minecraft:blaze_powder" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "1BC638FAF983406D" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:blaze": 1b + } + } + } + title: "Blaze Photo" + type: "item" + }] + title: "Blaze" + x: -2.5d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:nether_star" + id: "46CF370B11CF4AC6" + rewards: [ + { + id: "5AB3FC31741BA345" + type: "xp" + xp: 100 + } + { + id: "3387CD2741F208A7" + item: "minecraft:nether_star" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "3CFB876C9DE983B1" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:wither": 1b + } + } + } + title: "Wither Photo" + type: "item" + }] + title: "Wither" + x: -3.0d + y: 4.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:dragon_head" + id: "24D8747868DA8135" + rewards: [ + { + id: "4E2F3A05DF87E64D" + type: "xp" + xp: 100 + } + { + count: 32 + id: "21E00CFC1036FDA3" + item: "minecraft:dragon_breath" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "5BAF2C99E837B193" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:ender_dragon": 1b + } + } + } + title: "Ender Dragon Photo" + type: "item" + }] + title: "Ender Dragon" + x: 2.5d + y: 6.5d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:piglin_head" + id: "462883AD2132D0FB" + rewards: [ + { + id: "16B203E0E74A92D0" + type: "xp" + xp: 100 + } + { + id: "62DE93F08191B717" + item: "minecraft:enchanted_golden_apple" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "73DD0C7A4BDB54B7" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:piglin": 1b + } + } + } + title: "Piglin Photo" + type: "item" + }] + title: "Piglin" + x: -3.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:allay_spawn_egg" + id: "0B665D225E9F7EFB" + rewards: [ + { + id: "03A8F368321C0C54" + type: "xp" + xp: 100 + } + { + count: 4 + id: "72935B3BB3407ADA" + item: "minecraft:allay_spawn_egg" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "7F02E182C5EA8168" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:allay": 1b + } + } + } + title: "Allay Photo" + type: "item" + }] + title: "Allay" + x: -6.5d + y: 4.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:axolotl_lucy_head" + id: "548BAFC1F30732D5" + rewards: [ + { + id: "1364FCB28C978EAB" + type: "xp" + xp: 100 + } + { + id: "7658BB315BD29BC5" + item: "heads:axolotl_gold_head" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "0CFB62E9EECC7605" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:axolotl": 1b + } + } + } + title: "Axolotl Photo" + type: "item" + }] + title: "Axolotl" + x: 14.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:bat_head" + id: "495EBE7C9A59CFF4" + rewards: [ + { + id: "4695185B97D7EE02" + type: "xp" + xp: 100 + } + { + count: 16 + id: "17057DD9E766A2D6" + item: "enchanted:wool_of_bat" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "33CB78A21820D61A" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:bat": 1b + } + } + } + title: "Bat Photo" + type: "item" + }] + title: "Bat" + x: 3.5d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:camel_spawn_egg" + id: "0A65ACA8A26E8615" + rewards: [ + { + id: "579D05F1CF4053F0" + type: "xp" + xp: 100 + } + { + id: "06DAD353A8E352C8" + item: "ars_nouveau:ritual_conjure_island_desert" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "3DC7B7493446D3B4" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:camel": 1b + } + } + } + title: "Camel Photo" + type: "item" + }] + title: "Camel" + x: 9.5d + y: 4.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:cat_black_head" + id: "475D26474BD6C8DA" + rewards: [ + { + id: "035CFB1A53837890" + type: "xp" + xp: 100 + } + { + count: 4 + id: "285C8D008317B4B4" + item: "farmersdelight:fish_stew" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "3045940190A33D2D" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:cat": 1b + } + } + } + title: "Cat Photo" + type: "item" + }] + title: "Cat" + x: -7.5d + y: 4.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:chicken_head" + id: "04E89E0140A571ED" + rewards: [ + { + id: "2ED043EE4909766E" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "26118603C2B1B08A" + table_id: 3514670301200914514L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "05D978F4308B2229" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:chicken": 1b + } + } + } + title: "Chicken Photo" + type: "item" + }] + title: "Chicken" + x: 9.5d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:cod_head" + id: "540EFA54873D7817" + rewards: [ + { + id: "52C72D61F32F9EA2" + type: "xp" + xp: 100 + } + { + count: 32 + id: "228CECABC7C0254C" + item: "farmersdelight:cod_roll" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "2D916280FD632508" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:cod": 1b + } + } + } + title: "Cod Photo" + type: "item" + }] + title: "Cod" + x: 15.5d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:cow_head" + id: "7FC2BADD39C85339" + rewards: [ + { + id: "6AA422568B7C9D74" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "4EE5E12D18FAE5FE" + table_id: 8615485860944689786L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "314C6F131B299D5D" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:cow": 1b + } + } + } + title: "Cow Photo" + type: "item" + }] + title: "Cow" + x: 10.5d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:donkey_head" + id: "6152DA47D7793A3A" + rewards: [ + { + id: "43B2099FB98E7A62" + type: "xp" + xp: 100 + } + { + count: 32 + id: "53456BCFDCCCF036" + item: "minecraft:leather" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "7BCEE17CC7DAD886" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:donkey": 1b + } + } + } + title: "Donkey Photo" + type: "item" + }] + title: "Donkey" + x: 8.5d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:frog_spawn_egg" + id: "175F712801D32FAF" + rewards: [{ + id: "3CA793BD0DCC2315" + type: "xp" + xp: 100 + }] + tasks: [{ + icon: "exposure:photograph" + id: "7B6A0454BBFF20DD" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:frog": 1b + } + } + } + title: "Frog Photo" + type: "item" + }] + title: "Frog" + x: 10.5d + y: 4.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:glow_squid_head" + id: "71FE47F9771AC590" + rewards: [ + { + id: "0E700286070017C1" + type: "xp" + xp: 100 + } + { + count: 32 + id: "0FE44A11BADC72B6" + item: "minecraft:glow_ink_sac" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "6DCF70D9ED9C259E" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:glow_squid": 1b + } + } + } + title: "Glow Squid Photo" + type: "item" + }] + title: "Glow Squid" + x: 16.0d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:horse_creamy_head" + id: "57F7FA9EC58C17D2" + rewards: [ + { + id: "3A486C14D21876C7" + type: "xp" + xp: 100 + } + { + id: "00B1D7B9C416761A" + item: "minecraft:saddle" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "3CE93C38A9D0A58A" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:horse": 1b + } + } + } + title: "Horse Photo" + type: "item" + }] + title: "Horse" + x: 9.5d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:red_mooshroom_head" + id: "6AEC834765E31B9C" + rewards: [ + { + id: "4F56D55764F2FFD2" + type: "xp" + xp: 100 + } + { + count: 16 + id: "0630AE6CA33413C0" + item: "minecraft:mushroom_stew" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "3C806310FC672975" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:mooshroom": 1b + } + } + } + title: "Mooshroom Photo" + type: "item" + }] + title: "Mooshroom" + x: 9.0d + y: 5.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:mule_head" + id: "0C071F354268E2F3" + rewards: [ + { + id: "63751C784088C773" + type: "xp" + xp: 100 + } + { + id: "13E26FBCE2727742" + item: "minecraft:enchanted_golden_apple" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "0CD5FC838D260188" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:mule": 1b + } + } + } + title: "Mule Photo" + type: "item" + }] + title: "Mule" + x: 10.5d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:ocelot_head" + id: "38F12122B25EDC4B" + rewards: [ + { + id: "46116DCD78B202BD" + type: "xp" + xp: 100 + } + { + count: 16 + id: "08FD80163C994B84" + item: "minecraft:cocoa_beans" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "42706BFA59FB1D5A" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:ocelot": 1b + } + } + } + title: "Ocelot Photo" + type: "item" + }] + title: "Ocelot" + x: 10.0d + y: 5.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:parrot_spawn_egg" + id: "71EFE5EE55ED2892" + rewards: [ + { + id: "7129ABEEB8801467" + type: "xp" + xp: 100 + } + { + count: 64 + id: "1D7644B067BC1349" + item: "minecraft:cookie" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "08436D38DF98D127" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:parrot": 1b + } + } + } + title: "Parrot Photo" + type: "item" + }] + title: "Parrot" + x: 8.5d + y: 4.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:pig_head" + id: "7F49E1C160460A4C" + rewards: [ + { + id: "7ACF7114FDF0CDDD" + type: "xp" + xp: 100 + } + { + count: 16 + id: "1C54B3DA18BF86F6" + item: "minecraft:porkchop" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "5E400FBAE32ACFB6" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:pig": 1b + } + } + } + title: "Pig Photo" + type: "item" + }] + title: "Pig" + x: 11.5d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:pufferfish" + id: "0A80D513D423E97B" + rewards: [ + { + id: "6EC4961D9FAEF82C" + type: "xp" + xp: 100 + } + { + count: 16 + id: "28EFA582D34EC4E8" + item: "minecraft:pufferfish" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "47FA5C682A68CE03" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:pufferfish": 1b + } + } + } + title: "Pufferfish Photo" + type: "item" + }] + title: "Pufferfish" + x: 16.5d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:rabbit_spawn_egg" + id: "60FE60BAC866A44A" + rewards: [ + { + id: "00FF2283EC34ECE8" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "2AD9DD7B5741BC69" + table_id: 7900474475776381538L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "19043AFE8A9EEF92" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:rabbit": 1b + } + } + } + title: "Rabbit Photo" + type: "item" + }] + title: "Rabbit" + x: 8.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:salmon_head" + id: "0F1E3F328B60A287" + rewards: [ + { + id: "00DFA1C0E56647F2" + type: "xp" + xp: 100 + } + { + count: 32 + id: "36B7DDAA8F7B0EA4" + item: "farmersdelight:salmon_roll" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "7DF201FA92C21430" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:salmon": 1b + } + } + } + title: "Salmon Photo" + type: "item" + }] + title: "Salmon" + x: 14.5d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:sheep_head" + id: "0824814C85D4EC70" + rewards: [ + { + id: "34D0A0E697244940" + type: "xp" + xp: 100 + } + { + count: 4 + id: "2B4CE90AC28C422E" + item: "farmersdelight:roasted_mutton_chops" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "11C05F16C2212499" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:sheep": 1b + } + } + } + title: "Sheep Photo" + type: "item" + }] + title: "Sheep" + x: 8.5d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + description: ["&7Tip: the sniffer egg is craftable!"] + icon: "minecraft:sniffer_egg" + id: "17DE6D948744F44F" + rewards: [ + { + id: "09342E62EB4460A9" + type: "xp" + xp: 100 + } + { + id: "46652CC75A88E59A" + item: "minecraft:sniffer_egg" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "3E654468782606D2" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:sniffer": 1b + } + } + } + title: "Sniffer Photo" + type: "item" + }] + title: "Sniffer" + x: 8.0d + y: 5.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:carved_pumpkin" + id: "1FF5B073DC12ABAC" + rewards: [ + { + id: "62F5E84D1A832909" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "71E2FF573C277915" + table_id: 8037173722274793648L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "69C372CDF41475CD" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:snow_golem": 1b + } + } + } + title: "Snow Golem Photo" + type: "item" + }] + title: "Snow Golem" + x: -6.0d + y: 3.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:squid_head" + id: "4E0561789221C0C6" + rewards: [ + { + id: "11E6EA9AD147F832" + type: "xp" + xp: 100 + } + { + count: 32 + id: "2F2D23F87A85A32F" + item: "minecraft:ink_sac" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "34E6C8CCCD29E264" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:squid": 1b + } + } + } + title: "Squid Photo" + type: "item" + }] + title: "Squid" + x: 14.0d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:strider_spawn_egg" + id: "4628062EB903069B" + rewards: [ + { + id: "5AD662F2A0BCFBD2" + type: "xp" + xp: 100 + } + { + count: 4 + id: "6BB371408D54203F" + item: "nethersdelight:grilled_strider" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "7CA203470B6048B5" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:strider": 1b + } + } + } + title: "Strider Photo" + type: "item" + }] + title: "Strider" + x: -3.5d + y: 3.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:tropical_fish" + id: "18B34979DBED11A1" + rewards: [ + { + id: "0669D76F046587FE" + type: "xp" + xp: 100 + } + { + count: 16 + id: "458DB48EE60EA77D" + item: "minecraft:tropical_fish_spawn_egg" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "2EF6BC2B78EC888E" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:tropical_fish": 1b + } + } + } + title: "Tropical Fish Photo" + type: "item" + }] + title: "Tropical Fish" + x: 13.5d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:turtle_head" + id: "4C576278786773E7" + rewards: [ + { + id: "07C7B0958ACC7DF8" + type: "xp" + xp: 100 + } + { + count: 2 + id: "7772C21BC4311529" + item: "minecraft:scute" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "716F1E00D0FC98D6" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:turtle": 1b + } + } + } + title: "Turtle Photo" + type: "item" + }] + title: "Turtle" + x: 15.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:villager_head" + id: "01BEBBE4FBE04567" + rewards: [ + { + id: "3A3045B5AC824FDF" + type: "xp" + xp: 100 + } + { + count: 32 + id: "7B99B53C774AB69D" + item: "minecraft:emerald" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "333569FCE3C06D02" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:villager": 1b + } + } + } + title: "Villager Photo" + type: "item" + }] + title: "Villager" + x: -8.0d + y: 3.0d + } + { + dependencies: ["5FEE65C669654E40"] + description: ["&7Tip: an oak or birch tree grown near flowers has a small chance to spawn a beehive!"] + icon: "heads:bee_head" + id: "747E5509C0DC0ABB" + rewards: [ + { + id: "253C83A071EA9DF0" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "1CBC929F36FDBA08" + table_id: 8381040606691607900L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "523261ADCAE6E64F" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:bee": 1b + } + } + } + title: "Bee Photo" + type: "item" + }] + title: "Bee" + x: 10.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:dolphin_head" + id: "3B0FA728A68DF081" + rewards: [ + { + id: "248E14206B9A00EE" + type: "xp" + xp: 100 + } + { + id: "11A794B5E665E55A" + item: "heads:dolphin_head" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "534F60401594C49E" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:dolphin": 1b + } + } + } + title: "Dolphin Photo" + type: "item" + }] + title: "Dolphin" + x: 16.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:fox_head" + id: "36843D2999963F1D" + rewards: [ + { + id: "22EB4E1489C63D97" + type: "xp" + xp: 100 + } + { + count: 32 + id: "63BE9A2352D79A24" + item: "minecraft:sweet_berries" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "766DE4F45BF1D0F9" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:fox": 1b + } + } + } + title: "Fox Photo" + type: "item" + }] + title: "Fox" + x: 11.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:goat_head" + id: "414F19EFE2ECF6D8" + rewards: [ + { + id: "2AFBF91D0350E31E" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "30C312435D99B190" + table_id: 1562099882431827930L + type: "random" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "21AD2C57FAF99CFC" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:goat": 1b + } + } + } + title: "Goat Photo" + type: "item" + }] + title: "Goat" + x: 7.5d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:iron_golem_head" + id: "6E022C1FAAE4E0EB" + rewards: [ + { + id: "63ADD4EA7A12A92D" + type: "xp" + xp: 100 + } + { + count: 8 + id: "4F76FC62001FE334" + item: "minecraft:iron_block" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "69EB4F7877077F60" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:iron_golem": 1b + } + } + } + title: "Iron Golem Photo" + type: "item" + }] + title: "Iron Golem" + x: -7.0d + y: 3.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:llama_spawn_egg" + id: "116964A25A5D54C7" + rewards: [ + { + id: "4D0077D2C7FFF7E7" + type: "xp" + xp: 100 + } + { + id: "465DB8235FBD270E" + item: { + Count: 1 + id: "minecraft:potion" + tag: { + Potion: "minecraft:water" + } + } + title: "Wash the spit off your face!" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "555EDA85381BC3AB" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:llama": 1b + } + } + } + title: "Llama Photo" + type: "item" + }] + title: "Llama" + x: 11.0d + y: 5.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:panda_spawn_egg" + id: "02BDB1291FBC4C26" + rewards: [ + { + id: "141D230181828DEA" + type: "xp" + xp: 100 + } + { + count: 64 + id: "29E654066BC06A5B" + item: "minecraft:bamboo" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "74765C34126C5D93" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:panda": 1b + } + } + } + title: "Panda Photo" + type: "item" + }] + title: "Panda" + x: 11.5d + y: 4.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:polar_bear_spawn_egg" + id: "34230DF080BF39A0" + rewards: [ + { + id: "3FAE714EBDD4F53D" + type: "xp" + xp: 100 + } + { + count: 32 + id: "684EF398BC7CE9DF" + item: "minecraft:blue_ice" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "583560BD33DD30FB" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:polar_bear": 1b + } + } + } + title: "Polar Bear Photo" + type: "item" + }] + title: "Polar Bear" + x: 7.5d + y: 4.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:wolf_head" + id: "79C543875927560D" + rewards: [ + { + id: "1B3B8F1B8D968FD9" + type: "xp" + xp: 100 + } + { + count: 32 + id: "103C21559A43A592" + item: "minecraft:bone" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "478A7C4764B303AB" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:wolf": 1b + } + } + } + title: "Wolf Photo" + type: "item" + }] + title: "Wolf" + x: 9.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:zombified_piglin_skull" + id: "695828B1929D0DD9" + rewards: [ + { + id: "5621FF1F10BE91E0" + type: "xp" + xp: 100 + } + { + count: 16 + id: "5FA31E2288E83F72" + item: "minecraft:gold_ingot" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "5B694A6A03F05A2D" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:zombified_piglin": 1b + } + } + } + title: "Zombified Piglin Photo" + type: "item" + }] + title: "Zombified Piglin" + x: -2.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + description: ["&7Tip: there is a ritual that spawns the Elder Guardian!"] + icon: "minecraft:elder_guardian_spawn_egg" + id: "176F9C7ED259CD39" + rewards: [ + { + id: "73D395A352E29F0E" + type: "xp" + xp: 100 + } + { + count: 32 + id: "3C5C6ECE637B869E" + item: "minecraft:prismarine_shard" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "0FC6739B116D0288" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:elder_guardian": 1b + } + } + } + title: "Elder Guardian Photo" + type: "item" + }] + title: "Elder Guardian" + x: 15.0d + y: 3.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "ars_nouveau:starbuncle_shards" + id: "0DC160D3B62DD504" + rewards: [ + { + id: "06FBD98D8214AA96" + type: "xp" + xp: 100 + } + { + count: 4 + id: "0C41B8586D7EBA77" + item: "ars_nouveau:starbuncle_shards" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "0F89A186E490D2AE" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "ars_nouveau:starbuncle": 1b + } + } + } + title: "Starbuncle Photo" + type: "item" + }] + title: "Starbuncle" + x: 13.5d + y: 5.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "ars_nouveau:wilden_spike" + id: "6DD0B4019FB2E6C3" + rewards: [ + { + id: "257D4C1ABF2003D0" + type: "xp" + xp: 100 + } + { + count: 16 + id: "47D907677AB4E3DF" + item: "ars_nouveau:wilden_spike" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "112DD46BD89B58CE" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "ars_nouveau:wilden_guardian": 1b + } + } + } + title: "Wilden Guardian Photo" + type: "item" + }] + title: "Wilden Defender" + x: 14.0d + y: 6.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "ars_nouveau:wilden_horn" + id: "7756DF5E136A1333" + rewards: [ + { + id: "11740E0F741C7446" + type: "xp" + xp: 100 + } + { + count: 16 + id: "231464450644116E" + item: "ars_nouveau:wilden_horn" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "50673D1BD85D91AA" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "ars_nouveau:wilden_hunter": 1b + } + } + } + title: "Wilden Pack Hunter Photo" + type: "item" + }] + title: "Wilden Pack Hunter" + x: 15.0d + y: 6.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "ars_nouveau:wilden_wing" + id: "41C3721BABC35699" + rewards: [ + { + id: "5B0639A3740611DC" + type: "xp" + xp: 100 + } + { + count: 16 + id: "0C579A053BD40E57" + item: "ars_nouveau:wilden_wing" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "79FC2FFEF4A644B1" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "ars_nouveau:wilden_stalker": 1b + } + } + } + title: "Wilden Stalker Photo" + type: "item" + }] + title: "Wilden Stalker" + x: 16.0d + y: 6.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "ars_nouveau:drygmy_shard" + id: "07F5D38D37650C3C" + rewards: [ + { + id: "3F5317F5CEC309ED" + type: "xp" + xp: 100 + } + { + count: 4 + id: "7DB51811EDFF3368" + item: "ars_nouveau:drygmy_shard" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "39216CB3CD6E55D8" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "ars_nouveau:drygmy": 1b + } + } + } + title: "Drygmy Photo" + type: "item" + }] + title: "Drygmy" + x: 14.5d + y: 5.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "ars_nouveau:wilden_tribute" + id: "46CC688E523D17D3" + rewards: [ + { + id: "6280FF8023AE8627" + type: "xp" + xp: 100 + } + { + count: 4 + id: "30CCEDFD831A9533" + item: "ars_nouveau:wilden_tribute" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "0E2257FBB0C02462" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "ars_nouveau:wilden_boss": 1b + } + } + } + title: "Wilden Chimera Photo" + type: "item" + }] + title: "Wilden Chimera" + x: 15.0d + y: 7.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "ars_nouveau:whirlisprig_shards" + id: "2D476CDAF27AC863" + rewards: [ + { + id: "6C6B8C47465AD2CC" + type: "xp" + xp: 100 + } + { + count: 4 + id: "60DF657879CA2D1C" + item: "ars_nouveau:whirlisprig_shards" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "5352E88F3CBB325D" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "ars_nouveau:drygmy": 1b + } + } + } + title: "Drygmy Photo" + type: "item" + }] + title: "Whirlisprig" + x: 15.5d + y: 5.0d + } + { + dependencies: ["5FEE65C669654E40"] + description: ["&7Tip: a spawned siren, not a tamed familiar!"] + icon: "ars_elemental:siren_shards" + id: "5EE98525E9A06AAC" + rewards: [ + { + id: "770A0F2CAAEDCEBC" + type: "xp" + xp: 100 + } + { + count: 4 + id: "4DD0EAF8AEFE2901" + item: "ars_elemental:siren_shards" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "146C6CE87FF122B9" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "ars_elemental:siren_entity": 1b + } + } + } + title: "Siren Photo" + type: "item" + }] + title: "Siren" + x: 16.5d + y: 5.0d + } + { + dependencies: [ + "7F49E1C160460A4C" + "41C3721BABC35699" + "2D476CDAF27AC863" + "18B34979DBED11A1" + "702C9B9584FAC44B" + "1B838E76CB6E8813" + "3EA5F9BCAF5464C7" + "175F712801D32FAF" + "03A7E34F277C3E99" + "71FE47F9771AC590" + "02BDB1291FBC4C26" + "7B689257A882A7B2" + "495EBE7C9A59CFF4" + "747E5509C0DC0ABB" + "6E022C1FAAE4E0EB" + "414F19EFE2ECF6D8" + "475D26474BD6C8DA" + "1E8E404A5B898ED5" + "548BAFC1F30732D5" + "4E0561789221C0C6" + "13065DEC26C02737" + "4628062EB903069B" + "0B665D225E9F7EFB" + "6DD0B4019FB2E6C3" + "04E89E0140A571ED" + "07F5D38D37650C3C" + "7E23259C854E6B53" + "36843D2999963F1D" + "0C071F354268E2F3" + "3B0FA728A68DF081" + "46CC688E523D17D3" + "695828B1929D0DD9" + "4C576278786773E7" + "32E71A804BD0B705" + "0A4876B63C9EB256" + "0A65ACA8A26E8615" + "57F7FA9EC58C17D2" + "1FF5B073DC12ABAC" + "0DC160D3B62DD504" + "5EE98525E9A06AAC" + "17DE6D948744F44F" + "20F56F091F24EA9B" + "779FA19A3239A378" + "38F12122B25EDC4B" + "5C410251B4C4761F" + "0A80D513D423E97B" + "0F1E3F328B60A287" + "462883AD2132D0FB" + "0824814C85D4EC70" + "34230DF080BF39A0" + "77C07B16F8E30C78" + "46CF370B11CF4AC6" + "357FC24C8410EFEC" + "24D8747868DA8135" + "4ABAF8F1D6D1C7CA" + "116964A25A5D54C7" + "7756DF5E136A1333" + "517413E5CD697BAA" + "6AEC834765E31B9C" + "3642889B8CF6CA79" + "6152DA47D7793A3A" + "3E3DE65526844EB7" + "01BEBBE4FBE04567" + "6C993C0581C3E53C" + "25D1C2664FD1180E" + "60FE60BAC866A44A" + "79C543875927560D" + "78041B5DC298A02A" + "64032D23DECB2605" + "7FC2BADD39C85339" + "540EFA54873D7817" + "0E1371CB614ECA67" + "054B1BAE47E9827D" + "176F9C7ED259CD39" + "32805191DFE77A0B" + "61EDF16012C8383B" + "0694D62C45F6C430" + "71EFE5EE55ED2892" + ] + description: ["I mean. You did a LOT of grinding probably to get here. Also by definition you've finished the pack, or good as."] + hide_until_deps_complete: true + id: "4A37BD407A1A7395" + rewards: [ + { + id: "5F50AA093D02E1A6" + item: "enchanted:infinity_egg" + type: "item" + } + { + count: 32 + id: "56010B4331FBC6D5" + item: "create:creative_blaze_cake" + type: "item" + } + { + count: 16 + id: "79DED2898D41A302" + item: "mekanism:pellet_antimatter" + type: "item" + } + ] + shape: "heart" + size: 3.0d + subtitle: "because why not?" + tasks: [{ + id: "29488939B0A5B28F" + type: "checkmark" + }] + title: "Safari LEGEND" + x: 6.0d + y: 9.5d + } + ] + title: "Mob Safari" +} diff --git a/FTBLang/backup/ftbquests/quests/chapters/resource_generation.snbt b/FTBLang/backup/ftbquests/quests/chapters/resource_generation.snbt new file mode 100644 index 0000000..24b468a --- /dev/null +++ b/FTBLang/backup/ftbquests/quests/chapters/resource_generation.snbt @@ -0,0 +1,2554 @@ +{ + default_hide_dependency_lines: false + default_min_width: 280 + default_quest_shape: "" + filename: "resource_generation" + group: "499FD90D592AFC7B" + hide_quest_until_deps_visible: true + icon: "minecraft:raw_iron" + id: "55C123B019947201" + order_index: 1 + quest_links: [ ] + quests: [ + { + dependencies: ["000A7EAED7A84968"] + description: [ + "&6Prosperity Shards&r are the basis of all mystical essence manipulation - very useful for generating large amounts of basic resources." + "" + "They can be found by breaking down copper nuggets with a pickaxe on a cutting board." + "" + "&7Tip: you can also make prosperity shards in an Enrichment Chamber!" + ] + hide_until_deps_complete: true + id: "56E75D57C3C9487C" + rewards: [ + { + id: "1B129592B698B02E" + type: "xp" + xp: 100 + } + { + count: 8 + id: "411EF02725678DE9" + item: "mysticalagriculture:prosperity_shard" + type: "item" + } + ] + shape: "hexagon" + tasks: [{ + id: "1552B688C3A31631" + item: "mysticalagriculture:prosperity_shard" + type: "item" + }] + x: -5.0d + y: -1.5d + } + { + dependencies: ["6C972BEC949FEF25"] + description: [ + "You can place frames into your apiary for bonuses to productivity, lifespan, and even change the temperature and humidity of an apiary. " + "" + "&7Tip: Frame modifiers stack multiplicatively, not additively!&r" + ] + icon: { + Count: 1 + id: "complicated_bees:frame" + tag: { + Damage: 0 + } + } + id: "5B1AD7A67406CD8F" + rewards: [ + { + count: 3 + id: "2AC1319D2B059FD1" + item: { + Count: 1 + id: "complicated_bees:waxed_frame" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "46547A3B701F32EC" + type: "xp" + xp: 500 + } + ] + tasks: [{ + id: "18131103B31582F5" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "complicated_bees:frame" + } + } + title: "Any Frame" + type: "item" + }] + x: 6.0d + y: 0.5d + } + { + dependencies: ["29CB5767DE978673"] + description: [ + "You've noticed some beehives dotted around. Maybe you can try to domesticate them?" + "" + "You'll need a tool to harvest the nests and a place to raise the bees." + "" + "&7Tip: not every bee is required to finish the pack! Branching out from the required bees will allow you to generate resources much easier than the traditional routes, however." + ] + hide_until_deps_complete: true + icon: { + Count: 1 + id: "complicated_bees:scoop" + tag: { + Damage: 0 + } + } + id: "3BAA2A254E052AC1" + rewards: [ + { + id: "1E21D64CC9086C97" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "complicated_bees:field_guide" + } + } + type: "item" + } + { + id: "7DCFC11FB7A35136" + type: "xp" + xp: 500 + } + ] + shape: "hexagon" + tasks: [ + { + id: "594A083F3875943D" + item: "complicated_bees:apiary" + type: "item" + } + { + id: "66CF5E522A68F9B2" + item: { + Count: 1 + id: "complicated_bees:scoop" + tag: { + Damage: 0 + } + } + type: "item" + } + ] + title: "Beeginnings" + x: 4.5d + y: -1.5d + } + { + dependencies: ["3BAA2A254E052AC1"] + description: [ + "Now pop a &6princess and drone into an apiary,&r and watch the magic happen! Bees can generate some &6very useful resources&r in their combs; initially, though, you'll have to process said combs on &6a cutting board.&r" + "" + "At first, you'll only get beeswax and honey drops, alongside some dead logs..." + "" + "&7Tip: wasteland bees (and desiccated and dried bees) need dead bushes as their 'flowers'!" + ] + icon: "complicated_bees:honey_droplet" + id: "6C972BEC949FEF25" + rewards: [{ + id: "62159A787F08443B" + type: "xp" + xp: 500 + }] + tasks: [ + { + id: "416C2632237632F0" + item: "complicated_bees:beeswax" + type: "item" + } + { + id: "1C1EEF122FFEE7FC" + item: "complicated_bees:honey_droplet" + type: "item" + } + { + id: "7E40C340FBC29A0C" + item: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "reclamation:barren" + } + } + type: "item" + } + ] + title: "Beesources" + x: 4.5d + y: 0.0d + } + { + dependencies: ["6C972BEC949FEF25"] + description: ["By continuously re-breeding &6Wasteland&r bees together, you can start to slowly revitalize them. &6Desiccated&r and &6Dried&r bees are slightly better, with a higher productivity and lifespan - meaning less maintenance and more combs!"] + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "reclamation:barren" + } + } + id: "7DD195197887D9E6" + rewards: [ + { + count: 16 + id: "2B4BAFD07664758C" + item: "complicated_bees:honey_droplet" + type: "item" + } + { + id: "09B98A6EDDE9CE3D" + item: { + Count: 1 + id: "complicated_bees:deadly_frame" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "7219C379A3994EB0" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "6C82369B6FFA66B6" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:dessicated" + } + } + } + title: "Desiccated" + type: "item" + } + { + id: "2B81BE38A3EEE654" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:dried" + } + } + } + title: "Dried" + type: "item" + } + ] + title: "Reclaimed Bees" + x: 4.5d + y: 1.5d + } + { + dependencies: ["6C972BEC949FEF25"] + description: [ + "At some point, you'll want to take a closer look at your bees - the &6Analyzer&r allows you to examine what genes exactly any given bee has, for the low cost of a single honey drop." + "" + "The &6Apid Library&r shows you what mutations you can create with a bee's species." + "" + "The &6Microscope&r allows you to research bee species, giving you a higher chance to mutate bees into a researched species." + "" + "&7Tip: the Microscope is a great way to get rid of unnecessary drones you have! Read the Apiarist Field Guide for more info on it." + ] + icon: "complicated_bees:analyzer" + id: "7ED2BFE2C5C19743" + rewards: [ + { + count: 16 + id: "47D5B02460B2EA98" + item: "complicated_bees:honey_droplet" + type: "item" + } + { + id: "2BDBC94AB3DD205C" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "6DFD59A35AE3BA8E" + item: "complicated_bees:analyzer" + type: "item" + } + { + id: "2671B9BABB278AAF" + item: "complicated_bees:microscope" + type: "item" + } + { + id: "02AA6F1B01A8A358" + item: "complicated_bees:apid_library" + type: "item" + } + ] + title: "Tools of the Trade" + x: 6.0d + y: -0.5d + } + { + dependencies: ["6C972BEC949FEF25"] + description: ["If you want to process your combs more efficiently, you'll want to make a &6Centrifuge.&r Powered by a generator, it automatically turns combs into comb products - no more manual chopping!"] + icon: "complicated_bees:centrifuge" + id: "7F77AE83C391B38A" + rewards: [ + { + count: 2 + id: "6DE87C9C067BE51C" + item: "complicated_bees:basic_upgrade" + type: "item" + } + { + id: "2CFE4E82974B96C7" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "0596758025E351E7" + item: "complicated_bees:centrifuge" + type: "item" + } + { + id: "22292F457571703B" + item: "complicated_bees:furnace_generator" + type: "item" + } + ] + title: "Comb Processing " + x: 3.0d + y: 0.0d + } + { + dependencies: ["56E75D57C3C9487C"] + description: [ + "All essence seeds need to grow on specially prepared &6Essence Farmland.&r" + "" + "You can obtain your first bits of &6Inferium Essence&r from killing mobs." + "" + "&7Tip: higher tier essence farmland will grow essence crops slightly faster!" + ] + id: "6B8C517B623696FC" + rewards: [{ + id: "65CF1E70F6058FB6" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1897EC062CD5BB14" + item: "mysticalagriculture:inferium_farmland" + type: "item" + }] + x: -5.0d + y: 0.0d + } + { + dependencies: ["1633274D007EACBA"] + description: [ + "These first elemental seeds don't have very many direct crafting uses, but are an important stepping stone to bigger and better things." + "" + "&7Tip: essence seeds aren't cloneable, meaning you'll need two or more to actually start increasing their stats!" + ] + icon: "mysticalagriculture:earth_seeds" + id: "6FE3B183104C980D" + rewards: [{ + id: "38E01D204D1EF42F" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "0B97017C95CF002F" + item: "mysticalagriculture:fire_seeds" + type: "item" + } + { + id: "4AD880DBBA0F44AC" + item: "mysticalagriculture:earth_seeds" + type: "item" + } + { + id: "1CF6E259DFB73471" + item: "mysticalagriculture:air_seeds" + type: "item" + } + { + id: "5A220320B4FF603D" + item: "mysticalagriculture:water_seeds" + type: "item" + } + ] + title: "Elemental Seeds" + x: -5.0d + y: 4.5d + } + { + dependencies: ["6B8C517B623696FC"] + description: ["With enough inferium, you can craft &6Inferium Seeds,&r which grow essence themselves."] + id: "742977FB1C2FCF94" + rewards: [ + { + id: "3D664EB844F9147B" + type: "xp" + xp: 100 + } + { + count: 4 + id: "0DD800CB15922FCA" + item: "mysticalagriculture:mystical_fertilizer" + type: "item" + } + ] + tasks: [{ + id: "0ECB8389F899DFED" + item: "mysticalagriculture:inferium_seeds" + type: "item" + }] + x: -6.0d + y: 0.5d + } + { + dependencies: ["6FE3B183104C980D"] + description: [ + "More potent than regular inferium essence, &6Prudentium Essence&r can be used to make some useful essence seeds." + "" + "Make it by fortifying inferium essence with all four elemental essences in a &6Cauldron.&r" + "" + "&7Tip: you can also make it in a Metallurgic Infuser!" + ] + id: "3E9104B5E89874E5" + rewards: [{ + id: "5298D061B2A0ECF6" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4EA28D763984F40D" + item: "mysticalagriculture:prudentium_essence" + type: "item" + }] + x: -7.0d + y: 4.5d + } + { + dependencies: ["3E9104B5E89874E5"] + id: "3A13E35FAF22E701" + rewards: [{ + id: "72E8727143BB78AC" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "26D671809237B280" + item: "mysticalagriculture:stone_seeds" + type: "item" + }] + x: -7.0d + y: 3.0d + } + { + dependencies: ["3E9104B5E89874E5"] + id: "472ECFBE89B04F90" + rewards: [{ + id: "65B6CED4B3EC2419" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "52CFF211B65C44C2" + item: "mysticalagriculture:nether_seeds" + type: "item" + }] + x: -6.0d + y: 3.5d + } + { + dependencies: ["3E9104B5E89874E5"] + id: "58210BAB0753F3E9" + rewards: [{ + id: "471158A78B49F010" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "45A52C3B5D1072F0" + item: "mysticalagriculture:dirt_seeds" + type: "item" + }] + x: -8.0d + y: 3.5d + } + { + dependencies: ["3E9104B5E89874E5"] + id: "4D2709D7429192C9" + rewards: [{ + id: "26E7ED2A3F783087" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5FB07917216B27E3" + item: "mysticalagriculture:ice_seeds" + type: "item" + }] + x: -7.0d + y: 6.0d + } + { + dependencies: ["3E9104B5E89874E5"] + id: "61D06954139026FB" + rewards: [{ + id: "1AB9B06EDE7E60F9" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1C7BDDD4AFE70389" + item: "mysticalagriculture:deepslate_seeds" + type: "item" + }] + x: -8.5d + y: 4.5d + } + { + dependencies: ["3E9104B5E89874E5"] + id: "3227DFF2132EF975" + rewards: [{ + id: "6B727B3CA809CDED" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "655222BE82316EF0" + item: "mysticalagriculture:wood_seeds" + type: "item" + }] + x: -8.0d + y: 5.5d + } + { + dependencies: ["6B8C517B623696FC"] + description: [ + "The &6infusion altar&r and &6pedestals&r are required to craft essence seeds." + "" + "Place the items necessary in the pedestals, then give the altar a redstone signal or a wave of a wand to begin crafting." + ] + icon: "mysticalagriculture:infusion_altar" + id: "1633274D007EACBA" + rewards: [ + { + id: "7799060FBF28BAD7" + type: "xp" + xp: 100 + } + { + count: 32 + id: "34B7B5E502C9E0FD" + item: "mysticalagriculture:inferium_essence" + type: "item" + } + ] + tasks: [ + { + id: "6E923D9547C6893B" + item: "mysticalagriculture:infusion_altar" + type: "item" + } + { + count: 8L + id: "750AF5FB1DE98AF7" + item: { Count: 8, id: "mysticalagriculture:infusion_pedestal" } + type: "item" + } + ] + x: -5.0d + y: 1.5d + } + { + dependencies: ["4FBECB8A5C79852D"] + dependency_requirement: "all_started" + description: [ + "By breeding &6Rocky&r bees together in the nether, they'll slowly adapt and turn into their nether versions - &6Crimson&r and &6Warped&r bees. &6Cursed&r bees are the hybrid between the two." + "" + "These bees, twisted by the nether environment, are somewhat aggressive; they'll harm nearby mobs (including players!)" + ] + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "complicated_bees:simmering" + } + } + id: "3FBA3BCF67F2AB82" + rewards: [ + { + id: "4BF5655F9AC2A904" + item: { + Count: 1 + id: "complicated_bees:deadly_frame" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "4651BABFE2B44C00" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "0C5F2284F15313A9" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:crimson" + } + } + } + title: "Crimson" + type: "item" + } + { + id: "360FC2242889CDFC" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:warped" + } + } + } + title: "Warped" + type: "item" + } + { + id: "6FC03F9008B5AC25" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:cursed" + } + } + } + title: "Cursed" + type: "item" + } + ] + title: "Nether Bees" + x: 6.0d + y: 4.5d + } + { + dependencies: ["3FBA3BCF67F2AB82"] + description: [ + "If you're tired of getting stung by nether bees, try crafting a set of &6Apiarist Gear.&r This armor, when worn as a set, will protect you from getting affected by any bees nearby." + "" + "It's made of silk, which you can get from propolis (which you can get from simmering combs, among others.)" + ] + icon: { + Count: 1 + id: "complicated_bees:apiarist_helmet" + tag: { + Damage: 0 + } + } + id: "2C61C6948450E847" + rewards: [{ + id: "523BF496D9A8F05A" + type: "xp" + xp: 500 + }] + tasks: [ + { + id: "27BBCABB0D5AD34C" + item: { + Count: 1 + id: "complicated_bees:apiarist_helmet" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "6D8200A4CD00E0BB" + item: { + Count: 1 + id: "complicated_bees:apiarist_chestplate" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "62EE61229727B888" + item: { + Count: 1 + id: "complicated_bees:apiarist_leggings" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "2138D3DCB1342D31" + item: { + Count: 1 + id: "complicated_bees:apiarist_boots" + tag: { + Damage: 0 + } + } + type: "item" + } + ] + title: "Apiarist Gear" + x: 6.0d + y: 3.0d + } + { + dependencies: ["7DD195197887D9E6"] + dependency_requirement: "all_started" + description: [ + "&6Rocky&r and &6Robust&r bees are more used to cooler climates, but you can breed better tolerances into them. " + "" + "Their rocky combs produce much more wax and honey than their wasteland cousins, but more importantly, they can rarely produce &6Copper Combs&r as a specialty." + "" + "&7Tip: specialties are only produced when a bee is ecstatic! To make a bee ecstatic, you have to have its housing climate &lexactly&r&7 match the bee's preferred climate. Either breed it so that it prefers the hot dry wastes, or use special frames to adjust the temperature and humidity!" + "" + "&7Tip 2: tuff (which you need underneath the apiary to breed these bees!) can be crafted or found underground." + ] + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "complicated_bees:rocky" + } + } + id: "4FBECB8A5C79852D" + rewards: [ + { + id: "533CEAD1E95600F5" + item: { + Count: 1 + id: "complicated_bees:deadly_frame" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "2A039B4D3D29E13E" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "7D5C1CBBD09FA64F" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:rocky" + } + } + } + title: "Rocky" + type: "item" + } + { + id: "63CA1502DB9729FB" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:robust" + } + } + } + title: "Robust" + type: "item" + } + { + id: "155A783AE8BE7890" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:resilient" + } + } + } + title: "Resilient" + type: "item" + } + ] + title: "Rocky Bees" + x: 4.5d + y: 3.0d + } + { + dependencies: ["3FBA3BCF67F2AB82"] + dependency_requirement: "all_started" + description: ["&6Haunted,&r &6Ghostly,&r and &6Spectral&r bees are an offshoot of nether bees that produce Spectral combs, a relatively honey-rich comb. Additionally, Spectral bees will produce &6glowstone&r as a specialty!"] + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "complicated_bees:spectral" + } + } + id: "54A7758997E9D66B" + rewards: [ + { + id: "0FB31A18DC869396" + item: { + Count: 1 + id: "complicated_bees:deadly_frame" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "49404E0ED312183C" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "2AC525C3D3FA63A4" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:haunted" + } + } + } + title: "Haunted" + type: "item" + } + { + id: "4908C5254349BD55" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:ghostly" + } + } + } + title: "Ghostly" + type: "item" + } + { + id: "76344175C61677C9" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:spectral" + } + } + } + title: "Spectral" + type: "item" + } + ] + title: "Spectral Bees" + x: 7.5d + y: 4.5d + } + { + dependencies: ["4FBECB8A5C79852D"] + dependency_requirement: "all_started" + description: ["&6Common&r and &6Cultivated&r bees were the most common species in the world that came before, from what you recall."] + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "complicated_bees:honey" + } + } + id: "0240D7D55692DAC9" + rewards: [ + { + id: "3CF01507AB8D5DDB" + item: { + Count: 1 + id: "complicated_bees:deadly_frame" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "0C80C42A274E4275" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "328BB990930CAFE3" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:common" + } + } + } + title: "Common" + type: "item" + } + { + id: "732D0200D779A9A1" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:cultivated" + } + } + } + title: "Cultivated" + type: "item" + } + ] + title: "Common Bees" + x: 4.5d + y: 4.5d + } + { + dependencies: ["0240D7D55692DAC9"] + dependency_requirement: "all_started" + description: ["These glorious bee comrades ironically despise queens. They are also notable for producing &6pollen&r and having &6higher than average productivity.&r"] + hide_dependency_lines: false + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "complicated_bees:stringy" + } + } + id: "710F5DFED74D5098" + rewards: [ + { + count: 16 + id: "14342AEF755C91DF" + item: "complicated_bees:pollen" + type: "item" + } + { + count: 2 + id: "4ACEB6F5DCF82706" + item: "complicated_bees:withered_upgrade" + type: "item" + } + { + id: "7916D2D33A04371F" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "747D0EAA7DA3E0CA" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:diligent" + } + } + } + title: "Diligent" + type: "item" + } + { + id: "322EDDB1BC826988" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:tireless" + } + } + } + title: "Tireless" + type: "item" + } + { + id: "1C1BA9011F847AE1" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:industrious" + } + } + } + title: "Industrious" + type: "item" + } + ] + title: "Industrious Bees" + x: 5.0d + y: 6.0d + } + { + dependencies: ["0240D7D55692DAC9"] + dependency_requirement: "all_started" + description: [ + "Somewhat snooty and famously literally blue-blooded, these bees can produce &6Royal Combs&r when ecstatic. These combs can then centrifuge into &6Royal Jelly.&r" + "" + "They also have a &6higher than average fertility rate.&r" + "" + "&7Tip: Imperial bees have the Beatific effect, which provides all mobs nearby with regeneration!" + ] + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "complicated_bees:dripping" + } + } + id: "5AFED2AAA3E9F13D" + rewards: [ + { + count: 16 + id: "198FD86FE723884F" + item: "complicated_bees:royal_jelly" + type: "item" + } + { + count: 2 + id: "27A4E591F3E93CB1" + item: "complicated_bees:endenic_upgrade" + type: "item" + } + { + id: "622511E7D8032B19" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "58CB8BD3EB8A39F5" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:noble" + } + } + } + title: "Noble" + type: "item" + } + { + id: "0A7367C07AF4620B" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:majestic" + } + } + } + title: "Majestic" + type: "item" + } + { + id: "620441B639171446" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:imperial" + } + } + } + title: "Imperial" + type: "item" + } + ] + title: "Imperial Bees" + x: 4.0d + y: 6.0d + } + { + dependencies: [ + "5AFED2AAA3E9F13D" + "710F5DFED74D5098" + ] + description: [ + "The &6Mellarium&r is a multiblock version of the apiary, with the ability to add modules that can help you in a variety of ways." + "" + "The most concrete thing a Mellarium can do is give you more than three frame slots, using &6Frame Housings.&r This means you can get, in the best case, &l&oSTACKS&r of combs every bee tick." + "" + "You can also increase your chances of getting a mutation, shield your bees from rain, and change the climate using catalyst items." + "" + "&7Tip: read your Apiarist Field Guide for more information!" + ] + id: "530A8B09322225E3" + rewards: [ + { + count: 32 + id: "640D66B928D4AB16" + item: "complicated_bees:mellarium_panel" + type: "item" + } + { + id: "69BF74B1B2A3922F" + type: "xp" + xp: 500 + } + ] + tasks: [{ + id: "694990D9BD2781B3" + item: "complicated_bees:mellarium_base" + type: "item" + }] + title: "The Mellarium" + x: 4.5d + y: 7.0d + } + { + dependencies: ["7F77AE83C391B38A"] + description: [ + "Once you start getting propolis, you can start &6upgrading&r your &6Centrifuges&r and &6Generators&r - each upgrade has different stats, and you can put up to three in your machines." + "" + "Like frames, these upgrades stack multiplicatively." + "" + "&7Tip: the earliest ways to get propolis are through nether bees or rocky bees!" + ] + id: "4F11217D1FFF16C0" + rewards: [ + { + count: 16 + id: "1DEF8D256A752F99" + item: "complicated_bees:propolis" + type: "item" + } + { + id: "0CECD6B08675C166" + type: "xp" + xp: 500 + } + ] + tasks: [{ + id: "69A271E15F7B648A" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "complicated_bees:basic_upgrade" + } + { + Count: 1b + id: "complicated_bees:waxed_upgrade" + } + { + Count: 1b + id: "complicated_bees:honeyed_upgrade" + } + { + Count: 1b + id: "complicated_bees:twisted_upgrade" + } + { + Count: 1b + id: "complicated_bees:silky_upgrade" + } + { + Count: 1b + id: "complicated_bees:royal_upgrade" + } + { + Count: 1b + id: "complicated_bees:endenic_upgrade" + } + { + Count: 1b + id: "complicated_bees:withered_upgrade" + } + ] + } + } + title: "Any Upgrade" + type: "item" + }] + title: "Upgrades" + x: 3.0d + y: 1.5d + } + { + dependencies: ["4F11217D1FFF16C0"] + description: [ + "At some point you'll have more honey (and other bee products) than you know what to do with. " + "" + "If nothing else, you can burn them for energy in the &6Honey Generator!&r" + ] + id: "056502E8EAC2C949" + rewards: [ + { + count: 16 + id: "7453C5AE15644083" + item: "complicated_bees:honey_droplet" + type: "item" + } + { + id: "2F90D13E549A6752" + item: { + Count: 1 + id: "complicated_bees:deadly_frame" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "41D76177C1FF7B89" + type: "xp" + xp: 500 + } + ] + tasks: [{ + id: "1451B8D14FD68C72" + item: "complicated_bees:honey_generator" + type: "item" + }] + x: 3.0d + y: 3.0d + } + { + dependencies: ["7F77AE83C391B38A"] + description: [ + "An interesting thing about these bees is that there's no way to get more than one queen out of a breeding pair. Fortunately, you can perform a ritual to summon &6more bee nests&r through magic and some special ingredients." + "" + "Read your Reclamation Rituals book for more information." + ] + icon: "minecraft:bee_nest" + id: "703C966888CEAF46" + rewards: [ + { + count: 8 + id: "1C238223147DE215" + item: "complicated_bees:honey_droplet" + type: "item" + } + { + id: "4149204171913F37" + type: "xp" + xp: 500 + } + ] + tasks: [{ + id: "37949B2DD1113687" + type: "checkmark" + }] + title: "More Nests" + x: 1.5d + y: 0.0d + } + { + dependencies: ["4FBECB8A5C79852D"] + dependency_requirement: "one_started" + description: ["Certain bees can produce straight up raw metals from certain rocks!"] + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "complicated_bees:copper" + } + } + id: "0A48AEDC49A48973" + rewards: [ + { + count: 4 + id: "58C314EBD8C42D12" + item: "minecraft:enchanted_golden_apple" + type: "item" + } + { + count: 32 + id: "29EBBC07267B73D4" + item: "mysticalagriculture:supremium_growth_accelerator" + type: "item" + } + { + id: "75EA89A92A66DC59" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "0EA60ACDE2EADAE6" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:cuprous" + } + } + } + title: "Cuprous" + type: "item" + } + { + id: "466A8C08649994F3" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:precious" + } + } + } + title: "Precious" + type: "item" + } + { + id: "4CCA406B1C1D5354" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:ferrous" + } + } + } + title: "Ferrous" + type: "item" + } + { + id: "7E14F17EC2430C56" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:plumbum" + } + } + } + title: "Plumbum" + type: "item" + } + { + id: "5F59CD7866EF3947" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:argentum" + } + } + } + title: "Argentum" + type: "item" + } + { + id: "218C8CD49CAD24F4" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:osmium" + } + } + } + title: "Osimum" + type: "item" + } + { + id: "0AA429B26695BC78" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:zincum" + } + } + } + title: "Zincum" + type: "item" + } + { + id: "4222159749F84687" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:radioactive" + } + } + } + title: "Radioactive" + type: "item" + } + { + id: "758A0B5AA731EA7E" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:stannum" + } + } + } + title: "Stannum" + type: "item" + } + ] + title: "Metal Bees" + x: 3.0d + y: 6.0d + } + { + dependencies: [ + "4FBECB8A5C79852D" + "3FBA3BCF67F2AB82" + ] + dependency_requirement: "one_started" + description: ["Certain bees can produce raw minerals from their environment!"] + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "complicated_bees:coal" + } + } + id: "7AFEB9E87800654A" + rewards: [ + { + count: 4 + id: "53272C0F8F2DC296" + item: "minecraft:enchanted_golden_apple" + type: "item" + } + { + count: 32 + id: "57F0CC1DD195F755" + item: "mysticalagriculture:supremium_growth_accelerator" + type: "item" + } + { + id: "1EA42D6FE8B2EFB9" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "339CD4C8E6EA2606" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:bituminous" + } + } + } + title: "Bituminous" + type: "item" + } + { + id: "6335C66F5DF612CF" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:conductive" + } + } + } + title: "Conductive" + type: "item" + } + { + id: "4C0D8DA8BF21F928" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:luminous" + } + } + } + title: "Luminous" + type: "item" + } + { + id: "276CA391C0A73885" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:lapic" + } + } + } + title: "Lapic" + type: "item" + } + { + id: "60A4A2FA95605E84" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:amethyst" + } + } + } + title: "Amethyst" + type: "item" + } + { + id: "4899AE05E1ED759A" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:dimantic" + } + } + } + title: "Dimantic" + type: "item" + } + { + id: "193BFD17439F127A" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:emeradic" + } + } + } + title: "Emeradic" + type: "item" + } + { + id: "62CAB593B1F591EC" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:quartz" + } + } + } + title: "Quartz" + type: "item" + } + { + id: "3DF08F7DC76C0A35" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:silicate" + } + } + } + title: "Silicate" + type: "item" + } + { + id: "2E9A66705838F50E" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:fluorite" + } + } + } + title: "Fluorite" + type: "item" + } + ] + title: "Mineral Bees" + x: 6.0d + y: 6.0d + } + { + dependencies: ["3E9104B5E89874E5"] + description: [ + "Stronger than Prudentium, &6Tertium&r is necessary for all kinds of metallic essence seeds." + "" + "Make it using a &6Runic Altar&r or &6Terrestrial Agglomeration Plate.&r" + "" + "&7Tip: you can also make it in a Metallurgic Infuser!" + "" + "&7Tip 2: a potency lens would make the altar process much faster!" + ] + id: "2509BD7F791C2BC5" + rewards: [{ + id: "7ABE29DF977CDFB9" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4D7664DE210D6CC9" + item: "mysticalagriculture:tertium_essence" + type: "item" + }] + x: -2.0d + y: 9.5d + } + { + dependencies: ["2509BD7F791C2BC5"] + description: [ + "&6Imperium&r is the penultimate tier of essence, requiring combining the power of &5Source&r and Tertium Essence." + "" + "It can be made using an &6Imbuement Chamber.&r" + "" + "&7Tip: you can also make it in a Metallurgic Infuser!" + ] + id: "29D91679CB08E659" + rewards: [{ + id: "6BF9ECE8F48BD435" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "63A131BD3CC1004C" + item: "mysticalagriculture:imperium_essence" + type: "item" + }] + x: -9.5d + y: 9.5d + } + { + dependencies: ["29D91679CB08E659"] + description: [ + "&6Supremium&r is the highest tier of essence, used for crafting the highest tier of mystical equipment and seeds." + "" + "Anoint Imperium with life essence to create it." + "" + "&7Tip: you can also make it in a Metallurgic Infuser!" + ] + id: "538CFE623B75990A" + rewards: [{ + id: "5B2A0163D7FCDB19" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "319E2C2891DDB9E1" + item: "mysticalagriculture:supremium_essence" + type: "item" + }] + x: -9.5d + y: 15.5d + } + { + dependencies: ["4FBECB8A5C79852D"] + dependency_requirement: "one_started" + description: [ + "These bees can produce magical products. Some of them, like the &6Natural&r bee, have special effects!" + "" + "Additionally, the Natural bee produces some small amount of &6Nature Essence&r if kept ecstatic." + ] + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "reclamation:magical" + } + } + id: "0421D9DBD650A20B" + rewards: [ + { + id: "4808F5B2DD571B65" + item: { + Count: 1 + id: "complicated_bees:deadly_frame" + tag: { + Damage: 0 + } + } + type: "item" + } + { + count: 4 + id: "48C47C6AACE24DF6" + item: "botania:blacker_lotus" + type: "item" + } + { + count: 8 + id: "205C4F29F25A0E62" + item: "botania:overgrowth_seed" + type: "item" + } + { + count: 8 + id: "50CAD9CC5D89383E" + item: "bloodmagic:hellforgedparts" + type: "item" + } + { + id: "2E3F89FE2908D569" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "4A94304490D9A90E" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:natural" + } + } + } + title: "Natural" + type: "item" + } + { + id: "05CAC1EB80406FBE" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:botanic" + } + } + } + title: "Botanic" + type: "item" + } + { + id: "264ECB3724921EBF" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:dawnstone" + } + } + } + title: "Dawnstone" + type: "item" + } + { + id: "38D7A03F1C723D63" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:willful" + } + } + } + title: "Willful" + type: "item" + } + { + id: "6DC74367F4AFA714" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:source" + } + } + } + title: "Source" + type: "item" + } + { + id: "402964C551141D0E" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:demonite" + } + } + } + title: "Demonite" + type: "item" + } + { + id: "4964212347DCD2FE" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:terra" + } + } + } + title: "Terra" + type: "item" + } + ] + title: "Magical Bees" + x: 3.0d + y: 4.5d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "38EDB9CFDA9C2D28" + rewards: [{ + id: "06B9048A5FFC80DB" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "604AA7237C047C6B" + item: "mysticalagriculture:copper_seeds" + type: "item" + }] + x: -2.5d + y: 6.5d + } + { + dependencies: [ + "0421D9DBD650A20B" + "2509BD7F791C2BC5" + ] + dependency_requirement: "all_started" + description: ["&7Tip: you'll need to breed Nature bees to get your first bits of nature essence!"] + id: "5DF16174EF809D9B" + rewards: [{ + id: "747A64B1D2959678" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "51671D6C6E8AD2C1" + item: "mysticalagriculture:nature_seeds" + type: "item" + }] + x: -0.5d + y: 7.0d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "1EE023A9CE3F34C6" + rewards: [{ + id: "22043115FB572BD7" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3A3FF807F49E3D7E" + item: "mysticalagriculture:dye_seeds" + type: "item" + }] + x: -1.5d + y: 6.5d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "214EBA6BF874EB98" + rewards: [{ + id: "3045A567770AE39E" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2617BA7C893F1E8D" + item: "mysticalagriculture:iron_seeds" + type: "item" + }] + x: 0.5d + y: 8.0d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "755B3C448BB32CCB" + rewards: [{ + id: "76978EED71EB1FBD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "736ED8D3A9D76F00" + item: "mysticalagriculture:lead_seeds" + type: "item" + }] + x: 1.0d + y: 9.0d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "60F6F345B93AD3F3" + rewards: [{ + id: "4FEA20F1DE99F0AA" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5AECEA525CDA2B3D" + item: "mysticalagriculture:gold_seeds" + type: "item" + }] + x: 1.0d + y: 10.0d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "3A3270B1BE4B0958" + rewards: [{ + id: "67AEB68AE40C80DD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3E1BB73EBB2DBFE9" + item: "mysticalagriculture:silver_seeds" + type: "item" + }] + x: 0.5d + y: 11.0d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "11090946D274C166" + rewards: [{ + id: "68657CE3AC031D47" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5DB910C05BECA8EC" + item: "mysticalagriculture:coal_seeds" + type: "item" + }] + x: -0.5d + y: 12.0d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "79BC9E60D226697B" + rewards: [{ + id: "78D929A05F9F75AE" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "062C968AC349B3DA" + item: "mysticalagriculture:mystical_flower_seeds" + type: "item" + }] + x: -1.5d + y: 12.5d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "0C9A8B2E68C67874" + rewards: [{ + id: "67F2DA3E7DB8E922" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6CA4CA5245477289" + item: "mysticalagriculture:zinc_seeds" + type: "item" + }] + x: -2.5d + y: 12.5d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "3B5C0A7B5414BE45" + rewards: [{ + id: "3FC6D4018E293FA8" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5AC5D4C2076964ED" + item: "mysticalagriculture:tin_seeds" + type: "item" + }] + x: -3.5d + y: 12.0d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "2D0C0D948E679690" + rewards: [{ + id: "5201E1EA22A2F0D7" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "235FCA820199DF09" + item: "mysticalagriculture:soulium_seeds" + type: "item" + }] + x: -4.5d + y: 11.0d + } + { + dependencies: ["29D91679CB08E659"] + id: "24C30A127C74D77A" + rewards: [{ + id: "04161CF7388DFD01" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "04DBC752E530E275" + item: "mysticalagriculture:enderman_seeds" + type: "item" + }] + x: -9.0d + y: 6.5d + } + { + dependencies: ["29D91679CB08E659"] + id: "05B609CA9BC006E6" + rewards: [{ + id: "50E6E1C189265F20" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5AC1C5B3E5AE7082" + item: "mysticalagriculture:blaze_seeds" + type: "item" + }] + x: -10.0d + y: 6.5d + } + { + dependencies: ["29D91679CB08E659"] + id: "05818486AB14ED09" + rewards: [{ + id: "785F3FD967022017" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "31DCCA2252AEFCB3" + item: "mysticalagriculture:certus_quartz_seeds" + type: "item" + }] + x: -7.0d + y: 8.0d + } + { + dependencies: ["29D91679CB08E659"] + id: "412B3258170AD961" + rewards: [{ + id: "36E0A667C329E74A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6BB0957BA6B01C54" + item: "mysticalagriculture:nether_quartz_seeds" + type: "item" + }] + x: -11.0d + y: 7.0d + } + { + dependencies: ["29D91679CB08E659"] + id: "4282A7669D40F5E2" + rewards: [{ + id: "4056EDF8F5534B66" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "776C2C2B52A32AEA" + item: "mysticalagriculture:amethyst_seeds" + type: "item" + }] + x: -12.0d + y: 11.0d + } + { + dependencies: ["29D91679CB08E659"] + id: "4083416E69C9A90E" + rewards: [{ + id: "0F74B039F361C7EA" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7C5B3DF114ADB789" + item: "mysticalagriculture:glowstone_seeds" + type: "item" + }] + x: -11.0d + y: 12.0d + } + { + dependencies: ["29D91679CB08E659"] + id: "77A433E2D375130F" + rewards: [{ + id: "63182DE21B615959" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "324D113F285C29F0" + item: "mysticalagriculture:redstone_seeds" + type: "item" + }] + x: -12.0d + y: 8.0d + } + { + dependencies: ["29D91679CB08E659"] + id: "6F0EA6A4F2535B7C" + rewards: [{ + id: "66E83B70CAFE1D8A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "653323C0D0E2EBE2" + item: "mysticalagriculture:lapis_lazuli_seeds" + type: "item" + }] + x: -12.5d + y: 9.0d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "1986FC972AC0EFA6" + rewards: [{ + id: "52C8019BE6AFA3E1" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "0BD8EA7FBDF23E0A" + item: "mysticalagriculture:sky_stone_seeds" + type: "item" + }] + x: -3.5d + y: 7.0d + } + { + dependencies: ["29D91679CB08E659"] + id: "7D82DB17EC4416E6" + rewards: [{ + id: "16CC2325FBFE4367" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4C83519D33D547D9" + item: "mysticalagriculture:steel_seeds" + type: "item" + }] + x: -8.0d + y: 7.0d + } + { + dependencies: ["29D91679CB08E659"] + id: "6F4774D2991E963D" + rewards: [{ + id: "68FEDDF00E8D69AA" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "040253A6A8D013FD" + item: "mysticalagriculture:uranium_seeds" + type: "item" + }] + x: -7.5d + y: 11.5d + } + { + dependencies: ["29D91679CB08E659"] + id: "3D68F7ACD4236965" + rewards: [{ + id: "60DA6246620CF3BC" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2D3FA10C7611BD3E" + item: "mysticalagriculture:osmium_seeds" + type: "item" + }] + x: -12.5d + y: 10.0d + } + { + dependencies: ["29D91679CB08E659"] + id: "01C80BDF7B16626E" + rewards: [{ + id: "0C5AFA9AF1871CDD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "116BE06BFA45C648" + item: "mysticalagriculture:fluorite_seeds" + type: "item" + }] + x: -7.0d + y: 10.5d + } + { + dependencies: ["29D91679CB08E659"] + id: "6E3324A3C00C43C2" + rewards: [{ + id: "07902EDB44689BE5" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7759D71BBD82275D" + item: "mysticalagriculture:prismarine_seeds" + type: "item" + }] + x: -8.5d + y: 12.0d + } + { + dependencies: ["538CFE623B75990A"] + id: "7EBB96CA83BB68A8" + rewards: [{ + id: "78C334672A12EC64" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3A4BA4060A05E9F7" + item: "mysticalagriculture:diamond_seeds" + type: "item" + }] + x: -8.0d + y: 15.5d + } + { + dependencies: ["538CFE623B75990A"] + id: "638ED8D6563FE202" + rewards: [{ + id: "2E504B3CEC3049AE" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "130175843E2E794A" + item: "mysticalagriculture:emerald_seeds" + type: "item" + }] + x: -11.0d + y: 15.5d + } + { + dependencies: ["538CFE623B75990A"] + id: "31519496FD0472BE" + rewards: [{ + id: "113D2CD225DDB5B7" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2A3C2BF95259F3A3" + item: "mysticalagriculture:netherite_seeds" + type: "item" + }] + x: -10.5d + y: 16.5d + } + { + dependencies: ["538CFE623B75990A"] + id: "7925CC8AE12DF568" + rewards: [{ + id: "0D5E999B7A32CDE3" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "55E84064A303F30B" + item: "mysticalagriculture:wither_skeleton_seeds" + type: "item" + }] + x: -8.5d + y: 16.5d + } + { + dependencies: ["538CFE623B75990A"] + id: "0DF3DB3219EB7042" + rewards: [{ + id: "61EF38D9EF1A949D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5BD23B6C54643BDA" + item: "mysticalagriculture:experience_seeds" + type: "item" + }] + x: -9.5d + y: 17.0d + } + { + dependencies: ["6B8C517B623696FC"] + description: ["&6Growth Accelerators&r grow the crop above them faster. Higher tiers have higher ranges, meaning you can stack more underneath your farmland!"] + id: "5DE5C6DBD33B6698" + rewards: [ + { + id: "0D083FB914C6A259" + type: "xp" + xp: 100 + } + { + count: 4 + id: "32EF3C3AA9071C20" + item: "mysticalagriculture:inferium_growth_accelerator" + type: "item" + } + ] + tasks: [{ + id: "58DA490D72A1270A" + item: "mysticalagriculture:inferium_growth_accelerator" + type: "item" + }] + x: -4.0d + y: 0.5d + } + { + dependencies: ["56E75D57C3C9487C"] + description: ["Essence infused watering cans can water a larger area faster."] + id: "67F1DFD4A17BF030" + rewards: [{ + id: "776B1E24B75F59AD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5D743E2BFF4E58CB" + item: { + Count: 1 + id: "mysticalagriculture:inferium_watering_can" + tag: { + Active: 0b + Water: 0b + } + } + type: "item" + }] + x: -2.5d + y: 0.0d + } + { + dependencies: ["67F1DFD4A17BF030"] + id: "6766662BEF74B9C3" + rewards: [{ + id: "56E1CB834B3793CE" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "48CF2C0019A07805" + item: { + Count: 1 + id: "mysticalagriculture:prudentium_watering_can" + tag: { + Active: 0b + Water: 0b + } + } + type: "item" + }] + x: -2.5d + y: 1.0d + } + { + dependencies: ["6766662BEF74B9C3"] + id: "4256945A2E6C6725" + rewards: [{ + id: "7876C52A86F7AE85" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7EF12EEF71308A18" + item: { + Count: 1 + id: "mysticalagriculture:tertium_watering_can" + tag: { + Active: 0b + Water: 0b + } + } + type: "item" + }] + x: -2.5d + y: 2.0d + } + { + dependencies: ["4256945A2E6C6725"] + id: "74E792C5A04CD1AA" + rewards: [{ + id: "1FC672E9137A47D7" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "46D3185466374EA8" + item: { + Count: 1 + id: "mysticalagriculture:imperium_watering_can" + tag: { + Active: 0b + Water: 0b + } + } + type: "item" + }] + x: -2.5d + y: 3.0d + } + { + dependencies: ["74E792C5A04CD1AA"] + id: "1AD7C3F6F6C06B69" + rewards: [{ + id: "18DBD8D6496CC35C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "196E2CCA7068E78D" + item: { + Count: 1 + id: "mysticalagriculture:supremium_watering_can" + tag: { + Active: 0b + Water: 0b + } + } + type: "item" + }] + x: -2.5d + y: 4.0d + } + { + dependencies: ["1AD7C3F6F6C06B69"] + description: ["&7Tip: unlimited wadduh"] + id: "751C7AD884E539D1" + rewards: [{ + id: "5A04DA42005D5FB0" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "518442D17864A6D1" + item: { + Count: 1 + id: "mysticalagriculture:awakened_supremium_watering_can" + tag: { + Active: 0b + Water: 0b + } + } + type: "item" + }] + x: -2.5d + y: 5.0d + } + ] + title: "Resource Generation" +} diff --git a/FTBLang/backup/ftbquests/quests/chapters/the_color_green.snbt b/FTBLang/backup/ftbquests/quests/chapters/the_color_green.snbt new file mode 100644 index 0000000..3babeb1 --- /dev/null +++ b/FTBLang/backup/ftbquests/quests/chapters/the_color_green.snbt @@ -0,0 +1,2379 @@ +{ + default_hide_dependency_lines: false + default_min_width: 280 + default_quest_shape: "" + filename: "the_color_green" + group: "" + hide_quest_until_deps_visible: true + icon: "minecraft:grass_block" + id: "40E17D40DC433CF2" + images: [ + { + dependency: "2F210E03731A0E21" + height: 5.0d + image: "reclamation:textures/quests/theurgy_3.png" + rotation: 0.0d + width: 5.0d + x: 9.178571428571445d + y: -5.625d + } + { + dependency: "4DE7466CAC029EF6" + height: 5.0d + image: "reclamation:textures/quests/botania_1.png" + rotation: 0.0d + width: 5.0d + x: -8.5d + y: -5.0d + } + ] + order_index: 2 + quest_links: [ ] + quests: [ + { + dependencies: ["600A7F0DFD880119"] + description: ["You've done it! You finally have grass. It's not exactly green, but you can &6bonemeal&r a large area of it and &6get flowers!&r"] + disable_toast: true + hide_until_deps_complete: true + icon: "minecraft:grass_block" + id: "226F9F21A941389C" + rewards: [{ + id: "170C4090678FECEA" + type: "xp" + xp: 100 + }] + shape: "hexagon" + tasks: [{ + id: "65DF7FECE306BB89" + item: "botania:grass_seeds" + type: "item" + }] + title: "Grass!" + x: 0.0d + y: 0.0d + } + { + dependencies: ["7010ED9A666FF89E"] + description: [ + "Now that you have actual plants available, you can start to harness their latent life-energy to power rituals. To start, you'll have to create a structure capable of collecting it - an &6Altar&r should do well here. Place your Altar blocks in a 2x3 rectangle and it should start collecting power!" + "" + "The more &6plantlife&r there is around the&6 Altar,&r the more power you can store. This includes &6trees, grass, flowers, crops, vines, pumpkins, melons, and more!&r" + "" + "&7Tip: the altar has a range of 16 blocks! There is a cap to each kind of plantlife nearby as well, so make sure the surroundings are varied." + ] + id: "359392265BF91571" + rewards: [ + { + id: "5ACB4ADC3DC12005" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "enchanted:getting_started" + } + } + type: "item" + } + { + id: "2BFCF3B11C7B8183" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "enchanted:extraction" + } + } + type: "item" + } + { + id: "5F12A309349BC28F" + type: "xp" + xp: 100 + } + ] + tasks: [{ + count: 6L + id: "212094225DE3E6B4" + item: "enchanted:altar" + type: "item" + }] + title: "Altar" + x: -1.5d + y: -4.5d + } + { + dependencies: ["226F9F21A941389C"] + description: [ + "Using dye from the flowers you can get by &6bonemealing grass,&r you can craft a special kind of fertilizer that can coax &6mystical flowers&r to life." + "" + "&7Tip: you can also get mystical flower seeds through crossbreeding!" + ] + id: "624E015B09427542" + rewards: [ + { + id: "58F7C78A39D0658F" + item: "botania:flower_bag" + type: "item" + } + { + id: "314D4253EEBA2094" + item: "botania:lexicon" + type: "item" + } + { + id: "48006DB12ACD550E" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "04DF51069030E5BD" + item: "botania:fertilizer" + type: "item" + }] + x: -1.0d + y: -1.0d + } + { + dependencies: ["624E015B09427542"] + description: [ + "The &6Pure Daisy&r can, as its name implies, purify nearby objects. The most important things you should start with are &6logs and stone,&r but there are a few other things you can purify as well!" + "" + "Simply place the petal apothecary down, fill it with water, then toss in the petals and finally a seed!" + "" + "&7Tip: check the usages of the Pure Daisy to see what else it can transform." + ] + icon: "botania:pure_daisy" + id: "2737F0AE3D1835D4" + rewards: [{ + id: "7DF6B03915980576" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "5FDA8F0AB90A9B3A" + item: "botania:apothecary_default" + type: "item" + } + { + id: "7E43E7CA766C63FB" + item: "botania:pure_daisy" + type: "item" + } + ] + title: "Pure Daisy" + x: -1.0d + y: -2.0d + } + { + dependencies: [ + "27C68B6622F186D7" + "01C2598A1D9CF754" + ] + description: [ + "Combining the nature-infused iron and some metaphysical heat and structure (courtesy of &6nether bricks&r and a &6spruce sapling,&r respectively), you can rearrange the latent potential of the metal to turn it into lead!" + "" + "Vastly useful in a variety of mechanical applications, lead is a great first step to leveraging either &6raw mechanical power&r or &6Ember&r in your pursuits." + "" + "&7Tip: the ancient codex is a little confusing at first, but it will guide you through the Embers mod! Start at Natural Energy, right click entries to mark them as read, and make sure you &lREAD CAREFULLY!" + "" + "&7Tip 2: you can use Theurgy to triple ingot output from raw ores!" + ] + id: "61329AF67AD28062" + rewards: [ + { + id: "5AB406393AECC75B" + item: "embers:ancient_codex" + type: "item" + } + { + id: "300859D34D3F6715" + item: "embers:tinker_hammer" + type: "item" + } + { + id: "40E922A50B43176F" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "509473B71F9A83D4" + item: "embers:raw_lead" + type: "item" + }] + x: 1.5d + y: -3.0d + } + { + dependencies: ["61329AF67AD28062"] + description: [ + "&6Ember&r is the lifeblood of the world. Despite whatever happened, there is still virtually infinite Ember available deep underground - you just need to make a machine that can mine it. " + "" + "Enter the &6Ember Bore&r - place it on bedrock, add a &6Mechanical Core&r above it so you can pipe things in and out of it, and give it some fuel! It'll start digging up that sweet, sweet Ember." + "" + "&7Tip: the Mechanical Core acts as an extension for most Embers multiblocks! You can transfer items, fluid, and ember in and out of the core as if it was a part of the block it is attached to." + "" + "&7Tip 2: USE YOUR MECHANICAL LENS! It's EXTREMELY helpful for figuring out how Ember's machines work." + ] + icon: "embers:ember_bore" + id: "6DC359D0F8736415" + rewards: [ + { + id: "131DE50BA2E02262" + type: "xp" + xp: 100 + } + { + id: "2AF7BCC46CB892FD" + item: "embers:tinker_lens" + type: "item" + } + ] + tasks: [ + { + id: "2BB9D62248783D75" + item: "embers:ember_bore" + type: "item" + } + { + id: "19157F0B4CA59D7A" + item: "embers:mechanical_core" + type: "item" + } + ] + title: "Drilling for Ember" + x: 1.5d + y: -4.5d + } + { + dependencies: [ + "2737F0AE3D1835D4" + "27C68B6622F186D7" + ] + description: [ + "The combination of brilliant fiber and nether bricks is superficially similar to the weak gold ore deposits you remember existing in the Nether. They're so similar, in fact, that &6a Pure Daisy will convert Golden Nether Bricks into Nether Gold Ore!&r" + "" + "&7Tip: there is a better way to make brilliant fiber, but you'll need to get blaze powder somehow... " + ] + icon: "minecraft:gold_ingot" + id: "7010ED9A666FF89E" + rewards: [{ + id: "289410D79C125A6E" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "7E10DE645C029C5C" + item: "naturesaura:gold_nether_brick" + type: "item" + } + { + id: "68E1E94809F222CE" + item: "minecraft:gold_ingot" + type: "item" + } + ] + title: "Gold" + x: -1.5d + y: -3.0d + } + { + dependencies: ["2737F0AE3D1835D4"] + description: ["The &6Pure Daisy&r is able to turn mundane stone and logs into much more naturally-aligned versions of themselves."] + icon: "botania:livingwood_log" + id: "6ED1017877CB7568" + rewards: [{ + id: "758CE2B88B878005" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "48E60FEBE83ECFE3" + item: "botania:livingwood_log" + type: "item" + } + { + id: "205A765021C1D096" + item: "botania:livingrock" + type: "item" + } + ] + title: "Living Materials" + x: -2.0d + y: -2.0d + } + { + dependencies: [ + "389C82D9424B4099" + "226F9F21A941389C" + ] + description: [ + "You can use a bucket to &6strategically place lava and water&r to make a nether portal frame. It's not ideal, but it's definitely easier than trying to mine obsidian with an iron pickaxe!" + "" + "Similar to the overworld, the nether is bare of ores and even more devoid of life - &4there are zero spawns there, and only one biome." + "" + "&7Tip: you can also make obsidian on the natural altar - but be warned, it's pretty costly aura-wise!" + ] + icon: "minecraft:netherrack" + id: "27C68B6622F186D7" + rewards: [{ + id: "5CD4DB3CD4BEA433" + type: "xp" + xp: 100 + }] + tasks: [ + { + dimension: "minecraft:the_nether" + id: "38900D6378B19874" + title: "Visit the Nether" + type: "dimension" + } + { + id: "0EBC3D370C08B62F" + item: { + Count: 1 + id: "minecraft:flint_and_steel" + tag: { + Damage: 0 + } + } + optional_task: true + type: "item" + } + { + id: "0D0B7B0E63CCA21B" + item: "minecraft:bucket" + optional_task: true + type: "item" + } + ] + title: "The Nether" + x: 0.0d + y: -2.5d + } + { + dependencies: ["46CC05A2F2D89079"] + description: [ + "The &6Natural Altar&r is a very important tool in the manipulation of natural energies." + "" + "Once the altar is fully built, it will drain &6aura&r from its surroundings. It will then use those energies to &6transform items put into it.&r " + "" + "You should also look into creating the &6Environmental Eye&r - a very useful device that shows you the level of aura in the nearby area." + ] + icon: "naturesaura:nature_altar" + id: "5274A282D9182B7C" + rewards: [{ + id: "5F51643B0B917615" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4BD721A26C88ED2C" + item: "naturesaura:nature_altar" + type: "item" + } + { + count: 16L + id: "351FCC7A8A161D97" + item: { Count: 16, id: "minecraft:stone_bricks" } + type: "item" + } + { + count: 4L + id: "701B2C7A74366E0A" + item: { Count: 4, id: "minecraft:chiseled_stone_bricks" } + type: "item" + } + { + count: 8L + id: "598F68386899E1AC" + item: { Count: 8, id: "naturesaura:gold_brick" } + type: "item" + } + { + count: 20L + icon: "minecraft:oak_planks" + id: "41E906B0B5DC2CBE" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "minecraft:planks" + } + } + title: "Any Planks" + type: "item" + } + { + id: "0FA54974D0CC4874" + item: "naturesaura:eye" + optional_task: true + type: "item" + } + ] + title: "Natural Altar" + x: 2.0d + y: -1.0d + } + { + dependencies: ["5274A282D9182B7C"] + description: ["Infusing iron in the Natural Altar creates, funnily enough, &6Infused Iron Ingots.&r These have a wide variety of uses, but chief among them are some very nice tools and armor, with &6special abilities&r and the unique property of being &6repairable using Aura.&r"] + id: "01C2598A1D9CF754" + rewards: [{ + id: "18E87B858A66A8FD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "070CA9418C5F199F" + item: "naturesaura:infused_iron" + type: "item" + }] + title: "Infused Iron" + x: 2.0d + y: -2.0d + } + { + dependencies: ["61329AF67AD28062"] + description: [ + "Extremely malleable, &6Andesite Alloy&r is a crucial component of contraptions to come." + "" + "&7Tip: very small amounts of Create are needed to finish the pack, but you won't have to get too deep into it!" + ] + id: "153CB8257AEDA4ED" + rewards: [{ + id: "1FDC0C329743808A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "0C28FD3F5C919A74" + item: "create:andesite_alloy" + type: "item" + }] + x: 3.0d + y: -3.0d + } + { + dependencies: ["5274A282D9182B7C"] + description: [ + "The Natural Altar requires aura in the surrounding area to function. It won't ever take the aura to a negative level, but it will &4stop working completely if the aura is low enough,&r which means you'll need a way of replenishing it." + "" + "&6Ancient Saplings&r are the most basic way to do this; once grown, if the area's aura is low enough, the tree's leaves will &4slowly wither away,&r &6producing aura in the process.&r" + ] + id: "58C55BE2ECDC9FD5" + rewards: [{ + id: "0274CAE89C92B7CF" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "72965D594F07ECDB" + item: "naturesaura:ancient_sapling" + type: "item" + }] + title: "Creating Aura" + x: 2.0d + y: 0.0d + } + { + dependencies: [ + "01C2598A1D9CF754" + "58C55BE2ECDC9FD5" + ] + description: [ + "An excess of aura generates flowers - and this device can turn &6flowers into an excess of aura!&r Make sure you feed it a &6balanced diet of different flowers,&r though; too much of the same flower and it starts to give you &4diminishing returns.&r" + "" + "&7Tip: if the aura in an area is high enough, it'll charge aura caches! Crouch with a botanist tool (made from infused iron) to repair them with an aura cache in your inventory." + ] + icon: "naturesaura:flower_generator" + id: "6628083C19C5F8CB" + rewards: [{ + id: "477677B503ADE1DB" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4F2645681873AE53" + item: "naturesaura:flower_generator" + type: "item" + } + { + id: "4C8DCDC35E190F4C" + item: "naturesaura:aura_cache" + optional_task: true + type: "item" + } + ] + x: 4.0d + y: -1.0d + } + { + dependencies: [ + "7010ED9A666FF89E" + "6ED1017877CB7568" + ] + description: [ + "Mana's not very useful without ways to generate and move it! Starting out, your best source of mana is going to be the &6Endoflame.&r" + "" + "&7Tip: you can use the Wand of the Forest to bind the spreader to flowers and pools." + "" + "&7Tip 2: using a pressure plate but it's not working? Open your OPAC keybind (default [']) to turn off the Prot. Plates from Other setting!" + ] + icon: "botania:mana_spreader" + id: "2FD66F543443B8A8" + rewards: [{ + id: "68C31A94CDDEC159" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "0CB0B2674C20ED57" + item: "botania:mana_spreader" + type: "item" + } + { + id: "4D18F6CA3EE6D63D" + item: "botania:mana_pool" + type: "item" + } + { + id: "60390123FA913DCA" + item: "botania:endoflame" + type: "item" + } + { + id: "38161206AE3DB7D5" + item: { + Count: 1 + id: "botania:twig_wand" + tag: { + color1: 0 + color2: 0 + } + } + match_nbt: false + optional_task: true + title: "Wand of the Forest" + type: "item" + } + ] + title: "Generating Mana" + x: -3.0d + y: -3.0d + } + { + dependencies: ["6628083C19C5F8CB"] + description: ["Now that you have a more robust source of aura, you can put it to more use - a &6crumbling catalyst,&r when placed on top of one of the lower four golden blocks of a natural altar, can crush things much more finely than you can by hand. It can get you &6more bone meal per bone, more gold powder per leaf, and even turn cobblestone into sand!&r"] + id: "5C1E3750F91A38B2" + rewards: [{ + id: "72FD0BCB4D48D5E6" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "214521E01C8D7374" + item: "naturesaura:crushing_catalyst" + type: "item" + }] + x: 5.5d + y: -1.0d + } + { + dependencies: ["359392265BF91571"] + description: [ + "There are a few items you can place on top of your altar to increase its capacity and recharge rate:" + "" + "&6Torch:&r +0.5x recharge rate" + "&6Skeleton Skull/Husk Head:&r +1x recharge rate, +1x capacity" + "&6Chalice:&r +1x capacity" + "" + "Eventually, you can replace the torch with a candelabra, the skeleton skull with a wither skeleton or player skull, and the chalice with a filled chalice for even more recharge rate and capacity." + ] + icon: "enchanted:chalice" + id: "3932D60DF66D4C83" + rewards: [{ + id: "78C9992C0F127F72" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4064574A4F18B0CB" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "heads:husk_head" + } + { + Count: 1b + id: "minecraft:skeleton_skull" + } + ] + } + } + title: "Head Upgrade" + type: "item" + } + { + id: "3DE7D27534BF3CD2" + item: "minecraft:torch" + type: "item" + } + { + id: "42FF0626D6059DEB" + item: "enchanted:chalice" + type: "item" + } + ] + title: "Altar Upgrades" + x: -0.5d + y: -4.5d + } + { + dependencies: ["359392265BF91571"] + description: [ + "Attuned stones are a very important part of witchcraft - not only do they let you &6craft necessary workstations,&r they also give you the ability to perform certain rites &6without the need of an altar,&r once charged!" + "" + "&7Please note that this recipe needs altar power! Make sure your cauldron is within range of your altar!" + ] + id: "1145EF33C88C696B" + rewards: [{ + id: "2354475358D65502" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "482401F7FF362672" + item: "enchanted:attuned_stone" + type: "item" + }] + x: -1.5d + y: -6.0d + } + { + dependencies: ["1145EF33C88C696B"] + description: [ + "If the &6Altar&r is the backbone of witchcraft, the &6Distillery, Kettle,&r and &6Spinning Wheel &rare its phalanges. " + "" + "...strange metaphors aside, these blocks allow you to craft a wide variety of &6witchy goodies.&r They will need to be placed within range of an altar, if their recipes require power." + ] + icon: "enchanted:distillery" + id: "54838757425A9BA7" + rewards: [ + { + count: 4 + id: "2375BC9D15F267C0" + item: "enchanted:clay_jar" + type: "item" + } + { + id: "5B05F3BCB0B0ADE9" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "35CEC80D00F949F2" + item: "enchanted:distillery" + type: "item" + } + { + id: "0C3773A080F18741" + item: "enchanted:kettle" + type: "item" + } + { + id: "756133C30FFC6521" + item: "enchanted:spinning_wheel" + type: "item" + } + ] + title: "Tools of the Trade" + x: -1.5d + y: -7.5d + } + { + dependencies: ["2FD66F543443B8A8"] + description: [ + "An apparatus perfect for channelling large amounts of mana into collections of objects, the &6Runic Altar&r will (obviously) let you make runes." + "" + "&7Tip: with the altar, if you don't have them already, you can craft mystical flower seeds!" + ] + id: "5EA3E8FCE4EBBA82" + rewards: [ + { + count: 4 + id: "3EC0E28F784E66D1" + item: "botania:black_lotus" + type: "item" + } + { + id: "3C16D01FFA5D9C87" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "71772B3D162FA2F2" + item: "botania:runic_altar" + type: "item" + }] + x: -4.5d + y: -3.0d + } + { + dependencies: ["6DC359D0F8736415"] + description: [ + "Ember item and fluid pipes are relatively basic, but at this point in time they're fairly decent for small-scale operations. Pipes need extractors to pull items into them, and extractors need a redstone signal to be activated. There are a few other quirks to the system, all of which are explained in your &6Ancient Codex." + "" + "&7Note - basically everything in Embers needs a redstone signal to activate, so get ready to place plenty of levers!" + ] + icon: "embers:item_pipe" + id: "424D08C4CFE434EA" + rewards: [{ + id: "095505E6346CD60C" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "63D5F1F29D99DECE" + item: "embers:item_pipe" + type: "item" + } + { + id: "4FAE706B4A6EFA11" + item: "embers:fluid_pipe" + type: "item" + } + { + id: "6EB36AB2AB9554D2" + item: "embers:item_extractor" + type: "item" + } + { + id: "3B5648870CF70B44" + item: "embers:fluid_extractor" + type: "item" + } + ] + title: "Dwarven Logistics" + x: 0.5d + y: -4.5d + } + { + dependencies: ["6DC359D0F8736415"] + description: [ + "Now that you have some Ember, you'll need to turn it into useable energy somehow." + "" + "The&6 Ember Activator&r turns solid Ember into &6Activated Ember;&r pipe crystals and shards into the bottom, and attach an &6Ember Emitter to the top&r to output &6Activated Ember.&r " + "" + "Use a Tinker's Hammer on the emitter to link it to a receptor, give it a redstone signal, and you're transmitting Activated Ember!" + "" + "&7Note that Ember Grit doesn't normally produce Activated Ember; you'll have to add a &6Heat Exchanger&7 to an activator to get energy out of it (which multiplies all ember production by 0.9x, but adds a flat +300 to all items production!)" + ] + icon: "embers:ember_activator" + id: "700009D450C569A2" + rewards: [{ + id: "1831C47B7984655F" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "63BACAF1D91DBD29" + item: "embers:ember_activator" + type: "item" + } + { + id: "2A53DC1865FD785A" + item: "embers:ember_emitter" + type: "item" + } + { + id: "446A39DD19D62C6E" + item: "embers:ember_receiver" + type: "item" + } + { + id: "60CF6AD07295DD51" + item: "embers:ember_relay" + optional_task: true + type: "item" + } + ] + title: "Activating Ember" + x: 1.5d + y: -6.0d + } + { + dependencies: [ + "54838757425A9BA7" + "221E431A74C6E8A5" + ] + description: [ + "One of the main ways to channel altar power is through the practice of &6circle magic.&r Each ritual has a gold chalk glyph at its center, but the placement of other chalk glyphs changes depending on what kind of ritual you want to perform!" + "" + "Most rituals can target a remote area using a waystone (blooded or otherwise), and some rituals can even be performed away from the altar by adding a charged attuned stone to them!&6 Read through the two reward books to find out what rituals you can perform.&r" + "" + "&7Tip: the rite of fertility is a cheap, easy way to mass bonemeal grass, crops or anything else!" + ] + icon: { + Count: 1 + id: "enchanted:ritual_chalk" + tag: { + Damage: 0 + } + } + id: "7D5E4A2212C421AE" + rewards: [ + { + id: "5E30DFA317714CDC" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "enchanted:circle_magic" + } + } + type: "item" + } + { + id: "07AAE781C28F089F" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "patchouli:custom_rituals" + } + } + type: "item" + } + { + id: "534E573A04A07B35" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "07380F0DB0F32DC4" + item: { + Count: 1 + id: "enchanted:golden_chalk" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "17C370738BAA7671" + item: { + Count: 1 + id: "enchanted:ritual_chalk" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "529246947E79B97F" + item: { + Count: 1 + id: "enchanted:nether_chalk" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "1B0B92E04017F047" + item: { + Count: 1 + id: "enchanted:otherwhere_chalk" + tag: { + Damage: 0 + } + } + type: "item" + } + ] + title: "Circle Magic" + x: -1.5d + y: -8.5d + } + { + dependencies: ["700009D450C569A2"] + description: [ + "You'll want to make a &6Copper Cell&r to &6store your activated ember&r - it works as a kind of 'battery' for the mystical energy." + "" + "To see how much ember is in the cell, place an &6Ember Dial&r on it." + ] + icon: { + Count: 1 + ForgeCaps: { + Parent: { + "embers:ember": 0.0d + "embers:ember_capacity": 24000.0d + } + } + id: "embers:copper_cell" + tag: { + ForgeCaps: { + "embers:ember_capacity": 24000.0d + } + } + } + id: "2C46F425B5E0AAAA" + rewards: [{ + id: "7BE3ACC86F62B56B" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "0B01C83DE8DDDF86" + item: { + Count: 1 + ForgeCaps: { + Parent: { + "embers:ember": 0.0d + "embers:ember_capacity": 24000.0d + } + } + id: "embers:copper_cell" + tag: { + ForgeCaps: { + "embers:ember_capacity": 24000.0d + } + } + } + type: "item" + } + { + id: "18B80228CE32311A" + item: "embers:ember_dial" + optional_task: true + type: "item" + } + ] + title: "Storing Ember" + x: 2.5d + y: -6.0d + } + { + dependencies: ["700009D450C569A2"] + description: [ + "Ember is capable of melting metals and other items in the creatively-named &6Melter&r - feed the bottom half ember, feed the top half items to melt, and you can extract molten metals from the top half." + "" + "This molten metal can be formed into a variety of shapes in a &6Stamper;&r place the &6Stamp Base,&r then the &6Stamper above it with a one-block gap&r of air. Give the Stamper ember and a stamp, pipe molten metal into the base, and presto! Stamped and cooled metal products! " + "" + "Notably, you can use this process to &6produce plates more efficiently.&r" + ] + icon: "embers:melter" + id: "74FB5A117EF51949" + rewards: [{ + id: "365D61F083C8E352" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "58B58AF055A23CDB" + item: "embers:melter" + type: "item" + } + { + id: "1699A456873EC1E0" + item: "embers:stamper" + type: "item" + } + { + id: "5BB0B499D0181BC1" + item: "embers:stamp_base" + type: "item" + } + ] + title: "Melting and Stamping" + x: 1.5d + y: -7.5d + } + { + dependencies: ["74FB5A117EF51949"] + description: [ + "By piping molten copper and gold into &odifferent sides&r of the bottom of a &6Mixer Centrifuge,&r (along with some ember) you can combine them into a strong, ember-aligned metal called &6Dawnstone.&r Pipe it out of the top and stamp it into ingots or plates!" + "" + "&7Tip: use your Tinker's Lens to see what's going on in the mixer!" + ] + icon: "embers:dawnstone_ingot" + id: "221E431A74C6E8A5" + rewards: [{ + id: "43958F16B260D87C" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4AF6D6F0BB92C4C8" + item: "embers:mixer_centrifuge" + type: "item" + } + { + id: "5D234128365C1656" + item: "embers:dawnstone_ingot" + type: "item" + } + ] + title: "Dawnstone" + x: 1.5d + y: -8.5d + } + { + dependencies: ["153CB8257AEDA4ED"] + description: ["The Andesite Casing is a crucial part of any kind of mechanical apparatus."] + id: "17089FF12C1591B8" + rewards: [ + { + count: 8 + id: "0F4BAEC85C9C5077" + item: "create:andesite_alloy" + type: "item" + } + { + id: "0A542C39214D4B16" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "7EAC671CDBFEFBA4" + item: "create:andesite_casing" + type: "item" + }] + x: 4.5d + y: -3.0d + } + { + dependencies: ["221E431A74C6E8A5"] + description: [ + "For more advanced ember crafting, a special setup is required. An &6exchange tablet&r with some &6pedestals&r around it, when struck with a &6beam cannon pulse,&r will transmute the center item into a new result item." + "" + "There is one complication, though. The pedestals need &6aspectii&r to be placed on them, and you aren't sure which aspectii go with which items! The only way to find out is through experiementation - if the transmutation fails, it will produce &balchemical waste.&r When held and right clicked, the waste will reveal a number of &6glowing spots,&r which tell you the number of &6aspectus/item combinations you got right.&r" + ] + icon: "embers:alchemy_tablet" + id: "287C747ED1189725" + rewards: [{ + id: "2BCDBFBEF2E63ADF" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "2ED145BD6FE7C9F6" + item: "embers:alchemy_tablet" + type: "item" + } + { + id: "405AC57A26FC22AF" + item: "embers:beam_cannon" + type: "item" + } + { + count: 3L + id: "1D96D434EB8B1E10" + item: { Count: 3, id: "embers:alchemy_pedestal" } + type: "item" + } + ] + title: "Energetic Alchemy" + x: 3.0d + y: -9.5d + } + { + dependencies: ["5EA3E8FCE4EBBA82"] + dependency_requirement: "one_completed" + description: [ + "Using the power of mana and a pumpkin, you think you can create a &6Fel Pumpkin&r - a weak imitation of a blaze head. Pop this magically-charged head on top of two iron bars, and it'll turn into a passable facsimile of a blaze." + "" + "This imitation blaze always drops at least &610 blaze powder.&r This blaze powder can be spun into brilliant fiber, or distilled into more useful dusts!" + "" + "&7Tip: you can capture an imitation blaze in the Blaze Burner!" + ] + icon: "botania:fel_pumpkin" + id: "1AF1077B69E1551E" + rewards: [{ + id: "4705AE453E2CFC9B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "643D4D645AFA5CC2" + item: "botania:fel_pumpkin" + type: "item" + }] + title: "Knockoff Blazes" + x: -4.5d + y: -6.0d + } + { + dependencies: ["17089FF12C1591B8"] + description: ["There are a few other ways you can process materials using andesite-based machinery; namely, &6compacting, pressing, and mixing&r You'll need to find some way to capture a fire elemental if you want to expand your repertoire, though; &bmaybe mana can help you somehow?&r"] + icon: "create:basin" + id: "2A32CE924C9CB606" + optional: true + rewards: [{ + id: "23F62F83D9979503" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "0FB8A5B0F06E426D" + item: "create:basin" + type: "item" + } + { + id: "6B5791E93915EAF5" + item: "create:mechanical_mixer" + type: "item" + } + { + id: "178C2463E234E6A2" + item: "create:mechanical_press" + type: "item" + } + ] + title: "Mechanical Crafting" + x: 5.0d + y: -2.0d + } + { + dependencies: [ + "00448B9AC0FC3F5D" + "17089FF12C1591B8" + ] + description: [ + "By blowing air through certain things, you can blast, smoke, wash, or &6haunt&r items. This means you have access to essentially free bulk smelting!" + "" + "More importantly, though - now that you can haunt items, you can make &6blackstone&r by &6haunting&r cobblestone, a crucial component of the &6Reformation Array.&r" + ] + icon: "create:encased_fan" + id: "05820674B5CC639D" + rewards: [{ + id: "7D07BBC1418D7C79" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4A9D9FBBBDE57536" + item: "create:encased_fan" + type: "item" + } + { + id: "55F8484DFCFD7029" + item: "minecraft:soul_sand" + type: "item" + } + { + id: "452FBDCD430ED783" + item: "create:hand_crank" + optional_task: true + type: "item" + } + ] + title: "Moving Air" + x: 7.5d + y: -3.0d + } + { + dependencies: [ + "221E431A74C6E8A5" + "05820674B5CC639D" + ] + description: [ + "Alchemical reformation is the process of &6turning one alchemical sulfur into another&r - initially, you'll only be able to convert sulfurs of the &6same tier and type&r to each other &6(like iron sulfur into lead sulfur!) &r" + "" + "To set up the reformation array, place down the target, source, and result pedestals somewhat near each other. Hold the sulfuric flux emitter and right click each pedestal, then place it on the mercury catalyst. " + "" + "Put mercury in the mercury catalyst, the target sulfur in the target pedestal, and the sulfur to convert in the source pedestal. Give it a moment, and you'll start converting the source sulfur into the target sulfur!" + ] + icon: "theurgy:reformation_result_pedestal" + id: "2F210E03731A0E21" + rewards: [ + { + count: 2 + id: "0B48F3CE218EE46B" + item: "theurgy:mercury_crystal" + type: "item" + } + { + id: "512844E3ED4F22AF" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "48B96711CA5E1E82" + item: "theurgy:reformation_result_pedestal" + type: "item" + } + { + id: "71C6DFB17E46C57E" + item: "theurgy:reformation_target_pedestal" + type: "item" + } + { + id: "06032DD1D16334EA" + item: "theurgy:reformation_source_pedestal" + type: "item" + } + { + id: "5F70BFFABB339810" + item: "theurgy:sulfuric_flux_emitter" + type: "item" + } + { + id: "5202013C1D67BF1C" + item: "theurgy:mercury_catalyst" + type: "item" + } + ] + title: "Alchemical Reformation" + x: 5.0d + y: -6.5d + } + { + dependencies: ["17089FF12C1591B8"] + description: ["A mechanical pump is capable of pumping liquids in the world into pipes when given mechanical power - &6it is much faster than the ember-fueled one!"] + id: "2E0F026AB59D83B5" + optional: true + rewards: [{ + id: "6A2676B04EF7610A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5E548AA09A77547C" + item: "create:mechanical_pump" + type: "item" + }] + x: 4.0d + y: -4.0d + } + { + dependencies: ["77FBE2FA730A82AE"] + description: ["The &6Rod of the Lands&r can corporealize a tiny portion of mana into a full dirt block!"] + id: "23390B2CDE30D057" + rewards: [ + { + count: 32 + id: "33AA2687E886E9BC" + item: "minecraft:dirt" + type: "item" + } + { + id: "3258A91A2AB8DE63" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "6BD20F85E2DD3DEF" + item: "botania:dirt_rod" + type: "item" + }] + title: "(almost) Free Dirt" + x: -4.0d + y: -0.5d + } + { + dependencies: ["5EA3E8FCE4EBBA82"] + description: ["Carrying mana around with you enables you to use a plethora of bits and baubles. To transfer mana from a pool into the tablet, make sure the pool is on 'charge' mode by hovering over it with a wand of the forest."] + id: "77FBE2FA730A82AE" + rewards: [{ + id: "1FBCB30D6D1B7B94" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "781B18571CC61161" + item: "botania:mana_tablet" + type: "item" + }] + title: "Portable Mana" + x: -4.5d + y: -1.5d + } + { + dependencies: ["77FBE2FA730A82AE"] + description: ["Turn your mana tablet into a ring to store mana on-the-go &6without taking up an inventory slot!&r"] + id: "7AC1E9B4710A8B84" + rewards: [{ + id: "7E5580894EE5E74C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "72B87DADC3BA8740" + item: "botania:mana_ring" + type: "item" + }] + x: -5.0d + y: -0.5d + } + { + dependencies: ["77FBE2FA730A82AE"] + description: ["By attaching a mana rune to a manasteel ring, you can (VERY slowly) pull ambient mana into a mana storage device on your person, &6for free!&r"] + id: "0E2EAFDEA91C24BD" + rewards: [{ + id: "5FEE92B8F930D27D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6A17A5BA2DFAF67B" + item: "botania:aura_ring" + type: "item" + }] + x: -3.5d + y: -1.5d + } + { + dependencies: ["1AF1077B69E1551E"] + description: [ + "Distilling blaze powder and gunpowder together in a Distillery will grant you access to &6glowstone!&r" + "" + "Getting &6redstone&r is similar, using cinder flour in place of gunpowder." + "" + "&7Tip: you can also make glowstone and redstone with strength and night vision potions - it's up to you whether you want to take the Enchanted or Create route for these!&r" + ] + id: "4DE7466CAC029EF6" + rewards: [{ + id: "7C04DA99FA6DDD22" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "3DDDEA23FD302D1C" + item: "minecraft:glowstone_dust" + type: "item" + } + { + id: "3486BA1B47BBEE8F" + item: "minecraft:redstone" + type: "item" + } + ] + title: "Useful Dusts" + x: -5.5d + y: -6.0d + } + { + dependencies: ["2E0F026AB59D83B5"] + description: ["Once you have a pump, you can create a &6Spout&r to dispense liquid onto items - this is a possible way to make &6glowstone or redstone,&r if you're willing to set up the infrastructure."] + id: "15AB65CE5C0B95CC" + optional: true + rewards: [{ + id: "4B40A3E6B89D17DA" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "63B514655C769766" + item: "create:spout" + type: "item" + }] + x: 4.0d + y: -5.0d + } + { + dependencies: ["621BEE0A09882094"] + description: [ + "The &6Alchemy Catalyst&r allows you to use the power of mana to transmute a wide variety of items. Place it under a mana pool to start alchemizing!" + "" + "You'll be able to convert flowers into other flowers, stone variants into other stone variants, flint into gunpowder (and vice versa), and ghast tears into ender pearls!" + "" + "&6Notably, it lets you turn flax into feathers, necessary for tokens of fear.&r" + ] + id: "76795AD9B23ACFD7" + rewards: [{ + id: "22749725C9F092FA" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5504BE5D400C6468" + item: "botania:alchemy_catalyst" + type: "item" + }] + x: -2.5d + y: -10.0d + } + { + dependencies: ["5C1E3750F91A38B2"] + description: [ + "The &6transmutation catalyst&r modifies the natural altar to convert items into other items using Aura. Similar to the crumbling catalyst, it must be placed &6atop one of the four lower gold blocks of the altar.&r" + "" + "The most immediately useful transmutation is that of &6sand into soul sand,&r which will allow you to haunt things using the encased fan, as well as grow nether wart!" + "" + "You can also convert netherrack into crimson and warped nylium." + ] + id: "00448B9AC0FC3F5D" + rewards: [{ + id: "59748105E1BF277D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "372D3B2D4B9F89D4" + item: "naturesaura:conversion_catalyst" + type: "item" + }] + x: 7.0d + y: -1.0d + } + { + dependencies: ["17089FF12C1591B8"] + description: ["The &6Millstone&r can crush cobble into gravel, bones into bone meal, and a variety of plants into their respective dyes at a much higher rate of return."] + id: "26942D2DF8C8AF91" + optional: true + rewards: [{ + id: "199207E4E8F0B826" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "143D8425B45D3807" + item: "create:millstone" + type: "item" + }] + x: 5.0d + y: -4.0d + } + { + dependencies: ["54DFF798149BE746"] + description: ["The &6Codebreaking Slate&r is very handy - you can put multiple pieces of alchemical waste into it and it will show you how many aspectus/item combinations you got right! It will also show you how many correct aspectii you have placed with the wrong items."] + id: "3E51B48398D0E334" + rewards: [{ + id: "6845416B1226351B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7B482471FD88BB17" + item: "embers:codebreaking_slate" + type: "item" + }] + x: 3.5d + y: -8.5d + } + { + dependencies: ["287C747ED1189725"] + description: ["Your first &6archaic brick&r can be made by infusing a regular brick with tainted gold and infused iron. Once you have one, you can use it to make more by simply infusing it with &6more clay and soul sand.&r"] + id: "54DFF798149BE746" + rewards: [{ + id: "76A7D17327EB14A2" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6A988B078BB6F842" + item: "embers:archaic_brick" + type: "item" + }] + x: 5.0d + y: -9.5d + } + { + dependencies: ["54DFF798149BE746"] + description: ["The &6Mnemonic Inscriber&r, when attached to an Exchange Tablet and given paper, will automatically write down the correct combination of aspectii for a given transmutation when you successfully complete one."] + id: "2C3ABE081A7E1086" + rewards: [{ + id: "12D49A84526CFAC2" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "339CBE9063E8306A" + item: "embers:mnemonic_inscriber" + type: "item" + }] + x: 4.5d + y: -8.0d + } + { + dependencies: [ + "2F210E03731A0E21" + "54DFF798149BE746" + ] + description: [ + "You can convert between sulfurs of the same type and rarity using the reformation array, but if you want to convert between different types (and the same rarity), you'll want to make &6Alchemical Niter&r in a &6Fermentation Vat.&r" + "" + "Place &6water, sugar, and the sulfur&r you want to ferment into the vat, then &6shift-right-click it to close it&r and start the fermentation process. Once the barrel opens again, your fermentation is done, and you can take out your shiny new Niter!" + "" + "Alchemical Niter can be converted in the &6Reformation Array&r similar to how you convert sulfur - note, however, that depending on what type you're converting to, you will produce or require &6more than one niter!&r" + ] + id: "50D60856E308EC6D" + min_width: 400 + rewards: [{ + id: "46AD85B696B8299A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "48F63F3E09BD04C1" + item: "theurgy:fermentation_vat" + type: "item" + }] + title: "Alchemical Conversion" + x: 6.0d + y: -7.5d + } + { + dependencies: ["50D60856E308EC6D"] + description: [ + "The &6digestion vat&r lets you &6convert sulfurs between rarities!&r Place some niter and sal ammoniac (and if you're converting up, some alchemically pure gold) into it, and shift-right-click the vat to start the process! &6Four of the previous tier converts into one of the next tier, and vice versa.&r" + "" + "This (in combination with the fermentation vat) allows you to convert iron sulfur into common metal niter, down into four abundant metal niter, into four copper sulfur - that's &6FOUR copper per iron!&r" + "" + "This is a metal loop you could try automating..." + "" + "&7Tip: you can start and stop the vats using a redstone signal!&r" + ] + id: "2368485BEB03F353" + rewards: [ + { + count: 4 + id: "4019A01E02C978B6" + item: "theurgy:sal_ammoniac_crystal" + type: "item" + } + { + id: "46A030476A7D2CE1" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "525FFCD223358CF7" + item: "theurgy:digestion_vat" + type: "item" + }] + title: "Alchemical Exaltation" + x: 7.0d + y: -8.5d + } + { + dependencies: [ + "76795AD9B23ACFD7" + "287C747ED1189725" + ] + description: [ + "The &6Offering Table&r is a special altar that will allow you to convert items into special empowered versions of themselves, most notably tokens and nature-infused ingots." + "" + "To use it, simply place whatever you want to infuse into it by right-clicking, then throw a &6Spirit of Calling&r onto the altar to activate it." + "" + "&7Tip: You can convert more than one item at a time, using only one spirit of calling!&r" + "" + "&7Tip 2: this is a multiblock! Check your Book of Natural Aura to see how to build it." + ] + icon: "naturesaura:offering_table" + id: "020B8F06D2C86CE3" + rewards: [{ + id: "3646B751A7688D3D" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "61D4BE7CF94C3895" + item: "naturesaura:offering_table" + type: "item" + } + { + id: "68D4AE8BB5F3FE48" + item: "naturesaura:calling_spirit" + type: "item" + } + ] + x: 0.0d + y: -11.0d + } + { + dependencies: ["1AF1077B69E1551E"] + description: ["You can capture a summoned blaze into a magicked cage. This cage, when placed under a basin, will let you brew potions more efficiently than a brewing stand."] + id: "27A7CD7E1613FD1B" + optional: true + rewards: [{ + id: "04718C8D6B87C847" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "32CA9609F24A429E" + item: "create:blaze_burner" + type: "item" + }] + x: -3.0d + y: -6.0d + } + { + dependencies: ["020B8F06D2C86CE3"] + description: ["This is it. Using the power of the &6Offering Altar,&r and some magically significant materials, you can create the basis of real, sentient life - chicken eggs."] + icon: "heads:chicken_head" + id: "1C7C9A1F11DE819B" + rewards: [{ + id: "54963078056ED72D" + type: "xp" + xp: 100 + }] + shape: "hexagon" + size: 2.0d + subtitle: "Well, debatably" + tasks: [ + { + id: "462012BB2A30BE57" + item: "kubejs:feather_flesh_amalgam" + type: "item" + } + { + id: "040064ECC88AE724" + item: "kubejs:blooded_amalgam" + type: "item" + } + { + id: "46327E4C8BDADEF4" + item: "kubejs:mana_amalgam" + type: "item" + } + { + id: "46EDB244AC746667" + item: "kubejs:infused_amalgam" + type: "item" + } + { + id: "2CD3CFE847F27E3A" + item: "minecraft:chicken_spawn_egg" + type: "item" + } + ] + title: "Sentient Life" + x: 0.0d + y: -13.0d + } + { + dependencies: ["5EA3E8FCE4EBBA82"] + description: [ + "With runes, there are a few other options you have for generating mana:" + "" + "* A &6Thermalily&r generates bursts of mana using lava, but will consume lava for no gain if you give it lava too often" + "* An &6Entropinnyum&r consumes TNT explosions (and is one of the best generating flowers in the game), but too often and it'll just blow itself up" + "* A &6Munchdew&r consumes leaves, but does not drop saplings." + "" + "&7Tip: some flowers will generate too much mana for a basic spreader! You can use potency and velocity lenses to stretch this, but eventually, you'll need better spreaders...&r" + ] + id: "6FAB85F509199CA8" + optional: true + rewards: [{ + id: "27B3F318DA9CACAD" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "7FBBEAD125CEBC23" + item: "botania:entropinnyum" + type: "item" + } + { + id: "5651681BBC5CDDF3" + item: "botania:thermalily" + type: "item" + } + { + id: "39588C89BC26A419" + item: "botania:munchdew" + type: "item" + } + ] + title: "Alternative Mana Sources" + x: -5.5d + y: -3.0d + } + { + dependencies: ["2F210E03731A0E21"] + description: [ + "Now that you can turn sulfurs into other sulfurs, you can manually reconstitute &6silver sulfur&r and use the &6Reformation Array&r to turn gold sulfur into silver sulfur without having to re-make the sulfur over and over again!" + "" + "&7Tip: sulfur sulfur sulfur sulfur&r" + ] + icon: "embers:silver_ingot" + id: "462683FE563F6689" + rewards: [ + { + count: 4 + id: "7FBFE986AA75BE97" + item: "embers:silver_ingot" + type: "item" + } + { + id: "6B1AE3F375E0C111" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "2CC1C9C3C4AE5B0C" + item: { + Count: 1 + id: "theurgy:alchemical_sulfur_silver" + tag: { + "theurgy:sulfur.source.id": "#forge:ingots/silver" + } + } + type: "item" + } + { + id: "6E4A50C682ABED03" + item: "embers:silver_ingot" + type: "item" + } + ] + title: "Moon Metal" + x: 6.5d + y: -6.0d + } + { + dependencies: ["287C747ED1189725"] + description: ["The &6Wildfire Core&r is a key piece of some advanced dwarven machinery."] + id: "4BF72A5E2897EBD4" + rewards: [{ + id: "42A3BC187AAABFE3" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "01F5731866494B98" + item: "embers:wildfire_core" + type: "item" + }] + x: 4.0d + y: -11.0d + } + { + dependencies: ["4BF72A5E2897EBD4"] + description: [ + "The &6Wildfire Stirling,&r when attached to machines and supplied with steam, increases the efficiency of their ember usage." + "" + "The first one cuts usage in half, the second one halves it again, and any more decrease the efficiency." + ] + id: "7EF13F67C5B31A7E" + rewards: [{ + id: "09ABACAD03F4082B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "44627103A3725806" + item: "embers:wildfire_stirling" + type: "item" + }] + x: 3.5d + y: -12.5d + } + { + dependencies: ["4BF72A5E2897EBD4"] + description: [ + "The &6Ignem Reactor&r is the ultimate solution to high ember requirements - when placed between a &6Catalysis&r and &6Combustion Chamber,&r it refines ember at a MUCH higher rate than the Ember Activator; up to &69x more ember&r per crystal item." + "" + "&7Tip: the Catalysis and Combustion Chambers need fuel to operate, check JEI for their fuels and multipliers." + ] + icon: "embers:ignem_reactor" + id: "6A69962F4001509A" + rewards: [{ + id: "70763DFF0C37A354" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "2189DC2F4FDEB322" + item: "embers:ignem_reactor" + type: "item" + } + { + id: "6778C5C0E060CEC1" + item: "embers:catalysis_chamber" + type: "item" + } + { + id: "1A82D8BF3566A52D" + item: "embers:combustion_chamber" + type: "item" + } + ] + title: "Ignem Reactor" + x: 5.5d + y: -10.5d + } + { + dependencies: ["4BF72A5E2897EBD4"] + description: [ + "With the power of alchemy, you can turn a charged attuned stone into a seed capable of turning ember into pure metal! These crystal seeds, when powered with an &6Ember Injector,&r will slowly grow and drop metal nuggets." + "" + "Not every metal can be turned into these seeds, but you have figured out that you can actually &6obtain Zinc&r through this alchemical process!" + "" + "&7Tip: crystals will slowly level up and drop more and more metal. Moving them resets their level, though!" + ] + icon: "embers:zinc_crystal_seed" + id: "22735AE4F84EF82B" + rewards: [{ + id: "132F34A7C50D0B5D" + type: "xp" + xp: 100 + }] + size: 1.5d + subtitle: "Zinc! (and others)" + tasks: [ + { + id: "05BF876AB4CF0EBA" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "embers:zinc_crystal_seed" + } + { + Count: 1b + id: "embers:lead_crystal_seed" + } + { + Count: 1b + id: "embers:iron_crystal_seed" + } + { + Count: 1b + id: "embers:copper_crystal_seed" + } + ] + } + } + title: "Any Metal Crystal Seed" + type: "item" + } + { + id: "73FD48B472E606AB" + item: "embers:ember_injector" + type: "item" + } + ] + title: "Metal Crystal Seeds" + x: 5.5d + y: -12.5d + } + { + dependencies: ["221E431A74C6E8A5"] + description: ["With Dawnstone, you can craft ember transferral devices that can handle much more throughput."] + icon: "embers:ember_ejector" + id: "3FD3CD01761AE92A" + rewards: [{ + id: "744D1C19AD6A6A1F" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "6440F561FFCF06D6" + item: "embers:ember_ejector" + type: "item" + } + { + id: "2A68CC3B8ABDF4CC" + item: "embers:ember_funnel" + type: "item" + } + ] + title: "High Volume Ember Transfer" + x: 0.5d + y: -9.5d + } + { + dependencies: ["22735AE4F84EF82B"] + description: [ + "Now that you have zinc, you can alloy it with copper to create brass! This is useful almost exclusively for &6mechanical contraptions.&r" + "" + "&6Electron Tubes&r are also an important step to making more complicated contraptions. " + "" + "&6Rose Quartz&r can be made in a heated basin, combining glowstone and redstone in a sal ammoniac bath." + ] + icon: "create:electron_tube" + id: "20EF463DB77E09EE" + optional: true + rewards: [{ + id: "6B9CCEAAD5EFAAF2" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "0B9F338A37E36108" + item: "create:brass_ingot" + type: "item" + } + { + id: "5AB8A62B4C42FBE1" + item: "create:electron_tube" + type: "item" + } + ] + title: "Advanced Contraptions" + x: 7.5d + y: -12.0d + } + { + dependencies: ["17089FF12C1591B8"] + description: [ + "Packages and their associated transport items open up a huge amount of logistical freedom." + "" + "&7Tip: for more information, hover these items and hold W to ponder!" + ] + icon: "create:packager" + id: "7027BF39C1223997" + optional: true + rewards: [{ + id: "2928C183B230148C" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "71DD21702431A790" + item: "create:chain_conveyor" + type: "item" + } + { + id: "1740117E6C75E6EC" + item: "create:package_frogport" + type: "item" + } + { + id: "25F76361F4E9E507" + item: "create:packager" + type: "item" + } + ] + title: "Mechanical Logistics" + x: 4.0d + y: -2.0d + } + { + dependencies: ["20EF463DB77E09EE"] + description: ["With access to brass and electron tubes, you can make a Mechanical Crafter. These, in combination with &6factory gauges&r and &6package logistics,&r allow you to set up automatic stocking and crafting of items!"] + icon: "create:factory_gauge" + id: "0230C7C57435FB3A" + optional: true + rewards: [{ + id: "41EA2740A534F40D" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "6955607593312B92" + item: "create:mechanical_crafter" + type: "item" + } + { + id: "468E8D3B8A867517" + item: "create:factory_gauge" + type: "item" + } + ] + title: "Autocrafting" + x: 9.0d + y: -11.0d + } + { + dependencies: ["01C2598A1D9CF754"] + description: [ + "You can fortify infused iron with prosperity shards to create a basic &6prosperity ingot,&r ready to augment with agricultural essence." + "" + "One of the best uses of this ingot is to make a better watering can." + ] + icon: { + Count: 1 + id: "mysticalagriculture:inferium_watering_can" + tag: { + Active: 0b + Water: 0b + } + } + id: "68051685A2136388" + rewards: [{ + id: "4FEFBF01965A11D4" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4676F5B4A0F27349" + item: "mysticalagriculture:prosperity_ingot" + type: "item" + } + { + id: "0926C1E94B1440F2" + item: { + Count: 1 + id: "mysticalagriculture:inferium_watering_can" + tag: { + Active: 0b + Water: 0b + } + } + type: "item" + } + ] + title: "Better Watering" + x: 1.0d + y: -2.0d + } + { + dependencies: ["020B8F06D2C86CE3"] + description: [ + "With empowered tokens, you can craft the &6Creational Catalyst&r - this removes the innate limit on most aura producing blocks, and lets you overcharge the local area with Aura." + "" + "&7Tip: aureareaurearuea" + ] + id: "6C627897FFF1D259" + rewards: [{ + id: "441E2FB83DB075C1" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2009E7B94071CE08" + item: "naturesaura:generator_limit_remover" + type: "item" + }] + x: -1.5d + y: -11.5d + } + { + dependencies: ["226F9F21A941389C"] + description: [ + "You've felt a strange tingling on your skin ever since you woke up - you think this might be a manifestation of &6Aura,&r a natural phenomenon that you might be able to further harness." + "" + "To get started, craft a &6Bottle and Cork&r and &6right click the air&r to gather some Aura for further study." + ] + icon: { + Count: 1 + id: "naturesaura:aura_bottle" + tag: { + stored_type: "naturesaura:overworld" + } + } + id: "46CC05A2F2D89079" + rewards: [ + { + id: "2176E36B3CEE18A8" + type: "xp" + xp: 100 + } + { + count: 2 + id: "7859AA02526007BE" + item: { + Count: 1 + id: "naturesaura:aura_bottle" + tag: { + stored_type: "naturesaura:overworld" + } + } + type: "item" + } + ] + tasks: [ + { + id: "402A7DA140E7221A" + item: "naturesaura:bottle_two_the_rebottling" + type: "item" + } + { + id: "106F3355FB945F74" + item: { + Count: 1 + id: "naturesaura:aura_bottle" + tag: { + stored_type: "naturesaura:overworld" + } + } + type: "item" + } + ] + title: "Bottling Sunlight" + x: 1.0d + y: -1.0d + } + { + dependencies: ["77FBE2FA730A82AE"] + description: ["The &6Mana Blaster&r is a portable mana spreader that you can fire at will, using mana from a storage device on your person. You can also attach lenses to it, to use their special properties!"] + id: "121D0AE32E2F7267" + rewards: [{ + id: "3B7AD6C882A25FC6" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6B4F4E037CD70B79" + item: { + Count: 1 + id: "botania:mana_gun" + tag: { } + } + type: "item" + }] + x: -5.5d + y: -1.5d + } + { + dependencies: ["2FD66F543443B8A8"] + description: [ + "&6Mana Lenses&r can change the properties of a mana burst fired from a spreader. They can increase the color, potency, speed, and even make the burst go &6through blocks&r or &6break them&r altogether! Read your &6Lexica Botania&r for more details." + "" + "&7Tip: the weight lens makes blocks a mana burst hits fall - you can exploit this property to get blocks that normally need silk touch by having them fall onto something like a torch!" + ] + id: "4D4FA4ECA2544486" + rewards: [{ + id: "2AB41299C58FD586" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "189B6DBB7354493B" + item: "botania:lens_normal" + type: "item" + }] + x: -3.0d + y: -4.0d + } + { + dependencies: ["700009D450C569A2"] + description: [ + "Now that you have&6 Ember&r, what can you do with it?" + "" + "One useful item is the &6Hearth Coil&r - when provided with Ember, it can be used as a VERY fast furnace." + ] + id: "350B8B018EB49351" + rewards: [{ + id: "4CE1767EDEB8401B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "13B466D247607172" + item: "embers:hearth_coil" + type: "item" + }] + x: 0.5d + y: -6.0d + } + { + dependencies: ["221E431A74C6E8A5"] + description: [ + "With &6Dawnstone&r comes a better way of activating ember - the &6Pressure Refinery.&r" + "" + "It &4requires water&r as well, but can boost your ember production up to &61.5x the value&r of a plain activator." + "" + "Additionally, if placed atop a metal block surrounded by lava or fire it can double that, getting up to &63x the value&r of crystalline ember! " + ] + id: "04B41651D48C62C1" + rewards: [{ + id: "05D8D9346AFB4ECD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3A98FECAF5FBC3EF" + item: "embers:pressure_refinery" + type: "item" + }] + x: 1.5d + y: -9.5d + } + { + dependencies: ["3FD3CD01761AE92A"] + description: [ + "The &6Beam Splitter&r allows you to, well, split beams. Ember sent into it will be divided into two bursts sent out from either end." + "" + "The &6Crystal Cell&r is a much higher capacity way to store Ember - piping more crystalline ember into it will &6increase its storage limit.&r" + ] + icon: "embers:beam_splitter" + id: "460C4A5F742B528C" + rewards: [{ + id: "5144A431E0AD1D44" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "0741BD6655743409" + item: "embers:beam_splitter" + type: "item" + } + { + id: "6259235F93BF13C4" + item: "embers:crystal_cell" + type: "item" + } + ] + title: "Advanced Ember Logistics" + x: -0.5d + y: -9.5d + } + { + dependencies: ["221E431A74C6E8A5"] + description: [ + "With the acquisition of Dawnstone, you can make a special chamber to manipulate elemental mercury into a source of energy. " + "" + "The &6Mercury Catalyst&r can convert mercury into Mercury Flux (MF) which, in combination with a &6Caloric Flux Emitter&r, can be used to power alchemical devices that would normally need a pyromantic brazier underneath them!" + "" + "&7Tip: one mercury shard produces as much energy as one piece of charcoal!" + ] + icon: "theurgy:caloric_flux_emitter" + id: "3BFD85713462A66A" + rewards: [{ + id: "1FE3DE4328349B77" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "20C4D02E6B22B4D9" + item: "theurgy:caloric_flux_emitter" + type: "item" + } + { + id: "1200D20D06097CB8" + item: "theurgy:mercury_catalyst" + type: "item" + } + ] + title: "Mercurial Power" + x: 0.5d + y: -7.5d + } + { + dependencies: ["6628083C19C5F8CB"] + description: [ + "With high enough aura in an area, &6dried earth will slowly convert to dirt!&r" + "" + "If you want to stop this effect from happening, &6Powder of Dried Stasis&r will prevent the conversion of dried earth to dirt in the area it's placed in." + ] + icon: "minecraft:dirt" + id: "316BD23FB6087C07" + optional: true + rewards: [{ + id: "217359AD91275C81" + type: "xp" + xp: 100 + }] + shape: "rsquare" + subtitle: "pseudo-terraforming" + tasks: [{ + id: "75E38FC6727823EF" + item: { + Count: 1 + id: "naturesaura:effect_powder" + tag: { + effect: "reclamation_util:reclaim_effect" + } + } + type: "item" + }] + title: "Regrowth?" + x: 4.0d + y: 0.0d + } + { + dependencies: ["74FB5A117EF51949"] + description: [ + "The &6Bin&r is a fantastic block that automatically collects the outputs of various dwarven machinery." + "" + "Simply attach it to the &6bottom&r of a machine (like, say, the stamper base) and it'll fill up with products." + ] + id: "0F8BAA82A7B90C68" + optional: true + rewards: [{ + id: "1E31C381F7CAD802" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "31BD133D7FFD36DC" + item: "embers:bin" + type: "item" + }] + x: 2.5d + y: -7.0d + } + { + dependencies: [ + "7D5E4A2212C421AE" + "1AF1077B69E1551E" + ] + description: [ + "With an imitation blaze head and a couple of real magical reagents, you can &6summon a real blaze!&r" + "" + "This summoned blaze always drops at least 3 blaze rods. " + "" + "&7Tip: the ritual to summon the blaze is described in the Reclamation Rituals book.&r" + ] + id: "621BEE0A09882094" + rewards: [ + { + count: 2 + id: "2BE2615739D91CEA" + item: "minecraft:blaze_rod" + type: "item" + } + { + id: "2E7BDEE2ECF1D73E" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "3DA044014EEF761D" + item: "minecraft:blaze_rod" + type: "item" + }] + title: "Real Blazes" + x: -4.0d + y: -8.0d + } + ] + title: "Touching Grass" +} diff --git a/FTBLang/backup/ftbquests/quests/chapters/the_hunt_for_grass.snbt b/FTBLang/backup/ftbquests/quests/chapters/the_hunt_for_grass.snbt new file mode 100644 index 0000000..f4b9e5c --- /dev/null +++ b/FTBLang/backup/ftbquests/quests/chapters/the_hunt_for_grass.snbt @@ -0,0 +1,1151 @@ +{ + default_hide_dependency_lines: false + default_min_width: 280 + default_quest_shape: "" + filename: "the_hunt_for_grass" + group: "" + hide_quest_until_deps_visible: true + icon: "minecraft:dirt" + id: "0F8CD7C8C7FD56E6" + images: [{ + dependency: "2E15C8681F5D2ACF" + height: 5.0d + image: "reclamation:textures/quests/cuprosia.png" + rotation: 0.0d + width: 5.0d + x: -6.5d + y: -1.5d + }] + order_index: 1 + quest_links: [ ] + quests: [ + { + dependencies: ["448ABF53EEACBFA7"] + description: ["Now that you have dirt, your next step is to turn it into grass, so that you can start bringing a little bit of green into the world."] + hide_until_deps_complete: true + id: "000A7EAED7A84968" + rewards: [{ + id: "27EE0E066D607838" + type: "xp" + xp: 100 + }] + shape: "hexagon" + tasks: [{ + id: "6400B13D05D470E6" + item: "minecraft:dirt" + type: "item" + }] + x: 0.0d + y: -0.5d + } + { + dependencies: ["000A7EAED7A84968"] + description: [ + "Even through the lack of nutrients in the soil, some especially-tough tufts of grass have held on. Some even have &6seeds that you can find&r and try to coax to life." + "" + "Some of these seem &6especially magical&r - you wonder if you could use them in any way..." + "" + "&7Tip: you'll probably only want to harvest mandrake at night until you get its strength up!" + ] + icon: "minecraft:wheat_seeds" + id: "26833208E1F2EB4B" + rewards: [{ + id: "5F7009D3F861EC32" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "6BAC76770E7D69BA" + item: "minecraft:wheat_seeds" + type: "item" + } + { + id: "30A181B721A2E83B" + item: "enchanted:water_artichoke_seeds" + type: "item" + } + { + id: "7EC3BB9D83F2077E" + item: "enchanted:wolfsbane_seeds" + type: "item" + } + { + id: "51DF19AEC61F5152" + item: "enchanted:mandrake_seeds" + type: "item" + } + { + id: "4558D5EC885F27FB" + item: "enchanted:belladonna_seeds" + type: "item" + } + { + id: "6024DBFE2B6CB05A" + item: "enchanted:snowbell_seeds" + type: "item" + } + ] + title: "Seeds" + x: 0.0d + y: -2.0d + } + { + dependencies: ["26833208E1F2EB4B"] + description: [ + "Unless you get lucky and find an ingot or two among the husks, you'll need some way to make iron ingots. " + "" + "Luckily, one of those plants you found has a rudimentary circulatory system, which has enough thematic overlap with actual hemoglobin that you can use it to precipitate hemoglobic fluid..." + "" + "Basically, you found a &6plant that grows blood&r and you're gonna &6make iron out of it&r by putting it into a &6Sal Ammoniac Accumulator above a Fluid Vessel.&r " + "" + "&7Note: A Sal Ammoniac tank is meant only for sal ammoniac, so you &oneed&r&7 to place the &lfluid vessel&r&7 below it." + ] + icon: "enchanted:mandrake_root" + id: "4CE0C02B0602C06E" + rewards: [{ + id: "4D1374FDFBCF254C" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "58509C1E096E95BE" + item: "enchanted:mandrake_root" + type: "item" + } + { + id: "1CBAC0F9F7E082DF" + item: "embers:fluid_vessel" + type: "item" + } + { + id: "7881A2308E126CFA" + item: "kubejs:hemoglobic_fluid_bucket" + type: "item" + } + ] + title: "Hemoglobic Fluid" + x: 1.0d + y: -2.5d + } + { + dependencies: ["4CE0C02B0602C06E"] + description: [ + "Now that you have your hemoglobic fluid, you can &6use it as a solvent in your Liquefaction Cauldron to liquify copper&r - the iron in the fluid will transform the copper sulfur into &6Iron Alchemical Sulfur.&r" + "" + "You'll also need some &6Mineral Alchemical Salt&r - you can get this by &6calcifying charcoal,&r or re-calcifying &6a large amount of Strata salt.&r" + ] + icon: "theurgy:alchemical_salt_mineral" + id: "5C476B553750BDE9" + rewards: [ + { + id: "71E7F7469D5DBC39" + type: "xp" + xp: 100 + } + { + count: 4 + id: "764AD1996C56BA80" + item: { + Count: 1 + id: "theurgy:alchemical_sulfur_iron" + tag: { + "theurgy:sulfur.source.id": "#forge:ingots/iron" + } + } + type: "item" + } + ] + tasks: [ + { + id: "319E2AD5AE5FB91E" + item: { + Count: 1 + id: "theurgy:alchemical_sulfur_iron" + tag: { + "theurgy:sulfur.source.id": "#forge:ingots/iron" + } + } + type: "item" + } + { + id: "39F664FF446109A8" + item: "theurgy:alchemical_salt_mineral" + type: "item" + } + ] + title: "Salt and Sulfur" + x: 1.0d + y: -3.5d + } + { + dependencies: ["5C476B553750BDE9"] + description: ["You're almost there! Just throw the &6Iron Alchemical Sulfur, Mineral Alchemical Salt, &rand&6 Alchemical Mercury&r into the &6Incubator, &rand you'll have iron!"] + id: "389C82D9424B4099" + rewards: [{ + id: "574C722BB928B54D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "157FA2840C9FC358" + item: "minecraft:iron_ingot" + type: "item" + }] + x: 1.0d + y: -4.5d + } + { + dependencies: ["26833208E1F2EB4B"] + description: ["You can mash up the magical plants you've found into something you're calling &6Anointing Paste.&r You're pretty sure you can apply it to something, but what? "] + id: "66B8F071AD7CA037" + rewards: [{ + id: "497476B925F12D45" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "457C34C4B697A0C1" + item: "enchanted:anointing_paste" + type: "item" + }] + x: -0.5d + y: -3.5d + } + { + dependencies: [ + "66B8F071AD7CA037" + "389C82D9424B4099" + ] + description: [ + "Now that you have a bit of iron, you can make a cauldron and &6anoint&r it to make a &6Witch's Cauldron&r - a magically-insulated vessel for brewing all sorts of witchy goodness. " + "" + "Fill it with three buckets of water, place it over a campfire, and it'll start boiling!" + "" + "&7Tip: if your brew spoils (turns brown because you put items in out of order or incorrectly), you can use an empty bucket to empty the cauldron." + ] + icon: "enchanted:witch_cauldron" + id: "6CB296A3AD751F62" + rewards: [ + { + id: "303213A80F06DA80" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "enchanted:brewing" + } + } + type: "item" + } + { + id: "690229BC35A9CEF7" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "09C7309D2ADC01FA" + item: "minecraft:cauldron" + type: "item" + } + { + advancement: "reclamation:anoint_cauldron" + criterion: "" + icon: "enchanted:witch_cauldron" + id: "211987FC91B8F5B7" + title: "Anoint a Cauldron" + type: "advancement" + } + ] + x: 0.0d + y: -5.0d + } + { + dependencies: ["6CB296A3AD751F62"] + description: ["With a little bit of magic (and a reinforced witchy cauldron), you can make a &6potent mutagen&r - potent enough to mutate those &6dead bushes&r you've been seeing around into &6actual saplings!&r"] + icon: "minecraft:oak_sapling" + id: "4075C13786AF4C49" + rewards: [ + { + count: 8 + id: "1BACD161EDB7C0D5" + item: "enchanted:mutandis" + type: "item" + } + { + id: "6C8F4F0C9B7376B6" + type: "xp" + xp: 100 + } + ] + shape: "hexagon" + size: 1.5d + subtitle: "Minor necromancy" + tasks: [ + { + id: "4A8D67BF286766BE" + item: "enchanted:mutandis" + type: "item" + } + { + id: "5A0C6FCFF4C6174E" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "enchanted:hawthorn_sapling" + } + { + Count: 1b + id: "enchanted:rowan_sapling" + } + { + Count: 1b + id: "enchanted:alder_sapling" + } + { + Count: 1b + id: "minecraft:cherry_sapling" + } + { + Count: 1b + id: "minecraft:dark_oak_sapling" + } + { + Count: 1b + id: "minecraft:acacia_sapling" + } + { + Count: 1b + id: "minecraft:jungle_sapling" + } + { + Count: 1b + id: "minecraft:birch_sapling" + } + { + Count: 1b + id: "minecraft:spruce_sapling" + } + { + Count: 1b + id: "minecraft:oak_sapling" + } + ] + } + } + title: "Any Sapling" + type: "item" + } + ] + title: "Saplings!" + x: 0.0d + y: -6.75d + } + { + dependencies: ["26833208E1F2EB4B"] + description: [ + "The seeds you've been finding have uniquely adapted themselves to their harsh environment. As a consequence, however, they've become &4much less productive, focusing entirely on survival.&r" + "" + "You can try to selectively breed your meager collection of seeds together to make them &6grow faster&r and &6produce more,&r or even try &6cross-breeding them&r to start bringing back extinct species of plant..." + "" + "To start, plant any seeds you have onto specially-prepared &6Crop Sticks.&r" + ] + icon: "agricraft:wooden_crop_sticks" + id: "2E15C8681F5D2ACF" + rewards: [ + { + id: "7596CA51E4F2FEDE" + item: "agricraft:magnifying_glass" + type: "item" + } + { + id: "0BB01DADE1595C81" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "45CF2796053F5B4A" + item: "agricraft:wooden_crop_sticks" + type: "item" + }] + x: -2.0d + y: -2.0d + } + { + dependencies: ["0207C1DDD4332158"] + description: [ + "Plants in Agricraft are diploid organisms - essentially, every plant has two sets of attributes: active and inactive (or dominant and recessive). &6The active trait is the one that actually affects the plant,&r but the inactive trait comes into play when breeding plants together. " + "" + "When a crossbreed occurs, each plant &6adjacent&r to the crossbreed crop sticks has a &6chance&r depending on its &6fertility&r to count as a parent. If there's only one parent selected, the resulting plant is a clone. If more than one parent is selected, each has a chance to pass on one half of its genes to the resulting plant." + "" + "For example, if you bred a plant with gain of 3-2 with a plant who's gain is 4-2, it would result in a plant with a gain stat of either 4-3, 4-2, 3-2, or 2-2. " + "" + "To figure out what the possibilities are for two parent plants, you can use a punnett square:" + "" + "{image:reclamation:textures/quests/punnett.png width:150 height:150 align:center}" + "" + "Each square has an equal chance of getting chosen - additionally, there is a small chance for a mutation to occur; whether this mutation is beneficial or not depends on each parent's &6mutativity stat.&r" + ] + icon: "agricraft:journal" + id: "1792BA6A0845320F" + min_width: 400 + rewards: [ + { + count: 16 + id: "389560DD3A18D3FA" + item: "agricraft:wooden_crop_sticks" + type: "item" + } + { + id: "5251363E943222B1" + type: "xp" + xp: 100 + } + ] + shape: "rsquare" + tasks: [{ + id: "267E045714E32142" + title: "What the heck are these numbers?" + type: "checkmark" + }] + title: "How do I get better stats?" + x: -2.0d + y: 1.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: [ + "Each plant has five stats, when planted on crop sticks. You can see these stats by crouching and looking at the plant, or using a magnifying glass. The stats affect a variety of things:" + "" + "&6Fertility&r is how likely a plant is to get chosen as a parent for cross-breeding." + "" + "&6Gain&r increases how much a plant will produce when harvested." + "" + "&6Growth&r affects the speed a plant grows at." + "" + "&6Mutativity&r raises the chance for a cross-breed (when it occurs) to be beneficial." + "" + "&6Strength&r broadens the possible growing conditions for a plant - for example, cactus can always grow on sand, but with a strength of 10, it can grow on normal farmland!" + ] + icon: "agricraft:magnifying_glass" + id: "0207C1DDD4332158" + rewards: [ + { + id: "2EE19285430021A1" + item: "agricraft:journal" + type: "item" + } + { + id: "5E2D259FB79B5B43" + item: "agricraft:seed_analyzer" + type: "item" + } + { + id: "68760F902C2CF982" + type: "xp" + xp: 100 + } + ] + shape: "rsquare" + subtitle: "What do they mean?" + tasks: [{ + id: "61CD34EB22BD2BC3" + title: "Read" + type: "checkmark" + }] + title: "The numbers, Mason!" + x: -2.0d + y: 0.0d + } + { + dependencies: ["1792BA6A0845320F"] + description: [ + "That was A LOT of info - what it boils down to is higher numbers = better, breed higher statted plants together to get better plants, use bonemeal on cross sticks to speed up the crossbreeding process. " + "" + "If your plant is not growing, look at it while crouching - it might need a different type of soil." + "" + "&7Tip: getting your first beneficial mutation &4will be slow,&7 but you can speed it up by &6planting crops in a plus shape,&7 with the cross sticks in the middle! This means each potential crossbreed has &6four&7 chances to pick parents, instead of &4just two.&r " + ] + icon: "supplementaries:sign_post_oak" + id: "3658F22BABF3B4B2" + rewards: [ + { + count: 16 + id: "341645503038FDE0" + item: "minecraft:bone_meal" + type: "item" + } + { + id: "22AC93B41661A452" + type: "xp" + xp: 100 + } + ] + shape: "rsquare" + subtitle: "English, poindexter?" + tasks: [{ + id: "6BBBB559D847AA81" + title: "WAY too complicated" + type: "checkmark" + }] + title: "That was a lot..." + x: -2.0d + y: 2.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: [ + "Now that you have a way to grow and breed plants, you should get started on broadening your base of food. Either &6breed the plants you have&r into the two other staple crops from the old world, or &6find them on the mutated inhabitants&r of the new." + "" + "&7Tip: to find mutations, look up the recipe for the seed of the plant in EMI.&r" + "" + "&7Tip 2: to see what conditions a seed needs to grow (including what blocks it can grow on), check the uses of the seed in EMI.&r" + ] + hide_until_deps_complete: false + hide_until_deps_visible: true + id: "658C67ABFD247487" + rewards: [{ + id: "63DAC576E1524B28" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "5E222672F78F50DA" + item: "minecraft:potato" + type: "item" + } + { + id: "5452DD78B695D9D1" + item: "minecraft:carrot" + type: "item" + } + ] + title: "Edible Plants" + x: -4.0d + y: -2.0d + } + { + dependencies: ["658C67ABFD247487"] + description: [ + "At some point, you're going to run out of ruins. Thankfully, there is a special kind of flower called the &6Cuprosia &ryou can breed that can harvest &6trace amounts of copper from the water.&r" + "" + "&7Tip: the flower will only grow in a waterlogged crop. If you successfully crossbreed the Cuprosia but the crop stick it's on is not waterlogged, &4it will not grow. &7Additionally, it can &4only grow on gravel&7 at strength 1." + "" + "&7Tip 2: plant species can be recessive! Use your magnifying glass." + ] + hide_until_deps_complete: false + hide_until_deps_visible: true + id: "4F0C473B765AA1F8" + rewards: [ + { + count: 4 + id: "62C13096E47A85F1" + item: "minecraft:copper_ingot" + type: "item" + } + { + id: "19D9144AEA650C0D" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "7A5B23DB3C4AA80E" + item: "create:copper_nugget" + type: "item" + }] + title: "Growing copper?" + x: -5.0d + y: -3.0d + } + { + dependencies: ["6831CB6AC2CE40C6"] + description: [ + "Now you have to find a way to turn the nascent life energy within the tree into some form of grass. There was a ritual you remember that was able to condense said energy into a special seed..." + "" + "Witchcraft can help you here - brew up some &6brilliant fiber,&r apply it to some tree leaves, and watch it &6spread!&r Once you have enough, break the leaves - the gilded leaves you'll get will be able to crush into a &6fine gold dust,&r perfect for this ritual." + ] + icon: "naturesaura:gold_leaf" + id: "592DBF115E1FBAE9" + rewards: [ + { + id: "57B1382104012AD6" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "naturesaura:book" + } + } + type: "item" + } + { + id: "33888475CC36A298" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "177D89055F200F6D" + item: "naturesaura:gold_fiber" + type: "item" + } + { + id: "5AAF6676D00217C1" + item: "naturesaura:gold_leaf" + type: "item" + } + { + id: "58CB022FD38828DD" + item: "naturesaura:gold_powder" + type: "item" + } + ] + title: "Gold Leaf" + x: -0.5d + y: -9.0d + } + { + dependencies: ["592DBF115E1FBAE9"] + description: [ + "Now that you have a way to conduct the ritual, you can create a &6Pasture Seed,&r which will let you finally &6bring back grass to the world!&r" + "" + "&7To find out how to actually do the ritual, check how to do a Ritual of the Forest in your Book of Natural Aura." + ] + icon: "naturesaura:gold_powder" + id: "778E09C4AE548E95" + rewards: [{ + id: "5D6E240899147238" + type: "xp" + xp: 100 + }] + tasks: [ + { + count: 4L + id: "186D36A3950FBBA4" + item: "naturesaura:wood_stand" + type: "item" + } + { + count: 16L + id: "3128AEF2BE4E0F8E" + item: { Count: 16, id: "naturesaura:gold_powder" } + type: "item" + } + ] + title: "Ritual of the Forest" + x: -1.5d + y: -9.5d + } + { + dependencies: ["4075C13786AF4C49"] + description: ["The &6Witch's Oven&r can be used to distill saplings into &6special magic fumes,&r which are especially potent in a variety of magical rites."] + id: "6831CB6AC2CE40C6" + rewards: [ + { + count: 4 + id: "65EF3BC1AE3AC747" + item: "enchanted:clay_jar" + type: "item" + } + { + id: "0C769E6150B0FEA3" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "43042BD1A143213D" + item: "enchanted:witch_oven" + type: "item" + }] + x: 0.0d + y: -8.0d + } + { + dependencies: ["778E09C4AE548E95"] + description: [ + "Using some sapling fumes and some plantlife, you can create &6Pasture Seeds&r - special seeds that will place an &6area of grass&r on nearby dirt." + "" + "&7Tip: due to a bug in the mod, watering cans will not work to start the ritual of the forest!" + ] + icon: "minecraft:grass_block" + id: "600A7F0DFD880119" + rewards: [ + { + count: 16 + id: "6A49A265CF4845FA" + item: "minecraft:bone_meal" + type: "item" + } + { + id: "5356E9C192A1465D" + type: "xp" + xp: 100 + } + ] + shape: "hexagon" + size: 2.0d + subtitle: "Not as green as I'd like..." + tasks: [{ + id: "5CFCBE5FDA4483B2" + item: "botania:grass_seeds" + type: "item" + }] + title: "Grass!" + x: -3.0d + y: -9.5d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["The composter can turn &6extra seeds and crops into bonemeal!&r No more hunting skeletons in the middle of the night."] + id: "4A6F59E74183ACCD" + rewards: [ + { + count: 16 + id: "794377EC118582E9" + item: "minecraft:bone_meal" + type: "item" + } + { + id: "42526DDFBEFC41F3" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "7A0BD58C631C84DF" + item: "minecraft:composter" + type: "item" + }] + x: -2.0d + y: -3.5d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["You can get straw rarely by cutting grass with a &6knife.&r Use it to make leads, ropes, and building blocks!"] + icon: "farmersdelight:straw" + id: "07339A3B3E7714B3" + rewards: [ + { + count: 4 + id: "6BB684591D3EF88D" + item: "farmersdelight:straw" + type: "item" + } + { + id: "7998DD18B02558BF" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "11D03E7C1F201812" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "farmersdelight:tools/knives" + } + } + title: "Any Knife" + type: "item" + } + { + id: "46B67D9D0482647A" + item: "farmersdelight:straw" + type: "item" + } + ] + title: "Straw" + x: -3.5d + y: -0.5d + } + { + dependencies: ["07339A3B3E7714B3"] + description: ["You can turn bonemeal, dirt, and some organic material into &6organic compost.&r When placed down, the compost will&6 turn into rich soil &rafter a while (sped up by sunlight, water, and proximity to other rich soil or mushrooms), which grows most crops &6faster than regular farmland!&r"] + id: "1525FDF792FDFA20" + rewards: [ + { + count: 2 + id: "6FBB248C2F9B015B" + item: "farmersdelight:organic_compost" + type: "item" + } + { + id: "3070C7E5573A4739" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "5AC8FA934EDEE985" + item: "farmersdelight:organic_compost" + type: "item" + }] + title: "Rich Farmland" + x: -3.5d + y: 1.0d + } + { + dependencies: ["389C82D9424B4099"] + description: ["Now that you have access to iron, you can make a &6watering can.&r Higher-tier versions exist and are much better, but the basic version can still speed up the growth of crops."] + id: "20CBC9AFA7C23F45" + rewards: [{ + id: "1B75C4C21D227AC3" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "52A0EA2EAB67CF45" + item: { + Count: 1 + id: "mysticalagriculture:watering_can" + tag: { + Water: 0b + } + } + type: "item" + }] + x: 2.0d + y: -4.5d + } + { + dependencies: ["4075C13786AF4C49"] + description: [ + "This pack contains &6Via Romana&r, a sign-based fast travel system. In order to fast travel using signs, you must first &6build a path and traverse it&r before you can teleport across it. " + "" + "&6Shift-left-click&r on a sign at the start of your path, then &6shift-left-click&r on a sign at the end of your path. Once you start pathing from one sign to the other, you need to follow a player-made path. If you deviate, you'll &cstop&r building the fast travel route and have to backtrack." + "" + "Once linked, just punch the sign and you'll fast travel!" + "" + "&7Tip: to see what blocks count as path blocks, search &2#via_romana:path_block&7 in your recipe viewer." + ] + icon: "supplementaries:sign_post_oak" + id: "38D0317E85210C44" + rewards: [ + { + count: 16 + id: "1DA546E8161DA745" + item: "mcwpaths:oak_planks_path" + type: "item" + } + { + id: "7770E67AFA2287F1" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "via_romana:guide" + } + } + type: "item" + } + { + id: "1F103D45BC4921D6" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "51B8EE71AA705541" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "via_romana:warp_sign" + } + } + title: "Any Warpable Sign" + type: "item" + }] + title: "Signpost Travel" + x: -1.5d + y: -6.75d + } + { + dependencies: ["6831CB6AC2CE40C6"] + description: ["&6Fume Funnels,&r when placed next to a Witch's Oven, raise the chance of getting fumes from items."] + id: "101A61A74FD4E38A" + rewards: [{ + id: "5C5154DC1D3C9E50" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "60223DF57FAF6164" + item: "enchanted:fume_funnel" + type: "item" + }] + x: 1.0d + y: -8.0d + } + { + dependencies: ["4CE0C02B0602C06E"] + description: [ + "Tired of hearing those godforsaken &6mandrakes&r shriek? Make some &6earmuffs!&r They'll protect you from getting your ears blown out by their piercing scream." + "" + "&7Tip: the higher the strength stat on mandrake is, the less likely they are to wake up." + ] + id: "0922C76A06BE0C7A" + optional: true + rewards: [{ + id: "01C80FF930E3D5D0" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4D21D45638B3A9BA" + item: { + Count: 1 + id: "enchanted:earmuffs" + tag: { + Damage: 0 + } + } + type: "item" + }] + title: "OSHA Approved" + x: 1.0d + y: -1.5d + } + { + dependencies: ["4075C13786AF4C49"] + description: [ + "With the re-introduction of actual saplings to the world, you might want to make slightly better tools than the basic pickaxe and axe you're used to." + "" + "The &6Hammer, Excavator, and Broadaxe&r can break blocks in a &63x3 area&r (and the broadaxe breaks in &63x3x3!&r), making terraforming and general resource collection much easier." + ] + icon: { + Count: 1 + id: "reclamation_util:iron_broadaxe" + tag: { + Damage: 0 + } + } + id: "73B3D2C5DE405208" + rewards: [{ + id: "38ACBA6748CBF860" + type: "xp" + xp: 100 + }] + size: 1.0d + tasks: [{ + id: "449440C5F60E3A01" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "reclamation_util:wooden_excavator" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:stone_excavator" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:golden_excavator" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:iron_excavator" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:diamond_excavator" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:netherite_excavator" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:manasteel_excavator" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:sky_excavator" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:botanist_excavator" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:wooden_broadaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:stone_broadaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:golden_broadaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:iron_broadaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:diamond_broadaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:netherite_broadaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:manasteel_broadaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:botanist_broadaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:sky_broadaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:wooden_hammer" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:stone_hammer" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:golden_hammer" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:iron_hammer" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:diamond_hammer" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:netherite_hammer" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:manasteel_hammer" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:botanist_hammer" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:sky_hammer" + tag: { + Damage: 0 + } + } + ] + } + } + title: "Any AOE Tool" + type: "item" + }] + x: 1.5d + y: -6.75d + } + ] + title: "A Whiff of Normal" +} diff --git a/FTBLang/backup/ftbquests/quests/chapters/the_sound_of_life.snbt b/FTBLang/backup/ftbquests/quests/chapters/the_sound_of_life.snbt new file mode 100644 index 0000000..bbb903e --- /dev/null +++ b/FTBLang/backup/ftbquests/quests/chapters/the_sound_of_life.snbt @@ -0,0 +1,2667 @@ +{ + default_hide_dependency_lines: false + default_min_width: 280 + default_quest_shape: "" + filename: "the_sound_of_life" + group: "" + hide_quest_until_deps_visible: true + icon: "minecraft:egg" + id: "384351F130068923" + order_index: 3 + quest_links: [ ] + quests: [ + { + dependencies: ["1C7C9A1F11DE819B"] + description: ["Debatably sentient life in the form of chickens! Even more importantly, these chickens will produce &6eggs,&r the root of all fauna."] + disable_toast: true + hide_until_deps_complete: true + icon: "heads:chicken_head" + id: "7540F4407477DCAF" + rewards: [{ + id: "237C35ECF9E73216" + type: "xp" + xp: 100 + }] + shape: "hexagon" + tasks: [{ + disable_toast: true + id: "5AEA0525E5C56793" + item: "minecraft:chicken_spawn_egg" + type: "item" + }] + title: "Sentient Life" + x: 0.0d + y: 0.5d + } + { + dependencies: ["7540F4407477DCAF"] + description: [ + "Now that you have access to a breedable animal, you can utilize their excess vitalic energy to birth new creatures. " + "" + "In an area with high Aura concentration, &6breeding mobs together&r will generate &6Spirits of Birthing.&r These spirits can be tossed alongside some other reagents onto an &6Altar of Birthing&r to spawn new creatures." + ] + icon: "naturesaura:animal_spawner" + id: "4985B07F3FA59210" + rewards: [ + { + count: 4 + id: "357E0029B5AAE0A9" + item: "minecraft:egg" + type: "item" + } + { + id: "673CE7EF96FE145E" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "378D137178E97CA0" + item: "naturesaura:animal_spawner" + type: "item" + } + { + id: "75333D5557211687" + item: "naturesaura:birth_spirit" + type: "item" + } + ] + title: "Altar of Birthing" + x: 0.0d + y: -0.5d + } + { + dependencies: ["4985B07F3FA59210"] + description: [ + "Blood magic is a pathway to many abilities some consider to be unnatural." + "" + "To start, make a few &6soul snares&r and &6throw them at monsters before killing them.&r These snared monsters will drop &6demonic will&r, which you'll need to get started!" + ] + icon: "bloodmagic:altar" + id: "3A8632BAEA799385" + rewards: [ + { + id: "49B0F3E7D9AA87A4" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "bloodmagic:guide" + } + } + type: "item" + } + { + count: 4 + id: "3D51F200661693AA" + item: "bloodmagic:soulsnare" + type: "item" + } + { + id: "045614053E35385D" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "2322AC4E4EDB3B43" + item: "bloodmagic:soulsnare" + type: "item" + } + { + id: "023C107E83217755" + item: "bloodmagic:altar" + type: "item" + } + ] + title: "Blood Magic" + x: 0.0d + y: -1.5d + } + { + dependencies: ["3A8632BAEA799385"] + description: [ + "One of the most common things you'll need in the pursuit of sanguine magic is a base material of stone doped in blood - excellent for channelling these dark energies." + "" + "You'll need to make quite a few to upgrade your blood altar!" + ] + icon: "bloodmagic:blankslate" + id: "377BF30FBED5AA32" + rewards: [ + { + count: 4 + id: "772B008CD55DC875" + item: "bloodmagic:blankslate" + type: "item" + } + { + id: "633D0601D201B979" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "2FEA1AFEAC08E4B2" + item: "bloodmagic:blankslate" + type: "item" + } + { + count: 8L + id: "56C741E6855EBB85" + item: { Count: 8, id: "bloodmagic:blankrune" } + optional_task: true + type: "item" + } + { + id: "0316DABD5A9F1D48" + item: "bloodmagic:speedrune" + optional_task: true + type: "item" + } + ] + x: 0.0d + y: -3.0d + } + { + dependencies: ["377BF30FBED5AA32"] + description: [ + "The &6Hellfire Forge&r allows you to use Demonic Will to craft special items." + "" + "One of the first things you'll want to make is a &6soul gem&r - these special gems can store demonic will you pick up without clogging your inventory." + "" + "&7Tip: the more will you have stored in your inventory, the more will drops from monsters!" + ] + icon: "bloodmagic:soulforge" + id: "74EFFC6EDDE055CC" + rewards: [{ + id: "0F6E03525CC884EB" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4A3C365B974B4686" + item: "bloodmagic:soulforge" + type: "item" + } + { + id: "4BF3F3DFD146D313" + item: { + Count: 1 + id: "bloodmagic:soulgempetty" + tag: { } + } + match_nbt: false + type: "item" + } + ] + x: -1.5d + y: -4.0d + } + { + dependencies: ["377BF30FBED5AA32"] + description: [ + "&6Blood Orbs&r are a budding sanguimancer's way of storing and utilizing Life Essence, measured in &6LP.&r Once you've crafted one, right click with it in your hand to bind it to your personal LP network." + "" + "LP is used for things like sigils, rituals, and crafting. You can transfer life essence in an altar to your network by placing your orb into the altar." + "" + "&7Tip: there is a blood orb for each tier of altar! Certain recipes need higher tiers of blood orbs." + ] + icon: "bloodmagic:weakbloodorb" + id: "7BDAAB04F6FD0786" + rewards: [{ + id: "1C156820BE10709E" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7D25CF3CC20E3F95" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "bloodmagic:weakbloodorb" + } + { + Count: 1b + id: "bloodmagic:apprenticebloodorb" + } + { + Count: 1b + id: "bloodmagic:magicianbloodorb" + } + { + Count: 1b + id: "bloodmagic:masterbloodorb" + } + { + Count: 1b + id: "bloodmagic:archmagebloodorb" + } + ] + } + } + title: "Any Blood Orb" + type: "item" + }] + x: 1.5d + y: -4.0d + } + { + dependencies: ["7BDAAB04F6FD0786"] + description: ["The &6Alchemy Table&r allows you to craft with LP from a blood orb. You can make a lot of things like reagents for useful sigils, but you can also make &6Arcane Ashes.&r"] + id: "6E3C1D562EF8899E" + rewards: [{ + id: "6F107000611C0596" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "221D12F2D212528C" + item: "bloodmagic:alchemytable" + type: "item" + }] + x: 2.5d + y: -4.5d + } + { + dependencies: ["6E3C1D562EF8899E"] + description: [ + "&6Arcane Ashes,&r made on the Alchemy Table, can be used to perform some basic alchemy without having to re-enter the field of Spagyrics." + "" + "One of the first things you'll want to use this for is making the &6Divination Sigil,&r which tells you useful information about the amount of life essence you have access to." + ] + icon: { + Count: 1 + id: "bloodmagic:arcaneashes" + tag: { + Damage: 0 + } + } + id: "72F1440343A758D8" + rewards: [{ + id: "62EC211F97E38A13" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "0E2A07C6AECA444F" + item: { + Count: 1 + id: "bloodmagic:arcaneashes" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "1727DB6E02D0E659" + item: "bloodmagic:divinationsigil" + type: "item" + } + ] + x: 1.5d + y: -5.0d + } + { + dependencies: ["74EFFC6EDDE055CC"] + description: [ + "&6Sentient Tools&r are a much easier way for you to acquire will - instead of having to throw soul snares at enemies, the tools have the &6inherent ability to sever souls&r from their fleshy (or bony) prisons." + "" + "They are also powered by will - any kind of soul gem in your inventory will &6increase the tools' power&r proportional to the amount of will you have stored." + ] + icon: { + Count: 1 + id: "bloodmagic:soulsword" + tag: { + Damage: 0 + } + } + id: "068189D12DAB75B0" + rewards: [ + { + id: "788F429367C66336" + type: "xp" + xp: 100 + } + { + id: "53AA85048C90DE6A" + item: { + Count: 1 + id: "bloodmagic:basemonstersoul" + tag: { + souls: 25.0d + } + } + type: "item" + } + ] + tasks: [{ + id: "2DECD86907170DFF" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "bloodmagic:soulsword" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "bloodmagic:soulaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "bloodmagic:soulpickaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "bloodmagic:soulshovel" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "bloodmagic:soulscythe" + tag: { + Damage: 0 + } + } + ] + } + } + title: "Any Sentient Tool" + type: "item" + }] + title: "Sentient Tools" + x: -1.0d + y: -5.0d + } + { + dependencies: ["377BF30FBED5AA32"] + description: [ + "You can upgrade your blood altar by placing runes around it - your &6Sanguine Scientiem&r can give you specifics. A tier 2 altar can create &6Reinforced Slates!&r" + "" + "Used for creating special runes that give your blood altar benefits, among other things, they are just that much more potent than a regular blank slate." + ] + icon: "bloodmagic:reinforcedslate" + id: "7CF9CB3E4AC5A7DA" + rewards: [ + { + count: 2 + id: "64D7B37C6F263BF0" + item: "bloodmagic:reinforcedslate" + type: "item" + } + { + id: "251120CC558323CC" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "3E7417224DA9B862" + item: "bloodmagic:reinforcedslate" + type: "item" + } + { + id: "6C36EDFD7F9F9B22" + item: "bloodmagic:sacrificerune" + optional_task: true + type: "item" + } + { + id: "6880E08E93759140" + item: "bloodmagic:selfsacrificerune" + optional_task: true + type: "item" + } + ] + title: "Tier 2 Slates" + x: 0.0d + y: -4.0d + } + { + dependencies: ["7CF9CB3E4AC5A7DA"] + description: [ + "A tier 3 altar can create &6Imbued Slates.&r" + "" + "Even stronger than the reinforced version, they can make even better rune upgrades for your blood altar, as well as the &6Alchemical Reaction Chamber.&r" + ] + icon: "bloodmagic:infusedslate" + id: "574FE16E5404A3D0" + rewards: [ + { + count: 2 + id: "6B080D23778CD8FC" + item: "bloodmagic:infusedslate" + type: "item" + } + { + id: "381E1AAE54092F12" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "37B254916A987B8E" + item: "bloodmagic:infusedslate" + type: "item" + } + { + id: "26B9BD610BECEDF3" + item: "bloodmagic:altarcapacityrune" + optional_task: true + type: "item" + } + { + id: "08301E614AB17191" + item: "bloodmagic:dislocationrune" + optional_task: true + type: "item" + } + ] + title: "Tier 3 Slates" + x: 0.0d + y: -6.5d + } + { + dependencies: ["574FE16E5404A3D0"] + description: ["The &6Alchemical Reaction Chamber&r is capable of a great many things, but one of the most important is its ability to produce gems - &6diamond, lapis, and amethyst.&r"] + id: "5E16957A5151E858" + rewards: [{ + id: "2FC4589CD2AE8447" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1A32582B9A5D1ED4" + item: "bloodmagic:alchemicalreactionchamber" + type: "item" + }] + x: -2.0d + y: -5.0d + } + { + dependencies: ["22F15EC1DF24B1D8"] + description: [ + "With access to gems, you can make a &6Tainted Blood Pendant,&r which you can then infuse with &6Regeneration!&r" + "" + "This makes poking yourself for life essence much more bearable..." + "" + "&7Tip: prismarine can be made either through Create's haunting or Nature's Aura's Natural Altar." + ] + id: "703F201AB6A704B3" + optional: true + rewards: [{ + id: "65AA5759754350C5" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7FB8C827063802D3" + item: "botania:blood_pendant" + type: "item" + }] + x: -4.5d + y: -5.5d + } + { + dependencies: ["5E16957A5151E858"] + description: [ + "Alchemizing with lifeforce provides the extra punch needed to transmute base materials into &6precious gems&r using the &6Alchemical Reaction Chamber.&r" + "" + "&7Tip: once you've made one of a specific kind of gem, you can use Theurgy to convert more materials into that gem's sulfur without having to go through the whole blood transmutation again!" + ] + id: "22F15EC1DF24B1D8" + rewards: [{ + id: "021801B296B134CB" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "5032798879F66104" + item: "minecraft:diamond" + type: "item" + } + { + id: "3BB1A7C07E3F5376" + item: "minecraft:amethyst_shard" + type: "item" + } + { + id: "68F95184800330D3" + item: "minecraft:lapis_lazuli" + type: "item" + } + { + id: "63AD163F272F80D9" + item: "minecraft:quartz" + type: "item" + } + ] + title: "Gems!" + x: -3.0d + y: -5.0d + } + { + dependencies: ["22F15EC1DF24B1D8"] + description: [ + "A renewable source of gems would be much appreciated - thankfully, you can perform a &6special wiccan ritual&r to turn a block of amethyst into its budding version." + "" + "&7Tip: you can use blood magic's arcane ashes to draw a pentagram on your altar, giving it an addtional 1.5x boost to total power capacity!&r" + "" + "&7Tip 2: the instructions for this ritual can be found in your Reclamation Rituals book." + ] + id: "518B46E423840A2F" + rewards: [ + { + id: "326F7FB78BE3A4F7" + type: "xp" + xp: 100 + } + { + count: 4 + id: "4F0506A326507B32" + item: "minecraft:amethyst_shard" + type: "item" + } + ] + tasks: [{ + id: "670314D8B1392691" + item: "minecraft:budding_amethyst" + type: "item" + }] + x: -4.5d + y: -3.5d + } + { + dependencies: ["22F15EC1DF24B1D8"] + description: [ + "Now that you have access to gems, you can start to manipulate &5Source, &ranother type of magical energy you remember from before." + "" + "To start, you'll want to turn lapis or amethyst shards into source gems using an &6Imbuement Chamber.&r However, for an Imbuement Chamber, you'll need a special kind of wood. Because &5Source&r is innately intertwined with &4Life Essence,&r infusing an already magically-resonant tree with &4Life Essence&r should produce a suitable sapling." + "" + "&7Tip: you can convert between the four types of sapling using a mana pool!&r" + ] + id: "1CCEDC1F9F219179" + rewards: [{ + id: "39D0850FDC4BC2AC" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "784CD9014C36443E" + item: "ars_nouveau:red_archwood_sapling" + type: "item" + }] + title: "Archwood" + x: -4.5d + y: -4.5d + } + { + dependencies: ["1CCEDC1F9F219179"] + description: [ + "With Archwood, you can now create &6Source Gems,&r a perfect focusing medium for the arcane energies of &5Source.&r Just toss some amethyst or lapis into an &6Imbuement Chamber!&r" + "" + "At first, you'll be slowly imbuing gems with the trace amounts present in the air, but once you get a way to generate &5Liquid Source,&r you'll be converting gems in a flash!" + ] + icon: "ars_nouveau:source_gem" + id: "1A59682F5B56E020" + rewards: [ + { + id: "64CCDF2FE431AE08" + type: "xp" + xp: 100 + } + { + count: 4 + id: "28474DFB8BE096FC" + item: "ars_nouveau:source_gem" + type: "item" + } + ] + tasks: [ + { + id: "62F22B91C38D1A19" + item: "ars_nouveau:imbuement_chamber" + type: "item" + } + { + id: "081B2C5DDC080F06" + item: "ars_nouveau:source_gem" + type: "item" + } + ] + title: "Source Gems" + x: -6.0d + y: -3.5d + } + { + dependencies: ["574FE16E5404A3D0"] + description: ["By offering an &6Imbued Slate&r to the gods, you can convert mundane iron into the dense ingot of &6Osmium.&r This metal is crucial to advanced mechanical applications."] + icon: "mekanism:ingot_osmium" + id: "2746DDF7130D3BB4" + rewards: [ + { + id: "4407ACE13E141EAD" + type: "xp" + xp: 100 + } + { + count: 4 + id: "0903E42D348EC2A1" + item: "mekanism:ingot_osmium" + type: "item" + } + ] + tasks: [{ + id: "7EA7CF9D39C7751F" + item: "mekanism:ingot_osmium" + type: "item" + }] + title: "Supermassive" + x: 2.0d + y: -6.0d + } + { + dependencies: ["0E7EBE370DB920D8"] + description: [ + "Now that you have a source of power, you'll want to start making real machinery. Your first step - a &6Metallurgic Infuser.&r This machine can do a wide varity of things, but one of the most important is its ability to create &6steel,&r another critical metal for your foray into technology." + "" + "Infusing &6iron with coal,&r while inefficient, is your only real way to make it - at least for now." + ] + icon: "mekanism:ingot_steel" + id: "0CF33532629C1427" + rewards: [ + { + count: 4 + id: "4E5E6BA177BD3802" + item: "mekanism:ingot_steel" + type: "item" + } + { + id: "466545FC11617D95" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "3ED79C8FFF4F92C5" + item: "mekanism:metallurgic_infuser" + type: "item" + } + { + id: "328D39E68378FAF3" + item: "mekanism:ingot_steel" + type: "item" + } + ] + title: "Steel" + x: 5.0d + y: -3.5d + } + { + dependencies: ["0CF33532629C1427"] + description: [ + "The basis of every machine worth making, &6a Steel Casing &ropens up limitless possibilities. " + "" + "Almost quadrupling raw ore into ingots, turning plants into energy, or even fusion reactors all start with the humble steel casing." + ] + id: "7A2BEC31266C6A7E" + rewards: [{ + id: "159412D5B1C84275" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "582C7FEBC5653F6B" + item: "mekanism:steel_casing" + type: "item" + }] + title: "Basic Machinery" + x: 5.0d + y: -1.5d + } + { + dependencies: ["7A2BEC31266C6A7E"] + description: ["The &6Enrichment Chamber&r can slightly boost the outputs of raw ores, clean blocks, and refine reagents for the &6Metallurgic Infuser,&r creating enriched versions of items that are &68 times more efficient!&r"] + id: "382B7C05BB6427BB" + rewards: [{ + id: "418B00529CFA055E" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6946036A7CBAC3DA" + item: "mekanism:enrichment_chamber" + type: "item" + }] + x: 5.0d + y: -0.5d + } + { + dependencies: ["2746DDF7130D3BB4"] + description: [ + "Before you can do anything related to machinery, you'll need a source of power. Thankfully, &bbotanic mana&r is easily convertible to &credstone flux.&r Simply point a mana spreader at a &6Mana Fluxfield&r and it'll output &cRF&r to any adjacent blocks." + "" + "&7You can also use a heat generator, but it's VERY inefficient and (probably) not even worth making!&r" + ] + id: "0E7EBE370DB920D8" + rewards: [{ + id: "35B5368759D5201D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4E377E82C636102C" + item: "botania:mana_fluxfield" + type: "item" + }] + x: 4.0d + y: -5.0d + } + { + dependencies: ["22F15EC1DF24B1D8"] + description: [ + "With the acquisition of lapis, you can now make the &6Terrestrial Agglomeration Plate,&r a necessary step in your mastery of &bbotanic mana.&r" + "" + "Combining mana-infused versions of a diamond, an ender pearl, and iron (alongside a tremendous amount of mana) creates &6Terrasteel,&r a unique alloy that is incredibly strong and mana conductive." + "" + "&7Tip: use sparks instead of mana spreaders for a much faster mana transfer rate!" + ] + icon: "botania:terrasteel_ingot" + id: "2F6FB6D4819EF061" + rewards: [ + { + exclude_from_claim_all: true + id: "33CFD43D0DB6A9ED" + table_id: 1430735789179352246L + type: "choice" + } + { + id: "372B45BE929CEF67" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "20ACC9409D3E06DE" + item: "botania:terra_plate" + type: "item" + } + { + id: "08B033CAEF0CD37B" + item: "botania:terrasteel_ingot" + type: "item" + } + { + id: "3828A7384B03CF18" + item: "botania:spark" + optional_task: true + type: "item" + } + ] + title: "Terrasteel" + x: -4.5d + y: -6.5d + } + { + dependencies: ["0CF33532629C1427"] + description: ["Steel allows you to make better pipes of all kinds, able to transport items, fluids, RF, chemicals, and even heat. These have a number of &6advantages over caminite-based alternatives,&r mainly their lack of reliance on redstone and their upgradeability."] + icon: "mekanism:basic_universal_cable" + id: "740CD4B0ED662B60" + rewards: [{ + id: "2A3FEABE2B698F92" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1475EE94A011CB5D" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "mekanism:basic_universal_cable" + } + { + Count: 1b + id: "mekanism:basic_mechanical_pipe" + } + { + Count: 1b + id: "mekanism:basic_pressurized_tube" + } + { + Count: 1b + id: "mekanism:basic_logistical_transporter" + } + { + Count: 1b + id: "mekanism:basic_thermodynamic_conductor" + } + ] + } + } + title: "Any Basic Logistic Item" + type: "item" + }] + title: "Advanced Logistics" + x: 6.0d + y: -3.5d + } + { + dependencies: ["7A2BEC31266C6A7E"] + description: ["The &6Rotary Condensentrator&r allows you to convert liquids to gases, and vice versa. This is useful for storage purposes, but it also allows you to aerate Life Essence!"] + id: "46391DDDC731B2AC" + rewards: [{ + id: "76D8B9E4A2E39ABE" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "56D016880B4F7E0A" + item: "mekanism:rotary_condensentrator" + type: "item" + }] + x: 6.0d + y: -1.5d + } + { + dependencies: ["46391DDDC731B2AC"] + description: [ + "The &6Gas-Burning Generator&r can produce a large amount of RF very quickly - it's a solid midrange option that will most likely carry your energy needs until you start making reactors." + "" + "&6Aerated Essence &ris relatively easy to produce, and can be burned to produce a solid amount of RF. It's macabre, but it works!" + ] + id: "65850E753E7200DC" + rewards: [{ + id: "26E1201BE7376631" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "557B2A704D82C0E4" + item: "mekanismgenerators:gas_burning_generator" + type: "item" + }] + x: 7.0d + y: -1.5d + } + { + dependencies: [ + "65850E753E7200DC" + "64D9A5568A5D41FD" + ] + description: [ + "&6Ethylene&r is another gas you can burn in the gas-burning generator; even a small amount can be burned for a rather large amount of energy." + "" + "&7Note: Ethylene burning has been nerfed in this pack! It's still useful, just not as absolutely game-breakingly energy dense as it normally is.&r" + ] + icon: "mekanism:ethene_bucket" + id: "6EAAB9DF6917C3AC" + rewards: [{ + id: "0613B63736BECD09" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "784C1FB9EF14A6F2" + item: "mekanism:substrate" + type: "item" + }] + title: "Ethylene" + x: 8.0d + y: -1.5d + } + { + dependencies: ["6EAAB9DF6917C3AC"] + description: ["Ethylene can be further mixed with Aerated Essence to produce Blooded Ethylene, a much more energy-dense gas that can burn for longer in the &6Gas-Burning Generator.&r"] + icon: "bloodmagic:life_essence_bucket" + id: "0B4BD82BD1422A1A" + rewards: [{ + id: "7B04313E2CB7FFF3" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2BF3BFDB49C45513" + type: "checkmark" + }] + title: "Blooded Ethylene" + x: 9.0d + y: -1.5d + } + { + dependencies: ["7A2BEC31266C6A7E"] + description: ["The &6Crusher&r is great for turning things into smaller, powdery versions of themselves. It's also great at turning plants into &6Bio Fuel!&r"] + id: "2FD8F1325D206079" + rewards: [{ + id: "12528884CF2B0441" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6F86831D988E5067" + item: "mekanism:crusher" + type: "item" + }] + x: 6.0d + y: -2.5d + } + { + dependencies: ["2FD8F1325D206079"] + description: ["&6Bio Fuel&r can be turned directly into energy in the &6Bio-Generator,&r or further refined into ethylene for burning in the &6Gas-Burning Generator.&r"] + icon: "mekanism:bio_fuel" + id: "64D9A5568A5D41FD" + rewards: [{ + id: "2EFE27CEB03D9EEA" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "2A212BB4860A6A9C" + item: "mekanism:bio_fuel" + type: "item" + } + { + id: "08C0A72E651C7E5C" + item: "mekanismgenerators:bio_generator" + optional_task: true + type: "item" + } + ] + title: "Bio Fuel" + x: 7.0d + y: -2.5d + } + { + dependencies: ["382B7C05BB6427BB"] + description: [ + "The &6Purification Chamber,&r in combination with oxygen and some further processing, can double raw ore outputs." + "" + "Ore clumps can be crushed into dirty dust, enriched into pure dust, then smelted into ingots." + "" + "&7Tip: gas upgrades can be placed into some machines to make them more efficient in their use of chemicals!" + ] + id: "1FFEB5A89F1ACBEC" + rewards: [{ + id: "3628F01A7CE6CE11" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7BB90ADA3D1A4A27" + item: "mekanism:purification_chamber" + type: "item" + }] + x: 4.0d + y: 0.0d + } + { + dependencies: ["1FFEB5A89F1ACBEC"] + description: [ + "The &6Chemical Dissolution Chamber&r is the next step in your ore processing - with the chamber as a starting point and some hydrogen chloride, it can turn 3 ore into 8 shards, which eventually get processed into ingots." + "" + "To make hydrogen chloride, you'll need a renewable source of chlorine. The &6Thermal Evaporation Tower Multiblock&r can turn plain water into brine, which can then be electrolysed into chlorine." + "" + "Shards need to be purified into clumps, crushed into dirty dust, enriched into pure dust, then smelted into ingots." + ] + icon: "mekanism:chemical_dissolution_chamber" + id: "0E50AD0D33F05A97" + rewards: [{ + id: "1C9E6BD4569B5C68" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "1DEF0E6B5E2EA645" + item: "mekanism:chemical_dissolution_chamber" + type: "item" + } + { + id: "53F660FA9CD0E6A1" + item: "mekanism:thermal_evaporation_controller" + type: "item" + } + ] + x: 3.0d + y: 0.5d + } + { + dependencies: ["0E50AD0D33F05A97"] + description: [ + "The final refinement to your ore refinement process: the &6Chemical Washer and Crystallizer&r can wash and crystallize ore slurry, at a 3 raw ore to eventual 10 ingot ratio." + "" + "You'll need sulfur for sulfuric acid, which you can make through judicious application of oxygen to charcoal." + "" + "Dirty ore slurry needs to be washed into clean ore slurry, then crystallized into crystals, which then get thrown into the &6Chemical Injection Chamber&r to get turned into shards, which purify into clumps, crush into dirty dust, enrich into clean dust, and then finally smelt into ingots." + ] + icon: "mekanism:chemical_washer" + id: "3B5E9C85AC4A0165" + rewards: [{ + id: "028F869BA70AD5EC" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "7EA89E9827E49CA2" + item: "mekanism:chemical_washer" + type: "item" + } + { + id: "6FD98215E0A2C9D7" + item: "mekanism:chemical_crystallizer" + type: "item" + } + { + id: "37697DBA8E936D45" + item: "mekanism:chemical_injection_chamber" + type: "item" + } + ] + title: "REAL Ore Processing" + x: 2.0d + y: 1.0d + } + { + dependencies: ["574FE16E5404A3D0"] + description: [ + "To make the next tier of altar, you'll need bloodstone bricks to cap the next set of pillars. However, these require blood shards to make; blood shards require &6tau fruit. &r" + "" + "Despite your best efforts, you can't breed tau from your currently-available stock of plants. Luckily, you don't have to." + "" + "Using the power of the &6Edge of the Hidden Realm&r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it's the original source of Tau Fruit. Go forth, " + ] + icon: "bloodmagic:ritualdiviner" + id: "572D14ABB8B0DEB9" + rewards: [{ + id: "1131E0D528CC4C71" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "427CDE4DC86850F7" + item: "bloodmagic:ritualdiviner" + type: "item" + } + { + id: "7DBABAFEE9117CBC" + item: "bloodmagic:masterritualstone" + type: "item" + } + { + id: "0803E379A44EFC16" + item: "bloodmagic:activationcrystalweak" + type: "item" + } + ] + title: "Blooded Rituals" + x: -1.0d + y: -7.0d + } + { + dependencies: ["572D14ABB8B0DEB9"] + description: [ + "&6Blood Shards&r are a very handy thing for someone of your talents to have around. Despite your best efforts, however, you can't breed the necessary tau from your currently-available stock of plants. Luckily, you don't have to." + "" + "Using the power of the &6Edge of the Hidden Realm&r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it's the original source of tau fruit. " + "" + "&7Tip: once you have some, planting tau fruit and having it grow while something is standing on it will eventually create a saturated tau." + ] + icon: "bloodmagic:weakbloodshard" + id: "4CF55F7AA2943D89" + rewards: [{ + id: "7069B29833E2D1AB" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "68F1364D1040EB47" + item: "bloodmagic:weak_tau" + type: "item" + } + { + id: "0D170CFD649C76DE" + item: "bloodmagic:strong_tau" + type: "item" + } + { + id: "051EC8616B94DE88" + item: "bloodmagic:weakbloodshard" + type: "item" + } + ] + title: "Blood Shards" + x: -1.0d + y: -8.0d + } + { + dependencies: ["4CF55F7AA2943D89"] + description: [ + "With access to blood shards, you can finally make a tier 4 altar and&6 Demonic Slates.&r" + "" + "Yet still stronger than Imbued Slates, these bad boys pack quite an essence-filled punch! You can use these for ritual paraphernalia as well as more altar upgrades." + ] + icon: "bloodmagic:demonslate" + id: "45BC42953D194C94" + rewards: [{ + id: "5D38AB03FC3BDEB9" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4720477C3CBF71DA" + item: "bloodmagic:demonslate" + type: "item" + } + { + id: "127C70A1962EBBB9" + item: "bloodmagic:bettercapacityrune" + optional_task: true + type: "item" + } + { + id: "052F97BFDBB1A18C" + item: "bloodmagic:accelerationrune" + optional_task: true + type: "item" + } + { + id: "7F19272509FF60B5" + item: "bloodmagic:chargingrune" + optional_task: true + type: "item" + } + ] + title: "Tier 4 Slates" + x: 0.0d + y: -8.5d + } + { + dependencies: ["45BC42953D194C94"] + description: [ + "The &6Dusk&r version of the &6Ritual Diviner&r will allow you to perform even stronger rituals - chief among these being the &6Pathway to the Endless Realm.&r" + "" + "Once performed, you will be presented with a gate to the Demon Realm proper - a sprawling labyrinth of rooms which contain strong enemies, plentiful loot, and the curious ore known as &6Demonite.&r" + ] + id: "334A0BB9548947EF" + rewards: [{ + id: "607BAD64DAC4FCFE" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "723C24DEE217AB71" + item: "bloodmagic:ritualdivinerdusk" + type: "item" + }] + title: "Dusk Rituals" + x: 1.0d + y: -9.0d + } + { + dependencies: ["334A0BB9548947EF"] + description: [ + "&6Demonite&r can be found rarely in the &6Demon Realm,&r either as an ore block or as loot in chests." + "" + "You also remember that there was a &6special key&r for &6spatial distortions&r that led you to the mines, which held much more valuable loot..." + ] + id: "171B65208F0D13E8" + rewards: [{ + id: "5AC8DA5FA134C6F7" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "467B3D50C2357A42" + item: "bloodmagic:rawdemonite" + type: "item" + }] + x: 1.0d + y: -10.0d + } + { + dependencies: ["171B65208F0D13E8"] + description: [ + "The single most powerful slate you can make,&6 Ethereal Slates&r require a tier 5 altar to craft." + "" + "Alongside netherite scraps and some &6looted parts&r from the Demon Realm, these slates can be used to upgrade altar runes, making them &6twice as powerful.&r" + ] + id: "0B69076CC61D0246" + rewards: [{ + id: "320A61458BB04F1C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2D0FB64D86DA4D44" + item: "bloodmagic:etherealslate" + type: "item" + }] + title: "Tier 5 Slates" + x: 0.0d + y: -10.5d + } + { + dependencies: ["334A0BB9548947EF"] + description: [ + "Now that you have access to dusk rituals, you can use either a &6Ritual of the Feathered Knife&r or a &6Well of Suffering&r to automate the collection of life essence." + "" + "To get even more out of your rituals, you can use the &6Ritual Tinkerer!&r Read your &6Sanguine Scientiem&r for more information." + "" + "&7Tip: if you can supply mobs to the well constantly (or give them a source of regenerating health), you could fully automate life essence collection..." + ] + id: "1FC8CD63A4443B63" + rewards: [{ + id: "3B5D6D98F5DC7D86" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6E2EBA9485E13F0B" + item: "bloodmagic:ritualtinkerer" + type: "item" + }] + title: "Useful Rituals" + x: -0.5d + y: -9.5d + } + { + dependencies: ["7BDAAB04F6FD0786"] + description: [ + "The &6Incense Altar&r is the center of a large freeform multiblock structure focused on bringing a sense of tranquility to players. With enough peace of mind, you can perform self-sacrifice with a much smoother hand - at high levels, you can get as much as &6quadruple the normal amount of life essence!&r" + "" + "For more information on this structure, take a look at your &6Sanguine Scientiem.&r" + ] + id: "1C61DAD67EC27EA5" + rewards: [{ + id: "6787F1685DB5735A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5A2F41572FB4E93A" + item: "bloodmagic:incensealtar" + type: "item" + }] + x: 2.5d + y: -3.5d + } + { + dependencies: ["22F15EC1DF24B1D8"] + description: [ + "With enough Demonic Will, you reach a critical mass that can eventually &6generate will&r ex nihilo! Simply burn some into the local aura by throwing will into a &6Demon Crucible,&r then wait for it to crystallize on the &6Demon Crystallizer. &r" + "" + "With enough will in the aura, the crystal will grow extra spires you can harvest and re-burn; each crystal past the first takes 40 will to grow but &6burns into 50!&r" + "" + "Now if only there was some way to automate this..." + "" + "&7Tip: for more info, read your Sanguine Scientiem!" + ] + icon: "bloodmagic:defaultcrystal" + id: "026A3590EE976DB0" + rewards: [{ + id: "17148E927CA42A25" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "253DDEE2437F5A1A" + item: "bloodmagic:demoncrucible" + type: "item" + } + { + id: "1D833D514F9B56D6" + item: "bloodmagic:demoncrystallizer" + type: "item" + } + { + id: "44C8A99B9FFE37F1" + item: "bloodmagic:defaultcrystal" + type: "item" + } + ] + title: "Crystallized Will" + x: -3.0d + y: -6.0d + } + { + dependencies: [ + "1FC8CD63A4443B63" + "026A3590EE976DB0" + ] + description: [ + "With the &6Resonance of the Faceted Crystal&r ritual, you can split one well-established Will Crystal into four separate aspected crystals! This aspected will is handy for all sorts of things, but one of the most useful things you can do is use it in other rituals to &6change the way they perform.&r" + "" + "&7Tip: it's possible to fully automate the growing, splitting, and harvesting of crystals using rituals!" + ] + id: "357CA59CD9EFA012" + rewards: [{ + id: "464960C7C3270280" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "3D2E4EDD1162BC19" + item: "bloodmagic:corrosivecrystal" + type: "item" + } + { + id: "4EC199F62E2DF1A2" + item: "bloodmagic:vengefulcrystal" + type: "item" + } + { + id: "1E0BEAC26DF1E8A8" + item: "bloodmagic:destructivecrystal" + type: "item" + } + { + id: "578468CF2D419097" + item: "bloodmagic:steadfastcrystal" + type: "item" + } + ] + title: "Aspected Will" + x: -2.5d + y: -8.5d + } + { + dependencies: ["2F6FB6D4819EF061"] + description: ["With access to Terrasteel, you can make the third tier of botanic runes: &6Sin Runes.&r These can be used to make better baubles, more powerful flowers, and more!"] + id: "7B4F1EAF6F7A4A1D" + rewards: [{ + id: "2ABDB4E91089E2B3" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5369B7D08EBAF52A" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "botania:rune_pride" + } + { + Count: 1b + id: "botania:rune_envy" + } + { + Count: 1b + id: "botania:rune_wrath" + } + { + Count: 1b + id: "botania:rune_sloth" + } + { + Count: 1b + id: "botania:rune_greed" + } + { + Count: 1b + id: "botania:rune_gluttony" + } + { + Count: 1b + id: "botania:rune_lust" + } + ] + } + } + title: "Any Sin Rune" + type: "item" + }] + title: "Sin Runes" + x: -4.5d + y: -8.5d + } + { + dependencies: ["2F6FB6D4819EF061"] + description: [ + "With Terrasteel, you can utilize an old ritual to open a &6gateway to Alfheim,&r which you're certain has escaped whatever happened to this world. The portal won't be able to transport living beings, but maybe you can trade for some &6useful materials?&r" + "" + "&7Tip: For more information on the portal, read your Lexica Botania! For even more than that, throw your entire Lexica Botania into the portal! (but make sure you don't throw your Akashic Tome away!)" + ] + icon: "botania:natura_pylon" + id: "3E0289A3420971D8" + rewards: [{ + id: "23791502552BD34B" + type: "xp" + xp: 100 + }] + tasks: [ + { + count: 2L + id: "65D021B5E96A60E5" + item: "botania:natura_pylon" + type: "item" + } + { + id: "02E100540D6A4802" + item: "botania:alfheim_portal" + type: "item" + } + ] + title: "The Portal to Alfheim" + x: -6.5d + y: -6.5d + } + { + dependencies: ["3E0289A3420971D8"] + description: ["The &6Elven Mana Spreader&r is much more efficient than it's livingwood predecessor - it shoots larger bursts faster and farther."] + id: "46E7F06B96AE7AC9" + optional: true + rewards: [ + { + count: 8 + id: "7E371201031882C3" + item: "botania:dreamwood" + type: "item" + } + { + id: "12BFDEB9D7517741" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "1B796C53B345E787" + item: "botania:elven_spreader" + type: "item" + }] + title: "Better Spreader" + x: -7.0d + y: -5.5d + } + { + dependencies: [ + "3E0289A3420971D8" + "7B4F1EAF6F7A4A1D" + ] + description: [ + "With Sin Runes and elven materials, you can craft a special flower that &6generates ore in nearby stone or deepslate!&r" + "" + "As far as you're concerned, this is more proof that you can solve any problem if you throw enough raw mana at something." + ] + id: "039EE9BB48F29DB2" + rewards: [{ + id: "3C3A804BDA0F9DAA" + type: "xp" + xp: 100 + }] + size: 1.5d + subtitle: "but not ad astra!" + tasks: [{ + id: "34A484CFD9300B55" + item: "botania:orechid" + type: "item" + }] + title: "Ex Nihilo" + x: -5.5d + y: -7.5d + } + { + dependencies: ["1CCEDC1F9F219179"] + description: ["The &6Scribe's Table&r allows you to create new glyphs for spellbooks. As far as spellbooks go, you have a couple options - use either pure arcane mana or life essence to fuel your spells."] + icon: "ars_nouveau:scribes_table" + id: "2FAAD3AB3B105FB5" + rewards: [{ + id: "30EE5B3A4809D53A" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "641FFAC13A3B6F7F" + item: "ars_nouveau:scribes_table" + type: "item" + } + { + id: "6A30A4AEE0F41770" + item: "ars_nouveau:novice_spell_book" + optional_task: true + type: "item" + } + { + id: "69173B7D0C18C8A1" + item: "tomeofblood:novice_tome_of_blood" + optional_task: true + type: "item" + } + ] + title: "Spellcasting" + x: -6.0d + y: -4.5d + } + { + dependencies: ["1A59682F5B56E020"] + description: [ + "Source can be generated in a variety of ways, but you'll need to do something to get it into a much more useable liquid form. " + "" + "&6Sourcelinks&r will gather it for you, but you'll also need to make a &6jar&r to store the generated source." + ] + icon: "ars_nouveau:source_jar" + id: "797F89EC438BD230" + rewards: [{ + id: "27954266BA7187F1" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "3F3CF3827894432E" + item: "ars_nouveau:source_jar" + type: "item" + } + { + id: "7763161A3FA52012" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "ars_nouveau:mycelial_sourcelink" + } + { + Count: 1b + id: "ars_nouveau:vitalic_sourcelink" + } + { + Count: 1b + id: "ars_nouveau:alchemical_sourcelink" + } + { + Count: 1b + id: "ars_nouveau:volcanic_sourcelink" + } + { + Count: 1b + id: "ars_nouveau:agronomic_sourcelink" + } + ] + } + } + title: "Any Sourcelink" + type: "item" + } + ] + title: "Generating Source" + x: -7.5d + y: -2.0d + } + { + dependencies: ["797F89EC438BD230"] + description: ["One of the primary uses of liquid source is the enchanting of items. Using the &6Arcane Core&r and an &6Enchanting Apparatus&r atop it, you can create many useful things."] + icon: "ars_nouveau:enchanting_apparatus" + id: "1F95463AFBB55B18" + rewards: [{ + id: "3990247EC663D055" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "1FC5DE50A5149319" + item: "ars_nouveau:arcane_core" + type: "item" + } + { + id: "2D8761F46C000249" + item: "ars_nouveau:enchanting_apparatus" + type: "item" + } + ] + title: "Arcane Enchanting" + x: -7.5d + y: -0.5d + } + { + dependencies: [ + "518B46E423840A2F" + "0E7BC6F2785D6CD4" + ] + description: [ + "If you're tired of waiting for amethyst to grow, try animating a block of budding amethyst with the &6Ritual of Awakening.&r" + "" + "It turns budding amethyst into an &6Amethyst Golem,&r who can harvest, grow, and even bud other blocks of amethyst!" + "" + "Its behavior can be further modified using a &6Dominion Wand.&r" + ] + icon: "ars_nouveau:amethyst_golem_charm" + id: "3D210245881F46D7" + rewards: [{ + id: "155E9DDD132A749F" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4681AAF428733A6B" + item: "ars_nouveau:amethyst_golem_charm" + type: "item" + } + { + id: "3F864F63DB8E70D9" + item: { + Count: 1 + id: "ars_nouveau:dominion_wand" + tag: { } + } + optional_task: true + type: "item" + } + ] + title: "Amethyst Buddy" + x: -4.0d + y: -2.5d + } + { + dependencies: ["3E0289A3420971D8"] + description: ["With the acquisition of specially-charged elven materials, you can create an &6even stronger mana-generating base;&r cake, wool, and even other mana flowers can all be mulched into yet more mana."] + id: "5750E61C2B1E8D5E" + optional: true + rewards: [{ + id: "1A9CFA442A825AA4" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "175DA0F3E23B1A9C" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "botania:dandelifeon" + } + { + Count: 1b + id: "botania:shulk_me_not" + } + { + Count: 1b + id: "botania:rafflowsia" + } + { + Count: 1b + id: "botania:spectrolus" + } + { + Count: 1b + id: "botania:kekimurus" + } + ] + } + } + title: "Any Elven Flower" + type: "item" + }] + title: "Esoteric Mana Generation" + x: -6.0d + y: -5.5d + } + { + dependencies: [ + "3E0289A3420971D8" + "7B4F1EAF6F7A4A1D" + "0F60E7D69F6FA06E" + ] + description: [ + "With the power of Elementium and a little extra elemental oomph, you can craft a special pylon to use in tandem with the power of a beacon to summon the &6Guardian of Gaia.&r" + "" + "Prove your strength, and you'll be rewarded with &6Gaia Spirits.&r" + ] + id: "7EE279615E00797C" + rewards: [{ + id: "65FF5350EF32641E" + type: "xp" + xp: 100 + }] + tasks: [{ + count: 4L + id: "46CDCF3AACBF85C4" + item: "botania:gaia_pylon" + type: "item" + }] + x: -7.0d + y: -9.0d + } + { + dependencies: ["1A59682F5B56E020"] + description: ["Using the &6Enchanting Apparatus&r and some special reagents, you can make elemental essences that have a wide variety of uses, from crafting to spellweaving."] + id: "0F60E7D69F6FA06E" + rewards: [ + { + count: 4 + id: "2AC324821918B938" + item: "ars_nouveau:source_gem" + type: "item" + } + { + id: "28EBE18B9177606E" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "5B9793284890447B" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "ars_elemental:anima_essence" + } + { + Count: 1b + id: "ars_nouveau:water_essence" + } + { + Count: 1b + id: "ars_nouveau:manipulation_essence" + } + { + Count: 1b + id: "ars_nouveau:fire_essence" + } + { + Count: 1b + id: "ars_nouveau:air_essence" + } + { + Count: 1b + id: "ars_nouveau:conjuration_essence" + } + { + Count: 1b + id: "ars_nouveau:abjuration_essence" + } + { + Count: 1b + id: "ars_nouveau:earth_essence" + } + ] + } + } + title: "Any Essence" + type: "item" + }] + x: -9.5d + y: -5.5d + } + { + dependencies: [ + "7EE279615E00797C" + "6B0DF94DF9004625" + ] + description: ["Fragments of the mysterious &6Guardian of Gaia&r, these spirits have enormous potential..."] + id: "0721C000948329FF" + rewards: [{ + id: "3AF6B521407E4D45" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "51D63243515AEAB7" + item: "botania:life_essence" + type: "item" + }] + x: -5.0d + y: -10.5d + } + { + dependencies: ["1A59682F5B56E020"] + description: ["There are quite a few elemental &6rituals&r that could come in handy for you - defending your base, automatically pick items up, and even allowing you to fly!"] + id: "0E7BC6F2785D6CD4" + rewards: [{ + id: "05C8B992B92B2723" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "18324C87EF47313D" + item: "ars_nouveau:ritual_brazier" + type: "item" + }] + x: -6.0d + y: -2.0d + } + { + dependencies: [ + "1F95463AFBB55B18" + "0E7BC6F2785D6CD4" + ] + description: [ + "The &6Storage Lectern&r boasts the incredibly convenient capability of letting you manage, view, and craft using nearby storage blocks. Simply place it down and link inventories to it using the dominion wand!" + "" + "There is a limit to the number of inventories you can connect to at once - this can be raised using additional &6Bookwyrm Charms.&r" + ] + icon: "ars_nouveau:storage_lectern" + id: "792DA50F1C60B35D" + rewards: [ + { + id: "19850D74FE2A105D" + item: "ars_nouveau:bookwyrm_charm" + type: "item" + } + { + id: "319FC98DA2AE9171" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "72FF396E69CA8357" + item: "ars_nouveau:storage_lectern" + type: "item" + } + { + id: "2AFA66D061D31585" + item: "ars_nouveau:bookwyrm_charm" + optional_task: true + type: "item" + } + { + id: "1942F4F6D64D0A7E" + item: "ars_nouveau:repository" + optional_task: true + type: "item" + } + ] + x: -6.0d + y: 1.0d + } + { + dependencies: ["7A2BEC31266C6A7E"] + description: [ + "Mekanism upgrades come in two flavors - &6upgrade cards&r and &6tier installers. &r" + "" + "Upgrade cards give the machine a boost to a certain aspect - speed, energy efficiency, etc." + "" + "Tier installers give the machine more processing slots - from 1 item at a time to &69 in some machines!&r" + ] + icon: "mekanism:upgrade_speed" + id: "4A5E73C5F6D316DE" + rewards: [{ + id: "0077F085A6A2F139" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "0515588225B47EC0" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "mekanism:upgrade_anchor" + } + { + Count: 1b + id: "mekanism:upgrade_gas" + } + { + Count: 1b + id: "mekanism:upgrade_muffling" + } + { + Count: 1b + id: "mekanism:upgrade_filter" + } + { + Count: 1b + id: "mekanism:upgrade_energy" + } + { + Count: 1b + id: "mekanism:upgrade_speed" + } + ] + } + } + title: "Any Upgrade" + type: "item" + } + { + id: "195C795DF27B5C06" + item: "mekanism:basic_tier_installer" + type: "item" + } + ] + title: "Upgrades" + x: 4.0d + y: -1.5d + } + { + dependencies: [ + "357CA59CD9EFA012" + "7B4F1EAF6F7A4A1D" + ] + description: [ + "You can use a hefty amount of will as well as vengeful will crystals to create &6Wither Skeleton Skulls&r in a Hellfire Forge. " + "" + "These skulls are very powerfully charged - you can use them to summon Withers and acquire their &6valuable stars.&r" + ] + icon: "minecraft:nether_star" + id: "6B0DF94DF9004625" + rewards: [{ + id: "5CA3008BF523209E" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "454762A1A44C17B6" + item: "minecraft:wither_skeleton_skull" + type: "item" + } + { + id: "0BE29949858B350B" + item: "minecraft:nether_star" + type: "item" + } + ] + title: "The Wither" + x: -3.5d + y: -9.0d + } + { + dependencies: ["3E0289A3420971D8"] + description: [ + "The &6Conjuration Catalyst&r can duplicate certain items for a relatively moderate mana cost." + "" + "No more fiddling around with potions or distilling to make your redstone and glowstone!" + ] + id: "2CC12CE948BCDF7A" + rewards: [{ + id: "088A7018CDDAC6A6" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6DE1672848EE5822" + item: "botania:conjuration_catalyst" + type: "item" + }] + x: -7.5d + y: -6.5d + } + { + dependencies: ["0E7BC6F2785D6CD4"] + description: [ + "You can summon &6Wilden&r using the aptly-named Tablet of Summon Wilden. These magical creatures drop &6special reagents when killed.&r" + "" + "These reagents can also be used to summon the &6Wilden Chimera,&r a powerful boss that drops a &6special item&r needed to channel tier 3 spells. " + ] + icon: "ars_nouveau:wilden_tribute" + id: "3660075C34865DCB" + rewards: [{ + id: "724D3E3D9C0AD8E5" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "557B6D621EA69A1C" + item: "ars_nouveau:ritual_wilden_summon" + type: "item" + } + { + id: "6C342A0F4B4E47B7" + item: "ars_nouveau:wilden_tribute" + type: "item" + } + ] + title: "Wilden" + x: -4.0d + y: -1.5d + } + { + dependencies: ["382B7C05BB6427BB"] + description: ["With the power of a &6Charger&r and an &6enriched diamond,&r you can create a &6special kind of chargeable quartz...&r"] + icon: "ae2:charged_certus_quartz_crystal" + id: "09809D52A27FDC84" + rewards: [ + { + id: "5C24F8E6550488AC" + type: "xp" + xp: 100 + } + { + count: 4 + id: "49D112FE5CF3312E" + item: "ae2:certus_quartz_crystal" + type: "item" + } + ] + tasks: [ + { + id: "4200E6A3B4CC4927" + item: "ae2:charger" + type: "item" + } + { + id: "506DA1038AC3E9D4" + item: "ae2:certus_quartz_crystal" + type: "item" + } + { + id: "7939BCC1179D0DC6" + item: "ae2:charged_certus_quartz_crystal" + type: "item" + } + ] + title: "Certus Quartz" + x: 4.5d + y: 1.0d + } + { + dependencies: ["09809D52A27FDC84"] + description: [ + "Obviously, the ratio of one diamond for one certus quartz isn't exactly tenable. Luckily, there's a way to literally grow it from itself - just throw a block of &6certus quartz into water with some charged certus quartz,&r and it'll get converted into &6budding quartz.&r" + "" + "This semi-flawed quartz block will grow crystals just like amethyst, with one caveat - &4eventually the crystal will degrade&r back into a regular block, meaning you'll have to re-seed it." + "" + "&7Tip: you can also use Theurgy to convert other materials into certus quartz - amethyst is a good candidate!" + ] + id: "4B21D583F11D94F4" + rewards: [ + { + id: "22C9F952FBF7BF88" + type: "xp" + xp: 100 + } + { + count: 4 + id: "326CC133F9CB9E68" + item: "ae2:charged_certus_quartz_crystal" + type: "item" + } + ] + tasks: [{ + id: "6240BAA8E7D232EC" + item: "ae2:flawed_budding_quartz" + type: "item" + }] + title: "Growing Quartz" + x: 3.5d + y: 2.5d + } + { + dependencies: ["4B21D583F11D94F4"] + description: ["By combining redstone and nether quartz with charged certus quartz, you can make &6Fluix Crystals,&r capable of turning matter into digitalized information."] + id: "3DC3BEC51801CB96" + rewards: [ + { + id: "6C1FBE410509FD12" + type: "xp" + xp: 100 + } + { + count: 4 + id: "0152F157B8B1D2DF" + item: "ae2:fluix_crystal" + type: "item" + } + ] + tasks: [{ + id: "060D3C3A47ED0D6E" + item: "ae2:fluix_crystal" + type: "item" + }] + x: 2.0d + y: 4.0d + } + { + dependencies: ["3DC3BEC51801CB96"] + description: [ + "Before the apocalpyse - or whatever happened here - there were strange meteors that occasionally fell containing these &6mysterious presses.&r" + "" + "You think you have devised a ritual that could potentially draw in another one of these meteors (albeit greatly diminished in size)." + "" + "&7Tip: check your Reclamation Rituals book!" + ] + icon: "ae2:mysterious_cube" + id: "64F989736017F6CD" + rewards: [{ + id: "0D9B45293BABC90F" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "303F573F6C388FE3" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "ae2:silicon_press" + } + { + Count: 1b + id: "ae2:logic_processor_press" + } + { + Count: 1b + id: "ae2:engineering_processor_press" + } + { + Count: 1b + id: "ae2:calculation_processor_press" + } + ] + } + } + type: "item" + }] + title: "Mysterious Cube" + x: 0.0d + y: 5.0d + } + { + dependencies: [ + "792DA50F1C60B35D" + "4C34B249425FA0CC" + ] + description: ["The &6ME Controller&r is the brains of the &6Material Energy&r system - one of the most powerful logistics solutions available to you."] + id: "52D07AB4E6B88EA1" + rewards: [{ + id: "760AD4D438CC174D" + type: "xp" + xp: 100 + }] + shape: "hexagon" + size: 1.5d + subtitle: "Better than futura blocks" + tasks: [{ + id: "41E4110B55B6F086" + item: "ae2:controller" + type: "item" + }] + x: -4.0d + y: 5.5d + } + { + dependencies: ["64F989736017F6CD"] + description: ["The &6Inscriber&r is used to turn raw materials into actual circuits useable in the &6Matter Energy&r system."] + id: "4C34B249425FA0CC" + rewards: [{ + id: "095EED5E764CF249" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3757FCA22789B2B3" + item: "ae2:inscriber" + type: "item" + }] + x: -2.0d + y: 5.5d + } + { + dependencies: [ + "0721C000948329FF" + "357CA59CD9EFA012" + "0B69076CC61D0246" + ] + description: [ + "With the raw power afforded to you by aspected will crystals, gaia fragments, and ethereal slates, you finally have enough oomph to begin reversing the damage this world has suffered." + "" + "Look into the &6Ritual of Reclamation&r in your Reclamation Rituals book to start reclaiming the world." + "" + "&7Note: the ritual may &4void blocks!&r&7 Perform it away from anything important or risk losing things you might want to keep." + ] + id: "76531B6ECFD001DB" + rewards: [{ + id: "47FD6A5B71B7F9C8" + type: "xp" + xp: 100 + }] + shape: "hexagon" + size: 2.0d + subtitle: "Roll credits?" + tasks: [{ + biome: "#reclamation:reclaimed" + id: "5CB74C9041238933" + title: "Visit a Reclaimed Biome" + type: "biome" + }] + title: "Reclamation" + x: -2.5d + y: -13.0d + } + { + dependencies: ["1F95463AFBB55B18"] + description: [ + "&6Sirens&r can be summoned (and subsequently befriended) at the Altar of Birthing. Once given a Sea Pickle, they'll disappear and leave behind a token. This token can be turned into a charm that can &6automatically fish&r for you, at the price of source!" + "" + "&7Tip: this auto fishing can be sped up; read your Worn Notebook for more details." + ] + id: "040B7ABBA79E3C34" + rewards: [{ + id: "214D54AFF39E6854" + type: "xp" + xp: 100 + }] + shape: "diamond" + tasks: [{ + id: "7F3799E27FA7EE1C" + item: "ars_elemental:siren_charm" + type: "item" + }] + x: -9.5d + y: 0.0d + } + { + dependencies: ["1F95463AFBB55B18"] + description: [ + "&6Whirlisprigs&r can be summoned at the Altar of Birthing. Growing a tree near a summoned one will net you a token, which can be crafted into a charm. This charm summons a tame Whirlisprig that will &6produce natural resources&r based on what's nearby!" + "" + "&7Tip: read your Worn Notebook for more!" + ] + id: "5A3D771B1235C40B" + rewards: [{ + id: "1E68783EEF2FB7A8" + type: "xp" + xp: 100 + }] + shape: "diamond" + tasks: [{ + id: "27A44281ECD3FA7D" + item: "ars_nouveau:whirlisprig_charm" + type: "item" + }] + x: -9.5d + y: -1.0d + } + { + dependencies: ["1F95463AFBB55B18"] + description: ["Summon a &6Drygmy&r at the Altar of Birthing. Give it a wilden horn to get a token, then craft it into a token. This tame Drygmy will &6produce experience and drops of mobs nearby,&r without killing them!"] + id: "7A517B0D3ADC17FE" + rewards: [{ + id: "062A83ACF679BECE" + type: "xp" + xp: 100 + }] + shape: "diamond" + tasks: [{ + id: "05640A0617017CFD" + item: "ars_nouveau:drygmy_charm" + type: "item" + }] + x: -9.0d + y: -1.5d + } + { + dependencies: ["1F95463AFBB55B18"] + description: [ + "Casting dispel on a witch (summoned at the Altar of Birthing) drops a Wixie Token. Turned into a charm to summon Wixies, these creatures can craft and brew potions for you!" + "" + "&7Tip: Wixies are very helpful when using an Alchemical Sourcelink! For more info, read your Worn Notebook." + ] + id: "0132766885AF4DEE" + rewards: [{ + id: "338EE9355544F19D" + type: "xp" + xp: 100 + }] + shape: "diamond" + tasks: [{ + id: "7E43DA10DAAC3708" + item: "ars_nouveau:wixie_charm" + type: "item" + }] + x: -10.0d + y: -0.5d + } + { + dependencies: ["1F95463AFBB55B18"] + description: [ + "&6Starbuncles&r summoned by the Altar of Birthing can be gifted gold nuggets to get &6Starbuncle Tokens.&r Crafted into a &6Starbuncle Charm,&r it will summon a Starbuncle to move items around for you. No more fiddling around with pipes and logistics, just use a semi-intelligent squirrel!" + "" + "&7Tip: they can be told to only pick up or drop off certain items - read your Worn Notebook for more information!" + ] + id: "11D64B22EDF1E1B1" + rewards: [{ + id: "7974EE6AF190E194" + type: "xp" + xp: 100 + }] + shape: "diamond" + tasks: [{ + id: "647E7C88AFBF97C4" + item: { + Count: 1 + id: "ars_nouveau:starbuncle_charm" + tag: { } + } + type: "item" + }] + x: -9.0d + y: 0.5d + } + { + dependencies: ["1F95463AFBB55B18"] + description: ["&6Magebloom&r is a flower whose fibers can be spun into a very conductive magical cloth."] + icon: "ars_nouveau:magebloom_fiber" + id: "731A34BCDD3C048A" + rewards: [{ + id: "389192D35C738192" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "0C5AB81AE249CF20" + item: "ars_nouveau:magebloom_crop" + type: "item" + } + { + id: "275E31101C371324" + item: "ars_nouveau:magebloom_fiber" + type: "item" + } + ] + title: "Magebloom" + x: -7.5d + y: 1.5d + } + { + dependencies: ["731A34BCDD3C048A"] + description: [ + "&6Warp Scrolls&r let you teleport anywhere in a dimension, while their stabilized versions create a temporary portal that can transport you even to &6other dimensions.&r" + "" + "&7Tip: both types of scrolls can be turned into permanent portals by building a frame out of Sourcestone, placing a full source jar nearby, and tossing the scroll into it." + ] + icon: { + Count: 1 + id: "ars_nouveau:stable_warp_scroll" + tag: { } + } + id: "33BF18E246E08E10" + rewards: [{ + id: "32D2A652146F54A0" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "38F8E3CA34F6F605" + item: { + Count: 1 + id: "ars_nouveau:warp_scroll" + tag: { } + } + type: "item" + } + { + id: "192CE76D35C5E14C" + item: { + Count: 1 + id: "ars_nouveau:stable_warp_scroll" + tag: { } + } + type: "item" + } + ] + x: -8.5d + y: 2.5d + } + { + dependencies: ["7A2BEC31266C6A7E"] + description: [ + "The &6Fission Reactor&r is a large multiblock that takes fissile fuel and water and outputs enormous amounts of steam. This steam can be pumped into another large multiblock (the industrial turbine) to produce absolutely outrageous amounts of power. " + "" + "Equally as importantly, it produces nuclear waste." + "" + "For more information on how to build this structure, refer to the mekanism wiki." + "" + "&4Warning: if you mess up running your reactor, it WILL melt down and explode/irradiate the surrounding area. Make it small or make it far away from your base if you're not confident." + ] + icon: "mekanismgenerators:fission_reactor_port" + id: "71FA16CB8987A05D" + rewards: [{ + id: "5B2AE9869AAA9EE8" + type: "xp" + xp: 100 + }] + size: 1.5d + subtitle: "Uranium = mc2?" + tasks: [ + { + id: "2DF292275CD3CCFC" + item: "mekanismgenerators:fission_reactor_casing" + type: "item" + } + { + id: "76480EC05452AB1E" + item: "mekanismgenerators:fission_reactor_port" + type: "item" + } + { + id: "266403294F18EF4D" + item: "mekanismgenerators:fission_fuel_assembly" + type: "item" + } + { + id: "4B7FC9ACB042D32F" + item: "mekanismgenerators:control_rod_assembly" + type: "item" + } + ] + title: "Fission Reactor" + x: 7.0d + y: 0.5d + } + { + dependencies: ["71FA16CB8987A05D"] + description: ["&6Plutonium&r is one possible product from processing nuclear waste - it can be reprocessed into more fissile fuel or crafted into Supercritical Phase Shifter casings."] + id: "56AC940F596CE59A" + rewards: [{ + id: "58B147DCAF1D6CF0" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "18E9E03DEF135CA1" + item: "mekanism:pellet_plutonium" + type: "item" + }] + x: 6.5d + y: 2.0d + } + { + dependencies: ["71FA16CB8987A05D"] + description: ["&6Radioactive Waste Barrels&r are one of the only things that can hold nuclear waste; when filled, they slowly dispose of their contents."] + id: "03C92960F6FB7196" + rewards: [{ + id: "1BFF2A332C901550" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6A0EDB71F31D706A" + item: "mekanism:radioactive_waste_barrel" + type: "item" + }] + title: "Waste Disposal" + x: 8.5d + y: 0.5d + } + { + dependencies: ["71FA16CB8987A05D"] + description: [ + "&6Polonium&r is a possible product from processing nuclear waste. " + "" + "Not only can it make a variety of very helpful equipment and the &6QIO system,&r it can also be used to craft Supercritical Phase Shifter (SPS) casings, necessary for producing &6antimatter.&r" + ] + id: "36DAD7B096C37537" + rewards: [{ + id: "2805514AABAB62B0" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2780BDCCE836453A" + item: "mekanism:pellet_polonium" + type: "item" + }] + x: 7.5d + y: 2.0d + } + { + dependencies: [ + "36DAD7B096C37537" + "56AC940F596CE59A" + ] + description: [ + "Making antimatter requires the creation of a Supercritical Phase Shifter, yet another multiblock." + "" + "Its casings require a large amount of both polonium and plutonium, meaning you'll need a large amount of nuclear waste processing." + "" + "To run, it will also need an incredibly large amount of power - this is where you'd want to use an &6Industrial Turbine&r hooked up to either a fission or a fusion reactor." + "" + "&7Tip: you only need to make one of these to finish the pack - unless you REALLY like late-game Mekanism or you want to make creative items!" + ] + id: "4E3BA0B8C44593F4" + rewards: [{ + id: "34D6138E40158F6F" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2E7784949421D703" + item: "mekanism:pellet_antimatter" + type: "item" + }] + x: 7.0d + y: 3.5d + } + { + dependencies: ["36DAD7B096C37537"] + description: [ + "The &6QIO System&r is a digital storage solution that does not need power and can store a very large amount of items." + "" + "It has &6unlimited cross-dimensional range&r and can import and export automatically. However, it cannot easily auto-craft things for you." + ] + icon: "mekanism:qio_drive_array" + id: "46677EA7419E25B2" + rewards: [{ + id: "51DBE6C4BB51CE79" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "296827863056EA3B" + item: "mekanism:qio_drive_array" + type: "item" + } + { + id: "62B241075E69CEF3" + item: "mekanism:qio_drive_base" + type: "item" + } + { + id: "33DB20AB06CF711C" + item: "mekanism:qio_dashboard" + type: "item" + } + ] + title: "QIO System" + x: 9.0d + y: 2.0d + } + { + dependencies: ["36DAD7B096C37537"] + description: [ + "The &6Fusion Reactor&r is a much more powerful version of its fission counterpart. It can produce millions of RF/t using deuterium, tritium, or D-T fuel." + "" + "To learn more about this reactor, check the Mekanism wiki." + ] + icon: "mekanismgenerators:fusion_reactor_frame" + id: "40FD6A4803092F64" + rewards: [{ + id: "4928CB0F616DE3E1" + type: "xp" + xp: 100 + }] + size: 2.0d + subtitle: "Sci without the fi" + tasks: [ + { + id: "6502C2B9561E81FA" + item: "mekanismgenerators:fusion_reactor_frame" + type: "item" + } + { + id: "72A3214853D53362" + item: "mekanismgenerators:fusion_reactor_controller" + type: "item" + } + { + id: "665AC8FD54EEA60B" + item: "mekanismgenerators:fusion_reactor_port" + type: "item" + } + ] + title: "Fusion Reactor" + x: 9.0d + y: 4.0d + } + ] + title: "Sounds of Life" +} diff --git a/FTBLang/backup/ftbquests/quests/chapters/the_taste_of_power.snbt b/FTBLang/backup/ftbquests/quests/chapters/the_taste_of_power.snbt new file mode 100644 index 0000000..022a3f2 --- /dev/null +++ b/FTBLang/backup/ftbquests/quests/chapters/the_taste_of_power.snbt @@ -0,0 +1,360 @@ +{ + default_hide_dependency_lines: false + default_min_width: 280 + default_quest_shape: "" + filename: "the_taste_of_power" + group: "" + hide_quest_until_deps_complete: true + icon: "minecraft:dragon_egg" + id: "255B2E87E16AB4A5" + order_index: 5 + quest_links: [ ] + quests: [ + { + dependencies: ["647B651959E0F0D0"] + description: ["The &6Ender Dragon&r not only has horrific halitosis, it also prevents you from exploring the rest of the End and all its goodies."] + hide_until_deps_complete: false + id: "46100B5AD6C088F1" + rewards: [{ + id: "24C9D6E63139FE34" + type: "xp" + xp: 100 + }] + tasks: [{ + entity: "minecraft:ender_dragon" + icon: "minecraft:dragon_head" + id: "383C97269B1429F5" + title: "Kill the Dragon" + type: "kill" + value: 1L + }] + x: -0.5d + y: -3.5d + } + { + dependencies: ["6D23082F517D5117"] + icon: "minecraft:end_portal_frame" + id: "647B651959E0F0D0" + rewards: [{ + id: "4A0A80BD3060A7CC" + type: "xp" + xp: 100 + }] + shape: "hexagon" + tasks: [{ + dimension: "minecraft:the_end" + icon: "minecraft:end_portal_frame" + id: "6DB59B5506EB9396" + title: "Visit the End" + type: "dimension" + }] + title: "Visit the End" + x: -0.5d + y: -2.5d + } + { + dependencies: ["46100B5AD6C088F1"] + description: [ + "Congrats! You've killed the Ender Dragon - there is no more left to conquer." + "" + "You are a champion. " + "" + "You have &lReclaimed&r the world." + "" + "&7As far as anyone can really be concerned, you've finished the modpack. Any quests past this are exclusively for bragging rights - creative items, op stuff, lame resource dump recipes, all that jazz." + "" + "&7Thank you immensely for putting the time and effort into finishing the pack! This was a huge undertaking for me, but hopefully you enjoyed it enough that it was worth it :)" + "" + "&7 -ACCBDD" + ] + hide_until_deps_complete: false + icon: "minecraft:cake" + id: "68FE5D02293FE722" + rewards: [{ + id: "38B71086356BE8FC" + type: "xp" + xp: 100 + }] + shape: "diamond" + size: 2.0d + subtitle: "Roll credits (for real)" + tasks: [{ + id: "237B504DA0EDA4AA" + title: "Congratulations!" + type: "checkmark" + }] + x: -0.5d + y: -5.0d + } + { + dependencies: ["68FE5D02293FE722"] + description: [ + "An infinitely super-heated blaze is great just as a centerpiece, but you can also use it to make infinite lava." + "" + "&7Tip: you're gonna need to make quite a few of these!" + ] + id: "5A44963D2D2AE45D" + optional: true + rewards: [{ + id: "1C74C1456AFEA6BF" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6F663B86D7CE7173" + item: "create:creative_blaze_cake" + type: "item" + }] + x: -0.5d + y: -9.0d + } + { + dependencies: ["5A44963D2D2AE45D"] + description: ["What's better than infinite blaze burning? Infinite turning! "] + id: "47BF6E234A394435" + optional: true + rewards: [{ + id: "433028B8787D6159" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1873296BC875DED1" + item: "create:creative_motor" + type: "item" + }] + x: 1.5d + y: -9.5d + } + { + dependencies: ["5A44963D2D2AE45D"] + description: ["The dwarven version of a Philosopher's Stone."] + id: "51A5AE293CD495CC" + optional: true + rewards: [{ + id: "01BB2179EC8F2A7B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "43913FC620B1DDB0" + item: "embers:creative_ember_source" + type: "item" + }] + x: -2.5d + y: -9.5d + } + { + dependencies: ["458449ABB13C4819"] + description: [ + "Somehow, you don't feel as guilty as you think you should." + "" + "&7Tip: this takes 10 full mana pools worth of mana. :)" + ] + id: "3EAC3A05ADA08B6A" + optional: true + rewards: [{ + id: "7AA366FB6EA40383" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "01707E75B8C12087" + item: "botania:creative_pool" + type: "item" + }] + x: -4.5d + y: -13.0d + } + { + dependencies: ["47BF6E234A394435"] + description: ["No more will you be shackled to the tyranny of building an enormous pool of whatever fluid!"] + id: "58ED9A2ABEA74156" + optional: true + rewards: [{ + id: "59FD76ABC03C6E64" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "30747151F17C16AF" + item: "create:creative_fluid_tank" + type: "item" + }] + x: 3.0d + y: -11.0d + } + { + dependencies: ["58ED9A2ABEA74156"] + description: ["Once you've set it to a chemical, you can reset it to empty by crafting it."] + id: "3CE6A23B1386A2C6" + optional: true + rewards: [{ + id: "78544CB0A511356C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "419573445008A341" + item: "mekanism:creative_chemical_tank" + type: "item" + }] + title: "Creative Chemical Tank" + x: 3.5d + y: -13.0d + } + { + dependencies: ["51A5AE293CD495CC"] + description: [ + "Kinda like an unlimited supply of grape juice!" + "" + "&7A/N: pretend it needs 100k instead of 10k source... i'm too lazy to make a custom source jar like ATM does" + ] + id: "458449ABB13C4819" + optional: true + rewards: [{ + id: "73543EF3276EDBE2" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7C7BC26DFE5B9ACD" + item: "ars_nouveau:creative_source_jar" + type: "item" + }] + x: -4.0d + y: -11.0d + } + { + dependencies: [ + "47BF6E234A394435" + "3EAC3A05ADA08B6A" + "51A5AE293CD495CC" + "58ED9A2ABEA74156" + "458449ABB13C4819" + "3CE6A23B1386A2C6" + ] + description: ["All that effort, and all you got was a really big hole."] + id: "465112A258F6627B" + optional: true + rewards: [{ + id: "21A16FC84772E282" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1B881237409143D1" + item: "storagedrawers:creative_storage_upgrade" + type: "item" + }] + x: -0.5d + y: -12.5d + } + { + dependencies: [ + "465112A258F6627B" + "46A192114ACE3ACB" + "5DF485C9EA5A7C39" + ] + description: ["This is way better than a really big hole!"] + id: "2121E0348BB9CF6D" + optional: true + rewards: [{ + id: "13D9BD50D28813AD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "45B3D7E7B5492AAE" + item: "storagedrawers:creative_vending_upgrade" + type: "item" + }] + x: -0.5d + y: -14.5d + } + { + dependencies: ["2121E0348BB9CF6D"] + description: [ + "And now the way better hole is a digital rip in the fabric of the universe." + "" + "Or maybe its a real rip in the fabric of the digital universe?" + "" + "Either way, you're done. You have access to every item digitally, with the help of a cell workbench. Good job! Have some cake :)" + ] + id: "4521C73DA74806FA" + optional: true + rewards: [{ + id: "3055F494B2E6CCA0" + item: "create_central_kitchen:chocolate_cake_slice" + type: "item" + }] + tasks: [{ + id: "48A1FFB0DB64AB20" + item: "ae2:creative_item_cell" + type: "item" + }] + x: -0.5d + y: -16.5d + } + { + dependencies: ["3EAC3A05ADA08B6A"] + description: ["It's not really infinite ME power as much as it is infinite ME efficiency."] + id: "5DF485C9EA5A7C39" + optional: true + rewards: [{ + id: "28749443D02FA7D7" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6F09A93390C3888B" + item: "ae2:creative_energy_cell" + type: "item" + }] + x: -4.0d + y: -15.0d + } + { + dependencies: ["3CE6A23B1386A2C6"] + description: ["Sufficiently advanced technology is indistinguishable from magic."] + id: "46A192114ACE3ACB" + optional: true + rewards: [{ + id: "7DFCE277E2FB5AA1" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6C0E0A941DCE473A" + item: { + Count: 1 + id: "mekanism:creative_energy_cube" + tag: { + mekData: { + EnergyContainers: [{ + Container: 0b + stored: "18446744073709551615.9999" + }] + componentConfig: { + config0: { + side0: 4 + side1: 4 + side2: 4 + side3: 4 + side4: 4 + side5: 4 + } + } + } + } + } + match_nbt: false + type: "item" + }] + title: "Creative Energy Cube" + x: 3.0d + y: -15.0d + } + ] + title: "The Taste of Power" +} diff --git a/FTBLang/backup/ftbquests/quests/chapters/the_touch_of.snbt b/FTBLang/backup/ftbquests/quests/chapters/the_touch_of.snbt new file mode 100644 index 0000000..502aceb --- /dev/null +++ b/FTBLang/backup/ftbquests/quests/chapters/the_touch_of.snbt @@ -0,0 +1,422 @@ +{ + default_hide_dependency_lines: false + default_min_width: 280 + default_quest_shape: "" + filename: "the_touch_of" + group: "" + hide_quest_until_deps_visible: true + icon: "reclamation_util:filled_biome_bottle" + id: "240B183CDC03CB19" + order_index: 4 + quest_links: [ ] + quests: [ + { + dependencies: ["76531B6ECFD001DB"] + description: [ + "You've done it. You've reclaimed some small part of the world! " + "" + "Now you just have to regain the diversity in surroundings you remember there once being..." + ] + disable_toast: true + hide_until_deps_complete: true + id: "797FD98625915CAF" + rewards: [{ + id: "4557B55BD889AB44" + type: "xp" + xp: 100 + }] + shape: "hexagon" + tasks: [{ + biome: "#reclamation:reclaimed" + id: "6E3C0E23C809A6BA" + title: "Visit a Reclaimed Biome" + type: "biome" + }] + title: "Reclamation" + x: 0.0d + y: 0.5d + } + { + dependencies: ["269ECE61446E7CE6"] + description: [ + "Getting the nether back into shape is relatively easy, now that you understand the shape of terraforming rituals and have a source of biomic essence." + "" + "&7Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the nether terraforming rites!" + ] + id: "0992C0993A6BBB8A" + rewards: [{ + id: "0B658E1DF83AA286" + type: "xp" + xp: 100 + }] + tasks: [{ + advancement: "minecraft:nether/explore_nether" + criterion: "" + icon: "minecraft:netherrack" + id: "45591ED68D7E8CAC" + title: "Visit Every Nether Biome" + type: "advancement" + }] + title: "Reclaiming the Nether" + x: 1.5d + y: -1.0d + } + { + dependencies: ["797FD98625915CAF"] + description: ["With the creation of reclaimed biomes, natural spawns can now occur - drygmies, whirligigs, and starbuncles can all rarely spawn in these biomes, as well as the regular mobs."] + icon: "minecraft:spawner" + id: "1ECF71CD671CE14B" + rewards: [ + { + count: 4 + id: "5D7984E2E98091FD" + item: "croptopia:fish_and_chips" + type: "item" + } + { + id: "54C1927D25A7E012" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "124BC217DE620644" + type: "checkmark" + }] + title: "Natural Spawning" + x: 0.0d + y: 2.0d + } + { + dependencies: ["797FD98625915CAF"] + description: [ + "Now that you have a place where you can actually see the blue (!) sky, you can bottle up the abundant biomic essence in a &6specially-designed container.&r" + "" + "This &6biome essence&r can be used in rituals along with some extra reagents to terraform in a more directed way." + "" + "&7Tip: you can collect essence in any living biome by holding right click with a biome bottle. Crouching while you do this will fill all bottles in a stack!" + ] + icon: "reclamation_util:filled_biome_bottle" + id: "269ECE61446E7CE6" + rewards: [ + { + count: 2 + id: "111550E5CDAEB7E8" + item: "reclamation_util:empty_biome_bottle" + type: "item" + } + { + id: "655B3B3F0A6AEA16" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "0D347632CFA3D9D4" + item: "reclamation_util:empty_biome_bottle" + type: "item" + } + { + id: "4A7809B25D161A95" + item: "reclamation_util:filled_biome_bottle" + type: "item" + } + ] + title: "Biome Essence" + x: 0.0d + y: -1.0d + } + { + dependencies: ["19E7760B061483C9"] + description: ["The first attuned essence you'll need is &6Hellish Essence,&r collectible from any living&6 nether biome.&r"] + id: "7277FA4026920033" + rewards: [{ + id: "5A71024BB4E805D4" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1E3126525284BCF8" + item: "reclamation_util:hellish_biome_bottle" + type: "item" + }] + x: 0.0d + y: -4.0d + } + { + dependencies: ["7277FA4026920033"] + description: [ + "&6Arid Essence&r is found mainly in the desert - you'll have to use a special version of your terraforming ritual to bring it back. " + "" + "Some high-powered dwarven artifice should provide you with the correct magical resonance to produce an arid, sandy &6desert &rbiome." + ] + id: "15966B11B4C3E2F5" + rewards: [{ + id: "30DB106D75599369" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "658E9D76E47362C1" + item: "reclamation_util:arid_biome_bottle" + type: "item" + }] + x: 2.5d + y: -5.5d + } + { + dependencies: [ + "1E6C9A0B164888F7" + "69BCBDE0FD9FD3AA" + ] + description: [ + "The final essence you'll need is &6Icy Essence&r from the &6snowy slopes&r biome. Wet and cold, the complete opposite of your surroundings, you'll need a lot of power to create this biome." + "" + "First: &6polonium&r to provide the necessary chemical energy for the physical transformation." + "" + "Second: ice cream (specifically &6vanilla&r) to provide structure to the ritual and thematic direction." + "" + "Third: a couple &6shattered singularities&r to store the excess entropy generated by this ritual." + "" + "and finally, Fourth: a large amount of generic &6biome essence&r to kickstart the reaction." + ] + id: "0C35379194435EC8" + rewards: [{ + id: "19C81E8EA7D6699B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6766CF66FC572CCF" + item: "reclamation_util:icy_biome_bottle" + type: "item" + }] + x: 0.0d + y: -10.0d + } + { + dependencies: ["15966B11B4C3E2F5"] + description: [ + "&6Lush Essence&r is found in jungles of any kind - once again, you'll need a special ritual to bring it back." + "" + "Botanic mastery will provide you the life energy needed to transform your surroundings into a &6bamboo forest.&r" + "" + "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place." + ] + id: "69BCBDE0FD9FD3AA" + rewards: [{ + id: "5CEF7C522161701B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "648A4B4003EB2F48" + item: "reclamation_util:lush_biome_bottle" + type: "item" + }] + x: 2.5d + y: -8.5d + } + { + dependencies: ["7277FA4026920033"] + description: [ + "&6Mycelic Essence&r is found exclusively on mushroom islands - you'll have to use a modified version of your terraforming ritual to bring them back. " + "" + "Classic wiccan practice should provide you with the correct magical resonance to produce the hot, dry &6mushroom field&r biome." + ] + id: "4124F7AA9DF1444F" + rewards: [{ + id: "721AEEDDA12D2CA6" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "62E17A877BC0F30D" + item: "reclamation_util:mycelic_biome_bottle" + type: "item" + }] + x: -2.5d + y: -5.5d + } + { + dependencies: ["4124F7AA9DF1444F"] + description: [ + "&6Watery Essence&r is found in deep oceans - once again, you'll need a special ritual to bring it back." + "" + "Elemental wizardry will provide you the magical power necessary to enact such an elementally-aligned terraformation - namely, turning a small area into a &6warm ocean.&r" + "" + "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place." + ] + id: "1E6C9A0B164888F7" + rewards: [{ + id: "57C3B0C1A2686F21" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "06FAB593C740FC52" + item: "reclamation_util:watery_biome_bottle" + type: "item" + }] + x: -2.5d + y: -8.5d + } + { + dependencies: [ + "4124F7AA9DF1444F" + "15966B11B4C3E2F5" + "7277FA4026920033" + "1E6C9A0B164888F7" + "69BCBDE0FD9FD3AA" + "0C35379194435EC8" + ] + description: [ + "With all six types of attuned biome essence, you can combine them in a (quite expensive) ritual to produce the &6End Portal.&r You'll still need to add &6Eyes of Ender&r to the frame, but once you've done so, you can finally enter &6the End.&r" + "" + "&7Tip: you can break end portal frames and blocks by right clicking them with the frame remover!" + ] + icon: "minecraft:end_portal_frame" + id: "6D23082F517D5117" + rewards: [{ + id: "5B55FA50B18BB27A" + type: "xp" + xp: 100 + }] + shape: "hexagon" + size: 2.0d + subtitle: "Dragons... I hate dragons" + tasks: [ + { + dimension: "minecraft:the_end" + icon: "minecraft:end_portal_frame" + id: "42C545D227EB5990" + title: "Visit the End" + type: "dimension" + } + { + id: "202B9E7EDA90980C" + item: "reclamation_util:frame_remover" + optional_task: true + type: "item" + } + ] + title: "Visit the End" + x: 0.0d + y: -7.0d + } + { + dependencies: ["269ECE61446E7CE6"] + description: [ + "Generic biome essence is well and good, but for real ritualistic oomph you'll need a specialized container, capable of collecting attuned essence." + "" + "&7Tip: check your Reclamation Rituals book for information on the late-game terraforming rituals!" + ] + id: "19E7760B061483C9" + rewards: [{ + id: "5B3A73EF7FBFDE90" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "124B68712D3168F9" + item: "reclamation_util:attuned_biome_bottle" + type: "item" + }] + x: 0.0d + y: -2.5d + } + { + dependencies: ["269ECE61446E7CE6"] + description: [ + "With biome essence, you can also perform &6more directed terraforming&r - turning the surrounding area into basic overworld biomes: forest, plains, river, beach, and ocean." + "" + "&7Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the overworld terraforming rites!" + ] + icon: "minecraft:grass_block" + id: "08AD7AC8EA3F60BD" + rewards: [{ + id: "032A7861EFE83BF3" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1DBEE9F81CAADA0D" + title: "Basic Terraforming" + type: "checkmark" + }] + x: -1.5d + y: -1.0d + } + { + dependencies: ["19E7760B061483C9"] + description: [ + "With some additional infusion, an attuned biome bottle can be turned into a &6biome globe&r - in essence a portable directed reclamation ritual." + "" + "&7Tip: these globes have 16 uses each, and convert a radius of 12 blocks from where you use them! They'll convert blocks to their reclaimed versions, but they will NOT place features like grass or trees; you'll have to do those yourself." + "" + "&7Tip 2: these drain a LOT of aura to make!" + ] + id: "1D8D6B5B69416E17" + optional: true + rewards: [{ + id: "50C1E2683E84C782" + type: "xp" + xp: 100 + }] + subtitle: "Portable Terraforming" + tasks: [ + { + id: "762063598E9C32DC" + item: "reclamation_util:empty_biome_globe" + type: "item" + } + { + id: "765E6CC514E5B023" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "reclamation_util:plains_biome_globe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:desert_biome_globe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:forest_biome_globe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:ocean_biome_globe" + tag: { + Damage: 0 + } + } + ] + } + } + title: "Any Biome Globe" + type: "item" + } + ] + title: "Biome Globes" + x: 2.0d + y: -2.5d + } + ] + title: "Visions of the Past" +} diff --git a/FTBLang/backup/ftbquests/quests/data.snbt b/FTBLang/backup/ftbquests/quests/data.snbt new file mode 100644 index 0000000..2a1d2e4 --- /dev/null +++ b/FTBLang/backup/ftbquests/quests/data.snbt @@ -0,0 +1,25 @@ +{ + default_autoclaim_rewards: "disabled" + default_consume_items: false + default_quest_disable_jei: false + default_quest_shape: "circle" + default_reward_team: false + detection_delay: 20 + disable_gui: false + drop_book_on_death: false + drop_loot_crates: false + emergency_items_cooldown: 300 + grid_scale: 0.5d + icon: "minecraft:grass_block" + lock_message: "" + loot_crate_no_drop: { + boss: 0 + monster: 0 + passive: 0 + } + pause_game: false + progression_mode: "flexible" + show_lock_icons: true + title: "Reclamation" + version: 13 +} diff --git a/FTBLang/backup/ftbquests/quests/reward_tables/bee.snbt b/FTBLang/backup/ftbquests/quests/reward_tables/bee.snbt new file mode 100644 index 0000000..6866028 --- /dev/null +++ b/FTBLang/backup/ftbquests/quests/reward_tables/bee.snbt @@ -0,0 +1,13 @@ +{ + id: "744F7006F1FA455C" + loot_size: 1 + order_index: 11 + rewards: [ + { count: 16, item: "minecraft:honeycomb" } + { count: 8, item: "minecraft:honey_bottle" } + { count: 32, item: "complicated_bees:honey_droplet" } + { count: 64, item: "complicated_bees:beeswax" } + { count: 8, item: "complicated_bees:propolis" } + ] + title: "bee" +} diff --git a/FTBLang/backup/ftbquests/quests/reward_tables/canvas.snbt b/FTBLang/backup/ftbquests/quests/reward_tables/canvas.snbt new file mode 100644 index 0000000..d5d7973 --- /dev/null +++ b/FTBLang/backup/ftbquests/quests/reward_tables/canvas.snbt @@ -0,0 +1,12 @@ +{ + id: "581735DCD19CA9AA" + loot_size: 1 + order_index: 0 + rewards: [ + { item: "xercapaint:item_canvas" } + { item: "xercapaint:item_canvas_long" } + { item: "xercapaint:item_canvas_tall" } + { item: "xercapaint:item_canvas_large" } + ] + title: "canvas" +} diff --git a/FTBLang/backup/ftbquests/quests/reward_tables/chicken.snbt b/FTBLang/backup/ftbquests/quests/reward_tables/chicken.snbt new file mode 100644 index 0000000..561fbcb --- /dev/null +++ b/FTBLang/backup/ftbquests/quests/reward_tables/chicken.snbt @@ -0,0 +1,11 @@ +{ + id: "30C69E0475B21852" + loot_size: 1 + order_index: 8 + rewards: [ + { count: 16, item: "minecraft:egg" } + { count: 16, item: "minecraft:chicken" } + { count: 16, item: "minecraft:feather" } + ] + title: "chicken" +} diff --git a/FTBLang/backup/ftbquests/quests/reward_tables/cow.snbt b/FTBLang/backup/ftbquests/quests/reward_tables/cow.snbt new file mode 100644 index 0000000..a0ef669 --- /dev/null +++ b/FTBLang/backup/ftbquests/quests/reward_tables/cow.snbt @@ -0,0 +1,12 @@ +{ + id: "77905ABE65023A7A" + loot_size: 1 + order_index: 9 + rewards: [ + { item: "cookingforblockheads:cow_jar" } + { count: 16, item: "minecraft:beef" } + { count: 16, item: "minecraft:leather" } + { count: 32, item: "croptopia:milk_bottle" } + ] + title: "cow" +} diff --git a/FTBLang/backup/ftbquests/quests/reward_tables/horns.snbt b/FTBLang/backup/ftbquests/quests/reward_tables/horns.snbt new file mode 100644 index 0000000..c5e21e1 --- /dev/null +++ b/FTBLang/backup/ftbquests/quests/reward_tables/horns.snbt @@ -0,0 +1,89 @@ +{ + id: "15ADB19114074FDA" + loot_crate: { + color: 16777215 + drops: { + boss: 0 + monster: 0 + passive: 0 + } + string_id: "horns" + } + loot_size: 1 + order_index: 7 + rewards: [ + { + item: { + Count: 1 + id: "minecraft:goat_horn" + tag: { + instrument: "minecraft:ponder_goat_horn" + } + } + } + { + item: { + Count: 1 + id: "minecraft:goat_horn" + tag: { + instrument: "minecraft:sing_goat_horn" + } + } + } + { + item: { + Count: 1 + id: "minecraft:goat_horn" + tag: { + instrument: "minecraft:seek_goat_horn" + } + } + } + { + item: { + Count: 1 + id: "minecraft:goat_horn" + tag: { + instrument: "minecraft:feel_goat_horn" + } + } + } + { + item: { + Count: 1 + id: "minecraft:goat_horn" + tag: { + instrument: "minecraft:admire_goat_horn" + } + } + } + { + item: { + Count: 1 + id: "minecraft:goat_horn" + tag: { + instrument: "minecraft:call_goat_horn" + } + } + } + { + item: { + Count: 1 + id: "minecraft:goat_horn" + tag: { + instrument: "minecraft:call_goat_horn" + } + } + } + { + item: { + Count: 1 + id: "minecraft:goat_horn" + tag: { + instrument: "minecraft:yearn_goat_horn" + } + } + } + ] + title: "horns" +} diff --git a/FTBLang/backup/ftbquests/quests/reward_tables/instrument.snbt b/FTBLang/backup/ftbquests/quests/reward_tables/instrument.snbt new file mode 100644 index 0000000..5899c2a --- /dev/null +++ b/FTBLang/backup/ftbquests/quests/reward_tables/instrument.snbt @@ -0,0 +1,25 @@ +{ + id: "00EF0031ECBF568E" + loot_size: 1 + order_index: 12 + rewards: [ + { item: "xercamusic:guitar" } + { item: "xercamusic:lyre" } + { item: "xercamusic:banjo" } + { item: "xercamusic:drum_kit" } + { item: "xercamusic:xylophone" } + { item: "xercamusic:tubular_bell" } + { item: "xercamusic:sansula" } + { item: "xercamusic:violin" } + { item: "xercamusic:cello" } + { item: "xercamusic:flute" } + { item: "xercamusic:saxophone" } + { item: "xercamusic:god" } + { item: "xercamusic:piano" } + { item: "xercamusic:oboe" } + { item: "xercamusic:redstone_guitar" } + { item: "xercamusic:french_horn" } + { item: "xercamusic:bass_guitar" } + ] + title: "instrument" +} diff --git a/FTBLang/backup/ftbquests/quests/reward_tables/mana_stuff.snbt b/FTBLang/backup/ftbquests/quests/reward_tables/mana_stuff.snbt new file mode 100644 index 0000000..c10f2e8 --- /dev/null +++ b/FTBLang/backup/ftbquests/quests/reward_tables/mana_stuff.snbt @@ -0,0 +1,11 @@ +{ + id: "13DAFE9EB17934B6" + loot_size: 1 + order_index: 1 + rewards: [ + { item: "botania:mana_diamond" } + { count: 2, item: "botania:mana_pearl" } + { count: 8, item: "botania:manasteel_ingot" } + ] + title: "mana stuff" +} diff --git a/FTBLang/backup/ftbquests/quests/reward_tables/rabbit.snbt b/FTBLang/backup/ftbquests/quests/reward_tables/rabbit.snbt new file mode 100644 index 0000000..37ee646 --- /dev/null +++ b/FTBLang/backup/ftbquests/quests/reward_tables/rabbit.snbt @@ -0,0 +1,11 @@ +{ + id: "6DA41FAD5DB11262" + loot_size: 1 + order_index: 10 + rewards: [ + { count: 32, item: "minecraft:rabbit_hide" } + { count: 4, item: "minecraft:rabbit_foot" } + { count: 16, item: "minecraft:rabbit" } + ] + title: "rabbit" +} diff --git a/FTBLang/backup/ftbquests/quests/reward_tables/skeleton.snbt b/FTBLang/backup/ftbquests/quests/reward_tables/skeleton.snbt new file mode 100644 index 0000000..f12cb2b --- /dev/null +++ b/FTBLang/backup/ftbquests/quests/reward_tables/skeleton.snbt @@ -0,0 +1,29 @@ +{ + id: "7AADD231440C3AF4" + loot_size: 1 + order_index: 4 + rewards: [ + { + item: { + Count: 1 + id: "minecraft:bow" + tag: { + Damage: 0 + Enchantments: [ + { + id: "minecraft:power" + lvl: 2s + } + { + id: "minecraft:unbreaking" + lvl: 2s + } + ] + } + } + } + { count: 64, item: "minecraft:arrow" } + { count: 16, item: "minecraft:bone" } + ] + title: "skeleton" +} diff --git a/FTBLang/backup/ftbquests/quests/reward_tables/snow_golem.snbt b/FTBLang/backup/ftbquests/quests/reward_tables/snow_golem.snbt new file mode 100644 index 0000000..425977f --- /dev/null +++ b/FTBLang/backup/ftbquests/quests/reward_tables/snow_golem.snbt @@ -0,0 +1,13 @@ +{ + id: "6F89C6EAEA4B08B0" + loot_size: 1 + order_index: 6 + rewards: [ + { count: 4, item: "botania:fel_pumpkin" } + { count: 32, item: "minecraft:snow_block" } + { count: 16, item: "minecraft:ice" } + { count: 12, item: "minecraft:packed_ice" } + { count: 8, item: "minecraft:blue_ice" } + ] + title: "snow golem" +} diff --git a/FTBLang/backup/ftbquests/quests/reward_tables/witch.snbt b/FTBLang/backup/ftbquests/quests/reward_tables/witch.snbt new file mode 100644 index 0000000..a8f069f --- /dev/null +++ b/FTBLang/backup/ftbquests/quests/reward_tables/witch.snbt @@ -0,0 +1,11 @@ +{ + id: "4BB7AF5A769AF7ED" + loot_size: 1 + order_index: 5 + rewards: [ + { count: 16, item: "minecraft:nether_wart" } + { count: 32, item: "minecraft:glowstone_dust" } + { count: 32, item: "minecraft:redstone" } + ] + title: "witch" +} diff --git a/FTBLang/backup/ftbquests/quests/reward_tables/zombie.snbt b/FTBLang/backup/ftbquests/quests/reward_tables/zombie.snbt new file mode 100644 index 0000000..8d0a9e6 --- /dev/null +++ b/FTBLang/backup/ftbquests/quests/reward_tables/zombie.snbt @@ -0,0 +1,13 @@ +{ + id: "62F69F14C6E9136A" + loot_size: 1 + order_index: 2 + rewards: [ + { count: 32, item: "minecraft:rotten_flesh" } + { count: 16, item: "minecraft:copper_ingot" } + { count: 8, item: "minecraft:iron_ingot" } + { count: 4, item: "minecraft:carrot" } + { count: 4, item: "minecraft:potato" } + ] + title: "zombie" +} diff --git a/FTBLang/backup/ftbquests/quests/reward_tables/zombie_2.snbt b/FTBLang/backup/ftbquests/quests/reward_tables/zombie_2.snbt new file mode 100644 index 0000000..adc5e3f --- /dev/null +++ b/FTBLang/backup/ftbquests/quests/reward_tables/zombie_2.snbt @@ -0,0 +1,10 @@ +{ + id: "6F5CB5F8085CED85" + loot_size: 1 + order_index: 3 + rewards: [ + { count: 8, item: "minecraft:spider_eye" } + { count: 32, item: "minecraft:string" } + ] + title: "spider" +} diff --git a/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/de_de.json b/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/de_de.json new file mode 100644 index 0000000..fc094d8 --- /dev/null +++ b/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/de_de.json @@ -0,0 +1,1235 @@ +{ + "ftbquests.chapter.digital_storage.quest1.description1": "The \u00266controller\u0026r is the brains of a network. Each controller block\u0027s face is capable of outputting \u0026632 channels;\u0026r almost every device on the ME network needs \u00266one channel to operate.\u0026r", + "ftbquests.chapter.digital_storage.quest10.description1": "The \u00266Wireless Access Point\u0026r allows you to use wireless terminals to access your ME System. You can boost its range by giving it \u00266wireless boosters,\u0026r but be warned: more boosters means the WAP will need \u00264much more energy\u0026r to stay running.", + "ftbquests.chapter.digital_storage.quest10.task_8779164168368451602.title": "Any Wireless Terminal", + "ftbquests.chapter.digital_storage.quest10.title": "Wireless Access", + "ftbquests.chapter.digital_storage.quest11.description1": "\u00266Pattern Providers,\u0026r when given a pattern, will push the items in the pattern to a nearby inventory. \u00266Molecular Assemblers,\u0026r when given items, will craft with those items and output them to nearby inventories. Put them next to each other, and you have a \u00266basic autocrafting setup! \u0026r", + "ftbquests.chapter.digital_storage.quest11.description2": "You\u0027ll need somewhere to store the items while they\u0027re being crafted; a crafting storage would be ideal.", + "ftbquests.chapter.digital_storage.quest11.description3": "\u00267Tip: for more info, check the guide!", + "ftbquests.chapter.digital_storage.quest11.title": "ME Autocrafting", + "ftbquests.chapter.digital_storage.quest12.description1": "With an ME System you\u0027ll need some way to actually store items - the \u00266ME Drive\u0026r can store up to 10 storage cells of any type and size.", + "ftbquests.chapter.digital_storage.quest12.description2": "\u00267Tip: you can store botanic mana, elemental source, gases, fluids, and even space itself in cells - not just regular items!", + "ftbquests.chapter.digital_storage.quest13.description1": "Terminals are how you actually interface with the storage cells in your ME System.", + "ftbquests.chapter.digital_storage.quest13.task_8779678006548052409.title": "Any Terminal", + "ftbquests.chapter.digital_storage.quest13.title": "Terminals", + "ftbquests.chapter.digital_storage.quest14.description1": "Storing some energy in your ME System would be a good idea... just in case.", + "ftbquests.chapter.digital_storage.quest16.description1": "\u00266P2P Tunnels\u0026r allow you to transfer multiple channels per channel! It\u0027s a little confusing at first, but once you get the hang of it you can really push your system to the limit.", + "ftbquests.chapter.digital_storage.quest16.description2": "You can also transfer power, chemicals, and even botanic mana and elemental source!", + "ftbquests.chapter.digital_storage.quest17.description1": "The \u00266Reaction Chamber\u0026r not only allows you to make circuits much faster, it can also charge large amounts of certus crystals at a time and even grow crystals from themselves!", + "ftbquests.chapter.digital_storage.quest17.description2": "Just make sure you have enough power to handle its recipes...", + "ftbquests.chapter.digital_storage.quest18.description1": "The \u00266Circuit Slicer\u0026r can cut blocks of materials into 9 circuits much faster than an inscriber can press them.", + "ftbquests.chapter.digital_storage.quest19.description1": "The \u00266Assembler Matrix\u0026r is a molecular assembler and pattern provider setup on steroids - at its maximum size, it can hold over 4,000 patterns and craft incredibly fast. The best part? It only needs \u00266one channel.\u0026r", + "ftbquests.chapter.digital_storage.quest2.description1": "A controller block itself can input energy, but you\u0027ll want to have as many controller faces open as you can to get as many channels as possible into your network. ", + "ftbquests.chapter.digital_storage.quest2.description2": "The \u00266Energy Acceptor\u0026r uses no channels and can be placed anywhere, as long as it\u0027s connected to the network somehow.", + "ftbquests.chapter.digital_storage.quest20.description1": "The \u00266Quantum Computer Core\u0026r is a self-contained crafting CPU with 256M crafting storage and 8 co-processing threads.", + "ftbquests.chapter.digital_storage.quest21.description1": "The \u00266Quantum Computer multiblock\u0026r is an extremely powerful multiblock that can handle an effectively \u00266infinite\u0026r number of crafting requests for your ME System.", + "ftbquests.chapter.digital_storage.quest21.description2": "Read the guide for more information.", + "ftbquests.chapter.digital_storage.quest22.description1": "Perfect for carrying items on the go, the \u00266backpack\u0026r has a few useful upgrades as well.", + "ftbquests.chapter.digital_storage.quest23.description1": "Better than regular chests, \u00266Sophisticated Storage\u0026r lets you put more things in a single block.", + "ftbquests.chapter.digital_storage.quest23.task_5897231893839036272.title": "Any Sophisticated Storage Block", + "ftbquests.chapter.digital_storage.quest23.title": "Sophisticated Storage", + "ftbquests.chapter.digital_storage.quest24.description1": "Capable of storing a very large amount of a single item type.", + "ftbquests.chapter.digital_storage.quest24.description2": "The framing table lets you customize the way they look.", + "ftbquests.chapter.digital_storage.quest24.task_5464079544652951362.title": "Any Storage Drawer", + "ftbquests.chapter.digital_storage.quest24.title": "Storage Drawers", + "ftbquests.chapter.digital_storage.quest25.description1": "Tier upgrades can be used to upgrade Sophisticated Storage blocks without breaking them.", + "ftbquests.chapter.digital_storage.quest25.task_611570763386642583.title": "Any Tier Upgrade", + "ftbquests.chapter.digital_storage.quest26.description1": "The \u00266Drawer Controller\u0026r allows you to interface with multiple drawers using only a single blockface.", + "ftbquests.chapter.digital_storage.quest27.description1": "There are a variety of keys - lock drawers to specific items, hide item labels to reduce lag, and more.", + "ftbquests.chapter.digital_storage.quest27.task_7070764459751906106.title": "Any Drawer Key", + "ftbquests.chapter.digital_storage.quest27.title": "Drawer Keys", + "ftbquests.chapter.digital_storage.quest28.description1": "Autofeeding, playing music, even portable crafting can all be attained with backpack upgrades.", + "ftbquests.chapter.digital_storage.quest29.description1": "Higher stack count, filtering, and more - check the uses for the upgrade base.", + "ftbquests.chapter.digital_storage.quest3.description1": "Smart cables are very useful - they visually display how many channels they\u0027re carrying at any given time.", + "ftbquests.chapter.digital_storage.quest3.task_6551415206641156021.title": "Any Smart Cable", + "ftbquests.chapter.digital_storage.quest3.title": "Smart Cables", + "ftbquests.chapter.digital_storage.quest30.description1": "Each workbench (aside from looking neat) can turn a specific set of blocks into its variants.", + "ftbquests.chapter.digital_storage.quest30.title": "Chipped Workbenches", + "ftbquests.chapter.digital_storage.quest31.description1": "Can turn almost any basic block into a wide array of variants.", + "ftbquests.chapter.digital_storage.quest32.description1": "Made from stonecutting andesite alloy, these blocks can take on the texture of any other block.", + "ftbquests.chapter.digital_storage.quest32.task_4661123369301757740.title": "Any Copycat Block", + "ftbquests.chapter.digital_storage.quest33.description1": "You can make music by crafing a \u00266Music Sheet\u0026r and placing notes on the sheet. ", + "ftbquests.chapter.digital_storage.quest33.description2": "Place the sheet in your offhand while holding an instrument to play the instrument.", + "ftbquests.chapter.digital_storage.quest33.description3": "\u00267Tip: you can do MUCH more with this mod - check out its CurseForge page for more info.", + "ftbquests.chapter.digital_storage.quest34.description1": "You can paint your own masterpieces while you wait for crops to grow - simply make a palette, fill it with colors, plop a canvas on an easel, and get to painting!", + "ftbquests.chapter.digital_storage.quest34.description2": "Signed paintings can be duplicated by crafting the original with a blank canvas of the same size.", + "ftbquests.chapter.digital_storage.quest34.description3": "\u00267Tip: to craft a palette, fill the bottom row of a crafting table with planks, then place dyes in the middle. You can add more dyes to a palette by crafting them together.", + "ftbquests.chapter.digital_storage.quest34.title": "The Joy of Painting", + "ftbquests.chapter.digital_storage.quest35.description1": "\u00266Building Gadgets\u0026r are a collection of useful tools that will let you build very quickly.", + "ftbquests.chapter.digital_storage.quest35.description2": "They do need to be charged; use an energy cube or similar.", + "ftbquests.chapter.digital_storage.quest36.description1": "The \u00266Rod of the Shifting Crust\u0026r allows you to exchange blocks in the world with blocks in your inventory for the cost of mana.", + "ftbquests.chapter.digital_storage.quest4.description1": "Dense cables can carry 32 channels instead of the regular 8 channels.", + "ftbquests.chapter.digital_storage.quest4.task_5854794686036721300.title": "Any Smart Dense Cable", + "ftbquests.chapter.digital_storage.quest4.title": "Dense Cables", + "ftbquests.chapter.digital_storage.quest5.description1": "The color applicator lets you paint cables - especially useful once your network starts to grow. ", + "ftbquests.chapter.digital_storage.quest5.description2": "Colored cables won\u0027t connect to other colored cables, but fluix cables can connect to all colors.", + "ftbquests.chapter.digital_storage.quest5.description3": "These can be filled with \u00266dyes or paintballs\u0026r using an \u00266ME Chest.\u0026r", + "ftbquests.chapter.digital_storage.quest5.task_4299327579125140032.title": "Color Applicator", + "ftbquests.chapter.digital_storage.quest6.description1": "The \u00266ME Interface\u0026r acts as a specialized input and output port for your network. ", + "ftbquests.chapter.digital_storage.quest6.description2": "It can keep a certain amount of items from your network in its inventory for pipes or other blocks to pull from, and also automatically puts any other items it receives into the network.", + "ftbquests.chapter.digital_storage.quest7.description1": "The \u00266Wireless Connector\u0026r is a short-range version of a \u00266Quantum Link Chamber \u0026r- use this when you want your network to jump a short distance, and not cross-dimensionally.", + "ftbquests.chapter.digital_storage.quest8.description1": "The \u00266Quantum Network Bridge\u0026r uses the power of quantum entanglement to bridge a network gap not only across large distances, but dimensions.", + "ftbquests.chapter.digital_storage.quest8.title": "Quantum Network Bridge", + "ftbquests.chapter.digital_storage.quest9.description1": "The\u00266 Extended Charger\u0026r and \u00266Inscriber\u0026r are upgraded versions of their base models, capable of processing 4 recipes in parallel.", + "ftbquests.chapter.digital_storage.quest9.title": "Extended Machines", + "ftbquests.chapter.digital_storage.title": "Storage and Decor", + "ftbquests.chapter.ffood_plants.quest1.description1": "Lining rivers and shores, sugar cane had once risen in green columns, swaying with each passing breeze.", + "ftbquests.chapter.ffood_plants.quest10.description1": "With deep golden petals and a bitter scent, wolfsbane once grew where night lingered longest. ", + "ftbquests.chapter.ffood_plants.quest100.description1": "Sweet, mellow fruits with a classic tropical aroma.", + "ftbquests.chapter.ffood_plants.quest101.description1": "Soft and nutty, cashews offer a creamy bite with a sweet-savory balance.", + "ftbquests.chapter.ffood_plants.quest102.description1": "Cherries burst with juicy intensity; sweet, sometimes sharp, and always bright.", + "ftbquests.chapter.ffood_plants.quest103.description1": "Cracking into a coconut reveals cool, sweet water and soft, fragrant meat.", + "ftbquests.chapter.ffood_plants.quest104.description1": "Dates are also known as nature\u0027s candy: chewy, caramel-rich, and deeply sweet.", + "ftbquests.chapter.ffood_plants.quest105.description1": "With neon skin and unique speckled flesh, dragon fruit tastes delicate, lightly sweet, and just a little floral.", + "ftbquests.chapter.ffood_plants.quest106.description1": "Figs are jammy and soft with a honey-like flavor.", + "ftbquests.chapter.ffood_plants.quest107.description1": "Grapefruit will wake up your palate - juicy, sour, bitter, and bold.", + "ftbquests.chapter.ffood_plants.quest108.description1": "Kumquats are often eaten whole, with a sharp citrus shock over sweet orange notes.", + "ftbquests.chapter.ffood_plants.quest109.description1": "Tart and vivid, lemons cut through richness with their clean citrus bite.", + "ftbquests.chapter.ffood_plants.quest11.description1": "Snowbells had once blossomed in the coldest reaches, their pale blue petals dusted with frost.", + "ftbquests.chapter.ffood_plants.quest110.description1": "Smaller and punchier than lemons, limes have a tight, zesty sting.", + "ftbquests.chapter.ffood_plants.quest111.description1": "Mangoes melt in your mouth with tropical sweetness.", + "ftbquests.chapter.ffood_plants.quest112.description1": "Like a peach in sleek skin, nectarines are sweet, tangy, and satisfyingly juicy.", + "ftbquests.chapter.ffood_plants.quest113.description1": "Ground nutmeg adds a warm, nutty-spicy aroma that’s cozy and festive to any dish.", + "ftbquests.chapter.ffood_plants.quest114.description1": "Oranges are all brightness and juice, sweet with a sunny citrus finish.", + "ftbquests.chapter.ffood_plants.quest115.description1": "Peaches are the most famous of stone fruit, for good reason.", + "ftbquests.chapter.ffood_plants.quest116.description1": "Pears are quietly sweet and crisp; eternally elegant.", + "ftbquests.chapter.ffood_plants.quest117.description1": "Pecans have a great crunch with deep nutty flavor.", + "ftbquests.chapter.ffood_plants.quest118.description1": "Persimmons are smooth and syrupy, with a mellow flavor that deepens as they ripen.", + "ftbquests.chapter.ffood_plants.quest119.description1": "Plums skirt the line between tart and sweet, finishing with a tangy punch.", + "ftbquests.chapter.ffood_plants.quest12.description1": "Prized by herbalists for its strange resilience, who claimed it drew strength from the moonlit depths.", + "ftbquests.chapter.ffood_plants.quest120.description1": "Star fruit is crisp and juicy, with a tropical edge.", + "ftbquests.chapter.ffood_plants.quest121.description1": "Walnuts are hearty and slightly bitter, great for a midday snack.", + "ftbquests.chapter.ffood_plants.quest122.description1": "The bark grinds down to a warm, spicy-sweet powder that instantly deepens any flavor.", + "ftbquests.chapter.ffood_plants.quest123.description1": "The \u00266Cooking Table\u0026r is the heart of a multiblock kitchen - allowing you to craft any number of foods with the items stored inside of it. It can also supply you with tools, water, snow/ice, and milk.", + "ftbquests.chapter.ffood_plants.quest123.description2": "Especially handy when you have a large amount of foods and a limited amount of brainpower.", + "ftbquests.chapter.ffood_plants.quest123.title": "Cooking for Blockheads", + "ftbquests.chapter.ffood_plants.quest124.description1": "The \u00266ME Kitchen Station\u0026r lets you connect your multiblock kitchen to your ME system!", + "ftbquests.chapter.ffood_plants.quest125.description1": "The \u00266fridge\u0026r stores items, just like a cabinet.", + "ftbquests.chapter.ffood_plants.quest126.description1": "A \u00266sink\u0026r provides unlimited water to recipes.", + "ftbquests.chapter.ffood_plants.quest126.description2": "\u00267Tip: ...and other things.", + "ftbquests.chapter.ffood_plants.quest127.description1": "The oven lets you cook multiple foods in a single block.", + "ftbquests.chapter.ffood_plants.quest128.description1": "A \u00266Cow in a Jar\u0026r slowly produces milk, which can be used in recipes.", + "ftbquests.chapter.ffood_plants.quest128.description2": "...but how does one get a cow into a jar?", + "ftbquests.chapter.ffood_plants.quest128.description3": "\u00267Tip: you\u0027ll need to turn off claim protection or make this outside a claim, OPAC doesn\u0027t really like animal cruelty!", + "ftbquests.chapter.ffood_plants.quest129.description1": "When added to a fridge, the \u00266ice unit\u0026r provides unlimited ice and snow to recipes.", + "ftbquests.chapter.ffood_plants.quest13.description1": "This earth-toned fungus once thrived in quiet, dark corners, feeding on decay.", + "ftbquests.chapter.ffood_plants.quest130.description1": "The \u00266heating unit,\u0026r applied to a stove, lets it run on energy instead of burnable fuel.", + "ftbquests.chapter.ffood_plants.quest131.description1": "The \u00266tool rack\u0026r provides tools to cooking recipes; pots, pans, and other sorts.", + "ftbquests.chapter.ffood_plants.quest132.description1": "The \u00266Kitchen Cabinet and Counter\u0026r store items for the Cooking Table to use.", + "ftbquests.chapter.ffood_plants.quest132.title": "Kitchen Storage", + "ftbquests.chapter.ffood_plants.quest133.description1": "The \u00266Horn of the Wild\u0026r lets you harvest a large area of crops without manually collecting them one by one.", + "ftbquests.chapter.ffood_plants.quest133.description2": "Useful!", + "ftbquests.chapter.ffood_plants.quest134.description1": "The \u00266Drum of the Wild\u0026r is a block-based version of the horn - set a mana spreader to shoot mana through it and it\u0027ll harvest crops nearby.", + "ftbquests.chapter.ffood_plants.quest134.description2": "Add a \u00266hopperhock\u0026r and you have fully automatic crop harvesting!", + "ftbquests.chapter.ffood_plants.quest135.description1": "The \u00266Harvester\u0026r is a little harder to make than the other automated harvesters, but it makes up for it in ease of use.", + "ftbquests.chapter.ffood_plants.quest135.description2": "Place it on the same level as crops and it will harvest them - a 3x3 area by default, but this can be upgraded with machine upgrades.", + "ftbquests.chapter.ffood_plants.quest136.description1": "The \u00266Mechanical Harvester\u0026r lets you harvest... mechanically! ", + "ftbquests.chapter.ffood_plants.quest136.description2": "Attach it to any variety of contraption and as it moves through a crop it will harvest it.", + "ftbquests.chapter.ffood_plants.quest137.description1": "That\u0027s dedication! A personal shoutout from myself, for the pure raw dedication that you\u0027ve shown.", + "ftbquests.chapter.ffood_plants.quest137.subtitle": "You earned it!", + "ftbquests.chapter.ffood_plants.quest137.task_5521912290757485582.title": "You know what? Sure.", + "ftbquests.chapter.ffood_plants.quest138.description1": "You\u0027ve gone even further than I went! An absolute mad. lad. Take your prize and go.", + "ftbquests.chapter.ffood_plants.quest138.subtitle": "Your dedication is admirable.", + "ftbquests.chapter.ffood_plants.quest138.title": "Good god...", + "ftbquests.chapter.ffood_plants.quest14.description1": "With its crimson cap and pale stem, the red mushroom once sprouted in damp caves and shadowed groves.", + "ftbquests.chapter.ffood_plants.quest15.description1": "Bamboo once climbed toward the sky in great bamboo forests, hollow stems whispering in the wind.", + "ftbquests.chapter.ffood_plants.quest16.description1": "Sailors swore it marked safe waters—while some claimed it hid the bones of the drowned.", + "ftbquests.chapter.ffood_plants.quest17.description1": "This gentle underwater plant once rippled with the ocean’s breath, carpeting the sea floor in quiet green.", + "ftbquests.chapter.ffood_plants.quest18.description1": "Their soft light once guided creatures of the reef and lit the way for wayward divers in the twilight deep.", + "ftbquests.chapter.ffood_plants.quest19.description1": "This strange, red fungus had grown only in the deep, burning halls of another world. It pulsed faintly with unnatural life.", + "ftbquests.chapter.ffood_plants.quest2.description1": "Bright orange roots that grew deep in the earth, carrots were a favorite among rabbits and a healthy snack, to boot!", + "ftbquests.chapter.ffood_plants.quest20.description1": "Once said to carry the scent of a world turned upside down—where even the air recoiled in confusion.", + "ftbquests.chapter.ffood_plants.quest21.description1": "This twisted red fungus once grew in the scorched ground of the Nether, pulsing faintly as if alive.", + "ftbquests.chapter.ffood_plants.quest22.description1": "Once used in deadly draughts and sleeping curses, favored by those who studied the poisoner\u0027s art.", + "ftbquests.chapter.ffood_plants.quest23.description1": "Flax\u0027s delicate fibers had once been woven into cloth and spell-thread, binding both garments and enchantments.", + "ftbquests.chapter.ffood_plants.quest24.description1": "Bold and crimson, the poppy is a symbol of remembrance and silent strength, often found where courage once stood.", + "ftbquests.chapter.ffood_plants.quest24.description2": "\u00267Tip: You can either craft poppy seeds or mutate them from Melon and Sugarcane.", + "ftbquests.chapter.ffood_plants.quest25.description1": "A tall and graceful flower with a soft purple hue, often associated with grace, quiet wisdom, and calm days.", + "ftbquests.chapter.ffood_plants.quest26.description1": "Delicate and pale, these tiny flowers cluster low to the ground, bringing a sense of peace to open fields.", + "ftbquests.chapter.ffood_plants.quest27.description1": "This rare azure blossom flourishes in damp, shadowed groves. Legends say it blooms where ancient tears once fell.", + "ftbquests.chapter.ffood_plants.quest28.description1": "Cornflowers once braved the wind in wide fields, their blue hues a favorite among storytellers and songwriters.", + "ftbquests.chapter.ffood_plants.quest29.description1": "A cheerful bloom of golden yellow, said to carry whispers of spring on the wind. It thrives wherever the sun touches the land.", + "ftbquests.chapter.ffood_plants.quest29.description2": "\u00267Tip: You can either craft dandelion seeds or mutate them from Wheat and Pumpkin.\u0026r", + "ftbquests.chapter.ffood_plants.quest3.description1": "Crimson bulbs that added color and flavor to any dish, beetroots were once quite common in village gardens.", + "ftbquests.chapter.ffood_plants.quest30.description1": "Hidden among thick leaves, these tiny white bells are said to chime in silence when the forest is listening.", + "ftbquests.chapter.ffood_plants.quest31.description1": "With a golden eye watching from its white face, this flower is a quiet companion of wanderers and daydreamers.", + "ftbquests.chapter.ffood_plants.quest32.description1": "Glowing softly with hues of flame, this ancient blossom is thought to be a gift from the deep earth, where fire once danced.", + "ftbquests.chapter.ffood_plants.quest33.description1": "Warming as a sunset, the orange tulip is said to bring cheer and good fortune to those who find it.", + "ftbquests.chapter.ffood_plants.quest34.description1": "Bright and bold, the red tulip is a symbol of love and passion, often given in times of heartfelt confession.", + "ftbquests.chapter.ffood_plants.quest35.description1": "Soft as moonlight, white tulips once whispered of peace and innocence in gardens now long lain fallow.", + "ftbquests.chapter.ffood_plants.quest36.description1": "Soft and gentle, the pink tulip speaks of friendship and gentle affection, often found where laughter lingers.", + "ftbquests.chapter.ffood_plants.quest37.description1": "Dark as a starless night and thorned with sorrow, this eerie bloom grows only in the wake of ruin and shadow.", + "ftbquests.chapter.ffood_plants.quest38.description1": "You can make podzol for planting flower seeds on by growing a 2x2 of spruce saplings - the large tree, once grown, will convert dirt (and dried earth!) under it into podzol.", + "ftbquests.chapter.ffood_plants.quest38.description2": "\u00267Tip: once the strength trait of a flower is high enough, you won\u0027t need to plant them on podzol!", + "ftbquests.chapter.ffood_plants.quest38.task_7604363448496665210.title": "Look at Podzol", + "ftbquests.chapter.ffood_plants.quest38.title": "Podzol", + "ftbquests.chapter.ffood_plants.quest39.description1": "Onion\u0027s delicious smell once filled the air as it gave flavor to meals.", + "ftbquests.chapter.ffood_plants.quest4.description1": "Earthy and humble, potatoes were versatile tubers that thrived in the cool soil of many places.", + "ftbquests.chapter.ffood_plants.quest40.description1": "Sweet potatoes grew slow and sweet underground, long ago.", + "ftbquests.chapter.ffood_plants.quest40.description2": "(new page placeholder text)", + "ftbquests.chapter.ffood_plants.quest41.description1": "A humble grain that swayed in golden fields before being ground and baked into something warm and sustaining.", + "ftbquests.chapter.ffood_plants.quest42.description1": "Basil once filled the air with a fragrance that breezes would quietly carry away.", + "ftbquests.chapter.ffood_plants.quest43.description1": "A small, zesty vegetable that added a sharp bite to meals.", + "ftbquests.chapter.ffood_plants.quest44.description1": "A dark, sturdy bean that once softened in pots where stories and spices mingled.", + "ftbquests.chapter.ffood_plants.quest45.description1": "A slender, snappy vegetable that brightened plates in days long past.", + "ftbquests.chapter.ffood_plants.quest46.description1": "A nutrient-rich tuber, often tied to seasonal harvests and both everyday and festive cooking.", + "ftbquests.chapter.ffood_plants.quest47.description1": "Widely adopted, they were once integral to many cuisines, especially where freshness and preservation intersected.", + "ftbquests.chapter.ffood_plants.quest48.description1": "Spiny and hardy, the cactus once dotted vast oceans of sand.", + "ftbquests.chapter.ffood_plants.quest49.description1": "Saguaro once stood tall in the desert heat, holding their shape against time and silence.", + "ftbquests.chapter.ffood_plants.quest5.description1": "Orange orbs that sprouted in the autumn, pumpkins were both a festive decoration and a hearty food source.", + "ftbquests.chapter.ffood_plants.quest50.description1": "Valued for its hardiness and storage life, it figured prominently in preserved and cold-weather foods.", + "ftbquests.chapter.ffood_plants.quest51.description1": "Fast-growing and versatile, they were commonly used to add mild sharpness to everyday dishes.", + "ftbquests.chapter.ffood_plants.quest52.description1": "Coffee was brewed each morning, dark and warm, its bitterness softened by time and habit.", + "ftbquests.chapter.ffood_plants.quest53.description1": "A worldwide staple, central to daily diets and shaped by centuries of cultivation and ritual.", + "ftbquests.chapter.ffood_plants.quest54.description1": "A cool-weather root typically grown for its reliability and used in simple, hearty meals.", + "ftbquests.chapter.ffood_plants.quest55.description1": "A hardy root, valued for nutrition and storage through cold months.", + "ftbquests.chapter.ffood_plants.quest56.description1": "Once used to add a small amount of spice to everyday food.", + "ftbquests.chapter.ffood_plants.quest57.description1": "Once cultivated widely for its simple, nourishing qualities.", + "ftbquests.chapter.ffood_plants.quest58.description1": "A vital staple, central to diets and agricultural abundance.", + "ftbquests.chapter.ffood_plants.quest59.description1": "Seeds that added warmth and spice, enhancing a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest6.description1": "Large, round fruits with a green rind and sweet, juicy flesh; melons grew best in warm, sunny fields.", + "ftbquests.chapter.ffood_plants.quest60.description1": "Mild and colorful, they brought sweetness and variety to meals.", + "ftbquests.chapter.ffood_plants.quest61.description1": "Known for its cool, crisp texture, often enjoyed fresh or pickled.", + "ftbquests.chapter.ffood_plants.quest62.description1": "A sweet fruit that brightened the warmer months with its flavor.", + "ftbquests.chapter.ffood_plants.quest63.description1": "Harvested for its tender shoots, enjoyed seasonally.", + "ftbquests.chapter.ffood_plants.quest64.description1": "Offered a subtle crunch and flavor, a common addition in many recipes.", + "ftbquests.chapter.ffood_plants.quest65.description1": "Once a comforting grain, quietly nourishing both people and animals alike.", + "ftbquests.chapter.ffood_plants.quest66.description1": "Peanuts were once valued for their simple richness and high protein content.", + "ftbquests.chapter.ffood_plants.quest67.description1": "Tart and vibrant, they were key in sauces and salsas that brought bold flavor.", + "ftbquests.chapter.ffood_plants.quest68.description1": "A versatile summer squash, cooked or baked into a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest69.description1": "A small, sweet berry, enjoyed fresh or preserved to brighten meals.", + "ftbquests.chapter.ffood_plants.quest7.description1": "Prickly bushes bore these bright berries, beloved for their sweet bite and quick comfort.", + "ftbquests.chapter.ffood_plants.quest70.description1": "Known for their sweetness and antioxidants, often eaten fresh or in preserves.", + "ftbquests.chapter.ffood_plants.quest71.description1": "Rich and tangy, they provided a burst of flavor and nutrition when they were in season.", + "ftbquests.chapter.ffood_plants.quest72.description1": "A mild onion relative, used to add depth and subtle flavor to soups and stews.", + "ftbquests.chapter.ffood_plants.quest73.description1": "Crisp and cool, a common leafy green that added freshness to countless dishes.", + "ftbquests.chapter.ffood_plants.quest74.description1": "Valued for its spicy warmth and medicinal qualities, a staple in many remedies and recipes now lost.", + "ftbquests.chapter.ffood_plants.quest75.description1": "A fragrant melon, its juicy flesh a refreshing treat on hot days.", + "ftbquests.chapter.ffood_plants.quest76.description1": "A sweet, cooling melon that offered relief during warm seasons.", + "ftbquests.chapter.ffood_plants.quest77.description1": "A tangy fruit, rich in vitamin C and refreshing in warmer months.", + "ftbquests.chapter.ffood_plants.quest78.description1": "A versatile vegetable, often roasted or stewed to add richness to meals.", + "ftbquests.chapter.ffood_plants.quest79.description1": "A mild vegetable used in a variety of dishes, from soups to roasts.", + "ftbquests.chapter.ffood_plants.quest8.description1": "Wheat once rippled like golden seas, feeding countless lives. Fields of it marked the heart of many homesteads.", + "ftbquests.chapter.ffood_plants.quest80.description1": "Small and tart, used fresh or dried to add brightness to dishes and preserves.", + "ftbquests.chapter.ffood_plants.quest81.description1": "Valued for their oil and flavor, they were a key ingredient in cooking and preservation.", + "ftbquests.chapter.ffood_plants.quest82.description1": "Known for its nutritional content, often steamed or roasted.", + "ftbquests.chapter.ffood_plants.quest83.description1": "Prized for its tender hearts, a special ingredient in many traditional meals.", + "ftbquests.chapter.ffood_plants.quest84.description1": "Tart and fibrous, often cooked down into jams and desserts.", + "ftbquests.chapter.ffood_plants.quest85.description1": "A pungent staple, prized for both taste and medicinal value in many kitchens.", + "ftbquests.chapter.ffood_plants.quest86.description1": "Known for its vibrant color and healing properties, it flavored food and soothed ailments alike.", + "ftbquests.chapter.ffood_plants.quest87.description1": "Sweet and versatile - enjoyed fresh or transformed into wines and preserves.", + "ftbquests.chapter.ffood_plants.quest88.description1": "A leafy green, rich in nutrients and commonly eaten fresh.", + "ftbquests.chapter.ffood_plants.quest89.description1": "A hearty vegetable, often stored through colder months and used in countless recipes.", + "ftbquests.chapter.ffood_plants.quest9.description1": "This gnarled, shrieking root was feared as much as it was valued.", + "ftbquests.chapter.ffood_plants.quest9.description2": "\u00267Tip: you might want to only harvest these at night!", + "ftbquests.chapter.ffood_plants.quest90.description1": "A resilient leafy green valued for its nutrition and versatility in cooking.", + "ftbquests.chapter.ffood_plants.quest91.description1": "Small, dark berries used for their medicinal properties and tart flavor.", + "ftbquests.chapter.ffood_plants.quest92.description1": "Known for their bitter aroma, they were essential in brewing of all kinds.", + "ftbquests.chapter.ffood_plants.quest93.description1": "Tart and bright, commonly used fresh or preserved to complement meals.", + "ftbquests.chapter.ffood_plants.quest94.description1": "A fragrant bean that lent warmth and sweetness to many desserts and drinks.", + "ftbquests.chapter.ffood_plants.quest95.description1": "A sweet and tangy fruit that brought plenty of flavor to many dishes.", + "ftbquests.chapter.ffood_plants.quest96.description1": "Crunchy, subtly sweet nuts with a toasty, earthy finish.", + "ftbquests.chapter.ffood_plants.quest97.description1": "Crisp, juicy fruits that balance light sweetness with a refreshing tang.", + "ftbquests.chapter.ffood_plants.quest98.description1": "Soft, slightly fuzzy fruits with a delightfully sweet-tart burst.", + "ftbquests.chapter.ffood_plants.quest99.description1": "Creamy and buttery with a mild, slightly grassy flavor.", + "ftbquests.chapter.ffood_plants.title": "Plants Galore", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description1": "You wake up in a vast, dead and dried out wasteland. You don\u0027t remember how you got here, but you do remember what the world \u0026oshould\u0026r look like - and this isn\u0027t it.", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description2": "Welcome to \u00266Reclamation!\u0026r This is a slower-paced pack focused around bringing life and nature back to a dead world. Press \u00266F3+H\u0026r to disable advanced tooltips, if they\u0027re on!", + "ftbquests.chapter.how_the_world_came_to_be.quest1.task_6356663929448377632.title": "What happened here?", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description1": "\u00266Alchemical Sulfur\u0026r is one of the three building blocks of alchemy - it provides the Soul of an item, and represents what specific item it is.", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description2": "To obtain it, you\u0027ll have to make a \u00266Liquefaction Cauldron\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the item you want to extract sulfur from into the Cauldron, fill it with \u00266Sal Ammoniac,\u0026r give the Brazier some fuel, and it\u0027ll slowly convert materials into their respective \u00266Alchemical Sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description3": "The dried earth you find yourself surrounded by used to be dirt, and it remembers that - \u00266use the Cauldron to turn dried earth into dirt sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.title": "Alchemical Sulfur", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description1": "Now that you have all three alchemical components of an item - \u00266Mercury, Salt, and Sulfur\u0026r - you can make an \u00266Incubator\u0026r to combine them all back into an item; in this case, back into \u00266dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description2": "Place the Incubator above a Brazier and attach all three vessels to the sides of it. Fill each vessel with the appropriate item, give the Brazier some fuel, and in a bit you\u0027ll have fresh dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest11.title": "Incubator", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description1": "You\u0027ve done it! You\u0027ve made dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description2": "...now you just need something to grow on it.", + "ftbquests.chapter.how_the_world_came_to_be.quest12.subtitle": "Slightly browner", + "ftbquests.chapter.how_the_world_came_to_be.quest13.description1": "Despite the seeming apocalypse, there are still fish to find (and eat) for those with the skill and desire.", + "ftbquests.chapter.how_the_world_came_to_be.quest13.title": "Fishy Friends", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description1": "Spider string can be crafted into wool, which can be crafted into beds! ", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description2": "You can also craft a sleeping bag, for staying cozy on the go... but where would you be going?", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_1655930139945784994.title": "Any Bed", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_2233575124644508705.title": "Any Sleeping Bag", + "ftbquests.chapter.how_the_world_came_to_be.quest14.title": "Small Comforts", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description1": "Worldgen has been completely overhauled - \u00264no ore generates,\u0026r and the only biomes that exist are dead, wasteland biomes with no real vegetation. Additionally, the only trees that spawn are dead trees, with very little useability.", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description2": "Stone variants still generate, and you can find \u00266sand and clay underwater.\u0026r It will also still rain!", + "ftbquests.chapter.how_the_world_came_to_be.quest15.task_9000568835822462366.title": "Changed worldgen?", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description1": "The naturally spawning mobs have changed in this new landscape! Specifically, \u0026czombie villagers and witches won\u0027t spawn,\u0026r and \u00266spiders have mutated\u0026r into their venomous cave versions. ", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description2": "This means that there\u0027s \u0026cno way to get any kind of resources from witches or zombie villagers\u0026r (even if you could cure them!); the only things that you can really hope to get are iron or copper ingots from \u00266rare drops\u0026r - but there are other ways to generate resources...", + "ftbquests.chapter.how_the_world_came_to_be.quest16.task_8241748987012779739.title": "Rare Drops?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description1": "There are quite a few books in the pack! Thankfully, the \u00266Akashic Tome\u0026r is here to help. Crafting any book with this will combine it, letting you keep every guidebook in a single item. Simply craft it with another guidebook!", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description2": "To untransform the tome, punch the air with it.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description3": "To remove a stored book, transform the tome into the book, then sneak and press your \u0027drop\u0027 key.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.task_3483844932023115481.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description1": "A lot of the pack consists of passive processes you\u0027ll probably want to keep running while you do other things. You can claim chunks to \u00266force-load \u0026rthem using your map; ensuring they\u0027ll stay loaded even while you\u0027re not nearby. ", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description2": "Just open your map (default M) and \u00266right-click drag\u0026r over the area you\u0027d like to claim. Right-click drag again to force claim!", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description3": "If you\u0027re playing with friends, \u00266make sure you\u0027re on the same team\u0026r so that you can all access things inside your claim and share quest progress.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description4": "For more information on the claims system, check out the \u00266Open Parties and Claims\u0026r wiki or keybinds.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description5": "\u00267Tip: you might want to turn claimed chunk protection off! It tends to break fake players.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.task_3331239976186418612.title": "Playing with Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.title": "Chunkloading and Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description1": "You can make a quick and dirty door using the scrap wood and some copper you\u0027ve found - but it seems pretty shoddy, \u00264breaking every so often\u0026r and needing to be re-placed.", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description2": "At least it keeps the spookies out...", + "ftbquests.chapter.how_the_world_came_to_be.quest2.description1": "Wood is plentiful, if not exactly the quality you remember.", + "ftbquests.chapter.how_the_world_came_to_be.quest2.title": "Dead Trees", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description1": "Despite the harsh conditions, bees still persist, dotted amongst the dry hills. ", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description2": "Cultivating them could be a great way to \u00266generate resources\u0026r such as more dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description3": "\u00267Tip: this unlocks a new questline on the left!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.title": "Bees?!", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description1": "There are ruins around with \u00266small bits of copper,\u0026r completely oxidized from whatever happened. ", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description2": "You might be able to craft something to help you out with that copper, but first you\u0027ll have to \u00266get it into a useable state...\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest3.task_7525660450708144821.title": "Oxidized Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description1": "Many many recipes have been changed in this pack. Make sure you check your recipe browser for crafting recipes! By default, the keybinds when hovering over an item are \u00266R to look up recipes\u0026r for the item, and \u00266U to look up uses\u0026r for the item.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description2": "These binds can be changed by clicking the EMI button in the bottom left of your inventory screen.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.task_8528084351057584694.title": "What\u0027s changed?", + "ftbquests.chapter.how_the_world_came_to_be.quest4.title": "How do I craft things?", + "ftbquests.chapter.how_the_world_came_to_be.quest5.description1": "\u0026l\u0026o\u0026cNO ORE GENERATES IN THE WORLD. RECIPES HAVE CHANGED.\u0026r Those who came before you have completely mined out the entire planet - after centuries of strip mining, quarrying, and general exploitation, there is not so much as a measly scrap of coal in the world, so there\u0027s no point trying to find any type of ore by mining.", + "ftbquests.chapter.how_the_world_came_to_be.quest5.task_734684119620528193.title": "Deprived...", + "ftbquests.chapter.how_the_world_came_to_be.quest5.title": "Where\u0027s the ore!?", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description1": "After you \u00266scrape off the rust with an axe,\u0026r you think you can use a \u00266cutting board\u0026r to get useable copper out of the oxidized copper you find in ruins.", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description2": "This useable copper will be crucial for \u00266Spagyrics\u0026r, the process of decomposing and recombining matter - which should let you \u00266rejuvenate the Dried Earth\u0026r into \u00266Dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description3": "\u00267Tip: you can also use the cutting board to get more charcoal and scrap wood out of dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest6.title": "Useable Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description1": "In the contaminated water you have found trace amounts of \u00266Sal Ammoniac,\u0026r a crucial ingredient in the practice of \u00266Theurgy.\u0026r By setting up a simple accumulator and tank, you think you\u0027ll be able to distill it. ", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description2": "Place the accumulator on top of the tank, fill it with water, and it will slowly produce \u00266Sal Ammoniac\u0026r for you.", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description3": "\u00267Tip: you can make buckets out of copper!\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description1": "\u00266Alchemical Mercury\u0026r is one of the three building blocks of alchemy - it provides the Energy of an item, and is largely interchangeable between things.", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description2": "To distill it, you\u0027ll have to make a \u00266Mercury Distiller\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to distill into the Distiller, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Mercury.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description3": "Rarer materials give more mercury, but to start you\u0027ll probably want to distill \u00266cobblestone, dried earth, or cooked fish.\u0026r ", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description4": "\u00267Tip: slicing fish makes it a more efficient way of getting mercury!", + "ftbquests.chapter.how_the_world_came_to_be.quest8.title": "Alchemical Mercury", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description1": "\u00266Alchemical Salt\u0026r is one of the three building blocks of alchemy - it provides the Body of an item, and represents the \u0027type\u0027 of an item.", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description2": "To obtain it, you\u0027ll have to make a \u00266Calcination Oven\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to extract into the Oven, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description3": "There are many different kinds of salt, but to start, you should \u00266focus on getting Strata salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.title": "Alchemical Salt", + "ftbquests.chapter.how_the_world_came_to_be.subtitle0": "A vast wasteland", + "ftbquests.chapter.how_the_world_came_to_be.title": "Prologue", + "ftbquests.chapter.mob_safari.quest1.task_644874208300996266.title": "Creeper Photo", + "ftbquests.chapter.mob_safari.quest1.title": "Creeper", + "ftbquests.chapter.mob_safari.quest10.task_7387499092437519744.title": "Silverfish Photo", + "ftbquests.chapter.mob_safari.quest10.title": "Silverfish", + "ftbquests.chapter.mob_safari.quest11.task_560111651210659078.title": "Evoker Photo", + "ftbquests.chapter.mob_safari.quest11.title": "Evoker", + "ftbquests.chapter.mob_safari.quest12.task_6050813032829826018.title": "Ghast Photo", + "ftbquests.chapter.mob_safari.quest12.title": "Ghast", + "ftbquests.chapter.mob_safari.quest13.task_8655936747757493244.title": "Guardian Photo", + "ftbquests.chapter.mob_safari.quest13.title": "Guardian", + "ftbquests.chapter.mob_safari.quest14.task_9108849848609122501.title": "Hoglin Photo", + "ftbquests.chapter.mob_safari.quest14.title": "Hoglin", + "ftbquests.chapter.mob_safari.quest15.task_7435272240185968407.title": "Phantom Photo", + "ftbquests.chapter.mob_safari.quest15.title": "Phantom", + "ftbquests.chapter.mob_safari.quest16.task_2497415746301840277.title": "Piglin Brute Photo", + "ftbquests.chapter.mob_safari.quest16.title": "Piglin Brute", + "ftbquests.chapter.mob_safari.quest17.description1": "\u00267Tip: there is a ritual that can grant you the bad omen effect!", + "ftbquests.chapter.mob_safari.quest17.task_876018828234332303.title": "Pillager Photo", + "ftbquests.chapter.mob_safari.quest17.title": "Pillager", + "ftbquests.chapter.mob_safari.quest18.task_9217927796095116198.title": "Ravager Photo", + "ftbquests.chapter.mob_safari.quest18.title": "Ravager", + "ftbquests.chapter.mob_safari.quest19.task_6294764614244969421.title": "Shulker Photo", + "ftbquests.chapter.mob_safari.quest19.title": "Shulker", + "ftbquests.chapter.mob_safari.quest2.description1": "In this new post-apocalyptic world, you\u0027ve realized that it might be a good idea to document what lifeforms exist - just in case it happens again. ", + "ftbquests.chapter.mob_safari.quest2.description2": "To do so, you\u0027re going to need \u00266a camera, \u0026rsome \u00266film\u0026r to print onto, and some way to turn that \u00266film into photos.\u0026r", + "ftbquests.chapter.mob_safari.quest2.subtitle": "Snap decisions", + "ftbquests.chapter.mob_safari.quest2.title": "Camera", + "ftbquests.chapter.mob_safari.quest20.task_5958619487539868658.title": "Skeleton Photo", + "ftbquests.chapter.mob_safari.quest20.title": "Skeleton", + "ftbquests.chapter.mob_safari.quest21.task_2908237894518590949.title": "Slime Photo", + "ftbquests.chapter.mob_safari.quest21.title": "Slime", + "ftbquests.chapter.mob_safari.quest22.task_1986307033554203052.title": "Stray Photo", + "ftbquests.chapter.mob_safari.quest22.title": "Stray", + "ftbquests.chapter.mob_safari.quest23.task_8127229503220688871.title": "Vex Photo", + "ftbquests.chapter.mob_safari.quest23.title": "Vex", + "ftbquests.chapter.mob_safari.quest24.task_2719667561416590077.title": "Vindicator Photo", + "ftbquests.chapter.mob_safari.quest24.title": "Vindicator", + "ftbquests.chapter.mob_safari.quest25.description1": "\u00267Tip: the sculk catalyst is craftable, and you can use a sculk awakener on a sculk shrieker to convert it into one that can spawn Wardens.", + "ftbquests.chapter.mob_safari.quest25.task_3299757844051508646.title": "Warden Photo", + "ftbquests.chapter.mob_safari.quest25.title": "Warden", + "ftbquests.chapter.mob_safari.quest26.task_1834001635925258364.title": "Witch Photo", + "ftbquests.chapter.mob_safari.quest26.title": "Witch", + "ftbquests.chapter.mob_safari.quest27.description1": "\u00267Tip: if you want to summon a living wither skeleton, you\u0027ll need to use the Soulium Spawner.", + "ftbquests.chapter.mob_safari.quest27.task_431510156767848390.title": "Wither Skeleton Photo", + "ftbquests.chapter.mob_safari.quest27.title": "Wither Skeleton", + "ftbquests.chapter.mob_safari.quest28.task_3976176875920550036.title": "Zoglin Photo", + "ftbquests.chapter.mob_safari.quest28.title": "Zoglin", + "ftbquests.chapter.mob_safari.quest29.task_2001349734991872109.title": "Blaze Photo", + "ftbquests.chapter.mob_safari.quest29.title": "Blaze", + "ftbquests.chapter.mob_safari.quest3.task_6868688706200460210.title": "Zombie Photo", + "ftbquests.chapter.mob_safari.quest3.title": "Zombie", + "ftbquests.chapter.mob_safari.quest30.task_4394254762005595057.title": "Wither Photo", + "ftbquests.chapter.mob_safari.quest30.title": "Wither", + "ftbquests.chapter.mob_safari.quest31.task_6606548217913389459.title": "Ender Dragon Photo", + "ftbquests.chapter.mob_safari.quest31.title": "Ender Dragon", + "ftbquests.chapter.mob_safari.quest32.task_8348843003612976311.title": "Piglin Photo", + "ftbquests.chapter.mob_safari.quest32.title": "Piglin", + "ftbquests.chapter.mob_safari.quest33.task_9152125344552747368.title": "Allay Photo", + "ftbquests.chapter.mob_safari.quest33.title": "Allay", + "ftbquests.chapter.mob_safari.quest34.task_935450104482788869.title": "Axolotl Photo", + "ftbquests.chapter.mob_safari.quest34.title": "Axolotl", + "ftbquests.chapter.mob_safari.quest35.task_3732209353791428122.title": "Bat Photo", + "ftbquests.chapter.mob_safari.quest35.title": "Bat", + "ftbquests.chapter.mob_safari.quest36.task_4451728281716577204.title": "Camel Photo", + "ftbquests.chapter.mob_safari.quest36.title": "Camel", + "ftbquests.chapter.mob_safari.quest37.task_3478349021656071469.title": "Cat Photo", + "ftbquests.chapter.mob_safari.quest37.title": "Cat", + "ftbquests.chapter.mob_safari.quest38.task_421501030317629993.title": "Chicken Photo", + "ftbquests.chapter.mob_safari.quest38.title": "Chicken", + "ftbquests.chapter.mob_safari.quest39.task_3283513909476271368.title": "Cod Photo", + "ftbquests.chapter.mob_safari.quest39.title": "Cod", + "ftbquests.chapter.mob_safari.quest4.task_5493751185522811223.title": "Husk Photo", + "ftbquests.chapter.mob_safari.quest4.title": "Husk", + "ftbquests.chapter.mob_safari.quest40.task_3552336333939252573.title": "Cow Photo", + "ftbquests.chapter.mob_safari.quest40.title": "Cow", + "ftbquests.chapter.mob_safari.quest41.task_8921315837912733830.title": "Donkey Photo", + "ftbquests.chapter.mob_safari.quest41.title": "Donkey", + "ftbquests.chapter.mob_safari.quest42.task_8892925176174289117.title": "Frog Photo", + "ftbquests.chapter.mob_safari.quest42.title": "Frog", + "ftbquests.chapter.mob_safari.quest43.task_7912667151609898398.title": "Glow Squid Photo", + "ftbquests.chapter.mob_safari.quest43.title": "Glow Squid", + "ftbquests.chapter.mob_safari.quest44.task_4389105525914117514.title": "Horse Photo", + "ftbquests.chapter.mob_safari.quest44.title": "Horse", + "ftbquests.chapter.mob_safari.quest45.task_4359593363899885941.title": "Mooshroom Photo", + "ftbquests.chapter.mob_safari.quest45.title": "Mooshroom", + "ftbquests.chapter.mob_safari.quest46.task_924922940433498504.title": "Mule Photo", + "ftbquests.chapter.mob_safari.quest46.title": "Mule", + "ftbquests.chapter.mob_safari.quest47.task_4787445126890462554.title": "Ocelot Photo", + "ftbquests.chapter.mob_safari.quest47.title": "Ocelot", + "ftbquests.chapter.mob_safari.quest48.task_595439666779967783.title": "Parrot Photo", + "ftbquests.chapter.mob_safari.quest48.title": "Parrot", + "ftbquests.chapter.mob_safari.quest49.task_6791445533424275382.title": "Pig Photo", + "ftbquests.chapter.mob_safari.quest49.title": "Pig", + "ftbquests.chapter.mob_safari.quest5.task_2405723904258009579.title": "Drowned Photo", + "ftbquests.chapter.mob_safari.quest5.title": "Drowned", + "ftbquests.chapter.mob_safari.quest50.task_5186559523328413187.title": "Pufferfish Photo", + "ftbquests.chapter.mob_safari.quest50.title": "Pufferfish", + "ftbquests.chapter.mob_safari.quest51.task_1802630615776817042.title": "Rabbit Photo", + "ftbquests.chapter.mob_safari.quest51.title": "Rabbit", + "ftbquests.chapter.mob_safari.quest52.task_9075318374820615216.title": "Salmon Photo", + "ftbquests.chapter.mob_safari.quest52.title": "Salmon", + "ftbquests.chapter.mob_safari.quest53.task_1279126845524092057.title": "Sheep Photo", + "ftbquests.chapter.mob_safari.quest53.title": "Sheep", + "ftbquests.chapter.mob_safari.quest54.description1": "\u00267Tip: the sniffer egg is craftable!", + "ftbquests.chapter.mob_safari.quest54.task_4496075018482353874.title": "Sniffer Photo", + "ftbquests.chapter.mob_safari.quest54.title": "Sniffer", + "ftbquests.chapter.mob_safari.quest55.task_7621061223329854925.title": "Snow Golem Photo", + "ftbquests.chapter.mob_safari.quest55.title": "Snow Golem", + "ftbquests.chapter.mob_safari.quest56.task_3811954916556661348.title": "Squid Photo", + "ftbquests.chapter.mob_safari.quest56.title": "Squid", + "ftbquests.chapter.mob_safari.quest57.task_8980744210598611125.title": "Strider Photo", + "ftbquests.chapter.mob_safari.quest57.title": "Strider", + "ftbquests.chapter.mob_safari.quest58.task_3384099064913889422.title": "Tropical Fish Photo", + "ftbquests.chapter.mob_safari.quest58.title": "Tropical Fish", + "ftbquests.chapter.mob_safari.quest59.task_8173784837555787990.title": "Turtle Photo", + "ftbquests.chapter.mob_safari.quest59.title": "Turtle", + "ftbquests.chapter.mob_safari.quest6.task_874911539473621191.title": "Spider Photo", + "ftbquests.chapter.mob_safari.quest6.title": "Spider", + "ftbquests.chapter.mob_safari.quest60.task_3689972004573703426.title": "Villager Photo", + "ftbquests.chapter.mob_safari.quest60.title": "Villager", + "ftbquests.chapter.mob_safari.quest61.description1": "\u00267Tip: an oak or birch tree grown near flowers has a small chance to spawn a beehive!", + "ftbquests.chapter.mob_safari.quest61.task_5922903859006989903.title": "Bee Photo", + "ftbquests.chapter.mob_safari.quest61.title": "Bee", + "ftbquests.chapter.mob_safari.quest62.task_6003122656664405150.title": "Dolphin Photo", + "ftbquests.chapter.mob_safari.quest62.title": "Dolphin", + "ftbquests.chapter.mob_safari.quest63.task_8533728607102685433.title": "Fox Photo", + "ftbquests.chapter.mob_safari.quest63.title": "Fox", + "ftbquests.chapter.mob_safari.quest64.task_2426644530607004924.title": "Goat Photo", + "ftbquests.chapter.mob_safari.quest64.title": "Goat", + "ftbquests.chapter.mob_safari.quest65.task_7632281372321087328.title": "Iron Golem Photo", + "ftbquests.chapter.mob_safari.quest65.title": "Iron Golem", + "ftbquests.chapter.mob_safari.quest66.reward_5070411217558644494.title": "Wash the spit off your face!", + "ftbquests.chapter.mob_safari.quest66.task_6151594406741525419.title": "Llama Photo", + "ftbquests.chapter.mob_safari.quest66.title": "Llama", + "ftbquests.chapter.mob_safari.quest67.task_8391996334368644499.title": "Panda Photo", + "ftbquests.chapter.mob_safari.quest67.title": "Panda", + "ftbquests.chapter.mob_safari.quest68.task_6356092814838542587.title": "Polar Bear Photo", + "ftbquests.chapter.mob_safari.quest68.title": "Polar Bear", + "ftbquests.chapter.mob_safari.quest69.task_5155069369552929707.title": "Wolf Photo", + "ftbquests.chapter.mob_safari.quest69.title": "Wolf", + "ftbquests.chapter.mob_safari.quest7.task_7828452674496297861.title": "Cave Spider Photo", + "ftbquests.chapter.mob_safari.quest7.title": "Cave Spider", + "ftbquests.chapter.mob_safari.quest70.task_6586877749199133229.title": "Zombified Piglin Photo", + "ftbquests.chapter.mob_safari.quest70.title": "Zombified Piglin", + "ftbquests.chapter.mob_safari.quest71.description1": "\u00267Tip: there is a ritual that spawns the Elder Guardian!", + "ftbquests.chapter.mob_safari.quest71.task_1136723065807110792.title": "Elder Guardian Photo", + "ftbquests.chapter.mob_safari.quest71.title": "Elder Guardian", + "ftbquests.chapter.mob_safari.quest72.task_1119603583110664878.title": "Starbuncle Photo", + "ftbquests.chapter.mob_safari.quest72.title": "Starbuncle", + "ftbquests.chapter.mob_safari.quest73.task_1237879032257403086.title": "Wilden Guardian Photo", + "ftbquests.chapter.mob_safari.quest73.title": "Wilden Defender", + "ftbquests.chapter.mob_safari.quest74.task_5793666635438854570.title": "Wilden Pack Hunter Photo", + "ftbquests.chapter.mob_safari.quest74.title": "Wilden Pack Hunter", + "ftbquests.chapter.mob_safari.quest75.task_8789953344793101489.title": "Wilden Stalker Photo", + "ftbquests.chapter.mob_safari.quest75.title": "Wilden Stalker", + "ftbquests.chapter.mob_safari.quest76.task_4116691053894850008.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest76.title": "Drygmy", + "ftbquests.chapter.mob_safari.quest77.task_1018473204252943458.title": "Wilden Chimera Photo", + "ftbquests.chapter.mob_safari.quest77.title": "Wilden Chimera", + "ftbquests.chapter.mob_safari.quest78.task_6004116955135160925.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest78.title": "Whirlisprig", + "ftbquests.chapter.mob_safari.quest79.description1": "\u00267Tip: a spawned siren, not a tamed familiar!", + "ftbquests.chapter.mob_safari.quest79.task_1471670924078031545.title": "Siren Photo", + "ftbquests.chapter.mob_safari.quest79.title": "Siren", + "ftbquests.chapter.mob_safari.quest8.task_4943959340946543881.title": "Enderman Photo", + "ftbquests.chapter.mob_safari.quest8.title": "Enderman", + "ftbquests.chapter.mob_safari.quest80.description1": "I mean. You did a LOT of grinding probably to get here. Also by definition you\u0027ve finished the pack, or good as.", + "ftbquests.chapter.mob_safari.quest80.subtitle": "because why not?", + "ftbquests.chapter.mob_safari.quest80.title": "Safari LEGEND", + "ftbquests.chapter.mob_safari.quest9.task_4733333668196733711.title": "Endermite Photo", + "ftbquests.chapter.mob_safari.quest9.title": "Endermite", + "ftbquests.chapter.mob_safari.title": "Mob Safari", + "ftbquests.chapter.resource_generation.quest1.description1": "\u00266Prosperity Shards\u0026r are the basis of all mystical essence manipulation - very useful for generating large amounts of basic resources.", + "ftbquests.chapter.resource_generation.quest1.description2": "They can be found by breaking down copper nuggets with a pickaxe on a cutting board.", + "ftbquests.chapter.resource_generation.quest1.description3": "\u00267Tip: you can also make prosperity shards in an Enrichment Chamber!", + "ftbquests.chapter.resource_generation.quest10.description1": "With enough inferium, you can craft \u00266Inferium Seeds,\u0026r which grow essence themselves.", + "ftbquests.chapter.resource_generation.quest11.description1": "More potent than regular inferium essence, \u00266Prudentium Essence\u0026r can be used to make some useful essence seeds.", + "ftbquests.chapter.resource_generation.quest11.description2": "Make it by fortifying inferium essence with all four elemental essences in a \u00266Cauldron.\u0026r", + "ftbquests.chapter.resource_generation.quest11.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest18.description1": "The \u00266infusion altar\u0026r and \u00266pedestals\u0026r are required to craft essence seeds.", + "ftbquests.chapter.resource_generation.quest18.description2": "Place the items necessary in the pedestals, then give the altar a redstone signal or a wave of a wand to begin crafting.", + "ftbquests.chapter.resource_generation.quest19.description1": "By breeding \u00266Rocky\u0026r bees together in the nether, they\u0027ll slowly adapt and turn into their nether versions - \u00266Crimson\u0026r and \u00266Warped\u0026r bees. \u00266Cursed\u0026r bees are the hybrid between the two.", + "ftbquests.chapter.resource_generation.quest19.description2": "These bees, twisted by the nether environment, are somewhat aggressive; they\u0027ll harm nearby mobs (including players!)", + "ftbquests.chapter.resource_generation.quest19.task_3895545663253499388.title": "Warped", + "ftbquests.chapter.resource_generation.quest19.task_8052506021592411173.title": "Cursed", + "ftbquests.chapter.resource_generation.quest19.task_891469205622428585.title": "Crimson", + "ftbquests.chapter.resource_generation.quest19.title": "Nether Bees", + "ftbquests.chapter.resource_generation.quest2.description1": "You can place frames into your apiary for bonuses to productivity, lifespan, and even change the temperature and humidity of an apiary. ", + "ftbquests.chapter.resource_generation.quest2.description2": "\u00267Tip: Frame modifiers stack multiplicatively, not additively!\u0026r", + "ftbquests.chapter.resource_generation.quest2.task_1734748989054878453.title": "Any Frame", + "ftbquests.chapter.resource_generation.quest20.description1": "If you\u0027re tired of getting stung by nether bees, try crafting a set of \u00266Apiarist Gear.\u0026r This armor, when worn as a set, will protect you from getting affected by any bees nearby.", + "ftbquests.chapter.resource_generation.quest20.description2": "It\u0027s made of silk, which you can get from propolis (which you can get from simmering combs, among others.)", + "ftbquests.chapter.resource_generation.quest20.title": "Apiarist Gear", + "ftbquests.chapter.resource_generation.quest21.description1": "\u00266Rocky\u0026r and \u00266Robust\u0026r bees are more used to cooler climates, but you can breed better tolerances into them. ", + "ftbquests.chapter.resource_generation.quest21.description2": "Their rocky combs produce much more wax and honey than their wasteland cousins, but more importantly, they can rarely produce \u00266Copper Combs\u0026r as a specialty.", + "ftbquests.chapter.resource_generation.quest21.description3": "\u00267Tip: specialties are only produced when a bee is ecstatic! To make a bee ecstatic, you have to have its housing climate \u0026lexactly\u0026r\u00267 match the bee\u0027s preferred climate. Either breed it so that it prefers the hot dry wastes, or use special frames to adjust the temperature and humidity!", + "ftbquests.chapter.resource_generation.quest21.description4": "\u00267Tip 2: tuff (which you need underneath the apiary to breed these bees!) can be crafted or found underground.", + "ftbquests.chapter.resource_generation.quest21.task_1538674417108678800.title": "Resilient", + "ftbquests.chapter.resource_generation.quest21.task_7190582857068653051.title": "Robust", + "ftbquests.chapter.resource_generation.quest21.task_9033126545582958159.title": "Rocky", + "ftbquests.chapter.resource_generation.quest21.title": "Rocky Bees", + "ftbquests.chapter.resource_generation.quest22.description1": "\u00266Haunted,\u0026r \u00266Ghostly,\u0026r and \u00266Spectral\u0026r bees are an offshoot of nether bees that produce Spectral combs, a relatively honey-rich comb. Additionally, Spectral bees will produce \u00266glowstone\u0026r as a specialty!", + "ftbquests.chapter.resource_generation.quest22.task_3081911043010225060.title": "Haunted", + "ftbquests.chapter.resource_generation.quest22.task_5262672928415792469.title": "Ghostly", + "ftbquests.chapter.resource_generation.quest22.task_8517504769354790857.title": "Spectral", + "ftbquests.chapter.resource_generation.quest22.title": "Spectral Bees", + "ftbquests.chapter.resource_generation.quest23.description1": "\u00266Common\u0026r and \u00266Cultivated\u0026r bees were the most common species in the world that came before, from what you recall.", + "ftbquests.chapter.resource_generation.quest23.task_3642208754252689379.title": "Common", + "ftbquests.chapter.resource_generation.quest23.task_8299291890952022433.title": "Cultivated", + "ftbquests.chapter.resource_generation.quest23.title": "Common Bees", + "ftbquests.chapter.resource_generation.quest24.description1": "These glorious bee comrades ironically despise queens. They are also notable for producing \u00266pollen\u0026r and having \u00266higher than average productivity.\u0026r", + "ftbquests.chapter.resource_generation.quest24.task_2025398279722007265.title": "Industrious", + "ftbquests.chapter.resource_generation.quest24.task_3616071306266700168.title": "Tireless", + "ftbquests.chapter.resource_generation.quest24.task_8393881405903593674.title": "Diligent", + "ftbquests.chapter.resource_generation.quest24.title": "Industrious Bees", + "ftbquests.chapter.resource_generation.quest25.description1": "Somewhat snooty and famously literally blue-blooded, these bees can produce \u00266Royal Combs\u0026r when ecstatic. These combs can then centrifuge into \u00266Royal Jelly.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description2": "They also have a \u00266higher than average fertility rate.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description3": "\u00267Tip: Imperial bees have the Beatific effect, which provides all mobs nearby with regeneration!", + "ftbquests.chapter.resource_generation.quest25.task_6398361437915986421.title": "Noble", + "ftbquests.chapter.resource_generation.quest25.task_7062842366521447494.title": "Imperial", + "ftbquests.chapter.resource_generation.quest25.task_753059639095222795.title": "Majestic", + "ftbquests.chapter.resource_generation.quest25.title": "Imperial Bees", + "ftbquests.chapter.resource_generation.quest26.description1": "The \u00266Mellarium\u0026r is a multiblock version of the apiary, with the ability to add modules that can help you in a variety of ways.", + "ftbquests.chapter.resource_generation.quest26.description2": "The most concrete thing a Mellarium can do is give you more than three frame slots, using \u00266Frame Housings.\u0026r This means you can get, in the best case, \u0026l\u0026oSTACKS\u0026r of combs every bee tick.", + "ftbquests.chapter.resource_generation.quest26.description3": "You can also increase your chances of getting a mutation, shield your bees from rain, and change the climate using catalyst items.", + "ftbquests.chapter.resource_generation.quest26.description4": "\u00267Tip: read your Apiarist Field Guide for more information!", + "ftbquests.chapter.resource_generation.quest26.title": "The Mellarium", + "ftbquests.chapter.resource_generation.quest27.description1": "Once you start getting propolis, you can start \u00266upgrading\u0026r your \u00266Centrifuges\u0026r and \u00266Generators\u0026r - each upgrade has different stats, and you can put up to three in your machines.", + "ftbquests.chapter.resource_generation.quest27.description2": "Like frames, these upgrades stack multiplicatively.", + "ftbquests.chapter.resource_generation.quest27.description3": "\u00267Tip: the earliest ways to get propolis are through nether bees or rocky bees!", + "ftbquests.chapter.resource_generation.quest27.task_7611771532993062026.title": "Any Upgrade", + "ftbquests.chapter.resource_generation.quest27.title": "Upgrades", + "ftbquests.chapter.resource_generation.quest28.description1": "At some point you\u0027ll have more honey (and other bee products) than you know what to do with. ", + "ftbquests.chapter.resource_generation.quest28.description2": "If nothing else, you can burn them for energy in the \u00266Honey Generator!\u0026r", + "ftbquests.chapter.resource_generation.quest29.description1": "An interesting thing about these bees is that there\u0027s no way to get more than one queen out of a breeding pair. Fortunately, you can perform a ritual to summon \u00266more bee nests\u0026r through magic and some special ingredients.", + "ftbquests.chapter.resource_generation.quest29.description2": "Read your Reclamation Rituals book for more information.", + "ftbquests.chapter.resource_generation.quest29.title": "More Nests", + "ftbquests.chapter.resource_generation.quest3.description1": "You\u0027ve noticed some beehives dotted around. Maybe you can try to domesticate them?", + "ftbquests.chapter.resource_generation.quest3.description2": "You\u0027ll need a tool to harvest the nests and a place to raise the bees.", + "ftbquests.chapter.resource_generation.quest3.description3": "\u00267Tip: not every bee is required to finish the pack! Branching out from the required bees will allow you to generate resources much easier than the traditional routes, however.", + "ftbquests.chapter.resource_generation.quest3.title": "Beeginnings", + "ftbquests.chapter.resource_generation.quest30.description1": "Certain bees can produce straight up raw metals from certain rocks!", + "ftbquests.chapter.resource_generation.quest30.task_1055543042056575718.title": "Cuprous", + "ftbquests.chapter.resource_generation.quest30.task_2417461944780662004.title": "Osimum", + "ftbquests.chapter.resource_generation.quest30.task_4765395095236658823.title": "Radioactive", + "ftbquests.chapter.resource_generation.quest30.task_5074021897861698803.title": "Precious", + "ftbquests.chapter.resource_generation.quest30.task_5533305920955437908.title": "Ferrous", + "ftbquests.chapter.resource_generation.quest30.task_6870748623537125703.title": "Argentum", + "ftbquests.chapter.resource_generation.quest30.task_766783682761833592.title": "Zincum", + "ftbquests.chapter.resource_generation.quest30.task_8469594533203667582.title": "Stannum", + "ftbquests.chapter.resource_generation.quest30.task_9085151875040480342.title": "Plumbum", + "ftbquests.chapter.resource_generation.quest30.title": "Metal Bees", + "ftbquests.chapter.resource_generation.quest31.description1": "Certain bees can produce raw minerals from their environment!", + "ftbquests.chapter.resource_generation.quest31.task_1818325150934700666.title": "Emeradic", + "ftbquests.chapter.resource_generation.quest31.task_2840825311361710213.title": "Lapic", + "ftbquests.chapter.resource_generation.quest31.task_3358109104860624142.title": "Fluorite", + "ftbquests.chapter.resource_generation.quest31.task_3719081351633839622.title": "Bituminous", + "ftbquests.chapter.resource_generation.quest31.task_4463225001103591989.title": "Silicate", + "ftbquests.chapter.resource_generation.quest31.task_5231403782456047002.title": "Dimantic", + "ftbquests.chapter.resource_generation.quest31.task_5480192077480458536.title": "Luminous", + "ftbquests.chapter.resource_generation.quest31.task_6963870120953273988.title": "Amethyst", + "ftbquests.chapter.resource_generation.quest31.task_7118701806962971116.title": "Quartz", + "ftbquests.chapter.resource_generation.quest31.task_7148838165140607695.title": "Conductive", + "ftbquests.chapter.resource_generation.quest31.title": "Mineral Bees", + "ftbquests.chapter.resource_generation.quest32.description1": "Stronger than Prudentium, \u00266Tertium\u0026r is necessary for all kinds of metallic essence seeds.", + "ftbquests.chapter.resource_generation.quest32.description2": "Make it using a \u00266Runic Altar\u0026r or \u00266Terrestrial Agglomeration Plate.\u0026r", + "ftbquests.chapter.resource_generation.quest32.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest32.description4": "\u00267Tip 2: a potency lens would make the altar process much faster!", + "ftbquests.chapter.resource_generation.quest33.description1": "\u00266Imperium\u0026r is the penultimate tier of essence, requiring combining the power of \u00265Source\u0026r and Tertium Essence.", + "ftbquests.chapter.resource_generation.quest33.description2": "It can be made using an \u00266Imbuement Chamber.\u0026r", + "ftbquests.chapter.resource_generation.quest33.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest34.description1": "\u00266Supremium\u0026r is the highest tier of essence, used for crafting the highest tier of mystical equipment and seeds.", + "ftbquests.chapter.resource_generation.quest34.description2": "Anoint Imperium with life essence to create it.", + "ftbquests.chapter.resource_generation.quest34.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest35.description1": "These bees can produce magical products. Some of them, like the \u00266Natural\u0026r bee, have special effects!", + "ftbquests.chapter.resource_generation.quest35.description2": "Additionally, the Natural bee produces some small amount of \u00266Nature Essence\u0026r if kept ecstatic.", + "ftbquests.chapter.resource_generation.quest35.task_2760367059321888447.title": "Dawnstone", + "ftbquests.chapter.resource_generation.quest35.task_4095918579037388131.title": "Willful", + "ftbquests.chapter.resource_generation.quest35.task_417359132698374078.title": "Botanic", + "ftbquests.chapter.resource_generation.quest35.task_4623337291104132366.title": "Demonite", + "ftbquests.chapter.resource_generation.quest35.task_5288388297853031166.title": "Terra", + "ftbquests.chapter.resource_generation.quest35.task_5373973326405937422.title": "Natural", + "ftbquests.chapter.resource_generation.quest35.task_7910365384265410324.title": "Source", + "ftbquests.chapter.resource_generation.quest35.title": "Magical Bees", + "ftbquests.chapter.resource_generation.quest37.description1": "\u00267Tip: you\u0027ll need to breed Nature bees to get your first bits of nature essence!", + "ftbquests.chapter.resource_generation.quest4.description1": "Now pop a \u00266princess and drone into an apiary,\u0026r and watch the magic happen! Bees can generate some \u00266very useful resources\u0026r in their combs; initially, though, you\u0027ll have to process said combs on \u00266a cutting board.\u0026r", + "ftbquests.chapter.resource_generation.quest4.description2": "At first, you\u0027ll only get beeswax and honey drops, alongside some dead logs...", + "ftbquests.chapter.resource_generation.quest4.description3": "\u00267Tip: wasteland bees (and desiccated and dried bees) need dead bushes as their \u0027flowers\u0027!", + "ftbquests.chapter.resource_generation.quest4.title": "Beesources", + "ftbquests.chapter.resource_generation.quest5.description1": "By continuously re-breeding \u00266Wasteland\u0026r bees together, you can start to slowly revitalize them. \u00266Desiccated\u0026r and \u00266Dried\u0026r bees are slightly better, with a higher productivity and lifespan - meaning less maintenance and more combs!", + "ftbquests.chapter.resource_generation.quest5.task_3134995966104364628.title": "Dried", + "ftbquests.chapter.resource_generation.quest5.task_7818871944295114422.title": "Desiccated", + "ftbquests.chapter.resource_generation.quest5.title": "Reclaimed Bees", + "ftbquests.chapter.resource_generation.quest6.description1": "At some point, you\u0027ll want to take a closer look at your bees - the \u00266Analyzer\u0026r allows you to examine what genes exactly any given bee has, for the low cost of a single honey drop.", + "ftbquests.chapter.resource_generation.quest6.description2": "The \u00266Apid Library\u0026r shows you what mutations you can create with a bee\u0027s species.", + "ftbquests.chapter.resource_generation.quest6.description3": "The \u00266Microscope\u0026r allows you to research bee species, giving you a higher chance to mutate bees into a researched species.", + "ftbquests.chapter.resource_generation.quest6.description4": "\u00267Tip: the Microscope is a great way to get rid of unnecessary drones you have! Read the Apiarist Field Guide for more info on it.", + "ftbquests.chapter.resource_generation.quest6.title": "Tools of the Trade", + "ftbquests.chapter.resource_generation.quest67.description1": "\u00266Growth Accelerators\u0026r grow the crop above them faster. Higher tiers have higher ranges, meaning you can stack more underneath your farmland!", + "ftbquests.chapter.resource_generation.quest68.description1": "Essence infused watering cans can water a larger area faster.", + "ftbquests.chapter.resource_generation.quest7.description1": "If you want to process your combs more efficiently, you\u0027ll want to make a \u00266Centrifuge.\u0026r Powered by a generator, it automatically turns combs into comb products - no more manual chopping!", + "ftbquests.chapter.resource_generation.quest7.title": "Comb Processing ", + "ftbquests.chapter.resource_generation.quest73.description1": "\u00267Tip: unlimited wadduh", + "ftbquests.chapter.resource_generation.quest8.description1": "All essence seeds need to grow on specially prepared \u00266Essence Farmland.\u0026r", + "ftbquests.chapter.resource_generation.quest8.description2": "You can obtain your first bits of \u00266Inferium Essence\u0026r from killing mobs.", + "ftbquests.chapter.resource_generation.quest8.description3": "\u00267Tip: higher tier essence farmland will grow essence crops slightly faster!", + "ftbquests.chapter.resource_generation.quest9.description1": "These first elemental seeds don\u0027t have very many direct crafting uses, but are an important stepping stone to bigger and better things.", + "ftbquests.chapter.resource_generation.quest9.description2": "\u00267Tip: essence seeds aren\u0027t cloneable, meaning you\u0027ll need two or more to actually start increasing their stats!", + "ftbquests.chapter.resource_generation.quest9.title": "Elemental Seeds", + "ftbquests.chapter.resource_generation.title": "Resource Generation", + "ftbquests.chapter.the_color_green.quest1.description1": "You\u0027ve done it! You finally have grass. It\u0027s not exactly green, but you can \u00266bonemeal\u0026r a large area of it and \u00266get flowers!\u0026r", + "ftbquests.chapter.the_color_green.quest1.title": "Grass!", + "ftbquests.chapter.the_color_green.quest10.description1": "The \u00266Natural Altar\u0026r is a very important tool in the manipulation of natural energies.", + "ftbquests.chapter.the_color_green.quest10.description2": "Once the altar is fully built, it will drain \u00266aura\u0026r from its surroundings. It will then use those energies to \u00266transform items put into it.\u0026r ", + "ftbquests.chapter.the_color_green.quest10.description3": "You should also look into creating the \u00266Environmental Eye\u0026r - a very useful device that shows you the level of aura in the nearby area.", + "ftbquests.chapter.the_color_green.quest10.task_4749334638074014910.title": "Any Planks", + "ftbquests.chapter.the_color_green.quest10.title": "Natural Altar", + "ftbquests.chapter.the_color_green.quest11.description1": "Infusing iron in the Natural Altar creates, funnily enough, \u00266Infused Iron Ingots.\u0026r These have a wide variety of uses, but chief among them are some very nice tools and armor, with \u00266special abilities\u0026r and the unique property of being \u00266repairable using Aura.\u0026r", + "ftbquests.chapter.the_color_green.quest11.title": "Infused Iron", + "ftbquests.chapter.the_color_green.quest12.description1": "Extremely malleable, \u00266Andesite Alloy\u0026r is a crucial component of contraptions to come.", + "ftbquests.chapter.the_color_green.quest12.description2": "\u00267Tip: very small amounts of Create are needed to finish the pack, but you won\u0027t have to get too deep into it!", + "ftbquests.chapter.the_color_green.quest13.description1": "The Natural Altar requires aura in the surrounding area to function. It won\u0027t ever take the aura to a negative level, but it will \u00264stop working completely if the aura is low enough,\u0026r which means you\u0027ll need a way of replenishing it.", + "ftbquests.chapter.the_color_green.quest13.description2": "\u00266Ancient Saplings\u0026r are the most basic way to do this; once grown, if the area\u0027s aura is low enough, the tree\u0027s leaves will \u00264slowly wither away,\u0026r \u00266producing aura in the process.\u0026r", + "ftbquests.chapter.the_color_green.quest13.title": "Creating Aura", + "ftbquests.chapter.the_color_green.quest14.description1": "An excess of aura generates flowers - and this device can turn \u00266flowers into an excess of aura!\u0026r Make sure you feed it a \u00266balanced diet of different flowers,\u0026r though; too much of the same flower and it starts to give you \u00264diminishing returns.\u0026r", + "ftbquests.chapter.the_color_green.quest14.description2": "\u00267Tip: if the aura in an area is high enough, it\u0027ll charge aura caches! Crouch with a botanist tool (made from infused iron) to repair them with an aura cache in your inventory.", + "ftbquests.chapter.the_color_green.quest15.description1": "Mana\u0027s not very useful without ways to generate and move it! Starting out, your best source of mana is going to be the \u00266Endoflame.\u0026r", + "ftbquests.chapter.the_color_green.quest15.description2": "\u00267Tip: you can use the Wand of the Forest to bind the spreader to flowers and pools.", + "ftbquests.chapter.the_color_green.quest15.description3": "\u00267Tip 2: using a pressure plate but it\u0027s not working? Open your OPAC keybind (default [\u0027]) to turn off the Prot. Plates from Other setting!", + "ftbquests.chapter.the_color_green.quest15.task_4041437535513982933.title": "Wand of the Forest", + "ftbquests.chapter.the_color_green.quest15.title": "Generating Mana", + "ftbquests.chapter.the_color_green.quest16.description1": "Now that you have a more robust source of aura, you can put it to more use - a \u00266crumbling catalyst,\u0026r when placed on top of one of the lower four golden blocks of a natural altar, can crush things much more finely than you can by hand. It can get you \u00266more bone meal per bone, more gold powder per leaf, and even turn cobblestone into sand!\u0026r", + "ftbquests.chapter.the_color_green.quest17.description1": "There are a few items you can place on top of your altar to increase its capacity and recharge rate:", + "ftbquests.chapter.the_color_green.quest17.description2": "\u00266Torch:\u0026r +0.5x recharge rate", + "ftbquests.chapter.the_color_green.quest17.description3": "\u00266Skeleton Skull/Husk Head:\u0026r +1x recharge rate, +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description4": "\u00266Chalice:\u0026r +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description5": "Eventually, you can replace the torch with a candelabra, the skeleton skull with a wither skeleton or player skull, and the chalice with a filled chalice for even more recharge rate and capacity.", + "ftbquests.chapter.the_color_green.quest17.task_4639929492764668107.title": "Head Upgrade", + "ftbquests.chapter.the_color_green.quest17.title": "Altar Upgrades", + "ftbquests.chapter.the_color_green.quest18.description1": "Attuned stones are a very important part of witchcraft - not only do they let you \u00266craft necessary workstations,\u0026r they also give you the ability to perform certain rites \u00266without the need of an altar,\u0026r once charged!", + "ftbquests.chapter.the_color_green.quest18.description2": "\u00267Please note that this recipe needs altar power! Make sure your cauldron is within range of your altar!", + "ftbquests.chapter.the_color_green.quest19.description1": "If the \u00266Altar\u0026r is the backbone of witchcraft, the \u00266Distillery, Kettle,\u0026r and \u00266Spinning Wheel \u0026rare its phalanges. ", + "ftbquests.chapter.the_color_green.quest19.description2": "...strange metaphors aside, these blocks allow you to craft a wide variety of \u00266witchy goodies.\u0026r They will need to be placed within range of an altar, if their recipes require power.", + "ftbquests.chapter.the_color_green.quest19.title": "Tools of the Trade", + "ftbquests.chapter.the_color_green.quest2.description1": "Now that you have actual plants available, you can start to harness their latent life-energy to power rituals. To start, you\u0027ll have to create a structure capable of collecting it - an \u00266Altar\u0026r should do well here. Place your Altar blocks in a 2x3 rectangle and it should start collecting power!", + "ftbquests.chapter.the_color_green.quest2.description2": "The more \u00266plantlife\u0026r there is around the\u00266 Altar,\u0026r the more power you can store. This includes \u00266trees, grass, flowers, crops, vines, pumpkins, melons, and more!\u0026r", + "ftbquests.chapter.the_color_green.quest2.description3": "\u00267Tip: the altar has a range of 16 blocks! There is a cap to each kind of plantlife nearby as well, so make sure the surroundings are varied.", + "ftbquests.chapter.the_color_green.quest2.title": "Altar", + "ftbquests.chapter.the_color_green.quest20.description1": "An apparatus perfect for channelling large amounts of mana into collections of objects, the \u00266Runic Altar\u0026r will (obviously) let you make runes.", + "ftbquests.chapter.the_color_green.quest20.description2": "\u00267Tip: with the altar, if you don\u0027t have them already, you can craft mystical flower seeds!", + "ftbquests.chapter.the_color_green.quest21.description1": "Ember item and fluid pipes are relatively basic, but at this point in time they\u0027re fairly decent for small-scale operations. Pipes need extractors to pull items into them, and extractors need a redstone signal to be activated. There are a few other quirks to the system, all of which are explained in your \u00266Ancient Codex.", + "ftbquests.chapter.the_color_green.quest21.description2": "\u00267Note - basically everything in Embers needs a redstone signal to activate, so get ready to place plenty of levers!", + "ftbquests.chapter.the_color_green.quest21.title": "Dwarven Logistics", + "ftbquests.chapter.the_color_green.quest22.description1": "Now that you have some Ember, you\u0027ll need to turn it into useable energy somehow.", + "ftbquests.chapter.the_color_green.quest22.description2": "The\u00266 Ember Activator\u0026r turns solid Ember into \u00266Activated Ember;\u0026r pipe crystals and shards into the bottom, and attach an \u00266Ember Emitter to the top\u0026r to output \u00266Activated Ember.\u0026r ", + "ftbquests.chapter.the_color_green.quest22.description3": "Use a Tinker\u0027s Hammer on the emitter to link it to a receptor, give it a redstone signal, and you\u0027re transmitting Activated Ember!", + "ftbquests.chapter.the_color_green.quest22.description4": "\u00267Note that Ember Grit doesn\u0027t normally produce Activated Ember; you\u0027ll have to add a \u00266Heat Exchanger\u00267 to an activator to get energy out of it (which multiplies all ember production by 0.9x, but adds a flat +300 to all items production!)", + "ftbquests.chapter.the_color_green.quest22.title": "Activating Ember", + "ftbquests.chapter.the_color_green.quest23.description1": "One of the main ways to channel altar power is through the practice of \u00266circle magic.\u0026r Each ritual has a gold chalk glyph at its center, but the placement of other chalk glyphs changes depending on what kind of ritual you want to perform!", + "ftbquests.chapter.the_color_green.quest23.description2": "Most rituals can target a remote area using a waystone (blooded or otherwise), and some rituals can even be performed away from the altar by adding a charged attuned stone to them!\u00266 Read through the two reward books to find out what rituals you can perform.\u0026r", + "ftbquests.chapter.the_color_green.quest23.description3": "\u00267Tip: the rite of fertility is a cheap, easy way to mass bonemeal grass, crops or anything else!", + "ftbquests.chapter.the_color_green.quest23.title": "Circle Magic", + "ftbquests.chapter.the_color_green.quest24.description1": "You\u0027ll want to make a \u00266Copper Cell\u0026r to \u00266store your activated ember\u0026r - it works as a kind of \u0027battery\u0027 for the mystical energy.", + "ftbquests.chapter.the_color_green.quest24.description2": "To see how much ember is in the cell, place an \u00266Ember Dial\u0026r on it.", + "ftbquests.chapter.the_color_green.quest24.title": "Storing Ember", + "ftbquests.chapter.the_color_green.quest25.description1": "Ember is capable of melting metals and other items in the creatively-named \u00266Melter\u0026r - feed the bottom half ember, feed the top half items to melt, and you can extract molten metals from the top half.", + "ftbquests.chapter.the_color_green.quest25.description2": "This molten metal can be formed into a variety of shapes in a \u00266Stamper;\u0026r place the \u00266Stamp Base,\u0026r then the \u00266Stamper above it with a one-block gap\u0026r of air. Give the Stamper ember and a stamp, pipe molten metal into the base, and presto! Stamped and cooled metal products! ", + "ftbquests.chapter.the_color_green.quest25.description3": "Notably, you can use this process to \u00266produce plates more efficiently.\u0026r", + "ftbquests.chapter.the_color_green.quest25.title": "Melting and Stamping", + "ftbquests.chapter.the_color_green.quest26.description1": "By piping molten copper and gold into \u0026odifferent sides\u0026r of the bottom of a \u00266Mixer Centrifuge,\u0026r (along with some ember) you can combine them into a strong, ember-aligned metal called \u00266Dawnstone.\u0026r Pipe it out of the top and stamp it into ingots or plates!", + "ftbquests.chapter.the_color_green.quest26.description2": "\u00267Tip: use your Tinker\u0027s Lens to see what\u0027s going on in the mixer!", + "ftbquests.chapter.the_color_green.quest26.title": "Dawnstone", + "ftbquests.chapter.the_color_green.quest27.description1": "The Andesite Casing is a crucial part of any kind of mechanical apparatus.", + "ftbquests.chapter.the_color_green.quest28.description1": "For more advanced ember crafting, a special setup is required. An \u00266exchange tablet\u0026r with some \u00266pedestals\u0026r around it, when struck with a \u00266beam cannon pulse,\u0026r will transmute the center item into a new result item.", + "ftbquests.chapter.the_color_green.quest28.description2": "There is one complication, though. The pedestals need \u00266aspectii\u0026r to be placed on them, and you aren\u0027t sure which aspectii go with which items! The only way to find out is through experiementation - if the transmutation fails, it will produce \u0026balchemical waste.\u0026r When held and right clicked, the waste will reveal a number of \u00266glowing spots,\u0026r which tell you the number of \u00266aspectus/item combinations you got right.\u0026r", + "ftbquests.chapter.the_color_green.quest28.title": "Energetic Alchemy", + "ftbquests.chapter.the_color_green.quest29.description1": "Using the power of mana and a pumpkin, you think you can create a \u00266Fel Pumpkin\u0026r - a weak imitation of a blaze head. Pop this magically-charged head on top of two iron bars, and it\u0027ll turn into a passable facsimile of a blaze.", + "ftbquests.chapter.the_color_green.quest29.description2": "This imitation blaze always drops at least \u0026610 blaze powder.\u0026r This blaze powder can be spun into brilliant fiber, or distilled into more useful dusts!", + "ftbquests.chapter.the_color_green.quest29.description3": "\u00267Tip: you can capture an imitation blaze in the Blaze Burner!", + "ftbquests.chapter.the_color_green.quest29.title": "Knockoff Blazes", + "ftbquests.chapter.the_color_green.quest3.description1": "Using dye from the flowers you can get by \u00266bonemealing grass,\u0026r you can craft a special kind of fertilizer that can coax \u00266mystical flowers\u0026r to life.", + "ftbquests.chapter.the_color_green.quest3.description2": "\u00267Tip: you can also get mystical flower seeds through crossbreeding!", + "ftbquests.chapter.the_color_green.quest30.description1": "There are a few other ways you can process materials using andesite-based machinery; namely, \u00266compacting, pressing, and mixing\u0026r You\u0027ll need to find some way to capture a fire elemental if you want to expand your repertoire, though; \u0026bmaybe mana can help you somehow?\u0026r", + "ftbquests.chapter.the_color_green.quest30.title": "Mechanical Crafting", + "ftbquests.chapter.the_color_green.quest31.description1": "By blowing air through certain things, you can blast, smoke, wash, or \u00266haunt\u0026r items. This means you have access to essentially free bulk smelting!", + "ftbquests.chapter.the_color_green.quest31.description2": "More importantly, though - now that you can haunt items, you can make \u00266blackstone\u0026r by \u00266haunting\u0026r cobblestone, a crucial component of the \u00266Reformation Array.\u0026r", + "ftbquests.chapter.the_color_green.quest31.title": "Moving Air", + "ftbquests.chapter.the_color_green.quest32.description1": "Alchemical reformation is the process of \u00266turning one alchemical sulfur into another\u0026r - initially, you\u0027ll only be able to convert sulfurs of the \u00266same tier and type\u0026r to each other \u00266(like iron sulfur into lead sulfur!) \u0026r", + "ftbquests.chapter.the_color_green.quest32.description2": "To set up the reformation array, place down the target, source, and result pedestals somewhat near each other. Hold the sulfuric flux emitter and right click each pedestal, then place it on the mercury catalyst. ", + "ftbquests.chapter.the_color_green.quest32.description3": "Put mercury in the mercury catalyst, the target sulfur in the target pedestal, and the sulfur to convert in the source pedestal. Give it a moment, and you\u0027ll start converting the source sulfur into the target sulfur!", + "ftbquests.chapter.the_color_green.quest32.title": "Alchemical Reformation", + "ftbquests.chapter.the_color_green.quest33.description1": "A mechanical pump is capable of pumping liquids in the world into pipes when given mechanical power - \u00266it is much faster than the ember-fueled one!", + "ftbquests.chapter.the_color_green.quest34.description1": "The \u00266Rod of the Lands\u0026r can corporealize a tiny portion of mana into a full dirt block!", + "ftbquests.chapter.the_color_green.quest34.title": "(almost) Free Dirt", + "ftbquests.chapter.the_color_green.quest35.description1": "Carrying mana around with you enables you to use a plethora of bits and baubles. To transfer mana from a pool into the tablet, make sure the pool is on \u0027charge\u0027 mode by hovering over it with a wand of the forest.", + "ftbquests.chapter.the_color_green.quest35.title": "Portable Mana", + "ftbquests.chapter.the_color_green.quest36.description1": "Turn your mana tablet into a ring to store mana on-the-go \u00266without taking up an inventory slot!\u0026r", + "ftbquests.chapter.the_color_green.quest37.description1": "By attaching a mana rune to a manasteel ring, you can (VERY slowly) pull ambient mana into a mana storage device on your person, \u00266for free!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description1": "Distilling blaze powder and gunpowder together in a Distillery will grant you access to \u00266glowstone!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description2": "Getting \u00266redstone\u0026r is similar, using cinder flour in place of gunpowder.", + "ftbquests.chapter.the_color_green.quest38.description3": "\u00267Tip: you can also make glowstone and redstone with strength and night vision potions - it\u0027s up to you whether you want to take the Enchanted or Create route for these!\u0026r", + "ftbquests.chapter.the_color_green.quest38.title": "Useful Dusts", + "ftbquests.chapter.the_color_green.quest39.description1": "Once you have a pump, you can create a \u00266Spout\u0026r to dispense liquid onto items - this is a possible way to make \u00266glowstone or redstone,\u0026r if you\u0027re willing to set up the infrastructure.", + "ftbquests.chapter.the_color_green.quest4.description1": "The \u00266Pure Daisy\u0026r can, as its name implies, purify nearby objects. The most important things you should start with are \u00266logs and stone,\u0026r but there are a few other things you can purify as well!", + "ftbquests.chapter.the_color_green.quest4.description2": "Simply place the petal apothecary down, fill it with water, then toss in the petals and finally a seed!", + "ftbquests.chapter.the_color_green.quest4.description3": "\u00267Tip: check the usages of the Pure Daisy to see what else it can transform.", + "ftbquests.chapter.the_color_green.quest4.title": "Pure Daisy", + "ftbquests.chapter.the_color_green.quest40.description1": "The \u00266Alchemy Catalyst\u0026r allows you to use the power of mana to transmute a wide variety of items. Place it under a mana pool to start alchemizing!", + "ftbquests.chapter.the_color_green.quest40.description2": "You\u0027ll be able to convert flowers into other flowers, stone variants into other stone variants, flint into gunpowder (and vice versa), and ghast tears into ender pearls!", + "ftbquests.chapter.the_color_green.quest40.description3": "\u00266Notably, it lets you turn flax into feathers, necessary for tokens of fear.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description1": "The \u00266transmutation catalyst\u0026r modifies the natural altar to convert items into other items using Aura. Similar to the crumbling catalyst, it must be placed \u00266atop one of the four lower gold blocks of the altar.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description2": "The most immediately useful transmutation is that of \u00266sand into soul sand,\u0026r which will allow you to haunt things using the encased fan, as well as grow nether wart!", + "ftbquests.chapter.the_color_green.quest41.description3": "You can also convert netherrack into crimson and warped nylium.", + "ftbquests.chapter.the_color_green.quest42.description1": "The \u00266Millstone\u0026r can crush cobble into gravel, bones into bone meal, and a variety of plants into their respective dyes at a much higher rate of return.", + "ftbquests.chapter.the_color_green.quest43.description1": "The \u00266Codebreaking Slate\u0026r is very handy - you can put multiple pieces of alchemical waste into it and it will show you how many aspectus/item combinations you got right! It will also show you how many correct aspectii you have placed with the wrong items.", + "ftbquests.chapter.the_color_green.quest44.description1": "Your first \u00266archaic brick\u0026r can be made by infusing a regular brick with tainted gold and infused iron. Once you have one, you can use it to make more by simply infusing it with \u00266more clay and soul sand.\u0026r", + "ftbquests.chapter.the_color_green.quest45.description1": "The \u00266Mnemonic Inscriber\u0026r, when attached to an Exchange Tablet and given paper, will automatically write down the correct combination of aspectii for a given transmutation when you successfully complete one.", + "ftbquests.chapter.the_color_green.quest46.description1": "You can convert between sulfurs of the same type and rarity using the reformation array, but if you want to convert between different types (and the same rarity), you\u0027ll want to make \u00266Alchemical Niter\u0026r in a \u00266Fermentation Vat.\u0026r", + "ftbquests.chapter.the_color_green.quest46.description2": "Place \u00266water, sugar, and the sulfur\u0026r you want to ferment into the vat, then \u00266shift-right-click it to close it\u0026r and start the fermentation process. Once the barrel opens again, your fermentation is done, and you can take out your shiny new Niter!", + "ftbquests.chapter.the_color_green.quest46.description3": "Alchemical Niter can be converted in the \u00266Reformation Array\u0026r similar to how you convert sulfur - note, however, that depending on what type you\u0027re converting to, you will produce or require \u00266more than one niter!\u0026r", + "ftbquests.chapter.the_color_green.quest46.title": "Alchemical Conversion", + "ftbquests.chapter.the_color_green.quest47.description1": "The \u00266digestion vat\u0026r lets you \u00266convert sulfurs between rarities!\u0026r Place some niter and sal ammoniac (and if you\u0027re converting up, some alchemically pure gold) into it, and shift-right-click the vat to start the process! \u00266Four of the previous tier converts into one of the next tier, and vice versa.\u0026r", + "ftbquests.chapter.the_color_green.quest47.description2": "This (in combination with the fermentation vat) allows you to convert iron sulfur into common metal niter, down into four abundant metal niter, into four copper sulfur - that\u0027s \u00266FOUR copper per iron!\u0026r", + "ftbquests.chapter.the_color_green.quest47.description3": "This is a metal loop you could try automating...", + "ftbquests.chapter.the_color_green.quest47.description4": "\u00267Tip: you can start and stop the vats using a redstone signal!\u0026r", + "ftbquests.chapter.the_color_green.quest47.title": "Alchemical Exaltation", + "ftbquests.chapter.the_color_green.quest48.description1": "The \u00266Offering Table\u0026r is a special altar that will allow you to convert items into special empowered versions of themselves, most notably tokens and nature-infused ingots.", + "ftbquests.chapter.the_color_green.quest48.description2": "To use it, simply place whatever you want to infuse into it by right-clicking, then throw a \u00266Spirit of Calling\u0026r onto the altar to activate it.", + "ftbquests.chapter.the_color_green.quest48.description3": "\u00267Tip: You can convert more than one item at a time, using only one spirit of calling!\u0026r", + "ftbquests.chapter.the_color_green.quest48.description4": "\u00267Tip 2: this is a multiblock! Check your Book of Natural Aura to see how to build it.", + "ftbquests.chapter.the_color_green.quest49.description1": "You can capture a summoned blaze into a magicked cage. This cage, when placed under a basin, will let you brew potions more efficiently than a brewing stand.", + "ftbquests.chapter.the_color_green.quest5.description1": "Combining the nature-infused iron and some metaphysical heat and structure (courtesy of \u00266nether bricks\u0026r and a \u00266spruce sapling,\u0026r respectively), you can rearrange the latent potential of the metal to turn it into lead!", + "ftbquests.chapter.the_color_green.quest5.description2": "Vastly useful in a variety of mechanical applications, lead is a great first step to leveraging either \u00266raw mechanical power\u0026r or \u00266Ember\u0026r in your pursuits.", + "ftbquests.chapter.the_color_green.quest5.description3": "\u00267Tip: the ancient codex is a little confusing at first, but it will guide you through the Embers mod! Start at Natural Energy, right click entries to mark them as read, and make sure you \u0026lREAD CAREFULLY!", + "ftbquests.chapter.the_color_green.quest5.description4": "\u00267Tip 2: you can use Theurgy to triple ingot output from raw ores!", + "ftbquests.chapter.the_color_green.quest50.description1": "This is it. Using the power of the \u00266Offering Altar,\u0026r and some magically significant materials, you can create the basis of real, sentient life - chicken eggs.", + "ftbquests.chapter.the_color_green.quest50.subtitle": "Well, debatably", + "ftbquests.chapter.the_color_green.quest50.title": "Sentient Life", + "ftbquests.chapter.the_color_green.quest51.description1": "With runes, there are a few other options you have for generating mana:", + "ftbquests.chapter.the_color_green.quest51.description2": "* A \u00266Thermalily\u0026r generates bursts of mana using lava, but will consume lava for no gain if you give it lava too often", + "ftbquests.chapter.the_color_green.quest51.description3": "* An \u00266Entropinnyum\u0026r consumes TNT explosions (and is one of the best generating flowers in the game), but too often and it\u0027ll just blow itself up", + "ftbquests.chapter.the_color_green.quest51.description4": "* A \u00266Munchdew\u0026r consumes leaves, but does not drop saplings.", + "ftbquests.chapter.the_color_green.quest51.description5": "\u00267Tip: some flowers will generate too much mana for a basic spreader! You can use potency and velocity lenses to stretch this, but eventually, you\u0027ll need better spreaders...\u0026r", + "ftbquests.chapter.the_color_green.quest51.title": "Alternative Mana Sources", + "ftbquests.chapter.the_color_green.quest52.description1": "Now that you can turn sulfurs into other sulfurs, you can manually reconstitute \u00266silver sulfur\u0026r and use the \u00266Reformation Array\u0026r to turn gold sulfur into silver sulfur without having to re-make the sulfur over and over again!", + "ftbquests.chapter.the_color_green.quest52.description2": "\u00267Tip: sulfur sulfur sulfur sulfur\u0026r", + "ftbquests.chapter.the_color_green.quest52.title": "Moon Metal", + "ftbquests.chapter.the_color_green.quest53.description1": "The \u00266Wildfire Core\u0026r is a key piece of some advanced dwarven machinery.", + "ftbquests.chapter.the_color_green.quest54.description1": "The \u00266Wildfire Stirling,\u0026r when attached to machines and supplied with steam, increases the efficiency of their ember usage.", + "ftbquests.chapter.the_color_green.quest54.description2": "The first one cuts usage in half, the second one halves it again, and any more decrease the efficiency.", + "ftbquests.chapter.the_color_green.quest55.description1": "The \u00266Ignem Reactor\u0026r is the ultimate solution to high ember requirements - when placed between a \u00266Catalysis\u0026r and \u00266Combustion Chamber,\u0026r it refines ember at a MUCH higher rate than the Ember Activator; up to \u002669x more ember\u0026r per crystal item.", + "ftbquests.chapter.the_color_green.quest55.description2": "\u00267Tip: the Catalysis and Combustion Chambers need fuel to operate, check JEI for their fuels and multipliers.", + "ftbquests.chapter.the_color_green.quest55.title": "Ignem Reactor", + "ftbquests.chapter.the_color_green.quest56.description1": "With the power of alchemy, you can turn a charged attuned stone into a seed capable of turning ember into pure metal! These crystal seeds, when powered with an \u00266Ember Injector,\u0026r will slowly grow and drop metal nuggets.", + "ftbquests.chapter.the_color_green.quest56.description2": "Not every metal can be turned into these seeds, but you have figured out that you can actually \u00266obtain Zinc\u0026r through this alchemical process!", + "ftbquests.chapter.the_color_green.quest56.description3": "\u00267Tip: crystals will slowly level up and drop more and more metal. Moving them resets their level, though!", + "ftbquests.chapter.the_color_green.quest56.subtitle": "Zinc! (and others)", + "ftbquests.chapter.the_color_green.quest56.task_414198583111126714.title": "Any Metal Crystal Seed", + "ftbquests.chapter.the_color_green.quest56.title": "Metal Crystal Seeds", + "ftbquests.chapter.the_color_green.quest57.description1": "With Dawnstone, you can craft ember transferral devices that can handle much more throughput.", + "ftbquests.chapter.the_color_green.quest57.title": "High Volume Ember Transfer", + "ftbquests.chapter.the_color_green.quest58.description1": "Now that you have zinc, you can alloy it with copper to create brass! This is useful almost exclusively for \u00266mechanical contraptions.\u0026r", + "ftbquests.chapter.the_color_green.quest58.description2": "\u00266Electron Tubes\u0026r are also an important step to making more complicated contraptions. ", + "ftbquests.chapter.the_color_green.quest58.description3": "\u00266Rose Quartz\u0026r can be made in a heated basin, combining glowstone and redstone in a sal ammoniac bath.", + "ftbquests.chapter.the_color_green.quest58.title": "Advanced Contraptions", + "ftbquests.chapter.the_color_green.quest59.description1": "Packages and their associated transport items open up a huge amount of logistical freedom.", + "ftbquests.chapter.the_color_green.quest59.description2": "\u00267Tip: for more information, hover these items and hold W to ponder!", + "ftbquests.chapter.the_color_green.quest59.title": "Mechanical Logistics", + "ftbquests.chapter.the_color_green.quest6.description1": "\u00266Ember\u0026r is the lifeblood of the world. Despite whatever happened, there is still virtually infinite Ember available deep underground - you just need to make a machine that can mine it. ", + "ftbquests.chapter.the_color_green.quest6.description2": "Enter the \u00266Ember Bore\u0026r - place it on bedrock, add a \u00266Mechanical Core\u0026r above it so you can pipe things in and out of it, and give it some fuel! It\u0027ll start digging up that sweet, sweet Ember.", + "ftbquests.chapter.the_color_green.quest6.description3": "\u00267Tip: the Mechanical Core acts as an extension for most Embers multiblocks! You can transfer items, fluid, and ember in and out of the core as if it was a part of the block it is attached to.", + "ftbquests.chapter.the_color_green.quest6.description4": "\u00267Tip 2: USE YOUR MECHANICAL LENS! It\u0027s EXTREMELY helpful for figuring out how Ember\u0027s machines work.", + "ftbquests.chapter.the_color_green.quest6.title": "Drilling for Ember", + "ftbquests.chapter.the_color_green.quest60.description1": "With access to brass and electron tubes, you can make a Mechanical Crafter. These, in combination with \u00266factory gauges\u0026r and \u00266package logistics,\u0026r allow you to set up automatic stocking and crafting of items!", + "ftbquests.chapter.the_color_green.quest60.title": "Autocrafting", + "ftbquests.chapter.the_color_green.quest61.description1": "You can fortify infused iron with prosperity shards to create a basic \u00266prosperity ingot,\u0026r ready to augment with agricultural essence.", + "ftbquests.chapter.the_color_green.quest61.description2": "One of the best uses of this ingot is to make a better watering can.", + "ftbquests.chapter.the_color_green.quest61.title": "Better Watering", + "ftbquests.chapter.the_color_green.quest62.description1": "With empowered tokens, you can craft the \u00266Creational Catalyst\u0026r - this removes the innate limit on most aura producing blocks, and lets you overcharge the local area with Aura.", + "ftbquests.chapter.the_color_green.quest62.description2": "\u00267Tip: aureareaurearuea", + "ftbquests.chapter.the_color_green.quest63.description1": "You\u0027ve felt a strange tingling on your skin ever since you woke up - you think this might be a manifestation of \u00266Aura,\u0026r a natural phenomenon that you might be able to further harness.", + "ftbquests.chapter.the_color_green.quest63.description2": "To get started, craft a \u00266Bottle and Cork\u0026r and \u00266right click the air\u0026r to gather some Aura for further study.", + "ftbquests.chapter.the_color_green.quest63.title": "Bottling Sunlight", + "ftbquests.chapter.the_color_green.quest64.description1": "The \u00266Mana Blaster\u0026r is a portable mana spreader that you can fire at will, using mana from a storage device on your person. You can also attach lenses to it, to use their special properties!", + "ftbquests.chapter.the_color_green.quest65.description1": "\u00266Mana Lenses\u0026r can change the properties of a mana burst fired from a spreader. They can increase the color, potency, speed, and even make the burst go \u00266through blocks\u0026r or \u00266break them\u0026r altogether! Read your \u00266Lexica Botania\u0026r for more details.", + "ftbquests.chapter.the_color_green.quest65.description2": "\u00267Tip: the weight lens makes blocks a mana burst hits fall - you can exploit this property to get blocks that normally need silk touch by having them fall onto something like a torch!", + "ftbquests.chapter.the_color_green.quest66.description1": "Now that you have\u00266 Ember\u0026r, what can you do with it?", + "ftbquests.chapter.the_color_green.quest66.description2": "One useful item is the \u00266Hearth Coil\u0026r - when provided with Ember, it can be used as a VERY fast furnace.", + "ftbquests.chapter.the_color_green.quest67.description1": "With \u00266Dawnstone\u0026r comes a better way of activating ember - the \u00266Pressure Refinery.\u0026r", + "ftbquests.chapter.the_color_green.quest67.description2": "It \u00264requires water\u0026r as well, but can boost your ember production up to \u002661.5x the value\u0026r of a plain activator.", + "ftbquests.chapter.the_color_green.quest67.description3": "Additionally, if placed atop a metal block surrounded by lava or fire it can double that, getting up to \u002663x the value\u0026r of crystalline ember! ", + "ftbquests.chapter.the_color_green.quest68.description1": "The \u00266Beam Splitter\u0026r allows you to, well, split beams. Ember sent into it will be divided into two bursts sent out from either end.", + "ftbquests.chapter.the_color_green.quest68.description2": "The \u00266Crystal Cell\u0026r is a much higher capacity way to store Ember - piping more crystalline ember into it will \u00266increase its storage limit.\u0026r", + "ftbquests.chapter.the_color_green.quest68.title": "Advanced Ember Logistics", + "ftbquests.chapter.the_color_green.quest69.description1": "With the acquisition of Dawnstone, you can make a special chamber to manipulate elemental mercury into a source of energy. ", + "ftbquests.chapter.the_color_green.quest69.description2": "The \u00266Mercury Catalyst\u0026r can convert mercury into Mercury Flux (MF) which, in combination with a \u00266Caloric Flux Emitter\u0026r, can be used to power alchemical devices that would normally need a pyromantic brazier underneath them!", + "ftbquests.chapter.the_color_green.quest69.description3": "\u00267Tip: one mercury shard produces as much energy as one piece of charcoal!", + "ftbquests.chapter.the_color_green.quest69.title": "Mercurial Power", + "ftbquests.chapter.the_color_green.quest7.description1": "The combination of brilliant fiber and nether bricks is superficially similar to the weak gold ore deposits you remember existing in the Nether. They\u0027re so similar, in fact, that \u00266a Pure Daisy will convert Golden Nether Bricks into Nether Gold Ore!\u0026r", + "ftbquests.chapter.the_color_green.quest7.description2": "\u00267Tip: there is a better way to make brilliant fiber, but you\u0027ll need to get blaze powder somehow... ", + "ftbquests.chapter.the_color_green.quest7.title": "Gold", + "ftbquests.chapter.the_color_green.quest70.description1": "With high enough aura in an area, \u00266dried earth will slowly convert to dirt!\u0026r", + "ftbquests.chapter.the_color_green.quest70.description2": "If you want to stop this effect from happening, \u00266Powder of Dried Stasis\u0026r will prevent the conversion of dried earth to dirt in the area it\u0027s placed in.", + "ftbquests.chapter.the_color_green.quest70.subtitle": "pseudo-terraforming", + "ftbquests.chapter.the_color_green.quest70.title": "Regrowth?", + "ftbquests.chapter.the_color_green.quest71.description1": "The \u00266Bin\u0026r is a fantastic block that automatically collects the outputs of various dwarven machinery.", + "ftbquests.chapter.the_color_green.quest71.description2": "Simply attach it to the \u00266bottom\u0026r of a machine (like, say, the stamper base) and it\u0027ll fill up with products.", + "ftbquests.chapter.the_color_green.quest72.description1": "With an imitation blaze head and a couple of real magical reagents, you can \u00266summon a real blaze!\u0026r", + "ftbquests.chapter.the_color_green.quest72.description2": "This summoned blaze always drops at least 3 blaze rods. ", + "ftbquests.chapter.the_color_green.quest72.description3": "\u00267Tip: the ritual to summon the blaze is described in the Reclamation Rituals book.\u0026r", + "ftbquests.chapter.the_color_green.quest72.title": "Real Blazes", + "ftbquests.chapter.the_color_green.quest8.description1": "The \u00266Pure Daisy\u0026r is able to turn mundane stone and logs into much more naturally-aligned versions of themselves.", + "ftbquests.chapter.the_color_green.quest8.title": "Living Materials", + "ftbquests.chapter.the_color_green.quest9.description1": "You can use a bucket to \u00266strategically place lava and water\u0026r to make a nether portal frame. It\u0027s not ideal, but it\u0027s definitely easier than trying to mine obsidian with an iron pickaxe!", + "ftbquests.chapter.the_color_green.quest9.description2": "Similar to the overworld, the nether is bare of ores and even more devoid of life - \u00264there are zero spawns there, and only one biome.", + "ftbquests.chapter.the_color_green.quest9.description3": "\u00267Tip: you can also make obsidian on the natural altar - but be warned, it\u0027s pretty costly aura-wise!", + "ftbquests.chapter.the_color_green.quest9.task_4075772383648127092.title": "Visit the Nether", + "ftbquests.chapter.the_color_green.quest9.title": "The Nether", + "ftbquests.chapter.the_color_green.title": "Touching Grass", + "ftbquests.chapter.the_hunt_for_grass.quest1.description1": "Now that you have dirt, your next step is to turn it into grass, so that you can start bringing a little bit of green into the world.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description1": "Plants in Agricraft are diploid organisms - essentially, every plant has two sets of attributes: active and inactive (or dominant and recessive). \u00266The active trait is the one that actually affects the plant,\u0026r but the inactive trait comes into play when breeding plants together. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description2": "When a crossbreed occurs, each plant \u00266adjacent\u0026r to the crossbreed crop sticks has a \u00266chance\u0026r depending on its \u00266fertility\u0026r to count as a parent. If there\u0027s only one parent selected, the resulting plant is a clone. If more than one parent is selected, each has a chance to pass on one half of its genes to the resulting plant.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description3": "For example, if you bred a plant with gain of 3-2 with a plant who\u0027s gain is 4-2, it would result in a plant with a gain stat of either 4-3, 4-2, 3-2, or 2-2. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description4": "To figure out what the possibilities are for two parent plants, you can use a punnett square:", + "ftbquests.chapter.the_hunt_for_grass.quest10.description5": "Each square has an equal chance of getting chosen - additionally, there is a small chance for a mutation to occur; whether this mutation is beneficial or not depends on each parent\u0027s \u00266mutativity stat.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest10.image0": "{image:reclamation:textures/quests/punnett.png width:150 height:150 align:center}", + "ftbquests.chapter.the_hunt_for_grass.quest10.task_2773659192565899586.title": "What the heck are these numbers?", + "ftbquests.chapter.the_hunt_for_grass.quest10.title": "How do I get better stats?", + "ftbquests.chapter.the_hunt_for_grass.quest11.description1": "Each plant has five stats, when planted on crop sticks. You can see these stats by crouching and looking at the plant, or using a magnifying glass. The stats affect a variety of things:", + "ftbquests.chapter.the_hunt_for_grass.quest11.description2": "\u00266Fertility\u0026r is how likely a plant is to get chosen as a parent for cross-breeding.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description3": "\u00266Gain\u0026r increases how much a plant will produce when harvested.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description4": "\u00266Growth\u0026r affects the speed a plant grows at.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description5": "\u00266Mutativity\u0026r raises the chance for a cross-breed (when it occurs) to be beneficial.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description6": "\u00266Strength\u0026r broadens the possible growing conditions for a plant - for example, cactus can always grow on sand, but with a strength of 10, it can grow on normal farmland!", + "ftbquests.chapter.the_hunt_for_grass.quest11.subtitle": "What do they mean?", + "ftbquests.chapter.the_hunt_for_grass.quest11.task_7047347176409476035.title": "Read", + "ftbquests.chapter.the_hunt_for_grass.quest11.title": "The numbers, Mason!", + "ftbquests.chapter.the_hunt_for_grass.quest12.description1": "That was A LOT of info - what it boils down to is higher numbers \u003d better, breed higher statted plants together to get better plants, use bonemeal on cross sticks to speed up the crossbreeding process. ", + "ftbquests.chapter.the_hunt_for_grass.quest12.description2": "If your plant is not growing, look at it while crouching - it might need a different type of soil.", + "ftbquests.chapter.the_hunt_for_grass.quest12.description3": "\u00267Tip: getting your first beneficial mutation \u00264will be slow,\u00267 but you can speed it up by \u00266planting crops in a plus shape,\u00267 with the cross sticks in the middle! This means each potential crossbreed has \u00266four\u00267 chances to pick parents, instead of \u00264just two.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest12.subtitle": "English, poindexter?", + "ftbquests.chapter.the_hunt_for_grass.quest12.task_7762997780188473985.title": "WAY too complicated", + "ftbquests.chapter.the_hunt_for_grass.quest12.title": "That was a lot...", + "ftbquests.chapter.the_hunt_for_grass.quest13.description1": "Now that you have a way to grow and breed plants, you should get started on broadening your base of food. Either \u00266breed the plants you have\u0026r into the two other staple crops from the old world, or \u00266find them on the mutated inhabitants\u0026r of the new.", + "ftbquests.chapter.the_hunt_for_grass.quest13.description2": "\u00267Tip: to find mutations, look up the recipe for the seed of the plant in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.description3": "\u00267Tip 2: to see what conditions a seed needs to grow (including what blocks it can grow on), check the uses of the seed in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.title": "Edible Plants", + "ftbquests.chapter.the_hunt_for_grass.quest14.description1": "At some point, you\u0027re going to run out of ruins. Thankfully, there is a special kind of flower called the \u00266Cuprosia \u0026ryou can breed that can harvest \u00266trace amounts of copper from the water.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest14.description2": "\u00267Tip: the flower will only grow in a waterlogged crop. If you successfully crossbreed the Cuprosia but the crop stick it\u0027s on is not waterlogged, \u00264it will not grow. \u00267Additionally, it can \u00264only grow on gravel\u00267 at strength 1.", + "ftbquests.chapter.the_hunt_for_grass.quest14.description3": "\u00267Tip 2: plant species can be recessive! Use your magnifying glass.", + "ftbquests.chapter.the_hunt_for_grass.quest14.title": "Growing copper?", + "ftbquests.chapter.the_hunt_for_grass.quest15.description1": "Now you have to find a way to turn the nascent life energy within the tree into some form of grass. There was a ritual you remember that was able to condense said energy into a special seed...", + "ftbquests.chapter.the_hunt_for_grass.quest15.description2": "Witchcraft can help you here - brew up some \u00266brilliant fiber,\u0026r apply it to some tree leaves, and watch it \u00266spread!\u0026r Once you have enough, break the leaves - the gilded leaves you\u0027ll get will be able to crush into a \u00266fine gold dust,\u0026r perfect for this ritual.", + "ftbquests.chapter.the_hunt_for_grass.quest15.title": "Gold Leaf", + "ftbquests.chapter.the_hunt_for_grass.quest16.description1": "Now that you have a way to conduct the ritual, you can create a \u00266Pasture Seed,\u0026r which will let you finally \u00266bring back grass to the world!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest16.description2": "\u00267To find out how to actually do the ritual, check how to do a Ritual of the Forest in your Book of Natural Aura.", + "ftbquests.chapter.the_hunt_for_grass.quest16.title": "Ritual of the Forest", + "ftbquests.chapter.the_hunt_for_grass.quest17.description1": "The \u00266Witch\u0027s Oven\u0026r can be used to distill saplings into \u00266special magic fumes,\u0026r which are especially potent in a variety of magical rites.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description1": "Using some sapling fumes and some plantlife, you can create \u00266Pasture Seeds\u0026r - special seeds that will place an \u00266area of grass\u0026r on nearby dirt.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description2": "\u00267Tip: due to a bug in the mod, watering cans will not work to start the ritual of the forest!", + "ftbquests.chapter.the_hunt_for_grass.quest18.subtitle": "Not as green as I\u0027d like...", + "ftbquests.chapter.the_hunt_for_grass.quest18.title": "Grass!", + "ftbquests.chapter.the_hunt_for_grass.quest19.description1": "The composter can turn \u00266extra seeds and crops into bonemeal!\u0026r No more hunting skeletons in the middle of the night.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description1": "Even through the lack of nutrients in the soil, some especially-tough tufts of grass have held on. Some even have \u00266seeds that you can find\u0026r and try to coax to life.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description2": "Some of these seem \u00266especially magical\u0026r - you wonder if you could use them in any way...", + "ftbquests.chapter.the_hunt_for_grass.quest2.description3": "\u00267Tip: you\u0027ll probably only want to harvest mandrake at night until you get its strength up!", + "ftbquests.chapter.the_hunt_for_grass.quest2.title": "Seeds", + "ftbquests.chapter.the_hunt_for_grass.quest20.description1": "You can get straw rarely by cutting grass with a \u00266knife.\u0026r Use it to make leads, ropes, and building blocks!", + "ftbquests.chapter.the_hunt_for_grass.quest20.task_1283594596619655186.title": "Any Knife", + "ftbquests.chapter.the_hunt_for_grass.quest20.title": "Straw", + "ftbquests.chapter.the_hunt_for_grass.quest21.description1": "You can turn bonemeal, dirt, and some organic material into \u00266organic compost.\u0026r When placed down, the compost will\u00266 turn into rich soil \u0026rafter a while (sped up by sunlight, water, and proximity to other rich soil or mushrooms), which grows most crops \u00266faster than regular farmland!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest21.title": "Rich Farmland", + "ftbquests.chapter.the_hunt_for_grass.quest22.description1": "Now that you have access to iron, you can make a \u00266watering can.\u0026r Higher-tier versions exist and are much better, but the basic version can still speed up the growth of crops.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description1": "This pack contains \u00266Via Romana\u0026r, a sign-based fast travel system. In order to fast travel using signs, you must first \u00266build a path and traverse it\u0026r before you can teleport across it. ", + "ftbquests.chapter.the_hunt_for_grass.quest23.description2": "\u00266Shift-left-click\u0026r on a sign at the start of your path, then \u00266shift-left-click\u0026r on a sign at the end of your path. Once you start pathing from one sign to the other, you need to follow a player-made path. If you deviate, you\u0027ll \u0026cstop\u0026r building the fast travel route and have to backtrack.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description3": "Once linked, just punch the sign and you\u0027ll fast travel!", + "ftbquests.chapter.the_hunt_for_grass.quest23.description4": "\u00267Tip: to see what blocks count as path blocks, search \u00262#via_romana:path_block\u00267 in your recipe viewer.", + "ftbquests.chapter.the_hunt_for_grass.quest23.task_5888718684745127233.title": "Any Warpable Sign", + "ftbquests.chapter.the_hunt_for_grass.quest23.title": "Signpost Travel", + "ftbquests.chapter.the_hunt_for_grass.quest24.description1": "\u00266Fume Funnels,\u0026r when placed next to a Witch\u0027s Oven, raise the chance of getting fumes from items.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description1": "Tired of hearing those godforsaken \u00266mandrakes\u0026r shriek? Make some \u00266earmuffs!\u0026r They\u0027ll protect you from getting your ears blown out by their piercing scream.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description2": "\u00267Tip: the higher the strength stat on mandrake is, the less likely they are to wake up.", + "ftbquests.chapter.the_hunt_for_grass.quest25.title": "OSHA Approved", + "ftbquests.chapter.the_hunt_for_grass.quest26.description1": "With the re-introduction of actual saplings to the world, you might want to make slightly better tools than the basic pickaxe and axe you\u0027re used to.", + "ftbquests.chapter.the_hunt_for_grass.quest26.description2": "The \u00266Hammer, Excavator, and Broadaxe\u0026r can break blocks in a \u002663x3 area\u0026r (and the broadaxe breaks in \u002663x3x3!\u0026r), making terraforming and general resource collection much easier.", + "ftbquests.chapter.the_hunt_for_grass.quest26.task_4941645910113139201.title": "Any AOE Tool", + "ftbquests.chapter.the_hunt_for_grass.quest3.description1": "Unless you get lucky and find an ingot or two among the husks, you\u0027ll need some way to make iron ingots. ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description2": "Luckily, one of those plants you found has a rudimentary circulatory system, which has enough thematic overlap with actual hemoglobin that you can use it to precipitate hemoglobic fluid...", + "ftbquests.chapter.the_hunt_for_grass.quest3.description3": "Basically, you found a \u00266plant that grows blood\u0026r and you\u0027re gonna \u00266make iron out of it\u0026r by putting it into a \u00266Sal Ammoniac Accumulator above a Fluid Vessel.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description4": "\u00267Note: A Sal Ammoniac tank is meant only for sal ammoniac, so you \u0026oneed\u0026r\u00267 to place the \u0026lfluid vessel\u0026r\u00267 below it.", + "ftbquests.chapter.the_hunt_for_grass.quest3.title": "Hemoglobic Fluid", + "ftbquests.chapter.the_hunt_for_grass.quest4.description1": "Now that you have your hemoglobic fluid, you can \u00266use it as a solvent in your Liquefaction Cauldron to liquify copper\u0026r - the iron in the fluid will transform the copper sulfur into \u00266Iron Alchemical Sulfur.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.description2": "You\u0027ll also need some \u00266Mineral Alchemical Salt\u0026r - you can get this by \u00266calcifying charcoal,\u0026r or re-calcifying \u00266a large amount of Strata salt.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.title": "Salt and Sulfur", + "ftbquests.chapter.the_hunt_for_grass.quest5.description1": "You\u0027re almost there! Just throw the \u00266Iron Alchemical Sulfur, Mineral Alchemical Salt, \u0026rand\u00266 Alchemical Mercury\u0026r into the \u00266Incubator, \u0026rand you\u0027ll have iron!", + "ftbquests.chapter.the_hunt_for_grass.quest6.description1": "You can mash up the magical plants you\u0027ve found into something you\u0027re calling \u00266Anointing Paste.\u0026r You\u0027re pretty sure you can apply it to something, but what? ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description1": "Now that you have a bit of iron, you can make a cauldron and \u00266anoint\u0026r it to make a \u00266Witch\u0027s Cauldron\u0026r - a magically-insulated vessel for brewing all sorts of witchy goodness. ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description2": "Fill it with three buckets of water, place it over a campfire, and it\u0027ll start boiling!", + "ftbquests.chapter.the_hunt_for_grass.quest7.description3": "\u00267Tip: if your brew spoils (turns brown because you put items in out of order or incorrectly), you can use an empty bucket to empty the cauldron.", + "ftbquests.chapter.the_hunt_for_grass.quest7.task_2385086996515714487.title": "Anoint a Cauldron", + "ftbquests.chapter.the_hunt_for_grass.quest8.description1": "With a little bit of magic (and a reinforced witchy cauldron), you can make a \u00266potent mutagen\u0026r - potent enough to mutate those \u00266dead bushes\u0026r you\u0027ve been seeing around into \u00266actual saplings!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest8.subtitle": "Minor necromancy", + "ftbquests.chapter.the_hunt_for_grass.quest8.task_6488684102089578318.title": "Any Sapling", + "ftbquests.chapter.the_hunt_for_grass.quest8.title": "Saplings!", + "ftbquests.chapter.the_hunt_for_grass.quest9.description1": "The seeds you\u0027ve been finding have uniquely adapted themselves to their harsh environment. As a consequence, however, they\u0027ve become \u00264much less productive, focusing entirely on survival.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest9.description2": "You can try to selectively breed your meager collection of seeds together to make them \u00266grow faster\u0026r and \u00266produce more,\u0026r or even try \u00266cross-breeding them\u0026r to start bringing back extinct species of plant...", + "ftbquests.chapter.the_hunt_for_grass.quest9.description3": "To start, plant any seeds you have onto specially-prepared \u00266Crop Sticks.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.title": "A Whiff of Normal", + "ftbquests.chapter.the_sound_of_life.quest1.description1": "Debatably sentient life in the form of chickens! Even more importantly, these chickens will produce \u00266eggs,\u0026r the root of all fauna.", + "ftbquests.chapter.the_sound_of_life.quest1.title": "Sentient Life", + "ftbquests.chapter.the_sound_of_life.quest10.description1": "You can upgrade your blood altar by placing runes around it - your \u00266Sanguine Scientiem\u0026r can give you specifics. A tier 2 altar can create \u00266Reinforced Slates!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest10.description2": "Used for creating special runes that give your blood altar benefits, among other things, they are just that much more potent than a regular blank slate.", + "ftbquests.chapter.the_sound_of_life.quest10.title": "Tier 2 Slates", + "ftbquests.chapter.the_sound_of_life.quest11.description1": "A tier 3 altar can create \u00266Imbued Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.description2": "Even stronger than the reinforced version, they can make even better rune upgrades for your blood altar, as well as the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.title": "Tier 3 Slates", + "ftbquests.chapter.the_sound_of_life.quest12.description1": "The \u00266Alchemical Reaction Chamber\u0026r is capable of a great many things, but one of the most important is its ability to produce gems - \u00266diamond, lapis, and amethyst.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description1": "With access to gems, you can make a \u00266Tainted Blood Pendant,\u0026r which you can then infuse with \u00266Regeneration!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description2": "This makes poking yourself for life essence much more bearable...", + "ftbquests.chapter.the_sound_of_life.quest13.description3": "\u00267Tip: prismarine can be made either through Create\u0027s haunting or Nature\u0027s Aura\u0027s Natural Altar.", + "ftbquests.chapter.the_sound_of_life.quest14.description1": "Alchemizing with lifeforce provides the extra punch needed to transmute base materials into \u00266precious gems\u0026r using the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest14.description2": "\u00267Tip: once you\u0027ve made one of a specific kind of gem, you can use Theurgy to convert more materials into that gem\u0027s sulfur without having to go through the whole blood transmutation again!", + "ftbquests.chapter.the_sound_of_life.quest14.title": "Gems!", + "ftbquests.chapter.the_sound_of_life.quest15.description1": "A renewable source of gems would be much appreciated - thankfully, you can perform a \u00266special wiccan ritual\u0026r to turn a block of amethyst into its budding version.", + "ftbquests.chapter.the_sound_of_life.quest15.description2": "\u00267Tip: you can use blood magic\u0027s arcane ashes to draw a pentagram on your altar, giving it an addtional 1.5x boost to total power capacity!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest15.description3": "\u00267Tip 2: the instructions for this ritual can be found in your Reclamation Rituals book.", + "ftbquests.chapter.the_sound_of_life.quest16.description1": "Now that you have access to gems, you can start to manipulate \u00265Source, \u0026ranother type of magical energy you remember from before.", + "ftbquests.chapter.the_sound_of_life.quest16.description2": "To start, you\u0027ll want to turn lapis or amethyst shards into source gems using an \u00266Imbuement Chamber.\u0026r However, for an Imbuement Chamber, you\u0027ll need a special kind of wood. Because \u00265Source\u0026r is innately intertwined with \u00264Life Essence,\u0026r infusing an already magically-resonant tree with \u00264Life Essence\u0026r should produce a suitable sapling.", + "ftbquests.chapter.the_sound_of_life.quest16.description3": "\u00267Tip: you can convert between the four types of sapling using a mana pool!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest16.title": "Archwood", + "ftbquests.chapter.the_sound_of_life.quest17.description1": "With Archwood, you can now create \u00266Source Gems,\u0026r a perfect focusing medium for the arcane energies of \u00265Source.\u0026r Just toss some amethyst or lapis into an \u00266Imbuement Chamber!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest17.description2": "At first, you\u0027ll be slowly imbuing gems with the trace amounts present in the air, but once you get a way to generate \u00265Liquid Source,\u0026r you\u0027ll be converting gems in a flash!", + "ftbquests.chapter.the_sound_of_life.quest17.title": "Source Gems", + "ftbquests.chapter.the_sound_of_life.quest18.description1": "By offering an \u00266Imbued Slate\u0026r to the gods, you can convert mundane iron into the dense ingot of \u00266Osmium.\u0026r This metal is crucial to advanced mechanical applications.", + "ftbquests.chapter.the_sound_of_life.quest18.title": "Supermassive", + "ftbquests.chapter.the_sound_of_life.quest19.description1": "Now that you have a source of power, you\u0027ll want to start making real machinery. Your first step - a \u00266Metallurgic Infuser.\u0026r This machine can do a wide varity of things, but one of the most important is its ability to create \u00266steel,\u0026r another critical metal for your foray into technology.", + "ftbquests.chapter.the_sound_of_life.quest19.description2": "Infusing \u00266iron with coal,\u0026r while inefficient, is your only real way to make it - at least for now.", + "ftbquests.chapter.the_sound_of_life.quest19.title": "Steel", + "ftbquests.chapter.the_sound_of_life.quest2.description1": "Now that you have access to a breedable animal, you can utilize their excess vitalic energy to birth new creatures. ", + "ftbquests.chapter.the_sound_of_life.quest2.description2": "In an area with high Aura concentration, \u00266breeding mobs together\u0026r will generate \u00266Spirits of Birthing.\u0026r These spirits can be tossed alongside some other reagents onto an \u00266Altar of Birthing\u0026r to spawn new creatures.", + "ftbquests.chapter.the_sound_of_life.quest2.title": "Altar of Birthing", + "ftbquests.chapter.the_sound_of_life.quest20.description1": "The basis of every machine worth making, \u00266a Steel Casing \u0026ropens up limitless possibilities. ", + "ftbquests.chapter.the_sound_of_life.quest20.description2": "Almost quadrupling raw ore into ingots, turning plants into energy, or even fusion reactors all start with the humble steel casing.", + "ftbquests.chapter.the_sound_of_life.quest20.title": "Basic Machinery", + "ftbquests.chapter.the_sound_of_life.quest21.description1": "The \u00266Enrichment Chamber\u0026r can slightly boost the outputs of raw ores, clean blocks, and refine reagents for the \u00266Metallurgic Infuser,\u0026r creating enriched versions of items that are \u002668 times more efficient!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest22.description1": "Before you can do anything related to machinery, you\u0027ll need a source of power. Thankfully, \u0026bbotanic mana\u0026r is easily convertible to \u0026credstone flux.\u0026r Simply point a mana spreader at a \u00266Mana Fluxfield\u0026r and it\u0027ll output \u0026cRF\u0026r to any adjacent blocks.", + "ftbquests.chapter.the_sound_of_life.quest22.description2": "\u00267You can also use a heat generator, but it\u0027s VERY inefficient and (probably) not even worth making!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description1": "With the acquisition of lapis, you can now make the \u00266Terrestrial Agglomeration Plate,\u0026r a necessary step in your mastery of \u0026bbotanic mana.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description2": "Combining mana-infused versions of a diamond, an ender pearl, and iron (alongside a tremendous amount of mana) creates \u00266Terrasteel,\u0026r a unique alloy that is incredibly strong and mana conductive.", + "ftbquests.chapter.the_sound_of_life.quest23.description3": "\u00267Tip: use sparks instead of mana spreaders for a much faster mana transfer rate!", + "ftbquests.chapter.the_sound_of_life.quest23.title": "Terrasteel", + "ftbquests.chapter.the_sound_of_life.quest24.description1": "Steel allows you to make better pipes of all kinds, able to transport items, fluids, RF, chemicals, and even heat. These have a number of \u00266advantages over caminite-based alternatives,\u0026r mainly their lack of reliance on redstone and their upgradeability.", + "ftbquests.chapter.the_sound_of_life.quest24.task_1474346775141796701.title": "Any Basic Logistic Item", + "ftbquests.chapter.the_sound_of_life.quest24.title": "Advanced Logistics", + "ftbquests.chapter.the_sound_of_life.quest25.description1": "The \u00266Rotary Condensentrator\u0026r allows you to convert liquids to gases, and vice versa. This is useful for storage purposes, but it also allows you to aerate Life Essence!", + "ftbquests.chapter.the_sound_of_life.quest26.description1": "The \u00266Gas-Burning Generator\u0026r can produce a large amount of RF very quickly - it\u0027s a solid midrange option that will most likely carry your energy needs until you start making reactors.", + "ftbquests.chapter.the_sound_of_life.quest26.description2": "\u00266Aerated Essence \u0026ris relatively easy to produce, and can be burned to produce a solid amount of RF. It\u0027s macabre, but it works!", + "ftbquests.chapter.the_sound_of_life.quest27.description1": "\u00266Ethylene\u0026r is another gas you can burn in the gas-burning generator; even a small amount can be burned for a rather large amount of energy.", + "ftbquests.chapter.the_sound_of_life.quest27.description2": "\u00267Note: Ethylene burning has been nerfed in this pack! It\u0027s still useful, just not as absolutely game-breakingly energy dense as it normally is.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest27.title": "Ethylene", + "ftbquests.chapter.the_sound_of_life.quest28.description1": "Ethylene can be further mixed with Aerated Essence to produce Blooded Ethylene, a much more energy-dense gas that can burn for longer in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest28.title": "Blooded Ethylene", + "ftbquests.chapter.the_sound_of_life.quest29.description1": "The \u00266Crusher\u0026r is great for turning things into smaller, powdery versions of themselves. It\u0027s also great at turning plants into \u00266Bio Fuel!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest3.description1": "Blood magic is a pathway to many abilities some consider to be unnatural.", + "ftbquests.chapter.the_sound_of_life.quest3.description2": "To start, make a few \u00266soul snares\u0026r and \u00266throw them at monsters before killing them.\u0026r These snared monsters will drop \u00266demonic will\u0026r, which you\u0027ll need to get started!", + "ftbquests.chapter.the_sound_of_life.quest3.title": "Blood Magic", + "ftbquests.chapter.the_sound_of_life.quest30.description1": "\u00266Bio Fuel\u0026r can be turned directly into energy in the \u00266Bio-Generator,\u0026r or further refined into ethylene for burning in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest30.title": "Bio Fuel", + "ftbquests.chapter.the_sound_of_life.quest31.description1": "The \u00266Purification Chamber,\u0026r in combination with oxygen and some further processing, can double raw ore outputs.", + "ftbquests.chapter.the_sound_of_life.quest31.description2": "Ore clumps can be crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest31.description3": "\u00267Tip: gas upgrades can be placed into some machines to make them more efficient in their use of chemicals!", + "ftbquests.chapter.the_sound_of_life.quest32.description1": "The \u00266Chemical Dissolution Chamber\u0026r is the next step in your ore processing - with the chamber as a starting point and some hydrogen chloride, it can turn 3 ore into 8 shards, which eventually get processed into ingots.", + "ftbquests.chapter.the_sound_of_life.quest32.description2": "To make hydrogen chloride, you\u0027ll need a renewable source of chlorine. The \u00266Thermal Evaporation Tower Multiblock\u0026r can turn plain water into brine, which can then be electrolysed into chlorine.", + "ftbquests.chapter.the_sound_of_life.quest32.description3": "Shards need to be purified into clumps, crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.description1": "The final refinement to your ore refinement process: the \u00266Chemical Washer and Crystallizer\u0026r can wash and crystallize ore slurry, at a 3 raw ore to eventual 10 ingot ratio.", + "ftbquests.chapter.the_sound_of_life.quest33.description2": "You\u0027ll need sulfur for sulfuric acid, which you can make through judicious application of oxygen to charcoal.", + "ftbquests.chapter.the_sound_of_life.quest33.description3": "Dirty ore slurry needs to be washed into clean ore slurry, then crystallized into crystals, which then get thrown into the \u00266Chemical Injection Chamber\u0026r to get turned into shards, which purify into clumps, crush into dirty dust, enrich into clean dust, and then finally smelt into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.title": "REAL Ore Processing", + "ftbquests.chapter.the_sound_of_life.quest34.description1": "To make the next tier of altar, you\u0027ll need bloodstone bricks to cap the next set of pillars. However, these require blood shards to make; blood shards require \u00266tau fruit. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest34.description2": "Despite your best efforts, you can\u0027t breed tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest34.description3": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of Tau Fruit. Go forth, ", + "ftbquests.chapter.the_sound_of_life.quest34.title": "Blooded Rituals", + "ftbquests.chapter.the_sound_of_life.quest35.description1": "\u00266Blood Shards\u0026r are a very handy thing for someone of your talents to have around. Despite your best efforts, however, you can\u0027t breed the necessary tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest35.description2": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of tau fruit. ", + "ftbquests.chapter.the_sound_of_life.quest35.description3": "\u00267Tip: once you have some, planting tau fruit and having it grow while something is standing on it will eventually create a saturated tau.", + "ftbquests.chapter.the_sound_of_life.quest35.title": "Blood Shards", + "ftbquests.chapter.the_sound_of_life.quest36.description1": "With access to blood shards, you can finally make a tier 4 altar and\u00266 Demonic Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest36.description2": "Yet still stronger than Imbued Slates, these bad boys pack quite an essence-filled punch! You can use these for ritual paraphernalia as well as more altar upgrades.", + "ftbquests.chapter.the_sound_of_life.quest36.title": "Tier 4 Slates", + "ftbquests.chapter.the_sound_of_life.quest37.description1": "The \u00266Dusk\u0026r version of the \u00266Ritual Diviner\u0026r will allow you to perform even stronger rituals - chief among these being the \u00266Pathway to the Endless Realm.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.description2": "Once performed, you will be presented with a gate to the Demon Realm proper - a sprawling labyrinth of rooms which contain strong enemies, plentiful loot, and the curious ore known as \u00266Demonite.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.title": "Dusk Rituals", + "ftbquests.chapter.the_sound_of_life.quest38.description1": "\u00266Demonite\u0026r can be found rarely in the \u00266Demon Realm,\u0026r either as an ore block or as loot in chests.", + "ftbquests.chapter.the_sound_of_life.quest38.description2": "You also remember that there was a \u00266special key\u0026r for \u00266spatial distortions\u0026r that led you to the mines, which held much more valuable loot...", + "ftbquests.chapter.the_sound_of_life.quest39.description1": "The single most powerful slate you can make,\u00266 Ethereal Slates\u0026r require a tier 5 altar to craft.", + "ftbquests.chapter.the_sound_of_life.quest39.description2": "Alongside netherite scraps and some \u00266looted parts\u0026r from the Demon Realm, these slates can be used to upgrade altar runes, making them \u00266twice as powerful.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest39.title": "Tier 5 Slates", + "ftbquests.chapter.the_sound_of_life.quest4.description1": "One of the most common things you\u0027ll need in the pursuit of sanguine magic is a base material of stone doped in blood - excellent for channelling these dark energies.", + "ftbquests.chapter.the_sound_of_life.quest4.description2": "You\u0027ll need to make quite a few to upgrade your blood altar!", + "ftbquests.chapter.the_sound_of_life.quest40.description1": "Now that you have access to dusk rituals, you can use either a \u00266Ritual of the Feathered Knife\u0026r or a \u00266Well of Suffering\u0026r to automate the collection of life essence.", + "ftbquests.chapter.the_sound_of_life.quest40.description2": "To get even more out of your rituals, you can use the \u00266Ritual Tinkerer!\u0026r Read your \u00266Sanguine Scientiem\u0026r for more information.", + "ftbquests.chapter.the_sound_of_life.quest40.description3": "\u00267Tip: if you can supply mobs to the well constantly (or give them a source of regenerating health), you could fully automate life essence collection...", + "ftbquests.chapter.the_sound_of_life.quest40.title": "Useful Rituals", + "ftbquests.chapter.the_sound_of_life.quest41.description1": "The \u00266Incense Altar\u0026r is the center of a large freeform multiblock structure focused on bringing a sense of tranquility to players. With enough peace of mind, you can perform self-sacrifice with a much smoother hand - at high levels, you can get as much as \u00266quadruple the normal amount of life essence!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest41.description2": "For more information on this structure, take a look at your \u00266Sanguine Scientiem.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description1": "With enough Demonic Will, you reach a critical mass that can eventually \u00266generate will\u0026r ex nihilo! Simply burn some into the local aura by throwing will into a \u00266Demon Crucible,\u0026r then wait for it to crystallize on the \u00266Demon Crystallizer. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description2": "With enough will in the aura, the crystal will grow extra spires you can harvest and re-burn; each crystal past the first takes 40 will to grow but \u00266burns into 50!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description3": "Now if only there was some way to automate this...", + "ftbquests.chapter.the_sound_of_life.quest42.description4": "\u00267Tip: for more info, read your Sanguine Scientiem!", + "ftbquests.chapter.the_sound_of_life.quest42.title": "Crystallized Will", + "ftbquests.chapter.the_sound_of_life.quest43.description1": "With the \u00266Resonance of the Faceted Crystal\u0026r ritual, you can split one well-established Will Crystal into four separate aspected crystals! This aspected will is handy for all sorts of things, but one of the most useful things you can do is use it in other rituals to \u00266change the way they perform.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest43.description2": "\u00267Tip: it\u0027s possible to fully automate the growing, splitting, and harvesting of crystals using rituals!", + "ftbquests.chapter.the_sound_of_life.quest43.title": "Aspected Will", + "ftbquests.chapter.the_sound_of_life.quest44.description1": "With access to Terrasteel, you can make the third tier of botanic runes: \u00266Sin Runes.\u0026r These can be used to make better baubles, more powerful flowers, and more!", + "ftbquests.chapter.the_sound_of_life.quest44.task_6010537284078335274.title": "Any Sin Rune", + "ftbquests.chapter.the_sound_of_life.quest44.title": "Sin Runes", + "ftbquests.chapter.the_sound_of_life.quest45.description1": "With Terrasteel, you can utilize an old ritual to open a \u00266gateway to Alfheim,\u0026r which you\u0027re certain has escaped whatever happened to this world. The portal won\u0027t be able to transport living beings, but maybe you can trade for some \u00266useful materials?\u0026r", + "ftbquests.chapter.the_sound_of_life.quest45.description2": "\u00267Tip: For more information on the portal, read your Lexica Botania! For even more than that, throw your entire Lexica Botania into the portal! (but make sure you don\u0027t throw your Akashic Tome away!)", + "ftbquests.chapter.the_sound_of_life.quest45.title": "The Portal to Alfheim", + "ftbquests.chapter.the_sound_of_life.quest46.description1": "The \u00266Elven Mana Spreader\u0026r is much more efficient than it\u0027s livingwood predecessor - it shoots larger bursts faster and farther.", + "ftbquests.chapter.the_sound_of_life.quest46.title": "Better Spreader", + "ftbquests.chapter.the_sound_of_life.quest47.description1": "With Sin Runes and elven materials, you can craft a special flower that \u00266generates ore in nearby stone or deepslate!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest47.description2": "As far as you\u0027re concerned, this is more proof that you can solve any problem if you throw enough raw mana at something.", + "ftbquests.chapter.the_sound_of_life.quest47.subtitle": "but not ad astra!", + "ftbquests.chapter.the_sound_of_life.quest47.title": "Ex Nihilo", + "ftbquests.chapter.the_sound_of_life.quest48.description1": "The \u00266Scribe\u0027s Table\u0026r allows you to create new glyphs for spellbooks. As far as spellbooks go, you have a couple options - use either pure arcane mana or life essence to fuel your spells.", + "ftbquests.chapter.the_sound_of_life.quest48.title": "Spellcasting", + "ftbquests.chapter.the_sound_of_life.quest49.description1": "Source can be generated in a variety of ways, but you\u0027ll need to do something to get it into a much more useable liquid form. ", + "ftbquests.chapter.the_sound_of_life.quest49.description2": "\u00266Sourcelinks\u0026r will gather it for you, but you\u0027ll also need to make a \u00266jar\u0026r to store the generated source.", + "ftbquests.chapter.the_sound_of_life.quest49.task_8602744015200526354.title": "Any Sourcelink", + "ftbquests.chapter.the_sound_of_life.quest49.title": "Generating Source", + "ftbquests.chapter.the_sound_of_life.quest5.description1": "The \u00266Hellfire Forge\u0026r allows you to use Demonic Will to craft special items.", + "ftbquests.chapter.the_sound_of_life.quest5.description2": "One of the first things you\u0027ll want to make is a \u00266soul gem\u0026r - these special gems can store demonic will you pick up without clogging your inventory.", + "ftbquests.chapter.the_sound_of_life.quest5.description3": "\u00267Tip: the more will you have stored in your inventory, the more will drops from monsters!", + "ftbquests.chapter.the_sound_of_life.quest50.description1": "One of the primary uses of liquid source is the enchanting of items. Using the \u00266Arcane Core\u0026r and an \u00266Enchanting Apparatus\u0026r atop it, you can create many useful things.", + "ftbquests.chapter.the_sound_of_life.quest50.title": "Arcane Enchanting", + "ftbquests.chapter.the_sound_of_life.quest51.description1": "If you\u0027re tired of waiting for amethyst to grow, try animating a block of budding amethyst with the \u00266Ritual of Awakening.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.description2": "It turns budding amethyst into an \u00266Amethyst Golem,\u0026r who can harvest, grow, and even bud other blocks of amethyst!", + "ftbquests.chapter.the_sound_of_life.quest51.description3": "Its behavior can be further modified using a \u00266Dominion Wand.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.title": "Amethyst Buddy", + "ftbquests.chapter.the_sound_of_life.quest52.description1": "With the acquisition of specially-charged elven materials, you can create an \u00266even stronger mana-generating base;\u0026r cake, wool, and even other mana flowers can all be mulched into yet more mana.", + "ftbquests.chapter.the_sound_of_life.quest52.task_1683678805039454876.title": "Any Elven Flower", + "ftbquests.chapter.the_sound_of_life.quest52.title": "Esoteric Mana Generation", + "ftbquests.chapter.the_sound_of_life.quest53.description1": "With the power of Elementium and a little extra elemental oomph, you can craft a special pylon to use in tandem with the power of a beacon to summon the \u00266Guardian of Gaia.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest53.description2": "Prove your strength, and you\u0027ll be rewarded with \u00266Gaia Spirits.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest54.description1": "Using the \u00266Enchanting Apparatus\u0026r and some special reagents, you can make elemental essences that have a wide variety of uses, from crafting to spellweaving.", + "ftbquests.chapter.the_sound_of_life.quest54.task_6599905580160140411.title": "Any Essence", + "ftbquests.chapter.the_sound_of_life.quest55.description1": "Fragments of the mysterious \u00266Guardian of Gaia\u0026r, these spirits have enormous potential...", + "ftbquests.chapter.the_sound_of_life.quest56.description1": "There are quite a few elemental \u00266rituals\u0026r that could come in handy for you - defending your base, automatically pick items up, and even allowing you to fly!", + "ftbquests.chapter.the_sound_of_life.quest57.description1": "The \u00266Storage Lectern\u0026r boasts the incredibly convenient capability of letting you manage, view, and craft using nearby storage blocks. Simply place it down and link inventories to it using the dominion wand!", + "ftbquests.chapter.the_sound_of_life.quest57.description2": "There is a limit to the number of inventories you can connect to at once - this can be raised using additional \u00266Bookwyrm Charms.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description1": "Mekanism upgrades come in two flavors - \u00266upgrade cards\u0026r and \u00266tier installers. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description2": "Upgrade cards give the machine a boost to a certain aspect - speed, energy efficiency, etc.", + "ftbquests.chapter.the_sound_of_life.quest58.description3": "Tier installers give the machine more processing slots - from 1 item at a time to \u002669 in some machines!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.task_366296260702142144.title": "Any Upgrade", + "ftbquests.chapter.the_sound_of_life.quest58.title": "Upgrades", + "ftbquests.chapter.the_sound_of_life.quest59.description1": "You can use a hefty amount of will as well as vengeful will crystals to create \u00266Wither Skeleton Skulls\u0026r in a Hellfire Forge. ", + "ftbquests.chapter.the_sound_of_life.quest59.description2": "These skulls are very powerfully charged - you can use them to summon Withers and acquire their \u00266valuable stars.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest59.title": "The Wither", + "ftbquests.chapter.the_sound_of_life.quest6.description1": "\u00266Blood Orbs\u0026r are a budding sanguimancer\u0027s way of storing and utilizing Life Essence, measured in \u00266LP.\u0026r Once you\u0027ve crafted one, right click with it in your hand to bind it to your personal LP network.", + "ftbquests.chapter.the_sound_of_life.quest6.description2": "LP is used for things like sigils, rituals, and crafting. You can transfer life essence in an altar to your network by placing your orb into the altar.", + "ftbquests.chapter.the_sound_of_life.quest6.description3": "\u00267Tip: there is a blood orb for each tier of altar! Certain recipes need higher tiers of blood orbs.", + "ftbquests.chapter.the_sound_of_life.quest6.task_9017841688739987349.title": "Any Blood Orb", + "ftbquests.chapter.the_sound_of_life.quest60.description1": "The \u00266Conjuration Catalyst\u0026r can duplicate certain items for a relatively moderate mana cost.", + "ftbquests.chapter.the_sound_of_life.quest60.description2": "No more fiddling around with potions or distilling to make your redstone and glowstone!", + "ftbquests.chapter.the_sound_of_life.quest61.description1": "You can summon \u00266Wilden\u0026r using the aptly-named Tablet of Summon Wilden. These magical creatures drop \u00266special reagents when killed.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest61.description2": "These reagents can also be used to summon the \u00266Wilden Chimera,\u0026r a powerful boss that drops a \u00266special item\u0026r needed to channel tier 3 spells. ", + "ftbquests.chapter.the_sound_of_life.quest61.title": "Wilden", + "ftbquests.chapter.the_sound_of_life.quest62.description1": "With the power of a \u00266Charger\u0026r and an \u00266enriched diamond,\u0026r you can create a \u00266special kind of chargeable quartz...\u0026r", + "ftbquests.chapter.the_sound_of_life.quest62.title": "Certus Quartz", + "ftbquests.chapter.the_sound_of_life.quest63.description1": "Obviously, the ratio of one diamond for one certus quartz isn\u0027t exactly tenable. Luckily, there\u0027s a way to literally grow it from itself - just throw a block of \u00266certus quartz into water with some charged certus quartz,\u0026r and it\u0027ll get converted into \u00266budding quartz.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest63.description2": "This semi-flawed quartz block will grow crystals just like amethyst, with one caveat - \u00264eventually the crystal will degrade\u0026r back into a regular block, meaning you\u0027ll have to re-seed it.", + "ftbquests.chapter.the_sound_of_life.quest63.description3": "\u00267Tip: you can also use Theurgy to convert other materials into certus quartz - amethyst is a good candidate!", + "ftbquests.chapter.the_sound_of_life.quest63.title": "Growing Quartz", + "ftbquests.chapter.the_sound_of_life.quest64.description1": "By combining redstone and nether quartz with charged certus quartz, you can make \u00266Fluix Crystals,\u0026r capable of turning matter into digitalized information.", + "ftbquests.chapter.the_sound_of_life.quest65.description1": "Before the apocalpyse - or whatever happened here - there were strange meteors that occasionally fell containing these \u00266mysterious presses.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest65.description2": "You think you have devised a ritual that could potentially draw in another one of these meteors (albeit greatly diminished in size).", + "ftbquests.chapter.the_sound_of_life.quest65.description3": "\u00267Tip: check your Reclamation Rituals book!", + "ftbquests.chapter.the_sound_of_life.quest65.title": "Mysterious Cube", + "ftbquests.chapter.the_sound_of_life.quest66.description1": "The \u00266ME Controller\u0026r is the brains of the \u00266Material Energy\u0026r system - one of the most powerful logistics solutions available to you.", + "ftbquests.chapter.the_sound_of_life.quest66.subtitle": "Better than futura blocks", + "ftbquests.chapter.the_sound_of_life.quest67.description1": "The \u00266Inscriber\u0026r is used to turn raw materials into actual circuits useable in the \u00266Matter Energy\u0026r system.", + "ftbquests.chapter.the_sound_of_life.quest68.description1": "With the raw power afforded to you by aspected will crystals, gaia fragments, and ethereal slates, you finally have enough oomph to begin reversing the damage this world has suffered.", + "ftbquests.chapter.the_sound_of_life.quest68.description2": "Look into the \u00266Ritual of Reclamation\u0026r in your Reclamation Rituals book to start reclaiming the world.", + "ftbquests.chapter.the_sound_of_life.quest68.description3": "\u00267Note: the ritual may \u00264void blocks!\u0026r\u00267 Perform it away from anything important or risk losing things you might want to keep.", + "ftbquests.chapter.the_sound_of_life.quest68.subtitle": "Roll credits?", + "ftbquests.chapter.the_sound_of_life.quest68.task_6680892754679269683.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_sound_of_life.quest68.title": "Reclamation", + "ftbquests.chapter.the_sound_of_life.quest69.description1": "\u00266Sirens\u0026r can be summoned (and subsequently befriended) at the Altar of Birthing. Once given a Sea Pickle, they\u0027ll disappear and leave behind a token. This token can be turned into a charm that can \u00266automatically fish\u0026r for you, at the price of source!", + "ftbquests.chapter.the_sound_of_life.quest69.description2": "\u00267Tip: this auto fishing can be sped up; read your Worn Notebook for more details.", + "ftbquests.chapter.the_sound_of_life.quest7.description1": "The \u00266Alchemy Table\u0026r allows you to craft with LP from a blood orb. You can make a lot of things like reagents for useful sigils, but you can also make \u00266Arcane Ashes.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest70.description1": "\u00266Whirlisprigs\u0026r can be summoned at the Altar of Birthing. Growing a tree near a summoned one will net you a token, which can be crafted into a charm. This charm summons a tame Whirlisprig that will \u00266produce natural resources\u0026r based on what\u0027s nearby!", + "ftbquests.chapter.the_sound_of_life.quest70.description2": "\u00267Tip: read your Worn Notebook for more!", + "ftbquests.chapter.the_sound_of_life.quest71.description1": "Summon a \u00266Drygmy\u0026r at the Altar of Birthing. Give it a wilden horn to get a token, then craft it into a token. This tame Drygmy will \u00266produce experience and drops of mobs nearby,\u0026r without killing them!", + "ftbquests.chapter.the_sound_of_life.quest72.description1": "Casting dispel on a witch (summoned at the Altar of Birthing) drops a Wixie Token. Turned into a charm to summon Wixies, these creatures can craft and brew potions for you!", + "ftbquests.chapter.the_sound_of_life.quest72.description2": "\u00267Tip: Wixies are very helpful when using an Alchemical Sourcelink! For more info, read your Worn Notebook.", + "ftbquests.chapter.the_sound_of_life.quest73.description1": "\u00266Starbuncles\u0026r summoned by the Altar of Birthing can be gifted gold nuggets to get \u00266Starbuncle Tokens.\u0026r Crafted into a \u00266Starbuncle Charm,\u0026r it will summon a Starbuncle to move items around for you. No more fiddling around with pipes and logistics, just use a semi-intelligent squirrel!", + "ftbquests.chapter.the_sound_of_life.quest73.description2": "\u00267Tip: they can be told to only pick up or drop off certain items - read your Worn Notebook for more information!", + "ftbquests.chapter.the_sound_of_life.quest74.description1": "\u00266Magebloom\u0026r is a flower whose fibers can be spun into a very conductive magical cloth.", + "ftbquests.chapter.the_sound_of_life.quest74.title": "Magebloom", + "ftbquests.chapter.the_sound_of_life.quest75.description1": "\u00266Warp Scrolls\u0026r let you teleport anywhere in a dimension, while their stabilized versions create a temporary portal that can transport you even to \u00266other dimensions.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest75.description2": "\u00267Tip: both types of scrolls can be turned into permanent portals by building a frame out of Sourcestone, placing a full source jar nearby, and tossing the scroll into it.", + "ftbquests.chapter.the_sound_of_life.quest76.description1": "The \u00266Fission Reactor\u0026r is a large multiblock that takes fissile fuel and water and outputs enormous amounts of steam. This steam can be pumped into another large multiblock (the industrial turbine) to produce absolutely outrageous amounts of power. ", + "ftbquests.chapter.the_sound_of_life.quest76.description2": "Equally as importantly, it produces nuclear waste.", + "ftbquests.chapter.the_sound_of_life.quest76.description3": "For more information on how to build this structure, refer to the mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest76.description4": "\u00264Warning: if you mess up running your reactor, it WILL melt down and explode/irradiate the surrounding area. Make it small or make it far away from your base if you\u0027re not confident.", + "ftbquests.chapter.the_sound_of_life.quest76.subtitle": "Uranium \u003d mc2?", + "ftbquests.chapter.the_sound_of_life.quest76.title": "Fission Reactor", + "ftbquests.chapter.the_sound_of_life.quest77.description1": "\u00266Plutonium\u0026r is one possible product from processing nuclear waste - it can be reprocessed into more fissile fuel or crafted into Supercritical Phase Shifter casings.", + "ftbquests.chapter.the_sound_of_life.quest78.description1": "\u00266Radioactive Waste Barrels\u0026r are one of the only things that can hold nuclear waste; when filled, they slowly dispose of their contents.", + "ftbquests.chapter.the_sound_of_life.quest78.title": "Waste Disposal", + "ftbquests.chapter.the_sound_of_life.quest79.description1": "\u00266Polonium\u0026r is a possible product from processing nuclear waste. ", + "ftbquests.chapter.the_sound_of_life.quest79.description2": "Not only can it make a variety of very helpful equipment and the \u00266QIO system,\u0026r it can also be used to craft Supercritical Phase Shifter (SPS) casings, necessary for producing \u00266antimatter.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest8.description1": "\u00266Arcane Ashes,\u0026r made on the Alchemy Table, can be used to perform some basic alchemy without having to re-enter the field of Spagyrics.", + "ftbquests.chapter.the_sound_of_life.quest8.description2": "One of the first things you\u0027ll want to use this for is making the \u00266Divination Sigil,\u0026r which tells you useful information about the amount of life essence you have access to.", + "ftbquests.chapter.the_sound_of_life.quest80.description1": "Making antimatter requires the creation of a Supercritical Phase Shifter, yet another multiblock.", + "ftbquests.chapter.the_sound_of_life.quest80.description2": "Its casings require a large amount of both polonium and plutonium, meaning you\u0027ll need a large amount of nuclear waste processing.", + "ftbquests.chapter.the_sound_of_life.quest80.description3": "To run, it will also need an incredibly large amount of power - this is where you\u0027d want to use an \u00266Industrial Turbine\u0026r hooked up to either a fission or a fusion reactor.", + "ftbquests.chapter.the_sound_of_life.quest80.description4": "\u00267Tip: you only need to make one of these to finish the pack - unless you REALLY like late-game Mekanism or you want to make creative items!", + "ftbquests.chapter.the_sound_of_life.quest81.description1": "The \u00266QIO System\u0026r is a digital storage solution that does not need power and can store a very large amount of items.", + "ftbquests.chapter.the_sound_of_life.quest81.description2": "It has \u00266unlimited cross-dimensional range\u0026r and can import and export automatically. However, it cannot easily auto-craft things for you.", + "ftbquests.chapter.the_sound_of_life.quest81.title": "QIO System", + "ftbquests.chapter.the_sound_of_life.quest82.description1": "The \u00266Fusion Reactor\u0026r is a much more powerful version of its fission counterpart. It can produce millions of RF/t using deuterium, tritium, or D-T fuel.", + "ftbquests.chapter.the_sound_of_life.quest82.description2": "To learn more about this reactor, check the Mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest82.subtitle": "Sci without the fi", + "ftbquests.chapter.the_sound_of_life.quest82.title": "Fusion Reactor", + "ftbquests.chapter.the_sound_of_life.quest9.description1": "\u00266Sentient Tools\u0026r are a much easier way for you to acquire will - instead of having to throw soul snares at enemies, the tools have the \u00266inherent ability to sever souls\u0026r from their fleshy (or bony) prisons.", + "ftbquests.chapter.the_sound_of_life.quest9.description2": "They are also powered by will - any kind of soul gem in your inventory will \u00266increase the tools\u0027 power\u0026r proportional to the amount of will you have stored.", + "ftbquests.chapter.the_sound_of_life.quest9.task_3309257771812589055.title": "Any Sentient Tool", + "ftbquests.chapter.the_sound_of_life.quest9.title": "Sentient Tools", + "ftbquests.chapter.the_sound_of_life.title": "Sounds of Life", + "ftbquests.chapter.the_taste_of_power.quest1.description1": "The \u00266Ender Dragon\u0026r not only has horrific halitosis, it also prevents you from exploring the rest of the End and all its goodies.", + "ftbquests.chapter.the_taste_of_power.quest1.task_4052279956792945141.title": "Kill the Dragon", + "ftbquests.chapter.the_taste_of_power.quest10.description1": "Kinda like an unlimited supply of grape juice!", + "ftbquests.chapter.the_taste_of_power.quest10.description2": "\u00267A/N: pretend it needs 100k instead of 10k source... i\u0027m too lazy to make a custom source jar like ATM does", + "ftbquests.chapter.the_taste_of_power.quest11.description1": "All that effort, and all you got was a really big hole.", + "ftbquests.chapter.the_taste_of_power.quest12.description1": "This is way better than a really big hole!", + "ftbquests.chapter.the_taste_of_power.quest13.description1": "And now the way better hole is a digital rip in the fabric of the universe.", + "ftbquests.chapter.the_taste_of_power.quest13.description2": "Or maybe its a real rip in the fabric of the digital universe?", + "ftbquests.chapter.the_taste_of_power.quest13.description3": "Either way, you\u0027re done. You have access to every item digitally, with the help of a cell workbench. Good job! Have some cake :)", + "ftbquests.chapter.the_taste_of_power.quest14.description1": "It\u0027s not really infinite ME power as much as it is infinite ME efficiency.", + "ftbquests.chapter.the_taste_of_power.quest15.description1": "Sufficiently advanced technology is indistinguishable from magic.", + "ftbquests.chapter.the_taste_of_power.quest15.title": "Creative Energy Cube", + "ftbquests.chapter.the_taste_of_power.quest2.task_7905395510409401238.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest2.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest3.description1": "Congrats! You\u0027ve killed the Ender Dragon - there is no more left to conquer.", + "ftbquests.chapter.the_taste_of_power.quest3.description2": "You are a champion. ", + "ftbquests.chapter.the_taste_of_power.quest3.description3": "You have \u0026lReclaimed\u0026r the world.", + "ftbquests.chapter.the_taste_of_power.quest3.description4": "\u00267As far as anyone can really be concerned, you\u0027ve finished the modpack. Any quests past this are exclusively for bragging rights - creative items, op stuff, lame resource dump recipes, all that jazz.", + "ftbquests.chapter.the_taste_of_power.quest3.description5": "\u00267Thank you immensely for putting the time and effort into finishing the pack! This was a huge undertaking for me, but hopefully you enjoyed it enough that it was worth it :)", + "ftbquests.chapter.the_taste_of_power.quest3.description6": "\u00267 -ACCBDD", + "ftbquests.chapter.the_taste_of_power.quest3.subtitle": "Roll credits (for real)", + "ftbquests.chapter.the_taste_of_power.quest3.task_2556725507805521066.title": "Congratulations!", + "ftbquests.chapter.the_taste_of_power.quest4.description1": "An infinitely super-heated blaze is great just as a centerpiece, but you can also use it to make infinite lava.", + "ftbquests.chapter.the_taste_of_power.quest4.description2": "\u00267Tip: you\u0027re gonna need to make quite a few of these!", + "ftbquests.chapter.the_taste_of_power.quest5.description1": "What\u0027s better than infinite blaze burning? Infinite turning! ", + "ftbquests.chapter.the_taste_of_power.quest6.description1": "The dwarven version of a Philosopher\u0027s Stone.", + "ftbquests.chapter.the_taste_of_power.quest7.description1": "Somehow, you don\u0027t feel as guilty as you think you should.", + "ftbquests.chapter.the_taste_of_power.quest7.description2": "\u00267Tip: this takes 10 full mana pools worth of mana. :)", + "ftbquests.chapter.the_taste_of_power.quest8.description1": "No more will you be shackled to the tyranny of building an enormous pool of whatever fluid!", + "ftbquests.chapter.the_taste_of_power.quest9.description1": "Once you\u0027ve set it to a chemical, you can reset it to empty by crafting it.", + "ftbquests.chapter.the_taste_of_power.quest9.title": "Creative Chemical Tank", + "ftbquests.chapter.the_taste_of_power.title": "The Taste of Power", + "ftbquests.chapter.the_touch_of.quest1.description1": "You\u0027ve done it. You\u0027ve reclaimed some small part of the world! ", + "ftbquests.chapter.the_touch_of.quest1.description2": "Now you just have to regain the diversity in surroundings you remember there once being...", + "ftbquests.chapter.the_touch_of.quest1.task_7943239389617432250.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_touch_of.quest1.title": "Reclamation", + "ftbquests.chapter.the_touch_of.quest10.description1": "\u00266Watery Essence\u0026r is found in deep oceans - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest10.description2": "Elemental wizardry will provide you the magical power necessary to enact such an elementally-aligned terraformation - namely, turning a small area into a \u00266warm ocean.\u0026r", + "ftbquests.chapter.the_touch_of.quest10.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest11.description1": "With all six types of attuned biome essence, you can combine them in a (quite expensive) ritual to produce the \u00266End Portal.\u0026r You\u0027ll still need to add \u00266Eyes of Ender\u0026r to the frame, but once you\u0027ve done so, you can finally enter \u00266the End.\u0026r", + "ftbquests.chapter.the_touch_of.quest11.description2": "\u00267Tip: you can break end portal frames and blocks by right clicking them with the frame remover!", + "ftbquests.chapter.the_touch_of.quest11.subtitle": "Dragons... I hate dragons", + "ftbquests.chapter.the_touch_of.quest11.task_4811328545830427024.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest11.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest12.description1": "Generic biome essence is well and good, but for real ritualistic oomph you\u0027ll need a specialized container, capable of collecting attuned essence.", + "ftbquests.chapter.the_touch_of.quest12.description2": "\u00267Tip: check your Reclamation Rituals book for information on the late-game terraforming rituals!", + "ftbquests.chapter.the_touch_of.quest13.description1": "With biome essence, you can also perform \u00266more directed terraforming\u0026r - turning the surrounding area into basic overworld biomes: forest, plains, river, beach, and ocean.", + "ftbquests.chapter.the_touch_of.quest13.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the overworld terraforming rites!", + "ftbquests.chapter.the_touch_of.quest13.task_2143407724517054989.title": "Basic Terraforming", + "ftbquests.chapter.the_touch_of.quest14.description1": "With some additional infusion, an attuned biome bottle can be turned into a \u00266biome globe\u0026r - in essence a portable directed reclamation ritual.", + "ftbquests.chapter.the_touch_of.quest14.description2": "\u00267Tip: these globes have 16 uses each, and convert a radius of 12 blocks from where you use them! They\u0027ll convert blocks to their reclaimed versions, but they will NOT place features like grass or trees; you\u0027ll have to do those yourself.", + "ftbquests.chapter.the_touch_of.quest14.description3": "\u00267Tip 2: these drain a LOT of aura to make!", + "ftbquests.chapter.the_touch_of.quest14.subtitle": "Portable Terraforming", + "ftbquests.chapter.the_touch_of.quest14.task_8529374338001252387.title": "Any Biome Globe", + "ftbquests.chapter.the_touch_of.quest14.title": "Biome Globes", + "ftbquests.chapter.the_touch_of.quest2.description1": "Getting the nether back into shape is relatively easy, now that you understand the shape of terraforming rituals and have a source of biomic essence.", + "ftbquests.chapter.the_touch_of.quest2.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the nether terraforming rites!", + "ftbquests.chapter.the_touch_of.quest2.task_4997059168389991596.title": "Visit Every Nether Biome", + "ftbquests.chapter.the_touch_of.quest2.title": "Reclaiming the Nether", + "ftbquests.chapter.the_touch_of.quest3.description1": "With the creation of reclaimed biomes, natural spawns can now occur - drygmies, whirligigs, and starbuncles can all rarely spawn in these biomes, as well as the regular mobs.", + "ftbquests.chapter.the_touch_of.quest3.title": "Natural Spawning", + "ftbquests.chapter.the_touch_of.quest4.description1": "Now that you have a place where you can actually see the blue (!) sky, you can bottle up the abundant biomic essence in a \u00266specially-designed container.\u0026r", + "ftbquests.chapter.the_touch_of.quest4.description2": "This \u00266biome essence\u0026r can be used in rituals along with some extra reagents to terraform in a more directed way.", + "ftbquests.chapter.the_touch_of.quest4.description3": "\u00267Tip: you can collect essence in any living biome by holding right click with a biome bottle. Crouching while you do this will fill all bottles in a stack!", + "ftbquests.chapter.the_touch_of.quest4.title": "Biome Essence", + "ftbquests.chapter.the_touch_of.quest5.description1": "The first attuned essence you\u0027ll need is \u00266Hellish Essence,\u0026r collectible from any living\u00266 nether biome.\u0026r", + "ftbquests.chapter.the_touch_of.quest6.description1": "\u00266Arid Essence\u0026r is found mainly in the desert - you\u0027ll have to use a special version of your terraforming ritual to bring it back. ", + "ftbquests.chapter.the_touch_of.quest6.description2": "Some high-powered dwarven artifice should provide you with the correct magical resonance to produce an arid, sandy \u00266desert \u0026rbiome.", + "ftbquests.chapter.the_touch_of.quest7.description1": "The final essence you\u0027ll need is \u00266Icy Essence\u0026r from the \u00266snowy slopes\u0026r biome. Wet and cold, the complete opposite of your surroundings, you\u0027ll need a lot of power to create this biome.", + "ftbquests.chapter.the_touch_of.quest7.description2": "First: \u00266polonium\u0026r to provide the necessary chemical energy for the physical transformation.", + "ftbquests.chapter.the_touch_of.quest7.description3": "Second: ice cream (specifically \u00266vanilla\u0026r) to provide structure to the ritual and thematic direction.", + "ftbquests.chapter.the_touch_of.quest7.description4": "Third: a couple \u00266shattered singularities\u0026r to store the excess entropy generated by this ritual.", + "ftbquests.chapter.the_touch_of.quest7.description5": "and finally, Fourth: a large amount of generic \u00266biome essence\u0026r to kickstart the reaction.", + "ftbquests.chapter.the_touch_of.quest8.description1": "\u00266Lush Essence\u0026r is found in jungles of any kind - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest8.description2": "Botanic mastery will provide you the life energy needed to transform your surroundings into a \u00266bamboo forest.\u0026r", + "ftbquests.chapter.the_touch_of.quest8.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest9.description1": "\u00266Mycelic Essence\u0026r is found exclusively on mushroom islands - you\u0027ll have to use a modified version of your terraforming ritual to bring them back. ", + "ftbquests.chapter.the_touch_of.quest9.description2": "Classic wiccan practice should provide you with the correct magical resonance to produce the hot, dry \u00266mushroom field\u0026r biome.", + "ftbquests.chapter.the_touch_of.title": "Visions of the Past", + "ftbquests.chapter_groups_3169067154505914507.title": "Biodiversity", + "ftbquests.chapter_groups_5305197537419525243.title": "Side Quests", + "ftbquests.loot_table_1430735789179352246.title": "mana stuff", + "ftbquests.loot_table_1562099882431827930.title": "horns", + "ftbquests.loot_table_3514670301200914514.title": "chicken", + "ftbquests.loot_table_5456022276654430189.title": "witch", + "ftbquests.loot_table_6347601422327785898.title": "canvas", + "ftbquests.loot_table_67272733859206798.title": "instrument", + "ftbquests.loot_table_7131061971573085034.title": "zombie", + "ftbquests.loot_table_7900474475776381538.title": "rabbit", + "ftbquests.loot_table_8024488712964205957.title": "spider", + "ftbquests.loot_table_8037173722274793648.title": "snow golem", + "ftbquests.loot_table_8381040606691607900.title": "bee", + "ftbquests.loot_table_8615485860944689786.title": "cow", + "ftbquests.loot_table_8839952752635034356.title": "skeleton" +} \ No newline at end of file diff --git a/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/en_us.json b/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/en_us.json new file mode 100644 index 0000000..fc094d8 --- /dev/null +++ b/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/en_us.json @@ -0,0 +1,1235 @@ +{ + "ftbquests.chapter.digital_storage.quest1.description1": "The \u00266controller\u0026r is the brains of a network. Each controller block\u0027s face is capable of outputting \u0026632 channels;\u0026r almost every device on the ME network needs \u00266one channel to operate.\u0026r", + "ftbquests.chapter.digital_storage.quest10.description1": "The \u00266Wireless Access Point\u0026r allows you to use wireless terminals to access your ME System. You can boost its range by giving it \u00266wireless boosters,\u0026r but be warned: more boosters means the WAP will need \u00264much more energy\u0026r to stay running.", + "ftbquests.chapter.digital_storage.quest10.task_8779164168368451602.title": "Any Wireless Terminal", + "ftbquests.chapter.digital_storage.quest10.title": "Wireless Access", + "ftbquests.chapter.digital_storage.quest11.description1": "\u00266Pattern Providers,\u0026r when given a pattern, will push the items in the pattern to a nearby inventory. \u00266Molecular Assemblers,\u0026r when given items, will craft with those items and output them to nearby inventories. Put them next to each other, and you have a \u00266basic autocrafting setup! \u0026r", + "ftbquests.chapter.digital_storage.quest11.description2": "You\u0027ll need somewhere to store the items while they\u0027re being crafted; a crafting storage would be ideal.", + "ftbquests.chapter.digital_storage.quest11.description3": "\u00267Tip: for more info, check the guide!", + "ftbquests.chapter.digital_storage.quest11.title": "ME Autocrafting", + "ftbquests.chapter.digital_storage.quest12.description1": "With an ME System you\u0027ll need some way to actually store items - the \u00266ME Drive\u0026r can store up to 10 storage cells of any type and size.", + "ftbquests.chapter.digital_storage.quest12.description2": "\u00267Tip: you can store botanic mana, elemental source, gases, fluids, and even space itself in cells - not just regular items!", + "ftbquests.chapter.digital_storage.quest13.description1": "Terminals are how you actually interface with the storage cells in your ME System.", + "ftbquests.chapter.digital_storage.quest13.task_8779678006548052409.title": "Any Terminal", + "ftbquests.chapter.digital_storage.quest13.title": "Terminals", + "ftbquests.chapter.digital_storage.quest14.description1": "Storing some energy in your ME System would be a good idea... just in case.", + "ftbquests.chapter.digital_storage.quest16.description1": "\u00266P2P Tunnels\u0026r allow you to transfer multiple channels per channel! It\u0027s a little confusing at first, but once you get the hang of it you can really push your system to the limit.", + "ftbquests.chapter.digital_storage.quest16.description2": "You can also transfer power, chemicals, and even botanic mana and elemental source!", + "ftbquests.chapter.digital_storage.quest17.description1": "The \u00266Reaction Chamber\u0026r not only allows you to make circuits much faster, it can also charge large amounts of certus crystals at a time and even grow crystals from themselves!", + "ftbquests.chapter.digital_storage.quest17.description2": "Just make sure you have enough power to handle its recipes...", + "ftbquests.chapter.digital_storage.quest18.description1": "The \u00266Circuit Slicer\u0026r can cut blocks of materials into 9 circuits much faster than an inscriber can press them.", + "ftbquests.chapter.digital_storage.quest19.description1": "The \u00266Assembler Matrix\u0026r is a molecular assembler and pattern provider setup on steroids - at its maximum size, it can hold over 4,000 patterns and craft incredibly fast. The best part? It only needs \u00266one channel.\u0026r", + "ftbquests.chapter.digital_storage.quest2.description1": "A controller block itself can input energy, but you\u0027ll want to have as many controller faces open as you can to get as many channels as possible into your network. ", + "ftbquests.chapter.digital_storage.quest2.description2": "The \u00266Energy Acceptor\u0026r uses no channels and can be placed anywhere, as long as it\u0027s connected to the network somehow.", + "ftbquests.chapter.digital_storage.quest20.description1": "The \u00266Quantum Computer Core\u0026r is a self-contained crafting CPU with 256M crafting storage and 8 co-processing threads.", + "ftbquests.chapter.digital_storage.quest21.description1": "The \u00266Quantum Computer multiblock\u0026r is an extremely powerful multiblock that can handle an effectively \u00266infinite\u0026r number of crafting requests for your ME System.", + "ftbquests.chapter.digital_storage.quest21.description2": "Read the guide for more information.", + "ftbquests.chapter.digital_storage.quest22.description1": "Perfect for carrying items on the go, the \u00266backpack\u0026r has a few useful upgrades as well.", + "ftbquests.chapter.digital_storage.quest23.description1": "Better than regular chests, \u00266Sophisticated Storage\u0026r lets you put more things in a single block.", + "ftbquests.chapter.digital_storage.quest23.task_5897231893839036272.title": "Any Sophisticated Storage Block", + "ftbquests.chapter.digital_storage.quest23.title": "Sophisticated Storage", + "ftbquests.chapter.digital_storage.quest24.description1": "Capable of storing a very large amount of a single item type.", + "ftbquests.chapter.digital_storage.quest24.description2": "The framing table lets you customize the way they look.", + "ftbquests.chapter.digital_storage.quest24.task_5464079544652951362.title": "Any Storage Drawer", + "ftbquests.chapter.digital_storage.quest24.title": "Storage Drawers", + "ftbquests.chapter.digital_storage.quest25.description1": "Tier upgrades can be used to upgrade Sophisticated Storage blocks without breaking them.", + "ftbquests.chapter.digital_storage.quest25.task_611570763386642583.title": "Any Tier Upgrade", + "ftbquests.chapter.digital_storage.quest26.description1": "The \u00266Drawer Controller\u0026r allows you to interface with multiple drawers using only a single blockface.", + "ftbquests.chapter.digital_storage.quest27.description1": "There are a variety of keys - lock drawers to specific items, hide item labels to reduce lag, and more.", + "ftbquests.chapter.digital_storage.quest27.task_7070764459751906106.title": "Any Drawer Key", + "ftbquests.chapter.digital_storage.quest27.title": "Drawer Keys", + "ftbquests.chapter.digital_storage.quest28.description1": "Autofeeding, playing music, even portable crafting can all be attained with backpack upgrades.", + "ftbquests.chapter.digital_storage.quest29.description1": "Higher stack count, filtering, and more - check the uses for the upgrade base.", + "ftbquests.chapter.digital_storage.quest3.description1": "Smart cables are very useful - they visually display how many channels they\u0027re carrying at any given time.", + "ftbquests.chapter.digital_storage.quest3.task_6551415206641156021.title": "Any Smart Cable", + "ftbquests.chapter.digital_storage.quest3.title": "Smart Cables", + "ftbquests.chapter.digital_storage.quest30.description1": "Each workbench (aside from looking neat) can turn a specific set of blocks into its variants.", + "ftbquests.chapter.digital_storage.quest30.title": "Chipped Workbenches", + "ftbquests.chapter.digital_storage.quest31.description1": "Can turn almost any basic block into a wide array of variants.", + "ftbquests.chapter.digital_storage.quest32.description1": "Made from stonecutting andesite alloy, these blocks can take on the texture of any other block.", + "ftbquests.chapter.digital_storage.quest32.task_4661123369301757740.title": "Any Copycat Block", + "ftbquests.chapter.digital_storage.quest33.description1": "You can make music by crafing a \u00266Music Sheet\u0026r and placing notes on the sheet. ", + "ftbquests.chapter.digital_storage.quest33.description2": "Place the sheet in your offhand while holding an instrument to play the instrument.", + "ftbquests.chapter.digital_storage.quest33.description3": "\u00267Tip: you can do MUCH more with this mod - check out its CurseForge page for more info.", + "ftbquests.chapter.digital_storage.quest34.description1": "You can paint your own masterpieces while you wait for crops to grow - simply make a palette, fill it with colors, plop a canvas on an easel, and get to painting!", + "ftbquests.chapter.digital_storage.quest34.description2": "Signed paintings can be duplicated by crafting the original with a blank canvas of the same size.", + "ftbquests.chapter.digital_storage.quest34.description3": "\u00267Tip: to craft a palette, fill the bottom row of a crafting table with planks, then place dyes in the middle. You can add more dyes to a palette by crafting them together.", + "ftbquests.chapter.digital_storage.quest34.title": "The Joy of Painting", + "ftbquests.chapter.digital_storage.quest35.description1": "\u00266Building Gadgets\u0026r are a collection of useful tools that will let you build very quickly.", + "ftbquests.chapter.digital_storage.quest35.description2": "They do need to be charged; use an energy cube or similar.", + "ftbquests.chapter.digital_storage.quest36.description1": "The \u00266Rod of the Shifting Crust\u0026r allows you to exchange blocks in the world with blocks in your inventory for the cost of mana.", + "ftbquests.chapter.digital_storage.quest4.description1": "Dense cables can carry 32 channels instead of the regular 8 channels.", + "ftbquests.chapter.digital_storage.quest4.task_5854794686036721300.title": "Any Smart Dense Cable", + "ftbquests.chapter.digital_storage.quest4.title": "Dense Cables", + "ftbquests.chapter.digital_storage.quest5.description1": "The color applicator lets you paint cables - especially useful once your network starts to grow. ", + "ftbquests.chapter.digital_storage.quest5.description2": "Colored cables won\u0027t connect to other colored cables, but fluix cables can connect to all colors.", + "ftbquests.chapter.digital_storage.quest5.description3": "These can be filled with \u00266dyes or paintballs\u0026r using an \u00266ME Chest.\u0026r", + "ftbquests.chapter.digital_storage.quest5.task_4299327579125140032.title": "Color Applicator", + "ftbquests.chapter.digital_storage.quest6.description1": "The \u00266ME Interface\u0026r acts as a specialized input and output port for your network. ", + "ftbquests.chapter.digital_storage.quest6.description2": "It can keep a certain amount of items from your network in its inventory for pipes or other blocks to pull from, and also automatically puts any other items it receives into the network.", + "ftbquests.chapter.digital_storage.quest7.description1": "The \u00266Wireless Connector\u0026r is a short-range version of a \u00266Quantum Link Chamber \u0026r- use this when you want your network to jump a short distance, and not cross-dimensionally.", + "ftbquests.chapter.digital_storage.quest8.description1": "The \u00266Quantum Network Bridge\u0026r uses the power of quantum entanglement to bridge a network gap not only across large distances, but dimensions.", + "ftbquests.chapter.digital_storage.quest8.title": "Quantum Network Bridge", + "ftbquests.chapter.digital_storage.quest9.description1": "The\u00266 Extended Charger\u0026r and \u00266Inscriber\u0026r are upgraded versions of their base models, capable of processing 4 recipes in parallel.", + "ftbquests.chapter.digital_storage.quest9.title": "Extended Machines", + "ftbquests.chapter.digital_storage.title": "Storage and Decor", + "ftbquests.chapter.ffood_plants.quest1.description1": "Lining rivers and shores, sugar cane had once risen in green columns, swaying with each passing breeze.", + "ftbquests.chapter.ffood_plants.quest10.description1": "With deep golden petals and a bitter scent, wolfsbane once grew where night lingered longest. ", + "ftbquests.chapter.ffood_plants.quest100.description1": "Sweet, mellow fruits with a classic tropical aroma.", + "ftbquests.chapter.ffood_plants.quest101.description1": "Soft and nutty, cashews offer a creamy bite with a sweet-savory balance.", + "ftbquests.chapter.ffood_plants.quest102.description1": "Cherries burst with juicy intensity; sweet, sometimes sharp, and always bright.", + "ftbquests.chapter.ffood_plants.quest103.description1": "Cracking into a coconut reveals cool, sweet water and soft, fragrant meat.", + "ftbquests.chapter.ffood_plants.quest104.description1": "Dates are also known as nature\u0027s candy: chewy, caramel-rich, and deeply sweet.", + "ftbquests.chapter.ffood_plants.quest105.description1": "With neon skin and unique speckled flesh, dragon fruit tastes delicate, lightly sweet, and just a little floral.", + "ftbquests.chapter.ffood_plants.quest106.description1": "Figs are jammy and soft with a honey-like flavor.", + "ftbquests.chapter.ffood_plants.quest107.description1": "Grapefruit will wake up your palate - juicy, sour, bitter, and bold.", + "ftbquests.chapter.ffood_plants.quest108.description1": "Kumquats are often eaten whole, with a sharp citrus shock over sweet orange notes.", + "ftbquests.chapter.ffood_plants.quest109.description1": "Tart and vivid, lemons cut through richness with their clean citrus bite.", + "ftbquests.chapter.ffood_plants.quest11.description1": "Snowbells had once blossomed in the coldest reaches, their pale blue petals dusted with frost.", + "ftbquests.chapter.ffood_plants.quest110.description1": "Smaller and punchier than lemons, limes have a tight, zesty sting.", + "ftbquests.chapter.ffood_plants.quest111.description1": "Mangoes melt in your mouth with tropical sweetness.", + "ftbquests.chapter.ffood_plants.quest112.description1": "Like a peach in sleek skin, nectarines are sweet, tangy, and satisfyingly juicy.", + "ftbquests.chapter.ffood_plants.quest113.description1": "Ground nutmeg adds a warm, nutty-spicy aroma that’s cozy and festive to any dish.", + "ftbquests.chapter.ffood_plants.quest114.description1": "Oranges are all brightness and juice, sweet with a sunny citrus finish.", + "ftbquests.chapter.ffood_plants.quest115.description1": "Peaches are the most famous of stone fruit, for good reason.", + "ftbquests.chapter.ffood_plants.quest116.description1": "Pears are quietly sweet and crisp; eternally elegant.", + "ftbquests.chapter.ffood_plants.quest117.description1": "Pecans have a great crunch with deep nutty flavor.", + "ftbquests.chapter.ffood_plants.quest118.description1": "Persimmons are smooth and syrupy, with a mellow flavor that deepens as they ripen.", + "ftbquests.chapter.ffood_plants.quest119.description1": "Plums skirt the line between tart and sweet, finishing with a tangy punch.", + "ftbquests.chapter.ffood_plants.quest12.description1": "Prized by herbalists for its strange resilience, who claimed it drew strength from the moonlit depths.", + "ftbquests.chapter.ffood_plants.quest120.description1": "Star fruit is crisp and juicy, with a tropical edge.", + "ftbquests.chapter.ffood_plants.quest121.description1": "Walnuts are hearty and slightly bitter, great for a midday snack.", + "ftbquests.chapter.ffood_plants.quest122.description1": "The bark grinds down to a warm, spicy-sweet powder that instantly deepens any flavor.", + "ftbquests.chapter.ffood_plants.quest123.description1": "The \u00266Cooking Table\u0026r is the heart of a multiblock kitchen - allowing you to craft any number of foods with the items stored inside of it. It can also supply you with tools, water, snow/ice, and milk.", + "ftbquests.chapter.ffood_plants.quest123.description2": "Especially handy when you have a large amount of foods and a limited amount of brainpower.", + "ftbquests.chapter.ffood_plants.quest123.title": "Cooking for Blockheads", + "ftbquests.chapter.ffood_plants.quest124.description1": "The \u00266ME Kitchen Station\u0026r lets you connect your multiblock kitchen to your ME system!", + "ftbquests.chapter.ffood_plants.quest125.description1": "The \u00266fridge\u0026r stores items, just like a cabinet.", + "ftbquests.chapter.ffood_plants.quest126.description1": "A \u00266sink\u0026r provides unlimited water to recipes.", + "ftbquests.chapter.ffood_plants.quest126.description2": "\u00267Tip: ...and other things.", + "ftbquests.chapter.ffood_plants.quest127.description1": "The oven lets you cook multiple foods in a single block.", + "ftbquests.chapter.ffood_plants.quest128.description1": "A \u00266Cow in a Jar\u0026r slowly produces milk, which can be used in recipes.", + "ftbquests.chapter.ffood_plants.quest128.description2": "...but how does one get a cow into a jar?", + "ftbquests.chapter.ffood_plants.quest128.description3": "\u00267Tip: you\u0027ll need to turn off claim protection or make this outside a claim, OPAC doesn\u0027t really like animal cruelty!", + "ftbquests.chapter.ffood_plants.quest129.description1": "When added to a fridge, the \u00266ice unit\u0026r provides unlimited ice and snow to recipes.", + "ftbquests.chapter.ffood_plants.quest13.description1": "This earth-toned fungus once thrived in quiet, dark corners, feeding on decay.", + "ftbquests.chapter.ffood_plants.quest130.description1": "The \u00266heating unit,\u0026r applied to a stove, lets it run on energy instead of burnable fuel.", + "ftbquests.chapter.ffood_plants.quest131.description1": "The \u00266tool rack\u0026r provides tools to cooking recipes; pots, pans, and other sorts.", + "ftbquests.chapter.ffood_plants.quest132.description1": "The \u00266Kitchen Cabinet and Counter\u0026r store items for the Cooking Table to use.", + "ftbquests.chapter.ffood_plants.quest132.title": "Kitchen Storage", + "ftbquests.chapter.ffood_plants.quest133.description1": "The \u00266Horn of the Wild\u0026r lets you harvest a large area of crops without manually collecting them one by one.", + "ftbquests.chapter.ffood_plants.quest133.description2": "Useful!", + "ftbquests.chapter.ffood_plants.quest134.description1": "The \u00266Drum of the Wild\u0026r is a block-based version of the horn - set a mana spreader to shoot mana through it and it\u0027ll harvest crops nearby.", + "ftbquests.chapter.ffood_plants.quest134.description2": "Add a \u00266hopperhock\u0026r and you have fully automatic crop harvesting!", + "ftbquests.chapter.ffood_plants.quest135.description1": "The \u00266Harvester\u0026r is a little harder to make than the other automated harvesters, but it makes up for it in ease of use.", + "ftbquests.chapter.ffood_plants.quest135.description2": "Place it on the same level as crops and it will harvest them - a 3x3 area by default, but this can be upgraded with machine upgrades.", + "ftbquests.chapter.ffood_plants.quest136.description1": "The \u00266Mechanical Harvester\u0026r lets you harvest... mechanically! ", + "ftbquests.chapter.ffood_plants.quest136.description2": "Attach it to any variety of contraption and as it moves through a crop it will harvest it.", + "ftbquests.chapter.ffood_plants.quest137.description1": "That\u0027s dedication! A personal shoutout from myself, for the pure raw dedication that you\u0027ve shown.", + "ftbquests.chapter.ffood_plants.quest137.subtitle": "You earned it!", + "ftbquests.chapter.ffood_plants.quest137.task_5521912290757485582.title": "You know what? Sure.", + "ftbquests.chapter.ffood_plants.quest138.description1": "You\u0027ve gone even further than I went! An absolute mad. lad. Take your prize and go.", + "ftbquests.chapter.ffood_plants.quest138.subtitle": "Your dedication is admirable.", + "ftbquests.chapter.ffood_plants.quest138.title": "Good god...", + "ftbquests.chapter.ffood_plants.quest14.description1": "With its crimson cap and pale stem, the red mushroom once sprouted in damp caves and shadowed groves.", + "ftbquests.chapter.ffood_plants.quest15.description1": "Bamboo once climbed toward the sky in great bamboo forests, hollow stems whispering in the wind.", + "ftbquests.chapter.ffood_plants.quest16.description1": "Sailors swore it marked safe waters—while some claimed it hid the bones of the drowned.", + "ftbquests.chapter.ffood_plants.quest17.description1": "This gentle underwater plant once rippled with the ocean’s breath, carpeting the sea floor in quiet green.", + "ftbquests.chapter.ffood_plants.quest18.description1": "Their soft light once guided creatures of the reef and lit the way for wayward divers in the twilight deep.", + "ftbquests.chapter.ffood_plants.quest19.description1": "This strange, red fungus had grown only in the deep, burning halls of another world. It pulsed faintly with unnatural life.", + "ftbquests.chapter.ffood_plants.quest2.description1": "Bright orange roots that grew deep in the earth, carrots were a favorite among rabbits and a healthy snack, to boot!", + "ftbquests.chapter.ffood_plants.quest20.description1": "Once said to carry the scent of a world turned upside down—where even the air recoiled in confusion.", + "ftbquests.chapter.ffood_plants.quest21.description1": "This twisted red fungus once grew in the scorched ground of the Nether, pulsing faintly as if alive.", + "ftbquests.chapter.ffood_plants.quest22.description1": "Once used in deadly draughts and sleeping curses, favored by those who studied the poisoner\u0027s art.", + "ftbquests.chapter.ffood_plants.quest23.description1": "Flax\u0027s delicate fibers had once been woven into cloth and spell-thread, binding both garments and enchantments.", + "ftbquests.chapter.ffood_plants.quest24.description1": "Bold and crimson, the poppy is a symbol of remembrance and silent strength, often found where courage once stood.", + "ftbquests.chapter.ffood_plants.quest24.description2": "\u00267Tip: You can either craft poppy seeds or mutate them from Melon and Sugarcane.", + "ftbquests.chapter.ffood_plants.quest25.description1": "A tall and graceful flower with a soft purple hue, often associated with grace, quiet wisdom, and calm days.", + "ftbquests.chapter.ffood_plants.quest26.description1": "Delicate and pale, these tiny flowers cluster low to the ground, bringing a sense of peace to open fields.", + "ftbquests.chapter.ffood_plants.quest27.description1": "This rare azure blossom flourishes in damp, shadowed groves. Legends say it blooms where ancient tears once fell.", + "ftbquests.chapter.ffood_plants.quest28.description1": "Cornflowers once braved the wind in wide fields, their blue hues a favorite among storytellers and songwriters.", + "ftbquests.chapter.ffood_plants.quest29.description1": "A cheerful bloom of golden yellow, said to carry whispers of spring on the wind. It thrives wherever the sun touches the land.", + "ftbquests.chapter.ffood_plants.quest29.description2": "\u00267Tip: You can either craft dandelion seeds or mutate them from Wheat and Pumpkin.\u0026r", + "ftbquests.chapter.ffood_plants.quest3.description1": "Crimson bulbs that added color and flavor to any dish, beetroots were once quite common in village gardens.", + "ftbquests.chapter.ffood_plants.quest30.description1": "Hidden among thick leaves, these tiny white bells are said to chime in silence when the forest is listening.", + "ftbquests.chapter.ffood_plants.quest31.description1": "With a golden eye watching from its white face, this flower is a quiet companion of wanderers and daydreamers.", + "ftbquests.chapter.ffood_plants.quest32.description1": "Glowing softly with hues of flame, this ancient blossom is thought to be a gift from the deep earth, where fire once danced.", + "ftbquests.chapter.ffood_plants.quest33.description1": "Warming as a sunset, the orange tulip is said to bring cheer and good fortune to those who find it.", + "ftbquests.chapter.ffood_plants.quest34.description1": "Bright and bold, the red tulip is a symbol of love and passion, often given in times of heartfelt confession.", + "ftbquests.chapter.ffood_plants.quest35.description1": "Soft as moonlight, white tulips once whispered of peace and innocence in gardens now long lain fallow.", + "ftbquests.chapter.ffood_plants.quest36.description1": "Soft and gentle, the pink tulip speaks of friendship and gentle affection, often found where laughter lingers.", + "ftbquests.chapter.ffood_plants.quest37.description1": "Dark as a starless night and thorned with sorrow, this eerie bloom grows only in the wake of ruin and shadow.", + "ftbquests.chapter.ffood_plants.quest38.description1": "You can make podzol for planting flower seeds on by growing a 2x2 of spruce saplings - the large tree, once grown, will convert dirt (and dried earth!) under it into podzol.", + "ftbquests.chapter.ffood_plants.quest38.description2": "\u00267Tip: once the strength trait of a flower is high enough, you won\u0027t need to plant them on podzol!", + "ftbquests.chapter.ffood_plants.quest38.task_7604363448496665210.title": "Look at Podzol", + "ftbquests.chapter.ffood_plants.quest38.title": "Podzol", + "ftbquests.chapter.ffood_plants.quest39.description1": "Onion\u0027s delicious smell once filled the air as it gave flavor to meals.", + "ftbquests.chapter.ffood_plants.quest4.description1": "Earthy and humble, potatoes were versatile tubers that thrived in the cool soil of many places.", + "ftbquests.chapter.ffood_plants.quest40.description1": "Sweet potatoes grew slow and sweet underground, long ago.", + "ftbquests.chapter.ffood_plants.quest40.description2": "(new page placeholder text)", + "ftbquests.chapter.ffood_plants.quest41.description1": "A humble grain that swayed in golden fields before being ground and baked into something warm and sustaining.", + "ftbquests.chapter.ffood_plants.quest42.description1": "Basil once filled the air with a fragrance that breezes would quietly carry away.", + "ftbquests.chapter.ffood_plants.quest43.description1": "A small, zesty vegetable that added a sharp bite to meals.", + "ftbquests.chapter.ffood_plants.quest44.description1": "A dark, sturdy bean that once softened in pots where stories and spices mingled.", + "ftbquests.chapter.ffood_plants.quest45.description1": "A slender, snappy vegetable that brightened plates in days long past.", + "ftbquests.chapter.ffood_plants.quest46.description1": "A nutrient-rich tuber, often tied to seasonal harvests and both everyday and festive cooking.", + "ftbquests.chapter.ffood_plants.quest47.description1": "Widely adopted, they were once integral to many cuisines, especially where freshness and preservation intersected.", + "ftbquests.chapter.ffood_plants.quest48.description1": "Spiny and hardy, the cactus once dotted vast oceans of sand.", + "ftbquests.chapter.ffood_plants.quest49.description1": "Saguaro once stood tall in the desert heat, holding their shape against time and silence.", + "ftbquests.chapter.ffood_plants.quest5.description1": "Orange orbs that sprouted in the autumn, pumpkins were both a festive decoration and a hearty food source.", + "ftbquests.chapter.ffood_plants.quest50.description1": "Valued for its hardiness and storage life, it figured prominently in preserved and cold-weather foods.", + "ftbquests.chapter.ffood_plants.quest51.description1": "Fast-growing and versatile, they were commonly used to add mild sharpness to everyday dishes.", + "ftbquests.chapter.ffood_plants.quest52.description1": "Coffee was brewed each morning, dark and warm, its bitterness softened by time and habit.", + "ftbquests.chapter.ffood_plants.quest53.description1": "A worldwide staple, central to daily diets and shaped by centuries of cultivation and ritual.", + "ftbquests.chapter.ffood_plants.quest54.description1": "A cool-weather root typically grown for its reliability and used in simple, hearty meals.", + "ftbquests.chapter.ffood_plants.quest55.description1": "A hardy root, valued for nutrition and storage through cold months.", + "ftbquests.chapter.ffood_plants.quest56.description1": "Once used to add a small amount of spice to everyday food.", + "ftbquests.chapter.ffood_plants.quest57.description1": "Once cultivated widely for its simple, nourishing qualities.", + "ftbquests.chapter.ffood_plants.quest58.description1": "A vital staple, central to diets and agricultural abundance.", + "ftbquests.chapter.ffood_plants.quest59.description1": "Seeds that added warmth and spice, enhancing a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest6.description1": "Large, round fruits with a green rind and sweet, juicy flesh; melons grew best in warm, sunny fields.", + "ftbquests.chapter.ffood_plants.quest60.description1": "Mild and colorful, they brought sweetness and variety to meals.", + "ftbquests.chapter.ffood_plants.quest61.description1": "Known for its cool, crisp texture, often enjoyed fresh or pickled.", + "ftbquests.chapter.ffood_plants.quest62.description1": "A sweet fruit that brightened the warmer months with its flavor.", + "ftbquests.chapter.ffood_plants.quest63.description1": "Harvested for its tender shoots, enjoyed seasonally.", + "ftbquests.chapter.ffood_plants.quest64.description1": "Offered a subtle crunch and flavor, a common addition in many recipes.", + "ftbquests.chapter.ffood_plants.quest65.description1": "Once a comforting grain, quietly nourishing both people and animals alike.", + "ftbquests.chapter.ffood_plants.quest66.description1": "Peanuts were once valued for their simple richness and high protein content.", + "ftbquests.chapter.ffood_plants.quest67.description1": "Tart and vibrant, they were key in sauces and salsas that brought bold flavor.", + "ftbquests.chapter.ffood_plants.quest68.description1": "A versatile summer squash, cooked or baked into a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest69.description1": "A small, sweet berry, enjoyed fresh or preserved to brighten meals.", + "ftbquests.chapter.ffood_plants.quest7.description1": "Prickly bushes bore these bright berries, beloved for their sweet bite and quick comfort.", + "ftbquests.chapter.ffood_plants.quest70.description1": "Known for their sweetness and antioxidants, often eaten fresh or in preserves.", + "ftbquests.chapter.ffood_plants.quest71.description1": "Rich and tangy, they provided a burst of flavor and nutrition when they were in season.", + "ftbquests.chapter.ffood_plants.quest72.description1": "A mild onion relative, used to add depth and subtle flavor to soups and stews.", + "ftbquests.chapter.ffood_plants.quest73.description1": "Crisp and cool, a common leafy green that added freshness to countless dishes.", + "ftbquests.chapter.ffood_plants.quest74.description1": "Valued for its spicy warmth and medicinal qualities, a staple in many remedies and recipes now lost.", + "ftbquests.chapter.ffood_plants.quest75.description1": "A fragrant melon, its juicy flesh a refreshing treat on hot days.", + "ftbquests.chapter.ffood_plants.quest76.description1": "A sweet, cooling melon that offered relief during warm seasons.", + "ftbquests.chapter.ffood_plants.quest77.description1": "A tangy fruit, rich in vitamin C and refreshing in warmer months.", + "ftbquests.chapter.ffood_plants.quest78.description1": "A versatile vegetable, often roasted or stewed to add richness to meals.", + "ftbquests.chapter.ffood_plants.quest79.description1": "A mild vegetable used in a variety of dishes, from soups to roasts.", + "ftbquests.chapter.ffood_plants.quest8.description1": "Wheat once rippled like golden seas, feeding countless lives. Fields of it marked the heart of many homesteads.", + "ftbquests.chapter.ffood_plants.quest80.description1": "Small and tart, used fresh or dried to add brightness to dishes and preserves.", + "ftbquests.chapter.ffood_plants.quest81.description1": "Valued for their oil and flavor, they were a key ingredient in cooking and preservation.", + "ftbquests.chapter.ffood_plants.quest82.description1": "Known for its nutritional content, often steamed or roasted.", + "ftbquests.chapter.ffood_plants.quest83.description1": "Prized for its tender hearts, a special ingredient in many traditional meals.", + "ftbquests.chapter.ffood_plants.quest84.description1": "Tart and fibrous, often cooked down into jams and desserts.", + "ftbquests.chapter.ffood_plants.quest85.description1": "A pungent staple, prized for both taste and medicinal value in many kitchens.", + "ftbquests.chapter.ffood_plants.quest86.description1": "Known for its vibrant color and healing properties, it flavored food and soothed ailments alike.", + "ftbquests.chapter.ffood_plants.quest87.description1": "Sweet and versatile - enjoyed fresh or transformed into wines and preserves.", + "ftbquests.chapter.ffood_plants.quest88.description1": "A leafy green, rich in nutrients and commonly eaten fresh.", + "ftbquests.chapter.ffood_plants.quest89.description1": "A hearty vegetable, often stored through colder months and used in countless recipes.", + "ftbquests.chapter.ffood_plants.quest9.description1": "This gnarled, shrieking root was feared as much as it was valued.", + "ftbquests.chapter.ffood_plants.quest9.description2": "\u00267Tip: you might want to only harvest these at night!", + "ftbquests.chapter.ffood_plants.quest90.description1": "A resilient leafy green valued for its nutrition and versatility in cooking.", + "ftbquests.chapter.ffood_plants.quest91.description1": "Small, dark berries used for their medicinal properties and tart flavor.", + "ftbquests.chapter.ffood_plants.quest92.description1": "Known for their bitter aroma, they were essential in brewing of all kinds.", + "ftbquests.chapter.ffood_plants.quest93.description1": "Tart and bright, commonly used fresh or preserved to complement meals.", + "ftbquests.chapter.ffood_plants.quest94.description1": "A fragrant bean that lent warmth and sweetness to many desserts and drinks.", + "ftbquests.chapter.ffood_plants.quest95.description1": "A sweet and tangy fruit that brought plenty of flavor to many dishes.", + "ftbquests.chapter.ffood_plants.quest96.description1": "Crunchy, subtly sweet nuts with a toasty, earthy finish.", + "ftbquests.chapter.ffood_plants.quest97.description1": "Crisp, juicy fruits that balance light sweetness with a refreshing tang.", + "ftbquests.chapter.ffood_plants.quest98.description1": "Soft, slightly fuzzy fruits with a delightfully sweet-tart burst.", + "ftbquests.chapter.ffood_plants.quest99.description1": "Creamy and buttery with a mild, slightly grassy flavor.", + "ftbquests.chapter.ffood_plants.title": "Plants Galore", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description1": "You wake up in a vast, dead and dried out wasteland. You don\u0027t remember how you got here, but you do remember what the world \u0026oshould\u0026r look like - and this isn\u0027t it.", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description2": "Welcome to \u00266Reclamation!\u0026r This is a slower-paced pack focused around bringing life and nature back to a dead world. Press \u00266F3+H\u0026r to disable advanced tooltips, if they\u0027re on!", + "ftbquests.chapter.how_the_world_came_to_be.quest1.task_6356663929448377632.title": "What happened here?", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description1": "\u00266Alchemical Sulfur\u0026r is one of the three building blocks of alchemy - it provides the Soul of an item, and represents what specific item it is.", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description2": "To obtain it, you\u0027ll have to make a \u00266Liquefaction Cauldron\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the item you want to extract sulfur from into the Cauldron, fill it with \u00266Sal Ammoniac,\u0026r give the Brazier some fuel, and it\u0027ll slowly convert materials into their respective \u00266Alchemical Sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description3": "The dried earth you find yourself surrounded by used to be dirt, and it remembers that - \u00266use the Cauldron to turn dried earth into dirt sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.title": "Alchemical Sulfur", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description1": "Now that you have all three alchemical components of an item - \u00266Mercury, Salt, and Sulfur\u0026r - you can make an \u00266Incubator\u0026r to combine them all back into an item; in this case, back into \u00266dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description2": "Place the Incubator above a Brazier and attach all three vessels to the sides of it. Fill each vessel with the appropriate item, give the Brazier some fuel, and in a bit you\u0027ll have fresh dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest11.title": "Incubator", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description1": "You\u0027ve done it! You\u0027ve made dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description2": "...now you just need something to grow on it.", + "ftbquests.chapter.how_the_world_came_to_be.quest12.subtitle": "Slightly browner", + "ftbquests.chapter.how_the_world_came_to_be.quest13.description1": "Despite the seeming apocalypse, there are still fish to find (and eat) for those with the skill and desire.", + "ftbquests.chapter.how_the_world_came_to_be.quest13.title": "Fishy Friends", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description1": "Spider string can be crafted into wool, which can be crafted into beds! ", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description2": "You can also craft a sleeping bag, for staying cozy on the go... but where would you be going?", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_1655930139945784994.title": "Any Bed", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_2233575124644508705.title": "Any Sleeping Bag", + "ftbquests.chapter.how_the_world_came_to_be.quest14.title": "Small Comforts", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description1": "Worldgen has been completely overhauled - \u00264no ore generates,\u0026r and the only biomes that exist are dead, wasteland biomes with no real vegetation. Additionally, the only trees that spawn are dead trees, with very little useability.", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description2": "Stone variants still generate, and you can find \u00266sand and clay underwater.\u0026r It will also still rain!", + "ftbquests.chapter.how_the_world_came_to_be.quest15.task_9000568835822462366.title": "Changed worldgen?", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description1": "The naturally spawning mobs have changed in this new landscape! Specifically, \u0026czombie villagers and witches won\u0027t spawn,\u0026r and \u00266spiders have mutated\u0026r into their venomous cave versions. ", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description2": "This means that there\u0027s \u0026cno way to get any kind of resources from witches or zombie villagers\u0026r (even if you could cure them!); the only things that you can really hope to get are iron or copper ingots from \u00266rare drops\u0026r - but there are other ways to generate resources...", + "ftbquests.chapter.how_the_world_came_to_be.quest16.task_8241748987012779739.title": "Rare Drops?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description1": "There are quite a few books in the pack! Thankfully, the \u00266Akashic Tome\u0026r is here to help. Crafting any book with this will combine it, letting you keep every guidebook in a single item. Simply craft it with another guidebook!", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description2": "To untransform the tome, punch the air with it.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description3": "To remove a stored book, transform the tome into the book, then sneak and press your \u0027drop\u0027 key.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.task_3483844932023115481.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description1": "A lot of the pack consists of passive processes you\u0027ll probably want to keep running while you do other things. You can claim chunks to \u00266force-load \u0026rthem using your map; ensuring they\u0027ll stay loaded even while you\u0027re not nearby. ", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description2": "Just open your map (default M) and \u00266right-click drag\u0026r over the area you\u0027d like to claim. Right-click drag again to force claim!", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description3": "If you\u0027re playing with friends, \u00266make sure you\u0027re on the same team\u0026r so that you can all access things inside your claim and share quest progress.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description4": "For more information on the claims system, check out the \u00266Open Parties and Claims\u0026r wiki or keybinds.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description5": "\u00267Tip: you might want to turn claimed chunk protection off! It tends to break fake players.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.task_3331239976186418612.title": "Playing with Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.title": "Chunkloading and Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description1": "You can make a quick and dirty door using the scrap wood and some copper you\u0027ve found - but it seems pretty shoddy, \u00264breaking every so often\u0026r and needing to be re-placed.", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description2": "At least it keeps the spookies out...", + "ftbquests.chapter.how_the_world_came_to_be.quest2.description1": "Wood is plentiful, if not exactly the quality you remember.", + "ftbquests.chapter.how_the_world_came_to_be.quest2.title": "Dead Trees", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description1": "Despite the harsh conditions, bees still persist, dotted amongst the dry hills. ", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description2": "Cultivating them could be a great way to \u00266generate resources\u0026r such as more dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description3": "\u00267Tip: this unlocks a new questline on the left!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.title": "Bees?!", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description1": "There are ruins around with \u00266small bits of copper,\u0026r completely oxidized from whatever happened. ", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description2": "You might be able to craft something to help you out with that copper, but first you\u0027ll have to \u00266get it into a useable state...\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest3.task_7525660450708144821.title": "Oxidized Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description1": "Many many recipes have been changed in this pack. Make sure you check your recipe browser for crafting recipes! By default, the keybinds when hovering over an item are \u00266R to look up recipes\u0026r for the item, and \u00266U to look up uses\u0026r for the item.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description2": "These binds can be changed by clicking the EMI button in the bottom left of your inventory screen.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.task_8528084351057584694.title": "What\u0027s changed?", + "ftbquests.chapter.how_the_world_came_to_be.quest4.title": "How do I craft things?", + "ftbquests.chapter.how_the_world_came_to_be.quest5.description1": "\u0026l\u0026o\u0026cNO ORE GENERATES IN THE WORLD. RECIPES HAVE CHANGED.\u0026r Those who came before you have completely mined out the entire planet - after centuries of strip mining, quarrying, and general exploitation, there is not so much as a measly scrap of coal in the world, so there\u0027s no point trying to find any type of ore by mining.", + "ftbquests.chapter.how_the_world_came_to_be.quest5.task_734684119620528193.title": "Deprived...", + "ftbquests.chapter.how_the_world_came_to_be.quest5.title": "Where\u0027s the ore!?", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description1": "After you \u00266scrape off the rust with an axe,\u0026r you think you can use a \u00266cutting board\u0026r to get useable copper out of the oxidized copper you find in ruins.", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description2": "This useable copper will be crucial for \u00266Spagyrics\u0026r, the process of decomposing and recombining matter - which should let you \u00266rejuvenate the Dried Earth\u0026r into \u00266Dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description3": "\u00267Tip: you can also use the cutting board to get more charcoal and scrap wood out of dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest6.title": "Useable Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description1": "In the contaminated water you have found trace amounts of \u00266Sal Ammoniac,\u0026r a crucial ingredient in the practice of \u00266Theurgy.\u0026r By setting up a simple accumulator and tank, you think you\u0027ll be able to distill it. ", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description2": "Place the accumulator on top of the tank, fill it with water, and it will slowly produce \u00266Sal Ammoniac\u0026r for you.", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description3": "\u00267Tip: you can make buckets out of copper!\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description1": "\u00266Alchemical Mercury\u0026r is one of the three building blocks of alchemy - it provides the Energy of an item, and is largely interchangeable between things.", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description2": "To distill it, you\u0027ll have to make a \u00266Mercury Distiller\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to distill into the Distiller, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Mercury.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description3": "Rarer materials give more mercury, but to start you\u0027ll probably want to distill \u00266cobblestone, dried earth, or cooked fish.\u0026r ", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description4": "\u00267Tip: slicing fish makes it a more efficient way of getting mercury!", + "ftbquests.chapter.how_the_world_came_to_be.quest8.title": "Alchemical Mercury", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description1": "\u00266Alchemical Salt\u0026r is one of the three building blocks of alchemy - it provides the Body of an item, and represents the \u0027type\u0027 of an item.", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description2": "To obtain it, you\u0027ll have to make a \u00266Calcination Oven\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to extract into the Oven, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description3": "There are many different kinds of salt, but to start, you should \u00266focus on getting Strata salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.title": "Alchemical Salt", + "ftbquests.chapter.how_the_world_came_to_be.subtitle0": "A vast wasteland", + "ftbquests.chapter.how_the_world_came_to_be.title": "Prologue", + "ftbquests.chapter.mob_safari.quest1.task_644874208300996266.title": "Creeper Photo", + "ftbquests.chapter.mob_safari.quest1.title": "Creeper", + "ftbquests.chapter.mob_safari.quest10.task_7387499092437519744.title": "Silverfish Photo", + "ftbquests.chapter.mob_safari.quest10.title": "Silverfish", + "ftbquests.chapter.mob_safari.quest11.task_560111651210659078.title": "Evoker Photo", + "ftbquests.chapter.mob_safari.quest11.title": "Evoker", + "ftbquests.chapter.mob_safari.quest12.task_6050813032829826018.title": "Ghast Photo", + "ftbquests.chapter.mob_safari.quest12.title": "Ghast", + "ftbquests.chapter.mob_safari.quest13.task_8655936747757493244.title": "Guardian Photo", + "ftbquests.chapter.mob_safari.quest13.title": "Guardian", + "ftbquests.chapter.mob_safari.quest14.task_9108849848609122501.title": "Hoglin Photo", + "ftbquests.chapter.mob_safari.quest14.title": "Hoglin", + "ftbquests.chapter.mob_safari.quest15.task_7435272240185968407.title": "Phantom Photo", + "ftbquests.chapter.mob_safari.quest15.title": "Phantom", + "ftbquests.chapter.mob_safari.quest16.task_2497415746301840277.title": "Piglin Brute Photo", + "ftbquests.chapter.mob_safari.quest16.title": "Piglin Brute", + "ftbquests.chapter.mob_safari.quest17.description1": "\u00267Tip: there is a ritual that can grant you the bad omen effect!", + "ftbquests.chapter.mob_safari.quest17.task_876018828234332303.title": "Pillager Photo", + "ftbquests.chapter.mob_safari.quest17.title": "Pillager", + "ftbquests.chapter.mob_safari.quest18.task_9217927796095116198.title": "Ravager Photo", + "ftbquests.chapter.mob_safari.quest18.title": "Ravager", + "ftbquests.chapter.mob_safari.quest19.task_6294764614244969421.title": "Shulker Photo", + "ftbquests.chapter.mob_safari.quest19.title": "Shulker", + "ftbquests.chapter.mob_safari.quest2.description1": "In this new post-apocalyptic world, you\u0027ve realized that it might be a good idea to document what lifeforms exist - just in case it happens again. ", + "ftbquests.chapter.mob_safari.quest2.description2": "To do so, you\u0027re going to need \u00266a camera, \u0026rsome \u00266film\u0026r to print onto, and some way to turn that \u00266film into photos.\u0026r", + "ftbquests.chapter.mob_safari.quest2.subtitle": "Snap decisions", + "ftbquests.chapter.mob_safari.quest2.title": "Camera", + "ftbquests.chapter.mob_safari.quest20.task_5958619487539868658.title": "Skeleton Photo", + "ftbquests.chapter.mob_safari.quest20.title": "Skeleton", + "ftbquests.chapter.mob_safari.quest21.task_2908237894518590949.title": "Slime Photo", + "ftbquests.chapter.mob_safari.quest21.title": "Slime", + "ftbquests.chapter.mob_safari.quest22.task_1986307033554203052.title": "Stray Photo", + "ftbquests.chapter.mob_safari.quest22.title": "Stray", + "ftbquests.chapter.mob_safari.quest23.task_8127229503220688871.title": "Vex Photo", + "ftbquests.chapter.mob_safari.quest23.title": "Vex", + "ftbquests.chapter.mob_safari.quest24.task_2719667561416590077.title": "Vindicator Photo", + "ftbquests.chapter.mob_safari.quest24.title": "Vindicator", + "ftbquests.chapter.mob_safari.quest25.description1": "\u00267Tip: the sculk catalyst is craftable, and you can use a sculk awakener on a sculk shrieker to convert it into one that can spawn Wardens.", + "ftbquests.chapter.mob_safari.quest25.task_3299757844051508646.title": "Warden Photo", + "ftbquests.chapter.mob_safari.quest25.title": "Warden", + "ftbquests.chapter.mob_safari.quest26.task_1834001635925258364.title": "Witch Photo", + "ftbquests.chapter.mob_safari.quest26.title": "Witch", + "ftbquests.chapter.mob_safari.quest27.description1": "\u00267Tip: if you want to summon a living wither skeleton, you\u0027ll need to use the Soulium Spawner.", + "ftbquests.chapter.mob_safari.quest27.task_431510156767848390.title": "Wither Skeleton Photo", + "ftbquests.chapter.mob_safari.quest27.title": "Wither Skeleton", + "ftbquests.chapter.mob_safari.quest28.task_3976176875920550036.title": "Zoglin Photo", + "ftbquests.chapter.mob_safari.quest28.title": "Zoglin", + "ftbquests.chapter.mob_safari.quest29.task_2001349734991872109.title": "Blaze Photo", + "ftbquests.chapter.mob_safari.quest29.title": "Blaze", + "ftbquests.chapter.mob_safari.quest3.task_6868688706200460210.title": "Zombie Photo", + "ftbquests.chapter.mob_safari.quest3.title": "Zombie", + "ftbquests.chapter.mob_safari.quest30.task_4394254762005595057.title": "Wither Photo", + "ftbquests.chapter.mob_safari.quest30.title": "Wither", + "ftbquests.chapter.mob_safari.quest31.task_6606548217913389459.title": "Ender Dragon Photo", + "ftbquests.chapter.mob_safari.quest31.title": "Ender Dragon", + "ftbquests.chapter.mob_safari.quest32.task_8348843003612976311.title": "Piglin Photo", + "ftbquests.chapter.mob_safari.quest32.title": "Piglin", + "ftbquests.chapter.mob_safari.quest33.task_9152125344552747368.title": "Allay Photo", + "ftbquests.chapter.mob_safari.quest33.title": "Allay", + "ftbquests.chapter.mob_safari.quest34.task_935450104482788869.title": "Axolotl Photo", + "ftbquests.chapter.mob_safari.quest34.title": "Axolotl", + "ftbquests.chapter.mob_safari.quest35.task_3732209353791428122.title": "Bat Photo", + "ftbquests.chapter.mob_safari.quest35.title": "Bat", + "ftbquests.chapter.mob_safari.quest36.task_4451728281716577204.title": "Camel Photo", + "ftbquests.chapter.mob_safari.quest36.title": "Camel", + "ftbquests.chapter.mob_safari.quest37.task_3478349021656071469.title": "Cat Photo", + "ftbquests.chapter.mob_safari.quest37.title": "Cat", + "ftbquests.chapter.mob_safari.quest38.task_421501030317629993.title": "Chicken Photo", + "ftbquests.chapter.mob_safari.quest38.title": "Chicken", + "ftbquests.chapter.mob_safari.quest39.task_3283513909476271368.title": "Cod Photo", + "ftbquests.chapter.mob_safari.quest39.title": "Cod", + "ftbquests.chapter.mob_safari.quest4.task_5493751185522811223.title": "Husk Photo", + "ftbquests.chapter.mob_safari.quest4.title": "Husk", + "ftbquests.chapter.mob_safari.quest40.task_3552336333939252573.title": "Cow Photo", + "ftbquests.chapter.mob_safari.quest40.title": "Cow", + "ftbquests.chapter.mob_safari.quest41.task_8921315837912733830.title": "Donkey Photo", + "ftbquests.chapter.mob_safari.quest41.title": "Donkey", + "ftbquests.chapter.mob_safari.quest42.task_8892925176174289117.title": "Frog Photo", + "ftbquests.chapter.mob_safari.quest42.title": "Frog", + "ftbquests.chapter.mob_safari.quest43.task_7912667151609898398.title": "Glow Squid Photo", + "ftbquests.chapter.mob_safari.quest43.title": "Glow Squid", + "ftbquests.chapter.mob_safari.quest44.task_4389105525914117514.title": "Horse Photo", + "ftbquests.chapter.mob_safari.quest44.title": "Horse", + "ftbquests.chapter.mob_safari.quest45.task_4359593363899885941.title": "Mooshroom Photo", + "ftbquests.chapter.mob_safari.quest45.title": "Mooshroom", + "ftbquests.chapter.mob_safari.quest46.task_924922940433498504.title": "Mule Photo", + "ftbquests.chapter.mob_safari.quest46.title": "Mule", + "ftbquests.chapter.mob_safari.quest47.task_4787445126890462554.title": "Ocelot Photo", + "ftbquests.chapter.mob_safari.quest47.title": "Ocelot", + "ftbquests.chapter.mob_safari.quest48.task_595439666779967783.title": "Parrot Photo", + "ftbquests.chapter.mob_safari.quest48.title": "Parrot", + "ftbquests.chapter.mob_safari.quest49.task_6791445533424275382.title": "Pig Photo", + "ftbquests.chapter.mob_safari.quest49.title": "Pig", + "ftbquests.chapter.mob_safari.quest5.task_2405723904258009579.title": "Drowned Photo", + "ftbquests.chapter.mob_safari.quest5.title": "Drowned", + "ftbquests.chapter.mob_safari.quest50.task_5186559523328413187.title": "Pufferfish Photo", + "ftbquests.chapter.mob_safari.quest50.title": "Pufferfish", + "ftbquests.chapter.mob_safari.quest51.task_1802630615776817042.title": "Rabbit Photo", + "ftbquests.chapter.mob_safari.quest51.title": "Rabbit", + "ftbquests.chapter.mob_safari.quest52.task_9075318374820615216.title": "Salmon Photo", + "ftbquests.chapter.mob_safari.quest52.title": "Salmon", + "ftbquests.chapter.mob_safari.quest53.task_1279126845524092057.title": "Sheep Photo", + "ftbquests.chapter.mob_safari.quest53.title": "Sheep", + "ftbquests.chapter.mob_safari.quest54.description1": "\u00267Tip: the sniffer egg is craftable!", + "ftbquests.chapter.mob_safari.quest54.task_4496075018482353874.title": "Sniffer Photo", + "ftbquests.chapter.mob_safari.quest54.title": "Sniffer", + "ftbquests.chapter.mob_safari.quest55.task_7621061223329854925.title": "Snow Golem Photo", + "ftbquests.chapter.mob_safari.quest55.title": "Snow Golem", + "ftbquests.chapter.mob_safari.quest56.task_3811954916556661348.title": "Squid Photo", + "ftbquests.chapter.mob_safari.quest56.title": "Squid", + "ftbquests.chapter.mob_safari.quest57.task_8980744210598611125.title": "Strider Photo", + "ftbquests.chapter.mob_safari.quest57.title": "Strider", + "ftbquests.chapter.mob_safari.quest58.task_3384099064913889422.title": "Tropical Fish Photo", + "ftbquests.chapter.mob_safari.quest58.title": "Tropical Fish", + "ftbquests.chapter.mob_safari.quest59.task_8173784837555787990.title": "Turtle Photo", + "ftbquests.chapter.mob_safari.quest59.title": "Turtle", + "ftbquests.chapter.mob_safari.quest6.task_874911539473621191.title": "Spider Photo", + "ftbquests.chapter.mob_safari.quest6.title": "Spider", + "ftbquests.chapter.mob_safari.quest60.task_3689972004573703426.title": "Villager Photo", + "ftbquests.chapter.mob_safari.quest60.title": "Villager", + "ftbquests.chapter.mob_safari.quest61.description1": "\u00267Tip: an oak or birch tree grown near flowers has a small chance to spawn a beehive!", + "ftbquests.chapter.mob_safari.quest61.task_5922903859006989903.title": "Bee Photo", + "ftbquests.chapter.mob_safari.quest61.title": "Bee", + "ftbquests.chapter.mob_safari.quest62.task_6003122656664405150.title": "Dolphin Photo", + "ftbquests.chapter.mob_safari.quest62.title": "Dolphin", + "ftbquests.chapter.mob_safari.quest63.task_8533728607102685433.title": "Fox Photo", + "ftbquests.chapter.mob_safari.quest63.title": "Fox", + "ftbquests.chapter.mob_safari.quest64.task_2426644530607004924.title": "Goat Photo", + "ftbquests.chapter.mob_safari.quest64.title": "Goat", + "ftbquests.chapter.mob_safari.quest65.task_7632281372321087328.title": "Iron Golem Photo", + "ftbquests.chapter.mob_safari.quest65.title": "Iron Golem", + "ftbquests.chapter.mob_safari.quest66.reward_5070411217558644494.title": "Wash the spit off your face!", + "ftbquests.chapter.mob_safari.quest66.task_6151594406741525419.title": "Llama Photo", + "ftbquests.chapter.mob_safari.quest66.title": "Llama", + "ftbquests.chapter.mob_safari.quest67.task_8391996334368644499.title": "Panda Photo", + "ftbquests.chapter.mob_safari.quest67.title": "Panda", + "ftbquests.chapter.mob_safari.quest68.task_6356092814838542587.title": "Polar Bear Photo", + "ftbquests.chapter.mob_safari.quest68.title": "Polar Bear", + "ftbquests.chapter.mob_safari.quest69.task_5155069369552929707.title": "Wolf Photo", + "ftbquests.chapter.mob_safari.quest69.title": "Wolf", + "ftbquests.chapter.mob_safari.quest7.task_7828452674496297861.title": "Cave Spider Photo", + "ftbquests.chapter.mob_safari.quest7.title": "Cave Spider", + "ftbquests.chapter.mob_safari.quest70.task_6586877749199133229.title": "Zombified Piglin Photo", + "ftbquests.chapter.mob_safari.quest70.title": "Zombified Piglin", + "ftbquests.chapter.mob_safari.quest71.description1": "\u00267Tip: there is a ritual that spawns the Elder Guardian!", + "ftbquests.chapter.mob_safari.quest71.task_1136723065807110792.title": "Elder Guardian Photo", + "ftbquests.chapter.mob_safari.quest71.title": "Elder Guardian", + "ftbquests.chapter.mob_safari.quest72.task_1119603583110664878.title": "Starbuncle Photo", + "ftbquests.chapter.mob_safari.quest72.title": "Starbuncle", + "ftbquests.chapter.mob_safari.quest73.task_1237879032257403086.title": "Wilden Guardian Photo", + "ftbquests.chapter.mob_safari.quest73.title": "Wilden Defender", + "ftbquests.chapter.mob_safari.quest74.task_5793666635438854570.title": "Wilden Pack Hunter Photo", + "ftbquests.chapter.mob_safari.quest74.title": "Wilden Pack Hunter", + "ftbquests.chapter.mob_safari.quest75.task_8789953344793101489.title": "Wilden Stalker Photo", + "ftbquests.chapter.mob_safari.quest75.title": "Wilden Stalker", + "ftbquests.chapter.mob_safari.quest76.task_4116691053894850008.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest76.title": "Drygmy", + "ftbquests.chapter.mob_safari.quest77.task_1018473204252943458.title": "Wilden Chimera Photo", + "ftbquests.chapter.mob_safari.quest77.title": "Wilden Chimera", + "ftbquests.chapter.mob_safari.quest78.task_6004116955135160925.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest78.title": "Whirlisprig", + "ftbquests.chapter.mob_safari.quest79.description1": "\u00267Tip: a spawned siren, not a tamed familiar!", + "ftbquests.chapter.mob_safari.quest79.task_1471670924078031545.title": "Siren Photo", + "ftbquests.chapter.mob_safari.quest79.title": "Siren", + "ftbquests.chapter.mob_safari.quest8.task_4943959340946543881.title": "Enderman Photo", + "ftbquests.chapter.mob_safari.quest8.title": "Enderman", + "ftbquests.chapter.mob_safari.quest80.description1": "I mean. You did a LOT of grinding probably to get here. Also by definition you\u0027ve finished the pack, or good as.", + "ftbquests.chapter.mob_safari.quest80.subtitle": "because why not?", + "ftbquests.chapter.mob_safari.quest80.title": "Safari LEGEND", + "ftbquests.chapter.mob_safari.quest9.task_4733333668196733711.title": "Endermite Photo", + "ftbquests.chapter.mob_safari.quest9.title": "Endermite", + "ftbquests.chapter.mob_safari.title": "Mob Safari", + "ftbquests.chapter.resource_generation.quest1.description1": "\u00266Prosperity Shards\u0026r are the basis of all mystical essence manipulation - very useful for generating large amounts of basic resources.", + "ftbquests.chapter.resource_generation.quest1.description2": "They can be found by breaking down copper nuggets with a pickaxe on a cutting board.", + "ftbquests.chapter.resource_generation.quest1.description3": "\u00267Tip: you can also make prosperity shards in an Enrichment Chamber!", + "ftbquests.chapter.resource_generation.quest10.description1": "With enough inferium, you can craft \u00266Inferium Seeds,\u0026r which grow essence themselves.", + "ftbquests.chapter.resource_generation.quest11.description1": "More potent than regular inferium essence, \u00266Prudentium Essence\u0026r can be used to make some useful essence seeds.", + "ftbquests.chapter.resource_generation.quest11.description2": "Make it by fortifying inferium essence with all four elemental essences in a \u00266Cauldron.\u0026r", + "ftbquests.chapter.resource_generation.quest11.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest18.description1": "The \u00266infusion altar\u0026r and \u00266pedestals\u0026r are required to craft essence seeds.", + "ftbquests.chapter.resource_generation.quest18.description2": "Place the items necessary in the pedestals, then give the altar a redstone signal or a wave of a wand to begin crafting.", + "ftbquests.chapter.resource_generation.quest19.description1": "By breeding \u00266Rocky\u0026r bees together in the nether, they\u0027ll slowly adapt and turn into their nether versions - \u00266Crimson\u0026r and \u00266Warped\u0026r bees. \u00266Cursed\u0026r bees are the hybrid between the two.", + "ftbquests.chapter.resource_generation.quest19.description2": "These bees, twisted by the nether environment, are somewhat aggressive; they\u0027ll harm nearby mobs (including players!)", + "ftbquests.chapter.resource_generation.quest19.task_3895545663253499388.title": "Warped", + "ftbquests.chapter.resource_generation.quest19.task_8052506021592411173.title": "Cursed", + "ftbquests.chapter.resource_generation.quest19.task_891469205622428585.title": "Crimson", + "ftbquests.chapter.resource_generation.quest19.title": "Nether Bees", + "ftbquests.chapter.resource_generation.quest2.description1": "You can place frames into your apiary for bonuses to productivity, lifespan, and even change the temperature and humidity of an apiary. ", + "ftbquests.chapter.resource_generation.quest2.description2": "\u00267Tip: Frame modifiers stack multiplicatively, not additively!\u0026r", + "ftbquests.chapter.resource_generation.quest2.task_1734748989054878453.title": "Any Frame", + "ftbquests.chapter.resource_generation.quest20.description1": "If you\u0027re tired of getting stung by nether bees, try crafting a set of \u00266Apiarist Gear.\u0026r This armor, when worn as a set, will protect you from getting affected by any bees nearby.", + "ftbquests.chapter.resource_generation.quest20.description2": "It\u0027s made of silk, which you can get from propolis (which you can get from simmering combs, among others.)", + "ftbquests.chapter.resource_generation.quest20.title": "Apiarist Gear", + "ftbquests.chapter.resource_generation.quest21.description1": "\u00266Rocky\u0026r and \u00266Robust\u0026r bees are more used to cooler climates, but you can breed better tolerances into them. ", + "ftbquests.chapter.resource_generation.quest21.description2": "Their rocky combs produce much more wax and honey than their wasteland cousins, but more importantly, they can rarely produce \u00266Copper Combs\u0026r as a specialty.", + "ftbquests.chapter.resource_generation.quest21.description3": "\u00267Tip: specialties are only produced when a bee is ecstatic! To make a bee ecstatic, you have to have its housing climate \u0026lexactly\u0026r\u00267 match the bee\u0027s preferred climate. Either breed it so that it prefers the hot dry wastes, or use special frames to adjust the temperature and humidity!", + "ftbquests.chapter.resource_generation.quest21.description4": "\u00267Tip 2: tuff (which you need underneath the apiary to breed these bees!) can be crafted or found underground.", + "ftbquests.chapter.resource_generation.quest21.task_1538674417108678800.title": "Resilient", + "ftbquests.chapter.resource_generation.quest21.task_7190582857068653051.title": "Robust", + "ftbquests.chapter.resource_generation.quest21.task_9033126545582958159.title": "Rocky", + "ftbquests.chapter.resource_generation.quest21.title": "Rocky Bees", + "ftbquests.chapter.resource_generation.quest22.description1": "\u00266Haunted,\u0026r \u00266Ghostly,\u0026r and \u00266Spectral\u0026r bees are an offshoot of nether bees that produce Spectral combs, a relatively honey-rich comb. Additionally, Spectral bees will produce \u00266glowstone\u0026r as a specialty!", + "ftbquests.chapter.resource_generation.quest22.task_3081911043010225060.title": "Haunted", + "ftbquests.chapter.resource_generation.quest22.task_5262672928415792469.title": "Ghostly", + "ftbquests.chapter.resource_generation.quest22.task_8517504769354790857.title": "Spectral", + "ftbquests.chapter.resource_generation.quest22.title": "Spectral Bees", + "ftbquests.chapter.resource_generation.quest23.description1": "\u00266Common\u0026r and \u00266Cultivated\u0026r bees were the most common species in the world that came before, from what you recall.", + "ftbquests.chapter.resource_generation.quest23.task_3642208754252689379.title": "Common", + "ftbquests.chapter.resource_generation.quest23.task_8299291890952022433.title": "Cultivated", + "ftbquests.chapter.resource_generation.quest23.title": "Common Bees", + "ftbquests.chapter.resource_generation.quest24.description1": "These glorious bee comrades ironically despise queens. They are also notable for producing \u00266pollen\u0026r and having \u00266higher than average productivity.\u0026r", + "ftbquests.chapter.resource_generation.quest24.task_2025398279722007265.title": "Industrious", + "ftbquests.chapter.resource_generation.quest24.task_3616071306266700168.title": "Tireless", + "ftbquests.chapter.resource_generation.quest24.task_8393881405903593674.title": "Diligent", + "ftbquests.chapter.resource_generation.quest24.title": "Industrious Bees", + "ftbquests.chapter.resource_generation.quest25.description1": "Somewhat snooty and famously literally blue-blooded, these bees can produce \u00266Royal Combs\u0026r when ecstatic. These combs can then centrifuge into \u00266Royal Jelly.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description2": "They also have a \u00266higher than average fertility rate.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description3": "\u00267Tip: Imperial bees have the Beatific effect, which provides all mobs nearby with regeneration!", + "ftbquests.chapter.resource_generation.quest25.task_6398361437915986421.title": "Noble", + "ftbquests.chapter.resource_generation.quest25.task_7062842366521447494.title": "Imperial", + "ftbquests.chapter.resource_generation.quest25.task_753059639095222795.title": "Majestic", + "ftbquests.chapter.resource_generation.quest25.title": "Imperial Bees", + "ftbquests.chapter.resource_generation.quest26.description1": "The \u00266Mellarium\u0026r is a multiblock version of the apiary, with the ability to add modules that can help you in a variety of ways.", + "ftbquests.chapter.resource_generation.quest26.description2": "The most concrete thing a Mellarium can do is give you more than three frame slots, using \u00266Frame Housings.\u0026r This means you can get, in the best case, \u0026l\u0026oSTACKS\u0026r of combs every bee tick.", + "ftbquests.chapter.resource_generation.quest26.description3": "You can also increase your chances of getting a mutation, shield your bees from rain, and change the climate using catalyst items.", + "ftbquests.chapter.resource_generation.quest26.description4": "\u00267Tip: read your Apiarist Field Guide for more information!", + "ftbquests.chapter.resource_generation.quest26.title": "The Mellarium", + "ftbquests.chapter.resource_generation.quest27.description1": "Once you start getting propolis, you can start \u00266upgrading\u0026r your \u00266Centrifuges\u0026r and \u00266Generators\u0026r - each upgrade has different stats, and you can put up to three in your machines.", + "ftbquests.chapter.resource_generation.quest27.description2": "Like frames, these upgrades stack multiplicatively.", + "ftbquests.chapter.resource_generation.quest27.description3": "\u00267Tip: the earliest ways to get propolis are through nether bees or rocky bees!", + "ftbquests.chapter.resource_generation.quest27.task_7611771532993062026.title": "Any Upgrade", + "ftbquests.chapter.resource_generation.quest27.title": "Upgrades", + "ftbquests.chapter.resource_generation.quest28.description1": "At some point you\u0027ll have more honey (and other bee products) than you know what to do with. ", + "ftbquests.chapter.resource_generation.quest28.description2": "If nothing else, you can burn them for energy in the \u00266Honey Generator!\u0026r", + "ftbquests.chapter.resource_generation.quest29.description1": "An interesting thing about these bees is that there\u0027s no way to get more than one queen out of a breeding pair. Fortunately, you can perform a ritual to summon \u00266more bee nests\u0026r through magic and some special ingredients.", + "ftbquests.chapter.resource_generation.quest29.description2": "Read your Reclamation Rituals book for more information.", + "ftbquests.chapter.resource_generation.quest29.title": "More Nests", + "ftbquests.chapter.resource_generation.quest3.description1": "You\u0027ve noticed some beehives dotted around. Maybe you can try to domesticate them?", + "ftbquests.chapter.resource_generation.quest3.description2": "You\u0027ll need a tool to harvest the nests and a place to raise the bees.", + "ftbquests.chapter.resource_generation.quest3.description3": "\u00267Tip: not every bee is required to finish the pack! Branching out from the required bees will allow you to generate resources much easier than the traditional routes, however.", + "ftbquests.chapter.resource_generation.quest3.title": "Beeginnings", + "ftbquests.chapter.resource_generation.quest30.description1": "Certain bees can produce straight up raw metals from certain rocks!", + "ftbquests.chapter.resource_generation.quest30.task_1055543042056575718.title": "Cuprous", + "ftbquests.chapter.resource_generation.quest30.task_2417461944780662004.title": "Osimum", + "ftbquests.chapter.resource_generation.quest30.task_4765395095236658823.title": "Radioactive", + "ftbquests.chapter.resource_generation.quest30.task_5074021897861698803.title": "Precious", + "ftbquests.chapter.resource_generation.quest30.task_5533305920955437908.title": "Ferrous", + "ftbquests.chapter.resource_generation.quest30.task_6870748623537125703.title": "Argentum", + "ftbquests.chapter.resource_generation.quest30.task_766783682761833592.title": "Zincum", + "ftbquests.chapter.resource_generation.quest30.task_8469594533203667582.title": "Stannum", + "ftbquests.chapter.resource_generation.quest30.task_9085151875040480342.title": "Plumbum", + "ftbquests.chapter.resource_generation.quest30.title": "Metal Bees", + "ftbquests.chapter.resource_generation.quest31.description1": "Certain bees can produce raw minerals from their environment!", + "ftbquests.chapter.resource_generation.quest31.task_1818325150934700666.title": "Emeradic", + "ftbquests.chapter.resource_generation.quest31.task_2840825311361710213.title": "Lapic", + "ftbquests.chapter.resource_generation.quest31.task_3358109104860624142.title": "Fluorite", + "ftbquests.chapter.resource_generation.quest31.task_3719081351633839622.title": "Bituminous", + "ftbquests.chapter.resource_generation.quest31.task_4463225001103591989.title": "Silicate", + "ftbquests.chapter.resource_generation.quest31.task_5231403782456047002.title": "Dimantic", + "ftbquests.chapter.resource_generation.quest31.task_5480192077480458536.title": "Luminous", + "ftbquests.chapter.resource_generation.quest31.task_6963870120953273988.title": "Amethyst", + "ftbquests.chapter.resource_generation.quest31.task_7118701806962971116.title": "Quartz", + "ftbquests.chapter.resource_generation.quest31.task_7148838165140607695.title": "Conductive", + "ftbquests.chapter.resource_generation.quest31.title": "Mineral Bees", + "ftbquests.chapter.resource_generation.quest32.description1": "Stronger than Prudentium, \u00266Tertium\u0026r is necessary for all kinds of metallic essence seeds.", + "ftbquests.chapter.resource_generation.quest32.description2": "Make it using a \u00266Runic Altar\u0026r or \u00266Terrestrial Agglomeration Plate.\u0026r", + "ftbquests.chapter.resource_generation.quest32.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest32.description4": "\u00267Tip 2: a potency lens would make the altar process much faster!", + "ftbquests.chapter.resource_generation.quest33.description1": "\u00266Imperium\u0026r is the penultimate tier of essence, requiring combining the power of \u00265Source\u0026r and Tertium Essence.", + "ftbquests.chapter.resource_generation.quest33.description2": "It can be made using an \u00266Imbuement Chamber.\u0026r", + "ftbquests.chapter.resource_generation.quest33.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest34.description1": "\u00266Supremium\u0026r is the highest tier of essence, used for crafting the highest tier of mystical equipment and seeds.", + "ftbquests.chapter.resource_generation.quest34.description2": "Anoint Imperium with life essence to create it.", + "ftbquests.chapter.resource_generation.quest34.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest35.description1": "These bees can produce magical products. Some of them, like the \u00266Natural\u0026r bee, have special effects!", + "ftbquests.chapter.resource_generation.quest35.description2": "Additionally, the Natural bee produces some small amount of \u00266Nature Essence\u0026r if kept ecstatic.", + "ftbquests.chapter.resource_generation.quest35.task_2760367059321888447.title": "Dawnstone", + "ftbquests.chapter.resource_generation.quest35.task_4095918579037388131.title": "Willful", + "ftbquests.chapter.resource_generation.quest35.task_417359132698374078.title": "Botanic", + "ftbquests.chapter.resource_generation.quest35.task_4623337291104132366.title": "Demonite", + "ftbquests.chapter.resource_generation.quest35.task_5288388297853031166.title": "Terra", + "ftbquests.chapter.resource_generation.quest35.task_5373973326405937422.title": "Natural", + "ftbquests.chapter.resource_generation.quest35.task_7910365384265410324.title": "Source", + "ftbquests.chapter.resource_generation.quest35.title": "Magical Bees", + "ftbquests.chapter.resource_generation.quest37.description1": "\u00267Tip: you\u0027ll need to breed Nature bees to get your first bits of nature essence!", + "ftbquests.chapter.resource_generation.quest4.description1": "Now pop a \u00266princess and drone into an apiary,\u0026r and watch the magic happen! Bees can generate some \u00266very useful resources\u0026r in their combs; initially, though, you\u0027ll have to process said combs on \u00266a cutting board.\u0026r", + "ftbquests.chapter.resource_generation.quest4.description2": "At first, you\u0027ll only get beeswax and honey drops, alongside some dead logs...", + "ftbquests.chapter.resource_generation.quest4.description3": "\u00267Tip: wasteland bees (and desiccated and dried bees) need dead bushes as their \u0027flowers\u0027!", + "ftbquests.chapter.resource_generation.quest4.title": "Beesources", + "ftbquests.chapter.resource_generation.quest5.description1": "By continuously re-breeding \u00266Wasteland\u0026r bees together, you can start to slowly revitalize them. \u00266Desiccated\u0026r and \u00266Dried\u0026r bees are slightly better, with a higher productivity and lifespan - meaning less maintenance and more combs!", + "ftbquests.chapter.resource_generation.quest5.task_3134995966104364628.title": "Dried", + "ftbquests.chapter.resource_generation.quest5.task_7818871944295114422.title": "Desiccated", + "ftbquests.chapter.resource_generation.quest5.title": "Reclaimed Bees", + "ftbquests.chapter.resource_generation.quest6.description1": "At some point, you\u0027ll want to take a closer look at your bees - the \u00266Analyzer\u0026r allows you to examine what genes exactly any given bee has, for the low cost of a single honey drop.", + "ftbquests.chapter.resource_generation.quest6.description2": "The \u00266Apid Library\u0026r shows you what mutations you can create with a bee\u0027s species.", + "ftbquests.chapter.resource_generation.quest6.description3": "The \u00266Microscope\u0026r allows you to research bee species, giving you a higher chance to mutate bees into a researched species.", + "ftbquests.chapter.resource_generation.quest6.description4": "\u00267Tip: the Microscope is a great way to get rid of unnecessary drones you have! Read the Apiarist Field Guide for more info on it.", + "ftbquests.chapter.resource_generation.quest6.title": "Tools of the Trade", + "ftbquests.chapter.resource_generation.quest67.description1": "\u00266Growth Accelerators\u0026r grow the crop above them faster. Higher tiers have higher ranges, meaning you can stack more underneath your farmland!", + "ftbquests.chapter.resource_generation.quest68.description1": "Essence infused watering cans can water a larger area faster.", + "ftbquests.chapter.resource_generation.quest7.description1": "If you want to process your combs more efficiently, you\u0027ll want to make a \u00266Centrifuge.\u0026r Powered by a generator, it automatically turns combs into comb products - no more manual chopping!", + "ftbquests.chapter.resource_generation.quest7.title": "Comb Processing ", + "ftbquests.chapter.resource_generation.quest73.description1": "\u00267Tip: unlimited wadduh", + "ftbquests.chapter.resource_generation.quest8.description1": "All essence seeds need to grow on specially prepared \u00266Essence Farmland.\u0026r", + "ftbquests.chapter.resource_generation.quest8.description2": "You can obtain your first bits of \u00266Inferium Essence\u0026r from killing mobs.", + "ftbquests.chapter.resource_generation.quest8.description3": "\u00267Tip: higher tier essence farmland will grow essence crops slightly faster!", + "ftbquests.chapter.resource_generation.quest9.description1": "These first elemental seeds don\u0027t have very many direct crafting uses, but are an important stepping stone to bigger and better things.", + "ftbquests.chapter.resource_generation.quest9.description2": "\u00267Tip: essence seeds aren\u0027t cloneable, meaning you\u0027ll need two or more to actually start increasing their stats!", + "ftbquests.chapter.resource_generation.quest9.title": "Elemental Seeds", + "ftbquests.chapter.resource_generation.title": "Resource Generation", + "ftbquests.chapter.the_color_green.quest1.description1": "You\u0027ve done it! You finally have grass. It\u0027s not exactly green, but you can \u00266bonemeal\u0026r a large area of it and \u00266get flowers!\u0026r", + "ftbquests.chapter.the_color_green.quest1.title": "Grass!", + "ftbquests.chapter.the_color_green.quest10.description1": "The \u00266Natural Altar\u0026r is a very important tool in the manipulation of natural energies.", + "ftbquests.chapter.the_color_green.quest10.description2": "Once the altar is fully built, it will drain \u00266aura\u0026r from its surroundings. It will then use those energies to \u00266transform items put into it.\u0026r ", + "ftbquests.chapter.the_color_green.quest10.description3": "You should also look into creating the \u00266Environmental Eye\u0026r - a very useful device that shows you the level of aura in the nearby area.", + "ftbquests.chapter.the_color_green.quest10.task_4749334638074014910.title": "Any Planks", + "ftbquests.chapter.the_color_green.quest10.title": "Natural Altar", + "ftbquests.chapter.the_color_green.quest11.description1": "Infusing iron in the Natural Altar creates, funnily enough, \u00266Infused Iron Ingots.\u0026r These have a wide variety of uses, but chief among them are some very nice tools and armor, with \u00266special abilities\u0026r and the unique property of being \u00266repairable using Aura.\u0026r", + "ftbquests.chapter.the_color_green.quest11.title": "Infused Iron", + "ftbquests.chapter.the_color_green.quest12.description1": "Extremely malleable, \u00266Andesite Alloy\u0026r is a crucial component of contraptions to come.", + "ftbquests.chapter.the_color_green.quest12.description2": "\u00267Tip: very small amounts of Create are needed to finish the pack, but you won\u0027t have to get too deep into it!", + "ftbquests.chapter.the_color_green.quest13.description1": "The Natural Altar requires aura in the surrounding area to function. It won\u0027t ever take the aura to a negative level, but it will \u00264stop working completely if the aura is low enough,\u0026r which means you\u0027ll need a way of replenishing it.", + "ftbquests.chapter.the_color_green.quest13.description2": "\u00266Ancient Saplings\u0026r are the most basic way to do this; once grown, if the area\u0027s aura is low enough, the tree\u0027s leaves will \u00264slowly wither away,\u0026r \u00266producing aura in the process.\u0026r", + "ftbquests.chapter.the_color_green.quest13.title": "Creating Aura", + "ftbquests.chapter.the_color_green.quest14.description1": "An excess of aura generates flowers - and this device can turn \u00266flowers into an excess of aura!\u0026r Make sure you feed it a \u00266balanced diet of different flowers,\u0026r though; too much of the same flower and it starts to give you \u00264diminishing returns.\u0026r", + "ftbquests.chapter.the_color_green.quest14.description2": "\u00267Tip: if the aura in an area is high enough, it\u0027ll charge aura caches! Crouch with a botanist tool (made from infused iron) to repair them with an aura cache in your inventory.", + "ftbquests.chapter.the_color_green.quest15.description1": "Mana\u0027s not very useful without ways to generate and move it! Starting out, your best source of mana is going to be the \u00266Endoflame.\u0026r", + "ftbquests.chapter.the_color_green.quest15.description2": "\u00267Tip: you can use the Wand of the Forest to bind the spreader to flowers and pools.", + "ftbquests.chapter.the_color_green.quest15.description3": "\u00267Tip 2: using a pressure plate but it\u0027s not working? Open your OPAC keybind (default [\u0027]) to turn off the Prot. Plates from Other setting!", + "ftbquests.chapter.the_color_green.quest15.task_4041437535513982933.title": "Wand of the Forest", + "ftbquests.chapter.the_color_green.quest15.title": "Generating Mana", + "ftbquests.chapter.the_color_green.quest16.description1": "Now that you have a more robust source of aura, you can put it to more use - a \u00266crumbling catalyst,\u0026r when placed on top of one of the lower four golden blocks of a natural altar, can crush things much more finely than you can by hand. It can get you \u00266more bone meal per bone, more gold powder per leaf, and even turn cobblestone into sand!\u0026r", + "ftbquests.chapter.the_color_green.quest17.description1": "There are a few items you can place on top of your altar to increase its capacity and recharge rate:", + "ftbquests.chapter.the_color_green.quest17.description2": "\u00266Torch:\u0026r +0.5x recharge rate", + "ftbquests.chapter.the_color_green.quest17.description3": "\u00266Skeleton Skull/Husk Head:\u0026r +1x recharge rate, +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description4": "\u00266Chalice:\u0026r +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description5": "Eventually, you can replace the torch with a candelabra, the skeleton skull with a wither skeleton or player skull, and the chalice with a filled chalice for even more recharge rate and capacity.", + "ftbquests.chapter.the_color_green.quest17.task_4639929492764668107.title": "Head Upgrade", + "ftbquests.chapter.the_color_green.quest17.title": "Altar Upgrades", + "ftbquests.chapter.the_color_green.quest18.description1": "Attuned stones are a very important part of witchcraft - not only do they let you \u00266craft necessary workstations,\u0026r they also give you the ability to perform certain rites \u00266without the need of an altar,\u0026r once charged!", + "ftbquests.chapter.the_color_green.quest18.description2": "\u00267Please note that this recipe needs altar power! Make sure your cauldron is within range of your altar!", + "ftbquests.chapter.the_color_green.quest19.description1": "If the \u00266Altar\u0026r is the backbone of witchcraft, the \u00266Distillery, Kettle,\u0026r and \u00266Spinning Wheel \u0026rare its phalanges. ", + "ftbquests.chapter.the_color_green.quest19.description2": "...strange metaphors aside, these blocks allow you to craft a wide variety of \u00266witchy goodies.\u0026r They will need to be placed within range of an altar, if their recipes require power.", + "ftbquests.chapter.the_color_green.quest19.title": "Tools of the Trade", + "ftbquests.chapter.the_color_green.quest2.description1": "Now that you have actual plants available, you can start to harness their latent life-energy to power rituals. To start, you\u0027ll have to create a structure capable of collecting it - an \u00266Altar\u0026r should do well here. Place your Altar blocks in a 2x3 rectangle and it should start collecting power!", + "ftbquests.chapter.the_color_green.quest2.description2": "The more \u00266plantlife\u0026r there is around the\u00266 Altar,\u0026r the more power you can store. This includes \u00266trees, grass, flowers, crops, vines, pumpkins, melons, and more!\u0026r", + "ftbquests.chapter.the_color_green.quest2.description3": "\u00267Tip: the altar has a range of 16 blocks! There is a cap to each kind of plantlife nearby as well, so make sure the surroundings are varied.", + "ftbquests.chapter.the_color_green.quest2.title": "Altar", + "ftbquests.chapter.the_color_green.quest20.description1": "An apparatus perfect for channelling large amounts of mana into collections of objects, the \u00266Runic Altar\u0026r will (obviously) let you make runes.", + "ftbquests.chapter.the_color_green.quest20.description2": "\u00267Tip: with the altar, if you don\u0027t have them already, you can craft mystical flower seeds!", + "ftbquests.chapter.the_color_green.quest21.description1": "Ember item and fluid pipes are relatively basic, but at this point in time they\u0027re fairly decent for small-scale operations. Pipes need extractors to pull items into them, and extractors need a redstone signal to be activated. There are a few other quirks to the system, all of which are explained in your \u00266Ancient Codex.", + "ftbquests.chapter.the_color_green.quest21.description2": "\u00267Note - basically everything in Embers needs a redstone signal to activate, so get ready to place plenty of levers!", + "ftbquests.chapter.the_color_green.quest21.title": "Dwarven Logistics", + "ftbquests.chapter.the_color_green.quest22.description1": "Now that you have some Ember, you\u0027ll need to turn it into useable energy somehow.", + "ftbquests.chapter.the_color_green.quest22.description2": "The\u00266 Ember Activator\u0026r turns solid Ember into \u00266Activated Ember;\u0026r pipe crystals and shards into the bottom, and attach an \u00266Ember Emitter to the top\u0026r to output \u00266Activated Ember.\u0026r ", + "ftbquests.chapter.the_color_green.quest22.description3": "Use a Tinker\u0027s Hammer on the emitter to link it to a receptor, give it a redstone signal, and you\u0027re transmitting Activated Ember!", + "ftbquests.chapter.the_color_green.quest22.description4": "\u00267Note that Ember Grit doesn\u0027t normally produce Activated Ember; you\u0027ll have to add a \u00266Heat Exchanger\u00267 to an activator to get energy out of it (which multiplies all ember production by 0.9x, but adds a flat +300 to all items production!)", + "ftbquests.chapter.the_color_green.quest22.title": "Activating Ember", + "ftbquests.chapter.the_color_green.quest23.description1": "One of the main ways to channel altar power is through the practice of \u00266circle magic.\u0026r Each ritual has a gold chalk glyph at its center, but the placement of other chalk glyphs changes depending on what kind of ritual you want to perform!", + "ftbquests.chapter.the_color_green.quest23.description2": "Most rituals can target a remote area using a waystone (blooded or otherwise), and some rituals can even be performed away from the altar by adding a charged attuned stone to them!\u00266 Read through the two reward books to find out what rituals you can perform.\u0026r", + "ftbquests.chapter.the_color_green.quest23.description3": "\u00267Tip: the rite of fertility is a cheap, easy way to mass bonemeal grass, crops or anything else!", + "ftbquests.chapter.the_color_green.quest23.title": "Circle Magic", + "ftbquests.chapter.the_color_green.quest24.description1": "You\u0027ll want to make a \u00266Copper Cell\u0026r to \u00266store your activated ember\u0026r - it works as a kind of \u0027battery\u0027 for the mystical energy.", + "ftbquests.chapter.the_color_green.quest24.description2": "To see how much ember is in the cell, place an \u00266Ember Dial\u0026r on it.", + "ftbquests.chapter.the_color_green.quest24.title": "Storing Ember", + "ftbquests.chapter.the_color_green.quest25.description1": "Ember is capable of melting metals and other items in the creatively-named \u00266Melter\u0026r - feed the bottom half ember, feed the top half items to melt, and you can extract molten metals from the top half.", + "ftbquests.chapter.the_color_green.quest25.description2": "This molten metal can be formed into a variety of shapes in a \u00266Stamper;\u0026r place the \u00266Stamp Base,\u0026r then the \u00266Stamper above it with a one-block gap\u0026r of air. Give the Stamper ember and a stamp, pipe molten metal into the base, and presto! Stamped and cooled metal products! ", + "ftbquests.chapter.the_color_green.quest25.description3": "Notably, you can use this process to \u00266produce plates more efficiently.\u0026r", + "ftbquests.chapter.the_color_green.quest25.title": "Melting and Stamping", + "ftbquests.chapter.the_color_green.quest26.description1": "By piping molten copper and gold into \u0026odifferent sides\u0026r of the bottom of a \u00266Mixer Centrifuge,\u0026r (along with some ember) you can combine them into a strong, ember-aligned metal called \u00266Dawnstone.\u0026r Pipe it out of the top and stamp it into ingots or plates!", + "ftbquests.chapter.the_color_green.quest26.description2": "\u00267Tip: use your Tinker\u0027s Lens to see what\u0027s going on in the mixer!", + "ftbquests.chapter.the_color_green.quest26.title": "Dawnstone", + "ftbquests.chapter.the_color_green.quest27.description1": "The Andesite Casing is a crucial part of any kind of mechanical apparatus.", + "ftbquests.chapter.the_color_green.quest28.description1": "For more advanced ember crafting, a special setup is required. An \u00266exchange tablet\u0026r with some \u00266pedestals\u0026r around it, when struck with a \u00266beam cannon pulse,\u0026r will transmute the center item into a new result item.", + "ftbquests.chapter.the_color_green.quest28.description2": "There is one complication, though. The pedestals need \u00266aspectii\u0026r to be placed on them, and you aren\u0027t sure which aspectii go with which items! The only way to find out is through experiementation - if the transmutation fails, it will produce \u0026balchemical waste.\u0026r When held and right clicked, the waste will reveal a number of \u00266glowing spots,\u0026r which tell you the number of \u00266aspectus/item combinations you got right.\u0026r", + "ftbquests.chapter.the_color_green.quest28.title": "Energetic Alchemy", + "ftbquests.chapter.the_color_green.quest29.description1": "Using the power of mana and a pumpkin, you think you can create a \u00266Fel Pumpkin\u0026r - a weak imitation of a blaze head. Pop this magically-charged head on top of two iron bars, and it\u0027ll turn into a passable facsimile of a blaze.", + "ftbquests.chapter.the_color_green.quest29.description2": "This imitation blaze always drops at least \u0026610 blaze powder.\u0026r This blaze powder can be spun into brilliant fiber, or distilled into more useful dusts!", + "ftbquests.chapter.the_color_green.quest29.description3": "\u00267Tip: you can capture an imitation blaze in the Blaze Burner!", + "ftbquests.chapter.the_color_green.quest29.title": "Knockoff Blazes", + "ftbquests.chapter.the_color_green.quest3.description1": "Using dye from the flowers you can get by \u00266bonemealing grass,\u0026r you can craft a special kind of fertilizer that can coax \u00266mystical flowers\u0026r to life.", + "ftbquests.chapter.the_color_green.quest3.description2": "\u00267Tip: you can also get mystical flower seeds through crossbreeding!", + "ftbquests.chapter.the_color_green.quest30.description1": "There are a few other ways you can process materials using andesite-based machinery; namely, \u00266compacting, pressing, and mixing\u0026r You\u0027ll need to find some way to capture a fire elemental if you want to expand your repertoire, though; \u0026bmaybe mana can help you somehow?\u0026r", + "ftbquests.chapter.the_color_green.quest30.title": "Mechanical Crafting", + "ftbquests.chapter.the_color_green.quest31.description1": "By blowing air through certain things, you can blast, smoke, wash, or \u00266haunt\u0026r items. This means you have access to essentially free bulk smelting!", + "ftbquests.chapter.the_color_green.quest31.description2": "More importantly, though - now that you can haunt items, you can make \u00266blackstone\u0026r by \u00266haunting\u0026r cobblestone, a crucial component of the \u00266Reformation Array.\u0026r", + "ftbquests.chapter.the_color_green.quest31.title": "Moving Air", + "ftbquests.chapter.the_color_green.quest32.description1": "Alchemical reformation is the process of \u00266turning one alchemical sulfur into another\u0026r - initially, you\u0027ll only be able to convert sulfurs of the \u00266same tier and type\u0026r to each other \u00266(like iron sulfur into lead sulfur!) \u0026r", + "ftbquests.chapter.the_color_green.quest32.description2": "To set up the reformation array, place down the target, source, and result pedestals somewhat near each other. Hold the sulfuric flux emitter and right click each pedestal, then place it on the mercury catalyst. ", + "ftbquests.chapter.the_color_green.quest32.description3": "Put mercury in the mercury catalyst, the target sulfur in the target pedestal, and the sulfur to convert in the source pedestal. Give it a moment, and you\u0027ll start converting the source sulfur into the target sulfur!", + "ftbquests.chapter.the_color_green.quest32.title": "Alchemical Reformation", + "ftbquests.chapter.the_color_green.quest33.description1": "A mechanical pump is capable of pumping liquids in the world into pipes when given mechanical power - \u00266it is much faster than the ember-fueled one!", + "ftbquests.chapter.the_color_green.quest34.description1": "The \u00266Rod of the Lands\u0026r can corporealize a tiny portion of mana into a full dirt block!", + "ftbquests.chapter.the_color_green.quest34.title": "(almost) Free Dirt", + "ftbquests.chapter.the_color_green.quest35.description1": "Carrying mana around with you enables you to use a plethora of bits and baubles. To transfer mana from a pool into the tablet, make sure the pool is on \u0027charge\u0027 mode by hovering over it with a wand of the forest.", + "ftbquests.chapter.the_color_green.quest35.title": "Portable Mana", + "ftbquests.chapter.the_color_green.quest36.description1": "Turn your mana tablet into a ring to store mana on-the-go \u00266without taking up an inventory slot!\u0026r", + "ftbquests.chapter.the_color_green.quest37.description1": "By attaching a mana rune to a manasteel ring, you can (VERY slowly) pull ambient mana into a mana storage device on your person, \u00266for free!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description1": "Distilling blaze powder and gunpowder together in a Distillery will grant you access to \u00266glowstone!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description2": "Getting \u00266redstone\u0026r is similar, using cinder flour in place of gunpowder.", + "ftbquests.chapter.the_color_green.quest38.description3": "\u00267Tip: you can also make glowstone and redstone with strength and night vision potions - it\u0027s up to you whether you want to take the Enchanted or Create route for these!\u0026r", + "ftbquests.chapter.the_color_green.quest38.title": "Useful Dusts", + "ftbquests.chapter.the_color_green.quest39.description1": "Once you have a pump, you can create a \u00266Spout\u0026r to dispense liquid onto items - this is a possible way to make \u00266glowstone or redstone,\u0026r if you\u0027re willing to set up the infrastructure.", + "ftbquests.chapter.the_color_green.quest4.description1": "The \u00266Pure Daisy\u0026r can, as its name implies, purify nearby objects. The most important things you should start with are \u00266logs and stone,\u0026r but there are a few other things you can purify as well!", + "ftbquests.chapter.the_color_green.quest4.description2": "Simply place the petal apothecary down, fill it with water, then toss in the petals and finally a seed!", + "ftbquests.chapter.the_color_green.quest4.description3": "\u00267Tip: check the usages of the Pure Daisy to see what else it can transform.", + "ftbquests.chapter.the_color_green.quest4.title": "Pure Daisy", + "ftbquests.chapter.the_color_green.quest40.description1": "The \u00266Alchemy Catalyst\u0026r allows you to use the power of mana to transmute a wide variety of items. Place it under a mana pool to start alchemizing!", + "ftbquests.chapter.the_color_green.quest40.description2": "You\u0027ll be able to convert flowers into other flowers, stone variants into other stone variants, flint into gunpowder (and vice versa), and ghast tears into ender pearls!", + "ftbquests.chapter.the_color_green.quest40.description3": "\u00266Notably, it lets you turn flax into feathers, necessary for tokens of fear.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description1": "The \u00266transmutation catalyst\u0026r modifies the natural altar to convert items into other items using Aura. Similar to the crumbling catalyst, it must be placed \u00266atop one of the four lower gold blocks of the altar.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description2": "The most immediately useful transmutation is that of \u00266sand into soul sand,\u0026r which will allow you to haunt things using the encased fan, as well as grow nether wart!", + "ftbquests.chapter.the_color_green.quest41.description3": "You can also convert netherrack into crimson and warped nylium.", + "ftbquests.chapter.the_color_green.quest42.description1": "The \u00266Millstone\u0026r can crush cobble into gravel, bones into bone meal, and a variety of plants into their respective dyes at a much higher rate of return.", + "ftbquests.chapter.the_color_green.quest43.description1": "The \u00266Codebreaking Slate\u0026r is very handy - you can put multiple pieces of alchemical waste into it and it will show you how many aspectus/item combinations you got right! It will also show you how many correct aspectii you have placed with the wrong items.", + "ftbquests.chapter.the_color_green.quest44.description1": "Your first \u00266archaic brick\u0026r can be made by infusing a regular brick with tainted gold and infused iron. Once you have one, you can use it to make more by simply infusing it with \u00266more clay and soul sand.\u0026r", + "ftbquests.chapter.the_color_green.quest45.description1": "The \u00266Mnemonic Inscriber\u0026r, when attached to an Exchange Tablet and given paper, will automatically write down the correct combination of aspectii for a given transmutation when you successfully complete one.", + "ftbquests.chapter.the_color_green.quest46.description1": "You can convert between sulfurs of the same type and rarity using the reformation array, but if you want to convert between different types (and the same rarity), you\u0027ll want to make \u00266Alchemical Niter\u0026r in a \u00266Fermentation Vat.\u0026r", + "ftbquests.chapter.the_color_green.quest46.description2": "Place \u00266water, sugar, and the sulfur\u0026r you want to ferment into the vat, then \u00266shift-right-click it to close it\u0026r and start the fermentation process. Once the barrel opens again, your fermentation is done, and you can take out your shiny new Niter!", + "ftbquests.chapter.the_color_green.quest46.description3": "Alchemical Niter can be converted in the \u00266Reformation Array\u0026r similar to how you convert sulfur - note, however, that depending on what type you\u0027re converting to, you will produce or require \u00266more than one niter!\u0026r", + "ftbquests.chapter.the_color_green.quest46.title": "Alchemical Conversion", + "ftbquests.chapter.the_color_green.quest47.description1": "The \u00266digestion vat\u0026r lets you \u00266convert sulfurs between rarities!\u0026r Place some niter and sal ammoniac (and if you\u0027re converting up, some alchemically pure gold) into it, and shift-right-click the vat to start the process! \u00266Four of the previous tier converts into one of the next tier, and vice versa.\u0026r", + "ftbquests.chapter.the_color_green.quest47.description2": "This (in combination with the fermentation vat) allows you to convert iron sulfur into common metal niter, down into four abundant metal niter, into four copper sulfur - that\u0027s \u00266FOUR copper per iron!\u0026r", + "ftbquests.chapter.the_color_green.quest47.description3": "This is a metal loop you could try automating...", + "ftbquests.chapter.the_color_green.quest47.description4": "\u00267Tip: you can start and stop the vats using a redstone signal!\u0026r", + "ftbquests.chapter.the_color_green.quest47.title": "Alchemical Exaltation", + "ftbquests.chapter.the_color_green.quest48.description1": "The \u00266Offering Table\u0026r is a special altar that will allow you to convert items into special empowered versions of themselves, most notably tokens and nature-infused ingots.", + "ftbquests.chapter.the_color_green.quest48.description2": "To use it, simply place whatever you want to infuse into it by right-clicking, then throw a \u00266Spirit of Calling\u0026r onto the altar to activate it.", + "ftbquests.chapter.the_color_green.quest48.description3": "\u00267Tip: You can convert more than one item at a time, using only one spirit of calling!\u0026r", + "ftbquests.chapter.the_color_green.quest48.description4": "\u00267Tip 2: this is a multiblock! Check your Book of Natural Aura to see how to build it.", + "ftbquests.chapter.the_color_green.quest49.description1": "You can capture a summoned blaze into a magicked cage. This cage, when placed under a basin, will let you brew potions more efficiently than a brewing stand.", + "ftbquests.chapter.the_color_green.quest5.description1": "Combining the nature-infused iron and some metaphysical heat and structure (courtesy of \u00266nether bricks\u0026r and a \u00266spruce sapling,\u0026r respectively), you can rearrange the latent potential of the metal to turn it into lead!", + "ftbquests.chapter.the_color_green.quest5.description2": "Vastly useful in a variety of mechanical applications, lead is a great first step to leveraging either \u00266raw mechanical power\u0026r or \u00266Ember\u0026r in your pursuits.", + "ftbquests.chapter.the_color_green.quest5.description3": "\u00267Tip: the ancient codex is a little confusing at first, but it will guide you through the Embers mod! Start at Natural Energy, right click entries to mark them as read, and make sure you \u0026lREAD CAREFULLY!", + "ftbquests.chapter.the_color_green.quest5.description4": "\u00267Tip 2: you can use Theurgy to triple ingot output from raw ores!", + "ftbquests.chapter.the_color_green.quest50.description1": "This is it. Using the power of the \u00266Offering Altar,\u0026r and some magically significant materials, you can create the basis of real, sentient life - chicken eggs.", + "ftbquests.chapter.the_color_green.quest50.subtitle": "Well, debatably", + "ftbquests.chapter.the_color_green.quest50.title": "Sentient Life", + "ftbquests.chapter.the_color_green.quest51.description1": "With runes, there are a few other options you have for generating mana:", + "ftbquests.chapter.the_color_green.quest51.description2": "* A \u00266Thermalily\u0026r generates bursts of mana using lava, but will consume lava for no gain if you give it lava too often", + "ftbquests.chapter.the_color_green.quest51.description3": "* An \u00266Entropinnyum\u0026r consumes TNT explosions (and is one of the best generating flowers in the game), but too often and it\u0027ll just blow itself up", + "ftbquests.chapter.the_color_green.quest51.description4": "* A \u00266Munchdew\u0026r consumes leaves, but does not drop saplings.", + "ftbquests.chapter.the_color_green.quest51.description5": "\u00267Tip: some flowers will generate too much mana for a basic spreader! You can use potency and velocity lenses to stretch this, but eventually, you\u0027ll need better spreaders...\u0026r", + "ftbquests.chapter.the_color_green.quest51.title": "Alternative Mana Sources", + "ftbquests.chapter.the_color_green.quest52.description1": "Now that you can turn sulfurs into other sulfurs, you can manually reconstitute \u00266silver sulfur\u0026r and use the \u00266Reformation Array\u0026r to turn gold sulfur into silver sulfur without having to re-make the sulfur over and over again!", + "ftbquests.chapter.the_color_green.quest52.description2": "\u00267Tip: sulfur sulfur sulfur sulfur\u0026r", + "ftbquests.chapter.the_color_green.quest52.title": "Moon Metal", + "ftbquests.chapter.the_color_green.quest53.description1": "The \u00266Wildfire Core\u0026r is a key piece of some advanced dwarven machinery.", + "ftbquests.chapter.the_color_green.quest54.description1": "The \u00266Wildfire Stirling,\u0026r when attached to machines and supplied with steam, increases the efficiency of their ember usage.", + "ftbquests.chapter.the_color_green.quest54.description2": "The first one cuts usage in half, the second one halves it again, and any more decrease the efficiency.", + "ftbquests.chapter.the_color_green.quest55.description1": "The \u00266Ignem Reactor\u0026r is the ultimate solution to high ember requirements - when placed between a \u00266Catalysis\u0026r and \u00266Combustion Chamber,\u0026r it refines ember at a MUCH higher rate than the Ember Activator; up to \u002669x more ember\u0026r per crystal item.", + "ftbquests.chapter.the_color_green.quest55.description2": "\u00267Tip: the Catalysis and Combustion Chambers need fuel to operate, check JEI for their fuels and multipliers.", + "ftbquests.chapter.the_color_green.quest55.title": "Ignem Reactor", + "ftbquests.chapter.the_color_green.quest56.description1": "With the power of alchemy, you can turn a charged attuned stone into a seed capable of turning ember into pure metal! These crystal seeds, when powered with an \u00266Ember Injector,\u0026r will slowly grow and drop metal nuggets.", + "ftbquests.chapter.the_color_green.quest56.description2": "Not every metal can be turned into these seeds, but you have figured out that you can actually \u00266obtain Zinc\u0026r through this alchemical process!", + "ftbquests.chapter.the_color_green.quest56.description3": "\u00267Tip: crystals will slowly level up and drop more and more metal. Moving them resets their level, though!", + "ftbquests.chapter.the_color_green.quest56.subtitle": "Zinc! (and others)", + "ftbquests.chapter.the_color_green.quest56.task_414198583111126714.title": "Any Metal Crystal Seed", + "ftbquests.chapter.the_color_green.quest56.title": "Metal Crystal Seeds", + "ftbquests.chapter.the_color_green.quest57.description1": "With Dawnstone, you can craft ember transferral devices that can handle much more throughput.", + "ftbquests.chapter.the_color_green.quest57.title": "High Volume Ember Transfer", + "ftbquests.chapter.the_color_green.quest58.description1": "Now that you have zinc, you can alloy it with copper to create brass! This is useful almost exclusively for \u00266mechanical contraptions.\u0026r", + "ftbquests.chapter.the_color_green.quest58.description2": "\u00266Electron Tubes\u0026r are also an important step to making more complicated contraptions. ", + "ftbquests.chapter.the_color_green.quest58.description3": "\u00266Rose Quartz\u0026r can be made in a heated basin, combining glowstone and redstone in a sal ammoniac bath.", + "ftbquests.chapter.the_color_green.quest58.title": "Advanced Contraptions", + "ftbquests.chapter.the_color_green.quest59.description1": "Packages and their associated transport items open up a huge amount of logistical freedom.", + "ftbquests.chapter.the_color_green.quest59.description2": "\u00267Tip: for more information, hover these items and hold W to ponder!", + "ftbquests.chapter.the_color_green.quest59.title": "Mechanical Logistics", + "ftbquests.chapter.the_color_green.quest6.description1": "\u00266Ember\u0026r is the lifeblood of the world. Despite whatever happened, there is still virtually infinite Ember available deep underground - you just need to make a machine that can mine it. ", + "ftbquests.chapter.the_color_green.quest6.description2": "Enter the \u00266Ember Bore\u0026r - place it on bedrock, add a \u00266Mechanical Core\u0026r above it so you can pipe things in and out of it, and give it some fuel! It\u0027ll start digging up that sweet, sweet Ember.", + "ftbquests.chapter.the_color_green.quest6.description3": "\u00267Tip: the Mechanical Core acts as an extension for most Embers multiblocks! You can transfer items, fluid, and ember in and out of the core as if it was a part of the block it is attached to.", + "ftbquests.chapter.the_color_green.quest6.description4": "\u00267Tip 2: USE YOUR MECHANICAL LENS! It\u0027s EXTREMELY helpful for figuring out how Ember\u0027s machines work.", + "ftbquests.chapter.the_color_green.quest6.title": "Drilling for Ember", + "ftbquests.chapter.the_color_green.quest60.description1": "With access to brass and electron tubes, you can make a Mechanical Crafter. These, in combination with \u00266factory gauges\u0026r and \u00266package logistics,\u0026r allow you to set up automatic stocking and crafting of items!", + "ftbquests.chapter.the_color_green.quest60.title": "Autocrafting", + "ftbquests.chapter.the_color_green.quest61.description1": "You can fortify infused iron with prosperity shards to create a basic \u00266prosperity ingot,\u0026r ready to augment with agricultural essence.", + "ftbquests.chapter.the_color_green.quest61.description2": "One of the best uses of this ingot is to make a better watering can.", + "ftbquests.chapter.the_color_green.quest61.title": "Better Watering", + "ftbquests.chapter.the_color_green.quest62.description1": "With empowered tokens, you can craft the \u00266Creational Catalyst\u0026r - this removes the innate limit on most aura producing blocks, and lets you overcharge the local area with Aura.", + "ftbquests.chapter.the_color_green.quest62.description2": "\u00267Tip: aureareaurearuea", + "ftbquests.chapter.the_color_green.quest63.description1": "You\u0027ve felt a strange tingling on your skin ever since you woke up - you think this might be a manifestation of \u00266Aura,\u0026r a natural phenomenon that you might be able to further harness.", + "ftbquests.chapter.the_color_green.quest63.description2": "To get started, craft a \u00266Bottle and Cork\u0026r and \u00266right click the air\u0026r to gather some Aura for further study.", + "ftbquests.chapter.the_color_green.quest63.title": "Bottling Sunlight", + "ftbquests.chapter.the_color_green.quest64.description1": "The \u00266Mana Blaster\u0026r is a portable mana spreader that you can fire at will, using mana from a storage device on your person. You can also attach lenses to it, to use their special properties!", + "ftbquests.chapter.the_color_green.quest65.description1": "\u00266Mana Lenses\u0026r can change the properties of a mana burst fired from a spreader. They can increase the color, potency, speed, and even make the burst go \u00266through blocks\u0026r or \u00266break them\u0026r altogether! Read your \u00266Lexica Botania\u0026r for more details.", + "ftbquests.chapter.the_color_green.quest65.description2": "\u00267Tip: the weight lens makes blocks a mana burst hits fall - you can exploit this property to get blocks that normally need silk touch by having them fall onto something like a torch!", + "ftbquests.chapter.the_color_green.quest66.description1": "Now that you have\u00266 Ember\u0026r, what can you do with it?", + "ftbquests.chapter.the_color_green.quest66.description2": "One useful item is the \u00266Hearth Coil\u0026r - when provided with Ember, it can be used as a VERY fast furnace.", + "ftbquests.chapter.the_color_green.quest67.description1": "With \u00266Dawnstone\u0026r comes a better way of activating ember - the \u00266Pressure Refinery.\u0026r", + "ftbquests.chapter.the_color_green.quest67.description2": "It \u00264requires water\u0026r as well, but can boost your ember production up to \u002661.5x the value\u0026r of a plain activator.", + "ftbquests.chapter.the_color_green.quest67.description3": "Additionally, if placed atop a metal block surrounded by lava or fire it can double that, getting up to \u002663x the value\u0026r of crystalline ember! ", + "ftbquests.chapter.the_color_green.quest68.description1": "The \u00266Beam Splitter\u0026r allows you to, well, split beams. Ember sent into it will be divided into two bursts sent out from either end.", + "ftbquests.chapter.the_color_green.quest68.description2": "The \u00266Crystal Cell\u0026r is a much higher capacity way to store Ember - piping more crystalline ember into it will \u00266increase its storage limit.\u0026r", + "ftbquests.chapter.the_color_green.quest68.title": "Advanced Ember Logistics", + "ftbquests.chapter.the_color_green.quest69.description1": "With the acquisition of Dawnstone, you can make a special chamber to manipulate elemental mercury into a source of energy. ", + "ftbquests.chapter.the_color_green.quest69.description2": "The \u00266Mercury Catalyst\u0026r can convert mercury into Mercury Flux (MF) which, in combination with a \u00266Caloric Flux Emitter\u0026r, can be used to power alchemical devices that would normally need a pyromantic brazier underneath them!", + "ftbquests.chapter.the_color_green.quest69.description3": "\u00267Tip: one mercury shard produces as much energy as one piece of charcoal!", + "ftbquests.chapter.the_color_green.quest69.title": "Mercurial Power", + "ftbquests.chapter.the_color_green.quest7.description1": "The combination of brilliant fiber and nether bricks is superficially similar to the weak gold ore deposits you remember existing in the Nether. They\u0027re so similar, in fact, that \u00266a Pure Daisy will convert Golden Nether Bricks into Nether Gold Ore!\u0026r", + "ftbquests.chapter.the_color_green.quest7.description2": "\u00267Tip: there is a better way to make brilliant fiber, but you\u0027ll need to get blaze powder somehow... ", + "ftbquests.chapter.the_color_green.quest7.title": "Gold", + "ftbquests.chapter.the_color_green.quest70.description1": "With high enough aura in an area, \u00266dried earth will slowly convert to dirt!\u0026r", + "ftbquests.chapter.the_color_green.quest70.description2": "If you want to stop this effect from happening, \u00266Powder of Dried Stasis\u0026r will prevent the conversion of dried earth to dirt in the area it\u0027s placed in.", + "ftbquests.chapter.the_color_green.quest70.subtitle": "pseudo-terraforming", + "ftbquests.chapter.the_color_green.quest70.title": "Regrowth?", + "ftbquests.chapter.the_color_green.quest71.description1": "The \u00266Bin\u0026r is a fantastic block that automatically collects the outputs of various dwarven machinery.", + "ftbquests.chapter.the_color_green.quest71.description2": "Simply attach it to the \u00266bottom\u0026r of a machine (like, say, the stamper base) and it\u0027ll fill up with products.", + "ftbquests.chapter.the_color_green.quest72.description1": "With an imitation blaze head and a couple of real magical reagents, you can \u00266summon a real blaze!\u0026r", + "ftbquests.chapter.the_color_green.quest72.description2": "This summoned blaze always drops at least 3 blaze rods. ", + "ftbquests.chapter.the_color_green.quest72.description3": "\u00267Tip: the ritual to summon the blaze is described in the Reclamation Rituals book.\u0026r", + "ftbquests.chapter.the_color_green.quest72.title": "Real Blazes", + "ftbquests.chapter.the_color_green.quest8.description1": "The \u00266Pure Daisy\u0026r is able to turn mundane stone and logs into much more naturally-aligned versions of themselves.", + "ftbquests.chapter.the_color_green.quest8.title": "Living Materials", + "ftbquests.chapter.the_color_green.quest9.description1": "You can use a bucket to \u00266strategically place lava and water\u0026r to make a nether portal frame. It\u0027s not ideal, but it\u0027s definitely easier than trying to mine obsidian with an iron pickaxe!", + "ftbquests.chapter.the_color_green.quest9.description2": "Similar to the overworld, the nether is bare of ores and even more devoid of life - \u00264there are zero spawns there, and only one biome.", + "ftbquests.chapter.the_color_green.quest9.description3": "\u00267Tip: you can also make obsidian on the natural altar - but be warned, it\u0027s pretty costly aura-wise!", + "ftbquests.chapter.the_color_green.quest9.task_4075772383648127092.title": "Visit the Nether", + "ftbquests.chapter.the_color_green.quest9.title": "The Nether", + "ftbquests.chapter.the_color_green.title": "Touching Grass", + "ftbquests.chapter.the_hunt_for_grass.quest1.description1": "Now that you have dirt, your next step is to turn it into grass, so that you can start bringing a little bit of green into the world.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description1": "Plants in Agricraft are diploid organisms - essentially, every plant has two sets of attributes: active and inactive (or dominant and recessive). \u00266The active trait is the one that actually affects the plant,\u0026r but the inactive trait comes into play when breeding plants together. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description2": "When a crossbreed occurs, each plant \u00266adjacent\u0026r to the crossbreed crop sticks has a \u00266chance\u0026r depending on its \u00266fertility\u0026r to count as a parent. If there\u0027s only one parent selected, the resulting plant is a clone. If more than one parent is selected, each has a chance to pass on one half of its genes to the resulting plant.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description3": "For example, if you bred a plant with gain of 3-2 with a plant who\u0027s gain is 4-2, it would result in a plant with a gain stat of either 4-3, 4-2, 3-2, or 2-2. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description4": "To figure out what the possibilities are for two parent plants, you can use a punnett square:", + "ftbquests.chapter.the_hunt_for_grass.quest10.description5": "Each square has an equal chance of getting chosen - additionally, there is a small chance for a mutation to occur; whether this mutation is beneficial or not depends on each parent\u0027s \u00266mutativity stat.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest10.image0": "{image:reclamation:textures/quests/punnett.png width:150 height:150 align:center}", + "ftbquests.chapter.the_hunt_for_grass.quest10.task_2773659192565899586.title": "What the heck are these numbers?", + "ftbquests.chapter.the_hunt_for_grass.quest10.title": "How do I get better stats?", + "ftbquests.chapter.the_hunt_for_grass.quest11.description1": "Each plant has five stats, when planted on crop sticks. You can see these stats by crouching and looking at the plant, or using a magnifying glass. The stats affect a variety of things:", + "ftbquests.chapter.the_hunt_for_grass.quest11.description2": "\u00266Fertility\u0026r is how likely a plant is to get chosen as a parent for cross-breeding.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description3": "\u00266Gain\u0026r increases how much a plant will produce when harvested.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description4": "\u00266Growth\u0026r affects the speed a plant grows at.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description5": "\u00266Mutativity\u0026r raises the chance for a cross-breed (when it occurs) to be beneficial.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description6": "\u00266Strength\u0026r broadens the possible growing conditions for a plant - for example, cactus can always grow on sand, but with a strength of 10, it can grow on normal farmland!", + "ftbquests.chapter.the_hunt_for_grass.quest11.subtitle": "What do they mean?", + "ftbquests.chapter.the_hunt_for_grass.quest11.task_7047347176409476035.title": "Read", + "ftbquests.chapter.the_hunt_for_grass.quest11.title": "The numbers, Mason!", + "ftbquests.chapter.the_hunt_for_grass.quest12.description1": "That was A LOT of info - what it boils down to is higher numbers \u003d better, breed higher statted plants together to get better plants, use bonemeal on cross sticks to speed up the crossbreeding process. ", + "ftbquests.chapter.the_hunt_for_grass.quest12.description2": "If your plant is not growing, look at it while crouching - it might need a different type of soil.", + "ftbquests.chapter.the_hunt_for_grass.quest12.description3": "\u00267Tip: getting your first beneficial mutation \u00264will be slow,\u00267 but you can speed it up by \u00266planting crops in a plus shape,\u00267 with the cross sticks in the middle! This means each potential crossbreed has \u00266four\u00267 chances to pick parents, instead of \u00264just two.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest12.subtitle": "English, poindexter?", + "ftbquests.chapter.the_hunt_for_grass.quest12.task_7762997780188473985.title": "WAY too complicated", + "ftbquests.chapter.the_hunt_for_grass.quest12.title": "That was a lot...", + "ftbquests.chapter.the_hunt_for_grass.quest13.description1": "Now that you have a way to grow and breed plants, you should get started on broadening your base of food. Either \u00266breed the plants you have\u0026r into the two other staple crops from the old world, or \u00266find them on the mutated inhabitants\u0026r of the new.", + "ftbquests.chapter.the_hunt_for_grass.quest13.description2": "\u00267Tip: to find mutations, look up the recipe for the seed of the plant in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.description3": "\u00267Tip 2: to see what conditions a seed needs to grow (including what blocks it can grow on), check the uses of the seed in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.title": "Edible Plants", + "ftbquests.chapter.the_hunt_for_grass.quest14.description1": "At some point, you\u0027re going to run out of ruins. Thankfully, there is a special kind of flower called the \u00266Cuprosia \u0026ryou can breed that can harvest \u00266trace amounts of copper from the water.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest14.description2": "\u00267Tip: the flower will only grow in a waterlogged crop. If you successfully crossbreed the Cuprosia but the crop stick it\u0027s on is not waterlogged, \u00264it will not grow. \u00267Additionally, it can \u00264only grow on gravel\u00267 at strength 1.", + "ftbquests.chapter.the_hunt_for_grass.quest14.description3": "\u00267Tip 2: plant species can be recessive! Use your magnifying glass.", + "ftbquests.chapter.the_hunt_for_grass.quest14.title": "Growing copper?", + "ftbquests.chapter.the_hunt_for_grass.quest15.description1": "Now you have to find a way to turn the nascent life energy within the tree into some form of grass. There was a ritual you remember that was able to condense said energy into a special seed...", + "ftbquests.chapter.the_hunt_for_grass.quest15.description2": "Witchcraft can help you here - brew up some \u00266brilliant fiber,\u0026r apply it to some tree leaves, and watch it \u00266spread!\u0026r Once you have enough, break the leaves - the gilded leaves you\u0027ll get will be able to crush into a \u00266fine gold dust,\u0026r perfect for this ritual.", + "ftbquests.chapter.the_hunt_for_grass.quest15.title": "Gold Leaf", + "ftbquests.chapter.the_hunt_for_grass.quest16.description1": "Now that you have a way to conduct the ritual, you can create a \u00266Pasture Seed,\u0026r which will let you finally \u00266bring back grass to the world!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest16.description2": "\u00267To find out how to actually do the ritual, check how to do a Ritual of the Forest in your Book of Natural Aura.", + "ftbquests.chapter.the_hunt_for_grass.quest16.title": "Ritual of the Forest", + "ftbquests.chapter.the_hunt_for_grass.quest17.description1": "The \u00266Witch\u0027s Oven\u0026r can be used to distill saplings into \u00266special magic fumes,\u0026r which are especially potent in a variety of magical rites.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description1": "Using some sapling fumes and some plantlife, you can create \u00266Pasture Seeds\u0026r - special seeds that will place an \u00266area of grass\u0026r on nearby dirt.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description2": "\u00267Tip: due to a bug in the mod, watering cans will not work to start the ritual of the forest!", + "ftbquests.chapter.the_hunt_for_grass.quest18.subtitle": "Not as green as I\u0027d like...", + "ftbquests.chapter.the_hunt_for_grass.quest18.title": "Grass!", + "ftbquests.chapter.the_hunt_for_grass.quest19.description1": "The composter can turn \u00266extra seeds and crops into bonemeal!\u0026r No more hunting skeletons in the middle of the night.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description1": "Even through the lack of nutrients in the soil, some especially-tough tufts of grass have held on. Some even have \u00266seeds that you can find\u0026r and try to coax to life.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description2": "Some of these seem \u00266especially magical\u0026r - you wonder if you could use them in any way...", + "ftbquests.chapter.the_hunt_for_grass.quest2.description3": "\u00267Tip: you\u0027ll probably only want to harvest mandrake at night until you get its strength up!", + "ftbquests.chapter.the_hunt_for_grass.quest2.title": "Seeds", + "ftbquests.chapter.the_hunt_for_grass.quest20.description1": "You can get straw rarely by cutting grass with a \u00266knife.\u0026r Use it to make leads, ropes, and building blocks!", + "ftbquests.chapter.the_hunt_for_grass.quest20.task_1283594596619655186.title": "Any Knife", + "ftbquests.chapter.the_hunt_for_grass.quest20.title": "Straw", + "ftbquests.chapter.the_hunt_for_grass.quest21.description1": "You can turn bonemeal, dirt, and some organic material into \u00266organic compost.\u0026r When placed down, the compost will\u00266 turn into rich soil \u0026rafter a while (sped up by sunlight, water, and proximity to other rich soil or mushrooms), which grows most crops \u00266faster than regular farmland!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest21.title": "Rich Farmland", + "ftbquests.chapter.the_hunt_for_grass.quest22.description1": "Now that you have access to iron, you can make a \u00266watering can.\u0026r Higher-tier versions exist and are much better, but the basic version can still speed up the growth of crops.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description1": "This pack contains \u00266Via Romana\u0026r, a sign-based fast travel system. In order to fast travel using signs, you must first \u00266build a path and traverse it\u0026r before you can teleport across it. ", + "ftbquests.chapter.the_hunt_for_grass.quest23.description2": "\u00266Shift-left-click\u0026r on a sign at the start of your path, then \u00266shift-left-click\u0026r on a sign at the end of your path. Once you start pathing from one sign to the other, you need to follow a player-made path. If you deviate, you\u0027ll \u0026cstop\u0026r building the fast travel route and have to backtrack.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description3": "Once linked, just punch the sign and you\u0027ll fast travel!", + "ftbquests.chapter.the_hunt_for_grass.quest23.description4": "\u00267Tip: to see what blocks count as path blocks, search \u00262#via_romana:path_block\u00267 in your recipe viewer.", + "ftbquests.chapter.the_hunt_for_grass.quest23.task_5888718684745127233.title": "Any Warpable Sign", + "ftbquests.chapter.the_hunt_for_grass.quest23.title": "Signpost Travel", + "ftbquests.chapter.the_hunt_for_grass.quest24.description1": "\u00266Fume Funnels,\u0026r when placed next to a Witch\u0027s Oven, raise the chance of getting fumes from items.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description1": "Tired of hearing those godforsaken \u00266mandrakes\u0026r shriek? Make some \u00266earmuffs!\u0026r They\u0027ll protect you from getting your ears blown out by their piercing scream.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description2": "\u00267Tip: the higher the strength stat on mandrake is, the less likely they are to wake up.", + "ftbquests.chapter.the_hunt_for_grass.quest25.title": "OSHA Approved", + "ftbquests.chapter.the_hunt_for_grass.quest26.description1": "With the re-introduction of actual saplings to the world, you might want to make slightly better tools than the basic pickaxe and axe you\u0027re used to.", + "ftbquests.chapter.the_hunt_for_grass.quest26.description2": "The \u00266Hammer, Excavator, and Broadaxe\u0026r can break blocks in a \u002663x3 area\u0026r (and the broadaxe breaks in \u002663x3x3!\u0026r), making terraforming and general resource collection much easier.", + "ftbquests.chapter.the_hunt_for_grass.quest26.task_4941645910113139201.title": "Any AOE Tool", + "ftbquests.chapter.the_hunt_for_grass.quest3.description1": "Unless you get lucky and find an ingot or two among the husks, you\u0027ll need some way to make iron ingots. ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description2": "Luckily, one of those plants you found has a rudimentary circulatory system, which has enough thematic overlap with actual hemoglobin that you can use it to precipitate hemoglobic fluid...", + "ftbquests.chapter.the_hunt_for_grass.quest3.description3": "Basically, you found a \u00266plant that grows blood\u0026r and you\u0027re gonna \u00266make iron out of it\u0026r by putting it into a \u00266Sal Ammoniac Accumulator above a Fluid Vessel.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description4": "\u00267Note: A Sal Ammoniac tank is meant only for sal ammoniac, so you \u0026oneed\u0026r\u00267 to place the \u0026lfluid vessel\u0026r\u00267 below it.", + "ftbquests.chapter.the_hunt_for_grass.quest3.title": "Hemoglobic Fluid", + "ftbquests.chapter.the_hunt_for_grass.quest4.description1": "Now that you have your hemoglobic fluid, you can \u00266use it as a solvent in your Liquefaction Cauldron to liquify copper\u0026r - the iron in the fluid will transform the copper sulfur into \u00266Iron Alchemical Sulfur.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.description2": "You\u0027ll also need some \u00266Mineral Alchemical Salt\u0026r - you can get this by \u00266calcifying charcoal,\u0026r or re-calcifying \u00266a large amount of Strata salt.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.title": "Salt and Sulfur", + "ftbquests.chapter.the_hunt_for_grass.quest5.description1": "You\u0027re almost there! Just throw the \u00266Iron Alchemical Sulfur, Mineral Alchemical Salt, \u0026rand\u00266 Alchemical Mercury\u0026r into the \u00266Incubator, \u0026rand you\u0027ll have iron!", + "ftbquests.chapter.the_hunt_for_grass.quest6.description1": "You can mash up the magical plants you\u0027ve found into something you\u0027re calling \u00266Anointing Paste.\u0026r You\u0027re pretty sure you can apply it to something, but what? ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description1": "Now that you have a bit of iron, you can make a cauldron and \u00266anoint\u0026r it to make a \u00266Witch\u0027s Cauldron\u0026r - a magically-insulated vessel for brewing all sorts of witchy goodness. ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description2": "Fill it with three buckets of water, place it over a campfire, and it\u0027ll start boiling!", + "ftbquests.chapter.the_hunt_for_grass.quest7.description3": "\u00267Tip: if your brew spoils (turns brown because you put items in out of order or incorrectly), you can use an empty bucket to empty the cauldron.", + "ftbquests.chapter.the_hunt_for_grass.quest7.task_2385086996515714487.title": "Anoint a Cauldron", + "ftbquests.chapter.the_hunt_for_grass.quest8.description1": "With a little bit of magic (and a reinforced witchy cauldron), you can make a \u00266potent mutagen\u0026r - potent enough to mutate those \u00266dead bushes\u0026r you\u0027ve been seeing around into \u00266actual saplings!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest8.subtitle": "Minor necromancy", + "ftbquests.chapter.the_hunt_for_grass.quest8.task_6488684102089578318.title": "Any Sapling", + "ftbquests.chapter.the_hunt_for_grass.quest8.title": "Saplings!", + "ftbquests.chapter.the_hunt_for_grass.quest9.description1": "The seeds you\u0027ve been finding have uniquely adapted themselves to their harsh environment. As a consequence, however, they\u0027ve become \u00264much less productive, focusing entirely on survival.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest9.description2": "You can try to selectively breed your meager collection of seeds together to make them \u00266grow faster\u0026r and \u00266produce more,\u0026r or even try \u00266cross-breeding them\u0026r to start bringing back extinct species of plant...", + "ftbquests.chapter.the_hunt_for_grass.quest9.description3": "To start, plant any seeds you have onto specially-prepared \u00266Crop Sticks.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.title": "A Whiff of Normal", + "ftbquests.chapter.the_sound_of_life.quest1.description1": "Debatably sentient life in the form of chickens! Even more importantly, these chickens will produce \u00266eggs,\u0026r the root of all fauna.", + "ftbquests.chapter.the_sound_of_life.quest1.title": "Sentient Life", + "ftbquests.chapter.the_sound_of_life.quest10.description1": "You can upgrade your blood altar by placing runes around it - your \u00266Sanguine Scientiem\u0026r can give you specifics. A tier 2 altar can create \u00266Reinforced Slates!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest10.description2": "Used for creating special runes that give your blood altar benefits, among other things, they are just that much more potent than a regular blank slate.", + "ftbquests.chapter.the_sound_of_life.quest10.title": "Tier 2 Slates", + "ftbquests.chapter.the_sound_of_life.quest11.description1": "A tier 3 altar can create \u00266Imbued Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.description2": "Even stronger than the reinforced version, they can make even better rune upgrades for your blood altar, as well as the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.title": "Tier 3 Slates", + "ftbquests.chapter.the_sound_of_life.quest12.description1": "The \u00266Alchemical Reaction Chamber\u0026r is capable of a great many things, but one of the most important is its ability to produce gems - \u00266diamond, lapis, and amethyst.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description1": "With access to gems, you can make a \u00266Tainted Blood Pendant,\u0026r which you can then infuse with \u00266Regeneration!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description2": "This makes poking yourself for life essence much more bearable...", + "ftbquests.chapter.the_sound_of_life.quest13.description3": "\u00267Tip: prismarine can be made either through Create\u0027s haunting or Nature\u0027s Aura\u0027s Natural Altar.", + "ftbquests.chapter.the_sound_of_life.quest14.description1": "Alchemizing with lifeforce provides the extra punch needed to transmute base materials into \u00266precious gems\u0026r using the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest14.description2": "\u00267Tip: once you\u0027ve made one of a specific kind of gem, you can use Theurgy to convert more materials into that gem\u0027s sulfur without having to go through the whole blood transmutation again!", + "ftbquests.chapter.the_sound_of_life.quest14.title": "Gems!", + "ftbquests.chapter.the_sound_of_life.quest15.description1": "A renewable source of gems would be much appreciated - thankfully, you can perform a \u00266special wiccan ritual\u0026r to turn a block of amethyst into its budding version.", + "ftbquests.chapter.the_sound_of_life.quest15.description2": "\u00267Tip: you can use blood magic\u0027s arcane ashes to draw a pentagram on your altar, giving it an addtional 1.5x boost to total power capacity!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest15.description3": "\u00267Tip 2: the instructions for this ritual can be found in your Reclamation Rituals book.", + "ftbquests.chapter.the_sound_of_life.quest16.description1": "Now that you have access to gems, you can start to manipulate \u00265Source, \u0026ranother type of magical energy you remember from before.", + "ftbquests.chapter.the_sound_of_life.quest16.description2": "To start, you\u0027ll want to turn lapis or amethyst shards into source gems using an \u00266Imbuement Chamber.\u0026r However, for an Imbuement Chamber, you\u0027ll need a special kind of wood. Because \u00265Source\u0026r is innately intertwined with \u00264Life Essence,\u0026r infusing an already magically-resonant tree with \u00264Life Essence\u0026r should produce a suitable sapling.", + "ftbquests.chapter.the_sound_of_life.quest16.description3": "\u00267Tip: you can convert between the four types of sapling using a mana pool!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest16.title": "Archwood", + "ftbquests.chapter.the_sound_of_life.quest17.description1": "With Archwood, you can now create \u00266Source Gems,\u0026r a perfect focusing medium for the arcane energies of \u00265Source.\u0026r Just toss some amethyst or lapis into an \u00266Imbuement Chamber!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest17.description2": "At first, you\u0027ll be slowly imbuing gems with the trace amounts present in the air, but once you get a way to generate \u00265Liquid Source,\u0026r you\u0027ll be converting gems in a flash!", + "ftbquests.chapter.the_sound_of_life.quest17.title": "Source Gems", + "ftbquests.chapter.the_sound_of_life.quest18.description1": "By offering an \u00266Imbued Slate\u0026r to the gods, you can convert mundane iron into the dense ingot of \u00266Osmium.\u0026r This metal is crucial to advanced mechanical applications.", + "ftbquests.chapter.the_sound_of_life.quest18.title": "Supermassive", + "ftbquests.chapter.the_sound_of_life.quest19.description1": "Now that you have a source of power, you\u0027ll want to start making real machinery. Your first step - a \u00266Metallurgic Infuser.\u0026r This machine can do a wide varity of things, but one of the most important is its ability to create \u00266steel,\u0026r another critical metal for your foray into technology.", + "ftbquests.chapter.the_sound_of_life.quest19.description2": "Infusing \u00266iron with coal,\u0026r while inefficient, is your only real way to make it - at least for now.", + "ftbquests.chapter.the_sound_of_life.quest19.title": "Steel", + "ftbquests.chapter.the_sound_of_life.quest2.description1": "Now that you have access to a breedable animal, you can utilize their excess vitalic energy to birth new creatures. ", + "ftbquests.chapter.the_sound_of_life.quest2.description2": "In an area with high Aura concentration, \u00266breeding mobs together\u0026r will generate \u00266Spirits of Birthing.\u0026r These spirits can be tossed alongside some other reagents onto an \u00266Altar of Birthing\u0026r to spawn new creatures.", + "ftbquests.chapter.the_sound_of_life.quest2.title": "Altar of Birthing", + "ftbquests.chapter.the_sound_of_life.quest20.description1": "The basis of every machine worth making, \u00266a Steel Casing \u0026ropens up limitless possibilities. ", + "ftbquests.chapter.the_sound_of_life.quest20.description2": "Almost quadrupling raw ore into ingots, turning plants into energy, or even fusion reactors all start with the humble steel casing.", + "ftbquests.chapter.the_sound_of_life.quest20.title": "Basic Machinery", + "ftbquests.chapter.the_sound_of_life.quest21.description1": "The \u00266Enrichment Chamber\u0026r can slightly boost the outputs of raw ores, clean blocks, and refine reagents for the \u00266Metallurgic Infuser,\u0026r creating enriched versions of items that are \u002668 times more efficient!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest22.description1": "Before you can do anything related to machinery, you\u0027ll need a source of power. Thankfully, \u0026bbotanic mana\u0026r is easily convertible to \u0026credstone flux.\u0026r Simply point a mana spreader at a \u00266Mana Fluxfield\u0026r and it\u0027ll output \u0026cRF\u0026r to any adjacent blocks.", + "ftbquests.chapter.the_sound_of_life.quest22.description2": "\u00267You can also use a heat generator, but it\u0027s VERY inefficient and (probably) not even worth making!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description1": "With the acquisition of lapis, you can now make the \u00266Terrestrial Agglomeration Plate,\u0026r a necessary step in your mastery of \u0026bbotanic mana.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description2": "Combining mana-infused versions of a diamond, an ender pearl, and iron (alongside a tremendous amount of mana) creates \u00266Terrasteel,\u0026r a unique alloy that is incredibly strong and mana conductive.", + "ftbquests.chapter.the_sound_of_life.quest23.description3": "\u00267Tip: use sparks instead of mana spreaders for a much faster mana transfer rate!", + "ftbquests.chapter.the_sound_of_life.quest23.title": "Terrasteel", + "ftbquests.chapter.the_sound_of_life.quest24.description1": "Steel allows you to make better pipes of all kinds, able to transport items, fluids, RF, chemicals, and even heat. These have a number of \u00266advantages over caminite-based alternatives,\u0026r mainly their lack of reliance on redstone and their upgradeability.", + "ftbquests.chapter.the_sound_of_life.quest24.task_1474346775141796701.title": "Any Basic Logistic Item", + "ftbquests.chapter.the_sound_of_life.quest24.title": "Advanced Logistics", + "ftbquests.chapter.the_sound_of_life.quest25.description1": "The \u00266Rotary Condensentrator\u0026r allows you to convert liquids to gases, and vice versa. This is useful for storage purposes, but it also allows you to aerate Life Essence!", + "ftbquests.chapter.the_sound_of_life.quest26.description1": "The \u00266Gas-Burning Generator\u0026r can produce a large amount of RF very quickly - it\u0027s a solid midrange option that will most likely carry your energy needs until you start making reactors.", + "ftbquests.chapter.the_sound_of_life.quest26.description2": "\u00266Aerated Essence \u0026ris relatively easy to produce, and can be burned to produce a solid amount of RF. It\u0027s macabre, but it works!", + "ftbquests.chapter.the_sound_of_life.quest27.description1": "\u00266Ethylene\u0026r is another gas you can burn in the gas-burning generator; even a small amount can be burned for a rather large amount of energy.", + "ftbquests.chapter.the_sound_of_life.quest27.description2": "\u00267Note: Ethylene burning has been nerfed in this pack! It\u0027s still useful, just not as absolutely game-breakingly energy dense as it normally is.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest27.title": "Ethylene", + "ftbquests.chapter.the_sound_of_life.quest28.description1": "Ethylene can be further mixed with Aerated Essence to produce Blooded Ethylene, a much more energy-dense gas that can burn for longer in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest28.title": "Blooded Ethylene", + "ftbquests.chapter.the_sound_of_life.quest29.description1": "The \u00266Crusher\u0026r is great for turning things into smaller, powdery versions of themselves. It\u0027s also great at turning plants into \u00266Bio Fuel!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest3.description1": "Blood magic is a pathway to many abilities some consider to be unnatural.", + "ftbquests.chapter.the_sound_of_life.quest3.description2": "To start, make a few \u00266soul snares\u0026r and \u00266throw them at monsters before killing them.\u0026r These snared monsters will drop \u00266demonic will\u0026r, which you\u0027ll need to get started!", + "ftbquests.chapter.the_sound_of_life.quest3.title": "Blood Magic", + "ftbquests.chapter.the_sound_of_life.quest30.description1": "\u00266Bio Fuel\u0026r can be turned directly into energy in the \u00266Bio-Generator,\u0026r or further refined into ethylene for burning in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest30.title": "Bio Fuel", + "ftbquests.chapter.the_sound_of_life.quest31.description1": "The \u00266Purification Chamber,\u0026r in combination with oxygen and some further processing, can double raw ore outputs.", + "ftbquests.chapter.the_sound_of_life.quest31.description2": "Ore clumps can be crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest31.description3": "\u00267Tip: gas upgrades can be placed into some machines to make them more efficient in their use of chemicals!", + "ftbquests.chapter.the_sound_of_life.quest32.description1": "The \u00266Chemical Dissolution Chamber\u0026r is the next step in your ore processing - with the chamber as a starting point and some hydrogen chloride, it can turn 3 ore into 8 shards, which eventually get processed into ingots.", + "ftbquests.chapter.the_sound_of_life.quest32.description2": "To make hydrogen chloride, you\u0027ll need a renewable source of chlorine. The \u00266Thermal Evaporation Tower Multiblock\u0026r can turn plain water into brine, which can then be electrolysed into chlorine.", + "ftbquests.chapter.the_sound_of_life.quest32.description3": "Shards need to be purified into clumps, crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.description1": "The final refinement to your ore refinement process: the \u00266Chemical Washer and Crystallizer\u0026r can wash and crystallize ore slurry, at a 3 raw ore to eventual 10 ingot ratio.", + "ftbquests.chapter.the_sound_of_life.quest33.description2": "You\u0027ll need sulfur for sulfuric acid, which you can make through judicious application of oxygen to charcoal.", + "ftbquests.chapter.the_sound_of_life.quest33.description3": "Dirty ore slurry needs to be washed into clean ore slurry, then crystallized into crystals, which then get thrown into the \u00266Chemical Injection Chamber\u0026r to get turned into shards, which purify into clumps, crush into dirty dust, enrich into clean dust, and then finally smelt into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.title": "REAL Ore Processing", + "ftbquests.chapter.the_sound_of_life.quest34.description1": "To make the next tier of altar, you\u0027ll need bloodstone bricks to cap the next set of pillars. However, these require blood shards to make; blood shards require \u00266tau fruit. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest34.description2": "Despite your best efforts, you can\u0027t breed tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest34.description3": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of Tau Fruit. Go forth, ", + "ftbquests.chapter.the_sound_of_life.quest34.title": "Blooded Rituals", + "ftbquests.chapter.the_sound_of_life.quest35.description1": "\u00266Blood Shards\u0026r are a very handy thing for someone of your talents to have around. Despite your best efforts, however, you can\u0027t breed the necessary tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest35.description2": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of tau fruit. ", + "ftbquests.chapter.the_sound_of_life.quest35.description3": "\u00267Tip: once you have some, planting tau fruit and having it grow while something is standing on it will eventually create a saturated tau.", + "ftbquests.chapter.the_sound_of_life.quest35.title": "Blood Shards", + "ftbquests.chapter.the_sound_of_life.quest36.description1": "With access to blood shards, you can finally make a tier 4 altar and\u00266 Demonic Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest36.description2": "Yet still stronger than Imbued Slates, these bad boys pack quite an essence-filled punch! You can use these for ritual paraphernalia as well as more altar upgrades.", + "ftbquests.chapter.the_sound_of_life.quest36.title": "Tier 4 Slates", + "ftbquests.chapter.the_sound_of_life.quest37.description1": "The \u00266Dusk\u0026r version of the \u00266Ritual Diviner\u0026r will allow you to perform even stronger rituals - chief among these being the \u00266Pathway to the Endless Realm.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.description2": "Once performed, you will be presented with a gate to the Demon Realm proper - a sprawling labyrinth of rooms which contain strong enemies, plentiful loot, and the curious ore known as \u00266Demonite.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.title": "Dusk Rituals", + "ftbquests.chapter.the_sound_of_life.quest38.description1": "\u00266Demonite\u0026r can be found rarely in the \u00266Demon Realm,\u0026r either as an ore block or as loot in chests.", + "ftbquests.chapter.the_sound_of_life.quest38.description2": "You also remember that there was a \u00266special key\u0026r for \u00266spatial distortions\u0026r that led you to the mines, which held much more valuable loot...", + "ftbquests.chapter.the_sound_of_life.quest39.description1": "The single most powerful slate you can make,\u00266 Ethereal Slates\u0026r require a tier 5 altar to craft.", + "ftbquests.chapter.the_sound_of_life.quest39.description2": "Alongside netherite scraps and some \u00266looted parts\u0026r from the Demon Realm, these slates can be used to upgrade altar runes, making them \u00266twice as powerful.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest39.title": "Tier 5 Slates", + "ftbquests.chapter.the_sound_of_life.quest4.description1": "One of the most common things you\u0027ll need in the pursuit of sanguine magic is a base material of stone doped in blood - excellent for channelling these dark energies.", + "ftbquests.chapter.the_sound_of_life.quest4.description2": "You\u0027ll need to make quite a few to upgrade your blood altar!", + "ftbquests.chapter.the_sound_of_life.quest40.description1": "Now that you have access to dusk rituals, you can use either a \u00266Ritual of the Feathered Knife\u0026r or a \u00266Well of Suffering\u0026r to automate the collection of life essence.", + "ftbquests.chapter.the_sound_of_life.quest40.description2": "To get even more out of your rituals, you can use the \u00266Ritual Tinkerer!\u0026r Read your \u00266Sanguine Scientiem\u0026r for more information.", + "ftbquests.chapter.the_sound_of_life.quest40.description3": "\u00267Tip: if you can supply mobs to the well constantly (or give them a source of regenerating health), you could fully automate life essence collection...", + "ftbquests.chapter.the_sound_of_life.quest40.title": "Useful Rituals", + "ftbquests.chapter.the_sound_of_life.quest41.description1": "The \u00266Incense Altar\u0026r is the center of a large freeform multiblock structure focused on bringing a sense of tranquility to players. With enough peace of mind, you can perform self-sacrifice with a much smoother hand - at high levels, you can get as much as \u00266quadruple the normal amount of life essence!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest41.description2": "For more information on this structure, take a look at your \u00266Sanguine Scientiem.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description1": "With enough Demonic Will, you reach a critical mass that can eventually \u00266generate will\u0026r ex nihilo! Simply burn some into the local aura by throwing will into a \u00266Demon Crucible,\u0026r then wait for it to crystallize on the \u00266Demon Crystallizer. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description2": "With enough will in the aura, the crystal will grow extra spires you can harvest and re-burn; each crystal past the first takes 40 will to grow but \u00266burns into 50!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description3": "Now if only there was some way to automate this...", + "ftbquests.chapter.the_sound_of_life.quest42.description4": "\u00267Tip: for more info, read your Sanguine Scientiem!", + "ftbquests.chapter.the_sound_of_life.quest42.title": "Crystallized Will", + "ftbquests.chapter.the_sound_of_life.quest43.description1": "With the \u00266Resonance of the Faceted Crystal\u0026r ritual, you can split one well-established Will Crystal into four separate aspected crystals! This aspected will is handy for all sorts of things, but one of the most useful things you can do is use it in other rituals to \u00266change the way they perform.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest43.description2": "\u00267Tip: it\u0027s possible to fully automate the growing, splitting, and harvesting of crystals using rituals!", + "ftbquests.chapter.the_sound_of_life.quest43.title": "Aspected Will", + "ftbquests.chapter.the_sound_of_life.quest44.description1": "With access to Terrasteel, you can make the third tier of botanic runes: \u00266Sin Runes.\u0026r These can be used to make better baubles, more powerful flowers, and more!", + "ftbquests.chapter.the_sound_of_life.quest44.task_6010537284078335274.title": "Any Sin Rune", + "ftbquests.chapter.the_sound_of_life.quest44.title": "Sin Runes", + "ftbquests.chapter.the_sound_of_life.quest45.description1": "With Terrasteel, you can utilize an old ritual to open a \u00266gateway to Alfheim,\u0026r which you\u0027re certain has escaped whatever happened to this world. The portal won\u0027t be able to transport living beings, but maybe you can trade for some \u00266useful materials?\u0026r", + "ftbquests.chapter.the_sound_of_life.quest45.description2": "\u00267Tip: For more information on the portal, read your Lexica Botania! For even more than that, throw your entire Lexica Botania into the portal! (but make sure you don\u0027t throw your Akashic Tome away!)", + "ftbquests.chapter.the_sound_of_life.quest45.title": "The Portal to Alfheim", + "ftbquests.chapter.the_sound_of_life.quest46.description1": "The \u00266Elven Mana Spreader\u0026r is much more efficient than it\u0027s livingwood predecessor - it shoots larger bursts faster and farther.", + "ftbquests.chapter.the_sound_of_life.quest46.title": "Better Spreader", + "ftbquests.chapter.the_sound_of_life.quest47.description1": "With Sin Runes and elven materials, you can craft a special flower that \u00266generates ore in nearby stone or deepslate!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest47.description2": "As far as you\u0027re concerned, this is more proof that you can solve any problem if you throw enough raw mana at something.", + "ftbquests.chapter.the_sound_of_life.quest47.subtitle": "but not ad astra!", + "ftbquests.chapter.the_sound_of_life.quest47.title": "Ex Nihilo", + "ftbquests.chapter.the_sound_of_life.quest48.description1": "The \u00266Scribe\u0027s Table\u0026r allows you to create new glyphs for spellbooks. As far as spellbooks go, you have a couple options - use either pure arcane mana or life essence to fuel your spells.", + "ftbquests.chapter.the_sound_of_life.quest48.title": "Spellcasting", + "ftbquests.chapter.the_sound_of_life.quest49.description1": "Source can be generated in a variety of ways, but you\u0027ll need to do something to get it into a much more useable liquid form. ", + "ftbquests.chapter.the_sound_of_life.quest49.description2": "\u00266Sourcelinks\u0026r will gather it for you, but you\u0027ll also need to make a \u00266jar\u0026r to store the generated source.", + "ftbquests.chapter.the_sound_of_life.quest49.task_8602744015200526354.title": "Any Sourcelink", + "ftbquests.chapter.the_sound_of_life.quest49.title": "Generating Source", + "ftbquests.chapter.the_sound_of_life.quest5.description1": "The \u00266Hellfire Forge\u0026r allows you to use Demonic Will to craft special items.", + "ftbquests.chapter.the_sound_of_life.quest5.description2": "One of the first things you\u0027ll want to make is a \u00266soul gem\u0026r - these special gems can store demonic will you pick up without clogging your inventory.", + "ftbquests.chapter.the_sound_of_life.quest5.description3": "\u00267Tip: the more will you have stored in your inventory, the more will drops from monsters!", + "ftbquests.chapter.the_sound_of_life.quest50.description1": "One of the primary uses of liquid source is the enchanting of items. Using the \u00266Arcane Core\u0026r and an \u00266Enchanting Apparatus\u0026r atop it, you can create many useful things.", + "ftbquests.chapter.the_sound_of_life.quest50.title": "Arcane Enchanting", + "ftbquests.chapter.the_sound_of_life.quest51.description1": "If you\u0027re tired of waiting for amethyst to grow, try animating a block of budding amethyst with the \u00266Ritual of Awakening.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.description2": "It turns budding amethyst into an \u00266Amethyst Golem,\u0026r who can harvest, grow, and even bud other blocks of amethyst!", + "ftbquests.chapter.the_sound_of_life.quest51.description3": "Its behavior can be further modified using a \u00266Dominion Wand.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.title": "Amethyst Buddy", + "ftbquests.chapter.the_sound_of_life.quest52.description1": "With the acquisition of specially-charged elven materials, you can create an \u00266even stronger mana-generating base;\u0026r cake, wool, and even other mana flowers can all be mulched into yet more mana.", + "ftbquests.chapter.the_sound_of_life.quest52.task_1683678805039454876.title": "Any Elven Flower", + "ftbquests.chapter.the_sound_of_life.quest52.title": "Esoteric Mana Generation", + "ftbquests.chapter.the_sound_of_life.quest53.description1": "With the power of Elementium and a little extra elemental oomph, you can craft a special pylon to use in tandem with the power of a beacon to summon the \u00266Guardian of Gaia.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest53.description2": "Prove your strength, and you\u0027ll be rewarded with \u00266Gaia Spirits.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest54.description1": "Using the \u00266Enchanting Apparatus\u0026r and some special reagents, you can make elemental essences that have a wide variety of uses, from crafting to spellweaving.", + "ftbquests.chapter.the_sound_of_life.quest54.task_6599905580160140411.title": "Any Essence", + "ftbquests.chapter.the_sound_of_life.quest55.description1": "Fragments of the mysterious \u00266Guardian of Gaia\u0026r, these spirits have enormous potential...", + "ftbquests.chapter.the_sound_of_life.quest56.description1": "There are quite a few elemental \u00266rituals\u0026r that could come in handy for you - defending your base, automatically pick items up, and even allowing you to fly!", + "ftbquests.chapter.the_sound_of_life.quest57.description1": "The \u00266Storage Lectern\u0026r boasts the incredibly convenient capability of letting you manage, view, and craft using nearby storage blocks. Simply place it down and link inventories to it using the dominion wand!", + "ftbquests.chapter.the_sound_of_life.quest57.description2": "There is a limit to the number of inventories you can connect to at once - this can be raised using additional \u00266Bookwyrm Charms.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description1": "Mekanism upgrades come in two flavors - \u00266upgrade cards\u0026r and \u00266tier installers. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description2": "Upgrade cards give the machine a boost to a certain aspect - speed, energy efficiency, etc.", + "ftbquests.chapter.the_sound_of_life.quest58.description3": "Tier installers give the machine more processing slots - from 1 item at a time to \u002669 in some machines!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.task_366296260702142144.title": "Any Upgrade", + "ftbquests.chapter.the_sound_of_life.quest58.title": "Upgrades", + "ftbquests.chapter.the_sound_of_life.quest59.description1": "You can use a hefty amount of will as well as vengeful will crystals to create \u00266Wither Skeleton Skulls\u0026r in a Hellfire Forge. ", + "ftbquests.chapter.the_sound_of_life.quest59.description2": "These skulls are very powerfully charged - you can use them to summon Withers and acquire their \u00266valuable stars.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest59.title": "The Wither", + "ftbquests.chapter.the_sound_of_life.quest6.description1": "\u00266Blood Orbs\u0026r are a budding sanguimancer\u0027s way of storing and utilizing Life Essence, measured in \u00266LP.\u0026r Once you\u0027ve crafted one, right click with it in your hand to bind it to your personal LP network.", + "ftbquests.chapter.the_sound_of_life.quest6.description2": "LP is used for things like sigils, rituals, and crafting. You can transfer life essence in an altar to your network by placing your orb into the altar.", + "ftbquests.chapter.the_sound_of_life.quest6.description3": "\u00267Tip: there is a blood orb for each tier of altar! Certain recipes need higher tiers of blood orbs.", + "ftbquests.chapter.the_sound_of_life.quest6.task_9017841688739987349.title": "Any Blood Orb", + "ftbquests.chapter.the_sound_of_life.quest60.description1": "The \u00266Conjuration Catalyst\u0026r can duplicate certain items for a relatively moderate mana cost.", + "ftbquests.chapter.the_sound_of_life.quest60.description2": "No more fiddling around with potions or distilling to make your redstone and glowstone!", + "ftbquests.chapter.the_sound_of_life.quest61.description1": "You can summon \u00266Wilden\u0026r using the aptly-named Tablet of Summon Wilden. These magical creatures drop \u00266special reagents when killed.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest61.description2": "These reagents can also be used to summon the \u00266Wilden Chimera,\u0026r a powerful boss that drops a \u00266special item\u0026r needed to channel tier 3 spells. ", + "ftbquests.chapter.the_sound_of_life.quest61.title": "Wilden", + "ftbquests.chapter.the_sound_of_life.quest62.description1": "With the power of a \u00266Charger\u0026r and an \u00266enriched diamond,\u0026r you can create a \u00266special kind of chargeable quartz...\u0026r", + "ftbquests.chapter.the_sound_of_life.quest62.title": "Certus Quartz", + "ftbquests.chapter.the_sound_of_life.quest63.description1": "Obviously, the ratio of one diamond for one certus quartz isn\u0027t exactly tenable. Luckily, there\u0027s a way to literally grow it from itself - just throw a block of \u00266certus quartz into water with some charged certus quartz,\u0026r and it\u0027ll get converted into \u00266budding quartz.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest63.description2": "This semi-flawed quartz block will grow crystals just like amethyst, with one caveat - \u00264eventually the crystal will degrade\u0026r back into a regular block, meaning you\u0027ll have to re-seed it.", + "ftbquests.chapter.the_sound_of_life.quest63.description3": "\u00267Tip: you can also use Theurgy to convert other materials into certus quartz - amethyst is a good candidate!", + "ftbquests.chapter.the_sound_of_life.quest63.title": "Growing Quartz", + "ftbquests.chapter.the_sound_of_life.quest64.description1": "By combining redstone and nether quartz with charged certus quartz, you can make \u00266Fluix Crystals,\u0026r capable of turning matter into digitalized information.", + "ftbquests.chapter.the_sound_of_life.quest65.description1": "Before the apocalpyse - or whatever happened here - there were strange meteors that occasionally fell containing these \u00266mysterious presses.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest65.description2": "You think you have devised a ritual that could potentially draw in another one of these meteors (albeit greatly diminished in size).", + "ftbquests.chapter.the_sound_of_life.quest65.description3": "\u00267Tip: check your Reclamation Rituals book!", + "ftbquests.chapter.the_sound_of_life.quest65.title": "Mysterious Cube", + "ftbquests.chapter.the_sound_of_life.quest66.description1": "The \u00266ME Controller\u0026r is the brains of the \u00266Material Energy\u0026r system - one of the most powerful logistics solutions available to you.", + "ftbquests.chapter.the_sound_of_life.quest66.subtitle": "Better than futura blocks", + "ftbquests.chapter.the_sound_of_life.quest67.description1": "The \u00266Inscriber\u0026r is used to turn raw materials into actual circuits useable in the \u00266Matter Energy\u0026r system.", + "ftbquests.chapter.the_sound_of_life.quest68.description1": "With the raw power afforded to you by aspected will crystals, gaia fragments, and ethereal slates, you finally have enough oomph to begin reversing the damage this world has suffered.", + "ftbquests.chapter.the_sound_of_life.quest68.description2": "Look into the \u00266Ritual of Reclamation\u0026r in your Reclamation Rituals book to start reclaiming the world.", + "ftbquests.chapter.the_sound_of_life.quest68.description3": "\u00267Note: the ritual may \u00264void blocks!\u0026r\u00267 Perform it away from anything important or risk losing things you might want to keep.", + "ftbquests.chapter.the_sound_of_life.quest68.subtitle": "Roll credits?", + "ftbquests.chapter.the_sound_of_life.quest68.task_6680892754679269683.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_sound_of_life.quest68.title": "Reclamation", + "ftbquests.chapter.the_sound_of_life.quest69.description1": "\u00266Sirens\u0026r can be summoned (and subsequently befriended) at the Altar of Birthing. Once given a Sea Pickle, they\u0027ll disappear and leave behind a token. This token can be turned into a charm that can \u00266automatically fish\u0026r for you, at the price of source!", + "ftbquests.chapter.the_sound_of_life.quest69.description2": "\u00267Tip: this auto fishing can be sped up; read your Worn Notebook for more details.", + "ftbquests.chapter.the_sound_of_life.quest7.description1": "The \u00266Alchemy Table\u0026r allows you to craft with LP from a blood orb. You can make a lot of things like reagents for useful sigils, but you can also make \u00266Arcane Ashes.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest70.description1": "\u00266Whirlisprigs\u0026r can be summoned at the Altar of Birthing. Growing a tree near a summoned one will net you a token, which can be crafted into a charm. This charm summons a tame Whirlisprig that will \u00266produce natural resources\u0026r based on what\u0027s nearby!", + "ftbquests.chapter.the_sound_of_life.quest70.description2": "\u00267Tip: read your Worn Notebook for more!", + "ftbquests.chapter.the_sound_of_life.quest71.description1": "Summon a \u00266Drygmy\u0026r at the Altar of Birthing. Give it a wilden horn to get a token, then craft it into a token. This tame Drygmy will \u00266produce experience and drops of mobs nearby,\u0026r without killing them!", + "ftbquests.chapter.the_sound_of_life.quest72.description1": "Casting dispel on a witch (summoned at the Altar of Birthing) drops a Wixie Token. Turned into a charm to summon Wixies, these creatures can craft and brew potions for you!", + "ftbquests.chapter.the_sound_of_life.quest72.description2": "\u00267Tip: Wixies are very helpful when using an Alchemical Sourcelink! For more info, read your Worn Notebook.", + "ftbquests.chapter.the_sound_of_life.quest73.description1": "\u00266Starbuncles\u0026r summoned by the Altar of Birthing can be gifted gold nuggets to get \u00266Starbuncle Tokens.\u0026r Crafted into a \u00266Starbuncle Charm,\u0026r it will summon a Starbuncle to move items around for you. No more fiddling around with pipes and logistics, just use a semi-intelligent squirrel!", + "ftbquests.chapter.the_sound_of_life.quest73.description2": "\u00267Tip: they can be told to only pick up or drop off certain items - read your Worn Notebook for more information!", + "ftbquests.chapter.the_sound_of_life.quest74.description1": "\u00266Magebloom\u0026r is a flower whose fibers can be spun into a very conductive magical cloth.", + "ftbquests.chapter.the_sound_of_life.quest74.title": "Magebloom", + "ftbquests.chapter.the_sound_of_life.quest75.description1": "\u00266Warp Scrolls\u0026r let you teleport anywhere in a dimension, while their stabilized versions create a temporary portal that can transport you even to \u00266other dimensions.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest75.description2": "\u00267Tip: both types of scrolls can be turned into permanent portals by building a frame out of Sourcestone, placing a full source jar nearby, and tossing the scroll into it.", + "ftbquests.chapter.the_sound_of_life.quest76.description1": "The \u00266Fission Reactor\u0026r is a large multiblock that takes fissile fuel and water and outputs enormous amounts of steam. This steam can be pumped into another large multiblock (the industrial turbine) to produce absolutely outrageous amounts of power. ", + "ftbquests.chapter.the_sound_of_life.quest76.description2": "Equally as importantly, it produces nuclear waste.", + "ftbquests.chapter.the_sound_of_life.quest76.description3": "For more information on how to build this structure, refer to the mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest76.description4": "\u00264Warning: if you mess up running your reactor, it WILL melt down and explode/irradiate the surrounding area. Make it small or make it far away from your base if you\u0027re not confident.", + "ftbquests.chapter.the_sound_of_life.quest76.subtitle": "Uranium \u003d mc2?", + "ftbquests.chapter.the_sound_of_life.quest76.title": "Fission Reactor", + "ftbquests.chapter.the_sound_of_life.quest77.description1": "\u00266Plutonium\u0026r is one possible product from processing nuclear waste - it can be reprocessed into more fissile fuel or crafted into Supercritical Phase Shifter casings.", + "ftbquests.chapter.the_sound_of_life.quest78.description1": "\u00266Radioactive Waste Barrels\u0026r are one of the only things that can hold nuclear waste; when filled, they slowly dispose of their contents.", + "ftbquests.chapter.the_sound_of_life.quest78.title": "Waste Disposal", + "ftbquests.chapter.the_sound_of_life.quest79.description1": "\u00266Polonium\u0026r is a possible product from processing nuclear waste. ", + "ftbquests.chapter.the_sound_of_life.quest79.description2": "Not only can it make a variety of very helpful equipment and the \u00266QIO system,\u0026r it can also be used to craft Supercritical Phase Shifter (SPS) casings, necessary for producing \u00266antimatter.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest8.description1": "\u00266Arcane Ashes,\u0026r made on the Alchemy Table, can be used to perform some basic alchemy without having to re-enter the field of Spagyrics.", + "ftbquests.chapter.the_sound_of_life.quest8.description2": "One of the first things you\u0027ll want to use this for is making the \u00266Divination Sigil,\u0026r which tells you useful information about the amount of life essence you have access to.", + "ftbquests.chapter.the_sound_of_life.quest80.description1": "Making antimatter requires the creation of a Supercritical Phase Shifter, yet another multiblock.", + "ftbquests.chapter.the_sound_of_life.quest80.description2": "Its casings require a large amount of both polonium and plutonium, meaning you\u0027ll need a large amount of nuclear waste processing.", + "ftbquests.chapter.the_sound_of_life.quest80.description3": "To run, it will also need an incredibly large amount of power - this is where you\u0027d want to use an \u00266Industrial Turbine\u0026r hooked up to either a fission or a fusion reactor.", + "ftbquests.chapter.the_sound_of_life.quest80.description4": "\u00267Tip: you only need to make one of these to finish the pack - unless you REALLY like late-game Mekanism or you want to make creative items!", + "ftbquests.chapter.the_sound_of_life.quest81.description1": "The \u00266QIO System\u0026r is a digital storage solution that does not need power and can store a very large amount of items.", + "ftbquests.chapter.the_sound_of_life.quest81.description2": "It has \u00266unlimited cross-dimensional range\u0026r and can import and export automatically. However, it cannot easily auto-craft things for you.", + "ftbquests.chapter.the_sound_of_life.quest81.title": "QIO System", + "ftbquests.chapter.the_sound_of_life.quest82.description1": "The \u00266Fusion Reactor\u0026r is a much more powerful version of its fission counterpart. It can produce millions of RF/t using deuterium, tritium, or D-T fuel.", + "ftbquests.chapter.the_sound_of_life.quest82.description2": "To learn more about this reactor, check the Mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest82.subtitle": "Sci without the fi", + "ftbquests.chapter.the_sound_of_life.quest82.title": "Fusion Reactor", + "ftbquests.chapter.the_sound_of_life.quest9.description1": "\u00266Sentient Tools\u0026r are a much easier way for you to acquire will - instead of having to throw soul snares at enemies, the tools have the \u00266inherent ability to sever souls\u0026r from their fleshy (or bony) prisons.", + "ftbquests.chapter.the_sound_of_life.quest9.description2": "They are also powered by will - any kind of soul gem in your inventory will \u00266increase the tools\u0027 power\u0026r proportional to the amount of will you have stored.", + "ftbquests.chapter.the_sound_of_life.quest9.task_3309257771812589055.title": "Any Sentient Tool", + "ftbquests.chapter.the_sound_of_life.quest9.title": "Sentient Tools", + "ftbquests.chapter.the_sound_of_life.title": "Sounds of Life", + "ftbquests.chapter.the_taste_of_power.quest1.description1": "The \u00266Ender Dragon\u0026r not only has horrific halitosis, it also prevents you from exploring the rest of the End and all its goodies.", + "ftbquests.chapter.the_taste_of_power.quest1.task_4052279956792945141.title": "Kill the Dragon", + "ftbquests.chapter.the_taste_of_power.quest10.description1": "Kinda like an unlimited supply of grape juice!", + "ftbquests.chapter.the_taste_of_power.quest10.description2": "\u00267A/N: pretend it needs 100k instead of 10k source... i\u0027m too lazy to make a custom source jar like ATM does", + "ftbquests.chapter.the_taste_of_power.quest11.description1": "All that effort, and all you got was a really big hole.", + "ftbquests.chapter.the_taste_of_power.quest12.description1": "This is way better than a really big hole!", + "ftbquests.chapter.the_taste_of_power.quest13.description1": "And now the way better hole is a digital rip in the fabric of the universe.", + "ftbquests.chapter.the_taste_of_power.quest13.description2": "Or maybe its a real rip in the fabric of the digital universe?", + "ftbquests.chapter.the_taste_of_power.quest13.description3": "Either way, you\u0027re done. You have access to every item digitally, with the help of a cell workbench. Good job! Have some cake :)", + "ftbquests.chapter.the_taste_of_power.quest14.description1": "It\u0027s not really infinite ME power as much as it is infinite ME efficiency.", + "ftbquests.chapter.the_taste_of_power.quest15.description1": "Sufficiently advanced technology is indistinguishable from magic.", + "ftbquests.chapter.the_taste_of_power.quest15.title": "Creative Energy Cube", + "ftbquests.chapter.the_taste_of_power.quest2.task_7905395510409401238.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest2.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest3.description1": "Congrats! You\u0027ve killed the Ender Dragon - there is no more left to conquer.", + "ftbquests.chapter.the_taste_of_power.quest3.description2": "You are a champion. ", + "ftbquests.chapter.the_taste_of_power.quest3.description3": "You have \u0026lReclaimed\u0026r the world.", + "ftbquests.chapter.the_taste_of_power.quest3.description4": "\u00267As far as anyone can really be concerned, you\u0027ve finished the modpack. Any quests past this are exclusively for bragging rights - creative items, op stuff, lame resource dump recipes, all that jazz.", + "ftbquests.chapter.the_taste_of_power.quest3.description5": "\u00267Thank you immensely for putting the time and effort into finishing the pack! This was a huge undertaking for me, but hopefully you enjoyed it enough that it was worth it :)", + "ftbquests.chapter.the_taste_of_power.quest3.description6": "\u00267 -ACCBDD", + "ftbquests.chapter.the_taste_of_power.quest3.subtitle": "Roll credits (for real)", + "ftbquests.chapter.the_taste_of_power.quest3.task_2556725507805521066.title": "Congratulations!", + "ftbquests.chapter.the_taste_of_power.quest4.description1": "An infinitely super-heated blaze is great just as a centerpiece, but you can also use it to make infinite lava.", + "ftbquests.chapter.the_taste_of_power.quest4.description2": "\u00267Tip: you\u0027re gonna need to make quite a few of these!", + "ftbquests.chapter.the_taste_of_power.quest5.description1": "What\u0027s better than infinite blaze burning? Infinite turning! ", + "ftbquests.chapter.the_taste_of_power.quest6.description1": "The dwarven version of a Philosopher\u0027s Stone.", + "ftbquests.chapter.the_taste_of_power.quest7.description1": "Somehow, you don\u0027t feel as guilty as you think you should.", + "ftbquests.chapter.the_taste_of_power.quest7.description2": "\u00267Tip: this takes 10 full mana pools worth of mana. :)", + "ftbquests.chapter.the_taste_of_power.quest8.description1": "No more will you be shackled to the tyranny of building an enormous pool of whatever fluid!", + "ftbquests.chapter.the_taste_of_power.quest9.description1": "Once you\u0027ve set it to a chemical, you can reset it to empty by crafting it.", + "ftbquests.chapter.the_taste_of_power.quest9.title": "Creative Chemical Tank", + "ftbquests.chapter.the_taste_of_power.title": "The Taste of Power", + "ftbquests.chapter.the_touch_of.quest1.description1": "You\u0027ve done it. You\u0027ve reclaimed some small part of the world! ", + "ftbquests.chapter.the_touch_of.quest1.description2": "Now you just have to regain the diversity in surroundings you remember there once being...", + "ftbquests.chapter.the_touch_of.quest1.task_7943239389617432250.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_touch_of.quest1.title": "Reclamation", + "ftbquests.chapter.the_touch_of.quest10.description1": "\u00266Watery Essence\u0026r is found in deep oceans - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest10.description2": "Elemental wizardry will provide you the magical power necessary to enact such an elementally-aligned terraformation - namely, turning a small area into a \u00266warm ocean.\u0026r", + "ftbquests.chapter.the_touch_of.quest10.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest11.description1": "With all six types of attuned biome essence, you can combine them in a (quite expensive) ritual to produce the \u00266End Portal.\u0026r You\u0027ll still need to add \u00266Eyes of Ender\u0026r to the frame, but once you\u0027ve done so, you can finally enter \u00266the End.\u0026r", + "ftbquests.chapter.the_touch_of.quest11.description2": "\u00267Tip: you can break end portal frames and blocks by right clicking them with the frame remover!", + "ftbquests.chapter.the_touch_of.quest11.subtitle": "Dragons... I hate dragons", + "ftbquests.chapter.the_touch_of.quest11.task_4811328545830427024.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest11.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest12.description1": "Generic biome essence is well and good, but for real ritualistic oomph you\u0027ll need a specialized container, capable of collecting attuned essence.", + "ftbquests.chapter.the_touch_of.quest12.description2": "\u00267Tip: check your Reclamation Rituals book for information on the late-game terraforming rituals!", + "ftbquests.chapter.the_touch_of.quest13.description1": "With biome essence, you can also perform \u00266more directed terraforming\u0026r - turning the surrounding area into basic overworld biomes: forest, plains, river, beach, and ocean.", + "ftbquests.chapter.the_touch_of.quest13.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the overworld terraforming rites!", + "ftbquests.chapter.the_touch_of.quest13.task_2143407724517054989.title": "Basic Terraforming", + "ftbquests.chapter.the_touch_of.quest14.description1": "With some additional infusion, an attuned biome bottle can be turned into a \u00266biome globe\u0026r - in essence a portable directed reclamation ritual.", + "ftbquests.chapter.the_touch_of.quest14.description2": "\u00267Tip: these globes have 16 uses each, and convert a radius of 12 blocks from where you use them! They\u0027ll convert blocks to their reclaimed versions, but they will NOT place features like grass or trees; you\u0027ll have to do those yourself.", + "ftbquests.chapter.the_touch_of.quest14.description3": "\u00267Tip 2: these drain a LOT of aura to make!", + "ftbquests.chapter.the_touch_of.quest14.subtitle": "Portable Terraforming", + "ftbquests.chapter.the_touch_of.quest14.task_8529374338001252387.title": "Any Biome Globe", + "ftbquests.chapter.the_touch_of.quest14.title": "Biome Globes", + "ftbquests.chapter.the_touch_of.quest2.description1": "Getting the nether back into shape is relatively easy, now that you understand the shape of terraforming rituals and have a source of biomic essence.", + "ftbquests.chapter.the_touch_of.quest2.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the nether terraforming rites!", + "ftbquests.chapter.the_touch_of.quest2.task_4997059168389991596.title": "Visit Every Nether Biome", + "ftbquests.chapter.the_touch_of.quest2.title": "Reclaiming the Nether", + "ftbquests.chapter.the_touch_of.quest3.description1": "With the creation of reclaimed biomes, natural spawns can now occur - drygmies, whirligigs, and starbuncles can all rarely spawn in these biomes, as well as the regular mobs.", + "ftbquests.chapter.the_touch_of.quest3.title": "Natural Spawning", + "ftbquests.chapter.the_touch_of.quest4.description1": "Now that you have a place where you can actually see the blue (!) sky, you can bottle up the abundant biomic essence in a \u00266specially-designed container.\u0026r", + "ftbquests.chapter.the_touch_of.quest4.description2": "This \u00266biome essence\u0026r can be used in rituals along with some extra reagents to terraform in a more directed way.", + "ftbquests.chapter.the_touch_of.quest4.description3": "\u00267Tip: you can collect essence in any living biome by holding right click with a biome bottle. Crouching while you do this will fill all bottles in a stack!", + "ftbquests.chapter.the_touch_of.quest4.title": "Biome Essence", + "ftbquests.chapter.the_touch_of.quest5.description1": "The first attuned essence you\u0027ll need is \u00266Hellish Essence,\u0026r collectible from any living\u00266 nether biome.\u0026r", + "ftbquests.chapter.the_touch_of.quest6.description1": "\u00266Arid Essence\u0026r is found mainly in the desert - you\u0027ll have to use a special version of your terraforming ritual to bring it back. ", + "ftbquests.chapter.the_touch_of.quest6.description2": "Some high-powered dwarven artifice should provide you with the correct magical resonance to produce an arid, sandy \u00266desert \u0026rbiome.", + "ftbquests.chapter.the_touch_of.quest7.description1": "The final essence you\u0027ll need is \u00266Icy Essence\u0026r from the \u00266snowy slopes\u0026r biome. Wet and cold, the complete opposite of your surroundings, you\u0027ll need a lot of power to create this biome.", + "ftbquests.chapter.the_touch_of.quest7.description2": "First: \u00266polonium\u0026r to provide the necessary chemical energy for the physical transformation.", + "ftbquests.chapter.the_touch_of.quest7.description3": "Second: ice cream (specifically \u00266vanilla\u0026r) to provide structure to the ritual and thematic direction.", + "ftbquests.chapter.the_touch_of.quest7.description4": "Third: a couple \u00266shattered singularities\u0026r to store the excess entropy generated by this ritual.", + "ftbquests.chapter.the_touch_of.quest7.description5": "and finally, Fourth: a large amount of generic \u00266biome essence\u0026r to kickstart the reaction.", + "ftbquests.chapter.the_touch_of.quest8.description1": "\u00266Lush Essence\u0026r is found in jungles of any kind - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest8.description2": "Botanic mastery will provide you the life energy needed to transform your surroundings into a \u00266bamboo forest.\u0026r", + "ftbquests.chapter.the_touch_of.quest8.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest9.description1": "\u00266Mycelic Essence\u0026r is found exclusively on mushroom islands - you\u0027ll have to use a modified version of your terraforming ritual to bring them back. ", + "ftbquests.chapter.the_touch_of.quest9.description2": "Classic wiccan practice should provide you with the correct magical resonance to produce the hot, dry \u00266mushroom field\u0026r biome.", + "ftbquests.chapter.the_touch_of.title": "Visions of the Past", + "ftbquests.chapter_groups_3169067154505914507.title": "Biodiversity", + "ftbquests.chapter_groups_5305197537419525243.title": "Side Quests", + "ftbquests.loot_table_1430735789179352246.title": "mana stuff", + "ftbquests.loot_table_1562099882431827930.title": "horns", + "ftbquests.loot_table_3514670301200914514.title": "chicken", + "ftbquests.loot_table_5456022276654430189.title": "witch", + "ftbquests.loot_table_6347601422327785898.title": "canvas", + "ftbquests.loot_table_67272733859206798.title": "instrument", + "ftbquests.loot_table_7131061971573085034.title": "zombie", + "ftbquests.loot_table_7900474475776381538.title": "rabbit", + "ftbquests.loot_table_8024488712964205957.title": "spider", + "ftbquests.loot_table_8037173722274793648.title": "snow golem", + "ftbquests.loot_table_8381040606691607900.title": "bee", + "ftbquests.loot_table_8615485860944689786.title": "cow", + "ftbquests.loot_table_8839952752635034356.title": "skeleton" +} \ No newline at end of file diff --git a/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/es_es.json b/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/es_es.json new file mode 100644 index 0000000..fc094d8 --- /dev/null +++ b/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/es_es.json @@ -0,0 +1,1235 @@ +{ + "ftbquests.chapter.digital_storage.quest1.description1": "The \u00266controller\u0026r is the brains of a network. Each controller block\u0027s face is capable of outputting \u0026632 channels;\u0026r almost every device on the ME network needs \u00266one channel to operate.\u0026r", + "ftbquests.chapter.digital_storage.quest10.description1": "The \u00266Wireless Access Point\u0026r allows you to use wireless terminals to access your ME System. You can boost its range by giving it \u00266wireless boosters,\u0026r but be warned: more boosters means the WAP will need \u00264much more energy\u0026r to stay running.", + "ftbquests.chapter.digital_storage.quest10.task_8779164168368451602.title": "Any Wireless Terminal", + "ftbquests.chapter.digital_storage.quest10.title": "Wireless Access", + "ftbquests.chapter.digital_storage.quest11.description1": "\u00266Pattern Providers,\u0026r when given a pattern, will push the items in the pattern to a nearby inventory. \u00266Molecular Assemblers,\u0026r when given items, will craft with those items and output them to nearby inventories. Put them next to each other, and you have a \u00266basic autocrafting setup! \u0026r", + "ftbquests.chapter.digital_storage.quest11.description2": "You\u0027ll need somewhere to store the items while they\u0027re being crafted; a crafting storage would be ideal.", + "ftbquests.chapter.digital_storage.quest11.description3": "\u00267Tip: for more info, check the guide!", + "ftbquests.chapter.digital_storage.quest11.title": "ME Autocrafting", + "ftbquests.chapter.digital_storage.quest12.description1": "With an ME System you\u0027ll need some way to actually store items - the \u00266ME Drive\u0026r can store up to 10 storage cells of any type and size.", + "ftbquests.chapter.digital_storage.quest12.description2": "\u00267Tip: you can store botanic mana, elemental source, gases, fluids, and even space itself in cells - not just regular items!", + "ftbquests.chapter.digital_storage.quest13.description1": "Terminals are how you actually interface with the storage cells in your ME System.", + "ftbquests.chapter.digital_storage.quest13.task_8779678006548052409.title": "Any Terminal", + "ftbquests.chapter.digital_storage.quest13.title": "Terminals", + "ftbquests.chapter.digital_storage.quest14.description1": "Storing some energy in your ME System would be a good idea... just in case.", + "ftbquests.chapter.digital_storage.quest16.description1": "\u00266P2P Tunnels\u0026r allow you to transfer multiple channels per channel! It\u0027s a little confusing at first, but once you get the hang of it you can really push your system to the limit.", + "ftbquests.chapter.digital_storage.quest16.description2": "You can also transfer power, chemicals, and even botanic mana and elemental source!", + "ftbquests.chapter.digital_storage.quest17.description1": "The \u00266Reaction Chamber\u0026r not only allows you to make circuits much faster, it can also charge large amounts of certus crystals at a time and even grow crystals from themselves!", + "ftbquests.chapter.digital_storage.quest17.description2": "Just make sure you have enough power to handle its recipes...", + "ftbquests.chapter.digital_storage.quest18.description1": "The \u00266Circuit Slicer\u0026r can cut blocks of materials into 9 circuits much faster than an inscriber can press them.", + "ftbquests.chapter.digital_storage.quest19.description1": "The \u00266Assembler Matrix\u0026r is a molecular assembler and pattern provider setup on steroids - at its maximum size, it can hold over 4,000 patterns and craft incredibly fast. The best part? It only needs \u00266one channel.\u0026r", + "ftbquests.chapter.digital_storage.quest2.description1": "A controller block itself can input energy, but you\u0027ll want to have as many controller faces open as you can to get as many channels as possible into your network. ", + "ftbquests.chapter.digital_storage.quest2.description2": "The \u00266Energy Acceptor\u0026r uses no channels and can be placed anywhere, as long as it\u0027s connected to the network somehow.", + "ftbquests.chapter.digital_storage.quest20.description1": "The \u00266Quantum Computer Core\u0026r is a self-contained crafting CPU with 256M crafting storage and 8 co-processing threads.", + "ftbquests.chapter.digital_storage.quest21.description1": "The \u00266Quantum Computer multiblock\u0026r is an extremely powerful multiblock that can handle an effectively \u00266infinite\u0026r number of crafting requests for your ME System.", + "ftbquests.chapter.digital_storage.quest21.description2": "Read the guide for more information.", + "ftbquests.chapter.digital_storage.quest22.description1": "Perfect for carrying items on the go, the \u00266backpack\u0026r has a few useful upgrades as well.", + "ftbquests.chapter.digital_storage.quest23.description1": "Better than regular chests, \u00266Sophisticated Storage\u0026r lets you put more things in a single block.", + "ftbquests.chapter.digital_storage.quest23.task_5897231893839036272.title": "Any Sophisticated Storage Block", + "ftbquests.chapter.digital_storage.quest23.title": "Sophisticated Storage", + "ftbquests.chapter.digital_storage.quest24.description1": "Capable of storing a very large amount of a single item type.", + "ftbquests.chapter.digital_storage.quest24.description2": "The framing table lets you customize the way they look.", + "ftbquests.chapter.digital_storage.quest24.task_5464079544652951362.title": "Any Storage Drawer", + "ftbquests.chapter.digital_storage.quest24.title": "Storage Drawers", + "ftbquests.chapter.digital_storage.quest25.description1": "Tier upgrades can be used to upgrade Sophisticated Storage blocks without breaking them.", + "ftbquests.chapter.digital_storage.quest25.task_611570763386642583.title": "Any Tier Upgrade", + "ftbquests.chapter.digital_storage.quest26.description1": "The \u00266Drawer Controller\u0026r allows you to interface with multiple drawers using only a single blockface.", + "ftbquests.chapter.digital_storage.quest27.description1": "There are a variety of keys - lock drawers to specific items, hide item labels to reduce lag, and more.", + "ftbquests.chapter.digital_storage.quest27.task_7070764459751906106.title": "Any Drawer Key", + "ftbquests.chapter.digital_storage.quest27.title": "Drawer Keys", + "ftbquests.chapter.digital_storage.quest28.description1": "Autofeeding, playing music, even portable crafting can all be attained with backpack upgrades.", + "ftbquests.chapter.digital_storage.quest29.description1": "Higher stack count, filtering, and more - check the uses for the upgrade base.", + "ftbquests.chapter.digital_storage.quest3.description1": "Smart cables are very useful - they visually display how many channels they\u0027re carrying at any given time.", + "ftbquests.chapter.digital_storage.quest3.task_6551415206641156021.title": "Any Smart Cable", + "ftbquests.chapter.digital_storage.quest3.title": "Smart Cables", + "ftbquests.chapter.digital_storage.quest30.description1": "Each workbench (aside from looking neat) can turn a specific set of blocks into its variants.", + "ftbquests.chapter.digital_storage.quest30.title": "Chipped Workbenches", + "ftbquests.chapter.digital_storage.quest31.description1": "Can turn almost any basic block into a wide array of variants.", + "ftbquests.chapter.digital_storage.quest32.description1": "Made from stonecutting andesite alloy, these blocks can take on the texture of any other block.", + "ftbquests.chapter.digital_storage.quest32.task_4661123369301757740.title": "Any Copycat Block", + "ftbquests.chapter.digital_storage.quest33.description1": "You can make music by crafing a \u00266Music Sheet\u0026r and placing notes on the sheet. ", + "ftbquests.chapter.digital_storage.quest33.description2": "Place the sheet in your offhand while holding an instrument to play the instrument.", + "ftbquests.chapter.digital_storage.quest33.description3": "\u00267Tip: you can do MUCH more with this mod - check out its CurseForge page for more info.", + "ftbquests.chapter.digital_storage.quest34.description1": "You can paint your own masterpieces while you wait for crops to grow - simply make a palette, fill it with colors, plop a canvas on an easel, and get to painting!", + "ftbquests.chapter.digital_storage.quest34.description2": "Signed paintings can be duplicated by crafting the original with a blank canvas of the same size.", + "ftbquests.chapter.digital_storage.quest34.description3": "\u00267Tip: to craft a palette, fill the bottom row of a crafting table with planks, then place dyes in the middle. You can add more dyes to a palette by crafting them together.", + "ftbquests.chapter.digital_storage.quest34.title": "The Joy of Painting", + "ftbquests.chapter.digital_storage.quest35.description1": "\u00266Building Gadgets\u0026r are a collection of useful tools that will let you build very quickly.", + "ftbquests.chapter.digital_storage.quest35.description2": "They do need to be charged; use an energy cube or similar.", + "ftbquests.chapter.digital_storage.quest36.description1": "The \u00266Rod of the Shifting Crust\u0026r allows you to exchange blocks in the world with blocks in your inventory for the cost of mana.", + "ftbquests.chapter.digital_storage.quest4.description1": "Dense cables can carry 32 channels instead of the regular 8 channels.", + "ftbquests.chapter.digital_storage.quest4.task_5854794686036721300.title": "Any Smart Dense Cable", + "ftbquests.chapter.digital_storage.quest4.title": "Dense Cables", + "ftbquests.chapter.digital_storage.quest5.description1": "The color applicator lets you paint cables - especially useful once your network starts to grow. ", + "ftbquests.chapter.digital_storage.quest5.description2": "Colored cables won\u0027t connect to other colored cables, but fluix cables can connect to all colors.", + "ftbquests.chapter.digital_storage.quest5.description3": "These can be filled with \u00266dyes or paintballs\u0026r using an \u00266ME Chest.\u0026r", + "ftbquests.chapter.digital_storage.quest5.task_4299327579125140032.title": "Color Applicator", + "ftbquests.chapter.digital_storage.quest6.description1": "The \u00266ME Interface\u0026r acts as a specialized input and output port for your network. ", + "ftbquests.chapter.digital_storage.quest6.description2": "It can keep a certain amount of items from your network in its inventory for pipes or other blocks to pull from, and also automatically puts any other items it receives into the network.", + "ftbquests.chapter.digital_storage.quest7.description1": "The \u00266Wireless Connector\u0026r is a short-range version of a \u00266Quantum Link Chamber \u0026r- use this when you want your network to jump a short distance, and not cross-dimensionally.", + "ftbquests.chapter.digital_storage.quest8.description1": "The \u00266Quantum Network Bridge\u0026r uses the power of quantum entanglement to bridge a network gap not only across large distances, but dimensions.", + "ftbquests.chapter.digital_storage.quest8.title": "Quantum Network Bridge", + "ftbquests.chapter.digital_storage.quest9.description1": "The\u00266 Extended Charger\u0026r and \u00266Inscriber\u0026r are upgraded versions of their base models, capable of processing 4 recipes in parallel.", + "ftbquests.chapter.digital_storage.quest9.title": "Extended Machines", + "ftbquests.chapter.digital_storage.title": "Storage and Decor", + "ftbquests.chapter.ffood_plants.quest1.description1": "Lining rivers and shores, sugar cane had once risen in green columns, swaying with each passing breeze.", + "ftbquests.chapter.ffood_plants.quest10.description1": "With deep golden petals and a bitter scent, wolfsbane once grew where night lingered longest. ", + "ftbquests.chapter.ffood_plants.quest100.description1": "Sweet, mellow fruits with a classic tropical aroma.", + "ftbquests.chapter.ffood_plants.quest101.description1": "Soft and nutty, cashews offer a creamy bite with a sweet-savory balance.", + "ftbquests.chapter.ffood_plants.quest102.description1": "Cherries burst with juicy intensity; sweet, sometimes sharp, and always bright.", + "ftbquests.chapter.ffood_plants.quest103.description1": "Cracking into a coconut reveals cool, sweet water and soft, fragrant meat.", + "ftbquests.chapter.ffood_plants.quest104.description1": "Dates are also known as nature\u0027s candy: chewy, caramel-rich, and deeply sweet.", + "ftbquests.chapter.ffood_plants.quest105.description1": "With neon skin and unique speckled flesh, dragon fruit tastes delicate, lightly sweet, and just a little floral.", + "ftbquests.chapter.ffood_plants.quest106.description1": "Figs are jammy and soft with a honey-like flavor.", + "ftbquests.chapter.ffood_plants.quest107.description1": "Grapefruit will wake up your palate - juicy, sour, bitter, and bold.", + "ftbquests.chapter.ffood_plants.quest108.description1": "Kumquats are often eaten whole, with a sharp citrus shock over sweet orange notes.", + "ftbquests.chapter.ffood_plants.quest109.description1": "Tart and vivid, lemons cut through richness with their clean citrus bite.", + "ftbquests.chapter.ffood_plants.quest11.description1": "Snowbells had once blossomed in the coldest reaches, their pale blue petals dusted with frost.", + "ftbquests.chapter.ffood_plants.quest110.description1": "Smaller and punchier than lemons, limes have a tight, zesty sting.", + "ftbquests.chapter.ffood_plants.quest111.description1": "Mangoes melt in your mouth with tropical sweetness.", + "ftbquests.chapter.ffood_plants.quest112.description1": "Like a peach in sleek skin, nectarines are sweet, tangy, and satisfyingly juicy.", + "ftbquests.chapter.ffood_plants.quest113.description1": "Ground nutmeg adds a warm, nutty-spicy aroma that’s cozy and festive to any dish.", + "ftbquests.chapter.ffood_plants.quest114.description1": "Oranges are all brightness and juice, sweet with a sunny citrus finish.", + "ftbquests.chapter.ffood_plants.quest115.description1": "Peaches are the most famous of stone fruit, for good reason.", + "ftbquests.chapter.ffood_plants.quest116.description1": "Pears are quietly sweet and crisp; eternally elegant.", + "ftbquests.chapter.ffood_plants.quest117.description1": "Pecans have a great crunch with deep nutty flavor.", + "ftbquests.chapter.ffood_plants.quest118.description1": "Persimmons are smooth and syrupy, with a mellow flavor that deepens as they ripen.", + "ftbquests.chapter.ffood_plants.quest119.description1": "Plums skirt the line between tart and sweet, finishing with a tangy punch.", + "ftbquests.chapter.ffood_plants.quest12.description1": "Prized by herbalists for its strange resilience, who claimed it drew strength from the moonlit depths.", + "ftbquests.chapter.ffood_plants.quest120.description1": "Star fruit is crisp and juicy, with a tropical edge.", + "ftbquests.chapter.ffood_plants.quest121.description1": "Walnuts are hearty and slightly bitter, great for a midday snack.", + "ftbquests.chapter.ffood_plants.quest122.description1": "The bark grinds down to a warm, spicy-sweet powder that instantly deepens any flavor.", + "ftbquests.chapter.ffood_plants.quest123.description1": "The \u00266Cooking Table\u0026r is the heart of a multiblock kitchen - allowing you to craft any number of foods with the items stored inside of it. It can also supply you with tools, water, snow/ice, and milk.", + "ftbquests.chapter.ffood_plants.quest123.description2": "Especially handy when you have a large amount of foods and a limited amount of brainpower.", + "ftbquests.chapter.ffood_plants.quest123.title": "Cooking for Blockheads", + "ftbquests.chapter.ffood_plants.quest124.description1": "The \u00266ME Kitchen Station\u0026r lets you connect your multiblock kitchen to your ME system!", + "ftbquests.chapter.ffood_plants.quest125.description1": "The \u00266fridge\u0026r stores items, just like a cabinet.", + "ftbquests.chapter.ffood_plants.quest126.description1": "A \u00266sink\u0026r provides unlimited water to recipes.", + "ftbquests.chapter.ffood_plants.quest126.description2": "\u00267Tip: ...and other things.", + "ftbquests.chapter.ffood_plants.quest127.description1": "The oven lets you cook multiple foods in a single block.", + "ftbquests.chapter.ffood_plants.quest128.description1": "A \u00266Cow in a Jar\u0026r slowly produces milk, which can be used in recipes.", + "ftbquests.chapter.ffood_plants.quest128.description2": "...but how does one get a cow into a jar?", + "ftbquests.chapter.ffood_plants.quest128.description3": "\u00267Tip: you\u0027ll need to turn off claim protection or make this outside a claim, OPAC doesn\u0027t really like animal cruelty!", + "ftbquests.chapter.ffood_plants.quest129.description1": "When added to a fridge, the \u00266ice unit\u0026r provides unlimited ice and snow to recipes.", + "ftbquests.chapter.ffood_plants.quest13.description1": "This earth-toned fungus once thrived in quiet, dark corners, feeding on decay.", + "ftbquests.chapter.ffood_plants.quest130.description1": "The \u00266heating unit,\u0026r applied to a stove, lets it run on energy instead of burnable fuel.", + "ftbquests.chapter.ffood_plants.quest131.description1": "The \u00266tool rack\u0026r provides tools to cooking recipes; pots, pans, and other sorts.", + "ftbquests.chapter.ffood_plants.quest132.description1": "The \u00266Kitchen Cabinet and Counter\u0026r store items for the Cooking Table to use.", + "ftbquests.chapter.ffood_plants.quest132.title": "Kitchen Storage", + "ftbquests.chapter.ffood_plants.quest133.description1": "The \u00266Horn of the Wild\u0026r lets you harvest a large area of crops without manually collecting them one by one.", + "ftbquests.chapter.ffood_plants.quest133.description2": "Useful!", + "ftbquests.chapter.ffood_plants.quest134.description1": "The \u00266Drum of the Wild\u0026r is a block-based version of the horn - set a mana spreader to shoot mana through it and it\u0027ll harvest crops nearby.", + "ftbquests.chapter.ffood_plants.quest134.description2": "Add a \u00266hopperhock\u0026r and you have fully automatic crop harvesting!", + "ftbquests.chapter.ffood_plants.quest135.description1": "The \u00266Harvester\u0026r is a little harder to make than the other automated harvesters, but it makes up for it in ease of use.", + "ftbquests.chapter.ffood_plants.quest135.description2": "Place it on the same level as crops and it will harvest them - a 3x3 area by default, but this can be upgraded with machine upgrades.", + "ftbquests.chapter.ffood_plants.quest136.description1": "The \u00266Mechanical Harvester\u0026r lets you harvest... mechanically! ", + "ftbquests.chapter.ffood_plants.quest136.description2": "Attach it to any variety of contraption and as it moves through a crop it will harvest it.", + "ftbquests.chapter.ffood_plants.quest137.description1": "That\u0027s dedication! A personal shoutout from myself, for the pure raw dedication that you\u0027ve shown.", + "ftbquests.chapter.ffood_plants.quest137.subtitle": "You earned it!", + "ftbquests.chapter.ffood_plants.quest137.task_5521912290757485582.title": "You know what? Sure.", + "ftbquests.chapter.ffood_plants.quest138.description1": "You\u0027ve gone even further than I went! An absolute mad. lad. Take your prize and go.", + "ftbquests.chapter.ffood_plants.quest138.subtitle": "Your dedication is admirable.", + "ftbquests.chapter.ffood_plants.quest138.title": "Good god...", + "ftbquests.chapter.ffood_plants.quest14.description1": "With its crimson cap and pale stem, the red mushroom once sprouted in damp caves and shadowed groves.", + "ftbquests.chapter.ffood_plants.quest15.description1": "Bamboo once climbed toward the sky in great bamboo forests, hollow stems whispering in the wind.", + "ftbquests.chapter.ffood_plants.quest16.description1": "Sailors swore it marked safe waters—while some claimed it hid the bones of the drowned.", + "ftbquests.chapter.ffood_plants.quest17.description1": "This gentle underwater plant once rippled with the ocean’s breath, carpeting the sea floor in quiet green.", + "ftbquests.chapter.ffood_plants.quest18.description1": "Their soft light once guided creatures of the reef and lit the way for wayward divers in the twilight deep.", + "ftbquests.chapter.ffood_plants.quest19.description1": "This strange, red fungus had grown only in the deep, burning halls of another world. It pulsed faintly with unnatural life.", + "ftbquests.chapter.ffood_plants.quest2.description1": "Bright orange roots that grew deep in the earth, carrots were a favorite among rabbits and a healthy snack, to boot!", + "ftbquests.chapter.ffood_plants.quest20.description1": "Once said to carry the scent of a world turned upside down—where even the air recoiled in confusion.", + "ftbquests.chapter.ffood_plants.quest21.description1": "This twisted red fungus once grew in the scorched ground of the Nether, pulsing faintly as if alive.", + "ftbquests.chapter.ffood_plants.quest22.description1": "Once used in deadly draughts and sleeping curses, favored by those who studied the poisoner\u0027s art.", + "ftbquests.chapter.ffood_plants.quest23.description1": "Flax\u0027s delicate fibers had once been woven into cloth and spell-thread, binding both garments and enchantments.", + "ftbquests.chapter.ffood_plants.quest24.description1": "Bold and crimson, the poppy is a symbol of remembrance and silent strength, often found where courage once stood.", + "ftbquests.chapter.ffood_plants.quest24.description2": "\u00267Tip: You can either craft poppy seeds or mutate them from Melon and Sugarcane.", + "ftbquests.chapter.ffood_plants.quest25.description1": "A tall and graceful flower with a soft purple hue, often associated with grace, quiet wisdom, and calm days.", + "ftbquests.chapter.ffood_plants.quest26.description1": "Delicate and pale, these tiny flowers cluster low to the ground, bringing a sense of peace to open fields.", + "ftbquests.chapter.ffood_plants.quest27.description1": "This rare azure blossom flourishes in damp, shadowed groves. Legends say it blooms where ancient tears once fell.", + "ftbquests.chapter.ffood_plants.quest28.description1": "Cornflowers once braved the wind in wide fields, their blue hues a favorite among storytellers and songwriters.", + "ftbquests.chapter.ffood_plants.quest29.description1": "A cheerful bloom of golden yellow, said to carry whispers of spring on the wind. It thrives wherever the sun touches the land.", + "ftbquests.chapter.ffood_plants.quest29.description2": "\u00267Tip: You can either craft dandelion seeds or mutate them from Wheat and Pumpkin.\u0026r", + "ftbquests.chapter.ffood_plants.quest3.description1": "Crimson bulbs that added color and flavor to any dish, beetroots were once quite common in village gardens.", + "ftbquests.chapter.ffood_plants.quest30.description1": "Hidden among thick leaves, these tiny white bells are said to chime in silence when the forest is listening.", + "ftbquests.chapter.ffood_plants.quest31.description1": "With a golden eye watching from its white face, this flower is a quiet companion of wanderers and daydreamers.", + "ftbquests.chapter.ffood_plants.quest32.description1": "Glowing softly with hues of flame, this ancient blossom is thought to be a gift from the deep earth, where fire once danced.", + "ftbquests.chapter.ffood_plants.quest33.description1": "Warming as a sunset, the orange tulip is said to bring cheer and good fortune to those who find it.", + "ftbquests.chapter.ffood_plants.quest34.description1": "Bright and bold, the red tulip is a symbol of love and passion, often given in times of heartfelt confession.", + "ftbquests.chapter.ffood_plants.quest35.description1": "Soft as moonlight, white tulips once whispered of peace and innocence in gardens now long lain fallow.", + "ftbquests.chapter.ffood_plants.quest36.description1": "Soft and gentle, the pink tulip speaks of friendship and gentle affection, often found where laughter lingers.", + "ftbquests.chapter.ffood_plants.quest37.description1": "Dark as a starless night and thorned with sorrow, this eerie bloom grows only in the wake of ruin and shadow.", + "ftbquests.chapter.ffood_plants.quest38.description1": "You can make podzol for planting flower seeds on by growing a 2x2 of spruce saplings - the large tree, once grown, will convert dirt (and dried earth!) under it into podzol.", + "ftbquests.chapter.ffood_plants.quest38.description2": "\u00267Tip: once the strength trait of a flower is high enough, you won\u0027t need to plant them on podzol!", + "ftbquests.chapter.ffood_plants.quest38.task_7604363448496665210.title": "Look at Podzol", + "ftbquests.chapter.ffood_plants.quest38.title": "Podzol", + "ftbquests.chapter.ffood_plants.quest39.description1": "Onion\u0027s delicious smell once filled the air as it gave flavor to meals.", + "ftbquests.chapter.ffood_plants.quest4.description1": "Earthy and humble, potatoes were versatile tubers that thrived in the cool soil of many places.", + "ftbquests.chapter.ffood_plants.quest40.description1": "Sweet potatoes grew slow and sweet underground, long ago.", + "ftbquests.chapter.ffood_plants.quest40.description2": "(new page placeholder text)", + "ftbquests.chapter.ffood_plants.quest41.description1": "A humble grain that swayed in golden fields before being ground and baked into something warm and sustaining.", + "ftbquests.chapter.ffood_plants.quest42.description1": "Basil once filled the air with a fragrance that breezes would quietly carry away.", + "ftbquests.chapter.ffood_plants.quest43.description1": "A small, zesty vegetable that added a sharp bite to meals.", + "ftbquests.chapter.ffood_plants.quest44.description1": "A dark, sturdy bean that once softened in pots where stories and spices mingled.", + "ftbquests.chapter.ffood_plants.quest45.description1": "A slender, snappy vegetable that brightened plates in days long past.", + "ftbquests.chapter.ffood_plants.quest46.description1": "A nutrient-rich tuber, often tied to seasonal harvests and both everyday and festive cooking.", + "ftbquests.chapter.ffood_plants.quest47.description1": "Widely adopted, they were once integral to many cuisines, especially where freshness and preservation intersected.", + "ftbquests.chapter.ffood_plants.quest48.description1": "Spiny and hardy, the cactus once dotted vast oceans of sand.", + "ftbquests.chapter.ffood_plants.quest49.description1": "Saguaro once stood tall in the desert heat, holding their shape against time and silence.", + "ftbquests.chapter.ffood_plants.quest5.description1": "Orange orbs that sprouted in the autumn, pumpkins were both a festive decoration and a hearty food source.", + "ftbquests.chapter.ffood_plants.quest50.description1": "Valued for its hardiness and storage life, it figured prominently in preserved and cold-weather foods.", + "ftbquests.chapter.ffood_plants.quest51.description1": "Fast-growing and versatile, they were commonly used to add mild sharpness to everyday dishes.", + "ftbquests.chapter.ffood_plants.quest52.description1": "Coffee was brewed each morning, dark and warm, its bitterness softened by time and habit.", + "ftbquests.chapter.ffood_plants.quest53.description1": "A worldwide staple, central to daily diets and shaped by centuries of cultivation and ritual.", + "ftbquests.chapter.ffood_plants.quest54.description1": "A cool-weather root typically grown for its reliability and used in simple, hearty meals.", + "ftbquests.chapter.ffood_plants.quest55.description1": "A hardy root, valued for nutrition and storage through cold months.", + "ftbquests.chapter.ffood_plants.quest56.description1": "Once used to add a small amount of spice to everyday food.", + "ftbquests.chapter.ffood_plants.quest57.description1": "Once cultivated widely for its simple, nourishing qualities.", + "ftbquests.chapter.ffood_plants.quest58.description1": "A vital staple, central to diets and agricultural abundance.", + "ftbquests.chapter.ffood_plants.quest59.description1": "Seeds that added warmth and spice, enhancing a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest6.description1": "Large, round fruits with a green rind and sweet, juicy flesh; melons grew best in warm, sunny fields.", + "ftbquests.chapter.ffood_plants.quest60.description1": "Mild and colorful, they brought sweetness and variety to meals.", + "ftbquests.chapter.ffood_plants.quest61.description1": "Known for its cool, crisp texture, often enjoyed fresh or pickled.", + "ftbquests.chapter.ffood_plants.quest62.description1": "A sweet fruit that brightened the warmer months with its flavor.", + "ftbquests.chapter.ffood_plants.quest63.description1": "Harvested for its tender shoots, enjoyed seasonally.", + "ftbquests.chapter.ffood_plants.quest64.description1": "Offered a subtle crunch and flavor, a common addition in many recipes.", + "ftbquests.chapter.ffood_plants.quest65.description1": "Once a comforting grain, quietly nourishing both people and animals alike.", + "ftbquests.chapter.ffood_plants.quest66.description1": "Peanuts were once valued for their simple richness and high protein content.", + "ftbquests.chapter.ffood_plants.quest67.description1": "Tart and vibrant, they were key in sauces and salsas that brought bold flavor.", + "ftbquests.chapter.ffood_plants.quest68.description1": "A versatile summer squash, cooked or baked into a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest69.description1": "A small, sweet berry, enjoyed fresh or preserved to brighten meals.", + "ftbquests.chapter.ffood_plants.quest7.description1": "Prickly bushes bore these bright berries, beloved for their sweet bite and quick comfort.", + "ftbquests.chapter.ffood_plants.quest70.description1": "Known for their sweetness and antioxidants, often eaten fresh or in preserves.", + "ftbquests.chapter.ffood_plants.quest71.description1": "Rich and tangy, they provided a burst of flavor and nutrition when they were in season.", + "ftbquests.chapter.ffood_plants.quest72.description1": "A mild onion relative, used to add depth and subtle flavor to soups and stews.", + "ftbquests.chapter.ffood_plants.quest73.description1": "Crisp and cool, a common leafy green that added freshness to countless dishes.", + "ftbquests.chapter.ffood_plants.quest74.description1": "Valued for its spicy warmth and medicinal qualities, a staple in many remedies and recipes now lost.", + "ftbquests.chapter.ffood_plants.quest75.description1": "A fragrant melon, its juicy flesh a refreshing treat on hot days.", + "ftbquests.chapter.ffood_plants.quest76.description1": "A sweet, cooling melon that offered relief during warm seasons.", + "ftbquests.chapter.ffood_plants.quest77.description1": "A tangy fruit, rich in vitamin C and refreshing in warmer months.", + "ftbquests.chapter.ffood_plants.quest78.description1": "A versatile vegetable, often roasted or stewed to add richness to meals.", + "ftbquests.chapter.ffood_plants.quest79.description1": "A mild vegetable used in a variety of dishes, from soups to roasts.", + "ftbquests.chapter.ffood_plants.quest8.description1": "Wheat once rippled like golden seas, feeding countless lives. Fields of it marked the heart of many homesteads.", + "ftbquests.chapter.ffood_plants.quest80.description1": "Small and tart, used fresh or dried to add brightness to dishes and preserves.", + "ftbquests.chapter.ffood_plants.quest81.description1": "Valued for their oil and flavor, they were a key ingredient in cooking and preservation.", + "ftbquests.chapter.ffood_plants.quest82.description1": "Known for its nutritional content, often steamed or roasted.", + "ftbquests.chapter.ffood_plants.quest83.description1": "Prized for its tender hearts, a special ingredient in many traditional meals.", + "ftbquests.chapter.ffood_plants.quest84.description1": "Tart and fibrous, often cooked down into jams and desserts.", + "ftbquests.chapter.ffood_plants.quest85.description1": "A pungent staple, prized for both taste and medicinal value in many kitchens.", + "ftbquests.chapter.ffood_plants.quest86.description1": "Known for its vibrant color and healing properties, it flavored food and soothed ailments alike.", + "ftbquests.chapter.ffood_plants.quest87.description1": "Sweet and versatile - enjoyed fresh or transformed into wines and preserves.", + "ftbquests.chapter.ffood_plants.quest88.description1": "A leafy green, rich in nutrients and commonly eaten fresh.", + "ftbquests.chapter.ffood_plants.quest89.description1": "A hearty vegetable, often stored through colder months and used in countless recipes.", + "ftbquests.chapter.ffood_plants.quest9.description1": "This gnarled, shrieking root was feared as much as it was valued.", + "ftbquests.chapter.ffood_plants.quest9.description2": "\u00267Tip: you might want to only harvest these at night!", + "ftbquests.chapter.ffood_plants.quest90.description1": "A resilient leafy green valued for its nutrition and versatility in cooking.", + "ftbquests.chapter.ffood_plants.quest91.description1": "Small, dark berries used for their medicinal properties and tart flavor.", + "ftbquests.chapter.ffood_plants.quest92.description1": "Known for their bitter aroma, they were essential in brewing of all kinds.", + "ftbquests.chapter.ffood_plants.quest93.description1": "Tart and bright, commonly used fresh or preserved to complement meals.", + "ftbquests.chapter.ffood_plants.quest94.description1": "A fragrant bean that lent warmth and sweetness to many desserts and drinks.", + "ftbquests.chapter.ffood_plants.quest95.description1": "A sweet and tangy fruit that brought plenty of flavor to many dishes.", + "ftbquests.chapter.ffood_plants.quest96.description1": "Crunchy, subtly sweet nuts with a toasty, earthy finish.", + "ftbquests.chapter.ffood_plants.quest97.description1": "Crisp, juicy fruits that balance light sweetness with a refreshing tang.", + "ftbquests.chapter.ffood_plants.quest98.description1": "Soft, slightly fuzzy fruits with a delightfully sweet-tart burst.", + "ftbquests.chapter.ffood_plants.quest99.description1": "Creamy and buttery with a mild, slightly grassy flavor.", + "ftbquests.chapter.ffood_plants.title": "Plants Galore", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description1": "You wake up in a vast, dead and dried out wasteland. You don\u0027t remember how you got here, but you do remember what the world \u0026oshould\u0026r look like - and this isn\u0027t it.", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description2": "Welcome to \u00266Reclamation!\u0026r This is a slower-paced pack focused around bringing life and nature back to a dead world. Press \u00266F3+H\u0026r to disable advanced tooltips, if they\u0027re on!", + "ftbquests.chapter.how_the_world_came_to_be.quest1.task_6356663929448377632.title": "What happened here?", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description1": "\u00266Alchemical Sulfur\u0026r is one of the three building blocks of alchemy - it provides the Soul of an item, and represents what specific item it is.", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description2": "To obtain it, you\u0027ll have to make a \u00266Liquefaction Cauldron\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the item you want to extract sulfur from into the Cauldron, fill it with \u00266Sal Ammoniac,\u0026r give the Brazier some fuel, and it\u0027ll slowly convert materials into their respective \u00266Alchemical Sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description3": "The dried earth you find yourself surrounded by used to be dirt, and it remembers that - \u00266use the Cauldron to turn dried earth into dirt sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.title": "Alchemical Sulfur", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description1": "Now that you have all three alchemical components of an item - \u00266Mercury, Salt, and Sulfur\u0026r - you can make an \u00266Incubator\u0026r to combine them all back into an item; in this case, back into \u00266dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description2": "Place the Incubator above a Brazier and attach all three vessels to the sides of it. Fill each vessel with the appropriate item, give the Brazier some fuel, and in a bit you\u0027ll have fresh dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest11.title": "Incubator", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description1": "You\u0027ve done it! You\u0027ve made dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description2": "...now you just need something to grow on it.", + "ftbquests.chapter.how_the_world_came_to_be.quest12.subtitle": "Slightly browner", + "ftbquests.chapter.how_the_world_came_to_be.quest13.description1": "Despite the seeming apocalypse, there are still fish to find (and eat) for those with the skill and desire.", + "ftbquests.chapter.how_the_world_came_to_be.quest13.title": "Fishy Friends", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description1": "Spider string can be crafted into wool, which can be crafted into beds! ", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description2": "You can also craft a sleeping bag, for staying cozy on the go... but where would you be going?", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_1655930139945784994.title": "Any Bed", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_2233575124644508705.title": "Any Sleeping Bag", + "ftbquests.chapter.how_the_world_came_to_be.quest14.title": "Small Comforts", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description1": "Worldgen has been completely overhauled - \u00264no ore generates,\u0026r and the only biomes that exist are dead, wasteland biomes with no real vegetation. Additionally, the only trees that spawn are dead trees, with very little useability.", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description2": "Stone variants still generate, and you can find \u00266sand and clay underwater.\u0026r It will also still rain!", + "ftbquests.chapter.how_the_world_came_to_be.quest15.task_9000568835822462366.title": "Changed worldgen?", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description1": "The naturally spawning mobs have changed in this new landscape! Specifically, \u0026czombie villagers and witches won\u0027t spawn,\u0026r and \u00266spiders have mutated\u0026r into their venomous cave versions. ", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description2": "This means that there\u0027s \u0026cno way to get any kind of resources from witches or zombie villagers\u0026r (even if you could cure them!); the only things that you can really hope to get are iron or copper ingots from \u00266rare drops\u0026r - but there are other ways to generate resources...", + "ftbquests.chapter.how_the_world_came_to_be.quest16.task_8241748987012779739.title": "Rare Drops?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description1": "There are quite a few books in the pack! Thankfully, the \u00266Akashic Tome\u0026r is here to help. Crafting any book with this will combine it, letting you keep every guidebook in a single item. Simply craft it with another guidebook!", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description2": "To untransform the tome, punch the air with it.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description3": "To remove a stored book, transform the tome into the book, then sneak and press your \u0027drop\u0027 key.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.task_3483844932023115481.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description1": "A lot of the pack consists of passive processes you\u0027ll probably want to keep running while you do other things. You can claim chunks to \u00266force-load \u0026rthem using your map; ensuring they\u0027ll stay loaded even while you\u0027re not nearby. ", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description2": "Just open your map (default M) and \u00266right-click drag\u0026r over the area you\u0027d like to claim. Right-click drag again to force claim!", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description3": "If you\u0027re playing with friends, \u00266make sure you\u0027re on the same team\u0026r so that you can all access things inside your claim and share quest progress.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description4": "For more information on the claims system, check out the \u00266Open Parties and Claims\u0026r wiki or keybinds.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description5": "\u00267Tip: you might want to turn claimed chunk protection off! It tends to break fake players.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.task_3331239976186418612.title": "Playing with Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.title": "Chunkloading and Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description1": "You can make a quick and dirty door using the scrap wood and some copper you\u0027ve found - but it seems pretty shoddy, \u00264breaking every so often\u0026r and needing to be re-placed.", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description2": "At least it keeps the spookies out...", + "ftbquests.chapter.how_the_world_came_to_be.quest2.description1": "Wood is plentiful, if not exactly the quality you remember.", + "ftbquests.chapter.how_the_world_came_to_be.quest2.title": "Dead Trees", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description1": "Despite the harsh conditions, bees still persist, dotted amongst the dry hills. ", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description2": "Cultivating them could be a great way to \u00266generate resources\u0026r such as more dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description3": "\u00267Tip: this unlocks a new questline on the left!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.title": "Bees?!", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description1": "There are ruins around with \u00266small bits of copper,\u0026r completely oxidized from whatever happened. ", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description2": "You might be able to craft something to help you out with that copper, but first you\u0027ll have to \u00266get it into a useable state...\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest3.task_7525660450708144821.title": "Oxidized Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description1": "Many many recipes have been changed in this pack. Make sure you check your recipe browser for crafting recipes! By default, the keybinds when hovering over an item are \u00266R to look up recipes\u0026r for the item, and \u00266U to look up uses\u0026r for the item.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description2": "These binds can be changed by clicking the EMI button in the bottom left of your inventory screen.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.task_8528084351057584694.title": "What\u0027s changed?", + "ftbquests.chapter.how_the_world_came_to_be.quest4.title": "How do I craft things?", + "ftbquests.chapter.how_the_world_came_to_be.quest5.description1": "\u0026l\u0026o\u0026cNO ORE GENERATES IN THE WORLD. RECIPES HAVE CHANGED.\u0026r Those who came before you have completely mined out the entire planet - after centuries of strip mining, quarrying, and general exploitation, there is not so much as a measly scrap of coal in the world, so there\u0027s no point trying to find any type of ore by mining.", + "ftbquests.chapter.how_the_world_came_to_be.quest5.task_734684119620528193.title": "Deprived...", + "ftbquests.chapter.how_the_world_came_to_be.quest5.title": "Where\u0027s the ore!?", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description1": "After you \u00266scrape off the rust with an axe,\u0026r you think you can use a \u00266cutting board\u0026r to get useable copper out of the oxidized copper you find in ruins.", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description2": "This useable copper will be crucial for \u00266Spagyrics\u0026r, the process of decomposing and recombining matter - which should let you \u00266rejuvenate the Dried Earth\u0026r into \u00266Dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description3": "\u00267Tip: you can also use the cutting board to get more charcoal and scrap wood out of dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest6.title": "Useable Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description1": "In the contaminated water you have found trace amounts of \u00266Sal Ammoniac,\u0026r a crucial ingredient in the practice of \u00266Theurgy.\u0026r By setting up a simple accumulator and tank, you think you\u0027ll be able to distill it. ", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description2": "Place the accumulator on top of the tank, fill it with water, and it will slowly produce \u00266Sal Ammoniac\u0026r for you.", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description3": "\u00267Tip: you can make buckets out of copper!\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description1": "\u00266Alchemical Mercury\u0026r is one of the three building blocks of alchemy - it provides the Energy of an item, and is largely interchangeable between things.", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description2": "To distill it, you\u0027ll have to make a \u00266Mercury Distiller\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to distill into the Distiller, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Mercury.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description3": "Rarer materials give more mercury, but to start you\u0027ll probably want to distill \u00266cobblestone, dried earth, or cooked fish.\u0026r ", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description4": "\u00267Tip: slicing fish makes it a more efficient way of getting mercury!", + "ftbquests.chapter.how_the_world_came_to_be.quest8.title": "Alchemical Mercury", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description1": "\u00266Alchemical Salt\u0026r is one of the three building blocks of alchemy - it provides the Body of an item, and represents the \u0027type\u0027 of an item.", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description2": "To obtain it, you\u0027ll have to make a \u00266Calcination Oven\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to extract into the Oven, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description3": "There are many different kinds of salt, but to start, you should \u00266focus on getting Strata salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.title": "Alchemical Salt", + "ftbquests.chapter.how_the_world_came_to_be.subtitle0": "A vast wasteland", + "ftbquests.chapter.how_the_world_came_to_be.title": "Prologue", + "ftbquests.chapter.mob_safari.quest1.task_644874208300996266.title": "Creeper Photo", + "ftbquests.chapter.mob_safari.quest1.title": "Creeper", + "ftbquests.chapter.mob_safari.quest10.task_7387499092437519744.title": "Silverfish Photo", + "ftbquests.chapter.mob_safari.quest10.title": "Silverfish", + "ftbquests.chapter.mob_safari.quest11.task_560111651210659078.title": "Evoker Photo", + "ftbquests.chapter.mob_safari.quest11.title": "Evoker", + "ftbquests.chapter.mob_safari.quest12.task_6050813032829826018.title": "Ghast Photo", + "ftbquests.chapter.mob_safari.quest12.title": "Ghast", + "ftbquests.chapter.mob_safari.quest13.task_8655936747757493244.title": "Guardian Photo", + "ftbquests.chapter.mob_safari.quest13.title": "Guardian", + "ftbquests.chapter.mob_safari.quest14.task_9108849848609122501.title": "Hoglin Photo", + "ftbquests.chapter.mob_safari.quest14.title": "Hoglin", + "ftbquests.chapter.mob_safari.quest15.task_7435272240185968407.title": "Phantom Photo", + "ftbquests.chapter.mob_safari.quest15.title": "Phantom", + "ftbquests.chapter.mob_safari.quest16.task_2497415746301840277.title": "Piglin Brute Photo", + "ftbquests.chapter.mob_safari.quest16.title": "Piglin Brute", + "ftbquests.chapter.mob_safari.quest17.description1": "\u00267Tip: there is a ritual that can grant you the bad omen effect!", + "ftbquests.chapter.mob_safari.quest17.task_876018828234332303.title": "Pillager Photo", + "ftbquests.chapter.mob_safari.quest17.title": "Pillager", + "ftbquests.chapter.mob_safari.quest18.task_9217927796095116198.title": "Ravager Photo", + "ftbquests.chapter.mob_safari.quest18.title": "Ravager", + "ftbquests.chapter.mob_safari.quest19.task_6294764614244969421.title": "Shulker Photo", + "ftbquests.chapter.mob_safari.quest19.title": "Shulker", + "ftbquests.chapter.mob_safari.quest2.description1": "In this new post-apocalyptic world, you\u0027ve realized that it might be a good idea to document what lifeforms exist - just in case it happens again. ", + "ftbquests.chapter.mob_safari.quest2.description2": "To do so, you\u0027re going to need \u00266a camera, \u0026rsome \u00266film\u0026r to print onto, and some way to turn that \u00266film into photos.\u0026r", + "ftbquests.chapter.mob_safari.quest2.subtitle": "Snap decisions", + "ftbquests.chapter.mob_safari.quest2.title": "Camera", + "ftbquests.chapter.mob_safari.quest20.task_5958619487539868658.title": "Skeleton Photo", + "ftbquests.chapter.mob_safari.quest20.title": "Skeleton", + "ftbquests.chapter.mob_safari.quest21.task_2908237894518590949.title": "Slime Photo", + "ftbquests.chapter.mob_safari.quest21.title": "Slime", + "ftbquests.chapter.mob_safari.quest22.task_1986307033554203052.title": "Stray Photo", + "ftbquests.chapter.mob_safari.quest22.title": "Stray", + "ftbquests.chapter.mob_safari.quest23.task_8127229503220688871.title": "Vex Photo", + "ftbquests.chapter.mob_safari.quest23.title": "Vex", + "ftbquests.chapter.mob_safari.quest24.task_2719667561416590077.title": "Vindicator Photo", + "ftbquests.chapter.mob_safari.quest24.title": "Vindicator", + "ftbquests.chapter.mob_safari.quest25.description1": "\u00267Tip: the sculk catalyst is craftable, and you can use a sculk awakener on a sculk shrieker to convert it into one that can spawn Wardens.", + "ftbquests.chapter.mob_safari.quest25.task_3299757844051508646.title": "Warden Photo", + "ftbquests.chapter.mob_safari.quest25.title": "Warden", + "ftbquests.chapter.mob_safari.quest26.task_1834001635925258364.title": "Witch Photo", + "ftbquests.chapter.mob_safari.quest26.title": "Witch", + "ftbquests.chapter.mob_safari.quest27.description1": "\u00267Tip: if you want to summon a living wither skeleton, you\u0027ll need to use the Soulium Spawner.", + "ftbquests.chapter.mob_safari.quest27.task_431510156767848390.title": "Wither Skeleton Photo", + "ftbquests.chapter.mob_safari.quest27.title": "Wither Skeleton", + "ftbquests.chapter.mob_safari.quest28.task_3976176875920550036.title": "Zoglin Photo", + "ftbquests.chapter.mob_safari.quest28.title": "Zoglin", + "ftbquests.chapter.mob_safari.quest29.task_2001349734991872109.title": "Blaze Photo", + "ftbquests.chapter.mob_safari.quest29.title": "Blaze", + "ftbquests.chapter.mob_safari.quest3.task_6868688706200460210.title": "Zombie Photo", + "ftbquests.chapter.mob_safari.quest3.title": "Zombie", + "ftbquests.chapter.mob_safari.quest30.task_4394254762005595057.title": "Wither Photo", + "ftbquests.chapter.mob_safari.quest30.title": "Wither", + "ftbquests.chapter.mob_safari.quest31.task_6606548217913389459.title": "Ender Dragon Photo", + "ftbquests.chapter.mob_safari.quest31.title": "Ender Dragon", + "ftbquests.chapter.mob_safari.quest32.task_8348843003612976311.title": "Piglin Photo", + "ftbquests.chapter.mob_safari.quest32.title": "Piglin", + "ftbquests.chapter.mob_safari.quest33.task_9152125344552747368.title": "Allay Photo", + "ftbquests.chapter.mob_safari.quest33.title": "Allay", + "ftbquests.chapter.mob_safari.quest34.task_935450104482788869.title": "Axolotl Photo", + "ftbquests.chapter.mob_safari.quest34.title": "Axolotl", + "ftbquests.chapter.mob_safari.quest35.task_3732209353791428122.title": "Bat Photo", + "ftbquests.chapter.mob_safari.quest35.title": "Bat", + "ftbquests.chapter.mob_safari.quest36.task_4451728281716577204.title": "Camel Photo", + "ftbquests.chapter.mob_safari.quest36.title": "Camel", + "ftbquests.chapter.mob_safari.quest37.task_3478349021656071469.title": "Cat Photo", + "ftbquests.chapter.mob_safari.quest37.title": "Cat", + "ftbquests.chapter.mob_safari.quest38.task_421501030317629993.title": "Chicken Photo", + "ftbquests.chapter.mob_safari.quest38.title": "Chicken", + "ftbquests.chapter.mob_safari.quest39.task_3283513909476271368.title": "Cod Photo", + "ftbquests.chapter.mob_safari.quest39.title": "Cod", + "ftbquests.chapter.mob_safari.quest4.task_5493751185522811223.title": "Husk Photo", + "ftbquests.chapter.mob_safari.quest4.title": "Husk", + "ftbquests.chapter.mob_safari.quest40.task_3552336333939252573.title": "Cow Photo", + "ftbquests.chapter.mob_safari.quest40.title": "Cow", + "ftbquests.chapter.mob_safari.quest41.task_8921315837912733830.title": "Donkey Photo", + "ftbquests.chapter.mob_safari.quest41.title": "Donkey", + "ftbquests.chapter.mob_safari.quest42.task_8892925176174289117.title": "Frog Photo", + "ftbquests.chapter.mob_safari.quest42.title": "Frog", + "ftbquests.chapter.mob_safari.quest43.task_7912667151609898398.title": "Glow Squid Photo", + "ftbquests.chapter.mob_safari.quest43.title": "Glow Squid", + "ftbquests.chapter.mob_safari.quest44.task_4389105525914117514.title": "Horse Photo", + "ftbquests.chapter.mob_safari.quest44.title": "Horse", + "ftbquests.chapter.mob_safari.quest45.task_4359593363899885941.title": "Mooshroom Photo", + "ftbquests.chapter.mob_safari.quest45.title": "Mooshroom", + "ftbquests.chapter.mob_safari.quest46.task_924922940433498504.title": "Mule Photo", + "ftbquests.chapter.mob_safari.quest46.title": "Mule", + "ftbquests.chapter.mob_safari.quest47.task_4787445126890462554.title": "Ocelot Photo", + "ftbquests.chapter.mob_safari.quest47.title": "Ocelot", + "ftbquests.chapter.mob_safari.quest48.task_595439666779967783.title": "Parrot Photo", + "ftbquests.chapter.mob_safari.quest48.title": "Parrot", + "ftbquests.chapter.mob_safari.quest49.task_6791445533424275382.title": "Pig Photo", + "ftbquests.chapter.mob_safari.quest49.title": "Pig", + "ftbquests.chapter.mob_safari.quest5.task_2405723904258009579.title": "Drowned Photo", + "ftbquests.chapter.mob_safari.quest5.title": "Drowned", + "ftbquests.chapter.mob_safari.quest50.task_5186559523328413187.title": "Pufferfish Photo", + "ftbquests.chapter.mob_safari.quest50.title": "Pufferfish", + "ftbquests.chapter.mob_safari.quest51.task_1802630615776817042.title": "Rabbit Photo", + "ftbquests.chapter.mob_safari.quest51.title": "Rabbit", + "ftbquests.chapter.mob_safari.quest52.task_9075318374820615216.title": "Salmon Photo", + "ftbquests.chapter.mob_safari.quest52.title": "Salmon", + "ftbquests.chapter.mob_safari.quest53.task_1279126845524092057.title": "Sheep Photo", + "ftbquests.chapter.mob_safari.quest53.title": "Sheep", + "ftbquests.chapter.mob_safari.quest54.description1": "\u00267Tip: the sniffer egg is craftable!", + "ftbquests.chapter.mob_safari.quest54.task_4496075018482353874.title": "Sniffer Photo", + "ftbquests.chapter.mob_safari.quest54.title": "Sniffer", + "ftbquests.chapter.mob_safari.quest55.task_7621061223329854925.title": "Snow Golem Photo", + "ftbquests.chapter.mob_safari.quest55.title": "Snow Golem", + "ftbquests.chapter.mob_safari.quest56.task_3811954916556661348.title": "Squid Photo", + "ftbquests.chapter.mob_safari.quest56.title": "Squid", + "ftbquests.chapter.mob_safari.quest57.task_8980744210598611125.title": "Strider Photo", + "ftbquests.chapter.mob_safari.quest57.title": "Strider", + "ftbquests.chapter.mob_safari.quest58.task_3384099064913889422.title": "Tropical Fish Photo", + "ftbquests.chapter.mob_safari.quest58.title": "Tropical Fish", + "ftbquests.chapter.mob_safari.quest59.task_8173784837555787990.title": "Turtle Photo", + "ftbquests.chapter.mob_safari.quest59.title": "Turtle", + "ftbquests.chapter.mob_safari.quest6.task_874911539473621191.title": "Spider Photo", + "ftbquests.chapter.mob_safari.quest6.title": "Spider", + "ftbquests.chapter.mob_safari.quest60.task_3689972004573703426.title": "Villager Photo", + "ftbquests.chapter.mob_safari.quest60.title": "Villager", + "ftbquests.chapter.mob_safari.quest61.description1": "\u00267Tip: an oak or birch tree grown near flowers has a small chance to spawn a beehive!", + "ftbquests.chapter.mob_safari.quest61.task_5922903859006989903.title": "Bee Photo", + "ftbquests.chapter.mob_safari.quest61.title": "Bee", + "ftbquests.chapter.mob_safari.quest62.task_6003122656664405150.title": "Dolphin Photo", + "ftbquests.chapter.mob_safari.quest62.title": "Dolphin", + "ftbquests.chapter.mob_safari.quest63.task_8533728607102685433.title": "Fox Photo", + "ftbquests.chapter.mob_safari.quest63.title": "Fox", + "ftbquests.chapter.mob_safari.quest64.task_2426644530607004924.title": "Goat Photo", + "ftbquests.chapter.mob_safari.quest64.title": "Goat", + "ftbquests.chapter.mob_safari.quest65.task_7632281372321087328.title": "Iron Golem Photo", + "ftbquests.chapter.mob_safari.quest65.title": "Iron Golem", + "ftbquests.chapter.mob_safari.quest66.reward_5070411217558644494.title": "Wash the spit off your face!", + "ftbquests.chapter.mob_safari.quest66.task_6151594406741525419.title": "Llama Photo", + "ftbquests.chapter.mob_safari.quest66.title": "Llama", + "ftbquests.chapter.mob_safari.quest67.task_8391996334368644499.title": "Panda Photo", + "ftbquests.chapter.mob_safari.quest67.title": "Panda", + "ftbquests.chapter.mob_safari.quest68.task_6356092814838542587.title": "Polar Bear Photo", + "ftbquests.chapter.mob_safari.quest68.title": "Polar Bear", + "ftbquests.chapter.mob_safari.quest69.task_5155069369552929707.title": "Wolf Photo", + "ftbquests.chapter.mob_safari.quest69.title": "Wolf", + "ftbquests.chapter.mob_safari.quest7.task_7828452674496297861.title": "Cave Spider Photo", + "ftbquests.chapter.mob_safari.quest7.title": "Cave Spider", + "ftbquests.chapter.mob_safari.quest70.task_6586877749199133229.title": "Zombified Piglin Photo", + "ftbquests.chapter.mob_safari.quest70.title": "Zombified Piglin", + "ftbquests.chapter.mob_safari.quest71.description1": "\u00267Tip: there is a ritual that spawns the Elder Guardian!", + "ftbquests.chapter.mob_safari.quest71.task_1136723065807110792.title": "Elder Guardian Photo", + "ftbquests.chapter.mob_safari.quest71.title": "Elder Guardian", + "ftbquests.chapter.mob_safari.quest72.task_1119603583110664878.title": "Starbuncle Photo", + "ftbquests.chapter.mob_safari.quest72.title": "Starbuncle", + "ftbquests.chapter.mob_safari.quest73.task_1237879032257403086.title": "Wilden Guardian Photo", + "ftbquests.chapter.mob_safari.quest73.title": "Wilden Defender", + "ftbquests.chapter.mob_safari.quest74.task_5793666635438854570.title": "Wilden Pack Hunter Photo", + "ftbquests.chapter.mob_safari.quest74.title": "Wilden Pack Hunter", + "ftbquests.chapter.mob_safari.quest75.task_8789953344793101489.title": "Wilden Stalker Photo", + "ftbquests.chapter.mob_safari.quest75.title": "Wilden Stalker", + "ftbquests.chapter.mob_safari.quest76.task_4116691053894850008.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest76.title": "Drygmy", + "ftbquests.chapter.mob_safari.quest77.task_1018473204252943458.title": "Wilden Chimera Photo", + "ftbquests.chapter.mob_safari.quest77.title": "Wilden Chimera", + "ftbquests.chapter.mob_safari.quest78.task_6004116955135160925.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest78.title": "Whirlisprig", + "ftbquests.chapter.mob_safari.quest79.description1": "\u00267Tip: a spawned siren, not a tamed familiar!", + "ftbquests.chapter.mob_safari.quest79.task_1471670924078031545.title": "Siren Photo", + "ftbquests.chapter.mob_safari.quest79.title": "Siren", + "ftbquests.chapter.mob_safari.quest8.task_4943959340946543881.title": "Enderman Photo", + "ftbquests.chapter.mob_safari.quest8.title": "Enderman", + "ftbquests.chapter.mob_safari.quest80.description1": "I mean. You did a LOT of grinding probably to get here. Also by definition you\u0027ve finished the pack, or good as.", + "ftbquests.chapter.mob_safari.quest80.subtitle": "because why not?", + "ftbquests.chapter.mob_safari.quest80.title": "Safari LEGEND", + "ftbquests.chapter.mob_safari.quest9.task_4733333668196733711.title": "Endermite Photo", + "ftbquests.chapter.mob_safari.quest9.title": "Endermite", + "ftbquests.chapter.mob_safari.title": "Mob Safari", + "ftbquests.chapter.resource_generation.quest1.description1": "\u00266Prosperity Shards\u0026r are the basis of all mystical essence manipulation - very useful for generating large amounts of basic resources.", + "ftbquests.chapter.resource_generation.quest1.description2": "They can be found by breaking down copper nuggets with a pickaxe on a cutting board.", + "ftbquests.chapter.resource_generation.quest1.description3": "\u00267Tip: you can also make prosperity shards in an Enrichment Chamber!", + "ftbquests.chapter.resource_generation.quest10.description1": "With enough inferium, you can craft \u00266Inferium Seeds,\u0026r which grow essence themselves.", + "ftbquests.chapter.resource_generation.quest11.description1": "More potent than regular inferium essence, \u00266Prudentium Essence\u0026r can be used to make some useful essence seeds.", + "ftbquests.chapter.resource_generation.quest11.description2": "Make it by fortifying inferium essence with all four elemental essences in a \u00266Cauldron.\u0026r", + "ftbquests.chapter.resource_generation.quest11.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest18.description1": "The \u00266infusion altar\u0026r and \u00266pedestals\u0026r are required to craft essence seeds.", + "ftbquests.chapter.resource_generation.quest18.description2": "Place the items necessary in the pedestals, then give the altar a redstone signal or a wave of a wand to begin crafting.", + "ftbquests.chapter.resource_generation.quest19.description1": "By breeding \u00266Rocky\u0026r bees together in the nether, they\u0027ll slowly adapt and turn into their nether versions - \u00266Crimson\u0026r and \u00266Warped\u0026r bees. \u00266Cursed\u0026r bees are the hybrid between the two.", + "ftbquests.chapter.resource_generation.quest19.description2": "These bees, twisted by the nether environment, are somewhat aggressive; they\u0027ll harm nearby mobs (including players!)", + "ftbquests.chapter.resource_generation.quest19.task_3895545663253499388.title": "Warped", + "ftbquests.chapter.resource_generation.quest19.task_8052506021592411173.title": "Cursed", + "ftbquests.chapter.resource_generation.quest19.task_891469205622428585.title": "Crimson", + "ftbquests.chapter.resource_generation.quest19.title": "Nether Bees", + "ftbquests.chapter.resource_generation.quest2.description1": "You can place frames into your apiary for bonuses to productivity, lifespan, and even change the temperature and humidity of an apiary. ", + "ftbquests.chapter.resource_generation.quest2.description2": "\u00267Tip: Frame modifiers stack multiplicatively, not additively!\u0026r", + "ftbquests.chapter.resource_generation.quest2.task_1734748989054878453.title": "Any Frame", + "ftbquests.chapter.resource_generation.quest20.description1": "If you\u0027re tired of getting stung by nether bees, try crafting a set of \u00266Apiarist Gear.\u0026r This armor, when worn as a set, will protect you from getting affected by any bees nearby.", + "ftbquests.chapter.resource_generation.quest20.description2": "It\u0027s made of silk, which you can get from propolis (which you can get from simmering combs, among others.)", + "ftbquests.chapter.resource_generation.quest20.title": "Apiarist Gear", + "ftbquests.chapter.resource_generation.quest21.description1": "\u00266Rocky\u0026r and \u00266Robust\u0026r bees are more used to cooler climates, but you can breed better tolerances into them. ", + "ftbquests.chapter.resource_generation.quest21.description2": "Their rocky combs produce much more wax and honey than their wasteland cousins, but more importantly, they can rarely produce \u00266Copper Combs\u0026r as a specialty.", + "ftbquests.chapter.resource_generation.quest21.description3": "\u00267Tip: specialties are only produced when a bee is ecstatic! To make a bee ecstatic, you have to have its housing climate \u0026lexactly\u0026r\u00267 match the bee\u0027s preferred climate. Either breed it so that it prefers the hot dry wastes, or use special frames to adjust the temperature and humidity!", + "ftbquests.chapter.resource_generation.quest21.description4": "\u00267Tip 2: tuff (which you need underneath the apiary to breed these bees!) can be crafted or found underground.", + "ftbquests.chapter.resource_generation.quest21.task_1538674417108678800.title": "Resilient", + "ftbquests.chapter.resource_generation.quest21.task_7190582857068653051.title": "Robust", + "ftbquests.chapter.resource_generation.quest21.task_9033126545582958159.title": "Rocky", + "ftbquests.chapter.resource_generation.quest21.title": "Rocky Bees", + "ftbquests.chapter.resource_generation.quest22.description1": "\u00266Haunted,\u0026r \u00266Ghostly,\u0026r and \u00266Spectral\u0026r bees are an offshoot of nether bees that produce Spectral combs, a relatively honey-rich comb. Additionally, Spectral bees will produce \u00266glowstone\u0026r as a specialty!", + "ftbquests.chapter.resource_generation.quest22.task_3081911043010225060.title": "Haunted", + "ftbquests.chapter.resource_generation.quest22.task_5262672928415792469.title": "Ghostly", + "ftbquests.chapter.resource_generation.quest22.task_8517504769354790857.title": "Spectral", + "ftbquests.chapter.resource_generation.quest22.title": "Spectral Bees", + "ftbquests.chapter.resource_generation.quest23.description1": "\u00266Common\u0026r and \u00266Cultivated\u0026r bees were the most common species in the world that came before, from what you recall.", + "ftbquests.chapter.resource_generation.quest23.task_3642208754252689379.title": "Common", + "ftbquests.chapter.resource_generation.quest23.task_8299291890952022433.title": "Cultivated", + "ftbquests.chapter.resource_generation.quest23.title": "Common Bees", + "ftbquests.chapter.resource_generation.quest24.description1": "These glorious bee comrades ironically despise queens. They are also notable for producing \u00266pollen\u0026r and having \u00266higher than average productivity.\u0026r", + "ftbquests.chapter.resource_generation.quest24.task_2025398279722007265.title": "Industrious", + "ftbquests.chapter.resource_generation.quest24.task_3616071306266700168.title": "Tireless", + "ftbquests.chapter.resource_generation.quest24.task_8393881405903593674.title": "Diligent", + "ftbquests.chapter.resource_generation.quest24.title": "Industrious Bees", + "ftbquests.chapter.resource_generation.quest25.description1": "Somewhat snooty and famously literally blue-blooded, these bees can produce \u00266Royal Combs\u0026r when ecstatic. These combs can then centrifuge into \u00266Royal Jelly.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description2": "They also have a \u00266higher than average fertility rate.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description3": "\u00267Tip: Imperial bees have the Beatific effect, which provides all mobs nearby with regeneration!", + "ftbquests.chapter.resource_generation.quest25.task_6398361437915986421.title": "Noble", + "ftbquests.chapter.resource_generation.quest25.task_7062842366521447494.title": "Imperial", + "ftbquests.chapter.resource_generation.quest25.task_753059639095222795.title": "Majestic", + "ftbquests.chapter.resource_generation.quest25.title": "Imperial Bees", + "ftbquests.chapter.resource_generation.quest26.description1": "The \u00266Mellarium\u0026r is a multiblock version of the apiary, with the ability to add modules that can help you in a variety of ways.", + "ftbquests.chapter.resource_generation.quest26.description2": "The most concrete thing a Mellarium can do is give you more than three frame slots, using \u00266Frame Housings.\u0026r This means you can get, in the best case, \u0026l\u0026oSTACKS\u0026r of combs every bee tick.", + "ftbquests.chapter.resource_generation.quest26.description3": "You can also increase your chances of getting a mutation, shield your bees from rain, and change the climate using catalyst items.", + "ftbquests.chapter.resource_generation.quest26.description4": "\u00267Tip: read your Apiarist Field Guide for more information!", + "ftbquests.chapter.resource_generation.quest26.title": "The Mellarium", + "ftbquests.chapter.resource_generation.quest27.description1": "Once you start getting propolis, you can start \u00266upgrading\u0026r your \u00266Centrifuges\u0026r and \u00266Generators\u0026r - each upgrade has different stats, and you can put up to three in your machines.", + "ftbquests.chapter.resource_generation.quest27.description2": "Like frames, these upgrades stack multiplicatively.", + "ftbquests.chapter.resource_generation.quest27.description3": "\u00267Tip: the earliest ways to get propolis are through nether bees or rocky bees!", + "ftbquests.chapter.resource_generation.quest27.task_7611771532993062026.title": "Any Upgrade", + "ftbquests.chapter.resource_generation.quest27.title": "Upgrades", + "ftbquests.chapter.resource_generation.quest28.description1": "At some point you\u0027ll have more honey (and other bee products) than you know what to do with. ", + "ftbquests.chapter.resource_generation.quest28.description2": "If nothing else, you can burn them for energy in the \u00266Honey Generator!\u0026r", + "ftbquests.chapter.resource_generation.quest29.description1": "An interesting thing about these bees is that there\u0027s no way to get more than one queen out of a breeding pair. Fortunately, you can perform a ritual to summon \u00266more bee nests\u0026r through magic and some special ingredients.", + "ftbquests.chapter.resource_generation.quest29.description2": "Read your Reclamation Rituals book for more information.", + "ftbquests.chapter.resource_generation.quest29.title": "More Nests", + "ftbquests.chapter.resource_generation.quest3.description1": "You\u0027ve noticed some beehives dotted around. Maybe you can try to domesticate them?", + "ftbquests.chapter.resource_generation.quest3.description2": "You\u0027ll need a tool to harvest the nests and a place to raise the bees.", + "ftbquests.chapter.resource_generation.quest3.description3": "\u00267Tip: not every bee is required to finish the pack! Branching out from the required bees will allow you to generate resources much easier than the traditional routes, however.", + "ftbquests.chapter.resource_generation.quest3.title": "Beeginnings", + "ftbquests.chapter.resource_generation.quest30.description1": "Certain bees can produce straight up raw metals from certain rocks!", + "ftbquests.chapter.resource_generation.quest30.task_1055543042056575718.title": "Cuprous", + "ftbquests.chapter.resource_generation.quest30.task_2417461944780662004.title": "Osimum", + "ftbquests.chapter.resource_generation.quest30.task_4765395095236658823.title": "Radioactive", + "ftbquests.chapter.resource_generation.quest30.task_5074021897861698803.title": "Precious", + "ftbquests.chapter.resource_generation.quest30.task_5533305920955437908.title": "Ferrous", + "ftbquests.chapter.resource_generation.quest30.task_6870748623537125703.title": "Argentum", + "ftbquests.chapter.resource_generation.quest30.task_766783682761833592.title": "Zincum", + "ftbquests.chapter.resource_generation.quest30.task_8469594533203667582.title": "Stannum", + "ftbquests.chapter.resource_generation.quest30.task_9085151875040480342.title": "Plumbum", + "ftbquests.chapter.resource_generation.quest30.title": "Metal Bees", + "ftbquests.chapter.resource_generation.quest31.description1": "Certain bees can produce raw minerals from their environment!", + "ftbquests.chapter.resource_generation.quest31.task_1818325150934700666.title": "Emeradic", + "ftbquests.chapter.resource_generation.quest31.task_2840825311361710213.title": "Lapic", + "ftbquests.chapter.resource_generation.quest31.task_3358109104860624142.title": "Fluorite", + "ftbquests.chapter.resource_generation.quest31.task_3719081351633839622.title": "Bituminous", + "ftbquests.chapter.resource_generation.quest31.task_4463225001103591989.title": "Silicate", + "ftbquests.chapter.resource_generation.quest31.task_5231403782456047002.title": "Dimantic", + "ftbquests.chapter.resource_generation.quest31.task_5480192077480458536.title": "Luminous", + "ftbquests.chapter.resource_generation.quest31.task_6963870120953273988.title": "Amethyst", + "ftbquests.chapter.resource_generation.quest31.task_7118701806962971116.title": "Quartz", + "ftbquests.chapter.resource_generation.quest31.task_7148838165140607695.title": "Conductive", + "ftbquests.chapter.resource_generation.quest31.title": "Mineral Bees", + "ftbquests.chapter.resource_generation.quest32.description1": "Stronger than Prudentium, \u00266Tertium\u0026r is necessary for all kinds of metallic essence seeds.", + "ftbquests.chapter.resource_generation.quest32.description2": "Make it using a \u00266Runic Altar\u0026r or \u00266Terrestrial Agglomeration Plate.\u0026r", + "ftbquests.chapter.resource_generation.quest32.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest32.description4": "\u00267Tip 2: a potency lens would make the altar process much faster!", + "ftbquests.chapter.resource_generation.quest33.description1": "\u00266Imperium\u0026r is the penultimate tier of essence, requiring combining the power of \u00265Source\u0026r and Tertium Essence.", + "ftbquests.chapter.resource_generation.quest33.description2": "It can be made using an \u00266Imbuement Chamber.\u0026r", + "ftbquests.chapter.resource_generation.quest33.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest34.description1": "\u00266Supremium\u0026r is the highest tier of essence, used for crafting the highest tier of mystical equipment and seeds.", + "ftbquests.chapter.resource_generation.quest34.description2": "Anoint Imperium with life essence to create it.", + "ftbquests.chapter.resource_generation.quest34.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest35.description1": "These bees can produce magical products. Some of them, like the \u00266Natural\u0026r bee, have special effects!", + "ftbquests.chapter.resource_generation.quest35.description2": "Additionally, the Natural bee produces some small amount of \u00266Nature Essence\u0026r if kept ecstatic.", + "ftbquests.chapter.resource_generation.quest35.task_2760367059321888447.title": "Dawnstone", + "ftbquests.chapter.resource_generation.quest35.task_4095918579037388131.title": "Willful", + "ftbquests.chapter.resource_generation.quest35.task_417359132698374078.title": "Botanic", + "ftbquests.chapter.resource_generation.quest35.task_4623337291104132366.title": "Demonite", + "ftbquests.chapter.resource_generation.quest35.task_5288388297853031166.title": "Terra", + "ftbquests.chapter.resource_generation.quest35.task_5373973326405937422.title": "Natural", + "ftbquests.chapter.resource_generation.quest35.task_7910365384265410324.title": "Source", + "ftbquests.chapter.resource_generation.quest35.title": "Magical Bees", + "ftbquests.chapter.resource_generation.quest37.description1": "\u00267Tip: you\u0027ll need to breed Nature bees to get your first bits of nature essence!", + "ftbquests.chapter.resource_generation.quest4.description1": "Now pop a \u00266princess and drone into an apiary,\u0026r and watch the magic happen! Bees can generate some \u00266very useful resources\u0026r in their combs; initially, though, you\u0027ll have to process said combs on \u00266a cutting board.\u0026r", + "ftbquests.chapter.resource_generation.quest4.description2": "At first, you\u0027ll only get beeswax and honey drops, alongside some dead logs...", + "ftbquests.chapter.resource_generation.quest4.description3": "\u00267Tip: wasteland bees (and desiccated and dried bees) need dead bushes as their \u0027flowers\u0027!", + "ftbquests.chapter.resource_generation.quest4.title": "Beesources", + "ftbquests.chapter.resource_generation.quest5.description1": "By continuously re-breeding \u00266Wasteland\u0026r bees together, you can start to slowly revitalize them. \u00266Desiccated\u0026r and \u00266Dried\u0026r bees are slightly better, with a higher productivity and lifespan - meaning less maintenance and more combs!", + "ftbquests.chapter.resource_generation.quest5.task_3134995966104364628.title": "Dried", + "ftbquests.chapter.resource_generation.quest5.task_7818871944295114422.title": "Desiccated", + "ftbquests.chapter.resource_generation.quest5.title": "Reclaimed Bees", + "ftbquests.chapter.resource_generation.quest6.description1": "At some point, you\u0027ll want to take a closer look at your bees - the \u00266Analyzer\u0026r allows you to examine what genes exactly any given bee has, for the low cost of a single honey drop.", + "ftbquests.chapter.resource_generation.quest6.description2": "The \u00266Apid Library\u0026r shows you what mutations you can create with a bee\u0027s species.", + "ftbquests.chapter.resource_generation.quest6.description3": "The \u00266Microscope\u0026r allows you to research bee species, giving you a higher chance to mutate bees into a researched species.", + "ftbquests.chapter.resource_generation.quest6.description4": "\u00267Tip: the Microscope is a great way to get rid of unnecessary drones you have! Read the Apiarist Field Guide for more info on it.", + "ftbquests.chapter.resource_generation.quest6.title": "Tools of the Trade", + "ftbquests.chapter.resource_generation.quest67.description1": "\u00266Growth Accelerators\u0026r grow the crop above them faster. Higher tiers have higher ranges, meaning you can stack more underneath your farmland!", + "ftbquests.chapter.resource_generation.quest68.description1": "Essence infused watering cans can water a larger area faster.", + "ftbquests.chapter.resource_generation.quest7.description1": "If you want to process your combs more efficiently, you\u0027ll want to make a \u00266Centrifuge.\u0026r Powered by a generator, it automatically turns combs into comb products - no more manual chopping!", + "ftbquests.chapter.resource_generation.quest7.title": "Comb Processing ", + "ftbquests.chapter.resource_generation.quest73.description1": "\u00267Tip: unlimited wadduh", + "ftbquests.chapter.resource_generation.quest8.description1": "All essence seeds need to grow on specially prepared \u00266Essence Farmland.\u0026r", + "ftbquests.chapter.resource_generation.quest8.description2": "You can obtain your first bits of \u00266Inferium Essence\u0026r from killing mobs.", + "ftbquests.chapter.resource_generation.quest8.description3": "\u00267Tip: higher tier essence farmland will grow essence crops slightly faster!", + "ftbquests.chapter.resource_generation.quest9.description1": "These first elemental seeds don\u0027t have very many direct crafting uses, but are an important stepping stone to bigger and better things.", + "ftbquests.chapter.resource_generation.quest9.description2": "\u00267Tip: essence seeds aren\u0027t cloneable, meaning you\u0027ll need two or more to actually start increasing their stats!", + "ftbquests.chapter.resource_generation.quest9.title": "Elemental Seeds", + "ftbquests.chapter.resource_generation.title": "Resource Generation", + "ftbquests.chapter.the_color_green.quest1.description1": "You\u0027ve done it! You finally have grass. It\u0027s not exactly green, but you can \u00266bonemeal\u0026r a large area of it and \u00266get flowers!\u0026r", + "ftbquests.chapter.the_color_green.quest1.title": "Grass!", + "ftbquests.chapter.the_color_green.quest10.description1": "The \u00266Natural Altar\u0026r is a very important tool in the manipulation of natural energies.", + "ftbquests.chapter.the_color_green.quest10.description2": "Once the altar is fully built, it will drain \u00266aura\u0026r from its surroundings. It will then use those energies to \u00266transform items put into it.\u0026r ", + "ftbquests.chapter.the_color_green.quest10.description3": "You should also look into creating the \u00266Environmental Eye\u0026r - a very useful device that shows you the level of aura in the nearby area.", + "ftbquests.chapter.the_color_green.quest10.task_4749334638074014910.title": "Any Planks", + "ftbquests.chapter.the_color_green.quest10.title": "Natural Altar", + "ftbquests.chapter.the_color_green.quest11.description1": "Infusing iron in the Natural Altar creates, funnily enough, \u00266Infused Iron Ingots.\u0026r These have a wide variety of uses, but chief among them are some very nice tools and armor, with \u00266special abilities\u0026r and the unique property of being \u00266repairable using Aura.\u0026r", + "ftbquests.chapter.the_color_green.quest11.title": "Infused Iron", + "ftbquests.chapter.the_color_green.quest12.description1": "Extremely malleable, \u00266Andesite Alloy\u0026r is a crucial component of contraptions to come.", + "ftbquests.chapter.the_color_green.quest12.description2": "\u00267Tip: very small amounts of Create are needed to finish the pack, but you won\u0027t have to get too deep into it!", + "ftbquests.chapter.the_color_green.quest13.description1": "The Natural Altar requires aura in the surrounding area to function. It won\u0027t ever take the aura to a negative level, but it will \u00264stop working completely if the aura is low enough,\u0026r which means you\u0027ll need a way of replenishing it.", + "ftbquests.chapter.the_color_green.quest13.description2": "\u00266Ancient Saplings\u0026r are the most basic way to do this; once grown, if the area\u0027s aura is low enough, the tree\u0027s leaves will \u00264slowly wither away,\u0026r \u00266producing aura in the process.\u0026r", + "ftbquests.chapter.the_color_green.quest13.title": "Creating Aura", + "ftbquests.chapter.the_color_green.quest14.description1": "An excess of aura generates flowers - and this device can turn \u00266flowers into an excess of aura!\u0026r Make sure you feed it a \u00266balanced diet of different flowers,\u0026r though; too much of the same flower and it starts to give you \u00264diminishing returns.\u0026r", + "ftbquests.chapter.the_color_green.quest14.description2": "\u00267Tip: if the aura in an area is high enough, it\u0027ll charge aura caches! Crouch with a botanist tool (made from infused iron) to repair them with an aura cache in your inventory.", + "ftbquests.chapter.the_color_green.quest15.description1": "Mana\u0027s not very useful without ways to generate and move it! Starting out, your best source of mana is going to be the \u00266Endoflame.\u0026r", + "ftbquests.chapter.the_color_green.quest15.description2": "\u00267Tip: you can use the Wand of the Forest to bind the spreader to flowers and pools.", + "ftbquests.chapter.the_color_green.quest15.description3": "\u00267Tip 2: using a pressure plate but it\u0027s not working? Open your OPAC keybind (default [\u0027]) to turn off the Prot. Plates from Other setting!", + "ftbquests.chapter.the_color_green.quest15.task_4041437535513982933.title": "Wand of the Forest", + "ftbquests.chapter.the_color_green.quest15.title": "Generating Mana", + "ftbquests.chapter.the_color_green.quest16.description1": "Now that you have a more robust source of aura, you can put it to more use - a \u00266crumbling catalyst,\u0026r when placed on top of one of the lower four golden blocks of a natural altar, can crush things much more finely than you can by hand. It can get you \u00266more bone meal per bone, more gold powder per leaf, and even turn cobblestone into sand!\u0026r", + "ftbquests.chapter.the_color_green.quest17.description1": "There are a few items you can place on top of your altar to increase its capacity and recharge rate:", + "ftbquests.chapter.the_color_green.quest17.description2": "\u00266Torch:\u0026r +0.5x recharge rate", + "ftbquests.chapter.the_color_green.quest17.description3": "\u00266Skeleton Skull/Husk Head:\u0026r +1x recharge rate, +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description4": "\u00266Chalice:\u0026r +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description5": "Eventually, you can replace the torch with a candelabra, the skeleton skull with a wither skeleton or player skull, and the chalice with a filled chalice for even more recharge rate and capacity.", + "ftbquests.chapter.the_color_green.quest17.task_4639929492764668107.title": "Head Upgrade", + "ftbquests.chapter.the_color_green.quest17.title": "Altar Upgrades", + "ftbquests.chapter.the_color_green.quest18.description1": "Attuned stones are a very important part of witchcraft - not only do they let you \u00266craft necessary workstations,\u0026r they also give you the ability to perform certain rites \u00266without the need of an altar,\u0026r once charged!", + "ftbquests.chapter.the_color_green.quest18.description2": "\u00267Please note that this recipe needs altar power! Make sure your cauldron is within range of your altar!", + "ftbquests.chapter.the_color_green.quest19.description1": "If the \u00266Altar\u0026r is the backbone of witchcraft, the \u00266Distillery, Kettle,\u0026r and \u00266Spinning Wheel \u0026rare its phalanges. ", + "ftbquests.chapter.the_color_green.quest19.description2": "...strange metaphors aside, these blocks allow you to craft a wide variety of \u00266witchy goodies.\u0026r They will need to be placed within range of an altar, if their recipes require power.", + "ftbquests.chapter.the_color_green.quest19.title": "Tools of the Trade", + "ftbquests.chapter.the_color_green.quest2.description1": "Now that you have actual plants available, you can start to harness their latent life-energy to power rituals. To start, you\u0027ll have to create a structure capable of collecting it - an \u00266Altar\u0026r should do well here. Place your Altar blocks in a 2x3 rectangle and it should start collecting power!", + "ftbquests.chapter.the_color_green.quest2.description2": "The more \u00266plantlife\u0026r there is around the\u00266 Altar,\u0026r the more power you can store. This includes \u00266trees, grass, flowers, crops, vines, pumpkins, melons, and more!\u0026r", + "ftbquests.chapter.the_color_green.quest2.description3": "\u00267Tip: the altar has a range of 16 blocks! There is a cap to each kind of plantlife nearby as well, so make sure the surroundings are varied.", + "ftbquests.chapter.the_color_green.quest2.title": "Altar", + "ftbquests.chapter.the_color_green.quest20.description1": "An apparatus perfect for channelling large amounts of mana into collections of objects, the \u00266Runic Altar\u0026r will (obviously) let you make runes.", + "ftbquests.chapter.the_color_green.quest20.description2": "\u00267Tip: with the altar, if you don\u0027t have them already, you can craft mystical flower seeds!", + "ftbquests.chapter.the_color_green.quest21.description1": "Ember item and fluid pipes are relatively basic, but at this point in time they\u0027re fairly decent for small-scale operations. Pipes need extractors to pull items into them, and extractors need a redstone signal to be activated. There are a few other quirks to the system, all of which are explained in your \u00266Ancient Codex.", + "ftbquests.chapter.the_color_green.quest21.description2": "\u00267Note - basically everything in Embers needs a redstone signal to activate, so get ready to place plenty of levers!", + "ftbquests.chapter.the_color_green.quest21.title": "Dwarven Logistics", + "ftbquests.chapter.the_color_green.quest22.description1": "Now that you have some Ember, you\u0027ll need to turn it into useable energy somehow.", + "ftbquests.chapter.the_color_green.quest22.description2": "The\u00266 Ember Activator\u0026r turns solid Ember into \u00266Activated Ember;\u0026r pipe crystals and shards into the bottom, and attach an \u00266Ember Emitter to the top\u0026r to output \u00266Activated Ember.\u0026r ", + "ftbquests.chapter.the_color_green.quest22.description3": "Use a Tinker\u0027s Hammer on the emitter to link it to a receptor, give it a redstone signal, and you\u0027re transmitting Activated Ember!", + "ftbquests.chapter.the_color_green.quest22.description4": "\u00267Note that Ember Grit doesn\u0027t normally produce Activated Ember; you\u0027ll have to add a \u00266Heat Exchanger\u00267 to an activator to get energy out of it (which multiplies all ember production by 0.9x, but adds a flat +300 to all items production!)", + "ftbquests.chapter.the_color_green.quest22.title": "Activating Ember", + "ftbquests.chapter.the_color_green.quest23.description1": "One of the main ways to channel altar power is through the practice of \u00266circle magic.\u0026r Each ritual has a gold chalk glyph at its center, but the placement of other chalk glyphs changes depending on what kind of ritual you want to perform!", + "ftbquests.chapter.the_color_green.quest23.description2": "Most rituals can target a remote area using a waystone (blooded or otherwise), and some rituals can even be performed away from the altar by adding a charged attuned stone to them!\u00266 Read through the two reward books to find out what rituals you can perform.\u0026r", + "ftbquests.chapter.the_color_green.quest23.description3": "\u00267Tip: the rite of fertility is a cheap, easy way to mass bonemeal grass, crops or anything else!", + "ftbquests.chapter.the_color_green.quest23.title": "Circle Magic", + "ftbquests.chapter.the_color_green.quest24.description1": "You\u0027ll want to make a \u00266Copper Cell\u0026r to \u00266store your activated ember\u0026r - it works as a kind of \u0027battery\u0027 for the mystical energy.", + "ftbquests.chapter.the_color_green.quest24.description2": "To see how much ember is in the cell, place an \u00266Ember Dial\u0026r on it.", + "ftbquests.chapter.the_color_green.quest24.title": "Storing Ember", + "ftbquests.chapter.the_color_green.quest25.description1": "Ember is capable of melting metals and other items in the creatively-named \u00266Melter\u0026r - feed the bottom half ember, feed the top half items to melt, and you can extract molten metals from the top half.", + "ftbquests.chapter.the_color_green.quest25.description2": "This molten metal can be formed into a variety of shapes in a \u00266Stamper;\u0026r place the \u00266Stamp Base,\u0026r then the \u00266Stamper above it with a one-block gap\u0026r of air. Give the Stamper ember and a stamp, pipe molten metal into the base, and presto! Stamped and cooled metal products! ", + "ftbquests.chapter.the_color_green.quest25.description3": "Notably, you can use this process to \u00266produce plates more efficiently.\u0026r", + "ftbquests.chapter.the_color_green.quest25.title": "Melting and Stamping", + "ftbquests.chapter.the_color_green.quest26.description1": "By piping molten copper and gold into \u0026odifferent sides\u0026r of the bottom of a \u00266Mixer Centrifuge,\u0026r (along with some ember) you can combine them into a strong, ember-aligned metal called \u00266Dawnstone.\u0026r Pipe it out of the top and stamp it into ingots or plates!", + "ftbquests.chapter.the_color_green.quest26.description2": "\u00267Tip: use your Tinker\u0027s Lens to see what\u0027s going on in the mixer!", + "ftbquests.chapter.the_color_green.quest26.title": "Dawnstone", + "ftbquests.chapter.the_color_green.quest27.description1": "The Andesite Casing is a crucial part of any kind of mechanical apparatus.", + "ftbquests.chapter.the_color_green.quest28.description1": "For more advanced ember crafting, a special setup is required. An \u00266exchange tablet\u0026r with some \u00266pedestals\u0026r around it, when struck with a \u00266beam cannon pulse,\u0026r will transmute the center item into a new result item.", + "ftbquests.chapter.the_color_green.quest28.description2": "There is one complication, though. The pedestals need \u00266aspectii\u0026r to be placed on them, and you aren\u0027t sure which aspectii go with which items! The only way to find out is through experiementation - if the transmutation fails, it will produce \u0026balchemical waste.\u0026r When held and right clicked, the waste will reveal a number of \u00266glowing spots,\u0026r which tell you the number of \u00266aspectus/item combinations you got right.\u0026r", + "ftbquests.chapter.the_color_green.quest28.title": "Energetic Alchemy", + "ftbquests.chapter.the_color_green.quest29.description1": "Using the power of mana and a pumpkin, you think you can create a \u00266Fel Pumpkin\u0026r - a weak imitation of a blaze head. Pop this magically-charged head on top of two iron bars, and it\u0027ll turn into a passable facsimile of a blaze.", + "ftbquests.chapter.the_color_green.quest29.description2": "This imitation blaze always drops at least \u0026610 blaze powder.\u0026r This blaze powder can be spun into brilliant fiber, or distilled into more useful dusts!", + "ftbquests.chapter.the_color_green.quest29.description3": "\u00267Tip: you can capture an imitation blaze in the Blaze Burner!", + "ftbquests.chapter.the_color_green.quest29.title": "Knockoff Blazes", + "ftbquests.chapter.the_color_green.quest3.description1": "Using dye from the flowers you can get by \u00266bonemealing grass,\u0026r you can craft a special kind of fertilizer that can coax \u00266mystical flowers\u0026r to life.", + "ftbquests.chapter.the_color_green.quest3.description2": "\u00267Tip: you can also get mystical flower seeds through crossbreeding!", + "ftbquests.chapter.the_color_green.quest30.description1": "There are a few other ways you can process materials using andesite-based machinery; namely, \u00266compacting, pressing, and mixing\u0026r You\u0027ll need to find some way to capture a fire elemental if you want to expand your repertoire, though; \u0026bmaybe mana can help you somehow?\u0026r", + "ftbquests.chapter.the_color_green.quest30.title": "Mechanical Crafting", + "ftbquests.chapter.the_color_green.quest31.description1": "By blowing air through certain things, you can blast, smoke, wash, or \u00266haunt\u0026r items. This means you have access to essentially free bulk smelting!", + "ftbquests.chapter.the_color_green.quest31.description2": "More importantly, though - now that you can haunt items, you can make \u00266blackstone\u0026r by \u00266haunting\u0026r cobblestone, a crucial component of the \u00266Reformation Array.\u0026r", + "ftbquests.chapter.the_color_green.quest31.title": "Moving Air", + "ftbquests.chapter.the_color_green.quest32.description1": "Alchemical reformation is the process of \u00266turning one alchemical sulfur into another\u0026r - initially, you\u0027ll only be able to convert sulfurs of the \u00266same tier and type\u0026r to each other \u00266(like iron sulfur into lead sulfur!) \u0026r", + "ftbquests.chapter.the_color_green.quest32.description2": "To set up the reformation array, place down the target, source, and result pedestals somewhat near each other. Hold the sulfuric flux emitter and right click each pedestal, then place it on the mercury catalyst. ", + "ftbquests.chapter.the_color_green.quest32.description3": "Put mercury in the mercury catalyst, the target sulfur in the target pedestal, and the sulfur to convert in the source pedestal. Give it a moment, and you\u0027ll start converting the source sulfur into the target sulfur!", + "ftbquests.chapter.the_color_green.quest32.title": "Alchemical Reformation", + "ftbquests.chapter.the_color_green.quest33.description1": "A mechanical pump is capable of pumping liquids in the world into pipes when given mechanical power - \u00266it is much faster than the ember-fueled one!", + "ftbquests.chapter.the_color_green.quest34.description1": "The \u00266Rod of the Lands\u0026r can corporealize a tiny portion of mana into a full dirt block!", + "ftbquests.chapter.the_color_green.quest34.title": "(almost) Free Dirt", + "ftbquests.chapter.the_color_green.quest35.description1": "Carrying mana around with you enables you to use a plethora of bits and baubles. To transfer mana from a pool into the tablet, make sure the pool is on \u0027charge\u0027 mode by hovering over it with a wand of the forest.", + "ftbquests.chapter.the_color_green.quest35.title": "Portable Mana", + "ftbquests.chapter.the_color_green.quest36.description1": "Turn your mana tablet into a ring to store mana on-the-go \u00266without taking up an inventory slot!\u0026r", + "ftbquests.chapter.the_color_green.quest37.description1": "By attaching a mana rune to a manasteel ring, you can (VERY slowly) pull ambient mana into a mana storage device on your person, \u00266for free!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description1": "Distilling blaze powder and gunpowder together in a Distillery will grant you access to \u00266glowstone!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description2": "Getting \u00266redstone\u0026r is similar, using cinder flour in place of gunpowder.", + "ftbquests.chapter.the_color_green.quest38.description3": "\u00267Tip: you can also make glowstone and redstone with strength and night vision potions - it\u0027s up to you whether you want to take the Enchanted or Create route for these!\u0026r", + "ftbquests.chapter.the_color_green.quest38.title": "Useful Dusts", + "ftbquests.chapter.the_color_green.quest39.description1": "Once you have a pump, you can create a \u00266Spout\u0026r to dispense liquid onto items - this is a possible way to make \u00266glowstone or redstone,\u0026r if you\u0027re willing to set up the infrastructure.", + "ftbquests.chapter.the_color_green.quest4.description1": "The \u00266Pure Daisy\u0026r can, as its name implies, purify nearby objects. The most important things you should start with are \u00266logs and stone,\u0026r but there are a few other things you can purify as well!", + "ftbquests.chapter.the_color_green.quest4.description2": "Simply place the petal apothecary down, fill it with water, then toss in the petals and finally a seed!", + "ftbquests.chapter.the_color_green.quest4.description3": "\u00267Tip: check the usages of the Pure Daisy to see what else it can transform.", + "ftbquests.chapter.the_color_green.quest4.title": "Pure Daisy", + "ftbquests.chapter.the_color_green.quest40.description1": "The \u00266Alchemy Catalyst\u0026r allows you to use the power of mana to transmute a wide variety of items. Place it under a mana pool to start alchemizing!", + "ftbquests.chapter.the_color_green.quest40.description2": "You\u0027ll be able to convert flowers into other flowers, stone variants into other stone variants, flint into gunpowder (and vice versa), and ghast tears into ender pearls!", + "ftbquests.chapter.the_color_green.quest40.description3": "\u00266Notably, it lets you turn flax into feathers, necessary for tokens of fear.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description1": "The \u00266transmutation catalyst\u0026r modifies the natural altar to convert items into other items using Aura. Similar to the crumbling catalyst, it must be placed \u00266atop one of the four lower gold blocks of the altar.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description2": "The most immediately useful transmutation is that of \u00266sand into soul sand,\u0026r which will allow you to haunt things using the encased fan, as well as grow nether wart!", + "ftbquests.chapter.the_color_green.quest41.description3": "You can also convert netherrack into crimson and warped nylium.", + "ftbquests.chapter.the_color_green.quest42.description1": "The \u00266Millstone\u0026r can crush cobble into gravel, bones into bone meal, and a variety of plants into their respective dyes at a much higher rate of return.", + "ftbquests.chapter.the_color_green.quest43.description1": "The \u00266Codebreaking Slate\u0026r is very handy - you can put multiple pieces of alchemical waste into it and it will show you how many aspectus/item combinations you got right! It will also show you how many correct aspectii you have placed with the wrong items.", + "ftbquests.chapter.the_color_green.quest44.description1": "Your first \u00266archaic brick\u0026r can be made by infusing a regular brick with tainted gold and infused iron. Once you have one, you can use it to make more by simply infusing it with \u00266more clay and soul sand.\u0026r", + "ftbquests.chapter.the_color_green.quest45.description1": "The \u00266Mnemonic Inscriber\u0026r, when attached to an Exchange Tablet and given paper, will automatically write down the correct combination of aspectii for a given transmutation when you successfully complete one.", + "ftbquests.chapter.the_color_green.quest46.description1": "You can convert between sulfurs of the same type and rarity using the reformation array, but if you want to convert between different types (and the same rarity), you\u0027ll want to make \u00266Alchemical Niter\u0026r in a \u00266Fermentation Vat.\u0026r", + "ftbquests.chapter.the_color_green.quest46.description2": "Place \u00266water, sugar, and the sulfur\u0026r you want to ferment into the vat, then \u00266shift-right-click it to close it\u0026r and start the fermentation process. Once the barrel opens again, your fermentation is done, and you can take out your shiny new Niter!", + "ftbquests.chapter.the_color_green.quest46.description3": "Alchemical Niter can be converted in the \u00266Reformation Array\u0026r similar to how you convert sulfur - note, however, that depending on what type you\u0027re converting to, you will produce or require \u00266more than one niter!\u0026r", + "ftbquests.chapter.the_color_green.quest46.title": "Alchemical Conversion", + "ftbquests.chapter.the_color_green.quest47.description1": "The \u00266digestion vat\u0026r lets you \u00266convert sulfurs between rarities!\u0026r Place some niter and sal ammoniac (and if you\u0027re converting up, some alchemically pure gold) into it, and shift-right-click the vat to start the process! \u00266Four of the previous tier converts into one of the next tier, and vice versa.\u0026r", + "ftbquests.chapter.the_color_green.quest47.description2": "This (in combination with the fermentation vat) allows you to convert iron sulfur into common metal niter, down into four abundant metal niter, into four copper sulfur - that\u0027s \u00266FOUR copper per iron!\u0026r", + "ftbquests.chapter.the_color_green.quest47.description3": "This is a metal loop you could try automating...", + "ftbquests.chapter.the_color_green.quest47.description4": "\u00267Tip: you can start and stop the vats using a redstone signal!\u0026r", + "ftbquests.chapter.the_color_green.quest47.title": "Alchemical Exaltation", + "ftbquests.chapter.the_color_green.quest48.description1": "The \u00266Offering Table\u0026r is a special altar that will allow you to convert items into special empowered versions of themselves, most notably tokens and nature-infused ingots.", + "ftbquests.chapter.the_color_green.quest48.description2": "To use it, simply place whatever you want to infuse into it by right-clicking, then throw a \u00266Spirit of Calling\u0026r onto the altar to activate it.", + "ftbquests.chapter.the_color_green.quest48.description3": "\u00267Tip: You can convert more than one item at a time, using only one spirit of calling!\u0026r", + "ftbquests.chapter.the_color_green.quest48.description4": "\u00267Tip 2: this is a multiblock! Check your Book of Natural Aura to see how to build it.", + "ftbquests.chapter.the_color_green.quest49.description1": "You can capture a summoned blaze into a magicked cage. This cage, when placed under a basin, will let you brew potions more efficiently than a brewing stand.", + "ftbquests.chapter.the_color_green.quest5.description1": "Combining the nature-infused iron and some metaphysical heat and structure (courtesy of \u00266nether bricks\u0026r and a \u00266spruce sapling,\u0026r respectively), you can rearrange the latent potential of the metal to turn it into lead!", + "ftbquests.chapter.the_color_green.quest5.description2": "Vastly useful in a variety of mechanical applications, lead is a great first step to leveraging either \u00266raw mechanical power\u0026r or \u00266Ember\u0026r in your pursuits.", + "ftbquests.chapter.the_color_green.quest5.description3": "\u00267Tip: the ancient codex is a little confusing at first, but it will guide you through the Embers mod! Start at Natural Energy, right click entries to mark them as read, and make sure you \u0026lREAD CAREFULLY!", + "ftbquests.chapter.the_color_green.quest5.description4": "\u00267Tip 2: you can use Theurgy to triple ingot output from raw ores!", + "ftbquests.chapter.the_color_green.quest50.description1": "This is it. Using the power of the \u00266Offering Altar,\u0026r and some magically significant materials, you can create the basis of real, sentient life - chicken eggs.", + "ftbquests.chapter.the_color_green.quest50.subtitle": "Well, debatably", + "ftbquests.chapter.the_color_green.quest50.title": "Sentient Life", + "ftbquests.chapter.the_color_green.quest51.description1": "With runes, there are a few other options you have for generating mana:", + "ftbquests.chapter.the_color_green.quest51.description2": "* A \u00266Thermalily\u0026r generates bursts of mana using lava, but will consume lava for no gain if you give it lava too often", + "ftbquests.chapter.the_color_green.quest51.description3": "* An \u00266Entropinnyum\u0026r consumes TNT explosions (and is one of the best generating flowers in the game), but too often and it\u0027ll just blow itself up", + "ftbquests.chapter.the_color_green.quest51.description4": "* A \u00266Munchdew\u0026r consumes leaves, but does not drop saplings.", + "ftbquests.chapter.the_color_green.quest51.description5": "\u00267Tip: some flowers will generate too much mana for a basic spreader! You can use potency and velocity lenses to stretch this, but eventually, you\u0027ll need better spreaders...\u0026r", + "ftbquests.chapter.the_color_green.quest51.title": "Alternative Mana Sources", + "ftbquests.chapter.the_color_green.quest52.description1": "Now that you can turn sulfurs into other sulfurs, you can manually reconstitute \u00266silver sulfur\u0026r and use the \u00266Reformation Array\u0026r to turn gold sulfur into silver sulfur without having to re-make the sulfur over and over again!", + "ftbquests.chapter.the_color_green.quest52.description2": "\u00267Tip: sulfur sulfur sulfur sulfur\u0026r", + "ftbquests.chapter.the_color_green.quest52.title": "Moon Metal", + "ftbquests.chapter.the_color_green.quest53.description1": "The \u00266Wildfire Core\u0026r is a key piece of some advanced dwarven machinery.", + "ftbquests.chapter.the_color_green.quest54.description1": "The \u00266Wildfire Stirling,\u0026r when attached to machines and supplied with steam, increases the efficiency of their ember usage.", + "ftbquests.chapter.the_color_green.quest54.description2": "The first one cuts usage in half, the second one halves it again, and any more decrease the efficiency.", + "ftbquests.chapter.the_color_green.quest55.description1": "The \u00266Ignem Reactor\u0026r is the ultimate solution to high ember requirements - when placed between a \u00266Catalysis\u0026r and \u00266Combustion Chamber,\u0026r it refines ember at a MUCH higher rate than the Ember Activator; up to \u002669x more ember\u0026r per crystal item.", + "ftbquests.chapter.the_color_green.quest55.description2": "\u00267Tip: the Catalysis and Combustion Chambers need fuel to operate, check JEI for their fuels and multipliers.", + "ftbquests.chapter.the_color_green.quest55.title": "Ignem Reactor", + "ftbquests.chapter.the_color_green.quest56.description1": "With the power of alchemy, you can turn a charged attuned stone into a seed capable of turning ember into pure metal! These crystal seeds, when powered with an \u00266Ember Injector,\u0026r will slowly grow and drop metal nuggets.", + "ftbquests.chapter.the_color_green.quest56.description2": "Not every metal can be turned into these seeds, but you have figured out that you can actually \u00266obtain Zinc\u0026r through this alchemical process!", + "ftbquests.chapter.the_color_green.quest56.description3": "\u00267Tip: crystals will slowly level up and drop more and more metal. Moving them resets their level, though!", + "ftbquests.chapter.the_color_green.quest56.subtitle": "Zinc! (and others)", + "ftbquests.chapter.the_color_green.quest56.task_414198583111126714.title": "Any Metal Crystal Seed", + "ftbquests.chapter.the_color_green.quest56.title": "Metal Crystal Seeds", + "ftbquests.chapter.the_color_green.quest57.description1": "With Dawnstone, you can craft ember transferral devices that can handle much more throughput.", + "ftbquests.chapter.the_color_green.quest57.title": "High Volume Ember Transfer", + "ftbquests.chapter.the_color_green.quest58.description1": "Now that you have zinc, you can alloy it with copper to create brass! This is useful almost exclusively for \u00266mechanical contraptions.\u0026r", + "ftbquests.chapter.the_color_green.quest58.description2": "\u00266Electron Tubes\u0026r are also an important step to making more complicated contraptions. ", + "ftbquests.chapter.the_color_green.quest58.description3": "\u00266Rose Quartz\u0026r can be made in a heated basin, combining glowstone and redstone in a sal ammoniac bath.", + "ftbquests.chapter.the_color_green.quest58.title": "Advanced Contraptions", + "ftbquests.chapter.the_color_green.quest59.description1": "Packages and their associated transport items open up a huge amount of logistical freedom.", + "ftbquests.chapter.the_color_green.quest59.description2": "\u00267Tip: for more information, hover these items and hold W to ponder!", + "ftbquests.chapter.the_color_green.quest59.title": "Mechanical Logistics", + "ftbquests.chapter.the_color_green.quest6.description1": "\u00266Ember\u0026r is the lifeblood of the world. Despite whatever happened, there is still virtually infinite Ember available deep underground - you just need to make a machine that can mine it. ", + "ftbquests.chapter.the_color_green.quest6.description2": "Enter the \u00266Ember Bore\u0026r - place it on bedrock, add a \u00266Mechanical Core\u0026r above it so you can pipe things in and out of it, and give it some fuel! It\u0027ll start digging up that sweet, sweet Ember.", + "ftbquests.chapter.the_color_green.quest6.description3": "\u00267Tip: the Mechanical Core acts as an extension for most Embers multiblocks! You can transfer items, fluid, and ember in and out of the core as if it was a part of the block it is attached to.", + "ftbquests.chapter.the_color_green.quest6.description4": "\u00267Tip 2: USE YOUR MECHANICAL LENS! It\u0027s EXTREMELY helpful for figuring out how Ember\u0027s machines work.", + "ftbquests.chapter.the_color_green.quest6.title": "Drilling for Ember", + "ftbquests.chapter.the_color_green.quest60.description1": "With access to brass and electron tubes, you can make a Mechanical Crafter. These, in combination with \u00266factory gauges\u0026r and \u00266package logistics,\u0026r allow you to set up automatic stocking and crafting of items!", + "ftbquests.chapter.the_color_green.quest60.title": "Autocrafting", + "ftbquests.chapter.the_color_green.quest61.description1": "You can fortify infused iron with prosperity shards to create a basic \u00266prosperity ingot,\u0026r ready to augment with agricultural essence.", + "ftbquests.chapter.the_color_green.quest61.description2": "One of the best uses of this ingot is to make a better watering can.", + "ftbquests.chapter.the_color_green.quest61.title": "Better Watering", + "ftbquests.chapter.the_color_green.quest62.description1": "With empowered tokens, you can craft the \u00266Creational Catalyst\u0026r - this removes the innate limit on most aura producing blocks, and lets you overcharge the local area with Aura.", + "ftbquests.chapter.the_color_green.quest62.description2": "\u00267Tip: aureareaurearuea", + "ftbquests.chapter.the_color_green.quest63.description1": "You\u0027ve felt a strange tingling on your skin ever since you woke up - you think this might be a manifestation of \u00266Aura,\u0026r a natural phenomenon that you might be able to further harness.", + "ftbquests.chapter.the_color_green.quest63.description2": "To get started, craft a \u00266Bottle and Cork\u0026r and \u00266right click the air\u0026r to gather some Aura for further study.", + "ftbquests.chapter.the_color_green.quest63.title": "Bottling Sunlight", + "ftbquests.chapter.the_color_green.quest64.description1": "The \u00266Mana Blaster\u0026r is a portable mana spreader that you can fire at will, using mana from a storage device on your person. You can also attach lenses to it, to use their special properties!", + "ftbquests.chapter.the_color_green.quest65.description1": "\u00266Mana Lenses\u0026r can change the properties of a mana burst fired from a spreader. They can increase the color, potency, speed, and even make the burst go \u00266through blocks\u0026r or \u00266break them\u0026r altogether! Read your \u00266Lexica Botania\u0026r for more details.", + "ftbquests.chapter.the_color_green.quest65.description2": "\u00267Tip: the weight lens makes blocks a mana burst hits fall - you can exploit this property to get blocks that normally need silk touch by having them fall onto something like a torch!", + "ftbquests.chapter.the_color_green.quest66.description1": "Now that you have\u00266 Ember\u0026r, what can you do with it?", + "ftbquests.chapter.the_color_green.quest66.description2": "One useful item is the \u00266Hearth Coil\u0026r - when provided with Ember, it can be used as a VERY fast furnace.", + "ftbquests.chapter.the_color_green.quest67.description1": "With \u00266Dawnstone\u0026r comes a better way of activating ember - the \u00266Pressure Refinery.\u0026r", + "ftbquests.chapter.the_color_green.quest67.description2": "It \u00264requires water\u0026r as well, but can boost your ember production up to \u002661.5x the value\u0026r of a plain activator.", + "ftbquests.chapter.the_color_green.quest67.description3": "Additionally, if placed atop a metal block surrounded by lava or fire it can double that, getting up to \u002663x the value\u0026r of crystalline ember! ", + "ftbquests.chapter.the_color_green.quest68.description1": "The \u00266Beam Splitter\u0026r allows you to, well, split beams. Ember sent into it will be divided into two bursts sent out from either end.", + "ftbquests.chapter.the_color_green.quest68.description2": "The \u00266Crystal Cell\u0026r is a much higher capacity way to store Ember - piping more crystalline ember into it will \u00266increase its storage limit.\u0026r", + "ftbquests.chapter.the_color_green.quest68.title": "Advanced Ember Logistics", + "ftbquests.chapter.the_color_green.quest69.description1": "With the acquisition of Dawnstone, you can make a special chamber to manipulate elemental mercury into a source of energy. ", + "ftbquests.chapter.the_color_green.quest69.description2": "The \u00266Mercury Catalyst\u0026r can convert mercury into Mercury Flux (MF) which, in combination with a \u00266Caloric Flux Emitter\u0026r, can be used to power alchemical devices that would normally need a pyromantic brazier underneath them!", + "ftbquests.chapter.the_color_green.quest69.description3": "\u00267Tip: one mercury shard produces as much energy as one piece of charcoal!", + "ftbquests.chapter.the_color_green.quest69.title": "Mercurial Power", + "ftbquests.chapter.the_color_green.quest7.description1": "The combination of brilliant fiber and nether bricks is superficially similar to the weak gold ore deposits you remember existing in the Nether. They\u0027re so similar, in fact, that \u00266a Pure Daisy will convert Golden Nether Bricks into Nether Gold Ore!\u0026r", + "ftbquests.chapter.the_color_green.quest7.description2": "\u00267Tip: there is a better way to make brilliant fiber, but you\u0027ll need to get blaze powder somehow... ", + "ftbquests.chapter.the_color_green.quest7.title": "Gold", + "ftbquests.chapter.the_color_green.quest70.description1": "With high enough aura in an area, \u00266dried earth will slowly convert to dirt!\u0026r", + "ftbquests.chapter.the_color_green.quest70.description2": "If you want to stop this effect from happening, \u00266Powder of Dried Stasis\u0026r will prevent the conversion of dried earth to dirt in the area it\u0027s placed in.", + "ftbquests.chapter.the_color_green.quest70.subtitle": "pseudo-terraforming", + "ftbquests.chapter.the_color_green.quest70.title": "Regrowth?", + "ftbquests.chapter.the_color_green.quest71.description1": "The \u00266Bin\u0026r is a fantastic block that automatically collects the outputs of various dwarven machinery.", + "ftbquests.chapter.the_color_green.quest71.description2": "Simply attach it to the \u00266bottom\u0026r of a machine (like, say, the stamper base) and it\u0027ll fill up with products.", + "ftbquests.chapter.the_color_green.quest72.description1": "With an imitation blaze head and a couple of real magical reagents, you can \u00266summon a real blaze!\u0026r", + "ftbquests.chapter.the_color_green.quest72.description2": "This summoned blaze always drops at least 3 blaze rods. ", + "ftbquests.chapter.the_color_green.quest72.description3": "\u00267Tip: the ritual to summon the blaze is described in the Reclamation Rituals book.\u0026r", + "ftbquests.chapter.the_color_green.quest72.title": "Real Blazes", + "ftbquests.chapter.the_color_green.quest8.description1": "The \u00266Pure Daisy\u0026r is able to turn mundane stone and logs into much more naturally-aligned versions of themselves.", + "ftbquests.chapter.the_color_green.quest8.title": "Living Materials", + "ftbquests.chapter.the_color_green.quest9.description1": "You can use a bucket to \u00266strategically place lava and water\u0026r to make a nether portal frame. It\u0027s not ideal, but it\u0027s definitely easier than trying to mine obsidian with an iron pickaxe!", + "ftbquests.chapter.the_color_green.quest9.description2": "Similar to the overworld, the nether is bare of ores and even more devoid of life - \u00264there are zero spawns there, and only one biome.", + "ftbquests.chapter.the_color_green.quest9.description3": "\u00267Tip: you can also make obsidian on the natural altar - but be warned, it\u0027s pretty costly aura-wise!", + "ftbquests.chapter.the_color_green.quest9.task_4075772383648127092.title": "Visit the Nether", + "ftbquests.chapter.the_color_green.quest9.title": "The Nether", + "ftbquests.chapter.the_color_green.title": "Touching Grass", + "ftbquests.chapter.the_hunt_for_grass.quest1.description1": "Now that you have dirt, your next step is to turn it into grass, so that you can start bringing a little bit of green into the world.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description1": "Plants in Agricraft are diploid organisms - essentially, every plant has two sets of attributes: active and inactive (or dominant and recessive). \u00266The active trait is the one that actually affects the plant,\u0026r but the inactive trait comes into play when breeding plants together. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description2": "When a crossbreed occurs, each plant \u00266adjacent\u0026r to the crossbreed crop sticks has a \u00266chance\u0026r depending on its \u00266fertility\u0026r to count as a parent. If there\u0027s only one parent selected, the resulting plant is a clone. If more than one parent is selected, each has a chance to pass on one half of its genes to the resulting plant.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description3": "For example, if you bred a plant with gain of 3-2 with a plant who\u0027s gain is 4-2, it would result in a plant with a gain stat of either 4-3, 4-2, 3-2, or 2-2. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description4": "To figure out what the possibilities are for two parent plants, you can use a punnett square:", + "ftbquests.chapter.the_hunt_for_grass.quest10.description5": "Each square has an equal chance of getting chosen - additionally, there is a small chance for a mutation to occur; whether this mutation is beneficial or not depends on each parent\u0027s \u00266mutativity stat.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest10.image0": "{image:reclamation:textures/quests/punnett.png width:150 height:150 align:center}", + "ftbquests.chapter.the_hunt_for_grass.quest10.task_2773659192565899586.title": "What the heck are these numbers?", + "ftbquests.chapter.the_hunt_for_grass.quest10.title": "How do I get better stats?", + "ftbquests.chapter.the_hunt_for_grass.quest11.description1": "Each plant has five stats, when planted on crop sticks. You can see these stats by crouching and looking at the plant, or using a magnifying glass. The stats affect a variety of things:", + "ftbquests.chapter.the_hunt_for_grass.quest11.description2": "\u00266Fertility\u0026r is how likely a plant is to get chosen as a parent for cross-breeding.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description3": "\u00266Gain\u0026r increases how much a plant will produce when harvested.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description4": "\u00266Growth\u0026r affects the speed a plant grows at.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description5": "\u00266Mutativity\u0026r raises the chance for a cross-breed (when it occurs) to be beneficial.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description6": "\u00266Strength\u0026r broadens the possible growing conditions for a plant - for example, cactus can always grow on sand, but with a strength of 10, it can grow on normal farmland!", + "ftbquests.chapter.the_hunt_for_grass.quest11.subtitle": "What do they mean?", + "ftbquests.chapter.the_hunt_for_grass.quest11.task_7047347176409476035.title": "Read", + "ftbquests.chapter.the_hunt_for_grass.quest11.title": "The numbers, Mason!", + "ftbquests.chapter.the_hunt_for_grass.quest12.description1": "That was A LOT of info - what it boils down to is higher numbers \u003d better, breed higher statted plants together to get better plants, use bonemeal on cross sticks to speed up the crossbreeding process. ", + "ftbquests.chapter.the_hunt_for_grass.quest12.description2": "If your plant is not growing, look at it while crouching - it might need a different type of soil.", + "ftbquests.chapter.the_hunt_for_grass.quest12.description3": "\u00267Tip: getting your first beneficial mutation \u00264will be slow,\u00267 but you can speed it up by \u00266planting crops in a plus shape,\u00267 with the cross sticks in the middle! This means each potential crossbreed has \u00266four\u00267 chances to pick parents, instead of \u00264just two.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest12.subtitle": "English, poindexter?", + "ftbquests.chapter.the_hunt_for_grass.quest12.task_7762997780188473985.title": "WAY too complicated", + "ftbquests.chapter.the_hunt_for_grass.quest12.title": "That was a lot...", + "ftbquests.chapter.the_hunt_for_grass.quest13.description1": "Now that you have a way to grow and breed plants, you should get started on broadening your base of food. Either \u00266breed the plants you have\u0026r into the two other staple crops from the old world, or \u00266find them on the mutated inhabitants\u0026r of the new.", + "ftbquests.chapter.the_hunt_for_grass.quest13.description2": "\u00267Tip: to find mutations, look up the recipe for the seed of the plant in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.description3": "\u00267Tip 2: to see what conditions a seed needs to grow (including what blocks it can grow on), check the uses of the seed in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.title": "Edible Plants", + "ftbquests.chapter.the_hunt_for_grass.quest14.description1": "At some point, you\u0027re going to run out of ruins. Thankfully, there is a special kind of flower called the \u00266Cuprosia \u0026ryou can breed that can harvest \u00266trace amounts of copper from the water.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest14.description2": "\u00267Tip: the flower will only grow in a waterlogged crop. If you successfully crossbreed the Cuprosia but the crop stick it\u0027s on is not waterlogged, \u00264it will not grow. \u00267Additionally, it can \u00264only grow on gravel\u00267 at strength 1.", + "ftbquests.chapter.the_hunt_for_grass.quest14.description3": "\u00267Tip 2: plant species can be recessive! Use your magnifying glass.", + "ftbquests.chapter.the_hunt_for_grass.quest14.title": "Growing copper?", + "ftbquests.chapter.the_hunt_for_grass.quest15.description1": "Now you have to find a way to turn the nascent life energy within the tree into some form of grass. There was a ritual you remember that was able to condense said energy into a special seed...", + "ftbquests.chapter.the_hunt_for_grass.quest15.description2": "Witchcraft can help you here - brew up some \u00266brilliant fiber,\u0026r apply it to some tree leaves, and watch it \u00266spread!\u0026r Once you have enough, break the leaves - the gilded leaves you\u0027ll get will be able to crush into a \u00266fine gold dust,\u0026r perfect for this ritual.", + "ftbquests.chapter.the_hunt_for_grass.quest15.title": "Gold Leaf", + "ftbquests.chapter.the_hunt_for_grass.quest16.description1": "Now that you have a way to conduct the ritual, you can create a \u00266Pasture Seed,\u0026r which will let you finally \u00266bring back grass to the world!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest16.description2": "\u00267To find out how to actually do the ritual, check how to do a Ritual of the Forest in your Book of Natural Aura.", + "ftbquests.chapter.the_hunt_for_grass.quest16.title": "Ritual of the Forest", + "ftbquests.chapter.the_hunt_for_grass.quest17.description1": "The \u00266Witch\u0027s Oven\u0026r can be used to distill saplings into \u00266special magic fumes,\u0026r which are especially potent in a variety of magical rites.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description1": "Using some sapling fumes and some plantlife, you can create \u00266Pasture Seeds\u0026r - special seeds that will place an \u00266area of grass\u0026r on nearby dirt.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description2": "\u00267Tip: due to a bug in the mod, watering cans will not work to start the ritual of the forest!", + "ftbquests.chapter.the_hunt_for_grass.quest18.subtitle": "Not as green as I\u0027d like...", + "ftbquests.chapter.the_hunt_for_grass.quest18.title": "Grass!", + "ftbquests.chapter.the_hunt_for_grass.quest19.description1": "The composter can turn \u00266extra seeds and crops into bonemeal!\u0026r No more hunting skeletons in the middle of the night.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description1": "Even through the lack of nutrients in the soil, some especially-tough tufts of grass have held on. Some even have \u00266seeds that you can find\u0026r and try to coax to life.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description2": "Some of these seem \u00266especially magical\u0026r - you wonder if you could use them in any way...", + "ftbquests.chapter.the_hunt_for_grass.quest2.description3": "\u00267Tip: you\u0027ll probably only want to harvest mandrake at night until you get its strength up!", + "ftbquests.chapter.the_hunt_for_grass.quest2.title": "Seeds", + "ftbquests.chapter.the_hunt_for_grass.quest20.description1": "You can get straw rarely by cutting grass with a \u00266knife.\u0026r Use it to make leads, ropes, and building blocks!", + "ftbquests.chapter.the_hunt_for_grass.quest20.task_1283594596619655186.title": "Any Knife", + "ftbquests.chapter.the_hunt_for_grass.quest20.title": "Straw", + "ftbquests.chapter.the_hunt_for_grass.quest21.description1": "You can turn bonemeal, dirt, and some organic material into \u00266organic compost.\u0026r When placed down, the compost will\u00266 turn into rich soil \u0026rafter a while (sped up by sunlight, water, and proximity to other rich soil or mushrooms), which grows most crops \u00266faster than regular farmland!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest21.title": "Rich Farmland", + "ftbquests.chapter.the_hunt_for_grass.quest22.description1": "Now that you have access to iron, you can make a \u00266watering can.\u0026r Higher-tier versions exist and are much better, but the basic version can still speed up the growth of crops.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description1": "This pack contains \u00266Via Romana\u0026r, a sign-based fast travel system. In order to fast travel using signs, you must first \u00266build a path and traverse it\u0026r before you can teleport across it. ", + "ftbquests.chapter.the_hunt_for_grass.quest23.description2": "\u00266Shift-left-click\u0026r on a sign at the start of your path, then \u00266shift-left-click\u0026r on a sign at the end of your path. Once you start pathing from one sign to the other, you need to follow a player-made path. If you deviate, you\u0027ll \u0026cstop\u0026r building the fast travel route and have to backtrack.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description3": "Once linked, just punch the sign and you\u0027ll fast travel!", + "ftbquests.chapter.the_hunt_for_grass.quest23.description4": "\u00267Tip: to see what blocks count as path blocks, search \u00262#via_romana:path_block\u00267 in your recipe viewer.", + "ftbquests.chapter.the_hunt_for_grass.quest23.task_5888718684745127233.title": "Any Warpable Sign", + "ftbquests.chapter.the_hunt_for_grass.quest23.title": "Signpost Travel", + "ftbquests.chapter.the_hunt_for_grass.quest24.description1": "\u00266Fume Funnels,\u0026r when placed next to a Witch\u0027s Oven, raise the chance of getting fumes from items.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description1": "Tired of hearing those godforsaken \u00266mandrakes\u0026r shriek? Make some \u00266earmuffs!\u0026r They\u0027ll protect you from getting your ears blown out by their piercing scream.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description2": "\u00267Tip: the higher the strength stat on mandrake is, the less likely they are to wake up.", + "ftbquests.chapter.the_hunt_for_grass.quest25.title": "OSHA Approved", + "ftbquests.chapter.the_hunt_for_grass.quest26.description1": "With the re-introduction of actual saplings to the world, you might want to make slightly better tools than the basic pickaxe and axe you\u0027re used to.", + "ftbquests.chapter.the_hunt_for_grass.quest26.description2": "The \u00266Hammer, Excavator, and Broadaxe\u0026r can break blocks in a \u002663x3 area\u0026r (and the broadaxe breaks in \u002663x3x3!\u0026r), making terraforming and general resource collection much easier.", + "ftbquests.chapter.the_hunt_for_grass.quest26.task_4941645910113139201.title": "Any AOE Tool", + "ftbquests.chapter.the_hunt_for_grass.quest3.description1": "Unless you get lucky and find an ingot or two among the husks, you\u0027ll need some way to make iron ingots. ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description2": "Luckily, one of those plants you found has a rudimentary circulatory system, which has enough thematic overlap with actual hemoglobin that you can use it to precipitate hemoglobic fluid...", + "ftbquests.chapter.the_hunt_for_grass.quest3.description3": "Basically, you found a \u00266plant that grows blood\u0026r and you\u0027re gonna \u00266make iron out of it\u0026r by putting it into a \u00266Sal Ammoniac Accumulator above a Fluid Vessel.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description4": "\u00267Note: A Sal Ammoniac tank is meant only for sal ammoniac, so you \u0026oneed\u0026r\u00267 to place the \u0026lfluid vessel\u0026r\u00267 below it.", + "ftbquests.chapter.the_hunt_for_grass.quest3.title": "Hemoglobic Fluid", + "ftbquests.chapter.the_hunt_for_grass.quest4.description1": "Now that you have your hemoglobic fluid, you can \u00266use it as a solvent in your Liquefaction Cauldron to liquify copper\u0026r - the iron in the fluid will transform the copper sulfur into \u00266Iron Alchemical Sulfur.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.description2": "You\u0027ll also need some \u00266Mineral Alchemical Salt\u0026r - you can get this by \u00266calcifying charcoal,\u0026r or re-calcifying \u00266a large amount of Strata salt.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.title": "Salt and Sulfur", + "ftbquests.chapter.the_hunt_for_grass.quest5.description1": "You\u0027re almost there! Just throw the \u00266Iron Alchemical Sulfur, Mineral Alchemical Salt, \u0026rand\u00266 Alchemical Mercury\u0026r into the \u00266Incubator, \u0026rand you\u0027ll have iron!", + "ftbquests.chapter.the_hunt_for_grass.quest6.description1": "You can mash up the magical plants you\u0027ve found into something you\u0027re calling \u00266Anointing Paste.\u0026r You\u0027re pretty sure you can apply it to something, but what? ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description1": "Now that you have a bit of iron, you can make a cauldron and \u00266anoint\u0026r it to make a \u00266Witch\u0027s Cauldron\u0026r - a magically-insulated vessel for brewing all sorts of witchy goodness. ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description2": "Fill it with three buckets of water, place it over a campfire, and it\u0027ll start boiling!", + "ftbquests.chapter.the_hunt_for_grass.quest7.description3": "\u00267Tip: if your brew spoils (turns brown because you put items in out of order or incorrectly), you can use an empty bucket to empty the cauldron.", + "ftbquests.chapter.the_hunt_for_grass.quest7.task_2385086996515714487.title": "Anoint a Cauldron", + "ftbquests.chapter.the_hunt_for_grass.quest8.description1": "With a little bit of magic (and a reinforced witchy cauldron), you can make a \u00266potent mutagen\u0026r - potent enough to mutate those \u00266dead bushes\u0026r you\u0027ve been seeing around into \u00266actual saplings!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest8.subtitle": "Minor necromancy", + "ftbquests.chapter.the_hunt_for_grass.quest8.task_6488684102089578318.title": "Any Sapling", + "ftbquests.chapter.the_hunt_for_grass.quest8.title": "Saplings!", + "ftbquests.chapter.the_hunt_for_grass.quest9.description1": "The seeds you\u0027ve been finding have uniquely adapted themselves to their harsh environment. As a consequence, however, they\u0027ve become \u00264much less productive, focusing entirely on survival.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest9.description2": "You can try to selectively breed your meager collection of seeds together to make them \u00266grow faster\u0026r and \u00266produce more,\u0026r or even try \u00266cross-breeding them\u0026r to start bringing back extinct species of plant...", + "ftbquests.chapter.the_hunt_for_grass.quest9.description3": "To start, plant any seeds you have onto specially-prepared \u00266Crop Sticks.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.title": "A Whiff of Normal", + "ftbquests.chapter.the_sound_of_life.quest1.description1": "Debatably sentient life in the form of chickens! Even more importantly, these chickens will produce \u00266eggs,\u0026r the root of all fauna.", + "ftbquests.chapter.the_sound_of_life.quest1.title": "Sentient Life", + "ftbquests.chapter.the_sound_of_life.quest10.description1": "You can upgrade your blood altar by placing runes around it - your \u00266Sanguine Scientiem\u0026r can give you specifics. A tier 2 altar can create \u00266Reinforced Slates!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest10.description2": "Used for creating special runes that give your blood altar benefits, among other things, they are just that much more potent than a regular blank slate.", + "ftbquests.chapter.the_sound_of_life.quest10.title": "Tier 2 Slates", + "ftbquests.chapter.the_sound_of_life.quest11.description1": "A tier 3 altar can create \u00266Imbued Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.description2": "Even stronger than the reinforced version, they can make even better rune upgrades for your blood altar, as well as the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.title": "Tier 3 Slates", + "ftbquests.chapter.the_sound_of_life.quest12.description1": "The \u00266Alchemical Reaction Chamber\u0026r is capable of a great many things, but one of the most important is its ability to produce gems - \u00266diamond, lapis, and amethyst.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description1": "With access to gems, you can make a \u00266Tainted Blood Pendant,\u0026r which you can then infuse with \u00266Regeneration!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description2": "This makes poking yourself for life essence much more bearable...", + "ftbquests.chapter.the_sound_of_life.quest13.description3": "\u00267Tip: prismarine can be made either through Create\u0027s haunting or Nature\u0027s Aura\u0027s Natural Altar.", + "ftbquests.chapter.the_sound_of_life.quest14.description1": "Alchemizing with lifeforce provides the extra punch needed to transmute base materials into \u00266precious gems\u0026r using the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest14.description2": "\u00267Tip: once you\u0027ve made one of a specific kind of gem, you can use Theurgy to convert more materials into that gem\u0027s sulfur without having to go through the whole blood transmutation again!", + "ftbquests.chapter.the_sound_of_life.quest14.title": "Gems!", + "ftbquests.chapter.the_sound_of_life.quest15.description1": "A renewable source of gems would be much appreciated - thankfully, you can perform a \u00266special wiccan ritual\u0026r to turn a block of amethyst into its budding version.", + "ftbquests.chapter.the_sound_of_life.quest15.description2": "\u00267Tip: you can use blood magic\u0027s arcane ashes to draw a pentagram on your altar, giving it an addtional 1.5x boost to total power capacity!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest15.description3": "\u00267Tip 2: the instructions for this ritual can be found in your Reclamation Rituals book.", + "ftbquests.chapter.the_sound_of_life.quest16.description1": "Now that you have access to gems, you can start to manipulate \u00265Source, \u0026ranother type of magical energy you remember from before.", + "ftbquests.chapter.the_sound_of_life.quest16.description2": "To start, you\u0027ll want to turn lapis or amethyst shards into source gems using an \u00266Imbuement Chamber.\u0026r However, for an Imbuement Chamber, you\u0027ll need a special kind of wood. Because \u00265Source\u0026r is innately intertwined with \u00264Life Essence,\u0026r infusing an already magically-resonant tree with \u00264Life Essence\u0026r should produce a suitable sapling.", + "ftbquests.chapter.the_sound_of_life.quest16.description3": "\u00267Tip: you can convert between the four types of sapling using a mana pool!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest16.title": "Archwood", + "ftbquests.chapter.the_sound_of_life.quest17.description1": "With Archwood, you can now create \u00266Source Gems,\u0026r a perfect focusing medium for the arcane energies of \u00265Source.\u0026r Just toss some amethyst or lapis into an \u00266Imbuement Chamber!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest17.description2": "At first, you\u0027ll be slowly imbuing gems with the trace amounts present in the air, but once you get a way to generate \u00265Liquid Source,\u0026r you\u0027ll be converting gems in a flash!", + "ftbquests.chapter.the_sound_of_life.quest17.title": "Source Gems", + "ftbquests.chapter.the_sound_of_life.quest18.description1": "By offering an \u00266Imbued Slate\u0026r to the gods, you can convert mundane iron into the dense ingot of \u00266Osmium.\u0026r This metal is crucial to advanced mechanical applications.", + "ftbquests.chapter.the_sound_of_life.quest18.title": "Supermassive", + "ftbquests.chapter.the_sound_of_life.quest19.description1": "Now that you have a source of power, you\u0027ll want to start making real machinery. Your first step - a \u00266Metallurgic Infuser.\u0026r This machine can do a wide varity of things, but one of the most important is its ability to create \u00266steel,\u0026r another critical metal for your foray into technology.", + "ftbquests.chapter.the_sound_of_life.quest19.description2": "Infusing \u00266iron with coal,\u0026r while inefficient, is your only real way to make it - at least for now.", + "ftbquests.chapter.the_sound_of_life.quest19.title": "Steel", + "ftbquests.chapter.the_sound_of_life.quest2.description1": "Now that you have access to a breedable animal, you can utilize their excess vitalic energy to birth new creatures. ", + "ftbquests.chapter.the_sound_of_life.quest2.description2": "In an area with high Aura concentration, \u00266breeding mobs together\u0026r will generate \u00266Spirits of Birthing.\u0026r These spirits can be tossed alongside some other reagents onto an \u00266Altar of Birthing\u0026r to spawn new creatures.", + "ftbquests.chapter.the_sound_of_life.quest2.title": "Altar of Birthing", + "ftbquests.chapter.the_sound_of_life.quest20.description1": "The basis of every machine worth making, \u00266a Steel Casing \u0026ropens up limitless possibilities. ", + "ftbquests.chapter.the_sound_of_life.quest20.description2": "Almost quadrupling raw ore into ingots, turning plants into energy, or even fusion reactors all start with the humble steel casing.", + "ftbquests.chapter.the_sound_of_life.quest20.title": "Basic Machinery", + "ftbquests.chapter.the_sound_of_life.quest21.description1": "The \u00266Enrichment Chamber\u0026r can slightly boost the outputs of raw ores, clean blocks, and refine reagents for the \u00266Metallurgic Infuser,\u0026r creating enriched versions of items that are \u002668 times more efficient!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest22.description1": "Before you can do anything related to machinery, you\u0027ll need a source of power. Thankfully, \u0026bbotanic mana\u0026r is easily convertible to \u0026credstone flux.\u0026r Simply point a mana spreader at a \u00266Mana Fluxfield\u0026r and it\u0027ll output \u0026cRF\u0026r to any adjacent blocks.", + "ftbquests.chapter.the_sound_of_life.quest22.description2": "\u00267You can also use a heat generator, but it\u0027s VERY inefficient and (probably) not even worth making!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description1": "With the acquisition of lapis, you can now make the \u00266Terrestrial Agglomeration Plate,\u0026r a necessary step in your mastery of \u0026bbotanic mana.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description2": "Combining mana-infused versions of a diamond, an ender pearl, and iron (alongside a tremendous amount of mana) creates \u00266Terrasteel,\u0026r a unique alloy that is incredibly strong and mana conductive.", + "ftbquests.chapter.the_sound_of_life.quest23.description3": "\u00267Tip: use sparks instead of mana spreaders for a much faster mana transfer rate!", + "ftbquests.chapter.the_sound_of_life.quest23.title": "Terrasteel", + "ftbquests.chapter.the_sound_of_life.quest24.description1": "Steel allows you to make better pipes of all kinds, able to transport items, fluids, RF, chemicals, and even heat. These have a number of \u00266advantages over caminite-based alternatives,\u0026r mainly their lack of reliance on redstone and their upgradeability.", + "ftbquests.chapter.the_sound_of_life.quest24.task_1474346775141796701.title": "Any Basic Logistic Item", + "ftbquests.chapter.the_sound_of_life.quest24.title": "Advanced Logistics", + "ftbquests.chapter.the_sound_of_life.quest25.description1": "The \u00266Rotary Condensentrator\u0026r allows you to convert liquids to gases, and vice versa. This is useful for storage purposes, but it also allows you to aerate Life Essence!", + "ftbquests.chapter.the_sound_of_life.quest26.description1": "The \u00266Gas-Burning Generator\u0026r can produce a large amount of RF very quickly - it\u0027s a solid midrange option that will most likely carry your energy needs until you start making reactors.", + "ftbquests.chapter.the_sound_of_life.quest26.description2": "\u00266Aerated Essence \u0026ris relatively easy to produce, and can be burned to produce a solid amount of RF. It\u0027s macabre, but it works!", + "ftbquests.chapter.the_sound_of_life.quest27.description1": "\u00266Ethylene\u0026r is another gas you can burn in the gas-burning generator; even a small amount can be burned for a rather large amount of energy.", + "ftbquests.chapter.the_sound_of_life.quest27.description2": "\u00267Note: Ethylene burning has been nerfed in this pack! It\u0027s still useful, just not as absolutely game-breakingly energy dense as it normally is.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest27.title": "Ethylene", + "ftbquests.chapter.the_sound_of_life.quest28.description1": "Ethylene can be further mixed with Aerated Essence to produce Blooded Ethylene, a much more energy-dense gas that can burn for longer in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest28.title": "Blooded Ethylene", + "ftbquests.chapter.the_sound_of_life.quest29.description1": "The \u00266Crusher\u0026r is great for turning things into smaller, powdery versions of themselves. It\u0027s also great at turning plants into \u00266Bio Fuel!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest3.description1": "Blood magic is a pathway to many abilities some consider to be unnatural.", + "ftbquests.chapter.the_sound_of_life.quest3.description2": "To start, make a few \u00266soul snares\u0026r and \u00266throw them at monsters before killing them.\u0026r These snared monsters will drop \u00266demonic will\u0026r, which you\u0027ll need to get started!", + "ftbquests.chapter.the_sound_of_life.quest3.title": "Blood Magic", + "ftbquests.chapter.the_sound_of_life.quest30.description1": "\u00266Bio Fuel\u0026r can be turned directly into energy in the \u00266Bio-Generator,\u0026r or further refined into ethylene for burning in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest30.title": "Bio Fuel", + "ftbquests.chapter.the_sound_of_life.quest31.description1": "The \u00266Purification Chamber,\u0026r in combination with oxygen and some further processing, can double raw ore outputs.", + "ftbquests.chapter.the_sound_of_life.quest31.description2": "Ore clumps can be crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest31.description3": "\u00267Tip: gas upgrades can be placed into some machines to make them more efficient in their use of chemicals!", + "ftbquests.chapter.the_sound_of_life.quest32.description1": "The \u00266Chemical Dissolution Chamber\u0026r is the next step in your ore processing - with the chamber as a starting point and some hydrogen chloride, it can turn 3 ore into 8 shards, which eventually get processed into ingots.", + "ftbquests.chapter.the_sound_of_life.quest32.description2": "To make hydrogen chloride, you\u0027ll need a renewable source of chlorine. The \u00266Thermal Evaporation Tower Multiblock\u0026r can turn plain water into brine, which can then be electrolysed into chlorine.", + "ftbquests.chapter.the_sound_of_life.quest32.description3": "Shards need to be purified into clumps, crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.description1": "The final refinement to your ore refinement process: the \u00266Chemical Washer and Crystallizer\u0026r can wash and crystallize ore slurry, at a 3 raw ore to eventual 10 ingot ratio.", + "ftbquests.chapter.the_sound_of_life.quest33.description2": "You\u0027ll need sulfur for sulfuric acid, which you can make through judicious application of oxygen to charcoal.", + "ftbquests.chapter.the_sound_of_life.quest33.description3": "Dirty ore slurry needs to be washed into clean ore slurry, then crystallized into crystals, which then get thrown into the \u00266Chemical Injection Chamber\u0026r to get turned into shards, which purify into clumps, crush into dirty dust, enrich into clean dust, and then finally smelt into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.title": "REAL Ore Processing", + "ftbquests.chapter.the_sound_of_life.quest34.description1": "To make the next tier of altar, you\u0027ll need bloodstone bricks to cap the next set of pillars. However, these require blood shards to make; blood shards require \u00266tau fruit. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest34.description2": "Despite your best efforts, you can\u0027t breed tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest34.description3": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of Tau Fruit. Go forth, ", + "ftbquests.chapter.the_sound_of_life.quest34.title": "Blooded Rituals", + "ftbquests.chapter.the_sound_of_life.quest35.description1": "\u00266Blood Shards\u0026r are a very handy thing for someone of your talents to have around. Despite your best efforts, however, you can\u0027t breed the necessary tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest35.description2": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of tau fruit. ", + "ftbquests.chapter.the_sound_of_life.quest35.description3": "\u00267Tip: once you have some, planting tau fruit and having it grow while something is standing on it will eventually create a saturated tau.", + "ftbquests.chapter.the_sound_of_life.quest35.title": "Blood Shards", + "ftbquests.chapter.the_sound_of_life.quest36.description1": "With access to blood shards, you can finally make a tier 4 altar and\u00266 Demonic Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest36.description2": "Yet still stronger than Imbued Slates, these bad boys pack quite an essence-filled punch! You can use these for ritual paraphernalia as well as more altar upgrades.", + "ftbquests.chapter.the_sound_of_life.quest36.title": "Tier 4 Slates", + "ftbquests.chapter.the_sound_of_life.quest37.description1": "The \u00266Dusk\u0026r version of the \u00266Ritual Diviner\u0026r will allow you to perform even stronger rituals - chief among these being the \u00266Pathway to the Endless Realm.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.description2": "Once performed, you will be presented with a gate to the Demon Realm proper - a sprawling labyrinth of rooms which contain strong enemies, plentiful loot, and the curious ore known as \u00266Demonite.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.title": "Dusk Rituals", + "ftbquests.chapter.the_sound_of_life.quest38.description1": "\u00266Demonite\u0026r can be found rarely in the \u00266Demon Realm,\u0026r either as an ore block or as loot in chests.", + "ftbquests.chapter.the_sound_of_life.quest38.description2": "You also remember that there was a \u00266special key\u0026r for \u00266spatial distortions\u0026r that led you to the mines, which held much more valuable loot...", + "ftbquests.chapter.the_sound_of_life.quest39.description1": "The single most powerful slate you can make,\u00266 Ethereal Slates\u0026r require a tier 5 altar to craft.", + "ftbquests.chapter.the_sound_of_life.quest39.description2": "Alongside netherite scraps and some \u00266looted parts\u0026r from the Demon Realm, these slates can be used to upgrade altar runes, making them \u00266twice as powerful.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest39.title": "Tier 5 Slates", + "ftbquests.chapter.the_sound_of_life.quest4.description1": "One of the most common things you\u0027ll need in the pursuit of sanguine magic is a base material of stone doped in blood - excellent for channelling these dark energies.", + "ftbquests.chapter.the_sound_of_life.quest4.description2": "You\u0027ll need to make quite a few to upgrade your blood altar!", + "ftbquests.chapter.the_sound_of_life.quest40.description1": "Now that you have access to dusk rituals, you can use either a \u00266Ritual of the Feathered Knife\u0026r or a \u00266Well of Suffering\u0026r to automate the collection of life essence.", + "ftbquests.chapter.the_sound_of_life.quest40.description2": "To get even more out of your rituals, you can use the \u00266Ritual Tinkerer!\u0026r Read your \u00266Sanguine Scientiem\u0026r for more information.", + "ftbquests.chapter.the_sound_of_life.quest40.description3": "\u00267Tip: if you can supply mobs to the well constantly (or give them a source of regenerating health), you could fully automate life essence collection...", + "ftbquests.chapter.the_sound_of_life.quest40.title": "Useful Rituals", + "ftbquests.chapter.the_sound_of_life.quest41.description1": "The \u00266Incense Altar\u0026r is the center of a large freeform multiblock structure focused on bringing a sense of tranquility to players. With enough peace of mind, you can perform self-sacrifice with a much smoother hand - at high levels, you can get as much as \u00266quadruple the normal amount of life essence!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest41.description2": "For more information on this structure, take a look at your \u00266Sanguine Scientiem.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description1": "With enough Demonic Will, you reach a critical mass that can eventually \u00266generate will\u0026r ex nihilo! Simply burn some into the local aura by throwing will into a \u00266Demon Crucible,\u0026r then wait for it to crystallize on the \u00266Demon Crystallizer. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description2": "With enough will in the aura, the crystal will grow extra spires you can harvest and re-burn; each crystal past the first takes 40 will to grow but \u00266burns into 50!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description3": "Now if only there was some way to automate this...", + "ftbquests.chapter.the_sound_of_life.quest42.description4": "\u00267Tip: for more info, read your Sanguine Scientiem!", + "ftbquests.chapter.the_sound_of_life.quest42.title": "Crystallized Will", + "ftbquests.chapter.the_sound_of_life.quest43.description1": "With the \u00266Resonance of the Faceted Crystal\u0026r ritual, you can split one well-established Will Crystal into four separate aspected crystals! This aspected will is handy for all sorts of things, but one of the most useful things you can do is use it in other rituals to \u00266change the way they perform.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest43.description2": "\u00267Tip: it\u0027s possible to fully automate the growing, splitting, and harvesting of crystals using rituals!", + "ftbquests.chapter.the_sound_of_life.quest43.title": "Aspected Will", + "ftbquests.chapter.the_sound_of_life.quest44.description1": "With access to Terrasteel, you can make the third tier of botanic runes: \u00266Sin Runes.\u0026r These can be used to make better baubles, more powerful flowers, and more!", + "ftbquests.chapter.the_sound_of_life.quest44.task_6010537284078335274.title": "Any Sin Rune", + "ftbquests.chapter.the_sound_of_life.quest44.title": "Sin Runes", + "ftbquests.chapter.the_sound_of_life.quest45.description1": "With Terrasteel, you can utilize an old ritual to open a \u00266gateway to Alfheim,\u0026r which you\u0027re certain has escaped whatever happened to this world. The portal won\u0027t be able to transport living beings, but maybe you can trade for some \u00266useful materials?\u0026r", + "ftbquests.chapter.the_sound_of_life.quest45.description2": "\u00267Tip: For more information on the portal, read your Lexica Botania! For even more than that, throw your entire Lexica Botania into the portal! (but make sure you don\u0027t throw your Akashic Tome away!)", + "ftbquests.chapter.the_sound_of_life.quest45.title": "The Portal to Alfheim", + "ftbquests.chapter.the_sound_of_life.quest46.description1": "The \u00266Elven Mana Spreader\u0026r is much more efficient than it\u0027s livingwood predecessor - it shoots larger bursts faster and farther.", + "ftbquests.chapter.the_sound_of_life.quest46.title": "Better Spreader", + "ftbquests.chapter.the_sound_of_life.quest47.description1": "With Sin Runes and elven materials, you can craft a special flower that \u00266generates ore in nearby stone or deepslate!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest47.description2": "As far as you\u0027re concerned, this is more proof that you can solve any problem if you throw enough raw mana at something.", + "ftbquests.chapter.the_sound_of_life.quest47.subtitle": "but not ad astra!", + "ftbquests.chapter.the_sound_of_life.quest47.title": "Ex Nihilo", + "ftbquests.chapter.the_sound_of_life.quest48.description1": "The \u00266Scribe\u0027s Table\u0026r allows you to create new glyphs for spellbooks. As far as spellbooks go, you have a couple options - use either pure arcane mana or life essence to fuel your spells.", + "ftbquests.chapter.the_sound_of_life.quest48.title": "Spellcasting", + "ftbquests.chapter.the_sound_of_life.quest49.description1": "Source can be generated in a variety of ways, but you\u0027ll need to do something to get it into a much more useable liquid form. ", + "ftbquests.chapter.the_sound_of_life.quest49.description2": "\u00266Sourcelinks\u0026r will gather it for you, but you\u0027ll also need to make a \u00266jar\u0026r to store the generated source.", + "ftbquests.chapter.the_sound_of_life.quest49.task_8602744015200526354.title": "Any Sourcelink", + "ftbquests.chapter.the_sound_of_life.quest49.title": "Generating Source", + "ftbquests.chapter.the_sound_of_life.quest5.description1": "The \u00266Hellfire Forge\u0026r allows you to use Demonic Will to craft special items.", + "ftbquests.chapter.the_sound_of_life.quest5.description2": "One of the first things you\u0027ll want to make is a \u00266soul gem\u0026r - these special gems can store demonic will you pick up without clogging your inventory.", + "ftbquests.chapter.the_sound_of_life.quest5.description3": "\u00267Tip: the more will you have stored in your inventory, the more will drops from monsters!", + "ftbquests.chapter.the_sound_of_life.quest50.description1": "One of the primary uses of liquid source is the enchanting of items. Using the \u00266Arcane Core\u0026r and an \u00266Enchanting Apparatus\u0026r atop it, you can create many useful things.", + "ftbquests.chapter.the_sound_of_life.quest50.title": "Arcane Enchanting", + "ftbquests.chapter.the_sound_of_life.quest51.description1": "If you\u0027re tired of waiting for amethyst to grow, try animating a block of budding amethyst with the \u00266Ritual of Awakening.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.description2": "It turns budding amethyst into an \u00266Amethyst Golem,\u0026r who can harvest, grow, and even bud other blocks of amethyst!", + "ftbquests.chapter.the_sound_of_life.quest51.description3": "Its behavior can be further modified using a \u00266Dominion Wand.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.title": "Amethyst Buddy", + "ftbquests.chapter.the_sound_of_life.quest52.description1": "With the acquisition of specially-charged elven materials, you can create an \u00266even stronger mana-generating base;\u0026r cake, wool, and even other mana flowers can all be mulched into yet more mana.", + "ftbquests.chapter.the_sound_of_life.quest52.task_1683678805039454876.title": "Any Elven Flower", + "ftbquests.chapter.the_sound_of_life.quest52.title": "Esoteric Mana Generation", + "ftbquests.chapter.the_sound_of_life.quest53.description1": "With the power of Elementium and a little extra elemental oomph, you can craft a special pylon to use in tandem with the power of a beacon to summon the \u00266Guardian of Gaia.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest53.description2": "Prove your strength, and you\u0027ll be rewarded with \u00266Gaia Spirits.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest54.description1": "Using the \u00266Enchanting Apparatus\u0026r and some special reagents, you can make elemental essences that have a wide variety of uses, from crafting to spellweaving.", + "ftbquests.chapter.the_sound_of_life.quest54.task_6599905580160140411.title": "Any Essence", + "ftbquests.chapter.the_sound_of_life.quest55.description1": "Fragments of the mysterious \u00266Guardian of Gaia\u0026r, these spirits have enormous potential...", + "ftbquests.chapter.the_sound_of_life.quest56.description1": "There are quite a few elemental \u00266rituals\u0026r that could come in handy for you - defending your base, automatically pick items up, and even allowing you to fly!", + "ftbquests.chapter.the_sound_of_life.quest57.description1": "The \u00266Storage Lectern\u0026r boasts the incredibly convenient capability of letting you manage, view, and craft using nearby storage blocks. Simply place it down and link inventories to it using the dominion wand!", + "ftbquests.chapter.the_sound_of_life.quest57.description2": "There is a limit to the number of inventories you can connect to at once - this can be raised using additional \u00266Bookwyrm Charms.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description1": "Mekanism upgrades come in two flavors - \u00266upgrade cards\u0026r and \u00266tier installers. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description2": "Upgrade cards give the machine a boost to a certain aspect - speed, energy efficiency, etc.", + "ftbquests.chapter.the_sound_of_life.quest58.description3": "Tier installers give the machine more processing slots - from 1 item at a time to \u002669 in some machines!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.task_366296260702142144.title": "Any Upgrade", + "ftbquests.chapter.the_sound_of_life.quest58.title": "Upgrades", + "ftbquests.chapter.the_sound_of_life.quest59.description1": "You can use a hefty amount of will as well as vengeful will crystals to create \u00266Wither Skeleton Skulls\u0026r in a Hellfire Forge. ", + "ftbquests.chapter.the_sound_of_life.quest59.description2": "These skulls are very powerfully charged - you can use them to summon Withers and acquire their \u00266valuable stars.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest59.title": "The Wither", + "ftbquests.chapter.the_sound_of_life.quest6.description1": "\u00266Blood Orbs\u0026r are a budding sanguimancer\u0027s way of storing and utilizing Life Essence, measured in \u00266LP.\u0026r Once you\u0027ve crafted one, right click with it in your hand to bind it to your personal LP network.", + "ftbquests.chapter.the_sound_of_life.quest6.description2": "LP is used for things like sigils, rituals, and crafting. You can transfer life essence in an altar to your network by placing your orb into the altar.", + "ftbquests.chapter.the_sound_of_life.quest6.description3": "\u00267Tip: there is a blood orb for each tier of altar! Certain recipes need higher tiers of blood orbs.", + "ftbquests.chapter.the_sound_of_life.quest6.task_9017841688739987349.title": "Any Blood Orb", + "ftbquests.chapter.the_sound_of_life.quest60.description1": "The \u00266Conjuration Catalyst\u0026r can duplicate certain items for a relatively moderate mana cost.", + "ftbquests.chapter.the_sound_of_life.quest60.description2": "No more fiddling around with potions or distilling to make your redstone and glowstone!", + "ftbquests.chapter.the_sound_of_life.quest61.description1": "You can summon \u00266Wilden\u0026r using the aptly-named Tablet of Summon Wilden. These magical creatures drop \u00266special reagents when killed.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest61.description2": "These reagents can also be used to summon the \u00266Wilden Chimera,\u0026r a powerful boss that drops a \u00266special item\u0026r needed to channel tier 3 spells. ", + "ftbquests.chapter.the_sound_of_life.quest61.title": "Wilden", + "ftbquests.chapter.the_sound_of_life.quest62.description1": "With the power of a \u00266Charger\u0026r and an \u00266enriched diamond,\u0026r you can create a \u00266special kind of chargeable quartz...\u0026r", + "ftbquests.chapter.the_sound_of_life.quest62.title": "Certus Quartz", + "ftbquests.chapter.the_sound_of_life.quest63.description1": "Obviously, the ratio of one diamond for one certus quartz isn\u0027t exactly tenable. Luckily, there\u0027s a way to literally grow it from itself - just throw a block of \u00266certus quartz into water with some charged certus quartz,\u0026r and it\u0027ll get converted into \u00266budding quartz.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest63.description2": "This semi-flawed quartz block will grow crystals just like amethyst, with one caveat - \u00264eventually the crystal will degrade\u0026r back into a regular block, meaning you\u0027ll have to re-seed it.", + "ftbquests.chapter.the_sound_of_life.quest63.description3": "\u00267Tip: you can also use Theurgy to convert other materials into certus quartz - amethyst is a good candidate!", + "ftbquests.chapter.the_sound_of_life.quest63.title": "Growing Quartz", + "ftbquests.chapter.the_sound_of_life.quest64.description1": "By combining redstone and nether quartz with charged certus quartz, you can make \u00266Fluix Crystals,\u0026r capable of turning matter into digitalized information.", + "ftbquests.chapter.the_sound_of_life.quest65.description1": "Before the apocalpyse - or whatever happened here - there were strange meteors that occasionally fell containing these \u00266mysterious presses.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest65.description2": "You think you have devised a ritual that could potentially draw in another one of these meteors (albeit greatly diminished in size).", + "ftbquests.chapter.the_sound_of_life.quest65.description3": "\u00267Tip: check your Reclamation Rituals book!", + "ftbquests.chapter.the_sound_of_life.quest65.title": "Mysterious Cube", + "ftbquests.chapter.the_sound_of_life.quest66.description1": "The \u00266ME Controller\u0026r is the brains of the \u00266Material Energy\u0026r system - one of the most powerful logistics solutions available to you.", + "ftbquests.chapter.the_sound_of_life.quest66.subtitle": "Better than futura blocks", + "ftbquests.chapter.the_sound_of_life.quest67.description1": "The \u00266Inscriber\u0026r is used to turn raw materials into actual circuits useable in the \u00266Matter Energy\u0026r system.", + "ftbquests.chapter.the_sound_of_life.quest68.description1": "With the raw power afforded to you by aspected will crystals, gaia fragments, and ethereal slates, you finally have enough oomph to begin reversing the damage this world has suffered.", + "ftbquests.chapter.the_sound_of_life.quest68.description2": "Look into the \u00266Ritual of Reclamation\u0026r in your Reclamation Rituals book to start reclaiming the world.", + "ftbquests.chapter.the_sound_of_life.quest68.description3": "\u00267Note: the ritual may \u00264void blocks!\u0026r\u00267 Perform it away from anything important or risk losing things you might want to keep.", + "ftbquests.chapter.the_sound_of_life.quest68.subtitle": "Roll credits?", + "ftbquests.chapter.the_sound_of_life.quest68.task_6680892754679269683.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_sound_of_life.quest68.title": "Reclamation", + "ftbquests.chapter.the_sound_of_life.quest69.description1": "\u00266Sirens\u0026r can be summoned (and subsequently befriended) at the Altar of Birthing. Once given a Sea Pickle, they\u0027ll disappear and leave behind a token. This token can be turned into a charm that can \u00266automatically fish\u0026r for you, at the price of source!", + "ftbquests.chapter.the_sound_of_life.quest69.description2": "\u00267Tip: this auto fishing can be sped up; read your Worn Notebook for more details.", + "ftbquests.chapter.the_sound_of_life.quest7.description1": "The \u00266Alchemy Table\u0026r allows you to craft with LP from a blood orb. You can make a lot of things like reagents for useful sigils, but you can also make \u00266Arcane Ashes.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest70.description1": "\u00266Whirlisprigs\u0026r can be summoned at the Altar of Birthing. Growing a tree near a summoned one will net you a token, which can be crafted into a charm. This charm summons a tame Whirlisprig that will \u00266produce natural resources\u0026r based on what\u0027s nearby!", + "ftbquests.chapter.the_sound_of_life.quest70.description2": "\u00267Tip: read your Worn Notebook for more!", + "ftbquests.chapter.the_sound_of_life.quest71.description1": "Summon a \u00266Drygmy\u0026r at the Altar of Birthing. Give it a wilden horn to get a token, then craft it into a token. This tame Drygmy will \u00266produce experience and drops of mobs nearby,\u0026r without killing them!", + "ftbquests.chapter.the_sound_of_life.quest72.description1": "Casting dispel on a witch (summoned at the Altar of Birthing) drops a Wixie Token. Turned into a charm to summon Wixies, these creatures can craft and brew potions for you!", + "ftbquests.chapter.the_sound_of_life.quest72.description2": "\u00267Tip: Wixies are very helpful when using an Alchemical Sourcelink! For more info, read your Worn Notebook.", + "ftbquests.chapter.the_sound_of_life.quest73.description1": "\u00266Starbuncles\u0026r summoned by the Altar of Birthing can be gifted gold nuggets to get \u00266Starbuncle Tokens.\u0026r Crafted into a \u00266Starbuncle Charm,\u0026r it will summon a Starbuncle to move items around for you. No more fiddling around with pipes and logistics, just use a semi-intelligent squirrel!", + "ftbquests.chapter.the_sound_of_life.quest73.description2": "\u00267Tip: they can be told to only pick up or drop off certain items - read your Worn Notebook for more information!", + "ftbquests.chapter.the_sound_of_life.quest74.description1": "\u00266Magebloom\u0026r is a flower whose fibers can be spun into a very conductive magical cloth.", + "ftbquests.chapter.the_sound_of_life.quest74.title": "Magebloom", + "ftbquests.chapter.the_sound_of_life.quest75.description1": "\u00266Warp Scrolls\u0026r let you teleport anywhere in a dimension, while their stabilized versions create a temporary portal that can transport you even to \u00266other dimensions.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest75.description2": "\u00267Tip: both types of scrolls can be turned into permanent portals by building a frame out of Sourcestone, placing a full source jar nearby, and tossing the scroll into it.", + "ftbquests.chapter.the_sound_of_life.quest76.description1": "The \u00266Fission Reactor\u0026r is a large multiblock that takes fissile fuel and water and outputs enormous amounts of steam. This steam can be pumped into another large multiblock (the industrial turbine) to produce absolutely outrageous amounts of power. ", + "ftbquests.chapter.the_sound_of_life.quest76.description2": "Equally as importantly, it produces nuclear waste.", + "ftbquests.chapter.the_sound_of_life.quest76.description3": "For more information on how to build this structure, refer to the mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest76.description4": "\u00264Warning: if you mess up running your reactor, it WILL melt down and explode/irradiate the surrounding area. Make it small or make it far away from your base if you\u0027re not confident.", + "ftbquests.chapter.the_sound_of_life.quest76.subtitle": "Uranium \u003d mc2?", + "ftbquests.chapter.the_sound_of_life.quest76.title": "Fission Reactor", + "ftbquests.chapter.the_sound_of_life.quest77.description1": "\u00266Plutonium\u0026r is one possible product from processing nuclear waste - it can be reprocessed into more fissile fuel or crafted into Supercritical Phase Shifter casings.", + "ftbquests.chapter.the_sound_of_life.quest78.description1": "\u00266Radioactive Waste Barrels\u0026r are one of the only things that can hold nuclear waste; when filled, they slowly dispose of their contents.", + "ftbquests.chapter.the_sound_of_life.quest78.title": "Waste Disposal", + "ftbquests.chapter.the_sound_of_life.quest79.description1": "\u00266Polonium\u0026r is a possible product from processing nuclear waste. ", + "ftbquests.chapter.the_sound_of_life.quest79.description2": "Not only can it make a variety of very helpful equipment and the \u00266QIO system,\u0026r it can also be used to craft Supercritical Phase Shifter (SPS) casings, necessary for producing \u00266antimatter.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest8.description1": "\u00266Arcane Ashes,\u0026r made on the Alchemy Table, can be used to perform some basic alchemy without having to re-enter the field of Spagyrics.", + "ftbquests.chapter.the_sound_of_life.quest8.description2": "One of the first things you\u0027ll want to use this for is making the \u00266Divination Sigil,\u0026r which tells you useful information about the amount of life essence you have access to.", + "ftbquests.chapter.the_sound_of_life.quest80.description1": "Making antimatter requires the creation of a Supercritical Phase Shifter, yet another multiblock.", + "ftbquests.chapter.the_sound_of_life.quest80.description2": "Its casings require a large amount of both polonium and plutonium, meaning you\u0027ll need a large amount of nuclear waste processing.", + "ftbquests.chapter.the_sound_of_life.quest80.description3": "To run, it will also need an incredibly large amount of power - this is where you\u0027d want to use an \u00266Industrial Turbine\u0026r hooked up to either a fission or a fusion reactor.", + "ftbquests.chapter.the_sound_of_life.quest80.description4": "\u00267Tip: you only need to make one of these to finish the pack - unless you REALLY like late-game Mekanism or you want to make creative items!", + "ftbquests.chapter.the_sound_of_life.quest81.description1": "The \u00266QIO System\u0026r is a digital storage solution that does not need power and can store a very large amount of items.", + "ftbquests.chapter.the_sound_of_life.quest81.description2": "It has \u00266unlimited cross-dimensional range\u0026r and can import and export automatically. However, it cannot easily auto-craft things for you.", + "ftbquests.chapter.the_sound_of_life.quest81.title": "QIO System", + "ftbquests.chapter.the_sound_of_life.quest82.description1": "The \u00266Fusion Reactor\u0026r is a much more powerful version of its fission counterpart. It can produce millions of RF/t using deuterium, tritium, or D-T fuel.", + "ftbquests.chapter.the_sound_of_life.quest82.description2": "To learn more about this reactor, check the Mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest82.subtitle": "Sci without the fi", + "ftbquests.chapter.the_sound_of_life.quest82.title": "Fusion Reactor", + "ftbquests.chapter.the_sound_of_life.quest9.description1": "\u00266Sentient Tools\u0026r are a much easier way for you to acquire will - instead of having to throw soul snares at enemies, the tools have the \u00266inherent ability to sever souls\u0026r from their fleshy (or bony) prisons.", + "ftbquests.chapter.the_sound_of_life.quest9.description2": "They are also powered by will - any kind of soul gem in your inventory will \u00266increase the tools\u0027 power\u0026r proportional to the amount of will you have stored.", + "ftbquests.chapter.the_sound_of_life.quest9.task_3309257771812589055.title": "Any Sentient Tool", + "ftbquests.chapter.the_sound_of_life.quest9.title": "Sentient Tools", + "ftbquests.chapter.the_sound_of_life.title": "Sounds of Life", + "ftbquests.chapter.the_taste_of_power.quest1.description1": "The \u00266Ender Dragon\u0026r not only has horrific halitosis, it also prevents you from exploring the rest of the End and all its goodies.", + "ftbquests.chapter.the_taste_of_power.quest1.task_4052279956792945141.title": "Kill the Dragon", + "ftbquests.chapter.the_taste_of_power.quest10.description1": "Kinda like an unlimited supply of grape juice!", + "ftbquests.chapter.the_taste_of_power.quest10.description2": "\u00267A/N: pretend it needs 100k instead of 10k source... i\u0027m too lazy to make a custom source jar like ATM does", + "ftbquests.chapter.the_taste_of_power.quest11.description1": "All that effort, and all you got was a really big hole.", + "ftbquests.chapter.the_taste_of_power.quest12.description1": "This is way better than a really big hole!", + "ftbquests.chapter.the_taste_of_power.quest13.description1": "And now the way better hole is a digital rip in the fabric of the universe.", + "ftbquests.chapter.the_taste_of_power.quest13.description2": "Or maybe its a real rip in the fabric of the digital universe?", + "ftbquests.chapter.the_taste_of_power.quest13.description3": "Either way, you\u0027re done. You have access to every item digitally, with the help of a cell workbench. Good job! Have some cake :)", + "ftbquests.chapter.the_taste_of_power.quest14.description1": "It\u0027s not really infinite ME power as much as it is infinite ME efficiency.", + "ftbquests.chapter.the_taste_of_power.quest15.description1": "Sufficiently advanced technology is indistinguishable from magic.", + "ftbquests.chapter.the_taste_of_power.quest15.title": "Creative Energy Cube", + "ftbquests.chapter.the_taste_of_power.quest2.task_7905395510409401238.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest2.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest3.description1": "Congrats! You\u0027ve killed the Ender Dragon - there is no more left to conquer.", + "ftbquests.chapter.the_taste_of_power.quest3.description2": "You are a champion. ", + "ftbquests.chapter.the_taste_of_power.quest3.description3": "You have \u0026lReclaimed\u0026r the world.", + "ftbquests.chapter.the_taste_of_power.quest3.description4": "\u00267As far as anyone can really be concerned, you\u0027ve finished the modpack. Any quests past this are exclusively for bragging rights - creative items, op stuff, lame resource dump recipes, all that jazz.", + "ftbquests.chapter.the_taste_of_power.quest3.description5": "\u00267Thank you immensely for putting the time and effort into finishing the pack! This was a huge undertaking for me, but hopefully you enjoyed it enough that it was worth it :)", + "ftbquests.chapter.the_taste_of_power.quest3.description6": "\u00267 -ACCBDD", + "ftbquests.chapter.the_taste_of_power.quest3.subtitle": "Roll credits (for real)", + "ftbquests.chapter.the_taste_of_power.quest3.task_2556725507805521066.title": "Congratulations!", + "ftbquests.chapter.the_taste_of_power.quest4.description1": "An infinitely super-heated blaze is great just as a centerpiece, but you can also use it to make infinite lava.", + "ftbquests.chapter.the_taste_of_power.quest4.description2": "\u00267Tip: you\u0027re gonna need to make quite a few of these!", + "ftbquests.chapter.the_taste_of_power.quest5.description1": "What\u0027s better than infinite blaze burning? Infinite turning! ", + "ftbquests.chapter.the_taste_of_power.quest6.description1": "The dwarven version of a Philosopher\u0027s Stone.", + "ftbquests.chapter.the_taste_of_power.quest7.description1": "Somehow, you don\u0027t feel as guilty as you think you should.", + "ftbquests.chapter.the_taste_of_power.quest7.description2": "\u00267Tip: this takes 10 full mana pools worth of mana. :)", + "ftbquests.chapter.the_taste_of_power.quest8.description1": "No more will you be shackled to the tyranny of building an enormous pool of whatever fluid!", + "ftbquests.chapter.the_taste_of_power.quest9.description1": "Once you\u0027ve set it to a chemical, you can reset it to empty by crafting it.", + "ftbquests.chapter.the_taste_of_power.quest9.title": "Creative Chemical Tank", + "ftbquests.chapter.the_taste_of_power.title": "The Taste of Power", + "ftbquests.chapter.the_touch_of.quest1.description1": "You\u0027ve done it. You\u0027ve reclaimed some small part of the world! ", + "ftbquests.chapter.the_touch_of.quest1.description2": "Now you just have to regain the diversity in surroundings you remember there once being...", + "ftbquests.chapter.the_touch_of.quest1.task_7943239389617432250.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_touch_of.quest1.title": "Reclamation", + "ftbquests.chapter.the_touch_of.quest10.description1": "\u00266Watery Essence\u0026r is found in deep oceans - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest10.description2": "Elemental wizardry will provide you the magical power necessary to enact such an elementally-aligned terraformation - namely, turning a small area into a \u00266warm ocean.\u0026r", + "ftbquests.chapter.the_touch_of.quest10.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest11.description1": "With all six types of attuned biome essence, you can combine them in a (quite expensive) ritual to produce the \u00266End Portal.\u0026r You\u0027ll still need to add \u00266Eyes of Ender\u0026r to the frame, but once you\u0027ve done so, you can finally enter \u00266the End.\u0026r", + "ftbquests.chapter.the_touch_of.quest11.description2": "\u00267Tip: you can break end portal frames and blocks by right clicking them with the frame remover!", + "ftbquests.chapter.the_touch_of.quest11.subtitle": "Dragons... I hate dragons", + "ftbquests.chapter.the_touch_of.quest11.task_4811328545830427024.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest11.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest12.description1": "Generic biome essence is well and good, but for real ritualistic oomph you\u0027ll need a specialized container, capable of collecting attuned essence.", + "ftbquests.chapter.the_touch_of.quest12.description2": "\u00267Tip: check your Reclamation Rituals book for information on the late-game terraforming rituals!", + "ftbquests.chapter.the_touch_of.quest13.description1": "With biome essence, you can also perform \u00266more directed terraforming\u0026r - turning the surrounding area into basic overworld biomes: forest, plains, river, beach, and ocean.", + "ftbquests.chapter.the_touch_of.quest13.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the overworld terraforming rites!", + "ftbquests.chapter.the_touch_of.quest13.task_2143407724517054989.title": "Basic Terraforming", + "ftbquests.chapter.the_touch_of.quest14.description1": "With some additional infusion, an attuned biome bottle can be turned into a \u00266biome globe\u0026r - in essence a portable directed reclamation ritual.", + "ftbquests.chapter.the_touch_of.quest14.description2": "\u00267Tip: these globes have 16 uses each, and convert a radius of 12 blocks from where you use them! They\u0027ll convert blocks to their reclaimed versions, but they will NOT place features like grass or trees; you\u0027ll have to do those yourself.", + "ftbquests.chapter.the_touch_of.quest14.description3": "\u00267Tip 2: these drain a LOT of aura to make!", + "ftbquests.chapter.the_touch_of.quest14.subtitle": "Portable Terraforming", + "ftbquests.chapter.the_touch_of.quest14.task_8529374338001252387.title": "Any Biome Globe", + "ftbquests.chapter.the_touch_of.quest14.title": "Biome Globes", + "ftbquests.chapter.the_touch_of.quest2.description1": "Getting the nether back into shape is relatively easy, now that you understand the shape of terraforming rituals and have a source of biomic essence.", + "ftbquests.chapter.the_touch_of.quest2.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the nether terraforming rites!", + "ftbquests.chapter.the_touch_of.quest2.task_4997059168389991596.title": "Visit Every Nether Biome", + "ftbquests.chapter.the_touch_of.quest2.title": "Reclaiming the Nether", + "ftbquests.chapter.the_touch_of.quest3.description1": "With the creation of reclaimed biomes, natural spawns can now occur - drygmies, whirligigs, and starbuncles can all rarely spawn in these biomes, as well as the regular mobs.", + "ftbquests.chapter.the_touch_of.quest3.title": "Natural Spawning", + "ftbquests.chapter.the_touch_of.quest4.description1": "Now that you have a place where you can actually see the blue (!) sky, you can bottle up the abundant biomic essence in a \u00266specially-designed container.\u0026r", + "ftbquests.chapter.the_touch_of.quest4.description2": "This \u00266biome essence\u0026r can be used in rituals along with some extra reagents to terraform in a more directed way.", + "ftbquests.chapter.the_touch_of.quest4.description3": "\u00267Tip: you can collect essence in any living biome by holding right click with a biome bottle. Crouching while you do this will fill all bottles in a stack!", + "ftbquests.chapter.the_touch_of.quest4.title": "Biome Essence", + "ftbquests.chapter.the_touch_of.quest5.description1": "The first attuned essence you\u0027ll need is \u00266Hellish Essence,\u0026r collectible from any living\u00266 nether biome.\u0026r", + "ftbquests.chapter.the_touch_of.quest6.description1": "\u00266Arid Essence\u0026r is found mainly in the desert - you\u0027ll have to use a special version of your terraforming ritual to bring it back. ", + "ftbquests.chapter.the_touch_of.quest6.description2": "Some high-powered dwarven artifice should provide you with the correct magical resonance to produce an arid, sandy \u00266desert \u0026rbiome.", + "ftbquests.chapter.the_touch_of.quest7.description1": "The final essence you\u0027ll need is \u00266Icy Essence\u0026r from the \u00266snowy slopes\u0026r biome. Wet and cold, the complete opposite of your surroundings, you\u0027ll need a lot of power to create this biome.", + "ftbquests.chapter.the_touch_of.quest7.description2": "First: \u00266polonium\u0026r to provide the necessary chemical energy for the physical transformation.", + "ftbquests.chapter.the_touch_of.quest7.description3": "Second: ice cream (specifically \u00266vanilla\u0026r) to provide structure to the ritual and thematic direction.", + "ftbquests.chapter.the_touch_of.quest7.description4": "Third: a couple \u00266shattered singularities\u0026r to store the excess entropy generated by this ritual.", + "ftbquests.chapter.the_touch_of.quest7.description5": "and finally, Fourth: a large amount of generic \u00266biome essence\u0026r to kickstart the reaction.", + "ftbquests.chapter.the_touch_of.quest8.description1": "\u00266Lush Essence\u0026r is found in jungles of any kind - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest8.description2": "Botanic mastery will provide you the life energy needed to transform your surroundings into a \u00266bamboo forest.\u0026r", + "ftbquests.chapter.the_touch_of.quest8.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest9.description1": "\u00266Mycelic Essence\u0026r is found exclusively on mushroom islands - you\u0027ll have to use a modified version of your terraforming ritual to bring them back. ", + "ftbquests.chapter.the_touch_of.quest9.description2": "Classic wiccan practice should provide you with the correct magical resonance to produce the hot, dry \u00266mushroom field\u0026r biome.", + "ftbquests.chapter.the_touch_of.title": "Visions of the Past", + "ftbquests.chapter_groups_3169067154505914507.title": "Biodiversity", + "ftbquests.chapter_groups_5305197537419525243.title": "Side Quests", + "ftbquests.loot_table_1430735789179352246.title": "mana stuff", + "ftbquests.loot_table_1562099882431827930.title": "horns", + "ftbquests.loot_table_3514670301200914514.title": "chicken", + "ftbquests.loot_table_5456022276654430189.title": "witch", + "ftbquests.loot_table_6347601422327785898.title": "canvas", + "ftbquests.loot_table_67272733859206798.title": "instrument", + "ftbquests.loot_table_7131061971573085034.title": "zombie", + "ftbquests.loot_table_7900474475776381538.title": "rabbit", + "ftbquests.loot_table_8024488712964205957.title": "spider", + "ftbquests.loot_table_8037173722274793648.title": "snow golem", + "ftbquests.loot_table_8381040606691607900.title": "bee", + "ftbquests.loot_table_8615485860944689786.title": "cow", + "ftbquests.loot_table_8839952752635034356.title": "skeleton" +} \ No newline at end of file diff --git a/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/fr_fr.json b/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/fr_fr.json new file mode 100644 index 0000000..fc094d8 --- /dev/null +++ b/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/fr_fr.json @@ -0,0 +1,1235 @@ +{ + "ftbquests.chapter.digital_storage.quest1.description1": "The \u00266controller\u0026r is the brains of a network. Each controller block\u0027s face is capable of outputting \u0026632 channels;\u0026r almost every device on the ME network needs \u00266one channel to operate.\u0026r", + "ftbquests.chapter.digital_storage.quest10.description1": "The \u00266Wireless Access Point\u0026r allows you to use wireless terminals to access your ME System. You can boost its range by giving it \u00266wireless boosters,\u0026r but be warned: more boosters means the WAP will need \u00264much more energy\u0026r to stay running.", + "ftbquests.chapter.digital_storage.quest10.task_8779164168368451602.title": "Any Wireless Terminal", + "ftbquests.chapter.digital_storage.quest10.title": "Wireless Access", + "ftbquests.chapter.digital_storage.quest11.description1": "\u00266Pattern Providers,\u0026r when given a pattern, will push the items in the pattern to a nearby inventory. \u00266Molecular Assemblers,\u0026r when given items, will craft with those items and output them to nearby inventories. Put them next to each other, and you have a \u00266basic autocrafting setup! \u0026r", + "ftbquests.chapter.digital_storage.quest11.description2": "You\u0027ll need somewhere to store the items while they\u0027re being crafted; a crafting storage would be ideal.", + "ftbquests.chapter.digital_storage.quest11.description3": "\u00267Tip: for more info, check the guide!", + "ftbquests.chapter.digital_storage.quest11.title": "ME Autocrafting", + "ftbquests.chapter.digital_storage.quest12.description1": "With an ME System you\u0027ll need some way to actually store items - the \u00266ME Drive\u0026r can store up to 10 storage cells of any type and size.", + "ftbquests.chapter.digital_storage.quest12.description2": "\u00267Tip: you can store botanic mana, elemental source, gases, fluids, and even space itself in cells - not just regular items!", + "ftbquests.chapter.digital_storage.quest13.description1": "Terminals are how you actually interface with the storage cells in your ME System.", + "ftbquests.chapter.digital_storage.quest13.task_8779678006548052409.title": "Any Terminal", + "ftbquests.chapter.digital_storage.quest13.title": "Terminals", + "ftbquests.chapter.digital_storage.quest14.description1": "Storing some energy in your ME System would be a good idea... just in case.", + "ftbquests.chapter.digital_storage.quest16.description1": "\u00266P2P Tunnels\u0026r allow you to transfer multiple channels per channel! It\u0027s a little confusing at first, but once you get the hang of it you can really push your system to the limit.", + "ftbquests.chapter.digital_storage.quest16.description2": "You can also transfer power, chemicals, and even botanic mana and elemental source!", + "ftbquests.chapter.digital_storage.quest17.description1": "The \u00266Reaction Chamber\u0026r not only allows you to make circuits much faster, it can also charge large amounts of certus crystals at a time and even grow crystals from themselves!", + "ftbquests.chapter.digital_storage.quest17.description2": "Just make sure you have enough power to handle its recipes...", + "ftbquests.chapter.digital_storage.quest18.description1": "The \u00266Circuit Slicer\u0026r can cut blocks of materials into 9 circuits much faster than an inscriber can press them.", + "ftbquests.chapter.digital_storage.quest19.description1": "The \u00266Assembler Matrix\u0026r is a molecular assembler and pattern provider setup on steroids - at its maximum size, it can hold over 4,000 patterns and craft incredibly fast. The best part? It only needs \u00266one channel.\u0026r", + "ftbquests.chapter.digital_storage.quest2.description1": "A controller block itself can input energy, but you\u0027ll want to have as many controller faces open as you can to get as many channels as possible into your network. ", + "ftbquests.chapter.digital_storage.quest2.description2": "The \u00266Energy Acceptor\u0026r uses no channels and can be placed anywhere, as long as it\u0027s connected to the network somehow.", + "ftbquests.chapter.digital_storage.quest20.description1": "The \u00266Quantum Computer Core\u0026r is a self-contained crafting CPU with 256M crafting storage and 8 co-processing threads.", + "ftbquests.chapter.digital_storage.quest21.description1": "The \u00266Quantum Computer multiblock\u0026r is an extremely powerful multiblock that can handle an effectively \u00266infinite\u0026r number of crafting requests for your ME System.", + "ftbquests.chapter.digital_storage.quest21.description2": "Read the guide for more information.", + "ftbquests.chapter.digital_storage.quest22.description1": "Perfect for carrying items on the go, the \u00266backpack\u0026r has a few useful upgrades as well.", + "ftbquests.chapter.digital_storage.quest23.description1": "Better than regular chests, \u00266Sophisticated Storage\u0026r lets you put more things in a single block.", + "ftbquests.chapter.digital_storage.quest23.task_5897231893839036272.title": "Any Sophisticated Storage Block", + "ftbquests.chapter.digital_storage.quest23.title": "Sophisticated Storage", + "ftbquests.chapter.digital_storage.quest24.description1": "Capable of storing a very large amount of a single item type.", + "ftbquests.chapter.digital_storage.quest24.description2": "The framing table lets you customize the way they look.", + "ftbquests.chapter.digital_storage.quest24.task_5464079544652951362.title": "Any Storage Drawer", + "ftbquests.chapter.digital_storage.quest24.title": "Storage Drawers", + "ftbquests.chapter.digital_storage.quest25.description1": "Tier upgrades can be used to upgrade Sophisticated Storage blocks without breaking them.", + "ftbquests.chapter.digital_storage.quest25.task_611570763386642583.title": "Any Tier Upgrade", + "ftbquests.chapter.digital_storage.quest26.description1": "The \u00266Drawer Controller\u0026r allows you to interface with multiple drawers using only a single blockface.", + "ftbquests.chapter.digital_storage.quest27.description1": "There are a variety of keys - lock drawers to specific items, hide item labels to reduce lag, and more.", + "ftbquests.chapter.digital_storage.quest27.task_7070764459751906106.title": "Any Drawer Key", + "ftbquests.chapter.digital_storage.quest27.title": "Drawer Keys", + "ftbquests.chapter.digital_storage.quest28.description1": "Autofeeding, playing music, even portable crafting can all be attained with backpack upgrades.", + "ftbquests.chapter.digital_storage.quest29.description1": "Higher stack count, filtering, and more - check the uses for the upgrade base.", + "ftbquests.chapter.digital_storage.quest3.description1": "Smart cables are very useful - they visually display how many channels they\u0027re carrying at any given time.", + "ftbquests.chapter.digital_storage.quest3.task_6551415206641156021.title": "Any Smart Cable", + "ftbquests.chapter.digital_storage.quest3.title": "Smart Cables", + "ftbquests.chapter.digital_storage.quest30.description1": "Each workbench (aside from looking neat) can turn a specific set of blocks into its variants.", + "ftbquests.chapter.digital_storage.quest30.title": "Chipped Workbenches", + "ftbquests.chapter.digital_storage.quest31.description1": "Can turn almost any basic block into a wide array of variants.", + "ftbquests.chapter.digital_storage.quest32.description1": "Made from stonecutting andesite alloy, these blocks can take on the texture of any other block.", + "ftbquests.chapter.digital_storage.quest32.task_4661123369301757740.title": "Any Copycat Block", + "ftbquests.chapter.digital_storage.quest33.description1": "You can make music by crafing a \u00266Music Sheet\u0026r and placing notes on the sheet. ", + "ftbquests.chapter.digital_storage.quest33.description2": "Place the sheet in your offhand while holding an instrument to play the instrument.", + "ftbquests.chapter.digital_storage.quest33.description3": "\u00267Tip: you can do MUCH more with this mod - check out its CurseForge page for more info.", + "ftbquests.chapter.digital_storage.quest34.description1": "You can paint your own masterpieces while you wait for crops to grow - simply make a palette, fill it with colors, plop a canvas on an easel, and get to painting!", + "ftbquests.chapter.digital_storage.quest34.description2": "Signed paintings can be duplicated by crafting the original with a blank canvas of the same size.", + "ftbquests.chapter.digital_storage.quest34.description3": "\u00267Tip: to craft a palette, fill the bottom row of a crafting table with planks, then place dyes in the middle. You can add more dyes to a palette by crafting them together.", + "ftbquests.chapter.digital_storage.quest34.title": "The Joy of Painting", + "ftbquests.chapter.digital_storage.quest35.description1": "\u00266Building Gadgets\u0026r are a collection of useful tools that will let you build very quickly.", + "ftbquests.chapter.digital_storage.quest35.description2": "They do need to be charged; use an energy cube or similar.", + "ftbquests.chapter.digital_storage.quest36.description1": "The \u00266Rod of the Shifting Crust\u0026r allows you to exchange blocks in the world with blocks in your inventory for the cost of mana.", + "ftbquests.chapter.digital_storage.quest4.description1": "Dense cables can carry 32 channels instead of the regular 8 channels.", + "ftbquests.chapter.digital_storage.quest4.task_5854794686036721300.title": "Any Smart Dense Cable", + "ftbquests.chapter.digital_storage.quest4.title": "Dense Cables", + "ftbquests.chapter.digital_storage.quest5.description1": "The color applicator lets you paint cables - especially useful once your network starts to grow. ", + "ftbquests.chapter.digital_storage.quest5.description2": "Colored cables won\u0027t connect to other colored cables, but fluix cables can connect to all colors.", + "ftbquests.chapter.digital_storage.quest5.description3": "These can be filled with \u00266dyes or paintballs\u0026r using an \u00266ME Chest.\u0026r", + "ftbquests.chapter.digital_storage.quest5.task_4299327579125140032.title": "Color Applicator", + "ftbquests.chapter.digital_storage.quest6.description1": "The \u00266ME Interface\u0026r acts as a specialized input and output port for your network. ", + "ftbquests.chapter.digital_storage.quest6.description2": "It can keep a certain amount of items from your network in its inventory for pipes or other blocks to pull from, and also automatically puts any other items it receives into the network.", + "ftbquests.chapter.digital_storage.quest7.description1": "The \u00266Wireless Connector\u0026r is a short-range version of a \u00266Quantum Link Chamber \u0026r- use this when you want your network to jump a short distance, and not cross-dimensionally.", + "ftbquests.chapter.digital_storage.quest8.description1": "The \u00266Quantum Network Bridge\u0026r uses the power of quantum entanglement to bridge a network gap not only across large distances, but dimensions.", + "ftbquests.chapter.digital_storage.quest8.title": "Quantum Network Bridge", + "ftbquests.chapter.digital_storage.quest9.description1": "The\u00266 Extended Charger\u0026r and \u00266Inscriber\u0026r are upgraded versions of their base models, capable of processing 4 recipes in parallel.", + "ftbquests.chapter.digital_storage.quest9.title": "Extended Machines", + "ftbquests.chapter.digital_storage.title": "Storage and Decor", + "ftbquests.chapter.ffood_plants.quest1.description1": "Lining rivers and shores, sugar cane had once risen in green columns, swaying with each passing breeze.", + "ftbquests.chapter.ffood_plants.quest10.description1": "With deep golden petals and a bitter scent, wolfsbane once grew where night lingered longest. ", + "ftbquests.chapter.ffood_plants.quest100.description1": "Sweet, mellow fruits with a classic tropical aroma.", + "ftbquests.chapter.ffood_plants.quest101.description1": "Soft and nutty, cashews offer a creamy bite with a sweet-savory balance.", + "ftbquests.chapter.ffood_plants.quest102.description1": "Cherries burst with juicy intensity; sweet, sometimes sharp, and always bright.", + "ftbquests.chapter.ffood_plants.quest103.description1": "Cracking into a coconut reveals cool, sweet water and soft, fragrant meat.", + "ftbquests.chapter.ffood_plants.quest104.description1": "Dates are also known as nature\u0027s candy: chewy, caramel-rich, and deeply sweet.", + "ftbquests.chapter.ffood_plants.quest105.description1": "With neon skin and unique speckled flesh, dragon fruit tastes delicate, lightly sweet, and just a little floral.", + "ftbquests.chapter.ffood_plants.quest106.description1": "Figs are jammy and soft with a honey-like flavor.", + "ftbquests.chapter.ffood_plants.quest107.description1": "Grapefruit will wake up your palate - juicy, sour, bitter, and bold.", + "ftbquests.chapter.ffood_plants.quest108.description1": "Kumquats are often eaten whole, with a sharp citrus shock over sweet orange notes.", + "ftbquests.chapter.ffood_plants.quest109.description1": "Tart and vivid, lemons cut through richness with their clean citrus bite.", + "ftbquests.chapter.ffood_plants.quest11.description1": "Snowbells had once blossomed in the coldest reaches, their pale blue petals dusted with frost.", + "ftbquests.chapter.ffood_plants.quest110.description1": "Smaller and punchier than lemons, limes have a tight, zesty sting.", + "ftbquests.chapter.ffood_plants.quest111.description1": "Mangoes melt in your mouth with tropical sweetness.", + "ftbquests.chapter.ffood_plants.quest112.description1": "Like a peach in sleek skin, nectarines are sweet, tangy, and satisfyingly juicy.", + "ftbquests.chapter.ffood_plants.quest113.description1": "Ground nutmeg adds a warm, nutty-spicy aroma that’s cozy and festive to any dish.", + "ftbquests.chapter.ffood_plants.quest114.description1": "Oranges are all brightness and juice, sweet with a sunny citrus finish.", + "ftbquests.chapter.ffood_plants.quest115.description1": "Peaches are the most famous of stone fruit, for good reason.", + "ftbquests.chapter.ffood_plants.quest116.description1": "Pears are quietly sweet and crisp; eternally elegant.", + "ftbquests.chapter.ffood_plants.quest117.description1": "Pecans have a great crunch with deep nutty flavor.", + "ftbquests.chapter.ffood_plants.quest118.description1": "Persimmons are smooth and syrupy, with a mellow flavor that deepens as they ripen.", + "ftbquests.chapter.ffood_plants.quest119.description1": "Plums skirt the line between tart and sweet, finishing with a tangy punch.", + "ftbquests.chapter.ffood_plants.quest12.description1": "Prized by herbalists for its strange resilience, who claimed it drew strength from the moonlit depths.", + "ftbquests.chapter.ffood_plants.quest120.description1": "Star fruit is crisp and juicy, with a tropical edge.", + "ftbquests.chapter.ffood_plants.quest121.description1": "Walnuts are hearty and slightly bitter, great for a midday snack.", + "ftbquests.chapter.ffood_plants.quest122.description1": "The bark grinds down to a warm, spicy-sweet powder that instantly deepens any flavor.", + "ftbquests.chapter.ffood_plants.quest123.description1": "The \u00266Cooking Table\u0026r is the heart of a multiblock kitchen - allowing you to craft any number of foods with the items stored inside of it. It can also supply you with tools, water, snow/ice, and milk.", + "ftbquests.chapter.ffood_plants.quest123.description2": "Especially handy when you have a large amount of foods and a limited amount of brainpower.", + "ftbquests.chapter.ffood_plants.quest123.title": "Cooking for Blockheads", + "ftbquests.chapter.ffood_plants.quest124.description1": "The \u00266ME Kitchen Station\u0026r lets you connect your multiblock kitchen to your ME system!", + "ftbquests.chapter.ffood_plants.quest125.description1": "The \u00266fridge\u0026r stores items, just like a cabinet.", + "ftbquests.chapter.ffood_plants.quest126.description1": "A \u00266sink\u0026r provides unlimited water to recipes.", + "ftbquests.chapter.ffood_plants.quest126.description2": "\u00267Tip: ...and other things.", + "ftbquests.chapter.ffood_plants.quest127.description1": "The oven lets you cook multiple foods in a single block.", + "ftbquests.chapter.ffood_plants.quest128.description1": "A \u00266Cow in a Jar\u0026r slowly produces milk, which can be used in recipes.", + "ftbquests.chapter.ffood_plants.quest128.description2": "...but how does one get a cow into a jar?", + "ftbquests.chapter.ffood_plants.quest128.description3": "\u00267Tip: you\u0027ll need to turn off claim protection or make this outside a claim, OPAC doesn\u0027t really like animal cruelty!", + "ftbquests.chapter.ffood_plants.quest129.description1": "When added to a fridge, the \u00266ice unit\u0026r provides unlimited ice and snow to recipes.", + "ftbquests.chapter.ffood_plants.quest13.description1": "This earth-toned fungus once thrived in quiet, dark corners, feeding on decay.", + "ftbquests.chapter.ffood_plants.quest130.description1": "The \u00266heating unit,\u0026r applied to a stove, lets it run on energy instead of burnable fuel.", + "ftbquests.chapter.ffood_plants.quest131.description1": "The \u00266tool rack\u0026r provides tools to cooking recipes; pots, pans, and other sorts.", + "ftbquests.chapter.ffood_plants.quest132.description1": "The \u00266Kitchen Cabinet and Counter\u0026r store items for the Cooking Table to use.", + "ftbquests.chapter.ffood_plants.quest132.title": "Kitchen Storage", + "ftbquests.chapter.ffood_plants.quest133.description1": "The \u00266Horn of the Wild\u0026r lets you harvest a large area of crops without manually collecting them one by one.", + "ftbquests.chapter.ffood_plants.quest133.description2": "Useful!", + "ftbquests.chapter.ffood_plants.quest134.description1": "The \u00266Drum of the Wild\u0026r is a block-based version of the horn - set a mana spreader to shoot mana through it and it\u0027ll harvest crops nearby.", + "ftbquests.chapter.ffood_plants.quest134.description2": "Add a \u00266hopperhock\u0026r and you have fully automatic crop harvesting!", + "ftbquests.chapter.ffood_plants.quest135.description1": "The \u00266Harvester\u0026r is a little harder to make than the other automated harvesters, but it makes up for it in ease of use.", + "ftbquests.chapter.ffood_plants.quest135.description2": "Place it on the same level as crops and it will harvest them - a 3x3 area by default, but this can be upgraded with machine upgrades.", + "ftbquests.chapter.ffood_plants.quest136.description1": "The \u00266Mechanical Harvester\u0026r lets you harvest... mechanically! ", + "ftbquests.chapter.ffood_plants.quest136.description2": "Attach it to any variety of contraption and as it moves through a crop it will harvest it.", + "ftbquests.chapter.ffood_plants.quest137.description1": "That\u0027s dedication! A personal shoutout from myself, for the pure raw dedication that you\u0027ve shown.", + "ftbquests.chapter.ffood_plants.quest137.subtitle": "You earned it!", + "ftbquests.chapter.ffood_plants.quest137.task_5521912290757485582.title": "You know what? Sure.", + "ftbquests.chapter.ffood_plants.quest138.description1": "You\u0027ve gone even further than I went! An absolute mad. lad. Take your prize and go.", + "ftbquests.chapter.ffood_plants.quest138.subtitle": "Your dedication is admirable.", + "ftbquests.chapter.ffood_plants.quest138.title": "Good god...", + "ftbquests.chapter.ffood_plants.quest14.description1": "With its crimson cap and pale stem, the red mushroom once sprouted in damp caves and shadowed groves.", + "ftbquests.chapter.ffood_plants.quest15.description1": "Bamboo once climbed toward the sky in great bamboo forests, hollow stems whispering in the wind.", + "ftbquests.chapter.ffood_plants.quest16.description1": "Sailors swore it marked safe waters—while some claimed it hid the bones of the drowned.", + "ftbquests.chapter.ffood_plants.quest17.description1": "This gentle underwater plant once rippled with the ocean’s breath, carpeting the sea floor in quiet green.", + "ftbquests.chapter.ffood_plants.quest18.description1": "Their soft light once guided creatures of the reef and lit the way for wayward divers in the twilight deep.", + "ftbquests.chapter.ffood_plants.quest19.description1": "This strange, red fungus had grown only in the deep, burning halls of another world. It pulsed faintly with unnatural life.", + "ftbquests.chapter.ffood_plants.quest2.description1": "Bright orange roots that grew deep in the earth, carrots were a favorite among rabbits and a healthy snack, to boot!", + "ftbquests.chapter.ffood_plants.quest20.description1": "Once said to carry the scent of a world turned upside down—where even the air recoiled in confusion.", + "ftbquests.chapter.ffood_plants.quest21.description1": "This twisted red fungus once grew in the scorched ground of the Nether, pulsing faintly as if alive.", + "ftbquests.chapter.ffood_plants.quest22.description1": "Once used in deadly draughts and sleeping curses, favored by those who studied the poisoner\u0027s art.", + "ftbquests.chapter.ffood_plants.quest23.description1": "Flax\u0027s delicate fibers had once been woven into cloth and spell-thread, binding both garments and enchantments.", + "ftbquests.chapter.ffood_plants.quest24.description1": "Bold and crimson, the poppy is a symbol of remembrance and silent strength, often found where courage once stood.", + "ftbquests.chapter.ffood_plants.quest24.description2": "\u00267Tip: You can either craft poppy seeds or mutate them from Melon and Sugarcane.", + "ftbquests.chapter.ffood_plants.quest25.description1": "A tall and graceful flower with a soft purple hue, often associated with grace, quiet wisdom, and calm days.", + "ftbquests.chapter.ffood_plants.quest26.description1": "Delicate and pale, these tiny flowers cluster low to the ground, bringing a sense of peace to open fields.", + "ftbquests.chapter.ffood_plants.quest27.description1": "This rare azure blossom flourishes in damp, shadowed groves. Legends say it blooms where ancient tears once fell.", + "ftbquests.chapter.ffood_plants.quest28.description1": "Cornflowers once braved the wind in wide fields, their blue hues a favorite among storytellers and songwriters.", + "ftbquests.chapter.ffood_plants.quest29.description1": "A cheerful bloom of golden yellow, said to carry whispers of spring on the wind. It thrives wherever the sun touches the land.", + "ftbquests.chapter.ffood_plants.quest29.description2": "\u00267Tip: You can either craft dandelion seeds or mutate them from Wheat and Pumpkin.\u0026r", + "ftbquests.chapter.ffood_plants.quest3.description1": "Crimson bulbs that added color and flavor to any dish, beetroots were once quite common in village gardens.", + "ftbquests.chapter.ffood_plants.quest30.description1": "Hidden among thick leaves, these tiny white bells are said to chime in silence when the forest is listening.", + "ftbquests.chapter.ffood_plants.quest31.description1": "With a golden eye watching from its white face, this flower is a quiet companion of wanderers and daydreamers.", + "ftbquests.chapter.ffood_plants.quest32.description1": "Glowing softly with hues of flame, this ancient blossom is thought to be a gift from the deep earth, where fire once danced.", + "ftbquests.chapter.ffood_plants.quest33.description1": "Warming as a sunset, the orange tulip is said to bring cheer and good fortune to those who find it.", + "ftbquests.chapter.ffood_plants.quest34.description1": "Bright and bold, the red tulip is a symbol of love and passion, often given in times of heartfelt confession.", + "ftbquests.chapter.ffood_plants.quest35.description1": "Soft as moonlight, white tulips once whispered of peace and innocence in gardens now long lain fallow.", + "ftbquests.chapter.ffood_plants.quest36.description1": "Soft and gentle, the pink tulip speaks of friendship and gentle affection, often found where laughter lingers.", + "ftbquests.chapter.ffood_plants.quest37.description1": "Dark as a starless night and thorned with sorrow, this eerie bloom grows only in the wake of ruin and shadow.", + "ftbquests.chapter.ffood_plants.quest38.description1": "You can make podzol for planting flower seeds on by growing a 2x2 of spruce saplings - the large tree, once grown, will convert dirt (and dried earth!) under it into podzol.", + "ftbquests.chapter.ffood_plants.quest38.description2": "\u00267Tip: once the strength trait of a flower is high enough, you won\u0027t need to plant them on podzol!", + "ftbquests.chapter.ffood_plants.quest38.task_7604363448496665210.title": "Look at Podzol", + "ftbquests.chapter.ffood_plants.quest38.title": "Podzol", + "ftbquests.chapter.ffood_plants.quest39.description1": "Onion\u0027s delicious smell once filled the air as it gave flavor to meals.", + "ftbquests.chapter.ffood_plants.quest4.description1": "Earthy and humble, potatoes were versatile tubers that thrived in the cool soil of many places.", + "ftbquests.chapter.ffood_plants.quest40.description1": "Sweet potatoes grew slow and sweet underground, long ago.", + "ftbquests.chapter.ffood_plants.quest40.description2": "(new page placeholder text)", + "ftbquests.chapter.ffood_plants.quest41.description1": "A humble grain that swayed in golden fields before being ground and baked into something warm and sustaining.", + "ftbquests.chapter.ffood_plants.quest42.description1": "Basil once filled the air with a fragrance that breezes would quietly carry away.", + "ftbquests.chapter.ffood_plants.quest43.description1": "A small, zesty vegetable that added a sharp bite to meals.", + "ftbquests.chapter.ffood_plants.quest44.description1": "A dark, sturdy bean that once softened in pots where stories and spices mingled.", + "ftbquests.chapter.ffood_plants.quest45.description1": "A slender, snappy vegetable that brightened plates in days long past.", + "ftbquests.chapter.ffood_plants.quest46.description1": "A nutrient-rich tuber, often tied to seasonal harvests and both everyday and festive cooking.", + "ftbquests.chapter.ffood_plants.quest47.description1": "Widely adopted, they were once integral to many cuisines, especially where freshness and preservation intersected.", + "ftbquests.chapter.ffood_plants.quest48.description1": "Spiny and hardy, the cactus once dotted vast oceans of sand.", + "ftbquests.chapter.ffood_plants.quest49.description1": "Saguaro once stood tall in the desert heat, holding their shape against time and silence.", + "ftbquests.chapter.ffood_plants.quest5.description1": "Orange orbs that sprouted in the autumn, pumpkins were both a festive decoration and a hearty food source.", + "ftbquests.chapter.ffood_plants.quest50.description1": "Valued for its hardiness and storage life, it figured prominently in preserved and cold-weather foods.", + "ftbquests.chapter.ffood_plants.quest51.description1": "Fast-growing and versatile, they were commonly used to add mild sharpness to everyday dishes.", + "ftbquests.chapter.ffood_plants.quest52.description1": "Coffee was brewed each morning, dark and warm, its bitterness softened by time and habit.", + "ftbquests.chapter.ffood_plants.quest53.description1": "A worldwide staple, central to daily diets and shaped by centuries of cultivation and ritual.", + "ftbquests.chapter.ffood_plants.quest54.description1": "A cool-weather root typically grown for its reliability and used in simple, hearty meals.", + "ftbquests.chapter.ffood_plants.quest55.description1": "A hardy root, valued for nutrition and storage through cold months.", + "ftbquests.chapter.ffood_plants.quest56.description1": "Once used to add a small amount of spice to everyday food.", + "ftbquests.chapter.ffood_plants.quest57.description1": "Once cultivated widely for its simple, nourishing qualities.", + "ftbquests.chapter.ffood_plants.quest58.description1": "A vital staple, central to diets and agricultural abundance.", + "ftbquests.chapter.ffood_plants.quest59.description1": "Seeds that added warmth and spice, enhancing a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest6.description1": "Large, round fruits with a green rind and sweet, juicy flesh; melons grew best in warm, sunny fields.", + "ftbquests.chapter.ffood_plants.quest60.description1": "Mild and colorful, they brought sweetness and variety to meals.", + "ftbquests.chapter.ffood_plants.quest61.description1": "Known for its cool, crisp texture, often enjoyed fresh or pickled.", + "ftbquests.chapter.ffood_plants.quest62.description1": "A sweet fruit that brightened the warmer months with its flavor.", + "ftbquests.chapter.ffood_plants.quest63.description1": "Harvested for its tender shoots, enjoyed seasonally.", + "ftbquests.chapter.ffood_plants.quest64.description1": "Offered a subtle crunch and flavor, a common addition in many recipes.", + "ftbquests.chapter.ffood_plants.quest65.description1": "Once a comforting grain, quietly nourishing both people and animals alike.", + "ftbquests.chapter.ffood_plants.quest66.description1": "Peanuts were once valued for their simple richness and high protein content.", + "ftbquests.chapter.ffood_plants.quest67.description1": "Tart and vibrant, they were key in sauces and salsas that brought bold flavor.", + "ftbquests.chapter.ffood_plants.quest68.description1": "A versatile summer squash, cooked or baked into a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest69.description1": "A small, sweet berry, enjoyed fresh or preserved to brighten meals.", + "ftbquests.chapter.ffood_plants.quest7.description1": "Prickly bushes bore these bright berries, beloved for their sweet bite and quick comfort.", + "ftbquests.chapter.ffood_plants.quest70.description1": "Known for their sweetness and antioxidants, often eaten fresh or in preserves.", + "ftbquests.chapter.ffood_plants.quest71.description1": "Rich and tangy, they provided a burst of flavor and nutrition when they were in season.", + "ftbquests.chapter.ffood_plants.quest72.description1": "A mild onion relative, used to add depth and subtle flavor to soups and stews.", + "ftbquests.chapter.ffood_plants.quest73.description1": "Crisp and cool, a common leafy green that added freshness to countless dishes.", + "ftbquests.chapter.ffood_plants.quest74.description1": "Valued for its spicy warmth and medicinal qualities, a staple in many remedies and recipes now lost.", + "ftbquests.chapter.ffood_plants.quest75.description1": "A fragrant melon, its juicy flesh a refreshing treat on hot days.", + "ftbquests.chapter.ffood_plants.quest76.description1": "A sweet, cooling melon that offered relief during warm seasons.", + "ftbquests.chapter.ffood_plants.quest77.description1": "A tangy fruit, rich in vitamin C and refreshing in warmer months.", + "ftbquests.chapter.ffood_plants.quest78.description1": "A versatile vegetable, often roasted or stewed to add richness to meals.", + "ftbquests.chapter.ffood_plants.quest79.description1": "A mild vegetable used in a variety of dishes, from soups to roasts.", + "ftbquests.chapter.ffood_plants.quest8.description1": "Wheat once rippled like golden seas, feeding countless lives. Fields of it marked the heart of many homesteads.", + "ftbquests.chapter.ffood_plants.quest80.description1": "Small and tart, used fresh or dried to add brightness to dishes and preserves.", + "ftbquests.chapter.ffood_plants.quest81.description1": "Valued for their oil and flavor, they were a key ingredient in cooking and preservation.", + "ftbquests.chapter.ffood_plants.quest82.description1": "Known for its nutritional content, often steamed or roasted.", + "ftbquests.chapter.ffood_plants.quest83.description1": "Prized for its tender hearts, a special ingredient in many traditional meals.", + "ftbquests.chapter.ffood_plants.quest84.description1": "Tart and fibrous, often cooked down into jams and desserts.", + "ftbquests.chapter.ffood_plants.quest85.description1": "A pungent staple, prized for both taste and medicinal value in many kitchens.", + "ftbquests.chapter.ffood_plants.quest86.description1": "Known for its vibrant color and healing properties, it flavored food and soothed ailments alike.", + "ftbquests.chapter.ffood_plants.quest87.description1": "Sweet and versatile - enjoyed fresh or transformed into wines and preserves.", + "ftbquests.chapter.ffood_plants.quest88.description1": "A leafy green, rich in nutrients and commonly eaten fresh.", + "ftbquests.chapter.ffood_plants.quest89.description1": "A hearty vegetable, often stored through colder months and used in countless recipes.", + "ftbquests.chapter.ffood_plants.quest9.description1": "This gnarled, shrieking root was feared as much as it was valued.", + "ftbquests.chapter.ffood_plants.quest9.description2": "\u00267Tip: you might want to only harvest these at night!", + "ftbquests.chapter.ffood_plants.quest90.description1": "A resilient leafy green valued for its nutrition and versatility in cooking.", + "ftbquests.chapter.ffood_plants.quest91.description1": "Small, dark berries used for their medicinal properties and tart flavor.", + "ftbquests.chapter.ffood_plants.quest92.description1": "Known for their bitter aroma, they were essential in brewing of all kinds.", + "ftbquests.chapter.ffood_plants.quest93.description1": "Tart and bright, commonly used fresh or preserved to complement meals.", + "ftbquests.chapter.ffood_plants.quest94.description1": "A fragrant bean that lent warmth and sweetness to many desserts and drinks.", + "ftbquests.chapter.ffood_plants.quest95.description1": "A sweet and tangy fruit that brought plenty of flavor to many dishes.", + "ftbquests.chapter.ffood_plants.quest96.description1": "Crunchy, subtly sweet nuts with a toasty, earthy finish.", + "ftbquests.chapter.ffood_plants.quest97.description1": "Crisp, juicy fruits that balance light sweetness with a refreshing tang.", + "ftbquests.chapter.ffood_plants.quest98.description1": "Soft, slightly fuzzy fruits with a delightfully sweet-tart burst.", + "ftbquests.chapter.ffood_plants.quest99.description1": "Creamy and buttery with a mild, slightly grassy flavor.", + "ftbquests.chapter.ffood_plants.title": "Plants Galore", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description1": "You wake up in a vast, dead and dried out wasteland. You don\u0027t remember how you got here, but you do remember what the world \u0026oshould\u0026r look like - and this isn\u0027t it.", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description2": "Welcome to \u00266Reclamation!\u0026r This is a slower-paced pack focused around bringing life and nature back to a dead world. Press \u00266F3+H\u0026r to disable advanced tooltips, if they\u0027re on!", + "ftbquests.chapter.how_the_world_came_to_be.quest1.task_6356663929448377632.title": "What happened here?", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description1": "\u00266Alchemical Sulfur\u0026r is one of the three building blocks of alchemy - it provides the Soul of an item, and represents what specific item it is.", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description2": "To obtain it, you\u0027ll have to make a \u00266Liquefaction Cauldron\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the item you want to extract sulfur from into the Cauldron, fill it with \u00266Sal Ammoniac,\u0026r give the Brazier some fuel, and it\u0027ll slowly convert materials into their respective \u00266Alchemical Sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description3": "The dried earth you find yourself surrounded by used to be dirt, and it remembers that - \u00266use the Cauldron to turn dried earth into dirt sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.title": "Alchemical Sulfur", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description1": "Now that you have all three alchemical components of an item - \u00266Mercury, Salt, and Sulfur\u0026r - you can make an \u00266Incubator\u0026r to combine them all back into an item; in this case, back into \u00266dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description2": "Place the Incubator above a Brazier and attach all three vessels to the sides of it. Fill each vessel with the appropriate item, give the Brazier some fuel, and in a bit you\u0027ll have fresh dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest11.title": "Incubator", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description1": "You\u0027ve done it! You\u0027ve made dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description2": "...now you just need something to grow on it.", + "ftbquests.chapter.how_the_world_came_to_be.quest12.subtitle": "Slightly browner", + "ftbquests.chapter.how_the_world_came_to_be.quest13.description1": "Despite the seeming apocalypse, there are still fish to find (and eat) for those with the skill and desire.", + "ftbquests.chapter.how_the_world_came_to_be.quest13.title": "Fishy Friends", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description1": "Spider string can be crafted into wool, which can be crafted into beds! ", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description2": "You can also craft a sleeping bag, for staying cozy on the go... but where would you be going?", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_1655930139945784994.title": "Any Bed", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_2233575124644508705.title": "Any Sleeping Bag", + "ftbquests.chapter.how_the_world_came_to_be.quest14.title": "Small Comforts", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description1": "Worldgen has been completely overhauled - \u00264no ore generates,\u0026r and the only biomes that exist are dead, wasteland biomes with no real vegetation. Additionally, the only trees that spawn are dead trees, with very little useability.", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description2": "Stone variants still generate, and you can find \u00266sand and clay underwater.\u0026r It will also still rain!", + "ftbquests.chapter.how_the_world_came_to_be.quest15.task_9000568835822462366.title": "Changed worldgen?", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description1": "The naturally spawning mobs have changed in this new landscape! Specifically, \u0026czombie villagers and witches won\u0027t spawn,\u0026r and \u00266spiders have mutated\u0026r into their venomous cave versions. ", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description2": "This means that there\u0027s \u0026cno way to get any kind of resources from witches or zombie villagers\u0026r (even if you could cure them!); the only things that you can really hope to get are iron or copper ingots from \u00266rare drops\u0026r - but there are other ways to generate resources...", + "ftbquests.chapter.how_the_world_came_to_be.quest16.task_8241748987012779739.title": "Rare Drops?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description1": "There are quite a few books in the pack! Thankfully, the \u00266Akashic Tome\u0026r is here to help. Crafting any book with this will combine it, letting you keep every guidebook in a single item. Simply craft it with another guidebook!", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description2": "To untransform the tome, punch the air with it.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description3": "To remove a stored book, transform the tome into the book, then sneak and press your \u0027drop\u0027 key.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.task_3483844932023115481.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description1": "A lot of the pack consists of passive processes you\u0027ll probably want to keep running while you do other things. You can claim chunks to \u00266force-load \u0026rthem using your map; ensuring they\u0027ll stay loaded even while you\u0027re not nearby. ", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description2": "Just open your map (default M) and \u00266right-click drag\u0026r over the area you\u0027d like to claim. Right-click drag again to force claim!", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description3": "If you\u0027re playing with friends, \u00266make sure you\u0027re on the same team\u0026r so that you can all access things inside your claim and share quest progress.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description4": "For more information on the claims system, check out the \u00266Open Parties and Claims\u0026r wiki or keybinds.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description5": "\u00267Tip: you might want to turn claimed chunk protection off! It tends to break fake players.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.task_3331239976186418612.title": "Playing with Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.title": "Chunkloading and Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description1": "You can make a quick and dirty door using the scrap wood and some copper you\u0027ve found - but it seems pretty shoddy, \u00264breaking every so often\u0026r and needing to be re-placed.", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description2": "At least it keeps the spookies out...", + "ftbquests.chapter.how_the_world_came_to_be.quest2.description1": "Wood is plentiful, if not exactly the quality you remember.", + "ftbquests.chapter.how_the_world_came_to_be.quest2.title": "Dead Trees", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description1": "Despite the harsh conditions, bees still persist, dotted amongst the dry hills. ", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description2": "Cultivating them could be a great way to \u00266generate resources\u0026r such as more dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description3": "\u00267Tip: this unlocks a new questline on the left!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.title": "Bees?!", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description1": "There are ruins around with \u00266small bits of copper,\u0026r completely oxidized from whatever happened. ", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description2": "You might be able to craft something to help you out with that copper, but first you\u0027ll have to \u00266get it into a useable state...\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest3.task_7525660450708144821.title": "Oxidized Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description1": "Many many recipes have been changed in this pack. Make sure you check your recipe browser for crafting recipes! By default, the keybinds when hovering over an item are \u00266R to look up recipes\u0026r for the item, and \u00266U to look up uses\u0026r for the item.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description2": "These binds can be changed by clicking the EMI button in the bottom left of your inventory screen.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.task_8528084351057584694.title": "What\u0027s changed?", + "ftbquests.chapter.how_the_world_came_to_be.quest4.title": "How do I craft things?", + "ftbquests.chapter.how_the_world_came_to_be.quest5.description1": "\u0026l\u0026o\u0026cNO ORE GENERATES IN THE WORLD. RECIPES HAVE CHANGED.\u0026r Those who came before you have completely mined out the entire planet - after centuries of strip mining, quarrying, and general exploitation, there is not so much as a measly scrap of coal in the world, so there\u0027s no point trying to find any type of ore by mining.", + "ftbquests.chapter.how_the_world_came_to_be.quest5.task_734684119620528193.title": "Deprived...", + "ftbquests.chapter.how_the_world_came_to_be.quest5.title": "Where\u0027s the ore!?", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description1": "After you \u00266scrape off the rust with an axe,\u0026r you think you can use a \u00266cutting board\u0026r to get useable copper out of the oxidized copper you find in ruins.", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description2": "This useable copper will be crucial for \u00266Spagyrics\u0026r, the process of decomposing and recombining matter - which should let you \u00266rejuvenate the Dried Earth\u0026r into \u00266Dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description3": "\u00267Tip: you can also use the cutting board to get more charcoal and scrap wood out of dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest6.title": "Useable Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description1": "In the contaminated water you have found trace amounts of \u00266Sal Ammoniac,\u0026r a crucial ingredient in the practice of \u00266Theurgy.\u0026r By setting up a simple accumulator and tank, you think you\u0027ll be able to distill it. ", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description2": "Place the accumulator on top of the tank, fill it with water, and it will slowly produce \u00266Sal Ammoniac\u0026r for you.", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description3": "\u00267Tip: you can make buckets out of copper!\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description1": "\u00266Alchemical Mercury\u0026r is one of the three building blocks of alchemy - it provides the Energy of an item, and is largely interchangeable between things.", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description2": "To distill it, you\u0027ll have to make a \u00266Mercury Distiller\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to distill into the Distiller, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Mercury.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description3": "Rarer materials give more mercury, but to start you\u0027ll probably want to distill \u00266cobblestone, dried earth, or cooked fish.\u0026r ", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description4": "\u00267Tip: slicing fish makes it a more efficient way of getting mercury!", + "ftbquests.chapter.how_the_world_came_to_be.quest8.title": "Alchemical Mercury", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description1": "\u00266Alchemical Salt\u0026r is one of the three building blocks of alchemy - it provides the Body of an item, and represents the \u0027type\u0027 of an item.", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description2": "To obtain it, you\u0027ll have to make a \u00266Calcination Oven\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to extract into the Oven, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description3": "There are many different kinds of salt, but to start, you should \u00266focus on getting Strata salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.title": "Alchemical Salt", + "ftbquests.chapter.how_the_world_came_to_be.subtitle0": "A vast wasteland", + "ftbquests.chapter.how_the_world_came_to_be.title": "Prologue", + "ftbquests.chapter.mob_safari.quest1.task_644874208300996266.title": "Creeper Photo", + "ftbquests.chapter.mob_safari.quest1.title": "Creeper", + "ftbquests.chapter.mob_safari.quest10.task_7387499092437519744.title": "Silverfish Photo", + "ftbquests.chapter.mob_safari.quest10.title": "Silverfish", + "ftbquests.chapter.mob_safari.quest11.task_560111651210659078.title": "Evoker Photo", + "ftbquests.chapter.mob_safari.quest11.title": "Evoker", + "ftbquests.chapter.mob_safari.quest12.task_6050813032829826018.title": "Ghast Photo", + "ftbquests.chapter.mob_safari.quest12.title": "Ghast", + "ftbquests.chapter.mob_safari.quest13.task_8655936747757493244.title": "Guardian Photo", + "ftbquests.chapter.mob_safari.quest13.title": "Guardian", + "ftbquests.chapter.mob_safari.quest14.task_9108849848609122501.title": "Hoglin Photo", + "ftbquests.chapter.mob_safari.quest14.title": "Hoglin", + "ftbquests.chapter.mob_safari.quest15.task_7435272240185968407.title": "Phantom Photo", + "ftbquests.chapter.mob_safari.quest15.title": "Phantom", + "ftbquests.chapter.mob_safari.quest16.task_2497415746301840277.title": "Piglin Brute Photo", + "ftbquests.chapter.mob_safari.quest16.title": "Piglin Brute", + "ftbquests.chapter.mob_safari.quest17.description1": "\u00267Tip: there is a ritual that can grant you the bad omen effect!", + "ftbquests.chapter.mob_safari.quest17.task_876018828234332303.title": "Pillager Photo", + "ftbquests.chapter.mob_safari.quest17.title": "Pillager", + "ftbquests.chapter.mob_safari.quest18.task_9217927796095116198.title": "Ravager Photo", + "ftbquests.chapter.mob_safari.quest18.title": "Ravager", + "ftbquests.chapter.mob_safari.quest19.task_6294764614244969421.title": "Shulker Photo", + "ftbquests.chapter.mob_safari.quest19.title": "Shulker", + "ftbquests.chapter.mob_safari.quest2.description1": "In this new post-apocalyptic world, you\u0027ve realized that it might be a good idea to document what lifeforms exist - just in case it happens again. ", + "ftbquests.chapter.mob_safari.quest2.description2": "To do so, you\u0027re going to need \u00266a camera, \u0026rsome \u00266film\u0026r to print onto, and some way to turn that \u00266film into photos.\u0026r", + "ftbquests.chapter.mob_safari.quest2.subtitle": "Snap decisions", + "ftbquests.chapter.mob_safari.quest2.title": "Camera", + "ftbquests.chapter.mob_safari.quest20.task_5958619487539868658.title": "Skeleton Photo", + "ftbquests.chapter.mob_safari.quest20.title": "Skeleton", + "ftbquests.chapter.mob_safari.quest21.task_2908237894518590949.title": "Slime Photo", + "ftbquests.chapter.mob_safari.quest21.title": "Slime", + "ftbquests.chapter.mob_safari.quest22.task_1986307033554203052.title": "Stray Photo", + "ftbquests.chapter.mob_safari.quest22.title": "Stray", + "ftbquests.chapter.mob_safari.quest23.task_8127229503220688871.title": "Vex Photo", + "ftbquests.chapter.mob_safari.quest23.title": "Vex", + "ftbquests.chapter.mob_safari.quest24.task_2719667561416590077.title": "Vindicator Photo", + "ftbquests.chapter.mob_safari.quest24.title": "Vindicator", + "ftbquests.chapter.mob_safari.quest25.description1": "\u00267Tip: the sculk catalyst is craftable, and you can use a sculk awakener on a sculk shrieker to convert it into one that can spawn Wardens.", + "ftbquests.chapter.mob_safari.quest25.task_3299757844051508646.title": "Warden Photo", + "ftbquests.chapter.mob_safari.quest25.title": "Warden", + "ftbquests.chapter.mob_safari.quest26.task_1834001635925258364.title": "Witch Photo", + "ftbquests.chapter.mob_safari.quest26.title": "Witch", + "ftbquests.chapter.mob_safari.quest27.description1": "\u00267Tip: if you want to summon a living wither skeleton, you\u0027ll need to use the Soulium Spawner.", + "ftbquests.chapter.mob_safari.quest27.task_431510156767848390.title": "Wither Skeleton Photo", + "ftbquests.chapter.mob_safari.quest27.title": "Wither Skeleton", + "ftbquests.chapter.mob_safari.quest28.task_3976176875920550036.title": "Zoglin Photo", + "ftbquests.chapter.mob_safari.quest28.title": "Zoglin", + "ftbquests.chapter.mob_safari.quest29.task_2001349734991872109.title": "Blaze Photo", + "ftbquests.chapter.mob_safari.quest29.title": "Blaze", + "ftbquests.chapter.mob_safari.quest3.task_6868688706200460210.title": "Zombie Photo", + "ftbquests.chapter.mob_safari.quest3.title": "Zombie", + "ftbquests.chapter.mob_safari.quest30.task_4394254762005595057.title": "Wither Photo", + "ftbquests.chapter.mob_safari.quest30.title": "Wither", + "ftbquests.chapter.mob_safari.quest31.task_6606548217913389459.title": "Ender Dragon Photo", + "ftbquests.chapter.mob_safari.quest31.title": "Ender Dragon", + "ftbquests.chapter.mob_safari.quest32.task_8348843003612976311.title": "Piglin Photo", + "ftbquests.chapter.mob_safari.quest32.title": "Piglin", + "ftbquests.chapter.mob_safari.quest33.task_9152125344552747368.title": "Allay Photo", + "ftbquests.chapter.mob_safari.quest33.title": "Allay", + "ftbquests.chapter.mob_safari.quest34.task_935450104482788869.title": "Axolotl Photo", + "ftbquests.chapter.mob_safari.quest34.title": "Axolotl", + "ftbquests.chapter.mob_safari.quest35.task_3732209353791428122.title": "Bat Photo", + "ftbquests.chapter.mob_safari.quest35.title": "Bat", + "ftbquests.chapter.mob_safari.quest36.task_4451728281716577204.title": "Camel Photo", + "ftbquests.chapter.mob_safari.quest36.title": "Camel", + "ftbquests.chapter.mob_safari.quest37.task_3478349021656071469.title": "Cat Photo", + "ftbquests.chapter.mob_safari.quest37.title": "Cat", + "ftbquests.chapter.mob_safari.quest38.task_421501030317629993.title": "Chicken Photo", + "ftbquests.chapter.mob_safari.quest38.title": "Chicken", + "ftbquests.chapter.mob_safari.quest39.task_3283513909476271368.title": "Cod Photo", + "ftbquests.chapter.mob_safari.quest39.title": "Cod", + "ftbquests.chapter.mob_safari.quest4.task_5493751185522811223.title": "Husk Photo", + "ftbquests.chapter.mob_safari.quest4.title": "Husk", + "ftbquests.chapter.mob_safari.quest40.task_3552336333939252573.title": "Cow Photo", + "ftbquests.chapter.mob_safari.quest40.title": "Cow", + "ftbquests.chapter.mob_safari.quest41.task_8921315837912733830.title": "Donkey Photo", + "ftbquests.chapter.mob_safari.quest41.title": "Donkey", + "ftbquests.chapter.mob_safari.quest42.task_8892925176174289117.title": "Frog Photo", + "ftbquests.chapter.mob_safari.quest42.title": "Frog", + "ftbquests.chapter.mob_safari.quest43.task_7912667151609898398.title": "Glow Squid Photo", + "ftbquests.chapter.mob_safari.quest43.title": "Glow Squid", + "ftbquests.chapter.mob_safari.quest44.task_4389105525914117514.title": "Horse Photo", + "ftbquests.chapter.mob_safari.quest44.title": "Horse", + "ftbquests.chapter.mob_safari.quest45.task_4359593363899885941.title": "Mooshroom Photo", + "ftbquests.chapter.mob_safari.quest45.title": "Mooshroom", + "ftbquests.chapter.mob_safari.quest46.task_924922940433498504.title": "Mule Photo", + "ftbquests.chapter.mob_safari.quest46.title": "Mule", + "ftbquests.chapter.mob_safari.quest47.task_4787445126890462554.title": "Ocelot Photo", + "ftbquests.chapter.mob_safari.quest47.title": "Ocelot", + "ftbquests.chapter.mob_safari.quest48.task_595439666779967783.title": "Parrot Photo", + "ftbquests.chapter.mob_safari.quest48.title": "Parrot", + "ftbquests.chapter.mob_safari.quest49.task_6791445533424275382.title": "Pig Photo", + "ftbquests.chapter.mob_safari.quest49.title": "Pig", + "ftbquests.chapter.mob_safari.quest5.task_2405723904258009579.title": "Drowned Photo", + "ftbquests.chapter.mob_safari.quest5.title": "Drowned", + "ftbquests.chapter.mob_safari.quest50.task_5186559523328413187.title": "Pufferfish Photo", + "ftbquests.chapter.mob_safari.quest50.title": "Pufferfish", + "ftbquests.chapter.mob_safari.quest51.task_1802630615776817042.title": "Rabbit Photo", + "ftbquests.chapter.mob_safari.quest51.title": "Rabbit", + "ftbquests.chapter.mob_safari.quest52.task_9075318374820615216.title": "Salmon Photo", + "ftbquests.chapter.mob_safari.quest52.title": "Salmon", + "ftbquests.chapter.mob_safari.quest53.task_1279126845524092057.title": "Sheep Photo", + "ftbquests.chapter.mob_safari.quest53.title": "Sheep", + "ftbquests.chapter.mob_safari.quest54.description1": "\u00267Tip: the sniffer egg is craftable!", + "ftbquests.chapter.mob_safari.quest54.task_4496075018482353874.title": "Sniffer Photo", + "ftbquests.chapter.mob_safari.quest54.title": "Sniffer", + "ftbquests.chapter.mob_safari.quest55.task_7621061223329854925.title": "Snow Golem Photo", + "ftbquests.chapter.mob_safari.quest55.title": "Snow Golem", + "ftbquests.chapter.mob_safari.quest56.task_3811954916556661348.title": "Squid Photo", + "ftbquests.chapter.mob_safari.quest56.title": "Squid", + "ftbquests.chapter.mob_safari.quest57.task_8980744210598611125.title": "Strider Photo", + "ftbquests.chapter.mob_safari.quest57.title": "Strider", + "ftbquests.chapter.mob_safari.quest58.task_3384099064913889422.title": "Tropical Fish Photo", + "ftbquests.chapter.mob_safari.quest58.title": "Tropical Fish", + "ftbquests.chapter.mob_safari.quest59.task_8173784837555787990.title": "Turtle Photo", + "ftbquests.chapter.mob_safari.quest59.title": "Turtle", + "ftbquests.chapter.mob_safari.quest6.task_874911539473621191.title": "Spider Photo", + "ftbquests.chapter.mob_safari.quest6.title": "Spider", + "ftbquests.chapter.mob_safari.quest60.task_3689972004573703426.title": "Villager Photo", + "ftbquests.chapter.mob_safari.quest60.title": "Villager", + "ftbquests.chapter.mob_safari.quest61.description1": "\u00267Tip: an oak or birch tree grown near flowers has a small chance to spawn a beehive!", + "ftbquests.chapter.mob_safari.quest61.task_5922903859006989903.title": "Bee Photo", + "ftbquests.chapter.mob_safari.quest61.title": "Bee", + "ftbquests.chapter.mob_safari.quest62.task_6003122656664405150.title": "Dolphin Photo", + "ftbquests.chapter.mob_safari.quest62.title": "Dolphin", + "ftbquests.chapter.mob_safari.quest63.task_8533728607102685433.title": "Fox Photo", + "ftbquests.chapter.mob_safari.quest63.title": "Fox", + "ftbquests.chapter.mob_safari.quest64.task_2426644530607004924.title": "Goat Photo", + "ftbquests.chapter.mob_safari.quest64.title": "Goat", + "ftbquests.chapter.mob_safari.quest65.task_7632281372321087328.title": "Iron Golem Photo", + "ftbquests.chapter.mob_safari.quest65.title": "Iron Golem", + "ftbquests.chapter.mob_safari.quest66.reward_5070411217558644494.title": "Wash the spit off your face!", + "ftbquests.chapter.mob_safari.quest66.task_6151594406741525419.title": "Llama Photo", + "ftbquests.chapter.mob_safari.quest66.title": "Llama", + "ftbquests.chapter.mob_safari.quest67.task_8391996334368644499.title": "Panda Photo", + "ftbquests.chapter.mob_safari.quest67.title": "Panda", + "ftbquests.chapter.mob_safari.quest68.task_6356092814838542587.title": "Polar Bear Photo", + "ftbquests.chapter.mob_safari.quest68.title": "Polar Bear", + "ftbquests.chapter.mob_safari.quest69.task_5155069369552929707.title": "Wolf Photo", + "ftbquests.chapter.mob_safari.quest69.title": "Wolf", + "ftbquests.chapter.mob_safari.quest7.task_7828452674496297861.title": "Cave Spider Photo", + "ftbquests.chapter.mob_safari.quest7.title": "Cave Spider", + "ftbquests.chapter.mob_safari.quest70.task_6586877749199133229.title": "Zombified Piglin Photo", + "ftbquests.chapter.mob_safari.quest70.title": "Zombified Piglin", + "ftbquests.chapter.mob_safari.quest71.description1": "\u00267Tip: there is a ritual that spawns the Elder Guardian!", + "ftbquests.chapter.mob_safari.quest71.task_1136723065807110792.title": "Elder Guardian Photo", + "ftbquests.chapter.mob_safari.quest71.title": "Elder Guardian", + "ftbquests.chapter.mob_safari.quest72.task_1119603583110664878.title": "Starbuncle Photo", + "ftbquests.chapter.mob_safari.quest72.title": "Starbuncle", + "ftbquests.chapter.mob_safari.quest73.task_1237879032257403086.title": "Wilden Guardian Photo", + "ftbquests.chapter.mob_safari.quest73.title": "Wilden Defender", + "ftbquests.chapter.mob_safari.quest74.task_5793666635438854570.title": "Wilden Pack Hunter Photo", + "ftbquests.chapter.mob_safari.quest74.title": "Wilden Pack Hunter", + "ftbquests.chapter.mob_safari.quest75.task_8789953344793101489.title": "Wilden Stalker Photo", + "ftbquests.chapter.mob_safari.quest75.title": "Wilden Stalker", + "ftbquests.chapter.mob_safari.quest76.task_4116691053894850008.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest76.title": "Drygmy", + "ftbquests.chapter.mob_safari.quest77.task_1018473204252943458.title": "Wilden Chimera Photo", + "ftbquests.chapter.mob_safari.quest77.title": "Wilden Chimera", + "ftbquests.chapter.mob_safari.quest78.task_6004116955135160925.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest78.title": "Whirlisprig", + "ftbquests.chapter.mob_safari.quest79.description1": "\u00267Tip: a spawned siren, not a tamed familiar!", + "ftbquests.chapter.mob_safari.quest79.task_1471670924078031545.title": "Siren Photo", + "ftbquests.chapter.mob_safari.quest79.title": "Siren", + "ftbquests.chapter.mob_safari.quest8.task_4943959340946543881.title": "Enderman Photo", + "ftbquests.chapter.mob_safari.quest8.title": "Enderman", + "ftbquests.chapter.mob_safari.quest80.description1": "I mean. You did a LOT of grinding probably to get here. Also by definition you\u0027ve finished the pack, or good as.", + "ftbquests.chapter.mob_safari.quest80.subtitle": "because why not?", + "ftbquests.chapter.mob_safari.quest80.title": "Safari LEGEND", + "ftbquests.chapter.mob_safari.quest9.task_4733333668196733711.title": "Endermite Photo", + "ftbquests.chapter.mob_safari.quest9.title": "Endermite", + "ftbquests.chapter.mob_safari.title": "Mob Safari", + "ftbquests.chapter.resource_generation.quest1.description1": "\u00266Prosperity Shards\u0026r are the basis of all mystical essence manipulation - very useful for generating large amounts of basic resources.", + "ftbquests.chapter.resource_generation.quest1.description2": "They can be found by breaking down copper nuggets with a pickaxe on a cutting board.", + "ftbquests.chapter.resource_generation.quest1.description3": "\u00267Tip: you can also make prosperity shards in an Enrichment Chamber!", + "ftbquests.chapter.resource_generation.quest10.description1": "With enough inferium, you can craft \u00266Inferium Seeds,\u0026r which grow essence themselves.", + "ftbquests.chapter.resource_generation.quest11.description1": "More potent than regular inferium essence, \u00266Prudentium Essence\u0026r can be used to make some useful essence seeds.", + "ftbquests.chapter.resource_generation.quest11.description2": "Make it by fortifying inferium essence with all four elemental essences in a \u00266Cauldron.\u0026r", + "ftbquests.chapter.resource_generation.quest11.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest18.description1": "The \u00266infusion altar\u0026r and \u00266pedestals\u0026r are required to craft essence seeds.", + "ftbquests.chapter.resource_generation.quest18.description2": "Place the items necessary in the pedestals, then give the altar a redstone signal or a wave of a wand to begin crafting.", + "ftbquests.chapter.resource_generation.quest19.description1": "By breeding \u00266Rocky\u0026r bees together in the nether, they\u0027ll slowly adapt and turn into their nether versions - \u00266Crimson\u0026r and \u00266Warped\u0026r bees. \u00266Cursed\u0026r bees are the hybrid between the two.", + "ftbquests.chapter.resource_generation.quest19.description2": "These bees, twisted by the nether environment, are somewhat aggressive; they\u0027ll harm nearby mobs (including players!)", + "ftbquests.chapter.resource_generation.quest19.task_3895545663253499388.title": "Warped", + "ftbquests.chapter.resource_generation.quest19.task_8052506021592411173.title": "Cursed", + "ftbquests.chapter.resource_generation.quest19.task_891469205622428585.title": "Crimson", + "ftbquests.chapter.resource_generation.quest19.title": "Nether Bees", + "ftbquests.chapter.resource_generation.quest2.description1": "You can place frames into your apiary for bonuses to productivity, lifespan, and even change the temperature and humidity of an apiary. ", + "ftbquests.chapter.resource_generation.quest2.description2": "\u00267Tip: Frame modifiers stack multiplicatively, not additively!\u0026r", + "ftbquests.chapter.resource_generation.quest2.task_1734748989054878453.title": "Any Frame", + "ftbquests.chapter.resource_generation.quest20.description1": "If you\u0027re tired of getting stung by nether bees, try crafting a set of \u00266Apiarist Gear.\u0026r This armor, when worn as a set, will protect you from getting affected by any bees nearby.", + "ftbquests.chapter.resource_generation.quest20.description2": "It\u0027s made of silk, which you can get from propolis (which you can get from simmering combs, among others.)", + "ftbquests.chapter.resource_generation.quest20.title": "Apiarist Gear", + "ftbquests.chapter.resource_generation.quest21.description1": "\u00266Rocky\u0026r and \u00266Robust\u0026r bees are more used to cooler climates, but you can breed better tolerances into them. ", + "ftbquests.chapter.resource_generation.quest21.description2": "Their rocky combs produce much more wax and honey than their wasteland cousins, but more importantly, they can rarely produce \u00266Copper Combs\u0026r as a specialty.", + "ftbquests.chapter.resource_generation.quest21.description3": "\u00267Tip: specialties are only produced when a bee is ecstatic! To make a bee ecstatic, you have to have its housing climate \u0026lexactly\u0026r\u00267 match the bee\u0027s preferred climate. Either breed it so that it prefers the hot dry wastes, or use special frames to adjust the temperature and humidity!", + "ftbquests.chapter.resource_generation.quest21.description4": "\u00267Tip 2: tuff (which you need underneath the apiary to breed these bees!) can be crafted or found underground.", + "ftbquests.chapter.resource_generation.quest21.task_1538674417108678800.title": "Resilient", + "ftbquests.chapter.resource_generation.quest21.task_7190582857068653051.title": "Robust", + "ftbquests.chapter.resource_generation.quest21.task_9033126545582958159.title": "Rocky", + "ftbquests.chapter.resource_generation.quest21.title": "Rocky Bees", + "ftbquests.chapter.resource_generation.quest22.description1": "\u00266Haunted,\u0026r \u00266Ghostly,\u0026r and \u00266Spectral\u0026r bees are an offshoot of nether bees that produce Spectral combs, a relatively honey-rich comb. Additionally, Spectral bees will produce \u00266glowstone\u0026r as a specialty!", + "ftbquests.chapter.resource_generation.quest22.task_3081911043010225060.title": "Haunted", + "ftbquests.chapter.resource_generation.quest22.task_5262672928415792469.title": "Ghostly", + "ftbquests.chapter.resource_generation.quest22.task_8517504769354790857.title": "Spectral", + "ftbquests.chapter.resource_generation.quest22.title": "Spectral Bees", + "ftbquests.chapter.resource_generation.quest23.description1": "\u00266Common\u0026r and \u00266Cultivated\u0026r bees were the most common species in the world that came before, from what you recall.", + "ftbquests.chapter.resource_generation.quest23.task_3642208754252689379.title": "Common", + "ftbquests.chapter.resource_generation.quest23.task_8299291890952022433.title": "Cultivated", + "ftbquests.chapter.resource_generation.quest23.title": "Common Bees", + "ftbquests.chapter.resource_generation.quest24.description1": "These glorious bee comrades ironically despise queens. They are also notable for producing \u00266pollen\u0026r and having \u00266higher than average productivity.\u0026r", + "ftbquests.chapter.resource_generation.quest24.task_2025398279722007265.title": "Industrious", + "ftbquests.chapter.resource_generation.quest24.task_3616071306266700168.title": "Tireless", + "ftbquests.chapter.resource_generation.quest24.task_8393881405903593674.title": "Diligent", + "ftbquests.chapter.resource_generation.quest24.title": "Industrious Bees", + "ftbquests.chapter.resource_generation.quest25.description1": "Somewhat snooty and famously literally blue-blooded, these bees can produce \u00266Royal Combs\u0026r when ecstatic. These combs can then centrifuge into \u00266Royal Jelly.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description2": "They also have a \u00266higher than average fertility rate.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description3": "\u00267Tip: Imperial bees have the Beatific effect, which provides all mobs nearby with regeneration!", + "ftbquests.chapter.resource_generation.quest25.task_6398361437915986421.title": "Noble", + "ftbquests.chapter.resource_generation.quest25.task_7062842366521447494.title": "Imperial", + "ftbquests.chapter.resource_generation.quest25.task_753059639095222795.title": "Majestic", + "ftbquests.chapter.resource_generation.quest25.title": "Imperial Bees", + "ftbquests.chapter.resource_generation.quest26.description1": "The \u00266Mellarium\u0026r is a multiblock version of the apiary, with the ability to add modules that can help you in a variety of ways.", + "ftbquests.chapter.resource_generation.quest26.description2": "The most concrete thing a Mellarium can do is give you more than three frame slots, using \u00266Frame Housings.\u0026r This means you can get, in the best case, \u0026l\u0026oSTACKS\u0026r of combs every bee tick.", + "ftbquests.chapter.resource_generation.quest26.description3": "You can also increase your chances of getting a mutation, shield your bees from rain, and change the climate using catalyst items.", + "ftbquests.chapter.resource_generation.quest26.description4": "\u00267Tip: read your Apiarist Field Guide for more information!", + "ftbquests.chapter.resource_generation.quest26.title": "The Mellarium", + "ftbquests.chapter.resource_generation.quest27.description1": "Once you start getting propolis, you can start \u00266upgrading\u0026r your \u00266Centrifuges\u0026r and \u00266Generators\u0026r - each upgrade has different stats, and you can put up to three in your machines.", + "ftbquests.chapter.resource_generation.quest27.description2": "Like frames, these upgrades stack multiplicatively.", + "ftbquests.chapter.resource_generation.quest27.description3": "\u00267Tip: the earliest ways to get propolis are through nether bees or rocky bees!", + "ftbquests.chapter.resource_generation.quest27.task_7611771532993062026.title": "Any Upgrade", + "ftbquests.chapter.resource_generation.quest27.title": "Upgrades", + "ftbquests.chapter.resource_generation.quest28.description1": "At some point you\u0027ll have more honey (and other bee products) than you know what to do with. ", + "ftbquests.chapter.resource_generation.quest28.description2": "If nothing else, you can burn them for energy in the \u00266Honey Generator!\u0026r", + "ftbquests.chapter.resource_generation.quest29.description1": "An interesting thing about these bees is that there\u0027s no way to get more than one queen out of a breeding pair. Fortunately, you can perform a ritual to summon \u00266more bee nests\u0026r through magic and some special ingredients.", + "ftbquests.chapter.resource_generation.quest29.description2": "Read your Reclamation Rituals book for more information.", + "ftbquests.chapter.resource_generation.quest29.title": "More Nests", + "ftbquests.chapter.resource_generation.quest3.description1": "You\u0027ve noticed some beehives dotted around. Maybe you can try to domesticate them?", + "ftbquests.chapter.resource_generation.quest3.description2": "You\u0027ll need a tool to harvest the nests and a place to raise the bees.", + "ftbquests.chapter.resource_generation.quest3.description3": "\u00267Tip: not every bee is required to finish the pack! Branching out from the required bees will allow you to generate resources much easier than the traditional routes, however.", + "ftbquests.chapter.resource_generation.quest3.title": "Beeginnings", + "ftbquests.chapter.resource_generation.quest30.description1": "Certain bees can produce straight up raw metals from certain rocks!", + "ftbquests.chapter.resource_generation.quest30.task_1055543042056575718.title": "Cuprous", + "ftbquests.chapter.resource_generation.quest30.task_2417461944780662004.title": "Osimum", + "ftbquests.chapter.resource_generation.quest30.task_4765395095236658823.title": "Radioactive", + "ftbquests.chapter.resource_generation.quest30.task_5074021897861698803.title": "Precious", + "ftbquests.chapter.resource_generation.quest30.task_5533305920955437908.title": "Ferrous", + "ftbquests.chapter.resource_generation.quest30.task_6870748623537125703.title": "Argentum", + "ftbquests.chapter.resource_generation.quest30.task_766783682761833592.title": "Zincum", + "ftbquests.chapter.resource_generation.quest30.task_8469594533203667582.title": "Stannum", + "ftbquests.chapter.resource_generation.quest30.task_9085151875040480342.title": "Plumbum", + "ftbquests.chapter.resource_generation.quest30.title": "Metal Bees", + "ftbquests.chapter.resource_generation.quest31.description1": "Certain bees can produce raw minerals from their environment!", + "ftbquests.chapter.resource_generation.quest31.task_1818325150934700666.title": "Emeradic", + "ftbquests.chapter.resource_generation.quest31.task_2840825311361710213.title": "Lapic", + "ftbquests.chapter.resource_generation.quest31.task_3358109104860624142.title": "Fluorite", + "ftbquests.chapter.resource_generation.quest31.task_3719081351633839622.title": "Bituminous", + "ftbquests.chapter.resource_generation.quest31.task_4463225001103591989.title": "Silicate", + "ftbquests.chapter.resource_generation.quest31.task_5231403782456047002.title": "Dimantic", + "ftbquests.chapter.resource_generation.quest31.task_5480192077480458536.title": "Luminous", + "ftbquests.chapter.resource_generation.quest31.task_6963870120953273988.title": "Amethyst", + "ftbquests.chapter.resource_generation.quest31.task_7118701806962971116.title": "Quartz", + "ftbquests.chapter.resource_generation.quest31.task_7148838165140607695.title": "Conductive", + "ftbquests.chapter.resource_generation.quest31.title": "Mineral Bees", + "ftbquests.chapter.resource_generation.quest32.description1": "Stronger than Prudentium, \u00266Tertium\u0026r is necessary for all kinds of metallic essence seeds.", + "ftbquests.chapter.resource_generation.quest32.description2": "Make it using a \u00266Runic Altar\u0026r or \u00266Terrestrial Agglomeration Plate.\u0026r", + "ftbquests.chapter.resource_generation.quest32.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest32.description4": "\u00267Tip 2: a potency lens would make the altar process much faster!", + "ftbquests.chapter.resource_generation.quest33.description1": "\u00266Imperium\u0026r is the penultimate tier of essence, requiring combining the power of \u00265Source\u0026r and Tertium Essence.", + "ftbquests.chapter.resource_generation.quest33.description2": "It can be made using an \u00266Imbuement Chamber.\u0026r", + "ftbquests.chapter.resource_generation.quest33.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest34.description1": "\u00266Supremium\u0026r is the highest tier of essence, used for crafting the highest tier of mystical equipment and seeds.", + "ftbquests.chapter.resource_generation.quest34.description2": "Anoint Imperium with life essence to create it.", + "ftbquests.chapter.resource_generation.quest34.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest35.description1": "These bees can produce magical products. Some of them, like the \u00266Natural\u0026r bee, have special effects!", + "ftbquests.chapter.resource_generation.quest35.description2": "Additionally, the Natural bee produces some small amount of \u00266Nature Essence\u0026r if kept ecstatic.", + "ftbquests.chapter.resource_generation.quest35.task_2760367059321888447.title": "Dawnstone", + "ftbquests.chapter.resource_generation.quest35.task_4095918579037388131.title": "Willful", + "ftbquests.chapter.resource_generation.quest35.task_417359132698374078.title": "Botanic", + "ftbquests.chapter.resource_generation.quest35.task_4623337291104132366.title": "Demonite", + "ftbquests.chapter.resource_generation.quest35.task_5288388297853031166.title": "Terra", + "ftbquests.chapter.resource_generation.quest35.task_5373973326405937422.title": "Natural", + "ftbquests.chapter.resource_generation.quest35.task_7910365384265410324.title": "Source", + "ftbquests.chapter.resource_generation.quest35.title": "Magical Bees", + "ftbquests.chapter.resource_generation.quest37.description1": "\u00267Tip: you\u0027ll need to breed Nature bees to get your first bits of nature essence!", + "ftbquests.chapter.resource_generation.quest4.description1": "Now pop a \u00266princess and drone into an apiary,\u0026r and watch the magic happen! Bees can generate some \u00266very useful resources\u0026r in their combs; initially, though, you\u0027ll have to process said combs on \u00266a cutting board.\u0026r", + "ftbquests.chapter.resource_generation.quest4.description2": "At first, you\u0027ll only get beeswax and honey drops, alongside some dead logs...", + "ftbquests.chapter.resource_generation.quest4.description3": "\u00267Tip: wasteland bees (and desiccated and dried bees) need dead bushes as their \u0027flowers\u0027!", + "ftbquests.chapter.resource_generation.quest4.title": "Beesources", + "ftbquests.chapter.resource_generation.quest5.description1": "By continuously re-breeding \u00266Wasteland\u0026r bees together, you can start to slowly revitalize them. \u00266Desiccated\u0026r and \u00266Dried\u0026r bees are slightly better, with a higher productivity and lifespan - meaning less maintenance and more combs!", + "ftbquests.chapter.resource_generation.quest5.task_3134995966104364628.title": "Dried", + "ftbquests.chapter.resource_generation.quest5.task_7818871944295114422.title": "Desiccated", + "ftbquests.chapter.resource_generation.quest5.title": "Reclaimed Bees", + "ftbquests.chapter.resource_generation.quest6.description1": "At some point, you\u0027ll want to take a closer look at your bees - the \u00266Analyzer\u0026r allows you to examine what genes exactly any given bee has, for the low cost of a single honey drop.", + "ftbquests.chapter.resource_generation.quest6.description2": "The \u00266Apid Library\u0026r shows you what mutations you can create with a bee\u0027s species.", + "ftbquests.chapter.resource_generation.quest6.description3": "The \u00266Microscope\u0026r allows you to research bee species, giving you a higher chance to mutate bees into a researched species.", + "ftbquests.chapter.resource_generation.quest6.description4": "\u00267Tip: the Microscope is a great way to get rid of unnecessary drones you have! Read the Apiarist Field Guide for more info on it.", + "ftbquests.chapter.resource_generation.quest6.title": "Tools of the Trade", + "ftbquests.chapter.resource_generation.quest67.description1": "\u00266Growth Accelerators\u0026r grow the crop above them faster. Higher tiers have higher ranges, meaning you can stack more underneath your farmland!", + "ftbquests.chapter.resource_generation.quest68.description1": "Essence infused watering cans can water a larger area faster.", + "ftbquests.chapter.resource_generation.quest7.description1": "If you want to process your combs more efficiently, you\u0027ll want to make a \u00266Centrifuge.\u0026r Powered by a generator, it automatically turns combs into comb products - no more manual chopping!", + "ftbquests.chapter.resource_generation.quest7.title": "Comb Processing ", + "ftbquests.chapter.resource_generation.quest73.description1": "\u00267Tip: unlimited wadduh", + "ftbquests.chapter.resource_generation.quest8.description1": "All essence seeds need to grow on specially prepared \u00266Essence Farmland.\u0026r", + "ftbquests.chapter.resource_generation.quest8.description2": "You can obtain your first bits of \u00266Inferium Essence\u0026r from killing mobs.", + "ftbquests.chapter.resource_generation.quest8.description3": "\u00267Tip: higher tier essence farmland will grow essence crops slightly faster!", + "ftbquests.chapter.resource_generation.quest9.description1": "These first elemental seeds don\u0027t have very many direct crafting uses, but are an important stepping stone to bigger and better things.", + "ftbquests.chapter.resource_generation.quest9.description2": "\u00267Tip: essence seeds aren\u0027t cloneable, meaning you\u0027ll need two or more to actually start increasing their stats!", + "ftbquests.chapter.resource_generation.quest9.title": "Elemental Seeds", + "ftbquests.chapter.resource_generation.title": "Resource Generation", + "ftbquests.chapter.the_color_green.quest1.description1": "You\u0027ve done it! You finally have grass. It\u0027s not exactly green, but you can \u00266bonemeal\u0026r a large area of it and \u00266get flowers!\u0026r", + "ftbquests.chapter.the_color_green.quest1.title": "Grass!", + "ftbquests.chapter.the_color_green.quest10.description1": "The \u00266Natural Altar\u0026r is a very important tool in the manipulation of natural energies.", + "ftbquests.chapter.the_color_green.quest10.description2": "Once the altar is fully built, it will drain \u00266aura\u0026r from its surroundings. It will then use those energies to \u00266transform items put into it.\u0026r ", + "ftbquests.chapter.the_color_green.quest10.description3": "You should also look into creating the \u00266Environmental Eye\u0026r - a very useful device that shows you the level of aura in the nearby area.", + "ftbquests.chapter.the_color_green.quest10.task_4749334638074014910.title": "Any Planks", + "ftbquests.chapter.the_color_green.quest10.title": "Natural Altar", + "ftbquests.chapter.the_color_green.quest11.description1": "Infusing iron in the Natural Altar creates, funnily enough, \u00266Infused Iron Ingots.\u0026r These have a wide variety of uses, but chief among them are some very nice tools and armor, with \u00266special abilities\u0026r and the unique property of being \u00266repairable using Aura.\u0026r", + "ftbquests.chapter.the_color_green.quest11.title": "Infused Iron", + "ftbquests.chapter.the_color_green.quest12.description1": "Extremely malleable, \u00266Andesite Alloy\u0026r is a crucial component of contraptions to come.", + "ftbquests.chapter.the_color_green.quest12.description2": "\u00267Tip: very small amounts of Create are needed to finish the pack, but you won\u0027t have to get too deep into it!", + "ftbquests.chapter.the_color_green.quest13.description1": "The Natural Altar requires aura in the surrounding area to function. It won\u0027t ever take the aura to a negative level, but it will \u00264stop working completely if the aura is low enough,\u0026r which means you\u0027ll need a way of replenishing it.", + "ftbquests.chapter.the_color_green.quest13.description2": "\u00266Ancient Saplings\u0026r are the most basic way to do this; once grown, if the area\u0027s aura is low enough, the tree\u0027s leaves will \u00264slowly wither away,\u0026r \u00266producing aura in the process.\u0026r", + "ftbquests.chapter.the_color_green.quest13.title": "Creating Aura", + "ftbquests.chapter.the_color_green.quest14.description1": "An excess of aura generates flowers - and this device can turn \u00266flowers into an excess of aura!\u0026r Make sure you feed it a \u00266balanced diet of different flowers,\u0026r though; too much of the same flower and it starts to give you \u00264diminishing returns.\u0026r", + "ftbquests.chapter.the_color_green.quest14.description2": "\u00267Tip: if the aura in an area is high enough, it\u0027ll charge aura caches! Crouch with a botanist tool (made from infused iron) to repair them with an aura cache in your inventory.", + "ftbquests.chapter.the_color_green.quest15.description1": "Mana\u0027s not very useful without ways to generate and move it! Starting out, your best source of mana is going to be the \u00266Endoflame.\u0026r", + "ftbquests.chapter.the_color_green.quest15.description2": "\u00267Tip: you can use the Wand of the Forest to bind the spreader to flowers and pools.", + "ftbquests.chapter.the_color_green.quest15.description3": "\u00267Tip 2: using a pressure plate but it\u0027s not working? Open your OPAC keybind (default [\u0027]) to turn off the Prot. Plates from Other setting!", + "ftbquests.chapter.the_color_green.quest15.task_4041437535513982933.title": "Wand of the Forest", + "ftbquests.chapter.the_color_green.quest15.title": "Generating Mana", + "ftbquests.chapter.the_color_green.quest16.description1": "Now that you have a more robust source of aura, you can put it to more use - a \u00266crumbling catalyst,\u0026r when placed on top of one of the lower four golden blocks of a natural altar, can crush things much more finely than you can by hand. It can get you \u00266more bone meal per bone, more gold powder per leaf, and even turn cobblestone into sand!\u0026r", + "ftbquests.chapter.the_color_green.quest17.description1": "There are a few items you can place on top of your altar to increase its capacity and recharge rate:", + "ftbquests.chapter.the_color_green.quest17.description2": "\u00266Torch:\u0026r +0.5x recharge rate", + "ftbquests.chapter.the_color_green.quest17.description3": "\u00266Skeleton Skull/Husk Head:\u0026r +1x recharge rate, +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description4": "\u00266Chalice:\u0026r +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description5": "Eventually, you can replace the torch with a candelabra, the skeleton skull with a wither skeleton or player skull, and the chalice with a filled chalice for even more recharge rate and capacity.", + "ftbquests.chapter.the_color_green.quest17.task_4639929492764668107.title": "Head Upgrade", + "ftbquests.chapter.the_color_green.quest17.title": "Altar Upgrades", + "ftbquests.chapter.the_color_green.quest18.description1": "Attuned stones are a very important part of witchcraft - not only do they let you \u00266craft necessary workstations,\u0026r they also give you the ability to perform certain rites \u00266without the need of an altar,\u0026r once charged!", + "ftbquests.chapter.the_color_green.quest18.description2": "\u00267Please note that this recipe needs altar power! Make sure your cauldron is within range of your altar!", + "ftbquests.chapter.the_color_green.quest19.description1": "If the \u00266Altar\u0026r is the backbone of witchcraft, the \u00266Distillery, Kettle,\u0026r and \u00266Spinning Wheel \u0026rare its phalanges. ", + "ftbquests.chapter.the_color_green.quest19.description2": "...strange metaphors aside, these blocks allow you to craft a wide variety of \u00266witchy goodies.\u0026r They will need to be placed within range of an altar, if their recipes require power.", + "ftbquests.chapter.the_color_green.quest19.title": "Tools of the Trade", + "ftbquests.chapter.the_color_green.quest2.description1": "Now that you have actual plants available, you can start to harness their latent life-energy to power rituals. To start, you\u0027ll have to create a structure capable of collecting it - an \u00266Altar\u0026r should do well here. Place your Altar blocks in a 2x3 rectangle and it should start collecting power!", + "ftbquests.chapter.the_color_green.quest2.description2": "The more \u00266plantlife\u0026r there is around the\u00266 Altar,\u0026r the more power you can store. This includes \u00266trees, grass, flowers, crops, vines, pumpkins, melons, and more!\u0026r", + "ftbquests.chapter.the_color_green.quest2.description3": "\u00267Tip: the altar has a range of 16 blocks! There is a cap to each kind of plantlife nearby as well, so make sure the surroundings are varied.", + "ftbquests.chapter.the_color_green.quest2.title": "Altar", + "ftbquests.chapter.the_color_green.quest20.description1": "An apparatus perfect for channelling large amounts of mana into collections of objects, the \u00266Runic Altar\u0026r will (obviously) let you make runes.", + "ftbquests.chapter.the_color_green.quest20.description2": "\u00267Tip: with the altar, if you don\u0027t have them already, you can craft mystical flower seeds!", + "ftbquests.chapter.the_color_green.quest21.description1": "Ember item and fluid pipes are relatively basic, but at this point in time they\u0027re fairly decent for small-scale operations. Pipes need extractors to pull items into them, and extractors need a redstone signal to be activated. There are a few other quirks to the system, all of which are explained in your \u00266Ancient Codex.", + "ftbquests.chapter.the_color_green.quest21.description2": "\u00267Note - basically everything in Embers needs a redstone signal to activate, so get ready to place plenty of levers!", + "ftbquests.chapter.the_color_green.quest21.title": "Dwarven Logistics", + "ftbquests.chapter.the_color_green.quest22.description1": "Now that you have some Ember, you\u0027ll need to turn it into useable energy somehow.", + "ftbquests.chapter.the_color_green.quest22.description2": "The\u00266 Ember Activator\u0026r turns solid Ember into \u00266Activated Ember;\u0026r pipe crystals and shards into the bottom, and attach an \u00266Ember Emitter to the top\u0026r to output \u00266Activated Ember.\u0026r ", + "ftbquests.chapter.the_color_green.quest22.description3": "Use a Tinker\u0027s Hammer on the emitter to link it to a receptor, give it a redstone signal, and you\u0027re transmitting Activated Ember!", + "ftbquests.chapter.the_color_green.quest22.description4": "\u00267Note that Ember Grit doesn\u0027t normally produce Activated Ember; you\u0027ll have to add a \u00266Heat Exchanger\u00267 to an activator to get energy out of it (which multiplies all ember production by 0.9x, but adds a flat +300 to all items production!)", + "ftbquests.chapter.the_color_green.quest22.title": "Activating Ember", + "ftbquests.chapter.the_color_green.quest23.description1": "One of the main ways to channel altar power is through the practice of \u00266circle magic.\u0026r Each ritual has a gold chalk glyph at its center, but the placement of other chalk glyphs changes depending on what kind of ritual you want to perform!", + "ftbquests.chapter.the_color_green.quest23.description2": "Most rituals can target a remote area using a waystone (blooded or otherwise), and some rituals can even be performed away from the altar by adding a charged attuned stone to them!\u00266 Read through the two reward books to find out what rituals you can perform.\u0026r", + "ftbquests.chapter.the_color_green.quest23.description3": "\u00267Tip: the rite of fertility is a cheap, easy way to mass bonemeal grass, crops or anything else!", + "ftbquests.chapter.the_color_green.quest23.title": "Circle Magic", + "ftbquests.chapter.the_color_green.quest24.description1": "You\u0027ll want to make a \u00266Copper Cell\u0026r to \u00266store your activated ember\u0026r - it works as a kind of \u0027battery\u0027 for the mystical energy.", + "ftbquests.chapter.the_color_green.quest24.description2": "To see how much ember is in the cell, place an \u00266Ember Dial\u0026r on it.", + "ftbquests.chapter.the_color_green.quest24.title": "Storing Ember", + "ftbquests.chapter.the_color_green.quest25.description1": "Ember is capable of melting metals and other items in the creatively-named \u00266Melter\u0026r - feed the bottom half ember, feed the top half items to melt, and you can extract molten metals from the top half.", + "ftbquests.chapter.the_color_green.quest25.description2": "This molten metal can be formed into a variety of shapes in a \u00266Stamper;\u0026r place the \u00266Stamp Base,\u0026r then the \u00266Stamper above it with a one-block gap\u0026r of air. Give the Stamper ember and a stamp, pipe molten metal into the base, and presto! Stamped and cooled metal products! ", + "ftbquests.chapter.the_color_green.quest25.description3": "Notably, you can use this process to \u00266produce plates more efficiently.\u0026r", + "ftbquests.chapter.the_color_green.quest25.title": "Melting and Stamping", + "ftbquests.chapter.the_color_green.quest26.description1": "By piping molten copper and gold into \u0026odifferent sides\u0026r of the bottom of a \u00266Mixer Centrifuge,\u0026r (along with some ember) you can combine them into a strong, ember-aligned metal called \u00266Dawnstone.\u0026r Pipe it out of the top and stamp it into ingots or plates!", + "ftbquests.chapter.the_color_green.quest26.description2": "\u00267Tip: use your Tinker\u0027s Lens to see what\u0027s going on in the mixer!", + "ftbquests.chapter.the_color_green.quest26.title": "Dawnstone", + "ftbquests.chapter.the_color_green.quest27.description1": "The Andesite Casing is a crucial part of any kind of mechanical apparatus.", + "ftbquests.chapter.the_color_green.quest28.description1": "For more advanced ember crafting, a special setup is required. An \u00266exchange tablet\u0026r with some \u00266pedestals\u0026r around it, when struck with a \u00266beam cannon pulse,\u0026r will transmute the center item into a new result item.", + "ftbquests.chapter.the_color_green.quest28.description2": "There is one complication, though. The pedestals need \u00266aspectii\u0026r to be placed on them, and you aren\u0027t sure which aspectii go with which items! The only way to find out is through experiementation - if the transmutation fails, it will produce \u0026balchemical waste.\u0026r When held and right clicked, the waste will reveal a number of \u00266glowing spots,\u0026r which tell you the number of \u00266aspectus/item combinations you got right.\u0026r", + "ftbquests.chapter.the_color_green.quest28.title": "Energetic Alchemy", + "ftbquests.chapter.the_color_green.quest29.description1": "Using the power of mana and a pumpkin, you think you can create a \u00266Fel Pumpkin\u0026r - a weak imitation of a blaze head. Pop this magically-charged head on top of two iron bars, and it\u0027ll turn into a passable facsimile of a blaze.", + "ftbquests.chapter.the_color_green.quest29.description2": "This imitation blaze always drops at least \u0026610 blaze powder.\u0026r This blaze powder can be spun into brilliant fiber, or distilled into more useful dusts!", + "ftbquests.chapter.the_color_green.quest29.description3": "\u00267Tip: you can capture an imitation blaze in the Blaze Burner!", + "ftbquests.chapter.the_color_green.quest29.title": "Knockoff Blazes", + "ftbquests.chapter.the_color_green.quest3.description1": "Using dye from the flowers you can get by \u00266bonemealing grass,\u0026r you can craft a special kind of fertilizer that can coax \u00266mystical flowers\u0026r to life.", + "ftbquests.chapter.the_color_green.quest3.description2": "\u00267Tip: you can also get mystical flower seeds through crossbreeding!", + "ftbquests.chapter.the_color_green.quest30.description1": "There are a few other ways you can process materials using andesite-based machinery; namely, \u00266compacting, pressing, and mixing\u0026r You\u0027ll need to find some way to capture a fire elemental if you want to expand your repertoire, though; \u0026bmaybe mana can help you somehow?\u0026r", + "ftbquests.chapter.the_color_green.quest30.title": "Mechanical Crafting", + "ftbquests.chapter.the_color_green.quest31.description1": "By blowing air through certain things, you can blast, smoke, wash, or \u00266haunt\u0026r items. This means you have access to essentially free bulk smelting!", + "ftbquests.chapter.the_color_green.quest31.description2": "More importantly, though - now that you can haunt items, you can make \u00266blackstone\u0026r by \u00266haunting\u0026r cobblestone, a crucial component of the \u00266Reformation Array.\u0026r", + "ftbquests.chapter.the_color_green.quest31.title": "Moving Air", + "ftbquests.chapter.the_color_green.quest32.description1": "Alchemical reformation is the process of \u00266turning one alchemical sulfur into another\u0026r - initially, you\u0027ll only be able to convert sulfurs of the \u00266same tier and type\u0026r to each other \u00266(like iron sulfur into lead sulfur!) \u0026r", + "ftbquests.chapter.the_color_green.quest32.description2": "To set up the reformation array, place down the target, source, and result pedestals somewhat near each other. Hold the sulfuric flux emitter and right click each pedestal, then place it on the mercury catalyst. ", + "ftbquests.chapter.the_color_green.quest32.description3": "Put mercury in the mercury catalyst, the target sulfur in the target pedestal, and the sulfur to convert in the source pedestal. Give it a moment, and you\u0027ll start converting the source sulfur into the target sulfur!", + "ftbquests.chapter.the_color_green.quest32.title": "Alchemical Reformation", + "ftbquests.chapter.the_color_green.quest33.description1": "A mechanical pump is capable of pumping liquids in the world into pipes when given mechanical power - \u00266it is much faster than the ember-fueled one!", + "ftbquests.chapter.the_color_green.quest34.description1": "The \u00266Rod of the Lands\u0026r can corporealize a tiny portion of mana into a full dirt block!", + "ftbquests.chapter.the_color_green.quest34.title": "(almost) Free Dirt", + "ftbquests.chapter.the_color_green.quest35.description1": "Carrying mana around with you enables you to use a plethora of bits and baubles. To transfer mana from a pool into the tablet, make sure the pool is on \u0027charge\u0027 mode by hovering over it with a wand of the forest.", + "ftbquests.chapter.the_color_green.quest35.title": "Portable Mana", + "ftbquests.chapter.the_color_green.quest36.description1": "Turn your mana tablet into a ring to store mana on-the-go \u00266without taking up an inventory slot!\u0026r", + "ftbquests.chapter.the_color_green.quest37.description1": "By attaching a mana rune to a manasteel ring, you can (VERY slowly) pull ambient mana into a mana storage device on your person, \u00266for free!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description1": "Distilling blaze powder and gunpowder together in a Distillery will grant you access to \u00266glowstone!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description2": "Getting \u00266redstone\u0026r is similar, using cinder flour in place of gunpowder.", + "ftbquests.chapter.the_color_green.quest38.description3": "\u00267Tip: you can also make glowstone and redstone with strength and night vision potions - it\u0027s up to you whether you want to take the Enchanted or Create route for these!\u0026r", + "ftbquests.chapter.the_color_green.quest38.title": "Useful Dusts", + "ftbquests.chapter.the_color_green.quest39.description1": "Once you have a pump, you can create a \u00266Spout\u0026r to dispense liquid onto items - this is a possible way to make \u00266glowstone or redstone,\u0026r if you\u0027re willing to set up the infrastructure.", + "ftbquests.chapter.the_color_green.quest4.description1": "The \u00266Pure Daisy\u0026r can, as its name implies, purify nearby objects. The most important things you should start with are \u00266logs and stone,\u0026r but there are a few other things you can purify as well!", + "ftbquests.chapter.the_color_green.quest4.description2": "Simply place the petal apothecary down, fill it with water, then toss in the petals and finally a seed!", + "ftbquests.chapter.the_color_green.quest4.description3": "\u00267Tip: check the usages of the Pure Daisy to see what else it can transform.", + "ftbquests.chapter.the_color_green.quest4.title": "Pure Daisy", + "ftbquests.chapter.the_color_green.quest40.description1": "The \u00266Alchemy Catalyst\u0026r allows you to use the power of mana to transmute a wide variety of items. Place it under a mana pool to start alchemizing!", + "ftbquests.chapter.the_color_green.quest40.description2": "You\u0027ll be able to convert flowers into other flowers, stone variants into other stone variants, flint into gunpowder (and vice versa), and ghast tears into ender pearls!", + "ftbquests.chapter.the_color_green.quest40.description3": "\u00266Notably, it lets you turn flax into feathers, necessary for tokens of fear.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description1": "The \u00266transmutation catalyst\u0026r modifies the natural altar to convert items into other items using Aura. Similar to the crumbling catalyst, it must be placed \u00266atop one of the four lower gold blocks of the altar.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description2": "The most immediately useful transmutation is that of \u00266sand into soul sand,\u0026r which will allow you to haunt things using the encased fan, as well as grow nether wart!", + "ftbquests.chapter.the_color_green.quest41.description3": "You can also convert netherrack into crimson and warped nylium.", + "ftbquests.chapter.the_color_green.quest42.description1": "The \u00266Millstone\u0026r can crush cobble into gravel, bones into bone meal, and a variety of plants into their respective dyes at a much higher rate of return.", + "ftbquests.chapter.the_color_green.quest43.description1": "The \u00266Codebreaking Slate\u0026r is very handy - you can put multiple pieces of alchemical waste into it and it will show you how many aspectus/item combinations you got right! It will also show you how many correct aspectii you have placed with the wrong items.", + "ftbquests.chapter.the_color_green.quest44.description1": "Your first \u00266archaic brick\u0026r can be made by infusing a regular brick with tainted gold and infused iron. Once you have one, you can use it to make more by simply infusing it with \u00266more clay and soul sand.\u0026r", + "ftbquests.chapter.the_color_green.quest45.description1": "The \u00266Mnemonic Inscriber\u0026r, when attached to an Exchange Tablet and given paper, will automatically write down the correct combination of aspectii for a given transmutation when you successfully complete one.", + "ftbquests.chapter.the_color_green.quest46.description1": "You can convert between sulfurs of the same type and rarity using the reformation array, but if you want to convert between different types (and the same rarity), you\u0027ll want to make \u00266Alchemical Niter\u0026r in a \u00266Fermentation Vat.\u0026r", + "ftbquests.chapter.the_color_green.quest46.description2": "Place \u00266water, sugar, and the sulfur\u0026r you want to ferment into the vat, then \u00266shift-right-click it to close it\u0026r and start the fermentation process. Once the barrel opens again, your fermentation is done, and you can take out your shiny new Niter!", + "ftbquests.chapter.the_color_green.quest46.description3": "Alchemical Niter can be converted in the \u00266Reformation Array\u0026r similar to how you convert sulfur - note, however, that depending on what type you\u0027re converting to, you will produce or require \u00266more than one niter!\u0026r", + "ftbquests.chapter.the_color_green.quest46.title": "Alchemical Conversion", + "ftbquests.chapter.the_color_green.quest47.description1": "The \u00266digestion vat\u0026r lets you \u00266convert sulfurs between rarities!\u0026r Place some niter and sal ammoniac (and if you\u0027re converting up, some alchemically pure gold) into it, and shift-right-click the vat to start the process! \u00266Four of the previous tier converts into one of the next tier, and vice versa.\u0026r", + "ftbquests.chapter.the_color_green.quest47.description2": "This (in combination with the fermentation vat) allows you to convert iron sulfur into common metal niter, down into four abundant metal niter, into four copper sulfur - that\u0027s \u00266FOUR copper per iron!\u0026r", + "ftbquests.chapter.the_color_green.quest47.description3": "This is a metal loop you could try automating...", + "ftbquests.chapter.the_color_green.quest47.description4": "\u00267Tip: you can start and stop the vats using a redstone signal!\u0026r", + "ftbquests.chapter.the_color_green.quest47.title": "Alchemical Exaltation", + "ftbquests.chapter.the_color_green.quest48.description1": "The \u00266Offering Table\u0026r is a special altar that will allow you to convert items into special empowered versions of themselves, most notably tokens and nature-infused ingots.", + "ftbquests.chapter.the_color_green.quest48.description2": "To use it, simply place whatever you want to infuse into it by right-clicking, then throw a \u00266Spirit of Calling\u0026r onto the altar to activate it.", + "ftbquests.chapter.the_color_green.quest48.description3": "\u00267Tip: You can convert more than one item at a time, using only one spirit of calling!\u0026r", + "ftbquests.chapter.the_color_green.quest48.description4": "\u00267Tip 2: this is a multiblock! Check your Book of Natural Aura to see how to build it.", + "ftbquests.chapter.the_color_green.quest49.description1": "You can capture a summoned blaze into a magicked cage. This cage, when placed under a basin, will let you brew potions more efficiently than a brewing stand.", + "ftbquests.chapter.the_color_green.quest5.description1": "Combining the nature-infused iron and some metaphysical heat and structure (courtesy of \u00266nether bricks\u0026r and a \u00266spruce sapling,\u0026r respectively), you can rearrange the latent potential of the metal to turn it into lead!", + "ftbquests.chapter.the_color_green.quest5.description2": "Vastly useful in a variety of mechanical applications, lead is a great first step to leveraging either \u00266raw mechanical power\u0026r or \u00266Ember\u0026r in your pursuits.", + "ftbquests.chapter.the_color_green.quest5.description3": "\u00267Tip: the ancient codex is a little confusing at first, but it will guide you through the Embers mod! Start at Natural Energy, right click entries to mark them as read, and make sure you \u0026lREAD CAREFULLY!", + "ftbquests.chapter.the_color_green.quest5.description4": "\u00267Tip 2: you can use Theurgy to triple ingot output from raw ores!", + "ftbquests.chapter.the_color_green.quest50.description1": "This is it. Using the power of the \u00266Offering Altar,\u0026r and some magically significant materials, you can create the basis of real, sentient life - chicken eggs.", + "ftbquests.chapter.the_color_green.quest50.subtitle": "Well, debatably", + "ftbquests.chapter.the_color_green.quest50.title": "Sentient Life", + "ftbquests.chapter.the_color_green.quest51.description1": "With runes, there are a few other options you have for generating mana:", + "ftbquests.chapter.the_color_green.quest51.description2": "* A \u00266Thermalily\u0026r generates bursts of mana using lava, but will consume lava for no gain if you give it lava too often", + "ftbquests.chapter.the_color_green.quest51.description3": "* An \u00266Entropinnyum\u0026r consumes TNT explosions (and is one of the best generating flowers in the game), but too often and it\u0027ll just blow itself up", + "ftbquests.chapter.the_color_green.quest51.description4": "* A \u00266Munchdew\u0026r consumes leaves, but does not drop saplings.", + "ftbquests.chapter.the_color_green.quest51.description5": "\u00267Tip: some flowers will generate too much mana for a basic spreader! You can use potency and velocity lenses to stretch this, but eventually, you\u0027ll need better spreaders...\u0026r", + "ftbquests.chapter.the_color_green.quest51.title": "Alternative Mana Sources", + "ftbquests.chapter.the_color_green.quest52.description1": "Now that you can turn sulfurs into other sulfurs, you can manually reconstitute \u00266silver sulfur\u0026r and use the \u00266Reformation Array\u0026r to turn gold sulfur into silver sulfur without having to re-make the sulfur over and over again!", + "ftbquests.chapter.the_color_green.quest52.description2": "\u00267Tip: sulfur sulfur sulfur sulfur\u0026r", + "ftbquests.chapter.the_color_green.quest52.title": "Moon Metal", + "ftbquests.chapter.the_color_green.quest53.description1": "The \u00266Wildfire Core\u0026r is a key piece of some advanced dwarven machinery.", + "ftbquests.chapter.the_color_green.quest54.description1": "The \u00266Wildfire Stirling,\u0026r when attached to machines and supplied with steam, increases the efficiency of their ember usage.", + "ftbquests.chapter.the_color_green.quest54.description2": "The first one cuts usage in half, the second one halves it again, and any more decrease the efficiency.", + "ftbquests.chapter.the_color_green.quest55.description1": "The \u00266Ignem Reactor\u0026r is the ultimate solution to high ember requirements - when placed between a \u00266Catalysis\u0026r and \u00266Combustion Chamber,\u0026r it refines ember at a MUCH higher rate than the Ember Activator; up to \u002669x more ember\u0026r per crystal item.", + "ftbquests.chapter.the_color_green.quest55.description2": "\u00267Tip: the Catalysis and Combustion Chambers need fuel to operate, check JEI for their fuels and multipliers.", + "ftbquests.chapter.the_color_green.quest55.title": "Ignem Reactor", + "ftbquests.chapter.the_color_green.quest56.description1": "With the power of alchemy, you can turn a charged attuned stone into a seed capable of turning ember into pure metal! These crystal seeds, when powered with an \u00266Ember Injector,\u0026r will slowly grow and drop metal nuggets.", + "ftbquests.chapter.the_color_green.quest56.description2": "Not every metal can be turned into these seeds, but you have figured out that you can actually \u00266obtain Zinc\u0026r through this alchemical process!", + "ftbquests.chapter.the_color_green.quest56.description3": "\u00267Tip: crystals will slowly level up and drop more and more metal. Moving them resets their level, though!", + "ftbquests.chapter.the_color_green.quest56.subtitle": "Zinc! (and others)", + "ftbquests.chapter.the_color_green.quest56.task_414198583111126714.title": "Any Metal Crystal Seed", + "ftbquests.chapter.the_color_green.quest56.title": "Metal Crystal Seeds", + "ftbquests.chapter.the_color_green.quest57.description1": "With Dawnstone, you can craft ember transferral devices that can handle much more throughput.", + "ftbquests.chapter.the_color_green.quest57.title": "High Volume Ember Transfer", + "ftbquests.chapter.the_color_green.quest58.description1": "Now that you have zinc, you can alloy it with copper to create brass! This is useful almost exclusively for \u00266mechanical contraptions.\u0026r", + "ftbquests.chapter.the_color_green.quest58.description2": "\u00266Electron Tubes\u0026r are also an important step to making more complicated contraptions. ", + "ftbquests.chapter.the_color_green.quest58.description3": "\u00266Rose Quartz\u0026r can be made in a heated basin, combining glowstone and redstone in a sal ammoniac bath.", + "ftbquests.chapter.the_color_green.quest58.title": "Advanced Contraptions", + "ftbquests.chapter.the_color_green.quest59.description1": "Packages and their associated transport items open up a huge amount of logistical freedom.", + "ftbquests.chapter.the_color_green.quest59.description2": "\u00267Tip: for more information, hover these items and hold W to ponder!", + "ftbquests.chapter.the_color_green.quest59.title": "Mechanical Logistics", + "ftbquests.chapter.the_color_green.quest6.description1": "\u00266Ember\u0026r is the lifeblood of the world. Despite whatever happened, there is still virtually infinite Ember available deep underground - you just need to make a machine that can mine it. ", + "ftbquests.chapter.the_color_green.quest6.description2": "Enter the \u00266Ember Bore\u0026r - place it on bedrock, add a \u00266Mechanical Core\u0026r above it so you can pipe things in and out of it, and give it some fuel! It\u0027ll start digging up that sweet, sweet Ember.", + "ftbquests.chapter.the_color_green.quest6.description3": "\u00267Tip: the Mechanical Core acts as an extension for most Embers multiblocks! You can transfer items, fluid, and ember in and out of the core as if it was a part of the block it is attached to.", + "ftbquests.chapter.the_color_green.quest6.description4": "\u00267Tip 2: USE YOUR MECHANICAL LENS! It\u0027s EXTREMELY helpful for figuring out how Ember\u0027s machines work.", + "ftbquests.chapter.the_color_green.quest6.title": "Drilling for Ember", + "ftbquests.chapter.the_color_green.quest60.description1": "With access to brass and electron tubes, you can make a Mechanical Crafter. These, in combination with \u00266factory gauges\u0026r and \u00266package logistics,\u0026r allow you to set up automatic stocking and crafting of items!", + "ftbquests.chapter.the_color_green.quest60.title": "Autocrafting", + "ftbquests.chapter.the_color_green.quest61.description1": "You can fortify infused iron with prosperity shards to create a basic \u00266prosperity ingot,\u0026r ready to augment with agricultural essence.", + "ftbquests.chapter.the_color_green.quest61.description2": "One of the best uses of this ingot is to make a better watering can.", + "ftbquests.chapter.the_color_green.quest61.title": "Better Watering", + "ftbquests.chapter.the_color_green.quest62.description1": "With empowered tokens, you can craft the \u00266Creational Catalyst\u0026r - this removes the innate limit on most aura producing blocks, and lets you overcharge the local area with Aura.", + "ftbquests.chapter.the_color_green.quest62.description2": "\u00267Tip: aureareaurearuea", + "ftbquests.chapter.the_color_green.quest63.description1": "You\u0027ve felt a strange tingling on your skin ever since you woke up - you think this might be a manifestation of \u00266Aura,\u0026r a natural phenomenon that you might be able to further harness.", + "ftbquests.chapter.the_color_green.quest63.description2": "To get started, craft a \u00266Bottle and Cork\u0026r and \u00266right click the air\u0026r to gather some Aura for further study.", + "ftbquests.chapter.the_color_green.quest63.title": "Bottling Sunlight", + "ftbquests.chapter.the_color_green.quest64.description1": "The \u00266Mana Blaster\u0026r is a portable mana spreader that you can fire at will, using mana from a storage device on your person. You can also attach lenses to it, to use their special properties!", + "ftbquests.chapter.the_color_green.quest65.description1": "\u00266Mana Lenses\u0026r can change the properties of a mana burst fired from a spreader. They can increase the color, potency, speed, and even make the burst go \u00266through blocks\u0026r or \u00266break them\u0026r altogether! Read your \u00266Lexica Botania\u0026r for more details.", + "ftbquests.chapter.the_color_green.quest65.description2": "\u00267Tip: the weight lens makes blocks a mana burst hits fall - you can exploit this property to get blocks that normally need silk touch by having them fall onto something like a torch!", + "ftbquests.chapter.the_color_green.quest66.description1": "Now that you have\u00266 Ember\u0026r, what can you do with it?", + "ftbquests.chapter.the_color_green.quest66.description2": "One useful item is the \u00266Hearth Coil\u0026r - when provided with Ember, it can be used as a VERY fast furnace.", + "ftbquests.chapter.the_color_green.quest67.description1": "With \u00266Dawnstone\u0026r comes a better way of activating ember - the \u00266Pressure Refinery.\u0026r", + "ftbquests.chapter.the_color_green.quest67.description2": "It \u00264requires water\u0026r as well, but can boost your ember production up to \u002661.5x the value\u0026r of a plain activator.", + "ftbquests.chapter.the_color_green.quest67.description3": "Additionally, if placed atop a metal block surrounded by lava or fire it can double that, getting up to \u002663x the value\u0026r of crystalline ember! ", + "ftbquests.chapter.the_color_green.quest68.description1": "The \u00266Beam Splitter\u0026r allows you to, well, split beams. Ember sent into it will be divided into two bursts sent out from either end.", + "ftbquests.chapter.the_color_green.quest68.description2": "The \u00266Crystal Cell\u0026r is a much higher capacity way to store Ember - piping more crystalline ember into it will \u00266increase its storage limit.\u0026r", + "ftbquests.chapter.the_color_green.quest68.title": "Advanced Ember Logistics", + "ftbquests.chapter.the_color_green.quest69.description1": "With the acquisition of Dawnstone, you can make a special chamber to manipulate elemental mercury into a source of energy. ", + "ftbquests.chapter.the_color_green.quest69.description2": "The \u00266Mercury Catalyst\u0026r can convert mercury into Mercury Flux (MF) which, in combination with a \u00266Caloric Flux Emitter\u0026r, can be used to power alchemical devices that would normally need a pyromantic brazier underneath them!", + "ftbquests.chapter.the_color_green.quest69.description3": "\u00267Tip: one mercury shard produces as much energy as one piece of charcoal!", + "ftbquests.chapter.the_color_green.quest69.title": "Mercurial Power", + "ftbquests.chapter.the_color_green.quest7.description1": "The combination of brilliant fiber and nether bricks is superficially similar to the weak gold ore deposits you remember existing in the Nether. They\u0027re so similar, in fact, that \u00266a Pure Daisy will convert Golden Nether Bricks into Nether Gold Ore!\u0026r", + "ftbquests.chapter.the_color_green.quest7.description2": "\u00267Tip: there is a better way to make brilliant fiber, but you\u0027ll need to get blaze powder somehow... ", + "ftbquests.chapter.the_color_green.quest7.title": "Gold", + "ftbquests.chapter.the_color_green.quest70.description1": "With high enough aura in an area, \u00266dried earth will slowly convert to dirt!\u0026r", + "ftbquests.chapter.the_color_green.quest70.description2": "If you want to stop this effect from happening, \u00266Powder of Dried Stasis\u0026r will prevent the conversion of dried earth to dirt in the area it\u0027s placed in.", + "ftbquests.chapter.the_color_green.quest70.subtitle": "pseudo-terraforming", + "ftbquests.chapter.the_color_green.quest70.title": "Regrowth?", + "ftbquests.chapter.the_color_green.quest71.description1": "The \u00266Bin\u0026r is a fantastic block that automatically collects the outputs of various dwarven machinery.", + "ftbquests.chapter.the_color_green.quest71.description2": "Simply attach it to the \u00266bottom\u0026r of a machine (like, say, the stamper base) and it\u0027ll fill up with products.", + "ftbquests.chapter.the_color_green.quest72.description1": "With an imitation blaze head and a couple of real magical reagents, you can \u00266summon a real blaze!\u0026r", + "ftbquests.chapter.the_color_green.quest72.description2": "This summoned blaze always drops at least 3 blaze rods. ", + "ftbquests.chapter.the_color_green.quest72.description3": "\u00267Tip: the ritual to summon the blaze is described in the Reclamation Rituals book.\u0026r", + "ftbquests.chapter.the_color_green.quest72.title": "Real Blazes", + "ftbquests.chapter.the_color_green.quest8.description1": "The \u00266Pure Daisy\u0026r is able to turn mundane stone and logs into much more naturally-aligned versions of themselves.", + "ftbquests.chapter.the_color_green.quest8.title": "Living Materials", + "ftbquests.chapter.the_color_green.quest9.description1": "You can use a bucket to \u00266strategically place lava and water\u0026r to make a nether portal frame. It\u0027s not ideal, but it\u0027s definitely easier than trying to mine obsidian with an iron pickaxe!", + "ftbquests.chapter.the_color_green.quest9.description2": "Similar to the overworld, the nether is bare of ores and even more devoid of life - \u00264there are zero spawns there, and only one biome.", + "ftbquests.chapter.the_color_green.quest9.description3": "\u00267Tip: you can also make obsidian on the natural altar - but be warned, it\u0027s pretty costly aura-wise!", + "ftbquests.chapter.the_color_green.quest9.task_4075772383648127092.title": "Visit the Nether", + "ftbquests.chapter.the_color_green.quest9.title": "The Nether", + "ftbquests.chapter.the_color_green.title": "Touching Grass", + "ftbquests.chapter.the_hunt_for_grass.quest1.description1": "Now that you have dirt, your next step is to turn it into grass, so that you can start bringing a little bit of green into the world.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description1": "Plants in Agricraft are diploid organisms - essentially, every plant has two sets of attributes: active and inactive (or dominant and recessive). \u00266The active trait is the one that actually affects the plant,\u0026r but the inactive trait comes into play when breeding plants together. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description2": "When a crossbreed occurs, each plant \u00266adjacent\u0026r to the crossbreed crop sticks has a \u00266chance\u0026r depending on its \u00266fertility\u0026r to count as a parent. If there\u0027s only one parent selected, the resulting plant is a clone. If more than one parent is selected, each has a chance to pass on one half of its genes to the resulting plant.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description3": "For example, if you bred a plant with gain of 3-2 with a plant who\u0027s gain is 4-2, it would result in a plant with a gain stat of either 4-3, 4-2, 3-2, or 2-2. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description4": "To figure out what the possibilities are for two parent plants, you can use a punnett square:", + "ftbquests.chapter.the_hunt_for_grass.quest10.description5": "Each square has an equal chance of getting chosen - additionally, there is a small chance for a mutation to occur; whether this mutation is beneficial or not depends on each parent\u0027s \u00266mutativity stat.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest10.image0": "{image:reclamation:textures/quests/punnett.png width:150 height:150 align:center}", + "ftbquests.chapter.the_hunt_for_grass.quest10.task_2773659192565899586.title": "What the heck are these numbers?", + "ftbquests.chapter.the_hunt_for_grass.quest10.title": "How do I get better stats?", + "ftbquests.chapter.the_hunt_for_grass.quest11.description1": "Each plant has five stats, when planted on crop sticks. You can see these stats by crouching and looking at the plant, or using a magnifying glass. The stats affect a variety of things:", + "ftbquests.chapter.the_hunt_for_grass.quest11.description2": "\u00266Fertility\u0026r is how likely a plant is to get chosen as a parent for cross-breeding.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description3": "\u00266Gain\u0026r increases how much a plant will produce when harvested.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description4": "\u00266Growth\u0026r affects the speed a plant grows at.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description5": "\u00266Mutativity\u0026r raises the chance for a cross-breed (when it occurs) to be beneficial.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description6": "\u00266Strength\u0026r broadens the possible growing conditions for a plant - for example, cactus can always grow on sand, but with a strength of 10, it can grow on normal farmland!", + "ftbquests.chapter.the_hunt_for_grass.quest11.subtitle": "What do they mean?", + "ftbquests.chapter.the_hunt_for_grass.quest11.task_7047347176409476035.title": "Read", + "ftbquests.chapter.the_hunt_for_grass.quest11.title": "The numbers, Mason!", + "ftbquests.chapter.the_hunt_for_grass.quest12.description1": "That was A LOT of info - what it boils down to is higher numbers \u003d better, breed higher statted plants together to get better plants, use bonemeal on cross sticks to speed up the crossbreeding process. ", + "ftbquests.chapter.the_hunt_for_grass.quest12.description2": "If your plant is not growing, look at it while crouching - it might need a different type of soil.", + "ftbquests.chapter.the_hunt_for_grass.quest12.description3": "\u00267Tip: getting your first beneficial mutation \u00264will be slow,\u00267 but you can speed it up by \u00266planting crops in a plus shape,\u00267 with the cross sticks in the middle! This means each potential crossbreed has \u00266four\u00267 chances to pick parents, instead of \u00264just two.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest12.subtitle": "English, poindexter?", + "ftbquests.chapter.the_hunt_for_grass.quest12.task_7762997780188473985.title": "WAY too complicated", + "ftbquests.chapter.the_hunt_for_grass.quest12.title": "That was a lot...", + "ftbquests.chapter.the_hunt_for_grass.quest13.description1": "Now that you have a way to grow and breed plants, you should get started on broadening your base of food. Either \u00266breed the plants you have\u0026r into the two other staple crops from the old world, or \u00266find them on the mutated inhabitants\u0026r of the new.", + "ftbquests.chapter.the_hunt_for_grass.quest13.description2": "\u00267Tip: to find mutations, look up the recipe for the seed of the plant in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.description3": "\u00267Tip 2: to see what conditions a seed needs to grow (including what blocks it can grow on), check the uses of the seed in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.title": "Edible Plants", + "ftbquests.chapter.the_hunt_for_grass.quest14.description1": "At some point, you\u0027re going to run out of ruins. Thankfully, there is a special kind of flower called the \u00266Cuprosia \u0026ryou can breed that can harvest \u00266trace amounts of copper from the water.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest14.description2": "\u00267Tip: the flower will only grow in a waterlogged crop. If you successfully crossbreed the Cuprosia but the crop stick it\u0027s on is not waterlogged, \u00264it will not grow. \u00267Additionally, it can \u00264only grow on gravel\u00267 at strength 1.", + "ftbquests.chapter.the_hunt_for_grass.quest14.description3": "\u00267Tip 2: plant species can be recessive! Use your magnifying glass.", + "ftbquests.chapter.the_hunt_for_grass.quest14.title": "Growing copper?", + "ftbquests.chapter.the_hunt_for_grass.quest15.description1": "Now you have to find a way to turn the nascent life energy within the tree into some form of grass. There was a ritual you remember that was able to condense said energy into a special seed...", + "ftbquests.chapter.the_hunt_for_grass.quest15.description2": "Witchcraft can help you here - brew up some \u00266brilliant fiber,\u0026r apply it to some tree leaves, and watch it \u00266spread!\u0026r Once you have enough, break the leaves - the gilded leaves you\u0027ll get will be able to crush into a \u00266fine gold dust,\u0026r perfect for this ritual.", + "ftbquests.chapter.the_hunt_for_grass.quest15.title": "Gold Leaf", + "ftbquests.chapter.the_hunt_for_grass.quest16.description1": "Now that you have a way to conduct the ritual, you can create a \u00266Pasture Seed,\u0026r which will let you finally \u00266bring back grass to the world!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest16.description2": "\u00267To find out how to actually do the ritual, check how to do a Ritual of the Forest in your Book of Natural Aura.", + "ftbquests.chapter.the_hunt_for_grass.quest16.title": "Ritual of the Forest", + "ftbquests.chapter.the_hunt_for_grass.quest17.description1": "The \u00266Witch\u0027s Oven\u0026r can be used to distill saplings into \u00266special magic fumes,\u0026r which are especially potent in a variety of magical rites.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description1": "Using some sapling fumes and some plantlife, you can create \u00266Pasture Seeds\u0026r - special seeds that will place an \u00266area of grass\u0026r on nearby dirt.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description2": "\u00267Tip: due to a bug in the mod, watering cans will not work to start the ritual of the forest!", + "ftbquests.chapter.the_hunt_for_grass.quest18.subtitle": "Not as green as I\u0027d like...", + "ftbquests.chapter.the_hunt_for_grass.quest18.title": "Grass!", + "ftbquests.chapter.the_hunt_for_grass.quest19.description1": "The composter can turn \u00266extra seeds and crops into bonemeal!\u0026r No more hunting skeletons in the middle of the night.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description1": "Even through the lack of nutrients in the soil, some especially-tough tufts of grass have held on. Some even have \u00266seeds that you can find\u0026r and try to coax to life.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description2": "Some of these seem \u00266especially magical\u0026r - you wonder if you could use them in any way...", + "ftbquests.chapter.the_hunt_for_grass.quest2.description3": "\u00267Tip: you\u0027ll probably only want to harvest mandrake at night until you get its strength up!", + "ftbquests.chapter.the_hunt_for_grass.quest2.title": "Seeds", + "ftbquests.chapter.the_hunt_for_grass.quest20.description1": "You can get straw rarely by cutting grass with a \u00266knife.\u0026r Use it to make leads, ropes, and building blocks!", + "ftbquests.chapter.the_hunt_for_grass.quest20.task_1283594596619655186.title": "Any Knife", + "ftbquests.chapter.the_hunt_for_grass.quest20.title": "Straw", + "ftbquests.chapter.the_hunt_for_grass.quest21.description1": "You can turn bonemeal, dirt, and some organic material into \u00266organic compost.\u0026r When placed down, the compost will\u00266 turn into rich soil \u0026rafter a while (sped up by sunlight, water, and proximity to other rich soil or mushrooms), which grows most crops \u00266faster than regular farmland!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest21.title": "Rich Farmland", + "ftbquests.chapter.the_hunt_for_grass.quest22.description1": "Now that you have access to iron, you can make a \u00266watering can.\u0026r Higher-tier versions exist and are much better, but the basic version can still speed up the growth of crops.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description1": "This pack contains \u00266Via Romana\u0026r, a sign-based fast travel system. In order to fast travel using signs, you must first \u00266build a path and traverse it\u0026r before you can teleport across it. ", + "ftbquests.chapter.the_hunt_for_grass.quest23.description2": "\u00266Shift-left-click\u0026r on a sign at the start of your path, then \u00266shift-left-click\u0026r on a sign at the end of your path. Once you start pathing from one sign to the other, you need to follow a player-made path. If you deviate, you\u0027ll \u0026cstop\u0026r building the fast travel route and have to backtrack.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description3": "Once linked, just punch the sign and you\u0027ll fast travel!", + "ftbquests.chapter.the_hunt_for_grass.quest23.description4": "\u00267Tip: to see what blocks count as path blocks, search \u00262#via_romana:path_block\u00267 in your recipe viewer.", + "ftbquests.chapter.the_hunt_for_grass.quest23.task_5888718684745127233.title": "Any Warpable Sign", + "ftbquests.chapter.the_hunt_for_grass.quest23.title": "Signpost Travel", + "ftbquests.chapter.the_hunt_for_grass.quest24.description1": "\u00266Fume Funnels,\u0026r when placed next to a Witch\u0027s Oven, raise the chance of getting fumes from items.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description1": "Tired of hearing those godforsaken \u00266mandrakes\u0026r shriek? Make some \u00266earmuffs!\u0026r They\u0027ll protect you from getting your ears blown out by their piercing scream.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description2": "\u00267Tip: the higher the strength stat on mandrake is, the less likely they are to wake up.", + "ftbquests.chapter.the_hunt_for_grass.quest25.title": "OSHA Approved", + "ftbquests.chapter.the_hunt_for_grass.quest26.description1": "With the re-introduction of actual saplings to the world, you might want to make slightly better tools than the basic pickaxe and axe you\u0027re used to.", + "ftbquests.chapter.the_hunt_for_grass.quest26.description2": "The \u00266Hammer, Excavator, and Broadaxe\u0026r can break blocks in a \u002663x3 area\u0026r (and the broadaxe breaks in \u002663x3x3!\u0026r), making terraforming and general resource collection much easier.", + "ftbquests.chapter.the_hunt_for_grass.quest26.task_4941645910113139201.title": "Any AOE Tool", + "ftbquests.chapter.the_hunt_for_grass.quest3.description1": "Unless you get lucky and find an ingot or two among the husks, you\u0027ll need some way to make iron ingots. ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description2": "Luckily, one of those plants you found has a rudimentary circulatory system, which has enough thematic overlap with actual hemoglobin that you can use it to precipitate hemoglobic fluid...", + "ftbquests.chapter.the_hunt_for_grass.quest3.description3": "Basically, you found a \u00266plant that grows blood\u0026r and you\u0027re gonna \u00266make iron out of it\u0026r by putting it into a \u00266Sal Ammoniac Accumulator above a Fluid Vessel.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description4": "\u00267Note: A Sal Ammoniac tank is meant only for sal ammoniac, so you \u0026oneed\u0026r\u00267 to place the \u0026lfluid vessel\u0026r\u00267 below it.", + "ftbquests.chapter.the_hunt_for_grass.quest3.title": "Hemoglobic Fluid", + "ftbquests.chapter.the_hunt_for_grass.quest4.description1": "Now that you have your hemoglobic fluid, you can \u00266use it as a solvent in your Liquefaction Cauldron to liquify copper\u0026r - the iron in the fluid will transform the copper sulfur into \u00266Iron Alchemical Sulfur.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.description2": "You\u0027ll also need some \u00266Mineral Alchemical Salt\u0026r - you can get this by \u00266calcifying charcoal,\u0026r or re-calcifying \u00266a large amount of Strata salt.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.title": "Salt and Sulfur", + "ftbquests.chapter.the_hunt_for_grass.quest5.description1": "You\u0027re almost there! Just throw the \u00266Iron Alchemical Sulfur, Mineral Alchemical Salt, \u0026rand\u00266 Alchemical Mercury\u0026r into the \u00266Incubator, \u0026rand you\u0027ll have iron!", + "ftbquests.chapter.the_hunt_for_grass.quest6.description1": "You can mash up the magical plants you\u0027ve found into something you\u0027re calling \u00266Anointing Paste.\u0026r You\u0027re pretty sure you can apply it to something, but what? ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description1": "Now that you have a bit of iron, you can make a cauldron and \u00266anoint\u0026r it to make a \u00266Witch\u0027s Cauldron\u0026r - a magically-insulated vessel for brewing all sorts of witchy goodness. ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description2": "Fill it with three buckets of water, place it over a campfire, and it\u0027ll start boiling!", + "ftbquests.chapter.the_hunt_for_grass.quest7.description3": "\u00267Tip: if your brew spoils (turns brown because you put items in out of order or incorrectly), you can use an empty bucket to empty the cauldron.", + "ftbquests.chapter.the_hunt_for_grass.quest7.task_2385086996515714487.title": "Anoint a Cauldron", + "ftbquests.chapter.the_hunt_for_grass.quest8.description1": "With a little bit of magic (and a reinforced witchy cauldron), you can make a \u00266potent mutagen\u0026r - potent enough to mutate those \u00266dead bushes\u0026r you\u0027ve been seeing around into \u00266actual saplings!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest8.subtitle": "Minor necromancy", + "ftbquests.chapter.the_hunt_for_grass.quest8.task_6488684102089578318.title": "Any Sapling", + "ftbquests.chapter.the_hunt_for_grass.quest8.title": "Saplings!", + "ftbquests.chapter.the_hunt_for_grass.quest9.description1": "The seeds you\u0027ve been finding have uniquely adapted themselves to their harsh environment. As a consequence, however, they\u0027ve become \u00264much less productive, focusing entirely on survival.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest9.description2": "You can try to selectively breed your meager collection of seeds together to make them \u00266grow faster\u0026r and \u00266produce more,\u0026r or even try \u00266cross-breeding them\u0026r to start bringing back extinct species of plant...", + "ftbquests.chapter.the_hunt_for_grass.quest9.description3": "To start, plant any seeds you have onto specially-prepared \u00266Crop Sticks.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.title": "A Whiff of Normal", + "ftbquests.chapter.the_sound_of_life.quest1.description1": "Debatably sentient life in the form of chickens! Even more importantly, these chickens will produce \u00266eggs,\u0026r the root of all fauna.", + "ftbquests.chapter.the_sound_of_life.quest1.title": "Sentient Life", + "ftbquests.chapter.the_sound_of_life.quest10.description1": "You can upgrade your blood altar by placing runes around it - your \u00266Sanguine Scientiem\u0026r can give you specifics. A tier 2 altar can create \u00266Reinforced Slates!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest10.description2": "Used for creating special runes that give your blood altar benefits, among other things, they are just that much more potent than a regular blank slate.", + "ftbquests.chapter.the_sound_of_life.quest10.title": "Tier 2 Slates", + "ftbquests.chapter.the_sound_of_life.quest11.description1": "A tier 3 altar can create \u00266Imbued Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.description2": "Even stronger than the reinforced version, they can make even better rune upgrades for your blood altar, as well as the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.title": "Tier 3 Slates", + "ftbquests.chapter.the_sound_of_life.quest12.description1": "The \u00266Alchemical Reaction Chamber\u0026r is capable of a great many things, but one of the most important is its ability to produce gems - \u00266diamond, lapis, and amethyst.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description1": "With access to gems, you can make a \u00266Tainted Blood Pendant,\u0026r which you can then infuse with \u00266Regeneration!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description2": "This makes poking yourself for life essence much more bearable...", + "ftbquests.chapter.the_sound_of_life.quest13.description3": "\u00267Tip: prismarine can be made either through Create\u0027s haunting or Nature\u0027s Aura\u0027s Natural Altar.", + "ftbquests.chapter.the_sound_of_life.quest14.description1": "Alchemizing with lifeforce provides the extra punch needed to transmute base materials into \u00266precious gems\u0026r using the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest14.description2": "\u00267Tip: once you\u0027ve made one of a specific kind of gem, you can use Theurgy to convert more materials into that gem\u0027s sulfur without having to go through the whole blood transmutation again!", + "ftbquests.chapter.the_sound_of_life.quest14.title": "Gems!", + "ftbquests.chapter.the_sound_of_life.quest15.description1": "A renewable source of gems would be much appreciated - thankfully, you can perform a \u00266special wiccan ritual\u0026r to turn a block of amethyst into its budding version.", + "ftbquests.chapter.the_sound_of_life.quest15.description2": "\u00267Tip: you can use blood magic\u0027s arcane ashes to draw a pentagram on your altar, giving it an addtional 1.5x boost to total power capacity!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest15.description3": "\u00267Tip 2: the instructions for this ritual can be found in your Reclamation Rituals book.", + "ftbquests.chapter.the_sound_of_life.quest16.description1": "Now that you have access to gems, you can start to manipulate \u00265Source, \u0026ranother type of magical energy you remember from before.", + "ftbquests.chapter.the_sound_of_life.quest16.description2": "To start, you\u0027ll want to turn lapis or amethyst shards into source gems using an \u00266Imbuement Chamber.\u0026r However, for an Imbuement Chamber, you\u0027ll need a special kind of wood. Because \u00265Source\u0026r is innately intertwined with \u00264Life Essence,\u0026r infusing an already magically-resonant tree with \u00264Life Essence\u0026r should produce a suitable sapling.", + "ftbquests.chapter.the_sound_of_life.quest16.description3": "\u00267Tip: you can convert between the four types of sapling using a mana pool!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest16.title": "Archwood", + "ftbquests.chapter.the_sound_of_life.quest17.description1": "With Archwood, you can now create \u00266Source Gems,\u0026r a perfect focusing medium for the arcane energies of \u00265Source.\u0026r Just toss some amethyst or lapis into an \u00266Imbuement Chamber!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest17.description2": "At first, you\u0027ll be slowly imbuing gems with the trace amounts present in the air, but once you get a way to generate \u00265Liquid Source,\u0026r you\u0027ll be converting gems in a flash!", + "ftbquests.chapter.the_sound_of_life.quest17.title": "Source Gems", + "ftbquests.chapter.the_sound_of_life.quest18.description1": "By offering an \u00266Imbued Slate\u0026r to the gods, you can convert mundane iron into the dense ingot of \u00266Osmium.\u0026r This metal is crucial to advanced mechanical applications.", + "ftbquests.chapter.the_sound_of_life.quest18.title": "Supermassive", + "ftbquests.chapter.the_sound_of_life.quest19.description1": "Now that you have a source of power, you\u0027ll want to start making real machinery. Your first step - a \u00266Metallurgic Infuser.\u0026r This machine can do a wide varity of things, but one of the most important is its ability to create \u00266steel,\u0026r another critical metal for your foray into technology.", + "ftbquests.chapter.the_sound_of_life.quest19.description2": "Infusing \u00266iron with coal,\u0026r while inefficient, is your only real way to make it - at least for now.", + "ftbquests.chapter.the_sound_of_life.quest19.title": "Steel", + "ftbquests.chapter.the_sound_of_life.quest2.description1": "Now that you have access to a breedable animal, you can utilize their excess vitalic energy to birth new creatures. ", + "ftbquests.chapter.the_sound_of_life.quest2.description2": "In an area with high Aura concentration, \u00266breeding mobs together\u0026r will generate \u00266Spirits of Birthing.\u0026r These spirits can be tossed alongside some other reagents onto an \u00266Altar of Birthing\u0026r to spawn new creatures.", + "ftbquests.chapter.the_sound_of_life.quest2.title": "Altar of Birthing", + "ftbquests.chapter.the_sound_of_life.quest20.description1": "The basis of every machine worth making, \u00266a Steel Casing \u0026ropens up limitless possibilities. ", + "ftbquests.chapter.the_sound_of_life.quest20.description2": "Almost quadrupling raw ore into ingots, turning plants into energy, or even fusion reactors all start with the humble steel casing.", + "ftbquests.chapter.the_sound_of_life.quest20.title": "Basic Machinery", + "ftbquests.chapter.the_sound_of_life.quest21.description1": "The \u00266Enrichment Chamber\u0026r can slightly boost the outputs of raw ores, clean blocks, and refine reagents for the \u00266Metallurgic Infuser,\u0026r creating enriched versions of items that are \u002668 times more efficient!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest22.description1": "Before you can do anything related to machinery, you\u0027ll need a source of power. Thankfully, \u0026bbotanic mana\u0026r is easily convertible to \u0026credstone flux.\u0026r Simply point a mana spreader at a \u00266Mana Fluxfield\u0026r and it\u0027ll output \u0026cRF\u0026r to any adjacent blocks.", + "ftbquests.chapter.the_sound_of_life.quest22.description2": "\u00267You can also use a heat generator, but it\u0027s VERY inefficient and (probably) not even worth making!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description1": "With the acquisition of lapis, you can now make the \u00266Terrestrial Agglomeration Plate,\u0026r a necessary step in your mastery of \u0026bbotanic mana.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description2": "Combining mana-infused versions of a diamond, an ender pearl, and iron (alongside a tremendous amount of mana) creates \u00266Terrasteel,\u0026r a unique alloy that is incredibly strong and mana conductive.", + "ftbquests.chapter.the_sound_of_life.quest23.description3": "\u00267Tip: use sparks instead of mana spreaders for a much faster mana transfer rate!", + "ftbquests.chapter.the_sound_of_life.quest23.title": "Terrasteel", + "ftbquests.chapter.the_sound_of_life.quest24.description1": "Steel allows you to make better pipes of all kinds, able to transport items, fluids, RF, chemicals, and even heat. These have a number of \u00266advantages over caminite-based alternatives,\u0026r mainly their lack of reliance on redstone and their upgradeability.", + "ftbquests.chapter.the_sound_of_life.quest24.task_1474346775141796701.title": "Any Basic Logistic Item", + "ftbquests.chapter.the_sound_of_life.quest24.title": "Advanced Logistics", + "ftbquests.chapter.the_sound_of_life.quest25.description1": "The \u00266Rotary Condensentrator\u0026r allows you to convert liquids to gases, and vice versa. This is useful for storage purposes, but it also allows you to aerate Life Essence!", + "ftbquests.chapter.the_sound_of_life.quest26.description1": "The \u00266Gas-Burning Generator\u0026r can produce a large amount of RF very quickly - it\u0027s a solid midrange option that will most likely carry your energy needs until you start making reactors.", + "ftbquests.chapter.the_sound_of_life.quest26.description2": "\u00266Aerated Essence \u0026ris relatively easy to produce, and can be burned to produce a solid amount of RF. It\u0027s macabre, but it works!", + "ftbquests.chapter.the_sound_of_life.quest27.description1": "\u00266Ethylene\u0026r is another gas you can burn in the gas-burning generator; even a small amount can be burned for a rather large amount of energy.", + "ftbquests.chapter.the_sound_of_life.quest27.description2": "\u00267Note: Ethylene burning has been nerfed in this pack! It\u0027s still useful, just not as absolutely game-breakingly energy dense as it normally is.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest27.title": "Ethylene", + "ftbquests.chapter.the_sound_of_life.quest28.description1": "Ethylene can be further mixed with Aerated Essence to produce Blooded Ethylene, a much more energy-dense gas that can burn for longer in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest28.title": "Blooded Ethylene", + "ftbquests.chapter.the_sound_of_life.quest29.description1": "The \u00266Crusher\u0026r is great for turning things into smaller, powdery versions of themselves. It\u0027s also great at turning plants into \u00266Bio Fuel!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest3.description1": "Blood magic is a pathway to many abilities some consider to be unnatural.", + "ftbquests.chapter.the_sound_of_life.quest3.description2": "To start, make a few \u00266soul snares\u0026r and \u00266throw them at monsters before killing them.\u0026r These snared monsters will drop \u00266demonic will\u0026r, which you\u0027ll need to get started!", + "ftbquests.chapter.the_sound_of_life.quest3.title": "Blood Magic", + "ftbquests.chapter.the_sound_of_life.quest30.description1": "\u00266Bio Fuel\u0026r can be turned directly into energy in the \u00266Bio-Generator,\u0026r or further refined into ethylene for burning in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest30.title": "Bio Fuel", + "ftbquests.chapter.the_sound_of_life.quest31.description1": "The \u00266Purification Chamber,\u0026r in combination with oxygen and some further processing, can double raw ore outputs.", + "ftbquests.chapter.the_sound_of_life.quest31.description2": "Ore clumps can be crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest31.description3": "\u00267Tip: gas upgrades can be placed into some machines to make them more efficient in their use of chemicals!", + "ftbquests.chapter.the_sound_of_life.quest32.description1": "The \u00266Chemical Dissolution Chamber\u0026r is the next step in your ore processing - with the chamber as a starting point and some hydrogen chloride, it can turn 3 ore into 8 shards, which eventually get processed into ingots.", + "ftbquests.chapter.the_sound_of_life.quest32.description2": "To make hydrogen chloride, you\u0027ll need a renewable source of chlorine. The \u00266Thermal Evaporation Tower Multiblock\u0026r can turn plain water into brine, which can then be electrolysed into chlorine.", + "ftbquests.chapter.the_sound_of_life.quest32.description3": "Shards need to be purified into clumps, crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.description1": "The final refinement to your ore refinement process: the \u00266Chemical Washer and Crystallizer\u0026r can wash and crystallize ore slurry, at a 3 raw ore to eventual 10 ingot ratio.", + "ftbquests.chapter.the_sound_of_life.quest33.description2": "You\u0027ll need sulfur for sulfuric acid, which you can make through judicious application of oxygen to charcoal.", + "ftbquests.chapter.the_sound_of_life.quest33.description3": "Dirty ore slurry needs to be washed into clean ore slurry, then crystallized into crystals, which then get thrown into the \u00266Chemical Injection Chamber\u0026r to get turned into shards, which purify into clumps, crush into dirty dust, enrich into clean dust, and then finally smelt into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.title": "REAL Ore Processing", + "ftbquests.chapter.the_sound_of_life.quest34.description1": "To make the next tier of altar, you\u0027ll need bloodstone bricks to cap the next set of pillars. However, these require blood shards to make; blood shards require \u00266tau fruit. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest34.description2": "Despite your best efforts, you can\u0027t breed tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest34.description3": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of Tau Fruit. Go forth, ", + "ftbquests.chapter.the_sound_of_life.quest34.title": "Blooded Rituals", + "ftbquests.chapter.the_sound_of_life.quest35.description1": "\u00266Blood Shards\u0026r are a very handy thing for someone of your talents to have around. Despite your best efforts, however, you can\u0027t breed the necessary tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest35.description2": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of tau fruit. ", + "ftbquests.chapter.the_sound_of_life.quest35.description3": "\u00267Tip: once you have some, planting tau fruit and having it grow while something is standing on it will eventually create a saturated tau.", + "ftbquests.chapter.the_sound_of_life.quest35.title": "Blood Shards", + "ftbquests.chapter.the_sound_of_life.quest36.description1": "With access to blood shards, you can finally make a tier 4 altar and\u00266 Demonic Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest36.description2": "Yet still stronger than Imbued Slates, these bad boys pack quite an essence-filled punch! You can use these for ritual paraphernalia as well as more altar upgrades.", + "ftbquests.chapter.the_sound_of_life.quest36.title": "Tier 4 Slates", + "ftbquests.chapter.the_sound_of_life.quest37.description1": "The \u00266Dusk\u0026r version of the \u00266Ritual Diviner\u0026r will allow you to perform even stronger rituals - chief among these being the \u00266Pathway to the Endless Realm.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.description2": "Once performed, you will be presented with a gate to the Demon Realm proper - a sprawling labyrinth of rooms which contain strong enemies, plentiful loot, and the curious ore known as \u00266Demonite.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.title": "Dusk Rituals", + "ftbquests.chapter.the_sound_of_life.quest38.description1": "\u00266Demonite\u0026r can be found rarely in the \u00266Demon Realm,\u0026r either as an ore block or as loot in chests.", + "ftbquests.chapter.the_sound_of_life.quest38.description2": "You also remember that there was a \u00266special key\u0026r for \u00266spatial distortions\u0026r that led you to the mines, which held much more valuable loot...", + "ftbquests.chapter.the_sound_of_life.quest39.description1": "The single most powerful slate you can make,\u00266 Ethereal Slates\u0026r require a tier 5 altar to craft.", + "ftbquests.chapter.the_sound_of_life.quest39.description2": "Alongside netherite scraps and some \u00266looted parts\u0026r from the Demon Realm, these slates can be used to upgrade altar runes, making them \u00266twice as powerful.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest39.title": "Tier 5 Slates", + "ftbquests.chapter.the_sound_of_life.quest4.description1": "One of the most common things you\u0027ll need in the pursuit of sanguine magic is a base material of stone doped in blood - excellent for channelling these dark energies.", + "ftbquests.chapter.the_sound_of_life.quest4.description2": "You\u0027ll need to make quite a few to upgrade your blood altar!", + "ftbquests.chapter.the_sound_of_life.quest40.description1": "Now that you have access to dusk rituals, you can use either a \u00266Ritual of the Feathered Knife\u0026r or a \u00266Well of Suffering\u0026r to automate the collection of life essence.", + "ftbquests.chapter.the_sound_of_life.quest40.description2": "To get even more out of your rituals, you can use the \u00266Ritual Tinkerer!\u0026r Read your \u00266Sanguine Scientiem\u0026r for more information.", + "ftbquests.chapter.the_sound_of_life.quest40.description3": "\u00267Tip: if you can supply mobs to the well constantly (or give them a source of regenerating health), you could fully automate life essence collection...", + "ftbquests.chapter.the_sound_of_life.quest40.title": "Useful Rituals", + "ftbquests.chapter.the_sound_of_life.quest41.description1": "The \u00266Incense Altar\u0026r is the center of a large freeform multiblock structure focused on bringing a sense of tranquility to players. With enough peace of mind, you can perform self-sacrifice with a much smoother hand - at high levels, you can get as much as \u00266quadruple the normal amount of life essence!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest41.description2": "For more information on this structure, take a look at your \u00266Sanguine Scientiem.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description1": "With enough Demonic Will, you reach a critical mass that can eventually \u00266generate will\u0026r ex nihilo! Simply burn some into the local aura by throwing will into a \u00266Demon Crucible,\u0026r then wait for it to crystallize on the \u00266Demon Crystallizer. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description2": "With enough will in the aura, the crystal will grow extra spires you can harvest and re-burn; each crystal past the first takes 40 will to grow but \u00266burns into 50!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description3": "Now if only there was some way to automate this...", + "ftbquests.chapter.the_sound_of_life.quest42.description4": "\u00267Tip: for more info, read your Sanguine Scientiem!", + "ftbquests.chapter.the_sound_of_life.quest42.title": "Crystallized Will", + "ftbquests.chapter.the_sound_of_life.quest43.description1": "With the \u00266Resonance of the Faceted Crystal\u0026r ritual, you can split one well-established Will Crystal into four separate aspected crystals! This aspected will is handy for all sorts of things, but one of the most useful things you can do is use it in other rituals to \u00266change the way they perform.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest43.description2": "\u00267Tip: it\u0027s possible to fully automate the growing, splitting, and harvesting of crystals using rituals!", + "ftbquests.chapter.the_sound_of_life.quest43.title": "Aspected Will", + "ftbquests.chapter.the_sound_of_life.quest44.description1": "With access to Terrasteel, you can make the third tier of botanic runes: \u00266Sin Runes.\u0026r These can be used to make better baubles, more powerful flowers, and more!", + "ftbquests.chapter.the_sound_of_life.quest44.task_6010537284078335274.title": "Any Sin Rune", + "ftbquests.chapter.the_sound_of_life.quest44.title": "Sin Runes", + "ftbquests.chapter.the_sound_of_life.quest45.description1": "With Terrasteel, you can utilize an old ritual to open a \u00266gateway to Alfheim,\u0026r which you\u0027re certain has escaped whatever happened to this world. The portal won\u0027t be able to transport living beings, but maybe you can trade for some \u00266useful materials?\u0026r", + "ftbquests.chapter.the_sound_of_life.quest45.description2": "\u00267Tip: For more information on the portal, read your Lexica Botania! For even more than that, throw your entire Lexica Botania into the portal! (but make sure you don\u0027t throw your Akashic Tome away!)", + "ftbquests.chapter.the_sound_of_life.quest45.title": "The Portal to Alfheim", + "ftbquests.chapter.the_sound_of_life.quest46.description1": "The \u00266Elven Mana Spreader\u0026r is much more efficient than it\u0027s livingwood predecessor - it shoots larger bursts faster and farther.", + "ftbquests.chapter.the_sound_of_life.quest46.title": "Better Spreader", + "ftbquests.chapter.the_sound_of_life.quest47.description1": "With Sin Runes and elven materials, you can craft a special flower that \u00266generates ore in nearby stone or deepslate!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest47.description2": "As far as you\u0027re concerned, this is more proof that you can solve any problem if you throw enough raw mana at something.", + "ftbquests.chapter.the_sound_of_life.quest47.subtitle": "but not ad astra!", + "ftbquests.chapter.the_sound_of_life.quest47.title": "Ex Nihilo", + "ftbquests.chapter.the_sound_of_life.quest48.description1": "The \u00266Scribe\u0027s Table\u0026r allows you to create new glyphs for spellbooks. As far as spellbooks go, you have a couple options - use either pure arcane mana or life essence to fuel your spells.", + "ftbquests.chapter.the_sound_of_life.quest48.title": "Spellcasting", + "ftbquests.chapter.the_sound_of_life.quest49.description1": "Source can be generated in a variety of ways, but you\u0027ll need to do something to get it into a much more useable liquid form. ", + "ftbquests.chapter.the_sound_of_life.quest49.description2": "\u00266Sourcelinks\u0026r will gather it for you, but you\u0027ll also need to make a \u00266jar\u0026r to store the generated source.", + "ftbquests.chapter.the_sound_of_life.quest49.task_8602744015200526354.title": "Any Sourcelink", + "ftbquests.chapter.the_sound_of_life.quest49.title": "Generating Source", + "ftbquests.chapter.the_sound_of_life.quest5.description1": "The \u00266Hellfire Forge\u0026r allows you to use Demonic Will to craft special items.", + "ftbquests.chapter.the_sound_of_life.quest5.description2": "One of the first things you\u0027ll want to make is a \u00266soul gem\u0026r - these special gems can store demonic will you pick up without clogging your inventory.", + "ftbquests.chapter.the_sound_of_life.quest5.description3": "\u00267Tip: the more will you have stored in your inventory, the more will drops from monsters!", + "ftbquests.chapter.the_sound_of_life.quest50.description1": "One of the primary uses of liquid source is the enchanting of items. Using the \u00266Arcane Core\u0026r and an \u00266Enchanting Apparatus\u0026r atop it, you can create many useful things.", + "ftbquests.chapter.the_sound_of_life.quest50.title": "Arcane Enchanting", + "ftbquests.chapter.the_sound_of_life.quest51.description1": "If you\u0027re tired of waiting for amethyst to grow, try animating a block of budding amethyst with the \u00266Ritual of Awakening.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.description2": "It turns budding amethyst into an \u00266Amethyst Golem,\u0026r who can harvest, grow, and even bud other blocks of amethyst!", + "ftbquests.chapter.the_sound_of_life.quest51.description3": "Its behavior can be further modified using a \u00266Dominion Wand.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.title": "Amethyst Buddy", + "ftbquests.chapter.the_sound_of_life.quest52.description1": "With the acquisition of specially-charged elven materials, you can create an \u00266even stronger mana-generating base;\u0026r cake, wool, and even other mana flowers can all be mulched into yet more mana.", + "ftbquests.chapter.the_sound_of_life.quest52.task_1683678805039454876.title": "Any Elven Flower", + "ftbquests.chapter.the_sound_of_life.quest52.title": "Esoteric Mana Generation", + "ftbquests.chapter.the_sound_of_life.quest53.description1": "With the power of Elementium and a little extra elemental oomph, you can craft a special pylon to use in tandem with the power of a beacon to summon the \u00266Guardian of Gaia.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest53.description2": "Prove your strength, and you\u0027ll be rewarded with \u00266Gaia Spirits.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest54.description1": "Using the \u00266Enchanting Apparatus\u0026r and some special reagents, you can make elemental essences that have a wide variety of uses, from crafting to spellweaving.", + "ftbquests.chapter.the_sound_of_life.quest54.task_6599905580160140411.title": "Any Essence", + "ftbquests.chapter.the_sound_of_life.quest55.description1": "Fragments of the mysterious \u00266Guardian of Gaia\u0026r, these spirits have enormous potential...", + "ftbquests.chapter.the_sound_of_life.quest56.description1": "There are quite a few elemental \u00266rituals\u0026r that could come in handy for you - defending your base, automatically pick items up, and even allowing you to fly!", + "ftbquests.chapter.the_sound_of_life.quest57.description1": "The \u00266Storage Lectern\u0026r boasts the incredibly convenient capability of letting you manage, view, and craft using nearby storage blocks. Simply place it down and link inventories to it using the dominion wand!", + "ftbquests.chapter.the_sound_of_life.quest57.description2": "There is a limit to the number of inventories you can connect to at once - this can be raised using additional \u00266Bookwyrm Charms.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description1": "Mekanism upgrades come in two flavors - \u00266upgrade cards\u0026r and \u00266tier installers. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description2": "Upgrade cards give the machine a boost to a certain aspect - speed, energy efficiency, etc.", + "ftbquests.chapter.the_sound_of_life.quest58.description3": "Tier installers give the machine more processing slots - from 1 item at a time to \u002669 in some machines!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.task_366296260702142144.title": "Any Upgrade", + "ftbquests.chapter.the_sound_of_life.quest58.title": "Upgrades", + "ftbquests.chapter.the_sound_of_life.quest59.description1": "You can use a hefty amount of will as well as vengeful will crystals to create \u00266Wither Skeleton Skulls\u0026r in a Hellfire Forge. ", + "ftbquests.chapter.the_sound_of_life.quest59.description2": "These skulls are very powerfully charged - you can use them to summon Withers and acquire their \u00266valuable stars.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest59.title": "The Wither", + "ftbquests.chapter.the_sound_of_life.quest6.description1": "\u00266Blood Orbs\u0026r are a budding sanguimancer\u0027s way of storing and utilizing Life Essence, measured in \u00266LP.\u0026r Once you\u0027ve crafted one, right click with it in your hand to bind it to your personal LP network.", + "ftbquests.chapter.the_sound_of_life.quest6.description2": "LP is used for things like sigils, rituals, and crafting. You can transfer life essence in an altar to your network by placing your orb into the altar.", + "ftbquests.chapter.the_sound_of_life.quest6.description3": "\u00267Tip: there is a blood orb for each tier of altar! Certain recipes need higher tiers of blood orbs.", + "ftbquests.chapter.the_sound_of_life.quest6.task_9017841688739987349.title": "Any Blood Orb", + "ftbquests.chapter.the_sound_of_life.quest60.description1": "The \u00266Conjuration Catalyst\u0026r can duplicate certain items for a relatively moderate mana cost.", + "ftbquests.chapter.the_sound_of_life.quest60.description2": "No more fiddling around with potions or distilling to make your redstone and glowstone!", + "ftbquests.chapter.the_sound_of_life.quest61.description1": "You can summon \u00266Wilden\u0026r using the aptly-named Tablet of Summon Wilden. These magical creatures drop \u00266special reagents when killed.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest61.description2": "These reagents can also be used to summon the \u00266Wilden Chimera,\u0026r a powerful boss that drops a \u00266special item\u0026r needed to channel tier 3 spells. ", + "ftbquests.chapter.the_sound_of_life.quest61.title": "Wilden", + "ftbquests.chapter.the_sound_of_life.quest62.description1": "With the power of a \u00266Charger\u0026r and an \u00266enriched diamond,\u0026r you can create a \u00266special kind of chargeable quartz...\u0026r", + "ftbquests.chapter.the_sound_of_life.quest62.title": "Certus Quartz", + "ftbquests.chapter.the_sound_of_life.quest63.description1": "Obviously, the ratio of one diamond for one certus quartz isn\u0027t exactly tenable. Luckily, there\u0027s a way to literally grow it from itself - just throw a block of \u00266certus quartz into water with some charged certus quartz,\u0026r and it\u0027ll get converted into \u00266budding quartz.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest63.description2": "This semi-flawed quartz block will grow crystals just like amethyst, with one caveat - \u00264eventually the crystal will degrade\u0026r back into a regular block, meaning you\u0027ll have to re-seed it.", + "ftbquests.chapter.the_sound_of_life.quest63.description3": "\u00267Tip: you can also use Theurgy to convert other materials into certus quartz - amethyst is a good candidate!", + "ftbquests.chapter.the_sound_of_life.quest63.title": "Growing Quartz", + "ftbquests.chapter.the_sound_of_life.quest64.description1": "By combining redstone and nether quartz with charged certus quartz, you can make \u00266Fluix Crystals,\u0026r capable of turning matter into digitalized information.", + "ftbquests.chapter.the_sound_of_life.quest65.description1": "Before the apocalpyse - or whatever happened here - there were strange meteors that occasionally fell containing these \u00266mysterious presses.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest65.description2": "You think you have devised a ritual that could potentially draw in another one of these meteors (albeit greatly diminished in size).", + "ftbquests.chapter.the_sound_of_life.quest65.description3": "\u00267Tip: check your Reclamation Rituals book!", + "ftbquests.chapter.the_sound_of_life.quest65.title": "Mysterious Cube", + "ftbquests.chapter.the_sound_of_life.quest66.description1": "The \u00266ME Controller\u0026r is the brains of the \u00266Material Energy\u0026r system - one of the most powerful logistics solutions available to you.", + "ftbquests.chapter.the_sound_of_life.quest66.subtitle": "Better than futura blocks", + "ftbquests.chapter.the_sound_of_life.quest67.description1": "The \u00266Inscriber\u0026r is used to turn raw materials into actual circuits useable in the \u00266Matter Energy\u0026r system.", + "ftbquests.chapter.the_sound_of_life.quest68.description1": "With the raw power afforded to you by aspected will crystals, gaia fragments, and ethereal slates, you finally have enough oomph to begin reversing the damage this world has suffered.", + "ftbquests.chapter.the_sound_of_life.quest68.description2": "Look into the \u00266Ritual of Reclamation\u0026r in your Reclamation Rituals book to start reclaiming the world.", + "ftbquests.chapter.the_sound_of_life.quest68.description3": "\u00267Note: the ritual may \u00264void blocks!\u0026r\u00267 Perform it away from anything important or risk losing things you might want to keep.", + "ftbquests.chapter.the_sound_of_life.quest68.subtitle": "Roll credits?", + "ftbquests.chapter.the_sound_of_life.quest68.task_6680892754679269683.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_sound_of_life.quest68.title": "Reclamation", + "ftbquests.chapter.the_sound_of_life.quest69.description1": "\u00266Sirens\u0026r can be summoned (and subsequently befriended) at the Altar of Birthing. Once given a Sea Pickle, they\u0027ll disappear and leave behind a token. This token can be turned into a charm that can \u00266automatically fish\u0026r for you, at the price of source!", + "ftbquests.chapter.the_sound_of_life.quest69.description2": "\u00267Tip: this auto fishing can be sped up; read your Worn Notebook for more details.", + "ftbquests.chapter.the_sound_of_life.quest7.description1": "The \u00266Alchemy Table\u0026r allows you to craft with LP from a blood orb. You can make a lot of things like reagents for useful sigils, but you can also make \u00266Arcane Ashes.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest70.description1": "\u00266Whirlisprigs\u0026r can be summoned at the Altar of Birthing. Growing a tree near a summoned one will net you a token, which can be crafted into a charm. This charm summons a tame Whirlisprig that will \u00266produce natural resources\u0026r based on what\u0027s nearby!", + "ftbquests.chapter.the_sound_of_life.quest70.description2": "\u00267Tip: read your Worn Notebook for more!", + "ftbquests.chapter.the_sound_of_life.quest71.description1": "Summon a \u00266Drygmy\u0026r at the Altar of Birthing. Give it a wilden horn to get a token, then craft it into a token. This tame Drygmy will \u00266produce experience and drops of mobs nearby,\u0026r without killing them!", + "ftbquests.chapter.the_sound_of_life.quest72.description1": "Casting dispel on a witch (summoned at the Altar of Birthing) drops a Wixie Token. Turned into a charm to summon Wixies, these creatures can craft and brew potions for you!", + "ftbquests.chapter.the_sound_of_life.quest72.description2": "\u00267Tip: Wixies are very helpful when using an Alchemical Sourcelink! For more info, read your Worn Notebook.", + "ftbquests.chapter.the_sound_of_life.quest73.description1": "\u00266Starbuncles\u0026r summoned by the Altar of Birthing can be gifted gold nuggets to get \u00266Starbuncle Tokens.\u0026r Crafted into a \u00266Starbuncle Charm,\u0026r it will summon a Starbuncle to move items around for you. No more fiddling around with pipes and logistics, just use a semi-intelligent squirrel!", + "ftbquests.chapter.the_sound_of_life.quest73.description2": "\u00267Tip: they can be told to only pick up or drop off certain items - read your Worn Notebook for more information!", + "ftbquests.chapter.the_sound_of_life.quest74.description1": "\u00266Magebloom\u0026r is a flower whose fibers can be spun into a very conductive magical cloth.", + "ftbquests.chapter.the_sound_of_life.quest74.title": "Magebloom", + "ftbquests.chapter.the_sound_of_life.quest75.description1": "\u00266Warp Scrolls\u0026r let you teleport anywhere in a dimension, while their stabilized versions create a temporary portal that can transport you even to \u00266other dimensions.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest75.description2": "\u00267Tip: both types of scrolls can be turned into permanent portals by building a frame out of Sourcestone, placing a full source jar nearby, and tossing the scroll into it.", + "ftbquests.chapter.the_sound_of_life.quest76.description1": "The \u00266Fission Reactor\u0026r is a large multiblock that takes fissile fuel and water and outputs enormous amounts of steam. This steam can be pumped into another large multiblock (the industrial turbine) to produce absolutely outrageous amounts of power. ", + "ftbquests.chapter.the_sound_of_life.quest76.description2": "Equally as importantly, it produces nuclear waste.", + "ftbquests.chapter.the_sound_of_life.quest76.description3": "For more information on how to build this structure, refer to the mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest76.description4": "\u00264Warning: if you mess up running your reactor, it WILL melt down and explode/irradiate the surrounding area. Make it small or make it far away from your base if you\u0027re not confident.", + "ftbquests.chapter.the_sound_of_life.quest76.subtitle": "Uranium \u003d mc2?", + "ftbquests.chapter.the_sound_of_life.quest76.title": "Fission Reactor", + "ftbquests.chapter.the_sound_of_life.quest77.description1": "\u00266Plutonium\u0026r is one possible product from processing nuclear waste - it can be reprocessed into more fissile fuel or crafted into Supercritical Phase Shifter casings.", + "ftbquests.chapter.the_sound_of_life.quest78.description1": "\u00266Radioactive Waste Barrels\u0026r are one of the only things that can hold nuclear waste; when filled, they slowly dispose of their contents.", + "ftbquests.chapter.the_sound_of_life.quest78.title": "Waste Disposal", + "ftbquests.chapter.the_sound_of_life.quest79.description1": "\u00266Polonium\u0026r is a possible product from processing nuclear waste. ", + "ftbquests.chapter.the_sound_of_life.quest79.description2": "Not only can it make a variety of very helpful equipment and the \u00266QIO system,\u0026r it can also be used to craft Supercritical Phase Shifter (SPS) casings, necessary for producing \u00266antimatter.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest8.description1": "\u00266Arcane Ashes,\u0026r made on the Alchemy Table, can be used to perform some basic alchemy without having to re-enter the field of Spagyrics.", + "ftbquests.chapter.the_sound_of_life.quest8.description2": "One of the first things you\u0027ll want to use this for is making the \u00266Divination Sigil,\u0026r which tells you useful information about the amount of life essence you have access to.", + "ftbquests.chapter.the_sound_of_life.quest80.description1": "Making antimatter requires the creation of a Supercritical Phase Shifter, yet another multiblock.", + "ftbquests.chapter.the_sound_of_life.quest80.description2": "Its casings require a large amount of both polonium and plutonium, meaning you\u0027ll need a large amount of nuclear waste processing.", + "ftbquests.chapter.the_sound_of_life.quest80.description3": "To run, it will also need an incredibly large amount of power - this is where you\u0027d want to use an \u00266Industrial Turbine\u0026r hooked up to either a fission or a fusion reactor.", + "ftbquests.chapter.the_sound_of_life.quest80.description4": "\u00267Tip: you only need to make one of these to finish the pack - unless you REALLY like late-game Mekanism or you want to make creative items!", + "ftbquests.chapter.the_sound_of_life.quest81.description1": "The \u00266QIO System\u0026r is a digital storage solution that does not need power and can store a very large amount of items.", + "ftbquests.chapter.the_sound_of_life.quest81.description2": "It has \u00266unlimited cross-dimensional range\u0026r and can import and export automatically. However, it cannot easily auto-craft things for you.", + "ftbquests.chapter.the_sound_of_life.quest81.title": "QIO System", + "ftbquests.chapter.the_sound_of_life.quest82.description1": "The \u00266Fusion Reactor\u0026r is a much more powerful version of its fission counterpart. It can produce millions of RF/t using deuterium, tritium, or D-T fuel.", + "ftbquests.chapter.the_sound_of_life.quest82.description2": "To learn more about this reactor, check the Mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest82.subtitle": "Sci without the fi", + "ftbquests.chapter.the_sound_of_life.quest82.title": "Fusion Reactor", + "ftbquests.chapter.the_sound_of_life.quest9.description1": "\u00266Sentient Tools\u0026r are a much easier way for you to acquire will - instead of having to throw soul snares at enemies, the tools have the \u00266inherent ability to sever souls\u0026r from their fleshy (or bony) prisons.", + "ftbquests.chapter.the_sound_of_life.quest9.description2": "They are also powered by will - any kind of soul gem in your inventory will \u00266increase the tools\u0027 power\u0026r proportional to the amount of will you have stored.", + "ftbquests.chapter.the_sound_of_life.quest9.task_3309257771812589055.title": "Any Sentient Tool", + "ftbquests.chapter.the_sound_of_life.quest9.title": "Sentient Tools", + "ftbquests.chapter.the_sound_of_life.title": "Sounds of Life", + "ftbquests.chapter.the_taste_of_power.quest1.description1": "The \u00266Ender Dragon\u0026r not only has horrific halitosis, it also prevents you from exploring the rest of the End and all its goodies.", + "ftbquests.chapter.the_taste_of_power.quest1.task_4052279956792945141.title": "Kill the Dragon", + "ftbquests.chapter.the_taste_of_power.quest10.description1": "Kinda like an unlimited supply of grape juice!", + "ftbquests.chapter.the_taste_of_power.quest10.description2": "\u00267A/N: pretend it needs 100k instead of 10k source... i\u0027m too lazy to make a custom source jar like ATM does", + "ftbquests.chapter.the_taste_of_power.quest11.description1": "All that effort, and all you got was a really big hole.", + "ftbquests.chapter.the_taste_of_power.quest12.description1": "This is way better than a really big hole!", + "ftbquests.chapter.the_taste_of_power.quest13.description1": "And now the way better hole is a digital rip in the fabric of the universe.", + "ftbquests.chapter.the_taste_of_power.quest13.description2": "Or maybe its a real rip in the fabric of the digital universe?", + "ftbquests.chapter.the_taste_of_power.quest13.description3": "Either way, you\u0027re done. You have access to every item digitally, with the help of a cell workbench. Good job! Have some cake :)", + "ftbquests.chapter.the_taste_of_power.quest14.description1": "It\u0027s not really infinite ME power as much as it is infinite ME efficiency.", + "ftbquests.chapter.the_taste_of_power.quest15.description1": "Sufficiently advanced technology is indistinguishable from magic.", + "ftbquests.chapter.the_taste_of_power.quest15.title": "Creative Energy Cube", + "ftbquests.chapter.the_taste_of_power.quest2.task_7905395510409401238.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest2.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest3.description1": "Congrats! You\u0027ve killed the Ender Dragon - there is no more left to conquer.", + "ftbquests.chapter.the_taste_of_power.quest3.description2": "You are a champion. ", + "ftbquests.chapter.the_taste_of_power.quest3.description3": "You have \u0026lReclaimed\u0026r the world.", + "ftbquests.chapter.the_taste_of_power.quest3.description4": "\u00267As far as anyone can really be concerned, you\u0027ve finished the modpack. Any quests past this are exclusively for bragging rights - creative items, op stuff, lame resource dump recipes, all that jazz.", + "ftbquests.chapter.the_taste_of_power.quest3.description5": "\u00267Thank you immensely for putting the time and effort into finishing the pack! This was a huge undertaking for me, but hopefully you enjoyed it enough that it was worth it :)", + "ftbquests.chapter.the_taste_of_power.quest3.description6": "\u00267 -ACCBDD", + "ftbquests.chapter.the_taste_of_power.quest3.subtitle": "Roll credits (for real)", + "ftbquests.chapter.the_taste_of_power.quest3.task_2556725507805521066.title": "Congratulations!", + "ftbquests.chapter.the_taste_of_power.quest4.description1": "An infinitely super-heated blaze is great just as a centerpiece, but you can also use it to make infinite lava.", + "ftbquests.chapter.the_taste_of_power.quest4.description2": "\u00267Tip: you\u0027re gonna need to make quite a few of these!", + "ftbquests.chapter.the_taste_of_power.quest5.description1": "What\u0027s better than infinite blaze burning? Infinite turning! ", + "ftbquests.chapter.the_taste_of_power.quest6.description1": "The dwarven version of a Philosopher\u0027s Stone.", + "ftbquests.chapter.the_taste_of_power.quest7.description1": "Somehow, you don\u0027t feel as guilty as you think you should.", + "ftbquests.chapter.the_taste_of_power.quest7.description2": "\u00267Tip: this takes 10 full mana pools worth of mana. :)", + "ftbquests.chapter.the_taste_of_power.quest8.description1": "No more will you be shackled to the tyranny of building an enormous pool of whatever fluid!", + "ftbquests.chapter.the_taste_of_power.quest9.description1": "Once you\u0027ve set it to a chemical, you can reset it to empty by crafting it.", + "ftbquests.chapter.the_taste_of_power.quest9.title": "Creative Chemical Tank", + "ftbquests.chapter.the_taste_of_power.title": "The Taste of Power", + "ftbquests.chapter.the_touch_of.quest1.description1": "You\u0027ve done it. You\u0027ve reclaimed some small part of the world! ", + "ftbquests.chapter.the_touch_of.quest1.description2": "Now you just have to regain the diversity in surroundings you remember there once being...", + "ftbquests.chapter.the_touch_of.quest1.task_7943239389617432250.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_touch_of.quest1.title": "Reclamation", + "ftbquests.chapter.the_touch_of.quest10.description1": "\u00266Watery Essence\u0026r is found in deep oceans - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest10.description2": "Elemental wizardry will provide you the magical power necessary to enact such an elementally-aligned terraformation - namely, turning a small area into a \u00266warm ocean.\u0026r", + "ftbquests.chapter.the_touch_of.quest10.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest11.description1": "With all six types of attuned biome essence, you can combine them in a (quite expensive) ritual to produce the \u00266End Portal.\u0026r You\u0027ll still need to add \u00266Eyes of Ender\u0026r to the frame, but once you\u0027ve done so, you can finally enter \u00266the End.\u0026r", + "ftbquests.chapter.the_touch_of.quest11.description2": "\u00267Tip: you can break end portal frames and blocks by right clicking them with the frame remover!", + "ftbquests.chapter.the_touch_of.quest11.subtitle": "Dragons... I hate dragons", + "ftbquests.chapter.the_touch_of.quest11.task_4811328545830427024.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest11.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest12.description1": "Generic biome essence is well and good, but for real ritualistic oomph you\u0027ll need a specialized container, capable of collecting attuned essence.", + "ftbquests.chapter.the_touch_of.quest12.description2": "\u00267Tip: check your Reclamation Rituals book for information on the late-game terraforming rituals!", + "ftbquests.chapter.the_touch_of.quest13.description1": "With biome essence, you can also perform \u00266more directed terraforming\u0026r - turning the surrounding area into basic overworld biomes: forest, plains, river, beach, and ocean.", + "ftbquests.chapter.the_touch_of.quest13.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the overworld terraforming rites!", + "ftbquests.chapter.the_touch_of.quest13.task_2143407724517054989.title": "Basic Terraforming", + "ftbquests.chapter.the_touch_of.quest14.description1": "With some additional infusion, an attuned biome bottle can be turned into a \u00266biome globe\u0026r - in essence a portable directed reclamation ritual.", + "ftbquests.chapter.the_touch_of.quest14.description2": "\u00267Tip: these globes have 16 uses each, and convert a radius of 12 blocks from where you use them! They\u0027ll convert blocks to their reclaimed versions, but they will NOT place features like grass or trees; you\u0027ll have to do those yourself.", + "ftbquests.chapter.the_touch_of.quest14.description3": "\u00267Tip 2: these drain a LOT of aura to make!", + "ftbquests.chapter.the_touch_of.quest14.subtitle": "Portable Terraforming", + "ftbquests.chapter.the_touch_of.quest14.task_8529374338001252387.title": "Any Biome Globe", + "ftbquests.chapter.the_touch_of.quest14.title": "Biome Globes", + "ftbquests.chapter.the_touch_of.quest2.description1": "Getting the nether back into shape is relatively easy, now that you understand the shape of terraforming rituals and have a source of biomic essence.", + "ftbquests.chapter.the_touch_of.quest2.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the nether terraforming rites!", + "ftbquests.chapter.the_touch_of.quest2.task_4997059168389991596.title": "Visit Every Nether Biome", + "ftbquests.chapter.the_touch_of.quest2.title": "Reclaiming the Nether", + "ftbquests.chapter.the_touch_of.quest3.description1": "With the creation of reclaimed biomes, natural spawns can now occur - drygmies, whirligigs, and starbuncles can all rarely spawn in these biomes, as well as the regular mobs.", + "ftbquests.chapter.the_touch_of.quest3.title": "Natural Spawning", + "ftbquests.chapter.the_touch_of.quest4.description1": "Now that you have a place where you can actually see the blue (!) sky, you can bottle up the abundant biomic essence in a \u00266specially-designed container.\u0026r", + "ftbquests.chapter.the_touch_of.quest4.description2": "This \u00266biome essence\u0026r can be used in rituals along with some extra reagents to terraform in a more directed way.", + "ftbquests.chapter.the_touch_of.quest4.description3": "\u00267Tip: you can collect essence in any living biome by holding right click with a biome bottle. Crouching while you do this will fill all bottles in a stack!", + "ftbquests.chapter.the_touch_of.quest4.title": "Biome Essence", + "ftbquests.chapter.the_touch_of.quest5.description1": "The first attuned essence you\u0027ll need is \u00266Hellish Essence,\u0026r collectible from any living\u00266 nether biome.\u0026r", + "ftbquests.chapter.the_touch_of.quest6.description1": "\u00266Arid Essence\u0026r is found mainly in the desert - you\u0027ll have to use a special version of your terraforming ritual to bring it back. ", + "ftbquests.chapter.the_touch_of.quest6.description2": "Some high-powered dwarven artifice should provide you with the correct magical resonance to produce an arid, sandy \u00266desert \u0026rbiome.", + "ftbquests.chapter.the_touch_of.quest7.description1": "The final essence you\u0027ll need is \u00266Icy Essence\u0026r from the \u00266snowy slopes\u0026r biome. Wet and cold, the complete opposite of your surroundings, you\u0027ll need a lot of power to create this biome.", + "ftbquests.chapter.the_touch_of.quest7.description2": "First: \u00266polonium\u0026r to provide the necessary chemical energy for the physical transformation.", + "ftbquests.chapter.the_touch_of.quest7.description3": "Second: ice cream (specifically \u00266vanilla\u0026r) to provide structure to the ritual and thematic direction.", + "ftbquests.chapter.the_touch_of.quest7.description4": "Third: a couple \u00266shattered singularities\u0026r to store the excess entropy generated by this ritual.", + "ftbquests.chapter.the_touch_of.quest7.description5": "and finally, Fourth: a large amount of generic \u00266biome essence\u0026r to kickstart the reaction.", + "ftbquests.chapter.the_touch_of.quest8.description1": "\u00266Lush Essence\u0026r is found in jungles of any kind - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest8.description2": "Botanic mastery will provide you the life energy needed to transform your surroundings into a \u00266bamboo forest.\u0026r", + "ftbquests.chapter.the_touch_of.quest8.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest9.description1": "\u00266Mycelic Essence\u0026r is found exclusively on mushroom islands - you\u0027ll have to use a modified version of your terraforming ritual to bring them back. ", + "ftbquests.chapter.the_touch_of.quest9.description2": "Classic wiccan practice should provide you with the correct magical resonance to produce the hot, dry \u00266mushroom field\u0026r biome.", + "ftbquests.chapter.the_touch_of.title": "Visions of the Past", + "ftbquests.chapter_groups_3169067154505914507.title": "Biodiversity", + "ftbquests.chapter_groups_5305197537419525243.title": "Side Quests", + "ftbquests.loot_table_1430735789179352246.title": "mana stuff", + "ftbquests.loot_table_1562099882431827930.title": "horns", + "ftbquests.loot_table_3514670301200914514.title": "chicken", + "ftbquests.loot_table_5456022276654430189.title": "witch", + "ftbquests.loot_table_6347601422327785898.title": "canvas", + "ftbquests.loot_table_67272733859206798.title": "instrument", + "ftbquests.loot_table_7131061971573085034.title": "zombie", + "ftbquests.loot_table_7900474475776381538.title": "rabbit", + "ftbquests.loot_table_8024488712964205957.title": "spider", + "ftbquests.loot_table_8037173722274793648.title": "snow golem", + "ftbquests.loot_table_8381040606691607900.title": "bee", + "ftbquests.loot_table_8615485860944689786.title": "cow", + "ftbquests.loot_table_8839952752635034356.title": "skeleton" +} \ No newline at end of file diff --git a/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/ja_jp.json b/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/ja_jp.json new file mode 100644 index 0000000..fc094d8 --- /dev/null +++ b/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/ja_jp.json @@ -0,0 +1,1235 @@ +{ + "ftbquests.chapter.digital_storage.quest1.description1": "The \u00266controller\u0026r is the brains of a network. Each controller block\u0027s face is capable of outputting \u0026632 channels;\u0026r almost every device on the ME network needs \u00266one channel to operate.\u0026r", + "ftbquests.chapter.digital_storage.quest10.description1": "The \u00266Wireless Access Point\u0026r allows you to use wireless terminals to access your ME System. You can boost its range by giving it \u00266wireless boosters,\u0026r but be warned: more boosters means the WAP will need \u00264much more energy\u0026r to stay running.", + "ftbquests.chapter.digital_storage.quest10.task_8779164168368451602.title": "Any Wireless Terminal", + "ftbquests.chapter.digital_storage.quest10.title": "Wireless Access", + "ftbquests.chapter.digital_storage.quest11.description1": "\u00266Pattern Providers,\u0026r when given a pattern, will push the items in the pattern to a nearby inventory. \u00266Molecular Assemblers,\u0026r when given items, will craft with those items and output them to nearby inventories. Put them next to each other, and you have a \u00266basic autocrafting setup! \u0026r", + "ftbquests.chapter.digital_storage.quest11.description2": "You\u0027ll need somewhere to store the items while they\u0027re being crafted; a crafting storage would be ideal.", + "ftbquests.chapter.digital_storage.quest11.description3": "\u00267Tip: for more info, check the guide!", + "ftbquests.chapter.digital_storage.quest11.title": "ME Autocrafting", + "ftbquests.chapter.digital_storage.quest12.description1": "With an ME System you\u0027ll need some way to actually store items - the \u00266ME Drive\u0026r can store up to 10 storage cells of any type and size.", + "ftbquests.chapter.digital_storage.quest12.description2": "\u00267Tip: you can store botanic mana, elemental source, gases, fluids, and even space itself in cells - not just regular items!", + "ftbquests.chapter.digital_storage.quest13.description1": "Terminals are how you actually interface with the storage cells in your ME System.", + "ftbquests.chapter.digital_storage.quest13.task_8779678006548052409.title": "Any Terminal", + "ftbquests.chapter.digital_storage.quest13.title": "Terminals", + "ftbquests.chapter.digital_storage.quest14.description1": "Storing some energy in your ME System would be a good idea... just in case.", + "ftbquests.chapter.digital_storage.quest16.description1": "\u00266P2P Tunnels\u0026r allow you to transfer multiple channels per channel! It\u0027s a little confusing at first, but once you get the hang of it you can really push your system to the limit.", + "ftbquests.chapter.digital_storage.quest16.description2": "You can also transfer power, chemicals, and even botanic mana and elemental source!", + "ftbquests.chapter.digital_storage.quest17.description1": "The \u00266Reaction Chamber\u0026r not only allows you to make circuits much faster, it can also charge large amounts of certus crystals at a time and even grow crystals from themselves!", + "ftbquests.chapter.digital_storage.quest17.description2": "Just make sure you have enough power to handle its recipes...", + "ftbquests.chapter.digital_storage.quest18.description1": "The \u00266Circuit Slicer\u0026r can cut blocks of materials into 9 circuits much faster than an inscriber can press them.", + "ftbquests.chapter.digital_storage.quest19.description1": "The \u00266Assembler Matrix\u0026r is a molecular assembler and pattern provider setup on steroids - at its maximum size, it can hold over 4,000 patterns and craft incredibly fast. The best part? It only needs \u00266one channel.\u0026r", + "ftbquests.chapter.digital_storage.quest2.description1": "A controller block itself can input energy, but you\u0027ll want to have as many controller faces open as you can to get as many channels as possible into your network. ", + "ftbquests.chapter.digital_storage.quest2.description2": "The \u00266Energy Acceptor\u0026r uses no channels and can be placed anywhere, as long as it\u0027s connected to the network somehow.", + "ftbquests.chapter.digital_storage.quest20.description1": "The \u00266Quantum Computer Core\u0026r is a self-contained crafting CPU with 256M crafting storage and 8 co-processing threads.", + "ftbquests.chapter.digital_storage.quest21.description1": "The \u00266Quantum Computer multiblock\u0026r is an extremely powerful multiblock that can handle an effectively \u00266infinite\u0026r number of crafting requests for your ME System.", + "ftbquests.chapter.digital_storage.quest21.description2": "Read the guide for more information.", + "ftbquests.chapter.digital_storage.quest22.description1": "Perfect for carrying items on the go, the \u00266backpack\u0026r has a few useful upgrades as well.", + "ftbquests.chapter.digital_storage.quest23.description1": "Better than regular chests, \u00266Sophisticated Storage\u0026r lets you put more things in a single block.", + "ftbquests.chapter.digital_storage.quest23.task_5897231893839036272.title": "Any Sophisticated Storage Block", + "ftbquests.chapter.digital_storage.quest23.title": "Sophisticated Storage", + "ftbquests.chapter.digital_storage.quest24.description1": "Capable of storing a very large amount of a single item type.", + "ftbquests.chapter.digital_storage.quest24.description2": "The framing table lets you customize the way they look.", + "ftbquests.chapter.digital_storage.quest24.task_5464079544652951362.title": "Any Storage Drawer", + "ftbquests.chapter.digital_storage.quest24.title": "Storage Drawers", + "ftbquests.chapter.digital_storage.quest25.description1": "Tier upgrades can be used to upgrade Sophisticated Storage blocks without breaking them.", + "ftbquests.chapter.digital_storage.quest25.task_611570763386642583.title": "Any Tier Upgrade", + "ftbquests.chapter.digital_storage.quest26.description1": "The \u00266Drawer Controller\u0026r allows you to interface with multiple drawers using only a single blockface.", + "ftbquests.chapter.digital_storage.quest27.description1": "There are a variety of keys - lock drawers to specific items, hide item labels to reduce lag, and more.", + "ftbquests.chapter.digital_storage.quest27.task_7070764459751906106.title": "Any Drawer Key", + "ftbquests.chapter.digital_storage.quest27.title": "Drawer Keys", + "ftbquests.chapter.digital_storage.quest28.description1": "Autofeeding, playing music, even portable crafting can all be attained with backpack upgrades.", + "ftbquests.chapter.digital_storage.quest29.description1": "Higher stack count, filtering, and more - check the uses for the upgrade base.", + "ftbquests.chapter.digital_storage.quest3.description1": "Smart cables are very useful - they visually display how many channels they\u0027re carrying at any given time.", + "ftbquests.chapter.digital_storage.quest3.task_6551415206641156021.title": "Any Smart Cable", + "ftbquests.chapter.digital_storage.quest3.title": "Smart Cables", + "ftbquests.chapter.digital_storage.quest30.description1": "Each workbench (aside from looking neat) can turn a specific set of blocks into its variants.", + "ftbquests.chapter.digital_storage.quest30.title": "Chipped Workbenches", + "ftbquests.chapter.digital_storage.quest31.description1": "Can turn almost any basic block into a wide array of variants.", + "ftbquests.chapter.digital_storage.quest32.description1": "Made from stonecutting andesite alloy, these blocks can take on the texture of any other block.", + "ftbquests.chapter.digital_storage.quest32.task_4661123369301757740.title": "Any Copycat Block", + "ftbquests.chapter.digital_storage.quest33.description1": "You can make music by crafing a \u00266Music Sheet\u0026r and placing notes on the sheet. ", + "ftbquests.chapter.digital_storage.quest33.description2": "Place the sheet in your offhand while holding an instrument to play the instrument.", + "ftbquests.chapter.digital_storage.quest33.description3": "\u00267Tip: you can do MUCH more with this mod - check out its CurseForge page for more info.", + "ftbquests.chapter.digital_storage.quest34.description1": "You can paint your own masterpieces while you wait for crops to grow - simply make a palette, fill it with colors, plop a canvas on an easel, and get to painting!", + "ftbquests.chapter.digital_storage.quest34.description2": "Signed paintings can be duplicated by crafting the original with a blank canvas of the same size.", + "ftbquests.chapter.digital_storage.quest34.description3": "\u00267Tip: to craft a palette, fill the bottom row of a crafting table with planks, then place dyes in the middle. You can add more dyes to a palette by crafting them together.", + "ftbquests.chapter.digital_storage.quest34.title": "The Joy of Painting", + "ftbquests.chapter.digital_storage.quest35.description1": "\u00266Building Gadgets\u0026r are a collection of useful tools that will let you build very quickly.", + "ftbquests.chapter.digital_storage.quest35.description2": "They do need to be charged; use an energy cube or similar.", + "ftbquests.chapter.digital_storage.quest36.description1": "The \u00266Rod of the Shifting Crust\u0026r allows you to exchange blocks in the world with blocks in your inventory for the cost of mana.", + "ftbquests.chapter.digital_storage.quest4.description1": "Dense cables can carry 32 channels instead of the regular 8 channels.", + "ftbquests.chapter.digital_storage.quest4.task_5854794686036721300.title": "Any Smart Dense Cable", + "ftbquests.chapter.digital_storage.quest4.title": "Dense Cables", + "ftbquests.chapter.digital_storage.quest5.description1": "The color applicator lets you paint cables - especially useful once your network starts to grow. ", + "ftbquests.chapter.digital_storage.quest5.description2": "Colored cables won\u0027t connect to other colored cables, but fluix cables can connect to all colors.", + "ftbquests.chapter.digital_storage.quest5.description3": "These can be filled with \u00266dyes or paintballs\u0026r using an \u00266ME Chest.\u0026r", + "ftbquests.chapter.digital_storage.quest5.task_4299327579125140032.title": "Color Applicator", + "ftbquests.chapter.digital_storage.quest6.description1": "The \u00266ME Interface\u0026r acts as a specialized input and output port for your network. ", + "ftbquests.chapter.digital_storage.quest6.description2": "It can keep a certain amount of items from your network in its inventory for pipes or other blocks to pull from, and also automatically puts any other items it receives into the network.", + "ftbquests.chapter.digital_storage.quest7.description1": "The \u00266Wireless Connector\u0026r is a short-range version of a \u00266Quantum Link Chamber \u0026r- use this when you want your network to jump a short distance, and not cross-dimensionally.", + "ftbquests.chapter.digital_storage.quest8.description1": "The \u00266Quantum Network Bridge\u0026r uses the power of quantum entanglement to bridge a network gap not only across large distances, but dimensions.", + "ftbquests.chapter.digital_storage.quest8.title": "Quantum Network Bridge", + "ftbquests.chapter.digital_storage.quest9.description1": "The\u00266 Extended Charger\u0026r and \u00266Inscriber\u0026r are upgraded versions of their base models, capable of processing 4 recipes in parallel.", + "ftbquests.chapter.digital_storage.quest9.title": "Extended Machines", + "ftbquests.chapter.digital_storage.title": "Storage and Decor", + "ftbquests.chapter.ffood_plants.quest1.description1": "Lining rivers and shores, sugar cane had once risen in green columns, swaying with each passing breeze.", + "ftbquests.chapter.ffood_plants.quest10.description1": "With deep golden petals and a bitter scent, wolfsbane once grew where night lingered longest. ", + "ftbquests.chapter.ffood_plants.quest100.description1": "Sweet, mellow fruits with a classic tropical aroma.", + "ftbquests.chapter.ffood_plants.quest101.description1": "Soft and nutty, cashews offer a creamy bite with a sweet-savory balance.", + "ftbquests.chapter.ffood_plants.quest102.description1": "Cherries burst with juicy intensity; sweet, sometimes sharp, and always bright.", + "ftbquests.chapter.ffood_plants.quest103.description1": "Cracking into a coconut reveals cool, sweet water and soft, fragrant meat.", + "ftbquests.chapter.ffood_plants.quest104.description1": "Dates are also known as nature\u0027s candy: chewy, caramel-rich, and deeply sweet.", + "ftbquests.chapter.ffood_plants.quest105.description1": "With neon skin and unique speckled flesh, dragon fruit tastes delicate, lightly sweet, and just a little floral.", + "ftbquests.chapter.ffood_plants.quest106.description1": "Figs are jammy and soft with a honey-like flavor.", + "ftbquests.chapter.ffood_plants.quest107.description1": "Grapefruit will wake up your palate - juicy, sour, bitter, and bold.", + "ftbquests.chapter.ffood_plants.quest108.description1": "Kumquats are often eaten whole, with a sharp citrus shock over sweet orange notes.", + "ftbquests.chapter.ffood_plants.quest109.description1": "Tart and vivid, lemons cut through richness with their clean citrus bite.", + "ftbquests.chapter.ffood_plants.quest11.description1": "Snowbells had once blossomed in the coldest reaches, their pale blue petals dusted with frost.", + "ftbquests.chapter.ffood_plants.quest110.description1": "Smaller and punchier than lemons, limes have a tight, zesty sting.", + "ftbquests.chapter.ffood_plants.quest111.description1": "Mangoes melt in your mouth with tropical sweetness.", + "ftbquests.chapter.ffood_plants.quest112.description1": "Like a peach in sleek skin, nectarines are sweet, tangy, and satisfyingly juicy.", + "ftbquests.chapter.ffood_plants.quest113.description1": "Ground nutmeg adds a warm, nutty-spicy aroma that’s cozy and festive to any dish.", + "ftbquests.chapter.ffood_plants.quest114.description1": "Oranges are all brightness and juice, sweet with a sunny citrus finish.", + "ftbquests.chapter.ffood_plants.quest115.description1": "Peaches are the most famous of stone fruit, for good reason.", + "ftbquests.chapter.ffood_plants.quest116.description1": "Pears are quietly sweet and crisp; eternally elegant.", + "ftbquests.chapter.ffood_plants.quest117.description1": "Pecans have a great crunch with deep nutty flavor.", + "ftbquests.chapter.ffood_plants.quest118.description1": "Persimmons are smooth and syrupy, with a mellow flavor that deepens as they ripen.", + "ftbquests.chapter.ffood_plants.quest119.description1": "Plums skirt the line between tart and sweet, finishing with a tangy punch.", + "ftbquests.chapter.ffood_plants.quest12.description1": "Prized by herbalists for its strange resilience, who claimed it drew strength from the moonlit depths.", + "ftbquests.chapter.ffood_plants.quest120.description1": "Star fruit is crisp and juicy, with a tropical edge.", + "ftbquests.chapter.ffood_plants.quest121.description1": "Walnuts are hearty and slightly bitter, great for a midday snack.", + "ftbquests.chapter.ffood_plants.quest122.description1": "The bark grinds down to a warm, spicy-sweet powder that instantly deepens any flavor.", + "ftbquests.chapter.ffood_plants.quest123.description1": "The \u00266Cooking Table\u0026r is the heart of a multiblock kitchen - allowing you to craft any number of foods with the items stored inside of it. It can also supply you with tools, water, snow/ice, and milk.", + "ftbquests.chapter.ffood_plants.quest123.description2": "Especially handy when you have a large amount of foods and a limited amount of brainpower.", + "ftbquests.chapter.ffood_plants.quest123.title": "Cooking for Blockheads", + "ftbquests.chapter.ffood_plants.quest124.description1": "The \u00266ME Kitchen Station\u0026r lets you connect your multiblock kitchen to your ME system!", + "ftbquests.chapter.ffood_plants.quest125.description1": "The \u00266fridge\u0026r stores items, just like a cabinet.", + "ftbquests.chapter.ffood_plants.quest126.description1": "A \u00266sink\u0026r provides unlimited water to recipes.", + "ftbquests.chapter.ffood_plants.quest126.description2": "\u00267Tip: ...and other things.", + "ftbquests.chapter.ffood_plants.quest127.description1": "The oven lets you cook multiple foods in a single block.", + "ftbquests.chapter.ffood_plants.quest128.description1": "A \u00266Cow in a Jar\u0026r slowly produces milk, which can be used in recipes.", + "ftbquests.chapter.ffood_plants.quest128.description2": "...but how does one get a cow into a jar?", + "ftbquests.chapter.ffood_plants.quest128.description3": "\u00267Tip: you\u0027ll need to turn off claim protection or make this outside a claim, OPAC doesn\u0027t really like animal cruelty!", + "ftbquests.chapter.ffood_plants.quest129.description1": "When added to a fridge, the \u00266ice unit\u0026r provides unlimited ice and snow to recipes.", + "ftbquests.chapter.ffood_plants.quest13.description1": "This earth-toned fungus once thrived in quiet, dark corners, feeding on decay.", + "ftbquests.chapter.ffood_plants.quest130.description1": "The \u00266heating unit,\u0026r applied to a stove, lets it run on energy instead of burnable fuel.", + "ftbquests.chapter.ffood_plants.quest131.description1": "The \u00266tool rack\u0026r provides tools to cooking recipes; pots, pans, and other sorts.", + "ftbquests.chapter.ffood_plants.quest132.description1": "The \u00266Kitchen Cabinet and Counter\u0026r store items for the Cooking Table to use.", + "ftbquests.chapter.ffood_plants.quest132.title": "Kitchen Storage", + "ftbquests.chapter.ffood_plants.quest133.description1": "The \u00266Horn of the Wild\u0026r lets you harvest a large area of crops without manually collecting them one by one.", + "ftbquests.chapter.ffood_plants.quest133.description2": "Useful!", + "ftbquests.chapter.ffood_plants.quest134.description1": "The \u00266Drum of the Wild\u0026r is a block-based version of the horn - set a mana spreader to shoot mana through it and it\u0027ll harvest crops nearby.", + "ftbquests.chapter.ffood_plants.quest134.description2": "Add a \u00266hopperhock\u0026r and you have fully automatic crop harvesting!", + "ftbquests.chapter.ffood_plants.quest135.description1": "The \u00266Harvester\u0026r is a little harder to make than the other automated harvesters, but it makes up for it in ease of use.", + "ftbquests.chapter.ffood_plants.quest135.description2": "Place it on the same level as crops and it will harvest them - a 3x3 area by default, but this can be upgraded with machine upgrades.", + "ftbquests.chapter.ffood_plants.quest136.description1": "The \u00266Mechanical Harvester\u0026r lets you harvest... mechanically! ", + "ftbquests.chapter.ffood_plants.quest136.description2": "Attach it to any variety of contraption and as it moves through a crop it will harvest it.", + "ftbquests.chapter.ffood_plants.quest137.description1": "That\u0027s dedication! A personal shoutout from myself, for the pure raw dedication that you\u0027ve shown.", + "ftbquests.chapter.ffood_plants.quest137.subtitle": "You earned it!", + "ftbquests.chapter.ffood_plants.quest137.task_5521912290757485582.title": "You know what? Sure.", + "ftbquests.chapter.ffood_plants.quest138.description1": "You\u0027ve gone even further than I went! An absolute mad. lad. Take your prize and go.", + "ftbquests.chapter.ffood_plants.quest138.subtitle": "Your dedication is admirable.", + "ftbquests.chapter.ffood_plants.quest138.title": "Good god...", + "ftbquests.chapter.ffood_plants.quest14.description1": "With its crimson cap and pale stem, the red mushroom once sprouted in damp caves and shadowed groves.", + "ftbquests.chapter.ffood_plants.quest15.description1": "Bamboo once climbed toward the sky in great bamboo forests, hollow stems whispering in the wind.", + "ftbquests.chapter.ffood_plants.quest16.description1": "Sailors swore it marked safe waters—while some claimed it hid the bones of the drowned.", + "ftbquests.chapter.ffood_plants.quest17.description1": "This gentle underwater plant once rippled with the ocean’s breath, carpeting the sea floor in quiet green.", + "ftbquests.chapter.ffood_plants.quest18.description1": "Their soft light once guided creatures of the reef and lit the way for wayward divers in the twilight deep.", + "ftbquests.chapter.ffood_plants.quest19.description1": "This strange, red fungus had grown only in the deep, burning halls of another world. It pulsed faintly with unnatural life.", + "ftbquests.chapter.ffood_plants.quest2.description1": "Bright orange roots that grew deep in the earth, carrots were a favorite among rabbits and a healthy snack, to boot!", + "ftbquests.chapter.ffood_plants.quest20.description1": "Once said to carry the scent of a world turned upside down—where even the air recoiled in confusion.", + "ftbquests.chapter.ffood_plants.quest21.description1": "This twisted red fungus once grew in the scorched ground of the Nether, pulsing faintly as if alive.", + "ftbquests.chapter.ffood_plants.quest22.description1": "Once used in deadly draughts and sleeping curses, favored by those who studied the poisoner\u0027s art.", + "ftbquests.chapter.ffood_plants.quest23.description1": "Flax\u0027s delicate fibers had once been woven into cloth and spell-thread, binding both garments and enchantments.", + "ftbquests.chapter.ffood_plants.quest24.description1": "Bold and crimson, the poppy is a symbol of remembrance and silent strength, often found where courage once stood.", + "ftbquests.chapter.ffood_plants.quest24.description2": "\u00267Tip: You can either craft poppy seeds or mutate them from Melon and Sugarcane.", + "ftbquests.chapter.ffood_plants.quest25.description1": "A tall and graceful flower with a soft purple hue, often associated with grace, quiet wisdom, and calm days.", + "ftbquests.chapter.ffood_plants.quest26.description1": "Delicate and pale, these tiny flowers cluster low to the ground, bringing a sense of peace to open fields.", + "ftbquests.chapter.ffood_plants.quest27.description1": "This rare azure blossom flourishes in damp, shadowed groves. Legends say it blooms where ancient tears once fell.", + "ftbquests.chapter.ffood_plants.quest28.description1": "Cornflowers once braved the wind in wide fields, their blue hues a favorite among storytellers and songwriters.", + "ftbquests.chapter.ffood_plants.quest29.description1": "A cheerful bloom of golden yellow, said to carry whispers of spring on the wind. It thrives wherever the sun touches the land.", + "ftbquests.chapter.ffood_plants.quest29.description2": "\u00267Tip: You can either craft dandelion seeds or mutate them from Wheat and Pumpkin.\u0026r", + "ftbquests.chapter.ffood_plants.quest3.description1": "Crimson bulbs that added color and flavor to any dish, beetroots were once quite common in village gardens.", + "ftbquests.chapter.ffood_plants.quest30.description1": "Hidden among thick leaves, these tiny white bells are said to chime in silence when the forest is listening.", + "ftbquests.chapter.ffood_plants.quest31.description1": "With a golden eye watching from its white face, this flower is a quiet companion of wanderers and daydreamers.", + "ftbquests.chapter.ffood_plants.quest32.description1": "Glowing softly with hues of flame, this ancient blossom is thought to be a gift from the deep earth, where fire once danced.", + "ftbquests.chapter.ffood_plants.quest33.description1": "Warming as a sunset, the orange tulip is said to bring cheer and good fortune to those who find it.", + "ftbquests.chapter.ffood_plants.quest34.description1": "Bright and bold, the red tulip is a symbol of love and passion, often given in times of heartfelt confession.", + "ftbquests.chapter.ffood_plants.quest35.description1": "Soft as moonlight, white tulips once whispered of peace and innocence in gardens now long lain fallow.", + "ftbquests.chapter.ffood_plants.quest36.description1": "Soft and gentle, the pink tulip speaks of friendship and gentle affection, often found where laughter lingers.", + "ftbquests.chapter.ffood_plants.quest37.description1": "Dark as a starless night and thorned with sorrow, this eerie bloom grows only in the wake of ruin and shadow.", + "ftbquests.chapter.ffood_plants.quest38.description1": "You can make podzol for planting flower seeds on by growing a 2x2 of spruce saplings - the large tree, once grown, will convert dirt (and dried earth!) under it into podzol.", + "ftbquests.chapter.ffood_plants.quest38.description2": "\u00267Tip: once the strength trait of a flower is high enough, you won\u0027t need to plant them on podzol!", + "ftbquests.chapter.ffood_plants.quest38.task_7604363448496665210.title": "Look at Podzol", + "ftbquests.chapter.ffood_plants.quest38.title": "Podzol", + "ftbquests.chapter.ffood_plants.quest39.description1": "Onion\u0027s delicious smell once filled the air as it gave flavor to meals.", + "ftbquests.chapter.ffood_plants.quest4.description1": "Earthy and humble, potatoes were versatile tubers that thrived in the cool soil of many places.", + "ftbquests.chapter.ffood_plants.quest40.description1": "Sweet potatoes grew slow and sweet underground, long ago.", + "ftbquests.chapter.ffood_plants.quest40.description2": "(new page placeholder text)", + "ftbquests.chapter.ffood_plants.quest41.description1": "A humble grain that swayed in golden fields before being ground and baked into something warm and sustaining.", + "ftbquests.chapter.ffood_plants.quest42.description1": "Basil once filled the air with a fragrance that breezes would quietly carry away.", + "ftbquests.chapter.ffood_plants.quest43.description1": "A small, zesty vegetable that added a sharp bite to meals.", + "ftbquests.chapter.ffood_plants.quest44.description1": "A dark, sturdy bean that once softened in pots where stories and spices mingled.", + "ftbquests.chapter.ffood_plants.quest45.description1": "A slender, snappy vegetable that brightened plates in days long past.", + "ftbquests.chapter.ffood_plants.quest46.description1": "A nutrient-rich tuber, often tied to seasonal harvests and both everyday and festive cooking.", + "ftbquests.chapter.ffood_plants.quest47.description1": "Widely adopted, they were once integral to many cuisines, especially where freshness and preservation intersected.", + "ftbquests.chapter.ffood_plants.quest48.description1": "Spiny and hardy, the cactus once dotted vast oceans of sand.", + "ftbquests.chapter.ffood_plants.quest49.description1": "Saguaro once stood tall in the desert heat, holding their shape against time and silence.", + "ftbquests.chapter.ffood_plants.quest5.description1": "Orange orbs that sprouted in the autumn, pumpkins were both a festive decoration and a hearty food source.", + "ftbquests.chapter.ffood_plants.quest50.description1": "Valued for its hardiness and storage life, it figured prominently in preserved and cold-weather foods.", + "ftbquests.chapter.ffood_plants.quest51.description1": "Fast-growing and versatile, they were commonly used to add mild sharpness to everyday dishes.", + "ftbquests.chapter.ffood_plants.quest52.description1": "Coffee was brewed each morning, dark and warm, its bitterness softened by time and habit.", + "ftbquests.chapter.ffood_plants.quest53.description1": "A worldwide staple, central to daily diets and shaped by centuries of cultivation and ritual.", + "ftbquests.chapter.ffood_plants.quest54.description1": "A cool-weather root typically grown for its reliability and used in simple, hearty meals.", + "ftbquests.chapter.ffood_plants.quest55.description1": "A hardy root, valued for nutrition and storage through cold months.", + "ftbquests.chapter.ffood_plants.quest56.description1": "Once used to add a small amount of spice to everyday food.", + "ftbquests.chapter.ffood_plants.quest57.description1": "Once cultivated widely for its simple, nourishing qualities.", + "ftbquests.chapter.ffood_plants.quest58.description1": "A vital staple, central to diets and agricultural abundance.", + "ftbquests.chapter.ffood_plants.quest59.description1": "Seeds that added warmth and spice, enhancing a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest6.description1": "Large, round fruits with a green rind and sweet, juicy flesh; melons grew best in warm, sunny fields.", + "ftbquests.chapter.ffood_plants.quest60.description1": "Mild and colorful, they brought sweetness and variety to meals.", + "ftbquests.chapter.ffood_plants.quest61.description1": "Known for its cool, crisp texture, often enjoyed fresh or pickled.", + "ftbquests.chapter.ffood_plants.quest62.description1": "A sweet fruit that brightened the warmer months with its flavor.", + "ftbquests.chapter.ffood_plants.quest63.description1": "Harvested for its tender shoots, enjoyed seasonally.", + "ftbquests.chapter.ffood_plants.quest64.description1": "Offered a subtle crunch and flavor, a common addition in many recipes.", + "ftbquests.chapter.ffood_plants.quest65.description1": "Once a comforting grain, quietly nourishing both people and animals alike.", + "ftbquests.chapter.ffood_plants.quest66.description1": "Peanuts were once valued for their simple richness and high protein content.", + "ftbquests.chapter.ffood_plants.quest67.description1": "Tart and vibrant, they were key in sauces and salsas that brought bold flavor.", + "ftbquests.chapter.ffood_plants.quest68.description1": "A versatile summer squash, cooked or baked into a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest69.description1": "A small, sweet berry, enjoyed fresh or preserved to brighten meals.", + "ftbquests.chapter.ffood_plants.quest7.description1": "Prickly bushes bore these bright berries, beloved for their sweet bite and quick comfort.", + "ftbquests.chapter.ffood_plants.quest70.description1": "Known for their sweetness and antioxidants, often eaten fresh or in preserves.", + "ftbquests.chapter.ffood_plants.quest71.description1": "Rich and tangy, they provided a burst of flavor and nutrition when they were in season.", + "ftbquests.chapter.ffood_plants.quest72.description1": "A mild onion relative, used to add depth and subtle flavor to soups and stews.", + "ftbquests.chapter.ffood_plants.quest73.description1": "Crisp and cool, a common leafy green that added freshness to countless dishes.", + "ftbquests.chapter.ffood_plants.quest74.description1": "Valued for its spicy warmth and medicinal qualities, a staple in many remedies and recipes now lost.", + "ftbquests.chapter.ffood_plants.quest75.description1": "A fragrant melon, its juicy flesh a refreshing treat on hot days.", + "ftbquests.chapter.ffood_plants.quest76.description1": "A sweet, cooling melon that offered relief during warm seasons.", + "ftbquests.chapter.ffood_plants.quest77.description1": "A tangy fruit, rich in vitamin C and refreshing in warmer months.", + "ftbquests.chapter.ffood_plants.quest78.description1": "A versatile vegetable, often roasted or stewed to add richness to meals.", + "ftbquests.chapter.ffood_plants.quest79.description1": "A mild vegetable used in a variety of dishes, from soups to roasts.", + "ftbquests.chapter.ffood_plants.quest8.description1": "Wheat once rippled like golden seas, feeding countless lives. Fields of it marked the heart of many homesteads.", + "ftbquests.chapter.ffood_plants.quest80.description1": "Small and tart, used fresh or dried to add brightness to dishes and preserves.", + "ftbquests.chapter.ffood_plants.quest81.description1": "Valued for their oil and flavor, they were a key ingredient in cooking and preservation.", + "ftbquests.chapter.ffood_plants.quest82.description1": "Known for its nutritional content, often steamed or roasted.", + "ftbquests.chapter.ffood_plants.quest83.description1": "Prized for its tender hearts, a special ingredient in many traditional meals.", + "ftbquests.chapter.ffood_plants.quest84.description1": "Tart and fibrous, often cooked down into jams and desserts.", + "ftbquests.chapter.ffood_plants.quest85.description1": "A pungent staple, prized for both taste and medicinal value in many kitchens.", + "ftbquests.chapter.ffood_plants.quest86.description1": "Known for its vibrant color and healing properties, it flavored food and soothed ailments alike.", + "ftbquests.chapter.ffood_plants.quest87.description1": "Sweet and versatile - enjoyed fresh or transformed into wines and preserves.", + "ftbquests.chapter.ffood_plants.quest88.description1": "A leafy green, rich in nutrients and commonly eaten fresh.", + "ftbquests.chapter.ffood_plants.quest89.description1": "A hearty vegetable, often stored through colder months and used in countless recipes.", + "ftbquests.chapter.ffood_plants.quest9.description1": "This gnarled, shrieking root was feared as much as it was valued.", + "ftbquests.chapter.ffood_plants.quest9.description2": "\u00267Tip: you might want to only harvest these at night!", + "ftbquests.chapter.ffood_plants.quest90.description1": "A resilient leafy green valued for its nutrition and versatility in cooking.", + "ftbquests.chapter.ffood_plants.quest91.description1": "Small, dark berries used for their medicinal properties and tart flavor.", + "ftbquests.chapter.ffood_plants.quest92.description1": "Known for their bitter aroma, they were essential in brewing of all kinds.", + "ftbquests.chapter.ffood_plants.quest93.description1": "Tart and bright, commonly used fresh or preserved to complement meals.", + "ftbquests.chapter.ffood_plants.quest94.description1": "A fragrant bean that lent warmth and sweetness to many desserts and drinks.", + "ftbquests.chapter.ffood_plants.quest95.description1": "A sweet and tangy fruit that brought plenty of flavor to many dishes.", + "ftbquests.chapter.ffood_plants.quest96.description1": "Crunchy, subtly sweet nuts with a toasty, earthy finish.", + "ftbquests.chapter.ffood_plants.quest97.description1": "Crisp, juicy fruits that balance light sweetness with a refreshing tang.", + "ftbquests.chapter.ffood_plants.quest98.description1": "Soft, slightly fuzzy fruits with a delightfully sweet-tart burst.", + "ftbquests.chapter.ffood_plants.quest99.description1": "Creamy and buttery with a mild, slightly grassy flavor.", + "ftbquests.chapter.ffood_plants.title": "Plants Galore", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description1": "You wake up in a vast, dead and dried out wasteland. You don\u0027t remember how you got here, but you do remember what the world \u0026oshould\u0026r look like - and this isn\u0027t it.", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description2": "Welcome to \u00266Reclamation!\u0026r This is a slower-paced pack focused around bringing life and nature back to a dead world. Press \u00266F3+H\u0026r to disable advanced tooltips, if they\u0027re on!", + "ftbquests.chapter.how_the_world_came_to_be.quest1.task_6356663929448377632.title": "What happened here?", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description1": "\u00266Alchemical Sulfur\u0026r is one of the three building blocks of alchemy - it provides the Soul of an item, and represents what specific item it is.", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description2": "To obtain it, you\u0027ll have to make a \u00266Liquefaction Cauldron\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the item you want to extract sulfur from into the Cauldron, fill it with \u00266Sal Ammoniac,\u0026r give the Brazier some fuel, and it\u0027ll slowly convert materials into their respective \u00266Alchemical Sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description3": "The dried earth you find yourself surrounded by used to be dirt, and it remembers that - \u00266use the Cauldron to turn dried earth into dirt sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.title": "Alchemical Sulfur", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description1": "Now that you have all three alchemical components of an item - \u00266Mercury, Salt, and Sulfur\u0026r - you can make an \u00266Incubator\u0026r to combine them all back into an item; in this case, back into \u00266dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description2": "Place the Incubator above a Brazier and attach all three vessels to the sides of it. Fill each vessel with the appropriate item, give the Brazier some fuel, and in a bit you\u0027ll have fresh dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest11.title": "Incubator", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description1": "You\u0027ve done it! You\u0027ve made dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description2": "...now you just need something to grow on it.", + "ftbquests.chapter.how_the_world_came_to_be.quest12.subtitle": "Slightly browner", + "ftbquests.chapter.how_the_world_came_to_be.quest13.description1": "Despite the seeming apocalypse, there are still fish to find (and eat) for those with the skill and desire.", + "ftbquests.chapter.how_the_world_came_to_be.quest13.title": "Fishy Friends", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description1": "Spider string can be crafted into wool, which can be crafted into beds! ", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description2": "You can also craft a sleeping bag, for staying cozy on the go... but where would you be going?", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_1655930139945784994.title": "Any Bed", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_2233575124644508705.title": "Any Sleeping Bag", + "ftbquests.chapter.how_the_world_came_to_be.quest14.title": "Small Comforts", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description1": "Worldgen has been completely overhauled - \u00264no ore generates,\u0026r and the only biomes that exist are dead, wasteland biomes with no real vegetation. Additionally, the only trees that spawn are dead trees, with very little useability.", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description2": "Stone variants still generate, and you can find \u00266sand and clay underwater.\u0026r It will also still rain!", + "ftbquests.chapter.how_the_world_came_to_be.quest15.task_9000568835822462366.title": "Changed worldgen?", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description1": "The naturally spawning mobs have changed in this new landscape! Specifically, \u0026czombie villagers and witches won\u0027t spawn,\u0026r and \u00266spiders have mutated\u0026r into their venomous cave versions. ", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description2": "This means that there\u0027s \u0026cno way to get any kind of resources from witches or zombie villagers\u0026r (even if you could cure them!); the only things that you can really hope to get are iron or copper ingots from \u00266rare drops\u0026r - but there are other ways to generate resources...", + "ftbquests.chapter.how_the_world_came_to_be.quest16.task_8241748987012779739.title": "Rare Drops?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description1": "There are quite a few books in the pack! Thankfully, the \u00266Akashic Tome\u0026r is here to help. Crafting any book with this will combine it, letting you keep every guidebook in a single item. Simply craft it with another guidebook!", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description2": "To untransform the tome, punch the air with it.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description3": "To remove a stored book, transform the tome into the book, then sneak and press your \u0027drop\u0027 key.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.task_3483844932023115481.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description1": "A lot of the pack consists of passive processes you\u0027ll probably want to keep running while you do other things. You can claim chunks to \u00266force-load \u0026rthem using your map; ensuring they\u0027ll stay loaded even while you\u0027re not nearby. ", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description2": "Just open your map (default M) and \u00266right-click drag\u0026r over the area you\u0027d like to claim. Right-click drag again to force claim!", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description3": "If you\u0027re playing with friends, \u00266make sure you\u0027re on the same team\u0026r so that you can all access things inside your claim and share quest progress.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description4": "For more information on the claims system, check out the \u00266Open Parties and Claims\u0026r wiki or keybinds.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description5": "\u00267Tip: you might want to turn claimed chunk protection off! It tends to break fake players.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.task_3331239976186418612.title": "Playing with Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.title": "Chunkloading and Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description1": "You can make a quick and dirty door using the scrap wood and some copper you\u0027ve found - but it seems pretty shoddy, \u00264breaking every so often\u0026r and needing to be re-placed.", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description2": "At least it keeps the spookies out...", + "ftbquests.chapter.how_the_world_came_to_be.quest2.description1": "Wood is plentiful, if not exactly the quality you remember.", + "ftbquests.chapter.how_the_world_came_to_be.quest2.title": "Dead Trees", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description1": "Despite the harsh conditions, bees still persist, dotted amongst the dry hills. ", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description2": "Cultivating them could be a great way to \u00266generate resources\u0026r such as more dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description3": "\u00267Tip: this unlocks a new questline on the left!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.title": "Bees?!", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description1": "There are ruins around with \u00266small bits of copper,\u0026r completely oxidized from whatever happened. ", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description2": "You might be able to craft something to help you out with that copper, but first you\u0027ll have to \u00266get it into a useable state...\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest3.task_7525660450708144821.title": "Oxidized Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description1": "Many many recipes have been changed in this pack. Make sure you check your recipe browser for crafting recipes! By default, the keybinds when hovering over an item are \u00266R to look up recipes\u0026r for the item, and \u00266U to look up uses\u0026r for the item.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description2": "These binds can be changed by clicking the EMI button in the bottom left of your inventory screen.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.task_8528084351057584694.title": "What\u0027s changed?", + "ftbquests.chapter.how_the_world_came_to_be.quest4.title": "How do I craft things?", + "ftbquests.chapter.how_the_world_came_to_be.quest5.description1": "\u0026l\u0026o\u0026cNO ORE GENERATES IN THE WORLD. RECIPES HAVE CHANGED.\u0026r Those who came before you have completely mined out the entire planet - after centuries of strip mining, quarrying, and general exploitation, there is not so much as a measly scrap of coal in the world, so there\u0027s no point trying to find any type of ore by mining.", + "ftbquests.chapter.how_the_world_came_to_be.quest5.task_734684119620528193.title": "Deprived...", + "ftbquests.chapter.how_the_world_came_to_be.quest5.title": "Where\u0027s the ore!?", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description1": "After you \u00266scrape off the rust with an axe,\u0026r you think you can use a \u00266cutting board\u0026r to get useable copper out of the oxidized copper you find in ruins.", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description2": "This useable copper will be crucial for \u00266Spagyrics\u0026r, the process of decomposing and recombining matter - which should let you \u00266rejuvenate the Dried Earth\u0026r into \u00266Dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description3": "\u00267Tip: you can also use the cutting board to get more charcoal and scrap wood out of dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest6.title": "Useable Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description1": "In the contaminated water you have found trace amounts of \u00266Sal Ammoniac,\u0026r a crucial ingredient in the practice of \u00266Theurgy.\u0026r By setting up a simple accumulator and tank, you think you\u0027ll be able to distill it. ", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description2": "Place the accumulator on top of the tank, fill it with water, and it will slowly produce \u00266Sal Ammoniac\u0026r for you.", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description3": "\u00267Tip: you can make buckets out of copper!\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description1": "\u00266Alchemical Mercury\u0026r is one of the three building blocks of alchemy - it provides the Energy of an item, and is largely interchangeable between things.", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description2": "To distill it, you\u0027ll have to make a \u00266Mercury Distiller\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to distill into the Distiller, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Mercury.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description3": "Rarer materials give more mercury, but to start you\u0027ll probably want to distill \u00266cobblestone, dried earth, or cooked fish.\u0026r ", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description4": "\u00267Tip: slicing fish makes it a more efficient way of getting mercury!", + "ftbquests.chapter.how_the_world_came_to_be.quest8.title": "Alchemical Mercury", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description1": "\u00266Alchemical Salt\u0026r is one of the three building blocks of alchemy - it provides the Body of an item, and represents the \u0027type\u0027 of an item.", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description2": "To obtain it, you\u0027ll have to make a \u00266Calcination Oven\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to extract into the Oven, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description3": "There are many different kinds of salt, but to start, you should \u00266focus on getting Strata salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.title": "Alchemical Salt", + "ftbquests.chapter.how_the_world_came_to_be.subtitle0": "A vast wasteland", + "ftbquests.chapter.how_the_world_came_to_be.title": "Prologue", + "ftbquests.chapter.mob_safari.quest1.task_644874208300996266.title": "Creeper Photo", + "ftbquests.chapter.mob_safari.quest1.title": "Creeper", + "ftbquests.chapter.mob_safari.quest10.task_7387499092437519744.title": "Silverfish Photo", + "ftbquests.chapter.mob_safari.quest10.title": "Silverfish", + "ftbquests.chapter.mob_safari.quest11.task_560111651210659078.title": "Evoker Photo", + "ftbquests.chapter.mob_safari.quest11.title": "Evoker", + "ftbquests.chapter.mob_safari.quest12.task_6050813032829826018.title": "Ghast Photo", + "ftbquests.chapter.mob_safari.quest12.title": "Ghast", + "ftbquests.chapter.mob_safari.quest13.task_8655936747757493244.title": "Guardian Photo", + "ftbquests.chapter.mob_safari.quest13.title": "Guardian", + "ftbquests.chapter.mob_safari.quest14.task_9108849848609122501.title": "Hoglin Photo", + "ftbquests.chapter.mob_safari.quest14.title": "Hoglin", + "ftbquests.chapter.mob_safari.quest15.task_7435272240185968407.title": "Phantom Photo", + "ftbquests.chapter.mob_safari.quest15.title": "Phantom", + "ftbquests.chapter.mob_safari.quest16.task_2497415746301840277.title": "Piglin Brute Photo", + "ftbquests.chapter.mob_safari.quest16.title": "Piglin Brute", + "ftbquests.chapter.mob_safari.quest17.description1": "\u00267Tip: there is a ritual that can grant you the bad omen effect!", + "ftbquests.chapter.mob_safari.quest17.task_876018828234332303.title": "Pillager Photo", + "ftbquests.chapter.mob_safari.quest17.title": "Pillager", + "ftbquests.chapter.mob_safari.quest18.task_9217927796095116198.title": "Ravager Photo", + "ftbquests.chapter.mob_safari.quest18.title": "Ravager", + "ftbquests.chapter.mob_safari.quest19.task_6294764614244969421.title": "Shulker Photo", + "ftbquests.chapter.mob_safari.quest19.title": "Shulker", + "ftbquests.chapter.mob_safari.quest2.description1": "In this new post-apocalyptic world, you\u0027ve realized that it might be a good idea to document what lifeforms exist - just in case it happens again. ", + "ftbquests.chapter.mob_safari.quest2.description2": "To do so, you\u0027re going to need \u00266a camera, \u0026rsome \u00266film\u0026r to print onto, and some way to turn that \u00266film into photos.\u0026r", + "ftbquests.chapter.mob_safari.quest2.subtitle": "Snap decisions", + "ftbquests.chapter.mob_safari.quest2.title": "Camera", + "ftbquests.chapter.mob_safari.quest20.task_5958619487539868658.title": "Skeleton Photo", + "ftbquests.chapter.mob_safari.quest20.title": "Skeleton", + "ftbquests.chapter.mob_safari.quest21.task_2908237894518590949.title": "Slime Photo", + "ftbquests.chapter.mob_safari.quest21.title": "Slime", + "ftbquests.chapter.mob_safari.quest22.task_1986307033554203052.title": "Stray Photo", + "ftbquests.chapter.mob_safari.quest22.title": "Stray", + "ftbquests.chapter.mob_safari.quest23.task_8127229503220688871.title": "Vex Photo", + "ftbquests.chapter.mob_safari.quest23.title": "Vex", + "ftbquests.chapter.mob_safari.quest24.task_2719667561416590077.title": "Vindicator Photo", + "ftbquests.chapter.mob_safari.quest24.title": "Vindicator", + "ftbquests.chapter.mob_safari.quest25.description1": "\u00267Tip: the sculk catalyst is craftable, and you can use a sculk awakener on a sculk shrieker to convert it into one that can spawn Wardens.", + "ftbquests.chapter.mob_safari.quest25.task_3299757844051508646.title": "Warden Photo", + "ftbquests.chapter.mob_safari.quest25.title": "Warden", + "ftbquests.chapter.mob_safari.quest26.task_1834001635925258364.title": "Witch Photo", + "ftbquests.chapter.mob_safari.quest26.title": "Witch", + "ftbquests.chapter.mob_safari.quest27.description1": "\u00267Tip: if you want to summon a living wither skeleton, you\u0027ll need to use the Soulium Spawner.", + "ftbquests.chapter.mob_safari.quest27.task_431510156767848390.title": "Wither Skeleton Photo", + "ftbquests.chapter.mob_safari.quest27.title": "Wither Skeleton", + "ftbquests.chapter.mob_safari.quest28.task_3976176875920550036.title": "Zoglin Photo", + "ftbquests.chapter.mob_safari.quest28.title": "Zoglin", + "ftbquests.chapter.mob_safari.quest29.task_2001349734991872109.title": "Blaze Photo", + "ftbquests.chapter.mob_safari.quest29.title": "Blaze", + "ftbquests.chapter.mob_safari.quest3.task_6868688706200460210.title": "Zombie Photo", + "ftbquests.chapter.mob_safari.quest3.title": "Zombie", + "ftbquests.chapter.mob_safari.quest30.task_4394254762005595057.title": "Wither Photo", + "ftbquests.chapter.mob_safari.quest30.title": "Wither", + "ftbquests.chapter.mob_safari.quest31.task_6606548217913389459.title": "Ender Dragon Photo", + "ftbquests.chapter.mob_safari.quest31.title": "Ender Dragon", + "ftbquests.chapter.mob_safari.quest32.task_8348843003612976311.title": "Piglin Photo", + "ftbquests.chapter.mob_safari.quest32.title": "Piglin", + "ftbquests.chapter.mob_safari.quest33.task_9152125344552747368.title": "Allay Photo", + "ftbquests.chapter.mob_safari.quest33.title": "Allay", + "ftbquests.chapter.mob_safari.quest34.task_935450104482788869.title": "Axolotl Photo", + "ftbquests.chapter.mob_safari.quest34.title": "Axolotl", + "ftbquests.chapter.mob_safari.quest35.task_3732209353791428122.title": "Bat Photo", + "ftbquests.chapter.mob_safari.quest35.title": "Bat", + "ftbquests.chapter.mob_safari.quest36.task_4451728281716577204.title": "Camel Photo", + "ftbquests.chapter.mob_safari.quest36.title": "Camel", + "ftbquests.chapter.mob_safari.quest37.task_3478349021656071469.title": "Cat Photo", + "ftbquests.chapter.mob_safari.quest37.title": "Cat", + "ftbquests.chapter.mob_safari.quest38.task_421501030317629993.title": "Chicken Photo", + "ftbquests.chapter.mob_safari.quest38.title": "Chicken", + "ftbquests.chapter.mob_safari.quest39.task_3283513909476271368.title": "Cod Photo", + "ftbquests.chapter.mob_safari.quest39.title": "Cod", + "ftbquests.chapter.mob_safari.quest4.task_5493751185522811223.title": "Husk Photo", + "ftbquests.chapter.mob_safari.quest4.title": "Husk", + "ftbquests.chapter.mob_safari.quest40.task_3552336333939252573.title": "Cow Photo", + "ftbquests.chapter.mob_safari.quest40.title": "Cow", + "ftbquests.chapter.mob_safari.quest41.task_8921315837912733830.title": "Donkey Photo", + "ftbquests.chapter.mob_safari.quest41.title": "Donkey", + "ftbquests.chapter.mob_safari.quest42.task_8892925176174289117.title": "Frog Photo", + "ftbquests.chapter.mob_safari.quest42.title": "Frog", + "ftbquests.chapter.mob_safari.quest43.task_7912667151609898398.title": "Glow Squid Photo", + "ftbquests.chapter.mob_safari.quest43.title": "Glow Squid", + "ftbquests.chapter.mob_safari.quest44.task_4389105525914117514.title": "Horse Photo", + "ftbquests.chapter.mob_safari.quest44.title": "Horse", + "ftbquests.chapter.mob_safari.quest45.task_4359593363899885941.title": "Mooshroom Photo", + "ftbquests.chapter.mob_safari.quest45.title": "Mooshroom", + "ftbquests.chapter.mob_safari.quest46.task_924922940433498504.title": "Mule Photo", + "ftbquests.chapter.mob_safari.quest46.title": "Mule", + "ftbquests.chapter.mob_safari.quest47.task_4787445126890462554.title": "Ocelot Photo", + "ftbquests.chapter.mob_safari.quest47.title": "Ocelot", + "ftbquests.chapter.mob_safari.quest48.task_595439666779967783.title": "Parrot Photo", + "ftbquests.chapter.mob_safari.quest48.title": "Parrot", + "ftbquests.chapter.mob_safari.quest49.task_6791445533424275382.title": "Pig Photo", + "ftbquests.chapter.mob_safari.quest49.title": "Pig", + "ftbquests.chapter.mob_safari.quest5.task_2405723904258009579.title": "Drowned Photo", + "ftbquests.chapter.mob_safari.quest5.title": "Drowned", + "ftbquests.chapter.mob_safari.quest50.task_5186559523328413187.title": "Pufferfish Photo", + "ftbquests.chapter.mob_safari.quest50.title": "Pufferfish", + "ftbquests.chapter.mob_safari.quest51.task_1802630615776817042.title": "Rabbit Photo", + "ftbquests.chapter.mob_safari.quest51.title": "Rabbit", + "ftbquests.chapter.mob_safari.quest52.task_9075318374820615216.title": "Salmon Photo", + "ftbquests.chapter.mob_safari.quest52.title": "Salmon", + "ftbquests.chapter.mob_safari.quest53.task_1279126845524092057.title": "Sheep Photo", + "ftbquests.chapter.mob_safari.quest53.title": "Sheep", + "ftbquests.chapter.mob_safari.quest54.description1": "\u00267Tip: the sniffer egg is craftable!", + "ftbquests.chapter.mob_safari.quest54.task_4496075018482353874.title": "Sniffer Photo", + "ftbquests.chapter.mob_safari.quest54.title": "Sniffer", + "ftbquests.chapter.mob_safari.quest55.task_7621061223329854925.title": "Snow Golem Photo", + "ftbquests.chapter.mob_safari.quest55.title": "Snow Golem", + "ftbquests.chapter.mob_safari.quest56.task_3811954916556661348.title": "Squid Photo", + "ftbquests.chapter.mob_safari.quest56.title": "Squid", + "ftbquests.chapter.mob_safari.quest57.task_8980744210598611125.title": "Strider Photo", + "ftbquests.chapter.mob_safari.quest57.title": "Strider", + "ftbquests.chapter.mob_safari.quest58.task_3384099064913889422.title": "Tropical Fish Photo", + "ftbquests.chapter.mob_safari.quest58.title": "Tropical Fish", + "ftbquests.chapter.mob_safari.quest59.task_8173784837555787990.title": "Turtle Photo", + "ftbquests.chapter.mob_safari.quest59.title": "Turtle", + "ftbquests.chapter.mob_safari.quest6.task_874911539473621191.title": "Spider Photo", + "ftbquests.chapter.mob_safari.quest6.title": "Spider", + "ftbquests.chapter.mob_safari.quest60.task_3689972004573703426.title": "Villager Photo", + "ftbquests.chapter.mob_safari.quest60.title": "Villager", + "ftbquests.chapter.mob_safari.quest61.description1": "\u00267Tip: an oak or birch tree grown near flowers has a small chance to spawn a beehive!", + "ftbquests.chapter.mob_safari.quest61.task_5922903859006989903.title": "Bee Photo", + "ftbquests.chapter.mob_safari.quest61.title": "Bee", + "ftbquests.chapter.mob_safari.quest62.task_6003122656664405150.title": "Dolphin Photo", + "ftbquests.chapter.mob_safari.quest62.title": "Dolphin", + "ftbquests.chapter.mob_safari.quest63.task_8533728607102685433.title": "Fox Photo", + "ftbquests.chapter.mob_safari.quest63.title": "Fox", + "ftbquests.chapter.mob_safari.quest64.task_2426644530607004924.title": "Goat Photo", + "ftbquests.chapter.mob_safari.quest64.title": "Goat", + "ftbquests.chapter.mob_safari.quest65.task_7632281372321087328.title": "Iron Golem Photo", + "ftbquests.chapter.mob_safari.quest65.title": "Iron Golem", + "ftbquests.chapter.mob_safari.quest66.reward_5070411217558644494.title": "Wash the spit off your face!", + "ftbquests.chapter.mob_safari.quest66.task_6151594406741525419.title": "Llama Photo", + "ftbquests.chapter.mob_safari.quest66.title": "Llama", + "ftbquests.chapter.mob_safari.quest67.task_8391996334368644499.title": "Panda Photo", + "ftbquests.chapter.mob_safari.quest67.title": "Panda", + "ftbquests.chapter.mob_safari.quest68.task_6356092814838542587.title": "Polar Bear Photo", + "ftbquests.chapter.mob_safari.quest68.title": "Polar Bear", + "ftbquests.chapter.mob_safari.quest69.task_5155069369552929707.title": "Wolf Photo", + "ftbquests.chapter.mob_safari.quest69.title": "Wolf", + "ftbquests.chapter.mob_safari.quest7.task_7828452674496297861.title": "Cave Spider Photo", + "ftbquests.chapter.mob_safari.quest7.title": "Cave Spider", + "ftbquests.chapter.mob_safari.quest70.task_6586877749199133229.title": "Zombified Piglin Photo", + "ftbquests.chapter.mob_safari.quest70.title": "Zombified Piglin", + "ftbquests.chapter.mob_safari.quest71.description1": "\u00267Tip: there is a ritual that spawns the Elder Guardian!", + "ftbquests.chapter.mob_safari.quest71.task_1136723065807110792.title": "Elder Guardian Photo", + "ftbquests.chapter.mob_safari.quest71.title": "Elder Guardian", + "ftbquests.chapter.mob_safari.quest72.task_1119603583110664878.title": "Starbuncle Photo", + "ftbquests.chapter.mob_safari.quest72.title": "Starbuncle", + "ftbquests.chapter.mob_safari.quest73.task_1237879032257403086.title": "Wilden Guardian Photo", + "ftbquests.chapter.mob_safari.quest73.title": "Wilden Defender", + "ftbquests.chapter.mob_safari.quest74.task_5793666635438854570.title": "Wilden Pack Hunter Photo", + "ftbquests.chapter.mob_safari.quest74.title": "Wilden Pack Hunter", + "ftbquests.chapter.mob_safari.quest75.task_8789953344793101489.title": "Wilden Stalker Photo", + "ftbquests.chapter.mob_safari.quest75.title": "Wilden Stalker", + "ftbquests.chapter.mob_safari.quest76.task_4116691053894850008.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest76.title": "Drygmy", + "ftbquests.chapter.mob_safari.quest77.task_1018473204252943458.title": "Wilden Chimera Photo", + "ftbquests.chapter.mob_safari.quest77.title": "Wilden Chimera", + "ftbquests.chapter.mob_safari.quest78.task_6004116955135160925.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest78.title": "Whirlisprig", + "ftbquests.chapter.mob_safari.quest79.description1": "\u00267Tip: a spawned siren, not a tamed familiar!", + "ftbquests.chapter.mob_safari.quest79.task_1471670924078031545.title": "Siren Photo", + "ftbquests.chapter.mob_safari.quest79.title": "Siren", + "ftbquests.chapter.mob_safari.quest8.task_4943959340946543881.title": "Enderman Photo", + "ftbquests.chapter.mob_safari.quest8.title": "Enderman", + "ftbquests.chapter.mob_safari.quest80.description1": "I mean. You did a LOT of grinding probably to get here. Also by definition you\u0027ve finished the pack, or good as.", + "ftbquests.chapter.mob_safari.quest80.subtitle": "because why not?", + "ftbquests.chapter.mob_safari.quest80.title": "Safari LEGEND", + "ftbquests.chapter.mob_safari.quest9.task_4733333668196733711.title": "Endermite Photo", + "ftbquests.chapter.mob_safari.quest9.title": "Endermite", + "ftbquests.chapter.mob_safari.title": "Mob Safari", + "ftbquests.chapter.resource_generation.quest1.description1": "\u00266Prosperity Shards\u0026r are the basis of all mystical essence manipulation - very useful for generating large amounts of basic resources.", + "ftbquests.chapter.resource_generation.quest1.description2": "They can be found by breaking down copper nuggets with a pickaxe on a cutting board.", + "ftbquests.chapter.resource_generation.quest1.description3": "\u00267Tip: you can also make prosperity shards in an Enrichment Chamber!", + "ftbquests.chapter.resource_generation.quest10.description1": "With enough inferium, you can craft \u00266Inferium Seeds,\u0026r which grow essence themselves.", + "ftbquests.chapter.resource_generation.quest11.description1": "More potent than regular inferium essence, \u00266Prudentium Essence\u0026r can be used to make some useful essence seeds.", + "ftbquests.chapter.resource_generation.quest11.description2": "Make it by fortifying inferium essence with all four elemental essences in a \u00266Cauldron.\u0026r", + "ftbquests.chapter.resource_generation.quest11.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest18.description1": "The \u00266infusion altar\u0026r and \u00266pedestals\u0026r are required to craft essence seeds.", + "ftbquests.chapter.resource_generation.quest18.description2": "Place the items necessary in the pedestals, then give the altar a redstone signal or a wave of a wand to begin crafting.", + "ftbquests.chapter.resource_generation.quest19.description1": "By breeding \u00266Rocky\u0026r bees together in the nether, they\u0027ll slowly adapt and turn into their nether versions - \u00266Crimson\u0026r and \u00266Warped\u0026r bees. \u00266Cursed\u0026r bees are the hybrid between the two.", + "ftbquests.chapter.resource_generation.quest19.description2": "These bees, twisted by the nether environment, are somewhat aggressive; they\u0027ll harm nearby mobs (including players!)", + "ftbquests.chapter.resource_generation.quest19.task_3895545663253499388.title": "Warped", + "ftbquests.chapter.resource_generation.quest19.task_8052506021592411173.title": "Cursed", + "ftbquests.chapter.resource_generation.quest19.task_891469205622428585.title": "Crimson", + "ftbquests.chapter.resource_generation.quest19.title": "Nether Bees", + "ftbquests.chapter.resource_generation.quest2.description1": "You can place frames into your apiary for bonuses to productivity, lifespan, and even change the temperature and humidity of an apiary. ", + "ftbquests.chapter.resource_generation.quest2.description2": "\u00267Tip: Frame modifiers stack multiplicatively, not additively!\u0026r", + "ftbquests.chapter.resource_generation.quest2.task_1734748989054878453.title": "Any Frame", + "ftbquests.chapter.resource_generation.quest20.description1": "If you\u0027re tired of getting stung by nether bees, try crafting a set of \u00266Apiarist Gear.\u0026r This armor, when worn as a set, will protect you from getting affected by any bees nearby.", + "ftbquests.chapter.resource_generation.quest20.description2": "It\u0027s made of silk, which you can get from propolis (which you can get from simmering combs, among others.)", + "ftbquests.chapter.resource_generation.quest20.title": "Apiarist Gear", + "ftbquests.chapter.resource_generation.quest21.description1": "\u00266Rocky\u0026r and \u00266Robust\u0026r bees are more used to cooler climates, but you can breed better tolerances into them. ", + "ftbquests.chapter.resource_generation.quest21.description2": "Their rocky combs produce much more wax and honey than their wasteland cousins, but more importantly, they can rarely produce \u00266Copper Combs\u0026r as a specialty.", + "ftbquests.chapter.resource_generation.quest21.description3": "\u00267Tip: specialties are only produced when a bee is ecstatic! To make a bee ecstatic, you have to have its housing climate \u0026lexactly\u0026r\u00267 match the bee\u0027s preferred climate. Either breed it so that it prefers the hot dry wastes, or use special frames to adjust the temperature and humidity!", + "ftbquests.chapter.resource_generation.quest21.description4": "\u00267Tip 2: tuff (which you need underneath the apiary to breed these bees!) can be crafted or found underground.", + "ftbquests.chapter.resource_generation.quest21.task_1538674417108678800.title": "Resilient", + "ftbquests.chapter.resource_generation.quest21.task_7190582857068653051.title": "Robust", + "ftbquests.chapter.resource_generation.quest21.task_9033126545582958159.title": "Rocky", + "ftbquests.chapter.resource_generation.quest21.title": "Rocky Bees", + "ftbquests.chapter.resource_generation.quest22.description1": "\u00266Haunted,\u0026r \u00266Ghostly,\u0026r and \u00266Spectral\u0026r bees are an offshoot of nether bees that produce Spectral combs, a relatively honey-rich comb. Additionally, Spectral bees will produce \u00266glowstone\u0026r as a specialty!", + "ftbquests.chapter.resource_generation.quest22.task_3081911043010225060.title": "Haunted", + "ftbquests.chapter.resource_generation.quest22.task_5262672928415792469.title": "Ghostly", + "ftbquests.chapter.resource_generation.quest22.task_8517504769354790857.title": "Spectral", + "ftbquests.chapter.resource_generation.quest22.title": "Spectral Bees", + "ftbquests.chapter.resource_generation.quest23.description1": "\u00266Common\u0026r and \u00266Cultivated\u0026r bees were the most common species in the world that came before, from what you recall.", + "ftbquests.chapter.resource_generation.quest23.task_3642208754252689379.title": "Common", + "ftbquests.chapter.resource_generation.quest23.task_8299291890952022433.title": "Cultivated", + "ftbquests.chapter.resource_generation.quest23.title": "Common Bees", + "ftbquests.chapter.resource_generation.quest24.description1": "These glorious bee comrades ironically despise queens. They are also notable for producing \u00266pollen\u0026r and having \u00266higher than average productivity.\u0026r", + "ftbquests.chapter.resource_generation.quest24.task_2025398279722007265.title": "Industrious", + "ftbquests.chapter.resource_generation.quest24.task_3616071306266700168.title": "Tireless", + "ftbquests.chapter.resource_generation.quest24.task_8393881405903593674.title": "Diligent", + "ftbquests.chapter.resource_generation.quest24.title": "Industrious Bees", + "ftbquests.chapter.resource_generation.quest25.description1": "Somewhat snooty and famously literally blue-blooded, these bees can produce \u00266Royal Combs\u0026r when ecstatic. These combs can then centrifuge into \u00266Royal Jelly.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description2": "They also have a \u00266higher than average fertility rate.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description3": "\u00267Tip: Imperial bees have the Beatific effect, which provides all mobs nearby with regeneration!", + "ftbquests.chapter.resource_generation.quest25.task_6398361437915986421.title": "Noble", + "ftbquests.chapter.resource_generation.quest25.task_7062842366521447494.title": "Imperial", + "ftbquests.chapter.resource_generation.quest25.task_753059639095222795.title": "Majestic", + "ftbquests.chapter.resource_generation.quest25.title": "Imperial Bees", + "ftbquests.chapter.resource_generation.quest26.description1": "The \u00266Mellarium\u0026r is a multiblock version of the apiary, with the ability to add modules that can help you in a variety of ways.", + "ftbquests.chapter.resource_generation.quest26.description2": "The most concrete thing a Mellarium can do is give you more than three frame slots, using \u00266Frame Housings.\u0026r This means you can get, in the best case, \u0026l\u0026oSTACKS\u0026r of combs every bee tick.", + "ftbquests.chapter.resource_generation.quest26.description3": "You can also increase your chances of getting a mutation, shield your bees from rain, and change the climate using catalyst items.", + "ftbquests.chapter.resource_generation.quest26.description4": "\u00267Tip: read your Apiarist Field Guide for more information!", + "ftbquests.chapter.resource_generation.quest26.title": "The Mellarium", + "ftbquests.chapter.resource_generation.quest27.description1": "Once you start getting propolis, you can start \u00266upgrading\u0026r your \u00266Centrifuges\u0026r and \u00266Generators\u0026r - each upgrade has different stats, and you can put up to three in your machines.", + "ftbquests.chapter.resource_generation.quest27.description2": "Like frames, these upgrades stack multiplicatively.", + "ftbquests.chapter.resource_generation.quest27.description3": "\u00267Tip: the earliest ways to get propolis are through nether bees or rocky bees!", + "ftbquests.chapter.resource_generation.quest27.task_7611771532993062026.title": "Any Upgrade", + "ftbquests.chapter.resource_generation.quest27.title": "Upgrades", + "ftbquests.chapter.resource_generation.quest28.description1": "At some point you\u0027ll have more honey (and other bee products) than you know what to do with. ", + "ftbquests.chapter.resource_generation.quest28.description2": "If nothing else, you can burn them for energy in the \u00266Honey Generator!\u0026r", + "ftbquests.chapter.resource_generation.quest29.description1": "An interesting thing about these bees is that there\u0027s no way to get more than one queen out of a breeding pair. Fortunately, you can perform a ritual to summon \u00266more bee nests\u0026r through magic and some special ingredients.", + "ftbquests.chapter.resource_generation.quest29.description2": "Read your Reclamation Rituals book for more information.", + "ftbquests.chapter.resource_generation.quest29.title": "More Nests", + "ftbquests.chapter.resource_generation.quest3.description1": "You\u0027ve noticed some beehives dotted around. Maybe you can try to domesticate them?", + "ftbquests.chapter.resource_generation.quest3.description2": "You\u0027ll need a tool to harvest the nests and a place to raise the bees.", + "ftbquests.chapter.resource_generation.quest3.description3": "\u00267Tip: not every bee is required to finish the pack! Branching out from the required bees will allow you to generate resources much easier than the traditional routes, however.", + "ftbquests.chapter.resource_generation.quest3.title": "Beeginnings", + "ftbquests.chapter.resource_generation.quest30.description1": "Certain bees can produce straight up raw metals from certain rocks!", + "ftbquests.chapter.resource_generation.quest30.task_1055543042056575718.title": "Cuprous", + "ftbquests.chapter.resource_generation.quest30.task_2417461944780662004.title": "Osimum", + "ftbquests.chapter.resource_generation.quest30.task_4765395095236658823.title": "Radioactive", + "ftbquests.chapter.resource_generation.quest30.task_5074021897861698803.title": "Precious", + "ftbquests.chapter.resource_generation.quest30.task_5533305920955437908.title": "Ferrous", + "ftbquests.chapter.resource_generation.quest30.task_6870748623537125703.title": "Argentum", + "ftbquests.chapter.resource_generation.quest30.task_766783682761833592.title": "Zincum", + "ftbquests.chapter.resource_generation.quest30.task_8469594533203667582.title": "Stannum", + "ftbquests.chapter.resource_generation.quest30.task_9085151875040480342.title": "Plumbum", + "ftbquests.chapter.resource_generation.quest30.title": "Metal Bees", + "ftbquests.chapter.resource_generation.quest31.description1": "Certain bees can produce raw minerals from their environment!", + "ftbquests.chapter.resource_generation.quest31.task_1818325150934700666.title": "Emeradic", + "ftbquests.chapter.resource_generation.quest31.task_2840825311361710213.title": "Lapic", + "ftbquests.chapter.resource_generation.quest31.task_3358109104860624142.title": "Fluorite", + "ftbquests.chapter.resource_generation.quest31.task_3719081351633839622.title": "Bituminous", + "ftbquests.chapter.resource_generation.quest31.task_4463225001103591989.title": "Silicate", + "ftbquests.chapter.resource_generation.quest31.task_5231403782456047002.title": "Dimantic", + "ftbquests.chapter.resource_generation.quest31.task_5480192077480458536.title": "Luminous", + "ftbquests.chapter.resource_generation.quest31.task_6963870120953273988.title": "Amethyst", + "ftbquests.chapter.resource_generation.quest31.task_7118701806962971116.title": "Quartz", + "ftbquests.chapter.resource_generation.quest31.task_7148838165140607695.title": "Conductive", + "ftbquests.chapter.resource_generation.quest31.title": "Mineral Bees", + "ftbquests.chapter.resource_generation.quest32.description1": "Stronger than Prudentium, \u00266Tertium\u0026r is necessary for all kinds of metallic essence seeds.", + "ftbquests.chapter.resource_generation.quest32.description2": "Make it using a \u00266Runic Altar\u0026r or \u00266Terrestrial Agglomeration Plate.\u0026r", + "ftbquests.chapter.resource_generation.quest32.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest32.description4": "\u00267Tip 2: a potency lens would make the altar process much faster!", + "ftbquests.chapter.resource_generation.quest33.description1": "\u00266Imperium\u0026r is the penultimate tier of essence, requiring combining the power of \u00265Source\u0026r and Tertium Essence.", + "ftbquests.chapter.resource_generation.quest33.description2": "It can be made using an \u00266Imbuement Chamber.\u0026r", + "ftbquests.chapter.resource_generation.quest33.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest34.description1": "\u00266Supremium\u0026r is the highest tier of essence, used for crafting the highest tier of mystical equipment and seeds.", + "ftbquests.chapter.resource_generation.quest34.description2": "Anoint Imperium with life essence to create it.", + "ftbquests.chapter.resource_generation.quest34.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest35.description1": "These bees can produce magical products. Some of them, like the \u00266Natural\u0026r bee, have special effects!", + "ftbquests.chapter.resource_generation.quest35.description2": "Additionally, the Natural bee produces some small amount of \u00266Nature Essence\u0026r if kept ecstatic.", + "ftbquests.chapter.resource_generation.quest35.task_2760367059321888447.title": "Dawnstone", + "ftbquests.chapter.resource_generation.quest35.task_4095918579037388131.title": "Willful", + "ftbquests.chapter.resource_generation.quest35.task_417359132698374078.title": "Botanic", + "ftbquests.chapter.resource_generation.quest35.task_4623337291104132366.title": "Demonite", + "ftbquests.chapter.resource_generation.quest35.task_5288388297853031166.title": "Terra", + "ftbquests.chapter.resource_generation.quest35.task_5373973326405937422.title": "Natural", + "ftbquests.chapter.resource_generation.quest35.task_7910365384265410324.title": "Source", + "ftbquests.chapter.resource_generation.quest35.title": "Magical Bees", + "ftbquests.chapter.resource_generation.quest37.description1": "\u00267Tip: you\u0027ll need to breed Nature bees to get your first bits of nature essence!", + "ftbquests.chapter.resource_generation.quest4.description1": "Now pop a \u00266princess and drone into an apiary,\u0026r and watch the magic happen! Bees can generate some \u00266very useful resources\u0026r in their combs; initially, though, you\u0027ll have to process said combs on \u00266a cutting board.\u0026r", + "ftbquests.chapter.resource_generation.quest4.description2": "At first, you\u0027ll only get beeswax and honey drops, alongside some dead logs...", + "ftbquests.chapter.resource_generation.quest4.description3": "\u00267Tip: wasteland bees (and desiccated and dried bees) need dead bushes as their \u0027flowers\u0027!", + "ftbquests.chapter.resource_generation.quest4.title": "Beesources", + "ftbquests.chapter.resource_generation.quest5.description1": "By continuously re-breeding \u00266Wasteland\u0026r bees together, you can start to slowly revitalize them. \u00266Desiccated\u0026r and \u00266Dried\u0026r bees are slightly better, with a higher productivity and lifespan - meaning less maintenance and more combs!", + "ftbquests.chapter.resource_generation.quest5.task_3134995966104364628.title": "Dried", + "ftbquests.chapter.resource_generation.quest5.task_7818871944295114422.title": "Desiccated", + "ftbquests.chapter.resource_generation.quest5.title": "Reclaimed Bees", + "ftbquests.chapter.resource_generation.quest6.description1": "At some point, you\u0027ll want to take a closer look at your bees - the \u00266Analyzer\u0026r allows you to examine what genes exactly any given bee has, for the low cost of a single honey drop.", + "ftbquests.chapter.resource_generation.quest6.description2": "The \u00266Apid Library\u0026r shows you what mutations you can create with a bee\u0027s species.", + "ftbquests.chapter.resource_generation.quest6.description3": "The \u00266Microscope\u0026r allows you to research bee species, giving you a higher chance to mutate bees into a researched species.", + "ftbquests.chapter.resource_generation.quest6.description4": "\u00267Tip: the Microscope is a great way to get rid of unnecessary drones you have! Read the Apiarist Field Guide for more info on it.", + "ftbquests.chapter.resource_generation.quest6.title": "Tools of the Trade", + "ftbquests.chapter.resource_generation.quest67.description1": "\u00266Growth Accelerators\u0026r grow the crop above them faster. Higher tiers have higher ranges, meaning you can stack more underneath your farmland!", + "ftbquests.chapter.resource_generation.quest68.description1": "Essence infused watering cans can water a larger area faster.", + "ftbquests.chapter.resource_generation.quest7.description1": "If you want to process your combs more efficiently, you\u0027ll want to make a \u00266Centrifuge.\u0026r Powered by a generator, it automatically turns combs into comb products - no more manual chopping!", + "ftbquests.chapter.resource_generation.quest7.title": "Comb Processing ", + "ftbquests.chapter.resource_generation.quest73.description1": "\u00267Tip: unlimited wadduh", + "ftbquests.chapter.resource_generation.quest8.description1": "All essence seeds need to grow on specially prepared \u00266Essence Farmland.\u0026r", + "ftbquests.chapter.resource_generation.quest8.description2": "You can obtain your first bits of \u00266Inferium Essence\u0026r from killing mobs.", + "ftbquests.chapter.resource_generation.quest8.description3": "\u00267Tip: higher tier essence farmland will grow essence crops slightly faster!", + "ftbquests.chapter.resource_generation.quest9.description1": "These first elemental seeds don\u0027t have very many direct crafting uses, but are an important stepping stone to bigger and better things.", + "ftbquests.chapter.resource_generation.quest9.description2": "\u00267Tip: essence seeds aren\u0027t cloneable, meaning you\u0027ll need two or more to actually start increasing their stats!", + "ftbquests.chapter.resource_generation.quest9.title": "Elemental Seeds", + "ftbquests.chapter.resource_generation.title": "Resource Generation", + "ftbquests.chapter.the_color_green.quest1.description1": "You\u0027ve done it! You finally have grass. It\u0027s not exactly green, but you can \u00266bonemeal\u0026r a large area of it and \u00266get flowers!\u0026r", + "ftbquests.chapter.the_color_green.quest1.title": "Grass!", + "ftbquests.chapter.the_color_green.quest10.description1": "The \u00266Natural Altar\u0026r is a very important tool in the manipulation of natural energies.", + "ftbquests.chapter.the_color_green.quest10.description2": "Once the altar is fully built, it will drain \u00266aura\u0026r from its surroundings. It will then use those energies to \u00266transform items put into it.\u0026r ", + "ftbquests.chapter.the_color_green.quest10.description3": "You should also look into creating the \u00266Environmental Eye\u0026r - a very useful device that shows you the level of aura in the nearby area.", + "ftbquests.chapter.the_color_green.quest10.task_4749334638074014910.title": "Any Planks", + "ftbquests.chapter.the_color_green.quest10.title": "Natural Altar", + "ftbquests.chapter.the_color_green.quest11.description1": "Infusing iron in the Natural Altar creates, funnily enough, \u00266Infused Iron Ingots.\u0026r These have a wide variety of uses, but chief among them are some very nice tools and armor, with \u00266special abilities\u0026r and the unique property of being \u00266repairable using Aura.\u0026r", + "ftbquests.chapter.the_color_green.quest11.title": "Infused Iron", + "ftbquests.chapter.the_color_green.quest12.description1": "Extremely malleable, \u00266Andesite Alloy\u0026r is a crucial component of contraptions to come.", + "ftbquests.chapter.the_color_green.quest12.description2": "\u00267Tip: very small amounts of Create are needed to finish the pack, but you won\u0027t have to get too deep into it!", + "ftbquests.chapter.the_color_green.quest13.description1": "The Natural Altar requires aura in the surrounding area to function. It won\u0027t ever take the aura to a negative level, but it will \u00264stop working completely if the aura is low enough,\u0026r which means you\u0027ll need a way of replenishing it.", + "ftbquests.chapter.the_color_green.quest13.description2": "\u00266Ancient Saplings\u0026r are the most basic way to do this; once grown, if the area\u0027s aura is low enough, the tree\u0027s leaves will \u00264slowly wither away,\u0026r \u00266producing aura in the process.\u0026r", + "ftbquests.chapter.the_color_green.quest13.title": "Creating Aura", + "ftbquests.chapter.the_color_green.quest14.description1": "An excess of aura generates flowers - and this device can turn \u00266flowers into an excess of aura!\u0026r Make sure you feed it a \u00266balanced diet of different flowers,\u0026r though; too much of the same flower and it starts to give you \u00264diminishing returns.\u0026r", + "ftbquests.chapter.the_color_green.quest14.description2": "\u00267Tip: if the aura in an area is high enough, it\u0027ll charge aura caches! Crouch with a botanist tool (made from infused iron) to repair them with an aura cache in your inventory.", + "ftbquests.chapter.the_color_green.quest15.description1": "Mana\u0027s not very useful without ways to generate and move it! Starting out, your best source of mana is going to be the \u00266Endoflame.\u0026r", + "ftbquests.chapter.the_color_green.quest15.description2": "\u00267Tip: you can use the Wand of the Forest to bind the spreader to flowers and pools.", + "ftbquests.chapter.the_color_green.quest15.description3": "\u00267Tip 2: using a pressure plate but it\u0027s not working? Open your OPAC keybind (default [\u0027]) to turn off the Prot. Plates from Other setting!", + "ftbquests.chapter.the_color_green.quest15.task_4041437535513982933.title": "Wand of the Forest", + "ftbquests.chapter.the_color_green.quest15.title": "Generating Mana", + "ftbquests.chapter.the_color_green.quest16.description1": "Now that you have a more robust source of aura, you can put it to more use - a \u00266crumbling catalyst,\u0026r when placed on top of one of the lower four golden blocks of a natural altar, can crush things much more finely than you can by hand. It can get you \u00266more bone meal per bone, more gold powder per leaf, and even turn cobblestone into sand!\u0026r", + "ftbquests.chapter.the_color_green.quest17.description1": "There are a few items you can place on top of your altar to increase its capacity and recharge rate:", + "ftbquests.chapter.the_color_green.quest17.description2": "\u00266Torch:\u0026r +0.5x recharge rate", + "ftbquests.chapter.the_color_green.quest17.description3": "\u00266Skeleton Skull/Husk Head:\u0026r +1x recharge rate, +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description4": "\u00266Chalice:\u0026r +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description5": "Eventually, you can replace the torch with a candelabra, the skeleton skull with a wither skeleton or player skull, and the chalice with a filled chalice for even more recharge rate and capacity.", + "ftbquests.chapter.the_color_green.quest17.task_4639929492764668107.title": "Head Upgrade", + "ftbquests.chapter.the_color_green.quest17.title": "Altar Upgrades", + "ftbquests.chapter.the_color_green.quest18.description1": "Attuned stones are a very important part of witchcraft - not only do they let you \u00266craft necessary workstations,\u0026r they also give you the ability to perform certain rites \u00266without the need of an altar,\u0026r once charged!", + "ftbquests.chapter.the_color_green.quest18.description2": "\u00267Please note that this recipe needs altar power! Make sure your cauldron is within range of your altar!", + "ftbquests.chapter.the_color_green.quest19.description1": "If the \u00266Altar\u0026r is the backbone of witchcraft, the \u00266Distillery, Kettle,\u0026r and \u00266Spinning Wheel \u0026rare its phalanges. ", + "ftbquests.chapter.the_color_green.quest19.description2": "...strange metaphors aside, these blocks allow you to craft a wide variety of \u00266witchy goodies.\u0026r They will need to be placed within range of an altar, if their recipes require power.", + "ftbquests.chapter.the_color_green.quest19.title": "Tools of the Trade", + "ftbquests.chapter.the_color_green.quest2.description1": "Now that you have actual plants available, you can start to harness their latent life-energy to power rituals. To start, you\u0027ll have to create a structure capable of collecting it - an \u00266Altar\u0026r should do well here. Place your Altar blocks in a 2x3 rectangle and it should start collecting power!", + "ftbquests.chapter.the_color_green.quest2.description2": "The more \u00266plantlife\u0026r there is around the\u00266 Altar,\u0026r the more power you can store. This includes \u00266trees, grass, flowers, crops, vines, pumpkins, melons, and more!\u0026r", + "ftbquests.chapter.the_color_green.quest2.description3": "\u00267Tip: the altar has a range of 16 blocks! There is a cap to each kind of plantlife nearby as well, so make sure the surroundings are varied.", + "ftbquests.chapter.the_color_green.quest2.title": "Altar", + "ftbquests.chapter.the_color_green.quest20.description1": "An apparatus perfect for channelling large amounts of mana into collections of objects, the \u00266Runic Altar\u0026r will (obviously) let you make runes.", + "ftbquests.chapter.the_color_green.quest20.description2": "\u00267Tip: with the altar, if you don\u0027t have them already, you can craft mystical flower seeds!", + "ftbquests.chapter.the_color_green.quest21.description1": "Ember item and fluid pipes are relatively basic, but at this point in time they\u0027re fairly decent for small-scale operations. Pipes need extractors to pull items into them, and extractors need a redstone signal to be activated. There are a few other quirks to the system, all of which are explained in your \u00266Ancient Codex.", + "ftbquests.chapter.the_color_green.quest21.description2": "\u00267Note - basically everything in Embers needs a redstone signal to activate, so get ready to place plenty of levers!", + "ftbquests.chapter.the_color_green.quest21.title": "Dwarven Logistics", + "ftbquests.chapter.the_color_green.quest22.description1": "Now that you have some Ember, you\u0027ll need to turn it into useable energy somehow.", + "ftbquests.chapter.the_color_green.quest22.description2": "The\u00266 Ember Activator\u0026r turns solid Ember into \u00266Activated Ember;\u0026r pipe crystals and shards into the bottom, and attach an \u00266Ember Emitter to the top\u0026r to output \u00266Activated Ember.\u0026r ", + "ftbquests.chapter.the_color_green.quest22.description3": "Use a Tinker\u0027s Hammer on the emitter to link it to a receptor, give it a redstone signal, and you\u0027re transmitting Activated Ember!", + "ftbquests.chapter.the_color_green.quest22.description4": "\u00267Note that Ember Grit doesn\u0027t normally produce Activated Ember; you\u0027ll have to add a \u00266Heat Exchanger\u00267 to an activator to get energy out of it (which multiplies all ember production by 0.9x, but adds a flat +300 to all items production!)", + "ftbquests.chapter.the_color_green.quest22.title": "Activating Ember", + "ftbquests.chapter.the_color_green.quest23.description1": "One of the main ways to channel altar power is through the practice of \u00266circle magic.\u0026r Each ritual has a gold chalk glyph at its center, but the placement of other chalk glyphs changes depending on what kind of ritual you want to perform!", + "ftbquests.chapter.the_color_green.quest23.description2": "Most rituals can target a remote area using a waystone (blooded or otherwise), and some rituals can even be performed away from the altar by adding a charged attuned stone to them!\u00266 Read through the two reward books to find out what rituals you can perform.\u0026r", + "ftbquests.chapter.the_color_green.quest23.description3": "\u00267Tip: the rite of fertility is a cheap, easy way to mass bonemeal grass, crops or anything else!", + "ftbquests.chapter.the_color_green.quest23.title": "Circle Magic", + "ftbquests.chapter.the_color_green.quest24.description1": "You\u0027ll want to make a \u00266Copper Cell\u0026r to \u00266store your activated ember\u0026r - it works as a kind of \u0027battery\u0027 for the mystical energy.", + "ftbquests.chapter.the_color_green.quest24.description2": "To see how much ember is in the cell, place an \u00266Ember Dial\u0026r on it.", + "ftbquests.chapter.the_color_green.quest24.title": "Storing Ember", + "ftbquests.chapter.the_color_green.quest25.description1": "Ember is capable of melting metals and other items in the creatively-named \u00266Melter\u0026r - feed the bottom half ember, feed the top half items to melt, and you can extract molten metals from the top half.", + "ftbquests.chapter.the_color_green.quest25.description2": "This molten metal can be formed into a variety of shapes in a \u00266Stamper;\u0026r place the \u00266Stamp Base,\u0026r then the \u00266Stamper above it with a one-block gap\u0026r of air. Give the Stamper ember and a stamp, pipe molten metal into the base, and presto! Stamped and cooled metal products! ", + "ftbquests.chapter.the_color_green.quest25.description3": "Notably, you can use this process to \u00266produce plates more efficiently.\u0026r", + "ftbquests.chapter.the_color_green.quest25.title": "Melting and Stamping", + "ftbquests.chapter.the_color_green.quest26.description1": "By piping molten copper and gold into \u0026odifferent sides\u0026r of the bottom of a \u00266Mixer Centrifuge,\u0026r (along with some ember) you can combine them into a strong, ember-aligned metal called \u00266Dawnstone.\u0026r Pipe it out of the top and stamp it into ingots or plates!", + "ftbquests.chapter.the_color_green.quest26.description2": "\u00267Tip: use your Tinker\u0027s Lens to see what\u0027s going on in the mixer!", + "ftbquests.chapter.the_color_green.quest26.title": "Dawnstone", + "ftbquests.chapter.the_color_green.quest27.description1": "The Andesite Casing is a crucial part of any kind of mechanical apparatus.", + "ftbquests.chapter.the_color_green.quest28.description1": "For more advanced ember crafting, a special setup is required. An \u00266exchange tablet\u0026r with some \u00266pedestals\u0026r around it, when struck with a \u00266beam cannon pulse,\u0026r will transmute the center item into a new result item.", + "ftbquests.chapter.the_color_green.quest28.description2": "There is one complication, though. The pedestals need \u00266aspectii\u0026r to be placed on them, and you aren\u0027t sure which aspectii go with which items! The only way to find out is through experiementation - if the transmutation fails, it will produce \u0026balchemical waste.\u0026r When held and right clicked, the waste will reveal a number of \u00266glowing spots,\u0026r which tell you the number of \u00266aspectus/item combinations you got right.\u0026r", + "ftbquests.chapter.the_color_green.quest28.title": "Energetic Alchemy", + "ftbquests.chapter.the_color_green.quest29.description1": "Using the power of mana and a pumpkin, you think you can create a \u00266Fel Pumpkin\u0026r - a weak imitation of a blaze head. Pop this magically-charged head on top of two iron bars, and it\u0027ll turn into a passable facsimile of a blaze.", + "ftbquests.chapter.the_color_green.quest29.description2": "This imitation blaze always drops at least \u0026610 blaze powder.\u0026r This blaze powder can be spun into brilliant fiber, or distilled into more useful dusts!", + "ftbquests.chapter.the_color_green.quest29.description3": "\u00267Tip: you can capture an imitation blaze in the Blaze Burner!", + "ftbquests.chapter.the_color_green.quest29.title": "Knockoff Blazes", + "ftbquests.chapter.the_color_green.quest3.description1": "Using dye from the flowers you can get by \u00266bonemealing grass,\u0026r you can craft a special kind of fertilizer that can coax \u00266mystical flowers\u0026r to life.", + "ftbquests.chapter.the_color_green.quest3.description2": "\u00267Tip: you can also get mystical flower seeds through crossbreeding!", + "ftbquests.chapter.the_color_green.quest30.description1": "There are a few other ways you can process materials using andesite-based machinery; namely, \u00266compacting, pressing, and mixing\u0026r You\u0027ll need to find some way to capture a fire elemental if you want to expand your repertoire, though; \u0026bmaybe mana can help you somehow?\u0026r", + "ftbquests.chapter.the_color_green.quest30.title": "Mechanical Crafting", + "ftbquests.chapter.the_color_green.quest31.description1": "By blowing air through certain things, you can blast, smoke, wash, or \u00266haunt\u0026r items. This means you have access to essentially free bulk smelting!", + "ftbquests.chapter.the_color_green.quest31.description2": "More importantly, though - now that you can haunt items, you can make \u00266blackstone\u0026r by \u00266haunting\u0026r cobblestone, a crucial component of the \u00266Reformation Array.\u0026r", + "ftbquests.chapter.the_color_green.quest31.title": "Moving Air", + "ftbquests.chapter.the_color_green.quest32.description1": "Alchemical reformation is the process of \u00266turning one alchemical sulfur into another\u0026r - initially, you\u0027ll only be able to convert sulfurs of the \u00266same tier and type\u0026r to each other \u00266(like iron sulfur into lead sulfur!) \u0026r", + "ftbquests.chapter.the_color_green.quest32.description2": "To set up the reformation array, place down the target, source, and result pedestals somewhat near each other. Hold the sulfuric flux emitter and right click each pedestal, then place it on the mercury catalyst. ", + "ftbquests.chapter.the_color_green.quest32.description3": "Put mercury in the mercury catalyst, the target sulfur in the target pedestal, and the sulfur to convert in the source pedestal. Give it a moment, and you\u0027ll start converting the source sulfur into the target sulfur!", + "ftbquests.chapter.the_color_green.quest32.title": "Alchemical Reformation", + "ftbquests.chapter.the_color_green.quest33.description1": "A mechanical pump is capable of pumping liquids in the world into pipes when given mechanical power - \u00266it is much faster than the ember-fueled one!", + "ftbquests.chapter.the_color_green.quest34.description1": "The \u00266Rod of the Lands\u0026r can corporealize a tiny portion of mana into a full dirt block!", + "ftbquests.chapter.the_color_green.quest34.title": "(almost) Free Dirt", + "ftbquests.chapter.the_color_green.quest35.description1": "Carrying mana around with you enables you to use a plethora of bits and baubles. To transfer mana from a pool into the tablet, make sure the pool is on \u0027charge\u0027 mode by hovering over it with a wand of the forest.", + "ftbquests.chapter.the_color_green.quest35.title": "Portable Mana", + "ftbquests.chapter.the_color_green.quest36.description1": "Turn your mana tablet into a ring to store mana on-the-go \u00266without taking up an inventory slot!\u0026r", + "ftbquests.chapter.the_color_green.quest37.description1": "By attaching a mana rune to a manasteel ring, you can (VERY slowly) pull ambient mana into a mana storage device on your person, \u00266for free!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description1": "Distilling blaze powder and gunpowder together in a Distillery will grant you access to \u00266glowstone!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description2": "Getting \u00266redstone\u0026r is similar, using cinder flour in place of gunpowder.", + "ftbquests.chapter.the_color_green.quest38.description3": "\u00267Tip: you can also make glowstone and redstone with strength and night vision potions - it\u0027s up to you whether you want to take the Enchanted or Create route for these!\u0026r", + "ftbquests.chapter.the_color_green.quest38.title": "Useful Dusts", + "ftbquests.chapter.the_color_green.quest39.description1": "Once you have a pump, you can create a \u00266Spout\u0026r to dispense liquid onto items - this is a possible way to make \u00266glowstone or redstone,\u0026r if you\u0027re willing to set up the infrastructure.", + "ftbquests.chapter.the_color_green.quest4.description1": "The \u00266Pure Daisy\u0026r can, as its name implies, purify nearby objects. The most important things you should start with are \u00266logs and stone,\u0026r but there are a few other things you can purify as well!", + "ftbquests.chapter.the_color_green.quest4.description2": "Simply place the petal apothecary down, fill it with water, then toss in the petals and finally a seed!", + "ftbquests.chapter.the_color_green.quest4.description3": "\u00267Tip: check the usages of the Pure Daisy to see what else it can transform.", + "ftbquests.chapter.the_color_green.quest4.title": "Pure Daisy", + "ftbquests.chapter.the_color_green.quest40.description1": "The \u00266Alchemy Catalyst\u0026r allows you to use the power of mana to transmute a wide variety of items. Place it under a mana pool to start alchemizing!", + "ftbquests.chapter.the_color_green.quest40.description2": "You\u0027ll be able to convert flowers into other flowers, stone variants into other stone variants, flint into gunpowder (and vice versa), and ghast tears into ender pearls!", + "ftbquests.chapter.the_color_green.quest40.description3": "\u00266Notably, it lets you turn flax into feathers, necessary for tokens of fear.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description1": "The \u00266transmutation catalyst\u0026r modifies the natural altar to convert items into other items using Aura. Similar to the crumbling catalyst, it must be placed \u00266atop one of the four lower gold blocks of the altar.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description2": "The most immediately useful transmutation is that of \u00266sand into soul sand,\u0026r which will allow you to haunt things using the encased fan, as well as grow nether wart!", + "ftbquests.chapter.the_color_green.quest41.description3": "You can also convert netherrack into crimson and warped nylium.", + "ftbquests.chapter.the_color_green.quest42.description1": "The \u00266Millstone\u0026r can crush cobble into gravel, bones into bone meal, and a variety of plants into their respective dyes at a much higher rate of return.", + "ftbquests.chapter.the_color_green.quest43.description1": "The \u00266Codebreaking Slate\u0026r is very handy - you can put multiple pieces of alchemical waste into it and it will show you how many aspectus/item combinations you got right! It will also show you how many correct aspectii you have placed with the wrong items.", + "ftbquests.chapter.the_color_green.quest44.description1": "Your first \u00266archaic brick\u0026r can be made by infusing a regular brick with tainted gold and infused iron. Once you have one, you can use it to make more by simply infusing it with \u00266more clay and soul sand.\u0026r", + "ftbquests.chapter.the_color_green.quest45.description1": "The \u00266Mnemonic Inscriber\u0026r, when attached to an Exchange Tablet and given paper, will automatically write down the correct combination of aspectii for a given transmutation when you successfully complete one.", + "ftbquests.chapter.the_color_green.quest46.description1": "You can convert between sulfurs of the same type and rarity using the reformation array, but if you want to convert between different types (and the same rarity), you\u0027ll want to make \u00266Alchemical Niter\u0026r in a \u00266Fermentation Vat.\u0026r", + "ftbquests.chapter.the_color_green.quest46.description2": "Place \u00266water, sugar, and the sulfur\u0026r you want to ferment into the vat, then \u00266shift-right-click it to close it\u0026r and start the fermentation process. Once the barrel opens again, your fermentation is done, and you can take out your shiny new Niter!", + "ftbquests.chapter.the_color_green.quest46.description3": "Alchemical Niter can be converted in the \u00266Reformation Array\u0026r similar to how you convert sulfur - note, however, that depending on what type you\u0027re converting to, you will produce or require \u00266more than one niter!\u0026r", + "ftbquests.chapter.the_color_green.quest46.title": "Alchemical Conversion", + "ftbquests.chapter.the_color_green.quest47.description1": "The \u00266digestion vat\u0026r lets you \u00266convert sulfurs between rarities!\u0026r Place some niter and sal ammoniac (and if you\u0027re converting up, some alchemically pure gold) into it, and shift-right-click the vat to start the process! \u00266Four of the previous tier converts into one of the next tier, and vice versa.\u0026r", + "ftbquests.chapter.the_color_green.quest47.description2": "This (in combination with the fermentation vat) allows you to convert iron sulfur into common metal niter, down into four abundant metal niter, into four copper sulfur - that\u0027s \u00266FOUR copper per iron!\u0026r", + "ftbquests.chapter.the_color_green.quest47.description3": "This is a metal loop you could try automating...", + "ftbquests.chapter.the_color_green.quest47.description4": "\u00267Tip: you can start and stop the vats using a redstone signal!\u0026r", + "ftbquests.chapter.the_color_green.quest47.title": "Alchemical Exaltation", + "ftbquests.chapter.the_color_green.quest48.description1": "The \u00266Offering Table\u0026r is a special altar that will allow you to convert items into special empowered versions of themselves, most notably tokens and nature-infused ingots.", + "ftbquests.chapter.the_color_green.quest48.description2": "To use it, simply place whatever you want to infuse into it by right-clicking, then throw a \u00266Spirit of Calling\u0026r onto the altar to activate it.", + "ftbquests.chapter.the_color_green.quest48.description3": "\u00267Tip: You can convert more than one item at a time, using only one spirit of calling!\u0026r", + "ftbquests.chapter.the_color_green.quest48.description4": "\u00267Tip 2: this is a multiblock! Check your Book of Natural Aura to see how to build it.", + "ftbquests.chapter.the_color_green.quest49.description1": "You can capture a summoned blaze into a magicked cage. This cage, when placed under a basin, will let you brew potions more efficiently than a brewing stand.", + "ftbquests.chapter.the_color_green.quest5.description1": "Combining the nature-infused iron and some metaphysical heat and structure (courtesy of \u00266nether bricks\u0026r and a \u00266spruce sapling,\u0026r respectively), you can rearrange the latent potential of the metal to turn it into lead!", + "ftbquests.chapter.the_color_green.quest5.description2": "Vastly useful in a variety of mechanical applications, lead is a great first step to leveraging either \u00266raw mechanical power\u0026r or \u00266Ember\u0026r in your pursuits.", + "ftbquests.chapter.the_color_green.quest5.description3": "\u00267Tip: the ancient codex is a little confusing at first, but it will guide you through the Embers mod! Start at Natural Energy, right click entries to mark them as read, and make sure you \u0026lREAD CAREFULLY!", + "ftbquests.chapter.the_color_green.quest5.description4": "\u00267Tip 2: you can use Theurgy to triple ingot output from raw ores!", + "ftbquests.chapter.the_color_green.quest50.description1": "This is it. Using the power of the \u00266Offering Altar,\u0026r and some magically significant materials, you can create the basis of real, sentient life - chicken eggs.", + "ftbquests.chapter.the_color_green.quest50.subtitle": "Well, debatably", + "ftbquests.chapter.the_color_green.quest50.title": "Sentient Life", + "ftbquests.chapter.the_color_green.quest51.description1": "With runes, there are a few other options you have for generating mana:", + "ftbquests.chapter.the_color_green.quest51.description2": "* A \u00266Thermalily\u0026r generates bursts of mana using lava, but will consume lava for no gain if you give it lava too often", + "ftbquests.chapter.the_color_green.quest51.description3": "* An \u00266Entropinnyum\u0026r consumes TNT explosions (and is one of the best generating flowers in the game), but too often and it\u0027ll just blow itself up", + "ftbquests.chapter.the_color_green.quest51.description4": "* A \u00266Munchdew\u0026r consumes leaves, but does not drop saplings.", + "ftbquests.chapter.the_color_green.quest51.description5": "\u00267Tip: some flowers will generate too much mana for a basic spreader! You can use potency and velocity lenses to stretch this, but eventually, you\u0027ll need better spreaders...\u0026r", + "ftbquests.chapter.the_color_green.quest51.title": "Alternative Mana Sources", + "ftbquests.chapter.the_color_green.quest52.description1": "Now that you can turn sulfurs into other sulfurs, you can manually reconstitute \u00266silver sulfur\u0026r and use the \u00266Reformation Array\u0026r to turn gold sulfur into silver sulfur without having to re-make the sulfur over and over again!", + "ftbquests.chapter.the_color_green.quest52.description2": "\u00267Tip: sulfur sulfur sulfur sulfur\u0026r", + "ftbquests.chapter.the_color_green.quest52.title": "Moon Metal", + "ftbquests.chapter.the_color_green.quest53.description1": "The \u00266Wildfire Core\u0026r is a key piece of some advanced dwarven machinery.", + "ftbquests.chapter.the_color_green.quest54.description1": "The \u00266Wildfire Stirling,\u0026r when attached to machines and supplied with steam, increases the efficiency of their ember usage.", + "ftbquests.chapter.the_color_green.quest54.description2": "The first one cuts usage in half, the second one halves it again, and any more decrease the efficiency.", + "ftbquests.chapter.the_color_green.quest55.description1": "The \u00266Ignem Reactor\u0026r is the ultimate solution to high ember requirements - when placed between a \u00266Catalysis\u0026r and \u00266Combustion Chamber,\u0026r it refines ember at a MUCH higher rate than the Ember Activator; up to \u002669x more ember\u0026r per crystal item.", + "ftbquests.chapter.the_color_green.quest55.description2": "\u00267Tip: the Catalysis and Combustion Chambers need fuel to operate, check JEI for their fuels and multipliers.", + "ftbquests.chapter.the_color_green.quest55.title": "Ignem Reactor", + "ftbquests.chapter.the_color_green.quest56.description1": "With the power of alchemy, you can turn a charged attuned stone into a seed capable of turning ember into pure metal! These crystal seeds, when powered with an \u00266Ember Injector,\u0026r will slowly grow and drop metal nuggets.", + "ftbquests.chapter.the_color_green.quest56.description2": "Not every metal can be turned into these seeds, but you have figured out that you can actually \u00266obtain Zinc\u0026r through this alchemical process!", + "ftbquests.chapter.the_color_green.quest56.description3": "\u00267Tip: crystals will slowly level up and drop more and more metal. Moving them resets their level, though!", + "ftbquests.chapter.the_color_green.quest56.subtitle": "Zinc! (and others)", + "ftbquests.chapter.the_color_green.quest56.task_414198583111126714.title": "Any Metal Crystal Seed", + "ftbquests.chapter.the_color_green.quest56.title": "Metal Crystal Seeds", + "ftbquests.chapter.the_color_green.quest57.description1": "With Dawnstone, you can craft ember transferral devices that can handle much more throughput.", + "ftbquests.chapter.the_color_green.quest57.title": "High Volume Ember Transfer", + "ftbquests.chapter.the_color_green.quest58.description1": "Now that you have zinc, you can alloy it with copper to create brass! This is useful almost exclusively for \u00266mechanical contraptions.\u0026r", + "ftbquests.chapter.the_color_green.quest58.description2": "\u00266Electron Tubes\u0026r are also an important step to making more complicated contraptions. ", + "ftbquests.chapter.the_color_green.quest58.description3": "\u00266Rose Quartz\u0026r can be made in a heated basin, combining glowstone and redstone in a sal ammoniac bath.", + "ftbquests.chapter.the_color_green.quest58.title": "Advanced Contraptions", + "ftbquests.chapter.the_color_green.quest59.description1": "Packages and their associated transport items open up a huge amount of logistical freedom.", + "ftbquests.chapter.the_color_green.quest59.description2": "\u00267Tip: for more information, hover these items and hold W to ponder!", + "ftbquests.chapter.the_color_green.quest59.title": "Mechanical Logistics", + "ftbquests.chapter.the_color_green.quest6.description1": "\u00266Ember\u0026r is the lifeblood of the world. Despite whatever happened, there is still virtually infinite Ember available deep underground - you just need to make a machine that can mine it. ", + "ftbquests.chapter.the_color_green.quest6.description2": "Enter the \u00266Ember Bore\u0026r - place it on bedrock, add a \u00266Mechanical Core\u0026r above it so you can pipe things in and out of it, and give it some fuel! It\u0027ll start digging up that sweet, sweet Ember.", + "ftbquests.chapter.the_color_green.quest6.description3": "\u00267Tip: the Mechanical Core acts as an extension for most Embers multiblocks! You can transfer items, fluid, and ember in and out of the core as if it was a part of the block it is attached to.", + "ftbquests.chapter.the_color_green.quest6.description4": "\u00267Tip 2: USE YOUR MECHANICAL LENS! It\u0027s EXTREMELY helpful for figuring out how Ember\u0027s machines work.", + "ftbquests.chapter.the_color_green.quest6.title": "Drilling for Ember", + "ftbquests.chapter.the_color_green.quest60.description1": "With access to brass and electron tubes, you can make a Mechanical Crafter. These, in combination with \u00266factory gauges\u0026r and \u00266package logistics,\u0026r allow you to set up automatic stocking and crafting of items!", + "ftbquests.chapter.the_color_green.quest60.title": "Autocrafting", + "ftbquests.chapter.the_color_green.quest61.description1": "You can fortify infused iron with prosperity shards to create a basic \u00266prosperity ingot,\u0026r ready to augment with agricultural essence.", + "ftbquests.chapter.the_color_green.quest61.description2": "One of the best uses of this ingot is to make a better watering can.", + "ftbquests.chapter.the_color_green.quest61.title": "Better Watering", + "ftbquests.chapter.the_color_green.quest62.description1": "With empowered tokens, you can craft the \u00266Creational Catalyst\u0026r - this removes the innate limit on most aura producing blocks, and lets you overcharge the local area with Aura.", + "ftbquests.chapter.the_color_green.quest62.description2": "\u00267Tip: aureareaurearuea", + "ftbquests.chapter.the_color_green.quest63.description1": "You\u0027ve felt a strange tingling on your skin ever since you woke up - you think this might be a manifestation of \u00266Aura,\u0026r a natural phenomenon that you might be able to further harness.", + "ftbquests.chapter.the_color_green.quest63.description2": "To get started, craft a \u00266Bottle and Cork\u0026r and \u00266right click the air\u0026r to gather some Aura for further study.", + "ftbquests.chapter.the_color_green.quest63.title": "Bottling Sunlight", + "ftbquests.chapter.the_color_green.quest64.description1": "The \u00266Mana Blaster\u0026r is a portable mana spreader that you can fire at will, using mana from a storage device on your person. You can also attach lenses to it, to use their special properties!", + "ftbquests.chapter.the_color_green.quest65.description1": "\u00266Mana Lenses\u0026r can change the properties of a mana burst fired from a spreader. They can increase the color, potency, speed, and even make the burst go \u00266through blocks\u0026r or \u00266break them\u0026r altogether! Read your \u00266Lexica Botania\u0026r for more details.", + "ftbquests.chapter.the_color_green.quest65.description2": "\u00267Tip: the weight lens makes blocks a mana burst hits fall - you can exploit this property to get blocks that normally need silk touch by having them fall onto something like a torch!", + "ftbquests.chapter.the_color_green.quest66.description1": "Now that you have\u00266 Ember\u0026r, what can you do with it?", + "ftbquests.chapter.the_color_green.quest66.description2": "One useful item is the \u00266Hearth Coil\u0026r - when provided with Ember, it can be used as a VERY fast furnace.", + "ftbquests.chapter.the_color_green.quest67.description1": "With \u00266Dawnstone\u0026r comes a better way of activating ember - the \u00266Pressure Refinery.\u0026r", + "ftbquests.chapter.the_color_green.quest67.description2": "It \u00264requires water\u0026r as well, but can boost your ember production up to \u002661.5x the value\u0026r of a plain activator.", + "ftbquests.chapter.the_color_green.quest67.description3": "Additionally, if placed atop a metal block surrounded by lava or fire it can double that, getting up to \u002663x the value\u0026r of crystalline ember! ", + "ftbquests.chapter.the_color_green.quest68.description1": "The \u00266Beam Splitter\u0026r allows you to, well, split beams. Ember sent into it will be divided into two bursts sent out from either end.", + "ftbquests.chapter.the_color_green.quest68.description2": "The \u00266Crystal Cell\u0026r is a much higher capacity way to store Ember - piping more crystalline ember into it will \u00266increase its storage limit.\u0026r", + "ftbquests.chapter.the_color_green.quest68.title": "Advanced Ember Logistics", + "ftbquests.chapter.the_color_green.quest69.description1": "With the acquisition of Dawnstone, you can make a special chamber to manipulate elemental mercury into a source of energy. ", + "ftbquests.chapter.the_color_green.quest69.description2": "The \u00266Mercury Catalyst\u0026r can convert mercury into Mercury Flux (MF) which, in combination with a \u00266Caloric Flux Emitter\u0026r, can be used to power alchemical devices that would normally need a pyromantic brazier underneath them!", + "ftbquests.chapter.the_color_green.quest69.description3": "\u00267Tip: one mercury shard produces as much energy as one piece of charcoal!", + "ftbquests.chapter.the_color_green.quest69.title": "Mercurial Power", + "ftbquests.chapter.the_color_green.quest7.description1": "The combination of brilliant fiber and nether bricks is superficially similar to the weak gold ore deposits you remember existing in the Nether. They\u0027re so similar, in fact, that \u00266a Pure Daisy will convert Golden Nether Bricks into Nether Gold Ore!\u0026r", + "ftbquests.chapter.the_color_green.quest7.description2": "\u00267Tip: there is a better way to make brilliant fiber, but you\u0027ll need to get blaze powder somehow... ", + "ftbquests.chapter.the_color_green.quest7.title": "Gold", + "ftbquests.chapter.the_color_green.quest70.description1": "With high enough aura in an area, \u00266dried earth will slowly convert to dirt!\u0026r", + "ftbquests.chapter.the_color_green.quest70.description2": "If you want to stop this effect from happening, \u00266Powder of Dried Stasis\u0026r will prevent the conversion of dried earth to dirt in the area it\u0027s placed in.", + "ftbquests.chapter.the_color_green.quest70.subtitle": "pseudo-terraforming", + "ftbquests.chapter.the_color_green.quest70.title": "Regrowth?", + "ftbquests.chapter.the_color_green.quest71.description1": "The \u00266Bin\u0026r is a fantastic block that automatically collects the outputs of various dwarven machinery.", + "ftbquests.chapter.the_color_green.quest71.description2": "Simply attach it to the \u00266bottom\u0026r of a machine (like, say, the stamper base) and it\u0027ll fill up with products.", + "ftbquests.chapter.the_color_green.quest72.description1": "With an imitation blaze head and a couple of real magical reagents, you can \u00266summon a real blaze!\u0026r", + "ftbquests.chapter.the_color_green.quest72.description2": "This summoned blaze always drops at least 3 blaze rods. ", + "ftbquests.chapter.the_color_green.quest72.description3": "\u00267Tip: the ritual to summon the blaze is described in the Reclamation Rituals book.\u0026r", + "ftbquests.chapter.the_color_green.quest72.title": "Real Blazes", + "ftbquests.chapter.the_color_green.quest8.description1": "The \u00266Pure Daisy\u0026r is able to turn mundane stone and logs into much more naturally-aligned versions of themselves.", + "ftbquests.chapter.the_color_green.quest8.title": "Living Materials", + "ftbquests.chapter.the_color_green.quest9.description1": "You can use a bucket to \u00266strategically place lava and water\u0026r to make a nether portal frame. It\u0027s not ideal, but it\u0027s definitely easier than trying to mine obsidian with an iron pickaxe!", + "ftbquests.chapter.the_color_green.quest9.description2": "Similar to the overworld, the nether is bare of ores and even more devoid of life - \u00264there are zero spawns there, and only one biome.", + "ftbquests.chapter.the_color_green.quest9.description3": "\u00267Tip: you can also make obsidian on the natural altar - but be warned, it\u0027s pretty costly aura-wise!", + "ftbquests.chapter.the_color_green.quest9.task_4075772383648127092.title": "Visit the Nether", + "ftbquests.chapter.the_color_green.quest9.title": "The Nether", + "ftbquests.chapter.the_color_green.title": "Touching Grass", + "ftbquests.chapter.the_hunt_for_grass.quest1.description1": "Now that you have dirt, your next step is to turn it into grass, so that you can start bringing a little bit of green into the world.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description1": "Plants in Agricraft are diploid organisms - essentially, every plant has two sets of attributes: active and inactive (or dominant and recessive). \u00266The active trait is the one that actually affects the plant,\u0026r but the inactive trait comes into play when breeding plants together. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description2": "When a crossbreed occurs, each plant \u00266adjacent\u0026r to the crossbreed crop sticks has a \u00266chance\u0026r depending on its \u00266fertility\u0026r to count as a parent. If there\u0027s only one parent selected, the resulting plant is a clone. If more than one parent is selected, each has a chance to pass on one half of its genes to the resulting plant.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description3": "For example, if you bred a plant with gain of 3-2 with a plant who\u0027s gain is 4-2, it would result in a plant with a gain stat of either 4-3, 4-2, 3-2, or 2-2. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description4": "To figure out what the possibilities are for two parent plants, you can use a punnett square:", + "ftbquests.chapter.the_hunt_for_grass.quest10.description5": "Each square has an equal chance of getting chosen - additionally, there is a small chance for a mutation to occur; whether this mutation is beneficial or not depends on each parent\u0027s \u00266mutativity stat.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest10.image0": "{image:reclamation:textures/quests/punnett.png width:150 height:150 align:center}", + "ftbquests.chapter.the_hunt_for_grass.quest10.task_2773659192565899586.title": "What the heck are these numbers?", + "ftbquests.chapter.the_hunt_for_grass.quest10.title": "How do I get better stats?", + "ftbquests.chapter.the_hunt_for_grass.quest11.description1": "Each plant has five stats, when planted on crop sticks. You can see these stats by crouching and looking at the plant, or using a magnifying glass. The stats affect a variety of things:", + "ftbquests.chapter.the_hunt_for_grass.quest11.description2": "\u00266Fertility\u0026r is how likely a plant is to get chosen as a parent for cross-breeding.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description3": "\u00266Gain\u0026r increases how much a plant will produce when harvested.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description4": "\u00266Growth\u0026r affects the speed a plant grows at.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description5": "\u00266Mutativity\u0026r raises the chance for a cross-breed (when it occurs) to be beneficial.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description6": "\u00266Strength\u0026r broadens the possible growing conditions for a plant - for example, cactus can always grow on sand, but with a strength of 10, it can grow on normal farmland!", + "ftbquests.chapter.the_hunt_for_grass.quest11.subtitle": "What do they mean?", + "ftbquests.chapter.the_hunt_for_grass.quest11.task_7047347176409476035.title": "Read", + "ftbquests.chapter.the_hunt_for_grass.quest11.title": "The numbers, Mason!", + "ftbquests.chapter.the_hunt_for_grass.quest12.description1": "That was A LOT of info - what it boils down to is higher numbers \u003d better, breed higher statted plants together to get better plants, use bonemeal on cross sticks to speed up the crossbreeding process. ", + "ftbquests.chapter.the_hunt_for_grass.quest12.description2": "If your plant is not growing, look at it while crouching - it might need a different type of soil.", + "ftbquests.chapter.the_hunt_for_grass.quest12.description3": "\u00267Tip: getting your first beneficial mutation \u00264will be slow,\u00267 but you can speed it up by \u00266planting crops in a plus shape,\u00267 with the cross sticks in the middle! This means each potential crossbreed has \u00266four\u00267 chances to pick parents, instead of \u00264just two.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest12.subtitle": "English, poindexter?", + "ftbquests.chapter.the_hunt_for_grass.quest12.task_7762997780188473985.title": "WAY too complicated", + "ftbquests.chapter.the_hunt_for_grass.quest12.title": "That was a lot...", + "ftbquests.chapter.the_hunt_for_grass.quest13.description1": "Now that you have a way to grow and breed plants, you should get started on broadening your base of food. Either \u00266breed the plants you have\u0026r into the two other staple crops from the old world, or \u00266find them on the mutated inhabitants\u0026r of the new.", + "ftbquests.chapter.the_hunt_for_grass.quest13.description2": "\u00267Tip: to find mutations, look up the recipe for the seed of the plant in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.description3": "\u00267Tip 2: to see what conditions a seed needs to grow (including what blocks it can grow on), check the uses of the seed in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.title": "Edible Plants", + "ftbquests.chapter.the_hunt_for_grass.quest14.description1": "At some point, you\u0027re going to run out of ruins. Thankfully, there is a special kind of flower called the \u00266Cuprosia \u0026ryou can breed that can harvest \u00266trace amounts of copper from the water.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest14.description2": "\u00267Tip: the flower will only grow in a waterlogged crop. If you successfully crossbreed the Cuprosia but the crop stick it\u0027s on is not waterlogged, \u00264it will not grow. \u00267Additionally, it can \u00264only grow on gravel\u00267 at strength 1.", + "ftbquests.chapter.the_hunt_for_grass.quest14.description3": "\u00267Tip 2: plant species can be recessive! Use your magnifying glass.", + "ftbquests.chapter.the_hunt_for_grass.quest14.title": "Growing copper?", + "ftbquests.chapter.the_hunt_for_grass.quest15.description1": "Now you have to find a way to turn the nascent life energy within the tree into some form of grass. There was a ritual you remember that was able to condense said energy into a special seed...", + "ftbquests.chapter.the_hunt_for_grass.quest15.description2": "Witchcraft can help you here - brew up some \u00266brilliant fiber,\u0026r apply it to some tree leaves, and watch it \u00266spread!\u0026r Once you have enough, break the leaves - the gilded leaves you\u0027ll get will be able to crush into a \u00266fine gold dust,\u0026r perfect for this ritual.", + "ftbquests.chapter.the_hunt_for_grass.quest15.title": "Gold Leaf", + "ftbquests.chapter.the_hunt_for_grass.quest16.description1": "Now that you have a way to conduct the ritual, you can create a \u00266Pasture Seed,\u0026r which will let you finally \u00266bring back grass to the world!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest16.description2": "\u00267To find out how to actually do the ritual, check how to do a Ritual of the Forest in your Book of Natural Aura.", + "ftbquests.chapter.the_hunt_for_grass.quest16.title": "Ritual of the Forest", + "ftbquests.chapter.the_hunt_for_grass.quest17.description1": "The \u00266Witch\u0027s Oven\u0026r can be used to distill saplings into \u00266special magic fumes,\u0026r which are especially potent in a variety of magical rites.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description1": "Using some sapling fumes and some plantlife, you can create \u00266Pasture Seeds\u0026r - special seeds that will place an \u00266area of grass\u0026r on nearby dirt.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description2": "\u00267Tip: due to a bug in the mod, watering cans will not work to start the ritual of the forest!", + "ftbquests.chapter.the_hunt_for_grass.quest18.subtitle": "Not as green as I\u0027d like...", + "ftbquests.chapter.the_hunt_for_grass.quest18.title": "Grass!", + "ftbquests.chapter.the_hunt_for_grass.quest19.description1": "The composter can turn \u00266extra seeds and crops into bonemeal!\u0026r No more hunting skeletons in the middle of the night.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description1": "Even through the lack of nutrients in the soil, some especially-tough tufts of grass have held on. Some even have \u00266seeds that you can find\u0026r and try to coax to life.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description2": "Some of these seem \u00266especially magical\u0026r - you wonder if you could use them in any way...", + "ftbquests.chapter.the_hunt_for_grass.quest2.description3": "\u00267Tip: you\u0027ll probably only want to harvest mandrake at night until you get its strength up!", + "ftbquests.chapter.the_hunt_for_grass.quest2.title": "Seeds", + "ftbquests.chapter.the_hunt_for_grass.quest20.description1": "You can get straw rarely by cutting grass with a \u00266knife.\u0026r Use it to make leads, ropes, and building blocks!", + "ftbquests.chapter.the_hunt_for_grass.quest20.task_1283594596619655186.title": "Any Knife", + "ftbquests.chapter.the_hunt_for_grass.quest20.title": "Straw", + "ftbquests.chapter.the_hunt_for_grass.quest21.description1": "You can turn bonemeal, dirt, and some organic material into \u00266organic compost.\u0026r When placed down, the compost will\u00266 turn into rich soil \u0026rafter a while (sped up by sunlight, water, and proximity to other rich soil or mushrooms), which grows most crops \u00266faster than regular farmland!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest21.title": "Rich Farmland", + "ftbquests.chapter.the_hunt_for_grass.quest22.description1": "Now that you have access to iron, you can make a \u00266watering can.\u0026r Higher-tier versions exist and are much better, but the basic version can still speed up the growth of crops.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description1": "This pack contains \u00266Via Romana\u0026r, a sign-based fast travel system. In order to fast travel using signs, you must first \u00266build a path and traverse it\u0026r before you can teleport across it. ", + "ftbquests.chapter.the_hunt_for_grass.quest23.description2": "\u00266Shift-left-click\u0026r on a sign at the start of your path, then \u00266shift-left-click\u0026r on a sign at the end of your path. Once you start pathing from one sign to the other, you need to follow a player-made path. If you deviate, you\u0027ll \u0026cstop\u0026r building the fast travel route and have to backtrack.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description3": "Once linked, just punch the sign and you\u0027ll fast travel!", + "ftbquests.chapter.the_hunt_for_grass.quest23.description4": "\u00267Tip: to see what blocks count as path blocks, search \u00262#via_romana:path_block\u00267 in your recipe viewer.", + "ftbquests.chapter.the_hunt_for_grass.quest23.task_5888718684745127233.title": "Any Warpable Sign", + "ftbquests.chapter.the_hunt_for_grass.quest23.title": "Signpost Travel", + "ftbquests.chapter.the_hunt_for_grass.quest24.description1": "\u00266Fume Funnels,\u0026r when placed next to a Witch\u0027s Oven, raise the chance of getting fumes from items.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description1": "Tired of hearing those godforsaken \u00266mandrakes\u0026r shriek? Make some \u00266earmuffs!\u0026r They\u0027ll protect you from getting your ears blown out by their piercing scream.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description2": "\u00267Tip: the higher the strength stat on mandrake is, the less likely they are to wake up.", + "ftbquests.chapter.the_hunt_for_grass.quest25.title": "OSHA Approved", + "ftbquests.chapter.the_hunt_for_grass.quest26.description1": "With the re-introduction of actual saplings to the world, you might want to make slightly better tools than the basic pickaxe and axe you\u0027re used to.", + "ftbquests.chapter.the_hunt_for_grass.quest26.description2": "The \u00266Hammer, Excavator, and Broadaxe\u0026r can break blocks in a \u002663x3 area\u0026r (and the broadaxe breaks in \u002663x3x3!\u0026r), making terraforming and general resource collection much easier.", + "ftbquests.chapter.the_hunt_for_grass.quest26.task_4941645910113139201.title": "Any AOE Tool", + "ftbquests.chapter.the_hunt_for_grass.quest3.description1": "Unless you get lucky and find an ingot or two among the husks, you\u0027ll need some way to make iron ingots. ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description2": "Luckily, one of those plants you found has a rudimentary circulatory system, which has enough thematic overlap with actual hemoglobin that you can use it to precipitate hemoglobic fluid...", + "ftbquests.chapter.the_hunt_for_grass.quest3.description3": "Basically, you found a \u00266plant that grows blood\u0026r and you\u0027re gonna \u00266make iron out of it\u0026r by putting it into a \u00266Sal Ammoniac Accumulator above a Fluid Vessel.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description4": "\u00267Note: A Sal Ammoniac tank is meant only for sal ammoniac, so you \u0026oneed\u0026r\u00267 to place the \u0026lfluid vessel\u0026r\u00267 below it.", + "ftbquests.chapter.the_hunt_for_grass.quest3.title": "Hemoglobic Fluid", + "ftbquests.chapter.the_hunt_for_grass.quest4.description1": "Now that you have your hemoglobic fluid, you can \u00266use it as a solvent in your Liquefaction Cauldron to liquify copper\u0026r - the iron in the fluid will transform the copper sulfur into \u00266Iron Alchemical Sulfur.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.description2": "You\u0027ll also need some \u00266Mineral Alchemical Salt\u0026r - you can get this by \u00266calcifying charcoal,\u0026r or re-calcifying \u00266a large amount of Strata salt.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.title": "Salt and Sulfur", + "ftbquests.chapter.the_hunt_for_grass.quest5.description1": "You\u0027re almost there! Just throw the \u00266Iron Alchemical Sulfur, Mineral Alchemical Salt, \u0026rand\u00266 Alchemical Mercury\u0026r into the \u00266Incubator, \u0026rand you\u0027ll have iron!", + "ftbquests.chapter.the_hunt_for_grass.quest6.description1": "You can mash up the magical plants you\u0027ve found into something you\u0027re calling \u00266Anointing Paste.\u0026r You\u0027re pretty sure you can apply it to something, but what? ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description1": "Now that you have a bit of iron, you can make a cauldron and \u00266anoint\u0026r it to make a \u00266Witch\u0027s Cauldron\u0026r - a magically-insulated vessel for brewing all sorts of witchy goodness. ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description2": "Fill it with three buckets of water, place it over a campfire, and it\u0027ll start boiling!", + "ftbquests.chapter.the_hunt_for_grass.quest7.description3": "\u00267Tip: if your brew spoils (turns brown because you put items in out of order or incorrectly), you can use an empty bucket to empty the cauldron.", + "ftbquests.chapter.the_hunt_for_grass.quest7.task_2385086996515714487.title": "Anoint a Cauldron", + "ftbquests.chapter.the_hunt_for_grass.quest8.description1": "With a little bit of magic (and a reinforced witchy cauldron), you can make a \u00266potent mutagen\u0026r - potent enough to mutate those \u00266dead bushes\u0026r you\u0027ve been seeing around into \u00266actual saplings!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest8.subtitle": "Minor necromancy", + "ftbquests.chapter.the_hunt_for_grass.quest8.task_6488684102089578318.title": "Any Sapling", + "ftbquests.chapter.the_hunt_for_grass.quest8.title": "Saplings!", + "ftbquests.chapter.the_hunt_for_grass.quest9.description1": "The seeds you\u0027ve been finding have uniquely adapted themselves to their harsh environment. As a consequence, however, they\u0027ve become \u00264much less productive, focusing entirely on survival.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest9.description2": "You can try to selectively breed your meager collection of seeds together to make them \u00266grow faster\u0026r and \u00266produce more,\u0026r or even try \u00266cross-breeding them\u0026r to start bringing back extinct species of plant...", + "ftbquests.chapter.the_hunt_for_grass.quest9.description3": "To start, plant any seeds you have onto specially-prepared \u00266Crop Sticks.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.title": "A Whiff of Normal", + "ftbquests.chapter.the_sound_of_life.quest1.description1": "Debatably sentient life in the form of chickens! Even more importantly, these chickens will produce \u00266eggs,\u0026r the root of all fauna.", + "ftbquests.chapter.the_sound_of_life.quest1.title": "Sentient Life", + "ftbquests.chapter.the_sound_of_life.quest10.description1": "You can upgrade your blood altar by placing runes around it - your \u00266Sanguine Scientiem\u0026r can give you specifics. A tier 2 altar can create \u00266Reinforced Slates!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest10.description2": "Used for creating special runes that give your blood altar benefits, among other things, they are just that much more potent than a regular blank slate.", + "ftbquests.chapter.the_sound_of_life.quest10.title": "Tier 2 Slates", + "ftbquests.chapter.the_sound_of_life.quest11.description1": "A tier 3 altar can create \u00266Imbued Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.description2": "Even stronger than the reinforced version, they can make even better rune upgrades for your blood altar, as well as the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.title": "Tier 3 Slates", + "ftbquests.chapter.the_sound_of_life.quest12.description1": "The \u00266Alchemical Reaction Chamber\u0026r is capable of a great many things, but one of the most important is its ability to produce gems - \u00266diamond, lapis, and amethyst.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description1": "With access to gems, you can make a \u00266Tainted Blood Pendant,\u0026r which you can then infuse with \u00266Regeneration!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description2": "This makes poking yourself for life essence much more bearable...", + "ftbquests.chapter.the_sound_of_life.quest13.description3": "\u00267Tip: prismarine can be made either through Create\u0027s haunting or Nature\u0027s Aura\u0027s Natural Altar.", + "ftbquests.chapter.the_sound_of_life.quest14.description1": "Alchemizing with lifeforce provides the extra punch needed to transmute base materials into \u00266precious gems\u0026r using the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest14.description2": "\u00267Tip: once you\u0027ve made one of a specific kind of gem, you can use Theurgy to convert more materials into that gem\u0027s sulfur without having to go through the whole blood transmutation again!", + "ftbquests.chapter.the_sound_of_life.quest14.title": "Gems!", + "ftbquests.chapter.the_sound_of_life.quest15.description1": "A renewable source of gems would be much appreciated - thankfully, you can perform a \u00266special wiccan ritual\u0026r to turn a block of amethyst into its budding version.", + "ftbquests.chapter.the_sound_of_life.quest15.description2": "\u00267Tip: you can use blood magic\u0027s arcane ashes to draw a pentagram on your altar, giving it an addtional 1.5x boost to total power capacity!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest15.description3": "\u00267Tip 2: the instructions for this ritual can be found in your Reclamation Rituals book.", + "ftbquests.chapter.the_sound_of_life.quest16.description1": "Now that you have access to gems, you can start to manipulate \u00265Source, \u0026ranother type of magical energy you remember from before.", + "ftbquests.chapter.the_sound_of_life.quest16.description2": "To start, you\u0027ll want to turn lapis or amethyst shards into source gems using an \u00266Imbuement Chamber.\u0026r However, for an Imbuement Chamber, you\u0027ll need a special kind of wood. Because \u00265Source\u0026r is innately intertwined with \u00264Life Essence,\u0026r infusing an already magically-resonant tree with \u00264Life Essence\u0026r should produce a suitable sapling.", + "ftbquests.chapter.the_sound_of_life.quest16.description3": "\u00267Tip: you can convert between the four types of sapling using a mana pool!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest16.title": "Archwood", + "ftbquests.chapter.the_sound_of_life.quest17.description1": "With Archwood, you can now create \u00266Source Gems,\u0026r a perfect focusing medium for the arcane energies of \u00265Source.\u0026r Just toss some amethyst or lapis into an \u00266Imbuement Chamber!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest17.description2": "At first, you\u0027ll be slowly imbuing gems with the trace amounts present in the air, but once you get a way to generate \u00265Liquid Source,\u0026r you\u0027ll be converting gems in a flash!", + "ftbquests.chapter.the_sound_of_life.quest17.title": "Source Gems", + "ftbquests.chapter.the_sound_of_life.quest18.description1": "By offering an \u00266Imbued Slate\u0026r to the gods, you can convert mundane iron into the dense ingot of \u00266Osmium.\u0026r This metal is crucial to advanced mechanical applications.", + "ftbquests.chapter.the_sound_of_life.quest18.title": "Supermassive", + "ftbquests.chapter.the_sound_of_life.quest19.description1": "Now that you have a source of power, you\u0027ll want to start making real machinery. Your first step - a \u00266Metallurgic Infuser.\u0026r This machine can do a wide varity of things, but one of the most important is its ability to create \u00266steel,\u0026r another critical metal for your foray into technology.", + "ftbquests.chapter.the_sound_of_life.quest19.description2": "Infusing \u00266iron with coal,\u0026r while inefficient, is your only real way to make it - at least for now.", + "ftbquests.chapter.the_sound_of_life.quest19.title": "Steel", + "ftbquests.chapter.the_sound_of_life.quest2.description1": "Now that you have access to a breedable animal, you can utilize their excess vitalic energy to birth new creatures. ", + "ftbquests.chapter.the_sound_of_life.quest2.description2": "In an area with high Aura concentration, \u00266breeding mobs together\u0026r will generate \u00266Spirits of Birthing.\u0026r These spirits can be tossed alongside some other reagents onto an \u00266Altar of Birthing\u0026r to spawn new creatures.", + "ftbquests.chapter.the_sound_of_life.quest2.title": "Altar of Birthing", + "ftbquests.chapter.the_sound_of_life.quest20.description1": "The basis of every machine worth making, \u00266a Steel Casing \u0026ropens up limitless possibilities. ", + "ftbquests.chapter.the_sound_of_life.quest20.description2": "Almost quadrupling raw ore into ingots, turning plants into energy, or even fusion reactors all start with the humble steel casing.", + "ftbquests.chapter.the_sound_of_life.quest20.title": "Basic Machinery", + "ftbquests.chapter.the_sound_of_life.quest21.description1": "The \u00266Enrichment Chamber\u0026r can slightly boost the outputs of raw ores, clean blocks, and refine reagents for the \u00266Metallurgic Infuser,\u0026r creating enriched versions of items that are \u002668 times more efficient!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest22.description1": "Before you can do anything related to machinery, you\u0027ll need a source of power. Thankfully, \u0026bbotanic mana\u0026r is easily convertible to \u0026credstone flux.\u0026r Simply point a mana spreader at a \u00266Mana Fluxfield\u0026r and it\u0027ll output \u0026cRF\u0026r to any adjacent blocks.", + "ftbquests.chapter.the_sound_of_life.quest22.description2": "\u00267You can also use a heat generator, but it\u0027s VERY inefficient and (probably) not even worth making!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description1": "With the acquisition of lapis, you can now make the \u00266Terrestrial Agglomeration Plate,\u0026r a necessary step in your mastery of \u0026bbotanic mana.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description2": "Combining mana-infused versions of a diamond, an ender pearl, and iron (alongside a tremendous amount of mana) creates \u00266Terrasteel,\u0026r a unique alloy that is incredibly strong and mana conductive.", + "ftbquests.chapter.the_sound_of_life.quest23.description3": "\u00267Tip: use sparks instead of mana spreaders for a much faster mana transfer rate!", + "ftbquests.chapter.the_sound_of_life.quest23.title": "Terrasteel", + "ftbquests.chapter.the_sound_of_life.quest24.description1": "Steel allows you to make better pipes of all kinds, able to transport items, fluids, RF, chemicals, and even heat. These have a number of \u00266advantages over caminite-based alternatives,\u0026r mainly their lack of reliance on redstone and their upgradeability.", + "ftbquests.chapter.the_sound_of_life.quest24.task_1474346775141796701.title": "Any Basic Logistic Item", + "ftbquests.chapter.the_sound_of_life.quest24.title": "Advanced Logistics", + "ftbquests.chapter.the_sound_of_life.quest25.description1": "The \u00266Rotary Condensentrator\u0026r allows you to convert liquids to gases, and vice versa. This is useful for storage purposes, but it also allows you to aerate Life Essence!", + "ftbquests.chapter.the_sound_of_life.quest26.description1": "The \u00266Gas-Burning Generator\u0026r can produce a large amount of RF very quickly - it\u0027s a solid midrange option that will most likely carry your energy needs until you start making reactors.", + "ftbquests.chapter.the_sound_of_life.quest26.description2": "\u00266Aerated Essence \u0026ris relatively easy to produce, and can be burned to produce a solid amount of RF. It\u0027s macabre, but it works!", + "ftbquests.chapter.the_sound_of_life.quest27.description1": "\u00266Ethylene\u0026r is another gas you can burn in the gas-burning generator; even a small amount can be burned for a rather large amount of energy.", + "ftbquests.chapter.the_sound_of_life.quest27.description2": "\u00267Note: Ethylene burning has been nerfed in this pack! It\u0027s still useful, just not as absolutely game-breakingly energy dense as it normally is.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest27.title": "Ethylene", + "ftbquests.chapter.the_sound_of_life.quest28.description1": "Ethylene can be further mixed with Aerated Essence to produce Blooded Ethylene, a much more energy-dense gas that can burn for longer in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest28.title": "Blooded Ethylene", + "ftbquests.chapter.the_sound_of_life.quest29.description1": "The \u00266Crusher\u0026r is great for turning things into smaller, powdery versions of themselves. It\u0027s also great at turning plants into \u00266Bio Fuel!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest3.description1": "Blood magic is a pathway to many abilities some consider to be unnatural.", + "ftbquests.chapter.the_sound_of_life.quest3.description2": "To start, make a few \u00266soul snares\u0026r and \u00266throw them at monsters before killing them.\u0026r These snared monsters will drop \u00266demonic will\u0026r, which you\u0027ll need to get started!", + "ftbquests.chapter.the_sound_of_life.quest3.title": "Blood Magic", + "ftbquests.chapter.the_sound_of_life.quest30.description1": "\u00266Bio Fuel\u0026r can be turned directly into energy in the \u00266Bio-Generator,\u0026r or further refined into ethylene for burning in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest30.title": "Bio Fuel", + "ftbquests.chapter.the_sound_of_life.quest31.description1": "The \u00266Purification Chamber,\u0026r in combination with oxygen and some further processing, can double raw ore outputs.", + "ftbquests.chapter.the_sound_of_life.quest31.description2": "Ore clumps can be crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest31.description3": "\u00267Tip: gas upgrades can be placed into some machines to make them more efficient in their use of chemicals!", + "ftbquests.chapter.the_sound_of_life.quest32.description1": "The \u00266Chemical Dissolution Chamber\u0026r is the next step in your ore processing - with the chamber as a starting point and some hydrogen chloride, it can turn 3 ore into 8 shards, which eventually get processed into ingots.", + "ftbquests.chapter.the_sound_of_life.quest32.description2": "To make hydrogen chloride, you\u0027ll need a renewable source of chlorine. The \u00266Thermal Evaporation Tower Multiblock\u0026r can turn plain water into brine, which can then be electrolysed into chlorine.", + "ftbquests.chapter.the_sound_of_life.quest32.description3": "Shards need to be purified into clumps, crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.description1": "The final refinement to your ore refinement process: the \u00266Chemical Washer and Crystallizer\u0026r can wash and crystallize ore slurry, at a 3 raw ore to eventual 10 ingot ratio.", + "ftbquests.chapter.the_sound_of_life.quest33.description2": "You\u0027ll need sulfur for sulfuric acid, which you can make through judicious application of oxygen to charcoal.", + "ftbquests.chapter.the_sound_of_life.quest33.description3": "Dirty ore slurry needs to be washed into clean ore slurry, then crystallized into crystals, which then get thrown into the \u00266Chemical Injection Chamber\u0026r to get turned into shards, which purify into clumps, crush into dirty dust, enrich into clean dust, and then finally smelt into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.title": "REAL Ore Processing", + "ftbquests.chapter.the_sound_of_life.quest34.description1": "To make the next tier of altar, you\u0027ll need bloodstone bricks to cap the next set of pillars. However, these require blood shards to make; blood shards require \u00266tau fruit. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest34.description2": "Despite your best efforts, you can\u0027t breed tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest34.description3": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of Tau Fruit. Go forth, ", + "ftbquests.chapter.the_sound_of_life.quest34.title": "Blooded Rituals", + "ftbquests.chapter.the_sound_of_life.quest35.description1": "\u00266Blood Shards\u0026r are a very handy thing for someone of your talents to have around. Despite your best efforts, however, you can\u0027t breed the necessary tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest35.description2": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of tau fruit. ", + "ftbquests.chapter.the_sound_of_life.quest35.description3": "\u00267Tip: once you have some, planting tau fruit and having it grow while something is standing on it will eventually create a saturated tau.", + "ftbquests.chapter.the_sound_of_life.quest35.title": "Blood Shards", + "ftbquests.chapter.the_sound_of_life.quest36.description1": "With access to blood shards, you can finally make a tier 4 altar and\u00266 Demonic Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest36.description2": "Yet still stronger than Imbued Slates, these bad boys pack quite an essence-filled punch! You can use these for ritual paraphernalia as well as more altar upgrades.", + "ftbquests.chapter.the_sound_of_life.quest36.title": "Tier 4 Slates", + "ftbquests.chapter.the_sound_of_life.quest37.description1": "The \u00266Dusk\u0026r version of the \u00266Ritual Diviner\u0026r will allow you to perform even stronger rituals - chief among these being the \u00266Pathway to the Endless Realm.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.description2": "Once performed, you will be presented with a gate to the Demon Realm proper - a sprawling labyrinth of rooms which contain strong enemies, plentiful loot, and the curious ore known as \u00266Demonite.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.title": "Dusk Rituals", + "ftbquests.chapter.the_sound_of_life.quest38.description1": "\u00266Demonite\u0026r can be found rarely in the \u00266Demon Realm,\u0026r either as an ore block or as loot in chests.", + "ftbquests.chapter.the_sound_of_life.quest38.description2": "You also remember that there was a \u00266special key\u0026r for \u00266spatial distortions\u0026r that led you to the mines, which held much more valuable loot...", + "ftbquests.chapter.the_sound_of_life.quest39.description1": "The single most powerful slate you can make,\u00266 Ethereal Slates\u0026r require a tier 5 altar to craft.", + "ftbquests.chapter.the_sound_of_life.quest39.description2": "Alongside netherite scraps and some \u00266looted parts\u0026r from the Demon Realm, these slates can be used to upgrade altar runes, making them \u00266twice as powerful.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest39.title": "Tier 5 Slates", + "ftbquests.chapter.the_sound_of_life.quest4.description1": "One of the most common things you\u0027ll need in the pursuit of sanguine magic is a base material of stone doped in blood - excellent for channelling these dark energies.", + "ftbquests.chapter.the_sound_of_life.quest4.description2": "You\u0027ll need to make quite a few to upgrade your blood altar!", + "ftbquests.chapter.the_sound_of_life.quest40.description1": "Now that you have access to dusk rituals, you can use either a \u00266Ritual of the Feathered Knife\u0026r or a \u00266Well of Suffering\u0026r to automate the collection of life essence.", + "ftbquests.chapter.the_sound_of_life.quest40.description2": "To get even more out of your rituals, you can use the \u00266Ritual Tinkerer!\u0026r Read your \u00266Sanguine Scientiem\u0026r for more information.", + "ftbquests.chapter.the_sound_of_life.quest40.description3": "\u00267Tip: if you can supply mobs to the well constantly (or give them a source of regenerating health), you could fully automate life essence collection...", + "ftbquests.chapter.the_sound_of_life.quest40.title": "Useful Rituals", + "ftbquests.chapter.the_sound_of_life.quest41.description1": "The \u00266Incense Altar\u0026r is the center of a large freeform multiblock structure focused on bringing a sense of tranquility to players. With enough peace of mind, you can perform self-sacrifice with a much smoother hand - at high levels, you can get as much as \u00266quadruple the normal amount of life essence!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest41.description2": "For more information on this structure, take a look at your \u00266Sanguine Scientiem.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description1": "With enough Demonic Will, you reach a critical mass that can eventually \u00266generate will\u0026r ex nihilo! Simply burn some into the local aura by throwing will into a \u00266Demon Crucible,\u0026r then wait for it to crystallize on the \u00266Demon Crystallizer. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description2": "With enough will in the aura, the crystal will grow extra spires you can harvest and re-burn; each crystal past the first takes 40 will to grow but \u00266burns into 50!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description3": "Now if only there was some way to automate this...", + "ftbquests.chapter.the_sound_of_life.quest42.description4": "\u00267Tip: for more info, read your Sanguine Scientiem!", + "ftbquests.chapter.the_sound_of_life.quest42.title": "Crystallized Will", + "ftbquests.chapter.the_sound_of_life.quest43.description1": "With the \u00266Resonance of the Faceted Crystal\u0026r ritual, you can split one well-established Will Crystal into four separate aspected crystals! This aspected will is handy for all sorts of things, but one of the most useful things you can do is use it in other rituals to \u00266change the way they perform.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest43.description2": "\u00267Tip: it\u0027s possible to fully automate the growing, splitting, and harvesting of crystals using rituals!", + "ftbquests.chapter.the_sound_of_life.quest43.title": "Aspected Will", + "ftbquests.chapter.the_sound_of_life.quest44.description1": "With access to Terrasteel, you can make the third tier of botanic runes: \u00266Sin Runes.\u0026r These can be used to make better baubles, more powerful flowers, and more!", + "ftbquests.chapter.the_sound_of_life.quest44.task_6010537284078335274.title": "Any Sin Rune", + "ftbquests.chapter.the_sound_of_life.quest44.title": "Sin Runes", + "ftbquests.chapter.the_sound_of_life.quest45.description1": "With Terrasteel, you can utilize an old ritual to open a \u00266gateway to Alfheim,\u0026r which you\u0027re certain has escaped whatever happened to this world. The portal won\u0027t be able to transport living beings, but maybe you can trade for some \u00266useful materials?\u0026r", + "ftbquests.chapter.the_sound_of_life.quest45.description2": "\u00267Tip: For more information on the portal, read your Lexica Botania! For even more than that, throw your entire Lexica Botania into the portal! (but make sure you don\u0027t throw your Akashic Tome away!)", + "ftbquests.chapter.the_sound_of_life.quest45.title": "The Portal to Alfheim", + "ftbquests.chapter.the_sound_of_life.quest46.description1": "The \u00266Elven Mana Spreader\u0026r is much more efficient than it\u0027s livingwood predecessor - it shoots larger bursts faster and farther.", + "ftbquests.chapter.the_sound_of_life.quest46.title": "Better Spreader", + "ftbquests.chapter.the_sound_of_life.quest47.description1": "With Sin Runes and elven materials, you can craft a special flower that \u00266generates ore in nearby stone or deepslate!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest47.description2": "As far as you\u0027re concerned, this is more proof that you can solve any problem if you throw enough raw mana at something.", + "ftbquests.chapter.the_sound_of_life.quest47.subtitle": "but not ad astra!", + "ftbquests.chapter.the_sound_of_life.quest47.title": "Ex Nihilo", + "ftbquests.chapter.the_sound_of_life.quest48.description1": "The \u00266Scribe\u0027s Table\u0026r allows you to create new glyphs for spellbooks. As far as spellbooks go, you have a couple options - use either pure arcane mana or life essence to fuel your spells.", + "ftbquests.chapter.the_sound_of_life.quest48.title": "Spellcasting", + "ftbquests.chapter.the_sound_of_life.quest49.description1": "Source can be generated in a variety of ways, but you\u0027ll need to do something to get it into a much more useable liquid form. ", + "ftbquests.chapter.the_sound_of_life.quest49.description2": "\u00266Sourcelinks\u0026r will gather it for you, but you\u0027ll also need to make a \u00266jar\u0026r to store the generated source.", + "ftbquests.chapter.the_sound_of_life.quest49.task_8602744015200526354.title": "Any Sourcelink", + "ftbquests.chapter.the_sound_of_life.quest49.title": "Generating Source", + "ftbquests.chapter.the_sound_of_life.quest5.description1": "The \u00266Hellfire Forge\u0026r allows you to use Demonic Will to craft special items.", + "ftbquests.chapter.the_sound_of_life.quest5.description2": "One of the first things you\u0027ll want to make is a \u00266soul gem\u0026r - these special gems can store demonic will you pick up without clogging your inventory.", + "ftbquests.chapter.the_sound_of_life.quest5.description3": "\u00267Tip: the more will you have stored in your inventory, the more will drops from monsters!", + "ftbquests.chapter.the_sound_of_life.quest50.description1": "One of the primary uses of liquid source is the enchanting of items. Using the \u00266Arcane Core\u0026r and an \u00266Enchanting Apparatus\u0026r atop it, you can create many useful things.", + "ftbquests.chapter.the_sound_of_life.quest50.title": "Arcane Enchanting", + "ftbquests.chapter.the_sound_of_life.quest51.description1": "If you\u0027re tired of waiting for amethyst to grow, try animating a block of budding amethyst with the \u00266Ritual of Awakening.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.description2": "It turns budding amethyst into an \u00266Amethyst Golem,\u0026r who can harvest, grow, and even bud other blocks of amethyst!", + "ftbquests.chapter.the_sound_of_life.quest51.description3": "Its behavior can be further modified using a \u00266Dominion Wand.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.title": "Amethyst Buddy", + "ftbquests.chapter.the_sound_of_life.quest52.description1": "With the acquisition of specially-charged elven materials, you can create an \u00266even stronger mana-generating base;\u0026r cake, wool, and even other mana flowers can all be mulched into yet more mana.", + "ftbquests.chapter.the_sound_of_life.quest52.task_1683678805039454876.title": "Any Elven Flower", + "ftbquests.chapter.the_sound_of_life.quest52.title": "Esoteric Mana Generation", + "ftbquests.chapter.the_sound_of_life.quest53.description1": "With the power of Elementium and a little extra elemental oomph, you can craft a special pylon to use in tandem with the power of a beacon to summon the \u00266Guardian of Gaia.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest53.description2": "Prove your strength, and you\u0027ll be rewarded with \u00266Gaia Spirits.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest54.description1": "Using the \u00266Enchanting Apparatus\u0026r and some special reagents, you can make elemental essences that have a wide variety of uses, from crafting to spellweaving.", + "ftbquests.chapter.the_sound_of_life.quest54.task_6599905580160140411.title": "Any Essence", + "ftbquests.chapter.the_sound_of_life.quest55.description1": "Fragments of the mysterious \u00266Guardian of Gaia\u0026r, these spirits have enormous potential...", + "ftbquests.chapter.the_sound_of_life.quest56.description1": "There are quite a few elemental \u00266rituals\u0026r that could come in handy for you - defending your base, automatically pick items up, and even allowing you to fly!", + "ftbquests.chapter.the_sound_of_life.quest57.description1": "The \u00266Storage Lectern\u0026r boasts the incredibly convenient capability of letting you manage, view, and craft using nearby storage blocks. Simply place it down and link inventories to it using the dominion wand!", + "ftbquests.chapter.the_sound_of_life.quest57.description2": "There is a limit to the number of inventories you can connect to at once - this can be raised using additional \u00266Bookwyrm Charms.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description1": "Mekanism upgrades come in two flavors - \u00266upgrade cards\u0026r and \u00266tier installers. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description2": "Upgrade cards give the machine a boost to a certain aspect - speed, energy efficiency, etc.", + "ftbquests.chapter.the_sound_of_life.quest58.description3": "Tier installers give the machine more processing slots - from 1 item at a time to \u002669 in some machines!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.task_366296260702142144.title": "Any Upgrade", + "ftbquests.chapter.the_sound_of_life.quest58.title": "Upgrades", + "ftbquests.chapter.the_sound_of_life.quest59.description1": "You can use a hefty amount of will as well as vengeful will crystals to create \u00266Wither Skeleton Skulls\u0026r in a Hellfire Forge. ", + "ftbquests.chapter.the_sound_of_life.quest59.description2": "These skulls are very powerfully charged - you can use them to summon Withers and acquire their \u00266valuable stars.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest59.title": "The Wither", + "ftbquests.chapter.the_sound_of_life.quest6.description1": "\u00266Blood Orbs\u0026r are a budding sanguimancer\u0027s way of storing and utilizing Life Essence, measured in \u00266LP.\u0026r Once you\u0027ve crafted one, right click with it in your hand to bind it to your personal LP network.", + "ftbquests.chapter.the_sound_of_life.quest6.description2": "LP is used for things like sigils, rituals, and crafting. You can transfer life essence in an altar to your network by placing your orb into the altar.", + "ftbquests.chapter.the_sound_of_life.quest6.description3": "\u00267Tip: there is a blood orb for each tier of altar! Certain recipes need higher tiers of blood orbs.", + "ftbquests.chapter.the_sound_of_life.quest6.task_9017841688739987349.title": "Any Blood Orb", + "ftbquests.chapter.the_sound_of_life.quest60.description1": "The \u00266Conjuration Catalyst\u0026r can duplicate certain items for a relatively moderate mana cost.", + "ftbquests.chapter.the_sound_of_life.quest60.description2": "No more fiddling around with potions or distilling to make your redstone and glowstone!", + "ftbquests.chapter.the_sound_of_life.quest61.description1": "You can summon \u00266Wilden\u0026r using the aptly-named Tablet of Summon Wilden. These magical creatures drop \u00266special reagents when killed.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest61.description2": "These reagents can also be used to summon the \u00266Wilden Chimera,\u0026r a powerful boss that drops a \u00266special item\u0026r needed to channel tier 3 spells. ", + "ftbquests.chapter.the_sound_of_life.quest61.title": "Wilden", + "ftbquests.chapter.the_sound_of_life.quest62.description1": "With the power of a \u00266Charger\u0026r and an \u00266enriched diamond,\u0026r you can create a \u00266special kind of chargeable quartz...\u0026r", + "ftbquests.chapter.the_sound_of_life.quest62.title": "Certus Quartz", + "ftbquests.chapter.the_sound_of_life.quest63.description1": "Obviously, the ratio of one diamond for one certus quartz isn\u0027t exactly tenable. Luckily, there\u0027s a way to literally grow it from itself - just throw a block of \u00266certus quartz into water with some charged certus quartz,\u0026r and it\u0027ll get converted into \u00266budding quartz.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest63.description2": "This semi-flawed quartz block will grow crystals just like amethyst, with one caveat - \u00264eventually the crystal will degrade\u0026r back into a regular block, meaning you\u0027ll have to re-seed it.", + "ftbquests.chapter.the_sound_of_life.quest63.description3": "\u00267Tip: you can also use Theurgy to convert other materials into certus quartz - amethyst is a good candidate!", + "ftbquests.chapter.the_sound_of_life.quest63.title": "Growing Quartz", + "ftbquests.chapter.the_sound_of_life.quest64.description1": "By combining redstone and nether quartz with charged certus quartz, you can make \u00266Fluix Crystals,\u0026r capable of turning matter into digitalized information.", + "ftbquests.chapter.the_sound_of_life.quest65.description1": "Before the apocalpyse - or whatever happened here - there were strange meteors that occasionally fell containing these \u00266mysterious presses.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest65.description2": "You think you have devised a ritual that could potentially draw in another one of these meteors (albeit greatly diminished in size).", + "ftbquests.chapter.the_sound_of_life.quest65.description3": "\u00267Tip: check your Reclamation Rituals book!", + "ftbquests.chapter.the_sound_of_life.quest65.title": "Mysterious Cube", + "ftbquests.chapter.the_sound_of_life.quest66.description1": "The \u00266ME Controller\u0026r is the brains of the \u00266Material Energy\u0026r system - one of the most powerful logistics solutions available to you.", + "ftbquests.chapter.the_sound_of_life.quest66.subtitle": "Better than futura blocks", + "ftbquests.chapter.the_sound_of_life.quest67.description1": "The \u00266Inscriber\u0026r is used to turn raw materials into actual circuits useable in the \u00266Matter Energy\u0026r system.", + "ftbquests.chapter.the_sound_of_life.quest68.description1": "With the raw power afforded to you by aspected will crystals, gaia fragments, and ethereal slates, you finally have enough oomph to begin reversing the damage this world has suffered.", + "ftbquests.chapter.the_sound_of_life.quest68.description2": "Look into the \u00266Ritual of Reclamation\u0026r in your Reclamation Rituals book to start reclaiming the world.", + "ftbquests.chapter.the_sound_of_life.quest68.description3": "\u00267Note: the ritual may \u00264void blocks!\u0026r\u00267 Perform it away from anything important or risk losing things you might want to keep.", + "ftbquests.chapter.the_sound_of_life.quest68.subtitle": "Roll credits?", + "ftbquests.chapter.the_sound_of_life.quest68.task_6680892754679269683.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_sound_of_life.quest68.title": "Reclamation", + "ftbquests.chapter.the_sound_of_life.quest69.description1": "\u00266Sirens\u0026r can be summoned (and subsequently befriended) at the Altar of Birthing. Once given a Sea Pickle, they\u0027ll disappear and leave behind a token. This token can be turned into a charm that can \u00266automatically fish\u0026r for you, at the price of source!", + "ftbquests.chapter.the_sound_of_life.quest69.description2": "\u00267Tip: this auto fishing can be sped up; read your Worn Notebook for more details.", + "ftbquests.chapter.the_sound_of_life.quest7.description1": "The \u00266Alchemy Table\u0026r allows you to craft with LP from a blood orb. You can make a lot of things like reagents for useful sigils, but you can also make \u00266Arcane Ashes.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest70.description1": "\u00266Whirlisprigs\u0026r can be summoned at the Altar of Birthing. Growing a tree near a summoned one will net you a token, which can be crafted into a charm. This charm summons a tame Whirlisprig that will \u00266produce natural resources\u0026r based on what\u0027s nearby!", + "ftbquests.chapter.the_sound_of_life.quest70.description2": "\u00267Tip: read your Worn Notebook for more!", + "ftbquests.chapter.the_sound_of_life.quest71.description1": "Summon a \u00266Drygmy\u0026r at the Altar of Birthing. Give it a wilden horn to get a token, then craft it into a token. This tame Drygmy will \u00266produce experience and drops of mobs nearby,\u0026r without killing them!", + "ftbquests.chapter.the_sound_of_life.quest72.description1": "Casting dispel on a witch (summoned at the Altar of Birthing) drops a Wixie Token. Turned into a charm to summon Wixies, these creatures can craft and brew potions for you!", + "ftbquests.chapter.the_sound_of_life.quest72.description2": "\u00267Tip: Wixies are very helpful when using an Alchemical Sourcelink! For more info, read your Worn Notebook.", + "ftbquests.chapter.the_sound_of_life.quest73.description1": "\u00266Starbuncles\u0026r summoned by the Altar of Birthing can be gifted gold nuggets to get \u00266Starbuncle Tokens.\u0026r Crafted into a \u00266Starbuncle Charm,\u0026r it will summon a Starbuncle to move items around for you. No more fiddling around with pipes and logistics, just use a semi-intelligent squirrel!", + "ftbquests.chapter.the_sound_of_life.quest73.description2": "\u00267Tip: they can be told to only pick up or drop off certain items - read your Worn Notebook for more information!", + "ftbquests.chapter.the_sound_of_life.quest74.description1": "\u00266Magebloom\u0026r is a flower whose fibers can be spun into a very conductive magical cloth.", + "ftbquests.chapter.the_sound_of_life.quest74.title": "Magebloom", + "ftbquests.chapter.the_sound_of_life.quest75.description1": "\u00266Warp Scrolls\u0026r let you teleport anywhere in a dimension, while their stabilized versions create a temporary portal that can transport you even to \u00266other dimensions.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest75.description2": "\u00267Tip: both types of scrolls can be turned into permanent portals by building a frame out of Sourcestone, placing a full source jar nearby, and tossing the scroll into it.", + "ftbquests.chapter.the_sound_of_life.quest76.description1": "The \u00266Fission Reactor\u0026r is a large multiblock that takes fissile fuel and water and outputs enormous amounts of steam. This steam can be pumped into another large multiblock (the industrial turbine) to produce absolutely outrageous amounts of power. ", + "ftbquests.chapter.the_sound_of_life.quest76.description2": "Equally as importantly, it produces nuclear waste.", + "ftbquests.chapter.the_sound_of_life.quest76.description3": "For more information on how to build this structure, refer to the mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest76.description4": "\u00264Warning: if you mess up running your reactor, it WILL melt down and explode/irradiate the surrounding area. Make it small or make it far away from your base if you\u0027re not confident.", + "ftbquests.chapter.the_sound_of_life.quest76.subtitle": "Uranium \u003d mc2?", + "ftbquests.chapter.the_sound_of_life.quest76.title": "Fission Reactor", + "ftbquests.chapter.the_sound_of_life.quest77.description1": "\u00266Plutonium\u0026r is one possible product from processing nuclear waste - it can be reprocessed into more fissile fuel or crafted into Supercritical Phase Shifter casings.", + "ftbquests.chapter.the_sound_of_life.quest78.description1": "\u00266Radioactive Waste Barrels\u0026r are one of the only things that can hold nuclear waste; when filled, they slowly dispose of their contents.", + "ftbquests.chapter.the_sound_of_life.quest78.title": "Waste Disposal", + "ftbquests.chapter.the_sound_of_life.quest79.description1": "\u00266Polonium\u0026r is a possible product from processing nuclear waste. ", + "ftbquests.chapter.the_sound_of_life.quest79.description2": "Not only can it make a variety of very helpful equipment and the \u00266QIO system,\u0026r it can also be used to craft Supercritical Phase Shifter (SPS) casings, necessary for producing \u00266antimatter.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest8.description1": "\u00266Arcane Ashes,\u0026r made on the Alchemy Table, can be used to perform some basic alchemy without having to re-enter the field of Spagyrics.", + "ftbquests.chapter.the_sound_of_life.quest8.description2": "One of the first things you\u0027ll want to use this for is making the \u00266Divination Sigil,\u0026r which tells you useful information about the amount of life essence you have access to.", + "ftbquests.chapter.the_sound_of_life.quest80.description1": "Making antimatter requires the creation of a Supercritical Phase Shifter, yet another multiblock.", + "ftbquests.chapter.the_sound_of_life.quest80.description2": "Its casings require a large amount of both polonium and plutonium, meaning you\u0027ll need a large amount of nuclear waste processing.", + "ftbquests.chapter.the_sound_of_life.quest80.description3": "To run, it will also need an incredibly large amount of power - this is where you\u0027d want to use an \u00266Industrial Turbine\u0026r hooked up to either a fission or a fusion reactor.", + "ftbquests.chapter.the_sound_of_life.quest80.description4": "\u00267Tip: you only need to make one of these to finish the pack - unless you REALLY like late-game Mekanism or you want to make creative items!", + "ftbquests.chapter.the_sound_of_life.quest81.description1": "The \u00266QIO System\u0026r is a digital storage solution that does not need power and can store a very large amount of items.", + "ftbquests.chapter.the_sound_of_life.quest81.description2": "It has \u00266unlimited cross-dimensional range\u0026r and can import and export automatically. However, it cannot easily auto-craft things for you.", + "ftbquests.chapter.the_sound_of_life.quest81.title": "QIO System", + "ftbquests.chapter.the_sound_of_life.quest82.description1": "The \u00266Fusion Reactor\u0026r is a much more powerful version of its fission counterpart. It can produce millions of RF/t using deuterium, tritium, or D-T fuel.", + "ftbquests.chapter.the_sound_of_life.quest82.description2": "To learn more about this reactor, check the Mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest82.subtitle": "Sci without the fi", + "ftbquests.chapter.the_sound_of_life.quest82.title": "Fusion Reactor", + "ftbquests.chapter.the_sound_of_life.quest9.description1": "\u00266Sentient Tools\u0026r are a much easier way for you to acquire will - instead of having to throw soul snares at enemies, the tools have the \u00266inherent ability to sever souls\u0026r from their fleshy (or bony) prisons.", + "ftbquests.chapter.the_sound_of_life.quest9.description2": "They are also powered by will - any kind of soul gem in your inventory will \u00266increase the tools\u0027 power\u0026r proportional to the amount of will you have stored.", + "ftbquests.chapter.the_sound_of_life.quest9.task_3309257771812589055.title": "Any Sentient Tool", + "ftbquests.chapter.the_sound_of_life.quest9.title": "Sentient Tools", + "ftbquests.chapter.the_sound_of_life.title": "Sounds of Life", + "ftbquests.chapter.the_taste_of_power.quest1.description1": "The \u00266Ender Dragon\u0026r not only has horrific halitosis, it also prevents you from exploring the rest of the End and all its goodies.", + "ftbquests.chapter.the_taste_of_power.quest1.task_4052279956792945141.title": "Kill the Dragon", + "ftbquests.chapter.the_taste_of_power.quest10.description1": "Kinda like an unlimited supply of grape juice!", + "ftbquests.chapter.the_taste_of_power.quest10.description2": "\u00267A/N: pretend it needs 100k instead of 10k source... i\u0027m too lazy to make a custom source jar like ATM does", + "ftbquests.chapter.the_taste_of_power.quest11.description1": "All that effort, and all you got was a really big hole.", + "ftbquests.chapter.the_taste_of_power.quest12.description1": "This is way better than a really big hole!", + "ftbquests.chapter.the_taste_of_power.quest13.description1": "And now the way better hole is a digital rip in the fabric of the universe.", + "ftbquests.chapter.the_taste_of_power.quest13.description2": "Or maybe its a real rip in the fabric of the digital universe?", + "ftbquests.chapter.the_taste_of_power.quest13.description3": "Either way, you\u0027re done. You have access to every item digitally, with the help of a cell workbench. Good job! Have some cake :)", + "ftbquests.chapter.the_taste_of_power.quest14.description1": "It\u0027s not really infinite ME power as much as it is infinite ME efficiency.", + "ftbquests.chapter.the_taste_of_power.quest15.description1": "Sufficiently advanced technology is indistinguishable from magic.", + "ftbquests.chapter.the_taste_of_power.quest15.title": "Creative Energy Cube", + "ftbquests.chapter.the_taste_of_power.quest2.task_7905395510409401238.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest2.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest3.description1": "Congrats! You\u0027ve killed the Ender Dragon - there is no more left to conquer.", + "ftbquests.chapter.the_taste_of_power.quest3.description2": "You are a champion. ", + "ftbquests.chapter.the_taste_of_power.quest3.description3": "You have \u0026lReclaimed\u0026r the world.", + "ftbquests.chapter.the_taste_of_power.quest3.description4": "\u00267As far as anyone can really be concerned, you\u0027ve finished the modpack. Any quests past this are exclusively for bragging rights - creative items, op stuff, lame resource dump recipes, all that jazz.", + "ftbquests.chapter.the_taste_of_power.quest3.description5": "\u00267Thank you immensely for putting the time and effort into finishing the pack! This was a huge undertaking for me, but hopefully you enjoyed it enough that it was worth it :)", + "ftbquests.chapter.the_taste_of_power.quest3.description6": "\u00267 -ACCBDD", + "ftbquests.chapter.the_taste_of_power.quest3.subtitle": "Roll credits (for real)", + "ftbquests.chapter.the_taste_of_power.quest3.task_2556725507805521066.title": "Congratulations!", + "ftbquests.chapter.the_taste_of_power.quest4.description1": "An infinitely super-heated blaze is great just as a centerpiece, but you can also use it to make infinite lava.", + "ftbquests.chapter.the_taste_of_power.quest4.description2": "\u00267Tip: you\u0027re gonna need to make quite a few of these!", + "ftbquests.chapter.the_taste_of_power.quest5.description1": "What\u0027s better than infinite blaze burning? Infinite turning! ", + "ftbquests.chapter.the_taste_of_power.quest6.description1": "The dwarven version of a Philosopher\u0027s Stone.", + "ftbquests.chapter.the_taste_of_power.quest7.description1": "Somehow, you don\u0027t feel as guilty as you think you should.", + "ftbquests.chapter.the_taste_of_power.quest7.description2": "\u00267Tip: this takes 10 full mana pools worth of mana. :)", + "ftbquests.chapter.the_taste_of_power.quest8.description1": "No more will you be shackled to the tyranny of building an enormous pool of whatever fluid!", + "ftbquests.chapter.the_taste_of_power.quest9.description1": "Once you\u0027ve set it to a chemical, you can reset it to empty by crafting it.", + "ftbquests.chapter.the_taste_of_power.quest9.title": "Creative Chemical Tank", + "ftbquests.chapter.the_taste_of_power.title": "The Taste of Power", + "ftbquests.chapter.the_touch_of.quest1.description1": "You\u0027ve done it. You\u0027ve reclaimed some small part of the world! ", + "ftbquests.chapter.the_touch_of.quest1.description2": "Now you just have to regain the diversity in surroundings you remember there once being...", + "ftbquests.chapter.the_touch_of.quest1.task_7943239389617432250.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_touch_of.quest1.title": "Reclamation", + "ftbquests.chapter.the_touch_of.quest10.description1": "\u00266Watery Essence\u0026r is found in deep oceans - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest10.description2": "Elemental wizardry will provide you the magical power necessary to enact such an elementally-aligned terraformation - namely, turning a small area into a \u00266warm ocean.\u0026r", + "ftbquests.chapter.the_touch_of.quest10.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest11.description1": "With all six types of attuned biome essence, you can combine them in a (quite expensive) ritual to produce the \u00266End Portal.\u0026r You\u0027ll still need to add \u00266Eyes of Ender\u0026r to the frame, but once you\u0027ve done so, you can finally enter \u00266the End.\u0026r", + "ftbquests.chapter.the_touch_of.quest11.description2": "\u00267Tip: you can break end portal frames and blocks by right clicking them with the frame remover!", + "ftbquests.chapter.the_touch_of.quest11.subtitle": "Dragons... I hate dragons", + "ftbquests.chapter.the_touch_of.quest11.task_4811328545830427024.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest11.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest12.description1": "Generic biome essence is well and good, but for real ritualistic oomph you\u0027ll need a specialized container, capable of collecting attuned essence.", + "ftbquests.chapter.the_touch_of.quest12.description2": "\u00267Tip: check your Reclamation Rituals book for information on the late-game terraforming rituals!", + "ftbquests.chapter.the_touch_of.quest13.description1": "With biome essence, you can also perform \u00266more directed terraforming\u0026r - turning the surrounding area into basic overworld biomes: forest, plains, river, beach, and ocean.", + "ftbquests.chapter.the_touch_of.quest13.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the overworld terraforming rites!", + "ftbquests.chapter.the_touch_of.quest13.task_2143407724517054989.title": "Basic Terraforming", + "ftbquests.chapter.the_touch_of.quest14.description1": "With some additional infusion, an attuned biome bottle can be turned into a \u00266biome globe\u0026r - in essence a portable directed reclamation ritual.", + "ftbquests.chapter.the_touch_of.quest14.description2": "\u00267Tip: these globes have 16 uses each, and convert a radius of 12 blocks from where you use them! They\u0027ll convert blocks to their reclaimed versions, but they will NOT place features like grass or trees; you\u0027ll have to do those yourself.", + "ftbquests.chapter.the_touch_of.quest14.description3": "\u00267Tip 2: these drain a LOT of aura to make!", + "ftbquests.chapter.the_touch_of.quest14.subtitle": "Portable Terraforming", + "ftbquests.chapter.the_touch_of.quest14.task_8529374338001252387.title": "Any Biome Globe", + "ftbquests.chapter.the_touch_of.quest14.title": "Biome Globes", + "ftbquests.chapter.the_touch_of.quest2.description1": "Getting the nether back into shape is relatively easy, now that you understand the shape of terraforming rituals and have a source of biomic essence.", + "ftbquests.chapter.the_touch_of.quest2.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the nether terraforming rites!", + "ftbquests.chapter.the_touch_of.quest2.task_4997059168389991596.title": "Visit Every Nether Biome", + "ftbquests.chapter.the_touch_of.quest2.title": "Reclaiming the Nether", + "ftbquests.chapter.the_touch_of.quest3.description1": "With the creation of reclaimed biomes, natural spawns can now occur - drygmies, whirligigs, and starbuncles can all rarely spawn in these biomes, as well as the regular mobs.", + "ftbquests.chapter.the_touch_of.quest3.title": "Natural Spawning", + "ftbquests.chapter.the_touch_of.quest4.description1": "Now that you have a place where you can actually see the blue (!) sky, you can bottle up the abundant biomic essence in a \u00266specially-designed container.\u0026r", + "ftbquests.chapter.the_touch_of.quest4.description2": "This \u00266biome essence\u0026r can be used in rituals along with some extra reagents to terraform in a more directed way.", + "ftbquests.chapter.the_touch_of.quest4.description3": "\u00267Tip: you can collect essence in any living biome by holding right click with a biome bottle. Crouching while you do this will fill all bottles in a stack!", + "ftbquests.chapter.the_touch_of.quest4.title": "Biome Essence", + "ftbquests.chapter.the_touch_of.quest5.description1": "The first attuned essence you\u0027ll need is \u00266Hellish Essence,\u0026r collectible from any living\u00266 nether biome.\u0026r", + "ftbquests.chapter.the_touch_of.quest6.description1": "\u00266Arid Essence\u0026r is found mainly in the desert - you\u0027ll have to use a special version of your terraforming ritual to bring it back. ", + "ftbquests.chapter.the_touch_of.quest6.description2": "Some high-powered dwarven artifice should provide you with the correct magical resonance to produce an arid, sandy \u00266desert \u0026rbiome.", + "ftbquests.chapter.the_touch_of.quest7.description1": "The final essence you\u0027ll need is \u00266Icy Essence\u0026r from the \u00266snowy slopes\u0026r biome. Wet and cold, the complete opposite of your surroundings, you\u0027ll need a lot of power to create this biome.", + "ftbquests.chapter.the_touch_of.quest7.description2": "First: \u00266polonium\u0026r to provide the necessary chemical energy for the physical transformation.", + "ftbquests.chapter.the_touch_of.quest7.description3": "Second: ice cream (specifically \u00266vanilla\u0026r) to provide structure to the ritual and thematic direction.", + "ftbquests.chapter.the_touch_of.quest7.description4": "Third: a couple \u00266shattered singularities\u0026r to store the excess entropy generated by this ritual.", + "ftbquests.chapter.the_touch_of.quest7.description5": "and finally, Fourth: a large amount of generic \u00266biome essence\u0026r to kickstart the reaction.", + "ftbquests.chapter.the_touch_of.quest8.description1": "\u00266Lush Essence\u0026r is found in jungles of any kind - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest8.description2": "Botanic mastery will provide you the life energy needed to transform your surroundings into a \u00266bamboo forest.\u0026r", + "ftbquests.chapter.the_touch_of.quest8.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest9.description1": "\u00266Mycelic Essence\u0026r is found exclusively on mushroom islands - you\u0027ll have to use a modified version of your terraforming ritual to bring them back. ", + "ftbquests.chapter.the_touch_of.quest9.description2": "Classic wiccan practice should provide you with the correct magical resonance to produce the hot, dry \u00266mushroom field\u0026r biome.", + "ftbquests.chapter.the_touch_of.title": "Visions of the Past", + "ftbquests.chapter_groups_3169067154505914507.title": "Biodiversity", + "ftbquests.chapter_groups_5305197537419525243.title": "Side Quests", + "ftbquests.loot_table_1430735789179352246.title": "mana stuff", + "ftbquests.loot_table_1562099882431827930.title": "horns", + "ftbquests.loot_table_3514670301200914514.title": "chicken", + "ftbquests.loot_table_5456022276654430189.title": "witch", + "ftbquests.loot_table_6347601422327785898.title": "canvas", + "ftbquests.loot_table_67272733859206798.title": "instrument", + "ftbquests.loot_table_7131061971573085034.title": "zombie", + "ftbquests.loot_table_7900474475776381538.title": "rabbit", + "ftbquests.loot_table_8024488712964205957.title": "spider", + "ftbquests.loot_table_8037173722274793648.title": "snow golem", + "ftbquests.loot_table_8381040606691607900.title": "bee", + "ftbquests.loot_table_8615485860944689786.title": "cow", + "ftbquests.loot_table_8839952752635034356.title": "skeleton" +} \ No newline at end of file diff --git a/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/ko_kr.json b/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/ko_kr.json new file mode 100644 index 0000000..fc094d8 --- /dev/null +++ b/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/ko_kr.json @@ -0,0 +1,1235 @@ +{ + "ftbquests.chapter.digital_storage.quest1.description1": "The \u00266controller\u0026r is the brains of a network. Each controller block\u0027s face is capable of outputting \u0026632 channels;\u0026r almost every device on the ME network needs \u00266one channel to operate.\u0026r", + "ftbquests.chapter.digital_storage.quest10.description1": "The \u00266Wireless Access Point\u0026r allows you to use wireless terminals to access your ME System. You can boost its range by giving it \u00266wireless boosters,\u0026r but be warned: more boosters means the WAP will need \u00264much more energy\u0026r to stay running.", + "ftbquests.chapter.digital_storage.quest10.task_8779164168368451602.title": "Any Wireless Terminal", + "ftbquests.chapter.digital_storage.quest10.title": "Wireless Access", + "ftbquests.chapter.digital_storage.quest11.description1": "\u00266Pattern Providers,\u0026r when given a pattern, will push the items in the pattern to a nearby inventory. \u00266Molecular Assemblers,\u0026r when given items, will craft with those items and output them to nearby inventories. Put them next to each other, and you have a \u00266basic autocrafting setup! \u0026r", + "ftbquests.chapter.digital_storage.quest11.description2": "You\u0027ll need somewhere to store the items while they\u0027re being crafted; a crafting storage would be ideal.", + "ftbquests.chapter.digital_storage.quest11.description3": "\u00267Tip: for more info, check the guide!", + "ftbquests.chapter.digital_storage.quest11.title": "ME Autocrafting", + "ftbquests.chapter.digital_storage.quest12.description1": "With an ME System you\u0027ll need some way to actually store items - the \u00266ME Drive\u0026r can store up to 10 storage cells of any type and size.", + "ftbquests.chapter.digital_storage.quest12.description2": "\u00267Tip: you can store botanic mana, elemental source, gases, fluids, and even space itself in cells - not just regular items!", + "ftbquests.chapter.digital_storage.quest13.description1": "Terminals are how you actually interface with the storage cells in your ME System.", + "ftbquests.chapter.digital_storage.quest13.task_8779678006548052409.title": "Any Terminal", + "ftbquests.chapter.digital_storage.quest13.title": "Terminals", + "ftbquests.chapter.digital_storage.quest14.description1": "Storing some energy in your ME System would be a good idea... just in case.", + "ftbquests.chapter.digital_storage.quest16.description1": "\u00266P2P Tunnels\u0026r allow you to transfer multiple channels per channel! It\u0027s a little confusing at first, but once you get the hang of it you can really push your system to the limit.", + "ftbquests.chapter.digital_storage.quest16.description2": "You can also transfer power, chemicals, and even botanic mana and elemental source!", + "ftbquests.chapter.digital_storage.quest17.description1": "The \u00266Reaction Chamber\u0026r not only allows you to make circuits much faster, it can also charge large amounts of certus crystals at a time and even grow crystals from themselves!", + "ftbquests.chapter.digital_storage.quest17.description2": "Just make sure you have enough power to handle its recipes...", + "ftbquests.chapter.digital_storage.quest18.description1": "The \u00266Circuit Slicer\u0026r can cut blocks of materials into 9 circuits much faster than an inscriber can press them.", + "ftbquests.chapter.digital_storage.quest19.description1": "The \u00266Assembler Matrix\u0026r is a molecular assembler and pattern provider setup on steroids - at its maximum size, it can hold over 4,000 patterns and craft incredibly fast. The best part? It only needs \u00266one channel.\u0026r", + "ftbquests.chapter.digital_storage.quest2.description1": "A controller block itself can input energy, but you\u0027ll want to have as many controller faces open as you can to get as many channels as possible into your network. ", + "ftbquests.chapter.digital_storage.quest2.description2": "The \u00266Energy Acceptor\u0026r uses no channels and can be placed anywhere, as long as it\u0027s connected to the network somehow.", + "ftbquests.chapter.digital_storage.quest20.description1": "The \u00266Quantum Computer Core\u0026r is a self-contained crafting CPU with 256M crafting storage and 8 co-processing threads.", + "ftbquests.chapter.digital_storage.quest21.description1": "The \u00266Quantum Computer multiblock\u0026r is an extremely powerful multiblock that can handle an effectively \u00266infinite\u0026r number of crafting requests for your ME System.", + "ftbquests.chapter.digital_storage.quest21.description2": "Read the guide for more information.", + "ftbquests.chapter.digital_storage.quest22.description1": "Perfect for carrying items on the go, the \u00266backpack\u0026r has a few useful upgrades as well.", + "ftbquests.chapter.digital_storage.quest23.description1": "Better than regular chests, \u00266Sophisticated Storage\u0026r lets you put more things in a single block.", + "ftbquests.chapter.digital_storage.quest23.task_5897231893839036272.title": "Any Sophisticated Storage Block", + "ftbquests.chapter.digital_storage.quest23.title": "Sophisticated Storage", + "ftbquests.chapter.digital_storage.quest24.description1": "Capable of storing a very large amount of a single item type.", + "ftbquests.chapter.digital_storage.quest24.description2": "The framing table lets you customize the way they look.", + "ftbquests.chapter.digital_storage.quest24.task_5464079544652951362.title": "Any Storage Drawer", + "ftbquests.chapter.digital_storage.quest24.title": "Storage Drawers", + "ftbquests.chapter.digital_storage.quest25.description1": "Tier upgrades can be used to upgrade Sophisticated Storage blocks without breaking them.", + "ftbquests.chapter.digital_storage.quest25.task_611570763386642583.title": "Any Tier Upgrade", + "ftbquests.chapter.digital_storage.quest26.description1": "The \u00266Drawer Controller\u0026r allows you to interface with multiple drawers using only a single blockface.", + "ftbquests.chapter.digital_storage.quest27.description1": "There are a variety of keys - lock drawers to specific items, hide item labels to reduce lag, and more.", + "ftbquests.chapter.digital_storage.quest27.task_7070764459751906106.title": "Any Drawer Key", + "ftbquests.chapter.digital_storage.quest27.title": "Drawer Keys", + "ftbquests.chapter.digital_storage.quest28.description1": "Autofeeding, playing music, even portable crafting can all be attained with backpack upgrades.", + "ftbquests.chapter.digital_storage.quest29.description1": "Higher stack count, filtering, and more - check the uses for the upgrade base.", + "ftbquests.chapter.digital_storage.quest3.description1": "Smart cables are very useful - they visually display how many channels they\u0027re carrying at any given time.", + "ftbquests.chapter.digital_storage.quest3.task_6551415206641156021.title": "Any Smart Cable", + "ftbquests.chapter.digital_storage.quest3.title": "Smart Cables", + "ftbquests.chapter.digital_storage.quest30.description1": "Each workbench (aside from looking neat) can turn a specific set of blocks into its variants.", + "ftbquests.chapter.digital_storage.quest30.title": "Chipped Workbenches", + "ftbquests.chapter.digital_storage.quest31.description1": "Can turn almost any basic block into a wide array of variants.", + "ftbquests.chapter.digital_storage.quest32.description1": "Made from stonecutting andesite alloy, these blocks can take on the texture of any other block.", + "ftbquests.chapter.digital_storage.quest32.task_4661123369301757740.title": "Any Copycat Block", + "ftbquests.chapter.digital_storage.quest33.description1": "You can make music by crafing a \u00266Music Sheet\u0026r and placing notes on the sheet. ", + "ftbquests.chapter.digital_storage.quest33.description2": "Place the sheet in your offhand while holding an instrument to play the instrument.", + "ftbquests.chapter.digital_storage.quest33.description3": "\u00267Tip: you can do MUCH more with this mod - check out its CurseForge page for more info.", + "ftbquests.chapter.digital_storage.quest34.description1": "You can paint your own masterpieces while you wait for crops to grow - simply make a palette, fill it with colors, plop a canvas on an easel, and get to painting!", + "ftbquests.chapter.digital_storage.quest34.description2": "Signed paintings can be duplicated by crafting the original with a blank canvas of the same size.", + "ftbquests.chapter.digital_storage.quest34.description3": "\u00267Tip: to craft a palette, fill the bottom row of a crafting table with planks, then place dyes in the middle. You can add more dyes to a palette by crafting them together.", + "ftbquests.chapter.digital_storage.quest34.title": "The Joy of Painting", + "ftbquests.chapter.digital_storage.quest35.description1": "\u00266Building Gadgets\u0026r are a collection of useful tools that will let you build very quickly.", + "ftbquests.chapter.digital_storage.quest35.description2": "They do need to be charged; use an energy cube or similar.", + "ftbquests.chapter.digital_storage.quest36.description1": "The \u00266Rod of the Shifting Crust\u0026r allows you to exchange blocks in the world with blocks in your inventory for the cost of mana.", + "ftbquests.chapter.digital_storage.quest4.description1": "Dense cables can carry 32 channels instead of the regular 8 channels.", + "ftbquests.chapter.digital_storage.quest4.task_5854794686036721300.title": "Any Smart Dense Cable", + "ftbquests.chapter.digital_storage.quest4.title": "Dense Cables", + "ftbquests.chapter.digital_storage.quest5.description1": "The color applicator lets you paint cables - especially useful once your network starts to grow. ", + "ftbquests.chapter.digital_storage.quest5.description2": "Colored cables won\u0027t connect to other colored cables, but fluix cables can connect to all colors.", + "ftbquests.chapter.digital_storage.quest5.description3": "These can be filled with \u00266dyes or paintballs\u0026r using an \u00266ME Chest.\u0026r", + "ftbquests.chapter.digital_storage.quest5.task_4299327579125140032.title": "Color Applicator", + "ftbquests.chapter.digital_storage.quest6.description1": "The \u00266ME Interface\u0026r acts as a specialized input and output port for your network. ", + "ftbquests.chapter.digital_storage.quest6.description2": "It can keep a certain amount of items from your network in its inventory for pipes or other blocks to pull from, and also automatically puts any other items it receives into the network.", + "ftbquests.chapter.digital_storage.quest7.description1": "The \u00266Wireless Connector\u0026r is a short-range version of a \u00266Quantum Link Chamber \u0026r- use this when you want your network to jump a short distance, and not cross-dimensionally.", + "ftbquests.chapter.digital_storage.quest8.description1": "The \u00266Quantum Network Bridge\u0026r uses the power of quantum entanglement to bridge a network gap not only across large distances, but dimensions.", + "ftbquests.chapter.digital_storage.quest8.title": "Quantum Network Bridge", + "ftbquests.chapter.digital_storage.quest9.description1": "The\u00266 Extended Charger\u0026r and \u00266Inscriber\u0026r are upgraded versions of their base models, capable of processing 4 recipes in parallel.", + "ftbquests.chapter.digital_storage.quest9.title": "Extended Machines", + "ftbquests.chapter.digital_storage.title": "Storage and Decor", + "ftbquests.chapter.ffood_plants.quest1.description1": "Lining rivers and shores, sugar cane had once risen in green columns, swaying with each passing breeze.", + "ftbquests.chapter.ffood_plants.quest10.description1": "With deep golden petals and a bitter scent, wolfsbane once grew where night lingered longest. ", + "ftbquests.chapter.ffood_plants.quest100.description1": "Sweet, mellow fruits with a classic tropical aroma.", + "ftbquests.chapter.ffood_plants.quest101.description1": "Soft and nutty, cashews offer a creamy bite with a sweet-savory balance.", + "ftbquests.chapter.ffood_plants.quest102.description1": "Cherries burst with juicy intensity; sweet, sometimes sharp, and always bright.", + "ftbquests.chapter.ffood_plants.quest103.description1": "Cracking into a coconut reveals cool, sweet water and soft, fragrant meat.", + "ftbquests.chapter.ffood_plants.quest104.description1": "Dates are also known as nature\u0027s candy: chewy, caramel-rich, and deeply sweet.", + "ftbquests.chapter.ffood_plants.quest105.description1": "With neon skin and unique speckled flesh, dragon fruit tastes delicate, lightly sweet, and just a little floral.", + "ftbquests.chapter.ffood_plants.quest106.description1": "Figs are jammy and soft with a honey-like flavor.", + "ftbquests.chapter.ffood_plants.quest107.description1": "Grapefruit will wake up your palate - juicy, sour, bitter, and bold.", + "ftbquests.chapter.ffood_plants.quest108.description1": "Kumquats are often eaten whole, with a sharp citrus shock over sweet orange notes.", + "ftbquests.chapter.ffood_plants.quest109.description1": "Tart and vivid, lemons cut through richness with their clean citrus bite.", + "ftbquests.chapter.ffood_plants.quest11.description1": "Snowbells had once blossomed in the coldest reaches, their pale blue petals dusted with frost.", + "ftbquests.chapter.ffood_plants.quest110.description1": "Smaller and punchier than lemons, limes have a tight, zesty sting.", + "ftbquests.chapter.ffood_plants.quest111.description1": "Mangoes melt in your mouth with tropical sweetness.", + "ftbquests.chapter.ffood_plants.quest112.description1": "Like a peach in sleek skin, nectarines are sweet, tangy, and satisfyingly juicy.", + "ftbquests.chapter.ffood_plants.quest113.description1": "Ground nutmeg adds a warm, nutty-spicy aroma that’s cozy and festive to any dish.", + "ftbquests.chapter.ffood_plants.quest114.description1": "Oranges are all brightness and juice, sweet with a sunny citrus finish.", + "ftbquests.chapter.ffood_plants.quest115.description1": "Peaches are the most famous of stone fruit, for good reason.", + "ftbquests.chapter.ffood_plants.quest116.description1": "Pears are quietly sweet and crisp; eternally elegant.", + "ftbquests.chapter.ffood_plants.quest117.description1": "Pecans have a great crunch with deep nutty flavor.", + "ftbquests.chapter.ffood_plants.quest118.description1": "Persimmons are smooth and syrupy, with a mellow flavor that deepens as they ripen.", + "ftbquests.chapter.ffood_plants.quest119.description1": "Plums skirt the line between tart and sweet, finishing with a tangy punch.", + "ftbquests.chapter.ffood_plants.quest12.description1": "Prized by herbalists for its strange resilience, who claimed it drew strength from the moonlit depths.", + "ftbquests.chapter.ffood_plants.quest120.description1": "Star fruit is crisp and juicy, with a tropical edge.", + "ftbquests.chapter.ffood_plants.quest121.description1": "Walnuts are hearty and slightly bitter, great for a midday snack.", + "ftbquests.chapter.ffood_plants.quest122.description1": "The bark grinds down to a warm, spicy-sweet powder that instantly deepens any flavor.", + "ftbquests.chapter.ffood_plants.quest123.description1": "The \u00266Cooking Table\u0026r is the heart of a multiblock kitchen - allowing you to craft any number of foods with the items stored inside of it. It can also supply you with tools, water, snow/ice, and milk.", + "ftbquests.chapter.ffood_plants.quest123.description2": "Especially handy when you have a large amount of foods and a limited amount of brainpower.", + "ftbquests.chapter.ffood_plants.quest123.title": "Cooking for Blockheads", + "ftbquests.chapter.ffood_plants.quest124.description1": "The \u00266ME Kitchen Station\u0026r lets you connect your multiblock kitchen to your ME system!", + "ftbquests.chapter.ffood_plants.quest125.description1": "The \u00266fridge\u0026r stores items, just like a cabinet.", + "ftbquests.chapter.ffood_plants.quest126.description1": "A \u00266sink\u0026r provides unlimited water to recipes.", + "ftbquests.chapter.ffood_plants.quest126.description2": "\u00267Tip: ...and other things.", + "ftbquests.chapter.ffood_plants.quest127.description1": "The oven lets you cook multiple foods in a single block.", + "ftbquests.chapter.ffood_plants.quest128.description1": "A \u00266Cow in a Jar\u0026r slowly produces milk, which can be used in recipes.", + "ftbquests.chapter.ffood_plants.quest128.description2": "...but how does one get a cow into a jar?", + "ftbquests.chapter.ffood_plants.quest128.description3": "\u00267Tip: you\u0027ll need to turn off claim protection or make this outside a claim, OPAC doesn\u0027t really like animal cruelty!", + "ftbquests.chapter.ffood_plants.quest129.description1": "When added to a fridge, the \u00266ice unit\u0026r provides unlimited ice and snow to recipes.", + "ftbquests.chapter.ffood_plants.quest13.description1": "This earth-toned fungus once thrived in quiet, dark corners, feeding on decay.", + "ftbquests.chapter.ffood_plants.quest130.description1": "The \u00266heating unit,\u0026r applied to a stove, lets it run on energy instead of burnable fuel.", + "ftbquests.chapter.ffood_plants.quest131.description1": "The \u00266tool rack\u0026r provides tools to cooking recipes; pots, pans, and other sorts.", + "ftbquests.chapter.ffood_plants.quest132.description1": "The \u00266Kitchen Cabinet and Counter\u0026r store items for the Cooking Table to use.", + "ftbquests.chapter.ffood_plants.quest132.title": "Kitchen Storage", + "ftbquests.chapter.ffood_plants.quest133.description1": "The \u00266Horn of the Wild\u0026r lets you harvest a large area of crops without manually collecting them one by one.", + "ftbquests.chapter.ffood_plants.quest133.description2": "Useful!", + "ftbquests.chapter.ffood_plants.quest134.description1": "The \u00266Drum of the Wild\u0026r is a block-based version of the horn - set a mana spreader to shoot mana through it and it\u0027ll harvest crops nearby.", + "ftbquests.chapter.ffood_plants.quest134.description2": "Add a \u00266hopperhock\u0026r and you have fully automatic crop harvesting!", + "ftbquests.chapter.ffood_plants.quest135.description1": "The \u00266Harvester\u0026r is a little harder to make than the other automated harvesters, but it makes up for it in ease of use.", + "ftbquests.chapter.ffood_plants.quest135.description2": "Place it on the same level as crops and it will harvest them - a 3x3 area by default, but this can be upgraded with machine upgrades.", + "ftbquests.chapter.ffood_plants.quest136.description1": "The \u00266Mechanical Harvester\u0026r lets you harvest... mechanically! ", + "ftbquests.chapter.ffood_plants.quest136.description2": "Attach it to any variety of contraption and as it moves through a crop it will harvest it.", + "ftbquests.chapter.ffood_plants.quest137.description1": "That\u0027s dedication! A personal shoutout from myself, for the pure raw dedication that you\u0027ve shown.", + "ftbquests.chapter.ffood_plants.quest137.subtitle": "You earned it!", + "ftbquests.chapter.ffood_plants.quest137.task_5521912290757485582.title": "You know what? Sure.", + "ftbquests.chapter.ffood_plants.quest138.description1": "You\u0027ve gone even further than I went! An absolute mad. lad. Take your prize and go.", + "ftbquests.chapter.ffood_plants.quest138.subtitle": "Your dedication is admirable.", + "ftbquests.chapter.ffood_plants.quest138.title": "Good god...", + "ftbquests.chapter.ffood_plants.quest14.description1": "With its crimson cap and pale stem, the red mushroom once sprouted in damp caves and shadowed groves.", + "ftbquests.chapter.ffood_plants.quest15.description1": "Bamboo once climbed toward the sky in great bamboo forests, hollow stems whispering in the wind.", + "ftbquests.chapter.ffood_plants.quest16.description1": "Sailors swore it marked safe waters—while some claimed it hid the bones of the drowned.", + "ftbquests.chapter.ffood_plants.quest17.description1": "This gentle underwater plant once rippled with the ocean’s breath, carpeting the sea floor in quiet green.", + "ftbquests.chapter.ffood_plants.quest18.description1": "Their soft light once guided creatures of the reef and lit the way for wayward divers in the twilight deep.", + "ftbquests.chapter.ffood_plants.quest19.description1": "This strange, red fungus had grown only in the deep, burning halls of another world. It pulsed faintly with unnatural life.", + "ftbquests.chapter.ffood_plants.quest2.description1": "Bright orange roots that grew deep in the earth, carrots were a favorite among rabbits and a healthy snack, to boot!", + "ftbquests.chapter.ffood_plants.quest20.description1": "Once said to carry the scent of a world turned upside down—where even the air recoiled in confusion.", + "ftbquests.chapter.ffood_plants.quest21.description1": "This twisted red fungus once grew in the scorched ground of the Nether, pulsing faintly as if alive.", + "ftbquests.chapter.ffood_plants.quest22.description1": "Once used in deadly draughts and sleeping curses, favored by those who studied the poisoner\u0027s art.", + "ftbquests.chapter.ffood_plants.quest23.description1": "Flax\u0027s delicate fibers had once been woven into cloth and spell-thread, binding both garments and enchantments.", + "ftbquests.chapter.ffood_plants.quest24.description1": "Bold and crimson, the poppy is a symbol of remembrance and silent strength, often found where courage once stood.", + "ftbquests.chapter.ffood_plants.quest24.description2": "\u00267Tip: You can either craft poppy seeds or mutate them from Melon and Sugarcane.", + "ftbquests.chapter.ffood_plants.quest25.description1": "A tall and graceful flower with a soft purple hue, often associated with grace, quiet wisdom, and calm days.", + "ftbquests.chapter.ffood_plants.quest26.description1": "Delicate and pale, these tiny flowers cluster low to the ground, bringing a sense of peace to open fields.", + "ftbquests.chapter.ffood_plants.quest27.description1": "This rare azure blossom flourishes in damp, shadowed groves. Legends say it blooms where ancient tears once fell.", + "ftbquests.chapter.ffood_plants.quest28.description1": "Cornflowers once braved the wind in wide fields, their blue hues a favorite among storytellers and songwriters.", + "ftbquests.chapter.ffood_plants.quest29.description1": "A cheerful bloom of golden yellow, said to carry whispers of spring on the wind. It thrives wherever the sun touches the land.", + "ftbquests.chapter.ffood_plants.quest29.description2": "\u00267Tip: You can either craft dandelion seeds or mutate them from Wheat and Pumpkin.\u0026r", + "ftbquests.chapter.ffood_plants.quest3.description1": "Crimson bulbs that added color and flavor to any dish, beetroots were once quite common in village gardens.", + "ftbquests.chapter.ffood_plants.quest30.description1": "Hidden among thick leaves, these tiny white bells are said to chime in silence when the forest is listening.", + "ftbquests.chapter.ffood_plants.quest31.description1": "With a golden eye watching from its white face, this flower is a quiet companion of wanderers and daydreamers.", + "ftbquests.chapter.ffood_plants.quest32.description1": "Glowing softly with hues of flame, this ancient blossom is thought to be a gift from the deep earth, where fire once danced.", + "ftbquests.chapter.ffood_plants.quest33.description1": "Warming as a sunset, the orange tulip is said to bring cheer and good fortune to those who find it.", + "ftbquests.chapter.ffood_plants.quest34.description1": "Bright and bold, the red tulip is a symbol of love and passion, often given in times of heartfelt confession.", + "ftbquests.chapter.ffood_plants.quest35.description1": "Soft as moonlight, white tulips once whispered of peace and innocence in gardens now long lain fallow.", + "ftbquests.chapter.ffood_plants.quest36.description1": "Soft and gentle, the pink tulip speaks of friendship and gentle affection, often found where laughter lingers.", + "ftbquests.chapter.ffood_plants.quest37.description1": "Dark as a starless night and thorned with sorrow, this eerie bloom grows only in the wake of ruin and shadow.", + "ftbquests.chapter.ffood_plants.quest38.description1": "You can make podzol for planting flower seeds on by growing a 2x2 of spruce saplings - the large tree, once grown, will convert dirt (and dried earth!) under it into podzol.", + "ftbquests.chapter.ffood_plants.quest38.description2": "\u00267Tip: once the strength trait of a flower is high enough, you won\u0027t need to plant them on podzol!", + "ftbquests.chapter.ffood_plants.quest38.task_7604363448496665210.title": "Look at Podzol", + "ftbquests.chapter.ffood_plants.quest38.title": "Podzol", + "ftbquests.chapter.ffood_plants.quest39.description1": "Onion\u0027s delicious smell once filled the air as it gave flavor to meals.", + "ftbquests.chapter.ffood_plants.quest4.description1": "Earthy and humble, potatoes were versatile tubers that thrived in the cool soil of many places.", + "ftbquests.chapter.ffood_plants.quest40.description1": "Sweet potatoes grew slow and sweet underground, long ago.", + "ftbquests.chapter.ffood_plants.quest40.description2": "(new page placeholder text)", + "ftbquests.chapter.ffood_plants.quest41.description1": "A humble grain that swayed in golden fields before being ground and baked into something warm and sustaining.", + "ftbquests.chapter.ffood_plants.quest42.description1": "Basil once filled the air with a fragrance that breezes would quietly carry away.", + "ftbquests.chapter.ffood_plants.quest43.description1": "A small, zesty vegetable that added a sharp bite to meals.", + "ftbquests.chapter.ffood_plants.quest44.description1": "A dark, sturdy bean that once softened in pots where stories and spices mingled.", + "ftbquests.chapter.ffood_plants.quest45.description1": "A slender, snappy vegetable that brightened plates in days long past.", + "ftbquests.chapter.ffood_plants.quest46.description1": "A nutrient-rich tuber, often tied to seasonal harvests and both everyday and festive cooking.", + "ftbquests.chapter.ffood_plants.quest47.description1": "Widely adopted, they were once integral to many cuisines, especially where freshness and preservation intersected.", + "ftbquests.chapter.ffood_plants.quest48.description1": "Spiny and hardy, the cactus once dotted vast oceans of sand.", + "ftbquests.chapter.ffood_plants.quest49.description1": "Saguaro once stood tall in the desert heat, holding their shape against time and silence.", + "ftbquests.chapter.ffood_plants.quest5.description1": "Orange orbs that sprouted in the autumn, pumpkins were both a festive decoration and a hearty food source.", + "ftbquests.chapter.ffood_plants.quest50.description1": "Valued for its hardiness and storage life, it figured prominently in preserved and cold-weather foods.", + "ftbquests.chapter.ffood_plants.quest51.description1": "Fast-growing and versatile, they were commonly used to add mild sharpness to everyday dishes.", + "ftbquests.chapter.ffood_plants.quest52.description1": "Coffee was brewed each morning, dark and warm, its bitterness softened by time and habit.", + "ftbquests.chapter.ffood_plants.quest53.description1": "A worldwide staple, central to daily diets and shaped by centuries of cultivation and ritual.", + "ftbquests.chapter.ffood_plants.quest54.description1": "A cool-weather root typically grown for its reliability and used in simple, hearty meals.", + "ftbquests.chapter.ffood_plants.quest55.description1": "A hardy root, valued for nutrition and storage through cold months.", + "ftbquests.chapter.ffood_plants.quest56.description1": "Once used to add a small amount of spice to everyday food.", + "ftbquests.chapter.ffood_plants.quest57.description1": "Once cultivated widely for its simple, nourishing qualities.", + "ftbquests.chapter.ffood_plants.quest58.description1": "A vital staple, central to diets and agricultural abundance.", + "ftbquests.chapter.ffood_plants.quest59.description1": "Seeds that added warmth and spice, enhancing a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest6.description1": "Large, round fruits with a green rind and sweet, juicy flesh; melons grew best in warm, sunny fields.", + "ftbquests.chapter.ffood_plants.quest60.description1": "Mild and colorful, they brought sweetness and variety to meals.", + "ftbquests.chapter.ffood_plants.quest61.description1": "Known for its cool, crisp texture, often enjoyed fresh or pickled.", + "ftbquests.chapter.ffood_plants.quest62.description1": "A sweet fruit that brightened the warmer months with its flavor.", + "ftbquests.chapter.ffood_plants.quest63.description1": "Harvested for its tender shoots, enjoyed seasonally.", + "ftbquests.chapter.ffood_plants.quest64.description1": "Offered a subtle crunch and flavor, a common addition in many recipes.", + "ftbquests.chapter.ffood_plants.quest65.description1": "Once a comforting grain, quietly nourishing both people and animals alike.", + "ftbquests.chapter.ffood_plants.quest66.description1": "Peanuts were once valued for their simple richness and high protein content.", + "ftbquests.chapter.ffood_plants.quest67.description1": "Tart and vibrant, they were key in sauces and salsas that brought bold flavor.", + "ftbquests.chapter.ffood_plants.quest68.description1": "A versatile summer squash, cooked or baked into a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest69.description1": "A small, sweet berry, enjoyed fresh or preserved to brighten meals.", + "ftbquests.chapter.ffood_plants.quest7.description1": "Prickly bushes bore these bright berries, beloved for their sweet bite and quick comfort.", + "ftbquests.chapter.ffood_plants.quest70.description1": "Known for their sweetness and antioxidants, often eaten fresh or in preserves.", + "ftbquests.chapter.ffood_plants.quest71.description1": "Rich and tangy, they provided a burst of flavor and nutrition when they were in season.", + "ftbquests.chapter.ffood_plants.quest72.description1": "A mild onion relative, used to add depth and subtle flavor to soups and stews.", + "ftbquests.chapter.ffood_plants.quest73.description1": "Crisp and cool, a common leafy green that added freshness to countless dishes.", + "ftbquests.chapter.ffood_plants.quest74.description1": "Valued for its spicy warmth and medicinal qualities, a staple in many remedies and recipes now lost.", + "ftbquests.chapter.ffood_plants.quest75.description1": "A fragrant melon, its juicy flesh a refreshing treat on hot days.", + "ftbquests.chapter.ffood_plants.quest76.description1": "A sweet, cooling melon that offered relief during warm seasons.", + "ftbquests.chapter.ffood_plants.quest77.description1": "A tangy fruit, rich in vitamin C and refreshing in warmer months.", + "ftbquests.chapter.ffood_plants.quest78.description1": "A versatile vegetable, often roasted or stewed to add richness to meals.", + "ftbquests.chapter.ffood_plants.quest79.description1": "A mild vegetable used in a variety of dishes, from soups to roasts.", + "ftbquests.chapter.ffood_plants.quest8.description1": "Wheat once rippled like golden seas, feeding countless lives. Fields of it marked the heart of many homesteads.", + "ftbquests.chapter.ffood_plants.quest80.description1": "Small and tart, used fresh or dried to add brightness to dishes and preserves.", + "ftbquests.chapter.ffood_plants.quest81.description1": "Valued for their oil and flavor, they were a key ingredient in cooking and preservation.", + "ftbquests.chapter.ffood_plants.quest82.description1": "Known for its nutritional content, often steamed or roasted.", + "ftbquests.chapter.ffood_plants.quest83.description1": "Prized for its tender hearts, a special ingredient in many traditional meals.", + "ftbquests.chapter.ffood_plants.quest84.description1": "Tart and fibrous, often cooked down into jams and desserts.", + "ftbquests.chapter.ffood_plants.quest85.description1": "A pungent staple, prized for both taste and medicinal value in many kitchens.", + "ftbquests.chapter.ffood_plants.quest86.description1": "Known for its vibrant color and healing properties, it flavored food and soothed ailments alike.", + "ftbquests.chapter.ffood_plants.quest87.description1": "Sweet and versatile - enjoyed fresh or transformed into wines and preserves.", + "ftbquests.chapter.ffood_plants.quest88.description1": "A leafy green, rich in nutrients and commonly eaten fresh.", + "ftbquests.chapter.ffood_plants.quest89.description1": "A hearty vegetable, often stored through colder months and used in countless recipes.", + "ftbquests.chapter.ffood_plants.quest9.description1": "This gnarled, shrieking root was feared as much as it was valued.", + "ftbquests.chapter.ffood_plants.quest9.description2": "\u00267Tip: you might want to only harvest these at night!", + "ftbquests.chapter.ffood_plants.quest90.description1": "A resilient leafy green valued for its nutrition and versatility in cooking.", + "ftbquests.chapter.ffood_plants.quest91.description1": "Small, dark berries used for their medicinal properties and tart flavor.", + "ftbquests.chapter.ffood_plants.quest92.description1": "Known for their bitter aroma, they were essential in brewing of all kinds.", + "ftbquests.chapter.ffood_plants.quest93.description1": "Tart and bright, commonly used fresh or preserved to complement meals.", + "ftbquests.chapter.ffood_plants.quest94.description1": "A fragrant bean that lent warmth and sweetness to many desserts and drinks.", + "ftbquests.chapter.ffood_plants.quest95.description1": "A sweet and tangy fruit that brought plenty of flavor to many dishes.", + "ftbquests.chapter.ffood_plants.quest96.description1": "Crunchy, subtly sweet nuts with a toasty, earthy finish.", + "ftbquests.chapter.ffood_plants.quest97.description1": "Crisp, juicy fruits that balance light sweetness with a refreshing tang.", + "ftbquests.chapter.ffood_plants.quest98.description1": "Soft, slightly fuzzy fruits with a delightfully sweet-tart burst.", + "ftbquests.chapter.ffood_plants.quest99.description1": "Creamy and buttery with a mild, slightly grassy flavor.", + "ftbquests.chapter.ffood_plants.title": "Plants Galore", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description1": "You wake up in a vast, dead and dried out wasteland. You don\u0027t remember how you got here, but you do remember what the world \u0026oshould\u0026r look like - and this isn\u0027t it.", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description2": "Welcome to \u00266Reclamation!\u0026r This is a slower-paced pack focused around bringing life and nature back to a dead world. Press \u00266F3+H\u0026r to disable advanced tooltips, if they\u0027re on!", + "ftbquests.chapter.how_the_world_came_to_be.quest1.task_6356663929448377632.title": "What happened here?", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description1": "\u00266Alchemical Sulfur\u0026r is one of the three building blocks of alchemy - it provides the Soul of an item, and represents what specific item it is.", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description2": "To obtain it, you\u0027ll have to make a \u00266Liquefaction Cauldron\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the item you want to extract sulfur from into the Cauldron, fill it with \u00266Sal Ammoniac,\u0026r give the Brazier some fuel, and it\u0027ll slowly convert materials into their respective \u00266Alchemical Sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description3": "The dried earth you find yourself surrounded by used to be dirt, and it remembers that - \u00266use the Cauldron to turn dried earth into dirt sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.title": "Alchemical Sulfur", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description1": "Now that you have all three alchemical components of an item - \u00266Mercury, Salt, and Sulfur\u0026r - you can make an \u00266Incubator\u0026r to combine them all back into an item; in this case, back into \u00266dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description2": "Place the Incubator above a Brazier and attach all three vessels to the sides of it. Fill each vessel with the appropriate item, give the Brazier some fuel, and in a bit you\u0027ll have fresh dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest11.title": "Incubator", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description1": "You\u0027ve done it! You\u0027ve made dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description2": "...now you just need something to grow on it.", + "ftbquests.chapter.how_the_world_came_to_be.quest12.subtitle": "Slightly browner", + "ftbquests.chapter.how_the_world_came_to_be.quest13.description1": "Despite the seeming apocalypse, there are still fish to find (and eat) for those with the skill and desire.", + "ftbquests.chapter.how_the_world_came_to_be.quest13.title": "Fishy Friends", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description1": "Spider string can be crafted into wool, which can be crafted into beds! ", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description2": "You can also craft a sleeping bag, for staying cozy on the go... but where would you be going?", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_1655930139945784994.title": "Any Bed", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_2233575124644508705.title": "Any Sleeping Bag", + "ftbquests.chapter.how_the_world_came_to_be.quest14.title": "Small Comforts", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description1": "Worldgen has been completely overhauled - \u00264no ore generates,\u0026r and the only biomes that exist are dead, wasteland biomes with no real vegetation. Additionally, the only trees that spawn are dead trees, with very little useability.", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description2": "Stone variants still generate, and you can find \u00266sand and clay underwater.\u0026r It will also still rain!", + "ftbquests.chapter.how_the_world_came_to_be.quest15.task_9000568835822462366.title": "Changed worldgen?", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description1": "The naturally spawning mobs have changed in this new landscape! Specifically, \u0026czombie villagers and witches won\u0027t spawn,\u0026r and \u00266spiders have mutated\u0026r into their venomous cave versions. ", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description2": "This means that there\u0027s \u0026cno way to get any kind of resources from witches or zombie villagers\u0026r (even if you could cure them!); the only things that you can really hope to get are iron or copper ingots from \u00266rare drops\u0026r - but there are other ways to generate resources...", + "ftbquests.chapter.how_the_world_came_to_be.quest16.task_8241748987012779739.title": "Rare Drops?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description1": "There are quite a few books in the pack! Thankfully, the \u00266Akashic Tome\u0026r is here to help. Crafting any book with this will combine it, letting you keep every guidebook in a single item. Simply craft it with another guidebook!", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description2": "To untransform the tome, punch the air with it.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description3": "To remove a stored book, transform the tome into the book, then sneak and press your \u0027drop\u0027 key.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.task_3483844932023115481.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description1": "A lot of the pack consists of passive processes you\u0027ll probably want to keep running while you do other things. You can claim chunks to \u00266force-load \u0026rthem using your map; ensuring they\u0027ll stay loaded even while you\u0027re not nearby. ", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description2": "Just open your map (default M) and \u00266right-click drag\u0026r over the area you\u0027d like to claim. Right-click drag again to force claim!", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description3": "If you\u0027re playing with friends, \u00266make sure you\u0027re on the same team\u0026r so that you can all access things inside your claim and share quest progress.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description4": "For more information on the claims system, check out the \u00266Open Parties and Claims\u0026r wiki or keybinds.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description5": "\u00267Tip: you might want to turn claimed chunk protection off! It tends to break fake players.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.task_3331239976186418612.title": "Playing with Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.title": "Chunkloading and Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description1": "You can make a quick and dirty door using the scrap wood and some copper you\u0027ve found - but it seems pretty shoddy, \u00264breaking every so often\u0026r and needing to be re-placed.", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description2": "At least it keeps the spookies out...", + "ftbquests.chapter.how_the_world_came_to_be.quest2.description1": "Wood is plentiful, if not exactly the quality you remember.", + "ftbquests.chapter.how_the_world_came_to_be.quest2.title": "Dead Trees", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description1": "Despite the harsh conditions, bees still persist, dotted amongst the dry hills. ", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description2": "Cultivating them could be a great way to \u00266generate resources\u0026r such as more dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description3": "\u00267Tip: this unlocks a new questline on the left!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.title": "Bees?!", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description1": "There are ruins around with \u00266small bits of copper,\u0026r completely oxidized from whatever happened. ", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description2": "You might be able to craft something to help you out with that copper, but first you\u0027ll have to \u00266get it into a useable state...\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest3.task_7525660450708144821.title": "Oxidized Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description1": "Many many recipes have been changed in this pack. Make sure you check your recipe browser for crafting recipes! By default, the keybinds when hovering over an item are \u00266R to look up recipes\u0026r for the item, and \u00266U to look up uses\u0026r for the item.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description2": "These binds can be changed by clicking the EMI button in the bottom left of your inventory screen.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.task_8528084351057584694.title": "What\u0027s changed?", + "ftbquests.chapter.how_the_world_came_to_be.quest4.title": "How do I craft things?", + "ftbquests.chapter.how_the_world_came_to_be.quest5.description1": "\u0026l\u0026o\u0026cNO ORE GENERATES IN THE WORLD. RECIPES HAVE CHANGED.\u0026r Those who came before you have completely mined out the entire planet - after centuries of strip mining, quarrying, and general exploitation, there is not so much as a measly scrap of coal in the world, so there\u0027s no point trying to find any type of ore by mining.", + "ftbquests.chapter.how_the_world_came_to_be.quest5.task_734684119620528193.title": "Deprived...", + "ftbquests.chapter.how_the_world_came_to_be.quest5.title": "Where\u0027s the ore!?", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description1": "After you \u00266scrape off the rust with an axe,\u0026r you think you can use a \u00266cutting board\u0026r to get useable copper out of the oxidized copper you find in ruins.", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description2": "This useable copper will be crucial for \u00266Spagyrics\u0026r, the process of decomposing and recombining matter - which should let you \u00266rejuvenate the Dried Earth\u0026r into \u00266Dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description3": "\u00267Tip: you can also use the cutting board to get more charcoal and scrap wood out of dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest6.title": "Useable Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description1": "In the contaminated water you have found trace amounts of \u00266Sal Ammoniac,\u0026r a crucial ingredient in the practice of \u00266Theurgy.\u0026r By setting up a simple accumulator and tank, you think you\u0027ll be able to distill it. ", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description2": "Place the accumulator on top of the tank, fill it with water, and it will slowly produce \u00266Sal Ammoniac\u0026r for you.", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description3": "\u00267Tip: you can make buckets out of copper!\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description1": "\u00266Alchemical Mercury\u0026r is one of the three building blocks of alchemy - it provides the Energy of an item, and is largely interchangeable between things.", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description2": "To distill it, you\u0027ll have to make a \u00266Mercury Distiller\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to distill into the Distiller, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Mercury.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description3": "Rarer materials give more mercury, but to start you\u0027ll probably want to distill \u00266cobblestone, dried earth, or cooked fish.\u0026r ", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description4": "\u00267Tip: slicing fish makes it a more efficient way of getting mercury!", + "ftbquests.chapter.how_the_world_came_to_be.quest8.title": "Alchemical Mercury", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description1": "\u00266Alchemical Salt\u0026r is one of the three building blocks of alchemy - it provides the Body of an item, and represents the \u0027type\u0027 of an item.", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description2": "To obtain it, you\u0027ll have to make a \u00266Calcination Oven\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to extract into the Oven, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description3": "There are many different kinds of salt, but to start, you should \u00266focus on getting Strata salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.title": "Alchemical Salt", + "ftbquests.chapter.how_the_world_came_to_be.subtitle0": "A vast wasteland", + "ftbquests.chapter.how_the_world_came_to_be.title": "Prologue", + "ftbquests.chapter.mob_safari.quest1.task_644874208300996266.title": "Creeper Photo", + "ftbquests.chapter.mob_safari.quest1.title": "Creeper", + "ftbquests.chapter.mob_safari.quest10.task_7387499092437519744.title": "Silverfish Photo", + "ftbquests.chapter.mob_safari.quest10.title": "Silverfish", + "ftbquests.chapter.mob_safari.quest11.task_560111651210659078.title": "Evoker Photo", + "ftbquests.chapter.mob_safari.quest11.title": "Evoker", + "ftbquests.chapter.mob_safari.quest12.task_6050813032829826018.title": "Ghast Photo", + "ftbquests.chapter.mob_safari.quest12.title": "Ghast", + "ftbquests.chapter.mob_safari.quest13.task_8655936747757493244.title": "Guardian Photo", + "ftbquests.chapter.mob_safari.quest13.title": "Guardian", + "ftbquests.chapter.mob_safari.quest14.task_9108849848609122501.title": "Hoglin Photo", + "ftbquests.chapter.mob_safari.quest14.title": "Hoglin", + "ftbquests.chapter.mob_safari.quest15.task_7435272240185968407.title": "Phantom Photo", + "ftbquests.chapter.mob_safari.quest15.title": "Phantom", + "ftbquests.chapter.mob_safari.quest16.task_2497415746301840277.title": "Piglin Brute Photo", + "ftbquests.chapter.mob_safari.quest16.title": "Piglin Brute", + "ftbquests.chapter.mob_safari.quest17.description1": "\u00267Tip: there is a ritual that can grant you the bad omen effect!", + "ftbquests.chapter.mob_safari.quest17.task_876018828234332303.title": "Pillager Photo", + "ftbquests.chapter.mob_safari.quest17.title": "Pillager", + "ftbquests.chapter.mob_safari.quest18.task_9217927796095116198.title": "Ravager Photo", + "ftbquests.chapter.mob_safari.quest18.title": "Ravager", + "ftbquests.chapter.mob_safari.quest19.task_6294764614244969421.title": "Shulker Photo", + "ftbquests.chapter.mob_safari.quest19.title": "Shulker", + "ftbquests.chapter.mob_safari.quest2.description1": "In this new post-apocalyptic world, you\u0027ve realized that it might be a good idea to document what lifeforms exist - just in case it happens again. ", + "ftbquests.chapter.mob_safari.quest2.description2": "To do so, you\u0027re going to need \u00266a camera, \u0026rsome \u00266film\u0026r to print onto, and some way to turn that \u00266film into photos.\u0026r", + "ftbquests.chapter.mob_safari.quest2.subtitle": "Snap decisions", + "ftbquests.chapter.mob_safari.quest2.title": "Camera", + "ftbquests.chapter.mob_safari.quest20.task_5958619487539868658.title": "Skeleton Photo", + "ftbquests.chapter.mob_safari.quest20.title": "Skeleton", + "ftbquests.chapter.mob_safari.quest21.task_2908237894518590949.title": "Slime Photo", + "ftbquests.chapter.mob_safari.quest21.title": "Slime", + "ftbquests.chapter.mob_safari.quest22.task_1986307033554203052.title": "Stray Photo", + "ftbquests.chapter.mob_safari.quest22.title": "Stray", + "ftbquests.chapter.mob_safari.quest23.task_8127229503220688871.title": "Vex Photo", + "ftbquests.chapter.mob_safari.quest23.title": "Vex", + "ftbquests.chapter.mob_safari.quest24.task_2719667561416590077.title": "Vindicator Photo", + "ftbquests.chapter.mob_safari.quest24.title": "Vindicator", + "ftbquests.chapter.mob_safari.quest25.description1": "\u00267Tip: the sculk catalyst is craftable, and you can use a sculk awakener on a sculk shrieker to convert it into one that can spawn Wardens.", + "ftbquests.chapter.mob_safari.quest25.task_3299757844051508646.title": "Warden Photo", + "ftbquests.chapter.mob_safari.quest25.title": "Warden", + "ftbquests.chapter.mob_safari.quest26.task_1834001635925258364.title": "Witch Photo", + "ftbquests.chapter.mob_safari.quest26.title": "Witch", + "ftbquests.chapter.mob_safari.quest27.description1": "\u00267Tip: if you want to summon a living wither skeleton, you\u0027ll need to use the Soulium Spawner.", + "ftbquests.chapter.mob_safari.quest27.task_431510156767848390.title": "Wither Skeleton Photo", + "ftbquests.chapter.mob_safari.quest27.title": "Wither Skeleton", + "ftbquests.chapter.mob_safari.quest28.task_3976176875920550036.title": "Zoglin Photo", + "ftbquests.chapter.mob_safari.quest28.title": "Zoglin", + "ftbquests.chapter.mob_safari.quest29.task_2001349734991872109.title": "Blaze Photo", + "ftbquests.chapter.mob_safari.quest29.title": "Blaze", + "ftbquests.chapter.mob_safari.quest3.task_6868688706200460210.title": "Zombie Photo", + "ftbquests.chapter.mob_safari.quest3.title": "Zombie", + "ftbquests.chapter.mob_safari.quest30.task_4394254762005595057.title": "Wither Photo", + "ftbquests.chapter.mob_safari.quest30.title": "Wither", + "ftbquests.chapter.mob_safari.quest31.task_6606548217913389459.title": "Ender Dragon Photo", + "ftbquests.chapter.mob_safari.quest31.title": "Ender Dragon", + "ftbquests.chapter.mob_safari.quest32.task_8348843003612976311.title": "Piglin Photo", + "ftbquests.chapter.mob_safari.quest32.title": "Piglin", + "ftbquests.chapter.mob_safari.quest33.task_9152125344552747368.title": "Allay Photo", + "ftbquests.chapter.mob_safari.quest33.title": "Allay", + "ftbquests.chapter.mob_safari.quest34.task_935450104482788869.title": "Axolotl Photo", + "ftbquests.chapter.mob_safari.quest34.title": "Axolotl", + "ftbquests.chapter.mob_safari.quest35.task_3732209353791428122.title": "Bat Photo", + "ftbquests.chapter.mob_safari.quest35.title": "Bat", + "ftbquests.chapter.mob_safari.quest36.task_4451728281716577204.title": "Camel Photo", + "ftbquests.chapter.mob_safari.quest36.title": "Camel", + "ftbquests.chapter.mob_safari.quest37.task_3478349021656071469.title": "Cat Photo", + "ftbquests.chapter.mob_safari.quest37.title": "Cat", + "ftbquests.chapter.mob_safari.quest38.task_421501030317629993.title": "Chicken Photo", + "ftbquests.chapter.mob_safari.quest38.title": "Chicken", + "ftbquests.chapter.mob_safari.quest39.task_3283513909476271368.title": "Cod Photo", + "ftbquests.chapter.mob_safari.quest39.title": "Cod", + "ftbquests.chapter.mob_safari.quest4.task_5493751185522811223.title": "Husk Photo", + "ftbquests.chapter.mob_safari.quest4.title": "Husk", + "ftbquests.chapter.mob_safari.quest40.task_3552336333939252573.title": "Cow Photo", + "ftbquests.chapter.mob_safari.quest40.title": "Cow", + "ftbquests.chapter.mob_safari.quest41.task_8921315837912733830.title": "Donkey Photo", + "ftbquests.chapter.mob_safari.quest41.title": "Donkey", + "ftbquests.chapter.mob_safari.quest42.task_8892925176174289117.title": "Frog Photo", + "ftbquests.chapter.mob_safari.quest42.title": "Frog", + "ftbquests.chapter.mob_safari.quest43.task_7912667151609898398.title": "Glow Squid Photo", + "ftbquests.chapter.mob_safari.quest43.title": "Glow Squid", + "ftbquests.chapter.mob_safari.quest44.task_4389105525914117514.title": "Horse Photo", + "ftbquests.chapter.mob_safari.quest44.title": "Horse", + "ftbquests.chapter.mob_safari.quest45.task_4359593363899885941.title": "Mooshroom Photo", + "ftbquests.chapter.mob_safari.quest45.title": "Mooshroom", + "ftbquests.chapter.mob_safari.quest46.task_924922940433498504.title": "Mule Photo", + "ftbquests.chapter.mob_safari.quest46.title": "Mule", + "ftbquests.chapter.mob_safari.quest47.task_4787445126890462554.title": "Ocelot Photo", + "ftbquests.chapter.mob_safari.quest47.title": "Ocelot", + "ftbquests.chapter.mob_safari.quest48.task_595439666779967783.title": "Parrot Photo", + "ftbquests.chapter.mob_safari.quest48.title": "Parrot", + "ftbquests.chapter.mob_safari.quest49.task_6791445533424275382.title": "Pig Photo", + "ftbquests.chapter.mob_safari.quest49.title": "Pig", + "ftbquests.chapter.mob_safari.quest5.task_2405723904258009579.title": "Drowned Photo", + "ftbquests.chapter.mob_safari.quest5.title": "Drowned", + "ftbquests.chapter.mob_safari.quest50.task_5186559523328413187.title": "Pufferfish Photo", + "ftbquests.chapter.mob_safari.quest50.title": "Pufferfish", + "ftbquests.chapter.mob_safari.quest51.task_1802630615776817042.title": "Rabbit Photo", + "ftbquests.chapter.mob_safari.quest51.title": "Rabbit", + "ftbquests.chapter.mob_safari.quest52.task_9075318374820615216.title": "Salmon Photo", + "ftbquests.chapter.mob_safari.quest52.title": "Salmon", + "ftbquests.chapter.mob_safari.quest53.task_1279126845524092057.title": "Sheep Photo", + "ftbquests.chapter.mob_safari.quest53.title": "Sheep", + "ftbquests.chapter.mob_safari.quest54.description1": "\u00267Tip: the sniffer egg is craftable!", + "ftbquests.chapter.mob_safari.quest54.task_4496075018482353874.title": "Sniffer Photo", + "ftbquests.chapter.mob_safari.quest54.title": "Sniffer", + "ftbquests.chapter.mob_safari.quest55.task_7621061223329854925.title": "Snow Golem Photo", + "ftbquests.chapter.mob_safari.quest55.title": "Snow Golem", + "ftbquests.chapter.mob_safari.quest56.task_3811954916556661348.title": "Squid Photo", + "ftbquests.chapter.mob_safari.quest56.title": "Squid", + "ftbquests.chapter.mob_safari.quest57.task_8980744210598611125.title": "Strider Photo", + "ftbquests.chapter.mob_safari.quest57.title": "Strider", + "ftbquests.chapter.mob_safari.quest58.task_3384099064913889422.title": "Tropical Fish Photo", + "ftbquests.chapter.mob_safari.quest58.title": "Tropical Fish", + "ftbquests.chapter.mob_safari.quest59.task_8173784837555787990.title": "Turtle Photo", + "ftbquests.chapter.mob_safari.quest59.title": "Turtle", + "ftbquests.chapter.mob_safari.quest6.task_874911539473621191.title": "Spider Photo", + "ftbquests.chapter.mob_safari.quest6.title": "Spider", + "ftbquests.chapter.mob_safari.quest60.task_3689972004573703426.title": "Villager Photo", + "ftbquests.chapter.mob_safari.quest60.title": "Villager", + "ftbquests.chapter.mob_safari.quest61.description1": "\u00267Tip: an oak or birch tree grown near flowers has a small chance to spawn a beehive!", + "ftbquests.chapter.mob_safari.quest61.task_5922903859006989903.title": "Bee Photo", + "ftbquests.chapter.mob_safari.quest61.title": "Bee", + "ftbquests.chapter.mob_safari.quest62.task_6003122656664405150.title": "Dolphin Photo", + "ftbquests.chapter.mob_safari.quest62.title": "Dolphin", + "ftbquests.chapter.mob_safari.quest63.task_8533728607102685433.title": "Fox Photo", + "ftbquests.chapter.mob_safari.quest63.title": "Fox", + "ftbquests.chapter.mob_safari.quest64.task_2426644530607004924.title": "Goat Photo", + "ftbquests.chapter.mob_safari.quest64.title": "Goat", + "ftbquests.chapter.mob_safari.quest65.task_7632281372321087328.title": "Iron Golem Photo", + "ftbquests.chapter.mob_safari.quest65.title": "Iron Golem", + "ftbquests.chapter.mob_safari.quest66.reward_5070411217558644494.title": "Wash the spit off your face!", + "ftbquests.chapter.mob_safari.quest66.task_6151594406741525419.title": "Llama Photo", + "ftbquests.chapter.mob_safari.quest66.title": "Llama", + "ftbquests.chapter.mob_safari.quest67.task_8391996334368644499.title": "Panda Photo", + "ftbquests.chapter.mob_safari.quest67.title": "Panda", + "ftbquests.chapter.mob_safari.quest68.task_6356092814838542587.title": "Polar Bear Photo", + "ftbquests.chapter.mob_safari.quest68.title": "Polar Bear", + "ftbquests.chapter.mob_safari.quest69.task_5155069369552929707.title": "Wolf Photo", + "ftbquests.chapter.mob_safari.quest69.title": "Wolf", + "ftbquests.chapter.mob_safari.quest7.task_7828452674496297861.title": "Cave Spider Photo", + "ftbquests.chapter.mob_safari.quest7.title": "Cave Spider", + "ftbquests.chapter.mob_safari.quest70.task_6586877749199133229.title": "Zombified Piglin Photo", + "ftbquests.chapter.mob_safari.quest70.title": "Zombified Piglin", + "ftbquests.chapter.mob_safari.quest71.description1": "\u00267Tip: there is a ritual that spawns the Elder Guardian!", + "ftbquests.chapter.mob_safari.quest71.task_1136723065807110792.title": "Elder Guardian Photo", + "ftbquests.chapter.mob_safari.quest71.title": "Elder Guardian", + "ftbquests.chapter.mob_safari.quest72.task_1119603583110664878.title": "Starbuncle Photo", + "ftbquests.chapter.mob_safari.quest72.title": "Starbuncle", + "ftbquests.chapter.mob_safari.quest73.task_1237879032257403086.title": "Wilden Guardian Photo", + "ftbquests.chapter.mob_safari.quest73.title": "Wilden Defender", + "ftbquests.chapter.mob_safari.quest74.task_5793666635438854570.title": "Wilden Pack Hunter Photo", + "ftbquests.chapter.mob_safari.quest74.title": "Wilden Pack Hunter", + "ftbquests.chapter.mob_safari.quest75.task_8789953344793101489.title": "Wilden Stalker Photo", + "ftbquests.chapter.mob_safari.quest75.title": "Wilden Stalker", + "ftbquests.chapter.mob_safari.quest76.task_4116691053894850008.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest76.title": "Drygmy", + "ftbquests.chapter.mob_safari.quest77.task_1018473204252943458.title": "Wilden Chimera Photo", + "ftbquests.chapter.mob_safari.quest77.title": "Wilden Chimera", + "ftbquests.chapter.mob_safari.quest78.task_6004116955135160925.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest78.title": "Whirlisprig", + "ftbquests.chapter.mob_safari.quest79.description1": "\u00267Tip: a spawned siren, not a tamed familiar!", + "ftbquests.chapter.mob_safari.quest79.task_1471670924078031545.title": "Siren Photo", + "ftbquests.chapter.mob_safari.quest79.title": "Siren", + "ftbquests.chapter.mob_safari.quest8.task_4943959340946543881.title": "Enderman Photo", + "ftbquests.chapter.mob_safari.quest8.title": "Enderman", + "ftbquests.chapter.mob_safari.quest80.description1": "I mean. You did a LOT of grinding probably to get here. Also by definition you\u0027ve finished the pack, or good as.", + "ftbquests.chapter.mob_safari.quest80.subtitle": "because why not?", + "ftbquests.chapter.mob_safari.quest80.title": "Safari LEGEND", + "ftbquests.chapter.mob_safari.quest9.task_4733333668196733711.title": "Endermite Photo", + "ftbquests.chapter.mob_safari.quest9.title": "Endermite", + "ftbquests.chapter.mob_safari.title": "Mob Safari", + "ftbquests.chapter.resource_generation.quest1.description1": "\u00266Prosperity Shards\u0026r are the basis of all mystical essence manipulation - very useful for generating large amounts of basic resources.", + "ftbquests.chapter.resource_generation.quest1.description2": "They can be found by breaking down copper nuggets with a pickaxe on a cutting board.", + "ftbquests.chapter.resource_generation.quest1.description3": "\u00267Tip: you can also make prosperity shards in an Enrichment Chamber!", + "ftbquests.chapter.resource_generation.quest10.description1": "With enough inferium, you can craft \u00266Inferium Seeds,\u0026r which grow essence themselves.", + "ftbquests.chapter.resource_generation.quest11.description1": "More potent than regular inferium essence, \u00266Prudentium Essence\u0026r can be used to make some useful essence seeds.", + "ftbquests.chapter.resource_generation.quest11.description2": "Make it by fortifying inferium essence with all four elemental essences in a \u00266Cauldron.\u0026r", + "ftbquests.chapter.resource_generation.quest11.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest18.description1": "The \u00266infusion altar\u0026r and \u00266pedestals\u0026r are required to craft essence seeds.", + "ftbquests.chapter.resource_generation.quest18.description2": "Place the items necessary in the pedestals, then give the altar a redstone signal or a wave of a wand to begin crafting.", + "ftbquests.chapter.resource_generation.quest19.description1": "By breeding \u00266Rocky\u0026r bees together in the nether, they\u0027ll slowly adapt and turn into their nether versions - \u00266Crimson\u0026r and \u00266Warped\u0026r bees. \u00266Cursed\u0026r bees are the hybrid between the two.", + "ftbquests.chapter.resource_generation.quest19.description2": "These bees, twisted by the nether environment, are somewhat aggressive; they\u0027ll harm nearby mobs (including players!)", + "ftbquests.chapter.resource_generation.quest19.task_3895545663253499388.title": "Warped", + "ftbquests.chapter.resource_generation.quest19.task_8052506021592411173.title": "Cursed", + "ftbquests.chapter.resource_generation.quest19.task_891469205622428585.title": "Crimson", + "ftbquests.chapter.resource_generation.quest19.title": "Nether Bees", + "ftbquests.chapter.resource_generation.quest2.description1": "You can place frames into your apiary for bonuses to productivity, lifespan, and even change the temperature and humidity of an apiary. ", + "ftbquests.chapter.resource_generation.quest2.description2": "\u00267Tip: Frame modifiers stack multiplicatively, not additively!\u0026r", + "ftbquests.chapter.resource_generation.quest2.task_1734748989054878453.title": "Any Frame", + "ftbquests.chapter.resource_generation.quest20.description1": "If you\u0027re tired of getting stung by nether bees, try crafting a set of \u00266Apiarist Gear.\u0026r This armor, when worn as a set, will protect you from getting affected by any bees nearby.", + "ftbquests.chapter.resource_generation.quest20.description2": "It\u0027s made of silk, which you can get from propolis (which you can get from simmering combs, among others.)", + "ftbquests.chapter.resource_generation.quest20.title": "Apiarist Gear", + "ftbquests.chapter.resource_generation.quest21.description1": "\u00266Rocky\u0026r and \u00266Robust\u0026r bees are more used to cooler climates, but you can breed better tolerances into them. ", + "ftbquests.chapter.resource_generation.quest21.description2": "Their rocky combs produce much more wax and honey than their wasteland cousins, but more importantly, they can rarely produce \u00266Copper Combs\u0026r as a specialty.", + "ftbquests.chapter.resource_generation.quest21.description3": "\u00267Tip: specialties are only produced when a bee is ecstatic! To make a bee ecstatic, you have to have its housing climate \u0026lexactly\u0026r\u00267 match the bee\u0027s preferred climate. Either breed it so that it prefers the hot dry wastes, or use special frames to adjust the temperature and humidity!", + "ftbquests.chapter.resource_generation.quest21.description4": "\u00267Tip 2: tuff (which you need underneath the apiary to breed these bees!) can be crafted or found underground.", + "ftbquests.chapter.resource_generation.quest21.task_1538674417108678800.title": "Resilient", + "ftbquests.chapter.resource_generation.quest21.task_7190582857068653051.title": "Robust", + "ftbquests.chapter.resource_generation.quest21.task_9033126545582958159.title": "Rocky", + "ftbquests.chapter.resource_generation.quest21.title": "Rocky Bees", + "ftbquests.chapter.resource_generation.quest22.description1": "\u00266Haunted,\u0026r \u00266Ghostly,\u0026r and \u00266Spectral\u0026r bees are an offshoot of nether bees that produce Spectral combs, a relatively honey-rich comb. Additionally, Spectral bees will produce \u00266glowstone\u0026r as a specialty!", + "ftbquests.chapter.resource_generation.quest22.task_3081911043010225060.title": "Haunted", + "ftbquests.chapter.resource_generation.quest22.task_5262672928415792469.title": "Ghostly", + "ftbquests.chapter.resource_generation.quest22.task_8517504769354790857.title": "Spectral", + "ftbquests.chapter.resource_generation.quest22.title": "Spectral Bees", + "ftbquests.chapter.resource_generation.quest23.description1": "\u00266Common\u0026r and \u00266Cultivated\u0026r bees were the most common species in the world that came before, from what you recall.", + "ftbquests.chapter.resource_generation.quest23.task_3642208754252689379.title": "Common", + "ftbquests.chapter.resource_generation.quest23.task_8299291890952022433.title": "Cultivated", + "ftbquests.chapter.resource_generation.quest23.title": "Common Bees", + "ftbquests.chapter.resource_generation.quest24.description1": "These glorious bee comrades ironically despise queens. They are also notable for producing \u00266pollen\u0026r and having \u00266higher than average productivity.\u0026r", + "ftbquests.chapter.resource_generation.quest24.task_2025398279722007265.title": "Industrious", + "ftbquests.chapter.resource_generation.quest24.task_3616071306266700168.title": "Tireless", + "ftbquests.chapter.resource_generation.quest24.task_8393881405903593674.title": "Diligent", + "ftbquests.chapter.resource_generation.quest24.title": "Industrious Bees", + "ftbquests.chapter.resource_generation.quest25.description1": "Somewhat snooty and famously literally blue-blooded, these bees can produce \u00266Royal Combs\u0026r when ecstatic. These combs can then centrifuge into \u00266Royal Jelly.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description2": "They also have a \u00266higher than average fertility rate.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description3": "\u00267Tip: Imperial bees have the Beatific effect, which provides all mobs nearby with regeneration!", + "ftbquests.chapter.resource_generation.quest25.task_6398361437915986421.title": "Noble", + "ftbquests.chapter.resource_generation.quest25.task_7062842366521447494.title": "Imperial", + "ftbquests.chapter.resource_generation.quest25.task_753059639095222795.title": "Majestic", + "ftbquests.chapter.resource_generation.quest25.title": "Imperial Bees", + "ftbquests.chapter.resource_generation.quest26.description1": "The \u00266Mellarium\u0026r is a multiblock version of the apiary, with the ability to add modules that can help you in a variety of ways.", + "ftbquests.chapter.resource_generation.quest26.description2": "The most concrete thing a Mellarium can do is give you more than three frame slots, using \u00266Frame Housings.\u0026r This means you can get, in the best case, \u0026l\u0026oSTACKS\u0026r of combs every bee tick.", + "ftbquests.chapter.resource_generation.quest26.description3": "You can also increase your chances of getting a mutation, shield your bees from rain, and change the climate using catalyst items.", + "ftbquests.chapter.resource_generation.quest26.description4": "\u00267Tip: read your Apiarist Field Guide for more information!", + "ftbquests.chapter.resource_generation.quest26.title": "The Mellarium", + "ftbquests.chapter.resource_generation.quest27.description1": "Once you start getting propolis, you can start \u00266upgrading\u0026r your \u00266Centrifuges\u0026r and \u00266Generators\u0026r - each upgrade has different stats, and you can put up to three in your machines.", + "ftbquests.chapter.resource_generation.quest27.description2": "Like frames, these upgrades stack multiplicatively.", + "ftbquests.chapter.resource_generation.quest27.description3": "\u00267Tip: the earliest ways to get propolis are through nether bees or rocky bees!", + "ftbquests.chapter.resource_generation.quest27.task_7611771532993062026.title": "Any Upgrade", + "ftbquests.chapter.resource_generation.quest27.title": "Upgrades", + "ftbquests.chapter.resource_generation.quest28.description1": "At some point you\u0027ll have more honey (and other bee products) than you know what to do with. ", + "ftbquests.chapter.resource_generation.quest28.description2": "If nothing else, you can burn them for energy in the \u00266Honey Generator!\u0026r", + "ftbquests.chapter.resource_generation.quest29.description1": "An interesting thing about these bees is that there\u0027s no way to get more than one queen out of a breeding pair. Fortunately, you can perform a ritual to summon \u00266more bee nests\u0026r through magic and some special ingredients.", + "ftbquests.chapter.resource_generation.quest29.description2": "Read your Reclamation Rituals book for more information.", + "ftbquests.chapter.resource_generation.quest29.title": "More Nests", + "ftbquests.chapter.resource_generation.quest3.description1": "You\u0027ve noticed some beehives dotted around. Maybe you can try to domesticate them?", + "ftbquests.chapter.resource_generation.quest3.description2": "You\u0027ll need a tool to harvest the nests and a place to raise the bees.", + "ftbquests.chapter.resource_generation.quest3.description3": "\u00267Tip: not every bee is required to finish the pack! Branching out from the required bees will allow you to generate resources much easier than the traditional routes, however.", + "ftbquests.chapter.resource_generation.quest3.title": "Beeginnings", + "ftbquests.chapter.resource_generation.quest30.description1": "Certain bees can produce straight up raw metals from certain rocks!", + "ftbquests.chapter.resource_generation.quest30.task_1055543042056575718.title": "Cuprous", + "ftbquests.chapter.resource_generation.quest30.task_2417461944780662004.title": "Osimum", + "ftbquests.chapter.resource_generation.quest30.task_4765395095236658823.title": "Radioactive", + "ftbquests.chapter.resource_generation.quest30.task_5074021897861698803.title": "Precious", + "ftbquests.chapter.resource_generation.quest30.task_5533305920955437908.title": "Ferrous", + "ftbquests.chapter.resource_generation.quest30.task_6870748623537125703.title": "Argentum", + "ftbquests.chapter.resource_generation.quest30.task_766783682761833592.title": "Zincum", + "ftbquests.chapter.resource_generation.quest30.task_8469594533203667582.title": "Stannum", + "ftbquests.chapter.resource_generation.quest30.task_9085151875040480342.title": "Plumbum", + "ftbquests.chapter.resource_generation.quest30.title": "Metal Bees", + "ftbquests.chapter.resource_generation.quest31.description1": "Certain bees can produce raw minerals from their environment!", + "ftbquests.chapter.resource_generation.quest31.task_1818325150934700666.title": "Emeradic", + "ftbquests.chapter.resource_generation.quest31.task_2840825311361710213.title": "Lapic", + "ftbquests.chapter.resource_generation.quest31.task_3358109104860624142.title": "Fluorite", + "ftbquests.chapter.resource_generation.quest31.task_3719081351633839622.title": "Bituminous", + "ftbquests.chapter.resource_generation.quest31.task_4463225001103591989.title": "Silicate", + "ftbquests.chapter.resource_generation.quest31.task_5231403782456047002.title": "Dimantic", + "ftbquests.chapter.resource_generation.quest31.task_5480192077480458536.title": "Luminous", + "ftbquests.chapter.resource_generation.quest31.task_6963870120953273988.title": "Amethyst", + "ftbquests.chapter.resource_generation.quest31.task_7118701806962971116.title": "Quartz", + "ftbquests.chapter.resource_generation.quest31.task_7148838165140607695.title": "Conductive", + "ftbquests.chapter.resource_generation.quest31.title": "Mineral Bees", + "ftbquests.chapter.resource_generation.quest32.description1": "Stronger than Prudentium, \u00266Tertium\u0026r is necessary for all kinds of metallic essence seeds.", + "ftbquests.chapter.resource_generation.quest32.description2": "Make it using a \u00266Runic Altar\u0026r or \u00266Terrestrial Agglomeration Plate.\u0026r", + "ftbquests.chapter.resource_generation.quest32.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest32.description4": "\u00267Tip 2: a potency lens would make the altar process much faster!", + "ftbquests.chapter.resource_generation.quest33.description1": "\u00266Imperium\u0026r is the penultimate tier of essence, requiring combining the power of \u00265Source\u0026r and Tertium Essence.", + "ftbquests.chapter.resource_generation.quest33.description2": "It can be made using an \u00266Imbuement Chamber.\u0026r", + "ftbquests.chapter.resource_generation.quest33.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest34.description1": "\u00266Supremium\u0026r is the highest tier of essence, used for crafting the highest tier of mystical equipment and seeds.", + "ftbquests.chapter.resource_generation.quest34.description2": "Anoint Imperium with life essence to create it.", + "ftbquests.chapter.resource_generation.quest34.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest35.description1": "These bees can produce magical products. Some of them, like the \u00266Natural\u0026r bee, have special effects!", + "ftbquests.chapter.resource_generation.quest35.description2": "Additionally, the Natural bee produces some small amount of \u00266Nature Essence\u0026r if kept ecstatic.", + "ftbquests.chapter.resource_generation.quest35.task_2760367059321888447.title": "Dawnstone", + "ftbquests.chapter.resource_generation.quest35.task_4095918579037388131.title": "Willful", + "ftbquests.chapter.resource_generation.quest35.task_417359132698374078.title": "Botanic", + "ftbquests.chapter.resource_generation.quest35.task_4623337291104132366.title": "Demonite", + "ftbquests.chapter.resource_generation.quest35.task_5288388297853031166.title": "Terra", + "ftbquests.chapter.resource_generation.quest35.task_5373973326405937422.title": "Natural", + "ftbquests.chapter.resource_generation.quest35.task_7910365384265410324.title": "Source", + "ftbquests.chapter.resource_generation.quest35.title": "Magical Bees", + "ftbquests.chapter.resource_generation.quest37.description1": "\u00267Tip: you\u0027ll need to breed Nature bees to get your first bits of nature essence!", + "ftbquests.chapter.resource_generation.quest4.description1": "Now pop a \u00266princess and drone into an apiary,\u0026r and watch the magic happen! Bees can generate some \u00266very useful resources\u0026r in their combs; initially, though, you\u0027ll have to process said combs on \u00266a cutting board.\u0026r", + "ftbquests.chapter.resource_generation.quest4.description2": "At first, you\u0027ll only get beeswax and honey drops, alongside some dead logs...", + "ftbquests.chapter.resource_generation.quest4.description3": "\u00267Tip: wasteland bees (and desiccated and dried bees) need dead bushes as their \u0027flowers\u0027!", + "ftbquests.chapter.resource_generation.quest4.title": "Beesources", + "ftbquests.chapter.resource_generation.quest5.description1": "By continuously re-breeding \u00266Wasteland\u0026r bees together, you can start to slowly revitalize them. \u00266Desiccated\u0026r and \u00266Dried\u0026r bees are slightly better, with a higher productivity and lifespan - meaning less maintenance and more combs!", + "ftbquests.chapter.resource_generation.quest5.task_3134995966104364628.title": "Dried", + "ftbquests.chapter.resource_generation.quest5.task_7818871944295114422.title": "Desiccated", + "ftbquests.chapter.resource_generation.quest5.title": "Reclaimed Bees", + "ftbquests.chapter.resource_generation.quest6.description1": "At some point, you\u0027ll want to take a closer look at your bees - the \u00266Analyzer\u0026r allows you to examine what genes exactly any given bee has, for the low cost of a single honey drop.", + "ftbquests.chapter.resource_generation.quest6.description2": "The \u00266Apid Library\u0026r shows you what mutations you can create with a bee\u0027s species.", + "ftbquests.chapter.resource_generation.quest6.description3": "The \u00266Microscope\u0026r allows you to research bee species, giving you a higher chance to mutate bees into a researched species.", + "ftbquests.chapter.resource_generation.quest6.description4": "\u00267Tip: the Microscope is a great way to get rid of unnecessary drones you have! Read the Apiarist Field Guide for more info on it.", + "ftbquests.chapter.resource_generation.quest6.title": "Tools of the Trade", + "ftbquests.chapter.resource_generation.quest67.description1": "\u00266Growth Accelerators\u0026r grow the crop above them faster. Higher tiers have higher ranges, meaning you can stack more underneath your farmland!", + "ftbquests.chapter.resource_generation.quest68.description1": "Essence infused watering cans can water a larger area faster.", + "ftbquests.chapter.resource_generation.quest7.description1": "If you want to process your combs more efficiently, you\u0027ll want to make a \u00266Centrifuge.\u0026r Powered by a generator, it automatically turns combs into comb products - no more manual chopping!", + "ftbquests.chapter.resource_generation.quest7.title": "Comb Processing ", + "ftbquests.chapter.resource_generation.quest73.description1": "\u00267Tip: unlimited wadduh", + "ftbquests.chapter.resource_generation.quest8.description1": "All essence seeds need to grow on specially prepared \u00266Essence Farmland.\u0026r", + "ftbquests.chapter.resource_generation.quest8.description2": "You can obtain your first bits of \u00266Inferium Essence\u0026r from killing mobs.", + "ftbquests.chapter.resource_generation.quest8.description3": "\u00267Tip: higher tier essence farmland will grow essence crops slightly faster!", + "ftbquests.chapter.resource_generation.quest9.description1": "These first elemental seeds don\u0027t have very many direct crafting uses, but are an important stepping stone to bigger and better things.", + "ftbquests.chapter.resource_generation.quest9.description2": "\u00267Tip: essence seeds aren\u0027t cloneable, meaning you\u0027ll need two or more to actually start increasing their stats!", + "ftbquests.chapter.resource_generation.quest9.title": "Elemental Seeds", + "ftbquests.chapter.resource_generation.title": "Resource Generation", + "ftbquests.chapter.the_color_green.quest1.description1": "You\u0027ve done it! You finally have grass. It\u0027s not exactly green, but you can \u00266bonemeal\u0026r a large area of it and \u00266get flowers!\u0026r", + "ftbquests.chapter.the_color_green.quest1.title": "Grass!", + "ftbquests.chapter.the_color_green.quest10.description1": "The \u00266Natural Altar\u0026r is a very important tool in the manipulation of natural energies.", + "ftbquests.chapter.the_color_green.quest10.description2": "Once the altar is fully built, it will drain \u00266aura\u0026r from its surroundings. It will then use those energies to \u00266transform items put into it.\u0026r ", + "ftbquests.chapter.the_color_green.quest10.description3": "You should also look into creating the \u00266Environmental Eye\u0026r - a very useful device that shows you the level of aura in the nearby area.", + "ftbquests.chapter.the_color_green.quest10.task_4749334638074014910.title": "Any Planks", + "ftbquests.chapter.the_color_green.quest10.title": "Natural Altar", + "ftbquests.chapter.the_color_green.quest11.description1": "Infusing iron in the Natural Altar creates, funnily enough, \u00266Infused Iron Ingots.\u0026r These have a wide variety of uses, but chief among them are some very nice tools and armor, with \u00266special abilities\u0026r and the unique property of being \u00266repairable using Aura.\u0026r", + "ftbquests.chapter.the_color_green.quest11.title": "Infused Iron", + "ftbquests.chapter.the_color_green.quest12.description1": "Extremely malleable, \u00266Andesite Alloy\u0026r is a crucial component of contraptions to come.", + "ftbquests.chapter.the_color_green.quest12.description2": "\u00267Tip: very small amounts of Create are needed to finish the pack, but you won\u0027t have to get too deep into it!", + "ftbquests.chapter.the_color_green.quest13.description1": "The Natural Altar requires aura in the surrounding area to function. It won\u0027t ever take the aura to a negative level, but it will \u00264stop working completely if the aura is low enough,\u0026r which means you\u0027ll need a way of replenishing it.", + "ftbquests.chapter.the_color_green.quest13.description2": "\u00266Ancient Saplings\u0026r are the most basic way to do this; once grown, if the area\u0027s aura is low enough, the tree\u0027s leaves will \u00264slowly wither away,\u0026r \u00266producing aura in the process.\u0026r", + "ftbquests.chapter.the_color_green.quest13.title": "Creating Aura", + "ftbquests.chapter.the_color_green.quest14.description1": "An excess of aura generates flowers - and this device can turn \u00266flowers into an excess of aura!\u0026r Make sure you feed it a \u00266balanced diet of different flowers,\u0026r though; too much of the same flower and it starts to give you \u00264diminishing returns.\u0026r", + "ftbquests.chapter.the_color_green.quest14.description2": "\u00267Tip: if the aura in an area is high enough, it\u0027ll charge aura caches! Crouch with a botanist tool (made from infused iron) to repair them with an aura cache in your inventory.", + "ftbquests.chapter.the_color_green.quest15.description1": "Mana\u0027s not very useful without ways to generate and move it! Starting out, your best source of mana is going to be the \u00266Endoflame.\u0026r", + "ftbquests.chapter.the_color_green.quest15.description2": "\u00267Tip: you can use the Wand of the Forest to bind the spreader to flowers and pools.", + "ftbquests.chapter.the_color_green.quest15.description3": "\u00267Tip 2: using a pressure plate but it\u0027s not working? Open your OPAC keybind (default [\u0027]) to turn off the Prot. Plates from Other setting!", + "ftbquests.chapter.the_color_green.quest15.task_4041437535513982933.title": "Wand of the Forest", + "ftbquests.chapter.the_color_green.quest15.title": "Generating Mana", + "ftbquests.chapter.the_color_green.quest16.description1": "Now that you have a more robust source of aura, you can put it to more use - a \u00266crumbling catalyst,\u0026r when placed on top of one of the lower four golden blocks of a natural altar, can crush things much more finely than you can by hand. It can get you \u00266more bone meal per bone, more gold powder per leaf, and even turn cobblestone into sand!\u0026r", + "ftbquests.chapter.the_color_green.quest17.description1": "There are a few items you can place on top of your altar to increase its capacity and recharge rate:", + "ftbquests.chapter.the_color_green.quest17.description2": "\u00266Torch:\u0026r +0.5x recharge rate", + "ftbquests.chapter.the_color_green.quest17.description3": "\u00266Skeleton Skull/Husk Head:\u0026r +1x recharge rate, +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description4": "\u00266Chalice:\u0026r +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description5": "Eventually, you can replace the torch with a candelabra, the skeleton skull with a wither skeleton or player skull, and the chalice with a filled chalice for even more recharge rate and capacity.", + "ftbquests.chapter.the_color_green.quest17.task_4639929492764668107.title": "Head Upgrade", + "ftbquests.chapter.the_color_green.quest17.title": "Altar Upgrades", + "ftbquests.chapter.the_color_green.quest18.description1": "Attuned stones are a very important part of witchcraft - not only do they let you \u00266craft necessary workstations,\u0026r they also give you the ability to perform certain rites \u00266without the need of an altar,\u0026r once charged!", + "ftbquests.chapter.the_color_green.quest18.description2": "\u00267Please note that this recipe needs altar power! Make sure your cauldron is within range of your altar!", + "ftbquests.chapter.the_color_green.quest19.description1": "If the \u00266Altar\u0026r is the backbone of witchcraft, the \u00266Distillery, Kettle,\u0026r and \u00266Spinning Wheel \u0026rare its phalanges. ", + "ftbquests.chapter.the_color_green.quest19.description2": "...strange metaphors aside, these blocks allow you to craft a wide variety of \u00266witchy goodies.\u0026r They will need to be placed within range of an altar, if their recipes require power.", + "ftbquests.chapter.the_color_green.quest19.title": "Tools of the Trade", + "ftbquests.chapter.the_color_green.quest2.description1": "Now that you have actual plants available, you can start to harness their latent life-energy to power rituals. To start, you\u0027ll have to create a structure capable of collecting it - an \u00266Altar\u0026r should do well here. Place your Altar blocks in a 2x3 rectangle and it should start collecting power!", + "ftbquests.chapter.the_color_green.quest2.description2": "The more \u00266plantlife\u0026r there is around the\u00266 Altar,\u0026r the more power you can store. This includes \u00266trees, grass, flowers, crops, vines, pumpkins, melons, and more!\u0026r", + "ftbquests.chapter.the_color_green.quest2.description3": "\u00267Tip: the altar has a range of 16 blocks! There is a cap to each kind of plantlife nearby as well, so make sure the surroundings are varied.", + "ftbquests.chapter.the_color_green.quest2.title": "Altar", + "ftbquests.chapter.the_color_green.quest20.description1": "An apparatus perfect for channelling large amounts of mana into collections of objects, the \u00266Runic Altar\u0026r will (obviously) let you make runes.", + "ftbquests.chapter.the_color_green.quest20.description2": "\u00267Tip: with the altar, if you don\u0027t have them already, you can craft mystical flower seeds!", + "ftbquests.chapter.the_color_green.quest21.description1": "Ember item and fluid pipes are relatively basic, but at this point in time they\u0027re fairly decent for small-scale operations. Pipes need extractors to pull items into them, and extractors need a redstone signal to be activated. There are a few other quirks to the system, all of which are explained in your \u00266Ancient Codex.", + "ftbquests.chapter.the_color_green.quest21.description2": "\u00267Note - basically everything in Embers needs a redstone signal to activate, so get ready to place plenty of levers!", + "ftbquests.chapter.the_color_green.quest21.title": "Dwarven Logistics", + "ftbquests.chapter.the_color_green.quest22.description1": "Now that you have some Ember, you\u0027ll need to turn it into useable energy somehow.", + "ftbquests.chapter.the_color_green.quest22.description2": "The\u00266 Ember Activator\u0026r turns solid Ember into \u00266Activated Ember;\u0026r pipe crystals and shards into the bottom, and attach an \u00266Ember Emitter to the top\u0026r to output \u00266Activated Ember.\u0026r ", + "ftbquests.chapter.the_color_green.quest22.description3": "Use a Tinker\u0027s Hammer on the emitter to link it to a receptor, give it a redstone signal, and you\u0027re transmitting Activated Ember!", + "ftbquests.chapter.the_color_green.quest22.description4": "\u00267Note that Ember Grit doesn\u0027t normally produce Activated Ember; you\u0027ll have to add a \u00266Heat Exchanger\u00267 to an activator to get energy out of it (which multiplies all ember production by 0.9x, but adds a flat +300 to all items production!)", + "ftbquests.chapter.the_color_green.quest22.title": "Activating Ember", + "ftbquests.chapter.the_color_green.quest23.description1": "One of the main ways to channel altar power is through the practice of \u00266circle magic.\u0026r Each ritual has a gold chalk glyph at its center, but the placement of other chalk glyphs changes depending on what kind of ritual you want to perform!", + "ftbquests.chapter.the_color_green.quest23.description2": "Most rituals can target a remote area using a waystone (blooded or otherwise), and some rituals can even be performed away from the altar by adding a charged attuned stone to them!\u00266 Read through the two reward books to find out what rituals you can perform.\u0026r", + "ftbquests.chapter.the_color_green.quest23.description3": "\u00267Tip: the rite of fertility is a cheap, easy way to mass bonemeal grass, crops or anything else!", + "ftbquests.chapter.the_color_green.quest23.title": "Circle Magic", + "ftbquests.chapter.the_color_green.quest24.description1": "You\u0027ll want to make a \u00266Copper Cell\u0026r to \u00266store your activated ember\u0026r - it works as a kind of \u0027battery\u0027 for the mystical energy.", + "ftbquests.chapter.the_color_green.quest24.description2": "To see how much ember is in the cell, place an \u00266Ember Dial\u0026r on it.", + "ftbquests.chapter.the_color_green.quest24.title": "Storing Ember", + "ftbquests.chapter.the_color_green.quest25.description1": "Ember is capable of melting metals and other items in the creatively-named \u00266Melter\u0026r - feed the bottom half ember, feed the top half items to melt, and you can extract molten metals from the top half.", + "ftbquests.chapter.the_color_green.quest25.description2": "This molten metal can be formed into a variety of shapes in a \u00266Stamper;\u0026r place the \u00266Stamp Base,\u0026r then the \u00266Stamper above it with a one-block gap\u0026r of air. Give the Stamper ember and a stamp, pipe molten metal into the base, and presto! Stamped and cooled metal products! ", + "ftbquests.chapter.the_color_green.quest25.description3": "Notably, you can use this process to \u00266produce plates more efficiently.\u0026r", + "ftbquests.chapter.the_color_green.quest25.title": "Melting and Stamping", + "ftbquests.chapter.the_color_green.quest26.description1": "By piping molten copper and gold into \u0026odifferent sides\u0026r of the bottom of a \u00266Mixer Centrifuge,\u0026r (along with some ember) you can combine them into a strong, ember-aligned metal called \u00266Dawnstone.\u0026r Pipe it out of the top and stamp it into ingots or plates!", + "ftbquests.chapter.the_color_green.quest26.description2": "\u00267Tip: use your Tinker\u0027s Lens to see what\u0027s going on in the mixer!", + "ftbquests.chapter.the_color_green.quest26.title": "Dawnstone", + "ftbquests.chapter.the_color_green.quest27.description1": "The Andesite Casing is a crucial part of any kind of mechanical apparatus.", + "ftbquests.chapter.the_color_green.quest28.description1": "For more advanced ember crafting, a special setup is required. An \u00266exchange tablet\u0026r with some \u00266pedestals\u0026r around it, when struck with a \u00266beam cannon pulse,\u0026r will transmute the center item into a new result item.", + "ftbquests.chapter.the_color_green.quest28.description2": "There is one complication, though. The pedestals need \u00266aspectii\u0026r to be placed on them, and you aren\u0027t sure which aspectii go with which items! The only way to find out is through experiementation - if the transmutation fails, it will produce \u0026balchemical waste.\u0026r When held and right clicked, the waste will reveal a number of \u00266glowing spots,\u0026r which tell you the number of \u00266aspectus/item combinations you got right.\u0026r", + "ftbquests.chapter.the_color_green.quest28.title": "Energetic Alchemy", + "ftbquests.chapter.the_color_green.quest29.description1": "Using the power of mana and a pumpkin, you think you can create a \u00266Fel Pumpkin\u0026r - a weak imitation of a blaze head. Pop this magically-charged head on top of two iron bars, and it\u0027ll turn into a passable facsimile of a blaze.", + "ftbquests.chapter.the_color_green.quest29.description2": "This imitation blaze always drops at least \u0026610 blaze powder.\u0026r This blaze powder can be spun into brilliant fiber, or distilled into more useful dusts!", + "ftbquests.chapter.the_color_green.quest29.description3": "\u00267Tip: you can capture an imitation blaze in the Blaze Burner!", + "ftbquests.chapter.the_color_green.quest29.title": "Knockoff Blazes", + "ftbquests.chapter.the_color_green.quest3.description1": "Using dye from the flowers you can get by \u00266bonemealing grass,\u0026r you can craft a special kind of fertilizer that can coax \u00266mystical flowers\u0026r to life.", + "ftbquests.chapter.the_color_green.quest3.description2": "\u00267Tip: you can also get mystical flower seeds through crossbreeding!", + "ftbquests.chapter.the_color_green.quest30.description1": "There are a few other ways you can process materials using andesite-based machinery; namely, \u00266compacting, pressing, and mixing\u0026r You\u0027ll need to find some way to capture a fire elemental if you want to expand your repertoire, though; \u0026bmaybe mana can help you somehow?\u0026r", + "ftbquests.chapter.the_color_green.quest30.title": "Mechanical Crafting", + "ftbquests.chapter.the_color_green.quest31.description1": "By blowing air through certain things, you can blast, smoke, wash, or \u00266haunt\u0026r items. This means you have access to essentially free bulk smelting!", + "ftbquests.chapter.the_color_green.quest31.description2": "More importantly, though - now that you can haunt items, you can make \u00266blackstone\u0026r by \u00266haunting\u0026r cobblestone, a crucial component of the \u00266Reformation Array.\u0026r", + "ftbquests.chapter.the_color_green.quest31.title": "Moving Air", + "ftbquests.chapter.the_color_green.quest32.description1": "Alchemical reformation is the process of \u00266turning one alchemical sulfur into another\u0026r - initially, you\u0027ll only be able to convert sulfurs of the \u00266same tier and type\u0026r to each other \u00266(like iron sulfur into lead sulfur!) \u0026r", + "ftbquests.chapter.the_color_green.quest32.description2": "To set up the reformation array, place down the target, source, and result pedestals somewhat near each other. Hold the sulfuric flux emitter and right click each pedestal, then place it on the mercury catalyst. ", + "ftbquests.chapter.the_color_green.quest32.description3": "Put mercury in the mercury catalyst, the target sulfur in the target pedestal, and the sulfur to convert in the source pedestal. Give it a moment, and you\u0027ll start converting the source sulfur into the target sulfur!", + "ftbquests.chapter.the_color_green.quest32.title": "Alchemical Reformation", + "ftbquests.chapter.the_color_green.quest33.description1": "A mechanical pump is capable of pumping liquids in the world into pipes when given mechanical power - \u00266it is much faster than the ember-fueled one!", + "ftbquests.chapter.the_color_green.quest34.description1": "The \u00266Rod of the Lands\u0026r can corporealize a tiny portion of mana into a full dirt block!", + "ftbquests.chapter.the_color_green.quest34.title": "(almost) Free Dirt", + "ftbquests.chapter.the_color_green.quest35.description1": "Carrying mana around with you enables you to use a plethora of bits and baubles. To transfer mana from a pool into the tablet, make sure the pool is on \u0027charge\u0027 mode by hovering over it with a wand of the forest.", + "ftbquests.chapter.the_color_green.quest35.title": "Portable Mana", + "ftbquests.chapter.the_color_green.quest36.description1": "Turn your mana tablet into a ring to store mana on-the-go \u00266without taking up an inventory slot!\u0026r", + "ftbquests.chapter.the_color_green.quest37.description1": "By attaching a mana rune to a manasteel ring, you can (VERY slowly) pull ambient mana into a mana storage device on your person, \u00266for free!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description1": "Distilling blaze powder and gunpowder together in a Distillery will grant you access to \u00266glowstone!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description2": "Getting \u00266redstone\u0026r is similar, using cinder flour in place of gunpowder.", + "ftbquests.chapter.the_color_green.quest38.description3": "\u00267Tip: you can also make glowstone and redstone with strength and night vision potions - it\u0027s up to you whether you want to take the Enchanted or Create route for these!\u0026r", + "ftbquests.chapter.the_color_green.quest38.title": "Useful Dusts", + "ftbquests.chapter.the_color_green.quest39.description1": "Once you have a pump, you can create a \u00266Spout\u0026r to dispense liquid onto items - this is a possible way to make \u00266glowstone or redstone,\u0026r if you\u0027re willing to set up the infrastructure.", + "ftbquests.chapter.the_color_green.quest4.description1": "The \u00266Pure Daisy\u0026r can, as its name implies, purify nearby objects. The most important things you should start with are \u00266logs and stone,\u0026r but there are a few other things you can purify as well!", + "ftbquests.chapter.the_color_green.quest4.description2": "Simply place the petal apothecary down, fill it with water, then toss in the petals and finally a seed!", + "ftbquests.chapter.the_color_green.quest4.description3": "\u00267Tip: check the usages of the Pure Daisy to see what else it can transform.", + "ftbquests.chapter.the_color_green.quest4.title": "Pure Daisy", + "ftbquests.chapter.the_color_green.quest40.description1": "The \u00266Alchemy Catalyst\u0026r allows you to use the power of mana to transmute a wide variety of items. Place it under a mana pool to start alchemizing!", + "ftbquests.chapter.the_color_green.quest40.description2": "You\u0027ll be able to convert flowers into other flowers, stone variants into other stone variants, flint into gunpowder (and vice versa), and ghast tears into ender pearls!", + "ftbquests.chapter.the_color_green.quest40.description3": "\u00266Notably, it lets you turn flax into feathers, necessary for tokens of fear.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description1": "The \u00266transmutation catalyst\u0026r modifies the natural altar to convert items into other items using Aura. Similar to the crumbling catalyst, it must be placed \u00266atop one of the four lower gold blocks of the altar.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description2": "The most immediately useful transmutation is that of \u00266sand into soul sand,\u0026r which will allow you to haunt things using the encased fan, as well as grow nether wart!", + "ftbquests.chapter.the_color_green.quest41.description3": "You can also convert netherrack into crimson and warped nylium.", + "ftbquests.chapter.the_color_green.quest42.description1": "The \u00266Millstone\u0026r can crush cobble into gravel, bones into bone meal, and a variety of plants into their respective dyes at a much higher rate of return.", + "ftbquests.chapter.the_color_green.quest43.description1": "The \u00266Codebreaking Slate\u0026r is very handy - you can put multiple pieces of alchemical waste into it and it will show you how many aspectus/item combinations you got right! It will also show you how many correct aspectii you have placed with the wrong items.", + "ftbquests.chapter.the_color_green.quest44.description1": "Your first \u00266archaic brick\u0026r can be made by infusing a regular brick with tainted gold and infused iron. Once you have one, you can use it to make more by simply infusing it with \u00266more clay and soul sand.\u0026r", + "ftbquests.chapter.the_color_green.quest45.description1": "The \u00266Mnemonic Inscriber\u0026r, when attached to an Exchange Tablet and given paper, will automatically write down the correct combination of aspectii for a given transmutation when you successfully complete one.", + "ftbquests.chapter.the_color_green.quest46.description1": "You can convert between sulfurs of the same type and rarity using the reformation array, but if you want to convert between different types (and the same rarity), you\u0027ll want to make \u00266Alchemical Niter\u0026r in a \u00266Fermentation Vat.\u0026r", + "ftbquests.chapter.the_color_green.quest46.description2": "Place \u00266water, sugar, and the sulfur\u0026r you want to ferment into the vat, then \u00266shift-right-click it to close it\u0026r and start the fermentation process. Once the barrel opens again, your fermentation is done, and you can take out your shiny new Niter!", + "ftbquests.chapter.the_color_green.quest46.description3": "Alchemical Niter can be converted in the \u00266Reformation Array\u0026r similar to how you convert sulfur - note, however, that depending on what type you\u0027re converting to, you will produce or require \u00266more than one niter!\u0026r", + "ftbquests.chapter.the_color_green.quest46.title": "Alchemical Conversion", + "ftbquests.chapter.the_color_green.quest47.description1": "The \u00266digestion vat\u0026r lets you \u00266convert sulfurs between rarities!\u0026r Place some niter and sal ammoniac (and if you\u0027re converting up, some alchemically pure gold) into it, and shift-right-click the vat to start the process! \u00266Four of the previous tier converts into one of the next tier, and vice versa.\u0026r", + "ftbquests.chapter.the_color_green.quest47.description2": "This (in combination with the fermentation vat) allows you to convert iron sulfur into common metal niter, down into four abundant metal niter, into four copper sulfur - that\u0027s \u00266FOUR copper per iron!\u0026r", + "ftbquests.chapter.the_color_green.quest47.description3": "This is a metal loop you could try automating...", + "ftbquests.chapter.the_color_green.quest47.description4": "\u00267Tip: you can start and stop the vats using a redstone signal!\u0026r", + "ftbquests.chapter.the_color_green.quest47.title": "Alchemical Exaltation", + "ftbquests.chapter.the_color_green.quest48.description1": "The \u00266Offering Table\u0026r is a special altar that will allow you to convert items into special empowered versions of themselves, most notably tokens and nature-infused ingots.", + "ftbquests.chapter.the_color_green.quest48.description2": "To use it, simply place whatever you want to infuse into it by right-clicking, then throw a \u00266Spirit of Calling\u0026r onto the altar to activate it.", + "ftbquests.chapter.the_color_green.quest48.description3": "\u00267Tip: You can convert more than one item at a time, using only one spirit of calling!\u0026r", + "ftbquests.chapter.the_color_green.quest48.description4": "\u00267Tip 2: this is a multiblock! Check your Book of Natural Aura to see how to build it.", + "ftbquests.chapter.the_color_green.quest49.description1": "You can capture a summoned blaze into a magicked cage. This cage, when placed under a basin, will let you brew potions more efficiently than a brewing stand.", + "ftbquests.chapter.the_color_green.quest5.description1": "Combining the nature-infused iron and some metaphysical heat and structure (courtesy of \u00266nether bricks\u0026r and a \u00266spruce sapling,\u0026r respectively), you can rearrange the latent potential of the metal to turn it into lead!", + "ftbquests.chapter.the_color_green.quest5.description2": "Vastly useful in a variety of mechanical applications, lead is a great first step to leveraging either \u00266raw mechanical power\u0026r or \u00266Ember\u0026r in your pursuits.", + "ftbquests.chapter.the_color_green.quest5.description3": "\u00267Tip: the ancient codex is a little confusing at first, but it will guide you through the Embers mod! Start at Natural Energy, right click entries to mark them as read, and make sure you \u0026lREAD CAREFULLY!", + "ftbquests.chapter.the_color_green.quest5.description4": "\u00267Tip 2: you can use Theurgy to triple ingot output from raw ores!", + "ftbquests.chapter.the_color_green.quest50.description1": "This is it. Using the power of the \u00266Offering Altar,\u0026r and some magically significant materials, you can create the basis of real, sentient life - chicken eggs.", + "ftbquests.chapter.the_color_green.quest50.subtitle": "Well, debatably", + "ftbquests.chapter.the_color_green.quest50.title": "Sentient Life", + "ftbquests.chapter.the_color_green.quest51.description1": "With runes, there are a few other options you have for generating mana:", + "ftbquests.chapter.the_color_green.quest51.description2": "* A \u00266Thermalily\u0026r generates bursts of mana using lava, but will consume lava for no gain if you give it lava too often", + "ftbquests.chapter.the_color_green.quest51.description3": "* An \u00266Entropinnyum\u0026r consumes TNT explosions (and is one of the best generating flowers in the game), but too often and it\u0027ll just blow itself up", + "ftbquests.chapter.the_color_green.quest51.description4": "* A \u00266Munchdew\u0026r consumes leaves, but does not drop saplings.", + "ftbquests.chapter.the_color_green.quest51.description5": "\u00267Tip: some flowers will generate too much mana for a basic spreader! You can use potency and velocity lenses to stretch this, but eventually, you\u0027ll need better spreaders...\u0026r", + "ftbquests.chapter.the_color_green.quest51.title": "Alternative Mana Sources", + "ftbquests.chapter.the_color_green.quest52.description1": "Now that you can turn sulfurs into other sulfurs, you can manually reconstitute \u00266silver sulfur\u0026r and use the \u00266Reformation Array\u0026r to turn gold sulfur into silver sulfur without having to re-make the sulfur over and over again!", + "ftbquests.chapter.the_color_green.quest52.description2": "\u00267Tip: sulfur sulfur sulfur sulfur\u0026r", + "ftbquests.chapter.the_color_green.quest52.title": "Moon Metal", + "ftbquests.chapter.the_color_green.quest53.description1": "The \u00266Wildfire Core\u0026r is a key piece of some advanced dwarven machinery.", + "ftbquests.chapter.the_color_green.quest54.description1": "The \u00266Wildfire Stirling,\u0026r when attached to machines and supplied with steam, increases the efficiency of their ember usage.", + "ftbquests.chapter.the_color_green.quest54.description2": "The first one cuts usage in half, the second one halves it again, and any more decrease the efficiency.", + "ftbquests.chapter.the_color_green.quest55.description1": "The \u00266Ignem Reactor\u0026r is the ultimate solution to high ember requirements - when placed between a \u00266Catalysis\u0026r and \u00266Combustion Chamber,\u0026r it refines ember at a MUCH higher rate than the Ember Activator; up to \u002669x more ember\u0026r per crystal item.", + "ftbquests.chapter.the_color_green.quest55.description2": "\u00267Tip: the Catalysis and Combustion Chambers need fuel to operate, check JEI for their fuels and multipliers.", + "ftbquests.chapter.the_color_green.quest55.title": "Ignem Reactor", + "ftbquests.chapter.the_color_green.quest56.description1": "With the power of alchemy, you can turn a charged attuned stone into a seed capable of turning ember into pure metal! These crystal seeds, when powered with an \u00266Ember Injector,\u0026r will slowly grow and drop metal nuggets.", + "ftbquests.chapter.the_color_green.quest56.description2": "Not every metal can be turned into these seeds, but you have figured out that you can actually \u00266obtain Zinc\u0026r through this alchemical process!", + "ftbquests.chapter.the_color_green.quest56.description3": "\u00267Tip: crystals will slowly level up and drop more and more metal. Moving them resets their level, though!", + "ftbquests.chapter.the_color_green.quest56.subtitle": "Zinc! (and others)", + "ftbquests.chapter.the_color_green.quest56.task_414198583111126714.title": "Any Metal Crystal Seed", + "ftbquests.chapter.the_color_green.quest56.title": "Metal Crystal Seeds", + "ftbquests.chapter.the_color_green.quest57.description1": "With Dawnstone, you can craft ember transferral devices that can handle much more throughput.", + "ftbquests.chapter.the_color_green.quest57.title": "High Volume Ember Transfer", + "ftbquests.chapter.the_color_green.quest58.description1": "Now that you have zinc, you can alloy it with copper to create brass! This is useful almost exclusively for \u00266mechanical contraptions.\u0026r", + "ftbquests.chapter.the_color_green.quest58.description2": "\u00266Electron Tubes\u0026r are also an important step to making more complicated contraptions. ", + "ftbquests.chapter.the_color_green.quest58.description3": "\u00266Rose Quartz\u0026r can be made in a heated basin, combining glowstone and redstone in a sal ammoniac bath.", + "ftbquests.chapter.the_color_green.quest58.title": "Advanced Contraptions", + "ftbquests.chapter.the_color_green.quest59.description1": "Packages and their associated transport items open up a huge amount of logistical freedom.", + "ftbquests.chapter.the_color_green.quest59.description2": "\u00267Tip: for more information, hover these items and hold W to ponder!", + "ftbquests.chapter.the_color_green.quest59.title": "Mechanical Logistics", + "ftbquests.chapter.the_color_green.quest6.description1": "\u00266Ember\u0026r is the lifeblood of the world. Despite whatever happened, there is still virtually infinite Ember available deep underground - you just need to make a machine that can mine it. ", + "ftbquests.chapter.the_color_green.quest6.description2": "Enter the \u00266Ember Bore\u0026r - place it on bedrock, add a \u00266Mechanical Core\u0026r above it so you can pipe things in and out of it, and give it some fuel! It\u0027ll start digging up that sweet, sweet Ember.", + "ftbquests.chapter.the_color_green.quest6.description3": "\u00267Tip: the Mechanical Core acts as an extension for most Embers multiblocks! You can transfer items, fluid, and ember in and out of the core as if it was a part of the block it is attached to.", + "ftbquests.chapter.the_color_green.quest6.description4": "\u00267Tip 2: USE YOUR MECHANICAL LENS! It\u0027s EXTREMELY helpful for figuring out how Ember\u0027s machines work.", + "ftbquests.chapter.the_color_green.quest6.title": "Drilling for Ember", + "ftbquests.chapter.the_color_green.quest60.description1": "With access to brass and electron tubes, you can make a Mechanical Crafter. These, in combination with \u00266factory gauges\u0026r and \u00266package logistics,\u0026r allow you to set up automatic stocking and crafting of items!", + "ftbquests.chapter.the_color_green.quest60.title": "Autocrafting", + "ftbquests.chapter.the_color_green.quest61.description1": "You can fortify infused iron with prosperity shards to create a basic \u00266prosperity ingot,\u0026r ready to augment with agricultural essence.", + "ftbquests.chapter.the_color_green.quest61.description2": "One of the best uses of this ingot is to make a better watering can.", + "ftbquests.chapter.the_color_green.quest61.title": "Better Watering", + "ftbquests.chapter.the_color_green.quest62.description1": "With empowered tokens, you can craft the \u00266Creational Catalyst\u0026r - this removes the innate limit on most aura producing blocks, and lets you overcharge the local area with Aura.", + "ftbquests.chapter.the_color_green.quest62.description2": "\u00267Tip: aureareaurearuea", + "ftbquests.chapter.the_color_green.quest63.description1": "You\u0027ve felt a strange tingling on your skin ever since you woke up - you think this might be a manifestation of \u00266Aura,\u0026r a natural phenomenon that you might be able to further harness.", + "ftbquests.chapter.the_color_green.quest63.description2": "To get started, craft a \u00266Bottle and Cork\u0026r and \u00266right click the air\u0026r to gather some Aura for further study.", + "ftbquests.chapter.the_color_green.quest63.title": "Bottling Sunlight", + "ftbquests.chapter.the_color_green.quest64.description1": "The \u00266Mana Blaster\u0026r is a portable mana spreader that you can fire at will, using mana from a storage device on your person. You can also attach lenses to it, to use their special properties!", + "ftbquests.chapter.the_color_green.quest65.description1": "\u00266Mana Lenses\u0026r can change the properties of a mana burst fired from a spreader. They can increase the color, potency, speed, and even make the burst go \u00266through blocks\u0026r or \u00266break them\u0026r altogether! Read your \u00266Lexica Botania\u0026r for more details.", + "ftbquests.chapter.the_color_green.quest65.description2": "\u00267Tip: the weight lens makes blocks a mana burst hits fall - you can exploit this property to get blocks that normally need silk touch by having them fall onto something like a torch!", + "ftbquests.chapter.the_color_green.quest66.description1": "Now that you have\u00266 Ember\u0026r, what can you do with it?", + "ftbquests.chapter.the_color_green.quest66.description2": "One useful item is the \u00266Hearth Coil\u0026r - when provided with Ember, it can be used as a VERY fast furnace.", + "ftbquests.chapter.the_color_green.quest67.description1": "With \u00266Dawnstone\u0026r comes a better way of activating ember - the \u00266Pressure Refinery.\u0026r", + "ftbquests.chapter.the_color_green.quest67.description2": "It \u00264requires water\u0026r as well, but can boost your ember production up to \u002661.5x the value\u0026r of a plain activator.", + "ftbquests.chapter.the_color_green.quest67.description3": "Additionally, if placed atop a metal block surrounded by lava or fire it can double that, getting up to \u002663x the value\u0026r of crystalline ember! ", + "ftbquests.chapter.the_color_green.quest68.description1": "The \u00266Beam Splitter\u0026r allows you to, well, split beams. Ember sent into it will be divided into two bursts sent out from either end.", + "ftbquests.chapter.the_color_green.quest68.description2": "The \u00266Crystal Cell\u0026r is a much higher capacity way to store Ember - piping more crystalline ember into it will \u00266increase its storage limit.\u0026r", + "ftbquests.chapter.the_color_green.quest68.title": "Advanced Ember Logistics", + "ftbquests.chapter.the_color_green.quest69.description1": "With the acquisition of Dawnstone, you can make a special chamber to manipulate elemental mercury into a source of energy. ", + "ftbquests.chapter.the_color_green.quest69.description2": "The \u00266Mercury Catalyst\u0026r can convert mercury into Mercury Flux (MF) which, in combination with a \u00266Caloric Flux Emitter\u0026r, can be used to power alchemical devices that would normally need a pyromantic brazier underneath them!", + "ftbquests.chapter.the_color_green.quest69.description3": "\u00267Tip: one mercury shard produces as much energy as one piece of charcoal!", + "ftbquests.chapter.the_color_green.quest69.title": "Mercurial Power", + "ftbquests.chapter.the_color_green.quest7.description1": "The combination of brilliant fiber and nether bricks is superficially similar to the weak gold ore deposits you remember existing in the Nether. They\u0027re so similar, in fact, that \u00266a Pure Daisy will convert Golden Nether Bricks into Nether Gold Ore!\u0026r", + "ftbquests.chapter.the_color_green.quest7.description2": "\u00267Tip: there is a better way to make brilliant fiber, but you\u0027ll need to get blaze powder somehow... ", + "ftbquests.chapter.the_color_green.quest7.title": "Gold", + "ftbquests.chapter.the_color_green.quest70.description1": "With high enough aura in an area, \u00266dried earth will slowly convert to dirt!\u0026r", + "ftbquests.chapter.the_color_green.quest70.description2": "If you want to stop this effect from happening, \u00266Powder of Dried Stasis\u0026r will prevent the conversion of dried earth to dirt in the area it\u0027s placed in.", + "ftbquests.chapter.the_color_green.quest70.subtitle": "pseudo-terraforming", + "ftbquests.chapter.the_color_green.quest70.title": "Regrowth?", + "ftbquests.chapter.the_color_green.quest71.description1": "The \u00266Bin\u0026r is a fantastic block that automatically collects the outputs of various dwarven machinery.", + "ftbquests.chapter.the_color_green.quest71.description2": "Simply attach it to the \u00266bottom\u0026r of a machine (like, say, the stamper base) and it\u0027ll fill up with products.", + "ftbquests.chapter.the_color_green.quest72.description1": "With an imitation blaze head and a couple of real magical reagents, you can \u00266summon a real blaze!\u0026r", + "ftbquests.chapter.the_color_green.quest72.description2": "This summoned blaze always drops at least 3 blaze rods. ", + "ftbquests.chapter.the_color_green.quest72.description3": "\u00267Tip: the ritual to summon the blaze is described in the Reclamation Rituals book.\u0026r", + "ftbquests.chapter.the_color_green.quest72.title": "Real Blazes", + "ftbquests.chapter.the_color_green.quest8.description1": "The \u00266Pure Daisy\u0026r is able to turn mundane stone and logs into much more naturally-aligned versions of themselves.", + "ftbquests.chapter.the_color_green.quest8.title": "Living Materials", + "ftbquests.chapter.the_color_green.quest9.description1": "You can use a bucket to \u00266strategically place lava and water\u0026r to make a nether portal frame. It\u0027s not ideal, but it\u0027s definitely easier than trying to mine obsidian with an iron pickaxe!", + "ftbquests.chapter.the_color_green.quest9.description2": "Similar to the overworld, the nether is bare of ores and even more devoid of life - \u00264there are zero spawns there, and only one biome.", + "ftbquests.chapter.the_color_green.quest9.description3": "\u00267Tip: you can also make obsidian on the natural altar - but be warned, it\u0027s pretty costly aura-wise!", + "ftbquests.chapter.the_color_green.quest9.task_4075772383648127092.title": "Visit the Nether", + "ftbquests.chapter.the_color_green.quest9.title": "The Nether", + "ftbquests.chapter.the_color_green.title": "Touching Grass", + "ftbquests.chapter.the_hunt_for_grass.quest1.description1": "Now that you have dirt, your next step is to turn it into grass, so that you can start bringing a little bit of green into the world.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description1": "Plants in Agricraft are diploid organisms - essentially, every plant has two sets of attributes: active and inactive (or dominant and recessive). \u00266The active trait is the one that actually affects the plant,\u0026r but the inactive trait comes into play when breeding plants together. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description2": "When a crossbreed occurs, each plant \u00266adjacent\u0026r to the crossbreed crop sticks has a \u00266chance\u0026r depending on its \u00266fertility\u0026r to count as a parent. If there\u0027s only one parent selected, the resulting plant is a clone. If more than one parent is selected, each has a chance to pass on one half of its genes to the resulting plant.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description3": "For example, if you bred a plant with gain of 3-2 with a plant who\u0027s gain is 4-2, it would result in a plant with a gain stat of either 4-3, 4-2, 3-2, or 2-2. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description4": "To figure out what the possibilities are for two parent plants, you can use a punnett square:", + "ftbquests.chapter.the_hunt_for_grass.quest10.description5": "Each square has an equal chance of getting chosen - additionally, there is a small chance for a mutation to occur; whether this mutation is beneficial or not depends on each parent\u0027s \u00266mutativity stat.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest10.image0": "{image:reclamation:textures/quests/punnett.png width:150 height:150 align:center}", + "ftbquests.chapter.the_hunt_for_grass.quest10.task_2773659192565899586.title": "What the heck are these numbers?", + "ftbquests.chapter.the_hunt_for_grass.quest10.title": "How do I get better stats?", + "ftbquests.chapter.the_hunt_for_grass.quest11.description1": "Each plant has five stats, when planted on crop sticks. You can see these stats by crouching and looking at the plant, or using a magnifying glass. The stats affect a variety of things:", + "ftbquests.chapter.the_hunt_for_grass.quest11.description2": "\u00266Fertility\u0026r is how likely a plant is to get chosen as a parent for cross-breeding.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description3": "\u00266Gain\u0026r increases how much a plant will produce when harvested.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description4": "\u00266Growth\u0026r affects the speed a plant grows at.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description5": "\u00266Mutativity\u0026r raises the chance for a cross-breed (when it occurs) to be beneficial.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description6": "\u00266Strength\u0026r broadens the possible growing conditions for a plant - for example, cactus can always grow on sand, but with a strength of 10, it can grow on normal farmland!", + "ftbquests.chapter.the_hunt_for_grass.quest11.subtitle": "What do they mean?", + "ftbquests.chapter.the_hunt_for_grass.quest11.task_7047347176409476035.title": "Read", + "ftbquests.chapter.the_hunt_for_grass.quest11.title": "The numbers, Mason!", + "ftbquests.chapter.the_hunt_for_grass.quest12.description1": "That was A LOT of info - what it boils down to is higher numbers \u003d better, breed higher statted plants together to get better plants, use bonemeal on cross sticks to speed up the crossbreeding process. ", + "ftbquests.chapter.the_hunt_for_grass.quest12.description2": "If your plant is not growing, look at it while crouching - it might need a different type of soil.", + "ftbquests.chapter.the_hunt_for_grass.quest12.description3": "\u00267Tip: getting your first beneficial mutation \u00264will be slow,\u00267 but you can speed it up by \u00266planting crops in a plus shape,\u00267 with the cross sticks in the middle! This means each potential crossbreed has \u00266four\u00267 chances to pick parents, instead of \u00264just two.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest12.subtitle": "English, poindexter?", + "ftbquests.chapter.the_hunt_for_grass.quest12.task_7762997780188473985.title": "WAY too complicated", + "ftbquests.chapter.the_hunt_for_grass.quest12.title": "That was a lot...", + "ftbquests.chapter.the_hunt_for_grass.quest13.description1": "Now that you have a way to grow and breed plants, you should get started on broadening your base of food. Either \u00266breed the plants you have\u0026r into the two other staple crops from the old world, or \u00266find them on the mutated inhabitants\u0026r of the new.", + "ftbquests.chapter.the_hunt_for_grass.quest13.description2": "\u00267Tip: to find mutations, look up the recipe for the seed of the plant in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.description3": "\u00267Tip 2: to see what conditions a seed needs to grow (including what blocks it can grow on), check the uses of the seed in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.title": "Edible Plants", + "ftbquests.chapter.the_hunt_for_grass.quest14.description1": "At some point, you\u0027re going to run out of ruins. Thankfully, there is a special kind of flower called the \u00266Cuprosia \u0026ryou can breed that can harvest \u00266trace amounts of copper from the water.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest14.description2": "\u00267Tip: the flower will only grow in a waterlogged crop. If you successfully crossbreed the Cuprosia but the crop stick it\u0027s on is not waterlogged, \u00264it will not grow. \u00267Additionally, it can \u00264only grow on gravel\u00267 at strength 1.", + "ftbquests.chapter.the_hunt_for_grass.quest14.description3": "\u00267Tip 2: plant species can be recessive! Use your magnifying glass.", + "ftbquests.chapter.the_hunt_for_grass.quest14.title": "Growing copper?", + "ftbquests.chapter.the_hunt_for_grass.quest15.description1": "Now you have to find a way to turn the nascent life energy within the tree into some form of grass. There was a ritual you remember that was able to condense said energy into a special seed...", + "ftbquests.chapter.the_hunt_for_grass.quest15.description2": "Witchcraft can help you here - brew up some \u00266brilliant fiber,\u0026r apply it to some tree leaves, and watch it \u00266spread!\u0026r Once you have enough, break the leaves - the gilded leaves you\u0027ll get will be able to crush into a \u00266fine gold dust,\u0026r perfect for this ritual.", + "ftbquests.chapter.the_hunt_for_grass.quest15.title": "Gold Leaf", + "ftbquests.chapter.the_hunt_for_grass.quest16.description1": "Now that you have a way to conduct the ritual, you can create a \u00266Pasture Seed,\u0026r which will let you finally \u00266bring back grass to the world!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest16.description2": "\u00267To find out how to actually do the ritual, check how to do a Ritual of the Forest in your Book of Natural Aura.", + "ftbquests.chapter.the_hunt_for_grass.quest16.title": "Ritual of the Forest", + "ftbquests.chapter.the_hunt_for_grass.quest17.description1": "The \u00266Witch\u0027s Oven\u0026r can be used to distill saplings into \u00266special magic fumes,\u0026r which are especially potent in a variety of magical rites.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description1": "Using some sapling fumes and some plantlife, you can create \u00266Pasture Seeds\u0026r - special seeds that will place an \u00266area of grass\u0026r on nearby dirt.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description2": "\u00267Tip: due to a bug in the mod, watering cans will not work to start the ritual of the forest!", + "ftbquests.chapter.the_hunt_for_grass.quest18.subtitle": "Not as green as I\u0027d like...", + "ftbquests.chapter.the_hunt_for_grass.quest18.title": "Grass!", + "ftbquests.chapter.the_hunt_for_grass.quest19.description1": "The composter can turn \u00266extra seeds and crops into bonemeal!\u0026r No more hunting skeletons in the middle of the night.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description1": "Even through the lack of nutrients in the soil, some especially-tough tufts of grass have held on. Some even have \u00266seeds that you can find\u0026r and try to coax to life.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description2": "Some of these seem \u00266especially magical\u0026r - you wonder if you could use them in any way...", + "ftbquests.chapter.the_hunt_for_grass.quest2.description3": "\u00267Tip: you\u0027ll probably only want to harvest mandrake at night until you get its strength up!", + "ftbquests.chapter.the_hunt_for_grass.quest2.title": "Seeds", + "ftbquests.chapter.the_hunt_for_grass.quest20.description1": "You can get straw rarely by cutting grass with a \u00266knife.\u0026r Use it to make leads, ropes, and building blocks!", + "ftbquests.chapter.the_hunt_for_grass.quest20.task_1283594596619655186.title": "Any Knife", + "ftbquests.chapter.the_hunt_for_grass.quest20.title": "Straw", + "ftbquests.chapter.the_hunt_for_grass.quest21.description1": "You can turn bonemeal, dirt, and some organic material into \u00266organic compost.\u0026r When placed down, the compost will\u00266 turn into rich soil \u0026rafter a while (sped up by sunlight, water, and proximity to other rich soil or mushrooms), which grows most crops \u00266faster than regular farmland!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest21.title": "Rich Farmland", + "ftbquests.chapter.the_hunt_for_grass.quest22.description1": "Now that you have access to iron, you can make a \u00266watering can.\u0026r Higher-tier versions exist and are much better, but the basic version can still speed up the growth of crops.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description1": "This pack contains \u00266Via Romana\u0026r, a sign-based fast travel system. In order to fast travel using signs, you must first \u00266build a path and traverse it\u0026r before you can teleport across it. ", + "ftbquests.chapter.the_hunt_for_grass.quest23.description2": "\u00266Shift-left-click\u0026r on a sign at the start of your path, then \u00266shift-left-click\u0026r on a sign at the end of your path. Once you start pathing from one sign to the other, you need to follow a player-made path. If you deviate, you\u0027ll \u0026cstop\u0026r building the fast travel route and have to backtrack.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description3": "Once linked, just punch the sign and you\u0027ll fast travel!", + "ftbquests.chapter.the_hunt_for_grass.quest23.description4": "\u00267Tip: to see what blocks count as path blocks, search \u00262#via_romana:path_block\u00267 in your recipe viewer.", + "ftbquests.chapter.the_hunt_for_grass.quest23.task_5888718684745127233.title": "Any Warpable Sign", + "ftbquests.chapter.the_hunt_for_grass.quest23.title": "Signpost Travel", + "ftbquests.chapter.the_hunt_for_grass.quest24.description1": "\u00266Fume Funnels,\u0026r when placed next to a Witch\u0027s Oven, raise the chance of getting fumes from items.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description1": "Tired of hearing those godforsaken \u00266mandrakes\u0026r shriek? Make some \u00266earmuffs!\u0026r They\u0027ll protect you from getting your ears blown out by their piercing scream.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description2": "\u00267Tip: the higher the strength stat on mandrake is, the less likely they are to wake up.", + "ftbquests.chapter.the_hunt_for_grass.quest25.title": "OSHA Approved", + "ftbquests.chapter.the_hunt_for_grass.quest26.description1": "With the re-introduction of actual saplings to the world, you might want to make slightly better tools than the basic pickaxe and axe you\u0027re used to.", + "ftbquests.chapter.the_hunt_for_grass.quest26.description2": "The \u00266Hammer, Excavator, and Broadaxe\u0026r can break blocks in a \u002663x3 area\u0026r (and the broadaxe breaks in \u002663x3x3!\u0026r), making terraforming and general resource collection much easier.", + "ftbquests.chapter.the_hunt_for_grass.quest26.task_4941645910113139201.title": "Any AOE Tool", + "ftbquests.chapter.the_hunt_for_grass.quest3.description1": "Unless you get lucky and find an ingot or two among the husks, you\u0027ll need some way to make iron ingots. ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description2": "Luckily, one of those plants you found has a rudimentary circulatory system, which has enough thematic overlap with actual hemoglobin that you can use it to precipitate hemoglobic fluid...", + "ftbquests.chapter.the_hunt_for_grass.quest3.description3": "Basically, you found a \u00266plant that grows blood\u0026r and you\u0027re gonna \u00266make iron out of it\u0026r by putting it into a \u00266Sal Ammoniac Accumulator above a Fluid Vessel.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description4": "\u00267Note: A Sal Ammoniac tank is meant only for sal ammoniac, so you \u0026oneed\u0026r\u00267 to place the \u0026lfluid vessel\u0026r\u00267 below it.", + "ftbquests.chapter.the_hunt_for_grass.quest3.title": "Hemoglobic Fluid", + "ftbquests.chapter.the_hunt_for_grass.quest4.description1": "Now that you have your hemoglobic fluid, you can \u00266use it as a solvent in your Liquefaction Cauldron to liquify copper\u0026r - the iron in the fluid will transform the copper sulfur into \u00266Iron Alchemical Sulfur.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.description2": "You\u0027ll also need some \u00266Mineral Alchemical Salt\u0026r - you can get this by \u00266calcifying charcoal,\u0026r or re-calcifying \u00266a large amount of Strata salt.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.title": "Salt and Sulfur", + "ftbquests.chapter.the_hunt_for_grass.quest5.description1": "You\u0027re almost there! Just throw the \u00266Iron Alchemical Sulfur, Mineral Alchemical Salt, \u0026rand\u00266 Alchemical Mercury\u0026r into the \u00266Incubator, \u0026rand you\u0027ll have iron!", + "ftbquests.chapter.the_hunt_for_grass.quest6.description1": "You can mash up the magical plants you\u0027ve found into something you\u0027re calling \u00266Anointing Paste.\u0026r You\u0027re pretty sure you can apply it to something, but what? ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description1": "Now that you have a bit of iron, you can make a cauldron and \u00266anoint\u0026r it to make a \u00266Witch\u0027s Cauldron\u0026r - a magically-insulated vessel for brewing all sorts of witchy goodness. ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description2": "Fill it with three buckets of water, place it over a campfire, and it\u0027ll start boiling!", + "ftbquests.chapter.the_hunt_for_grass.quest7.description3": "\u00267Tip: if your brew spoils (turns brown because you put items in out of order or incorrectly), you can use an empty bucket to empty the cauldron.", + "ftbquests.chapter.the_hunt_for_grass.quest7.task_2385086996515714487.title": "Anoint a Cauldron", + "ftbquests.chapter.the_hunt_for_grass.quest8.description1": "With a little bit of magic (and a reinforced witchy cauldron), you can make a \u00266potent mutagen\u0026r - potent enough to mutate those \u00266dead bushes\u0026r you\u0027ve been seeing around into \u00266actual saplings!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest8.subtitle": "Minor necromancy", + "ftbquests.chapter.the_hunt_for_grass.quest8.task_6488684102089578318.title": "Any Sapling", + "ftbquests.chapter.the_hunt_for_grass.quest8.title": "Saplings!", + "ftbquests.chapter.the_hunt_for_grass.quest9.description1": "The seeds you\u0027ve been finding have uniquely adapted themselves to their harsh environment. As a consequence, however, they\u0027ve become \u00264much less productive, focusing entirely on survival.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest9.description2": "You can try to selectively breed your meager collection of seeds together to make them \u00266grow faster\u0026r and \u00266produce more,\u0026r or even try \u00266cross-breeding them\u0026r to start bringing back extinct species of plant...", + "ftbquests.chapter.the_hunt_for_grass.quest9.description3": "To start, plant any seeds you have onto specially-prepared \u00266Crop Sticks.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.title": "A Whiff of Normal", + "ftbquests.chapter.the_sound_of_life.quest1.description1": "Debatably sentient life in the form of chickens! Even more importantly, these chickens will produce \u00266eggs,\u0026r the root of all fauna.", + "ftbquests.chapter.the_sound_of_life.quest1.title": "Sentient Life", + "ftbquests.chapter.the_sound_of_life.quest10.description1": "You can upgrade your blood altar by placing runes around it - your \u00266Sanguine Scientiem\u0026r can give you specifics. A tier 2 altar can create \u00266Reinforced Slates!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest10.description2": "Used for creating special runes that give your blood altar benefits, among other things, they are just that much more potent than a regular blank slate.", + "ftbquests.chapter.the_sound_of_life.quest10.title": "Tier 2 Slates", + "ftbquests.chapter.the_sound_of_life.quest11.description1": "A tier 3 altar can create \u00266Imbued Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.description2": "Even stronger than the reinforced version, they can make even better rune upgrades for your blood altar, as well as the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.title": "Tier 3 Slates", + "ftbquests.chapter.the_sound_of_life.quest12.description1": "The \u00266Alchemical Reaction Chamber\u0026r is capable of a great many things, but one of the most important is its ability to produce gems - \u00266diamond, lapis, and amethyst.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description1": "With access to gems, you can make a \u00266Tainted Blood Pendant,\u0026r which you can then infuse with \u00266Regeneration!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description2": "This makes poking yourself for life essence much more bearable...", + "ftbquests.chapter.the_sound_of_life.quest13.description3": "\u00267Tip: prismarine can be made either through Create\u0027s haunting or Nature\u0027s Aura\u0027s Natural Altar.", + "ftbquests.chapter.the_sound_of_life.quest14.description1": "Alchemizing with lifeforce provides the extra punch needed to transmute base materials into \u00266precious gems\u0026r using the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest14.description2": "\u00267Tip: once you\u0027ve made one of a specific kind of gem, you can use Theurgy to convert more materials into that gem\u0027s sulfur without having to go through the whole blood transmutation again!", + "ftbquests.chapter.the_sound_of_life.quest14.title": "Gems!", + "ftbquests.chapter.the_sound_of_life.quest15.description1": "A renewable source of gems would be much appreciated - thankfully, you can perform a \u00266special wiccan ritual\u0026r to turn a block of amethyst into its budding version.", + "ftbquests.chapter.the_sound_of_life.quest15.description2": "\u00267Tip: you can use blood magic\u0027s arcane ashes to draw a pentagram on your altar, giving it an addtional 1.5x boost to total power capacity!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest15.description3": "\u00267Tip 2: the instructions for this ritual can be found in your Reclamation Rituals book.", + "ftbquests.chapter.the_sound_of_life.quest16.description1": "Now that you have access to gems, you can start to manipulate \u00265Source, \u0026ranother type of magical energy you remember from before.", + "ftbquests.chapter.the_sound_of_life.quest16.description2": "To start, you\u0027ll want to turn lapis or amethyst shards into source gems using an \u00266Imbuement Chamber.\u0026r However, for an Imbuement Chamber, you\u0027ll need a special kind of wood. Because \u00265Source\u0026r is innately intertwined with \u00264Life Essence,\u0026r infusing an already magically-resonant tree with \u00264Life Essence\u0026r should produce a suitable sapling.", + "ftbquests.chapter.the_sound_of_life.quest16.description3": "\u00267Tip: you can convert between the four types of sapling using a mana pool!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest16.title": "Archwood", + "ftbquests.chapter.the_sound_of_life.quest17.description1": "With Archwood, you can now create \u00266Source Gems,\u0026r a perfect focusing medium for the arcane energies of \u00265Source.\u0026r Just toss some amethyst or lapis into an \u00266Imbuement Chamber!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest17.description2": "At first, you\u0027ll be slowly imbuing gems with the trace amounts present in the air, but once you get a way to generate \u00265Liquid Source,\u0026r you\u0027ll be converting gems in a flash!", + "ftbquests.chapter.the_sound_of_life.quest17.title": "Source Gems", + "ftbquests.chapter.the_sound_of_life.quest18.description1": "By offering an \u00266Imbued Slate\u0026r to the gods, you can convert mundane iron into the dense ingot of \u00266Osmium.\u0026r This metal is crucial to advanced mechanical applications.", + "ftbquests.chapter.the_sound_of_life.quest18.title": "Supermassive", + "ftbquests.chapter.the_sound_of_life.quest19.description1": "Now that you have a source of power, you\u0027ll want to start making real machinery. Your first step - a \u00266Metallurgic Infuser.\u0026r This machine can do a wide varity of things, but one of the most important is its ability to create \u00266steel,\u0026r another critical metal for your foray into technology.", + "ftbquests.chapter.the_sound_of_life.quest19.description2": "Infusing \u00266iron with coal,\u0026r while inefficient, is your only real way to make it - at least for now.", + "ftbquests.chapter.the_sound_of_life.quest19.title": "Steel", + "ftbquests.chapter.the_sound_of_life.quest2.description1": "Now that you have access to a breedable animal, you can utilize their excess vitalic energy to birth new creatures. ", + "ftbquests.chapter.the_sound_of_life.quest2.description2": "In an area with high Aura concentration, \u00266breeding mobs together\u0026r will generate \u00266Spirits of Birthing.\u0026r These spirits can be tossed alongside some other reagents onto an \u00266Altar of Birthing\u0026r to spawn new creatures.", + "ftbquests.chapter.the_sound_of_life.quest2.title": "Altar of Birthing", + "ftbquests.chapter.the_sound_of_life.quest20.description1": "The basis of every machine worth making, \u00266a Steel Casing \u0026ropens up limitless possibilities. ", + "ftbquests.chapter.the_sound_of_life.quest20.description2": "Almost quadrupling raw ore into ingots, turning plants into energy, or even fusion reactors all start with the humble steel casing.", + "ftbquests.chapter.the_sound_of_life.quest20.title": "Basic Machinery", + "ftbquests.chapter.the_sound_of_life.quest21.description1": "The \u00266Enrichment Chamber\u0026r can slightly boost the outputs of raw ores, clean blocks, and refine reagents for the \u00266Metallurgic Infuser,\u0026r creating enriched versions of items that are \u002668 times more efficient!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest22.description1": "Before you can do anything related to machinery, you\u0027ll need a source of power. Thankfully, \u0026bbotanic mana\u0026r is easily convertible to \u0026credstone flux.\u0026r Simply point a mana spreader at a \u00266Mana Fluxfield\u0026r and it\u0027ll output \u0026cRF\u0026r to any adjacent blocks.", + "ftbquests.chapter.the_sound_of_life.quest22.description2": "\u00267You can also use a heat generator, but it\u0027s VERY inefficient and (probably) not even worth making!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description1": "With the acquisition of lapis, you can now make the \u00266Terrestrial Agglomeration Plate,\u0026r a necessary step in your mastery of \u0026bbotanic mana.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description2": "Combining mana-infused versions of a diamond, an ender pearl, and iron (alongside a tremendous amount of mana) creates \u00266Terrasteel,\u0026r a unique alloy that is incredibly strong and mana conductive.", + "ftbquests.chapter.the_sound_of_life.quest23.description3": "\u00267Tip: use sparks instead of mana spreaders for a much faster mana transfer rate!", + "ftbquests.chapter.the_sound_of_life.quest23.title": "Terrasteel", + "ftbquests.chapter.the_sound_of_life.quest24.description1": "Steel allows you to make better pipes of all kinds, able to transport items, fluids, RF, chemicals, and even heat. These have a number of \u00266advantages over caminite-based alternatives,\u0026r mainly their lack of reliance on redstone and their upgradeability.", + "ftbquests.chapter.the_sound_of_life.quest24.task_1474346775141796701.title": "Any Basic Logistic Item", + "ftbquests.chapter.the_sound_of_life.quest24.title": "Advanced Logistics", + "ftbquests.chapter.the_sound_of_life.quest25.description1": "The \u00266Rotary Condensentrator\u0026r allows you to convert liquids to gases, and vice versa. This is useful for storage purposes, but it also allows you to aerate Life Essence!", + "ftbquests.chapter.the_sound_of_life.quest26.description1": "The \u00266Gas-Burning Generator\u0026r can produce a large amount of RF very quickly - it\u0027s a solid midrange option that will most likely carry your energy needs until you start making reactors.", + "ftbquests.chapter.the_sound_of_life.quest26.description2": "\u00266Aerated Essence \u0026ris relatively easy to produce, and can be burned to produce a solid amount of RF. It\u0027s macabre, but it works!", + "ftbquests.chapter.the_sound_of_life.quest27.description1": "\u00266Ethylene\u0026r is another gas you can burn in the gas-burning generator; even a small amount can be burned for a rather large amount of energy.", + "ftbquests.chapter.the_sound_of_life.quest27.description2": "\u00267Note: Ethylene burning has been nerfed in this pack! It\u0027s still useful, just not as absolutely game-breakingly energy dense as it normally is.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest27.title": "Ethylene", + "ftbquests.chapter.the_sound_of_life.quest28.description1": "Ethylene can be further mixed with Aerated Essence to produce Blooded Ethylene, a much more energy-dense gas that can burn for longer in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest28.title": "Blooded Ethylene", + "ftbquests.chapter.the_sound_of_life.quest29.description1": "The \u00266Crusher\u0026r is great for turning things into smaller, powdery versions of themselves. It\u0027s also great at turning plants into \u00266Bio Fuel!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest3.description1": "Blood magic is a pathway to many abilities some consider to be unnatural.", + "ftbquests.chapter.the_sound_of_life.quest3.description2": "To start, make a few \u00266soul snares\u0026r and \u00266throw them at monsters before killing them.\u0026r These snared monsters will drop \u00266demonic will\u0026r, which you\u0027ll need to get started!", + "ftbquests.chapter.the_sound_of_life.quest3.title": "Blood Magic", + "ftbquests.chapter.the_sound_of_life.quest30.description1": "\u00266Bio Fuel\u0026r can be turned directly into energy in the \u00266Bio-Generator,\u0026r or further refined into ethylene for burning in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest30.title": "Bio Fuel", + "ftbquests.chapter.the_sound_of_life.quest31.description1": "The \u00266Purification Chamber,\u0026r in combination with oxygen and some further processing, can double raw ore outputs.", + "ftbquests.chapter.the_sound_of_life.quest31.description2": "Ore clumps can be crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest31.description3": "\u00267Tip: gas upgrades can be placed into some machines to make them more efficient in their use of chemicals!", + "ftbquests.chapter.the_sound_of_life.quest32.description1": "The \u00266Chemical Dissolution Chamber\u0026r is the next step in your ore processing - with the chamber as a starting point and some hydrogen chloride, it can turn 3 ore into 8 shards, which eventually get processed into ingots.", + "ftbquests.chapter.the_sound_of_life.quest32.description2": "To make hydrogen chloride, you\u0027ll need a renewable source of chlorine. The \u00266Thermal Evaporation Tower Multiblock\u0026r can turn plain water into brine, which can then be electrolysed into chlorine.", + "ftbquests.chapter.the_sound_of_life.quest32.description3": "Shards need to be purified into clumps, crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.description1": "The final refinement to your ore refinement process: the \u00266Chemical Washer and Crystallizer\u0026r can wash and crystallize ore slurry, at a 3 raw ore to eventual 10 ingot ratio.", + "ftbquests.chapter.the_sound_of_life.quest33.description2": "You\u0027ll need sulfur for sulfuric acid, which you can make through judicious application of oxygen to charcoal.", + "ftbquests.chapter.the_sound_of_life.quest33.description3": "Dirty ore slurry needs to be washed into clean ore slurry, then crystallized into crystals, which then get thrown into the \u00266Chemical Injection Chamber\u0026r to get turned into shards, which purify into clumps, crush into dirty dust, enrich into clean dust, and then finally smelt into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.title": "REAL Ore Processing", + "ftbquests.chapter.the_sound_of_life.quest34.description1": "To make the next tier of altar, you\u0027ll need bloodstone bricks to cap the next set of pillars. However, these require blood shards to make; blood shards require \u00266tau fruit. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest34.description2": "Despite your best efforts, you can\u0027t breed tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest34.description3": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of Tau Fruit. Go forth, ", + "ftbquests.chapter.the_sound_of_life.quest34.title": "Blooded Rituals", + "ftbquests.chapter.the_sound_of_life.quest35.description1": "\u00266Blood Shards\u0026r are a very handy thing for someone of your talents to have around. Despite your best efforts, however, you can\u0027t breed the necessary tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest35.description2": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of tau fruit. ", + "ftbquests.chapter.the_sound_of_life.quest35.description3": "\u00267Tip: once you have some, planting tau fruit and having it grow while something is standing on it will eventually create a saturated tau.", + "ftbquests.chapter.the_sound_of_life.quest35.title": "Blood Shards", + "ftbquests.chapter.the_sound_of_life.quest36.description1": "With access to blood shards, you can finally make a tier 4 altar and\u00266 Demonic Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest36.description2": "Yet still stronger than Imbued Slates, these bad boys pack quite an essence-filled punch! You can use these for ritual paraphernalia as well as more altar upgrades.", + "ftbquests.chapter.the_sound_of_life.quest36.title": "Tier 4 Slates", + "ftbquests.chapter.the_sound_of_life.quest37.description1": "The \u00266Dusk\u0026r version of the \u00266Ritual Diviner\u0026r will allow you to perform even stronger rituals - chief among these being the \u00266Pathway to the Endless Realm.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.description2": "Once performed, you will be presented with a gate to the Demon Realm proper - a sprawling labyrinth of rooms which contain strong enemies, plentiful loot, and the curious ore known as \u00266Demonite.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.title": "Dusk Rituals", + "ftbquests.chapter.the_sound_of_life.quest38.description1": "\u00266Demonite\u0026r can be found rarely in the \u00266Demon Realm,\u0026r either as an ore block or as loot in chests.", + "ftbquests.chapter.the_sound_of_life.quest38.description2": "You also remember that there was a \u00266special key\u0026r for \u00266spatial distortions\u0026r that led you to the mines, which held much more valuable loot...", + "ftbquests.chapter.the_sound_of_life.quest39.description1": "The single most powerful slate you can make,\u00266 Ethereal Slates\u0026r require a tier 5 altar to craft.", + "ftbquests.chapter.the_sound_of_life.quest39.description2": "Alongside netherite scraps and some \u00266looted parts\u0026r from the Demon Realm, these slates can be used to upgrade altar runes, making them \u00266twice as powerful.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest39.title": "Tier 5 Slates", + "ftbquests.chapter.the_sound_of_life.quest4.description1": "One of the most common things you\u0027ll need in the pursuit of sanguine magic is a base material of stone doped in blood - excellent for channelling these dark energies.", + "ftbquests.chapter.the_sound_of_life.quest4.description2": "You\u0027ll need to make quite a few to upgrade your blood altar!", + "ftbquests.chapter.the_sound_of_life.quest40.description1": "Now that you have access to dusk rituals, you can use either a \u00266Ritual of the Feathered Knife\u0026r or a \u00266Well of Suffering\u0026r to automate the collection of life essence.", + "ftbquests.chapter.the_sound_of_life.quest40.description2": "To get even more out of your rituals, you can use the \u00266Ritual Tinkerer!\u0026r Read your \u00266Sanguine Scientiem\u0026r for more information.", + "ftbquests.chapter.the_sound_of_life.quest40.description3": "\u00267Tip: if you can supply mobs to the well constantly (or give them a source of regenerating health), you could fully automate life essence collection...", + "ftbquests.chapter.the_sound_of_life.quest40.title": "Useful Rituals", + "ftbquests.chapter.the_sound_of_life.quest41.description1": "The \u00266Incense Altar\u0026r is the center of a large freeform multiblock structure focused on bringing a sense of tranquility to players. With enough peace of mind, you can perform self-sacrifice with a much smoother hand - at high levels, you can get as much as \u00266quadruple the normal amount of life essence!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest41.description2": "For more information on this structure, take a look at your \u00266Sanguine Scientiem.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description1": "With enough Demonic Will, you reach a critical mass that can eventually \u00266generate will\u0026r ex nihilo! Simply burn some into the local aura by throwing will into a \u00266Demon Crucible,\u0026r then wait for it to crystallize on the \u00266Demon Crystallizer. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description2": "With enough will in the aura, the crystal will grow extra spires you can harvest and re-burn; each crystal past the first takes 40 will to grow but \u00266burns into 50!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description3": "Now if only there was some way to automate this...", + "ftbquests.chapter.the_sound_of_life.quest42.description4": "\u00267Tip: for more info, read your Sanguine Scientiem!", + "ftbquests.chapter.the_sound_of_life.quest42.title": "Crystallized Will", + "ftbquests.chapter.the_sound_of_life.quest43.description1": "With the \u00266Resonance of the Faceted Crystal\u0026r ritual, you can split one well-established Will Crystal into four separate aspected crystals! This aspected will is handy for all sorts of things, but one of the most useful things you can do is use it in other rituals to \u00266change the way they perform.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest43.description2": "\u00267Tip: it\u0027s possible to fully automate the growing, splitting, and harvesting of crystals using rituals!", + "ftbquests.chapter.the_sound_of_life.quest43.title": "Aspected Will", + "ftbquests.chapter.the_sound_of_life.quest44.description1": "With access to Terrasteel, you can make the third tier of botanic runes: \u00266Sin Runes.\u0026r These can be used to make better baubles, more powerful flowers, and more!", + "ftbquests.chapter.the_sound_of_life.quest44.task_6010537284078335274.title": "Any Sin Rune", + "ftbquests.chapter.the_sound_of_life.quest44.title": "Sin Runes", + "ftbquests.chapter.the_sound_of_life.quest45.description1": "With Terrasteel, you can utilize an old ritual to open a \u00266gateway to Alfheim,\u0026r which you\u0027re certain has escaped whatever happened to this world. The portal won\u0027t be able to transport living beings, but maybe you can trade for some \u00266useful materials?\u0026r", + "ftbquests.chapter.the_sound_of_life.quest45.description2": "\u00267Tip: For more information on the portal, read your Lexica Botania! For even more than that, throw your entire Lexica Botania into the portal! (but make sure you don\u0027t throw your Akashic Tome away!)", + "ftbquests.chapter.the_sound_of_life.quest45.title": "The Portal to Alfheim", + "ftbquests.chapter.the_sound_of_life.quest46.description1": "The \u00266Elven Mana Spreader\u0026r is much more efficient than it\u0027s livingwood predecessor - it shoots larger bursts faster and farther.", + "ftbquests.chapter.the_sound_of_life.quest46.title": "Better Spreader", + "ftbquests.chapter.the_sound_of_life.quest47.description1": "With Sin Runes and elven materials, you can craft a special flower that \u00266generates ore in nearby stone or deepslate!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest47.description2": "As far as you\u0027re concerned, this is more proof that you can solve any problem if you throw enough raw mana at something.", + "ftbquests.chapter.the_sound_of_life.quest47.subtitle": "but not ad astra!", + "ftbquests.chapter.the_sound_of_life.quest47.title": "Ex Nihilo", + "ftbquests.chapter.the_sound_of_life.quest48.description1": "The \u00266Scribe\u0027s Table\u0026r allows you to create new glyphs for spellbooks. As far as spellbooks go, you have a couple options - use either pure arcane mana or life essence to fuel your spells.", + "ftbquests.chapter.the_sound_of_life.quest48.title": "Spellcasting", + "ftbquests.chapter.the_sound_of_life.quest49.description1": "Source can be generated in a variety of ways, but you\u0027ll need to do something to get it into a much more useable liquid form. ", + "ftbquests.chapter.the_sound_of_life.quest49.description2": "\u00266Sourcelinks\u0026r will gather it for you, but you\u0027ll also need to make a \u00266jar\u0026r to store the generated source.", + "ftbquests.chapter.the_sound_of_life.quest49.task_8602744015200526354.title": "Any Sourcelink", + "ftbquests.chapter.the_sound_of_life.quest49.title": "Generating Source", + "ftbquests.chapter.the_sound_of_life.quest5.description1": "The \u00266Hellfire Forge\u0026r allows you to use Demonic Will to craft special items.", + "ftbquests.chapter.the_sound_of_life.quest5.description2": "One of the first things you\u0027ll want to make is a \u00266soul gem\u0026r - these special gems can store demonic will you pick up without clogging your inventory.", + "ftbquests.chapter.the_sound_of_life.quest5.description3": "\u00267Tip: the more will you have stored in your inventory, the more will drops from monsters!", + "ftbquests.chapter.the_sound_of_life.quest50.description1": "One of the primary uses of liquid source is the enchanting of items. Using the \u00266Arcane Core\u0026r and an \u00266Enchanting Apparatus\u0026r atop it, you can create many useful things.", + "ftbquests.chapter.the_sound_of_life.quest50.title": "Arcane Enchanting", + "ftbquests.chapter.the_sound_of_life.quest51.description1": "If you\u0027re tired of waiting for amethyst to grow, try animating a block of budding amethyst with the \u00266Ritual of Awakening.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.description2": "It turns budding amethyst into an \u00266Amethyst Golem,\u0026r who can harvest, grow, and even bud other blocks of amethyst!", + "ftbquests.chapter.the_sound_of_life.quest51.description3": "Its behavior can be further modified using a \u00266Dominion Wand.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.title": "Amethyst Buddy", + "ftbquests.chapter.the_sound_of_life.quest52.description1": "With the acquisition of specially-charged elven materials, you can create an \u00266even stronger mana-generating base;\u0026r cake, wool, and even other mana flowers can all be mulched into yet more mana.", + "ftbquests.chapter.the_sound_of_life.quest52.task_1683678805039454876.title": "Any Elven Flower", + "ftbquests.chapter.the_sound_of_life.quest52.title": "Esoteric Mana Generation", + "ftbquests.chapter.the_sound_of_life.quest53.description1": "With the power of Elementium and a little extra elemental oomph, you can craft a special pylon to use in tandem with the power of a beacon to summon the \u00266Guardian of Gaia.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest53.description2": "Prove your strength, and you\u0027ll be rewarded with \u00266Gaia Spirits.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest54.description1": "Using the \u00266Enchanting Apparatus\u0026r and some special reagents, you can make elemental essences that have a wide variety of uses, from crafting to spellweaving.", + "ftbquests.chapter.the_sound_of_life.quest54.task_6599905580160140411.title": "Any Essence", + "ftbquests.chapter.the_sound_of_life.quest55.description1": "Fragments of the mysterious \u00266Guardian of Gaia\u0026r, these spirits have enormous potential...", + "ftbquests.chapter.the_sound_of_life.quest56.description1": "There are quite a few elemental \u00266rituals\u0026r that could come in handy for you - defending your base, automatically pick items up, and even allowing you to fly!", + "ftbquests.chapter.the_sound_of_life.quest57.description1": "The \u00266Storage Lectern\u0026r boasts the incredibly convenient capability of letting you manage, view, and craft using nearby storage blocks. Simply place it down and link inventories to it using the dominion wand!", + "ftbquests.chapter.the_sound_of_life.quest57.description2": "There is a limit to the number of inventories you can connect to at once - this can be raised using additional \u00266Bookwyrm Charms.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description1": "Mekanism upgrades come in two flavors - \u00266upgrade cards\u0026r and \u00266tier installers. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description2": "Upgrade cards give the machine a boost to a certain aspect - speed, energy efficiency, etc.", + "ftbquests.chapter.the_sound_of_life.quest58.description3": "Tier installers give the machine more processing slots - from 1 item at a time to \u002669 in some machines!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.task_366296260702142144.title": "Any Upgrade", + "ftbquests.chapter.the_sound_of_life.quest58.title": "Upgrades", + "ftbquests.chapter.the_sound_of_life.quest59.description1": "You can use a hefty amount of will as well as vengeful will crystals to create \u00266Wither Skeleton Skulls\u0026r in a Hellfire Forge. ", + "ftbquests.chapter.the_sound_of_life.quest59.description2": "These skulls are very powerfully charged - you can use them to summon Withers and acquire their \u00266valuable stars.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest59.title": "The Wither", + "ftbquests.chapter.the_sound_of_life.quest6.description1": "\u00266Blood Orbs\u0026r are a budding sanguimancer\u0027s way of storing and utilizing Life Essence, measured in \u00266LP.\u0026r Once you\u0027ve crafted one, right click with it in your hand to bind it to your personal LP network.", + "ftbquests.chapter.the_sound_of_life.quest6.description2": "LP is used for things like sigils, rituals, and crafting. You can transfer life essence in an altar to your network by placing your orb into the altar.", + "ftbquests.chapter.the_sound_of_life.quest6.description3": "\u00267Tip: there is a blood orb for each tier of altar! Certain recipes need higher tiers of blood orbs.", + "ftbquests.chapter.the_sound_of_life.quest6.task_9017841688739987349.title": "Any Blood Orb", + "ftbquests.chapter.the_sound_of_life.quest60.description1": "The \u00266Conjuration Catalyst\u0026r can duplicate certain items for a relatively moderate mana cost.", + "ftbquests.chapter.the_sound_of_life.quest60.description2": "No more fiddling around with potions or distilling to make your redstone and glowstone!", + "ftbquests.chapter.the_sound_of_life.quest61.description1": "You can summon \u00266Wilden\u0026r using the aptly-named Tablet of Summon Wilden. These magical creatures drop \u00266special reagents when killed.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest61.description2": "These reagents can also be used to summon the \u00266Wilden Chimera,\u0026r a powerful boss that drops a \u00266special item\u0026r needed to channel tier 3 spells. ", + "ftbquests.chapter.the_sound_of_life.quest61.title": "Wilden", + "ftbquests.chapter.the_sound_of_life.quest62.description1": "With the power of a \u00266Charger\u0026r and an \u00266enriched diamond,\u0026r you can create a \u00266special kind of chargeable quartz...\u0026r", + "ftbquests.chapter.the_sound_of_life.quest62.title": "Certus Quartz", + "ftbquests.chapter.the_sound_of_life.quest63.description1": "Obviously, the ratio of one diamond for one certus quartz isn\u0027t exactly tenable. Luckily, there\u0027s a way to literally grow it from itself - just throw a block of \u00266certus quartz into water with some charged certus quartz,\u0026r and it\u0027ll get converted into \u00266budding quartz.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest63.description2": "This semi-flawed quartz block will grow crystals just like amethyst, with one caveat - \u00264eventually the crystal will degrade\u0026r back into a regular block, meaning you\u0027ll have to re-seed it.", + "ftbquests.chapter.the_sound_of_life.quest63.description3": "\u00267Tip: you can also use Theurgy to convert other materials into certus quartz - amethyst is a good candidate!", + "ftbquests.chapter.the_sound_of_life.quest63.title": "Growing Quartz", + "ftbquests.chapter.the_sound_of_life.quest64.description1": "By combining redstone and nether quartz with charged certus quartz, you can make \u00266Fluix Crystals,\u0026r capable of turning matter into digitalized information.", + "ftbquests.chapter.the_sound_of_life.quest65.description1": "Before the apocalpyse - or whatever happened here - there were strange meteors that occasionally fell containing these \u00266mysterious presses.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest65.description2": "You think you have devised a ritual that could potentially draw in another one of these meteors (albeit greatly diminished in size).", + "ftbquests.chapter.the_sound_of_life.quest65.description3": "\u00267Tip: check your Reclamation Rituals book!", + "ftbquests.chapter.the_sound_of_life.quest65.title": "Mysterious Cube", + "ftbquests.chapter.the_sound_of_life.quest66.description1": "The \u00266ME Controller\u0026r is the brains of the \u00266Material Energy\u0026r system - one of the most powerful logistics solutions available to you.", + "ftbquests.chapter.the_sound_of_life.quest66.subtitle": "Better than futura blocks", + "ftbquests.chapter.the_sound_of_life.quest67.description1": "The \u00266Inscriber\u0026r is used to turn raw materials into actual circuits useable in the \u00266Matter Energy\u0026r system.", + "ftbquests.chapter.the_sound_of_life.quest68.description1": "With the raw power afforded to you by aspected will crystals, gaia fragments, and ethereal slates, you finally have enough oomph to begin reversing the damage this world has suffered.", + "ftbquests.chapter.the_sound_of_life.quest68.description2": "Look into the \u00266Ritual of Reclamation\u0026r in your Reclamation Rituals book to start reclaiming the world.", + "ftbquests.chapter.the_sound_of_life.quest68.description3": "\u00267Note: the ritual may \u00264void blocks!\u0026r\u00267 Perform it away from anything important or risk losing things you might want to keep.", + "ftbquests.chapter.the_sound_of_life.quest68.subtitle": "Roll credits?", + "ftbquests.chapter.the_sound_of_life.quest68.task_6680892754679269683.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_sound_of_life.quest68.title": "Reclamation", + "ftbquests.chapter.the_sound_of_life.quest69.description1": "\u00266Sirens\u0026r can be summoned (and subsequently befriended) at the Altar of Birthing. Once given a Sea Pickle, they\u0027ll disappear and leave behind a token. This token can be turned into a charm that can \u00266automatically fish\u0026r for you, at the price of source!", + "ftbquests.chapter.the_sound_of_life.quest69.description2": "\u00267Tip: this auto fishing can be sped up; read your Worn Notebook for more details.", + "ftbquests.chapter.the_sound_of_life.quest7.description1": "The \u00266Alchemy Table\u0026r allows you to craft with LP from a blood orb. You can make a lot of things like reagents for useful sigils, but you can also make \u00266Arcane Ashes.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest70.description1": "\u00266Whirlisprigs\u0026r can be summoned at the Altar of Birthing. Growing a tree near a summoned one will net you a token, which can be crafted into a charm. This charm summons a tame Whirlisprig that will \u00266produce natural resources\u0026r based on what\u0027s nearby!", + "ftbquests.chapter.the_sound_of_life.quest70.description2": "\u00267Tip: read your Worn Notebook for more!", + "ftbquests.chapter.the_sound_of_life.quest71.description1": "Summon a \u00266Drygmy\u0026r at the Altar of Birthing. Give it a wilden horn to get a token, then craft it into a token. This tame Drygmy will \u00266produce experience and drops of mobs nearby,\u0026r without killing them!", + "ftbquests.chapter.the_sound_of_life.quest72.description1": "Casting dispel on a witch (summoned at the Altar of Birthing) drops a Wixie Token. Turned into a charm to summon Wixies, these creatures can craft and brew potions for you!", + "ftbquests.chapter.the_sound_of_life.quest72.description2": "\u00267Tip: Wixies are very helpful when using an Alchemical Sourcelink! For more info, read your Worn Notebook.", + "ftbquests.chapter.the_sound_of_life.quest73.description1": "\u00266Starbuncles\u0026r summoned by the Altar of Birthing can be gifted gold nuggets to get \u00266Starbuncle Tokens.\u0026r Crafted into a \u00266Starbuncle Charm,\u0026r it will summon a Starbuncle to move items around for you. No more fiddling around with pipes and logistics, just use a semi-intelligent squirrel!", + "ftbquests.chapter.the_sound_of_life.quest73.description2": "\u00267Tip: they can be told to only pick up or drop off certain items - read your Worn Notebook for more information!", + "ftbquests.chapter.the_sound_of_life.quest74.description1": "\u00266Magebloom\u0026r is a flower whose fibers can be spun into a very conductive magical cloth.", + "ftbquests.chapter.the_sound_of_life.quest74.title": "Magebloom", + "ftbquests.chapter.the_sound_of_life.quest75.description1": "\u00266Warp Scrolls\u0026r let you teleport anywhere in a dimension, while their stabilized versions create a temporary portal that can transport you even to \u00266other dimensions.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest75.description2": "\u00267Tip: both types of scrolls can be turned into permanent portals by building a frame out of Sourcestone, placing a full source jar nearby, and tossing the scroll into it.", + "ftbquests.chapter.the_sound_of_life.quest76.description1": "The \u00266Fission Reactor\u0026r is a large multiblock that takes fissile fuel and water and outputs enormous amounts of steam. This steam can be pumped into another large multiblock (the industrial turbine) to produce absolutely outrageous amounts of power. ", + "ftbquests.chapter.the_sound_of_life.quest76.description2": "Equally as importantly, it produces nuclear waste.", + "ftbquests.chapter.the_sound_of_life.quest76.description3": "For more information on how to build this structure, refer to the mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest76.description4": "\u00264Warning: if you mess up running your reactor, it WILL melt down and explode/irradiate the surrounding area. Make it small or make it far away from your base if you\u0027re not confident.", + "ftbquests.chapter.the_sound_of_life.quest76.subtitle": "Uranium \u003d mc2?", + "ftbquests.chapter.the_sound_of_life.quest76.title": "Fission Reactor", + "ftbquests.chapter.the_sound_of_life.quest77.description1": "\u00266Plutonium\u0026r is one possible product from processing nuclear waste - it can be reprocessed into more fissile fuel or crafted into Supercritical Phase Shifter casings.", + "ftbquests.chapter.the_sound_of_life.quest78.description1": "\u00266Radioactive Waste Barrels\u0026r are one of the only things that can hold nuclear waste; when filled, they slowly dispose of their contents.", + "ftbquests.chapter.the_sound_of_life.quest78.title": "Waste Disposal", + "ftbquests.chapter.the_sound_of_life.quest79.description1": "\u00266Polonium\u0026r is a possible product from processing nuclear waste. ", + "ftbquests.chapter.the_sound_of_life.quest79.description2": "Not only can it make a variety of very helpful equipment and the \u00266QIO system,\u0026r it can also be used to craft Supercritical Phase Shifter (SPS) casings, necessary for producing \u00266antimatter.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest8.description1": "\u00266Arcane Ashes,\u0026r made on the Alchemy Table, can be used to perform some basic alchemy without having to re-enter the field of Spagyrics.", + "ftbquests.chapter.the_sound_of_life.quest8.description2": "One of the first things you\u0027ll want to use this for is making the \u00266Divination Sigil,\u0026r which tells you useful information about the amount of life essence you have access to.", + "ftbquests.chapter.the_sound_of_life.quest80.description1": "Making antimatter requires the creation of a Supercritical Phase Shifter, yet another multiblock.", + "ftbquests.chapter.the_sound_of_life.quest80.description2": "Its casings require a large amount of both polonium and plutonium, meaning you\u0027ll need a large amount of nuclear waste processing.", + "ftbquests.chapter.the_sound_of_life.quest80.description3": "To run, it will also need an incredibly large amount of power - this is where you\u0027d want to use an \u00266Industrial Turbine\u0026r hooked up to either a fission or a fusion reactor.", + "ftbquests.chapter.the_sound_of_life.quest80.description4": "\u00267Tip: you only need to make one of these to finish the pack - unless you REALLY like late-game Mekanism or you want to make creative items!", + "ftbquests.chapter.the_sound_of_life.quest81.description1": "The \u00266QIO System\u0026r is a digital storage solution that does not need power and can store a very large amount of items.", + "ftbquests.chapter.the_sound_of_life.quest81.description2": "It has \u00266unlimited cross-dimensional range\u0026r and can import and export automatically. However, it cannot easily auto-craft things for you.", + "ftbquests.chapter.the_sound_of_life.quest81.title": "QIO System", + "ftbquests.chapter.the_sound_of_life.quest82.description1": "The \u00266Fusion Reactor\u0026r is a much more powerful version of its fission counterpart. It can produce millions of RF/t using deuterium, tritium, or D-T fuel.", + "ftbquests.chapter.the_sound_of_life.quest82.description2": "To learn more about this reactor, check the Mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest82.subtitle": "Sci without the fi", + "ftbquests.chapter.the_sound_of_life.quest82.title": "Fusion Reactor", + "ftbquests.chapter.the_sound_of_life.quest9.description1": "\u00266Sentient Tools\u0026r are a much easier way for you to acquire will - instead of having to throw soul snares at enemies, the tools have the \u00266inherent ability to sever souls\u0026r from their fleshy (or bony) prisons.", + "ftbquests.chapter.the_sound_of_life.quest9.description2": "They are also powered by will - any kind of soul gem in your inventory will \u00266increase the tools\u0027 power\u0026r proportional to the amount of will you have stored.", + "ftbquests.chapter.the_sound_of_life.quest9.task_3309257771812589055.title": "Any Sentient Tool", + "ftbquests.chapter.the_sound_of_life.quest9.title": "Sentient Tools", + "ftbquests.chapter.the_sound_of_life.title": "Sounds of Life", + "ftbquests.chapter.the_taste_of_power.quest1.description1": "The \u00266Ender Dragon\u0026r not only has horrific halitosis, it also prevents you from exploring the rest of the End and all its goodies.", + "ftbquests.chapter.the_taste_of_power.quest1.task_4052279956792945141.title": "Kill the Dragon", + "ftbquests.chapter.the_taste_of_power.quest10.description1": "Kinda like an unlimited supply of grape juice!", + "ftbquests.chapter.the_taste_of_power.quest10.description2": "\u00267A/N: pretend it needs 100k instead of 10k source... i\u0027m too lazy to make a custom source jar like ATM does", + "ftbquests.chapter.the_taste_of_power.quest11.description1": "All that effort, and all you got was a really big hole.", + "ftbquests.chapter.the_taste_of_power.quest12.description1": "This is way better than a really big hole!", + "ftbquests.chapter.the_taste_of_power.quest13.description1": "And now the way better hole is a digital rip in the fabric of the universe.", + "ftbquests.chapter.the_taste_of_power.quest13.description2": "Or maybe its a real rip in the fabric of the digital universe?", + "ftbquests.chapter.the_taste_of_power.quest13.description3": "Either way, you\u0027re done. You have access to every item digitally, with the help of a cell workbench. Good job! Have some cake :)", + "ftbquests.chapter.the_taste_of_power.quest14.description1": "It\u0027s not really infinite ME power as much as it is infinite ME efficiency.", + "ftbquests.chapter.the_taste_of_power.quest15.description1": "Sufficiently advanced technology is indistinguishable from magic.", + "ftbquests.chapter.the_taste_of_power.quest15.title": "Creative Energy Cube", + "ftbquests.chapter.the_taste_of_power.quest2.task_7905395510409401238.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest2.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest3.description1": "Congrats! You\u0027ve killed the Ender Dragon - there is no more left to conquer.", + "ftbquests.chapter.the_taste_of_power.quest3.description2": "You are a champion. ", + "ftbquests.chapter.the_taste_of_power.quest3.description3": "You have \u0026lReclaimed\u0026r the world.", + "ftbquests.chapter.the_taste_of_power.quest3.description4": "\u00267As far as anyone can really be concerned, you\u0027ve finished the modpack. Any quests past this are exclusively for bragging rights - creative items, op stuff, lame resource dump recipes, all that jazz.", + "ftbquests.chapter.the_taste_of_power.quest3.description5": "\u00267Thank you immensely for putting the time and effort into finishing the pack! This was a huge undertaking for me, but hopefully you enjoyed it enough that it was worth it :)", + "ftbquests.chapter.the_taste_of_power.quest3.description6": "\u00267 -ACCBDD", + "ftbquests.chapter.the_taste_of_power.quest3.subtitle": "Roll credits (for real)", + "ftbquests.chapter.the_taste_of_power.quest3.task_2556725507805521066.title": "Congratulations!", + "ftbquests.chapter.the_taste_of_power.quest4.description1": "An infinitely super-heated blaze is great just as a centerpiece, but you can also use it to make infinite lava.", + "ftbquests.chapter.the_taste_of_power.quest4.description2": "\u00267Tip: you\u0027re gonna need to make quite a few of these!", + "ftbquests.chapter.the_taste_of_power.quest5.description1": "What\u0027s better than infinite blaze burning? Infinite turning! ", + "ftbquests.chapter.the_taste_of_power.quest6.description1": "The dwarven version of a Philosopher\u0027s Stone.", + "ftbquests.chapter.the_taste_of_power.quest7.description1": "Somehow, you don\u0027t feel as guilty as you think you should.", + "ftbquests.chapter.the_taste_of_power.quest7.description2": "\u00267Tip: this takes 10 full mana pools worth of mana. :)", + "ftbquests.chapter.the_taste_of_power.quest8.description1": "No more will you be shackled to the tyranny of building an enormous pool of whatever fluid!", + "ftbquests.chapter.the_taste_of_power.quest9.description1": "Once you\u0027ve set it to a chemical, you can reset it to empty by crafting it.", + "ftbquests.chapter.the_taste_of_power.quest9.title": "Creative Chemical Tank", + "ftbquests.chapter.the_taste_of_power.title": "The Taste of Power", + "ftbquests.chapter.the_touch_of.quest1.description1": "You\u0027ve done it. You\u0027ve reclaimed some small part of the world! ", + "ftbquests.chapter.the_touch_of.quest1.description2": "Now you just have to regain the diversity in surroundings you remember there once being...", + "ftbquests.chapter.the_touch_of.quest1.task_7943239389617432250.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_touch_of.quest1.title": "Reclamation", + "ftbquests.chapter.the_touch_of.quest10.description1": "\u00266Watery Essence\u0026r is found in deep oceans - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest10.description2": "Elemental wizardry will provide you the magical power necessary to enact such an elementally-aligned terraformation - namely, turning a small area into a \u00266warm ocean.\u0026r", + "ftbquests.chapter.the_touch_of.quest10.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest11.description1": "With all six types of attuned biome essence, you can combine them in a (quite expensive) ritual to produce the \u00266End Portal.\u0026r You\u0027ll still need to add \u00266Eyes of Ender\u0026r to the frame, but once you\u0027ve done so, you can finally enter \u00266the End.\u0026r", + "ftbquests.chapter.the_touch_of.quest11.description2": "\u00267Tip: you can break end portal frames and blocks by right clicking them with the frame remover!", + "ftbquests.chapter.the_touch_of.quest11.subtitle": "Dragons... I hate dragons", + "ftbquests.chapter.the_touch_of.quest11.task_4811328545830427024.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest11.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest12.description1": "Generic biome essence is well and good, but for real ritualistic oomph you\u0027ll need a specialized container, capable of collecting attuned essence.", + "ftbquests.chapter.the_touch_of.quest12.description2": "\u00267Tip: check your Reclamation Rituals book for information on the late-game terraforming rituals!", + "ftbquests.chapter.the_touch_of.quest13.description1": "With biome essence, you can also perform \u00266more directed terraforming\u0026r - turning the surrounding area into basic overworld biomes: forest, plains, river, beach, and ocean.", + "ftbquests.chapter.the_touch_of.quest13.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the overworld terraforming rites!", + "ftbquests.chapter.the_touch_of.quest13.task_2143407724517054989.title": "Basic Terraforming", + "ftbquests.chapter.the_touch_of.quest14.description1": "With some additional infusion, an attuned biome bottle can be turned into a \u00266biome globe\u0026r - in essence a portable directed reclamation ritual.", + "ftbquests.chapter.the_touch_of.quest14.description2": "\u00267Tip: these globes have 16 uses each, and convert a radius of 12 blocks from where you use them! They\u0027ll convert blocks to their reclaimed versions, but they will NOT place features like grass or trees; you\u0027ll have to do those yourself.", + "ftbquests.chapter.the_touch_of.quest14.description3": "\u00267Tip 2: these drain a LOT of aura to make!", + "ftbquests.chapter.the_touch_of.quest14.subtitle": "Portable Terraforming", + "ftbquests.chapter.the_touch_of.quest14.task_8529374338001252387.title": "Any Biome Globe", + "ftbquests.chapter.the_touch_of.quest14.title": "Biome Globes", + "ftbquests.chapter.the_touch_of.quest2.description1": "Getting the nether back into shape is relatively easy, now that you understand the shape of terraforming rituals and have a source of biomic essence.", + "ftbquests.chapter.the_touch_of.quest2.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the nether terraforming rites!", + "ftbquests.chapter.the_touch_of.quest2.task_4997059168389991596.title": "Visit Every Nether Biome", + "ftbquests.chapter.the_touch_of.quest2.title": "Reclaiming the Nether", + "ftbquests.chapter.the_touch_of.quest3.description1": "With the creation of reclaimed biomes, natural spawns can now occur - drygmies, whirligigs, and starbuncles can all rarely spawn in these biomes, as well as the regular mobs.", + "ftbquests.chapter.the_touch_of.quest3.title": "Natural Spawning", + "ftbquests.chapter.the_touch_of.quest4.description1": "Now that you have a place where you can actually see the blue (!) sky, you can bottle up the abundant biomic essence in a \u00266specially-designed container.\u0026r", + "ftbquests.chapter.the_touch_of.quest4.description2": "This \u00266biome essence\u0026r can be used in rituals along with some extra reagents to terraform in a more directed way.", + "ftbquests.chapter.the_touch_of.quest4.description3": "\u00267Tip: you can collect essence in any living biome by holding right click with a biome bottle. Crouching while you do this will fill all bottles in a stack!", + "ftbquests.chapter.the_touch_of.quest4.title": "Biome Essence", + "ftbquests.chapter.the_touch_of.quest5.description1": "The first attuned essence you\u0027ll need is \u00266Hellish Essence,\u0026r collectible from any living\u00266 nether biome.\u0026r", + "ftbquests.chapter.the_touch_of.quest6.description1": "\u00266Arid Essence\u0026r is found mainly in the desert - you\u0027ll have to use a special version of your terraforming ritual to bring it back. ", + "ftbquests.chapter.the_touch_of.quest6.description2": "Some high-powered dwarven artifice should provide you with the correct magical resonance to produce an arid, sandy \u00266desert \u0026rbiome.", + "ftbquests.chapter.the_touch_of.quest7.description1": "The final essence you\u0027ll need is \u00266Icy Essence\u0026r from the \u00266snowy slopes\u0026r biome. Wet and cold, the complete opposite of your surroundings, you\u0027ll need a lot of power to create this biome.", + "ftbquests.chapter.the_touch_of.quest7.description2": "First: \u00266polonium\u0026r to provide the necessary chemical energy for the physical transformation.", + "ftbquests.chapter.the_touch_of.quest7.description3": "Second: ice cream (specifically \u00266vanilla\u0026r) to provide structure to the ritual and thematic direction.", + "ftbquests.chapter.the_touch_of.quest7.description4": "Third: a couple \u00266shattered singularities\u0026r to store the excess entropy generated by this ritual.", + "ftbquests.chapter.the_touch_of.quest7.description5": "and finally, Fourth: a large amount of generic \u00266biome essence\u0026r to kickstart the reaction.", + "ftbquests.chapter.the_touch_of.quest8.description1": "\u00266Lush Essence\u0026r is found in jungles of any kind - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest8.description2": "Botanic mastery will provide you the life energy needed to transform your surroundings into a \u00266bamboo forest.\u0026r", + "ftbquests.chapter.the_touch_of.quest8.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest9.description1": "\u00266Mycelic Essence\u0026r is found exclusively on mushroom islands - you\u0027ll have to use a modified version of your terraforming ritual to bring them back. ", + "ftbquests.chapter.the_touch_of.quest9.description2": "Classic wiccan practice should provide you with the correct magical resonance to produce the hot, dry \u00266mushroom field\u0026r biome.", + "ftbquests.chapter.the_touch_of.title": "Visions of the Past", + "ftbquests.chapter_groups_3169067154505914507.title": "Biodiversity", + "ftbquests.chapter_groups_5305197537419525243.title": "Side Quests", + "ftbquests.loot_table_1430735789179352246.title": "mana stuff", + "ftbquests.loot_table_1562099882431827930.title": "horns", + "ftbquests.loot_table_3514670301200914514.title": "chicken", + "ftbquests.loot_table_5456022276654430189.title": "witch", + "ftbquests.loot_table_6347601422327785898.title": "canvas", + "ftbquests.loot_table_67272733859206798.title": "instrument", + "ftbquests.loot_table_7131061971573085034.title": "zombie", + "ftbquests.loot_table_7900474475776381538.title": "rabbit", + "ftbquests.loot_table_8024488712964205957.title": "spider", + "ftbquests.loot_table_8037173722274793648.title": "snow golem", + "ftbquests.loot_table_8381040606691607900.title": "bee", + "ftbquests.loot_table_8615485860944689786.title": "cow", + "ftbquests.loot_table_8839952752635034356.title": "skeleton" +} \ No newline at end of file diff --git a/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/ru_ru.json b/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/ru_ru.json new file mode 100644 index 0000000..fc094d8 --- /dev/null +++ b/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/ru_ru.json @@ -0,0 +1,1235 @@ +{ + "ftbquests.chapter.digital_storage.quest1.description1": "The \u00266controller\u0026r is the brains of a network. Each controller block\u0027s face is capable of outputting \u0026632 channels;\u0026r almost every device on the ME network needs \u00266one channel to operate.\u0026r", + "ftbquests.chapter.digital_storage.quest10.description1": "The \u00266Wireless Access Point\u0026r allows you to use wireless terminals to access your ME System. You can boost its range by giving it \u00266wireless boosters,\u0026r but be warned: more boosters means the WAP will need \u00264much more energy\u0026r to stay running.", + "ftbquests.chapter.digital_storage.quest10.task_8779164168368451602.title": "Any Wireless Terminal", + "ftbquests.chapter.digital_storage.quest10.title": "Wireless Access", + "ftbquests.chapter.digital_storage.quest11.description1": "\u00266Pattern Providers,\u0026r when given a pattern, will push the items in the pattern to a nearby inventory. \u00266Molecular Assemblers,\u0026r when given items, will craft with those items and output them to nearby inventories. Put them next to each other, and you have a \u00266basic autocrafting setup! \u0026r", + "ftbquests.chapter.digital_storage.quest11.description2": "You\u0027ll need somewhere to store the items while they\u0027re being crafted; a crafting storage would be ideal.", + "ftbquests.chapter.digital_storage.quest11.description3": "\u00267Tip: for more info, check the guide!", + "ftbquests.chapter.digital_storage.quest11.title": "ME Autocrafting", + "ftbquests.chapter.digital_storage.quest12.description1": "With an ME System you\u0027ll need some way to actually store items - the \u00266ME Drive\u0026r can store up to 10 storage cells of any type and size.", + "ftbquests.chapter.digital_storage.quest12.description2": "\u00267Tip: you can store botanic mana, elemental source, gases, fluids, and even space itself in cells - not just regular items!", + "ftbquests.chapter.digital_storage.quest13.description1": "Terminals are how you actually interface with the storage cells in your ME System.", + "ftbquests.chapter.digital_storage.quest13.task_8779678006548052409.title": "Any Terminal", + "ftbquests.chapter.digital_storage.quest13.title": "Terminals", + "ftbquests.chapter.digital_storage.quest14.description1": "Storing some energy in your ME System would be a good idea... just in case.", + "ftbquests.chapter.digital_storage.quest16.description1": "\u00266P2P Tunnels\u0026r allow you to transfer multiple channels per channel! It\u0027s a little confusing at first, but once you get the hang of it you can really push your system to the limit.", + "ftbquests.chapter.digital_storage.quest16.description2": "You can also transfer power, chemicals, and even botanic mana and elemental source!", + "ftbquests.chapter.digital_storage.quest17.description1": "The \u00266Reaction Chamber\u0026r not only allows you to make circuits much faster, it can also charge large amounts of certus crystals at a time and even grow crystals from themselves!", + "ftbquests.chapter.digital_storage.quest17.description2": "Just make sure you have enough power to handle its recipes...", + "ftbquests.chapter.digital_storage.quest18.description1": "The \u00266Circuit Slicer\u0026r can cut blocks of materials into 9 circuits much faster than an inscriber can press them.", + "ftbquests.chapter.digital_storage.quest19.description1": "The \u00266Assembler Matrix\u0026r is a molecular assembler and pattern provider setup on steroids - at its maximum size, it can hold over 4,000 patterns and craft incredibly fast. The best part? It only needs \u00266one channel.\u0026r", + "ftbquests.chapter.digital_storage.quest2.description1": "A controller block itself can input energy, but you\u0027ll want to have as many controller faces open as you can to get as many channels as possible into your network. ", + "ftbquests.chapter.digital_storage.quest2.description2": "The \u00266Energy Acceptor\u0026r uses no channels and can be placed anywhere, as long as it\u0027s connected to the network somehow.", + "ftbquests.chapter.digital_storage.quest20.description1": "The \u00266Quantum Computer Core\u0026r is a self-contained crafting CPU with 256M crafting storage and 8 co-processing threads.", + "ftbquests.chapter.digital_storage.quest21.description1": "The \u00266Quantum Computer multiblock\u0026r is an extremely powerful multiblock that can handle an effectively \u00266infinite\u0026r number of crafting requests for your ME System.", + "ftbquests.chapter.digital_storage.quest21.description2": "Read the guide for more information.", + "ftbquests.chapter.digital_storage.quest22.description1": "Perfect for carrying items on the go, the \u00266backpack\u0026r has a few useful upgrades as well.", + "ftbquests.chapter.digital_storage.quest23.description1": "Better than regular chests, \u00266Sophisticated Storage\u0026r lets you put more things in a single block.", + "ftbquests.chapter.digital_storage.quest23.task_5897231893839036272.title": "Any Sophisticated Storage Block", + "ftbquests.chapter.digital_storage.quest23.title": "Sophisticated Storage", + "ftbquests.chapter.digital_storage.quest24.description1": "Capable of storing a very large amount of a single item type.", + "ftbquests.chapter.digital_storage.quest24.description2": "The framing table lets you customize the way they look.", + "ftbquests.chapter.digital_storage.quest24.task_5464079544652951362.title": "Any Storage Drawer", + "ftbquests.chapter.digital_storage.quest24.title": "Storage Drawers", + "ftbquests.chapter.digital_storage.quest25.description1": "Tier upgrades can be used to upgrade Sophisticated Storage blocks without breaking them.", + "ftbquests.chapter.digital_storage.quest25.task_611570763386642583.title": "Any Tier Upgrade", + "ftbquests.chapter.digital_storage.quest26.description1": "The \u00266Drawer Controller\u0026r allows you to interface with multiple drawers using only a single blockface.", + "ftbquests.chapter.digital_storage.quest27.description1": "There are a variety of keys - lock drawers to specific items, hide item labels to reduce lag, and more.", + "ftbquests.chapter.digital_storage.quest27.task_7070764459751906106.title": "Any Drawer Key", + "ftbquests.chapter.digital_storage.quest27.title": "Drawer Keys", + "ftbquests.chapter.digital_storage.quest28.description1": "Autofeeding, playing music, even portable crafting can all be attained with backpack upgrades.", + "ftbquests.chapter.digital_storage.quest29.description1": "Higher stack count, filtering, and more - check the uses for the upgrade base.", + "ftbquests.chapter.digital_storage.quest3.description1": "Smart cables are very useful - they visually display how many channels they\u0027re carrying at any given time.", + "ftbquests.chapter.digital_storage.quest3.task_6551415206641156021.title": "Any Smart Cable", + "ftbquests.chapter.digital_storage.quest3.title": "Smart Cables", + "ftbquests.chapter.digital_storage.quest30.description1": "Each workbench (aside from looking neat) can turn a specific set of blocks into its variants.", + "ftbquests.chapter.digital_storage.quest30.title": "Chipped Workbenches", + "ftbquests.chapter.digital_storage.quest31.description1": "Can turn almost any basic block into a wide array of variants.", + "ftbquests.chapter.digital_storage.quest32.description1": "Made from stonecutting andesite alloy, these blocks can take on the texture of any other block.", + "ftbquests.chapter.digital_storage.quest32.task_4661123369301757740.title": "Any Copycat Block", + "ftbquests.chapter.digital_storage.quest33.description1": "You can make music by crafing a \u00266Music Sheet\u0026r and placing notes on the sheet. ", + "ftbquests.chapter.digital_storage.quest33.description2": "Place the sheet in your offhand while holding an instrument to play the instrument.", + "ftbquests.chapter.digital_storage.quest33.description3": "\u00267Tip: you can do MUCH more with this mod - check out its CurseForge page for more info.", + "ftbquests.chapter.digital_storage.quest34.description1": "You can paint your own masterpieces while you wait for crops to grow - simply make a palette, fill it with colors, plop a canvas on an easel, and get to painting!", + "ftbquests.chapter.digital_storage.quest34.description2": "Signed paintings can be duplicated by crafting the original with a blank canvas of the same size.", + "ftbquests.chapter.digital_storage.quest34.description3": "\u00267Tip: to craft a palette, fill the bottom row of a crafting table with planks, then place dyes in the middle. You can add more dyes to a palette by crafting them together.", + "ftbquests.chapter.digital_storage.quest34.title": "The Joy of Painting", + "ftbquests.chapter.digital_storage.quest35.description1": "\u00266Building Gadgets\u0026r are a collection of useful tools that will let you build very quickly.", + "ftbquests.chapter.digital_storage.quest35.description2": "They do need to be charged; use an energy cube or similar.", + "ftbquests.chapter.digital_storage.quest36.description1": "The \u00266Rod of the Shifting Crust\u0026r allows you to exchange blocks in the world with blocks in your inventory for the cost of mana.", + "ftbquests.chapter.digital_storage.quest4.description1": "Dense cables can carry 32 channels instead of the regular 8 channels.", + "ftbquests.chapter.digital_storage.quest4.task_5854794686036721300.title": "Any Smart Dense Cable", + "ftbquests.chapter.digital_storage.quest4.title": "Dense Cables", + "ftbquests.chapter.digital_storage.quest5.description1": "The color applicator lets you paint cables - especially useful once your network starts to grow. ", + "ftbquests.chapter.digital_storage.quest5.description2": "Colored cables won\u0027t connect to other colored cables, but fluix cables can connect to all colors.", + "ftbquests.chapter.digital_storage.quest5.description3": "These can be filled with \u00266dyes or paintballs\u0026r using an \u00266ME Chest.\u0026r", + "ftbquests.chapter.digital_storage.quest5.task_4299327579125140032.title": "Color Applicator", + "ftbquests.chapter.digital_storage.quest6.description1": "The \u00266ME Interface\u0026r acts as a specialized input and output port for your network. ", + "ftbquests.chapter.digital_storage.quest6.description2": "It can keep a certain amount of items from your network in its inventory for pipes or other blocks to pull from, and also automatically puts any other items it receives into the network.", + "ftbquests.chapter.digital_storage.quest7.description1": "The \u00266Wireless Connector\u0026r is a short-range version of a \u00266Quantum Link Chamber \u0026r- use this when you want your network to jump a short distance, and not cross-dimensionally.", + "ftbquests.chapter.digital_storage.quest8.description1": "The \u00266Quantum Network Bridge\u0026r uses the power of quantum entanglement to bridge a network gap not only across large distances, but dimensions.", + "ftbquests.chapter.digital_storage.quest8.title": "Quantum Network Bridge", + "ftbquests.chapter.digital_storage.quest9.description1": "The\u00266 Extended Charger\u0026r and \u00266Inscriber\u0026r are upgraded versions of their base models, capable of processing 4 recipes in parallel.", + "ftbquests.chapter.digital_storage.quest9.title": "Extended Machines", + "ftbquests.chapter.digital_storage.title": "Storage and Decor", + "ftbquests.chapter.ffood_plants.quest1.description1": "Lining rivers and shores, sugar cane had once risen in green columns, swaying with each passing breeze.", + "ftbquests.chapter.ffood_plants.quest10.description1": "With deep golden petals and a bitter scent, wolfsbane once grew where night lingered longest. ", + "ftbquests.chapter.ffood_plants.quest100.description1": "Sweet, mellow fruits with a classic tropical aroma.", + "ftbquests.chapter.ffood_plants.quest101.description1": "Soft and nutty, cashews offer a creamy bite with a sweet-savory balance.", + "ftbquests.chapter.ffood_plants.quest102.description1": "Cherries burst with juicy intensity; sweet, sometimes sharp, and always bright.", + "ftbquests.chapter.ffood_plants.quest103.description1": "Cracking into a coconut reveals cool, sweet water and soft, fragrant meat.", + "ftbquests.chapter.ffood_plants.quest104.description1": "Dates are also known as nature\u0027s candy: chewy, caramel-rich, and deeply sweet.", + "ftbquests.chapter.ffood_plants.quest105.description1": "With neon skin and unique speckled flesh, dragon fruit tastes delicate, lightly sweet, and just a little floral.", + "ftbquests.chapter.ffood_plants.quest106.description1": "Figs are jammy and soft with a honey-like flavor.", + "ftbquests.chapter.ffood_plants.quest107.description1": "Grapefruit will wake up your palate - juicy, sour, bitter, and bold.", + "ftbquests.chapter.ffood_plants.quest108.description1": "Kumquats are often eaten whole, with a sharp citrus shock over sweet orange notes.", + "ftbquests.chapter.ffood_plants.quest109.description1": "Tart and vivid, lemons cut through richness with their clean citrus bite.", + "ftbquests.chapter.ffood_plants.quest11.description1": "Snowbells had once blossomed in the coldest reaches, their pale blue petals dusted with frost.", + "ftbquests.chapter.ffood_plants.quest110.description1": "Smaller and punchier than lemons, limes have a tight, zesty sting.", + "ftbquests.chapter.ffood_plants.quest111.description1": "Mangoes melt in your mouth with tropical sweetness.", + "ftbquests.chapter.ffood_plants.quest112.description1": "Like a peach in sleek skin, nectarines are sweet, tangy, and satisfyingly juicy.", + "ftbquests.chapter.ffood_plants.quest113.description1": "Ground nutmeg adds a warm, nutty-spicy aroma that’s cozy and festive to any dish.", + "ftbquests.chapter.ffood_plants.quest114.description1": "Oranges are all brightness and juice, sweet with a sunny citrus finish.", + "ftbquests.chapter.ffood_plants.quest115.description1": "Peaches are the most famous of stone fruit, for good reason.", + "ftbquests.chapter.ffood_plants.quest116.description1": "Pears are quietly sweet and crisp; eternally elegant.", + "ftbquests.chapter.ffood_plants.quest117.description1": "Pecans have a great crunch with deep nutty flavor.", + "ftbquests.chapter.ffood_plants.quest118.description1": "Persimmons are smooth and syrupy, with a mellow flavor that deepens as they ripen.", + "ftbquests.chapter.ffood_plants.quest119.description1": "Plums skirt the line between tart and sweet, finishing with a tangy punch.", + "ftbquests.chapter.ffood_plants.quest12.description1": "Prized by herbalists for its strange resilience, who claimed it drew strength from the moonlit depths.", + "ftbquests.chapter.ffood_plants.quest120.description1": "Star fruit is crisp and juicy, with a tropical edge.", + "ftbquests.chapter.ffood_plants.quest121.description1": "Walnuts are hearty and slightly bitter, great for a midday snack.", + "ftbquests.chapter.ffood_plants.quest122.description1": "The bark grinds down to a warm, spicy-sweet powder that instantly deepens any flavor.", + "ftbquests.chapter.ffood_plants.quest123.description1": "The \u00266Cooking Table\u0026r is the heart of a multiblock kitchen - allowing you to craft any number of foods with the items stored inside of it. It can also supply you with tools, water, snow/ice, and milk.", + "ftbquests.chapter.ffood_plants.quest123.description2": "Especially handy when you have a large amount of foods and a limited amount of brainpower.", + "ftbquests.chapter.ffood_plants.quest123.title": "Cooking for Blockheads", + "ftbquests.chapter.ffood_plants.quest124.description1": "The \u00266ME Kitchen Station\u0026r lets you connect your multiblock kitchen to your ME system!", + "ftbquests.chapter.ffood_plants.quest125.description1": "The \u00266fridge\u0026r stores items, just like a cabinet.", + "ftbquests.chapter.ffood_plants.quest126.description1": "A \u00266sink\u0026r provides unlimited water to recipes.", + "ftbquests.chapter.ffood_plants.quest126.description2": "\u00267Tip: ...and other things.", + "ftbquests.chapter.ffood_plants.quest127.description1": "The oven lets you cook multiple foods in a single block.", + "ftbquests.chapter.ffood_plants.quest128.description1": "A \u00266Cow in a Jar\u0026r slowly produces milk, which can be used in recipes.", + "ftbquests.chapter.ffood_plants.quest128.description2": "...but how does one get a cow into a jar?", + "ftbquests.chapter.ffood_plants.quest128.description3": "\u00267Tip: you\u0027ll need to turn off claim protection or make this outside a claim, OPAC doesn\u0027t really like animal cruelty!", + "ftbquests.chapter.ffood_plants.quest129.description1": "When added to a fridge, the \u00266ice unit\u0026r provides unlimited ice and snow to recipes.", + "ftbquests.chapter.ffood_plants.quest13.description1": "This earth-toned fungus once thrived in quiet, dark corners, feeding on decay.", + "ftbquests.chapter.ffood_plants.quest130.description1": "The \u00266heating unit,\u0026r applied to a stove, lets it run on energy instead of burnable fuel.", + "ftbquests.chapter.ffood_plants.quest131.description1": "The \u00266tool rack\u0026r provides tools to cooking recipes; pots, pans, and other sorts.", + "ftbquests.chapter.ffood_plants.quest132.description1": "The \u00266Kitchen Cabinet and Counter\u0026r store items for the Cooking Table to use.", + "ftbquests.chapter.ffood_plants.quest132.title": "Kitchen Storage", + "ftbquests.chapter.ffood_plants.quest133.description1": "The \u00266Horn of the Wild\u0026r lets you harvest a large area of crops without manually collecting them one by one.", + "ftbquests.chapter.ffood_plants.quest133.description2": "Useful!", + "ftbquests.chapter.ffood_plants.quest134.description1": "The \u00266Drum of the Wild\u0026r is a block-based version of the horn - set a mana spreader to shoot mana through it and it\u0027ll harvest crops nearby.", + "ftbquests.chapter.ffood_plants.quest134.description2": "Add a \u00266hopperhock\u0026r and you have fully automatic crop harvesting!", + "ftbquests.chapter.ffood_plants.quest135.description1": "The \u00266Harvester\u0026r is a little harder to make than the other automated harvesters, but it makes up for it in ease of use.", + "ftbquests.chapter.ffood_plants.quest135.description2": "Place it on the same level as crops and it will harvest them - a 3x3 area by default, but this can be upgraded with machine upgrades.", + "ftbquests.chapter.ffood_plants.quest136.description1": "The \u00266Mechanical Harvester\u0026r lets you harvest... mechanically! ", + "ftbquests.chapter.ffood_plants.quest136.description2": "Attach it to any variety of contraption and as it moves through a crop it will harvest it.", + "ftbquests.chapter.ffood_plants.quest137.description1": "That\u0027s dedication! A personal shoutout from myself, for the pure raw dedication that you\u0027ve shown.", + "ftbquests.chapter.ffood_plants.quest137.subtitle": "You earned it!", + "ftbquests.chapter.ffood_plants.quest137.task_5521912290757485582.title": "You know what? Sure.", + "ftbquests.chapter.ffood_plants.quest138.description1": "You\u0027ve gone even further than I went! An absolute mad. lad. Take your prize and go.", + "ftbquests.chapter.ffood_plants.quest138.subtitle": "Your dedication is admirable.", + "ftbquests.chapter.ffood_plants.quest138.title": "Good god...", + "ftbquests.chapter.ffood_plants.quest14.description1": "With its crimson cap and pale stem, the red mushroom once sprouted in damp caves and shadowed groves.", + "ftbquests.chapter.ffood_plants.quest15.description1": "Bamboo once climbed toward the sky in great bamboo forests, hollow stems whispering in the wind.", + "ftbquests.chapter.ffood_plants.quest16.description1": "Sailors swore it marked safe waters—while some claimed it hid the bones of the drowned.", + "ftbquests.chapter.ffood_plants.quest17.description1": "This gentle underwater plant once rippled with the ocean’s breath, carpeting the sea floor in quiet green.", + "ftbquests.chapter.ffood_plants.quest18.description1": "Their soft light once guided creatures of the reef and lit the way for wayward divers in the twilight deep.", + "ftbquests.chapter.ffood_plants.quest19.description1": "This strange, red fungus had grown only in the deep, burning halls of another world. It pulsed faintly with unnatural life.", + "ftbquests.chapter.ffood_plants.quest2.description1": "Bright orange roots that grew deep in the earth, carrots were a favorite among rabbits and a healthy snack, to boot!", + "ftbquests.chapter.ffood_plants.quest20.description1": "Once said to carry the scent of a world turned upside down—where even the air recoiled in confusion.", + "ftbquests.chapter.ffood_plants.quest21.description1": "This twisted red fungus once grew in the scorched ground of the Nether, pulsing faintly as if alive.", + "ftbquests.chapter.ffood_plants.quest22.description1": "Once used in deadly draughts and sleeping curses, favored by those who studied the poisoner\u0027s art.", + "ftbquests.chapter.ffood_plants.quest23.description1": "Flax\u0027s delicate fibers had once been woven into cloth and spell-thread, binding both garments and enchantments.", + "ftbquests.chapter.ffood_plants.quest24.description1": "Bold and crimson, the poppy is a symbol of remembrance and silent strength, often found where courage once stood.", + "ftbquests.chapter.ffood_plants.quest24.description2": "\u00267Tip: You can either craft poppy seeds or mutate them from Melon and Sugarcane.", + "ftbquests.chapter.ffood_plants.quest25.description1": "A tall and graceful flower with a soft purple hue, often associated with grace, quiet wisdom, and calm days.", + "ftbquests.chapter.ffood_plants.quest26.description1": "Delicate and pale, these tiny flowers cluster low to the ground, bringing a sense of peace to open fields.", + "ftbquests.chapter.ffood_plants.quest27.description1": "This rare azure blossom flourishes in damp, shadowed groves. Legends say it blooms where ancient tears once fell.", + "ftbquests.chapter.ffood_plants.quest28.description1": "Cornflowers once braved the wind in wide fields, their blue hues a favorite among storytellers and songwriters.", + "ftbquests.chapter.ffood_plants.quest29.description1": "A cheerful bloom of golden yellow, said to carry whispers of spring on the wind. It thrives wherever the sun touches the land.", + "ftbquests.chapter.ffood_plants.quest29.description2": "\u00267Tip: You can either craft dandelion seeds or mutate them from Wheat and Pumpkin.\u0026r", + "ftbquests.chapter.ffood_plants.quest3.description1": "Crimson bulbs that added color and flavor to any dish, beetroots were once quite common in village gardens.", + "ftbquests.chapter.ffood_plants.quest30.description1": "Hidden among thick leaves, these tiny white bells are said to chime in silence when the forest is listening.", + "ftbquests.chapter.ffood_plants.quest31.description1": "With a golden eye watching from its white face, this flower is a quiet companion of wanderers and daydreamers.", + "ftbquests.chapter.ffood_plants.quest32.description1": "Glowing softly with hues of flame, this ancient blossom is thought to be a gift from the deep earth, where fire once danced.", + "ftbquests.chapter.ffood_plants.quest33.description1": "Warming as a sunset, the orange tulip is said to bring cheer and good fortune to those who find it.", + "ftbquests.chapter.ffood_plants.quest34.description1": "Bright and bold, the red tulip is a symbol of love and passion, often given in times of heartfelt confession.", + "ftbquests.chapter.ffood_plants.quest35.description1": "Soft as moonlight, white tulips once whispered of peace and innocence in gardens now long lain fallow.", + "ftbquests.chapter.ffood_plants.quest36.description1": "Soft and gentle, the pink tulip speaks of friendship and gentle affection, often found where laughter lingers.", + "ftbquests.chapter.ffood_plants.quest37.description1": "Dark as a starless night and thorned with sorrow, this eerie bloom grows only in the wake of ruin and shadow.", + "ftbquests.chapter.ffood_plants.quest38.description1": "You can make podzol for planting flower seeds on by growing a 2x2 of spruce saplings - the large tree, once grown, will convert dirt (and dried earth!) under it into podzol.", + "ftbquests.chapter.ffood_plants.quest38.description2": "\u00267Tip: once the strength trait of a flower is high enough, you won\u0027t need to plant them on podzol!", + "ftbquests.chapter.ffood_plants.quest38.task_7604363448496665210.title": "Look at Podzol", + "ftbquests.chapter.ffood_plants.quest38.title": "Podzol", + "ftbquests.chapter.ffood_plants.quest39.description1": "Onion\u0027s delicious smell once filled the air as it gave flavor to meals.", + "ftbquests.chapter.ffood_plants.quest4.description1": "Earthy and humble, potatoes were versatile tubers that thrived in the cool soil of many places.", + "ftbquests.chapter.ffood_plants.quest40.description1": "Sweet potatoes grew slow and sweet underground, long ago.", + "ftbquests.chapter.ffood_plants.quest40.description2": "(new page placeholder text)", + "ftbquests.chapter.ffood_plants.quest41.description1": "A humble grain that swayed in golden fields before being ground and baked into something warm and sustaining.", + "ftbquests.chapter.ffood_plants.quest42.description1": "Basil once filled the air with a fragrance that breezes would quietly carry away.", + "ftbquests.chapter.ffood_plants.quest43.description1": "A small, zesty vegetable that added a sharp bite to meals.", + "ftbquests.chapter.ffood_plants.quest44.description1": "A dark, sturdy bean that once softened in pots where stories and spices mingled.", + "ftbquests.chapter.ffood_plants.quest45.description1": "A slender, snappy vegetable that brightened plates in days long past.", + "ftbquests.chapter.ffood_plants.quest46.description1": "A nutrient-rich tuber, often tied to seasonal harvests and both everyday and festive cooking.", + "ftbquests.chapter.ffood_plants.quest47.description1": "Widely adopted, they were once integral to many cuisines, especially where freshness and preservation intersected.", + "ftbquests.chapter.ffood_plants.quest48.description1": "Spiny and hardy, the cactus once dotted vast oceans of sand.", + "ftbquests.chapter.ffood_plants.quest49.description1": "Saguaro once stood tall in the desert heat, holding their shape against time and silence.", + "ftbquests.chapter.ffood_plants.quest5.description1": "Orange orbs that sprouted in the autumn, pumpkins were both a festive decoration and a hearty food source.", + "ftbquests.chapter.ffood_plants.quest50.description1": "Valued for its hardiness and storage life, it figured prominently in preserved and cold-weather foods.", + "ftbquests.chapter.ffood_plants.quest51.description1": "Fast-growing and versatile, they were commonly used to add mild sharpness to everyday dishes.", + "ftbquests.chapter.ffood_plants.quest52.description1": "Coffee was brewed each morning, dark and warm, its bitterness softened by time and habit.", + "ftbquests.chapter.ffood_plants.quest53.description1": "A worldwide staple, central to daily diets and shaped by centuries of cultivation and ritual.", + "ftbquests.chapter.ffood_plants.quest54.description1": "A cool-weather root typically grown for its reliability and used in simple, hearty meals.", + "ftbquests.chapter.ffood_plants.quest55.description1": "A hardy root, valued for nutrition and storage through cold months.", + "ftbquests.chapter.ffood_plants.quest56.description1": "Once used to add a small amount of spice to everyday food.", + "ftbquests.chapter.ffood_plants.quest57.description1": "Once cultivated widely for its simple, nourishing qualities.", + "ftbquests.chapter.ffood_plants.quest58.description1": "A vital staple, central to diets and agricultural abundance.", + "ftbquests.chapter.ffood_plants.quest59.description1": "Seeds that added warmth and spice, enhancing a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest6.description1": "Large, round fruits with a green rind and sweet, juicy flesh; melons grew best in warm, sunny fields.", + "ftbquests.chapter.ffood_plants.quest60.description1": "Mild and colorful, they brought sweetness and variety to meals.", + "ftbquests.chapter.ffood_plants.quest61.description1": "Known for its cool, crisp texture, often enjoyed fresh or pickled.", + "ftbquests.chapter.ffood_plants.quest62.description1": "A sweet fruit that brightened the warmer months with its flavor.", + "ftbquests.chapter.ffood_plants.quest63.description1": "Harvested for its tender shoots, enjoyed seasonally.", + "ftbquests.chapter.ffood_plants.quest64.description1": "Offered a subtle crunch and flavor, a common addition in many recipes.", + "ftbquests.chapter.ffood_plants.quest65.description1": "Once a comforting grain, quietly nourishing both people and animals alike.", + "ftbquests.chapter.ffood_plants.quest66.description1": "Peanuts were once valued for their simple richness and high protein content.", + "ftbquests.chapter.ffood_plants.quest67.description1": "Tart and vibrant, they were key in sauces and salsas that brought bold flavor.", + "ftbquests.chapter.ffood_plants.quest68.description1": "A versatile summer squash, cooked or baked into a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest69.description1": "A small, sweet berry, enjoyed fresh or preserved to brighten meals.", + "ftbquests.chapter.ffood_plants.quest7.description1": "Prickly bushes bore these bright berries, beloved for their sweet bite and quick comfort.", + "ftbquests.chapter.ffood_plants.quest70.description1": "Known for their sweetness and antioxidants, often eaten fresh or in preserves.", + "ftbquests.chapter.ffood_plants.quest71.description1": "Rich and tangy, they provided a burst of flavor and nutrition when they were in season.", + "ftbquests.chapter.ffood_plants.quest72.description1": "A mild onion relative, used to add depth and subtle flavor to soups and stews.", + "ftbquests.chapter.ffood_plants.quest73.description1": "Crisp and cool, a common leafy green that added freshness to countless dishes.", + "ftbquests.chapter.ffood_plants.quest74.description1": "Valued for its spicy warmth and medicinal qualities, a staple in many remedies and recipes now lost.", + "ftbquests.chapter.ffood_plants.quest75.description1": "A fragrant melon, its juicy flesh a refreshing treat on hot days.", + "ftbquests.chapter.ffood_plants.quest76.description1": "A sweet, cooling melon that offered relief during warm seasons.", + "ftbquests.chapter.ffood_plants.quest77.description1": "A tangy fruit, rich in vitamin C and refreshing in warmer months.", + "ftbquests.chapter.ffood_plants.quest78.description1": "A versatile vegetable, often roasted or stewed to add richness to meals.", + "ftbquests.chapter.ffood_plants.quest79.description1": "A mild vegetable used in a variety of dishes, from soups to roasts.", + "ftbquests.chapter.ffood_plants.quest8.description1": "Wheat once rippled like golden seas, feeding countless lives. Fields of it marked the heart of many homesteads.", + "ftbquests.chapter.ffood_plants.quest80.description1": "Small and tart, used fresh or dried to add brightness to dishes and preserves.", + "ftbquests.chapter.ffood_plants.quest81.description1": "Valued for their oil and flavor, they were a key ingredient in cooking and preservation.", + "ftbquests.chapter.ffood_plants.quest82.description1": "Known for its nutritional content, often steamed or roasted.", + "ftbquests.chapter.ffood_plants.quest83.description1": "Prized for its tender hearts, a special ingredient in many traditional meals.", + "ftbquests.chapter.ffood_plants.quest84.description1": "Tart and fibrous, often cooked down into jams and desserts.", + "ftbquests.chapter.ffood_plants.quest85.description1": "A pungent staple, prized for both taste and medicinal value in many kitchens.", + "ftbquests.chapter.ffood_plants.quest86.description1": "Known for its vibrant color and healing properties, it flavored food and soothed ailments alike.", + "ftbquests.chapter.ffood_plants.quest87.description1": "Sweet and versatile - enjoyed fresh or transformed into wines and preserves.", + "ftbquests.chapter.ffood_plants.quest88.description1": "A leafy green, rich in nutrients and commonly eaten fresh.", + "ftbquests.chapter.ffood_plants.quest89.description1": "A hearty vegetable, often stored through colder months and used in countless recipes.", + "ftbquests.chapter.ffood_plants.quest9.description1": "This gnarled, shrieking root was feared as much as it was valued.", + "ftbquests.chapter.ffood_plants.quest9.description2": "\u00267Tip: you might want to only harvest these at night!", + "ftbquests.chapter.ffood_plants.quest90.description1": "A resilient leafy green valued for its nutrition and versatility in cooking.", + "ftbquests.chapter.ffood_plants.quest91.description1": "Small, dark berries used for their medicinal properties and tart flavor.", + "ftbquests.chapter.ffood_plants.quest92.description1": "Known for their bitter aroma, they were essential in brewing of all kinds.", + "ftbquests.chapter.ffood_plants.quest93.description1": "Tart and bright, commonly used fresh or preserved to complement meals.", + "ftbquests.chapter.ffood_plants.quest94.description1": "A fragrant bean that lent warmth and sweetness to many desserts and drinks.", + "ftbquests.chapter.ffood_plants.quest95.description1": "A sweet and tangy fruit that brought plenty of flavor to many dishes.", + "ftbquests.chapter.ffood_plants.quest96.description1": "Crunchy, subtly sweet nuts with a toasty, earthy finish.", + "ftbquests.chapter.ffood_plants.quest97.description1": "Crisp, juicy fruits that balance light sweetness with a refreshing tang.", + "ftbquests.chapter.ffood_plants.quest98.description1": "Soft, slightly fuzzy fruits with a delightfully sweet-tart burst.", + "ftbquests.chapter.ffood_plants.quest99.description1": "Creamy and buttery with a mild, slightly grassy flavor.", + "ftbquests.chapter.ffood_plants.title": "Plants Galore", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description1": "You wake up in a vast, dead and dried out wasteland. You don\u0027t remember how you got here, but you do remember what the world \u0026oshould\u0026r look like - and this isn\u0027t it.", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description2": "Welcome to \u00266Reclamation!\u0026r This is a slower-paced pack focused around bringing life and nature back to a dead world. Press \u00266F3+H\u0026r to disable advanced tooltips, if they\u0027re on!", + "ftbquests.chapter.how_the_world_came_to_be.quest1.task_6356663929448377632.title": "What happened here?", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description1": "\u00266Alchemical Sulfur\u0026r is one of the three building blocks of alchemy - it provides the Soul of an item, and represents what specific item it is.", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description2": "To obtain it, you\u0027ll have to make a \u00266Liquefaction Cauldron\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the item you want to extract sulfur from into the Cauldron, fill it with \u00266Sal Ammoniac,\u0026r give the Brazier some fuel, and it\u0027ll slowly convert materials into their respective \u00266Alchemical Sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description3": "The dried earth you find yourself surrounded by used to be dirt, and it remembers that - \u00266use the Cauldron to turn dried earth into dirt sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.title": "Alchemical Sulfur", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description1": "Now that you have all three alchemical components of an item - \u00266Mercury, Salt, and Sulfur\u0026r - you can make an \u00266Incubator\u0026r to combine them all back into an item; in this case, back into \u00266dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description2": "Place the Incubator above a Brazier and attach all three vessels to the sides of it. Fill each vessel with the appropriate item, give the Brazier some fuel, and in a bit you\u0027ll have fresh dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest11.title": "Incubator", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description1": "You\u0027ve done it! You\u0027ve made dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description2": "...now you just need something to grow on it.", + "ftbquests.chapter.how_the_world_came_to_be.quest12.subtitle": "Slightly browner", + "ftbquests.chapter.how_the_world_came_to_be.quest13.description1": "Despite the seeming apocalypse, there are still fish to find (and eat) for those with the skill and desire.", + "ftbquests.chapter.how_the_world_came_to_be.quest13.title": "Fishy Friends", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description1": "Spider string can be crafted into wool, which can be crafted into beds! ", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description2": "You can also craft a sleeping bag, for staying cozy on the go... but where would you be going?", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_1655930139945784994.title": "Any Bed", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_2233575124644508705.title": "Any Sleeping Bag", + "ftbquests.chapter.how_the_world_came_to_be.quest14.title": "Small Comforts", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description1": "Worldgen has been completely overhauled - \u00264no ore generates,\u0026r and the only biomes that exist are dead, wasteland biomes with no real vegetation. Additionally, the only trees that spawn are dead trees, with very little useability.", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description2": "Stone variants still generate, and you can find \u00266sand and clay underwater.\u0026r It will also still rain!", + "ftbquests.chapter.how_the_world_came_to_be.quest15.task_9000568835822462366.title": "Changed worldgen?", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description1": "The naturally spawning mobs have changed in this new landscape! Specifically, \u0026czombie villagers and witches won\u0027t spawn,\u0026r and \u00266spiders have mutated\u0026r into their venomous cave versions. ", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description2": "This means that there\u0027s \u0026cno way to get any kind of resources from witches or zombie villagers\u0026r (even if you could cure them!); the only things that you can really hope to get are iron or copper ingots from \u00266rare drops\u0026r - but there are other ways to generate resources...", + "ftbquests.chapter.how_the_world_came_to_be.quest16.task_8241748987012779739.title": "Rare Drops?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description1": "There are quite a few books in the pack! Thankfully, the \u00266Akashic Tome\u0026r is here to help. Crafting any book with this will combine it, letting you keep every guidebook in a single item. Simply craft it with another guidebook!", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description2": "To untransform the tome, punch the air with it.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description3": "To remove a stored book, transform the tome into the book, then sneak and press your \u0027drop\u0027 key.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.task_3483844932023115481.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description1": "A lot of the pack consists of passive processes you\u0027ll probably want to keep running while you do other things. You can claim chunks to \u00266force-load \u0026rthem using your map; ensuring they\u0027ll stay loaded even while you\u0027re not nearby. ", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description2": "Just open your map (default M) and \u00266right-click drag\u0026r over the area you\u0027d like to claim. Right-click drag again to force claim!", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description3": "If you\u0027re playing with friends, \u00266make sure you\u0027re on the same team\u0026r so that you can all access things inside your claim and share quest progress.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description4": "For more information on the claims system, check out the \u00266Open Parties and Claims\u0026r wiki or keybinds.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description5": "\u00267Tip: you might want to turn claimed chunk protection off! It tends to break fake players.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.task_3331239976186418612.title": "Playing with Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.title": "Chunkloading and Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description1": "You can make a quick and dirty door using the scrap wood and some copper you\u0027ve found - but it seems pretty shoddy, \u00264breaking every so often\u0026r and needing to be re-placed.", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description2": "At least it keeps the spookies out...", + "ftbquests.chapter.how_the_world_came_to_be.quest2.description1": "Wood is plentiful, if not exactly the quality you remember.", + "ftbquests.chapter.how_the_world_came_to_be.quest2.title": "Dead Trees", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description1": "Despite the harsh conditions, bees still persist, dotted amongst the dry hills. ", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description2": "Cultivating them could be a great way to \u00266generate resources\u0026r such as more dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description3": "\u00267Tip: this unlocks a new questline on the left!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.title": "Bees?!", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description1": "There are ruins around with \u00266small bits of copper,\u0026r completely oxidized from whatever happened. ", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description2": "You might be able to craft something to help you out with that copper, but first you\u0027ll have to \u00266get it into a useable state...\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest3.task_7525660450708144821.title": "Oxidized Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description1": "Many many recipes have been changed in this pack. Make sure you check your recipe browser for crafting recipes! By default, the keybinds when hovering over an item are \u00266R to look up recipes\u0026r for the item, and \u00266U to look up uses\u0026r for the item.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description2": "These binds can be changed by clicking the EMI button in the bottom left of your inventory screen.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.task_8528084351057584694.title": "What\u0027s changed?", + "ftbquests.chapter.how_the_world_came_to_be.quest4.title": "How do I craft things?", + "ftbquests.chapter.how_the_world_came_to_be.quest5.description1": "\u0026l\u0026o\u0026cNO ORE GENERATES IN THE WORLD. RECIPES HAVE CHANGED.\u0026r Those who came before you have completely mined out the entire planet - after centuries of strip mining, quarrying, and general exploitation, there is not so much as a measly scrap of coal in the world, so there\u0027s no point trying to find any type of ore by mining.", + "ftbquests.chapter.how_the_world_came_to_be.quest5.task_734684119620528193.title": "Deprived...", + "ftbquests.chapter.how_the_world_came_to_be.quest5.title": "Where\u0027s the ore!?", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description1": "After you \u00266scrape off the rust with an axe,\u0026r you think you can use a \u00266cutting board\u0026r to get useable copper out of the oxidized copper you find in ruins.", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description2": "This useable copper will be crucial for \u00266Spagyrics\u0026r, the process of decomposing and recombining matter - which should let you \u00266rejuvenate the Dried Earth\u0026r into \u00266Dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description3": "\u00267Tip: you can also use the cutting board to get more charcoal and scrap wood out of dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest6.title": "Useable Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description1": "In the contaminated water you have found trace amounts of \u00266Sal Ammoniac,\u0026r a crucial ingredient in the practice of \u00266Theurgy.\u0026r By setting up a simple accumulator and tank, you think you\u0027ll be able to distill it. ", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description2": "Place the accumulator on top of the tank, fill it with water, and it will slowly produce \u00266Sal Ammoniac\u0026r for you.", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description3": "\u00267Tip: you can make buckets out of copper!\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description1": "\u00266Alchemical Mercury\u0026r is one of the three building blocks of alchemy - it provides the Energy of an item, and is largely interchangeable between things.", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description2": "To distill it, you\u0027ll have to make a \u00266Mercury Distiller\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to distill into the Distiller, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Mercury.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description3": "Rarer materials give more mercury, but to start you\u0027ll probably want to distill \u00266cobblestone, dried earth, or cooked fish.\u0026r ", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description4": "\u00267Tip: slicing fish makes it a more efficient way of getting mercury!", + "ftbquests.chapter.how_the_world_came_to_be.quest8.title": "Alchemical Mercury", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description1": "\u00266Alchemical Salt\u0026r is one of the three building blocks of alchemy - it provides the Body of an item, and represents the \u0027type\u0027 of an item.", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description2": "To obtain it, you\u0027ll have to make a \u00266Calcination Oven\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to extract into the Oven, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description3": "There are many different kinds of salt, but to start, you should \u00266focus on getting Strata salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.title": "Alchemical Salt", + "ftbquests.chapter.how_the_world_came_to_be.subtitle0": "A vast wasteland", + "ftbquests.chapter.how_the_world_came_to_be.title": "Prologue", + "ftbquests.chapter.mob_safari.quest1.task_644874208300996266.title": "Creeper Photo", + "ftbquests.chapter.mob_safari.quest1.title": "Creeper", + "ftbquests.chapter.mob_safari.quest10.task_7387499092437519744.title": "Silverfish Photo", + "ftbquests.chapter.mob_safari.quest10.title": "Silverfish", + "ftbquests.chapter.mob_safari.quest11.task_560111651210659078.title": "Evoker Photo", + "ftbquests.chapter.mob_safari.quest11.title": "Evoker", + "ftbquests.chapter.mob_safari.quest12.task_6050813032829826018.title": "Ghast Photo", + "ftbquests.chapter.mob_safari.quest12.title": "Ghast", + "ftbquests.chapter.mob_safari.quest13.task_8655936747757493244.title": "Guardian Photo", + "ftbquests.chapter.mob_safari.quest13.title": "Guardian", + "ftbquests.chapter.mob_safari.quest14.task_9108849848609122501.title": "Hoglin Photo", + "ftbquests.chapter.mob_safari.quest14.title": "Hoglin", + "ftbquests.chapter.mob_safari.quest15.task_7435272240185968407.title": "Phantom Photo", + "ftbquests.chapter.mob_safari.quest15.title": "Phantom", + "ftbquests.chapter.mob_safari.quest16.task_2497415746301840277.title": "Piglin Brute Photo", + "ftbquests.chapter.mob_safari.quest16.title": "Piglin Brute", + "ftbquests.chapter.mob_safari.quest17.description1": "\u00267Tip: there is a ritual that can grant you the bad omen effect!", + "ftbquests.chapter.mob_safari.quest17.task_876018828234332303.title": "Pillager Photo", + "ftbquests.chapter.mob_safari.quest17.title": "Pillager", + "ftbquests.chapter.mob_safari.quest18.task_9217927796095116198.title": "Ravager Photo", + "ftbquests.chapter.mob_safari.quest18.title": "Ravager", + "ftbquests.chapter.mob_safari.quest19.task_6294764614244969421.title": "Shulker Photo", + "ftbquests.chapter.mob_safari.quest19.title": "Shulker", + "ftbquests.chapter.mob_safari.quest2.description1": "In this new post-apocalyptic world, you\u0027ve realized that it might be a good idea to document what lifeforms exist - just in case it happens again. ", + "ftbquests.chapter.mob_safari.quest2.description2": "To do so, you\u0027re going to need \u00266a camera, \u0026rsome \u00266film\u0026r to print onto, and some way to turn that \u00266film into photos.\u0026r", + "ftbquests.chapter.mob_safari.quest2.subtitle": "Snap decisions", + "ftbquests.chapter.mob_safari.quest2.title": "Camera", + "ftbquests.chapter.mob_safari.quest20.task_5958619487539868658.title": "Skeleton Photo", + "ftbquests.chapter.mob_safari.quest20.title": "Skeleton", + "ftbquests.chapter.mob_safari.quest21.task_2908237894518590949.title": "Slime Photo", + "ftbquests.chapter.mob_safari.quest21.title": "Slime", + "ftbquests.chapter.mob_safari.quest22.task_1986307033554203052.title": "Stray Photo", + "ftbquests.chapter.mob_safari.quest22.title": "Stray", + "ftbquests.chapter.mob_safari.quest23.task_8127229503220688871.title": "Vex Photo", + "ftbquests.chapter.mob_safari.quest23.title": "Vex", + "ftbquests.chapter.mob_safari.quest24.task_2719667561416590077.title": "Vindicator Photo", + "ftbquests.chapter.mob_safari.quest24.title": "Vindicator", + "ftbquests.chapter.mob_safari.quest25.description1": "\u00267Tip: the sculk catalyst is craftable, and you can use a sculk awakener on a sculk shrieker to convert it into one that can spawn Wardens.", + "ftbquests.chapter.mob_safari.quest25.task_3299757844051508646.title": "Warden Photo", + "ftbquests.chapter.mob_safari.quest25.title": "Warden", + "ftbquests.chapter.mob_safari.quest26.task_1834001635925258364.title": "Witch Photo", + "ftbquests.chapter.mob_safari.quest26.title": "Witch", + "ftbquests.chapter.mob_safari.quest27.description1": "\u00267Tip: if you want to summon a living wither skeleton, you\u0027ll need to use the Soulium Spawner.", + "ftbquests.chapter.mob_safari.quest27.task_431510156767848390.title": "Wither Skeleton Photo", + "ftbquests.chapter.mob_safari.quest27.title": "Wither Skeleton", + "ftbquests.chapter.mob_safari.quest28.task_3976176875920550036.title": "Zoglin Photo", + "ftbquests.chapter.mob_safari.quest28.title": "Zoglin", + "ftbquests.chapter.mob_safari.quest29.task_2001349734991872109.title": "Blaze Photo", + "ftbquests.chapter.mob_safari.quest29.title": "Blaze", + "ftbquests.chapter.mob_safari.quest3.task_6868688706200460210.title": "Zombie Photo", + "ftbquests.chapter.mob_safari.quest3.title": "Zombie", + "ftbquests.chapter.mob_safari.quest30.task_4394254762005595057.title": "Wither Photo", + "ftbquests.chapter.mob_safari.quest30.title": "Wither", + "ftbquests.chapter.mob_safari.quest31.task_6606548217913389459.title": "Ender Dragon Photo", + "ftbquests.chapter.mob_safari.quest31.title": "Ender Dragon", + "ftbquests.chapter.mob_safari.quest32.task_8348843003612976311.title": "Piglin Photo", + "ftbquests.chapter.mob_safari.quest32.title": "Piglin", + "ftbquests.chapter.mob_safari.quest33.task_9152125344552747368.title": "Allay Photo", + "ftbquests.chapter.mob_safari.quest33.title": "Allay", + "ftbquests.chapter.mob_safari.quest34.task_935450104482788869.title": "Axolotl Photo", + "ftbquests.chapter.mob_safari.quest34.title": "Axolotl", + "ftbquests.chapter.mob_safari.quest35.task_3732209353791428122.title": "Bat Photo", + "ftbquests.chapter.mob_safari.quest35.title": "Bat", + "ftbquests.chapter.mob_safari.quest36.task_4451728281716577204.title": "Camel Photo", + "ftbquests.chapter.mob_safari.quest36.title": "Camel", + "ftbquests.chapter.mob_safari.quest37.task_3478349021656071469.title": "Cat Photo", + "ftbquests.chapter.mob_safari.quest37.title": "Cat", + "ftbquests.chapter.mob_safari.quest38.task_421501030317629993.title": "Chicken Photo", + "ftbquests.chapter.mob_safari.quest38.title": "Chicken", + "ftbquests.chapter.mob_safari.quest39.task_3283513909476271368.title": "Cod Photo", + "ftbquests.chapter.mob_safari.quest39.title": "Cod", + "ftbquests.chapter.mob_safari.quest4.task_5493751185522811223.title": "Husk Photo", + "ftbquests.chapter.mob_safari.quest4.title": "Husk", + "ftbquests.chapter.mob_safari.quest40.task_3552336333939252573.title": "Cow Photo", + "ftbquests.chapter.mob_safari.quest40.title": "Cow", + "ftbquests.chapter.mob_safari.quest41.task_8921315837912733830.title": "Donkey Photo", + "ftbquests.chapter.mob_safari.quest41.title": "Donkey", + "ftbquests.chapter.mob_safari.quest42.task_8892925176174289117.title": "Frog Photo", + "ftbquests.chapter.mob_safari.quest42.title": "Frog", + "ftbquests.chapter.mob_safari.quest43.task_7912667151609898398.title": "Glow Squid Photo", + "ftbquests.chapter.mob_safari.quest43.title": "Glow Squid", + "ftbquests.chapter.mob_safari.quest44.task_4389105525914117514.title": "Horse Photo", + "ftbquests.chapter.mob_safari.quest44.title": "Horse", + "ftbquests.chapter.mob_safari.quest45.task_4359593363899885941.title": "Mooshroom Photo", + "ftbquests.chapter.mob_safari.quest45.title": "Mooshroom", + "ftbquests.chapter.mob_safari.quest46.task_924922940433498504.title": "Mule Photo", + "ftbquests.chapter.mob_safari.quest46.title": "Mule", + "ftbquests.chapter.mob_safari.quest47.task_4787445126890462554.title": "Ocelot Photo", + "ftbquests.chapter.mob_safari.quest47.title": "Ocelot", + "ftbquests.chapter.mob_safari.quest48.task_595439666779967783.title": "Parrot Photo", + "ftbquests.chapter.mob_safari.quest48.title": "Parrot", + "ftbquests.chapter.mob_safari.quest49.task_6791445533424275382.title": "Pig Photo", + "ftbquests.chapter.mob_safari.quest49.title": "Pig", + "ftbquests.chapter.mob_safari.quest5.task_2405723904258009579.title": "Drowned Photo", + "ftbquests.chapter.mob_safari.quest5.title": "Drowned", + "ftbquests.chapter.mob_safari.quest50.task_5186559523328413187.title": "Pufferfish Photo", + "ftbquests.chapter.mob_safari.quest50.title": "Pufferfish", + "ftbquests.chapter.mob_safari.quest51.task_1802630615776817042.title": "Rabbit Photo", + "ftbquests.chapter.mob_safari.quest51.title": "Rabbit", + "ftbquests.chapter.mob_safari.quest52.task_9075318374820615216.title": "Salmon Photo", + "ftbquests.chapter.mob_safari.quest52.title": "Salmon", + "ftbquests.chapter.mob_safari.quest53.task_1279126845524092057.title": "Sheep Photo", + "ftbquests.chapter.mob_safari.quest53.title": "Sheep", + "ftbquests.chapter.mob_safari.quest54.description1": "\u00267Tip: the sniffer egg is craftable!", + "ftbquests.chapter.mob_safari.quest54.task_4496075018482353874.title": "Sniffer Photo", + "ftbquests.chapter.mob_safari.quest54.title": "Sniffer", + "ftbquests.chapter.mob_safari.quest55.task_7621061223329854925.title": "Snow Golem Photo", + "ftbquests.chapter.mob_safari.quest55.title": "Snow Golem", + "ftbquests.chapter.mob_safari.quest56.task_3811954916556661348.title": "Squid Photo", + "ftbquests.chapter.mob_safari.quest56.title": "Squid", + "ftbquests.chapter.mob_safari.quest57.task_8980744210598611125.title": "Strider Photo", + "ftbquests.chapter.mob_safari.quest57.title": "Strider", + "ftbquests.chapter.mob_safari.quest58.task_3384099064913889422.title": "Tropical Fish Photo", + "ftbquests.chapter.mob_safari.quest58.title": "Tropical Fish", + "ftbquests.chapter.mob_safari.quest59.task_8173784837555787990.title": "Turtle Photo", + "ftbquests.chapter.mob_safari.quest59.title": "Turtle", + "ftbquests.chapter.mob_safari.quest6.task_874911539473621191.title": "Spider Photo", + "ftbquests.chapter.mob_safari.quest6.title": "Spider", + "ftbquests.chapter.mob_safari.quest60.task_3689972004573703426.title": "Villager Photo", + "ftbquests.chapter.mob_safari.quest60.title": "Villager", + "ftbquests.chapter.mob_safari.quest61.description1": "\u00267Tip: an oak or birch tree grown near flowers has a small chance to spawn a beehive!", + "ftbquests.chapter.mob_safari.quest61.task_5922903859006989903.title": "Bee Photo", + "ftbquests.chapter.mob_safari.quest61.title": "Bee", + "ftbquests.chapter.mob_safari.quest62.task_6003122656664405150.title": "Dolphin Photo", + "ftbquests.chapter.mob_safari.quest62.title": "Dolphin", + "ftbquests.chapter.mob_safari.quest63.task_8533728607102685433.title": "Fox Photo", + "ftbquests.chapter.mob_safari.quest63.title": "Fox", + "ftbquests.chapter.mob_safari.quest64.task_2426644530607004924.title": "Goat Photo", + "ftbquests.chapter.mob_safari.quest64.title": "Goat", + "ftbquests.chapter.mob_safari.quest65.task_7632281372321087328.title": "Iron Golem Photo", + "ftbquests.chapter.mob_safari.quest65.title": "Iron Golem", + "ftbquests.chapter.mob_safari.quest66.reward_5070411217558644494.title": "Wash the spit off your face!", + "ftbquests.chapter.mob_safari.quest66.task_6151594406741525419.title": "Llama Photo", + "ftbquests.chapter.mob_safari.quest66.title": "Llama", + "ftbquests.chapter.mob_safari.quest67.task_8391996334368644499.title": "Panda Photo", + "ftbquests.chapter.mob_safari.quest67.title": "Panda", + "ftbquests.chapter.mob_safari.quest68.task_6356092814838542587.title": "Polar Bear Photo", + "ftbquests.chapter.mob_safari.quest68.title": "Polar Bear", + "ftbquests.chapter.mob_safari.quest69.task_5155069369552929707.title": "Wolf Photo", + "ftbquests.chapter.mob_safari.quest69.title": "Wolf", + "ftbquests.chapter.mob_safari.quest7.task_7828452674496297861.title": "Cave Spider Photo", + "ftbquests.chapter.mob_safari.quest7.title": "Cave Spider", + "ftbquests.chapter.mob_safari.quest70.task_6586877749199133229.title": "Zombified Piglin Photo", + "ftbquests.chapter.mob_safari.quest70.title": "Zombified Piglin", + "ftbquests.chapter.mob_safari.quest71.description1": "\u00267Tip: there is a ritual that spawns the Elder Guardian!", + "ftbquests.chapter.mob_safari.quest71.task_1136723065807110792.title": "Elder Guardian Photo", + "ftbquests.chapter.mob_safari.quest71.title": "Elder Guardian", + "ftbquests.chapter.mob_safari.quest72.task_1119603583110664878.title": "Starbuncle Photo", + "ftbquests.chapter.mob_safari.quest72.title": "Starbuncle", + "ftbquests.chapter.mob_safari.quest73.task_1237879032257403086.title": "Wilden Guardian Photo", + "ftbquests.chapter.mob_safari.quest73.title": "Wilden Defender", + "ftbquests.chapter.mob_safari.quest74.task_5793666635438854570.title": "Wilden Pack Hunter Photo", + "ftbquests.chapter.mob_safari.quest74.title": "Wilden Pack Hunter", + "ftbquests.chapter.mob_safari.quest75.task_8789953344793101489.title": "Wilden Stalker Photo", + "ftbquests.chapter.mob_safari.quest75.title": "Wilden Stalker", + "ftbquests.chapter.mob_safari.quest76.task_4116691053894850008.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest76.title": "Drygmy", + "ftbquests.chapter.mob_safari.quest77.task_1018473204252943458.title": "Wilden Chimera Photo", + "ftbquests.chapter.mob_safari.quest77.title": "Wilden Chimera", + "ftbquests.chapter.mob_safari.quest78.task_6004116955135160925.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest78.title": "Whirlisprig", + "ftbquests.chapter.mob_safari.quest79.description1": "\u00267Tip: a spawned siren, not a tamed familiar!", + "ftbquests.chapter.mob_safari.quest79.task_1471670924078031545.title": "Siren Photo", + "ftbquests.chapter.mob_safari.quest79.title": "Siren", + "ftbquests.chapter.mob_safari.quest8.task_4943959340946543881.title": "Enderman Photo", + "ftbquests.chapter.mob_safari.quest8.title": "Enderman", + "ftbquests.chapter.mob_safari.quest80.description1": "I mean. You did a LOT of grinding probably to get here. Also by definition you\u0027ve finished the pack, or good as.", + "ftbquests.chapter.mob_safari.quest80.subtitle": "because why not?", + "ftbquests.chapter.mob_safari.quest80.title": "Safari LEGEND", + "ftbquests.chapter.mob_safari.quest9.task_4733333668196733711.title": "Endermite Photo", + "ftbquests.chapter.mob_safari.quest9.title": "Endermite", + "ftbquests.chapter.mob_safari.title": "Mob Safari", + "ftbquests.chapter.resource_generation.quest1.description1": "\u00266Prosperity Shards\u0026r are the basis of all mystical essence manipulation - very useful for generating large amounts of basic resources.", + "ftbquests.chapter.resource_generation.quest1.description2": "They can be found by breaking down copper nuggets with a pickaxe on a cutting board.", + "ftbquests.chapter.resource_generation.quest1.description3": "\u00267Tip: you can also make prosperity shards in an Enrichment Chamber!", + "ftbquests.chapter.resource_generation.quest10.description1": "With enough inferium, you can craft \u00266Inferium Seeds,\u0026r which grow essence themselves.", + "ftbquests.chapter.resource_generation.quest11.description1": "More potent than regular inferium essence, \u00266Prudentium Essence\u0026r can be used to make some useful essence seeds.", + "ftbquests.chapter.resource_generation.quest11.description2": "Make it by fortifying inferium essence with all four elemental essences in a \u00266Cauldron.\u0026r", + "ftbquests.chapter.resource_generation.quest11.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest18.description1": "The \u00266infusion altar\u0026r and \u00266pedestals\u0026r are required to craft essence seeds.", + "ftbquests.chapter.resource_generation.quest18.description2": "Place the items necessary in the pedestals, then give the altar a redstone signal or a wave of a wand to begin crafting.", + "ftbquests.chapter.resource_generation.quest19.description1": "By breeding \u00266Rocky\u0026r bees together in the nether, they\u0027ll slowly adapt and turn into their nether versions - \u00266Crimson\u0026r and \u00266Warped\u0026r bees. \u00266Cursed\u0026r bees are the hybrid between the two.", + "ftbquests.chapter.resource_generation.quest19.description2": "These bees, twisted by the nether environment, are somewhat aggressive; they\u0027ll harm nearby mobs (including players!)", + "ftbquests.chapter.resource_generation.quest19.task_3895545663253499388.title": "Warped", + "ftbquests.chapter.resource_generation.quest19.task_8052506021592411173.title": "Cursed", + "ftbquests.chapter.resource_generation.quest19.task_891469205622428585.title": "Crimson", + "ftbquests.chapter.resource_generation.quest19.title": "Nether Bees", + "ftbquests.chapter.resource_generation.quest2.description1": "You can place frames into your apiary for bonuses to productivity, lifespan, and even change the temperature and humidity of an apiary. ", + "ftbquests.chapter.resource_generation.quest2.description2": "\u00267Tip: Frame modifiers stack multiplicatively, not additively!\u0026r", + "ftbquests.chapter.resource_generation.quest2.task_1734748989054878453.title": "Any Frame", + "ftbquests.chapter.resource_generation.quest20.description1": "If you\u0027re tired of getting stung by nether bees, try crafting a set of \u00266Apiarist Gear.\u0026r This armor, when worn as a set, will protect you from getting affected by any bees nearby.", + "ftbquests.chapter.resource_generation.quest20.description2": "It\u0027s made of silk, which you can get from propolis (which you can get from simmering combs, among others.)", + "ftbquests.chapter.resource_generation.quest20.title": "Apiarist Gear", + "ftbquests.chapter.resource_generation.quest21.description1": "\u00266Rocky\u0026r and \u00266Robust\u0026r bees are more used to cooler climates, but you can breed better tolerances into them. ", + "ftbquests.chapter.resource_generation.quest21.description2": "Their rocky combs produce much more wax and honey than their wasteland cousins, but more importantly, they can rarely produce \u00266Copper Combs\u0026r as a specialty.", + "ftbquests.chapter.resource_generation.quest21.description3": "\u00267Tip: specialties are only produced when a bee is ecstatic! To make a bee ecstatic, you have to have its housing climate \u0026lexactly\u0026r\u00267 match the bee\u0027s preferred climate. Either breed it so that it prefers the hot dry wastes, or use special frames to adjust the temperature and humidity!", + "ftbquests.chapter.resource_generation.quest21.description4": "\u00267Tip 2: tuff (which you need underneath the apiary to breed these bees!) can be crafted or found underground.", + "ftbquests.chapter.resource_generation.quest21.task_1538674417108678800.title": "Resilient", + "ftbquests.chapter.resource_generation.quest21.task_7190582857068653051.title": "Robust", + "ftbquests.chapter.resource_generation.quest21.task_9033126545582958159.title": "Rocky", + "ftbquests.chapter.resource_generation.quest21.title": "Rocky Bees", + "ftbquests.chapter.resource_generation.quest22.description1": "\u00266Haunted,\u0026r \u00266Ghostly,\u0026r and \u00266Spectral\u0026r bees are an offshoot of nether bees that produce Spectral combs, a relatively honey-rich comb. Additionally, Spectral bees will produce \u00266glowstone\u0026r as a specialty!", + "ftbquests.chapter.resource_generation.quest22.task_3081911043010225060.title": "Haunted", + "ftbquests.chapter.resource_generation.quest22.task_5262672928415792469.title": "Ghostly", + "ftbquests.chapter.resource_generation.quest22.task_8517504769354790857.title": "Spectral", + "ftbquests.chapter.resource_generation.quest22.title": "Spectral Bees", + "ftbquests.chapter.resource_generation.quest23.description1": "\u00266Common\u0026r and \u00266Cultivated\u0026r bees were the most common species in the world that came before, from what you recall.", + "ftbquests.chapter.resource_generation.quest23.task_3642208754252689379.title": "Common", + "ftbquests.chapter.resource_generation.quest23.task_8299291890952022433.title": "Cultivated", + "ftbquests.chapter.resource_generation.quest23.title": "Common Bees", + "ftbquests.chapter.resource_generation.quest24.description1": "These glorious bee comrades ironically despise queens. They are also notable for producing \u00266pollen\u0026r and having \u00266higher than average productivity.\u0026r", + "ftbquests.chapter.resource_generation.quest24.task_2025398279722007265.title": "Industrious", + "ftbquests.chapter.resource_generation.quest24.task_3616071306266700168.title": "Tireless", + "ftbquests.chapter.resource_generation.quest24.task_8393881405903593674.title": "Diligent", + "ftbquests.chapter.resource_generation.quest24.title": "Industrious Bees", + "ftbquests.chapter.resource_generation.quest25.description1": "Somewhat snooty and famously literally blue-blooded, these bees can produce \u00266Royal Combs\u0026r when ecstatic. These combs can then centrifuge into \u00266Royal Jelly.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description2": "They also have a \u00266higher than average fertility rate.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description3": "\u00267Tip: Imperial bees have the Beatific effect, which provides all mobs nearby with regeneration!", + "ftbquests.chapter.resource_generation.quest25.task_6398361437915986421.title": "Noble", + "ftbquests.chapter.resource_generation.quest25.task_7062842366521447494.title": "Imperial", + "ftbquests.chapter.resource_generation.quest25.task_753059639095222795.title": "Majestic", + "ftbquests.chapter.resource_generation.quest25.title": "Imperial Bees", + "ftbquests.chapter.resource_generation.quest26.description1": "The \u00266Mellarium\u0026r is a multiblock version of the apiary, with the ability to add modules that can help you in a variety of ways.", + "ftbquests.chapter.resource_generation.quest26.description2": "The most concrete thing a Mellarium can do is give you more than three frame slots, using \u00266Frame Housings.\u0026r This means you can get, in the best case, \u0026l\u0026oSTACKS\u0026r of combs every bee tick.", + "ftbquests.chapter.resource_generation.quest26.description3": "You can also increase your chances of getting a mutation, shield your bees from rain, and change the climate using catalyst items.", + "ftbquests.chapter.resource_generation.quest26.description4": "\u00267Tip: read your Apiarist Field Guide for more information!", + "ftbquests.chapter.resource_generation.quest26.title": "The Mellarium", + "ftbquests.chapter.resource_generation.quest27.description1": "Once you start getting propolis, you can start \u00266upgrading\u0026r your \u00266Centrifuges\u0026r and \u00266Generators\u0026r - each upgrade has different stats, and you can put up to three in your machines.", + "ftbquests.chapter.resource_generation.quest27.description2": "Like frames, these upgrades stack multiplicatively.", + "ftbquests.chapter.resource_generation.quest27.description3": "\u00267Tip: the earliest ways to get propolis are through nether bees or rocky bees!", + "ftbquests.chapter.resource_generation.quest27.task_7611771532993062026.title": "Any Upgrade", + "ftbquests.chapter.resource_generation.quest27.title": "Upgrades", + "ftbquests.chapter.resource_generation.quest28.description1": "At some point you\u0027ll have more honey (and other bee products) than you know what to do with. ", + "ftbquests.chapter.resource_generation.quest28.description2": "If nothing else, you can burn them for energy in the \u00266Honey Generator!\u0026r", + "ftbquests.chapter.resource_generation.quest29.description1": "An interesting thing about these bees is that there\u0027s no way to get more than one queen out of a breeding pair. Fortunately, you can perform a ritual to summon \u00266more bee nests\u0026r through magic and some special ingredients.", + "ftbquests.chapter.resource_generation.quest29.description2": "Read your Reclamation Rituals book for more information.", + "ftbquests.chapter.resource_generation.quest29.title": "More Nests", + "ftbquests.chapter.resource_generation.quest3.description1": "You\u0027ve noticed some beehives dotted around. Maybe you can try to domesticate them?", + "ftbquests.chapter.resource_generation.quest3.description2": "You\u0027ll need a tool to harvest the nests and a place to raise the bees.", + "ftbquests.chapter.resource_generation.quest3.description3": "\u00267Tip: not every bee is required to finish the pack! Branching out from the required bees will allow you to generate resources much easier than the traditional routes, however.", + "ftbquests.chapter.resource_generation.quest3.title": "Beeginnings", + "ftbquests.chapter.resource_generation.quest30.description1": "Certain bees can produce straight up raw metals from certain rocks!", + "ftbquests.chapter.resource_generation.quest30.task_1055543042056575718.title": "Cuprous", + "ftbquests.chapter.resource_generation.quest30.task_2417461944780662004.title": "Osimum", + "ftbquests.chapter.resource_generation.quest30.task_4765395095236658823.title": "Radioactive", + "ftbquests.chapter.resource_generation.quest30.task_5074021897861698803.title": "Precious", + "ftbquests.chapter.resource_generation.quest30.task_5533305920955437908.title": "Ferrous", + "ftbquests.chapter.resource_generation.quest30.task_6870748623537125703.title": "Argentum", + "ftbquests.chapter.resource_generation.quest30.task_766783682761833592.title": "Zincum", + "ftbquests.chapter.resource_generation.quest30.task_8469594533203667582.title": "Stannum", + "ftbquests.chapter.resource_generation.quest30.task_9085151875040480342.title": "Plumbum", + "ftbquests.chapter.resource_generation.quest30.title": "Metal Bees", + "ftbquests.chapter.resource_generation.quest31.description1": "Certain bees can produce raw minerals from their environment!", + "ftbquests.chapter.resource_generation.quest31.task_1818325150934700666.title": "Emeradic", + "ftbquests.chapter.resource_generation.quest31.task_2840825311361710213.title": "Lapic", + "ftbquests.chapter.resource_generation.quest31.task_3358109104860624142.title": "Fluorite", + "ftbquests.chapter.resource_generation.quest31.task_3719081351633839622.title": "Bituminous", + "ftbquests.chapter.resource_generation.quest31.task_4463225001103591989.title": "Silicate", + "ftbquests.chapter.resource_generation.quest31.task_5231403782456047002.title": "Dimantic", + "ftbquests.chapter.resource_generation.quest31.task_5480192077480458536.title": "Luminous", + "ftbquests.chapter.resource_generation.quest31.task_6963870120953273988.title": "Amethyst", + "ftbquests.chapter.resource_generation.quest31.task_7118701806962971116.title": "Quartz", + "ftbquests.chapter.resource_generation.quest31.task_7148838165140607695.title": "Conductive", + "ftbquests.chapter.resource_generation.quest31.title": "Mineral Bees", + "ftbquests.chapter.resource_generation.quest32.description1": "Stronger than Prudentium, \u00266Tertium\u0026r is necessary for all kinds of metallic essence seeds.", + "ftbquests.chapter.resource_generation.quest32.description2": "Make it using a \u00266Runic Altar\u0026r or \u00266Terrestrial Agglomeration Plate.\u0026r", + "ftbquests.chapter.resource_generation.quest32.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest32.description4": "\u00267Tip 2: a potency lens would make the altar process much faster!", + "ftbquests.chapter.resource_generation.quest33.description1": "\u00266Imperium\u0026r is the penultimate tier of essence, requiring combining the power of \u00265Source\u0026r and Tertium Essence.", + "ftbquests.chapter.resource_generation.quest33.description2": "It can be made using an \u00266Imbuement Chamber.\u0026r", + "ftbquests.chapter.resource_generation.quest33.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest34.description1": "\u00266Supremium\u0026r is the highest tier of essence, used for crafting the highest tier of mystical equipment and seeds.", + "ftbquests.chapter.resource_generation.quest34.description2": "Anoint Imperium with life essence to create it.", + "ftbquests.chapter.resource_generation.quest34.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest35.description1": "These bees can produce magical products. Some of them, like the \u00266Natural\u0026r bee, have special effects!", + "ftbquests.chapter.resource_generation.quest35.description2": "Additionally, the Natural bee produces some small amount of \u00266Nature Essence\u0026r if kept ecstatic.", + "ftbquests.chapter.resource_generation.quest35.task_2760367059321888447.title": "Dawnstone", + "ftbquests.chapter.resource_generation.quest35.task_4095918579037388131.title": "Willful", + "ftbquests.chapter.resource_generation.quest35.task_417359132698374078.title": "Botanic", + "ftbquests.chapter.resource_generation.quest35.task_4623337291104132366.title": "Demonite", + "ftbquests.chapter.resource_generation.quest35.task_5288388297853031166.title": "Terra", + "ftbquests.chapter.resource_generation.quest35.task_5373973326405937422.title": "Natural", + "ftbquests.chapter.resource_generation.quest35.task_7910365384265410324.title": "Source", + "ftbquests.chapter.resource_generation.quest35.title": "Magical Bees", + "ftbquests.chapter.resource_generation.quest37.description1": "\u00267Tip: you\u0027ll need to breed Nature bees to get your first bits of nature essence!", + "ftbquests.chapter.resource_generation.quest4.description1": "Now pop a \u00266princess and drone into an apiary,\u0026r and watch the magic happen! Bees can generate some \u00266very useful resources\u0026r in their combs; initially, though, you\u0027ll have to process said combs on \u00266a cutting board.\u0026r", + "ftbquests.chapter.resource_generation.quest4.description2": "At first, you\u0027ll only get beeswax and honey drops, alongside some dead logs...", + "ftbquests.chapter.resource_generation.quest4.description3": "\u00267Tip: wasteland bees (and desiccated and dried bees) need dead bushes as their \u0027flowers\u0027!", + "ftbquests.chapter.resource_generation.quest4.title": "Beesources", + "ftbquests.chapter.resource_generation.quest5.description1": "By continuously re-breeding \u00266Wasteland\u0026r bees together, you can start to slowly revitalize them. \u00266Desiccated\u0026r and \u00266Dried\u0026r bees are slightly better, with a higher productivity and lifespan - meaning less maintenance and more combs!", + "ftbquests.chapter.resource_generation.quest5.task_3134995966104364628.title": "Dried", + "ftbquests.chapter.resource_generation.quest5.task_7818871944295114422.title": "Desiccated", + "ftbquests.chapter.resource_generation.quest5.title": "Reclaimed Bees", + "ftbquests.chapter.resource_generation.quest6.description1": "At some point, you\u0027ll want to take a closer look at your bees - the \u00266Analyzer\u0026r allows you to examine what genes exactly any given bee has, for the low cost of a single honey drop.", + "ftbquests.chapter.resource_generation.quest6.description2": "The \u00266Apid Library\u0026r shows you what mutations you can create with a bee\u0027s species.", + "ftbquests.chapter.resource_generation.quest6.description3": "The \u00266Microscope\u0026r allows you to research bee species, giving you a higher chance to mutate bees into a researched species.", + "ftbquests.chapter.resource_generation.quest6.description4": "\u00267Tip: the Microscope is a great way to get rid of unnecessary drones you have! Read the Apiarist Field Guide for more info on it.", + "ftbquests.chapter.resource_generation.quest6.title": "Tools of the Trade", + "ftbquests.chapter.resource_generation.quest67.description1": "\u00266Growth Accelerators\u0026r grow the crop above them faster. Higher tiers have higher ranges, meaning you can stack more underneath your farmland!", + "ftbquests.chapter.resource_generation.quest68.description1": "Essence infused watering cans can water a larger area faster.", + "ftbquests.chapter.resource_generation.quest7.description1": "If you want to process your combs more efficiently, you\u0027ll want to make a \u00266Centrifuge.\u0026r Powered by a generator, it automatically turns combs into comb products - no more manual chopping!", + "ftbquests.chapter.resource_generation.quest7.title": "Comb Processing ", + "ftbquests.chapter.resource_generation.quest73.description1": "\u00267Tip: unlimited wadduh", + "ftbquests.chapter.resource_generation.quest8.description1": "All essence seeds need to grow on specially prepared \u00266Essence Farmland.\u0026r", + "ftbquests.chapter.resource_generation.quest8.description2": "You can obtain your first bits of \u00266Inferium Essence\u0026r from killing mobs.", + "ftbquests.chapter.resource_generation.quest8.description3": "\u00267Tip: higher tier essence farmland will grow essence crops slightly faster!", + "ftbquests.chapter.resource_generation.quest9.description1": "These first elemental seeds don\u0027t have very many direct crafting uses, but are an important stepping stone to bigger and better things.", + "ftbquests.chapter.resource_generation.quest9.description2": "\u00267Tip: essence seeds aren\u0027t cloneable, meaning you\u0027ll need two or more to actually start increasing their stats!", + "ftbquests.chapter.resource_generation.quest9.title": "Elemental Seeds", + "ftbquests.chapter.resource_generation.title": "Resource Generation", + "ftbquests.chapter.the_color_green.quest1.description1": "You\u0027ve done it! You finally have grass. It\u0027s not exactly green, but you can \u00266bonemeal\u0026r a large area of it and \u00266get flowers!\u0026r", + "ftbquests.chapter.the_color_green.quest1.title": "Grass!", + "ftbquests.chapter.the_color_green.quest10.description1": "The \u00266Natural Altar\u0026r is a very important tool in the manipulation of natural energies.", + "ftbquests.chapter.the_color_green.quest10.description2": "Once the altar is fully built, it will drain \u00266aura\u0026r from its surroundings. It will then use those energies to \u00266transform items put into it.\u0026r ", + "ftbquests.chapter.the_color_green.quest10.description3": "You should also look into creating the \u00266Environmental Eye\u0026r - a very useful device that shows you the level of aura in the nearby area.", + "ftbquests.chapter.the_color_green.quest10.task_4749334638074014910.title": "Any Planks", + "ftbquests.chapter.the_color_green.quest10.title": "Natural Altar", + "ftbquests.chapter.the_color_green.quest11.description1": "Infusing iron in the Natural Altar creates, funnily enough, \u00266Infused Iron Ingots.\u0026r These have a wide variety of uses, but chief among them are some very nice tools and armor, with \u00266special abilities\u0026r and the unique property of being \u00266repairable using Aura.\u0026r", + "ftbquests.chapter.the_color_green.quest11.title": "Infused Iron", + "ftbquests.chapter.the_color_green.quest12.description1": "Extremely malleable, \u00266Andesite Alloy\u0026r is a crucial component of contraptions to come.", + "ftbquests.chapter.the_color_green.quest12.description2": "\u00267Tip: very small amounts of Create are needed to finish the pack, but you won\u0027t have to get too deep into it!", + "ftbquests.chapter.the_color_green.quest13.description1": "The Natural Altar requires aura in the surrounding area to function. It won\u0027t ever take the aura to a negative level, but it will \u00264stop working completely if the aura is low enough,\u0026r which means you\u0027ll need a way of replenishing it.", + "ftbquests.chapter.the_color_green.quest13.description2": "\u00266Ancient Saplings\u0026r are the most basic way to do this; once grown, if the area\u0027s aura is low enough, the tree\u0027s leaves will \u00264slowly wither away,\u0026r \u00266producing aura in the process.\u0026r", + "ftbquests.chapter.the_color_green.quest13.title": "Creating Aura", + "ftbquests.chapter.the_color_green.quest14.description1": "An excess of aura generates flowers - and this device can turn \u00266flowers into an excess of aura!\u0026r Make sure you feed it a \u00266balanced diet of different flowers,\u0026r though; too much of the same flower and it starts to give you \u00264diminishing returns.\u0026r", + "ftbquests.chapter.the_color_green.quest14.description2": "\u00267Tip: if the aura in an area is high enough, it\u0027ll charge aura caches! Crouch with a botanist tool (made from infused iron) to repair them with an aura cache in your inventory.", + "ftbquests.chapter.the_color_green.quest15.description1": "Mana\u0027s not very useful without ways to generate and move it! Starting out, your best source of mana is going to be the \u00266Endoflame.\u0026r", + "ftbquests.chapter.the_color_green.quest15.description2": "\u00267Tip: you can use the Wand of the Forest to bind the spreader to flowers and pools.", + "ftbquests.chapter.the_color_green.quest15.description3": "\u00267Tip 2: using a pressure plate but it\u0027s not working? Open your OPAC keybind (default [\u0027]) to turn off the Prot. Plates from Other setting!", + "ftbquests.chapter.the_color_green.quest15.task_4041437535513982933.title": "Wand of the Forest", + "ftbquests.chapter.the_color_green.quest15.title": "Generating Mana", + "ftbquests.chapter.the_color_green.quest16.description1": "Now that you have a more robust source of aura, you can put it to more use - a \u00266crumbling catalyst,\u0026r when placed on top of one of the lower four golden blocks of a natural altar, can crush things much more finely than you can by hand. It can get you \u00266more bone meal per bone, more gold powder per leaf, and even turn cobblestone into sand!\u0026r", + "ftbquests.chapter.the_color_green.quest17.description1": "There are a few items you can place on top of your altar to increase its capacity and recharge rate:", + "ftbquests.chapter.the_color_green.quest17.description2": "\u00266Torch:\u0026r +0.5x recharge rate", + "ftbquests.chapter.the_color_green.quest17.description3": "\u00266Skeleton Skull/Husk Head:\u0026r +1x recharge rate, +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description4": "\u00266Chalice:\u0026r +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description5": "Eventually, you can replace the torch with a candelabra, the skeleton skull with a wither skeleton or player skull, and the chalice with a filled chalice for even more recharge rate and capacity.", + "ftbquests.chapter.the_color_green.quest17.task_4639929492764668107.title": "Head Upgrade", + "ftbquests.chapter.the_color_green.quest17.title": "Altar Upgrades", + "ftbquests.chapter.the_color_green.quest18.description1": "Attuned stones are a very important part of witchcraft - not only do they let you \u00266craft necessary workstations,\u0026r they also give you the ability to perform certain rites \u00266without the need of an altar,\u0026r once charged!", + "ftbquests.chapter.the_color_green.quest18.description2": "\u00267Please note that this recipe needs altar power! Make sure your cauldron is within range of your altar!", + "ftbquests.chapter.the_color_green.quest19.description1": "If the \u00266Altar\u0026r is the backbone of witchcraft, the \u00266Distillery, Kettle,\u0026r and \u00266Spinning Wheel \u0026rare its phalanges. ", + "ftbquests.chapter.the_color_green.quest19.description2": "...strange metaphors aside, these blocks allow you to craft a wide variety of \u00266witchy goodies.\u0026r They will need to be placed within range of an altar, if their recipes require power.", + "ftbquests.chapter.the_color_green.quest19.title": "Tools of the Trade", + "ftbquests.chapter.the_color_green.quest2.description1": "Now that you have actual plants available, you can start to harness their latent life-energy to power rituals. To start, you\u0027ll have to create a structure capable of collecting it - an \u00266Altar\u0026r should do well here. Place your Altar blocks in a 2x3 rectangle and it should start collecting power!", + "ftbquests.chapter.the_color_green.quest2.description2": "The more \u00266plantlife\u0026r there is around the\u00266 Altar,\u0026r the more power you can store. This includes \u00266trees, grass, flowers, crops, vines, pumpkins, melons, and more!\u0026r", + "ftbquests.chapter.the_color_green.quest2.description3": "\u00267Tip: the altar has a range of 16 blocks! There is a cap to each kind of plantlife nearby as well, so make sure the surroundings are varied.", + "ftbquests.chapter.the_color_green.quest2.title": "Altar", + "ftbquests.chapter.the_color_green.quest20.description1": "An apparatus perfect for channelling large amounts of mana into collections of objects, the \u00266Runic Altar\u0026r will (obviously) let you make runes.", + "ftbquests.chapter.the_color_green.quest20.description2": "\u00267Tip: with the altar, if you don\u0027t have them already, you can craft mystical flower seeds!", + "ftbquests.chapter.the_color_green.quest21.description1": "Ember item and fluid pipes are relatively basic, but at this point in time they\u0027re fairly decent for small-scale operations. Pipes need extractors to pull items into them, and extractors need a redstone signal to be activated. There are a few other quirks to the system, all of which are explained in your \u00266Ancient Codex.", + "ftbquests.chapter.the_color_green.quest21.description2": "\u00267Note - basically everything in Embers needs a redstone signal to activate, so get ready to place plenty of levers!", + "ftbquests.chapter.the_color_green.quest21.title": "Dwarven Logistics", + "ftbquests.chapter.the_color_green.quest22.description1": "Now that you have some Ember, you\u0027ll need to turn it into useable energy somehow.", + "ftbquests.chapter.the_color_green.quest22.description2": "The\u00266 Ember Activator\u0026r turns solid Ember into \u00266Activated Ember;\u0026r pipe crystals and shards into the bottom, and attach an \u00266Ember Emitter to the top\u0026r to output \u00266Activated Ember.\u0026r ", + "ftbquests.chapter.the_color_green.quest22.description3": "Use a Tinker\u0027s Hammer on the emitter to link it to a receptor, give it a redstone signal, and you\u0027re transmitting Activated Ember!", + "ftbquests.chapter.the_color_green.quest22.description4": "\u00267Note that Ember Grit doesn\u0027t normally produce Activated Ember; you\u0027ll have to add a \u00266Heat Exchanger\u00267 to an activator to get energy out of it (which multiplies all ember production by 0.9x, but adds a flat +300 to all items production!)", + "ftbquests.chapter.the_color_green.quest22.title": "Activating Ember", + "ftbquests.chapter.the_color_green.quest23.description1": "One of the main ways to channel altar power is through the practice of \u00266circle magic.\u0026r Each ritual has a gold chalk glyph at its center, but the placement of other chalk glyphs changes depending on what kind of ritual you want to perform!", + "ftbquests.chapter.the_color_green.quest23.description2": "Most rituals can target a remote area using a waystone (blooded or otherwise), and some rituals can even be performed away from the altar by adding a charged attuned stone to them!\u00266 Read through the two reward books to find out what rituals you can perform.\u0026r", + "ftbquests.chapter.the_color_green.quest23.description3": "\u00267Tip: the rite of fertility is a cheap, easy way to mass bonemeal grass, crops or anything else!", + "ftbquests.chapter.the_color_green.quest23.title": "Circle Magic", + "ftbquests.chapter.the_color_green.quest24.description1": "You\u0027ll want to make a \u00266Copper Cell\u0026r to \u00266store your activated ember\u0026r - it works as a kind of \u0027battery\u0027 for the mystical energy.", + "ftbquests.chapter.the_color_green.quest24.description2": "To see how much ember is in the cell, place an \u00266Ember Dial\u0026r on it.", + "ftbquests.chapter.the_color_green.quest24.title": "Storing Ember", + "ftbquests.chapter.the_color_green.quest25.description1": "Ember is capable of melting metals and other items in the creatively-named \u00266Melter\u0026r - feed the bottom half ember, feed the top half items to melt, and you can extract molten metals from the top half.", + "ftbquests.chapter.the_color_green.quest25.description2": "This molten metal can be formed into a variety of shapes in a \u00266Stamper;\u0026r place the \u00266Stamp Base,\u0026r then the \u00266Stamper above it with a one-block gap\u0026r of air. Give the Stamper ember and a stamp, pipe molten metal into the base, and presto! Stamped and cooled metal products! ", + "ftbquests.chapter.the_color_green.quest25.description3": "Notably, you can use this process to \u00266produce plates more efficiently.\u0026r", + "ftbquests.chapter.the_color_green.quest25.title": "Melting and Stamping", + "ftbquests.chapter.the_color_green.quest26.description1": "By piping molten copper and gold into \u0026odifferent sides\u0026r of the bottom of a \u00266Mixer Centrifuge,\u0026r (along with some ember) you can combine them into a strong, ember-aligned metal called \u00266Dawnstone.\u0026r Pipe it out of the top and stamp it into ingots or plates!", + "ftbquests.chapter.the_color_green.quest26.description2": "\u00267Tip: use your Tinker\u0027s Lens to see what\u0027s going on in the mixer!", + "ftbquests.chapter.the_color_green.quest26.title": "Dawnstone", + "ftbquests.chapter.the_color_green.quest27.description1": "The Andesite Casing is a crucial part of any kind of mechanical apparatus.", + "ftbquests.chapter.the_color_green.quest28.description1": "For more advanced ember crafting, a special setup is required. An \u00266exchange tablet\u0026r with some \u00266pedestals\u0026r around it, when struck with a \u00266beam cannon pulse,\u0026r will transmute the center item into a new result item.", + "ftbquests.chapter.the_color_green.quest28.description2": "There is one complication, though. The pedestals need \u00266aspectii\u0026r to be placed on them, and you aren\u0027t sure which aspectii go with which items! The only way to find out is through experiementation - if the transmutation fails, it will produce \u0026balchemical waste.\u0026r When held and right clicked, the waste will reveal a number of \u00266glowing spots,\u0026r which tell you the number of \u00266aspectus/item combinations you got right.\u0026r", + "ftbquests.chapter.the_color_green.quest28.title": "Energetic Alchemy", + "ftbquests.chapter.the_color_green.quest29.description1": "Using the power of mana and a pumpkin, you think you can create a \u00266Fel Pumpkin\u0026r - a weak imitation of a blaze head. Pop this magically-charged head on top of two iron bars, and it\u0027ll turn into a passable facsimile of a blaze.", + "ftbquests.chapter.the_color_green.quest29.description2": "This imitation blaze always drops at least \u0026610 blaze powder.\u0026r This blaze powder can be spun into brilliant fiber, or distilled into more useful dusts!", + "ftbquests.chapter.the_color_green.quest29.description3": "\u00267Tip: you can capture an imitation blaze in the Blaze Burner!", + "ftbquests.chapter.the_color_green.quest29.title": "Knockoff Blazes", + "ftbquests.chapter.the_color_green.quest3.description1": "Using dye from the flowers you can get by \u00266bonemealing grass,\u0026r you can craft a special kind of fertilizer that can coax \u00266mystical flowers\u0026r to life.", + "ftbquests.chapter.the_color_green.quest3.description2": "\u00267Tip: you can also get mystical flower seeds through crossbreeding!", + "ftbquests.chapter.the_color_green.quest30.description1": "There are a few other ways you can process materials using andesite-based machinery; namely, \u00266compacting, pressing, and mixing\u0026r You\u0027ll need to find some way to capture a fire elemental if you want to expand your repertoire, though; \u0026bmaybe mana can help you somehow?\u0026r", + "ftbquests.chapter.the_color_green.quest30.title": "Mechanical Crafting", + "ftbquests.chapter.the_color_green.quest31.description1": "By blowing air through certain things, you can blast, smoke, wash, or \u00266haunt\u0026r items. This means you have access to essentially free bulk smelting!", + "ftbquests.chapter.the_color_green.quest31.description2": "More importantly, though - now that you can haunt items, you can make \u00266blackstone\u0026r by \u00266haunting\u0026r cobblestone, a crucial component of the \u00266Reformation Array.\u0026r", + "ftbquests.chapter.the_color_green.quest31.title": "Moving Air", + "ftbquests.chapter.the_color_green.quest32.description1": "Alchemical reformation is the process of \u00266turning one alchemical sulfur into another\u0026r - initially, you\u0027ll only be able to convert sulfurs of the \u00266same tier and type\u0026r to each other \u00266(like iron sulfur into lead sulfur!) \u0026r", + "ftbquests.chapter.the_color_green.quest32.description2": "To set up the reformation array, place down the target, source, and result pedestals somewhat near each other. Hold the sulfuric flux emitter and right click each pedestal, then place it on the mercury catalyst. ", + "ftbquests.chapter.the_color_green.quest32.description3": "Put mercury in the mercury catalyst, the target sulfur in the target pedestal, and the sulfur to convert in the source pedestal. Give it a moment, and you\u0027ll start converting the source sulfur into the target sulfur!", + "ftbquests.chapter.the_color_green.quest32.title": "Alchemical Reformation", + "ftbquests.chapter.the_color_green.quest33.description1": "A mechanical pump is capable of pumping liquids in the world into pipes when given mechanical power - \u00266it is much faster than the ember-fueled one!", + "ftbquests.chapter.the_color_green.quest34.description1": "The \u00266Rod of the Lands\u0026r can corporealize a tiny portion of mana into a full dirt block!", + "ftbquests.chapter.the_color_green.quest34.title": "(almost) Free Dirt", + "ftbquests.chapter.the_color_green.quest35.description1": "Carrying mana around with you enables you to use a plethora of bits and baubles. To transfer mana from a pool into the tablet, make sure the pool is on \u0027charge\u0027 mode by hovering over it with a wand of the forest.", + "ftbquests.chapter.the_color_green.quest35.title": "Portable Mana", + "ftbquests.chapter.the_color_green.quest36.description1": "Turn your mana tablet into a ring to store mana on-the-go \u00266without taking up an inventory slot!\u0026r", + "ftbquests.chapter.the_color_green.quest37.description1": "By attaching a mana rune to a manasteel ring, you can (VERY slowly) pull ambient mana into a mana storage device on your person, \u00266for free!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description1": "Distilling blaze powder and gunpowder together in a Distillery will grant you access to \u00266glowstone!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description2": "Getting \u00266redstone\u0026r is similar, using cinder flour in place of gunpowder.", + "ftbquests.chapter.the_color_green.quest38.description3": "\u00267Tip: you can also make glowstone and redstone with strength and night vision potions - it\u0027s up to you whether you want to take the Enchanted or Create route for these!\u0026r", + "ftbquests.chapter.the_color_green.quest38.title": "Useful Dusts", + "ftbquests.chapter.the_color_green.quest39.description1": "Once you have a pump, you can create a \u00266Spout\u0026r to dispense liquid onto items - this is a possible way to make \u00266glowstone or redstone,\u0026r if you\u0027re willing to set up the infrastructure.", + "ftbquests.chapter.the_color_green.quest4.description1": "The \u00266Pure Daisy\u0026r can, as its name implies, purify nearby objects. The most important things you should start with are \u00266logs and stone,\u0026r but there are a few other things you can purify as well!", + "ftbquests.chapter.the_color_green.quest4.description2": "Simply place the petal apothecary down, fill it with water, then toss in the petals and finally a seed!", + "ftbquests.chapter.the_color_green.quest4.description3": "\u00267Tip: check the usages of the Pure Daisy to see what else it can transform.", + "ftbquests.chapter.the_color_green.quest4.title": "Pure Daisy", + "ftbquests.chapter.the_color_green.quest40.description1": "The \u00266Alchemy Catalyst\u0026r allows you to use the power of mana to transmute a wide variety of items. Place it under a mana pool to start alchemizing!", + "ftbquests.chapter.the_color_green.quest40.description2": "You\u0027ll be able to convert flowers into other flowers, stone variants into other stone variants, flint into gunpowder (and vice versa), and ghast tears into ender pearls!", + "ftbquests.chapter.the_color_green.quest40.description3": "\u00266Notably, it lets you turn flax into feathers, necessary for tokens of fear.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description1": "The \u00266transmutation catalyst\u0026r modifies the natural altar to convert items into other items using Aura. Similar to the crumbling catalyst, it must be placed \u00266atop one of the four lower gold blocks of the altar.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description2": "The most immediately useful transmutation is that of \u00266sand into soul sand,\u0026r which will allow you to haunt things using the encased fan, as well as grow nether wart!", + "ftbquests.chapter.the_color_green.quest41.description3": "You can also convert netherrack into crimson and warped nylium.", + "ftbquests.chapter.the_color_green.quest42.description1": "The \u00266Millstone\u0026r can crush cobble into gravel, bones into bone meal, and a variety of plants into their respective dyes at a much higher rate of return.", + "ftbquests.chapter.the_color_green.quest43.description1": "The \u00266Codebreaking Slate\u0026r is very handy - you can put multiple pieces of alchemical waste into it and it will show you how many aspectus/item combinations you got right! It will also show you how many correct aspectii you have placed with the wrong items.", + "ftbquests.chapter.the_color_green.quest44.description1": "Your first \u00266archaic brick\u0026r can be made by infusing a regular brick with tainted gold and infused iron. Once you have one, you can use it to make more by simply infusing it with \u00266more clay and soul sand.\u0026r", + "ftbquests.chapter.the_color_green.quest45.description1": "The \u00266Mnemonic Inscriber\u0026r, when attached to an Exchange Tablet and given paper, will automatically write down the correct combination of aspectii for a given transmutation when you successfully complete one.", + "ftbquests.chapter.the_color_green.quest46.description1": "You can convert between sulfurs of the same type and rarity using the reformation array, but if you want to convert between different types (and the same rarity), you\u0027ll want to make \u00266Alchemical Niter\u0026r in a \u00266Fermentation Vat.\u0026r", + "ftbquests.chapter.the_color_green.quest46.description2": "Place \u00266water, sugar, and the sulfur\u0026r you want to ferment into the vat, then \u00266shift-right-click it to close it\u0026r and start the fermentation process. Once the barrel opens again, your fermentation is done, and you can take out your shiny new Niter!", + "ftbquests.chapter.the_color_green.quest46.description3": "Alchemical Niter can be converted in the \u00266Reformation Array\u0026r similar to how you convert sulfur - note, however, that depending on what type you\u0027re converting to, you will produce or require \u00266more than one niter!\u0026r", + "ftbquests.chapter.the_color_green.quest46.title": "Alchemical Conversion", + "ftbquests.chapter.the_color_green.quest47.description1": "The \u00266digestion vat\u0026r lets you \u00266convert sulfurs between rarities!\u0026r Place some niter and sal ammoniac (and if you\u0027re converting up, some alchemically pure gold) into it, and shift-right-click the vat to start the process! \u00266Four of the previous tier converts into one of the next tier, and vice versa.\u0026r", + "ftbquests.chapter.the_color_green.quest47.description2": "This (in combination with the fermentation vat) allows you to convert iron sulfur into common metal niter, down into four abundant metal niter, into four copper sulfur - that\u0027s \u00266FOUR copper per iron!\u0026r", + "ftbquests.chapter.the_color_green.quest47.description3": "This is a metal loop you could try automating...", + "ftbquests.chapter.the_color_green.quest47.description4": "\u00267Tip: you can start and stop the vats using a redstone signal!\u0026r", + "ftbquests.chapter.the_color_green.quest47.title": "Alchemical Exaltation", + "ftbquests.chapter.the_color_green.quest48.description1": "The \u00266Offering Table\u0026r is a special altar that will allow you to convert items into special empowered versions of themselves, most notably tokens and nature-infused ingots.", + "ftbquests.chapter.the_color_green.quest48.description2": "To use it, simply place whatever you want to infuse into it by right-clicking, then throw a \u00266Spirit of Calling\u0026r onto the altar to activate it.", + "ftbquests.chapter.the_color_green.quest48.description3": "\u00267Tip: You can convert more than one item at a time, using only one spirit of calling!\u0026r", + "ftbquests.chapter.the_color_green.quest48.description4": "\u00267Tip 2: this is a multiblock! Check your Book of Natural Aura to see how to build it.", + "ftbquests.chapter.the_color_green.quest49.description1": "You can capture a summoned blaze into a magicked cage. This cage, when placed under a basin, will let you brew potions more efficiently than a brewing stand.", + "ftbquests.chapter.the_color_green.quest5.description1": "Combining the nature-infused iron and some metaphysical heat and structure (courtesy of \u00266nether bricks\u0026r and a \u00266spruce sapling,\u0026r respectively), you can rearrange the latent potential of the metal to turn it into lead!", + "ftbquests.chapter.the_color_green.quest5.description2": "Vastly useful in a variety of mechanical applications, lead is a great first step to leveraging either \u00266raw mechanical power\u0026r or \u00266Ember\u0026r in your pursuits.", + "ftbquests.chapter.the_color_green.quest5.description3": "\u00267Tip: the ancient codex is a little confusing at first, but it will guide you through the Embers mod! Start at Natural Energy, right click entries to mark them as read, and make sure you \u0026lREAD CAREFULLY!", + "ftbquests.chapter.the_color_green.quest5.description4": "\u00267Tip 2: you can use Theurgy to triple ingot output from raw ores!", + "ftbquests.chapter.the_color_green.quest50.description1": "This is it. Using the power of the \u00266Offering Altar,\u0026r and some magically significant materials, you can create the basis of real, sentient life - chicken eggs.", + "ftbquests.chapter.the_color_green.quest50.subtitle": "Well, debatably", + "ftbquests.chapter.the_color_green.quest50.title": "Sentient Life", + "ftbquests.chapter.the_color_green.quest51.description1": "With runes, there are a few other options you have for generating mana:", + "ftbquests.chapter.the_color_green.quest51.description2": "* A \u00266Thermalily\u0026r generates bursts of mana using lava, but will consume lava for no gain if you give it lava too often", + "ftbquests.chapter.the_color_green.quest51.description3": "* An \u00266Entropinnyum\u0026r consumes TNT explosions (and is one of the best generating flowers in the game), but too often and it\u0027ll just blow itself up", + "ftbquests.chapter.the_color_green.quest51.description4": "* A \u00266Munchdew\u0026r consumes leaves, but does not drop saplings.", + "ftbquests.chapter.the_color_green.quest51.description5": "\u00267Tip: some flowers will generate too much mana for a basic spreader! You can use potency and velocity lenses to stretch this, but eventually, you\u0027ll need better spreaders...\u0026r", + "ftbquests.chapter.the_color_green.quest51.title": "Alternative Mana Sources", + "ftbquests.chapter.the_color_green.quest52.description1": "Now that you can turn sulfurs into other sulfurs, you can manually reconstitute \u00266silver sulfur\u0026r and use the \u00266Reformation Array\u0026r to turn gold sulfur into silver sulfur without having to re-make the sulfur over and over again!", + "ftbquests.chapter.the_color_green.quest52.description2": "\u00267Tip: sulfur sulfur sulfur sulfur\u0026r", + "ftbquests.chapter.the_color_green.quest52.title": "Moon Metal", + "ftbquests.chapter.the_color_green.quest53.description1": "The \u00266Wildfire Core\u0026r is a key piece of some advanced dwarven machinery.", + "ftbquests.chapter.the_color_green.quest54.description1": "The \u00266Wildfire Stirling,\u0026r when attached to machines and supplied with steam, increases the efficiency of their ember usage.", + "ftbquests.chapter.the_color_green.quest54.description2": "The first one cuts usage in half, the second one halves it again, and any more decrease the efficiency.", + "ftbquests.chapter.the_color_green.quest55.description1": "The \u00266Ignem Reactor\u0026r is the ultimate solution to high ember requirements - when placed between a \u00266Catalysis\u0026r and \u00266Combustion Chamber,\u0026r it refines ember at a MUCH higher rate than the Ember Activator; up to \u002669x more ember\u0026r per crystal item.", + "ftbquests.chapter.the_color_green.quest55.description2": "\u00267Tip: the Catalysis and Combustion Chambers need fuel to operate, check JEI for their fuels and multipliers.", + "ftbquests.chapter.the_color_green.quest55.title": "Ignem Reactor", + "ftbquests.chapter.the_color_green.quest56.description1": "With the power of alchemy, you can turn a charged attuned stone into a seed capable of turning ember into pure metal! These crystal seeds, when powered with an \u00266Ember Injector,\u0026r will slowly grow and drop metal nuggets.", + "ftbquests.chapter.the_color_green.quest56.description2": "Not every metal can be turned into these seeds, but you have figured out that you can actually \u00266obtain Zinc\u0026r through this alchemical process!", + "ftbquests.chapter.the_color_green.quest56.description3": "\u00267Tip: crystals will slowly level up and drop more and more metal. Moving them resets their level, though!", + "ftbquests.chapter.the_color_green.quest56.subtitle": "Zinc! (and others)", + "ftbquests.chapter.the_color_green.quest56.task_414198583111126714.title": "Any Metal Crystal Seed", + "ftbquests.chapter.the_color_green.quest56.title": "Metal Crystal Seeds", + "ftbquests.chapter.the_color_green.quest57.description1": "With Dawnstone, you can craft ember transferral devices that can handle much more throughput.", + "ftbquests.chapter.the_color_green.quest57.title": "High Volume Ember Transfer", + "ftbquests.chapter.the_color_green.quest58.description1": "Now that you have zinc, you can alloy it with copper to create brass! This is useful almost exclusively for \u00266mechanical contraptions.\u0026r", + "ftbquests.chapter.the_color_green.quest58.description2": "\u00266Electron Tubes\u0026r are also an important step to making more complicated contraptions. ", + "ftbquests.chapter.the_color_green.quest58.description3": "\u00266Rose Quartz\u0026r can be made in a heated basin, combining glowstone and redstone in a sal ammoniac bath.", + "ftbquests.chapter.the_color_green.quest58.title": "Advanced Contraptions", + "ftbquests.chapter.the_color_green.quest59.description1": "Packages and their associated transport items open up a huge amount of logistical freedom.", + "ftbquests.chapter.the_color_green.quest59.description2": "\u00267Tip: for more information, hover these items and hold W to ponder!", + "ftbquests.chapter.the_color_green.quest59.title": "Mechanical Logistics", + "ftbquests.chapter.the_color_green.quest6.description1": "\u00266Ember\u0026r is the lifeblood of the world. Despite whatever happened, there is still virtually infinite Ember available deep underground - you just need to make a machine that can mine it. ", + "ftbquests.chapter.the_color_green.quest6.description2": "Enter the \u00266Ember Bore\u0026r - place it on bedrock, add a \u00266Mechanical Core\u0026r above it so you can pipe things in and out of it, and give it some fuel! It\u0027ll start digging up that sweet, sweet Ember.", + "ftbquests.chapter.the_color_green.quest6.description3": "\u00267Tip: the Mechanical Core acts as an extension for most Embers multiblocks! You can transfer items, fluid, and ember in and out of the core as if it was a part of the block it is attached to.", + "ftbquests.chapter.the_color_green.quest6.description4": "\u00267Tip 2: USE YOUR MECHANICAL LENS! It\u0027s EXTREMELY helpful for figuring out how Ember\u0027s machines work.", + "ftbquests.chapter.the_color_green.quest6.title": "Drilling for Ember", + "ftbquests.chapter.the_color_green.quest60.description1": "With access to brass and electron tubes, you can make a Mechanical Crafter. These, in combination with \u00266factory gauges\u0026r and \u00266package logistics,\u0026r allow you to set up automatic stocking and crafting of items!", + "ftbquests.chapter.the_color_green.quest60.title": "Autocrafting", + "ftbquests.chapter.the_color_green.quest61.description1": "You can fortify infused iron with prosperity shards to create a basic \u00266prosperity ingot,\u0026r ready to augment with agricultural essence.", + "ftbquests.chapter.the_color_green.quest61.description2": "One of the best uses of this ingot is to make a better watering can.", + "ftbquests.chapter.the_color_green.quest61.title": "Better Watering", + "ftbquests.chapter.the_color_green.quest62.description1": "With empowered tokens, you can craft the \u00266Creational Catalyst\u0026r - this removes the innate limit on most aura producing blocks, and lets you overcharge the local area with Aura.", + "ftbquests.chapter.the_color_green.quest62.description2": "\u00267Tip: aureareaurearuea", + "ftbquests.chapter.the_color_green.quest63.description1": "You\u0027ve felt a strange tingling on your skin ever since you woke up - you think this might be a manifestation of \u00266Aura,\u0026r a natural phenomenon that you might be able to further harness.", + "ftbquests.chapter.the_color_green.quest63.description2": "To get started, craft a \u00266Bottle and Cork\u0026r and \u00266right click the air\u0026r to gather some Aura for further study.", + "ftbquests.chapter.the_color_green.quest63.title": "Bottling Sunlight", + "ftbquests.chapter.the_color_green.quest64.description1": "The \u00266Mana Blaster\u0026r is a portable mana spreader that you can fire at will, using mana from a storage device on your person. You can also attach lenses to it, to use their special properties!", + "ftbquests.chapter.the_color_green.quest65.description1": "\u00266Mana Lenses\u0026r can change the properties of a mana burst fired from a spreader. They can increase the color, potency, speed, and even make the burst go \u00266through blocks\u0026r or \u00266break them\u0026r altogether! Read your \u00266Lexica Botania\u0026r for more details.", + "ftbquests.chapter.the_color_green.quest65.description2": "\u00267Tip: the weight lens makes blocks a mana burst hits fall - you can exploit this property to get blocks that normally need silk touch by having them fall onto something like a torch!", + "ftbquests.chapter.the_color_green.quest66.description1": "Now that you have\u00266 Ember\u0026r, what can you do with it?", + "ftbquests.chapter.the_color_green.quest66.description2": "One useful item is the \u00266Hearth Coil\u0026r - when provided with Ember, it can be used as a VERY fast furnace.", + "ftbquests.chapter.the_color_green.quest67.description1": "With \u00266Dawnstone\u0026r comes a better way of activating ember - the \u00266Pressure Refinery.\u0026r", + "ftbquests.chapter.the_color_green.quest67.description2": "It \u00264requires water\u0026r as well, but can boost your ember production up to \u002661.5x the value\u0026r of a plain activator.", + "ftbquests.chapter.the_color_green.quest67.description3": "Additionally, if placed atop a metal block surrounded by lava or fire it can double that, getting up to \u002663x the value\u0026r of crystalline ember! ", + "ftbquests.chapter.the_color_green.quest68.description1": "The \u00266Beam Splitter\u0026r allows you to, well, split beams. Ember sent into it will be divided into two bursts sent out from either end.", + "ftbquests.chapter.the_color_green.quest68.description2": "The \u00266Crystal Cell\u0026r is a much higher capacity way to store Ember - piping more crystalline ember into it will \u00266increase its storage limit.\u0026r", + "ftbquests.chapter.the_color_green.quest68.title": "Advanced Ember Logistics", + "ftbquests.chapter.the_color_green.quest69.description1": "With the acquisition of Dawnstone, you can make a special chamber to manipulate elemental mercury into a source of energy. ", + "ftbquests.chapter.the_color_green.quest69.description2": "The \u00266Mercury Catalyst\u0026r can convert mercury into Mercury Flux (MF) which, in combination with a \u00266Caloric Flux Emitter\u0026r, can be used to power alchemical devices that would normally need a pyromantic brazier underneath them!", + "ftbquests.chapter.the_color_green.quest69.description3": "\u00267Tip: one mercury shard produces as much energy as one piece of charcoal!", + "ftbquests.chapter.the_color_green.quest69.title": "Mercurial Power", + "ftbquests.chapter.the_color_green.quest7.description1": "The combination of brilliant fiber and nether bricks is superficially similar to the weak gold ore deposits you remember existing in the Nether. They\u0027re so similar, in fact, that \u00266a Pure Daisy will convert Golden Nether Bricks into Nether Gold Ore!\u0026r", + "ftbquests.chapter.the_color_green.quest7.description2": "\u00267Tip: there is a better way to make brilliant fiber, but you\u0027ll need to get blaze powder somehow... ", + "ftbquests.chapter.the_color_green.quest7.title": "Gold", + "ftbquests.chapter.the_color_green.quest70.description1": "With high enough aura in an area, \u00266dried earth will slowly convert to dirt!\u0026r", + "ftbquests.chapter.the_color_green.quest70.description2": "If you want to stop this effect from happening, \u00266Powder of Dried Stasis\u0026r will prevent the conversion of dried earth to dirt in the area it\u0027s placed in.", + "ftbquests.chapter.the_color_green.quest70.subtitle": "pseudo-terraforming", + "ftbquests.chapter.the_color_green.quest70.title": "Regrowth?", + "ftbquests.chapter.the_color_green.quest71.description1": "The \u00266Bin\u0026r is a fantastic block that automatically collects the outputs of various dwarven machinery.", + "ftbquests.chapter.the_color_green.quest71.description2": "Simply attach it to the \u00266bottom\u0026r of a machine (like, say, the stamper base) and it\u0027ll fill up with products.", + "ftbquests.chapter.the_color_green.quest72.description1": "With an imitation blaze head and a couple of real magical reagents, you can \u00266summon a real blaze!\u0026r", + "ftbquests.chapter.the_color_green.quest72.description2": "This summoned blaze always drops at least 3 blaze rods. ", + "ftbquests.chapter.the_color_green.quest72.description3": "\u00267Tip: the ritual to summon the blaze is described in the Reclamation Rituals book.\u0026r", + "ftbquests.chapter.the_color_green.quest72.title": "Real Blazes", + "ftbquests.chapter.the_color_green.quest8.description1": "The \u00266Pure Daisy\u0026r is able to turn mundane stone and logs into much more naturally-aligned versions of themselves.", + "ftbquests.chapter.the_color_green.quest8.title": "Living Materials", + "ftbquests.chapter.the_color_green.quest9.description1": "You can use a bucket to \u00266strategically place lava and water\u0026r to make a nether portal frame. It\u0027s not ideal, but it\u0027s definitely easier than trying to mine obsidian with an iron pickaxe!", + "ftbquests.chapter.the_color_green.quest9.description2": "Similar to the overworld, the nether is bare of ores and even more devoid of life - \u00264there are zero spawns there, and only one biome.", + "ftbquests.chapter.the_color_green.quest9.description3": "\u00267Tip: you can also make obsidian on the natural altar - but be warned, it\u0027s pretty costly aura-wise!", + "ftbquests.chapter.the_color_green.quest9.task_4075772383648127092.title": "Visit the Nether", + "ftbquests.chapter.the_color_green.quest9.title": "The Nether", + "ftbquests.chapter.the_color_green.title": "Touching Grass", + "ftbquests.chapter.the_hunt_for_grass.quest1.description1": "Now that you have dirt, your next step is to turn it into grass, so that you can start bringing a little bit of green into the world.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description1": "Plants in Agricraft are diploid organisms - essentially, every plant has two sets of attributes: active and inactive (or dominant and recessive). \u00266The active trait is the one that actually affects the plant,\u0026r but the inactive trait comes into play when breeding plants together. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description2": "When a crossbreed occurs, each plant \u00266adjacent\u0026r to the crossbreed crop sticks has a \u00266chance\u0026r depending on its \u00266fertility\u0026r to count as a parent. If there\u0027s only one parent selected, the resulting plant is a clone. If more than one parent is selected, each has a chance to pass on one half of its genes to the resulting plant.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description3": "For example, if you bred a plant with gain of 3-2 with a plant who\u0027s gain is 4-2, it would result in a plant with a gain stat of either 4-3, 4-2, 3-2, or 2-2. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description4": "To figure out what the possibilities are for two parent plants, you can use a punnett square:", + "ftbquests.chapter.the_hunt_for_grass.quest10.description5": "Each square has an equal chance of getting chosen - additionally, there is a small chance for a mutation to occur; whether this mutation is beneficial or not depends on each parent\u0027s \u00266mutativity stat.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest10.image0": "{image:reclamation:textures/quests/punnett.png width:150 height:150 align:center}", + "ftbquests.chapter.the_hunt_for_grass.quest10.task_2773659192565899586.title": "What the heck are these numbers?", + "ftbquests.chapter.the_hunt_for_grass.quest10.title": "How do I get better stats?", + "ftbquests.chapter.the_hunt_for_grass.quest11.description1": "Each plant has five stats, when planted on crop sticks. You can see these stats by crouching and looking at the plant, or using a magnifying glass. The stats affect a variety of things:", + "ftbquests.chapter.the_hunt_for_grass.quest11.description2": "\u00266Fertility\u0026r is how likely a plant is to get chosen as a parent for cross-breeding.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description3": "\u00266Gain\u0026r increases how much a plant will produce when harvested.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description4": "\u00266Growth\u0026r affects the speed a plant grows at.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description5": "\u00266Mutativity\u0026r raises the chance for a cross-breed (when it occurs) to be beneficial.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description6": "\u00266Strength\u0026r broadens the possible growing conditions for a plant - for example, cactus can always grow on sand, but with a strength of 10, it can grow on normal farmland!", + "ftbquests.chapter.the_hunt_for_grass.quest11.subtitle": "What do they mean?", + "ftbquests.chapter.the_hunt_for_grass.quest11.task_7047347176409476035.title": "Read", + "ftbquests.chapter.the_hunt_for_grass.quest11.title": "The numbers, Mason!", + "ftbquests.chapter.the_hunt_for_grass.quest12.description1": "That was A LOT of info - what it boils down to is higher numbers \u003d better, breed higher statted plants together to get better plants, use bonemeal on cross sticks to speed up the crossbreeding process. ", + "ftbquests.chapter.the_hunt_for_grass.quest12.description2": "If your plant is not growing, look at it while crouching - it might need a different type of soil.", + "ftbquests.chapter.the_hunt_for_grass.quest12.description3": "\u00267Tip: getting your first beneficial mutation \u00264will be slow,\u00267 but you can speed it up by \u00266planting crops in a plus shape,\u00267 with the cross sticks in the middle! This means each potential crossbreed has \u00266four\u00267 chances to pick parents, instead of \u00264just two.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest12.subtitle": "English, poindexter?", + "ftbquests.chapter.the_hunt_for_grass.quest12.task_7762997780188473985.title": "WAY too complicated", + "ftbquests.chapter.the_hunt_for_grass.quest12.title": "That was a lot...", + "ftbquests.chapter.the_hunt_for_grass.quest13.description1": "Now that you have a way to grow and breed plants, you should get started on broadening your base of food. Either \u00266breed the plants you have\u0026r into the two other staple crops from the old world, or \u00266find them on the mutated inhabitants\u0026r of the new.", + "ftbquests.chapter.the_hunt_for_grass.quest13.description2": "\u00267Tip: to find mutations, look up the recipe for the seed of the plant in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.description3": "\u00267Tip 2: to see what conditions a seed needs to grow (including what blocks it can grow on), check the uses of the seed in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.title": "Edible Plants", + "ftbquests.chapter.the_hunt_for_grass.quest14.description1": "At some point, you\u0027re going to run out of ruins. Thankfully, there is a special kind of flower called the \u00266Cuprosia \u0026ryou can breed that can harvest \u00266trace amounts of copper from the water.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest14.description2": "\u00267Tip: the flower will only grow in a waterlogged crop. If you successfully crossbreed the Cuprosia but the crop stick it\u0027s on is not waterlogged, \u00264it will not grow. \u00267Additionally, it can \u00264only grow on gravel\u00267 at strength 1.", + "ftbquests.chapter.the_hunt_for_grass.quest14.description3": "\u00267Tip 2: plant species can be recessive! Use your magnifying glass.", + "ftbquests.chapter.the_hunt_for_grass.quest14.title": "Growing copper?", + "ftbquests.chapter.the_hunt_for_grass.quest15.description1": "Now you have to find a way to turn the nascent life energy within the tree into some form of grass. There was a ritual you remember that was able to condense said energy into a special seed...", + "ftbquests.chapter.the_hunt_for_grass.quest15.description2": "Witchcraft can help you here - brew up some \u00266brilliant fiber,\u0026r apply it to some tree leaves, and watch it \u00266spread!\u0026r Once you have enough, break the leaves - the gilded leaves you\u0027ll get will be able to crush into a \u00266fine gold dust,\u0026r perfect for this ritual.", + "ftbquests.chapter.the_hunt_for_grass.quest15.title": "Gold Leaf", + "ftbquests.chapter.the_hunt_for_grass.quest16.description1": "Now that you have a way to conduct the ritual, you can create a \u00266Pasture Seed,\u0026r which will let you finally \u00266bring back grass to the world!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest16.description2": "\u00267To find out how to actually do the ritual, check how to do a Ritual of the Forest in your Book of Natural Aura.", + "ftbquests.chapter.the_hunt_for_grass.quest16.title": "Ritual of the Forest", + "ftbquests.chapter.the_hunt_for_grass.quest17.description1": "The \u00266Witch\u0027s Oven\u0026r can be used to distill saplings into \u00266special magic fumes,\u0026r which are especially potent in a variety of magical rites.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description1": "Using some sapling fumes and some plantlife, you can create \u00266Pasture Seeds\u0026r - special seeds that will place an \u00266area of grass\u0026r on nearby dirt.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description2": "\u00267Tip: due to a bug in the mod, watering cans will not work to start the ritual of the forest!", + "ftbquests.chapter.the_hunt_for_grass.quest18.subtitle": "Not as green as I\u0027d like...", + "ftbquests.chapter.the_hunt_for_grass.quest18.title": "Grass!", + "ftbquests.chapter.the_hunt_for_grass.quest19.description1": "The composter can turn \u00266extra seeds and crops into bonemeal!\u0026r No more hunting skeletons in the middle of the night.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description1": "Even through the lack of nutrients in the soil, some especially-tough tufts of grass have held on. Some even have \u00266seeds that you can find\u0026r and try to coax to life.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description2": "Some of these seem \u00266especially magical\u0026r - you wonder if you could use them in any way...", + "ftbquests.chapter.the_hunt_for_grass.quest2.description3": "\u00267Tip: you\u0027ll probably only want to harvest mandrake at night until you get its strength up!", + "ftbquests.chapter.the_hunt_for_grass.quest2.title": "Seeds", + "ftbquests.chapter.the_hunt_for_grass.quest20.description1": "You can get straw rarely by cutting grass with a \u00266knife.\u0026r Use it to make leads, ropes, and building blocks!", + "ftbquests.chapter.the_hunt_for_grass.quest20.task_1283594596619655186.title": "Any Knife", + "ftbquests.chapter.the_hunt_for_grass.quest20.title": "Straw", + "ftbquests.chapter.the_hunt_for_grass.quest21.description1": "You can turn bonemeal, dirt, and some organic material into \u00266organic compost.\u0026r When placed down, the compost will\u00266 turn into rich soil \u0026rafter a while (sped up by sunlight, water, and proximity to other rich soil or mushrooms), which grows most crops \u00266faster than regular farmland!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest21.title": "Rich Farmland", + "ftbquests.chapter.the_hunt_for_grass.quest22.description1": "Now that you have access to iron, you can make a \u00266watering can.\u0026r Higher-tier versions exist and are much better, but the basic version can still speed up the growth of crops.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description1": "This pack contains \u00266Via Romana\u0026r, a sign-based fast travel system. In order to fast travel using signs, you must first \u00266build a path and traverse it\u0026r before you can teleport across it. ", + "ftbquests.chapter.the_hunt_for_grass.quest23.description2": "\u00266Shift-left-click\u0026r on a sign at the start of your path, then \u00266shift-left-click\u0026r on a sign at the end of your path. Once you start pathing from one sign to the other, you need to follow a player-made path. If you deviate, you\u0027ll \u0026cstop\u0026r building the fast travel route and have to backtrack.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description3": "Once linked, just punch the sign and you\u0027ll fast travel!", + "ftbquests.chapter.the_hunt_for_grass.quest23.description4": "\u00267Tip: to see what blocks count as path blocks, search \u00262#via_romana:path_block\u00267 in your recipe viewer.", + "ftbquests.chapter.the_hunt_for_grass.quest23.task_5888718684745127233.title": "Any Warpable Sign", + "ftbquests.chapter.the_hunt_for_grass.quest23.title": "Signpost Travel", + "ftbquests.chapter.the_hunt_for_grass.quest24.description1": "\u00266Fume Funnels,\u0026r when placed next to a Witch\u0027s Oven, raise the chance of getting fumes from items.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description1": "Tired of hearing those godforsaken \u00266mandrakes\u0026r shriek? Make some \u00266earmuffs!\u0026r They\u0027ll protect you from getting your ears blown out by their piercing scream.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description2": "\u00267Tip: the higher the strength stat on mandrake is, the less likely they are to wake up.", + "ftbquests.chapter.the_hunt_for_grass.quest25.title": "OSHA Approved", + "ftbquests.chapter.the_hunt_for_grass.quest26.description1": "With the re-introduction of actual saplings to the world, you might want to make slightly better tools than the basic pickaxe and axe you\u0027re used to.", + "ftbquests.chapter.the_hunt_for_grass.quest26.description2": "The \u00266Hammer, Excavator, and Broadaxe\u0026r can break blocks in a \u002663x3 area\u0026r (and the broadaxe breaks in \u002663x3x3!\u0026r), making terraforming and general resource collection much easier.", + "ftbquests.chapter.the_hunt_for_grass.quest26.task_4941645910113139201.title": "Any AOE Tool", + "ftbquests.chapter.the_hunt_for_grass.quest3.description1": "Unless you get lucky and find an ingot or two among the husks, you\u0027ll need some way to make iron ingots. ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description2": "Luckily, one of those plants you found has a rudimentary circulatory system, which has enough thematic overlap with actual hemoglobin that you can use it to precipitate hemoglobic fluid...", + "ftbquests.chapter.the_hunt_for_grass.quest3.description3": "Basically, you found a \u00266plant that grows blood\u0026r and you\u0027re gonna \u00266make iron out of it\u0026r by putting it into a \u00266Sal Ammoniac Accumulator above a Fluid Vessel.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description4": "\u00267Note: A Sal Ammoniac tank is meant only for sal ammoniac, so you \u0026oneed\u0026r\u00267 to place the \u0026lfluid vessel\u0026r\u00267 below it.", + "ftbquests.chapter.the_hunt_for_grass.quest3.title": "Hemoglobic Fluid", + "ftbquests.chapter.the_hunt_for_grass.quest4.description1": "Now that you have your hemoglobic fluid, you can \u00266use it as a solvent in your Liquefaction Cauldron to liquify copper\u0026r - the iron in the fluid will transform the copper sulfur into \u00266Iron Alchemical Sulfur.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.description2": "You\u0027ll also need some \u00266Mineral Alchemical Salt\u0026r - you can get this by \u00266calcifying charcoal,\u0026r or re-calcifying \u00266a large amount of Strata salt.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.title": "Salt and Sulfur", + "ftbquests.chapter.the_hunt_for_grass.quest5.description1": "You\u0027re almost there! Just throw the \u00266Iron Alchemical Sulfur, Mineral Alchemical Salt, \u0026rand\u00266 Alchemical Mercury\u0026r into the \u00266Incubator, \u0026rand you\u0027ll have iron!", + "ftbquests.chapter.the_hunt_for_grass.quest6.description1": "You can mash up the magical plants you\u0027ve found into something you\u0027re calling \u00266Anointing Paste.\u0026r You\u0027re pretty sure you can apply it to something, but what? ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description1": "Now that you have a bit of iron, you can make a cauldron and \u00266anoint\u0026r it to make a \u00266Witch\u0027s Cauldron\u0026r - a magically-insulated vessel for brewing all sorts of witchy goodness. ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description2": "Fill it with three buckets of water, place it over a campfire, and it\u0027ll start boiling!", + "ftbquests.chapter.the_hunt_for_grass.quest7.description3": "\u00267Tip: if your brew spoils (turns brown because you put items in out of order or incorrectly), you can use an empty bucket to empty the cauldron.", + "ftbquests.chapter.the_hunt_for_grass.quest7.task_2385086996515714487.title": "Anoint a Cauldron", + "ftbquests.chapter.the_hunt_for_grass.quest8.description1": "With a little bit of magic (and a reinforced witchy cauldron), you can make a \u00266potent mutagen\u0026r - potent enough to mutate those \u00266dead bushes\u0026r you\u0027ve been seeing around into \u00266actual saplings!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest8.subtitle": "Minor necromancy", + "ftbquests.chapter.the_hunt_for_grass.quest8.task_6488684102089578318.title": "Any Sapling", + "ftbquests.chapter.the_hunt_for_grass.quest8.title": "Saplings!", + "ftbquests.chapter.the_hunt_for_grass.quest9.description1": "The seeds you\u0027ve been finding have uniquely adapted themselves to their harsh environment. As a consequence, however, they\u0027ve become \u00264much less productive, focusing entirely on survival.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest9.description2": "You can try to selectively breed your meager collection of seeds together to make them \u00266grow faster\u0026r and \u00266produce more,\u0026r or even try \u00266cross-breeding them\u0026r to start bringing back extinct species of plant...", + "ftbquests.chapter.the_hunt_for_grass.quest9.description3": "To start, plant any seeds you have onto specially-prepared \u00266Crop Sticks.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.title": "A Whiff of Normal", + "ftbquests.chapter.the_sound_of_life.quest1.description1": "Debatably sentient life in the form of chickens! Even more importantly, these chickens will produce \u00266eggs,\u0026r the root of all fauna.", + "ftbquests.chapter.the_sound_of_life.quest1.title": "Sentient Life", + "ftbquests.chapter.the_sound_of_life.quest10.description1": "You can upgrade your blood altar by placing runes around it - your \u00266Sanguine Scientiem\u0026r can give you specifics. A tier 2 altar can create \u00266Reinforced Slates!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest10.description2": "Used for creating special runes that give your blood altar benefits, among other things, they are just that much more potent than a regular blank slate.", + "ftbquests.chapter.the_sound_of_life.quest10.title": "Tier 2 Slates", + "ftbquests.chapter.the_sound_of_life.quest11.description1": "A tier 3 altar can create \u00266Imbued Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.description2": "Even stronger than the reinforced version, they can make even better rune upgrades for your blood altar, as well as the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.title": "Tier 3 Slates", + "ftbquests.chapter.the_sound_of_life.quest12.description1": "The \u00266Alchemical Reaction Chamber\u0026r is capable of a great many things, but one of the most important is its ability to produce gems - \u00266diamond, lapis, and amethyst.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description1": "With access to gems, you can make a \u00266Tainted Blood Pendant,\u0026r which you can then infuse with \u00266Regeneration!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description2": "This makes poking yourself for life essence much more bearable...", + "ftbquests.chapter.the_sound_of_life.quest13.description3": "\u00267Tip: prismarine can be made either through Create\u0027s haunting or Nature\u0027s Aura\u0027s Natural Altar.", + "ftbquests.chapter.the_sound_of_life.quest14.description1": "Alchemizing with lifeforce provides the extra punch needed to transmute base materials into \u00266precious gems\u0026r using the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest14.description2": "\u00267Tip: once you\u0027ve made one of a specific kind of gem, you can use Theurgy to convert more materials into that gem\u0027s sulfur without having to go through the whole blood transmutation again!", + "ftbquests.chapter.the_sound_of_life.quest14.title": "Gems!", + "ftbquests.chapter.the_sound_of_life.quest15.description1": "A renewable source of gems would be much appreciated - thankfully, you can perform a \u00266special wiccan ritual\u0026r to turn a block of amethyst into its budding version.", + "ftbquests.chapter.the_sound_of_life.quest15.description2": "\u00267Tip: you can use blood magic\u0027s arcane ashes to draw a pentagram on your altar, giving it an addtional 1.5x boost to total power capacity!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest15.description3": "\u00267Tip 2: the instructions for this ritual can be found in your Reclamation Rituals book.", + "ftbquests.chapter.the_sound_of_life.quest16.description1": "Now that you have access to gems, you can start to manipulate \u00265Source, \u0026ranother type of magical energy you remember from before.", + "ftbquests.chapter.the_sound_of_life.quest16.description2": "To start, you\u0027ll want to turn lapis or amethyst shards into source gems using an \u00266Imbuement Chamber.\u0026r However, for an Imbuement Chamber, you\u0027ll need a special kind of wood. Because \u00265Source\u0026r is innately intertwined with \u00264Life Essence,\u0026r infusing an already magically-resonant tree with \u00264Life Essence\u0026r should produce a suitable sapling.", + "ftbquests.chapter.the_sound_of_life.quest16.description3": "\u00267Tip: you can convert between the four types of sapling using a mana pool!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest16.title": "Archwood", + "ftbquests.chapter.the_sound_of_life.quest17.description1": "With Archwood, you can now create \u00266Source Gems,\u0026r a perfect focusing medium for the arcane energies of \u00265Source.\u0026r Just toss some amethyst or lapis into an \u00266Imbuement Chamber!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest17.description2": "At first, you\u0027ll be slowly imbuing gems with the trace amounts present in the air, but once you get a way to generate \u00265Liquid Source,\u0026r you\u0027ll be converting gems in a flash!", + "ftbquests.chapter.the_sound_of_life.quest17.title": "Source Gems", + "ftbquests.chapter.the_sound_of_life.quest18.description1": "By offering an \u00266Imbued Slate\u0026r to the gods, you can convert mundane iron into the dense ingot of \u00266Osmium.\u0026r This metal is crucial to advanced mechanical applications.", + "ftbquests.chapter.the_sound_of_life.quest18.title": "Supermassive", + "ftbquests.chapter.the_sound_of_life.quest19.description1": "Now that you have a source of power, you\u0027ll want to start making real machinery. Your first step - a \u00266Metallurgic Infuser.\u0026r This machine can do a wide varity of things, but one of the most important is its ability to create \u00266steel,\u0026r another critical metal for your foray into technology.", + "ftbquests.chapter.the_sound_of_life.quest19.description2": "Infusing \u00266iron with coal,\u0026r while inefficient, is your only real way to make it - at least for now.", + "ftbquests.chapter.the_sound_of_life.quest19.title": "Steel", + "ftbquests.chapter.the_sound_of_life.quest2.description1": "Now that you have access to a breedable animal, you can utilize their excess vitalic energy to birth new creatures. ", + "ftbquests.chapter.the_sound_of_life.quest2.description2": "In an area with high Aura concentration, \u00266breeding mobs together\u0026r will generate \u00266Spirits of Birthing.\u0026r These spirits can be tossed alongside some other reagents onto an \u00266Altar of Birthing\u0026r to spawn new creatures.", + "ftbquests.chapter.the_sound_of_life.quest2.title": "Altar of Birthing", + "ftbquests.chapter.the_sound_of_life.quest20.description1": "The basis of every machine worth making, \u00266a Steel Casing \u0026ropens up limitless possibilities. ", + "ftbquests.chapter.the_sound_of_life.quest20.description2": "Almost quadrupling raw ore into ingots, turning plants into energy, or even fusion reactors all start with the humble steel casing.", + "ftbquests.chapter.the_sound_of_life.quest20.title": "Basic Machinery", + "ftbquests.chapter.the_sound_of_life.quest21.description1": "The \u00266Enrichment Chamber\u0026r can slightly boost the outputs of raw ores, clean blocks, and refine reagents for the \u00266Metallurgic Infuser,\u0026r creating enriched versions of items that are \u002668 times more efficient!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest22.description1": "Before you can do anything related to machinery, you\u0027ll need a source of power. Thankfully, \u0026bbotanic mana\u0026r is easily convertible to \u0026credstone flux.\u0026r Simply point a mana spreader at a \u00266Mana Fluxfield\u0026r and it\u0027ll output \u0026cRF\u0026r to any adjacent blocks.", + "ftbquests.chapter.the_sound_of_life.quest22.description2": "\u00267You can also use a heat generator, but it\u0027s VERY inefficient and (probably) not even worth making!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description1": "With the acquisition of lapis, you can now make the \u00266Terrestrial Agglomeration Plate,\u0026r a necessary step in your mastery of \u0026bbotanic mana.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description2": "Combining mana-infused versions of a diamond, an ender pearl, and iron (alongside a tremendous amount of mana) creates \u00266Terrasteel,\u0026r a unique alloy that is incredibly strong and mana conductive.", + "ftbquests.chapter.the_sound_of_life.quest23.description3": "\u00267Tip: use sparks instead of mana spreaders for a much faster mana transfer rate!", + "ftbquests.chapter.the_sound_of_life.quest23.title": "Terrasteel", + "ftbquests.chapter.the_sound_of_life.quest24.description1": "Steel allows you to make better pipes of all kinds, able to transport items, fluids, RF, chemicals, and even heat. These have a number of \u00266advantages over caminite-based alternatives,\u0026r mainly their lack of reliance on redstone and their upgradeability.", + "ftbquests.chapter.the_sound_of_life.quest24.task_1474346775141796701.title": "Any Basic Logistic Item", + "ftbquests.chapter.the_sound_of_life.quest24.title": "Advanced Logistics", + "ftbquests.chapter.the_sound_of_life.quest25.description1": "The \u00266Rotary Condensentrator\u0026r allows you to convert liquids to gases, and vice versa. This is useful for storage purposes, but it also allows you to aerate Life Essence!", + "ftbquests.chapter.the_sound_of_life.quest26.description1": "The \u00266Gas-Burning Generator\u0026r can produce a large amount of RF very quickly - it\u0027s a solid midrange option that will most likely carry your energy needs until you start making reactors.", + "ftbquests.chapter.the_sound_of_life.quest26.description2": "\u00266Aerated Essence \u0026ris relatively easy to produce, and can be burned to produce a solid amount of RF. It\u0027s macabre, but it works!", + "ftbquests.chapter.the_sound_of_life.quest27.description1": "\u00266Ethylene\u0026r is another gas you can burn in the gas-burning generator; even a small amount can be burned for a rather large amount of energy.", + "ftbquests.chapter.the_sound_of_life.quest27.description2": "\u00267Note: Ethylene burning has been nerfed in this pack! It\u0027s still useful, just not as absolutely game-breakingly energy dense as it normally is.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest27.title": "Ethylene", + "ftbquests.chapter.the_sound_of_life.quest28.description1": "Ethylene can be further mixed with Aerated Essence to produce Blooded Ethylene, a much more energy-dense gas that can burn for longer in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest28.title": "Blooded Ethylene", + "ftbquests.chapter.the_sound_of_life.quest29.description1": "The \u00266Crusher\u0026r is great for turning things into smaller, powdery versions of themselves. It\u0027s also great at turning plants into \u00266Bio Fuel!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest3.description1": "Blood magic is a pathway to many abilities some consider to be unnatural.", + "ftbquests.chapter.the_sound_of_life.quest3.description2": "To start, make a few \u00266soul snares\u0026r and \u00266throw them at monsters before killing them.\u0026r These snared monsters will drop \u00266demonic will\u0026r, which you\u0027ll need to get started!", + "ftbquests.chapter.the_sound_of_life.quest3.title": "Blood Magic", + "ftbquests.chapter.the_sound_of_life.quest30.description1": "\u00266Bio Fuel\u0026r can be turned directly into energy in the \u00266Bio-Generator,\u0026r or further refined into ethylene for burning in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest30.title": "Bio Fuel", + "ftbquests.chapter.the_sound_of_life.quest31.description1": "The \u00266Purification Chamber,\u0026r in combination with oxygen and some further processing, can double raw ore outputs.", + "ftbquests.chapter.the_sound_of_life.quest31.description2": "Ore clumps can be crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest31.description3": "\u00267Tip: gas upgrades can be placed into some machines to make them more efficient in their use of chemicals!", + "ftbquests.chapter.the_sound_of_life.quest32.description1": "The \u00266Chemical Dissolution Chamber\u0026r is the next step in your ore processing - with the chamber as a starting point and some hydrogen chloride, it can turn 3 ore into 8 shards, which eventually get processed into ingots.", + "ftbquests.chapter.the_sound_of_life.quest32.description2": "To make hydrogen chloride, you\u0027ll need a renewable source of chlorine. The \u00266Thermal Evaporation Tower Multiblock\u0026r can turn plain water into brine, which can then be electrolysed into chlorine.", + "ftbquests.chapter.the_sound_of_life.quest32.description3": "Shards need to be purified into clumps, crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.description1": "The final refinement to your ore refinement process: the \u00266Chemical Washer and Crystallizer\u0026r can wash and crystallize ore slurry, at a 3 raw ore to eventual 10 ingot ratio.", + "ftbquests.chapter.the_sound_of_life.quest33.description2": "You\u0027ll need sulfur for sulfuric acid, which you can make through judicious application of oxygen to charcoal.", + "ftbquests.chapter.the_sound_of_life.quest33.description3": "Dirty ore slurry needs to be washed into clean ore slurry, then crystallized into crystals, which then get thrown into the \u00266Chemical Injection Chamber\u0026r to get turned into shards, which purify into clumps, crush into dirty dust, enrich into clean dust, and then finally smelt into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.title": "REAL Ore Processing", + "ftbquests.chapter.the_sound_of_life.quest34.description1": "To make the next tier of altar, you\u0027ll need bloodstone bricks to cap the next set of pillars. However, these require blood shards to make; blood shards require \u00266tau fruit. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest34.description2": "Despite your best efforts, you can\u0027t breed tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest34.description3": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of Tau Fruit. Go forth, ", + "ftbquests.chapter.the_sound_of_life.quest34.title": "Blooded Rituals", + "ftbquests.chapter.the_sound_of_life.quest35.description1": "\u00266Blood Shards\u0026r are a very handy thing for someone of your talents to have around. Despite your best efforts, however, you can\u0027t breed the necessary tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest35.description2": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of tau fruit. ", + "ftbquests.chapter.the_sound_of_life.quest35.description3": "\u00267Tip: once you have some, planting tau fruit and having it grow while something is standing on it will eventually create a saturated tau.", + "ftbquests.chapter.the_sound_of_life.quest35.title": "Blood Shards", + "ftbquests.chapter.the_sound_of_life.quest36.description1": "With access to blood shards, you can finally make a tier 4 altar and\u00266 Demonic Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest36.description2": "Yet still stronger than Imbued Slates, these bad boys pack quite an essence-filled punch! You can use these for ritual paraphernalia as well as more altar upgrades.", + "ftbquests.chapter.the_sound_of_life.quest36.title": "Tier 4 Slates", + "ftbquests.chapter.the_sound_of_life.quest37.description1": "The \u00266Dusk\u0026r version of the \u00266Ritual Diviner\u0026r will allow you to perform even stronger rituals - chief among these being the \u00266Pathway to the Endless Realm.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.description2": "Once performed, you will be presented with a gate to the Demon Realm proper - a sprawling labyrinth of rooms which contain strong enemies, plentiful loot, and the curious ore known as \u00266Demonite.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.title": "Dusk Rituals", + "ftbquests.chapter.the_sound_of_life.quest38.description1": "\u00266Demonite\u0026r can be found rarely in the \u00266Demon Realm,\u0026r either as an ore block or as loot in chests.", + "ftbquests.chapter.the_sound_of_life.quest38.description2": "You also remember that there was a \u00266special key\u0026r for \u00266spatial distortions\u0026r that led you to the mines, which held much more valuable loot...", + "ftbquests.chapter.the_sound_of_life.quest39.description1": "The single most powerful slate you can make,\u00266 Ethereal Slates\u0026r require a tier 5 altar to craft.", + "ftbquests.chapter.the_sound_of_life.quest39.description2": "Alongside netherite scraps and some \u00266looted parts\u0026r from the Demon Realm, these slates can be used to upgrade altar runes, making them \u00266twice as powerful.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest39.title": "Tier 5 Slates", + "ftbquests.chapter.the_sound_of_life.quest4.description1": "One of the most common things you\u0027ll need in the pursuit of sanguine magic is a base material of stone doped in blood - excellent for channelling these dark energies.", + "ftbquests.chapter.the_sound_of_life.quest4.description2": "You\u0027ll need to make quite a few to upgrade your blood altar!", + "ftbquests.chapter.the_sound_of_life.quest40.description1": "Now that you have access to dusk rituals, you can use either a \u00266Ritual of the Feathered Knife\u0026r or a \u00266Well of Suffering\u0026r to automate the collection of life essence.", + "ftbquests.chapter.the_sound_of_life.quest40.description2": "To get even more out of your rituals, you can use the \u00266Ritual Tinkerer!\u0026r Read your \u00266Sanguine Scientiem\u0026r for more information.", + "ftbquests.chapter.the_sound_of_life.quest40.description3": "\u00267Tip: if you can supply mobs to the well constantly (or give them a source of regenerating health), you could fully automate life essence collection...", + "ftbquests.chapter.the_sound_of_life.quest40.title": "Useful Rituals", + "ftbquests.chapter.the_sound_of_life.quest41.description1": "The \u00266Incense Altar\u0026r is the center of a large freeform multiblock structure focused on bringing a sense of tranquility to players. With enough peace of mind, you can perform self-sacrifice with a much smoother hand - at high levels, you can get as much as \u00266quadruple the normal amount of life essence!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest41.description2": "For more information on this structure, take a look at your \u00266Sanguine Scientiem.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description1": "With enough Demonic Will, you reach a critical mass that can eventually \u00266generate will\u0026r ex nihilo! Simply burn some into the local aura by throwing will into a \u00266Demon Crucible,\u0026r then wait for it to crystallize on the \u00266Demon Crystallizer. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description2": "With enough will in the aura, the crystal will grow extra spires you can harvest and re-burn; each crystal past the first takes 40 will to grow but \u00266burns into 50!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description3": "Now if only there was some way to automate this...", + "ftbquests.chapter.the_sound_of_life.quest42.description4": "\u00267Tip: for more info, read your Sanguine Scientiem!", + "ftbquests.chapter.the_sound_of_life.quest42.title": "Crystallized Will", + "ftbquests.chapter.the_sound_of_life.quest43.description1": "With the \u00266Resonance of the Faceted Crystal\u0026r ritual, you can split one well-established Will Crystal into four separate aspected crystals! This aspected will is handy for all sorts of things, but one of the most useful things you can do is use it in other rituals to \u00266change the way they perform.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest43.description2": "\u00267Tip: it\u0027s possible to fully automate the growing, splitting, and harvesting of crystals using rituals!", + "ftbquests.chapter.the_sound_of_life.quest43.title": "Aspected Will", + "ftbquests.chapter.the_sound_of_life.quest44.description1": "With access to Terrasteel, you can make the third tier of botanic runes: \u00266Sin Runes.\u0026r These can be used to make better baubles, more powerful flowers, and more!", + "ftbquests.chapter.the_sound_of_life.quest44.task_6010537284078335274.title": "Any Sin Rune", + "ftbquests.chapter.the_sound_of_life.quest44.title": "Sin Runes", + "ftbquests.chapter.the_sound_of_life.quest45.description1": "With Terrasteel, you can utilize an old ritual to open a \u00266gateway to Alfheim,\u0026r which you\u0027re certain has escaped whatever happened to this world. The portal won\u0027t be able to transport living beings, but maybe you can trade for some \u00266useful materials?\u0026r", + "ftbquests.chapter.the_sound_of_life.quest45.description2": "\u00267Tip: For more information on the portal, read your Lexica Botania! For even more than that, throw your entire Lexica Botania into the portal! (but make sure you don\u0027t throw your Akashic Tome away!)", + "ftbquests.chapter.the_sound_of_life.quest45.title": "The Portal to Alfheim", + "ftbquests.chapter.the_sound_of_life.quest46.description1": "The \u00266Elven Mana Spreader\u0026r is much more efficient than it\u0027s livingwood predecessor - it shoots larger bursts faster and farther.", + "ftbquests.chapter.the_sound_of_life.quest46.title": "Better Spreader", + "ftbquests.chapter.the_sound_of_life.quest47.description1": "With Sin Runes and elven materials, you can craft a special flower that \u00266generates ore in nearby stone or deepslate!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest47.description2": "As far as you\u0027re concerned, this is more proof that you can solve any problem if you throw enough raw mana at something.", + "ftbquests.chapter.the_sound_of_life.quest47.subtitle": "but not ad astra!", + "ftbquests.chapter.the_sound_of_life.quest47.title": "Ex Nihilo", + "ftbquests.chapter.the_sound_of_life.quest48.description1": "The \u00266Scribe\u0027s Table\u0026r allows you to create new glyphs for spellbooks. As far as spellbooks go, you have a couple options - use either pure arcane mana or life essence to fuel your spells.", + "ftbquests.chapter.the_sound_of_life.quest48.title": "Spellcasting", + "ftbquests.chapter.the_sound_of_life.quest49.description1": "Source can be generated in a variety of ways, but you\u0027ll need to do something to get it into a much more useable liquid form. ", + "ftbquests.chapter.the_sound_of_life.quest49.description2": "\u00266Sourcelinks\u0026r will gather it for you, but you\u0027ll also need to make a \u00266jar\u0026r to store the generated source.", + "ftbquests.chapter.the_sound_of_life.quest49.task_8602744015200526354.title": "Any Sourcelink", + "ftbquests.chapter.the_sound_of_life.quest49.title": "Generating Source", + "ftbquests.chapter.the_sound_of_life.quest5.description1": "The \u00266Hellfire Forge\u0026r allows you to use Demonic Will to craft special items.", + "ftbquests.chapter.the_sound_of_life.quest5.description2": "One of the first things you\u0027ll want to make is a \u00266soul gem\u0026r - these special gems can store demonic will you pick up without clogging your inventory.", + "ftbquests.chapter.the_sound_of_life.quest5.description3": "\u00267Tip: the more will you have stored in your inventory, the more will drops from monsters!", + "ftbquests.chapter.the_sound_of_life.quest50.description1": "One of the primary uses of liquid source is the enchanting of items. Using the \u00266Arcane Core\u0026r and an \u00266Enchanting Apparatus\u0026r atop it, you can create many useful things.", + "ftbquests.chapter.the_sound_of_life.quest50.title": "Arcane Enchanting", + "ftbquests.chapter.the_sound_of_life.quest51.description1": "If you\u0027re tired of waiting for amethyst to grow, try animating a block of budding amethyst with the \u00266Ritual of Awakening.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.description2": "It turns budding amethyst into an \u00266Amethyst Golem,\u0026r who can harvest, grow, and even bud other blocks of amethyst!", + "ftbquests.chapter.the_sound_of_life.quest51.description3": "Its behavior can be further modified using a \u00266Dominion Wand.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.title": "Amethyst Buddy", + "ftbquests.chapter.the_sound_of_life.quest52.description1": "With the acquisition of specially-charged elven materials, you can create an \u00266even stronger mana-generating base;\u0026r cake, wool, and even other mana flowers can all be mulched into yet more mana.", + "ftbquests.chapter.the_sound_of_life.quest52.task_1683678805039454876.title": "Any Elven Flower", + "ftbquests.chapter.the_sound_of_life.quest52.title": "Esoteric Mana Generation", + "ftbquests.chapter.the_sound_of_life.quest53.description1": "With the power of Elementium and a little extra elemental oomph, you can craft a special pylon to use in tandem with the power of a beacon to summon the \u00266Guardian of Gaia.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest53.description2": "Prove your strength, and you\u0027ll be rewarded with \u00266Gaia Spirits.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest54.description1": "Using the \u00266Enchanting Apparatus\u0026r and some special reagents, you can make elemental essences that have a wide variety of uses, from crafting to spellweaving.", + "ftbquests.chapter.the_sound_of_life.quest54.task_6599905580160140411.title": "Any Essence", + "ftbquests.chapter.the_sound_of_life.quest55.description1": "Fragments of the mysterious \u00266Guardian of Gaia\u0026r, these spirits have enormous potential...", + "ftbquests.chapter.the_sound_of_life.quest56.description1": "There are quite a few elemental \u00266rituals\u0026r that could come in handy for you - defending your base, automatically pick items up, and even allowing you to fly!", + "ftbquests.chapter.the_sound_of_life.quest57.description1": "The \u00266Storage Lectern\u0026r boasts the incredibly convenient capability of letting you manage, view, and craft using nearby storage blocks. Simply place it down and link inventories to it using the dominion wand!", + "ftbquests.chapter.the_sound_of_life.quest57.description2": "There is a limit to the number of inventories you can connect to at once - this can be raised using additional \u00266Bookwyrm Charms.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description1": "Mekanism upgrades come in two flavors - \u00266upgrade cards\u0026r and \u00266tier installers. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description2": "Upgrade cards give the machine a boost to a certain aspect - speed, energy efficiency, etc.", + "ftbquests.chapter.the_sound_of_life.quest58.description3": "Tier installers give the machine more processing slots - from 1 item at a time to \u002669 in some machines!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.task_366296260702142144.title": "Any Upgrade", + "ftbquests.chapter.the_sound_of_life.quest58.title": "Upgrades", + "ftbquests.chapter.the_sound_of_life.quest59.description1": "You can use a hefty amount of will as well as vengeful will crystals to create \u00266Wither Skeleton Skulls\u0026r in a Hellfire Forge. ", + "ftbquests.chapter.the_sound_of_life.quest59.description2": "These skulls are very powerfully charged - you can use them to summon Withers and acquire their \u00266valuable stars.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest59.title": "The Wither", + "ftbquests.chapter.the_sound_of_life.quest6.description1": "\u00266Blood Orbs\u0026r are a budding sanguimancer\u0027s way of storing and utilizing Life Essence, measured in \u00266LP.\u0026r Once you\u0027ve crafted one, right click with it in your hand to bind it to your personal LP network.", + "ftbquests.chapter.the_sound_of_life.quest6.description2": "LP is used for things like sigils, rituals, and crafting. You can transfer life essence in an altar to your network by placing your orb into the altar.", + "ftbquests.chapter.the_sound_of_life.quest6.description3": "\u00267Tip: there is a blood orb for each tier of altar! Certain recipes need higher tiers of blood orbs.", + "ftbquests.chapter.the_sound_of_life.quest6.task_9017841688739987349.title": "Any Blood Orb", + "ftbquests.chapter.the_sound_of_life.quest60.description1": "The \u00266Conjuration Catalyst\u0026r can duplicate certain items for a relatively moderate mana cost.", + "ftbquests.chapter.the_sound_of_life.quest60.description2": "No more fiddling around with potions or distilling to make your redstone and glowstone!", + "ftbquests.chapter.the_sound_of_life.quest61.description1": "You can summon \u00266Wilden\u0026r using the aptly-named Tablet of Summon Wilden. These magical creatures drop \u00266special reagents when killed.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest61.description2": "These reagents can also be used to summon the \u00266Wilden Chimera,\u0026r a powerful boss that drops a \u00266special item\u0026r needed to channel tier 3 spells. ", + "ftbquests.chapter.the_sound_of_life.quest61.title": "Wilden", + "ftbquests.chapter.the_sound_of_life.quest62.description1": "With the power of a \u00266Charger\u0026r and an \u00266enriched diamond,\u0026r you can create a \u00266special kind of chargeable quartz...\u0026r", + "ftbquests.chapter.the_sound_of_life.quest62.title": "Certus Quartz", + "ftbquests.chapter.the_sound_of_life.quest63.description1": "Obviously, the ratio of one diamond for one certus quartz isn\u0027t exactly tenable. Luckily, there\u0027s a way to literally grow it from itself - just throw a block of \u00266certus quartz into water with some charged certus quartz,\u0026r and it\u0027ll get converted into \u00266budding quartz.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest63.description2": "This semi-flawed quartz block will grow crystals just like amethyst, with one caveat - \u00264eventually the crystal will degrade\u0026r back into a regular block, meaning you\u0027ll have to re-seed it.", + "ftbquests.chapter.the_sound_of_life.quest63.description3": "\u00267Tip: you can also use Theurgy to convert other materials into certus quartz - amethyst is a good candidate!", + "ftbquests.chapter.the_sound_of_life.quest63.title": "Growing Quartz", + "ftbquests.chapter.the_sound_of_life.quest64.description1": "By combining redstone and nether quartz with charged certus quartz, you can make \u00266Fluix Crystals,\u0026r capable of turning matter into digitalized information.", + "ftbquests.chapter.the_sound_of_life.quest65.description1": "Before the apocalpyse - or whatever happened here - there were strange meteors that occasionally fell containing these \u00266mysterious presses.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest65.description2": "You think you have devised a ritual that could potentially draw in another one of these meteors (albeit greatly diminished in size).", + "ftbquests.chapter.the_sound_of_life.quest65.description3": "\u00267Tip: check your Reclamation Rituals book!", + "ftbquests.chapter.the_sound_of_life.quest65.title": "Mysterious Cube", + "ftbquests.chapter.the_sound_of_life.quest66.description1": "The \u00266ME Controller\u0026r is the brains of the \u00266Material Energy\u0026r system - one of the most powerful logistics solutions available to you.", + "ftbquests.chapter.the_sound_of_life.quest66.subtitle": "Better than futura blocks", + "ftbquests.chapter.the_sound_of_life.quest67.description1": "The \u00266Inscriber\u0026r is used to turn raw materials into actual circuits useable in the \u00266Matter Energy\u0026r system.", + "ftbquests.chapter.the_sound_of_life.quest68.description1": "With the raw power afforded to you by aspected will crystals, gaia fragments, and ethereal slates, you finally have enough oomph to begin reversing the damage this world has suffered.", + "ftbquests.chapter.the_sound_of_life.quest68.description2": "Look into the \u00266Ritual of Reclamation\u0026r in your Reclamation Rituals book to start reclaiming the world.", + "ftbquests.chapter.the_sound_of_life.quest68.description3": "\u00267Note: the ritual may \u00264void blocks!\u0026r\u00267 Perform it away from anything important or risk losing things you might want to keep.", + "ftbquests.chapter.the_sound_of_life.quest68.subtitle": "Roll credits?", + "ftbquests.chapter.the_sound_of_life.quest68.task_6680892754679269683.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_sound_of_life.quest68.title": "Reclamation", + "ftbquests.chapter.the_sound_of_life.quest69.description1": "\u00266Sirens\u0026r can be summoned (and subsequently befriended) at the Altar of Birthing. Once given a Sea Pickle, they\u0027ll disappear and leave behind a token. This token can be turned into a charm that can \u00266automatically fish\u0026r for you, at the price of source!", + "ftbquests.chapter.the_sound_of_life.quest69.description2": "\u00267Tip: this auto fishing can be sped up; read your Worn Notebook for more details.", + "ftbquests.chapter.the_sound_of_life.quest7.description1": "The \u00266Alchemy Table\u0026r allows you to craft with LP from a blood orb. You can make a lot of things like reagents for useful sigils, but you can also make \u00266Arcane Ashes.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest70.description1": "\u00266Whirlisprigs\u0026r can be summoned at the Altar of Birthing. Growing a tree near a summoned one will net you a token, which can be crafted into a charm. This charm summons a tame Whirlisprig that will \u00266produce natural resources\u0026r based on what\u0027s nearby!", + "ftbquests.chapter.the_sound_of_life.quest70.description2": "\u00267Tip: read your Worn Notebook for more!", + "ftbquests.chapter.the_sound_of_life.quest71.description1": "Summon a \u00266Drygmy\u0026r at the Altar of Birthing. Give it a wilden horn to get a token, then craft it into a token. This tame Drygmy will \u00266produce experience and drops of mobs nearby,\u0026r without killing them!", + "ftbquests.chapter.the_sound_of_life.quest72.description1": "Casting dispel on a witch (summoned at the Altar of Birthing) drops a Wixie Token. Turned into a charm to summon Wixies, these creatures can craft and brew potions for you!", + "ftbquests.chapter.the_sound_of_life.quest72.description2": "\u00267Tip: Wixies are very helpful when using an Alchemical Sourcelink! For more info, read your Worn Notebook.", + "ftbquests.chapter.the_sound_of_life.quest73.description1": "\u00266Starbuncles\u0026r summoned by the Altar of Birthing can be gifted gold nuggets to get \u00266Starbuncle Tokens.\u0026r Crafted into a \u00266Starbuncle Charm,\u0026r it will summon a Starbuncle to move items around for you. No more fiddling around with pipes and logistics, just use a semi-intelligent squirrel!", + "ftbquests.chapter.the_sound_of_life.quest73.description2": "\u00267Tip: they can be told to only pick up or drop off certain items - read your Worn Notebook for more information!", + "ftbquests.chapter.the_sound_of_life.quest74.description1": "\u00266Magebloom\u0026r is a flower whose fibers can be spun into a very conductive magical cloth.", + "ftbquests.chapter.the_sound_of_life.quest74.title": "Magebloom", + "ftbquests.chapter.the_sound_of_life.quest75.description1": "\u00266Warp Scrolls\u0026r let you teleport anywhere in a dimension, while their stabilized versions create a temporary portal that can transport you even to \u00266other dimensions.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest75.description2": "\u00267Tip: both types of scrolls can be turned into permanent portals by building a frame out of Sourcestone, placing a full source jar nearby, and tossing the scroll into it.", + "ftbquests.chapter.the_sound_of_life.quest76.description1": "The \u00266Fission Reactor\u0026r is a large multiblock that takes fissile fuel and water and outputs enormous amounts of steam. This steam can be pumped into another large multiblock (the industrial turbine) to produce absolutely outrageous amounts of power. ", + "ftbquests.chapter.the_sound_of_life.quest76.description2": "Equally as importantly, it produces nuclear waste.", + "ftbquests.chapter.the_sound_of_life.quest76.description3": "For more information on how to build this structure, refer to the mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest76.description4": "\u00264Warning: if you mess up running your reactor, it WILL melt down and explode/irradiate the surrounding area. Make it small or make it far away from your base if you\u0027re not confident.", + "ftbquests.chapter.the_sound_of_life.quest76.subtitle": "Uranium \u003d mc2?", + "ftbquests.chapter.the_sound_of_life.quest76.title": "Fission Reactor", + "ftbquests.chapter.the_sound_of_life.quest77.description1": "\u00266Plutonium\u0026r is one possible product from processing nuclear waste - it can be reprocessed into more fissile fuel or crafted into Supercritical Phase Shifter casings.", + "ftbquests.chapter.the_sound_of_life.quest78.description1": "\u00266Radioactive Waste Barrels\u0026r are one of the only things that can hold nuclear waste; when filled, they slowly dispose of their contents.", + "ftbquests.chapter.the_sound_of_life.quest78.title": "Waste Disposal", + "ftbquests.chapter.the_sound_of_life.quest79.description1": "\u00266Polonium\u0026r is a possible product from processing nuclear waste. ", + "ftbquests.chapter.the_sound_of_life.quest79.description2": "Not only can it make a variety of very helpful equipment and the \u00266QIO system,\u0026r it can also be used to craft Supercritical Phase Shifter (SPS) casings, necessary for producing \u00266antimatter.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest8.description1": "\u00266Arcane Ashes,\u0026r made on the Alchemy Table, can be used to perform some basic alchemy without having to re-enter the field of Spagyrics.", + "ftbquests.chapter.the_sound_of_life.quest8.description2": "One of the first things you\u0027ll want to use this for is making the \u00266Divination Sigil,\u0026r which tells you useful information about the amount of life essence you have access to.", + "ftbquests.chapter.the_sound_of_life.quest80.description1": "Making antimatter requires the creation of a Supercritical Phase Shifter, yet another multiblock.", + "ftbquests.chapter.the_sound_of_life.quest80.description2": "Its casings require a large amount of both polonium and plutonium, meaning you\u0027ll need a large amount of nuclear waste processing.", + "ftbquests.chapter.the_sound_of_life.quest80.description3": "To run, it will also need an incredibly large amount of power - this is where you\u0027d want to use an \u00266Industrial Turbine\u0026r hooked up to either a fission or a fusion reactor.", + "ftbquests.chapter.the_sound_of_life.quest80.description4": "\u00267Tip: you only need to make one of these to finish the pack - unless you REALLY like late-game Mekanism or you want to make creative items!", + "ftbquests.chapter.the_sound_of_life.quest81.description1": "The \u00266QIO System\u0026r is a digital storage solution that does not need power and can store a very large amount of items.", + "ftbquests.chapter.the_sound_of_life.quest81.description2": "It has \u00266unlimited cross-dimensional range\u0026r and can import and export automatically. However, it cannot easily auto-craft things for you.", + "ftbquests.chapter.the_sound_of_life.quest81.title": "QIO System", + "ftbquests.chapter.the_sound_of_life.quest82.description1": "The \u00266Fusion Reactor\u0026r is a much more powerful version of its fission counterpart. It can produce millions of RF/t using deuterium, tritium, or D-T fuel.", + "ftbquests.chapter.the_sound_of_life.quest82.description2": "To learn more about this reactor, check the Mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest82.subtitle": "Sci without the fi", + "ftbquests.chapter.the_sound_of_life.quest82.title": "Fusion Reactor", + "ftbquests.chapter.the_sound_of_life.quest9.description1": "\u00266Sentient Tools\u0026r are a much easier way for you to acquire will - instead of having to throw soul snares at enemies, the tools have the \u00266inherent ability to sever souls\u0026r from their fleshy (or bony) prisons.", + "ftbquests.chapter.the_sound_of_life.quest9.description2": "They are also powered by will - any kind of soul gem in your inventory will \u00266increase the tools\u0027 power\u0026r proportional to the amount of will you have stored.", + "ftbquests.chapter.the_sound_of_life.quest9.task_3309257771812589055.title": "Any Sentient Tool", + "ftbquests.chapter.the_sound_of_life.quest9.title": "Sentient Tools", + "ftbquests.chapter.the_sound_of_life.title": "Sounds of Life", + "ftbquests.chapter.the_taste_of_power.quest1.description1": "The \u00266Ender Dragon\u0026r not only has horrific halitosis, it also prevents you from exploring the rest of the End and all its goodies.", + "ftbquests.chapter.the_taste_of_power.quest1.task_4052279956792945141.title": "Kill the Dragon", + "ftbquests.chapter.the_taste_of_power.quest10.description1": "Kinda like an unlimited supply of grape juice!", + "ftbquests.chapter.the_taste_of_power.quest10.description2": "\u00267A/N: pretend it needs 100k instead of 10k source... i\u0027m too lazy to make a custom source jar like ATM does", + "ftbquests.chapter.the_taste_of_power.quest11.description1": "All that effort, and all you got was a really big hole.", + "ftbquests.chapter.the_taste_of_power.quest12.description1": "This is way better than a really big hole!", + "ftbquests.chapter.the_taste_of_power.quest13.description1": "And now the way better hole is a digital rip in the fabric of the universe.", + "ftbquests.chapter.the_taste_of_power.quest13.description2": "Or maybe its a real rip in the fabric of the digital universe?", + "ftbquests.chapter.the_taste_of_power.quest13.description3": "Either way, you\u0027re done. You have access to every item digitally, with the help of a cell workbench. Good job! Have some cake :)", + "ftbquests.chapter.the_taste_of_power.quest14.description1": "It\u0027s not really infinite ME power as much as it is infinite ME efficiency.", + "ftbquests.chapter.the_taste_of_power.quest15.description1": "Sufficiently advanced technology is indistinguishable from magic.", + "ftbquests.chapter.the_taste_of_power.quest15.title": "Creative Energy Cube", + "ftbquests.chapter.the_taste_of_power.quest2.task_7905395510409401238.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest2.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest3.description1": "Congrats! You\u0027ve killed the Ender Dragon - there is no more left to conquer.", + "ftbquests.chapter.the_taste_of_power.quest3.description2": "You are a champion. ", + "ftbquests.chapter.the_taste_of_power.quest3.description3": "You have \u0026lReclaimed\u0026r the world.", + "ftbquests.chapter.the_taste_of_power.quest3.description4": "\u00267As far as anyone can really be concerned, you\u0027ve finished the modpack. Any quests past this are exclusively for bragging rights - creative items, op stuff, lame resource dump recipes, all that jazz.", + "ftbquests.chapter.the_taste_of_power.quest3.description5": "\u00267Thank you immensely for putting the time and effort into finishing the pack! This was a huge undertaking for me, but hopefully you enjoyed it enough that it was worth it :)", + "ftbquests.chapter.the_taste_of_power.quest3.description6": "\u00267 -ACCBDD", + "ftbquests.chapter.the_taste_of_power.quest3.subtitle": "Roll credits (for real)", + "ftbquests.chapter.the_taste_of_power.quest3.task_2556725507805521066.title": "Congratulations!", + "ftbquests.chapter.the_taste_of_power.quest4.description1": "An infinitely super-heated blaze is great just as a centerpiece, but you can also use it to make infinite lava.", + "ftbquests.chapter.the_taste_of_power.quest4.description2": "\u00267Tip: you\u0027re gonna need to make quite a few of these!", + "ftbquests.chapter.the_taste_of_power.quest5.description1": "What\u0027s better than infinite blaze burning? Infinite turning! ", + "ftbquests.chapter.the_taste_of_power.quest6.description1": "The dwarven version of a Philosopher\u0027s Stone.", + "ftbquests.chapter.the_taste_of_power.quest7.description1": "Somehow, you don\u0027t feel as guilty as you think you should.", + "ftbquests.chapter.the_taste_of_power.quest7.description2": "\u00267Tip: this takes 10 full mana pools worth of mana. :)", + "ftbquests.chapter.the_taste_of_power.quest8.description1": "No more will you be shackled to the tyranny of building an enormous pool of whatever fluid!", + "ftbquests.chapter.the_taste_of_power.quest9.description1": "Once you\u0027ve set it to a chemical, you can reset it to empty by crafting it.", + "ftbquests.chapter.the_taste_of_power.quest9.title": "Creative Chemical Tank", + "ftbquests.chapter.the_taste_of_power.title": "The Taste of Power", + "ftbquests.chapter.the_touch_of.quest1.description1": "You\u0027ve done it. You\u0027ve reclaimed some small part of the world! ", + "ftbquests.chapter.the_touch_of.quest1.description2": "Now you just have to regain the diversity in surroundings you remember there once being...", + "ftbquests.chapter.the_touch_of.quest1.task_7943239389617432250.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_touch_of.quest1.title": "Reclamation", + "ftbquests.chapter.the_touch_of.quest10.description1": "\u00266Watery Essence\u0026r is found in deep oceans - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest10.description2": "Elemental wizardry will provide you the magical power necessary to enact such an elementally-aligned terraformation - namely, turning a small area into a \u00266warm ocean.\u0026r", + "ftbquests.chapter.the_touch_of.quest10.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest11.description1": "With all six types of attuned biome essence, you can combine them in a (quite expensive) ritual to produce the \u00266End Portal.\u0026r You\u0027ll still need to add \u00266Eyes of Ender\u0026r to the frame, but once you\u0027ve done so, you can finally enter \u00266the End.\u0026r", + "ftbquests.chapter.the_touch_of.quest11.description2": "\u00267Tip: you can break end portal frames and blocks by right clicking them with the frame remover!", + "ftbquests.chapter.the_touch_of.quest11.subtitle": "Dragons... I hate dragons", + "ftbquests.chapter.the_touch_of.quest11.task_4811328545830427024.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest11.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest12.description1": "Generic biome essence is well and good, but for real ritualistic oomph you\u0027ll need a specialized container, capable of collecting attuned essence.", + "ftbquests.chapter.the_touch_of.quest12.description2": "\u00267Tip: check your Reclamation Rituals book for information on the late-game terraforming rituals!", + "ftbquests.chapter.the_touch_of.quest13.description1": "With biome essence, you can also perform \u00266more directed terraforming\u0026r - turning the surrounding area into basic overworld biomes: forest, plains, river, beach, and ocean.", + "ftbquests.chapter.the_touch_of.quest13.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the overworld terraforming rites!", + "ftbquests.chapter.the_touch_of.quest13.task_2143407724517054989.title": "Basic Terraforming", + "ftbquests.chapter.the_touch_of.quest14.description1": "With some additional infusion, an attuned biome bottle can be turned into a \u00266biome globe\u0026r - in essence a portable directed reclamation ritual.", + "ftbquests.chapter.the_touch_of.quest14.description2": "\u00267Tip: these globes have 16 uses each, and convert a radius of 12 blocks from where you use them! They\u0027ll convert blocks to their reclaimed versions, but they will NOT place features like grass or trees; you\u0027ll have to do those yourself.", + "ftbquests.chapter.the_touch_of.quest14.description3": "\u00267Tip 2: these drain a LOT of aura to make!", + "ftbquests.chapter.the_touch_of.quest14.subtitle": "Portable Terraforming", + "ftbquests.chapter.the_touch_of.quest14.task_8529374338001252387.title": "Any Biome Globe", + "ftbquests.chapter.the_touch_of.quest14.title": "Biome Globes", + "ftbquests.chapter.the_touch_of.quest2.description1": "Getting the nether back into shape is relatively easy, now that you understand the shape of terraforming rituals and have a source of biomic essence.", + "ftbquests.chapter.the_touch_of.quest2.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the nether terraforming rites!", + "ftbquests.chapter.the_touch_of.quest2.task_4997059168389991596.title": "Visit Every Nether Biome", + "ftbquests.chapter.the_touch_of.quest2.title": "Reclaiming the Nether", + "ftbquests.chapter.the_touch_of.quest3.description1": "With the creation of reclaimed biomes, natural spawns can now occur - drygmies, whirligigs, and starbuncles can all rarely spawn in these biomes, as well as the regular mobs.", + "ftbquests.chapter.the_touch_of.quest3.title": "Natural Spawning", + "ftbquests.chapter.the_touch_of.quest4.description1": "Now that you have a place where you can actually see the blue (!) sky, you can bottle up the abundant biomic essence in a \u00266specially-designed container.\u0026r", + "ftbquests.chapter.the_touch_of.quest4.description2": "This \u00266biome essence\u0026r can be used in rituals along with some extra reagents to terraform in a more directed way.", + "ftbquests.chapter.the_touch_of.quest4.description3": "\u00267Tip: you can collect essence in any living biome by holding right click with a biome bottle. Crouching while you do this will fill all bottles in a stack!", + "ftbquests.chapter.the_touch_of.quest4.title": "Biome Essence", + "ftbquests.chapter.the_touch_of.quest5.description1": "The first attuned essence you\u0027ll need is \u00266Hellish Essence,\u0026r collectible from any living\u00266 nether biome.\u0026r", + "ftbquests.chapter.the_touch_of.quest6.description1": "\u00266Arid Essence\u0026r is found mainly in the desert - you\u0027ll have to use a special version of your terraforming ritual to bring it back. ", + "ftbquests.chapter.the_touch_of.quest6.description2": "Some high-powered dwarven artifice should provide you with the correct magical resonance to produce an arid, sandy \u00266desert \u0026rbiome.", + "ftbquests.chapter.the_touch_of.quest7.description1": "The final essence you\u0027ll need is \u00266Icy Essence\u0026r from the \u00266snowy slopes\u0026r biome. Wet and cold, the complete opposite of your surroundings, you\u0027ll need a lot of power to create this biome.", + "ftbquests.chapter.the_touch_of.quest7.description2": "First: \u00266polonium\u0026r to provide the necessary chemical energy for the physical transformation.", + "ftbquests.chapter.the_touch_of.quest7.description3": "Second: ice cream (specifically \u00266vanilla\u0026r) to provide structure to the ritual and thematic direction.", + "ftbquests.chapter.the_touch_of.quest7.description4": "Third: a couple \u00266shattered singularities\u0026r to store the excess entropy generated by this ritual.", + "ftbquests.chapter.the_touch_of.quest7.description5": "and finally, Fourth: a large amount of generic \u00266biome essence\u0026r to kickstart the reaction.", + "ftbquests.chapter.the_touch_of.quest8.description1": "\u00266Lush Essence\u0026r is found in jungles of any kind - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest8.description2": "Botanic mastery will provide you the life energy needed to transform your surroundings into a \u00266bamboo forest.\u0026r", + "ftbquests.chapter.the_touch_of.quest8.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest9.description1": "\u00266Mycelic Essence\u0026r is found exclusively on mushroom islands - you\u0027ll have to use a modified version of your terraforming ritual to bring them back. ", + "ftbquests.chapter.the_touch_of.quest9.description2": "Classic wiccan practice should provide you with the correct magical resonance to produce the hot, dry \u00266mushroom field\u0026r biome.", + "ftbquests.chapter.the_touch_of.title": "Visions of the Past", + "ftbquests.chapter_groups_3169067154505914507.title": "Biodiversity", + "ftbquests.chapter_groups_5305197537419525243.title": "Side Quests", + "ftbquests.loot_table_1430735789179352246.title": "mana stuff", + "ftbquests.loot_table_1562099882431827930.title": "horns", + "ftbquests.loot_table_3514670301200914514.title": "chicken", + "ftbquests.loot_table_5456022276654430189.title": "witch", + "ftbquests.loot_table_6347601422327785898.title": "canvas", + "ftbquests.loot_table_67272733859206798.title": "instrument", + "ftbquests.loot_table_7131061971573085034.title": "zombie", + "ftbquests.loot_table_7900474475776381538.title": "rabbit", + "ftbquests.loot_table_8024488712964205957.title": "spider", + "ftbquests.loot_table_8037173722274793648.title": "snow golem", + "ftbquests.loot_table_8381040606691607900.title": "bee", + "ftbquests.loot_table_8615485860944689786.title": "cow", + "ftbquests.loot_table_8839952752635034356.title": "skeleton" +} \ No newline at end of file diff --git a/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/zh_cn.json b/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/zh_cn.json new file mode 100644 index 0000000..fc094d8 --- /dev/null +++ b/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/zh_cn.json @@ -0,0 +1,1235 @@ +{ + "ftbquests.chapter.digital_storage.quest1.description1": "The \u00266controller\u0026r is the brains of a network. Each controller block\u0027s face is capable of outputting \u0026632 channels;\u0026r almost every device on the ME network needs \u00266one channel to operate.\u0026r", + "ftbquests.chapter.digital_storage.quest10.description1": "The \u00266Wireless Access Point\u0026r allows you to use wireless terminals to access your ME System. You can boost its range by giving it \u00266wireless boosters,\u0026r but be warned: more boosters means the WAP will need \u00264much more energy\u0026r to stay running.", + "ftbquests.chapter.digital_storage.quest10.task_8779164168368451602.title": "Any Wireless Terminal", + "ftbquests.chapter.digital_storage.quest10.title": "Wireless Access", + "ftbquests.chapter.digital_storage.quest11.description1": "\u00266Pattern Providers,\u0026r when given a pattern, will push the items in the pattern to a nearby inventory. \u00266Molecular Assemblers,\u0026r when given items, will craft with those items and output them to nearby inventories. Put them next to each other, and you have a \u00266basic autocrafting setup! \u0026r", + "ftbquests.chapter.digital_storage.quest11.description2": "You\u0027ll need somewhere to store the items while they\u0027re being crafted; a crafting storage would be ideal.", + "ftbquests.chapter.digital_storage.quest11.description3": "\u00267Tip: for more info, check the guide!", + "ftbquests.chapter.digital_storage.quest11.title": "ME Autocrafting", + "ftbquests.chapter.digital_storage.quest12.description1": "With an ME System you\u0027ll need some way to actually store items - the \u00266ME Drive\u0026r can store up to 10 storage cells of any type and size.", + "ftbquests.chapter.digital_storage.quest12.description2": "\u00267Tip: you can store botanic mana, elemental source, gases, fluids, and even space itself in cells - not just regular items!", + "ftbquests.chapter.digital_storage.quest13.description1": "Terminals are how you actually interface with the storage cells in your ME System.", + "ftbquests.chapter.digital_storage.quest13.task_8779678006548052409.title": "Any Terminal", + "ftbquests.chapter.digital_storage.quest13.title": "Terminals", + "ftbquests.chapter.digital_storage.quest14.description1": "Storing some energy in your ME System would be a good idea... just in case.", + "ftbquests.chapter.digital_storage.quest16.description1": "\u00266P2P Tunnels\u0026r allow you to transfer multiple channels per channel! It\u0027s a little confusing at first, but once you get the hang of it you can really push your system to the limit.", + "ftbquests.chapter.digital_storage.quest16.description2": "You can also transfer power, chemicals, and even botanic mana and elemental source!", + "ftbquests.chapter.digital_storage.quest17.description1": "The \u00266Reaction Chamber\u0026r not only allows you to make circuits much faster, it can also charge large amounts of certus crystals at a time and even grow crystals from themselves!", + "ftbquests.chapter.digital_storage.quest17.description2": "Just make sure you have enough power to handle its recipes...", + "ftbquests.chapter.digital_storage.quest18.description1": "The \u00266Circuit Slicer\u0026r can cut blocks of materials into 9 circuits much faster than an inscriber can press them.", + "ftbquests.chapter.digital_storage.quest19.description1": "The \u00266Assembler Matrix\u0026r is a molecular assembler and pattern provider setup on steroids - at its maximum size, it can hold over 4,000 patterns and craft incredibly fast. The best part? It only needs \u00266one channel.\u0026r", + "ftbquests.chapter.digital_storage.quest2.description1": "A controller block itself can input energy, but you\u0027ll want to have as many controller faces open as you can to get as many channels as possible into your network. ", + "ftbquests.chapter.digital_storage.quest2.description2": "The \u00266Energy Acceptor\u0026r uses no channels and can be placed anywhere, as long as it\u0027s connected to the network somehow.", + "ftbquests.chapter.digital_storage.quest20.description1": "The \u00266Quantum Computer Core\u0026r is a self-contained crafting CPU with 256M crafting storage and 8 co-processing threads.", + "ftbquests.chapter.digital_storage.quest21.description1": "The \u00266Quantum Computer multiblock\u0026r is an extremely powerful multiblock that can handle an effectively \u00266infinite\u0026r number of crafting requests for your ME System.", + "ftbquests.chapter.digital_storage.quest21.description2": "Read the guide for more information.", + "ftbquests.chapter.digital_storage.quest22.description1": "Perfect for carrying items on the go, the \u00266backpack\u0026r has a few useful upgrades as well.", + "ftbquests.chapter.digital_storage.quest23.description1": "Better than regular chests, \u00266Sophisticated Storage\u0026r lets you put more things in a single block.", + "ftbquests.chapter.digital_storage.quest23.task_5897231893839036272.title": "Any Sophisticated Storage Block", + "ftbquests.chapter.digital_storage.quest23.title": "Sophisticated Storage", + "ftbquests.chapter.digital_storage.quest24.description1": "Capable of storing a very large amount of a single item type.", + "ftbquests.chapter.digital_storage.quest24.description2": "The framing table lets you customize the way they look.", + "ftbquests.chapter.digital_storage.quest24.task_5464079544652951362.title": "Any Storage Drawer", + "ftbquests.chapter.digital_storage.quest24.title": "Storage Drawers", + "ftbquests.chapter.digital_storage.quest25.description1": "Tier upgrades can be used to upgrade Sophisticated Storage blocks without breaking them.", + "ftbquests.chapter.digital_storage.quest25.task_611570763386642583.title": "Any Tier Upgrade", + "ftbquests.chapter.digital_storage.quest26.description1": "The \u00266Drawer Controller\u0026r allows you to interface with multiple drawers using only a single blockface.", + "ftbquests.chapter.digital_storage.quest27.description1": "There are a variety of keys - lock drawers to specific items, hide item labels to reduce lag, and more.", + "ftbquests.chapter.digital_storage.quest27.task_7070764459751906106.title": "Any Drawer Key", + "ftbquests.chapter.digital_storage.quest27.title": "Drawer Keys", + "ftbquests.chapter.digital_storage.quest28.description1": "Autofeeding, playing music, even portable crafting can all be attained with backpack upgrades.", + "ftbquests.chapter.digital_storage.quest29.description1": "Higher stack count, filtering, and more - check the uses for the upgrade base.", + "ftbquests.chapter.digital_storage.quest3.description1": "Smart cables are very useful - they visually display how many channels they\u0027re carrying at any given time.", + "ftbquests.chapter.digital_storage.quest3.task_6551415206641156021.title": "Any Smart Cable", + "ftbquests.chapter.digital_storage.quest3.title": "Smart Cables", + "ftbquests.chapter.digital_storage.quest30.description1": "Each workbench (aside from looking neat) can turn a specific set of blocks into its variants.", + "ftbquests.chapter.digital_storage.quest30.title": "Chipped Workbenches", + "ftbquests.chapter.digital_storage.quest31.description1": "Can turn almost any basic block into a wide array of variants.", + "ftbquests.chapter.digital_storage.quest32.description1": "Made from stonecutting andesite alloy, these blocks can take on the texture of any other block.", + "ftbquests.chapter.digital_storage.quest32.task_4661123369301757740.title": "Any Copycat Block", + "ftbquests.chapter.digital_storage.quest33.description1": "You can make music by crafing a \u00266Music Sheet\u0026r and placing notes on the sheet. ", + "ftbquests.chapter.digital_storage.quest33.description2": "Place the sheet in your offhand while holding an instrument to play the instrument.", + "ftbquests.chapter.digital_storage.quest33.description3": "\u00267Tip: you can do MUCH more with this mod - check out its CurseForge page for more info.", + "ftbquests.chapter.digital_storage.quest34.description1": "You can paint your own masterpieces while you wait for crops to grow - simply make a palette, fill it with colors, plop a canvas on an easel, and get to painting!", + "ftbquests.chapter.digital_storage.quest34.description2": "Signed paintings can be duplicated by crafting the original with a blank canvas of the same size.", + "ftbquests.chapter.digital_storage.quest34.description3": "\u00267Tip: to craft a palette, fill the bottom row of a crafting table with planks, then place dyes in the middle. You can add more dyes to a palette by crafting them together.", + "ftbquests.chapter.digital_storage.quest34.title": "The Joy of Painting", + "ftbquests.chapter.digital_storage.quest35.description1": "\u00266Building Gadgets\u0026r are a collection of useful tools that will let you build very quickly.", + "ftbquests.chapter.digital_storage.quest35.description2": "They do need to be charged; use an energy cube or similar.", + "ftbquests.chapter.digital_storage.quest36.description1": "The \u00266Rod of the Shifting Crust\u0026r allows you to exchange blocks in the world with blocks in your inventory for the cost of mana.", + "ftbquests.chapter.digital_storage.quest4.description1": "Dense cables can carry 32 channels instead of the regular 8 channels.", + "ftbquests.chapter.digital_storage.quest4.task_5854794686036721300.title": "Any Smart Dense Cable", + "ftbquests.chapter.digital_storage.quest4.title": "Dense Cables", + "ftbquests.chapter.digital_storage.quest5.description1": "The color applicator lets you paint cables - especially useful once your network starts to grow. ", + "ftbquests.chapter.digital_storage.quest5.description2": "Colored cables won\u0027t connect to other colored cables, but fluix cables can connect to all colors.", + "ftbquests.chapter.digital_storage.quest5.description3": "These can be filled with \u00266dyes or paintballs\u0026r using an \u00266ME Chest.\u0026r", + "ftbquests.chapter.digital_storage.quest5.task_4299327579125140032.title": "Color Applicator", + "ftbquests.chapter.digital_storage.quest6.description1": "The \u00266ME Interface\u0026r acts as a specialized input and output port for your network. ", + "ftbquests.chapter.digital_storage.quest6.description2": "It can keep a certain amount of items from your network in its inventory for pipes or other blocks to pull from, and also automatically puts any other items it receives into the network.", + "ftbquests.chapter.digital_storage.quest7.description1": "The \u00266Wireless Connector\u0026r is a short-range version of a \u00266Quantum Link Chamber \u0026r- use this when you want your network to jump a short distance, and not cross-dimensionally.", + "ftbquests.chapter.digital_storage.quest8.description1": "The \u00266Quantum Network Bridge\u0026r uses the power of quantum entanglement to bridge a network gap not only across large distances, but dimensions.", + "ftbquests.chapter.digital_storage.quest8.title": "Quantum Network Bridge", + "ftbquests.chapter.digital_storage.quest9.description1": "The\u00266 Extended Charger\u0026r and \u00266Inscriber\u0026r are upgraded versions of their base models, capable of processing 4 recipes in parallel.", + "ftbquests.chapter.digital_storage.quest9.title": "Extended Machines", + "ftbquests.chapter.digital_storage.title": "Storage and Decor", + "ftbquests.chapter.ffood_plants.quest1.description1": "Lining rivers and shores, sugar cane had once risen in green columns, swaying with each passing breeze.", + "ftbquests.chapter.ffood_plants.quest10.description1": "With deep golden petals and a bitter scent, wolfsbane once grew where night lingered longest. ", + "ftbquests.chapter.ffood_plants.quest100.description1": "Sweet, mellow fruits with a classic tropical aroma.", + "ftbquests.chapter.ffood_plants.quest101.description1": "Soft and nutty, cashews offer a creamy bite with a sweet-savory balance.", + "ftbquests.chapter.ffood_plants.quest102.description1": "Cherries burst with juicy intensity; sweet, sometimes sharp, and always bright.", + "ftbquests.chapter.ffood_plants.quest103.description1": "Cracking into a coconut reveals cool, sweet water and soft, fragrant meat.", + "ftbquests.chapter.ffood_plants.quest104.description1": "Dates are also known as nature\u0027s candy: chewy, caramel-rich, and deeply sweet.", + "ftbquests.chapter.ffood_plants.quest105.description1": "With neon skin and unique speckled flesh, dragon fruit tastes delicate, lightly sweet, and just a little floral.", + "ftbquests.chapter.ffood_plants.quest106.description1": "Figs are jammy and soft with a honey-like flavor.", + "ftbquests.chapter.ffood_plants.quest107.description1": "Grapefruit will wake up your palate - juicy, sour, bitter, and bold.", + "ftbquests.chapter.ffood_plants.quest108.description1": "Kumquats are often eaten whole, with a sharp citrus shock over sweet orange notes.", + "ftbquests.chapter.ffood_plants.quest109.description1": "Tart and vivid, lemons cut through richness with their clean citrus bite.", + "ftbquests.chapter.ffood_plants.quest11.description1": "Snowbells had once blossomed in the coldest reaches, their pale blue petals dusted with frost.", + "ftbquests.chapter.ffood_plants.quest110.description1": "Smaller and punchier than lemons, limes have a tight, zesty sting.", + "ftbquests.chapter.ffood_plants.quest111.description1": "Mangoes melt in your mouth with tropical sweetness.", + "ftbquests.chapter.ffood_plants.quest112.description1": "Like a peach in sleek skin, nectarines are sweet, tangy, and satisfyingly juicy.", + "ftbquests.chapter.ffood_plants.quest113.description1": "Ground nutmeg adds a warm, nutty-spicy aroma that’s cozy and festive to any dish.", + "ftbquests.chapter.ffood_plants.quest114.description1": "Oranges are all brightness and juice, sweet with a sunny citrus finish.", + "ftbquests.chapter.ffood_plants.quest115.description1": "Peaches are the most famous of stone fruit, for good reason.", + "ftbquests.chapter.ffood_plants.quest116.description1": "Pears are quietly sweet and crisp; eternally elegant.", + "ftbquests.chapter.ffood_plants.quest117.description1": "Pecans have a great crunch with deep nutty flavor.", + "ftbquests.chapter.ffood_plants.quest118.description1": "Persimmons are smooth and syrupy, with a mellow flavor that deepens as they ripen.", + "ftbquests.chapter.ffood_plants.quest119.description1": "Plums skirt the line between tart and sweet, finishing with a tangy punch.", + "ftbquests.chapter.ffood_plants.quest12.description1": "Prized by herbalists for its strange resilience, who claimed it drew strength from the moonlit depths.", + "ftbquests.chapter.ffood_plants.quest120.description1": "Star fruit is crisp and juicy, with a tropical edge.", + "ftbquests.chapter.ffood_plants.quest121.description1": "Walnuts are hearty and slightly bitter, great for a midday snack.", + "ftbquests.chapter.ffood_plants.quest122.description1": "The bark grinds down to a warm, spicy-sweet powder that instantly deepens any flavor.", + "ftbquests.chapter.ffood_plants.quest123.description1": "The \u00266Cooking Table\u0026r is the heart of a multiblock kitchen - allowing you to craft any number of foods with the items stored inside of it. It can also supply you with tools, water, snow/ice, and milk.", + "ftbquests.chapter.ffood_plants.quest123.description2": "Especially handy when you have a large amount of foods and a limited amount of brainpower.", + "ftbquests.chapter.ffood_plants.quest123.title": "Cooking for Blockheads", + "ftbquests.chapter.ffood_plants.quest124.description1": "The \u00266ME Kitchen Station\u0026r lets you connect your multiblock kitchen to your ME system!", + "ftbquests.chapter.ffood_plants.quest125.description1": "The \u00266fridge\u0026r stores items, just like a cabinet.", + "ftbquests.chapter.ffood_plants.quest126.description1": "A \u00266sink\u0026r provides unlimited water to recipes.", + "ftbquests.chapter.ffood_plants.quest126.description2": "\u00267Tip: ...and other things.", + "ftbquests.chapter.ffood_plants.quest127.description1": "The oven lets you cook multiple foods in a single block.", + "ftbquests.chapter.ffood_plants.quest128.description1": "A \u00266Cow in a Jar\u0026r slowly produces milk, which can be used in recipes.", + "ftbquests.chapter.ffood_plants.quest128.description2": "...but how does one get a cow into a jar?", + "ftbquests.chapter.ffood_plants.quest128.description3": "\u00267Tip: you\u0027ll need to turn off claim protection or make this outside a claim, OPAC doesn\u0027t really like animal cruelty!", + "ftbquests.chapter.ffood_plants.quest129.description1": "When added to a fridge, the \u00266ice unit\u0026r provides unlimited ice and snow to recipes.", + "ftbquests.chapter.ffood_plants.quest13.description1": "This earth-toned fungus once thrived in quiet, dark corners, feeding on decay.", + "ftbquests.chapter.ffood_plants.quest130.description1": "The \u00266heating unit,\u0026r applied to a stove, lets it run on energy instead of burnable fuel.", + "ftbquests.chapter.ffood_plants.quest131.description1": "The \u00266tool rack\u0026r provides tools to cooking recipes; pots, pans, and other sorts.", + "ftbquests.chapter.ffood_plants.quest132.description1": "The \u00266Kitchen Cabinet and Counter\u0026r store items for the Cooking Table to use.", + "ftbquests.chapter.ffood_plants.quest132.title": "Kitchen Storage", + "ftbquests.chapter.ffood_plants.quest133.description1": "The \u00266Horn of the Wild\u0026r lets you harvest a large area of crops without manually collecting them one by one.", + "ftbquests.chapter.ffood_plants.quest133.description2": "Useful!", + "ftbquests.chapter.ffood_plants.quest134.description1": "The \u00266Drum of the Wild\u0026r is a block-based version of the horn - set a mana spreader to shoot mana through it and it\u0027ll harvest crops nearby.", + "ftbquests.chapter.ffood_plants.quest134.description2": "Add a \u00266hopperhock\u0026r and you have fully automatic crop harvesting!", + "ftbquests.chapter.ffood_plants.quest135.description1": "The \u00266Harvester\u0026r is a little harder to make than the other automated harvesters, but it makes up for it in ease of use.", + "ftbquests.chapter.ffood_plants.quest135.description2": "Place it on the same level as crops and it will harvest them - a 3x3 area by default, but this can be upgraded with machine upgrades.", + "ftbquests.chapter.ffood_plants.quest136.description1": "The \u00266Mechanical Harvester\u0026r lets you harvest... mechanically! ", + "ftbquests.chapter.ffood_plants.quest136.description2": "Attach it to any variety of contraption and as it moves through a crop it will harvest it.", + "ftbquests.chapter.ffood_plants.quest137.description1": "That\u0027s dedication! A personal shoutout from myself, for the pure raw dedication that you\u0027ve shown.", + "ftbquests.chapter.ffood_plants.quest137.subtitle": "You earned it!", + "ftbquests.chapter.ffood_plants.quest137.task_5521912290757485582.title": "You know what? Sure.", + "ftbquests.chapter.ffood_plants.quest138.description1": "You\u0027ve gone even further than I went! An absolute mad. lad. Take your prize and go.", + "ftbquests.chapter.ffood_plants.quest138.subtitle": "Your dedication is admirable.", + "ftbquests.chapter.ffood_plants.quest138.title": "Good god...", + "ftbquests.chapter.ffood_plants.quest14.description1": "With its crimson cap and pale stem, the red mushroom once sprouted in damp caves and shadowed groves.", + "ftbquests.chapter.ffood_plants.quest15.description1": "Bamboo once climbed toward the sky in great bamboo forests, hollow stems whispering in the wind.", + "ftbquests.chapter.ffood_plants.quest16.description1": "Sailors swore it marked safe waters—while some claimed it hid the bones of the drowned.", + "ftbquests.chapter.ffood_plants.quest17.description1": "This gentle underwater plant once rippled with the ocean’s breath, carpeting the sea floor in quiet green.", + "ftbquests.chapter.ffood_plants.quest18.description1": "Their soft light once guided creatures of the reef and lit the way for wayward divers in the twilight deep.", + "ftbquests.chapter.ffood_plants.quest19.description1": "This strange, red fungus had grown only in the deep, burning halls of another world. It pulsed faintly with unnatural life.", + "ftbquests.chapter.ffood_plants.quest2.description1": "Bright orange roots that grew deep in the earth, carrots were a favorite among rabbits and a healthy snack, to boot!", + "ftbquests.chapter.ffood_plants.quest20.description1": "Once said to carry the scent of a world turned upside down—where even the air recoiled in confusion.", + "ftbquests.chapter.ffood_plants.quest21.description1": "This twisted red fungus once grew in the scorched ground of the Nether, pulsing faintly as if alive.", + "ftbquests.chapter.ffood_plants.quest22.description1": "Once used in deadly draughts and sleeping curses, favored by those who studied the poisoner\u0027s art.", + "ftbquests.chapter.ffood_plants.quest23.description1": "Flax\u0027s delicate fibers had once been woven into cloth and spell-thread, binding both garments and enchantments.", + "ftbquests.chapter.ffood_plants.quest24.description1": "Bold and crimson, the poppy is a symbol of remembrance and silent strength, often found where courage once stood.", + "ftbquests.chapter.ffood_plants.quest24.description2": "\u00267Tip: You can either craft poppy seeds or mutate them from Melon and Sugarcane.", + "ftbquests.chapter.ffood_plants.quest25.description1": "A tall and graceful flower with a soft purple hue, often associated with grace, quiet wisdom, and calm days.", + "ftbquests.chapter.ffood_plants.quest26.description1": "Delicate and pale, these tiny flowers cluster low to the ground, bringing a sense of peace to open fields.", + "ftbquests.chapter.ffood_plants.quest27.description1": "This rare azure blossom flourishes in damp, shadowed groves. Legends say it blooms where ancient tears once fell.", + "ftbquests.chapter.ffood_plants.quest28.description1": "Cornflowers once braved the wind in wide fields, their blue hues a favorite among storytellers and songwriters.", + "ftbquests.chapter.ffood_plants.quest29.description1": "A cheerful bloom of golden yellow, said to carry whispers of spring on the wind. It thrives wherever the sun touches the land.", + "ftbquests.chapter.ffood_plants.quest29.description2": "\u00267Tip: You can either craft dandelion seeds or mutate them from Wheat and Pumpkin.\u0026r", + "ftbquests.chapter.ffood_plants.quest3.description1": "Crimson bulbs that added color and flavor to any dish, beetroots were once quite common in village gardens.", + "ftbquests.chapter.ffood_plants.quest30.description1": "Hidden among thick leaves, these tiny white bells are said to chime in silence when the forest is listening.", + "ftbquests.chapter.ffood_plants.quest31.description1": "With a golden eye watching from its white face, this flower is a quiet companion of wanderers and daydreamers.", + "ftbquests.chapter.ffood_plants.quest32.description1": "Glowing softly with hues of flame, this ancient blossom is thought to be a gift from the deep earth, where fire once danced.", + "ftbquests.chapter.ffood_plants.quest33.description1": "Warming as a sunset, the orange tulip is said to bring cheer and good fortune to those who find it.", + "ftbquests.chapter.ffood_plants.quest34.description1": "Bright and bold, the red tulip is a symbol of love and passion, often given in times of heartfelt confession.", + "ftbquests.chapter.ffood_plants.quest35.description1": "Soft as moonlight, white tulips once whispered of peace and innocence in gardens now long lain fallow.", + "ftbquests.chapter.ffood_plants.quest36.description1": "Soft and gentle, the pink tulip speaks of friendship and gentle affection, often found where laughter lingers.", + "ftbquests.chapter.ffood_plants.quest37.description1": "Dark as a starless night and thorned with sorrow, this eerie bloom grows only in the wake of ruin and shadow.", + "ftbquests.chapter.ffood_plants.quest38.description1": "You can make podzol for planting flower seeds on by growing a 2x2 of spruce saplings - the large tree, once grown, will convert dirt (and dried earth!) under it into podzol.", + "ftbquests.chapter.ffood_plants.quest38.description2": "\u00267Tip: once the strength trait of a flower is high enough, you won\u0027t need to plant them on podzol!", + "ftbquests.chapter.ffood_plants.quest38.task_7604363448496665210.title": "Look at Podzol", + "ftbquests.chapter.ffood_plants.quest38.title": "Podzol", + "ftbquests.chapter.ffood_plants.quest39.description1": "Onion\u0027s delicious smell once filled the air as it gave flavor to meals.", + "ftbquests.chapter.ffood_plants.quest4.description1": "Earthy and humble, potatoes were versatile tubers that thrived in the cool soil of many places.", + "ftbquests.chapter.ffood_plants.quest40.description1": "Sweet potatoes grew slow and sweet underground, long ago.", + "ftbquests.chapter.ffood_plants.quest40.description2": "(new page placeholder text)", + "ftbquests.chapter.ffood_plants.quest41.description1": "A humble grain that swayed in golden fields before being ground and baked into something warm and sustaining.", + "ftbquests.chapter.ffood_plants.quest42.description1": "Basil once filled the air with a fragrance that breezes would quietly carry away.", + "ftbquests.chapter.ffood_plants.quest43.description1": "A small, zesty vegetable that added a sharp bite to meals.", + "ftbquests.chapter.ffood_plants.quest44.description1": "A dark, sturdy bean that once softened in pots where stories and spices mingled.", + "ftbquests.chapter.ffood_plants.quest45.description1": "A slender, snappy vegetable that brightened plates in days long past.", + "ftbquests.chapter.ffood_plants.quest46.description1": "A nutrient-rich tuber, often tied to seasonal harvests and both everyday and festive cooking.", + "ftbquests.chapter.ffood_plants.quest47.description1": "Widely adopted, they were once integral to many cuisines, especially where freshness and preservation intersected.", + "ftbquests.chapter.ffood_plants.quest48.description1": "Spiny and hardy, the cactus once dotted vast oceans of sand.", + "ftbquests.chapter.ffood_plants.quest49.description1": "Saguaro once stood tall in the desert heat, holding their shape against time and silence.", + "ftbquests.chapter.ffood_plants.quest5.description1": "Orange orbs that sprouted in the autumn, pumpkins were both a festive decoration and a hearty food source.", + "ftbquests.chapter.ffood_plants.quest50.description1": "Valued for its hardiness and storage life, it figured prominently in preserved and cold-weather foods.", + "ftbquests.chapter.ffood_plants.quest51.description1": "Fast-growing and versatile, they were commonly used to add mild sharpness to everyday dishes.", + "ftbquests.chapter.ffood_plants.quest52.description1": "Coffee was brewed each morning, dark and warm, its bitterness softened by time and habit.", + "ftbquests.chapter.ffood_plants.quest53.description1": "A worldwide staple, central to daily diets and shaped by centuries of cultivation and ritual.", + "ftbquests.chapter.ffood_plants.quest54.description1": "A cool-weather root typically grown for its reliability and used in simple, hearty meals.", + "ftbquests.chapter.ffood_plants.quest55.description1": "A hardy root, valued for nutrition and storage through cold months.", + "ftbquests.chapter.ffood_plants.quest56.description1": "Once used to add a small amount of spice to everyday food.", + "ftbquests.chapter.ffood_plants.quest57.description1": "Once cultivated widely for its simple, nourishing qualities.", + "ftbquests.chapter.ffood_plants.quest58.description1": "A vital staple, central to diets and agricultural abundance.", + "ftbquests.chapter.ffood_plants.quest59.description1": "Seeds that added warmth and spice, enhancing a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest6.description1": "Large, round fruits with a green rind and sweet, juicy flesh; melons grew best in warm, sunny fields.", + "ftbquests.chapter.ffood_plants.quest60.description1": "Mild and colorful, they brought sweetness and variety to meals.", + "ftbquests.chapter.ffood_plants.quest61.description1": "Known for its cool, crisp texture, often enjoyed fresh or pickled.", + "ftbquests.chapter.ffood_plants.quest62.description1": "A sweet fruit that brightened the warmer months with its flavor.", + "ftbquests.chapter.ffood_plants.quest63.description1": "Harvested for its tender shoots, enjoyed seasonally.", + "ftbquests.chapter.ffood_plants.quest64.description1": "Offered a subtle crunch and flavor, a common addition in many recipes.", + "ftbquests.chapter.ffood_plants.quest65.description1": "Once a comforting grain, quietly nourishing both people and animals alike.", + "ftbquests.chapter.ffood_plants.quest66.description1": "Peanuts were once valued for their simple richness and high protein content.", + "ftbquests.chapter.ffood_plants.quest67.description1": "Tart and vibrant, they were key in sauces and salsas that brought bold flavor.", + "ftbquests.chapter.ffood_plants.quest68.description1": "A versatile summer squash, cooked or baked into a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest69.description1": "A small, sweet berry, enjoyed fresh or preserved to brighten meals.", + "ftbquests.chapter.ffood_plants.quest7.description1": "Prickly bushes bore these bright berries, beloved for their sweet bite and quick comfort.", + "ftbquests.chapter.ffood_plants.quest70.description1": "Known for their sweetness and antioxidants, often eaten fresh or in preserves.", + "ftbquests.chapter.ffood_plants.quest71.description1": "Rich and tangy, they provided a burst of flavor and nutrition when they were in season.", + "ftbquests.chapter.ffood_plants.quest72.description1": "A mild onion relative, used to add depth and subtle flavor to soups and stews.", + "ftbquests.chapter.ffood_plants.quest73.description1": "Crisp and cool, a common leafy green that added freshness to countless dishes.", + "ftbquests.chapter.ffood_plants.quest74.description1": "Valued for its spicy warmth and medicinal qualities, a staple in many remedies and recipes now lost.", + "ftbquests.chapter.ffood_plants.quest75.description1": "A fragrant melon, its juicy flesh a refreshing treat on hot days.", + "ftbquests.chapter.ffood_plants.quest76.description1": "A sweet, cooling melon that offered relief during warm seasons.", + "ftbquests.chapter.ffood_plants.quest77.description1": "A tangy fruit, rich in vitamin C and refreshing in warmer months.", + "ftbquests.chapter.ffood_plants.quest78.description1": "A versatile vegetable, often roasted or stewed to add richness to meals.", + "ftbquests.chapter.ffood_plants.quest79.description1": "A mild vegetable used in a variety of dishes, from soups to roasts.", + "ftbquests.chapter.ffood_plants.quest8.description1": "Wheat once rippled like golden seas, feeding countless lives. Fields of it marked the heart of many homesteads.", + "ftbquests.chapter.ffood_plants.quest80.description1": "Small and tart, used fresh or dried to add brightness to dishes and preserves.", + "ftbquests.chapter.ffood_plants.quest81.description1": "Valued for their oil and flavor, they were a key ingredient in cooking and preservation.", + "ftbquests.chapter.ffood_plants.quest82.description1": "Known for its nutritional content, often steamed or roasted.", + "ftbquests.chapter.ffood_plants.quest83.description1": "Prized for its tender hearts, a special ingredient in many traditional meals.", + "ftbquests.chapter.ffood_plants.quest84.description1": "Tart and fibrous, often cooked down into jams and desserts.", + "ftbquests.chapter.ffood_plants.quest85.description1": "A pungent staple, prized for both taste and medicinal value in many kitchens.", + "ftbquests.chapter.ffood_plants.quest86.description1": "Known for its vibrant color and healing properties, it flavored food and soothed ailments alike.", + "ftbquests.chapter.ffood_plants.quest87.description1": "Sweet and versatile - enjoyed fresh or transformed into wines and preserves.", + "ftbquests.chapter.ffood_plants.quest88.description1": "A leafy green, rich in nutrients and commonly eaten fresh.", + "ftbquests.chapter.ffood_plants.quest89.description1": "A hearty vegetable, often stored through colder months and used in countless recipes.", + "ftbquests.chapter.ffood_plants.quest9.description1": "This gnarled, shrieking root was feared as much as it was valued.", + "ftbquests.chapter.ffood_plants.quest9.description2": "\u00267Tip: you might want to only harvest these at night!", + "ftbquests.chapter.ffood_plants.quest90.description1": "A resilient leafy green valued for its nutrition and versatility in cooking.", + "ftbquests.chapter.ffood_plants.quest91.description1": "Small, dark berries used for their medicinal properties and tart flavor.", + "ftbquests.chapter.ffood_plants.quest92.description1": "Known for their bitter aroma, they were essential in brewing of all kinds.", + "ftbquests.chapter.ffood_plants.quest93.description1": "Tart and bright, commonly used fresh or preserved to complement meals.", + "ftbquests.chapter.ffood_plants.quest94.description1": "A fragrant bean that lent warmth and sweetness to many desserts and drinks.", + "ftbquests.chapter.ffood_plants.quest95.description1": "A sweet and tangy fruit that brought plenty of flavor to many dishes.", + "ftbquests.chapter.ffood_plants.quest96.description1": "Crunchy, subtly sweet nuts with a toasty, earthy finish.", + "ftbquests.chapter.ffood_plants.quest97.description1": "Crisp, juicy fruits that balance light sweetness with a refreshing tang.", + "ftbquests.chapter.ffood_plants.quest98.description1": "Soft, slightly fuzzy fruits with a delightfully sweet-tart burst.", + "ftbquests.chapter.ffood_plants.quest99.description1": "Creamy and buttery with a mild, slightly grassy flavor.", + "ftbquests.chapter.ffood_plants.title": "Plants Galore", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description1": "You wake up in a vast, dead and dried out wasteland. You don\u0027t remember how you got here, but you do remember what the world \u0026oshould\u0026r look like - and this isn\u0027t it.", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description2": "Welcome to \u00266Reclamation!\u0026r This is a slower-paced pack focused around bringing life and nature back to a dead world. Press \u00266F3+H\u0026r to disable advanced tooltips, if they\u0027re on!", + "ftbquests.chapter.how_the_world_came_to_be.quest1.task_6356663929448377632.title": "What happened here?", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description1": "\u00266Alchemical Sulfur\u0026r is one of the three building blocks of alchemy - it provides the Soul of an item, and represents what specific item it is.", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description2": "To obtain it, you\u0027ll have to make a \u00266Liquefaction Cauldron\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the item you want to extract sulfur from into the Cauldron, fill it with \u00266Sal Ammoniac,\u0026r give the Brazier some fuel, and it\u0027ll slowly convert materials into their respective \u00266Alchemical Sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description3": "The dried earth you find yourself surrounded by used to be dirt, and it remembers that - \u00266use the Cauldron to turn dried earth into dirt sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.title": "Alchemical Sulfur", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description1": "Now that you have all three alchemical components of an item - \u00266Mercury, Salt, and Sulfur\u0026r - you can make an \u00266Incubator\u0026r to combine them all back into an item; in this case, back into \u00266dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description2": "Place the Incubator above a Brazier and attach all three vessels to the sides of it. Fill each vessel with the appropriate item, give the Brazier some fuel, and in a bit you\u0027ll have fresh dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest11.title": "Incubator", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description1": "You\u0027ve done it! You\u0027ve made dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description2": "...now you just need something to grow on it.", + "ftbquests.chapter.how_the_world_came_to_be.quest12.subtitle": "Slightly browner", + "ftbquests.chapter.how_the_world_came_to_be.quest13.description1": "Despite the seeming apocalypse, there are still fish to find (and eat) for those with the skill and desire.", + "ftbquests.chapter.how_the_world_came_to_be.quest13.title": "Fishy Friends", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description1": "Spider string can be crafted into wool, which can be crafted into beds! ", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description2": "You can also craft a sleeping bag, for staying cozy on the go... but where would you be going?", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_1655930139945784994.title": "Any Bed", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_2233575124644508705.title": "Any Sleeping Bag", + "ftbquests.chapter.how_the_world_came_to_be.quest14.title": "Small Comforts", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description1": "Worldgen has been completely overhauled - \u00264no ore generates,\u0026r and the only biomes that exist are dead, wasteland biomes with no real vegetation. Additionally, the only trees that spawn are dead trees, with very little useability.", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description2": "Stone variants still generate, and you can find \u00266sand and clay underwater.\u0026r It will also still rain!", + "ftbquests.chapter.how_the_world_came_to_be.quest15.task_9000568835822462366.title": "Changed worldgen?", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description1": "The naturally spawning mobs have changed in this new landscape! Specifically, \u0026czombie villagers and witches won\u0027t spawn,\u0026r and \u00266spiders have mutated\u0026r into their venomous cave versions. ", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description2": "This means that there\u0027s \u0026cno way to get any kind of resources from witches or zombie villagers\u0026r (even if you could cure them!); the only things that you can really hope to get are iron or copper ingots from \u00266rare drops\u0026r - but there are other ways to generate resources...", + "ftbquests.chapter.how_the_world_came_to_be.quest16.task_8241748987012779739.title": "Rare Drops?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description1": "There are quite a few books in the pack! Thankfully, the \u00266Akashic Tome\u0026r is here to help. Crafting any book with this will combine it, letting you keep every guidebook in a single item. Simply craft it with another guidebook!", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description2": "To untransform the tome, punch the air with it.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description3": "To remove a stored book, transform the tome into the book, then sneak and press your \u0027drop\u0027 key.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.task_3483844932023115481.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description1": "A lot of the pack consists of passive processes you\u0027ll probably want to keep running while you do other things. You can claim chunks to \u00266force-load \u0026rthem using your map; ensuring they\u0027ll stay loaded even while you\u0027re not nearby. ", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description2": "Just open your map (default M) and \u00266right-click drag\u0026r over the area you\u0027d like to claim. Right-click drag again to force claim!", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description3": "If you\u0027re playing with friends, \u00266make sure you\u0027re on the same team\u0026r so that you can all access things inside your claim and share quest progress.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description4": "For more information on the claims system, check out the \u00266Open Parties and Claims\u0026r wiki or keybinds.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description5": "\u00267Tip: you might want to turn claimed chunk protection off! It tends to break fake players.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.task_3331239976186418612.title": "Playing with Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.title": "Chunkloading and Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description1": "You can make a quick and dirty door using the scrap wood and some copper you\u0027ve found - but it seems pretty shoddy, \u00264breaking every so often\u0026r and needing to be re-placed.", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description2": "At least it keeps the spookies out...", + "ftbquests.chapter.how_the_world_came_to_be.quest2.description1": "Wood is plentiful, if not exactly the quality you remember.", + "ftbquests.chapter.how_the_world_came_to_be.quest2.title": "Dead Trees", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description1": "Despite the harsh conditions, bees still persist, dotted amongst the dry hills. ", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description2": "Cultivating them could be a great way to \u00266generate resources\u0026r such as more dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description3": "\u00267Tip: this unlocks a new questline on the left!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.title": "Bees?!", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description1": "There are ruins around with \u00266small bits of copper,\u0026r completely oxidized from whatever happened. ", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description2": "You might be able to craft something to help you out with that copper, but first you\u0027ll have to \u00266get it into a useable state...\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest3.task_7525660450708144821.title": "Oxidized Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description1": "Many many recipes have been changed in this pack. Make sure you check your recipe browser for crafting recipes! By default, the keybinds when hovering over an item are \u00266R to look up recipes\u0026r for the item, and \u00266U to look up uses\u0026r for the item.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description2": "These binds can be changed by clicking the EMI button in the bottom left of your inventory screen.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.task_8528084351057584694.title": "What\u0027s changed?", + "ftbquests.chapter.how_the_world_came_to_be.quest4.title": "How do I craft things?", + "ftbquests.chapter.how_the_world_came_to_be.quest5.description1": "\u0026l\u0026o\u0026cNO ORE GENERATES IN THE WORLD. RECIPES HAVE CHANGED.\u0026r Those who came before you have completely mined out the entire planet - after centuries of strip mining, quarrying, and general exploitation, there is not so much as a measly scrap of coal in the world, so there\u0027s no point trying to find any type of ore by mining.", + "ftbquests.chapter.how_the_world_came_to_be.quest5.task_734684119620528193.title": "Deprived...", + "ftbquests.chapter.how_the_world_came_to_be.quest5.title": "Where\u0027s the ore!?", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description1": "After you \u00266scrape off the rust with an axe,\u0026r you think you can use a \u00266cutting board\u0026r to get useable copper out of the oxidized copper you find in ruins.", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description2": "This useable copper will be crucial for \u00266Spagyrics\u0026r, the process of decomposing and recombining matter - which should let you \u00266rejuvenate the Dried Earth\u0026r into \u00266Dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description3": "\u00267Tip: you can also use the cutting board to get more charcoal and scrap wood out of dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest6.title": "Useable Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description1": "In the contaminated water you have found trace amounts of \u00266Sal Ammoniac,\u0026r a crucial ingredient in the practice of \u00266Theurgy.\u0026r By setting up a simple accumulator and tank, you think you\u0027ll be able to distill it. ", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description2": "Place the accumulator on top of the tank, fill it with water, and it will slowly produce \u00266Sal Ammoniac\u0026r for you.", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description3": "\u00267Tip: you can make buckets out of copper!\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description1": "\u00266Alchemical Mercury\u0026r is one of the three building blocks of alchemy - it provides the Energy of an item, and is largely interchangeable between things.", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description2": "To distill it, you\u0027ll have to make a \u00266Mercury Distiller\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to distill into the Distiller, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Mercury.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description3": "Rarer materials give more mercury, but to start you\u0027ll probably want to distill \u00266cobblestone, dried earth, or cooked fish.\u0026r ", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description4": "\u00267Tip: slicing fish makes it a more efficient way of getting mercury!", + "ftbquests.chapter.how_the_world_came_to_be.quest8.title": "Alchemical Mercury", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description1": "\u00266Alchemical Salt\u0026r is one of the three building blocks of alchemy - it provides the Body of an item, and represents the \u0027type\u0027 of an item.", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description2": "To obtain it, you\u0027ll have to make a \u00266Calcination Oven\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to extract into the Oven, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description3": "There are many different kinds of salt, but to start, you should \u00266focus on getting Strata salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.title": "Alchemical Salt", + "ftbquests.chapter.how_the_world_came_to_be.subtitle0": "A vast wasteland", + "ftbquests.chapter.how_the_world_came_to_be.title": "Prologue", + "ftbquests.chapter.mob_safari.quest1.task_644874208300996266.title": "Creeper Photo", + "ftbquests.chapter.mob_safari.quest1.title": "Creeper", + "ftbquests.chapter.mob_safari.quest10.task_7387499092437519744.title": "Silverfish Photo", + "ftbquests.chapter.mob_safari.quest10.title": "Silverfish", + "ftbquests.chapter.mob_safari.quest11.task_560111651210659078.title": "Evoker Photo", + "ftbquests.chapter.mob_safari.quest11.title": "Evoker", + "ftbquests.chapter.mob_safari.quest12.task_6050813032829826018.title": "Ghast Photo", + "ftbquests.chapter.mob_safari.quest12.title": "Ghast", + "ftbquests.chapter.mob_safari.quest13.task_8655936747757493244.title": "Guardian Photo", + "ftbquests.chapter.mob_safari.quest13.title": "Guardian", + "ftbquests.chapter.mob_safari.quest14.task_9108849848609122501.title": "Hoglin Photo", + "ftbquests.chapter.mob_safari.quest14.title": "Hoglin", + "ftbquests.chapter.mob_safari.quest15.task_7435272240185968407.title": "Phantom Photo", + "ftbquests.chapter.mob_safari.quest15.title": "Phantom", + "ftbquests.chapter.mob_safari.quest16.task_2497415746301840277.title": "Piglin Brute Photo", + "ftbquests.chapter.mob_safari.quest16.title": "Piglin Brute", + "ftbquests.chapter.mob_safari.quest17.description1": "\u00267Tip: there is a ritual that can grant you the bad omen effect!", + "ftbquests.chapter.mob_safari.quest17.task_876018828234332303.title": "Pillager Photo", + "ftbquests.chapter.mob_safari.quest17.title": "Pillager", + "ftbquests.chapter.mob_safari.quest18.task_9217927796095116198.title": "Ravager Photo", + "ftbquests.chapter.mob_safari.quest18.title": "Ravager", + "ftbquests.chapter.mob_safari.quest19.task_6294764614244969421.title": "Shulker Photo", + "ftbquests.chapter.mob_safari.quest19.title": "Shulker", + "ftbquests.chapter.mob_safari.quest2.description1": "In this new post-apocalyptic world, you\u0027ve realized that it might be a good idea to document what lifeforms exist - just in case it happens again. ", + "ftbquests.chapter.mob_safari.quest2.description2": "To do so, you\u0027re going to need \u00266a camera, \u0026rsome \u00266film\u0026r to print onto, and some way to turn that \u00266film into photos.\u0026r", + "ftbquests.chapter.mob_safari.quest2.subtitle": "Snap decisions", + "ftbquests.chapter.mob_safari.quest2.title": "Camera", + "ftbquests.chapter.mob_safari.quest20.task_5958619487539868658.title": "Skeleton Photo", + "ftbquests.chapter.mob_safari.quest20.title": "Skeleton", + "ftbquests.chapter.mob_safari.quest21.task_2908237894518590949.title": "Slime Photo", + "ftbquests.chapter.mob_safari.quest21.title": "Slime", + "ftbquests.chapter.mob_safari.quest22.task_1986307033554203052.title": "Stray Photo", + "ftbquests.chapter.mob_safari.quest22.title": "Stray", + "ftbquests.chapter.mob_safari.quest23.task_8127229503220688871.title": "Vex Photo", + "ftbquests.chapter.mob_safari.quest23.title": "Vex", + "ftbquests.chapter.mob_safari.quest24.task_2719667561416590077.title": "Vindicator Photo", + "ftbquests.chapter.mob_safari.quest24.title": "Vindicator", + "ftbquests.chapter.mob_safari.quest25.description1": "\u00267Tip: the sculk catalyst is craftable, and you can use a sculk awakener on a sculk shrieker to convert it into one that can spawn Wardens.", + "ftbquests.chapter.mob_safari.quest25.task_3299757844051508646.title": "Warden Photo", + "ftbquests.chapter.mob_safari.quest25.title": "Warden", + "ftbquests.chapter.mob_safari.quest26.task_1834001635925258364.title": "Witch Photo", + "ftbquests.chapter.mob_safari.quest26.title": "Witch", + "ftbquests.chapter.mob_safari.quest27.description1": "\u00267Tip: if you want to summon a living wither skeleton, you\u0027ll need to use the Soulium Spawner.", + "ftbquests.chapter.mob_safari.quest27.task_431510156767848390.title": "Wither Skeleton Photo", + "ftbquests.chapter.mob_safari.quest27.title": "Wither Skeleton", + "ftbquests.chapter.mob_safari.quest28.task_3976176875920550036.title": "Zoglin Photo", + "ftbquests.chapter.mob_safari.quest28.title": "Zoglin", + "ftbquests.chapter.mob_safari.quest29.task_2001349734991872109.title": "Blaze Photo", + "ftbquests.chapter.mob_safari.quest29.title": "Blaze", + "ftbquests.chapter.mob_safari.quest3.task_6868688706200460210.title": "Zombie Photo", + "ftbquests.chapter.mob_safari.quest3.title": "Zombie", + "ftbquests.chapter.mob_safari.quest30.task_4394254762005595057.title": "Wither Photo", + "ftbquests.chapter.mob_safari.quest30.title": "Wither", + "ftbquests.chapter.mob_safari.quest31.task_6606548217913389459.title": "Ender Dragon Photo", + "ftbquests.chapter.mob_safari.quest31.title": "Ender Dragon", + "ftbquests.chapter.mob_safari.quest32.task_8348843003612976311.title": "Piglin Photo", + "ftbquests.chapter.mob_safari.quest32.title": "Piglin", + "ftbquests.chapter.mob_safari.quest33.task_9152125344552747368.title": "Allay Photo", + "ftbquests.chapter.mob_safari.quest33.title": "Allay", + "ftbquests.chapter.mob_safari.quest34.task_935450104482788869.title": "Axolotl Photo", + "ftbquests.chapter.mob_safari.quest34.title": "Axolotl", + "ftbquests.chapter.mob_safari.quest35.task_3732209353791428122.title": "Bat Photo", + "ftbquests.chapter.mob_safari.quest35.title": "Bat", + "ftbquests.chapter.mob_safari.quest36.task_4451728281716577204.title": "Camel Photo", + "ftbquests.chapter.mob_safari.quest36.title": "Camel", + "ftbquests.chapter.mob_safari.quest37.task_3478349021656071469.title": "Cat Photo", + "ftbquests.chapter.mob_safari.quest37.title": "Cat", + "ftbquests.chapter.mob_safari.quest38.task_421501030317629993.title": "Chicken Photo", + "ftbquests.chapter.mob_safari.quest38.title": "Chicken", + "ftbquests.chapter.mob_safari.quest39.task_3283513909476271368.title": "Cod Photo", + "ftbquests.chapter.mob_safari.quest39.title": "Cod", + "ftbquests.chapter.mob_safari.quest4.task_5493751185522811223.title": "Husk Photo", + "ftbquests.chapter.mob_safari.quest4.title": "Husk", + "ftbquests.chapter.mob_safari.quest40.task_3552336333939252573.title": "Cow Photo", + "ftbquests.chapter.mob_safari.quest40.title": "Cow", + "ftbquests.chapter.mob_safari.quest41.task_8921315837912733830.title": "Donkey Photo", + "ftbquests.chapter.mob_safari.quest41.title": "Donkey", + "ftbquests.chapter.mob_safari.quest42.task_8892925176174289117.title": "Frog Photo", + "ftbquests.chapter.mob_safari.quest42.title": "Frog", + "ftbquests.chapter.mob_safari.quest43.task_7912667151609898398.title": "Glow Squid Photo", + "ftbquests.chapter.mob_safari.quest43.title": "Glow Squid", + "ftbquests.chapter.mob_safari.quest44.task_4389105525914117514.title": "Horse Photo", + "ftbquests.chapter.mob_safari.quest44.title": "Horse", + "ftbquests.chapter.mob_safari.quest45.task_4359593363899885941.title": "Mooshroom Photo", + "ftbquests.chapter.mob_safari.quest45.title": "Mooshroom", + "ftbquests.chapter.mob_safari.quest46.task_924922940433498504.title": "Mule Photo", + "ftbquests.chapter.mob_safari.quest46.title": "Mule", + "ftbquests.chapter.mob_safari.quest47.task_4787445126890462554.title": "Ocelot Photo", + "ftbquests.chapter.mob_safari.quest47.title": "Ocelot", + "ftbquests.chapter.mob_safari.quest48.task_595439666779967783.title": "Parrot Photo", + "ftbquests.chapter.mob_safari.quest48.title": "Parrot", + "ftbquests.chapter.mob_safari.quest49.task_6791445533424275382.title": "Pig Photo", + "ftbquests.chapter.mob_safari.quest49.title": "Pig", + "ftbquests.chapter.mob_safari.quest5.task_2405723904258009579.title": "Drowned Photo", + "ftbquests.chapter.mob_safari.quest5.title": "Drowned", + "ftbquests.chapter.mob_safari.quest50.task_5186559523328413187.title": "Pufferfish Photo", + "ftbquests.chapter.mob_safari.quest50.title": "Pufferfish", + "ftbquests.chapter.mob_safari.quest51.task_1802630615776817042.title": "Rabbit Photo", + "ftbquests.chapter.mob_safari.quest51.title": "Rabbit", + "ftbquests.chapter.mob_safari.quest52.task_9075318374820615216.title": "Salmon Photo", + "ftbquests.chapter.mob_safari.quest52.title": "Salmon", + "ftbquests.chapter.mob_safari.quest53.task_1279126845524092057.title": "Sheep Photo", + "ftbquests.chapter.mob_safari.quest53.title": "Sheep", + "ftbquests.chapter.mob_safari.quest54.description1": "\u00267Tip: the sniffer egg is craftable!", + "ftbquests.chapter.mob_safari.quest54.task_4496075018482353874.title": "Sniffer Photo", + "ftbquests.chapter.mob_safari.quest54.title": "Sniffer", + "ftbquests.chapter.mob_safari.quest55.task_7621061223329854925.title": "Snow Golem Photo", + "ftbquests.chapter.mob_safari.quest55.title": "Snow Golem", + "ftbquests.chapter.mob_safari.quest56.task_3811954916556661348.title": "Squid Photo", + "ftbquests.chapter.mob_safari.quest56.title": "Squid", + "ftbquests.chapter.mob_safari.quest57.task_8980744210598611125.title": "Strider Photo", + "ftbquests.chapter.mob_safari.quest57.title": "Strider", + "ftbquests.chapter.mob_safari.quest58.task_3384099064913889422.title": "Tropical Fish Photo", + "ftbquests.chapter.mob_safari.quest58.title": "Tropical Fish", + "ftbquests.chapter.mob_safari.quest59.task_8173784837555787990.title": "Turtle Photo", + "ftbquests.chapter.mob_safari.quest59.title": "Turtle", + "ftbquests.chapter.mob_safari.quest6.task_874911539473621191.title": "Spider Photo", + "ftbquests.chapter.mob_safari.quest6.title": "Spider", + "ftbquests.chapter.mob_safari.quest60.task_3689972004573703426.title": "Villager Photo", + "ftbquests.chapter.mob_safari.quest60.title": "Villager", + "ftbquests.chapter.mob_safari.quest61.description1": "\u00267Tip: an oak or birch tree grown near flowers has a small chance to spawn a beehive!", + "ftbquests.chapter.mob_safari.quest61.task_5922903859006989903.title": "Bee Photo", + "ftbquests.chapter.mob_safari.quest61.title": "Bee", + "ftbquests.chapter.mob_safari.quest62.task_6003122656664405150.title": "Dolphin Photo", + "ftbquests.chapter.mob_safari.quest62.title": "Dolphin", + "ftbquests.chapter.mob_safari.quest63.task_8533728607102685433.title": "Fox Photo", + "ftbquests.chapter.mob_safari.quest63.title": "Fox", + "ftbquests.chapter.mob_safari.quest64.task_2426644530607004924.title": "Goat Photo", + "ftbquests.chapter.mob_safari.quest64.title": "Goat", + "ftbquests.chapter.mob_safari.quest65.task_7632281372321087328.title": "Iron Golem Photo", + "ftbquests.chapter.mob_safari.quest65.title": "Iron Golem", + "ftbquests.chapter.mob_safari.quest66.reward_5070411217558644494.title": "Wash the spit off your face!", + "ftbquests.chapter.mob_safari.quest66.task_6151594406741525419.title": "Llama Photo", + "ftbquests.chapter.mob_safari.quest66.title": "Llama", + "ftbquests.chapter.mob_safari.quest67.task_8391996334368644499.title": "Panda Photo", + "ftbquests.chapter.mob_safari.quest67.title": "Panda", + "ftbquests.chapter.mob_safari.quest68.task_6356092814838542587.title": "Polar Bear Photo", + "ftbquests.chapter.mob_safari.quest68.title": "Polar Bear", + "ftbquests.chapter.mob_safari.quest69.task_5155069369552929707.title": "Wolf Photo", + "ftbquests.chapter.mob_safari.quest69.title": "Wolf", + "ftbquests.chapter.mob_safari.quest7.task_7828452674496297861.title": "Cave Spider Photo", + "ftbquests.chapter.mob_safari.quest7.title": "Cave Spider", + "ftbquests.chapter.mob_safari.quest70.task_6586877749199133229.title": "Zombified Piglin Photo", + "ftbquests.chapter.mob_safari.quest70.title": "Zombified Piglin", + "ftbquests.chapter.mob_safari.quest71.description1": "\u00267Tip: there is a ritual that spawns the Elder Guardian!", + "ftbquests.chapter.mob_safari.quest71.task_1136723065807110792.title": "Elder Guardian Photo", + "ftbquests.chapter.mob_safari.quest71.title": "Elder Guardian", + "ftbquests.chapter.mob_safari.quest72.task_1119603583110664878.title": "Starbuncle Photo", + "ftbquests.chapter.mob_safari.quest72.title": "Starbuncle", + "ftbquests.chapter.mob_safari.quest73.task_1237879032257403086.title": "Wilden Guardian Photo", + "ftbquests.chapter.mob_safari.quest73.title": "Wilden Defender", + "ftbquests.chapter.mob_safari.quest74.task_5793666635438854570.title": "Wilden Pack Hunter Photo", + "ftbquests.chapter.mob_safari.quest74.title": "Wilden Pack Hunter", + "ftbquests.chapter.mob_safari.quest75.task_8789953344793101489.title": "Wilden Stalker Photo", + "ftbquests.chapter.mob_safari.quest75.title": "Wilden Stalker", + "ftbquests.chapter.mob_safari.quest76.task_4116691053894850008.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest76.title": "Drygmy", + "ftbquests.chapter.mob_safari.quest77.task_1018473204252943458.title": "Wilden Chimera Photo", + "ftbquests.chapter.mob_safari.quest77.title": "Wilden Chimera", + "ftbquests.chapter.mob_safari.quest78.task_6004116955135160925.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest78.title": "Whirlisprig", + "ftbquests.chapter.mob_safari.quest79.description1": "\u00267Tip: a spawned siren, not a tamed familiar!", + "ftbquests.chapter.mob_safari.quest79.task_1471670924078031545.title": "Siren Photo", + "ftbquests.chapter.mob_safari.quest79.title": "Siren", + "ftbquests.chapter.mob_safari.quest8.task_4943959340946543881.title": "Enderman Photo", + "ftbquests.chapter.mob_safari.quest8.title": "Enderman", + "ftbquests.chapter.mob_safari.quest80.description1": "I mean. You did a LOT of grinding probably to get here. Also by definition you\u0027ve finished the pack, or good as.", + "ftbquests.chapter.mob_safari.quest80.subtitle": "because why not?", + "ftbquests.chapter.mob_safari.quest80.title": "Safari LEGEND", + "ftbquests.chapter.mob_safari.quest9.task_4733333668196733711.title": "Endermite Photo", + "ftbquests.chapter.mob_safari.quest9.title": "Endermite", + "ftbquests.chapter.mob_safari.title": "Mob Safari", + "ftbquests.chapter.resource_generation.quest1.description1": "\u00266Prosperity Shards\u0026r are the basis of all mystical essence manipulation - very useful for generating large amounts of basic resources.", + "ftbquests.chapter.resource_generation.quest1.description2": "They can be found by breaking down copper nuggets with a pickaxe on a cutting board.", + "ftbquests.chapter.resource_generation.quest1.description3": "\u00267Tip: you can also make prosperity shards in an Enrichment Chamber!", + "ftbquests.chapter.resource_generation.quest10.description1": "With enough inferium, you can craft \u00266Inferium Seeds,\u0026r which grow essence themselves.", + "ftbquests.chapter.resource_generation.quest11.description1": "More potent than regular inferium essence, \u00266Prudentium Essence\u0026r can be used to make some useful essence seeds.", + "ftbquests.chapter.resource_generation.quest11.description2": "Make it by fortifying inferium essence with all four elemental essences in a \u00266Cauldron.\u0026r", + "ftbquests.chapter.resource_generation.quest11.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest18.description1": "The \u00266infusion altar\u0026r and \u00266pedestals\u0026r are required to craft essence seeds.", + "ftbquests.chapter.resource_generation.quest18.description2": "Place the items necessary in the pedestals, then give the altar a redstone signal or a wave of a wand to begin crafting.", + "ftbquests.chapter.resource_generation.quest19.description1": "By breeding \u00266Rocky\u0026r bees together in the nether, they\u0027ll slowly adapt and turn into their nether versions - \u00266Crimson\u0026r and \u00266Warped\u0026r bees. \u00266Cursed\u0026r bees are the hybrid between the two.", + "ftbquests.chapter.resource_generation.quest19.description2": "These bees, twisted by the nether environment, are somewhat aggressive; they\u0027ll harm nearby mobs (including players!)", + "ftbquests.chapter.resource_generation.quest19.task_3895545663253499388.title": "Warped", + "ftbquests.chapter.resource_generation.quest19.task_8052506021592411173.title": "Cursed", + "ftbquests.chapter.resource_generation.quest19.task_891469205622428585.title": "Crimson", + "ftbquests.chapter.resource_generation.quest19.title": "Nether Bees", + "ftbquests.chapter.resource_generation.quest2.description1": "You can place frames into your apiary for bonuses to productivity, lifespan, and even change the temperature and humidity of an apiary. ", + "ftbquests.chapter.resource_generation.quest2.description2": "\u00267Tip: Frame modifiers stack multiplicatively, not additively!\u0026r", + "ftbquests.chapter.resource_generation.quest2.task_1734748989054878453.title": "Any Frame", + "ftbquests.chapter.resource_generation.quest20.description1": "If you\u0027re tired of getting stung by nether bees, try crafting a set of \u00266Apiarist Gear.\u0026r This armor, when worn as a set, will protect you from getting affected by any bees nearby.", + "ftbquests.chapter.resource_generation.quest20.description2": "It\u0027s made of silk, which you can get from propolis (which you can get from simmering combs, among others.)", + "ftbquests.chapter.resource_generation.quest20.title": "Apiarist Gear", + "ftbquests.chapter.resource_generation.quest21.description1": "\u00266Rocky\u0026r and \u00266Robust\u0026r bees are more used to cooler climates, but you can breed better tolerances into them. ", + "ftbquests.chapter.resource_generation.quest21.description2": "Their rocky combs produce much more wax and honey than their wasteland cousins, but more importantly, they can rarely produce \u00266Copper Combs\u0026r as a specialty.", + "ftbquests.chapter.resource_generation.quest21.description3": "\u00267Tip: specialties are only produced when a bee is ecstatic! To make a bee ecstatic, you have to have its housing climate \u0026lexactly\u0026r\u00267 match the bee\u0027s preferred climate. Either breed it so that it prefers the hot dry wastes, or use special frames to adjust the temperature and humidity!", + "ftbquests.chapter.resource_generation.quest21.description4": "\u00267Tip 2: tuff (which you need underneath the apiary to breed these bees!) can be crafted or found underground.", + "ftbquests.chapter.resource_generation.quest21.task_1538674417108678800.title": "Resilient", + "ftbquests.chapter.resource_generation.quest21.task_7190582857068653051.title": "Robust", + "ftbquests.chapter.resource_generation.quest21.task_9033126545582958159.title": "Rocky", + "ftbquests.chapter.resource_generation.quest21.title": "Rocky Bees", + "ftbquests.chapter.resource_generation.quest22.description1": "\u00266Haunted,\u0026r \u00266Ghostly,\u0026r and \u00266Spectral\u0026r bees are an offshoot of nether bees that produce Spectral combs, a relatively honey-rich comb. Additionally, Spectral bees will produce \u00266glowstone\u0026r as a specialty!", + "ftbquests.chapter.resource_generation.quest22.task_3081911043010225060.title": "Haunted", + "ftbquests.chapter.resource_generation.quest22.task_5262672928415792469.title": "Ghostly", + "ftbquests.chapter.resource_generation.quest22.task_8517504769354790857.title": "Spectral", + "ftbquests.chapter.resource_generation.quest22.title": "Spectral Bees", + "ftbquests.chapter.resource_generation.quest23.description1": "\u00266Common\u0026r and \u00266Cultivated\u0026r bees were the most common species in the world that came before, from what you recall.", + "ftbquests.chapter.resource_generation.quest23.task_3642208754252689379.title": "Common", + "ftbquests.chapter.resource_generation.quest23.task_8299291890952022433.title": "Cultivated", + "ftbquests.chapter.resource_generation.quest23.title": "Common Bees", + "ftbquests.chapter.resource_generation.quest24.description1": "These glorious bee comrades ironically despise queens. They are also notable for producing \u00266pollen\u0026r and having \u00266higher than average productivity.\u0026r", + "ftbquests.chapter.resource_generation.quest24.task_2025398279722007265.title": "Industrious", + "ftbquests.chapter.resource_generation.quest24.task_3616071306266700168.title": "Tireless", + "ftbquests.chapter.resource_generation.quest24.task_8393881405903593674.title": "Diligent", + "ftbquests.chapter.resource_generation.quest24.title": "Industrious Bees", + "ftbquests.chapter.resource_generation.quest25.description1": "Somewhat snooty and famously literally blue-blooded, these bees can produce \u00266Royal Combs\u0026r when ecstatic. These combs can then centrifuge into \u00266Royal Jelly.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description2": "They also have a \u00266higher than average fertility rate.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description3": "\u00267Tip: Imperial bees have the Beatific effect, which provides all mobs nearby with regeneration!", + "ftbquests.chapter.resource_generation.quest25.task_6398361437915986421.title": "Noble", + "ftbquests.chapter.resource_generation.quest25.task_7062842366521447494.title": "Imperial", + "ftbquests.chapter.resource_generation.quest25.task_753059639095222795.title": "Majestic", + "ftbquests.chapter.resource_generation.quest25.title": "Imperial Bees", + "ftbquests.chapter.resource_generation.quest26.description1": "The \u00266Mellarium\u0026r is a multiblock version of the apiary, with the ability to add modules that can help you in a variety of ways.", + "ftbquests.chapter.resource_generation.quest26.description2": "The most concrete thing a Mellarium can do is give you more than three frame slots, using \u00266Frame Housings.\u0026r This means you can get, in the best case, \u0026l\u0026oSTACKS\u0026r of combs every bee tick.", + "ftbquests.chapter.resource_generation.quest26.description3": "You can also increase your chances of getting a mutation, shield your bees from rain, and change the climate using catalyst items.", + "ftbquests.chapter.resource_generation.quest26.description4": "\u00267Tip: read your Apiarist Field Guide for more information!", + "ftbquests.chapter.resource_generation.quest26.title": "The Mellarium", + "ftbquests.chapter.resource_generation.quest27.description1": "Once you start getting propolis, you can start \u00266upgrading\u0026r your \u00266Centrifuges\u0026r and \u00266Generators\u0026r - each upgrade has different stats, and you can put up to three in your machines.", + "ftbquests.chapter.resource_generation.quest27.description2": "Like frames, these upgrades stack multiplicatively.", + "ftbquests.chapter.resource_generation.quest27.description3": "\u00267Tip: the earliest ways to get propolis are through nether bees or rocky bees!", + "ftbquests.chapter.resource_generation.quest27.task_7611771532993062026.title": "Any Upgrade", + "ftbquests.chapter.resource_generation.quest27.title": "Upgrades", + "ftbquests.chapter.resource_generation.quest28.description1": "At some point you\u0027ll have more honey (and other bee products) than you know what to do with. ", + "ftbquests.chapter.resource_generation.quest28.description2": "If nothing else, you can burn them for energy in the \u00266Honey Generator!\u0026r", + "ftbquests.chapter.resource_generation.quest29.description1": "An interesting thing about these bees is that there\u0027s no way to get more than one queen out of a breeding pair. Fortunately, you can perform a ritual to summon \u00266more bee nests\u0026r through magic and some special ingredients.", + "ftbquests.chapter.resource_generation.quest29.description2": "Read your Reclamation Rituals book for more information.", + "ftbquests.chapter.resource_generation.quest29.title": "More Nests", + "ftbquests.chapter.resource_generation.quest3.description1": "You\u0027ve noticed some beehives dotted around. Maybe you can try to domesticate them?", + "ftbquests.chapter.resource_generation.quest3.description2": "You\u0027ll need a tool to harvest the nests and a place to raise the bees.", + "ftbquests.chapter.resource_generation.quest3.description3": "\u00267Tip: not every bee is required to finish the pack! Branching out from the required bees will allow you to generate resources much easier than the traditional routes, however.", + "ftbquests.chapter.resource_generation.quest3.title": "Beeginnings", + "ftbquests.chapter.resource_generation.quest30.description1": "Certain bees can produce straight up raw metals from certain rocks!", + "ftbquests.chapter.resource_generation.quest30.task_1055543042056575718.title": "Cuprous", + "ftbquests.chapter.resource_generation.quest30.task_2417461944780662004.title": "Osimum", + "ftbquests.chapter.resource_generation.quest30.task_4765395095236658823.title": "Radioactive", + "ftbquests.chapter.resource_generation.quest30.task_5074021897861698803.title": "Precious", + "ftbquests.chapter.resource_generation.quest30.task_5533305920955437908.title": "Ferrous", + "ftbquests.chapter.resource_generation.quest30.task_6870748623537125703.title": "Argentum", + "ftbquests.chapter.resource_generation.quest30.task_766783682761833592.title": "Zincum", + "ftbquests.chapter.resource_generation.quest30.task_8469594533203667582.title": "Stannum", + "ftbquests.chapter.resource_generation.quest30.task_9085151875040480342.title": "Plumbum", + "ftbquests.chapter.resource_generation.quest30.title": "Metal Bees", + "ftbquests.chapter.resource_generation.quest31.description1": "Certain bees can produce raw minerals from their environment!", + "ftbquests.chapter.resource_generation.quest31.task_1818325150934700666.title": "Emeradic", + "ftbquests.chapter.resource_generation.quest31.task_2840825311361710213.title": "Lapic", + "ftbquests.chapter.resource_generation.quest31.task_3358109104860624142.title": "Fluorite", + "ftbquests.chapter.resource_generation.quest31.task_3719081351633839622.title": "Bituminous", + "ftbquests.chapter.resource_generation.quest31.task_4463225001103591989.title": "Silicate", + "ftbquests.chapter.resource_generation.quest31.task_5231403782456047002.title": "Dimantic", + "ftbquests.chapter.resource_generation.quest31.task_5480192077480458536.title": "Luminous", + "ftbquests.chapter.resource_generation.quest31.task_6963870120953273988.title": "Amethyst", + "ftbquests.chapter.resource_generation.quest31.task_7118701806962971116.title": "Quartz", + "ftbquests.chapter.resource_generation.quest31.task_7148838165140607695.title": "Conductive", + "ftbquests.chapter.resource_generation.quest31.title": "Mineral Bees", + "ftbquests.chapter.resource_generation.quest32.description1": "Stronger than Prudentium, \u00266Tertium\u0026r is necessary for all kinds of metallic essence seeds.", + "ftbquests.chapter.resource_generation.quest32.description2": "Make it using a \u00266Runic Altar\u0026r or \u00266Terrestrial Agglomeration Plate.\u0026r", + "ftbquests.chapter.resource_generation.quest32.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest32.description4": "\u00267Tip 2: a potency lens would make the altar process much faster!", + "ftbquests.chapter.resource_generation.quest33.description1": "\u00266Imperium\u0026r is the penultimate tier of essence, requiring combining the power of \u00265Source\u0026r and Tertium Essence.", + "ftbquests.chapter.resource_generation.quest33.description2": "It can be made using an \u00266Imbuement Chamber.\u0026r", + "ftbquests.chapter.resource_generation.quest33.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest34.description1": "\u00266Supremium\u0026r is the highest tier of essence, used for crafting the highest tier of mystical equipment and seeds.", + "ftbquests.chapter.resource_generation.quest34.description2": "Anoint Imperium with life essence to create it.", + "ftbquests.chapter.resource_generation.quest34.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest35.description1": "These bees can produce magical products. Some of them, like the \u00266Natural\u0026r bee, have special effects!", + "ftbquests.chapter.resource_generation.quest35.description2": "Additionally, the Natural bee produces some small amount of \u00266Nature Essence\u0026r if kept ecstatic.", + "ftbquests.chapter.resource_generation.quest35.task_2760367059321888447.title": "Dawnstone", + "ftbquests.chapter.resource_generation.quest35.task_4095918579037388131.title": "Willful", + "ftbquests.chapter.resource_generation.quest35.task_417359132698374078.title": "Botanic", + "ftbquests.chapter.resource_generation.quest35.task_4623337291104132366.title": "Demonite", + "ftbquests.chapter.resource_generation.quest35.task_5288388297853031166.title": "Terra", + "ftbquests.chapter.resource_generation.quest35.task_5373973326405937422.title": "Natural", + "ftbquests.chapter.resource_generation.quest35.task_7910365384265410324.title": "Source", + "ftbquests.chapter.resource_generation.quest35.title": "Magical Bees", + "ftbquests.chapter.resource_generation.quest37.description1": "\u00267Tip: you\u0027ll need to breed Nature bees to get your first bits of nature essence!", + "ftbquests.chapter.resource_generation.quest4.description1": "Now pop a \u00266princess and drone into an apiary,\u0026r and watch the magic happen! Bees can generate some \u00266very useful resources\u0026r in their combs; initially, though, you\u0027ll have to process said combs on \u00266a cutting board.\u0026r", + "ftbquests.chapter.resource_generation.quest4.description2": "At first, you\u0027ll only get beeswax and honey drops, alongside some dead logs...", + "ftbquests.chapter.resource_generation.quest4.description3": "\u00267Tip: wasteland bees (and desiccated and dried bees) need dead bushes as their \u0027flowers\u0027!", + "ftbquests.chapter.resource_generation.quest4.title": "Beesources", + "ftbquests.chapter.resource_generation.quest5.description1": "By continuously re-breeding \u00266Wasteland\u0026r bees together, you can start to slowly revitalize them. \u00266Desiccated\u0026r and \u00266Dried\u0026r bees are slightly better, with a higher productivity and lifespan - meaning less maintenance and more combs!", + "ftbquests.chapter.resource_generation.quest5.task_3134995966104364628.title": "Dried", + "ftbquests.chapter.resource_generation.quest5.task_7818871944295114422.title": "Desiccated", + "ftbquests.chapter.resource_generation.quest5.title": "Reclaimed Bees", + "ftbquests.chapter.resource_generation.quest6.description1": "At some point, you\u0027ll want to take a closer look at your bees - the \u00266Analyzer\u0026r allows you to examine what genes exactly any given bee has, for the low cost of a single honey drop.", + "ftbquests.chapter.resource_generation.quest6.description2": "The \u00266Apid Library\u0026r shows you what mutations you can create with a bee\u0027s species.", + "ftbquests.chapter.resource_generation.quest6.description3": "The \u00266Microscope\u0026r allows you to research bee species, giving you a higher chance to mutate bees into a researched species.", + "ftbquests.chapter.resource_generation.quest6.description4": "\u00267Tip: the Microscope is a great way to get rid of unnecessary drones you have! Read the Apiarist Field Guide for more info on it.", + "ftbquests.chapter.resource_generation.quest6.title": "Tools of the Trade", + "ftbquests.chapter.resource_generation.quest67.description1": "\u00266Growth Accelerators\u0026r grow the crop above them faster. Higher tiers have higher ranges, meaning you can stack more underneath your farmland!", + "ftbquests.chapter.resource_generation.quest68.description1": "Essence infused watering cans can water a larger area faster.", + "ftbquests.chapter.resource_generation.quest7.description1": "If you want to process your combs more efficiently, you\u0027ll want to make a \u00266Centrifuge.\u0026r Powered by a generator, it automatically turns combs into comb products - no more manual chopping!", + "ftbquests.chapter.resource_generation.quest7.title": "Comb Processing ", + "ftbquests.chapter.resource_generation.quest73.description1": "\u00267Tip: unlimited wadduh", + "ftbquests.chapter.resource_generation.quest8.description1": "All essence seeds need to grow on specially prepared \u00266Essence Farmland.\u0026r", + "ftbquests.chapter.resource_generation.quest8.description2": "You can obtain your first bits of \u00266Inferium Essence\u0026r from killing mobs.", + "ftbquests.chapter.resource_generation.quest8.description3": "\u00267Tip: higher tier essence farmland will grow essence crops slightly faster!", + "ftbquests.chapter.resource_generation.quest9.description1": "These first elemental seeds don\u0027t have very many direct crafting uses, but are an important stepping stone to bigger and better things.", + "ftbquests.chapter.resource_generation.quest9.description2": "\u00267Tip: essence seeds aren\u0027t cloneable, meaning you\u0027ll need two or more to actually start increasing their stats!", + "ftbquests.chapter.resource_generation.quest9.title": "Elemental Seeds", + "ftbquests.chapter.resource_generation.title": "Resource Generation", + "ftbquests.chapter.the_color_green.quest1.description1": "You\u0027ve done it! You finally have grass. It\u0027s not exactly green, but you can \u00266bonemeal\u0026r a large area of it and \u00266get flowers!\u0026r", + "ftbquests.chapter.the_color_green.quest1.title": "Grass!", + "ftbquests.chapter.the_color_green.quest10.description1": "The \u00266Natural Altar\u0026r is a very important tool in the manipulation of natural energies.", + "ftbquests.chapter.the_color_green.quest10.description2": "Once the altar is fully built, it will drain \u00266aura\u0026r from its surroundings. It will then use those energies to \u00266transform items put into it.\u0026r ", + "ftbquests.chapter.the_color_green.quest10.description3": "You should also look into creating the \u00266Environmental Eye\u0026r - a very useful device that shows you the level of aura in the nearby area.", + "ftbquests.chapter.the_color_green.quest10.task_4749334638074014910.title": "Any Planks", + "ftbquests.chapter.the_color_green.quest10.title": "Natural Altar", + "ftbquests.chapter.the_color_green.quest11.description1": "Infusing iron in the Natural Altar creates, funnily enough, \u00266Infused Iron Ingots.\u0026r These have a wide variety of uses, but chief among them are some very nice tools and armor, with \u00266special abilities\u0026r and the unique property of being \u00266repairable using Aura.\u0026r", + "ftbquests.chapter.the_color_green.quest11.title": "Infused Iron", + "ftbquests.chapter.the_color_green.quest12.description1": "Extremely malleable, \u00266Andesite Alloy\u0026r is a crucial component of contraptions to come.", + "ftbquests.chapter.the_color_green.quest12.description2": "\u00267Tip: very small amounts of Create are needed to finish the pack, but you won\u0027t have to get too deep into it!", + "ftbquests.chapter.the_color_green.quest13.description1": "The Natural Altar requires aura in the surrounding area to function. It won\u0027t ever take the aura to a negative level, but it will \u00264stop working completely if the aura is low enough,\u0026r which means you\u0027ll need a way of replenishing it.", + "ftbquests.chapter.the_color_green.quest13.description2": "\u00266Ancient Saplings\u0026r are the most basic way to do this; once grown, if the area\u0027s aura is low enough, the tree\u0027s leaves will \u00264slowly wither away,\u0026r \u00266producing aura in the process.\u0026r", + "ftbquests.chapter.the_color_green.quest13.title": "Creating Aura", + "ftbquests.chapter.the_color_green.quest14.description1": "An excess of aura generates flowers - and this device can turn \u00266flowers into an excess of aura!\u0026r Make sure you feed it a \u00266balanced diet of different flowers,\u0026r though; too much of the same flower and it starts to give you \u00264diminishing returns.\u0026r", + "ftbquests.chapter.the_color_green.quest14.description2": "\u00267Tip: if the aura in an area is high enough, it\u0027ll charge aura caches! Crouch with a botanist tool (made from infused iron) to repair them with an aura cache in your inventory.", + "ftbquests.chapter.the_color_green.quest15.description1": "Mana\u0027s not very useful without ways to generate and move it! Starting out, your best source of mana is going to be the \u00266Endoflame.\u0026r", + "ftbquests.chapter.the_color_green.quest15.description2": "\u00267Tip: you can use the Wand of the Forest to bind the spreader to flowers and pools.", + "ftbquests.chapter.the_color_green.quest15.description3": "\u00267Tip 2: using a pressure plate but it\u0027s not working? Open your OPAC keybind (default [\u0027]) to turn off the Prot. Plates from Other setting!", + "ftbquests.chapter.the_color_green.quest15.task_4041437535513982933.title": "Wand of the Forest", + "ftbquests.chapter.the_color_green.quest15.title": "Generating Mana", + "ftbquests.chapter.the_color_green.quest16.description1": "Now that you have a more robust source of aura, you can put it to more use - a \u00266crumbling catalyst,\u0026r when placed on top of one of the lower four golden blocks of a natural altar, can crush things much more finely than you can by hand. It can get you \u00266more bone meal per bone, more gold powder per leaf, and even turn cobblestone into sand!\u0026r", + "ftbquests.chapter.the_color_green.quest17.description1": "There are a few items you can place on top of your altar to increase its capacity and recharge rate:", + "ftbquests.chapter.the_color_green.quest17.description2": "\u00266Torch:\u0026r +0.5x recharge rate", + "ftbquests.chapter.the_color_green.quest17.description3": "\u00266Skeleton Skull/Husk Head:\u0026r +1x recharge rate, +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description4": "\u00266Chalice:\u0026r +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description5": "Eventually, you can replace the torch with a candelabra, the skeleton skull with a wither skeleton or player skull, and the chalice with a filled chalice for even more recharge rate and capacity.", + "ftbquests.chapter.the_color_green.quest17.task_4639929492764668107.title": "Head Upgrade", + "ftbquests.chapter.the_color_green.quest17.title": "Altar Upgrades", + "ftbquests.chapter.the_color_green.quest18.description1": "Attuned stones are a very important part of witchcraft - not only do they let you \u00266craft necessary workstations,\u0026r they also give you the ability to perform certain rites \u00266without the need of an altar,\u0026r once charged!", + "ftbquests.chapter.the_color_green.quest18.description2": "\u00267Please note that this recipe needs altar power! Make sure your cauldron is within range of your altar!", + "ftbquests.chapter.the_color_green.quest19.description1": "If the \u00266Altar\u0026r is the backbone of witchcraft, the \u00266Distillery, Kettle,\u0026r and \u00266Spinning Wheel \u0026rare its phalanges. ", + "ftbquests.chapter.the_color_green.quest19.description2": "...strange metaphors aside, these blocks allow you to craft a wide variety of \u00266witchy goodies.\u0026r They will need to be placed within range of an altar, if their recipes require power.", + "ftbquests.chapter.the_color_green.quest19.title": "Tools of the Trade", + "ftbquests.chapter.the_color_green.quest2.description1": "Now that you have actual plants available, you can start to harness their latent life-energy to power rituals. To start, you\u0027ll have to create a structure capable of collecting it - an \u00266Altar\u0026r should do well here. Place your Altar blocks in a 2x3 rectangle and it should start collecting power!", + "ftbquests.chapter.the_color_green.quest2.description2": "The more \u00266plantlife\u0026r there is around the\u00266 Altar,\u0026r the more power you can store. This includes \u00266trees, grass, flowers, crops, vines, pumpkins, melons, and more!\u0026r", + "ftbquests.chapter.the_color_green.quest2.description3": "\u00267Tip: the altar has a range of 16 blocks! There is a cap to each kind of plantlife nearby as well, so make sure the surroundings are varied.", + "ftbquests.chapter.the_color_green.quest2.title": "Altar", + "ftbquests.chapter.the_color_green.quest20.description1": "An apparatus perfect for channelling large amounts of mana into collections of objects, the \u00266Runic Altar\u0026r will (obviously) let you make runes.", + "ftbquests.chapter.the_color_green.quest20.description2": "\u00267Tip: with the altar, if you don\u0027t have them already, you can craft mystical flower seeds!", + "ftbquests.chapter.the_color_green.quest21.description1": "Ember item and fluid pipes are relatively basic, but at this point in time they\u0027re fairly decent for small-scale operations. Pipes need extractors to pull items into them, and extractors need a redstone signal to be activated. There are a few other quirks to the system, all of which are explained in your \u00266Ancient Codex.", + "ftbquests.chapter.the_color_green.quest21.description2": "\u00267Note - basically everything in Embers needs a redstone signal to activate, so get ready to place plenty of levers!", + "ftbquests.chapter.the_color_green.quest21.title": "Dwarven Logistics", + "ftbquests.chapter.the_color_green.quest22.description1": "Now that you have some Ember, you\u0027ll need to turn it into useable energy somehow.", + "ftbquests.chapter.the_color_green.quest22.description2": "The\u00266 Ember Activator\u0026r turns solid Ember into \u00266Activated Ember;\u0026r pipe crystals and shards into the bottom, and attach an \u00266Ember Emitter to the top\u0026r to output \u00266Activated Ember.\u0026r ", + "ftbquests.chapter.the_color_green.quest22.description3": "Use a Tinker\u0027s Hammer on the emitter to link it to a receptor, give it a redstone signal, and you\u0027re transmitting Activated Ember!", + "ftbquests.chapter.the_color_green.quest22.description4": "\u00267Note that Ember Grit doesn\u0027t normally produce Activated Ember; you\u0027ll have to add a \u00266Heat Exchanger\u00267 to an activator to get energy out of it (which multiplies all ember production by 0.9x, but adds a flat +300 to all items production!)", + "ftbquests.chapter.the_color_green.quest22.title": "Activating Ember", + "ftbquests.chapter.the_color_green.quest23.description1": "One of the main ways to channel altar power is through the practice of \u00266circle magic.\u0026r Each ritual has a gold chalk glyph at its center, but the placement of other chalk glyphs changes depending on what kind of ritual you want to perform!", + "ftbquests.chapter.the_color_green.quest23.description2": "Most rituals can target a remote area using a waystone (blooded or otherwise), and some rituals can even be performed away from the altar by adding a charged attuned stone to them!\u00266 Read through the two reward books to find out what rituals you can perform.\u0026r", + "ftbquests.chapter.the_color_green.quest23.description3": "\u00267Tip: the rite of fertility is a cheap, easy way to mass bonemeal grass, crops or anything else!", + "ftbquests.chapter.the_color_green.quest23.title": "Circle Magic", + "ftbquests.chapter.the_color_green.quest24.description1": "You\u0027ll want to make a \u00266Copper Cell\u0026r to \u00266store your activated ember\u0026r - it works as a kind of \u0027battery\u0027 for the mystical energy.", + "ftbquests.chapter.the_color_green.quest24.description2": "To see how much ember is in the cell, place an \u00266Ember Dial\u0026r on it.", + "ftbquests.chapter.the_color_green.quest24.title": "Storing Ember", + "ftbquests.chapter.the_color_green.quest25.description1": "Ember is capable of melting metals and other items in the creatively-named \u00266Melter\u0026r - feed the bottom half ember, feed the top half items to melt, and you can extract molten metals from the top half.", + "ftbquests.chapter.the_color_green.quest25.description2": "This molten metal can be formed into a variety of shapes in a \u00266Stamper;\u0026r place the \u00266Stamp Base,\u0026r then the \u00266Stamper above it with a one-block gap\u0026r of air. Give the Stamper ember and a stamp, pipe molten metal into the base, and presto! Stamped and cooled metal products! ", + "ftbquests.chapter.the_color_green.quest25.description3": "Notably, you can use this process to \u00266produce plates more efficiently.\u0026r", + "ftbquests.chapter.the_color_green.quest25.title": "Melting and Stamping", + "ftbquests.chapter.the_color_green.quest26.description1": "By piping molten copper and gold into \u0026odifferent sides\u0026r of the bottom of a \u00266Mixer Centrifuge,\u0026r (along with some ember) you can combine them into a strong, ember-aligned metal called \u00266Dawnstone.\u0026r Pipe it out of the top and stamp it into ingots or plates!", + "ftbquests.chapter.the_color_green.quest26.description2": "\u00267Tip: use your Tinker\u0027s Lens to see what\u0027s going on in the mixer!", + "ftbquests.chapter.the_color_green.quest26.title": "Dawnstone", + "ftbquests.chapter.the_color_green.quest27.description1": "The Andesite Casing is a crucial part of any kind of mechanical apparatus.", + "ftbquests.chapter.the_color_green.quest28.description1": "For more advanced ember crafting, a special setup is required. An \u00266exchange tablet\u0026r with some \u00266pedestals\u0026r around it, when struck with a \u00266beam cannon pulse,\u0026r will transmute the center item into a new result item.", + "ftbquests.chapter.the_color_green.quest28.description2": "There is one complication, though. The pedestals need \u00266aspectii\u0026r to be placed on them, and you aren\u0027t sure which aspectii go with which items! The only way to find out is through experiementation - if the transmutation fails, it will produce \u0026balchemical waste.\u0026r When held and right clicked, the waste will reveal a number of \u00266glowing spots,\u0026r which tell you the number of \u00266aspectus/item combinations you got right.\u0026r", + "ftbquests.chapter.the_color_green.quest28.title": "Energetic Alchemy", + "ftbquests.chapter.the_color_green.quest29.description1": "Using the power of mana and a pumpkin, you think you can create a \u00266Fel Pumpkin\u0026r - a weak imitation of a blaze head. Pop this magically-charged head on top of two iron bars, and it\u0027ll turn into a passable facsimile of a blaze.", + "ftbquests.chapter.the_color_green.quest29.description2": "This imitation blaze always drops at least \u0026610 blaze powder.\u0026r This blaze powder can be spun into brilliant fiber, or distilled into more useful dusts!", + "ftbquests.chapter.the_color_green.quest29.description3": "\u00267Tip: you can capture an imitation blaze in the Blaze Burner!", + "ftbquests.chapter.the_color_green.quest29.title": "Knockoff Blazes", + "ftbquests.chapter.the_color_green.quest3.description1": "Using dye from the flowers you can get by \u00266bonemealing grass,\u0026r you can craft a special kind of fertilizer that can coax \u00266mystical flowers\u0026r to life.", + "ftbquests.chapter.the_color_green.quest3.description2": "\u00267Tip: you can also get mystical flower seeds through crossbreeding!", + "ftbquests.chapter.the_color_green.quest30.description1": "There are a few other ways you can process materials using andesite-based machinery; namely, \u00266compacting, pressing, and mixing\u0026r You\u0027ll need to find some way to capture a fire elemental if you want to expand your repertoire, though; \u0026bmaybe mana can help you somehow?\u0026r", + "ftbquests.chapter.the_color_green.quest30.title": "Mechanical Crafting", + "ftbquests.chapter.the_color_green.quest31.description1": "By blowing air through certain things, you can blast, smoke, wash, or \u00266haunt\u0026r items. This means you have access to essentially free bulk smelting!", + "ftbquests.chapter.the_color_green.quest31.description2": "More importantly, though - now that you can haunt items, you can make \u00266blackstone\u0026r by \u00266haunting\u0026r cobblestone, a crucial component of the \u00266Reformation Array.\u0026r", + "ftbquests.chapter.the_color_green.quest31.title": "Moving Air", + "ftbquests.chapter.the_color_green.quest32.description1": "Alchemical reformation is the process of \u00266turning one alchemical sulfur into another\u0026r - initially, you\u0027ll only be able to convert sulfurs of the \u00266same tier and type\u0026r to each other \u00266(like iron sulfur into lead sulfur!) \u0026r", + "ftbquests.chapter.the_color_green.quest32.description2": "To set up the reformation array, place down the target, source, and result pedestals somewhat near each other. Hold the sulfuric flux emitter and right click each pedestal, then place it on the mercury catalyst. ", + "ftbquests.chapter.the_color_green.quest32.description3": "Put mercury in the mercury catalyst, the target sulfur in the target pedestal, and the sulfur to convert in the source pedestal. Give it a moment, and you\u0027ll start converting the source sulfur into the target sulfur!", + "ftbquests.chapter.the_color_green.quest32.title": "Alchemical Reformation", + "ftbquests.chapter.the_color_green.quest33.description1": "A mechanical pump is capable of pumping liquids in the world into pipes when given mechanical power - \u00266it is much faster than the ember-fueled one!", + "ftbquests.chapter.the_color_green.quest34.description1": "The \u00266Rod of the Lands\u0026r can corporealize a tiny portion of mana into a full dirt block!", + "ftbquests.chapter.the_color_green.quest34.title": "(almost) Free Dirt", + "ftbquests.chapter.the_color_green.quest35.description1": "Carrying mana around with you enables you to use a plethora of bits and baubles. To transfer mana from a pool into the tablet, make sure the pool is on \u0027charge\u0027 mode by hovering over it with a wand of the forest.", + "ftbquests.chapter.the_color_green.quest35.title": "Portable Mana", + "ftbquests.chapter.the_color_green.quest36.description1": "Turn your mana tablet into a ring to store mana on-the-go \u00266without taking up an inventory slot!\u0026r", + "ftbquests.chapter.the_color_green.quest37.description1": "By attaching a mana rune to a manasteel ring, you can (VERY slowly) pull ambient mana into a mana storage device on your person, \u00266for free!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description1": "Distilling blaze powder and gunpowder together in a Distillery will grant you access to \u00266glowstone!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description2": "Getting \u00266redstone\u0026r is similar, using cinder flour in place of gunpowder.", + "ftbquests.chapter.the_color_green.quest38.description3": "\u00267Tip: you can also make glowstone and redstone with strength and night vision potions - it\u0027s up to you whether you want to take the Enchanted or Create route for these!\u0026r", + "ftbquests.chapter.the_color_green.quest38.title": "Useful Dusts", + "ftbquests.chapter.the_color_green.quest39.description1": "Once you have a pump, you can create a \u00266Spout\u0026r to dispense liquid onto items - this is a possible way to make \u00266glowstone or redstone,\u0026r if you\u0027re willing to set up the infrastructure.", + "ftbquests.chapter.the_color_green.quest4.description1": "The \u00266Pure Daisy\u0026r can, as its name implies, purify nearby objects. The most important things you should start with are \u00266logs and stone,\u0026r but there are a few other things you can purify as well!", + "ftbquests.chapter.the_color_green.quest4.description2": "Simply place the petal apothecary down, fill it with water, then toss in the petals and finally a seed!", + "ftbquests.chapter.the_color_green.quest4.description3": "\u00267Tip: check the usages of the Pure Daisy to see what else it can transform.", + "ftbquests.chapter.the_color_green.quest4.title": "Pure Daisy", + "ftbquests.chapter.the_color_green.quest40.description1": "The \u00266Alchemy Catalyst\u0026r allows you to use the power of mana to transmute a wide variety of items. Place it under a mana pool to start alchemizing!", + "ftbquests.chapter.the_color_green.quest40.description2": "You\u0027ll be able to convert flowers into other flowers, stone variants into other stone variants, flint into gunpowder (and vice versa), and ghast tears into ender pearls!", + "ftbquests.chapter.the_color_green.quest40.description3": "\u00266Notably, it lets you turn flax into feathers, necessary for tokens of fear.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description1": "The \u00266transmutation catalyst\u0026r modifies the natural altar to convert items into other items using Aura. Similar to the crumbling catalyst, it must be placed \u00266atop one of the four lower gold blocks of the altar.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description2": "The most immediately useful transmutation is that of \u00266sand into soul sand,\u0026r which will allow you to haunt things using the encased fan, as well as grow nether wart!", + "ftbquests.chapter.the_color_green.quest41.description3": "You can also convert netherrack into crimson and warped nylium.", + "ftbquests.chapter.the_color_green.quest42.description1": "The \u00266Millstone\u0026r can crush cobble into gravel, bones into bone meal, and a variety of plants into their respective dyes at a much higher rate of return.", + "ftbquests.chapter.the_color_green.quest43.description1": "The \u00266Codebreaking Slate\u0026r is very handy - you can put multiple pieces of alchemical waste into it and it will show you how many aspectus/item combinations you got right! It will also show you how many correct aspectii you have placed with the wrong items.", + "ftbquests.chapter.the_color_green.quest44.description1": "Your first \u00266archaic brick\u0026r can be made by infusing a regular brick with tainted gold and infused iron. Once you have one, you can use it to make more by simply infusing it with \u00266more clay and soul sand.\u0026r", + "ftbquests.chapter.the_color_green.quest45.description1": "The \u00266Mnemonic Inscriber\u0026r, when attached to an Exchange Tablet and given paper, will automatically write down the correct combination of aspectii for a given transmutation when you successfully complete one.", + "ftbquests.chapter.the_color_green.quest46.description1": "You can convert between sulfurs of the same type and rarity using the reformation array, but if you want to convert between different types (and the same rarity), you\u0027ll want to make \u00266Alchemical Niter\u0026r in a \u00266Fermentation Vat.\u0026r", + "ftbquests.chapter.the_color_green.quest46.description2": "Place \u00266water, sugar, and the sulfur\u0026r you want to ferment into the vat, then \u00266shift-right-click it to close it\u0026r and start the fermentation process. Once the barrel opens again, your fermentation is done, and you can take out your shiny new Niter!", + "ftbquests.chapter.the_color_green.quest46.description3": "Alchemical Niter can be converted in the \u00266Reformation Array\u0026r similar to how you convert sulfur - note, however, that depending on what type you\u0027re converting to, you will produce or require \u00266more than one niter!\u0026r", + "ftbquests.chapter.the_color_green.quest46.title": "Alchemical Conversion", + "ftbquests.chapter.the_color_green.quest47.description1": "The \u00266digestion vat\u0026r lets you \u00266convert sulfurs between rarities!\u0026r Place some niter and sal ammoniac (and if you\u0027re converting up, some alchemically pure gold) into it, and shift-right-click the vat to start the process! \u00266Four of the previous tier converts into one of the next tier, and vice versa.\u0026r", + "ftbquests.chapter.the_color_green.quest47.description2": "This (in combination with the fermentation vat) allows you to convert iron sulfur into common metal niter, down into four abundant metal niter, into four copper sulfur - that\u0027s \u00266FOUR copper per iron!\u0026r", + "ftbquests.chapter.the_color_green.quest47.description3": "This is a metal loop you could try automating...", + "ftbquests.chapter.the_color_green.quest47.description4": "\u00267Tip: you can start and stop the vats using a redstone signal!\u0026r", + "ftbquests.chapter.the_color_green.quest47.title": "Alchemical Exaltation", + "ftbquests.chapter.the_color_green.quest48.description1": "The \u00266Offering Table\u0026r is a special altar that will allow you to convert items into special empowered versions of themselves, most notably tokens and nature-infused ingots.", + "ftbquests.chapter.the_color_green.quest48.description2": "To use it, simply place whatever you want to infuse into it by right-clicking, then throw a \u00266Spirit of Calling\u0026r onto the altar to activate it.", + "ftbquests.chapter.the_color_green.quest48.description3": "\u00267Tip: You can convert more than one item at a time, using only one spirit of calling!\u0026r", + "ftbquests.chapter.the_color_green.quest48.description4": "\u00267Tip 2: this is a multiblock! Check your Book of Natural Aura to see how to build it.", + "ftbquests.chapter.the_color_green.quest49.description1": "You can capture a summoned blaze into a magicked cage. This cage, when placed under a basin, will let you brew potions more efficiently than a brewing stand.", + "ftbquests.chapter.the_color_green.quest5.description1": "Combining the nature-infused iron and some metaphysical heat and structure (courtesy of \u00266nether bricks\u0026r and a \u00266spruce sapling,\u0026r respectively), you can rearrange the latent potential of the metal to turn it into lead!", + "ftbquests.chapter.the_color_green.quest5.description2": "Vastly useful in a variety of mechanical applications, lead is a great first step to leveraging either \u00266raw mechanical power\u0026r or \u00266Ember\u0026r in your pursuits.", + "ftbquests.chapter.the_color_green.quest5.description3": "\u00267Tip: the ancient codex is a little confusing at first, but it will guide you through the Embers mod! Start at Natural Energy, right click entries to mark them as read, and make sure you \u0026lREAD CAREFULLY!", + "ftbquests.chapter.the_color_green.quest5.description4": "\u00267Tip 2: you can use Theurgy to triple ingot output from raw ores!", + "ftbquests.chapter.the_color_green.quest50.description1": "This is it. Using the power of the \u00266Offering Altar,\u0026r and some magically significant materials, you can create the basis of real, sentient life - chicken eggs.", + "ftbquests.chapter.the_color_green.quest50.subtitle": "Well, debatably", + "ftbquests.chapter.the_color_green.quest50.title": "Sentient Life", + "ftbquests.chapter.the_color_green.quest51.description1": "With runes, there are a few other options you have for generating mana:", + "ftbquests.chapter.the_color_green.quest51.description2": "* A \u00266Thermalily\u0026r generates bursts of mana using lava, but will consume lava for no gain if you give it lava too often", + "ftbquests.chapter.the_color_green.quest51.description3": "* An \u00266Entropinnyum\u0026r consumes TNT explosions (and is one of the best generating flowers in the game), but too often and it\u0027ll just blow itself up", + "ftbquests.chapter.the_color_green.quest51.description4": "* A \u00266Munchdew\u0026r consumes leaves, but does not drop saplings.", + "ftbquests.chapter.the_color_green.quest51.description5": "\u00267Tip: some flowers will generate too much mana for a basic spreader! You can use potency and velocity lenses to stretch this, but eventually, you\u0027ll need better spreaders...\u0026r", + "ftbquests.chapter.the_color_green.quest51.title": "Alternative Mana Sources", + "ftbquests.chapter.the_color_green.quest52.description1": "Now that you can turn sulfurs into other sulfurs, you can manually reconstitute \u00266silver sulfur\u0026r and use the \u00266Reformation Array\u0026r to turn gold sulfur into silver sulfur without having to re-make the sulfur over and over again!", + "ftbquests.chapter.the_color_green.quest52.description2": "\u00267Tip: sulfur sulfur sulfur sulfur\u0026r", + "ftbquests.chapter.the_color_green.quest52.title": "Moon Metal", + "ftbquests.chapter.the_color_green.quest53.description1": "The \u00266Wildfire Core\u0026r is a key piece of some advanced dwarven machinery.", + "ftbquests.chapter.the_color_green.quest54.description1": "The \u00266Wildfire Stirling,\u0026r when attached to machines and supplied with steam, increases the efficiency of their ember usage.", + "ftbquests.chapter.the_color_green.quest54.description2": "The first one cuts usage in half, the second one halves it again, and any more decrease the efficiency.", + "ftbquests.chapter.the_color_green.quest55.description1": "The \u00266Ignem Reactor\u0026r is the ultimate solution to high ember requirements - when placed between a \u00266Catalysis\u0026r and \u00266Combustion Chamber,\u0026r it refines ember at a MUCH higher rate than the Ember Activator; up to \u002669x more ember\u0026r per crystal item.", + "ftbquests.chapter.the_color_green.quest55.description2": "\u00267Tip: the Catalysis and Combustion Chambers need fuel to operate, check JEI for their fuels and multipliers.", + "ftbquests.chapter.the_color_green.quest55.title": "Ignem Reactor", + "ftbquests.chapter.the_color_green.quest56.description1": "With the power of alchemy, you can turn a charged attuned stone into a seed capable of turning ember into pure metal! These crystal seeds, when powered with an \u00266Ember Injector,\u0026r will slowly grow and drop metal nuggets.", + "ftbquests.chapter.the_color_green.quest56.description2": "Not every metal can be turned into these seeds, but you have figured out that you can actually \u00266obtain Zinc\u0026r through this alchemical process!", + "ftbquests.chapter.the_color_green.quest56.description3": "\u00267Tip: crystals will slowly level up and drop more and more metal. Moving them resets their level, though!", + "ftbquests.chapter.the_color_green.quest56.subtitle": "Zinc! (and others)", + "ftbquests.chapter.the_color_green.quest56.task_414198583111126714.title": "Any Metal Crystal Seed", + "ftbquests.chapter.the_color_green.quest56.title": "Metal Crystal Seeds", + "ftbquests.chapter.the_color_green.quest57.description1": "With Dawnstone, you can craft ember transferral devices that can handle much more throughput.", + "ftbquests.chapter.the_color_green.quest57.title": "High Volume Ember Transfer", + "ftbquests.chapter.the_color_green.quest58.description1": "Now that you have zinc, you can alloy it with copper to create brass! This is useful almost exclusively for \u00266mechanical contraptions.\u0026r", + "ftbquests.chapter.the_color_green.quest58.description2": "\u00266Electron Tubes\u0026r are also an important step to making more complicated contraptions. ", + "ftbquests.chapter.the_color_green.quest58.description3": "\u00266Rose Quartz\u0026r can be made in a heated basin, combining glowstone and redstone in a sal ammoniac bath.", + "ftbquests.chapter.the_color_green.quest58.title": "Advanced Contraptions", + "ftbquests.chapter.the_color_green.quest59.description1": "Packages and their associated transport items open up a huge amount of logistical freedom.", + "ftbquests.chapter.the_color_green.quest59.description2": "\u00267Tip: for more information, hover these items and hold W to ponder!", + "ftbquests.chapter.the_color_green.quest59.title": "Mechanical Logistics", + "ftbquests.chapter.the_color_green.quest6.description1": "\u00266Ember\u0026r is the lifeblood of the world. Despite whatever happened, there is still virtually infinite Ember available deep underground - you just need to make a machine that can mine it. ", + "ftbquests.chapter.the_color_green.quest6.description2": "Enter the \u00266Ember Bore\u0026r - place it on bedrock, add a \u00266Mechanical Core\u0026r above it so you can pipe things in and out of it, and give it some fuel! It\u0027ll start digging up that sweet, sweet Ember.", + "ftbquests.chapter.the_color_green.quest6.description3": "\u00267Tip: the Mechanical Core acts as an extension for most Embers multiblocks! You can transfer items, fluid, and ember in and out of the core as if it was a part of the block it is attached to.", + "ftbquests.chapter.the_color_green.quest6.description4": "\u00267Tip 2: USE YOUR MECHANICAL LENS! It\u0027s EXTREMELY helpful for figuring out how Ember\u0027s machines work.", + "ftbquests.chapter.the_color_green.quest6.title": "Drilling for Ember", + "ftbquests.chapter.the_color_green.quest60.description1": "With access to brass and electron tubes, you can make a Mechanical Crafter. These, in combination with \u00266factory gauges\u0026r and \u00266package logistics,\u0026r allow you to set up automatic stocking and crafting of items!", + "ftbquests.chapter.the_color_green.quest60.title": "Autocrafting", + "ftbquests.chapter.the_color_green.quest61.description1": "You can fortify infused iron with prosperity shards to create a basic \u00266prosperity ingot,\u0026r ready to augment with agricultural essence.", + "ftbquests.chapter.the_color_green.quest61.description2": "One of the best uses of this ingot is to make a better watering can.", + "ftbquests.chapter.the_color_green.quest61.title": "Better Watering", + "ftbquests.chapter.the_color_green.quest62.description1": "With empowered tokens, you can craft the \u00266Creational Catalyst\u0026r - this removes the innate limit on most aura producing blocks, and lets you overcharge the local area with Aura.", + "ftbquests.chapter.the_color_green.quest62.description2": "\u00267Tip: aureareaurearuea", + "ftbquests.chapter.the_color_green.quest63.description1": "You\u0027ve felt a strange tingling on your skin ever since you woke up - you think this might be a manifestation of \u00266Aura,\u0026r a natural phenomenon that you might be able to further harness.", + "ftbquests.chapter.the_color_green.quest63.description2": "To get started, craft a \u00266Bottle and Cork\u0026r and \u00266right click the air\u0026r to gather some Aura for further study.", + "ftbquests.chapter.the_color_green.quest63.title": "Bottling Sunlight", + "ftbquests.chapter.the_color_green.quest64.description1": "The \u00266Mana Blaster\u0026r is a portable mana spreader that you can fire at will, using mana from a storage device on your person. You can also attach lenses to it, to use their special properties!", + "ftbquests.chapter.the_color_green.quest65.description1": "\u00266Mana Lenses\u0026r can change the properties of a mana burst fired from a spreader. They can increase the color, potency, speed, and even make the burst go \u00266through blocks\u0026r or \u00266break them\u0026r altogether! Read your \u00266Lexica Botania\u0026r for more details.", + "ftbquests.chapter.the_color_green.quest65.description2": "\u00267Tip: the weight lens makes blocks a mana burst hits fall - you can exploit this property to get blocks that normally need silk touch by having them fall onto something like a torch!", + "ftbquests.chapter.the_color_green.quest66.description1": "Now that you have\u00266 Ember\u0026r, what can you do with it?", + "ftbquests.chapter.the_color_green.quest66.description2": "One useful item is the \u00266Hearth Coil\u0026r - when provided with Ember, it can be used as a VERY fast furnace.", + "ftbquests.chapter.the_color_green.quest67.description1": "With \u00266Dawnstone\u0026r comes a better way of activating ember - the \u00266Pressure Refinery.\u0026r", + "ftbquests.chapter.the_color_green.quest67.description2": "It \u00264requires water\u0026r as well, but can boost your ember production up to \u002661.5x the value\u0026r of a plain activator.", + "ftbquests.chapter.the_color_green.quest67.description3": "Additionally, if placed atop a metal block surrounded by lava or fire it can double that, getting up to \u002663x the value\u0026r of crystalline ember! ", + "ftbquests.chapter.the_color_green.quest68.description1": "The \u00266Beam Splitter\u0026r allows you to, well, split beams. Ember sent into it will be divided into two bursts sent out from either end.", + "ftbquests.chapter.the_color_green.quest68.description2": "The \u00266Crystal Cell\u0026r is a much higher capacity way to store Ember - piping more crystalline ember into it will \u00266increase its storage limit.\u0026r", + "ftbquests.chapter.the_color_green.quest68.title": "Advanced Ember Logistics", + "ftbquests.chapter.the_color_green.quest69.description1": "With the acquisition of Dawnstone, you can make a special chamber to manipulate elemental mercury into a source of energy. ", + "ftbquests.chapter.the_color_green.quest69.description2": "The \u00266Mercury Catalyst\u0026r can convert mercury into Mercury Flux (MF) which, in combination with a \u00266Caloric Flux Emitter\u0026r, can be used to power alchemical devices that would normally need a pyromantic brazier underneath them!", + "ftbquests.chapter.the_color_green.quest69.description3": "\u00267Tip: one mercury shard produces as much energy as one piece of charcoal!", + "ftbquests.chapter.the_color_green.quest69.title": "Mercurial Power", + "ftbquests.chapter.the_color_green.quest7.description1": "The combination of brilliant fiber and nether bricks is superficially similar to the weak gold ore deposits you remember existing in the Nether. They\u0027re so similar, in fact, that \u00266a Pure Daisy will convert Golden Nether Bricks into Nether Gold Ore!\u0026r", + "ftbquests.chapter.the_color_green.quest7.description2": "\u00267Tip: there is a better way to make brilliant fiber, but you\u0027ll need to get blaze powder somehow... ", + "ftbquests.chapter.the_color_green.quest7.title": "Gold", + "ftbquests.chapter.the_color_green.quest70.description1": "With high enough aura in an area, \u00266dried earth will slowly convert to dirt!\u0026r", + "ftbquests.chapter.the_color_green.quest70.description2": "If you want to stop this effect from happening, \u00266Powder of Dried Stasis\u0026r will prevent the conversion of dried earth to dirt in the area it\u0027s placed in.", + "ftbquests.chapter.the_color_green.quest70.subtitle": "pseudo-terraforming", + "ftbquests.chapter.the_color_green.quest70.title": "Regrowth?", + "ftbquests.chapter.the_color_green.quest71.description1": "The \u00266Bin\u0026r is a fantastic block that automatically collects the outputs of various dwarven machinery.", + "ftbquests.chapter.the_color_green.quest71.description2": "Simply attach it to the \u00266bottom\u0026r of a machine (like, say, the stamper base) and it\u0027ll fill up with products.", + "ftbquests.chapter.the_color_green.quest72.description1": "With an imitation blaze head and a couple of real magical reagents, you can \u00266summon a real blaze!\u0026r", + "ftbquests.chapter.the_color_green.quest72.description2": "This summoned blaze always drops at least 3 blaze rods. ", + "ftbquests.chapter.the_color_green.quest72.description3": "\u00267Tip: the ritual to summon the blaze is described in the Reclamation Rituals book.\u0026r", + "ftbquests.chapter.the_color_green.quest72.title": "Real Blazes", + "ftbquests.chapter.the_color_green.quest8.description1": "The \u00266Pure Daisy\u0026r is able to turn mundane stone and logs into much more naturally-aligned versions of themselves.", + "ftbquests.chapter.the_color_green.quest8.title": "Living Materials", + "ftbquests.chapter.the_color_green.quest9.description1": "You can use a bucket to \u00266strategically place lava and water\u0026r to make a nether portal frame. It\u0027s not ideal, but it\u0027s definitely easier than trying to mine obsidian with an iron pickaxe!", + "ftbquests.chapter.the_color_green.quest9.description2": "Similar to the overworld, the nether is bare of ores and even more devoid of life - \u00264there are zero spawns there, and only one biome.", + "ftbquests.chapter.the_color_green.quest9.description3": "\u00267Tip: you can also make obsidian on the natural altar - but be warned, it\u0027s pretty costly aura-wise!", + "ftbquests.chapter.the_color_green.quest9.task_4075772383648127092.title": "Visit the Nether", + "ftbquests.chapter.the_color_green.quest9.title": "The Nether", + "ftbquests.chapter.the_color_green.title": "Touching Grass", + "ftbquests.chapter.the_hunt_for_grass.quest1.description1": "Now that you have dirt, your next step is to turn it into grass, so that you can start bringing a little bit of green into the world.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description1": "Plants in Agricraft are diploid organisms - essentially, every plant has two sets of attributes: active and inactive (or dominant and recessive). \u00266The active trait is the one that actually affects the plant,\u0026r but the inactive trait comes into play when breeding plants together. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description2": "When a crossbreed occurs, each plant \u00266adjacent\u0026r to the crossbreed crop sticks has a \u00266chance\u0026r depending on its \u00266fertility\u0026r to count as a parent. If there\u0027s only one parent selected, the resulting plant is a clone. If more than one parent is selected, each has a chance to pass on one half of its genes to the resulting plant.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description3": "For example, if you bred a plant with gain of 3-2 with a plant who\u0027s gain is 4-2, it would result in a plant with a gain stat of either 4-3, 4-2, 3-2, or 2-2. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description4": "To figure out what the possibilities are for two parent plants, you can use a punnett square:", + "ftbquests.chapter.the_hunt_for_grass.quest10.description5": "Each square has an equal chance of getting chosen - additionally, there is a small chance for a mutation to occur; whether this mutation is beneficial or not depends on each parent\u0027s \u00266mutativity stat.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest10.image0": "{image:reclamation:textures/quests/punnett.png width:150 height:150 align:center}", + "ftbquests.chapter.the_hunt_for_grass.quest10.task_2773659192565899586.title": "What the heck are these numbers?", + "ftbquests.chapter.the_hunt_for_grass.quest10.title": "How do I get better stats?", + "ftbquests.chapter.the_hunt_for_grass.quest11.description1": "Each plant has five stats, when planted on crop sticks. You can see these stats by crouching and looking at the plant, or using a magnifying glass. The stats affect a variety of things:", + "ftbquests.chapter.the_hunt_for_grass.quest11.description2": "\u00266Fertility\u0026r is how likely a plant is to get chosen as a parent for cross-breeding.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description3": "\u00266Gain\u0026r increases how much a plant will produce when harvested.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description4": "\u00266Growth\u0026r affects the speed a plant grows at.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description5": "\u00266Mutativity\u0026r raises the chance for a cross-breed (when it occurs) to be beneficial.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description6": "\u00266Strength\u0026r broadens the possible growing conditions for a plant - for example, cactus can always grow on sand, but with a strength of 10, it can grow on normal farmland!", + "ftbquests.chapter.the_hunt_for_grass.quest11.subtitle": "What do they mean?", + "ftbquests.chapter.the_hunt_for_grass.quest11.task_7047347176409476035.title": "Read", + "ftbquests.chapter.the_hunt_for_grass.quest11.title": "The numbers, Mason!", + "ftbquests.chapter.the_hunt_for_grass.quest12.description1": "That was A LOT of info - what it boils down to is higher numbers \u003d better, breed higher statted plants together to get better plants, use bonemeal on cross sticks to speed up the crossbreeding process. ", + "ftbquests.chapter.the_hunt_for_grass.quest12.description2": "If your plant is not growing, look at it while crouching - it might need a different type of soil.", + "ftbquests.chapter.the_hunt_for_grass.quest12.description3": "\u00267Tip: getting your first beneficial mutation \u00264will be slow,\u00267 but you can speed it up by \u00266planting crops in a plus shape,\u00267 with the cross sticks in the middle! This means each potential crossbreed has \u00266four\u00267 chances to pick parents, instead of \u00264just two.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest12.subtitle": "English, poindexter?", + "ftbquests.chapter.the_hunt_for_grass.quest12.task_7762997780188473985.title": "WAY too complicated", + "ftbquests.chapter.the_hunt_for_grass.quest12.title": "That was a lot...", + "ftbquests.chapter.the_hunt_for_grass.quest13.description1": "Now that you have a way to grow and breed plants, you should get started on broadening your base of food. Either \u00266breed the plants you have\u0026r into the two other staple crops from the old world, or \u00266find them on the mutated inhabitants\u0026r of the new.", + "ftbquests.chapter.the_hunt_for_grass.quest13.description2": "\u00267Tip: to find mutations, look up the recipe for the seed of the plant in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.description3": "\u00267Tip 2: to see what conditions a seed needs to grow (including what blocks it can grow on), check the uses of the seed in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.title": "Edible Plants", + "ftbquests.chapter.the_hunt_for_grass.quest14.description1": "At some point, you\u0027re going to run out of ruins. Thankfully, there is a special kind of flower called the \u00266Cuprosia \u0026ryou can breed that can harvest \u00266trace amounts of copper from the water.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest14.description2": "\u00267Tip: the flower will only grow in a waterlogged crop. If you successfully crossbreed the Cuprosia but the crop stick it\u0027s on is not waterlogged, \u00264it will not grow. \u00267Additionally, it can \u00264only grow on gravel\u00267 at strength 1.", + "ftbquests.chapter.the_hunt_for_grass.quest14.description3": "\u00267Tip 2: plant species can be recessive! Use your magnifying glass.", + "ftbquests.chapter.the_hunt_for_grass.quest14.title": "Growing copper?", + "ftbquests.chapter.the_hunt_for_grass.quest15.description1": "Now you have to find a way to turn the nascent life energy within the tree into some form of grass. There was a ritual you remember that was able to condense said energy into a special seed...", + "ftbquests.chapter.the_hunt_for_grass.quest15.description2": "Witchcraft can help you here - brew up some \u00266brilliant fiber,\u0026r apply it to some tree leaves, and watch it \u00266spread!\u0026r Once you have enough, break the leaves - the gilded leaves you\u0027ll get will be able to crush into a \u00266fine gold dust,\u0026r perfect for this ritual.", + "ftbquests.chapter.the_hunt_for_grass.quest15.title": "Gold Leaf", + "ftbquests.chapter.the_hunt_for_grass.quest16.description1": "Now that you have a way to conduct the ritual, you can create a \u00266Pasture Seed,\u0026r which will let you finally \u00266bring back grass to the world!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest16.description2": "\u00267To find out how to actually do the ritual, check how to do a Ritual of the Forest in your Book of Natural Aura.", + "ftbquests.chapter.the_hunt_for_grass.quest16.title": "Ritual of the Forest", + "ftbquests.chapter.the_hunt_for_grass.quest17.description1": "The \u00266Witch\u0027s Oven\u0026r can be used to distill saplings into \u00266special magic fumes,\u0026r which are especially potent in a variety of magical rites.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description1": "Using some sapling fumes and some plantlife, you can create \u00266Pasture Seeds\u0026r - special seeds that will place an \u00266area of grass\u0026r on nearby dirt.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description2": "\u00267Tip: due to a bug in the mod, watering cans will not work to start the ritual of the forest!", + "ftbquests.chapter.the_hunt_for_grass.quest18.subtitle": "Not as green as I\u0027d like...", + "ftbquests.chapter.the_hunt_for_grass.quest18.title": "Grass!", + "ftbquests.chapter.the_hunt_for_grass.quest19.description1": "The composter can turn \u00266extra seeds and crops into bonemeal!\u0026r No more hunting skeletons in the middle of the night.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description1": "Even through the lack of nutrients in the soil, some especially-tough tufts of grass have held on. Some even have \u00266seeds that you can find\u0026r and try to coax to life.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description2": "Some of these seem \u00266especially magical\u0026r - you wonder if you could use them in any way...", + "ftbquests.chapter.the_hunt_for_grass.quest2.description3": "\u00267Tip: you\u0027ll probably only want to harvest mandrake at night until you get its strength up!", + "ftbquests.chapter.the_hunt_for_grass.quest2.title": "Seeds", + "ftbquests.chapter.the_hunt_for_grass.quest20.description1": "You can get straw rarely by cutting grass with a \u00266knife.\u0026r Use it to make leads, ropes, and building blocks!", + "ftbquests.chapter.the_hunt_for_grass.quest20.task_1283594596619655186.title": "Any Knife", + "ftbquests.chapter.the_hunt_for_grass.quest20.title": "Straw", + "ftbquests.chapter.the_hunt_for_grass.quest21.description1": "You can turn bonemeal, dirt, and some organic material into \u00266organic compost.\u0026r When placed down, the compost will\u00266 turn into rich soil \u0026rafter a while (sped up by sunlight, water, and proximity to other rich soil or mushrooms), which grows most crops \u00266faster than regular farmland!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest21.title": "Rich Farmland", + "ftbquests.chapter.the_hunt_for_grass.quest22.description1": "Now that you have access to iron, you can make a \u00266watering can.\u0026r Higher-tier versions exist and are much better, but the basic version can still speed up the growth of crops.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description1": "This pack contains \u00266Via Romana\u0026r, a sign-based fast travel system. In order to fast travel using signs, you must first \u00266build a path and traverse it\u0026r before you can teleport across it. ", + "ftbquests.chapter.the_hunt_for_grass.quest23.description2": "\u00266Shift-left-click\u0026r on a sign at the start of your path, then \u00266shift-left-click\u0026r on a sign at the end of your path. Once you start pathing from one sign to the other, you need to follow a player-made path. If you deviate, you\u0027ll \u0026cstop\u0026r building the fast travel route and have to backtrack.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description3": "Once linked, just punch the sign and you\u0027ll fast travel!", + "ftbquests.chapter.the_hunt_for_grass.quest23.description4": "\u00267Tip: to see what blocks count as path blocks, search \u00262#via_romana:path_block\u00267 in your recipe viewer.", + "ftbquests.chapter.the_hunt_for_grass.quest23.task_5888718684745127233.title": "Any Warpable Sign", + "ftbquests.chapter.the_hunt_for_grass.quest23.title": "Signpost Travel", + "ftbquests.chapter.the_hunt_for_grass.quest24.description1": "\u00266Fume Funnels,\u0026r when placed next to a Witch\u0027s Oven, raise the chance of getting fumes from items.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description1": "Tired of hearing those godforsaken \u00266mandrakes\u0026r shriek? Make some \u00266earmuffs!\u0026r They\u0027ll protect you from getting your ears blown out by their piercing scream.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description2": "\u00267Tip: the higher the strength stat on mandrake is, the less likely they are to wake up.", + "ftbquests.chapter.the_hunt_for_grass.quest25.title": "OSHA Approved", + "ftbquests.chapter.the_hunt_for_grass.quest26.description1": "With the re-introduction of actual saplings to the world, you might want to make slightly better tools than the basic pickaxe and axe you\u0027re used to.", + "ftbquests.chapter.the_hunt_for_grass.quest26.description2": "The \u00266Hammer, Excavator, and Broadaxe\u0026r can break blocks in a \u002663x3 area\u0026r (and the broadaxe breaks in \u002663x3x3!\u0026r), making terraforming and general resource collection much easier.", + "ftbquests.chapter.the_hunt_for_grass.quest26.task_4941645910113139201.title": "Any AOE Tool", + "ftbquests.chapter.the_hunt_for_grass.quest3.description1": "Unless you get lucky and find an ingot or two among the husks, you\u0027ll need some way to make iron ingots. ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description2": "Luckily, one of those plants you found has a rudimentary circulatory system, which has enough thematic overlap with actual hemoglobin that you can use it to precipitate hemoglobic fluid...", + "ftbquests.chapter.the_hunt_for_grass.quest3.description3": "Basically, you found a \u00266plant that grows blood\u0026r and you\u0027re gonna \u00266make iron out of it\u0026r by putting it into a \u00266Sal Ammoniac Accumulator above a Fluid Vessel.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description4": "\u00267Note: A Sal Ammoniac tank is meant only for sal ammoniac, so you \u0026oneed\u0026r\u00267 to place the \u0026lfluid vessel\u0026r\u00267 below it.", + "ftbquests.chapter.the_hunt_for_grass.quest3.title": "Hemoglobic Fluid", + "ftbquests.chapter.the_hunt_for_grass.quest4.description1": "Now that you have your hemoglobic fluid, you can \u00266use it as a solvent in your Liquefaction Cauldron to liquify copper\u0026r - the iron in the fluid will transform the copper sulfur into \u00266Iron Alchemical Sulfur.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.description2": "You\u0027ll also need some \u00266Mineral Alchemical Salt\u0026r - you can get this by \u00266calcifying charcoal,\u0026r or re-calcifying \u00266a large amount of Strata salt.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.title": "Salt and Sulfur", + "ftbquests.chapter.the_hunt_for_grass.quest5.description1": "You\u0027re almost there! Just throw the \u00266Iron Alchemical Sulfur, Mineral Alchemical Salt, \u0026rand\u00266 Alchemical Mercury\u0026r into the \u00266Incubator, \u0026rand you\u0027ll have iron!", + "ftbquests.chapter.the_hunt_for_grass.quest6.description1": "You can mash up the magical plants you\u0027ve found into something you\u0027re calling \u00266Anointing Paste.\u0026r You\u0027re pretty sure you can apply it to something, but what? ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description1": "Now that you have a bit of iron, you can make a cauldron and \u00266anoint\u0026r it to make a \u00266Witch\u0027s Cauldron\u0026r - a magically-insulated vessel for brewing all sorts of witchy goodness. ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description2": "Fill it with three buckets of water, place it over a campfire, and it\u0027ll start boiling!", + "ftbquests.chapter.the_hunt_for_grass.quest7.description3": "\u00267Tip: if your brew spoils (turns brown because you put items in out of order or incorrectly), you can use an empty bucket to empty the cauldron.", + "ftbquests.chapter.the_hunt_for_grass.quest7.task_2385086996515714487.title": "Anoint a Cauldron", + "ftbquests.chapter.the_hunt_for_grass.quest8.description1": "With a little bit of magic (and a reinforced witchy cauldron), you can make a \u00266potent mutagen\u0026r - potent enough to mutate those \u00266dead bushes\u0026r you\u0027ve been seeing around into \u00266actual saplings!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest8.subtitle": "Minor necromancy", + "ftbquests.chapter.the_hunt_for_grass.quest8.task_6488684102089578318.title": "Any Sapling", + "ftbquests.chapter.the_hunt_for_grass.quest8.title": "Saplings!", + "ftbquests.chapter.the_hunt_for_grass.quest9.description1": "The seeds you\u0027ve been finding have uniquely adapted themselves to their harsh environment. As a consequence, however, they\u0027ve become \u00264much less productive, focusing entirely on survival.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest9.description2": "You can try to selectively breed your meager collection of seeds together to make them \u00266grow faster\u0026r and \u00266produce more,\u0026r or even try \u00266cross-breeding them\u0026r to start bringing back extinct species of plant...", + "ftbquests.chapter.the_hunt_for_grass.quest9.description3": "To start, plant any seeds you have onto specially-prepared \u00266Crop Sticks.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.title": "A Whiff of Normal", + "ftbquests.chapter.the_sound_of_life.quest1.description1": "Debatably sentient life in the form of chickens! Even more importantly, these chickens will produce \u00266eggs,\u0026r the root of all fauna.", + "ftbquests.chapter.the_sound_of_life.quest1.title": "Sentient Life", + "ftbquests.chapter.the_sound_of_life.quest10.description1": "You can upgrade your blood altar by placing runes around it - your \u00266Sanguine Scientiem\u0026r can give you specifics. A tier 2 altar can create \u00266Reinforced Slates!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest10.description2": "Used for creating special runes that give your blood altar benefits, among other things, they are just that much more potent than a regular blank slate.", + "ftbquests.chapter.the_sound_of_life.quest10.title": "Tier 2 Slates", + "ftbquests.chapter.the_sound_of_life.quest11.description1": "A tier 3 altar can create \u00266Imbued Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.description2": "Even stronger than the reinforced version, they can make even better rune upgrades for your blood altar, as well as the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.title": "Tier 3 Slates", + "ftbquests.chapter.the_sound_of_life.quest12.description1": "The \u00266Alchemical Reaction Chamber\u0026r is capable of a great many things, but one of the most important is its ability to produce gems - \u00266diamond, lapis, and amethyst.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description1": "With access to gems, you can make a \u00266Tainted Blood Pendant,\u0026r which you can then infuse with \u00266Regeneration!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description2": "This makes poking yourself for life essence much more bearable...", + "ftbquests.chapter.the_sound_of_life.quest13.description3": "\u00267Tip: prismarine can be made either through Create\u0027s haunting or Nature\u0027s Aura\u0027s Natural Altar.", + "ftbquests.chapter.the_sound_of_life.quest14.description1": "Alchemizing with lifeforce provides the extra punch needed to transmute base materials into \u00266precious gems\u0026r using the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest14.description2": "\u00267Tip: once you\u0027ve made one of a specific kind of gem, you can use Theurgy to convert more materials into that gem\u0027s sulfur without having to go through the whole blood transmutation again!", + "ftbquests.chapter.the_sound_of_life.quest14.title": "Gems!", + "ftbquests.chapter.the_sound_of_life.quest15.description1": "A renewable source of gems would be much appreciated - thankfully, you can perform a \u00266special wiccan ritual\u0026r to turn a block of amethyst into its budding version.", + "ftbquests.chapter.the_sound_of_life.quest15.description2": "\u00267Tip: you can use blood magic\u0027s arcane ashes to draw a pentagram on your altar, giving it an addtional 1.5x boost to total power capacity!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest15.description3": "\u00267Tip 2: the instructions for this ritual can be found in your Reclamation Rituals book.", + "ftbquests.chapter.the_sound_of_life.quest16.description1": "Now that you have access to gems, you can start to manipulate \u00265Source, \u0026ranother type of magical energy you remember from before.", + "ftbquests.chapter.the_sound_of_life.quest16.description2": "To start, you\u0027ll want to turn lapis or amethyst shards into source gems using an \u00266Imbuement Chamber.\u0026r However, for an Imbuement Chamber, you\u0027ll need a special kind of wood. Because \u00265Source\u0026r is innately intertwined with \u00264Life Essence,\u0026r infusing an already magically-resonant tree with \u00264Life Essence\u0026r should produce a suitable sapling.", + "ftbquests.chapter.the_sound_of_life.quest16.description3": "\u00267Tip: you can convert between the four types of sapling using a mana pool!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest16.title": "Archwood", + "ftbquests.chapter.the_sound_of_life.quest17.description1": "With Archwood, you can now create \u00266Source Gems,\u0026r a perfect focusing medium for the arcane energies of \u00265Source.\u0026r Just toss some amethyst or lapis into an \u00266Imbuement Chamber!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest17.description2": "At first, you\u0027ll be slowly imbuing gems with the trace amounts present in the air, but once you get a way to generate \u00265Liquid Source,\u0026r you\u0027ll be converting gems in a flash!", + "ftbquests.chapter.the_sound_of_life.quest17.title": "Source Gems", + "ftbquests.chapter.the_sound_of_life.quest18.description1": "By offering an \u00266Imbued Slate\u0026r to the gods, you can convert mundane iron into the dense ingot of \u00266Osmium.\u0026r This metal is crucial to advanced mechanical applications.", + "ftbquests.chapter.the_sound_of_life.quest18.title": "Supermassive", + "ftbquests.chapter.the_sound_of_life.quest19.description1": "Now that you have a source of power, you\u0027ll want to start making real machinery. Your first step - a \u00266Metallurgic Infuser.\u0026r This machine can do a wide varity of things, but one of the most important is its ability to create \u00266steel,\u0026r another critical metal for your foray into technology.", + "ftbquests.chapter.the_sound_of_life.quest19.description2": "Infusing \u00266iron with coal,\u0026r while inefficient, is your only real way to make it - at least for now.", + "ftbquests.chapter.the_sound_of_life.quest19.title": "Steel", + "ftbquests.chapter.the_sound_of_life.quest2.description1": "Now that you have access to a breedable animal, you can utilize their excess vitalic energy to birth new creatures. ", + "ftbquests.chapter.the_sound_of_life.quest2.description2": "In an area with high Aura concentration, \u00266breeding mobs together\u0026r will generate \u00266Spirits of Birthing.\u0026r These spirits can be tossed alongside some other reagents onto an \u00266Altar of Birthing\u0026r to spawn new creatures.", + "ftbquests.chapter.the_sound_of_life.quest2.title": "Altar of Birthing", + "ftbquests.chapter.the_sound_of_life.quest20.description1": "The basis of every machine worth making, \u00266a Steel Casing \u0026ropens up limitless possibilities. ", + "ftbquests.chapter.the_sound_of_life.quest20.description2": "Almost quadrupling raw ore into ingots, turning plants into energy, or even fusion reactors all start with the humble steel casing.", + "ftbquests.chapter.the_sound_of_life.quest20.title": "Basic Machinery", + "ftbquests.chapter.the_sound_of_life.quest21.description1": "The \u00266Enrichment Chamber\u0026r can slightly boost the outputs of raw ores, clean blocks, and refine reagents for the \u00266Metallurgic Infuser,\u0026r creating enriched versions of items that are \u002668 times more efficient!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest22.description1": "Before you can do anything related to machinery, you\u0027ll need a source of power. Thankfully, \u0026bbotanic mana\u0026r is easily convertible to \u0026credstone flux.\u0026r Simply point a mana spreader at a \u00266Mana Fluxfield\u0026r and it\u0027ll output \u0026cRF\u0026r to any adjacent blocks.", + "ftbquests.chapter.the_sound_of_life.quest22.description2": "\u00267You can also use a heat generator, but it\u0027s VERY inefficient and (probably) not even worth making!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description1": "With the acquisition of lapis, you can now make the \u00266Terrestrial Agglomeration Plate,\u0026r a necessary step in your mastery of \u0026bbotanic mana.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description2": "Combining mana-infused versions of a diamond, an ender pearl, and iron (alongside a tremendous amount of mana) creates \u00266Terrasteel,\u0026r a unique alloy that is incredibly strong and mana conductive.", + "ftbquests.chapter.the_sound_of_life.quest23.description3": "\u00267Tip: use sparks instead of mana spreaders for a much faster mana transfer rate!", + "ftbquests.chapter.the_sound_of_life.quest23.title": "Terrasteel", + "ftbquests.chapter.the_sound_of_life.quest24.description1": "Steel allows you to make better pipes of all kinds, able to transport items, fluids, RF, chemicals, and even heat. These have a number of \u00266advantages over caminite-based alternatives,\u0026r mainly their lack of reliance on redstone and their upgradeability.", + "ftbquests.chapter.the_sound_of_life.quest24.task_1474346775141796701.title": "Any Basic Logistic Item", + "ftbquests.chapter.the_sound_of_life.quest24.title": "Advanced Logistics", + "ftbquests.chapter.the_sound_of_life.quest25.description1": "The \u00266Rotary Condensentrator\u0026r allows you to convert liquids to gases, and vice versa. This is useful for storage purposes, but it also allows you to aerate Life Essence!", + "ftbquests.chapter.the_sound_of_life.quest26.description1": "The \u00266Gas-Burning Generator\u0026r can produce a large amount of RF very quickly - it\u0027s a solid midrange option that will most likely carry your energy needs until you start making reactors.", + "ftbquests.chapter.the_sound_of_life.quest26.description2": "\u00266Aerated Essence \u0026ris relatively easy to produce, and can be burned to produce a solid amount of RF. It\u0027s macabre, but it works!", + "ftbquests.chapter.the_sound_of_life.quest27.description1": "\u00266Ethylene\u0026r is another gas you can burn in the gas-burning generator; even a small amount can be burned for a rather large amount of energy.", + "ftbquests.chapter.the_sound_of_life.quest27.description2": "\u00267Note: Ethylene burning has been nerfed in this pack! It\u0027s still useful, just not as absolutely game-breakingly energy dense as it normally is.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest27.title": "Ethylene", + "ftbquests.chapter.the_sound_of_life.quest28.description1": "Ethylene can be further mixed with Aerated Essence to produce Blooded Ethylene, a much more energy-dense gas that can burn for longer in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest28.title": "Blooded Ethylene", + "ftbquests.chapter.the_sound_of_life.quest29.description1": "The \u00266Crusher\u0026r is great for turning things into smaller, powdery versions of themselves. It\u0027s also great at turning plants into \u00266Bio Fuel!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest3.description1": "Blood magic is a pathway to many abilities some consider to be unnatural.", + "ftbquests.chapter.the_sound_of_life.quest3.description2": "To start, make a few \u00266soul snares\u0026r and \u00266throw them at monsters before killing them.\u0026r These snared monsters will drop \u00266demonic will\u0026r, which you\u0027ll need to get started!", + "ftbquests.chapter.the_sound_of_life.quest3.title": "Blood Magic", + "ftbquests.chapter.the_sound_of_life.quest30.description1": "\u00266Bio Fuel\u0026r can be turned directly into energy in the \u00266Bio-Generator,\u0026r or further refined into ethylene for burning in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest30.title": "Bio Fuel", + "ftbquests.chapter.the_sound_of_life.quest31.description1": "The \u00266Purification Chamber,\u0026r in combination with oxygen and some further processing, can double raw ore outputs.", + "ftbquests.chapter.the_sound_of_life.quest31.description2": "Ore clumps can be crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest31.description3": "\u00267Tip: gas upgrades can be placed into some machines to make them more efficient in their use of chemicals!", + "ftbquests.chapter.the_sound_of_life.quest32.description1": "The \u00266Chemical Dissolution Chamber\u0026r is the next step in your ore processing - with the chamber as a starting point and some hydrogen chloride, it can turn 3 ore into 8 shards, which eventually get processed into ingots.", + "ftbquests.chapter.the_sound_of_life.quest32.description2": "To make hydrogen chloride, you\u0027ll need a renewable source of chlorine. The \u00266Thermal Evaporation Tower Multiblock\u0026r can turn plain water into brine, which can then be electrolysed into chlorine.", + "ftbquests.chapter.the_sound_of_life.quest32.description3": "Shards need to be purified into clumps, crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.description1": "The final refinement to your ore refinement process: the \u00266Chemical Washer and Crystallizer\u0026r can wash and crystallize ore slurry, at a 3 raw ore to eventual 10 ingot ratio.", + "ftbquests.chapter.the_sound_of_life.quest33.description2": "You\u0027ll need sulfur for sulfuric acid, which you can make through judicious application of oxygen to charcoal.", + "ftbquests.chapter.the_sound_of_life.quest33.description3": "Dirty ore slurry needs to be washed into clean ore slurry, then crystallized into crystals, which then get thrown into the \u00266Chemical Injection Chamber\u0026r to get turned into shards, which purify into clumps, crush into dirty dust, enrich into clean dust, and then finally smelt into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.title": "REAL Ore Processing", + "ftbquests.chapter.the_sound_of_life.quest34.description1": "To make the next tier of altar, you\u0027ll need bloodstone bricks to cap the next set of pillars. However, these require blood shards to make; blood shards require \u00266tau fruit. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest34.description2": "Despite your best efforts, you can\u0027t breed tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest34.description3": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of Tau Fruit. Go forth, ", + "ftbquests.chapter.the_sound_of_life.quest34.title": "Blooded Rituals", + "ftbquests.chapter.the_sound_of_life.quest35.description1": "\u00266Blood Shards\u0026r are a very handy thing for someone of your talents to have around. Despite your best efforts, however, you can\u0027t breed the necessary tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest35.description2": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of tau fruit. ", + "ftbquests.chapter.the_sound_of_life.quest35.description3": "\u00267Tip: once you have some, planting tau fruit and having it grow while something is standing on it will eventually create a saturated tau.", + "ftbquests.chapter.the_sound_of_life.quest35.title": "Blood Shards", + "ftbquests.chapter.the_sound_of_life.quest36.description1": "With access to blood shards, you can finally make a tier 4 altar and\u00266 Demonic Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest36.description2": "Yet still stronger than Imbued Slates, these bad boys pack quite an essence-filled punch! You can use these for ritual paraphernalia as well as more altar upgrades.", + "ftbquests.chapter.the_sound_of_life.quest36.title": "Tier 4 Slates", + "ftbquests.chapter.the_sound_of_life.quest37.description1": "The \u00266Dusk\u0026r version of the \u00266Ritual Diviner\u0026r will allow you to perform even stronger rituals - chief among these being the \u00266Pathway to the Endless Realm.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.description2": "Once performed, you will be presented with a gate to the Demon Realm proper - a sprawling labyrinth of rooms which contain strong enemies, plentiful loot, and the curious ore known as \u00266Demonite.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.title": "Dusk Rituals", + "ftbquests.chapter.the_sound_of_life.quest38.description1": "\u00266Demonite\u0026r can be found rarely in the \u00266Demon Realm,\u0026r either as an ore block or as loot in chests.", + "ftbquests.chapter.the_sound_of_life.quest38.description2": "You also remember that there was a \u00266special key\u0026r for \u00266spatial distortions\u0026r that led you to the mines, which held much more valuable loot...", + "ftbquests.chapter.the_sound_of_life.quest39.description1": "The single most powerful slate you can make,\u00266 Ethereal Slates\u0026r require a tier 5 altar to craft.", + "ftbquests.chapter.the_sound_of_life.quest39.description2": "Alongside netherite scraps and some \u00266looted parts\u0026r from the Demon Realm, these slates can be used to upgrade altar runes, making them \u00266twice as powerful.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest39.title": "Tier 5 Slates", + "ftbquests.chapter.the_sound_of_life.quest4.description1": "One of the most common things you\u0027ll need in the pursuit of sanguine magic is a base material of stone doped in blood - excellent for channelling these dark energies.", + "ftbquests.chapter.the_sound_of_life.quest4.description2": "You\u0027ll need to make quite a few to upgrade your blood altar!", + "ftbquests.chapter.the_sound_of_life.quest40.description1": "Now that you have access to dusk rituals, you can use either a \u00266Ritual of the Feathered Knife\u0026r or a \u00266Well of Suffering\u0026r to automate the collection of life essence.", + "ftbquests.chapter.the_sound_of_life.quest40.description2": "To get even more out of your rituals, you can use the \u00266Ritual Tinkerer!\u0026r Read your \u00266Sanguine Scientiem\u0026r for more information.", + "ftbquests.chapter.the_sound_of_life.quest40.description3": "\u00267Tip: if you can supply mobs to the well constantly (or give them a source of regenerating health), you could fully automate life essence collection...", + "ftbquests.chapter.the_sound_of_life.quest40.title": "Useful Rituals", + "ftbquests.chapter.the_sound_of_life.quest41.description1": "The \u00266Incense Altar\u0026r is the center of a large freeform multiblock structure focused on bringing a sense of tranquility to players. With enough peace of mind, you can perform self-sacrifice with a much smoother hand - at high levels, you can get as much as \u00266quadruple the normal amount of life essence!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest41.description2": "For more information on this structure, take a look at your \u00266Sanguine Scientiem.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description1": "With enough Demonic Will, you reach a critical mass that can eventually \u00266generate will\u0026r ex nihilo! Simply burn some into the local aura by throwing will into a \u00266Demon Crucible,\u0026r then wait for it to crystallize on the \u00266Demon Crystallizer. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description2": "With enough will in the aura, the crystal will grow extra spires you can harvest and re-burn; each crystal past the first takes 40 will to grow but \u00266burns into 50!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description3": "Now if only there was some way to automate this...", + "ftbquests.chapter.the_sound_of_life.quest42.description4": "\u00267Tip: for more info, read your Sanguine Scientiem!", + "ftbquests.chapter.the_sound_of_life.quest42.title": "Crystallized Will", + "ftbquests.chapter.the_sound_of_life.quest43.description1": "With the \u00266Resonance of the Faceted Crystal\u0026r ritual, you can split one well-established Will Crystal into four separate aspected crystals! This aspected will is handy for all sorts of things, but one of the most useful things you can do is use it in other rituals to \u00266change the way they perform.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest43.description2": "\u00267Tip: it\u0027s possible to fully automate the growing, splitting, and harvesting of crystals using rituals!", + "ftbquests.chapter.the_sound_of_life.quest43.title": "Aspected Will", + "ftbquests.chapter.the_sound_of_life.quest44.description1": "With access to Terrasteel, you can make the third tier of botanic runes: \u00266Sin Runes.\u0026r These can be used to make better baubles, more powerful flowers, and more!", + "ftbquests.chapter.the_sound_of_life.quest44.task_6010537284078335274.title": "Any Sin Rune", + "ftbquests.chapter.the_sound_of_life.quest44.title": "Sin Runes", + "ftbquests.chapter.the_sound_of_life.quest45.description1": "With Terrasteel, you can utilize an old ritual to open a \u00266gateway to Alfheim,\u0026r which you\u0027re certain has escaped whatever happened to this world. The portal won\u0027t be able to transport living beings, but maybe you can trade for some \u00266useful materials?\u0026r", + "ftbquests.chapter.the_sound_of_life.quest45.description2": "\u00267Tip: For more information on the portal, read your Lexica Botania! For even more than that, throw your entire Lexica Botania into the portal! (but make sure you don\u0027t throw your Akashic Tome away!)", + "ftbquests.chapter.the_sound_of_life.quest45.title": "The Portal to Alfheim", + "ftbquests.chapter.the_sound_of_life.quest46.description1": "The \u00266Elven Mana Spreader\u0026r is much more efficient than it\u0027s livingwood predecessor - it shoots larger bursts faster and farther.", + "ftbquests.chapter.the_sound_of_life.quest46.title": "Better Spreader", + "ftbquests.chapter.the_sound_of_life.quest47.description1": "With Sin Runes and elven materials, you can craft a special flower that \u00266generates ore in nearby stone or deepslate!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest47.description2": "As far as you\u0027re concerned, this is more proof that you can solve any problem if you throw enough raw mana at something.", + "ftbquests.chapter.the_sound_of_life.quest47.subtitle": "but not ad astra!", + "ftbquests.chapter.the_sound_of_life.quest47.title": "Ex Nihilo", + "ftbquests.chapter.the_sound_of_life.quest48.description1": "The \u00266Scribe\u0027s Table\u0026r allows you to create new glyphs for spellbooks. As far as spellbooks go, you have a couple options - use either pure arcane mana or life essence to fuel your spells.", + "ftbquests.chapter.the_sound_of_life.quest48.title": "Spellcasting", + "ftbquests.chapter.the_sound_of_life.quest49.description1": "Source can be generated in a variety of ways, but you\u0027ll need to do something to get it into a much more useable liquid form. ", + "ftbquests.chapter.the_sound_of_life.quest49.description2": "\u00266Sourcelinks\u0026r will gather it for you, but you\u0027ll also need to make a \u00266jar\u0026r to store the generated source.", + "ftbquests.chapter.the_sound_of_life.quest49.task_8602744015200526354.title": "Any Sourcelink", + "ftbquests.chapter.the_sound_of_life.quest49.title": "Generating Source", + "ftbquests.chapter.the_sound_of_life.quest5.description1": "The \u00266Hellfire Forge\u0026r allows you to use Demonic Will to craft special items.", + "ftbquests.chapter.the_sound_of_life.quest5.description2": "One of the first things you\u0027ll want to make is a \u00266soul gem\u0026r - these special gems can store demonic will you pick up without clogging your inventory.", + "ftbquests.chapter.the_sound_of_life.quest5.description3": "\u00267Tip: the more will you have stored in your inventory, the more will drops from monsters!", + "ftbquests.chapter.the_sound_of_life.quest50.description1": "One of the primary uses of liquid source is the enchanting of items. Using the \u00266Arcane Core\u0026r and an \u00266Enchanting Apparatus\u0026r atop it, you can create many useful things.", + "ftbquests.chapter.the_sound_of_life.quest50.title": "Arcane Enchanting", + "ftbquests.chapter.the_sound_of_life.quest51.description1": "If you\u0027re tired of waiting for amethyst to grow, try animating a block of budding amethyst with the \u00266Ritual of Awakening.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.description2": "It turns budding amethyst into an \u00266Amethyst Golem,\u0026r who can harvest, grow, and even bud other blocks of amethyst!", + "ftbquests.chapter.the_sound_of_life.quest51.description3": "Its behavior can be further modified using a \u00266Dominion Wand.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.title": "Amethyst Buddy", + "ftbquests.chapter.the_sound_of_life.quest52.description1": "With the acquisition of specially-charged elven materials, you can create an \u00266even stronger mana-generating base;\u0026r cake, wool, and even other mana flowers can all be mulched into yet more mana.", + "ftbquests.chapter.the_sound_of_life.quest52.task_1683678805039454876.title": "Any Elven Flower", + "ftbquests.chapter.the_sound_of_life.quest52.title": "Esoteric Mana Generation", + "ftbquests.chapter.the_sound_of_life.quest53.description1": "With the power of Elementium and a little extra elemental oomph, you can craft a special pylon to use in tandem with the power of a beacon to summon the \u00266Guardian of Gaia.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest53.description2": "Prove your strength, and you\u0027ll be rewarded with \u00266Gaia Spirits.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest54.description1": "Using the \u00266Enchanting Apparatus\u0026r and some special reagents, you can make elemental essences that have a wide variety of uses, from crafting to spellweaving.", + "ftbquests.chapter.the_sound_of_life.quest54.task_6599905580160140411.title": "Any Essence", + "ftbquests.chapter.the_sound_of_life.quest55.description1": "Fragments of the mysterious \u00266Guardian of Gaia\u0026r, these spirits have enormous potential...", + "ftbquests.chapter.the_sound_of_life.quest56.description1": "There are quite a few elemental \u00266rituals\u0026r that could come in handy for you - defending your base, automatically pick items up, and even allowing you to fly!", + "ftbquests.chapter.the_sound_of_life.quest57.description1": "The \u00266Storage Lectern\u0026r boasts the incredibly convenient capability of letting you manage, view, and craft using nearby storage blocks. Simply place it down and link inventories to it using the dominion wand!", + "ftbquests.chapter.the_sound_of_life.quest57.description2": "There is a limit to the number of inventories you can connect to at once - this can be raised using additional \u00266Bookwyrm Charms.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description1": "Mekanism upgrades come in two flavors - \u00266upgrade cards\u0026r and \u00266tier installers. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description2": "Upgrade cards give the machine a boost to a certain aspect - speed, energy efficiency, etc.", + "ftbquests.chapter.the_sound_of_life.quest58.description3": "Tier installers give the machine more processing slots - from 1 item at a time to \u002669 in some machines!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.task_366296260702142144.title": "Any Upgrade", + "ftbquests.chapter.the_sound_of_life.quest58.title": "Upgrades", + "ftbquests.chapter.the_sound_of_life.quest59.description1": "You can use a hefty amount of will as well as vengeful will crystals to create \u00266Wither Skeleton Skulls\u0026r in a Hellfire Forge. ", + "ftbquests.chapter.the_sound_of_life.quest59.description2": "These skulls are very powerfully charged - you can use them to summon Withers and acquire their \u00266valuable stars.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest59.title": "The Wither", + "ftbquests.chapter.the_sound_of_life.quest6.description1": "\u00266Blood Orbs\u0026r are a budding sanguimancer\u0027s way of storing and utilizing Life Essence, measured in \u00266LP.\u0026r Once you\u0027ve crafted one, right click with it in your hand to bind it to your personal LP network.", + "ftbquests.chapter.the_sound_of_life.quest6.description2": "LP is used for things like sigils, rituals, and crafting. You can transfer life essence in an altar to your network by placing your orb into the altar.", + "ftbquests.chapter.the_sound_of_life.quest6.description3": "\u00267Tip: there is a blood orb for each tier of altar! Certain recipes need higher tiers of blood orbs.", + "ftbquests.chapter.the_sound_of_life.quest6.task_9017841688739987349.title": "Any Blood Orb", + "ftbquests.chapter.the_sound_of_life.quest60.description1": "The \u00266Conjuration Catalyst\u0026r can duplicate certain items for a relatively moderate mana cost.", + "ftbquests.chapter.the_sound_of_life.quest60.description2": "No more fiddling around with potions or distilling to make your redstone and glowstone!", + "ftbquests.chapter.the_sound_of_life.quest61.description1": "You can summon \u00266Wilden\u0026r using the aptly-named Tablet of Summon Wilden. These magical creatures drop \u00266special reagents when killed.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest61.description2": "These reagents can also be used to summon the \u00266Wilden Chimera,\u0026r a powerful boss that drops a \u00266special item\u0026r needed to channel tier 3 spells. ", + "ftbquests.chapter.the_sound_of_life.quest61.title": "Wilden", + "ftbquests.chapter.the_sound_of_life.quest62.description1": "With the power of a \u00266Charger\u0026r and an \u00266enriched diamond,\u0026r you can create a \u00266special kind of chargeable quartz...\u0026r", + "ftbquests.chapter.the_sound_of_life.quest62.title": "Certus Quartz", + "ftbquests.chapter.the_sound_of_life.quest63.description1": "Obviously, the ratio of one diamond for one certus quartz isn\u0027t exactly tenable. Luckily, there\u0027s a way to literally grow it from itself - just throw a block of \u00266certus quartz into water with some charged certus quartz,\u0026r and it\u0027ll get converted into \u00266budding quartz.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest63.description2": "This semi-flawed quartz block will grow crystals just like amethyst, with one caveat - \u00264eventually the crystal will degrade\u0026r back into a regular block, meaning you\u0027ll have to re-seed it.", + "ftbquests.chapter.the_sound_of_life.quest63.description3": "\u00267Tip: you can also use Theurgy to convert other materials into certus quartz - amethyst is a good candidate!", + "ftbquests.chapter.the_sound_of_life.quest63.title": "Growing Quartz", + "ftbquests.chapter.the_sound_of_life.quest64.description1": "By combining redstone and nether quartz with charged certus quartz, you can make \u00266Fluix Crystals,\u0026r capable of turning matter into digitalized information.", + "ftbquests.chapter.the_sound_of_life.quest65.description1": "Before the apocalpyse - or whatever happened here - there were strange meteors that occasionally fell containing these \u00266mysterious presses.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest65.description2": "You think you have devised a ritual that could potentially draw in another one of these meteors (albeit greatly diminished in size).", + "ftbquests.chapter.the_sound_of_life.quest65.description3": "\u00267Tip: check your Reclamation Rituals book!", + "ftbquests.chapter.the_sound_of_life.quest65.title": "Mysterious Cube", + "ftbquests.chapter.the_sound_of_life.quest66.description1": "The \u00266ME Controller\u0026r is the brains of the \u00266Material Energy\u0026r system - one of the most powerful logistics solutions available to you.", + "ftbquests.chapter.the_sound_of_life.quest66.subtitle": "Better than futura blocks", + "ftbquests.chapter.the_sound_of_life.quest67.description1": "The \u00266Inscriber\u0026r is used to turn raw materials into actual circuits useable in the \u00266Matter Energy\u0026r system.", + "ftbquests.chapter.the_sound_of_life.quest68.description1": "With the raw power afforded to you by aspected will crystals, gaia fragments, and ethereal slates, you finally have enough oomph to begin reversing the damage this world has suffered.", + "ftbquests.chapter.the_sound_of_life.quest68.description2": "Look into the \u00266Ritual of Reclamation\u0026r in your Reclamation Rituals book to start reclaiming the world.", + "ftbquests.chapter.the_sound_of_life.quest68.description3": "\u00267Note: the ritual may \u00264void blocks!\u0026r\u00267 Perform it away from anything important or risk losing things you might want to keep.", + "ftbquests.chapter.the_sound_of_life.quest68.subtitle": "Roll credits?", + "ftbquests.chapter.the_sound_of_life.quest68.task_6680892754679269683.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_sound_of_life.quest68.title": "Reclamation", + "ftbquests.chapter.the_sound_of_life.quest69.description1": "\u00266Sirens\u0026r can be summoned (and subsequently befriended) at the Altar of Birthing. Once given a Sea Pickle, they\u0027ll disappear and leave behind a token. This token can be turned into a charm that can \u00266automatically fish\u0026r for you, at the price of source!", + "ftbquests.chapter.the_sound_of_life.quest69.description2": "\u00267Tip: this auto fishing can be sped up; read your Worn Notebook for more details.", + "ftbquests.chapter.the_sound_of_life.quest7.description1": "The \u00266Alchemy Table\u0026r allows you to craft with LP from a blood orb. You can make a lot of things like reagents for useful sigils, but you can also make \u00266Arcane Ashes.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest70.description1": "\u00266Whirlisprigs\u0026r can be summoned at the Altar of Birthing. Growing a tree near a summoned one will net you a token, which can be crafted into a charm. This charm summons a tame Whirlisprig that will \u00266produce natural resources\u0026r based on what\u0027s nearby!", + "ftbquests.chapter.the_sound_of_life.quest70.description2": "\u00267Tip: read your Worn Notebook for more!", + "ftbquests.chapter.the_sound_of_life.quest71.description1": "Summon a \u00266Drygmy\u0026r at the Altar of Birthing. Give it a wilden horn to get a token, then craft it into a token. This tame Drygmy will \u00266produce experience and drops of mobs nearby,\u0026r without killing them!", + "ftbquests.chapter.the_sound_of_life.quest72.description1": "Casting dispel on a witch (summoned at the Altar of Birthing) drops a Wixie Token. Turned into a charm to summon Wixies, these creatures can craft and brew potions for you!", + "ftbquests.chapter.the_sound_of_life.quest72.description2": "\u00267Tip: Wixies are very helpful when using an Alchemical Sourcelink! For more info, read your Worn Notebook.", + "ftbquests.chapter.the_sound_of_life.quest73.description1": "\u00266Starbuncles\u0026r summoned by the Altar of Birthing can be gifted gold nuggets to get \u00266Starbuncle Tokens.\u0026r Crafted into a \u00266Starbuncle Charm,\u0026r it will summon a Starbuncle to move items around for you. No more fiddling around with pipes and logistics, just use a semi-intelligent squirrel!", + "ftbquests.chapter.the_sound_of_life.quest73.description2": "\u00267Tip: they can be told to only pick up or drop off certain items - read your Worn Notebook for more information!", + "ftbquests.chapter.the_sound_of_life.quest74.description1": "\u00266Magebloom\u0026r is a flower whose fibers can be spun into a very conductive magical cloth.", + "ftbquests.chapter.the_sound_of_life.quest74.title": "Magebloom", + "ftbquests.chapter.the_sound_of_life.quest75.description1": "\u00266Warp Scrolls\u0026r let you teleport anywhere in a dimension, while their stabilized versions create a temporary portal that can transport you even to \u00266other dimensions.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest75.description2": "\u00267Tip: both types of scrolls can be turned into permanent portals by building a frame out of Sourcestone, placing a full source jar nearby, and tossing the scroll into it.", + "ftbquests.chapter.the_sound_of_life.quest76.description1": "The \u00266Fission Reactor\u0026r is a large multiblock that takes fissile fuel and water and outputs enormous amounts of steam. This steam can be pumped into another large multiblock (the industrial turbine) to produce absolutely outrageous amounts of power. ", + "ftbquests.chapter.the_sound_of_life.quest76.description2": "Equally as importantly, it produces nuclear waste.", + "ftbquests.chapter.the_sound_of_life.quest76.description3": "For more information on how to build this structure, refer to the mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest76.description4": "\u00264Warning: if you mess up running your reactor, it WILL melt down and explode/irradiate the surrounding area. Make it small or make it far away from your base if you\u0027re not confident.", + "ftbquests.chapter.the_sound_of_life.quest76.subtitle": "Uranium \u003d mc2?", + "ftbquests.chapter.the_sound_of_life.quest76.title": "Fission Reactor", + "ftbquests.chapter.the_sound_of_life.quest77.description1": "\u00266Plutonium\u0026r is one possible product from processing nuclear waste - it can be reprocessed into more fissile fuel or crafted into Supercritical Phase Shifter casings.", + "ftbquests.chapter.the_sound_of_life.quest78.description1": "\u00266Radioactive Waste Barrels\u0026r are one of the only things that can hold nuclear waste; when filled, they slowly dispose of their contents.", + "ftbquests.chapter.the_sound_of_life.quest78.title": "Waste Disposal", + "ftbquests.chapter.the_sound_of_life.quest79.description1": "\u00266Polonium\u0026r is a possible product from processing nuclear waste. ", + "ftbquests.chapter.the_sound_of_life.quest79.description2": "Not only can it make a variety of very helpful equipment and the \u00266QIO system,\u0026r it can also be used to craft Supercritical Phase Shifter (SPS) casings, necessary for producing \u00266antimatter.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest8.description1": "\u00266Arcane Ashes,\u0026r made on the Alchemy Table, can be used to perform some basic alchemy without having to re-enter the field of Spagyrics.", + "ftbquests.chapter.the_sound_of_life.quest8.description2": "One of the first things you\u0027ll want to use this for is making the \u00266Divination Sigil,\u0026r which tells you useful information about the amount of life essence you have access to.", + "ftbquests.chapter.the_sound_of_life.quest80.description1": "Making antimatter requires the creation of a Supercritical Phase Shifter, yet another multiblock.", + "ftbquests.chapter.the_sound_of_life.quest80.description2": "Its casings require a large amount of both polonium and plutonium, meaning you\u0027ll need a large amount of nuclear waste processing.", + "ftbquests.chapter.the_sound_of_life.quest80.description3": "To run, it will also need an incredibly large amount of power - this is where you\u0027d want to use an \u00266Industrial Turbine\u0026r hooked up to either a fission or a fusion reactor.", + "ftbquests.chapter.the_sound_of_life.quest80.description4": "\u00267Tip: you only need to make one of these to finish the pack - unless you REALLY like late-game Mekanism or you want to make creative items!", + "ftbquests.chapter.the_sound_of_life.quest81.description1": "The \u00266QIO System\u0026r is a digital storage solution that does not need power and can store a very large amount of items.", + "ftbquests.chapter.the_sound_of_life.quest81.description2": "It has \u00266unlimited cross-dimensional range\u0026r and can import and export automatically. However, it cannot easily auto-craft things for you.", + "ftbquests.chapter.the_sound_of_life.quest81.title": "QIO System", + "ftbquests.chapter.the_sound_of_life.quest82.description1": "The \u00266Fusion Reactor\u0026r is a much more powerful version of its fission counterpart. It can produce millions of RF/t using deuterium, tritium, or D-T fuel.", + "ftbquests.chapter.the_sound_of_life.quest82.description2": "To learn more about this reactor, check the Mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest82.subtitle": "Sci without the fi", + "ftbquests.chapter.the_sound_of_life.quest82.title": "Fusion Reactor", + "ftbquests.chapter.the_sound_of_life.quest9.description1": "\u00266Sentient Tools\u0026r are a much easier way for you to acquire will - instead of having to throw soul snares at enemies, the tools have the \u00266inherent ability to sever souls\u0026r from their fleshy (or bony) prisons.", + "ftbquests.chapter.the_sound_of_life.quest9.description2": "They are also powered by will - any kind of soul gem in your inventory will \u00266increase the tools\u0027 power\u0026r proportional to the amount of will you have stored.", + "ftbquests.chapter.the_sound_of_life.quest9.task_3309257771812589055.title": "Any Sentient Tool", + "ftbquests.chapter.the_sound_of_life.quest9.title": "Sentient Tools", + "ftbquests.chapter.the_sound_of_life.title": "Sounds of Life", + "ftbquests.chapter.the_taste_of_power.quest1.description1": "The \u00266Ender Dragon\u0026r not only has horrific halitosis, it also prevents you from exploring the rest of the End and all its goodies.", + "ftbquests.chapter.the_taste_of_power.quest1.task_4052279956792945141.title": "Kill the Dragon", + "ftbquests.chapter.the_taste_of_power.quest10.description1": "Kinda like an unlimited supply of grape juice!", + "ftbquests.chapter.the_taste_of_power.quest10.description2": "\u00267A/N: pretend it needs 100k instead of 10k source... i\u0027m too lazy to make a custom source jar like ATM does", + "ftbquests.chapter.the_taste_of_power.quest11.description1": "All that effort, and all you got was a really big hole.", + "ftbquests.chapter.the_taste_of_power.quest12.description1": "This is way better than a really big hole!", + "ftbquests.chapter.the_taste_of_power.quest13.description1": "And now the way better hole is a digital rip in the fabric of the universe.", + "ftbquests.chapter.the_taste_of_power.quest13.description2": "Or maybe its a real rip in the fabric of the digital universe?", + "ftbquests.chapter.the_taste_of_power.quest13.description3": "Either way, you\u0027re done. You have access to every item digitally, with the help of a cell workbench. Good job! Have some cake :)", + "ftbquests.chapter.the_taste_of_power.quest14.description1": "It\u0027s not really infinite ME power as much as it is infinite ME efficiency.", + "ftbquests.chapter.the_taste_of_power.quest15.description1": "Sufficiently advanced technology is indistinguishable from magic.", + "ftbquests.chapter.the_taste_of_power.quest15.title": "Creative Energy Cube", + "ftbquests.chapter.the_taste_of_power.quest2.task_7905395510409401238.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest2.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest3.description1": "Congrats! You\u0027ve killed the Ender Dragon - there is no more left to conquer.", + "ftbquests.chapter.the_taste_of_power.quest3.description2": "You are a champion. ", + "ftbquests.chapter.the_taste_of_power.quest3.description3": "You have \u0026lReclaimed\u0026r the world.", + "ftbquests.chapter.the_taste_of_power.quest3.description4": "\u00267As far as anyone can really be concerned, you\u0027ve finished the modpack. Any quests past this are exclusively for bragging rights - creative items, op stuff, lame resource dump recipes, all that jazz.", + "ftbquests.chapter.the_taste_of_power.quest3.description5": "\u00267Thank you immensely for putting the time and effort into finishing the pack! This was a huge undertaking for me, but hopefully you enjoyed it enough that it was worth it :)", + "ftbquests.chapter.the_taste_of_power.quest3.description6": "\u00267 -ACCBDD", + "ftbquests.chapter.the_taste_of_power.quest3.subtitle": "Roll credits (for real)", + "ftbquests.chapter.the_taste_of_power.quest3.task_2556725507805521066.title": "Congratulations!", + "ftbquests.chapter.the_taste_of_power.quest4.description1": "An infinitely super-heated blaze is great just as a centerpiece, but you can also use it to make infinite lava.", + "ftbquests.chapter.the_taste_of_power.quest4.description2": "\u00267Tip: you\u0027re gonna need to make quite a few of these!", + "ftbquests.chapter.the_taste_of_power.quest5.description1": "What\u0027s better than infinite blaze burning? Infinite turning! ", + "ftbquests.chapter.the_taste_of_power.quest6.description1": "The dwarven version of a Philosopher\u0027s Stone.", + "ftbquests.chapter.the_taste_of_power.quest7.description1": "Somehow, you don\u0027t feel as guilty as you think you should.", + "ftbquests.chapter.the_taste_of_power.quest7.description2": "\u00267Tip: this takes 10 full mana pools worth of mana. :)", + "ftbquests.chapter.the_taste_of_power.quest8.description1": "No more will you be shackled to the tyranny of building an enormous pool of whatever fluid!", + "ftbquests.chapter.the_taste_of_power.quest9.description1": "Once you\u0027ve set it to a chemical, you can reset it to empty by crafting it.", + "ftbquests.chapter.the_taste_of_power.quest9.title": "Creative Chemical Tank", + "ftbquests.chapter.the_taste_of_power.title": "The Taste of Power", + "ftbquests.chapter.the_touch_of.quest1.description1": "You\u0027ve done it. You\u0027ve reclaimed some small part of the world! ", + "ftbquests.chapter.the_touch_of.quest1.description2": "Now you just have to regain the diversity in surroundings you remember there once being...", + "ftbquests.chapter.the_touch_of.quest1.task_7943239389617432250.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_touch_of.quest1.title": "Reclamation", + "ftbquests.chapter.the_touch_of.quest10.description1": "\u00266Watery Essence\u0026r is found in deep oceans - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest10.description2": "Elemental wizardry will provide you the magical power necessary to enact such an elementally-aligned terraformation - namely, turning a small area into a \u00266warm ocean.\u0026r", + "ftbquests.chapter.the_touch_of.quest10.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest11.description1": "With all six types of attuned biome essence, you can combine them in a (quite expensive) ritual to produce the \u00266End Portal.\u0026r You\u0027ll still need to add \u00266Eyes of Ender\u0026r to the frame, but once you\u0027ve done so, you can finally enter \u00266the End.\u0026r", + "ftbquests.chapter.the_touch_of.quest11.description2": "\u00267Tip: you can break end portal frames and blocks by right clicking them with the frame remover!", + "ftbquests.chapter.the_touch_of.quest11.subtitle": "Dragons... I hate dragons", + "ftbquests.chapter.the_touch_of.quest11.task_4811328545830427024.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest11.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest12.description1": "Generic biome essence is well and good, but for real ritualistic oomph you\u0027ll need a specialized container, capable of collecting attuned essence.", + "ftbquests.chapter.the_touch_of.quest12.description2": "\u00267Tip: check your Reclamation Rituals book for information on the late-game terraforming rituals!", + "ftbquests.chapter.the_touch_of.quest13.description1": "With biome essence, you can also perform \u00266more directed terraforming\u0026r - turning the surrounding area into basic overworld biomes: forest, plains, river, beach, and ocean.", + "ftbquests.chapter.the_touch_of.quest13.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the overworld terraforming rites!", + "ftbquests.chapter.the_touch_of.quest13.task_2143407724517054989.title": "Basic Terraforming", + "ftbquests.chapter.the_touch_of.quest14.description1": "With some additional infusion, an attuned biome bottle can be turned into a \u00266biome globe\u0026r - in essence a portable directed reclamation ritual.", + "ftbquests.chapter.the_touch_of.quest14.description2": "\u00267Tip: these globes have 16 uses each, and convert a radius of 12 blocks from where you use them! They\u0027ll convert blocks to their reclaimed versions, but they will NOT place features like grass or trees; you\u0027ll have to do those yourself.", + "ftbquests.chapter.the_touch_of.quest14.description3": "\u00267Tip 2: these drain a LOT of aura to make!", + "ftbquests.chapter.the_touch_of.quest14.subtitle": "Portable Terraforming", + "ftbquests.chapter.the_touch_of.quest14.task_8529374338001252387.title": "Any Biome Globe", + "ftbquests.chapter.the_touch_of.quest14.title": "Biome Globes", + "ftbquests.chapter.the_touch_of.quest2.description1": "Getting the nether back into shape is relatively easy, now that you understand the shape of terraforming rituals and have a source of biomic essence.", + "ftbquests.chapter.the_touch_of.quest2.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the nether terraforming rites!", + "ftbquests.chapter.the_touch_of.quest2.task_4997059168389991596.title": "Visit Every Nether Biome", + "ftbquests.chapter.the_touch_of.quest2.title": "Reclaiming the Nether", + "ftbquests.chapter.the_touch_of.quest3.description1": "With the creation of reclaimed biomes, natural spawns can now occur - drygmies, whirligigs, and starbuncles can all rarely spawn in these biomes, as well as the regular mobs.", + "ftbquests.chapter.the_touch_of.quest3.title": "Natural Spawning", + "ftbquests.chapter.the_touch_of.quest4.description1": "Now that you have a place where you can actually see the blue (!) sky, you can bottle up the abundant biomic essence in a \u00266specially-designed container.\u0026r", + "ftbquests.chapter.the_touch_of.quest4.description2": "This \u00266biome essence\u0026r can be used in rituals along with some extra reagents to terraform in a more directed way.", + "ftbquests.chapter.the_touch_of.quest4.description3": "\u00267Tip: you can collect essence in any living biome by holding right click with a biome bottle. Crouching while you do this will fill all bottles in a stack!", + "ftbquests.chapter.the_touch_of.quest4.title": "Biome Essence", + "ftbquests.chapter.the_touch_of.quest5.description1": "The first attuned essence you\u0027ll need is \u00266Hellish Essence,\u0026r collectible from any living\u00266 nether biome.\u0026r", + "ftbquests.chapter.the_touch_of.quest6.description1": "\u00266Arid Essence\u0026r is found mainly in the desert - you\u0027ll have to use a special version of your terraforming ritual to bring it back. ", + "ftbquests.chapter.the_touch_of.quest6.description2": "Some high-powered dwarven artifice should provide you with the correct magical resonance to produce an arid, sandy \u00266desert \u0026rbiome.", + "ftbquests.chapter.the_touch_of.quest7.description1": "The final essence you\u0027ll need is \u00266Icy Essence\u0026r from the \u00266snowy slopes\u0026r biome. Wet and cold, the complete opposite of your surroundings, you\u0027ll need a lot of power to create this biome.", + "ftbquests.chapter.the_touch_of.quest7.description2": "First: \u00266polonium\u0026r to provide the necessary chemical energy for the physical transformation.", + "ftbquests.chapter.the_touch_of.quest7.description3": "Second: ice cream (specifically \u00266vanilla\u0026r) to provide structure to the ritual and thematic direction.", + "ftbquests.chapter.the_touch_of.quest7.description4": "Third: a couple \u00266shattered singularities\u0026r to store the excess entropy generated by this ritual.", + "ftbquests.chapter.the_touch_of.quest7.description5": "and finally, Fourth: a large amount of generic \u00266biome essence\u0026r to kickstart the reaction.", + "ftbquests.chapter.the_touch_of.quest8.description1": "\u00266Lush Essence\u0026r is found in jungles of any kind - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest8.description2": "Botanic mastery will provide you the life energy needed to transform your surroundings into a \u00266bamboo forest.\u0026r", + "ftbquests.chapter.the_touch_of.quest8.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest9.description1": "\u00266Mycelic Essence\u0026r is found exclusively on mushroom islands - you\u0027ll have to use a modified version of your terraforming ritual to bring them back. ", + "ftbquests.chapter.the_touch_of.quest9.description2": "Classic wiccan practice should provide you with the correct magical resonance to produce the hot, dry \u00266mushroom field\u0026r biome.", + "ftbquests.chapter.the_touch_of.title": "Visions of the Past", + "ftbquests.chapter_groups_3169067154505914507.title": "Biodiversity", + "ftbquests.chapter_groups_5305197537419525243.title": "Side Quests", + "ftbquests.loot_table_1430735789179352246.title": "mana stuff", + "ftbquests.loot_table_1562099882431827930.title": "horns", + "ftbquests.loot_table_3514670301200914514.title": "chicken", + "ftbquests.loot_table_5456022276654430189.title": "witch", + "ftbquests.loot_table_6347601422327785898.title": "canvas", + "ftbquests.loot_table_67272733859206798.title": "instrument", + "ftbquests.loot_table_7131061971573085034.title": "zombie", + "ftbquests.loot_table_7900474475776381538.title": "rabbit", + "ftbquests.loot_table_8024488712964205957.title": "spider", + "ftbquests.loot_table_8037173722274793648.title": "snow golem", + "ftbquests.loot_table_8381040606691607900.title": "bee", + "ftbquests.loot_table_8615485860944689786.title": "cow", + "ftbquests.loot_table_8839952752635034356.title": "skeleton" +} \ No newline at end of file diff --git a/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/zh_hk.json b/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/zh_hk.json new file mode 100644 index 0000000..fc094d8 --- /dev/null +++ b/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/zh_hk.json @@ -0,0 +1,1235 @@ +{ + "ftbquests.chapter.digital_storage.quest1.description1": "The \u00266controller\u0026r is the brains of a network. Each controller block\u0027s face is capable of outputting \u0026632 channels;\u0026r almost every device on the ME network needs \u00266one channel to operate.\u0026r", + "ftbquests.chapter.digital_storage.quest10.description1": "The \u00266Wireless Access Point\u0026r allows you to use wireless terminals to access your ME System. You can boost its range by giving it \u00266wireless boosters,\u0026r but be warned: more boosters means the WAP will need \u00264much more energy\u0026r to stay running.", + "ftbquests.chapter.digital_storage.quest10.task_8779164168368451602.title": "Any Wireless Terminal", + "ftbquests.chapter.digital_storage.quest10.title": "Wireless Access", + "ftbquests.chapter.digital_storage.quest11.description1": "\u00266Pattern Providers,\u0026r when given a pattern, will push the items in the pattern to a nearby inventory. \u00266Molecular Assemblers,\u0026r when given items, will craft with those items and output them to nearby inventories. Put them next to each other, and you have a \u00266basic autocrafting setup! \u0026r", + "ftbquests.chapter.digital_storage.quest11.description2": "You\u0027ll need somewhere to store the items while they\u0027re being crafted; a crafting storage would be ideal.", + "ftbquests.chapter.digital_storage.quest11.description3": "\u00267Tip: for more info, check the guide!", + "ftbquests.chapter.digital_storage.quest11.title": "ME Autocrafting", + "ftbquests.chapter.digital_storage.quest12.description1": "With an ME System you\u0027ll need some way to actually store items - the \u00266ME Drive\u0026r can store up to 10 storage cells of any type and size.", + "ftbquests.chapter.digital_storage.quest12.description2": "\u00267Tip: you can store botanic mana, elemental source, gases, fluids, and even space itself in cells - not just regular items!", + "ftbquests.chapter.digital_storage.quest13.description1": "Terminals are how you actually interface with the storage cells in your ME System.", + "ftbquests.chapter.digital_storage.quest13.task_8779678006548052409.title": "Any Terminal", + "ftbquests.chapter.digital_storage.quest13.title": "Terminals", + "ftbquests.chapter.digital_storage.quest14.description1": "Storing some energy in your ME System would be a good idea... just in case.", + "ftbquests.chapter.digital_storage.quest16.description1": "\u00266P2P Tunnels\u0026r allow you to transfer multiple channels per channel! It\u0027s a little confusing at first, but once you get the hang of it you can really push your system to the limit.", + "ftbquests.chapter.digital_storage.quest16.description2": "You can also transfer power, chemicals, and even botanic mana and elemental source!", + "ftbquests.chapter.digital_storage.quest17.description1": "The \u00266Reaction Chamber\u0026r not only allows you to make circuits much faster, it can also charge large amounts of certus crystals at a time and even grow crystals from themselves!", + "ftbquests.chapter.digital_storage.quest17.description2": "Just make sure you have enough power to handle its recipes...", + "ftbquests.chapter.digital_storage.quest18.description1": "The \u00266Circuit Slicer\u0026r can cut blocks of materials into 9 circuits much faster than an inscriber can press them.", + "ftbquests.chapter.digital_storage.quest19.description1": "The \u00266Assembler Matrix\u0026r is a molecular assembler and pattern provider setup on steroids - at its maximum size, it can hold over 4,000 patterns and craft incredibly fast. The best part? It only needs \u00266one channel.\u0026r", + "ftbquests.chapter.digital_storage.quest2.description1": "A controller block itself can input energy, but you\u0027ll want to have as many controller faces open as you can to get as many channels as possible into your network. ", + "ftbquests.chapter.digital_storage.quest2.description2": "The \u00266Energy Acceptor\u0026r uses no channels and can be placed anywhere, as long as it\u0027s connected to the network somehow.", + "ftbquests.chapter.digital_storage.quest20.description1": "The \u00266Quantum Computer Core\u0026r is a self-contained crafting CPU with 256M crafting storage and 8 co-processing threads.", + "ftbquests.chapter.digital_storage.quest21.description1": "The \u00266Quantum Computer multiblock\u0026r is an extremely powerful multiblock that can handle an effectively \u00266infinite\u0026r number of crafting requests for your ME System.", + "ftbquests.chapter.digital_storage.quest21.description2": "Read the guide for more information.", + "ftbquests.chapter.digital_storage.quest22.description1": "Perfect for carrying items on the go, the \u00266backpack\u0026r has a few useful upgrades as well.", + "ftbquests.chapter.digital_storage.quest23.description1": "Better than regular chests, \u00266Sophisticated Storage\u0026r lets you put more things in a single block.", + "ftbquests.chapter.digital_storage.quest23.task_5897231893839036272.title": "Any Sophisticated Storage Block", + "ftbquests.chapter.digital_storage.quest23.title": "Sophisticated Storage", + "ftbquests.chapter.digital_storage.quest24.description1": "Capable of storing a very large amount of a single item type.", + "ftbquests.chapter.digital_storage.quest24.description2": "The framing table lets you customize the way they look.", + "ftbquests.chapter.digital_storage.quest24.task_5464079544652951362.title": "Any Storage Drawer", + "ftbquests.chapter.digital_storage.quest24.title": "Storage Drawers", + "ftbquests.chapter.digital_storage.quest25.description1": "Tier upgrades can be used to upgrade Sophisticated Storage blocks without breaking them.", + "ftbquests.chapter.digital_storage.quest25.task_611570763386642583.title": "Any Tier Upgrade", + "ftbquests.chapter.digital_storage.quest26.description1": "The \u00266Drawer Controller\u0026r allows you to interface with multiple drawers using only a single blockface.", + "ftbquests.chapter.digital_storage.quest27.description1": "There are a variety of keys - lock drawers to specific items, hide item labels to reduce lag, and more.", + "ftbquests.chapter.digital_storage.quest27.task_7070764459751906106.title": "Any Drawer Key", + "ftbquests.chapter.digital_storage.quest27.title": "Drawer Keys", + "ftbquests.chapter.digital_storage.quest28.description1": "Autofeeding, playing music, even portable crafting can all be attained with backpack upgrades.", + "ftbquests.chapter.digital_storage.quest29.description1": "Higher stack count, filtering, and more - check the uses for the upgrade base.", + "ftbquests.chapter.digital_storage.quest3.description1": "Smart cables are very useful - they visually display how many channels they\u0027re carrying at any given time.", + "ftbquests.chapter.digital_storage.quest3.task_6551415206641156021.title": "Any Smart Cable", + "ftbquests.chapter.digital_storage.quest3.title": "Smart Cables", + "ftbquests.chapter.digital_storage.quest30.description1": "Each workbench (aside from looking neat) can turn a specific set of blocks into its variants.", + "ftbquests.chapter.digital_storage.quest30.title": "Chipped Workbenches", + "ftbquests.chapter.digital_storage.quest31.description1": "Can turn almost any basic block into a wide array of variants.", + "ftbquests.chapter.digital_storage.quest32.description1": "Made from stonecutting andesite alloy, these blocks can take on the texture of any other block.", + "ftbquests.chapter.digital_storage.quest32.task_4661123369301757740.title": "Any Copycat Block", + "ftbquests.chapter.digital_storage.quest33.description1": "You can make music by crafing a \u00266Music Sheet\u0026r and placing notes on the sheet. ", + "ftbquests.chapter.digital_storage.quest33.description2": "Place the sheet in your offhand while holding an instrument to play the instrument.", + "ftbquests.chapter.digital_storage.quest33.description3": "\u00267Tip: you can do MUCH more with this mod - check out its CurseForge page for more info.", + "ftbquests.chapter.digital_storage.quest34.description1": "You can paint your own masterpieces while you wait for crops to grow - simply make a palette, fill it with colors, plop a canvas on an easel, and get to painting!", + "ftbquests.chapter.digital_storage.quest34.description2": "Signed paintings can be duplicated by crafting the original with a blank canvas of the same size.", + "ftbquests.chapter.digital_storage.quest34.description3": "\u00267Tip: to craft a palette, fill the bottom row of a crafting table with planks, then place dyes in the middle. You can add more dyes to a palette by crafting them together.", + "ftbquests.chapter.digital_storage.quest34.title": "The Joy of Painting", + "ftbquests.chapter.digital_storage.quest35.description1": "\u00266Building Gadgets\u0026r are a collection of useful tools that will let you build very quickly.", + "ftbquests.chapter.digital_storage.quest35.description2": "They do need to be charged; use an energy cube or similar.", + "ftbquests.chapter.digital_storage.quest36.description1": "The \u00266Rod of the Shifting Crust\u0026r allows you to exchange blocks in the world with blocks in your inventory for the cost of mana.", + "ftbquests.chapter.digital_storage.quest4.description1": "Dense cables can carry 32 channels instead of the regular 8 channels.", + "ftbquests.chapter.digital_storage.quest4.task_5854794686036721300.title": "Any Smart Dense Cable", + "ftbquests.chapter.digital_storage.quest4.title": "Dense Cables", + "ftbquests.chapter.digital_storage.quest5.description1": "The color applicator lets you paint cables - especially useful once your network starts to grow. ", + "ftbquests.chapter.digital_storage.quest5.description2": "Colored cables won\u0027t connect to other colored cables, but fluix cables can connect to all colors.", + "ftbquests.chapter.digital_storage.quest5.description3": "These can be filled with \u00266dyes or paintballs\u0026r using an \u00266ME Chest.\u0026r", + "ftbquests.chapter.digital_storage.quest5.task_4299327579125140032.title": "Color Applicator", + "ftbquests.chapter.digital_storage.quest6.description1": "The \u00266ME Interface\u0026r acts as a specialized input and output port for your network. ", + "ftbquests.chapter.digital_storage.quest6.description2": "It can keep a certain amount of items from your network in its inventory for pipes or other blocks to pull from, and also automatically puts any other items it receives into the network.", + "ftbquests.chapter.digital_storage.quest7.description1": "The \u00266Wireless Connector\u0026r is a short-range version of a \u00266Quantum Link Chamber \u0026r- use this when you want your network to jump a short distance, and not cross-dimensionally.", + "ftbquests.chapter.digital_storage.quest8.description1": "The \u00266Quantum Network Bridge\u0026r uses the power of quantum entanglement to bridge a network gap not only across large distances, but dimensions.", + "ftbquests.chapter.digital_storage.quest8.title": "Quantum Network Bridge", + "ftbquests.chapter.digital_storage.quest9.description1": "The\u00266 Extended Charger\u0026r and \u00266Inscriber\u0026r are upgraded versions of their base models, capable of processing 4 recipes in parallel.", + "ftbquests.chapter.digital_storage.quest9.title": "Extended Machines", + "ftbquests.chapter.digital_storage.title": "Storage and Decor", + "ftbquests.chapter.ffood_plants.quest1.description1": "Lining rivers and shores, sugar cane had once risen in green columns, swaying with each passing breeze.", + "ftbquests.chapter.ffood_plants.quest10.description1": "With deep golden petals and a bitter scent, wolfsbane once grew where night lingered longest. ", + "ftbquests.chapter.ffood_plants.quest100.description1": "Sweet, mellow fruits with a classic tropical aroma.", + "ftbquests.chapter.ffood_plants.quest101.description1": "Soft and nutty, cashews offer a creamy bite with a sweet-savory balance.", + "ftbquests.chapter.ffood_plants.quest102.description1": "Cherries burst with juicy intensity; sweet, sometimes sharp, and always bright.", + "ftbquests.chapter.ffood_plants.quest103.description1": "Cracking into a coconut reveals cool, sweet water and soft, fragrant meat.", + "ftbquests.chapter.ffood_plants.quest104.description1": "Dates are also known as nature\u0027s candy: chewy, caramel-rich, and deeply sweet.", + "ftbquests.chapter.ffood_plants.quest105.description1": "With neon skin and unique speckled flesh, dragon fruit tastes delicate, lightly sweet, and just a little floral.", + "ftbquests.chapter.ffood_plants.quest106.description1": "Figs are jammy and soft with a honey-like flavor.", + "ftbquests.chapter.ffood_plants.quest107.description1": "Grapefruit will wake up your palate - juicy, sour, bitter, and bold.", + "ftbquests.chapter.ffood_plants.quest108.description1": "Kumquats are often eaten whole, with a sharp citrus shock over sweet orange notes.", + "ftbquests.chapter.ffood_plants.quest109.description1": "Tart and vivid, lemons cut through richness with their clean citrus bite.", + "ftbquests.chapter.ffood_plants.quest11.description1": "Snowbells had once blossomed in the coldest reaches, their pale blue petals dusted with frost.", + "ftbquests.chapter.ffood_plants.quest110.description1": "Smaller and punchier than lemons, limes have a tight, zesty sting.", + "ftbquests.chapter.ffood_plants.quest111.description1": "Mangoes melt in your mouth with tropical sweetness.", + "ftbquests.chapter.ffood_plants.quest112.description1": "Like a peach in sleek skin, nectarines are sweet, tangy, and satisfyingly juicy.", + "ftbquests.chapter.ffood_plants.quest113.description1": "Ground nutmeg adds a warm, nutty-spicy aroma that’s cozy and festive to any dish.", + "ftbquests.chapter.ffood_plants.quest114.description1": "Oranges are all brightness and juice, sweet with a sunny citrus finish.", + "ftbquests.chapter.ffood_plants.quest115.description1": "Peaches are the most famous of stone fruit, for good reason.", + "ftbquests.chapter.ffood_plants.quest116.description1": "Pears are quietly sweet and crisp; eternally elegant.", + "ftbquests.chapter.ffood_plants.quest117.description1": "Pecans have a great crunch with deep nutty flavor.", + "ftbquests.chapter.ffood_plants.quest118.description1": "Persimmons are smooth and syrupy, with a mellow flavor that deepens as they ripen.", + "ftbquests.chapter.ffood_plants.quest119.description1": "Plums skirt the line between tart and sweet, finishing with a tangy punch.", + "ftbquests.chapter.ffood_plants.quest12.description1": "Prized by herbalists for its strange resilience, who claimed it drew strength from the moonlit depths.", + "ftbquests.chapter.ffood_plants.quest120.description1": "Star fruit is crisp and juicy, with a tropical edge.", + "ftbquests.chapter.ffood_plants.quest121.description1": "Walnuts are hearty and slightly bitter, great for a midday snack.", + "ftbquests.chapter.ffood_plants.quest122.description1": "The bark grinds down to a warm, spicy-sweet powder that instantly deepens any flavor.", + "ftbquests.chapter.ffood_plants.quest123.description1": "The \u00266Cooking Table\u0026r is the heart of a multiblock kitchen - allowing you to craft any number of foods with the items stored inside of it. It can also supply you with tools, water, snow/ice, and milk.", + "ftbquests.chapter.ffood_plants.quest123.description2": "Especially handy when you have a large amount of foods and a limited amount of brainpower.", + "ftbquests.chapter.ffood_plants.quest123.title": "Cooking for Blockheads", + "ftbquests.chapter.ffood_plants.quest124.description1": "The \u00266ME Kitchen Station\u0026r lets you connect your multiblock kitchen to your ME system!", + "ftbquests.chapter.ffood_plants.quest125.description1": "The \u00266fridge\u0026r stores items, just like a cabinet.", + "ftbquests.chapter.ffood_plants.quest126.description1": "A \u00266sink\u0026r provides unlimited water to recipes.", + "ftbquests.chapter.ffood_plants.quest126.description2": "\u00267Tip: ...and other things.", + "ftbquests.chapter.ffood_plants.quest127.description1": "The oven lets you cook multiple foods in a single block.", + "ftbquests.chapter.ffood_plants.quest128.description1": "A \u00266Cow in a Jar\u0026r slowly produces milk, which can be used in recipes.", + "ftbquests.chapter.ffood_plants.quest128.description2": "...but how does one get a cow into a jar?", + "ftbquests.chapter.ffood_plants.quest128.description3": "\u00267Tip: you\u0027ll need to turn off claim protection or make this outside a claim, OPAC doesn\u0027t really like animal cruelty!", + "ftbquests.chapter.ffood_plants.quest129.description1": "When added to a fridge, the \u00266ice unit\u0026r provides unlimited ice and snow to recipes.", + "ftbquests.chapter.ffood_plants.quest13.description1": "This earth-toned fungus once thrived in quiet, dark corners, feeding on decay.", + "ftbquests.chapter.ffood_plants.quest130.description1": "The \u00266heating unit,\u0026r applied to a stove, lets it run on energy instead of burnable fuel.", + "ftbquests.chapter.ffood_plants.quest131.description1": "The \u00266tool rack\u0026r provides tools to cooking recipes; pots, pans, and other sorts.", + "ftbquests.chapter.ffood_plants.quest132.description1": "The \u00266Kitchen Cabinet and Counter\u0026r store items for the Cooking Table to use.", + "ftbquests.chapter.ffood_plants.quest132.title": "Kitchen Storage", + "ftbquests.chapter.ffood_plants.quest133.description1": "The \u00266Horn of the Wild\u0026r lets you harvest a large area of crops without manually collecting them one by one.", + "ftbquests.chapter.ffood_plants.quest133.description2": "Useful!", + "ftbquests.chapter.ffood_plants.quest134.description1": "The \u00266Drum of the Wild\u0026r is a block-based version of the horn - set a mana spreader to shoot mana through it and it\u0027ll harvest crops nearby.", + "ftbquests.chapter.ffood_plants.quest134.description2": "Add a \u00266hopperhock\u0026r and you have fully automatic crop harvesting!", + "ftbquests.chapter.ffood_plants.quest135.description1": "The \u00266Harvester\u0026r is a little harder to make than the other automated harvesters, but it makes up for it in ease of use.", + "ftbquests.chapter.ffood_plants.quest135.description2": "Place it on the same level as crops and it will harvest them - a 3x3 area by default, but this can be upgraded with machine upgrades.", + "ftbquests.chapter.ffood_plants.quest136.description1": "The \u00266Mechanical Harvester\u0026r lets you harvest... mechanically! ", + "ftbquests.chapter.ffood_plants.quest136.description2": "Attach it to any variety of contraption and as it moves through a crop it will harvest it.", + "ftbquests.chapter.ffood_plants.quest137.description1": "That\u0027s dedication! A personal shoutout from myself, for the pure raw dedication that you\u0027ve shown.", + "ftbquests.chapter.ffood_plants.quest137.subtitle": "You earned it!", + "ftbquests.chapter.ffood_plants.quest137.task_5521912290757485582.title": "You know what? Sure.", + "ftbquests.chapter.ffood_plants.quest138.description1": "You\u0027ve gone even further than I went! An absolute mad. lad. Take your prize and go.", + "ftbquests.chapter.ffood_plants.quest138.subtitle": "Your dedication is admirable.", + "ftbquests.chapter.ffood_plants.quest138.title": "Good god...", + "ftbquests.chapter.ffood_plants.quest14.description1": "With its crimson cap and pale stem, the red mushroom once sprouted in damp caves and shadowed groves.", + "ftbquests.chapter.ffood_plants.quest15.description1": "Bamboo once climbed toward the sky in great bamboo forests, hollow stems whispering in the wind.", + "ftbquests.chapter.ffood_plants.quest16.description1": "Sailors swore it marked safe waters—while some claimed it hid the bones of the drowned.", + "ftbquests.chapter.ffood_plants.quest17.description1": "This gentle underwater plant once rippled with the ocean’s breath, carpeting the sea floor in quiet green.", + "ftbquests.chapter.ffood_plants.quest18.description1": "Their soft light once guided creatures of the reef and lit the way for wayward divers in the twilight deep.", + "ftbquests.chapter.ffood_plants.quest19.description1": "This strange, red fungus had grown only in the deep, burning halls of another world. It pulsed faintly with unnatural life.", + "ftbquests.chapter.ffood_plants.quest2.description1": "Bright orange roots that grew deep in the earth, carrots were a favorite among rabbits and a healthy snack, to boot!", + "ftbquests.chapter.ffood_plants.quest20.description1": "Once said to carry the scent of a world turned upside down—where even the air recoiled in confusion.", + "ftbquests.chapter.ffood_plants.quest21.description1": "This twisted red fungus once grew in the scorched ground of the Nether, pulsing faintly as if alive.", + "ftbquests.chapter.ffood_plants.quest22.description1": "Once used in deadly draughts and sleeping curses, favored by those who studied the poisoner\u0027s art.", + "ftbquests.chapter.ffood_plants.quest23.description1": "Flax\u0027s delicate fibers had once been woven into cloth and spell-thread, binding both garments and enchantments.", + "ftbquests.chapter.ffood_plants.quest24.description1": "Bold and crimson, the poppy is a symbol of remembrance and silent strength, often found where courage once stood.", + "ftbquests.chapter.ffood_plants.quest24.description2": "\u00267Tip: You can either craft poppy seeds or mutate them from Melon and Sugarcane.", + "ftbquests.chapter.ffood_plants.quest25.description1": "A tall and graceful flower with a soft purple hue, often associated with grace, quiet wisdom, and calm days.", + "ftbquests.chapter.ffood_plants.quest26.description1": "Delicate and pale, these tiny flowers cluster low to the ground, bringing a sense of peace to open fields.", + "ftbquests.chapter.ffood_plants.quest27.description1": "This rare azure blossom flourishes in damp, shadowed groves. Legends say it blooms where ancient tears once fell.", + "ftbquests.chapter.ffood_plants.quest28.description1": "Cornflowers once braved the wind in wide fields, their blue hues a favorite among storytellers and songwriters.", + "ftbquests.chapter.ffood_plants.quest29.description1": "A cheerful bloom of golden yellow, said to carry whispers of spring on the wind. It thrives wherever the sun touches the land.", + "ftbquests.chapter.ffood_plants.quest29.description2": "\u00267Tip: You can either craft dandelion seeds or mutate them from Wheat and Pumpkin.\u0026r", + "ftbquests.chapter.ffood_plants.quest3.description1": "Crimson bulbs that added color and flavor to any dish, beetroots were once quite common in village gardens.", + "ftbquests.chapter.ffood_plants.quest30.description1": "Hidden among thick leaves, these tiny white bells are said to chime in silence when the forest is listening.", + "ftbquests.chapter.ffood_plants.quest31.description1": "With a golden eye watching from its white face, this flower is a quiet companion of wanderers and daydreamers.", + "ftbquests.chapter.ffood_plants.quest32.description1": "Glowing softly with hues of flame, this ancient blossom is thought to be a gift from the deep earth, where fire once danced.", + "ftbquests.chapter.ffood_plants.quest33.description1": "Warming as a sunset, the orange tulip is said to bring cheer and good fortune to those who find it.", + "ftbquests.chapter.ffood_plants.quest34.description1": "Bright and bold, the red tulip is a symbol of love and passion, often given in times of heartfelt confession.", + "ftbquests.chapter.ffood_plants.quest35.description1": "Soft as moonlight, white tulips once whispered of peace and innocence in gardens now long lain fallow.", + "ftbquests.chapter.ffood_plants.quest36.description1": "Soft and gentle, the pink tulip speaks of friendship and gentle affection, often found where laughter lingers.", + "ftbquests.chapter.ffood_plants.quest37.description1": "Dark as a starless night and thorned with sorrow, this eerie bloom grows only in the wake of ruin and shadow.", + "ftbquests.chapter.ffood_plants.quest38.description1": "You can make podzol for planting flower seeds on by growing a 2x2 of spruce saplings - the large tree, once grown, will convert dirt (and dried earth!) under it into podzol.", + "ftbquests.chapter.ffood_plants.quest38.description2": "\u00267Tip: once the strength trait of a flower is high enough, you won\u0027t need to plant them on podzol!", + "ftbquests.chapter.ffood_plants.quest38.task_7604363448496665210.title": "Look at Podzol", + "ftbquests.chapter.ffood_plants.quest38.title": "Podzol", + "ftbquests.chapter.ffood_plants.quest39.description1": "Onion\u0027s delicious smell once filled the air as it gave flavor to meals.", + "ftbquests.chapter.ffood_plants.quest4.description1": "Earthy and humble, potatoes were versatile tubers that thrived in the cool soil of many places.", + "ftbquests.chapter.ffood_plants.quest40.description1": "Sweet potatoes grew slow and sweet underground, long ago.", + "ftbquests.chapter.ffood_plants.quest40.description2": "(new page placeholder text)", + "ftbquests.chapter.ffood_plants.quest41.description1": "A humble grain that swayed in golden fields before being ground and baked into something warm and sustaining.", + "ftbquests.chapter.ffood_plants.quest42.description1": "Basil once filled the air with a fragrance that breezes would quietly carry away.", + "ftbquests.chapter.ffood_plants.quest43.description1": "A small, zesty vegetable that added a sharp bite to meals.", + "ftbquests.chapter.ffood_plants.quest44.description1": "A dark, sturdy bean that once softened in pots where stories and spices mingled.", + "ftbquests.chapter.ffood_plants.quest45.description1": "A slender, snappy vegetable that brightened plates in days long past.", + "ftbquests.chapter.ffood_plants.quest46.description1": "A nutrient-rich tuber, often tied to seasonal harvests and both everyday and festive cooking.", + "ftbquests.chapter.ffood_plants.quest47.description1": "Widely adopted, they were once integral to many cuisines, especially where freshness and preservation intersected.", + "ftbquests.chapter.ffood_plants.quest48.description1": "Spiny and hardy, the cactus once dotted vast oceans of sand.", + "ftbquests.chapter.ffood_plants.quest49.description1": "Saguaro once stood tall in the desert heat, holding their shape against time and silence.", + "ftbquests.chapter.ffood_plants.quest5.description1": "Orange orbs that sprouted in the autumn, pumpkins were both a festive decoration and a hearty food source.", + "ftbquests.chapter.ffood_plants.quest50.description1": "Valued for its hardiness and storage life, it figured prominently in preserved and cold-weather foods.", + "ftbquests.chapter.ffood_plants.quest51.description1": "Fast-growing and versatile, they were commonly used to add mild sharpness to everyday dishes.", + "ftbquests.chapter.ffood_plants.quest52.description1": "Coffee was brewed each morning, dark and warm, its bitterness softened by time and habit.", + "ftbquests.chapter.ffood_plants.quest53.description1": "A worldwide staple, central to daily diets and shaped by centuries of cultivation and ritual.", + "ftbquests.chapter.ffood_plants.quest54.description1": "A cool-weather root typically grown for its reliability and used in simple, hearty meals.", + "ftbquests.chapter.ffood_plants.quest55.description1": "A hardy root, valued for nutrition and storage through cold months.", + "ftbquests.chapter.ffood_plants.quest56.description1": "Once used to add a small amount of spice to everyday food.", + "ftbquests.chapter.ffood_plants.quest57.description1": "Once cultivated widely for its simple, nourishing qualities.", + "ftbquests.chapter.ffood_plants.quest58.description1": "A vital staple, central to diets and agricultural abundance.", + "ftbquests.chapter.ffood_plants.quest59.description1": "Seeds that added warmth and spice, enhancing a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest6.description1": "Large, round fruits with a green rind and sweet, juicy flesh; melons grew best in warm, sunny fields.", + "ftbquests.chapter.ffood_plants.quest60.description1": "Mild and colorful, they brought sweetness and variety to meals.", + "ftbquests.chapter.ffood_plants.quest61.description1": "Known for its cool, crisp texture, often enjoyed fresh or pickled.", + "ftbquests.chapter.ffood_plants.quest62.description1": "A sweet fruit that brightened the warmer months with its flavor.", + "ftbquests.chapter.ffood_plants.quest63.description1": "Harvested for its tender shoots, enjoyed seasonally.", + "ftbquests.chapter.ffood_plants.quest64.description1": "Offered a subtle crunch and flavor, a common addition in many recipes.", + "ftbquests.chapter.ffood_plants.quest65.description1": "Once a comforting grain, quietly nourishing both people and animals alike.", + "ftbquests.chapter.ffood_plants.quest66.description1": "Peanuts were once valued for their simple richness and high protein content.", + "ftbquests.chapter.ffood_plants.quest67.description1": "Tart and vibrant, they were key in sauces and salsas that brought bold flavor.", + "ftbquests.chapter.ffood_plants.quest68.description1": "A versatile summer squash, cooked or baked into a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest69.description1": "A small, sweet berry, enjoyed fresh or preserved to brighten meals.", + "ftbquests.chapter.ffood_plants.quest7.description1": "Prickly bushes bore these bright berries, beloved for their sweet bite and quick comfort.", + "ftbquests.chapter.ffood_plants.quest70.description1": "Known for their sweetness and antioxidants, often eaten fresh or in preserves.", + "ftbquests.chapter.ffood_plants.quest71.description1": "Rich and tangy, they provided a burst of flavor and nutrition when they were in season.", + "ftbquests.chapter.ffood_plants.quest72.description1": "A mild onion relative, used to add depth and subtle flavor to soups and stews.", + "ftbquests.chapter.ffood_plants.quest73.description1": "Crisp and cool, a common leafy green that added freshness to countless dishes.", + "ftbquests.chapter.ffood_plants.quest74.description1": "Valued for its spicy warmth and medicinal qualities, a staple in many remedies and recipes now lost.", + "ftbquests.chapter.ffood_plants.quest75.description1": "A fragrant melon, its juicy flesh a refreshing treat on hot days.", + "ftbquests.chapter.ffood_plants.quest76.description1": "A sweet, cooling melon that offered relief during warm seasons.", + "ftbquests.chapter.ffood_plants.quest77.description1": "A tangy fruit, rich in vitamin C and refreshing in warmer months.", + "ftbquests.chapter.ffood_plants.quest78.description1": "A versatile vegetable, often roasted or stewed to add richness to meals.", + "ftbquests.chapter.ffood_plants.quest79.description1": "A mild vegetable used in a variety of dishes, from soups to roasts.", + "ftbquests.chapter.ffood_plants.quest8.description1": "Wheat once rippled like golden seas, feeding countless lives. Fields of it marked the heart of many homesteads.", + "ftbquests.chapter.ffood_plants.quest80.description1": "Small and tart, used fresh or dried to add brightness to dishes and preserves.", + "ftbquests.chapter.ffood_plants.quest81.description1": "Valued for their oil and flavor, they were a key ingredient in cooking and preservation.", + "ftbquests.chapter.ffood_plants.quest82.description1": "Known for its nutritional content, often steamed or roasted.", + "ftbquests.chapter.ffood_plants.quest83.description1": "Prized for its tender hearts, a special ingredient in many traditional meals.", + "ftbquests.chapter.ffood_plants.quest84.description1": "Tart and fibrous, often cooked down into jams and desserts.", + "ftbquests.chapter.ffood_plants.quest85.description1": "A pungent staple, prized for both taste and medicinal value in many kitchens.", + "ftbquests.chapter.ffood_plants.quest86.description1": "Known for its vibrant color and healing properties, it flavored food and soothed ailments alike.", + "ftbquests.chapter.ffood_plants.quest87.description1": "Sweet and versatile - enjoyed fresh or transformed into wines and preserves.", + "ftbquests.chapter.ffood_plants.quest88.description1": "A leafy green, rich in nutrients and commonly eaten fresh.", + "ftbquests.chapter.ffood_plants.quest89.description1": "A hearty vegetable, often stored through colder months and used in countless recipes.", + "ftbquests.chapter.ffood_plants.quest9.description1": "This gnarled, shrieking root was feared as much as it was valued.", + "ftbquests.chapter.ffood_plants.quest9.description2": "\u00267Tip: you might want to only harvest these at night!", + "ftbquests.chapter.ffood_plants.quest90.description1": "A resilient leafy green valued for its nutrition and versatility in cooking.", + "ftbquests.chapter.ffood_plants.quest91.description1": "Small, dark berries used for their medicinal properties and tart flavor.", + "ftbquests.chapter.ffood_plants.quest92.description1": "Known for their bitter aroma, they were essential in brewing of all kinds.", + "ftbquests.chapter.ffood_plants.quest93.description1": "Tart and bright, commonly used fresh or preserved to complement meals.", + "ftbquests.chapter.ffood_plants.quest94.description1": "A fragrant bean that lent warmth and sweetness to many desserts and drinks.", + "ftbquests.chapter.ffood_plants.quest95.description1": "A sweet and tangy fruit that brought plenty of flavor to many dishes.", + "ftbquests.chapter.ffood_plants.quest96.description1": "Crunchy, subtly sweet nuts with a toasty, earthy finish.", + "ftbquests.chapter.ffood_plants.quest97.description1": "Crisp, juicy fruits that balance light sweetness with a refreshing tang.", + "ftbquests.chapter.ffood_plants.quest98.description1": "Soft, slightly fuzzy fruits with a delightfully sweet-tart burst.", + "ftbquests.chapter.ffood_plants.quest99.description1": "Creamy and buttery with a mild, slightly grassy flavor.", + "ftbquests.chapter.ffood_plants.title": "Plants Galore", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description1": "You wake up in a vast, dead and dried out wasteland. You don\u0027t remember how you got here, but you do remember what the world \u0026oshould\u0026r look like - and this isn\u0027t it.", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description2": "Welcome to \u00266Reclamation!\u0026r This is a slower-paced pack focused around bringing life and nature back to a dead world. Press \u00266F3+H\u0026r to disable advanced tooltips, if they\u0027re on!", + "ftbquests.chapter.how_the_world_came_to_be.quest1.task_6356663929448377632.title": "What happened here?", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description1": "\u00266Alchemical Sulfur\u0026r is one of the three building blocks of alchemy - it provides the Soul of an item, and represents what specific item it is.", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description2": "To obtain it, you\u0027ll have to make a \u00266Liquefaction Cauldron\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the item you want to extract sulfur from into the Cauldron, fill it with \u00266Sal Ammoniac,\u0026r give the Brazier some fuel, and it\u0027ll slowly convert materials into their respective \u00266Alchemical Sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description3": "The dried earth you find yourself surrounded by used to be dirt, and it remembers that - \u00266use the Cauldron to turn dried earth into dirt sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.title": "Alchemical Sulfur", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description1": "Now that you have all three alchemical components of an item - \u00266Mercury, Salt, and Sulfur\u0026r - you can make an \u00266Incubator\u0026r to combine them all back into an item; in this case, back into \u00266dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description2": "Place the Incubator above a Brazier and attach all three vessels to the sides of it. Fill each vessel with the appropriate item, give the Brazier some fuel, and in a bit you\u0027ll have fresh dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest11.title": "Incubator", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description1": "You\u0027ve done it! You\u0027ve made dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description2": "...now you just need something to grow on it.", + "ftbquests.chapter.how_the_world_came_to_be.quest12.subtitle": "Slightly browner", + "ftbquests.chapter.how_the_world_came_to_be.quest13.description1": "Despite the seeming apocalypse, there are still fish to find (and eat) for those with the skill and desire.", + "ftbquests.chapter.how_the_world_came_to_be.quest13.title": "Fishy Friends", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description1": "Spider string can be crafted into wool, which can be crafted into beds! ", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description2": "You can also craft a sleeping bag, for staying cozy on the go... but where would you be going?", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_1655930139945784994.title": "Any Bed", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_2233575124644508705.title": "Any Sleeping Bag", + "ftbquests.chapter.how_the_world_came_to_be.quest14.title": "Small Comforts", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description1": "Worldgen has been completely overhauled - \u00264no ore generates,\u0026r and the only biomes that exist are dead, wasteland biomes with no real vegetation. Additionally, the only trees that spawn are dead trees, with very little useability.", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description2": "Stone variants still generate, and you can find \u00266sand and clay underwater.\u0026r It will also still rain!", + "ftbquests.chapter.how_the_world_came_to_be.quest15.task_9000568835822462366.title": "Changed worldgen?", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description1": "The naturally spawning mobs have changed in this new landscape! Specifically, \u0026czombie villagers and witches won\u0027t spawn,\u0026r and \u00266spiders have mutated\u0026r into their venomous cave versions. ", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description2": "This means that there\u0027s \u0026cno way to get any kind of resources from witches or zombie villagers\u0026r (even if you could cure them!); the only things that you can really hope to get are iron or copper ingots from \u00266rare drops\u0026r - but there are other ways to generate resources...", + "ftbquests.chapter.how_the_world_came_to_be.quest16.task_8241748987012779739.title": "Rare Drops?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description1": "There are quite a few books in the pack! Thankfully, the \u00266Akashic Tome\u0026r is here to help. Crafting any book with this will combine it, letting you keep every guidebook in a single item. Simply craft it with another guidebook!", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description2": "To untransform the tome, punch the air with it.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description3": "To remove a stored book, transform the tome into the book, then sneak and press your \u0027drop\u0027 key.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.task_3483844932023115481.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description1": "A lot of the pack consists of passive processes you\u0027ll probably want to keep running while you do other things. You can claim chunks to \u00266force-load \u0026rthem using your map; ensuring they\u0027ll stay loaded even while you\u0027re not nearby. ", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description2": "Just open your map (default M) and \u00266right-click drag\u0026r over the area you\u0027d like to claim. Right-click drag again to force claim!", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description3": "If you\u0027re playing with friends, \u00266make sure you\u0027re on the same team\u0026r so that you can all access things inside your claim and share quest progress.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description4": "For more information on the claims system, check out the \u00266Open Parties and Claims\u0026r wiki or keybinds.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description5": "\u00267Tip: you might want to turn claimed chunk protection off! It tends to break fake players.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.task_3331239976186418612.title": "Playing with Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.title": "Chunkloading and Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description1": "You can make a quick and dirty door using the scrap wood and some copper you\u0027ve found - but it seems pretty shoddy, \u00264breaking every so often\u0026r and needing to be re-placed.", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description2": "At least it keeps the spookies out...", + "ftbquests.chapter.how_the_world_came_to_be.quest2.description1": "Wood is plentiful, if not exactly the quality you remember.", + "ftbquests.chapter.how_the_world_came_to_be.quest2.title": "Dead Trees", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description1": "Despite the harsh conditions, bees still persist, dotted amongst the dry hills. ", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description2": "Cultivating them could be a great way to \u00266generate resources\u0026r such as more dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description3": "\u00267Tip: this unlocks a new questline on the left!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.title": "Bees?!", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description1": "There are ruins around with \u00266small bits of copper,\u0026r completely oxidized from whatever happened. ", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description2": "You might be able to craft something to help you out with that copper, but first you\u0027ll have to \u00266get it into a useable state...\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest3.task_7525660450708144821.title": "Oxidized Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description1": "Many many recipes have been changed in this pack. Make sure you check your recipe browser for crafting recipes! By default, the keybinds when hovering over an item are \u00266R to look up recipes\u0026r for the item, and \u00266U to look up uses\u0026r for the item.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description2": "These binds can be changed by clicking the EMI button in the bottom left of your inventory screen.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.task_8528084351057584694.title": "What\u0027s changed?", + "ftbquests.chapter.how_the_world_came_to_be.quest4.title": "How do I craft things?", + "ftbquests.chapter.how_the_world_came_to_be.quest5.description1": "\u0026l\u0026o\u0026cNO ORE GENERATES IN THE WORLD. RECIPES HAVE CHANGED.\u0026r Those who came before you have completely mined out the entire planet - after centuries of strip mining, quarrying, and general exploitation, there is not so much as a measly scrap of coal in the world, so there\u0027s no point trying to find any type of ore by mining.", + "ftbquests.chapter.how_the_world_came_to_be.quest5.task_734684119620528193.title": "Deprived...", + "ftbquests.chapter.how_the_world_came_to_be.quest5.title": "Where\u0027s the ore!?", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description1": "After you \u00266scrape off the rust with an axe,\u0026r you think you can use a \u00266cutting board\u0026r to get useable copper out of the oxidized copper you find in ruins.", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description2": "This useable copper will be crucial for \u00266Spagyrics\u0026r, the process of decomposing and recombining matter - which should let you \u00266rejuvenate the Dried Earth\u0026r into \u00266Dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description3": "\u00267Tip: you can also use the cutting board to get more charcoal and scrap wood out of dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest6.title": "Useable Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description1": "In the contaminated water you have found trace amounts of \u00266Sal Ammoniac,\u0026r a crucial ingredient in the practice of \u00266Theurgy.\u0026r By setting up a simple accumulator and tank, you think you\u0027ll be able to distill it. ", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description2": "Place the accumulator on top of the tank, fill it with water, and it will slowly produce \u00266Sal Ammoniac\u0026r for you.", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description3": "\u00267Tip: you can make buckets out of copper!\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description1": "\u00266Alchemical Mercury\u0026r is one of the three building blocks of alchemy - it provides the Energy of an item, and is largely interchangeable between things.", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description2": "To distill it, you\u0027ll have to make a \u00266Mercury Distiller\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to distill into the Distiller, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Mercury.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description3": "Rarer materials give more mercury, but to start you\u0027ll probably want to distill \u00266cobblestone, dried earth, or cooked fish.\u0026r ", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description4": "\u00267Tip: slicing fish makes it a more efficient way of getting mercury!", + "ftbquests.chapter.how_the_world_came_to_be.quest8.title": "Alchemical Mercury", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description1": "\u00266Alchemical Salt\u0026r is one of the three building blocks of alchemy - it provides the Body of an item, and represents the \u0027type\u0027 of an item.", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description2": "To obtain it, you\u0027ll have to make a \u00266Calcination Oven\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to extract into the Oven, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description3": "There are many different kinds of salt, but to start, you should \u00266focus on getting Strata salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.title": "Alchemical Salt", + "ftbquests.chapter.how_the_world_came_to_be.subtitle0": "A vast wasteland", + "ftbquests.chapter.how_the_world_came_to_be.title": "Prologue", + "ftbquests.chapter.mob_safari.quest1.task_644874208300996266.title": "Creeper Photo", + "ftbquests.chapter.mob_safari.quest1.title": "Creeper", + "ftbquests.chapter.mob_safari.quest10.task_7387499092437519744.title": "Silverfish Photo", + "ftbquests.chapter.mob_safari.quest10.title": "Silverfish", + "ftbquests.chapter.mob_safari.quest11.task_560111651210659078.title": "Evoker Photo", + "ftbquests.chapter.mob_safari.quest11.title": "Evoker", + "ftbquests.chapter.mob_safari.quest12.task_6050813032829826018.title": "Ghast Photo", + "ftbquests.chapter.mob_safari.quest12.title": "Ghast", + "ftbquests.chapter.mob_safari.quest13.task_8655936747757493244.title": "Guardian Photo", + "ftbquests.chapter.mob_safari.quest13.title": "Guardian", + "ftbquests.chapter.mob_safari.quest14.task_9108849848609122501.title": "Hoglin Photo", + "ftbquests.chapter.mob_safari.quest14.title": "Hoglin", + "ftbquests.chapter.mob_safari.quest15.task_7435272240185968407.title": "Phantom Photo", + "ftbquests.chapter.mob_safari.quest15.title": "Phantom", + "ftbquests.chapter.mob_safari.quest16.task_2497415746301840277.title": "Piglin Brute Photo", + "ftbquests.chapter.mob_safari.quest16.title": "Piglin Brute", + "ftbquests.chapter.mob_safari.quest17.description1": "\u00267Tip: there is a ritual that can grant you the bad omen effect!", + "ftbquests.chapter.mob_safari.quest17.task_876018828234332303.title": "Pillager Photo", + "ftbquests.chapter.mob_safari.quest17.title": "Pillager", + "ftbquests.chapter.mob_safari.quest18.task_9217927796095116198.title": "Ravager Photo", + "ftbquests.chapter.mob_safari.quest18.title": "Ravager", + "ftbquests.chapter.mob_safari.quest19.task_6294764614244969421.title": "Shulker Photo", + "ftbquests.chapter.mob_safari.quest19.title": "Shulker", + "ftbquests.chapter.mob_safari.quest2.description1": "In this new post-apocalyptic world, you\u0027ve realized that it might be a good idea to document what lifeforms exist - just in case it happens again. ", + "ftbquests.chapter.mob_safari.quest2.description2": "To do so, you\u0027re going to need \u00266a camera, \u0026rsome \u00266film\u0026r to print onto, and some way to turn that \u00266film into photos.\u0026r", + "ftbquests.chapter.mob_safari.quest2.subtitle": "Snap decisions", + "ftbquests.chapter.mob_safari.quest2.title": "Camera", + "ftbquests.chapter.mob_safari.quest20.task_5958619487539868658.title": "Skeleton Photo", + "ftbquests.chapter.mob_safari.quest20.title": "Skeleton", + "ftbquests.chapter.mob_safari.quest21.task_2908237894518590949.title": "Slime Photo", + "ftbquests.chapter.mob_safari.quest21.title": "Slime", + "ftbquests.chapter.mob_safari.quest22.task_1986307033554203052.title": "Stray Photo", + "ftbquests.chapter.mob_safari.quest22.title": "Stray", + "ftbquests.chapter.mob_safari.quest23.task_8127229503220688871.title": "Vex Photo", + "ftbquests.chapter.mob_safari.quest23.title": "Vex", + "ftbquests.chapter.mob_safari.quest24.task_2719667561416590077.title": "Vindicator Photo", + "ftbquests.chapter.mob_safari.quest24.title": "Vindicator", + "ftbquests.chapter.mob_safari.quest25.description1": "\u00267Tip: the sculk catalyst is craftable, and you can use a sculk awakener on a sculk shrieker to convert it into one that can spawn Wardens.", + "ftbquests.chapter.mob_safari.quest25.task_3299757844051508646.title": "Warden Photo", + "ftbquests.chapter.mob_safari.quest25.title": "Warden", + "ftbquests.chapter.mob_safari.quest26.task_1834001635925258364.title": "Witch Photo", + "ftbquests.chapter.mob_safari.quest26.title": "Witch", + "ftbquests.chapter.mob_safari.quest27.description1": "\u00267Tip: if you want to summon a living wither skeleton, you\u0027ll need to use the Soulium Spawner.", + "ftbquests.chapter.mob_safari.quest27.task_431510156767848390.title": "Wither Skeleton Photo", + "ftbquests.chapter.mob_safari.quest27.title": "Wither Skeleton", + "ftbquests.chapter.mob_safari.quest28.task_3976176875920550036.title": "Zoglin Photo", + "ftbquests.chapter.mob_safari.quest28.title": "Zoglin", + "ftbquests.chapter.mob_safari.quest29.task_2001349734991872109.title": "Blaze Photo", + "ftbquests.chapter.mob_safari.quest29.title": "Blaze", + "ftbquests.chapter.mob_safari.quest3.task_6868688706200460210.title": "Zombie Photo", + "ftbquests.chapter.mob_safari.quest3.title": "Zombie", + "ftbquests.chapter.mob_safari.quest30.task_4394254762005595057.title": "Wither Photo", + "ftbquests.chapter.mob_safari.quest30.title": "Wither", + "ftbquests.chapter.mob_safari.quest31.task_6606548217913389459.title": "Ender Dragon Photo", + "ftbquests.chapter.mob_safari.quest31.title": "Ender Dragon", + "ftbquests.chapter.mob_safari.quest32.task_8348843003612976311.title": "Piglin Photo", + "ftbquests.chapter.mob_safari.quest32.title": "Piglin", + "ftbquests.chapter.mob_safari.quest33.task_9152125344552747368.title": "Allay Photo", + "ftbquests.chapter.mob_safari.quest33.title": "Allay", + "ftbquests.chapter.mob_safari.quest34.task_935450104482788869.title": "Axolotl Photo", + "ftbquests.chapter.mob_safari.quest34.title": "Axolotl", + "ftbquests.chapter.mob_safari.quest35.task_3732209353791428122.title": "Bat Photo", + "ftbquests.chapter.mob_safari.quest35.title": "Bat", + "ftbquests.chapter.mob_safari.quest36.task_4451728281716577204.title": "Camel Photo", + "ftbquests.chapter.mob_safari.quest36.title": "Camel", + "ftbquests.chapter.mob_safari.quest37.task_3478349021656071469.title": "Cat Photo", + "ftbquests.chapter.mob_safari.quest37.title": "Cat", + "ftbquests.chapter.mob_safari.quest38.task_421501030317629993.title": "Chicken Photo", + "ftbquests.chapter.mob_safari.quest38.title": "Chicken", + "ftbquests.chapter.mob_safari.quest39.task_3283513909476271368.title": "Cod Photo", + "ftbquests.chapter.mob_safari.quest39.title": "Cod", + "ftbquests.chapter.mob_safari.quest4.task_5493751185522811223.title": "Husk Photo", + "ftbquests.chapter.mob_safari.quest4.title": "Husk", + "ftbquests.chapter.mob_safari.quest40.task_3552336333939252573.title": "Cow Photo", + "ftbquests.chapter.mob_safari.quest40.title": "Cow", + "ftbquests.chapter.mob_safari.quest41.task_8921315837912733830.title": "Donkey Photo", + "ftbquests.chapter.mob_safari.quest41.title": "Donkey", + "ftbquests.chapter.mob_safari.quest42.task_8892925176174289117.title": "Frog Photo", + "ftbquests.chapter.mob_safari.quest42.title": "Frog", + "ftbquests.chapter.mob_safari.quest43.task_7912667151609898398.title": "Glow Squid Photo", + "ftbquests.chapter.mob_safari.quest43.title": "Glow Squid", + "ftbquests.chapter.mob_safari.quest44.task_4389105525914117514.title": "Horse Photo", + "ftbquests.chapter.mob_safari.quest44.title": "Horse", + "ftbquests.chapter.mob_safari.quest45.task_4359593363899885941.title": "Mooshroom Photo", + "ftbquests.chapter.mob_safari.quest45.title": "Mooshroom", + "ftbquests.chapter.mob_safari.quest46.task_924922940433498504.title": "Mule Photo", + "ftbquests.chapter.mob_safari.quest46.title": "Mule", + "ftbquests.chapter.mob_safari.quest47.task_4787445126890462554.title": "Ocelot Photo", + "ftbquests.chapter.mob_safari.quest47.title": "Ocelot", + "ftbquests.chapter.mob_safari.quest48.task_595439666779967783.title": "Parrot Photo", + "ftbquests.chapter.mob_safari.quest48.title": "Parrot", + "ftbquests.chapter.mob_safari.quest49.task_6791445533424275382.title": "Pig Photo", + "ftbquests.chapter.mob_safari.quest49.title": "Pig", + "ftbquests.chapter.mob_safari.quest5.task_2405723904258009579.title": "Drowned Photo", + "ftbquests.chapter.mob_safari.quest5.title": "Drowned", + "ftbquests.chapter.mob_safari.quest50.task_5186559523328413187.title": "Pufferfish Photo", + "ftbquests.chapter.mob_safari.quest50.title": "Pufferfish", + "ftbquests.chapter.mob_safari.quest51.task_1802630615776817042.title": "Rabbit Photo", + "ftbquests.chapter.mob_safari.quest51.title": "Rabbit", + "ftbquests.chapter.mob_safari.quest52.task_9075318374820615216.title": "Salmon Photo", + "ftbquests.chapter.mob_safari.quest52.title": "Salmon", + "ftbquests.chapter.mob_safari.quest53.task_1279126845524092057.title": "Sheep Photo", + "ftbquests.chapter.mob_safari.quest53.title": "Sheep", + "ftbquests.chapter.mob_safari.quest54.description1": "\u00267Tip: the sniffer egg is craftable!", + "ftbquests.chapter.mob_safari.quest54.task_4496075018482353874.title": "Sniffer Photo", + "ftbquests.chapter.mob_safari.quest54.title": "Sniffer", + "ftbquests.chapter.mob_safari.quest55.task_7621061223329854925.title": "Snow Golem Photo", + "ftbquests.chapter.mob_safari.quest55.title": "Snow Golem", + "ftbquests.chapter.mob_safari.quest56.task_3811954916556661348.title": "Squid Photo", + "ftbquests.chapter.mob_safari.quest56.title": "Squid", + "ftbquests.chapter.mob_safari.quest57.task_8980744210598611125.title": "Strider Photo", + "ftbquests.chapter.mob_safari.quest57.title": "Strider", + "ftbquests.chapter.mob_safari.quest58.task_3384099064913889422.title": "Tropical Fish Photo", + "ftbquests.chapter.mob_safari.quest58.title": "Tropical Fish", + "ftbquests.chapter.mob_safari.quest59.task_8173784837555787990.title": "Turtle Photo", + "ftbquests.chapter.mob_safari.quest59.title": "Turtle", + "ftbquests.chapter.mob_safari.quest6.task_874911539473621191.title": "Spider Photo", + "ftbquests.chapter.mob_safari.quest6.title": "Spider", + "ftbquests.chapter.mob_safari.quest60.task_3689972004573703426.title": "Villager Photo", + "ftbquests.chapter.mob_safari.quest60.title": "Villager", + "ftbquests.chapter.mob_safari.quest61.description1": "\u00267Tip: an oak or birch tree grown near flowers has a small chance to spawn a beehive!", + "ftbquests.chapter.mob_safari.quest61.task_5922903859006989903.title": "Bee Photo", + "ftbquests.chapter.mob_safari.quest61.title": "Bee", + "ftbquests.chapter.mob_safari.quest62.task_6003122656664405150.title": "Dolphin Photo", + "ftbquests.chapter.mob_safari.quest62.title": "Dolphin", + "ftbquests.chapter.mob_safari.quest63.task_8533728607102685433.title": "Fox Photo", + "ftbquests.chapter.mob_safari.quest63.title": "Fox", + "ftbquests.chapter.mob_safari.quest64.task_2426644530607004924.title": "Goat Photo", + "ftbquests.chapter.mob_safari.quest64.title": "Goat", + "ftbquests.chapter.mob_safari.quest65.task_7632281372321087328.title": "Iron Golem Photo", + "ftbquests.chapter.mob_safari.quest65.title": "Iron Golem", + "ftbquests.chapter.mob_safari.quest66.reward_5070411217558644494.title": "Wash the spit off your face!", + "ftbquests.chapter.mob_safari.quest66.task_6151594406741525419.title": "Llama Photo", + "ftbquests.chapter.mob_safari.quest66.title": "Llama", + "ftbquests.chapter.mob_safari.quest67.task_8391996334368644499.title": "Panda Photo", + "ftbquests.chapter.mob_safari.quest67.title": "Panda", + "ftbquests.chapter.mob_safari.quest68.task_6356092814838542587.title": "Polar Bear Photo", + "ftbquests.chapter.mob_safari.quest68.title": "Polar Bear", + "ftbquests.chapter.mob_safari.quest69.task_5155069369552929707.title": "Wolf Photo", + "ftbquests.chapter.mob_safari.quest69.title": "Wolf", + "ftbquests.chapter.mob_safari.quest7.task_7828452674496297861.title": "Cave Spider Photo", + "ftbquests.chapter.mob_safari.quest7.title": "Cave Spider", + "ftbquests.chapter.mob_safari.quest70.task_6586877749199133229.title": "Zombified Piglin Photo", + "ftbquests.chapter.mob_safari.quest70.title": "Zombified Piglin", + "ftbquests.chapter.mob_safari.quest71.description1": "\u00267Tip: there is a ritual that spawns the Elder Guardian!", + "ftbquests.chapter.mob_safari.quest71.task_1136723065807110792.title": "Elder Guardian Photo", + "ftbquests.chapter.mob_safari.quest71.title": "Elder Guardian", + "ftbquests.chapter.mob_safari.quest72.task_1119603583110664878.title": "Starbuncle Photo", + "ftbquests.chapter.mob_safari.quest72.title": "Starbuncle", + "ftbquests.chapter.mob_safari.quest73.task_1237879032257403086.title": "Wilden Guardian Photo", + "ftbquests.chapter.mob_safari.quest73.title": "Wilden Defender", + "ftbquests.chapter.mob_safari.quest74.task_5793666635438854570.title": "Wilden Pack Hunter Photo", + "ftbquests.chapter.mob_safari.quest74.title": "Wilden Pack Hunter", + "ftbquests.chapter.mob_safari.quest75.task_8789953344793101489.title": "Wilden Stalker Photo", + "ftbquests.chapter.mob_safari.quest75.title": "Wilden Stalker", + "ftbquests.chapter.mob_safari.quest76.task_4116691053894850008.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest76.title": "Drygmy", + "ftbquests.chapter.mob_safari.quest77.task_1018473204252943458.title": "Wilden Chimera Photo", + "ftbquests.chapter.mob_safari.quest77.title": "Wilden Chimera", + "ftbquests.chapter.mob_safari.quest78.task_6004116955135160925.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest78.title": "Whirlisprig", + "ftbquests.chapter.mob_safari.quest79.description1": "\u00267Tip: a spawned siren, not a tamed familiar!", + "ftbquests.chapter.mob_safari.quest79.task_1471670924078031545.title": "Siren Photo", + "ftbquests.chapter.mob_safari.quest79.title": "Siren", + "ftbquests.chapter.mob_safari.quest8.task_4943959340946543881.title": "Enderman Photo", + "ftbquests.chapter.mob_safari.quest8.title": "Enderman", + "ftbquests.chapter.mob_safari.quest80.description1": "I mean. You did a LOT of grinding probably to get here. Also by definition you\u0027ve finished the pack, or good as.", + "ftbquests.chapter.mob_safari.quest80.subtitle": "because why not?", + "ftbquests.chapter.mob_safari.quest80.title": "Safari LEGEND", + "ftbquests.chapter.mob_safari.quest9.task_4733333668196733711.title": "Endermite Photo", + "ftbquests.chapter.mob_safari.quest9.title": "Endermite", + "ftbquests.chapter.mob_safari.title": "Mob Safari", + "ftbquests.chapter.resource_generation.quest1.description1": "\u00266Prosperity Shards\u0026r are the basis of all mystical essence manipulation - very useful for generating large amounts of basic resources.", + "ftbquests.chapter.resource_generation.quest1.description2": "They can be found by breaking down copper nuggets with a pickaxe on a cutting board.", + "ftbquests.chapter.resource_generation.quest1.description3": "\u00267Tip: you can also make prosperity shards in an Enrichment Chamber!", + "ftbquests.chapter.resource_generation.quest10.description1": "With enough inferium, you can craft \u00266Inferium Seeds,\u0026r which grow essence themselves.", + "ftbquests.chapter.resource_generation.quest11.description1": "More potent than regular inferium essence, \u00266Prudentium Essence\u0026r can be used to make some useful essence seeds.", + "ftbquests.chapter.resource_generation.quest11.description2": "Make it by fortifying inferium essence with all four elemental essences in a \u00266Cauldron.\u0026r", + "ftbquests.chapter.resource_generation.quest11.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest18.description1": "The \u00266infusion altar\u0026r and \u00266pedestals\u0026r are required to craft essence seeds.", + "ftbquests.chapter.resource_generation.quest18.description2": "Place the items necessary in the pedestals, then give the altar a redstone signal or a wave of a wand to begin crafting.", + "ftbquests.chapter.resource_generation.quest19.description1": "By breeding \u00266Rocky\u0026r bees together in the nether, they\u0027ll slowly adapt and turn into their nether versions - \u00266Crimson\u0026r and \u00266Warped\u0026r bees. \u00266Cursed\u0026r bees are the hybrid between the two.", + "ftbquests.chapter.resource_generation.quest19.description2": "These bees, twisted by the nether environment, are somewhat aggressive; they\u0027ll harm nearby mobs (including players!)", + "ftbquests.chapter.resource_generation.quest19.task_3895545663253499388.title": "Warped", + "ftbquests.chapter.resource_generation.quest19.task_8052506021592411173.title": "Cursed", + "ftbquests.chapter.resource_generation.quest19.task_891469205622428585.title": "Crimson", + "ftbquests.chapter.resource_generation.quest19.title": "Nether Bees", + "ftbquests.chapter.resource_generation.quest2.description1": "You can place frames into your apiary for bonuses to productivity, lifespan, and even change the temperature and humidity of an apiary. ", + "ftbquests.chapter.resource_generation.quest2.description2": "\u00267Tip: Frame modifiers stack multiplicatively, not additively!\u0026r", + "ftbquests.chapter.resource_generation.quest2.task_1734748989054878453.title": "Any Frame", + "ftbquests.chapter.resource_generation.quest20.description1": "If you\u0027re tired of getting stung by nether bees, try crafting a set of \u00266Apiarist Gear.\u0026r This armor, when worn as a set, will protect you from getting affected by any bees nearby.", + "ftbquests.chapter.resource_generation.quest20.description2": "It\u0027s made of silk, which you can get from propolis (which you can get from simmering combs, among others.)", + "ftbquests.chapter.resource_generation.quest20.title": "Apiarist Gear", + "ftbquests.chapter.resource_generation.quest21.description1": "\u00266Rocky\u0026r and \u00266Robust\u0026r bees are more used to cooler climates, but you can breed better tolerances into them. ", + "ftbquests.chapter.resource_generation.quest21.description2": "Their rocky combs produce much more wax and honey than their wasteland cousins, but more importantly, they can rarely produce \u00266Copper Combs\u0026r as a specialty.", + "ftbquests.chapter.resource_generation.quest21.description3": "\u00267Tip: specialties are only produced when a bee is ecstatic! To make a bee ecstatic, you have to have its housing climate \u0026lexactly\u0026r\u00267 match the bee\u0027s preferred climate. Either breed it so that it prefers the hot dry wastes, or use special frames to adjust the temperature and humidity!", + "ftbquests.chapter.resource_generation.quest21.description4": "\u00267Tip 2: tuff (which you need underneath the apiary to breed these bees!) can be crafted or found underground.", + "ftbquests.chapter.resource_generation.quest21.task_1538674417108678800.title": "Resilient", + "ftbquests.chapter.resource_generation.quest21.task_7190582857068653051.title": "Robust", + "ftbquests.chapter.resource_generation.quest21.task_9033126545582958159.title": "Rocky", + "ftbquests.chapter.resource_generation.quest21.title": "Rocky Bees", + "ftbquests.chapter.resource_generation.quest22.description1": "\u00266Haunted,\u0026r \u00266Ghostly,\u0026r and \u00266Spectral\u0026r bees are an offshoot of nether bees that produce Spectral combs, a relatively honey-rich comb. Additionally, Spectral bees will produce \u00266glowstone\u0026r as a specialty!", + "ftbquests.chapter.resource_generation.quest22.task_3081911043010225060.title": "Haunted", + "ftbquests.chapter.resource_generation.quest22.task_5262672928415792469.title": "Ghostly", + "ftbquests.chapter.resource_generation.quest22.task_8517504769354790857.title": "Spectral", + "ftbquests.chapter.resource_generation.quest22.title": "Spectral Bees", + "ftbquests.chapter.resource_generation.quest23.description1": "\u00266Common\u0026r and \u00266Cultivated\u0026r bees were the most common species in the world that came before, from what you recall.", + "ftbquests.chapter.resource_generation.quest23.task_3642208754252689379.title": "Common", + "ftbquests.chapter.resource_generation.quest23.task_8299291890952022433.title": "Cultivated", + "ftbquests.chapter.resource_generation.quest23.title": "Common Bees", + "ftbquests.chapter.resource_generation.quest24.description1": "These glorious bee comrades ironically despise queens. They are also notable for producing \u00266pollen\u0026r and having \u00266higher than average productivity.\u0026r", + "ftbquests.chapter.resource_generation.quest24.task_2025398279722007265.title": "Industrious", + "ftbquests.chapter.resource_generation.quest24.task_3616071306266700168.title": "Tireless", + "ftbquests.chapter.resource_generation.quest24.task_8393881405903593674.title": "Diligent", + "ftbquests.chapter.resource_generation.quest24.title": "Industrious Bees", + "ftbquests.chapter.resource_generation.quest25.description1": "Somewhat snooty and famously literally blue-blooded, these bees can produce \u00266Royal Combs\u0026r when ecstatic. These combs can then centrifuge into \u00266Royal Jelly.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description2": "They also have a \u00266higher than average fertility rate.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description3": "\u00267Tip: Imperial bees have the Beatific effect, which provides all mobs nearby with regeneration!", + "ftbquests.chapter.resource_generation.quest25.task_6398361437915986421.title": "Noble", + "ftbquests.chapter.resource_generation.quest25.task_7062842366521447494.title": "Imperial", + "ftbquests.chapter.resource_generation.quest25.task_753059639095222795.title": "Majestic", + "ftbquests.chapter.resource_generation.quest25.title": "Imperial Bees", + "ftbquests.chapter.resource_generation.quest26.description1": "The \u00266Mellarium\u0026r is a multiblock version of the apiary, with the ability to add modules that can help you in a variety of ways.", + "ftbquests.chapter.resource_generation.quest26.description2": "The most concrete thing a Mellarium can do is give you more than three frame slots, using \u00266Frame Housings.\u0026r This means you can get, in the best case, \u0026l\u0026oSTACKS\u0026r of combs every bee tick.", + "ftbquests.chapter.resource_generation.quest26.description3": "You can also increase your chances of getting a mutation, shield your bees from rain, and change the climate using catalyst items.", + "ftbquests.chapter.resource_generation.quest26.description4": "\u00267Tip: read your Apiarist Field Guide for more information!", + "ftbquests.chapter.resource_generation.quest26.title": "The Mellarium", + "ftbquests.chapter.resource_generation.quest27.description1": "Once you start getting propolis, you can start \u00266upgrading\u0026r your \u00266Centrifuges\u0026r and \u00266Generators\u0026r - each upgrade has different stats, and you can put up to three in your machines.", + "ftbquests.chapter.resource_generation.quest27.description2": "Like frames, these upgrades stack multiplicatively.", + "ftbquests.chapter.resource_generation.quest27.description3": "\u00267Tip: the earliest ways to get propolis are through nether bees or rocky bees!", + "ftbquests.chapter.resource_generation.quest27.task_7611771532993062026.title": "Any Upgrade", + "ftbquests.chapter.resource_generation.quest27.title": "Upgrades", + "ftbquests.chapter.resource_generation.quest28.description1": "At some point you\u0027ll have more honey (and other bee products) than you know what to do with. ", + "ftbquests.chapter.resource_generation.quest28.description2": "If nothing else, you can burn them for energy in the \u00266Honey Generator!\u0026r", + "ftbquests.chapter.resource_generation.quest29.description1": "An interesting thing about these bees is that there\u0027s no way to get more than one queen out of a breeding pair. Fortunately, you can perform a ritual to summon \u00266more bee nests\u0026r through magic and some special ingredients.", + "ftbquests.chapter.resource_generation.quest29.description2": "Read your Reclamation Rituals book for more information.", + "ftbquests.chapter.resource_generation.quest29.title": "More Nests", + "ftbquests.chapter.resource_generation.quest3.description1": "You\u0027ve noticed some beehives dotted around. Maybe you can try to domesticate them?", + "ftbquests.chapter.resource_generation.quest3.description2": "You\u0027ll need a tool to harvest the nests and a place to raise the bees.", + "ftbquests.chapter.resource_generation.quest3.description3": "\u00267Tip: not every bee is required to finish the pack! Branching out from the required bees will allow you to generate resources much easier than the traditional routes, however.", + "ftbquests.chapter.resource_generation.quest3.title": "Beeginnings", + "ftbquests.chapter.resource_generation.quest30.description1": "Certain bees can produce straight up raw metals from certain rocks!", + "ftbquests.chapter.resource_generation.quest30.task_1055543042056575718.title": "Cuprous", + "ftbquests.chapter.resource_generation.quest30.task_2417461944780662004.title": "Osimum", + "ftbquests.chapter.resource_generation.quest30.task_4765395095236658823.title": "Radioactive", + "ftbquests.chapter.resource_generation.quest30.task_5074021897861698803.title": "Precious", + "ftbquests.chapter.resource_generation.quest30.task_5533305920955437908.title": "Ferrous", + "ftbquests.chapter.resource_generation.quest30.task_6870748623537125703.title": "Argentum", + "ftbquests.chapter.resource_generation.quest30.task_766783682761833592.title": "Zincum", + "ftbquests.chapter.resource_generation.quest30.task_8469594533203667582.title": "Stannum", + "ftbquests.chapter.resource_generation.quest30.task_9085151875040480342.title": "Plumbum", + "ftbquests.chapter.resource_generation.quest30.title": "Metal Bees", + "ftbquests.chapter.resource_generation.quest31.description1": "Certain bees can produce raw minerals from their environment!", + "ftbquests.chapter.resource_generation.quest31.task_1818325150934700666.title": "Emeradic", + "ftbquests.chapter.resource_generation.quest31.task_2840825311361710213.title": "Lapic", + "ftbquests.chapter.resource_generation.quest31.task_3358109104860624142.title": "Fluorite", + "ftbquests.chapter.resource_generation.quest31.task_3719081351633839622.title": "Bituminous", + "ftbquests.chapter.resource_generation.quest31.task_4463225001103591989.title": "Silicate", + "ftbquests.chapter.resource_generation.quest31.task_5231403782456047002.title": "Dimantic", + "ftbquests.chapter.resource_generation.quest31.task_5480192077480458536.title": "Luminous", + "ftbquests.chapter.resource_generation.quest31.task_6963870120953273988.title": "Amethyst", + "ftbquests.chapter.resource_generation.quest31.task_7118701806962971116.title": "Quartz", + "ftbquests.chapter.resource_generation.quest31.task_7148838165140607695.title": "Conductive", + "ftbquests.chapter.resource_generation.quest31.title": "Mineral Bees", + "ftbquests.chapter.resource_generation.quest32.description1": "Stronger than Prudentium, \u00266Tertium\u0026r is necessary for all kinds of metallic essence seeds.", + "ftbquests.chapter.resource_generation.quest32.description2": "Make it using a \u00266Runic Altar\u0026r or \u00266Terrestrial Agglomeration Plate.\u0026r", + "ftbquests.chapter.resource_generation.quest32.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest32.description4": "\u00267Tip 2: a potency lens would make the altar process much faster!", + "ftbquests.chapter.resource_generation.quest33.description1": "\u00266Imperium\u0026r is the penultimate tier of essence, requiring combining the power of \u00265Source\u0026r and Tertium Essence.", + "ftbquests.chapter.resource_generation.quest33.description2": "It can be made using an \u00266Imbuement Chamber.\u0026r", + "ftbquests.chapter.resource_generation.quest33.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest34.description1": "\u00266Supremium\u0026r is the highest tier of essence, used for crafting the highest tier of mystical equipment and seeds.", + "ftbquests.chapter.resource_generation.quest34.description2": "Anoint Imperium with life essence to create it.", + "ftbquests.chapter.resource_generation.quest34.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest35.description1": "These bees can produce magical products. Some of them, like the \u00266Natural\u0026r bee, have special effects!", + "ftbquests.chapter.resource_generation.quest35.description2": "Additionally, the Natural bee produces some small amount of \u00266Nature Essence\u0026r if kept ecstatic.", + "ftbquests.chapter.resource_generation.quest35.task_2760367059321888447.title": "Dawnstone", + "ftbquests.chapter.resource_generation.quest35.task_4095918579037388131.title": "Willful", + "ftbquests.chapter.resource_generation.quest35.task_417359132698374078.title": "Botanic", + "ftbquests.chapter.resource_generation.quest35.task_4623337291104132366.title": "Demonite", + "ftbquests.chapter.resource_generation.quest35.task_5288388297853031166.title": "Terra", + "ftbquests.chapter.resource_generation.quest35.task_5373973326405937422.title": "Natural", + "ftbquests.chapter.resource_generation.quest35.task_7910365384265410324.title": "Source", + "ftbquests.chapter.resource_generation.quest35.title": "Magical Bees", + "ftbquests.chapter.resource_generation.quest37.description1": "\u00267Tip: you\u0027ll need to breed Nature bees to get your first bits of nature essence!", + "ftbquests.chapter.resource_generation.quest4.description1": "Now pop a \u00266princess and drone into an apiary,\u0026r and watch the magic happen! Bees can generate some \u00266very useful resources\u0026r in their combs; initially, though, you\u0027ll have to process said combs on \u00266a cutting board.\u0026r", + "ftbquests.chapter.resource_generation.quest4.description2": "At first, you\u0027ll only get beeswax and honey drops, alongside some dead logs...", + "ftbquests.chapter.resource_generation.quest4.description3": "\u00267Tip: wasteland bees (and desiccated and dried bees) need dead bushes as their \u0027flowers\u0027!", + "ftbquests.chapter.resource_generation.quest4.title": "Beesources", + "ftbquests.chapter.resource_generation.quest5.description1": "By continuously re-breeding \u00266Wasteland\u0026r bees together, you can start to slowly revitalize them. \u00266Desiccated\u0026r and \u00266Dried\u0026r bees are slightly better, with a higher productivity and lifespan - meaning less maintenance and more combs!", + "ftbquests.chapter.resource_generation.quest5.task_3134995966104364628.title": "Dried", + "ftbquests.chapter.resource_generation.quest5.task_7818871944295114422.title": "Desiccated", + "ftbquests.chapter.resource_generation.quest5.title": "Reclaimed Bees", + "ftbquests.chapter.resource_generation.quest6.description1": "At some point, you\u0027ll want to take a closer look at your bees - the \u00266Analyzer\u0026r allows you to examine what genes exactly any given bee has, for the low cost of a single honey drop.", + "ftbquests.chapter.resource_generation.quest6.description2": "The \u00266Apid Library\u0026r shows you what mutations you can create with a bee\u0027s species.", + "ftbquests.chapter.resource_generation.quest6.description3": "The \u00266Microscope\u0026r allows you to research bee species, giving you a higher chance to mutate bees into a researched species.", + "ftbquests.chapter.resource_generation.quest6.description4": "\u00267Tip: the Microscope is a great way to get rid of unnecessary drones you have! Read the Apiarist Field Guide for more info on it.", + "ftbquests.chapter.resource_generation.quest6.title": "Tools of the Trade", + "ftbquests.chapter.resource_generation.quest67.description1": "\u00266Growth Accelerators\u0026r grow the crop above them faster. Higher tiers have higher ranges, meaning you can stack more underneath your farmland!", + "ftbquests.chapter.resource_generation.quest68.description1": "Essence infused watering cans can water a larger area faster.", + "ftbquests.chapter.resource_generation.quest7.description1": "If you want to process your combs more efficiently, you\u0027ll want to make a \u00266Centrifuge.\u0026r Powered by a generator, it automatically turns combs into comb products - no more manual chopping!", + "ftbquests.chapter.resource_generation.quest7.title": "Comb Processing ", + "ftbquests.chapter.resource_generation.quest73.description1": "\u00267Tip: unlimited wadduh", + "ftbquests.chapter.resource_generation.quest8.description1": "All essence seeds need to grow on specially prepared \u00266Essence Farmland.\u0026r", + "ftbquests.chapter.resource_generation.quest8.description2": "You can obtain your first bits of \u00266Inferium Essence\u0026r from killing mobs.", + "ftbquests.chapter.resource_generation.quest8.description3": "\u00267Tip: higher tier essence farmland will grow essence crops slightly faster!", + "ftbquests.chapter.resource_generation.quest9.description1": "These first elemental seeds don\u0027t have very many direct crafting uses, but are an important stepping stone to bigger and better things.", + "ftbquests.chapter.resource_generation.quest9.description2": "\u00267Tip: essence seeds aren\u0027t cloneable, meaning you\u0027ll need two or more to actually start increasing their stats!", + "ftbquests.chapter.resource_generation.quest9.title": "Elemental Seeds", + "ftbquests.chapter.resource_generation.title": "Resource Generation", + "ftbquests.chapter.the_color_green.quest1.description1": "You\u0027ve done it! You finally have grass. It\u0027s not exactly green, but you can \u00266bonemeal\u0026r a large area of it and \u00266get flowers!\u0026r", + "ftbquests.chapter.the_color_green.quest1.title": "Grass!", + "ftbquests.chapter.the_color_green.quest10.description1": "The \u00266Natural Altar\u0026r is a very important tool in the manipulation of natural energies.", + "ftbquests.chapter.the_color_green.quest10.description2": "Once the altar is fully built, it will drain \u00266aura\u0026r from its surroundings. It will then use those energies to \u00266transform items put into it.\u0026r ", + "ftbquests.chapter.the_color_green.quest10.description3": "You should also look into creating the \u00266Environmental Eye\u0026r - a very useful device that shows you the level of aura in the nearby area.", + "ftbquests.chapter.the_color_green.quest10.task_4749334638074014910.title": "Any Planks", + "ftbquests.chapter.the_color_green.quest10.title": "Natural Altar", + "ftbquests.chapter.the_color_green.quest11.description1": "Infusing iron in the Natural Altar creates, funnily enough, \u00266Infused Iron Ingots.\u0026r These have a wide variety of uses, but chief among them are some very nice tools and armor, with \u00266special abilities\u0026r and the unique property of being \u00266repairable using Aura.\u0026r", + "ftbquests.chapter.the_color_green.quest11.title": "Infused Iron", + "ftbquests.chapter.the_color_green.quest12.description1": "Extremely malleable, \u00266Andesite Alloy\u0026r is a crucial component of contraptions to come.", + "ftbquests.chapter.the_color_green.quest12.description2": "\u00267Tip: very small amounts of Create are needed to finish the pack, but you won\u0027t have to get too deep into it!", + "ftbquests.chapter.the_color_green.quest13.description1": "The Natural Altar requires aura in the surrounding area to function. It won\u0027t ever take the aura to a negative level, but it will \u00264stop working completely if the aura is low enough,\u0026r which means you\u0027ll need a way of replenishing it.", + "ftbquests.chapter.the_color_green.quest13.description2": "\u00266Ancient Saplings\u0026r are the most basic way to do this; once grown, if the area\u0027s aura is low enough, the tree\u0027s leaves will \u00264slowly wither away,\u0026r \u00266producing aura in the process.\u0026r", + "ftbquests.chapter.the_color_green.quest13.title": "Creating Aura", + "ftbquests.chapter.the_color_green.quest14.description1": "An excess of aura generates flowers - and this device can turn \u00266flowers into an excess of aura!\u0026r Make sure you feed it a \u00266balanced diet of different flowers,\u0026r though; too much of the same flower and it starts to give you \u00264diminishing returns.\u0026r", + "ftbquests.chapter.the_color_green.quest14.description2": "\u00267Tip: if the aura in an area is high enough, it\u0027ll charge aura caches! Crouch with a botanist tool (made from infused iron) to repair them with an aura cache in your inventory.", + "ftbquests.chapter.the_color_green.quest15.description1": "Mana\u0027s not very useful without ways to generate and move it! Starting out, your best source of mana is going to be the \u00266Endoflame.\u0026r", + "ftbquests.chapter.the_color_green.quest15.description2": "\u00267Tip: you can use the Wand of the Forest to bind the spreader to flowers and pools.", + "ftbquests.chapter.the_color_green.quest15.description3": "\u00267Tip 2: using a pressure plate but it\u0027s not working? Open your OPAC keybind (default [\u0027]) to turn off the Prot. Plates from Other setting!", + "ftbquests.chapter.the_color_green.quest15.task_4041437535513982933.title": "Wand of the Forest", + "ftbquests.chapter.the_color_green.quest15.title": "Generating Mana", + "ftbquests.chapter.the_color_green.quest16.description1": "Now that you have a more robust source of aura, you can put it to more use - a \u00266crumbling catalyst,\u0026r when placed on top of one of the lower four golden blocks of a natural altar, can crush things much more finely than you can by hand. It can get you \u00266more bone meal per bone, more gold powder per leaf, and even turn cobblestone into sand!\u0026r", + "ftbquests.chapter.the_color_green.quest17.description1": "There are a few items you can place on top of your altar to increase its capacity and recharge rate:", + "ftbquests.chapter.the_color_green.quest17.description2": "\u00266Torch:\u0026r +0.5x recharge rate", + "ftbquests.chapter.the_color_green.quest17.description3": "\u00266Skeleton Skull/Husk Head:\u0026r +1x recharge rate, +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description4": "\u00266Chalice:\u0026r +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description5": "Eventually, you can replace the torch with a candelabra, the skeleton skull with a wither skeleton or player skull, and the chalice with a filled chalice for even more recharge rate and capacity.", + "ftbquests.chapter.the_color_green.quest17.task_4639929492764668107.title": "Head Upgrade", + "ftbquests.chapter.the_color_green.quest17.title": "Altar Upgrades", + "ftbquests.chapter.the_color_green.quest18.description1": "Attuned stones are a very important part of witchcraft - not only do they let you \u00266craft necessary workstations,\u0026r they also give you the ability to perform certain rites \u00266without the need of an altar,\u0026r once charged!", + "ftbquests.chapter.the_color_green.quest18.description2": "\u00267Please note that this recipe needs altar power! Make sure your cauldron is within range of your altar!", + "ftbquests.chapter.the_color_green.quest19.description1": "If the \u00266Altar\u0026r is the backbone of witchcraft, the \u00266Distillery, Kettle,\u0026r and \u00266Spinning Wheel \u0026rare its phalanges. ", + "ftbquests.chapter.the_color_green.quest19.description2": "...strange metaphors aside, these blocks allow you to craft a wide variety of \u00266witchy goodies.\u0026r They will need to be placed within range of an altar, if their recipes require power.", + "ftbquests.chapter.the_color_green.quest19.title": "Tools of the Trade", + "ftbquests.chapter.the_color_green.quest2.description1": "Now that you have actual plants available, you can start to harness their latent life-energy to power rituals. To start, you\u0027ll have to create a structure capable of collecting it - an \u00266Altar\u0026r should do well here. Place your Altar blocks in a 2x3 rectangle and it should start collecting power!", + "ftbquests.chapter.the_color_green.quest2.description2": "The more \u00266plantlife\u0026r there is around the\u00266 Altar,\u0026r the more power you can store. This includes \u00266trees, grass, flowers, crops, vines, pumpkins, melons, and more!\u0026r", + "ftbquests.chapter.the_color_green.quest2.description3": "\u00267Tip: the altar has a range of 16 blocks! There is a cap to each kind of plantlife nearby as well, so make sure the surroundings are varied.", + "ftbquests.chapter.the_color_green.quest2.title": "Altar", + "ftbquests.chapter.the_color_green.quest20.description1": "An apparatus perfect for channelling large amounts of mana into collections of objects, the \u00266Runic Altar\u0026r will (obviously) let you make runes.", + "ftbquests.chapter.the_color_green.quest20.description2": "\u00267Tip: with the altar, if you don\u0027t have them already, you can craft mystical flower seeds!", + "ftbquests.chapter.the_color_green.quest21.description1": "Ember item and fluid pipes are relatively basic, but at this point in time they\u0027re fairly decent for small-scale operations. Pipes need extractors to pull items into them, and extractors need a redstone signal to be activated. There are a few other quirks to the system, all of which are explained in your \u00266Ancient Codex.", + "ftbquests.chapter.the_color_green.quest21.description2": "\u00267Note - basically everything in Embers needs a redstone signal to activate, so get ready to place plenty of levers!", + "ftbquests.chapter.the_color_green.quest21.title": "Dwarven Logistics", + "ftbquests.chapter.the_color_green.quest22.description1": "Now that you have some Ember, you\u0027ll need to turn it into useable energy somehow.", + "ftbquests.chapter.the_color_green.quest22.description2": "The\u00266 Ember Activator\u0026r turns solid Ember into \u00266Activated Ember;\u0026r pipe crystals and shards into the bottom, and attach an \u00266Ember Emitter to the top\u0026r to output \u00266Activated Ember.\u0026r ", + "ftbquests.chapter.the_color_green.quest22.description3": "Use a Tinker\u0027s Hammer on the emitter to link it to a receptor, give it a redstone signal, and you\u0027re transmitting Activated Ember!", + "ftbquests.chapter.the_color_green.quest22.description4": "\u00267Note that Ember Grit doesn\u0027t normally produce Activated Ember; you\u0027ll have to add a \u00266Heat Exchanger\u00267 to an activator to get energy out of it (which multiplies all ember production by 0.9x, but adds a flat +300 to all items production!)", + "ftbquests.chapter.the_color_green.quest22.title": "Activating Ember", + "ftbquests.chapter.the_color_green.quest23.description1": "One of the main ways to channel altar power is through the practice of \u00266circle magic.\u0026r Each ritual has a gold chalk glyph at its center, but the placement of other chalk glyphs changes depending on what kind of ritual you want to perform!", + "ftbquests.chapter.the_color_green.quest23.description2": "Most rituals can target a remote area using a waystone (blooded or otherwise), and some rituals can even be performed away from the altar by adding a charged attuned stone to them!\u00266 Read through the two reward books to find out what rituals you can perform.\u0026r", + "ftbquests.chapter.the_color_green.quest23.description3": "\u00267Tip: the rite of fertility is a cheap, easy way to mass bonemeal grass, crops or anything else!", + "ftbquests.chapter.the_color_green.quest23.title": "Circle Magic", + "ftbquests.chapter.the_color_green.quest24.description1": "You\u0027ll want to make a \u00266Copper Cell\u0026r to \u00266store your activated ember\u0026r - it works as a kind of \u0027battery\u0027 for the mystical energy.", + "ftbquests.chapter.the_color_green.quest24.description2": "To see how much ember is in the cell, place an \u00266Ember Dial\u0026r on it.", + "ftbquests.chapter.the_color_green.quest24.title": "Storing Ember", + "ftbquests.chapter.the_color_green.quest25.description1": "Ember is capable of melting metals and other items in the creatively-named \u00266Melter\u0026r - feed the bottom half ember, feed the top half items to melt, and you can extract molten metals from the top half.", + "ftbquests.chapter.the_color_green.quest25.description2": "This molten metal can be formed into a variety of shapes in a \u00266Stamper;\u0026r place the \u00266Stamp Base,\u0026r then the \u00266Stamper above it with a one-block gap\u0026r of air. Give the Stamper ember and a stamp, pipe molten metal into the base, and presto! Stamped and cooled metal products! ", + "ftbquests.chapter.the_color_green.quest25.description3": "Notably, you can use this process to \u00266produce plates more efficiently.\u0026r", + "ftbquests.chapter.the_color_green.quest25.title": "Melting and Stamping", + "ftbquests.chapter.the_color_green.quest26.description1": "By piping molten copper and gold into \u0026odifferent sides\u0026r of the bottom of a \u00266Mixer Centrifuge,\u0026r (along with some ember) you can combine them into a strong, ember-aligned metal called \u00266Dawnstone.\u0026r Pipe it out of the top and stamp it into ingots or plates!", + "ftbquests.chapter.the_color_green.quest26.description2": "\u00267Tip: use your Tinker\u0027s Lens to see what\u0027s going on in the mixer!", + "ftbquests.chapter.the_color_green.quest26.title": "Dawnstone", + "ftbquests.chapter.the_color_green.quest27.description1": "The Andesite Casing is a crucial part of any kind of mechanical apparatus.", + "ftbquests.chapter.the_color_green.quest28.description1": "For more advanced ember crafting, a special setup is required. An \u00266exchange tablet\u0026r with some \u00266pedestals\u0026r around it, when struck with a \u00266beam cannon pulse,\u0026r will transmute the center item into a new result item.", + "ftbquests.chapter.the_color_green.quest28.description2": "There is one complication, though. The pedestals need \u00266aspectii\u0026r to be placed on them, and you aren\u0027t sure which aspectii go with which items! The only way to find out is through experiementation - if the transmutation fails, it will produce \u0026balchemical waste.\u0026r When held and right clicked, the waste will reveal a number of \u00266glowing spots,\u0026r which tell you the number of \u00266aspectus/item combinations you got right.\u0026r", + "ftbquests.chapter.the_color_green.quest28.title": "Energetic Alchemy", + "ftbquests.chapter.the_color_green.quest29.description1": "Using the power of mana and a pumpkin, you think you can create a \u00266Fel Pumpkin\u0026r - a weak imitation of a blaze head. Pop this magically-charged head on top of two iron bars, and it\u0027ll turn into a passable facsimile of a blaze.", + "ftbquests.chapter.the_color_green.quest29.description2": "This imitation blaze always drops at least \u0026610 blaze powder.\u0026r This blaze powder can be spun into brilliant fiber, or distilled into more useful dusts!", + "ftbquests.chapter.the_color_green.quest29.description3": "\u00267Tip: you can capture an imitation blaze in the Blaze Burner!", + "ftbquests.chapter.the_color_green.quest29.title": "Knockoff Blazes", + "ftbquests.chapter.the_color_green.quest3.description1": "Using dye from the flowers you can get by \u00266bonemealing grass,\u0026r you can craft a special kind of fertilizer that can coax \u00266mystical flowers\u0026r to life.", + "ftbquests.chapter.the_color_green.quest3.description2": "\u00267Tip: you can also get mystical flower seeds through crossbreeding!", + "ftbquests.chapter.the_color_green.quest30.description1": "There are a few other ways you can process materials using andesite-based machinery; namely, \u00266compacting, pressing, and mixing\u0026r You\u0027ll need to find some way to capture a fire elemental if you want to expand your repertoire, though; \u0026bmaybe mana can help you somehow?\u0026r", + "ftbquests.chapter.the_color_green.quest30.title": "Mechanical Crafting", + "ftbquests.chapter.the_color_green.quest31.description1": "By blowing air through certain things, you can blast, smoke, wash, or \u00266haunt\u0026r items. This means you have access to essentially free bulk smelting!", + "ftbquests.chapter.the_color_green.quest31.description2": "More importantly, though - now that you can haunt items, you can make \u00266blackstone\u0026r by \u00266haunting\u0026r cobblestone, a crucial component of the \u00266Reformation Array.\u0026r", + "ftbquests.chapter.the_color_green.quest31.title": "Moving Air", + "ftbquests.chapter.the_color_green.quest32.description1": "Alchemical reformation is the process of \u00266turning one alchemical sulfur into another\u0026r - initially, you\u0027ll only be able to convert sulfurs of the \u00266same tier and type\u0026r to each other \u00266(like iron sulfur into lead sulfur!) \u0026r", + "ftbquests.chapter.the_color_green.quest32.description2": "To set up the reformation array, place down the target, source, and result pedestals somewhat near each other. Hold the sulfuric flux emitter and right click each pedestal, then place it on the mercury catalyst. ", + "ftbquests.chapter.the_color_green.quest32.description3": "Put mercury in the mercury catalyst, the target sulfur in the target pedestal, and the sulfur to convert in the source pedestal. Give it a moment, and you\u0027ll start converting the source sulfur into the target sulfur!", + "ftbquests.chapter.the_color_green.quest32.title": "Alchemical Reformation", + "ftbquests.chapter.the_color_green.quest33.description1": "A mechanical pump is capable of pumping liquids in the world into pipes when given mechanical power - \u00266it is much faster than the ember-fueled one!", + "ftbquests.chapter.the_color_green.quest34.description1": "The \u00266Rod of the Lands\u0026r can corporealize a tiny portion of mana into a full dirt block!", + "ftbquests.chapter.the_color_green.quest34.title": "(almost) Free Dirt", + "ftbquests.chapter.the_color_green.quest35.description1": "Carrying mana around with you enables you to use a plethora of bits and baubles. To transfer mana from a pool into the tablet, make sure the pool is on \u0027charge\u0027 mode by hovering over it with a wand of the forest.", + "ftbquests.chapter.the_color_green.quest35.title": "Portable Mana", + "ftbquests.chapter.the_color_green.quest36.description1": "Turn your mana tablet into a ring to store mana on-the-go \u00266without taking up an inventory slot!\u0026r", + "ftbquests.chapter.the_color_green.quest37.description1": "By attaching a mana rune to a manasteel ring, you can (VERY slowly) pull ambient mana into a mana storage device on your person, \u00266for free!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description1": "Distilling blaze powder and gunpowder together in a Distillery will grant you access to \u00266glowstone!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description2": "Getting \u00266redstone\u0026r is similar, using cinder flour in place of gunpowder.", + "ftbquests.chapter.the_color_green.quest38.description3": "\u00267Tip: you can also make glowstone and redstone with strength and night vision potions - it\u0027s up to you whether you want to take the Enchanted or Create route for these!\u0026r", + "ftbquests.chapter.the_color_green.quest38.title": "Useful Dusts", + "ftbquests.chapter.the_color_green.quest39.description1": "Once you have a pump, you can create a \u00266Spout\u0026r to dispense liquid onto items - this is a possible way to make \u00266glowstone or redstone,\u0026r if you\u0027re willing to set up the infrastructure.", + "ftbquests.chapter.the_color_green.quest4.description1": "The \u00266Pure Daisy\u0026r can, as its name implies, purify nearby objects. The most important things you should start with are \u00266logs and stone,\u0026r but there are a few other things you can purify as well!", + "ftbquests.chapter.the_color_green.quest4.description2": "Simply place the petal apothecary down, fill it with water, then toss in the petals and finally a seed!", + "ftbquests.chapter.the_color_green.quest4.description3": "\u00267Tip: check the usages of the Pure Daisy to see what else it can transform.", + "ftbquests.chapter.the_color_green.quest4.title": "Pure Daisy", + "ftbquests.chapter.the_color_green.quest40.description1": "The \u00266Alchemy Catalyst\u0026r allows you to use the power of mana to transmute a wide variety of items. Place it under a mana pool to start alchemizing!", + "ftbquests.chapter.the_color_green.quest40.description2": "You\u0027ll be able to convert flowers into other flowers, stone variants into other stone variants, flint into gunpowder (and vice versa), and ghast tears into ender pearls!", + "ftbquests.chapter.the_color_green.quest40.description3": "\u00266Notably, it lets you turn flax into feathers, necessary for tokens of fear.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description1": "The \u00266transmutation catalyst\u0026r modifies the natural altar to convert items into other items using Aura. Similar to the crumbling catalyst, it must be placed \u00266atop one of the four lower gold blocks of the altar.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description2": "The most immediately useful transmutation is that of \u00266sand into soul sand,\u0026r which will allow you to haunt things using the encased fan, as well as grow nether wart!", + "ftbquests.chapter.the_color_green.quest41.description3": "You can also convert netherrack into crimson and warped nylium.", + "ftbquests.chapter.the_color_green.quest42.description1": "The \u00266Millstone\u0026r can crush cobble into gravel, bones into bone meal, and a variety of plants into their respective dyes at a much higher rate of return.", + "ftbquests.chapter.the_color_green.quest43.description1": "The \u00266Codebreaking Slate\u0026r is very handy - you can put multiple pieces of alchemical waste into it and it will show you how many aspectus/item combinations you got right! It will also show you how many correct aspectii you have placed with the wrong items.", + "ftbquests.chapter.the_color_green.quest44.description1": "Your first \u00266archaic brick\u0026r can be made by infusing a regular brick with tainted gold and infused iron. Once you have one, you can use it to make more by simply infusing it with \u00266more clay and soul sand.\u0026r", + "ftbquests.chapter.the_color_green.quest45.description1": "The \u00266Mnemonic Inscriber\u0026r, when attached to an Exchange Tablet and given paper, will automatically write down the correct combination of aspectii for a given transmutation when you successfully complete one.", + "ftbquests.chapter.the_color_green.quest46.description1": "You can convert between sulfurs of the same type and rarity using the reformation array, but if you want to convert between different types (and the same rarity), you\u0027ll want to make \u00266Alchemical Niter\u0026r in a \u00266Fermentation Vat.\u0026r", + "ftbquests.chapter.the_color_green.quest46.description2": "Place \u00266water, sugar, and the sulfur\u0026r you want to ferment into the vat, then \u00266shift-right-click it to close it\u0026r and start the fermentation process. Once the barrel opens again, your fermentation is done, and you can take out your shiny new Niter!", + "ftbquests.chapter.the_color_green.quest46.description3": "Alchemical Niter can be converted in the \u00266Reformation Array\u0026r similar to how you convert sulfur - note, however, that depending on what type you\u0027re converting to, you will produce or require \u00266more than one niter!\u0026r", + "ftbquests.chapter.the_color_green.quest46.title": "Alchemical Conversion", + "ftbquests.chapter.the_color_green.quest47.description1": "The \u00266digestion vat\u0026r lets you \u00266convert sulfurs between rarities!\u0026r Place some niter and sal ammoniac (and if you\u0027re converting up, some alchemically pure gold) into it, and shift-right-click the vat to start the process! \u00266Four of the previous tier converts into one of the next tier, and vice versa.\u0026r", + "ftbquests.chapter.the_color_green.quest47.description2": "This (in combination with the fermentation vat) allows you to convert iron sulfur into common metal niter, down into four abundant metal niter, into four copper sulfur - that\u0027s \u00266FOUR copper per iron!\u0026r", + "ftbquests.chapter.the_color_green.quest47.description3": "This is a metal loop you could try automating...", + "ftbquests.chapter.the_color_green.quest47.description4": "\u00267Tip: you can start and stop the vats using a redstone signal!\u0026r", + "ftbquests.chapter.the_color_green.quest47.title": "Alchemical Exaltation", + "ftbquests.chapter.the_color_green.quest48.description1": "The \u00266Offering Table\u0026r is a special altar that will allow you to convert items into special empowered versions of themselves, most notably tokens and nature-infused ingots.", + "ftbquests.chapter.the_color_green.quest48.description2": "To use it, simply place whatever you want to infuse into it by right-clicking, then throw a \u00266Spirit of Calling\u0026r onto the altar to activate it.", + "ftbquests.chapter.the_color_green.quest48.description3": "\u00267Tip: You can convert more than one item at a time, using only one spirit of calling!\u0026r", + "ftbquests.chapter.the_color_green.quest48.description4": "\u00267Tip 2: this is a multiblock! Check your Book of Natural Aura to see how to build it.", + "ftbquests.chapter.the_color_green.quest49.description1": "You can capture a summoned blaze into a magicked cage. This cage, when placed under a basin, will let you brew potions more efficiently than a brewing stand.", + "ftbquests.chapter.the_color_green.quest5.description1": "Combining the nature-infused iron and some metaphysical heat and structure (courtesy of \u00266nether bricks\u0026r and a \u00266spruce sapling,\u0026r respectively), you can rearrange the latent potential of the metal to turn it into lead!", + "ftbquests.chapter.the_color_green.quest5.description2": "Vastly useful in a variety of mechanical applications, lead is a great first step to leveraging either \u00266raw mechanical power\u0026r or \u00266Ember\u0026r in your pursuits.", + "ftbquests.chapter.the_color_green.quest5.description3": "\u00267Tip: the ancient codex is a little confusing at first, but it will guide you through the Embers mod! Start at Natural Energy, right click entries to mark them as read, and make sure you \u0026lREAD CAREFULLY!", + "ftbquests.chapter.the_color_green.quest5.description4": "\u00267Tip 2: you can use Theurgy to triple ingot output from raw ores!", + "ftbquests.chapter.the_color_green.quest50.description1": "This is it. Using the power of the \u00266Offering Altar,\u0026r and some magically significant materials, you can create the basis of real, sentient life - chicken eggs.", + "ftbquests.chapter.the_color_green.quest50.subtitle": "Well, debatably", + "ftbquests.chapter.the_color_green.quest50.title": "Sentient Life", + "ftbquests.chapter.the_color_green.quest51.description1": "With runes, there are a few other options you have for generating mana:", + "ftbquests.chapter.the_color_green.quest51.description2": "* A \u00266Thermalily\u0026r generates bursts of mana using lava, but will consume lava for no gain if you give it lava too often", + "ftbquests.chapter.the_color_green.quest51.description3": "* An \u00266Entropinnyum\u0026r consumes TNT explosions (and is one of the best generating flowers in the game), but too often and it\u0027ll just blow itself up", + "ftbquests.chapter.the_color_green.quest51.description4": "* A \u00266Munchdew\u0026r consumes leaves, but does not drop saplings.", + "ftbquests.chapter.the_color_green.quest51.description5": "\u00267Tip: some flowers will generate too much mana for a basic spreader! You can use potency and velocity lenses to stretch this, but eventually, you\u0027ll need better spreaders...\u0026r", + "ftbquests.chapter.the_color_green.quest51.title": "Alternative Mana Sources", + "ftbquests.chapter.the_color_green.quest52.description1": "Now that you can turn sulfurs into other sulfurs, you can manually reconstitute \u00266silver sulfur\u0026r and use the \u00266Reformation Array\u0026r to turn gold sulfur into silver sulfur without having to re-make the sulfur over and over again!", + "ftbquests.chapter.the_color_green.quest52.description2": "\u00267Tip: sulfur sulfur sulfur sulfur\u0026r", + "ftbquests.chapter.the_color_green.quest52.title": "Moon Metal", + "ftbquests.chapter.the_color_green.quest53.description1": "The \u00266Wildfire Core\u0026r is a key piece of some advanced dwarven machinery.", + "ftbquests.chapter.the_color_green.quest54.description1": "The \u00266Wildfire Stirling,\u0026r when attached to machines and supplied with steam, increases the efficiency of their ember usage.", + "ftbquests.chapter.the_color_green.quest54.description2": "The first one cuts usage in half, the second one halves it again, and any more decrease the efficiency.", + "ftbquests.chapter.the_color_green.quest55.description1": "The \u00266Ignem Reactor\u0026r is the ultimate solution to high ember requirements - when placed between a \u00266Catalysis\u0026r and \u00266Combustion Chamber,\u0026r it refines ember at a MUCH higher rate than the Ember Activator; up to \u002669x more ember\u0026r per crystal item.", + "ftbquests.chapter.the_color_green.quest55.description2": "\u00267Tip: the Catalysis and Combustion Chambers need fuel to operate, check JEI for their fuels and multipliers.", + "ftbquests.chapter.the_color_green.quest55.title": "Ignem Reactor", + "ftbquests.chapter.the_color_green.quest56.description1": "With the power of alchemy, you can turn a charged attuned stone into a seed capable of turning ember into pure metal! These crystal seeds, when powered with an \u00266Ember Injector,\u0026r will slowly grow and drop metal nuggets.", + "ftbquests.chapter.the_color_green.quest56.description2": "Not every metal can be turned into these seeds, but you have figured out that you can actually \u00266obtain Zinc\u0026r through this alchemical process!", + "ftbquests.chapter.the_color_green.quest56.description3": "\u00267Tip: crystals will slowly level up and drop more and more metal. Moving them resets their level, though!", + "ftbquests.chapter.the_color_green.quest56.subtitle": "Zinc! (and others)", + "ftbquests.chapter.the_color_green.quest56.task_414198583111126714.title": "Any Metal Crystal Seed", + "ftbquests.chapter.the_color_green.quest56.title": "Metal Crystal Seeds", + "ftbquests.chapter.the_color_green.quest57.description1": "With Dawnstone, you can craft ember transferral devices that can handle much more throughput.", + "ftbquests.chapter.the_color_green.quest57.title": "High Volume Ember Transfer", + "ftbquests.chapter.the_color_green.quest58.description1": "Now that you have zinc, you can alloy it with copper to create brass! This is useful almost exclusively for \u00266mechanical contraptions.\u0026r", + "ftbquests.chapter.the_color_green.quest58.description2": "\u00266Electron Tubes\u0026r are also an important step to making more complicated contraptions. ", + "ftbquests.chapter.the_color_green.quest58.description3": "\u00266Rose Quartz\u0026r can be made in a heated basin, combining glowstone and redstone in a sal ammoniac bath.", + "ftbquests.chapter.the_color_green.quest58.title": "Advanced Contraptions", + "ftbquests.chapter.the_color_green.quest59.description1": "Packages and their associated transport items open up a huge amount of logistical freedom.", + "ftbquests.chapter.the_color_green.quest59.description2": "\u00267Tip: for more information, hover these items and hold W to ponder!", + "ftbquests.chapter.the_color_green.quest59.title": "Mechanical Logistics", + "ftbquests.chapter.the_color_green.quest6.description1": "\u00266Ember\u0026r is the lifeblood of the world. Despite whatever happened, there is still virtually infinite Ember available deep underground - you just need to make a machine that can mine it. ", + "ftbquests.chapter.the_color_green.quest6.description2": "Enter the \u00266Ember Bore\u0026r - place it on bedrock, add a \u00266Mechanical Core\u0026r above it so you can pipe things in and out of it, and give it some fuel! It\u0027ll start digging up that sweet, sweet Ember.", + "ftbquests.chapter.the_color_green.quest6.description3": "\u00267Tip: the Mechanical Core acts as an extension for most Embers multiblocks! You can transfer items, fluid, and ember in and out of the core as if it was a part of the block it is attached to.", + "ftbquests.chapter.the_color_green.quest6.description4": "\u00267Tip 2: USE YOUR MECHANICAL LENS! It\u0027s EXTREMELY helpful for figuring out how Ember\u0027s machines work.", + "ftbquests.chapter.the_color_green.quest6.title": "Drilling for Ember", + "ftbquests.chapter.the_color_green.quest60.description1": "With access to brass and electron tubes, you can make a Mechanical Crafter. These, in combination with \u00266factory gauges\u0026r and \u00266package logistics,\u0026r allow you to set up automatic stocking and crafting of items!", + "ftbquests.chapter.the_color_green.quest60.title": "Autocrafting", + "ftbquests.chapter.the_color_green.quest61.description1": "You can fortify infused iron with prosperity shards to create a basic \u00266prosperity ingot,\u0026r ready to augment with agricultural essence.", + "ftbquests.chapter.the_color_green.quest61.description2": "One of the best uses of this ingot is to make a better watering can.", + "ftbquests.chapter.the_color_green.quest61.title": "Better Watering", + "ftbquests.chapter.the_color_green.quest62.description1": "With empowered tokens, you can craft the \u00266Creational Catalyst\u0026r - this removes the innate limit on most aura producing blocks, and lets you overcharge the local area with Aura.", + "ftbquests.chapter.the_color_green.quest62.description2": "\u00267Tip: aureareaurearuea", + "ftbquests.chapter.the_color_green.quest63.description1": "You\u0027ve felt a strange tingling on your skin ever since you woke up - you think this might be a manifestation of \u00266Aura,\u0026r a natural phenomenon that you might be able to further harness.", + "ftbquests.chapter.the_color_green.quest63.description2": "To get started, craft a \u00266Bottle and Cork\u0026r and \u00266right click the air\u0026r to gather some Aura for further study.", + "ftbquests.chapter.the_color_green.quest63.title": "Bottling Sunlight", + "ftbquests.chapter.the_color_green.quest64.description1": "The \u00266Mana Blaster\u0026r is a portable mana spreader that you can fire at will, using mana from a storage device on your person. You can also attach lenses to it, to use their special properties!", + "ftbquests.chapter.the_color_green.quest65.description1": "\u00266Mana Lenses\u0026r can change the properties of a mana burst fired from a spreader. They can increase the color, potency, speed, and even make the burst go \u00266through blocks\u0026r or \u00266break them\u0026r altogether! Read your \u00266Lexica Botania\u0026r for more details.", + "ftbquests.chapter.the_color_green.quest65.description2": "\u00267Tip: the weight lens makes blocks a mana burst hits fall - you can exploit this property to get blocks that normally need silk touch by having them fall onto something like a torch!", + "ftbquests.chapter.the_color_green.quest66.description1": "Now that you have\u00266 Ember\u0026r, what can you do with it?", + "ftbquests.chapter.the_color_green.quest66.description2": "One useful item is the \u00266Hearth Coil\u0026r - when provided with Ember, it can be used as a VERY fast furnace.", + "ftbquests.chapter.the_color_green.quest67.description1": "With \u00266Dawnstone\u0026r comes a better way of activating ember - the \u00266Pressure Refinery.\u0026r", + "ftbquests.chapter.the_color_green.quest67.description2": "It \u00264requires water\u0026r as well, but can boost your ember production up to \u002661.5x the value\u0026r of a plain activator.", + "ftbquests.chapter.the_color_green.quest67.description3": "Additionally, if placed atop a metal block surrounded by lava or fire it can double that, getting up to \u002663x the value\u0026r of crystalline ember! ", + "ftbquests.chapter.the_color_green.quest68.description1": "The \u00266Beam Splitter\u0026r allows you to, well, split beams. Ember sent into it will be divided into two bursts sent out from either end.", + "ftbquests.chapter.the_color_green.quest68.description2": "The \u00266Crystal Cell\u0026r is a much higher capacity way to store Ember - piping more crystalline ember into it will \u00266increase its storage limit.\u0026r", + "ftbquests.chapter.the_color_green.quest68.title": "Advanced Ember Logistics", + "ftbquests.chapter.the_color_green.quest69.description1": "With the acquisition of Dawnstone, you can make a special chamber to manipulate elemental mercury into a source of energy. ", + "ftbquests.chapter.the_color_green.quest69.description2": "The \u00266Mercury Catalyst\u0026r can convert mercury into Mercury Flux (MF) which, in combination with a \u00266Caloric Flux Emitter\u0026r, can be used to power alchemical devices that would normally need a pyromantic brazier underneath them!", + "ftbquests.chapter.the_color_green.quest69.description3": "\u00267Tip: one mercury shard produces as much energy as one piece of charcoal!", + "ftbquests.chapter.the_color_green.quest69.title": "Mercurial Power", + "ftbquests.chapter.the_color_green.quest7.description1": "The combination of brilliant fiber and nether bricks is superficially similar to the weak gold ore deposits you remember existing in the Nether. They\u0027re so similar, in fact, that \u00266a Pure Daisy will convert Golden Nether Bricks into Nether Gold Ore!\u0026r", + "ftbquests.chapter.the_color_green.quest7.description2": "\u00267Tip: there is a better way to make brilliant fiber, but you\u0027ll need to get blaze powder somehow... ", + "ftbquests.chapter.the_color_green.quest7.title": "Gold", + "ftbquests.chapter.the_color_green.quest70.description1": "With high enough aura in an area, \u00266dried earth will slowly convert to dirt!\u0026r", + "ftbquests.chapter.the_color_green.quest70.description2": "If you want to stop this effect from happening, \u00266Powder of Dried Stasis\u0026r will prevent the conversion of dried earth to dirt in the area it\u0027s placed in.", + "ftbquests.chapter.the_color_green.quest70.subtitle": "pseudo-terraforming", + "ftbquests.chapter.the_color_green.quest70.title": "Regrowth?", + "ftbquests.chapter.the_color_green.quest71.description1": "The \u00266Bin\u0026r is a fantastic block that automatically collects the outputs of various dwarven machinery.", + "ftbquests.chapter.the_color_green.quest71.description2": "Simply attach it to the \u00266bottom\u0026r of a machine (like, say, the stamper base) and it\u0027ll fill up with products.", + "ftbquests.chapter.the_color_green.quest72.description1": "With an imitation blaze head and a couple of real magical reagents, you can \u00266summon a real blaze!\u0026r", + "ftbquests.chapter.the_color_green.quest72.description2": "This summoned blaze always drops at least 3 blaze rods. ", + "ftbquests.chapter.the_color_green.quest72.description3": "\u00267Tip: the ritual to summon the blaze is described in the Reclamation Rituals book.\u0026r", + "ftbquests.chapter.the_color_green.quest72.title": "Real Blazes", + "ftbquests.chapter.the_color_green.quest8.description1": "The \u00266Pure Daisy\u0026r is able to turn mundane stone and logs into much more naturally-aligned versions of themselves.", + "ftbquests.chapter.the_color_green.quest8.title": "Living Materials", + "ftbquests.chapter.the_color_green.quest9.description1": "You can use a bucket to \u00266strategically place lava and water\u0026r to make a nether portal frame. It\u0027s not ideal, but it\u0027s definitely easier than trying to mine obsidian with an iron pickaxe!", + "ftbquests.chapter.the_color_green.quest9.description2": "Similar to the overworld, the nether is bare of ores and even more devoid of life - \u00264there are zero spawns there, and only one biome.", + "ftbquests.chapter.the_color_green.quest9.description3": "\u00267Tip: you can also make obsidian on the natural altar - but be warned, it\u0027s pretty costly aura-wise!", + "ftbquests.chapter.the_color_green.quest9.task_4075772383648127092.title": "Visit the Nether", + "ftbquests.chapter.the_color_green.quest9.title": "The Nether", + "ftbquests.chapter.the_color_green.title": "Touching Grass", + "ftbquests.chapter.the_hunt_for_grass.quest1.description1": "Now that you have dirt, your next step is to turn it into grass, so that you can start bringing a little bit of green into the world.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description1": "Plants in Agricraft are diploid organisms - essentially, every plant has two sets of attributes: active and inactive (or dominant and recessive). \u00266The active trait is the one that actually affects the plant,\u0026r but the inactive trait comes into play when breeding plants together. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description2": "When a crossbreed occurs, each plant \u00266adjacent\u0026r to the crossbreed crop sticks has a \u00266chance\u0026r depending on its \u00266fertility\u0026r to count as a parent. If there\u0027s only one parent selected, the resulting plant is a clone. If more than one parent is selected, each has a chance to pass on one half of its genes to the resulting plant.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description3": "For example, if you bred a plant with gain of 3-2 with a plant who\u0027s gain is 4-2, it would result in a plant with a gain stat of either 4-3, 4-2, 3-2, or 2-2. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description4": "To figure out what the possibilities are for two parent plants, you can use a punnett square:", + "ftbquests.chapter.the_hunt_for_grass.quest10.description5": "Each square has an equal chance of getting chosen - additionally, there is a small chance for a mutation to occur; whether this mutation is beneficial or not depends on each parent\u0027s \u00266mutativity stat.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest10.image0": "{image:reclamation:textures/quests/punnett.png width:150 height:150 align:center}", + "ftbquests.chapter.the_hunt_for_grass.quest10.task_2773659192565899586.title": "What the heck are these numbers?", + "ftbquests.chapter.the_hunt_for_grass.quest10.title": "How do I get better stats?", + "ftbquests.chapter.the_hunt_for_grass.quest11.description1": "Each plant has five stats, when planted on crop sticks. You can see these stats by crouching and looking at the plant, or using a magnifying glass. The stats affect a variety of things:", + "ftbquests.chapter.the_hunt_for_grass.quest11.description2": "\u00266Fertility\u0026r is how likely a plant is to get chosen as a parent for cross-breeding.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description3": "\u00266Gain\u0026r increases how much a plant will produce when harvested.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description4": "\u00266Growth\u0026r affects the speed a plant grows at.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description5": "\u00266Mutativity\u0026r raises the chance for a cross-breed (when it occurs) to be beneficial.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description6": "\u00266Strength\u0026r broadens the possible growing conditions for a plant - for example, cactus can always grow on sand, but with a strength of 10, it can grow on normal farmland!", + "ftbquests.chapter.the_hunt_for_grass.quest11.subtitle": "What do they mean?", + "ftbquests.chapter.the_hunt_for_grass.quest11.task_7047347176409476035.title": "Read", + "ftbquests.chapter.the_hunt_for_grass.quest11.title": "The numbers, Mason!", + "ftbquests.chapter.the_hunt_for_grass.quest12.description1": "That was A LOT of info - what it boils down to is higher numbers \u003d better, breed higher statted plants together to get better plants, use bonemeal on cross sticks to speed up the crossbreeding process. ", + "ftbquests.chapter.the_hunt_for_grass.quest12.description2": "If your plant is not growing, look at it while crouching - it might need a different type of soil.", + "ftbquests.chapter.the_hunt_for_grass.quest12.description3": "\u00267Tip: getting your first beneficial mutation \u00264will be slow,\u00267 but you can speed it up by \u00266planting crops in a plus shape,\u00267 with the cross sticks in the middle! This means each potential crossbreed has \u00266four\u00267 chances to pick parents, instead of \u00264just two.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest12.subtitle": "English, poindexter?", + "ftbquests.chapter.the_hunt_for_grass.quest12.task_7762997780188473985.title": "WAY too complicated", + "ftbquests.chapter.the_hunt_for_grass.quest12.title": "That was a lot...", + "ftbquests.chapter.the_hunt_for_grass.quest13.description1": "Now that you have a way to grow and breed plants, you should get started on broadening your base of food. Either \u00266breed the plants you have\u0026r into the two other staple crops from the old world, or \u00266find them on the mutated inhabitants\u0026r of the new.", + "ftbquests.chapter.the_hunt_for_grass.quest13.description2": "\u00267Tip: to find mutations, look up the recipe for the seed of the plant in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.description3": "\u00267Tip 2: to see what conditions a seed needs to grow (including what blocks it can grow on), check the uses of the seed in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.title": "Edible Plants", + "ftbquests.chapter.the_hunt_for_grass.quest14.description1": "At some point, you\u0027re going to run out of ruins. Thankfully, there is a special kind of flower called the \u00266Cuprosia \u0026ryou can breed that can harvest \u00266trace amounts of copper from the water.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest14.description2": "\u00267Tip: the flower will only grow in a waterlogged crop. If you successfully crossbreed the Cuprosia but the crop stick it\u0027s on is not waterlogged, \u00264it will not grow. \u00267Additionally, it can \u00264only grow on gravel\u00267 at strength 1.", + "ftbquests.chapter.the_hunt_for_grass.quest14.description3": "\u00267Tip 2: plant species can be recessive! Use your magnifying glass.", + "ftbquests.chapter.the_hunt_for_grass.quest14.title": "Growing copper?", + "ftbquests.chapter.the_hunt_for_grass.quest15.description1": "Now you have to find a way to turn the nascent life energy within the tree into some form of grass. There was a ritual you remember that was able to condense said energy into a special seed...", + "ftbquests.chapter.the_hunt_for_grass.quest15.description2": "Witchcraft can help you here - brew up some \u00266brilliant fiber,\u0026r apply it to some tree leaves, and watch it \u00266spread!\u0026r Once you have enough, break the leaves - the gilded leaves you\u0027ll get will be able to crush into a \u00266fine gold dust,\u0026r perfect for this ritual.", + "ftbquests.chapter.the_hunt_for_grass.quest15.title": "Gold Leaf", + "ftbquests.chapter.the_hunt_for_grass.quest16.description1": "Now that you have a way to conduct the ritual, you can create a \u00266Pasture Seed,\u0026r which will let you finally \u00266bring back grass to the world!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest16.description2": "\u00267To find out how to actually do the ritual, check how to do a Ritual of the Forest in your Book of Natural Aura.", + "ftbquests.chapter.the_hunt_for_grass.quest16.title": "Ritual of the Forest", + "ftbquests.chapter.the_hunt_for_grass.quest17.description1": "The \u00266Witch\u0027s Oven\u0026r can be used to distill saplings into \u00266special magic fumes,\u0026r which are especially potent in a variety of magical rites.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description1": "Using some sapling fumes and some plantlife, you can create \u00266Pasture Seeds\u0026r - special seeds that will place an \u00266area of grass\u0026r on nearby dirt.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description2": "\u00267Tip: due to a bug in the mod, watering cans will not work to start the ritual of the forest!", + "ftbquests.chapter.the_hunt_for_grass.quest18.subtitle": "Not as green as I\u0027d like...", + "ftbquests.chapter.the_hunt_for_grass.quest18.title": "Grass!", + "ftbquests.chapter.the_hunt_for_grass.quest19.description1": "The composter can turn \u00266extra seeds and crops into bonemeal!\u0026r No more hunting skeletons in the middle of the night.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description1": "Even through the lack of nutrients in the soil, some especially-tough tufts of grass have held on. Some even have \u00266seeds that you can find\u0026r and try to coax to life.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description2": "Some of these seem \u00266especially magical\u0026r - you wonder if you could use them in any way...", + "ftbquests.chapter.the_hunt_for_grass.quest2.description3": "\u00267Tip: you\u0027ll probably only want to harvest mandrake at night until you get its strength up!", + "ftbquests.chapter.the_hunt_for_grass.quest2.title": "Seeds", + "ftbquests.chapter.the_hunt_for_grass.quest20.description1": "You can get straw rarely by cutting grass with a \u00266knife.\u0026r Use it to make leads, ropes, and building blocks!", + "ftbquests.chapter.the_hunt_for_grass.quest20.task_1283594596619655186.title": "Any Knife", + "ftbquests.chapter.the_hunt_for_grass.quest20.title": "Straw", + "ftbquests.chapter.the_hunt_for_grass.quest21.description1": "You can turn bonemeal, dirt, and some organic material into \u00266organic compost.\u0026r When placed down, the compost will\u00266 turn into rich soil \u0026rafter a while (sped up by sunlight, water, and proximity to other rich soil or mushrooms), which grows most crops \u00266faster than regular farmland!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest21.title": "Rich Farmland", + "ftbquests.chapter.the_hunt_for_grass.quest22.description1": "Now that you have access to iron, you can make a \u00266watering can.\u0026r Higher-tier versions exist and are much better, but the basic version can still speed up the growth of crops.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description1": "This pack contains \u00266Via Romana\u0026r, a sign-based fast travel system. In order to fast travel using signs, you must first \u00266build a path and traverse it\u0026r before you can teleport across it. ", + "ftbquests.chapter.the_hunt_for_grass.quest23.description2": "\u00266Shift-left-click\u0026r on a sign at the start of your path, then \u00266shift-left-click\u0026r on a sign at the end of your path. Once you start pathing from one sign to the other, you need to follow a player-made path. If you deviate, you\u0027ll \u0026cstop\u0026r building the fast travel route and have to backtrack.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description3": "Once linked, just punch the sign and you\u0027ll fast travel!", + "ftbquests.chapter.the_hunt_for_grass.quest23.description4": "\u00267Tip: to see what blocks count as path blocks, search \u00262#via_romana:path_block\u00267 in your recipe viewer.", + "ftbquests.chapter.the_hunt_for_grass.quest23.task_5888718684745127233.title": "Any Warpable Sign", + "ftbquests.chapter.the_hunt_for_grass.quest23.title": "Signpost Travel", + "ftbquests.chapter.the_hunt_for_grass.quest24.description1": "\u00266Fume Funnels,\u0026r when placed next to a Witch\u0027s Oven, raise the chance of getting fumes from items.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description1": "Tired of hearing those godforsaken \u00266mandrakes\u0026r shriek? Make some \u00266earmuffs!\u0026r They\u0027ll protect you from getting your ears blown out by their piercing scream.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description2": "\u00267Tip: the higher the strength stat on mandrake is, the less likely they are to wake up.", + "ftbquests.chapter.the_hunt_for_grass.quest25.title": "OSHA Approved", + "ftbquests.chapter.the_hunt_for_grass.quest26.description1": "With the re-introduction of actual saplings to the world, you might want to make slightly better tools than the basic pickaxe and axe you\u0027re used to.", + "ftbquests.chapter.the_hunt_for_grass.quest26.description2": "The \u00266Hammer, Excavator, and Broadaxe\u0026r can break blocks in a \u002663x3 area\u0026r (and the broadaxe breaks in \u002663x3x3!\u0026r), making terraforming and general resource collection much easier.", + "ftbquests.chapter.the_hunt_for_grass.quest26.task_4941645910113139201.title": "Any AOE Tool", + "ftbquests.chapter.the_hunt_for_grass.quest3.description1": "Unless you get lucky and find an ingot or two among the husks, you\u0027ll need some way to make iron ingots. ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description2": "Luckily, one of those plants you found has a rudimentary circulatory system, which has enough thematic overlap with actual hemoglobin that you can use it to precipitate hemoglobic fluid...", + "ftbquests.chapter.the_hunt_for_grass.quest3.description3": "Basically, you found a \u00266plant that grows blood\u0026r and you\u0027re gonna \u00266make iron out of it\u0026r by putting it into a \u00266Sal Ammoniac Accumulator above a Fluid Vessel.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description4": "\u00267Note: A Sal Ammoniac tank is meant only for sal ammoniac, so you \u0026oneed\u0026r\u00267 to place the \u0026lfluid vessel\u0026r\u00267 below it.", + "ftbquests.chapter.the_hunt_for_grass.quest3.title": "Hemoglobic Fluid", + "ftbquests.chapter.the_hunt_for_grass.quest4.description1": "Now that you have your hemoglobic fluid, you can \u00266use it as a solvent in your Liquefaction Cauldron to liquify copper\u0026r - the iron in the fluid will transform the copper sulfur into \u00266Iron Alchemical Sulfur.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.description2": "You\u0027ll also need some \u00266Mineral Alchemical Salt\u0026r - you can get this by \u00266calcifying charcoal,\u0026r or re-calcifying \u00266a large amount of Strata salt.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.title": "Salt and Sulfur", + "ftbquests.chapter.the_hunt_for_grass.quest5.description1": "You\u0027re almost there! Just throw the \u00266Iron Alchemical Sulfur, Mineral Alchemical Salt, \u0026rand\u00266 Alchemical Mercury\u0026r into the \u00266Incubator, \u0026rand you\u0027ll have iron!", + "ftbquests.chapter.the_hunt_for_grass.quest6.description1": "You can mash up the magical plants you\u0027ve found into something you\u0027re calling \u00266Anointing Paste.\u0026r You\u0027re pretty sure you can apply it to something, but what? ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description1": "Now that you have a bit of iron, you can make a cauldron and \u00266anoint\u0026r it to make a \u00266Witch\u0027s Cauldron\u0026r - a magically-insulated vessel for brewing all sorts of witchy goodness. ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description2": "Fill it with three buckets of water, place it over a campfire, and it\u0027ll start boiling!", + "ftbquests.chapter.the_hunt_for_grass.quest7.description3": "\u00267Tip: if your brew spoils (turns brown because you put items in out of order or incorrectly), you can use an empty bucket to empty the cauldron.", + "ftbquests.chapter.the_hunt_for_grass.quest7.task_2385086996515714487.title": "Anoint a Cauldron", + "ftbquests.chapter.the_hunt_for_grass.quest8.description1": "With a little bit of magic (and a reinforced witchy cauldron), you can make a \u00266potent mutagen\u0026r - potent enough to mutate those \u00266dead bushes\u0026r you\u0027ve been seeing around into \u00266actual saplings!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest8.subtitle": "Minor necromancy", + "ftbquests.chapter.the_hunt_for_grass.quest8.task_6488684102089578318.title": "Any Sapling", + "ftbquests.chapter.the_hunt_for_grass.quest8.title": "Saplings!", + "ftbquests.chapter.the_hunt_for_grass.quest9.description1": "The seeds you\u0027ve been finding have uniquely adapted themselves to their harsh environment. As a consequence, however, they\u0027ve become \u00264much less productive, focusing entirely on survival.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest9.description2": "You can try to selectively breed your meager collection of seeds together to make them \u00266grow faster\u0026r and \u00266produce more,\u0026r or even try \u00266cross-breeding them\u0026r to start bringing back extinct species of plant...", + "ftbquests.chapter.the_hunt_for_grass.quest9.description3": "To start, plant any seeds you have onto specially-prepared \u00266Crop Sticks.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.title": "A Whiff of Normal", + "ftbquests.chapter.the_sound_of_life.quest1.description1": "Debatably sentient life in the form of chickens! Even more importantly, these chickens will produce \u00266eggs,\u0026r the root of all fauna.", + "ftbquests.chapter.the_sound_of_life.quest1.title": "Sentient Life", + "ftbquests.chapter.the_sound_of_life.quest10.description1": "You can upgrade your blood altar by placing runes around it - your \u00266Sanguine Scientiem\u0026r can give you specifics. A tier 2 altar can create \u00266Reinforced Slates!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest10.description2": "Used for creating special runes that give your blood altar benefits, among other things, they are just that much more potent than a regular blank slate.", + "ftbquests.chapter.the_sound_of_life.quest10.title": "Tier 2 Slates", + "ftbquests.chapter.the_sound_of_life.quest11.description1": "A tier 3 altar can create \u00266Imbued Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.description2": "Even stronger than the reinforced version, they can make even better rune upgrades for your blood altar, as well as the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.title": "Tier 3 Slates", + "ftbquests.chapter.the_sound_of_life.quest12.description1": "The \u00266Alchemical Reaction Chamber\u0026r is capable of a great many things, but one of the most important is its ability to produce gems - \u00266diamond, lapis, and amethyst.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description1": "With access to gems, you can make a \u00266Tainted Blood Pendant,\u0026r which you can then infuse with \u00266Regeneration!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description2": "This makes poking yourself for life essence much more bearable...", + "ftbquests.chapter.the_sound_of_life.quest13.description3": "\u00267Tip: prismarine can be made either through Create\u0027s haunting or Nature\u0027s Aura\u0027s Natural Altar.", + "ftbquests.chapter.the_sound_of_life.quest14.description1": "Alchemizing with lifeforce provides the extra punch needed to transmute base materials into \u00266precious gems\u0026r using the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest14.description2": "\u00267Tip: once you\u0027ve made one of a specific kind of gem, you can use Theurgy to convert more materials into that gem\u0027s sulfur without having to go through the whole blood transmutation again!", + "ftbquests.chapter.the_sound_of_life.quest14.title": "Gems!", + "ftbquests.chapter.the_sound_of_life.quest15.description1": "A renewable source of gems would be much appreciated - thankfully, you can perform a \u00266special wiccan ritual\u0026r to turn a block of amethyst into its budding version.", + "ftbquests.chapter.the_sound_of_life.quest15.description2": "\u00267Tip: you can use blood magic\u0027s arcane ashes to draw a pentagram on your altar, giving it an addtional 1.5x boost to total power capacity!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest15.description3": "\u00267Tip 2: the instructions for this ritual can be found in your Reclamation Rituals book.", + "ftbquests.chapter.the_sound_of_life.quest16.description1": "Now that you have access to gems, you can start to manipulate \u00265Source, \u0026ranother type of magical energy you remember from before.", + "ftbquests.chapter.the_sound_of_life.quest16.description2": "To start, you\u0027ll want to turn lapis or amethyst shards into source gems using an \u00266Imbuement Chamber.\u0026r However, for an Imbuement Chamber, you\u0027ll need a special kind of wood. Because \u00265Source\u0026r is innately intertwined with \u00264Life Essence,\u0026r infusing an already magically-resonant tree with \u00264Life Essence\u0026r should produce a suitable sapling.", + "ftbquests.chapter.the_sound_of_life.quest16.description3": "\u00267Tip: you can convert between the four types of sapling using a mana pool!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest16.title": "Archwood", + "ftbquests.chapter.the_sound_of_life.quest17.description1": "With Archwood, you can now create \u00266Source Gems,\u0026r a perfect focusing medium for the arcane energies of \u00265Source.\u0026r Just toss some amethyst or lapis into an \u00266Imbuement Chamber!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest17.description2": "At first, you\u0027ll be slowly imbuing gems with the trace amounts present in the air, but once you get a way to generate \u00265Liquid Source,\u0026r you\u0027ll be converting gems in a flash!", + "ftbquests.chapter.the_sound_of_life.quest17.title": "Source Gems", + "ftbquests.chapter.the_sound_of_life.quest18.description1": "By offering an \u00266Imbued Slate\u0026r to the gods, you can convert mundane iron into the dense ingot of \u00266Osmium.\u0026r This metal is crucial to advanced mechanical applications.", + "ftbquests.chapter.the_sound_of_life.quest18.title": "Supermassive", + "ftbquests.chapter.the_sound_of_life.quest19.description1": "Now that you have a source of power, you\u0027ll want to start making real machinery. Your first step - a \u00266Metallurgic Infuser.\u0026r This machine can do a wide varity of things, but one of the most important is its ability to create \u00266steel,\u0026r another critical metal for your foray into technology.", + "ftbquests.chapter.the_sound_of_life.quest19.description2": "Infusing \u00266iron with coal,\u0026r while inefficient, is your only real way to make it - at least for now.", + "ftbquests.chapter.the_sound_of_life.quest19.title": "Steel", + "ftbquests.chapter.the_sound_of_life.quest2.description1": "Now that you have access to a breedable animal, you can utilize their excess vitalic energy to birth new creatures. ", + "ftbquests.chapter.the_sound_of_life.quest2.description2": "In an area with high Aura concentration, \u00266breeding mobs together\u0026r will generate \u00266Spirits of Birthing.\u0026r These spirits can be tossed alongside some other reagents onto an \u00266Altar of Birthing\u0026r to spawn new creatures.", + "ftbquests.chapter.the_sound_of_life.quest2.title": "Altar of Birthing", + "ftbquests.chapter.the_sound_of_life.quest20.description1": "The basis of every machine worth making, \u00266a Steel Casing \u0026ropens up limitless possibilities. ", + "ftbquests.chapter.the_sound_of_life.quest20.description2": "Almost quadrupling raw ore into ingots, turning plants into energy, or even fusion reactors all start with the humble steel casing.", + "ftbquests.chapter.the_sound_of_life.quest20.title": "Basic Machinery", + "ftbquests.chapter.the_sound_of_life.quest21.description1": "The \u00266Enrichment Chamber\u0026r can slightly boost the outputs of raw ores, clean blocks, and refine reagents for the \u00266Metallurgic Infuser,\u0026r creating enriched versions of items that are \u002668 times more efficient!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest22.description1": "Before you can do anything related to machinery, you\u0027ll need a source of power. Thankfully, \u0026bbotanic mana\u0026r is easily convertible to \u0026credstone flux.\u0026r Simply point a mana spreader at a \u00266Mana Fluxfield\u0026r and it\u0027ll output \u0026cRF\u0026r to any adjacent blocks.", + "ftbquests.chapter.the_sound_of_life.quest22.description2": "\u00267You can also use a heat generator, but it\u0027s VERY inefficient and (probably) not even worth making!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description1": "With the acquisition of lapis, you can now make the \u00266Terrestrial Agglomeration Plate,\u0026r a necessary step in your mastery of \u0026bbotanic mana.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description2": "Combining mana-infused versions of a diamond, an ender pearl, and iron (alongside a tremendous amount of mana) creates \u00266Terrasteel,\u0026r a unique alloy that is incredibly strong and mana conductive.", + "ftbquests.chapter.the_sound_of_life.quest23.description3": "\u00267Tip: use sparks instead of mana spreaders for a much faster mana transfer rate!", + "ftbquests.chapter.the_sound_of_life.quest23.title": "Terrasteel", + "ftbquests.chapter.the_sound_of_life.quest24.description1": "Steel allows you to make better pipes of all kinds, able to transport items, fluids, RF, chemicals, and even heat. These have a number of \u00266advantages over caminite-based alternatives,\u0026r mainly their lack of reliance on redstone and their upgradeability.", + "ftbquests.chapter.the_sound_of_life.quest24.task_1474346775141796701.title": "Any Basic Logistic Item", + "ftbquests.chapter.the_sound_of_life.quest24.title": "Advanced Logistics", + "ftbquests.chapter.the_sound_of_life.quest25.description1": "The \u00266Rotary Condensentrator\u0026r allows you to convert liquids to gases, and vice versa. This is useful for storage purposes, but it also allows you to aerate Life Essence!", + "ftbquests.chapter.the_sound_of_life.quest26.description1": "The \u00266Gas-Burning Generator\u0026r can produce a large amount of RF very quickly - it\u0027s a solid midrange option that will most likely carry your energy needs until you start making reactors.", + "ftbquests.chapter.the_sound_of_life.quest26.description2": "\u00266Aerated Essence \u0026ris relatively easy to produce, and can be burned to produce a solid amount of RF. It\u0027s macabre, but it works!", + "ftbquests.chapter.the_sound_of_life.quest27.description1": "\u00266Ethylene\u0026r is another gas you can burn in the gas-burning generator; even a small amount can be burned for a rather large amount of energy.", + "ftbquests.chapter.the_sound_of_life.quest27.description2": "\u00267Note: Ethylene burning has been nerfed in this pack! It\u0027s still useful, just not as absolutely game-breakingly energy dense as it normally is.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest27.title": "Ethylene", + "ftbquests.chapter.the_sound_of_life.quest28.description1": "Ethylene can be further mixed with Aerated Essence to produce Blooded Ethylene, a much more energy-dense gas that can burn for longer in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest28.title": "Blooded Ethylene", + "ftbquests.chapter.the_sound_of_life.quest29.description1": "The \u00266Crusher\u0026r is great for turning things into smaller, powdery versions of themselves. It\u0027s also great at turning plants into \u00266Bio Fuel!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest3.description1": "Blood magic is a pathway to many abilities some consider to be unnatural.", + "ftbquests.chapter.the_sound_of_life.quest3.description2": "To start, make a few \u00266soul snares\u0026r and \u00266throw them at monsters before killing them.\u0026r These snared monsters will drop \u00266demonic will\u0026r, which you\u0027ll need to get started!", + "ftbquests.chapter.the_sound_of_life.quest3.title": "Blood Magic", + "ftbquests.chapter.the_sound_of_life.quest30.description1": "\u00266Bio Fuel\u0026r can be turned directly into energy in the \u00266Bio-Generator,\u0026r or further refined into ethylene for burning in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest30.title": "Bio Fuel", + "ftbquests.chapter.the_sound_of_life.quest31.description1": "The \u00266Purification Chamber,\u0026r in combination with oxygen and some further processing, can double raw ore outputs.", + "ftbquests.chapter.the_sound_of_life.quest31.description2": "Ore clumps can be crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest31.description3": "\u00267Tip: gas upgrades can be placed into some machines to make them more efficient in their use of chemicals!", + "ftbquests.chapter.the_sound_of_life.quest32.description1": "The \u00266Chemical Dissolution Chamber\u0026r is the next step in your ore processing - with the chamber as a starting point and some hydrogen chloride, it can turn 3 ore into 8 shards, which eventually get processed into ingots.", + "ftbquests.chapter.the_sound_of_life.quest32.description2": "To make hydrogen chloride, you\u0027ll need a renewable source of chlorine. The \u00266Thermal Evaporation Tower Multiblock\u0026r can turn plain water into brine, which can then be electrolysed into chlorine.", + "ftbquests.chapter.the_sound_of_life.quest32.description3": "Shards need to be purified into clumps, crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.description1": "The final refinement to your ore refinement process: the \u00266Chemical Washer and Crystallizer\u0026r can wash and crystallize ore slurry, at a 3 raw ore to eventual 10 ingot ratio.", + "ftbquests.chapter.the_sound_of_life.quest33.description2": "You\u0027ll need sulfur for sulfuric acid, which you can make through judicious application of oxygen to charcoal.", + "ftbquests.chapter.the_sound_of_life.quest33.description3": "Dirty ore slurry needs to be washed into clean ore slurry, then crystallized into crystals, which then get thrown into the \u00266Chemical Injection Chamber\u0026r to get turned into shards, which purify into clumps, crush into dirty dust, enrich into clean dust, and then finally smelt into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.title": "REAL Ore Processing", + "ftbquests.chapter.the_sound_of_life.quest34.description1": "To make the next tier of altar, you\u0027ll need bloodstone bricks to cap the next set of pillars. However, these require blood shards to make; blood shards require \u00266tau fruit. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest34.description2": "Despite your best efforts, you can\u0027t breed tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest34.description3": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of Tau Fruit. Go forth, ", + "ftbquests.chapter.the_sound_of_life.quest34.title": "Blooded Rituals", + "ftbquests.chapter.the_sound_of_life.quest35.description1": "\u00266Blood Shards\u0026r are a very handy thing for someone of your talents to have around. Despite your best efforts, however, you can\u0027t breed the necessary tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest35.description2": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of tau fruit. ", + "ftbquests.chapter.the_sound_of_life.quest35.description3": "\u00267Tip: once you have some, planting tau fruit and having it grow while something is standing on it will eventually create a saturated tau.", + "ftbquests.chapter.the_sound_of_life.quest35.title": "Blood Shards", + "ftbquests.chapter.the_sound_of_life.quest36.description1": "With access to blood shards, you can finally make a tier 4 altar and\u00266 Demonic Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest36.description2": "Yet still stronger than Imbued Slates, these bad boys pack quite an essence-filled punch! You can use these for ritual paraphernalia as well as more altar upgrades.", + "ftbquests.chapter.the_sound_of_life.quest36.title": "Tier 4 Slates", + "ftbquests.chapter.the_sound_of_life.quest37.description1": "The \u00266Dusk\u0026r version of the \u00266Ritual Diviner\u0026r will allow you to perform even stronger rituals - chief among these being the \u00266Pathway to the Endless Realm.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.description2": "Once performed, you will be presented with a gate to the Demon Realm proper - a sprawling labyrinth of rooms which contain strong enemies, plentiful loot, and the curious ore known as \u00266Demonite.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.title": "Dusk Rituals", + "ftbquests.chapter.the_sound_of_life.quest38.description1": "\u00266Demonite\u0026r can be found rarely in the \u00266Demon Realm,\u0026r either as an ore block or as loot in chests.", + "ftbquests.chapter.the_sound_of_life.quest38.description2": "You also remember that there was a \u00266special key\u0026r for \u00266spatial distortions\u0026r that led you to the mines, which held much more valuable loot...", + "ftbquests.chapter.the_sound_of_life.quest39.description1": "The single most powerful slate you can make,\u00266 Ethereal Slates\u0026r require a tier 5 altar to craft.", + "ftbquests.chapter.the_sound_of_life.quest39.description2": "Alongside netherite scraps and some \u00266looted parts\u0026r from the Demon Realm, these slates can be used to upgrade altar runes, making them \u00266twice as powerful.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest39.title": "Tier 5 Slates", + "ftbquests.chapter.the_sound_of_life.quest4.description1": "One of the most common things you\u0027ll need in the pursuit of sanguine magic is a base material of stone doped in blood - excellent for channelling these dark energies.", + "ftbquests.chapter.the_sound_of_life.quest4.description2": "You\u0027ll need to make quite a few to upgrade your blood altar!", + "ftbquests.chapter.the_sound_of_life.quest40.description1": "Now that you have access to dusk rituals, you can use either a \u00266Ritual of the Feathered Knife\u0026r or a \u00266Well of Suffering\u0026r to automate the collection of life essence.", + "ftbquests.chapter.the_sound_of_life.quest40.description2": "To get even more out of your rituals, you can use the \u00266Ritual Tinkerer!\u0026r Read your \u00266Sanguine Scientiem\u0026r for more information.", + "ftbquests.chapter.the_sound_of_life.quest40.description3": "\u00267Tip: if you can supply mobs to the well constantly (or give them a source of regenerating health), you could fully automate life essence collection...", + "ftbquests.chapter.the_sound_of_life.quest40.title": "Useful Rituals", + "ftbquests.chapter.the_sound_of_life.quest41.description1": "The \u00266Incense Altar\u0026r is the center of a large freeform multiblock structure focused on bringing a sense of tranquility to players. With enough peace of mind, you can perform self-sacrifice with a much smoother hand - at high levels, you can get as much as \u00266quadruple the normal amount of life essence!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest41.description2": "For more information on this structure, take a look at your \u00266Sanguine Scientiem.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description1": "With enough Demonic Will, you reach a critical mass that can eventually \u00266generate will\u0026r ex nihilo! Simply burn some into the local aura by throwing will into a \u00266Demon Crucible,\u0026r then wait for it to crystallize on the \u00266Demon Crystallizer. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description2": "With enough will in the aura, the crystal will grow extra spires you can harvest and re-burn; each crystal past the first takes 40 will to grow but \u00266burns into 50!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description3": "Now if only there was some way to automate this...", + "ftbquests.chapter.the_sound_of_life.quest42.description4": "\u00267Tip: for more info, read your Sanguine Scientiem!", + "ftbquests.chapter.the_sound_of_life.quest42.title": "Crystallized Will", + "ftbquests.chapter.the_sound_of_life.quest43.description1": "With the \u00266Resonance of the Faceted Crystal\u0026r ritual, you can split one well-established Will Crystal into four separate aspected crystals! This aspected will is handy for all sorts of things, but one of the most useful things you can do is use it in other rituals to \u00266change the way they perform.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest43.description2": "\u00267Tip: it\u0027s possible to fully automate the growing, splitting, and harvesting of crystals using rituals!", + "ftbquests.chapter.the_sound_of_life.quest43.title": "Aspected Will", + "ftbquests.chapter.the_sound_of_life.quest44.description1": "With access to Terrasteel, you can make the third tier of botanic runes: \u00266Sin Runes.\u0026r These can be used to make better baubles, more powerful flowers, and more!", + "ftbquests.chapter.the_sound_of_life.quest44.task_6010537284078335274.title": "Any Sin Rune", + "ftbquests.chapter.the_sound_of_life.quest44.title": "Sin Runes", + "ftbquests.chapter.the_sound_of_life.quest45.description1": "With Terrasteel, you can utilize an old ritual to open a \u00266gateway to Alfheim,\u0026r which you\u0027re certain has escaped whatever happened to this world. The portal won\u0027t be able to transport living beings, but maybe you can trade for some \u00266useful materials?\u0026r", + "ftbquests.chapter.the_sound_of_life.quest45.description2": "\u00267Tip: For more information on the portal, read your Lexica Botania! For even more than that, throw your entire Lexica Botania into the portal! (but make sure you don\u0027t throw your Akashic Tome away!)", + "ftbquests.chapter.the_sound_of_life.quest45.title": "The Portal to Alfheim", + "ftbquests.chapter.the_sound_of_life.quest46.description1": "The \u00266Elven Mana Spreader\u0026r is much more efficient than it\u0027s livingwood predecessor - it shoots larger bursts faster and farther.", + "ftbquests.chapter.the_sound_of_life.quest46.title": "Better Spreader", + "ftbquests.chapter.the_sound_of_life.quest47.description1": "With Sin Runes and elven materials, you can craft a special flower that \u00266generates ore in nearby stone or deepslate!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest47.description2": "As far as you\u0027re concerned, this is more proof that you can solve any problem if you throw enough raw mana at something.", + "ftbquests.chapter.the_sound_of_life.quest47.subtitle": "but not ad astra!", + "ftbquests.chapter.the_sound_of_life.quest47.title": "Ex Nihilo", + "ftbquests.chapter.the_sound_of_life.quest48.description1": "The \u00266Scribe\u0027s Table\u0026r allows you to create new glyphs for spellbooks. As far as spellbooks go, you have a couple options - use either pure arcane mana or life essence to fuel your spells.", + "ftbquests.chapter.the_sound_of_life.quest48.title": "Spellcasting", + "ftbquests.chapter.the_sound_of_life.quest49.description1": "Source can be generated in a variety of ways, but you\u0027ll need to do something to get it into a much more useable liquid form. ", + "ftbquests.chapter.the_sound_of_life.quest49.description2": "\u00266Sourcelinks\u0026r will gather it for you, but you\u0027ll also need to make a \u00266jar\u0026r to store the generated source.", + "ftbquests.chapter.the_sound_of_life.quest49.task_8602744015200526354.title": "Any Sourcelink", + "ftbquests.chapter.the_sound_of_life.quest49.title": "Generating Source", + "ftbquests.chapter.the_sound_of_life.quest5.description1": "The \u00266Hellfire Forge\u0026r allows you to use Demonic Will to craft special items.", + "ftbquests.chapter.the_sound_of_life.quest5.description2": "One of the first things you\u0027ll want to make is a \u00266soul gem\u0026r - these special gems can store demonic will you pick up without clogging your inventory.", + "ftbquests.chapter.the_sound_of_life.quest5.description3": "\u00267Tip: the more will you have stored in your inventory, the more will drops from monsters!", + "ftbquests.chapter.the_sound_of_life.quest50.description1": "One of the primary uses of liquid source is the enchanting of items. Using the \u00266Arcane Core\u0026r and an \u00266Enchanting Apparatus\u0026r atop it, you can create many useful things.", + "ftbquests.chapter.the_sound_of_life.quest50.title": "Arcane Enchanting", + "ftbquests.chapter.the_sound_of_life.quest51.description1": "If you\u0027re tired of waiting for amethyst to grow, try animating a block of budding amethyst with the \u00266Ritual of Awakening.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.description2": "It turns budding amethyst into an \u00266Amethyst Golem,\u0026r who can harvest, grow, and even bud other blocks of amethyst!", + "ftbquests.chapter.the_sound_of_life.quest51.description3": "Its behavior can be further modified using a \u00266Dominion Wand.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.title": "Amethyst Buddy", + "ftbquests.chapter.the_sound_of_life.quest52.description1": "With the acquisition of specially-charged elven materials, you can create an \u00266even stronger mana-generating base;\u0026r cake, wool, and even other mana flowers can all be mulched into yet more mana.", + "ftbquests.chapter.the_sound_of_life.quest52.task_1683678805039454876.title": "Any Elven Flower", + "ftbquests.chapter.the_sound_of_life.quest52.title": "Esoteric Mana Generation", + "ftbquests.chapter.the_sound_of_life.quest53.description1": "With the power of Elementium and a little extra elemental oomph, you can craft a special pylon to use in tandem with the power of a beacon to summon the \u00266Guardian of Gaia.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest53.description2": "Prove your strength, and you\u0027ll be rewarded with \u00266Gaia Spirits.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest54.description1": "Using the \u00266Enchanting Apparatus\u0026r and some special reagents, you can make elemental essences that have a wide variety of uses, from crafting to spellweaving.", + "ftbquests.chapter.the_sound_of_life.quest54.task_6599905580160140411.title": "Any Essence", + "ftbquests.chapter.the_sound_of_life.quest55.description1": "Fragments of the mysterious \u00266Guardian of Gaia\u0026r, these spirits have enormous potential...", + "ftbquests.chapter.the_sound_of_life.quest56.description1": "There are quite a few elemental \u00266rituals\u0026r that could come in handy for you - defending your base, automatically pick items up, and even allowing you to fly!", + "ftbquests.chapter.the_sound_of_life.quest57.description1": "The \u00266Storage Lectern\u0026r boasts the incredibly convenient capability of letting you manage, view, and craft using nearby storage blocks. Simply place it down and link inventories to it using the dominion wand!", + "ftbquests.chapter.the_sound_of_life.quest57.description2": "There is a limit to the number of inventories you can connect to at once - this can be raised using additional \u00266Bookwyrm Charms.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description1": "Mekanism upgrades come in two flavors - \u00266upgrade cards\u0026r and \u00266tier installers. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description2": "Upgrade cards give the machine a boost to a certain aspect - speed, energy efficiency, etc.", + "ftbquests.chapter.the_sound_of_life.quest58.description3": "Tier installers give the machine more processing slots - from 1 item at a time to \u002669 in some machines!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.task_366296260702142144.title": "Any Upgrade", + "ftbquests.chapter.the_sound_of_life.quest58.title": "Upgrades", + "ftbquests.chapter.the_sound_of_life.quest59.description1": "You can use a hefty amount of will as well as vengeful will crystals to create \u00266Wither Skeleton Skulls\u0026r in a Hellfire Forge. ", + "ftbquests.chapter.the_sound_of_life.quest59.description2": "These skulls are very powerfully charged - you can use them to summon Withers and acquire their \u00266valuable stars.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest59.title": "The Wither", + "ftbquests.chapter.the_sound_of_life.quest6.description1": "\u00266Blood Orbs\u0026r are a budding sanguimancer\u0027s way of storing and utilizing Life Essence, measured in \u00266LP.\u0026r Once you\u0027ve crafted one, right click with it in your hand to bind it to your personal LP network.", + "ftbquests.chapter.the_sound_of_life.quest6.description2": "LP is used for things like sigils, rituals, and crafting. You can transfer life essence in an altar to your network by placing your orb into the altar.", + "ftbquests.chapter.the_sound_of_life.quest6.description3": "\u00267Tip: there is a blood orb for each tier of altar! Certain recipes need higher tiers of blood orbs.", + "ftbquests.chapter.the_sound_of_life.quest6.task_9017841688739987349.title": "Any Blood Orb", + "ftbquests.chapter.the_sound_of_life.quest60.description1": "The \u00266Conjuration Catalyst\u0026r can duplicate certain items for a relatively moderate mana cost.", + "ftbquests.chapter.the_sound_of_life.quest60.description2": "No more fiddling around with potions or distilling to make your redstone and glowstone!", + "ftbquests.chapter.the_sound_of_life.quest61.description1": "You can summon \u00266Wilden\u0026r using the aptly-named Tablet of Summon Wilden. These magical creatures drop \u00266special reagents when killed.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest61.description2": "These reagents can also be used to summon the \u00266Wilden Chimera,\u0026r a powerful boss that drops a \u00266special item\u0026r needed to channel tier 3 spells. ", + "ftbquests.chapter.the_sound_of_life.quest61.title": "Wilden", + "ftbquests.chapter.the_sound_of_life.quest62.description1": "With the power of a \u00266Charger\u0026r and an \u00266enriched diamond,\u0026r you can create a \u00266special kind of chargeable quartz...\u0026r", + "ftbquests.chapter.the_sound_of_life.quest62.title": "Certus Quartz", + "ftbquests.chapter.the_sound_of_life.quest63.description1": "Obviously, the ratio of one diamond for one certus quartz isn\u0027t exactly tenable. Luckily, there\u0027s a way to literally grow it from itself - just throw a block of \u00266certus quartz into water with some charged certus quartz,\u0026r and it\u0027ll get converted into \u00266budding quartz.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest63.description2": "This semi-flawed quartz block will grow crystals just like amethyst, with one caveat - \u00264eventually the crystal will degrade\u0026r back into a regular block, meaning you\u0027ll have to re-seed it.", + "ftbquests.chapter.the_sound_of_life.quest63.description3": "\u00267Tip: you can also use Theurgy to convert other materials into certus quartz - amethyst is a good candidate!", + "ftbquests.chapter.the_sound_of_life.quest63.title": "Growing Quartz", + "ftbquests.chapter.the_sound_of_life.quest64.description1": "By combining redstone and nether quartz with charged certus quartz, you can make \u00266Fluix Crystals,\u0026r capable of turning matter into digitalized information.", + "ftbquests.chapter.the_sound_of_life.quest65.description1": "Before the apocalpyse - or whatever happened here - there were strange meteors that occasionally fell containing these \u00266mysterious presses.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest65.description2": "You think you have devised a ritual that could potentially draw in another one of these meteors (albeit greatly diminished in size).", + "ftbquests.chapter.the_sound_of_life.quest65.description3": "\u00267Tip: check your Reclamation Rituals book!", + "ftbquests.chapter.the_sound_of_life.quest65.title": "Mysterious Cube", + "ftbquests.chapter.the_sound_of_life.quest66.description1": "The \u00266ME Controller\u0026r is the brains of the \u00266Material Energy\u0026r system - one of the most powerful logistics solutions available to you.", + "ftbquests.chapter.the_sound_of_life.quest66.subtitle": "Better than futura blocks", + "ftbquests.chapter.the_sound_of_life.quest67.description1": "The \u00266Inscriber\u0026r is used to turn raw materials into actual circuits useable in the \u00266Matter Energy\u0026r system.", + "ftbquests.chapter.the_sound_of_life.quest68.description1": "With the raw power afforded to you by aspected will crystals, gaia fragments, and ethereal slates, you finally have enough oomph to begin reversing the damage this world has suffered.", + "ftbquests.chapter.the_sound_of_life.quest68.description2": "Look into the \u00266Ritual of Reclamation\u0026r in your Reclamation Rituals book to start reclaiming the world.", + "ftbquests.chapter.the_sound_of_life.quest68.description3": "\u00267Note: the ritual may \u00264void blocks!\u0026r\u00267 Perform it away from anything important or risk losing things you might want to keep.", + "ftbquests.chapter.the_sound_of_life.quest68.subtitle": "Roll credits?", + "ftbquests.chapter.the_sound_of_life.quest68.task_6680892754679269683.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_sound_of_life.quest68.title": "Reclamation", + "ftbquests.chapter.the_sound_of_life.quest69.description1": "\u00266Sirens\u0026r can be summoned (and subsequently befriended) at the Altar of Birthing. Once given a Sea Pickle, they\u0027ll disappear and leave behind a token. This token can be turned into a charm that can \u00266automatically fish\u0026r for you, at the price of source!", + "ftbquests.chapter.the_sound_of_life.quest69.description2": "\u00267Tip: this auto fishing can be sped up; read your Worn Notebook for more details.", + "ftbquests.chapter.the_sound_of_life.quest7.description1": "The \u00266Alchemy Table\u0026r allows you to craft with LP from a blood orb. You can make a lot of things like reagents for useful sigils, but you can also make \u00266Arcane Ashes.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest70.description1": "\u00266Whirlisprigs\u0026r can be summoned at the Altar of Birthing. Growing a tree near a summoned one will net you a token, which can be crafted into a charm. This charm summons a tame Whirlisprig that will \u00266produce natural resources\u0026r based on what\u0027s nearby!", + "ftbquests.chapter.the_sound_of_life.quest70.description2": "\u00267Tip: read your Worn Notebook for more!", + "ftbquests.chapter.the_sound_of_life.quest71.description1": "Summon a \u00266Drygmy\u0026r at the Altar of Birthing. Give it a wilden horn to get a token, then craft it into a token. This tame Drygmy will \u00266produce experience and drops of mobs nearby,\u0026r without killing them!", + "ftbquests.chapter.the_sound_of_life.quest72.description1": "Casting dispel on a witch (summoned at the Altar of Birthing) drops a Wixie Token. Turned into a charm to summon Wixies, these creatures can craft and brew potions for you!", + "ftbquests.chapter.the_sound_of_life.quest72.description2": "\u00267Tip: Wixies are very helpful when using an Alchemical Sourcelink! For more info, read your Worn Notebook.", + "ftbquests.chapter.the_sound_of_life.quest73.description1": "\u00266Starbuncles\u0026r summoned by the Altar of Birthing can be gifted gold nuggets to get \u00266Starbuncle Tokens.\u0026r Crafted into a \u00266Starbuncle Charm,\u0026r it will summon a Starbuncle to move items around for you. No more fiddling around with pipes and logistics, just use a semi-intelligent squirrel!", + "ftbquests.chapter.the_sound_of_life.quest73.description2": "\u00267Tip: they can be told to only pick up or drop off certain items - read your Worn Notebook for more information!", + "ftbquests.chapter.the_sound_of_life.quest74.description1": "\u00266Magebloom\u0026r is a flower whose fibers can be spun into a very conductive magical cloth.", + "ftbquests.chapter.the_sound_of_life.quest74.title": "Magebloom", + "ftbquests.chapter.the_sound_of_life.quest75.description1": "\u00266Warp Scrolls\u0026r let you teleport anywhere in a dimension, while their stabilized versions create a temporary portal that can transport you even to \u00266other dimensions.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest75.description2": "\u00267Tip: both types of scrolls can be turned into permanent portals by building a frame out of Sourcestone, placing a full source jar nearby, and tossing the scroll into it.", + "ftbquests.chapter.the_sound_of_life.quest76.description1": "The \u00266Fission Reactor\u0026r is a large multiblock that takes fissile fuel and water and outputs enormous amounts of steam. This steam can be pumped into another large multiblock (the industrial turbine) to produce absolutely outrageous amounts of power. ", + "ftbquests.chapter.the_sound_of_life.quest76.description2": "Equally as importantly, it produces nuclear waste.", + "ftbquests.chapter.the_sound_of_life.quest76.description3": "For more information on how to build this structure, refer to the mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest76.description4": "\u00264Warning: if you mess up running your reactor, it WILL melt down and explode/irradiate the surrounding area. Make it small or make it far away from your base if you\u0027re not confident.", + "ftbquests.chapter.the_sound_of_life.quest76.subtitle": "Uranium \u003d mc2?", + "ftbquests.chapter.the_sound_of_life.quest76.title": "Fission Reactor", + "ftbquests.chapter.the_sound_of_life.quest77.description1": "\u00266Plutonium\u0026r is one possible product from processing nuclear waste - it can be reprocessed into more fissile fuel or crafted into Supercritical Phase Shifter casings.", + "ftbquests.chapter.the_sound_of_life.quest78.description1": "\u00266Radioactive Waste Barrels\u0026r are one of the only things that can hold nuclear waste; when filled, they slowly dispose of their contents.", + "ftbquests.chapter.the_sound_of_life.quest78.title": "Waste Disposal", + "ftbquests.chapter.the_sound_of_life.quest79.description1": "\u00266Polonium\u0026r is a possible product from processing nuclear waste. ", + "ftbquests.chapter.the_sound_of_life.quest79.description2": "Not only can it make a variety of very helpful equipment and the \u00266QIO system,\u0026r it can also be used to craft Supercritical Phase Shifter (SPS) casings, necessary for producing \u00266antimatter.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest8.description1": "\u00266Arcane Ashes,\u0026r made on the Alchemy Table, can be used to perform some basic alchemy without having to re-enter the field of Spagyrics.", + "ftbquests.chapter.the_sound_of_life.quest8.description2": "One of the first things you\u0027ll want to use this for is making the \u00266Divination Sigil,\u0026r which tells you useful information about the amount of life essence you have access to.", + "ftbquests.chapter.the_sound_of_life.quest80.description1": "Making antimatter requires the creation of a Supercritical Phase Shifter, yet another multiblock.", + "ftbquests.chapter.the_sound_of_life.quest80.description2": "Its casings require a large amount of both polonium and plutonium, meaning you\u0027ll need a large amount of nuclear waste processing.", + "ftbquests.chapter.the_sound_of_life.quest80.description3": "To run, it will also need an incredibly large amount of power - this is where you\u0027d want to use an \u00266Industrial Turbine\u0026r hooked up to either a fission or a fusion reactor.", + "ftbquests.chapter.the_sound_of_life.quest80.description4": "\u00267Tip: you only need to make one of these to finish the pack - unless you REALLY like late-game Mekanism or you want to make creative items!", + "ftbquests.chapter.the_sound_of_life.quest81.description1": "The \u00266QIO System\u0026r is a digital storage solution that does not need power and can store a very large amount of items.", + "ftbquests.chapter.the_sound_of_life.quest81.description2": "It has \u00266unlimited cross-dimensional range\u0026r and can import and export automatically. However, it cannot easily auto-craft things for you.", + "ftbquests.chapter.the_sound_of_life.quest81.title": "QIO System", + "ftbquests.chapter.the_sound_of_life.quest82.description1": "The \u00266Fusion Reactor\u0026r is a much more powerful version of its fission counterpart. It can produce millions of RF/t using deuterium, tritium, or D-T fuel.", + "ftbquests.chapter.the_sound_of_life.quest82.description2": "To learn more about this reactor, check the Mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest82.subtitle": "Sci without the fi", + "ftbquests.chapter.the_sound_of_life.quest82.title": "Fusion Reactor", + "ftbquests.chapter.the_sound_of_life.quest9.description1": "\u00266Sentient Tools\u0026r are a much easier way for you to acquire will - instead of having to throw soul snares at enemies, the tools have the \u00266inherent ability to sever souls\u0026r from their fleshy (or bony) prisons.", + "ftbquests.chapter.the_sound_of_life.quest9.description2": "They are also powered by will - any kind of soul gem in your inventory will \u00266increase the tools\u0027 power\u0026r proportional to the amount of will you have stored.", + "ftbquests.chapter.the_sound_of_life.quest9.task_3309257771812589055.title": "Any Sentient Tool", + "ftbquests.chapter.the_sound_of_life.quest9.title": "Sentient Tools", + "ftbquests.chapter.the_sound_of_life.title": "Sounds of Life", + "ftbquests.chapter.the_taste_of_power.quest1.description1": "The \u00266Ender Dragon\u0026r not only has horrific halitosis, it also prevents you from exploring the rest of the End and all its goodies.", + "ftbquests.chapter.the_taste_of_power.quest1.task_4052279956792945141.title": "Kill the Dragon", + "ftbquests.chapter.the_taste_of_power.quest10.description1": "Kinda like an unlimited supply of grape juice!", + "ftbquests.chapter.the_taste_of_power.quest10.description2": "\u00267A/N: pretend it needs 100k instead of 10k source... i\u0027m too lazy to make a custom source jar like ATM does", + "ftbquests.chapter.the_taste_of_power.quest11.description1": "All that effort, and all you got was a really big hole.", + "ftbquests.chapter.the_taste_of_power.quest12.description1": "This is way better than a really big hole!", + "ftbquests.chapter.the_taste_of_power.quest13.description1": "And now the way better hole is a digital rip in the fabric of the universe.", + "ftbquests.chapter.the_taste_of_power.quest13.description2": "Or maybe its a real rip in the fabric of the digital universe?", + "ftbquests.chapter.the_taste_of_power.quest13.description3": "Either way, you\u0027re done. You have access to every item digitally, with the help of a cell workbench. Good job! Have some cake :)", + "ftbquests.chapter.the_taste_of_power.quest14.description1": "It\u0027s not really infinite ME power as much as it is infinite ME efficiency.", + "ftbquests.chapter.the_taste_of_power.quest15.description1": "Sufficiently advanced technology is indistinguishable from magic.", + "ftbquests.chapter.the_taste_of_power.quest15.title": "Creative Energy Cube", + "ftbquests.chapter.the_taste_of_power.quest2.task_7905395510409401238.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest2.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest3.description1": "Congrats! You\u0027ve killed the Ender Dragon - there is no more left to conquer.", + "ftbquests.chapter.the_taste_of_power.quest3.description2": "You are a champion. ", + "ftbquests.chapter.the_taste_of_power.quest3.description3": "You have \u0026lReclaimed\u0026r the world.", + "ftbquests.chapter.the_taste_of_power.quest3.description4": "\u00267As far as anyone can really be concerned, you\u0027ve finished the modpack. Any quests past this are exclusively for bragging rights - creative items, op stuff, lame resource dump recipes, all that jazz.", + "ftbquests.chapter.the_taste_of_power.quest3.description5": "\u00267Thank you immensely for putting the time and effort into finishing the pack! This was a huge undertaking for me, but hopefully you enjoyed it enough that it was worth it :)", + "ftbquests.chapter.the_taste_of_power.quest3.description6": "\u00267 -ACCBDD", + "ftbquests.chapter.the_taste_of_power.quest3.subtitle": "Roll credits (for real)", + "ftbquests.chapter.the_taste_of_power.quest3.task_2556725507805521066.title": "Congratulations!", + "ftbquests.chapter.the_taste_of_power.quest4.description1": "An infinitely super-heated blaze is great just as a centerpiece, but you can also use it to make infinite lava.", + "ftbquests.chapter.the_taste_of_power.quest4.description2": "\u00267Tip: you\u0027re gonna need to make quite a few of these!", + "ftbquests.chapter.the_taste_of_power.quest5.description1": "What\u0027s better than infinite blaze burning? Infinite turning! ", + "ftbquests.chapter.the_taste_of_power.quest6.description1": "The dwarven version of a Philosopher\u0027s Stone.", + "ftbquests.chapter.the_taste_of_power.quest7.description1": "Somehow, you don\u0027t feel as guilty as you think you should.", + "ftbquests.chapter.the_taste_of_power.quest7.description2": "\u00267Tip: this takes 10 full mana pools worth of mana. :)", + "ftbquests.chapter.the_taste_of_power.quest8.description1": "No more will you be shackled to the tyranny of building an enormous pool of whatever fluid!", + "ftbquests.chapter.the_taste_of_power.quest9.description1": "Once you\u0027ve set it to a chemical, you can reset it to empty by crafting it.", + "ftbquests.chapter.the_taste_of_power.quest9.title": "Creative Chemical Tank", + "ftbquests.chapter.the_taste_of_power.title": "The Taste of Power", + "ftbquests.chapter.the_touch_of.quest1.description1": "You\u0027ve done it. You\u0027ve reclaimed some small part of the world! ", + "ftbquests.chapter.the_touch_of.quest1.description2": "Now you just have to regain the diversity in surroundings you remember there once being...", + "ftbquests.chapter.the_touch_of.quest1.task_7943239389617432250.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_touch_of.quest1.title": "Reclamation", + "ftbquests.chapter.the_touch_of.quest10.description1": "\u00266Watery Essence\u0026r is found in deep oceans - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest10.description2": "Elemental wizardry will provide you the magical power necessary to enact such an elementally-aligned terraformation - namely, turning a small area into a \u00266warm ocean.\u0026r", + "ftbquests.chapter.the_touch_of.quest10.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest11.description1": "With all six types of attuned biome essence, you can combine them in a (quite expensive) ritual to produce the \u00266End Portal.\u0026r You\u0027ll still need to add \u00266Eyes of Ender\u0026r to the frame, but once you\u0027ve done so, you can finally enter \u00266the End.\u0026r", + "ftbquests.chapter.the_touch_of.quest11.description2": "\u00267Tip: you can break end portal frames and blocks by right clicking them with the frame remover!", + "ftbquests.chapter.the_touch_of.quest11.subtitle": "Dragons... I hate dragons", + "ftbquests.chapter.the_touch_of.quest11.task_4811328545830427024.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest11.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest12.description1": "Generic biome essence is well and good, but for real ritualistic oomph you\u0027ll need a specialized container, capable of collecting attuned essence.", + "ftbquests.chapter.the_touch_of.quest12.description2": "\u00267Tip: check your Reclamation Rituals book for information on the late-game terraforming rituals!", + "ftbquests.chapter.the_touch_of.quest13.description1": "With biome essence, you can also perform \u00266more directed terraforming\u0026r - turning the surrounding area into basic overworld biomes: forest, plains, river, beach, and ocean.", + "ftbquests.chapter.the_touch_of.quest13.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the overworld terraforming rites!", + "ftbquests.chapter.the_touch_of.quest13.task_2143407724517054989.title": "Basic Terraforming", + "ftbquests.chapter.the_touch_of.quest14.description1": "With some additional infusion, an attuned biome bottle can be turned into a \u00266biome globe\u0026r - in essence a portable directed reclamation ritual.", + "ftbquests.chapter.the_touch_of.quest14.description2": "\u00267Tip: these globes have 16 uses each, and convert a radius of 12 blocks from where you use them! They\u0027ll convert blocks to their reclaimed versions, but they will NOT place features like grass or trees; you\u0027ll have to do those yourself.", + "ftbquests.chapter.the_touch_of.quest14.description3": "\u00267Tip 2: these drain a LOT of aura to make!", + "ftbquests.chapter.the_touch_of.quest14.subtitle": "Portable Terraforming", + "ftbquests.chapter.the_touch_of.quest14.task_8529374338001252387.title": "Any Biome Globe", + "ftbquests.chapter.the_touch_of.quest14.title": "Biome Globes", + "ftbquests.chapter.the_touch_of.quest2.description1": "Getting the nether back into shape is relatively easy, now that you understand the shape of terraforming rituals and have a source of biomic essence.", + "ftbquests.chapter.the_touch_of.quest2.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the nether terraforming rites!", + "ftbquests.chapter.the_touch_of.quest2.task_4997059168389991596.title": "Visit Every Nether Biome", + "ftbquests.chapter.the_touch_of.quest2.title": "Reclaiming the Nether", + "ftbquests.chapter.the_touch_of.quest3.description1": "With the creation of reclaimed biomes, natural spawns can now occur - drygmies, whirligigs, and starbuncles can all rarely spawn in these biomes, as well as the regular mobs.", + "ftbquests.chapter.the_touch_of.quest3.title": "Natural Spawning", + "ftbquests.chapter.the_touch_of.quest4.description1": "Now that you have a place where you can actually see the blue (!) sky, you can bottle up the abundant biomic essence in a \u00266specially-designed container.\u0026r", + "ftbquests.chapter.the_touch_of.quest4.description2": "This \u00266biome essence\u0026r can be used in rituals along with some extra reagents to terraform in a more directed way.", + "ftbquests.chapter.the_touch_of.quest4.description3": "\u00267Tip: you can collect essence in any living biome by holding right click with a biome bottle. Crouching while you do this will fill all bottles in a stack!", + "ftbquests.chapter.the_touch_of.quest4.title": "Biome Essence", + "ftbquests.chapter.the_touch_of.quest5.description1": "The first attuned essence you\u0027ll need is \u00266Hellish Essence,\u0026r collectible from any living\u00266 nether biome.\u0026r", + "ftbquests.chapter.the_touch_of.quest6.description1": "\u00266Arid Essence\u0026r is found mainly in the desert - you\u0027ll have to use a special version of your terraforming ritual to bring it back. ", + "ftbquests.chapter.the_touch_of.quest6.description2": "Some high-powered dwarven artifice should provide you with the correct magical resonance to produce an arid, sandy \u00266desert \u0026rbiome.", + "ftbquests.chapter.the_touch_of.quest7.description1": "The final essence you\u0027ll need is \u00266Icy Essence\u0026r from the \u00266snowy slopes\u0026r biome. Wet and cold, the complete opposite of your surroundings, you\u0027ll need a lot of power to create this biome.", + "ftbquests.chapter.the_touch_of.quest7.description2": "First: \u00266polonium\u0026r to provide the necessary chemical energy for the physical transformation.", + "ftbquests.chapter.the_touch_of.quest7.description3": "Second: ice cream (specifically \u00266vanilla\u0026r) to provide structure to the ritual and thematic direction.", + "ftbquests.chapter.the_touch_of.quest7.description4": "Third: a couple \u00266shattered singularities\u0026r to store the excess entropy generated by this ritual.", + "ftbquests.chapter.the_touch_of.quest7.description5": "and finally, Fourth: a large amount of generic \u00266biome essence\u0026r to kickstart the reaction.", + "ftbquests.chapter.the_touch_of.quest8.description1": "\u00266Lush Essence\u0026r is found in jungles of any kind - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest8.description2": "Botanic mastery will provide you the life energy needed to transform your surroundings into a \u00266bamboo forest.\u0026r", + "ftbquests.chapter.the_touch_of.quest8.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest9.description1": "\u00266Mycelic Essence\u0026r is found exclusively on mushroom islands - you\u0027ll have to use a modified version of your terraforming ritual to bring them back. ", + "ftbquests.chapter.the_touch_of.quest9.description2": "Classic wiccan practice should provide you with the correct magical resonance to produce the hot, dry \u00266mushroom field\u0026r biome.", + "ftbquests.chapter.the_touch_of.title": "Visions of the Past", + "ftbquests.chapter_groups_3169067154505914507.title": "Biodiversity", + "ftbquests.chapter_groups_5305197537419525243.title": "Side Quests", + "ftbquests.loot_table_1430735789179352246.title": "mana stuff", + "ftbquests.loot_table_1562099882431827930.title": "horns", + "ftbquests.loot_table_3514670301200914514.title": "chicken", + "ftbquests.loot_table_5456022276654430189.title": "witch", + "ftbquests.loot_table_6347601422327785898.title": "canvas", + "ftbquests.loot_table_67272733859206798.title": "instrument", + "ftbquests.loot_table_7131061971573085034.title": "zombie", + "ftbquests.loot_table_7900474475776381538.title": "rabbit", + "ftbquests.loot_table_8024488712964205957.title": "spider", + "ftbquests.loot_table_8037173722274793648.title": "snow golem", + "ftbquests.loot_table_8381040606691607900.title": "bee", + "ftbquests.loot_table_8615485860944689786.title": "cow", + "ftbquests.loot_table_8839952752635034356.title": "skeleton" +} \ No newline at end of file diff --git a/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/zh_tw.json b/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/zh_tw.json new file mode 100644 index 0000000..fc094d8 --- /dev/null +++ b/FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/zh_tw.json @@ -0,0 +1,1235 @@ +{ + "ftbquests.chapter.digital_storage.quest1.description1": "The \u00266controller\u0026r is the brains of a network. Each controller block\u0027s face is capable of outputting \u0026632 channels;\u0026r almost every device on the ME network needs \u00266one channel to operate.\u0026r", + "ftbquests.chapter.digital_storage.quest10.description1": "The \u00266Wireless Access Point\u0026r allows you to use wireless terminals to access your ME System. You can boost its range by giving it \u00266wireless boosters,\u0026r but be warned: more boosters means the WAP will need \u00264much more energy\u0026r to stay running.", + "ftbquests.chapter.digital_storage.quest10.task_8779164168368451602.title": "Any Wireless Terminal", + "ftbquests.chapter.digital_storage.quest10.title": "Wireless Access", + "ftbquests.chapter.digital_storage.quest11.description1": "\u00266Pattern Providers,\u0026r when given a pattern, will push the items in the pattern to a nearby inventory. \u00266Molecular Assemblers,\u0026r when given items, will craft with those items and output them to nearby inventories. Put them next to each other, and you have a \u00266basic autocrafting setup! \u0026r", + "ftbquests.chapter.digital_storage.quest11.description2": "You\u0027ll need somewhere to store the items while they\u0027re being crafted; a crafting storage would be ideal.", + "ftbquests.chapter.digital_storage.quest11.description3": "\u00267Tip: for more info, check the guide!", + "ftbquests.chapter.digital_storage.quest11.title": "ME Autocrafting", + "ftbquests.chapter.digital_storage.quest12.description1": "With an ME System you\u0027ll need some way to actually store items - the \u00266ME Drive\u0026r can store up to 10 storage cells of any type and size.", + "ftbquests.chapter.digital_storage.quest12.description2": "\u00267Tip: you can store botanic mana, elemental source, gases, fluids, and even space itself in cells - not just regular items!", + "ftbquests.chapter.digital_storage.quest13.description1": "Terminals are how you actually interface with the storage cells in your ME System.", + "ftbquests.chapter.digital_storage.quest13.task_8779678006548052409.title": "Any Terminal", + "ftbquests.chapter.digital_storage.quest13.title": "Terminals", + "ftbquests.chapter.digital_storage.quest14.description1": "Storing some energy in your ME System would be a good idea... just in case.", + "ftbquests.chapter.digital_storage.quest16.description1": "\u00266P2P Tunnels\u0026r allow you to transfer multiple channels per channel! It\u0027s a little confusing at first, but once you get the hang of it you can really push your system to the limit.", + "ftbquests.chapter.digital_storage.quest16.description2": "You can also transfer power, chemicals, and even botanic mana and elemental source!", + "ftbquests.chapter.digital_storage.quest17.description1": "The \u00266Reaction Chamber\u0026r not only allows you to make circuits much faster, it can also charge large amounts of certus crystals at a time and even grow crystals from themselves!", + "ftbquests.chapter.digital_storage.quest17.description2": "Just make sure you have enough power to handle its recipes...", + "ftbquests.chapter.digital_storage.quest18.description1": "The \u00266Circuit Slicer\u0026r can cut blocks of materials into 9 circuits much faster than an inscriber can press them.", + "ftbquests.chapter.digital_storage.quest19.description1": "The \u00266Assembler Matrix\u0026r is a molecular assembler and pattern provider setup on steroids - at its maximum size, it can hold over 4,000 patterns and craft incredibly fast. The best part? It only needs \u00266one channel.\u0026r", + "ftbquests.chapter.digital_storage.quest2.description1": "A controller block itself can input energy, but you\u0027ll want to have as many controller faces open as you can to get as many channels as possible into your network. ", + "ftbquests.chapter.digital_storage.quest2.description2": "The \u00266Energy Acceptor\u0026r uses no channels and can be placed anywhere, as long as it\u0027s connected to the network somehow.", + "ftbquests.chapter.digital_storage.quest20.description1": "The \u00266Quantum Computer Core\u0026r is a self-contained crafting CPU with 256M crafting storage and 8 co-processing threads.", + "ftbquests.chapter.digital_storage.quest21.description1": "The \u00266Quantum Computer multiblock\u0026r is an extremely powerful multiblock that can handle an effectively \u00266infinite\u0026r number of crafting requests for your ME System.", + "ftbquests.chapter.digital_storage.quest21.description2": "Read the guide for more information.", + "ftbquests.chapter.digital_storage.quest22.description1": "Perfect for carrying items on the go, the \u00266backpack\u0026r has a few useful upgrades as well.", + "ftbquests.chapter.digital_storage.quest23.description1": "Better than regular chests, \u00266Sophisticated Storage\u0026r lets you put more things in a single block.", + "ftbquests.chapter.digital_storage.quest23.task_5897231893839036272.title": "Any Sophisticated Storage Block", + "ftbquests.chapter.digital_storage.quest23.title": "Sophisticated Storage", + "ftbquests.chapter.digital_storage.quest24.description1": "Capable of storing a very large amount of a single item type.", + "ftbquests.chapter.digital_storage.quest24.description2": "The framing table lets you customize the way they look.", + "ftbquests.chapter.digital_storage.quest24.task_5464079544652951362.title": "Any Storage Drawer", + "ftbquests.chapter.digital_storage.quest24.title": "Storage Drawers", + "ftbquests.chapter.digital_storage.quest25.description1": "Tier upgrades can be used to upgrade Sophisticated Storage blocks without breaking them.", + "ftbquests.chapter.digital_storage.quest25.task_611570763386642583.title": "Any Tier Upgrade", + "ftbquests.chapter.digital_storage.quest26.description1": "The \u00266Drawer Controller\u0026r allows you to interface with multiple drawers using only a single blockface.", + "ftbquests.chapter.digital_storage.quest27.description1": "There are a variety of keys - lock drawers to specific items, hide item labels to reduce lag, and more.", + "ftbquests.chapter.digital_storage.quest27.task_7070764459751906106.title": "Any Drawer Key", + "ftbquests.chapter.digital_storage.quest27.title": "Drawer Keys", + "ftbquests.chapter.digital_storage.quest28.description1": "Autofeeding, playing music, even portable crafting can all be attained with backpack upgrades.", + "ftbquests.chapter.digital_storage.quest29.description1": "Higher stack count, filtering, and more - check the uses for the upgrade base.", + "ftbquests.chapter.digital_storage.quest3.description1": "Smart cables are very useful - they visually display how many channels they\u0027re carrying at any given time.", + "ftbquests.chapter.digital_storage.quest3.task_6551415206641156021.title": "Any Smart Cable", + "ftbquests.chapter.digital_storage.quest3.title": "Smart Cables", + "ftbquests.chapter.digital_storage.quest30.description1": "Each workbench (aside from looking neat) can turn a specific set of blocks into its variants.", + "ftbquests.chapter.digital_storage.quest30.title": "Chipped Workbenches", + "ftbquests.chapter.digital_storage.quest31.description1": "Can turn almost any basic block into a wide array of variants.", + "ftbquests.chapter.digital_storage.quest32.description1": "Made from stonecutting andesite alloy, these blocks can take on the texture of any other block.", + "ftbquests.chapter.digital_storage.quest32.task_4661123369301757740.title": "Any Copycat Block", + "ftbquests.chapter.digital_storage.quest33.description1": "You can make music by crafing a \u00266Music Sheet\u0026r and placing notes on the sheet. ", + "ftbquests.chapter.digital_storage.quest33.description2": "Place the sheet in your offhand while holding an instrument to play the instrument.", + "ftbquests.chapter.digital_storage.quest33.description3": "\u00267Tip: you can do MUCH more with this mod - check out its CurseForge page for more info.", + "ftbquests.chapter.digital_storage.quest34.description1": "You can paint your own masterpieces while you wait for crops to grow - simply make a palette, fill it with colors, plop a canvas on an easel, and get to painting!", + "ftbquests.chapter.digital_storage.quest34.description2": "Signed paintings can be duplicated by crafting the original with a blank canvas of the same size.", + "ftbquests.chapter.digital_storage.quest34.description3": "\u00267Tip: to craft a palette, fill the bottom row of a crafting table with planks, then place dyes in the middle. You can add more dyes to a palette by crafting them together.", + "ftbquests.chapter.digital_storage.quest34.title": "The Joy of Painting", + "ftbquests.chapter.digital_storage.quest35.description1": "\u00266Building Gadgets\u0026r are a collection of useful tools that will let you build very quickly.", + "ftbquests.chapter.digital_storage.quest35.description2": "They do need to be charged; use an energy cube or similar.", + "ftbquests.chapter.digital_storage.quest36.description1": "The \u00266Rod of the Shifting Crust\u0026r allows you to exchange blocks in the world with blocks in your inventory for the cost of mana.", + "ftbquests.chapter.digital_storage.quest4.description1": "Dense cables can carry 32 channels instead of the regular 8 channels.", + "ftbquests.chapter.digital_storage.quest4.task_5854794686036721300.title": "Any Smart Dense Cable", + "ftbquests.chapter.digital_storage.quest4.title": "Dense Cables", + "ftbquests.chapter.digital_storage.quest5.description1": "The color applicator lets you paint cables - especially useful once your network starts to grow. ", + "ftbquests.chapter.digital_storage.quest5.description2": "Colored cables won\u0027t connect to other colored cables, but fluix cables can connect to all colors.", + "ftbquests.chapter.digital_storage.quest5.description3": "These can be filled with \u00266dyes or paintballs\u0026r using an \u00266ME Chest.\u0026r", + "ftbquests.chapter.digital_storage.quest5.task_4299327579125140032.title": "Color Applicator", + "ftbquests.chapter.digital_storage.quest6.description1": "The \u00266ME Interface\u0026r acts as a specialized input and output port for your network. ", + "ftbquests.chapter.digital_storage.quest6.description2": "It can keep a certain amount of items from your network in its inventory for pipes or other blocks to pull from, and also automatically puts any other items it receives into the network.", + "ftbquests.chapter.digital_storage.quest7.description1": "The \u00266Wireless Connector\u0026r is a short-range version of a \u00266Quantum Link Chamber \u0026r- use this when you want your network to jump a short distance, and not cross-dimensionally.", + "ftbquests.chapter.digital_storage.quest8.description1": "The \u00266Quantum Network Bridge\u0026r uses the power of quantum entanglement to bridge a network gap not only across large distances, but dimensions.", + "ftbquests.chapter.digital_storage.quest8.title": "Quantum Network Bridge", + "ftbquests.chapter.digital_storage.quest9.description1": "The\u00266 Extended Charger\u0026r and \u00266Inscriber\u0026r are upgraded versions of their base models, capable of processing 4 recipes in parallel.", + "ftbquests.chapter.digital_storage.quest9.title": "Extended Machines", + "ftbquests.chapter.digital_storage.title": "Storage and Decor", + "ftbquests.chapter.ffood_plants.quest1.description1": "Lining rivers and shores, sugar cane had once risen in green columns, swaying with each passing breeze.", + "ftbquests.chapter.ffood_plants.quest10.description1": "With deep golden petals and a bitter scent, wolfsbane once grew where night lingered longest. ", + "ftbquests.chapter.ffood_plants.quest100.description1": "Sweet, mellow fruits with a classic tropical aroma.", + "ftbquests.chapter.ffood_plants.quest101.description1": "Soft and nutty, cashews offer a creamy bite with a sweet-savory balance.", + "ftbquests.chapter.ffood_plants.quest102.description1": "Cherries burst with juicy intensity; sweet, sometimes sharp, and always bright.", + "ftbquests.chapter.ffood_plants.quest103.description1": "Cracking into a coconut reveals cool, sweet water and soft, fragrant meat.", + "ftbquests.chapter.ffood_plants.quest104.description1": "Dates are also known as nature\u0027s candy: chewy, caramel-rich, and deeply sweet.", + "ftbquests.chapter.ffood_plants.quest105.description1": "With neon skin and unique speckled flesh, dragon fruit tastes delicate, lightly sweet, and just a little floral.", + "ftbquests.chapter.ffood_plants.quest106.description1": "Figs are jammy and soft with a honey-like flavor.", + "ftbquests.chapter.ffood_plants.quest107.description1": "Grapefruit will wake up your palate - juicy, sour, bitter, and bold.", + "ftbquests.chapter.ffood_plants.quest108.description1": "Kumquats are often eaten whole, with a sharp citrus shock over sweet orange notes.", + "ftbquests.chapter.ffood_plants.quest109.description1": "Tart and vivid, lemons cut through richness with their clean citrus bite.", + "ftbquests.chapter.ffood_plants.quest11.description1": "Snowbells had once blossomed in the coldest reaches, their pale blue petals dusted with frost.", + "ftbquests.chapter.ffood_plants.quest110.description1": "Smaller and punchier than lemons, limes have a tight, zesty sting.", + "ftbquests.chapter.ffood_plants.quest111.description1": "Mangoes melt in your mouth with tropical sweetness.", + "ftbquests.chapter.ffood_plants.quest112.description1": "Like a peach in sleek skin, nectarines are sweet, tangy, and satisfyingly juicy.", + "ftbquests.chapter.ffood_plants.quest113.description1": "Ground nutmeg adds a warm, nutty-spicy aroma that’s cozy and festive to any dish.", + "ftbquests.chapter.ffood_plants.quest114.description1": "Oranges are all brightness and juice, sweet with a sunny citrus finish.", + "ftbquests.chapter.ffood_plants.quest115.description1": "Peaches are the most famous of stone fruit, for good reason.", + "ftbquests.chapter.ffood_plants.quest116.description1": "Pears are quietly sweet and crisp; eternally elegant.", + "ftbquests.chapter.ffood_plants.quest117.description1": "Pecans have a great crunch with deep nutty flavor.", + "ftbquests.chapter.ffood_plants.quest118.description1": "Persimmons are smooth and syrupy, with a mellow flavor that deepens as they ripen.", + "ftbquests.chapter.ffood_plants.quest119.description1": "Plums skirt the line between tart and sweet, finishing with a tangy punch.", + "ftbquests.chapter.ffood_plants.quest12.description1": "Prized by herbalists for its strange resilience, who claimed it drew strength from the moonlit depths.", + "ftbquests.chapter.ffood_plants.quest120.description1": "Star fruit is crisp and juicy, with a tropical edge.", + "ftbquests.chapter.ffood_plants.quest121.description1": "Walnuts are hearty and slightly bitter, great for a midday snack.", + "ftbquests.chapter.ffood_plants.quest122.description1": "The bark grinds down to a warm, spicy-sweet powder that instantly deepens any flavor.", + "ftbquests.chapter.ffood_plants.quest123.description1": "The \u00266Cooking Table\u0026r is the heart of a multiblock kitchen - allowing you to craft any number of foods with the items stored inside of it. It can also supply you with tools, water, snow/ice, and milk.", + "ftbquests.chapter.ffood_plants.quest123.description2": "Especially handy when you have a large amount of foods and a limited amount of brainpower.", + "ftbquests.chapter.ffood_plants.quest123.title": "Cooking for Blockheads", + "ftbquests.chapter.ffood_plants.quest124.description1": "The \u00266ME Kitchen Station\u0026r lets you connect your multiblock kitchen to your ME system!", + "ftbquests.chapter.ffood_plants.quest125.description1": "The \u00266fridge\u0026r stores items, just like a cabinet.", + "ftbquests.chapter.ffood_plants.quest126.description1": "A \u00266sink\u0026r provides unlimited water to recipes.", + "ftbquests.chapter.ffood_plants.quest126.description2": "\u00267Tip: ...and other things.", + "ftbquests.chapter.ffood_plants.quest127.description1": "The oven lets you cook multiple foods in a single block.", + "ftbquests.chapter.ffood_plants.quest128.description1": "A \u00266Cow in a Jar\u0026r slowly produces milk, which can be used in recipes.", + "ftbquests.chapter.ffood_plants.quest128.description2": "...but how does one get a cow into a jar?", + "ftbquests.chapter.ffood_plants.quest128.description3": "\u00267Tip: you\u0027ll need to turn off claim protection or make this outside a claim, OPAC doesn\u0027t really like animal cruelty!", + "ftbquests.chapter.ffood_plants.quest129.description1": "When added to a fridge, the \u00266ice unit\u0026r provides unlimited ice and snow to recipes.", + "ftbquests.chapter.ffood_plants.quest13.description1": "This earth-toned fungus once thrived in quiet, dark corners, feeding on decay.", + "ftbquests.chapter.ffood_plants.quest130.description1": "The \u00266heating unit,\u0026r applied to a stove, lets it run on energy instead of burnable fuel.", + "ftbquests.chapter.ffood_plants.quest131.description1": "The \u00266tool rack\u0026r provides tools to cooking recipes; pots, pans, and other sorts.", + "ftbquests.chapter.ffood_plants.quest132.description1": "The \u00266Kitchen Cabinet and Counter\u0026r store items for the Cooking Table to use.", + "ftbquests.chapter.ffood_plants.quest132.title": "Kitchen Storage", + "ftbquests.chapter.ffood_plants.quest133.description1": "The \u00266Horn of the Wild\u0026r lets you harvest a large area of crops without manually collecting them one by one.", + "ftbquests.chapter.ffood_plants.quest133.description2": "Useful!", + "ftbquests.chapter.ffood_plants.quest134.description1": "The \u00266Drum of the Wild\u0026r is a block-based version of the horn - set a mana spreader to shoot mana through it and it\u0027ll harvest crops nearby.", + "ftbquests.chapter.ffood_plants.quest134.description2": "Add a \u00266hopperhock\u0026r and you have fully automatic crop harvesting!", + "ftbquests.chapter.ffood_plants.quest135.description1": "The \u00266Harvester\u0026r is a little harder to make than the other automated harvesters, but it makes up for it in ease of use.", + "ftbquests.chapter.ffood_plants.quest135.description2": "Place it on the same level as crops and it will harvest them - a 3x3 area by default, but this can be upgraded with machine upgrades.", + "ftbquests.chapter.ffood_plants.quest136.description1": "The \u00266Mechanical Harvester\u0026r lets you harvest... mechanically! ", + "ftbquests.chapter.ffood_plants.quest136.description2": "Attach it to any variety of contraption and as it moves through a crop it will harvest it.", + "ftbquests.chapter.ffood_plants.quest137.description1": "That\u0027s dedication! A personal shoutout from myself, for the pure raw dedication that you\u0027ve shown.", + "ftbquests.chapter.ffood_plants.quest137.subtitle": "You earned it!", + "ftbquests.chapter.ffood_plants.quest137.task_5521912290757485582.title": "You know what? Sure.", + "ftbquests.chapter.ffood_plants.quest138.description1": "You\u0027ve gone even further than I went! An absolute mad. lad. Take your prize and go.", + "ftbquests.chapter.ffood_plants.quest138.subtitle": "Your dedication is admirable.", + "ftbquests.chapter.ffood_plants.quest138.title": "Good god...", + "ftbquests.chapter.ffood_plants.quest14.description1": "With its crimson cap and pale stem, the red mushroom once sprouted in damp caves and shadowed groves.", + "ftbquests.chapter.ffood_plants.quest15.description1": "Bamboo once climbed toward the sky in great bamboo forests, hollow stems whispering in the wind.", + "ftbquests.chapter.ffood_plants.quest16.description1": "Sailors swore it marked safe waters—while some claimed it hid the bones of the drowned.", + "ftbquests.chapter.ffood_plants.quest17.description1": "This gentle underwater plant once rippled with the ocean’s breath, carpeting the sea floor in quiet green.", + "ftbquests.chapter.ffood_plants.quest18.description1": "Their soft light once guided creatures of the reef and lit the way for wayward divers in the twilight deep.", + "ftbquests.chapter.ffood_plants.quest19.description1": "This strange, red fungus had grown only in the deep, burning halls of another world. It pulsed faintly with unnatural life.", + "ftbquests.chapter.ffood_plants.quest2.description1": "Bright orange roots that grew deep in the earth, carrots were a favorite among rabbits and a healthy snack, to boot!", + "ftbquests.chapter.ffood_plants.quest20.description1": "Once said to carry the scent of a world turned upside down—where even the air recoiled in confusion.", + "ftbquests.chapter.ffood_plants.quest21.description1": "This twisted red fungus once grew in the scorched ground of the Nether, pulsing faintly as if alive.", + "ftbquests.chapter.ffood_plants.quest22.description1": "Once used in deadly draughts and sleeping curses, favored by those who studied the poisoner\u0027s art.", + "ftbquests.chapter.ffood_plants.quest23.description1": "Flax\u0027s delicate fibers had once been woven into cloth and spell-thread, binding both garments and enchantments.", + "ftbquests.chapter.ffood_plants.quest24.description1": "Bold and crimson, the poppy is a symbol of remembrance and silent strength, often found where courage once stood.", + "ftbquests.chapter.ffood_plants.quest24.description2": "\u00267Tip: You can either craft poppy seeds or mutate them from Melon and Sugarcane.", + "ftbquests.chapter.ffood_plants.quest25.description1": "A tall and graceful flower with a soft purple hue, often associated with grace, quiet wisdom, and calm days.", + "ftbquests.chapter.ffood_plants.quest26.description1": "Delicate and pale, these tiny flowers cluster low to the ground, bringing a sense of peace to open fields.", + "ftbquests.chapter.ffood_plants.quest27.description1": "This rare azure blossom flourishes in damp, shadowed groves. Legends say it blooms where ancient tears once fell.", + "ftbquests.chapter.ffood_plants.quest28.description1": "Cornflowers once braved the wind in wide fields, their blue hues a favorite among storytellers and songwriters.", + "ftbquests.chapter.ffood_plants.quest29.description1": "A cheerful bloom of golden yellow, said to carry whispers of spring on the wind. It thrives wherever the sun touches the land.", + "ftbquests.chapter.ffood_plants.quest29.description2": "\u00267Tip: You can either craft dandelion seeds or mutate them from Wheat and Pumpkin.\u0026r", + "ftbquests.chapter.ffood_plants.quest3.description1": "Crimson bulbs that added color and flavor to any dish, beetroots were once quite common in village gardens.", + "ftbquests.chapter.ffood_plants.quest30.description1": "Hidden among thick leaves, these tiny white bells are said to chime in silence when the forest is listening.", + "ftbquests.chapter.ffood_plants.quest31.description1": "With a golden eye watching from its white face, this flower is a quiet companion of wanderers and daydreamers.", + "ftbquests.chapter.ffood_plants.quest32.description1": "Glowing softly with hues of flame, this ancient blossom is thought to be a gift from the deep earth, where fire once danced.", + "ftbquests.chapter.ffood_plants.quest33.description1": "Warming as a sunset, the orange tulip is said to bring cheer and good fortune to those who find it.", + "ftbquests.chapter.ffood_plants.quest34.description1": "Bright and bold, the red tulip is a symbol of love and passion, often given in times of heartfelt confession.", + "ftbquests.chapter.ffood_plants.quest35.description1": "Soft as moonlight, white tulips once whispered of peace and innocence in gardens now long lain fallow.", + "ftbquests.chapter.ffood_plants.quest36.description1": "Soft and gentle, the pink tulip speaks of friendship and gentle affection, often found where laughter lingers.", + "ftbquests.chapter.ffood_plants.quest37.description1": "Dark as a starless night and thorned with sorrow, this eerie bloom grows only in the wake of ruin and shadow.", + "ftbquests.chapter.ffood_plants.quest38.description1": "You can make podzol for planting flower seeds on by growing a 2x2 of spruce saplings - the large tree, once grown, will convert dirt (and dried earth!) under it into podzol.", + "ftbquests.chapter.ffood_plants.quest38.description2": "\u00267Tip: once the strength trait of a flower is high enough, you won\u0027t need to plant them on podzol!", + "ftbquests.chapter.ffood_plants.quest38.task_7604363448496665210.title": "Look at Podzol", + "ftbquests.chapter.ffood_plants.quest38.title": "Podzol", + "ftbquests.chapter.ffood_plants.quest39.description1": "Onion\u0027s delicious smell once filled the air as it gave flavor to meals.", + "ftbquests.chapter.ffood_plants.quest4.description1": "Earthy and humble, potatoes were versatile tubers that thrived in the cool soil of many places.", + "ftbquests.chapter.ffood_plants.quest40.description1": "Sweet potatoes grew slow and sweet underground, long ago.", + "ftbquests.chapter.ffood_plants.quest40.description2": "(new page placeholder text)", + "ftbquests.chapter.ffood_plants.quest41.description1": "A humble grain that swayed in golden fields before being ground and baked into something warm and sustaining.", + "ftbquests.chapter.ffood_plants.quest42.description1": "Basil once filled the air with a fragrance that breezes would quietly carry away.", + "ftbquests.chapter.ffood_plants.quest43.description1": "A small, zesty vegetable that added a sharp bite to meals.", + "ftbquests.chapter.ffood_plants.quest44.description1": "A dark, sturdy bean that once softened in pots where stories and spices mingled.", + "ftbquests.chapter.ffood_plants.quest45.description1": "A slender, snappy vegetable that brightened plates in days long past.", + "ftbquests.chapter.ffood_plants.quest46.description1": "A nutrient-rich tuber, often tied to seasonal harvests and both everyday and festive cooking.", + "ftbquests.chapter.ffood_plants.quest47.description1": "Widely adopted, they were once integral to many cuisines, especially where freshness and preservation intersected.", + "ftbquests.chapter.ffood_plants.quest48.description1": "Spiny and hardy, the cactus once dotted vast oceans of sand.", + "ftbquests.chapter.ffood_plants.quest49.description1": "Saguaro once stood tall in the desert heat, holding their shape against time and silence.", + "ftbquests.chapter.ffood_plants.quest5.description1": "Orange orbs that sprouted in the autumn, pumpkins were both a festive decoration and a hearty food source.", + "ftbquests.chapter.ffood_plants.quest50.description1": "Valued for its hardiness and storage life, it figured prominently in preserved and cold-weather foods.", + "ftbquests.chapter.ffood_plants.quest51.description1": "Fast-growing and versatile, they were commonly used to add mild sharpness to everyday dishes.", + "ftbquests.chapter.ffood_plants.quest52.description1": "Coffee was brewed each morning, dark and warm, its bitterness softened by time and habit.", + "ftbquests.chapter.ffood_plants.quest53.description1": "A worldwide staple, central to daily diets and shaped by centuries of cultivation and ritual.", + "ftbquests.chapter.ffood_plants.quest54.description1": "A cool-weather root typically grown for its reliability and used in simple, hearty meals.", + "ftbquests.chapter.ffood_plants.quest55.description1": "A hardy root, valued for nutrition and storage through cold months.", + "ftbquests.chapter.ffood_plants.quest56.description1": "Once used to add a small amount of spice to everyday food.", + "ftbquests.chapter.ffood_plants.quest57.description1": "Once cultivated widely for its simple, nourishing qualities.", + "ftbquests.chapter.ffood_plants.quest58.description1": "A vital staple, central to diets and agricultural abundance.", + "ftbquests.chapter.ffood_plants.quest59.description1": "Seeds that added warmth and spice, enhancing a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest6.description1": "Large, round fruits with a green rind and sweet, juicy flesh; melons grew best in warm, sunny fields.", + "ftbquests.chapter.ffood_plants.quest60.description1": "Mild and colorful, they brought sweetness and variety to meals.", + "ftbquests.chapter.ffood_plants.quest61.description1": "Known for its cool, crisp texture, often enjoyed fresh or pickled.", + "ftbquests.chapter.ffood_plants.quest62.description1": "A sweet fruit that brightened the warmer months with its flavor.", + "ftbquests.chapter.ffood_plants.quest63.description1": "Harvested for its tender shoots, enjoyed seasonally.", + "ftbquests.chapter.ffood_plants.quest64.description1": "Offered a subtle crunch and flavor, a common addition in many recipes.", + "ftbquests.chapter.ffood_plants.quest65.description1": "Once a comforting grain, quietly nourishing both people and animals alike.", + "ftbquests.chapter.ffood_plants.quest66.description1": "Peanuts were once valued for their simple richness and high protein content.", + "ftbquests.chapter.ffood_plants.quest67.description1": "Tart and vibrant, they were key in sauces and salsas that brought bold flavor.", + "ftbquests.chapter.ffood_plants.quest68.description1": "A versatile summer squash, cooked or baked into a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest69.description1": "A small, sweet berry, enjoyed fresh or preserved to brighten meals.", + "ftbquests.chapter.ffood_plants.quest7.description1": "Prickly bushes bore these bright berries, beloved for their sweet bite and quick comfort.", + "ftbquests.chapter.ffood_plants.quest70.description1": "Known for their sweetness and antioxidants, often eaten fresh or in preserves.", + "ftbquests.chapter.ffood_plants.quest71.description1": "Rich and tangy, they provided a burst of flavor and nutrition when they were in season.", + "ftbquests.chapter.ffood_plants.quest72.description1": "A mild onion relative, used to add depth and subtle flavor to soups and stews.", + "ftbquests.chapter.ffood_plants.quest73.description1": "Crisp and cool, a common leafy green that added freshness to countless dishes.", + "ftbquests.chapter.ffood_plants.quest74.description1": "Valued for its spicy warmth and medicinal qualities, a staple in many remedies and recipes now lost.", + "ftbquests.chapter.ffood_plants.quest75.description1": "A fragrant melon, its juicy flesh a refreshing treat on hot days.", + "ftbquests.chapter.ffood_plants.quest76.description1": "A sweet, cooling melon that offered relief during warm seasons.", + "ftbquests.chapter.ffood_plants.quest77.description1": "A tangy fruit, rich in vitamin C and refreshing in warmer months.", + "ftbquests.chapter.ffood_plants.quest78.description1": "A versatile vegetable, often roasted or stewed to add richness to meals.", + "ftbquests.chapter.ffood_plants.quest79.description1": "A mild vegetable used in a variety of dishes, from soups to roasts.", + "ftbquests.chapter.ffood_plants.quest8.description1": "Wheat once rippled like golden seas, feeding countless lives. Fields of it marked the heart of many homesteads.", + "ftbquests.chapter.ffood_plants.quest80.description1": "Small and tart, used fresh or dried to add brightness to dishes and preserves.", + "ftbquests.chapter.ffood_plants.quest81.description1": "Valued for their oil and flavor, they were a key ingredient in cooking and preservation.", + "ftbquests.chapter.ffood_plants.quest82.description1": "Known for its nutritional content, often steamed or roasted.", + "ftbquests.chapter.ffood_plants.quest83.description1": "Prized for its tender hearts, a special ingredient in many traditional meals.", + "ftbquests.chapter.ffood_plants.quest84.description1": "Tart and fibrous, often cooked down into jams and desserts.", + "ftbquests.chapter.ffood_plants.quest85.description1": "A pungent staple, prized for both taste and medicinal value in many kitchens.", + "ftbquests.chapter.ffood_plants.quest86.description1": "Known for its vibrant color and healing properties, it flavored food and soothed ailments alike.", + "ftbquests.chapter.ffood_plants.quest87.description1": "Sweet and versatile - enjoyed fresh or transformed into wines and preserves.", + "ftbquests.chapter.ffood_plants.quest88.description1": "A leafy green, rich in nutrients and commonly eaten fresh.", + "ftbquests.chapter.ffood_plants.quest89.description1": "A hearty vegetable, often stored through colder months and used in countless recipes.", + "ftbquests.chapter.ffood_plants.quest9.description1": "This gnarled, shrieking root was feared as much as it was valued.", + "ftbquests.chapter.ffood_plants.quest9.description2": "\u00267Tip: you might want to only harvest these at night!", + "ftbquests.chapter.ffood_plants.quest90.description1": "A resilient leafy green valued for its nutrition and versatility in cooking.", + "ftbquests.chapter.ffood_plants.quest91.description1": "Small, dark berries used for their medicinal properties and tart flavor.", + "ftbquests.chapter.ffood_plants.quest92.description1": "Known for their bitter aroma, they were essential in brewing of all kinds.", + "ftbquests.chapter.ffood_plants.quest93.description1": "Tart and bright, commonly used fresh or preserved to complement meals.", + "ftbquests.chapter.ffood_plants.quest94.description1": "A fragrant bean that lent warmth and sweetness to many desserts and drinks.", + "ftbquests.chapter.ffood_plants.quest95.description1": "A sweet and tangy fruit that brought plenty of flavor to many dishes.", + "ftbquests.chapter.ffood_plants.quest96.description1": "Crunchy, subtly sweet nuts with a toasty, earthy finish.", + "ftbquests.chapter.ffood_plants.quest97.description1": "Crisp, juicy fruits that balance light sweetness with a refreshing tang.", + "ftbquests.chapter.ffood_plants.quest98.description1": "Soft, slightly fuzzy fruits with a delightfully sweet-tart burst.", + "ftbquests.chapter.ffood_plants.quest99.description1": "Creamy and buttery with a mild, slightly grassy flavor.", + "ftbquests.chapter.ffood_plants.title": "Plants Galore", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description1": "You wake up in a vast, dead and dried out wasteland. You don\u0027t remember how you got here, but you do remember what the world \u0026oshould\u0026r look like - and this isn\u0027t it.", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description2": "Welcome to \u00266Reclamation!\u0026r This is a slower-paced pack focused around bringing life and nature back to a dead world. Press \u00266F3+H\u0026r to disable advanced tooltips, if they\u0027re on!", + "ftbquests.chapter.how_the_world_came_to_be.quest1.task_6356663929448377632.title": "What happened here?", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description1": "\u00266Alchemical Sulfur\u0026r is one of the three building blocks of alchemy - it provides the Soul of an item, and represents what specific item it is.", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description2": "To obtain it, you\u0027ll have to make a \u00266Liquefaction Cauldron\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the item you want to extract sulfur from into the Cauldron, fill it with \u00266Sal Ammoniac,\u0026r give the Brazier some fuel, and it\u0027ll slowly convert materials into their respective \u00266Alchemical Sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description3": "The dried earth you find yourself surrounded by used to be dirt, and it remembers that - \u00266use the Cauldron to turn dried earth into dirt sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.title": "Alchemical Sulfur", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description1": "Now that you have all three alchemical components of an item - \u00266Mercury, Salt, and Sulfur\u0026r - you can make an \u00266Incubator\u0026r to combine them all back into an item; in this case, back into \u00266dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description2": "Place the Incubator above a Brazier and attach all three vessels to the sides of it. Fill each vessel with the appropriate item, give the Brazier some fuel, and in a bit you\u0027ll have fresh dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest11.title": "Incubator", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description1": "You\u0027ve done it! You\u0027ve made dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description2": "...now you just need something to grow on it.", + "ftbquests.chapter.how_the_world_came_to_be.quest12.subtitle": "Slightly browner", + "ftbquests.chapter.how_the_world_came_to_be.quest13.description1": "Despite the seeming apocalypse, there are still fish to find (and eat) for those with the skill and desire.", + "ftbquests.chapter.how_the_world_came_to_be.quest13.title": "Fishy Friends", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description1": "Spider string can be crafted into wool, which can be crafted into beds! ", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description2": "You can also craft a sleeping bag, for staying cozy on the go... but where would you be going?", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_1655930139945784994.title": "Any Bed", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_2233575124644508705.title": "Any Sleeping Bag", + "ftbquests.chapter.how_the_world_came_to_be.quest14.title": "Small Comforts", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description1": "Worldgen has been completely overhauled - \u00264no ore generates,\u0026r and the only biomes that exist are dead, wasteland biomes with no real vegetation. Additionally, the only trees that spawn are dead trees, with very little useability.", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description2": "Stone variants still generate, and you can find \u00266sand and clay underwater.\u0026r It will also still rain!", + "ftbquests.chapter.how_the_world_came_to_be.quest15.task_9000568835822462366.title": "Changed worldgen?", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description1": "The naturally spawning mobs have changed in this new landscape! Specifically, \u0026czombie villagers and witches won\u0027t spawn,\u0026r and \u00266spiders have mutated\u0026r into their venomous cave versions. ", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description2": "This means that there\u0027s \u0026cno way to get any kind of resources from witches or zombie villagers\u0026r (even if you could cure them!); the only things that you can really hope to get are iron or copper ingots from \u00266rare drops\u0026r - but there are other ways to generate resources...", + "ftbquests.chapter.how_the_world_came_to_be.quest16.task_8241748987012779739.title": "Rare Drops?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description1": "There are quite a few books in the pack! Thankfully, the \u00266Akashic Tome\u0026r is here to help. Crafting any book with this will combine it, letting you keep every guidebook in a single item. Simply craft it with another guidebook!", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description2": "To untransform the tome, punch the air with it.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description3": "To remove a stored book, transform the tome into the book, then sneak and press your \u0027drop\u0027 key.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.task_3483844932023115481.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description1": "A lot of the pack consists of passive processes you\u0027ll probably want to keep running while you do other things. You can claim chunks to \u00266force-load \u0026rthem using your map; ensuring they\u0027ll stay loaded even while you\u0027re not nearby. ", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description2": "Just open your map (default M) and \u00266right-click drag\u0026r over the area you\u0027d like to claim. Right-click drag again to force claim!", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description3": "If you\u0027re playing with friends, \u00266make sure you\u0027re on the same team\u0026r so that you can all access things inside your claim and share quest progress.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description4": "For more information on the claims system, check out the \u00266Open Parties and Claims\u0026r wiki or keybinds.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description5": "\u00267Tip: you might want to turn claimed chunk protection off! It tends to break fake players.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.task_3331239976186418612.title": "Playing with Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.title": "Chunkloading and Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description1": "You can make a quick and dirty door using the scrap wood and some copper you\u0027ve found - but it seems pretty shoddy, \u00264breaking every so often\u0026r and needing to be re-placed.", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description2": "At least it keeps the spookies out...", + "ftbquests.chapter.how_the_world_came_to_be.quest2.description1": "Wood is plentiful, if not exactly the quality you remember.", + "ftbquests.chapter.how_the_world_came_to_be.quest2.title": "Dead Trees", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description1": "Despite the harsh conditions, bees still persist, dotted amongst the dry hills. ", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description2": "Cultivating them could be a great way to \u00266generate resources\u0026r such as more dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description3": "\u00267Tip: this unlocks a new questline on the left!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.title": "Bees?!", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description1": "There are ruins around with \u00266small bits of copper,\u0026r completely oxidized from whatever happened. ", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description2": "You might be able to craft something to help you out with that copper, but first you\u0027ll have to \u00266get it into a useable state...\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest3.task_7525660450708144821.title": "Oxidized Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description1": "Many many recipes have been changed in this pack. Make sure you check your recipe browser for crafting recipes! By default, the keybinds when hovering over an item are \u00266R to look up recipes\u0026r for the item, and \u00266U to look up uses\u0026r for the item.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description2": "These binds can be changed by clicking the EMI button in the bottom left of your inventory screen.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.task_8528084351057584694.title": "What\u0027s changed?", + "ftbquests.chapter.how_the_world_came_to_be.quest4.title": "How do I craft things?", + "ftbquests.chapter.how_the_world_came_to_be.quest5.description1": "\u0026l\u0026o\u0026cNO ORE GENERATES IN THE WORLD. RECIPES HAVE CHANGED.\u0026r Those who came before you have completely mined out the entire planet - after centuries of strip mining, quarrying, and general exploitation, there is not so much as a measly scrap of coal in the world, so there\u0027s no point trying to find any type of ore by mining.", + "ftbquests.chapter.how_the_world_came_to_be.quest5.task_734684119620528193.title": "Deprived...", + "ftbquests.chapter.how_the_world_came_to_be.quest5.title": "Where\u0027s the ore!?", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description1": "After you \u00266scrape off the rust with an axe,\u0026r you think you can use a \u00266cutting board\u0026r to get useable copper out of the oxidized copper you find in ruins.", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description2": "This useable copper will be crucial for \u00266Spagyrics\u0026r, the process of decomposing and recombining matter - which should let you \u00266rejuvenate the Dried Earth\u0026r into \u00266Dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description3": "\u00267Tip: you can also use the cutting board to get more charcoal and scrap wood out of dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest6.title": "Useable Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description1": "In the contaminated water you have found trace amounts of \u00266Sal Ammoniac,\u0026r a crucial ingredient in the practice of \u00266Theurgy.\u0026r By setting up a simple accumulator and tank, you think you\u0027ll be able to distill it. ", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description2": "Place the accumulator on top of the tank, fill it with water, and it will slowly produce \u00266Sal Ammoniac\u0026r for you.", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description3": "\u00267Tip: you can make buckets out of copper!\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description1": "\u00266Alchemical Mercury\u0026r is one of the three building blocks of alchemy - it provides the Energy of an item, and is largely interchangeable between things.", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description2": "To distill it, you\u0027ll have to make a \u00266Mercury Distiller\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to distill into the Distiller, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Mercury.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description3": "Rarer materials give more mercury, but to start you\u0027ll probably want to distill \u00266cobblestone, dried earth, or cooked fish.\u0026r ", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description4": "\u00267Tip: slicing fish makes it a more efficient way of getting mercury!", + "ftbquests.chapter.how_the_world_came_to_be.quest8.title": "Alchemical Mercury", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description1": "\u00266Alchemical Salt\u0026r is one of the three building blocks of alchemy - it provides the Body of an item, and represents the \u0027type\u0027 of an item.", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description2": "To obtain it, you\u0027ll have to make a \u00266Calcination Oven\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to extract into the Oven, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description3": "There are many different kinds of salt, but to start, you should \u00266focus on getting Strata salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.title": "Alchemical Salt", + "ftbquests.chapter.how_the_world_came_to_be.subtitle0": "A vast wasteland", + "ftbquests.chapter.how_the_world_came_to_be.title": "Prologue", + "ftbquests.chapter.mob_safari.quest1.task_644874208300996266.title": "Creeper Photo", + "ftbquests.chapter.mob_safari.quest1.title": "Creeper", + "ftbquests.chapter.mob_safari.quest10.task_7387499092437519744.title": "Silverfish Photo", + "ftbquests.chapter.mob_safari.quest10.title": "Silverfish", + "ftbquests.chapter.mob_safari.quest11.task_560111651210659078.title": "Evoker Photo", + "ftbquests.chapter.mob_safari.quest11.title": "Evoker", + "ftbquests.chapter.mob_safari.quest12.task_6050813032829826018.title": "Ghast Photo", + "ftbquests.chapter.mob_safari.quest12.title": "Ghast", + "ftbquests.chapter.mob_safari.quest13.task_8655936747757493244.title": "Guardian Photo", + "ftbquests.chapter.mob_safari.quest13.title": "Guardian", + "ftbquests.chapter.mob_safari.quest14.task_9108849848609122501.title": "Hoglin Photo", + "ftbquests.chapter.mob_safari.quest14.title": "Hoglin", + "ftbquests.chapter.mob_safari.quest15.task_7435272240185968407.title": "Phantom Photo", + "ftbquests.chapter.mob_safari.quest15.title": "Phantom", + "ftbquests.chapter.mob_safari.quest16.task_2497415746301840277.title": "Piglin Brute Photo", + "ftbquests.chapter.mob_safari.quest16.title": "Piglin Brute", + "ftbquests.chapter.mob_safari.quest17.description1": "\u00267Tip: there is a ritual that can grant you the bad omen effect!", + "ftbquests.chapter.mob_safari.quest17.task_876018828234332303.title": "Pillager Photo", + "ftbquests.chapter.mob_safari.quest17.title": "Pillager", + "ftbquests.chapter.mob_safari.quest18.task_9217927796095116198.title": "Ravager Photo", + "ftbquests.chapter.mob_safari.quest18.title": "Ravager", + "ftbquests.chapter.mob_safari.quest19.task_6294764614244969421.title": "Shulker Photo", + "ftbquests.chapter.mob_safari.quest19.title": "Shulker", + "ftbquests.chapter.mob_safari.quest2.description1": "In this new post-apocalyptic world, you\u0027ve realized that it might be a good idea to document what lifeforms exist - just in case it happens again. ", + "ftbquests.chapter.mob_safari.quest2.description2": "To do so, you\u0027re going to need \u00266a camera, \u0026rsome \u00266film\u0026r to print onto, and some way to turn that \u00266film into photos.\u0026r", + "ftbquests.chapter.mob_safari.quest2.subtitle": "Snap decisions", + "ftbquests.chapter.mob_safari.quest2.title": "Camera", + "ftbquests.chapter.mob_safari.quest20.task_5958619487539868658.title": "Skeleton Photo", + "ftbquests.chapter.mob_safari.quest20.title": "Skeleton", + "ftbquests.chapter.mob_safari.quest21.task_2908237894518590949.title": "Slime Photo", + "ftbquests.chapter.mob_safari.quest21.title": "Slime", + "ftbquests.chapter.mob_safari.quest22.task_1986307033554203052.title": "Stray Photo", + "ftbquests.chapter.mob_safari.quest22.title": "Stray", + "ftbquests.chapter.mob_safari.quest23.task_8127229503220688871.title": "Vex Photo", + "ftbquests.chapter.mob_safari.quest23.title": "Vex", + "ftbquests.chapter.mob_safari.quest24.task_2719667561416590077.title": "Vindicator Photo", + "ftbquests.chapter.mob_safari.quest24.title": "Vindicator", + "ftbquests.chapter.mob_safari.quest25.description1": "\u00267Tip: the sculk catalyst is craftable, and you can use a sculk awakener on a sculk shrieker to convert it into one that can spawn Wardens.", + "ftbquests.chapter.mob_safari.quest25.task_3299757844051508646.title": "Warden Photo", + "ftbquests.chapter.mob_safari.quest25.title": "Warden", + "ftbquests.chapter.mob_safari.quest26.task_1834001635925258364.title": "Witch Photo", + "ftbquests.chapter.mob_safari.quest26.title": "Witch", + "ftbquests.chapter.mob_safari.quest27.description1": "\u00267Tip: if you want to summon a living wither skeleton, you\u0027ll need to use the Soulium Spawner.", + "ftbquests.chapter.mob_safari.quest27.task_431510156767848390.title": "Wither Skeleton Photo", + "ftbquests.chapter.mob_safari.quest27.title": "Wither Skeleton", + "ftbquests.chapter.mob_safari.quest28.task_3976176875920550036.title": "Zoglin Photo", + "ftbquests.chapter.mob_safari.quest28.title": "Zoglin", + "ftbquests.chapter.mob_safari.quest29.task_2001349734991872109.title": "Blaze Photo", + "ftbquests.chapter.mob_safari.quest29.title": "Blaze", + "ftbquests.chapter.mob_safari.quest3.task_6868688706200460210.title": "Zombie Photo", + "ftbquests.chapter.mob_safari.quest3.title": "Zombie", + "ftbquests.chapter.mob_safari.quest30.task_4394254762005595057.title": "Wither Photo", + "ftbquests.chapter.mob_safari.quest30.title": "Wither", + "ftbquests.chapter.mob_safari.quest31.task_6606548217913389459.title": "Ender Dragon Photo", + "ftbquests.chapter.mob_safari.quest31.title": "Ender Dragon", + "ftbquests.chapter.mob_safari.quest32.task_8348843003612976311.title": "Piglin Photo", + "ftbquests.chapter.mob_safari.quest32.title": "Piglin", + "ftbquests.chapter.mob_safari.quest33.task_9152125344552747368.title": "Allay Photo", + "ftbquests.chapter.mob_safari.quest33.title": "Allay", + "ftbquests.chapter.mob_safari.quest34.task_935450104482788869.title": "Axolotl Photo", + "ftbquests.chapter.mob_safari.quest34.title": "Axolotl", + "ftbquests.chapter.mob_safari.quest35.task_3732209353791428122.title": "Bat Photo", + "ftbquests.chapter.mob_safari.quest35.title": "Bat", + "ftbquests.chapter.mob_safari.quest36.task_4451728281716577204.title": "Camel Photo", + "ftbquests.chapter.mob_safari.quest36.title": "Camel", + "ftbquests.chapter.mob_safari.quest37.task_3478349021656071469.title": "Cat Photo", + "ftbquests.chapter.mob_safari.quest37.title": "Cat", + "ftbquests.chapter.mob_safari.quest38.task_421501030317629993.title": "Chicken Photo", + "ftbquests.chapter.mob_safari.quest38.title": "Chicken", + "ftbquests.chapter.mob_safari.quest39.task_3283513909476271368.title": "Cod Photo", + "ftbquests.chapter.mob_safari.quest39.title": "Cod", + "ftbquests.chapter.mob_safari.quest4.task_5493751185522811223.title": "Husk Photo", + "ftbquests.chapter.mob_safari.quest4.title": "Husk", + "ftbquests.chapter.mob_safari.quest40.task_3552336333939252573.title": "Cow Photo", + "ftbquests.chapter.mob_safari.quest40.title": "Cow", + "ftbquests.chapter.mob_safari.quest41.task_8921315837912733830.title": "Donkey Photo", + "ftbquests.chapter.mob_safari.quest41.title": "Donkey", + "ftbquests.chapter.mob_safari.quest42.task_8892925176174289117.title": "Frog Photo", + "ftbquests.chapter.mob_safari.quest42.title": "Frog", + "ftbquests.chapter.mob_safari.quest43.task_7912667151609898398.title": "Glow Squid Photo", + "ftbquests.chapter.mob_safari.quest43.title": "Glow Squid", + "ftbquests.chapter.mob_safari.quest44.task_4389105525914117514.title": "Horse Photo", + "ftbquests.chapter.mob_safari.quest44.title": "Horse", + "ftbquests.chapter.mob_safari.quest45.task_4359593363899885941.title": "Mooshroom Photo", + "ftbquests.chapter.mob_safari.quest45.title": "Mooshroom", + "ftbquests.chapter.mob_safari.quest46.task_924922940433498504.title": "Mule Photo", + "ftbquests.chapter.mob_safari.quest46.title": "Mule", + "ftbquests.chapter.mob_safari.quest47.task_4787445126890462554.title": "Ocelot Photo", + "ftbquests.chapter.mob_safari.quest47.title": "Ocelot", + "ftbquests.chapter.mob_safari.quest48.task_595439666779967783.title": "Parrot Photo", + "ftbquests.chapter.mob_safari.quest48.title": "Parrot", + "ftbquests.chapter.mob_safari.quest49.task_6791445533424275382.title": "Pig Photo", + "ftbquests.chapter.mob_safari.quest49.title": "Pig", + "ftbquests.chapter.mob_safari.quest5.task_2405723904258009579.title": "Drowned Photo", + "ftbquests.chapter.mob_safari.quest5.title": "Drowned", + "ftbquests.chapter.mob_safari.quest50.task_5186559523328413187.title": "Pufferfish Photo", + "ftbquests.chapter.mob_safari.quest50.title": "Pufferfish", + "ftbquests.chapter.mob_safari.quest51.task_1802630615776817042.title": "Rabbit Photo", + "ftbquests.chapter.mob_safari.quest51.title": "Rabbit", + "ftbquests.chapter.mob_safari.quest52.task_9075318374820615216.title": "Salmon Photo", + "ftbquests.chapter.mob_safari.quest52.title": "Salmon", + "ftbquests.chapter.mob_safari.quest53.task_1279126845524092057.title": "Sheep Photo", + "ftbquests.chapter.mob_safari.quest53.title": "Sheep", + "ftbquests.chapter.mob_safari.quest54.description1": "\u00267Tip: the sniffer egg is craftable!", + "ftbquests.chapter.mob_safari.quest54.task_4496075018482353874.title": "Sniffer Photo", + "ftbquests.chapter.mob_safari.quest54.title": "Sniffer", + "ftbquests.chapter.mob_safari.quest55.task_7621061223329854925.title": "Snow Golem Photo", + "ftbquests.chapter.mob_safari.quest55.title": "Snow Golem", + "ftbquests.chapter.mob_safari.quest56.task_3811954916556661348.title": "Squid Photo", + "ftbquests.chapter.mob_safari.quest56.title": "Squid", + "ftbquests.chapter.mob_safari.quest57.task_8980744210598611125.title": "Strider Photo", + "ftbquests.chapter.mob_safari.quest57.title": "Strider", + "ftbquests.chapter.mob_safari.quest58.task_3384099064913889422.title": "Tropical Fish Photo", + "ftbquests.chapter.mob_safari.quest58.title": "Tropical Fish", + "ftbquests.chapter.mob_safari.quest59.task_8173784837555787990.title": "Turtle Photo", + "ftbquests.chapter.mob_safari.quest59.title": "Turtle", + "ftbquests.chapter.mob_safari.quest6.task_874911539473621191.title": "Spider Photo", + "ftbquests.chapter.mob_safari.quest6.title": "Spider", + "ftbquests.chapter.mob_safari.quest60.task_3689972004573703426.title": "Villager Photo", + "ftbquests.chapter.mob_safari.quest60.title": "Villager", + "ftbquests.chapter.mob_safari.quest61.description1": "\u00267Tip: an oak or birch tree grown near flowers has a small chance to spawn a beehive!", + "ftbquests.chapter.mob_safari.quest61.task_5922903859006989903.title": "Bee Photo", + "ftbquests.chapter.mob_safari.quest61.title": "Bee", + "ftbquests.chapter.mob_safari.quest62.task_6003122656664405150.title": "Dolphin Photo", + "ftbquests.chapter.mob_safari.quest62.title": "Dolphin", + "ftbquests.chapter.mob_safari.quest63.task_8533728607102685433.title": "Fox Photo", + "ftbquests.chapter.mob_safari.quest63.title": "Fox", + "ftbquests.chapter.mob_safari.quest64.task_2426644530607004924.title": "Goat Photo", + "ftbquests.chapter.mob_safari.quest64.title": "Goat", + "ftbquests.chapter.mob_safari.quest65.task_7632281372321087328.title": "Iron Golem Photo", + "ftbquests.chapter.mob_safari.quest65.title": "Iron Golem", + "ftbquests.chapter.mob_safari.quest66.reward_5070411217558644494.title": "Wash the spit off your face!", + "ftbquests.chapter.mob_safari.quest66.task_6151594406741525419.title": "Llama Photo", + "ftbquests.chapter.mob_safari.quest66.title": "Llama", + "ftbquests.chapter.mob_safari.quest67.task_8391996334368644499.title": "Panda Photo", + "ftbquests.chapter.mob_safari.quest67.title": "Panda", + "ftbquests.chapter.mob_safari.quest68.task_6356092814838542587.title": "Polar Bear Photo", + "ftbquests.chapter.mob_safari.quest68.title": "Polar Bear", + "ftbquests.chapter.mob_safari.quest69.task_5155069369552929707.title": "Wolf Photo", + "ftbquests.chapter.mob_safari.quest69.title": "Wolf", + "ftbquests.chapter.mob_safari.quest7.task_7828452674496297861.title": "Cave Spider Photo", + "ftbquests.chapter.mob_safari.quest7.title": "Cave Spider", + "ftbquests.chapter.mob_safari.quest70.task_6586877749199133229.title": "Zombified Piglin Photo", + "ftbquests.chapter.mob_safari.quest70.title": "Zombified Piglin", + "ftbquests.chapter.mob_safari.quest71.description1": "\u00267Tip: there is a ritual that spawns the Elder Guardian!", + "ftbquests.chapter.mob_safari.quest71.task_1136723065807110792.title": "Elder Guardian Photo", + "ftbquests.chapter.mob_safari.quest71.title": "Elder Guardian", + "ftbquests.chapter.mob_safari.quest72.task_1119603583110664878.title": "Starbuncle Photo", + "ftbquests.chapter.mob_safari.quest72.title": "Starbuncle", + "ftbquests.chapter.mob_safari.quest73.task_1237879032257403086.title": "Wilden Guardian Photo", + "ftbquests.chapter.mob_safari.quest73.title": "Wilden Defender", + "ftbquests.chapter.mob_safari.quest74.task_5793666635438854570.title": "Wilden Pack Hunter Photo", + "ftbquests.chapter.mob_safari.quest74.title": "Wilden Pack Hunter", + "ftbquests.chapter.mob_safari.quest75.task_8789953344793101489.title": "Wilden Stalker Photo", + "ftbquests.chapter.mob_safari.quest75.title": "Wilden Stalker", + "ftbquests.chapter.mob_safari.quest76.task_4116691053894850008.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest76.title": "Drygmy", + "ftbquests.chapter.mob_safari.quest77.task_1018473204252943458.title": "Wilden Chimera Photo", + "ftbquests.chapter.mob_safari.quest77.title": "Wilden Chimera", + "ftbquests.chapter.mob_safari.quest78.task_6004116955135160925.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest78.title": "Whirlisprig", + "ftbquests.chapter.mob_safari.quest79.description1": "\u00267Tip: a spawned siren, not a tamed familiar!", + "ftbquests.chapter.mob_safari.quest79.task_1471670924078031545.title": "Siren Photo", + "ftbquests.chapter.mob_safari.quest79.title": "Siren", + "ftbquests.chapter.mob_safari.quest8.task_4943959340946543881.title": "Enderman Photo", + "ftbquests.chapter.mob_safari.quest8.title": "Enderman", + "ftbquests.chapter.mob_safari.quest80.description1": "I mean. You did a LOT of grinding probably to get here. Also by definition you\u0027ve finished the pack, or good as.", + "ftbquests.chapter.mob_safari.quest80.subtitle": "because why not?", + "ftbquests.chapter.mob_safari.quest80.title": "Safari LEGEND", + "ftbquests.chapter.mob_safari.quest9.task_4733333668196733711.title": "Endermite Photo", + "ftbquests.chapter.mob_safari.quest9.title": "Endermite", + "ftbquests.chapter.mob_safari.title": "Mob Safari", + "ftbquests.chapter.resource_generation.quest1.description1": "\u00266Prosperity Shards\u0026r are the basis of all mystical essence manipulation - very useful for generating large amounts of basic resources.", + "ftbquests.chapter.resource_generation.quest1.description2": "They can be found by breaking down copper nuggets with a pickaxe on a cutting board.", + "ftbquests.chapter.resource_generation.quest1.description3": "\u00267Tip: you can also make prosperity shards in an Enrichment Chamber!", + "ftbquests.chapter.resource_generation.quest10.description1": "With enough inferium, you can craft \u00266Inferium Seeds,\u0026r which grow essence themselves.", + "ftbquests.chapter.resource_generation.quest11.description1": "More potent than regular inferium essence, \u00266Prudentium Essence\u0026r can be used to make some useful essence seeds.", + "ftbquests.chapter.resource_generation.quest11.description2": "Make it by fortifying inferium essence with all four elemental essences in a \u00266Cauldron.\u0026r", + "ftbquests.chapter.resource_generation.quest11.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest18.description1": "The \u00266infusion altar\u0026r and \u00266pedestals\u0026r are required to craft essence seeds.", + "ftbquests.chapter.resource_generation.quest18.description2": "Place the items necessary in the pedestals, then give the altar a redstone signal or a wave of a wand to begin crafting.", + "ftbquests.chapter.resource_generation.quest19.description1": "By breeding \u00266Rocky\u0026r bees together in the nether, they\u0027ll slowly adapt and turn into their nether versions - \u00266Crimson\u0026r and \u00266Warped\u0026r bees. \u00266Cursed\u0026r bees are the hybrid between the two.", + "ftbquests.chapter.resource_generation.quest19.description2": "These bees, twisted by the nether environment, are somewhat aggressive; they\u0027ll harm nearby mobs (including players!)", + "ftbquests.chapter.resource_generation.quest19.task_3895545663253499388.title": "Warped", + "ftbquests.chapter.resource_generation.quest19.task_8052506021592411173.title": "Cursed", + "ftbquests.chapter.resource_generation.quest19.task_891469205622428585.title": "Crimson", + "ftbquests.chapter.resource_generation.quest19.title": "Nether Bees", + "ftbquests.chapter.resource_generation.quest2.description1": "You can place frames into your apiary for bonuses to productivity, lifespan, and even change the temperature and humidity of an apiary. ", + "ftbquests.chapter.resource_generation.quest2.description2": "\u00267Tip: Frame modifiers stack multiplicatively, not additively!\u0026r", + "ftbquests.chapter.resource_generation.quest2.task_1734748989054878453.title": "Any Frame", + "ftbquests.chapter.resource_generation.quest20.description1": "If you\u0027re tired of getting stung by nether bees, try crafting a set of \u00266Apiarist Gear.\u0026r This armor, when worn as a set, will protect you from getting affected by any bees nearby.", + "ftbquests.chapter.resource_generation.quest20.description2": "It\u0027s made of silk, which you can get from propolis (which you can get from simmering combs, among others.)", + "ftbquests.chapter.resource_generation.quest20.title": "Apiarist Gear", + "ftbquests.chapter.resource_generation.quest21.description1": "\u00266Rocky\u0026r and \u00266Robust\u0026r bees are more used to cooler climates, but you can breed better tolerances into them. ", + "ftbquests.chapter.resource_generation.quest21.description2": "Their rocky combs produce much more wax and honey than their wasteland cousins, but more importantly, they can rarely produce \u00266Copper Combs\u0026r as a specialty.", + "ftbquests.chapter.resource_generation.quest21.description3": "\u00267Tip: specialties are only produced when a bee is ecstatic! To make a bee ecstatic, you have to have its housing climate \u0026lexactly\u0026r\u00267 match the bee\u0027s preferred climate. Either breed it so that it prefers the hot dry wastes, or use special frames to adjust the temperature and humidity!", + "ftbquests.chapter.resource_generation.quest21.description4": "\u00267Tip 2: tuff (which you need underneath the apiary to breed these bees!) can be crafted or found underground.", + "ftbquests.chapter.resource_generation.quest21.task_1538674417108678800.title": "Resilient", + "ftbquests.chapter.resource_generation.quest21.task_7190582857068653051.title": "Robust", + "ftbquests.chapter.resource_generation.quest21.task_9033126545582958159.title": "Rocky", + "ftbquests.chapter.resource_generation.quest21.title": "Rocky Bees", + "ftbquests.chapter.resource_generation.quest22.description1": "\u00266Haunted,\u0026r \u00266Ghostly,\u0026r and \u00266Spectral\u0026r bees are an offshoot of nether bees that produce Spectral combs, a relatively honey-rich comb. Additionally, Spectral bees will produce \u00266glowstone\u0026r as a specialty!", + "ftbquests.chapter.resource_generation.quest22.task_3081911043010225060.title": "Haunted", + "ftbquests.chapter.resource_generation.quest22.task_5262672928415792469.title": "Ghostly", + "ftbquests.chapter.resource_generation.quest22.task_8517504769354790857.title": "Spectral", + "ftbquests.chapter.resource_generation.quest22.title": "Spectral Bees", + "ftbquests.chapter.resource_generation.quest23.description1": "\u00266Common\u0026r and \u00266Cultivated\u0026r bees were the most common species in the world that came before, from what you recall.", + "ftbquests.chapter.resource_generation.quest23.task_3642208754252689379.title": "Common", + "ftbquests.chapter.resource_generation.quest23.task_8299291890952022433.title": "Cultivated", + "ftbquests.chapter.resource_generation.quest23.title": "Common Bees", + "ftbquests.chapter.resource_generation.quest24.description1": "These glorious bee comrades ironically despise queens. They are also notable for producing \u00266pollen\u0026r and having \u00266higher than average productivity.\u0026r", + "ftbquests.chapter.resource_generation.quest24.task_2025398279722007265.title": "Industrious", + "ftbquests.chapter.resource_generation.quest24.task_3616071306266700168.title": "Tireless", + "ftbquests.chapter.resource_generation.quest24.task_8393881405903593674.title": "Diligent", + "ftbquests.chapter.resource_generation.quest24.title": "Industrious Bees", + "ftbquests.chapter.resource_generation.quest25.description1": "Somewhat snooty and famously literally blue-blooded, these bees can produce \u00266Royal Combs\u0026r when ecstatic. These combs can then centrifuge into \u00266Royal Jelly.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description2": "They also have a \u00266higher than average fertility rate.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description3": "\u00267Tip: Imperial bees have the Beatific effect, which provides all mobs nearby with regeneration!", + "ftbquests.chapter.resource_generation.quest25.task_6398361437915986421.title": "Noble", + "ftbquests.chapter.resource_generation.quest25.task_7062842366521447494.title": "Imperial", + "ftbquests.chapter.resource_generation.quest25.task_753059639095222795.title": "Majestic", + "ftbquests.chapter.resource_generation.quest25.title": "Imperial Bees", + "ftbquests.chapter.resource_generation.quest26.description1": "The \u00266Mellarium\u0026r is a multiblock version of the apiary, with the ability to add modules that can help you in a variety of ways.", + "ftbquests.chapter.resource_generation.quest26.description2": "The most concrete thing a Mellarium can do is give you more than three frame slots, using \u00266Frame Housings.\u0026r This means you can get, in the best case, \u0026l\u0026oSTACKS\u0026r of combs every bee tick.", + "ftbquests.chapter.resource_generation.quest26.description3": "You can also increase your chances of getting a mutation, shield your bees from rain, and change the climate using catalyst items.", + "ftbquests.chapter.resource_generation.quest26.description4": "\u00267Tip: read your Apiarist Field Guide for more information!", + "ftbquests.chapter.resource_generation.quest26.title": "The Mellarium", + "ftbquests.chapter.resource_generation.quest27.description1": "Once you start getting propolis, you can start \u00266upgrading\u0026r your \u00266Centrifuges\u0026r and \u00266Generators\u0026r - each upgrade has different stats, and you can put up to three in your machines.", + "ftbquests.chapter.resource_generation.quest27.description2": "Like frames, these upgrades stack multiplicatively.", + "ftbquests.chapter.resource_generation.quest27.description3": "\u00267Tip: the earliest ways to get propolis are through nether bees or rocky bees!", + "ftbquests.chapter.resource_generation.quest27.task_7611771532993062026.title": "Any Upgrade", + "ftbquests.chapter.resource_generation.quest27.title": "Upgrades", + "ftbquests.chapter.resource_generation.quest28.description1": "At some point you\u0027ll have more honey (and other bee products) than you know what to do with. ", + "ftbquests.chapter.resource_generation.quest28.description2": "If nothing else, you can burn them for energy in the \u00266Honey Generator!\u0026r", + "ftbquests.chapter.resource_generation.quest29.description1": "An interesting thing about these bees is that there\u0027s no way to get more than one queen out of a breeding pair. Fortunately, you can perform a ritual to summon \u00266more bee nests\u0026r through magic and some special ingredients.", + "ftbquests.chapter.resource_generation.quest29.description2": "Read your Reclamation Rituals book for more information.", + "ftbquests.chapter.resource_generation.quest29.title": "More Nests", + "ftbquests.chapter.resource_generation.quest3.description1": "You\u0027ve noticed some beehives dotted around. Maybe you can try to domesticate them?", + "ftbquests.chapter.resource_generation.quest3.description2": "You\u0027ll need a tool to harvest the nests and a place to raise the bees.", + "ftbquests.chapter.resource_generation.quest3.description3": "\u00267Tip: not every bee is required to finish the pack! Branching out from the required bees will allow you to generate resources much easier than the traditional routes, however.", + "ftbquests.chapter.resource_generation.quest3.title": "Beeginnings", + "ftbquests.chapter.resource_generation.quest30.description1": "Certain bees can produce straight up raw metals from certain rocks!", + "ftbquests.chapter.resource_generation.quest30.task_1055543042056575718.title": "Cuprous", + "ftbquests.chapter.resource_generation.quest30.task_2417461944780662004.title": "Osimum", + "ftbquests.chapter.resource_generation.quest30.task_4765395095236658823.title": "Radioactive", + "ftbquests.chapter.resource_generation.quest30.task_5074021897861698803.title": "Precious", + "ftbquests.chapter.resource_generation.quest30.task_5533305920955437908.title": "Ferrous", + "ftbquests.chapter.resource_generation.quest30.task_6870748623537125703.title": "Argentum", + "ftbquests.chapter.resource_generation.quest30.task_766783682761833592.title": "Zincum", + "ftbquests.chapter.resource_generation.quest30.task_8469594533203667582.title": "Stannum", + "ftbquests.chapter.resource_generation.quest30.task_9085151875040480342.title": "Plumbum", + "ftbquests.chapter.resource_generation.quest30.title": "Metal Bees", + "ftbquests.chapter.resource_generation.quest31.description1": "Certain bees can produce raw minerals from their environment!", + "ftbquests.chapter.resource_generation.quest31.task_1818325150934700666.title": "Emeradic", + "ftbquests.chapter.resource_generation.quest31.task_2840825311361710213.title": "Lapic", + "ftbquests.chapter.resource_generation.quest31.task_3358109104860624142.title": "Fluorite", + "ftbquests.chapter.resource_generation.quest31.task_3719081351633839622.title": "Bituminous", + "ftbquests.chapter.resource_generation.quest31.task_4463225001103591989.title": "Silicate", + "ftbquests.chapter.resource_generation.quest31.task_5231403782456047002.title": "Dimantic", + "ftbquests.chapter.resource_generation.quest31.task_5480192077480458536.title": "Luminous", + "ftbquests.chapter.resource_generation.quest31.task_6963870120953273988.title": "Amethyst", + "ftbquests.chapter.resource_generation.quest31.task_7118701806962971116.title": "Quartz", + "ftbquests.chapter.resource_generation.quest31.task_7148838165140607695.title": "Conductive", + "ftbquests.chapter.resource_generation.quest31.title": "Mineral Bees", + "ftbquests.chapter.resource_generation.quest32.description1": "Stronger than Prudentium, \u00266Tertium\u0026r is necessary for all kinds of metallic essence seeds.", + "ftbquests.chapter.resource_generation.quest32.description2": "Make it using a \u00266Runic Altar\u0026r or \u00266Terrestrial Agglomeration Plate.\u0026r", + "ftbquests.chapter.resource_generation.quest32.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest32.description4": "\u00267Tip 2: a potency lens would make the altar process much faster!", + "ftbquests.chapter.resource_generation.quest33.description1": "\u00266Imperium\u0026r is the penultimate tier of essence, requiring combining the power of \u00265Source\u0026r and Tertium Essence.", + "ftbquests.chapter.resource_generation.quest33.description2": "It can be made using an \u00266Imbuement Chamber.\u0026r", + "ftbquests.chapter.resource_generation.quest33.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest34.description1": "\u00266Supremium\u0026r is the highest tier of essence, used for crafting the highest tier of mystical equipment and seeds.", + "ftbquests.chapter.resource_generation.quest34.description2": "Anoint Imperium with life essence to create it.", + "ftbquests.chapter.resource_generation.quest34.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest35.description1": "These bees can produce magical products. Some of them, like the \u00266Natural\u0026r bee, have special effects!", + "ftbquests.chapter.resource_generation.quest35.description2": "Additionally, the Natural bee produces some small amount of \u00266Nature Essence\u0026r if kept ecstatic.", + "ftbquests.chapter.resource_generation.quest35.task_2760367059321888447.title": "Dawnstone", + "ftbquests.chapter.resource_generation.quest35.task_4095918579037388131.title": "Willful", + "ftbquests.chapter.resource_generation.quest35.task_417359132698374078.title": "Botanic", + "ftbquests.chapter.resource_generation.quest35.task_4623337291104132366.title": "Demonite", + "ftbquests.chapter.resource_generation.quest35.task_5288388297853031166.title": "Terra", + "ftbquests.chapter.resource_generation.quest35.task_5373973326405937422.title": "Natural", + "ftbquests.chapter.resource_generation.quest35.task_7910365384265410324.title": "Source", + "ftbquests.chapter.resource_generation.quest35.title": "Magical Bees", + "ftbquests.chapter.resource_generation.quest37.description1": "\u00267Tip: you\u0027ll need to breed Nature bees to get your first bits of nature essence!", + "ftbquests.chapter.resource_generation.quest4.description1": "Now pop a \u00266princess and drone into an apiary,\u0026r and watch the magic happen! Bees can generate some \u00266very useful resources\u0026r in their combs; initially, though, you\u0027ll have to process said combs on \u00266a cutting board.\u0026r", + "ftbquests.chapter.resource_generation.quest4.description2": "At first, you\u0027ll only get beeswax and honey drops, alongside some dead logs...", + "ftbquests.chapter.resource_generation.quest4.description3": "\u00267Tip: wasteland bees (and desiccated and dried bees) need dead bushes as their \u0027flowers\u0027!", + "ftbquests.chapter.resource_generation.quest4.title": "Beesources", + "ftbquests.chapter.resource_generation.quest5.description1": "By continuously re-breeding \u00266Wasteland\u0026r bees together, you can start to slowly revitalize them. \u00266Desiccated\u0026r and \u00266Dried\u0026r bees are slightly better, with a higher productivity and lifespan - meaning less maintenance and more combs!", + "ftbquests.chapter.resource_generation.quest5.task_3134995966104364628.title": "Dried", + "ftbquests.chapter.resource_generation.quest5.task_7818871944295114422.title": "Desiccated", + "ftbquests.chapter.resource_generation.quest5.title": "Reclaimed Bees", + "ftbquests.chapter.resource_generation.quest6.description1": "At some point, you\u0027ll want to take a closer look at your bees - the \u00266Analyzer\u0026r allows you to examine what genes exactly any given bee has, for the low cost of a single honey drop.", + "ftbquests.chapter.resource_generation.quest6.description2": "The \u00266Apid Library\u0026r shows you what mutations you can create with a bee\u0027s species.", + "ftbquests.chapter.resource_generation.quest6.description3": "The \u00266Microscope\u0026r allows you to research bee species, giving you a higher chance to mutate bees into a researched species.", + "ftbquests.chapter.resource_generation.quest6.description4": "\u00267Tip: the Microscope is a great way to get rid of unnecessary drones you have! Read the Apiarist Field Guide for more info on it.", + "ftbquests.chapter.resource_generation.quest6.title": "Tools of the Trade", + "ftbquests.chapter.resource_generation.quest67.description1": "\u00266Growth Accelerators\u0026r grow the crop above them faster. Higher tiers have higher ranges, meaning you can stack more underneath your farmland!", + "ftbquests.chapter.resource_generation.quest68.description1": "Essence infused watering cans can water a larger area faster.", + "ftbquests.chapter.resource_generation.quest7.description1": "If you want to process your combs more efficiently, you\u0027ll want to make a \u00266Centrifuge.\u0026r Powered by a generator, it automatically turns combs into comb products - no more manual chopping!", + "ftbquests.chapter.resource_generation.quest7.title": "Comb Processing ", + "ftbquests.chapter.resource_generation.quest73.description1": "\u00267Tip: unlimited wadduh", + "ftbquests.chapter.resource_generation.quest8.description1": "All essence seeds need to grow on specially prepared \u00266Essence Farmland.\u0026r", + "ftbquests.chapter.resource_generation.quest8.description2": "You can obtain your first bits of \u00266Inferium Essence\u0026r from killing mobs.", + "ftbquests.chapter.resource_generation.quest8.description3": "\u00267Tip: higher tier essence farmland will grow essence crops slightly faster!", + "ftbquests.chapter.resource_generation.quest9.description1": "These first elemental seeds don\u0027t have very many direct crafting uses, but are an important stepping stone to bigger and better things.", + "ftbquests.chapter.resource_generation.quest9.description2": "\u00267Tip: essence seeds aren\u0027t cloneable, meaning you\u0027ll need two or more to actually start increasing their stats!", + "ftbquests.chapter.resource_generation.quest9.title": "Elemental Seeds", + "ftbquests.chapter.resource_generation.title": "Resource Generation", + "ftbquests.chapter.the_color_green.quest1.description1": "You\u0027ve done it! You finally have grass. It\u0027s not exactly green, but you can \u00266bonemeal\u0026r a large area of it and \u00266get flowers!\u0026r", + "ftbquests.chapter.the_color_green.quest1.title": "Grass!", + "ftbquests.chapter.the_color_green.quest10.description1": "The \u00266Natural Altar\u0026r is a very important tool in the manipulation of natural energies.", + "ftbquests.chapter.the_color_green.quest10.description2": "Once the altar is fully built, it will drain \u00266aura\u0026r from its surroundings. It will then use those energies to \u00266transform items put into it.\u0026r ", + "ftbquests.chapter.the_color_green.quest10.description3": "You should also look into creating the \u00266Environmental Eye\u0026r - a very useful device that shows you the level of aura in the nearby area.", + "ftbquests.chapter.the_color_green.quest10.task_4749334638074014910.title": "Any Planks", + "ftbquests.chapter.the_color_green.quest10.title": "Natural Altar", + "ftbquests.chapter.the_color_green.quest11.description1": "Infusing iron in the Natural Altar creates, funnily enough, \u00266Infused Iron Ingots.\u0026r These have a wide variety of uses, but chief among them are some very nice tools and armor, with \u00266special abilities\u0026r and the unique property of being \u00266repairable using Aura.\u0026r", + "ftbquests.chapter.the_color_green.quest11.title": "Infused Iron", + "ftbquests.chapter.the_color_green.quest12.description1": "Extremely malleable, \u00266Andesite Alloy\u0026r is a crucial component of contraptions to come.", + "ftbquests.chapter.the_color_green.quest12.description2": "\u00267Tip: very small amounts of Create are needed to finish the pack, but you won\u0027t have to get too deep into it!", + "ftbquests.chapter.the_color_green.quest13.description1": "The Natural Altar requires aura in the surrounding area to function. It won\u0027t ever take the aura to a negative level, but it will \u00264stop working completely if the aura is low enough,\u0026r which means you\u0027ll need a way of replenishing it.", + "ftbquests.chapter.the_color_green.quest13.description2": "\u00266Ancient Saplings\u0026r are the most basic way to do this; once grown, if the area\u0027s aura is low enough, the tree\u0027s leaves will \u00264slowly wither away,\u0026r \u00266producing aura in the process.\u0026r", + "ftbquests.chapter.the_color_green.quest13.title": "Creating Aura", + "ftbquests.chapter.the_color_green.quest14.description1": "An excess of aura generates flowers - and this device can turn \u00266flowers into an excess of aura!\u0026r Make sure you feed it a \u00266balanced diet of different flowers,\u0026r though; too much of the same flower and it starts to give you \u00264diminishing returns.\u0026r", + "ftbquests.chapter.the_color_green.quest14.description2": "\u00267Tip: if the aura in an area is high enough, it\u0027ll charge aura caches! Crouch with a botanist tool (made from infused iron) to repair them with an aura cache in your inventory.", + "ftbquests.chapter.the_color_green.quest15.description1": "Mana\u0027s not very useful without ways to generate and move it! Starting out, your best source of mana is going to be the \u00266Endoflame.\u0026r", + "ftbquests.chapter.the_color_green.quest15.description2": "\u00267Tip: you can use the Wand of the Forest to bind the spreader to flowers and pools.", + "ftbquests.chapter.the_color_green.quest15.description3": "\u00267Tip 2: using a pressure plate but it\u0027s not working? Open your OPAC keybind (default [\u0027]) to turn off the Prot. Plates from Other setting!", + "ftbquests.chapter.the_color_green.quest15.task_4041437535513982933.title": "Wand of the Forest", + "ftbquests.chapter.the_color_green.quest15.title": "Generating Mana", + "ftbquests.chapter.the_color_green.quest16.description1": "Now that you have a more robust source of aura, you can put it to more use - a \u00266crumbling catalyst,\u0026r when placed on top of one of the lower four golden blocks of a natural altar, can crush things much more finely than you can by hand. It can get you \u00266more bone meal per bone, more gold powder per leaf, and even turn cobblestone into sand!\u0026r", + "ftbquests.chapter.the_color_green.quest17.description1": "There are a few items you can place on top of your altar to increase its capacity and recharge rate:", + "ftbquests.chapter.the_color_green.quest17.description2": "\u00266Torch:\u0026r +0.5x recharge rate", + "ftbquests.chapter.the_color_green.quest17.description3": "\u00266Skeleton Skull/Husk Head:\u0026r +1x recharge rate, +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description4": "\u00266Chalice:\u0026r +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description5": "Eventually, you can replace the torch with a candelabra, the skeleton skull with a wither skeleton or player skull, and the chalice with a filled chalice for even more recharge rate and capacity.", + "ftbquests.chapter.the_color_green.quest17.task_4639929492764668107.title": "Head Upgrade", + "ftbquests.chapter.the_color_green.quest17.title": "Altar Upgrades", + "ftbquests.chapter.the_color_green.quest18.description1": "Attuned stones are a very important part of witchcraft - not only do they let you \u00266craft necessary workstations,\u0026r they also give you the ability to perform certain rites \u00266without the need of an altar,\u0026r once charged!", + "ftbquests.chapter.the_color_green.quest18.description2": "\u00267Please note that this recipe needs altar power! Make sure your cauldron is within range of your altar!", + "ftbquests.chapter.the_color_green.quest19.description1": "If the \u00266Altar\u0026r is the backbone of witchcraft, the \u00266Distillery, Kettle,\u0026r and \u00266Spinning Wheel \u0026rare its phalanges. ", + "ftbquests.chapter.the_color_green.quest19.description2": "...strange metaphors aside, these blocks allow you to craft a wide variety of \u00266witchy goodies.\u0026r They will need to be placed within range of an altar, if their recipes require power.", + "ftbquests.chapter.the_color_green.quest19.title": "Tools of the Trade", + "ftbquests.chapter.the_color_green.quest2.description1": "Now that you have actual plants available, you can start to harness their latent life-energy to power rituals. To start, you\u0027ll have to create a structure capable of collecting it - an \u00266Altar\u0026r should do well here. Place your Altar blocks in a 2x3 rectangle and it should start collecting power!", + "ftbquests.chapter.the_color_green.quest2.description2": "The more \u00266plantlife\u0026r there is around the\u00266 Altar,\u0026r the more power you can store. This includes \u00266trees, grass, flowers, crops, vines, pumpkins, melons, and more!\u0026r", + "ftbquests.chapter.the_color_green.quest2.description3": "\u00267Tip: the altar has a range of 16 blocks! There is a cap to each kind of plantlife nearby as well, so make sure the surroundings are varied.", + "ftbquests.chapter.the_color_green.quest2.title": "Altar", + "ftbquests.chapter.the_color_green.quest20.description1": "An apparatus perfect for channelling large amounts of mana into collections of objects, the \u00266Runic Altar\u0026r will (obviously) let you make runes.", + "ftbquests.chapter.the_color_green.quest20.description2": "\u00267Tip: with the altar, if you don\u0027t have them already, you can craft mystical flower seeds!", + "ftbquests.chapter.the_color_green.quest21.description1": "Ember item and fluid pipes are relatively basic, but at this point in time they\u0027re fairly decent for small-scale operations. Pipes need extractors to pull items into them, and extractors need a redstone signal to be activated. There are a few other quirks to the system, all of which are explained in your \u00266Ancient Codex.", + "ftbquests.chapter.the_color_green.quest21.description2": "\u00267Note - basically everything in Embers needs a redstone signal to activate, so get ready to place plenty of levers!", + "ftbquests.chapter.the_color_green.quest21.title": "Dwarven Logistics", + "ftbquests.chapter.the_color_green.quest22.description1": "Now that you have some Ember, you\u0027ll need to turn it into useable energy somehow.", + "ftbquests.chapter.the_color_green.quest22.description2": "The\u00266 Ember Activator\u0026r turns solid Ember into \u00266Activated Ember;\u0026r pipe crystals and shards into the bottom, and attach an \u00266Ember Emitter to the top\u0026r to output \u00266Activated Ember.\u0026r ", + "ftbquests.chapter.the_color_green.quest22.description3": "Use a Tinker\u0027s Hammer on the emitter to link it to a receptor, give it a redstone signal, and you\u0027re transmitting Activated Ember!", + "ftbquests.chapter.the_color_green.quest22.description4": "\u00267Note that Ember Grit doesn\u0027t normally produce Activated Ember; you\u0027ll have to add a \u00266Heat Exchanger\u00267 to an activator to get energy out of it (which multiplies all ember production by 0.9x, but adds a flat +300 to all items production!)", + "ftbquests.chapter.the_color_green.quest22.title": "Activating Ember", + "ftbquests.chapter.the_color_green.quest23.description1": "One of the main ways to channel altar power is through the practice of \u00266circle magic.\u0026r Each ritual has a gold chalk glyph at its center, but the placement of other chalk glyphs changes depending on what kind of ritual you want to perform!", + "ftbquests.chapter.the_color_green.quest23.description2": "Most rituals can target a remote area using a waystone (blooded or otherwise), and some rituals can even be performed away from the altar by adding a charged attuned stone to them!\u00266 Read through the two reward books to find out what rituals you can perform.\u0026r", + "ftbquests.chapter.the_color_green.quest23.description3": "\u00267Tip: the rite of fertility is a cheap, easy way to mass bonemeal grass, crops or anything else!", + "ftbquests.chapter.the_color_green.quest23.title": "Circle Magic", + "ftbquests.chapter.the_color_green.quest24.description1": "You\u0027ll want to make a \u00266Copper Cell\u0026r to \u00266store your activated ember\u0026r - it works as a kind of \u0027battery\u0027 for the mystical energy.", + "ftbquests.chapter.the_color_green.quest24.description2": "To see how much ember is in the cell, place an \u00266Ember Dial\u0026r on it.", + "ftbquests.chapter.the_color_green.quest24.title": "Storing Ember", + "ftbquests.chapter.the_color_green.quest25.description1": "Ember is capable of melting metals and other items in the creatively-named \u00266Melter\u0026r - feed the bottom half ember, feed the top half items to melt, and you can extract molten metals from the top half.", + "ftbquests.chapter.the_color_green.quest25.description2": "This molten metal can be formed into a variety of shapes in a \u00266Stamper;\u0026r place the \u00266Stamp Base,\u0026r then the \u00266Stamper above it with a one-block gap\u0026r of air. Give the Stamper ember and a stamp, pipe molten metal into the base, and presto! Stamped and cooled metal products! ", + "ftbquests.chapter.the_color_green.quest25.description3": "Notably, you can use this process to \u00266produce plates more efficiently.\u0026r", + "ftbquests.chapter.the_color_green.quest25.title": "Melting and Stamping", + "ftbquests.chapter.the_color_green.quest26.description1": "By piping molten copper and gold into \u0026odifferent sides\u0026r of the bottom of a \u00266Mixer Centrifuge,\u0026r (along with some ember) you can combine them into a strong, ember-aligned metal called \u00266Dawnstone.\u0026r Pipe it out of the top and stamp it into ingots or plates!", + "ftbquests.chapter.the_color_green.quest26.description2": "\u00267Tip: use your Tinker\u0027s Lens to see what\u0027s going on in the mixer!", + "ftbquests.chapter.the_color_green.quest26.title": "Dawnstone", + "ftbquests.chapter.the_color_green.quest27.description1": "The Andesite Casing is a crucial part of any kind of mechanical apparatus.", + "ftbquests.chapter.the_color_green.quest28.description1": "For more advanced ember crafting, a special setup is required. An \u00266exchange tablet\u0026r with some \u00266pedestals\u0026r around it, when struck with a \u00266beam cannon pulse,\u0026r will transmute the center item into a new result item.", + "ftbquests.chapter.the_color_green.quest28.description2": "There is one complication, though. The pedestals need \u00266aspectii\u0026r to be placed on them, and you aren\u0027t sure which aspectii go with which items! The only way to find out is through experiementation - if the transmutation fails, it will produce \u0026balchemical waste.\u0026r When held and right clicked, the waste will reveal a number of \u00266glowing spots,\u0026r which tell you the number of \u00266aspectus/item combinations you got right.\u0026r", + "ftbquests.chapter.the_color_green.quest28.title": "Energetic Alchemy", + "ftbquests.chapter.the_color_green.quest29.description1": "Using the power of mana and a pumpkin, you think you can create a \u00266Fel Pumpkin\u0026r - a weak imitation of a blaze head. Pop this magically-charged head on top of two iron bars, and it\u0027ll turn into a passable facsimile of a blaze.", + "ftbquests.chapter.the_color_green.quest29.description2": "This imitation blaze always drops at least \u0026610 blaze powder.\u0026r This blaze powder can be spun into brilliant fiber, or distilled into more useful dusts!", + "ftbquests.chapter.the_color_green.quest29.description3": "\u00267Tip: you can capture an imitation blaze in the Blaze Burner!", + "ftbquests.chapter.the_color_green.quest29.title": "Knockoff Blazes", + "ftbquests.chapter.the_color_green.quest3.description1": "Using dye from the flowers you can get by \u00266bonemealing grass,\u0026r you can craft a special kind of fertilizer that can coax \u00266mystical flowers\u0026r to life.", + "ftbquests.chapter.the_color_green.quest3.description2": "\u00267Tip: you can also get mystical flower seeds through crossbreeding!", + "ftbquests.chapter.the_color_green.quest30.description1": "There are a few other ways you can process materials using andesite-based machinery; namely, \u00266compacting, pressing, and mixing\u0026r You\u0027ll need to find some way to capture a fire elemental if you want to expand your repertoire, though; \u0026bmaybe mana can help you somehow?\u0026r", + "ftbquests.chapter.the_color_green.quest30.title": "Mechanical Crafting", + "ftbquests.chapter.the_color_green.quest31.description1": "By blowing air through certain things, you can blast, smoke, wash, or \u00266haunt\u0026r items. This means you have access to essentially free bulk smelting!", + "ftbquests.chapter.the_color_green.quest31.description2": "More importantly, though - now that you can haunt items, you can make \u00266blackstone\u0026r by \u00266haunting\u0026r cobblestone, a crucial component of the \u00266Reformation Array.\u0026r", + "ftbquests.chapter.the_color_green.quest31.title": "Moving Air", + "ftbquests.chapter.the_color_green.quest32.description1": "Alchemical reformation is the process of \u00266turning one alchemical sulfur into another\u0026r - initially, you\u0027ll only be able to convert sulfurs of the \u00266same tier and type\u0026r to each other \u00266(like iron sulfur into lead sulfur!) \u0026r", + "ftbquests.chapter.the_color_green.quest32.description2": "To set up the reformation array, place down the target, source, and result pedestals somewhat near each other. Hold the sulfuric flux emitter and right click each pedestal, then place it on the mercury catalyst. ", + "ftbquests.chapter.the_color_green.quest32.description3": "Put mercury in the mercury catalyst, the target sulfur in the target pedestal, and the sulfur to convert in the source pedestal. Give it a moment, and you\u0027ll start converting the source sulfur into the target sulfur!", + "ftbquests.chapter.the_color_green.quest32.title": "Alchemical Reformation", + "ftbquests.chapter.the_color_green.quest33.description1": "A mechanical pump is capable of pumping liquids in the world into pipes when given mechanical power - \u00266it is much faster than the ember-fueled one!", + "ftbquests.chapter.the_color_green.quest34.description1": "The \u00266Rod of the Lands\u0026r can corporealize a tiny portion of mana into a full dirt block!", + "ftbquests.chapter.the_color_green.quest34.title": "(almost) Free Dirt", + "ftbquests.chapter.the_color_green.quest35.description1": "Carrying mana around with you enables you to use a plethora of bits and baubles. To transfer mana from a pool into the tablet, make sure the pool is on \u0027charge\u0027 mode by hovering over it with a wand of the forest.", + "ftbquests.chapter.the_color_green.quest35.title": "Portable Mana", + "ftbquests.chapter.the_color_green.quest36.description1": "Turn your mana tablet into a ring to store mana on-the-go \u00266without taking up an inventory slot!\u0026r", + "ftbquests.chapter.the_color_green.quest37.description1": "By attaching a mana rune to a manasteel ring, you can (VERY slowly) pull ambient mana into a mana storage device on your person, \u00266for free!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description1": "Distilling blaze powder and gunpowder together in a Distillery will grant you access to \u00266glowstone!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description2": "Getting \u00266redstone\u0026r is similar, using cinder flour in place of gunpowder.", + "ftbquests.chapter.the_color_green.quest38.description3": "\u00267Tip: you can also make glowstone and redstone with strength and night vision potions - it\u0027s up to you whether you want to take the Enchanted or Create route for these!\u0026r", + "ftbquests.chapter.the_color_green.quest38.title": "Useful Dusts", + "ftbquests.chapter.the_color_green.quest39.description1": "Once you have a pump, you can create a \u00266Spout\u0026r to dispense liquid onto items - this is a possible way to make \u00266glowstone or redstone,\u0026r if you\u0027re willing to set up the infrastructure.", + "ftbquests.chapter.the_color_green.quest4.description1": "The \u00266Pure Daisy\u0026r can, as its name implies, purify nearby objects. The most important things you should start with are \u00266logs and stone,\u0026r but there are a few other things you can purify as well!", + "ftbquests.chapter.the_color_green.quest4.description2": "Simply place the petal apothecary down, fill it with water, then toss in the petals and finally a seed!", + "ftbquests.chapter.the_color_green.quest4.description3": "\u00267Tip: check the usages of the Pure Daisy to see what else it can transform.", + "ftbquests.chapter.the_color_green.quest4.title": "Pure Daisy", + "ftbquests.chapter.the_color_green.quest40.description1": "The \u00266Alchemy Catalyst\u0026r allows you to use the power of mana to transmute a wide variety of items. Place it under a mana pool to start alchemizing!", + "ftbquests.chapter.the_color_green.quest40.description2": "You\u0027ll be able to convert flowers into other flowers, stone variants into other stone variants, flint into gunpowder (and vice versa), and ghast tears into ender pearls!", + "ftbquests.chapter.the_color_green.quest40.description3": "\u00266Notably, it lets you turn flax into feathers, necessary for tokens of fear.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description1": "The \u00266transmutation catalyst\u0026r modifies the natural altar to convert items into other items using Aura. Similar to the crumbling catalyst, it must be placed \u00266atop one of the four lower gold blocks of the altar.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description2": "The most immediately useful transmutation is that of \u00266sand into soul sand,\u0026r which will allow you to haunt things using the encased fan, as well as grow nether wart!", + "ftbquests.chapter.the_color_green.quest41.description3": "You can also convert netherrack into crimson and warped nylium.", + "ftbquests.chapter.the_color_green.quest42.description1": "The \u00266Millstone\u0026r can crush cobble into gravel, bones into bone meal, and a variety of plants into their respective dyes at a much higher rate of return.", + "ftbquests.chapter.the_color_green.quest43.description1": "The \u00266Codebreaking Slate\u0026r is very handy - you can put multiple pieces of alchemical waste into it and it will show you how many aspectus/item combinations you got right! It will also show you how many correct aspectii you have placed with the wrong items.", + "ftbquests.chapter.the_color_green.quest44.description1": "Your first \u00266archaic brick\u0026r can be made by infusing a regular brick with tainted gold and infused iron. Once you have one, you can use it to make more by simply infusing it with \u00266more clay and soul sand.\u0026r", + "ftbquests.chapter.the_color_green.quest45.description1": "The \u00266Mnemonic Inscriber\u0026r, when attached to an Exchange Tablet and given paper, will automatically write down the correct combination of aspectii for a given transmutation when you successfully complete one.", + "ftbquests.chapter.the_color_green.quest46.description1": "You can convert between sulfurs of the same type and rarity using the reformation array, but if you want to convert between different types (and the same rarity), you\u0027ll want to make \u00266Alchemical Niter\u0026r in a \u00266Fermentation Vat.\u0026r", + "ftbquests.chapter.the_color_green.quest46.description2": "Place \u00266water, sugar, and the sulfur\u0026r you want to ferment into the vat, then \u00266shift-right-click it to close it\u0026r and start the fermentation process. Once the barrel opens again, your fermentation is done, and you can take out your shiny new Niter!", + "ftbquests.chapter.the_color_green.quest46.description3": "Alchemical Niter can be converted in the \u00266Reformation Array\u0026r similar to how you convert sulfur - note, however, that depending on what type you\u0027re converting to, you will produce or require \u00266more than one niter!\u0026r", + "ftbquests.chapter.the_color_green.quest46.title": "Alchemical Conversion", + "ftbquests.chapter.the_color_green.quest47.description1": "The \u00266digestion vat\u0026r lets you \u00266convert sulfurs between rarities!\u0026r Place some niter and sal ammoniac (and if you\u0027re converting up, some alchemically pure gold) into it, and shift-right-click the vat to start the process! \u00266Four of the previous tier converts into one of the next tier, and vice versa.\u0026r", + "ftbquests.chapter.the_color_green.quest47.description2": "This (in combination with the fermentation vat) allows you to convert iron sulfur into common metal niter, down into four abundant metal niter, into four copper sulfur - that\u0027s \u00266FOUR copper per iron!\u0026r", + "ftbquests.chapter.the_color_green.quest47.description3": "This is a metal loop you could try automating...", + "ftbquests.chapter.the_color_green.quest47.description4": "\u00267Tip: you can start and stop the vats using a redstone signal!\u0026r", + "ftbquests.chapter.the_color_green.quest47.title": "Alchemical Exaltation", + "ftbquests.chapter.the_color_green.quest48.description1": "The \u00266Offering Table\u0026r is a special altar that will allow you to convert items into special empowered versions of themselves, most notably tokens and nature-infused ingots.", + "ftbquests.chapter.the_color_green.quest48.description2": "To use it, simply place whatever you want to infuse into it by right-clicking, then throw a \u00266Spirit of Calling\u0026r onto the altar to activate it.", + "ftbquests.chapter.the_color_green.quest48.description3": "\u00267Tip: You can convert more than one item at a time, using only one spirit of calling!\u0026r", + "ftbquests.chapter.the_color_green.quest48.description4": "\u00267Tip 2: this is a multiblock! Check your Book of Natural Aura to see how to build it.", + "ftbquests.chapter.the_color_green.quest49.description1": "You can capture a summoned blaze into a magicked cage. This cage, when placed under a basin, will let you brew potions more efficiently than a brewing stand.", + "ftbquests.chapter.the_color_green.quest5.description1": "Combining the nature-infused iron and some metaphysical heat and structure (courtesy of \u00266nether bricks\u0026r and a \u00266spruce sapling,\u0026r respectively), you can rearrange the latent potential of the metal to turn it into lead!", + "ftbquests.chapter.the_color_green.quest5.description2": "Vastly useful in a variety of mechanical applications, lead is a great first step to leveraging either \u00266raw mechanical power\u0026r or \u00266Ember\u0026r in your pursuits.", + "ftbquests.chapter.the_color_green.quest5.description3": "\u00267Tip: the ancient codex is a little confusing at first, but it will guide you through the Embers mod! Start at Natural Energy, right click entries to mark them as read, and make sure you \u0026lREAD CAREFULLY!", + "ftbquests.chapter.the_color_green.quest5.description4": "\u00267Tip 2: you can use Theurgy to triple ingot output from raw ores!", + "ftbquests.chapter.the_color_green.quest50.description1": "This is it. Using the power of the \u00266Offering Altar,\u0026r and some magically significant materials, you can create the basis of real, sentient life - chicken eggs.", + "ftbquests.chapter.the_color_green.quest50.subtitle": "Well, debatably", + "ftbquests.chapter.the_color_green.quest50.title": "Sentient Life", + "ftbquests.chapter.the_color_green.quest51.description1": "With runes, there are a few other options you have for generating mana:", + "ftbquests.chapter.the_color_green.quest51.description2": "* A \u00266Thermalily\u0026r generates bursts of mana using lava, but will consume lava for no gain if you give it lava too often", + "ftbquests.chapter.the_color_green.quest51.description3": "* An \u00266Entropinnyum\u0026r consumes TNT explosions (and is one of the best generating flowers in the game), but too often and it\u0027ll just blow itself up", + "ftbquests.chapter.the_color_green.quest51.description4": "* A \u00266Munchdew\u0026r consumes leaves, but does not drop saplings.", + "ftbquests.chapter.the_color_green.quest51.description5": "\u00267Tip: some flowers will generate too much mana for a basic spreader! You can use potency and velocity lenses to stretch this, but eventually, you\u0027ll need better spreaders...\u0026r", + "ftbquests.chapter.the_color_green.quest51.title": "Alternative Mana Sources", + "ftbquests.chapter.the_color_green.quest52.description1": "Now that you can turn sulfurs into other sulfurs, you can manually reconstitute \u00266silver sulfur\u0026r and use the \u00266Reformation Array\u0026r to turn gold sulfur into silver sulfur without having to re-make the sulfur over and over again!", + "ftbquests.chapter.the_color_green.quest52.description2": "\u00267Tip: sulfur sulfur sulfur sulfur\u0026r", + "ftbquests.chapter.the_color_green.quest52.title": "Moon Metal", + "ftbquests.chapter.the_color_green.quest53.description1": "The \u00266Wildfire Core\u0026r is a key piece of some advanced dwarven machinery.", + "ftbquests.chapter.the_color_green.quest54.description1": "The \u00266Wildfire Stirling,\u0026r when attached to machines and supplied with steam, increases the efficiency of their ember usage.", + "ftbquests.chapter.the_color_green.quest54.description2": "The first one cuts usage in half, the second one halves it again, and any more decrease the efficiency.", + "ftbquests.chapter.the_color_green.quest55.description1": "The \u00266Ignem Reactor\u0026r is the ultimate solution to high ember requirements - when placed between a \u00266Catalysis\u0026r and \u00266Combustion Chamber,\u0026r it refines ember at a MUCH higher rate than the Ember Activator; up to \u002669x more ember\u0026r per crystal item.", + "ftbquests.chapter.the_color_green.quest55.description2": "\u00267Tip: the Catalysis and Combustion Chambers need fuel to operate, check JEI for their fuels and multipliers.", + "ftbquests.chapter.the_color_green.quest55.title": "Ignem Reactor", + "ftbquests.chapter.the_color_green.quest56.description1": "With the power of alchemy, you can turn a charged attuned stone into a seed capable of turning ember into pure metal! These crystal seeds, when powered with an \u00266Ember Injector,\u0026r will slowly grow and drop metal nuggets.", + "ftbquests.chapter.the_color_green.quest56.description2": "Not every metal can be turned into these seeds, but you have figured out that you can actually \u00266obtain Zinc\u0026r through this alchemical process!", + "ftbquests.chapter.the_color_green.quest56.description3": "\u00267Tip: crystals will slowly level up and drop more and more metal. Moving them resets their level, though!", + "ftbquests.chapter.the_color_green.quest56.subtitle": "Zinc! (and others)", + "ftbquests.chapter.the_color_green.quest56.task_414198583111126714.title": "Any Metal Crystal Seed", + "ftbquests.chapter.the_color_green.quest56.title": "Metal Crystal Seeds", + "ftbquests.chapter.the_color_green.quest57.description1": "With Dawnstone, you can craft ember transferral devices that can handle much more throughput.", + "ftbquests.chapter.the_color_green.quest57.title": "High Volume Ember Transfer", + "ftbquests.chapter.the_color_green.quest58.description1": "Now that you have zinc, you can alloy it with copper to create brass! This is useful almost exclusively for \u00266mechanical contraptions.\u0026r", + "ftbquests.chapter.the_color_green.quest58.description2": "\u00266Electron Tubes\u0026r are also an important step to making more complicated contraptions. ", + "ftbquests.chapter.the_color_green.quest58.description3": "\u00266Rose Quartz\u0026r can be made in a heated basin, combining glowstone and redstone in a sal ammoniac bath.", + "ftbquests.chapter.the_color_green.quest58.title": "Advanced Contraptions", + "ftbquests.chapter.the_color_green.quest59.description1": "Packages and their associated transport items open up a huge amount of logistical freedom.", + "ftbquests.chapter.the_color_green.quest59.description2": "\u00267Tip: for more information, hover these items and hold W to ponder!", + "ftbquests.chapter.the_color_green.quest59.title": "Mechanical Logistics", + "ftbquests.chapter.the_color_green.quest6.description1": "\u00266Ember\u0026r is the lifeblood of the world. Despite whatever happened, there is still virtually infinite Ember available deep underground - you just need to make a machine that can mine it. ", + "ftbquests.chapter.the_color_green.quest6.description2": "Enter the \u00266Ember Bore\u0026r - place it on bedrock, add a \u00266Mechanical Core\u0026r above it so you can pipe things in and out of it, and give it some fuel! It\u0027ll start digging up that sweet, sweet Ember.", + "ftbquests.chapter.the_color_green.quest6.description3": "\u00267Tip: the Mechanical Core acts as an extension for most Embers multiblocks! You can transfer items, fluid, and ember in and out of the core as if it was a part of the block it is attached to.", + "ftbquests.chapter.the_color_green.quest6.description4": "\u00267Tip 2: USE YOUR MECHANICAL LENS! It\u0027s EXTREMELY helpful for figuring out how Ember\u0027s machines work.", + "ftbquests.chapter.the_color_green.quest6.title": "Drilling for Ember", + "ftbquests.chapter.the_color_green.quest60.description1": "With access to brass and electron tubes, you can make a Mechanical Crafter. These, in combination with \u00266factory gauges\u0026r and \u00266package logistics,\u0026r allow you to set up automatic stocking and crafting of items!", + "ftbquests.chapter.the_color_green.quest60.title": "Autocrafting", + "ftbquests.chapter.the_color_green.quest61.description1": "You can fortify infused iron with prosperity shards to create a basic \u00266prosperity ingot,\u0026r ready to augment with agricultural essence.", + "ftbquests.chapter.the_color_green.quest61.description2": "One of the best uses of this ingot is to make a better watering can.", + "ftbquests.chapter.the_color_green.quest61.title": "Better Watering", + "ftbquests.chapter.the_color_green.quest62.description1": "With empowered tokens, you can craft the \u00266Creational Catalyst\u0026r - this removes the innate limit on most aura producing blocks, and lets you overcharge the local area with Aura.", + "ftbquests.chapter.the_color_green.quest62.description2": "\u00267Tip: aureareaurearuea", + "ftbquests.chapter.the_color_green.quest63.description1": "You\u0027ve felt a strange tingling on your skin ever since you woke up - you think this might be a manifestation of \u00266Aura,\u0026r a natural phenomenon that you might be able to further harness.", + "ftbquests.chapter.the_color_green.quest63.description2": "To get started, craft a \u00266Bottle and Cork\u0026r and \u00266right click the air\u0026r to gather some Aura for further study.", + "ftbquests.chapter.the_color_green.quest63.title": "Bottling Sunlight", + "ftbquests.chapter.the_color_green.quest64.description1": "The \u00266Mana Blaster\u0026r is a portable mana spreader that you can fire at will, using mana from a storage device on your person. You can also attach lenses to it, to use their special properties!", + "ftbquests.chapter.the_color_green.quest65.description1": "\u00266Mana Lenses\u0026r can change the properties of a mana burst fired from a spreader. They can increase the color, potency, speed, and even make the burst go \u00266through blocks\u0026r or \u00266break them\u0026r altogether! Read your \u00266Lexica Botania\u0026r for more details.", + "ftbquests.chapter.the_color_green.quest65.description2": "\u00267Tip: the weight lens makes blocks a mana burst hits fall - you can exploit this property to get blocks that normally need silk touch by having them fall onto something like a torch!", + "ftbquests.chapter.the_color_green.quest66.description1": "Now that you have\u00266 Ember\u0026r, what can you do with it?", + "ftbquests.chapter.the_color_green.quest66.description2": "One useful item is the \u00266Hearth Coil\u0026r - when provided with Ember, it can be used as a VERY fast furnace.", + "ftbquests.chapter.the_color_green.quest67.description1": "With \u00266Dawnstone\u0026r comes a better way of activating ember - the \u00266Pressure Refinery.\u0026r", + "ftbquests.chapter.the_color_green.quest67.description2": "It \u00264requires water\u0026r as well, but can boost your ember production up to \u002661.5x the value\u0026r of a plain activator.", + "ftbquests.chapter.the_color_green.quest67.description3": "Additionally, if placed atop a metal block surrounded by lava or fire it can double that, getting up to \u002663x the value\u0026r of crystalline ember! ", + "ftbquests.chapter.the_color_green.quest68.description1": "The \u00266Beam Splitter\u0026r allows you to, well, split beams. Ember sent into it will be divided into two bursts sent out from either end.", + "ftbquests.chapter.the_color_green.quest68.description2": "The \u00266Crystal Cell\u0026r is a much higher capacity way to store Ember - piping more crystalline ember into it will \u00266increase its storage limit.\u0026r", + "ftbquests.chapter.the_color_green.quest68.title": "Advanced Ember Logistics", + "ftbquests.chapter.the_color_green.quest69.description1": "With the acquisition of Dawnstone, you can make a special chamber to manipulate elemental mercury into a source of energy. ", + "ftbquests.chapter.the_color_green.quest69.description2": "The \u00266Mercury Catalyst\u0026r can convert mercury into Mercury Flux (MF) which, in combination with a \u00266Caloric Flux Emitter\u0026r, can be used to power alchemical devices that would normally need a pyromantic brazier underneath them!", + "ftbquests.chapter.the_color_green.quest69.description3": "\u00267Tip: one mercury shard produces as much energy as one piece of charcoal!", + "ftbquests.chapter.the_color_green.quest69.title": "Mercurial Power", + "ftbquests.chapter.the_color_green.quest7.description1": "The combination of brilliant fiber and nether bricks is superficially similar to the weak gold ore deposits you remember existing in the Nether. They\u0027re so similar, in fact, that \u00266a Pure Daisy will convert Golden Nether Bricks into Nether Gold Ore!\u0026r", + "ftbquests.chapter.the_color_green.quest7.description2": "\u00267Tip: there is a better way to make brilliant fiber, but you\u0027ll need to get blaze powder somehow... ", + "ftbquests.chapter.the_color_green.quest7.title": "Gold", + "ftbquests.chapter.the_color_green.quest70.description1": "With high enough aura in an area, \u00266dried earth will slowly convert to dirt!\u0026r", + "ftbquests.chapter.the_color_green.quest70.description2": "If you want to stop this effect from happening, \u00266Powder of Dried Stasis\u0026r will prevent the conversion of dried earth to dirt in the area it\u0027s placed in.", + "ftbquests.chapter.the_color_green.quest70.subtitle": "pseudo-terraforming", + "ftbquests.chapter.the_color_green.quest70.title": "Regrowth?", + "ftbquests.chapter.the_color_green.quest71.description1": "The \u00266Bin\u0026r is a fantastic block that automatically collects the outputs of various dwarven machinery.", + "ftbquests.chapter.the_color_green.quest71.description2": "Simply attach it to the \u00266bottom\u0026r of a machine (like, say, the stamper base) and it\u0027ll fill up with products.", + "ftbquests.chapter.the_color_green.quest72.description1": "With an imitation blaze head and a couple of real magical reagents, you can \u00266summon a real blaze!\u0026r", + "ftbquests.chapter.the_color_green.quest72.description2": "This summoned blaze always drops at least 3 blaze rods. ", + "ftbquests.chapter.the_color_green.quest72.description3": "\u00267Tip: the ritual to summon the blaze is described in the Reclamation Rituals book.\u0026r", + "ftbquests.chapter.the_color_green.quest72.title": "Real Blazes", + "ftbquests.chapter.the_color_green.quest8.description1": "The \u00266Pure Daisy\u0026r is able to turn mundane stone and logs into much more naturally-aligned versions of themselves.", + "ftbquests.chapter.the_color_green.quest8.title": "Living Materials", + "ftbquests.chapter.the_color_green.quest9.description1": "You can use a bucket to \u00266strategically place lava and water\u0026r to make a nether portal frame. It\u0027s not ideal, but it\u0027s definitely easier than trying to mine obsidian with an iron pickaxe!", + "ftbquests.chapter.the_color_green.quest9.description2": "Similar to the overworld, the nether is bare of ores and even more devoid of life - \u00264there are zero spawns there, and only one biome.", + "ftbquests.chapter.the_color_green.quest9.description3": "\u00267Tip: you can also make obsidian on the natural altar - but be warned, it\u0027s pretty costly aura-wise!", + "ftbquests.chapter.the_color_green.quest9.task_4075772383648127092.title": "Visit the Nether", + "ftbquests.chapter.the_color_green.quest9.title": "The Nether", + "ftbquests.chapter.the_color_green.title": "Touching Grass", + "ftbquests.chapter.the_hunt_for_grass.quest1.description1": "Now that you have dirt, your next step is to turn it into grass, so that you can start bringing a little bit of green into the world.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description1": "Plants in Agricraft are diploid organisms - essentially, every plant has two sets of attributes: active and inactive (or dominant and recessive). \u00266The active trait is the one that actually affects the plant,\u0026r but the inactive trait comes into play when breeding plants together. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description2": "When a crossbreed occurs, each plant \u00266adjacent\u0026r to the crossbreed crop sticks has a \u00266chance\u0026r depending on its \u00266fertility\u0026r to count as a parent. If there\u0027s only one parent selected, the resulting plant is a clone. If more than one parent is selected, each has a chance to pass on one half of its genes to the resulting plant.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description3": "For example, if you bred a plant with gain of 3-2 with a plant who\u0027s gain is 4-2, it would result in a plant with a gain stat of either 4-3, 4-2, 3-2, or 2-2. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description4": "To figure out what the possibilities are for two parent plants, you can use a punnett square:", + "ftbquests.chapter.the_hunt_for_grass.quest10.description5": "Each square has an equal chance of getting chosen - additionally, there is a small chance for a mutation to occur; whether this mutation is beneficial or not depends on each parent\u0027s \u00266mutativity stat.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest10.image0": "{image:reclamation:textures/quests/punnett.png width:150 height:150 align:center}", + "ftbquests.chapter.the_hunt_for_grass.quest10.task_2773659192565899586.title": "What the heck are these numbers?", + "ftbquests.chapter.the_hunt_for_grass.quest10.title": "How do I get better stats?", + "ftbquests.chapter.the_hunt_for_grass.quest11.description1": "Each plant has five stats, when planted on crop sticks. You can see these stats by crouching and looking at the plant, or using a magnifying glass. The stats affect a variety of things:", + "ftbquests.chapter.the_hunt_for_grass.quest11.description2": "\u00266Fertility\u0026r is how likely a plant is to get chosen as a parent for cross-breeding.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description3": "\u00266Gain\u0026r increases how much a plant will produce when harvested.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description4": "\u00266Growth\u0026r affects the speed a plant grows at.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description5": "\u00266Mutativity\u0026r raises the chance for a cross-breed (when it occurs) to be beneficial.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description6": "\u00266Strength\u0026r broadens the possible growing conditions for a plant - for example, cactus can always grow on sand, but with a strength of 10, it can grow on normal farmland!", + "ftbquests.chapter.the_hunt_for_grass.quest11.subtitle": "What do they mean?", + "ftbquests.chapter.the_hunt_for_grass.quest11.task_7047347176409476035.title": "Read", + "ftbquests.chapter.the_hunt_for_grass.quest11.title": "The numbers, Mason!", + "ftbquests.chapter.the_hunt_for_grass.quest12.description1": "That was A LOT of info - what it boils down to is higher numbers \u003d better, breed higher statted plants together to get better plants, use bonemeal on cross sticks to speed up the crossbreeding process. ", + "ftbquests.chapter.the_hunt_for_grass.quest12.description2": "If your plant is not growing, look at it while crouching - it might need a different type of soil.", + "ftbquests.chapter.the_hunt_for_grass.quest12.description3": "\u00267Tip: getting your first beneficial mutation \u00264will be slow,\u00267 but you can speed it up by \u00266planting crops in a plus shape,\u00267 with the cross sticks in the middle! This means each potential crossbreed has \u00266four\u00267 chances to pick parents, instead of \u00264just two.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest12.subtitle": "English, poindexter?", + "ftbquests.chapter.the_hunt_for_grass.quest12.task_7762997780188473985.title": "WAY too complicated", + "ftbquests.chapter.the_hunt_for_grass.quest12.title": "That was a lot...", + "ftbquests.chapter.the_hunt_for_grass.quest13.description1": "Now that you have a way to grow and breed plants, you should get started on broadening your base of food. Either \u00266breed the plants you have\u0026r into the two other staple crops from the old world, or \u00266find them on the mutated inhabitants\u0026r of the new.", + "ftbquests.chapter.the_hunt_for_grass.quest13.description2": "\u00267Tip: to find mutations, look up the recipe for the seed of the plant in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.description3": "\u00267Tip 2: to see what conditions a seed needs to grow (including what blocks it can grow on), check the uses of the seed in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.title": "Edible Plants", + "ftbquests.chapter.the_hunt_for_grass.quest14.description1": "At some point, you\u0027re going to run out of ruins. Thankfully, there is a special kind of flower called the \u00266Cuprosia \u0026ryou can breed that can harvest \u00266trace amounts of copper from the water.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest14.description2": "\u00267Tip: the flower will only grow in a waterlogged crop. If you successfully crossbreed the Cuprosia but the crop stick it\u0027s on is not waterlogged, \u00264it will not grow. \u00267Additionally, it can \u00264only grow on gravel\u00267 at strength 1.", + "ftbquests.chapter.the_hunt_for_grass.quest14.description3": "\u00267Tip 2: plant species can be recessive! Use your magnifying glass.", + "ftbquests.chapter.the_hunt_for_grass.quest14.title": "Growing copper?", + "ftbquests.chapter.the_hunt_for_grass.quest15.description1": "Now you have to find a way to turn the nascent life energy within the tree into some form of grass. There was a ritual you remember that was able to condense said energy into a special seed...", + "ftbquests.chapter.the_hunt_for_grass.quest15.description2": "Witchcraft can help you here - brew up some \u00266brilliant fiber,\u0026r apply it to some tree leaves, and watch it \u00266spread!\u0026r Once you have enough, break the leaves - the gilded leaves you\u0027ll get will be able to crush into a \u00266fine gold dust,\u0026r perfect for this ritual.", + "ftbquests.chapter.the_hunt_for_grass.quest15.title": "Gold Leaf", + "ftbquests.chapter.the_hunt_for_grass.quest16.description1": "Now that you have a way to conduct the ritual, you can create a \u00266Pasture Seed,\u0026r which will let you finally \u00266bring back grass to the world!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest16.description2": "\u00267To find out how to actually do the ritual, check how to do a Ritual of the Forest in your Book of Natural Aura.", + "ftbquests.chapter.the_hunt_for_grass.quest16.title": "Ritual of the Forest", + "ftbquests.chapter.the_hunt_for_grass.quest17.description1": "The \u00266Witch\u0027s Oven\u0026r can be used to distill saplings into \u00266special magic fumes,\u0026r which are especially potent in a variety of magical rites.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description1": "Using some sapling fumes and some plantlife, you can create \u00266Pasture Seeds\u0026r - special seeds that will place an \u00266area of grass\u0026r on nearby dirt.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description2": "\u00267Tip: due to a bug in the mod, watering cans will not work to start the ritual of the forest!", + "ftbquests.chapter.the_hunt_for_grass.quest18.subtitle": "Not as green as I\u0027d like...", + "ftbquests.chapter.the_hunt_for_grass.quest18.title": "Grass!", + "ftbquests.chapter.the_hunt_for_grass.quest19.description1": "The composter can turn \u00266extra seeds and crops into bonemeal!\u0026r No more hunting skeletons in the middle of the night.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description1": "Even through the lack of nutrients in the soil, some especially-tough tufts of grass have held on. Some even have \u00266seeds that you can find\u0026r and try to coax to life.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description2": "Some of these seem \u00266especially magical\u0026r - you wonder if you could use them in any way...", + "ftbquests.chapter.the_hunt_for_grass.quest2.description3": "\u00267Tip: you\u0027ll probably only want to harvest mandrake at night until you get its strength up!", + "ftbquests.chapter.the_hunt_for_grass.quest2.title": "Seeds", + "ftbquests.chapter.the_hunt_for_grass.quest20.description1": "You can get straw rarely by cutting grass with a \u00266knife.\u0026r Use it to make leads, ropes, and building blocks!", + "ftbquests.chapter.the_hunt_for_grass.quest20.task_1283594596619655186.title": "Any Knife", + "ftbquests.chapter.the_hunt_for_grass.quest20.title": "Straw", + "ftbquests.chapter.the_hunt_for_grass.quest21.description1": "You can turn bonemeal, dirt, and some organic material into \u00266organic compost.\u0026r When placed down, the compost will\u00266 turn into rich soil \u0026rafter a while (sped up by sunlight, water, and proximity to other rich soil or mushrooms), which grows most crops \u00266faster than regular farmland!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest21.title": "Rich Farmland", + "ftbquests.chapter.the_hunt_for_grass.quest22.description1": "Now that you have access to iron, you can make a \u00266watering can.\u0026r Higher-tier versions exist and are much better, but the basic version can still speed up the growth of crops.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description1": "This pack contains \u00266Via Romana\u0026r, a sign-based fast travel system. In order to fast travel using signs, you must first \u00266build a path and traverse it\u0026r before you can teleport across it. ", + "ftbquests.chapter.the_hunt_for_grass.quest23.description2": "\u00266Shift-left-click\u0026r on a sign at the start of your path, then \u00266shift-left-click\u0026r on a sign at the end of your path. Once you start pathing from one sign to the other, you need to follow a player-made path. If you deviate, you\u0027ll \u0026cstop\u0026r building the fast travel route and have to backtrack.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description3": "Once linked, just punch the sign and you\u0027ll fast travel!", + "ftbquests.chapter.the_hunt_for_grass.quest23.description4": "\u00267Tip: to see what blocks count as path blocks, search \u00262#via_romana:path_block\u00267 in your recipe viewer.", + "ftbquests.chapter.the_hunt_for_grass.quest23.task_5888718684745127233.title": "Any Warpable Sign", + "ftbquests.chapter.the_hunt_for_grass.quest23.title": "Signpost Travel", + "ftbquests.chapter.the_hunt_for_grass.quest24.description1": "\u00266Fume Funnels,\u0026r when placed next to a Witch\u0027s Oven, raise the chance of getting fumes from items.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description1": "Tired of hearing those godforsaken \u00266mandrakes\u0026r shriek? Make some \u00266earmuffs!\u0026r They\u0027ll protect you from getting your ears blown out by their piercing scream.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description2": "\u00267Tip: the higher the strength stat on mandrake is, the less likely they are to wake up.", + "ftbquests.chapter.the_hunt_for_grass.quest25.title": "OSHA Approved", + "ftbquests.chapter.the_hunt_for_grass.quest26.description1": "With the re-introduction of actual saplings to the world, you might want to make slightly better tools than the basic pickaxe and axe you\u0027re used to.", + "ftbquests.chapter.the_hunt_for_grass.quest26.description2": "The \u00266Hammer, Excavator, and Broadaxe\u0026r can break blocks in a \u002663x3 area\u0026r (and the broadaxe breaks in \u002663x3x3!\u0026r), making terraforming and general resource collection much easier.", + "ftbquests.chapter.the_hunt_for_grass.quest26.task_4941645910113139201.title": "Any AOE Tool", + "ftbquests.chapter.the_hunt_for_grass.quest3.description1": "Unless you get lucky and find an ingot or two among the husks, you\u0027ll need some way to make iron ingots. ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description2": "Luckily, one of those plants you found has a rudimentary circulatory system, which has enough thematic overlap with actual hemoglobin that you can use it to precipitate hemoglobic fluid...", + "ftbquests.chapter.the_hunt_for_grass.quest3.description3": "Basically, you found a \u00266plant that grows blood\u0026r and you\u0027re gonna \u00266make iron out of it\u0026r by putting it into a \u00266Sal Ammoniac Accumulator above a Fluid Vessel.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description4": "\u00267Note: A Sal Ammoniac tank is meant only for sal ammoniac, so you \u0026oneed\u0026r\u00267 to place the \u0026lfluid vessel\u0026r\u00267 below it.", + "ftbquests.chapter.the_hunt_for_grass.quest3.title": "Hemoglobic Fluid", + "ftbquests.chapter.the_hunt_for_grass.quest4.description1": "Now that you have your hemoglobic fluid, you can \u00266use it as a solvent in your Liquefaction Cauldron to liquify copper\u0026r - the iron in the fluid will transform the copper sulfur into \u00266Iron Alchemical Sulfur.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.description2": "You\u0027ll also need some \u00266Mineral Alchemical Salt\u0026r - you can get this by \u00266calcifying charcoal,\u0026r or re-calcifying \u00266a large amount of Strata salt.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.title": "Salt and Sulfur", + "ftbquests.chapter.the_hunt_for_grass.quest5.description1": "You\u0027re almost there! Just throw the \u00266Iron Alchemical Sulfur, Mineral Alchemical Salt, \u0026rand\u00266 Alchemical Mercury\u0026r into the \u00266Incubator, \u0026rand you\u0027ll have iron!", + "ftbquests.chapter.the_hunt_for_grass.quest6.description1": "You can mash up the magical plants you\u0027ve found into something you\u0027re calling \u00266Anointing Paste.\u0026r You\u0027re pretty sure you can apply it to something, but what? ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description1": "Now that you have a bit of iron, you can make a cauldron and \u00266anoint\u0026r it to make a \u00266Witch\u0027s Cauldron\u0026r - a magically-insulated vessel for brewing all sorts of witchy goodness. ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description2": "Fill it with three buckets of water, place it over a campfire, and it\u0027ll start boiling!", + "ftbquests.chapter.the_hunt_for_grass.quest7.description3": "\u00267Tip: if your brew spoils (turns brown because you put items in out of order or incorrectly), you can use an empty bucket to empty the cauldron.", + "ftbquests.chapter.the_hunt_for_grass.quest7.task_2385086996515714487.title": "Anoint a Cauldron", + "ftbquests.chapter.the_hunt_for_grass.quest8.description1": "With a little bit of magic (and a reinforced witchy cauldron), you can make a \u00266potent mutagen\u0026r - potent enough to mutate those \u00266dead bushes\u0026r you\u0027ve been seeing around into \u00266actual saplings!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest8.subtitle": "Minor necromancy", + "ftbquests.chapter.the_hunt_for_grass.quest8.task_6488684102089578318.title": "Any Sapling", + "ftbquests.chapter.the_hunt_for_grass.quest8.title": "Saplings!", + "ftbquests.chapter.the_hunt_for_grass.quest9.description1": "The seeds you\u0027ve been finding have uniquely adapted themselves to their harsh environment. As a consequence, however, they\u0027ve become \u00264much less productive, focusing entirely on survival.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest9.description2": "You can try to selectively breed your meager collection of seeds together to make them \u00266grow faster\u0026r and \u00266produce more,\u0026r or even try \u00266cross-breeding them\u0026r to start bringing back extinct species of plant...", + "ftbquests.chapter.the_hunt_for_grass.quest9.description3": "To start, plant any seeds you have onto specially-prepared \u00266Crop Sticks.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.title": "A Whiff of Normal", + "ftbquests.chapter.the_sound_of_life.quest1.description1": "Debatably sentient life in the form of chickens! Even more importantly, these chickens will produce \u00266eggs,\u0026r the root of all fauna.", + "ftbquests.chapter.the_sound_of_life.quest1.title": "Sentient Life", + "ftbquests.chapter.the_sound_of_life.quest10.description1": "You can upgrade your blood altar by placing runes around it - your \u00266Sanguine Scientiem\u0026r can give you specifics. A tier 2 altar can create \u00266Reinforced Slates!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest10.description2": "Used for creating special runes that give your blood altar benefits, among other things, they are just that much more potent than a regular blank slate.", + "ftbquests.chapter.the_sound_of_life.quest10.title": "Tier 2 Slates", + "ftbquests.chapter.the_sound_of_life.quest11.description1": "A tier 3 altar can create \u00266Imbued Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.description2": "Even stronger than the reinforced version, they can make even better rune upgrades for your blood altar, as well as the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.title": "Tier 3 Slates", + "ftbquests.chapter.the_sound_of_life.quest12.description1": "The \u00266Alchemical Reaction Chamber\u0026r is capable of a great many things, but one of the most important is its ability to produce gems - \u00266diamond, lapis, and amethyst.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description1": "With access to gems, you can make a \u00266Tainted Blood Pendant,\u0026r which you can then infuse with \u00266Regeneration!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description2": "This makes poking yourself for life essence much more bearable...", + "ftbquests.chapter.the_sound_of_life.quest13.description3": "\u00267Tip: prismarine can be made either through Create\u0027s haunting or Nature\u0027s Aura\u0027s Natural Altar.", + "ftbquests.chapter.the_sound_of_life.quest14.description1": "Alchemizing with lifeforce provides the extra punch needed to transmute base materials into \u00266precious gems\u0026r using the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest14.description2": "\u00267Tip: once you\u0027ve made one of a specific kind of gem, you can use Theurgy to convert more materials into that gem\u0027s sulfur without having to go through the whole blood transmutation again!", + "ftbquests.chapter.the_sound_of_life.quest14.title": "Gems!", + "ftbquests.chapter.the_sound_of_life.quest15.description1": "A renewable source of gems would be much appreciated - thankfully, you can perform a \u00266special wiccan ritual\u0026r to turn a block of amethyst into its budding version.", + "ftbquests.chapter.the_sound_of_life.quest15.description2": "\u00267Tip: you can use blood magic\u0027s arcane ashes to draw a pentagram on your altar, giving it an addtional 1.5x boost to total power capacity!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest15.description3": "\u00267Tip 2: the instructions for this ritual can be found in your Reclamation Rituals book.", + "ftbquests.chapter.the_sound_of_life.quest16.description1": "Now that you have access to gems, you can start to manipulate \u00265Source, \u0026ranother type of magical energy you remember from before.", + "ftbquests.chapter.the_sound_of_life.quest16.description2": "To start, you\u0027ll want to turn lapis or amethyst shards into source gems using an \u00266Imbuement Chamber.\u0026r However, for an Imbuement Chamber, you\u0027ll need a special kind of wood. Because \u00265Source\u0026r is innately intertwined with \u00264Life Essence,\u0026r infusing an already magically-resonant tree with \u00264Life Essence\u0026r should produce a suitable sapling.", + "ftbquests.chapter.the_sound_of_life.quest16.description3": "\u00267Tip: you can convert between the four types of sapling using a mana pool!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest16.title": "Archwood", + "ftbquests.chapter.the_sound_of_life.quest17.description1": "With Archwood, you can now create \u00266Source Gems,\u0026r a perfect focusing medium for the arcane energies of \u00265Source.\u0026r Just toss some amethyst or lapis into an \u00266Imbuement Chamber!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest17.description2": "At first, you\u0027ll be slowly imbuing gems with the trace amounts present in the air, but once you get a way to generate \u00265Liquid Source,\u0026r you\u0027ll be converting gems in a flash!", + "ftbquests.chapter.the_sound_of_life.quest17.title": "Source Gems", + "ftbquests.chapter.the_sound_of_life.quest18.description1": "By offering an \u00266Imbued Slate\u0026r to the gods, you can convert mundane iron into the dense ingot of \u00266Osmium.\u0026r This metal is crucial to advanced mechanical applications.", + "ftbquests.chapter.the_sound_of_life.quest18.title": "Supermassive", + "ftbquests.chapter.the_sound_of_life.quest19.description1": "Now that you have a source of power, you\u0027ll want to start making real machinery. Your first step - a \u00266Metallurgic Infuser.\u0026r This machine can do a wide varity of things, but one of the most important is its ability to create \u00266steel,\u0026r another critical metal for your foray into technology.", + "ftbquests.chapter.the_sound_of_life.quest19.description2": "Infusing \u00266iron with coal,\u0026r while inefficient, is your only real way to make it - at least for now.", + "ftbquests.chapter.the_sound_of_life.quest19.title": "Steel", + "ftbquests.chapter.the_sound_of_life.quest2.description1": "Now that you have access to a breedable animal, you can utilize their excess vitalic energy to birth new creatures. ", + "ftbquests.chapter.the_sound_of_life.quest2.description2": "In an area with high Aura concentration, \u00266breeding mobs together\u0026r will generate \u00266Spirits of Birthing.\u0026r These spirits can be tossed alongside some other reagents onto an \u00266Altar of Birthing\u0026r to spawn new creatures.", + "ftbquests.chapter.the_sound_of_life.quest2.title": "Altar of Birthing", + "ftbquests.chapter.the_sound_of_life.quest20.description1": "The basis of every machine worth making, \u00266a Steel Casing \u0026ropens up limitless possibilities. ", + "ftbquests.chapter.the_sound_of_life.quest20.description2": "Almost quadrupling raw ore into ingots, turning plants into energy, or even fusion reactors all start with the humble steel casing.", + "ftbquests.chapter.the_sound_of_life.quest20.title": "Basic Machinery", + "ftbquests.chapter.the_sound_of_life.quest21.description1": "The \u00266Enrichment Chamber\u0026r can slightly boost the outputs of raw ores, clean blocks, and refine reagents for the \u00266Metallurgic Infuser,\u0026r creating enriched versions of items that are \u002668 times more efficient!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest22.description1": "Before you can do anything related to machinery, you\u0027ll need a source of power. Thankfully, \u0026bbotanic mana\u0026r is easily convertible to \u0026credstone flux.\u0026r Simply point a mana spreader at a \u00266Mana Fluxfield\u0026r and it\u0027ll output \u0026cRF\u0026r to any adjacent blocks.", + "ftbquests.chapter.the_sound_of_life.quest22.description2": "\u00267You can also use a heat generator, but it\u0027s VERY inefficient and (probably) not even worth making!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description1": "With the acquisition of lapis, you can now make the \u00266Terrestrial Agglomeration Plate,\u0026r a necessary step in your mastery of \u0026bbotanic mana.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description2": "Combining mana-infused versions of a diamond, an ender pearl, and iron (alongside a tremendous amount of mana) creates \u00266Terrasteel,\u0026r a unique alloy that is incredibly strong and mana conductive.", + "ftbquests.chapter.the_sound_of_life.quest23.description3": "\u00267Tip: use sparks instead of mana spreaders for a much faster mana transfer rate!", + "ftbquests.chapter.the_sound_of_life.quest23.title": "Terrasteel", + "ftbquests.chapter.the_sound_of_life.quest24.description1": "Steel allows you to make better pipes of all kinds, able to transport items, fluids, RF, chemicals, and even heat. These have a number of \u00266advantages over caminite-based alternatives,\u0026r mainly their lack of reliance on redstone and their upgradeability.", + "ftbquests.chapter.the_sound_of_life.quest24.task_1474346775141796701.title": "Any Basic Logistic Item", + "ftbquests.chapter.the_sound_of_life.quest24.title": "Advanced Logistics", + "ftbquests.chapter.the_sound_of_life.quest25.description1": "The \u00266Rotary Condensentrator\u0026r allows you to convert liquids to gases, and vice versa. This is useful for storage purposes, but it also allows you to aerate Life Essence!", + "ftbquests.chapter.the_sound_of_life.quest26.description1": "The \u00266Gas-Burning Generator\u0026r can produce a large amount of RF very quickly - it\u0027s a solid midrange option that will most likely carry your energy needs until you start making reactors.", + "ftbquests.chapter.the_sound_of_life.quest26.description2": "\u00266Aerated Essence \u0026ris relatively easy to produce, and can be burned to produce a solid amount of RF. It\u0027s macabre, but it works!", + "ftbquests.chapter.the_sound_of_life.quest27.description1": "\u00266Ethylene\u0026r is another gas you can burn in the gas-burning generator; even a small amount can be burned for a rather large amount of energy.", + "ftbquests.chapter.the_sound_of_life.quest27.description2": "\u00267Note: Ethylene burning has been nerfed in this pack! It\u0027s still useful, just not as absolutely game-breakingly energy dense as it normally is.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest27.title": "Ethylene", + "ftbquests.chapter.the_sound_of_life.quest28.description1": "Ethylene can be further mixed with Aerated Essence to produce Blooded Ethylene, a much more energy-dense gas that can burn for longer in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest28.title": "Blooded Ethylene", + "ftbquests.chapter.the_sound_of_life.quest29.description1": "The \u00266Crusher\u0026r is great for turning things into smaller, powdery versions of themselves. It\u0027s also great at turning plants into \u00266Bio Fuel!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest3.description1": "Blood magic is a pathway to many abilities some consider to be unnatural.", + "ftbquests.chapter.the_sound_of_life.quest3.description2": "To start, make a few \u00266soul snares\u0026r and \u00266throw them at monsters before killing them.\u0026r These snared monsters will drop \u00266demonic will\u0026r, which you\u0027ll need to get started!", + "ftbquests.chapter.the_sound_of_life.quest3.title": "Blood Magic", + "ftbquests.chapter.the_sound_of_life.quest30.description1": "\u00266Bio Fuel\u0026r can be turned directly into energy in the \u00266Bio-Generator,\u0026r or further refined into ethylene for burning in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest30.title": "Bio Fuel", + "ftbquests.chapter.the_sound_of_life.quest31.description1": "The \u00266Purification Chamber,\u0026r in combination with oxygen and some further processing, can double raw ore outputs.", + "ftbquests.chapter.the_sound_of_life.quest31.description2": "Ore clumps can be crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest31.description3": "\u00267Tip: gas upgrades can be placed into some machines to make them more efficient in their use of chemicals!", + "ftbquests.chapter.the_sound_of_life.quest32.description1": "The \u00266Chemical Dissolution Chamber\u0026r is the next step in your ore processing - with the chamber as a starting point and some hydrogen chloride, it can turn 3 ore into 8 shards, which eventually get processed into ingots.", + "ftbquests.chapter.the_sound_of_life.quest32.description2": "To make hydrogen chloride, you\u0027ll need a renewable source of chlorine. The \u00266Thermal Evaporation Tower Multiblock\u0026r can turn plain water into brine, which can then be electrolysed into chlorine.", + "ftbquests.chapter.the_sound_of_life.quest32.description3": "Shards need to be purified into clumps, crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.description1": "The final refinement to your ore refinement process: the \u00266Chemical Washer and Crystallizer\u0026r can wash and crystallize ore slurry, at a 3 raw ore to eventual 10 ingot ratio.", + "ftbquests.chapter.the_sound_of_life.quest33.description2": "You\u0027ll need sulfur for sulfuric acid, which you can make through judicious application of oxygen to charcoal.", + "ftbquests.chapter.the_sound_of_life.quest33.description3": "Dirty ore slurry needs to be washed into clean ore slurry, then crystallized into crystals, which then get thrown into the \u00266Chemical Injection Chamber\u0026r to get turned into shards, which purify into clumps, crush into dirty dust, enrich into clean dust, and then finally smelt into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.title": "REAL Ore Processing", + "ftbquests.chapter.the_sound_of_life.quest34.description1": "To make the next tier of altar, you\u0027ll need bloodstone bricks to cap the next set of pillars. However, these require blood shards to make; blood shards require \u00266tau fruit. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest34.description2": "Despite your best efforts, you can\u0027t breed tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest34.description3": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of Tau Fruit. Go forth, ", + "ftbquests.chapter.the_sound_of_life.quest34.title": "Blooded Rituals", + "ftbquests.chapter.the_sound_of_life.quest35.description1": "\u00266Blood Shards\u0026r are a very handy thing for someone of your talents to have around. Despite your best efforts, however, you can\u0027t breed the necessary tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest35.description2": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of tau fruit. ", + "ftbquests.chapter.the_sound_of_life.quest35.description3": "\u00267Tip: once you have some, planting tau fruit and having it grow while something is standing on it will eventually create a saturated tau.", + "ftbquests.chapter.the_sound_of_life.quest35.title": "Blood Shards", + "ftbquests.chapter.the_sound_of_life.quest36.description1": "With access to blood shards, you can finally make a tier 4 altar and\u00266 Demonic Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest36.description2": "Yet still stronger than Imbued Slates, these bad boys pack quite an essence-filled punch! You can use these for ritual paraphernalia as well as more altar upgrades.", + "ftbquests.chapter.the_sound_of_life.quest36.title": "Tier 4 Slates", + "ftbquests.chapter.the_sound_of_life.quest37.description1": "The \u00266Dusk\u0026r version of the \u00266Ritual Diviner\u0026r will allow you to perform even stronger rituals - chief among these being the \u00266Pathway to the Endless Realm.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.description2": "Once performed, you will be presented with a gate to the Demon Realm proper - a sprawling labyrinth of rooms which contain strong enemies, plentiful loot, and the curious ore known as \u00266Demonite.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.title": "Dusk Rituals", + "ftbquests.chapter.the_sound_of_life.quest38.description1": "\u00266Demonite\u0026r can be found rarely in the \u00266Demon Realm,\u0026r either as an ore block or as loot in chests.", + "ftbquests.chapter.the_sound_of_life.quest38.description2": "You also remember that there was a \u00266special key\u0026r for \u00266spatial distortions\u0026r that led you to the mines, which held much more valuable loot...", + "ftbquests.chapter.the_sound_of_life.quest39.description1": "The single most powerful slate you can make,\u00266 Ethereal Slates\u0026r require a tier 5 altar to craft.", + "ftbquests.chapter.the_sound_of_life.quest39.description2": "Alongside netherite scraps and some \u00266looted parts\u0026r from the Demon Realm, these slates can be used to upgrade altar runes, making them \u00266twice as powerful.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest39.title": "Tier 5 Slates", + "ftbquests.chapter.the_sound_of_life.quest4.description1": "One of the most common things you\u0027ll need in the pursuit of sanguine magic is a base material of stone doped in blood - excellent for channelling these dark energies.", + "ftbquests.chapter.the_sound_of_life.quest4.description2": "You\u0027ll need to make quite a few to upgrade your blood altar!", + "ftbquests.chapter.the_sound_of_life.quest40.description1": "Now that you have access to dusk rituals, you can use either a \u00266Ritual of the Feathered Knife\u0026r or a \u00266Well of Suffering\u0026r to automate the collection of life essence.", + "ftbquests.chapter.the_sound_of_life.quest40.description2": "To get even more out of your rituals, you can use the \u00266Ritual Tinkerer!\u0026r Read your \u00266Sanguine Scientiem\u0026r for more information.", + "ftbquests.chapter.the_sound_of_life.quest40.description3": "\u00267Tip: if you can supply mobs to the well constantly (or give them a source of regenerating health), you could fully automate life essence collection...", + "ftbquests.chapter.the_sound_of_life.quest40.title": "Useful Rituals", + "ftbquests.chapter.the_sound_of_life.quest41.description1": "The \u00266Incense Altar\u0026r is the center of a large freeform multiblock structure focused on bringing a sense of tranquility to players. With enough peace of mind, you can perform self-sacrifice with a much smoother hand - at high levels, you can get as much as \u00266quadruple the normal amount of life essence!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest41.description2": "For more information on this structure, take a look at your \u00266Sanguine Scientiem.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description1": "With enough Demonic Will, you reach a critical mass that can eventually \u00266generate will\u0026r ex nihilo! Simply burn some into the local aura by throwing will into a \u00266Demon Crucible,\u0026r then wait for it to crystallize on the \u00266Demon Crystallizer. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description2": "With enough will in the aura, the crystal will grow extra spires you can harvest and re-burn; each crystal past the first takes 40 will to grow but \u00266burns into 50!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description3": "Now if only there was some way to automate this...", + "ftbquests.chapter.the_sound_of_life.quest42.description4": "\u00267Tip: for more info, read your Sanguine Scientiem!", + "ftbquests.chapter.the_sound_of_life.quest42.title": "Crystallized Will", + "ftbquests.chapter.the_sound_of_life.quest43.description1": "With the \u00266Resonance of the Faceted Crystal\u0026r ritual, you can split one well-established Will Crystal into four separate aspected crystals! This aspected will is handy for all sorts of things, but one of the most useful things you can do is use it in other rituals to \u00266change the way they perform.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest43.description2": "\u00267Tip: it\u0027s possible to fully automate the growing, splitting, and harvesting of crystals using rituals!", + "ftbquests.chapter.the_sound_of_life.quest43.title": "Aspected Will", + "ftbquests.chapter.the_sound_of_life.quest44.description1": "With access to Terrasteel, you can make the third tier of botanic runes: \u00266Sin Runes.\u0026r These can be used to make better baubles, more powerful flowers, and more!", + "ftbquests.chapter.the_sound_of_life.quest44.task_6010537284078335274.title": "Any Sin Rune", + "ftbquests.chapter.the_sound_of_life.quest44.title": "Sin Runes", + "ftbquests.chapter.the_sound_of_life.quest45.description1": "With Terrasteel, you can utilize an old ritual to open a \u00266gateway to Alfheim,\u0026r which you\u0027re certain has escaped whatever happened to this world. The portal won\u0027t be able to transport living beings, but maybe you can trade for some \u00266useful materials?\u0026r", + "ftbquests.chapter.the_sound_of_life.quest45.description2": "\u00267Tip: For more information on the portal, read your Lexica Botania! For even more than that, throw your entire Lexica Botania into the portal! (but make sure you don\u0027t throw your Akashic Tome away!)", + "ftbquests.chapter.the_sound_of_life.quest45.title": "The Portal to Alfheim", + "ftbquests.chapter.the_sound_of_life.quest46.description1": "The \u00266Elven Mana Spreader\u0026r is much more efficient than it\u0027s livingwood predecessor - it shoots larger bursts faster and farther.", + "ftbquests.chapter.the_sound_of_life.quest46.title": "Better Spreader", + "ftbquests.chapter.the_sound_of_life.quest47.description1": "With Sin Runes and elven materials, you can craft a special flower that \u00266generates ore in nearby stone or deepslate!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest47.description2": "As far as you\u0027re concerned, this is more proof that you can solve any problem if you throw enough raw mana at something.", + "ftbquests.chapter.the_sound_of_life.quest47.subtitle": "but not ad astra!", + "ftbquests.chapter.the_sound_of_life.quest47.title": "Ex Nihilo", + "ftbquests.chapter.the_sound_of_life.quest48.description1": "The \u00266Scribe\u0027s Table\u0026r allows you to create new glyphs for spellbooks. As far as spellbooks go, you have a couple options - use either pure arcane mana or life essence to fuel your spells.", + "ftbquests.chapter.the_sound_of_life.quest48.title": "Spellcasting", + "ftbquests.chapter.the_sound_of_life.quest49.description1": "Source can be generated in a variety of ways, but you\u0027ll need to do something to get it into a much more useable liquid form. ", + "ftbquests.chapter.the_sound_of_life.quest49.description2": "\u00266Sourcelinks\u0026r will gather it for you, but you\u0027ll also need to make a \u00266jar\u0026r to store the generated source.", + "ftbquests.chapter.the_sound_of_life.quest49.task_8602744015200526354.title": "Any Sourcelink", + "ftbquests.chapter.the_sound_of_life.quest49.title": "Generating Source", + "ftbquests.chapter.the_sound_of_life.quest5.description1": "The \u00266Hellfire Forge\u0026r allows you to use Demonic Will to craft special items.", + "ftbquests.chapter.the_sound_of_life.quest5.description2": "One of the first things you\u0027ll want to make is a \u00266soul gem\u0026r - these special gems can store demonic will you pick up without clogging your inventory.", + "ftbquests.chapter.the_sound_of_life.quest5.description3": "\u00267Tip: the more will you have stored in your inventory, the more will drops from monsters!", + "ftbquests.chapter.the_sound_of_life.quest50.description1": "One of the primary uses of liquid source is the enchanting of items. Using the \u00266Arcane Core\u0026r and an \u00266Enchanting Apparatus\u0026r atop it, you can create many useful things.", + "ftbquests.chapter.the_sound_of_life.quest50.title": "Arcane Enchanting", + "ftbquests.chapter.the_sound_of_life.quest51.description1": "If you\u0027re tired of waiting for amethyst to grow, try animating a block of budding amethyst with the \u00266Ritual of Awakening.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.description2": "It turns budding amethyst into an \u00266Amethyst Golem,\u0026r who can harvest, grow, and even bud other blocks of amethyst!", + "ftbquests.chapter.the_sound_of_life.quest51.description3": "Its behavior can be further modified using a \u00266Dominion Wand.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.title": "Amethyst Buddy", + "ftbquests.chapter.the_sound_of_life.quest52.description1": "With the acquisition of specially-charged elven materials, you can create an \u00266even stronger mana-generating base;\u0026r cake, wool, and even other mana flowers can all be mulched into yet more mana.", + "ftbquests.chapter.the_sound_of_life.quest52.task_1683678805039454876.title": "Any Elven Flower", + "ftbquests.chapter.the_sound_of_life.quest52.title": "Esoteric Mana Generation", + "ftbquests.chapter.the_sound_of_life.quest53.description1": "With the power of Elementium and a little extra elemental oomph, you can craft a special pylon to use in tandem with the power of a beacon to summon the \u00266Guardian of Gaia.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest53.description2": "Prove your strength, and you\u0027ll be rewarded with \u00266Gaia Spirits.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest54.description1": "Using the \u00266Enchanting Apparatus\u0026r and some special reagents, you can make elemental essences that have a wide variety of uses, from crafting to spellweaving.", + "ftbquests.chapter.the_sound_of_life.quest54.task_6599905580160140411.title": "Any Essence", + "ftbquests.chapter.the_sound_of_life.quest55.description1": "Fragments of the mysterious \u00266Guardian of Gaia\u0026r, these spirits have enormous potential...", + "ftbquests.chapter.the_sound_of_life.quest56.description1": "There are quite a few elemental \u00266rituals\u0026r that could come in handy for you - defending your base, automatically pick items up, and even allowing you to fly!", + "ftbquests.chapter.the_sound_of_life.quest57.description1": "The \u00266Storage Lectern\u0026r boasts the incredibly convenient capability of letting you manage, view, and craft using nearby storage blocks. Simply place it down and link inventories to it using the dominion wand!", + "ftbquests.chapter.the_sound_of_life.quest57.description2": "There is a limit to the number of inventories you can connect to at once - this can be raised using additional \u00266Bookwyrm Charms.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description1": "Mekanism upgrades come in two flavors - \u00266upgrade cards\u0026r and \u00266tier installers. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description2": "Upgrade cards give the machine a boost to a certain aspect - speed, energy efficiency, etc.", + "ftbquests.chapter.the_sound_of_life.quest58.description3": "Tier installers give the machine more processing slots - from 1 item at a time to \u002669 in some machines!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.task_366296260702142144.title": "Any Upgrade", + "ftbquests.chapter.the_sound_of_life.quest58.title": "Upgrades", + "ftbquests.chapter.the_sound_of_life.quest59.description1": "You can use a hefty amount of will as well as vengeful will crystals to create \u00266Wither Skeleton Skulls\u0026r in a Hellfire Forge. ", + "ftbquests.chapter.the_sound_of_life.quest59.description2": "These skulls are very powerfully charged - you can use them to summon Withers and acquire their \u00266valuable stars.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest59.title": "The Wither", + "ftbquests.chapter.the_sound_of_life.quest6.description1": "\u00266Blood Orbs\u0026r are a budding sanguimancer\u0027s way of storing and utilizing Life Essence, measured in \u00266LP.\u0026r Once you\u0027ve crafted one, right click with it in your hand to bind it to your personal LP network.", + "ftbquests.chapter.the_sound_of_life.quest6.description2": "LP is used for things like sigils, rituals, and crafting. You can transfer life essence in an altar to your network by placing your orb into the altar.", + "ftbquests.chapter.the_sound_of_life.quest6.description3": "\u00267Tip: there is a blood orb for each tier of altar! Certain recipes need higher tiers of blood orbs.", + "ftbquests.chapter.the_sound_of_life.quest6.task_9017841688739987349.title": "Any Blood Orb", + "ftbquests.chapter.the_sound_of_life.quest60.description1": "The \u00266Conjuration Catalyst\u0026r can duplicate certain items for a relatively moderate mana cost.", + "ftbquests.chapter.the_sound_of_life.quest60.description2": "No more fiddling around with potions or distilling to make your redstone and glowstone!", + "ftbquests.chapter.the_sound_of_life.quest61.description1": "You can summon \u00266Wilden\u0026r using the aptly-named Tablet of Summon Wilden. These magical creatures drop \u00266special reagents when killed.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest61.description2": "These reagents can also be used to summon the \u00266Wilden Chimera,\u0026r a powerful boss that drops a \u00266special item\u0026r needed to channel tier 3 spells. ", + "ftbquests.chapter.the_sound_of_life.quest61.title": "Wilden", + "ftbquests.chapter.the_sound_of_life.quest62.description1": "With the power of a \u00266Charger\u0026r and an \u00266enriched diamond,\u0026r you can create a \u00266special kind of chargeable quartz...\u0026r", + "ftbquests.chapter.the_sound_of_life.quest62.title": "Certus Quartz", + "ftbquests.chapter.the_sound_of_life.quest63.description1": "Obviously, the ratio of one diamond for one certus quartz isn\u0027t exactly tenable. Luckily, there\u0027s a way to literally grow it from itself - just throw a block of \u00266certus quartz into water with some charged certus quartz,\u0026r and it\u0027ll get converted into \u00266budding quartz.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest63.description2": "This semi-flawed quartz block will grow crystals just like amethyst, with one caveat - \u00264eventually the crystal will degrade\u0026r back into a regular block, meaning you\u0027ll have to re-seed it.", + "ftbquests.chapter.the_sound_of_life.quest63.description3": "\u00267Tip: you can also use Theurgy to convert other materials into certus quartz - amethyst is a good candidate!", + "ftbquests.chapter.the_sound_of_life.quest63.title": "Growing Quartz", + "ftbquests.chapter.the_sound_of_life.quest64.description1": "By combining redstone and nether quartz with charged certus quartz, you can make \u00266Fluix Crystals,\u0026r capable of turning matter into digitalized information.", + "ftbquests.chapter.the_sound_of_life.quest65.description1": "Before the apocalpyse - or whatever happened here - there were strange meteors that occasionally fell containing these \u00266mysterious presses.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest65.description2": "You think you have devised a ritual that could potentially draw in another one of these meteors (albeit greatly diminished in size).", + "ftbquests.chapter.the_sound_of_life.quest65.description3": "\u00267Tip: check your Reclamation Rituals book!", + "ftbquests.chapter.the_sound_of_life.quest65.title": "Mysterious Cube", + "ftbquests.chapter.the_sound_of_life.quest66.description1": "The \u00266ME Controller\u0026r is the brains of the \u00266Material Energy\u0026r system - one of the most powerful logistics solutions available to you.", + "ftbquests.chapter.the_sound_of_life.quest66.subtitle": "Better than futura blocks", + "ftbquests.chapter.the_sound_of_life.quest67.description1": "The \u00266Inscriber\u0026r is used to turn raw materials into actual circuits useable in the \u00266Matter Energy\u0026r system.", + "ftbquests.chapter.the_sound_of_life.quest68.description1": "With the raw power afforded to you by aspected will crystals, gaia fragments, and ethereal slates, you finally have enough oomph to begin reversing the damage this world has suffered.", + "ftbquests.chapter.the_sound_of_life.quest68.description2": "Look into the \u00266Ritual of Reclamation\u0026r in your Reclamation Rituals book to start reclaiming the world.", + "ftbquests.chapter.the_sound_of_life.quest68.description3": "\u00267Note: the ritual may \u00264void blocks!\u0026r\u00267 Perform it away from anything important or risk losing things you might want to keep.", + "ftbquests.chapter.the_sound_of_life.quest68.subtitle": "Roll credits?", + "ftbquests.chapter.the_sound_of_life.quest68.task_6680892754679269683.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_sound_of_life.quest68.title": "Reclamation", + "ftbquests.chapter.the_sound_of_life.quest69.description1": "\u00266Sirens\u0026r can be summoned (and subsequently befriended) at the Altar of Birthing. Once given a Sea Pickle, they\u0027ll disappear and leave behind a token. This token can be turned into a charm that can \u00266automatically fish\u0026r for you, at the price of source!", + "ftbquests.chapter.the_sound_of_life.quest69.description2": "\u00267Tip: this auto fishing can be sped up; read your Worn Notebook for more details.", + "ftbquests.chapter.the_sound_of_life.quest7.description1": "The \u00266Alchemy Table\u0026r allows you to craft with LP from a blood orb. You can make a lot of things like reagents for useful sigils, but you can also make \u00266Arcane Ashes.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest70.description1": "\u00266Whirlisprigs\u0026r can be summoned at the Altar of Birthing. Growing a tree near a summoned one will net you a token, which can be crafted into a charm. This charm summons a tame Whirlisprig that will \u00266produce natural resources\u0026r based on what\u0027s nearby!", + "ftbquests.chapter.the_sound_of_life.quest70.description2": "\u00267Tip: read your Worn Notebook for more!", + "ftbquests.chapter.the_sound_of_life.quest71.description1": "Summon a \u00266Drygmy\u0026r at the Altar of Birthing. Give it a wilden horn to get a token, then craft it into a token. This tame Drygmy will \u00266produce experience and drops of mobs nearby,\u0026r without killing them!", + "ftbquests.chapter.the_sound_of_life.quest72.description1": "Casting dispel on a witch (summoned at the Altar of Birthing) drops a Wixie Token. Turned into a charm to summon Wixies, these creatures can craft and brew potions for you!", + "ftbquests.chapter.the_sound_of_life.quest72.description2": "\u00267Tip: Wixies are very helpful when using an Alchemical Sourcelink! For more info, read your Worn Notebook.", + "ftbquests.chapter.the_sound_of_life.quest73.description1": "\u00266Starbuncles\u0026r summoned by the Altar of Birthing can be gifted gold nuggets to get \u00266Starbuncle Tokens.\u0026r Crafted into a \u00266Starbuncle Charm,\u0026r it will summon a Starbuncle to move items around for you. No more fiddling around with pipes and logistics, just use a semi-intelligent squirrel!", + "ftbquests.chapter.the_sound_of_life.quest73.description2": "\u00267Tip: they can be told to only pick up or drop off certain items - read your Worn Notebook for more information!", + "ftbquests.chapter.the_sound_of_life.quest74.description1": "\u00266Magebloom\u0026r is a flower whose fibers can be spun into a very conductive magical cloth.", + "ftbquests.chapter.the_sound_of_life.quest74.title": "Magebloom", + "ftbquests.chapter.the_sound_of_life.quest75.description1": "\u00266Warp Scrolls\u0026r let you teleport anywhere in a dimension, while their stabilized versions create a temporary portal that can transport you even to \u00266other dimensions.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest75.description2": "\u00267Tip: both types of scrolls can be turned into permanent portals by building a frame out of Sourcestone, placing a full source jar nearby, and tossing the scroll into it.", + "ftbquests.chapter.the_sound_of_life.quest76.description1": "The \u00266Fission Reactor\u0026r is a large multiblock that takes fissile fuel and water and outputs enormous amounts of steam. This steam can be pumped into another large multiblock (the industrial turbine) to produce absolutely outrageous amounts of power. ", + "ftbquests.chapter.the_sound_of_life.quest76.description2": "Equally as importantly, it produces nuclear waste.", + "ftbquests.chapter.the_sound_of_life.quest76.description3": "For more information on how to build this structure, refer to the mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest76.description4": "\u00264Warning: if you mess up running your reactor, it WILL melt down and explode/irradiate the surrounding area. Make it small or make it far away from your base if you\u0027re not confident.", + "ftbquests.chapter.the_sound_of_life.quest76.subtitle": "Uranium \u003d mc2?", + "ftbquests.chapter.the_sound_of_life.quest76.title": "Fission Reactor", + "ftbquests.chapter.the_sound_of_life.quest77.description1": "\u00266Plutonium\u0026r is one possible product from processing nuclear waste - it can be reprocessed into more fissile fuel or crafted into Supercritical Phase Shifter casings.", + "ftbquests.chapter.the_sound_of_life.quest78.description1": "\u00266Radioactive Waste Barrels\u0026r are one of the only things that can hold nuclear waste; when filled, they slowly dispose of their contents.", + "ftbquests.chapter.the_sound_of_life.quest78.title": "Waste Disposal", + "ftbquests.chapter.the_sound_of_life.quest79.description1": "\u00266Polonium\u0026r is a possible product from processing nuclear waste. ", + "ftbquests.chapter.the_sound_of_life.quest79.description2": "Not only can it make a variety of very helpful equipment and the \u00266QIO system,\u0026r it can also be used to craft Supercritical Phase Shifter (SPS) casings, necessary for producing \u00266antimatter.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest8.description1": "\u00266Arcane Ashes,\u0026r made on the Alchemy Table, can be used to perform some basic alchemy without having to re-enter the field of Spagyrics.", + "ftbquests.chapter.the_sound_of_life.quest8.description2": "One of the first things you\u0027ll want to use this for is making the \u00266Divination Sigil,\u0026r which tells you useful information about the amount of life essence you have access to.", + "ftbquests.chapter.the_sound_of_life.quest80.description1": "Making antimatter requires the creation of a Supercritical Phase Shifter, yet another multiblock.", + "ftbquests.chapter.the_sound_of_life.quest80.description2": "Its casings require a large amount of both polonium and plutonium, meaning you\u0027ll need a large amount of nuclear waste processing.", + "ftbquests.chapter.the_sound_of_life.quest80.description3": "To run, it will also need an incredibly large amount of power - this is where you\u0027d want to use an \u00266Industrial Turbine\u0026r hooked up to either a fission or a fusion reactor.", + "ftbquests.chapter.the_sound_of_life.quest80.description4": "\u00267Tip: you only need to make one of these to finish the pack - unless you REALLY like late-game Mekanism or you want to make creative items!", + "ftbquests.chapter.the_sound_of_life.quest81.description1": "The \u00266QIO System\u0026r is a digital storage solution that does not need power and can store a very large amount of items.", + "ftbquests.chapter.the_sound_of_life.quest81.description2": "It has \u00266unlimited cross-dimensional range\u0026r and can import and export automatically. However, it cannot easily auto-craft things for you.", + "ftbquests.chapter.the_sound_of_life.quest81.title": "QIO System", + "ftbquests.chapter.the_sound_of_life.quest82.description1": "The \u00266Fusion Reactor\u0026r is a much more powerful version of its fission counterpart. It can produce millions of RF/t using deuterium, tritium, or D-T fuel.", + "ftbquests.chapter.the_sound_of_life.quest82.description2": "To learn more about this reactor, check the Mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest82.subtitle": "Sci without the fi", + "ftbquests.chapter.the_sound_of_life.quest82.title": "Fusion Reactor", + "ftbquests.chapter.the_sound_of_life.quest9.description1": "\u00266Sentient Tools\u0026r are a much easier way for you to acquire will - instead of having to throw soul snares at enemies, the tools have the \u00266inherent ability to sever souls\u0026r from their fleshy (or bony) prisons.", + "ftbquests.chapter.the_sound_of_life.quest9.description2": "They are also powered by will - any kind of soul gem in your inventory will \u00266increase the tools\u0027 power\u0026r proportional to the amount of will you have stored.", + "ftbquests.chapter.the_sound_of_life.quest9.task_3309257771812589055.title": "Any Sentient Tool", + "ftbquests.chapter.the_sound_of_life.quest9.title": "Sentient Tools", + "ftbquests.chapter.the_sound_of_life.title": "Sounds of Life", + "ftbquests.chapter.the_taste_of_power.quest1.description1": "The \u00266Ender Dragon\u0026r not only has horrific halitosis, it also prevents you from exploring the rest of the End and all its goodies.", + "ftbquests.chapter.the_taste_of_power.quest1.task_4052279956792945141.title": "Kill the Dragon", + "ftbquests.chapter.the_taste_of_power.quest10.description1": "Kinda like an unlimited supply of grape juice!", + "ftbquests.chapter.the_taste_of_power.quest10.description2": "\u00267A/N: pretend it needs 100k instead of 10k source... i\u0027m too lazy to make a custom source jar like ATM does", + "ftbquests.chapter.the_taste_of_power.quest11.description1": "All that effort, and all you got was a really big hole.", + "ftbquests.chapter.the_taste_of_power.quest12.description1": "This is way better than a really big hole!", + "ftbquests.chapter.the_taste_of_power.quest13.description1": "And now the way better hole is a digital rip in the fabric of the universe.", + "ftbquests.chapter.the_taste_of_power.quest13.description2": "Or maybe its a real rip in the fabric of the digital universe?", + "ftbquests.chapter.the_taste_of_power.quest13.description3": "Either way, you\u0027re done. You have access to every item digitally, with the help of a cell workbench. Good job! Have some cake :)", + "ftbquests.chapter.the_taste_of_power.quest14.description1": "It\u0027s not really infinite ME power as much as it is infinite ME efficiency.", + "ftbquests.chapter.the_taste_of_power.quest15.description1": "Sufficiently advanced technology is indistinguishable from magic.", + "ftbquests.chapter.the_taste_of_power.quest15.title": "Creative Energy Cube", + "ftbquests.chapter.the_taste_of_power.quest2.task_7905395510409401238.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest2.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest3.description1": "Congrats! You\u0027ve killed the Ender Dragon - there is no more left to conquer.", + "ftbquests.chapter.the_taste_of_power.quest3.description2": "You are a champion. ", + "ftbquests.chapter.the_taste_of_power.quest3.description3": "You have \u0026lReclaimed\u0026r the world.", + "ftbquests.chapter.the_taste_of_power.quest3.description4": "\u00267As far as anyone can really be concerned, you\u0027ve finished the modpack. Any quests past this are exclusively for bragging rights - creative items, op stuff, lame resource dump recipes, all that jazz.", + "ftbquests.chapter.the_taste_of_power.quest3.description5": "\u00267Thank you immensely for putting the time and effort into finishing the pack! This was a huge undertaking for me, but hopefully you enjoyed it enough that it was worth it :)", + "ftbquests.chapter.the_taste_of_power.quest3.description6": "\u00267 -ACCBDD", + "ftbquests.chapter.the_taste_of_power.quest3.subtitle": "Roll credits (for real)", + "ftbquests.chapter.the_taste_of_power.quest3.task_2556725507805521066.title": "Congratulations!", + "ftbquests.chapter.the_taste_of_power.quest4.description1": "An infinitely super-heated blaze is great just as a centerpiece, but you can also use it to make infinite lava.", + "ftbquests.chapter.the_taste_of_power.quest4.description2": "\u00267Tip: you\u0027re gonna need to make quite a few of these!", + "ftbquests.chapter.the_taste_of_power.quest5.description1": "What\u0027s better than infinite blaze burning? Infinite turning! ", + "ftbquests.chapter.the_taste_of_power.quest6.description1": "The dwarven version of a Philosopher\u0027s Stone.", + "ftbquests.chapter.the_taste_of_power.quest7.description1": "Somehow, you don\u0027t feel as guilty as you think you should.", + "ftbquests.chapter.the_taste_of_power.quest7.description2": "\u00267Tip: this takes 10 full mana pools worth of mana. :)", + "ftbquests.chapter.the_taste_of_power.quest8.description1": "No more will you be shackled to the tyranny of building an enormous pool of whatever fluid!", + "ftbquests.chapter.the_taste_of_power.quest9.description1": "Once you\u0027ve set it to a chemical, you can reset it to empty by crafting it.", + "ftbquests.chapter.the_taste_of_power.quest9.title": "Creative Chemical Tank", + "ftbquests.chapter.the_taste_of_power.title": "The Taste of Power", + "ftbquests.chapter.the_touch_of.quest1.description1": "You\u0027ve done it. You\u0027ve reclaimed some small part of the world! ", + "ftbquests.chapter.the_touch_of.quest1.description2": "Now you just have to regain the diversity in surroundings you remember there once being...", + "ftbquests.chapter.the_touch_of.quest1.task_7943239389617432250.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_touch_of.quest1.title": "Reclamation", + "ftbquests.chapter.the_touch_of.quest10.description1": "\u00266Watery Essence\u0026r is found in deep oceans - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest10.description2": "Elemental wizardry will provide you the magical power necessary to enact such an elementally-aligned terraformation - namely, turning a small area into a \u00266warm ocean.\u0026r", + "ftbquests.chapter.the_touch_of.quest10.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest11.description1": "With all six types of attuned biome essence, you can combine them in a (quite expensive) ritual to produce the \u00266End Portal.\u0026r You\u0027ll still need to add \u00266Eyes of Ender\u0026r to the frame, but once you\u0027ve done so, you can finally enter \u00266the End.\u0026r", + "ftbquests.chapter.the_touch_of.quest11.description2": "\u00267Tip: you can break end portal frames and blocks by right clicking them with the frame remover!", + "ftbquests.chapter.the_touch_of.quest11.subtitle": "Dragons... I hate dragons", + "ftbquests.chapter.the_touch_of.quest11.task_4811328545830427024.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest11.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest12.description1": "Generic biome essence is well and good, but for real ritualistic oomph you\u0027ll need a specialized container, capable of collecting attuned essence.", + "ftbquests.chapter.the_touch_of.quest12.description2": "\u00267Tip: check your Reclamation Rituals book for information on the late-game terraforming rituals!", + "ftbquests.chapter.the_touch_of.quest13.description1": "With biome essence, you can also perform \u00266more directed terraforming\u0026r - turning the surrounding area into basic overworld biomes: forest, plains, river, beach, and ocean.", + "ftbquests.chapter.the_touch_of.quest13.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the overworld terraforming rites!", + "ftbquests.chapter.the_touch_of.quest13.task_2143407724517054989.title": "Basic Terraforming", + "ftbquests.chapter.the_touch_of.quest14.description1": "With some additional infusion, an attuned biome bottle can be turned into a \u00266biome globe\u0026r - in essence a portable directed reclamation ritual.", + "ftbquests.chapter.the_touch_of.quest14.description2": "\u00267Tip: these globes have 16 uses each, and convert a radius of 12 blocks from where you use them! They\u0027ll convert blocks to their reclaimed versions, but they will NOT place features like grass or trees; you\u0027ll have to do those yourself.", + "ftbquests.chapter.the_touch_of.quest14.description3": "\u00267Tip 2: these drain a LOT of aura to make!", + "ftbquests.chapter.the_touch_of.quest14.subtitle": "Portable Terraforming", + "ftbquests.chapter.the_touch_of.quest14.task_8529374338001252387.title": "Any Biome Globe", + "ftbquests.chapter.the_touch_of.quest14.title": "Biome Globes", + "ftbquests.chapter.the_touch_of.quest2.description1": "Getting the nether back into shape is relatively easy, now that you understand the shape of terraforming rituals and have a source of biomic essence.", + "ftbquests.chapter.the_touch_of.quest2.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the nether terraforming rites!", + "ftbquests.chapter.the_touch_of.quest2.task_4997059168389991596.title": "Visit Every Nether Biome", + "ftbquests.chapter.the_touch_of.quest2.title": "Reclaiming the Nether", + "ftbquests.chapter.the_touch_of.quest3.description1": "With the creation of reclaimed biomes, natural spawns can now occur - drygmies, whirligigs, and starbuncles can all rarely spawn in these biomes, as well as the regular mobs.", + "ftbquests.chapter.the_touch_of.quest3.title": "Natural Spawning", + "ftbquests.chapter.the_touch_of.quest4.description1": "Now that you have a place where you can actually see the blue (!) sky, you can bottle up the abundant biomic essence in a \u00266specially-designed container.\u0026r", + "ftbquests.chapter.the_touch_of.quest4.description2": "This \u00266biome essence\u0026r can be used in rituals along with some extra reagents to terraform in a more directed way.", + "ftbquests.chapter.the_touch_of.quest4.description3": "\u00267Tip: you can collect essence in any living biome by holding right click with a biome bottle. Crouching while you do this will fill all bottles in a stack!", + "ftbquests.chapter.the_touch_of.quest4.title": "Biome Essence", + "ftbquests.chapter.the_touch_of.quest5.description1": "The first attuned essence you\u0027ll need is \u00266Hellish Essence,\u0026r collectible from any living\u00266 nether biome.\u0026r", + "ftbquests.chapter.the_touch_of.quest6.description1": "\u00266Arid Essence\u0026r is found mainly in the desert - you\u0027ll have to use a special version of your terraforming ritual to bring it back. ", + "ftbquests.chapter.the_touch_of.quest6.description2": "Some high-powered dwarven artifice should provide you with the correct magical resonance to produce an arid, sandy \u00266desert \u0026rbiome.", + "ftbquests.chapter.the_touch_of.quest7.description1": "The final essence you\u0027ll need is \u00266Icy Essence\u0026r from the \u00266snowy slopes\u0026r biome. Wet and cold, the complete opposite of your surroundings, you\u0027ll need a lot of power to create this biome.", + "ftbquests.chapter.the_touch_of.quest7.description2": "First: \u00266polonium\u0026r to provide the necessary chemical energy for the physical transformation.", + "ftbquests.chapter.the_touch_of.quest7.description3": "Second: ice cream (specifically \u00266vanilla\u0026r) to provide structure to the ritual and thematic direction.", + "ftbquests.chapter.the_touch_of.quest7.description4": "Third: a couple \u00266shattered singularities\u0026r to store the excess entropy generated by this ritual.", + "ftbquests.chapter.the_touch_of.quest7.description5": "and finally, Fourth: a large amount of generic \u00266biome essence\u0026r to kickstart the reaction.", + "ftbquests.chapter.the_touch_of.quest8.description1": "\u00266Lush Essence\u0026r is found in jungles of any kind - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest8.description2": "Botanic mastery will provide you the life energy needed to transform your surroundings into a \u00266bamboo forest.\u0026r", + "ftbquests.chapter.the_touch_of.quest8.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest9.description1": "\u00266Mycelic Essence\u0026r is found exclusively on mushroom islands - you\u0027ll have to use a modified version of your terraforming ritual to bring them back. ", + "ftbquests.chapter.the_touch_of.quest9.description2": "Classic wiccan practice should provide you with the correct magical resonance to produce the hot, dry \u00266mushroom field\u0026r biome.", + "ftbquests.chapter.the_touch_of.title": "Visions of the Past", + "ftbquests.chapter_groups_3169067154505914507.title": "Biodiversity", + "ftbquests.chapter_groups_5305197537419525243.title": "Side Quests", + "ftbquests.loot_table_1430735789179352246.title": "mana stuff", + "ftbquests.loot_table_1562099882431827930.title": "horns", + "ftbquests.loot_table_3514670301200914514.title": "chicken", + "ftbquests.loot_table_5456022276654430189.title": "witch", + "ftbquests.loot_table_6347601422327785898.title": "canvas", + "ftbquests.loot_table_67272733859206798.title": "instrument", + "ftbquests.loot_table_7131061971573085034.title": "zombie", + "ftbquests.loot_table_7900474475776381538.title": "rabbit", + "ftbquests.loot_table_8024488712964205957.title": "spider", + "ftbquests.loot_table_8037173722274793648.title": "snow golem", + "ftbquests.loot_table_8381040606691607900.title": "bee", + "ftbquests.loot_table_8615485860944689786.title": "cow", + "ftbquests.loot_table_8839952752635034356.title": "skeleton" +} \ No newline at end of file diff --git a/FTBLang/config/ftbquests/quests/chapter_groups.snbt b/FTBLang/config/ftbquests/quests/chapter_groups.snbt new file mode 100644 index 0000000..5051469 --- /dev/null +++ b/FTBLang/config/ftbquests/quests/chapter_groups.snbt @@ -0,0 +1,6 @@ +{ + chapter_groups: [ + { id: "2BFAC9C95DAED88B", title: "{ftbquests.chapter_groups_3169067154505914507.title}" } + { id: "499FD90D592AFC7B", title: "{ftbquests.chapter_groups_5305197537419525243.title}" } + ] +} diff --git a/FTBLang/config/ftbquests/quests/chapters/digital_storage.snbt b/FTBLang/config/ftbquests/quests/chapters/digital_storage.snbt new file mode 100644 index 0000000..8b8630d --- /dev/null +++ b/FTBLang/config/ftbquests/quests/chapters/digital_storage.snbt @@ -0,0 +1,1130 @@ +{ + default_hide_dependency_lines: false + default_min_width: 280 + default_quest_shape: "" + filename: "digital_storage" + group: "499FD90D592AFC7B" + icon: "minecraft:chest" + id: "6624F3E176990B6A" + order_index: 0 + quest_links: [ ] + quests: [ + { + dependencies: ["52D07AB4E6B88EA1"] + description: ["{ftbquests.chapter.digital_storage.quest1.description1}"] + hide_until_deps_complete: true + id: "42064A913CA2CCD2" + rewards: [{ + id: "70DC06DBA48C2C1C" + type: "xp" + xp: 100 + }] + shape: "hexagon" + tasks: [{ + id: "6CC1A0D2BD148905" + item: "ae2:controller" + type: "item" + }] + x: -2.0d + y: 0.0d + } + { + dependencies: ["42064A913CA2CCD2"] + description: [ + "{ftbquests.chapter.digital_storage.quest2.description1}" + "" + "{ftbquests.chapter.digital_storage.quest2.description2}" + ] + id: "19BCEFF7F0DE9C81" + rewards: [{ + id: "76BECE700F1CD015" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4C5EE0307F949567" + item: "ae2:energy_acceptor" + type: "item" + }] + x: -3.5d + y: -0.5d + } + { + dependencies: ["42064A913CA2CCD2"] + description: ["{ftbquests.chapter.digital_storage.quest3.description1}"] + icon: "ae2:fluix_smart_cable" + id: "45812F4C9EF0926C" + rewards: [{ + id: "1495849F009F2923" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5AEB4D6B67F03FB5" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "ae2:smart_cable" + } + } + title: "{ftbquests.chapter.digital_storage.quest3.task_6551415206641156021.title}" + type: "item" + }] + title: "{ftbquests.chapter.digital_storage.quest3.title}" + x: -1.0d + y: 1.5d + } + { + dependencies: ["45812F4C9EF0926C"] + description: ["{ftbquests.chapter.digital_storage.quest4.description1}"] + icon: "ae2:fluix_smart_dense_cable" + id: "2FD074137DE15616" + rewards: [{ + id: "55B122BFA440ED3D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "514068BF36103E94" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "ae2:smart_dense_cable" + } + } + title: "{ftbquests.chapter.digital_storage.quest4.task_5854794686036721300.title}" + type: "item" + }] + title: "{ftbquests.chapter.digital_storage.quest4.title}" + x: 0.0d + y: 2.0d + } + { + dependencies: ["2FD074137DE15616"] + description: [ + "{ftbquests.chapter.digital_storage.quest5.description1}" + "" + "{ftbquests.chapter.digital_storage.quest5.description2}" + "" + "{ftbquests.chapter.digital_storage.quest5.description3}" + ] + id: "25899D736E58600D" + rewards: [{ + id: "2C85B7D794927CE1" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3BAA47A786CB4A40" + item: { + Count: 1 + id: "ae2:color_applicator" + tag: { } + } + match_nbt: false + title: "{ftbquests.chapter.digital_storage.quest5.task_4299327579125140032.title}" + type: "item" + }] + x: 1.0d + y: 2.5d + } + { + dependencies: ["42064A913CA2CCD2"] + description: [ + "{ftbquests.chapter.digital_storage.quest6.description1}" + "" + "{ftbquests.chapter.digital_storage.quest6.description2}" + ] + id: "28F3433876B58C67" + rewards: [{ + id: "53D99DBD92ADED6A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "46D766909F51BF29" + item: "ae2:interface" + type: "item" + }] + x: -3.0d + y: 1.5d + } + { + dependencies: ["42064A913CA2CCD2"] + description: ["{ftbquests.chapter.digital_storage.quest7.description1}"] + id: "0B962ED4F7C5605E" + rewards: [{ + id: "740E9ECF9F88E5D4" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "30CC09F3C45F9FE6" + item: "expatternprovider:wireless_connect" + type: "item" + }] + x: -3.0d + y: -1.5d + } + { + dependencies: ["42064A913CA2CCD2"] + description: ["{ftbquests.chapter.digital_storage.quest8.description1}"] + icon: "ae2:quantum_link" + id: "3A85EDF465018CE9" + rewards: [{ + id: "350A2BDEF6D30977" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4369251B08E6E6B5" + item: "ae2:quantum_link" + type: "item" + } + { + id: "1839F4F0EE842265" + item: "ae2:quantum_ring" + type: "item" + } + ] + title: "{ftbquests.chapter.digital_storage.quest8.title}" + x: -1.0d + y: -1.5d + } + { + dependencies: ["42064A913CA2CCD2"] + description: ["{ftbquests.chapter.digital_storage.quest9.description1}"] + icon: "expatternprovider:ex_inscriber" + id: "769058A0214DFE4C" + rewards: [{ + id: "29232D121842C186" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "5834D042FB64E658" + item: "expatternprovider:ex_inscriber" + type: "item" + } + { + id: "1B33D77B12CABA49" + item: "expatternprovider:ex_charger" + type: "item" + } + ] + title: "{ftbquests.chapter.digital_storage.quest9.title}" + x: -2.0d + y: 1.5d + } + { + dependencies: ["42064A913CA2CCD2"] + description: ["{ftbquests.chapter.digital_storage.quest10.description1}"] + icon: "ae2:wireless_terminal" + id: "5800C2FA501D25AA" + rewards: [{ + id: "5C6C7C61911DEA9F" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "303553A904DAB768" + item: "ae2:wireless_access_point" + type: "item" + } + { + icon: "ae2:wireless_terminal" + id: "79D5DB4C10707012" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "expatternprovider:wireless_ex_pat" + } + { + Count: 1b + id: "ae2wtlib:wireless_pattern_access_terminal" + } + { + Count: 1b + id: "ae2wtlib:wireless_pattern_encoding_terminal" + } + { + Count: 1b + id: "ae2:wireless_crafting_terminal" + tag: { } + } + { + Count: 1b + id: "ae2:wireless_terminal" + } + { + Count: 1b + id: "ae2wtlib:wireless_universal_terminal" + } + ] + } + } + match_nbt: false + title: "{ftbquests.chapter.digital_storage.quest10.task_8779164168368451602.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.digital_storage.quest10.title}" + x: -0.5d + y: -0.5d + } + { + dependencies: ["28F3433876B58C67"] + description: [ + "{ftbquests.chapter.digital_storage.quest11.description1}" + "" + "{ftbquests.chapter.digital_storage.quest11.description2}" + "" + "{ftbquests.chapter.digital_storage.quest11.description3}" + ] + icon: "ae2:molecular_assembler" + id: "7029B79465525273" + rewards: [{ + id: "040B66E150EB6C51" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "39F717BFA0DD5801" + item: "ae2:pattern_provider" + type: "item" + } + { + id: "4E8E31F671387339" + item: "ae2:molecular_assembler" + type: "item" + } + { + id: "4201FE9A50857C0A" + item: "ae2:crafting_unit" + type: "item" + } + ] + title: "{ftbquests.chapter.digital_storage.quest11.title}" + x: -4.0d + y: 2.0d + } + { + dependencies: ["42064A913CA2CCD2"] + description: [ + "{ftbquests.chapter.digital_storage.quest12.description1}" + "" + "{ftbquests.chapter.digital_storage.quest12.description2}" + ] + id: "38CF84D7DEEA26F2" + rewards: [{ + id: "685D4828EF4096FB" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5A8C37A2DC2BD8D4" + item: "ae2:drive" + type: "item" + }] + x: -2.0d + y: -1.0d + } + { + dependencies: ["38CF84D7DEEA26F2"] + description: ["{ftbquests.chapter.digital_storage.quest13.description1}"] + id: "2BC56CC6C32D156B" + rewards: [{ + id: "186C8D61C3F9AF6D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "79D7AEA1569B39B9" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "expatternprovider:ex_pattern_access_part" + } + { + Count: 1b + id: "ae2:pattern_access_terminal" + } + { + Count: 1b + id: "ae2:terminal" + } + { + Count: 1b + id: "ae2:crafting_terminal" + } + { + Count: 1b + id: "ae2:pattern_encoding_terminal" + } + ] + } + } + title: "{ftbquests.chapter.digital_storage.quest13.task_8779678006548052409.title}" + type: "item" + }] + title: "{ftbquests.chapter.digital_storage.quest13.title}" + x: -2.0d + y: -2.0d + } + { + dependencies: ["19BCEFF7F0DE9C81"] + description: ["{ftbquests.chapter.digital_storage.quest14.description1}"] + id: "77DBEADC85E302E7" + rewards: [{ + id: "61366A2AAF5DD0E8" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "040F9CC81F2B9B4E" + item: { + Count: 1 + id: "ae2:energy_cell" + tag: { } + } + type: "item" + }] + x: -5.0d + y: -1.0d + } + { + dependencies: ["5800C2FA501D25AA"] + id: "588E96C6A6095B4F" + rewards: [{ + id: "4D353628EBBB60F4" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5F90AB33BE52A7F6" + item: "ae2wtlib:quantum_bridge_card" + type: "item" + }] + x: 1.0d + y: -1.0d + } + { + dependencies: ["2FD074137DE15616"] + description: [ + "{ftbquests.chapter.digital_storage.quest16.description1}" + "" + "{ftbquests.chapter.digital_storage.quest16.description2}" + ] + icon: "ae2:me_p2p_tunnel" + id: "1B2791D7868FA0C8" + rewards: [{ + id: "0018467EEAEB527B" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "3C89FE0A2E3F7D56" + item: "ae2:me_p2p_tunnel" + type: "item" + } + { + id: "4E9195DB3A44E29E" + item: { + Count: 1 + id: "ae2:memory_card" + tag: { } + } + match_nbt: false + type: "item" + } + ] + x: 1.0d + y: 1.5d + } + { + dependencies: ["769058A0214DFE4C"] + description: [ + "{ftbquests.chapter.digital_storage.quest17.description1}" + "" + "{ftbquests.chapter.digital_storage.quest17.description2}" + ] + id: "0D84FCBDF7D400BC" + rewards: [{ + id: "7B5A7D301000A71D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "507EC959EDFD27D0" + item: "advanced_ae:reaction_chamber" + type: "item" + }] + x: -2.5d + y: 3.0d + } + { + dependencies: ["769058A0214DFE4C"] + description: ["{ftbquests.chapter.digital_storage.quest18.description1}"] + id: "73F6B084862E0C22" + rewards: [{ + id: "4F5D7585B0B5505C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "58990D13A5825250" + item: "expatternprovider:circuit_cutter" + type: "item" + }] + x: -1.5d + y: 3.0d + } + { + dependencies: ["7029B79465525273"] + description: ["{ftbquests.chapter.digital_storage.quest19.description1}"] + icon: "expatternprovider:assembler_matrix_frame" + id: "60D69E8F82D1735A" + rewards: [{ + id: "631ABBD3F4CB9415" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "24CB0DC3DEA3CF24" + item: "expatternprovider:assembler_matrix_wall" + type: "item" + } + { + id: "26EB2E11D9E73874" + item: "expatternprovider:assembler_matrix_frame" + type: "item" + } + ] + x: -5.0d + y: 2.5d + } + { + dependencies: ["0D84FCBDF7D400BC"] + description: ["{ftbquests.chapter.digital_storage.quest20.description1}"] + id: "2DD9F909A98D3A01" + rewards: [{ + id: "63FEFF805B7E6973" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "13B54D99F1509E9B" + item: "advanced_ae:quantum_core" + type: "item" + }] + x: -2.0d + y: 4.0d + } + { + dependencies: ["2DD9F909A98D3A01"] + description: [ + "{ftbquests.chapter.digital_storage.quest21.description1}" + "" + "{ftbquests.chapter.digital_storage.quest21.description2}" + ] + id: "17CA0C449BCE1795" + rewards: [{ + id: "36D51E4AA33024AE" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5BC2A17884CC34F7" + item: "advanced_ae:quantum_structure" + type: "item" + }] + x: -2.0d + y: 5.0d + } + { + dependencies: ["448ABF53EEACBFA7"] + dependency_requirement: "one_completed" + description: ["{ftbquests.chapter.digital_storage.quest22.description1}"] + hide_until_deps_complete: true + id: "0D743158B02EFECE" + rewards: [ + { + count: 2 + id: "62E7532779DBCC15" + item: "minecraft:leather" + type: "item" + } + { + id: "2A91EBFF67A1380F" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "2E43CCBB4B962F21" + item: "sophisticatedbackpacks:backpack" + type: "item" + }] + x: -2.0d + y: -4.0d + } + { + dependencies: ["448ABF53EEACBFA7"] + description: ["{ftbquests.chapter.digital_storage.quest23.description1}"] + hide_until_deps_complete: true + id: "186AF6EF5933F0C7" + rewards: [ + { + id: "484DA648F8D52FD3" + item: { + Count: 1 + id: "sophisticatedstorage:copper_chest" + tag: { + woodType: "oak" + } + } + type: "item" + } + { + id: "3F5CE5C18E1A5271" + type: "xp" + xp: 100 + } + ] + tasks: [{ + icon: { + Count: 1 + id: "sophisticatedstorage:copper_chest" + tag: { + woodType: "oak" + } + } + id: "51D72D299E613F70" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "sophisticatedstorage:all_storage" + } + } + title: "{ftbquests.chapter.digital_storage.quest23.task_5897231893839036272.title}" + type: "item" + }] + title: "{ftbquests.chapter.digital_storage.quest23.title}" + x: -4.0d + y: -4.0d + } + { + dependencies: ["448ABF53EEACBFA7"] + description: [ + "{ftbquests.chapter.digital_storage.quest24.description1}" + "" + "{ftbquests.chapter.digital_storage.quest24.description2}" + ] + hide_until_deps_complete: true + icon: "storagedrawers:oak_full_drawers_1" + id: "310095AAC69059F7" + rewards: [ + { + id: "3CC04B85D05F7A7F" + item: "storagedrawers:framing_table" + type: "item" + } + { + id: "09392F1C9B158438" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "4BD44F655B846F42" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "storagedrawers:drawers" + } + } + title: "{ftbquests.chapter.digital_storage.quest24.task_5464079544652951362.title}" + type: "item" + }] + title: "{ftbquests.chapter.digital_storage.quest24.title}" + x: 0.0d + y: -4.0d + } + { + dependencies: ["186AF6EF5933F0C7"] + description: ["{ftbquests.chapter.digital_storage.quest25.description1}"] + icon: "sophisticatedstorage:basic_tier_upgrade" + id: "79F177300EC200BB" + rewards: [ + { + id: "2792E6089A0C9606" + item: "sophisticatedstorage:copper_to_iron_tier_upgrade" + type: "item" + } + { + id: "68C2857301084848" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "087CBC5E7AACE097" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "sophisticatedstorage:basic_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:basic_to_copper_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:basic_to_iron_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:basic_to_gold_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:basic_to_diamond_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:basic_to_netherite_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:copper_to_iron_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:copper_to_gold_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:copper_to_diamond_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:copper_to_netherite_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:iron_to_gold_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:iron_to_diamond_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:iron_to_netherite_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:gold_to_diamond_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:gold_to_netherite_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:diamond_to_netherite_tier_upgrade" + } + ] + } + } + title: "{ftbquests.chapter.digital_storage.quest25.task_611570763386642583.title}" + type: "item" + }] + x: -3.5d + y: -5.0d + } + { + dependencies: ["310095AAC69059F7"] + description: ["{ftbquests.chapter.digital_storage.quest26.description1}"] + id: "6AEDC0CE7C0F6871" + rewards: [ + { + id: "361B063185A1AC92" + item: "storagedrawers:iron_storage_upgrade" + type: "item" + } + { + id: "794B2E47DDDA1DA6" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "1799CCB5D4A8DAFF" + item: "storagedrawers:controller" + type: "item" + }] + x: 0.5d + y: -5.0d + } + { + dependencies: ["310095AAC69059F7"] + description: ["{ftbquests.chapter.digital_storage.quest27.description1}"] + icon: "storagedrawers:drawer_key" + id: "48640F7FA6B4E83C" + rewards: [ + { + id: "7DA6DE4285D3936F" + item: "storagedrawers:keyring" + type: "item" + } + { + id: "344C39E88690566F" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "622066D049F81B3A" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "storagedrawers:drawer_key" + } + { + Count: 1b + id: "storagedrawers:quantify_key" + } + { + Count: 1b + id: "storagedrawers:shroud_key" + } + { + Count: 1b + id: "storagedrawers:personal_key" + } + { + Count: 1b + id: "storagedrawers:priority_key" + } + ] + } + } + title: "{ftbquests.chapter.digital_storage.quest27.task_7070764459751906106.title}" + type: "item" + }] + title: "{ftbquests.chapter.digital_storage.quest27.title}" + x: -0.5d + y: -5.0d + } + { + dependencies: ["0D743158B02EFECE"] + description: ["{ftbquests.chapter.digital_storage.quest28.description1}"] + id: "2971661158B66BCB" + rewards: [ + { + id: "6A7A218A2B25881E" + item: "sophisticatedbackpacks:stack_upgrade_tier_1" + type: "item" + } + { + id: "477439A7110B018A" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "57731279073E4D5C" + item: "sophisticatedbackpacks:upgrade_base" + type: "item" + }] + x: -2.0d + y: -5.0d + } + { + dependencies: ["186AF6EF5933F0C7"] + description: ["{ftbquests.chapter.digital_storage.quest29.description1}"] + id: "20BC58E21EEC4A90" + rewards: [ + { + id: "06E72721EDE7B639" + item: "sophisticatedstorage:stack_upgrade_tier_1" + type: "item" + } + { + id: "3419EC18EC21266B" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "27901504AE8CB01C" + item: "sophisticatedstorage:upgrade_base" + type: "item" + }] + x: -4.5d + y: -5.0d + } + { + dependencies: ["448ABF53EEACBFA7"] + description: ["{ftbquests.chapter.digital_storage.quest30.description1}"] + hide_until_deps_complete: true + id: "7998DF6633727385" + rewards: [{ + id: "31B104A991D7975C" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "2A89B9BAD6D6A1BA" + item: "chipped:botanist_workbench" + type: "item" + } + { + id: "61E1F14AE74D8245" + item: "chipped:glassblower" + type: "item" + } + { + id: "1F90AEA33F3366EE" + item: "chipped:carpenters_table" + type: "item" + } + { + id: "35CFCE8CA7CDCB03" + item: "chipped:loom_table" + type: "item" + } + { + id: "74BABD50F2D36065" + item: "chipped:mason_table" + type: "item" + } + { + id: "0F68C22DF4A0FB55" + item: "chipped:alchemy_bench" + type: "item" + } + { + id: "23EB2E0893DEADE9" + item: "chipped:tinkering_table" + type: "item" + } + ] + title: "{ftbquests.chapter.digital_storage.quest30.title}" + x: 4.5d + y: -5.0d + } + { + dependencies: ["448ABF53EEACBFA7"] + description: ["{ftbquests.chapter.digital_storage.quest31.description1}"] + hide_until_deps_complete: true + id: "589D9D8B75EA4D6A" + rewards: [{ + id: "08EF9ED9EA1FADB1" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1886724FF4F67912" + item: { + Count: 1 + id: "rechiseled:chisel" + tag: { } + } + type: "item" + }] + x: 4.5d + y: -4.0d + } + { + dependencies: ["448ABF53EEACBFA7"] + description: ["{ftbquests.chapter.digital_storage.quest32.description1}"] + hide_until_deps_complete: true + id: "739D0BFEC4F76873" + rewards: [{ + id: "29DC2531205502EF" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "40AFA3023980CF2C" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "copycats:copycat_block" + } + } + title: "{ftbquests.chapter.digital_storage.quest32.task_4661123369301757740.title}" + type: "item" + }] + x: 4.5d + y: -3.0d + } + { + dependencies: ["448ABF53EEACBFA7"] + description: [ + "{ftbquests.chapter.digital_storage.quest33.description1}" + "" + "{ftbquests.chapter.digital_storage.quest33.description2}" + "" + "{ftbquests.chapter.digital_storage.quest33.description3}" + ] + hide_until_deps_complete: true + id: "00B11B5B5824CF82" + rewards: [ + { + exclude_from_claim_all: true + id: "5DAB642D70E0E39C" + table_id: 67272733859206798L + type: "choice" + } + { + id: "17AF9672B85CE2F7" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "34FA44324920ADE6" + item: "xercamusic:music_sheet" + type: "item" + }] + x: 5.5d + y: -5.0d + } + { + dependencies: ["448ABF53EEACBFA7"] + description: [ + "{ftbquests.chapter.digital_storage.quest34.description1}" + "" + "{ftbquests.chapter.digital_storage.quest34.description2}" + "" + "{ftbquests.chapter.digital_storage.quest34.description3}" + ] + hide_until_deps_complete: true + icon: { + Count: 1 + id: "xercapaint:item_palette" + tag: { + basic: [B; + 1b + 1b + 1b + 1b + 1b + 1b + 1b + 1b + 1b + 1b + 1b + 1b + 1b + 1b + 1b + 1b + ] + } + } + id: "56F47BEB53D25F0E" + rewards: [ + { + exclude_from_claim_all: true + id: "63AD2969AF05B6E2" + table_id: 6347601422327785898L + type: "choice" + } + { + id: "6FF1BA6953D4FD4D" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "40B6EAC528F2AEBF" + item: "xercapaint:item_palette" + type: "item" + } + { + id: "5B4F1FCD16C17D30" + item: "xercapaint:item_easel" + type: "item" + } + ] + title: "{ftbquests.chapter.digital_storage.quest34.title}" + x: 5.5d + y: -3.0d + } + { + dependencies: ["448ABF53EEACBFA7"] + description: [ + "{ftbquests.chapter.digital_storage.quest35.description1}" + "" + "{ftbquests.chapter.digital_storage.quest35.description2}" + ] + hide_until_deps_complete: true + id: "4E09F6435DC05330" + rewards: [{ + id: "32F2ED927729D029" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "73EFED8D105EAF82" + item: "buildinggadgets2:gadget_building" + type: "item" + }] + x: 3.5d + y: -4.5d + } + { + dependencies: ["448ABF53EEACBFA7"] + description: ["{ftbquests.chapter.digital_storage.quest36.description1}"] + hide_until_deps_complete: true + id: "76B04BEB7909F047" + rewards: [{ + id: "3C060A5958479379" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "27CB11F980CB52B8" + item: "botania:exchange_rod" + type: "item" + }] + x: 3.5d + y: -3.5d + } + ] + title: "{ftbquests.chapter.digital_storage.title}" +} diff --git a/FTBLang/config/ftbquests/quests/chapters/ffood_plants.snbt b/FTBLang/config/ftbquests/quests/chapters/ffood_plants.snbt new file mode 100644 index 0000000..080bd72 --- /dev/null +++ b/FTBLang/config/ftbquests/quests/chapters/ffood_plants.snbt @@ -0,0 +1,2943 @@ +{ + default_hide_dependency_lines: true + default_min_width: 280 + default_quest_shape: "" + filename: "ffood_plants" + group: "2BFAC9C95DAED88B" + hide_quest_details_until_startable: true + hide_quest_until_deps_visible: true + icon: "farmersdelight:vegetable_soup" + id: "50D63635ACA38A6D" + images: [ + { + dependency: "2E15C8681F5D2ACF" + height: 5.0d + image: "reclamation:textures/quests/vanilla.png" + rotation: 0.0d + width: 5.0d + x: -4.499999999999979d + y: -2.5833333333333357d + } + { + dependency: "2E15C8681F5D2ACF" + height: 5.0d + image: "reclamation:textures/quests/flowers.png" + rotation: 0.0d + width: 5.0d + x: 2.0d + y: -2.5d + } + { + dependency: "600A7F0DFD880119" + height: 5.0d + image: "reclamation:textures/quests/automation.png" + rotation: 0.0d + width: 5.0d + x: -11.0d + y: -2.0d + } + { + dependency: "2E15C8681F5D2ACF" + height: 10.0d + image: "reclamation:textures/quests/even_more_plants.png" + rotation: 0.0d + width: 10.0d + x: -1.5d + y: 5.5d + } + { + dependency: "2E15C8681F5D2ACF" + height: 5.0d + image: "reclamation:textures/quests/cooking_for_blockheads.png" + rotation: 0.0d + width: 5.0d + x: -3.5d + y: -8.0d + } + ] + order_index: 0 + quest_links: [ ] + quests: [ + { + dependencies: [ + "6BE467B7626E5085" + "1B02944C57BF74FB" + ] + description: ["{ftbquests.chapter.ffood_plants.quest1.description1}"] + id: "32195AB6E6F75FF1" + rewards: [{ + id: "4B3BFBEE92C3AC8F" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "0BE83A27534A9CAF" + item: "minecraft:sugar_cane" + type: "item" + }] + x: -6.5d + y: -0.5d + } + { + dependencies: [ + "33BAEE563814DCDB" + "1B02944C57BF74FB" + ] + dependency_requirement: "one_completed" + description: ["{ftbquests.chapter.ffood_plants.quest2.description1}"] + id: "36EF6C1E1C861A4A" + rewards: [{ + id: "5047F6164CCF2F60" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "474FA99911610CC3" + item: "minecraft:carrot" + type: "item" + }] + x: -5.5d + y: -0.5d + } + { + dependencies: [ + "63353784E3C39D83" + "1281E40889F822FE" + ] + description: ["{ftbquests.chapter.ffood_plants.quest3.description1}"] + id: "08415BCE11C57437" + rewards: [{ + id: "4AF453F9ACBFD15A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3E0563C1BF0FB284" + item: "minecraft:beetroot" + type: "item" + }] + x: -3.5d + y: -0.5d + } + { + dependencies: [ + "33BAEE563814DCDB" + "1281E40889F822FE" + ] + description: ["{ftbquests.chapter.ffood_plants.quest4.description1}"] + id: "303D96CD71A877FA" + rewards: [{ + id: "4ABA8893BECF54EC" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3D5788DD6CEE57CF" + item: "minecraft:potato" + type: "item" + }] + x: -4.5d + y: -0.5d + } + { + dependencies: [ + "303D96CD71A877FA" + "36EF6C1E1C861A4A" + ] + description: ["{ftbquests.chapter.ffood_plants.quest5.description1}"] + id: "269466269FFFC1BC" + rewards: [{ + id: "399C0EA065270B90" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2DEB960CC4FA0F6B" + item: "minecraft:pumpkin" + type: "item" + }] + x: -5.0d + y: 0.5d + } + { + dependencies: [ + "32195AB6E6F75FF1" + "36EF6C1E1C861A4A" + ] + description: ["{ftbquests.chapter.ffood_plants.quest6.description1}"] + id: "1AD960F38D986F1A" + rewards: [{ + id: "55173762F418E546" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "14647E43D0C398DC" + item: "minecraft:melon_slice" + type: "item" + }] + x: -6.0d + y: 0.5d + } + { + dependencies: [ + "1AD960F38D986F1A" + "08415BCE11C57437" + ] + description: ["{ftbquests.chapter.ffood_plants.quest7.description1}"] + id: "1DA6A370C87C0775" + rewards: [{ + id: "6CF2B95F597FBE75" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5718908A397ED9B2" + item: "minecraft:sweet_berries" + type: "item" + }] + x: -5.5d + y: 1.5d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest8.description1}"] + hide_until_deps_complete: true + id: "33BAEE563814DCDB" + rewards: [{ + id: "28497B6B69E8F722" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1626C66C1D2AF663" + item: "minecraft:wheat" + type: "item" + }] + x: -5.0d + y: -1.5d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: [ + "{ftbquests.chapter.ffood_plants.quest9.description1}" + "" + "{ftbquests.chapter.ffood_plants.quest9.description2}" + ] + hide_until_deps_complete: true + id: "63353784E3C39D83" + rewards: [{ + id: "38617424A6803F65" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "0017369D021A57BA" + item: "enchanted:mandrake_root" + type: "item" + }] + x: -3.0d + y: -1.5d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest10.description1}"] + hide_until_deps_complete: true + id: "1281E40889F822FE" + rewards: [{ + id: "67157A0947DD110C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "08ED9FCE9C9E0988" + item: "enchanted:wolfsbane_flower" + type: "item" + }] + x: -4.0d + y: -1.5d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest11.description1}"] + hide_until_deps_complete: true + id: "1B02944C57BF74FB" + rewards: [{ + id: "41AA176CD1FDEB6A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6E9D57F34DFBA187" + item: "enchanted:icy_needle" + type: "item" + }] + x: -6.0d + y: -1.5d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest12.description1}"] + hide_until_deps_complete: true + id: "6BE467B7626E5085" + rewards: [{ + id: "3C1CF50E65D62199" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6E7B2A4228C9079C" + item: "enchanted:water_artichoke" + type: "item" + }] + x: -7.0d + y: -1.5d + } + { + dependencies: [ + "63353784E3C39D83" + "303D96CD71A877FA" + ] + description: ["{ftbquests.chapter.ffood_plants.quest13.description1}"] + id: "15CFF693EFE382C7" + rewards: [{ + id: "22E400BAA0C2911F" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "209C1678B96BF007" + item: "minecraft:brown_mushroom" + type: "item" + }] + x: -3.0d + y: 0.5d + } + { + dependencies: [ + "63353784E3C39D83" + "36EF6C1E1C861A4A" + ] + description: ["{ftbquests.chapter.ffood_plants.quest14.description1}"] + id: "3F94D588E94A0F3C" + rewards: [{ + id: "73902B3EEE2AB35E" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "02A4B67966399B9B" + item: "minecraft:red_mushroom" + type: "item" + }] + x: -4.0d + y: 0.5d + } + { + dependencies: [ + "6BE467B7626E5085" + "32195AB6E6F75FF1" + ] + description: ["{ftbquests.chapter.ffood_plants.quest15.description1}"] + id: "1CE48B2F73EDB8FC" + rewards: [{ + id: "3D4AC543E590FCC2" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1A4C1D1B6BECE9D7" + item: "minecraft:bamboo" + type: "item" + }] + x: -7.0d + y: 0.5d + } + { + dependencies: [ + "6BE467B7626E5085" + "1CE48B2F73EDB8FC" + ] + description: ["{ftbquests.chapter.ffood_plants.quest16.description1}"] + id: "3E746C60CE874EC2" + rewards: [{ + id: "70CFF79AEF57E449" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "63227A8101809052" + item: "minecraft:kelp" + type: "item" + }] + x: -7.5d + y: 1.5d + } + { + dependencies: [ + "33BAEE563814DCDB" + "1CE48B2F73EDB8FC" + ] + description: ["{ftbquests.chapter.ffood_plants.quest17.description1}"] + id: "52641FDAD803360E" + rewards: [{ + id: "252B1EF4C6F3B937" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1332B5429430DC3C" + item: "minecraft:seagrass" + type: "item" + }] + x: -6.5d + y: 1.5d + } + { + dependencies: [ + "3E746C60CE874EC2" + "52641FDAD803360E" + ] + description: ["{ftbquests.chapter.ffood_plants.quest18.description1}"] + id: "5867D599B1DA6E6F" + rewards: [{ + id: "79D82037AAC758D4" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "627607BF4CBB9958" + item: "minecraft:sea_pickle" + type: "item" + }] + x: -7.0d + y: 2.5d + } + { + dependencies: [ + "3F94D588E94A0F3C" + "15CFF693EFE382C7" + ] + description: ["{ftbquests.chapter.ffood_plants.quest19.description1}"] + id: "3EDF39CD6F94943F" + rewards: [{ + id: "24D006E8A4FF8B5B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1B0681E60C9C525A" + item: "minecraft:nether_wart" + type: "item" + }] + x: -3.5d + y: 1.5d + } + { + dependencies: [ + "3EDF39CD6F94943F" + "15CFF693EFE382C7" + ] + description: ["{ftbquests.chapter.ffood_plants.quest20.description1}"] + id: "54401A0090BF5109" + rewards: [{ + id: "575E76D1DCA1E202" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "50385F5338B3A7C7" + item: "minecraft:warped_fungus" + type: "item" + }] + x: -3.0d + y: 2.5d + } + { + dependencies: [ + "3EDF39CD6F94943F" + "3F94D588E94A0F3C" + ] + description: ["{ftbquests.chapter.ffood_plants.quest21.description1}"] + id: "77F0AB56297C08EC" + rewards: [{ + id: "38BCEAD37F142EC9" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "010E32148E3954E0" + item: "minecraft:crimson_fungus" + type: "item" + }] + x: -4.0d + y: 2.5d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest22.description1}"] + hide_until_deps_complete: true + id: "0BD99D6E0D93E05F" + rewards: [{ + id: "15D1D07D4B03CF62" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "032D7F5C7D26D03C" + item: "enchanted:belladonna_flower" + type: "item" + }] + x: -2.0d + y: -1.5d + } + { + dependencies: [ + "33BAEE563814DCDB" + "0BD99D6E0D93E05F" + ] + description: ["{ftbquests.chapter.ffood_plants.quest23.description1}"] + id: "7CC83C324E6A01E9" + rewards: [{ + id: "25B2D9EABE2F040A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7889C84E2D3A006D" + item: "supplementaries:flax" + type: "item" + }] + x: -2.5d + y: -0.5d + } + { + dependencies: ["0B5C8BA575972913"] + description: [ + "{ftbquests.chapter.ffood_plants.quest24.description1}" + "" + "{ftbquests.chapter.ffood_plants.quest24.description2}" + ] + id: "799A3678C691BBA3" + rewards: [{ + id: "2F9EF194B22F3A06" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "274C58582A5C79DD" + item: "minecraft:poppy" + type: "item" + }] + x: 1.5d + y: -0.5d + } + { + dependencies: [ + "799A3678C691BBA3" + "79CC4BBB699E26EA" + ] + description: ["{ftbquests.chapter.ffood_plants.quest25.description1}"] + id: "68536E0D3B5694E7" + rewards: [{ + id: "235FBB25F25C36E2" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7A6C888FBAC3C6A7" + item: "minecraft:allium" + type: "item" + }] + x: 1.0d + y: 0.5d + } + { + dependencies: [ + "5FA8835DAD8496B6" + "22B750248FB3F5A8" + ] + description: ["{ftbquests.chapter.ffood_plants.quest26.description1}"] + id: "5A5FCEAA140010D4" + rewards: [{ + id: "150A73BF4822D6F0" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4A721DBC832F15D6" + item: "minecraft:azure_bluet" + type: "item" + }] + x: 3.5d + y: 3.5d + } + { + dependencies: [ + "799A3678C691BBA3" + "5FA8835DAD8496B6" + ] + description: ["{ftbquests.chapter.ffood_plants.quest27.description1}"] + id: "79CC4BBB699E26EA" + rewards: [{ + id: "1FF9E81882F605D8" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3E75A87A7C0C4701" + item: "minecraft:blue_orchid" + type: "item" + }] + x: 2.0d + y: 0.5d + } + { + dependencies: [ + "79CC4BBB699E26EA" + "22B750248FB3F5A8" + ] + description: ["{ftbquests.chapter.ffood_plants.quest28.description1}"] + id: "5C3BED68010EC635" + rewards: [{ + id: "0EBD893B09F35FE2" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "35D85334148E1D8A" + item: "minecraft:cornflower" + type: "item" + }] + x: 3.0d + y: 2.5d + } + { + dependencies: ["0B5C8BA575972913"] + description: [ + "{ftbquests.chapter.ffood_plants.quest29.description1}" + "" + "{ftbquests.chapter.ffood_plants.quest29.description2}" + ] + id: "5FA8835DAD8496B6" + rewards: [{ + id: "2C413451DDF01007" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "54BA1F933C39BE68" + item: "minecraft:dandelion" + type: "item" + }] + x: 2.5d + y: -0.5d + } + { + dependencies: [ + "049EFFDACB56ECD5" + "53D1E7880BE9CBF3" + ] + description: ["{ftbquests.chapter.ffood_plants.quest30.description1}"] + id: "22B750248FB3F5A8" + rewards: [{ + id: "08F4821ACBCDF9AD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "0B029770FD768F5B" + item: "minecraft:lily_of_the_valley" + type: "item" + }] + x: 4.0d + y: 2.5d + } + { + dependencies: [ + "79CC4BBB699E26EA" + "5FA8835DAD8496B6" + ] + description: ["{ftbquests.chapter.ffood_plants.quest31.description1}"] + id: "53D1E7880BE9CBF3" + rewards: [{ + id: "3A76AAC44131E63D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5EAE4D059A9A04FC" + item: "minecraft:oxeye_daisy" + type: "item" + }] + x: 3.0d + y: 0.5d + } + { + dependencies: [ + "5C3BED68010EC635" + "4917C2EEA848997D" + ] + description: ["{ftbquests.chapter.ffood_plants.quest32.description1}"] + id: "76DC49A825A01D60" + rewards: [{ + id: "744CF9EB8C00FDB5" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "71B53D76D691A8E1" + item: "minecraft:torchflower" + type: "item" + }] + x: 2.5d + y: 3.5d + } + { + dependencies: [ + "53D1E7880BE9CBF3" + "79CC4BBB699E26EA" + ] + description: ["{ftbquests.chapter.ffood_plants.quest33.description1}"] + id: "1AE9313131C60B20" + rewards: [{ + id: "71FBFAF5A0EBE371" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4C5CEF70E70401FB" + item: "minecraft:orange_tulip" + type: "item" + }] + x: 2.5d + y: 1.5d + } + { + dependencies: [ + "799A3678C691BBA3" + "68536E0D3B5694E7" + ] + description: ["{ftbquests.chapter.ffood_plants.quest34.description1}"] + id: "4917C2EEA848997D" + rewards: [{ + id: "042ED2B584C618F1" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "013CE9D82F11A9BC" + item: "minecraft:red_tulip" + type: "item" + }] + x: 0.5d + y: 1.5d + } + { + dependencies: [ + "53D1E7880BE9CBF3" + "5FA8835DAD8496B6" + ] + description: ["{ftbquests.chapter.ffood_plants.quest35.description1}"] + id: "049EFFDACB56ECD5" + rewards: [{ + id: "093BFC43D4CB78C5" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "18D80EB780A71777" + item: "minecraft:white_tulip" + type: "item" + }] + x: 3.5d + y: 1.5d + } + { + dependencies: [ + "5FA8835DAD8496B6" + "68536E0D3B5694E7" + ] + description: ["{ftbquests.chapter.ffood_plants.quest36.description1}"] + id: "25E0B4ED41C1D3E9" + rewards: [{ + id: "6FE2BBC433C30DAD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "12872996722309A5" + item: "minecraft:pink_tulip" + type: "item" + }] + x: 1.5d + y: 1.5d + } + { + dependencies: [ + "799A3678C691BBA3" + "5C3BED68010EC635" + ] + description: ["{ftbquests.chapter.ffood_plants.quest37.description1}"] + id: "1AA12EC1B3202E65" + rewards: [{ + id: "2D26B1BE88D7F780" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "133F809A32F2DA8E" + item: "minecraft:wither_rose" + type: "item" + }] + x: 2.0d + y: 2.5d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: [ + "{ftbquests.chapter.ffood_plants.quest38.description1}" + "" + "{ftbquests.chapter.ffood_plants.quest38.description2}" + ] + hide_until_deps_complete: true + icon: "minecraft:podzol" + id: "0B5C8BA575972913" + rewards: [{ + id: "51BDB90015A6DB8B" + type: "xp" + xp: 100 + }] + tasks: [ + { + count: 4L + id: "39B842A52117843D" + item: "minecraft:spruce_sapling" + type: "item" + } + { + icon: "minecraft:podzol" + id: "698820444A9BB27A" + observe_type: 0 + timer: 0L + title: "{ftbquests.chapter.ffood_plants.quest38.task_7604363448496665210.title}" + to_observe: "minecraft:podzol" + type: "observation" + } + ] + title: "{ftbquests.chapter.ffood_plants.quest38.title}" + x: 2.0d + y: -1.5d + } + { + dependencies: ["303D96CD71A877FA"] + description: ["{ftbquests.chapter.ffood_plants.quest39.description1}"] + hide_dependency_lines: true + id: "539A68C71D4CCBE9" + rewards: [{ + id: "40D200ECBA327744" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "676458C8E40DFE15" + item: "croptopia:onion" + type: "item" + }] + x: -3.5d + y: 7.0d + } + { + dependencies: [ + "303D96CD71A877FA" + "32195AB6E6F75FF1" + ] + description: [ + "{ftbquests.chapter.ffood_plants.quest40.description1}" + "{@pagebreak}" + "{ftbquests.chapter.ffood_plants.quest40.description2}" + ] + hide_dependency_lines: true + id: "137AC3CF85666619" + rewards: [{ + id: "56011151E8E584EC" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "0A1850D7CA822C36" + item: "croptopia:sweetpotato" + type: "item" + }] + x: -6.5d + y: 7.0d + } + { + dependencies: [ + "33BAEE563814DCDB" + "32195AB6E6F75FF1" + ] + description: ["{ftbquests.chapter.ffood_plants.quest41.description1}"] + hide_dependency_lines: true + id: "6773A50CB01DADDF" + rewards: [{ + id: "72FBB299E4D59120" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "346F8AD751BE2017" + item: "croptopia:barley" + type: "item" + }] + x: -7.5d + y: 7.0d + } + { + dependencies: [ + "303D96CD71A877FA" + "7CC83C324E6A01E9" + ] + description: ["{ftbquests.chapter.ffood_plants.quest42.description1}"] + hide_dependency_lines: true + id: "7C65E374FF6718D6" + rewards: [{ + id: "106748BDD1EA2BB5" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "68760923F61592E5" + item: "croptopia:basil" + type: "item" + }] + x: -2.5d + y: 7.0d + } + { + dependencies: [ + "08415BCE11C57437" + "36EF6C1E1C861A4A" + ] + description: ["{ftbquests.chapter.ffood_plants.quest43.description1}"] + hide_dependency_lines: true + id: "3E4A7F5E033DE19E" + rewards: [{ + id: "701015BC9C24C13E" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "572F2DEFDD7F9649" + item: "croptopia:radish" + type: "item" + }] + x: -9.5d + y: 7.0d + } + { + dependencies: [ + "269466269FFFC1BC" + "303D96CD71A877FA" + ] + description: ["{ftbquests.chapter.ffood_plants.quest44.description1}"] + hide_dependency_lines: true + id: "633DFD123996C0AE" + rewards: [{ + id: "200320640F305F9A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "268DF1F6067E266B" + item: "croptopia:blackbean" + type: "item" + }] + x: -5.5d + y: 7.0d + } + { + dependencies: [ + "269466269FFFC1BC" + "7CC83C324E6A01E9" + ] + description: ["{ftbquests.chapter.ffood_plants.quest45.description1}"] + hide_dependency_lines: true + id: "708E081EFB5553CB" + rewards: [{ + id: "2ABEA98916C08005" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6742AE17061E7175" + item: "croptopia:greenbean" + type: "item" + }] + x: -4.5d + y: 7.0d + } + { + dependencies: ["137AC3CF85666619"] + description: ["{ftbquests.chapter.ffood_plants.quest46.description1}"] + id: "6D92EF0CCD30AEDF" + rewards: [{ + id: "72ABF023D9ED27AD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "348A713290BDAC3F" + item: "croptopia:yam" + type: "item" + }] + x: -7.0d + y: 8.0d + } + { + dependencies: ["137AC3CF85666619"] + description: ["{ftbquests.chapter.ffood_plants.quest47.description1}"] + id: "5907D1A652A58C02" + rewards: [{ + id: "1340CC4AB25D339B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "77F2F46FAAEAFA96" + item: "croptopia:tomato" + type: "item" + }] + x: -6.0d + y: 8.0d + } + { + dependencies: [ + "32195AB6E6F75FF1" + "1CE48B2F73EDB8FC" + ] + description: ["{ftbquests.chapter.ffood_plants.quest48.description1}"] + id: "761691BED4E01678" + rewards: [{ + id: "09359B9E296D9369" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "0E260F861D5B72E1" + item: "minecraft:cactus" + type: "item" + }] + x: -4.5d + y: 1.5d + } + { + dependencies: [ + "761691BED4E01678" + "32195AB6E6F75FF1" + ] + description: ["{ftbquests.chapter.ffood_plants.quest49.description1}"] + hide_dependency_lines: true + id: "2403D7E46BBE79E8" + rewards: [{ + id: "31F71931BE479EE7" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2947DE2CA61F0C3A" + item: "croptopia:saguaro" + type: "item" + }] + x: -8.5d + y: 7.0d + } + { + dependencies: ["539A68C71D4CCBE9"] + description: ["{ftbquests.chapter.ffood_plants.quest50.description1}"] + id: "53AF55E4B044F5FD" + rewards: [{ + id: "177FE7BD956C9665" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "08449C0C516FC7EF" + item: "croptopia:cabbage" + type: "item" + }] + x: -3.0d + y: 8.0d + } + { + dependencies: [ + "539A68C71D4CCBE9" + "708E081EFB5553CB" + ] + description: ["{ftbquests.chapter.ffood_plants.quest51.description1}"] + id: "6BC3D688CE214B07" + rewards: [{ + id: "0B645F730F169484" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "574AE7D844136B76" + item: "croptopia:greenonion" + type: "item" + }] + x: -4.0d + y: 8.0d + } + { + dependencies: ["708E081EFB5553CB"] + description: ["{ftbquests.chapter.ffood_plants.quest52.description1}"] + id: "4D314EC44E052CBF" + rewards: [{ + id: "31CCCDD41A6613C4" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "286352D477FD43F4" + item: "croptopia:coffee_beans" + type: "item" + }] + x: -5.0d + y: 8.0d + } + { + dependencies: ["6773A50CB01DADDF"] + description: ["{ftbquests.chapter.ffood_plants.quest53.description1}"] + id: "39502B2D84E40320" + rewards: [{ + id: "61052FDA0C24E08A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6FC26E9B04988015" + item: "croptopia:rice" + type: "item" + }] + x: -8.0d + y: 8.0d + } + { + dependencies: ["3E4A7F5E033DE19E"] + description: ["{ftbquests.chapter.ffood_plants.quest54.description1}"] + id: "5B5641FA7A0DD8E0" + rewards: [{ + id: "6486D733773C2845" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "31FA4C26823FEF81" + item: "croptopia:turnip" + type: "item" + }] + x: -9.0d + y: 8.0d + } + { + dependencies: ["5B5641FA7A0DD8E0"] + description: ["{ftbquests.chapter.ffood_plants.quest55.description1}"] + id: "77F7CE7CCE05B577" + rewards: [{ + id: "5641216299CDB763" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "21FEADF6B1FFADD9" + item: "croptopia:rutabaga" + type: "item" + }] + x: -7.5d + y: 9.0d + } + { + dependencies: [ + "5907D1A652A58C02" + "539A68C71D4CCBE9" + ] + description: ["{ftbquests.chapter.ffood_plants.quest56.description1}"] + id: "25ADE2521FE623C3" + rewards: [{ + id: "0F8D857E5955FBA7" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7EF00B6625FFA437" + item: "croptopia:chile_pepper" + type: "item" + }] + x: -4.5d + y: 9.0d + } + { + dependencies: [ + "39502B2D84E40320" + "708E081EFB5553CB" + ] + description: ["{ftbquests.chapter.ffood_plants.quest57.description1}"] + id: "5F89CB1EB71D3A1F" + rewards: [{ + id: "625372CE2150112E" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "707576D3E6D74E22" + item: "croptopia:soybean" + type: "item" + }] + x: -5.5d + y: 9.0d + } + { + dependencies: [ + "39502B2D84E40320" + "6773A50CB01DADDF" + ] + description: ["{ftbquests.chapter.ffood_plants.quest58.description1}"] + id: "65C7540C8DC0BF5F" + rewards: [{ + id: "02512EBAA878BDC5" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2B980400F933CD07" + item: "croptopia:corn" + type: "item" + }] + x: -6.5d + y: 9.0d + } + { + dependencies: [ + "25ADE2521FE623C3" + "708E081EFB5553CB" + ] + description: ["{ftbquests.chapter.ffood_plants.quest59.description1}"] + id: "767FBB61FCFCF24F" + rewards: [{ + id: "728F6FDB1E45078C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2C04123C55711A03" + item: "croptopia:mustard" + type: "item" + }] + x: -4.0d + y: 10.0d + } + { + dependencies: [ + "7C65E374FF6718D6" + "25ADE2521FE623C3" + ] + description: ["{ftbquests.chapter.ffood_plants.quest60.description1}"] + id: "2E16EB869081D97A" + rewards: [{ + id: "151C6A633C6A6321" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6464992F90700B8C" + item: "croptopia:bellpepper" + type: "item" + }] + x: -3.0d + y: 10.0d + } + { + dependencies: ["5F89CB1EB71D3A1F"] + description: ["{ftbquests.chapter.ffood_plants.quest61.description1}"] + id: "33FEFD3C13804031" + rewards: [{ + id: "19E8F6D336DCD3D3" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "574CCC865F6E78C0" + item: "croptopia:cucumber" + type: "item" + }] + x: -7.0d + y: 10.0d + } + { + dependencies: ["5F89CB1EB71D3A1F"] + description: ["{ftbquests.chapter.ffood_plants.quest62.description1}"] + id: "3FE30435F595931C" + rewards: [{ + id: "3317D7CE42C02DC7" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7B441C25B6544AAC" + item: "croptopia:strawberry" + type: "item" + }] + x: -6.0d + y: 10.0d + } + { + dependencies: ["5F89CB1EB71D3A1F"] + description: ["{ftbquests.chapter.ffood_plants.quest63.description1}"] + id: "5017DC066FE3B51D" + rewards: [{ + id: "511E6F9804F12D7B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7F5966299F746109" + item: "croptopia:asparagus" + type: "item" + }] + x: -8.0d + y: 10.0d + } + { + dependencies: ["5F89CB1EB71D3A1F"] + description: ["{ftbquests.chapter.ffood_plants.quest64.description1}"] + id: "5ED74322B9011AA1" + rewards: [{ + id: "60C9A5E8DCF522FB" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "051EE40CCEEAC787" + item: "croptopia:celery" + type: "item" + }] + x: -5.0d + y: 10.0d + } + { + dependencies: [ + "65C7540C8DC0BF5F" + "39502B2D84E40320" + ] + description: ["{ftbquests.chapter.ffood_plants.quest65.description1}"] + id: "5FD2AF761DFCFCDB" + rewards: [{ + id: "5F1CFF43548C05E5" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "570913A53DDA538A" + item: "croptopia:oat" + type: "item" + }] + x: -10.0d + y: 10.0d + } + { + dependencies: [ + "65C7540C8DC0BF5F" + "708E081EFB5553CB" + ] + description: ["{ftbquests.chapter.ffood_plants.quest66.description1}"] + id: "068AA2EB4FEE62ED" + rewards: [{ + id: "73EDADD364B6F0CB" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2D5899B22F62D7FA" + item: "croptopia:peanut" + type: "item" + }] + x: -9.0d + y: 10.0d + } + { + dependencies: [ + "33FEFD3C13804031" + "5907D1A652A58C02" + ] + description: ["{ftbquests.chapter.ffood_plants.quest67.description1}"] + id: "5AC9411A91E56A6E" + rewards: [{ + id: "40A75AB264E43C5D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "71968C4CBC570D88" + item: "croptopia:tomatillo" + type: "item" + }] + x: -8.5d + y: 11.0d + } + { + dependencies: ["33FEFD3C13804031"] + description: ["{ftbquests.chapter.ffood_plants.quest68.description1}"] + id: "2ECD80D48B96EDCE" + rewards: [{ + id: "55B11485FD9232A0" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6D8C5BF0C7A30152" + item: "croptopia:zucchini" + type: "item" + }] + x: -9.5d + y: 11.0d + } + { + dependencies: [ + "5F89CB1EB71D3A1F" + "3FE30435F595931C" + ] + description: ["{ftbquests.chapter.ffood_plants.quest69.description1}"] + id: "18A39F522DFC0F12" + rewards: [{ + id: "5A6924CFAEB133C4" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7D0FCE5FEC77535E" + item: "croptopia:raspberry" + type: "item" + }] + x: -7.5d + y: 11.0d + } + { + dependencies: [ + "3FE30435F595931C" + "5F89CB1EB71D3A1F" + ] + description: ["{ftbquests.chapter.ffood_plants.quest70.description1}"] + id: "321737F90DED1F6D" + rewards: [{ + id: "5DF47BF9A90DF300" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6EF4514779DB6F4E" + item: "croptopia:blueberry" + type: "item" + }] + x: -5.5d + y: 11.0d + } + { + dependencies: [ + "5F89CB1EB71D3A1F" + "3FE30435F595931C" + ] + description: ["{ftbquests.chapter.ffood_plants.quest71.description1}"] + id: "6FC8F37704C8FC65" + rewards: [{ + id: "1103C3E76D3212B2" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4F456882B557C108" + item: "croptopia:blackberry" + type: "item" + }] + x: -6.5d + y: 11.0d + } + { + dependencies: ["5ED74322B9011AA1"] + description: ["{ftbquests.chapter.ffood_plants.quest72.description1}"] + id: "11A9C568031B9FE8" + rewards: [{ + id: "5912AC2853A3CDC1" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "308AE22996373D4D" + item: "croptopia:leek" + type: "item" + }] + x: -3.5d + y: 11.0d + } + { + dependencies: [ + "5ED74322B9011AA1" + "5F89CB1EB71D3A1F" + ] + description: ["{ftbquests.chapter.ffood_plants.quest73.description1}"] + id: "5C958E5EFDC1238C" + rewards: [{ + id: "5468C20E5E01C0DF" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "595F6D27F9CCDE58" + item: "croptopia:lettuce" + type: "item" + }] + x: -2.5d + y: 11.0d + } + { + dependencies: ["068AA2EB4FEE62ED"] + description: ["{ftbquests.chapter.ffood_plants.quest74.description1}"] + id: "24683B06C12BC4B9" + rewards: [{ + id: "1D898A400CA28A6A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7383A4176B36F061" + item: "croptopia:ginger" + type: "item" + }] + x: -10.5d + y: 11.0d + } + { + dependencies: ["3FE30435F595931C"] + description: ["{ftbquests.chapter.ffood_plants.quest75.description1}"] + id: "516F5336FA6CBDD8" + rewards: [{ + id: "785361CD54B97647" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "43BD354A87792215" + item: "croptopia:cantaloupe" + type: "item" + }] + x: -4.5d + y: 11.0d + } + { + dependencies: ["5FD2AF761DFCFCDB"] + description: ["{ftbquests.chapter.ffood_plants.quest76.description1}"] + id: "7280C49FFD91F7C0" + rewards: [{ + id: "15E01D6AAECF7C48" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "205BFBC069F3F80A" + item: "croptopia:honeydew" + type: "item" + }] + x: -11.5d + y: 11.0d + } + { + dependencies: [ + "516F5336FA6CBDD8" + "3FE30435F595931C" + ] + description: ["{ftbquests.chapter.ffood_plants.quest77.description1}"] + id: "6A7D86B8481B0F69" + rewards: [{ + id: "17CAC3FC4ED19B5F" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3458A15035D3E429" + item: "croptopia:kiwi" + type: "item" + }] + x: -7.0d + y: 12.0d + } + { + dependencies: [ + "2ECD80D48B96EDCE" + "5907D1A652A58C02" + ] + description: ["{ftbquests.chapter.ffood_plants.quest78.description1}"] + id: "4DD65B7AF1F78BAA" + rewards: [{ + id: "20C2BEEEDF78A00C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "071F769CC285C4F8" + item: "croptopia:eggplant" + type: "item" + }] + x: -10.0d + y: 12.0d + } + { + dependencies: [ + "53AF55E4B044F5FD" + "5C958E5EFDC1238C" + ] + description: ["{ftbquests.chapter.ffood_plants.quest79.description1}"] + id: "38C3364E47A88D9A" + rewards: [{ + id: "35D4F7422404695F" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1B6F6677C3DC7324" + item: "croptopia:cauliflower" + type: "item" + }] + x: -4.0d + y: 12.0d + } + { + dependencies: [ + "6FC8F37704C8FC65" + "3FE30435F595931C" + ] + description: ["{ftbquests.chapter.ffood_plants.quest80.description1}"] + id: "27F5765B374BA472" + rewards: [{ + id: "1296BB0AAAE760F0" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3BEC3DED210285E5" + item: "croptopia:currant" + type: "item" + }] + x: -9.0d + y: 12.0d + } + { + dependencies: [ + "6FC8F37704C8FC65" + "708E081EFB5553CB" + ] + description: ["{ftbquests.chapter.ffood_plants.quest81.description1}"] + id: "33A9BA581FD7FF42" + rewards: [{ + id: "083E100656FC63DE" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "797BE018D15D3B8A" + item: "croptopia:olive" + type: "item" + }] + x: -8.0d + y: 12.0d + } + { + dependencies: [ + "5F89CB1EB71D3A1F" + "5C958E5EFDC1238C" + ] + description: ["{ftbquests.chapter.ffood_plants.quest82.description1}"] + id: "00F0F07CB99999DD" + rewards: [{ + id: "5EBE9BB653EC91F5" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7022B9D6BEC2362C" + item: "croptopia:broccoli" + type: "item" + }] + x: -6.0d + y: 12.0d + } + { + dependencies: [ + "5C958E5EFDC1238C" + "5017DC066FE3B51D" + ] + description: ["{ftbquests.chapter.ffood_plants.quest83.description1}"] + id: "7DA273378C766E97" + rewards: [{ + id: "557BAA2FD66B1FAC" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "773071BAED393175" + item: "croptopia:artichoke" + type: "item" + }] + x: -3.0d + y: 12.0d + } + { + dependencies: ["5C958E5EFDC1238C"] + description: ["{ftbquests.chapter.ffood_plants.quest84.description1}"] + id: "5E4AEB5E06E4927B" + rewards: [{ + id: "59CF2BBBCE5B4AD8" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4009D5C4550379C9" + item: "croptopia:rhubarb" + type: "item" + }] + x: -2.0d + y: 12.0d + } + { + dependencies: [ + "539A68C71D4CCBE9" + "24683B06C12BC4B9" + ] + description: ["{ftbquests.chapter.ffood_plants.quest85.description1}"] + id: "5AA79349A18E2B21" + rewards: [{ + id: "5BFB8F811583A46A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "19DF4BFDDE41F214" + item: "croptopia:garlic" + type: "item" + }] + x: -11.0d + y: 12.0d + } + { + dependencies: [ + "39502B2D84E40320" + "24683B06C12BC4B9" + ] + description: ["{ftbquests.chapter.ffood_plants.quest86.description1}"] + id: "707768F4402BB1AB" + rewards: [{ + id: "74B478B3F6B44C65" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7A0CA2D837361DE7" + item: "croptopia:turmeric" + type: "item" + }] + x: -12.0d + y: 12.0d + } + { + dependencies: [ + "516F5336FA6CBDD8" + "321737F90DED1F6D" + ] + description: ["{ftbquests.chapter.ffood_plants.quest87.description1}"] + id: "467AF39CDB5CB3C3" + rewards: [{ + id: "7BEF442BD2ADE40C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4DF07C2CBC678062" + item: "croptopia:grape" + type: "item" + }] + x: -5.0d + y: 12.0d + } + { + dependencies: ["5C958E5EFDC1238C"] + description: ["{ftbquests.chapter.ffood_plants.quest88.description1}"] + id: "21715F3238686516" + rewards: [{ + id: "0B264346111C158C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "580CC3B4E7BF8A4C" + item: "croptopia:spinach" + type: "item" + }] + x: -1.0d + y: 12.0d + } + { + dependencies: ["4DD65B7AF1F78BAA"] + description: ["{ftbquests.chapter.ffood_plants.quest89.description1}"] + id: "15C3EE5343C7979E" + rewards: [{ + id: "4DB0633FBAFBE1B0" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6A8C5398F1471034" + item: "croptopia:squash" + type: "item" + }] + x: -8.5d + y: 13.0d + } + { + dependencies: [ + "53AF55E4B044F5FD" + "38C3364E47A88D9A" + ] + description: ["{ftbquests.chapter.ffood_plants.quest90.description1}"] + id: "21714478E7071DCF" + rewards: [{ + id: "2FFA5CB7CDB9DE53" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "588E7EDED29EC3EB" + item: "croptopia:kale" + type: "item" + }] + x: -5.5d + y: 13.0d + } + { + dependencies: [ + "6FC8F37704C8FC65" + "27F5765B374BA472" + ] + description: ["{ftbquests.chapter.ffood_plants.quest91.description1}"] + id: "719C5D676C205752" + rewards: [{ + id: "26F1676D952E6C70" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "49295F3C87F6AE2E" + item: "croptopia:elderberry" + type: "item" + }] + x: -6.5d + y: 13.0d + } + { + dependencies: [ + "6773A50CB01DADDF" + "38C3364E47A88D9A" + ] + description: ["{ftbquests.chapter.ffood_plants.quest92.description1}"] + id: "4C81565D5ACCD3BE" + rewards: [{ + id: "2EFE048FF5A380A5" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "64BF1579EEE163CE" + item: "croptopia:hops" + type: "item" + }] + x: -7.5d + y: 13.0d + } + { + dependencies: [ + "467AF39CDB5CB3C3" + "321737F90DED1F6D" + ] + description: ["{ftbquests.chapter.ffood_plants.quest93.description1}"] + id: "6CFE4E9395EFE71C" + rewards: [{ + id: "117D9DD621510515" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "147548D2A94409FC" + item: "croptopia:cranberry" + type: "item" + }] + x: -4.5d + y: 13.0d + } + { + dependencies: ["707768F4402BB1AB"] + description: ["{ftbquests.chapter.ffood_plants.quest94.description1}"] + id: "3BCD2963C795C8B7" + rewards: [{ + id: "25E32F08A050A6DD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "50F3798E2668DA1B" + item: "croptopia:vanilla" + type: "item" + }] + x: -9.5d + y: 13.0d + } + { + dependencies: [ + "65C7540C8DC0BF5F" + "21715F3238686516" + ] + description: ["{ftbquests.chapter.ffood_plants.quest95.description1}"] + id: "61E05D40CE42B545" + rewards: [{ + id: "2D952CC46B1851DF" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7535D1E700BDE025" + item: "croptopia:pineapple" + type: "item" + }] + x: -3.5d + y: 13.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest96.description1}"] + hide_until_deps_complete: true + id: "1916E46BEB1F2537" + rewards: [{ + id: "42873ADF4FDFC74B" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "41E7B5CAB6A25478" + item: "croptopia:almond_sapling" + type: "item" + }] + x: 0.5d + y: 7.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest97.description1}"] + hide_until_deps_complete: true + id: "6FEC2402791EC0A4" + rewards: [{ + id: "062F49FF589329AE" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "286CAA1CA20EF61B" + item: "croptopia:apple_sapling" + type: "item" + }] + x: 1.5d + y: 7.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest98.description1}"] + hide_until_deps_complete: true + id: "3E0ED15B75A185CA" + rewards: [{ + id: "16DBD937B0A9AB19" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "2D28FBBD6FDC2758" + item: "croptopia:apricot_sapling" + type: "item" + }] + x: 2.5d + y: 7.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest99.description1}"] + hide_until_deps_complete: true + id: "1CDCD52F9FA69B34" + rewards: [{ + id: "7C060709AF2F0BEA" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "666D92F23E3FD131" + item: "croptopia:avocado_sapling" + type: "item" + }] + x: 3.5d + y: 7.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest100.description1}"] + hide_until_deps_complete: true + id: "19014BBBD41BCF0B" + rewards: [{ + id: "0D04389694999477" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "3652CEAD8CE31DB7" + item: "croptopia:banana_sapling" + type: "item" + }] + x: 4.5d + y: 7.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest101.description1}"] + hide_until_deps_complete: true + id: "030F46DE570F297E" + rewards: [{ + id: "20E14C30257236FB" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "071DFB6DA5BEA7C9" + item: "croptopia:cashew_sapling" + type: "item" + }] + x: 0.5d + y: 8.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest102.description1}"] + hide_until_deps_complete: true + id: "335CBABD76A3BA31" + rewards: [{ + id: "233ED588C2667077" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "50D8B96E983DCEF3" + item: "croptopia:cherry_sapling" + type: "item" + }] + x: 1.5d + y: 8.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest103.description1}"] + hide_until_deps_complete: true + id: "2D7C1F8BC048CFCD" + rewards: [{ + id: "21D171640CF71434" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "4C30645AFA25BDE8" + item: "croptopia:coconut_sapling" + type: "item" + }] + x: 3.5d + y: 8.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest104.description1}"] + hide_until_deps_complete: true + id: "682C64F6A2B0291A" + rewards: [{ + id: "50617DEDD656EAB9" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "0A347B4BF3CEFB84" + item: "croptopia:date_sapling" + type: "item" + }] + x: 4.5d + y: 8.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest105.description1}"] + hide_until_deps_complete: true + id: "28A459B956D547DD" + rewards: [{ + id: "0331F66047ED0BD3" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "71EB383F97A76AD0" + item: "croptopia:dragonfruit_sapling" + type: "item" + }] + x: 0.5d + y: 9.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest106.description1}"] + hide_until_deps_complete: true + id: "39EE227C5F58CAAA" + rewards: [{ + id: "2F952E90A84FA72C" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "0EE58F9514846859" + item: "croptopia:fig_sapling" + type: "item" + }] + x: 1.5d + y: 9.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest107.description1}"] + hide_until_deps_complete: true + id: "2FD4033DA28F9D21" + rewards: [{ + id: "60032A7E90755C5E" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "07C244BAE9783FAE" + item: "croptopia:grapefruit_sapling" + type: "item" + }] + x: 2.5d + y: 9.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest108.description1}"] + hide_until_deps_complete: true + id: "404DB15C6D49B646" + rewards: [{ + id: "3E0735677D07D3EB" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "3899B80F69BE83A2" + item: "croptopia:kumquat_sapling" + type: "item" + }] + x: 3.5d + y: 9.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest109.description1}"] + hide_until_deps_complete: true + id: "1636367444D293D4" + rewards: [{ + id: "62053A898D3638E5" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "3413A89688D0A66B" + item: "croptopia:lemon_sapling" + type: "item" + }] + x: 4.5d + y: 9.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest110.description1}"] + hide_until_deps_complete: true + id: "6BC76C8A74C25796" + rewards: [{ + id: "7179DC00A11F6DEA" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "5D192C7EE08DF2F9" + item: "croptopia:lime_sapling" + type: "item" + }] + x: 0.5d + y: 10.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest111.description1}"] + hide_until_deps_complete: true + id: "629C52541A4D897E" + rewards: [{ + id: "3A62869B5698E7A9" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "3AE9C78DFA8CC86D" + item: "croptopia:mango_sapling" + type: "item" + }] + x: 1.5d + y: 10.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest112.description1}"] + hide_until_deps_complete: true + id: "767A247376C17981" + rewards: [{ + id: "25045DA6108A3357" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "4EF1B72F18768747" + item: "croptopia:nectarine_sapling" + type: "item" + }] + x: 2.5d + y: 10.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest113.description1}"] + hide_until_deps_complete: true + id: "031FB94A1D6CEC81" + rewards: [{ + id: "4A8C4B92E0B947A8" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "3A19797127F26A8E" + item: "croptopia:nutmeg_sapling" + type: "item" + }] + x: 3.5d + y: 10.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest114.description1}"] + hide_until_deps_complete: true + id: "6FD2642EB3540BD6" + rewards: [{ + id: "381D2EA8F3E89E70" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "65A7D0C295262FBA" + item: "croptopia:orange_sapling" + type: "item" + }] + x: 4.5d + y: 10.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest115.description1}"] + hide_until_deps_complete: true + id: "308A89A2E4901594" + rewards: [{ + id: "1E2127A866E30F04" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "5FE23F8AF575E64D" + item: "croptopia:peach_sapling" + type: "item" + }] + x: 0.5d + y: 11.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest116.description1}"] + hide_until_deps_complete: true + id: "750822BC779DC440" + rewards: [{ + id: "2C1C127AAB066688" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "1613B1390704C338" + item: "croptopia:pear_sapling" + type: "item" + }] + x: 1.5d + y: 11.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest117.description1}"] + hide_until_deps_complete: true + id: "0B17ABE850EC89B7" + rewards: [{ + id: "0F93FC1DB5515191" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "341EF38F25275B6C" + item: "croptopia:pecan_sapling" + type: "item" + }] + x: 2.5d + y: 11.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest118.description1}"] + hide_until_deps_complete: true + id: "7B403F791AF06ADC" + rewards: [{ + id: "49CCBD939D791DA7" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "1711D92C76266C70" + item: "croptopia:persimmon_sapling" + type: "item" + }] + x: 3.5d + y: 11.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest119.description1}"] + hide_until_deps_complete: true + id: "4FC4A49972031C19" + rewards: [{ + id: "6C29597EDBAE4D98" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "3DDAD2ADDE518DB4" + item: "croptopia:plum_sapling" + type: "item" + }] + x: 4.5d + y: 11.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest120.description1}"] + hide_until_deps_complete: true + id: "63DDF088215038F0" + rewards: [{ + id: "6BE455758CE3EE85" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "52A2D9C4C6F8E2C2" + item: "croptopia:starfruit_sapling" + type: "item" + }] + x: 2.0d + y: 12.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest121.description1}"] + hide_until_deps_complete: true + id: "467750D10318D9E8" + rewards: [{ + id: "2678A1A9F69BB235" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "36499DF060C70D98" + item: "croptopia:walnut_sapling" + type: "item" + }] + x: 3.0d + y: 12.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest122.description1}"] + hide_until_deps_complete: true + id: "794AFD13A349F2A0" + rewards: [{ + id: "550C1B3474880DA8" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "4945AB3281C4A79B" + item: "croptopia:cinnamon_sapling" + type: "item" + }] + x: 2.5d + y: 8.0d + } + { + can_repeat: false + dependencies: ["08415BCE11C57437"] + description: [ + "{ftbquests.chapter.ffood_plants.quest123.description1}" + "" + "{ftbquests.chapter.ffood_plants.quest123.description2}" + ] + hide_dependency_lines: true + icon: "cookingforblockheads:cooking_table" + id: "4D73550447732EA7" + rewards: [{ + id: "6D09FB870BF5871E" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "68694769196AB56D" + item: "cookingforblockheads:cooking_table" + type: "item" + }] + title: "{ftbquests.chapter.ffood_plants.quest123.title}" + x: -3.5d + y: -5.5d + } + { + dependencies: [ + "4D73550447732EA7" + "52D07AB4E6B88EA1" + ] + description: ["{ftbquests.chapter.ffood_plants.quest124.description1}"] + id: "7BAD63BC0715B64B" + rewards: [ + { + id: "3A5DA2A94F737E87" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "sebastrnlib:sebastrn_mods_guide_book" + } + } + type: "item" + } + { + id: "53804A5D4F3F49E3" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "0D5F5E260FB18663" + item: "appliedcooking:kitchen_station" + type: "item" + }] + x: -1.5d + y: -5.5d + } + { + dependencies: ["4D73550447732EA7"] + description: ["{ftbquests.chapter.ffood_plants.quest125.description1}"] + id: "125C325C7C2A5F96" + rewards: [ + { + count: 16 + id: "1050B037549D4C1E" + item: "minecraft:snowball" + type: "item" + } + { + id: "698DDA3D7FA57F83" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "1FE2FB207B02A2A9" + item: "cookingforblockheads:fridge" + type: "item" + }] + x: -4.5d + y: -5.5d + } + { + dependencies: ["4D73550447732EA7"] + description: [ + "{ftbquests.chapter.ffood_plants.quest126.description1}" + "" + "{ftbquests.chapter.ffood_plants.quest126.description2}" + ] + id: "099EFA6218C75305" + rewards: [{ + id: "794FA35704620008" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4F39577A9F222030" + item: "cookingforblockheads:sink" + type: "item" + }] + x: -4.5d + y: -4.5d + } + { + dependencies: ["4D73550447732EA7"] + description: ["{ftbquests.chapter.ffood_plants.quest127.description1}"] + id: "77F39CFBE045ED20" + rewards: [{ + id: "1751761C7767AA29" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "609B40D630E5903D" + item: "cookingforblockheads:oven" + type: "item" + }] + x: -2.5d + y: -5.5d + } + { + dependencies: ["4D73550447732EA7"] + description: [ + "{ftbquests.chapter.ffood_plants.quest128.description1}" + "" + "{ftbquests.chapter.ffood_plants.quest128.description2}" + "" + "" + "{ftbquests.chapter.ffood_plants.quest128.description3}" + ] + id: "1401EC6A82EAB753" + rewards: [ + { + count: 16 + id: "145B76F30E19840C" + item: "croptopia:raisin_oatmeal_cookie" + type: "item" + } + { + id: "0CA2F0919A564D66" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "5D2A98BA2DFB9EC5" + item: "cookingforblockheads:cow_jar" + type: "item" + }] + x: -2.5d + y: -4.5d + } + { + dependencies: ["125C325C7C2A5F96"] + description: ["{ftbquests.chapter.ffood_plants.quest129.description1}"] + id: "53AEEB6C2501B3EC" + rewards: [ + { + count: 4 + id: "579414EE8D8EFFCB" + item: "minecraft:blue_ice" + type: "item" + } + { + id: "19B115D0B7C325FB" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "4163E0AB167C93FC" + item: "cookingforblockheads:ice_unit" + type: "item" + }] + x: -4.5d + y: -6.5d + } + { + dependencies: ["77F39CFBE045ED20"] + description: ["{ftbquests.chapter.ffood_plants.quest130.description1}"] + id: "148FE15927A8D3D7" + rewards: [{ + id: "15755214091B0175" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7FDBF51991F2AE34" + item: "cookingforblockheads:heating_unit" + type: "item" + }] + x: -2.5d + y: -6.5d + } + { + dependencies: ["4D73550447732EA7"] + description: ["{ftbquests.chapter.ffood_plants.quest131.description1}"] + id: "5182E7BBC5921B90" + rewards: [ + { + id: "017EF895E75AF8A2" + item: "croptopia:knife" + type: "item" + } + { + id: "6CE7BA4934193EF7" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "6525DE7190BD2B2A" + item: "cookingforblockheads:tool_rack" + type: "item" + }] + x: -3.5d + y: -6.5d + } + { + dependencies: ["4D73550447732EA7"] + description: ["{ftbquests.chapter.ffood_plants.quest132.description1}"] + icon: "cookingforblockheads:counter" + id: "1DF2160AD495F3F4" + rewards: [ + { + count: 2 + id: "76EA5491DEA2437C" + item: "cookingforblockheads:corner" + type: "item" + } + { + count: 2 + id: "4CCDD4AAB135F43F" + item: "cookingforblockheads:hanging_corner" + type: "item" + } + { + id: "4A282591DBF0B6FB" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "0505402EC8EFD91E" + item: "cookingforblockheads:counter" + type: "item" + } + { + id: "6BCB9CC6B0896385" + item: "cookingforblockheads:cabinet" + type: "item" + } + ] + title: "{ftbquests.chapter.ffood_plants.quest132.title}" + x: -3.5d + y: -4.5d + } + { + dependencies: ["226F9F21A941389C"] + description: [ + "{ftbquests.chapter.ffood_plants.quest133.description1}" + "" + "{ftbquests.chapter.ffood_plants.quest133.description2}" + ] + id: "19C29BAAD5DD7FC9" + rewards: [ + { + count: 2 + id: "6F6540D364BC0D01" + item: "botania:black_lotus" + type: "item" + } + { + id: "6CDDB66742A5ADC6" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "7DD35B7FE457E8E6" + item: "botania:horn_grass" + type: "item" + }] + x: -11.0d + y: -1.0d + } + { + dependencies: ["19C29BAAD5DD7FC9"] + description: [ + "{ftbquests.chapter.ffood_plants.quest134.description1}" + "" + "{ftbquests.chapter.ffood_plants.quest134.description2}" + ] + id: "7F50D792CA810945" + rewards: [ + { + count: 2 + id: "7A71763B1D69CB72" + item: "botania:black_lotus" + type: "item" + } + { + id: "175BE015E4A98ABB" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "2F27C82883801B53" + item: "botania:drum_wild" + type: "item" + }] + x: -11.0d + y: 0.0d + } + { + dependencies: ["226F9F21A941389C"] + description: [ + "{ftbquests.chapter.ffood_plants.quest135.description1}" + "" + "{ftbquests.chapter.ffood_plants.quest135.description2}" + ] + id: "12E97DCBD82FBF36" + rewards: [ + { + id: "410B45E029B23B60" + item: "mysticalagriculture:inferium_upgrade" + type: "item" + } + { + id: "2CBEDBAC3C3194B3" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "4CAF0B59B1DA3FDC" + item: "mysticalagriculture:harvester" + type: "item" + }] + x: -12.0d + y: -1.0d + } + { + dependencies: ["226F9F21A941389C"] + description: [ + "{ftbquests.chapter.ffood_plants.quest136.description1}" + "" + "{ftbquests.chapter.ffood_plants.quest136.description2}" + ] + id: "25E18523F7B68AEE" + rewards: [ + { + count: 16 + id: "3FE24E4C19A34887" + item: "create:andesite_alloy" + type: "item" + } + { + id: "1DFFDBA23A7405AD" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "13B2A676D43F186B" + item: "create:mechanical_harvester" + type: "item" + }] + x: -10.0d + y: -1.0d + } + { + dependencies: [ + "21714478E7071DCF" + "61E05D40CE42B545" + "15C3EE5343C7979E" + "719C5D676C205752" + "3BCD2963C795C8B7" + "4C81565D5ACCD3BE" + "6CFE4E9395EFE71C" + "5FD2AF761DFCFCDB" + "707768F4402BB1AB" + "5907D1A652A58C02" + "5C958E5EFDC1238C" + "5E4AEB5E06E4927B" + "708E081EFB5553CB" + "6FC8F37704C8FC65" + "5F89CB1EB71D3A1F" + "633DFD123996C0AE" + "27F5765B374BA472" + "18A39F522DFC0F12" + "7C65E374FF6718D6" + "767FBB61FCFCF24F" + "2403D7E46BBE79E8" + "11A9C568031B9FE8" + "3E4A7F5E033DE19E" + "6A7D86B8481B0F69" + "39502B2D84E40320" + "6773A50CB01DADDF" + "21715F3238686516" + "38C3364E47A88D9A" + "5B5641FA7A0DD8E0" + "2ECD80D48B96EDCE" + "5AA79349A18E2B21" + "00F0F07CB99999DD" + "137AC3CF85666619" + "7280C49FFD91F7C0" + "4D314EC44E052CBF" + "65C7540C8DC0BF5F" + "5ED74322B9011AA1" + "5AC9411A91E56A6E" + "25ADE2521FE623C3" + "3FE30435F595931C" + "068AA2EB4FEE62ED" + "33A9BA581FD7FF42" + "2E16EB869081D97A" + "6BC3D688CE214B07" + "516F5336FA6CBDD8" + "321737F90DED1F6D" + "5017DC066FE3B51D" + "6D92EF0CCD30AEDF" + "4DD65B7AF1F78BAA" + "53AF55E4B044F5FD" + "33FEFD3C13804031" + "7DA273378C766E97" + "539A68C71D4CCBE9" + "77F7CE7CCE05B577" + "467AF39CDB5CB3C3" + "24683B06C12BC4B9" + ] + description: ["{ftbquests.chapter.ffood_plants.quest137.description1}"] + hide_until_deps_complete: true + id: "7F43F59F49A11EB0" + rewards: [ + { + count: 64 + id: "66951D345BDB38DF" + item: "mysticalagriculture:tertium_growth_accelerator" + type: "item" + } + { + count: 16 + id: "0C3963F70AEAB618" + item: "minecraft:golden_apple" + type: "item" + } + ] + shape: "heart" + size: 3.0d + subtitle: "{ftbquests.chapter.ffood_plants.quest137.subtitle}" + tasks: [{ + id: "4CA1C5F8DB76A40E" + title: "{ftbquests.chapter.ffood_plants.quest137.task_5521912290757485582.title}" + type: "checkmark" + }] + x: -6.5d + y: 15.0d + } + { + dependencies: [ + "1636367444D293D4" + "2FD4033DA28F9D21" + "4FC4A49972031C19" + "767A247376C17981" + "6FEC2402791EC0A4" + "1916E46BEB1F2537" + "28A459B956D547DD" + "7B403F791AF06ADC" + "467750D10318D9E8" + "6BC76C8A74C25796" + "404DB15C6D49B646" + "030F46DE570F297E" + "39EE227C5F58CAAA" + "1CDCD52F9FA69B34" + "0B17ABE850EC89B7" + "750822BC779DC440" + "19014BBBD41BCF0B" + "308A89A2E4901594" + "682C64F6A2B0291A" + "794AFD13A349F2A0" + "2D7C1F8BC048CFCD" + "335CBABD76A3BA31" + "63DDF088215038F0" + "031FB94A1D6CEC81" + "629C52541A4D897E" + "3E0ED15B75A185CA" + "6FD2642EB3540BD6" + "7F43F59F49A11EB0" + ] + description: ["{ftbquests.chapter.ffood_plants.quest138.description1}"] + hide_until_deps_complete: true + id: "21DD7217374E1D06" + rewards: [ + { + count: 128 + id: "3A7A8F0DD9B334E3" + item: "mysticalagriculture:supremium_growth_accelerator" + type: "item" + } + { + count: 16 + id: "09FE957213D8E53C" + item: "minecraft:enchanted_golden_apple" + type: "item" + } + ] + shape: "heart" + size: 3.0d + subtitle: "{ftbquests.chapter.ffood_plants.quest138.subtitle}" + tasks: [{ + id: "7D4D9081E1149077" + type: "checkmark" + }] + title: "{ftbquests.chapter.ffood_plants.quest138.title}" + x: 2.5d + y: 15.0d + } + { + dependencies: [ + "2E16EB869081D97A" + "767FBB61FCFCF24F" + ] + id: "10434FBFCF57E54E" + tasks: [{ + id: "4FC4C9A09CAC2F76" + item: "croptopia:pepper" + type: "item" + }] + x: -1.5d + y: 11.0d + } + ] + title: "{ftbquests.chapter.ffood_plants.title}" +} diff --git a/FTBLang/config/ftbquests/quests/chapters/how_the_world_came_to_be.snbt b/FTBLang/config/ftbquests/quests/chapters/how_the_world_came_to_be.snbt new file mode 100644 index 0000000..f8f2347 --- /dev/null +++ b/FTBLang/config/ftbquests/quests/chapters/how_the_world_came_to_be.snbt @@ -0,0 +1,699 @@ +{ + default_hide_dependency_lines: false + default_min_width: 280 + default_quest_shape: "" + filename: "how_the_world_came_to_be" + group: "" + hide_quest_details_until_startable: true + icon: "kubejs:dried_earth" + id: "2B630DD43CEBA9AC" + images: [ + { + dependency: "6B5B443D2F7DD3D4" + height: 4.0d + image: "reclamation:textures/quests/theurgy_1.png" + rotation: 0.0d + width: 4.0d + x: 2.5d + y: -5.0d + } + { + dependency: "01AB2D65C171F1F9" + height: 5.0d + image: "reclamation:textures/quests/theurgy_2.png" + rotation: 0.0d + width: 5.0d + x: -3.2857142857142776d + y: -9.125d + } + ] + order_index: 0 + quest_links: [ ] + quests: [ + { + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest1.description1}" + "" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest1.description2}" + ] + id: "73F3DDAFC46A9CD5" + rewards: [{ + count: 4 + id: "489A829843674F52" + item: "minecraft:bread" + type: "item" + }] + tasks: [{ + id: "5837682A2F4F2D20" + title: "{ftbquests.chapter.how_the_world_came_to_be.quest1.task_6356663929448377632.title}" + type: "checkmark" + }] + x: 0.0d + y: 0.0d + } + { + dependencies: ["3BF5FDE3C81BEF26"] + description: ["{ftbquests.chapter.how_the_world_came_to_be.quest2.description1}"] + id: "655DCA5A5B6632E1" + rewards: [ + { + count: 4 + id: "708F75B55045F412" + item: "minecraft:charcoal" + type: "item" + } + { + id: "58872CC82834DE08" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "2BB40E8DED9ACE61" + item: "kubejs:dead_log" + type: "item" + } + { + id: "5B5631EC22B4DDC4" + item: "kubejs:flimsy_planks" + type: "item" + } + ] + title: "{ftbquests.chapter.how_the_world_came_to_be.quest2.title}" + x: -1.0d + y: -3.0d + } + { + dependencies: ["3BF5FDE3C81BEF26"] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest3.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest3.description2}" + ] + id: "353FED2BF4FBD8EC" + rewards: [ + { + count: 2 + id: "40674CB0CE87E6FE" + item: "farmersdelight:cooked_cod_slice" + type: "item" + } + { + id: "27F410B6A92272C2" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "6870844EA8AA42B5" + item: "minecraft:oxidized_cut_copper" + title: "{ftbquests.chapter.how_the_world_came_to_be.quest3.task_7525660450708144821.title}" + type: "item" + }] + x: 1.0d + y: -3.0d + } + { + dependencies: ["73F3DDAFC46A9CD5"] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest4.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest4.description2}" + ] + icon: "minecraft:crafting_table" + id: "7051A7B9EF38B5D8" + rewards: [{ + id: "7E395EC7B7AAC8EF" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7659D788975AE236" + title: "{ftbquests.chapter.how_the_world_came_to_be.quest4.task_8528084351057584694.title}" + type: "checkmark" + }] + title: "{ftbquests.chapter.how_the_world_came_to_be.quest4.title}" + x: -1.0d + y: 2.5d + } + { + dependencies: ["73F3DDAFC46A9CD5"] + description: ["{ftbquests.chapter.how_the_world_came_to_be.quest5.description1}"] + icon: "minecraft:iron_ore" + id: "3BF5FDE3C81BEF26" + rewards: [{ + id: "406F3BEC271BD4D1" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "0A321F50741A2841" + title: "{ftbquests.chapter.how_the_world_came_to_be.quest5.task_734684119620528193.title}" + type: "checkmark" + }] + title: "{ftbquests.chapter.how_the_world_came_to_be.quest5.title}" + x: 0.0d + y: -1.5d + } + { + dependencies: [ + "655DCA5A5B6632E1" + "353FED2BF4FBD8EC" + ] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest6.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest6.description2}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest6.description3}" + ] + hide_details_until_startable: true + icon: "minecraft:copper_ingot" + id: "6B5B443D2F7DD3D4" + rewards: [ + { + id: "05887BA1C04CEB57" + item: { + Count: 1 + id: "modonomicon:modonomicon" + tag: { + "modonomicon:book_id": "theurgy:the_hermetica" + } + } + type: "item" + } + { + id: "301F9B4D74B4FDB6" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "53D2A5C292D19EA6" + item: "farmersdelight:cutting_board" + type: "item" + } + { + id: "45703BBEF74B7454" + item: "minecraft:copper_ingot" + type: "item" + } + ] + title: "{ftbquests.chapter.how_the_world_came_to_be.quest6.title}" + x: 0.0d + y: -4.5d + } + { + dependencies: ["6B5B443D2F7DD3D4"] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest7.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest7.description2}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest7.description3}" + ] + icon: "theurgy:sal_ammoniac_accumulator" + id: "01AB2D65C171F1F9" + rewards: [ + { + count: 2 + id: "1707BE009DD21399" + item: "theurgy:sal_ammoniac_crystal" + type: "item" + } + { + id: "050D56A65378BDED" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "010F0A2184BB7F36" + item: "theurgy:sal_ammoniac_tank" + type: "item" + } + { + id: "341512DBA66D139B" + item: "theurgy:sal_ammoniac_accumulator" + type: "item" + } + ] + x: 0.0d + y: -6.0d + } + { + dependencies: ["6B5B443D2F7DD3D4"] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest8.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest8.description2}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest8.description3}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest8.description4}" + ] + icon: "theurgy:distiller" + id: "238F26409930D47F" + rewards: [ + { + count: 4 + id: "1C9649B1FBAFE963" + item: "theurgy:mercury_shard" + type: "item" + } + { + id: "7E77D5260B9D9B67" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "784A3AAA14565F31" + item: "theurgy:pyromantic_brazier" + type: "item" + } + { + id: "1BDA15C3663694B9" + item: "theurgy:distiller" + type: "item" + } + { + id: "3F1DB1131AF26253" + item: "theurgy:mercury_shard" + type: "item" + } + ] + title: "{ftbquests.chapter.how_the_world_came_to_be.quest8.title}" + x: 1.5d + y: -7.5d + } + { + dependencies: ["6B5B443D2F7DD3D4"] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest9.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest9.description2}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest9.description3}" + ] + icon: "theurgy:calcination_oven" + id: "21DA86D51EB7D88E" + rewards: [ + { + count: 4 + id: "64E04DAB7C0582A3" + item: "theurgy:alchemical_salt_strata" + type: "item" + } + { + id: "4F5B75F7869280C1" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "53EB0C300D28F531" + item: "theurgy:pyromantic_brazier" + type: "item" + } + { + id: "248723DDF99B8CC1" + item: "theurgy:calcination_oven" + type: "item" + } + { + id: "6AE5239CA0507C48" + item: "theurgy:alchemical_salt_strata" + type: "item" + } + ] + title: "{ftbquests.chapter.how_the_world_came_to_be.quest9.title}" + x: -1.5d + y: -7.5d + } + { + dependencies: ["01AB2D65C171F1F9"] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest10.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest10.description2}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest10.description3}" + ] + icon: "theurgy:liquefaction_cauldron" + id: "3B57039627535552" + rewards: [ + { + count: 4 + id: "628CFF330629E4D8" + item: { + Count: 1 + id: "kubejs:sulfur_dirt" + tag: { + "theurgy:sulfur.source.id": "kubejs:dried_earth" + } + } + type: "item" + } + { + id: "73E825AEA8A695C2" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "38FD38D7D8B5BFFB" + item: "theurgy:pyromantic_brazier" + type: "item" + } + { + id: "5A17E6E29CC2C53F" + item: "theurgy:liquefaction_cauldron" + type: "item" + } + { + id: "00B64A23A6E7BF57" + item: "kubejs:sulfur_dirt" + type: "item" + } + ] + title: "{ftbquests.chapter.how_the_world_came_to_be.quest10.title}" + x: 0.0d + y: -7.0d + } + { + dependencies: [ + "3B57039627535552" + "238F26409930D47F" + "21DA86D51EB7D88E" + ] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest11.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest11.description2}" + ] + icon: "theurgy:incubator" + id: "1F466C810237B69A" + rewards: [{ + id: "53F568DF45DF8F1D" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "5CCE88CCD5B42265" + item: "theurgy:incubator" + type: "item" + } + { + id: "1B66609CCC88FB06" + item: "theurgy:incubator_salt_vessel" + type: "item" + } + { + id: "5FE1507BD0CF0825" + item: "theurgy:incubator_sulfur_vessel" + type: "item" + } + { + id: "709F3C77303CC14F" + item: "theurgy:incubator_mercury_vessel" + type: "item" + } + { + id: "5DF3B368E203FD44" + item: "theurgy:pyromantic_brazier" + type: "item" + } + ] + title: "{ftbquests.chapter.how_the_world_came_to_be.quest11.title}" + x: 0.0d + y: -8.5d + } + { + dependencies: ["1F466C810237B69A"] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest12.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest12.description2}" + ] + id: "448ABF53EEACBFA7" + rewards: [{ + id: "5AFDB05E13E248FB" + type: "xp" + xp: 100 + }] + shape: "hexagon" + size: 2.0d + subtitle: "{ftbquests.chapter.how_the_world_came_to_be.quest12.subtitle}" + tasks: [{ + id: "1DB0C65400E5119F" + item: "minecraft:dirt" + type: "item" + }] + x: 0.0d + y: -10.5d + } + { + dependencies: ["73F3DDAFC46A9CD5"] + description: ["{ftbquests.chapter.how_the_world_came_to_be.quest13.description1}"] + icon: { + Count: 1 + id: "minecraft:fishing_rod" + tag: { + Damage: 0 + } + } + id: "26C8365A4497F614" + rewards: [ + { + id: "577673156D88751E" + item: { + Count: 1 + id: "minecraft:fishing_rod" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "4ACDE1B7FCA65BBA" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "3420C22AABFAEA34" + type: "checkmark" + }] + title: "{ftbquests.chapter.how_the_world_came_to_be.quest13.title}" + x: 2.0d + y: 0.0d + } + { + dependencies: ["73F3DDAFC46A9CD5"] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest14.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest14.description2}" + ] + icon: "minecraft:white_bed" + id: "49182F60BE2634DE" + rewards: [{ + id: "27DD3FCBE266BAC7" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "16FB0BB05454D6A2" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "minecraft:beds" + } + } + title: "{ftbquests.chapter.how_the_world_came_to_be.quest14.task_1655930139945784994.title}" + type: "item" + } + { + id: "1EFF40BDEB95B421" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "comforts:sleeping_bags" + } + } + optional_task: true + title: "{ftbquests.chapter.how_the_world_came_to_be.quest14.task_2233575124644508705.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.how_the_world_came_to_be.quest14.title}" + x: -2.0d + y: 0.0d + } + { + dependencies: ["73F3DDAFC46A9CD5"] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest15.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest15.description2}" + ] + icon: "supplementaries:globe" + id: "40200E30710D409D" + rewards: [{ + id: "2FFB14B0877E9B48" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7CE871AB4BA6259E" + title: "{ftbquests.chapter.how_the_world_came_to_be.quest15.task_9000568835822462366.title}" + type: "checkmark" + }] + x: 1.5d + y: 1.5d + } + { + dependencies: ["73F3DDAFC46A9CD5"] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest16.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest16.description2}" + ] + icon: { + Count: 1 + id: "minecraft:stone_sword" + tag: { + Damage: 0 + } + } + id: "412275C7F800C343" + rewards: [{ + id: "696B08484059A34C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "726093097AD50EDB" + title: "{ftbquests.chapter.how_the_world_came_to_be.quest16.task_8241748987012779739.title}" + type: "checkmark" + }] + x: -1.5d + y: 1.5d + } + { + dependencies: ["73F3DDAFC46A9CD5"] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest17.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest17.description2}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest17.description3}" + ] + icon: "akashictome:tome" + id: "524541472CB8168A" + rewards: [{ + id: "63F8E36BB78B3F0F" + item: "akashictome:tome" + type: "item" + }] + tasks: [{ + id: "30591A81E9C85ED9" + title: "{ftbquests.chapter.how_the_world_came_to_be.quest17.task_3483844932023115481.title}" + type: "checkmark" + }] + title: "{ftbquests.chapter.how_the_world_came_to_be.quest17.title}" + x: 1.0d + y: 2.5d + } + { + dependencies: ["73F3DDAFC46A9CD5"] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest18.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest18.description2}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest18.description3}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest18.description4}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest18.description5}" + ] + icon: "naturesaura:pet_reviver" + id: "52B10FEB2951E939" + rewards: [{ + id: "1551C09CD766D5DD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2E3AF11BD22C15B4" + title: "{ftbquests.chapter.how_the_world_came_to_be.quest18.task_3331239976186418612.title}" + type: "checkmark" + }] + title: "{ftbquests.chapter.how_the_world_came_to_be.quest18.title}" + x: 0.0d + y: 3.0d + } + { + dependencies: ["6B5B443D2F7DD3D4"] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest19.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest19.description2}" + ] + id: "387F725179133950" + rewards: [{ + id: "75AF918ADD9DB9E3" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "0E461D7DE2E68577" + item: "reclamation_util:flimsy_door" + type: "item" + }] + x: -1.0d + y: -4.5d + } + { + dependencies: ["655DCA5A5B6632E1"] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest20.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest20.description2}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest20.description3}" + ] + icon: "complicated_bees:apiary" + id: "29CB5767DE978673" + rewards: [{ + id: "0C2B92BF2EC44903" + type: "xp" + xp: 100 + }] + shape: "rsquare" + tasks: [{ + id: "5B5E6B48E860F6E6" + type: "checkmark" + }] + title: "{ftbquests.chapter.how_the_world_came_to_be.quest20.title}" + x: 0.0d + y: -3.0d + } + ] + subtitle: ["{ftbquests.chapter.how_the_world_came_to_be.subtitle0}"] + title: "{ftbquests.chapter.how_the_world_came_to_be.title}" +} diff --git a/FTBLang/config/ftbquests/quests/chapters/mob_safari.snbt b/FTBLang/config/ftbquests/quests/chapters/mob_safari.snbt new file mode 100644 index 0000000..063dc8f --- /dev/null +++ b/FTBLang/config/ftbquests/quests/chapters/mob_safari.snbt @@ -0,0 +1,2985 @@ +{ + autofocus_id: "5FEE65C669654E40" + default_hide_dependency_lines: true + default_min_width: 280 + default_quest_shape: "" + filename: "mob_safari" + group: "2BFAC9C95DAED88B" + icon: "exposure:camera" + id: "7F55650372975893" + order_index: 1 + quest_links: [ ] + quests: [ + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:creeper_head" + id: "517413E5CD697BAA" + rewards: [ + { + id: "5F40864CE58526BB" + type: "xp" + xp: 100 + } + { + count: 32 + id: "6C1D3E5A3DA0A1AD" + item: "minecraft:gunpowder" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "08F30DACFE9796AA" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:creeper": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest1.task_644874208300996266.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest1.title}" + x: 4.0d + y: 0.0d + } + { + dependencies: ["389C82D9424B4099"] + description: [ + "{ftbquests.chapter.mob_safari.quest2.description1}" + "" + "{ftbquests.chapter.mob_safari.quest2.description2}" + ] + hide_until_deps_complete: true + icon: "exposure:camera" + id: "5FEE65C669654E40" + shape: "hexagon" + size: 1.5d + subtitle: "{ftbquests.chapter.mob_safari.quest2.subtitle}" + tasks: [ + { + id: "19AEDBE8BCA2D0DE" + item: "exposure:camera" + type: "item" + } + { + id: "57CF020E7D4F508E" + item: "exposure:black_and_white_film" + type: "item" + } + { + id: "0701BE1D6DDBBE9D" + item: "exposure:lightroom" + type: "item" + } + ] + title: "{ftbquests.chapter.mob_safari.quest2.title}" + x: 6.0d + y: -2.5d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:zombie_head" + id: "1E8E404A5B898ED5" + rewards: [ + { + id: "7DD27D0932965C64" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "59F1F2B58779ABE8" + table_id: 7131061971573085034L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "5F527BFC85D0DBB2" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:zombie": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest3.task_6868688706200460210.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest3.title}" + x: 1.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:husk_head" + id: "7E23259C854E6B53" + rewards: [ + { + id: "291D60466B7C1B40" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "058413DB3211CEEB" + table_id: 7131061971573085034L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "4C3DB9989977E157" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:husk": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest4.task_5493751185522811223.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest4.title}" + x: 1.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:drowned_head" + id: "03A7E34F277C3E99" + rewards: [ + { + id: "0C7F30F5ADB6C3DF" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "7A834BDBA25BC0F8" + table_id: 7131061971573085034L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "2162D92514F6E9EB" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:drowned": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest5.task_2405723904258009579.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest5.title}" + x: 1.5d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:spider_head" + id: "779FA19A3239A378" + rewards: [ + { + id: "7E5869806E0D2924" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "6BF5BFC7685187EB" + table_id: 8024488712964205957L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "0C244F68E03720C7" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:spider": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest6.task_874911539473621191.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest6.title}" + x: 0.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:cave_spider_head" + id: "32E71A804BD0B705" + rewards: [ + { + id: "70FDCE766E9CB84F" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "6E7B629A498ADDF7" + table_id: 8024488712964205957L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "6CA4403B044EFB85" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:cave_spider": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest7.task_7828452674496297861.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest7.title}" + x: 0.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:enderman_head" + id: "32805191DFE77A0B" + rewards: [ + { + id: "0967EBB7E65B14F6" + type: "xp" + xp: 100 + } + { + count: 8 + id: "08304068735FEB61" + item: "minecraft:ender_pearl" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "449C78D38D17D509" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:enderman": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest8.task_4943959340946543881.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest8.title}" + x: 3.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:endermite_head" + id: "64032D23DECB2605" + rewards: [ + { + id: "56BC23E9376DEF45" + type: "xp" + xp: 100 + } + { + count: 16 + id: "4D99CCAC163FB24C" + item: "minecraft:ender_pearl" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "41B02DE49843530F" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:endermite": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest9.task_4733333668196733711.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest9.title}" + x: 3.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:silverfish_head" + id: "702C9B9584FAC44B" + rewards: [ + { + id: "66FE439A94F31D37" + type: "xp" + xp: 100 + } + { + count: 16 + id: "20FFE775DC048458" + item: "embers:lead_ingot" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "6685AB48AF424D80" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:silverfish": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest10.task_7387499092437519744.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest10.title}" + x: 2.5d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:evoker_head" + id: "4ABAF8F1D6D1C7CA" + rewards: [ + { + id: "6274D12CE51F0FA0" + type: "xp" + xp: 100 + } + { + id: "0122E993C9668CB4" + item: "minecraft:totem_of_undying" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "07C5EA9444F80506" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:evoker": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest11.task_560111651210659078.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest11.title}" + x: -6.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:ghast_head" + id: "61EDF16012C8383B" + rewards: [ + { + id: "42BF92ABD81C2AF1" + type: "xp" + xp: 100 + } + { + count: 16 + id: "4A49ED8331631906" + item: "minecraft:ghast_tear" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "53F8CE65102033E2" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:ghast": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest12.task_6050813032829826018.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest12.title}" + x: -2.5d + y: 3.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:guardian_spawn_egg" + id: "6C993C0581C3E53C" + rewards: [ + { + id: "1F63E79AAE3CB44C" + type: "xp" + xp: 100 + } + { + count: 16 + id: "6D238808AAAB8761" + item: "minecraft:prismarine_crystals" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "7820109C6855DBFC" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:guardian": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest13.task_8655936747757493244.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest13.title}" + x: 15.0d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:hoglin_head" + id: "0E1371CB614ECA67" + rewards: [ + { + id: "1FB0DC70A1BA58F7" + type: "xp" + xp: 100 + } + { + count: 4 + id: "3D1AB46396756330" + item: "nethersdelight:stuffed_hoglin" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "7E6922AD32B7A8C5" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:hoglin": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest14.task_9108849848609122501.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest14.title}" + x: -3.5d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:phantom_spawn_egg" + id: "1B838E76CB6E8813" + rewards: [ + { + id: "7D35A4401D603F31" + type: "xp" + xp: 100 + } + { + count: 16 + id: "4CB9AD49561DEF8E" + item: "minecraft:phantom_membrane" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "672F64B56C9B8717" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:phantom": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest15.task_7435272240185968407.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest15.title}" + x: 5.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:piglin_brute_head" + id: "054B1BAE47E9827D" + rewards: [ + { + id: "2317561F68B31C87" + type: "xp" + xp: 100 + } + { + count: 8 + id: "7D97DF0A499B2EC7" + item: "minecraft:ancient_debris" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "22A89A63AEC9CB95" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:piglin_brute": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest16.task_2497415746301840277.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest16.title}" + x: -4.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + description: ["{ftbquests.chapter.mob_safari.quest17.description1}"] + icon: "heads:pillager_head" + id: "7B689257A882A7B2" + rewards: [ + { + id: "0CD8AD959DB63F17" + type: "xp" + xp: 100 + } + { + id: "7E228219B9F3D193" + item: { + Count: 1 + id: "minecraft:crossbow" + tag: { + Damage: 0 + } + } + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "0C283E7BA176188F" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:pillager": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest17.task_876018828234332303.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest17.title}" + x: -7.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:ravager_spawn_egg" + id: "13065DEC26C02737" + rewards: [ + { + id: "7F1BEFAFD8A4C695" + type: "xp" + xp: 100 + } + { + count: 2 + id: "57AD1FE6266EF550" + item: "minecraft:ravager_spawn_egg" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "7FECA87DEB72E3A6" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:ravager": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest18.task_9217927796095116198.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest18.title}" + x: -6.5d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "sophisticatedstorage:shulker_box" + id: "3642889B8CF6CA79" + rewards: [ + { + id: "7833977D2E03B643" + type: "xp" + xp: 100 + } + { + count: 16 + id: "46F57A17254578C2" + item: "minecraft:shulker_shell" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "575B7F10C8C52BCD" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:shulker": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest19.task_6294764614244969421.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest19.title}" + x: 2.5d + y: 5.5d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:skeleton_skull" + id: "357FC24C8410EFEC" + rewards: [ + { + id: "7E8D534F799B29B4" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "0F788675D33BCBFA" + table_id: 8839952752635034356L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "52B144DA9288B3F2" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:skeleton": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest20.task_5958619487539868658.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest20.title}" + x: 2.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:slime_head" + id: "25D1C2664FD1180E" + rewards: [ + { + id: "3968DE6CFDE58AAE" + type: "xp" + xp: 100 + } + { + count: 32 + id: "07E50C412CC9D893" + item: "minecraft:slime_ball" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "285C22F4E11C4DE5" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:slime": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest21.task_2908237894518590949.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest21.title}" + x: 4.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:stray_head" + id: "78041B5DC298A02A" + rewards: [ + { + id: "501825B4E5C11E87" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "32FB7BE6C04F6885" + table_id: 8839952752635034356L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "1B90C7B91DDBB1AC" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:stray": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest22.task_1986307033554203052.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest22.title}" + x: 2.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:vex_spawn_egg" + id: "3EA5F9BCAF5464C7" + rewards: [ + { + id: "1BF882FB30C69E09" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "732CC85527F3D6F2" + table_id: 5456022276654430189L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "70C9B82C5B8B27E7" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:vex": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest23.task_8127229503220688871.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest23.title}" + x: -7.5d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:vindicator_head" + id: "77C07B16F8E30C78" + rewards: [ + { + id: "67B3A740BCE1B8BD" + type: "xp" + xp: 100 + } + { + id: "76B173EAC712F7FF" + item: { + Count: 1 + id: "minecraft:iron_axe" + tag: { + Damage: 0 + Enchantments: [ + { + id: "minecraft:sharpness" + lvl: 3s + } + { + id: "minecraft:unbreaking" + lvl: 3s + } + ] + } + } + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "25BE333CD96382FD" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:vindicator": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest24.task_2719667561416590077.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest24.title}" + x: -8.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + description: ["{ftbquests.chapter.mob_safari.quest25.description1}"] + icon: "minecraft:warden_spawn_egg" + id: "0694D62C45F6C430" + rewards: [ + { + id: "32091E657990EE85" + type: "xp" + xp: 100 + } + { + count: 2 + id: "4055DC1D2B404F05" + item: "minecraft:echo_shard" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "2DCB1846BB7FBDA6" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:warden": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest25.task_3299757844051508646.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest25.title}" + x: 2.5d + y: 3.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:witch_head" + id: "5C410251B4C4761F" + rewards: [ + { + id: "707D6FC687282560" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "18578B898B2BD65C" + table_id: 5456022276654430189L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "1973AEC55ACF707C" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:witch": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest26.task_1834001635925258364.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest26.title}" + x: 5.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + description: ["{ftbquests.chapter.mob_safari.quest27.description1}"] + icon: "minecraft:wither_skeleton_skull" + id: "3E3DE65526844EB7" + rewards: [ + { + id: "392F49DFFBC47C0E" + type: "xp" + xp: 100 + } + { + id: "4EA24728FA2B1093" + item: "minecraft:wither_skeleton_skull" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "05FD08338B1EE7C6" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:wither_skeleton": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest27.task_431510156767848390.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest27.title}" + x: -3.5d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:zoglin_head" + id: "20F56F091F24EA9B" + rewards: [ + { + id: "573BB0855EE9715D" + type: "xp" + xp: 100 + } + { + id: "3190EF56F96855F0" + item: "nethersdelight:hoglin_trophy" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "372E37CD4D5DE894" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:zoglin": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest28.task_3976176875920550036.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest28.title}" + x: -2.5d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:blaze_head" + id: "0A4876B63C9EB256" + rewards: [ + { + id: "055B72CD436D1C9F" + type: "xp" + xp: 100 + } + { + count: 64 + id: "2196F638506CF6ED" + item: "minecraft:blaze_powder" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "1BC638FAF983406D" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:blaze": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest29.task_2001349734991872109.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest29.title}" + x: -2.5d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:nether_star" + id: "46CF370B11CF4AC6" + rewards: [ + { + id: "5AB3FC31741BA345" + type: "xp" + xp: 100 + } + { + id: "3387CD2741F208A7" + item: "minecraft:nether_star" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "3CFB876C9DE983B1" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:wither": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest30.task_4394254762005595057.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest30.title}" + x: -3.0d + y: 4.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:dragon_head" + id: "24D8747868DA8135" + rewards: [ + { + id: "4E2F3A05DF87E64D" + type: "xp" + xp: 100 + } + { + count: 32 + id: "21E00CFC1036FDA3" + item: "minecraft:dragon_breath" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "5BAF2C99E837B193" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:ender_dragon": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest31.task_6606548217913389459.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest31.title}" + x: 2.5d + y: 6.5d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:piglin_head" + id: "462883AD2132D0FB" + rewards: [ + { + id: "16B203E0E74A92D0" + type: "xp" + xp: 100 + } + { + id: "62DE93F08191B717" + item: "minecraft:enchanted_golden_apple" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "73DD0C7A4BDB54B7" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:piglin": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest32.task_8348843003612976311.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest32.title}" + x: -3.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:allay_spawn_egg" + id: "0B665D225E9F7EFB" + rewards: [ + { + id: "03A8F368321C0C54" + type: "xp" + xp: 100 + } + { + count: 4 + id: "72935B3BB3407ADA" + item: "minecraft:allay_spawn_egg" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "7F02E182C5EA8168" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:allay": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest33.task_9152125344552747368.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest33.title}" + x: -6.5d + y: 4.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:axolotl_lucy_head" + id: "548BAFC1F30732D5" + rewards: [ + { + id: "1364FCB28C978EAB" + type: "xp" + xp: 100 + } + { + id: "7658BB315BD29BC5" + item: "heads:axolotl_gold_head" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "0CFB62E9EECC7605" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:axolotl": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest34.task_935450104482788869.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest34.title}" + x: 14.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:bat_head" + id: "495EBE7C9A59CFF4" + rewards: [ + { + id: "4695185B97D7EE02" + type: "xp" + xp: 100 + } + { + count: 16 + id: "17057DD9E766A2D6" + item: "enchanted:wool_of_bat" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "33CB78A21820D61A" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:bat": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest35.task_3732209353791428122.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest35.title}" + x: 3.5d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:camel_spawn_egg" + id: "0A65ACA8A26E8615" + rewards: [ + { + id: "579D05F1CF4053F0" + type: "xp" + xp: 100 + } + { + id: "06DAD353A8E352C8" + item: "ars_nouveau:ritual_conjure_island_desert" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "3DC7B7493446D3B4" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:camel": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest36.task_4451728281716577204.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest36.title}" + x: 9.5d + y: 4.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:cat_black_head" + id: "475D26474BD6C8DA" + rewards: [ + { + id: "035CFB1A53837890" + type: "xp" + xp: 100 + } + { + count: 4 + id: "285C8D008317B4B4" + item: "farmersdelight:fish_stew" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "3045940190A33D2D" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:cat": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest37.task_3478349021656071469.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest37.title}" + x: -7.5d + y: 4.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:chicken_head" + id: "04E89E0140A571ED" + rewards: [ + { + id: "2ED043EE4909766E" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "26118603C2B1B08A" + table_id: 3514670301200914514L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "05D978F4308B2229" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:chicken": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest38.task_421501030317629993.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest38.title}" + x: 9.5d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:cod_head" + id: "540EFA54873D7817" + rewards: [ + { + id: "52C72D61F32F9EA2" + type: "xp" + xp: 100 + } + { + count: 32 + id: "228CECABC7C0254C" + item: "farmersdelight:cod_roll" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "2D916280FD632508" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:cod": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest39.task_3283513909476271368.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest39.title}" + x: 15.5d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:cow_head" + id: "7FC2BADD39C85339" + rewards: [ + { + id: "6AA422568B7C9D74" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "4EE5E12D18FAE5FE" + table_id: 8615485860944689786L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "314C6F131B299D5D" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:cow": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest40.task_3552336333939252573.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest40.title}" + x: 10.5d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:donkey_head" + id: "6152DA47D7793A3A" + rewards: [ + { + id: "43B2099FB98E7A62" + type: "xp" + xp: 100 + } + { + count: 32 + id: "53456BCFDCCCF036" + item: "minecraft:leather" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "7BCEE17CC7DAD886" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:donkey": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest41.task_8921315837912733830.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest41.title}" + x: 8.5d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:frog_spawn_egg" + id: "175F712801D32FAF" + rewards: [{ + id: "3CA793BD0DCC2315" + type: "xp" + xp: 100 + }] + tasks: [{ + icon: "exposure:photograph" + id: "7B6A0454BBFF20DD" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:frog": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest42.task_8892925176174289117.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest42.title}" + x: 10.5d + y: 4.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:glow_squid_head" + id: "71FE47F9771AC590" + rewards: [ + { + id: "0E700286070017C1" + type: "xp" + xp: 100 + } + { + count: 32 + id: "0FE44A11BADC72B6" + item: "minecraft:glow_ink_sac" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "6DCF70D9ED9C259E" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:glow_squid": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest43.task_7912667151609898398.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest43.title}" + x: 16.0d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:horse_creamy_head" + id: "57F7FA9EC58C17D2" + rewards: [ + { + id: "3A486C14D21876C7" + type: "xp" + xp: 100 + } + { + id: "00B1D7B9C416761A" + item: "minecraft:saddle" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "3CE93C38A9D0A58A" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:horse": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest44.task_4389105525914117514.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest44.title}" + x: 9.5d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:red_mooshroom_head" + id: "6AEC834765E31B9C" + rewards: [ + { + id: "4F56D55764F2FFD2" + type: "xp" + xp: 100 + } + { + count: 16 + id: "0630AE6CA33413C0" + item: "minecraft:mushroom_stew" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "3C806310FC672975" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:mooshroom": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest45.task_4359593363899885941.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest45.title}" + x: 9.0d + y: 5.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:mule_head" + id: "0C071F354268E2F3" + rewards: [ + { + id: "63751C784088C773" + type: "xp" + xp: 100 + } + { + id: "13E26FBCE2727742" + item: "minecraft:enchanted_golden_apple" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "0CD5FC838D260188" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:mule": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest46.task_924922940433498504.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest46.title}" + x: 10.5d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:ocelot_head" + id: "38F12122B25EDC4B" + rewards: [ + { + id: "46116DCD78B202BD" + type: "xp" + xp: 100 + } + { + count: 16 + id: "08FD80163C994B84" + item: "minecraft:cocoa_beans" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "42706BFA59FB1D5A" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:ocelot": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest47.task_4787445126890462554.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest47.title}" + x: 10.0d + y: 5.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:parrot_spawn_egg" + id: "71EFE5EE55ED2892" + rewards: [ + { + id: "7129ABEEB8801467" + type: "xp" + xp: 100 + } + { + count: 64 + id: "1D7644B067BC1349" + item: "minecraft:cookie" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "08436D38DF98D127" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:parrot": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest48.task_595439666779967783.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest48.title}" + x: 8.5d + y: 4.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:pig_head" + id: "7F49E1C160460A4C" + rewards: [ + { + id: "7ACF7114FDF0CDDD" + type: "xp" + xp: 100 + } + { + count: 16 + id: "1C54B3DA18BF86F6" + item: "minecraft:porkchop" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "5E400FBAE32ACFB6" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:pig": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest49.task_6791445533424275382.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest49.title}" + x: 11.5d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:pufferfish" + id: "0A80D513D423E97B" + rewards: [ + { + id: "6EC4961D9FAEF82C" + type: "xp" + xp: 100 + } + { + count: 16 + id: "28EFA582D34EC4E8" + item: "minecraft:pufferfish" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "47FA5C682A68CE03" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:pufferfish": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest50.task_5186559523328413187.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest50.title}" + x: 16.5d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:rabbit_spawn_egg" + id: "60FE60BAC866A44A" + rewards: [ + { + id: "00FF2283EC34ECE8" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "2AD9DD7B5741BC69" + table_id: 7900474475776381538L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "19043AFE8A9EEF92" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:rabbit": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest51.task_1802630615776817042.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest51.title}" + x: 8.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:salmon_head" + id: "0F1E3F328B60A287" + rewards: [ + { + id: "00DFA1C0E56647F2" + type: "xp" + xp: 100 + } + { + count: 32 + id: "36B7DDAA8F7B0EA4" + item: "farmersdelight:salmon_roll" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "7DF201FA92C21430" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:salmon": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest52.task_9075318374820615216.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest52.title}" + x: 14.5d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:sheep_head" + id: "0824814C85D4EC70" + rewards: [ + { + id: "34D0A0E697244940" + type: "xp" + xp: 100 + } + { + count: 4 + id: "2B4CE90AC28C422E" + item: "farmersdelight:roasted_mutton_chops" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "11C05F16C2212499" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:sheep": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest53.task_1279126845524092057.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest53.title}" + x: 8.5d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + description: ["{ftbquests.chapter.mob_safari.quest54.description1}"] + icon: "minecraft:sniffer_egg" + id: "17DE6D948744F44F" + rewards: [ + { + id: "09342E62EB4460A9" + type: "xp" + xp: 100 + } + { + id: "46652CC75A88E59A" + item: "minecraft:sniffer_egg" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "3E654468782606D2" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:sniffer": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest54.task_4496075018482353874.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest54.title}" + x: 8.0d + y: 5.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:carved_pumpkin" + id: "1FF5B073DC12ABAC" + rewards: [ + { + id: "62F5E84D1A832909" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "71E2FF573C277915" + table_id: 8037173722274793648L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "69C372CDF41475CD" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:snow_golem": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest55.task_7621061223329854925.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest55.title}" + x: -6.0d + y: 3.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:squid_head" + id: "4E0561789221C0C6" + rewards: [ + { + id: "11E6EA9AD147F832" + type: "xp" + xp: 100 + } + { + count: 32 + id: "2F2D23F87A85A32F" + item: "minecraft:ink_sac" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "34E6C8CCCD29E264" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:squid": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest56.task_3811954916556661348.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest56.title}" + x: 14.0d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:strider_spawn_egg" + id: "4628062EB903069B" + rewards: [ + { + id: "5AD662F2A0BCFBD2" + type: "xp" + xp: 100 + } + { + count: 4 + id: "6BB371408D54203F" + item: "nethersdelight:grilled_strider" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "7CA203470B6048B5" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:strider": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest57.task_8980744210598611125.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest57.title}" + x: -3.5d + y: 3.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:tropical_fish" + id: "18B34979DBED11A1" + rewards: [ + { + id: "0669D76F046587FE" + type: "xp" + xp: 100 + } + { + count: 16 + id: "458DB48EE60EA77D" + item: "minecraft:tropical_fish_spawn_egg" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "2EF6BC2B78EC888E" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:tropical_fish": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest58.task_3384099064913889422.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest58.title}" + x: 13.5d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:turtle_head" + id: "4C576278786773E7" + rewards: [ + { + id: "07C7B0958ACC7DF8" + type: "xp" + xp: 100 + } + { + count: 2 + id: "7772C21BC4311529" + item: "minecraft:scute" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "716F1E00D0FC98D6" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:turtle": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest59.task_8173784837555787990.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest59.title}" + x: 15.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:villager_head" + id: "01BEBBE4FBE04567" + rewards: [ + { + id: "3A3045B5AC824FDF" + type: "xp" + xp: 100 + } + { + count: 32 + id: "7B99B53C774AB69D" + item: "minecraft:emerald" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "333569FCE3C06D02" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:villager": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest60.task_3689972004573703426.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest60.title}" + x: -8.0d + y: 3.0d + } + { + dependencies: ["5FEE65C669654E40"] + description: ["{ftbquests.chapter.mob_safari.quest61.description1}"] + icon: "heads:bee_head" + id: "747E5509C0DC0ABB" + rewards: [ + { + id: "253C83A071EA9DF0" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "1CBC929F36FDBA08" + table_id: 8381040606691607900L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "523261ADCAE6E64F" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:bee": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest61.task_5922903859006989903.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest61.title}" + x: 10.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:dolphin_head" + id: "3B0FA728A68DF081" + rewards: [ + { + id: "248E14206B9A00EE" + type: "xp" + xp: 100 + } + { + id: "11A794B5E665E55A" + item: "heads:dolphin_head" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "534F60401594C49E" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:dolphin": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest62.task_6003122656664405150.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest62.title}" + x: 16.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:fox_head" + id: "36843D2999963F1D" + rewards: [ + { + id: "22EB4E1489C63D97" + type: "xp" + xp: 100 + } + { + count: 32 + id: "63BE9A2352D79A24" + item: "minecraft:sweet_berries" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "766DE4F45BF1D0F9" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:fox": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest63.task_8533728607102685433.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest63.title}" + x: 11.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:goat_head" + id: "414F19EFE2ECF6D8" + rewards: [ + { + id: "2AFBF91D0350E31E" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "30C312435D99B190" + table_id: 1562099882431827930L + type: "random" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "21AD2C57FAF99CFC" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:goat": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest64.task_2426644530607004924.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest64.title}" + x: 7.5d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:iron_golem_head" + id: "6E022C1FAAE4E0EB" + rewards: [ + { + id: "63ADD4EA7A12A92D" + type: "xp" + xp: 100 + } + { + count: 8 + id: "4F76FC62001FE334" + item: "minecraft:iron_block" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "69EB4F7877077F60" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:iron_golem": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest65.task_7632281372321087328.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest65.title}" + x: -7.0d + y: 3.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:llama_spawn_egg" + id: "116964A25A5D54C7" + rewards: [ + { + id: "4D0077D2C7FFF7E7" + type: "xp" + xp: 100 + } + { + id: "465DB8235FBD270E" + item: { + Count: 1 + id: "minecraft:potion" + tag: { + Potion: "minecraft:water" + } + } + title: "{ftbquests.chapter.mob_safari.quest66.reward_5070411217558644494.title}" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "555EDA85381BC3AB" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:llama": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest66.task_6151594406741525419.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest66.title}" + x: 11.0d + y: 5.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:panda_spawn_egg" + id: "02BDB1291FBC4C26" + rewards: [ + { + id: "141D230181828DEA" + type: "xp" + xp: 100 + } + { + count: 64 + id: "29E654066BC06A5B" + item: "minecraft:bamboo" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "74765C34126C5D93" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:panda": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest67.task_8391996334368644499.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest67.title}" + x: 11.5d + y: 4.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:polar_bear_spawn_egg" + id: "34230DF080BF39A0" + rewards: [ + { + id: "3FAE714EBDD4F53D" + type: "xp" + xp: 100 + } + { + count: 32 + id: "684EF398BC7CE9DF" + item: "minecraft:blue_ice" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "583560BD33DD30FB" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:polar_bear": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest68.task_6356092814838542587.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest68.title}" + x: 7.5d + y: 4.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:wolf_head" + id: "79C543875927560D" + rewards: [ + { + id: "1B3B8F1B8D968FD9" + type: "xp" + xp: 100 + } + { + count: 32 + id: "103C21559A43A592" + item: "minecraft:bone" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "478A7C4764B303AB" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:wolf": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest69.task_5155069369552929707.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest69.title}" + x: 9.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:zombified_piglin_skull" + id: "695828B1929D0DD9" + rewards: [ + { + id: "5621FF1F10BE91E0" + type: "xp" + xp: 100 + } + { + count: 16 + id: "5FA31E2288E83F72" + item: "minecraft:gold_ingot" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "5B694A6A03F05A2D" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:zombified_piglin": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest70.task_6586877749199133229.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest70.title}" + x: -2.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + description: ["{ftbquests.chapter.mob_safari.quest71.description1}"] + icon: "minecraft:elder_guardian_spawn_egg" + id: "176F9C7ED259CD39" + rewards: [ + { + id: "73D395A352E29F0E" + type: "xp" + xp: 100 + } + { + count: 32 + id: "3C5C6ECE637B869E" + item: "minecraft:prismarine_shard" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "0FC6739B116D0288" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:elder_guardian": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest71.task_1136723065807110792.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest71.title}" + x: 15.0d + y: 3.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "ars_nouveau:starbuncle_shards" + id: "0DC160D3B62DD504" + rewards: [ + { + id: "06FBD98D8214AA96" + type: "xp" + xp: 100 + } + { + count: 4 + id: "0C41B8586D7EBA77" + item: "ars_nouveau:starbuncle_shards" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "0F89A186E490D2AE" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "ars_nouveau:starbuncle": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest72.task_1119603583110664878.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest72.title}" + x: 13.5d + y: 5.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "ars_nouveau:wilden_spike" + id: "6DD0B4019FB2E6C3" + rewards: [ + { + id: "257D4C1ABF2003D0" + type: "xp" + xp: 100 + } + { + count: 16 + id: "47D907677AB4E3DF" + item: "ars_nouveau:wilden_spike" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "112DD46BD89B58CE" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "ars_nouveau:wilden_guardian": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest73.task_1237879032257403086.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest73.title}" + x: 14.0d + y: 6.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "ars_nouveau:wilden_horn" + id: "7756DF5E136A1333" + rewards: [ + { + id: "11740E0F741C7446" + type: "xp" + xp: 100 + } + { + count: 16 + id: "231464450644116E" + item: "ars_nouveau:wilden_horn" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "50673D1BD85D91AA" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "ars_nouveau:wilden_hunter": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest74.task_5793666635438854570.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest74.title}" + x: 15.0d + y: 6.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "ars_nouveau:wilden_wing" + id: "41C3721BABC35699" + rewards: [ + { + id: "5B0639A3740611DC" + type: "xp" + xp: 100 + } + { + count: 16 + id: "0C579A053BD40E57" + item: "ars_nouveau:wilden_wing" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "79FC2FFEF4A644B1" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "ars_nouveau:wilden_stalker": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest75.task_8789953344793101489.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest75.title}" + x: 16.0d + y: 6.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "ars_nouveau:drygmy_shard" + id: "07F5D38D37650C3C" + rewards: [ + { + id: "3F5317F5CEC309ED" + type: "xp" + xp: 100 + } + { + count: 4 + id: "7DB51811EDFF3368" + item: "ars_nouveau:drygmy_shard" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "39216CB3CD6E55D8" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "ars_nouveau:drygmy": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest76.task_4116691053894850008.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest76.title}" + x: 14.5d + y: 5.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "ars_nouveau:wilden_tribute" + id: "46CC688E523D17D3" + rewards: [ + { + id: "6280FF8023AE8627" + type: "xp" + xp: 100 + } + { + count: 4 + id: "30CCEDFD831A9533" + item: "ars_nouveau:wilden_tribute" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "0E2257FBB0C02462" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "ars_nouveau:wilden_boss": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest77.task_1018473204252943458.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest77.title}" + x: 15.0d + y: 7.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "ars_nouveau:whirlisprig_shards" + id: "2D476CDAF27AC863" + rewards: [ + { + id: "6C6B8C47465AD2CC" + type: "xp" + xp: 100 + } + { + count: 4 + id: "60DF657879CA2D1C" + item: "ars_nouveau:whirlisprig_shards" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "5352E88F3CBB325D" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "ars_nouveau:drygmy": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest78.task_6004116955135160925.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest78.title}" + x: 15.5d + y: 5.0d + } + { + dependencies: ["5FEE65C669654E40"] + description: ["{ftbquests.chapter.mob_safari.quest79.description1}"] + icon: "ars_elemental:siren_shards" + id: "5EE98525E9A06AAC" + rewards: [ + { + id: "770A0F2CAAEDCEBC" + type: "xp" + xp: 100 + } + { + count: 4 + id: "4DD0EAF8AEFE2901" + item: "ars_elemental:siren_shards" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "146C6CE87FF122B9" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "ars_elemental:siren_entity": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest79.task_1471670924078031545.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest79.title}" + x: 16.5d + y: 5.0d + } + { + dependencies: [ + "7F49E1C160460A4C" + "41C3721BABC35699" + "2D476CDAF27AC863" + "18B34979DBED11A1" + "702C9B9584FAC44B" + "1B838E76CB6E8813" + "3EA5F9BCAF5464C7" + "175F712801D32FAF" + "03A7E34F277C3E99" + "71FE47F9771AC590" + "02BDB1291FBC4C26" + "7B689257A882A7B2" + "495EBE7C9A59CFF4" + "747E5509C0DC0ABB" + "6E022C1FAAE4E0EB" + "414F19EFE2ECF6D8" + "475D26474BD6C8DA" + "1E8E404A5B898ED5" + "548BAFC1F30732D5" + "4E0561789221C0C6" + "13065DEC26C02737" + "4628062EB903069B" + "0B665D225E9F7EFB" + "6DD0B4019FB2E6C3" + "04E89E0140A571ED" + "07F5D38D37650C3C" + "7E23259C854E6B53" + "36843D2999963F1D" + "0C071F354268E2F3" + "3B0FA728A68DF081" + "46CC688E523D17D3" + "695828B1929D0DD9" + "4C576278786773E7" + "32E71A804BD0B705" + "0A4876B63C9EB256" + "0A65ACA8A26E8615" + "57F7FA9EC58C17D2" + "1FF5B073DC12ABAC" + "0DC160D3B62DD504" + "5EE98525E9A06AAC" + "17DE6D948744F44F" + "20F56F091F24EA9B" + "779FA19A3239A378" + "38F12122B25EDC4B" + "5C410251B4C4761F" + "0A80D513D423E97B" + "0F1E3F328B60A287" + "462883AD2132D0FB" + "0824814C85D4EC70" + "34230DF080BF39A0" + "77C07B16F8E30C78" + "46CF370B11CF4AC6" + "357FC24C8410EFEC" + "24D8747868DA8135" + "4ABAF8F1D6D1C7CA" + "116964A25A5D54C7" + "7756DF5E136A1333" + "517413E5CD697BAA" + "6AEC834765E31B9C" + "3642889B8CF6CA79" + "6152DA47D7793A3A" + "3E3DE65526844EB7" + "01BEBBE4FBE04567" + "6C993C0581C3E53C" + "25D1C2664FD1180E" + "60FE60BAC866A44A" + "79C543875927560D" + "78041B5DC298A02A" + "64032D23DECB2605" + "7FC2BADD39C85339" + "540EFA54873D7817" + "0E1371CB614ECA67" + "054B1BAE47E9827D" + "176F9C7ED259CD39" + "32805191DFE77A0B" + "61EDF16012C8383B" + "0694D62C45F6C430" + "71EFE5EE55ED2892" + ] + description: ["{ftbquests.chapter.mob_safari.quest80.description1}"] + hide_until_deps_complete: true + id: "4A37BD407A1A7395" + rewards: [ + { + id: "5F50AA093D02E1A6" + item: "enchanted:infinity_egg" + type: "item" + } + { + count: 32 + id: "56010B4331FBC6D5" + item: "create:creative_blaze_cake" + type: "item" + } + { + count: 16 + id: "79DED2898D41A302" + item: "mekanism:pellet_antimatter" + type: "item" + } + ] + shape: "heart" + size: 3.0d + subtitle: "{ftbquests.chapter.mob_safari.quest80.subtitle}" + tasks: [{ + id: "29488939B0A5B28F" + type: "checkmark" + }] + title: "{ftbquests.chapter.mob_safari.quest80.title}" + x: 6.0d + y: 9.5d + } + ] + title: "{ftbquests.chapter.mob_safari.title}" +} diff --git a/FTBLang/config/ftbquests/quests/chapters/resource_generation.snbt b/FTBLang/config/ftbquests/quests/chapters/resource_generation.snbt new file mode 100644 index 0000000..490ccdf --- /dev/null +++ b/FTBLang/config/ftbquests/quests/chapters/resource_generation.snbt @@ -0,0 +1,2554 @@ +{ + default_hide_dependency_lines: false + default_min_width: 280 + default_quest_shape: "" + filename: "resource_generation" + group: "499FD90D592AFC7B" + hide_quest_until_deps_visible: true + icon: "minecraft:raw_iron" + id: "55C123B019947201" + order_index: 1 + quest_links: [ ] + quests: [ + { + dependencies: ["000A7EAED7A84968"] + description: [ + "{ftbquests.chapter.resource_generation.quest1.description1}" + "" + "{ftbquests.chapter.resource_generation.quest1.description2}" + "" + "{ftbquests.chapter.resource_generation.quest1.description3}" + ] + hide_until_deps_complete: true + id: "56E75D57C3C9487C" + rewards: [ + { + id: "1B129592B698B02E" + type: "xp" + xp: 100 + } + { + count: 8 + id: "411EF02725678DE9" + item: "mysticalagriculture:prosperity_shard" + type: "item" + } + ] + shape: "hexagon" + tasks: [{ + id: "1552B688C3A31631" + item: "mysticalagriculture:prosperity_shard" + type: "item" + }] + x: -5.0d + y: -1.5d + } + { + dependencies: ["6C972BEC949FEF25"] + description: [ + "{ftbquests.chapter.resource_generation.quest2.description1}" + "" + "{ftbquests.chapter.resource_generation.quest2.description2}" + ] + icon: { + Count: 1 + id: "complicated_bees:frame" + tag: { + Damage: 0 + } + } + id: "5B1AD7A67406CD8F" + rewards: [ + { + count: 3 + id: "2AC1319D2B059FD1" + item: { + Count: 1 + id: "complicated_bees:waxed_frame" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "46547A3B701F32EC" + type: "xp" + xp: 500 + } + ] + tasks: [{ + id: "18131103B31582F5" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "complicated_bees:frame" + } + } + title: "{ftbquests.chapter.resource_generation.quest2.task_1734748989054878453.title}" + type: "item" + }] + x: 6.0d + y: 0.5d + } + { + dependencies: ["29CB5767DE978673"] + description: [ + "{ftbquests.chapter.resource_generation.quest3.description1}" + "" + "{ftbquests.chapter.resource_generation.quest3.description2}" + "" + "{ftbquests.chapter.resource_generation.quest3.description3}" + ] + hide_until_deps_complete: true + icon: { + Count: 1 + id: "complicated_bees:scoop" + tag: { + Damage: 0 + } + } + id: "3BAA2A254E052AC1" + rewards: [ + { + id: "1E21D64CC9086C97" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "complicated_bees:field_guide" + } + } + type: "item" + } + { + id: "7DCFC11FB7A35136" + type: "xp" + xp: 500 + } + ] + shape: "hexagon" + tasks: [ + { + id: "594A083F3875943D" + item: "complicated_bees:apiary" + type: "item" + } + { + id: "66CF5E522A68F9B2" + item: { + Count: 1 + id: "complicated_bees:scoop" + tag: { + Damage: 0 + } + } + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest3.title}" + x: 4.5d + y: -1.5d + } + { + dependencies: ["3BAA2A254E052AC1"] + description: [ + "{ftbquests.chapter.resource_generation.quest4.description1}" + "" + "{ftbquests.chapter.resource_generation.quest4.description2}" + "" + "{ftbquests.chapter.resource_generation.quest4.description3}" + ] + icon: "complicated_bees:honey_droplet" + id: "6C972BEC949FEF25" + rewards: [{ + id: "62159A787F08443B" + type: "xp" + xp: 500 + }] + tasks: [ + { + id: "416C2632237632F0" + item: "complicated_bees:beeswax" + type: "item" + } + { + id: "1C1EEF122FFEE7FC" + item: "complicated_bees:honey_droplet" + type: "item" + } + { + id: "7E40C340FBC29A0C" + item: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "reclamation:barren" + } + } + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest4.title}" + x: 4.5d + y: 0.0d + } + { + dependencies: ["6C972BEC949FEF25"] + description: ["{ftbquests.chapter.resource_generation.quest5.description1}"] + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "reclamation:barren" + } + } + id: "7DD195197887D9E6" + rewards: [ + { + count: 16 + id: "2B4BAFD07664758C" + item: "complicated_bees:honey_droplet" + type: "item" + } + { + id: "09B98A6EDDE9CE3D" + item: { + Count: 1 + id: "complicated_bees:deadly_frame" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "7219C379A3994EB0" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "6C82369B6FFA66B6" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:dessicated" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest5.task_7818871944295114422.title}" + type: "item" + } + { + id: "2B81BE38A3EEE654" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:dried" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest5.task_3134995966104364628.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest5.title}" + x: 4.5d + y: 1.5d + } + { + dependencies: ["6C972BEC949FEF25"] + description: [ + "{ftbquests.chapter.resource_generation.quest6.description1}" + "" + "{ftbquests.chapter.resource_generation.quest6.description2}" + "" + "{ftbquests.chapter.resource_generation.quest6.description3}" + "" + "{ftbquests.chapter.resource_generation.quest6.description4}" + ] + icon: "complicated_bees:analyzer" + id: "7ED2BFE2C5C19743" + rewards: [ + { + count: 16 + id: "47D5B02460B2EA98" + item: "complicated_bees:honey_droplet" + type: "item" + } + { + id: "2BDBC94AB3DD205C" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "6DFD59A35AE3BA8E" + item: "complicated_bees:analyzer" + type: "item" + } + { + id: "2671B9BABB278AAF" + item: "complicated_bees:microscope" + type: "item" + } + { + id: "02AA6F1B01A8A358" + item: "complicated_bees:apid_library" + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest6.title}" + x: 6.0d + y: -0.5d + } + { + dependencies: ["6C972BEC949FEF25"] + description: ["{ftbquests.chapter.resource_generation.quest7.description1}"] + icon: "complicated_bees:centrifuge" + id: "7F77AE83C391B38A" + rewards: [ + { + count: 2 + id: "6DE87C9C067BE51C" + item: "complicated_bees:basic_upgrade" + type: "item" + } + { + id: "2CFE4E82974B96C7" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "0596758025E351E7" + item: "complicated_bees:centrifuge" + type: "item" + } + { + id: "22292F457571703B" + item: "complicated_bees:furnace_generator" + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest7.title}" + x: 3.0d + y: 0.0d + } + { + dependencies: ["56E75D57C3C9487C"] + description: [ + "{ftbquests.chapter.resource_generation.quest8.description1}" + "" + "{ftbquests.chapter.resource_generation.quest8.description2}" + "" + "{ftbquests.chapter.resource_generation.quest8.description3}" + ] + id: "6B8C517B623696FC" + rewards: [{ + id: "65CF1E70F6058FB6" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1897EC062CD5BB14" + item: "mysticalagriculture:inferium_farmland" + type: "item" + }] + x: -5.0d + y: 0.0d + } + { + dependencies: ["1633274D007EACBA"] + description: [ + "{ftbquests.chapter.resource_generation.quest9.description1}" + "" + "{ftbquests.chapter.resource_generation.quest9.description2}" + ] + icon: "mysticalagriculture:earth_seeds" + id: "6FE3B183104C980D" + rewards: [{ + id: "38E01D204D1EF42F" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "0B97017C95CF002F" + item: "mysticalagriculture:fire_seeds" + type: "item" + } + { + id: "4AD880DBBA0F44AC" + item: "mysticalagriculture:earth_seeds" + type: "item" + } + { + id: "1CF6E259DFB73471" + item: "mysticalagriculture:air_seeds" + type: "item" + } + { + id: "5A220320B4FF603D" + item: "mysticalagriculture:water_seeds" + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest9.title}" + x: -5.0d + y: 4.5d + } + { + dependencies: ["6B8C517B623696FC"] + description: ["{ftbquests.chapter.resource_generation.quest10.description1}"] + id: "742977FB1C2FCF94" + rewards: [ + { + id: "3D664EB844F9147B" + type: "xp" + xp: 100 + } + { + count: 4 + id: "0DD800CB15922FCA" + item: "mysticalagriculture:mystical_fertilizer" + type: "item" + } + ] + tasks: [{ + id: "0ECB8389F899DFED" + item: "mysticalagriculture:inferium_seeds" + type: "item" + }] + x: -6.0d + y: 0.5d + } + { + dependencies: ["6FE3B183104C980D"] + description: [ + "{ftbquests.chapter.resource_generation.quest11.description1}" + "" + "{ftbquests.chapter.resource_generation.quest11.description2}" + "" + "{ftbquests.chapter.resource_generation.quest11.description3}" + ] + id: "3E9104B5E89874E5" + rewards: [{ + id: "5298D061B2A0ECF6" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4EA28D763984F40D" + item: "mysticalagriculture:prudentium_essence" + type: "item" + }] + x: -7.0d + y: 4.5d + } + { + dependencies: ["3E9104B5E89874E5"] + id: "3A13E35FAF22E701" + rewards: [{ + id: "72E8727143BB78AC" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "26D671809237B280" + item: "mysticalagriculture:stone_seeds" + type: "item" + }] + x: -7.0d + y: 3.0d + } + { + dependencies: ["3E9104B5E89874E5"] + id: "472ECFBE89B04F90" + rewards: [{ + id: "65B6CED4B3EC2419" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "52CFF211B65C44C2" + item: "mysticalagriculture:nether_seeds" + type: "item" + }] + x: -6.0d + y: 3.5d + } + { + dependencies: ["3E9104B5E89874E5"] + id: "58210BAB0753F3E9" + rewards: [{ + id: "471158A78B49F010" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "45A52C3B5D1072F0" + item: "mysticalagriculture:dirt_seeds" + type: "item" + }] + x: -8.0d + y: 3.5d + } + { + dependencies: ["3E9104B5E89874E5"] + id: "4D2709D7429192C9" + rewards: [{ + id: "26E7ED2A3F783087" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5FB07917216B27E3" + item: "mysticalagriculture:ice_seeds" + type: "item" + }] + x: -7.0d + y: 6.0d + } + { + dependencies: ["3E9104B5E89874E5"] + id: "61D06954139026FB" + rewards: [{ + id: "1AB9B06EDE7E60F9" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1C7BDDD4AFE70389" + item: "mysticalagriculture:deepslate_seeds" + type: "item" + }] + x: -8.5d + y: 4.5d + } + { + dependencies: ["3E9104B5E89874E5"] + id: "3227DFF2132EF975" + rewards: [{ + id: "6B727B3CA809CDED" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "655222BE82316EF0" + item: "mysticalagriculture:wood_seeds" + type: "item" + }] + x: -8.0d + y: 5.5d + } + { + dependencies: ["6B8C517B623696FC"] + description: [ + "{ftbquests.chapter.resource_generation.quest18.description1}" + "" + "{ftbquests.chapter.resource_generation.quest18.description2}" + ] + icon: "mysticalagriculture:infusion_altar" + id: "1633274D007EACBA" + rewards: [ + { + id: "7799060FBF28BAD7" + type: "xp" + xp: 100 + } + { + count: 32 + id: "34B7B5E502C9E0FD" + item: "mysticalagriculture:inferium_essence" + type: "item" + } + ] + tasks: [ + { + id: "6E923D9547C6893B" + item: "mysticalagriculture:infusion_altar" + type: "item" + } + { + count: 8L + id: "750AF5FB1DE98AF7" + item: { Count: 8, id: "mysticalagriculture:infusion_pedestal" } + type: "item" + } + ] + x: -5.0d + y: 1.5d + } + { + dependencies: ["4FBECB8A5C79852D"] + dependency_requirement: "all_started" + description: [ + "{ftbquests.chapter.resource_generation.quest19.description1}" + "" + "{ftbquests.chapter.resource_generation.quest19.description2}" + ] + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "complicated_bees:simmering" + } + } + id: "3FBA3BCF67F2AB82" + rewards: [ + { + id: "4BF5655F9AC2A904" + item: { + Count: 1 + id: "complicated_bees:deadly_frame" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "4651BABFE2B44C00" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "0C5F2284F15313A9" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:crimson" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest19.task_891469205622428585.title}" + type: "item" + } + { + id: "360FC2242889CDFC" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:warped" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest19.task_3895545663253499388.title}" + type: "item" + } + { + id: "6FC03F9008B5AC25" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:cursed" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest19.task_8052506021592411173.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest19.title}" + x: 6.0d + y: 4.5d + } + { + dependencies: ["3FBA3BCF67F2AB82"] + description: [ + "{ftbquests.chapter.resource_generation.quest20.description1}" + "" + "{ftbquests.chapter.resource_generation.quest20.description2}" + ] + icon: { + Count: 1 + id: "complicated_bees:apiarist_helmet" + tag: { + Damage: 0 + } + } + id: "2C61C6948450E847" + rewards: [{ + id: "523BF496D9A8F05A" + type: "xp" + xp: 500 + }] + tasks: [ + { + id: "27BBCABB0D5AD34C" + item: { + Count: 1 + id: "complicated_bees:apiarist_helmet" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "6D8200A4CD00E0BB" + item: { + Count: 1 + id: "complicated_bees:apiarist_chestplate" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "62EE61229727B888" + item: { + Count: 1 + id: "complicated_bees:apiarist_leggings" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "2138D3DCB1342D31" + item: { + Count: 1 + id: "complicated_bees:apiarist_boots" + tag: { + Damage: 0 + } + } + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest20.title}" + x: 6.0d + y: 3.0d + } + { + dependencies: ["7DD195197887D9E6"] + dependency_requirement: "all_started" + description: [ + "{ftbquests.chapter.resource_generation.quest21.description1}" + "" + "{ftbquests.chapter.resource_generation.quest21.description2}" + "" + "{ftbquests.chapter.resource_generation.quest21.description3}" + "" + "{ftbquests.chapter.resource_generation.quest21.description4}" + ] + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "complicated_bees:rocky" + } + } + id: "4FBECB8A5C79852D" + rewards: [ + { + id: "533CEAD1E95600F5" + item: { + Count: 1 + id: "complicated_bees:deadly_frame" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "2A039B4D3D29E13E" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "7D5C1CBBD09FA64F" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:rocky" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest21.task_9033126545582958159.title}" + type: "item" + } + { + id: "63CA1502DB9729FB" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:robust" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest21.task_7190582857068653051.title}" + type: "item" + } + { + id: "155A783AE8BE7890" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:resilient" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest21.task_1538674417108678800.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest21.title}" + x: 4.5d + y: 3.0d + } + { + dependencies: ["3FBA3BCF67F2AB82"] + dependency_requirement: "all_started" + description: ["{ftbquests.chapter.resource_generation.quest22.description1}"] + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "complicated_bees:spectral" + } + } + id: "54A7758997E9D66B" + rewards: [ + { + id: "0FB31A18DC869396" + item: { + Count: 1 + id: "complicated_bees:deadly_frame" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "49404E0ED312183C" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "2AC525C3D3FA63A4" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:haunted" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest22.task_3081911043010225060.title}" + type: "item" + } + { + id: "4908C5254349BD55" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:ghostly" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest22.task_5262672928415792469.title}" + type: "item" + } + { + id: "76344175C61677C9" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:spectral" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest22.task_8517504769354790857.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest22.title}" + x: 7.5d + y: 4.5d + } + { + dependencies: ["4FBECB8A5C79852D"] + dependency_requirement: "all_started" + description: ["{ftbquests.chapter.resource_generation.quest23.description1}"] + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "complicated_bees:honey" + } + } + id: "0240D7D55692DAC9" + rewards: [ + { + id: "3CF01507AB8D5DDB" + item: { + Count: 1 + id: "complicated_bees:deadly_frame" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "0C80C42A274E4275" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "328BB990930CAFE3" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:common" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest23.task_3642208754252689379.title}" + type: "item" + } + { + id: "732D0200D779A9A1" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:cultivated" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest23.task_8299291890952022433.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest23.title}" + x: 4.5d + y: 4.5d + } + { + dependencies: ["0240D7D55692DAC9"] + dependency_requirement: "all_started" + description: ["{ftbquests.chapter.resource_generation.quest24.description1}"] + hide_dependency_lines: false + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "complicated_bees:stringy" + } + } + id: "710F5DFED74D5098" + rewards: [ + { + count: 16 + id: "14342AEF755C91DF" + item: "complicated_bees:pollen" + type: "item" + } + { + count: 2 + id: "4ACEB6F5DCF82706" + item: "complicated_bees:withered_upgrade" + type: "item" + } + { + id: "7916D2D33A04371F" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "747D0EAA7DA3E0CA" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:diligent" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest24.task_8393881405903593674.title}" + type: "item" + } + { + id: "322EDDB1BC826988" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:tireless" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest24.task_3616071306266700168.title}" + type: "item" + } + { + id: "1C1BA9011F847AE1" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:industrious" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest24.task_2025398279722007265.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest24.title}" + x: 5.0d + y: 6.0d + } + { + dependencies: ["0240D7D55692DAC9"] + dependency_requirement: "all_started" + description: [ + "{ftbquests.chapter.resource_generation.quest25.description1}" + "" + "{ftbquests.chapter.resource_generation.quest25.description2}" + "" + "{ftbquests.chapter.resource_generation.quest25.description3}" + ] + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "complicated_bees:dripping" + } + } + id: "5AFED2AAA3E9F13D" + rewards: [ + { + count: 16 + id: "198FD86FE723884F" + item: "complicated_bees:royal_jelly" + type: "item" + } + { + count: 2 + id: "27A4E591F3E93CB1" + item: "complicated_bees:endenic_upgrade" + type: "item" + } + { + id: "622511E7D8032B19" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "58CB8BD3EB8A39F5" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:noble" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest25.task_6398361437915986421.title}" + type: "item" + } + { + id: "0A7367C07AF4620B" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:majestic" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest25.task_753059639095222795.title}" + type: "item" + } + { + id: "620441B639171446" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:imperial" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest25.task_7062842366521447494.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest25.title}" + x: 4.0d + y: 6.0d + } + { + dependencies: [ + "5AFED2AAA3E9F13D" + "710F5DFED74D5098" + ] + description: [ + "{ftbquests.chapter.resource_generation.quest26.description1}" + "" + "{ftbquests.chapter.resource_generation.quest26.description2}" + "" + "{ftbquests.chapter.resource_generation.quest26.description3}" + "" + "{ftbquests.chapter.resource_generation.quest26.description4}" + ] + id: "530A8B09322225E3" + rewards: [ + { + count: 32 + id: "640D66B928D4AB16" + item: "complicated_bees:mellarium_panel" + type: "item" + } + { + id: "69BF74B1B2A3922F" + type: "xp" + xp: 500 + } + ] + tasks: [{ + id: "694990D9BD2781B3" + item: "complicated_bees:mellarium_base" + type: "item" + }] + title: "{ftbquests.chapter.resource_generation.quest26.title}" + x: 4.5d + y: 7.0d + } + { + dependencies: ["7F77AE83C391B38A"] + description: [ + "{ftbquests.chapter.resource_generation.quest27.description1}" + "" + "{ftbquests.chapter.resource_generation.quest27.description2}" + "" + "{ftbquests.chapter.resource_generation.quest27.description3}" + ] + id: "4F11217D1FFF16C0" + rewards: [ + { + count: 16 + id: "1DEF8D256A752F99" + item: "complicated_bees:propolis" + type: "item" + } + { + id: "0CECD6B08675C166" + type: "xp" + xp: 500 + } + ] + tasks: [{ + id: "69A271E15F7B648A" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "complicated_bees:basic_upgrade" + } + { + Count: 1b + id: "complicated_bees:waxed_upgrade" + } + { + Count: 1b + id: "complicated_bees:honeyed_upgrade" + } + { + Count: 1b + id: "complicated_bees:twisted_upgrade" + } + { + Count: 1b + id: "complicated_bees:silky_upgrade" + } + { + Count: 1b + id: "complicated_bees:royal_upgrade" + } + { + Count: 1b + id: "complicated_bees:endenic_upgrade" + } + { + Count: 1b + id: "complicated_bees:withered_upgrade" + } + ] + } + } + title: "{ftbquests.chapter.resource_generation.quest27.task_7611771532993062026.title}" + type: "item" + }] + title: "{ftbquests.chapter.resource_generation.quest27.title}" + x: 3.0d + y: 1.5d + } + { + dependencies: ["4F11217D1FFF16C0"] + description: [ + "{ftbquests.chapter.resource_generation.quest28.description1}" + "" + "{ftbquests.chapter.resource_generation.quest28.description2}" + ] + id: "056502E8EAC2C949" + rewards: [ + { + count: 16 + id: "7453C5AE15644083" + item: "complicated_bees:honey_droplet" + type: "item" + } + { + id: "2F90D13E549A6752" + item: { + Count: 1 + id: "complicated_bees:deadly_frame" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "41D76177C1FF7B89" + type: "xp" + xp: 500 + } + ] + tasks: [{ + id: "1451B8D14FD68C72" + item: "complicated_bees:honey_generator" + type: "item" + }] + x: 3.0d + y: 3.0d + } + { + dependencies: ["7F77AE83C391B38A"] + description: [ + "{ftbquests.chapter.resource_generation.quest29.description1}" + "" + "{ftbquests.chapter.resource_generation.quest29.description2}" + ] + icon: "minecraft:bee_nest" + id: "703C966888CEAF46" + rewards: [ + { + count: 8 + id: "1C238223147DE215" + item: "complicated_bees:honey_droplet" + type: "item" + } + { + id: "4149204171913F37" + type: "xp" + xp: 500 + } + ] + tasks: [{ + id: "37949B2DD1113687" + type: "checkmark" + }] + title: "{ftbquests.chapter.resource_generation.quest29.title}" + x: 1.5d + y: 0.0d + } + { + dependencies: ["4FBECB8A5C79852D"] + dependency_requirement: "one_started" + description: ["{ftbquests.chapter.resource_generation.quest30.description1}"] + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "complicated_bees:copper" + } + } + id: "0A48AEDC49A48973" + rewards: [ + { + count: 4 + id: "58C314EBD8C42D12" + item: "minecraft:enchanted_golden_apple" + type: "item" + } + { + count: 32 + id: "29EBBC07267B73D4" + item: "mysticalagriculture:supremium_growth_accelerator" + type: "item" + } + { + id: "75EA89A92A66DC59" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "0EA60ACDE2EADAE6" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:cuprous" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest30.task_1055543042056575718.title}" + type: "item" + } + { + id: "466A8C08649994F3" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:precious" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest30.task_5074021897861698803.title}" + type: "item" + } + { + id: "4CCA406B1C1D5354" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:ferrous" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest30.task_5533305920955437908.title}" + type: "item" + } + { + id: "7E14F17EC2430C56" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:plumbum" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest30.task_9085151875040480342.title}" + type: "item" + } + { + id: "5F59CD7866EF3947" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:argentum" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest30.task_6870748623537125703.title}" + type: "item" + } + { + id: "218C8CD49CAD24F4" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:osmium" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest30.task_2417461944780662004.title}" + type: "item" + } + { + id: "0AA429B26695BC78" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:zincum" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest30.task_766783682761833592.title}" + type: "item" + } + { + id: "4222159749F84687" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:radioactive" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest30.task_4765395095236658823.title}" + type: "item" + } + { + id: "758A0B5AA731EA7E" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:stannum" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest30.task_8469594533203667582.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest30.title}" + x: 3.0d + y: 6.0d + } + { + dependencies: [ + "4FBECB8A5C79852D" + "3FBA3BCF67F2AB82" + ] + dependency_requirement: "one_started" + description: ["{ftbquests.chapter.resource_generation.quest31.description1}"] + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "complicated_bees:coal" + } + } + id: "7AFEB9E87800654A" + rewards: [ + { + count: 4 + id: "53272C0F8F2DC296" + item: "minecraft:enchanted_golden_apple" + type: "item" + } + { + count: 32 + id: "57F0CC1DD195F755" + item: "mysticalagriculture:supremium_growth_accelerator" + type: "item" + } + { + id: "1EA42D6FE8B2EFB9" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "339CD4C8E6EA2606" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:bituminous" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest31.task_3719081351633839622.title}" + type: "item" + } + { + id: "6335C66F5DF612CF" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:conductive" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest31.task_7148838165140607695.title}" + type: "item" + } + { + id: "4C0D8DA8BF21F928" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:luminous" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest31.task_5480192077480458536.title}" + type: "item" + } + { + id: "276CA391C0A73885" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:lapic" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest31.task_2840825311361710213.title}" + type: "item" + } + { + id: "60A4A2FA95605E84" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:amethyst" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest31.task_6963870120953273988.title}" + type: "item" + } + { + id: "4899AE05E1ED759A" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:dimantic" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest31.task_5231403782456047002.title}" + type: "item" + } + { + id: "193BFD17439F127A" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:emeradic" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest31.task_1818325150934700666.title}" + type: "item" + } + { + id: "62CAB593B1F591EC" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:quartz" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest31.task_7118701806962971116.title}" + type: "item" + } + { + id: "3DF08F7DC76C0A35" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:silicate" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest31.task_4463225001103591989.title}" + type: "item" + } + { + id: "2E9A66705838F50E" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:fluorite" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest31.task_3358109104860624142.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest31.title}" + x: 6.0d + y: 6.0d + } + { + dependencies: ["3E9104B5E89874E5"] + description: [ + "{ftbquests.chapter.resource_generation.quest32.description1}" + "" + "{ftbquests.chapter.resource_generation.quest32.description2}" + "" + "{ftbquests.chapter.resource_generation.quest32.description3}" + "" + "{ftbquests.chapter.resource_generation.quest32.description4}" + ] + id: "2509BD7F791C2BC5" + rewards: [{ + id: "7ABE29DF977CDFB9" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4D7664DE210D6CC9" + item: "mysticalagriculture:tertium_essence" + type: "item" + }] + x: -2.0d + y: 9.5d + } + { + dependencies: ["2509BD7F791C2BC5"] + description: [ + "{ftbquests.chapter.resource_generation.quest33.description1}" + "" + "{ftbquests.chapter.resource_generation.quest33.description2}" + "" + "{ftbquests.chapter.resource_generation.quest33.description3}" + ] + id: "29D91679CB08E659" + rewards: [{ + id: "6BF9ECE8F48BD435" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "63A131BD3CC1004C" + item: "mysticalagriculture:imperium_essence" + type: "item" + }] + x: -9.5d + y: 9.5d + } + { + dependencies: ["29D91679CB08E659"] + description: [ + "{ftbquests.chapter.resource_generation.quest34.description1}" + "" + "{ftbquests.chapter.resource_generation.quest34.description2}" + "" + "{ftbquests.chapter.resource_generation.quest34.description3}" + ] + id: "538CFE623B75990A" + rewards: [{ + id: "5B2A0163D7FCDB19" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "319E2C2891DDB9E1" + item: "mysticalagriculture:supremium_essence" + type: "item" + }] + x: -9.5d + y: 15.5d + } + { + dependencies: ["4FBECB8A5C79852D"] + dependency_requirement: "one_started" + description: [ + "{ftbquests.chapter.resource_generation.quest35.description1}" + "" + "{ftbquests.chapter.resource_generation.quest35.description2}" + ] + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "reclamation:magical" + } + } + id: "0421D9DBD650A20B" + rewards: [ + { + id: "4808F5B2DD571B65" + item: { + Count: 1 + id: "complicated_bees:deadly_frame" + tag: { + Damage: 0 + } + } + type: "item" + } + { + count: 4 + id: "48C47C6AACE24DF6" + item: "botania:blacker_lotus" + type: "item" + } + { + count: 8 + id: "205C4F29F25A0E62" + item: "botania:overgrowth_seed" + type: "item" + } + { + count: 8 + id: "50CAD9CC5D89383E" + item: "bloodmagic:hellforgedparts" + type: "item" + } + { + id: "2E3F89FE2908D569" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "4A94304490D9A90E" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:natural" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest35.task_5373973326405937422.title}" + type: "item" + } + { + id: "05CAC1EB80406FBE" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:botanic" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest35.task_417359132698374078.title}" + type: "item" + } + { + id: "264ECB3724921EBF" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:dawnstone" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest35.task_2760367059321888447.title}" + type: "item" + } + { + id: "38D7A03F1C723D63" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:willful" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest35.task_4095918579037388131.title}" + type: "item" + } + { + id: "6DC74367F4AFA714" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:source" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest35.task_7910365384265410324.title}" + type: "item" + } + { + id: "402964C551141D0E" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:demonite" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest35.task_4623337291104132366.title}" + type: "item" + } + { + id: "4964212347DCD2FE" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:terra" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest35.task_5288388297853031166.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest35.title}" + x: 3.0d + y: 4.5d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "38EDB9CFDA9C2D28" + rewards: [{ + id: "06B9048A5FFC80DB" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "604AA7237C047C6B" + item: "mysticalagriculture:copper_seeds" + type: "item" + }] + x: -2.5d + y: 6.5d + } + { + dependencies: [ + "0421D9DBD650A20B" + "2509BD7F791C2BC5" + ] + dependency_requirement: "all_started" + description: ["{ftbquests.chapter.resource_generation.quest37.description1}"] + id: "5DF16174EF809D9B" + rewards: [{ + id: "747A64B1D2959678" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "51671D6C6E8AD2C1" + item: "mysticalagriculture:nature_seeds" + type: "item" + }] + x: -0.5d + y: 7.0d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "1EE023A9CE3F34C6" + rewards: [{ + id: "22043115FB572BD7" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3A3FF807F49E3D7E" + item: "mysticalagriculture:dye_seeds" + type: "item" + }] + x: -1.5d + y: 6.5d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "214EBA6BF874EB98" + rewards: [{ + id: "3045A567770AE39E" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2617BA7C893F1E8D" + item: "mysticalagriculture:iron_seeds" + type: "item" + }] + x: 0.5d + y: 8.0d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "755B3C448BB32CCB" + rewards: [{ + id: "76978EED71EB1FBD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "736ED8D3A9D76F00" + item: "mysticalagriculture:lead_seeds" + type: "item" + }] + x: 1.0d + y: 9.0d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "60F6F345B93AD3F3" + rewards: [{ + id: "4FEA20F1DE99F0AA" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5AECEA525CDA2B3D" + item: "mysticalagriculture:gold_seeds" + type: "item" + }] + x: 1.0d + y: 10.0d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "3A3270B1BE4B0958" + rewards: [{ + id: "67AEB68AE40C80DD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3E1BB73EBB2DBFE9" + item: "mysticalagriculture:silver_seeds" + type: "item" + }] + x: 0.5d + y: 11.0d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "11090946D274C166" + rewards: [{ + id: "68657CE3AC031D47" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5DB910C05BECA8EC" + item: "mysticalagriculture:coal_seeds" + type: "item" + }] + x: -0.5d + y: 12.0d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "79BC9E60D226697B" + rewards: [{ + id: "78D929A05F9F75AE" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "062C968AC349B3DA" + item: "mysticalagriculture:mystical_flower_seeds" + type: "item" + }] + x: -1.5d + y: 12.5d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "0C9A8B2E68C67874" + rewards: [{ + id: "67F2DA3E7DB8E922" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6CA4CA5245477289" + item: "mysticalagriculture:zinc_seeds" + type: "item" + }] + x: -2.5d + y: 12.5d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "3B5C0A7B5414BE45" + rewards: [{ + id: "3FC6D4018E293FA8" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5AC5D4C2076964ED" + item: "mysticalagriculture:tin_seeds" + type: "item" + }] + x: -3.5d + y: 12.0d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "2D0C0D948E679690" + rewards: [{ + id: "5201E1EA22A2F0D7" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "235FCA820199DF09" + item: "mysticalagriculture:soulium_seeds" + type: "item" + }] + x: -4.5d + y: 11.0d + } + { + dependencies: ["29D91679CB08E659"] + id: "24C30A127C74D77A" + rewards: [{ + id: "04161CF7388DFD01" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "04DBC752E530E275" + item: "mysticalagriculture:enderman_seeds" + type: "item" + }] + x: -9.0d + y: 6.5d + } + { + dependencies: ["29D91679CB08E659"] + id: "05B609CA9BC006E6" + rewards: [{ + id: "50E6E1C189265F20" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5AC1C5B3E5AE7082" + item: "mysticalagriculture:blaze_seeds" + type: "item" + }] + x: -10.0d + y: 6.5d + } + { + dependencies: ["29D91679CB08E659"] + id: "05818486AB14ED09" + rewards: [{ + id: "785F3FD967022017" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "31DCCA2252AEFCB3" + item: "mysticalagriculture:certus_quartz_seeds" + type: "item" + }] + x: -7.0d + y: 8.0d + } + { + dependencies: ["29D91679CB08E659"] + id: "412B3258170AD961" + rewards: [{ + id: "36E0A667C329E74A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6BB0957BA6B01C54" + item: "mysticalagriculture:nether_quartz_seeds" + type: "item" + }] + x: -11.0d + y: 7.0d + } + { + dependencies: ["29D91679CB08E659"] + id: "4282A7669D40F5E2" + rewards: [{ + id: "4056EDF8F5534B66" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "776C2C2B52A32AEA" + item: "mysticalagriculture:amethyst_seeds" + type: "item" + }] + x: -12.0d + y: 11.0d + } + { + dependencies: ["29D91679CB08E659"] + id: "4083416E69C9A90E" + rewards: [{ + id: "0F74B039F361C7EA" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7C5B3DF114ADB789" + item: "mysticalagriculture:glowstone_seeds" + type: "item" + }] + x: -11.0d + y: 12.0d + } + { + dependencies: ["29D91679CB08E659"] + id: "77A433E2D375130F" + rewards: [{ + id: "63182DE21B615959" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "324D113F285C29F0" + item: "mysticalagriculture:redstone_seeds" + type: "item" + }] + x: -12.0d + y: 8.0d + } + { + dependencies: ["29D91679CB08E659"] + id: "6F0EA6A4F2535B7C" + rewards: [{ + id: "66E83B70CAFE1D8A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "653323C0D0E2EBE2" + item: "mysticalagriculture:lapis_lazuli_seeds" + type: "item" + }] + x: -12.5d + y: 9.0d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "1986FC972AC0EFA6" + rewards: [{ + id: "52C8019BE6AFA3E1" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "0BD8EA7FBDF23E0A" + item: "mysticalagriculture:sky_stone_seeds" + type: "item" + }] + x: -3.5d + y: 7.0d + } + { + dependencies: ["29D91679CB08E659"] + id: "7D82DB17EC4416E6" + rewards: [{ + id: "16CC2325FBFE4367" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4C83519D33D547D9" + item: "mysticalagriculture:steel_seeds" + type: "item" + }] + x: -8.0d + y: 7.0d + } + { + dependencies: ["29D91679CB08E659"] + id: "6F4774D2991E963D" + rewards: [{ + id: "68FEDDF00E8D69AA" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "040253A6A8D013FD" + item: "mysticalagriculture:uranium_seeds" + type: "item" + }] + x: -7.5d + y: 11.5d + } + { + dependencies: ["29D91679CB08E659"] + id: "3D68F7ACD4236965" + rewards: [{ + id: "60DA6246620CF3BC" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2D3FA10C7611BD3E" + item: "mysticalagriculture:osmium_seeds" + type: "item" + }] + x: -12.5d + y: 10.0d + } + { + dependencies: ["29D91679CB08E659"] + id: "01C80BDF7B16626E" + rewards: [{ + id: "0C5AFA9AF1871CDD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "116BE06BFA45C648" + item: "mysticalagriculture:fluorite_seeds" + type: "item" + }] + x: -7.0d + y: 10.5d + } + { + dependencies: ["29D91679CB08E659"] + id: "6E3324A3C00C43C2" + rewards: [{ + id: "07902EDB44689BE5" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7759D71BBD82275D" + item: "mysticalagriculture:prismarine_seeds" + type: "item" + }] + x: -8.5d + y: 12.0d + } + { + dependencies: ["538CFE623B75990A"] + id: "7EBB96CA83BB68A8" + rewards: [{ + id: "78C334672A12EC64" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3A4BA4060A05E9F7" + item: "mysticalagriculture:diamond_seeds" + type: "item" + }] + x: -8.0d + y: 15.5d + } + { + dependencies: ["538CFE623B75990A"] + id: "638ED8D6563FE202" + rewards: [{ + id: "2E504B3CEC3049AE" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "130175843E2E794A" + item: "mysticalagriculture:emerald_seeds" + type: "item" + }] + x: -11.0d + y: 15.5d + } + { + dependencies: ["538CFE623B75990A"] + id: "31519496FD0472BE" + rewards: [{ + id: "113D2CD225DDB5B7" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2A3C2BF95259F3A3" + item: "mysticalagriculture:netherite_seeds" + type: "item" + }] + x: -10.5d + y: 16.5d + } + { + dependencies: ["538CFE623B75990A"] + id: "7925CC8AE12DF568" + rewards: [{ + id: "0D5E999B7A32CDE3" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "55E84064A303F30B" + item: "mysticalagriculture:wither_skeleton_seeds" + type: "item" + }] + x: -8.5d + y: 16.5d + } + { + dependencies: ["538CFE623B75990A"] + id: "0DF3DB3219EB7042" + rewards: [{ + id: "61EF38D9EF1A949D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5BD23B6C54643BDA" + item: "mysticalagriculture:experience_seeds" + type: "item" + }] + x: -9.5d + y: 17.0d + } + { + dependencies: ["6B8C517B623696FC"] + description: ["{ftbquests.chapter.resource_generation.quest67.description1}"] + id: "5DE5C6DBD33B6698" + rewards: [ + { + id: "0D083FB914C6A259" + type: "xp" + xp: 100 + } + { + count: 4 + id: "32EF3C3AA9071C20" + item: "mysticalagriculture:inferium_growth_accelerator" + type: "item" + } + ] + tasks: [{ + id: "58DA490D72A1270A" + item: "mysticalagriculture:inferium_growth_accelerator" + type: "item" + }] + x: -4.0d + y: 0.5d + } + { + dependencies: ["56E75D57C3C9487C"] + description: ["{ftbquests.chapter.resource_generation.quest68.description1}"] + id: "67F1DFD4A17BF030" + rewards: [{ + id: "776B1E24B75F59AD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5D743E2BFF4E58CB" + item: { + Count: 1 + id: "mysticalagriculture:inferium_watering_can" + tag: { + Active: 0b + Water: 0b + } + } + type: "item" + }] + x: -2.5d + y: 0.0d + } + { + dependencies: ["67F1DFD4A17BF030"] + id: "6766662BEF74B9C3" + rewards: [{ + id: "56E1CB834B3793CE" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "48CF2C0019A07805" + item: { + Count: 1 + id: "mysticalagriculture:prudentium_watering_can" + tag: { + Active: 0b + Water: 0b + } + } + type: "item" + }] + x: -2.5d + y: 1.0d + } + { + dependencies: ["6766662BEF74B9C3"] + id: "4256945A2E6C6725" + rewards: [{ + id: "7876C52A86F7AE85" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7EF12EEF71308A18" + item: { + Count: 1 + id: "mysticalagriculture:tertium_watering_can" + tag: { + Active: 0b + Water: 0b + } + } + type: "item" + }] + x: -2.5d + y: 2.0d + } + { + dependencies: ["4256945A2E6C6725"] + id: "74E792C5A04CD1AA" + rewards: [{ + id: "1FC672E9137A47D7" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "46D3185466374EA8" + item: { + Count: 1 + id: "mysticalagriculture:imperium_watering_can" + tag: { + Active: 0b + Water: 0b + } + } + type: "item" + }] + x: -2.5d + y: 3.0d + } + { + dependencies: ["74E792C5A04CD1AA"] + id: "1AD7C3F6F6C06B69" + rewards: [{ + id: "18DBD8D6496CC35C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "196E2CCA7068E78D" + item: { + Count: 1 + id: "mysticalagriculture:supremium_watering_can" + tag: { + Active: 0b + Water: 0b + } + } + type: "item" + }] + x: -2.5d + y: 4.0d + } + { + dependencies: ["1AD7C3F6F6C06B69"] + description: ["{ftbquests.chapter.resource_generation.quest73.description1}"] + id: "751C7AD884E539D1" + rewards: [{ + id: "5A04DA42005D5FB0" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "518442D17864A6D1" + item: { + Count: 1 + id: "mysticalagriculture:awakened_supremium_watering_can" + tag: { + Active: 0b + Water: 0b + } + } + type: "item" + }] + x: -2.5d + y: 5.0d + } + ] + title: "{ftbquests.chapter.resource_generation.title}" +} diff --git a/FTBLang/config/ftbquests/quests/chapters/the_color_green.snbt b/FTBLang/config/ftbquests/quests/chapters/the_color_green.snbt new file mode 100644 index 0000000..79679aa --- /dev/null +++ b/FTBLang/config/ftbquests/quests/chapters/the_color_green.snbt @@ -0,0 +1,2379 @@ +{ + default_hide_dependency_lines: false + default_min_width: 280 + default_quest_shape: "" + filename: "the_color_green" + group: "" + hide_quest_until_deps_visible: true + icon: "minecraft:grass_block" + id: "40E17D40DC433CF2" + images: [ + { + dependency: "2F210E03731A0E21" + height: 5.0d + image: "reclamation:textures/quests/theurgy_3.png" + rotation: 0.0d + width: 5.0d + x: 9.178571428571445d + y: -5.625d + } + { + dependency: "4DE7466CAC029EF6" + height: 5.0d + image: "reclamation:textures/quests/botania_1.png" + rotation: 0.0d + width: 5.0d + x: -8.5d + y: -5.0d + } + ] + order_index: 2 + quest_links: [ ] + quests: [ + { + dependencies: ["600A7F0DFD880119"] + description: ["{ftbquests.chapter.the_color_green.quest1.description1}"] + disable_toast: true + hide_until_deps_complete: true + icon: "minecraft:grass_block" + id: "226F9F21A941389C" + rewards: [{ + id: "170C4090678FECEA" + type: "xp" + xp: 100 + }] + shape: "hexagon" + tasks: [{ + id: "65DF7FECE306BB89" + item: "botania:grass_seeds" + type: "item" + }] + title: "{ftbquests.chapter.the_color_green.quest1.title}" + x: 0.0d + y: 0.0d + } + { + dependencies: ["7010ED9A666FF89E"] + description: [ + "{ftbquests.chapter.the_color_green.quest2.description1}" + "" + "{ftbquests.chapter.the_color_green.quest2.description2}" + "" + "{ftbquests.chapter.the_color_green.quest2.description3}" + ] + id: "359392265BF91571" + rewards: [ + { + id: "5ACB4ADC3DC12005" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "enchanted:getting_started" + } + } + type: "item" + } + { + id: "2BFCF3B11C7B8183" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "enchanted:extraction" + } + } + type: "item" + } + { + id: "5F12A309349BC28F" + type: "xp" + xp: 100 + } + ] + tasks: [{ + count: 6L + id: "212094225DE3E6B4" + item: "enchanted:altar" + type: "item" + }] + title: "{ftbquests.chapter.the_color_green.quest2.title}" + x: -1.5d + y: -4.5d + } + { + dependencies: ["226F9F21A941389C"] + description: [ + "{ftbquests.chapter.the_color_green.quest3.description1}" + "" + "{ftbquests.chapter.the_color_green.quest3.description2}" + ] + id: "624E015B09427542" + rewards: [ + { + id: "58F7C78A39D0658F" + item: "botania:flower_bag" + type: "item" + } + { + id: "314D4253EEBA2094" + item: "botania:lexicon" + type: "item" + } + { + id: "48006DB12ACD550E" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "04DF51069030E5BD" + item: "botania:fertilizer" + type: "item" + }] + x: -1.0d + y: -1.0d + } + { + dependencies: ["624E015B09427542"] + description: [ + "{ftbquests.chapter.the_color_green.quest4.description1}" + "" + "{ftbquests.chapter.the_color_green.quest4.description2}" + "" + "{ftbquests.chapter.the_color_green.quest4.description3}" + ] + icon: "botania:pure_daisy" + id: "2737F0AE3D1835D4" + rewards: [{ + id: "7DF6B03915980576" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "5FDA8F0AB90A9B3A" + item: "botania:apothecary_default" + type: "item" + } + { + id: "7E43E7CA766C63FB" + item: "botania:pure_daisy" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest4.title}" + x: -1.0d + y: -2.0d + } + { + dependencies: [ + "27C68B6622F186D7" + "01C2598A1D9CF754" + ] + description: [ + "{ftbquests.chapter.the_color_green.quest5.description1}" + "" + "{ftbquests.chapter.the_color_green.quest5.description2}" + "" + "{ftbquests.chapter.the_color_green.quest5.description3}" + "" + "{ftbquests.chapter.the_color_green.quest5.description4}" + ] + id: "61329AF67AD28062" + rewards: [ + { + id: "5AB406393AECC75B" + item: "embers:ancient_codex" + type: "item" + } + { + id: "300859D34D3F6715" + item: "embers:tinker_hammer" + type: "item" + } + { + id: "40E922A50B43176F" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "509473B71F9A83D4" + item: "embers:raw_lead" + type: "item" + }] + x: 1.5d + y: -3.0d + } + { + dependencies: ["61329AF67AD28062"] + description: [ + "{ftbquests.chapter.the_color_green.quest6.description1}" + "" + "{ftbquests.chapter.the_color_green.quest6.description2}" + "" + "{ftbquests.chapter.the_color_green.quest6.description3}" + "" + "{ftbquests.chapter.the_color_green.quest6.description4}" + ] + icon: "embers:ember_bore" + id: "6DC359D0F8736415" + rewards: [ + { + id: "131DE50BA2E02262" + type: "xp" + xp: 100 + } + { + id: "2AF7BCC46CB892FD" + item: "embers:tinker_lens" + type: "item" + } + ] + tasks: [ + { + id: "2BB9D62248783D75" + item: "embers:ember_bore" + type: "item" + } + { + id: "19157F0B4CA59D7A" + item: "embers:mechanical_core" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest6.title}" + x: 1.5d + y: -4.5d + } + { + dependencies: [ + "2737F0AE3D1835D4" + "27C68B6622F186D7" + ] + description: [ + "{ftbquests.chapter.the_color_green.quest7.description1}" + "" + "{ftbquests.chapter.the_color_green.quest7.description2}" + ] + icon: "minecraft:gold_ingot" + id: "7010ED9A666FF89E" + rewards: [{ + id: "289410D79C125A6E" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "7E10DE645C029C5C" + item: "naturesaura:gold_nether_brick" + type: "item" + } + { + id: "68E1E94809F222CE" + item: "minecraft:gold_ingot" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest7.title}" + x: -1.5d + y: -3.0d + } + { + dependencies: ["2737F0AE3D1835D4"] + description: ["{ftbquests.chapter.the_color_green.quest8.description1}"] + icon: "botania:livingwood_log" + id: "6ED1017877CB7568" + rewards: [{ + id: "758CE2B88B878005" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "48E60FEBE83ECFE3" + item: "botania:livingwood_log" + type: "item" + } + { + id: "205A765021C1D096" + item: "botania:livingrock" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest8.title}" + x: -2.0d + y: -2.0d + } + { + dependencies: [ + "389C82D9424B4099" + "226F9F21A941389C" + ] + description: [ + "{ftbquests.chapter.the_color_green.quest9.description1}" + "" + "{ftbquests.chapter.the_color_green.quest9.description2}" + "" + "{ftbquests.chapter.the_color_green.quest9.description3}" + ] + icon: "minecraft:netherrack" + id: "27C68B6622F186D7" + rewards: [{ + id: "5CD4DB3CD4BEA433" + type: "xp" + xp: 100 + }] + tasks: [ + { + dimension: "minecraft:the_nether" + id: "38900D6378B19874" + title: "{ftbquests.chapter.the_color_green.quest9.task_4075772383648127092.title}" + type: "dimension" + } + { + id: "0EBC3D370C08B62F" + item: { + Count: 1 + id: "minecraft:flint_and_steel" + tag: { + Damage: 0 + } + } + optional_task: true + type: "item" + } + { + id: "0D0B7B0E63CCA21B" + item: "minecraft:bucket" + optional_task: true + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest9.title}" + x: 0.0d + y: -2.5d + } + { + dependencies: ["46CC05A2F2D89079"] + description: [ + "{ftbquests.chapter.the_color_green.quest10.description1}" + "" + "{ftbquests.chapter.the_color_green.quest10.description2}" + "" + "{ftbquests.chapter.the_color_green.quest10.description3}" + ] + icon: "naturesaura:nature_altar" + id: "5274A282D9182B7C" + rewards: [{ + id: "5F51643B0B917615" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4BD721A26C88ED2C" + item: "naturesaura:nature_altar" + type: "item" + } + { + count: 16L + id: "351FCC7A8A161D97" + item: { Count: 16, id: "minecraft:stone_bricks" } + type: "item" + } + { + count: 4L + id: "701B2C7A74366E0A" + item: { Count: 4, id: "minecraft:chiseled_stone_bricks" } + type: "item" + } + { + count: 8L + id: "598F68386899E1AC" + item: { Count: 8, id: "naturesaura:gold_brick" } + type: "item" + } + { + count: 20L + icon: "minecraft:oak_planks" + id: "41E906B0B5DC2CBE" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "minecraft:planks" + } + } + title: "{ftbquests.chapter.the_color_green.quest10.task_4749334638074014910.title}" + type: "item" + } + { + id: "0FA54974D0CC4874" + item: "naturesaura:eye" + optional_task: true + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest10.title}" + x: 2.0d + y: -1.0d + } + { + dependencies: ["5274A282D9182B7C"] + description: ["{ftbquests.chapter.the_color_green.quest11.description1}"] + id: "01C2598A1D9CF754" + rewards: [{ + id: "18E87B858A66A8FD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "070CA9418C5F199F" + item: "naturesaura:infused_iron" + type: "item" + }] + title: "{ftbquests.chapter.the_color_green.quest11.title}" + x: 2.0d + y: -2.0d + } + { + dependencies: ["61329AF67AD28062"] + description: [ + "{ftbquests.chapter.the_color_green.quest12.description1}" + "" + "{ftbquests.chapter.the_color_green.quest12.description2}" + ] + id: "153CB8257AEDA4ED" + rewards: [{ + id: "1FDC0C329743808A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "0C28FD3F5C919A74" + item: "create:andesite_alloy" + type: "item" + }] + x: 3.0d + y: -3.0d + } + { + dependencies: ["5274A282D9182B7C"] + description: [ + "{ftbquests.chapter.the_color_green.quest13.description1}" + "" + "{ftbquests.chapter.the_color_green.quest13.description2}" + ] + id: "58C55BE2ECDC9FD5" + rewards: [{ + id: "0274CAE89C92B7CF" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "72965D594F07ECDB" + item: "naturesaura:ancient_sapling" + type: "item" + }] + title: "{ftbquests.chapter.the_color_green.quest13.title}" + x: 2.0d + y: 0.0d + } + { + dependencies: [ + "01C2598A1D9CF754" + "58C55BE2ECDC9FD5" + ] + description: [ + "{ftbquests.chapter.the_color_green.quest14.description1}" + "" + "{ftbquests.chapter.the_color_green.quest14.description2}" + ] + icon: "naturesaura:flower_generator" + id: "6628083C19C5F8CB" + rewards: [{ + id: "477677B503ADE1DB" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4F2645681873AE53" + item: "naturesaura:flower_generator" + type: "item" + } + { + id: "4C8DCDC35E190F4C" + item: "naturesaura:aura_cache" + optional_task: true + type: "item" + } + ] + x: 4.0d + y: -1.0d + } + { + dependencies: [ + "7010ED9A666FF89E" + "6ED1017877CB7568" + ] + description: [ + "{ftbquests.chapter.the_color_green.quest15.description1}" + "" + "{ftbquests.chapter.the_color_green.quest15.description2}" + "" + "{ftbquests.chapter.the_color_green.quest15.description3}" + ] + icon: "botania:mana_spreader" + id: "2FD66F543443B8A8" + rewards: [{ + id: "68C31A94CDDEC159" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "0CB0B2674C20ED57" + item: "botania:mana_spreader" + type: "item" + } + { + id: "4D18F6CA3EE6D63D" + item: "botania:mana_pool" + type: "item" + } + { + id: "60390123FA913DCA" + item: "botania:endoflame" + type: "item" + } + { + id: "38161206AE3DB7D5" + item: { + Count: 1 + id: "botania:twig_wand" + tag: { + color1: 0 + color2: 0 + } + } + match_nbt: false + optional_task: true + title: "{ftbquests.chapter.the_color_green.quest15.task_4041437535513982933.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest15.title}" + x: -3.0d + y: -3.0d + } + { + dependencies: ["6628083C19C5F8CB"] + description: ["{ftbquests.chapter.the_color_green.quest16.description1}"] + id: "5C1E3750F91A38B2" + rewards: [{ + id: "72FD0BCB4D48D5E6" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "214521E01C8D7374" + item: "naturesaura:crushing_catalyst" + type: "item" + }] + x: 5.5d + y: -1.0d + } + { + dependencies: ["359392265BF91571"] + description: [ + "{ftbquests.chapter.the_color_green.quest17.description1}" + "" + "{ftbquests.chapter.the_color_green.quest17.description2}" + "{ftbquests.chapter.the_color_green.quest17.description3}" + "{ftbquests.chapter.the_color_green.quest17.description4}" + "" + "{ftbquests.chapter.the_color_green.quest17.description5}" + ] + icon: "enchanted:chalice" + id: "3932D60DF66D4C83" + rewards: [{ + id: "78C9992C0F127F72" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4064574A4F18B0CB" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "heads:husk_head" + } + { + Count: 1b + id: "minecraft:skeleton_skull" + } + ] + } + } + title: "{ftbquests.chapter.the_color_green.quest17.task_4639929492764668107.title}" + type: "item" + } + { + id: "3DE7D27534BF3CD2" + item: "minecraft:torch" + type: "item" + } + { + id: "42FF0626D6059DEB" + item: "enchanted:chalice" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest17.title}" + x: -0.5d + y: -4.5d + } + { + dependencies: ["359392265BF91571"] + description: [ + "{ftbquests.chapter.the_color_green.quest18.description1}" + "" + "{ftbquests.chapter.the_color_green.quest18.description2}" + ] + id: "1145EF33C88C696B" + rewards: [{ + id: "2354475358D65502" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "482401F7FF362672" + item: "enchanted:attuned_stone" + type: "item" + }] + x: -1.5d + y: -6.0d + } + { + dependencies: ["1145EF33C88C696B"] + description: [ + "{ftbquests.chapter.the_color_green.quest19.description1}" + "" + "{ftbquests.chapter.the_color_green.quest19.description2}" + ] + icon: "enchanted:distillery" + id: "54838757425A9BA7" + rewards: [ + { + count: 4 + id: "2375BC9D15F267C0" + item: "enchanted:clay_jar" + type: "item" + } + { + id: "5B05F3BCB0B0ADE9" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "35CEC80D00F949F2" + item: "enchanted:distillery" + type: "item" + } + { + id: "0C3773A080F18741" + item: "enchanted:kettle" + type: "item" + } + { + id: "756133C30FFC6521" + item: "enchanted:spinning_wheel" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest19.title}" + x: -1.5d + y: -7.5d + } + { + dependencies: ["2FD66F543443B8A8"] + description: [ + "{ftbquests.chapter.the_color_green.quest20.description1}" + "" + "{ftbquests.chapter.the_color_green.quest20.description2}" + ] + id: "5EA3E8FCE4EBBA82" + rewards: [ + { + count: 4 + id: "3EC0E28F784E66D1" + item: "botania:black_lotus" + type: "item" + } + { + id: "3C16D01FFA5D9C87" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "71772B3D162FA2F2" + item: "botania:runic_altar" + type: "item" + }] + x: -4.5d + y: -3.0d + } + { + dependencies: ["6DC359D0F8736415"] + description: [ + "{ftbquests.chapter.the_color_green.quest21.description1}" + "" + "{ftbquests.chapter.the_color_green.quest21.description2}" + ] + icon: "embers:item_pipe" + id: "424D08C4CFE434EA" + rewards: [{ + id: "095505E6346CD60C" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "63D5F1F29D99DECE" + item: "embers:item_pipe" + type: "item" + } + { + id: "4FAE706B4A6EFA11" + item: "embers:fluid_pipe" + type: "item" + } + { + id: "6EB36AB2AB9554D2" + item: "embers:item_extractor" + type: "item" + } + { + id: "3B5648870CF70B44" + item: "embers:fluid_extractor" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest21.title}" + x: 0.5d + y: -4.5d + } + { + dependencies: ["6DC359D0F8736415"] + description: [ + "{ftbquests.chapter.the_color_green.quest22.description1}" + "" + "{ftbquests.chapter.the_color_green.quest22.description2}" + "" + "{ftbquests.chapter.the_color_green.quest22.description3}" + "" + "{ftbquests.chapter.the_color_green.quest22.description4}" + ] + icon: "embers:ember_activator" + id: "700009D450C569A2" + rewards: [{ + id: "1831C47B7984655F" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "63BACAF1D91DBD29" + item: "embers:ember_activator" + type: "item" + } + { + id: "2A53DC1865FD785A" + item: "embers:ember_emitter" + type: "item" + } + { + id: "446A39DD19D62C6E" + item: "embers:ember_receiver" + type: "item" + } + { + id: "60CF6AD07295DD51" + item: "embers:ember_relay" + optional_task: true + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest22.title}" + x: 1.5d + y: -6.0d + } + { + dependencies: [ + "54838757425A9BA7" + "221E431A74C6E8A5" + ] + description: [ + "{ftbquests.chapter.the_color_green.quest23.description1}" + "" + "{ftbquests.chapter.the_color_green.quest23.description2}" + "" + "{ftbquests.chapter.the_color_green.quest23.description3}" + ] + icon: { + Count: 1 + id: "enchanted:ritual_chalk" + tag: { + Damage: 0 + } + } + id: "7D5E4A2212C421AE" + rewards: [ + { + id: "5E30DFA317714CDC" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "enchanted:circle_magic" + } + } + type: "item" + } + { + id: "07AAE781C28F089F" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "patchouli:custom_rituals" + } + } + type: "item" + } + { + id: "534E573A04A07B35" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "07380F0DB0F32DC4" + item: { + Count: 1 + id: "enchanted:golden_chalk" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "17C370738BAA7671" + item: { + Count: 1 + id: "enchanted:ritual_chalk" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "529246947E79B97F" + item: { + Count: 1 + id: "enchanted:nether_chalk" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "1B0B92E04017F047" + item: { + Count: 1 + id: "enchanted:otherwhere_chalk" + tag: { + Damage: 0 + } + } + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest23.title}" + x: -1.5d + y: -8.5d + } + { + dependencies: ["700009D450C569A2"] + description: [ + "{ftbquests.chapter.the_color_green.quest24.description1}" + "" + "{ftbquests.chapter.the_color_green.quest24.description2}" + ] + icon: { + Count: 1 + ForgeCaps: { + Parent: { + "embers:ember": 0.0d + "embers:ember_capacity": 24000.0d + } + } + id: "embers:copper_cell" + tag: { + ForgeCaps: { + "embers:ember_capacity": 24000.0d + } + } + } + id: "2C46F425B5E0AAAA" + rewards: [{ + id: "7BE3ACC86F62B56B" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "0B01C83DE8DDDF86" + item: { + Count: 1 + ForgeCaps: { + Parent: { + "embers:ember": 0.0d + "embers:ember_capacity": 24000.0d + } + } + id: "embers:copper_cell" + tag: { + ForgeCaps: { + "embers:ember_capacity": 24000.0d + } + } + } + type: "item" + } + { + id: "18B80228CE32311A" + item: "embers:ember_dial" + optional_task: true + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest24.title}" + x: 2.5d + y: -6.0d + } + { + dependencies: ["700009D450C569A2"] + description: [ + "{ftbquests.chapter.the_color_green.quest25.description1}" + "" + "{ftbquests.chapter.the_color_green.quest25.description2}" + "" + "{ftbquests.chapter.the_color_green.quest25.description3}" + ] + icon: "embers:melter" + id: "74FB5A117EF51949" + rewards: [{ + id: "365D61F083C8E352" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "58B58AF055A23CDB" + item: "embers:melter" + type: "item" + } + { + id: "1699A456873EC1E0" + item: "embers:stamper" + type: "item" + } + { + id: "5BB0B499D0181BC1" + item: "embers:stamp_base" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest25.title}" + x: 1.5d + y: -7.5d + } + { + dependencies: ["74FB5A117EF51949"] + description: [ + "{ftbquests.chapter.the_color_green.quest26.description1}" + "" + "{ftbquests.chapter.the_color_green.quest26.description2}" + ] + icon: "embers:dawnstone_ingot" + id: "221E431A74C6E8A5" + rewards: [{ + id: "43958F16B260D87C" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4AF6D6F0BB92C4C8" + item: "embers:mixer_centrifuge" + type: "item" + } + { + id: "5D234128365C1656" + item: "embers:dawnstone_ingot" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest26.title}" + x: 1.5d + y: -8.5d + } + { + dependencies: ["153CB8257AEDA4ED"] + description: ["{ftbquests.chapter.the_color_green.quest27.description1}"] + id: "17089FF12C1591B8" + rewards: [ + { + count: 8 + id: "0F4BAEC85C9C5077" + item: "create:andesite_alloy" + type: "item" + } + { + id: "0A542C39214D4B16" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "7EAC671CDBFEFBA4" + item: "create:andesite_casing" + type: "item" + }] + x: 4.5d + y: -3.0d + } + { + dependencies: ["221E431A74C6E8A5"] + description: [ + "{ftbquests.chapter.the_color_green.quest28.description1}" + "" + "{ftbquests.chapter.the_color_green.quest28.description2}" + ] + icon: "embers:alchemy_tablet" + id: "287C747ED1189725" + rewards: [{ + id: "2BCDBFBEF2E63ADF" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "2ED145BD6FE7C9F6" + item: "embers:alchemy_tablet" + type: "item" + } + { + id: "405AC57A26FC22AF" + item: "embers:beam_cannon" + type: "item" + } + { + count: 3L + id: "1D96D434EB8B1E10" + item: { Count: 3, id: "embers:alchemy_pedestal" } + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest28.title}" + x: 3.0d + y: -9.5d + } + { + dependencies: ["5EA3E8FCE4EBBA82"] + dependency_requirement: "one_completed" + description: [ + "{ftbquests.chapter.the_color_green.quest29.description1}" + "" + "{ftbquests.chapter.the_color_green.quest29.description2}" + "" + "{ftbquests.chapter.the_color_green.quest29.description3}" + ] + icon: "botania:fel_pumpkin" + id: "1AF1077B69E1551E" + rewards: [{ + id: "4705AE453E2CFC9B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "643D4D645AFA5CC2" + item: "botania:fel_pumpkin" + type: "item" + }] + title: "{ftbquests.chapter.the_color_green.quest29.title}" + x: -4.5d + y: -6.0d + } + { + dependencies: ["17089FF12C1591B8"] + description: ["{ftbquests.chapter.the_color_green.quest30.description1}"] + icon: "create:basin" + id: "2A32CE924C9CB606" + optional: true + rewards: [{ + id: "23F62F83D9979503" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "0FB8A5B0F06E426D" + item: "create:basin" + type: "item" + } + { + id: "6B5791E93915EAF5" + item: "create:mechanical_mixer" + type: "item" + } + { + id: "178C2463E234E6A2" + item: "create:mechanical_press" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest30.title}" + x: 5.0d + y: -2.0d + } + { + dependencies: [ + "00448B9AC0FC3F5D" + "17089FF12C1591B8" + ] + description: [ + "{ftbquests.chapter.the_color_green.quest31.description1}" + "" + "{ftbquests.chapter.the_color_green.quest31.description2}" + ] + icon: "create:encased_fan" + id: "05820674B5CC639D" + rewards: [{ + id: "7D07BBC1418D7C79" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4A9D9FBBBDE57536" + item: "create:encased_fan" + type: "item" + } + { + id: "55F8484DFCFD7029" + item: "minecraft:soul_sand" + type: "item" + } + { + id: "452FBDCD430ED783" + item: "create:hand_crank" + optional_task: true + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest31.title}" + x: 7.5d + y: -3.0d + } + { + dependencies: [ + "221E431A74C6E8A5" + "05820674B5CC639D" + ] + description: [ + "{ftbquests.chapter.the_color_green.quest32.description1}" + "" + "{ftbquests.chapter.the_color_green.quest32.description2}" + "" + "{ftbquests.chapter.the_color_green.quest32.description3}" + ] + icon: "theurgy:reformation_result_pedestal" + id: "2F210E03731A0E21" + rewards: [ + { + count: 2 + id: "0B48F3CE218EE46B" + item: "theurgy:mercury_crystal" + type: "item" + } + { + id: "512844E3ED4F22AF" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "48B96711CA5E1E82" + item: "theurgy:reformation_result_pedestal" + type: "item" + } + { + id: "71C6DFB17E46C57E" + item: "theurgy:reformation_target_pedestal" + type: "item" + } + { + id: "06032DD1D16334EA" + item: "theurgy:reformation_source_pedestal" + type: "item" + } + { + id: "5F70BFFABB339810" + item: "theurgy:sulfuric_flux_emitter" + type: "item" + } + { + id: "5202013C1D67BF1C" + item: "theurgy:mercury_catalyst" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest32.title}" + x: 5.0d + y: -6.5d + } + { + dependencies: ["17089FF12C1591B8"] + description: ["{ftbquests.chapter.the_color_green.quest33.description1}"] + id: "2E0F026AB59D83B5" + optional: true + rewards: [{ + id: "6A2676B04EF7610A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5E548AA09A77547C" + item: "create:mechanical_pump" + type: "item" + }] + x: 4.0d + y: -4.0d + } + { + dependencies: ["77FBE2FA730A82AE"] + description: ["{ftbquests.chapter.the_color_green.quest34.description1}"] + id: "23390B2CDE30D057" + rewards: [ + { + count: 32 + id: "33AA2687E886E9BC" + item: "minecraft:dirt" + type: "item" + } + { + id: "3258A91A2AB8DE63" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "6BD20F85E2DD3DEF" + item: "botania:dirt_rod" + type: "item" + }] + title: "{ftbquests.chapter.the_color_green.quest34.title}" + x: -4.0d + y: -0.5d + } + { + dependencies: ["5EA3E8FCE4EBBA82"] + description: ["{ftbquests.chapter.the_color_green.quest35.description1}"] + id: "77FBE2FA730A82AE" + rewards: [{ + id: "1FBCB30D6D1B7B94" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "781B18571CC61161" + item: "botania:mana_tablet" + type: "item" + }] + title: "{ftbquests.chapter.the_color_green.quest35.title}" + x: -4.5d + y: -1.5d + } + { + dependencies: ["77FBE2FA730A82AE"] + description: ["{ftbquests.chapter.the_color_green.quest36.description1}"] + id: "7AC1E9B4710A8B84" + rewards: [{ + id: "7E5580894EE5E74C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "72B87DADC3BA8740" + item: "botania:mana_ring" + type: "item" + }] + x: -5.0d + y: -0.5d + } + { + dependencies: ["77FBE2FA730A82AE"] + description: ["{ftbquests.chapter.the_color_green.quest37.description1}"] + id: "0E2EAFDEA91C24BD" + rewards: [{ + id: "5FEE92B8F930D27D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6A17A5BA2DFAF67B" + item: "botania:aura_ring" + type: "item" + }] + x: -3.5d + y: -1.5d + } + { + dependencies: ["1AF1077B69E1551E"] + description: [ + "{ftbquests.chapter.the_color_green.quest38.description1}" + "" + "{ftbquests.chapter.the_color_green.quest38.description2}" + "" + "{ftbquests.chapter.the_color_green.quest38.description3}" + ] + id: "4DE7466CAC029EF6" + rewards: [{ + id: "7C04DA99FA6DDD22" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "3DDDEA23FD302D1C" + item: "minecraft:glowstone_dust" + type: "item" + } + { + id: "3486BA1B47BBEE8F" + item: "minecraft:redstone" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest38.title}" + x: -5.5d + y: -6.0d + } + { + dependencies: ["2E0F026AB59D83B5"] + description: ["{ftbquests.chapter.the_color_green.quest39.description1}"] + id: "15AB65CE5C0B95CC" + optional: true + rewards: [{ + id: "4B40A3E6B89D17DA" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "63B514655C769766" + item: "create:spout" + type: "item" + }] + x: 4.0d + y: -5.0d + } + { + dependencies: ["621BEE0A09882094"] + description: [ + "{ftbquests.chapter.the_color_green.quest40.description1}" + "" + "{ftbquests.chapter.the_color_green.quest40.description2}" + "" + "{ftbquests.chapter.the_color_green.quest40.description3}" + ] + id: "76795AD9B23ACFD7" + rewards: [{ + id: "22749725C9F092FA" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5504BE5D400C6468" + item: "botania:alchemy_catalyst" + type: "item" + }] + x: -2.5d + y: -10.0d + } + { + dependencies: ["5C1E3750F91A38B2"] + description: [ + "{ftbquests.chapter.the_color_green.quest41.description1}" + "" + "{ftbquests.chapter.the_color_green.quest41.description2}" + "" + "{ftbquests.chapter.the_color_green.quest41.description3}" + ] + id: "00448B9AC0FC3F5D" + rewards: [{ + id: "59748105E1BF277D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "372D3B2D4B9F89D4" + item: "naturesaura:conversion_catalyst" + type: "item" + }] + x: 7.0d + y: -1.0d + } + { + dependencies: ["17089FF12C1591B8"] + description: ["{ftbquests.chapter.the_color_green.quest42.description1}"] + id: "26942D2DF8C8AF91" + optional: true + rewards: [{ + id: "199207E4E8F0B826" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "143D8425B45D3807" + item: "create:millstone" + type: "item" + }] + x: 5.0d + y: -4.0d + } + { + dependencies: ["54DFF798149BE746"] + description: ["{ftbquests.chapter.the_color_green.quest43.description1}"] + id: "3E51B48398D0E334" + rewards: [{ + id: "6845416B1226351B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7B482471FD88BB17" + item: "embers:codebreaking_slate" + type: "item" + }] + x: 3.5d + y: -8.5d + } + { + dependencies: ["287C747ED1189725"] + description: ["{ftbquests.chapter.the_color_green.quest44.description1}"] + id: "54DFF798149BE746" + rewards: [{ + id: "76A7D17327EB14A2" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6A988B078BB6F842" + item: "embers:archaic_brick" + type: "item" + }] + x: 5.0d + y: -9.5d + } + { + dependencies: ["54DFF798149BE746"] + description: ["{ftbquests.chapter.the_color_green.quest45.description1}"] + id: "2C3ABE081A7E1086" + rewards: [{ + id: "12D49A84526CFAC2" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "339CBE9063E8306A" + item: "embers:mnemonic_inscriber" + type: "item" + }] + x: 4.5d + y: -8.0d + } + { + dependencies: [ + "2F210E03731A0E21" + "54DFF798149BE746" + ] + description: [ + "{ftbquests.chapter.the_color_green.quest46.description1}" + "" + "{ftbquests.chapter.the_color_green.quest46.description2}" + "" + "{ftbquests.chapter.the_color_green.quest46.description3}" + ] + id: "50D60856E308EC6D" + min_width: 400 + rewards: [{ + id: "46AD85B696B8299A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "48F63F3E09BD04C1" + item: "theurgy:fermentation_vat" + type: "item" + }] + title: "{ftbquests.chapter.the_color_green.quest46.title}" + x: 6.0d + y: -7.5d + } + { + dependencies: ["50D60856E308EC6D"] + description: [ + "{ftbquests.chapter.the_color_green.quest47.description1}" + "" + "{ftbquests.chapter.the_color_green.quest47.description2}" + "" + "{ftbquests.chapter.the_color_green.quest47.description3}" + "" + "{ftbquests.chapter.the_color_green.quest47.description4}" + ] + id: "2368485BEB03F353" + rewards: [ + { + count: 4 + id: "4019A01E02C978B6" + item: "theurgy:sal_ammoniac_crystal" + type: "item" + } + { + id: "46A030476A7D2CE1" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "525FFCD223358CF7" + item: "theurgy:digestion_vat" + type: "item" + }] + title: "{ftbquests.chapter.the_color_green.quest47.title}" + x: 7.0d + y: -8.5d + } + { + dependencies: [ + "76795AD9B23ACFD7" + "287C747ED1189725" + ] + description: [ + "{ftbquests.chapter.the_color_green.quest48.description1}" + "" + "{ftbquests.chapter.the_color_green.quest48.description2}" + "" + "{ftbquests.chapter.the_color_green.quest48.description3}" + "" + "{ftbquests.chapter.the_color_green.quest48.description4}" + ] + icon: "naturesaura:offering_table" + id: "020B8F06D2C86CE3" + rewards: [{ + id: "3646B751A7688D3D" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "61D4BE7CF94C3895" + item: "naturesaura:offering_table" + type: "item" + } + { + id: "68D4AE8BB5F3FE48" + item: "naturesaura:calling_spirit" + type: "item" + } + ] + x: 0.0d + y: -11.0d + } + { + dependencies: ["1AF1077B69E1551E"] + description: ["{ftbquests.chapter.the_color_green.quest49.description1}"] + id: "27A7CD7E1613FD1B" + optional: true + rewards: [{ + id: "04718C8D6B87C847" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "32CA9609F24A429E" + item: "create:blaze_burner" + type: "item" + }] + x: -3.0d + y: -6.0d + } + { + dependencies: ["020B8F06D2C86CE3"] + description: ["{ftbquests.chapter.the_color_green.quest50.description1}"] + icon: "heads:chicken_head" + id: "1C7C9A1F11DE819B" + rewards: [{ + id: "54963078056ED72D" + type: "xp" + xp: 100 + }] + shape: "hexagon" + size: 2.0d + subtitle: "{ftbquests.chapter.the_color_green.quest50.subtitle}" + tasks: [ + { + id: "462012BB2A30BE57" + item: "kubejs:feather_flesh_amalgam" + type: "item" + } + { + id: "040064ECC88AE724" + item: "kubejs:blooded_amalgam" + type: "item" + } + { + id: "46327E4C8BDADEF4" + item: "kubejs:mana_amalgam" + type: "item" + } + { + id: "46EDB244AC746667" + item: "kubejs:infused_amalgam" + type: "item" + } + { + id: "2CD3CFE847F27E3A" + item: "minecraft:chicken_spawn_egg" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest50.title}" + x: 0.0d + y: -13.0d + } + { + dependencies: ["5EA3E8FCE4EBBA82"] + description: [ + "{ftbquests.chapter.the_color_green.quest51.description1}" + "" + "{ftbquests.chapter.the_color_green.quest51.description2}" + "{ftbquests.chapter.the_color_green.quest51.description3}" + "{ftbquests.chapter.the_color_green.quest51.description4}" + "" + "{ftbquests.chapter.the_color_green.quest51.description5}" + ] + id: "6FAB85F509199CA8" + optional: true + rewards: [{ + id: "27B3F318DA9CACAD" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "7FBBEAD125CEBC23" + item: "botania:entropinnyum" + type: "item" + } + { + id: "5651681BBC5CDDF3" + item: "botania:thermalily" + type: "item" + } + { + id: "39588C89BC26A419" + item: "botania:munchdew" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest51.title}" + x: -5.5d + y: -3.0d + } + { + dependencies: ["2F210E03731A0E21"] + description: [ + "{ftbquests.chapter.the_color_green.quest52.description1}" + "" + "{ftbquests.chapter.the_color_green.quest52.description2}" + ] + icon: "embers:silver_ingot" + id: "462683FE563F6689" + rewards: [ + { + count: 4 + id: "7FBFE986AA75BE97" + item: "embers:silver_ingot" + type: "item" + } + { + id: "6B1AE3F375E0C111" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "2CC1C9C3C4AE5B0C" + item: { + Count: 1 + id: "theurgy:alchemical_sulfur_silver" + tag: { + "theurgy:sulfur.source.id": "#forge:ingots/silver" + } + } + type: "item" + } + { + id: "6E4A50C682ABED03" + item: "embers:silver_ingot" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest52.title}" + x: 6.5d + y: -6.0d + } + { + dependencies: ["287C747ED1189725"] + description: ["{ftbquests.chapter.the_color_green.quest53.description1}"] + id: "4BF72A5E2897EBD4" + rewards: [{ + id: "42A3BC187AAABFE3" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "01F5731866494B98" + item: "embers:wildfire_core" + type: "item" + }] + x: 4.0d + y: -11.0d + } + { + dependencies: ["4BF72A5E2897EBD4"] + description: [ + "{ftbquests.chapter.the_color_green.quest54.description1}" + "" + "{ftbquests.chapter.the_color_green.quest54.description2}" + ] + id: "7EF13F67C5B31A7E" + rewards: [{ + id: "09ABACAD03F4082B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "44627103A3725806" + item: "embers:wildfire_stirling" + type: "item" + }] + x: 3.5d + y: -12.5d + } + { + dependencies: ["4BF72A5E2897EBD4"] + description: [ + "{ftbquests.chapter.the_color_green.quest55.description1}" + "" + "{ftbquests.chapter.the_color_green.quest55.description2}" + ] + icon: "embers:ignem_reactor" + id: "6A69962F4001509A" + rewards: [{ + id: "70763DFF0C37A354" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "2189DC2F4FDEB322" + item: "embers:ignem_reactor" + type: "item" + } + { + id: "6778C5C0E060CEC1" + item: "embers:catalysis_chamber" + type: "item" + } + { + id: "1A82D8BF3566A52D" + item: "embers:combustion_chamber" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest55.title}" + x: 5.5d + y: -10.5d + } + { + dependencies: ["4BF72A5E2897EBD4"] + description: [ + "{ftbquests.chapter.the_color_green.quest56.description1}" + "" + "{ftbquests.chapter.the_color_green.quest56.description2}" + "" + "{ftbquests.chapter.the_color_green.quest56.description3}" + ] + icon: "embers:zinc_crystal_seed" + id: "22735AE4F84EF82B" + rewards: [{ + id: "132F34A7C50D0B5D" + type: "xp" + xp: 100 + }] + size: 1.5d + subtitle: "{ftbquests.chapter.the_color_green.quest56.subtitle}" + tasks: [ + { + id: "05BF876AB4CF0EBA" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "embers:zinc_crystal_seed" + } + { + Count: 1b + id: "embers:lead_crystal_seed" + } + { + Count: 1b + id: "embers:iron_crystal_seed" + } + { + Count: 1b + id: "embers:copper_crystal_seed" + } + ] + } + } + title: "{ftbquests.chapter.the_color_green.quest56.task_414198583111126714.title}" + type: "item" + } + { + id: "73FD48B472E606AB" + item: "embers:ember_injector" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest56.title}" + x: 5.5d + y: -12.5d + } + { + dependencies: ["221E431A74C6E8A5"] + description: ["{ftbquests.chapter.the_color_green.quest57.description1}"] + icon: "embers:ember_ejector" + id: "3FD3CD01761AE92A" + rewards: [{ + id: "744D1C19AD6A6A1F" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "6440F561FFCF06D6" + item: "embers:ember_ejector" + type: "item" + } + { + id: "2A68CC3B8ABDF4CC" + item: "embers:ember_funnel" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest57.title}" + x: 0.5d + y: -9.5d + } + { + dependencies: ["22735AE4F84EF82B"] + description: [ + "{ftbquests.chapter.the_color_green.quest58.description1}" + "" + "{ftbquests.chapter.the_color_green.quest58.description2}" + "" + "{ftbquests.chapter.the_color_green.quest58.description3}" + ] + icon: "create:electron_tube" + id: "20EF463DB77E09EE" + optional: true + rewards: [{ + id: "6B9CCEAAD5EFAAF2" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "0B9F338A37E36108" + item: "create:brass_ingot" + type: "item" + } + { + id: "5AB8A62B4C42FBE1" + item: "create:electron_tube" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest58.title}" + x: 7.5d + y: -12.0d + } + { + dependencies: ["17089FF12C1591B8"] + description: [ + "{ftbquests.chapter.the_color_green.quest59.description1}" + "" + "{ftbquests.chapter.the_color_green.quest59.description2}" + ] + icon: "create:packager" + id: "7027BF39C1223997" + optional: true + rewards: [{ + id: "2928C183B230148C" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "71DD21702431A790" + item: "create:chain_conveyor" + type: "item" + } + { + id: "1740117E6C75E6EC" + item: "create:package_frogport" + type: "item" + } + { + id: "25F76361F4E9E507" + item: "create:packager" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest59.title}" + x: 4.0d + y: -2.0d + } + { + dependencies: ["20EF463DB77E09EE"] + description: ["{ftbquests.chapter.the_color_green.quest60.description1}"] + icon: "create:factory_gauge" + id: "0230C7C57435FB3A" + optional: true + rewards: [{ + id: "41EA2740A534F40D" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "6955607593312B92" + item: "create:mechanical_crafter" + type: "item" + } + { + id: "468E8D3B8A867517" + item: "create:factory_gauge" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest60.title}" + x: 9.0d + y: -11.0d + } + { + dependencies: ["01C2598A1D9CF754"] + description: [ + "{ftbquests.chapter.the_color_green.quest61.description1}" + "" + "{ftbquests.chapter.the_color_green.quest61.description2}" + ] + icon: { + Count: 1 + id: "mysticalagriculture:inferium_watering_can" + tag: { + Active: 0b + Water: 0b + } + } + id: "68051685A2136388" + rewards: [{ + id: "4FEFBF01965A11D4" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4676F5B4A0F27349" + item: "mysticalagriculture:prosperity_ingot" + type: "item" + } + { + id: "0926C1E94B1440F2" + item: { + Count: 1 + id: "mysticalagriculture:inferium_watering_can" + tag: { + Active: 0b + Water: 0b + } + } + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest61.title}" + x: 1.0d + y: -2.0d + } + { + dependencies: ["020B8F06D2C86CE3"] + description: [ + "{ftbquests.chapter.the_color_green.quest62.description1}" + "" + "{ftbquests.chapter.the_color_green.quest62.description2}" + ] + id: "6C627897FFF1D259" + rewards: [{ + id: "441E2FB83DB075C1" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2009E7B94071CE08" + item: "naturesaura:generator_limit_remover" + type: "item" + }] + x: -1.5d + y: -11.5d + } + { + dependencies: ["226F9F21A941389C"] + description: [ + "{ftbquests.chapter.the_color_green.quest63.description1}" + "" + "{ftbquests.chapter.the_color_green.quest63.description2}" + ] + icon: { + Count: 1 + id: "naturesaura:aura_bottle" + tag: { + stored_type: "naturesaura:overworld" + } + } + id: "46CC05A2F2D89079" + rewards: [ + { + id: "2176E36B3CEE18A8" + type: "xp" + xp: 100 + } + { + count: 2 + id: "7859AA02526007BE" + item: { + Count: 1 + id: "naturesaura:aura_bottle" + tag: { + stored_type: "naturesaura:overworld" + } + } + type: "item" + } + ] + tasks: [ + { + id: "402A7DA140E7221A" + item: "naturesaura:bottle_two_the_rebottling" + type: "item" + } + { + id: "106F3355FB945F74" + item: { + Count: 1 + id: "naturesaura:aura_bottle" + tag: { + stored_type: "naturesaura:overworld" + } + } + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest63.title}" + x: 1.0d + y: -1.0d + } + { + dependencies: ["77FBE2FA730A82AE"] + description: ["{ftbquests.chapter.the_color_green.quest64.description1}"] + id: "121D0AE32E2F7267" + rewards: [{ + id: "3B7AD6C882A25FC6" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6B4F4E037CD70B79" + item: { + Count: 1 + id: "botania:mana_gun" + tag: { } + } + type: "item" + }] + x: -5.5d + y: -1.5d + } + { + dependencies: ["2FD66F543443B8A8"] + description: [ + "{ftbquests.chapter.the_color_green.quest65.description1}" + "" + "{ftbquests.chapter.the_color_green.quest65.description2}" + ] + id: "4D4FA4ECA2544486" + rewards: [{ + id: "2AB41299C58FD586" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "189B6DBB7354493B" + item: "botania:lens_normal" + type: "item" + }] + x: -3.0d + y: -4.0d + } + { + dependencies: ["700009D450C569A2"] + description: [ + "{ftbquests.chapter.the_color_green.quest66.description1}" + "" + "{ftbquests.chapter.the_color_green.quest66.description2}" + ] + id: "350B8B018EB49351" + rewards: [{ + id: "4CE1767EDEB8401B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "13B466D247607172" + item: "embers:hearth_coil" + type: "item" + }] + x: 0.5d + y: -6.0d + } + { + dependencies: ["221E431A74C6E8A5"] + description: [ + "{ftbquests.chapter.the_color_green.quest67.description1}" + "" + "{ftbquests.chapter.the_color_green.quest67.description2}" + "" + "{ftbquests.chapter.the_color_green.quest67.description3}" + ] + id: "04B41651D48C62C1" + rewards: [{ + id: "05D8D9346AFB4ECD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3A98FECAF5FBC3EF" + item: "embers:pressure_refinery" + type: "item" + }] + x: 1.5d + y: -9.5d + } + { + dependencies: ["3FD3CD01761AE92A"] + description: [ + "{ftbquests.chapter.the_color_green.quest68.description1}" + "" + "{ftbquests.chapter.the_color_green.quest68.description2}" + ] + icon: "embers:beam_splitter" + id: "460C4A5F742B528C" + rewards: [{ + id: "5144A431E0AD1D44" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "0741BD6655743409" + item: "embers:beam_splitter" + type: "item" + } + { + id: "6259235F93BF13C4" + item: "embers:crystal_cell" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest68.title}" + x: -0.5d + y: -9.5d + } + { + dependencies: ["221E431A74C6E8A5"] + description: [ + "{ftbquests.chapter.the_color_green.quest69.description1}" + "" + "{ftbquests.chapter.the_color_green.quest69.description2}" + "" + "{ftbquests.chapter.the_color_green.quest69.description3}" + ] + icon: "theurgy:caloric_flux_emitter" + id: "3BFD85713462A66A" + rewards: [{ + id: "1FE3DE4328349B77" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "20C4D02E6B22B4D9" + item: "theurgy:caloric_flux_emitter" + type: "item" + } + { + id: "1200D20D06097CB8" + item: "theurgy:mercury_catalyst" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest69.title}" + x: 0.5d + y: -7.5d + } + { + dependencies: ["6628083C19C5F8CB"] + description: [ + "{ftbquests.chapter.the_color_green.quest70.description1}" + "" + "{ftbquests.chapter.the_color_green.quest70.description2}" + ] + icon: "minecraft:dirt" + id: "316BD23FB6087C07" + optional: true + rewards: [{ + id: "217359AD91275C81" + type: "xp" + xp: 100 + }] + shape: "rsquare" + subtitle: "{ftbquests.chapter.the_color_green.quest70.subtitle}" + tasks: [{ + id: "75E38FC6727823EF" + item: { + Count: 1 + id: "naturesaura:effect_powder" + tag: { + effect: "reclamation_util:reclaim_effect" + } + } + type: "item" + }] + title: "{ftbquests.chapter.the_color_green.quest70.title}" + x: 4.0d + y: 0.0d + } + { + dependencies: ["74FB5A117EF51949"] + description: [ + "{ftbquests.chapter.the_color_green.quest71.description1}" + "" + "{ftbquests.chapter.the_color_green.quest71.description2}" + ] + id: "0F8BAA82A7B90C68" + optional: true + rewards: [{ + id: "1E31C381F7CAD802" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "31BD133D7FFD36DC" + item: "embers:bin" + type: "item" + }] + x: 2.5d + y: -7.0d + } + { + dependencies: [ + "7D5E4A2212C421AE" + "1AF1077B69E1551E" + ] + description: [ + "{ftbquests.chapter.the_color_green.quest72.description1}" + "" + "{ftbquests.chapter.the_color_green.quest72.description2}" + "" + "{ftbquests.chapter.the_color_green.quest72.description3}" + ] + id: "621BEE0A09882094" + rewards: [ + { + count: 2 + id: "2BE2615739D91CEA" + item: "minecraft:blaze_rod" + type: "item" + } + { + id: "2E7BDEE2ECF1D73E" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "3DA044014EEF761D" + item: "minecraft:blaze_rod" + type: "item" + }] + title: "{ftbquests.chapter.the_color_green.quest72.title}" + x: -4.0d + y: -8.0d + } + ] + title: "{ftbquests.chapter.the_color_green.title}" +} diff --git a/FTBLang/config/ftbquests/quests/chapters/the_hunt_for_grass.snbt b/FTBLang/config/ftbquests/quests/chapters/the_hunt_for_grass.snbt new file mode 100644 index 0000000..7f76a00 --- /dev/null +++ b/FTBLang/config/ftbquests/quests/chapters/the_hunt_for_grass.snbt @@ -0,0 +1,1151 @@ +{ + default_hide_dependency_lines: false + default_min_width: 280 + default_quest_shape: "" + filename: "the_hunt_for_grass" + group: "" + hide_quest_until_deps_visible: true + icon: "minecraft:dirt" + id: "0F8CD7C8C7FD56E6" + images: [{ + dependency: "2E15C8681F5D2ACF" + height: 5.0d + image: "reclamation:textures/quests/cuprosia.png" + rotation: 0.0d + width: 5.0d + x: -6.5d + y: -1.5d + }] + order_index: 1 + quest_links: [ ] + quests: [ + { + dependencies: ["448ABF53EEACBFA7"] + description: ["{ftbquests.chapter.the_hunt_for_grass.quest1.description1}"] + hide_until_deps_complete: true + id: "000A7EAED7A84968" + rewards: [{ + id: "27EE0E066D607838" + type: "xp" + xp: 100 + }] + shape: "hexagon" + tasks: [{ + id: "6400B13D05D470E6" + item: "minecraft:dirt" + type: "item" + }] + x: 0.0d + y: -0.5d + } + { + dependencies: ["000A7EAED7A84968"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest2.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest2.description2}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest2.description3}" + ] + icon: "minecraft:wheat_seeds" + id: "26833208E1F2EB4B" + rewards: [{ + id: "5F7009D3F861EC32" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "6BAC76770E7D69BA" + item: "minecraft:wheat_seeds" + type: "item" + } + { + id: "30A181B721A2E83B" + item: "enchanted:water_artichoke_seeds" + type: "item" + } + { + id: "7EC3BB9D83F2077E" + item: "enchanted:wolfsbane_seeds" + type: "item" + } + { + id: "51DF19AEC61F5152" + item: "enchanted:mandrake_seeds" + type: "item" + } + { + id: "4558D5EC885F27FB" + item: "enchanted:belladonna_seeds" + type: "item" + } + { + id: "6024DBFE2B6CB05A" + item: "enchanted:snowbell_seeds" + type: "item" + } + ] + title: "{ftbquests.chapter.the_hunt_for_grass.quest2.title}" + x: 0.0d + y: -2.0d + } + { + dependencies: ["26833208E1F2EB4B"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest3.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest3.description2}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest3.description3}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest3.description4}" + ] + icon: "enchanted:mandrake_root" + id: "4CE0C02B0602C06E" + rewards: [{ + id: "4D1374FDFBCF254C" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "58509C1E096E95BE" + item: "enchanted:mandrake_root" + type: "item" + } + { + id: "1CBAC0F9F7E082DF" + item: "embers:fluid_vessel" + type: "item" + } + { + id: "7881A2308E126CFA" + item: "kubejs:hemoglobic_fluid_bucket" + type: "item" + } + ] + title: "{ftbquests.chapter.the_hunt_for_grass.quest3.title}" + x: 1.0d + y: -2.5d + } + { + dependencies: ["4CE0C02B0602C06E"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest4.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest4.description2}" + ] + icon: "theurgy:alchemical_salt_mineral" + id: "5C476B553750BDE9" + rewards: [ + { + id: "71E7F7469D5DBC39" + type: "xp" + xp: 100 + } + { + count: 4 + id: "764AD1996C56BA80" + item: { + Count: 1 + id: "theurgy:alchemical_sulfur_iron" + tag: { + "theurgy:sulfur.source.id": "#forge:ingots/iron" + } + } + type: "item" + } + ] + tasks: [ + { + id: "319E2AD5AE5FB91E" + item: { + Count: 1 + id: "theurgy:alchemical_sulfur_iron" + tag: { + "theurgy:sulfur.source.id": "#forge:ingots/iron" + } + } + type: "item" + } + { + id: "39F664FF446109A8" + item: "theurgy:alchemical_salt_mineral" + type: "item" + } + ] + title: "{ftbquests.chapter.the_hunt_for_grass.quest4.title}" + x: 1.0d + y: -3.5d + } + { + dependencies: ["5C476B553750BDE9"] + description: ["{ftbquests.chapter.the_hunt_for_grass.quest5.description1}"] + id: "389C82D9424B4099" + rewards: [{ + id: "574C722BB928B54D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "157FA2840C9FC358" + item: "minecraft:iron_ingot" + type: "item" + }] + x: 1.0d + y: -4.5d + } + { + dependencies: ["26833208E1F2EB4B"] + description: ["{ftbquests.chapter.the_hunt_for_grass.quest6.description1}"] + id: "66B8F071AD7CA037" + rewards: [{ + id: "497476B925F12D45" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "457C34C4B697A0C1" + item: "enchanted:anointing_paste" + type: "item" + }] + x: -0.5d + y: -3.5d + } + { + dependencies: [ + "66B8F071AD7CA037" + "389C82D9424B4099" + ] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest7.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest7.description2}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest7.description3}" + ] + icon: "enchanted:witch_cauldron" + id: "6CB296A3AD751F62" + rewards: [ + { + id: "303213A80F06DA80" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "enchanted:brewing" + } + } + type: "item" + } + { + id: "690229BC35A9CEF7" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "09C7309D2ADC01FA" + item: "minecraft:cauldron" + type: "item" + } + { + advancement: "reclamation:anoint_cauldron" + criterion: "" + icon: "enchanted:witch_cauldron" + id: "211987FC91B8F5B7" + title: "{ftbquests.chapter.the_hunt_for_grass.quest7.task_2385086996515714487.title}" + type: "advancement" + } + ] + x: 0.0d + y: -5.0d + } + { + dependencies: ["6CB296A3AD751F62"] + description: ["{ftbquests.chapter.the_hunt_for_grass.quest8.description1}"] + icon: "minecraft:oak_sapling" + id: "4075C13786AF4C49" + rewards: [ + { + count: 8 + id: "1BACD161EDB7C0D5" + item: "enchanted:mutandis" + type: "item" + } + { + id: "6C8F4F0C9B7376B6" + type: "xp" + xp: 100 + } + ] + shape: "hexagon" + size: 1.5d + subtitle: "{ftbquests.chapter.the_hunt_for_grass.quest8.subtitle}" + tasks: [ + { + id: "4A8D67BF286766BE" + item: "enchanted:mutandis" + type: "item" + } + { + id: "5A0C6FCFF4C6174E" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "enchanted:hawthorn_sapling" + } + { + Count: 1b + id: "enchanted:rowan_sapling" + } + { + Count: 1b + id: "enchanted:alder_sapling" + } + { + Count: 1b + id: "minecraft:cherry_sapling" + } + { + Count: 1b + id: "minecraft:dark_oak_sapling" + } + { + Count: 1b + id: "minecraft:acacia_sapling" + } + { + Count: 1b + id: "minecraft:jungle_sapling" + } + { + Count: 1b + id: "minecraft:birch_sapling" + } + { + Count: 1b + id: "minecraft:spruce_sapling" + } + { + Count: 1b + id: "minecraft:oak_sapling" + } + ] + } + } + title: "{ftbquests.chapter.the_hunt_for_grass.quest8.task_6488684102089578318.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.the_hunt_for_grass.quest8.title}" + x: 0.0d + y: -6.75d + } + { + dependencies: ["26833208E1F2EB4B"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest9.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest9.description2}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest9.description3}" + ] + icon: "agricraft:wooden_crop_sticks" + id: "2E15C8681F5D2ACF" + rewards: [ + { + id: "7596CA51E4F2FEDE" + item: "agricraft:magnifying_glass" + type: "item" + } + { + id: "0BB01DADE1595C81" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "45CF2796053F5B4A" + item: "agricraft:wooden_crop_sticks" + type: "item" + }] + x: -2.0d + y: -2.0d + } + { + dependencies: ["0207C1DDD4332158"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest10.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest10.description2}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest10.description3}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest10.description4}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest10.image0}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest10.description5}" + ] + icon: "agricraft:journal" + id: "1792BA6A0845320F" + min_width: 400 + rewards: [ + { + count: 16 + id: "389560DD3A18D3FA" + item: "agricraft:wooden_crop_sticks" + type: "item" + } + { + id: "5251363E943222B1" + type: "xp" + xp: 100 + } + ] + shape: "rsquare" + tasks: [{ + id: "267E045714E32142" + title: "{ftbquests.chapter.the_hunt_for_grass.quest10.task_2773659192565899586.title}" + type: "checkmark" + }] + title: "{ftbquests.chapter.the_hunt_for_grass.quest10.title}" + x: -2.0d + y: 1.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest11.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest11.description2}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest11.description3}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest11.description4}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest11.description5}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest11.description6}" + ] + icon: "agricraft:magnifying_glass" + id: "0207C1DDD4332158" + rewards: [ + { + id: "2EE19285430021A1" + item: "agricraft:journal" + type: "item" + } + { + id: "5E2D259FB79B5B43" + item: "agricraft:seed_analyzer" + type: "item" + } + { + id: "68760F902C2CF982" + type: "xp" + xp: 100 + } + ] + shape: "rsquare" + subtitle: "{ftbquests.chapter.the_hunt_for_grass.quest11.subtitle}" + tasks: [{ + id: "61CD34EB22BD2BC3" + title: "{ftbquests.chapter.the_hunt_for_grass.quest11.task_7047347176409476035.title}" + type: "checkmark" + }] + title: "{ftbquests.chapter.the_hunt_for_grass.quest11.title}" + x: -2.0d + y: 0.0d + } + { + dependencies: ["1792BA6A0845320F"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest12.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest12.description2}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest12.description3}" + ] + icon: "supplementaries:sign_post_oak" + id: "3658F22BABF3B4B2" + rewards: [ + { + count: 16 + id: "341645503038FDE0" + item: "minecraft:bone_meal" + type: "item" + } + { + id: "22AC93B41661A452" + type: "xp" + xp: 100 + } + ] + shape: "rsquare" + subtitle: "{ftbquests.chapter.the_hunt_for_grass.quest12.subtitle}" + tasks: [{ + id: "6BBBB559D847AA81" + title: "{ftbquests.chapter.the_hunt_for_grass.quest12.task_7762997780188473985.title}" + type: "checkmark" + }] + title: "{ftbquests.chapter.the_hunt_for_grass.quest12.title}" + x: -2.0d + y: 2.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest13.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest13.description2}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest13.description3}" + ] + hide_until_deps_complete: false + hide_until_deps_visible: true + id: "658C67ABFD247487" + rewards: [{ + id: "63DAC576E1524B28" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "5E222672F78F50DA" + item: "minecraft:potato" + type: "item" + } + { + id: "5452DD78B695D9D1" + item: "minecraft:carrot" + type: "item" + } + ] + title: "{ftbquests.chapter.the_hunt_for_grass.quest13.title}" + x: -4.0d + y: -2.0d + } + { + dependencies: ["658C67ABFD247487"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest14.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest14.description2}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest14.description3}" + ] + hide_until_deps_complete: false + hide_until_deps_visible: true + id: "4F0C473B765AA1F8" + rewards: [ + { + count: 4 + id: "62C13096E47A85F1" + item: "minecraft:copper_ingot" + type: "item" + } + { + id: "19D9144AEA650C0D" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "7A5B23DB3C4AA80E" + item: "create:copper_nugget" + type: "item" + }] + title: "{ftbquests.chapter.the_hunt_for_grass.quest14.title}" + x: -5.0d + y: -3.0d + } + { + dependencies: ["6831CB6AC2CE40C6"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest15.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest15.description2}" + ] + icon: "naturesaura:gold_leaf" + id: "592DBF115E1FBAE9" + rewards: [ + { + id: "57B1382104012AD6" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "naturesaura:book" + } + } + type: "item" + } + { + id: "33888475CC36A298" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "177D89055F200F6D" + item: "naturesaura:gold_fiber" + type: "item" + } + { + id: "5AAF6676D00217C1" + item: "naturesaura:gold_leaf" + type: "item" + } + { + id: "58CB022FD38828DD" + item: "naturesaura:gold_powder" + type: "item" + } + ] + title: "{ftbquests.chapter.the_hunt_for_grass.quest15.title}" + x: -0.5d + y: -9.0d + } + { + dependencies: ["592DBF115E1FBAE9"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest16.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest16.description2}" + ] + icon: "naturesaura:gold_powder" + id: "778E09C4AE548E95" + rewards: [{ + id: "5D6E240899147238" + type: "xp" + xp: 100 + }] + tasks: [ + { + count: 4L + id: "186D36A3950FBBA4" + item: "naturesaura:wood_stand" + type: "item" + } + { + count: 16L + id: "3128AEF2BE4E0F8E" + item: { Count: 16, id: "naturesaura:gold_powder" } + type: "item" + } + ] + title: "{ftbquests.chapter.the_hunt_for_grass.quest16.title}" + x: -1.5d + y: -9.5d + } + { + dependencies: ["4075C13786AF4C49"] + description: ["{ftbquests.chapter.the_hunt_for_grass.quest17.description1}"] + id: "6831CB6AC2CE40C6" + rewards: [ + { + count: 4 + id: "65EF3BC1AE3AC747" + item: "enchanted:clay_jar" + type: "item" + } + { + id: "0C769E6150B0FEA3" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "43042BD1A143213D" + item: "enchanted:witch_oven" + type: "item" + }] + x: 0.0d + y: -8.0d + } + { + dependencies: ["778E09C4AE548E95"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest18.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest18.description2}" + ] + icon: "minecraft:grass_block" + id: "600A7F0DFD880119" + rewards: [ + { + count: 16 + id: "6A49A265CF4845FA" + item: "minecraft:bone_meal" + type: "item" + } + { + id: "5356E9C192A1465D" + type: "xp" + xp: 100 + } + ] + shape: "hexagon" + size: 2.0d + subtitle: "{ftbquests.chapter.the_hunt_for_grass.quest18.subtitle}" + tasks: [{ + id: "5CFCBE5FDA4483B2" + item: "botania:grass_seeds" + type: "item" + }] + title: "{ftbquests.chapter.the_hunt_for_grass.quest18.title}" + x: -3.0d + y: -9.5d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.the_hunt_for_grass.quest19.description1}"] + id: "4A6F59E74183ACCD" + rewards: [ + { + count: 16 + id: "794377EC118582E9" + item: "minecraft:bone_meal" + type: "item" + } + { + id: "42526DDFBEFC41F3" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "7A0BD58C631C84DF" + item: "minecraft:composter" + type: "item" + }] + x: -2.0d + y: -3.5d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.the_hunt_for_grass.quest20.description1}"] + icon: "farmersdelight:straw" + id: "07339A3B3E7714B3" + rewards: [ + { + count: 4 + id: "6BB684591D3EF88D" + item: "farmersdelight:straw" + type: "item" + } + { + id: "7998DD18B02558BF" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "11D03E7C1F201812" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "farmersdelight:tools/knives" + } + } + title: "{ftbquests.chapter.the_hunt_for_grass.quest20.task_1283594596619655186.title}" + type: "item" + } + { + id: "46B67D9D0482647A" + item: "farmersdelight:straw" + type: "item" + } + ] + title: "{ftbquests.chapter.the_hunt_for_grass.quest20.title}" + x: -3.5d + y: -0.5d + } + { + dependencies: ["07339A3B3E7714B3"] + description: ["{ftbquests.chapter.the_hunt_for_grass.quest21.description1}"] + id: "1525FDF792FDFA20" + rewards: [ + { + count: 2 + id: "6FBB248C2F9B015B" + item: "farmersdelight:organic_compost" + type: "item" + } + { + id: "3070C7E5573A4739" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "5AC8FA934EDEE985" + item: "farmersdelight:organic_compost" + type: "item" + }] + title: "{ftbquests.chapter.the_hunt_for_grass.quest21.title}" + x: -3.5d + y: 1.0d + } + { + dependencies: ["389C82D9424B4099"] + description: ["{ftbquests.chapter.the_hunt_for_grass.quest22.description1}"] + id: "20CBC9AFA7C23F45" + rewards: [{ + id: "1B75C4C21D227AC3" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "52A0EA2EAB67CF45" + item: { + Count: 1 + id: "mysticalagriculture:watering_can" + tag: { + Water: 0b + } + } + type: "item" + }] + x: 2.0d + y: -4.5d + } + { + dependencies: ["4075C13786AF4C49"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest23.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest23.description2}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest23.description3}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest23.description4}" + ] + icon: "supplementaries:sign_post_oak" + id: "38D0317E85210C44" + rewards: [ + { + count: 16 + id: "1DA546E8161DA745" + item: "mcwpaths:oak_planks_path" + type: "item" + } + { + id: "7770E67AFA2287F1" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "via_romana:guide" + } + } + type: "item" + } + { + id: "1F103D45BC4921D6" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "51B8EE71AA705541" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "via_romana:warp_sign" + } + } + title: "{ftbquests.chapter.the_hunt_for_grass.quest23.task_5888718684745127233.title}" + type: "item" + }] + title: "{ftbquests.chapter.the_hunt_for_grass.quest23.title}" + x: -1.5d + y: -6.75d + } + { + dependencies: ["6831CB6AC2CE40C6"] + description: ["{ftbquests.chapter.the_hunt_for_grass.quest24.description1}"] + id: "101A61A74FD4E38A" + rewards: [{ + id: "5C5154DC1D3C9E50" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "60223DF57FAF6164" + item: "enchanted:fume_funnel" + type: "item" + }] + x: 1.0d + y: -8.0d + } + { + dependencies: ["4CE0C02B0602C06E"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest25.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest25.description2}" + ] + id: "0922C76A06BE0C7A" + optional: true + rewards: [{ + id: "01C80FF930E3D5D0" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4D21D45638B3A9BA" + item: { + Count: 1 + id: "enchanted:earmuffs" + tag: { + Damage: 0 + } + } + type: "item" + }] + title: "{ftbquests.chapter.the_hunt_for_grass.quest25.title}" + x: 1.0d + y: -1.5d + } + { + dependencies: ["4075C13786AF4C49"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest26.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest26.description2}" + ] + icon: { + Count: 1 + id: "reclamation_util:iron_broadaxe" + tag: { + Damage: 0 + } + } + id: "73B3D2C5DE405208" + rewards: [{ + id: "38ACBA6748CBF860" + type: "xp" + xp: 100 + }] + size: 1.0d + tasks: [{ + id: "449440C5F60E3A01" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "reclamation_util:wooden_excavator" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:stone_excavator" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:golden_excavator" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:iron_excavator" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:diamond_excavator" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:netherite_excavator" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:manasteel_excavator" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:sky_excavator" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:botanist_excavator" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:wooden_broadaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:stone_broadaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:golden_broadaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:iron_broadaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:diamond_broadaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:netherite_broadaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:manasteel_broadaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:botanist_broadaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:sky_broadaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:wooden_hammer" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:stone_hammer" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:golden_hammer" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:iron_hammer" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:diamond_hammer" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:netherite_hammer" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:manasteel_hammer" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:botanist_hammer" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:sky_hammer" + tag: { + Damage: 0 + } + } + ] + } + } + title: "{ftbquests.chapter.the_hunt_for_grass.quest26.task_4941645910113139201.title}" + type: "item" + }] + x: 1.5d + y: -6.75d + } + ] + title: "{ftbquests.chapter.the_hunt_for_grass.title}" +} diff --git a/FTBLang/config/ftbquests/quests/chapters/the_sound_of_life.snbt b/FTBLang/config/ftbquests/quests/chapters/the_sound_of_life.snbt new file mode 100644 index 0000000..5d9b992 --- /dev/null +++ b/FTBLang/config/ftbquests/quests/chapters/the_sound_of_life.snbt @@ -0,0 +1,2667 @@ +{ + default_hide_dependency_lines: false + default_min_width: 280 + default_quest_shape: "" + filename: "the_sound_of_life" + group: "" + hide_quest_until_deps_visible: true + icon: "minecraft:egg" + id: "384351F130068923" + order_index: 3 + quest_links: [ ] + quests: [ + { + dependencies: ["1C7C9A1F11DE819B"] + description: ["{ftbquests.chapter.the_sound_of_life.quest1.description1}"] + disable_toast: true + hide_until_deps_complete: true + icon: "heads:chicken_head" + id: "7540F4407477DCAF" + rewards: [{ + id: "237C35ECF9E73216" + type: "xp" + xp: 100 + }] + shape: "hexagon" + tasks: [{ + disable_toast: true + id: "5AEA0525E5C56793" + item: "minecraft:chicken_spawn_egg" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest1.title}" + x: 0.0d + y: 0.5d + } + { + dependencies: ["7540F4407477DCAF"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest2.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest2.description2}" + ] + icon: "naturesaura:animal_spawner" + id: "4985B07F3FA59210" + rewards: [ + { + count: 4 + id: "357E0029B5AAE0A9" + item: "minecraft:egg" + type: "item" + } + { + id: "673CE7EF96FE145E" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "378D137178E97CA0" + item: "naturesaura:animal_spawner" + type: "item" + } + { + id: "75333D5557211687" + item: "naturesaura:birth_spirit" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest2.title}" + x: 0.0d + y: -0.5d + } + { + dependencies: ["4985B07F3FA59210"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest3.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest3.description2}" + ] + icon: "bloodmagic:altar" + id: "3A8632BAEA799385" + rewards: [ + { + id: "49B0F3E7D9AA87A4" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "bloodmagic:guide" + } + } + type: "item" + } + { + count: 4 + id: "3D51F200661693AA" + item: "bloodmagic:soulsnare" + type: "item" + } + { + id: "045614053E35385D" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "2322AC4E4EDB3B43" + item: "bloodmagic:soulsnare" + type: "item" + } + { + id: "023C107E83217755" + item: "bloodmagic:altar" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest3.title}" + x: 0.0d + y: -1.5d + } + { + dependencies: ["3A8632BAEA799385"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest4.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest4.description2}" + ] + icon: "bloodmagic:blankslate" + id: "377BF30FBED5AA32" + rewards: [ + { + count: 4 + id: "772B008CD55DC875" + item: "bloodmagic:blankslate" + type: "item" + } + { + id: "633D0601D201B979" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "2FEA1AFEAC08E4B2" + item: "bloodmagic:blankslate" + type: "item" + } + { + count: 8L + id: "56C741E6855EBB85" + item: { Count: 8, id: "bloodmagic:blankrune" } + optional_task: true + type: "item" + } + { + id: "0316DABD5A9F1D48" + item: "bloodmagic:speedrune" + optional_task: true + type: "item" + } + ] + x: 0.0d + y: -3.0d + } + { + dependencies: ["377BF30FBED5AA32"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest5.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest5.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest5.description3}" + ] + icon: "bloodmagic:soulforge" + id: "74EFFC6EDDE055CC" + rewards: [{ + id: "0F6E03525CC884EB" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4A3C365B974B4686" + item: "bloodmagic:soulforge" + type: "item" + } + { + id: "4BF3F3DFD146D313" + item: { + Count: 1 + id: "bloodmagic:soulgempetty" + tag: { } + } + match_nbt: false + type: "item" + } + ] + x: -1.5d + y: -4.0d + } + { + dependencies: ["377BF30FBED5AA32"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest6.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest6.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest6.description3}" + ] + icon: "bloodmagic:weakbloodorb" + id: "7BDAAB04F6FD0786" + rewards: [{ + id: "1C156820BE10709E" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7D25CF3CC20E3F95" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "bloodmagic:weakbloodorb" + } + { + Count: 1b + id: "bloodmagic:apprenticebloodorb" + } + { + Count: 1b + id: "bloodmagic:magicianbloodorb" + } + { + Count: 1b + id: "bloodmagic:masterbloodorb" + } + { + Count: 1b + id: "bloodmagic:archmagebloodorb" + } + ] + } + } + title: "{ftbquests.chapter.the_sound_of_life.quest6.task_9017841688739987349.title}" + type: "item" + }] + x: 1.5d + y: -4.0d + } + { + dependencies: ["7BDAAB04F6FD0786"] + description: ["{ftbquests.chapter.the_sound_of_life.quest7.description1}"] + id: "6E3C1D562EF8899E" + rewards: [{ + id: "6F107000611C0596" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "221D12F2D212528C" + item: "bloodmagic:alchemytable" + type: "item" + }] + x: 2.5d + y: -4.5d + } + { + dependencies: ["6E3C1D562EF8899E"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest8.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest8.description2}" + ] + icon: { + Count: 1 + id: "bloodmagic:arcaneashes" + tag: { + Damage: 0 + } + } + id: "72F1440343A758D8" + rewards: [{ + id: "62EC211F97E38A13" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "0E2A07C6AECA444F" + item: { + Count: 1 + id: "bloodmagic:arcaneashes" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "1727DB6E02D0E659" + item: "bloodmagic:divinationsigil" + type: "item" + } + ] + x: 1.5d + y: -5.0d + } + { + dependencies: ["74EFFC6EDDE055CC"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest9.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest9.description2}" + ] + icon: { + Count: 1 + id: "bloodmagic:soulsword" + tag: { + Damage: 0 + } + } + id: "068189D12DAB75B0" + rewards: [ + { + id: "788F429367C66336" + type: "xp" + xp: 100 + } + { + id: "53AA85048C90DE6A" + item: { + Count: 1 + id: "bloodmagic:basemonstersoul" + tag: { + souls: 25.0d + } + } + type: "item" + } + ] + tasks: [{ + id: "2DECD86907170DFF" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "bloodmagic:soulsword" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "bloodmagic:soulaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "bloodmagic:soulpickaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "bloodmagic:soulshovel" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "bloodmagic:soulscythe" + tag: { + Damage: 0 + } + } + ] + } + } + title: "{ftbquests.chapter.the_sound_of_life.quest9.task_3309257771812589055.title}" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest9.title}" + x: -1.0d + y: -5.0d + } + { + dependencies: ["377BF30FBED5AA32"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest10.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest10.description2}" + ] + icon: "bloodmagic:reinforcedslate" + id: "7CF9CB3E4AC5A7DA" + rewards: [ + { + count: 2 + id: "64D7B37C6F263BF0" + item: "bloodmagic:reinforcedslate" + type: "item" + } + { + id: "251120CC558323CC" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "3E7417224DA9B862" + item: "bloodmagic:reinforcedslate" + type: "item" + } + { + id: "6C36EDFD7F9F9B22" + item: "bloodmagic:sacrificerune" + optional_task: true + type: "item" + } + { + id: "6880E08E93759140" + item: "bloodmagic:selfsacrificerune" + optional_task: true + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest10.title}" + x: 0.0d + y: -4.0d + } + { + dependencies: ["7CF9CB3E4AC5A7DA"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest11.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest11.description2}" + ] + icon: "bloodmagic:infusedslate" + id: "574FE16E5404A3D0" + rewards: [ + { + count: 2 + id: "6B080D23778CD8FC" + item: "bloodmagic:infusedslate" + type: "item" + } + { + id: "381E1AAE54092F12" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "37B254916A987B8E" + item: "bloodmagic:infusedslate" + type: "item" + } + { + id: "26B9BD610BECEDF3" + item: "bloodmagic:altarcapacityrune" + optional_task: true + type: "item" + } + { + id: "08301E614AB17191" + item: "bloodmagic:dislocationrune" + optional_task: true + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest11.title}" + x: 0.0d + y: -6.5d + } + { + dependencies: ["574FE16E5404A3D0"] + description: ["{ftbquests.chapter.the_sound_of_life.quest12.description1}"] + id: "5E16957A5151E858" + rewards: [{ + id: "2FC4589CD2AE8447" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1A32582B9A5D1ED4" + item: "bloodmagic:alchemicalreactionchamber" + type: "item" + }] + x: -2.0d + y: -5.0d + } + { + dependencies: ["22F15EC1DF24B1D8"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest13.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest13.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest13.description3}" + ] + id: "703F201AB6A704B3" + optional: true + rewards: [{ + id: "65AA5759754350C5" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7FB8C827063802D3" + item: "botania:blood_pendant" + type: "item" + }] + x: -4.5d + y: -5.5d + } + { + dependencies: ["5E16957A5151E858"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest14.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest14.description2}" + ] + id: "22F15EC1DF24B1D8" + rewards: [{ + id: "021801B296B134CB" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "5032798879F66104" + item: "minecraft:diamond" + type: "item" + } + { + id: "3BB1A7C07E3F5376" + item: "minecraft:amethyst_shard" + type: "item" + } + { + id: "68F95184800330D3" + item: "minecraft:lapis_lazuli" + type: "item" + } + { + id: "63AD163F272F80D9" + item: "minecraft:quartz" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest14.title}" + x: -3.0d + y: -5.0d + } + { + dependencies: ["22F15EC1DF24B1D8"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest15.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest15.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest15.description3}" + ] + id: "518B46E423840A2F" + rewards: [ + { + id: "326F7FB78BE3A4F7" + type: "xp" + xp: 100 + } + { + count: 4 + id: "4F0506A326507B32" + item: "minecraft:amethyst_shard" + type: "item" + } + ] + tasks: [{ + id: "670314D8B1392691" + item: "minecraft:budding_amethyst" + type: "item" + }] + x: -4.5d + y: -3.5d + } + { + dependencies: ["22F15EC1DF24B1D8"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest16.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest16.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest16.description3}" + ] + id: "1CCEDC1F9F219179" + rewards: [{ + id: "39D0850FDC4BC2AC" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "784CD9014C36443E" + item: "ars_nouveau:red_archwood_sapling" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest16.title}" + x: -4.5d + y: -4.5d + } + { + dependencies: ["1CCEDC1F9F219179"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest17.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest17.description2}" + ] + icon: "ars_nouveau:source_gem" + id: "1A59682F5B56E020" + rewards: [ + { + id: "64CCDF2FE431AE08" + type: "xp" + xp: 100 + } + { + count: 4 + id: "28474DFB8BE096FC" + item: "ars_nouveau:source_gem" + type: "item" + } + ] + tasks: [ + { + id: "62F22B91C38D1A19" + item: "ars_nouveau:imbuement_chamber" + type: "item" + } + { + id: "081B2C5DDC080F06" + item: "ars_nouveau:source_gem" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest17.title}" + x: -6.0d + y: -3.5d + } + { + dependencies: ["574FE16E5404A3D0"] + description: ["{ftbquests.chapter.the_sound_of_life.quest18.description1}"] + icon: "mekanism:ingot_osmium" + id: "2746DDF7130D3BB4" + rewards: [ + { + id: "4407ACE13E141EAD" + type: "xp" + xp: 100 + } + { + count: 4 + id: "0903E42D348EC2A1" + item: "mekanism:ingot_osmium" + type: "item" + } + ] + tasks: [{ + id: "7EA7CF9D39C7751F" + item: "mekanism:ingot_osmium" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest18.title}" + x: 2.0d + y: -6.0d + } + { + dependencies: ["0E7EBE370DB920D8"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest19.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest19.description2}" + ] + icon: "mekanism:ingot_steel" + id: "0CF33532629C1427" + rewards: [ + { + count: 4 + id: "4E5E6BA177BD3802" + item: "mekanism:ingot_steel" + type: "item" + } + { + id: "466545FC11617D95" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "3ED79C8FFF4F92C5" + item: "mekanism:metallurgic_infuser" + type: "item" + } + { + id: "328D39E68378FAF3" + item: "mekanism:ingot_steel" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest19.title}" + x: 5.0d + y: -3.5d + } + { + dependencies: ["0CF33532629C1427"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest20.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest20.description2}" + ] + id: "7A2BEC31266C6A7E" + rewards: [{ + id: "159412D5B1C84275" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "582C7FEBC5653F6B" + item: "mekanism:steel_casing" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest20.title}" + x: 5.0d + y: -1.5d + } + { + dependencies: ["7A2BEC31266C6A7E"] + description: ["{ftbquests.chapter.the_sound_of_life.quest21.description1}"] + id: "382B7C05BB6427BB" + rewards: [{ + id: "418B00529CFA055E" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6946036A7CBAC3DA" + item: "mekanism:enrichment_chamber" + type: "item" + }] + x: 5.0d + y: -0.5d + } + { + dependencies: ["2746DDF7130D3BB4"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest22.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest22.description2}" + ] + id: "0E7EBE370DB920D8" + rewards: [{ + id: "35B5368759D5201D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4E377E82C636102C" + item: "botania:mana_fluxfield" + type: "item" + }] + x: 4.0d + y: -5.0d + } + { + dependencies: ["22F15EC1DF24B1D8"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest23.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest23.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest23.description3}" + ] + icon: "botania:terrasteel_ingot" + id: "2F6FB6D4819EF061" + rewards: [ + { + exclude_from_claim_all: true + id: "33CFD43D0DB6A9ED" + table_id: 1430735789179352246L + type: "choice" + } + { + id: "372B45BE929CEF67" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "20ACC9409D3E06DE" + item: "botania:terra_plate" + type: "item" + } + { + id: "08B033CAEF0CD37B" + item: "botania:terrasteel_ingot" + type: "item" + } + { + id: "3828A7384B03CF18" + item: "botania:spark" + optional_task: true + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest23.title}" + x: -4.5d + y: -6.5d + } + { + dependencies: ["0CF33532629C1427"] + description: ["{ftbquests.chapter.the_sound_of_life.quest24.description1}"] + icon: "mekanism:basic_universal_cable" + id: "740CD4B0ED662B60" + rewards: [{ + id: "2A3FEABE2B698F92" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1475EE94A011CB5D" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "mekanism:basic_universal_cable" + } + { + Count: 1b + id: "mekanism:basic_mechanical_pipe" + } + { + Count: 1b + id: "mekanism:basic_pressurized_tube" + } + { + Count: 1b + id: "mekanism:basic_logistical_transporter" + } + { + Count: 1b + id: "mekanism:basic_thermodynamic_conductor" + } + ] + } + } + title: "{ftbquests.chapter.the_sound_of_life.quest24.task_1474346775141796701.title}" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest24.title}" + x: 6.0d + y: -3.5d + } + { + dependencies: ["7A2BEC31266C6A7E"] + description: ["{ftbquests.chapter.the_sound_of_life.quest25.description1}"] + id: "46391DDDC731B2AC" + rewards: [{ + id: "76D8B9E4A2E39ABE" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "56D016880B4F7E0A" + item: "mekanism:rotary_condensentrator" + type: "item" + }] + x: 6.0d + y: -1.5d + } + { + dependencies: ["46391DDDC731B2AC"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest26.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest26.description2}" + ] + id: "65850E753E7200DC" + rewards: [{ + id: "26E1201BE7376631" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "557B2A704D82C0E4" + item: "mekanismgenerators:gas_burning_generator" + type: "item" + }] + x: 7.0d + y: -1.5d + } + { + dependencies: [ + "65850E753E7200DC" + "64D9A5568A5D41FD" + ] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest27.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest27.description2}" + ] + icon: "mekanism:ethene_bucket" + id: "6EAAB9DF6917C3AC" + rewards: [{ + id: "0613B63736BECD09" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "784C1FB9EF14A6F2" + item: "mekanism:substrate" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest27.title}" + x: 8.0d + y: -1.5d + } + { + dependencies: ["6EAAB9DF6917C3AC"] + description: ["{ftbquests.chapter.the_sound_of_life.quest28.description1}"] + icon: "bloodmagic:life_essence_bucket" + id: "0B4BD82BD1422A1A" + rewards: [{ + id: "7B04313E2CB7FFF3" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2BF3BFDB49C45513" + type: "checkmark" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest28.title}" + x: 9.0d + y: -1.5d + } + { + dependencies: ["7A2BEC31266C6A7E"] + description: ["{ftbquests.chapter.the_sound_of_life.quest29.description1}"] + id: "2FD8F1325D206079" + rewards: [{ + id: "12528884CF2B0441" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6F86831D988E5067" + item: "mekanism:crusher" + type: "item" + }] + x: 6.0d + y: -2.5d + } + { + dependencies: ["2FD8F1325D206079"] + description: ["{ftbquests.chapter.the_sound_of_life.quest30.description1}"] + icon: "mekanism:bio_fuel" + id: "64D9A5568A5D41FD" + rewards: [{ + id: "2EFE27CEB03D9EEA" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "2A212BB4860A6A9C" + item: "mekanism:bio_fuel" + type: "item" + } + { + id: "08C0A72E651C7E5C" + item: "mekanismgenerators:bio_generator" + optional_task: true + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest30.title}" + x: 7.0d + y: -2.5d + } + { + dependencies: ["382B7C05BB6427BB"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest31.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest31.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest31.description3}" + ] + id: "1FFEB5A89F1ACBEC" + rewards: [{ + id: "3628F01A7CE6CE11" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7BB90ADA3D1A4A27" + item: "mekanism:purification_chamber" + type: "item" + }] + x: 4.0d + y: 0.0d + } + { + dependencies: ["1FFEB5A89F1ACBEC"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest32.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest32.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest32.description3}" + ] + icon: "mekanism:chemical_dissolution_chamber" + id: "0E50AD0D33F05A97" + rewards: [{ + id: "1C9E6BD4569B5C68" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "1DEF0E6B5E2EA645" + item: "mekanism:chemical_dissolution_chamber" + type: "item" + } + { + id: "53F660FA9CD0E6A1" + item: "mekanism:thermal_evaporation_controller" + type: "item" + } + ] + x: 3.0d + y: 0.5d + } + { + dependencies: ["0E50AD0D33F05A97"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest33.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest33.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest33.description3}" + ] + icon: "mekanism:chemical_washer" + id: "3B5E9C85AC4A0165" + rewards: [{ + id: "028F869BA70AD5EC" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "7EA89E9827E49CA2" + item: "mekanism:chemical_washer" + type: "item" + } + { + id: "6FD98215E0A2C9D7" + item: "mekanism:chemical_crystallizer" + type: "item" + } + { + id: "37697DBA8E936D45" + item: "mekanism:chemical_injection_chamber" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest33.title}" + x: 2.0d + y: 1.0d + } + { + dependencies: ["574FE16E5404A3D0"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest34.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest34.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest34.description3}" + ] + icon: "bloodmagic:ritualdiviner" + id: "572D14ABB8B0DEB9" + rewards: [{ + id: "1131E0D528CC4C71" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "427CDE4DC86850F7" + item: "bloodmagic:ritualdiviner" + type: "item" + } + { + id: "7DBABAFEE9117CBC" + item: "bloodmagic:masterritualstone" + type: "item" + } + { + id: "0803E379A44EFC16" + item: "bloodmagic:activationcrystalweak" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest34.title}" + x: -1.0d + y: -7.0d + } + { + dependencies: ["572D14ABB8B0DEB9"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest35.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest35.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest35.description3}" + ] + icon: "bloodmagic:weakbloodshard" + id: "4CF55F7AA2943D89" + rewards: [{ + id: "7069B29833E2D1AB" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "68F1364D1040EB47" + item: "bloodmagic:weak_tau" + type: "item" + } + { + id: "0D170CFD649C76DE" + item: "bloodmagic:strong_tau" + type: "item" + } + { + id: "051EC8616B94DE88" + item: "bloodmagic:weakbloodshard" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest35.title}" + x: -1.0d + y: -8.0d + } + { + dependencies: ["4CF55F7AA2943D89"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest36.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest36.description2}" + ] + icon: "bloodmagic:demonslate" + id: "45BC42953D194C94" + rewards: [{ + id: "5D38AB03FC3BDEB9" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4720477C3CBF71DA" + item: "bloodmagic:demonslate" + type: "item" + } + { + id: "127C70A1962EBBB9" + item: "bloodmagic:bettercapacityrune" + optional_task: true + type: "item" + } + { + id: "052F97BFDBB1A18C" + item: "bloodmagic:accelerationrune" + optional_task: true + type: "item" + } + { + id: "7F19272509FF60B5" + item: "bloodmagic:chargingrune" + optional_task: true + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest36.title}" + x: 0.0d + y: -8.5d + } + { + dependencies: ["45BC42953D194C94"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest37.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest37.description2}" + ] + id: "334A0BB9548947EF" + rewards: [{ + id: "607BAD64DAC4FCFE" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "723C24DEE217AB71" + item: "bloodmagic:ritualdivinerdusk" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest37.title}" + x: 1.0d + y: -9.0d + } + { + dependencies: ["334A0BB9548947EF"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest38.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest38.description2}" + ] + id: "171B65208F0D13E8" + rewards: [{ + id: "5AC8DA5FA134C6F7" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "467B3D50C2357A42" + item: "bloodmagic:rawdemonite" + type: "item" + }] + x: 1.0d + y: -10.0d + } + { + dependencies: ["171B65208F0D13E8"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest39.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest39.description2}" + ] + id: "0B69076CC61D0246" + rewards: [{ + id: "320A61458BB04F1C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2D0FB64D86DA4D44" + item: "bloodmagic:etherealslate" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest39.title}" + x: 0.0d + y: -10.5d + } + { + dependencies: ["334A0BB9548947EF"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest40.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest40.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest40.description3}" + ] + id: "1FC8CD63A4443B63" + rewards: [{ + id: "3B5D6D98F5DC7D86" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6E2EBA9485E13F0B" + item: "bloodmagic:ritualtinkerer" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest40.title}" + x: -0.5d + y: -9.5d + } + { + dependencies: ["7BDAAB04F6FD0786"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest41.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest41.description2}" + ] + id: "1C61DAD67EC27EA5" + rewards: [{ + id: "6787F1685DB5735A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5A2F41572FB4E93A" + item: "bloodmagic:incensealtar" + type: "item" + }] + x: 2.5d + y: -3.5d + } + { + dependencies: ["22F15EC1DF24B1D8"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest42.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest42.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest42.description3}" + "" + "{ftbquests.chapter.the_sound_of_life.quest42.description4}" + ] + icon: "bloodmagic:defaultcrystal" + id: "026A3590EE976DB0" + rewards: [{ + id: "17148E927CA42A25" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "253DDEE2437F5A1A" + item: "bloodmagic:demoncrucible" + type: "item" + } + { + id: "1D833D514F9B56D6" + item: "bloodmagic:demoncrystallizer" + type: "item" + } + { + id: "44C8A99B9FFE37F1" + item: "bloodmagic:defaultcrystal" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest42.title}" + x: -3.0d + y: -6.0d + } + { + dependencies: [ + "1FC8CD63A4443B63" + "026A3590EE976DB0" + ] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest43.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest43.description2}" + ] + id: "357CA59CD9EFA012" + rewards: [{ + id: "464960C7C3270280" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "3D2E4EDD1162BC19" + item: "bloodmagic:corrosivecrystal" + type: "item" + } + { + id: "4EC199F62E2DF1A2" + item: "bloodmagic:vengefulcrystal" + type: "item" + } + { + id: "1E0BEAC26DF1E8A8" + item: "bloodmagic:destructivecrystal" + type: "item" + } + { + id: "578468CF2D419097" + item: "bloodmagic:steadfastcrystal" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest43.title}" + x: -2.5d + y: -8.5d + } + { + dependencies: ["2F6FB6D4819EF061"] + description: ["{ftbquests.chapter.the_sound_of_life.quest44.description1}"] + id: "7B4F1EAF6F7A4A1D" + rewards: [{ + id: "2ABDB4E91089E2B3" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5369B7D08EBAF52A" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "botania:rune_pride" + } + { + Count: 1b + id: "botania:rune_envy" + } + { + Count: 1b + id: "botania:rune_wrath" + } + { + Count: 1b + id: "botania:rune_sloth" + } + { + Count: 1b + id: "botania:rune_greed" + } + { + Count: 1b + id: "botania:rune_gluttony" + } + { + Count: 1b + id: "botania:rune_lust" + } + ] + } + } + title: "{ftbquests.chapter.the_sound_of_life.quest44.task_6010537284078335274.title}" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest44.title}" + x: -4.5d + y: -8.5d + } + { + dependencies: ["2F6FB6D4819EF061"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest45.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest45.description2}" + ] + icon: "botania:natura_pylon" + id: "3E0289A3420971D8" + rewards: [{ + id: "23791502552BD34B" + type: "xp" + xp: 100 + }] + tasks: [ + { + count: 2L + id: "65D021B5E96A60E5" + item: "botania:natura_pylon" + type: "item" + } + { + id: "02E100540D6A4802" + item: "botania:alfheim_portal" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest45.title}" + x: -6.5d + y: -6.5d + } + { + dependencies: ["3E0289A3420971D8"] + description: ["{ftbquests.chapter.the_sound_of_life.quest46.description1}"] + id: "46E7F06B96AE7AC9" + optional: true + rewards: [ + { + count: 8 + id: "7E371201031882C3" + item: "botania:dreamwood" + type: "item" + } + { + id: "12BFDEB9D7517741" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "1B796C53B345E787" + item: "botania:elven_spreader" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest46.title}" + x: -7.0d + y: -5.5d + } + { + dependencies: [ + "3E0289A3420971D8" + "7B4F1EAF6F7A4A1D" + ] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest47.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest47.description2}" + ] + id: "039EE9BB48F29DB2" + rewards: [{ + id: "3C3A804BDA0F9DAA" + type: "xp" + xp: 100 + }] + size: 1.5d + subtitle: "{ftbquests.chapter.the_sound_of_life.quest47.subtitle}" + tasks: [{ + id: "34A484CFD9300B55" + item: "botania:orechid" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest47.title}" + x: -5.5d + y: -7.5d + } + { + dependencies: ["1CCEDC1F9F219179"] + description: ["{ftbquests.chapter.the_sound_of_life.quest48.description1}"] + icon: "ars_nouveau:scribes_table" + id: "2FAAD3AB3B105FB5" + rewards: [{ + id: "30EE5B3A4809D53A" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "641FFAC13A3B6F7F" + item: "ars_nouveau:scribes_table" + type: "item" + } + { + id: "6A30A4AEE0F41770" + item: "ars_nouveau:novice_spell_book" + optional_task: true + type: "item" + } + { + id: "69173B7D0C18C8A1" + item: "tomeofblood:novice_tome_of_blood" + optional_task: true + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest48.title}" + x: -6.0d + y: -4.5d + } + { + dependencies: ["1A59682F5B56E020"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest49.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest49.description2}" + ] + icon: "ars_nouveau:source_jar" + id: "797F89EC438BD230" + rewards: [{ + id: "27954266BA7187F1" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "3F3CF3827894432E" + item: "ars_nouveau:source_jar" + type: "item" + } + { + id: "7763161A3FA52012" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "ars_nouveau:mycelial_sourcelink" + } + { + Count: 1b + id: "ars_nouveau:vitalic_sourcelink" + } + { + Count: 1b + id: "ars_nouveau:alchemical_sourcelink" + } + { + Count: 1b + id: "ars_nouveau:volcanic_sourcelink" + } + { + Count: 1b + id: "ars_nouveau:agronomic_sourcelink" + } + ] + } + } + title: "{ftbquests.chapter.the_sound_of_life.quest49.task_8602744015200526354.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest49.title}" + x: -7.5d + y: -2.0d + } + { + dependencies: ["797F89EC438BD230"] + description: ["{ftbquests.chapter.the_sound_of_life.quest50.description1}"] + icon: "ars_nouveau:enchanting_apparatus" + id: "1F95463AFBB55B18" + rewards: [{ + id: "3990247EC663D055" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "1FC5DE50A5149319" + item: "ars_nouveau:arcane_core" + type: "item" + } + { + id: "2D8761F46C000249" + item: "ars_nouveau:enchanting_apparatus" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest50.title}" + x: -7.5d + y: -0.5d + } + { + dependencies: [ + "518B46E423840A2F" + "0E7BC6F2785D6CD4" + ] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest51.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest51.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest51.description3}" + ] + icon: "ars_nouveau:amethyst_golem_charm" + id: "3D210245881F46D7" + rewards: [{ + id: "155E9DDD132A749F" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4681AAF428733A6B" + item: "ars_nouveau:amethyst_golem_charm" + type: "item" + } + { + id: "3F864F63DB8E70D9" + item: { + Count: 1 + id: "ars_nouveau:dominion_wand" + tag: { } + } + optional_task: true + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest51.title}" + x: -4.0d + y: -2.5d + } + { + dependencies: ["3E0289A3420971D8"] + description: ["{ftbquests.chapter.the_sound_of_life.quest52.description1}"] + id: "5750E61C2B1E8D5E" + optional: true + rewards: [{ + id: "1A9CFA442A825AA4" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "175DA0F3E23B1A9C" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "botania:dandelifeon" + } + { + Count: 1b + id: "botania:shulk_me_not" + } + { + Count: 1b + id: "botania:rafflowsia" + } + { + Count: 1b + id: "botania:spectrolus" + } + { + Count: 1b + id: "botania:kekimurus" + } + ] + } + } + title: "{ftbquests.chapter.the_sound_of_life.quest52.task_1683678805039454876.title}" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest52.title}" + x: -6.0d + y: -5.5d + } + { + dependencies: [ + "3E0289A3420971D8" + "7B4F1EAF6F7A4A1D" + "0F60E7D69F6FA06E" + ] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest53.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest53.description2}" + ] + id: "7EE279615E00797C" + rewards: [{ + id: "65FF5350EF32641E" + type: "xp" + xp: 100 + }] + tasks: [{ + count: 4L + id: "46CDCF3AACBF85C4" + item: "botania:gaia_pylon" + type: "item" + }] + x: -7.0d + y: -9.0d + } + { + dependencies: ["1A59682F5B56E020"] + description: ["{ftbquests.chapter.the_sound_of_life.quest54.description1}"] + id: "0F60E7D69F6FA06E" + rewards: [ + { + count: 4 + id: "2AC324821918B938" + item: "ars_nouveau:source_gem" + type: "item" + } + { + id: "28EBE18B9177606E" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "5B9793284890447B" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "ars_elemental:anima_essence" + } + { + Count: 1b + id: "ars_nouveau:water_essence" + } + { + Count: 1b + id: "ars_nouveau:manipulation_essence" + } + { + Count: 1b + id: "ars_nouveau:fire_essence" + } + { + Count: 1b + id: "ars_nouveau:air_essence" + } + { + Count: 1b + id: "ars_nouveau:conjuration_essence" + } + { + Count: 1b + id: "ars_nouveau:abjuration_essence" + } + { + Count: 1b + id: "ars_nouveau:earth_essence" + } + ] + } + } + title: "{ftbquests.chapter.the_sound_of_life.quest54.task_6599905580160140411.title}" + type: "item" + }] + x: -9.5d + y: -5.5d + } + { + dependencies: [ + "7EE279615E00797C" + "6B0DF94DF9004625" + ] + description: ["{ftbquests.chapter.the_sound_of_life.quest55.description1}"] + id: "0721C000948329FF" + rewards: [{ + id: "3AF6B521407E4D45" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "51D63243515AEAB7" + item: "botania:life_essence" + type: "item" + }] + x: -5.0d + y: -10.5d + } + { + dependencies: ["1A59682F5B56E020"] + description: ["{ftbquests.chapter.the_sound_of_life.quest56.description1}"] + id: "0E7BC6F2785D6CD4" + rewards: [{ + id: "05C8B992B92B2723" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "18324C87EF47313D" + item: "ars_nouveau:ritual_brazier" + type: "item" + }] + x: -6.0d + y: -2.0d + } + { + dependencies: [ + "1F95463AFBB55B18" + "0E7BC6F2785D6CD4" + ] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest57.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest57.description2}" + ] + icon: "ars_nouveau:storage_lectern" + id: "792DA50F1C60B35D" + rewards: [ + { + id: "19850D74FE2A105D" + item: "ars_nouveau:bookwyrm_charm" + type: "item" + } + { + id: "319FC98DA2AE9171" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "72FF396E69CA8357" + item: "ars_nouveau:storage_lectern" + type: "item" + } + { + id: "2AFA66D061D31585" + item: "ars_nouveau:bookwyrm_charm" + optional_task: true + type: "item" + } + { + id: "1942F4F6D64D0A7E" + item: "ars_nouveau:repository" + optional_task: true + type: "item" + } + ] + x: -6.0d + y: 1.0d + } + { + dependencies: ["7A2BEC31266C6A7E"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest58.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest58.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest58.description3}" + ] + icon: "mekanism:upgrade_speed" + id: "4A5E73C5F6D316DE" + rewards: [{ + id: "0077F085A6A2F139" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "0515588225B47EC0" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "mekanism:upgrade_anchor" + } + { + Count: 1b + id: "mekanism:upgrade_gas" + } + { + Count: 1b + id: "mekanism:upgrade_muffling" + } + { + Count: 1b + id: "mekanism:upgrade_filter" + } + { + Count: 1b + id: "mekanism:upgrade_energy" + } + { + Count: 1b + id: "mekanism:upgrade_speed" + } + ] + } + } + title: "{ftbquests.chapter.the_sound_of_life.quest58.task_366296260702142144.title}" + type: "item" + } + { + id: "195C795DF27B5C06" + item: "mekanism:basic_tier_installer" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest58.title}" + x: 4.0d + y: -1.5d + } + { + dependencies: [ + "357CA59CD9EFA012" + "7B4F1EAF6F7A4A1D" + ] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest59.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest59.description2}" + ] + icon: "minecraft:nether_star" + id: "6B0DF94DF9004625" + rewards: [{ + id: "5CA3008BF523209E" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "454762A1A44C17B6" + item: "minecraft:wither_skeleton_skull" + type: "item" + } + { + id: "0BE29949858B350B" + item: "minecraft:nether_star" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest59.title}" + x: -3.5d + y: -9.0d + } + { + dependencies: ["3E0289A3420971D8"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest60.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest60.description2}" + ] + id: "2CC12CE948BCDF7A" + rewards: [{ + id: "088A7018CDDAC6A6" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6DE1672848EE5822" + item: "botania:conjuration_catalyst" + type: "item" + }] + x: -7.5d + y: -6.5d + } + { + dependencies: ["0E7BC6F2785D6CD4"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest61.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest61.description2}" + ] + icon: "ars_nouveau:wilden_tribute" + id: "3660075C34865DCB" + rewards: [{ + id: "724D3E3D9C0AD8E5" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "557B6D621EA69A1C" + item: "ars_nouveau:ritual_wilden_summon" + type: "item" + } + { + id: "6C342A0F4B4E47B7" + item: "ars_nouveau:wilden_tribute" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest61.title}" + x: -4.0d + y: -1.5d + } + { + dependencies: ["382B7C05BB6427BB"] + description: ["{ftbquests.chapter.the_sound_of_life.quest62.description1}"] + icon: "ae2:charged_certus_quartz_crystal" + id: "09809D52A27FDC84" + rewards: [ + { + id: "5C24F8E6550488AC" + type: "xp" + xp: 100 + } + { + count: 4 + id: "49D112FE5CF3312E" + item: "ae2:certus_quartz_crystal" + type: "item" + } + ] + tasks: [ + { + id: "4200E6A3B4CC4927" + item: "ae2:charger" + type: "item" + } + { + id: "506DA1038AC3E9D4" + item: "ae2:certus_quartz_crystal" + type: "item" + } + { + id: "7939BCC1179D0DC6" + item: "ae2:charged_certus_quartz_crystal" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest62.title}" + x: 4.5d + y: 1.0d + } + { + dependencies: ["09809D52A27FDC84"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest63.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest63.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest63.description3}" + ] + id: "4B21D583F11D94F4" + rewards: [ + { + id: "22C9F952FBF7BF88" + type: "xp" + xp: 100 + } + { + count: 4 + id: "326CC133F9CB9E68" + item: "ae2:charged_certus_quartz_crystal" + type: "item" + } + ] + tasks: [{ + id: "6240BAA8E7D232EC" + item: "ae2:flawed_budding_quartz" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest63.title}" + x: 3.5d + y: 2.5d + } + { + dependencies: ["4B21D583F11D94F4"] + description: ["{ftbquests.chapter.the_sound_of_life.quest64.description1}"] + id: "3DC3BEC51801CB96" + rewards: [ + { + id: "6C1FBE410509FD12" + type: "xp" + xp: 100 + } + { + count: 4 + id: "0152F157B8B1D2DF" + item: "ae2:fluix_crystal" + type: "item" + } + ] + tasks: [{ + id: "060D3C3A47ED0D6E" + item: "ae2:fluix_crystal" + type: "item" + }] + x: 2.0d + y: 4.0d + } + { + dependencies: ["3DC3BEC51801CB96"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest65.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest65.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest65.description3}" + ] + icon: "ae2:mysterious_cube" + id: "64F989736017F6CD" + rewards: [{ + id: "0D9B45293BABC90F" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "303F573F6C388FE3" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "ae2:silicon_press" + } + { + Count: 1b + id: "ae2:logic_processor_press" + } + { + Count: 1b + id: "ae2:engineering_processor_press" + } + { + Count: 1b + id: "ae2:calculation_processor_press" + } + ] + } + } + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest65.title}" + x: 0.0d + y: 5.0d + } + { + dependencies: [ + "792DA50F1C60B35D" + "4C34B249425FA0CC" + ] + description: ["{ftbquests.chapter.the_sound_of_life.quest66.description1}"] + id: "52D07AB4E6B88EA1" + rewards: [{ + id: "760AD4D438CC174D" + type: "xp" + xp: 100 + }] + shape: "hexagon" + size: 1.5d + subtitle: "{ftbquests.chapter.the_sound_of_life.quest66.subtitle}" + tasks: [{ + id: "41E4110B55B6F086" + item: "ae2:controller" + type: "item" + }] + x: -4.0d + y: 5.5d + } + { + dependencies: ["64F989736017F6CD"] + description: ["{ftbquests.chapter.the_sound_of_life.quest67.description1}"] + id: "4C34B249425FA0CC" + rewards: [{ + id: "095EED5E764CF249" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3757FCA22789B2B3" + item: "ae2:inscriber" + type: "item" + }] + x: -2.0d + y: 5.5d + } + { + dependencies: [ + "0721C000948329FF" + "357CA59CD9EFA012" + "0B69076CC61D0246" + ] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest68.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest68.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest68.description3}" + ] + id: "76531B6ECFD001DB" + rewards: [{ + id: "47FD6A5B71B7F9C8" + type: "xp" + xp: 100 + }] + shape: "hexagon" + size: 2.0d + subtitle: "{ftbquests.chapter.the_sound_of_life.quest68.subtitle}" + tasks: [{ + biome: "#reclamation:reclaimed" + id: "5CB74C9041238933" + title: "{ftbquests.chapter.the_sound_of_life.quest68.task_6680892754679269683.title}" + type: "biome" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest68.title}" + x: -2.5d + y: -13.0d + } + { + dependencies: ["1F95463AFBB55B18"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest69.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest69.description2}" + ] + id: "040B7ABBA79E3C34" + rewards: [{ + id: "214D54AFF39E6854" + type: "xp" + xp: 100 + }] + shape: "diamond" + tasks: [{ + id: "7F3799E27FA7EE1C" + item: "ars_elemental:siren_charm" + type: "item" + }] + x: -9.5d + y: 0.0d + } + { + dependencies: ["1F95463AFBB55B18"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest70.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest70.description2}" + ] + id: "5A3D771B1235C40B" + rewards: [{ + id: "1E68783EEF2FB7A8" + type: "xp" + xp: 100 + }] + shape: "diamond" + tasks: [{ + id: "27A44281ECD3FA7D" + item: "ars_nouveau:whirlisprig_charm" + type: "item" + }] + x: -9.5d + y: -1.0d + } + { + dependencies: ["1F95463AFBB55B18"] + description: ["{ftbquests.chapter.the_sound_of_life.quest71.description1}"] + id: "7A517B0D3ADC17FE" + rewards: [{ + id: "062A83ACF679BECE" + type: "xp" + xp: 100 + }] + shape: "diamond" + tasks: [{ + id: "05640A0617017CFD" + item: "ars_nouveau:drygmy_charm" + type: "item" + }] + x: -9.0d + y: -1.5d + } + { + dependencies: ["1F95463AFBB55B18"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest72.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest72.description2}" + ] + id: "0132766885AF4DEE" + rewards: [{ + id: "338EE9355544F19D" + type: "xp" + xp: 100 + }] + shape: "diamond" + tasks: [{ + id: "7E43DA10DAAC3708" + item: "ars_nouveau:wixie_charm" + type: "item" + }] + x: -10.0d + y: -0.5d + } + { + dependencies: ["1F95463AFBB55B18"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest73.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest73.description2}" + ] + id: "11D64B22EDF1E1B1" + rewards: [{ + id: "7974EE6AF190E194" + type: "xp" + xp: 100 + }] + shape: "diamond" + tasks: [{ + id: "647E7C88AFBF97C4" + item: { + Count: 1 + id: "ars_nouveau:starbuncle_charm" + tag: { } + } + type: "item" + }] + x: -9.0d + y: 0.5d + } + { + dependencies: ["1F95463AFBB55B18"] + description: ["{ftbquests.chapter.the_sound_of_life.quest74.description1}"] + icon: "ars_nouveau:magebloom_fiber" + id: "731A34BCDD3C048A" + rewards: [{ + id: "389192D35C738192" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "0C5AB81AE249CF20" + item: "ars_nouveau:magebloom_crop" + type: "item" + } + { + id: "275E31101C371324" + item: "ars_nouveau:magebloom_fiber" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest74.title}" + x: -7.5d + y: 1.5d + } + { + dependencies: ["731A34BCDD3C048A"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest75.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest75.description2}" + ] + icon: { + Count: 1 + id: "ars_nouveau:stable_warp_scroll" + tag: { } + } + id: "33BF18E246E08E10" + rewards: [{ + id: "32D2A652146F54A0" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "38F8E3CA34F6F605" + item: { + Count: 1 + id: "ars_nouveau:warp_scroll" + tag: { } + } + type: "item" + } + { + id: "192CE76D35C5E14C" + item: { + Count: 1 + id: "ars_nouveau:stable_warp_scroll" + tag: { } + } + type: "item" + } + ] + x: -8.5d + y: 2.5d + } + { + dependencies: ["7A2BEC31266C6A7E"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest76.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest76.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest76.description3}" + "" + "{ftbquests.chapter.the_sound_of_life.quest76.description4}" + ] + icon: "mekanismgenerators:fission_reactor_port" + id: "71FA16CB8987A05D" + rewards: [{ + id: "5B2AE9869AAA9EE8" + type: "xp" + xp: 100 + }] + size: 1.5d + subtitle: "{ftbquests.chapter.the_sound_of_life.quest76.subtitle}" + tasks: [ + { + id: "2DF292275CD3CCFC" + item: "mekanismgenerators:fission_reactor_casing" + type: "item" + } + { + id: "76480EC05452AB1E" + item: "mekanismgenerators:fission_reactor_port" + type: "item" + } + { + id: "266403294F18EF4D" + item: "mekanismgenerators:fission_fuel_assembly" + type: "item" + } + { + id: "4B7FC9ACB042D32F" + item: "mekanismgenerators:control_rod_assembly" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest76.title}" + x: 7.0d + y: 0.5d + } + { + dependencies: ["71FA16CB8987A05D"] + description: ["{ftbquests.chapter.the_sound_of_life.quest77.description1}"] + id: "56AC940F596CE59A" + rewards: [{ + id: "58B147DCAF1D6CF0" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "18E9E03DEF135CA1" + item: "mekanism:pellet_plutonium" + type: "item" + }] + x: 6.5d + y: 2.0d + } + { + dependencies: ["71FA16CB8987A05D"] + description: ["{ftbquests.chapter.the_sound_of_life.quest78.description1}"] + id: "03C92960F6FB7196" + rewards: [{ + id: "1BFF2A332C901550" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6A0EDB71F31D706A" + item: "mekanism:radioactive_waste_barrel" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest78.title}" + x: 8.5d + y: 0.5d + } + { + dependencies: ["71FA16CB8987A05D"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest79.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest79.description2}" + ] + id: "36DAD7B096C37537" + rewards: [{ + id: "2805514AABAB62B0" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2780BDCCE836453A" + item: "mekanism:pellet_polonium" + type: "item" + }] + x: 7.5d + y: 2.0d + } + { + dependencies: [ + "36DAD7B096C37537" + "56AC940F596CE59A" + ] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest80.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest80.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest80.description3}" + "" + "{ftbquests.chapter.the_sound_of_life.quest80.description4}" + ] + id: "4E3BA0B8C44593F4" + rewards: [{ + id: "34D6138E40158F6F" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2E7784949421D703" + item: "mekanism:pellet_antimatter" + type: "item" + }] + x: 7.0d + y: 3.5d + } + { + dependencies: ["36DAD7B096C37537"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest81.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest81.description2}" + ] + icon: "mekanism:qio_drive_array" + id: "46677EA7419E25B2" + rewards: [{ + id: "51DBE6C4BB51CE79" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "296827863056EA3B" + item: "mekanism:qio_drive_array" + type: "item" + } + { + id: "62B241075E69CEF3" + item: "mekanism:qio_drive_base" + type: "item" + } + { + id: "33DB20AB06CF711C" + item: "mekanism:qio_dashboard" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest81.title}" + x: 9.0d + y: 2.0d + } + { + dependencies: ["36DAD7B096C37537"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest82.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest82.description2}" + ] + icon: "mekanismgenerators:fusion_reactor_frame" + id: "40FD6A4803092F64" + rewards: [{ + id: "4928CB0F616DE3E1" + type: "xp" + xp: 100 + }] + size: 2.0d + subtitle: "{ftbquests.chapter.the_sound_of_life.quest82.subtitle}" + tasks: [ + { + id: "6502C2B9561E81FA" + item: "mekanismgenerators:fusion_reactor_frame" + type: "item" + } + { + id: "72A3214853D53362" + item: "mekanismgenerators:fusion_reactor_controller" + type: "item" + } + { + id: "665AC8FD54EEA60B" + item: "mekanismgenerators:fusion_reactor_port" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest82.title}" + x: 9.0d + y: 4.0d + } + ] + title: "{ftbquests.chapter.the_sound_of_life.title}" +} diff --git a/FTBLang/config/ftbquests/quests/chapters/the_taste_of_power.snbt b/FTBLang/config/ftbquests/quests/chapters/the_taste_of_power.snbt new file mode 100644 index 0000000..5022f7d --- /dev/null +++ b/FTBLang/config/ftbquests/quests/chapters/the_taste_of_power.snbt @@ -0,0 +1,360 @@ +{ + default_hide_dependency_lines: false + default_min_width: 280 + default_quest_shape: "" + filename: "the_taste_of_power" + group: "" + hide_quest_until_deps_complete: true + icon: "minecraft:dragon_egg" + id: "255B2E87E16AB4A5" + order_index: 5 + quest_links: [ ] + quests: [ + { + dependencies: ["647B651959E0F0D0"] + description: ["{ftbquests.chapter.the_taste_of_power.quest1.description1}"] + hide_until_deps_complete: false + id: "46100B5AD6C088F1" + rewards: [{ + id: "24C9D6E63139FE34" + type: "xp" + xp: 100 + }] + tasks: [{ + entity: "minecraft:ender_dragon" + icon: "minecraft:dragon_head" + id: "383C97269B1429F5" + title: "{ftbquests.chapter.the_taste_of_power.quest1.task_4052279956792945141.title}" + type: "kill" + value: 1L + }] + x: -0.5d + y: -3.5d + } + { + dependencies: ["6D23082F517D5117"] + icon: "minecraft:end_portal_frame" + id: "647B651959E0F0D0" + rewards: [{ + id: "4A0A80BD3060A7CC" + type: "xp" + xp: 100 + }] + shape: "hexagon" + tasks: [{ + dimension: "minecraft:the_end" + icon: "minecraft:end_portal_frame" + id: "6DB59B5506EB9396" + title: "{ftbquests.chapter.the_taste_of_power.quest2.task_7905395510409401238.title}" + type: "dimension" + }] + title: "{ftbquests.chapter.the_taste_of_power.quest2.title}" + x: -0.5d + y: -2.5d + } + { + dependencies: ["46100B5AD6C088F1"] + description: [ + "{ftbquests.chapter.the_taste_of_power.quest3.description1}" + "" + "{ftbquests.chapter.the_taste_of_power.quest3.description2}" + "" + "{ftbquests.chapter.the_taste_of_power.quest3.description3}" + "" + "{ftbquests.chapter.the_taste_of_power.quest3.description4}" + "" + "{ftbquests.chapter.the_taste_of_power.quest3.description5}" + "" + "{ftbquests.chapter.the_taste_of_power.quest3.description6}" + ] + hide_until_deps_complete: false + icon: "minecraft:cake" + id: "68FE5D02293FE722" + rewards: [{ + id: "38B71086356BE8FC" + type: "xp" + xp: 100 + }] + shape: "diamond" + size: 2.0d + subtitle: "{ftbquests.chapter.the_taste_of_power.quest3.subtitle}" + tasks: [{ + id: "237B504DA0EDA4AA" + title: "{ftbquests.chapter.the_taste_of_power.quest3.task_2556725507805521066.title}" + type: "checkmark" + }] + x: -0.5d + y: -5.0d + } + { + dependencies: ["68FE5D02293FE722"] + description: [ + "{ftbquests.chapter.the_taste_of_power.quest4.description1}" + "" + "{ftbquests.chapter.the_taste_of_power.quest4.description2}" + ] + id: "5A44963D2D2AE45D" + optional: true + rewards: [{ + id: "1C74C1456AFEA6BF" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6F663B86D7CE7173" + item: "create:creative_blaze_cake" + type: "item" + }] + x: -0.5d + y: -9.0d + } + { + dependencies: ["5A44963D2D2AE45D"] + description: ["{ftbquests.chapter.the_taste_of_power.quest5.description1}"] + id: "47BF6E234A394435" + optional: true + rewards: [{ + id: "433028B8787D6159" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1873296BC875DED1" + item: "create:creative_motor" + type: "item" + }] + x: 1.5d + y: -9.5d + } + { + dependencies: ["5A44963D2D2AE45D"] + description: ["{ftbquests.chapter.the_taste_of_power.quest6.description1}"] + id: "51A5AE293CD495CC" + optional: true + rewards: [{ + id: "01BB2179EC8F2A7B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "43913FC620B1DDB0" + item: "embers:creative_ember_source" + type: "item" + }] + x: -2.5d + y: -9.5d + } + { + dependencies: ["458449ABB13C4819"] + description: [ + "{ftbquests.chapter.the_taste_of_power.quest7.description1}" + "" + "{ftbquests.chapter.the_taste_of_power.quest7.description2}" + ] + id: "3EAC3A05ADA08B6A" + optional: true + rewards: [{ + id: "7AA366FB6EA40383" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "01707E75B8C12087" + item: "botania:creative_pool" + type: "item" + }] + x: -4.5d + y: -13.0d + } + { + dependencies: ["47BF6E234A394435"] + description: ["{ftbquests.chapter.the_taste_of_power.quest8.description1}"] + id: "58ED9A2ABEA74156" + optional: true + rewards: [{ + id: "59FD76ABC03C6E64" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "30747151F17C16AF" + item: "create:creative_fluid_tank" + type: "item" + }] + x: 3.0d + y: -11.0d + } + { + dependencies: ["58ED9A2ABEA74156"] + description: ["{ftbquests.chapter.the_taste_of_power.quest9.description1}"] + id: "3CE6A23B1386A2C6" + optional: true + rewards: [{ + id: "78544CB0A511356C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "419573445008A341" + item: "mekanism:creative_chemical_tank" + type: "item" + }] + title: "{ftbquests.chapter.the_taste_of_power.quest9.title}" + x: 3.5d + y: -13.0d + } + { + dependencies: ["51A5AE293CD495CC"] + description: [ + "{ftbquests.chapter.the_taste_of_power.quest10.description1}" + "" + "{ftbquests.chapter.the_taste_of_power.quest10.description2}" + ] + id: "458449ABB13C4819" + optional: true + rewards: [{ + id: "73543EF3276EDBE2" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7C7BC26DFE5B9ACD" + item: "ars_nouveau:creative_source_jar" + type: "item" + }] + x: -4.0d + y: -11.0d + } + { + dependencies: [ + "47BF6E234A394435" + "3EAC3A05ADA08B6A" + "51A5AE293CD495CC" + "58ED9A2ABEA74156" + "458449ABB13C4819" + "3CE6A23B1386A2C6" + ] + description: ["{ftbquests.chapter.the_taste_of_power.quest11.description1}"] + id: "465112A258F6627B" + optional: true + rewards: [{ + id: "21A16FC84772E282" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1B881237409143D1" + item: "storagedrawers:creative_storage_upgrade" + type: "item" + }] + x: -0.5d + y: -12.5d + } + { + dependencies: [ + "465112A258F6627B" + "46A192114ACE3ACB" + "5DF485C9EA5A7C39" + ] + description: ["{ftbquests.chapter.the_taste_of_power.quest12.description1}"] + id: "2121E0348BB9CF6D" + optional: true + rewards: [{ + id: "13D9BD50D28813AD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "45B3D7E7B5492AAE" + item: "storagedrawers:creative_vending_upgrade" + type: "item" + }] + x: -0.5d + y: -14.5d + } + { + dependencies: ["2121E0348BB9CF6D"] + description: [ + "{ftbquests.chapter.the_taste_of_power.quest13.description1}" + "" + "{ftbquests.chapter.the_taste_of_power.quest13.description2}" + "" + "{ftbquests.chapter.the_taste_of_power.quest13.description3}" + ] + id: "4521C73DA74806FA" + optional: true + rewards: [{ + id: "3055F494B2E6CCA0" + item: "create_central_kitchen:chocolate_cake_slice" + type: "item" + }] + tasks: [{ + id: "48A1FFB0DB64AB20" + item: "ae2:creative_item_cell" + type: "item" + }] + x: -0.5d + y: -16.5d + } + { + dependencies: ["3EAC3A05ADA08B6A"] + description: ["{ftbquests.chapter.the_taste_of_power.quest14.description1}"] + id: "5DF485C9EA5A7C39" + optional: true + rewards: [{ + id: "28749443D02FA7D7" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6F09A93390C3888B" + item: "ae2:creative_energy_cell" + type: "item" + }] + x: -4.0d + y: -15.0d + } + { + dependencies: ["3CE6A23B1386A2C6"] + description: ["{ftbquests.chapter.the_taste_of_power.quest15.description1}"] + id: "46A192114ACE3ACB" + optional: true + rewards: [{ + id: "7DFCE277E2FB5AA1" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6C0E0A941DCE473A" + item: { + Count: 1 + id: "mekanism:creative_energy_cube" + tag: { + mekData: { + EnergyContainers: [{ + Container: 0b + stored: "18446744073709551615.9999" + }] + componentConfig: { + config0: { + side0: 4 + side1: 4 + side2: 4 + side3: 4 + side4: 4 + side5: 4 + } + } + } + } + } + match_nbt: false + type: "item" + }] + title: "{ftbquests.chapter.the_taste_of_power.quest15.title}" + x: 3.0d + y: -15.0d + } + ] + title: "{ftbquests.chapter.the_taste_of_power.title}" +} diff --git a/FTBLang/config/ftbquests/quests/chapters/the_touch_of.snbt b/FTBLang/config/ftbquests/quests/chapters/the_touch_of.snbt new file mode 100644 index 0000000..8b66385 --- /dev/null +++ b/FTBLang/config/ftbquests/quests/chapters/the_touch_of.snbt @@ -0,0 +1,422 @@ +{ + default_hide_dependency_lines: false + default_min_width: 280 + default_quest_shape: "" + filename: "the_touch_of" + group: "" + hide_quest_until_deps_visible: true + icon: "reclamation_util:filled_biome_bottle" + id: "240B183CDC03CB19" + order_index: 4 + quest_links: [ ] + quests: [ + { + dependencies: ["76531B6ECFD001DB"] + description: [ + "{ftbquests.chapter.the_touch_of.quest1.description1}" + "" + "{ftbquests.chapter.the_touch_of.quest1.description2}" + ] + disable_toast: true + hide_until_deps_complete: true + id: "797FD98625915CAF" + rewards: [{ + id: "4557B55BD889AB44" + type: "xp" + xp: 100 + }] + shape: "hexagon" + tasks: [{ + biome: "#reclamation:reclaimed" + id: "6E3C0E23C809A6BA" + title: "{ftbquests.chapter.the_touch_of.quest1.task_7943239389617432250.title}" + type: "biome" + }] + title: "{ftbquests.chapter.the_touch_of.quest1.title}" + x: 0.0d + y: 0.5d + } + { + dependencies: ["269ECE61446E7CE6"] + description: [ + "{ftbquests.chapter.the_touch_of.quest2.description1}" + "" + "{ftbquests.chapter.the_touch_of.quest2.description2}" + ] + id: "0992C0993A6BBB8A" + rewards: [{ + id: "0B658E1DF83AA286" + type: "xp" + xp: 100 + }] + tasks: [{ + advancement: "minecraft:nether/explore_nether" + criterion: "" + icon: "minecraft:netherrack" + id: "45591ED68D7E8CAC" + title: "{ftbquests.chapter.the_touch_of.quest2.task_4997059168389991596.title}" + type: "advancement" + }] + title: "{ftbquests.chapter.the_touch_of.quest2.title}" + x: 1.5d + y: -1.0d + } + { + dependencies: ["797FD98625915CAF"] + description: ["{ftbquests.chapter.the_touch_of.quest3.description1}"] + icon: "minecraft:spawner" + id: "1ECF71CD671CE14B" + rewards: [ + { + count: 4 + id: "5D7984E2E98091FD" + item: "croptopia:fish_and_chips" + type: "item" + } + { + id: "54C1927D25A7E012" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "124BC217DE620644" + type: "checkmark" + }] + title: "{ftbquests.chapter.the_touch_of.quest3.title}" + x: 0.0d + y: 2.0d + } + { + dependencies: ["797FD98625915CAF"] + description: [ + "{ftbquests.chapter.the_touch_of.quest4.description1}" + "" + "{ftbquests.chapter.the_touch_of.quest4.description2}" + "" + "{ftbquests.chapter.the_touch_of.quest4.description3}" + ] + icon: "reclamation_util:filled_biome_bottle" + id: "269ECE61446E7CE6" + rewards: [ + { + count: 2 + id: "111550E5CDAEB7E8" + item: "reclamation_util:empty_biome_bottle" + type: "item" + } + { + id: "655B3B3F0A6AEA16" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "0D347632CFA3D9D4" + item: "reclamation_util:empty_biome_bottle" + type: "item" + } + { + id: "4A7809B25D161A95" + item: "reclamation_util:filled_biome_bottle" + type: "item" + } + ] + title: "{ftbquests.chapter.the_touch_of.quest4.title}" + x: 0.0d + y: -1.0d + } + { + dependencies: ["19E7760B061483C9"] + description: ["{ftbquests.chapter.the_touch_of.quest5.description1}"] + id: "7277FA4026920033" + rewards: [{ + id: "5A71024BB4E805D4" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1E3126525284BCF8" + item: "reclamation_util:hellish_biome_bottle" + type: "item" + }] + x: 0.0d + y: -4.0d + } + { + dependencies: ["7277FA4026920033"] + description: [ + "{ftbquests.chapter.the_touch_of.quest6.description1}" + "" + "{ftbquests.chapter.the_touch_of.quest6.description2}" + ] + id: "15966B11B4C3E2F5" + rewards: [{ + id: "30DB106D75599369" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "658E9D76E47362C1" + item: "reclamation_util:arid_biome_bottle" + type: "item" + }] + x: 2.5d + y: -5.5d + } + { + dependencies: [ + "1E6C9A0B164888F7" + "69BCBDE0FD9FD3AA" + ] + description: [ + "{ftbquests.chapter.the_touch_of.quest7.description1}" + "" + "{ftbquests.chapter.the_touch_of.quest7.description2}" + "" + "{ftbquests.chapter.the_touch_of.quest7.description3}" + "" + "{ftbquests.chapter.the_touch_of.quest7.description4}" + "" + "{ftbquests.chapter.the_touch_of.quest7.description5}" + ] + id: "0C35379194435EC8" + rewards: [{ + id: "19C81E8EA7D6699B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6766CF66FC572CCF" + item: "reclamation_util:icy_biome_bottle" + type: "item" + }] + x: 0.0d + y: -10.0d + } + { + dependencies: ["15966B11B4C3E2F5"] + description: [ + "{ftbquests.chapter.the_touch_of.quest8.description1}" + "" + "{ftbquests.chapter.the_touch_of.quest8.description2}" + "" + "{ftbquests.chapter.the_touch_of.quest8.description3}" + ] + id: "69BCBDE0FD9FD3AA" + rewards: [{ + id: "5CEF7C522161701B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "648A4B4003EB2F48" + item: "reclamation_util:lush_biome_bottle" + type: "item" + }] + x: 2.5d + y: -8.5d + } + { + dependencies: ["7277FA4026920033"] + description: [ + "{ftbquests.chapter.the_touch_of.quest9.description1}" + "" + "{ftbquests.chapter.the_touch_of.quest9.description2}" + ] + id: "4124F7AA9DF1444F" + rewards: [{ + id: "721AEEDDA12D2CA6" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "62E17A877BC0F30D" + item: "reclamation_util:mycelic_biome_bottle" + type: "item" + }] + x: -2.5d + y: -5.5d + } + { + dependencies: ["4124F7AA9DF1444F"] + description: [ + "{ftbquests.chapter.the_touch_of.quest10.description1}" + "" + "{ftbquests.chapter.the_touch_of.quest10.description2}" + "" + "{ftbquests.chapter.the_touch_of.quest10.description3}" + ] + id: "1E6C9A0B164888F7" + rewards: [{ + id: "57C3B0C1A2686F21" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "06FAB593C740FC52" + item: "reclamation_util:watery_biome_bottle" + type: "item" + }] + x: -2.5d + y: -8.5d + } + { + dependencies: [ + "4124F7AA9DF1444F" + "15966B11B4C3E2F5" + "7277FA4026920033" + "1E6C9A0B164888F7" + "69BCBDE0FD9FD3AA" + "0C35379194435EC8" + ] + description: [ + "{ftbquests.chapter.the_touch_of.quest11.description1}" + "" + "{ftbquests.chapter.the_touch_of.quest11.description2}" + ] + icon: "minecraft:end_portal_frame" + id: "6D23082F517D5117" + rewards: [{ + id: "5B55FA50B18BB27A" + type: "xp" + xp: 100 + }] + shape: "hexagon" + size: 2.0d + subtitle: "{ftbquests.chapter.the_touch_of.quest11.subtitle}" + tasks: [ + { + dimension: "minecraft:the_end" + icon: "minecraft:end_portal_frame" + id: "42C545D227EB5990" + title: "{ftbquests.chapter.the_touch_of.quest11.task_4811328545830427024.title}" + type: "dimension" + } + { + id: "202B9E7EDA90980C" + item: "reclamation_util:frame_remover" + optional_task: true + type: "item" + } + ] + title: "{ftbquests.chapter.the_touch_of.quest11.title}" + x: 0.0d + y: -7.0d + } + { + dependencies: ["269ECE61446E7CE6"] + description: [ + "{ftbquests.chapter.the_touch_of.quest12.description1}" + "" + "{ftbquests.chapter.the_touch_of.quest12.description2}" + ] + id: "19E7760B061483C9" + rewards: [{ + id: "5B3A73EF7FBFDE90" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "124B68712D3168F9" + item: "reclamation_util:attuned_biome_bottle" + type: "item" + }] + x: 0.0d + y: -2.5d + } + { + dependencies: ["269ECE61446E7CE6"] + description: [ + "{ftbquests.chapter.the_touch_of.quest13.description1}" + "" + "{ftbquests.chapter.the_touch_of.quest13.description2}" + ] + icon: "minecraft:grass_block" + id: "08AD7AC8EA3F60BD" + rewards: [{ + id: "032A7861EFE83BF3" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1DBEE9F81CAADA0D" + title: "{ftbquests.chapter.the_touch_of.quest13.task_2143407724517054989.title}" + type: "checkmark" + }] + x: -1.5d + y: -1.0d + } + { + dependencies: ["19E7760B061483C9"] + description: [ + "{ftbquests.chapter.the_touch_of.quest14.description1}" + "" + "{ftbquests.chapter.the_touch_of.quest14.description2}" + "" + "{ftbquests.chapter.the_touch_of.quest14.description3}" + ] + id: "1D8D6B5B69416E17" + optional: true + rewards: [{ + id: "50C1E2683E84C782" + type: "xp" + xp: 100 + }] + subtitle: "{ftbquests.chapter.the_touch_of.quest14.subtitle}" + tasks: [ + { + id: "762063598E9C32DC" + item: "reclamation_util:empty_biome_globe" + type: "item" + } + { + id: "765E6CC514E5B023" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "reclamation_util:plains_biome_globe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:desert_biome_globe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:forest_biome_globe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:ocean_biome_globe" + tag: { + Damage: 0 + } + } + ] + } + } + title: "{ftbquests.chapter.the_touch_of.quest14.task_8529374338001252387.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.the_touch_of.quest14.title}" + x: 2.0d + y: -2.5d + } + ] + title: "{ftbquests.chapter.the_touch_of.title}" +} diff --git a/FTBLang/config/ftbquests/quests/data.snbt b/FTBLang/config/ftbquests/quests/data.snbt new file mode 100644 index 0000000..2a1d2e4 --- /dev/null +++ b/FTBLang/config/ftbquests/quests/data.snbt @@ -0,0 +1,25 @@ +{ + default_autoclaim_rewards: "disabled" + default_consume_items: false + default_quest_disable_jei: false + default_quest_shape: "circle" + default_reward_team: false + detection_delay: 20 + disable_gui: false + drop_book_on_death: false + drop_loot_crates: false + emergency_items_cooldown: 300 + grid_scale: 0.5d + icon: "minecraft:grass_block" + lock_message: "" + loot_crate_no_drop: { + boss: 0 + monster: 0 + passive: 0 + } + pause_game: false + progression_mode: "flexible" + show_lock_icons: true + title: "Reclamation" + version: 13 +} diff --git a/FTBLang/config/ftbquests/quests/reward_tables/bee.snbt b/FTBLang/config/ftbquests/quests/reward_tables/bee.snbt new file mode 100644 index 0000000..eb2f650 --- /dev/null +++ b/FTBLang/config/ftbquests/quests/reward_tables/bee.snbt @@ -0,0 +1,13 @@ +{ + id: "744F7006F1FA455C" + loot_size: 1 + order_index: 11 + rewards: [ + { count: 16, item: "minecraft:honeycomb" } + { count: 8, item: "minecraft:honey_bottle" } + { count: 32, item: "complicated_bees:honey_droplet" } + { count: 64, item: "complicated_bees:beeswax" } + { count: 8, item: "complicated_bees:propolis" } + ] + title: "{ftbquests.loot_table_8381040606691607900.title}" +} diff --git a/FTBLang/config/ftbquests/quests/reward_tables/canvas.snbt b/FTBLang/config/ftbquests/quests/reward_tables/canvas.snbt new file mode 100644 index 0000000..38f4be1 --- /dev/null +++ b/FTBLang/config/ftbquests/quests/reward_tables/canvas.snbt @@ -0,0 +1,12 @@ +{ + id: "581735DCD19CA9AA" + loot_size: 1 + order_index: 0 + rewards: [ + { item: "xercapaint:item_canvas" } + { item: "xercapaint:item_canvas_long" } + { item: "xercapaint:item_canvas_tall" } + { item: "xercapaint:item_canvas_large" } + ] + title: "{ftbquests.loot_table_6347601422327785898.title}" +} diff --git a/FTBLang/config/ftbquests/quests/reward_tables/chicken.snbt b/FTBLang/config/ftbquests/quests/reward_tables/chicken.snbt new file mode 100644 index 0000000..14664f2 --- /dev/null +++ b/FTBLang/config/ftbquests/quests/reward_tables/chicken.snbt @@ -0,0 +1,11 @@ +{ + id: "30C69E0475B21852" + loot_size: 1 + order_index: 8 + rewards: [ + { count: 16, item: "minecraft:egg" } + { count: 16, item: "minecraft:chicken" } + { count: 16, item: "minecraft:feather" } + ] + title: "{ftbquests.loot_table_3514670301200914514.title}" +} diff --git a/FTBLang/config/ftbquests/quests/reward_tables/cow.snbt b/FTBLang/config/ftbquests/quests/reward_tables/cow.snbt new file mode 100644 index 0000000..f93796b --- /dev/null +++ b/FTBLang/config/ftbquests/quests/reward_tables/cow.snbt @@ -0,0 +1,12 @@ +{ + id: "77905ABE65023A7A" + loot_size: 1 + order_index: 9 + rewards: [ + { item: "cookingforblockheads:cow_jar" } + { count: 16, item: "minecraft:beef" } + { count: 16, item: "minecraft:leather" } + { count: 32, item: "croptopia:milk_bottle" } + ] + title: "{ftbquests.loot_table_8615485860944689786.title}" +} diff --git a/FTBLang/config/ftbquests/quests/reward_tables/horns.snbt b/FTBLang/config/ftbquests/quests/reward_tables/horns.snbt new file mode 100644 index 0000000..a000a17 --- /dev/null +++ b/FTBLang/config/ftbquests/quests/reward_tables/horns.snbt @@ -0,0 +1,89 @@ +{ + id: "15ADB19114074FDA" + loot_crate: { + color: 16777215 + drops: { + boss: 0 + monster: 0 + passive: 0 + } + string_id: "horns" + } + loot_size: 1 + order_index: 7 + rewards: [ + { + item: { + Count: 1 + id: "minecraft:goat_horn" + tag: { + instrument: "minecraft:ponder_goat_horn" + } + } + } + { + item: { + Count: 1 + id: "minecraft:goat_horn" + tag: { + instrument: "minecraft:sing_goat_horn" + } + } + } + { + item: { + Count: 1 + id: "minecraft:goat_horn" + tag: { + instrument: "minecraft:seek_goat_horn" + } + } + } + { + item: { + Count: 1 + id: "minecraft:goat_horn" + tag: { + instrument: "minecraft:feel_goat_horn" + } + } + } + { + item: { + Count: 1 + id: "minecraft:goat_horn" + tag: { + instrument: "minecraft:admire_goat_horn" + } + } + } + { + item: { + Count: 1 + id: "minecraft:goat_horn" + tag: { + instrument: "minecraft:call_goat_horn" + } + } + } + { + item: { + Count: 1 + id: "minecraft:goat_horn" + tag: { + instrument: "minecraft:call_goat_horn" + } + } + } + { + item: { + Count: 1 + id: "minecraft:goat_horn" + tag: { + instrument: "minecraft:yearn_goat_horn" + } + } + } + ] + title: "{ftbquests.loot_table_1562099882431827930.title}" +} diff --git a/FTBLang/config/ftbquests/quests/reward_tables/instrument.snbt b/FTBLang/config/ftbquests/quests/reward_tables/instrument.snbt new file mode 100644 index 0000000..b770bda --- /dev/null +++ b/FTBLang/config/ftbquests/quests/reward_tables/instrument.snbt @@ -0,0 +1,25 @@ +{ + id: "00EF0031ECBF568E" + loot_size: 1 + order_index: 12 + rewards: [ + { item: "xercamusic:guitar" } + { item: "xercamusic:lyre" } + { item: "xercamusic:banjo" } + { item: "xercamusic:drum_kit" } + { item: "xercamusic:xylophone" } + { item: "xercamusic:tubular_bell" } + { item: "xercamusic:sansula" } + { item: "xercamusic:violin" } + { item: "xercamusic:cello" } + { item: "xercamusic:flute" } + { item: "xercamusic:saxophone" } + { item: "xercamusic:god" } + { item: "xercamusic:piano" } + { item: "xercamusic:oboe" } + { item: "xercamusic:redstone_guitar" } + { item: "xercamusic:french_horn" } + { item: "xercamusic:bass_guitar" } + ] + title: "{ftbquests.loot_table_67272733859206798.title}" +} diff --git a/FTBLang/config/ftbquests/quests/reward_tables/mana_stuff.snbt b/FTBLang/config/ftbquests/quests/reward_tables/mana_stuff.snbt new file mode 100644 index 0000000..113718f --- /dev/null +++ b/FTBLang/config/ftbquests/quests/reward_tables/mana_stuff.snbt @@ -0,0 +1,11 @@ +{ + id: "13DAFE9EB17934B6" + loot_size: 1 + order_index: 1 + rewards: [ + { item: "botania:mana_diamond" } + { count: 2, item: "botania:mana_pearl" } + { count: 8, item: "botania:manasteel_ingot" } + ] + title: "{ftbquests.loot_table_1430735789179352246.title}" +} diff --git a/FTBLang/config/ftbquests/quests/reward_tables/rabbit.snbt b/FTBLang/config/ftbquests/quests/reward_tables/rabbit.snbt new file mode 100644 index 0000000..f9f5915 --- /dev/null +++ b/FTBLang/config/ftbquests/quests/reward_tables/rabbit.snbt @@ -0,0 +1,11 @@ +{ + id: "6DA41FAD5DB11262" + loot_size: 1 + order_index: 10 + rewards: [ + { count: 32, item: "minecraft:rabbit_hide" } + { count: 4, item: "minecraft:rabbit_foot" } + { count: 16, item: "minecraft:rabbit" } + ] + title: "{ftbquests.loot_table_7900474475776381538.title}" +} diff --git a/FTBLang/config/ftbquests/quests/reward_tables/skeleton.snbt b/FTBLang/config/ftbquests/quests/reward_tables/skeleton.snbt new file mode 100644 index 0000000..bbf3b95 --- /dev/null +++ b/FTBLang/config/ftbquests/quests/reward_tables/skeleton.snbt @@ -0,0 +1,29 @@ +{ + id: "7AADD231440C3AF4" + loot_size: 1 + order_index: 4 + rewards: [ + { + item: { + Count: 1 + id: "minecraft:bow" + tag: { + Damage: 0 + Enchantments: [ + { + id: "minecraft:power" + lvl: 2s + } + { + id: "minecraft:unbreaking" + lvl: 2s + } + ] + } + } + } + { count: 64, item: "minecraft:arrow" } + { count: 16, item: "minecraft:bone" } + ] + title: "{ftbquests.loot_table_8839952752635034356.title}" +} diff --git a/FTBLang/config/ftbquests/quests/reward_tables/snow_golem.snbt b/FTBLang/config/ftbquests/quests/reward_tables/snow_golem.snbt new file mode 100644 index 0000000..8d4eb6e --- /dev/null +++ b/FTBLang/config/ftbquests/quests/reward_tables/snow_golem.snbt @@ -0,0 +1,13 @@ +{ + id: "6F89C6EAEA4B08B0" + loot_size: 1 + order_index: 6 + rewards: [ + { count: 4, item: "botania:fel_pumpkin" } + { count: 32, item: "minecraft:snow_block" } + { count: 16, item: "minecraft:ice" } + { count: 12, item: "minecraft:packed_ice" } + { count: 8, item: "minecraft:blue_ice" } + ] + title: "{ftbquests.loot_table_8037173722274793648.title}" +} diff --git a/FTBLang/config/ftbquests/quests/reward_tables/witch.snbt b/FTBLang/config/ftbquests/quests/reward_tables/witch.snbt new file mode 100644 index 0000000..10bf979 --- /dev/null +++ b/FTBLang/config/ftbquests/quests/reward_tables/witch.snbt @@ -0,0 +1,11 @@ +{ + id: "4BB7AF5A769AF7ED" + loot_size: 1 + order_index: 5 + rewards: [ + { count: 16, item: "minecraft:nether_wart" } + { count: 32, item: "minecraft:glowstone_dust" } + { count: 32, item: "minecraft:redstone" } + ] + title: "{ftbquests.loot_table_5456022276654430189.title}" +} diff --git a/FTBLang/config/ftbquests/quests/reward_tables/zombie.snbt b/FTBLang/config/ftbquests/quests/reward_tables/zombie.snbt new file mode 100644 index 0000000..9de29b4 --- /dev/null +++ b/FTBLang/config/ftbquests/quests/reward_tables/zombie.snbt @@ -0,0 +1,13 @@ +{ + id: "62F69F14C6E9136A" + loot_size: 1 + order_index: 2 + rewards: [ + { count: 32, item: "minecraft:rotten_flesh" } + { count: 16, item: "minecraft:copper_ingot" } + { count: 8, item: "minecraft:iron_ingot" } + { count: 4, item: "minecraft:carrot" } + { count: 4, item: "minecraft:potato" } + ] + title: "{ftbquests.loot_table_7131061971573085034.title}" +} diff --git a/FTBLang/config/ftbquests/quests/reward_tables/zombie_2.snbt b/FTBLang/config/ftbquests/quests/reward_tables/zombie_2.snbt new file mode 100644 index 0000000..e7f3800 --- /dev/null +++ b/FTBLang/config/ftbquests/quests/reward_tables/zombie_2.snbt @@ -0,0 +1,10 @@ +{ + id: "6F5CB5F8085CED85" + loot_size: 1 + order_index: 3 + rewards: [ + { count: 8, item: "minecraft:spider_eye" } + { count: 32, item: "minecraft:string" } + ] + title: "{ftbquests.loot_table_8024488712964205957.title}" +} diff --git a/FTBLang/kubejs/assets/ftbquestlocalizer/lang/de_de.json b/FTBLang/kubejs/assets/ftbquestlocalizer/lang/de_de.json new file mode 100644 index 0000000..fc094d8 --- /dev/null +++ b/FTBLang/kubejs/assets/ftbquestlocalizer/lang/de_de.json @@ -0,0 +1,1235 @@ +{ + "ftbquests.chapter.digital_storage.quest1.description1": "The \u00266controller\u0026r is the brains of a network. Each controller block\u0027s face is capable of outputting \u0026632 channels;\u0026r almost every device on the ME network needs \u00266one channel to operate.\u0026r", + "ftbquests.chapter.digital_storage.quest10.description1": "The \u00266Wireless Access Point\u0026r allows you to use wireless terminals to access your ME System. You can boost its range by giving it \u00266wireless boosters,\u0026r but be warned: more boosters means the WAP will need \u00264much more energy\u0026r to stay running.", + "ftbquests.chapter.digital_storage.quest10.task_8779164168368451602.title": "Any Wireless Terminal", + "ftbquests.chapter.digital_storage.quest10.title": "Wireless Access", + "ftbquests.chapter.digital_storage.quest11.description1": "\u00266Pattern Providers,\u0026r when given a pattern, will push the items in the pattern to a nearby inventory. \u00266Molecular Assemblers,\u0026r when given items, will craft with those items and output them to nearby inventories. Put them next to each other, and you have a \u00266basic autocrafting setup! \u0026r", + "ftbquests.chapter.digital_storage.quest11.description2": "You\u0027ll need somewhere to store the items while they\u0027re being crafted; a crafting storage would be ideal.", + "ftbquests.chapter.digital_storage.quest11.description3": "\u00267Tip: for more info, check the guide!", + "ftbquests.chapter.digital_storage.quest11.title": "ME Autocrafting", + "ftbquests.chapter.digital_storage.quest12.description1": "With an ME System you\u0027ll need some way to actually store items - the \u00266ME Drive\u0026r can store up to 10 storage cells of any type and size.", + "ftbquests.chapter.digital_storage.quest12.description2": "\u00267Tip: you can store botanic mana, elemental source, gases, fluids, and even space itself in cells - not just regular items!", + "ftbquests.chapter.digital_storage.quest13.description1": "Terminals are how you actually interface with the storage cells in your ME System.", + "ftbquests.chapter.digital_storage.quest13.task_8779678006548052409.title": "Any Terminal", + "ftbquests.chapter.digital_storage.quest13.title": "Terminals", + "ftbquests.chapter.digital_storage.quest14.description1": "Storing some energy in your ME System would be a good idea... just in case.", + "ftbquests.chapter.digital_storage.quest16.description1": "\u00266P2P Tunnels\u0026r allow you to transfer multiple channels per channel! It\u0027s a little confusing at first, but once you get the hang of it you can really push your system to the limit.", + "ftbquests.chapter.digital_storage.quest16.description2": "You can also transfer power, chemicals, and even botanic mana and elemental source!", + "ftbquests.chapter.digital_storage.quest17.description1": "The \u00266Reaction Chamber\u0026r not only allows you to make circuits much faster, it can also charge large amounts of certus crystals at a time and even grow crystals from themselves!", + "ftbquests.chapter.digital_storage.quest17.description2": "Just make sure you have enough power to handle its recipes...", + "ftbquests.chapter.digital_storage.quest18.description1": "The \u00266Circuit Slicer\u0026r can cut blocks of materials into 9 circuits much faster than an inscriber can press them.", + "ftbquests.chapter.digital_storage.quest19.description1": "The \u00266Assembler Matrix\u0026r is a molecular assembler and pattern provider setup on steroids - at its maximum size, it can hold over 4,000 patterns and craft incredibly fast. The best part? It only needs \u00266one channel.\u0026r", + "ftbquests.chapter.digital_storage.quest2.description1": "A controller block itself can input energy, but you\u0027ll want to have as many controller faces open as you can to get as many channels as possible into your network. ", + "ftbquests.chapter.digital_storage.quest2.description2": "The \u00266Energy Acceptor\u0026r uses no channels and can be placed anywhere, as long as it\u0027s connected to the network somehow.", + "ftbquests.chapter.digital_storage.quest20.description1": "The \u00266Quantum Computer Core\u0026r is a self-contained crafting CPU with 256M crafting storage and 8 co-processing threads.", + "ftbquests.chapter.digital_storage.quest21.description1": "The \u00266Quantum Computer multiblock\u0026r is an extremely powerful multiblock that can handle an effectively \u00266infinite\u0026r number of crafting requests for your ME System.", + "ftbquests.chapter.digital_storage.quest21.description2": "Read the guide for more information.", + "ftbquests.chapter.digital_storage.quest22.description1": "Perfect for carrying items on the go, the \u00266backpack\u0026r has a few useful upgrades as well.", + "ftbquests.chapter.digital_storage.quest23.description1": "Better than regular chests, \u00266Sophisticated Storage\u0026r lets you put more things in a single block.", + "ftbquests.chapter.digital_storage.quest23.task_5897231893839036272.title": "Any Sophisticated Storage Block", + "ftbquests.chapter.digital_storage.quest23.title": "Sophisticated Storage", + "ftbquests.chapter.digital_storage.quest24.description1": "Capable of storing a very large amount of a single item type.", + "ftbquests.chapter.digital_storage.quest24.description2": "The framing table lets you customize the way they look.", + "ftbquests.chapter.digital_storage.quest24.task_5464079544652951362.title": "Any Storage Drawer", + "ftbquests.chapter.digital_storage.quest24.title": "Storage Drawers", + "ftbquests.chapter.digital_storage.quest25.description1": "Tier upgrades can be used to upgrade Sophisticated Storage blocks without breaking them.", + "ftbquests.chapter.digital_storage.quest25.task_611570763386642583.title": "Any Tier Upgrade", + "ftbquests.chapter.digital_storage.quest26.description1": "The \u00266Drawer Controller\u0026r allows you to interface with multiple drawers using only a single blockface.", + "ftbquests.chapter.digital_storage.quest27.description1": "There are a variety of keys - lock drawers to specific items, hide item labels to reduce lag, and more.", + "ftbquests.chapter.digital_storage.quest27.task_7070764459751906106.title": "Any Drawer Key", + "ftbquests.chapter.digital_storage.quest27.title": "Drawer Keys", + "ftbquests.chapter.digital_storage.quest28.description1": "Autofeeding, playing music, even portable crafting can all be attained with backpack upgrades.", + "ftbquests.chapter.digital_storage.quest29.description1": "Higher stack count, filtering, and more - check the uses for the upgrade base.", + "ftbquests.chapter.digital_storage.quest3.description1": "Smart cables are very useful - they visually display how many channels they\u0027re carrying at any given time.", + "ftbquests.chapter.digital_storage.quest3.task_6551415206641156021.title": "Any Smart Cable", + "ftbquests.chapter.digital_storage.quest3.title": "Smart Cables", + "ftbquests.chapter.digital_storage.quest30.description1": "Each workbench (aside from looking neat) can turn a specific set of blocks into its variants.", + "ftbquests.chapter.digital_storage.quest30.title": "Chipped Workbenches", + "ftbquests.chapter.digital_storage.quest31.description1": "Can turn almost any basic block into a wide array of variants.", + "ftbquests.chapter.digital_storage.quest32.description1": "Made from stonecutting andesite alloy, these blocks can take on the texture of any other block.", + "ftbquests.chapter.digital_storage.quest32.task_4661123369301757740.title": "Any Copycat Block", + "ftbquests.chapter.digital_storage.quest33.description1": "You can make music by crafing a \u00266Music Sheet\u0026r and placing notes on the sheet. ", + "ftbquests.chapter.digital_storage.quest33.description2": "Place the sheet in your offhand while holding an instrument to play the instrument.", + "ftbquests.chapter.digital_storage.quest33.description3": "\u00267Tip: you can do MUCH more with this mod - check out its CurseForge page for more info.", + "ftbquests.chapter.digital_storage.quest34.description1": "You can paint your own masterpieces while you wait for crops to grow - simply make a palette, fill it with colors, plop a canvas on an easel, and get to painting!", + "ftbquests.chapter.digital_storage.quest34.description2": "Signed paintings can be duplicated by crafting the original with a blank canvas of the same size.", + "ftbquests.chapter.digital_storage.quest34.description3": "\u00267Tip: to craft a palette, fill the bottom row of a crafting table with planks, then place dyes in the middle. You can add more dyes to a palette by crafting them together.", + "ftbquests.chapter.digital_storage.quest34.title": "The Joy of Painting", + "ftbquests.chapter.digital_storage.quest35.description1": "\u00266Building Gadgets\u0026r are a collection of useful tools that will let you build very quickly.", + "ftbquests.chapter.digital_storage.quest35.description2": "They do need to be charged; use an energy cube or similar.", + "ftbquests.chapter.digital_storage.quest36.description1": "The \u00266Rod of the Shifting Crust\u0026r allows you to exchange blocks in the world with blocks in your inventory for the cost of mana.", + "ftbquests.chapter.digital_storage.quest4.description1": "Dense cables can carry 32 channels instead of the regular 8 channels.", + "ftbquests.chapter.digital_storage.quest4.task_5854794686036721300.title": "Any Smart Dense Cable", + "ftbquests.chapter.digital_storage.quest4.title": "Dense Cables", + "ftbquests.chapter.digital_storage.quest5.description1": "The color applicator lets you paint cables - especially useful once your network starts to grow. ", + "ftbquests.chapter.digital_storage.quest5.description2": "Colored cables won\u0027t connect to other colored cables, but fluix cables can connect to all colors.", + "ftbquests.chapter.digital_storage.quest5.description3": "These can be filled with \u00266dyes or paintballs\u0026r using an \u00266ME Chest.\u0026r", + "ftbquests.chapter.digital_storage.quest5.task_4299327579125140032.title": "Color Applicator", + "ftbquests.chapter.digital_storage.quest6.description1": "The \u00266ME Interface\u0026r acts as a specialized input and output port for your network. ", + "ftbquests.chapter.digital_storage.quest6.description2": "It can keep a certain amount of items from your network in its inventory for pipes or other blocks to pull from, and also automatically puts any other items it receives into the network.", + "ftbquests.chapter.digital_storage.quest7.description1": "The \u00266Wireless Connector\u0026r is a short-range version of a \u00266Quantum Link Chamber \u0026r- use this when you want your network to jump a short distance, and not cross-dimensionally.", + "ftbquests.chapter.digital_storage.quest8.description1": "The \u00266Quantum Network Bridge\u0026r uses the power of quantum entanglement to bridge a network gap not only across large distances, but dimensions.", + "ftbquests.chapter.digital_storage.quest8.title": "Quantum Network Bridge", + "ftbquests.chapter.digital_storage.quest9.description1": "The\u00266 Extended Charger\u0026r and \u00266Inscriber\u0026r are upgraded versions of their base models, capable of processing 4 recipes in parallel.", + "ftbquests.chapter.digital_storage.quest9.title": "Extended Machines", + "ftbquests.chapter.digital_storage.title": "Storage and Decor", + "ftbquests.chapter.ffood_plants.quest1.description1": "Lining rivers and shores, sugar cane had once risen in green columns, swaying with each passing breeze.", + "ftbquests.chapter.ffood_plants.quest10.description1": "With deep golden petals and a bitter scent, wolfsbane once grew where night lingered longest. ", + "ftbquests.chapter.ffood_plants.quest100.description1": "Sweet, mellow fruits with a classic tropical aroma.", + "ftbquests.chapter.ffood_plants.quest101.description1": "Soft and nutty, cashews offer a creamy bite with a sweet-savory balance.", + "ftbquests.chapter.ffood_plants.quest102.description1": "Cherries burst with juicy intensity; sweet, sometimes sharp, and always bright.", + "ftbquests.chapter.ffood_plants.quest103.description1": "Cracking into a coconut reveals cool, sweet water and soft, fragrant meat.", + "ftbquests.chapter.ffood_plants.quest104.description1": "Dates are also known as nature\u0027s candy: chewy, caramel-rich, and deeply sweet.", + "ftbquests.chapter.ffood_plants.quest105.description1": "With neon skin and unique speckled flesh, dragon fruit tastes delicate, lightly sweet, and just a little floral.", + "ftbquests.chapter.ffood_plants.quest106.description1": "Figs are jammy and soft with a honey-like flavor.", + "ftbquests.chapter.ffood_plants.quest107.description1": "Grapefruit will wake up your palate - juicy, sour, bitter, and bold.", + "ftbquests.chapter.ffood_plants.quest108.description1": "Kumquats are often eaten whole, with a sharp citrus shock over sweet orange notes.", + "ftbquests.chapter.ffood_plants.quest109.description1": "Tart and vivid, lemons cut through richness with their clean citrus bite.", + "ftbquests.chapter.ffood_plants.quest11.description1": "Snowbells had once blossomed in the coldest reaches, their pale blue petals dusted with frost.", + "ftbquests.chapter.ffood_plants.quest110.description1": "Smaller and punchier than lemons, limes have a tight, zesty sting.", + "ftbquests.chapter.ffood_plants.quest111.description1": "Mangoes melt in your mouth with tropical sweetness.", + "ftbquests.chapter.ffood_plants.quest112.description1": "Like a peach in sleek skin, nectarines are sweet, tangy, and satisfyingly juicy.", + "ftbquests.chapter.ffood_plants.quest113.description1": "Ground nutmeg adds a warm, nutty-spicy aroma that’s cozy and festive to any dish.", + "ftbquests.chapter.ffood_plants.quest114.description1": "Oranges are all brightness and juice, sweet with a sunny citrus finish.", + "ftbquests.chapter.ffood_plants.quest115.description1": "Peaches are the most famous of stone fruit, for good reason.", + "ftbquests.chapter.ffood_plants.quest116.description1": "Pears are quietly sweet and crisp; eternally elegant.", + "ftbquests.chapter.ffood_plants.quest117.description1": "Pecans have a great crunch with deep nutty flavor.", + "ftbquests.chapter.ffood_plants.quest118.description1": "Persimmons are smooth and syrupy, with a mellow flavor that deepens as they ripen.", + "ftbquests.chapter.ffood_plants.quest119.description1": "Plums skirt the line between tart and sweet, finishing with a tangy punch.", + "ftbquests.chapter.ffood_plants.quest12.description1": "Prized by herbalists for its strange resilience, who claimed it drew strength from the moonlit depths.", + "ftbquests.chapter.ffood_plants.quest120.description1": "Star fruit is crisp and juicy, with a tropical edge.", + "ftbquests.chapter.ffood_plants.quest121.description1": "Walnuts are hearty and slightly bitter, great for a midday snack.", + "ftbquests.chapter.ffood_plants.quest122.description1": "The bark grinds down to a warm, spicy-sweet powder that instantly deepens any flavor.", + "ftbquests.chapter.ffood_plants.quest123.description1": "The \u00266Cooking Table\u0026r is the heart of a multiblock kitchen - allowing you to craft any number of foods with the items stored inside of it. It can also supply you with tools, water, snow/ice, and milk.", + "ftbquests.chapter.ffood_plants.quest123.description2": "Especially handy when you have a large amount of foods and a limited amount of brainpower.", + "ftbquests.chapter.ffood_plants.quest123.title": "Cooking for Blockheads", + "ftbquests.chapter.ffood_plants.quest124.description1": "The \u00266ME Kitchen Station\u0026r lets you connect your multiblock kitchen to your ME system!", + "ftbquests.chapter.ffood_plants.quest125.description1": "The \u00266fridge\u0026r stores items, just like a cabinet.", + "ftbquests.chapter.ffood_plants.quest126.description1": "A \u00266sink\u0026r provides unlimited water to recipes.", + "ftbquests.chapter.ffood_plants.quest126.description2": "\u00267Tip: ...and other things.", + "ftbquests.chapter.ffood_plants.quest127.description1": "The oven lets you cook multiple foods in a single block.", + "ftbquests.chapter.ffood_plants.quest128.description1": "A \u00266Cow in a Jar\u0026r slowly produces milk, which can be used in recipes.", + "ftbquests.chapter.ffood_plants.quest128.description2": "...but how does one get a cow into a jar?", + "ftbquests.chapter.ffood_plants.quest128.description3": "\u00267Tip: you\u0027ll need to turn off claim protection or make this outside a claim, OPAC doesn\u0027t really like animal cruelty!", + "ftbquests.chapter.ffood_plants.quest129.description1": "When added to a fridge, the \u00266ice unit\u0026r provides unlimited ice and snow to recipes.", + "ftbquests.chapter.ffood_plants.quest13.description1": "This earth-toned fungus once thrived in quiet, dark corners, feeding on decay.", + "ftbquests.chapter.ffood_plants.quest130.description1": "The \u00266heating unit,\u0026r applied to a stove, lets it run on energy instead of burnable fuel.", + "ftbquests.chapter.ffood_plants.quest131.description1": "The \u00266tool rack\u0026r provides tools to cooking recipes; pots, pans, and other sorts.", + "ftbquests.chapter.ffood_plants.quest132.description1": "The \u00266Kitchen Cabinet and Counter\u0026r store items for the Cooking Table to use.", + "ftbquests.chapter.ffood_plants.quest132.title": "Kitchen Storage", + "ftbquests.chapter.ffood_plants.quest133.description1": "The \u00266Horn of the Wild\u0026r lets you harvest a large area of crops without manually collecting them one by one.", + "ftbquests.chapter.ffood_plants.quest133.description2": "Useful!", + "ftbquests.chapter.ffood_plants.quest134.description1": "The \u00266Drum of the Wild\u0026r is a block-based version of the horn - set a mana spreader to shoot mana through it and it\u0027ll harvest crops nearby.", + "ftbquests.chapter.ffood_plants.quest134.description2": "Add a \u00266hopperhock\u0026r and you have fully automatic crop harvesting!", + "ftbquests.chapter.ffood_plants.quest135.description1": "The \u00266Harvester\u0026r is a little harder to make than the other automated harvesters, but it makes up for it in ease of use.", + "ftbquests.chapter.ffood_plants.quest135.description2": "Place it on the same level as crops and it will harvest them - a 3x3 area by default, but this can be upgraded with machine upgrades.", + "ftbquests.chapter.ffood_plants.quest136.description1": "The \u00266Mechanical Harvester\u0026r lets you harvest... mechanically! ", + "ftbquests.chapter.ffood_plants.quest136.description2": "Attach it to any variety of contraption and as it moves through a crop it will harvest it.", + "ftbquests.chapter.ffood_plants.quest137.description1": "That\u0027s dedication! A personal shoutout from myself, for the pure raw dedication that you\u0027ve shown.", + "ftbquests.chapter.ffood_plants.quest137.subtitle": "You earned it!", + "ftbquests.chapter.ffood_plants.quest137.task_5521912290757485582.title": "You know what? Sure.", + "ftbquests.chapter.ffood_plants.quest138.description1": "You\u0027ve gone even further than I went! An absolute mad. lad. Take your prize and go.", + "ftbquests.chapter.ffood_plants.quest138.subtitle": "Your dedication is admirable.", + "ftbquests.chapter.ffood_plants.quest138.title": "Good god...", + "ftbquests.chapter.ffood_plants.quest14.description1": "With its crimson cap and pale stem, the red mushroom once sprouted in damp caves and shadowed groves.", + "ftbquests.chapter.ffood_plants.quest15.description1": "Bamboo once climbed toward the sky in great bamboo forests, hollow stems whispering in the wind.", + "ftbquests.chapter.ffood_plants.quest16.description1": "Sailors swore it marked safe waters—while some claimed it hid the bones of the drowned.", + "ftbquests.chapter.ffood_plants.quest17.description1": "This gentle underwater plant once rippled with the ocean’s breath, carpeting the sea floor in quiet green.", + "ftbquests.chapter.ffood_plants.quest18.description1": "Their soft light once guided creatures of the reef and lit the way for wayward divers in the twilight deep.", + "ftbquests.chapter.ffood_plants.quest19.description1": "This strange, red fungus had grown only in the deep, burning halls of another world. It pulsed faintly with unnatural life.", + "ftbquests.chapter.ffood_plants.quest2.description1": "Bright orange roots that grew deep in the earth, carrots were a favorite among rabbits and a healthy snack, to boot!", + "ftbquests.chapter.ffood_plants.quest20.description1": "Once said to carry the scent of a world turned upside down—where even the air recoiled in confusion.", + "ftbquests.chapter.ffood_plants.quest21.description1": "This twisted red fungus once grew in the scorched ground of the Nether, pulsing faintly as if alive.", + "ftbquests.chapter.ffood_plants.quest22.description1": "Once used in deadly draughts and sleeping curses, favored by those who studied the poisoner\u0027s art.", + "ftbquests.chapter.ffood_plants.quest23.description1": "Flax\u0027s delicate fibers had once been woven into cloth and spell-thread, binding both garments and enchantments.", + "ftbquests.chapter.ffood_plants.quest24.description1": "Bold and crimson, the poppy is a symbol of remembrance and silent strength, often found where courage once stood.", + "ftbquests.chapter.ffood_plants.quest24.description2": "\u00267Tip: You can either craft poppy seeds or mutate them from Melon and Sugarcane.", + "ftbquests.chapter.ffood_plants.quest25.description1": "A tall and graceful flower with a soft purple hue, often associated with grace, quiet wisdom, and calm days.", + "ftbquests.chapter.ffood_plants.quest26.description1": "Delicate and pale, these tiny flowers cluster low to the ground, bringing a sense of peace to open fields.", + "ftbquests.chapter.ffood_plants.quest27.description1": "This rare azure blossom flourishes in damp, shadowed groves. Legends say it blooms where ancient tears once fell.", + "ftbquests.chapter.ffood_plants.quest28.description1": "Cornflowers once braved the wind in wide fields, their blue hues a favorite among storytellers and songwriters.", + "ftbquests.chapter.ffood_plants.quest29.description1": "A cheerful bloom of golden yellow, said to carry whispers of spring on the wind. It thrives wherever the sun touches the land.", + "ftbquests.chapter.ffood_plants.quest29.description2": "\u00267Tip: You can either craft dandelion seeds or mutate them from Wheat and Pumpkin.\u0026r", + "ftbquests.chapter.ffood_plants.quest3.description1": "Crimson bulbs that added color and flavor to any dish, beetroots were once quite common in village gardens.", + "ftbquests.chapter.ffood_plants.quest30.description1": "Hidden among thick leaves, these tiny white bells are said to chime in silence when the forest is listening.", + "ftbquests.chapter.ffood_plants.quest31.description1": "With a golden eye watching from its white face, this flower is a quiet companion of wanderers and daydreamers.", + "ftbquests.chapter.ffood_plants.quest32.description1": "Glowing softly with hues of flame, this ancient blossom is thought to be a gift from the deep earth, where fire once danced.", + "ftbquests.chapter.ffood_plants.quest33.description1": "Warming as a sunset, the orange tulip is said to bring cheer and good fortune to those who find it.", + "ftbquests.chapter.ffood_plants.quest34.description1": "Bright and bold, the red tulip is a symbol of love and passion, often given in times of heartfelt confession.", + "ftbquests.chapter.ffood_plants.quest35.description1": "Soft as moonlight, white tulips once whispered of peace and innocence in gardens now long lain fallow.", + "ftbquests.chapter.ffood_plants.quest36.description1": "Soft and gentle, the pink tulip speaks of friendship and gentle affection, often found where laughter lingers.", + "ftbquests.chapter.ffood_plants.quest37.description1": "Dark as a starless night and thorned with sorrow, this eerie bloom grows only in the wake of ruin and shadow.", + "ftbquests.chapter.ffood_plants.quest38.description1": "You can make podzol for planting flower seeds on by growing a 2x2 of spruce saplings - the large tree, once grown, will convert dirt (and dried earth!) under it into podzol.", + "ftbquests.chapter.ffood_plants.quest38.description2": "\u00267Tip: once the strength trait of a flower is high enough, you won\u0027t need to plant them on podzol!", + "ftbquests.chapter.ffood_plants.quest38.task_7604363448496665210.title": "Look at Podzol", + "ftbquests.chapter.ffood_plants.quest38.title": "Podzol", + "ftbquests.chapter.ffood_plants.quest39.description1": "Onion\u0027s delicious smell once filled the air as it gave flavor to meals.", + "ftbquests.chapter.ffood_plants.quest4.description1": "Earthy and humble, potatoes were versatile tubers that thrived in the cool soil of many places.", + "ftbquests.chapter.ffood_plants.quest40.description1": "Sweet potatoes grew slow and sweet underground, long ago.", + "ftbquests.chapter.ffood_plants.quest40.description2": "(new page placeholder text)", + "ftbquests.chapter.ffood_plants.quest41.description1": "A humble grain that swayed in golden fields before being ground and baked into something warm and sustaining.", + "ftbquests.chapter.ffood_plants.quest42.description1": "Basil once filled the air with a fragrance that breezes would quietly carry away.", + "ftbquests.chapter.ffood_plants.quest43.description1": "A small, zesty vegetable that added a sharp bite to meals.", + "ftbquests.chapter.ffood_plants.quest44.description1": "A dark, sturdy bean that once softened in pots where stories and spices mingled.", + "ftbquests.chapter.ffood_plants.quest45.description1": "A slender, snappy vegetable that brightened plates in days long past.", + "ftbquests.chapter.ffood_plants.quest46.description1": "A nutrient-rich tuber, often tied to seasonal harvests and both everyday and festive cooking.", + "ftbquests.chapter.ffood_plants.quest47.description1": "Widely adopted, they were once integral to many cuisines, especially where freshness and preservation intersected.", + "ftbquests.chapter.ffood_plants.quest48.description1": "Spiny and hardy, the cactus once dotted vast oceans of sand.", + "ftbquests.chapter.ffood_plants.quest49.description1": "Saguaro once stood tall in the desert heat, holding their shape against time and silence.", + "ftbquests.chapter.ffood_plants.quest5.description1": "Orange orbs that sprouted in the autumn, pumpkins were both a festive decoration and a hearty food source.", + "ftbquests.chapter.ffood_plants.quest50.description1": "Valued for its hardiness and storage life, it figured prominently in preserved and cold-weather foods.", + "ftbquests.chapter.ffood_plants.quest51.description1": "Fast-growing and versatile, they were commonly used to add mild sharpness to everyday dishes.", + "ftbquests.chapter.ffood_plants.quest52.description1": "Coffee was brewed each morning, dark and warm, its bitterness softened by time and habit.", + "ftbquests.chapter.ffood_plants.quest53.description1": "A worldwide staple, central to daily diets and shaped by centuries of cultivation and ritual.", + "ftbquests.chapter.ffood_plants.quest54.description1": "A cool-weather root typically grown for its reliability and used in simple, hearty meals.", + "ftbquests.chapter.ffood_plants.quest55.description1": "A hardy root, valued for nutrition and storage through cold months.", + "ftbquests.chapter.ffood_plants.quest56.description1": "Once used to add a small amount of spice to everyday food.", + "ftbquests.chapter.ffood_plants.quest57.description1": "Once cultivated widely for its simple, nourishing qualities.", + "ftbquests.chapter.ffood_plants.quest58.description1": "A vital staple, central to diets and agricultural abundance.", + "ftbquests.chapter.ffood_plants.quest59.description1": "Seeds that added warmth and spice, enhancing a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest6.description1": "Large, round fruits with a green rind and sweet, juicy flesh; melons grew best in warm, sunny fields.", + "ftbquests.chapter.ffood_plants.quest60.description1": "Mild and colorful, they brought sweetness and variety to meals.", + "ftbquests.chapter.ffood_plants.quest61.description1": "Known for its cool, crisp texture, often enjoyed fresh or pickled.", + "ftbquests.chapter.ffood_plants.quest62.description1": "A sweet fruit that brightened the warmer months with its flavor.", + "ftbquests.chapter.ffood_plants.quest63.description1": "Harvested for its tender shoots, enjoyed seasonally.", + "ftbquests.chapter.ffood_plants.quest64.description1": "Offered a subtle crunch and flavor, a common addition in many recipes.", + "ftbquests.chapter.ffood_plants.quest65.description1": "Once a comforting grain, quietly nourishing both people and animals alike.", + "ftbquests.chapter.ffood_plants.quest66.description1": "Peanuts were once valued for their simple richness and high protein content.", + "ftbquests.chapter.ffood_plants.quest67.description1": "Tart and vibrant, they were key in sauces and salsas that brought bold flavor.", + "ftbquests.chapter.ffood_plants.quest68.description1": "A versatile summer squash, cooked or baked into a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest69.description1": "A small, sweet berry, enjoyed fresh or preserved to brighten meals.", + "ftbquests.chapter.ffood_plants.quest7.description1": "Prickly bushes bore these bright berries, beloved for their sweet bite and quick comfort.", + "ftbquests.chapter.ffood_plants.quest70.description1": "Known for their sweetness and antioxidants, often eaten fresh or in preserves.", + "ftbquests.chapter.ffood_plants.quest71.description1": "Rich and tangy, they provided a burst of flavor and nutrition when they were in season.", + "ftbquests.chapter.ffood_plants.quest72.description1": "A mild onion relative, used to add depth and subtle flavor to soups and stews.", + "ftbquests.chapter.ffood_plants.quest73.description1": "Crisp and cool, a common leafy green that added freshness to countless dishes.", + "ftbquests.chapter.ffood_plants.quest74.description1": "Valued for its spicy warmth and medicinal qualities, a staple in many remedies and recipes now lost.", + "ftbquests.chapter.ffood_plants.quest75.description1": "A fragrant melon, its juicy flesh a refreshing treat on hot days.", + "ftbquests.chapter.ffood_plants.quest76.description1": "A sweet, cooling melon that offered relief during warm seasons.", + "ftbquests.chapter.ffood_plants.quest77.description1": "A tangy fruit, rich in vitamin C and refreshing in warmer months.", + "ftbquests.chapter.ffood_plants.quest78.description1": "A versatile vegetable, often roasted or stewed to add richness to meals.", + "ftbquests.chapter.ffood_plants.quest79.description1": "A mild vegetable used in a variety of dishes, from soups to roasts.", + "ftbquests.chapter.ffood_plants.quest8.description1": "Wheat once rippled like golden seas, feeding countless lives. Fields of it marked the heart of many homesteads.", + "ftbquests.chapter.ffood_plants.quest80.description1": "Small and tart, used fresh or dried to add brightness to dishes and preserves.", + "ftbquests.chapter.ffood_plants.quest81.description1": "Valued for their oil and flavor, they were a key ingredient in cooking and preservation.", + "ftbquests.chapter.ffood_plants.quest82.description1": "Known for its nutritional content, often steamed or roasted.", + "ftbquests.chapter.ffood_plants.quest83.description1": "Prized for its tender hearts, a special ingredient in many traditional meals.", + "ftbquests.chapter.ffood_plants.quest84.description1": "Tart and fibrous, often cooked down into jams and desserts.", + "ftbquests.chapter.ffood_plants.quest85.description1": "A pungent staple, prized for both taste and medicinal value in many kitchens.", + "ftbquests.chapter.ffood_plants.quest86.description1": "Known for its vibrant color and healing properties, it flavored food and soothed ailments alike.", + "ftbquests.chapter.ffood_plants.quest87.description1": "Sweet and versatile - enjoyed fresh or transformed into wines and preserves.", + "ftbquests.chapter.ffood_plants.quest88.description1": "A leafy green, rich in nutrients and commonly eaten fresh.", + "ftbquests.chapter.ffood_plants.quest89.description1": "A hearty vegetable, often stored through colder months and used in countless recipes.", + "ftbquests.chapter.ffood_plants.quest9.description1": "This gnarled, shrieking root was feared as much as it was valued.", + "ftbquests.chapter.ffood_plants.quest9.description2": "\u00267Tip: you might want to only harvest these at night!", + "ftbquests.chapter.ffood_plants.quest90.description1": "A resilient leafy green valued for its nutrition and versatility in cooking.", + "ftbquests.chapter.ffood_plants.quest91.description1": "Small, dark berries used for their medicinal properties and tart flavor.", + "ftbquests.chapter.ffood_plants.quest92.description1": "Known for their bitter aroma, they were essential in brewing of all kinds.", + "ftbquests.chapter.ffood_plants.quest93.description1": "Tart and bright, commonly used fresh or preserved to complement meals.", + "ftbquests.chapter.ffood_plants.quest94.description1": "A fragrant bean that lent warmth and sweetness to many desserts and drinks.", + "ftbquests.chapter.ffood_plants.quest95.description1": "A sweet and tangy fruit that brought plenty of flavor to many dishes.", + "ftbquests.chapter.ffood_plants.quest96.description1": "Crunchy, subtly sweet nuts with a toasty, earthy finish.", + "ftbquests.chapter.ffood_plants.quest97.description1": "Crisp, juicy fruits that balance light sweetness with a refreshing tang.", + "ftbquests.chapter.ffood_plants.quest98.description1": "Soft, slightly fuzzy fruits with a delightfully sweet-tart burst.", + "ftbquests.chapter.ffood_plants.quest99.description1": "Creamy and buttery with a mild, slightly grassy flavor.", + "ftbquests.chapter.ffood_plants.title": "Plants Galore", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description1": "You wake up in a vast, dead and dried out wasteland. You don\u0027t remember how you got here, but you do remember what the world \u0026oshould\u0026r look like - and this isn\u0027t it.", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description2": "Welcome to \u00266Reclamation!\u0026r This is a slower-paced pack focused around bringing life and nature back to a dead world. Press \u00266F3+H\u0026r to disable advanced tooltips, if they\u0027re on!", + "ftbquests.chapter.how_the_world_came_to_be.quest1.task_6356663929448377632.title": "What happened here?", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description1": "\u00266Alchemical Sulfur\u0026r is one of the three building blocks of alchemy - it provides the Soul of an item, and represents what specific item it is.", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description2": "To obtain it, you\u0027ll have to make a \u00266Liquefaction Cauldron\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the item you want to extract sulfur from into the Cauldron, fill it with \u00266Sal Ammoniac,\u0026r give the Brazier some fuel, and it\u0027ll slowly convert materials into their respective \u00266Alchemical Sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description3": "The dried earth you find yourself surrounded by used to be dirt, and it remembers that - \u00266use the Cauldron to turn dried earth into dirt sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.title": "Alchemical Sulfur", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description1": "Now that you have all three alchemical components of an item - \u00266Mercury, Salt, and Sulfur\u0026r - you can make an \u00266Incubator\u0026r to combine them all back into an item; in this case, back into \u00266dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description2": "Place the Incubator above a Brazier and attach all three vessels to the sides of it. Fill each vessel with the appropriate item, give the Brazier some fuel, and in a bit you\u0027ll have fresh dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest11.title": "Incubator", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description1": "You\u0027ve done it! You\u0027ve made dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description2": "...now you just need something to grow on it.", + "ftbquests.chapter.how_the_world_came_to_be.quest12.subtitle": "Slightly browner", + "ftbquests.chapter.how_the_world_came_to_be.quest13.description1": "Despite the seeming apocalypse, there are still fish to find (and eat) for those with the skill and desire.", + "ftbquests.chapter.how_the_world_came_to_be.quest13.title": "Fishy Friends", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description1": "Spider string can be crafted into wool, which can be crafted into beds! ", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description2": "You can also craft a sleeping bag, for staying cozy on the go... but where would you be going?", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_1655930139945784994.title": "Any Bed", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_2233575124644508705.title": "Any Sleeping Bag", + "ftbquests.chapter.how_the_world_came_to_be.quest14.title": "Small Comforts", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description1": "Worldgen has been completely overhauled - \u00264no ore generates,\u0026r and the only biomes that exist are dead, wasteland biomes with no real vegetation. Additionally, the only trees that spawn are dead trees, with very little useability.", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description2": "Stone variants still generate, and you can find \u00266sand and clay underwater.\u0026r It will also still rain!", + "ftbquests.chapter.how_the_world_came_to_be.quest15.task_9000568835822462366.title": "Changed worldgen?", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description1": "The naturally spawning mobs have changed in this new landscape! Specifically, \u0026czombie villagers and witches won\u0027t spawn,\u0026r and \u00266spiders have mutated\u0026r into their venomous cave versions. ", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description2": "This means that there\u0027s \u0026cno way to get any kind of resources from witches or zombie villagers\u0026r (even if you could cure them!); the only things that you can really hope to get are iron or copper ingots from \u00266rare drops\u0026r - but there are other ways to generate resources...", + "ftbquests.chapter.how_the_world_came_to_be.quest16.task_8241748987012779739.title": "Rare Drops?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description1": "There are quite a few books in the pack! Thankfully, the \u00266Akashic Tome\u0026r is here to help. Crafting any book with this will combine it, letting you keep every guidebook in a single item. Simply craft it with another guidebook!", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description2": "To untransform the tome, punch the air with it.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description3": "To remove a stored book, transform the tome into the book, then sneak and press your \u0027drop\u0027 key.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.task_3483844932023115481.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description1": "A lot of the pack consists of passive processes you\u0027ll probably want to keep running while you do other things. You can claim chunks to \u00266force-load \u0026rthem using your map; ensuring they\u0027ll stay loaded even while you\u0027re not nearby. ", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description2": "Just open your map (default M) and \u00266right-click drag\u0026r over the area you\u0027d like to claim. Right-click drag again to force claim!", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description3": "If you\u0027re playing with friends, \u00266make sure you\u0027re on the same team\u0026r so that you can all access things inside your claim and share quest progress.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description4": "For more information on the claims system, check out the \u00266Open Parties and Claims\u0026r wiki or keybinds.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description5": "\u00267Tip: you might want to turn claimed chunk protection off! It tends to break fake players.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.task_3331239976186418612.title": "Playing with Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.title": "Chunkloading and Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description1": "You can make a quick and dirty door using the scrap wood and some copper you\u0027ve found - but it seems pretty shoddy, \u00264breaking every so often\u0026r and needing to be re-placed.", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description2": "At least it keeps the spookies out...", + "ftbquests.chapter.how_the_world_came_to_be.quest2.description1": "Wood is plentiful, if not exactly the quality you remember.", + "ftbquests.chapter.how_the_world_came_to_be.quest2.title": "Dead Trees", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description1": "Despite the harsh conditions, bees still persist, dotted amongst the dry hills. ", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description2": "Cultivating them could be a great way to \u00266generate resources\u0026r such as more dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description3": "\u00267Tip: this unlocks a new questline on the left!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.title": "Bees?!", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description1": "There are ruins around with \u00266small bits of copper,\u0026r completely oxidized from whatever happened. ", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description2": "You might be able to craft something to help you out with that copper, but first you\u0027ll have to \u00266get it into a useable state...\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest3.task_7525660450708144821.title": "Oxidized Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description1": "Many many recipes have been changed in this pack. Make sure you check your recipe browser for crafting recipes! By default, the keybinds when hovering over an item are \u00266R to look up recipes\u0026r for the item, and \u00266U to look up uses\u0026r for the item.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description2": "These binds can be changed by clicking the EMI button in the bottom left of your inventory screen.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.task_8528084351057584694.title": "What\u0027s changed?", + "ftbquests.chapter.how_the_world_came_to_be.quest4.title": "How do I craft things?", + "ftbquests.chapter.how_the_world_came_to_be.quest5.description1": "\u0026l\u0026o\u0026cNO ORE GENERATES IN THE WORLD. RECIPES HAVE CHANGED.\u0026r Those who came before you have completely mined out the entire planet - after centuries of strip mining, quarrying, and general exploitation, there is not so much as a measly scrap of coal in the world, so there\u0027s no point trying to find any type of ore by mining.", + "ftbquests.chapter.how_the_world_came_to_be.quest5.task_734684119620528193.title": "Deprived...", + "ftbquests.chapter.how_the_world_came_to_be.quest5.title": "Where\u0027s the ore!?", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description1": "After you \u00266scrape off the rust with an axe,\u0026r you think you can use a \u00266cutting board\u0026r to get useable copper out of the oxidized copper you find in ruins.", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description2": "This useable copper will be crucial for \u00266Spagyrics\u0026r, the process of decomposing and recombining matter - which should let you \u00266rejuvenate the Dried Earth\u0026r into \u00266Dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description3": "\u00267Tip: you can also use the cutting board to get more charcoal and scrap wood out of dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest6.title": "Useable Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description1": "In the contaminated water you have found trace amounts of \u00266Sal Ammoniac,\u0026r a crucial ingredient in the practice of \u00266Theurgy.\u0026r By setting up a simple accumulator and tank, you think you\u0027ll be able to distill it. ", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description2": "Place the accumulator on top of the tank, fill it with water, and it will slowly produce \u00266Sal Ammoniac\u0026r for you.", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description3": "\u00267Tip: you can make buckets out of copper!\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description1": "\u00266Alchemical Mercury\u0026r is one of the three building blocks of alchemy - it provides the Energy of an item, and is largely interchangeable between things.", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description2": "To distill it, you\u0027ll have to make a \u00266Mercury Distiller\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to distill into the Distiller, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Mercury.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description3": "Rarer materials give more mercury, but to start you\u0027ll probably want to distill \u00266cobblestone, dried earth, or cooked fish.\u0026r ", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description4": "\u00267Tip: slicing fish makes it a more efficient way of getting mercury!", + "ftbquests.chapter.how_the_world_came_to_be.quest8.title": "Alchemical Mercury", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description1": "\u00266Alchemical Salt\u0026r is one of the three building blocks of alchemy - it provides the Body of an item, and represents the \u0027type\u0027 of an item.", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description2": "To obtain it, you\u0027ll have to make a \u00266Calcination Oven\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to extract into the Oven, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description3": "There are many different kinds of salt, but to start, you should \u00266focus on getting Strata salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.title": "Alchemical Salt", + "ftbquests.chapter.how_the_world_came_to_be.subtitle0": "A vast wasteland", + "ftbquests.chapter.how_the_world_came_to_be.title": "Prologue", + "ftbquests.chapter.mob_safari.quest1.task_644874208300996266.title": "Creeper Photo", + "ftbquests.chapter.mob_safari.quest1.title": "Creeper", + "ftbquests.chapter.mob_safari.quest10.task_7387499092437519744.title": "Silverfish Photo", + "ftbquests.chapter.mob_safari.quest10.title": "Silverfish", + "ftbquests.chapter.mob_safari.quest11.task_560111651210659078.title": "Evoker Photo", + "ftbquests.chapter.mob_safari.quest11.title": "Evoker", + "ftbquests.chapter.mob_safari.quest12.task_6050813032829826018.title": "Ghast Photo", + "ftbquests.chapter.mob_safari.quest12.title": "Ghast", + "ftbquests.chapter.mob_safari.quest13.task_8655936747757493244.title": "Guardian Photo", + "ftbquests.chapter.mob_safari.quest13.title": "Guardian", + "ftbquests.chapter.mob_safari.quest14.task_9108849848609122501.title": "Hoglin Photo", + "ftbquests.chapter.mob_safari.quest14.title": "Hoglin", + "ftbquests.chapter.mob_safari.quest15.task_7435272240185968407.title": "Phantom Photo", + "ftbquests.chapter.mob_safari.quest15.title": "Phantom", + "ftbquests.chapter.mob_safari.quest16.task_2497415746301840277.title": "Piglin Brute Photo", + "ftbquests.chapter.mob_safari.quest16.title": "Piglin Brute", + "ftbquests.chapter.mob_safari.quest17.description1": "\u00267Tip: there is a ritual that can grant you the bad omen effect!", + "ftbquests.chapter.mob_safari.quest17.task_876018828234332303.title": "Pillager Photo", + "ftbquests.chapter.mob_safari.quest17.title": "Pillager", + "ftbquests.chapter.mob_safari.quest18.task_9217927796095116198.title": "Ravager Photo", + "ftbquests.chapter.mob_safari.quest18.title": "Ravager", + "ftbquests.chapter.mob_safari.quest19.task_6294764614244969421.title": "Shulker Photo", + "ftbquests.chapter.mob_safari.quest19.title": "Shulker", + "ftbquests.chapter.mob_safari.quest2.description1": "In this new post-apocalyptic world, you\u0027ve realized that it might be a good idea to document what lifeforms exist - just in case it happens again. ", + "ftbquests.chapter.mob_safari.quest2.description2": "To do so, you\u0027re going to need \u00266a camera, \u0026rsome \u00266film\u0026r to print onto, and some way to turn that \u00266film into photos.\u0026r", + "ftbquests.chapter.mob_safari.quest2.subtitle": "Snap decisions", + "ftbquests.chapter.mob_safari.quest2.title": "Camera", + "ftbquests.chapter.mob_safari.quest20.task_5958619487539868658.title": "Skeleton Photo", + "ftbquests.chapter.mob_safari.quest20.title": "Skeleton", + "ftbquests.chapter.mob_safari.quest21.task_2908237894518590949.title": "Slime Photo", + "ftbquests.chapter.mob_safari.quest21.title": "Slime", + "ftbquests.chapter.mob_safari.quest22.task_1986307033554203052.title": "Stray Photo", + "ftbquests.chapter.mob_safari.quest22.title": "Stray", + "ftbquests.chapter.mob_safari.quest23.task_8127229503220688871.title": "Vex Photo", + "ftbquests.chapter.mob_safari.quest23.title": "Vex", + "ftbquests.chapter.mob_safari.quest24.task_2719667561416590077.title": "Vindicator Photo", + "ftbquests.chapter.mob_safari.quest24.title": "Vindicator", + "ftbquests.chapter.mob_safari.quest25.description1": "\u00267Tip: the sculk catalyst is craftable, and you can use a sculk awakener on a sculk shrieker to convert it into one that can spawn Wardens.", + "ftbquests.chapter.mob_safari.quest25.task_3299757844051508646.title": "Warden Photo", + "ftbquests.chapter.mob_safari.quest25.title": "Warden", + "ftbquests.chapter.mob_safari.quest26.task_1834001635925258364.title": "Witch Photo", + "ftbquests.chapter.mob_safari.quest26.title": "Witch", + "ftbquests.chapter.mob_safari.quest27.description1": "\u00267Tip: if you want to summon a living wither skeleton, you\u0027ll need to use the Soulium Spawner.", + "ftbquests.chapter.mob_safari.quest27.task_431510156767848390.title": "Wither Skeleton Photo", + "ftbquests.chapter.mob_safari.quest27.title": "Wither Skeleton", + "ftbquests.chapter.mob_safari.quest28.task_3976176875920550036.title": "Zoglin Photo", + "ftbquests.chapter.mob_safari.quest28.title": "Zoglin", + "ftbquests.chapter.mob_safari.quest29.task_2001349734991872109.title": "Blaze Photo", + "ftbquests.chapter.mob_safari.quest29.title": "Blaze", + "ftbquests.chapter.mob_safari.quest3.task_6868688706200460210.title": "Zombie Photo", + "ftbquests.chapter.mob_safari.quest3.title": "Zombie", + "ftbquests.chapter.mob_safari.quest30.task_4394254762005595057.title": "Wither Photo", + "ftbquests.chapter.mob_safari.quest30.title": "Wither", + "ftbquests.chapter.mob_safari.quest31.task_6606548217913389459.title": "Ender Dragon Photo", + "ftbquests.chapter.mob_safari.quest31.title": "Ender Dragon", + "ftbquests.chapter.mob_safari.quest32.task_8348843003612976311.title": "Piglin Photo", + "ftbquests.chapter.mob_safari.quest32.title": "Piglin", + "ftbquests.chapter.mob_safari.quest33.task_9152125344552747368.title": "Allay Photo", + "ftbquests.chapter.mob_safari.quest33.title": "Allay", + "ftbquests.chapter.mob_safari.quest34.task_935450104482788869.title": "Axolotl Photo", + "ftbquests.chapter.mob_safari.quest34.title": "Axolotl", + "ftbquests.chapter.mob_safari.quest35.task_3732209353791428122.title": "Bat Photo", + "ftbquests.chapter.mob_safari.quest35.title": "Bat", + "ftbquests.chapter.mob_safari.quest36.task_4451728281716577204.title": "Camel Photo", + "ftbquests.chapter.mob_safari.quest36.title": "Camel", + "ftbquests.chapter.mob_safari.quest37.task_3478349021656071469.title": "Cat Photo", + "ftbquests.chapter.mob_safari.quest37.title": "Cat", + "ftbquests.chapter.mob_safari.quest38.task_421501030317629993.title": "Chicken Photo", + "ftbquests.chapter.mob_safari.quest38.title": "Chicken", + "ftbquests.chapter.mob_safari.quest39.task_3283513909476271368.title": "Cod Photo", + "ftbquests.chapter.mob_safari.quest39.title": "Cod", + "ftbquests.chapter.mob_safari.quest4.task_5493751185522811223.title": "Husk Photo", + "ftbquests.chapter.mob_safari.quest4.title": "Husk", + "ftbquests.chapter.mob_safari.quest40.task_3552336333939252573.title": "Cow Photo", + "ftbquests.chapter.mob_safari.quest40.title": "Cow", + "ftbquests.chapter.mob_safari.quest41.task_8921315837912733830.title": "Donkey Photo", + "ftbquests.chapter.mob_safari.quest41.title": "Donkey", + "ftbquests.chapter.mob_safari.quest42.task_8892925176174289117.title": "Frog Photo", + "ftbquests.chapter.mob_safari.quest42.title": "Frog", + "ftbquests.chapter.mob_safari.quest43.task_7912667151609898398.title": "Glow Squid Photo", + "ftbquests.chapter.mob_safari.quest43.title": "Glow Squid", + "ftbquests.chapter.mob_safari.quest44.task_4389105525914117514.title": "Horse Photo", + "ftbquests.chapter.mob_safari.quest44.title": "Horse", + "ftbquests.chapter.mob_safari.quest45.task_4359593363899885941.title": "Mooshroom Photo", + "ftbquests.chapter.mob_safari.quest45.title": "Mooshroom", + "ftbquests.chapter.mob_safari.quest46.task_924922940433498504.title": "Mule Photo", + "ftbquests.chapter.mob_safari.quest46.title": "Mule", + "ftbquests.chapter.mob_safari.quest47.task_4787445126890462554.title": "Ocelot Photo", + "ftbquests.chapter.mob_safari.quest47.title": "Ocelot", + "ftbquests.chapter.mob_safari.quest48.task_595439666779967783.title": "Parrot Photo", + "ftbquests.chapter.mob_safari.quest48.title": "Parrot", + "ftbquests.chapter.mob_safari.quest49.task_6791445533424275382.title": "Pig Photo", + "ftbquests.chapter.mob_safari.quest49.title": "Pig", + "ftbquests.chapter.mob_safari.quest5.task_2405723904258009579.title": "Drowned Photo", + "ftbquests.chapter.mob_safari.quest5.title": "Drowned", + "ftbquests.chapter.mob_safari.quest50.task_5186559523328413187.title": "Pufferfish Photo", + "ftbquests.chapter.mob_safari.quest50.title": "Pufferfish", + "ftbquests.chapter.mob_safari.quest51.task_1802630615776817042.title": "Rabbit Photo", + "ftbquests.chapter.mob_safari.quest51.title": "Rabbit", + "ftbquests.chapter.mob_safari.quest52.task_9075318374820615216.title": "Salmon Photo", + "ftbquests.chapter.mob_safari.quest52.title": "Salmon", + "ftbquests.chapter.mob_safari.quest53.task_1279126845524092057.title": "Sheep Photo", + "ftbquests.chapter.mob_safari.quest53.title": "Sheep", + "ftbquests.chapter.mob_safari.quest54.description1": "\u00267Tip: the sniffer egg is craftable!", + "ftbquests.chapter.mob_safari.quest54.task_4496075018482353874.title": "Sniffer Photo", + "ftbquests.chapter.mob_safari.quest54.title": "Sniffer", + "ftbquests.chapter.mob_safari.quest55.task_7621061223329854925.title": "Snow Golem Photo", + "ftbquests.chapter.mob_safari.quest55.title": "Snow Golem", + "ftbquests.chapter.mob_safari.quest56.task_3811954916556661348.title": "Squid Photo", + "ftbquests.chapter.mob_safari.quest56.title": "Squid", + "ftbquests.chapter.mob_safari.quest57.task_8980744210598611125.title": "Strider Photo", + "ftbquests.chapter.mob_safari.quest57.title": "Strider", + "ftbquests.chapter.mob_safari.quest58.task_3384099064913889422.title": "Tropical Fish Photo", + "ftbquests.chapter.mob_safari.quest58.title": "Tropical Fish", + "ftbquests.chapter.mob_safari.quest59.task_8173784837555787990.title": "Turtle Photo", + "ftbquests.chapter.mob_safari.quest59.title": "Turtle", + "ftbquests.chapter.mob_safari.quest6.task_874911539473621191.title": "Spider Photo", + "ftbquests.chapter.mob_safari.quest6.title": "Spider", + "ftbquests.chapter.mob_safari.quest60.task_3689972004573703426.title": "Villager Photo", + "ftbquests.chapter.mob_safari.quest60.title": "Villager", + "ftbquests.chapter.mob_safari.quest61.description1": "\u00267Tip: an oak or birch tree grown near flowers has a small chance to spawn a beehive!", + "ftbquests.chapter.mob_safari.quest61.task_5922903859006989903.title": "Bee Photo", + "ftbquests.chapter.mob_safari.quest61.title": "Bee", + "ftbquests.chapter.mob_safari.quest62.task_6003122656664405150.title": "Dolphin Photo", + "ftbquests.chapter.mob_safari.quest62.title": "Dolphin", + "ftbquests.chapter.mob_safari.quest63.task_8533728607102685433.title": "Fox Photo", + "ftbquests.chapter.mob_safari.quest63.title": "Fox", + "ftbquests.chapter.mob_safari.quest64.task_2426644530607004924.title": "Goat Photo", + "ftbquests.chapter.mob_safari.quest64.title": "Goat", + "ftbquests.chapter.mob_safari.quest65.task_7632281372321087328.title": "Iron Golem Photo", + "ftbquests.chapter.mob_safari.quest65.title": "Iron Golem", + "ftbquests.chapter.mob_safari.quest66.reward_5070411217558644494.title": "Wash the spit off your face!", + "ftbquests.chapter.mob_safari.quest66.task_6151594406741525419.title": "Llama Photo", + "ftbquests.chapter.mob_safari.quest66.title": "Llama", + "ftbquests.chapter.mob_safari.quest67.task_8391996334368644499.title": "Panda Photo", + "ftbquests.chapter.mob_safari.quest67.title": "Panda", + "ftbquests.chapter.mob_safari.quest68.task_6356092814838542587.title": "Polar Bear Photo", + "ftbquests.chapter.mob_safari.quest68.title": "Polar Bear", + "ftbquests.chapter.mob_safari.quest69.task_5155069369552929707.title": "Wolf Photo", + "ftbquests.chapter.mob_safari.quest69.title": "Wolf", + "ftbquests.chapter.mob_safari.quest7.task_7828452674496297861.title": "Cave Spider Photo", + "ftbquests.chapter.mob_safari.quest7.title": "Cave Spider", + "ftbquests.chapter.mob_safari.quest70.task_6586877749199133229.title": "Zombified Piglin Photo", + "ftbquests.chapter.mob_safari.quest70.title": "Zombified Piglin", + "ftbquests.chapter.mob_safari.quest71.description1": "\u00267Tip: there is a ritual that spawns the Elder Guardian!", + "ftbquests.chapter.mob_safari.quest71.task_1136723065807110792.title": "Elder Guardian Photo", + "ftbquests.chapter.mob_safari.quest71.title": "Elder Guardian", + "ftbquests.chapter.mob_safari.quest72.task_1119603583110664878.title": "Starbuncle Photo", + "ftbquests.chapter.mob_safari.quest72.title": "Starbuncle", + "ftbquests.chapter.mob_safari.quest73.task_1237879032257403086.title": "Wilden Guardian Photo", + "ftbquests.chapter.mob_safari.quest73.title": "Wilden Defender", + "ftbquests.chapter.mob_safari.quest74.task_5793666635438854570.title": "Wilden Pack Hunter Photo", + "ftbquests.chapter.mob_safari.quest74.title": "Wilden Pack Hunter", + "ftbquests.chapter.mob_safari.quest75.task_8789953344793101489.title": "Wilden Stalker Photo", + "ftbquests.chapter.mob_safari.quest75.title": "Wilden Stalker", + "ftbquests.chapter.mob_safari.quest76.task_4116691053894850008.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest76.title": "Drygmy", + "ftbquests.chapter.mob_safari.quest77.task_1018473204252943458.title": "Wilden Chimera Photo", + "ftbquests.chapter.mob_safari.quest77.title": "Wilden Chimera", + "ftbquests.chapter.mob_safari.quest78.task_6004116955135160925.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest78.title": "Whirlisprig", + "ftbquests.chapter.mob_safari.quest79.description1": "\u00267Tip: a spawned siren, not a tamed familiar!", + "ftbquests.chapter.mob_safari.quest79.task_1471670924078031545.title": "Siren Photo", + "ftbquests.chapter.mob_safari.quest79.title": "Siren", + "ftbquests.chapter.mob_safari.quest8.task_4943959340946543881.title": "Enderman Photo", + "ftbquests.chapter.mob_safari.quest8.title": "Enderman", + "ftbquests.chapter.mob_safari.quest80.description1": "I mean. You did a LOT of grinding probably to get here. Also by definition you\u0027ve finished the pack, or good as.", + "ftbquests.chapter.mob_safari.quest80.subtitle": "because why not?", + "ftbquests.chapter.mob_safari.quest80.title": "Safari LEGEND", + "ftbquests.chapter.mob_safari.quest9.task_4733333668196733711.title": "Endermite Photo", + "ftbquests.chapter.mob_safari.quest9.title": "Endermite", + "ftbquests.chapter.mob_safari.title": "Mob Safari", + "ftbquests.chapter.resource_generation.quest1.description1": "\u00266Prosperity Shards\u0026r are the basis of all mystical essence manipulation - very useful for generating large amounts of basic resources.", + "ftbquests.chapter.resource_generation.quest1.description2": "They can be found by breaking down copper nuggets with a pickaxe on a cutting board.", + "ftbquests.chapter.resource_generation.quest1.description3": "\u00267Tip: you can also make prosperity shards in an Enrichment Chamber!", + "ftbquests.chapter.resource_generation.quest10.description1": "With enough inferium, you can craft \u00266Inferium Seeds,\u0026r which grow essence themselves.", + "ftbquests.chapter.resource_generation.quest11.description1": "More potent than regular inferium essence, \u00266Prudentium Essence\u0026r can be used to make some useful essence seeds.", + "ftbquests.chapter.resource_generation.quest11.description2": "Make it by fortifying inferium essence with all four elemental essences in a \u00266Cauldron.\u0026r", + "ftbquests.chapter.resource_generation.quest11.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest18.description1": "The \u00266infusion altar\u0026r and \u00266pedestals\u0026r are required to craft essence seeds.", + "ftbquests.chapter.resource_generation.quest18.description2": "Place the items necessary in the pedestals, then give the altar a redstone signal or a wave of a wand to begin crafting.", + "ftbquests.chapter.resource_generation.quest19.description1": "By breeding \u00266Rocky\u0026r bees together in the nether, they\u0027ll slowly adapt and turn into their nether versions - \u00266Crimson\u0026r and \u00266Warped\u0026r bees. \u00266Cursed\u0026r bees are the hybrid between the two.", + "ftbquests.chapter.resource_generation.quest19.description2": "These bees, twisted by the nether environment, are somewhat aggressive; they\u0027ll harm nearby mobs (including players!)", + "ftbquests.chapter.resource_generation.quest19.task_3895545663253499388.title": "Warped", + "ftbquests.chapter.resource_generation.quest19.task_8052506021592411173.title": "Cursed", + "ftbquests.chapter.resource_generation.quest19.task_891469205622428585.title": "Crimson", + "ftbquests.chapter.resource_generation.quest19.title": "Nether Bees", + "ftbquests.chapter.resource_generation.quest2.description1": "You can place frames into your apiary for bonuses to productivity, lifespan, and even change the temperature and humidity of an apiary. ", + "ftbquests.chapter.resource_generation.quest2.description2": "\u00267Tip: Frame modifiers stack multiplicatively, not additively!\u0026r", + "ftbquests.chapter.resource_generation.quest2.task_1734748989054878453.title": "Any Frame", + "ftbquests.chapter.resource_generation.quest20.description1": "If you\u0027re tired of getting stung by nether bees, try crafting a set of \u00266Apiarist Gear.\u0026r This armor, when worn as a set, will protect you from getting affected by any bees nearby.", + "ftbquests.chapter.resource_generation.quest20.description2": "It\u0027s made of silk, which you can get from propolis (which you can get from simmering combs, among others.)", + "ftbquests.chapter.resource_generation.quest20.title": "Apiarist Gear", + "ftbquests.chapter.resource_generation.quest21.description1": "\u00266Rocky\u0026r and \u00266Robust\u0026r bees are more used to cooler climates, but you can breed better tolerances into them. ", + "ftbquests.chapter.resource_generation.quest21.description2": "Their rocky combs produce much more wax and honey than their wasteland cousins, but more importantly, they can rarely produce \u00266Copper Combs\u0026r as a specialty.", + "ftbquests.chapter.resource_generation.quest21.description3": "\u00267Tip: specialties are only produced when a bee is ecstatic! To make a bee ecstatic, you have to have its housing climate \u0026lexactly\u0026r\u00267 match the bee\u0027s preferred climate. Either breed it so that it prefers the hot dry wastes, or use special frames to adjust the temperature and humidity!", + "ftbquests.chapter.resource_generation.quest21.description4": "\u00267Tip 2: tuff (which you need underneath the apiary to breed these bees!) can be crafted or found underground.", + "ftbquests.chapter.resource_generation.quest21.task_1538674417108678800.title": "Resilient", + "ftbquests.chapter.resource_generation.quest21.task_7190582857068653051.title": "Robust", + "ftbquests.chapter.resource_generation.quest21.task_9033126545582958159.title": "Rocky", + "ftbquests.chapter.resource_generation.quest21.title": "Rocky Bees", + "ftbquests.chapter.resource_generation.quest22.description1": "\u00266Haunted,\u0026r \u00266Ghostly,\u0026r and \u00266Spectral\u0026r bees are an offshoot of nether bees that produce Spectral combs, a relatively honey-rich comb. Additionally, Spectral bees will produce \u00266glowstone\u0026r as a specialty!", + "ftbquests.chapter.resource_generation.quest22.task_3081911043010225060.title": "Haunted", + "ftbquests.chapter.resource_generation.quest22.task_5262672928415792469.title": "Ghostly", + "ftbquests.chapter.resource_generation.quest22.task_8517504769354790857.title": "Spectral", + "ftbquests.chapter.resource_generation.quest22.title": "Spectral Bees", + "ftbquests.chapter.resource_generation.quest23.description1": "\u00266Common\u0026r and \u00266Cultivated\u0026r bees were the most common species in the world that came before, from what you recall.", + "ftbquests.chapter.resource_generation.quest23.task_3642208754252689379.title": "Common", + "ftbquests.chapter.resource_generation.quest23.task_8299291890952022433.title": "Cultivated", + "ftbquests.chapter.resource_generation.quest23.title": "Common Bees", + "ftbquests.chapter.resource_generation.quest24.description1": "These glorious bee comrades ironically despise queens. They are also notable for producing \u00266pollen\u0026r and having \u00266higher than average productivity.\u0026r", + "ftbquests.chapter.resource_generation.quest24.task_2025398279722007265.title": "Industrious", + "ftbquests.chapter.resource_generation.quest24.task_3616071306266700168.title": "Tireless", + "ftbquests.chapter.resource_generation.quest24.task_8393881405903593674.title": "Diligent", + "ftbquests.chapter.resource_generation.quest24.title": "Industrious Bees", + "ftbquests.chapter.resource_generation.quest25.description1": "Somewhat snooty and famously literally blue-blooded, these bees can produce \u00266Royal Combs\u0026r when ecstatic. These combs can then centrifuge into \u00266Royal Jelly.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description2": "They also have a \u00266higher than average fertility rate.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description3": "\u00267Tip: Imperial bees have the Beatific effect, which provides all mobs nearby with regeneration!", + "ftbquests.chapter.resource_generation.quest25.task_6398361437915986421.title": "Noble", + "ftbquests.chapter.resource_generation.quest25.task_7062842366521447494.title": "Imperial", + "ftbquests.chapter.resource_generation.quest25.task_753059639095222795.title": "Majestic", + "ftbquests.chapter.resource_generation.quest25.title": "Imperial Bees", + "ftbquests.chapter.resource_generation.quest26.description1": "The \u00266Mellarium\u0026r is a multiblock version of the apiary, with the ability to add modules that can help you in a variety of ways.", + "ftbquests.chapter.resource_generation.quest26.description2": "The most concrete thing a Mellarium can do is give you more than three frame slots, using \u00266Frame Housings.\u0026r This means you can get, in the best case, \u0026l\u0026oSTACKS\u0026r of combs every bee tick.", + "ftbquests.chapter.resource_generation.quest26.description3": "You can also increase your chances of getting a mutation, shield your bees from rain, and change the climate using catalyst items.", + "ftbquests.chapter.resource_generation.quest26.description4": "\u00267Tip: read your Apiarist Field Guide for more information!", + "ftbquests.chapter.resource_generation.quest26.title": "The Mellarium", + "ftbquests.chapter.resource_generation.quest27.description1": "Once you start getting propolis, you can start \u00266upgrading\u0026r your \u00266Centrifuges\u0026r and \u00266Generators\u0026r - each upgrade has different stats, and you can put up to three in your machines.", + "ftbquests.chapter.resource_generation.quest27.description2": "Like frames, these upgrades stack multiplicatively.", + "ftbquests.chapter.resource_generation.quest27.description3": "\u00267Tip: the earliest ways to get propolis are through nether bees or rocky bees!", + "ftbquests.chapter.resource_generation.quest27.task_7611771532993062026.title": "Any Upgrade", + "ftbquests.chapter.resource_generation.quest27.title": "Upgrades", + "ftbquests.chapter.resource_generation.quest28.description1": "At some point you\u0027ll have more honey (and other bee products) than you know what to do with. ", + "ftbquests.chapter.resource_generation.quest28.description2": "If nothing else, you can burn them for energy in the \u00266Honey Generator!\u0026r", + "ftbquests.chapter.resource_generation.quest29.description1": "An interesting thing about these bees is that there\u0027s no way to get more than one queen out of a breeding pair. Fortunately, you can perform a ritual to summon \u00266more bee nests\u0026r through magic and some special ingredients.", + "ftbquests.chapter.resource_generation.quest29.description2": "Read your Reclamation Rituals book for more information.", + "ftbquests.chapter.resource_generation.quest29.title": "More Nests", + "ftbquests.chapter.resource_generation.quest3.description1": "You\u0027ve noticed some beehives dotted around. Maybe you can try to domesticate them?", + "ftbquests.chapter.resource_generation.quest3.description2": "You\u0027ll need a tool to harvest the nests and a place to raise the bees.", + "ftbquests.chapter.resource_generation.quest3.description3": "\u00267Tip: not every bee is required to finish the pack! Branching out from the required bees will allow you to generate resources much easier than the traditional routes, however.", + "ftbquests.chapter.resource_generation.quest3.title": "Beeginnings", + "ftbquests.chapter.resource_generation.quest30.description1": "Certain bees can produce straight up raw metals from certain rocks!", + "ftbquests.chapter.resource_generation.quest30.task_1055543042056575718.title": "Cuprous", + "ftbquests.chapter.resource_generation.quest30.task_2417461944780662004.title": "Osimum", + "ftbquests.chapter.resource_generation.quest30.task_4765395095236658823.title": "Radioactive", + "ftbquests.chapter.resource_generation.quest30.task_5074021897861698803.title": "Precious", + "ftbquests.chapter.resource_generation.quest30.task_5533305920955437908.title": "Ferrous", + "ftbquests.chapter.resource_generation.quest30.task_6870748623537125703.title": "Argentum", + "ftbquests.chapter.resource_generation.quest30.task_766783682761833592.title": "Zincum", + "ftbquests.chapter.resource_generation.quest30.task_8469594533203667582.title": "Stannum", + "ftbquests.chapter.resource_generation.quest30.task_9085151875040480342.title": "Plumbum", + "ftbquests.chapter.resource_generation.quest30.title": "Metal Bees", + "ftbquests.chapter.resource_generation.quest31.description1": "Certain bees can produce raw minerals from their environment!", + "ftbquests.chapter.resource_generation.quest31.task_1818325150934700666.title": "Emeradic", + "ftbquests.chapter.resource_generation.quest31.task_2840825311361710213.title": "Lapic", + "ftbquests.chapter.resource_generation.quest31.task_3358109104860624142.title": "Fluorite", + "ftbquests.chapter.resource_generation.quest31.task_3719081351633839622.title": "Bituminous", + "ftbquests.chapter.resource_generation.quest31.task_4463225001103591989.title": "Silicate", + "ftbquests.chapter.resource_generation.quest31.task_5231403782456047002.title": "Dimantic", + "ftbquests.chapter.resource_generation.quest31.task_5480192077480458536.title": "Luminous", + "ftbquests.chapter.resource_generation.quest31.task_6963870120953273988.title": "Amethyst", + "ftbquests.chapter.resource_generation.quest31.task_7118701806962971116.title": "Quartz", + "ftbquests.chapter.resource_generation.quest31.task_7148838165140607695.title": "Conductive", + "ftbquests.chapter.resource_generation.quest31.title": "Mineral Bees", + "ftbquests.chapter.resource_generation.quest32.description1": "Stronger than Prudentium, \u00266Tertium\u0026r is necessary for all kinds of metallic essence seeds.", + "ftbquests.chapter.resource_generation.quest32.description2": "Make it using a \u00266Runic Altar\u0026r or \u00266Terrestrial Agglomeration Plate.\u0026r", + "ftbquests.chapter.resource_generation.quest32.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest32.description4": "\u00267Tip 2: a potency lens would make the altar process much faster!", + "ftbquests.chapter.resource_generation.quest33.description1": "\u00266Imperium\u0026r is the penultimate tier of essence, requiring combining the power of \u00265Source\u0026r and Tertium Essence.", + "ftbquests.chapter.resource_generation.quest33.description2": "It can be made using an \u00266Imbuement Chamber.\u0026r", + "ftbquests.chapter.resource_generation.quest33.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest34.description1": "\u00266Supremium\u0026r is the highest tier of essence, used for crafting the highest tier of mystical equipment and seeds.", + "ftbquests.chapter.resource_generation.quest34.description2": "Anoint Imperium with life essence to create it.", + "ftbquests.chapter.resource_generation.quest34.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest35.description1": "These bees can produce magical products. Some of them, like the \u00266Natural\u0026r bee, have special effects!", + "ftbquests.chapter.resource_generation.quest35.description2": "Additionally, the Natural bee produces some small amount of \u00266Nature Essence\u0026r if kept ecstatic.", + "ftbquests.chapter.resource_generation.quest35.task_2760367059321888447.title": "Dawnstone", + "ftbquests.chapter.resource_generation.quest35.task_4095918579037388131.title": "Willful", + "ftbquests.chapter.resource_generation.quest35.task_417359132698374078.title": "Botanic", + "ftbquests.chapter.resource_generation.quest35.task_4623337291104132366.title": "Demonite", + "ftbquests.chapter.resource_generation.quest35.task_5288388297853031166.title": "Terra", + "ftbquests.chapter.resource_generation.quest35.task_5373973326405937422.title": "Natural", + "ftbquests.chapter.resource_generation.quest35.task_7910365384265410324.title": "Source", + "ftbquests.chapter.resource_generation.quest35.title": "Magical Bees", + "ftbquests.chapter.resource_generation.quest37.description1": "\u00267Tip: you\u0027ll need to breed Nature bees to get your first bits of nature essence!", + "ftbquests.chapter.resource_generation.quest4.description1": "Now pop a \u00266princess and drone into an apiary,\u0026r and watch the magic happen! Bees can generate some \u00266very useful resources\u0026r in their combs; initially, though, you\u0027ll have to process said combs on \u00266a cutting board.\u0026r", + "ftbquests.chapter.resource_generation.quest4.description2": "At first, you\u0027ll only get beeswax and honey drops, alongside some dead logs...", + "ftbquests.chapter.resource_generation.quest4.description3": "\u00267Tip: wasteland bees (and desiccated and dried bees) need dead bushes as their \u0027flowers\u0027!", + "ftbquests.chapter.resource_generation.quest4.title": "Beesources", + "ftbquests.chapter.resource_generation.quest5.description1": "By continuously re-breeding \u00266Wasteland\u0026r bees together, you can start to slowly revitalize them. \u00266Desiccated\u0026r and \u00266Dried\u0026r bees are slightly better, with a higher productivity and lifespan - meaning less maintenance and more combs!", + "ftbquests.chapter.resource_generation.quest5.task_3134995966104364628.title": "Dried", + "ftbquests.chapter.resource_generation.quest5.task_7818871944295114422.title": "Desiccated", + "ftbquests.chapter.resource_generation.quest5.title": "Reclaimed Bees", + "ftbquests.chapter.resource_generation.quest6.description1": "At some point, you\u0027ll want to take a closer look at your bees - the \u00266Analyzer\u0026r allows you to examine what genes exactly any given bee has, for the low cost of a single honey drop.", + "ftbquests.chapter.resource_generation.quest6.description2": "The \u00266Apid Library\u0026r shows you what mutations you can create with a bee\u0027s species.", + "ftbquests.chapter.resource_generation.quest6.description3": "The \u00266Microscope\u0026r allows you to research bee species, giving you a higher chance to mutate bees into a researched species.", + "ftbquests.chapter.resource_generation.quest6.description4": "\u00267Tip: the Microscope is a great way to get rid of unnecessary drones you have! Read the Apiarist Field Guide for more info on it.", + "ftbquests.chapter.resource_generation.quest6.title": "Tools of the Trade", + "ftbquests.chapter.resource_generation.quest67.description1": "\u00266Growth Accelerators\u0026r grow the crop above them faster. Higher tiers have higher ranges, meaning you can stack more underneath your farmland!", + "ftbquests.chapter.resource_generation.quest68.description1": "Essence infused watering cans can water a larger area faster.", + "ftbquests.chapter.resource_generation.quest7.description1": "If you want to process your combs more efficiently, you\u0027ll want to make a \u00266Centrifuge.\u0026r Powered by a generator, it automatically turns combs into comb products - no more manual chopping!", + "ftbquests.chapter.resource_generation.quest7.title": "Comb Processing ", + "ftbquests.chapter.resource_generation.quest73.description1": "\u00267Tip: unlimited wadduh", + "ftbquests.chapter.resource_generation.quest8.description1": "All essence seeds need to grow on specially prepared \u00266Essence Farmland.\u0026r", + "ftbquests.chapter.resource_generation.quest8.description2": "You can obtain your first bits of \u00266Inferium Essence\u0026r from killing mobs.", + "ftbquests.chapter.resource_generation.quest8.description3": "\u00267Tip: higher tier essence farmland will grow essence crops slightly faster!", + "ftbquests.chapter.resource_generation.quest9.description1": "These first elemental seeds don\u0027t have very many direct crafting uses, but are an important stepping stone to bigger and better things.", + "ftbquests.chapter.resource_generation.quest9.description2": "\u00267Tip: essence seeds aren\u0027t cloneable, meaning you\u0027ll need two or more to actually start increasing their stats!", + "ftbquests.chapter.resource_generation.quest9.title": "Elemental Seeds", + "ftbquests.chapter.resource_generation.title": "Resource Generation", + "ftbquests.chapter.the_color_green.quest1.description1": "You\u0027ve done it! You finally have grass. It\u0027s not exactly green, but you can \u00266bonemeal\u0026r a large area of it and \u00266get flowers!\u0026r", + "ftbquests.chapter.the_color_green.quest1.title": "Grass!", + "ftbquests.chapter.the_color_green.quest10.description1": "The \u00266Natural Altar\u0026r is a very important tool in the manipulation of natural energies.", + "ftbquests.chapter.the_color_green.quest10.description2": "Once the altar is fully built, it will drain \u00266aura\u0026r from its surroundings. It will then use those energies to \u00266transform items put into it.\u0026r ", + "ftbquests.chapter.the_color_green.quest10.description3": "You should also look into creating the \u00266Environmental Eye\u0026r - a very useful device that shows you the level of aura in the nearby area.", + "ftbquests.chapter.the_color_green.quest10.task_4749334638074014910.title": "Any Planks", + "ftbquests.chapter.the_color_green.quest10.title": "Natural Altar", + "ftbquests.chapter.the_color_green.quest11.description1": "Infusing iron in the Natural Altar creates, funnily enough, \u00266Infused Iron Ingots.\u0026r These have a wide variety of uses, but chief among them are some very nice tools and armor, with \u00266special abilities\u0026r and the unique property of being \u00266repairable using Aura.\u0026r", + "ftbquests.chapter.the_color_green.quest11.title": "Infused Iron", + "ftbquests.chapter.the_color_green.quest12.description1": "Extremely malleable, \u00266Andesite Alloy\u0026r is a crucial component of contraptions to come.", + "ftbquests.chapter.the_color_green.quest12.description2": "\u00267Tip: very small amounts of Create are needed to finish the pack, but you won\u0027t have to get too deep into it!", + "ftbquests.chapter.the_color_green.quest13.description1": "The Natural Altar requires aura in the surrounding area to function. It won\u0027t ever take the aura to a negative level, but it will \u00264stop working completely if the aura is low enough,\u0026r which means you\u0027ll need a way of replenishing it.", + "ftbquests.chapter.the_color_green.quest13.description2": "\u00266Ancient Saplings\u0026r are the most basic way to do this; once grown, if the area\u0027s aura is low enough, the tree\u0027s leaves will \u00264slowly wither away,\u0026r \u00266producing aura in the process.\u0026r", + "ftbquests.chapter.the_color_green.quest13.title": "Creating Aura", + "ftbquests.chapter.the_color_green.quest14.description1": "An excess of aura generates flowers - and this device can turn \u00266flowers into an excess of aura!\u0026r Make sure you feed it a \u00266balanced diet of different flowers,\u0026r though; too much of the same flower and it starts to give you \u00264diminishing returns.\u0026r", + "ftbquests.chapter.the_color_green.quest14.description2": "\u00267Tip: if the aura in an area is high enough, it\u0027ll charge aura caches! Crouch with a botanist tool (made from infused iron) to repair them with an aura cache in your inventory.", + "ftbquests.chapter.the_color_green.quest15.description1": "Mana\u0027s not very useful without ways to generate and move it! Starting out, your best source of mana is going to be the \u00266Endoflame.\u0026r", + "ftbquests.chapter.the_color_green.quest15.description2": "\u00267Tip: you can use the Wand of the Forest to bind the spreader to flowers and pools.", + "ftbquests.chapter.the_color_green.quest15.description3": "\u00267Tip 2: using a pressure plate but it\u0027s not working? Open your OPAC keybind (default [\u0027]) to turn off the Prot. Plates from Other setting!", + "ftbquests.chapter.the_color_green.quest15.task_4041437535513982933.title": "Wand of the Forest", + "ftbquests.chapter.the_color_green.quest15.title": "Generating Mana", + "ftbquests.chapter.the_color_green.quest16.description1": "Now that you have a more robust source of aura, you can put it to more use - a \u00266crumbling catalyst,\u0026r when placed on top of one of the lower four golden blocks of a natural altar, can crush things much more finely than you can by hand. It can get you \u00266more bone meal per bone, more gold powder per leaf, and even turn cobblestone into sand!\u0026r", + "ftbquests.chapter.the_color_green.quest17.description1": "There are a few items you can place on top of your altar to increase its capacity and recharge rate:", + "ftbquests.chapter.the_color_green.quest17.description2": "\u00266Torch:\u0026r +0.5x recharge rate", + "ftbquests.chapter.the_color_green.quest17.description3": "\u00266Skeleton Skull/Husk Head:\u0026r +1x recharge rate, +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description4": "\u00266Chalice:\u0026r +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description5": "Eventually, you can replace the torch with a candelabra, the skeleton skull with a wither skeleton or player skull, and the chalice with a filled chalice for even more recharge rate and capacity.", + "ftbquests.chapter.the_color_green.quest17.task_4639929492764668107.title": "Head Upgrade", + "ftbquests.chapter.the_color_green.quest17.title": "Altar Upgrades", + "ftbquests.chapter.the_color_green.quest18.description1": "Attuned stones are a very important part of witchcraft - not only do they let you \u00266craft necessary workstations,\u0026r they also give you the ability to perform certain rites \u00266without the need of an altar,\u0026r once charged!", + "ftbquests.chapter.the_color_green.quest18.description2": "\u00267Please note that this recipe needs altar power! Make sure your cauldron is within range of your altar!", + "ftbquests.chapter.the_color_green.quest19.description1": "If the \u00266Altar\u0026r is the backbone of witchcraft, the \u00266Distillery, Kettle,\u0026r and \u00266Spinning Wheel \u0026rare its phalanges. ", + "ftbquests.chapter.the_color_green.quest19.description2": "...strange metaphors aside, these blocks allow you to craft a wide variety of \u00266witchy goodies.\u0026r They will need to be placed within range of an altar, if their recipes require power.", + "ftbquests.chapter.the_color_green.quest19.title": "Tools of the Trade", + "ftbquests.chapter.the_color_green.quest2.description1": "Now that you have actual plants available, you can start to harness their latent life-energy to power rituals. To start, you\u0027ll have to create a structure capable of collecting it - an \u00266Altar\u0026r should do well here. Place your Altar blocks in a 2x3 rectangle and it should start collecting power!", + "ftbquests.chapter.the_color_green.quest2.description2": "The more \u00266plantlife\u0026r there is around the\u00266 Altar,\u0026r the more power you can store. This includes \u00266trees, grass, flowers, crops, vines, pumpkins, melons, and more!\u0026r", + "ftbquests.chapter.the_color_green.quest2.description3": "\u00267Tip: the altar has a range of 16 blocks! There is a cap to each kind of plantlife nearby as well, so make sure the surroundings are varied.", + "ftbquests.chapter.the_color_green.quest2.title": "Altar", + "ftbquests.chapter.the_color_green.quest20.description1": "An apparatus perfect for channelling large amounts of mana into collections of objects, the \u00266Runic Altar\u0026r will (obviously) let you make runes.", + "ftbquests.chapter.the_color_green.quest20.description2": "\u00267Tip: with the altar, if you don\u0027t have them already, you can craft mystical flower seeds!", + "ftbquests.chapter.the_color_green.quest21.description1": "Ember item and fluid pipes are relatively basic, but at this point in time they\u0027re fairly decent for small-scale operations. Pipes need extractors to pull items into them, and extractors need a redstone signal to be activated. There are a few other quirks to the system, all of which are explained in your \u00266Ancient Codex.", + "ftbquests.chapter.the_color_green.quest21.description2": "\u00267Note - basically everything in Embers needs a redstone signal to activate, so get ready to place plenty of levers!", + "ftbquests.chapter.the_color_green.quest21.title": "Dwarven Logistics", + "ftbquests.chapter.the_color_green.quest22.description1": "Now that you have some Ember, you\u0027ll need to turn it into useable energy somehow.", + "ftbquests.chapter.the_color_green.quest22.description2": "The\u00266 Ember Activator\u0026r turns solid Ember into \u00266Activated Ember;\u0026r pipe crystals and shards into the bottom, and attach an \u00266Ember Emitter to the top\u0026r to output \u00266Activated Ember.\u0026r ", + "ftbquests.chapter.the_color_green.quest22.description3": "Use a Tinker\u0027s Hammer on the emitter to link it to a receptor, give it a redstone signal, and you\u0027re transmitting Activated Ember!", + "ftbquests.chapter.the_color_green.quest22.description4": "\u00267Note that Ember Grit doesn\u0027t normally produce Activated Ember; you\u0027ll have to add a \u00266Heat Exchanger\u00267 to an activator to get energy out of it (which multiplies all ember production by 0.9x, but adds a flat +300 to all items production!)", + "ftbquests.chapter.the_color_green.quest22.title": "Activating Ember", + "ftbquests.chapter.the_color_green.quest23.description1": "One of the main ways to channel altar power is through the practice of \u00266circle magic.\u0026r Each ritual has a gold chalk glyph at its center, but the placement of other chalk glyphs changes depending on what kind of ritual you want to perform!", + "ftbquests.chapter.the_color_green.quest23.description2": "Most rituals can target a remote area using a waystone (blooded or otherwise), and some rituals can even be performed away from the altar by adding a charged attuned stone to them!\u00266 Read through the two reward books to find out what rituals you can perform.\u0026r", + "ftbquests.chapter.the_color_green.quest23.description3": "\u00267Tip: the rite of fertility is a cheap, easy way to mass bonemeal grass, crops or anything else!", + "ftbquests.chapter.the_color_green.quest23.title": "Circle Magic", + "ftbquests.chapter.the_color_green.quest24.description1": "You\u0027ll want to make a \u00266Copper Cell\u0026r to \u00266store your activated ember\u0026r - it works as a kind of \u0027battery\u0027 for the mystical energy.", + "ftbquests.chapter.the_color_green.quest24.description2": "To see how much ember is in the cell, place an \u00266Ember Dial\u0026r on it.", + "ftbquests.chapter.the_color_green.quest24.title": "Storing Ember", + "ftbquests.chapter.the_color_green.quest25.description1": "Ember is capable of melting metals and other items in the creatively-named \u00266Melter\u0026r - feed the bottom half ember, feed the top half items to melt, and you can extract molten metals from the top half.", + "ftbquests.chapter.the_color_green.quest25.description2": "This molten metal can be formed into a variety of shapes in a \u00266Stamper;\u0026r place the \u00266Stamp Base,\u0026r then the \u00266Stamper above it with a one-block gap\u0026r of air. Give the Stamper ember and a stamp, pipe molten metal into the base, and presto! Stamped and cooled metal products! ", + "ftbquests.chapter.the_color_green.quest25.description3": "Notably, you can use this process to \u00266produce plates more efficiently.\u0026r", + "ftbquests.chapter.the_color_green.quest25.title": "Melting and Stamping", + "ftbquests.chapter.the_color_green.quest26.description1": "By piping molten copper and gold into \u0026odifferent sides\u0026r of the bottom of a \u00266Mixer Centrifuge,\u0026r (along with some ember) you can combine them into a strong, ember-aligned metal called \u00266Dawnstone.\u0026r Pipe it out of the top and stamp it into ingots or plates!", + "ftbquests.chapter.the_color_green.quest26.description2": "\u00267Tip: use your Tinker\u0027s Lens to see what\u0027s going on in the mixer!", + "ftbquests.chapter.the_color_green.quest26.title": "Dawnstone", + "ftbquests.chapter.the_color_green.quest27.description1": "The Andesite Casing is a crucial part of any kind of mechanical apparatus.", + "ftbquests.chapter.the_color_green.quest28.description1": "For more advanced ember crafting, a special setup is required. An \u00266exchange tablet\u0026r with some \u00266pedestals\u0026r around it, when struck with a \u00266beam cannon pulse,\u0026r will transmute the center item into a new result item.", + "ftbquests.chapter.the_color_green.quest28.description2": "There is one complication, though. The pedestals need \u00266aspectii\u0026r to be placed on them, and you aren\u0027t sure which aspectii go with which items! The only way to find out is through experiementation - if the transmutation fails, it will produce \u0026balchemical waste.\u0026r When held and right clicked, the waste will reveal a number of \u00266glowing spots,\u0026r which tell you the number of \u00266aspectus/item combinations you got right.\u0026r", + "ftbquests.chapter.the_color_green.quest28.title": "Energetic Alchemy", + "ftbquests.chapter.the_color_green.quest29.description1": "Using the power of mana and a pumpkin, you think you can create a \u00266Fel Pumpkin\u0026r - a weak imitation of a blaze head. Pop this magically-charged head on top of two iron bars, and it\u0027ll turn into a passable facsimile of a blaze.", + "ftbquests.chapter.the_color_green.quest29.description2": "This imitation blaze always drops at least \u0026610 blaze powder.\u0026r This blaze powder can be spun into brilliant fiber, or distilled into more useful dusts!", + "ftbquests.chapter.the_color_green.quest29.description3": "\u00267Tip: you can capture an imitation blaze in the Blaze Burner!", + "ftbquests.chapter.the_color_green.quest29.title": "Knockoff Blazes", + "ftbquests.chapter.the_color_green.quest3.description1": "Using dye from the flowers you can get by \u00266bonemealing grass,\u0026r you can craft a special kind of fertilizer that can coax \u00266mystical flowers\u0026r to life.", + "ftbquests.chapter.the_color_green.quest3.description2": "\u00267Tip: you can also get mystical flower seeds through crossbreeding!", + "ftbquests.chapter.the_color_green.quest30.description1": "There are a few other ways you can process materials using andesite-based machinery; namely, \u00266compacting, pressing, and mixing\u0026r You\u0027ll need to find some way to capture a fire elemental if you want to expand your repertoire, though; \u0026bmaybe mana can help you somehow?\u0026r", + "ftbquests.chapter.the_color_green.quest30.title": "Mechanical Crafting", + "ftbquests.chapter.the_color_green.quest31.description1": "By blowing air through certain things, you can blast, smoke, wash, or \u00266haunt\u0026r items. This means you have access to essentially free bulk smelting!", + "ftbquests.chapter.the_color_green.quest31.description2": "More importantly, though - now that you can haunt items, you can make \u00266blackstone\u0026r by \u00266haunting\u0026r cobblestone, a crucial component of the \u00266Reformation Array.\u0026r", + "ftbquests.chapter.the_color_green.quest31.title": "Moving Air", + "ftbquests.chapter.the_color_green.quest32.description1": "Alchemical reformation is the process of \u00266turning one alchemical sulfur into another\u0026r - initially, you\u0027ll only be able to convert sulfurs of the \u00266same tier and type\u0026r to each other \u00266(like iron sulfur into lead sulfur!) \u0026r", + "ftbquests.chapter.the_color_green.quest32.description2": "To set up the reformation array, place down the target, source, and result pedestals somewhat near each other. Hold the sulfuric flux emitter and right click each pedestal, then place it on the mercury catalyst. ", + "ftbquests.chapter.the_color_green.quest32.description3": "Put mercury in the mercury catalyst, the target sulfur in the target pedestal, and the sulfur to convert in the source pedestal. Give it a moment, and you\u0027ll start converting the source sulfur into the target sulfur!", + "ftbquests.chapter.the_color_green.quest32.title": "Alchemical Reformation", + "ftbquests.chapter.the_color_green.quest33.description1": "A mechanical pump is capable of pumping liquids in the world into pipes when given mechanical power - \u00266it is much faster than the ember-fueled one!", + "ftbquests.chapter.the_color_green.quest34.description1": "The \u00266Rod of the Lands\u0026r can corporealize a tiny portion of mana into a full dirt block!", + "ftbquests.chapter.the_color_green.quest34.title": "(almost) Free Dirt", + "ftbquests.chapter.the_color_green.quest35.description1": "Carrying mana around with you enables you to use a plethora of bits and baubles. To transfer mana from a pool into the tablet, make sure the pool is on \u0027charge\u0027 mode by hovering over it with a wand of the forest.", + "ftbquests.chapter.the_color_green.quest35.title": "Portable Mana", + "ftbquests.chapter.the_color_green.quest36.description1": "Turn your mana tablet into a ring to store mana on-the-go \u00266without taking up an inventory slot!\u0026r", + "ftbquests.chapter.the_color_green.quest37.description1": "By attaching a mana rune to a manasteel ring, you can (VERY slowly) pull ambient mana into a mana storage device on your person, \u00266for free!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description1": "Distilling blaze powder and gunpowder together in a Distillery will grant you access to \u00266glowstone!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description2": "Getting \u00266redstone\u0026r is similar, using cinder flour in place of gunpowder.", + "ftbquests.chapter.the_color_green.quest38.description3": "\u00267Tip: you can also make glowstone and redstone with strength and night vision potions - it\u0027s up to you whether you want to take the Enchanted or Create route for these!\u0026r", + "ftbquests.chapter.the_color_green.quest38.title": "Useful Dusts", + "ftbquests.chapter.the_color_green.quest39.description1": "Once you have a pump, you can create a \u00266Spout\u0026r to dispense liquid onto items - this is a possible way to make \u00266glowstone or redstone,\u0026r if you\u0027re willing to set up the infrastructure.", + "ftbquests.chapter.the_color_green.quest4.description1": "The \u00266Pure Daisy\u0026r can, as its name implies, purify nearby objects. The most important things you should start with are \u00266logs and stone,\u0026r but there are a few other things you can purify as well!", + "ftbquests.chapter.the_color_green.quest4.description2": "Simply place the petal apothecary down, fill it with water, then toss in the petals and finally a seed!", + "ftbquests.chapter.the_color_green.quest4.description3": "\u00267Tip: check the usages of the Pure Daisy to see what else it can transform.", + "ftbquests.chapter.the_color_green.quest4.title": "Pure Daisy", + "ftbquests.chapter.the_color_green.quest40.description1": "The \u00266Alchemy Catalyst\u0026r allows you to use the power of mana to transmute a wide variety of items. Place it under a mana pool to start alchemizing!", + "ftbquests.chapter.the_color_green.quest40.description2": "You\u0027ll be able to convert flowers into other flowers, stone variants into other stone variants, flint into gunpowder (and vice versa), and ghast tears into ender pearls!", + "ftbquests.chapter.the_color_green.quest40.description3": "\u00266Notably, it lets you turn flax into feathers, necessary for tokens of fear.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description1": "The \u00266transmutation catalyst\u0026r modifies the natural altar to convert items into other items using Aura. Similar to the crumbling catalyst, it must be placed \u00266atop one of the four lower gold blocks of the altar.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description2": "The most immediately useful transmutation is that of \u00266sand into soul sand,\u0026r which will allow you to haunt things using the encased fan, as well as grow nether wart!", + "ftbquests.chapter.the_color_green.quest41.description3": "You can also convert netherrack into crimson and warped nylium.", + "ftbquests.chapter.the_color_green.quest42.description1": "The \u00266Millstone\u0026r can crush cobble into gravel, bones into bone meal, and a variety of plants into their respective dyes at a much higher rate of return.", + "ftbquests.chapter.the_color_green.quest43.description1": "The \u00266Codebreaking Slate\u0026r is very handy - you can put multiple pieces of alchemical waste into it and it will show you how many aspectus/item combinations you got right! It will also show you how many correct aspectii you have placed with the wrong items.", + "ftbquests.chapter.the_color_green.quest44.description1": "Your first \u00266archaic brick\u0026r can be made by infusing a regular brick with tainted gold and infused iron. Once you have one, you can use it to make more by simply infusing it with \u00266more clay and soul sand.\u0026r", + "ftbquests.chapter.the_color_green.quest45.description1": "The \u00266Mnemonic Inscriber\u0026r, when attached to an Exchange Tablet and given paper, will automatically write down the correct combination of aspectii for a given transmutation when you successfully complete one.", + "ftbquests.chapter.the_color_green.quest46.description1": "You can convert between sulfurs of the same type and rarity using the reformation array, but if you want to convert between different types (and the same rarity), you\u0027ll want to make \u00266Alchemical Niter\u0026r in a \u00266Fermentation Vat.\u0026r", + "ftbquests.chapter.the_color_green.quest46.description2": "Place \u00266water, sugar, and the sulfur\u0026r you want to ferment into the vat, then \u00266shift-right-click it to close it\u0026r and start the fermentation process. Once the barrel opens again, your fermentation is done, and you can take out your shiny new Niter!", + "ftbquests.chapter.the_color_green.quest46.description3": "Alchemical Niter can be converted in the \u00266Reformation Array\u0026r similar to how you convert sulfur - note, however, that depending on what type you\u0027re converting to, you will produce or require \u00266more than one niter!\u0026r", + "ftbquests.chapter.the_color_green.quest46.title": "Alchemical Conversion", + "ftbquests.chapter.the_color_green.quest47.description1": "The \u00266digestion vat\u0026r lets you \u00266convert sulfurs between rarities!\u0026r Place some niter and sal ammoniac (and if you\u0027re converting up, some alchemically pure gold) into it, and shift-right-click the vat to start the process! \u00266Four of the previous tier converts into one of the next tier, and vice versa.\u0026r", + "ftbquests.chapter.the_color_green.quest47.description2": "This (in combination with the fermentation vat) allows you to convert iron sulfur into common metal niter, down into four abundant metal niter, into four copper sulfur - that\u0027s \u00266FOUR copper per iron!\u0026r", + "ftbquests.chapter.the_color_green.quest47.description3": "This is a metal loop you could try automating...", + "ftbquests.chapter.the_color_green.quest47.description4": "\u00267Tip: you can start and stop the vats using a redstone signal!\u0026r", + "ftbquests.chapter.the_color_green.quest47.title": "Alchemical Exaltation", + "ftbquests.chapter.the_color_green.quest48.description1": "The \u00266Offering Table\u0026r is a special altar that will allow you to convert items into special empowered versions of themselves, most notably tokens and nature-infused ingots.", + "ftbquests.chapter.the_color_green.quest48.description2": "To use it, simply place whatever you want to infuse into it by right-clicking, then throw a \u00266Spirit of Calling\u0026r onto the altar to activate it.", + "ftbquests.chapter.the_color_green.quest48.description3": "\u00267Tip: You can convert more than one item at a time, using only one spirit of calling!\u0026r", + "ftbquests.chapter.the_color_green.quest48.description4": "\u00267Tip 2: this is a multiblock! Check your Book of Natural Aura to see how to build it.", + "ftbquests.chapter.the_color_green.quest49.description1": "You can capture a summoned blaze into a magicked cage. This cage, when placed under a basin, will let you brew potions more efficiently than a brewing stand.", + "ftbquests.chapter.the_color_green.quest5.description1": "Combining the nature-infused iron and some metaphysical heat and structure (courtesy of \u00266nether bricks\u0026r and a \u00266spruce sapling,\u0026r respectively), you can rearrange the latent potential of the metal to turn it into lead!", + "ftbquests.chapter.the_color_green.quest5.description2": "Vastly useful in a variety of mechanical applications, lead is a great first step to leveraging either \u00266raw mechanical power\u0026r or \u00266Ember\u0026r in your pursuits.", + "ftbquests.chapter.the_color_green.quest5.description3": "\u00267Tip: the ancient codex is a little confusing at first, but it will guide you through the Embers mod! Start at Natural Energy, right click entries to mark them as read, and make sure you \u0026lREAD CAREFULLY!", + "ftbquests.chapter.the_color_green.quest5.description4": "\u00267Tip 2: you can use Theurgy to triple ingot output from raw ores!", + "ftbquests.chapter.the_color_green.quest50.description1": "This is it. Using the power of the \u00266Offering Altar,\u0026r and some magically significant materials, you can create the basis of real, sentient life - chicken eggs.", + "ftbquests.chapter.the_color_green.quest50.subtitle": "Well, debatably", + "ftbquests.chapter.the_color_green.quest50.title": "Sentient Life", + "ftbquests.chapter.the_color_green.quest51.description1": "With runes, there are a few other options you have for generating mana:", + "ftbquests.chapter.the_color_green.quest51.description2": "* A \u00266Thermalily\u0026r generates bursts of mana using lava, but will consume lava for no gain if you give it lava too often", + "ftbquests.chapter.the_color_green.quest51.description3": "* An \u00266Entropinnyum\u0026r consumes TNT explosions (and is one of the best generating flowers in the game), but too often and it\u0027ll just blow itself up", + "ftbquests.chapter.the_color_green.quest51.description4": "* A \u00266Munchdew\u0026r consumes leaves, but does not drop saplings.", + "ftbquests.chapter.the_color_green.quest51.description5": "\u00267Tip: some flowers will generate too much mana for a basic spreader! You can use potency and velocity lenses to stretch this, but eventually, you\u0027ll need better spreaders...\u0026r", + "ftbquests.chapter.the_color_green.quest51.title": "Alternative Mana Sources", + "ftbquests.chapter.the_color_green.quest52.description1": "Now that you can turn sulfurs into other sulfurs, you can manually reconstitute \u00266silver sulfur\u0026r and use the \u00266Reformation Array\u0026r to turn gold sulfur into silver sulfur without having to re-make the sulfur over and over again!", + "ftbquests.chapter.the_color_green.quest52.description2": "\u00267Tip: sulfur sulfur sulfur sulfur\u0026r", + "ftbquests.chapter.the_color_green.quest52.title": "Moon Metal", + "ftbquests.chapter.the_color_green.quest53.description1": "The \u00266Wildfire Core\u0026r is a key piece of some advanced dwarven machinery.", + "ftbquests.chapter.the_color_green.quest54.description1": "The \u00266Wildfire Stirling,\u0026r when attached to machines and supplied with steam, increases the efficiency of their ember usage.", + "ftbquests.chapter.the_color_green.quest54.description2": "The first one cuts usage in half, the second one halves it again, and any more decrease the efficiency.", + "ftbquests.chapter.the_color_green.quest55.description1": "The \u00266Ignem Reactor\u0026r is the ultimate solution to high ember requirements - when placed between a \u00266Catalysis\u0026r and \u00266Combustion Chamber,\u0026r it refines ember at a MUCH higher rate than the Ember Activator; up to \u002669x more ember\u0026r per crystal item.", + "ftbquests.chapter.the_color_green.quest55.description2": "\u00267Tip: the Catalysis and Combustion Chambers need fuel to operate, check JEI for their fuels and multipliers.", + "ftbquests.chapter.the_color_green.quest55.title": "Ignem Reactor", + "ftbquests.chapter.the_color_green.quest56.description1": "With the power of alchemy, you can turn a charged attuned stone into a seed capable of turning ember into pure metal! These crystal seeds, when powered with an \u00266Ember Injector,\u0026r will slowly grow and drop metal nuggets.", + "ftbquests.chapter.the_color_green.quest56.description2": "Not every metal can be turned into these seeds, but you have figured out that you can actually \u00266obtain Zinc\u0026r through this alchemical process!", + "ftbquests.chapter.the_color_green.quest56.description3": "\u00267Tip: crystals will slowly level up and drop more and more metal. Moving them resets their level, though!", + "ftbquests.chapter.the_color_green.quest56.subtitle": "Zinc! (and others)", + "ftbquests.chapter.the_color_green.quest56.task_414198583111126714.title": "Any Metal Crystal Seed", + "ftbquests.chapter.the_color_green.quest56.title": "Metal Crystal Seeds", + "ftbquests.chapter.the_color_green.quest57.description1": "With Dawnstone, you can craft ember transferral devices that can handle much more throughput.", + "ftbquests.chapter.the_color_green.quest57.title": "High Volume Ember Transfer", + "ftbquests.chapter.the_color_green.quest58.description1": "Now that you have zinc, you can alloy it with copper to create brass! This is useful almost exclusively for \u00266mechanical contraptions.\u0026r", + "ftbquests.chapter.the_color_green.quest58.description2": "\u00266Electron Tubes\u0026r are also an important step to making more complicated contraptions. ", + "ftbquests.chapter.the_color_green.quest58.description3": "\u00266Rose Quartz\u0026r can be made in a heated basin, combining glowstone and redstone in a sal ammoniac bath.", + "ftbquests.chapter.the_color_green.quest58.title": "Advanced Contraptions", + "ftbquests.chapter.the_color_green.quest59.description1": "Packages and their associated transport items open up a huge amount of logistical freedom.", + "ftbquests.chapter.the_color_green.quest59.description2": "\u00267Tip: for more information, hover these items and hold W to ponder!", + "ftbquests.chapter.the_color_green.quest59.title": "Mechanical Logistics", + "ftbquests.chapter.the_color_green.quest6.description1": "\u00266Ember\u0026r is the lifeblood of the world. Despite whatever happened, there is still virtually infinite Ember available deep underground - you just need to make a machine that can mine it. ", + "ftbquests.chapter.the_color_green.quest6.description2": "Enter the \u00266Ember Bore\u0026r - place it on bedrock, add a \u00266Mechanical Core\u0026r above it so you can pipe things in and out of it, and give it some fuel! It\u0027ll start digging up that sweet, sweet Ember.", + "ftbquests.chapter.the_color_green.quest6.description3": "\u00267Tip: the Mechanical Core acts as an extension for most Embers multiblocks! You can transfer items, fluid, and ember in and out of the core as if it was a part of the block it is attached to.", + "ftbquests.chapter.the_color_green.quest6.description4": "\u00267Tip 2: USE YOUR MECHANICAL LENS! It\u0027s EXTREMELY helpful for figuring out how Ember\u0027s machines work.", + "ftbquests.chapter.the_color_green.quest6.title": "Drilling for Ember", + "ftbquests.chapter.the_color_green.quest60.description1": "With access to brass and electron tubes, you can make a Mechanical Crafter. These, in combination with \u00266factory gauges\u0026r and \u00266package logistics,\u0026r allow you to set up automatic stocking and crafting of items!", + "ftbquests.chapter.the_color_green.quest60.title": "Autocrafting", + "ftbquests.chapter.the_color_green.quest61.description1": "You can fortify infused iron with prosperity shards to create a basic \u00266prosperity ingot,\u0026r ready to augment with agricultural essence.", + "ftbquests.chapter.the_color_green.quest61.description2": "One of the best uses of this ingot is to make a better watering can.", + "ftbquests.chapter.the_color_green.quest61.title": "Better Watering", + "ftbquests.chapter.the_color_green.quest62.description1": "With empowered tokens, you can craft the \u00266Creational Catalyst\u0026r - this removes the innate limit on most aura producing blocks, and lets you overcharge the local area with Aura.", + "ftbquests.chapter.the_color_green.quest62.description2": "\u00267Tip: aureareaurearuea", + "ftbquests.chapter.the_color_green.quest63.description1": "You\u0027ve felt a strange tingling on your skin ever since you woke up - you think this might be a manifestation of \u00266Aura,\u0026r a natural phenomenon that you might be able to further harness.", + "ftbquests.chapter.the_color_green.quest63.description2": "To get started, craft a \u00266Bottle and Cork\u0026r and \u00266right click the air\u0026r to gather some Aura for further study.", + "ftbquests.chapter.the_color_green.quest63.title": "Bottling Sunlight", + "ftbquests.chapter.the_color_green.quest64.description1": "The \u00266Mana Blaster\u0026r is a portable mana spreader that you can fire at will, using mana from a storage device on your person. You can also attach lenses to it, to use their special properties!", + "ftbquests.chapter.the_color_green.quest65.description1": "\u00266Mana Lenses\u0026r can change the properties of a mana burst fired from a spreader. They can increase the color, potency, speed, and even make the burst go \u00266through blocks\u0026r or \u00266break them\u0026r altogether! Read your \u00266Lexica Botania\u0026r for more details.", + "ftbquests.chapter.the_color_green.quest65.description2": "\u00267Tip: the weight lens makes blocks a mana burst hits fall - you can exploit this property to get blocks that normally need silk touch by having them fall onto something like a torch!", + "ftbquests.chapter.the_color_green.quest66.description1": "Now that you have\u00266 Ember\u0026r, what can you do with it?", + "ftbquests.chapter.the_color_green.quest66.description2": "One useful item is the \u00266Hearth Coil\u0026r - when provided with Ember, it can be used as a VERY fast furnace.", + "ftbquests.chapter.the_color_green.quest67.description1": "With \u00266Dawnstone\u0026r comes a better way of activating ember - the \u00266Pressure Refinery.\u0026r", + "ftbquests.chapter.the_color_green.quest67.description2": "It \u00264requires water\u0026r as well, but can boost your ember production up to \u002661.5x the value\u0026r of a plain activator.", + "ftbquests.chapter.the_color_green.quest67.description3": "Additionally, if placed atop a metal block surrounded by lava or fire it can double that, getting up to \u002663x the value\u0026r of crystalline ember! ", + "ftbquests.chapter.the_color_green.quest68.description1": "The \u00266Beam Splitter\u0026r allows you to, well, split beams. Ember sent into it will be divided into two bursts sent out from either end.", + "ftbquests.chapter.the_color_green.quest68.description2": "The \u00266Crystal Cell\u0026r is a much higher capacity way to store Ember - piping more crystalline ember into it will \u00266increase its storage limit.\u0026r", + "ftbquests.chapter.the_color_green.quest68.title": "Advanced Ember Logistics", + "ftbquests.chapter.the_color_green.quest69.description1": "With the acquisition of Dawnstone, you can make a special chamber to manipulate elemental mercury into a source of energy. ", + "ftbquests.chapter.the_color_green.quest69.description2": "The \u00266Mercury Catalyst\u0026r can convert mercury into Mercury Flux (MF) which, in combination with a \u00266Caloric Flux Emitter\u0026r, can be used to power alchemical devices that would normally need a pyromantic brazier underneath them!", + "ftbquests.chapter.the_color_green.quest69.description3": "\u00267Tip: one mercury shard produces as much energy as one piece of charcoal!", + "ftbquests.chapter.the_color_green.quest69.title": "Mercurial Power", + "ftbquests.chapter.the_color_green.quest7.description1": "The combination of brilliant fiber and nether bricks is superficially similar to the weak gold ore deposits you remember existing in the Nether. They\u0027re so similar, in fact, that \u00266a Pure Daisy will convert Golden Nether Bricks into Nether Gold Ore!\u0026r", + "ftbquests.chapter.the_color_green.quest7.description2": "\u00267Tip: there is a better way to make brilliant fiber, but you\u0027ll need to get blaze powder somehow... ", + "ftbquests.chapter.the_color_green.quest7.title": "Gold", + "ftbquests.chapter.the_color_green.quest70.description1": "With high enough aura in an area, \u00266dried earth will slowly convert to dirt!\u0026r", + "ftbquests.chapter.the_color_green.quest70.description2": "If you want to stop this effect from happening, \u00266Powder of Dried Stasis\u0026r will prevent the conversion of dried earth to dirt in the area it\u0027s placed in.", + "ftbquests.chapter.the_color_green.quest70.subtitle": "pseudo-terraforming", + "ftbquests.chapter.the_color_green.quest70.title": "Regrowth?", + "ftbquests.chapter.the_color_green.quest71.description1": "The \u00266Bin\u0026r is a fantastic block that automatically collects the outputs of various dwarven machinery.", + "ftbquests.chapter.the_color_green.quest71.description2": "Simply attach it to the \u00266bottom\u0026r of a machine (like, say, the stamper base) and it\u0027ll fill up with products.", + "ftbquests.chapter.the_color_green.quest72.description1": "With an imitation blaze head and a couple of real magical reagents, you can \u00266summon a real blaze!\u0026r", + "ftbquests.chapter.the_color_green.quest72.description2": "This summoned blaze always drops at least 3 blaze rods. ", + "ftbquests.chapter.the_color_green.quest72.description3": "\u00267Tip: the ritual to summon the blaze is described in the Reclamation Rituals book.\u0026r", + "ftbquests.chapter.the_color_green.quest72.title": "Real Blazes", + "ftbquests.chapter.the_color_green.quest8.description1": "The \u00266Pure Daisy\u0026r is able to turn mundane stone and logs into much more naturally-aligned versions of themselves.", + "ftbquests.chapter.the_color_green.quest8.title": "Living Materials", + "ftbquests.chapter.the_color_green.quest9.description1": "You can use a bucket to \u00266strategically place lava and water\u0026r to make a nether portal frame. It\u0027s not ideal, but it\u0027s definitely easier than trying to mine obsidian with an iron pickaxe!", + "ftbquests.chapter.the_color_green.quest9.description2": "Similar to the overworld, the nether is bare of ores and even more devoid of life - \u00264there are zero spawns there, and only one biome.", + "ftbquests.chapter.the_color_green.quest9.description3": "\u00267Tip: you can also make obsidian on the natural altar - but be warned, it\u0027s pretty costly aura-wise!", + "ftbquests.chapter.the_color_green.quest9.task_4075772383648127092.title": "Visit the Nether", + "ftbquests.chapter.the_color_green.quest9.title": "The Nether", + "ftbquests.chapter.the_color_green.title": "Touching Grass", + "ftbquests.chapter.the_hunt_for_grass.quest1.description1": "Now that you have dirt, your next step is to turn it into grass, so that you can start bringing a little bit of green into the world.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description1": "Plants in Agricraft are diploid organisms - essentially, every plant has two sets of attributes: active and inactive (or dominant and recessive). \u00266The active trait is the one that actually affects the plant,\u0026r but the inactive trait comes into play when breeding plants together. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description2": "When a crossbreed occurs, each plant \u00266adjacent\u0026r to the crossbreed crop sticks has a \u00266chance\u0026r depending on its \u00266fertility\u0026r to count as a parent. If there\u0027s only one parent selected, the resulting plant is a clone. If more than one parent is selected, each has a chance to pass on one half of its genes to the resulting plant.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description3": "For example, if you bred a plant with gain of 3-2 with a plant who\u0027s gain is 4-2, it would result in a plant with a gain stat of either 4-3, 4-2, 3-2, or 2-2. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description4": "To figure out what the possibilities are for two parent plants, you can use a punnett square:", + "ftbquests.chapter.the_hunt_for_grass.quest10.description5": "Each square has an equal chance of getting chosen - additionally, there is a small chance for a mutation to occur; whether this mutation is beneficial or not depends on each parent\u0027s \u00266mutativity stat.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest10.image0": "{image:reclamation:textures/quests/punnett.png width:150 height:150 align:center}", + "ftbquests.chapter.the_hunt_for_grass.quest10.task_2773659192565899586.title": "What the heck are these numbers?", + "ftbquests.chapter.the_hunt_for_grass.quest10.title": "How do I get better stats?", + "ftbquests.chapter.the_hunt_for_grass.quest11.description1": "Each plant has five stats, when planted on crop sticks. You can see these stats by crouching and looking at the plant, or using a magnifying glass. The stats affect a variety of things:", + "ftbquests.chapter.the_hunt_for_grass.quest11.description2": "\u00266Fertility\u0026r is how likely a plant is to get chosen as a parent for cross-breeding.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description3": "\u00266Gain\u0026r increases how much a plant will produce when harvested.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description4": "\u00266Growth\u0026r affects the speed a plant grows at.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description5": "\u00266Mutativity\u0026r raises the chance for a cross-breed (when it occurs) to be beneficial.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description6": "\u00266Strength\u0026r broadens the possible growing conditions for a plant - for example, cactus can always grow on sand, but with a strength of 10, it can grow on normal farmland!", + "ftbquests.chapter.the_hunt_for_grass.quest11.subtitle": "What do they mean?", + "ftbquests.chapter.the_hunt_for_grass.quest11.task_7047347176409476035.title": "Read", + "ftbquests.chapter.the_hunt_for_grass.quest11.title": "The numbers, Mason!", + "ftbquests.chapter.the_hunt_for_grass.quest12.description1": "That was A LOT of info - what it boils down to is higher numbers \u003d better, breed higher statted plants together to get better plants, use bonemeal on cross sticks to speed up the crossbreeding process. ", + "ftbquests.chapter.the_hunt_for_grass.quest12.description2": "If your plant is not growing, look at it while crouching - it might need a different type of soil.", + "ftbquests.chapter.the_hunt_for_grass.quest12.description3": "\u00267Tip: getting your first beneficial mutation \u00264will be slow,\u00267 but you can speed it up by \u00266planting crops in a plus shape,\u00267 with the cross sticks in the middle! This means each potential crossbreed has \u00266four\u00267 chances to pick parents, instead of \u00264just two.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest12.subtitle": "English, poindexter?", + "ftbquests.chapter.the_hunt_for_grass.quest12.task_7762997780188473985.title": "WAY too complicated", + "ftbquests.chapter.the_hunt_for_grass.quest12.title": "That was a lot...", + "ftbquests.chapter.the_hunt_for_grass.quest13.description1": "Now that you have a way to grow and breed plants, you should get started on broadening your base of food. Either \u00266breed the plants you have\u0026r into the two other staple crops from the old world, or \u00266find them on the mutated inhabitants\u0026r of the new.", + "ftbquests.chapter.the_hunt_for_grass.quest13.description2": "\u00267Tip: to find mutations, look up the recipe for the seed of the plant in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.description3": "\u00267Tip 2: to see what conditions a seed needs to grow (including what blocks it can grow on), check the uses of the seed in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.title": "Edible Plants", + "ftbquests.chapter.the_hunt_for_grass.quest14.description1": "At some point, you\u0027re going to run out of ruins. Thankfully, there is a special kind of flower called the \u00266Cuprosia \u0026ryou can breed that can harvest \u00266trace amounts of copper from the water.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest14.description2": "\u00267Tip: the flower will only grow in a waterlogged crop. If you successfully crossbreed the Cuprosia but the crop stick it\u0027s on is not waterlogged, \u00264it will not grow. \u00267Additionally, it can \u00264only grow on gravel\u00267 at strength 1.", + "ftbquests.chapter.the_hunt_for_grass.quest14.description3": "\u00267Tip 2: plant species can be recessive! Use your magnifying glass.", + "ftbquests.chapter.the_hunt_for_grass.quest14.title": "Growing copper?", + "ftbquests.chapter.the_hunt_for_grass.quest15.description1": "Now you have to find a way to turn the nascent life energy within the tree into some form of grass. There was a ritual you remember that was able to condense said energy into a special seed...", + "ftbquests.chapter.the_hunt_for_grass.quest15.description2": "Witchcraft can help you here - brew up some \u00266brilliant fiber,\u0026r apply it to some tree leaves, and watch it \u00266spread!\u0026r Once you have enough, break the leaves - the gilded leaves you\u0027ll get will be able to crush into a \u00266fine gold dust,\u0026r perfect for this ritual.", + "ftbquests.chapter.the_hunt_for_grass.quest15.title": "Gold Leaf", + "ftbquests.chapter.the_hunt_for_grass.quest16.description1": "Now that you have a way to conduct the ritual, you can create a \u00266Pasture Seed,\u0026r which will let you finally \u00266bring back grass to the world!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest16.description2": "\u00267To find out how to actually do the ritual, check how to do a Ritual of the Forest in your Book of Natural Aura.", + "ftbquests.chapter.the_hunt_for_grass.quest16.title": "Ritual of the Forest", + "ftbquests.chapter.the_hunt_for_grass.quest17.description1": "The \u00266Witch\u0027s Oven\u0026r can be used to distill saplings into \u00266special magic fumes,\u0026r which are especially potent in a variety of magical rites.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description1": "Using some sapling fumes and some plantlife, you can create \u00266Pasture Seeds\u0026r - special seeds that will place an \u00266area of grass\u0026r on nearby dirt.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description2": "\u00267Tip: due to a bug in the mod, watering cans will not work to start the ritual of the forest!", + "ftbquests.chapter.the_hunt_for_grass.quest18.subtitle": "Not as green as I\u0027d like...", + "ftbquests.chapter.the_hunt_for_grass.quest18.title": "Grass!", + "ftbquests.chapter.the_hunt_for_grass.quest19.description1": "The composter can turn \u00266extra seeds and crops into bonemeal!\u0026r No more hunting skeletons in the middle of the night.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description1": "Even through the lack of nutrients in the soil, some especially-tough tufts of grass have held on. Some even have \u00266seeds that you can find\u0026r and try to coax to life.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description2": "Some of these seem \u00266especially magical\u0026r - you wonder if you could use them in any way...", + "ftbquests.chapter.the_hunt_for_grass.quest2.description3": "\u00267Tip: you\u0027ll probably only want to harvest mandrake at night until you get its strength up!", + "ftbquests.chapter.the_hunt_for_grass.quest2.title": "Seeds", + "ftbquests.chapter.the_hunt_for_grass.quest20.description1": "You can get straw rarely by cutting grass with a \u00266knife.\u0026r Use it to make leads, ropes, and building blocks!", + "ftbquests.chapter.the_hunt_for_grass.quest20.task_1283594596619655186.title": "Any Knife", + "ftbquests.chapter.the_hunt_for_grass.quest20.title": "Straw", + "ftbquests.chapter.the_hunt_for_grass.quest21.description1": "You can turn bonemeal, dirt, and some organic material into \u00266organic compost.\u0026r When placed down, the compost will\u00266 turn into rich soil \u0026rafter a while (sped up by sunlight, water, and proximity to other rich soil or mushrooms), which grows most crops \u00266faster than regular farmland!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest21.title": "Rich Farmland", + "ftbquests.chapter.the_hunt_for_grass.quest22.description1": "Now that you have access to iron, you can make a \u00266watering can.\u0026r Higher-tier versions exist and are much better, but the basic version can still speed up the growth of crops.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description1": "This pack contains \u00266Via Romana\u0026r, a sign-based fast travel system. In order to fast travel using signs, you must first \u00266build a path and traverse it\u0026r before you can teleport across it. ", + "ftbquests.chapter.the_hunt_for_grass.quest23.description2": "\u00266Shift-left-click\u0026r on a sign at the start of your path, then \u00266shift-left-click\u0026r on a sign at the end of your path. Once you start pathing from one sign to the other, you need to follow a player-made path. If you deviate, you\u0027ll \u0026cstop\u0026r building the fast travel route and have to backtrack.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description3": "Once linked, just punch the sign and you\u0027ll fast travel!", + "ftbquests.chapter.the_hunt_for_grass.quest23.description4": "\u00267Tip: to see what blocks count as path blocks, search \u00262#via_romana:path_block\u00267 in your recipe viewer.", + "ftbquests.chapter.the_hunt_for_grass.quest23.task_5888718684745127233.title": "Any Warpable Sign", + "ftbquests.chapter.the_hunt_for_grass.quest23.title": "Signpost Travel", + "ftbquests.chapter.the_hunt_for_grass.quest24.description1": "\u00266Fume Funnels,\u0026r when placed next to a Witch\u0027s Oven, raise the chance of getting fumes from items.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description1": "Tired of hearing those godforsaken \u00266mandrakes\u0026r shriek? Make some \u00266earmuffs!\u0026r They\u0027ll protect you from getting your ears blown out by their piercing scream.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description2": "\u00267Tip: the higher the strength stat on mandrake is, the less likely they are to wake up.", + "ftbquests.chapter.the_hunt_for_grass.quest25.title": "OSHA Approved", + "ftbquests.chapter.the_hunt_for_grass.quest26.description1": "With the re-introduction of actual saplings to the world, you might want to make slightly better tools than the basic pickaxe and axe you\u0027re used to.", + "ftbquests.chapter.the_hunt_for_grass.quest26.description2": "The \u00266Hammer, Excavator, and Broadaxe\u0026r can break blocks in a \u002663x3 area\u0026r (and the broadaxe breaks in \u002663x3x3!\u0026r), making terraforming and general resource collection much easier.", + "ftbquests.chapter.the_hunt_for_grass.quest26.task_4941645910113139201.title": "Any AOE Tool", + "ftbquests.chapter.the_hunt_for_grass.quest3.description1": "Unless you get lucky and find an ingot or two among the husks, you\u0027ll need some way to make iron ingots. ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description2": "Luckily, one of those plants you found has a rudimentary circulatory system, which has enough thematic overlap with actual hemoglobin that you can use it to precipitate hemoglobic fluid...", + "ftbquests.chapter.the_hunt_for_grass.quest3.description3": "Basically, you found a \u00266plant that grows blood\u0026r and you\u0027re gonna \u00266make iron out of it\u0026r by putting it into a \u00266Sal Ammoniac Accumulator above a Fluid Vessel.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description4": "\u00267Note: A Sal Ammoniac tank is meant only for sal ammoniac, so you \u0026oneed\u0026r\u00267 to place the \u0026lfluid vessel\u0026r\u00267 below it.", + "ftbquests.chapter.the_hunt_for_grass.quest3.title": "Hemoglobic Fluid", + "ftbquests.chapter.the_hunt_for_grass.quest4.description1": "Now that you have your hemoglobic fluid, you can \u00266use it as a solvent in your Liquefaction Cauldron to liquify copper\u0026r - the iron in the fluid will transform the copper sulfur into \u00266Iron Alchemical Sulfur.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.description2": "You\u0027ll also need some \u00266Mineral Alchemical Salt\u0026r - you can get this by \u00266calcifying charcoal,\u0026r or re-calcifying \u00266a large amount of Strata salt.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.title": "Salt and Sulfur", + "ftbquests.chapter.the_hunt_for_grass.quest5.description1": "You\u0027re almost there! Just throw the \u00266Iron Alchemical Sulfur, Mineral Alchemical Salt, \u0026rand\u00266 Alchemical Mercury\u0026r into the \u00266Incubator, \u0026rand you\u0027ll have iron!", + "ftbquests.chapter.the_hunt_for_grass.quest6.description1": "You can mash up the magical plants you\u0027ve found into something you\u0027re calling \u00266Anointing Paste.\u0026r You\u0027re pretty sure you can apply it to something, but what? ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description1": "Now that you have a bit of iron, you can make a cauldron and \u00266anoint\u0026r it to make a \u00266Witch\u0027s Cauldron\u0026r - a magically-insulated vessel for brewing all sorts of witchy goodness. ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description2": "Fill it with three buckets of water, place it over a campfire, and it\u0027ll start boiling!", + "ftbquests.chapter.the_hunt_for_grass.quest7.description3": "\u00267Tip: if your brew spoils (turns brown because you put items in out of order or incorrectly), you can use an empty bucket to empty the cauldron.", + "ftbquests.chapter.the_hunt_for_grass.quest7.task_2385086996515714487.title": "Anoint a Cauldron", + "ftbquests.chapter.the_hunt_for_grass.quest8.description1": "With a little bit of magic (and a reinforced witchy cauldron), you can make a \u00266potent mutagen\u0026r - potent enough to mutate those \u00266dead bushes\u0026r you\u0027ve been seeing around into \u00266actual saplings!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest8.subtitle": "Minor necromancy", + "ftbquests.chapter.the_hunt_for_grass.quest8.task_6488684102089578318.title": "Any Sapling", + "ftbquests.chapter.the_hunt_for_grass.quest8.title": "Saplings!", + "ftbquests.chapter.the_hunt_for_grass.quest9.description1": "The seeds you\u0027ve been finding have uniquely adapted themselves to their harsh environment. As a consequence, however, they\u0027ve become \u00264much less productive, focusing entirely on survival.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest9.description2": "You can try to selectively breed your meager collection of seeds together to make them \u00266grow faster\u0026r and \u00266produce more,\u0026r or even try \u00266cross-breeding them\u0026r to start bringing back extinct species of plant...", + "ftbquests.chapter.the_hunt_for_grass.quest9.description3": "To start, plant any seeds you have onto specially-prepared \u00266Crop Sticks.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.title": "A Whiff of Normal", + "ftbquests.chapter.the_sound_of_life.quest1.description1": "Debatably sentient life in the form of chickens! Even more importantly, these chickens will produce \u00266eggs,\u0026r the root of all fauna.", + "ftbquests.chapter.the_sound_of_life.quest1.title": "Sentient Life", + "ftbquests.chapter.the_sound_of_life.quest10.description1": "You can upgrade your blood altar by placing runes around it - your \u00266Sanguine Scientiem\u0026r can give you specifics. A tier 2 altar can create \u00266Reinforced Slates!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest10.description2": "Used for creating special runes that give your blood altar benefits, among other things, they are just that much more potent than a regular blank slate.", + "ftbquests.chapter.the_sound_of_life.quest10.title": "Tier 2 Slates", + "ftbquests.chapter.the_sound_of_life.quest11.description1": "A tier 3 altar can create \u00266Imbued Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.description2": "Even stronger than the reinforced version, they can make even better rune upgrades for your blood altar, as well as the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.title": "Tier 3 Slates", + "ftbquests.chapter.the_sound_of_life.quest12.description1": "The \u00266Alchemical Reaction Chamber\u0026r is capable of a great many things, but one of the most important is its ability to produce gems - \u00266diamond, lapis, and amethyst.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description1": "With access to gems, you can make a \u00266Tainted Blood Pendant,\u0026r which you can then infuse with \u00266Regeneration!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description2": "This makes poking yourself for life essence much more bearable...", + "ftbquests.chapter.the_sound_of_life.quest13.description3": "\u00267Tip: prismarine can be made either through Create\u0027s haunting or Nature\u0027s Aura\u0027s Natural Altar.", + "ftbquests.chapter.the_sound_of_life.quest14.description1": "Alchemizing with lifeforce provides the extra punch needed to transmute base materials into \u00266precious gems\u0026r using the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest14.description2": "\u00267Tip: once you\u0027ve made one of a specific kind of gem, you can use Theurgy to convert more materials into that gem\u0027s sulfur without having to go through the whole blood transmutation again!", + "ftbquests.chapter.the_sound_of_life.quest14.title": "Gems!", + "ftbquests.chapter.the_sound_of_life.quest15.description1": "A renewable source of gems would be much appreciated - thankfully, you can perform a \u00266special wiccan ritual\u0026r to turn a block of amethyst into its budding version.", + "ftbquests.chapter.the_sound_of_life.quest15.description2": "\u00267Tip: you can use blood magic\u0027s arcane ashes to draw a pentagram on your altar, giving it an addtional 1.5x boost to total power capacity!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest15.description3": "\u00267Tip 2: the instructions for this ritual can be found in your Reclamation Rituals book.", + "ftbquests.chapter.the_sound_of_life.quest16.description1": "Now that you have access to gems, you can start to manipulate \u00265Source, \u0026ranother type of magical energy you remember from before.", + "ftbquests.chapter.the_sound_of_life.quest16.description2": "To start, you\u0027ll want to turn lapis or amethyst shards into source gems using an \u00266Imbuement Chamber.\u0026r However, for an Imbuement Chamber, you\u0027ll need a special kind of wood. Because \u00265Source\u0026r is innately intertwined with \u00264Life Essence,\u0026r infusing an already magically-resonant tree with \u00264Life Essence\u0026r should produce a suitable sapling.", + "ftbquests.chapter.the_sound_of_life.quest16.description3": "\u00267Tip: you can convert between the four types of sapling using a mana pool!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest16.title": "Archwood", + "ftbquests.chapter.the_sound_of_life.quest17.description1": "With Archwood, you can now create \u00266Source Gems,\u0026r a perfect focusing medium for the arcane energies of \u00265Source.\u0026r Just toss some amethyst or lapis into an \u00266Imbuement Chamber!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest17.description2": "At first, you\u0027ll be slowly imbuing gems with the trace amounts present in the air, but once you get a way to generate \u00265Liquid Source,\u0026r you\u0027ll be converting gems in a flash!", + "ftbquests.chapter.the_sound_of_life.quest17.title": "Source Gems", + "ftbquests.chapter.the_sound_of_life.quest18.description1": "By offering an \u00266Imbued Slate\u0026r to the gods, you can convert mundane iron into the dense ingot of \u00266Osmium.\u0026r This metal is crucial to advanced mechanical applications.", + "ftbquests.chapter.the_sound_of_life.quest18.title": "Supermassive", + "ftbquests.chapter.the_sound_of_life.quest19.description1": "Now that you have a source of power, you\u0027ll want to start making real machinery. Your first step - a \u00266Metallurgic Infuser.\u0026r This machine can do a wide varity of things, but one of the most important is its ability to create \u00266steel,\u0026r another critical metal for your foray into technology.", + "ftbquests.chapter.the_sound_of_life.quest19.description2": "Infusing \u00266iron with coal,\u0026r while inefficient, is your only real way to make it - at least for now.", + "ftbquests.chapter.the_sound_of_life.quest19.title": "Steel", + "ftbquests.chapter.the_sound_of_life.quest2.description1": "Now that you have access to a breedable animal, you can utilize their excess vitalic energy to birth new creatures. ", + "ftbquests.chapter.the_sound_of_life.quest2.description2": "In an area with high Aura concentration, \u00266breeding mobs together\u0026r will generate \u00266Spirits of Birthing.\u0026r These spirits can be tossed alongside some other reagents onto an \u00266Altar of Birthing\u0026r to spawn new creatures.", + "ftbquests.chapter.the_sound_of_life.quest2.title": "Altar of Birthing", + "ftbquests.chapter.the_sound_of_life.quest20.description1": "The basis of every machine worth making, \u00266a Steel Casing \u0026ropens up limitless possibilities. ", + "ftbquests.chapter.the_sound_of_life.quest20.description2": "Almost quadrupling raw ore into ingots, turning plants into energy, or even fusion reactors all start with the humble steel casing.", + "ftbquests.chapter.the_sound_of_life.quest20.title": "Basic Machinery", + "ftbquests.chapter.the_sound_of_life.quest21.description1": "The \u00266Enrichment Chamber\u0026r can slightly boost the outputs of raw ores, clean blocks, and refine reagents for the \u00266Metallurgic Infuser,\u0026r creating enriched versions of items that are \u002668 times more efficient!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest22.description1": "Before you can do anything related to machinery, you\u0027ll need a source of power. Thankfully, \u0026bbotanic mana\u0026r is easily convertible to \u0026credstone flux.\u0026r Simply point a mana spreader at a \u00266Mana Fluxfield\u0026r and it\u0027ll output \u0026cRF\u0026r to any adjacent blocks.", + "ftbquests.chapter.the_sound_of_life.quest22.description2": "\u00267You can also use a heat generator, but it\u0027s VERY inefficient and (probably) not even worth making!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description1": "With the acquisition of lapis, you can now make the \u00266Terrestrial Agglomeration Plate,\u0026r a necessary step in your mastery of \u0026bbotanic mana.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description2": "Combining mana-infused versions of a diamond, an ender pearl, and iron (alongside a tremendous amount of mana) creates \u00266Terrasteel,\u0026r a unique alloy that is incredibly strong and mana conductive.", + "ftbquests.chapter.the_sound_of_life.quest23.description3": "\u00267Tip: use sparks instead of mana spreaders for a much faster mana transfer rate!", + "ftbquests.chapter.the_sound_of_life.quest23.title": "Terrasteel", + "ftbquests.chapter.the_sound_of_life.quest24.description1": "Steel allows you to make better pipes of all kinds, able to transport items, fluids, RF, chemicals, and even heat. These have a number of \u00266advantages over caminite-based alternatives,\u0026r mainly their lack of reliance on redstone and their upgradeability.", + "ftbquests.chapter.the_sound_of_life.quest24.task_1474346775141796701.title": "Any Basic Logistic Item", + "ftbquests.chapter.the_sound_of_life.quest24.title": "Advanced Logistics", + "ftbquests.chapter.the_sound_of_life.quest25.description1": "The \u00266Rotary Condensentrator\u0026r allows you to convert liquids to gases, and vice versa. This is useful for storage purposes, but it also allows you to aerate Life Essence!", + "ftbquests.chapter.the_sound_of_life.quest26.description1": "The \u00266Gas-Burning Generator\u0026r can produce a large amount of RF very quickly - it\u0027s a solid midrange option that will most likely carry your energy needs until you start making reactors.", + "ftbquests.chapter.the_sound_of_life.quest26.description2": "\u00266Aerated Essence \u0026ris relatively easy to produce, and can be burned to produce a solid amount of RF. It\u0027s macabre, but it works!", + "ftbquests.chapter.the_sound_of_life.quest27.description1": "\u00266Ethylene\u0026r is another gas you can burn in the gas-burning generator; even a small amount can be burned for a rather large amount of energy.", + "ftbquests.chapter.the_sound_of_life.quest27.description2": "\u00267Note: Ethylene burning has been nerfed in this pack! It\u0027s still useful, just not as absolutely game-breakingly energy dense as it normally is.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest27.title": "Ethylene", + "ftbquests.chapter.the_sound_of_life.quest28.description1": "Ethylene can be further mixed with Aerated Essence to produce Blooded Ethylene, a much more energy-dense gas that can burn for longer in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest28.title": "Blooded Ethylene", + "ftbquests.chapter.the_sound_of_life.quest29.description1": "The \u00266Crusher\u0026r is great for turning things into smaller, powdery versions of themselves. It\u0027s also great at turning plants into \u00266Bio Fuel!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest3.description1": "Blood magic is a pathway to many abilities some consider to be unnatural.", + "ftbquests.chapter.the_sound_of_life.quest3.description2": "To start, make a few \u00266soul snares\u0026r and \u00266throw them at monsters before killing them.\u0026r These snared monsters will drop \u00266demonic will\u0026r, which you\u0027ll need to get started!", + "ftbquests.chapter.the_sound_of_life.quest3.title": "Blood Magic", + "ftbquests.chapter.the_sound_of_life.quest30.description1": "\u00266Bio Fuel\u0026r can be turned directly into energy in the \u00266Bio-Generator,\u0026r or further refined into ethylene for burning in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest30.title": "Bio Fuel", + "ftbquests.chapter.the_sound_of_life.quest31.description1": "The \u00266Purification Chamber,\u0026r in combination with oxygen and some further processing, can double raw ore outputs.", + "ftbquests.chapter.the_sound_of_life.quest31.description2": "Ore clumps can be crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest31.description3": "\u00267Tip: gas upgrades can be placed into some machines to make them more efficient in their use of chemicals!", + "ftbquests.chapter.the_sound_of_life.quest32.description1": "The \u00266Chemical Dissolution Chamber\u0026r is the next step in your ore processing - with the chamber as a starting point and some hydrogen chloride, it can turn 3 ore into 8 shards, which eventually get processed into ingots.", + "ftbquests.chapter.the_sound_of_life.quest32.description2": "To make hydrogen chloride, you\u0027ll need a renewable source of chlorine. The \u00266Thermal Evaporation Tower Multiblock\u0026r can turn plain water into brine, which can then be electrolysed into chlorine.", + "ftbquests.chapter.the_sound_of_life.quest32.description3": "Shards need to be purified into clumps, crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.description1": "The final refinement to your ore refinement process: the \u00266Chemical Washer and Crystallizer\u0026r can wash and crystallize ore slurry, at a 3 raw ore to eventual 10 ingot ratio.", + "ftbquests.chapter.the_sound_of_life.quest33.description2": "You\u0027ll need sulfur for sulfuric acid, which you can make through judicious application of oxygen to charcoal.", + "ftbquests.chapter.the_sound_of_life.quest33.description3": "Dirty ore slurry needs to be washed into clean ore slurry, then crystallized into crystals, which then get thrown into the \u00266Chemical Injection Chamber\u0026r to get turned into shards, which purify into clumps, crush into dirty dust, enrich into clean dust, and then finally smelt into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.title": "REAL Ore Processing", + "ftbquests.chapter.the_sound_of_life.quest34.description1": "To make the next tier of altar, you\u0027ll need bloodstone bricks to cap the next set of pillars. However, these require blood shards to make; blood shards require \u00266tau fruit. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest34.description2": "Despite your best efforts, you can\u0027t breed tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest34.description3": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of Tau Fruit. Go forth, ", + "ftbquests.chapter.the_sound_of_life.quest34.title": "Blooded Rituals", + "ftbquests.chapter.the_sound_of_life.quest35.description1": "\u00266Blood Shards\u0026r are a very handy thing for someone of your talents to have around. Despite your best efforts, however, you can\u0027t breed the necessary tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest35.description2": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of tau fruit. ", + "ftbquests.chapter.the_sound_of_life.quest35.description3": "\u00267Tip: once you have some, planting tau fruit and having it grow while something is standing on it will eventually create a saturated tau.", + "ftbquests.chapter.the_sound_of_life.quest35.title": "Blood Shards", + "ftbquests.chapter.the_sound_of_life.quest36.description1": "With access to blood shards, you can finally make a tier 4 altar and\u00266 Demonic Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest36.description2": "Yet still stronger than Imbued Slates, these bad boys pack quite an essence-filled punch! You can use these for ritual paraphernalia as well as more altar upgrades.", + "ftbquests.chapter.the_sound_of_life.quest36.title": "Tier 4 Slates", + "ftbquests.chapter.the_sound_of_life.quest37.description1": "The \u00266Dusk\u0026r version of the \u00266Ritual Diviner\u0026r will allow you to perform even stronger rituals - chief among these being the \u00266Pathway to the Endless Realm.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.description2": "Once performed, you will be presented with a gate to the Demon Realm proper - a sprawling labyrinth of rooms which contain strong enemies, plentiful loot, and the curious ore known as \u00266Demonite.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.title": "Dusk Rituals", + "ftbquests.chapter.the_sound_of_life.quest38.description1": "\u00266Demonite\u0026r can be found rarely in the \u00266Demon Realm,\u0026r either as an ore block or as loot in chests.", + "ftbquests.chapter.the_sound_of_life.quest38.description2": "You also remember that there was a \u00266special key\u0026r for \u00266spatial distortions\u0026r that led you to the mines, which held much more valuable loot...", + "ftbquests.chapter.the_sound_of_life.quest39.description1": "The single most powerful slate you can make,\u00266 Ethereal Slates\u0026r require a tier 5 altar to craft.", + "ftbquests.chapter.the_sound_of_life.quest39.description2": "Alongside netherite scraps and some \u00266looted parts\u0026r from the Demon Realm, these slates can be used to upgrade altar runes, making them \u00266twice as powerful.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest39.title": "Tier 5 Slates", + "ftbquests.chapter.the_sound_of_life.quest4.description1": "One of the most common things you\u0027ll need in the pursuit of sanguine magic is a base material of stone doped in blood - excellent for channelling these dark energies.", + "ftbquests.chapter.the_sound_of_life.quest4.description2": "You\u0027ll need to make quite a few to upgrade your blood altar!", + "ftbquests.chapter.the_sound_of_life.quest40.description1": "Now that you have access to dusk rituals, you can use either a \u00266Ritual of the Feathered Knife\u0026r or a \u00266Well of Suffering\u0026r to automate the collection of life essence.", + "ftbquests.chapter.the_sound_of_life.quest40.description2": "To get even more out of your rituals, you can use the \u00266Ritual Tinkerer!\u0026r Read your \u00266Sanguine Scientiem\u0026r for more information.", + "ftbquests.chapter.the_sound_of_life.quest40.description3": "\u00267Tip: if you can supply mobs to the well constantly (or give them a source of regenerating health), you could fully automate life essence collection...", + "ftbquests.chapter.the_sound_of_life.quest40.title": "Useful Rituals", + "ftbquests.chapter.the_sound_of_life.quest41.description1": "The \u00266Incense Altar\u0026r is the center of a large freeform multiblock structure focused on bringing a sense of tranquility to players. With enough peace of mind, you can perform self-sacrifice with a much smoother hand - at high levels, you can get as much as \u00266quadruple the normal amount of life essence!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest41.description2": "For more information on this structure, take a look at your \u00266Sanguine Scientiem.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description1": "With enough Demonic Will, you reach a critical mass that can eventually \u00266generate will\u0026r ex nihilo! Simply burn some into the local aura by throwing will into a \u00266Demon Crucible,\u0026r then wait for it to crystallize on the \u00266Demon Crystallizer. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description2": "With enough will in the aura, the crystal will grow extra spires you can harvest and re-burn; each crystal past the first takes 40 will to grow but \u00266burns into 50!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description3": "Now if only there was some way to automate this...", + "ftbquests.chapter.the_sound_of_life.quest42.description4": "\u00267Tip: for more info, read your Sanguine Scientiem!", + "ftbquests.chapter.the_sound_of_life.quest42.title": "Crystallized Will", + "ftbquests.chapter.the_sound_of_life.quest43.description1": "With the \u00266Resonance of the Faceted Crystal\u0026r ritual, you can split one well-established Will Crystal into four separate aspected crystals! This aspected will is handy for all sorts of things, but one of the most useful things you can do is use it in other rituals to \u00266change the way they perform.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest43.description2": "\u00267Tip: it\u0027s possible to fully automate the growing, splitting, and harvesting of crystals using rituals!", + "ftbquests.chapter.the_sound_of_life.quest43.title": "Aspected Will", + "ftbquests.chapter.the_sound_of_life.quest44.description1": "With access to Terrasteel, you can make the third tier of botanic runes: \u00266Sin Runes.\u0026r These can be used to make better baubles, more powerful flowers, and more!", + "ftbquests.chapter.the_sound_of_life.quest44.task_6010537284078335274.title": "Any Sin Rune", + "ftbquests.chapter.the_sound_of_life.quest44.title": "Sin Runes", + "ftbquests.chapter.the_sound_of_life.quest45.description1": "With Terrasteel, you can utilize an old ritual to open a \u00266gateway to Alfheim,\u0026r which you\u0027re certain has escaped whatever happened to this world. The portal won\u0027t be able to transport living beings, but maybe you can trade for some \u00266useful materials?\u0026r", + "ftbquests.chapter.the_sound_of_life.quest45.description2": "\u00267Tip: For more information on the portal, read your Lexica Botania! For even more than that, throw your entire Lexica Botania into the portal! (but make sure you don\u0027t throw your Akashic Tome away!)", + "ftbquests.chapter.the_sound_of_life.quest45.title": "The Portal to Alfheim", + "ftbquests.chapter.the_sound_of_life.quest46.description1": "The \u00266Elven Mana Spreader\u0026r is much more efficient than it\u0027s livingwood predecessor - it shoots larger bursts faster and farther.", + "ftbquests.chapter.the_sound_of_life.quest46.title": "Better Spreader", + "ftbquests.chapter.the_sound_of_life.quest47.description1": "With Sin Runes and elven materials, you can craft a special flower that \u00266generates ore in nearby stone or deepslate!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest47.description2": "As far as you\u0027re concerned, this is more proof that you can solve any problem if you throw enough raw mana at something.", + "ftbquests.chapter.the_sound_of_life.quest47.subtitle": "but not ad astra!", + "ftbquests.chapter.the_sound_of_life.quest47.title": "Ex Nihilo", + "ftbquests.chapter.the_sound_of_life.quest48.description1": "The \u00266Scribe\u0027s Table\u0026r allows you to create new glyphs for spellbooks. As far as spellbooks go, you have a couple options - use either pure arcane mana or life essence to fuel your spells.", + "ftbquests.chapter.the_sound_of_life.quest48.title": "Spellcasting", + "ftbquests.chapter.the_sound_of_life.quest49.description1": "Source can be generated in a variety of ways, but you\u0027ll need to do something to get it into a much more useable liquid form. ", + "ftbquests.chapter.the_sound_of_life.quest49.description2": "\u00266Sourcelinks\u0026r will gather it for you, but you\u0027ll also need to make a \u00266jar\u0026r to store the generated source.", + "ftbquests.chapter.the_sound_of_life.quest49.task_8602744015200526354.title": "Any Sourcelink", + "ftbquests.chapter.the_sound_of_life.quest49.title": "Generating Source", + "ftbquests.chapter.the_sound_of_life.quest5.description1": "The \u00266Hellfire Forge\u0026r allows you to use Demonic Will to craft special items.", + "ftbquests.chapter.the_sound_of_life.quest5.description2": "One of the first things you\u0027ll want to make is a \u00266soul gem\u0026r - these special gems can store demonic will you pick up without clogging your inventory.", + "ftbquests.chapter.the_sound_of_life.quest5.description3": "\u00267Tip: the more will you have stored in your inventory, the more will drops from monsters!", + "ftbquests.chapter.the_sound_of_life.quest50.description1": "One of the primary uses of liquid source is the enchanting of items. Using the \u00266Arcane Core\u0026r and an \u00266Enchanting Apparatus\u0026r atop it, you can create many useful things.", + "ftbquests.chapter.the_sound_of_life.quest50.title": "Arcane Enchanting", + "ftbquests.chapter.the_sound_of_life.quest51.description1": "If you\u0027re tired of waiting for amethyst to grow, try animating a block of budding amethyst with the \u00266Ritual of Awakening.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.description2": "It turns budding amethyst into an \u00266Amethyst Golem,\u0026r who can harvest, grow, and even bud other blocks of amethyst!", + "ftbquests.chapter.the_sound_of_life.quest51.description3": "Its behavior can be further modified using a \u00266Dominion Wand.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.title": "Amethyst Buddy", + "ftbquests.chapter.the_sound_of_life.quest52.description1": "With the acquisition of specially-charged elven materials, you can create an \u00266even stronger mana-generating base;\u0026r cake, wool, and even other mana flowers can all be mulched into yet more mana.", + "ftbquests.chapter.the_sound_of_life.quest52.task_1683678805039454876.title": "Any Elven Flower", + "ftbquests.chapter.the_sound_of_life.quest52.title": "Esoteric Mana Generation", + "ftbquests.chapter.the_sound_of_life.quest53.description1": "With the power of Elementium and a little extra elemental oomph, you can craft a special pylon to use in tandem with the power of a beacon to summon the \u00266Guardian of Gaia.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest53.description2": "Prove your strength, and you\u0027ll be rewarded with \u00266Gaia Spirits.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest54.description1": "Using the \u00266Enchanting Apparatus\u0026r and some special reagents, you can make elemental essences that have a wide variety of uses, from crafting to spellweaving.", + "ftbquests.chapter.the_sound_of_life.quest54.task_6599905580160140411.title": "Any Essence", + "ftbquests.chapter.the_sound_of_life.quest55.description1": "Fragments of the mysterious \u00266Guardian of Gaia\u0026r, these spirits have enormous potential...", + "ftbquests.chapter.the_sound_of_life.quest56.description1": "There are quite a few elemental \u00266rituals\u0026r that could come in handy for you - defending your base, automatically pick items up, and even allowing you to fly!", + "ftbquests.chapter.the_sound_of_life.quest57.description1": "The \u00266Storage Lectern\u0026r boasts the incredibly convenient capability of letting you manage, view, and craft using nearby storage blocks. Simply place it down and link inventories to it using the dominion wand!", + "ftbquests.chapter.the_sound_of_life.quest57.description2": "There is a limit to the number of inventories you can connect to at once - this can be raised using additional \u00266Bookwyrm Charms.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description1": "Mekanism upgrades come in two flavors - \u00266upgrade cards\u0026r and \u00266tier installers. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description2": "Upgrade cards give the machine a boost to a certain aspect - speed, energy efficiency, etc.", + "ftbquests.chapter.the_sound_of_life.quest58.description3": "Tier installers give the machine more processing slots - from 1 item at a time to \u002669 in some machines!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.task_366296260702142144.title": "Any Upgrade", + "ftbquests.chapter.the_sound_of_life.quest58.title": "Upgrades", + "ftbquests.chapter.the_sound_of_life.quest59.description1": "You can use a hefty amount of will as well as vengeful will crystals to create \u00266Wither Skeleton Skulls\u0026r in a Hellfire Forge. ", + "ftbquests.chapter.the_sound_of_life.quest59.description2": "These skulls are very powerfully charged - you can use them to summon Withers and acquire their \u00266valuable stars.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest59.title": "The Wither", + "ftbquests.chapter.the_sound_of_life.quest6.description1": "\u00266Blood Orbs\u0026r are a budding sanguimancer\u0027s way of storing and utilizing Life Essence, measured in \u00266LP.\u0026r Once you\u0027ve crafted one, right click with it in your hand to bind it to your personal LP network.", + "ftbquests.chapter.the_sound_of_life.quest6.description2": "LP is used for things like sigils, rituals, and crafting. You can transfer life essence in an altar to your network by placing your orb into the altar.", + "ftbquests.chapter.the_sound_of_life.quest6.description3": "\u00267Tip: there is a blood orb for each tier of altar! Certain recipes need higher tiers of blood orbs.", + "ftbquests.chapter.the_sound_of_life.quest6.task_9017841688739987349.title": "Any Blood Orb", + "ftbquests.chapter.the_sound_of_life.quest60.description1": "The \u00266Conjuration Catalyst\u0026r can duplicate certain items for a relatively moderate mana cost.", + "ftbquests.chapter.the_sound_of_life.quest60.description2": "No more fiddling around with potions or distilling to make your redstone and glowstone!", + "ftbquests.chapter.the_sound_of_life.quest61.description1": "You can summon \u00266Wilden\u0026r using the aptly-named Tablet of Summon Wilden. These magical creatures drop \u00266special reagents when killed.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest61.description2": "These reagents can also be used to summon the \u00266Wilden Chimera,\u0026r a powerful boss that drops a \u00266special item\u0026r needed to channel tier 3 spells. ", + "ftbquests.chapter.the_sound_of_life.quest61.title": "Wilden", + "ftbquests.chapter.the_sound_of_life.quest62.description1": "With the power of a \u00266Charger\u0026r and an \u00266enriched diamond,\u0026r you can create a \u00266special kind of chargeable quartz...\u0026r", + "ftbquests.chapter.the_sound_of_life.quest62.title": "Certus Quartz", + "ftbquests.chapter.the_sound_of_life.quest63.description1": "Obviously, the ratio of one diamond for one certus quartz isn\u0027t exactly tenable. Luckily, there\u0027s a way to literally grow it from itself - just throw a block of \u00266certus quartz into water with some charged certus quartz,\u0026r and it\u0027ll get converted into \u00266budding quartz.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest63.description2": "This semi-flawed quartz block will grow crystals just like amethyst, with one caveat - \u00264eventually the crystal will degrade\u0026r back into a regular block, meaning you\u0027ll have to re-seed it.", + "ftbquests.chapter.the_sound_of_life.quest63.description3": "\u00267Tip: you can also use Theurgy to convert other materials into certus quartz - amethyst is a good candidate!", + "ftbquests.chapter.the_sound_of_life.quest63.title": "Growing Quartz", + "ftbquests.chapter.the_sound_of_life.quest64.description1": "By combining redstone and nether quartz with charged certus quartz, you can make \u00266Fluix Crystals,\u0026r capable of turning matter into digitalized information.", + "ftbquests.chapter.the_sound_of_life.quest65.description1": "Before the apocalpyse - or whatever happened here - there were strange meteors that occasionally fell containing these \u00266mysterious presses.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest65.description2": "You think you have devised a ritual that could potentially draw in another one of these meteors (albeit greatly diminished in size).", + "ftbquests.chapter.the_sound_of_life.quest65.description3": "\u00267Tip: check your Reclamation Rituals book!", + "ftbquests.chapter.the_sound_of_life.quest65.title": "Mysterious Cube", + "ftbquests.chapter.the_sound_of_life.quest66.description1": "The \u00266ME Controller\u0026r is the brains of the \u00266Material Energy\u0026r system - one of the most powerful logistics solutions available to you.", + "ftbquests.chapter.the_sound_of_life.quest66.subtitle": "Better than futura blocks", + "ftbquests.chapter.the_sound_of_life.quest67.description1": "The \u00266Inscriber\u0026r is used to turn raw materials into actual circuits useable in the \u00266Matter Energy\u0026r system.", + "ftbquests.chapter.the_sound_of_life.quest68.description1": "With the raw power afforded to you by aspected will crystals, gaia fragments, and ethereal slates, you finally have enough oomph to begin reversing the damage this world has suffered.", + "ftbquests.chapter.the_sound_of_life.quest68.description2": "Look into the \u00266Ritual of Reclamation\u0026r in your Reclamation Rituals book to start reclaiming the world.", + "ftbquests.chapter.the_sound_of_life.quest68.description3": "\u00267Note: the ritual may \u00264void blocks!\u0026r\u00267 Perform it away from anything important or risk losing things you might want to keep.", + "ftbquests.chapter.the_sound_of_life.quest68.subtitle": "Roll credits?", + "ftbquests.chapter.the_sound_of_life.quest68.task_6680892754679269683.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_sound_of_life.quest68.title": "Reclamation", + "ftbquests.chapter.the_sound_of_life.quest69.description1": "\u00266Sirens\u0026r can be summoned (and subsequently befriended) at the Altar of Birthing. Once given a Sea Pickle, they\u0027ll disappear and leave behind a token. This token can be turned into a charm that can \u00266automatically fish\u0026r for you, at the price of source!", + "ftbquests.chapter.the_sound_of_life.quest69.description2": "\u00267Tip: this auto fishing can be sped up; read your Worn Notebook for more details.", + "ftbquests.chapter.the_sound_of_life.quest7.description1": "The \u00266Alchemy Table\u0026r allows you to craft with LP from a blood orb. You can make a lot of things like reagents for useful sigils, but you can also make \u00266Arcane Ashes.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest70.description1": "\u00266Whirlisprigs\u0026r can be summoned at the Altar of Birthing. Growing a tree near a summoned one will net you a token, which can be crafted into a charm. This charm summons a tame Whirlisprig that will \u00266produce natural resources\u0026r based on what\u0027s nearby!", + "ftbquests.chapter.the_sound_of_life.quest70.description2": "\u00267Tip: read your Worn Notebook for more!", + "ftbquests.chapter.the_sound_of_life.quest71.description1": "Summon a \u00266Drygmy\u0026r at the Altar of Birthing. Give it a wilden horn to get a token, then craft it into a token. This tame Drygmy will \u00266produce experience and drops of mobs nearby,\u0026r without killing them!", + "ftbquests.chapter.the_sound_of_life.quest72.description1": "Casting dispel on a witch (summoned at the Altar of Birthing) drops a Wixie Token. Turned into a charm to summon Wixies, these creatures can craft and brew potions for you!", + "ftbquests.chapter.the_sound_of_life.quest72.description2": "\u00267Tip: Wixies are very helpful when using an Alchemical Sourcelink! For more info, read your Worn Notebook.", + "ftbquests.chapter.the_sound_of_life.quest73.description1": "\u00266Starbuncles\u0026r summoned by the Altar of Birthing can be gifted gold nuggets to get \u00266Starbuncle Tokens.\u0026r Crafted into a \u00266Starbuncle Charm,\u0026r it will summon a Starbuncle to move items around for you. No more fiddling around with pipes and logistics, just use a semi-intelligent squirrel!", + "ftbquests.chapter.the_sound_of_life.quest73.description2": "\u00267Tip: they can be told to only pick up or drop off certain items - read your Worn Notebook for more information!", + "ftbquests.chapter.the_sound_of_life.quest74.description1": "\u00266Magebloom\u0026r is a flower whose fibers can be spun into a very conductive magical cloth.", + "ftbquests.chapter.the_sound_of_life.quest74.title": "Magebloom", + "ftbquests.chapter.the_sound_of_life.quest75.description1": "\u00266Warp Scrolls\u0026r let you teleport anywhere in a dimension, while their stabilized versions create a temporary portal that can transport you even to \u00266other dimensions.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest75.description2": "\u00267Tip: both types of scrolls can be turned into permanent portals by building a frame out of Sourcestone, placing a full source jar nearby, and tossing the scroll into it.", + "ftbquests.chapter.the_sound_of_life.quest76.description1": "The \u00266Fission Reactor\u0026r is a large multiblock that takes fissile fuel and water and outputs enormous amounts of steam. This steam can be pumped into another large multiblock (the industrial turbine) to produce absolutely outrageous amounts of power. ", + "ftbquests.chapter.the_sound_of_life.quest76.description2": "Equally as importantly, it produces nuclear waste.", + "ftbquests.chapter.the_sound_of_life.quest76.description3": "For more information on how to build this structure, refer to the mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest76.description4": "\u00264Warning: if you mess up running your reactor, it WILL melt down and explode/irradiate the surrounding area. Make it small or make it far away from your base if you\u0027re not confident.", + "ftbquests.chapter.the_sound_of_life.quest76.subtitle": "Uranium \u003d mc2?", + "ftbquests.chapter.the_sound_of_life.quest76.title": "Fission Reactor", + "ftbquests.chapter.the_sound_of_life.quest77.description1": "\u00266Plutonium\u0026r is one possible product from processing nuclear waste - it can be reprocessed into more fissile fuel or crafted into Supercritical Phase Shifter casings.", + "ftbquests.chapter.the_sound_of_life.quest78.description1": "\u00266Radioactive Waste Barrels\u0026r are one of the only things that can hold nuclear waste; when filled, they slowly dispose of their contents.", + "ftbquests.chapter.the_sound_of_life.quest78.title": "Waste Disposal", + "ftbquests.chapter.the_sound_of_life.quest79.description1": "\u00266Polonium\u0026r is a possible product from processing nuclear waste. ", + "ftbquests.chapter.the_sound_of_life.quest79.description2": "Not only can it make a variety of very helpful equipment and the \u00266QIO system,\u0026r it can also be used to craft Supercritical Phase Shifter (SPS) casings, necessary for producing \u00266antimatter.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest8.description1": "\u00266Arcane Ashes,\u0026r made on the Alchemy Table, can be used to perform some basic alchemy without having to re-enter the field of Spagyrics.", + "ftbquests.chapter.the_sound_of_life.quest8.description2": "One of the first things you\u0027ll want to use this for is making the \u00266Divination Sigil,\u0026r which tells you useful information about the amount of life essence you have access to.", + "ftbquests.chapter.the_sound_of_life.quest80.description1": "Making antimatter requires the creation of a Supercritical Phase Shifter, yet another multiblock.", + "ftbquests.chapter.the_sound_of_life.quest80.description2": "Its casings require a large amount of both polonium and plutonium, meaning you\u0027ll need a large amount of nuclear waste processing.", + "ftbquests.chapter.the_sound_of_life.quest80.description3": "To run, it will also need an incredibly large amount of power - this is where you\u0027d want to use an \u00266Industrial Turbine\u0026r hooked up to either a fission or a fusion reactor.", + "ftbquests.chapter.the_sound_of_life.quest80.description4": "\u00267Tip: you only need to make one of these to finish the pack - unless you REALLY like late-game Mekanism or you want to make creative items!", + "ftbquests.chapter.the_sound_of_life.quest81.description1": "The \u00266QIO System\u0026r is a digital storage solution that does not need power and can store a very large amount of items.", + "ftbquests.chapter.the_sound_of_life.quest81.description2": "It has \u00266unlimited cross-dimensional range\u0026r and can import and export automatically. However, it cannot easily auto-craft things for you.", + "ftbquests.chapter.the_sound_of_life.quest81.title": "QIO System", + "ftbquests.chapter.the_sound_of_life.quest82.description1": "The \u00266Fusion Reactor\u0026r is a much more powerful version of its fission counterpart. It can produce millions of RF/t using deuterium, tritium, or D-T fuel.", + "ftbquests.chapter.the_sound_of_life.quest82.description2": "To learn more about this reactor, check the Mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest82.subtitle": "Sci without the fi", + "ftbquests.chapter.the_sound_of_life.quest82.title": "Fusion Reactor", + "ftbquests.chapter.the_sound_of_life.quest9.description1": "\u00266Sentient Tools\u0026r are a much easier way for you to acquire will - instead of having to throw soul snares at enemies, the tools have the \u00266inherent ability to sever souls\u0026r from their fleshy (or bony) prisons.", + "ftbquests.chapter.the_sound_of_life.quest9.description2": "They are also powered by will - any kind of soul gem in your inventory will \u00266increase the tools\u0027 power\u0026r proportional to the amount of will you have stored.", + "ftbquests.chapter.the_sound_of_life.quest9.task_3309257771812589055.title": "Any Sentient Tool", + "ftbquests.chapter.the_sound_of_life.quest9.title": "Sentient Tools", + "ftbquests.chapter.the_sound_of_life.title": "Sounds of Life", + "ftbquests.chapter.the_taste_of_power.quest1.description1": "The \u00266Ender Dragon\u0026r not only has horrific halitosis, it also prevents you from exploring the rest of the End and all its goodies.", + "ftbquests.chapter.the_taste_of_power.quest1.task_4052279956792945141.title": "Kill the Dragon", + "ftbquests.chapter.the_taste_of_power.quest10.description1": "Kinda like an unlimited supply of grape juice!", + "ftbquests.chapter.the_taste_of_power.quest10.description2": "\u00267A/N: pretend it needs 100k instead of 10k source... i\u0027m too lazy to make a custom source jar like ATM does", + "ftbquests.chapter.the_taste_of_power.quest11.description1": "All that effort, and all you got was a really big hole.", + "ftbquests.chapter.the_taste_of_power.quest12.description1": "This is way better than a really big hole!", + "ftbquests.chapter.the_taste_of_power.quest13.description1": "And now the way better hole is a digital rip in the fabric of the universe.", + "ftbquests.chapter.the_taste_of_power.quest13.description2": "Or maybe its a real rip in the fabric of the digital universe?", + "ftbquests.chapter.the_taste_of_power.quest13.description3": "Either way, you\u0027re done. You have access to every item digitally, with the help of a cell workbench. Good job! Have some cake :)", + "ftbquests.chapter.the_taste_of_power.quest14.description1": "It\u0027s not really infinite ME power as much as it is infinite ME efficiency.", + "ftbquests.chapter.the_taste_of_power.quest15.description1": "Sufficiently advanced technology is indistinguishable from magic.", + "ftbquests.chapter.the_taste_of_power.quest15.title": "Creative Energy Cube", + "ftbquests.chapter.the_taste_of_power.quest2.task_7905395510409401238.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest2.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest3.description1": "Congrats! You\u0027ve killed the Ender Dragon - there is no more left to conquer.", + "ftbquests.chapter.the_taste_of_power.quest3.description2": "You are a champion. ", + "ftbquests.chapter.the_taste_of_power.quest3.description3": "You have \u0026lReclaimed\u0026r the world.", + "ftbquests.chapter.the_taste_of_power.quest3.description4": "\u00267As far as anyone can really be concerned, you\u0027ve finished the modpack. Any quests past this are exclusively for bragging rights - creative items, op stuff, lame resource dump recipes, all that jazz.", + "ftbquests.chapter.the_taste_of_power.quest3.description5": "\u00267Thank you immensely for putting the time and effort into finishing the pack! This was a huge undertaking for me, but hopefully you enjoyed it enough that it was worth it :)", + "ftbquests.chapter.the_taste_of_power.quest3.description6": "\u00267 -ACCBDD", + "ftbquests.chapter.the_taste_of_power.quest3.subtitle": "Roll credits (for real)", + "ftbquests.chapter.the_taste_of_power.quest3.task_2556725507805521066.title": "Congratulations!", + "ftbquests.chapter.the_taste_of_power.quest4.description1": "An infinitely super-heated blaze is great just as a centerpiece, but you can also use it to make infinite lava.", + "ftbquests.chapter.the_taste_of_power.quest4.description2": "\u00267Tip: you\u0027re gonna need to make quite a few of these!", + "ftbquests.chapter.the_taste_of_power.quest5.description1": "What\u0027s better than infinite blaze burning? Infinite turning! ", + "ftbquests.chapter.the_taste_of_power.quest6.description1": "The dwarven version of a Philosopher\u0027s Stone.", + "ftbquests.chapter.the_taste_of_power.quest7.description1": "Somehow, you don\u0027t feel as guilty as you think you should.", + "ftbquests.chapter.the_taste_of_power.quest7.description2": "\u00267Tip: this takes 10 full mana pools worth of mana. :)", + "ftbquests.chapter.the_taste_of_power.quest8.description1": "No more will you be shackled to the tyranny of building an enormous pool of whatever fluid!", + "ftbquests.chapter.the_taste_of_power.quest9.description1": "Once you\u0027ve set it to a chemical, you can reset it to empty by crafting it.", + "ftbquests.chapter.the_taste_of_power.quest9.title": "Creative Chemical Tank", + "ftbquests.chapter.the_taste_of_power.title": "The Taste of Power", + "ftbquests.chapter.the_touch_of.quest1.description1": "You\u0027ve done it. You\u0027ve reclaimed some small part of the world! ", + "ftbquests.chapter.the_touch_of.quest1.description2": "Now you just have to regain the diversity in surroundings you remember there once being...", + "ftbquests.chapter.the_touch_of.quest1.task_7943239389617432250.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_touch_of.quest1.title": "Reclamation", + "ftbquests.chapter.the_touch_of.quest10.description1": "\u00266Watery Essence\u0026r is found in deep oceans - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest10.description2": "Elemental wizardry will provide you the magical power necessary to enact such an elementally-aligned terraformation - namely, turning a small area into a \u00266warm ocean.\u0026r", + "ftbquests.chapter.the_touch_of.quest10.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest11.description1": "With all six types of attuned biome essence, you can combine them in a (quite expensive) ritual to produce the \u00266End Portal.\u0026r You\u0027ll still need to add \u00266Eyes of Ender\u0026r to the frame, but once you\u0027ve done so, you can finally enter \u00266the End.\u0026r", + "ftbquests.chapter.the_touch_of.quest11.description2": "\u00267Tip: you can break end portal frames and blocks by right clicking them with the frame remover!", + "ftbquests.chapter.the_touch_of.quest11.subtitle": "Dragons... I hate dragons", + "ftbquests.chapter.the_touch_of.quest11.task_4811328545830427024.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest11.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest12.description1": "Generic biome essence is well and good, but for real ritualistic oomph you\u0027ll need a specialized container, capable of collecting attuned essence.", + "ftbquests.chapter.the_touch_of.quest12.description2": "\u00267Tip: check your Reclamation Rituals book for information on the late-game terraforming rituals!", + "ftbquests.chapter.the_touch_of.quest13.description1": "With biome essence, you can also perform \u00266more directed terraforming\u0026r - turning the surrounding area into basic overworld biomes: forest, plains, river, beach, and ocean.", + "ftbquests.chapter.the_touch_of.quest13.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the overworld terraforming rites!", + "ftbquests.chapter.the_touch_of.quest13.task_2143407724517054989.title": "Basic Terraforming", + "ftbquests.chapter.the_touch_of.quest14.description1": "With some additional infusion, an attuned biome bottle can be turned into a \u00266biome globe\u0026r - in essence a portable directed reclamation ritual.", + "ftbquests.chapter.the_touch_of.quest14.description2": "\u00267Tip: these globes have 16 uses each, and convert a radius of 12 blocks from where you use them! They\u0027ll convert blocks to their reclaimed versions, but they will NOT place features like grass or trees; you\u0027ll have to do those yourself.", + "ftbquests.chapter.the_touch_of.quest14.description3": "\u00267Tip 2: these drain a LOT of aura to make!", + "ftbquests.chapter.the_touch_of.quest14.subtitle": "Portable Terraforming", + "ftbquests.chapter.the_touch_of.quest14.task_8529374338001252387.title": "Any Biome Globe", + "ftbquests.chapter.the_touch_of.quest14.title": "Biome Globes", + "ftbquests.chapter.the_touch_of.quest2.description1": "Getting the nether back into shape is relatively easy, now that you understand the shape of terraforming rituals and have a source of biomic essence.", + "ftbquests.chapter.the_touch_of.quest2.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the nether terraforming rites!", + "ftbquests.chapter.the_touch_of.quest2.task_4997059168389991596.title": "Visit Every Nether Biome", + "ftbquests.chapter.the_touch_of.quest2.title": "Reclaiming the Nether", + "ftbquests.chapter.the_touch_of.quest3.description1": "With the creation of reclaimed biomes, natural spawns can now occur - drygmies, whirligigs, and starbuncles can all rarely spawn in these biomes, as well as the regular mobs.", + "ftbquests.chapter.the_touch_of.quest3.title": "Natural Spawning", + "ftbquests.chapter.the_touch_of.quest4.description1": "Now that you have a place where you can actually see the blue (!) sky, you can bottle up the abundant biomic essence in a \u00266specially-designed container.\u0026r", + "ftbquests.chapter.the_touch_of.quest4.description2": "This \u00266biome essence\u0026r can be used in rituals along with some extra reagents to terraform in a more directed way.", + "ftbquests.chapter.the_touch_of.quest4.description3": "\u00267Tip: you can collect essence in any living biome by holding right click with a biome bottle. Crouching while you do this will fill all bottles in a stack!", + "ftbquests.chapter.the_touch_of.quest4.title": "Biome Essence", + "ftbquests.chapter.the_touch_of.quest5.description1": "The first attuned essence you\u0027ll need is \u00266Hellish Essence,\u0026r collectible from any living\u00266 nether biome.\u0026r", + "ftbquests.chapter.the_touch_of.quest6.description1": "\u00266Arid Essence\u0026r is found mainly in the desert - you\u0027ll have to use a special version of your terraforming ritual to bring it back. ", + "ftbquests.chapter.the_touch_of.quest6.description2": "Some high-powered dwarven artifice should provide you with the correct magical resonance to produce an arid, sandy \u00266desert \u0026rbiome.", + "ftbquests.chapter.the_touch_of.quest7.description1": "The final essence you\u0027ll need is \u00266Icy Essence\u0026r from the \u00266snowy slopes\u0026r biome. Wet and cold, the complete opposite of your surroundings, you\u0027ll need a lot of power to create this biome.", + "ftbquests.chapter.the_touch_of.quest7.description2": "First: \u00266polonium\u0026r to provide the necessary chemical energy for the physical transformation.", + "ftbquests.chapter.the_touch_of.quest7.description3": "Second: ice cream (specifically \u00266vanilla\u0026r) to provide structure to the ritual and thematic direction.", + "ftbquests.chapter.the_touch_of.quest7.description4": "Third: a couple \u00266shattered singularities\u0026r to store the excess entropy generated by this ritual.", + "ftbquests.chapter.the_touch_of.quest7.description5": "and finally, Fourth: a large amount of generic \u00266biome essence\u0026r to kickstart the reaction.", + "ftbquests.chapter.the_touch_of.quest8.description1": "\u00266Lush Essence\u0026r is found in jungles of any kind - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest8.description2": "Botanic mastery will provide you the life energy needed to transform your surroundings into a \u00266bamboo forest.\u0026r", + "ftbquests.chapter.the_touch_of.quest8.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest9.description1": "\u00266Mycelic Essence\u0026r is found exclusively on mushroom islands - you\u0027ll have to use a modified version of your terraforming ritual to bring them back. ", + "ftbquests.chapter.the_touch_of.quest9.description2": "Classic wiccan practice should provide you with the correct magical resonance to produce the hot, dry \u00266mushroom field\u0026r biome.", + "ftbquests.chapter.the_touch_of.title": "Visions of the Past", + "ftbquests.chapter_groups_3169067154505914507.title": "Biodiversity", + "ftbquests.chapter_groups_5305197537419525243.title": "Side Quests", + "ftbquests.loot_table_1430735789179352246.title": "mana stuff", + "ftbquests.loot_table_1562099882431827930.title": "horns", + "ftbquests.loot_table_3514670301200914514.title": "chicken", + "ftbquests.loot_table_5456022276654430189.title": "witch", + "ftbquests.loot_table_6347601422327785898.title": "canvas", + "ftbquests.loot_table_67272733859206798.title": "instrument", + "ftbquests.loot_table_7131061971573085034.title": "zombie", + "ftbquests.loot_table_7900474475776381538.title": "rabbit", + "ftbquests.loot_table_8024488712964205957.title": "spider", + "ftbquests.loot_table_8037173722274793648.title": "snow golem", + "ftbquests.loot_table_8381040606691607900.title": "bee", + "ftbquests.loot_table_8615485860944689786.title": "cow", + "ftbquests.loot_table_8839952752635034356.title": "skeleton" +} \ No newline at end of file diff --git a/FTBLang/kubejs/assets/ftbquestlocalizer/lang/en_us.json b/FTBLang/kubejs/assets/ftbquestlocalizer/lang/en_us.json new file mode 100644 index 0000000..fc094d8 --- /dev/null +++ b/FTBLang/kubejs/assets/ftbquestlocalizer/lang/en_us.json @@ -0,0 +1,1235 @@ +{ + "ftbquests.chapter.digital_storage.quest1.description1": "The \u00266controller\u0026r is the brains of a network. Each controller block\u0027s face is capable of outputting \u0026632 channels;\u0026r almost every device on the ME network needs \u00266one channel to operate.\u0026r", + "ftbquests.chapter.digital_storage.quest10.description1": "The \u00266Wireless Access Point\u0026r allows you to use wireless terminals to access your ME System. You can boost its range by giving it \u00266wireless boosters,\u0026r but be warned: more boosters means the WAP will need \u00264much more energy\u0026r to stay running.", + "ftbquests.chapter.digital_storage.quest10.task_8779164168368451602.title": "Any Wireless Terminal", + "ftbquests.chapter.digital_storage.quest10.title": "Wireless Access", + "ftbquests.chapter.digital_storage.quest11.description1": "\u00266Pattern Providers,\u0026r when given a pattern, will push the items in the pattern to a nearby inventory. \u00266Molecular Assemblers,\u0026r when given items, will craft with those items and output them to nearby inventories. Put them next to each other, and you have a \u00266basic autocrafting setup! \u0026r", + "ftbquests.chapter.digital_storage.quest11.description2": "You\u0027ll need somewhere to store the items while they\u0027re being crafted; a crafting storage would be ideal.", + "ftbquests.chapter.digital_storage.quest11.description3": "\u00267Tip: for more info, check the guide!", + "ftbquests.chapter.digital_storage.quest11.title": "ME Autocrafting", + "ftbquests.chapter.digital_storage.quest12.description1": "With an ME System you\u0027ll need some way to actually store items - the \u00266ME Drive\u0026r can store up to 10 storage cells of any type and size.", + "ftbquests.chapter.digital_storage.quest12.description2": "\u00267Tip: you can store botanic mana, elemental source, gases, fluids, and even space itself in cells - not just regular items!", + "ftbquests.chapter.digital_storage.quest13.description1": "Terminals are how you actually interface with the storage cells in your ME System.", + "ftbquests.chapter.digital_storage.quest13.task_8779678006548052409.title": "Any Terminal", + "ftbquests.chapter.digital_storage.quest13.title": "Terminals", + "ftbquests.chapter.digital_storage.quest14.description1": "Storing some energy in your ME System would be a good idea... just in case.", + "ftbquests.chapter.digital_storage.quest16.description1": "\u00266P2P Tunnels\u0026r allow you to transfer multiple channels per channel! It\u0027s a little confusing at first, but once you get the hang of it you can really push your system to the limit.", + "ftbquests.chapter.digital_storage.quest16.description2": "You can also transfer power, chemicals, and even botanic mana and elemental source!", + "ftbquests.chapter.digital_storage.quest17.description1": "The \u00266Reaction Chamber\u0026r not only allows you to make circuits much faster, it can also charge large amounts of certus crystals at a time and even grow crystals from themselves!", + "ftbquests.chapter.digital_storage.quest17.description2": "Just make sure you have enough power to handle its recipes...", + "ftbquests.chapter.digital_storage.quest18.description1": "The \u00266Circuit Slicer\u0026r can cut blocks of materials into 9 circuits much faster than an inscriber can press them.", + "ftbquests.chapter.digital_storage.quest19.description1": "The \u00266Assembler Matrix\u0026r is a molecular assembler and pattern provider setup on steroids - at its maximum size, it can hold over 4,000 patterns and craft incredibly fast. The best part? It only needs \u00266one channel.\u0026r", + "ftbquests.chapter.digital_storage.quest2.description1": "A controller block itself can input energy, but you\u0027ll want to have as many controller faces open as you can to get as many channels as possible into your network. ", + "ftbquests.chapter.digital_storage.quest2.description2": "The \u00266Energy Acceptor\u0026r uses no channels and can be placed anywhere, as long as it\u0027s connected to the network somehow.", + "ftbquests.chapter.digital_storage.quest20.description1": "The \u00266Quantum Computer Core\u0026r is a self-contained crafting CPU with 256M crafting storage and 8 co-processing threads.", + "ftbquests.chapter.digital_storage.quest21.description1": "The \u00266Quantum Computer multiblock\u0026r is an extremely powerful multiblock that can handle an effectively \u00266infinite\u0026r number of crafting requests for your ME System.", + "ftbquests.chapter.digital_storage.quest21.description2": "Read the guide for more information.", + "ftbquests.chapter.digital_storage.quest22.description1": "Perfect for carrying items on the go, the \u00266backpack\u0026r has a few useful upgrades as well.", + "ftbquests.chapter.digital_storage.quest23.description1": "Better than regular chests, \u00266Sophisticated Storage\u0026r lets you put more things in a single block.", + "ftbquests.chapter.digital_storage.quest23.task_5897231893839036272.title": "Any Sophisticated Storage Block", + "ftbquests.chapter.digital_storage.quest23.title": "Sophisticated Storage", + "ftbquests.chapter.digital_storage.quest24.description1": "Capable of storing a very large amount of a single item type.", + "ftbquests.chapter.digital_storage.quest24.description2": "The framing table lets you customize the way they look.", + "ftbquests.chapter.digital_storage.quest24.task_5464079544652951362.title": "Any Storage Drawer", + "ftbquests.chapter.digital_storage.quest24.title": "Storage Drawers", + "ftbquests.chapter.digital_storage.quest25.description1": "Tier upgrades can be used to upgrade Sophisticated Storage blocks without breaking them.", + "ftbquests.chapter.digital_storage.quest25.task_611570763386642583.title": "Any Tier Upgrade", + "ftbquests.chapter.digital_storage.quest26.description1": "The \u00266Drawer Controller\u0026r allows you to interface with multiple drawers using only a single blockface.", + "ftbquests.chapter.digital_storage.quest27.description1": "There are a variety of keys - lock drawers to specific items, hide item labels to reduce lag, and more.", + "ftbquests.chapter.digital_storage.quest27.task_7070764459751906106.title": "Any Drawer Key", + "ftbquests.chapter.digital_storage.quest27.title": "Drawer Keys", + "ftbquests.chapter.digital_storage.quest28.description1": "Autofeeding, playing music, even portable crafting can all be attained with backpack upgrades.", + "ftbquests.chapter.digital_storage.quest29.description1": "Higher stack count, filtering, and more - check the uses for the upgrade base.", + "ftbquests.chapter.digital_storage.quest3.description1": "Smart cables are very useful - they visually display how many channels they\u0027re carrying at any given time.", + "ftbquests.chapter.digital_storage.quest3.task_6551415206641156021.title": "Any Smart Cable", + "ftbquests.chapter.digital_storage.quest3.title": "Smart Cables", + "ftbquests.chapter.digital_storage.quest30.description1": "Each workbench (aside from looking neat) can turn a specific set of blocks into its variants.", + "ftbquests.chapter.digital_storage.quest30.title": "Chipped Workbenches", + "ftbquests.chapter.digital_storage.quest31.description1": "Can turn almost any basic block into a wide array of variants.", + "ftbquests.chapter.digital_storage.quest32.description1": "Made from stonecutting andesite alloy, these blocks can take on the texture of any other block.", + "ftbquests.chapter.digital_storage.quest32.task_4661123369301757740.title": "Any Copycat Block", + "ftbquests.chapter.digital_storage.quest33.description1": "You can make music by crafing a \u00266Music Sheet\u0026r and placing notes on the sheet. ", + "ftbquests.chapter.digital_storage.quest33.description2": "Place the sheet in your offhand while holding an instrument to play the instrument.", + "ftbquests.chapter.digital_storage.quest33.description3": "\u00267Tip: you can do MUCH more with this mod - check out its CurseForge page for more info.", + "ftbquests.chapter.digital_storage.quest34.description1": "You can paint your own masterpieces while you wait for crops to grow - simply make a palette, fill it with colors, plop a canvas on an easel, and get to painting!", + "ftbquests.chapter.digital_storage.quest34.description2": "Signed paintings can be duplicated by crafting the original with a blank canvas of the same size.", + "ftbquests.chapter.digital_storage.quest34.description3": "\u00267Tip: to craft a palette, fill the bottom row of a crafting table with planks, then place dyes in the middle. You can add more dyes to a palette by crafting them together.", + "ftbquests.chapter.digital_storage.quest34.title": "The Joy of Painting", + "ftbquests.chapter.digital_storage.quest35.description1": "\u00266Building Gadgets\u0026r are a collection of useful tools that will let you build very quickly.", + "ftbquests.chapter.digital_storage.quest35.description2": "They do need to be charged; use an energy cube or similar.", + "ftbquests.chapter.digital_storage.quest36.description1": "The \u00266Rod of the Shifting Crust\u0026r allows you to exchange blocks in the world with blocks in your inventory for the cost of mana.", + "ftbquests.chapter.digital_storage.quest4.description1": "Dense cables can carry 32 channels instead of the regular 8 channels.", + "ftbquests.chapter.digital_storage.quest4.task_5854794686036721300.title": "Any Smart Dense Cable", + "ftbquests.chapter.digital_storage.quest4.title": "Dense Cables", + "ftbquests.chapter.digital_storage.quest5.description1": "The color applicator lets you paint cables - especially useful once your network starts to grow. ", + "ftbquests.chapter.digital_storage.quest5.description2": "Colored cables won\u0027t connect to other colored cables, but fluix cables can connect to all colors.", + "ftbquests.chapter.digital_storage.quest5.description3": "These can be filled with \u00266dyes or paintballs\u0026r using an \u00266ME Chest.\u0026r", + "ftbquests.chapter.digital_storage.quest5.task_4299327579125140032.title": "Color Applicator", + "ftbquests.chapter.digital_storage.quest6.description1": "The \u00266ME Interface\u0026r acts as a specialized input and output port for your network. ", + "ftbquests.chapter.digital_storage.quest6.description2": "It can keep a certain amount of items from your network in its inventory for pipes or other blocks to pull from, and also automatically puts any other items it receives into the network.", + "ftbquests.chapter.digital_storage.quest7.description1": "The \u00266Wireless Connector\u0026r is a short-range version of a \u00266Quantum Link Chamber \u0026r- use this when you want your network to jump a short distance, and not cross-dimensionally.", + "ftbquests.chapter.digital_storage.quest8.description1": "The \u00266Quantum Network Bridge\u0026r uses the power of quantum entanglement to bridge a network gap not only across large distances, but dimensions.", + "ftbquests.chapter.digital_storage.quest8.title": "Quantum Network Bridge", + "ftbquests.chapter.digital_storage.quest9.description1": "The\u00266 Extended Charger\u0026r and \u00266Inscriber\u0026r are upgraded versions of their base models, capable of processing 4 recipes in parallel.", + "ftbquests.chapter.digital_storage.quest9.title": "Extended Machines", + "ftbquests.chapter.digital_storage.title": "Storage and Decor", + "ftbquests.chapter.ffood_plants.quest1.description1": "Lining rivers and shores, sugar cane had once risen in green columns, swaying with each passing breeze.", + "ftbquests.chapter.ffood_plants.quest10.description1": "With deep golden petals and a bitter scent, wolfsbane once grew where night lingered longest. ", + "ftbquests.chapter.ffood_plants.quest100.description1": "Sweet, mellow fruits with a classic tropical aroma.", + "ftbquests.chapter.ffood_plants.quest101.description1": "Soft and nutty, cashews offer a creamy bite with a sweet-savory balance.", + "ftbquests.chapter.ffood_plants.quest102.description1": "Cherries burst with juicy intensity; sweet, sometimes sharp, and always bright.", + "ftbquests.chapter.ffood_plants.quest103.description1": "Cracking into a coconut reveals cool, sweet water and soft, fragrant meat.", + "ftbquests.chapter.ffood_plants.quest104.description1": "Dates are also known as nature\u0027s candy: chewy, caramel-rich, and deeply sweet.", + "ftbquests.chapter.ffood_plants.quest105.description1": "With neon skin and unique speckled flesh, dragon fruit tastes delicate, lightly sweet, and just a little floral.", + "ftbquests.chapter.ffood_plants.quest106.description1": "Figs are jammy and soft with a honey-like flavor.", + "ftbquests.chapter.ffood_plants.quest107.description1": "Grapefruit will wake up your palate - juicy, sour, bitter, and bold.", + "ftbquests.chapter.ffood_plants.quest108.description1": "Kumquats are often eaten whole, with a sharp citrus shock over sweet orange notes.", + "ftbquests.chapter.ffood_plants.quest109.description1": "Tart and vivid, lemons cut through richness with their clean citrus bite.", + "ftbquests.chapter.ffood_plants.quest11.description1": "Snowbells had once blossomed in the coldest reaches, their pale blue petals dusted with frost.", + "ftbquests.chapter.ffood_plants.quest110.description1": "Smaller and punchier than lemons, limes have a tight, zesty sting.", + "ftbquests.chapter.ffood_plants.quest111.description1": "Mangoes melt in your mouth with tropical sweetness.", + "ftbquests.chapter.ffood_plants.quest112.description1": "Like a peach in sleek skin, nectarines are sweet, tangy, and satisfyingly juicy.", + "ftbquests.chapter.ffood_plants.quest113.description1": "Ground nutmeg adds a warm, nutty-spicy aroma that’s cozy and festive to any dish.", + "ftbquests.chapter.ffood_plants.quest114.description1": "Oranges are all brightness and juice, sweet with a sunny citrus finish.", + "ftbquests.chapter.ffood_plants.quest115.description1": "Peaches are the most famous of stone fruit, for good reason.", + "ftbquests.chapter.ffood_plants.quest116.description1": "Pears are quietly sweet and crisp; eternally elegant.", + "ftbquests.chapter.ffood_plants.quest117.description1": "Pecans have a great crunch with deep nutty flavor.", + "ftbquests.chapter.ffood_plants.quest118.description1": "Persimmons are smooth and syrupy, with a mellow flavor that deepens as they ripen.", + "ftbquests.chapter.ffood_plants.quest119.description1": "Plums skirt the line between tart and sweet, finishing with a tangy punch.", + "ftbquests.chapter.ffood_plants.quest12.description1": "Prized by herbalists for its strange resilience, who claimed it drew strength from the moonlit depths.", + "ftbquests.chapter.ffood_plants.quest120.description1": "Star fruit is crisp and juicy, with a tropical edge.", + "ftbquests.chapter.ffood_plants.quest121.description1": "Walnuts are hearty and slightly bitter, great for a midday snack.", + "ftbquests.chapter.ffood_plants.quest122.description1": "The bark grinds down to a warm, spicy-sweet powder that instantly deepens any flavor.", + "ftbquests.chapter.ffood_plants.quest123.description1": "The \u00266Cooking Table\u0026r is the heart of a multiblock kitchen - allowing you to craft any number of foods with the items stored inside of it. It can also supply you with tools, water, snow/ice, and milk.", + "ftbquests.chapter.ffood_plants.quest123.description2": "Especially handy when you have a large amount of foods and a limited amount of brainpower.", + "ftbquests.chapter.ffood_plants.quest123.title": "Cooking for Blockheads", + "ftbquests.chapter.ffood_plants.quest124.description1": "The \u00266ME Kitchen Station\u0026r lets you connect your multiblock kitchen to your ME system!", + "ftbquests.chapter.ffood_plants.quest125.description1": "The \u00266fridge\u0026r stores items, just like a cabinet.", + "ftbquests.chapter.ffood_plants.quest126.description1": "A \u00266sink\u0026r provides unlimited water to recipes.", + "ftbquests.chapter.ffood_plants.quest126.description2": "\u00267Tip: ...and other things.", + "ftbquests.chapter.ffood_plants.quest127.description1": "The oven lets you cook multiple foods in a single block.", + "ftbquests.chapter.ffood_plants.quest128.description1": "A \u00266Cow in a Jar\u0026r slowly produces milk, which can be used in recipes.", + "ftbquests.chapter.ffood_plants.quest128.description2": "...but how does one get a cow into a jar?", + "ftbquests.chapter.ffood_plants.quest128.description3": "\u00267Tip: you\u0027ll need to turn off claim protection or make this outside a claim, OPAC doesn\u0027t really like animal cruelty!", + "ftbquests.chapter.ffood_plants.quest129.description1": "When added to a fridge, the \u00266ice unit\u0026r provides unlimited ice and snow to recipes.", + "ftbquests.chapter.ffood_plants.quest13.description1": "This earth-toned fungus once thrived in quiet, dark corners, feeding on decay.", + "ftbquests.chapter.ffood_plants.quest130.description1": "The \u00266heating unit,\u0026r applied to a stove, lets it run on energy instead of burnable fuel.", + "ftbquests.chapter.ffood_plants.quest131.description1": "The \u00266tool rack\u0026r provides tools to cooking recipes; pots, pans, and other sorts.", + "ftbquests.chapter.ffood_plants.quest132.description1": "The \u00266Kitchen Cabinet and Counter\u0026r store items for the Cooking Table to use.", + "ftbquests.chapter.ffood_plants.quest132.title": "Kitchen Storage", + "ftbquests.chapter.ffood_plants.quest133.description1": "The \u00266Horn of the Wild\u0026r lets you harvest a large area of crops without manually collecting them one by one.", + "ftbquests.chapter.ffood_plants.quest133.description2": "Useful!", + "ftbquests.chapter.ffood_plants.quest134.description1": "The \u00266Drum of the Wild\u0026r is a block-based version of the horn - set a mana spreader to shoot mana through it and it\u0027ll harvest crops nearby.", + "ftbquests.chapter.ffood_plants.quest134.description2": "Add a \u00266hopperhock\u0026r and you have fully automatic crop harvesting!", + "ftbquests.chapter.ffood_plants.quest135.description1": "The \u00266Harvester\u0026r is a little harder to make than the other automated harvesters, but it makes up for it in ease of use.", + "ftbquests.chapter.ffood_plants.quest135.description2": "Place it on the same level as crops and it will harvest them - a 3x3 area by default, but this can be upgraded with machine upgrades.", + "ftbquests.chapter.ffood_plants.quest136.description1": "The \u00266Mechanical Harvester\u0026r lets you harvest... mechanically! ", + "ftbquests.chapter.ffood_plants.quest136.description2": "Attach it to any variety of contraption and as it moves through a crop it will harvest it.", + "ftbquests.chapter.ffood_plants.quest137.description1": "That\u0027s dedication! A personal shoutout from myself, for the pure raw dedication that you\u0027ve shown.", + "ftbquests.chapter.ffood_plants.quest137.subtitle": "You earned it!", + "ftbquests.chapter.ffood_plants.quest137.task_5521912290757485582.title": "You know what? Sure.", + "ftbquests.chapter.ffood_plants.quest138.description1": "You\u0027ve gone even further than I went! An absolute mad. lad. Take your prize and go.", + "ftbquests.chapter.ffood_plants.quest138.subtitle": "Your dedication is admirable.", + "ftbquests.chapter.ffood_plants.quest138.title": "Good god...", + "ftbquests.chapter.ffood_plants.quest14.description1": "With its crimson cap and pale stem, the red mushroom once sprouted in damp caves and shadowed groves.", + "ftbquests.chapter.ffood_plants.quest15.description1": "Bamboo once climbed toward the sky in great bamboo forests, hollow stems whispering in the wind.", + "ftbquests.chapter.ffood_plants.quest16.description1": "Sailors swore it marked safe waters—while some claimed it hid the bones of the drowned.", + "ftbquests.chapter.ffood_plants.quest17.description1": "This gentle underwater plant once rippled with the ocean’s breath, carpeting the sea floor in quiet green.", + "ftbquests.chapter.ffood_plants.quest18.description1": "Their soft light once guided creatures of the reef and lit the way for wayward divers in the twilight deep.", + "ftbquests.chapter.ffood_plants.quest19.description1": "This strange, red fungus had grown only in the deep, burning halls of another world. It pulsed faintly with unnatural life.", + "ftbquests.chapter.ffood_plants.quest2.description1": "Bright orange roots that grew deep in the earth, carrots were a favorite among rabbits and a healthy snack, to boot!", + "ftbquests.chapter.ffood_plants.quest20.description1": "Once said to carry the scent of a world turned upside down—where even the air recoiled in confusion.", + "ftbquests.chapter.ffood_plants.quest21.description1": "This twisted red fungus once grew in the scorched ground of the Nether, pulsing faintly as if alive.", + "ftbquests.chapter.ffood_plants.quest22.description1": "Once used in deadly draughts and sleeping curses, favored by those who studied the poisoner\u0027s art.", + "ftbquests.chapter.ffood_plants.quest23.description1": "Flax\u0027s delicate fibers had once been woven into cloth and spell-thread, binding both garments and enchantments.", + "ftbquests.chapter.ffood_plants.quest24.description1": "Bold and crimson, the poppy is a symbol of remembrance and silent strength, often found where courage once stood.", + "ftbquests.chapter.ffood_plants.quest24.description2": "\u00267Tip: You can either craft poppy seeds or mutate them from Melon and Sugarcane.", + "ftbquests.chapter.ffood_plants.quest25.description1": "A tall and graceful flower with a soft purple hue, often associated with grace, quiet wisdom, and calm days.", + "ftbquests.chapter.ffood_plants.quest26.description1": "Delicate and pale, these tiny flowers cluster low to the ground, bringing a sense of peace to open fields.", + "ftbquests.chapter.ffood_plants.quest27.description1": "This rare azure blossom flourishes in damp, shadowed groves. Legends say it blooms where ancient tears once fell.", + "ftbquests.chapter.ffood_plants.quest28.description1": "Cornflowers once braved the wind in wide fields, their blue hues a favorite among storytellers and songwriters.", + "ftbquests.chapter.ffood_plants.quest29.description1": "A cheerful bloom of golden yellow, said to carry whispers of spring on the wind. It thrives wherever the sun touches the land.", + "ftbquests.chapter.ffood_plants.quest29.description2": "\u00267Tip: You can either craft dandelion seeds or mutate them from Wheat and Pumpkin.\u0026r", + "ftbquests.chapter.ffood_plants.quest3.description1": "Crimson bulbs that added color and flavor to any dish, beetroots were once quite common in village gardens.", + "ftbquests.chapter.ffood_plants.quest30.description1": "Hidden among thick leaves, these tiny white bells are said to chime in silence when the forest is listening.", + "ftbquests.chapter.ffood_plants.quest31.description1": "With a golden eye watching from its white face, this flower is a quiet companion of wanderers and daydreamers.", + "ftbquests.chapter.ffood_plants.quest32.description1": "Glowing softly with hues of flame, this ancient blossom is thought to be a gift from the deep earth, where fire once danced.", + "ftbquests.chapter.ffood_plants.quest33.description1": "Warming as a sunset, the orange tulip is said to bring cheer and good fortune to those who find it.", + "ftbquests.chapter.ffood_plants.quest34.description1": "Bright and bold, the red tulip is a symbol of love and passion, often given in times of heartfelt confession.", + "ftbquests.chapter.ffood_plants.quest35.description1": "Soft as moonlight, white tulips once whispered of peace and innocence in gardens now long lain fallow.", + "ftbquests.chapter.ffood_plants.quest36.description1": "Soft and gentle, the pink tulip speaks of friendship and gentle affection, often found where laughter lingers.", + "ftbquests.chapter.ffood_plants.quest37.description1": "Dark as a starless night and thorned with sorrow, this eerie bloom grows only in the wake of ruin and shadow.", + "ftbquests.chapter.ffood_plants.quest38.description1": "You can make podzol for planting flower seeds on by growing a 2x2 of spruce saplings - the large tree, once grown, will convert dirt (and dried earth!) under it into podzol.", + "ftbquests.chapter.ffood_plants.quest38.description2": "\u00267Tip: once the strength trait of a flower is high enough, you won\u0027t need to plant them on podzol!", + "ftbquests.chapter.ffood_plants.quest38.task_7604363448496665210.title": "Look at Podzol", + "ftbquests.chapter.ffood_plants.quest38.title": "Podzol", + "ftbquests.chapter.ffood_plants.quest39.description1": "Onion\u0027s delicious smell once filled the air as it gave flavor to meals.", + "ftbquests.chapter.ffood_plants.quest4.description1": "Earthy and humble, potatoes were versatile tubers that thrived in the cool soil of many places.", + "ftbquests.chapter.ffood_plants.quest40.description1": "Sweet potatoes grew slow and sweet underground, long ago.", + "ftbquests.chapter.ffood_plants.quest40.description2": "(new page placeholder text)", + "ftbquests.chapter.ffood_plants.quest41.description1": "A humble grain that swayed in golden fields before being ground and baked into something warm and sustaining.", + "ftbquests.chapter.ffood_plants.quest42.description1": "Basil once filled the air with a fragrance that breezes would quietly carry away.", + "ftbquests.chapter.ffood_plants.quest43.description1": "A small, zesty vegetable that added a sharp bite to meals.", + "ftbquests.chapter.ffood_plants.quest44.description1": "A dark, sturdy bean that once softened in pots where stories and spices mingled.", + "ftbquests.chapter.ffood_plants.quest45.description1": "A slender, snappy vegetable that brightened plates in days long past.", + "ftbquests.chapter.ffood_plants.quest46.description1": "A nutrient-rich tuber, often tied to seasonal harvests and both everyday and festive cooking.", + "ftbquests.chapter.ffood_plants.quest47.description1": "Widely adopted, they were once integral to many cuisines, especially where freshness and preservation intersected.", + "ftbquests.chapter.ffood_plants.quest48.description1": "Spiny and hardy, the cactus once dotted vast oceans of sand.", + "ftbquests.chapter.ffood_plants.quest49.description1": "Saguaro once stood tall in the desert heat, holding their shape against time and silence.", + "ftbquests.chapter.ffood_plants.quest5.description1": "Orange orbs that sprouted in the autumn, pumpkins were both a festive decoration and a hearty food source.", + "ftbquests.chapter.ffood_plants.quest50.description1": "Valued for its hardiness and storage life, it figured prominently in preserved and cold-weather foods.", + "ftbquests.chapter.ffood_plants.quest51.description1": "Fast-growing and versatile, they were commonly used to add mild sharpness to everyday dishes.", + "ftbquests.chapter.ffood_plants.quest52.description1": "Coffee was brewed each morning, dark and warm, its bitterness softened by time and habit.", + "ftbquests.chapter.ffood_plants.quest53.description1": "A worldwide staple, central to daily diets and shaped by centuries of cultivation and ritual.", + "ftbquests.chapter.ffood_plants.quest54.description1": "A cool-weather root typically grown for its reliability and used in simple, hearty meals.", + "ftbquests.chapter.ffood_plants.quest55.description1": "A hardy root, valued for nutrition and storage through cold months.", + "ftbquests.chapter.ffood_plants.quest56.description1": "Once used to add a small amount of spice to everyday food.", + "ftbquests.chapter.ffood_plants.quest57.description1": "Once cultivated widely for its simple, nourishing qualities.", + "ftbquests.chapter.ffood_plants.quest58.description1": "A vital staple, central to diets and agricultural abundance.", + "ftbquests.chapter.ffood_plants.quest59.description1": "Seeds that added warmth and spice, enhancing a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest6.description1": "Large, round fruits with a green rind and sweet, juicy flesh; melons grew best in warm, sunny fields.", + "ftbquests.chapter.ffood_plants.quest60.description1": "Mild and colorful, they brought sweetness and variety to meals.", + "ftbquests.chapter.ffood_plants.quest61.description1": "Known for its cool, crisp texture, often enjoyed fresh or pickled.", + "ftbquests.chapter.ffood_plants.quest62.description1": "A sweet fruit that brightened the warmer months with its flavor.", + "ftbquests.chapter.ffood_plants.quest63.description1": "Harvested for its tender shoots, enjoyed seasonally.", + "ftbquests.chapter.ffood_plants.quest64.description1": "Offered a subtle crunch and flavor, a common addition in many recipes.", + "ftbquests.chapter.ffood_plants.quest65.description1": "Once a comforting grain, quietly nourishing both people and animals alike.", + "ftbquests.chapter.ffood_plants.quest66.description1": "Peanuts were once valued for their simple richness and high protein content.", + "ftbquests.chapter.ffood_plants.quest67.description1": "Tart and vibrant, they were key in sauces and salsas that brought bold flavor.", + "ftbquests.chapter.ffood_plants.quest68.description1": "A versatile summer squash, cooked or baked into a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest69.description1": "A small, sweet berry, enjoyed fresh or preserved to brighten meals.", + "ftbquests.chapter.ffood_plants.quest7.description1": "Prickly bushes bore these bright berries, beloved for their sweet bite and quick comfort.", + "ftbquests.chapter.ffood_plants.quest70.description1": "Known for their sweetness and antioxidants, often eaten fresh or in preserves.", + "ftbquests.chapter.ffood_plants.quest71.description1": "Rich and tangy, they provided a burst of flavor and nutrition when they were in season.", + "ftbquests.chapter.ffood_plants.quest72.description1": "A mild onion relative, used to add depth and subtle flavor to soups and stews.", + "ftbquests.chapter.ffood_plants.quest73.description1": "Crisp and cool, a common leafy green that added freshness to countless dishes.", + "ftbquests.chapter.ffood_plants.quest74.description1": "Valued for its spicy warmth and medicinal qualities, a staple in many remedies and recipes now lost.", + "ftbquests.chapter.ffood_plants.quest75.description1": "A fragrant melon, its juicy flesh a refreshing treat on hot days.", + "ftbquests.chapter.ffood_plants.quest76.description1": "A sweet, cooling melon that offered relief during warm seasons.", + "ftbquests.chapter.ffood_plants.quest77.description1": "A tangy fruit, rich in vitamin C and refreshing in warmer months.", + "ftbquests.chapter.ffood_plants.quest78.description1": "A versatile vegetable, often roasted or stewed to add richness to meals.", + "ftbquests.chapter.ffood_plants.quest79.description1": "A mild vegetable used in a variety of dishes, from soups to roasts.", + "ftbquests.chapter.ffood_plants.quest8.description1": "Wheat once rippled like golden seas, feeding countless lives. Fields of it marked the heart of many homesteads.", + "ftbquests.chapter.ffood_plants.quest80.description1": "Small and tart, used fresh or dried to add brightness to dishes and preserves.", + "ftbquests.chapter.ffood_plants.quest81.description1": "Valued for their oil and flavor, they were a key ingredient in cooking and preservation.", + "ftbquests.chapter.ffood_plants.quest82.description1": "Known for its nutritional content, often steamed or roasted.", + "ftbquests.chapter.ffood_plants.quest83.description1": "Prized for its tender hearts, a special ingredient in many traditional meals.", + "ftbquests.chapter.ffood_plants.quest84.description1": "Tart and fibrous, often cooked down into jams and desserts.", + "ftbquests.chapter.ffood_plants.quest85.description1": "A pungent staple, prized for both taste and medicinal value in many kitchens.", + "ftbquests.chapter.ffood_plants.quest86.description1": "Known for its vibrant color and healing properties, it flavored food and soothed ailments alike.", + "ftbquests.chapter.ffood_plants.quest87.description1": "Sweet and versatile - enjoyed fresh or transformed into wines and preserves.", + "ftbquests.chapter.ffood_plants.quest88.description1": "A leafy green, rich in nutrients and commonly eaten fresh.", + "ftbquests.chapter.ffood_plants.quest89.description1": "A hearty vegetable, often stored through colder months and used in countless recipes.", + "ftbquests.chapter.ffood_plants.quest9.description1": "This gnarled, shrieking root was feared as much as it was valued.", + "ftbquests.chapter.ffood_plants.quest9.description2": "\u00267Tip: you might want to only harvest these at night!", + "ftbquests.chapter.ffood_plants.quest90.description1": "A resilient leafy green valued for its nutrition and versatility in cooking.", + "ftbquests.chapter.ffood_plants.quest91.description1": "Small, dark berries used for their medicinal properties and tart flavor.", + "ftbquests.chapter.ffood_plants.quest92.description1": "Known for their bitter aroma, they were essential in brewing of all kinds.", + "ftbquests.chapter.ffood_plants.quest93.description1": "Tart and bright, commonly used fresh or preserved to complement meals.", + "ftbquests.chapter.ffood_plants.quest94.description1": "A fragrant bean that lent warmth and sweetness to many desserts and drinks.", + "ftbquests.chapter.ffood_plants.quest95.description1": "A sweet and tangy fruit that brought plenty of flavor to many dishes.", + "ftbquests.chapter.ffood_plants.quest96.description1": "Crunchy, subtly sweet nuts with a toasty, earthy finish.", + "ftbquests.chapter.ffood_plants.quest97.description1": "Crisp, juicy fruits that balance light sweetness with a refreshing tang.", + "ftbquests.chapter.ffood_plants.quest98.description1": "Soft, slightly fuzzy fruits with a delightfully sweet-tart burst.", + "ftbquests.chapter.ffood_plants.quest99.description1": "Creamy and buttery with a mild, slightly grassy flavor.", + "ftbquests.chapter.ffood_plants.title": "Plants Galore", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description1": "You wake up in a vast, dead and dried out wasteland. You don\u0027t remember how you got here, but you do remember what the world \u0026oshould\u0026r look like - and this isn\u0027t it.", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description2": "Welcome to \u00266Reclamation!\u0026r This is a slower-paced pack focused around bringing life and nature back to a dead world. Press \u00266F3+H\u0026r to disable advanced tooltips, if they\u0027re on!", + "ftbquests.chapter.how_the_world_came_to_be.quest1.task_6356663929448377632.title": "What happened here?", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description1": "\u00266Alchemical Sulfur\u0026r is one of the three building blocks of alchemy - it provides the Soul of an item, and represents what specific item it is.", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description2": "To obtain it, you\u0027ll have to make a \u00266Liquefaction Cauldron\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the item you want to extract sulfur from into the Cauldron, fill it with \u00266Sal Ammoniac,\u0026r give the Brazier some fuel, and it\u0027ll slowly convert materials into their respective \u00266Alchemical Sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description3": "The dried earth you find yourself surrounded by used to be dirt, and it remembers that - \u00266use the Cauldron to turn dried earth into dirt sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.title": "Alchemical Sulfur", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description1": "Now that you have all three alchemical components of an item - \u00266Mercury, Salt, and Sulfur\u0026r - you can make an \u00266Incubator\u0026r to combine them all back into an item; in this case, back into \u00266dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description2": "Place the Incubator above a Brazier and attach all three vessels to the sides of it. Fill each vessel with the appropriate item, give the Brazier some fuel, and in a bit you\u0027ll have fresh dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest11.title": "Incubator", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description1": "You\u0027ve done it! You\u0027ve made dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description2": "...now you just need something to grow on it.", + "ftbquests.chapter.how_the_world_came_to_be.quest12.subtitle": "Slightly browner", + "ftbquests.chapter.how_the_world_came_to_be.quest13.description1": "Despite the seeming apocalypse, there are still fish to find (and eat) for those with the skill and desire.", + "ftbquests.chapter.how_the_world_came_to_be.quest13.title": "Fishy Friends", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description1": "Spider string can be crafted into wool, which can be crafted into beds! ", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description2": "You can also craft a sleeping bag, for staying cozy on the go... but where would you be going?", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_1655930139945784994.title": "Any Bed", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_2233575124644508705.title": "Any Sleeping Bag", + "ftbquests.chapter.how_the_world_came_to_be.quest14.title": "Small Comforts", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description1": "Worldgen has been completely overhauled - \u00264no ore generates,\u0026r and the only biomes that exist are dead, wasteland biomes with no real vegetation. Additionally, the only trees that spawn are dead trees, with very little useability.", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description2": "Stone variants still generate, and you can find \u00266sand and clay underwater.\u0026r It will also still rain!", + "ftbquests.chapter.how_the_world_came_to_be.quest15.task_9000568835822462366.title": "Changed worldgen?", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description1": "The naturally spawning mobs have changed in this new landscape! Specifically, \u0026czombie villagers and witches won\u0027t spawn,\u0026r and \u00266spiders have mutated\u0026r into their venomous cave versions. ", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description2": "This means that there\u0027s \u0026cno way to get any kind of resources from witches or zombie villagers\u0026r (even if you could cure them!); the only things that you can really hope to get are iron or copper ingots from \u00266rare drops\u0026r - but there are other ways to generate resources...", + "ftbquests.chapter.how_the_world_came_to_be.quest16.task_8241748987012779739.title": "Rare Drops?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description1": "There are quite a few books in the pack! Thankfully, the \u00266Akashic Tome\u0026r is here to help. Crafting any book with this will combine it, letting you keep every guidebook in a single item. Simply craft it with another guidebook!", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description2": "To untransform the tome, punch the air with it.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description3": "To remove a stored book, transform the tome into the book, then sneak and press your \u0027drop\u0027 key.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.task_3483844932023115481.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description1": "A lot of the pack consists of passive processes you\u0027ll probably want to keep running while you do other things. You can claim chunks to \u00266force-load \u0026rthem using your map; ensuring they\u0027ll stay loaded even while you\u0027re not nearby. ", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description2": "Just open your map (default M) and \u00266right-click drag\u0026r over the area you\u0027d like to claim. Right-click drag again to force claim!", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description3": "If you\u0027re playing with friends, \u00266make sure you\u0027re on the same team\u0026r so that you can all access things inside your claim and share quest progress.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description4": "For more information on the claims system, check out the \u00266Open Parties and Claims\u0026r wiki or keybinds.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description5": "\u00267Tip: you might want to turn claimed chunk protection off! It tends to break fake players.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.task_3331239976186418612.title": "Playing with Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.title": "Chunkloading and Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description1": "You can make a quick and dirty door using the scrap wood and some copper you\u0027ve found - but it seems pretty shoddy, \u00264breaking every so often\u0026r and needing to be re-placed.", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description2": "At least it keeps the spookies out...", + "ftbquests.chapter.how_the_world_came_to_be.quest2.description1": "Wood is plentiful, if not exactly the quality you remember.", + "ftbquests.chapter.how_the_world_came_to_be.quest2.title": "Dead Trees", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description1": "Despite the harsh conditions, bees still persist, dotted amongst the dry hills. ", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description2": "Cultivating them could be a great way to \u00266generate resources\u0026r such as more dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description3": "\u00267Tip: this unlocks a new questline on the left!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.title": "Bees?!", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description1": "There are ruins around with \u00266small bits of copper,\u0026r completely oxidized from whatever happened. ", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description2": "You might be able to craft something to help you out with that copper, but first you\u0027ll have to \u00266get it into a useable state...\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest3.task_7525660450708144821.title": "Oxidized Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description1": "Many many recipes have been changed in this pack. Make sure you check your recipe browser for crafting recipes! By default, the keybinds when hovering over an item are \u00266R to look up recipes\u0026r for the item, and \u00266U to look up uses\u0026r for the item.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description2": "These binds can be changed by clicking the EMI button in the bottom left of your inventory screen.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.task_8528084351057584694.title": "What\u0027s changed?", + "ftbquests.chapter.how_the_world_came_to_be.quest4.title": "How do I craft things?", + "ftbquests.chapter.how_the_world_came_to_be.quest5.description1": "\u0026l\u0026o\u0026cNO ORE GENERATES IN THE WORLD. RECIPES HAVE CHANGED.\u0026r Those who came before you have completely mined out the entire planet - after centuries of strip mining, quarrying, and general exploitation, there is not so much as a measly scrap of coal in the world, so there\u0027s no point trying to find any type of ore by mining.", + "ftbquests.chapter.how_the_world_came_to_be.quest5.task_734684119620528193.title": "Deprived...", + "ftbquests.chapter.how_the_world_came_to_be.quest5.title": "Where\u0027s the ore!?", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description1": "After you \u00266scrape off the rust with an axe,\u0026r you think you can use a \u00266cutting board\u0026r to get useable copper out of the oxidized copper you find in ruins.", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description2": "This useable copper will be crucial for \u00266Spagyrics\u0026r, the process of decomposing and recombining matter - which should let you \u00266rejuvenate the Dried Earth\u0026r into \u00266Dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description3": "\u00267Tip: you can also use the cutting board to get more charcoal and scrap wood out of dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest6.title": "Useable Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description1": "In the contaminated water you have found trace amounts of \u00266Sal Ammoniac,\u0026r a crucial ingredient in the practice of \u00266Theurgy.\u0026r By setting up a simple accumulator and tank, you think you\u0027ll be able to distill it. ", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description2": "Place the accumulator on top of the tank, fill it with water, and it will slowly produce \u00266Sal Ammoniac\u0026r for you.", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description3": "\u00267Tip: you can make buckets out of copper!\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description1": "\u00266Alchemical Mercury\u0026r is one of the three building blocks of alchemy - it provides the Energy of an item, and is largely interchangeable between things.", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description2": "To distill it, you\u0027ll have to make a \u00266Mercury Distiller\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to distill into the Distiller, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Mercury.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description3": "Rarer materials give more mercury, but to start you\u0027ll probably want to distill \u00266cobblestone, dried earth, or cooked fish.\u0026r ", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description4": "\u00267Tip: slicing fish makes it a more efficient way of getting mercury!", + "ftbquests.chapter.how_the_world_came_to_be.quest8.title": "Alchemical Mercury", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description1": "\u00266Alchemical Salt\u0026r is one of the three building blocks of alchemy - it provides the Body of an item, and represents the \u0027type\u0027 of an item.", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description2": "To obtain it, you\u0027ll have to make a \u00266Calcination Oven\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to extract into the Oven, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description3": "There are many different kinds of salt, but to start, you should \u00266focus on getting Strata salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.title": "Alchemical Salt", + "ftbquests.chapter.how_the_world_came_to_be.subtitle0": "A vast wasteland", + "ftbquests.chapter.how_the_world_came_to_be.title": "Prologue", + "ftbquests.chapter.mob_safari.quest1.task_644874208300996266.title": "Creeper Photo", + "ftbquests.chapter.mob_safari.quest1.title": "Creeper", + "ftbquests.chapter.mob_safari.quest10.task_7387499092437519744.title": "Silverfish Photo", + "ftbquests.chapter.mob_safari.quest10.title": "Silverfish", + "ftbquests.chapter.mob_safari.quest11.task_560111651210659078.title": "Evoker Photo", + "ftbquests.chapter.mob_safari.quest11.title": "Evoker", + "ftbquests.chapter.mob_safari.quest12.task_6050813032829826018.title": "Ghast Photo", + "ftbquests.chapter.mob_safari.quest12.title": "Ghast", + "ftbquests.chapter.mob_safari.quest13.task_8655936747757493244.title": "Guardian Photo", + "ftbquests.chapter.mob_safari.quest13.title": "Guardian", + "ftbquests.chapter.mob_safari.quest14.task_9108849848609122501.title": "Hoglin Photo", + "ftbquests.chapter.mob_safari.quest14.title": "Hoglin", + "ftbquests.chapter.mob_safari.quest15.task_7435272240185968407.title": "Phantom Photo", + "ftbquests.chapter.mob_safari.quest15.title": "Phantom", + "ftbquests.chapter.mob_safari.quest16.task_2497415746301840277.title": "Piglin Brute Photo", + "ftbquests.chapter.mob_safari.quest16.title": "Piglin Brute", + "ftbquests.chapter.mob_safari.quest17.description1": "\u00267Tip: there is a ritual that can grant you the bad omen effect!", + "ftbquests.chapter.mob_safari.quest17.task_876018828234332303.title": "Pillager Photo", + "ftbquests.chapter.mob_safari.quest17.title": "Pillager", + "ftbquests.chapter.mob_safari.quest18.task_9217927796095116198.title": "Ravager Photo", + "ftbquests.chapter.mob_safari.quest18.title": "Ravager", + "ftbquests.chapter.mob_safari.quest19.task_6294764614244969421.title": "Shulker Photo", + "ftbquests.chapter.mob_safari.quest19.title": "Shulker", + "ftbquests.chapter.mob_safari.quest2.description1": "In this new post-apocalyptic world, you\u0027ve realized that it might be a good idea to document what lifeforms exist - just in case it happens again. ", + "ftbquests.chapter.mob_safari.quest2.description2": "To do so, you\u0027re going to need \u00266a camera, \u0026rsome \u00266film\u0026r to print onto, and some way to turn that \u00266film into photos.\u0026r", + "ftbquests.chapter.mob_safari.quest2.subtitle": "Snap decisions", + "ftbquests.chapter.mob_safari.quest2.title": "Camera", + "ftbquests.chapter.mob_safari.quest20.task_5958619487539868658.title": "Skeleton Photo", + "ftbquests.chapter.mob_safari.quest20.title": "Skeleton", + "ftbquests.chapter.mob_safari.quest21.task_2908237894518590949.title": "Slime Photo", + "ftbquests.chapter.mob_safari.quest21.title": "Slime", + "ftbquests.chapter.mob_safari.quest22.task_1986307033554203052.title": "Stray Photo", + "ftbquests.chapter.mob_safari.quest22.title": "Stray", + "ftbquests.chapter.mob_safari.quest23.task_8127229503220688871.title": "Vex Photo", + "ftbquests.chapter.mob_safari.quest23.title": "Vex", + "ftbquests.chapter.mob_safari.quest24.task_2719667561416590077.title": "Vindicator Photo", + "ftbquests.chapter.mob_safari.quest24.title": "Vindicator", + "ftbquests.chapter.mob_safari.quest25.description1": "\u00267Tip: the sculk catalyst is craftable, and you can use a sculk awakener on a sculk shrieker to convert it into one that can spawn Wardens.", + "ftbquests.chapter.mob_safari.quest25.task_3299757844051508646.title": "Warden Photo", + "ftbquests.chapter.mob_safari.quest25.title": "Warden", + "ftbquests.chapter.mob_safari.quest26.task_1834001635925258364.title": "Witch Photo", + "ftbquests.chapter.mob_safari.quest26.title": "Witch", + "ftbquests.chapter.mob_safari.quest27.description1": "\u00267Tip: if you want to summon a living wither skeleton, you\u0027ll need to use the Soulium Spawner.", + "ftbquests.chapter.mob_safari.quest27.task_431510156767848390.title": "Wither Skeleton Photo", + "ftbquests.chapter.mob_safari.quest27.title": "Wither Skeleton", + "ftbquests.chapter.mob_safari.quest28.task_3976176875920550036.title": "Zoglin Photo", + "ftbquests.chapter.mob_safari.quest28.title": "Zoglin", + "ftbquests.chapter.mob_safari.quest29.task_2001349734991872109.title": "Blaze Photo", + "ftbquests.chapter.mob_safari.quest29.title": "Blaze", + "ftbquests.chapter.mob_safari.quest3.task_6868688706200460210.title": "Zombie Photo", + "ftbquests.chapter.mob_safari.quest3.title": "Zombie", + "ftbquests.chapter.mob_safari.quest30.task_4394254762005595057.title": "Wither Photo", + "ftbquests.chapter.mob_safari.quest30.title": "Wither", + "ftbquests.chapter.mob_safari.quest31.task_6606548217913389459.title": "Ender Dragon Photo", + "ftbquests.chapter.mob_safari.quest31.title": "Ender Dragon", + "ftbquests.chapter.mob_safari.quest32.task_8348843003612976311.title": "Piglin Photo", + "ftbquests.chapter.mob_safari.quest32.title": "Piglin", + "ftbquests.chapter.mob_safari.quest33.task_9152125344552747368.title": "Allay Photo", + "ftbquests.chapter.mob_safari.quest33.title": "Allay", + "ftbquests.chapter.mob_safari.quest34.task_935450104482788869.title": "Axolotl Photo", + "ftbquests.chapter.mob_safari.quest34.title": "Axolotl", + "ftbquests.chapter.mob_safari.quest35.task_3732209353791428122.title": "Bat Photo", + "ftbquests.chapter.mob_safari.quest35.title": "Bat", + "ftbquests.chapter.mob_safari.quest36.task_4451728281716577204.title": "Camel Photo", + "ftbquests.chapter.mob_safari.quest36.title": "Camel", + "ftbquests.chapter.mob_safari.quest37.task_3478349021656071469.title": "Cat Photo", + "ftbquests.chapter.mob_safari.quest37.title": "Cat", + "ftbquests.chapter.mob_safari.quest38.task_421501030317629993.title": "Chicken Photo", + "ftbquests.chapter.mob_safari.quest38.title": "Chicken", + "ftbquests.chapter.mob_safari.quest39.task_3283513909476271368.title": "Cod Photo", + "ftbquests.chapter.mob_safari.quest39.title": "Cod", + "ftbquests.chapter.mob_safari.quest4.task_5493751185522811223.title": "Husk Photo", + "ftbquests.chapter.mob_safari.quest4.title": "Husk", + "ftbquests.chapter.mob_safari.quest40.task_3552336333939252573.title": "Cow Photo", + "ftbquests.chapter.mob_safari.quest40.title": "Cow", + "ftbquests.chapter.mob_safari.quest41.task_8921315837912733830.title": "Donkey Photo", + "ftbquests.chapter.mob_safari.quest41.title": "Donkey", + "ftbquests.chapter.mob_safari.quest42.task_8892925176174289117.title": "Frog Photo", + "ftbquests.chapter.mob_safari.quest42.title": "Frog", + "ftbquests.chapter.mob_safari.quest43.task_7912667151609898398.title": "Glow Squid Photo", + "ftbquests.chapter.mob_safari.quest43.title": "Glow Squid", + "ftbquests.chapter.mob_safari.quest44.task_4389105525914117514.title": "Horse Photo", + "ftbquests.chapter.mob_safari.quest44.title": "Horse", + "ftbquests.chapter.mob_safari.quest45.task_4359593363899885941.title": "Mooshroom Photo", + "ftbquests.chapter.mob_safari.quest45.title": "Mooshroom", + "ftbquests.chapter.mob_safari.quest46.task_924922940433498504.title": "Mule Photo", + "ftbquests.chapter.mob_safari.quest46.title": "Mule", + "ftbquests.chapter.mob_safari.quest47.task_4787445126890462554.title": "Ocelot Photo", + "ftbquests.chapter.mob_safari.quest47.title": "Ocelot", + "ftbquests.chapter.mob_safari.quest48.task_595439666779967783.title": "Parrot Photo", + "ftbquests.chapter.mob_safari.quest48.title": "Parrot", + "ftbquests.chapter.mob_safari.quest49.task_6791445533424275382.title": "Pig Photo", + "ftbquests.chapter.mob_safari.quest49.title": "Pig", + "ftbquests.chapter.mob_safari.quest5.task_2405723904258009579.title": "Drowned Photo", + "ftbquests.chapter.mob_safari.quest5.title": "Drowned", + "ftbquests.chapter.mob_safari.quest50.task_5186559523328413187.title": "Pufferfish Photo", + "ftbquests.chapter.mob_safari.quest50.title": "Pufferfish", + "ftbquests.chapter.mob_safari.quest51.task_1802630615776817042.title": "Rabbit Photo", + "ftbquests.chapter.mob_safari.quest51.title": "Rabbit", + "ftbquests.chapter.mob_safari.quest52.task_9075318374820615216.title": "Salmon Photo", + "ftbquests.chapter.mob_safari.quest52.title": "Salmon", + "ftbquests.chapter.mob_safari.quest53.task_1279126845524092057.title": "Sheep Photo", + "ftbquests.chapter.mob_safari.quest53.title": "Sheep", + "ftbquests.chapter.mob_safari.quest54.description1": "\u00267Tip: the sniffer egg is craftable!", + "ftbquests.chapter.mob_safari.quest54.task_4496075018482353874.title": "Sniffer Photo", + "ftbquests.chapter.mob_safari.quest54.title": "Sniffer", + "ftbquests.chapter.mob_safari.quest55.task_7621061223329854925.title": "Snow Golem Photo", + "ftbquests.chapter.mob_safari.quest55.title": "Snow Golem", + "ftbquests.chapter.mob_safari.quest56.task_3811954916556661348.title": "Squid Photo", + "ftbquests.chapter.mob_safari.quest56.title": "Squid", + "ftbquests.chapter.mob_safari.quest57.task_8980744210598611125.title": "Strider Photo", + "ftbquests.chapter.mob_safari.quest57.title": "Strider", + "ftbquests.chapter.mob_safari.quest58.task_3384099064913889422.title": "Tropical Fish Photo", + "ftbquests.chapter.mob_safari.quest58.title": "Tropical Fish", + "ftbquests.chapter.mob_safari.quest59.task_8173784837555787990.title": "Turtle Photo", + "ftbquests.chapter.mob_safari.quest59.title": "Turtle", + "ftbquests.chapter.mob_safari.quest6.task_874911539473621191.title": "Spider Photo", + "ftbquests.chapter.mob_safari.quest6.title": "Spider", + "ftbquests.chapter.mob_safari.quest60.task_3689972004573703426.title": "Villager Photo", + "ftbquests.chapter.mob_safari.quest60.title": "Villager", + "ftbquests.chapter.mob_safari.quest61.description1": "\u00267Tip: an oak or birch tree grown near flowers has a small chance to spawn a beehive!", + "ftbquests.chapter.mob_safari.quest61.task_5922903859006989903.title": "Bee Photo", + "ftbquests.chapter.mob_safari.quest61.title": "Bee", + "ftbquests.chapter.mob_safari.quest62.task_6003122656664405150.title": "Dolphin Photo", + "ftbquests.chapter.mob_safari.quest62.title": "Dolphin", + "ftbquests.chapter.mob_safari.quest63.task_8533728607102685433.title": "Fox Photo", + "ftbquests.chapter.mob_safari.quest63.title": "Fox", + "ftbquests.chapter.mob_safari.quest64.task_2426644530607004924.title": "Goat Photo", + "ftbquests.chapter.mob_safari.quest64.title": "Goat", + "ftbquests.chapter.mob_safari.quest65.task_7632281372321087328.title": "Iron Golem Photo", + "ftbquests.chapter.mob_safari.quest65.title": "Iron Golem", + "ftbquests.chapter.mob_safari.quest66.reward_5070411217558644494.title": "Wash the spit off your face!", + "ftbquests.chapter.mob_safari.quest66.task_6151594406741525419.title": "Llama Photo", + "ftbquests.chapter.mob_safari.quest66.title": "Llama", + "ftbquests.chapter.mob_safari.quest67.task_8391996334368644499.title": "Panda Photo", + "ftbquests.chapter.mob_safari.quest67.title": "Panda", + "ftbquests.chapter.mob_safari.quest68.task_6356092814838542587.title": "Polar Bear Photo", + "ftbquests.chapter.mob_safari.quest68.title": "Polar Bear", + "ftbquests.chapter.mob_safari.quest69.task_5155069369552929707.title": "Wolf Photo", + "ftbquests.chapter.mob_safari.quest69.title": "Wolf", + "ftbquests.chapter.mob_safari.quest7.task_7828452674496297861.title": "Cave Spider Photo", + "ftbquests.chapter.mob_safari.quest7.title": "Cave Spider", + "ftbquests.chapter.mob_safari.quest70.task_6586877749199133229.title": "Zombified Piglin Photo", + "ftbquests.chapter.mob_safari.quest70.title": "Zombified Piglin", + "ftbquests.chapter.mob_safari.quest71.description1": "\u00267Tip: there is a ritual that spawns the Elder Guardian!", + "ftbquests.chapter.mob_safari.quest71.task_1136723065807110792.title": "Elder Guardian Photo", + "ftbquests.chapter.mob_safari.quest71.title": "Elder Guardian", + "ftbquests.chapter.mob_safari.quest72.task_1119603583110664878.title": "Starbuncle Photo", + "ftbquests.chapter.mob_safari.quest72.title": "Starbuncle", + "ftbquests.chapter.mob_safari.quest73.task_1237879032257403086.title": "Wilden Guardian Photo", + "ftbquests.chapter.mob_safari.quest73.title": "Wilden Defender", + "ftbquests.chapter.mob_safari.quest74.task_5793666635438854570.title": "Wilden Pack Hunter Photo", + "ftbquests.chapter.mob_safari.quest74.title": "Wilden Pack Hunter", + "ftbquests.chapter.mob_safari.quest75.task_8789953344793101489.title": "Wilden Stalker Photo", + "ftbquests.chapter.mob_safari.quest75.title": "Wilden Stalker", + "ftbquests.chapter.mob_safari.quest76.task_4116691053894850008.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest76.title": "Drygmy", + "ftbquests.chapter.mob_safari.quest77.task_1018473204252943458.title": "Wilden Chimera Photo", + "ftbquests.chapter.mob_safari.quest77.title": "Wilden Chimera", + "ftbquests.chapter.mob_safari.quest78.task_6004116955135160925.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest78.title": "Whirlisprig", + "ftbquests.chapter.mob_safari.quest79.description1": "\u00267Tip: a spawned siren, not a tamed familiar!", + "ftbquests.chapter.mob_safari.quest79.task_1471670924078031545.title": "Siren Photo", + "ftbquests.chapter.mob_safari.quest79.title": "Siren", + "ftbquests.chapter.mob_safari.quest8.task_4943959340946543881.title": "Enderman Photo", + "ftbquests.chapter.mob_safari.quest8.title": "Enderman", + "ftbquests.chapter.mob_safari.quest80.description1": "I mean. You did a LOT of grinding probably to get here. Also by definition you\u0027ve finished the pack, or good as.", + "ftbquests.chapter.mob_safari.quest80.subtitle": "because why not?", + "ftbquests.chapter.mob_safari.quest80.title": "Safari LEGEND", + "ftbquests.chapter.mob_safari.quest9.task_4733333668196733711.title": "Endermite Photo", + "ftbquests.chapter.mob_safari.quest9.title": "Endermite", + "ftbquests.chapter.mob_safari.title": "Mob Safari", + "ftbquests.chapter.resource_generation.quest1.description1": "\u00266Prosperity Shards\u0026r are the basis of all mystical essence manipulation - very useful for generating large amounts of basic resources.", + "ftbquests.chapter.resource_generation.quest1.description2": "They can be found by breaking down copper nuggets with a pickaxe on a cutting board.", + "ftbquests.chapter.resource_generation.quest1.description3": "\u00267Tip: you can also make prosperity shards in an Enrichment Chamber!", + "ftbquests.chapter.resource_generation.quest10.description1": "With enough inferium, you can craft \u00266Inferium Seeds,\u0026r which grow essence themselves.", + "ftbquests.chapter.resource_generation.quest11.description1": "More potent than regular inferium essence, \u00266Prudentium Essence\u0026r can be used to make some useful essence seeds.", + "ftbquests.chapter.resource_generation.quest11.description2": "Make it by fortifying inferium essence with all four elemental essences in a \u00266Cauldron.\u0026r", + "ftbquests.chapter.resource_generation.quest11.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest18.description1": "The \u00266infusion altar\u0026r and \u00266pedestals\u0026r are required to craft essence seeds.", + "ftbquests.chapter.resource_generation.quest18.description2": "Place the items necessary in the pedestals, then give the altar a redstone signal or a wave of a wand to begin crafting.", + "ftbquests.chapter.resource_generation.quest19.description1": "By breeding \u00266Rocky\u0026r bees together in the nether, they\u0027ll slowly adapt and turn into their nether versions - \u00266Crimson\u0026r and \u00266Warped\u0026r bees. \u00266Cursed\u0026r bees are the hybrid between the two.", + "ftbquests.chapter.resource_generation.quest19.description2": "These bees, twisted by the nether environment, are somewhat aggressive; they\u0027ll harm nearby mobs (including players!)", + "ftbquests.chapter.resource_generation.quest19.task_3895545663253499388.title": "Warped", + "ftbquests.chapter.resource_generation.quest19.task_8052506021592411173.title": "Cursed", + "ftbquests.chapter.resource_generation.quest19.task_891469205622428585.title": "Crimson", + "ftbquests.chapter.resource_generation.quest19.title": "Nether Bees", + "ftbquests.chapter.resource_generation.quest2.description1": "You can place frames into your apiary for bonuses to productivity, lifespan, and even change the temperature and humidity of an apiary. ", + "ftbquests.chapter.resource_generation.quest2.description2": "\u00267Tip: Frame modifiers stack multiplicatively, not additively!\u0026r", + "ftbquests.chapter.resource_generation.quest2.task_1734748989054878453.title": "Any Frame", + "ftbquests.chapter.resource_generation.quest20.description1": "If you\u0027re tired of getting stung by nether bees, try crafting a set of \u00266Apiarist Gear.\u0026r This armor, when worn as a set, will protect you from getting affected by any bees nearby.", + "ftbquests.chapter.resource_generation.quest20.description2": "It\u0027s made of silk, which you can get from propolis (which you can get from simmering combs, among others.)", + "ftbquests.chapter.resource_generation.quest20.title": "Apiarist Gear", + "ftbquests.chapter.resource_generation.quest21.description1": "\u00266Rocky\u0026r and \u00266Robust\u0026r bees are more used to cooler climates, but you can breed better tolerances into them. ", + "ftbquests.chapter.resource_generation.quest21.description2": "Their rocky combs produce much more wax and honey than their wasteland cousins, but more importantly, they can rarely produce \u00266Copper Combs\u0026r as a specialty.", + "ftbquests.chapter.resource_generation.quest21.description3": "\u00267Tip: specialties are only produced when a bee is ecstatic! To make a bee ecstatic, you have to have its housing climate \u0026lexactly\u0026r\u00267 match the bee\u0027s preferred climate. Either breed it so that it prefers the hot dry wastes, or use special frames to adjust the temperature and humidity!", + "ftbquests.chapter.resource_generation.quest21.description4": "\u00267Tip 2: tuff (which you need underneath the apiary to breed these bees!) can be crafted or found underground.", + "ftbquests.chapter.resource_generation.quest21.task_1538674417108678800.title": "Resilient", + "ftbquests.chapter.resource_generation.quest21.task_7190582857068653051.title": "Robust", + "ftbquests.chapter.resource_generation.quest21.task_9033126545582958159.title": "Rocky", + "ftbquests.chapter.resource_generation.quest21.title": "Rocky Bees", + "ftbquests.chapter.resource_generation.quest22.description1": "\u00266Haunted,\u0026r \u00266Ghostly,\u0026r and \u00266Spectral\u0026r bees are an offshoot of nether bees that produce Spectral combs, a relatively honey-rich comb. Additionally, Spectral bees will produce \u00266glowstone\u0026r as a specialty!", + "ftbquests.chapter.resource_generation.quest22.task_3081911043010225060.title": "Haunted", + "ftbquests.chapter.resource_generation.quest22.task_5262672928415792469.title": "Ghostly", + "ftbquests.chapter.resource_generation.quest22.task_8517504769354790857.title": "Spectral", + "ftbquests.chapter.resource_generation.quest22.title": "Spectral Bees", + "ftbquests.chapter.resource_generation.quest23.description1": "\u00266Common\u0026r and \u00266Cultivated\u0026r bees were the most common species in the world that came before, from what you recall.", + "ftbquests.chapter.resource_generation.quest23.task_3642208754252689379.title": "Common", + "ftbquests.chapter.resource_generation.quest23.task_8299291890952022433.title": "Cultivated", + "ftbquests.chapter.resource_generation.quest23.title": "Common Bees", + "ftbquests.chapter.resource_generation.quest24.description1": "These glorious bee comrades ironically despise queens. They are also notable for producing \u00266pollen\u0026r and having \u00266higher than average productivity.\u0026r", + "ftbquests.chapter.resource_generation.quest24.task_2025398279722007265.title": "Industrious", + "ftbquests.chapter.resource_generation.quest24.task_3616071306266700168.title": "Tireless", + "ftbquests.chapter.resource_generation.quest24.task_8393881405903593674.title": "Diligent", + "ftbquests.chapter.resource_generation.quest24.title": "Industrious Bees", + "ftbquests.chapter.resource_generation.quest25.description1": "Somewhat snooty and famously literally blue-blooded, these bees can produce \u00266Royal Combs\u0026r when ecstatic. These combs can then centrifuge into \u00266Royal Jelly.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description2": "They also have a \u00266higher than average fertility rate.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description3": "\u00267Tip: Imperial bees have the Beatific effect, which provides all mobs nearby with regeneration!", + "ftbquests.chapter.resource_generation.quest25.task_6398361437915986421.title": "Noble", + "ftbquests.chapter.resource_generation.quest25.task_7062842366521447494.title": "Imperial", + "ftbquests.chapter.resource_generation.quest25.task_753059639095222795.title": "Majestic", + "ftbquests.chapter.resource_generation.quest25.title": "Imperial Bees", + "ftbquests.chapter.resource_generation.quest26.description1": "The \u00266Mellarium\u0026r is a multiblock version of the apiary, with the ability to add modules that can help you in a variety of ways.", + "ftbquests.chapter.resource_generation.quest26.description2": "The most concrete thing a Mellarium can do is give you more than three frame slots, using \u00266Frame Housings.\u0026r This means you can get, in the best case, \u0026l\u0026oSTACKS\u0026r of combs every bee tick.", + "ftbquests.chapter.resource_generation.quest26.description3": "You can also increase your chances of getting a mutation, shield your bees from rain, and change the climate using catalyst items.", + "ftbquests.chapter.resource_generation.quest26.description4": "\u00267Tip: read your Apiarist Field Guide for more information!", + "ftbquests.chapter.resource_generation.quest26.title": "The Mellarium", + "ftbquests.chapter.resource_generation.quest27.description1": "Once you start getting propolis, you can start \u00266upgrading\u0026r your \u00266Centrifuges\u0026r and \u00266Generators\u0026r - each upgrade has different stats, and you can put up to three in your machines.", + "ftbquests.chapter.resource_generation.quest27.description2": "Like frames, these upgrades stack multiplicatively.", + "ftbquests.chapter.resource_generation.quest27.description3": "\u00267Tip: the earliest ways to get propolis are through nether bees or rocky bees!", + "ftbquests.chapter.resource_generation.quest27.task_7611771532993062026.title": "Any Upgrade", + "ftbquests.chapter.resource_generation.quest27.title": "Upgrades", + "ftbquests.chapter.resource_generation.quest28.description1": "At some point you\u0027ll have more honey (and other bee products) than you know what to do with. ", + "ftbquests.chapter.resource_generation.quest28.description2": "If nothing else, you can burn them for energy in the \u00266Honey Generator!\u0026r", + "ftbquests.chapter.resource_generation.quest29.description1": "An interesting thing about these bees is that there\u0027s no way to get more than one queen out of a breeding pair. Fortunately, you can perform a ritual to summon \u00266more bee nests\u0026r through magic and some special ingredients.", + "ftbquests.chapter.resource_generation.quest29.description2": "Read your Reclamation Rituals book for more information.", + "ftbquests.chapter.resource_generation.quest29.title": "More Nests", + "ftbquests.chapter.resource_generation.quest3.description1": "You\u0027ve noticed some beehives dotted around. Maybe you can try to domesticate them?", + "ftbquests.chapter.resource_generation.quest3.description2": "You\u0027ll need a tool to harvest the nests and a place to raise the bees.", + "ftbquests.chapter.resource_generation.quest3.description3": "\u00267Tip: not every bee is required to finish the pack! Branching out from the required bees will allow you to generate resources much easier than the traditional routes, however.", + "ftbquests.chapter.resource_generation.quest3.title": "Beeginnings", + "ftbquests.chapter.resource_generation.quest30.description1": "Certain bees can produce straight up raw metals from certain rocks!", + "ftbquests.chapter.resource_generation.quest30.task_1055543042056575718.title": "Cuprous", + "ftbquests.chapter.resource_generation.quest30.task_2417461944780662004.title": "Osimum", + "ftbquests.chapter.resource_generation.quest30.task_4765395095236658823.title": "Radioactive", + "ftbquests.chapter.resource_generation.quest30.task_5074021897861698803.title": "Precious", + "ftbquests.chapter.resource_generation.quest30.task_5533305920955437908.title": "Ferrous", + "ftbquests.chapter.resource_generation.quest30.task_6870748623537125703.title": "Argentum", + "ftbquests.chapter.resource_generation.quest30.task_766783682761833592.title": "Zincum", + "ftbquests.chapter.resource_generation.quest30.task_8469594533203667582.title": "Stannum", + "ftbquests.chapter.resource_generation.quest30.task_9085151875040480342.title": "Plumbum", + "ftbquests.chapter.resource_generation.quest30.title": "Metal Bees", + "ftbquests.chapter.resource_generation.quest31.description1": "Certain bees can produce raw minerals from their environment!", + "ftbquests.chapter.resource_generation.quest31.task_1818325150934700666.title": "Emeradic", + "ftbquests.chapter.resource_generation.quest31.task_2840825311361710213.title": "Lapic", + "ftbquests.chapter.resource_generation.quest31.task_3358109104860624142.title": "Fluorite", + "ftbquests.chapter.resource_generation.quest31.task_3719081351633839622.title": "Bituminous", + "ftbquests.chapter.resource_generation.quest31.task_4463225001103591989.title": "Silicate", + "ftbquests.chapter.resource_generation.quest31.task_5231403782456047002.title": "Dimantic", + "ftbquests.chapter.resource_generation.quest31.task_5480192077480458536.title": "Luminous", + "ftbquests.chapter.resource_generation.quest31.task_6963870120953273988.title": "Amethyst", + "ftbquests.chapter.resource_generation.quest31.task_7118701806962971116.title": "Quartz", + "ftbquests.chapter.resource_generation.quest31.task_7148838165140607695.title": "Conductive", + "ftbquests.chapter.resource_generation.quest31.title": "Mineral Bees", + "ftbquests.chapter.resource_generation.quest32.description1": "Stronger than Prudentium, \u00266Tertium\u0026r is necessary for all kinds of metallic essence seeds.", + "ftbquests.chapter.resource_generation.quest32.description2": "Make it using a \u00266Runic Altar\u0026r or \u00266Terrestrial Agglomeration Plate.\u0026r", + "ftbquests.chapter.resource_generation.quest32.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest32.description4": "\u00267Tip 2: a potency lens would make the altar process much faster!", + "ftbquests.chapter.resource_generation.quest33.description1": "\u00266Imperium\u0026r is the penultimate tier of essence, requiring combining the power of \u00265Source\u0026r and Tertium Essence.", + "ftbquests.chapter.resource_generation.quest33.description2": "It can be made using an \u00266Imbuement Chamber.\u0026r", + "ftbquests.chapter.resource_generation.quest33.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest34.description1": "\u00266Supremium\u0026r is the highest tier of essence, used for crafting the highest tier of mystical equipment and seeds.", + "ftbquests.chapter.resource_generation.quest34.description2": "Anoint Imperium with life essence to create it.", + "ftbquests.chapter.resource_generation.quest34.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest35.description1": "These bees can produce magical products. Some of them, like the \u00266Natural\u0026r bee, have special effects!", + "ftbquests.chapter.resource_generation.quest35.description2": "Additionally, the Natural bee produces some small amount of \u00266Nature Essence\u0026r if kept ecstatic.", + "ftbquests.chapter.resource_generation.quest35.task_2760367059321888447.title": "Dawnstone", + "ftbquests.chapter.resource_generation.quest35.task_4095918579037388131.title": "Willful", + "ftbquests.chapter.resource_generation.quest35.task_417359132698374078.title": "Botanic", + "ftbquests.chapter.resource_generation.quest35.task_4623337291104132366.title": "Demonite", + "ftbquests.chapter.resource_generation.quest35.task_5288388297853031166.title": "Terra", + "ftbquests.chapter.resource_generation.quest35.task_5373973326405937422.title": "Natural", + "ftbquests.chapter.resource_generation.quest35.task_7910365384265410324.title": "Source", + "ftbquests.chapter.resource_generation.quest35.title": "Magical Bees", + "ftbquests.chapter.resource_generation.quest37.description1": "\u00267Tip: you\u0027ll need to breed Nature bees to get your first bits of nature essence!", + "ftbquests.chapter.resource_generation.quest4.description1": "Now pop a \u00266princess and drone into an apiary,\u0026r and watch the magic happen! Bees can generate some \u00266very useful resources\u0026r in their combs; initially, though, you\u0027ll have to process said combs on \u00266a cutting board.\u0026r", + "ftbquests.chapter.resource_generation.quest4.description2": "At first, you\u0027ll only get beeswax and honey drops, alongside some dead logs...", + "ftbquests.chapter.resource_generation.quest4.description3": "\u00267Tip: wasteland bees (and desiccated and dried bees) need dead bushes as their \u0027flowers\u0027!", + "ftbquests.chapter.resource_generation.quest4.title": "Beesources", + "ftbquests.chapter.resource_generation.quest5.description1": "By continuously re-breeding \u00266Wasteland\u0026r bees together, you can start to slowly revitalize them. \u00266Desiccated\u0026r and \u00266Dried\u0026r bees are slightly better, with a higher productivity and lifespan - meaning less maintenance and more combs!", + "ftbquests.chapter.resource_generation.quest5.task_3134995966104364628.title": "Dried", + "ftbquests.chapter.resource_generation.quest5.task_7818871944295114422.title": "Desiccated", + "ftbquests.chapter.resource_generation.quest5.title": "Reclaimed Bees", + "ftbquests.chapter.resource_generation.quest6.description1": "At some point, you\u0027ll want to take a closer look at your bees - the \u00266Analyzer\u0026r allows you to examine what genes exactly any given bee has, for the low cost of a single honey drop.", + "ftbquests.chapter.resource_generation.quest6.description2": "The \u00266Apid Library\u0026r shows you what mutations you can create with a bee\u0027s species.", + "ftbquests.chapter.resource_generation.quest6.description3": "The \u00266Microscope\u0026r allows you to research bee species, giving you a higher chance to mutate bees into a researched species.", + "ftbquests.chapter.resource_generation.quest6.description4": "\u00267Tip: the Microscope is a great way to get rid of unnecessary drones you have! Read the Apiarist Field Guide for more info on it.", + "ftbquests.chapter.resource_generation.quest6.title": "Tools of the Trade", + "ftbquests.chapter.resource_generation.quest67.description1": "\u00266Growth Accelerators\u0026r grow the crop above them faster. Higher tiers have higher ranges, meaning you can stack more underneath your farmland!", + "ftbquests.chapter.resource_generation.quest68.description1": "Essence infused watering cans can water a larger area faster.", + "ftbquests.chapter.resource_generation.quest7.description1": "If you want to process your combs more efficiently, you\u0027ll want to make a \u00266Centrifuge.\u0026r Powered by a generator, it automatically turns combs into comb products - no more manual chopping!", + "ftbquests.chapter.resource_generation.quest7.title": "Comb Processing ", + "ftbquests.chapter.resource_generation.quest73.description1": "\u00267Tip: unlimited wadduh", + "ftbquests.chapter.resource_generation.quest8.description1": "All essence seeds need to grow on specially prepared \u00266Essence Farmland.\u0026r", + "ftbquests.chapter.resource_generation.quest8.description2": "You can obtain your first bits of \u00266Inferium Essence\u0026r from killing mobs.", + "ftbquests.chapter.resource_generation.quest8.description3": "\u00267Tip: higher tier essence farmland will grow essence crops slightly faster!", + "ftbquests.chapter.resource_generation.quest9.description1": "These first elemental seeds don\u0027t have very many direct crafting uses, but are an important stepping stone to bigger and better things.", + "ftbquests.chapter.resource_generation.quest9.description2": "\u00267Tip: essence seeds aren\u0027t cloneable, meaning you\u0027ll need two or more to actually start increasing their stats!", + "ftbquests.chapter.resource_generation.quest9.title": "Elemental Seeds", + "ftbquests.chapter.resource_generation.title": "Resource Generation", + "ftbquests.chapter.the_color_green.quest1.description1": "You\u0027ve done it! You finally have grass. It\u0027s not exactly green, but you can \u00266bonemeal\u0026r a large area of it and \u00266get flowers!\u0026r", + "ftbquests.chapter.the_color_green.quest1.title": "Grass!", + "ftbquests.chapter.the_color_green.quest10.description1": "The \u00266Natural Altar\u0026r is a very important tool in the manipulation of natural energies.", + "ftbquests.chapter.the_color_green.quest10.description2": "Once the altar is fully built, it will drain \u00266aura\u0026r from its surroundings. It will then use those energies to \u00266transform items put into it.\u0026r ", + "ftbquests.chapter.the_color_green.quest10.description3": "You should also look into creating the \u00266Environmental Eye\u0026r - a very useful device that shows you the level of aura in the nearby area.", + "ftbquests.chapter.the_color_green.quest10.task_4749334638074014910.title": "Any Planks", + "ftbquests.chapter.the_color_green.quest10.title": "Natural Altar", + "ftbquests.chapter.the_color_green.quest11.description1": "Infusing iron in the Natural Altar creates, funnily enough, \u00266Infused Iron Ingots.\u0026r These have a wide variety of uses, but chief among them are some very nice tools and armor, with \u00266special abilities\u0026r and the unique property of being \u00266repairable using Aura.\u0026r", + "ftbquests.chapter.the_color_green.quest11.title": "Infused Iron", + "ftbquests.chapter.the_color_green.quest12.description1": "Extremely malleable, \u00266Andesite Alloy\u0026r is a crucial component of contraptions to come.", + "ftbquests.chapter.the_color_green.quest12.description2": "\u00267Tip: very small amounts of Create are needed to finish the pack, but you won\u0027t have to get too deep into it!", + "ftbquests.chapter.the_color_green.quest13.description1": "The Natural Altar requires aura in the surrounding area to function. It won\u0027t ever take the aura to a negative level, but it will \u00264stop working completely if the aura is low enough,\u0026r which means you\u0027ll need a way of replenishing it.", + "ftbquests.chapter.the_color_green.quest13.description2": "\u00266Ancient Saplings\u0026r are the most basic way to do this; once grown, if the area\u0027s aura is low enough, the tree\u0027s leaves will \u00264slowly wither away,\u0026r \u00266producing aura in the process.\u0026r", + "ftbquests.chapter.the_color_green.quest13.title": "Creating Aura", + "ftbquests.chapter.the_color_green.quest14.description1": "An excess of aura generates flowers - and this device can turn \u00266flowers into an excess of aura!\u0026r Make sure you feed it a \u00266balanced diet of different flowers,\u0026r though; too much of the same flower and it starts to give you \u00264diminishing returns.\u0026r", + "ftbquests.chapter.the_color_green.quest14.description2": "\u00267Tip: if the aura in an area is high enough, it\u0027ll charge aura caches! Crouch with a botanist tool (made from infused iron) to repair them with an aura cache in your inventory.", + "ftbquests.chapter.the_color_green.quest15.description1": "Mana\u0027s not very useful without ways to generate and move it! Starting out, your best source of mana is going to be the \u00266Endoflame.\u0026r", + "ftbquests.chapter.the_color_green.quest15.description2": "\u00267Tip: you can use the Wand of the Forest to bind the spreader to flowers and pools.", + "ftbquests.chapter.the_color_green.quest15.description3": "\u00267Tip 2: using a pressure plate but it\u0027s not working? Open your OPAC keybind (default [\u0027]) to turn off the Prot. Plates from Other setting!", + "ftbquests.chapter.the_color_green.quest15.task_4041437535513982933.title": "Wand of the Forest", + "ftbquests.chapter.the_color_green.quest15.title": "Generating Mana", + "ftbquests.chapter.the_color_green.quest16.description1": "Now that you have a more robust source of aura, you can put it to more use - a \u00266crumbling catalyst,\u0026r when placed on top of one of the lower four golden blocks of a natural altar, can crush things much more finely than you can by hand. It can get you \u00266more bone meal per bone, more gold powder per leaf, and even turn cobblestone into sand!\u0026r", + "ftbquests.chapter.the_color_green.quest17.description1": "There are a few items you can place on top of your altar to increase its capacity and recharge rate:", + "ftbquests.chapter.the_color_green.quest17.description2": "\u00266Torch:\u0026r +0.5x recharge rate", + "ftbquests.chapter.the_color_green.quest17.description3": "\u00266Skeleton Skull/Husk Head:\u0026r +1x recharge rate, +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description4": "\u00266Chalice:\u0026r +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description5": "Eventually, you can replace the torch with a candelabra, the skeleton skull with a wither skeleton or player skull, and the chalice with a filled chalice for even more recharge rate and capacity.", + "ftbquests.chapter.the_color_green.quest17.task_4639929492764668107.title": "Head Upgrade", + "ftbquests.chapter.the_color_green.quest17.title": "Altar Upgrades", + "ftbquests.chapter.the_color_green.quest18.description1": "Attuned stones are a very important part of witchcraft - not only do they let you \u00266craft necessary workstations,\u0026r they also give you the ability to perform certain rites \u00266without the need of an altar,\u0026r once charged!", + "ftbquests.chapter.the_color_green.quest18.description2": "\u00267Please note that this recipe needs altar power! Make sure your cauldron is within range of your altar!", + "ftbquests.chapter.the_color_green.quest19.description1": "If the \u00266Altar\u0026r is the backbone of witchcraft, the \u00266Distillery, Kettle,\u0026r and \u00266Spinning Wheel \u0026rare its phalanges. ", + "ftbquests.chapter.the_color_green.quest19.description2": "...strange metaphors aside, these blocks allow you to craft a wide variety of \u00266witchy goodies.\u0026r They will need to be placed within range of an altar, if their recipes require power.", + "ftbquests.chapter.the_color_green.quest19.title": "Tools of the Trade", + "ftbquests.chapter.the_color_green.quest2.description1": "Now that you have actual plants available, you can start to harness their latent life-energy to power rituals. To start, you\u0027ll have to create a structure capable of collecting it - an \u00266Altar\u0026r should do well here. Place your Altar blocks in a 2x3 rectangle and it should start collecting power!", + "ftbquests.chapter.the_color_green.quest2.description2": "The more \u00266plantlife\u0026r there is around the\u00266 Altar,\u0026r the more power you can store. This includes \u00266trees, grass, flowers, crops, vines, pumpkins, melons, and more!\u0026r", + "ftbquests.chapter.the_color_green.quest2.description3": "\u00267Tip: the altar has a range of 16 blocks! There is a cap to each kind of plantlife nearby as well, so make sure the surroundings are varied.", + "ftbquests.chapter.the_color_green.quest2.title": "Altar", + "ftbquests.chapter.the_color_green.quest20.description1": "An apparatus perfect for channelling large amounts of mana into collections of objects, the \u00266Runic Altar\u0026r will (obviously) let you make runes.", + "ftbquests.chapter.the_color_green.quest20.description2": "\u00267Tip: with the altar, if you don\u0027t have them already, you can craft mystical flower seeds!", + "ftbquests.chapter.the_color_green.quest21.description1": "Ember item and fluid pipes are relatively basic, but at this point in time they\u0027re fairly decent for small-scale operations. Pipes need extractors to pull items into them, and extractors need a redstone signal to be activated. There are a few other quirks to the system, all of which are explained in your \u00266Ancient Codex.", + "ftbquests.chapter.the_color_green.quest21.description2": "\u00267Note - basically everything in Embers needs a redstone signal to activate, so get ready to place plenty of levers!", + "ftbquests.chapter.the_color_green.quest21.title": "Dwarven Logistics", + "ftbquests.chapter.the_color_green.quest22.description1": "Now that you have some Ember, you\u0027ll need to turn it into useable energy somehow.", + "ftbquests.chapter.the_color_green.quest22.description2": "The\u00266 Ember Activator\u0026r turns solid Ember into \u00266Activated Ember;\u0026r pipe crystals and shards into the bottom, and attach an \u00266Ember Emitter to the top\u0026r to output \u00266Activated Ember.\u0026r ", + "ftbquests.chapter.the_color_green.quest22.description3": "Use a Tinker\u0027s Hammer on the emitter to link it to a receptor, give it a redstone signal, and you\u0027re transmitting Activated Ember!", + "ftbquests.chapter.the_color_green.quest22.description4": "\u00267Note that Ember Grit doesn\u0027t normally produce Activated Ember; you\u0027ll have to add a \u00266Heat Exchanger\u00267 to an activator to get energy out of it (which multiplies all ember production by 0.9x, but adds a flat +300 to all items production!)", + "ftbquests.chapter.the_color_green.quest22.title": "Activating Ember", + "ftbquests.chapter.the_color_green.quest23.description1": "One of the main ways to channel altar power is through the practice of \u00266circle magic.\u0026r Each ritual has a gold chalk glyph at its center, but the placement of other chalk glyphs changes depending on what kind of ritual you want to perform!", + "ftbquests.chapter.the_color_green.quest23.description2": "Most rituals can target a remote area using a waystone (blooded or otherwise), and some rituals can even be performed away from the altar by adding a charged attuned stone to them!\u00266 Read through the two reward books to find out what rituals you can perform.\u0026r", + "ftbquests.chapter.the_color_green.quest23.description3": "\u00267Tip: the rite of fertility is a cheap, easy way to mass bonemeal grass, crops or anything else!", + "ftbquests.chapter.the_color_green.quest23.title": "Circle Magic", + "ftbquests.chapter.the_color_green.quest24.description1": "You\u0027ll want to make a \u00266Copper Cell\u0026r to \u00266store your activated ember\u0026r - it works as a kind of \u0027battery\u0027 for the mystical energy.", + "ftbquests.chapter.the_color_green.quest24.description2": "To see how much ember is in the cell, place an \u00266Ember Dial\u0026r on it.", + "ftbquests.chapter.the_color_green.quest24.title": "Storing Ember", + "ftbquests.chapter.the_color_green.quest25.description1": "Ember is capable of melting metals and other items in the creatively-named \u00266Melter\u0026r - feed the bottom half ember, feed the top half items to melt, and you can extract molten metals from the top half.", + "ftbquests.chapter.the_color_green.quest25.description2": "This molten metal can be formed into a variety of shapes in a \u00266Stamper;\u0026r place the \u00266Stamp Base,\u0026r then the \u00266Stamper above it with a one-block gap\u0026r of air. Give the Stamper ember and a stamp, pipe molten metal into the base, and presto! Stamped and cooled metal products! ", + "ftbquests.chapter.the_color_green.quest25.description3": "Notably, you can use this process to \u00266produce plates more efficiently.\u0026r", + "ftbquests.chapter.the_color_green.quest25.title": "Melting and Stamping", + "ftbquests.chapter.the_color_green.quest26.description1": "By piping molten copper and gold into \u0026odifferent sides\u0026r of the bottom of a \u00266Mixer Centrifuge,\u0026r (along with some ember) you can combine them into a strong, ember-aligned metal called \u00266Dawnstone.\u0026r Pipe it out of the top and stamp it into ingots or plates!", + "ftbquests.chapter.the_color_green.quest26.description2": "\u00267Tip: use your Tinker\u0027s Lens to see what\u0027s going on in the mixer!", + "ftbquests.chapter.the_color_green.quest26.title": "Dawnstone", + "ftbquests.chapter.the_color_green.quest27.description1": "The Andesite Casing is a crucial part of any kind of mechanical apparatus.", + "ftbquests.chapter.the_color_green.quest28.description1": "For more advanced ember crafting, a special setup is required. An \u00266exchange tablet\u0026r with some \u00266pedestals\u0026r around it, when struck with a \u00266beam cannon pulse,\u0026r will transmute the center item into a new result item.", + "ftbquests.chapter.the_color_green.quest28.description2": "There is one complication, though. The pedestals need \u00266aspectii\u0026r to be placed on them, and you aren\u0027t sure which aspectii go with which items! The only way to find out is through experiementation - if the transmutation fails, it will produce \u0026balchemical waste.\u0026r When held and right clicked, the waste will reveal a number of \u00266glowing spots,\u0026r which tell you the number of \u00266aspectus/item combinations you got right.\u0026r", + "ftbquests.chapter.the_color_green.quest28.title": "Energetic Alchemy", + "ftbquests.chapter.the_color_green.quest29.description1": "Using the power of mana and a pumpkin, you think you can create a \u00266Fel Pumpkin\u0026r - a weak imitation of a blaze head. Pop this magically-charged head on top of two iron bars, and it\u0027ll turn into a passable facsimile of a blaze.", + "ftbquests.chapter.the_color_green.quest29.description2": "This imitation blaze always drops at least \u0026610 blaze powder.\u0026r This blaze powder can be spun into brilliant fiber, or distilled into more useful dusts!", + "ftbquests.chapter.the_color_green.quest29.description3": "\u00267Tip: you can capture an imitation blaze in the Blaze Burner!", + "ftbquests.chapter.the_color_green.quest29.title": "Knockoff Blazes", + "ftbquests.chapter.the_color_green.quest3.description1": "Using dye from the flowers you can get by \u00266bonemealing grass,\u0026r you can craft a special kind of fertilizer that can coax \u00266mystical flowers\u0026r to life.", + "ftbquests.chapter.the_color_green.quest3.description2": "\u00267Tip: you can also get mystical flower seeds through crossbreeding!", + "ftbquests.chapter.the_color_green.quest30.description1": "There are a few other ways you can process materials using andesite-based machinery; namely, \u00266compacting, pressing, and mixing\u0026r You\u0027ll need to find some way to capture a fire elemental if you want to expand your repertoire, though; \u0026bmaybe mana can help you somehow?\u0026r", + "ftbquests.chapter.the_color_green.quest30.title": "Mechanical Crafting", + "ftbquests.chapter.the_color_green.quest31.description1": "By blowing air through certain things, you can blast, smoke, wash, or \u00266haunt\u0026r items. This means you have access to essentially free bulk smelting!", + "ftbquests.chapter.the_color_green.quest31.description2": "More importantly, though - now that you can haunt items, you can make \u00266blackstone\u0026r by \u00266haunting\u0026r cobblestone, a crucial component of the \u00266Reformation Array.\u0026r", + "ftbquests.chapter.the_color_green.quest31.title": "Moving Air", + "ftbquests.chapter.the_color_green.quest32.description1": "Alchemical reformation is the process of \u00266turning one alchemical sulfur into another\u0026r - initially, you\u0027ll only be able to convert sulfurs of the \u00266same tier and type\u0026r to each other \u00266(like iron sulfur into lead sulfur!) \u0026r", + "ftbquests.chapter.the_color_green.quest32.description2": "To set up the reformation array, place down the target, source, and result pedestals somewhat near each other. Hold the sulfuric flux emitter and right click each pedestal, then place it on the mercury catalyst. ", + "ftbquests.chapter.the_color_green.quest32.description3": "Put mercury in the mercury catalyst, the target sulfur in the target pedestal, and the sulfur to convert in the source pedestal. Give it a moment, and you\u0027ll start converting the source sulfur into the target sulfur!", + "ftbquests.chapter.the_color_green.quest32.title": "Alchemical Reformation", + "ftbquests.chapter.the_color_green.quest33.description1": "A mechanical pump is capable of pumping liquids in the world into pipes when given mechanical power - \u00266it is much faster than the ember-fueled one!", + "ftbquests.chapter.the_color_green.quest34.description1": "The \u00266Rod of the Lands\u0026r can corporealize a tiny portion of mana into a full dirt block!", + "ftbquests.chapter.the_color_green.quest34.title": "(almost) Free Dirt", + "ftbquests.chapter.the_color_green.quest35.description1": "Carrying mana around with you enables you to use a plethora of bits and baubles. To transfer mana from a pool into the tablet, make sure the pool is on \u0027charge\u0027 mode by hovering over it with a wand of the forest.", + "ftbquests.chapter.the_color_green.quest35.title": "Portable Mana", + "ftbquests.chapter.the_color_green.quest36.description1": "Turn your mana tablet into a ring to store mana on-the-go \u00266without taking up an inventory slot!\u0026r", + "ftbquests.chapter.the_color_green.quest37.description1": "By attaching a mana rune to a manasteel ring, you can (VERY slowly) pull ambient mana into a mana storage device on your person, \u00266for free!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description1": "Distilling blaze powder and gunpowder together in a Distillery will grant you access to \u00266glowstone!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description2": "Getting \u00266redstone\u0026r is similar, using cinder flour in place of gunpowder.", + "ftbquests.chapter.the_color_green.quest38.description3": "\u00267Tip: you can also make glowstone and redstone with strength and night vision potions - it\u0027s up to you whether you want to take the Enchanted or Create route for these!\u0026r", + "ftbquests.chapter.the_color_green.quest38.title": "Useful Dusts", + "ftbquests.chapter.the_color_green.quest39.description1": "Once you have a pump, you can create a \u00266Spout\u0026r to dispense liquid onto items - this is a possible way to make \u00266glowstone or redstone,\u0026r if you\u0027re willing to set up the infrastructure.", + "ftbquests.chapter.the_color_green.quest4.description1": "The \u00266Pure Daisy\u0026r can, as its name implies, purify nearby objects. The most important things you should start with are \u00266logs and stone,\u0026r but there are a few other things you can purify as well!", + "ftbquests.chapter.the_color_green.quest4.description2": "Simply place the petal apothecary down, fill it with water, then toss in the petals and finally a seed!", + "ftbquests.chapter.the_color_green.quest4.description3": "\u00267Tip: check the usages of the Pure Daisy to see what else it can transform.", + "ftbquests.chapter.the_color_green.quest4.title": "Pure Daisy", + "ftbquests.chapter.the_color_green.quest40.description1": "The \u00266Alchemy Catalyst\u0026r allows you to use the power of mana to transmute a wide variety of items. Place it under a mana pool to start alchemizing!", + "ftbquests.chapter.the_color_green.quest40.description2": "You\u0027ll be able to convert flowers into other flowers, stone variants into other stone variants, flint into gunpowder (and vice versa), and ghast tears into ender pearls!", + "ftbquests.chapter.the_color_green.quest40.description3": "\u00266Notably, it lets you turn flax into feathers, necessary for tokens of fear.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description1": "The \u00266transmutation catalyst\u0026r modifies the natural altar to convert items into other items using Aura. Similar to the crumbling catalyst, it must be placed \u00266atop one of the four lower gold blocks of the altar.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description2": "The most immediately useful transmutation is that of \u00266sand into soul sand,\u0026r which will allow you to haunt things using the encased fan, as well as grow nether wart!", + "ftbquests.chapter.the_color_green.quest41.description3": "You can also convert netherrack into crimson and warped nylium.", + "ftbquests.chapter.the_color_green.quest42.description1": "The \u00266Millstone\u0026r can crush cobble into gravel, bones into bone meal, and a variety of plants into their respective dyes at a much higher rate of return.", + "ftbquests.chapter.the_color_green.quest43.description1": "The \u00266Codebreaking Slate\u0026r is very handy - you can put multiple pieces of alchemical waste into it and it will show you how many aspectus/item combinations you got right! It will also show you how many correct aspectii you have placed with the wrong items.", + "ftbquests.chapter.the_color_green.quest44.description1": "Your first \u00266archaic brick\u0026r can be made by infusing a regular brick with tainted gold and infused iron. Once you have one, you can use it to make more by simply infusing it with \u00266more clay and soul sand.\u0026r", + "ftbquests.chapter.the_color_green.quest45.description1": "The \u00266Mnemonic Inscriber\u0026r, when attached to an Exchange Tablet and given paper, will automatically write down the correct combination of aspectii for a given transmutation when you successfully complete one.", + "ftbquests.chapter.the_color_green.quest46.description1": "You can convert between sulfurs of the same type and rarity using the reformation array, but if you want to convert between different types (and the same rarity), you\u0027ll want to make \u00266Alchemical Niter\u0026r in a \u00266Fermentation Vat.\u0026r", + "ftbquests.chapter.the_color_green.quest46.description2": "Place \u00266water, sugar, and the sulfur\u0026r you want to ferment into the vat, then \u00266shift-right-click it to close it\u0026r and start the fermentation process. Once the barrel opens again, your fermentation is done, and you can take out your shiny new Niter!", + "ftbquests.chapter.the_color_green.quest46.description3": "Alchemical Niter can be converted in the \u00266Reformation Array\u0026r similar to how you convert sulfur - note, however, that depending on what type you\u0027re converting to, you will produce or require \u00266more than one niter!\u0026r", + "ftbquests.chapter.the_color_green.quest46.title": "Alchemical Conversion", + "ftbquests.chapter.the_color_green.quest47.description1": "The \u00266digestion vat\u0026r lets you \u00266convert sulfurs between rarities!\u0026r Place some niter and sal ammoniac (and if you\u0027re converting up, some alchemically pure gold) into it, and shift-right-click the vat to start the process! \u00266Four of the previous tier converts into one of the next tier, and vice versa.\u0026r", + "ftbquests.chapter.the_color_green.quest47.description2": "This (in combination with the fermentation vat) allows you to convert iron sulfur into common metal niter, down into four abundant metal niter, into four copper sulfur - that\u0027s \u00266FOUR copper per iron!\u0026r", + "ftbquests.chapter.the_color_green.quest47.description3": "This is a metal loop you could try automating...", + "ftbquests.chapter.the_color_green.quest47.description4": "\u00267Tip: you can start and stop the vats using a redstone signal!\u0026r", + "ftbquests.chapter.the_color_green.quest47.title": "Alchemical Exaltation", + "ftbquests.chapter.the_color_green.quest48.description1": "The \u00266Offering Table\u0026r is a special altar that will allow you to convert items into special empowered versions of themselves, most notably tokens and nature-infused ingots.", + "ftbquests.chapter.the_color_green.quest48.description2": "To use it, simply place whatever you want to infuse into it by right-clicking, then throw a \u00266Spirit of Calling\u0026r onto the altar to activate it.", + "ftbquests.chapter.the_color_green.quest48.description3": "\u00267Tip: You can convert more than one item at a time, using only one spirit of calling!\u0026r", + "ftbquests.chapter.the_color_green.quest48.description4": "\u00267Tip 2: this is a multiblock! Check your Book of Natural Aura to see how to build it.", + "ftbquests.chapter.the_color_green.quest49.description1": "You can capture a summoned blaze into a magicked cage. This cage, when placed under a basin, will let you brew potions more efficiently than a brewing stand.", + "ftbquests.chapter.the_color_green.quest5.description1": "Combining the nature-infused iron and some metaphysical heat and structure (courtesy of \u00266nether bricks\u0026r and a \u00266spruce sapling,\u0026r respectively), you can rearrange the latent potential of the metal to turn it into lead!", + "ftbquests.chapter.the_color_green.quest5.description2": "Vastly useful in a variety of mechanical applications, lead is a great first step to leveraging either \u00266raw mechanical power\u0026r or \u00266Ember\u0026r in your pursuits.", + "ftbquests.chapter.the_color_green.quest5.description3": "\u00267Tip: the ancient codex is a little confusing at first, but it will guide you through the Embers mod! Start at Natural Energy, right click entries to mark them as read, and make sure you \u0026lREAD CAREFULLY!", + "ftbquests.chapter.the_color_green.quest5.description4": "\u00267Tip 2: you can use Theurgy to triple ingot output from raw ores!", + "ftbquests.chapter.the_color_green.quest50.description1": "This is it. Using the power of the \u00266Offering Altar,\u0026r and some magically significant materials, you can create the basis of real, sentient life - chicken eggs.", + "ftbquests.chapter.the_color_green.quest50.subtitle": "Well, debatably", + "ftbquests.chapter.the_color_green.quest50.title": "Sentient Life", + "ftbquests.chapter.the_color_green.quest51.description1": "With runes, there are a few other options you have for generating mana:", + "ftbquests.chapter.the_color_green.quest51.description2": "* A \u00266Thermalily\u0026r generates bursts of mana using lava, but will consume lava for no gain if you give it lava too often", + "ftbquests.chapter.the_color_green.quest51.description3": "* An \u00266Entropinnyum\u0026r consumes TNT explosions (and is one of the best generating flowers in the game), but too often and it\u0027ll just blow itself up", + "ftbquests.chapter.the_color_green.quest51.description4": "* A \u00266Munchdew\u0026r consumes leaves, but does not drop saplings.", + "ftbquests.chapter.the_color_green.quest51.description5": "\u00267Tip: some flowers will generate too much mana for a basic spreader! You can use potency and velocity lenses to stretch this, but eventually, you\u0027ll need better spreaders...\u0026r", + "ftbquests.chapter.the_color_green.quest51.title": "Alternative Mana Sources", + "ftbquests.chapter.the_color_green.quest52.description1": "Now that you can turn sulfurs into other sulfurs, you can manually reconstitute \u00266silver sulfur\u0026r and use the \u00266Reformation Array\u0026r to turn gold sulfur into silver sulfur without having to re-make the sulfur over and over again!", + "ftbquests.chapter.the_color_green.quest52.description2": "\u00267Tip: sulfur sulfur sulfur sulfur\u0026r", + "ftbquests.chapter.the_color_green.quest52.title": "Moon Metal", + "ftbquests.chapter.the_color_green.quest53.description1": "The \u00266Wildfire Core\u0026r is a key piece of some advanced dwarven machinery.", + "ftbquests.chapter.the_color_green.quest54.description1": "The \u00266Wildfire Stirling,\u0026r when attached to machines and supplied with steam, increases the efficiency of their ember usage.", + "ftbquests.chapter.the_color_green.quest54.description2": "The first one cuts usage in half, the second one halves it again, and any more decrease the efficiency.", + "ftbquests.chapter.the_color_green.quest55.description1": "The \u00266Ignem Reactor\u0026r is the ultimate solution to high ember requirements - when placed between a \u00266Catalysis\u0026r and \u00266Combustion Chamber,\u0026r it refines ember at a MUCH higher rate than the Ember Activator; up to \u002669x more ember\u0026r per crystal item.", + "ftbquests.chapter.the_color_green.quest55.description2": "\u00267Tip: the Catalysis and Combustion Chambers need fuel to operate, check JEI for their fuels and multipliers.", + "ftbquests.chapter.the_color_green.quest55.title": "Ignem Reactor", + "ftbquests.chapter.the_color_green.quest56.description1": "With the power of alchemy, you can turn a charged attuned stone into a seed capable of turning ember into pure metal! These crystal seeds, when powered with an \u00266Ember Injector,\u0026r will slowly grow and drop metal nuggets.", + "ftbquests.chapter.the_color_green.quest56.description2": "Not every metal can be turned into these seeds, but you have figured out that you can actually \u00266obtain Zinc\u0026r through this alchemical process!", + "ftbquests.chapter.the_color_green.quest56.description3": "\u00267Tip: crystals will slowly level up and drop more and more metal. Moving them resets their level, though!", + "ftbquests.chapter.the_color_green.quest56.subtitle": "Zinc! (and others)", + "ftbquests.chapter.the_color_green.quest56.task_414198583111126714.title": "Any Metal Crystal Seed", + "ftbquests.chapter.the_color_green.quest56.title": "Metal Crystal Seeds", + "ftbquests.chapter.the_color_green.quest57.description1": "With Dawnstone, you can craft ember transferral devices that can handle much more throughput.", + "ftbquests.chapter.the_color_green.quest57.title": "High Volume Ember Transfer", + "ftbquests.chapter.the_color_green.quest58.description1": "Now that you have zinc, you can alloy it with copper to create brass! This is useful almost exclusively for \u00266mechanical contraptions.\u0026r", + "ftbquests.chapter.the_color_green.quest58.description2": "\u00266Electron Tubes\u0026r are also an important step to making more complicated contraptions. ", + "ftbquests.chapter.the_color_green.quest58.description3": "\u00266Rose Quartz\u0026r can be made in a heated basin, combining glowstone and redstone in a sal ammoniac bath.", + "ftbquests.chapter.the_color_green.quest58.title": "Advanced Contraptions", + "ftbquests.chapter.the_color_green.quest59.description1": "Packages and their associated transport items open up a huge amount of logistical freedom.", + "ftbquests.chapter.the_color_green.quest59.description2": "\u00267Tip: for more information, hover these items and hold W to ponder!", + "ftbquests.chapter.the_color_green.quest59.title": "Mechanical Logistics", + "ftbquests.chapter.the_color_green.quest6.description1": "\u00266Ember\u0026r is the lifeblood of the world. Despite whatever happened, there is still virtually infinite Ember available deep underground - you just need to make a machine that can mine it. ", + "ftbquests.chapter.the_color_green.quest6.description2": "Enter the \u00266Ember Bore\u0026r - place it on bedrock, add a \u00266Mechanical Core\u0026r above it so you can pipe things in and out of it, and give it some fuel! It\u0027ll start digging up that sweet, sweet Ember.", + "ftbquests.chapter.the_color_green.quest6.description3": "\u00267Tip: the Mechanical Core acts as an extension for most Embers multiblocks! You can transfer items, fluid, and ember in and out of the core as if it was a part of the block it is attached to.", + "ftbquests.chapter.the_color_green.quest6.description4": "\u00267Tip 2: USE YOUR MECHANICAL LENS! It\u0027s EXTREMELY helpful for figuring out how Ember\u0027s machines work.", + "ftbquests.chapter.the_color_green.quest6.title": "Drilling for Ember", + "ftbquests.chapter.the_color_green.quest60.description1": "With access to brass and electron tubes, you can make a Mechanical Crafter. These, in combination with \u00266factory gauges\u0026r and \u00266package logistics,\u0026r allow you to set up automatic stocking and crafting of items!", + "ftbquests.chapter.the_color_green.quest60.title": "Autocrafting", + "ftbquests.chapter.the_color_green.quest61.description1": "You can fortify infused iron with prosperity shards to create a basic \u00266prosperity ingot,\u0026r ready to augment with agricultural essence.", + "ftbquests.chapter.the_color_green.quest61.description2": "One of the best uses of this ingot is to make a better watering can.", + "ftbquests.chapter.the_color_green.quest61.title": "Better Watering", + "ftbquests.chapter.the_color_green.quest62.description1": "With empowered tokens, you can craft the \u00266Creational Catalyst\u0026r - this removes the innate limit on most aura producing blocks, and lets you overcharge the local area with Aura.", + "ftbquests.chapter.the_color_green.quest62.description2": "\u00267Tip: aureareaurearuea", + "ftbquests.chapter.the_color_green.quest63.description1": "You\u0027ve felt a strange tingling on your skin ever since you woke up - you think this might be a manifestation of \u00266Aura,\u0026r a natural phenomenon that you might be able to further harness.", + "ftbquests.chapter.the_color_green.quest63.description2": "To get started, craft a \u00266Bottle and Cork\u0026r and \u00266right click the air\u0026r to gather some Aura for further study.", + "ftbquests.chapter.the_color_green.quest63.title": "Bottling Sunlight", + "ftbquests.chapter.the_color_green.quest64.description1": "The \u00266Mana Blaster\u0026r is a portable mana spreader that you can fire at will, using mana from a storage device on your person. You can also attach lenses to it, to use their special properties!", + "ftbquests.chapter.the_color_green.quest65.description1": "\u00266Mana Lenses\u0026r can change the properties of a mana burst fired from a spreader. They can increase the color, potency, speed, and even make the burst go \u00266through blocks\u0026r or \u00266break them\u0026r altogether! Read your \u00266Lexica Botania\u0026r for more details.", + "ftbquests.chapter.the_color_green.quest65.description2": "\u00267Tip: the weight lens makes blocks a mana burst hits fall - you can exploit this property to get blocks that normally need silk touch by having them fall onto something like a torch!", + "ftbquests.chapter.the_color_green.quest66.description1": "Now that you have\u00266 Ember\u0026r, what can you do with it?", + "ftbquests.chapter.the_color_green.quest66.description2": "One useful item is the \u00266Hearth Coil\u0026r - when provided with Ember, it can be used as a VERY fast furnace.", + "ftbquests.chapter.the_color_green.quest67.description1": "With \u00266Dawnstone\u0026r comes a better way of activating ember - the \u00266Pressure Refinery.\u0026r", + "ftbquests.chapter.the_color_green.quest67.description2": "It \u00264requires water\u0026r as well, but can boost your ember production up to \u002661.5x the value\u0026r of a plain activator.", + "ftbquests.chapter.the_color_green.quest67.description3": "Additionally, if placed atop a metal block surrounded by lava or fire it can double that, getting up to \u002663x the value\u0026r of crystalline ember! ", + "ftbquests.chapter.the_color_green.quest68.description1": "The \u00266Beam Splitter\u0026r allows you to, well, split beams. Ember sent into it will be divided into two bursts sent out from either end.", + "ftbquests.chapter.the_color_green.quest68.description2": "The \u00266Crystal Cell\u0026r is a much higher capacity way to store Ember - piping more crystalline ember into it will \u00266increase its storage limit.\u0026r", + "ftbquests.chapter.the_color_green.quest68.title": "Advanced Ember Logistics", + "ftbquests.chapter.the_color_green.quest69.description1": "With the acquisition of Dawnstone, you can make a special chamber to manipulate elemental mercury into a source of energy. ", + "ftbquests.chapter.the_color_green.quest69.description2": "The \u00266Mercury Catalyst\u0026r can convert mercury into Mercury Flux (MF) which, in combination with a \u00266Caloric Flux Emitter\u0026r, can be used to power alchemical devices that would normally need a pyromantic brazier underneath them!", + "ftbquests.chapter.the_color_green.quest69.description3": "\u00267Tip: one mercury shard produces as much energy as one piece of charcoal!", + "ftbquests.chapter.the_color_green.quest69.title": "Mercurial Power", + "ftbquests.chapter.the_color_green.quest7.description1": "The combination of brilliant fiber and nether bricks is superficially similar to the weak gold ore deposits you remember existing in the Nether. They\u0027re so similar, in fact, that \u00266a Pure Daisy will convert Golden Nether Bricks into Nether Gold Ore!\u0026r", + "ftbquests.chapter.the_color_green.quest7.description2": "\u00267Tip: there is a better way to make brilliant fiber, but you\u0027ll need to get blaze powder somehow... ", + "ftbquests.chapter.the_color_green.quest7.title": "Gold", + "ftbquests.chapter.the_color_green.quest70.description1": "With high enough aura in an area, \u00266dried earth will slowly convert to dirt!\u0026r", + "ftbquests.chapter.the_color_green.quest70.description2": "If you want to stop this effect from happening, \u00266Powder of Dried Stasis\u0026r will prevent the conversion of dried earth to dirt in the area it\u0027s placed in.", + "ftbquests.chapter.the_color_green.quest70.subtitle": "pseudo-terraforming", + "ftbquests.chapter.the_color_green.quest70.title": "Regrowth?", + "ftbquests.chapter.the_color_green.quest71.description1": "The \u00266Bin\u0026r is a fantastic block that automatically collects the outputs of various dwarven machinery.", + "ftbquests.chapter.the_color_green.quest71.description2": "Simply attach it to the \u00266bottom\u0026r of a machine (like, say, the stamper base) and it\u0027ll fill up with products.", + "ftbquests.chapter.the_color_green.quest72.description1": "With an imitation blaze head and a couple of real magical reagents, you can \u00266summon a real blaze!\u0026r", + "ftbquests.chapter.the_color_green.quest72.description2": "This summoned blaze always drops at least 3 blaze rods. ", + "ftbquests.chapter.the_color_green.quest72.description3": "\u00267Tip: the ritual to summon the blaze is described in the Reclamation Rituals book.\u0026r", + "ftbquests.chapter.the_color_green.quest72.title": "Real Blazes", + "ftbquests.chapter.the_color_green.quest8.description1": "The \u00266Pure Daisy\u0026r is able to turn mundane stone and logs into much more naturally-aligned versions of themselves.", + "ftbquests.chapter.the_color_green.quest8.title": "Living Materials", + "ftbquests.chapter.the_color_green.quest9.description1": "You can use a bucket to \u00266strategically place lava and water\u0026r to make a nether portal frame. It\u0027s not ideal, but it\u0027s definitely easier than trying to mine obsidian with an iron pickaxe!", + "ftbquests.chapter.the_color_green.quest9.description2": "Similar to the overworld, the nether is bare of ores and even more devoid of life - \u00264there are zero spawns there, and only one biome.", + "ftbquests.chapter.the_color_green.quest9.description3": "\u00267Tip: you can also make obsidian on the natural altar - but be warned, it\u0027s pretty costly aura-wise!", + "ftbquests.chapter.the_color_green.quest9.task_4075772383648127092.title": "Visit the Nether", + "ftbquests.chapter.the_color_green.quest9.title": "The Nether", + "ftbquests.chapter.the_color_green.title": "Touching Grass", + "ftbquests.chapter.the_hunt_for_grass.quest1.description1": "Now that you have dirt, your next step is to turn it into grass, so that you can start bringing a little bit of green into the world.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description1": "Plants in Agricraft are diploid organisms - essentially, every plant has two sets of attributes: active and inactive (or dominant and recessive). \u00266The active trait is the one that actually affects the plant,\u0026r but the inactive trait comes into play when breeding plants together. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description2": "When a crossbreed occurs, each plant \u00266adjacent\u0026r to the crossbreed crop sticks has a \u00266chance\u0026r depending on its \u00266fertility\u0026r to count as a parent. If there\u0027s only one parent selected, the resulting plant is a clone. If more than one parent is selected, each has a chance to pass on one half of its genes to the resulting plant.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description3": "For example, if you bred a plant with gain of 3-2 with a plant who\u0027s gain is 4-2, it would result in a plant with a gain stat of either 4-3, 4-2, 3-2, or 2-2. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description4": "To figure out what the possibilities are for two parent plants, you can use a punnett square:", + "ftbquests.chapter.the_hunt_for_grass.quest10.description5": "Each square has an equal chance of getting chosen - additionally, there is a small chance for a mutation to occur; whether this mutation is beneficial or not depends on each parent\u0027s \u00266mutativity stat.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest10.image0": "{image:reclamation:textures/quests/punnett.png width:150 height:150 align:center}", + "ftbquests.chapter.the_hunt_for_grass.quest10.task_2773659192565899586.title": "What the heck are these numbers?", + "ftbquests.chapter.the_hunt_for_grass.quest10.title": "How do I get better stats?", + "ftbquests.chapter.the_hunt_for_grass.quest11.description1": "Each plant has five stats, when planted on crop sticks. You can see these stats by crouching and looking at the plant, or using a magnifying glass. The stats affect a variety of things:", + "ftbquests.chapter.the_hunt_for_grass.quest11.description2": "\u00266Fertility\u0026r is how likely a plant is to get chosen as a parent for cross-breeding.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description3": "\u00266Gain\u0026r increases how much a plant will produce when harvested.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description4": "\u00266Growth\u0026r affects the speed a plant grows at.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description5": "\u00266Mutativity\u0026r raises the chance for a cross-breed (when it occurs) to be beneficial.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description6": "\u00266Strength\u0026r broadens the possible growing conditions for a plant - for example, cactus can always grow on sand, but with a strength of 10, it can grow on normal farmland!", + "ftbquests.chapter.the_hunt_for_grass.quest11.subtitle": "What do they mean?", + "ftbquests.chapter.the_hunt_for_grass.quest11.task_7047347176409476035.title": "Read", + "ftbquests.chapter.the_hunt_for_grass.quest11.title": "The numbers, Mason!", + "ftbquests.chapter.the_hunt_for_grass.quest12.description1": "That was A LOT of info - what it boils down to is higher numbers \u003d better, breed higher statted plants together to get better plants, use bonemeal on cross sticks to speed up the crossbreeding process. ", + "ftbquests.chapter.the_hunt_for_grass.quest12.description2": "If your plant is not growing, look at it while crouching - it might need a different type of soil.", + "ftbquests.chapter.the_hunt_for_grass.quest12.description3": "\u00267Tip: getting your first beneficial mutation \u00264will be slow,\u00267 but you can speed it up by \u00266planting crops in a plus shape,\u00267 with the cross sticks in the middle! This means each potential crossbreed has \u00266four\u00267 chances to pick parents, instead of \u00264just two.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest12.subtitle": "English, poindexter?", + "ftbquests.chapter.the_hunt_for_grass.quest12.task_7762997780188473985.title": "WAY too complicated", + "ftbquests.chapter.the_hunt_for_grass.quest12.title": "That was a lot...", + "ftbquests.chapter.the_hunt_for_grass.quest13.description1": "Now that you have a way to grow and breed plants, you should get started on broadening your base of food. Either \u00266breed the plants you have\u0026r into the two other staple crops from the old world, or \u00266find them on the mutated inhabitants\u0026r of the new.", + "ftbquests.chapter.the_hunt_for_grass.quest13.description2": "\u00267Tip: to find mutations, look up the recipe for the seed of the plant in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.description3": "\u00267Tip 2: to see what conditions a seed needs to grow (including what blocks it can grow on), check the uses of the seed in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.title": "Edible Plants", + "ftbquests.chapter.the_hunt_for_grass.quest14.description1": "At some point, you\u0027re going to run out of ruins. Thankfully, there is a special kind of flower called the \u00266Cuprosia \u0026ryou can breed that can harvest \u00266trace amounts of copper from the water.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest14.description2": "\u00267Tip: the flower will only grow in a waterlogged crop. If you successfully crossbreed the Cuprosia but the crop stick it\u0027s on is not waterlogged, \u00264it will not grow. \u00267Additionally, it can \u00264only grow on gravel\u00267 at strength 1.", + "ftbquests.chapter.the_hunt_for_grass.quest14.description3": "\u00267Tip 2: plant species can be recessive! Use your magnifying glass.", + "ftbquests.chapter.the_hunt_for_grass.quest14.title": "Growing copper?", + "ftbquests.chapter.the_hunt_for_grass.quest15.description1": "Now you have to find a way to turn the nascent life energy within the tree into some form of grass. There was a ritual you remember that was able to condense said energy into a special seed...", + "ftbquests.chapter.the_hunt_for_grass.quest15.description2": "Witchcraft can help you here - brew up some \u00266brilliant fiber,\u0026r apply it to some tree leaves, and watch it \u00266spread!\u0026r Once you have enough, break the leaves - the gilded leaves you\u0027ll get will be able to crush into a \u00266fine gold dust,\u0026r perfect for this ritual.", + "ftbquests.chapter.the_hunt_for_grass.quest15.title": "Gold Leaf", + "ftbquests.chapter.the_hunt_for_grass.quest16.description1": "Now that you have a way to conduct the ritual, you can create a \u00266Pasture Seed,\u0026r which will let you finally \u00266bring back grass to the world!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest16.description2": "\u00267To find out how to actually do the ritual, check how to do a Ritual of the Forest in your Book of Natural Aura.", + "ftbquests.chapter.the_hunt_for_grass.quest16.title": "Ritual of the Forest", + "ftbquests.chapter.the_hunt_for_grass.quest17.description1": "The \u00266Witch\u0027s Oven\u0026r can be used to distill saplings into \u00266special magic fumes,\u0026r which are especially potent in a variety of magical rites.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description1": "Using some sapling fumes and some plantlife, you can create \u00266Pasture Seeds\u0026r - special seeds that will place an \u00266area of grass\u0026r on nearby dirt.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description2": "\u00267Tip: due to a bug in the mod, watering cans will not work to start the ritual of the forest!", + "ftbquests.chapter.the_hunt_for_grass.quest18.subtitle": "Not as green as I\u0027d like...", + "ftbquests.chapter.the_hunt_for_grass.quest18.title": "Grass!", + "ftbquests.chapter.the_hunt_for_grass.quest19.description1": "The composter can turn \u00266extra seeds and crops into bonemeal!\u0026r No more hunting skeletons in the middle of the night.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description1": "Even through the lack of nutrients in the soil, some especially-tough tufts of grass have held on. Some even have \u00266seeds that you can find\u0026r and try to coax to life.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description2": "Some of these seem \u00266especially magical\u0026r - you wonder if you could use them in any way...", + "ftbquests.chapter.the_hunt_for_grass.quest2.description3": "\u00267Tip: you\u0027ll probably only want to harvest mandrake at night until you get its strength up!", + "ftbquests.chapter.the_hunt_for_grass.quest2.title": "Seeds", + "ftbquests.chapter.the_hunt_for_grass.quest20.description1": "You can get straw rarely by cutting grass with a \u00266knife.\u0026r Use it to make leads, ropes, and building blocks!", + "ftbquests.chapter.the_hunt_for_grass.quest20.task_1283594596619655186.title": "Any Knife", + "ftbquests.chapter.the_hunt_for_grass.quest20.title": "Straw", + "ftbquests.chapter.the_hunt_for_grass.quest21.description1": "You can turn bonemeal, dirt, and some organic material into \u00266organic compost.\u0026r When placed down, the compost will\u00266 turn into rich soil \u0026rafter a while (sped up by sunlight, water, and proximity to other rich soil or mushrooms), which grows most crops \u00266faster than regular farmland!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest21.title": "Rich Farmland", + "ftbquests.chapter.the_hunt_for_grass.quest22.description1": "Now that you have access to iron, you can make a \u00266watering can.\u0026r Higher-tier versions exist and are much better, but the basic version can still speed up the growth of crops.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description1": "This pack contains \u00266Via Romana\u0026r, a sign-based fast travel system. In order to fast travel using signs, you must first \u00266build a path and traverse it\u0026r before you can teleport across it. ", + "ftbquests.chapter.the_hunt_for_grass.quest23.description2": "\u00266Shift-left-click\u0026r on a sign at the start of your path, then \u00266shift-left-click\u0026r on a sign at the end of your path. Once you start pathing from one sign to the other, you need to follow a player-made path. If you deviate, you\u0027ll \u0026cstop\u0026r building the fast travel route and have to backtrack.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description3": "Once linked, just punch the sign and you\u0027ll fast travel!", + "ftbquests.chapter.the_hunt_for_grass.quest23.description4": "\u00267Tip: to see what blocks count as path blocks, search \u00262#via_romana:path_block\u00267 in your recipe viewer.", + "ftbquests.chapter.the_hunt_for_grass.quest23.task_5888718684745127233.title": "Any Warpable Sign", + "ftbquests.chapter.the_hunt_for_grass.quest23.title": "Signpost Travel", + "ftbquests.chapter.the_hunt_for_grass.quest24.description1": "\u00266Fume Funnels,\u0026r when placed next to a Witch\u0027s Oven, raise the chance of getting fumes from items.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description1": "Tired of hearing those godforsaken \u00266mandrakes\u0026r shriek? Make some \u00266earmuffs!\u0026r They\u0027ll protect you from getting your ears blown out by their piercing scream.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description2": "\u00267Tip: the higher the strength stat on mandrake is, the less likely they are to wake up.", + "ftbquests.chapter.the_hunt_for_grass.quest25.title": "OSHA Approved", + "ftbquests.chapter.the_hunt_for_grass.quest26.description1": "With the re-introduction of actual saplings to the world, you might want to make slightly better tools than the basic pickaxe and axe you\u0027re used to.", + "ftbquests.chapter.the_hunt_for_grass.quest26.description2": "The \u00266Hammer, Excavator, and Broadaxe\u0026r can break blocks in a \u002663x3 area\u0026r (and the broadaxe breaks in \u002663x3x3!\u0026r), making terraforming and general resource collection much easier.", + "ftbquests.chapter.the_hunt_for_grass.quest26.task_4941645910113139201.title": "Any AOE Tool", + "ftbquests.chapter.the_hunt_for_grass.quest3.description1": "Unless you get lucky and find an ingot or two among the husks, you\u0027ll need some way to make iron ingots. ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description2": "Luckily, one of those plants you found has a rudimentary circulatory system, which has enough thematic overlap with actual hemoglobin that you can use it to precipitate hemoglobic fluid...", + "ftbquests.chapter.the_hunt_for_grass.quest3.description3": "Basically, you found a \u00266plant that grows blood\u0026r and you\u0027re gonna \u00266make iron out of it\u0026r by putting it into a \u00266Sal Ammoniac Accumulator above a Fluid Vessel.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description4": "\u00267Note: A Sal Ammoniac tank is meant only for sal ammoniac, so you \u0026oneed\u0026r\u00267 to place the \u0026lfluid vessel\u0026r\u00267 below it.", + "ftbquests.chapter.the_hunt_for_grass.quest3.title": "Hemoglobic Fluid", + "ftbquests.chapter.the_hunt_for_grass.quest4.description1": "Now that you have your hemoglobic fluid, you can \u00266use it as a solvent in your Liquefaction Cauldron to liquify copper\u0026r - the iron in the fluid will transform the copper sulfur into \u00266Iron Alchemical Sulfur.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.description2": "You\u0027ll also need some \u00266Mineral Alchemical Salt\u0026r - you can get this by \u00266calcifying charcoal,\u0026r or re-calcifying \u00266a large amount of Strata salt.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.title": "Salt and Sulfur", + "ftbquests.chapter.the_hunt_for_grass.quest5.description1": "You\u0027re almost there! Just throw the \u00266Iron Alchemical Sulfur, Mineral Alchemical Salt, \u0026rand\u00266 Alchemical Mercury\u0026r into the \u00266Incubator, \u0026rand you\u0027ll have iron!", + "ftbquests.chapter.the_hunt_for_grass.quest6.description1": "You can mash up the magical plants you\u0027ve found into something you\u0027re calling \u00266Anointing Paste.\u0026r You\u0027re pretty sure you can apply it to something, but what? ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description1": "Now that you have a bit of iron, you can make a cauldron and \u00266anoint\u0026r it to make a \u00266Witch\u0027s Cauldron\u0026r - a magically-insulated vessel for brewing all sorts of witchy goodness. ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description2": "Fill it with three buckets of water, place it over a campfire, and it\u0027ll start boiling!", + "ftbquests.chapter.the_hunt_for_grass.quest7.description3": "\u00267Tip: if your brew spoils (turns brown because you put items in out of order or incorrectly), you can use an empty bucket to empty the cauldron.", + "ftbquests.chapter.the_hunt_for_grass.quest7.task_2385086996515714487.title": "Anoint a Cauldron", + "ftbquests.chapter.the_hunt_for_grass.quest8.description1": "With a little bit of magic (and a reinforced witchy cauldron), you can make a \u00266potent mutagen\u0026r - potent enough to mutate those \u00266dead bushes\u0026r you\u0027ve been seeing around into \u00266actual saplings!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest8.subtitle": "Minor necromancy", + "ftbquests.chapter.the_hunt_for_grass.quest8.task_6488684102089578318.title": "Any Sapling", + "ftbquests.chapter.the_hunt_for_grass.quest8.title": "Saplings!", + "ftbquests.chapter.the_hunt_for_grass.quest9.description1": "The seeds you\u0027ve been finding have uniquely adapted themselves to their harsh environment. As a consequence, however, they\u0027ve become \u00264much less productive, focusing entirely on survival.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest9.description2": "You can try to selectively breed your meager collection of seeds together to make them \u00266grow faster\u0026r and \u00266produce more,\u0026r or even try \u00266cross-breeding them\u0026r to start bringing back extinct species of plant...", + "ftbquests.chapter.the_hunt_for_grass.quest9.description3": "To start, plant any seeds you have onto specially-prepared \u00266Crop Sticks.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.title": "A Whiff of Normal", + "ftbquests.chapter.the_sound_of_life.quest1.description1": "Debatably sentient life in the form of chickens! Even more importantly, these chickens will produce \u00266eggs,\u0026r the root of all fauna.", + "ftbquests.chapter.the_sound_of_life.quest1.title": "Sentient Life", + "ftbquests.chapter.the_sound_of_life.quest10.description1": "You can upgrade your blood altar by placing runes around it - your \u00266Sanguine Scientiem\u0026r can give you specifics. A tier 2 altar can create \u00266Reinforced Slates!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest10.description2": "Used for creating special runes that give your blood altar benefits, among other things, they are just that much more potent than a regular blank slate.", + "ftbquests.chapter.the_sound_of_life.quest10.title": "Tier 2 Slates", + "ftbquests.chapter.the_sound_of_life.quest11.description1": "A tier 3 altar can create \u00266Imbued Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.description2": "Even stronger than the reinforced version, they can make even better rune upgrades for your blood altar, as well as the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.title": "Tier 3 Slates", + "ftbquests.chapter.the_sound_of_life.quest12.description1": "The \u00266Alchemical Reaction Chamber\u0026r is capable of a great many things, but one of the most important is its ability to produce gems - \u00266diamond, lapis, and amethyst.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description1": "With access to gems, you can make a \u00266Tainted Blood Pendant,\u0026r which you can then infuse with \u00266Regeneration!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description2": "This makes poking yourself for life essence much more bearable...", + "ftbquests.chapter.the_sound_of_life.quest13.description3": "\u00267Tip: prismarine can be made either through Create\u0027s haunting or Nature\u0027s Aura\u0027s Natural Altar.", + "ftbquests.chapter.the_sound_of_life.quest14.description1": "Alchemizing with lifeforce provides the extra punch needed to transmute base materials into \u00266precious gems\u0026r using the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest14.description2": "\u00267Tip: once you\u0027ve made one of a specific kind of gem, you can use Theurgy to convert more materials into that gem\u0027s sulfur without having to go through the whole blood transmutation again!", + "ftbquests.chapter.the_sound_of_life.quest14.title": "Gems!", + "ftbquests.chapter.the_sound_of_life.quest15.description1": "A renewable source of gems would be much appreciated - thankfully, you can perform a \u00266special wiccan ritual\u0026r to turn a block of amethyst into its budding version.", + "ftbquests.chapter.the_sound_of_life.quest15.description2": "\u00267Tip: you can use blood magic\u0027s arcane ashes to draw a pentagram on your altar, giving it an addtional 1.5x boost to total power capacity!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest15.description3": "\u00267Tip 2: the instructions for this ritual can be found in your Reclamation Rituals book.", + "ftbquests.chapter.the_sound_of_life.quest16.description1": "Now that you have access to gems, you can start to manipulate \u00265Source, \u0026ranother type of magical energy you remember from before.", + "ftbquests.chapter.the_sound_of_life.quest16.description2": "To start, you\u0027ll want to turn lapis or amethyst shards into source gems using an \u00266Imbuement Chamber.\u0026r However, for an Imbuement Chamber, you\u0027ll need a special kind of wood. Because \u00265Source\u0026r is innately intertwined with \u00264Life Essence,\u0026r infusing an already magically-resonant tree with \u00264Life Essence\u0026r should produce a suitable sapling.", + "ftbquests.chapter.the_sound_of_life.quest16.description3": "\u00267Tip: you can convert between the four types of sapling using a mana pool!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest16.title": "Archwood", + "ftbquests.chapter.the_sound_of_life.quest17.description1": "With Archwood, you can now create \u00266Source Gems,\u0026r a perfect focusing medium for the arcane energies of \u00265Source.\u0026r Just toss some amethyst or lapis into an \u00266Imbuement Chamber!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest17.description2": "At first, you\u0027ll be slowly imbuing gems with the trace amounts present in the air, but once you get a way to generate \u00265Liquid Source,\u0026r you\u0027ll be converting gems in a flash!", + "ftbquests.chapter.the_sound_of_life.quest17.title": "Source Gems", + "ftbquests.chapter.the_sound_of_life.quest18.description1": "By offering an \u00266Imbued Slate\u0026r to the gods, you can convert mundane iron into the dense ingot of \u00266Osmium.\u0026r This metal is crucial to advanced mechanical applications.", + "ftbquests.chapter.the_sound_of_life.quest18.title": "Supermassive", + "ftbquests.chapter.the_sound_of_life.quest19.description1": "Now that you have a source of power, you\u0027ll want to start making real machinery. Your first step - a \u00266Metallurgic Infuser.\u0026r This machine can do a wide varity of things, but one of the most important is its ability to create \u00266steel,\u0026r another critical metal for your foray into technology.", + "ftbquests.chapter.the_sound_of_life.quest19.description2": "Infusing \u00266iron with coal,\u0026r while inefficient, is your only real way to make it - at least for now.", + "ftbquests.chapter.the_sound_of_life.quest19.title": "Steel", + "ftbquests.chapter.the_sound_of_life.quest2.description1": "Now that you have access to a breedable animal, you can utilize their excess vitalic energy to birth new creatures. ", + "ftbquests.chapter.the_sound_of_life.quest2.description2": "In an area with high Aura concentration, \u00266breeding mobs together\u0026r will generate \u00266Spirits of Birthing.\u0026r These spirits can be tossed alongside some other reagents onto an \u00266Altar of Birthing\u0026r to spawn new creatures.", + "ftbquests.chapter.the_sound_of_life.quest2.title": "Altar of Birthing", + "ftbquests.chapter.the_sound_of_life.quest20.description1": "The basis of every machine worth making, \u00266a Steel Casing \u0026ropens up limitless possibilities. ", + "ftbquests.chapter.the_sound_of_life.quest20.description2": "Almost quadrupling raw ore into ingots, turning plants into energy, or even fusion reactors all start with the humble steel casing.", + "ftbquests.chapter.the_sound_of_life.quest20.title": "Basic Machinery", + "ftbquests.chapter.the_sound_of_life.quest21.description1": "The \u00266Enrichment Chamber\u0026r can slightly boost the outputs of raw ores, clean blocks, and refine reagents for the \u00266Metallurgic Infuser,\u0026r creating enriched versions of items that are \u002668 times more efficient!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest22.description1": "Before you can do anything related to machinery, you\u0027ll need a source of power. Thankfully, \u0026bbotanic mana\u0026r is easily convertible to \u0026credstone flux.\u0026r Simply point a mana spreader at a \u00266Mana Fluxfield\u0026r and it\u0027ll output \u0026cRF\u0026r to any adjacent blocks.", + "ftbquests.chapter.the_sound_of_life.quest22.description2": "\u00267You can also use a heat generator, but it\u0027s VERY inefficient and (probably) not even worth making!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description1": "With the acquisition of lapis, you can now make the \u00266Terrestrial Agglomeration Plate,\u0026r a necessary step in your mastery of \u0026bbotanic mana.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description2": "Combining mana-infused versions of a diamond, an ender pearl, and iron (alongside a tremendous amount of mana) creates \u00266Terrasteel,\u0026r a unique alloy that is incredibly strong and mana conductive.", + "ftbquests.chapter.the_sound_of_life.quest23.description3": "\u00267Tip: use sparks instead of mana spreaders for a much faster mana transfer rate!", + "ftbquests.chapter.the_sound_of_life.quest23.title": "Terrasteel", + "ftbquests.chapter.the_sound_of_life.quest24.description1": "Steel allows you to make better pipes of all kinds, able to transport items, fluids, RF, chemicals, and even heat. These have a number of \u00266advantages over caminite-based alternatives,\u0026r mainly their lack of reliance on redstone and their upgradeability.", + "ftbquests.chapter.the_sound_of_life.quest24.task_1474346775141796701.title": "Any Basic Logistic Item", + "ftbquests.chapter.the_sound_of_life.quest24.title": "Advanced Logistics", + "ftbquests.chapter.the_sound_of_life.quest25.description1": "The \u00266Rotary Condensentrator\u0026r allows you to convert liquids to gases, and vice versa. This is useful for storage purposes, but it also allows you to aerate Life Essence!", + "ftbquests.chapter.the_sound_of_life.quest26.description1": "The \u00266Gas-Burning Generator\u0026r can produce a large amount of RF very quickly - it\u0027s a solid midrange option that will most likely carry your energy needs until you start making reactors.", + "ftbquests.chapter.the_sound_of_life.quest26.description2": "\u00266Aerated Essence \u0026ris relatively easy to produce, and can be burned to produce a solid amount of RF. It\u0027s macabre, but it works!", + "ftbquests.chapter.the_sound_of_life.quest27.description1": "\u00266Ethylene\u0026r is another gas you can burn in the gas-burning generator; even a small amount can be burned for a rather large amount of energy.", + "ftbquests.chapter.the_sound_of_life.quest27.description2": "\u00267Note: Ethylene burning has been nerfed in this pack! It\u0027s still useful, just not as absolutely game-breakingly energy dense as it normally is.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest27.title": "Ethylene", + "ftbquests.chapter.the_sound_of_life.quest28.description1": "Ethylene can be further mixed with Aerated Essence to produce Blooded Ethylene, a much more energy-dense gas that can burn for longer in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest28.title": "Blooded Ethylene", + "ftbquests.chapter.the_sound_of_life.quest29.description1": "The \u00266Crusher\u0026r is great for turning things into smaller, powdery versions of themselves. It\u0027s also great at turning plants into \u00266Bio Fuel!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest3.description1": "Blood magic is a pathway to many abilities some consider to be unnatural.", + "ftbquests.chapter.the_sound_of_life.quest3.description2": "To start, make a few \u00266soul snares\u0026r and \u00266throw them at monsters before killing them.\u0026r These snared monsters will drop \u00266demonic will\u0026r, which you\u0027ll need to get started!", + "ftbquests.chapter.the_sound_of_life.quest3.title": "Blood Magic", + "ftbquests.chapter.the_sound_of_life.quest30.description1": "\u00266Bio Fuel\u0026r can be turned directly into energy in the \u00266Bio-Generator,\u0026r or further refined into ethylene for burning in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest30.title": "Bio Fuel", + "ftbquests.chapter.the_sound_of_life.quest31.description1": "The \u00266Purification Chamber,\u0026r in combination with oxygen and some further processing, can double raw ore outputs.", + "ftbquests.chapter.the_sound_of_life.quest31.description2": "Ore clumps can be crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest31.description3": "\u00267Tip: gas upgrades can be placed into some machines to make them more efficient in their use of chemicals!", + "ftbquests.chapter.the_sound_of_life.quest32.description1": "The \u00266Chemical Dissolution Chamber\u0026r is the next step in your ore processing - with the chamber as a starting point and some hydrogen chloride, it can turn 3 ore into 8 shards, which eventually get processed into ingots.", + "ftbquests.chapter.the_sound_of_life.quest32.description2": "To make hydrogen chloride, you\u0027ll need a renewable source of chlorine. The \u00266Thermal Evaporation Tower Multiblock\u0026r can turn plain water into brine, which can then be electrolysed into chlorine.", + "ftbquests.chapter.the_sound_of_life.quest32.description3": "Shards need to be purified into clumps, crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.description1": "The final refinement to your ore refinement process: the \u00266Chemical Washer and Crystallizer\u0026r can wash and crystallize ore slurry, at a 3 raw ore to eventual 10 ingot ratio.", + "ftbquests.chapter.the_sound_of_life.quest33.description2": "You\u0027ll need sulfur for sulfuric acid, which you can make through judicious application of oxygen to charcoal.", + "ftbquests.chapter.the_sound_of_life.quest33.description3": "Dirty ore slurry needs to be washed into clean ore slurry, then crystallized into crystals, which then get thrown into the \u00266Chemical Injection Chamber\u0026r to get turned into shards, which purify into clumps, crush into dirty dust, enrich into clean dust, and then finally smelt into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.title": "REAL Ore Processing", + "ftbquests.chapter.the_sound_of_life.quest34.description1": "To make the next tier of altar, you\u0027ll need bloodstone bricks to cap the next set of pillars. However, these require blood shards to make; blood shards require \u00266tau fruit. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest34.description2": "Despite your best efforts, you can\u0027t breed tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest34.description3": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of Tau Fruit. Go forth, ", + "ftbquests.chapter.the_sound_of_life.quest34.title": "Blooded Rituals", + "ftbquests.chapter.the_sound_of_life.quest35.description1": "\u00266Blood Shards\u0026r are a very handy thing for someone of your talents to have around. Despite your best efforts, however, you can\u0027t breed the necessary tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest35.description2": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of tau fruit. ", + "ftbquests.chapter.the_sound_of_life.quest35.description3": "\u00267Tip: once you have some, planting tau fruit and having it grow while something is standing on it will eventually create a saturated tau.", + "ftbquests.chapter.the_sound_of_life.quest35.title": "Blood Shards", + "ftbquests.chapter.the_sound_of_life.quest36.description1": "With access to blood shards, you can finally make a tier 4 altar and\u00266 Demonic Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest36.description2": "Yet still stronger than Imbued Slates, these bad boys pack quite an essence-filled punch! You can use these for ritual paraphernalia as well as more altar upgrades.", + "ftbquests.chapter.the_sound_of_life.quest36.title": "Tier 4 Slates", + "ftbquests.chapter.the_sound_of_life.quest37.description1": "The \u00266Dusk\u0026r version of the \u00266Ritual Diviner\u0026r will allow you to perform even stronger rituals - chief among these being the \u00266Pathway to the Endless Realm.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.description2": "Once performed, you will be presented with a gate to the Demon Realm proper - a sprawling labyrinth of rooms which contain strong enemies, plentiful loot, and the curious ore known as \u00266Demonite.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.title": "Dusk Rituals", + "ftbquests.chapter.the_sound_of_life.quest38.description1": "\u00266Demonite\u0026r can be found rarely in the \u00266Demon Realm,\u0026r either as an ore block or as loot in chests.", + "ftbquests.chapter.the_sound_of_life.quest38.description2": "You also remember that there was a \u00266special key\u0026r for \u00266spatial distortions\u0026r that led you to the mines, which held much more valuable loot...", + "ftbquests.chapter.the_sound_of_life.quest39.description1": "The single most powerful slate you can make,\u00266 Ethereal Slates\u0026r require a tier 5 altar to craft.", + "ftbquests.chapter.the_sound_of_life.quest39.description2": "Alongside netherite scraps and some \u00266looted parts\u0026r from the Demon Realm, these slates can be used to upgrade altar runes, making them \u00266twice as powerful.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest39.title": "Tier 5 Slates", + "ftbquests.chapter.the_sound_of_life.quest4.description1": "One of the most common things you\u0027ll need in the pursuit of sanguine magic is a base material of stone doped in blood - excellent for channelling these dark energies.", + "ftbquests.chapter.the_sound_of_life.quest4.description2": "You\u0027ll need to make quite a few to upgrade your blood altar!", + "ftbquests.chapter.the_sound_of_life.quest40.description1": "Now that you have access to dusk rituals, you can use either a \u00266Ritual of the Feathered Knife\u0026r or a \u00266Well of Suffering\u0026r to automate the collection of life essence.", + "ftbquests.chapter.the_sound_of_life.quest40.description2": "To get even more out of your rituals, you can use the \u00266Ritual Tinkerer!\u0026r Read your \u00266Sanguine Scientiem\u0026r for more information.", + "ftbquests.chapter.the_sound_of_life.quest40.description3": "\u00267Tip: if you can supply mobs to the well constantly (or give them a source of regenerating health), you could fully automate life essence collection...", + "ftbquests.chapter.the_sound_of_life.quest40.title": "Useful Rituals", + "ftbquests.chapter.the_sound_of_life.quest41.description1": "The \u00266Incense Altar\u0026r is the center of a large freeform multiblock structure focused on bringing a sense of tranquility to players. With enough peace of mind, you can perform self-sacrifice with a much smoother hand - at high levels, you can get as much as \u00266quadruple the normal amount of life essence!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest41.description2": "For more information on this structure, take a look at your \u00266Sanguine Scientiem.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description1": "With enough Demonic Will, you reach a critical mass that can eventually \u00266generate will\u0026r ex nihilo! Simply burn some into the local aura by throwing will into a \u00266Demon Crucible,\u0026r then wait for it to crystallize on the \u00266Demon Crystallizer. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description2": "With enough will in the aura, the crystal will grow extra spires you can harvest and re-burn; each crystal past the first takes 40 will to grow but \u00266burns into 50!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description3": "Now if only there was some way to automate this...", + "ftbquests.chapter.the_sound_of_life.quest42.description4": "\u00267Tip: for more info, read your Sanguine Scientiem!", + "ftbquests.chapter.the_sound_of_life.quest42.title": "Crystallized Will", + "ftbquests.chapter.the_sound_of_life.quest43.description1": "With the \u00266Resonance of the Faceted Crystal\u0026r ritual, you can split one well-established Will Crystal into four separate aspected crystals! This aspected will is handy for all sorts of things, but one of the most useful things you can do is use it in other rituals to \u00266change the way they perform.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest43.description2": "\u00267Tip: it\u0027s possible to fully automate the growing, splitting, and harvesting of crystals using rituals!", + "ftbquests.chapter.the_sound_of_life.quest43.title": "Aspected Will", + "ftbquests.chapter.the_sound_of_life.quest44.description1": "With access to Terrasteel, you can make the third tier of botanic runes: \u00266Sin Runes.\u0026r These can be used to make better baubles, more powerful flowers, and more!", + "ftbquests.chapter.the_sound_of_life.quest44.task_6010537284078335274.title": "Any Sin Rune", + "ftbquests.chapter.the_sound_of_life.quest44.title": "Sin Runes", + "ftbquests.chapter.the_sound_of_life.quest45.description1": "With Terrasteel, you can utilize an old ritual to open a \u00266gateway to Alfheim,\u0026r which you\u0027re certain has escaped whatever happened to this world. The portal won\u0027t be able to transport living beings, but maybe you can trade for some \u00266useful materials?\u0026r", + "ftbquests.chapter.the_sound_of_life.quest45.description2": "\u00267Tip: For more information on the portal, read your Lexica Botania! For even more than that, throw your entire Lexica Botania into the portal! (but make sure you don\u0027t throw your Akashic Tome away!)", + "ftbquests.chapter.the_sound_of_life.quest45.title": "The Portal to Alfheim", + "ftbquests.chapter.the_sound_of_life.quest46.description1": "The \u00266Elven Mana Spreader\u0026r is much more efficient than it\u0027s livingwood predecessor - it shoots larger bursts faster and farther.", + "ftbquests.chapter.the_sound_of_life.quest46.title": "Better Spreader", + "ftbquests.chapter.the_sound_of_life.quest47.description1": "With Sin Runes and elven materials, you can craft a special flower that \u00266generates ore in nearby stone or deepslate!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest47.description2": "As far as you\u0027re concerned, this is more proof that you can solve any problem if you throw enough raw mana at something.", + "ftbquests.chapter.the_sound_of_life.quest47.subtitle": "but not ad astra!", + "ftbquests.chapter.the_sound_of_life.quest47.title": "Ex Nihilo", + "ftbquests.chapter.the_sound_of_life.quest48.description1": "The \u00266Scribe\u0027s Table\u0026r allows you to create new glyphs for spellbooks. As far as spellbooks go, you have a couple options - use either pure arcane mana or life essence to fuel your spells.", + "ftbquests.chapter.the_sound_of_life.quest48.title": "Spellcasting", + "ftbquests.chapter.the_sound_of_life.quest49.description1": "Source can be generated in a variety of ways, but you\u0027ll need to do something to get it into a much more useable liquid form. ", + "ftbquests.chapter.the_sound_of_life.quest49.description2": "\u00266Sourcelinks\u0026r will gather it for you, but you\u0027ll also need to make a \u00266jar\u0026r to store the generated source.", + "ftbquests.chapter.the_sound_of_life.quest49.task_8602744015200526354.title": "Any Sourcelink", + "ftbquests.chapter.the_sound_of_life.quest49.title": "Generating Source", + "ftbquests.chapter.the_sound_of_life.quest5.description1": "The \u00266Hellfire Forge\u0026r allows you to use Demonic Will to craft special items.", + "ftbquests.chapter.the_sound_of_life.quest5.description2": "One of the first things you\u0027ll want to make is a \u00266soul gem\u0026r - these special gems can store demonic will you pick up without clogging your inventory.", + "ftbquests.chapter.the_sound_of_life.quest5.description3": "\u00267Tip: the more will you have stored in your inventory, the more will drops from monsters!", + "ftbquests.chapter.the_sound_of_life.quest50.description1": "One of the primary uses of liquid source is the enchanting of items. Using the \u00266Arcane Core\u0026r and an \u00266Enchanting Apparatus\u0026r atop it, you can create many useful things.", + "ftbquests.chapter.the_sound_of_life.quest50.title": "Arcane Enchanting", + "ftbquests.chapter.the_sound_of_life.quest51.description1": "If you\u0027re tired of waiting for amethyst to grow, try animating a block of budding amethyst with the \u00266Ritual of Awakening.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.description2": "It turns budding amethyst into an \u00266Amethyst Golem,\u0026r who can harvest, grow, and even bud other blocks of amethyst!", + "ftbquests.chapter.the_sound_of_life.quest51.description3": "Its behavior can be further modified using a \u00266Dominion Wand.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.title": "Amethyst Buddy", + "ftbquests.chapter.the_sound_of_life.quest52.description1": "With the acquisition of specially-charged elven materials, you can create an \u00266even stronger mana-generating base;\u0026r cake, wool, and even other mana flowers can all be mulched into yet more mana.", + "ftbquests.chapter.the_sound_of_life.quest52.task_1683678805039454876.title": "Any Elven Flower", + "ftbquests.chapter.the_sound_of_life.quest52.title": "Esoteric Mana Generation", + "ftbquests.chapter.the_sound_of_life.quest53.description1": "With the power of Elementium and a little extra elemental oomph, you can craft a special pylon to use in tandem with the power of a beacon to summon the \u00266Guardian of Gaia.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest53.description2": "Prove your strength, and you\u0027ll be rewarded with \u00266Gaia Spirits.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest54.description1": "Using the \u00266Enchanting Apparatus\u0026r and some special reagents, you can make elemental essences that have a wide variety of uses, from crafting to spellweaving.", + "ftbquests.chapter.the_sound_of_life.quest54.task_6599905580160140411.title": "Any Essence", + "ftbquests.chapter.the_sound_of_life.quest55.description1": "Fragments of the mysterious \u00266Guardian of Gaia\u0026r, these spirits have enormous potential...", + "ftbquests.chapter.the_sound_of_life.quest56.description1": "There are quite a few elemental \u00266rituals\u0026r that could come in handy for you - defending your base, automatically pick items up, and even allowing you to fly!", + "ftbquests.chapter.the_sound_of_life.quest57.description1": "The \u00266Storage Lectern\u0026r boasts the incredibly convenient capability of letting you manage, view, and craft using nearby storage blocks. Simply place it down and link inventories to it using the dominion wand!", + "ftbquests.chapter.the_sound_of_life.quest57.description2": "There is a limit to the number of inventories you can connect to at once - this can be raised using additional \u00266Bookwyrm Charms.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description1": "Mekanism upgrades come in two flavors - \u00266upgrade cards\u0026r and \u00266tier installers. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description2": "Upgrade cards give the machine a boost to a certain aspect - speed, energy efficiency, etc.", + "ftbquests.chapter.the_sound_of_life.quest58.description3": "Tier installers give the machine more processing slots - from 1 item at a time to \u002669 in some machines!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.task_366296260702142144.title": "Any Upgrade", + "ftbquests.chapter.the_sound_of_life.quest58.title": "Upgrades", + "ftbquests.chapter.the_sound_of_life.quest59.description1": "You can use a hefty amount of will as well as vengeful will crystals to create \u00266Wither Skeleton Skulls\u0026r in a Hellfire Forge. ", + "ftbquests.chapter.the_sound_of_life.quest59.description2": "These skulls are very powerfully charged - you can use them to summon Withers and acquire their \u00266valuable stars.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest59.title": "The Wither", + "ftbquests.chapter.the_sound_of_life.quest6.description1": "\u00266Blood Orbs\u0026r are a budding sanguimancer\u0027s way of storing and utilizing Life Essence, measured in \u00266LP.\u0026r Once you\u0027ve crafted one, right click with it in your hand to bind it to your personal LP network.", + "ftbquests.chapter.the_sound_of_life.quest6.description2": "LP is used for things like sigils, rituals, and crafting. You can transfer life essence in an altar to your network by placing your orb into the altar.", + "ftbquests.chapter.the_sound_of_life.quest6.description3": "\u00267Tip: there is a blood orb for each tier of altar! Certain recipes need higher tiers of blood orbs.", + "ftbquests.chapter.the_sound_of_life.quest6.task_9017841688739987349.title": "Any Blood Orb", + "ftbquests.chapter.the_sound_of_life.quest60.description1": "The \u00266Conjuration Catalyst\u0026r can duplicate certain items for a relatively moderate mana cost.", + "ftbquests.chapter.the_sound_of_life.quest60.description2": "No more fiddling around with potions or distilling to make your redstone and glowstone!", + "ftbquests.chapter.the_sound_of_life.quest61.description1": "You can summon \u00266Wilden\u0026r using the aptly-named Tablet of Summon Wilden. These magical creatures drop \u00266special reagents when killed.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest61.description2": "These reagents can also be used to summon the \u00266Wilden Chimera,\u0026r a powerful boss that drops a \u00266special item\u0026r needed to channel tier 3 spells. ", + "ftbquests.chapter.the_sound_of_life.quest61.title": "Wilden", + "ftbquests.chapter.the_sound_of_life.quest62.description1": "With the power of a \u00266Charger\u0026r and an \u00266enriched diamond,\u0026r you can create a \u00266special kind of chargeable quartz...\u0026r", + "ftbquests.chapter.the_sound_of_life.quest62.title": "Certus Quartz", + "ftbquests.chapter.the_sound_of_life.quest63.description1": "Obviously, the ratio of one diamond for one certus quartz isn\u0027t exactly tenable. Luckily, there\u0027s a way to literally grow it from itself - just throw a block of \u00266certus quartz into water with some charged certus quartz,\u0026r and it\u0027ll get converted into \u00266budding quartz.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest63.description2": "This semi-flawed quartz block will grow crystals just like amethyst, with one caveat - \u00264eventually the crystal will degrade\u0026r back into a regular block, meaning you\u0027ll have to re-seed it.", + "ftbquests.chapter.the_sound_of_life.quest63.description3": "\u00267Tip: you can also use Theurgy to convert other materials into certus quartz - amethyst is a good candidate!", + "ftbquests.chapter.the_sound_of_life.quest63.title": "Growing Quartz", + "ftbquests.chapter.the_sound_of_life.quest64.description1": "By combining redstone and nether quartz with charged certus quartz, you can make \u00266Fluix Crystals,\u0026r capable of turning matter into digitalized information.", + "ftbquests.chapter.the_sound_of_life.quest65.description1": "Before the apocalpyse - or whatever happened here - there were strange meteors that occasionally fell containing these \u00266mysterious presses.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest65.description2": "You think you have devised a ritual that could potentially draw in another one of these meteors (albeit greatly diminished in size).", + "ftbquests.chapter.the_sound_of_life.quest65.description3": "\u00267Tip: check your Reclamation Rituals book!", + "ftbquests.chapter.the_sound_of_life.quest65.title": "Mysterious Cube", + "ftbquests.chapter.the_sound_of_life.quest66.description1": "The \u00266ME Controller\u0026r is the brains of the \u00266Material Energy\u0026r system - one of the most powerful logistics solutions available to you.", + "ftbquests.chapter.the_sound_of_life.quest66.subtitle": "Better than futura blocks", + "ftbquests.chapter.the_sound_of_life.quest67.description1": "The \u00266Inscriber\u0026r is used to turn raw materials into actual circuits useable in the \u00266Matter Energy\u0026r system.", + "ftbquests.chapter.the_sound_of_life.quest68.description1": "With the raw power afforded to you by aspected will crystals, gaia fragments, and ethereal slates, you finally have enough oomph to begin reversing the damage this world has suffered.", + "ftbquests.chapter.the_sound_of_life.quest68.description2": "Look into the \u00266Ritual of Reclamation\u0026r in your Reclamation Rituals book to start reclaiming the world.", + "ftbquests.chapter.the_sound_of_life.quest68.description3": "\u00267Note: the ritual may \u00264void blocks!\u0026r\u00267 Perform it away from anything important or risk losing things you might want to keep.", + "ftbquests.chapter.the_sound_of_life.quest68.subtitle": "Roll credits?", + "ftbquests.chapter.the_sound_of_life.quest68.task_6680892754679269683.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_sound_of_life.quest68.title": "Reclamation", + "ftbquests.chapter.the_sound_of_life.quest69.description1": "\u00266Sirens\u0026r can be summoned (and subsequently befriended) at the Altar of Birthing. Once given a Sea Pickle, they\u0027ll disappear and leave behind a token. This token can be turned into a charm that can \u00266automatically fish\u0026r for you, at the price of source!", + "ftbquests.chapter.the_sound_of_life.quest69.description2": "\u00267Tip: this auto fishing can be sped up; read your Worn Notebook for more details.", + "ftbquests.chapter.the_sound_of_life.quest7.description1": "The \u00266Alchemy Table\u0026r allows you to craft with LP from a blood orb. You can make a lot of things like reagents for useful sigils, but you can also make \u00266Arcane Ashes.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest70.description1": "\u00266Whirlisprigs\u0026r can be summoned at the Altar of Birthing. Growing a tree near a summoned one will net you a token, which can be crafted into a charm. This charm summons a tame Whirlisprig that will \u00266produce natural resources\u0026r based on what\u0027s nearby!", + "ftbquests.chapter.the_sound_of_life.quest70.description2": "\u00267Tip: read your Worn Notebook for more!", + "ftbquests.chapter.the_sound_of_life.quest71.description1": "Summon a \u00266Drygmy\u0026r at the Altar of Birthing. Give it a wilden horn to get a token, then craft it into a token. This tame Drygmy will \u00266produce experience and drops of mobs nearby,\u0026r without killing them!", + "ftbquests.chapter.the_sound_of_life.quest72.description1": "Casting dispel on a witch (summoned at the Altar of Birthing) drops a Wixie Token. Turned into a charm to summon Wixies, these creatures can craft and brew potions for you!", + "ftbquests.chapter.the_sound_of_life.quest72.description2": "\u00267Tip: Wixies are very helpful when using an Alchemical Sourcelink! For more info, read your Worn Notebook.", + "ftbquests.chapter.the_sound_of_life.quest73.description1": "\u00266Starbuncles\u0026r summoned by the Altar of Birthing can be gifted gold nuggets to get \u00266Starbuncle Tokens.\u0026r Crafted into a \u00266Starbuncle Charm,\u0026r it will summon a Starbuncle to move items around for you. No more fiddling around with pipes and logistics, just use a semi-intelligent squirrel!", + "ftbquests.chapter.the_sound_of_life.quest73.description2": "\u00267Tip: they can be told to only pick up or drop off certain items - read your Worn Notebook for more information!", + "ftbquests.chapter.the_sound_of_life.quest74.description1": "\u00266Magebloom\u0026r is a flower whose fibers can be spun into a very conductive magical cloth.", + "ftbquests.chapter.the_sound_of_life.quest74.title": "Magebloom", + "ftbquests.chapter.the_sound_of_life.quest75.description1": "\u00266Warp Scrolls\u0026r let you teleport anywhere in a dimension, while their stabilized versions create a temporary portal that can transport you even to \u00266other dimensions.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest75.description2": "\u00267Tip: both types of scrolls can be turned into permanent portals by building a frame out of Sourcestone, placing a full source jar nearby, and tossing the scroll into it.", + "ftbquests.chapter.the_sound_of_life.quest76.description1": "The \u00266Fission Reactor\u0026r is a large multiblock that takes fissile fuel and water and outputs enormous amounts of steam. This steam can be pumped into another large multiblock (the industrial turbine) to produce absolutely outrageous amounts of power. ", + "ftbquests.chapter.the_sound_of_life.quest76.description2": "Equally as importantly, it produces nuclear waste.", + "ftbquests.chapter.the_sound_of_life.quest76.description3": "For more information on how to build this structure, refer to the mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest76.description4": "\u00264Warning: if you mess up running your reactor, it WILL melt down and explode/irradiate the surrounding area. Make it small or make it far away from your base if you\u0027re not confident.", + "ftbquests.chapter.the_sound_of_life.quest76.subtitle": "Uranium \u003d mc2?", + "ftbquests.chapter.the_sound_of_life.quest76.title": "Fission Reactor", + "ftbquests.chapter.the_sound_of_life.quest77.description1": "\u00266Plutonium\u0026r is one possible product from processing nuclear waste - it can be reprocessed into more fissile fuel or crafted into Supercritical Phase Shifter casings.", + "ftbquests.chapter.the_sound_of_life.quest78.description1": "\u00266Radioactive Waste Barrels\u0026r are one of the only things that can hold nuclear waste; when filled, they slowly dispose of their contents.", + "ftbquests.chapter.the_sound_of_life.quest78.title": "Waste Disposal", + "ftbquests.chapter.the_sound_of_life.quest79.description1": "\u00266Polonium\u0026r is a possible product from processing nuclear waste. ", + "ftbquests.chapter.the_sound_of_life.quest79.description2": "Not only can it make a variety of very helpful equipment and the \u00266QIO system,\u0026r it can also be used to craft Supercritical Phase Shifter (SPS) casings, necessary for producing \u00266antimatter.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest8.description1": "\u00266Arcane Ashes,\u0026r made on the Alchemy Table, can be used to perform some basic alchemy without having to re-enter the field of Spagyrics.", + "ftbquests.chapter.the_sound_of_life.quest8.description2": "One of the first things you\u0027ll want to use this for is making the \u00266Divination Sigil,\u0026r which tells you useful information about the amount of life essence you have access to.", + "ftbquests.chapter.the_sound_of_life.quest80.description1": "Making antimatter requires the creation of a Supercritical Phase Shifter, yet another multiblock.", + "ftbquests.chapter.the_sound_of_life.quest80.description2": "Its casings require a large amount of both polonium and plutonium, meaning you\u0027ll need a large amount of nuclear waste processing.", + "ftbquests.chapter.the_sound_of_life.quest80.description3": "To run, it will also need an incredibly large amount of power - this is where you\u0027d want to use an \u00266Industrial Turbine\u0026r hooked up to either a fission or a fusion reactor.", + "ftbquests.chapter.the_sound_of_life.quest80.description4": "\u00267Tip: you only need to make one of these to finish the pack - unless you REALLY like late-game Mekanism or you want to make creative items!", + "ftbquests.chapter.the_sound_of_life.quest81.description1": "The \u00266QIO System\u0026r is a digital storage solution that does not need power and can store a very large amount of items.", + "ftbquests.chapter.the_sound_of_life.quest81.description2": "It has \u00266unlimited cross-dimensional range\u0026r and can import and export automatically. However, it cannot easily auto-craft things for you.", + "ftbquests.chapter.the_sound_of_life.quest81.title": "QIO System", + "ftbquests.chapter.the_sound_of_life.quest82.description1": "The \u00266Fusion Reactor\u0026r is a much more powerful version of its fission counterpart. It can produce millions of RF/t using deuterium, tritium, or D-T fuel.", + "ftbquests.chapter.the_sound_of_life.quest82.description2": "To learn more about this reactor, check the Mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest82.subtitle": "Sci without the fi", + "ftbquests.chapter.the_sound_of_life.quest82.title": "Fusion Reactor", + "ftbquests.chapter.the_sound_of_life.quest9.description1": "\u00266Sentient Tools\u0026r are a much easier way for you to acquire will - instead of having to throw soul snares at enemies, the tools have the \u00266inherent ability to sever souls\u0026r from their fleshy (or bony) prisons.", + "ftbquests.chapter.the_sound_of_life.quest9.description2": "They are also powered by will - any kind of soul gem in your inventory will \u00266increase the tools\u0027 power\u0026r proportional to the amount of will you have stored.", + "ftbquests.chapter.the_sound_of_life.quest9.task_3309257771812589055.title": "Any Sentient Tool", + "ftbquests.chapter.the_sound_of_life.quest9.title": "Sentient Tools", + "ftbquests.chapter.the_sound_of_life.title": "Sounds of Life", + "ftbquests.chapter.the_taste_of_power.quest1.description1": "The \u00266Ender Dragon\u0026r not only has horrific halitosis, it also prevents you from exploring the rest of the End and all its goodies.", + "ftbquests.chapter.the_taste_of_power.quest1.task_4052279956792945141.title": "Kill the Dragon", + "ftbquests.chapter.the_taste_of_power.quest10.description1": "Kinda like an unlimited supply of grape juice!", + "ftbquests.chapter.the_taste_of_power.quest10.description2": "\u00267A/N: pretend it needs 100k instead of 10k source... i\u0027m too lazy to make a custom source jar like ATM does", + "ftbquests.chapter.the_taste_of_power.quest11.description1": "All that effort, and all you got was a really big hole.", + "ftbquests.chapter.the_taste_of_power.quest12.description1": "This is way better than a really big hole!", + "ftbquests.chapter.the_taste_of_power.quest13.description1": "And now the way better hole is a digital rip in the fabric of the universe.", + "ftbquests.chapter.the_taste_of_power.quest13.description2": "Or maybe its a real rip in the fabric of the digital universe?", + "ftbquests.chapter.the_taste_of_power.quest13.description3": "Either way, you\u0027re done. You have access to every item digitally, with the help of a cell workbench. Good job! Have some cake :)", + "ftbquests.chapter.the_taste_of_power.quest14.description1": "It\u0027s not really infinite ME power as much as it is infinite ME efficiency.", + "ftbquests.chapter.the_taste_of_power.quest15.description1": "Sufficiently advanced technology is indistinguishable from magic.", + "ftbquests.chapter.the_taste_of_power.quest15.title": "Creative Energy Cube", + "ftbquests.chapter.the_taste_of_power.quest2.task_7905395510409401238.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest2.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest3.description1": "Congrats! You\u0027ve killed the Ender Dragon - there is no more left to conquer.", + "ftbquests.chapter.the_taste_of_power.quest3.description2": "You are a champion. ", + "ftbquests.chapter.the_taste_of_power.quest3.description3": "You have \u0026lReclaimed\u0026r the world.", + "ftbquests.chapter.the_taste_of_power.quest3.description4": "\u00267As far as anyone can really be concerned, you\u0027ve finished the modpack. Any quests past this are exclusively for bragging rights - creative items, op stuff, lame resource dump recipes, all that jazz.", + "ftbquests.chapter.the_taste_of_power.quest3.description5": "\u00267Thank you immensely for putting the time and effort into finishing the pack! This was a huge undertaking for me, but hopefully you enjoyed it enough that it was worth it :)", + "ftbquests.chapter.the_taste_of_power.quest3.description6": "\u00267 -ACCBDD", + "ftbquests.chapter.the_taste_of_power.quest3.subtitle": "Roll credits (for real)", + "ftbquests.chapter.the_taste_of_power.quest3.task_2556725507805521066.title": "Congratulations!", + "ftbquests.chapter.the_taste_of_power.quest4.description1": "An infinitely super-heated blaze is great just as a centerpiece, but you can also use it to make infinite lava.", + "ftbquests.chapter.the_taste_of_power.quest4.description2": "\u00267Tip: you\u0027re gonna need to make quite a few of these!", + "ftbquests.chapter.the_taste_of_power.quest5.description1": "What\u0027s better than infinite blaze burning? Infinite turning! ", + "ftbquests.chapter.the_taste_of_power.quest6.description1": "The dwarven version of a Philosopher\u0027s Stone.", + "ftbquests.chapter.the_taste_of_power.quest7.description1": "Somehow, you don\u0027t feel as guilty as you think you should.", + "ftbquests.chapter.the_taste_of_power.quest7.description2": "\u00267Tip: this takes 10 full mana pools worth of mana. :)", + "ftbquests.chapter.the_taste_of_power.quest8.description1": "No more will you be shackled to the tyranny of building an enormous pool of whatever fluid!", + "ftbquests.chapter.the_taste_of_power.quest9.description1": "Once you\u0027ve set it to a chemical, you can reset it to empty by crafting it.", + "ftbquests.chapter.the_taste_of_power.quest9.title": "Creative Chemical Tank", + "ftbquests.chapter.the_taste_of_power.title": "The Taste of Power", + "ftbquests.chapter.the_touch_of.quest1.description1": "You\u0027ve done it. You\u0027ve reclaimed some small part of the world! ", + "ftbquests.chapter.the_touch_of.quest1.description2": "Now you just have to regain the diversity in surroundings you remember there once being...", + "ftbquests.chapter.the_touch_of.quest1.task_7943239389617432250.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_touch_of.quest1.title": "Reclamation", + "ftbquests.chapter.the_touch_of.quest10.description1": "\u00266Watery Essence\u0026r is found in deep oceans - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest10.description2": "Elemental wizardry will provide you the magical power necessary to enact such an elementally-aligned terraformation - namely, turning a small area into a \u00266warm ocean.\u0026r", + "ftbquests.chapter.the_touch_of.quest10.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest11.description1": "With all six types of attuned biome essence, you can combine them in a (quite expensive) ritual to produce the \u00266End Portal.\u0026r You\u0027ll still need to add \u00266Eyes of Ender\u0026r to the frame, but once you\u0027ve done so, you can finally enter \u00266the End.\u0026r", + "ftbquests.chapter.the_touch_of.quest11.description2": "\u00267Tip: you can break end portal frames and blocks by right clicking them with the frame remover!", + "ftbquests.chapter.the_touch_of.quest11.subtitle": "Dragons... I hate dragons", + "ftbquests.chapter.the_touch_of.quest11.task_4811328545830427024.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest11.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest12.description1": "Generic biome essence is well and good, but for real ritualistic oomph you\u0027ll need a specialized container, capable of collecting attuned essence.", + "ftbquests.chapter.the_touch_of.quest12.description2": "\u00267Tip: check your Reclamation Rituals book for information on the late-game terraforming rituals!", + "ftbquests.chapter.the_touch_of.quest13.description1": "With biome essence, you can also perform \u00266more directed terraforming\u0026r - turning the surrounding area into basic overworld biomes: forest, plains, river, beach, and ocean.", + "ftbquests.chapter.the_touch_of.quest13.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the overworld terraforming rites!", + "ftbquests.chapter.the_touch_of.quest13.task_2143407724517054989.title": "Basic Terraforming", + "ftbquests.chapter.the_touch_of.quest14.description1": "With some additional infusion, an attuned biome bottle can be turned into a \u00266biome globe\u0026r - in essence a portable directed reclamation ritual.", + "ftbquests.chapter.the_touch_of.quest14.description2": "\u00267Tip: these globes have 16 uses each, and convert a radius of 12 blocks from where you use them! They\u0027ll convert blocks to their reclaimed versions, but they will NOT place features like grass or trees; you\u0027ll have to do those yourself.", + "ftbquests.chapter.the_touch_of.quest14.description3": "\u00267Tip 2: these drain a LOT of aura to make!", + "ftbquests.chapter.the_touch_of.quest14.subtitle": "Portable Terraforming", + "ftbquests.chapter.the_touch_of.quest14.task_8529374338001252387.title": "Any Biome Globe", + "ftbquests.chapter.the_touch_of.quest14.title": "Biome Globes", + "ftbquests.chapter.the_touch_of.quest2.description1": "Getting the nether back into shape is relatively easy, now that you understand the shape of terraforming rituals and have a source of biomic essence.", + "ftbquests.chapter.the_touch_of.quest2.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the nether terraforming rites!", + "ftbquests.chapter.the_touch_of.quest2.task_4997059168389991596.title": "Visit Every Nether Biome", + "ftbquests.chapter.the_touch_of.quest2.title": "Reclaiming the Nether", + "ftbquests.chapter.the_touch_of.quest3.description1": "With the creation of reclaimed biomes, natural spawns can now occur - drygmies, whirligigs, and starbuncles can all rarely spawn in these biomes, as well as the regular mobs.", + "ftbquests.chapter.the_touch_of.quest3.title": "Natural Spawning", + "ftbquests.chapter.the_touch_of.quest4.description1": "Now that you have a place where you can actually see the blue (!) sky, you can bottle up the abundant biomic essence in a \u00266specially-designed container.\u0026r", + "ftbquests.chapter.the_touch_of.quest4.description2": "This \u00266biome essence\u0026r can be used in rituals along with some extra reagents to terraform in a more directed way.", + "ftbquests.chapter.the_touch_of.quest4.description3": "\u00267Tip: you can collect essence in any living biome by holding right click with a biome bottle. Crouching while you do this will fill all bottles in a stack!", + "ftbquests.chapter.the_touch_of.quest4.title": "Biome Essence", + "ftbquests.chapter.the_touch_of.quest5.description1": "The first attuned essence you\u0027ll need is \u00266Hellish Essence,\u0026r collectible from any living\u00266 nether biome.\u0026r", + "ftbquests.chapter.the_touch_of.quest6.description1": "\u00266Arid Essence\u0026r is found mainly in the desert - you\u0027ll have to use a special version of your terraforming ritual to bring it back. ", + "ftbquests.chapter.the_touch_of.quest6.description2": "Some high-powered dwarven artifice should provide you with the correct magical resonance to produce an arid, sandy \u00266desert \u0026rbiome.", + "ftbquests.chapter.the_touch_of.quest7.description1": "The final essence you\u0027ll need is \u00266Icy Essence\u0026r from the \u00266snowy slopes\u0026r biome. Wet and cold, the complete opposite of your surroundings, you\u0027ll need a lot of power to create this biome.", + "ftbquests.chapter.the_touch_of.quest7.description2": "First: \u00266polonium\u0026r to provide the necessary chemical energy for the physical transformation.", + "ftbquests.chapter.the_touch_of.quest7.description3": "Second: ice cream (specifically \u00266vanilla\u0026r) to provide structure to the ritual and thematic direction.", + "ftbquests.chapter.the_touch_of.quest7.description4": "Third: a couple \u00266shattered singularities\u0026r to store the excess entropy generated by this ritual.", + "ftbquests.chapter.the_touch_of.quest7.description5": "and finally, Fourth: a large amount of generic \u00266biome essence\u0026r to kickstart the reaction.", + "ftbquests.chapter.the_touch_of.quest8.description1": "\u00266Lush Essence\u0026r is found in jungles of any kind - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest8.description2": "Botanic mastery will provide you the life energy needed to transform your surroundings into a \u00266bamboo forest.\u0026r", + "ftbquests.chapter.the_touch_of.quest8.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest9.description1": "\u00266Mycelic Essence\u0026r is found exclusively on mushroom islands - you\u0027ll have to use a modified version of your terraforming ritual to bring them back. ", + "ftbquests.chapter.the_touch_of.quest9.description2": "Classic wiccan practice should provide you with the correct magical resonance to produce the hot, dry \u00266mushroom field\u0026r biome.", + "ftbquests.chapter.the_touch_of.title": "Visions of the Past", + "ftbquests.chapter_groups_3169067154505914507.title": "Biodiversity", + "ftbquests.chapter_groups_5305197537419525243.title": "Side Quests", + "ftbquests.loot_table_1430735789179352246.title": "mana stuff", + "ftbquests.loot_table_1562099882431827930.title": "horns", + "ftbquests.loot_table_3514670301200914514.title": "chicken", + "ftbquests.loot_table_5456022276654430189.title": "witch", + "ftbquests.loot_table_6347601422327785898.title": "canvas", + "ftbquests.loot_table_67272733859206798.title": "instrument", + "ftbquests.loot_table_7131061971573085034.title": "zombie", + "ftbquests.loot_table_7900474475776381538.title": "rabbit", + "ftbquests.loot_table_8024488712964205957.title": "spider", + "ftbquests.loot_table_8037173722274793648.title": "snow golem", + "ftbquests.loot_table_8381040606691607900.title": "bee", + "ftbquests.loot_table_8615485860944689786.title": "cow", + "ftbquests.loot_table_8839952752635034356.title": "skeleton" +} \ No newline at end of file diff --git a/FTBLang/kubejs/assets/ftbquestlocalizer/lang/es_es.json b/FTBLang/kubejs/assets/ftbquestlocalizer/lang/es_es.json new file mode 100644 index 0000000..fc094d8 --- /dev/null +++ b/FTBLang/kubejs/assets/ftbquestlocalizer/lang/es_es.json @@ -0,0 +1,1235 @@ +{ + "ftbquests.chapter.digital_storage.quest1.description1": "The \u00266controller\u0026r is the brains of a network. Each controller block\u0027s face is capable of outputting \u0026632 channels;\u0026r almost every device on the ME network needs \u00266one channel to operate.\u0026r", + "ftbquests.chapter.digital_storage.quest10.description1": "The \u00266Wireless Access Point\u0026r allows you to use wireless terminals to access your ME System. You can boost its range by giving it \u00266wireless boosters,\u0026r but be warned: more boosters means the WAP will need \u00264much more energy\u0026r to stay running.", + "ftbquests.chapter.digital_storage.quest10.task_8779164168368451602.title": "Any Wireless Terminal", + "ftbquests.chapter.digital_storage.quest10.title": "Wireless Access", + "ftbquests.chapter.digital_storage.quest11.description1": "\u00266Pattern Providers,\u0026r when given a pattern, will push the items in the pattern to a nearby inventory. \u00266Molecular Assemblers,\u0026r when given items, will craft with those items and output them to nearby inventories. Put them next to each other, and you have a \u00266basic autocrafting setup! \u0026r", + "ftbquests.chapter.digital_storage.quest11.description2": "You\u0027ll need somewhere to store the items while they\u0027re being crafted; a crafting storage would be ideal.", + "ftbquests.chapter.digital_storage.quest11.description3": "\u00267Tip: for more info, check the guide!", + "ftbquests.chapter.digital_storage.quest11.title": "ME Autocrafting", + "ftbquests.chapter.digital_storage.quest12.description1": "With an ME System you\u0027ll need some way to actually store items - the \u00266ME Drive\u0026r can store up to 10 storage cells of any type and size.", + "ftbquests.chapter.digital_storage.quest12.description2": "\u00267Tip: you can store botanic mana, elemental source, gases, fluids, and even space itself in cells - not just regular items!", + "ftbquests.chapter.digital_storage.quest13.description1": "Terminals are how you actually interface with the storage cells in your ME System.", + "ftbquests.chapter.digital_storage.quest13.task_8779678006548052409.title": "Any Terminal", + "ftbquests.chapter.digital_storage.quest13.title": "Terminals", + "ftbquests.chapter.digital_storage.quest14.description1": "Storing some energy in your ME System would be a good idea... just in case.", + "ftbquests.chapter.digital_storage.quest16.description1": "\u00266P2P Tunnels\u0026r allow you to transfer multiple channels per channel! It\u0027s a little confusing at first, but once you get the hang of it you can really push your system to the limit.", + "ftbquests.chapter.digital_storage.quest16.description2": "You can also transfer power, chemicals, and even botanic mana and elemental source!", + "ftbquests.chapter.digital_storage.quest17.description1": "The \u00266Reaction Chamber\u0026r not only allows you to make circuits much faster, it can also charge large amounts of certus crystals at a time and even grow crystals from themselves!", + "ftbquests.chapter.digital_storage.quest17.description2": "Just make sure you have enough power to handle its recipes...", + "ftbquests.chapter.digital_storage.quest18.description1": "The \u00266Circuit Slicer\u0026r can cut blocks of materials into 9 circuits much faster than an inscriber can press them.", + "ftbquests.chapter.digital_storage.quest19.description1": "The \u00266Assembler Matrix\u0026r is a molecular assembler and pattern provider setup on steroids - at its maximum size, it can hold over 4,000 patterns and craft incredibly fast. The best part? It only needs \u00266one channel.\u0026r", + "ftbquests.chapter.digital_storage.quest2.description1": "A controller block itself can input energy, but you\u0027ll want to have as many controller faces open as you can to get as many channels as possible into your network. ", + "ftbquests.chapter.digital_storage.quest2.description2": "The \u00266Energy Acceptor\u0026r uses no channels and can be placed anywhere, as long as it\u0027s connected to the network somehow.", + "ftbquests.chapter.digital_storage.quest20.description1": "The \u00266Quantum Computer Core\u0026r is a self-contained crafting CPU with 256M crafting storage and 8 co-processing threads.", + "ftbquests.chapter.digital_storage.quest21.description1": "The \u00266Quantum Computer multiblock\u0026r is an extremely powerful multiblock that can handle an effectively \u00266infinite\u0026r number of crafting requests for your ME System.", + "ftbquests.chapter.digital_storage.quest21.description2": "Read the guide for more information.", + "ftbquests.chapter.digital_storage.quest22.description1": "Perfect for carrying items on the go, the \u00266backpack\u0026r has a few useful upgrades as well.", + "ftbquests.chapter.digital_storage.quest23.description1": "Better than regular chests, \u00266Sophisticated Storage\u0026r lets you put more things in a single block.", + "ftbquests.chapter.digital_storage.quest23.task_5897231893839036272.title": "Any Sophisticated Storage Block", + "ftbquests.chapter.digital_storage.quest23.title": "Sophisticated Storage", + "ftbquests.chapter.digital_storage.quest24.description1": "Capable of storing a very large amount of a single item type.", + "ftbquests.chapter.digital_storage.quest24.description2": "The framing table lets you customize the way they look.", + "ftbquests.chapter.digital_storage.quest24.task_5464079544652951362.title": "Any Storage Drawer", + "ftbquests.chapter.digital_storage.quest24.title": "Storage Drawers", + "ftbquests.chapter.digital_storage.quest25.description1": "Tier upgrades can be used to upgrade Sophisticated Storage blocks without breaking them.", + "ftbquests.chapter.digital_storage.quest25.task_611570763386642583.title": "Any Tier Upgrade", + "ftbquests.chapter.digital_storage.quest26.description1": "The \u00266Drawer Controller\u0026r allows you to interface with multiple drawers using only a single blockface.", + "ftbquests.chapter.digital_storage.quest27.description1": "There are a variety of keys - lock drawers to specific items, hide item labels to reduce lag, and more.", + "ftbquests.chapter.digital_storage.quest27.task_7070764459751906106.title": "Any Drawer Key", + "ftbquests.chapter.digital_storage.quest27.title": "Drawer Keys", + "ftbquests.chapter.digital_storage.quest28.description1": "Autofeeding, playing music, even portable crafting can all be attained with backpack upgrades.", + "ftbquests.chapter.digital_storage.quest29.description1": "Higher stack count, filtering, and more - check the uses for the upgrade base.", + "ftbquests.chapter.digital_storage.quest3.description1": "Smart cables are very useful - they visually display how many channels they\u0027re carrying at any given time.", + "ftbquests.chapter.digital_storage.quest3.task_6551415206641156021.title": "Any Smart Cable", + "ftbquests.chapter.digital_storage.quest3.title": "Smart Cables", + "ftbquests.chapter.digital_storage.quest30.description1": "Each workbench (aside from looking neat) can turn a specific set of blocks into its variants.", + "ftbquests.chapter.digital_storage.quest30.title": "Chipped Workbenches", + "ftbquests.chapter.digital_storage.quest31.description1": "Can turn almost any basic block into a wide array of variants.", + "ftbquests.chapter.digital_storage.quest32.description1": "Made from stonecutting andesite alloy, these blocks can take on the texture of any other block.", + "ftbquests.chapter.digital_storage.quest32.task_4661123369301757740.title": "Any Copycat Block", + "ftbquests.chapter.digital_storage.quest33.description1": "You can make music by crafing a \u00266Music Sheet\u0026r and placing notes on the sheet. ", + "ftbquests.chapter.digital_storage.quest33.description2": "Place the sheet in your offhand while holding an instrument to play the instrument.", + "ftbquests.chapter.digital_storage.quest33.description3": "\u00267Tip: you can do MUCH more with this mod - check out its CurseForge page for more info.", + "ftbquests.chapter.digital_storage.quest34.description1": "You can paint your own masterpieces while you wait for crops to grow - simply make a palette, fill it with colors, plop a canvas on an easel, and get to painting!", + "ftbquests.chapter.digital_storage.quest34.description2": "Signed paintings can be duplicated by crafting the original with a blank canvas of the same size.", + "ftbquests.chapter.digital_storage.quest34.description3": "\u00267Tip: to craft a palette, fill the bottom row of a crafting table with planks, then place dyes in the middle. You can add more dyes to a palette by crafting them together.", + "ftbquests.chapter.digital_storage.quest34.title": "The Joy of Painting", + "ftbquests.chapter.digital_storage.quest35.description1": "\u00266Building Gadgets\u0026r are a collection of useful tools that will let you build very quickly.", + "ftbquests.chapter.digital_storage.quest35.description2": "They do need to be charged; use an energy cube or similar.", + "ftbquests.chapter.digital_storage.quest36.description1": "The \u00266Rod of the Shifting Crust\u0026r allows you to exchange blocks in the world with blocks in your inventory for the cost of mana.", + "ftbquests.chapter.digital_storage.quest4.description1": "Dense cables can carry 32 channels instead of the regular 8 channels.", + "ftbquests.chapter.digital_storage.quest4.task_5854794686036721300.title": "Any Smart Dense Cable", + "ftbquests.chapter.digital_storage.quest4.title": "Dense Cables", + "ftbquests.chapter.digital_storage.quest5.description1": "The color applicator lets you paint cables - especially useful once your network starts to grow. ", + "ftbquests.chapter.digital_storage.quest5.description2": "Colored cables won\u0027t connect to other colored cables, but fluix cables can connect to all colors.", + "ftbquests.chapter.digital_storage.quest5.description3": "These can be filled with \u00266dyes or paintballs\u0026r using an \u00266ME Chest.\u0026r", + "ftbquests.chapter.digital_storage.quest5.task_4299327579125140032.title": "Color Applicator", + "ftbquests.chapter.digital_storage.quest6.description1": "The \u00266ME Interface\u0026r acts as a specialized input and output port for your network. ", + "ftbquests.chapter.digital_storage.quest6.description2": "It can keep a certain amount of items from your network in its inventory for pipes or other blocks to pull from, and also automatically puts any other items it receives into the network.", + "ftbquests.chapter.digital_storage.quest7.description1": "The \u00266Wireless Connector\u0026r is a short-range version of a \u00266Quantum Link Chamber \u0026r- use this when you want your network to jump a short distance, and not cross-dimensionally.", + "ftbquests.chapter.digital_storage.quest8.description1": "The \u00266Quantum Network Bridge\u0026r uses the power of quantum entanglement to bridge a network gap not only across large distances, but dimensions.", + "ftbquests.chapter.digital_storage.quest8.title": "Quantum Network Bridge", + "ftbquests.chapter.digital_storage.quest9.description1": "The\u00266 Extended Charger\u0026r and \u00266Inscriber\u0026r are upgraded versions of their base models, capable of processing 4 recipes in parallel.", + "ftbquests.chapter.digital_storage.quest9.title": "Extended Machines", + "ftbquests.chapter.digital_storage.title": "Storage and Decor", + "ftbquests.chapter.ffood_plants.quest1.description1": "Lining rivers and shores, sugar cane had once risen in green columns, swaying with each passing breeze.", + "ftbquests.chapter.ffood_plants.quest10.description1": "With deep golden petals and a bitter scent, wolfsbane once grew where night lingered longest. ", + "ftbquests.chapter.ffood_plants.quest100.description1": "Sweet, mellow fruits with a classic tropical aroma.", + "ftbquests.chapter.ffood_plants.quest101.description1": "Soft and nutty, cashews offer a creamy bite with a sweet-savory balance.", + "ftbquests.chapter.ffood_plants.quest102.description1": "Cherries burst with juicy intensity; sweet, sometimes sharp, and always bright.", + "ftbquests.chapter.ffood_plants.quest103.description1": "Cracking into a coconut reveals cool, sweet water and soft, fragrant meat.", + "ftbquests.chapter.ffood_plants.quest104.description1": "Dates are also known as nature\u0027s candy: chewy, caramel-rich, and deeply sweet.", + "ftbquests.chapter.ffood_plants.quest105.description1": "With neon skin and unique speckled flesh, dragon fruit tastes delicate, lightly sweet, and just a little floral.", + "ftbquests.chapter.ffood_plants.quest106.description1": "Figs are jammy and soft with a honey-like flavor.", + "ftbquests.chapter.ffood_plants.quest107.description1": "Grapefruit will wake up your palate - juicy, sour, bitter, and bold.", + "ftbquests.chapter.ffood_plants.quest108.description1": "Kumquats are often eaten whole, with a sharp citrus shock over sweet orange notes.", + "ftbquests.chapter.ffood_plants.quest109.description1": "Tart and vivid, lemons cut through richness with their clean citrus bite.", + "ftbquests.chapter.ffood_plants.quest11.description1": "Snowbells had once blossomed in the coldest reaches, their pale blue petals dusted with frost.", + "ftbquests.chapter.ffood_plants.quest110.description1": "Smaller and punchier than lemons, limes have a tight, zesty sting.", + "ftbquests.chapter.ffood_plants.quest111.description1": "Mangoes melt in your mouth with tropical sweetness.", + "ftbquests.chapter.ffood_plants.quest112.description1": "Like a peach in sleek skin, nectarines are sweet, tangy, and satisfyingly juicy.", + "ftbquests.chapter.ffood_plants.quest113.description1": "Ground nutmeg adds a warm, nutty-spicy aroma that’s cozy and festive to any dish.", + "ftbquests.chapter.ffood_plants.quest114.description1": "Oranges are all brightness and juice, sweet with a sunny citrus finish.", + "ftbquests.chapter.ffood_plants.quest115.description1": "Peaches are the most famous of stone fruit, for good reason.", + "ftbquests.chapter.ffood_plants.quest116.description1": "Pears are quietly sweet and crisp; eternally elegant.", + "ftbquests.chapter.ffood_plants.quest117.description1": "Pecans have a great crunch with deep nutty flavor.", + "ftbquests.chapter.ffood_plants.quest118.description1": "Persimmons are smooth and syrupy, with a mellow flavor that deepens as they ripen.", + "ftbquests.chapter.ffood_plants.quest119.description1": "Plums skirt the line between tart and sweet, finishing with a tangy punch.", + "ftbquests.chapter.ffood_plants.quest12.description1": "Prized by herbalists for its strange resilience, who claimed it drew strength from the moonlit depths.", + "ftbquests.chapter.ffood_plants.quest120.description1": "Star fruit is crisp and juicy, with a tropical edge.", + "ftbquests.chapter.ffood_plants.quest121.description1": "Walnuts are hearty and slightly bitter, great for a midday snack.", + "ftbquests.chapter.ffood_plants.quest122.description1": "The bark grinds down to a warm, spicy-sweet powder that instantly deepens any flavor.", + "ftbquests.chapter.ffood_plants.quest123.description1": "The \u00266Cooking Table\u0026r is the heart of a multiblock kitchen - allowing you to craft any number of foods with the items stored inside of it. It can also supply you with tools, water, snow/ice, and milk.", + "ftbquests.chapter.ffood_plants.quest123.description2": "Especially handy when you have a large amount of foods and a limited amount of brainpower.", + "ftbquests.chapter.ffood_plants.quest123.title": "Cooking for Blockheads", + "ftbquests.chapter.ffood_plants.quest124.description1": "The \u00266ME Kitchen Station\u0026r lets you connect your multiblock kitchen to your ME system!", + "ftbquests.chapter.ffood_plants.quest125.description1": "The \u00266fridge\u0026r stores items, just like a cabinet.", + "ftbquests.chapter.ffood_plants.quest126.description1": "A \u00266sink\u0026r provides unlimited water to recipes.", + "ftbquests.chapter.ffood_plants.quest126.description2": "\u00267Tip: ...and other things.", + "ftbquests.chapter.ffood_plants.quest127.description1": "The oven lets you cook multiple foods in a single block.", + "ftbquests.chapter.ffood_plants.quest128.description1": "A \u00266Cow in a Jar\u0026r slowly produces milk, which can be used in recipes.", + "ftbquests.chapter.ffood_plants.quest128.description2": "...but how does one get a cow into a jar?", + "ftbquests.chapter.ffood_plants.quest128.description3": "\u00267Tip: you\u0027ll need to turn off claim protection or make this outside a claim, OPAC doesn\u0027t really like animal cruelty!", + "ftbquests.chapter.ffood_plants.quest129.description1": "When added to a fridge, the \u00266ice unit\u0026r provides unlimited ice and snow to recipes.", + "ftbquests.chapter.ffood_plants.quest13.description1": "This earth-toned fungus once thrived in quiet, dark corners, feeding on decay.", + "ftbquests.chapter.ffood_plants.quest130.description1": "The \u00266heating unit,\u0026r applied to a stove, lets it run on energy instead of burnable fuel.", + "ftbquests.chapter.ffood_plants.quest131.description1": "The \u00266tool rack\u0026r provides tools to cooking recipes; pots, pans, and other sorts.", + "ftbquests.chapter.ffood_plants.quest132.description1": "The \u00266Kitchen Cabinet and Counter\u0026r store items for the Cooking Table to use.", + "ftbquests.chapter.ffood_plants.quest132.title": "Kitchen Storage", + "ftbquests.chapter.ffood_plants.quest133.description1": "The \u00266Horn of the Wild\u0026r lets you harvest a large area of crops without manually collecting them one by one.", + "ftbquests.chapter.ffood_plants.quest133.description2": "Useful!", + "ftbquests.chapter.ffood_plants.quest134.description1": "The \u00266Drum of the Wild\u0026r is a block-based version of the horn - set a mana spreader to shoot mana through it and it\u0027ll harvest crops nearby.", + "ftbquests.chapter.ffood_plants.quest134.description2": "Add a \u00266hopperhock\u0026r and you have fully automatic crop harvesting!", + "ftbquests.chapter.ffood_plants.quest135.description1": "The \u00266Harvester\u0026r is a little harder to make than the other automated harvesters, but it makes up for it in ease of use.", + "ftbquests.chapter.ffood_plants.quest135.description2": "Place it on the same level as crops and it will harvest them - a 3x3 area by default, but this can be upgraded with machine upgrades.", + "ftbquests.chapter.ffood_plants.quest136.description1": "The \u00266Mechanical Harvester\u0026r lets you harvest... mechanically! ", + "ftbquests.chapter.ffood_plants.quest136.description2": "Attach it to any variety of contraption and as it moves through a crop it will harvest it.", + "ftbquests.chapter.ffood_plants.quest137.description1": "That\u0027s dedication! A personal shoutout from myself, for the pure raw dedication that you\u0027ve shown.", + "ftbquests.chapter.ffood_plants.quest137.subtitle": "You earned it!", + "ftbquests.chapter.ffood_plants.quest137.task_5521912290757485582.title": "You know what? Sure.", + "ftbquests.chapter.ffood_plants.quest138.description1": "You\u0027ve gone even further than I went! An absolute mad. lad. Take your prize and go.", + "ftbquests.chapter.ffood_plants.quest138.subtitle": "Your dedication is admirable.", + "ftbquests.chapter.ffood_plants.quest138.title": "Good god...", + "ftbquests.chapter.ffood_plants.quest14.description1": "With its crimson cap and pale stem, the red mushroom once sprouted in damp caves and shadowed groves.", + "ftbquests.chapter.ffood_plants.quest15.description1": "Bamboo once climbed toward the sky in great bamboo forests, hollow stems whispering in the wind.", + "ftbquests.chapter.ffood_plants.quest16.description1": "Sailors swore it marked safe waters—while some claimed it hid the bones of the drowned.", + "ftbquests.chapter.ffood_plants.quest17.description1": "This gentle underwater plant once rippled with the ocean’s breath, carpeting the sea floor in quiet green.", + "ftbquests.chapter.ffood_plants.quest18.description1": "Their soft light once guided creatures of the reef and lit the way for wayward divers in the twilight deep.", + "ftbquests.chapter.ffood_plants.quest19.description1": "This strange, red fungus had grown only in the deep, burning halls of another world. It pulsed faintly with unnatural life.", + "ftbquests.chapter.ffood_plants.quest2.description1": "Bright orange roots that grew deep in the earth, carrots were a favorite among rabbits and a healthy snack, to boot!", + "ftbquests.chapter.ffood_plants.quest20.description1": "Once said to carry the scent of a world turned upside down—where even the air recoiled in confusion.", + "ftbquests.chapter.ffood_plants.quest21.description1": "This twisted red fungus once grew in the scorched ground of the Nether, pulsing faintly as if alive.", + "ftbquests.chapter.ffood_plants.quest22.description1": "Once used in deadly draughts and sleeping curses, favored by those who studied the poisoner\u0027s art.", + "ftbquests.chapter.ffood_plants.quest23.description1": "Flax\u0027s delicate fibers had once been woven into cloth and spell-thread, binding both garments and enchantments.", + "ftbquests.chapter.ffood_plants.quest24.description1": "Bold and crimson, the poppy is a symbol of remembrance and silent strength, often found where courage once stood.", + "ftbquests.chapter.ffood_plants.quest24.description2": "\u00267Tip: You can either craft poppy seeds or mutate them from Melon and Sugarcane.", + "ftbquests.chapter.ffood_plants.quest25.description1": "A tall and graceful flower with a soft purple hue, often associated with grace, quiet wisdom, and calm days.", + "ftbquests.chapter.ffood_plants.quest26.description1": "Delicate and pale, these tiny flowers cluster low to the ground, bringing a sense of peace to open fields.", + "ftbquests.chapter.ffood_plants.quest27.description1": "This rare azure blossom flourishes in damp, shadowed groves. Legends say it blooms where ancient tears once fell.", + "ftbquests.chapter.ffood_plants.quest28.description1": "Cornflowers once braved the wind in wide fields, their blue hues a favorite among storytellers and songwriters.", + "ftbquests.chapter.ffood_plants.quest29.description1": "A cheerful bloom of golden yellow, said to carry whispers of spring on the wind. It thrives wherever the sun touches the land.", + "ftbquests.chapter.ffood_plants.quest29.description2": "\u00267Tip: You can either craft dandelion seeds or mutate them from Wheat and Pumpkin.\u0026r", + "ftbquests.chapter.ffood_plants.quest3.description1": "Crimson bulbs that added color and flavor to any dish, beetroots were once quite common in village gardens.", + "ftbquests.chapter.ffood_plants.quest30.description1": "Hidden among thick leaves, these tiny white bells are said to chime in silence when the forest is listening.", + "ftbquests.chapter.ffood_plants.quest31.description1": "With a golden eye watching from its white face, this flower is a quiet companion of wanderers and daydreamers.", + "ftbquests.chapter.ffood_plants.quest32.description1": "Glowing softly with hues of flame, this ancient blossom is thought to be a gift from the deep earth, where fire once danced.", + "ftbquests.chapter.ffood_plants.quest33.description1": "Warming as a sunset, the orange tulip is said to bring cheer and good fortune to those who find it.", + "ftbquests.chapter.ffood_plants.quest34.description1": "Bright and bold, the red tulip is a symbol of love and passion, often given in times of heartfelt confession.", + "ftbquests.chapter.ffood_plants.quest35.description1": "Soft as moonlight, white tulips once whispered of peace and innocence in gardens now long lain fallow.", + "ftbquests.chapter.ffood_plants.quest36.description1": "Soft and gentle, the pink tulip speaks of friendship and gentle affection, often found where laughter lingers.", + "ftbquests.chapter.ffood_plants.quest37.description1": "Dark as a starless night and thorned with sorrow, this eerie bloom grows only in the wake of ruin and shadow.", + "ftbquests.chapter.ffood_plants.quest38.description1": "You can make podzol for planting flower seeds on by growing a 2x2 of spruce saplings - the large tree, once grown, will convert dirt (and dried earth!) under it into podzol.", + "ftbquests.chapter.ffood_plants.quest38.description2": "\u00267Tip: once the strength trait of a flower is high enough, you won\u0027t need to plant them on podzol!", + "ftbquests.chapter.ffood_plants.quest38.task_7604363448496665210.title": "Look at Podzol", + "ftbquests.chapter.ffood_plants.quest38.title": "Podzol", + "ftbquests.chapter.ffood_plants.quest39.description1": "Onion\u0027s delicious smell once filled the air as it gave flavor to meals.", + "ftbquests.chapter.ffood_plants.quest4.description1": "Earthy and humble, potatoes were versatile tubers that thrived in the cool soil of many places.", + "ftbquests.chapter.ffood_plants.quest40.description1": "Sweet potatoes grew slow and sweet underground, long ago.", + "ftbquests.chapter.ffood_plants.quest40.description2": "(new page placeholder text)", + "ftbquests.chapter.ffood_plants.quest41.description1": "A humble grain that swayed in golden fields before being ground and baked into something warm and sustaining.", + "ftbquests.chapter.ffood_plants.quest42.description1": "Basil once filled the air with a fragrance that breezes would quietly carry away.", + "ftbquests.chapter.ffood_plants.quest43.description1": "A small, zesty vegetable that added a sharp bite to meals.", + "ftbquests.chapter.ffood_plants.quest44.description1": "A dark, sturdy bean that once softened in pots where stories and spices mingled.", + "ftbquests.chapter.ffood_plants.quest45.description1": "A slender, snappy vegetable that brightened plates in days long past.", + "ftbquests.chapter.ffood_plants.quest46.description1": "A nutrient-rich tuber, often tied to seasonal harvests and both everyday and festive cooking.", + "ftbquests.chapter.ffood_plants.quest47.description1": "Widely adopted, they were once integral to many cuisines, especially where freshness and preservation intersected.", + "ftbquests.chapter.ffood_plants.quest48.description1": "Spiny and hardy, the cactus once dotted vast oceans of sand.", + "ftbquests.chapter.ffood_plants.quest49.description1": "Saguaro once stood tall in the desert heat, holding their shape against time and silence.", + "ftbquests.chapter.ffood_plants.quest5.description1": "Orange orbs that sprouted in the autumn, pumpkins were both a festive decoration and a hearty food source.", + "ftbquests.chapter.ffood_plants.quest50.description1": "Valued for its hardiness and storage life, it figured prominently in preserved and cold-weather foods.", + "ftbquests.chapter.ffood_plants.quest51.description1": "Fast-growing and versatile, they were commonly used to add mild sharpness to everyday dishes.", + "ftbquests.chapter.ffood_plants.quest52.description1": "Coffee was brewed each morning, dark and warm, its bitterness softened by time and habit.", + "ftbquests.chapter.ffood_plants.quest53.description1": "A worldwide staple, central to daily diets and shaped by centuries of cultivation and ritual.", + "ftbquests.chapter.ffood_plants.quest54.description1": "A cool-weather root typically grown for its reliability and used in simple, hearty meals.", + "ftbquests.chapter.ffood_plants.quest55.description1": "A hardy root, valued for nutrition and storage through cold months.", + "ftbquests.chapter.ffood_plants.quest56.description1": "Once used to add a small amount of spice to everyday food.", + "ftbquests.chapter.ffood_plants.quest57.description1": "Once cultivated widely for its simple, nourishing qualities.", + "ftbquests.chapter.ffood_plants.quest58.description1": "A vital staple, central to diets and agricultural abundance.", + "ftbquests.chapter.ffood_plants.quest59.description1": "Seeds that added warmth and spice, enhancing a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest6.description1": "Large, round fruits with a green rind and sweet, juicy flesh; melons grew best in warm, sunny fields.", + "ftbquests.chapter.ffood_plants.quest60.description1": "Mild and colorful, they brought sweetness and variety to meals.", + "ftbquests.chapter.ffood_plants.quest61.description1": "Known for its cool, crisp texture, often enjoyed fresh or pickled.", + "ftbquests.chapter.ffood_plants.quest62.description1": "A sweet fruit that brightened the warmer months with its flavor.", + "ftbquests.chapter.ffood_plants.quest63.description1": "Harvested for its tender shoots, enjoyed seasonally.", + "ftbquests.chapter.ffood_plants.quest64.description1": "Offered a subtle crunch and flavor, a common addition in many recipes.", + "ftbquests.chapter.ffood_plants.quest65.description1": "Once a comforting grain, quietly nourishing both people and animals alike.", + "ftbquests.chapter.ffood_plants.quest66.description1": "Peanuts were once valued for their simple richness and high protein content.", + "ftbquests.chapter.ffood_plants.quest67.description1": "Tart and vibrant, they were key in sauces and salsas that brought bold flavor.", + "ftbquests.chapter.ffood_plants.quest68.description1": "A versatile summer squash, cooked or baked into a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest69.description1": "A small, sweet berry, enjoyed fresh or preserved to brighten meals.", + "ftbquests.chapter.ffood_plants.quest7.description1": "Prickly bushes bore these bright berries, beloved for their sweet bite and quick comfort.", + "ftbquests.chapter.ffood_plants.quest70.description1": "Known for their sweetness and antioxidants, often eaten fresh or in preserves.", + "ftbquests.chapter.ffood_plants.quest71.description1": "Rich and tangy, they provided a burst of flavor and nutrition when they were in season.", + "ftbquests.chapter.ffood_plants.quest72.description1": "A mild onion relative, used to add depth and subtle flavor to soups and stews.", + "ftbquests.chapter.ffood_plants.quest73.description1": "Crisp and cool, a common leafy green that added freshness to countless dishes.", + "ftbquests.chapter.ffood_plants.quest74.description1": "Valued for its spicy warmth and medicinal qualities, a staple in many remedies and recipes now lost.", + "ftbquests.chapter.ffood_plants.quest75.description1": "A fragrant melon, its juicy flesh a refreshing treat on hot days.", + "ftbquests.chapter.ffood_plants.quest76.description1": "A sweet, cooling melon that offered relief during warm seasons.", + "ftbquests.chapter.ffood_plants.quest77.description1": "A tangy fruit, rich in vitamin C and refreshing in warmer months.", + "ftbquests.chapter.ffood_plants.quest78.description1": "A versatile vegetable, often roasted or stewed to add richness to meals.", + "ftbquests.chapter.ffood_plants.quest79.description1": "A mild vegetable used in a variety of dishes, from soups to roasts.", + "ftbquests.chapter.ffood_plants.quest8.description1": "Wheat once rippled like golden seas, feeding countless lives. Fields of it marked the heart of many homesteads.", + "ftbquests.chapter.ffood_plants.quest80.description1": "Small and tart, used fresh or dried to add brightness to dishes and preserves.", + "ftbquests.chapter.ffood_plants.quest81.description1": "Valued for their oil and flavor, they were a key ingredient in cooking and preservation.", + "ftbquests.chapter.ffood_plants.quest82.description1": "Known for its nutritional content, often steamed or roasted.", + "ftbquests.chapter.ffood_plants.quest83.description1": "Prized for its tender hearts, a special ingredient in many traditional meals.", + "ftbquests.chapter.ffood_plants.quest84.description1": "Tart and fibrous, often cooked down into jams and desserts.", + "ftbquests.chapter.ffood_plants.quest85.description1": "A pungent staple, prized for both taste and medicinal value in many kitchens.", + "ftbquests.chapter.ffood_plants.quest86.description1": "Known for its vibrant color and healing properties, it flavored food and soothed ailments alike.", + "ftbquests.chapter.ffood_plants.quest87.description1": "Sweet and versatile - enjoyed fresh or transformed into wines and preserves.", + "ftbquests.chapter.ffood_plants.quest88.description1": "A leafy green, rich in nutrients and commonly eaten fresh.", + "ftbquests.chapter.ffood_plants.quest89.description1": "A hearty vegetable, often stored through colder months and used in countless recipes.", + "ftbquests.chapter.ffood_plants.quest9.description1": "This gnarled, shrieking root was feared as much as it was valued.", + "ftbquests.chapter.ffood_plants.quest9.description2": "\u00267Tip: you might want to only harvest these at night!", + "ftbquests.chapter.ffood_plants.quest90.description1": "A resilient leafy green valued for its nutrition and versatility in cooking.", + "ftbquests.chapter.ffood_plants.quest91.description1": "Small, dark berries used for their medicinal properties and tart flavor.", + "ftbquests.chapter.ffood_plants.quest92.description1": "Known for their bitter aroma, they were essential in brewing of all kinds.", + "ftbquests.chapter.ffood_plants.quest93.description1": "Tart and bright, commonly used fresh or preserved to complement meals.", + "ftbquests.chapter.ffood_plants.quest94.description1": "A fragrant bean that lent warmth and sweetness to many desserts and drinks.", + "ftbquests.chapter.ffood_plants.quest95.description1": "A sweet and tangy fruit that brought plenty of flavor to many dishes.", + "ftbquests.chapter.ffood_plants.quest96.description1": "Crunchy, subtly sweet nuts with a toasty, earthy finish.", + "ftbquests.chapter.ffood_plants.quest97.description1": "Crisp, juicy fruits that balance light sweetness with a refreshing tang.", + "ftbquests.chapter.ffood_plants.quest98.description1": "Soft, slightly fuzzy fruits with a delightfully sweet-tart burst.", + "ftbquests.chapter.ffood_plants.quest99.description1": "Creamy and buttery with a mild, slightly grassy flavor.", + "ftbquests.chapter.ffood_plants.title": "Plants Galore", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description1": "You wake up in a vast, dead and dried out wasteland. You don\u0027t remember how you got here, but you do remember what the world \u0026oshould\u0026r look like - and this isn\u0027t it.", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description2": "Welcome to \u00266Reclamation!\u0026r This is a slower-paced pack focused around bringing life and nature back to a dead world. Press \u00266F3+H\u0026r to disable advanced tooltips, if they\u0027re on!", + "ftbquests.chapter.how_the_world_came_to_be.quest1.task_6356663929448377632.title": "What happened here?", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description1": "\u00266Alchemical Sulfur\u0026r is one of the three building blocks of alchemy - it provides the Soul of an item, and represents what specific item it is.", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description2": "To obtain it, you\u0027ll have to make a \u00266Liquefaction Cauldron\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the item you want to extract sulfur from into the Cauldron, fill it with \u00266Sal Ammoniac,\u0026r give the Brazier some fuel, and it\u0027ll slowly convert materials into their respective \u00266Alchemical Sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description3": "The dried earth you find yourself surrounded by used to be dirt, and it remembers that - \u00266use the Cauldron to turn dried earth into dirt sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.title": "Alchemical Sulfur", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description1": "Now that you have all three alchemical components of an item - \u00266Mercury, Salt, and Sulfur\u0026r - you can make an \u00266Incubator\u0026r to combine them all back into an item; in this case, back into \u00266dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description2": "Place the Incubator above a Brazier and attach all three vessels to the sides of it. Fill each vessel with the appropriate item, give the Brazier some fuel, and in a bit you\u0027ll have fresh dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest11.title": "Incubator", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description1": "You\u0027ve done it! You\u0027ve made dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description2": "...now you just need something to grow on it.", + "ftbquests.chapter.how_the_world_came_to_be.quest12.subtitle": "Slightly browner", + "ftbquests.chapter.how_the_world_came_to_be.quest13.description1": "Despite the seeming apocalypse, there are still fish to find (and eat) for those with the skill and desire.", + "ftbquests.chapter.how_the_world_came_to_be.quest13.title": "Fishy Friends", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description1": "Spider string can be crafted into wool, which can be crafted into beds! ", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description2": "You can also craft a sleeping bag, for staying cozy on the go... but where would you be going?", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_1655930139945784994.title": "Any Bed", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_2233575124644508705.title": "Any Sleeping Bag", + "ftbquests.chapter.how_the_world_came_to_be.quest14.title": "Small Comforts", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description1": "Worldgen has been completely overhauled - \u00264no ore generates,\u0026r and the only biomes that exist are dead, wasteland biomes with no real vegetation. Additionally, the only trees that spawn are dead trees, with very little useability.", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description2": "Stone variants still generate, and you can find \u00266sand and clay underwater.\u0026r It will also still rain!", + "ftbquests.chapter.how_the_world_came_to_be.quest15.task_9000568835822462366.title": "Changed worldgen?", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description1": "The naturally spawning mobs have changed in this new landscape! Specifically, \u0026czombie villagers and witches won\u0027t spawn,\u0026r and \u00266spiders have mutated\u0026r into their venomous cave versions. ", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description2": "This means that there\u0027s \u0026cno way to get any kind of resources from witches or zombie villagers\u0026r (even if you could cure them!); the only things that you can really hope to get are iron or copper ingots from \u00266rare drops\u0026r - but there are other ways to generate resources...", + "ftbquests.chapter.how_the_world_came_to_be.quest16.task_8241748987012779739.title": "Rare Drops?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description1": "There are quite a few books in the pack! Thankfully, the \u00266Akashic Tome\u0026r is here to help. Crafting any book with this will combine it, letting you keep every guidebook in a single item. Simply craft it with another guidebook!", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description2": "To untransform the tome, punch the air with it.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description3": "To remove a stored book, transform the tome into the book, then sneak and press your \u0027drop\u0027 key.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.task_3483844932023115481.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description1": "A lot of the pack consists of passive processes you\u0027ll probably want to keep running while you do other things. You can claim chunks to \u00266force-load \u0026rthem using your map; ensuring they\u0027ll stay loaded even while you\u0027re not nearby. ", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description2": "Just open your map (default M) and \u00266right-click drag\u0026r over the area you\u0027d like to claim. Right-click drag again to force claim!", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description3": "If you\u0027re playing with friends, \u00266make sure you\u0027re on the same team\u0026r so that you can all access things inside your claim and share quest progress.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description4": "For more information on the claims system, check out the \u00266Open Parties and Claims\u0026r wiki or keybinds.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description5": "\u00267Tip: you might want to turn claimed chunk protection off! It tends to break fake players.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.task_3331239976186418612.title": "Playing with Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.title": "Chunkloading and Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description1": "You can make a quick and dirty door using the scrap wood and some copper you\u0027ve found - but it seems pretty shoddy, \u00264breaking every so often\u0026r and needing to be re-placed.", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description2": "At least it keeps the spookies out...", + "ftbquests.chapter.how_the_world_came_to_be.quest2.description1": "Wood is plentiful, if not exactly the quality you remember.", + "ftbquests.chapter.how_the_world_came_to_be.quest2.title": "Dead Trees", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description1": "Despite the harsh conditions, bees still persist, dotted amongst the dry hills. ", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description2": "Cultivating them could be a great way to \u00266generate resources\u0026r such as more dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description3": "\u00267Tip: this unlocks a new questline on the left!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.title": "Bees?!", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description1": "There are ruins around with \u00266small bits of copper,\u0026r completely oxidized from whatever happened. ", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description2": "You might be able to craft something to help you out with that copper, but first you\u0027ll have to \u00266get it into a useable state...\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest3.task_7525660450708144821.title": "Oxidized Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description1": "Many many recipes have been changed in this pack. Make sure you check your recipe browser for crafting recipes! By default, the keybinds when hovering over an item are \u00266R to look up recipes\u0026r for the item, and \u00266U to look up uses\u0026r for the item.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description2": "These binds can be changed by clicking the EMI button in the bottom left of your inventory screen.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.task_8528084351057584694.title": "What\u0027s changed?", + "ftbquests.chapter.how_the_world_came_to_be.quest4.title": "How do I craft things?", + "ftbquests.chapter.how_the_world_came_to_be.quest5.description1": "\u0026l\u0026o\u0026cNO ORE GENERATES IN THE WORLD. RECIPES HAVE CHANGED.\u0026r Those who came before you have completely mined out the entire planet - after centuries of strip mining, quarrying, and general exploitation, there is not so much as a measly scrap of coal in the world, so there\u0027s no point trying to find any type of ore by mining.", + "ftbquests.chapter.how_the_world_came_to_be.quest5.task_734684119620528193.title": "Deprived...", + "ftbquests.chapter.how_the_world_came_to_be.quest5.title": "Where\u0027s the ore!?", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description1": "After you \u00266scrape off the rust with an axe,\u0026r you think you can use a \u00266cutting board\u0026r to get useable copper out of the oxidized copper you find in ruins.", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description2": "This useable copper will be crucial for \u00266Spagyrics\u0026r, the process of decomposing and recombining matter - which should let you \u00266rejuvenate the Dried Earth\u0026r into \u00266Dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description3": "\u00267Tip: you can also use the cutting board to get more charcoal and scrap wood out of dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest6.title": "Useable Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description1": "In the contaminated water you have found trace amounts of \u00266Sal Ammoniac,\u0026r a crucial ingredient in the practice of \u00266Theurgy.\u0026r By setting up a simple accumulator and tank, you think you\u0027ll be able to distill it. ", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description2": "Place the accumulator on top of the tank, fill it with water, and it will slowly produce \u00266Sal Ammoniac\u0026r for you.", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description3": "\u00267Tip: you can make buckets out of copper!\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description1": "\u00266Alchemical Mercury\u0026r is one of the three building blocks of alchemy - it provides the Energy of an item, and is largely interchangeable between things.", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description2": "To distill it, you\u0027ll have to make a \u00266Mercury Distiller\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to distill into the Distiller, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Mercury.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description3": "Rarer materials give more mercury, but to start you\u0027ll probably want to distill \u00266cobblestone, dried earth, or cooked fish.\u0026r ", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description4": "\u00267Tip: slicing fish makes it a more efficient way of getting mercury!", + "ftbquests.chapter.how_the_world_came_to_be.quest8.title": "Alchemical Mercury", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description1": "\u00266Alchemical Salt\u0026r is one of the three building blocks of alchemy - it provides the Body of an item, and represents the \u0027type\u0027 of an item.", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description2": "To obtain it, you\u0027ll have to make a \u00266Calcination Oven\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to extract into the Oven, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description3": "There are many different kinds of salt, but to start, you should \u00266focus on getting Strata salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.title": "Alchemical Salt", + "ftbquests.chapter.how_the_world_came_to_be.subtitle0": "A vast wasteland", + "ftbquests.chapter.how_the_world_came_to_be.title": "Prologue", + "ftbquests.chapter.mob_safari.quest1.task_644874208300996266.title": "Creeper Photo", + "ftbquests.chapter.mob_safari.quest1.title": "Creeper", + "ftbquests.chapter.mob_safari.quest10.task_7387499092437519744.title": "Silverfish Photo", + "ftbquests.chapter.mob_safari.quest10.title": "Silverfish", + "ftbquests.chapter.mob_safari.quest11.task_560111651210659078.title": "Evoker Photo", + "ftbquests.chapter.mob_safari.quest11.title": "Evoker", + "ftbquests.chapter.mob_safari.quest12.task_6050813032829826018.title": "Ghast Photo", + "ftbquests.chapter.mob_safari.quest12.title": "Ghast", + "ftbquests.chapter.mob_safari.quest13.task_8655936747757493244.title": "Guardian Photo", + "ftbquests.chapter.mob_safari.quest13.title": "Guardian", + "ftbquests.chapter.mob_safari.quest14.task_9108849848609122501.title": "Hoglin Photo", + "ftbquests.chapter.mob_safari.quest14.title": "Hoglin", + "ftbquests.chapter.mob_safari.quest15.task_7435272240185968407.title": "Phantom Photo", + "ftbquests.chapter.mob_safari.quest15.title": "Phantom", + "ftbquests.chapter.mob_safari.quest16.task_2497415746301840277.title": "Piglin Brute Photo", + "ftbquests.chapter.mob_safari.quest16.title": "Piglin Brute", + "ftbquests.chapter.mob_safari.quest17.description1": "\u00267Tip: there is a ritual that can grant you the bad omen effect!", + "ftbquests.chapter.mob_safari.quest17.task_876018828234332303.title": "Pillager Photo", + "ftbquests.chapter.mob_safari.quest17.title": "Pillager", + "ftbquests.chapter.mob_safari.quest18.task_9217927796095116198.title": "Ravager Photo", + "ftbquests.chapter.mob_safari.quest18.title": "Ravager", + "ftbquests.chapter.mob_safari.quest19.task_6294764614244969421.title": "Shulker Photo", + "ftbquests.chapter.mob_safari.quest19.title": "Shulker", + "ftbquests.chapter.mob_safari.quest2.description1": "In this new post-apocalyptic world, you\u0027ve realized that it might be a good idea to document what lifeforms exist - just in case it happens again. ", + "ftbquests.chapter.mob_safari.quest2.description2": "To do so, you\u0027re going to need \u00266a camera, \u0026rsome \u00266film\u0026r to print onto, and some way to turn that \u00266film into photos.\u0026r", + "ftbquests.chapter.mob_safari.quest2.subtitle": "Snap decisions", + "ftbquests.chapter.mob_safari.quest2.title": "Camera", + "ftbquests.chapter.mob_safari.quest20.task_5958619487539868658.title": "Skeleton Photo", + "ftbquests.chapter.mob_safari.quest20.title": "Skeleton", + "ftbquests.chapter.mob_safari.quest21.task_2908237894518590949.title": "Slime Photo", + "ftbquests.chapter.mob_safari.quest21.title": "Slime", + "ftbquests.chapter.mob_safari.quest22.task_1986307033554203052.title": "Stray Photo", + "ftbquests.chapter.mob_safari.quest22.title": "Stray", + "ftbquests.chapter.mob_safari.quest23.task_8127229503220688871.title": "Vex Photo", + "ftbquests.chapter.mob_safari.quest23.title": "Vex", + "ftbquests.chapter.mob_safari.quest24.task_2719667561416590077.title": "Vindicator Photo", + "ftbquests.chapter.mob_safari.quest24.title": "Vindicator", + "ftbquests.chapter.mob_safari.quest25.description1": "\u00267Tip: the sculk catalyst is craftable, and you can use a sculk awakener on a sculk shrieker to convert it into one that can spawn Wardens.", + "ftbquests.chapter.mob_safari.quest25.task_3299757844051508646.title": "Warden Photo", + "ftbquests.chapter.mob_safari.quest25.title": "Warden", + "ftbquests.chapter.mob_safari.quest26.task_1834001635925258364.title": "Witch Photo", + "ftbquests.chapter.mob_safari.quest26.title": "Witch", + "ftbquests.chapter.mob_safari.quest27.description1": "\u00267Tip: if you want to summon a living wither skeleton, you\u0027ll need to use the Soulium Spawner.", + "ftbquests.chapter.mob_safari.quest27.task_431510156767848390.title": "Wither Skeleton Photo", + "ftbquests.chapter.mob_safari.quest27.title": "Wither Skeleton", + "ftbquests.chapter.mob_safari.quest28.task_3976176875920550036.title": "Zoglin Photo", + "ftbquests.chapter.mob_safari.quest28.title": "Zoglin", + "ftbquests.chapter.mob_safari.quest29.task_2001349734991872109.title": "Blaze Photo", + "ftbquests.chapter.mob_safari.quest29.title": "Blaze", + "ftbquests.chapter.mob_safari.quest3.task_6868688706200460210.title": "Zombie Photo", + "ftbquests.chapter.mob_safari.quest3.title": "Zombie", + "ftbquests.chapter.mob_safari.quest30.task_4394254762005595057.title": "Wither Photo", + "ftbquests.chapter.mob_safari.quest30.title": "Wither", + "ftbquests.chapter.mob_safari.quest31.task_6606548217913389459.title": "Ender Dragon Photo", + "ftbquests.chapter.mob_safari.quest31.title": "Ender Dragon", + "ftbquests.chapter.mob_safari.quest32.task_8348843003612976311.title": "Piglin Photo", + "ftbquests.chapter.mob_safari.quest32.title": "Piglin", + "ftbquests.chapter.mob_safari.quest33.task_9152125344552747368.title": "Allay Photo", + "ftbquests.chapter.mob_safari.quest33.title": "Allay", + "ftbquests.chapter.mob_safari.quest34.task_935450104482788869.title": "Axolotl Photo", + "ftbquests.chapter.mob_safari.quest34.title": "Axolotl", + "ftbquests.chapter.mob_safari.quest35.task_3732209353791428122.title": "Bat Photo", + "ftbquests.chapter.mob_safari.quest35.title": "Bat", + "ftbquests.chapter.mob_safari.quest36.task_4451728281716577204.title": "Camel Photo", + "ftbquests.chapter.mob_safari.quest36.title": "Camel", + "ftbquests.chapter.mob_safari.quest37.task_3478349021656071469.title": "Cat Photo", + "ftbquests.chapter.mob_safari.quest37.title": "Cat", + "ftbquests.chapter.mob_safari.quest38.task_421501030317629993.title": "Chicken Photo", + "ftbquests.chapter.mob_safari.quest38.title": "Chicken", + "ftbquests.chapter.mob_safari.quest39.task_3283513909476271368.title": "Cod Photo", + "ftbquests.chapter.mob_safari.quest39.title": "Cod", + "ftbquests.chapter.mob_safari.quest4.task_5493751185522811223.title": "Husk Photo", + "ftbquests.chapter.mob_safari.quest4.title": "Husk", + "ftbquests.chapter.mob_safari.quest40.task_3552336333939252573.title": "Cow Photo", + "ftbquests.chapter.mob_safari.quest40.title": "Cow", + "ftbquests.chapter.mob_safari.quest41.task_8921315837912733830.title": "Donkey Photo", + "ftbquests.chapter.mob_safari.quest41.title": "Donkey", + "ftbquests.chapter.mob_safari.quest42.task_8892925176174289117.title": "Frog Photo", + "ftbquests.chapter.mob_safari.quest42.title": "Frog", + "ftbquests.chapter.mob_safari.quest43.task_7912667151609898398.title": "Glow Squid Photo", + "ftbquests.chapter.mob_safari.quest43.title": "Glow Squid", + "ftbquests.chapter.mob_safari.quest44.task_4389105525914117514.title": "Horse Photo", + "ftbquests.chapter.mob_safari.quest44.title": "Horse", + "ftbquests.chapter.mob_safari.quest45.task_4359593363899885941.title": "Mooshroom Photo", + "ftbquests.chapter.mob_safari.quest45.title": "Mooshroom", + "ftbquests.chapter.mob_safari.quest46.task_924922940433498504.title": "Mule Photo", + "ftbquests.chapter.mob_safari.quest46.title": "Mule", + "ftbquests.chapter.mob_safari.quest47.task_4787445126890462554.title": "Ocelot Photo", + "ftbquests.chapter.mob_safari.quest47.title": "Ocelot", + "ftbquests.chapter.mob_safari.quest48.task_595439666779967783.title": "Parrot Photo", + "ftbquests.chapter.mob_safari.quest48.title": "Parrot", + "ftbquests.chapter.mob_safari.quest49.task_6791445533424275382.title": "Pig Photo", + "ftbquests.chapter.mob_safari.quest49.title": "Pig", + "ftbquests.chapter.mob_safari.quest5.task_2405723904258009579.title": "Drowned Photo", + "ftbquests.chapter.mob_safari.quest5.title": "Drowned", + "ftbquests.chapter.mob_safari.quest50.task_5186559523328413187.title": "Pufferfish Photo", + "ftbquests.chapter.mob_safari.quest50.title": "Pufferfish", + "ftbquests.chapter.mob_safari.quest51.task_1802630615776817042.title": "Rabbit Photo", + "ftbquests.chapter.mob_safari.quest51.title": "Rabbit", + "ftbquests.chapter.mob_safari.quest52.task_9075318374820615216.title": "Salmon Photo", + "ftbquests.chapter.mob_safari.quest52.title": "Salmon", + "ftbquests.chapter.mob_safari.quest53.task_1279126845524092057.title": "Sheep Photo", + "ftbquests.chapter.mob_safari.quest53.title": "Sheep", + "ftbquests.chapter.mob_safari.quest54.description1": "\u00267Tip: the sniffer egg is craftable!", + "ftbquests.chapter.mob_safari.quest54.task_4496075018482353874.title": "Sniffer Photo", + "ftbquests.chapter.mob_safari.quest54.title": "Sniffer", + "ftbquests.chapter.mob_safari.quest55.task_7621061223329854925.title": "Snow Golem Photo", + "ftbquests.chapter.mob_safari.quest55.title": "Snow Golem", + "ftbquests.chapter.mob_safari.quest56.task_3811954916556661348.title": "Squid Photo", + "ftbquests.chapter.mob_safari.quest56.title": "Squid", + "ftbquests.chapter.mob_safari.quest57.task_8980744210598611125.title": "Strider Photo", + "ftbquests.chapter.mob_safari.quest57.title": "Strider", + "ftbquests.chapter.mob_safari.quest58.task_3384099064913889422.title": "Tropical Fish Photo", + "ftbquests.chapter.mob_safari.quest58.title": "Tropical Fish", + "ftbquests.chapter.mob_safari.quest59.task_8173784837555787990.title": "Turtle Photo", + "ftbquests.chapter.mob_safari.quest59.title": "Turtle", + "ftbquests.chapter.mob_safari.quest6.task_874911539473621191.title": "Spider Photo", + "ftbquests.chapter.mob_safari.quest6.title": "Spider", + "ftbquests.chapter.mob_safari.quest60.task_3689972004573703426.title": "Villager Photo", + "ftbquests.chapter.mob_safari.quest60.title": "Villager", + "ftbquests.chapter.mob_safari.quest61.description1": "\u00267Tip: an oak or birch tree grown near flowers has a small chance to spawn a beehive!", + "ftbquests.chapter.mob_safari.quest61.task_5922903859006989903.title": "Bee Photo", + "ftbquests.chapter.mob_safari.quest61.title": "Bee", + "ftbquests.chapter.mob_safari.quest62.task_6003122656664405150.title": "Dolphin Photo", + "ftbquests.chapter.mob_safari.quest62.title": "Dolphin", + "ftbquests.chapter.mob_safari.quest63.task_8533728607102685433.title": "Fox Photo", + "ftbquests.chapter.mob_safari.quest63.title": "Fox", + "ftbquests.chapter.mob_safari.quest64.task_2426644530607004924.title": "Goat Photo", + "ftbquests.chapter.mob_safari.quest64.title": "Goat", + "ftbquests.chapter.mob_safari.quest65.task_7632281372321087328.title": "Iron Golem Photo", + "ftbquests.chapter.mob_safari.quest65.title": "Iron Golem", + "ftbquests.chapter.mob_safari.quest66.reward_5070411217558644494.title": "Wash the spit off your face!", + "ftbquests.chapter.mob_safari.quest66.task_6151594406741525419.title": "Llama Photo", + "ftbquests.chapter.mob_safari.quest66.title": "Llama", + "ftbquests.chapter.mob_safari.quest67.task_8391996334368644499.title": "Panda Photo", + "ftbquests.chapter.mob_safari.quest67.title": "Panda", + "ftbquests.chapter.mob_safari.quest68.task_6356092814838542587.title": "Polar Bear Photo", + "ftbquests.chapter.mob_safari.quest68.title": "Polar Bear", + "ftbquests.chapter.mob_safari.quest69.task_5155069369552929707.title": "Wolf Photo", + "ftbquests.chapter.mob_safari.quest69.title": "Wolf", + "ftbquests.chapter.mob_safari.quest7.task_7828452674496297861.title": "Cave Spider Photo", + "ftbquests.chapter.mob_safari.quest7.title": "Cave Spider", + "ftbquests.chapter.mob_safari.quest70.task_6586877749199133229.title": "Zombified Piglin Photo", + "ftbquests.chapter.mob_safari.quest70.title": "Zombified Piglin", + "ftbquests.chapter.mob_safari.quest71.description1": "\u00267Tip: there is a ritual that spawns the Elder Guardian!", + "ftbquests.chapter.mob_safari.quest71.task_1136723065807110792.title": "Elder Guardian Photo", + "ftbquests.chapter.mob_safari.quest71.title": "Elder Guardian", + "ftbquests.chapter.mob_safari.quest72.task_1119603583110664878.title": "Starbuncle Photo", + "ftbquests.chapter.mob_safari.quest72.title": "Starbuncle", + "ftbquests.chapter.mob_safari.quest73.task_1237879032257403086.title": "Wilden Guardian Photo", + "ftbquests.chapter.mob_safari.quest73.title": "Wilden Defender", + "ftbquests.chapter.mob_safari.quest74.task_5793666635438854570.title": "Wilden Pack Hunter Photo", + "ftbquests.chapter.mob_safari.quest74.title": "Wilden Pack Hunter", + "ftbquests.chapter.mob_safari.quest75.task_8789953344793101489.title": "Wilden Stalker Photo", + "ftbquests.chapter.mob_safari.quest75.title": "Wilden Stalker", + "ftbquests.chapter.mob_safari.quest76.task_4116691053894850008.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest76.title": "Drygmy", + "ftbquests.chapter.mob_safari.quest77.task_1018473204252943458.title": "Wilden Chimera Photo", + "ftbquests.chapter.mob_safari.quest77.title": "Wilden Chimera", + "ftbquests.chapter.mob_safari.quest78.task_6004116955135160925.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest78.title": "Whirlisprig", + "ftbquests.chapter.mob_safari.quest79.description1": "\u00267Tip: a spawned siren, not a tamed familiar!", + "ftbquests.chapter.mob_safari.quest79.task_1471670924078031545.title": "Siren Photo", + "ftbquests.chapter.mob_safari.quest79.title": "Siren", + "ftbquests.chapter.mob_safari.quest8.task_4943959340946543881.title": "Enderman Photo", + "ftbquests.chapter.mob_safari.quest8.title": "Enderman", + "ftbquests.chapter.mob_safari.quest80.description1": "I mean. You did a LOT of grinding probably to get here. Also by definition you\u0027ve finished the pack, or good as.", + "ftbquests.chapter.mob_safari.quest80.subtitle": "because why not?", + "ftbquests.chapter.mob_safari.quest80.title": "Safari LEGEND", + "ftbquests.chapter.mob_safari.quest9.task_4733333668196733711.title": "Endermite Photo", + "ftbquests.chapter.mob_safari.quest9.title": "Endermite", + "ftbquests.chapter.mob_safari.title": "Mob Safari", + "ftbquests.chapter.resource_generation.quest1.description1": "\u00266Prosperity Shards\u0026r are the basis of all mystical essence manipulation - very useful for generating large amounts of basic resources.", + "ftbquests.chapter.resource_generation.quest1.description2": "They can be found by breaking down copper nuggets with a pickaxe on a cutting board.", + "ftbquests.chapter.resource_generation.quest1.description3": "\u00267Tip: you can also make prosperity shards in an Enrichment Chamber!", + "ftbquests.chapter.resource_generation.quest10.description1": "With enough inferium, you can craft \u00266Inferium Seeds,\u0026r which grow essence themselves.", + "ftbquests.chapter.resource_generation.quest11.description1": "More potent than regular inferium essence, \u00266Prudentium Essence\u0026r can be used to make some useful essence seeds.", + "ftbquests.chapter.resource_generation.quest11.description2": "Make it by fortifying inferium essence with all four elemental essences in a \u00266Cauldron.\u0026r", + "ftbquests.chapter.resource_generation.quest11.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest18.description1": "The \u00266infusion altar\u0026r and \u00266pedestals\u0026r are required to craft essence seeds.", + "ftbquests.chapter.resource_generation.quest18.description2": "Place the items necessary in the pedestals, then give the altar a redstone signal or a wave of a wand to begin crafting.", + "ftbquests.chapter.resource_generation.quest19.description1": "By breeding \u00266Rocky\u0026r bees together in the nether, they\u0027ll slowly adapt and turn into their nether versions - \u00266Crimson\u0026r and \u00266Warped\u0026r bees. \u00266Cursed\u0026r bees are the hybrid between the two.", + "ftbquests.chapter.resource_generation.quest19.description2": "These bees, twisted by the nether environment, are somewhat aggressive; they\u0027ll harm nearby mobs (including players!)", + "ftbquests.chapter.resource_generation.quest19.task_3895545663253499388.title": "Warped", + "ftbquests.chapter.resource_generation.quest19.task_8052506021592411173.title": "Cursed", + "ftbquests.chapter.resource_generation.quest19.task_891469205622428585.title": "Crimson", + "ftbquests.chapter.resource_generation.quest19.title": "Nether Bees", + "ftbquests.chapter.resource_generation.quest2.description1": "You can place frames into your apiary for bonuses to productivity, lifespan, and even change the temperature and humidity of an apiary. ", + "ftbquests.chapter.resource_generation.quest2.description2": "\u00267Tip: Frame modifiers stack multiplicatively, not additively!\u0026r", + "ftbquests.chapter.resource_generation.quest2.task_1734748989054878453.title": "Any Frame", + "ftbquests.chapter.resource_generation.quest20.description1": "If you\u0027re tired of getting stung by nether bees, try crafting a set of \u00266Apiarist Gear.\u0026r This armor, when worn as a set, will protect you from getting affected by any bees nearby.", + "ftbquests.chapter.resource_generation.quest20.description2": "It\u0027s made of silk, which you can get from propolis (which you can get from simmering combs, among others.)", + "ftbquests.chapter.resource_generation.quest20.title": "Apiarist Gear", + "ftbquests.chapter.resource_generation.quest21.description1": "\u00266Rocky\u0026r and \u00266Robust\u0026r bees are more used to cooler climates, but you can breed better tolerances into them. ", + "ftbquests.chapter.resource_generation.quest21.description2": "Their rocky combs produce much more wax and honey than their wasteland cousins, but more importantly, they can rarely produce \u00266Copper Combs\u0026r as a specialty.", + "ftbquests.chapter.resource_generation.quest21.description3": "\u00267Tip: specialties are only produced when a bee is ecstatic! To make a bee ecstatic, you have to have its housing climate \u0026lexactly\u0026r\u00267 match the bee\u0027s preferred climate. Either breed it so that it prefers the hot dry wastes, or use special frames to adjust the temperature and humidity!", + "ftbquests.chapter.resource_generation.quest21.description4": "\u00267Tip 2: tuff (which you need underneath the apiary to breed these bees!) can be crafted or found underground.", + "ftbquests.chapter.resource_generation.quest21.task_1538674417108678800.title": "Resilient", + "ftbquests.chapter.resource_generation.quest21.task_7190582857068653051.title": "Robust", + "ftbquests.chapter.resource_generation.quest21.task_9033126545582958159.title": "Rocky", + "ftbquests.chapter.resource_generation.quest21.title": "Rocky Bees", + "ftbquests.chapter.resource_generation.quest22.description1": "\u00266Haunted,\u0026r \u00266Ghostly,\u0026r and \u00266Spectral\u0026r bees are an offshoot of nether bees that produce Spectral combs, a relatively honey-rich comb. Additionally, Spectral bees will produce \u00266glowstone\u0026r as a specialty!", + "ftbquests.chapter.resource_generation.quest22.task_3081911043010225060.title": "Haunted", + "ftbquests.chapter.resource_generation.quest22.task_5262672928415792469.title": "Ghostly", + "ftbquests.chapter.resource_generation.quest22.task_8517504769354790857.title": "Spectral", + "ftbquests.chapter.resource_generation.quest22.title": "Spectral Bees", + "ftbquests.chapter.resource_generation.quest23.description1": "\u00266Common\u0026r and \u00266Cultivated\u0026r bees were the most common species in the world that came before, from what you recall.", + "ftbquests.chapter.resource_generation.quest23.task_3642208754252689379.title": "Common", + "ftbquests.chapter.resource_generation.quest23.task_8299291890952022433.title": "Cultivated", + "ftbquests.chapter.resource_generation.quest23.title": "Common Bees", + "ftbquests.chapter.resource_generation.quest24.description1": "These glorious bee comrades ironically despise queens. They are also notable for producing \u00266pollen\u0026r and having \u00266higher than average productivity.\u0026r", + "ftbquests.chapter.resource_generation.quest24.task_2025398279722007265.title": "Industrious", + "ftbquests.chapter.resource_generation.quest24.task_3616071306266700168.title": "Tireless", + "ftbquests.chapter.resource_generation.quest24.task_8393881405903593674.title": "Diligent", + "ftbquests.chapter.resource_generation.quest24.title": "Industrious Bees", + "ftbquests.chapter.resource_generation.quest25.description1": "Somewhat snooty and famously literally blue-blooded, these bees can produce \u00266Royal Combs\u0026r when ecstatic. These combs can then centrifuge into \u00266Royal Jelly.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description2": "They also have a \u00266higher than average fertility rate.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description3": "\u00267Tip: Imperial bees have the Beatific effect, which provides all mobs nearby with regeneration!", + "ftbquests.chapter.resource_generation.quest25.task_6398361437915986421.title": "Noble", + "ftbquests.chapter.resource_generation.quest25.task_7062842366521447494.title": "Imperial", + "ftbquests.chapter.resource_generation.quest25.task_753059639095222795.title": "Majestic", + "ftbquests.chapter.resource_generation.quest25.title": "Imperial Bees", + "ftbquests.chapter.resource_generation.quest26.description1": "The \u00266Mellarium\u0026r is a multiblock version of the apiary, with the ability to add modules that can help you in a variety of ways.", + "ftbquests.chapter.resource_generation.quest26.description2": "The most concrete thing a Mellarium can do is give you more than three frame slots, using \u00266Frame Housings.\u0026r This means you can get, in the best case, \u0026l\u0026oSTACKS\u0026r of combs every bee tick.", + "ftbquests.chapter.resource_generation.quest26.description3": "You can also increase your chances of getting a mutation, shield your bees from rain, and change the climate using catalyst items.", + "ftbquests.chapter.resource_generation.quest26.description4": "\u00267Tip: read your Apiarist Field Guide for more information!", + "ftbquests.chapter.resource_generation.quest26.title": "The Mellarium", + "ftbquests.chapter.resource_generation.quest27.description1": "Once you start getting propolis, you can start \u00266upgrading\u0026r your \u00266Centrifuges\u0026r and \u00266Generators\u0026r - each upgrade has different stats, and you can put up to three in your machines.", + "ftbquests.chapter.resource_generation.quest27.description2": "Like frames, these upgrades stack multiplicatively.", + "ftbquests.chapter.resource_generation.quest27.description3": "\u00267Tip: the earliest ways to get propolis are through nether bees or rocky bees!", + "ftbquests.chapter.resource_generation.quest27.task_7611771532993062026.title": "Any Upgrade", + "ftbquests.chapter.resource_generation.quest27.title": "Upgrades", + "ftbquests.chapter.resource_generation.quest28.description1": "At some point you\u0027ll have more honey (and other bee products) than you know what to do with. ", + "ftbquests.chapter.resource_generation.quest28.description2": "If nothing else, you can burn them for energy in the \u00266Honey Generator!\u0026r", + "ftbquests.chapter.resource_generation.quest29.description1": "An interesting thing about these bees is that there\u0027s no way to get more than one queen out of a breeding pair. Fortunately, you can perform a ritual to summon \u00266more bee nests\u0026r through magic and some special ingredients.", + "ftbquests.chapter.resource_generation.quest29.description2": "Read your Reclamation Rituals book for more information.", + "ftbquests.chapter.resource_generation.quest29.title": "More Nests", + "ftbquests.chapter.resource_generation.quest3.description1": "You\u0027ve noticed some beehives dotted around. Maybe you can try to domesticate them?", + "ftbquests.chapter.resource_generation.quest3.description2": "You\u0027ll need a tool to harvest the nests and a place to raise the bees.", + "ftbquests.chapter.resource_generation.quest3.description3": "\u00267Tip: not every bee is required to finish the pack! Branching out from the required bees will allow you to generate resources much easier than the traditional routes, however.", + "ftbquests.chapter.resource_generation.quest3.title": "Beeginnings", + "ftbquests.chapter.resource_generation.quest30.description1": "Certain bees can produce straight up raw metals from certain rocks!", + "ftbquests.chapter.resource_generation.quest30.task_1055543042056575718.title": "Cuprous", + "ftbquests.chapter.resource_generation.quest30.task_2417461944780662004.title": "Osimum", + "ftbquests.chapter.resource_generation.quest30.task_4765395095236658823.title": "Radioactive", + "ftbquests.chapter.resource_generation.quest30.task_5074021897861698803.title": "Precious", + "ftbquests.chapter.resource_generation.quest30.task_5533305920955437908.title": "Ferrous", + "ftbquests.chapter.resource_generation.quest30.task_6870748623537125703.title": "Argentum", + "ftbquests.chapter.resource_generation.quest30.task_766783682761833592.title": "Zincum", + "ftbquests.chapter.resource_generation.quest30.task_8469594533203667582.title": "Stannum", + "ftbquests.chapter.resource_generation.quest30.task_9085151875040480342.title": "Plumbum", + "ftbquests.chapter.resource_generation.quest30.title": "Metal Bees", + "ftbquests.chapter.resource_generation.quest31.description1": "Certain bees can produce raw minerals from their environment!", + "ftbquests.chapter.resource_generation.quest31.task_1818325150934700666.title": "Emeradic", + "ftbquests.chapter.resource_generation.quest31.task_2840825311361710213.title": "Lapic", + "ftbquests.chapter.resource_generation.quest31.task_3358109104860624142.title": "Fluorite", + "ftbquests.chapter.resource_generation.quest31.task_3719081351633839622.title": "Bituminous", + "ftbquests.chapter.resource_generation.quest31.task_4463225001103591989.title": "Silicate", + "ftbquests.chapter.resource_generation.quest31.task_5231403782456047002.title": "Dimantic", + "ftbquests.chapter.resource_generation.quest31.task_5480192077480458536.title": "Luminous", + "ftbquests.chapter.resource_generation.quest31.task_6963870120953273988.title": "Amethyst", + "ftbquests.chapter.resource_generation.quest31.task_7118701806962971116.title": "Quartz", + "ftbquests.chapter.resource_generation.quest31.task_7148838165140607695.title": "Conductive", + "ftbquests.chapter.resource_generation.quest31.title": "Mineral Bees", + "ftbquests.chapter.resource_generation.quest32.description1": "Stronger than Prudentium, \u00266Tertium\u0026r is necessary for all kinds of metallic essence seeds.", + "ftbquests.chapter.resource_generation.quest32.description2": "Make it using a \u00266Runic Altar\u0026r or \u00266Terrestrial Agglomeration Plate.\u0026r", + "ftbquests.chapter.resource_generation.quest32.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest32.description4": "\u00267Tip 2: a potency lens would make the altar process much faster!", + "ftbquests.chapter.resource_generation.quest33.description1": "\u00266Imperium\u0026r is the penultimate tier of essence, requiring combining the power of \u00265Source\u0026r and Tertium Essence.", + "ftbquests.chapter.resource_generation.quest33.description2": "It can be made using an \u00266Imbuement Chamber.\u0026r", + "ftbquests.chapter.resource_generation.quest33.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest34.description1": "\u00266Supremium\u0026r is the highest tier of essence, used for crafting the highest tier of mystical equipment and seeds.", + "ftbquests.chapter.resource_generation.quest34.description2": "Anoint Imperium with life essence to create it.", + "ftbquests.chapter.resource_generation.quest34.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest35.description1": "These bees can produce magical products. Some of them, like the \u00266Natural\u0026r bee, have special effects!", + "ftbquests.chapter.resource_generation.quest35.description2": "Additionally, the Natural bee produces some small amount of \u00266Nature Essence\u0026r if kept ecstatic.", + "ftbquests.chapter.resource_generation.quest35.task_2760367059321888447.title": "Dawnstone", + "ftbquests.chapter.resource_generation.quest35.task_4095918579037388131.title": "Willful", + "ftbquests.chapter.resource_generation.quest35.task_417359132698374078.title": "Botanic", + "ftbquests.chapter.resource_generation.quest35.task_4623337291104132366.title": "Demonite", + "ftbquests.chapter.resource_generation.quest35.task_5288388297853031166.title": "Terra", + "ftbquests.chapter.resource_generation.quest35.task_5373973326405937422.title": "Natural", + "ftbquests.chapter.resource_generation.quest35.task_7910365384265410324.title": "Source", + "ftbquests.chapter.resource_generation.quest35.title": "Magical Bees", + "ftbquests.chapter.resource_generation.quest37.description1": "\u00267Tip: you\u0027ll need to breed Nature bees to get your first bits of nature essence!", + "ftbquests.chapter.resource_generation.quest4.description1": "Now pop a \u00266princess and drone into an apiary,\u0026r and watch the magic happen! Bees can generate some \u00266very useful resources\u0026r in their combs; initially, though, you\u0027ll have to process said combs on \u00266a cutting board.\u0026r", + "ftbquests.chapter.resource_generation.quest4.description2": "At first, you\u0027ll only get beeswax and honey drops, alongside some dead logs...", + "ftbquests.chapter.resource_generation.quest4.description3": "\u00267Tip: wasteland bees (and desiccated and dried bees) need dead bushes as their \u0027flowers\u0027!", + "ftbquests.chapter.resource_generation.quest4.title": "Beesources", + "ftbquests.chapter.resource_generation.quest5.description1": "By continuously re-breeding \u00266Wasteland\u0026r bees together, you can start to slowly revitalize them. \u00266Desiccated\u0026r and \u00266Dried\u0026r bees are slightly better, with a higher productivity and lifespan - meaning less maintenance and more combs!", + "ftbquests.chapter.resource_generation.quest5.task_3134995966104364628.title": "Dried", + "ftbquests.chapter.resource_generation.quest5.task_7818871944295114422.title": "Desiccated", + "ftbquests.chapter.resource_generation.quest5.title": "Reclaimed Bees", + "ftbquests.chapter.resource_generation.quest6.description1": "At some point, you\u0027ll want to take a closer look at your bees - the \u00266Analyzer\u0026r allows you to examine what genes exactly any given bee has, for the low cost of a single honey drop.", + "ftbquests.chapter.resource_generation.quest6.description2": "The \u00266Apid Library\u0026r shows you what mutations you can create with a bee\u0027s species.", + "ftbquests.chapter.resource_generation.quest6.description3": "The \u00266Microscope\u0026r allows you to research bee species, giving you a higher chance to mutate bees into a researched species.", + "ftbquests.chapter.resource_generation.quest6.description4": "\u00267Tip: the Microscope is a great way to get rid of unnecessary drones you have! Read the Apiarist Field Guide for more info on it.", + "ftbquests.chapter.resource_generation.quest6.title": "Tools of the Trade", + "ftbquests.chapter.resource_generation.quest67.description1": "\u00266Growth Accelerators\u0026r grow the crop above them faster. Higher tiers have higher ranges, meaning you can stack more underneath your farmland!", + "ftbquests.chapter.resource_generation.quest68.description1": "Essence infused watering cans can water a larger area faster.", + "ftbquests.chapter.resource_generation.quest7.description1": "If you want to process your combs more efficiently, you\u0027ll want to make a \u00266Centrifuge.\u0026r Powered by a generator, it automatically turns combs into comb products - no more manual chopping!", + "ftbquests.chapter.resource_generation.quest7.title": "Comb Processing ", + "ftbquests.chapter.resource_generation.quest73.description1": "\u00267Tip: unlimited wadduh", + "ftbquests.chapter.resource_generation.quest8.description1": "All essence seeds need to grow on specially prepared \u00266Essence Farmland.\u0026r", + "ftbquests.chapter.resource_generation.quest8.description2": "You can obtain your first bits of \u00266Inferium Essence\u0026r from killing mobs.", + "ftbquests.chapter.resource_generation.quest8.description3": "\u00267Tip: higher tier essence farmland will grow essence crops slightly faster!", + "ftbquests.chapter.resource_generation.quest9.description1": "These first elemental seeds don\u0027t have very many direct crafting uses, but are an important stepping stone to bigger and better things.", + "ftbquests.chapter.resource_generation.quest9.description2": "\u00267Tip: essence seeds aren\u0027t cloneable, meaning you\u0027ll need two or more to actually start increasing their stats!", + "ftbquests.chapter.resource_generation.quest9.title": "Elemental Seeds", + "ftbquests.chapter.resource_generation.title": "Resource Generation", + "ftbquests.chapter.the_color_green.quest1.description1": "You\u0027ve done it! You finally have grass. It\u0027s not exactly green, but you can \u00266bonemeal\u0026r a large area of it and \u00266get flowers!\u0026r", + "ftbquests.chapter.the_color_green.quest1.title": "Grass!", + "ftbquests.chapter.the_color_green.quest10.description1": "The \u00266Natural Altar\u0026r is a very important tool in the manipulation of natural energies.", + "ftbquests.chapter.the_color_green.quest10.description2": "Once the altar is fully built, it will drain \u00266aura\u0026r from its surroundings. It will then use those energies to \u00266transform items put into it.\u0026r ", + "ftbquests.chapter.the_color_green.quest10.description3": "You should also look into creating the \u00266Environmental Eye\u0026r - a very useful device that shows you the level of aura in the nearby area.", + "ftbquests.chapter.the_color_green.quest10.task_4749334638074014910.title": "Any Planks", + "ftbquests.chapter.the_color_green.quest10.title": "Natural Altar", + "ftbquests.chapter.the_color_green.quest11.description1": "Infusing iron in the Natural Altar creates, funnily enough, \u00266Infused Iron Ingots.\u0026r These have a wide variety of uses, but chief among them are some very nice tools and armor, with \u00266special abilities\u0026r and the unique property of being \u00266repairable using Aura.\u0026r", + "ftbquests.chapter.the_color_green.quest11.title": "Infused Iron", + "ftbquests.chapter.the_color_green.quest12.description1": "Extremely malleable, \u00266Andesite Alloy\u0026r is a crucial component of contraptions to come.", + "ftbquests.chapter.the_color_green.quest12.description2": "\u00267Tip: very small amounts of Create are needed to finish the pack, but you won\u0027t have to get too deep into it!", + "ftbquests.chapter.the_color_green.quest13.description1": "The Natural Altar requires aura in the surrounding area to function. It won\u0027t ever take the aura to a negative level, but it will \u00264stop working completely if the aura is low enough,\u0026r which means you\u0027ll need a way of replenishing it.", + "ftbquests.chapter.the_color_green.quest13.description2": "\u00266Ancient Saplings\u0026r are the most basic way to do this; once grown, if the area\u0027s aura is low enough, the tree\u0027s leaves will \u00264slowly wither away,\u0026r \u00266producing aura in the process.\u0026r", + "ftbquests.chapter.the_color_green.quest13.title": "Creating Aura", + "ftbquests.chapter.the_color_green.quest14.description1": "An excess of aura generates flowers - and this device can turn \u00266flowers into an excess of aura!\u0026r Make sure you feed it a \u00266balanced diet of different flowers,\u0026r though; too much of the same flower and it starts to give you \u00264diminishing returns.\u0026r", + "ftbquests.chapter.the_color_green.quest14.description2": "\u00267Tip: if the aura in an area is high enough, it\u0027ll charge aura caches! Crouch with a botanist tool (made from infused iron) to repair them with an aura cache in your inventory.", + "ftbquests.chapter.the_color_green.quest15.description1": "Mana\u0027s not very useful without ways to generate and move it! Starting out, your best source of mana is going to be the \u00266Endoflame.\u0026r", + "ftbquests.chapter.the_color_green.quest15.description2": "\u00267Tip: you can use the Wand of the Forest to bind the spreader to flowers and pools.", + "ftbquests.chapter.the_color_green.quest15.description3": "\u00267Tip 2: using a pressure plate but it\u0027s not working? Open your OPAC keybind (default [\u0027]) to turn off the Prot. Plates from Other setting!", + "ftbquests.chapter.the_color_green.quest15.task_4041437535513982933.title": "Wand of the Forest", + "ftbquests.chapter.the_color_green.quest15.title": "Generating Mana", + "ftbquests.chapter.the_color_green.quest16.description1": "Now that you have a more robust source of aura, you can put it to more use - a \u00266crumbling catalyst,\u0026r when placed on top of one of the lower four golden blocks of a natural altar, can crush things much more finely than you can by hand. It can get you \u00266more bone meal per bone, more gold powder per leaf, and even turn cobblestone into sand!\u0026r", + "ftbquests.chapter.the_color_green.quest17.description1": "There are a few items you can place on top of your altar to increase its capacity and recharge rate:", + "ftbquests.chapter.the_color_green.quest17.description2": "\u00266Torch:\u0026r +0.5x recharge rate", + "ftbquests.chapter.the_color_green.quest17.description3": "\u00266Skeleton Skull/Husk Head:\u0026r +1x recharge rate, +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description4": "\u00266Chalice:\u0026r +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description5": "Eventually, you can replace the torch with a candelabra, the skeleton skull with a wither skeleton or player skull, and the chalice with a filled chalice for even more recharge rate and capacity.", + "ftbquests.chapter.the_color_green.quest17.task_4639929492764668107.title": "Head Upgrade", + "ftbquests.chapter.the_color_green.quest17.title": "Altar Upgrades", + "ftbquests.chapter.the_color_green.quest18.description1": "Attuned stones are a very important part of witchcraft - not only do they let you \u00266craft necessary workstations,\u0026r they also give you the ability to perform certain rites \u00266without the need of an altar,\u0026r once charged!", + "ftbquests.chapter.the_color_green.quest18.description2": "\u00267Please note that this recipe needs altar power! Make sure your cauldron is within range of your altar!", + "ftbquests.chapter.the_color_green.quest19.description1": "If the \u00266Altar\u0026r is the backbone of witchcraft, the \u00266Distillery, Kettle,\u0026r and \u00266Spinning Wheel \u0026rare its phalanges. ", + "ftbquests.chapter.the_color_green.quest19.description2": "...strange metaphors aside, these blocks allow you to craft a wide variety of \u00266witchy goodies.\u0026r They will need to be placed within range of an altar, if their recipes require power.", + "ftbquests.chapter.the_color_green.quest19.title": "Tools of the Trade", + "ftbquests.chapter.the_color_green.quest2.description1": "Now that you have actual plants available, you can start to harness their latent life-energy to power rituals. To start, you\u0027ll have to create a structure capable of collecting it - an \u00266Altar\u0026r should do well here. Place your Altar blocks in a 2x3 rectangle and it should start collecting power!", + "ftbquests.chapter.the_color_green.quest2.description2": "The more \u00266plantlife\u0026r there is around the\u00266 Altar,\u0026r the more power you can store. This includes \u00266trees, grass, flowers, crops, vines, pumpkins, melons, and more!\u0026r", + "ftbquests.chapter.the_color_green.quest2.description3": "\u00267Tip: the altar has a range of 16 blocks! There is a cap to each kind of plantlife nearby as well, so make sure the surroundings are varied.", + "ftbquests.chapter.the_color_green.quest2.title": "Altar", + "ftbquests.chapter.the_color_green.quest20.description1": "An apparatus perfect for channelling large amounts of mana into collections of objects, the \u00266Runic Altar\u0026r will (obviously) let you make runes.", + "ftbquests.chapter.the_color_green.quest20.description2": "\u00267Tip: with the altar, if you don\u0027t have them already, you can craft mystical flower seeds!", + "ftbquests.chapter.the_color_green.quest21.description1": "Ember item and fluid pipes are relatively basic, but at this point in time they\u0027re fairly decent for small-scale operations. Pipes need extractors to pull items into them, and extractors need a redstone signal to be activated. There are a few other quirks to the system, all of which are explained in your \u00266Ancient Codex.", + "ftbquests.chapter.the_color_green.quest21.description2": "\u00267Note - basically everything in Embers needs a redstone signal to activate, so get ready to place plenty of levers!", + "ftbquests.chapter.the_color_green.quest21.title": "Dwarven Logistics", + "ftbquests.chapter.the_color_green.quest22.description1": "Now that you have some Ember, you\u0027ll need to turn it into useable energy somehow.", + "ftbquests.chapter.the_color_green.quest22.description2": "The\u00266 Ember Activator\u0026r turns solid Ember into \u00266Activated Ember;\u0026r pipe crystals and shards into the bottom, and attach an \u00266Ember Emitter to the top\u0026r to output \u00266Activated Ember.\u0026r ", + "ftbquests.chapter.the_color_green.quest22.description3": "Use a Tinker\u0027s Hammer on the emitter to link it to a receptor, give it a redstone signal, and you\u0027re transmitting Activated Ember!", + "ftbquests.chapter.the_color_green.quest22.description4": "\u00267Note that Ember Grit doesn\u0027t normally produce Activated Ember; you\u0027ll have to add a \u00266Heat Exchanger\u00267 to an activator to get energy out of it (which multiplies all ember production by 0.9x, but adds a flat +300 to all items production!)", + "ftbquests.chapter.the_color_green.quest22.title": "Activating Ember", + "ftbquests.chapter.the_color_green.quest23.description1": "One of the main ways to channel altar power is through the practice of \u00266circle magic.\u0026r Each ritual has a gold chalk glyph at its center, but the placement of other chalk glyphs changes depending on what kind of ritual you want to perform!", + "ftbquests.chapter.the_color_green.quest23.description2": "Most rituals can target a remote area using a waystone (blooded or otherwise), and some rituals can even be performed away from the altar by adding a charged attuned stone to them!\u00266 Read through the two reward books to find out what rituals you can perform.\u0026r", + "ftbquests.chapter.the_color_green.quest23.description3": "\u00267Tip: the rite of fertility is a cheap, easy way to mass bonemeal grass, crops or anything else!", + "ftbquests.chapter.the_color_green.quest23.title": "Circle Magic", + "ftbquests.chapter.the_color_green.quest24.description1": "You\u0027ll want to make a \u00266Copper Cell\u0026r to \u00266store your activated ember\u0026r - it works as a kind of \u0027battery\u0027 for the mystical energy.", + "ftbquests.chapter.the_color_green.quest24.description2": "To see how much ember is in the cell, place an \u00266Ember Dial\u0026r on it.", + "ftbquests.chapter.the_color_green.quest24.title": "Storing Ember", + "ftbquests.chapter.the_color_green.quest25.description1": "Ember is capable of melting metals and other items in the creatively-named \u00266Melter\u0026r - feed the bottom half ember, feed the top half items to melt, and you can extract molten metals from the top half.", + "ftbquests.chapter.the_color_green.quest25.description2": "This molten metal can be formed into a variety of shapes in a \u00266Stamper;\u0026r place the \u00266Stamp Base,\u0026r then the \u00266Stamper above it with a one-block gap\u0026r of air. Give the Stamper ember and a stamp, pipe molten metal into the base, and presto! Stamped and cooled metal products! ", + "ftbquests.chapter.the_color_green.quest25.description3": "Notably, you can use this process to \u00266produce plates more efficiently.\u0026r", + "ftbquests.chapter.the_color_green.quest25.title": "Melting and Stamping", + "ftbquests.chapter.the_color_green.quest26.description1": "By piping molten copper and gold into \u0026odifferent sides\u0026r of the bottom of a \u00266Mixer Centrifuge,\u0026r (along with some ember) you can combine them into a strong, ember-aligned metal called \u00266Dawnstone.\u0026r Pipe it out of the top and stamp it into ingots or plates!", + "ftbquests.chapter.the_color_green.quest26.description2": "\u00267Tip: use your Tinker\u0027s Lens to see what\u0027s going on in the mixer!", + "ftbquests.chapter.the_color_green.quest26.title": "Dawnstone", + "ftbquests.chapter.the_color_green.quest27.description1": "The Andesite Casing is a crucial part of any kind of mechanical apparatus.", + "ftbquests.chapter.the_color_green.quest28.description1": "For more advanced ember crafting, a special setup is required. An \u00266exchange tablet\u0026r with some \u00266pedestals\u0026r around it, when struck with a \u00266beam cannon pulse,\u0026r will transmute the center item into a new result item.", + "ftbquests.chapter.the_color_green.quest28.description2": "There is one complication, though. The pedestals need \u00266aspectii\u0026r to be placed on them, and you aren\u0027t sure which aspectii go with which items! The only way to find out is through experiementation - if the transmutation fails, it will produce \u0026balchemical waste.\u0026r When held and right clicked, the waste will reveal a number of \u00266glowing spots,\u0026r which tell you the number of \u00266aspectus/item combinations you got right.\u0026r", + "ftbquests.chapter.the_color_green.quest28.title": "Energetic Alchemy", + "ftbquests.chapter.the_color_green.quest29.description1": "Using the power of mana and a pumpkin, you think you can create a \u00266Fel Pumpkin\u0026r - a weak imitation of a blaze head. Pop this magically-charged head on top of two iron bars, and it\u0027ll turn into a passable facsimile of a blaze.", + "ftbquests.chapter.the_color_green.quest29.description2": "This imitation blaze always drops at least \u0026610 blaze powder.\u0026r This blaze powder can be spun into brilliant fiber, or distilled into more useful dusts!", + "ftbquests.chapter.the_color_green.quest29.description3": "\u00267Tip: you can capture an imitation blaze in the Blaze Burner!", + "ftbquests.chapter.the_color_green.quest29.title": "Knockoff Blazes", + "ftbquests.chapter.the_color_green.quest3.description1": "Using dye from the flowers you can get by \u00266bonemealing grass,\u0026r you can craft a special kind of fertilizer that can coax \u00266mystical flowers\u0026r to life.", + "ftbquests.chapter.the_color_green.quest3.description2": "\u00267Tip: you can also get mystical flower seeds through crossbreeding!", + "ftbquests.chapter.the_color_green.quest30.description1": "There are a few other ways you can process materials using andesite-based machinery; namely, \u00266compacting, pressing, and mixing\u0026r You\u0027ll need to find some way to capture a fire elemental if you want to expand your repertoire, though; \u0026bmaybe mana can help you somehow?\u0026r", + "ftbquests.chapter.the_color_green.quest30.title": "Mechanical Crafting", + "ftbquests.chapter.the_color_green.quest31.description1": "By blowing air through certain things, you can blast, smoke, wash, or \u00266haunt\u0026r items. This means you have access to essentially free bulk smelting!", + "ftbquests.chapter.the_color_green.quest31.description2": "More importantly, though - now that you can haunt items, you can make \u00266blackstone\u0026r by \u00266haunting\u0026r cobblestone, a crucial component of the \u00266Reformation Array.\u0026r", + "ftbquests.chapter.the_color_green.quest31.title": "Moving Air", + "ftbquests.chapter.the_color_green.quest32.description1": "Alchemical reformation is the process of \u00266turning one alchemical sulfur into another\u0026r - initially, you\u0027ll only be able to convert sulfurs of the \u00266same tier and type\u0026r to each other \u00266(like iron sulfur into lead sulfur!) \u0026r", + "ftbquests.chapter.the_color_green.quest32.description2": "To set up the reformation array, place down the target, source, and result pedestals somewhat near each other. Hold the sulfuric flux emitter and right click each pedestal, then place it on the mercury catalyst. ", + "ftbquests.chapter.the_color_green.quest32.description3": "Put mercury in the mercury catalyst, the target sulfur in the target pedestal, and the sulfur to convert in the source pedestal. Give it a moment, and you\u0027ll start converting the source sulfur into the target sulfur!", + "ftbquests.chapter.the_color_green.quest32.title": "Alchemical Reformation", + "ftbquests.chapter.the_color_green.quest33.description1": "A mechanical pump is capable of pumping liquids in the world into pipes when given mechanical power - \u00266it is much faster than the ember-fueled one!", + "ftbquests.chapter.the_color_green.quest34.description1": "The \u00266Rod of the Lands\u0026r can corporealize a tiny portion of mana into a full dirt block!", + "ftbquests.chapter.the_color_green.quest34.title": "(almost) Free Dirt", + "ftbquests.chapter.the_color_green.quest35.description1": "Carrying mana around with you enables you to use a plethora of bits and baubles. To transfer mana from a pool into the tablet, make sure the pool is on \u0027charge\u0027 mode by hovering over it with a wand of the forest.", + "ftbquests.chapter.the_color_green.quest35.title": "Portable Mana", + "ftbquests.chapter.the_color_green.quest36.description1": "Turn your mana tablet into a ring to store mana on-the-go \u00266without taking up an inventory slot!\u0026r", + "ftbquests.chapter.the_color_green.quest37.description1": "By attaching a mana rune to a manasteel ring, you can (VERY slowly) pull ambient mana into a mana storage device on your person, \u00266for free!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description1": "Distilling blaze powder and gunpowder together in a Distillery will grant you access to \u00266glowstone!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description2": "Getting \u00266redstone\u0026r is similar, using cinder flour in place of gunpowder.", + "ftbquests.chapter.the_color_green.quest38.description3": "\u00267Tip: you can also make glowstone and redstone with strength and night vision potions - it\u0027s up to you whether you want to take the Enchanted or Create route for these!\u0026r", + "ftbquests.chapter.the_color_green.quest38.title": "Useful Dusts", + "ftbquests.chapter.the_color_green.quest39.description1": "Once you have a pump, you can create a \u00266Spout\u0026r to dispense liquid onto items - this is a possible way to make \u00266glowstone or redstone,\u0026r if you\u0027re willing to set up the infrastructure.", + "ftbquests.chapter.the_color_green.quest4.description1": "The \u00266Pure Daisy\u0026r can, as its name implies, purify nearby objects. The most important things you should start with are \u00266logs and stone,\u0026r but there are a few other things you can purify as well!", + "ftbquests.chapter.the_color_green.quest4.description2": "Simply place the petal apothecary down, fill it with water, then toss in the petals and finally a seed!", + "ftbquests.chapter.the_color_green.quest4.description3": "\u00267Tip: check the usages of the Pure Daisy to see what else it can transform.", + "ftbquests.chapter.the_color_green.quest4.title": "Pure Daisy", + "ftbquests.chapter.the_color_green.quest40.description1": "The \u00266Alchemy Catalyst\u0026r allows you to use the power of mana to transmute a wide variety of items. Place it under a mana pool to start alchemizing!", + "ftbquests.chapter.the_color_green.quest40.description2": "You\u0027ll be able to convert flowers into other flowers, stone variants into other stone variants, flint into gunpowder (and vice versa), and ghast tears into ender pearls!", + "ftbquests.chapter.the_color_green.quest40.description3": "\u00266Notably, it lets you turn flax into feathers, necessary for tokens of fear.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description1": "The \u00266transmutation catalyst\u0026r modifies the natural altar to convert items into other items using Aura. Similar to the crumbling catalyst, it must be placed \u00266atop one of the four lower gold blocks of the altar.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description2": "The most immediately useful transmutation is that of \u00266sand into soul sand,\u0026r which will allow you to haunt things using the encased fan, as well as grow nether wart!", + "ftbquests.chapter.the_color_green.quest41.description3": "You can also convert netherrack into crimson and warped nylium.", + "ftbquests.chapter.the_color_green.quest42.description1": "The \u00266Millstone\u0026r can crush cobble into gravel, bones into bone meal, and a variety of plants into their respective dyes at a much higher rate of return.", + "ftbquests.chapter.the_color_green.quest43.description1": "The \u00266Codebreaking Slate\u0026r is very handy - you can put multiple pieces of alchemical waste into it and it will show you how many aspectus/item combinations you got right! It will also show you how many correct aspectii you have placed with the wrong items.", + "ftbquests.chapter.the_color_green.quest44.description1": "Your first \u00266archaic brick\u0026r can be made by infusing a regular brick with tainted gold and infused iron. Once you have one, you can use it to make more by simply infusing it with \u00266more clay and soul sand.\u0026r", + "ftbquests.chapter.the_color_green.quest45.description1": "The \u00266Mnemonic Inscriber\u0026r, when attached to an Exchange Tablet and given paper, will automatically write down the correct combination of aspectii for a given transmutation when you successfully complete one.", + "ftbquests.chapter.the_color_green.quest46.description1": "You can convert between sulfurs of the same type and rarity using the reformation array, but if you want to convert between different types (and the same rarity), you\u0027ll want to make \u00266Alchemical Niter\u0026r in a \u00266Fermentation Vat.\u0026r", + "ftbquests.chapter.the_color_green.quest46.description2": "Place \u00266water, sugar, and the sulfur\u0026r you want to ferment into the vat, then \u00266shift-right-click it to close it\u0026r and start the fermentation process. Once the barrel opens again, your fermentation is done, and you can take out your shiny new Niter!", + "ftbquests.chapter.the_color_green.quest46.description3": "Alchemical Niter can be converted in the \u00266Reformation Array\u0026r similar to how you convert sulfur - note, however, that depending on what type you\u0027re converting to, you will produce or require \u00266more than one niter!\u0026r", + "ftbquests.chapter.the_color_green.quest46.title": "Alchemical Conversion", + "ftbquests.chapter.the_color_green.quest47.description1": "The \u00266digestion vat\u0026r lets you \u00266convert sulfurs between rarities!\u0026r Place some niter and sal ammoniac (and if you\u0027re converting up, some alchemically pure gold) into it, and shift-right-click the vat to start the process! \u00266Four of the previous tier converts into one of the next tier, and vice versa.\u0026r", + "ftbquests.chapter.the_color_green.quest47.description2": "This (in combination with the fermentation vat) allows you to convert iron sulfur into common metal niter, down into four abundant metal niter, into four copper sulfur - that\u0027s \u00266FOUR copper per iron!\u0026r", + "ftbquests.chapter.the_color_green.quest47.description3": "This is a metal loop you could try automating...", + "ftbquests.chapter.the_color_green.quest47.description4": "\u00267Tip: you can start and stop the vats using a redstone signal!\u0026r", + "ftbquests.chapter.the_color_green.quest47.title": "Alchemical Exaltation", + "ftbquests.chapter.the_color_green.quest48.description1": "The \u00266Offering Table\u0026r is a special altar that will allow you to convert items into special empowered versions of themselves, most notably tokens and nature-infused ingots.", + "ftbquests.chapter.the_color_green.quest48.description2": "To use it, simply place whatever you want to infuse into it by right-clicking, then throw a \u00266Spirit of Calling\u0026r onto the altar to activate it.", + "ftbquests.chapter.the_color_green.quest48.description3": "\u00267Tip: You can convert more than one item at a time, using only one spirit of calling!\u0026r", + "ftbquests.chapter.the_color_green.quest48.description4": "\u00267Tip 2: this is a multiblock! Check your Book of Natural Aura to see how to build it.", + "ftbquests.chapter.the_color_green.quest49.description1": "You can capture a summoned blaze into a magicked cage. This cage, when placed under a basin, will let you brew potions more efficiently than a brewing stand.", + "ftbquests.chapter.the_color_green.quest5.description1": "Combining the nature-infused iron and some metaphysical heat and structure (courtesy of \u00266nether bricks\u0026r and a \u00266spruce sapling,\u0026r respectively), you can rearrange the latent potential of the metal to turn it into lead!", + "ftbquests.chapter.the_color_green.quest5.description2": "Vastly useful in a variety of mechanical applications, lead is a great first step to leveraging either \u00266raw mechanical power\u0026r or \u00266Ember\u0026r in your pursuits.", + "ftbquests.chapter.the_color_green.quest5.description3": "\u00267Tip: the ancient codex is a little confusing at first, but it will guide you through the Embers mod! Start at Natural Energy, right click entries to mark them as read, and make sure you \u0026lREAD CAREFULLY!", + "ftbquests.chapter.the_color_green.quest5.description4": "\u00267Tip 2: you can use Theurgy to triple ingot output from raw ores!", + "ftbquests.chapter.the_color_green.quest50.description1": "This is it. Using the power of the \u00266Offering Altar,\u0026r and some magically significant materials, you can create the basis of real, sentient life - chicken eggs.", + "ftbquests.chapter.the_color_green.quest50.subtitle": "Well, debatably", + "ftbquests.chapter.the_color_green.quest50.title": "Sentient Life", + "ftbquests.chapter.the_color_green.quest51.description1": "With runes, there are a few other options you have for generating mana:", + "ftbquests.chapter.the_color_green.quest51.description2": "* A \u00266Thermalily\u0026r generates bursts of mana using lava, but will consume lava for no gain if you give it lava too often", + "ftbquests.chapter.the_color_green.quest51.description3": "* An \u00266Entropinnyum\u0026r consumes TNT explosions (and is one of the best generating flowers in the game), but too often and it\u0027ll just blow itself up", + "ftbquests.chapter.the_color_green.quest51.description4": "* A \u00266Munchdew\u0026r consumes leaves, but does not drop saplings.", + "ftbquests.chapter.the_color_green.quest51.description5": "\u00267Tip: some flowers will generate too much mana for a basic spreader! You can use potency and velocity lenses to stretch this, but eventually, you\u0027ll need better spreaders...\u0026r", + "ftbquests.chapter.the_color_green.quest51.title": "Alternative Mana Sources", + "ftbquests.chapter.the_color_green.quest52.description1": "Now that you can turn sulfurs into other sulfurs, you can manually reconstitute \u00266silver sulfur\u0026r and use the \u00266Reformation Array\u0026r to turn gold sulfur into silver sulfur without having to re-make the sulfur over and over again!", + "ftbquests.chapter.the_color_green.quest52.description2": "\u00267Tip: sulfur sulfur sulfur sulfur\u0026r", + "ftbquests.chapter.the_color_green.quest52.title": "Moon Metal", + "ftbquests.chapter.the_color_green.quest53.description1": "The \u00266Wildfire Core\u0026r is a key piece of some advanced dwarven machinery.", + "ftbquests.chapter.the_color_green.quest54.description1": "The \u00266Wildfire Stirling,\u0026r when attached to machines and supplied with steam, increases the efficiency of their ember usage.", + "ftbquests.chapter.the_color_green.quest54.description2": "The first one cuts usage in half, the second one halves it again, and any more decrease the efficiency.", + "ftbquests.chapter.the_color_green.quest55.description1": "The \u00266Ignem Reactor\u0026r is the ultimate solution to high ember requirements - when placed between a \u00266Catalysis\u0026r and \u00266Combustion Chamber,\u0026r it refines ember at a MUCH higher rate than the Ember Activator; up to \u002669x more ember\u0026r per crystal item.", + "ftbquests.chapter.the_color_green.quest55.description2": "\u00267Tip: the Catalysis and Combustion Chambers need fuel to operate, check JEI for their fuels and multipliers.", + "ftbquests.chapter.the_color_green.quest55.title": "Ignem Reactor", + "ftbquests.chapter.the_color_green.quest56.description1": "With the power of alchemy, you can turn a charged attuned stone into a seed capable of turning ember into pure metal! These crystal seeds, when powered with an \u00266Ember Injector,\u0026r will slowly grow and drop metal nuggets.", + "ftbquests.chapter.the_color_green.quest56.description2": "Not every metal can be turned into these seeds, but you have figured out that you can actually \u00266obtain Zinc\u0026r through this alchemical process!", + "ftbquests.chapter.the_color_green.quest56.description3": "\u00267Tip: crystals will slowly level up and drop more and more metal. Moving them resets their level, though!", + "ftbquests.chapter.the_color_green.quest56.subtitle": "Zinc! (and others)", + "ftbquests.chapter.the_color_green.quest56.task_414198583111126714.title": "Any Metal Crystal Seed", + "ftbquests.chapter.the_color_green.quest56.title": "Metal Crystal Seeds", + "ftbquests.chapter.the_color_green.quest57.description1": "With Dawnstone, you can craft ember transferral devices that can handle much more throughput.", + "ftbquests.chapter.the_color_green.quest57.title": "High Volume Ember Transfer", + "ftbquests.chapter.the_color_green.quest58.description1": "Now that you have zinc, you can alloy it with copper to create brass! This is useful almost exclusively for \u00266mechanical contraptions.\u0026r", + "ftbquests.chapter.the_color_green.quest58.description2": "\u00266Electron Tubes\u0026r are also an important step to making more complicated contraptions. ", + "ftbquests.chapter.the_color_green.quest58.description3": "\u00266Rose Quartz\u0026r can be made in a heated basin, combining glowstone and redstone in a sal ammoniac bath.", + "ftbquests.chapter.the_color_green.quest58.title": "Advanced Contraptions", + "ftbquests.chapter.the_color_green.quest59.description1": "Packages and their associated transport items open up a huge amount of logistical freedom.", + "ftbquests.chapter.the_color_green.quest59.description2": "\u00267Tip: for more information, hover these items and hold W to ponder!", + "ftbquests.chapter.the_color_green.quest59.title": "Mechanical Logistics", + "ftbquests.chapter.the_color_green.quest6.description1": "\u00266Ember\u0026r is the lifeblood of the world. Despite whatever happened, there is still virtually infinite Ember available deep underground - you just need to make a machine that can mine it. ", + "ftbquests.chapter.the_color_green.quest6.description2": "Enter the \u00266Ember Bore\u0026r - place it on bedrock, add a \u00266Mechanical Core\u0026r above it so you can pipe things in and out of it, and give it some fuel! It\u0027ll start digging up that sweet, sweet Ember.", + "ftbquests.chapter.the_color_green.quest6.description3": "\u00267Tip: the Mechanical Core acts as an extension for most Embers multiblocks! You can transfer items, fluid, and ember in and out of the core as if it was a part of the block it is attached to.", + "ftbquests.chapter.the_color_green.quest6.description4": "\u00267Tip 2: USE YOUR MECHANICAL LENS! It\u0027s EXTREMELY helpful for figuring out how Ember\u0027s machines work.", + "ftbquests.chapter.the_color_green.quest6.title": "Drilling for Ember", + "ftbquests.chapter.the_color_green.quest60.description1": "With access to brass and electron tubes, you can make a Mechanical Crafter. These, in combination with \u00266factory gauges\u0026r and \u00266package logistics,\u0026r allow you to set up automatic stocking and crafting of items!", + "ftbquests.chapter.the_color_green.quest60.title": "Autocrafting", + "ftbquests.chapter.the_color_green.quest61.description1": "You can fortify infused iron with prosperity shards to create a basic \u00266prosperity ingot,\u0026r ready to augment with agricultural essence.", + "ftbquests.chapter.the_color_green.quest61.description2": "One of the best uses of this ingot is to make a better watering can.", + "ftbquests.chapter.the_color_green.quest61.title": "Better Watering", + "ftbquests.chapter.the_color_green.quest62.description1": "With empowered tokens, you can craft the \u00266Creational Catalyst\u0026r - this removes the innate limit on most aura producing blocks, and lets you overcharge the local area with Aura.", + "ftbquests.chapter.the_color_green.quest62.description2": "\u00267Tip: aureareaurearuea", + "ftbquests.chapter.the_color_green.quest63.description1": "You\u0027ve felt a strange tingling on your skin ever since you woke up - you think this might be a manifestation of \u00266Aura,\u0026r a natural phenomenon that you might be able to further harness.", + "ftbquests.chapter.the_color_green.quest63.description2": "To get started, craft a \u00266Bottle and Cork\u0026r and \u00266right click the air\u0026r to gather some Aura for further study.", + "ftbquests.chapter.the_color_green.quest63.title": "Bottling Sunlight", + "ftbquests.chapter.the_color_green.quest64.description1": "The \u00266Mana Blaster\u0026r is a portable mana spreader that you can fire at will, using mana from a storage device on your person. You can also attach lenses to it, to use their special properties!", + "ftbquests.chapter.the_color_green.quest65.description1": "\u00266Mana Lenses\u0026r can change the properties of a mana burst fired from a spreader. They can increase the color, potency, speed, and even make the burst go \u00266through blocks\u0026r or \u00266break them\u0026r altogether! Read your \u00266Lexica Botania\u0026r for more details.", + "ftbquests.chapter.the_color_green.quest65.description2": "\u00267Tip: the weight lens makes blocks a mana burst hits fall - you can exploit this property to get blocks that normally need silk touch by having them fall onto something like a torch!", + "ftbquests.chapter.the_color_green.quest66.description1": "Now that you have\u00266 Ember\u0026r, what can you do with it?", + "ftbquests.chapter.the_color_green.quest66.description2": "One useful item is the \u00266Hearth Coil\u0026r - when provided with Ember, it can be used as a VERY fast furnace.", + "ftbquests.chapter.the_color_green.quest67.description1": "With \u00266Dawnstone\u0026r comes a better way of activating ember - the \u00266Pressure Refinery.\u0026r", + "ftbquests.chapter.the_color_green.quest67.description2": "It \u00264requires water\u0026r as well, but can boost your ember production up to \u002661.5x the value\u0026r of a plain activator.", + "ftbquests.chapter.the_color_green.quest67.description3": "Additionally, if placed atop a metal block surrounded by lava or fire it can double that, getting up to \u002663x the value\u0026r of crystalline ember! ", + "ftbquests.chapter.the_color_green.quest68.description1": "The \u00266Beam Splitter\u0026r allows you to, well, split beams. Ember sent into it will be divided into two bursts sent out from either end.", + "ftbquests.chapter.the_color_green.quest68.description2": "The \u00266Crystal Cell\u0026r is a much higher capacity way to store Ember - piping more crystalline ember into it will \u00266increase its storage limit.\u0026r", + "ftbquests.chapter.the_color_green.quest68.title": "Advanced Ember Logistics", + "ftbquests.chapter.the_color_green.quest69.description1": "With the acquisition of Dawnstone, you can make a special chamber to manipulate elemental mercury into a source of energy. ", + "ftbquests.chapter.the_color_green.quest69.description2": "The \u00266Mercury Catalyst\u0026r can convert mercury into Mercury Flux (MF) which, in combination with a \u00266Caloric Flux Emitter\u0026r, can be used to power alchemical devices that would normally need a pyromantic brazier underneath them!", + "ftbquests.chapter.the_color_green.quest69.description3": "\u00267Tip: one mercury shard produces as much energy as one piece of charcoal!", + "ftbquests.chapter.the_color_green.quest69.title": "Mercurial Power", + "ftbquests.chapter.the_color_green.quest7.description1": "The combination of brilliant fiber and nether bricks is superficially similar to the weak gold ore deposits you remember existing in the Nether. They\u0027re so similar, in fact, that \u00266a Pure Daisy will convert Golden Nether Bricks into Nether Gold Ore!\u0026r", + "ftbquests.chapter.the_color_green.quest7.description2": "\u00267Tip: there is a better way to make brilliant fiber, but you\u0027ll need to get blaze powder somehow... ", + "ftbquests.chapter.the_color_green.quest7.title": "Gold", + "ftbquests.chapter.the_color_green.quest70.description1": "With high enough aura in an area, \u00266dried earth will slowly convert to dirt!\u0026r", + "ftbquests.chapter.the_color_green.quest70.description2": "If you want to stop this effect from happening, \u00266Powder of Dried Stasis\u0026r will prevent the conversion of dried earth to dirt in the area it\u0027s placed in.", + "ftbquests.chapter.the_color_green.quest70.subtitle": "pseudo-terraforming", + "ftbquests.chapter.the_color_green.quest70.title": "Regrowth?", + "ftbquests.chapter.the_color_green.quest71.description1": "The \u00266Bin\u0026r is a fantastic block that automatically collects the outputs of various dwarven machinery.", + "ftbquests.chapter.the_color_green.quest71.description2": "Simply attach it to the \u00266bottom\u0026r of a machine (like, say, the stamper base) and it\u0027ll fill up with products.", + "ftbquests.chapter.the_color_green.quest72.description1": "With an imitation blaze head and a couple of real magical reagents, you can \u00266summon a real blaze!\u0026r", + "ftbquests.chapter.the_color_green.quest72.description2": "This summoned blaze always drops at least 3 blaze rods. ", + "ftbquests.chapter.the_color_green.quest72.description3": "\u00267Tip: the ritual to summon the blaze is described in the Reclamation Rituals book.\u0026r", + "ftbquests.chapter.the_color_green.quest72.title": "Real Blazes", + "ftbquests.chapter.the_color_green.quest8.description1": "The \u00266Pure Daisy\u0026r is able to turn mundane stone and logs into much more naturally-aligned versions of themselves.", + "ftbquests.chapter.the_color_green.quest8.title": "Living Materials", + "ftbquests.chapter.the_color_green.quest9.description1": "You can use a bucket to \u00266strategically place lava and water\u0026r to make a nether portal frame. It\u0027s not ideal, but it\u0027s definitely easier than trying to mine obsidian with an iron pickaxe!", + "ftbquests.chapter.the_color_green.quest9.description2": "Similar to the overworld, the nether is bare of ores and even more devoid of life - \u00264there are zero spawns there, and only one biome.", + "ftbquests.chapter.the_color_green.quest9.description3": "\u00267Tip: you can also make obsidian on the natural altar - but be warned, it\u0027s pretty costly aura-wise!", + "ftbquests.chapter.the_color_green.quest9.task_4075772383648127092.title": "Visit the Nether", + "ftbquests.chapter.the_color_green.quest9.title": "The Nether", + "ftbquests.chapter.the_color_green.title": "Touching Grass", + "ftbquests.chapter.the_hunt_for_grass.quest1.description1": "Now that you have dirt, your next step is to turn it into grass, so that you can start bringing a little bit of green into the world.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description1": "Plants in Agricraft are diploid organisms - essentially, every plant has two sets of attributes: active and inactive (or dominant and recessive). \u00266The active trait is the one that actually affects the plant,\u0026r but the inactive trait comes into play when breeding plants together. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description2": "When a crossbreed occurs, each plant \u00266adjacent\u0026r to the crossbreed crop sticks has a \u00266chance\u0026r depending on its \u00266fertility\u0026r to count as a parent. If there\u0027s only one parent selected, the resulting plant is a clone. If more than one parent is selected, each has a chance to pass on one half of its genes to the resulting plant.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description3": "For example, if you bred a plant with gain of 3-2 with a plant who\u0027s gain is 4-2, it would result in a plant with a gain stat of either 4-3, 4-2, 3-2, or 2-2. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description4": "To figure out what the possibilities are for two parent plants, you can use a punnett square:", + "ftbquests.chapter.the_hunt_for_grass.quest10.description5": "Each square has an equal chance of getting chosen - additionally, there is a small chance for a mutation to occur; whether this mutation is beneficial or not depends on each parent\u0027s \u00266mutativity stat.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest10.image0": "{image:reclamation:textures/quests/punnett.png width:150 height:150 align:center}", + "ftbquests.chapter.the_hunt_for_grass.quest10.task_2773659192565899586.title": "What the heck are these numbers?", + "ftbquests.chapter.the_hunt_for_grass.quest10.title": "How do I get better stats?", + "ftbquests.chapter.the_hunt_for_grass.quest11.description1": "Each plant has five stats, when planted on crop sticks. You can see these stats by crouching and looking at the plant, or using a magnifying glass. The stats affect a variety of things:", + "ftbquests.chapter.the_hunt_for_grass.quest11.description2": "\u00266Fertility\u0026r is how likely a plant is to get chosen as a parent for cross-breeding.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description3": "\u00266Gain\u0026r increases how much a plant will produce when harvested.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description4": "\u00266Growth\u0026r affects the speed a plant grows at.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description5": "\u00266Mutativity\u0026r raises the chance for a cross-breed (when it occurs) to be beneficial.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description6": "\u00266Strength\u0026r broadens the possible growing conditions for a plant - for example, cactus can always grow on sand, but with a strength of 10, it can grow on normal farmland!", + "ftbquests.chapter.the_hunt_for_grass.quest11.subtitle": "What do they mean?", + "ftbquests.chapter.the_hunt_for_grass.quest11.task_7047347176409476035.title": "Read", + "ftbquests.chapter.the_hunt_for_grass.quest11.title": "The numbers, Mason!", + "ftbquests.chapter.the_hunt_for_grass.quest12.description1": "That was A LOT of info - what it boils down to is higher numbers \u003d better, breed higher statted plants together to get better plants, use bonemeal on cross sticks to speed up the crossbreeding process. ", + "ftbquests.chapter.the_hunt_for_grass.quest12.description2": "If your plant is not growing, look at it while crouching - it might need a different type of soil.", + "ftbquests.chapter.the_hunt_for_grass.quest12.description3": "\u00267Tip: getting your first beneficial mutation \u00264will be slow,\u00267 but you can speed it up by \u00266planting crops in a plus shape,\u00267 with the cross sticks in the middle! This means each potential crossbreed has \u00266four\u00267 chances to pick parents, instead of \u00264just two.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest12.subtitle": "English, poindexter?", + "ftbquests.chapter.the_hunt_for_grass.quest12.task_7762997780188473985.title": "WAY too complicated", + "ftbquests.chapter.the_hunt_for_grass.quest12.title": "That was a lot...", + "ftbquests.chapter.the_hunt_for_grass.quest13.description1": "Now that you have a way to grow and breed plants, you should get started on broadening your base of food. Either \u00266breed the plants you have\u0026r into the two other staple crops from the old world, or \u00266find them on the mutated inhabitants\u0026r of the new.", + "ftbquests.chapter.the_hunt_for_grass.quest13.description2": "\u00267Tip: to find mutations, look up the recipe for the seed of the plant in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.description3": "\u00267Tip 2: to see what conditions a seed needs to grow (including what blocks it can grow on), check the uses of the seed in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.title": "Edible Plants", + "ftbquests.chapter.the_hunt_for_grass.quest14.description1": "At some point, you\u0027re going to run out of ruins. Thankfully, there is a special kind of flower called the \u00266Cuprosia \u0026ryou can breed that can harvest \u00266trace amounts of copper from the water.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest14.description2": "\u00267Tip: the flower will only grow in a waterlogged crop. If you successfully crossbreed the Cuprosia but the crop stick it\u0027s on is not waterlogged, \u00264it will not grow. \u00267Additionally, it can \u00264only grow on gravel\u00267 at strength 1.", + "ftbquests.chapter.the_hunt_for_grass.quest14.description3": "\u00267Tip 2: plant species can be recessive! Use your magnifying glass.", + "ftbquests.chapter.the_hunt_for_grass.quest14.title": "Growing copper?", + "ftbquests.chapter.the_hunt_for_grass.quest15.description1": "Now you have to find a way to turn the nascent life energy within the tree into some form of grass. There was a ritual you remember that was able to condense said energy into a special seed...", + "ftbquests.chapter.the_hunt_for_grass.quest15.description2": "Witchcraft can help you here - brew up some \u00266brilliant fiber,\u0026r apply it to some tree leaves, and watch it \u00266spread!\u0026r Once you have enough, break the leaves - the gilded leaves you\u0027ll get will be able to crush into a \u00266fine gold dust,\u0026r perfect for this ritual.", + "ftbquests.chapter.the_hunt_for_grass.quest15.title": "Gold Leaf", + "ftbquests.chapter.the_hunt_for_grass.quest16.description1": "Now that you have a way to conduct the ritual, you can create a \u00266Pasture Seed,\u0026r which will let you finally \u00266bring back grass to the world!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest16.description2": "\u00267To find out how to actually do the ritual, check how to do a Ritual of the Forest in your Book of Natural Aura.", + "ftbquests.chapter.the_hunt_for_grass.quest16.title": "Ritual of the Forest", + "ftbquests.chapter.the_hunt_for_grass.quest17.description1": "The \u00266Witch\u0027s Oven\u0026r can be used to distill saplings into \u00266special magic fumes,\u0026r which are especially potent in a variety of magical rites.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description1": "Using some sapling fumes and some plantlife, you can create \u00266Pasture Seeds\u0026r - special seeds that will place an \u00266area of grass\u0026r on nearby dirt.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description2": "\u00267Tip: due to a bug in the mod, watering cans will not work to start the ritual of the forest!", + "ftbquests.chapter.the_hunt_for_grass.quest18.subtitle": "Not as green as I\u0027d like...", + "ftbquests.chapter.the_hunt_for_grass.quest18.title": "Grass!", + "ftbquests.chapter.the_hunt_for_grass.quest19.description1": "The composter can turn \u00266extra seeds and crops into bonemeal!\u0026r No more hunting skeletons in the middle of the night.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description1": "Even through the lack of nutrients in the soil, some especially-tough tufts of grass have held on. Some even have \u00266seeds that you can find\u0026r and try to coax to life.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description2": "Some of these seem \u00266especially magical\u0026r - you wonder if you could use them in any way...", + "ftbquests.chapter.the_hunt_for_grass.quest2.description3": "\u00267Tip: you\u0027ll probably only want to harvest mandrake at night until you get its strength up!", + "ftbquests.chapter.the_hunt_for_grass.quest2.title": "Seeds", + "ftbquests.chapter.the_hunt_for_grass.quest20.description1": "You can get straw rarely by cutting grass with a \u00266knife.\u0026r Use it to make leads, ropes, and building blocks!", + "ftbquests.chapter.the_hunt_for_grass.quest20.task_1283594596619655186.title": "Any Knife", + "ftbquests.chapter.the_hunt_for_grass.quest20.title": "Straw", + "ftbquests.chapter.the_hunt_for_grass.quest21.description1": "You can turn bonemeal, dirt, and some organic material into \u00266organic compost.\u0026r When placed down, the compost will\u00266 turn into rich soil \u0026rafter a while (sped up by sunlight, water, and proximity to other rich soil or mushrooms), which grows most crops \u00266faster than regular farmland!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest21.title": "Rich Farmland", + "ftbquests.chapter.the_hunt_for_grass.quest22.description1": "Now that you have access to iron, you can make a \u00266watering can.\u0026r Higher-tier versions exist and are much better, but the basic version can still speed up the growth of crops.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description1": "This pack contains \u00266Via Romana\u0026r, a sign-based fast travel system. In order to fast travel using signs, you must first \u00266build a path and traverse it\u0026r before you can teleport across it. ", + "ftbquests.chapter.the_hunt_for_grass.quest23.description2": "\u00266Shift-left-click\u0026r on a sign at the start of your path, then \u00266shift-left-click\u0026r on a sign at the end of your path. Once you start pathing from one sign to the other, you need to follow a player-made path. If you deviate, you\u0027ll \u0026cstop\u0026r building the fast travel route and have to backtrack.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description3": "Once linked, just punch the sign and you\u0027ll fast travel!", + "ftbquests.chapter.the_hunt_for_grass.quest23.description4": "\u00267Tip: to see what blocks count as path blocks, search \u00262#via_romana:path_block\u00267 in your recipe viewer.", + "ftbquests.chapter.the_hunt_for_grass.quest23.task_5888718684745127233.title": "Any Warpable Sign", + "ftbquests.chapter.the_hunt_for_grass.quest23.title": "Signpost Travel", + "ftbquests.chapter.the_hunt_for_grass.quest24.description1": "\u00266Fume Funnels,\u0026r when placed next to a Witch\u0027s Oven, raise the chance of getting fumes from items.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description1": "Tired of hearing those godforsaken \u00266mandrakes\u0026r shriek? Make some \u00266earmuffs!\u0026r They\u0027ll protect you from getting your ears blown out by their piercing scream.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description2": "\u00267Tip: the higher the strength stat on mandrake is, the less likely they are to wake up.", + "ftbquests.chapter.the_hunt_for_grass.quest25.title": "OSHA Approved", + "ftbquests.chapter.the_hunt_for_grass.quest26.description1": "With the re-introduction of actual saplings to the world, you might want to make slightly better tools than the basic pickaxe and axe you\u0027re used to.", + "ftbquests.chapter.the_hunt_for_grass.quest26.description2": "The \u00266Hammer, Excavator, and Broadaxe\u0026r can break blocks in a \u002663x3 area\u0026r (and the broadaxe breaks in \u002663x3x3!\u0026r), making terraforming and general resource collection much easier.", + "ftbquests.chapter.the_hunt_for_grass.quest26.task_4941645910113139201.title": "Any AOE Tool", + "ftbquests.chapter.the_hunt_for_grass.quest3.description1": "Unless you get lucky and find an ingot or two among the husks, you\u0027ll need some way to make iron ingots. ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description2": "Luckily, one of those plants you found has a rudimentary circulatory system, which has enough thematic overlap with actual hemoglobin that you can use it to precipitate hemoglobic fluid...", + "ftbquests.chapter.the_hunt_for_grass.quest3.description3": "Basically, you found a \u00266plant that grows blood\u0026r and you\u0027re gonna \u00266make iron out of it\u0026r by putting it into a \u00266Sal Ammoniac Accumulator above a Fluid Vessel.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description4": "\u00267Note: A Sal Ammoniac tank is meant only for sal ammoniac, so you \u0026oneed\u0026r\u00267 to place the \u0026lfluid vessel\u0026r\u00267 below it.", + "ftbquests.chapter.the_hunt_for_grass.quest3.title": "Hemoglobic Fluid", + "ftbquests.chapter.the_hunt_for_grass.quest4.description1": "Now that you have your hemoglobic fluid, you can \u00266use it as a solvent in your Liquefaction Cauldron to liquify copper\u0026r - the iron in the fluid will transform the copper sulfur into \u00266Iron Alchemical Sulfur.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.description2": "You\u0027ll also need some \u00266Mineral Alchemical Salt\u0026r - you can get this by \u00266calcifying charcoal,\u0026r or re-calcifying \u00266a large amount of Strata salt.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.title": "Salt and Sulfur", + "ftbquests.chapter.the_hunt_for_grass.quest5.description1": "You\u0027re almost there! Just throw the \u00266Iron Alchemical Sulfur, Mineral Alchemical Salt, \u0026rand\u00266 Alchemical Mercury\u0026r into the \u00266Incubator, \u0026rand you\u0027ll have iron!", + "ftbquests.chapter.the_hunt_for_grass.quest6.description1": "You can mash up the magical plants you\u0027ve found into something you\u0027re calling \u00266Anointing Paste.\u0026r You\u0027re pretty sure you can apply it to something, but what? ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description1": "Now that you have a bit of iron, you can make a cauldron and \u00266anoint\u0026r it to make a \u00266Witch\u0027s Cauldron\u0026r - a magically-insulated vessel for brewing all sorts of witchy goodness. ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description2": "Fill it with three buckets of water, place it over a campfire, and it\u0027ll start boiling!", + "ftbquests.chapter.the_hunt_for_grass.quest7.description3": "\u00267Tip: if your brew spoils (turns brown because you put items in out of order or incorrectly), you can use an empty bucket to empty the cauldron.", + "ftbquests.chapter.the_hunt_for_grass.quest7.task_2385086996515714487.title": "Anoint a Cauldron", + "ftbquests.chapter.the_hunt_for_grass.quest8.description1": "With a little bit of magic (and a reinforced witchy cauldron), you can make a \u00266potent mutagen\u0026r - potent enough to mutate those \u00266dead bushes\u0026r you\u0027ve been seeing around into \u00266actual saplings!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest8.subtitle": "Minor necromancy", + "ftbquests.chapter.the_hunt_for_grass.quest8.task_6488684102089578318.title": "Any Sapling", + "ftbquests.chapter.the_hunt_for_grass.quest8.title": "Saplings!", + "ftbquests.chapter.the_hunt_for_grass.quest9.description1": "The seeds you\u0027ve been finding have uniquely adapted themselves to their harsh environment. As a consequence, however, they\u0027ve become \u00264much less productive, focusing entirely on survival.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest9.description2": "You can try to selectively breed your meager collection of seeds together to make them \u00266grow faster\u0026r and \u00266produce more,\u0026r or even try \u00266cross-breeding them\u0026r to start bringing back extinct species of plant...", + "ftbquests.chapter.the_hunt_for_grass.quest9.description3": "To start, plant any seeds you have onto specially-prepared \u00266Crop Sticks.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.title": "A Whiff of Normal", + "ftbquests.chapter.the_sound_of_life.quest1.description1": "Debatably sentient life in the form of chickens! Even more importantly, these chickens will produce \u00266eggs,\u0026r the root of all fauna.", + "ftbquests.chapter.the_sound_of_life.quest1.title": "Sentient Life", + "ftbquests.chapter.the_sound_of_life.quest10.description1": "You can upgrade your blood altar by placing runes around it - your \u00266Sanguine Scientiem\u0026r can give you specifics. A tier 2 altar can create \u00266Reinforced Slates!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest10.description2": "Used for creating special runes that give your blood altar benefits, among other things, they are just that much more potent than a regular blank slate.", + "ftbquests.chapter.the_sound_of_life.quest10.title": "Tier 2 Slates", + "ftbquests.chapter.the_sound_of_life.quest11.description1": "A tier 3 altar can create \u00266Imbued Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.description2": "Even stronger than the reinforced version, they can make even better rune upgrades for your blood altar, as well as the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.title": "Tier 3 Slates", + "ftbquests.chapter.the_sound_of_life.quest12.description1": "The \u00266Alchemical Reaction Chamber\u0026r is capable of a great many things, but one of the most important is its ability to produce gems - \u00266diamond, lapis, and amethyst.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description1": "With access to gems, you can make a \u00266Tainted Blood Pendant,\u0026r which you can then infuse with \u00266Regeneration!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description2": "This makes poking yourself for life essence much more bearable...", + "ftbquests.chapter.the_sound_of_life.quest13.description3": "\u00267Tip: prismarine can be made either through Create\u0027s haunting or Nature\u0027s Aura\u0027s Natural Altar.", + "ftbquests.chapter.the_sound_of_life.quest14.description1": "Alchemizing with lifeforce provides the extra punch needed to transmute base materials into \u00266precious gems\u0026r using the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest14.description2": "\u00267Tip: once you\u0027ve made one of a specific kind of gem, you can use Theurgy to convert more materials into that gem\u0027s sulfur without having to go through the whole blood transmutation again!", + "ftbquests.chapter.the_sound_of_life.quest14.title": "Gems!", + "ftbquests.chapter.the_sound_of_life.quest15.description1": "A renewable source of gems would be much appreciated - thankfully, you can perform a \u00266special wiccan ritual\u0026r to turn a block of amethyst into its budding version.", + "ftbquests.chapter.the_sound_of_life.quest15.description2": "\u00267Tip: you can use blood magic\u0027s arcane ashes to draw a pentagram on your altar, giving it an addtional 1.5x boost to total power capacity!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest15.description3": "\u00267Tip 2: the instructions for this ritual can be found in your Reclamation Rituals book.", + "ftbquests.chapter.the_sound_of_life.quest16.description1": "Now that you have access to gems, you can start to manipulate \u00265Source, \u0026ranother type of magical energy you remember from before.", + "ftbquests.chapter.the_sound_of_life.quest16.description2": "To start, you\u0027ll want to turn lapis or amethyst shards into source gems using an \u00266Imbuement Chamber.\u0026r However, for an Imbuement Chamber, you\u0027ll need a special kind of wood. Because \u00265Source\u0026r is innately intertwined with \u00264Life Essence,\u0026r infusing an already magically-resonant tree with \u00264Life Essence\u0026r should produce a suitable sapling.", + "ftbquests.chapter.the_sound_of_life.quest16.description3": "\u00267Tip: you can convert between the four types of sapling using a mana pool!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest16.title": "Archwood", + "ftbquests.chapter.the_sound_of_life.quest17.description1": "With Archwood, you can now create \u00266Source Gems,\u0026r a perfect focusing medium for the arcane energies of \u00265Source.\u0026r Just toss some amethyst or lapis into an \u00266Imbuement Chamber!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest17.description2": "At first, you\u0027ll be slowly imbuing gems with the trace amounts present in the air, but once you get a way to generate \u00265Liquid Source,\u0026r you\u0027ll be converting gems in a flash!", + "ftbquests.chapter.the_sound_of_life.quest17.title": "Source Gems", + "ftbquests.chapter.the_sound_of_life.quest18.description1": "By offering an \u00266Imbued Slate\u0026r to the gods, you can convert mundane iron into the dense ingot of \u00266Osmium.\u0026r This metal is crucial to advanced mechanical applications.", + "ftbquests.chapter.the_sound_of_life.quest18.title": "Supermassive", + "ftbquests.chapter.the_sound_of_life.quest19.description1": "Now that you have a source of power, you\u0027ll want to start making real machinery. Your first step - a \u00266Metallurgic Infuser.\u0026r This machine can do a wide varity of things, but one of the most important is its ability to create \u00266steel,\u0026r another critical metal for your foray into technology.", + "ftbquests.chapter.the_sound_of_life.quest19.description2": "Infusing \u00266iron with coal,\u0026r while inefficient, is your only real way to make it - at least for now.", + "ftbquests.chapter.the_sound_of_life.quest19.title": "Steel", + "ftbquests.chapter.the_sound_of_life.quest2.description1": "Now that you have access to a breedable animal, you can utilize their excess vitalic energy to birth new creatures. ", + "ftbquests.chapter.the_sound_of_life.quest2.description2": "In an area with high Aura concentration, \u00266breeding mobs together\u0026r will generate \u00266Spirits of Birthing.\u0026r These spirits can be tossed alongside some other reagents onto an \u00266Altar of Birthing\u0026r to spawn new creatures.", + "ftbquests.chapter.the_sound_of_life.quest2.title": "Altar of Birthing", + "ftbquests.chapter.the_sound_of_life.quest20.description1": "The basis of every machine worth making, \u00266a Steel Casing \u0026ropens up limitless possibilities. ", + "ftbquests.chapter.the_sound_of_life.quest20.description2": "Almost quadrupling raw ore into ingots, turning plants into energy, or even fusion reactors all start with the humble steel casing.", + "ftbquests.chapter.the_sound_of_life.quest20.title": "Basic Machinery", + "ftbquests.chapter.the_sound_of_life.quest21.description1": "The \u00266Enrichment Chamber\u0026r can slightly boost the outputs of raw ores, clean blocks, and refine reagents for the \u00266Metallurgic Infuser,\u0026r creating enriched versions of items that are \u002668 times more efficient!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest22.description1": "Before you can do anything related to machinery, you\u0027ll need a source of power. Thankfully, \u0026bbotanic mana\u0026r is easily convertible to \u0026credstone flux.\u0026r Simply point a mana spreader at a \u00266Mana Fluxfield\u0026r and it\u0027ll output \u0026cRF\u0026r to any adjacent blocks.", + "ftbquests.chapter.the_sound_of_life.quest22.description2": "\u00267You can also use a heat generator, but it\u0027s VERY inefficient and (probably) not even worth making!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description1": "With the acquisition of lapis, you can now make the \u00266Terrestrial Agglomeration Plate,\u0026r a necessary step in your mastery of \u0026bbotanic mana.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description2": "Combining mana-infused versions of a diamond, an ender pearl, and iron (alongside a tremendous amount of mana) creates \u00266Terrasteel,\u0026r a unique alloy that is incredibly strong and mana conductive.", + "ftbquests.chapter.the_sound_of_life.quest23.description3": "\u00267Tip: use sparks instead of mana spreaders for a much faster mana transfer rate!", + "ftbquests.chapter.the_sound_of_life.quest23.title": "Terrasteel", + "ftbquests.chapter.the_sound_of_life.quest24.description1": "Steel allows you to make better pipes of all kinds, able to transport items, fluids, RF, chemicals, and even heat. These have a number of \u00266advantages over caminite-based alternatives,\u0026r mainly their lack of reliance on redstone and their upgradeability.", + "ftbquests.chapter.the_sound_of_life.quest24.task_1474346775141796701.title": "Any Basic Logistic Item", + "ftbquests.chapter.the_sound_of_life.quest24.title": "Advanced Logistics", + "ftbquests.chapter.the_sound_of_life.quest25.description1": "The \u00266Rotary Condensentrator\u0026r allows you to convert liquids to gases, and vice versa. This is useful for storage purposes, but it also allows you to aerate Life Essence!", + "ftbquests.chapter.the_sound_of_life.quest26.description1": "The \u00266Gas-Burning Generator\u0026r can produce a large amount of RF very quickly - it\u0027s a solid midrange option that will most likely carry your energy needs until you start making reactors.", + "ftbquests.chapter.the_sound_of_life.quest26.description2": "\u00266Aerated Essence \u0026ris relatively easy to produce, and can be burned to produce a solid amount of RF. It\u0027s macabre, but it works!", + "ftbquests.chapter.the_sound_of_life.quest27.description1": "\u00266Ethylene\u0026r is another gas you can burn in the gas-burning generator; even a small amount can be burned for a rather large amount of energy.", + "ftbquests.chapter.the_sound_of_life.quest27.description2": "\u00267Note: Ethylene burning has been nerfed in this pack! It\u0027s still useful, just not as absolutely game-breakingly energy dense as it normally is.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest27.title": "Ethylene", + "ftbquests.chapter.the_sound_of_life.quest28.description1": "Ethylene can be further mixed with Aerated Essence to produce Blooded Ethylene, a much more energy-dense gas that can burn for longer in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest28.title": "Blooded Ethylene", + "ftbquests.chapter.the_sound_of_life.quest29.description1": "The \u00266Crusher\u0026r is great for turning things into smaller, powdery versions of themselves. It\u0027s also great at turning plants into \u00266Bio Fuel!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest3.description1": "Blood magic is a pathway to many abilities some consider to be unnatural.", + "ftbquests.chapter.the_sound_of_life.quest3.description2": "To start, make a few \u00266soul snares\u0026r and \u00266throw them at monsters before killing them.\u0026r These snared monsters will drop \u00266demonic will\u0026r, which you\u0027ll need to get started!", + "ftbquests.chapter.the_sound_of_life.quest3.title": "Blood Magic", + "ftbquests.chapter.the_sound_of_life.quest30.description1": "\u00266Bio Fuel\u0026r can be turned directly into energy in the \u00266Bio-Generator,\u0026r or further refined into ethylene for burning in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest30.title": "Bio Fuel", + "ftbquests.chapter.the_sound_of_life.quest31.description1": "The \u00266Purification Chamber,\u0026r in combination with oxygen and some further processing, can double raw ore outputs.", + "ftbquests.chapter.the_sound_of_life.quest31.description2": "Ore clumps can be crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest31.description3": "\u00267Tip: gas upgrades can be placed into some machines to make them more efficient in their use of chemicals!", + "ftbquests.chapter.the_sound_of_life.quest32.description1": "The \u00266Chemical Dissolution Chamber\u0026r is the next step in your ore processing - with the chamber as a starting point and some hydrogen chloride, it can turn 3 ore into 8 shards, which eventually get processed into ingots.", + "ftbquests.chapter.the_sound_of_life.quest32.description2": "To make hydrogen chloride, you\u0027ll need a renewable source of chlorine. The \u00266Thermal Evaporation Tower Multiblock\u0026r can turn plain water into brine, which can then be electrolysed into chlorine.", + "ftbquests.chapter.the_sound_of_life.quest32.description3": "Shards need to be purified into clumps, crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.description1": "The final refinement to your ore refinement process: the \u00266Chemical Washer and Crystallizer\u0026r can wash and crystallize ore slurry, at a 3 raw ore to eventual 10 ingot ratio.", + "ftbquests.chapter.the_sound_of_life.quest33.description2": "You\u0027ll need sulfur for sulfuric acid, which you can make through judicious application of oxygen to charcoal.", + "ftbquests.chapter.the_sound_of_life.quest33.description3": "Dirty ore slurry needs to be washed into clean ore slurry, then crystallized into crystals, which then get thrown into the \u00266Chemical Injection Chamber\u0026r to get turned into shards, which purify into clumps, crush into dirty dust, enrich into clean dust, and then finally smelt into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.title": "REAL Ore Processing", + "ftbquests.chapter.the_sound_of_life.quest34.description1": "To make the next tier of altar, you\u0027ll need bloodstone bricks to cap the next set of pillars. However, these require blood shards to make; blood shards require \u00266tau fruit. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest34.description2": "Despite your best efforts, you can\u0027t breed tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest34.description3": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of Tau Fruit. Go forth, ", + "ftbquests.chapter.the_sound_of_life.quest34.title": "Blooded Rituals", + "ftbquests.chapter.the_sound_of_life.quest35.description1": "\u00266Blood Shards\u0026r are a very handy thing for someone of your talents to have around. Despite your best efforts, however, you can\u0027t breed the necessary tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest35.description2": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of tau fruit. ", + "ftbquests.chapter.the_sound_of_life.quest35.description3": "\u00267Tip: once you have some, planting tau fruit and having it grow while something is standing on it will eventually create a saturated tau.", + "ftbquests.chapter.the_sound_of_life.quest35.title": "Blood Shards", + "ftbquests.chapter.the_sound_of_life.quest36.description1": "With access to blood shards, you can finally make a tier 4 altar and\u00266 Demonic Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest36.description2": "Yet still stronger than Imbued Slates, these bad boys pack quite an essence-filled punch! You can use these for ritual paraphernalia as well as more altar upgrades.", + "ftbquests.chapter.the_sound_of_life.quest36.title": "Tier 4 Slates", + "ftbquests.chapter.the_sound_of_life.quest37.description1": "The \u00266Dusk\u0026r version of the \u00266Ritual Diviner\u0026r will allow you to perform even stronger rituals - chief among these being the \u00266Pathway to the Endless Realm.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.description2": "Once performed, you will be presented with a gate to the Demon Realm proper - a sprawling labyrinth of rooms which contain strong enemies, plentiful loot, and the curious ore known as \u00266Demonite.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.title": "Dusk Rituals", + "ftbquests.chapter.the_sound_of_life.quest38.description1": "\u00266Demonite\u0026r can be found rarely in the \u00266Demon Realm,\u0026r either as an ore block or as loot in chests.", + "ftbquests.chapter.the_sound_of_life.quest38.description2": "You also remember that there was a \u00266special key\u0026r for \u00266spatial distortions\u0026r that led you to the mines, which held much more valuable loot...", + "ftbquests.chapter.the_sound_of_life.quest39.description1": "The single most powerful slate you can make,\u00266 Ethereal Slates\u0026r require a tier 5 altar to craft.", + "ftbquests.chapter.the_sound_of_life.quest39.description2": "Alongside netherite scraps and some \u00266looted parts\u0026r from the Demon Realm, these slates can be used to upgrade altar runes, making them \u00266twice as powerful.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest39.title": "Tier 5 Slates", + "ftbquests.chapter.the_sound_of_life.quest4.description1": "One of the most common things you\u0027ll need in the pursuit of sanguine magic is a base material of stone doped in blood - excellent for channelling these dark energies.", + "ftbquests.chapter.the_sound_of_life.quest4.description2": "You\u0027ll need to make quite a few to upgrade your blood altar!", + "ftbquests.chapter.the_sound_of_life.quest40.description1": "Now that you have access to dusk rituals, you can use either a \u00266Ritual of the Feathered Knife\u0026r or a \u00266Well of Suffering\u0026r to automate the collection of life essence.", + "ftbquests.chapter.the_sound_of_life.quest40.description2": "To get even more out of your rituals, you can use the \u00266Ritual Tinkerer!\u0026r Read your \u00266Sanguine Scientiem\u0026r for more information.", + "ftbquests.chapter.the_sound_of_life.quest40.description3": "\u00267Tip: if you can supply mobs to the well constantly (or give them a source of regenerating health), you could fully automate life essence collection...", + "ftbquests.chapter.the_sound_of_life.quest40.title": "Useful Rituals", + "ftbquests.chapter.the_sound_of_life.quest41.description1": "The \u00266Incense Altar\u0026r is the center of a large freeform multiblock structure focused on bringing a sense of tranquility to players. With enough peace of mind, you can perform self-sacrifice with a much smoother hand - at high levels, you can get as much as \u00266quadruple the normal amount of life essence!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest41.description2": "For more information on this structure, take a look at your \u00266Sanguine Scientiem.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description1": "With enough Demonic Will, you reach a critical mass that can eventually \u00266generate will\u0026r ex nihilo! Simply burn some into the local aura by throwing will into a \u00266Demon Crucible,\u0026r then wait for it to crystallize on the \u00266Demon Crystallizer. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description2": "With enough will in the aura, the crystal will grow extra spires you can harvest and re-burn; each crystal past the first takes 40 will to grow but \u00266burns into 50!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description3": "Now if only there was some way to automate this...", + "ftbquests.chapter.the_sound_of_life.quest42.description4": "\u00267Tip: for more info, read your Sanguine Scientiem!", + "ftbquests.chapter.the_sound_of_life.quest42.title": "Crystallized Will", + "ftbquests.chapter.the_sound_of_life.quest43.description1": "With the \u00266Resonance of the Faceted Crystal\u0026r ritual, you can split one well-established Will Crystal into four separate aspected crystals! This aspected will is handy for all sorts of things, but one of the most useful things you can do is use it in other rituals to \u00266change the way they perform.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest43.description2": "\u00267Tip: it\u0027s possible to fully automate the growing, splitting, and harvesting of crystals using rituals!", + "ftbquests.chapter.the_sound_of_life.quest43.title": "Aspected Will", + "ftbquests.chapter.the_sound_of_life.quest44.description1": "With access to Terrasteel, you can make the third tier of botanic runes: \u00266Sin Runes.\u0026r These can be used to make better baubles, more powerful flowers, and more!", + "ftbquests.chapter.the_sound_of_life.quest44.task_6010537284078335274.title": "Any Sin Rune", + "ftbquests.chapter.the_sound_of_life.quest44.title": "Sin Runes", + "ftbquests.chapter.the_sound_of_life.quest45.description1": "With Terrasteel, you can utilize an old ritual to open a \u00266gateway to Alfheim,\u0026r which you\u0027re certain has escaped whatever happened to this world. The portal won\u0027t be able to transport living beings, but maybe you can trade for some \u00266useful materials?\u0026r", + "ftbquests.chapter.the_sound_of_life.quest45.description2": "\u00267Tip: For more information on the portal, read your Lexica Botania! For even more than that, throw your entire Lexica Botania into the portal! (but make sure you don\u0027t throw your Akashic Tome away!)", + "ftbquests.chapter.the_sound_of_life.quest45.title": "The Portal to Alfheim", + "ftbquests.chapter.the_sound_of_life.quest46.description1": "The \u00266Elven Mana Spreader\u0026r is much more efficient than it\u0027s livingwood predecessor - it shoots larger bursts faster and farther.", + "ftbquests.chapter.the_sound_of_life.quest46.title": "Better Spreader", + "ftbquests.chapter.the_sound_of_life.quest47.description1": "With Sin Runes and elven materials, you can craft a special flower that \u00266generates ore in nearby stone or deepslate!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest47.description2": "As far as you\u0027re concerned, this is more proof that you can solve any problem if you throw enough raw mana at something.", + "ftbquests.chapter.the_sound_of_life.quest47.subtitle": "but not ad astra!", + "ftbquests.chapter.the_sound_of_life.quest47.title": "Ex Nihilo", + "ftbquests.chapter.the_sound_of_life.quest48.description1": "The \u00266Scribe\u0027s Table\u0026r allows you to create new glyphs for spellbooks. As far as spellbooks go, you have a couple options - use either pure arcane mana or life essence to fuel your spells.", + "ftbquests.chapter.the_sound_of_life.quest48.title": "Spellcasting", + "ftbquests.chapter.the_sound_of_life.quest49.description1": "Source can be generated in a variety of ways, but you\u0027ll need to do something to get it into a much more useable liquid form. ", + "ftbquests.chapter.the_sound_of_life.quest49.description2": "\u00266Sourcelinks\u0026r will gather it for you, but you\u0027ll also need to make a \u00266jar\u0026r to store the generated source.", + "ftbquests.chapter.the_sound_of_life.quest49.task_8602744015200526354.title": "Any Sourcelink", + "ftbquests.chapter.the_sound_of_life.quest49.title": "Generating Source", + "ftbquests.chapter.the_sound_of_life.quest5.description1": "The \u00266Hellfire Forge\u0026r allows you to use Demonic Will to craft special items.", + "ftbquests.chapter.the_sound_of_life.quest5.description2": "One of the first things you\u0027ll want to make is a \u00266soul gem\u0026r - these special gems can store demonic will you pick up without clogging your inventory.", + "ftbquests.chapter.the_sound_of_life.quest5.description3": "\u00267Tip: the more will you have stored in your inventory, the more will drops from monsters!", + "ftbquests.chapter.the_sound_of_life.quest50.description1": "One of the primary uses of liquid source is the enchanting of items. Using the \u00266Arcane Core\u0026r and an \u00266Enchanting Apparatus\u0026r atop it, you can create many useful things.", + "ftbquests.chapter.the_sound_of_life.quest50.title": "Arcane Enchanting", + "ftbquests.chapter.the_sound_of_life.quest51.description1": "If you\u0027re tired of waiting for amethyst to grow, try animating a block of budding amethyst with the \u00266Ritual of Awakening.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.description2": "It turns budding amethyst into an \u00266Amethyst Golem,\u0026r who can harvest, grow, and even bud other blocks of amethyst!", + "ftbquests.chapter.the_sound_of_life.quest51.description3": "Its behavior can be further modified using a \u00266Dominion Wand.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.title": "Amethyst Buddy", + "ftbquests.chapter.the_sound_of_life.quest52.description1": "With the acquisition of specially-charged elven materials, you can create an \u00266even stronger mana-generating base;\u0026r cake, wool, and even other mana flowers can all be mulched into yet more mana.", + "ftbquests.chapter.the_sound_of_life.quest52.task_1683678805039454876.title": "Any Elven Flower", + "ftbquests.chapter.the_sound_of_life.quest52.title": "Esoteric Mana Generation", + "ftbquests.chapter.the_sound_of_life.quest53.description1": "With the power of Elementium and a little extra elemental oomph, you can craft a special pylon to use in tandem with the power of a beacon to summon the \u00266Guardian of Gaia.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest53.description2": "Prove your strength, and you\u0027ll be rewarded with \u00266Gaia Spirits.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest54.description1": "Using the \u00266Enchanting Apparatus\u0026r and some special reagents, you can make elemental essences that have a wide variety of uses, from crafting to spellweaving.", + "ftbquests.chapter.the_sound_of_life.quest54.task_6599905580160140411.title": "Any Essence", + "ftbquests.chapter.the_sound_of_life.quest55.description1": "Fragments of the mysterious \u00266Guardian of Gaia\u0026r, these spirits have enormous potential...", + "ftbquests.chapter.the_sound_of_life.quest56.description1": "There are quite a few elemental \u00266rituals\u0026r that could come in handy for you - defending your base, automatically pick items up, and even allowing you to fly!", + "ftbquests.chapter.the_sound_of_life.quest57.description1": "The \u00266Storage Lectern\u0026r boasts the incredibly convenient capability of letting you manage, view, and craft using nearby storage blocks. Simply place it down and link inventories to it using the dominion wand!", + "ftbquests.chapter.the_sound_of_life.quest57.description2": "There is a limit to the number of inventories you can connect to at once - this can be raised using additional \u00266Bookwyrm Charms.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description1": "Mekanism upgrades come in two flavors - \u00266upgrade cards\u0026r and \u00266tier installers. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description2": "Upgrade cards give the machine a boost to a certain aspect - speed, energy efficiency, etc.", + "ftbquests.chapter.the_sound_of_life.quest58.description3": "Tier installers give the machine more processing slots - from 1 item at a time to \u002669 in some machines!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.task_366296260702142144.title": "Any Upgrade", + "ftbquests.chapter.the_sound_of_life.quest58.title": "Upgrades", + "ftbquests.chapter.the_sound_of_life.quest59.description1": "You can use a hefty amount of will as well as vengeful will crystals to create \u00266Wither Skeleton Skulls\u0026r in a Hellfire Forge. ", + "ftbquests.chapter.the_sound_of_life.quest59.description2": "These skulls are very powerfully charged - you can use them to summon Withers and acquire their \u00266valuable stars.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest59.title": "The Wither", + "ftbquests.chapter.the_sound_of_life.quest6.description1": "\u00266Blood Orbs\u0026r are a budding sanguimancer\u0027s way of storing and utilizing Life Essence, measured in \u00266LP.\u0026r Once you\u0027ve crafted one, right click with it in your hand to bind it to your personal LP network.", + "ftbquests.chapter.the_sound_of_life.quest6.description2": "LP is used for things like sigils, rituals, and crafting. You can transfer life essence in an altar to your network by placing your orb into the altar.", + "ftbquests.chapter.the_sound_of_life.quest6.description3": "\u00267Tip: there is a blood orb for each tier of altar! Certain recipes need higher tiers of blood orbs.", + "ftbquests.chapter.the_sound_of_life.quest6.task_9017841688739987349.title": "Any Blood Orb", + "ftbquests.chapter.the_sound_of_life.quest60.description1": "The \u00266Conjuration Catalyst\u0026r can duplicate certain items for a relatively moderate mana cost.", + "ftbquests.chapter.the_sound_of_life.quest60.description2": "No more fiddling around with potions or distilling to make your redstone and glowstone!", + "ftbquests.chapter.the_sound_of_life.quest61.description1": "You can summon \u00266Wilden\u0026r using the aptly-named Tablet of Summon Wilden. These magical creatures drop \u00266special reagents when killed.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest61.description2": "These reagents can also be used to summon the \u00266Wilden Chimera,\u0026r a powerful boss that drops a \u00266special item\u0026r needed to channel tier 3 spells. ", + "ftbquests.chapter.the_sound_of_life.quest61.title": "Wilden", + "ftbquests.chapter.the_sound_of_life.quest62.description1": "With the power of a \u00266Charger\u0026r and an \u00266enriched diamond,\u0026r you can create a \u00266special kind of chargeable quartz...\u0026r", + "ftbquests.chapter.the_sound_of_life.quest62.title": "Certus Quartz", + "ftbquests.chapter.the_sound_of_life.quest63.description1": "Obviously, the ratio of one diamond for one certus quartz isn\u0027t exactly tenable. Luckily, there\u0027s a way to literally grow it from itself - just throw a block of \u00266certus quartz into water with some charged certus quartz,\u0026r and it\u0027ll get converted into \u00266budding quartz.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest63.description2": "This semi-flawed quartz block will grow crystals just like amethyst, with one caveat - \u00264eventually the crystal will degrade\u0026r back into a regular block, meaning you\u0027ll have to re-seed it.", + "ftbquests.chapter.the_sound_of_life.quest63.description3": "\u00267Tip: you can also use Theurgy to convert other materials into certus quartz - amethyst is a good candidate!", + "ftbquests.chapter.the_sound_of_life.quest63.title": "Growing Quartz", + "ftbquests.chapter.the_sound_of_life.quest64.description1": "By combining redstone and nether quartz with charged certus quartz, you can make \u00266Fluix Crystals,\u0026r capable of turning matter into digitalized information.", + "ftbquests.chapter.the_sound_of_life.quest65.description1": "Before the apocalpyse - or whatever happened here - there were strange meteors that occasionally fell containing these \u00266mysterious presses.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest65.description2": "You think you have devised a ritual that could potentially draw in another one of these meteors (albeit greatly diminished in size).", + "ftbquests.chapter.the_sound_of_life.quest65.description3": "\u00267Tip: check your Reclamation Rituals book!", + "ftbquests.chapter.the_sound_of_life.quest65.title": "Mysterious Cube", + "ftbquests.chapter.the_sound_of_life.quest66.description1": "The \u00266ME Controller\u0026r is the brains of the \u00266Material Energy\u0026r system - one of the most powerful logistics solutions available to you.", + "ftbquests.chapter.the_sound_of_life.quest66.subtitle": "Better than futura blocks", + "ftbquests.chapter.the_sound_of_life.quest67.description1": "The \u00266Inscriber\u0026r is used to turn raw materials into actual circuits useable in the \u00266Matter Energy\u0026r system.", + "ftbquests.chapter.the_sound_of_life.quest68.description1": "With the raw power afforded to you by aspected will crystals, gaia fragments, and ethereal slates, you finally have enough oomph to begin reversing the damage this world has suffered.", + "ftbquests.chapter.the_sound_of_life.quest68.description2": "Look into the \u00266Ritual of Reclamation\u0026r in your Reclamation Rituals book to start reclaiming the world.", + "ftbquests.chapter.the_sound_of_life.quest68.description3": "\u00267Note: the ritual may \u00264void blocks!\u0026r\u00267 Perform it away from anything important or risk losing things you might want to keep.", + "ftbquests.chapter.the_sound_of_life.quest68.subtitle": "Roll credits?", + "ftbquests.chapter.the_sound_of_life.quest68.task_6680892754679269683.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_sound_of_life.quest68.title": "Reclamation", + "ftbquests.chapter.the_sound_of_life.quest69.description1": "\u00266Sirens\u0026r can be summoned (and subsequently befriended) at the Altar of Birthing. Once given a Sea Pickle, they\u0027ll disappear and leave behind a token. This token can be turned into a charm that can \u00266automatically fish\u0026r for you, at the price of source!", + "ftbquests.chapter.the_sound_of_life.quest69.description2": "\u00267Tip: this auto fishing can be sped up; read your Worn Notebook for more details.", + "ftbquests.chapter.the_sound_of_life.quest7.description1": "The \u00266Alchemy Table\u0026r allows you to craft with LP from a blood orb. You can make a lot of things like reagents for useful sigils, but you can also make \u00266Arcane Ashes.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest70.description1": "\u00266Whirlisprigs\u0026r can be summoned at the Altar of Birthing. Growing a tree near a summoned one will net you a token, which can be crafted into a charm. This charm summons a tame Whirlisprig that will \u00266produce natural resources\u0026r based on what\u0027s nearby!", + "ftbquests.chapter.the_sound_of_life.quest70.description2": "\u00267Tip: read your Worn Notebook for more!", + "ftbquests.chapter.the_sound_of_life.quest71.description1": "Summon a \u00266Drygmy\u0026r at the Altar of Birthing. Give it a wilden horn to get a token, then craft it into a token. This tame Drygmy will \u00266produce experience and drops of mobs nearby,\u0026r without killing them!", + "ftbquests.chapter.the_sound_of_life.quest72.description1": "Casting dispel on a witch (summoned at the Altar of Birthing) drops a Wixie Token. Turned into a charm to summon Wixies, these creatures can craft and brew potions for you!", + "ftbquests.chapter.the_sound_of_life.quest72.description2": "\u00267Tip: Wixies are very helpful when using an Alchemical Sourcelink! For more info, read your Worn Notebook.", + "ftbquests.chapter.the_sound_of_life.quest73.description1": "\u00266Starbuncles\u0026r summoned by the Altar of Birthing can be gifted gold nuggets to get \u00266Starbuncle Tokens.\u0026r Crafted into a \u00266Starbuncle Charm,\u0026r it will summon a Starbuncle to move items around for you. No more fiddling around with pipes and logistics, just use a semi-intelligent squirrel!", + "ftbquests.chapter.the_sound_of_life.quest73.description2": "\u00267Tip: they can be told to only pick up or drop off certain items - read your Worn Notebook for more information!", + "ftbquests.chapter.the_sound_of_life.quest74.description1": "\u00266Magebloom\u0026r is a flower whose fibers can be spun into a very conductive magical cloth.", + "ftbquests.chapter.the_sound_of_life.quest74.title": "Magebloom", + "ftbquests.chapter.the_sound_of_life.quest75.description1": "\u00266Warp Scrolls\u0026r let you teleport anywhere in a dimension, while their stabilized versions create a temporary portal that can transport you even to \u00266other dimensions.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest75.description2": "\u00267Tip: both types of scrolls can be turned into permanent portals by building a frame out of Sourcestone, placing a full source jar nearby, and tossing the scroll into it.", + "ftbquests.chapter.the_sound_of_life.quest76.description1": "The \u00266Fission Reactor\u0026r is a large multiblock that takes fissile fuel and water and outputs enormous amounts of steam. This steam can be pumped into another large multiblock (the industrial turbine) to produce absolutely outrageous amounts of power. ", + "ftbquests.chapter.the_sound_of_life.quest76.description2": "Equally as importantly, it produces nuclear waste.", + "ftbquests.chapter.the_sound_of_life.quest76.description3": "For more information on how to build this structure, refer to the mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest76.description4": "\u00264Warning: if you mess up running your reactor, it WILL melt down and explode/irradiate the surrounding area. Make it small or make it far away from your base if you\u0027re not confident.", + "ftbquests.chapter.the_sound_of_life.quest76.subtitle": "Uranium \u003d mc2?", + "ftbquests.chapter.the_sound_of_life.quest76.title": "Fission Reactor", + "ftbquests.chapter.the_sound_of_life.quest77.description1": "\u00266Plutonium\u0026r is one possible product from processing nuclear waste - it can be reprocessed into more fissile fuel or crafted into Supercritical Phase Shifter casings.", + "ftbquests.chapter.the_sound_of_life.quest78.description1": "\u00266Radioactive Waste Barrels\u0026r are one of the only things that can hold nuclear waste; when filled, they slowly dispose of their contents.", + "ftbquests.chapter.the_sound_of_life.quest78.title": "Waste Disposal", + "ftbquests.chapter.the_sound_of_life.quest79.description1": "\u00266Polonium\u0026r is a possible product from processing nuclear waste. ", + "ftbquests.chapter.the_sound_of_life.quest79.description2": "Not only can it make a variety of very helpful equipment and the \u00266QIO system,\u0026r it can also be used to craft Supercritical Phase Shifter (SPS) casings, necessary for producing \u00266antimatter.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest8.description1": "\u00266Arcane Ashes,\u0026r made on the Alchemy Table, can be used to perform some basic alchemy without having to re-enter the field of Spagyrics.", + "ftbquests.chapter.the_sound_of_life.quest8.description2": "One of the first things you\u0027ll want to use this for is making the \u00266Divination Sigil,\u0026r which tells you useful information about the amount of life essence you have access to.", + "ftbquests.chapter.the_sound_of_life.quest80.description1": "Making antimatter requires the creation of a Supercritical Phase Shifter, yet another multiblock.", + "ftbquests.chapter.the_sound_of_life.quest80.description2": "Its casings require a large amount of both polonium and plutonium, meaning you\u0027ll need a large amount of nuclear waste processing.", + "ftbquests.chapter.the_sound_of_life.quest80.description3": "To run, it will also need an incredibly large amount of power - this is where you\u0027d want to use an \u00266Industrial Turbine\u0026r hooked up to either a fission or a fusion reactor.", + "ftbquests.chapter.the_sound_of_life.quest80.description4": "\u00267Tip: you only need to make one of these to finish the pack - unless you REALLY like late-game Mekanism or you want to make creative items!", + "ftbquests.chapter.the_sound_of_life.quest81.description1": "The \u00266QIO System\u0026r is a digital storage solution that does not need power and can store a very large amount of items.", + "ftbquests.chapter.the_sound_of_life.quest81.description2": "It has \u00266unlimited cross-dimensional range\u0026r and can import and export automatically. However, it cannot easily auto-craft things for you.", + "ftbquests.chapter.the_sound_of_life.quest81.title": "QIO System", + "ftbquests.chapter.the_sound_of_life.quest82.description1": "The \u00266Fusion Reactor\u0026r is a much more powerful version of its fission counterpart. It can produce millions of RF/t using deuterium, tritium, or D-T fuel.", + "ftbquests.chapter.the_sound_of_life.quest82.description2": "To learn more about this reactor, check the Mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest82.subtitle": "Sci without the fi", + "ftbquests.chapter.the_sound_of_life.quest82.title": "Fusion Reactor", + "ftbquests.chapter.the_sound_of_life.quest9.description1": "\u00266Sentient Tools\u0026r are a much easier way for you to acquire will - instead of having to throw soul snares at enemies, the tools have the \u00266inherent ability to sever souls\u0026r from their fleshy (or bony) prisons.", + "ftbquests.chapter.the_sound_of_life.quest9.description2": "They are also powered by will - any kind of soul gem in your inventory will \u00266increase the tools\u0027 power\u0026r proportional to the amount of will you have stored.", + "ftbquests.chapter.the_sound_of_life.quest9.task_3309257771812589055.title": "Any Sentient Tool", + "ftbquests.chapter.the_sound_of_life.quest9.title": "Sentient Tools", + "ftbquests.chapter.the_sound_of_life.title": "Sounds of Life", + "ftbquests.chapter.the_taste_of_power.quest1.description1": "The \u00266Ender Dragon\u0026r not only has horrific halitosis, it also prevents you from exploring the rest of the End and all its goodies.", + "ftbquests.chapter.the_taste_of_power.quest1.task_4052279956792945141.title": "Kill the Dragon", + "ftbquests.chapter.the_taste_of_power.quest10.description1": "Kinda like an unlimited supply of grape juice!", + "ftbquests.chapter.the_taste_of_power.quest10.description2": "\u00267A/N: pretend it needs 100k instead of 10k source... i\u0027m too lazy to make a custom source jar like ATM does", + "ftbquests.chapter.the_taste_of_power.quest11.description1": "All that effort, and all you got was a really big hole.", + "ftbquests.chapter.the_taste_of_power.quest12.description1": "This is way better than a really big hole!", + "ftbquests.chapter.the_taste_of_power.quest13.description1": "And now the way better hole is a digital rip in the fabric of the universe.", + "ftbquests.chapter.the_taste_of_power.quest13.description2": "Or maybe its a real rip in the fabric of the digital universe?", + "ftbquests.chapter.the_taste_of_power.quest13.description3": "Either way, you\u0027re done. You have access to every item digitally, with the help of a cell workbench. Good job! Have some cake :)", + "ftbquests.chapter.the_taste_of_power.quest14.description1": "It\u0027s not really infinite ME power as much as it is infinite ME efficiency.", + "ftbquests.chapter.the_taste_of_power.quest15.description1": "Sufficiently advanced technology is indistinguishable from magic.", + "ftbquests.chapter.the_taste_of_power.quest15.title": "Creative Energy Cube", + "ftbquests.chapter.the_taste_of_power.quest2.task_7905395510409401238.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest2.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest3.description1": "Congrats! You\u0027ve killed the Ender Dragon - there is no more left to conquer.", + "ftbquests.chapter.the_taste_of_power.quest3.description2": "You are a champion. ", + "ftbquests.chapter.the_taste_of_power.quest3.description3": "You have \u0026lReclaimed\u0026r the world.", + "ftbquests.chapter.the_taste_of_power.quest3.description4": "\u00267As far as anyone can really be concerned, you\u0027ve finished the modpack. Any quests past this are exclusively for bragging rights - creative items, op stuff, lame resource dump recipes, all that jazz.", + "ftbquests.chapter.the_taste_of_power.quest3.description5": "\u00267Thank you immensely for putting the time and effort into finishing the pack! This was a huge undertaking for me, but hopefully you enjoyed it enough that it was worth it :)", + "ftbquests.chapter.the_taste_of_power.quest3.description6": "\u00267 -ACCBDD", + "ftbquests.chapter.the_taste_of_power.quest3.subtitle": "Roll credits (for real)", + "ftbquests.chapter.the_taste_of_power.quest3.task_2556725507805521066.title": "Congratulations!", + "ftbquests.chapter.the_taste_of_power.quest4.description1": "An infinitely super-heated blaze is great just as a centerpiece, but you can also use it to make infinite lava.", + "ftbquests.chapter.the_taste_of_power.quest4.description2": "\u00267Tip: you\u0027re gonna need to make quite a few of these!", + "ftbquests.chapter.the_taste_of_power.quest5.description1": "What\u0027s better than infinite blaze burning? Infinite turning! ", + "ftbquests.chapter.the_taste_of_power.quest6.description1": "The dwarven version of a Philosopher\u0027s Stone.", + "ftbquests.chapter.the_taste_of_power.quest7.description1": "Somehow, you don\u0027t feel as guilty as you think you should.", + "ftbquests.chapter.the_taste_of_power.quest7.description2": "\u00267Tip: this takes 10 full mana pools worth of mana. :)", + "ftbquests.chapter.the_taste_of_power.quest8.description1": "No more will you be shackled to the tyranny of building an enormous pool of whatever fluid!", + "ftbquests.chapter.the_taste_of_power.quest9.description1": "Once you\u0027ve set it to a chemical, you can reset it to empty by crafting it.", + "ftbquests.chapter.the_taste_of_power.quest9.title": "Creative Chemical Tank", + "ftbquests.chapter.the_taste_of_power.title": "The Taste of Power", + "ftbquests.chapter.the_touch_of.quest1.description1": "You\u0027ve done it. You\u0027ve reclaimed some small part of the world! ", + "ftbquests.chapter.the_touch_of.quest1.description2": "Now you just have to regain the diversity in surroundings you remember there once being...", + "ftbquests.chapter.the_touch_of.quest1.task_7943239389617432250.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_touch_of.quest1.title": "Reclamation", + "ftbquests.chapter.the_touch_of.quest10.description1": "\u00266Watery Essence\u0026r is found in deep oceans - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest10.description2": "Elemental wizardry will provide you the magical power necessary to enact such an elementally-aligned terraformation - namely, turning a small area into a \u00266warm ocean.\u0026r", + "ftbquests.chapter.the_touch_of.quest10.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest11.description1": "With all six types of attuned biome essence, you can combine them in a (quite expensive) ritual to produce the \u00266End Portal.\u0026r You\u0027ll still need to add \u00266Eyes of Ender\u0026r to the frame, but once you\u0027ve done so, you can finally enter \u00266the End.\u0026r", + "ftbquests.chapter.the_touch_of.quest11.description2": "\u00267Tip: you can break end portal frames and blocks by right clicking them with the frame remover!", + "ftbquests.chapter.the_touch_of.quest11.subtitle": "Dragons... I hate dragons", + "ftbquests.chapter.the_touch_of.quest11.task_4811328545830427024.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest11.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest12.description1": "Generic biome essence is well and good, but for real ritualistic oomph you\u0027ll need a specialized container, capable of collecting attuned essence.", + "ftbquests.chapter.the_touch_of.quest12.description2": "\u00267Tip: check your Reclamation Rituals book for information on the late-game terraforming rituals!", + "ftbquests.chapter.the_touch_of.quest13.description1": "With biome essence, you can also perform \u00266more directed terraforming\u0026r - turning the surrounding area into basic overworld biomes: forest, plains, river, beach, and ocean.", + "ftbquests.chapter.the_touch_of.quest13.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the overworld terraforming rites!", + "ftbquests.chapter.the_touch_of.quest13.task_2143407724517054989.title": "Basic Terraforming", + "ftbquests.chapter.the_touch_of.quest14.description1": "With some additional infusion, an attuned biome bottle can be turned into a \u00266biome globe\u0026r - in essence a portable directed reclamation ritual.", + "ftbquests.chapter.the_touch_of.quest14.description2": "\u00267Tip: these globes have 16 uses each, and convert a radius of 12 blocks from where you use them! They\u0027ll convert blocks to their reclaimed versions, but they will NOT place features like grass or trees; you\u0027ll have to do those yourself.", + "ftbquests.chapter.the_touch_of.quest14.description3": "\u00267Tip 2: these drain a LOT of aura to make!", + "ftbquests.chapter.the_touch_of.quest14.subtitle": "Portable Terraforming", + "ftbquests.chapter.the_touch_of.quest14.task_8529374338001252387.title": "Any Biome Globe", + "ftbquests.chapter.the_touch_of.quest14.title": "Biome Globes", + "ftbquests.chapter.the_touch_of.quest2.description1": "Getting the nether back into shape is relatively easy, now that you understand the shape of terraforming rituals and have a source of biomic essence.", + "ftbquests.chapter.the_touch_of.quest2.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the nether terraforming rites!", + "ftbquests.chapter.the_touch_of.quest2.task_4997059168389991596.title": "Visit Every Nether Biome", + "ftbquests.chapter.the_touch_of.quest2.title": "Reclaiming the Nether", + "ftbquests.chapter.the_touch_of.quest3.description1": "With the creation of reclaimed biomes, natural spawns can now occur - drygmies, whirligigs, and starbuncles can all rarely spawn in these biomes, as well as the regular mobs.", + "ftbquests.chapter.the_touch_of.quest3.title": "Natural Spawning", + "ftbquests.chapter.the_touch_of.quest4.description1": "Now that you have a place where you can actually see the blue (!) sky, you can bottle up the abundant biomic essence in a \u00266specially-designed container.\u0026r", + "ftbquests.chapter.the_touch_of.quest4.description2": "This \u00266biome essence\u0026r can be used in rituals along with some extra reagents to terraform in a more directed way.", + "ftbquests.chapter.the_touch_of.quest4.description3": "\u00267Tip: you can collect essence in any living biome by holding right click with a biome bottle. Crouching while you do this will fill all bottles in a stack!", + "ftbquests.chapter.the_touch_of.quest4.title": "Biome Essence", + "ftbquests.chapter.the_touch_of.quest5.description1": "The first attuned essence you\u0027ll need is \u00266Hellish Essence,\u0026r collectible from any living\u00266 nether biome.\u0026r", + "ftbquests.chapter.the_touch_of.quest6.description1": "\u00266Arid Essence\u0026r is found mainly in the desert - you\u0027ll have to use a special version of your terraforming ritual to bring it back. ", + "ftbquests.chapter.the_touch_of.quest6.description2": "Some high-powered dwarven artifice should provide you with the correct magical resonance to produce an arid, sandy \u00266desert \u0026rbiome.", + "ftbquests.chapter.the_touch_of.quest7.description1": "The final essence you\u0027ll need is \u00266Icy Essence\u0026r from the \u00266snowy slopes\u0026r biome. Wet and cold, the complete opposite of your surroundings, you\u0027ll need a lot of power to create this biome.", + "ftbquests.chapter.the_touch_of.quest7.description2": "First: \u00266polonium\u0026r to provide the necessary chemical energy for the physical transformation.", + "ftbquests.chapter.the_touch_of.quest7.description3": "Second: ice cream (specifically \u00266vanilla\u0026r) to provide structure to the ritual and thematic direction.", + "ftbquests.chapter.the_touch_of.quest7.description4": "Third: a couple \u00266shattered singularities\u0026r to store the excess entropy generated by this ritual.", + "ftbquests.chapter.the_touch_of.quest7.description5": "and finally, Fourth: a large amount of generic \u00266biome essence\u0026r to kickstart the reaction.", + "ftbquests.chapter.the_touch_of.quest8.description1": "\u00266Lush Essence\u0026r is found in jungles of any kind - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest8.description2": "Botanic mastery will provide you the life energy needed to transform your surroundings into a \u00266bamboo forest.\u0026r", + "ftbquests.chapter.the_touch_of.quest8.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest9.description1": "\u00266Mycelic Essence\u0026r is found exclusively on mushroom islands - you\u0027ll have to use a modified version of your terraforming ritual to bring them back. ", + "ftbquests.chapter.the_touch_of.quest9.description2": "Classic wiccan practice should provide you with the correct magical resonance to produce the hot, dry \u00266mushroom field\u0026r biome.", + "ftbquests.chapter.the_touch_of.title": "Visions of the Past", + "ftbquests.chapter_groups_3169067154505914507.title": "Biodiversity", + "ftbquests.chapter_groups_5305197537419525243.title": "Side Quests", + "ftbquests.loot_table_1430735789179352246.title": "mana stuff", + "ftbquests.loot_table_1562099882431827930.title": "horns", + "ftbquests.loot_table_3514670301200914514.title": "chicken", + "ftbquests.loot_table_5456022276654430189.title": "witch", + "ftbquests.loot_table_6347601422327785898.title": "canvas", + "ftbquests.loot_table_67272733859206798.title": "instrument", + "ftbquests.loot_table_7131061971573085034.title": "zombie", + "ftbquests.loot_table_7900474475776381538.title": "rabbit", + "ftbquests.loot_table_8024488712964205957.title": "spider", + "ftbquests.loot_table_8037173722274793648.title": "snow golem", + "ftbquests.loot_table_8381040606691607900.title": "bee", + "ftbquests.loot_table_8615485860944689786.title": "cow", + "ftbquests.loot_table_8839952752635034356.title": "skeleton" +} \ No newline at end of file diff --git a/FTBLang/kubejs/assets/ftbquestlocalizer/lang/fr_fr.json b/FTBLang/kubejs/assets/ftbquestlocalizer/lang/fr_fr.json new file mode 100644 index 0000000..fc094d8 --- /dev/null +++ b/FTBLang/kubejs/assets/ftbquestlocalizer/lang/fr_fr.json @@ -0,0 +1,1235 @@ +{ + "ftbquests.chapter.digital_storage.quest1.description1": "The \u00266controller\u0026r is the brains of a network. Each controller block\u0027s face is capable of outputting \u0026632 channels;\u0026r almost every device on the ME network needs \u00266one channel to operate.\u0026r", + "ftbquests.chapter.digital_storage.quest10.description1": "The \u00266Wireless Access Point\u0026r allows you to use wireless terminals to access your ME System. You can boost its range by giving it \u00266wireless boosters,\u0026r but be warned: more boosters means the WAP will need \u00264much more energy\u0026r to stay running.", + "ftbquests.chapter.digital_storage.quest10.task_8779164168368451602.title": "Any Wireless Terminal", + "ftbquests.chapter.digital_storage.quest10.title": "Wireless Access", + "ftbquests.chapter.digital_storage.quest11.description1": "\u00266Pattern Providers,\u0026r when given a pattern, will push the items in the pattern to a nearby inventory. \u00266Molecular Assemblers,\u0026r when given items, will craft with those items and output them to nearby inventories. Put them next to each other, and you have a \u00266basic autocrafting setup! \u0026r", + "ftbquests.chapter.digital_storage.quest11.description2": "You\u0027ll need somewhere to store the items while they\u0027re being crafted; a crafting storage would be ideal.", + "ftbquests.chapter.digital_storage.quest11.description3": "\u00267Tip: for more info, check the guide!", + "ftbquests.chapter.digital_storage.quest11.title": "ME Autocrafting", + "ftbquests.chapter.digital_storage.quest12.description1": "With an ME System you\u0027ll need some way to actually store items - the \u00266ME Drive\u0026r can store up to 10 storage cells of any type and size.", + "ftbquests.chapter.digital_storage.quest12.description2": "\u00267Tip: you can store botanic mana, elemental source, gases, fluids, and even space itself in cells - not just regular items!", + "ftbquests.chapter.digital_storage.quest13.description1": "Terminals are how you actually interface with the storage cells in your ME System.", + "ftbquests.chapter.digital_storage.quest13.task_8779678006548052409.title": "Any Terminal", + "ftbquests.chapter.digital_storage.quest13.title": "Terminals", + "ftbquests.chapter.digital_storage.quest14.description1": "Storing some energy in your ME System would be a good idea... just in case.", + "ftbquests.chapter.digital_storage.quest16.description1": "\u00266P2P Tunnels\u0026r allow you to transfer multiple channels per channel! It\u0027s a little confusing at first, but once you get the hang of it you can really push your system to the limit.", + "ftbquests.chapter.digital_storage.quest16.description2": "You can also transfer power, chemicals, and even botanic mana and elemental source!", + "ftbquests.chapter.digital_storage.quest17.description1": "The \u00266Reaction Chamber\u0026r not only allows you to make circuits much faster, it can also charge large amounts of certus crystals at a time and even grow crystals from themselves!", + "ftbquests.chapter.digital_storage.quest17.description2": "Just make sure you have enough power to handle its recipes...", + "ftbquests.chapter.digital_storage.quest18.description1": "The \u00266Circuit Slicer\u0026r can cut blocks of materials into 9 circuits much faster than an inscriber can press them.", + "ftbquests.chapter.digital_storage.quest19.description1": "The \u00266Assembler Matrix\u0026r is a molecular assembler and pattern provider setup on steroids - at its maximum size, it can hold over 4,000 patterns and craft incredibly fast. The best part? It only needs \u00266one channel.\u0026r", + "ftbquests.chapter.digital_storage.quest2.description1": "A controller block itself can input energy, but you\u0027ll want to have as many controller faces open as you can to get as many channels as possible into your network. ", + "ftbquests.chapter.digital_storage.quest2.description2": "The \u00266Energy Acceptor\u0026r uses no channels and can be placed anywhere, as long as it\u0027s connected to the network somehow.", + "ftbquests.chapter.digital_storage.quest20.description1": "The \u00266Quantum Computer Core\u0026r is a self-contained crafting CPU with 256M crafting storage and 8 co-processing threads.", + "ftbquests.chapter.digital_storage.quest21.description1": "The \u00266Quantum Computer multiblock\u0026r is an extremely powerful multiblock that can handle an effectively \u00266infinite\u0026r number of crafting requests for your ME System.", + "ftbquests.chapter.digital_storage.quest21.description2": "Read the guide for more information.", + "ftbquests.chapter.digital_storage.quest22.description1": "Perfect for carrying items on the go, the \u00266backpack\u0026r has a few useful upgrades as well.", + "ftbquests.chapter.digital_storage.quest23.description1": "Better than regular chests, \u00266Sophisticated Storage\u0026r lets you put more things in a single block.", + "ftbquests.chapter.digital_storage.quest23.task_5897231893839036272.title": "Any Sophisticated Storage Block", + "ftbquests.chapter.digital_storage.quest23.title": "Sophisticated Storage", + "ftbquests.chapter.digital_storage.quest24.description1": "Capable of storing a very large amount of a single item type.", + "ftbquests.chapter.digital_storage.quest24.description2": "The framing table lets you customize the way they look.", + "ftbquests.chapter.digital_storage.quest24.task_5464079544652951362.title": "Any Storage Drawer", + "ftbquests.chapter.digital_storage.quest24.title": "Storage Drawers", + "ftbquests.chapter.digital_storage.quest25.description1": "Tier upgrades can be used to upgrade Sophisticated Storage blocks without breaking them.", + "ftbquests.chapter.digital_storage.quest25.task_611570763386642583.title": "Any Tier Upgrade", + "ftbquests.chapter.digital_storage.quest26.description1": "The \u00266Drawer Controller\u0026r allows you to interface with multiple drawers using only a single blockface.", + "ftbquests.chapter.digital_storage.quest27.description1": "There are a variety of keys - lock drawers to specific items, hide item labels to reduce lag, and more.", + "ftbquests.chapter.digital_storage.quest27.task_7070764459751906106.title": "Any Drawer Key", + "ftbquests.chapter.digital_storage.quest27.title": "Drawer Keys", + "ftbquests.chapter.digital_storage.quest28.description1": "Autofeeding, playing music, even portable crafting can all be attained with backpack upgrades.", + "ftbquests.chapter.digital_storage.quest29.description1": "Higher stack count, filtering, and more - check the uses for the upgrade base.", + "ftbquests.chapter.digital_storage.quest3.description1": "Smart cables are very useful - they visually display how many channels they\u0027re carrying at any given time.", + "ftbquests.chapter.digital_storage.quest3.task_6551415206641156021.title": "Any Smart Cable", + "ftbquests.chapter.digital_storage.quest3.title": "Smart Cables", + "ftbquests.chapter.digital_storage.quest30.description1": "Each workbench (aside from looking neat) can turn a specific set of blocks into its variants.", + "ftbquests.chapter.digital_storage.quest30.title": "Chipped Workbenches", + "ftbquests.chapter.digital_storage.quest31.description1": "Can turn almost any basic block into a wide array of variants.", + "ftbquests.chapter.digital_storage.quest32.description1": "Made from stonecutting andesite alloy, these blocks can take on the texture of any other block.", + "ftbquests.chapter.digital_storage.quest32.task_4661123369301757740.title": "Any Copycat Block", + "ftbquests.chapter.digital_storage.quest33.description1": "You can make music by crafing a \u00266Music Sheet\u0026r and placing notes on the sheet. ", + "ftbquests.chapter.digital_storage.quest33.description2": "Place the sheet in your offhand while holding an instrument to play the instrument.", + "ftbquests.chapter.digital_storage.quest33.description3": "\u00267Tip: you can do MUCH more with this mod - check out its CurseForge page for more info.", + "ftbquests.chapter.digital_storage.quest34.description1": "You can paint your own masterpieces while you wait for crops to grow - simply make a palette, fill it with colors, plop a canvas on an easel, and get to painting!", + "ftbquests.chapter.digital_storage.quest34.description2": "Signed paintings can be duplicated by crafting the original with a blank canvas of the same size.", + "ftbquests.chapter.digital_storage.quest34.description3": "\u00267Tip: to craft a palette, fill the bottom row of a crafting table with planks, then place dyes in the middle. You can add more dyes to a palette by crafting them together.", + "ftbquests.chapter.digital_storage.quest34.title": "The Joy of Painting", + "ftbquests.chapter.digital_storage.quest35.description1": "\u00266Building Gadgets\u0026r are a collection of useful tools that will let you build very quickly.", + "ftbquests.chapter.digital_storage.quest35.description2": "They do need to be charged; use an energy cube or similar.", + "ftbquests.chapter.digital_storage.quest36.description1": "The \u00266Rod of the Shifting Crust\u0026r allows you to exchange blocks in the world with blocks in your inventory for the cost of mana.", + "ftbquests.chapter.digital_storage.quest4.description1": "Dense cables can carry 32 channels instead of the regular 8 channels.", + "ftbquests.chapter.digital_storage.quest4.task_5854794686036721300.title": "Any Smart Dense Cable", + "ftbquests.chapter.digital_storage.quest4.title": "Dense Cables", + "ftbquests.chapter.digital_storage.quest5.description1": "The color applicator lets you paint cables - especially useful once your network starts to grow. ", + "ftbquests.chapter.digital_storage.quest5.description2": "Colored cables won\u0027t connect to other colored cables, but fluix cables can connect to all colors.", + "ftbquests.chapter.digital_storage.quest5.description3": "These can be filled with \u00266dyes or paintballs\u0026r using an \u00266ME Chest.\u0026r", + "ftbquests.chapter.digital_storage.quest5.task_4299327579125140032.title": "Color Applicator", + "ftbquests.chapter.digital_storage.quest6.description1": "The \u00266ME Interface\u0026r acts as a specialized input and output port for your network. ", + "ftbquests.chapter.digital_storage.quest6.description2": "It can keep a certain amount of items from your network in its inventory for pipes or other blocks to pull from, and also automatically puts any other items it receives into the network.", + "ftbquests.chapter.digital_storage.quest7.description1": "The \u00266Wireless Connector\u0026r is a short-range version of a \u00266Quantum Link Chamber \u0026r- use this when you want your network to jump a short distance, and not cross-dimensionally.", + "ftbquests.chapter.digital_storage.quest8.description1": "The \u00266Quantum Network Bridge\u0026r uses the power of quantum entanglement to bridge a network gap not only across large distances, but dimensions.", + "ftbquests.chapter.digital_storage.quest8.title": "Quantum Network Bridge", + "ftbquests.chapter.digital_storage.quest9.description1": "The\u00266 Extended Charger\u0026r and \u00266Inscriber\u0026r are upgraded versions of their base models, capable of processing 4 recipes in parallel.", + "ftbquests.chapter.digital_storage.quest9.title": "Extended Machines", + "ftbquests.chapter.digital_storage.title": "Storage and Decor", + "ftbquests.chapter.ffood_plants.quest1.description1": "Lining rivers and shores, sugar cane had once risen in green columns, swaying with each passing breeze.", + "ftbquests.chapter.ffood_plants.quest10.description1": "With deep golden petals and a bitter scent, wolfsbane once grew where night lingered longest. ", + "ftbquests.chapter.ffood_plants.quest100.description1": "Sweet, mellow fruits with a classic tropical aroma.", + "ftbquests.chapter.ffood_plants.quest101.description1": "Soft and nutty, cashews offer a creamy bite with a sweet-savory balance.", + "ftbquests.chapter.ffood_plants.quest102.description1": "Cherries burst with juicy intensity; sweet, sometimes sharp, and always bright.", + "ftbquests.chapter.ffood_plants.quest103.description1": "Cracking into a coconut reveals cool, sweet water and soft, fragrant meat.", + "ftbquests.chapter.ffood_plants.quest104.description1": "Dates are also known as nature\u0027s candy: chewy, caramel-rich, and deeply sweet.", + "ftbquests.chapter.ffood_plants.quest105.description1": "With neon skin and unique speckled flesh, dragon fruit tastes delicate, lightly sweet, and just a little floral.", + "ftbquests.chapter.ffood_plants.quest106.description1": "Figs are jammy and soft with a honey-like flavor.", + "ftbquests.chapter.ffood_plants.quest107.description1": "Grapefruit will wake up your palate - juicy, sour, bitter, and bold.", + "ftbquests.chapter.ffood_plants.quest108.description1": "Kumquats are often eaten whole, with a sharp citrus shock over sweet orange notes.", + "ftbquests.chapter.ffood_plants.quest109.description1": "Tart and vivid, lemons cut through richness with their clean citrus bite.", + "ftbquests.chapter.ffood_plants.quest11.description1": "Snowbells had once blossomed in the coldest reaches, their pale blue petals dusted with frost.", + "ftbquests.chapter.ffood_plants.quest110.description1": "Smaller and punchier than lemons, limes have a tight, zesty sting.", + "ftbquests.chapter.ffood_plants.quest111.description1": "Mangoes melt in your mouth with tropical sweetness.", + "ftbquests.chapter.ffood_plants.quest112.description1": "Like a peach in sleek skin, nectarines are sweet, tangy, and satisfyingly juicy.", + "ftbquests.chapter.ffood_plants.quest113.description1": "Ground nutmeg adds a warm, nutty-spicy aroma that’s cozy and festive to any dish.", + "ftbquests.chapter.ffood_plants.quest114.description1": "Oranges are all brightness and juice, sweet with a sunny citrus finish.", + "ftbquests.chapter.ffood_plants.quest115.description1": "Peaches are the most famous of stone fruit, for good reason.", + "ftbquests.chapter.ffood_plants.quest116.description1": "Pears are quietly sweet and crisp; eternally elegant.", + "ftbquests.chapter.ffood_plants.quest117.description1": "Pecans have a great crunch with deep nutty flavor.", + "ftbquests.chapter.ffood_plants.quest118.description1": "Persimmons are smooth and syrupy, with a mellow flavor that deepens as they ripen.", + "ftbquests.chapter.ffood_plants.quest119.description1": "Plums skirt the line between tart and sweet, finishing with a tangy punch.", + "ftbquests.chapter.ffood_plants.quest12.description1": "Prized by herbalists for its strange resilience, who claimed it drew strength from the moonlit depths.", + "ftbquests.chapter.ffood_plants.quest120.description1": "Star fruit is crisp and juicy, with a tropical edge.", + "ftbquests.chapter.ffood_plants.quest121.description1": "Walnuts are hearty and slightly bitter, great for a midday snack.", + "ftbquests.chapter.ffood_plants.quest122.description1": "The bark grinds down to a warm, spicy-sweet powder that instantly deepens any flavor.", + "ftbquests.chapter.ffood_plants.quest123.description1": "The \u00266Cooking Table\u0026r is the heart of a multiblock kitchen - allowing you to craft any number of foods with the items stored inside of it. It can also supply you with tools, water, snow/ice, and milk.", + "ftbquests.chapter.ffood_plants.quest123.description2": "Especially handy when you have a large amount of foods and a limited amount of brainpower.", + "ftbquests.chapter.ffood_plants.quest123.title": "Cooking for Blockheads", + "ftbquests.chapter.ffood_plants.quest124.description1": "The \u00266ME Kitchen Station\u0026r lets you connect your multiblock kitchen to your ME system!", + "ftbquests.chapter.ffood_plants.quest125.description1": "The \u00266fridge\u0026r stores items, just like a cabinet.", + "ftbquests.chapter.ffood_plants.quest126.description1": "A \u00266sink\u0026r provides unlimited water to recipes.", + "ftbquests.chapter.ffood_plants.quest126.description2": "\u00267Tip: ...and other things.", + "ftbquests.chapter.ffood_plants.quest127.description1": "The oven lets you cook multiple foods in a single block.", + "ftbquests.chapter.ffood_plants.quest128.description1": "A \u00266Cow in a Jar\u0026r slowly produces milk, which can be used in recipes.", + "ftbquests.chapter.ffood_plants.quest128.description2": "...but how does one get a cow into a jar?", + "ftbquests.chapter.ffood_plants.quest128.description3": "\u00267Tip: you\u0027ll need to turn off claim protection or make this outside a claim, OPAC doesn\u0027t really like animal cruelty!", + "ftbquests.chapter.ffood_plants.quest129.description1": "When added to a fridge, the \u00266ice unit\u0026r provides unlimited ice and snow to recipes.", + "ftbquests.chapter.ffood_plants.quest13.description1": "This earth-toned fungus once thrived in quiet, dark corners, feeding on decay.", + "ftbquests.chapter.ffood_plants.quest130.description1": "The \u00266heating unit,\u0026r applied to a stove, lets it run on energy instead of burnable fuel.", + "ftbquests.chapter.ffood_plants.quest131.description1": "The \u00266tool rack\u0026r provides tools to cooking recipes; pots, pans, and other sorts.", + "ftbquests.chapter.ffood_plants.quest132.description1": "The \u00266Kitchen Cabinet and Counter\u0026r store items for the Cooking Table to use.", + "ftbquests.chapter.ffood_plants.quest132.title": "Kitchen Storage", + "ftbquests.chapter.ffood_plants.quest133.description1": "The \u00266Horn of the Wild\u0026r lets you harvest a large area of crops without manually collecting them one by one.", + "ftbquests.chapter.ffood_plants.quest133.description2": "Useful!", + "ftbquests.chapter.ffood_plants.quest134.description1": "The \u00266Drum of the Wild\u0026r is a block-based version of the horn - set a mana spreader to shoot mana through it and it\u0027ll harvest crops nearby.", + "ftbquests.chapter.ffood_plants.quest134.description2": "Add a \u00266hopperhock\u0026r and you have fully automatic crop harvesting!", + "ftbquests.chapter.ffood_plants.quest135.description1": "The \u00266Harvester\u0026r is a little harder to make than the other automated harvesters, but it makes up for it in ease of use.", + "ftbquests.chapter.ffood_plants.quest135.description2": "Place it on the same level as crops and it will harvest them - a 3x3 area by default, but this can be upgraded with machine upgrades.", + "ftbquests.chapter.ffood_plants.quest136.description1": "The \u00266Mechanical Harvester\u0026r lets you harvest... mechanically! ", + "ftbquests.chapter.ffood_plants.quest136.description2": "Attach it to any variety of contraption and as it moves through a crop it will harvest it.", + "ftbquests.chapter.ffood_plants.quest137.description1": "That\u0027s dedication! A personal shoutout from myself, for the pure raw dedication that you\u0027ve shown.", + "ftbquests.chapter.ffood_plants.quest137.subtitle": "You earned it!", + "ftbquests.chapter.ffood_plants.quest137.task_5521912290757485582.title": "You know what? Sure.", + "ftbquests.chapter.ffood_plants.quest138.description1": "You\u0027ve gone even further than I went! An absolute mad. lad. Take your prize and go.", + "ftbquests.chapter.ffood_plants.quest138.subtitle": "Your dedication is admirable.", + "ftbquests.chapter.ffood_plants.quest138.title": "Good god...", + "ftbquests.chapter.ffood_plants.quest14.description1": "With its crimson cap and pale stem, the red mushroom once sprouted in damp caves and shadowed groves.", + "ftbquests.chapter.ffood_plants.quest15.description1": "Bamboo once climbed toward the sky in great bamboo forests, hollow stems whispering in the wind.", + "ftbquests.chapter.ffood_plants.quest16.description1": "Sailors swore it marked safe waters—while some claimed it hid the bones of the drowned.", + "ftbquests.chapter.ffood_plants.quest17.description1": "This gentle underwater plant once rippled with the ocean’s breath, carpeting the sea floor in quiet green.", + "ftbquests.chapter.ffood_plants.quest18.description1": "Their soft light once guided creatures of the reef and lit the way for wayward divers in the twilight deep.", + "ftbquests.chapter.ffood_plants.quest19.description1": "This strange, red fungus had grown only in the deep, burning halls of another world. It pulsed faintly with unnatural life.", + "ftbquests.chapter.ffood_plants.quest2.description1": "Bright orange roots that grew deep in the earth, carrots were a favorite among rabbits and a healthy snack, to boot!", + "ftbquests.chapter.ffood_plants.quest20.description1": "Once said to carry the scent of a world turned upside down—where even the air recoiled in confusion.", + "ftbquests.chapter.ffood_plants.quest21.description1": "This twisted red fungus once grew in the scorched ground of the Nether, pulsing faintly as if alive.", + "ftbquests.chapter.ffood_plants.quest22.description1": "Once used in deadly draughts and sleeping curses, favored by those who studied the poisoner\u0027s art.", + "ftbquests.chapter.ffood_plants.quest23.description1": "Flax\u0027s delicate fibers had once been woven into cloth and spell-thread, binding both garments and enchantments.", + "ftbquests.chapter.ffood_plants.quest24.description1": "Bold and crimson, the poppy is a symbol of remembrance and silent strength, often found where courage once stood.", + "ftbquests.chapter.ffood_plants.quest24.description2": "\u00267Tip: You can either craft poppy seeds or mutate them from Melon and Sugarcane.", + "ftbquests.chapter.ffood_plants.quest25.description1": "A tall and graceful flower with a soft purple hue, often associated with grace, quiet wisdom, and calm days.", + "ftbquests.chapter.ffood_plants.quest26.description1": "Delicate and pale, these tiny flowers cluster low to the ground, bringing a sense of peace to open fields.", + "ftbquests.chapter.ffood_plants.quest27.description1": "This rare azure blossom flourishes in damp, shadowed groves. Legends say it blooms where ancient tears once fell.", + "ftbquests.chapter.ffood_plants.quest28.description1": "Cornflowers once braved the wind in wide fields, their blue hues a favorite among storytellers and songwriters.", + "ftbquests.chapter.ffood_plants.quest29.description1": "A cheerful bloom of golden yellow, said to carry whispers of spring on the wind. It thrives wherever the sun touches the land.", + "ftbquests.chapter.ffood_plants.quest29.description2": "\u00267Tip: You can either craft dandelion seeds or mutate them from Wheat and Pumpkin.\u0026r", + "ftbquests.chapter.ffood_plants.quest3.description1": "Crimson bulbs that added color and flavor to any dish, beetroots were once quite common in village gardens.", + "ftbquests.chapter.ffood_plants.quest30.description1": "Hidden among thick leaves, these tiny white bells are said to chime in silence when the forest is listening.", + "ftbquests.chapter.ffood_plants.quest31.description1": "With a golden eye watching from its white face, this flower is a quiet companion of wanderers and daydreamers.", + "ftbquests.chapter.ffood_plants.quest32.description1": "Glowing softly with hues of flame, this ancient blossom is thought to be a gift from the deep earth, where fire once danced.", + "ftbquests.chapter.ffood_plants.quest33.description1": "Warming as a sunset, the orange tulip is said to bring cheer and good fortune to those who find it.", + "ftbquests.chapter.ffood_plants.quest34.description1": "Bright and bold, the red tulip is a symbol of love and passion, often given in times of heartfelt confession.", + "ftbquests.chapter.ffood_plants.quest35.description1": "Soft as moonlight, white tulips once whispered of peace and innocence in gardens now long lain fallow.", + "ftbquests.chapter.ffood_plants.quest36.description1": "Soft and gentle, the pink tulip speaks of friendship and gentle affection, often found where laughter lingers.", + "ftbquests.chapter.ffood_plants.quest37.description1": "Dark as a starless night and thorned with sorrow, this eerie bloom grows only in the wake of ruin and shadow.", + "ftbquests.chapter.ffood_plants.quest38.description1": "You can make podzol for planting flower seeds on by growing a 2x2 of spruce saplings - the large tree, once grown, will convert dirt (and dried earth!) under it into podzol.", + "ftbquests.chapter.ffood_plants.quest38.description2": "\u00267Tip: once the strength trait of a flower is high enough, you won\u0027t need to plant them on podzol!", + "ftbquests.chapter.ffood_plants.quest38.task_7604363448496665210.title": "Look at Podzol", + "ftbquests.chapter.ffood_plants.quest38.title": "Podzol", + "ftbquests.chapter.ffood_plants.quest39.description1": "Onion\u0027s delicious smell once filled the air as it gave flavor to meals.", + "ftbquests.chapter.ffood_plants.quest4.description1": "Earthy and humble, potatoes were versatile tubers that thrived in the cool soil of many places.", + "ftbquests.chapter.ffood_plants.quest40.description1": "Sweet potatoes grew slow and sweet underground, long ago.", + "ftbquests.chapter.ffood_plants.quest40.description2": "(new page placeholder text)", + "ftbquests.chapter.ffood_plants.quest41.description1": "A humble grain that swayed in golden fields before being ground and baked into something warm and sustaining.", + "ftbquests.chapter.ffood_plants.quest42.description1": "Basil once filled the air with a fragrance that breezes would quietly carry away.", + "ftbquests.chapter.ffood_plants.quest43.description1": "A small, zesty vegetable that added a sharp bite to meals.", + "ftbquests.chapter.ffood_plants.quest44.description1": "A dark, sturdy bean that once softened in pots where stories and spices mingled.", + "ftbquests.chapter.ffood_plants.quest45.description1": "A slender, snappy vegetable that brightened plates in days long past.", + "ftbquests.chapter.ffood_plants.quest46.description1": "A nutrient-rich tuber, often tied to seasonal harvests and both everyday and festive cooking.", + "ftbquests.chapter.ffood_plants.quest47.description1": "Widely adopted, they were once integral to many cuisines, especially where freshness and preservation intersected.", + "ftbquests.chapter.ffood_plants.quest48.description1": "Spiny and hardy, the cactus once dotted vast oceans of sand.", + "ftbquests.chapter.ffood_plants.quest49.description1": "Saguaro once stood tall in the desert heat, holding their shape against time and silence.", + "ftbquests.chapter.ffood_plants.quest5.description1": "Orange orbs that sprouted in the autumn, pumpkins were both a festive decoration and a hearty food source.", + "ftbquests.chapter.ffood_plants.quest50.description1": "Valued for its hardiness and storage life, it figured prominently in preserved and cold-weather foods.", + "ftbquests.chapter.ffood_plants.quest51.description1": "Fast-growing and versatile, they were commonly used to add mild sharpness to everyday dishes.", + "ftbquests.chapter.ffood_plants.quest52.description1": "Coffee was brewed each morning, dark and warm, its bitterness softened by time and habit.", + "ftbquests.chapter.ffood_plants.quest53.description1": "A worldwide staple, central to daily diets and shaped by centuries of cultivation and ritual.", + "ftbquests.chapter.ffood_plants.quest54.description1": "A cool-weather root typically grown for its reliability and used in simple, hearty meals.", + "ftbquests.chapter.ffood_plants.quest55.description1": "A hardy root, valued for nutrition and storage through cold months.", + "ftbquests.chapter.ffood_plants.quest56.description1": "Once used to add a small amount of spice to everyday food.", + "ftbquests.chapter.ffood_plants.quest57.description1": "Once cultivated widely for its simple, nourishing qualities.", + "ftbquests.chapter.ffood_plants.quest58.description1": "A vital staple, central to diets and agricultural abundance.", + "ftbquests.chapter.ffood_plants.quest59.description1": "Seeds that added warmth and spice, enhancing a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest6.description1": "Large, round fruits with a green rind and sweet, juicy flesh; melons grew best in warm, sunny fields.", + "ftbquests.chapter.ffood_plants.quest60.description1": "Mild and colorful, they brought sweetness and variety to meals.", + "ftbquests.chapter.ffood_plants.quest61.description1": "Known for its cool, crisp texture, often enjoyed fresh or pickled.", + "ftbquests.chapter.ffood_plants.quest62.description1": "A sweet fruit that brightened the warmer months with its flavor.", + "ftbquests.chapter.ffood_plants.quest63.description1": "Harvested for its tender shoots, enjoyed seasonally.", + "ftbquests.chapter.ffood_plants.quest64.description1": "Offered a subtle crunch and flavor, a common addition in many recipes.", + "ftbquests.chapter.ffood_plants.quest65.description1": "Once a comforting grain, quietly nourishing both people and animals alike.", + "ftbquests.chapter.ffood_plants.quest66.description1": "Peanuts were once valued for their simple richness and high protein content.", + "ftbquests.chapter.ffood_plants.quest67.description1": "Tart and vibrant, they were key in sauces and salsas that brought bold flavor.", + "ftbquests.chapter.ffood_plants.quest68.description1": "A versatile summer squash, cooked or baked into a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest69.description1": "A small, sweet berry, enjoyed fresh or preserved to brighten meals.", + "ftbquests.chapter.ffood_plants.quest7.description1": "Prickly bushes bore these bright berries, beloved for their sweet bite and quick comfort.", + "ftbquests.chapter.ffood_plants.quest70.description1": "Known for their sweetness and antioxidants, often eaten fresh or in preserves.", + "ftbquests.chapter.ffood_plants.quest71.description1": "Rich and tangy, they provided a burst of flavor and nutrition when they were in season.", + "ftbquests.chapter.ffood_plants.quest72.description1": "A mild onion relative, used to add depth and subtle flavor to soups and stews.", + "ftbquests.chapter.ffood_plants.quest73.description1": "Crisp and cool, a common leafy green that added freshness to countless dishes.", + "ftbquests.chapter.ffood_plants.quest74.description1": "Valued for its spicy warmth and medicinal qualities, a staple in many remedies and recipes now lost.", + "ftbquests.chapter.ffood_plants.quest75.description1": "A fragrant melon, its juicy flesh a refreshing treat on hot days.", + "ftbquests.chapter.ffood_plants.quest76.description1": "A sweet, cooling melon that offered relief during warm seasons.", + "ftbquests.chapter.ffood_plants.quest77.description1": "A tangy fruit, rich in vitamin C and refreshing in warmer months.", + "ftbquests.chapter.ffood_plants.quest78.description1": "A versatile vegetable, often roasted or stewed to add richness to meals.", + "ftbquests.chapter.ffood_plants.quest79.description1": "A mild vegetable used in a variety of dishes, from soups to roasts.", + "ftbquests.chapter.ffood_plants.quest8.description1": "Wheat once rippled like golden seas, feeding countless lives. Fields of it marked the heart of many homesteads.", + "ftbquests.chapter.ffood_plants.quest80.description1": "Small and tart, used fresh or dried to add brightness to dishes and preserves.", + "ftbquests.chapter.ffood_plants.quest81.description1": "Valued for their oil and flavor, they were a key ingredient in cooking and preservation.", + "ftbquests.chapter.ffood_plants.quest82.description1": "Known for its nutritional content, often steamed or roasted.", + "ftbquests.chapter.ffood_plants.quest83.description1": "Prized for its tender hearts, a special ingredient in many traditional meals.", + "ftbquests.chapter.ffood_plants.quest84.description1": "Tart and fibrous, often cooked down into jams and desserts.", + "ftbquests.chapter.ffood_plants.quest85.description1": "A pungent staple, prized for both taste and medicinal value in many kitchens.", + "ftbquests.chapter.ffood_plants.quest86.description1": "Known for its vibrant color and healing properties, it flavored food and soothed ailments alike.", + "ftbquests.chapter.ffood_plants.quest87.description1": "Sweet and versatile - enjoyed fresh or transformed into wines and preserves.", + "ftbquests.chapter.ffood_plants.quest88.description1": "A leafy green, rich in nutrients and commonly eaten fresh.", + "ftbquests.chapter.ffood_plants.quest89.description1": "A hearty vegetable, often stored through colder months and used in countless recipes.", + "ftbquests.chapter.ffood_plants.quest9.description1": "This gnarled, shrieking root was feared as much as it was valued.", + "ftbquests.chapter.ffood_plants.quest9.description2": "\u00267Tip: you might want to only harvest these at night!", + "ftbquests.chapter.ffood_plants.quest90.description1": "A resilient leafy green valued for its nutrition and versatility in cooking.", + "ftbquests.chapter.ffood_plants.quest91.description1": "Small, dark berries used for their medicinal properties and tart flavor.", + "ftbquests.chapter.ffood_plants.quest92.description1": "Known for their bitter aroma, they were essential in brewing of all kinds.", + "ftbquests.chapter.ffood_plants.quest93.description1": "Tart and bright, commonly used fresh or preserved to complement meals.", + "ftbquests.chapter.ffood_plants.quest94.description1": "A fragrant bean that lent warmth and sweetness to many desserts and drinks.", + "ftbquests.chapter.ffood_plants.quest95.description1": "A sweet and tangy fruit that brought plenty of flavor to many dishes.", + "ftbquests.chapter.ffood_plants.quest96.description1": "Crunchy, subtly sweet nuts with a toasty, earthy finish.", + "ftbquests.chapter.ffood_plants.quest97.description1": "Crisp, juicy fruits that balance light sweetness with a refreshing tang.", + "ftbquests.chapter.ffood_plants.quest98.description1": "Soft, slightly fuzzy fruits with a delightfully sweet-tart burst.", + "ftbquests.chapter.ffood_plants.quest99.description1": "Creamy and buttery with a mild, slightly grassy flavor.", + "ftbquests.chapter.ffood_plants.title": "Plants Galore", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description1": "You wake up in a vast, dead and dried out wasteland. You don\u0027t remember how you got here, but you do remember what the world \u0026oshould\u0026r look like - and this isn\u0027t it.", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description2": "Welcome to \u00266Reclamation!\u0026r This is a slower-paced pack focused around bringing life and nature back to a dead world. Press \u00266F3+H\u0026r to disable advanced tooltips, if they\u0027re on!", + "ftbquests.chapter.how_the_world_came_to_be.quest1.task_6356663929448377632.title": "What happened here?", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description1": "\u00266Alchemical Sulfur\u0026r is one of the three building blocks of alchemy - it provides the Soul of an item, and represents what specific item it is.", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description2": "To obtain it, you\u0027ll have to make a \u00266Liquefaction Cauldron\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the item you want to extract sulfur from into the Cauldron, fill it with \u00266Sal Ammoniac,\u0026r give the Brazier some fuel, and it\u0027ll slowly convert materials into their respective \u00266Alchemical Sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description3": "The dried earth you find yourself surrounded by used to be dirt, and it remembers that - \u00266use the Cauldron to turn dried earth into dirt sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.title": "Alchemical Sulfur", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description1": "Now that you have all three alchemical components of an item - \u00266Mercury, Salt, and Sulfur\u0026r - you can make an \u00266Incubator\u0026r to combine them all back into an item; in this case, back into \u00266dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description2": "Place the Incubator above a Brazier and attach all three vessels to the sides of it. Fill each vessel with the appropriate item, give the Brazier some fuel, and in a bit you\u0027ll have fresh dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest11.title": "Incubator", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description1": "You\u0027ve done it! You\u0027ve made dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description2": "...now you just need something to grow on it.", + "ftbquests.chapter.how_the_world_came_to_be.quest12.subtitle": "Slightly browner", + "ftbquests.chapter.how_the_world_came_to_be.quest13.description1": "Despite the seeming apocalypse, there are still fish to find (and eat) for those with the skill and desire.", + "ftbquests.chapter.how_the_world_came_to_be.quest13.title": "Fishy Friends", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description1": "Spider string can be crafted into wool, which can be crafted into beds! ", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description2": "You can also craft a sleeping bag, for staying cozy on the go... but where would you be going?", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_1655930139945784994.title": "Any Bed", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_2233575124644508705.title": "Any Sleeping Bag", + "ftbquests.chapter.how_the_world_came_to_be.quest14.title": "Small Comforts", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description1": "Worldgen has been completely overhauled - \u00264no ore generates,\u0026r and the only biomes that exist are dead, wasteland biomes with no real vegetation. Additionally, the only trees that spawn are dead trees, with very little useability.", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description2": "Stone variants still generate, and you can find \u00266sand and clay underwater.\u0026r It will also still rain!", + "ftbquests.chapter.how_the_world_came_to_be.quest15.task_9000568835822462366.title": "Changed worldgen?", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description1": "The naturally spawning mobs have changed in this new landscape! Specifically, \u0026czombie villagers and witches won\u0027t spawn,\u0026r and \u00266spiders have mutated\u0026r into their venomous cave versions. ", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description2": "This means that there\u0027s \u0026cno way to get any kind of resources from witches or zombie villagers\u0026r (even if you could cure them!); the only things that you can really hope to get are iron or copper ingots from \u00266rare drops\u0026r - but there are other ways to generate resources...", + "ftbquests.chapter.how_the_world_came_to_be.quest16.task_8241748987012779739.title": "Rare Drops?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description1": "There are quite a few books in the pack! Thankfully, the \u00266Akashic Tome\u0026r is here to help. Crafting any book with this will combine it, letting you keep every guidebook in a single item. Simply craft it with another guidebook!", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description2": "To untransform the tome, punch the air with it.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description3": "To remove a stored book, transform the tome into the book, then sneak and press your \u0027drop\u0027 key.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.task_3483844932023115481.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description1": "A lot of the pack consists of passive processes you\u0027ll probably want to keep running while you do other things. You can claim chunks to \u00266force-load \u0026rthem using your map; ensuring they\u0027ll stay loaded even while you\u0027re not nearby. ", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description2": "Just open your map (default M) and \u00266right-click drag\u0026r over the area you\u0027d like to claim. Right-click drag again to force claim!", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description3": "If you\u0027re playing with friends, \u00266make sure you\u0027re on the same team\u0026r so that you can all access things inside your claim and share quest progress.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description4": "For more information on the claims system, check out the \u00266Open Parties and Claims\u0026r wiki or keybinds.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description5": "\u00267Tip: you might want to turn claimed chunk protection off! It tends to break fake players.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.task_3331239976186418612.title": "Playing with Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.title": "Chunkloading and Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description1": "You can make a quick and dirty door using the scrap wood and some copper you\u0027ve found - but it seems pretty shoddy, \u00264breaking every so often\u0026r and needing to be re-placed.", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description2": "At least it keeps the spookies out...", + "ftbquests.chapter.how_the_world_came_to_be.quest2.description1": "Wood is plentiful, if not exactly the quality you remember.", + "ftbquests.chapter.how_the_world_came_to_be.quest2.title": "Dead Trees", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description1": "Despite the harsh conditions, bees still persist, dotted amongst the dry hills. ", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description2": "Cultivating them could be a great way to \u00266generate resources\u0026r such as more dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description3": "\u00267Tip: this unlocks a new questline on the left!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.title": "Bees?!", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description1": "There are ruins around with \u00266small bits of copper,\u0026r completely oxidized from whatever happened. ", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description2": "You might be able to craft something to help you out with that copper, but first you\u0027ll have to \u00266get it into a useable state...\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest3.task_7525660450708144821.title": "Oxidized Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description1": "Many many recipes have been changed in this pack. Make sure you check your recipe browser for crafting recipes! By default, the keybinds when hovering over an item are \u00266R to look up recipes\u0026r for the item, and \u00266U to look up uses\u0026r for the item.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description2": "These binds can be changed by clicking the EMI button in the bottom left of your inventory screen.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.task_8528084351057584694.title": "What\u0027s changed?", + "ftbquests.chapter.how_the_world_came_to_be.quest4.title": "How do I craft things?", + "ftbquests.chapter.how_the_world_came_to_be.quest5.description1": "\u0026l\u0026o\u0026cNO ORE GENERATES IN THE WORLD. RECIPES HAVE CHANGED.\u0026r Those who came before you have completely mined out the entire planet - after centuries of strip mining, quarrying, and general exploitation, there is not so much as a measly scrap of coal in the world, so there\u0027s no point trying to find any type of ore by mining.", + "ftbquests.chapter.how_the_world_came_to_be.quest5.task_734684119620528193.title": "Deprived...", + "ftbquests.chapter.how_the_world_came_to_be.quest5.title": "Where\u0027s the ore!?", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description1": "After you \u00266scrape off the rust with an axe,\u0026r you think you can use a \u00266cutting board\u0026r to get useable copper out of the oxidized copper you find in ruins.", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description2": "This useable copper will be crucial for \u00266Spagyrics\u0026r, the process of decomposing and recombining matter - which should let you \u00266rejuvenate the Dried Earth\u0026r into \u00266Dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description3": "\u00267Tip: you can also use the cutting board to get more charcoal and scrap wood out of dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest6.title": "Useable Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description1": "In the contaminated water you have found trace amounts of \u00266Sal Ammoniac,\u0026r a crucial ingredient in the practice of \u00266Theurgy.\u0026r By setting up a simple accumulator and tank, you think you\u0027ll be able to distill it. ", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description2": "Place the accumulator on top of the tank, fill it with water, and it will slowly produce \u00266Sal Ammoniac\u0026r for you.", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description3": "\u00267Tip: you can make buckets out of copper!\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description1": "\u00266Alchemical Mercury\u0026r is one of the three building blocks of alchemy - it provides the Energy of an item, and is largely interchangeable between things.", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description2": "To distill it, you\u0027ll have to make a \u00266Mercury Distiller\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to distill into the Distiller, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Mercury.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description3": "Rarer materials give more mercury, but to start you\u0027ll probably want to distill \u00266cobblestone, dried earth, or cooked fish.\u0026r ", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description4": "\u00267Tip: slicing fish makes it a more efficient way of getting mercury!", + "ftbquests.chapter.how_the_world_came_to_be.quest8.title": "Alchemical Mercury", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description1": "\u00266Alchemical Salt\u0026r is one of the three building blocks of alchemy - it provides the Body of an item, and represents the \u0027type\u0027 of an item.", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description2": "To obtain it, you\u0027ll have to make a \u00266Calcination Oven\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to extract into the Oven, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description3": "There are many different kinds of salt, but to start, you should \u00266focus on getting Strata salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.title": "Alchemical Salt", + "ftbquests.chapter.how_the_world_came_to_be.subtitle0": "A vast wasteland", + "ftbquests.chapter.how_the_world_came_to_be.title": "Prologue", + "ftbquests.chapter.mob_safari.quest1.task_644874208300996266.title": "Creeper Photo", + "ftbquests.chapter.mob_safari.quest1.title": "Creeper", + "ftbquests.chapter.mob_safari.quest10.task_7387499092437519744.title": "Silverfish Photo", + "ftbquests.chapter.mob_safari.quest10.title": "Silverfish", + "ftbquests.chapter.mob_safari.quest11.task_560111651210659078.title": "Evoker Photo", + "ftbquests.chapter.mob_safari.quest11.title": "Evoker", + "ftbquests.chapter.mob_safari.quest12.task_6050813032829826018.title": "Ghast Photo", + "ftbquests.chapter.mob_safari.quest12.title": "Ghast", + "ftbquests.chapter.mob_safari.quest13.task_8655936747757493244.title": "Guardian Photo", + "ftbquests.chapter.mob_safari.quest13.title": "Guardian", + "ftbquests.chapter.mob_safari.quest14.task_9108849848609122501.title": "Hoglin Photo", + "ftbquests.chapter.mob_safari.quest14.title": "Hoglin", + "ftbquests.chapter.mob_safari.quest15.task_7435272240185968407.title": "Phantom Photo", + "ftbquests.chapter.mob_safari.quest15.title": "Phantom", + "ftbquests.chapter.mob_safari.quest16.task_2497415746301840277.title": "Piglin Brute Photo", + "ftbquests.chapter.mob_safari.quest16.title": "Piglin Brute", + "ftbquests.chapter.mob_safari.quest17.description1": "\u00267Tip: there is a ritual that can grant you the bad omen effect!", + "ftbquests.chapter.mob_safari.quest17.task_876018828234332303.title": "Pillager Photo", + "ftbquests.chapter.mob_safari.quest17.title": "Pillager", + "ftbquests.chapter.mob_safari.quest18.task_9217927796095116198.title": "Ravager Photo", + "ftbquests.chapter.mob_safari.quest18.title": "Ravager", + "ftbquests.chapter.mob_safari.quest19.task_6294764614244969421.title": "Shulker Photo", + "ftbquests.chapter.mob_safari.quest19.title": "Shulker", + "ftbquests.chapter.mob_safari.quest2.description1": "In this new post-apocalyptic world, you\u0027ve realized that it might be a good idea to document what lifeforms exist - just in case it happens again. ", + "ftbquests.chapter.mob_safari.quest2.description2": "To do so, you\u0027re going to need \u00266a camera, \u0026rsome \u00266film\u0026r to print onto, and some way to turn that \u00266film into photos.\u0026r", + "ftbquests.chapter.mob_safari.quest2.subtitle": "Snap decisions", + "ftbquests.chapter.mob_safari.quest2.title": "Camera", + "ftbquests.chapter.mob_safari.quest20.task_5958619487539868658.title": "Skeleton Photo", + "ftbquests.chapter.mob_safari.quest20.title": "Skeleton", + "ftbquests.chapter.mob_safari.quest21.task_2908237894518590949.title": "Slime Photo", + "ftbquests.chapter.mob_safari.quest21.title": "Slime", + "ftbquests.chapter.mob_safari.quest22.task_1986307033554203052.title": "Stray Photo", + "ftbquests.chapter.mob_safari.quest22.title": "Stray", + "ftbquests.chapter.mob_safari.quest23.task_8127229503220688871.title": "Vex Photo", + "ftbquests.chapter.mob_safari.quest23.title": "Vex", + "ftbquests.chapter.mob_safari.quest24.task_2719667561416590077.title": "Vindicator Photo", + "ftbquests.chapter.mob_safari.quest24.title": "Vindicator", + "ftbquests.chapter.mob_safari.quest25.description1": "\u00267Tip: the sculk catalyst is craftable, and you can use a sculk awakener on a sculk shrieker to convert it into one that can spawn Wardens.", + "ftbquests.chapter.mob_safari.quest25.task_3299757844051508646.title": "Warden Photo", + "ftbquests.chapter.mob_safari.quest25.title": "Warden", + "ftbquests.chapter.mob_safari.quest26.task_1834001635925258364.title": "Witch Photo", + "ftbquests.chapter.mob_safari.quest26.title": "Witch", + "ftbquests.chapter.mob_safari.quest27.description1": "\u00267Tip: if you want to summon a living wither skeleton, you\u0027ll need to use the Soulium Spawner.", + "ftbquests.chapter.mob_safari.quest27.task_431510156767848390.title": "Wither Skeleton Photo", + "ftbquests.chapter.mob_safari.quest27.title": "Wither Skeleton", + "ftbquests.chapter.mob_safari.quest28.task_3976176875920550036.title": "Zoglin Photo", + "ftbquests.chapter.mob_safari.quest28.title": "Zoglin", + "ftbquests.chapter.mob_safari.quest29.task_2001349734991872109.title": "Blaze Photo", + "ftbquests.chapter.mob_safari.quest29.title": "Blaze", + "ftbquests.chapter.mob_safari.quest3.task_6868688706200460210.title": "Zombie Photo", + "ftbquests.chapter.mob_safari.quest3.title": "Zombie", + "ftbquests.chapter.mob_safari.quest30.task_4394254762005595057.title": "Wither Photo", + "ftbquests.chapter.mob_safari.quest30.title": "Wither", + "ftbquests.chapter.mob_safari.quest31.task_6606548217913389459.title": "Ender Dragon Photo", + "ftbquests.chapter.mob_safari.quest31.title": "Ender Dragon", + "ftbquests.chapter.mob_safari.quest32.task_8348843003612976311.title": "Piglin Photo", + "ftbquests.chapter.mob_safari.quest32.title": "Piglin", + "ftbquests.chapter.mob_safari.quest33.task_9152125344552747368.title": "Allay Photo", + "ftbquests.chapter.mob_safari.quest33.title": "Allay", + "ftbquests.chapter.mob_safari.quest34.task_935450104482788869.title": "Axolotl Photo", + "ftbquests.chapter.mob_safari.quest34.title": "Axolotl", + "ftbquests.chapter.mob_safari.quest35.task_3732209353791428122.title": "Bat Photo", + "ftbquests.chapter.mob_safari.quest35.title": "Bat", + "ftbquests.chapter.mob_safari.quest36.task_4451728281716577204.title": "Camel Photo", + "ftbquests.chapter.mob_safari.quest36.title": "Camel", + "ftbquests.chapter.mob_safari.quest37.task_3478349021656071469.title": "Cat Photo", + "ftbquests.chapter.mob_safari.quest37.title": "Cat", + "ftbquests.chapter.mob_safari.quest38.task_421501030317629993.title": "Chicken Photo", + "ftbquests.chapter.mob_safari.quest38.title": "Chicken", + "ftbquests.chapter.mob_safari.quest39.task_3283513909476271368.title": "Cod Photo", + "ftbquests.chapter.mob_safari.quest39.title": "Cod", + "ftbquests.chapter.mob_safari.quest4.task_5493751185522811223.title": "Husk Photo", + "ftbquests.chapter.mob_safari.quest4.title": "Husk", + "ftbquests.chapter.mob_safari.quest40.task_3552336333939252573.title": "Cow Photo", + "ftbquests.chapter.mob_safari.quest40.title": "Cow", + "ftbquests.chapter.mob_safari.quest41.task_8921315837912733830.title": "Donkey Photo", + "ftbquests.chapter.mob_safari.quest41.title": "Donkey", + "ftbquests.chapter.mob_safari.quest42.task_8892925176174289117.title": "Frog Photo", + "ftbquests.chapter.mob_safari.quest42.title": "Frog", + "ftbquests.chapter.mob_safari.quest43.task_7912667151609898398.title": "Glow Squid Photo", + "ftbquests.chapter.mob_safari.quest43.title": "Glow Squid", + "ftbquests.chapter.mob_safari.quest44.task_4389105525914117514.title": "Horse Photo", + "ftbquests.chapter.mob_safari.quest44.title": "Horse", + "ftbquests.chapter.mob_safari.quest45.task_4359593363899885941.title": "Mooshroom Photo", + "ftbquests.chapter.mob_safari.quest45.title": "Mooshroom", + "ftbquests.chapter.mob_safari.quest46.task_924922940433498504.title": "Mule Photo", + "ftbquests.chapter.mob_safari.quest46.title": "Mule", + "ftbquests.chapter.mob_safari.quest47.task_4787445126890462554.title": "Ocelot Photo", + "ftbquests.chapter.mob_safari.quest47.title": "Ocelot", + "ftbquests.chapter.mob_safari.quest48.task_595439666779967783.title": "Parrot Photo", + "ftbquests.chapter.mob_safari.quest48.title": "Parrot", + "ftbquests.chapter.mob_safari.quest49.task_6791445533424275382.title": "Pig Photo", + "ftbquests.chapter.mob_safari.quest49.title": "Pig", + "ftbquests.chapter.mob_safari.quest5.task_2405723904258009579.title": "Drowned Photo", + "ftbquests.chapter.mob_safari.quest5.title": "Drowned", + "ftbquests.chapter.mob_safari.quest50.task_5186559523328413187.title": "Pufferfish Photo", + "ftbquests.chapter.mob_safari.quest50.title": "Pufferfish", + "ftbquests.chapter.mob_safari.quest51.task_1802630615776817042.title": "Rabbit Photo", + "ftbquests.chapter.mob_safari.quest51.title": "Rabbit", + "ftbquests.chapter.mob_safari.quest52.task_9075318374820615216.title": "Salmon Photo", + "ftbquests.chapter.mob_safari.quest52.title": "Salmon", + "ftbquests.chapter.mob_safari.quest53.task_1279126845524092057.title": "Sheep Photo", + "ftbquests.chapter.mob_safari.quest53.title": "Sheep", + "ftbquests.chapter.mob_safari.quest54.description1": "\u00267Tip: the sniffer egg is craftable!", + "ftbquests.chapter.mob_safari.quest54.task_4496075018482353874.title": "Sniffer Photo", + "ftbquests.chapter.mob_safari.quest54.title": "Sniffer", + "ftbquests.chapter.mob_safari.quest55.task_7621061223329854925.title": "Snow Golem Photo", + "ftbquests.chapter.mob_safari.quest55.title": "Snow Golem", + "ftbquests.chapter.mob_safari.quest56.task_3811954916556661348.title": "Squid Photo", + "ftbquests.chapter.mob_safari.quest56.title": "Squid", + "ftbquests.chapter.mob_safari.quest57.task_8980744210598611125.title": "Strider Photo", + "ftbquests.chapter.mob_safari.quest57.title": "Strider", + "ftbquests.chapter.mob_safari.quest58.task_3384099064913889422.title": "Tropical Fish Photo", + "ftbquests.chapter.mob_safari.quest58.title": "Tropical Fish", + "ftbquests.chapter.mob_safari.quest59.task_8173784837555787990.title": "Turtle Photo", + "ftbquests.chapter.mob_safari.quest59.title": "Turtle", + "ftbquests.chapter.mob_safari.quest6.task_874911539473621191.title": "Spider Photo", + "ftbquests.chapter.mob_safari.quest6.title": "Spider", + "ftbquests.chapter.mob_safari.quest60.task_3689972004573703426.title": "Villager Photo", + "ftbquests.chapter.mob_safari.quest60.title": "Villager", + "ftbquests.chapter.mob_safari.quest61.description1": "\u00267Tip: an oak or birch tree grown near flowers has a small chance to spawn a beehive!", + "ftbquests.chapter.mob_safari.quest61.task_5922903859006989903.title": "Bee Photo", + "ftbquests.chapter.mob_safari.quest61.title": "Bee", + "ftbquests.chapter.mob_safari.quest62.task_6003122656664405150.title": "Dolphin Photo", + "ftbquests.chapter.mob_safari.quest62.title": "Dolphin", + "ftbquests.chapter.mob_safari.quest63.task_8533728607102685433.title": "Fox Photo", + "ftbquests.chapter.mob_safari.quest63.title": "Fox", + "ftbquests.chapter.mob_safari.quest64.task_2426644530607004924.title": "Goat Photo", + "ftbquests.chapter.mob_safari.quest64.title": "Goat", + "ftbquests.chapter.mob_safari.quest65.task_7632281372321087328.title": "Iron Golem Photo", + "ftbquests.chapter.mob_safari.quest65.title": "Iron Golem", + "ftbquests.chapter.mob_safari.quest66.reward_5070411217558644494.title": "Wash the spit off your face!", + "ftbquests.chapter.mob_safari.quest66.task_6151594406741525419.title": "Llama Photo", + "ftbquests.chapter.mob_safari.quest66.title": "Llama", + "ftbquests.chapter.mob_safari.quest67.task_8391996334368644499.title": "Panda Photo", + "ftbquests.chapter.mob_safari.quest67.title": "Panda", + "ftbquests.chapter.mob_safari.quest68.task_6356092814838542587.title": "Polar Bear Photo", + "ftbquests.chapter.mob_safari.quest68.title": "Polar Bear", + "ftbquests.chapter.mob_safari.quest69.task_5155069369552929707.title": "Wolf Photo", + "ftbquests.chapter.mob_safari.quest69.title": "Wolf", + "ftbquests.chapter.mob_safari.quest7.task_7828452674496297861.title": "Cave Spider Photo", + "ftbquests.chapter.mob_safari.quest7.title": "Cave Spider", + "ftbquests.chapter.mob_safari.quest70.task_6586877749199133229.title": "Zombified Piglin Photo", + "ftbquests.chapter.mob_safari.quest70.title": "Zombified Piglin", + "ftbquests.chapter.mob_safari.quest71.description1": "\u00267Tip: there is a ritual that spawns the Elder Guardian!", + "ftbquests.chapter.mob_safari.quest71.task_1136723065807110792.title": "Elder Guardian Photo", + "ftbquests.chapter.mob_safari.quest71.title": "Elder Guardian", + "ftbquests.chapter.mob_safari.quest72.task_1119603583110664878.title": "Starbuncle Photo", + "ftbquests.chapter.mob_safari.quest72.title": "Starbuncle", + "ftbquests.chapter.mob_safari.quest73.task_1237879032257403086.title": "Wilden Guardian Photo", + "ftbquests.chapter.mob_safari.quest73.title": "Wilden Defender", + "ftbquests.chapter.mob_safari.quest74.task_5793666635438854570.title": "Wilden Pack Hunter Photo", + "ftbquests.chapter.mob_safari.quest74.title": "Wilden Pack Hunter", + "ftbquests.chapter.mob_safari.quest75.task_8789953344793101489.title": "Wilden Stalker Photo", + "ftbquests.chapter.mob_safari.quest75.title": "Wilden Stalker", + "ftbquests.chapter.mob_safari.quest76.task_4116691053894850008.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest76.title": "Drygmy", + "ftbquests.chapter.mob_safari.quest77.task_1018473204252943458.title": "Wilden Chimera Photo", + "ftbquests.chapter.mob_safari.quest77.title": "Wilden Chimera", + "ftbquests.chapter.mob_safari.quest78.task_6004116955135160925.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest78.title": "Whirlisprig", + "ftbquests.chapter.mob_safari.quest79.description1": "\u00267Tip: a spawned siren, not a tamed familiar!", + "ftbquests.chapter.mob_safari.quest79.task_1471670924078031545.title": "Siren Photo", + "ftbquests.chapter.mob_safari.quest79.title": "Siren", + "ftbquests.chapter.mob_safari.quest8.task_4943959340946543881.title": "Enderman Photo", + "ftbquests.chapter.mob_safari.quest8.title": "Enderman", + "ftbquests.chapter.mob_safari.quest80.description1": "I mean. You did a LOT of grinding probably to get here. Also by definition you\u0027ve finished the pack, or good as.", + "ftbquests.chapter.mob_safari.quest80.subtitle": "because why not?", + "ftbquests.chapter.mob_safari.quest80.title": "Safari LEGEND", + "ftbquests.chapter.mob_safari.quest9.task_4733333668196733711.title": "Endermite Photo", + "ftbquests.chapter.mob_safari.quest9.title": "Endermite", + "ftbquests.chapter.mob_safari.title": "Mob Safari", + "ftbquests.chapter.resource_generation.quest1.description1": "\u00266Prosperity Shards\u0026r are the basis of all mystical essence manipulation - very useful for generating large amounts of basic resources.", + "ftbquests.chapter.resource_generation.quest1.description2": "They can be found by breaking down copper nuggets with a pickaxe on a cutting board.", + "ftbquests.chapter.resource_generation.quest1.description3": "\u00267Tip: you can also make prosperity shards in an Enrichment Chamber!", + "ftbquests.chapter.resource_generation.quest10.description1": "With enough inferium, you can craft \u00266Inferium Seeds,\u0026r which grow essence themselves.", + "ftbquests.chapter.resource_generation.quest11.description1": "More potent than regular inferium essence, \u00266Prudentium Essence\u0026r can be used to make some useful essence seeds.", + "ftbquests.chapter.resource_generation.quest11.description2": "Make it by fortifying inferium essence with all four elemental essences in a \u00266Cauldron.\u0026r", + "ftbquests.chapter.resource_generation.quest11.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest18.description1": "The \u00266infusion altar\u0026r and \u00266pedestals\u0026r are required to craft essence seeds.", + "ftbquests.chapter.resource_generation.quest18.description2": "Place the items necessary in the pedestals, then give the altar a redstone signal or a wave of a wand to begin crafting.", + "ftbquests.chapter.resource_generation.quest19.description1": "By breeding \u00266Rocky\u0026r bees together in the nether, they\u0027ll slowly adapt and turn into their nether versions - \u00266Crimson\u0026r and \u00266Warped\u0026r bees. \u00266Cursed\u0026r bees are the hybrid between the two.", + "ftbquests.chapter.resource_generation.quest19.description2": "These bees, twisted by the nether environment, are somewhat aggressive; they\u0027ll harm nearby mobs (including players!)", + "ftbquests.chapter.resource_generation.quest19.task_3895545663253499388.title": "Warped", + "ftbquests.chapter.resource_generation.quest19.task_8052506021592411173.title": "Cursed", + "ftbquests.chapter.resource_generation.quest19.task_891469205622428585.title": "Crimson", + "ftbquests.chapter.resource_generation.quest19.title": "Nether Bees", + "ftbquests.chapter.resource_generation.quest2.description1": "You can place frames into your apiary for bonuses to productivity, lifespan, and even change the temperature and humidity of an apiary. ", + "ftbquests.chapter.resource_generation.quest2.description2": "\u00267Tip: Frame modifiers stack multiplicatively, not additively!\u0026r", + "ftbquests.chapter.resource_generation.quest2.task_1734748989054878453.title": "Any Frame", + "ftbquests.chapter.resource_generation.quest20.description1": "If you\u0027re tired of getting stung by nether bees, try crafting a set of \u00266Apiarist Gear.\u0026r This armor, when worn as a set, will protect you from getting affected by any bees nearby.", + "ftbquests.chapter.resource_generation.quest20.description2": "It\u0027s made of silk, which you can get from propolis (which you can get from simmering combs, among others.)", + "ftbquests.chapter.resource_generation.quest20.title": "Apiarist Gear", + "ftbquests.chapter.resource_generation.quest21.description1": "\u00266Rocky\u0026r and \u00266Robust\u0026r bees are more used to cooler climates, but you can breed better tolerances into them. ", + "ftbquests.chapter.resource_generation.quest21.description2": "Their rocky combs produce much more wax and honey than their wasteland cousins, but more importantly, they can rarely produce \u00266Copper Combs\u0026r as a specialty.", + "ftbquests.chapter.resource_generation.quest21.description3": "\u00267Tip: specialties are only produced when a bee is ecstatic! To make a bee ecstatic, you have to have its housing climate \u0026lexactly\u0026r\u00267 match the bee\u0027s preferred climate. Either breed it so that it prefers the hot dry wastes, or use special frames to adjust the temperature and humidity!", + "ftbquests.chapter.resource_generation.quest21.description4": "\u00267Tip 2: tuff (which you need underneath the apiary to breed these bees!) can be crafted or found underground.", + "ftbquests.chapter.resource_generation.quest21.task_1538674417108678800.title": "Resilient", + "ftbquests.chapter.resource_generation.quest21.task_7190582857068653051.title": "Robust", + "ftbquests.chapter.resource_generation.quest21.task_9033126545582958159.title": "Rocky", + "ftbquests.chapter.resource_generation.quest21.title": "Rocky Bees", + "ftbquests.chapter.resource_generation.quest22.description1": "\u00266Haunted,\u0026r \u00266Ghostly,\u0026r and \u00266Spectral\u0026r bees are an offshoot of nether bees that produce Spectral combs, a relatively honey-rich comb. Additionally, Spectral bees will produce \u00266glowstone\u0026r as a specialty!", + "ftbquests.chapter.resource_generation.quest22.task_3081911043010225060.title": "Haunted", + "ftbquests.chapter.resource_generation.quest22.task_5262672928415792469.title": "Ghostly", + "ftbquests.chapter.resource_generation.quest22.task_8517504769354790857.title": "Spectral", + "ftbquests.chapter.resource_generation.quest22.title": "Spectral Bees", + "ftbquests.chapter.resource_generation.quest23.description1": "\u00266Common\u0026r and \u00266Cultivated\u0026r bees were the most common species in the world that came before, from what you recall.", + "ftbquests.chapter.resource_generation.quest23.task_3642208754252689379.title": "Common", + "ftbquests.chapter.resource_generation.quest23.task_8299291890952022433.title": "Cultivated", + "ftbquests.chapter.resource_generation.quest23.title": "Common Bees", + "ftbquests.chapter.resource_generation.quest24.description1": "These glorious bee comrades ironically despise queens. They are also notable for producing \u00266pollen\u0026r and having \u00266higher than average productivity.\u0026r", + "ftbquests.chapter.resource_generation.quest24.task_2025398279722007265.title": "Industrious", + "ftbquests.chapter.resource_generation.quest24.task_3616071306266700168.title": "Tireless", + "ftbquests.chapter.resource_generation.quest24.task_8393881405903593674.title": "Diligent", + "ftbquests.chapter.resource_generation.quest24.title": "Industrious Bees", + "ftbquests.chapter.resource_generation.quest25.description1": "Somewhat snooty and famously literally blue-blooded, these bees can produce \u00266Royal Combs\u0026r when ecstatic. These combs can then centrifuge into \u00266Royal Jelly.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description2": "They also have a \u00266higher than average fertility rate.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description3": "\u00267Tip: Imperial bees have the Beatific effect, which provides all mobs nearby with regeneration!", + "ftbquests.chapter.resource_generation.quest25.task_6398361437915986421.title": "Noble", + "ftbquests.chapter.resource_generation.quest25.task_7062842366521447494.title": "Imperial", + "ftbquests.chapter.resource_generation.quest25.task_753059639095222795.title": "Majestic", + "ftbquests.chapter.resource_generation.quest25.title": "Imperial Bees", + "ftbquests.chapter.resource_generation.quest26.description1": "The \u00266Mellarium\u0026r is a multiblock version of the apiary, with the ability to add modules that can help you in a variety of ways.", + "ftbquests.chapter.resource_generation.quest26.description2": "The most concrete thing a Mellarium can do is give you more than three frame slots, using \u00266Frame Housings.\u0026r This means you can get, in the best case, \u0026l\u0026oSTACKS\u0026r of combs every bee tick.", + "ftbquests.chapter.resource_generation.quest26.description3": "You can also increase your chances of getting a mutation, shield your bees from rain, and change the climate using catalyst items.", + "ftbquests.chapter.resource_generation.quest26.description4": "\u00267Tip: read your Apiarist Field Guide for more information!", + "ftbquests.chapter.resource_generation.quest26.title": "The Mellarium", + "ftbquests.chapter.resource_generation.quest27.description1": "Once you start getting propolis, you can start \u00266upgrading\u0026r your \u00266Centrifuges\u0026r and \u00266Generators\u0026r - each upgrade has different stats, and you can put up to three in your machines.", + "ftbquests.chapter.resource_generation.quest27.description2": "Like frames, these upgrades stack multiplicatively.", + "ftbquests.chapter.resource_generation.quest27.description3": "\u00267Tip: the earliest ways to get propolis are through nether bees or rocky bees!", + "ftbquests.chapter.resource_generation.quest27.task_7611771532993062026.title": "Any Upgrade", + "ftbquests.chapter.resource_generation.quest27.title": "Upgrades", + "ftbquests.chapter.resource_generation.quest28.description1": "At some point you\u0027ll have more honey (and other bee products) than you know what to do with. ", + "ftbquests.chapter.resource_generation.quest28.description2": "If nothing else, you can burn them for energy in the \u00266Honey Generator!\u0026r", + "ftbquests.chapter.resource_generation.quest29.description1": "An interesting thing about these bees is that there\u0027s no way to get more than one queen out of a breeding pair. Fortunately, you can perform a ritual to summon \u00266more bee nests\u0026r through magic and some special ingredients.", + "ftbquests.chapter.resource_generation.quest29.description2": "Read your Reclamation Rituals book for more information.", + "ftbquests.chapter.resource_generation.quest29.title": "More Nests", + "ftbquests.chapter.resource_generation.quest3.description1": "You\u0027ve noticed some beehives dotted around. Maybe you can try to domesticate them?", + "ftbquests.chapter.resource_generation.quest3.description2": "You\u0027ll need a tool to harvest the nests and a place to raise the bees.", + "ftbquests.chapter.resource_generation.quest3.description3": "\u00267Tip: not every bee is required to finish the pack! Branching out from the required bees will allow you to generate resources much easier than the traditional routes, however.", + "ftbquests.chapter.resource_generation.quest3.title": "Beeginnings", + "ftbquests.chapter.resource_generation.quest30.description1": "Certain bees can produce straight up raw metals from certain rocks!", + "ftbquests.chapter.resource_generation.quest30.task_1055543042056575718.title": "Cuprous", + "ftbquests.chapter.resource_generation.quest30.task_2417461944780662004.title": "Osimum", + "ftbquests.chapter.resource_generation.quest30.task_4765395095236658823.title": "Radioactive", + "ftbquests.chapter.resource_generation.quest30.task_5074021897861698803.title": "Precious", + "ftbquests.chapter.resource_generation.quest30.task_5533305920955437908.title": "Ferrous", + "ftbquests.chapter.resource_generation.quest30.task_6870748623537125703.title": "Argentum", + "ftbquests.chapter.resource_generation.quest30.task_766783682761833592.title": "Zincum", + "ftbquests.chapter.resource_generation.quest30.task_8469594533203667582.title": "Stannum", + "ftbquests.chapter.resource_generation.quest30.task_9085151875040480342.title": "Plumbum", + "ftbquests.chapter.resource_generation.quest30.title": "Metal Bees", + "ftbquests.chapter.resource_generation.quest31.description1": "Certain bees can produce raw minerals from their environment!", + "ftbquests.chapter.resource_generation.quest31.task_1818325150934700666.title": "Emeradic", + "ftbquests.chapter.resource_generation.quest31.task_2840825311361710213.title": "Lapic", + "ftbquests.chapter.resource_generation.quest31.task_3358109104860624142.title": "Fluorite", + "ftbquests.chapter.resource_generation.quest31.task_3719081351633839622.title": "Bituminous", + "ftbquests.chapter.resource_generation.quest31.task_4463225001103591989.title": "Silicate", + "ftbquests.chapter.resource_generation.quest31.task_5231403782456047002.title": "Dimantic", + "ftbquests.chapter.resource_generation.quest31.task_5480192077480458536.title": "Luminous", + "ftbquests.chapter.resource_generation.quest31.task_6963870120953273988.title": "Amethyst", + "ftbquests.chapter.resource_generation.quest31.task_7118701806962971116.title": "Quartz", + "ftbquests.chapter.resource_generation.quest31.task_7148838165140607695.title": "Conductive", + "ftbquests.chapter.resource_generation.quest31.title": "Mineral Bees", + "ftbquests.chapter.resource_generation.quest32.description1": "Stronger than Prudentium, \u00266Tertium\u0026r is necessary for all kinds of metallic essence seeds.", + "ftbquests.chapter.resource_generation.quest32.description2": "Make it using a \u00266Runic Altar\u0026r or \u00266Terrestrial Agglomeration Plate.\u0026r", + "ftbquests.chapter.resource_generation.quest32.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest32.description4": "\u00267Tip 2: a potency lens would make the altar process much faster!", + "ftbquests.chapter.resource_generation.quest33.description1": "\u00266Imperium\u0026r is the penultimate tier of essence, requiring combining the power of \u00265Source\u0026r and Tertium Essence.", + "ftbquests.chapter.resource_generation.quest33.description2": "It can be made using an \u00266Imbuement Chamber.\u0026r", + "ftbquests.chapter.resource_generation.quest33.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest34.description1": "\u00266Supremium\u0026r is the highest tier of essence, used for crafting the highest tier of mystical equipment and seeds.", + "ftbquests.chapter.resource_generation.quest34.description2": "Anoint Imperium with life essence to create it.", + "ftbquests.chapter.resource_generation.quest34.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest35.description1": "These bees can produce magical products. Some of them, like the \u00266Natural\u0026r bee, have special effects!", + "ftbquests.chapter.resource_generation.quest35.description2": "Additionally, the Natural bee produces some small amount of \u00266Nature Essence\u0026r if kept ecstatic.", + "ftbquests.chapter.resource_generation.quest35.task_2760367059321888447.title": "Dawnstone", + "ftbquests.chapter.resource_generation.quest35.task_4095918579037388131.title": "Willful", + "ftbquests.chapter.resource_generation.quest35.task_417359132698374078.title": "Botanic", + "ftbquests.chapter.resource_generation.quest35.task_4623337291104132366.title": "Demonite", + "ftbquests.chapter.resource_generation.quest35.task_5288388297853031166.title": "Terra", + "ftbquests.chapter.resource_generation.quest35.task_5373973326405937422.title": "Natural", + "ftbquests.chapter.resource_generation.quest35.task_7910365384265410324.title": "Source", + "ftbquests.chapter.resource_generation.quest35.title": "Magical Bees", + "ftbquests.chapter.resource_generation.quest37.description1": "\u00267Tip: you\u0027ll need to breed Nature bees to get your first bits of nature essence!", + "ftbquests.chapter.resource_generation.quest4.description1": "Now pop a \u00266princess and drone into an apiary,\u0026r and watch the magic happen! Bees can generate some \u00266very useful resources\u0026r in their combs; initially, though, you\u0027ll have to process said combs on \u00266a cutting board.\u0026r", + "ftbquests.chapter.resource_generation.quest4.description2": "At first, you\u0027ll only get beeswax and honey drops, alongside some dead logs...", + "ftbquests.chapter.resource_generation.quest4.description3": "\u00267Tip: wasteland bees (and desiccated and dried bees) need dead bushes as their \u0027flowers\u0027!", + "ftbquests.chapter.resource_generation.quest4.title": "Beesources", + "ftbquests.chapter.resource_generation.quest5.description1": "By continuously re-breeding \u00266Wasteland\u0026r bees together, you can start to slowly revitalize them. \u00266Desiccated\u0026r and \u00266Dried\u0026r bees are slightly better, with a higher productivity and lifespan - meaning less maintenance and more combs!", + "ftbquests.chapter.resource_generation.quest5.task_3134995966104364628.title": "Dried", + "ftbquests.chapter.resource_generation.quest5.task_7818871944295114422.title": "Desiccated", + "ftbquests.chapter.resource_generation.quest5.title": "Reclaimed Bees", + "ftbquests.chapter.resource_generation.quest6.description1": "At some point, you\u0027ll want to take a closer look at your bees - the \u00266Analyzer\u0026r allows you to examine what genes exactly any given bee has, for the low cost of a single honey drop.", + "ftbquests.chapter.resource_generation.quest6.description2": "The \u00266Apid Library\u0026r shows you what mutations you can create with a bee\u0027s species.", + "ftbquests.chapter.resource_generation.quest6.description3": "The \u00266Microscope\u0026r allows you to research bee species, giving you a higher chance to mutate bees into a researched species.", + "ftbquests.chapter.resource_generation.quest6.description4": "\u00267Tip: the Microscope is a great way to get rid of unnecessary drones you have! Read the Apiarist Field Guide for more info on it.", + "ftbquests.chapter.resource_generation.quest6.title": "Tools of the Trade", + "ftbquests.chapter.resource_generation.quest67.description1": "\u00266Growth Accelerators\u0026r grow the crop above them faster. Higher tiers have higher ranges, meaning you can stack more underneath your farmland!", + "ftbquests.chapter.resource_generation.quest68.description1": "Essence infused watering cans can water a larger area faster.", + "ftbquests.chapter.resource_generation.quest7.description1": "If you want to process your combs more efficiently, you\u0027ll want to make a \u00266Centrifuge.\u0026r Powered by a generator, it automatically turns combs into comb products - no more manual chopping!", + "ftbquests.chapter.resource_generation.quest7.title": "Comb Processing ", + "ftbquests.chapter.resource_generation.quest73.description1": "\u00267Tip: unlimited wadduh", + "ftbquests.chapter.resource_generation.quest8.description1": "All essence seeds need to grow on specially prepared \u00266Essence Farmland.\u0026r", + "ftbquests.chapter.resource_generation.quest8.description2": "You can obtain your first bits of \u00266Inferium Essence\u0026r from killing mobs.", + "ftbquests.chapter.resource_generation.quest8.description3": "\u00267Tip: higher tier essence farmland will grow essence crops slightly faster!", + "ftbquests.chapter.resource_generation.quest9.description1": "These first elemental seeds don\u0027t have very many direct crafting uses, but are an important stepping stone to bigger and better things.", + "ftbquests.chapter.resource_generation.quest9.description2": "\u00267Tip: essence seeds aren\u0027t cloneable, meaning you\u0027ll need two or more to actually start increasing their stats!", + "ftbquests.chapter.resource_generation.quest9.title": "Elemental Seeds", + "ftbquests.chapter.resource_generation.title": "Resource Generation", + "ftbquests.chapter.the_color_green.quest1.description1": "You\u0027ve done it! You finally have grass. It\u0027s not exactly green, but you can \u00266bonemeal\u0026r a large area of it and \u00266get flowers!\u0026r", + "ftbquests.chapter.the_color_green.quest1.title": "Grass!", + "ftbquests.chapter.the_color_green.quest10.description1": "The \u00266Natural Altar\u0026r is a very important tool in the manipulation of natural energies.", + "ftbquests.chapter.the_color_green.quest10.description2": "Once the altar is fully built, it will drain \u00266aura\u0026r from its surroundings. It will then use those energies to \u00266transform items put into it.\u0026r ", + "ftbquests.chapter.the_color_green.quest10.description3": "You should also look into creating the \u00266Environmental Eye\u0026r - a very useful device that shows you the level of aura in the nearby area.", + "ftbquests.chapter.the_color_green.quest10.task_4749334638074014910.title": "Any Planks", + "ftbquests.chapter.the_color_green.quest10.title": "Natural Altar", + "ftbquests.chapter.the_color_green.quest11.description1": "Infusing iron in the Natural Altar creates, funnily enough, \u00266Infused Iron Ingots.\u0026r These have a wide variety of uses, but chief among them are some very nice tools and armor, with \u00266special abilities\u0026r and the unique property of being \u00266repairable using Aura.\u0026r", + "ftbquests.chapter.the_color_green.quest11.title": "Infused Iron", + "ftbquests.chapter.the_color_green.quest12.description1": "Extremely malleable, \u00266Andesite Alloy\u0026r is a crucial component of contraptions to come.", + "ftbquests.chapter.the_color_green.quest12.description2": "\u00267Tip: very small amounts of Create are needed to finish the pack, but you won\u0027t have to get too deep into it!", + "ftbquests.chapter.the_color_green.quest13.description1": "The Natural Altar requires aura in the surrounding area to function. It won\u0027t ever take the aura to a negative level, but it will \u00264stop working completely if the aura is low enough,\u0026r which means you\u0027ll need a way of replenishing it.", + "ftbquests.chapter.the_color_green.quest13.description2": "\u00266Ancient Saplings\u0026r are the most basic way to do this; once grown, if the area\u0027s aura is low enough, the tree\u0027s leaves will \u00264slowly wither away,\u0026r \u00266producing aura in the process.\u0026r", + "ftbquests.chapter.the_color_green.quest13.title": "Creating Aura", + "ftbquests.chapter.the_color_green.quest14.description1": "An excess of aura generates flowers - and this device can turn \u00266flowers into an excess of aura!\u0026r Make sure you feed it a \u00266balanced diet of different flowers,\u0026r though; too much of the same flower and it starts to give you \u00264diminishing returns.\u0026r", + "ftbquests.chapter.the_color_green.quest14.description2": "\u00267Tip: if the aura in an area is high enough, it\u0027ll charge aura caches! Crouch with a botanist tool (made from infused iron) to repair them with an aura cache in your inventory.", + "ftbquests.chapter.the_color_green.quest15.description1": "Mana\u0027s not very useful without ways to generate and move it! Starting out, your best source of mana is going to be the \u00266Endoflame.\u0026r", + "ftbquests.chapter.the_color_green.quest15.description2": "\u00267Tip: you can use the Wand of the Forest to bind the spreader to flowers and pools.", + "ftbquests.chapter.the_color_green.quest15.description3": "\u00267Tip 2: using a pressure plate but it\u0027s not working? Open your OPAC keybind (default [\u0027]) to turn off the Prot. Plates from Other setting!", + "ftbquests.chapter.the_color_green.quest15.task_4041437535513982933.title": "Wand of the Forest", + "ftbquests.chapter.the_color_green.quest15.title": "Generating Mana", + "ftbquests.chapter.the_color_green.quest16.description1": "Now that you have a more robust source of aura, you can put it to more use - a \u00266crumbling catalyst,\u0026r when placed on top of one of the lower four golden blocks of a natural altar, can crush things much more finely than you can by hand. It can get you \u00266more bone meal per bone, more gold powder per leaf, and even turn cobblestone into sand!\u0026r", + "ftbquests.chapter.the_color_green.quest17.description1": "There are a few items you can place on top of your altar to increase its capacity and recharge rate:", + "ftbquests.chapter.the_color_green.quest17.description2": "\u00266Torch:\u0026r +0.5x recharge rate", + "ftbquests.chapter.the_color_green.quest17.description3": "\u00266Skeleton Skull/Husk Head:\u0026r +1x recharge rate, +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description4": "\u00266Chalice:\u0026r +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description5": "Eventually, you can replace the torch with a candelabra, the skeleton skull with a wither skeleton or player skull, and the chalice with a filled chalice for even more recharge rate and capacity.", + "ftbquests.chapter.the_color_green.quest17.task_4639929492764668107.title": "Head Upgrade", + "ftbquests.chapter.the_color_green.quest17.title": "Altar Upgrades", + "ftbquests.chapter.the_color_green.quest18.description1": "Attuned stones are a very important part of witchcraft - not only do they let you \u00266craft necessary workstations,\u0026r they also give you the ability to perform certain rites \u00266without the need of an altar,\u0026r once charged!", + "ftbquests.chapter.the_color_green.quest18.description2": "\u00267Please note that this recipe needs altar power! Make sure your cauldron is within range of your altar!", + "ftbquests.chapter.the_color_green.quest19.description1": "If the \u00266Altar\u0026r is the backbone of witchcraft, the \u00266Distillery, Kettle,\u0026r and \u00266Spinning Wheel \u0026rare its phalanges. ", + "ftbquests.chapter.the_color_green.quest19.description2": "...strange metaphors aside, these blocks allow you to craft a wide variety of \u00266witchy goodies.\u0026r They will need to be placed within range of an altar, if their recipes require power.", + "ftbquests.chapter.the_color_green.quest19.title": "Tools of the Trade", + "ftbquests.chapter.the_color_green.quest2.description1": "Now that you have actual plants available, you can start to harness their latent life-energy to power rituals. To start, you\u0027ll have to create a structure capable of collecting it - an \u00266Altar\u0026r should do well here. Place your Altar blocks in a 2x3 rectangle and it should start collecting power!", + "ftbquests.chapter.the_color_green.quest2.description2": "The more \u00266plantlife\u0026r there is around the\u00266 Altar,\u0026r the more power you can store. This includes \u00266trees, grass, flowers, crops, vines, pumpkins, melons, and more!\u0026r", + "ftbquests.chapter.the_color_green.quest2.description3": "\u00267Tip: the altar has a range of 16 blocks! There is a cap to each kind of plantlife nearby as well, so make sure the surroundings are varied.", + "ftbquests.chapter.the_color_green.quest2.title": "Altar", + "ftbquests.chapter.the_color_green.quest20.description1": "An apparatus perfect for channelling large amounts of mana into collections of objects, the \u00266Runic Altar\u0026r will (obviously) let you make runes.", + "ftbquests.chapter.the_color_green.quest20.description2": "\u00267Tip: with the altar, if you don\u0027t have them already, you can craft mystical flower seeds!", + "ftbquests.chapter.the_color_green.quest21.description1": "Ember item and fluid pipes are relatively basic, but at this point in time they\u0027re fairly decent for small-scale operations. Pipes need extractors to pull items into them, and extractors need a redstone signal to be activated. There are a few other quirks to the system, all of which are explained in your \u00266Ancient Codex.", + "ftbquests.chapter.the_color_green.quest21.description2": "\u00267Note - basically everything in Embers needs a redstone signal to activate, so get ready to place plenty of levers!", + "ftbquests.chapter.the_color_green.quest21.title": "Dwarven Logistics", + "ftbquests.chapter.the_color_green.quest22.description1": "Now that you have some Ember, you\u0027ll need to turn it into useable energy somehow.", + "ftbquests.chapter.the_color_green.quest22.description2": "The\u00266 Ember Activator\u0026r turns solid Ember into \u00266Activated Ember;\u0026r pipe crystals and shards into the bottom, and attach an \u00266Ember Emitter to the top\u0026r to output \u00266Activated Ember.\u0026r ", + "ftbquests.chapter.the_color_green.quest22.description3": "Use a Tinker\u0027s Hammer on the emitter to link it to a receptor, give it a redstone signal, and you\u0027re transmitting Activated Ember!", + "ftbquests.chapter.the_color_green.quest22.description4": "\u00267Note that Ember Grit doesn\u0027t normally produce Activated Ember; you\u0027ll have to add a \u00266Heat Exchanger\u00267 to an activator to get energy out of it (which multiplies all ember production by 0.9x, but adds a flat +300 to all items production!)", + "ftbquests.chapter.the_color_green.quest22.title": "Activating Ember", + "ftbquests.chapter.the_color_green.quest23.description1": "One of the main ways to channel altar power is through the practice of \u00266circle magic.\u0026r Each ritual has a gold chalk glyph at its center, but the placement of other chalk glyphs changes depending on what kind of ritual you want to perform!", + "ftbquests.chapter.the_color_green.quest23.description2": "Most rituals can target a remote area using a waystone (blooded or otherwise), and some rituals can even be performed away from the altar by adding a charged attuned stone to them!\u00266 Read through the two reward books to find out what rituals you can perform.\u0026r", + "ftbquests.chapter.the_color_green.quest23.description3": "\u00267Tip: the rite of fertility is a cheap, easy way to mass bonemeal grass, crops or anything else!", + "ftbquests.chapter.the_color_green.quest23.title": "Circle Magic", + "ftbquests.chapter.the_color_green.quest24.description1": "You\u0027ll want to make a \u00266Copper Cell\u0026r to \u00266store your activated ember\u0026r - it works as a kind of \u0027battery\u0027 for the mystical energy.", + "ftbquests.chapter.the_color_green.quest24.description2": "To see how much ember is in the cell, place an \u00266Ember Dial\u0026r on it.", + "ftbquests.chapter.the_color_green.quest24.title": "Storing Ember", + "ftbquests.chapter.the_color_green.quest25.description1": "Ember is capable of melting metals and other items in the creatively-named \u00266Melter\u0026r - feed the bottom half ember, feed the top half items to melt, and you can extract molten metals from the top half.", + "ftbquests.chapter.the_color_green.quest25.description2": "This molten metal can be formed into a variety of shapes in a \u00266Stamper;\u0026r place the \u00266Stamp Base,\u0026r then the \u00266Stamper above it with a one-block gap\u0026r of air. Give the Stamper ember and a stamp, pipe molten metal into the base, and presto! Stamped and cooled metal products! ", + "ftbquests.chapter.the_color_green.quest25.description3": "Notably, you can use this process to \u00266produce plates more efficiently.\u0026r", + "ftbquests.chapter.the_color_green.quest25.title": "Melting and Stamping", + "ftbquests.chapter.the_color_green.quest26.description1": "By piping molten copper and gold into \u0026odifferent sides\u0026r of the bottom of a \u00266Mixer Centrifuge,\u0026r (along with some ember) you can combine them into a strong, ember-aligned metal called \u00266Dawnstone.\u0026r Pipe it out of the top and stamp it into ingots or plates!", + "ftbquests.chapter.the_color_green.quest26.description2": "\u00267Tip: use your Tinker\u0027s Lens to see what\u0027s going on in the mixer!", + "ftbquests.chapter.the_color_green.quest26.title": "Dawnstone", + "ftbquests.chapter.the_color_green.quest27.description1": "The Andesite Casing is a crucial part of any kind of mechanical apparatus.", + "ftbquests.chapter.the_color_green.quest28.description1": "For more advanced ember crafting, a special setup is required. An \u00266exchange tablet\u0026r with some \u00266pedestals\u0026r around it, when struck with a \u00266beam cannon pulse,\u0026r will transmute the center item into a new result item.", + "ftbquests.chapter.the_color_green.quest28.description2": "There is one complication, though. The pedestals need \u00266aspectii\u0026r to be placed on them, and you aren\u0027t sure which aspectii go with which items! The only way to find out is through experiementation - if the transmutation fails, it will produce \u0026balchemical waste.\u0026r When held and right clicked, the waste will reveal a number of \u00266glowing spots,\u0026r which tell you the number of \u00266aspectus/item combinations you got right.\u0026r", + "ftbquests.chapter.the_color_green.quest28.title": "Energetic Alchemy", + "ftbquests.chapter.the_color_green.quest29.description1": "Using the power of mana and a pumpkin, you think you can create a \u00266Fel Pumpkin\u0026r - a weak imitation of a blaze head. Pop this magically-charged head on top of two iron bars, and it\u0027ll turn into a passable facsimile of a blaze.", + "ftbquests.chapter.the_color_green.quest29.description2": "This imitation blaze always drops at least \u0026610 blaze powder.\u0026r This blaze powder can be spun into brilliant fiber, or distilled into more useful dusts!", + "ftbquests.chapter.the_color_green.quest29.description3": "\u00267Tip: you can capture an imitation blaze in the Blaze Burner!", + "ftbquests.chapter.the_color_green.quest29.title": "Knockoff Blazes", + "ftbquests.chapter.the_color_green.quest3.description1": "Using dye from the flowers you can get by \u00266bonemealing grass,\u0026r you can craft a special kind of fertilizer that can coax \u00266mystical flowers\u0026r to life.", + "ftbquests.chapter.the_color_green.quest3.description2": "\u00267Tip: you can also get mystical flower seeds through crossbreeding!", + "ftbquests.chapter.the_color_green.quest30.description1": "There are a few other ways you can process materials using andesite-based machinery; namely, \u00266compacting, pressing, and mixing\u0026r You\u0027ll need to find some way to capture a fire elemental if you want to expand your repertoire, though; \u0026bmaybe mana can help you somehow?\u0026r", + "ftbquests.chapter.the_color_green.quest30.title": "Mechanical Crafting", + "ftbquests.chapter.the_color_green.quest31.description1": "By blowing air through certain things, you can blast, smoke, wash, or \u00266haunt\u0026r items. This means you have access to essentially free bulk smelting!", + "ftbquests.chapter.the_color_green.quest31.description2": "More importantly, though - now that you can haunt items, you can make \u00266blackstone\u0026r by \u00266haunting\u0026r cobblestone, a crucial component of the \u00266Reformation Array.\u0026r", + "ftbquests.chapter.the_color_green.quest31.title": "Moving Air", + "ftbquests.chapter.the_color_green.quest32.description1": "Alchemical reformation is the process of \u00266turning one alchemical sulfur into another\u0026r - initially, you\u0027ll only be able to convert sulfurs of the \u00266same tier and type\u0026r to each other \u00266(like iron sulfur into lead sulfur!) \u0026r", + "ftbquests.chapter.the_color_green.quest32.description2": "To set up the reformation array, place down the target, source, and result pedestals somewhat near each other. Hold the sulfuric flux emitter and right click each pedestal, then place it on the mercury catalyst. ", + "ftbquests.chapter.the_color_green.quest32.description3": "Put mercury in the mercury catalyst, the target sulfur in the target pedestal, and the sulfur to convert in the source pedestal. Give it a moment, and you\u0027ll start converting the source sulfur into the target sulfur!", + "ftbquests.chapter.the_color_green.quest32.title": "Alchemical Reformation", + "ftbquests.chapter.the_color_green.quest33.description1": "A mechanical pump is capable of pumping liquids in the world into pipes when given mechanical power - \u00266it is much faster than the ember-fueled one!", + "ftbquests.chapter.the_color_green.quest34.description1": "The \u00266Rod of the Lands\u0026r can corporealize a tiny portion of mana into a full dirt block!", + "ftbquests.chapter.the_color_green.quest34.title": "(almost) Free Dirt", + "ftbquests.chapter.the_color_green.quest35.description1": "Carrying mana around with you enables you to use a plethora of bits and baubles. To transfer mana from a pool into the tablet, make sure the pool is on \u0027charge\u0027 mode by hovering over it with a wand of the forest.", + "ftbquests.chapter.the_color_green.quest35.title": "Portable Mana", + "ftbquests.chapter.the_color_green.quest36.description1": "Turn your mana tablet into a ring to store mana on-the-go \u00266without taking up an inventory slot!\u0026r", + "ftbquests.chapter.the_color_green.quest37.description1": "By attaching a mana rune to a manasteel ring, you can (VERY slowly) pull ambient mana into a mana storage device on your person, \u00266for free!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description1": "Distilling blaze powder and gunpowder together in a Distillery will grant you access to \u00266glowstone!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description2": "Getting \u00266redstone\u0026r is similar, using cinder flour in place of gunpowder.", + "ftbquests.chapter.the_color_green.quest38.description3": "\u00267Tip: you can also make glowstone and redstone with strength and night vision potions - it\u0027s up to you whether you want to take the Enchanted or Create route for these!\u0026r", + "ftbquests.chapter.the_color_green.quest38.title": "Useful Dusts", + "ftbquests.chapter.the_color_green.quest39.description1": "Once you have a pump, you can create a \u00266Spout\u0026r to dispense liquid onto items - this is a possible way to make \u00266glowstone or redstone,\u0026r if you\u0027re willing to set up the infrastructure.", + "ftbquests.chapter.the_color_green.quest4.description1": "The \u00266Pure Daisy\u0026r can, as its name implies, purify nearby objects. The most important things you should start with are \u00266logs and stone,\u0026r but there are a few other things you can purify as well!", + "ftbquests.chapter.the_color_green.quest4.description2": "Simply place the petal apothecary down, fill it with water, then toss in the petals and finally a seed!", + "ftbquests.chapter.the_color_green.quest4.description3": "\u00267Tip: check the usages of the Pure Daisy to see what else it can transform.", + "ftbquests.chapter.the_color_green.quest4.title": "Pure Daisy", + "ftbquests.chapter.the_color_green.quest40.description1": "The \u00266Alchemy Catalyst\u0026r allows you to use the power of mana to transmute a wide variety of items. Place it under a mana pool to start alchemizing!", + "ftbquests.chapter.the_color_green.quest40.description2": "You\u0027ll be able to convert flowers into other flowers, stone variants into other stone variants, flint into gunpowder (and vice versa), and ghast tears into ender pearls!", + "ftbquests.chapter.the_color_green.quest40.description3": "\u00266Notably, it lets you turn flax into feathers, necessary for tokens of fear.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description1": "The \u00266transmutation catalyst\u0026r modifies the natural altar to convert items into other items using Aura. Similar to the crumbling catalyst, it must be placed \u00266atop one of the four lower gold blocks of the altar.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description2": "The most immediately useful transmutation is that of \u00266sand into soul sand,\u0026r which will allow you to haunt things using the encased fan, as well as grow nether wart!", + "ftbquests.chapter.the_color_green.quest41.description3": "You can also convert netherrack into crimson and warped nylium.", + "ftbquests.chapter.the_color_green.quest42.description1": "The \u00266Millstone\u0026r can crush cobble into gravel, bones into bone meal, and a variety of plants into their respective dyes at a much higher rate of return.", + "ftbquests.chapter.the_color_green.quest43.description1": "The \u00266Codebreaking Slate\u0026r is very handy - you can put multiple pieces of alchemical waste into it and it will show you how many aspectus/item combinations you got right! It will also show you how many correct aspectii you have placed with the wrong items.", + "ftbquests.chapter.the_color_green.quest44.description1": "Your first \u00266archaic brick\u0026r can be made by infusing a regular brick with tainted gold and infused iron. Once you have one, you can use it to make more by simply infusing it with \u00266more clay and soul sand.\u0026r", + "ftbquests.chapter.the_color_green.quest45.description1": "The \u00266Mnemonic Inscriber\u0026r, when attached to an Exchange Tablet and given paper, will automatically write down the correct combination of aspectii for a given transmutation when you successfully complete one.", + "ftbquests.chapter.the_color_green.quest46.description1": "You can convert between sulfurs of the same type and rarity using the reformation array, but if you want to convert between different types (and the same rarity), you\u0027ll want to make \u00266Alchemical Niter\u0026r in a \u00266Fermentation Vat.\u0026r", + "ftbquests.chapter.the_color_green.quest46.description2": "Place \u00266water, sugar, and the sulfur\u0026r you want to ferment into the vat, then \u00266shift-right-click it to close it\u0026r and start the fermentation process. Once the barrel opens again, your fermentation is done, and you can take out your shiny new Niter!", + "ftbquests.chapter.the_color_green.quest46.description3": "Alchemical Niter can be converted in the \u00266Reformation Array\u0026r similar to how you convert sulfur - note, however, that depending on what type you\u0027re converting to, you will produce or require \u00266more than one niter!\u0026r", + "ftbquests.chapter.the_color_green.quest46.title": "Alchemical Conversion", + "ftbquests.chapter.the_color_green.quest47.description1": "The \u00266digestion vat\u0026r lets you \u00266convert sulfurs between rarities!\u0026r Place some niter and sal ammoniac (and if you\u0027re converting up, some alchemically pure gold) into it, and shift-right-click the vat to start the process! \u00266Four of the previous tier converts into one of the next tier, and vice versa.\u0026r", + "ftbquests.chapter.the_color_green.quest47.description2": "This (in combination with the fermentation vat) allows you to convert iron sulfur into common metal niter, down into four abundant metal niter, into four copper sulfur - that\u0027s \u00266FOUR copper per iron!\u0026r", + "ftbquests.chapter.the_color_green.quest47.description3": "This is a metal loop you could try automating...", + "ftbquests.chapter.the_color_green.quest47.description4": "\u00267Tip: you can start and stop the vats using a redstone signal!\u0026r", + "ftbquests.chapter.the_color_green.quest47.title": "Alchemical Exaltation", + "ftbquests.chapter.the_color_green.quest48.description1": "The \u00266Offering Table\u0026r is a special altar that will allow you to convert items into special empowered versions of themselves, most notably tokens and nature-infused ingots.", + "ftbquests.chapter.the_color_green.quest48.description2": "To use it, simply place whatever you want to infuse into it by right-clicking, then throw a \u00266Spirit of Calling\u0026r onto the altar to activate it.", + "ftbquests.chapter.the_color_green.quest48.description3": "\u00267Tip: You can convert more than one item at a time, using only one spirit of calling!\u0026r", + "ftbquests.chapter.the_color_green.quest48.description4": "\u00267Tip 2: this is a multiblock! Check your Book of Natural Aura to see how to build it.", + "ftbquests.chapter.the_color_green.quest49.description1": "You can capture a summoned blaze into a magicked cage. This cage, when placed under a basin, will let you brew potions more efficiently than a brewing stand.", + "ftbquests.chapter.the_color_green.quest5.description1": "Combining the nature-infused iron and some metaphysical heat and structure (courtesy of \u00266nether bricks\u0026r and a \u00266spruce sapling,\u0026r respectively), you can rearrange the latent potential of the metal to turn it into lead!", + "ftbquests.chapter.the_color_green.quest5.description2": "Vastly useful in a variety of mechanical applications, lead is a great first step to leveraging either \u00266raw mechanical power\u0026r or \u00266Ember\u0026r in your pursuits.", + "ftbquests.chapter.the_color_green.quest5.description3": "\u00267Tip: the ancient codex is a little confusing at first, but it will guide you through the Embers mod! Start at Natural Energy, right click entries to mark them as read, and make sure you \u0026lREAD CAREFULLY!", + "ftbquests.chapter.the_color_green.quest5.description4": "\u00267Tip 2: you can use Theurgy to triple ingot output from raw ores!", + "ftbquests.chapter.the_color_green.quest50.description1": "This is it. Using the power of the \u00266Offering Altar,\u0026r and some magically significant materials, you can create the basis of real, sentient life - chicken eggs.", + "ftbquests.chapter.the_color_green.quest50.subtitle": "Well, debatably", + "ftbquests.chapter.the_color_green.quest50.title": "Sentient Life", + "ftbquests.chapter.the_color_green.quest51.description1": "With runes, there are a few other options you have for generating mana:", + "ftbquests.chapter.the_color_green.quest51.description2": "* A \u00266Thermalily\u0026r generates bursts of mana using lava, but will consume lava for no gain if you give it lava too often", + "ftbquests.chapter.the_color_green.quest51.description3": "* An \u00266Entropinnyum\u0026r consumes TNT explosions (and is one of the best generating flowers in the game), but too often and it\u0027ll just blow itself up", + "ftbquests.chapter.the_color_green.quest51.description4": "* A \u00266Munchdew\u0026r consumes leaves, but does not drop saplings.", + "ftbquests.chapter.the_color_green.quest51.description5": "\u00267Tip: some flowers will generate too much mana for a basic spreader! You can use potency and velocity lenses to stretch this, but eventually, you\u0027ll need better spreaders...\u0026r", + "ftbquests.chapter.the_color_green.quest51.title": "Alternative Mana Sources", + "ftbquests.chapter.the_color_green.quest52.description1": "Now that you can turn sulfurs into other sulfurs, you can manually reconstitute \u00266silver sulfur\u0026r and use the \u00266Reformation Array\u0026r to turn gold sulfur into silver sulfur without having to re-make the sulfur over and over again!", + "ftbquests.chapter.the_color_green.quest52.description2": "\u00267Tip: sulfur sulfur sulfur sulfur\u0026r", + "ftbquests.chapter.the_color_green.quest52.title": "Moon Metal", + "ftbquests.chapter.the_color_green.quest53.description1": "The \u00266Wildfire Core\u0026r is a key piece of some advanced dwarven machinery.", + "ftbquests.chapter.the_color_green.quest54.description1": "The \u00266Wildfire Stirling,\u0026r when attached to machines and supplied with steam, increases the efficiency of their ember usage.", + "ftbquests.chapter.the_color_green.quest54.description2": "The first one cuts usage in half, the second one halves it again, and any more decrease the efficiency.", + "ftbquests.chapter.the_color_green.quest55.description1": "The \u00266Ignem Reactor\u0026r is the ultimate solution to high ember requirements - when placed between a \u00266Catalysis\u0026r and \u00266Combustion Chamber,\u0026r it refines ember at a MUCH higher rate than the Ember Activator; up to \u002669x more ember\u0026r per crystal item.", + "ftbquests.chapter.the_color_green.quest55.description2": "\u00267Tip: the Catalysis and Combustion Chambers need fuel to operate, check JEI for their fuels and multipliers.", + "ftbquests.chapter.the_color_green.quest55.title": "Ignem Reactor", + "ftbquests.chapter.the_color_green.quest56.description1": "With the power of alchemy, you can turn a charged attuned stone into a seed capable of turning ember into pure metal! These crystal seeds, when powered with an \u00266Ember Injector,\u0026r will slowly grow and drop metal nuggets.", + "ftbquests.chapter.the_color_green.quest56.description2": "Not every metal can be turned into these seeds, but you have figured out that you can actually \u00266obtain Zinc\u0026r through this alchemical process!", + "ftbquests.chapter.the_color_green.quest56.description3": "\u00267Tip: crystals will slowly level up and drop more and more metal. Moving them resets their level, though!", + "ftbquests.chapter.the_color_green.quest56.subtitle": "Zinc! (and others)", + "ftbquests.chapter.the_color_green.quest56.task_414198583111126714.title": "Any Metal Crystal Seed", + "ftbquests.chapter.the_color_green.quest56.title": "Metal Crystal Seeds", + "ftbquests.chapter.the_color_green.quest57.description1": "With Dawnstone, you can craft ember transferral devices that can handle much more throughput.", + "ftbquests.chapter.the_color_green.quest57.title": "High Volume Ember Transfer", + "ftbquests.chapter.the_color_green.quest58.description1": "Now that you have zinc, you can alloy it with copper to create brass! This is useful almost exclusively for \u00266mechanical contraptions.\u0026r", + "ftbquests.chapter.the_color_green.quest58.description2": "\u00266Electron Tubes\u0026r are also an important step to making more complicated contraptions. ", + "ftbquests.chapter.the_color_green.quest58.description3": "\u00266Rose Quartz\u0026r can be made in a heated basin, combining glowstone and redstone in a sal ammoniac bath.", + "ftbquests.chapter.the_color_green.quest58.title": "Advanced Contraptions", + "ftbquests.chapter.the_color_green.quest59.description1": "Packages and their associated transport items open up a huge amount of logistical freedom.", + "ftbquests.chapter.the_color_green.quest59.description2": "\u00267Tip: for more information, hover these items and hold W to ponder!", + "ftbquests.chapter.the_color_green.quest59.title": "Mechanical Logistics", + "ftbquests.chapter.the_color_green.quest6.description1": "\u00266Ember\u0026r is the lifeblood of the world. Despite whatever happened, there is still virtually infinite Ember available deep underground - you just need to make a machine that can mine it. ", + "ftbquests.chapter.the_color_green.quest6.description2": "Enter the \u00266Ember Bore\u0026r - place it on bedrock, add a \u00266Mechanical Core\u0026r above it so you can pipe things in and out of it, and give it some fuel! It\u0027ll start digging up that sweet, sweet Ember.", + "ftbquests.chapter.the_color_green.quest6.description3": "\u00267Tip: the Mechanical Core acts as an extension for most Embers multiblocks! You can transfer items, fluid, and ember in and out of the core as if it was a part of the block it is attached to.", + "ftbquests.chapter.the_color_green.quest6.description4": "\u00267Tip 2: USE YOUR MECHANICAL LENS! It\u0027s EXTREMELY helpful for figuring out how Ember\u0027s machines work.", + "ftbquests.chapter.the_color_green.quest6.title": "Drilling for Ember", + "ftbquests.chapter.the_color_green.quest60.description1": "With access to brass and electron tubes, you can make a Mechanical Crafter. These, in combination with \u00266factory gauges\u0026r and \u00266package logistics,\u0026r allow you to set up automatic stocking and crafting of items!", + "ftbquests.chapter.the_color_green.quest60.title": "Autocrafting", + "ftbquests.chapter.the_color_green.quest61.description1": "You can fortify infused iron with prosperity shards to create a basic \u00266prosperity ingot,\u0026r ready to augment with agricultural essence.", + "ftbquests.chapter.the_color_green.quest61.description2": "One of the best uses of this ingot is to make a better watering can.", + "ftbquests.chapter.the_color_green.quest61.title": "Better Watering", + "ftbquests.chapter.the_color_green.quest62.description1": "With empowered tokens, you can craft the \u00266Creational Catalyst\u0026r - this removes the innate limit on most aura producing blocks, and lets you overcharge the local area with Aura.", + "ftbquests.chapter.the_color_green.quest62.description2": "\u00267Tip: aureareaurearuea", + "ftbquests.chapter.the_color_green.quest63.description1": "You\u0027ve felt a strange tingling on your skin ever since you woke up - you think this might be a manifestation of \u00266Aura,\u0026r a natural phenomenon that you might be able to further harness.", + "ftbquests.chapter.the_color_green.quest63.description2": "To get started, craft a \u00266Bottle and Cork\u0026r and \u00266right click the air\u0026r to gather some Aura for further study.", + "ftbquests.chapter.the_color_green.quest63.title": "Bottling Sunlight", + "ftbquests.chapter.the_color_green.quest64.description1": "The \u00266Mana Blaster\u0026r is a portable mana spreader that you can fire at will, using mana from a storage device on your person. You can also attach lenses to it, to use their special properties!", + "ftbquests.chapter.the_color_green.quest65.description1": "\u00266Mana Lenses\u0026r can change the properties of a mana burst fired from a spreader. They can increase the color, potency, speed, and even make the burst go \u00266through blocks\u0026r or \u00266break them\u0026r altogether! Read your \u00266Lexica Botania\u0026r for more details.", + "ftbquests.chapter.the_color_green.quest65.description2": "\u00267Tip: the weight lens makes blocks a mana burst hits fall - you can exploit this property to get blocks that normally need silk touch by having them fall onto something like a torch!", + "ftbquests.chapter.the_color_green.quest66.description1": "Now that you have\u00266 Ember\u0026r, what can you do with it?", + "ftbquests.chapter.the_color_green.quest66.description2": "One useful item is the \u00266Hearth Coil\u0026r - when provided with Ember, it can be used as a VERY fast furnace.", + "ftbquests.chapter.the_color_green.quest67.description1": "With \u00266Dawnstone\u0026r comes a better way of activating ember - the \u00266Pressure Refinery.\u0026r", + "ftbquests.chapter.the_color_green.quest67.description2": "It \u00264requires water\u0026r as well, but can boost your ember production up to \u002661.5x the value\u0026r of a plain activator.", + "ftbquests.chapter.the_color_green.quest67.description3": "Additionally, if placed atop a metal block surrounded by lava or fire it can double that, getting up to \u002663x the value\u0026r of crystalline ember! ", + "ftbquests.chapter.the_color_green.quest68.description1": "The \u00266Beam Splitter\u0026r allows you to, well, split beams. Ember sent into it will be divided into two bursts sent out from either end.", + "ftbquests.chapter.the_color_green.quest68.description2": "The \u00266Crystal Cell\u0026r is a much higher capacity way to store Ember - piping more crystalline ember into it will \u00266increase its storage limit.\u0026r", + "ftbquests.chapter.the_color_green.quest68.title": "Advanced Ember Logistics", + "ftbquests.chapter.the_color_green.quest69.description1": "With the acquisition of Dawnstone, you can make a special chamber to manipulate elemental mercury into a source of energy. ", + "ftbquests.chapter.the_color_green.quest69.description2": "The \u00266Mercury Catalyst\u0026r can convert mercury into Mercury Flux (MF) which, in combination with a \u00266Caloric Flux Emitter\u0026r, can be used to power alchemical devices that would normally need a pyromantic brazier underneath them!", + "ftbquests.chapter.the_color_green.quest69.description3": "\u00267Tip: one mercury shard produces as much energy as one piece of charcoal!", + "ftbquests.chapter.the_color_green.quest69.title": "Mercurial Power", + "ftbquests.chapter.the_color_green.quest7.description1": "The combination of brilliant fiber and nether bricks is superficially similar to the weak gold ore deposits you remember existing in the Nether. They\u0027re so similar, in fact, that \u00266a Pure Daisy will convert Golden Nether Bricks into Nether Gold Ore!\u0026r", + "ftbquests.chapter.the_color_green.quest7.description2": "\u00267Tip: there is a better way to make brilliant fiber, but you\u0027ll need to get blaze powder somehow... ", + "ftbquests.chapter.the_color_green.quest7.title": "Gold", + "ftbquests.chapter.the_color_green.quest70.description1": "With high enough aura in an area, \u00266dried earth will slowly convert to dirt!\u0026r", + "ftbquests.chapter.the_color_green.quest70.description2": "If you want to stop this effect from happening, \u00266Powder of Dried Stasis\u0026r will prevent the conversion of dried earth to dirt in the area it\u0027s placed in.", + "ftbquests.chapter.the_color_green.quest70.subtitle": "pseudo-terraforming", + "ftbquests.chapter.the_color_green.quest70.title": "Regrowth?", + "ftbquests.chapter.the_color_green.quest71.description1": "The \u00266Bin\u0026r is a fantastic block that automatically collects the outputs of various dwarven machinery.", + "ftbquests.chapter.the_color_green.quest71.description2": "Simply attach it to the \u00266bottom\u0026r of a machine (like, say, the stamper base) and it\u0027ll fill up with products.", + "ftbquests.chapter.the_color_green.quest72.description1": "With an imitation blaze head and a couple of real magical reagents, you can \u00266summon a real blaze!\u0026r", + "ftbquests.chapter.the_color_green.quest72.description2": "This summoned blaze always drops at least 3 blaze rods. ", + "ftbquests.chapter.the_color_green.quest72.description3": "\u00267Tip: the ritual to summon the blaze is described in the Reclamation Rituals book.\u0026r", + "ftbquests.chapter.the_color_green.quest72.title": "Real Blazes", + "ftbquests.chapter.the_color_green.quest8.description1": "The \u00266Pure Daisy\u0026r is able to turn mundane stone and logs into much more naturally-aligned versions of themselves.", + "ftbquests.chapter.the_color_green.quest8.title": "Living Materials", + "ftbquests.chapter.the_color_green.quest9.description1": "You can use a bucket to \u00266strategically place lava and water\u0026r to make a nether portal frame. It\u0027s not ideal, but it\u0027s definitely easier than trying to mine obsidian with an iron pickaxe!", + "ftbquests.chapter.the_color_green.quest9.description2": "Similar to the overworld, the nether is bare of ores and even more devoid of life - \u00264there are zero spawns there, and only one biome.", + "ftbquests.chapter.the_color_green.quest9.description3": "\u00267Tip: you can also make obsidian on the natural altar - but be warned, it\u0027s pretty costly aura-wise!", + "ftbquests.chapter.the_color_green.quest9.task_4075772383648127092.title": "Visit the Nether", + "ftbquests.chapter.the_color_green.quest9.title": "The Nether", + "ftbquests.chapter.the_color_green.title": "Touching Grass", + "ftbquests.chapter.the_hunt_for_grass.quest1.description1": "Now that you have dirt, your next step is to turn it into grass, so that you can start bringing a little bit of green into the world.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description1": "Plants in Agricraft are diploid organisms - essentially, every plant has two sets of attributes: active and inactive (or dominant and recessive). \u00266The active trait is the one that actually affects the plant,\u0026r but the inactive trait comes into play when breeding plants together. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description2": "When a crossbreed occurs, each plant \u00266adjacent\u0026r to the crossbreed crop sticks has a \u00266chance\u0026r depending on its \u00266fertility\u0026r to count as a parent. If there\u0027s only one parent selected, the resulting plant is a clone. If more than one parent is selected, each has a chance to pass on one half of its genes to the resulting plant.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description3": "For example, if you bred a plant with gain of 3-2 with a plant who\u0027s gain is 4-2, it would result in a plant with a gain stat of either 4-3, 4-2, 3-2, or 2-2. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description4": "To figure out what the possibilities are for two parent plants, you can use a punnett square:", + "ftbquests.chapter.the_hunt_for_grass.quest10.description5": "Each square has an equal chance of getting chosen - additionally, there is a small chance for a mutation to occur; whether this mutation is beneficial or not depends on each parent\u0027s \u00266mutativity stat.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest10.image0": "{image:reclamation:textures/quests/punnett.png width:150 height:150 align:center}", + "ftbquests.chapter.the_hunt_for_grass.quest10.task_2773659192565899586.title": "What the heck are these numbers?", + "ftbquests.chapter.the_hunt_for_grass.quest10.title": "How do I get better stats?", + "ftbquests.chapter.the_hunt_for_grass.quest11.description1": "Each plant has five stats, when planted on crop sticks. You can see these stats by crouching and looking at the plant, or using a magnifying glass. The stats affect a variety of things:", + "ftbquests.chapter.the_hunt_for_grass.quest11.description2": "\u00266Fertility\u0026r is how likely a plant is to get chosen as a parent for cross-breeding.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description3": "\u00266Gain\u0026r increases how much a plant will produce when harvested.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description4": "\u00266Growth\u0026r affects the speed a plant grows at.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description5": "\u00266Mutativity\u0026r raises the chance for a cross-breed (when it occurs) to be beneficial.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description6": "\u00266Strength\u0026r broadens the possible growing conditions for a plant - for example, cactus can always grow on sand, but with a strength of 10, it can grow on normal farmland!", + "ftbquests.chapter.the_hunt_for_grass.quest11.subtitle": "What do they mean?", + "ftbquests.chapter.the_hunt_for_grass.quest11.task_7047347176409476035.title": "Read", + "ftbquests.chapter.the_hunt_for_grass.quest11.title": "The numbers, Mason!", + "ftbquests.chapter.the_hunt_for_grass.quest12.description1": "That was A LOT of info - what it boils down to is higher numbers \u003d better, breed higher statted plants together to get better plants, use bonemeal on cross sticks to speed up the crossbreeding process. ", + "ftbquests.chapter.the_hunt_for_grass.quest12.description2": "If your plant is not growing, look at it while crouching - it might need a different type of soil.", + "ftbquests.chapter.the_hunt_for_grass.quest12.description3": "\u00267Tip: getting your first beneficial mutation \u00264will be slow,\u00267 but you can speed it up by \u00266planting crops in a plus shape,\u00267 with the cross sticks in the middle! This means each potential crossbreed has \u00266four\u00267 chances to pick parents, instead of \u00264just two.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest12.subtitle": "English, poindexter?", + "ftbquests.chapter.the_hunt_for_grass.quest12.task_7762997780188473985.title": "WAY too complicated", + "ftbquests.chapter.the_hunt_for_grass.quest12.title": "That was a lot...", + "ftbquests.chapter.the_hunt_for_grass.quest13.description1": "Now that you have a way to grow and breed plants, you should get started on broadening your base of food. Either \u00266breed the plants you have\u0026r into the two other staple crops from the old world, or \u00266find them on the mutated inhabitants\u0026r of the new.", + "ftbquests.chapter.the_hunt_for_grass.quest13.description2": "\u00267Tip: to find mutations, look up the recipe for the seed of the plant in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.description3": "\u00267Tip 2: to see what conditions a seed needs to grow (including what blocks it can grow on), check the uses of the seed in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.title": "Edible Plants", + "ftbquests.chapter.the_hunt_for_grass.quest14.description1": "At some point, you\u0027re going to run out of ruins. Thankfully, there is a special kind of flower called the \u00266Cuprosia \u0026ryou can breed that can harvest \u00266trace amounts of copper from the water.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest14.description2": "\u00267Tip: the flower will only grow in a waterlogged crop. If you successfully crossbreed the Cuprosia but the crop stick it\u0027s on is not waterlogged, \u00264it will not grow. \u00267Additionally, it can \u00264only grow on gravel\u00267 at strength 1.", + "ftbquests.chapter.the_hunt_for_grass.quest14.description3": "\u00267Tip 2: plant species can be recessive! Use your magnifying glass.", + "ftbquests.chapter.the_hunt_for_grass.quest14.title": "Growing copper?", + "ftbquests.chapter.the_hunt_for_grass.quest15.description1": "Now you have to find a way to turn the nascent life energy within the tree into some form of grass. There was a ritual you remember that was able to condense said energy into a special seed...", + "ftbquests.chapter.the_hunt_for_grass.quest15.description2": "Witchcraft can help you here - brew up some \u00266brilliant fiber,\u0026r apply it to some tree leaves, and watch it \u00266spread!\u0026r Once you have enough, break the leaves - the gilded leaves you\u0027ll get will be able to crush into a \u00266fine gold dust,\u0026r perfect for this ritual.", + "ftbquests.chapter.the_hunt_for_grass.quest15.title": "Gold Leaf", + "ftbquests.chapter.the_hunt_for_grass.quest16.description1": "Now that you have a way to conduct the ritual, you can create a \u00266Pasture Seed,\u0026r which will let you finally \u00266bring back grass to the world!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest16.description2": "\u00267To find out how to actually do the ritual, check how to do a Ritual of the Forest in your Book of Natural Aura.", + "ftbquests.chapter.the_hunt_for_grass.quest16.title": "Ritual of the Forest", + "ftbquests.chapter.the_hunt_for_grass.quest17.description1": "The \u00266Witch\u0027s Oven\u0026r can be used to distill saplings into \u00266special magic fumes,\u0026r which are especially potent in a variety of magical rites.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description1": "Using some sapling fumes and some plantlife, you can create \u00266Pasture Seeds\u0026r - special seeds that will place an \u00266area of grass\u0026r on nearby dirt.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description2": "\u00267Tip: due to a bug in the mod, watering cans will not work to start the ritual of the forest!", + "ftbquests.chapter.the_hunt_for_grass.quest18.subtitle": "Not as green as I\u0027d like...", + "ftbquests.chapter.the_hunt_for_grass.quest18.title": "Grass!", + "ftbquests.chapter.the_hunt_for_grass.quest19.description1": "The composter can turn \u00266extra seeds and crops into bonemeal!\u0026r No more hunting skeletons in the middle of the night.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description1": "Even through the lack of nutrients in the soil, some especially-tough tufts of grass have held on. Some even have \u00266seeds that you can find\u0026r and try to coax to life.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description2": "Some of these seem \u00266especially magical\u0026r - you wonder if you could use them in any way...", + "ftbquests.chapter.the_hunt_for_grass.quest2.description3": "\u00267Tip: you\u0027ll probably only want to harvest mandrake at night until you get its strength up!", + "ftbquests.chapter.the_hunt_for_grass.quest2.title": "Seeds", + "ftbquests.chapter.the_hunt_for_grass.quest20.description1": "You can get straw rarely by cutting grass with a \u00266knife.\u0026r Use it to make leads, ropes, and building blocks!", + "ftbquests.chapter.the_hunt_for_grass.quest20.task_1283594596619655186.title": "Any Knife", + "ftbquests.chapter.the_hunt_for_grass.quest20.title": "Straw", + "ftbquests.chapter.the_hunt_for_grass.quest21.description1": "You can turn bonemeal, dirt, and some organic material into \u00266organic compost.\u0026r When placed down, the compost will\u00266 turn into rich soil \u0026rafter a while (sped up by sunlight, water, and proximity to other rich soil or mushrooms), which grows most crops \u00266faster than regular farmland!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest21.title": "Rich Farmland", + "ftbquests.chapter.the_hunt_for_grass.quest22.description1": "Now that you have access to iron, you can make a \u00266watering can.\u0026r Higher-tier versions exist and are much better, but the basic version can still speed up the growth of crops.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description1": "This pack contains \u00266Via Romana\u0026r, a sign-based fast travel system. In order to fast travel using signs, you must first \u00266build a path and traverse it\u0026r before you can teleport across it. ", + "ftbquests.chapter.the_hunt_for_grass.quest23.description2": "\u00266Shift-left-click\u0026r on a sign at the start of your path, then \u00266shift-left-click\u0026r on a sign at the end of your path. Once you start pathing from one sign to the other, you need to follow a player-made path. If you deviate, you\u0027ll \u0026cstop\u0026r building the fast travel route and have to backtrack.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description3": "Once linked, just punch the sign and you\u0027ll fast travel!", + "ftbquests.chapter.the_hunt_for_grass.quest23.description4": "\u00267Tip: to see what blocks count as path blocks, search \u00262#via_romana:path_block\u00267 in your recipe viewer.", + "ftbquests.chapter.the_hunt_for_grass.quest23.task_5888718684745127233.title": "Any Warpable Sign", + "ftbquests.chapter.the_hunt_for_grass.quest23.title": "Signpost Travel", + "ftbquests.chapter.the_hunt_for_grass.quest24.description1": "\u00266Fume Funnels,\u0026r when placed next to a Witch\u0027s Oven, raise the chance of getting fumes from items.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description1": "Tired of hearing those godforsaken \u00266mandrakes\u0026r shriek? Make some \u00266earmuffs!\u0026r They\u0027ll protect you from getting your ears blown out by their piercing scream.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description2": "\u00267Tip: the higher the strength stat on mandrake is, the less likely they are to wake up.", + "ftbquests.chapter.the_hunt_for_grass.quest25.title": "OSHA Approved", + "ftbquests.chapter.the_hunt_for_grass.quest26.description1": "With the re-introduction of actual saplings to the world, you might want to make slightly better tools than the basic pickaxe and axe you\u0027re used to.", + "ftbquests.chapter.the_hunt_for_grass.quest26.description2": "The \u00266Hammer, Excavator, and Broadaxe\u0026r can break blocks in a \u002663x3 area\u0026r (and the broadaxe breaks in \u002663x3x3!\u0026r), making terraforming and general resource collection much easier.", + "ftbquests.chapter.the_hunt_for_grass.quest26.task_4941645910113139201.title": "Any AOE Tool", + "ftbquests.chapter.the_hunt_for_grass.quest3.description1": "Unless you get lucky and find an ingot or two among the husks, you\u0027ll need some way to make iron ingots. ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description2": "Luckily, one of those plants you found has a rudimentary circulatory system, which has enough thematic overlap with actual hemoglobin that you can use it to precipitate hemoglobic fluid...", + "ftbquests.chapter.the_hunt_for_grass.quest3.description3": "Basically, you found a \u00266plant that grows blood\u0026r and you\u0027re gonna \u00266make iron out of it\u0026r by putting it into a \u00266Sal Ammoniac Accumulator above a Fluid Vessel.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description4": "\u00267Note: A Sal Ammoniac tank is meant only for sal ammoniac, so you \u0026oneed\u0026r\u00267 to place the \u0026lfluid vessel\u0026r\u00267 below it.", + "ftbquests.chapter.the_hunt_for_grass.quest3.title": "Hemoglobic Fluid", + "ftbquests.chapter.the_hunt_for_grass.quest4.description1": "Now that you have your hemoglobic fluid, you can \u00266use it as a solvent in your Liquefaction Cauldron to liquify copper\u0026r - the iron in the fluid will transform the copper sulfur into \u00266Iron Alchemical Sulfur.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.description2": "You\u0027ll also need some \u00266Mineral Alchemical Salt\u0026r - you can get this by \u00266calcifying charcoal,\u0026r or re-calcifying \u00266a large amount of Strata salt.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.title": "Salt and Sulfur", + "ftbquests.chapter.the_hunt_for_grass.quest5.description1": "You\u0027re almost there! Just throw the \u00266Iron Alchemical Sulfur, Mineral Alchemical Salt, \u0026rand\u00266 Alchemical Mercury\u0026r into the \u00266Incubator, \u0026rand you\u0027ll have iron!", + "ftbquests.chapter.the_hunt_for_grass.quest6.description1": "You can mash up the magical plants you\u0027ve found into something you\u0027re calling \u00266Anointing Paste.\u0026r You\u0027re pretty sure you can apply it to something, but what? ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description1": "Now that you have a bit of iron, you can make a cauldron and \u00266anoint\u0026r it to make a \u00266Witch\u0027s Cauldron\u0026r - a magically-insulated vessel for brewing all sorts of witchy goodness. ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description2": "Fill it with three buckets of water, place it over a campfire, and it\u0027ll start boiling!", + "ftbquests.chapter.the_hunt_for_grass.quest7.description3": "\u00267Tip: if your brew spoils (turns brown because you put items in out of order or incorrectly), you can use an empty bucket to empty the cauldron.", + "ftbquests.chapter.the_hunt_for_grass.quest7.task_2385086996515714487.title": "Anoint a Cauldron", + "ftbquests.chapter.the_hunt_for_grass.quest8.description1": "With a little bit of magic (and a reinforced witchy cauldron), you can make a \u00266potent mutagen\u0026r - potent enough to mutate those \u00266dead bushes\u0026r you\u0027ve been seeing around into \u00266actual saplings!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest8.subtitle": "Minor necromancy", + "ftbquests.chapter.the_hunt_for_grass.quest8.task_6488684102089578318.title": "Any Sapling", + "ftbquests.chapter.the_hunt_for_grass.quest8.title": "Saplings!", + "ftbquests.chapter.the_hunt_for_grass.quest9.description1": "The seeds you\u0027ve been finding have uniquely adapted themselves to their harsh environment. As a consequence, however, they\u0027ve become \u00264much less productive, focusing entirely on survival.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest9.description2": "You can try to selectively breed your meager collection of seeds together to make them \u00266grow faster\u0026r and \u00266produce more,\u0026r or even try \u00266cross-breeding them\u0026r to start bringing back extinct species of plant...", + "ftbquests.chapter.the_hunt_for_grass.quest9.description3": "To start, plant any seeds you have onto specially-prepared \u00266Crop Sticks.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.title": "A Whiff of Normal", + "ftbquests.chapter.the_sound_of_life.quest1.description1": "Debatably sentient life in the form of chickens! Even more importantly, these chickens will produce \u00266eggs,\u0026r the root of all fauna.", + "ftbquests.chapter.the_sound_of_life.quest1.title": "Sentient Life", + "ftbquests.chapter.the_sound_of_life.quest10.description1": "You can upgrade your blood altar by placing runes around it - your \u00266Sanguine Scientiem\u0026r can give you specifics. A tier 2 altar can create \u00266Reinforced Slates!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest10.description2": "Used for creating special runes that give your blood altar benefits, among other things, they are just that much more potent than a regular blank slate.", + "ftbquests.chapter.the_sound_of_life.quest10.title": "Tier 2 Slates", + "ftbquests.chapter.the_sound_of_life.quest11.description1": "A tier 3 altar can create \u00266Imbued Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.description2": "Even stronger than the reinforced version, they can make even better rune upgrades for your blood altar, as well as the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.title": "Tier 3 Slates", + "ftbquests.chapter.the_sound_of_life.quest12.description1": "The \u00266Alchemical Reaction Chamber\u0026r is capable of a great many things, but one of the most important is its ability to produce gems - \u00266diamond, lapis, and amethyst.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description1": "With access to gems, you can make a \u00266Tainted Blood Pendant,\u0026r which you can then infuse with \u00266Regeneration!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description2": "This makes poking yourself for life essence much more bearable...", + "ftbquests.chapter.the_sound_of_life.quest13.description3": "\u00267Tip: prismarine can be made either through Create\u0027s haunting or Nature\u0027s Aura\u0027s Natural Altar.", + "ftbquests.chapter.the_sound_of_life.quest14.description1": "Alchemizing with lifeforce provides the extra punch needed to transmute base materials into \u00266precious gems\u0026r using the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest14.description2": "\u00267Tip: once you\u0027ve made one of a specific kind of gem, you can use Theurgy to convert more materials into that gem\u0027s sulfur without having to go through the whole blood transmutation again!", + "ftbquests.chapter.the_sound_of_life.quest14.title": "Gems!", + "ftbquests.chapter.the_sound_of_life.quest15.description1": "A renewable source of gems would be much appreciated - thankfully, you can perform a \u00266special wiccan ritual\u0026r to turn a block of amethyst into its budding version.", + "ftbquests.chapter.the_sound_of_life.quest15.description2": "\u00267Tip: you can use blood magic\u0027s arcane ashes to draw a pentagram on your altar, giving it an addtional 1.5x boost to total power capacity!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest15.description3": "\u00267Tip 2: the instructions for this ritual can be found in your Reclamation Rituals book.", + "ftbquests.chapter.the_sound_of_life.quest16.description1": "Now that you have access to gems, you can start to manipulate \u00265Source, \u0026ranother type of magical energy you remember from before.", + "ftbquests.chapter.the_sound_of_life.quest16.description2": "To start, you\u0027ll want to turn lapis or amethyst shards into source gems using an \u00266Imbuement Chamber.\u0026r However, for an Imbuement Chamber, you\u0027ll need a special kind of wood. Because \u00265Source\u0026r is innately intertwined with \u00264Life Essence,\u0026r infusing an already magically-resonant tree with \u00264Life Essence\u0026r should produce a suitable sapling.", + "ftbquests.chapter.the_sound_of_life.quest16.description3": "\u00267Tip: you can convert between the four types of sapling using a mana pool!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest16.title": "Archwood", + "ftbquests.chapter.the_sound_of_life.quest17.description1": "With Archwood, you can now create \u00266Source Gems,\u0026r a perfect focusing medium for the arcane energies of \u00265Source.\u0026r Just toss some amethyst or lapis into an \u00266Imbuement Chamber!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest17.description2": "At first, you\u0027ll be slowly imbuing gems with the trace amounts present in the air, but once you get a way to generate \u00265Liquid Source,\u0026r you\u0027ll be converting gems in a flash!", + "ftbquests.chapter.the_sound_of_life.quest17.title": "Source Gems", + "ftbquests.chapter.the_sound_of_life.quest18.description1": "By offering an \u00266Imbued Slate\u0026r to the gods, you can convert mundane iron into the dense ingot of \u00266Osmium.\u0026r This metal is crucial to advanced mechanical applications.", + "ftbquests.chapter.the_sound_of_life.quest18.title": "Supermassive", + "ftbquests.chapter.the_sound_of_life.quest19.description1": "Now that you have a source of power, you\u0027ll want to start making real machinery. Your first step - a \u00266Metallurgic Infuser.\u0026r This machine can do a wide varity of things, but one of the most important is its ability to create \u00266steel,\u0026r another critical metal for your foray into technology.", + "ftbquests.chapter.the_sound_of_life.quest19.description2": "Infusing \u00266iron with coal,\u0026r while inefficient, is your only real way to make it - at least for now.", + "ftbquests.chapter.the_sound_of_life.quest19.title": "Steel", + "ftbquests.chapter.the_sound_of_life.quest2.description1": "Now that you have access to a breedable animal, you can utilize their excess vitalic energy to birth new creatures. ", + "ftbquests.chapter.the_sound_of_life.quest2.description2": "In an area with high Aura concentration, \u00266breeding mobs together\u0026r will generate \u00266Spirits of Birthing.\u0026r These spirits can be tossed alongside some other reagents onto an \u00266Altar of Birthing\u0026r to spawn new creatures.", + "ftbquests.chapter.the_sound_of_life.quest2.title": "Altar of Birthing", + "ftbquests.chapter.the_sound_of_life.quest20.description1": "The basis of every machine worth making, \u00266a Steel Casing \u0026ropens up limitless possibilities. ", + "ftbquests.chapter.the_sound_of_life.quest20.description2": "Almost quadrupling raw ore into ingots, turning plants into energy, or even fusion reactors all start with the humble steel casing.", + "ftbquests.chapter.the_sound_of_life.quest20.title": "Basic Machinery", + "ftbquests.chapter.the_sound_of_life.quest21.description1": "The \u00266Enrichment Chamber\u0026r can slightly boost the outputs of raw ores, clean blocks, and refine reagents for the \u00266Metallurgic Infuser,\u0026r creating enriched versions of items that are \u002668 times more efficient!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest22.description1": "Before you can do anything related to machinery, you\u0027ll need a source of power. Thankfully, \u0026bbotanic mana\u0026r is easily convertible to \u0026credstone flux.\u0026r Simply point a mana spreader at a \u00266Mana Fluxfield\u0026r and it\u0027ll output \u0026cRF\u0026r to any adjacent blocks.", + "ftbquests.chapter.the_sound_of_life.quest22.description2": "\u00267You can also use a heat generator, but it\u0027s VERY inefficient and (probably) not even worth making!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description1": "With the acquisition of lapis, you can now make the \u00266Terrestrial Agglomeration Plate,\u0026r a necessary step in your mastery of \u0026bbotanic mana.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description2": "Combining mana-infused versions of a diamond, an ender pearl, and iron (alongside a tremendous amount of mana) creates \u00266Terrasteel,\u0026r a unique alloy that is incredibly strong and mana conductive.", + "ftbquests.chapter.the_sound_of_life.quest23.description3": "\u00267Tip: use sparks instead of mana spreaders for a much faster mana transfer rate!", + "ftbquests.chapter.the_sound_of_life.quest23.title": "Terrasteel", + "ftbquests.chapter.the_sound_of_life.quest24.description1": "Steel allows you to make better pipes of all kinds, able to transport items, fluids, RF, chemicals, and even heat. These have a number of \u00266advantages over caminite-based alternatives,\u0026r mainly their lack of reliance on redstone and their upgradeability.", + "ftbquests.chapter.the_sound_of_life.quest24.task_1474346775141796701.title": "Any Basic Logistic Item", + "ftbquests.chapter.the_sound_of_life.quest24.title": "Advanced Logistics", + "ftbquests.chapter.the_sound_of_life.quest25.description1": "The \u00266Rotary Condensentrator\u0026r allows you to convert liquids to gases, and vice versa. This is useful for storage purposes, but it also allows you to aerate Life Essence!", + "ftbquests.chapter.the_sound_of_life.quest26.description1": "The \u00266Gas-Burning Generator\u0026r can produce a large amount of RF very quickly - it\u0027s a solid midrange option that will most likely carry your energy needs until you start making reactors.", + "ftbquests.chapter.the_sound_of_life.quest26.description2": "\u00266Aerated Essence \u0026ris relatively easy to produce, and can be burned to produce a solid amount of RF. It\u0027s macabre, but it works!", + "ftbquests.chapter.the_sound_of_life.quest27.description1": "\u00266Ethylene\u0026r is another gas you can burn in the gas-burning generator; even a small amount can be burned for a rather large amount of energy.", + "ftbquests.chapter.the_sound_of_life.quest27.description2": "\u00267Note: Ethylene burning has been nerfed in this pack! It\u0027s still useful, just not as absolutely game-breakingly energy dense as it normally is.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest27.title": "Ethylene", + "ftbquests.chapter.the_sound_of_life.quest28.description1": "Ethylene can be further mixed with Aerated Essence to produce Blooded Ethylene, a much more energy-dense gas that can burn for longer in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest28.title": "Blooded Ethylene", + "ftbquests.chapter.the_sound_of_life.quest29.description1": "The \u00266Crusher\u0026r is great for turning things into smaller, powdery versions of themselves. It\u0027s also great at turning plants into \u00266Bio Fuel!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest3.description1": "Blood magic is a pathway to many abilities some consider to be unnatural.", + "ftbquests.chapter.the_sound_of_life.quest3.description2": "To start, make a few \u00266soul snares\u0026r and \u00266throw them at monsters before killing them.\u0026r These snared monsters will drop \u00266demonic will\u0026r, which you\u0027ll need to get started!", + "ftbquests.chapter.the_sound_of_life.quest3.title": "Blood Magic", + "ftbquests.chapter.the_sound_of_life.quest30.description1": "\u00266Bio Fuel\u0026r can be turned directly into energy in the \u00266Bio-Generator,\u0026r or further refined into ethylene for burning in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest30.title": "Bio Fuel", + "ftbquests.chapter.the_sound_of_life.quest31.description1": "The \u00266Purification Chamber,\u0026r in combination with oxygen and some further processing, can double raw ore outputs.", + "ftbquests.chapter.the_sound_of_life.quest31.description2": "Ore clumps can be crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest31.description3": "\u00267Tip: gas upgrades can be placed into some machines to make them more efficient in their use of chemicals!", + "ftbquests.chapter.the_sound_of_life.quest32.description1": "The \u00266Chemical Dissolution Chamber\u0026r is the next step in your ore processing - with the chamber as a starting point and some hydrogen chloride, it can turn 3 ore into 8 shards, which eventually get processed into ingots.", + "ftbquests.chapter.the_sound_of_life.quest32.description2": "To make hydrogen chloride, you\u0027ll need a renewable source of chlorine. The \u00266Thermal Evaporation Tower Multiblock\u0026r can turn plain water into brine, which can then be electrolysed into chlorine.", + "ftbquests.chapter.the_sound_of_life.quest32.description3": "Shards need to be purified into clumps, crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.description1": "The final refinement to your ore refinement process: the \u00266Chemical Washer and Crystallizer\u0026r can wash and crystallize ore slurry, at a 3 raw ore to eventual 10 ingot ratio.", + "ftbquests.chapter.the_sound_of_life.quest33.description2": "You\u0027ll need sulfur for sulfuric acid, which you can make through judicious application of oxygen to charcoal.", + "ftbquests.chapter.the_sound_of_life.quest33.description3": "Dirty ore slurry needs to be washed into clean ore slurry, then crystallized into crystals, which then get thrown into the \u00266Chemical Injection Chamber\u0026r to get turned into shards, which purify into clumps, crush into dirty dust, enrich into clean dust, and then finally smelt into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.title": "REAL Ore Processing", + "ftbquests.chapter.the_sound_of_life.quest34.description1": "To make the next tier of altar, you\u0027ll need bloodstone bricks to cap the next set of pillars. However, these require blood shards to make; blood shards require \u00266tau fruit. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest34.description2": "Despite your best efforts, you can\u0027t breed tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest34.description3": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of Tau Fruit. Go forth, ", + "ftbquests.chapter.the_sound_of_life.quest34.title": "Blooded Rituals", + "ftbquests.chapter.the_sound_of_life.quest35.description1": "\u00266Blood Shards\u0026r are a very handy thing for someone of your talents to have around. Despite your best efforts, however, you can\u0027t breed the necessary tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest35.description2": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of tau fruit. ", + "ftbquests.chapter.the_sound_of_life.quest35.description3": "\u00267Tip: once you have some, planting tau fruit and having it grow while something is standing on it will eventually create a saturated tau.", + "ftbquests.chapter.the_sound_of_life.quest35.title": "Blood Shards", + "ftbquests.chapter.the_sound_of_life.quest36.description1": "With access to blood shards, you can finally make a tier 4 altar and\u00266 Demonic Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest36.description2": "Yet still stronger than Imbued Slates, these bad boys pack quite an essence-filled punch! You can use these for ritual paraphernalia as well as more altar upgrades.", + "ftbquests.chapter.the_sound_of_life.quest36.title": "Tier 4 Slates", + "ftbquests.chapter.the_sound_of_life.quest37.description1": "The \u00266Dusk\u0026r version of the \u00266Ritual Diviner\u0026r will allow you to perform even stronger rituals - chief among these being the \u00266Pathway to the Endless Realm.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.description2": "Once performed, you will be presented with a gate to the Demon Realm proper - a sprawling labyrinth of rooms which contain strong enemies, plentiful loot, and the curious ore known as \u00266Demonite.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.title": "Dusk Rituals", + "ftbquests.chapter.the_sound_of_life.quest38.description1": "\u00266Demonite\u0026r can be found rarely in the \u00266Demon Realm,\u0026r either as an ore block or as loot in chests.", + "ftbquests.chapter.the_sound_of_life.quest38.description2": "You also remember that there was a \u00266special key\u0026r for \u00266spatial distortions\u0026r that led you to the mines, which held much more valuable loot...", + "ftbquests.chapter.the_sound_of_life.quest39.description1": "The single most powerful slate you can make,\u00266 Ethereal Slates\u0026r require a tier 5 altar to craft.", + "ftbquests.chapter.the_sound_of_life.quest39.description2": "Alongside netherite scraps and some \u00266looted parts\u0026r from the Demon Realm, these slates can be used to upgrade altar runes, making them \u00266twice as powerful.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest39.title": "Tier 5 Slates", + "ftbquests.chapter.the_sound_of_life.quest4.description1": "One of the most common things you\u0027ll need in the pursuit of sanguine magic is a base material of stone doped in blood - excellent for channelling these dark energies.", + "ftbquests.chapter.the_sound_of_life.quest4.description2": "You\u0027ll need to make quite a few to upgrade your blood altar!", + "ftbquests.chapter.the_sound_of_life.quest40.description1": "Now that you have access to dusk rituals, you can use either a \u00266Ritual of the Feathered Knife\u0026r or a \u00266Well of Suffering\u0026r to automate the collection of life essence.", + "ftbquests.chapter.the_sound_of_life.quest40.description2": "To get even more out of your rituals, you can use the \u00266Ritual Tinkerer!\u0026r Read your \u00266Sanguine Scientiem\u0026r for more information.", + "ftbquests.chapter.the_sound_of_life.quest40.description3": "\u00267Tip: if you can supply mobs to the well constantly (or give them a source of regenerating health), you could fully automate life essence collection...", + "ftbquests.chapter.the_sound_of_life.quest40.title": "Useful Rituals", + "ftbquests.chapter.the_sound_of_life.quest41.description1": "The \u00266Incense Altar\u0026r is the center of a large freeform multiblock structure focused on bringing a sense of tranquility to players. With enough peace of mind, you can perform self-sacrifice with a much smoother hand - at high levels, you can get as much as \u00266quadruple the normal amount of life essence!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest41.description2": "For more information on this structure, take a look at your \u00266Sanguine Scientiem.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description1": "With enough Demonic Will, you reach a critical mass that can eventually \u00266generate will\u0026r ex nihilo! Simply burn some into the local aura by throwing will into a \u00266Demon Crucible,\u0026r then wait for it to crystallize on the \u00266Demon Crystallizer. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description2": "With enough will in the aura, the crystal will grow extra spires you can harvest and re-burn; each crystal past the first takes 40 will to grow but \u00266burns into 50!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description3": "Now if only there was some way to automate this...", + "ftbquests.chapter.the_sound_of_life.quest42.description4": "\u00267Tip: for more info, read your Sanguine Scientiem!", + "ftbquests.chapter.the_sound_of_life.quest42.title": "Crystallized Will", + "ftbquests.chapter.the_sound_of_life.quest43.description1": "With the \u00266Resonance of the Faceted Crystal\u0026r ritual, you can split one well-established Will Crystal into four separate aspected crystals! This aspected will is handy for all sorts of things, but one of the most useful things you can do is use it in other rituals to \u00266change the way they perform.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest43.description2": "\u00267Tip: it\u0027s possible to fully automate the growing, splitting, and harvesting of crystals using rituals!", + "ftbquests.chapter.the_sound_of_life.quest43.title": "Aspected Will", + "ftbquests.chapter.the_sound_of_life.quest44.description1": "With access to Terrasteel, you can make the third tier of botanic runes: \u00266Sin Runes.\u0026r These can be used to make better baubles, more powerful flowers, and more!", + "ftbquests.chapter.the_sound_of_life.quest44.task_6010537284078335274.title": "Any Sin Rune", + "ftbquests.chapter.the_sound_of_life.quest44.title": "Sin Runes", + "ftbquests.chapter.the_sound_of_life.quest45.description1": "With Terrasteel, you can utilize an old ritual to open a \u00266gateway to Alfheim,\u0026r which you\u0027re certain has escaped whatever happened to this world. The portal won\u0027t be able to transport living beings, but maybe you can trade for some \u00266useful materials?\u0026r", + "ftbquests.chapter.the_sound_of_life.quest45.description2": "\u00267Tip: For more information on the portal, read your Lexica Botania! For even more than that, throw your entire Lexica Botania into the portal! (but make sure you don\u0027t throw your Akashic Tome away!)", + "ftbquests.chapter.the_sound_of_life.quest45.title": "The Portal to Alfheim", + "ftbquests.chapter.the_sound_of_life.quest46.description1": "The \u00266Elven Mana Spreader\u0026r is much more efficient than it\u0027s livingwood predecessor - it shoots larger bursts faster and farther.", + "ftbquests.chapter.the_sound_of_life.quest46.title": "Better Spreader", + "ftbquests.chapter.the_sound_of_life.quest47.description1": "With Sin Runes and elven materials, you can craft a special flower that \u00266generates ore in nearby stone or deepslate!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest47.description2": "As far as you\u0027re concerned, this is more proof that you can solve any problem if you throw enough raw mana at something.", + "ftbquests.chapter.the_sound_of_life.quest47.subtitle": "but not ad astra!", + "ftbquests.chapter.the_sound_of_life.quest47.title": "Ex Nihilo", + "ftbquests.chapter.the_sound_of_life.quest48.description1": "The \u00266Scribe\u0027s Table\u0026r allows you to create new glyphs for spellbooks. As far as spellbooks go, you have a couple options - use either pure arcane mana or life essence to fuel your spells.", + "ftbquests.chapter.the_sound_of_life.quest48.title": "Spellcasting", + "ftbquests.chapter.the_sound_of_life.quest49.description1": "Source can be generated in a variety of ways, but you\u0027ll need to do something to get it into a much more useable liquid form. ", + "ftbquests.chapter.the_sound_of_life.quest49.description2": "\u00266Sourcelinks\u0026r will gather it for you, but you\u0027ll also need to make a \u00266jar\u0026r to store the generated source.", + "ftbquests.chapter.the_sound_of_life.quest49.task_8602744015200526354.title": "Any Sourcelink", + "ftbquests.chapter.the_sound_of_life.quest49.title": "Generating Source", + "ftbquests.chapter.the_sound_of_life.quest5.description1": "The \u00266Hellfire Forge\u0026r allows you to use Demonic Will to craft special items.", + "ftbquests.chapter.the_sound_of_life.quest5.description2": "One of the first things you\u0027ll want to make is a \u00266soul gem\u0026r - these special gems can store demonic will you pick up without clogging your inventory.", + "ftbquests.chapter.the_sound_of_life.quest5.description3": "\u00267Tip: the more will you have stored in your inventory, the more will drops from monsters!", + "ftbquests.chapter.the_sound_of_life.quest50.description1": "One of the primary uses of liquid source is the enchanting of items. Using the \u00266Arcane Core\u0026r and an \u00266Enchanting Apparatus\u0026r atop it, you can create many useful things.", + "ftbquests.chapter.the_sound_of_life.quest50.title": "Arcane Enchanting", + "ftbquests.chapter.the_sound_of_life.quest51.description1": "If you\u0027re tired of waiting for amethyst to grow, try animating a block of budding amethyst with the \u00266Ritual of Awakening.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.description2": "It turns budding amethyst into an \u00266Amethyst Golem,\u0026r who can harvest, grow, and even bud other blocks of amethyst!", + "ftbquests.chapter.the_sound_of_life.quest51.description3": "Its behavior can be further modified using a \u00266Dominion Wand.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.title": "Amethyst Buddy", + "ftbquests.chapter.the_sound_of_life.quest52.description1": "With the acquisition of specially-charged elven materials, you can create an \u00266even stronger mana-generating base;\u0026r cake, wool, and even other mana flowers can all be mulched into yet more mana.", + "ftbquests.chapter.the_sound_of_life.quest52.task_1683678805039454876.title": "Any Elven Flower", + "ftbquests.chapter.the_sound_of_life.quest52.title": "Esoteric Mana Generation", + "ftbquests.chapter.the_sound_of_life.quest53.description1": "With the power of Elementium and a little extra elemental oomph, you can craft a special pylon to use in tandem with the power of a beacon to summon the \u00266Guardian of Gaia.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest53.description2": "Prove your strength, and you\u0027ll be rewarded with \u00266Gaia Spirits.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest54.description1": "Using the \u00266Enchanting Apparatus\u0026r and some special reagents, you can make elemental essences that have a wide variety of uses, from crafting to spellweaving.", + "ftbquests.chapter.the_sound_of_life.quest54.task_6599905580160140411.title": "Any Essence", + "ftbquests.chapter.the_sound_of_life.quest55.description1": "Fragments of the mysterious \u00266Guardian of Gaia\u0026r, these spirits have enormous potential...", + "ftbquests.chapter.the_sound_of_life.quest56.description1": "There are quite a few elemental \u00266rituals\u0026r that could come in handy for you - defending your base, automatically pick items up, and even allowing you to fly!", + "ftbquests.chapter.the_sound_of_life.quest57.description1": "The \u00266Storage Lectern\u0026r boasts the incredibly convenient capability of letting you manage, view, and craft using nearby storage blocks. Simply place it down and link inventories to it using the dominion wand!", + "ftbquests.chapter.the_sound_of_life.quest57.description2": "There is a limit to the number of inventories you can connect to at once - this can be raised using additional \u00266Bookwyrm Charms.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description1": "Mekanism upgrades come in two flavors - \u00266upgrade cards\u0026r and \u00266tier installers. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description2": "Upgrade cards give the machine a boost to a certain aspect - speed, energy efficiency, etc.", + "ftbquests.chapter.the_sound_of_life.quest58.description3": "Tier installers give the machine more processing slots - from 1 item at a time to \u002669 in some machines!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.task_366296260702142144.title": "Any Upgrade", + "ftbquests.chapter.the_sound_of_life.quest58.title": "Upgrades", + "ftbquests.chapter.the_sound_of_life.quest59.description1": "You can use a hefty amount of will as well as vengeful will crystals to create \u00266Wither Skeleton Skulls\u0026r in a Hellfire Forge. ", + "ftbquests.chapter.the_sound_of_life.quest59.description2": "These skulls are very powerfully charged - you can use them to summon Withers and acquire their \u00266valuable stars.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest59.title": "The Wither", + "ftbquests.chapter.the_sound_of_life.quest6.description1": "\u00266Blood Orbs\u0026r are a budding sanguimancer\u0027s way of storing and utilizing Life Essence, measured in \u00266LP.\u0026r Once you\u0027ve crafted one, right click with it in your hand to bind it to your personal LP network.", + "ftbquests.chapter.the_sound_of_life.quest6.description2": "LP is used for things like sigils, rituals, and crafting. You can transfer life essence in an altar to your network by placing your orb into the altar.", + "ftbquests.chapter.the_sound_of_life.quest6.description3": "\u00267Tip: there is a blood orb for each tier of altar! Certain recipes need higher tiers of blood orbs.", + "ftbquests.chapter.the_sound_of_life.quest6.task_9017841688739987349.title": "Any Blood Orb", + "ftbquests.chapter.the_sound_of_life.quest60.description1": "The \u00266Conjuration Catalyst\u0026r can duplicate certain items for a relatively moderate mana cost.", + "ftbquests.chapter.the_sound_of_life.quest60.description2": "No more fiddling around with potions or distilling to make your redstone and glowstone!", + "ftbquests.chapter.the_sound_of_life.quest61.description1": "You can summon \u00266Wilden\u0026r using the aptly-named Tablet of Summon Wilden. These magical creatures drop \u00266special reagents when killed.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest61.description2": "These reagents can also be used to summon the \u00266Wilden Chimera,\u0026r a powerful boss that drops a \u00266special item\u0026r needed to channel tier 3 spells. ", + "ftbquests.chapter.the_sound_of_life.quest61.title": "Wilden", + "ftbquests.chapter.the_sound_of_life.quest62.description1": "With the power of a \u00266Charger\u0026r and an \u00266enriched diamond,\u0026r you can create a \u00266special kind of chargeable quartz...\u0026r", + "ftbquests.chapter.the_sound_of_life.quest62.title": "Certus Quartz", + "ftbquests.chapter.the_sound_of_life.quest63.description1": "Obviously, the ratio of one diamond for one certus quartz isn\u0027t exactly tenable. Luckily, there\u0027s a way to literally grow it from itself - just throw a block of \u00266certus quartz into water with some charged certus quartz,\u0026r and it\u0027ll get converted into \u00266budding quartz.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest63.description2": "This semi-flawed quartz block will grow crystals just like amethyst, with one caveat - \u00264eventually the crystal will degrade\u0026r back into a regular block, meaning you\u0027ll have to re-seed it.", + "ftbquests.chapter.the_sound_of_life.quest63.description3": "\u00267Tip: you can also use Theurgy to convert other materials into certus quartz - amethyst is a good candidate!", + "ftbquests.chapter.the_sound_of_life.quest63.title": "Growing Quartz", + "ftbquests.chapter.the_sound_of_life.quest64.description1": "By combining redstone and nether quartz with charged certus quartz, you can make \u00266Fluix Crystals,\u0026r capable of turning matter into digitalized information.", + "ftbquests.chapter.the_sound_of_life.quest65.description1": "Before the apocalpyse - or whatever happened here - there were strange meteors that occasionally fell containing these \u00266mysterious presses.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest65.description2": "You think you have devised a ritual that could potentially draw in another one of these meteors (albeit greatly diminished in size).", + "ftbquests.chapter.the_sound_of_life.quest65.description3": "\u00267Tip: check your Reclamation Rituals book!", + "ftbquests.chapter.the_sound_of_life.quest65.title": "Mysterious Cube", + "ftbquests.chapter.the_sound_of_life.quest66.description1": "The \u00266ME Controller\u0026r is the brains of the \u00266Material Energy\u0026r system - one of the most powerful logistics solutions available to you.", + "ftbquests.chapter.the_sound_of_life.quest66.subtitle": "Better than futura blocks", + "ftbquests.chapter.the_sound_of_life.quest67.description1": "The \u00266Inscriber\u0026r is used to turn raw materials into actual circuits useable in the \u00266Matter Energy\u0026r system.", + "ftbquests.chapter.the_sound_of_life.quest68.description1": "With the raw power afforded to you by aspected will crystals, gaia fragments, and ethereal slates, you finally have enough oomph to begin reversing the damage this world has suffered.", + "ftbquests.chapter.the_sound_of_life.quest68.description2": "Look into the \u00266Ritual of Reclamation\u0026r in your Reclamation Rituals book to start reclaiming the world.", + "ftbquests.chapter.the_sound_of_life.quest68.description3": "\u00267Note: the ritual may \u00264void blocks!\u0026r\u00267 Perform it away from anything important or risk losing things you might want to keep.", + "ftbquests.chapter.the_sound_of_life.quest68.subtitle": "Roll credits?", + "ftbquests.chapter.the_sound_of_life.quest68.task_6680892754679269683.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_sound_of_life.quest68.title": "Reclamation", + "ftbquests.chapter.the_sound_of_life.quest69.description1": "\u00266Sirens\u0026r can be summoned (and subsequently befriended) at the Altar of Birthing. Once given a Sea Pickle, they\u0027ll disappear and leave behind a token. This token can be turned into a charm that can \u00266automatically fish\u0026r for you, at the price of source!", + "ftbquests.chapter.the_sound_of_life.quest69.description2": "\u00267Tip: this auto fishing can be sped up; read your Worn Notebook for more details.", + "ftbquests.chapter.the_sound_of_life.quest7.description1": "The \u00266Alchemy Table\u0026r allows you to craft with LP from a blood orb. You can make a lot of things like reagents for useful sigils, but you can also make \u00266Arcane Ashes.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest70.description1": "\u00266Whirlisprigs\u0026r can be summoned at the Altar of Birthing. Growing a tree near a summoned one will net you a token, which can be crafted into a charm. This charm summons a tame Whirlisprig that will \u00266produce natural resources\u0026r based on what\u0027s nearby!", + "ftbquests.chapter.the_sound_of_life.quest70.description2": "\u00267Tip: read your Worn Notebook for more!", + "ftbquests.chapter.the_sound_of_life.quest71.description1": "Summon a \u00266Drygmy\u0026r at the Altar of Birthing. Give it a wilden horn to get a token, then craft it into a token. This tame Drygmy will \u00266produce experience and drops of mobs nearby,\u0026r without killing them!", + "ftbquests.chapter.the_sound_of_life.quest72.description1": "Casting dispel on a witch (summoned at the Altar of Birthing) drops a Wixie Token. Turned into a charm to summon Wixies, these creatures can craft and brew potions for you!", + "ftbquests.chapter.the_sound_of_life.quest72.description2": "\u00267Tip: Wixies are very helpful when using an Alchemical Sourcelink! For more info, read your Worn Notebook.", + "ftbquests.chapter.the_sound_of_life.quest73.description1": "\u00266Starbuncles\u0026r summoned by the Altar of Birthing can be gifted gold nuggets to get \u00266Starbuncle Tokens.\u0026r Crafted into a \u00266Starbuncle Charm,\u0026r it will summon a Starbuncle to move items around for you. No more fiddling around with pipes and logistics, just use a semi-intelligent squirrel!", + "ftbquests.chapter.the_sound_of_life.quest73.description2": "\u00267Tip: they can be told to only pick up or drop off certain items - read your Worn Notebook for more information!", + "ftbquests.chapter.the_sound_of_life.quest74.description1": "\u00266Magebloom\u0026r is a flower whose fibers can be spun into a very conductive magical cloth.", + "ftbquests.chapter.the_sound_of_life.quest74.title": "Magebloom", + "ftbquests.chapter.the_sound_of_life.quest75.description1": "\u00266Warp Scrolls\u0026r let you teleport anywhere in a dimension, while their stabilized versions create a temporary portal that can transport you even to \u00266other dimensions.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest75.description2": "\u00267Tip: both types of scrolls can be turned into permanent portals by building a frame out of Sourcestone, placing a full source jar nearby, and tossing the scroll into it.", + "ftbquests.chapter.the_sound_of_life.quest76.description1": "The \u00266Fission Reactor\u0026r is a large multiblock that takes fissile fuel and water and outputs enormous amounts of steam. This steam can be pumped into another large multiblock (the industrial turbine) to produce absolutely outrageous amounts of power. ", + "ftbquests.chapter.the_sound_of_life.quest76.description2": "Equally as importantly, it produces nuclear waste.", + "ftbquests.chapter.the_sound_of_life.quest76.description3": "For more information on how to build this structure, refer to the mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest76.description4": "\u00264Warning: if you mess up running your reactor, it WILL melt down and explode/irradiate the surrounding area. Make it small or make it far away from your base if you\u0027re not confident.", + "ftbquests.chapter.the_sound_of_life.quest76.subtitle": "Uranium \u003d mc2?", + "ftbquests.chapter.the_sound_of_life.quest76.title": "Fission Reactor", + "ftbquests.chapter.the_sound_of_life.quest77.description1": "\u00266Plutonium\u0026r is one possible product from processing nuclear waste - it can be reprocessed into more fissile fuel or crafted into Supercritical Phase Shifter casings.", + "ftbquests.chapter.the_sound_of_life.quest78.description1": "\u00266Radioactive Waste Barrels\u0026r are one of the only things that can hold nuclear waste; when filled, they slowly dispose of their contents.", + "ftbquests.chapter.the_sound_of_life.quest78.title": "Waste Disposal", + "ftbquests.chapter.the_sound_of_life.quest79.description1": "\u00266Polonium\u0026r is a possible product from processing nuclear waste. ", + "ftbquests.chapter.the_sound_of_life.quest79.description2": "Not only can it make a variety of very helpful equipment and the \u00266QIO system,\u0026r it can also be used to craft Supercritical Phase Shifter (SPS) casings, necessary for producing \u00266antimatter.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest8.description1": "\u00266Arcane Ashes,\u0026r made on the Alchemy Table, can be used to perform some basic alchemy without having to re-enter the field of Spagyrics.", + "ftbquests.chapter.the_sound_of_life.quest8.description2": "One of the first things you\u0027ll want to use this for is making the \u00266Divination Sigil,\u0026r which tells you useful information about the amount of life essence you have access to.", + "ftbquests.chapter.the_sound_of_life.quest80.description1": "Making antimatter requires the creation of a Supercritical Phase Shifter, yet another multiblock.", + "ftbquests.chapter.the_sound_of_life.quest80.description2": "Its casings require a large amount of both polonium and plutonium, meaning you\u0027ll need a large amount of nuclear waste processing.", + "ftbquests.chapter.the_sound_of_life.quest80.description3": "To run, it will also need an incredibly large amount of power - this is where you\u0027d want to use an \u00266Industrial Turbine\u0026r hooked up to either a fission or a fusion reactor.", + "ftbquests.chapter.the_sound_of_life.quest80.description4": "\u00267Tip: you only need to make one of these to finish the pack - unless you REALLY like late-game Mekanism or you want to make creative items!", + "ftbquests.chapter.the_sound_of_life.quest81.description1": "The \u00266QIO System\u0026r is a digital storage solution that does not need power and can store a very large amount of items.", + "ftbquests.chapter.the_sound_of_life.quest81.description2": "It has \u00266unlimited cross-dimensional range\u0026r and can import and export automatically. However, it cannot easily auto-craft things for you.", + "ftbquests.chapter.the_sound_of_life.quest81.title": "QIO System", + "ftbquests.chapter.the_sound_of_life.quest82.description1": "The \u00266Fusion Reactor\u0026r is a much more powerful version of its fission counterpart. It can produce millions of RF/t using deuterium, tritium, or D-T fuel.", + "ftbquests.chapter.the_sound_of_life.quest82.description2": "To learn more about this reactor, check the Mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest82.subtitle": "Sci without the fi", + "ftbquests.chapter.the_sound_of_life.quest82.title": "Fusion Reactor", + "ftbquests.chapter.the_sound_of_life.quest9.description1": "\u00266Sentient Tools\u0026r are a much easier way for you to acquire will - instead of having to throw soul snares at enemies, the tools have the \u00266inherent ability to sever souls\u0026r from their fleshy (or bony) prisons.", + "ftbquests.chapter.the_sound_of_life.quest9.description2": "They are also powered by will - any kind of soul gem in your inventory will \u00266increase the tools\u0027 power\u0026r proportional to the amount of will you have stored.", + "ftbquests.chapter.the_sound_of_life.quest9.task_3309257771812589055.title": "Any Sentient Tool", + "ftbquests.chapter.the_sound_of_life.quest9.title": "Sentient Tools", + "ftbquests.chapter.the_sound_of_life.title": "Sounds of Life", + "ftbquests.chapter.the_taste_of_power.quest1.description1": "The \u00266Ender Dragon\u0026r not only has horrific halitosis, it also prevents you from exploring the rest of the End and all its goodies.", + "ftbquests.chapter.the_taste_of_power.quest1.task_4052279956792945141.title": "Kill the Dragon", + "ftbquests.chapter.the_taste_of_power.quest10.description1": "Kinda like an unlimited supply of grape juice!", + "ftbquests.chapter.the_taste_of_power.quest10.description2": "\u00267A/N: pretend it needs 100k instead of 10k source... i\u0027m too lazy to make a custom source jar like ATM does", + "ftbquests.chapter.the_taste_of_power.quest11.description1": "All that effort, and all you got was a really big hole.", + "ftbquests.chapter.the_taste_of_power.quest12.description1": "This is way better than a really big hole!", + "ftbquests.chapter.the_taste_of_power.quest13.description1": "And now the way better hole is a digital rip in the fabric of the universe.", + "ftbquests.chapter.the_taste_of_power.quest13.description2": "Or maybe its a real rip in the fabric of the digital universe?", + "ftbquests.chapter.the_taste_of_power.quest13.description3": "Either way, you\u0027re done. You have access to every item digitally, with the help of a cell workbench. Good job! Have some cake :)", + "ftbquests.chapter.the_taste_of_power.quest14.description1": "It\u0027s not really infinite ME power as much as it is infinite ME efficiency.", + "ftbquests.chapter.the_taste_of_power.quest15.description1": "Sufficiently advanced technology is indistinguishable from magic.", + "ftbquests.chapter.the_taste_of_power.quest15.title": "Creative Energy Cube", + "ftbquests.chapter.the_taste_of_power.quest2.task_7905395510409401238.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest2.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest3.description1": "Congrats! You\u0027ve killed the Ender Dragon - there is no more left to conquer.", + "ftbquests.chapter.the_taste_of_power.quest3.description2": "You are a champion. ", + "ftbquests.chapter.the_taste_of_power.quest3.description3": "You have \u0026lReclaimed\u0026r the world.", + "ftbquests.chapter.the_taste_of_power.quest3.description4": "\u00267As far as anyone can really be concerned, you\u0027ve finished the modpack. Any quests past this are exclusively for bragging rights - creative items, op stuff, lame resource dump recipes, all that jazz.", + "ftbquests.chapter.the_taste_of_power.quest3.description5": "\u00267Thank you immensely for putting the time and effort into finishing the pack! This was a huge undertaking for me, but hopefully you enjoyed it enough that it was worth it :)", + "ftbquests.chapter.the_taste_of_power.quest3.description6": "\u00267 -ACCBDD", + "ftbquests.chapter.the_taste_of_power.quest3.subtitle": "Roll credits (for real)", + "ftbquests.chapter.the_taste_of_power.quest3.task_2556725507805521066.title": "Congratulations!", + "ftbquests.chapter.the_taste_of_power.quest4.description1": "An infinitely super-heated blaze is great just as a centerpiece, but you can also use it to make infinite lava.", + "ftbquests.chapter.the_taste_of_power.quest4.description2": "\u00267Tip: you\u0027re gonna need to make quite a few of these!", + "ftbquests.chapter.the_taste_of_power.quest5.description1": "What\u0027s better than infinite blaze burning? Infinite turning! ", + "ftbquests.chapter.the_taste_of_power.quest6.description1": "The dwarven version of a Philosopher\u0027s Stone.", + "ftbquests.chapter.the_taste_of_power.quest7.description1": "Somehow, you don\u0027t feel as guilty as you think you should.", + "ftbquests.chapter.the_taste_of_power.quest7.description2": "\u00267Tip: this takes 10 full mana pools worth of mana. :)", + "ftbquests.chapter.the_taste_of_power.quest8.description1": "No more will you be shackled to the tyranny of building an enormous pool of whatever fluid!", + "ftbquests.chapter.the_taste_of_power.quest9.description1": "Once you\u0027ve set it to a chemical, you can reset it to empty by crafting it.", + "ftbquests.chapter.the_taste_of_power.quest9.title": "Creative Chemical Tank", + "ftbquests.chapter.the_taste_of_power.title": "The Taste of Power", + "ftbquests.chapter.the_touch_of.quest1.description1": "You\u0027ve done it. You\u0027ve reclaimed some small part of the world! ", + "ftbquests.chapter.the_touch_of.quest1.description2": "Now you just have to regain the diversity in surroundings you remember there once being...", + "ftbquests.chapter.the_touch_of.quest1.task_7943239389617432250.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_touch_of.quest1.title": "Reclamation", + "ftbquests.chapter.the_touch_of.quest10.description1": "\u00266Watery Essence\u0026r is found in deep oceans - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest10.description2": "Elemental wizardry will provide you the magical power necessary to enact such an elementally-aligned terraformation - namely, turning a small area into a \u00266warm ocean.\u0026r", + "ftbquests.chapter.the_touch_of.quest10.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest11.description1": "With all six types of attuned biome essence, you can combine them in a (quite expensive) ritual to produce the \u00266End Portal.\u0026r You\u0027ll still need to add \u00266Eyes of Ender\u0026r to the frame, but once you\u0027ve done so, you can finally enter \u00266the End.\u0026r", + "ftbquests.chapter.the_touch_of.quest11.description2": "\u00267Tip: you can break end portal frames and blocks by right clicking them with the frame remover!", + "ftbquests.chapter.the_touch_of.quest11.subtitle": "Dragons... I hate dragons", + "ftbquests.chapter.the_touch_of.quest11.task_4811328545830427024.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest11.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest12.description1": "Generic biome essence is well and good, but for real ritualistic oomph you\u0027ll need a specialized container, capable of collecting attuned essence.", + "ftbquests.chapter.the_touch_of.quest12.description2": "\u00267Tip: check your Reclamation Rituals book for information on the late-game terraforming rituals!", + "ftbquests.chapter.the_touch_of.quest13.description1": "With biome essence, you can also perform \u00266more directed terraforming\u0026r - turning the surrounding area into basic overworld biomes: forest, plains, river, beach, and ocean.", + "ftbquests.chapter.the_touch_of.quest13.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the overworld terraforming rites!", + "ftbquests.chapter.the_touch_of.quest13.task_2143407724517054989.title": "Basic Terraforming", + "ftbquests.chapter.the_touch_of.quest14.description1": "With some additional infusion, an attuned biome bottle can be turned into a \u00266biome globe\u0026r - in essence a portable directed reclamation ritual.", + "ftbquests.chapter.the_touch_of.quest14.description2": "\u00267Tip: these globes have 16 uses each, and convert a radius of 12 blocks from where you use them! They\u0027ll convert blocks to their reclaimed versions, but they will NOT place features like grass or trees; you\u0027ll have to do those yourself.", + "ftbquests.chapter.the_touch_of.quest14.description3": "\u00267Tip 2: these drain a LOT of aura to make!", + "ftbquests.chapter.the_touch_of.quest14.subtitle": "Portable Terraforming", + "ftbquests.chapter.the_touch_of.quest14.task_8529374338001252387.title": "Any Biome Globe", + "ftbquests.chapter.the_touch_of.quest14.title": "Biome Globes", + "ftbquests.chapter.the_touch_of.quest2.description1": "Getting the nether back into shape is relatively easy, now that you understand the shape of terraforming rituals and have a source of biomic essence.", + "ftbquests.chapter.the_touch_of.quest2.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the nether terraforming rites!", + "ftbquests.chapter.the_touch_of.quest2.task_4997059168389991596.title": "Visit Every Nether Biome", + "ftbquests.chapter.the_touch_of.quest2.title": "Reclaiming the Nether", + "ftbquests.chapter.the_touch_of.quest3.description1": "With the creation of reclaimed biomes, natural spawns can now occur - drygmies, whirligigs, and starbuncles can all rarely spawn in these biomes, as well as the regular mobs.", + "ftbquests.chapter.the_touch_of.quest3.title": "Natural Spawning", + "ftbquests.chapter.the_touch_of.quest4.description1": "Now that you have a place where you can actually see the blue (!) sky, you can bottle up the abundant biomic essence in a \u00266specially-designed container.\u0026r", + "ftbquests.chapter.the_touch_of.quest4.description2": "This \u00266biome essence\u0026r can be used in rituals along with some extra reagents to terraform in a more directed way.", + "ftbquests.chapter.the_touch_of.quest4.description3": "\u00267Tip: you can collect essence in any living biome by holding right click with a biome bottle. Crouching while you do this will fill all bottles in a stack!", + "ftbquests.chapter.the_touch_of.quest4.title": "Biome Essence", + "ftbquests.chapter.the_touch_of.quest5.description1": "The first attuned essence you\u0027ll need is \u00266Hellish Essence,\u0026r collectible from any living\u00266 nether biome.\u0026r", + "ftbquests.chapter.the_touch_of.quest6.description1": "\u00266Arid Essence\u0026r is found mainly in the desert - you\u0027ll have to use a special version of your terraforming ritual to bring it back. ", + "ftbquests.chapter.the_touch_of.quest6.description2": "Some high-powered dwarven artifice should provide you with the correct magical resonance to produce an arid, sandy \u00266desert \u0026rbiome.", + "ftbquests.chapter.the_touch_of.quest7.description1": "The final essence you\u0027ll need is \u00266Icy Essence\u0026r from the \u00266snowy slopes\u0026r biome. Wet and cold, the complete opposite of your surroundings, you\u0027ll need a lot of power to create this biome.", + "ftbquests.chapter.the_touch_of.quest7.description2": "First: \u00266polonium\u0026r to provide the necessary chemical energy for the physical transformation.", + "ftbquests.chapter.the_touch_of.quest7.description3": "Second: ice cream (specifically \u00266vanilla\u0026r) to provide structure to the ritual and thematic direction.", + "ftbquests.chapter.the_touch_of.quest7.description4": "Third: a couple \u00266shattered singularities\u0026r to store the excess entropy generated by this ritual.", + "ftbquests.chapter.the_touch_of.quest7.description5": "and finally, Fourth: a large amount of generic \u00266biome essence\u0026r to kickstart the reaction.", + "ftbquests.chapter.the_touch_of.quest8.description1": "\u00266Lush Essence\u0026r is found in jungles of any kind - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest8.description2": "Botanic mastery will provide you the life energy needed to transform your surroundings into a \u00266bamboo forest.\u0026r", + "ftbquests.chapter.the_touch_of.quest8.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest9.description1": "\u00266Mycelic Essence\u0026r is found exclusively on mushroom islands - you\u0027ll have to use a modified version of your terraforming ritual to bring them back. ", + "ftbquests.chapter.the_touch_of.quest9.description2": "Classic wiccan practice should provide you with the correct magical resonance to produce the hot, dry \u00266mushroom field\u0026r biome.", + "ftbquests.chapter.the_touch_of.title": "Visions of the Past", + "ftbquests.chapter_groups_3169067154505914507.title": "Biodiversity", + "ftbquests.chapter_groups_5305197537419525243.title": "Side Quests", + "ftbquests.loot_table_1430735789179352246.title": "mana stuff", + "ftbquests.loot_table_1562099882431827930.title": "horns", + "ftbquests.loot_table_3514670301200914514.title": "chicken", + "ftbquests.loot_table_5456022276654430189.title": "witch", + "ftbquests.loot_table_6347601422327785898.title": "canvas", + "ftbquests.loot_table_67272733859206798.title": "instrument", + "ftbquests.loot_table_7131061971573085034.title": "zombie", + "ftbquests.loot_table_7900474475776381538.title": "rabbit", + "ftbquests.loot_table_8024488712964205957.title": "spider", + "ftbquests.loot_table_8037173722274793648.title": "snow golem", + "ftbquests.loot_table_8381040606691607900.title": "bee", + "ftbquests.loot_table_8615485860944689786.title": "cow", + "ftbquests.loot_table_8839952752635034356.title": "skeleton" +} \ No newline at end of file diff --git a/FTBLang/kubejs/assets/ftbquestlocalizer/lang/ja_jp.json b/FTBLang/kubejs/assets/ftbquestlocalizer/lang/ja_jp.json new file mode 100644 index 0000000..fc094d8 --- /dev/null +++ b/FTBLang/kubejs/assets/ftbquestlocalizer/lang/ja_jp.json @@ -0,0 +1,1235 @@ +{ + "ftbquests.chapter.digital_storage.quest1.description1": "The \u00266controller\u0026r is the brains of a network. Each controller block\u0027s face is capable of outputting \u0026632 channels;\u0026r almost every device on the ME network needs \u00266one channel to operate.\u0026r", + "ftbquests.chapter.digital_storage.quest10.description1": "The \u00266Wireless Access Point\u0026r allows you to use wireless terminals to access your ME System. You can boost its range by giving it \u00266wireless boosters,\u0026r but be warned: more boosters means the WAP will need \u00264much more energy\u0026r to stay running.", + "ftbquests.chapter.digital_storage.quest10.task_8779164168368451602.title": "Any Wireless Terminal", + "ftbquests.chapter.digital_storage.quest10.title": "Wireless Access", + "ftbquests.chapter.digital_storage.quest11.description1": "\u00266Pattern Providers,\u0026r when given a pattern, will push the items in the pattern to a nearby inventory. \u00266Molecular Assemblers,\u0026r when given items, will craft with those items and output them to nearby inventories. Put them next to each other, and you have a \u00266basic autocrafting setup! \u0026r", + "ftbquests.chapter.digital_storage.quest11.description2": "You\u0027ll need somewhere to store the items while they\u0027re being crafted; a crafting storage would be ideal.", + "ftbquests.chapter.digital_storage.quest11.description3": "\u00267Tip: for more info, check the guide!", + "ftbquests.chapter.digital_storage.quest11.title": "ME Autocrafting", + "ftbquests.chapter.digital_storage.quest12.description1": "With an ME System you\u0027ll need some way to actually store items - the \u00266ME Drive\u0026r can store up to 10 storage cells of any type and size.", + "ftbquests.chapter.digital_storage.quest12.description2": "\u00267Tip: you can store botanic mana, elemental source, gases, fluids, and even space itself in cells - not just regular items!", + "ftbquests.chapter.digital_storage.quest13.description1": "Terminals are how you actually interface with the storage cells in your ME System.", + "ftbquests.chapter.digital_storage.quest13.task_8779678006548052409.title": "Any Terminal", + "ftbquests.chapter.digital_storage.quest13.title": "Terminals", + "ftbquests.chapter.digital_storage.quest14.description1": "Storing some energy in your ME System would be a good idea... just in case.", + "ftbquests.chapter.digital_storage.quest16.description1": "\u00266P2P Tunnels\u0026r allow you to transfer multiple channels per channel! It\u0027s a little confusing at first, but once you get the hang of it you can really push your system to the limit.", + "ftbquests.chapter.digital_storage.quest16.description2": "You can also transfer power, chemicals, and even botanic mana and elemental source!", + "ftbquests.chapter.digital_storage.quest17.description1": "The \u00266Reaction Chamber\u0026r not only allows you to make circuits much faster, it can also charge large amounts of certus crystals at a time and even grow crystals from themselves!", + "ftbquests.chapter.digital_storage.quest17.description2": "Just make sure you have enough power to handle its recipes...", + "ftbquests.chapter.digital_storage.quest18.description1": "The \u00266Circuit Slicer\u0026r can cut blocks of materials into 9 circuits much faster than an inscriber can press them.", + "ftbquests.chapter.digital_storage.quest19.description1": "The \u00266Assembler Matrix\u0026r is a molecular assembler and pattern provider setup on steroids - at its maximum size, it can hold over 4,000 patterns and craft incredibly fast. The best part? It only needs \u00266one channel.\u0026r", + "ftbquests.chapter.digital_storage.quest2.description1": "A controller block itself can input energy, but you\u0027ll want to have as many controller faces open as you can to get as many channels as possible into your network. ", + "ftbquests.chapter.digital_storage.quest2.description2": "The \u00266Energy Acceptor\u0026r uses no channels and can be placed anywhere, as long as it\u0027s connected to the network somehow.", + "ftbquests.chapter.digital_storage.quest20.description1": "The \u00266Quantum Computer Core\u0026r is a self-contained crafting CPU with 256M crafting storage and 8 co-processing threads.", + "ftbquests.chapter.digital_storage.quest21.description1": "The \u00266Quantum Computer multiblock\u0026r is an extremely powerful multiblock that can handle an effectively \u00266infinite\u0026r number of crafting requests for your ME System.", + "ftbquests.chapter.digital_storage.quest21.description2": "Read the guide for more information.", + "ftbquests.chapter.digital_storage.quest22.description1": "Perfect for carrying items on the go, the \u00266backpack\u0026r has a few useful upgrades as well.", + "ftbquests.chapter.digital_storage.quest23.description1": "Better than regular chests, \u00266Sophisticated Storage\u0026r lets you put more things in a single block.", + "ftbquests.chapter.digital_storage.quest23.task_5897231893839036272.title": "Any Sophisticated Storage Block", + "ftbquests.chapter.digital_storage.quest23.title": "Sophisticated Storage", + "ftbquests.chapter.digital_storage.quest24.description1": "Capable of storing a very large amount of a single item type.", + "ftbquests.chapter.digital_storage.quest24.description2": "The framing table lets you customize the way they look.", + "ftbquests.chapter.digital_storage.quest24.task_5464079544652951362.title": "Any Storage Drawer", + "ftbquests.chapter.digital_storage.quest24.title": "Storage Drawers", + "ftbquests.chapter.digital_storage.quest25.description1": "Tier upgrades can be used to upgrade Sophisticated Storage blocks without breaking them.", + "ftbquests.chapter.digital_storage.quest25.task_611570763386642583.title": "Any Tier Upgrade", + "ftbquests.chapter.digital_storage.quest26.description1": "The \u00266Drawer Controller\u0026r allows you to interface with multiple drawers using only a single blockface.", + "ftbquests.chapter.digital_storage.quest27.description1": "There are a variety of keys - lock drawers to specific items, hide item labels to reduce lag, and more.", + "ftbquests.chapter.digital_storage.quest27.task_7070764459751906106.title": "Any Drawer Key", + "ftbquests.chapter.digital_storage.quest27.title": "Drawer Keys", + "ftbquests.chapter.digital_storage.quest28.description1": "Autofeeding, playing music, even portable crafting can all be attained with backpack upgrades.", + "ftbquests.chapter.digital_storage.quest29.description1": "Higher stack count, filtering, and more - check the uses for the upgrade base.", + "ftbquests.chapter.digital_storage.quest3.description1": "Smart cables are very useful - they visually display how many channels they\u0027re carrying at any given time.", + "ftbquests.chapter.digital_storage.quest3.task_6551415206641156021.title": "Any Smart Cable", + "ftbquests.chapter.digital_storage.quest3.title": "Smart Cables", + "ftbquests.chapter.digital_storage.quest30.description1": "Each workbench (aside from looking neat) can turn a specific set of blocks into its variants.", + "ftbquests.chapter.digital_storage.quest30.title": "Chipped Workbenches", + "ftbquests.chapter.digital_storage.quest31.description1": "Can turn almost any basic block into a wide array of variants.", + "ftbquests.chapter.digital_storage.quest32.description1": "Made from stonecutting andesite alloy, these blocks can take on the texture of any other block.", + "ftbquests.chapter.digital_storage.quest32.task_4661123369301757740.title": "Any Copycat Block", + "ftbquests.chapter.digital_storage.quest33.description1": "You can make music by crafing a \u00266Music Sheet\u0026r and placing notes on the sheet. ", + "ftbquests.chapter.digital_storage.quest33.description2": "Place the sheet in your offhand while holding an instrument to play the instrument.", + "ftbquests.chapter.digital_storage.quest33.description3": "\u00267Tip: you can do MUCH more with this mod - check out its CurseForge page for more info.", + "ftbquests.chapter.digital_storage.quest34.description1": "You can paint your own masterpieces while you wait for crops to grow - simply make a palette, fill it with colors, plop a canvas on an easel, and get to painting!", + "ftbquests.chapter.digital_storage.quest34.description2": "Signed paintings can be duplicated by crafting the original with a blank canvas of the same size.", + "ftbquests.chapter.digital_storage.quest34.description3": "\u00267Tip: to craft a palette, fill the bottom row of a crafting table with planks, then place dyes in the middle. You can add more dyes to a palette by crafting them together.", + "ftbquests.chapter.digital_storage.quest34.title": "The Joy of Painting", + "ftbquests.chapter.digital_storage.quest35.description1": "\u00266Building Gadgets\u0026r are a collection of useful tools that will let you build very quickly.", + "ftbquests.chapter.digital_storage.quest35.description2": "They do need to be charged; use an energy cube or similar.", + "ftbquests.chapter.digital_storage.quest36.description1": "The \u00266Rod of the Shifting Crust\u0026r allows you to exchange blocks in the world with blocks in your inventory for the cost of mana.", + "ftbquests.chapter.digital_storage.quest4.description1": "Dense cables can carry 32 channels instead of the regular 8 channels.", + "ftbquests.chapter.digital_storage.quest4.task_5854794686036721300.title": "Any Smart Dense Cable", + "ftbquests.chapter.digital_storage.quest4.title": "Dense Cables", + "ftbquests.chapter.digital_storage.quest5.description1": "The color applicator lets you paint cables - especially useful once your network starts to grow. ", + "ftbquests.chapter.digital_storage.quest5.description2": "Colored cables won\u0027t connect to other colored cables, but fluix cables can connect to all colors.", + "ftbquests.chapter.digital_storage.quest5.description3": "These can be filled with \u00266dyes or paintballs\u0026r using an \u00266ME Chest.\u0026r", + "ftbquests.chapter.digital_storage.quest5.task_4299327579125140032.title": "Color Applicator", + "ftbquests.chapter.digital_storage.quest6.description1": "The \u00266ME Interface\u0026r acts as a specialized input and output port for your network. ", + "ftbquests.chapter.digital_storage.quest6.description2": "It can keep a certain amount of items from your network in its inventory for pipes or other blocks to pull from, and also automatically puts any other items it receives into the network.", + "ftbquests.chapter.digital_storage.quest7.description1": "The \u00266Wireless Connector\u0026r is a short-range version of a \u00266Quantum Link Chamber \u0026r- use this when you want your network to jump a short distance, and not cross-dimensionally.", + "ftbquests.chapter.digital_storage.quest8.description1": "The \u00266Quantum Network Bridge\u0026r uses the power of quantum entanglement to bridge a network gap not only across large distances, but dimensions.", + "ftbquests.chapter.digital_storage.quest8.title": "Quantum Network Bridge", + "ftbquests.chapter.digital_storage.quest9.description1": "The\u00266 Extended Charger\u0026r and \u00266Inscriber\u0026r are upgraded versions of their base models, capable of processing 4 recipes in parallel.", + "ftbquests.chapter.digital_storage.quest9.title": "Extended Machines", + "ftbquests.chapter.digital_storage.title": "Storage and Decor", + "ftbquests.chapter.ffood_plants.quest1.description1": "Lining rivers and shores, sugar cane had once risen in green columns, swaying with each passing breeze.", + "ftbquests.chapter.ffood_plants.quest10.description1": "With deep golden petals and a bitter scent, wolfsbane once grew where night lingered longest. ", + "ftbquests.chapter.ffood_plants.quest100.description1": "Sweet, mellow fruits with a classic tropical aroma.", + "ftbquests.chapter.ffood_plants.quest101.description1": "Soft and nutty, cashews offer a creamy bite with a sweet-savory balance.", + "ftbquests.chapter.ffood_plants.quest102.description1": "Cherries burst with juicy intensity; sweet, sometimes sharp, and always bright.", + "ftbquests.chapter.ffood_plants.quest103.description1": "Cracking into a coconut reveals cool, sweet water and soft, fragrant meat.", + "ftbquests.chapter.ffood_plants.quest104.description1": "Dates are also known as nature\u0027s candy: chewy, caramel-rich, and deeply sweet.", + "ftbquests.chapter.ffood_plants.quest105.description1": "With neon skin and unique speckled flesh, dragon fruit tastes delicate, lightly sweet, and just a little floral.", + "ftbquests.chapter.ffood_plants.quest106.description1": "Figs are jammy and soft with a honey-like flavor.", + "ftbquests.chapter.ffood_plants.quest107.description1": "Grapefruit will wake up your palate - juicy, sour, bitter, and bold.", + "ftbquests.chapter.ffood_plants.quest108.description1": "Kumquats are often eaten whole, with a sharp citrus shock over sweet orange notes.", + "ftbquests.chapter.ffood_plants.quest109.description1": "Tart and vivid, lemons cut through richness with their clean citrus bite.", + "ftbquests.chapter.ffood_plants.quest11.description1": "Snowbells had once blossomed in the coldest reaches, their pale blue petals dusted with frost.", + "ftbquests.chapter.ffood_plants.quest110.description1": "Smaller and punchier than lemons, limes have a tight, zesty sting.", + "ftbquests.chapter.ffood_plants.quest111.description1": "Mangoes melt in your mouth with tropical sweetness.", + "ftbquests.chapter.ffood_plants.quest112.description1": "Like a peach in sleek skin, nectarines are sweet, tangy, and satisfyingly juicy.", + "ftbquests.chapter.ffood_plants.quest113.description1": "Ground nutmeg adds a warm, nutty-spicy aroma that’s cozy and festive to any dish.", + "ftbquests.chapter.ffood_plants.quest114.description1": "Oranges are all brightness and juice, sweet with a sunny citrus finish.", + "ftbquests.chapter.ffood_plants.quest115.description1": "Peaches are the most famous of stone fruit, for good reason.", + "ftbquests.chapter.ffood_plants.quest116.description1": "Pears are quietly sweet and crisp; eternally elegant.", + "ftbquests.chapter.ffood_plants.quest117.description1": "Pecans have a great crunch with deep nutty flavor.", + "ftbquests.chapter.ffood_plants.quest118.description1": "Persimmons are smooth and syrupy, with a mellow flavor that deepens as they ripen.", + "ftbquests.chapter.ffood_plants.quest119.description1": "Plums skirt the line between tart and sweet, finishing with a tangy punch.", + "ftbquests.chapter.ffood_plants.quest12.description1": "Prized by herbalists for its strange resilience, who claimed it drew strength from the moonlit depths.", + "ftbquests.chapter.ffood_plants.quest120.description1": "Star fruit is crisp and juicy, with a tropical edge.", + "ftbquests.chapter.ffood_plants.quest121.description1": "Walnuts are hearty and slightly bitter, great for a midday snack.", + "ftbquests.chapter.ffood_plants.quest122.description1": "The bark grinds down to a warm, spicy-sweet powder that instantly deepens any flavor.", + "ftbquests.chapter.ffood_plants.quest123.description1": "The \u00266Cooking Table\u0026r is the heart of a multiblock kitchen - allowing you to craft any number of foods with the items stored inside of it. It can also supply you with tools, water, snow/ice, and milk.", + "ftbquests.chapter.ffood_plants.quest123.description2": "Especially handy when you have a large amount of foods and a limited amount of brainpower.", + "ftbquests.chapter.ffood_plants.quest123.title": "Cooking for Blockheads", + "ftbquests.chapter.ffood_plants.quest124.description1": "The \u00266ME Kitchen Station\u0026r lets you connect your multiblock kitchen to your ME system!", + "ftbquests.chapter.ffood_plants.quest125.description1": "The \u00266fridge\u0026r stores items, just like a cabinet.", + "ftbquests.chapter.ffood_plants.quest126.description1": "A \u00266sink\u0026r provides unlimited water to recipes.", + "ftbquests.chapter.ffood_plants.quest126.description2": "\u00267Tip: ...and other things.", + "ftbquests.chapter.ffood_plants.quest127.description1": "The oven lets you cook multiple foods in a single block.", + "ftbquests.chapter.ffood_plants.quest128.description1": "A \u00266Cow in a Jar\u0026r slowly produces milk, which can be used in recipes.", + "ftbquests.chapter.ffood_plants.quest128.description2": "...but how does one get a cow into a jar?", + "ftbquests.chapter.ffood_plants.quest128.description3": "\u00267Tip: you\u0027ll need to turn off claim protection or make this outside a claim, OPAC doesn\u0027t really like animal cruelty!", + "ftbquests.chapter.ffood_plants.quest129.description1": "When added to a fridge, the \u00266ice unit\u0026r provides unlimited ice and snow to recipes.", + "ftbquests.chapter.ffood_plants.quest13.description1": "This earth-toned fungus once thrived in quiet, dark corners, feeding on decay.", + "ftbquests.chapter.ffood_plants.quest130.description1": "The \u00266heating unit,\u0026r applied to a stove, lets it run on energy instead of burnable fuel.", + "ftbquests.chapter.ffood_plants.quest131.description1": "The \u00266tool rack\u0026r provides tools to cooking recipes; pots, pans, and other sorts.", + "ftbquests.chapter.ffood_plants.quest132.description1": "The \u00266Kitchen Cabinet and Counter\u0026r store items for the Cooking Table to use.", + "ftbquests.chapter.ffood_plants.quest132.title": "Kitchen Storage", + "ftbquests.chapter.ffood_plants.quest133.description1": "The \u00266Horn of the Wild\u0026r lets you harvest a large area of crops without manually collecting them one by one.", + "ftbquests.chapter.ffood_plants.quest133.description2": "Useful!", + "ftbquests.chapter.ffood_plants.quest134.description1": "The \u00266Drum of the Wild\u0026r is a block-based version of the horn - set a mana spreader to shoot mana through it and it\u0027ll harvest crops nearby.", + "ftbquests.chapter.ffood_plants.quest134.description2": "Add a \u00266hopperhock\u0026r and you have fully automatic crop harvesting!", + "ftbquests.chapter.ffood_plants.quest135.description1": "The \u00266Harvester\u0026r is a little harder to make than the other automated harvesters, but it makes up for it in ease of use.", + "ftbquests.chapter.ffood_plants.quest135.description2": "Place it on the same level as crops and it will harvest them - a 3x3 area by default, but this can be upgraded with machine upgrades.", + "ftbquests.chapter.ffood_plants.quest136.description1": "The \u00266Mechanical Harvester\u0026r lets you harvest... mechanically! ", + "ftbquests.chapter.ffood_plants.quest136.description2": "Attach it to any variety of contraption and as it moves through a crop it will harvest it.", + "ftbquests.chapter.ffood_plants.quest137.description1": "That\u0027s dedication! A personal shoutout from myself, for the pure raw dedication that you\u0027ve shown.", + "ftbquests.chapter.ffood_plants.quest137.subtitle": "You earned it!", + "ftbquests.chapter.ffood_plants.quest137.task_5521912290757485582.title": "You know what? Sure.", + "ftbquests.chapter.ffood_plants.quest138.description1": "You\u0027ve gone even further than I went! An absolute mad. lad. Take your prize and go.", + "ftbquests.chapter.ffood_plants.quest138.subtitle": "Your dedication is admirable.", + "ftbquests.chapter.ffood_plants.quest138.title": "Good god...", + "ftbquests.chapter.ffood_plants.quest14.description1": "With its crimson cap and pale stem, the red mushroom once sprouted in damp caves and shadowed groves.", + "ftbquests.chapter.ffood_plants.quest15.description1": "Bamboo once climbed toward the sky in great bamboo forests, hollow stems whispering in the wind.", + "ftbquests.chapter.ffood_plants.quest16.description1": "Sailors swore it marked safe waters—while some claimed it hid the bones of the drowned.", + "ftbquests.chapter.ffood_plants.quest17.description1": "This gentle underwater plant once rippled with the ocean’s breath, carpeting the sea floor in quiet green.", + "ftbquests.chapter.ffood_plants.quest18.description1": "Their soft light once guided creatures of the reef and lit the way for wayward divers in the twilight deep.", + "ftbquests.chapter.ffood_plants.quest19.description1": "This strange, red fungus had grown only in the deep, burning halls of another world. It pulsed faintly with unnatural life.", + "ftbquests.chapter.ffood_plants.quest2.description1": "Bright orange roots that grew deep in the earth, carrots were a favorite among rabbits and a healthy snack, to boot!", + "ftbquests.chapter.ffood_plants.quest20.description1": "Once said to carry the scent of a world turned upside down—where even the air recoiled in confusion.", + "ftbquests.chapter.ffood_plants.quest21.description1": "This twisted red fungus once grew in the scorched ground of the Nether, pulsing faintly as if alive.", + "ftbquests.chapter.ffood_plants.quest22.description1": "Once used in deadly draughts and sleeping curses, favored by those who studied the poisoner\u0027s art.", + "ftbquests.chapter.ffood_plants.quest23.description1": "Flax\u0027s delicate fibers had once been woven into cloth and spell-thread, binding both garments and enchantments.", + "ftbquests.chapter.ffood_plants.quest24.description1": "Bold and crimson, the poppy is a symbol of remembrance and silent strength, often found where courage once stood.", + "ftbquests.chapter.ffood_plants.quest24.description2": "\u00267Tip: You can either craft poppy seeds or mutate them from Melon and Sugarcane.", + "ftbquests.chapter.ffood_plants.quest25.description1": "A tall and graceful flower with a soft purple hue, often associated with grace, quiet wisdom, and calm days.", + "ftbquests.chapter.ffood_plants.quest26.description1": "Delicate and pale, these tiny flowers cluster low to the ground, bringing a sense of peace to open fields.", + "ftbquests.chapter.ffood_plants.quest27.description1": "This rare azure blossom flourishes in damp, shadowed groves. Legends say it blooms where ancient tears once fell.", + "ftbquests.chapter.ffood_plants.quest28.description1": "Cornflowers once braved the wind in wide fields, their blue hues a favorite among storytellers and songwriters.", + "ftbquests.chapter.ffood_plants.quest29.description1": "A cheerful bloom of golden yellow, said to carry whispers of spring on the wind. It thrives wherever the sun touches the land.", + "ftbquests.chapter.ffood_plants.quest29.description2": "\u00267Tip: You can either craft dandelion seeds or mutate them from Wheat and Pumpkin.\u0026r", + "ftbquests.chapter.ffood_plants.quest3.description1": "Crimson bulbs that added color and flavor to any dish, beetroots were once quite common in village gardens.", + "ftbquests.chapter.ffood_plants.quest30.description1": "Hidden among thick leaves, these tiny white bells are said to chime in silence when the forest is listening.", + "ftbquests.chapter.ffood_plants.quest31.description1": "With a golden eye watching from its white face, this flower is a quiet companion of wanderers and daydreamers.", + "ftbquests.chapter.ffood_plants.quest32.description1": "Glowing softly with hues of flame, this ancient blossom is thought to be a gift from the deep earth, where fire once danced.", + "ftbquests.chapter.ffood_plants.quest33.description1": "Warming as a sunset, the orange tulip is said to bring cheer and good fortune to those who find it.", + "ftbquests.chapter.ffood_plants.quest34.description1": "Bright and bold, the red tulip is a symbol of love and passion, often given in times of heartfelt confession.", + "ftbquests.chapter.ffood_plants.quest35.description1": "Soft as moonlight, white tulips once whispered of peace and innocence in gardens now long lain fallow.", + "ftbquests.chapter.ffood_plants.quest36.description1": "Soft and gentle, the pink tulip speaks of friendship and gentle affection, often found where laughter lingers.", + "ftbquests.chapter.ffood_plants.quest37.description1": "Dark as a starless night and thorned with sorrow, this eerie bloom grows only in the wake of ruin and shadow.", + "ftbquests.chapter.ffood_plants.quest38.description1": "You can make podzol for planting flower seeds on by growing a 2x2 of spruce saplings - the large tree, once grown, will convert dirt (and dried earth!) under it into podzol.", + "ftbquests.chapter.ffood_plants.quest38.description2": "\u00267Tip: once the strength trait of a flower is high enough, you won\u0027t need to plant them on podzol!", + "ftbquests.chapter.ffood_plants.quest38.task_7604363448496665210.title": "Look at Podzol", + "ftbquests.chapter.ffood_plants.quest38.title": "Podzol", + "ftbquests.chapter.ffood_plants.quest39.description1": "Onion\u0027s delicious smell once filled the air as it gave flavor to meals.", + "ftbquests.chapter.ffood_plants.quest4.description1": "Earthy and humble, potatoes were versatile tubers that thrived in the cool soil of many places.", + "ftbquests.chapter.ffood_plants.quest40.description1": "Sweet potatoes grew slow and sweet underground, long ago.", + "ftbquests.chapter.ffood_plants.quest40.description2": "(new page placeholder text)", + "ftbquests.chapter.ffood_plants.quest41.description1": "A humble grain that swayed in golden fields before being ground and baked into something warm and sustaining.", + "ftbquests.chapter.ffood_plants.quest42.description1": "Basil once filled the air with a fragrance that breezes would quietly carry away.", + "ftbquests.chapter.ffood_plants.quest43.description1": "A small, zesty vegetable that added a sharp bite to meals.", + "ftbquests.chapter.ffood_plants.quest44.description1": "A dark, sturdy bean that once softened in pots where stories and spices mingled.", + "ftbquests.chapter.ffood_plants.quest45.description1": "A slender, snappy vegetable that brightened plates in days long past.", + "ftbquests.chapter.ffood_plants.quest46.description1": "A nutrient-rich tuber, often tied to seasonal harvests and both everyday and festive cooking.", + "ftbquests.chapter.ffood_plants.quest47.description1": "Widely adopted, they were once integral to many cuisines, especially where freshness and preservation intersected.", + "ftbquests.chapter.ffood_plants.quest48.description1": "Spiny and hardy, the cactus once dotted vast oceans of sand.", + "ftbquests.chapter.ffood_plants.quest49.description1": "Saguaro once stood tall in the desert heat, holding their shape against time and silence.", + "ftbquests.chapter.ffood_plants.quest5.description1": "Orange orbs that sprouted in the autumn, pumpkins were both a festive decoration and a hearty food source.", + "ftbquests.chapter.ffood_plants.quest50.description1": "Valued for its hardiness and storage life, it figured prominently in preserved and cold-weather foods.", + "ftbquests.chapter.ffood_plants.quest51.description1": "Fast-growing and versatile, they were commonly used to add mild sharpness to everyday dishes.", + "ftbquests.chapter.ffood_plants.quest52.description1": "Coffee was brewed each morning, dark and warm, its bitterness softened by time and habit.", + "ftbquests.chapter.ffood_plants.quest53.description1": "A worldwide staple, central to daily diets and shaped by centuries of cultivation and ritual.", + "ftbquests.chapter.ffood_plants.quest54.description1": "A cool-weather root typically grown for its reliability and used in simple, hearty meals.", + "ftbquests.chapter.ffood_plants.quest55.description1": "A hardy root, valued for nutrition and storage through cold months.", + "ftbquests.chapter.ffood_plants.quest56.description1": "Once used to add a small amount of spice to everyday food.", + "ftbquests.chapter.ffood_plants.quest57.description1": "Once cultivated widely for its simple, nourishing qualities.", + "ftbquests.chapter.ffood_plants.quest58.description1": "A vital staple, central to diets and agricultural abundance.", + "ftbquests.chapter.ffood_plants.quest59.description1": "Seeds that added warmth and spice, enhancing a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest6.description1": "Large, round fruits with a green rind and sweet, juicy flesh; melons grew best in warm, sunny fields.", + "ftbquests.chapter.ffood_plants.quest60.description1": "Mild and colorful, they brought sweetness and variety to meals.", + "ftbquests.chapter.ffood_plants.quest61.description1": "Known for its cool, crisp texture, often enjoyed fresh or pickled.", + "ftbquests.chapter.ffood_plants.quest62.description1": "A sweet fruit that brightened the warmer months with its flavor.", + "ftbquests.chapter.ffood_plants.quest63.description1": "Harvested for its tender shoots, enjoyed seasonally.", + "ftbquests.chapter.ffood_plants.quest64.description1": "Offered a subtle crunch and flavor, a common addition in many recipes.", + "ftbquests.chapter.ffood_plants.quest65.description1": "Once a comforting grain, quietly nourishing both people and animals alike.", + "ftbquests.chapter.ffood_plants.quest66.description1": "Peanuts were once valued for their simple richness and high protein content.", + "ftbquests.chapter.ffood_plants.quest67.description1": "Tart and vibrant, they were key in sauces and salsas that brought bold flavor.", + "ftbquests.chapter.ffood_plants.quest68.description1": "A versatile summer squash, cooked or baked into a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest69.description1": "A small, sweet berry, enjoyed fresh or preserved to brighten meals.", + "ftbquests.chapter.ffood_plants.quest7.description1": "Prickly bushes bore these bright berries, beloved for their sweet bite and quick comfort.", + "ftbquests.chapter.ffood_plants.quest70.description1": "Known for their sweetness and antioxidants, often eaten fresh or in preserves.", + "ftbquests.chapter.ffood_plants.quest71.description1": "Rich and tangy, they provided a burst of flavor and nutrition when they were in season.", + "ftbquests.chapter.ffood_plants.quest72.description1": "A mild onion relative, used to add depth and subtle flavor to soups and stews.", + "ftbquests.chapter.ffood_plants.quest73.description1": "Crisp and cool, a common leafy green that added freshness to countless dishes.", + "ftbquests.chapter.ffood_plants.quest74.description1": "Valued for its spicy warmth and medicinal qualities, a staple in many remedies and recipes now lost.", + "ftbquests.chapter.ffood_plants.quest75.description1": "A fragrant melon, its juicy flesh a refreshing treat on hot days.", + "ftbquests.chapter.ffood_plants.quest76.description1": "A sweet, cooling melon that offered relief during warm seasons.", + "ftbquests.chapter.ffood_plants.quest77.description1": "A tangy fruit, rich in vitamin C and refreshing in warmer months.", + "ftbquests.chapter.ffood_plants.quest78.description1": "A versatile vegetable, often roasted or stewed to add richness to meals.", + "ftbquests.chapter.ffood_plants.quest79.description1": "A mild vegetable used in a variety of dishes, from soups to roasts.", + "ftbquests.chapter.ffood_plants.quest8.description1": "Wheat once rippled like golden seas, feeding countless lives. Fields of it marked the heart of many homesteads.", + "ftbquests.chapter.ffood_plants.quest80.description1": "Small and tart, used fresh or dried to add brightness to dishes and preserves.", + "ftbquests.chapter.ffood_plants.quest81.description1": "Valued for their oil and flavor, they were a key ingredient in cooking and preservation.", + "ftbquests.chapter.ffood_plants.quest82.description1": "Known for its nutritional content, often steamed or roasted.", + "ftbquests.chapter.ffood_plants.quest83.description1": "Prized for its tender hearts, a special ingredient in many traditional meals.", + "ftbquests.chapter.ffood_plants.quest84.description1": "Tart and fibrous, often cooked down into jams and desserts.", + "ftbquests.chapter.ffood_plants.quest85.description1": "A pungent staple, prized for both taste and medicinal value in many kitchens.", + "ftbquests.chapter.ffood_plants.quest86.description1": "Known for its vibrant color and healing properties, it flavored food and soothed ailments alike.", + "ftbquests.chapter.ffood_plants.quest87.description1": "Sweet and versatile - enjoyed fresh or transformed into wines and preserves.", + "ftbquests.chapter.ffood_plants.quest88.description1": "A leafy green, rich in nutrients and commonly eaten fresh.", + "ftbquests.chapter.ffood_plants.quest89.description1": "A hearty vegetable, often stored through colder months and used in countless recipes.", + "ftbquests.chapter.ffood_plants.quest9.description1": "This gnarled, shrieking root was feared as much as it was valued.", + "ftbquests.chapter.ffood_plants.quest9.description2": "\u00267Tip: you might want to only harvest these at night!", + "ftbquests.chapter.ffood_plants.quest90.description1": "A resilient leafy green valued for its nutrition and versatility in cooking.", + "ftbquests.chapter.ffood_plants.quest91.description1": "Small, dark berries used for their medicinal properties and tart flavor.", + "ftbquests.chapter.ffood_plants.quest92.description1": "Known for their bitter aroma, they were essential in brewing of all kinds.", + "ftbquests.chapter.ffood_plants.quest93.description1": "Tart and bright, commonly used fresh or preserved to complement meals.", + "ftbquests.chapter.ffood_plants.quest94.description1": "A fragrant bean that lent warmth and sweetness to many desserts and drinks.", + "ftbquests.chapter.ffood_plants.quest95.description1": "A sweet and tangy fruit that brought plenty of flavor to many dishes.", + "ftbquests.chapter.ffood_plants.quest96.description1": "Crunchy, subtly sweet nuts with a toasty, earthy finish.", + "ftbquests.chapter.ffood_plants.quest97.description1": "Crisp, juicy fruits that balance light sweetness with a refreshing tang.", + "ftbquests.chapter.ffood_plants.quest98.description1": "Soft, slightly fuzzy fruits with a delightfully sweet-tart burst.", + "ftbquests.chapter.ffood_plants.quest99.description1": "Creamy and buttery with a mild, slightly grassy flavor.", + "ftbquests.chapter.ffood_plants.title": "Plants Galore", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description1": "You wake up in a vast, dead and dried out wasteland. You don\u0027t remember how you got here, but you do remember what the world \u0026oshould\u0026r look like - and this isn\u0027t it.", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description2": "Welcome to \u00266Reclamation!\u0026r This is a slower-paced pack focused around bringing life and nature back to a dead world. Press \u00266F3+H\u0026r to disable advanced tooltips, if they\u0027re on!", + "ftbquests.chapter.how_the_world_came_to_be.quest1.task_6356663929448377632.title": "What happened here?", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description1": "\u00266Alchemical Sulfur\u0026r is one of the three building blocks of alchemy - it provides the Soul of an item, and represents what specific item it is.", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description2": "To obtain it, you\u0027ll have to make a \u00266Liquefaction Cauldron\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the item you want to extract sulfur from into the Cauldron, fill it with \u00266Sal Ammoniac,\u0026r give the Brazier some fuel, and it\u0027ll slowly convert materials into their respective \u00266Alchemical Sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description3": "The dried earth you find yourself surrounded by used to be dirt, and it remembers that - \u00266use the Cauldron to turn dried earth into dirt sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.title": "Alchemical Sulfur", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description1": "Now that you have all three alchemical components of an item - \u00266Mercury, Salt, and Sulfur\u0026r - you can make an \u00266Incubator\u0026r to combine them all back into an item; in this case, back into \u00266dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description2": "Place the Incubator above a Brazier and attach all three vessels to the sides of it. Fill each vessel with the appropriate item, give the Brazier some fuel, and in a bit you\u0027ll have fresh dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest11.title": "Incubator", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description1": "You\u0027ve done it! You\u0027ve made dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description2": "...now you just need something to grow on it.", + "ftbquests.chapter.how_the_world_came_to_be.quest12.subtitle": "Slightly browner", + "ftbquests.chapter.how_the_world_came_to_be.quest13.description1": "Despite the seeming apocalypse, there are still fish to find (and eat) for those with the skill and desire.", + "ftbquests.chapter.how_the_world_came_to_be.quest13.title": "Fishy Friends", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description1": "Spider string can be crafted into wool, which can be crafted into beds! ", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description2": "You can also craft a sleeping bag, for staying cozy on the go... but where would you be going?", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_1655930139945784994.title": "Any Bed", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_2233575124644508705.title": "Any Sleeping Bag", + "ftbquests.chapter.how_the_world_came_to_be.quest14.title": "Small Comforts", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description1": "Worldgen has been completely overhauled - \u00264no ore generates,\u0026r and the only biomes that exist are dead, wasteland biomes with no real vegetation. Additionally, the only trees that spawn are dead trees, with very little useability.", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description2": "Stone variants still generate, and you can find \u00266sand and clay underwater.\u0026r It will also still rain!", + "ftbquests.chapter.how_the_world_came_to_be.quest15.task_9000568835822462366.title": "Changed worldgen?", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description1": "The naturally spawning mobs have changed in this new landscape! Specifically, \u0026czombie villagers and witches won\u0027t spawn,\u0026r and \u00266spiders have mutated\u0026r into their venomous cave versions. ", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description2": "This means that there\u0027s \u0026cno way to get any kind of resources from witches or zombie villagers\u0026r (even if you could cure them!); the only things that you can really hope to get are iron or copper ingots from \u00266rare drops\u0026r - but there are other ways to generate resources...", + "ftbquests.chapter.how_the_world_came_to_be.quest16.task_8241748987012779739.title": "Rare Drops?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description1": "There are quite a few books in the pack! Thankfully, the \u00266Akashic Tome\u0026r is here to help. Crafting any book with this will combine it, letting you keep every guidebook in a single item. Simply craft it with another guidebook!", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description2": "To untransform the tome, punch the air with it.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description3": "To remove a stored book, transform the tome into the book, then sneak and press your \u0027drop\u0027 key.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.task_3483844932023115481.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description1": "A lot of the pack consists of passive processes you\u0027ll probably want to keep running while you do other things. You can claim chunks to \u00266force-load \u0026rthem using your map; ensuring they\u0027ll stay loaded even while you\u0027re not nearby. ", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description2": "Just open your map (default M) and \u00266right-click drag\u0026r over the area you\u0027d like to claim. Right-click drag again to force claim!", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description3": "If you\u0027re playing with friends, \u00266make sure you\u0027re on the same team\u0026r so that you can all access things inside your claim and share quest progress.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description4": "For more information on the claims system, check out the \u00266Open Parties and Claims\u0026r wiki or keybinds.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description5": "\u00267Tip: you might want to turn claimed chunk protection off! It tends to break fake players.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.task_3331239976186418612.title": "Playing with Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.title": "Chunkloading and Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description1": "You can make a quick and dirty door using the scrap wood and some copper you\u0027ve found - but it seems pretty shoddy, \u00264breaking every so often\u0026r and needing to be re-placed.", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description2": "At least it keeps the spookies out...", + "ftbquests.chapter.how_the_world_came_to_be.quest2.description1": "Wood is plentiful, if not exactly the quality you remember.", + "ftbquests.chapter.how_the_world_came_to_be.quest2.title": "Dead Trees", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description1": "Despite the harsh conditions, bees still persist, dotted amongst the dry hills. ", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description2": "Cultivating them could be a great way to \u00266generate resources\u0026r such as more dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description3": "\u00267Tip: this unlocks a new questline on the left!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.title": "Bees?!", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description1": "There are ruins around with \u00266small bits of copper,\u0026r completely oxidized from whatever happened. ", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description2": "You might be able to craft something to help you out with that copper, but first you\u0027ll have to \u00266get it into a useable state...\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest3.task_7525660450708144821.title": "Oxidized Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description1": "Many many recipes have been changed in this pack. Make sure you check your recipe browser for crafting recipes! By default, the keybinds when hovering over an item are \u00266R to look up recipes\u0026r for the item, and \u00266U to look up uses\u0026r for the item.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description2": "These binds can be changed by clicking the EMI button in the bottom left of your inventory screen.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.task_8528084351057584694.title": "What\u0027s changed?", + "ftbquests.chapter.how_the_world_came_to_be.quest4.title": "How do I craft things?", + "ftbquests.chapter.how_the_world_came_to_be.quest5.description1": "\u0026l\u0026o\u0026cNO ORE GENERATES IN THE WORLD. RECIPES HAVE CHANGED.\u0026r Those who came before you have completely mined out the entire planet - after centuries of strip mining, quarrying, and general exploitation, there is not so much as a measly scrap of coal in the world, so there\u0027s no point trying to find any type of ore by mining.", + "ftbquests.chapter.how_the_world_came_to_be.quest5.task_734684119620528193.title": "Deprived...", + "ftbquests.chapter.how_the_world_came_to_be.quest5.title": "Where\u0027s the ore!?", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description1": "After you \u00266scrape off the rust with an axe,\u0026r you think you can use a \u00266cutting board\u0026r to get useable copper out of the oxidized copper you find in ruins.", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description2": "This useable copper will be crucial for \u00266Spagyrics\u0026r, the process of decomposing and recombining matter - which should let you \u00266rejuvenate the Dried Earth\u0026r into \u00266Dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description3": "\u00267Tip: you can also use the cutting board to get more charcoal and scrap wood out of dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest6.title": "Useable Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description1": "In the contaminated water you have found trace amounts of \u00266Sal Ammoniac,\u0026r a crucial ingredient in the practice of \u00266Theurgy.\u0026r By setting up a simple accumulator and tank, you think you\u0027ll be able to distill it. ", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description2": "Place the accumulator on top of the tank, fill it with water, and it will slowly produce \u00266Sal Ammoniac\u0026r for you.", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description3": "\u00267Tip: you can make buckets out of copper!\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description1": "\u00266Alchemical Mercury\u0026r is one of the three building blocks of alchemy - it provides the Energy of an item, and is largely interchangeable between things.", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description2": "To distill it, you\u0027ll have to make a \u00266Mercury Distiller\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to distill into the Distiller, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Mercury.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description3": "Rarer materials give more mercury, but to start you\u0027ll probably want to distill \u00266cobblestone, dried earth, or cooked fish.\u0026r ", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description4": "\u00267Tip: slicing fish makes it a more efficient way of getting mercury!", + "ftbquests.chapter.how_the_world_came_to_be.quest8.title": "Alchemical Mercury", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description1": "\u00266Alchemical Salt\u0026r is one of the three building blocks of alchemy - it provides the Body of an item, and represents the \u0027type\u0027 of an item.", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description2": "To obtain it, you\u0027ll have to make a \u00266Calcination Oven\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to extract into the Oven, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description3": "There are many different kinds of salt, but to start, you should \u00266focus on getting Strata salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.title": "Alchemical Salt", + "ftbquests.chapter.how_the_world_came_to_be.subtitle0": "A vast wasteland", + "ftbquests.chapter.how_the_world_came_to_be.title": "Prologue", + "ftbquests.chapter.mob_safari.quest1.task_644874208300996266.title": "Creeper Photo", + "ftbquests.chapter.mob_safari.quest1.title": "Creeper", + "ftbquests.chapter.mob_safari.quest10.task_7387499092437519744.title": "Silverfish Photo", + "ftbquests.chapter.mob_safari.quest10.title": "Silverfish", + "ftbquests.chapter.mob_safari.quest11.task_560111651210659078.title": "Evoker Photo", + "ftbquests.chapter.mob_safari.quest11.title": "Evoker", + "ftbquests.chapter.mob_safari.quest12.task_6050813032829826018.title": "Ghast Photo", + "ftbquests.chapter.mob_safari.quest12.title": "Ghast", + "ftbquests.chapter.mob_safari.quest13.task_8655936747757493244.title": "Guardian Photo", + "ftbquests.chapter.mob_safari.quest13.title": "Guardian", + "ftbquests.chapter.mob_safari.quest14.task_9108849848609122501.title": "Hoglin Photo", + "ftbquests.chapter.mob_safari.quest14.title": "Hoglin", + "ftbquests.chapter.mob_safari.quest15.task_7435272240185968407.title": "Phantom Photo", + "ftbquests.chapter.mob_safari.quest15.title": "Phantom", + "ftbquests.chapter.mob_safari.quest16.task_2497415746301840277.title": "Piglin Brute Photo", + "ftbquests.chapter.mob_safari.quest16.title": "Piglin Brute", + "ftbquests.chapter.mob_safari.quest17.description1": "\u00267Tip: there is a ritual that can grant you the bad omen effect!", + "ftbquests.chapter.mob_safari.quest17.task_876018828234332303.title": "Pillager Photo", + "ftbquests.chapter.mob_safari.quest17.title": "Pillager", + "ftbquests.chapter.mob_safari.quest18.task_9217927796095116198.title": "Ravager Photo", + "ftbquests.chapter.mob_safari.quest18.title": "Ravager", + "ftbquests.chapter.mob_safari.quest19.task_6294764614244969421.title": "Shulker Photo", + "ftbquests.chapter.mob_safari.quest19.title": "Shulker", + "ftbquests.chapter.mob_safari.quest2.description1": "In this new post-apocalyptic world, you\u0027ve realized that it might be a good idea to document what lifeforms exist - just in case it happens again. ", + "ftbquests.chapter.mob_safari.quest2.description2": "To do so, you\u0027re going to need \u00266a camera, \u0026rsome \u00266film\u0026r to print onto, and some way to turn that \u00266film into photos.\u0026r", + "ftbquests.chapter.mob_safari.quest2.subtitle": "Snap decisions", + "ftbquests.chapter.mob_safari.quest2.title": "Camera", + "ftbquests.chapter.mob_safari.quest20.task_5958619487539868658.title": "Skeleton Photo", + "ftbquests.chapter.mob_safari.quest20.title": "Skeleton", + "ftbquests.chapter.mob_safari.quest21.task_2908237894518590949.title": "Slime Photo", + "ftbquests.chapter.mob_safari.quest21.title": "Slime", + "ftbquests.chapter.mob_safari.quest22.task_1986307033554203052.title": "Stray Photo", + "ftbquests.chapter.mob_safari.quest22.title": "Stray", + "ftbquests.chapter.mob_safari.quest23.task_8127229503220688871.title": "Vex Photo", + "ftbquests.chapter.mob_safari.quest23.title": "Vex", + "ftbquests.chapter.mob_safari.quest24.task_2719667561416590077.title": "Vindicator Photo", + "ftbquests.chapter.mob_safari.quest24.title": "Vindicator", + "ftbquests.chapter.mob_safari.quest25.description1": "\u00267Tip: the sculk catalyst is craftable, and you can use a sculk awakener on a sculk shrieker to convert it into one that can spawn Wardens.", + "ftbquests.chapter.mob_safari.quest25.task_3299757844051508646.title": "Warden Photo", + "ftbquests.chapter.mob_safari.quest25.title": "Warden", + "ftbquests.chapter.mob_safari.quest26.task_1834001635925258364.title": "Witch Photo", + "ftbquests.chapter.mob_safari.quest26.title": "Witch", + "ftbquests.chapter.mob_safari.quest27.description1": "\u00267Tip: if you want to summon a living wither skeleton, you\u0027ll need to use the Soulium Spawner.", + "ftbquests.chapter.mob_safari.quest27.task_431510156767848390.title": "Wither Skeleton Photo", + "ftbquests.chapter.mob_safari.quest27.title": "Wither Skeleton", + "ftbquests.chapter.mob_safari.quest28.task_3976176875920550036.title": "Zoglin Photo", + "ftbquests.chapter.mob_safari.quest28.title": "Zoglin", + "ftbquests.chapter.mob_safari.quest29.task_2001349734991872109.title": "Blaze Photo", + "ftbquests.chapter.mob_safari.quest29.title": "Blaze", + "ftbquests.chapter.mob_safari.quest3.task_6868688706200460210.title": "Zombie Photo", + "ftbquests.chapter.mob_safari.quest3.title": "Zombie", + "ftbquests.chapter.mob_safari.quest30.task_4394254762005595057.title": "Wither Photo", + "ftbquests.chapter.mob_safari.quest30.title": "Wither", + "ftbquests.chapter.mob_safari.quest31.task_6606548217913389459.title": "Ender Dragon Photo", + "ftbquests.chapter.mob_safari.quest31.title": "Ender Dragon", + "ftbquests.chapter.mob_safari.quest32.task_8348843003612976311.title": "Piglin Photo", + "ftbquests.chapter.mob_safari.quest32.title": "Piglin", + "ftbquests.chapter.mob_safari.quest33.task_9152125344552747368.title": "Allay Photo", + "ftbquests.chapter.mob_safari.quest33.title": "Allay", + "ftbquests.chapter.mob_safari.quest34.task_935450104482788869.title": "Axolotl Photo", + "ftbquests.chapter.mob_safari.quest34.title": "Axolotl", + "ftbquests.chapter.mob_safari.quest35.task_3732209353791428122.title": "Bat Photo", + "ftbquests.chapter.mob_safari.quest35.title": "Bat", + "ftbquests.chapter.mob_safari.quest36.task_4451728281716577204.title": "Camel Photo", + "ftbquests.chapter.mob_safari.quest36.title": "Camel", + "ftbquests.chapter.mob_safari.quest37.task_3478349021656071469.title": "Cat Photo", + "ftbquests.chapter.mob_safari.quest37.title": "Cat", + "ftbquests.chapter.mob_safari.quest38.task_421501030317629993.title": "Chicken Photo", + "ftbquests.chapter.mob_safari.quest38.title": "Chicken", + "ftbquests.chapter.mob_safari.quest39.task_3283513909476271368.title": "Cod Photo", + "ftbquests.chapter.mob_safari.quest39.title": "Cod", + "ftbquests.chapter.mob_safari.quest4.task_5493751185522811223.title": "Husk Photo", + "ftbquests.chapter.mob_safari.quest4.title": "Husk", + "ftbquests.chapter.mob_safari.quest40.task_3552336333939252573.title": "Cow Photo", + "ftbquests.chapter.mob_safari.quest40.title": "Cow", + "ftbquests.chapter.mob_safari.quest41.task_8921315837912733830.title": "Donkey Photo", + "ftbquests.chapter.mob_safari.quest41.title": "Donkey", + "ftbquests.chapter.mob_safari.quest42.task_8892925176174289117.title": "Frog Photo", + "ftbquests.chapter.mob_safari.quest42.title": "Frog", + "ftbquests.chapter.mob_safari.quest43.task_7912667151609898398.title": "Glow Squid Photo", + "ftbquests.chapter.mob_safari.quest43.title": "Glow Squid", + "ftbquests.chapter.mob_safari.quest44.task_4389105525914117514.title": "Horse Photo", + "ftbquests.chapter.mob_safari.quest44.title": "Horse", + "ftbquests.chapter.mob_safari.quest45.task_4359593363899885941.title": "Mooshroom Photo", + "ftbquests.chapter.mob_safari.quest45.title": "Mooshroom", + "ftbquests.chapter.mob_safari.quest46.task_924922940433498504.title": "Mule Photo", + "ftbquests.chapter.mob_safari.quest46.title": "Mule", + "ftbquests.chapter.mob_safari.quest47.task_4787445126890462554.title": "Ocelot Photo", + "ftbquests.chapter.mob_safari.quest47.title": "Ocelot", + "ftbquests.chapter.mob_safari.quest48.task_595439666779967783.title": "Parrot Photo", + "ftbquests.chapter.mob_safari.quest48.title": "Parrot", + "ftbquests.chapter.mob_safari.quest49.task_6791445533424275382.title": "Pig Photo", + "ftbquests.chapter.mob_safari.quest49.title": "Pig", + "ftbquests.chapter.mob_safari.quest5.task_2405723904258009579.title": "Drowned Photo", + "ftbquests.chapter.mob_safari.quest5.title": "Drowned", + "ftbquests.chapter.mob_safari.quest50.task_5186559523328413187.title": "Pufferfish Photo", + "ftbquests.chapter.mob_safari.quest50.title": "Pufferfish", + "ftbquests.chapter.mob_safari.quest51.task_1802630615776817042.title": "Rabbit Photo", + "ftbquests.chapter.mob_safari.quest51.title": "Rabbit", + "ftbquests.chapter.mob_safari.quest52.task_9075318374820615216.title": "Salmon Photo", + "ftbquests.chapter.mob_safari.quest52.title": "Salmon", + "ftbquests.chapter.mob_safari.quest53.task_1279126845524092057.title": "Sheep Photo", + "ftbquests.chapter.mob_safari.quest53.title": "Sheep", + "ftbquests.chapter.mob_safari.quest54.description1": "\u00267Tip: the sniffer egg is craftable!", + "ftbquests.chapter.mob_safari.quest54.task_4496075018482353874.title": "Sniffer Photo", + "ftbquests.chapter.mob_safari.quest54.title": "Sniffer", + "ftbquests.chapter.mob_safari.quest55.task_7621061223329854925.title": "Snow Golem Photo", + "ftbquests.chapter.mob_safari.quest55.title": "Snow Golem", + "ftbquests.chapter.mob_safari.quest56.task_3811954916556661348.title": "Squid Photo", + "ftbquests.chapter.mob_safari.quest56.title": "Squid", + "ftbquests.chapter.mob_safari.quest57.task_8980744210598611125.title": "Strider Photo", + "ftbquests.chapter.mob_safari.quest57.title": "Strider", + "ftbquests.chapter.mob_safari.quest58.task_3384099064913889422.title": "Tropical Fish Photo", + "ftbquests.chapter.mob_safari.quest58.title": "Tropical Fish", + "ftbquests.chapter.mob_safari.quest59.task_8173784837555787990.title": "Turtle Photo", + "ftbquests.chapter.mob_safari.quest59.title": "Turtle", + "ftbquests.chapter.mob_safari.quest6.task_874911539473621191.title": "Spider Photo", + "ftbquests.chapter.mob_safari.quest6.title": "Spider", + "ftbquests.chapter.mob_safari.quest60.task_3689972004573703426.title": "Villager Photo", + "ftbquests.chapter.mob_safari.quest60.title": "Villager", + "ftbquests.chapter.mob_safari.quest61.description1": "\u00267Tip: an oak or birch tree grown near flowers has a small chance to spawn a beehive!", + "ftbquests.chapter.mob_safari.quest61.task_5922903859006989903.title": "Bee Photo", + "ftbquests.chapter.mob_safari.quest61.title": "Bee", + "ftbquests.chapter.mob_safari.quest62.task_6003122656664405150.title": "Dolphin Photo", + "ftbquests.chapter.mob_safari.quest62.title": "Dolphin", + "ftbquests.chapter.mob_safari.quest63.task_8533728607102685433.title": "Fox Photo", + "ftbquests.chapter.mob_safari.quest63.title": "Fox", + "ftbquests.chapter.mob_safari.quest64.task_2426644530607004924.title": "Goat Photo", + "ftbquests.chapter.mob_safari.quest64.title": "Goat", + "ftbquests.chapter.mob_safari.quest65.task_7632281372321087328.title": "Iron Golem Photo", + "ftbquests.chapter.mob_safari.quest65.title": "Iron Golem", + "ftbquests.chapter.mob_safari.quest66.reward_5070411217558644494.title": "Wash the spit off your face!", + "ftbquests.chapter.mob_safari.quest66.task_6151594406741525419.title": "Llama Photo", + "ftbquests.chapter.mob_safari.quest66.title": "Llama", + "ftbquests.chapter.mob_safari.quest67.task_8391996334368644499.title": "Panda Photo", + "ftbquests.chapter.mob_safari.quest67.title": "Panda", + "ftbquests.chapter.mob_safari.quest68.task_6356092814838542587.title": "Polar Bear Photo", + "ftbquests.chapter.mob_safari.quest68.title": "Polar Bear", + "ftbquests.chapter.mob_safari.quest69.task_5155069369552929707.title": "Wolf Photo", + "ftbquests.chapter.mob_safari.quest69.title": "Wolf", + "ftbquests.chapter.mob_safari.quest7.task_7828452674496297861.title": "Cave Spider Photo", + "ftbquests.chapter.mob_safari.quest7.title": "Cave Spider", + "ftbquests.chapter.mob_safari.quest70.task_6586877749199133229.title": "Zombified Piglin Photo", + "ftbquests.chapter.mob_safari.quest70.title": "Zombified Piglin", + "ftbquests.chapter.mob_safari.quest71.description1": "\u00267Tip: there is a ritual that spawns the Elder Guardian!", + "ftbquests.chapter.mob_safari.quest71.task_1136723065807110792.title": "Elder Guardian Photo", + "ftbquests.chapter.mob_safari.quest71.title": "Elder Guardian", + "ftbquests.chapter.mob_safari.quest72.task_1119603583110664878.title": "Starbuncle Photo", + "ftbquests.chapter.mob_safari.quest72.title": "Starbuncle", + "ftbquests.chapter.mob_safari.quest73.task_1237879032257403086.title": "Wilden Guardian Photo", + "ftbquests.chapter.mob_safari.quest73.title": "Wilden Defender", + "ftbquests.chapter.mob_safari.quest74.task_5793666635438854570.title": "Wilden Pack Hunter Photo", + "ftbquests.chapter.mob_safari.quest74.title": "Wilden Pack Hunter", + "ftbquests.chapter.mob_safari.quest75.task_8789953344793101489.title": "Wilden Stalker Photo", + "ftbquests.chapter.mob_safari.quest75.title": "Wilden Stalker", + "ftbquests.chapter.mob_safari.quest76.task_4116691053894850008.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest76.title": "Drygmy", + "ftbquests.chapter.mob_safari.quest77.task_1018473204252943458.title": "Wilden Chimera Photo", + "ftbquests.chapter.mob_safari.quest77.title": "Wilden Chimera", + "ftbquests.chapter.mob_safari.quest78.task_6004116955135160925.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest78.title": "Whirlisprig", + "ftbquests.chapter.mob_safari.quest79.description1": "\u00267Tip: a spawned siren, not a tamed familiar!", + "ftbquests.chapter.mob_safari.quest79.task_1471670924078031545.title": "Siren Photo", + "ftbquests.chapter.mob_safari.quest79.title": "Siren", + "ftbquests.chapter.mob_safari.quest8.task_4943959340946543881.title": "Enderman Photo", + "ftbquests.chapter.mob_safari.quest8.title": "Enderman", + "ftbquests.chapter.mob_safari.quest80.description1": "I mean. You did a LOT of grinding probably to get here. Also by definition you\u0027ve finished the pack, or good as.", + "ftbquests.chapter.mob_safari.quest80.subtitle": "because why not?", + "ftbquests.chapter.mob_safari.quest80.title": "Safari LEGEND", + "ftbquests.chapter.mob_safari.quest9.task_4733333668196733711.title": "Endermite Photo", + "ftbquests.chapter.mob_safari.quest9.title": "Endermite", + "ftbquests.chapter.mob_safari.title": "Mob Safari", + "ftbquests.chapter.resource_generation.quest1.description1": "\u00266Prosperity Shards\u0026r are the basis of all mystical essence manipulation - very useful for generating large amounts of basic resources.", + "ftbquests.chapter.resource_generation.quest1.description2": "They can be found by breaking down copper nuggets with a pickaxe on a cutting board.", + "ftbquests.chapter.resource_generation.quest1.description3": "\u00267Tip: you can also make prosperity shards in an Enrichment Chamber!", + "ftbquests.chapter.resource_generation.quest10.description1": "With enough inferium, you can craft \u00266Inferium Seeds,\u0026r which grow essence themselves.", + "ftbquests.chapter.resource_generation.quest11.description1": "More potent than regular inferium essence, \u00266Prudentium Essence\u0026r can be used to make some useful essence seeds.", + "ftbquests.chapter.resource_generation.quest11.description2": "Make it by fortifying inferium essence with all four elemental essences in a \u00266Cauldron.\u0026r", + "ftbquests.chapter.resource_generation.quest11.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest18.description1": "The \u00266infusion altar\u0026r and \u00266pedestals\u0026r are required to craft essence seeds.", + "ftbquests.chapter.resource_generation.quest18.description2": "Place the items necessary in the pedestals, then give the altar a redstone signal or a wave of a wand to begin crafting.", + "ftbquests.chapter.resource_generation.quest19.description1": "By breeding \u00266Rocky\u0026r bees together in the nether, they\u0027ll slowly adapt and turn into their nether versions - \u00266Crimson\u0026r and \u00266Warped\u0026r bees. \u00266Cursed\u0026r bees are the hybrid between the two.", + "ftbquests.chapter.resource_generation.quest19.description2": "These bees, twisted by the nether environment, are somewhat aggressive; they\u0027ll harm nearby mobs (including players!)", + "ftbquests.chapter.resource_generation.quest19.task_3895545663253499388.title": "Warped", + "ftbquests.chapter.resource_generation.quest19.task_8052506021592411173.title": "Cursed", + "ftbquests.chapter.resource_generation.quest19.task_891469205622428585.title": "Crimson", + "ftbquests.chapter.resource_generation.quest19.title": "Nether Bees", + "ftbquests.chapter.resource_generation.quest2.description1": "You can place frames into your apiary for bonuses to productivity, lifespan, and even change the temperature and humidity of an apiary. ", + "ftbquests.chapter.resource_generation.quest2.description2": "\u00267Tip: Frame modifiers stack multiplicatively, not additively!\u0026r", + "ftbquests.chapter.resource_generation.quest2.task_1734748989054878453.title": "Any Frame", + "ftbquests.chapter.resource_generation.quest20.description1": "If you\u0027re tired of getting stung by nether bees, try crafting a set of \u00266Apiarist Gear.\u0026r This armor, when worn as a set, will protect you from getting affected by any bees nearby.", + "ftbquests.chapter.resource_generation.quest20.description2": "It\u0027s made of silk, which you can get from propolis (which you can get from simmering combs, among others.)", + "ftbquests.chapter.resource_generation.quest20.title": "Apiarist Gear", + "ftbquests.chapter.resource_generation.quest21.description1": "\u00266Rocky\u0026r and \u00266Robust\u0026r bees are more used to cooler climates, but you can breed better tolerances into them. ", + "ftbquests.chapter.resource_generation.quest21.description2": "Their rocky combs produce much more wax and honey than their wasteland cousins, but more importantly, they can rarely produce \u00266Copper Combs\u0026r as a specialty.", + "ftbquests.chapter.resource_generation.quest21.description3": "\u00267Tip: specialties are only produced when a bee is ecstatic! To make a bee ecstatic, you have to have its housing climate \u0026lexactly\u0026r\u00267 match the bee\u0027s preferred climate. Either breed it so that it prefers the hot dry wastes, or use special frames to adjust the temperature and humidity!", + "ftbquests.chapter.resource_generation.quest21.description4": "\u00267Tip 2: tuff (which you need underneath the apiary to breed these bees!) can be crafted or found underground.", + "ftbquests.chapter.resource_generation.quest21.task_1538674417108678800.title": "Resilient", + "ftbquests.chapter.resource_generation.quest21.task_7190582857068653051.title": "Robust", + "ftbquests.chapter.resource_generation.quest21.task_9033126545582958159.title": "Rocky", + "ftbquests.chapter.resource_generation.quest21.title": "Rocky Bees", + "ftbquests.chapter.resource_generation.quest22.description1": "\u00266Haunted,\u0026r \u00266Ghostly,\u0026r and \u00266Spectral\u0026r bees are an offshoot of nether bees that produce Spectral combs, a relatively honey-rich comb. Additionally, Spectral bees will produce \u00266glowstone\u0026r as a specialty!", + "ftbquests.chapter.resource_generation.quest22.task_3081911043010225060.title": "Haunted", + "ftbquests.chapter.resource_generation.quest22.task_5262672928415792469.title": "Ghostly", + "ftbquests.chapter.resource_generation.quest22.task_8517504769354790857.title": "Spectral", + "ftbquests.chapter.resource_generation.quest22.title": "Spectral Bees", + "ftbquests.chapter.resource_generation.quest23.description1": "\u00266Common\u0026r and \u00266Cultivated\u0026r bees were the most common species in the world that came before, from what you recall.", + "ftbquests.chapter.resource_generation.quest23.task_3642208754252689379.title": "Common", + "ftbquests.chapter.resource_generation.quest23.task_8299291890952022433.title": "Cultivated", + "ftbquests.chapter.resource_generation.quest23.title": "Common Bees", + "ftbquests.chapter.resource_generation.quest24.description1": "These glorious bee comrades ironically despise queens. They are also notable for producing \u00266pollen\u0026r and having \u00266higher than average productivity.\u0026r", + "ftbquests.chapter.resource_generation.quest24.task_2025398279722007265.title": "Industrious", + "ftbquests.chapter.resource_generation.quest24.task_3616071306266700168.title": "Tireless", + "ftbquests.chapter.resource_generation.quest24.task_8393881405903593674.title": "Diligent", + "ftbquests.chapter.resource_generation.quest24.title": "Industrious Bees", + "ftbquests.chapter.resource_generation.quest25.description1": "Somewhat snooty and famously literally blue-blooded, these bees can produce \u00266Royal Combs\u0026r when ecstatic. These combs can then centrifuge into \u00266Royal Jelly.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description2": "They also have a \u00266higher than average fertility rate.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description3": "\u00267Tip: Imperial bees have the Beatific effect, which provides all mobs nearby with regeneration!", + "ftbquests.chapter.resource_generation.quest25.task_6398361437915986421.title": "Noble", + "ftbquests.chapter.resource_generation.quest25.task_7062842366521447494.title": "Imperial", + "ftbquests.chapter.resource_generation.quest25.task_753059639095222795.title": "Majestic", + "ftbquests.chapter.resource_generation.quest25.title": "Imperial Bees", + "ftbquests.chapter.resource_generation.quest26.description1": "The \u00266Mellarium\u0026r is a multiblock version of the apiary, with the ability to add modules that can help you in a variety of ways.", + "ftbquests.chapter.resource_generation.quest26.description2": "The most concrete thing a Mellarium can do is give you more than three frame slots, using \u00266Frame Housings.\u0026r This means you can get, in the best case, \u0026l\u0026oSTACKS\u0026r of combs every bee tick.", + "ftbquests.chapter.resource_generation.quest26.description3": "You can also increase your chances of getting a mutation, shield your bees from rain, and change the climate using catalyst items.", + "ftbquests.chapter.resource_generation.quest26.description4": "\u00267Tip: read your Apiarist Field Guide for more information!", + "ftbquests.chapter.resource_generation.quest26.title": "The Mellarium", + "ftbquests.chapter.resource_generation.quest27.description1": "Once you start getting propolis, you can start \u00266upgrading\u0026r your \u00266Centrifuges\u0026r and \u00266Generators\u0026r - each upgrade has different stats, and you can put up to three in your machines.", + "ftbquests.chapter.resource_generation.quest27.description2": "Like frames, these upgrades stack multiplicatively.", + "ftbquests.chapter.resource_generation.quest27.description3": "\u00267Tip: the earliest ways to get propolis are through nether bees or rocky bees!", + "ftbquests.chapter.resource_generation.quest27.task_7611771532993062026.title": "Any Upgrade", + "ftbquests.chapter.resource_generation.quest27.title": "Upgrades", + "ftbquests.chapter.resource_generation.quest28.description1": "At some point you\u0027ll have more honey (and other bee products) than you know what to do with. ", + "ftbquests.chapter.resource_generation.quest28.description2": "If nothing else, you can burn them for energy in the \u00266Honey Generator!\u0026r", + "ftbquests.chapter.resource_generation.quest29.description1": "An interesting thing about these bees is that there\u0027s no way to get more than one queen out of a breeding pair. Fortunately, you can perform a ritual to summon \u00266more bee nests\u0026r through magic and some special ingredients.", + "ftbquests.chapter.resource_generation.quest29.description2": "Read your Reclamation Rituals book for more information.", + "ftbquests.chapter.resource_generation.quest29.title": "More Nests", + "ftbquests.chapter.resource_generation.quest3.description1": "You\u0027ve noticed some beehives dotted around. Maybe you can try to domesticate them?", + "ftbquests.chapter.resource_generation.quest3.description2": "You\u0027ll need a tool to harvest the nests and a place to raise the bees.", + "ftbquests.chapter.resource_generation.quest3.description3": "\u00267Tip: not every bee is required to finish the pack! Branching out from the required bees will allow you to generate resources much easier than the traditional routes, however.", + "ftbquests.chapter.resource_generation.quest3.title": "Beeginnings", + "ftbquests.chapter.resource_generation.quest30.description1": "Certain bees can produce straight up raw metals from certain rocks!", + "ftbquests.chapter.resource_generation.quest30.task_1055543042056575718.title": "Cuprous", + "ftbquests.chapter.resource_generation.quest30.task_2417461944780662004.title": "Osimum", + "ftbquests.chapter.resource_generation.quest30.task_4765395095236658823.title": "Radioactive", + "ftbquests.chapter.resource_generation.quest30.task_5074021897861698803.title": "Precious", + "ftbquests.chapter.resource_generation.quest30.task_5533305920955437908.title": "Ferrous", + "ftbquests.chapter.resource_generation.quest30.task_6870748623537125703.title": "Argentum", + "ftbquests.chapter.resource_generation.quest30.task_766783682761833592.title": "Zincum", + "ftbquests.chapter.resource_generation.quest30.task_8469594533203667582.title": "Stannum", + "ftbquests.chapter.resource_generation.quest30.task_9085151875040480342.title": "Plumbum", + "ftbquests.chapter.resource_generation.quest30.title": "Metal Bees", + "ftbquests.chapter.resource_generation.quest31.description1": "Certain bees can produce raw minerals from their environment!", + "ftbquests.chapter.resource_generation.quest31.task_1818325150934700666.title": "Emeradic", + "ftbquests.chapter.resource_generation.quest31.task_2840825311361710213.title": "Lapic", + "ftbquests.chapter.resource_generation.quest31.task_3358109104860624142.title": "Fluorite", + "ftbquests.chapter.resource_generation.quest31.task_3719081351633839622.title": "Bituminous", + "ftbquests.chapter.resource_generation.quest31.task_4463225001103591989.title": "Silicate", + "ftbquests.chapter.resource_generation.quest31.task_5231403782456047002.title": "Dimantic", + "ftbquests.chapter.resource_generation.quest31.task_5480192077480458536.title": "Luminous", + "ftbquests.chapter.resource_generation.quest31.task_6963870120953273988.title": "Amethyst", + "ftbquests.chapter.resource_generation.quest31.task_7118701806962971116.title": "Quartz", + "ftbquests.chapter.resource_generation.quest31.task_7148838165140607695.title": "Conductive", + "ftbquests.chapter.resource_generation.quest31.title": "Mineral Bees", + "ftbquests.chapter.resource_generation.quest32.description1": "Stronger than Prudentium, \u00266Tertium\u0026r is necessary for all kinds of metallic essence seeds.", + "ftbquests.chapter.resource_generation.quest32.description2": "Make it using a \u00266Runic Altar\u0026r or \u00266Terrestrial Agglomeration Plate.\u0026r", + "ftbquests.chapter.resource_generation.quest32.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest32.description4": "\u00267Tip 2: a potency lens would make the altar process much faster!", + "ftbquests.chapter.resource_generation.quest33.description1": "\u00266Imperium\u0026r is the penultimate tier of essence, requiring combining the power of \u00265Source\u0026r and Tertium Essence.", + "ftbquests.chapter.resource_generation.quest33.description2": "It can be made using an \u00266Imbuement Chamber.\u0026r", + "ftbquests.chapter.resource_generation.quest33.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest34.description1": "\u00266Supremium\u0026r is the highest tier of essence, used for crafting the highest tier of mystical equipment and seeds.", + "ftbquests.chapter.resource_generation.quest34.description2": "Anoint Imperium with life essence to create it.", + "ftbquests.chapter.resource_generation.quest34.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest35.description1": "These bees can produce magical products. Some of them, like the \u00266Natural\u0026r bee, have special effects!", + "ftbquests.chapter.resource_generation.quest35.description2": "Additionally, the Natural bee produces some small amount of \u00266Nature Essence\u0026r if kept ecstatic.", + "ftbquests.chapter.resource_generation.quest35.task_2760367059321888447.title": "Dawnstone", + "ftbquests.chapter.resource_generation.quest35.task_4095918579037388131.title": "Willful", + "ftbquests.chapter.resource_generation.quest35.task_417359132698374078.title": "Botanic", + "ftbquests.chapter.resource_generation.quest35.task_4623337291104132366.title": "Demonite", + "ftbquests.chapter.resource_generation.quest35.task_5288388297853031166.title": "Terra", + "ftbquests.chapter.resource_generation.quest35.task_5373973326405937422.title": "Natural", + "ftbquests.chapter.resource_generation.quest35.task_7910365384265410324.title": "Source", + "ftbquests.chapter.resource_generation.quest35.title": "Magical Bees", + "ftbquests.chapter.resource_generation.quest37.description1": "\u00267Tip: you\u0027ll need to breed Nature bees to get your first bits of nature essence!", + "ftbquests.chapter.resource_generation.quest4.description1": "Now pop a \u00266princess and drone into an apiary,\u0026r and watch the magic happen! Bees can generate some \u00266very useful resources\u0026r in their combs; initially, though, you\u0027ll have to process said combs on \u00266a cutting board.\u0026r", + "ftbquests.chapter.resource_generation.quest4.description2": "At first, you\u0027ll only get beeswax and honey drops, alongside some dead logs...", + "ftbquests.chapter.resource_generation.quest4.description3": "\u00267Tip: wasteland bees (and desiccated and dried bees) need dead bushes as their \u0027flowers\u0027!", + "ftbquests.chapter.resource_generation.quest4.title": "Beesources", + "ftbquests.chapter.resource_generation.quest5.description1": "By continuously re-breeding \u00266Wasteland\u0026r bees together, you can start to slowly revitalize them. \u00266Desiccated\u0026r and \u00266Dried\u0026r bees are slightly better, with a higher productivity and lifespan - meaning less maintenance and more combs!", + "ftbquests.chapter.resource_generation.quest5.task_3134995966104364628.title": "Dried", + "ftbquests.chapter.resource_generation.quest5.task_7818871944295114422.title": "Desiccated", + "ftbquests.chapter.resource_generation.quest5.title": "Reclaimed Bees", + "ftbquests.chapter.resource_generation.quest6.description1": "At some point, you\u0027ll want to take a closer look at your bees - the \u00266Analyzer\u0026r allows you to examine what genes exactly any given bee has, for the low cost of a single honey drop.", + "ftbquests.chapter.resource_generation.quest6.description2": "The \u00266Apid Library\u0026r shows you what mutations you can create with a bee\u0027s species.", + "ftbquests.chapter.resource_generation.quest6.description3": "The \u00266Microscope\u0026r allows you to research bee species, giving you a higher chance to mutate bees into a researched species.", + "ftbquests.chapter.resource_generation.quest6.description4": "\u00267Tip: the Microscope is a great way to get rid of unnecessary drones you have! Read the Apiarist Field Guide for more info on it.", + "ftbquests.chapter.resource_generation.quest6.title": "Tools of the Trade", + "ftbquests.chapter.resource_generation.quest67.description1": "\u00266Growth Accelerators\u0026r grow the crop above them faster. Higher tiers have higher ranges, meaning you can stack more underneath your farmland!", + "ftbquests.chapter.resource_generation.quest68.description1": "Essence infused watering cans can water a larger area faster.", + "ftbquests.chapter.resource_generation.quest7.description1": "If you want to process your combs more efficiently, you\u0027ll want to make a \u00266Centrifuge.\u0026r Powered by a generator, it automatically turns combs into comb products - no more manual chopping!", + "ftbquests.chapter.resource_generation.quest7.title": "Comb Processing ", + "ftbquests.chapter.resource_generation.quest73.description1": "\u00267Tip: unlimited wadduh", + "ftbquests.chapter.resource_generation.quest8.description1": "All essence seeds need to grow on specially prepared \u00266Essence Farmland.\u0026r", + "ftbquests.chapter.resource_generation.quest8.description2": "You can obtain your first bits of \u00266Inferium Essence\u0026r from killing mobs.", + "ftbquests.chapter.resource_generation.quest8.description3": "\u00267Tip: higher tier essence farmland will grow essence crops slightly faster!", + "ftbquests.chapter.resource_generation.quest9.description1": "These first elemental seeds don\u0027t have very many direct crafting uses, but are an important stepping stone to bigger and better things.", + "ftbquests.chapter.resource_generation.quest9.description2": "\u00267Tip: essence seeds aren\u0027t cloneable, meaning you\u0027ll need two or more to actually start increasing their stats!", + "ftbquests.chapter.resource_generation.quest9.title": "Elemental Seeds", + "ftbquests.chapter.resource_generation.title": "Resource Generation", + "ftbquests.chapter.the_color_green.quest1.description1": "You\u0027ve done it! You finally have grass. It\u0027s not exactly green, but you can \u00266bonemeal\u0026r a large area of it and \u00266get flowers!\u0026r", + "ftbquests.chapter.the_color_green.quest1.title": "Grass!", + "ftbquests.chapter.the_color_green.quest10.description1": "The \u00266Natural Altar\u0026r is a very important tool in the manipulation of natural energies.", + "ftbquests.chapter.the_color_green.quest10.description2": "Once the altar is fully built, it will drain \u00266aura\u0026r from its surroundings. It will then use those energies to \u00266transform items put into it.\u0026r ", + "ftbquests.chapter.the_color_green.quest10.description3": "You should also look into creating the \u00266Environmental Eye\u0026r - a very useful device that shows you the level of aura in the nearby area.", + "ftbquests.chapter.the_color_green.quest10.task_4749334638074014910.title": "Any Planks", + "ftbquests.chapter.the_color_green.quest10.title": "Natural Altar", + "ftbquests.chapter.the_color_green.quest11.description1": "Infusing iron in the Natural Altar creates, funnily enough, \u00266Infused Iron Ingots.\u0026r These have a wide variety of uses, but chief among them are some very nice tools and armor, with \u00266special abilities\u0026r and the unique property of being \u00266repairable using Aura.\u0026r", + "ftbquests.chapter.the_color_green.quest11.title": "Infused Iron", + "ftbquests.chapter.the_color_green.quest12.description1": "Extremely malleable, \u00266Andesite Alloy\u0026r is a crucial component of contraptions to come.", + "ftbquests.chapter.the_color_green.quest12.description2": "\u00267Tip: very small amounts of Create are needed to finish the pack, but you won\u0027t have to get too deep into it!", + "ftbquests.chapter.the_color_green.quest13.description1": "The Natural Altar requires aura in the surrounding area to function. It won\u0027t ever take the aura to a negative level, but it will \u00264stop working completely if the aura is low enough,\u0026r which means you\u0027ll need a way of replenishing it.", + "ftbquests.chapter.the_color_green.quest13.description2": "\u00266Ancient Saplings\u0026r are the most basic way to do this; once grown, if the area\u0027s aura is low enough, the tree\u0027s leaves will \u00264slowly wither away,\u0026r \u00266producing aura in the process.\u0026r", + "ftbquests.chapter.the_color_green.quest13.title": "Creating Aura", + "ftbquests.chapter.the_color_green.quest14.description1": "An excess of aura generates flowers - and this device can turn \u00266flowers into an excess of aura!\u0026r Make sure you feed it a \u00266balanced diet of different flowers,\u0026r though; too much of the same flower and it starts to give you \u00264diminishing returns.\u0026r", + "ftbquests.chapter.the_color_green.quest14.description2": "\u00267Tip: if the aura in an area is high enough, it\u0027ll charge aura caches! Crouch with a botanist tool (made from infused iron) to repair them with an aura cache in your inventory.", + "ftbquests.chapter.the_color_green.quest15.description1": "Mana\u0027s not very useful without ways to generate and move it! Starting out, your best source of mana is going to be the \u00266Endoflame.\u0026r", + "ftbquests.chapter.the_color_green.quest15.description2": "\u00267Tip: you can use the Wand of the Forest to bind the spreader to flowers and pools.", + "ftbquests.chapter.the_color_green.quest15.description3": "\u00267Tip 2: using a pressure plate but it\u0027s not working? Open your OPAC keybind (default [\u0027]) to turn off the Prot. Plates from Other setting!", + "ftbquests.chapter.the_color_green.quest15.task_4041437535513982933.title": "Wand of the Forest", + "ftbquests.chapter.the_color_green.quest15.title": "Generating Mana", + "ftbquests.chapter.the_color_green.quest16.description1": "Now that you have a more robust source of aura, you can put it to more use - a \u00266crumbling catalyst,\u0026r when placed on top of one of the lower four golden blocks of a natural altar, can crush things much more finely than you can by hand. It can get you \u00266more bone meal per bone, more gold powder per leaf, and even turn cobblestone into sand!\u0026r", + "ftbquests.chapter.the_color_green.quest17.description1": "There are a few items you can place on top of your altar to increase its capacity and recharge rate:", + "ftbquests.chapter.the_color_green.quest17.description2": "\u00266Torch:\u0026r +0.5x recharge rate", + "ftbquests.chapter.the_color_green.quest17.description3": "\u00266Skeleton Skull/Husk Head:\u0026r +1x recharge rate, +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description4": "\u00266Chalice:\u0026r +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description5": "Eventually, you can replace the torch with a candelabra, the skeleton skull with a wither skeleton or player skull, and the chalice with a filled chalice for even more recharge rate and capacity.", + "ftbquests.chapter.the_color_green.quest17.task_4639929492764668107.title": "Head Upgrade", + "ftbquests.chapter.the_color_green.quest17.title": "Altar Upgrades", + "ftbquests.chapter.the_color_green.quest18.description1": "Attuned stones are a very important part of witchcraft - not only do they let you \u00266craft necessary workstations,\u0026r they also give you the ability to perform certain rites \u00266without the need of an altar,\u0026r once charged!", + "ftbquests.chapter.the_color_green.quest18.description2": "\u00267Please note that this recipe needs altar power! Make sure your cauldron is within range of your altar!", + "ftbquests.chapter.the_color_green.quest19.description1": "If the \u00266Altar\u0026r is the backbone of witchcraft, the \u00266Distillery, Kettle,\u0026r and \u00266Spinning Wheel \u0026rare its phalanges. ", + "ftbquests.chapter.the_color_green.quest19.description2": "...strange metaphors aside, these blocks allow you to craft a wide variety of \u00266witchy goodies.\u0026r They will need to be placed within range of an altar, if their recipes require power.", + "ftbquests.chapter.the_color_green.quest19.title": "Tools of the Trade", + "ftbquests.chapter.the_color_green.quest2.description1": "Now that you have actual plants available, you can start to harness their latent life-energy to power rituals. To start, you\u0027ll have to create a structure capable of collecting it - an \u00266Altar\u0026r should do well here. Place your Altar blocks in a 2x3 rectangle and it should start collecting power!", + "ftbquests.chapter.the_color_green.quest2.description2": "The more \u00266plantlife\u0026r there is around the\u00266 Altar,\u0026r the more power you can store. This includes \u00266trees, grass, flowers, crops, vines, pumpkins, melons, and more!\u0026r", + "ftbquests.chapter.the_color_green.quest2.description3": "\u00267Tip: the altar has a range of 16 blocks! There is a cap to each kind of plantlife nearby as well, so make sure the surroundings are varied.", + "ftbquests.chapter.the_color_green.quest2.title": "Altar", + "ftbquests.chapter.the_color_green.quest20.description1": "An apparatus perfect for channelling large amounts of mana into collections of objects, the \u00266Runic Altar\u0026r will (obviously) let you make runes.", + "ftbquests.chapter.the_color_green.quest20.description2": "\u00267Tip: with the altar, if you don\u0027t have them already, you can craft mystical flower seeds!", + "ftbquests.chapter.the_color_green.quest21.description1": "Ember item and fluid pipes are relatively basic, but at this point in time they\u0027re fairly decent for small-scale operations. Pipes need extractors to pull items into them, and extractors need a redstone signal to be activated. There are a few other quirks to the system, all of which are explained in your \u00266Ancient Codex.", + "ftbquests.chapter.the_color_green.quest21.description2": "\u00267Note - basically everything in Embers needs a redstone signal to activate, so get ready to place plenty of levers!", + "ftbquests.chapter.the_color_green.quest21.title": "Dwarven Logistics", + "ftbquests.chapter.the_color_green.quest22.description1": "Now that you have some Ember, you\u0027ll need to turn it into useable energy somehow.", + "ftbquests.chapter.the_color_green.quest22.description2": "The\u00266 Ember Activator\u0026r turns solid Ember into \u00266Activated Ember;\u0026r pipe crystals and shards into the bottom, and attach an \u00266Ember Emitter to the top\u0026r to output \u00266Activated Ember.\u0026r ", + "ftbquests.chapter.the_color_green.quest22.description3": "Use a Tinker\u0027s Hammer on the emitter to link it to a receptor, give it a redstone signal, and you\u0027re transmitting Activated Ember!", + "ftbquests.chapter.the_color_green.quest22.description4": "\u00267Note that Ember Grit doesn\u0027t normally produce Activated Ember; you\u0027ll have to add a \u00266Heat Exchanger\u00267 to an activator to get energy out of it (which multiplies all ember production by 0.9x, but adds a flat +300 to all items production!)", + "ftbquests.chapter.the_color_green.quest22.title": "Activating Ember", + "ftbquests.chapter.the_color_green.quest23.description1": "One of the main ways to channel altar power is through the practice of \u00266circle magic.\u0026r Each ritual has a gold chalk glyph at its center, but the placement of other chalk glyphs changes depending on what kind of ritual you want to perform!", + "ftbquests.chapter.the_color_green.quest23.description2": "Most rituals can target a remote area using a waystone (blooded or otherwise), and some rituals can even be performed away from the altar by adding a charged attuned stone to them!\u00266 Read through the two reward books to find out what rituals you can perform.\u0026r", + "ftbquests.chapter.the_color_green.quest23.description3": "\u00267Tip: the rite of fertility is a cheap, easy way to mass bonemeal grass, crops or anything else!", + "ftbquests.chapter.the_color_green.quest23.title": "Circle Magic", + "ftbquests.chapter.the_color_green.quest24.description1": "You\u0027ll want to make a \u00266Copper Cell\u0026r to \u00266store your activated ember\u0026r - it works as a kind of \u0027battery\u0027 for the mystical energy.", + "ftbquests.chapter.the_color_green.quest24.description2": "To see how much ember is in the cell, place an \u00266Ember Dial\u0026r on it.", + "ftbquests.chapter.the_color_green.quest24.title": "Storing Ember", + "ftbquests.chapter.the_color_green.quest25.description1": "Ember is capable of melting metals and other items in the creatively-named \u00266Melter\u0026r - feed the bottom half ember, feed the top half items to melt, and you can extract molten metals from the top half.", + "ftbquests.chapter.the_color_green.quest25.description2": "This molten metal can be formed into a variety of shapes in a \u00266Stamper;\u0026r place the \u00266Stamp Base,\u0026r then the \u00266Stamper above it with a one-block gap\u0026r of air. Give the Stamper ember and a stamp, pipe molten metal into the base, and presto! Stamped and cooled metal products! ", + "ftbquests.chapter.the_color_green.quest25.description3": "Notably, you can use this process to \u00266produce plates more efficiently.\u0026r", + "ftbquests.chapter.the_color_green.quest25.title": "Melting and Stamping", + "ftbquests.chapter.the_color_green.quest26.description1": "By piping molten copper and gold into \u0026odifferent sides\u0026r of the bottom of a \u00266Mixer Centrifuge,\u0026r (along with some ember) you can combine them into a strong, ember-aligned metal called \u00266Dawnstone.\u0026r Pipe it out of the top and stamp it into ingots or plates!", + "ftbquests.chapter.the_color_green.quest26.description2": "\u00267Tip: use your Tinker\u0027s Lens to see what\u0027s going on in the mixer!", + "ftbquests.chapter.the_color_green.quest26.title": "Dawnstone", + "ftbquests.chapter.the_color_green.quest27.description1": "The Andesite Casing is a crucial part of any kind of mechanical apparatus.", + "ftbquests.chapter.the_color_green.quest28.description1": "For more advanced ember crafting, a special setup is required. An \u00266exchange tablet\u0026r with some \u00266pedestals\u0026r around it, when struck with a \u00266beam cannon pulse,\u0026r will transmute the center item into a new result item.", + "ftbquests.chapter.the_color_green.quest28.description2": "There is one complication, though. The pedestals need \u00266aspectii\u0026r to be placed on them, and you aren\u0027t sure which aspectii go with which items! The only way to find out is through experiementation - if the transmutation fails, it will produce \u0026balchemical waste.\u0026r When held and right clicked, the waste will reveal a number of \u00266glowing spots,\u0026r which tell you the number of \u00266aspectus/item combinations you got right.\u0026r", + "ftbquests.chapter.the_color_green.quest28.title": "Energetic Alchemy", + "ftbquests.chapter.the_color_green.quest29.description1": "Using the power of mana and a pumpkin, you think you can create a \u00266Fel Pumpkin\u0026r - a weak imitation of a blaze head. Pop this magically-charged head on top of two iron bars, and it\u0027ll turn into a passable facsimile of a blaze.", + "ftbquests.chapter.the_color_green.quest29.description2": "This imitation blaze always drops at least \u0026610 blaze powder.\u0026r This blaze powder can be spun into brilliant fiber, or distilled into more useful dusts!", + "ftbquests.chapter.the_color_green.quest29.description3": "\u00267Tip: you can capture an imitation blaze in the Blaze Burner!", + "ftbquests.chapter.the_color_green.quest29.title": "Knockoff Blazes", + "ftbquests.chapter.the_color_green.quest3.description1": "Using dye from the flowers you can get by \u00266bonemealing grass,\u0026r you can craft a special kind of fertilizer that can coax \u00266mystical flowers\u0026r to life.", + "ftbquests.chapter.the_color_green.quest3.description2": "\u00267Tip: you can also get mystical flower seeds through crossbreeding!", + "ftbquests.chapter.the_color_green.quest30.description1": "There are a few other ways you can process materials using andesite-based machinery; namely, \u00266compacting, pressing, and mixing\u0026r You\u0027ll need to find some way to capture a fire elemental if you want to expand your repertoire, though; \u0026bmaybe mana can help you somehow?\u0026r", + "ftbquests.chapter.the_color_green.quest30.title": "Mechanical Crafting", + "ftbquests.chapter.the_color_green.quest31.description1": "By blowing air through certain things, you can blast, smoke, wash, or \u00266haunt\u0026r items. This means you have access to essentially free bulk smelting!", + "ftbquests.chapter.the_color_green.quest31.description2": "More importantly, though - now that you can haunt items, you can make \u00266blackstone\u0026r by \u00266haunting\u0026r cobblestone, a crucial component of the \u00266Reformation Array.\u0026r", + "ftbquests.chapter.the_color_green.quest31.title": "Moving Air", + "ftbquests.chapter.the_color_green.quest32.description1": "Alchemical reformation is the process of \u00266turning one alchemical sulfur into another\u0026r - initially, you\u0027ll only be able to convert sulfurs of the \u00266same tier and type\u0026r to each other \u00266(like iron sulfur into lead sulfur!) \u0026r", + "ftbquests.chapter.the_color_green.quest32.description2": "To set up the reformation array, place down the target, source, and result pedestals somewhat near each other. Hold the sulfuric flux emitter and right click each pedestal, then place it on the mercury catalyst. ", + "ftbquests.chapter.the_color_green.quest32.description3": "Put mercury in the mercury catalyst, the target sulfur in the target pedestal, and the sulfur to convert in the source pedestal. Give it a moment, and you\u0027ll start converting the source sulfur into the target sulfur!", + "ftbquests.chapter.the_color_green.quest32.title": "Alchemical Reformation", + "ftbquests.chapter.the_color_green.quest33.description1": "A mechanical pump is capable of pumping liquids in the world into pipes when given mechanical power - \u00266it is much faster than the ember-fueled one!", + "ftbquests.chapter.the_color_green.quest34.description1": "The \u00266Rod of the Lands\u0026r can corporealize a tiny portion of mana into a full dirt block!", + "ftbquests.chapter.the_color_green.quest34.title": "(almost) Free Dirt", + "ftbquests.chapter.the_color_green.quest35.description1": "Carrying mana around with you enables you to use a plethora of bits and baubles. To transfer mana from a pool into the tablet, make sure the pool is on \u0027charge\u0027 mode by hovering over it with a wand of the forest.", + "ftbquests.chapter.the_color_green.quest35.title": "Portable Mana", + "ftbquests.chapter.the_color_green.quest36.description1": "Turn your mana tablet into a ring to store mana on-the-go \u00266without taking up an inventory slot!\u0026r", + "ftbquests.chapter.the_color_green.quest37.description1": "By attaching a mana rune to a manasteel ring, you can (VERY slowly) pull ambient mana into a mana storage device on your person, \u00266for free!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description1": "Distilling blaze powder and gunpowder together in a Distillery will grant you access to \u00266glowstone!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description2": "Getting \u00266redstone\u0026r is similar, using cinder flour in place of gunpowder.", + "ftbquests.chapter.the_color_green.quest38.description3": "\u00267Tip: you can also make glowstone and redstone with strength and night vision potions - it\u0027s up to you whether you want to take the Enchanted or Create route for these!\u0026r", + "ftbquests.chapter.the_color_green.quest38.title": "Useful Dusts", + "ftbquests.chapter.the_color_green.quest39.description1": "Once you have a pump, you can create a \u00266Spout\u0026r to dispense liquid onto items - this is a possible way to make \u00266glowstone or redstone,\u0026r if you\u0027re willing to set up the infrastructure.", + "ftbquests.chapter.the_color_green.quest4.description1": "The \u00266Pure Daisy\u0026r can, as its name implies, purify nearby objects. The most important things you should start with are \u00266logs and stone,\u0026r but there are a few other things you can purify as well!", + "ftbquests.chapter.the_color_green.quest4.description2": "Simply place the petal apothecary down, fill it with water, then toss in the petals and finally a seed!", + "ftbquests.chapter.the_color_green.quest4.description3": "\u00267Tip: check the usages of the Pure Daisy to see what else it can transform.", + "ftbquests.chapter.the_color_green.quest4.title": "Pure Daisy", + "ftbquests.chapter.the_color_green.quest40.description1": "The \u00266Alchemy Catalyst\u0026r allows you to use the power of mana to transmute a wide variety of items. Place it under a mana pool to start alchemizing!", + "ftbquests.chapter.the_color_green.quest40.description2": "You\u0027ll be able to convert flowers into other flowers, stone variants into other stone variants, flint into gunpowder (and vice versa), and ghast tears into ender pearls!", + "ftbquests.chapter.the_color_green.quest40.description3": "\u00266Notably, it lets you turn flax into feathers, necessary for tokens of fear.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description1": "The \u00266transmutation catalyst\u0026r modifies the natural altar to convert items into other items using Aura. Similar to the crumbling catalyst, it must be placed \u00266atop one of the four lower gold blocks of the altar.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description2": "The most immediately useful transmutation is that of \u00266sand into soul sand,\u0026r which will allow you to haunt things using the encased fan, as well as grow nether wart!", + "ftbquests.chapter.the_color_green.quest41.description3": "You can also convert netherrack into crimson and warped nylium.", + "ftbquests.chapter.the_color_green.quest42.description1": "The \u00266Millstone\u0026r can crush cobble into gravel, bones into bone meal, and a variety of plants into their respective dyes at a much higher rate of return.", + "ftbquests.chapter.the_color_green.quest43.description1": "The \u00266Codebreaking Slate\u0026r is very handy - you can put multiple pieces of alchemical waste into it and it will show you how many aspectus/item combinations you got right! It will also show you how many correct aspectii you have placed with the wrong items.", + "ftbquests.chapter.the_color_green.quest44.description1": "Your first \u00266archaic brick\u0026r can be made by infusing a regular brick with tainted gold and infused iron. Once you have one, you can use it to make more by simply infusing it with \u00266more clay and soul sand.\u0026r", + "ftbquests.chapter.the_color_green.quest45.description1": "The \u00266Mnemonic Inscriber\u0026r, when attached to an Exchange Tablet and given paper, will automatically write down the correct combination of aspectii for a given transmutation when you successfully complete one.", + "ftbquests.chapter.the_color_green.quest46.description1": "You can convert between sulfurs of the same type and rarity using the reformation array, but if you want to convert between different types (and the same rarity), you\u0027ll want to make \u00266Alchemical Niter\u0026r in a \u00266Fermentation Vat.\u0026r", + "ftbquests.chapter.the_color_green.quest46.description2": "Place \u00266water, sugar, and the sulfur\u0026r you want to ferment into the vat, then \u00266shift-right-click it to close it\u0026r and start the fermentation process. Once the barrel opens again, your fermentation is done, and you can take out your shiny new Niter!", + "ftbquests.chapter.the_color_green.quest46.description3": "Alchemical Niter can be converted in the \u00266Reformation Array\u0026r similar to how you convert sulfur - note, however, that depending on what type you\u0027re converting to, you will produce or require \u00266more than one niter!\u0026r", + "ftbquests.chapter.the_color_green.quest46.title": "Alchemical Conversion", + "ftbquests.chapter.the_color_green.quest47.description1": "The \u00266digestion vat\u0026r lets you \u00266convert sulfurs between rarities!\u0026r Place some niter and sal ammoniac (and if you\u0027re converting up, some alchemically pure gold) into it, and shift-right-click the vat to start the process! \u00266Four of the previous tier converts into one of the next tier, and vice versa.\u0026r", + "ftbquests.chapter.the_color_green.quest47.description2": "This (in combination with the fermentation vat) allows you to convert iron sulfur into common metal niter, down into four abundant metal niter, into four copper sulfur - that\u0027s \u00266FOUR copper per iron!\u0026r", + "ftbquests.chapter.the_color_green.quest47.description3": "This is a metal loop you could try automating...", + "ftbquests.chapter.the_color_green.quest47.description4": "\u00267Tip: you can start and stop the vats using a redstone signal!\u0026r", + "ftbquests.chapter.the_color_green.quest47.title": "Alchemical Exaltation", + "ftbquests.chapter.the_color_green.quest48.description1": "The \u00266Offering Table\u0026r is a special altar that will allow you to convert items into special empowered versions of themselves, most notably tokens and nature-infused ingots.", + "ftbquests.chapter.the_color_green.quest48.description2": "To use it, simply place whatever you want to infuse into it by right-clicking, then throw a \u00266Spirit of Calling\u0026r onto the altar to activate it.", + "ftbquests.chapter.the_color_green.quest48.description3": "\u00267Tip: You can convert more than one item at a time, using only one spirit of calling!\u0026r", + "ftbquests.chapter.the_color_green.quest48.description4": "\u00267Tip 2: this is a multiblock! Check your Book of Natural Aura to see how to build it.", + "ftbquests.chapter.the_color_green.quest49.description1": "You can capture a summoned blaze into a magicked cage. This cage, when placed under a basin, will let you brew potions more efficiently than a brewing stand.", + "ftbquests.chapter.the_color_green.quest5.description1": "Combining the nature-infused iron and some metaphysical heat and structure (courtesy of \u00266nether bricks\u0026r and a \u00266spruce sapling,\u0026r respectively), you can rearrange the latent potential of the metal to turn it into lead!", + "ftbquests.chapter.the_color_green.quest5.description2": "Vastly useful in a variety of mechanical applications, lead is a great first step to leveraging either \u00266raw mechanical power\u0026r or \u00266Ember\u0026r in your pursuits.", + "ftbquests.chapter.the_color_green.quest5.description3": "\u00267Tip: the ancient codex is a little confusing at first, but it will guide you through the Embers mod! Start at Natural Energy, right click entries to mark them as read, and make sure you \u0026lREAD CAREFULLY!", + "ftbquests.chapter.the_color_green.quest5.description4": "\u00267Tip 2: you can use Theurgy to triple ingot output from raw ores!", + "ftbquests.chapter.the_color_green.quest50.description1": "This is it. Using the power of the \u00266Offering Altar,\u0026r and some magically significant materials, you can create the basis of real, sentient life - chicken eggs.", + "ftbquests.chapter.the_color_green.quest50.subtitle": "Well, debatably", + "ftbquests.chapter.the_color_green.quest50.title": "Sentient Life", + "ftbquests.chapter.the_color_green.quest51.description1": "With runes, there are a few other options you have for generating mana:", + "ftbquests.chapter.the_color_green.quest51.description2": "* A \u00266Thermalily\u0026r generates bursts of mana using lava, but will consume lava for no gain if you give it lava too often", + "ftbquests.chapter.the_color_green.quest51.description3": "* An \u00266Entropinnyum\u0026r consumes TNT explosions (and is one of the best generating flowers in the game), but too often and it\u0027ll just blow itself up", + "ftbquests.chapter.the_color_green.quest51.description4": "* A \u00266Munchdew\u0026r consumes leaves, but does not drop saplings.", + "ftbquests.chapter.the_color_green.quest51.description5": "\u00267Tip: some flowers will generate too much mana for a basic spreader! You can use potency and velocity lenses to stretch this, but eventually, you\u0027ll need better spreaders...\u0026r", + "ftbquests.chapter.the_color_green.quest51.title": "Alternative Mana Sources", + "ftbquests.chapter.the_color_green.quest52.description1": "Now that you can turn sulfurs into other sulfurs, you can manually reconstitute \u00266silver sulfur\u0026r and use the \u00266Reformation Array\u0026r to turn gold sulfur into silver sulfur without having to re-make the sulfur over and over again!", + "ftbquests.chapter.the_color_green.quest52.description2": "\u00267Tip: sulfur sulfur sulfur sulfur\u0026r", + "ftbquests.chapter.the_color_green.quest52.title": "Moon Metal", + "ftbquests.chapter.the_color_green.quest53.description1": "The \u00266Wildfire Core\u0026r is a key piece of some advanced dwarven machinery.", + "ftbquests.chapter.the_color_green.quest54.description1": "The \u00266Wildfire Stirling,\u0026r when attached to machines and supplied with steam, increases the efficiency of their ember usage.", + "ftbquests.chapter.the_color_green.quest54.description2": "The first one cuts usage in half, the second one halves it again, and any more decrease the efficiency.", + "ftbquests.chapter.the_color_green.quest55.description1": "The \u00266Ignem Reactor\u0026r is the ultimate solution to high ember requirements - when placed between a \u00266Catalysis\u0026r and \u00266Combustion Chamber,\u0026r it refines ember at a MUCH higher rate than the Ember Activator; up to \u002669x more ember\u0026r per crystal item.", + "ftbquests.chapter.the_color_green.quest55.description2": "\u00267Tip: the Catalysis and Combustion Chambers need fuel to operate, check JEI for their fuels and multipliers.", + "ftbquests.chapter.the_color_green.quest55.title": "Ignem Reactor", + "ftbquests.chapter.the_color_green.quest56.description1": "With the power of alchemy, you can turn a charged attuned stone into a seed capable of turning ember into pure metal! These crystal seeds, when powered with an \u00266Ember Injector,\u0026r will slowly grow and drop metal nuggets.", + "ftbquests.chapter.the_color_green.quest56.description2": "Not every metal can be turned into these seeds, but you have figured out that you can actually \u00266obtain Zinc\u0026r through this alchemical process!", + "ftbquests.chapter.the_color_green.quest56.description3": "\u00267Tip: crystals will slowly level up and drop more and more metal. Moving them resets their level, though!", + "ftbquests.chapter.the_color_green.quest56.subtitle": "Zinc! (and others)", + "ftbquests.chapter.the_color_green.quest56.task_414198583111126714.title": "Any Metal Crystal Seed", + "ftbquests.chapter.the_color_green.quest56.title": "Metal Crystal Seeds", + "ftbquests.chapter.the_color_green.quest57.description1": "With Dawnstone, you can craft ember transferral devices that can handle much more throughput.", + "ftbquests.chapter.the_color_green.quest57.title": "High Volume Ember Transfer", + "ftbquests.chapter.the_color_green.quest58.description1": "Now that you have zinc, you can alloy it with copper to create brass! This is useful almost exclusively for \u00266mechanical contraptions.\u0026r", + "ftbquests.chapter.the_color_green.quest58.description2": "\u00266Electron Tubes\u0026r are also an important step to making more complicated contraptions. ", + "ftbquests.chapter.the_color_green.quest58.description3": "\u00266Rose Quartz\u0026r can be made in a heated basin, combining glowstone and redstone in a sal ammoniac bath.", + "ftbquests.chapter.the_color_green.quest58.title": "Advanced Contraptions", + "ftbquests.chapter.the_color_green.quest59.description1": "Packages and their associated transport items open up a huge amount of logistical freedom.", + "ftbquests.chapter.the_color_green.quest59.description2": "\u00267Tip: for more information, hover these items and hold W to ponder!", + "ftbquests.chapter.the_color_green.quest59.title": "Mechanical Logistics", + "ftbquests.chapter.the_color_green.quest6.description1": "\u00266Ember\u0026r is the lifeblood of the world. Despite whatever happened, there is still virtually infinite Ember available deep underground - you just need to make a machine that can mine it. ", + "ftbquests.chapter.the_color_green.quest6.description2": "Enter the \u00266Ember Bore\u0026r - place it on bedrock, add a \u00266Mechanical Core\u0026r above it so you can pipe things in and out of it, and give it some fuel! It\u0027ll start digging up that sweet, sweet Ember.", + "ftbquests.chapter.the_color_green.quest6.description3": "\u00267Tip: the Mechanical Core acts as an extension for most Embers multiblocks! You can transfer items, fluid, and ember in and out of the core as if it was a part of the block it is attached to.", + "ftbquests.chapter.the_color_green.quest6.description4": "\u00267Tip 2: USE YOUR MECHANICAL LENS! It\u0027s EXTREMELY helpful for figuring out how Ember\u0027s machines work.", + "ftbquests.chapter.the_color_green.quest6.title": "Drilling for Ember", + "ftbquests.chapter.the_color_green.quest60.description1": "With access to brass and electron tubes, you can make a Mechanical Crafter. These, in combination with \u00266factory gauges\u0026r and \u00266package logistics,\u0026r allow you to set up automatic stocking and crafting of items!", + "ftbquests.chapter.the_color_green.quest60.title": "Autocrafting", + "ftbquests.chapter.the_color_green.quest61.description1": "You can fortify infused iron with prosperity shards to create a basic \u00266prosperity ingot,\u0026r ready to augment with agricultural essence.", + "ftbquests.chapter.the_color_green.quest61.description2": "One of the best uses of this ingot is to make a better watering can.", + "ftbquests.chapter.the_color_green.quest61.title": "Better Watering", + "ftbquests.chapter.the_color_green.quest62.description1": "With empowered tokens, you can craft the \u00266Creational Catalyst\u0026r - this removes the innate limit on most aura producing blocks, and lets you overcharge the local area with Aura.", + "ftbquests.chapter.the_color_green.quest62.description2": "\u00267Tip: aureareaurearuea", + "ftbquests.chapter.the_color_green.quest63.description1": "You\u0027ve felt a strange tingling on your skin ever since you woke up - you think this might be a manifestation of \u00266Aura,\u0026r a natural phenomenon that you might be able to further harness.", + "ftbquests.chapter.the_color_green.quest63.description2": "To get started, craft a \u00266Bottle and Cork\u0026r and \u00266right click the air\u0026r to gather some Aura for further study.", + "ftbquests.chapter.the_color_green.quest63.title": "Bottling Sunlight", + "ftbquests.chapter.the_color_green.quest64.description1": "The \u00266Mana Blaster\u0026r is a portable mana spreader that you can fire at will, using mana from a storage device on your person. You can also attach lenses to it, to use their special properties!", + "ftbquests.chapter.the_color_green.quest65.description1": "\u00266Mana Lenses\u0026r can change the properties of a mana burst fired from a spreader. They can increase the color, potency, speed, and even make the burst go \u00266through blocks\u0026r or \u00266break them\u0026r altogether! Read your \u00266Lexica Botania\u0026r for more details.", + "ftbquests.chapter.the_color_green.quest65.description2": "\u00267Tip: the weight lens makes blocks a mana burst hits fall - you can exploit this property to get blocks that normally need silk touch by having them fall onto something like a torch!", + "ftbquests.chapter.the_color_green.quest66.description1": "Now that you have\u00266 Ember\u0026r, what can you do with it?", + "ftbquests.chapter.the_color_green.quest66.description2": "One useful item is the \u00266Hearth Coil\u0026r - when provided with Ember, it can be used as a VERY fast furnace.", + "ftbquests.chapter.the_color_green.quest67.description1": "With \u00266Dawnstone\u0026r comes a better way of activating ember - the \u00266Pressure Refinery.\u0026r", + "ftbquests.chapter.the_color_green.quest67.description2": "It \u00264requires water\u0026r as well, but can boost your ember production up to \u002661.5x the value\u0026r of a plain activator.", + "ftbquests.chapter.the_color_green.quest67.description3": "Additionally, if placed atop a metal block surrounded by lava or fire it can double that, getting up to \u002663x the value\u0026r of crystalline ember! ", + "ftbquests.chapter.the_color_green.quest68.description1": "The \u00266Beam Splitter\u0026r allows you to, well, split beams. Ember sent into it will be divided into two bursts sent out from either end.", + "ftbquests.chapter.the_color_green.quest68.description2": "The \u00266Crystal Cell\u0026r is a much higher capacity way to store Ember - piping more crystalline ember into it will \u00266increase its storage limit.\u0026r", + "ftbquests.chapter.the_color_green.quest68.title": "Advanced Ember Logistics", + "ftbquests.chapter.the_color_green.quest69.description1": "With the acquisition of Dawnstone, you can make a special chamber to manipulate elemental mercury into a source of energy. ", + "ftbquests.chapter.the_color_green.quest69.description2": "The \u00266Mercury Catalyst\u0026r can convert mercury into Mercury Flux (MF) which, in combination with a \u00266Caloric Flux Emitter\u0026r, can be used to power alchemical devices that would normally need a pyromantic brazier underneath them!", + "ftbquests.chapter.the_color_green.quest69.description3": "\u00267Tip: one mercury shard produces as much energy as one piece of charcoal!", + "ftbquests.chapter.the_color_green.quest69.title": "Mercurial Power", + "ftbquests.chapter.the_color_green.quest7.description1": "The combination of brilliant fiber and nether bricks is superficially similar to the weak gold ore deposits you remember existing in the Nether. They\u0027re so similar, in fact, that \u00266a Pure Daisy will convert Golden Nether Bricks into Nether Gold Ore!\u0026r", + "ftbquests.chapter.the_color_green.quest7.description2": "\u00267Tip: there is a better way to make brilliant fiber, but you\u0027ll need to get blaze powder somehow... ", + "ftbquests.chapter.the_color_green.quest7.title": "Gold", + "ftbquests.chapter.the_color_green.quest70.description1": "With high enough aura in an area, \u00266dried earth will slowly convert to dirt!\u0026r", + "ftbquests.chapter.the_color_green.quest70.description2": "If you want to stop this effect from happening, \u00266Powder of Dried Stasis\u0026r will prevent the conversion of dried earth to dirt in the area it\u0027s placed in.", + "ftbquests.chapter.the_color_green.quest70.subtitle": "pseudo-terraforming", + "ftbquests.chapter.the_color_green.quest70.title": "Regrowth?", + "ftbquests.chapter.the_color_green.quest71.description1": "The \u00266Bin\u0026r is a fantastic block that automatically collects the outputs of various dwarven machinery.", + "ftbquests.chapter.the_color_green.quest71.description2": "Simply attach it to the \u00266bottom\u0026r of a machine (like, say, the stamper base) and it\u0027ll fill up with products.", + "ftbquests.chapter.the_color_green.quest72.description1": "With an imitation blaze head and a couple of real magical reagents, you can \u00266summon a real blaze!\u0026r", + "ftbquests.chapter.the_color_green.quest72.description2": "This summoned blaze always drops at least 3 blaze rods. ", + "ftbquests.chapter.the_color_green.quest72.description3": "\u00267Tip: the ritual to summon the blaze is described in the Reclamation Rituals book.\u0026r", + "ftbquests.chapter.the_color_green.quest72.title": "Real Blazes", + "ftbquests.chapter.the_color_green.quest8.description1": "The \u00266Pure Daisy\u0026r is able to turn mundane stone and logs into much more naturally-aligned versions of themselves.", + "ftbquests.chapter.the_color_green.quest8.title": "Living Materials", + "ftbquests.chapter.the_color_green.quest9.description1": "You can use a bucket to \u00266strategically place lava and water\u0026r to make a nether portal frame. It\u0027s not ideal, but it\u0027s definitely easier than trying to mine obsidian with an iron pickaxe!", + "ftbquests.chapter.the_color_green.quest9.description2": "Similar to the overworld, the nether is bare of ores and even more devoid of life - \u00264there are zero spawns there, and only one biome.", + "ftbquests.chapter.the_color_green.quest9.description3": "\u00267Tip: you can also make obsidian on the natural altar - but be warned, it\u0027s pretty costly aura-wise!", + "ftbquests.chapter.the_color_green.quest9.task_4075772383648127092.title": "Visit the Nether", + "ftbquests.chapter.the_color_green.quest9.title": "The Nether", + "ftbquests.chapter.the_color_green.title": "Touching Grass", + "ftbquests.chapter.the_hunt_for_grass.quest1.description1": "Now that you have dirt, your next step is to turn it into grass, so that you can start bringing a little bit of green into the world.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description1": "Plants in Agricraft are diploid organisms - essentially, every plant has two sets of attributes: active and inactive (or dominant and recessive). \u00266The active trait is the one that actually affects the plant,\u0026r but the inactive trait comes into play when breeding plants together. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description2": "When a crossbreed occurs, each plant \u00266adjacent\u0026r to the crossbreed crop sticks has a \u00266chance\u0026r depending on its \u00266fertility\u0026r to count as a parent. If there\u0027s only one parent selected, the resulting plant is a clone. If more than one parent is selected, each has a chance to pass on one half of its genes to the resulting plant.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description3": "For example, if you bred a plant with gain of 3-2 with a plant who\u0027s gain is 4-2, it would result in a plant with a gain stat of either 4-3, 4-2, 3-2, or 2-2. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description4": "To figure out what the possibilities are for two parent plants, you can use a punnett square:", + "ftbquests.chapter.the_hunt_for_grass.quest10.description5": "Each square has an equal chance of getting chosen - additionally, there is a small chance for a mutation to occur; whether this mutation is beneficial or not depends on each parent\u0027s \u00266mutativity stat.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest10.image0": "{image:reclamation:textures/quests/punnett.png width:150 height:150 align:center}", + "ftbquests.chapter.the_hunt_for_grass.quest10.task_2773659192565899586.title": "What the heck are these numbers?", + "ftbquests.chapter.the_hunt_for_grass.quest10.title": "How do I get better stats?", + "ftbquests.chapter.the_hunt_for_grass.quest11.description1": "Each plant has five stats, when planted on crop sticks. You can see these stats by crouching and looking at the plant, or using a magnifying glass. The stats affect a variety of things:", + "ftbquests.chapter.the_hunt_for_grass.quest11.description2": "\u00266Fertility\u0026r is how likely a plant is to get chosen as a parent for cross-breeding.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description3": "\u00266Gain\u0026r increases how much a plant will produce when harvested.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description4": "\u00266Growth\u0026r affects the speed a plant grows at.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description5": "\u00266Mutativity\u0026r raises the chance for a cross-breed (when it occurs) to be beneficial.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description6": "\u00266Strength\u0026r broadens the possible growing conditions for a plant - for example, cactus can always grow on sand, but with a strength of 10, it can grow on normal farmland!", + "ftbquests.chapter.the_hunt_for_grass.quest11.subtitle": "What do they mean?", + "ftbquests.chapter.the_hunt_for_grass.quest11.task_7047347176409476035.title": "Read", + "ftbquests.chapter.the_hunt_for_grass.quest11.title": "The numbers, Mason!", + "ftbquests.chapter.the_hunt_for_grass.quest12.description1": "That was A LOT of info - what it boils down to is higher numbers \u003d better, breed higher statted plants together to get better plants, use bonemeal on cross sticks to speed up the crossbreeding process. ", + "ftbquests.chapter.the_hunt_for_grass.quest12.description2": "If your plant is not growing, look at it while crouching - it might need a different type of soil.", + "ftbquests.chapter.the_hunt_for_grass.quest12.description3": "\u00267Tip: getting your first beneficial mutation \u00264will be slow,\u00267 but you can speed it up by \u00266planting crops in a plus shape,\u00267 with the cross sticks in the middle! This means each potential crossbreed has \u00266four\u00267 chances to pick parents, instead of \u00264just two.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest12.subtitle": "English, poindexter?", + "ftbquests.chapter.the_hunt_for_grass.quest12.task_7762997780188473985.title": "WAY too complicated", + "ftbquests.chapter.the_hunt_for_grass.quest12.title": "That was a lot...", + "ftbquests.chapter.the_hunt_for_grass.quest13.description1": "Now that you have a way to grow and breed plants, you should get started on broadening your base of food. Either \u00266breed the plants you have\u0026r into the two other staple crops from the old world, or \u00266find them on the mutated inhabitants\u0026r of the new.", + "ftbquests.chapter.the_hunt_for_grass.quest13.description2": "\u00267Tip: to find mutations, look up the recipe for the seed of the plant in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.description3": "\u00267Tip 2: to see what conditions a seed needs to grow (including what blocks it can grow on), check the uses of the seed in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.title": "Edible Plants", + "ftbquests.chapter.the_hunt_for_grass.quest14.description1": "At some point, you\u0027re going to run out of ruins. Thankfully, there is a special kind of flower called the \u00266Cuprosia \u0026ryou can breed that can harvest \u00266trace amounts of copper from the water.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest14.description2": "\u00267Tip: the flower will only grow in a waterlogged crop. If you successfully crossbreed the Cuprosia but the crop stick it\u0027s on is not waterlogged, \u00264it will not grow. \u00267Additionally, it can \u00264only grow on gravel\u00267 at strength 1.", + "ftbquests.chapter.the_hunt_for_grass.quest14.description3": "\u00267Tip 2: plant species can be recessive! Use your magnifying glass.", + "ftbquests.chapter.the_hunt_for_grass.quest14.title": "Growing copper?", + "ftbquests.chapter.the_hunt_for_grass.quest15.description1": "Now you have to find a way to turn the nascent life energy within the tree into some form of grass. There was a ritual you remember that was able to condense said energy into a special seed...", + "ftbquests.chapter.the_hunt_for_grass.quest15.description2": "Witchcraft can help you here - brew up some \u00266brilliant fiber,\u0026r apply it to some tree leaves, and watch it \u00266spread!\u0026r Once you have enough, break the leaves - the gilded leaves you\u0027ll get will be able to crush into a \u00266fine gold dust,\u0026r perfect for this ritual.", + "ftbquests.chapter.the_hunt_for_grass.quest15.title": "Gold Leaf", + "ftbquests.chapter.the_hunt_for_grass.quest16.description1": "Now that you have a way to conduct the ritual, you can create a \u00266Pasture Seed,\u0026r which will let you finally \u00266bring back grass to the world!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest16.description2": "\u00267To find out how to actually do the ritual, check how to do a Ritual of the Forest in your Book of Natural Aura.", + "ftbquests.chapter.the_hunt_for_grass.quest16.title": "Ritual of the Forest", + "ftbquests.chapter.the_hunt_for_grass.quest17.description1": "The \u00266Witch\u0027s Oven\u0026r can be used to distill saplings into \u00266special magic fumes,\u0026r which are especially potent in a variety of magical rites.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description1": "Using some sapling fumes and some plantlife, you can create \u00266Pasture Seeds\u0026r - special seeds that will place an \u00266area of grass\u0026r on nearby dirt.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description2": "\u00267Tip: due to a bug in the mod, watering cans will not work to start the ritual of the forest!", + "ftbquests.chapter.the_hunt_for_grass.quest18.subtitle": "Not as green as I\u0027d like...", + "ftbquests.chapter.the_hunt_for_grass.quest18.title": "Grass!", + "ftbquests.chapter.the_hunt_for_grass.quest19.description1": "The composter can turn \u00266extra seeds and crops into bonemeal!\u0026r No more hunting skeletons in the middle of the night.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description1": "Even through the lack of nutrients in the soil, some especially-tough tufts of grass have held on. Some even have \u00266seeds that you can find\u0026r and try to coax to life.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description2": "Some of these seem \u00266especially magical\u0026r - you wonder if you could use them in any way...", + "ftbquests.chapter.the_hunt_for_grass.quest2.description3": "\u00267Tip: you\u0027ll probably only want to harvest mandrake at night until you get its strength up!", + "ftbquests.chapter.the_hunt_for_grass.quest2.title": "Seeds", + "ftbquests.chapter.the_hunt_for_grass.quest20.description1": "You can get straw rarely by cutting grass with a \u00266knife.\u0026r Use it to make leads, ropes, and building blocks!", + "ftbquests.chapter.the_hunt_for_grass.quest20.task_1283594596619655186.title": "Any Knife", + "ftbquests.chapter.the_hunt_for_grass.quest20.title": "Straw", + "ftbquests.chapter.the_hunt_for_grass.quest21.description1": "You can turn bonemeal, dirt, and some organic material into \u00266organic compost.\u0026r When placed down, the compost will\u00266 turn into rich soil \u0026rafter a while (sped up by sunlight, water, and proximity to other rich soil or mushrooms), which grows most crops \u00266faster than regular farmland!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest21.title": "Rich Farmland", + "ftbquests.chapter.the_hunt_for_grass.quest22.description1": "Now that you have access to iron, you can make a \u00266watering can.\u0026r Higher-tier versions exist and are much better, but the basic version can still speed up the growth of crops.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description1": "This pack contains \u00266Via Romana\u0026r, a sign-based fast travel system. In order to fast travel using signs, you must first \u00266build a path and traverse it\u0026r before you can teleport across it. ", + "ftbquests.chapter.the_hunt_for_grass.quest23.description2": "\u00266Shift-left-click\u0026r on a sign at the start of your path, then \u00266shift-left-click\u0026r on a sign at the end of your path. Once you start pathing from one sign to the other, you need to follow a player-made path. If you deviate, you\u0027ll \u0026cstop\u0026r building the fast travel route and have to backtrack.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description3": "Once linked, just punch the sign and you\u0027ll fast travel!", + "ftbquests.chapter.the_hunt_for_grass.quest23.description4": "\u00267Tip: to see what blocks count as path blocks, search \u00262#via_romana:path_block\u00267 in your recipe viewer.", + "ftbquests.chapter.the_hunt_for_grass.quest23.task_5888718684745127233.title": "Any Warpable Sign", + "ftbquests.chapter.the_hunt_for_grass.quest23.title": "Signpost Travel", + "ftbquests.chapter.the_hunt_for_grass.quest24.description1": "\u00266Fume Funnels,\u0026r when placed next to a Witch\u0027s Oven, raise the chance of getting fumes from items.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description1": "Tired of hearing those godforsaken \u00266mandrakes\u0026r shriek? Make some \u00266earmuffs!\u0026r They\u0027ll protect you from getting your ears blown out by their piercing scream.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description2": "\u00267Tip: the higher the strength stat on mandrake is, the less likely they are to wake up.", + "ftbquests.chapter.the_hunt_for_grass.quest25.title": "OSHA Approved", + "ftbquests.chapter.the_hunt_for_grass.quest26.description1": "With the re-introduction of actual saplings to the world, you might want to make slightly better tools than the basic pickaxe and axe you\u0027re used to.", + "ftbquests.chapter.the_hunt_for_grass.quest26.description2": "The \u00266Hammer, Excavator, and Broadaxe\u0026r can break blocks in a \u002663x3 area\u0026r (and the broadaxe breaks in \u002663x3x3!\u0026r), making terraforming and general resource collection much easier.", + "ftbquests.chapter.the_hunt_for_grass.quest26.task_4941645910113139201.title": "Any AOE Tool", + "ftbquests.chapter.the_hunt_for_grass.quest3.description1": "Unless you get lucky and find an ingot or two among the husks, you\u0027ll need some way to make iron ingots. ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description2": "Luckily, one of those plants you found has a rudimentary circulatory system, which has enough thematic overlap with actual hemoglobin that you can use it to precipitate hemoglobic fluid...", + "ftbquests.chapter.the_hunt_for_grass.quest3.description3": "Basically, you found a \u00266plant that grows blood\u0026r and you\u0027re gonna \u00266make iron out of it\u0026r by putting it into a \u00266Sal Ammoniac Accumulator above a Fluid Vessel.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description4": "\u00267Note: A Sal Ammoniac tank is meant only for sal ammoniac, so you \u0026oneed\u0026r\u00267 to place the \u0026lfluid vessel\u0026r\u00267 below it.", + "ftbquests.chapter.the_hunt_for_grass.quest3.title": "Hemoglobic Fluid", + "ftbquests.chapter.the_hunt_for_grass.quest4.description1": "Now that you have your hemoglobic fluid, you can \u00266use it as a solvent in your Liquefaction Cauldron to liquify copper\u0026r - the iron in the fluid will transform the copper sulfur into \u00266Iron Alchemical Sulfur.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.description2": "You\u0027ll also need some \u00266Mineral Alchemical Salt\u0026r - you can get this by \u00266calcifying charcoal,\u0026r or re-calcifying \u00266a large amount of Strata salt.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.title": "Salt and Sulfur", + "ftbquests.chapter.the_hunt_for_grass.quest5.description1": "You\u0027re almost there! Just throw the \u00266Iron Alchemical Sulfur, Mineral Alchemical Salt, \u0026rand\u00266 Alchemical Mercury\u0026r into the \u00266Incubator, \u0026rand you\u0027ll have iron!", + "ftbquests.chapter.the_hunt_for_grass.quest6.description1": "You can mash up the magical plants you\u0027ve found into something you\u0027re calling \u00266Anointing Paste.\u0026r You\u0027re pretty sure you can apply it to something, but what? ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description1": "Now that you have a bit of iron, you can make a cauldron and \u00266anoint\u0026r it to make a \u00266Witch\u0027s Cauldron\u0026r - a magically-insulated vessel for brewing all sorts of witchy goodness. ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description2": "Fill it with three buckets of water, place it over a campfire, and it\u0027ll start boiling!", + "ftbquests.chapter.the_hunt_for_grass.quest7.description3": "\u00267Tip: if your brew spoils (turns brown because you put items in out of order or incorrectly), you can use an empty bucket to empty the cauldron.", + "ftbquests.chapter.the_hunt_for_grass.quest7.task_2385086996515714487.title": "Anoint a Cauldron", + "ftbquests.chapter.the_hunt_for_grass.quest8.description1": "With a little bit of magic (and a reinforced witchy cauldron), you can make a \u00266potent mutagen\u0026r - potent enough to mutate those \u00266dead bushes\u0026r you\u0027ve been seeing around into \u00266actual saplings!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest8.subtitle": "Minor necromancy", + "ftbquests.chapter.the_hunt_for_grass.quest8.task_6488684102089578318.title": "Any Sapling", + "ftbquests.chapter.the_hunt_for_grass.quest8.title": "Saplings!", + "ftbquests.chapter.the_hunt_for_grass.quest9.description1": "The seeds you\u0027ve been finding have uniquely adapted themselves to their harsh environment. As a consequence, however, they\u0027ve become \u00264much less productive, focusing entirely on survival.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest9.description2": "You can try to selectively breed your meager collection of seeds together to make them \u00266grow faster\u0026r and \u00266produce more,\u0026r or even try \u00266cross-breeding them\u0026r to start bringing back extinct species of plant...", + "ftbquests.chapter.the_hunt_for_grass.quest9.description3": "To start, plant any seeds you have onto specially-prepared \u00266Crop Sticks.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.title": "A Whiff of Normal", + "ftbquests.chapter.the_sound_of_life.quest1.description1": "Debatably sentient life in the form of chickens! Even more importantly, these chickens will produce \u00266eggs,\u0026r the root of all fauna.", + "ftbquests.chapter.the_sound_of_life.quest1.title": "Sentient Life", + "ftbquests.chapter.the_sound_of_life.quest10.description1": "You can upgrade your blood altar by placing runes around it - your \u00266Sanguine Scientiem\u0026r can give you specifics. A tier 2 altar can create \u00266Reinforced Slates!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest10.description2": "Used for creating special runes that give your blood altar benefits, among other things, they are just that much more potent than a regular blank slate.", + "ftbquests.chapter.the_sound_of_life.quest10.title": "Tier 2 Slates", + "ftbquests.chapter.the_sound_of_life.quest11.description1": "A tier 3 altar can create \u00266Imbued Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.description2": "Even stronger than the reinforced version, they can make even better rune upgrades for your blood altar, as well as the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.title": "Tier 3 Slates", + "ftbquests.chapter.the_sound_of_life.quest12.description1": "The \u00266Alchemical Reaction Chamber\u0026r is capable of a great many things, but one of the most important is its ability to produce gems - \u00266diamond, lapis, and amethyst.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description1": "With access to gems, you can make a \u00266Tainted Blood Pendant,\u0026r which you can then infuse with \u00266Regeneration!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description2": "This makes poking yourself for life essence much more bearable...", + "ftbquests.chapter.the_sound_of_life.quest13.description3": "\u00267Tip: prismarine can be made either through Create\u0027s haunting or Nature\u0027s Aura\u0027s Natural Altar.", + "ftbquests.chapter.the_sound_of_life.quest14.description1": "Alchemizing with lifeforce provides the extra punch needed to transmute base materials into \u00266precious gems\u0026r using the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest14.description2": "\u00267Tip: once you\u0027ve made one of a specific kind of gem, you can use Theurgy to convert more materials into that gem\u0027s sulfur without having to go through the whole blood transmutation again!", + "ftbquests.chapter.the_sound_of_life.quest14.title": "Gems!", + "ftbquests.chapter.the_sound_of_life.quest15.description1": "A renewable source of gems would be much appreciated - thankfully, you can perform a \u00266special wiccan ritual\u0026r to turn a block of amethyst into its budding version.", + "ftbquests.chapter.the_sound_of_life.quest15.description2": "\u00267Tip: you can use blood magic\u0027s arcane ashes to draw a pentagram on your altar, giving it an addtional 1.5x boost to total power capacity!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest15.description3": "\u00267Tip 2: the instructions for this ritual can be found in your Reclamation Rituals book.", + "ftbquests.chapter.the_sound_of_life.quest16.description1": "Now that you have access to gems, you can start to manipulate \u00265Source, \u0026ranother type of magical energy you remember from before.", + "ftbquests.chapter.the_sound_of_life.quest16.description2": "To start, you\u0027ll want to turn lapis or amethyst shards into source gems using an \u00266Imbuement Chamber.\u0026r However, for an Imbuement Chamber, you\u0027ll need a special kind of wood. Because \u00265Source\u0026r is innately intertwined with \u00264Life Essence,\u0026r infusing an already magically-resonant tree with \u00264Life Essence\u0026r should produce a suitable sapling.", + "ftbquests.chapter.the_sound_of_life.quest16.description3": "\u00267Tip: you can convert between the four types of sapling using a mana pool!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest16.title": "Archwood", + "ftbquests.chapter.the_sound_of_life.quest17.description1": "With Archwood, you can now create \u00266Source Gems,\u0026r a perfect focusing medium for the arcane energies of \u00265Source.\u0026r Just toss some amethyst or lapis into an \u00266Imbuement Chamber!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest17.description2": "At first, you\u0027ll be slowly imbuing gems with the trace amounts present in the air, but once you get a way to generate \u00265Liquid Source,\u0026r you\u0027ll be converting gems in a flash!", + "ftbquests.chapter.the_sound_of_life.quest17.title": "Source Gems", + "ftbquests.chapter.the_sound_of_life.quest18.description1": "By offering an \u00266Imbued Slate\u0026r to the gods, you can convert mundane iron into the dense ingot of \u00266Osmium.\u0026r This metal is crucial to advanced mechanical applications.", + "ftbquests.chapter.the_sound_of_life.quest18.title": "Supermassive", + "ftbquests.chapter.the_sound_of_life.quest19.description1": "Now that you have a source of power, you\u0027ll want to start making real machinery. Your first step - a \u00266Metallurgic Infuser.\u0026r This machine can do a wide varity of things, but one of the most important is its ability to create \u00266steel,\u0026r another critical metal for your foray into technology.", + "ftbquests.chapter.the_sound_of_life.quest19.description2": "Infusing \u00266iron with coal,\u0026r while inefficient, is your only real way to make it - at least for now.", + "ftbquests.chapter.the_sound_of_life.quest19.title": "Steel", + "ftbquests.chapter.the_sound_of_life.quest2.description1": "Now that you have access to a breedable animal, you can utilize their excess vitalic energy to birth new creatures. ", + "ftbquests.chapter.the_sound_of_life.quest2.description2": "In an area with high Aura concentration, \u00266breeding mobs together\u0026r will generate \u00266Spirits of Birthing.\u0026r These spirits can be tossed alongside some other reagents onto an \u00266Altar of Birthing\u0026r to spawn new creatures.", + "ftbquests.chapter.the_sound_of_life.quest2.title": "Altar of Birthing", + "ftbquests.chapter.the_sound_of_life.quest20.description1": "The basis of every machine worth making, \u00266a Steel Casing \u0026ropens up limitless possibilities. ", + "ftbquests.chapter.the_sound_of_life.quest20.description2": "Almost quadrupling raw ore into ingots, turning plants into energy, or even fusion reactors all start with the humble steel casing.", + "ftbquests.chapter.the_sound_of_life.quest20.title": "Basic Machinery", + "ftbquests.chapter.the_sound_of_life.quest21.description1": "The \u00266Enrichment Chamber\u0026r can slightly boost the outputs of raw ores, clean blocks, and refine reagents for the \u00266Metallurgic Infuser,\u0026r creating enriched versions of items that are \u002668 times more efficient!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest22.description1": "Before you can do anything related to machinery, you\u0027ll need a source of power. Thankfully, \u0026bbotanic mana\u0026r is easily convertible to \u0026credstone flux.\u0026r Simply point a mana spreader at a \u00266Mana Fluxfield\u0026r and it\u0027ll output \u0026cRF\u0026r to any adjacent blocks.", + "ftbquests.chapter.the_sound_of_life.quest22.description2": "\u00267You can also use a heat generator, but it\u0027s VERY inefficient and (probably) not even worth making!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description1": "With the acquisition of lapis, you can now make the \u00266Terrestrial Agglomeration Plate,\u0026r a necessary step in your mastery of \u0026bbotanic mana.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description2": "Combining mana-infused versions of a diamond, an ender pearl, and iron (alongside a tremendous amount of mana) creates \u00266Terrasteel,\u0026r a unique alloy that is incredibly strong and mana conductive.", + "ftbquests.chapter.the_sound_of_life.quest23.description3": "\u00267Tip: use sparks instead of mana spreaders for a much faster mana transfer rate!", + "ftbquests.chapter.the_sound_of_life.quest23.title": "Terrasteel", + "ftbquests.chapter.the_sound_of_life.quest24.description1": "Steel allows you to make better pipes of all kinds, able to transport items, fluids, RF, chemicals, and even heat. These have a number of \u00266advantages over caminite-based alternatives,\u0026r mainly their lack of reliance on redstone and their upgradeability.", + "ftbquests.chapter.the_sound_of_life.quest24.task_1474346775141796701.title": "Any Basic Logistic Item", + "ftbquests.chapter.the_sound_of_life.quest24.title": "Advanced Logistics", + "ftbquests.chapter.the_sound_of_life.quest25.description1": "The \u00266Rotary Condensentrator\u0026r allows you to convert liquids to gases, and vice versa. This is useful for storage purposes, but it also allows you to aerate Life Essence!", + "ftbquests.chapter.the_sound_of_life.quest26.description1": "The \u00266Gas-Burning Generator\u0026r can produce a large amount of RF very quickly - it\u0027s a solid midrange option that will most likely carry your energy needs until you start making reactors.", + "ftbquests.chapter.the_sound_of_life.quest26.description2": "\u00266Aerated Essence \u0026ris relatively easy to produce, and can be burned to produce a solid amount of RF. It\u0027s macabre, but it works!", + "ftbquests.chapter.the_sound_of_life.quest27.description1": "\u00266Ethylene\u0026r is another gas you can burn in the gas-burning generator; even a small amount can be burned for a rather large amount of energy.", + "ftbquests.chapter.the_sound_of_life.quest27.description2": "\u00267Note: Ethylene burning has been nerfed in this pack! It\u0027s still useful, just not as absolutely game-breakingly energy dense as it normally is.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest27.title": "Ethylene", + "ftbquests.chapter.the_sound_of_life.quest28.description1": "Ethylene can be further mixed with Aerated Essence to produce Blooded Ethylene, a much more energy-dense gas that can burn for longer in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest28.title": "Blooded Ethylene", + "ftbquests.chapter.the_sound_of_life.quest29.description1": "The \u00266Crusher\u0026r is great for turning things into smaller, powdery versions of themselves. It\u0027s also great at turning plants into \u00266Bio Fuel!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest3.description1": "Blood magic is a pathway to many abilities some consider to be unnatural.", + "ftbquests.chapter.the_sound_of_life.quest3.description2": "To start, make a few \u00266soul snares\u0026r and \u00266throw them at monsters before killing them.\u0026r These snared monsters will drop \u00266demonic will\u0026r, which you\u0027ll need to get started!", + "ftbquests.chapter.the_sound_of_life.quest3.title": "Blood Magic", + "ftbquests.chapter.the_sound_of_life.quest30.description1": "\u00266Bio Fuel\u0026r can be turned directly into energy in the \u00266Bio-Generator,\u0026r or further refined into ethylene for burning in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest30.title": "Bio Fuel", + "ftbquests.chapter.the_sound_of_life.quest31.description1": "The \u00266Purification Chamber,\u0026r in combination with oxygen and some further processing, can double raw ore outputs.", + "ftbquests.chapter.the_sound_of_life.quest31.description2": "Ore clumps can be crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest31.description3": "\u00267Tip: gas upgrades can be placed into some machines to make them more efficient in their use of chemicals!", + "ftbquests.chapter.the_sound_of_life.quest32.description1": "The \u00266Chemical Dissolution Chamber\u0026r is the next step in your ore processing - with the chamber as a starting point and some hydrogen chloride, it can turn 3 ore into 8 shards, which eventually get processed into ingots.", + "ftbquests.chapter.the_sound_of_life.quest32.description2": "To make hydrogen chloride, you\u0027ll need a renewable source of chlorine. The \u00266Thermal Evaporation Tower Multiblock\u0026r can turn plain water into brine, which can then be electrolysed into chlorine.", + "ftbquests.chapter.the_sound_of_life.quest32.description3": "Shards need to be purified into clumps, crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.description1": "The final refinement to your ore refinement process: the \u00266Chemical Washer and Crystallizer\u0026r can wash and crystallize ore slurry, at a 3 raw ore to eventual 10 ingot ratio.", + "ftbquests.chapter.the_sound_of_life.quest33.description2": "You\u0027ll need sulfur for sulfuric acid, which you can make through judicious application of oxygen to charcoal.", + "ftbquests.chapter.the_sound_of_life.quest33.description3": "Dirty ore slurry needs to be washed into clean ore slurry, then crystallized into crystals, which then get thrown into the \u00266Chemical Injection Chamber\u0026r to get turned into shards, which purify into clumps, crush into dirty dust, enrich into clean dust, and then finally smelt into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.title": "REAL Ore Processing", + "ftbquests.chapter.the_sound_of_life.quest34.description1": "To make the next tier of altar, you\u0027ll need bloodstone bricks to cap the next set of pillars. However, these require blood shards to make; blood shards require \u00266tau fruit. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest34.description2": "Despite your best efforts, you can\u0027t breed tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest34.description3": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of Tau Fruit. Go forth, ", + "ftbquests.chapter.the_sound_of_life.quest34.title": "Blooded Rituals", + "ftbquests.chapter.the_sound_of_life.quest35.description1": "\u00266Blood Shards\u0026r are a very handy thing for someone of your talents to have around. Despite your best efforts, however, you can\u0027t breed the necessary tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest35.description2": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of tau fruit. ", + "ftbquests.chapter.the_sound_of_life.quest35.description3": "\u00267Tip: once you have some, planting tau fruit and having it grow while something is standing on it will eventually create a saturated tau.", + "ftbquests.chapter.the_sound_of_life.quest35.title": "Blood Shards", + "ftbquests.chapter.the_sound_of_life.quest36.description1": "With access to blood shards, you can finally make a tier 4 altar and\u00266 Demonic Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest36.description2": "Yet still stronger than Imbued Slates, these bad boys pack quite an essence-filled punch! You can use these for ritual paraphernalia as well as more altar upgrades.", + "ftbquests.chapter.the_sound_of_life.quest36.title": "Tier 4 Slates", + "ftbquests.chapter.the_sound_of_life.quest37.description1": "The \u00266Dusk\u0026r version of the \u00266Ritual Diviner\u0026r will allow you to perform even stronger rituals - chief among these being the \u00266Pathway to the Endless Realm.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.description2": "Once performed, you will be presented with a gate to the Demon Realm proper - a sprawling labyrinth of rooms which contain strong enemies, plentiful loot, and the curious ore known as \u00266Demonite.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.title": "Dusk Rituals", + "ftbquests.chapter.the_sound_of_life.quest38.description1": "\u00266Demonite\u0026r can be found rarely in the \u00266Demon Realm,\u0026r either as an ore block or as loot in chests.", + "ftbquests.chapter.the_sound_of_life.quest38.description2": "You also remember that there was a \u00266special key\u0026r for \u00266spatial distortions\u0026r that led you to the mines, which held much more valuable loot...", + "ftbquests.chapter.the_sound_of_life.quest39.description1": "The single most powerful slate you can make,\u00266 Ethereal Slates\u0026r require a tier 5 altar to craft.", + "ftbquests.chapter.the_sound_of_life.quest39.description2": "Alongside netherite scraps and some \u00266looted parts\u0026r from the Demon Realm, these slates can be used to upgrade altar runes, making them \u00266twice as powerful.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest39.title": "Tier 5 Slates", + "ftbquests.chapter.the_sound_of_life.quest4.description1": "One of the most common things you\u0027ll need in the pursuit of sanguine magic is a base material of stone doped in blood - excellent for channelling these dark energies.", + "ftbquests.chapter.the_sound_of_life.quest4.description2": "You\u0027ll need to make quite a few to upgrade your blood altar!", + "ftbquests.chapter.the_sound_of_life.quest40.description1": "Now that you have access to dusk rituals, you can use either a \u00266Ritual of the Feathered Knife\u0026r or a \u00266Well of Suffering\u0026r to automate the collection of life essence.", + "ftbquests.chapter.the_sound_of_life.quest40.description2": "To get even more out of your rituals, you can use the \u00266Ritual Tinkerer!\u0026r Read your \u00266Sanguine Scientiem\u0026r for more information.", + "ftbquests.chapter.the_sound_of_life.quest40.description3": "\u00267Tip: if you can supply mobs to the well constantly (or give them a source of regenerating health), you could fully automate life essence collection...", + "ftbquests.chapter.the_sound_of_life.quest40.title": "Useful Rituals", + "ftbquests.chapter.the_sound_of_life.quest41.description1": "The \u00266Incense Altar\u0026r is the center of a large freeform multiblock structure focused on bringing a sense of tranquility to players. With enough peace of mind, you can perform self-sacrifice with a much smoother hand - at high levels, you can get as much as \u00266quadruple the normal amount of life essence!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest41.description2": "For more information on this structure, take a look at your \u00266Sanguine Scientiem.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description1": "With enough Demonic Will, you reach a critical mass that can eventually \u00266generate will\u0026r ex nihilo! Simply burn some into the local aura by throwing will into a \u00266Demon Crucible,\u0026r then wait for it to crystallize on the \u00266Demon Crystallizer. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description2": "With enough will in the aura, the crystal will grow extra spires you can harvest and re-burn; each crystal past the first takes 40 will to grow but \u00266burns into 50!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description3": "Now if only there was some way to automate this...", + "ftbquests.chapter.the_sound_of_life.quest42.description4": "\u00267Tip: for more info, read your Sanguine Scientiem!", + "ftbquests.chapter.the_sound_of_life.quest42.title": "Crystallized Will", + "ftbquests.chapter.the_sound_of_life.quest43.description1": "With the \u00266Resonance of the Faceted Crystal\u0026r ritual, you can split one well-established Will Crystal into four separate aspected crystals! This aspected will is handy for all sorts of things, but one of the most useful things you can do is use it in other rituals to \u00266change the way they perform.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest43.description2": "\u00267Tip: it\u0027s possible to fully automate the growing, splitting, and harvesting of crystals using rituals!", + "ftbquests.chapter.the_sound_of_life.quest43.title": "Aspected Will", + "ftbquests.chapter.the_sound_of_life.quest44.description1": "With access to Terrasteel, you can make the third tier of botanic runes: \u00266Sin Runes.\u0026r These can be used to make better baubles, more powerful flowers, and more!", + "ftbquests.chapter.the_sound_of_life.quest44.task_6010537284078335274.title": "Any Sin Rune", + "ftbquests.chapter.the_sound_of_life.quest44.title": "Sin Runes", + "ftbquests.chapter.the_sound_of_life.quest45.description1": "With Terrasteel, you can utilize an old ritual to open a \u00266gateway to Alfheim,\u0026r which you\u0027re certain has escaped whatever happened to this world. The portal won\u0027t be able to transport living beings, but maybe you can trade for some \u00266useful materials?\u0026r", + "ftbquests.chapter.the_sound_of_life.quest45.description2": "\u00267Tip: For more information on the portal, read your Lexica Botania! For even more than that, throw your entire Lexica Botania into the portal! (but make sure you don\u0027t throw your Akashic Tome away!)", + "ftbquests.chapter.the_sound_of_life.quest45.title": "The Portal to Alfheim", + "ftbquests.chapter.the_sound_of_life.quest46.description1": "The \u00266Elven Mana Spreader\u0026r is much more efficient than it\u0027s livingwood predecessor - it shoots larger bursts faster and farther.", + "ftbquests.chapter.the_sound_of_life.quest46.title": "Better Spreader", + "ftbquests.chapter.the_sound_of_life.quest47.description1": "With Sin Runes and elven materials, you can craft a special flower that \u00266generates ore in nearby stone or deepslate!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest47.description2": "As far as you\u0027re concerned, this is more proof that you can solve any problem if you throw enough raw mana at something.", + "ftbquests.chapter.the_sound_of_life.quest47.subtitle": "but not ad astra!", + "ftbquests.chapter.the_sound_of_life.quest47.title": "Ex Nihilo", + "ftbquests.chapter.the_sound_of_life.quest48.description1": "The \u00266Scribe\u0027s Table\u0026r allows you to create new glyphs for spellbooks. As far as spellbooks go, you have a couple options - use either pure arcane mana or life essence to fuel your spells.", + "ftbquests.chapter.the_sound_of_life.quest48.title": "Spellcasting", + "ftbquests.chapter.the_sound_of_life.quest49.description1": "Source can be generated in a variety of ways, but you\u0027ll need to do something to get it into a much more useable liquid form. ", + "ftbquests.chapter.the_sound_of_life.quest49.description2": "\u00266Sourcelinks\u0026r will gather it for you, but you\u0027ll also need to make a \u00266jar\u0026r to store the generated source.", + "ftbquests.chapter.the_sound_of_life.quest49.task_8602744015200526354.title": "Any Sourcelink", + "ftbquests.chapter.the_sound_of_life.quest49.title": "Generating Source", + "ftbquests.chapter.the_sound_of_life.quest5.description1": "The \u00266Hellfire Forge\u0026r allows you to use Demonic Will to craft special items.", + "ftbquests.chapter.the_sound_of_life.quest5.description2": "One of the first things you\u0027ll want to make is a \u00266soul gem\u0026r - these special gems can store demonic will you pick up without clogging your inventory.", + "ftbquests.chapter.the_sound_of_life.quest5.description3": "\u00267Tip: the more will you have stored in your inventory, the more will drops from monsters!", + "ftbquests.chapter.the_sound_of_life.quest50.description1": "One of the primary uses of liquid source is the enchanting of items. Using the \u00266Arcane Core\u0026r and an \u00266Enchanting Apparatus\u0026r atop it, you can create many useful things.", + "ftbquests.chapter.the_sound_of_life.quest50.title": "Arcane Enchanting", + "ftbquests.chapter.the_sound_of_life.quest51.description1": "If you\u0027re tired of waiting for amethyst to grow, try animating a block of budding amethyst with the \u00266Ritual of Awakening.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.description2": "It turns budding amethyst into an \u00266Amethyst Golem,\u0026r who can harvest, grow, and even bud other blocks of amethyst!", + "ftbquests.chapter.the_sound_of_life.quest51.description3": "Its behavior can be further modified using a \u00266Dominion Wand.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.title": "Amethyst Buddy", + "ftbquests.chapter.the_sound_of_life.quest52.description1": "With the acquisition of specially-charged elven materials, you can create an \u00266even stronger mana-generating base;\u0026r cake, wool, and even other mana flowers can all be mulched into yet more mana.", + "ftbquests.chapter.the_sound_of_life.quest52.task_1683678805039454876.title": "Any Elven Flower", + "ftbquests.chapter.the_sound_of_life.quest52.title": "Esoteric Mana Generation", + "ftbquests.chapter.the_sound_of_life.quest53.description1": "With the power of Elementium and a little extra elemental oomph, you can craft a special pylon to use in tandem with the power of a beacon to summon the \u00266Guardian of Gaia.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest53.description2": "Prove your strength, and you\u0027ll be rewarded with \u00266Gaia Spirits.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest54.description1": "Using the \u00266Enchanting Apparatus\u0026r and some special reagents, you can make elemental essences that have a wide variety of uses, from crafting to spellweaving.", + "ftbquests.chapter.the_sound_of_life.quest54.task_6599905580160140411.title": "Any Essence", + "ftbquests.chapter.the_sound_of_life.quest55.description1": "Fragments of the mysterious \u00266Guardian of Gaia\u0026r, these spirits have enormous potential...", + "ftbquests.chapter.the_sound_of_life.quest56.description1": "There are quite a few elemental \u00266rituals\u0026r that could come in handy for you - defending your base, automatically pick items up, and even allowing you to fly!", + "ftbquests.chapter.the_sound_of_life.quest57.description1": "The \u00266Storage Lectern\u0026r boasts the incredibly convenient capability of letting you manage, view, and craft using nearby storage blocks. Simply place it down and link inventories to it using the dominion wand!", + "ftbquests.chapter.the_sound_of_life.quest57.description2": "There is a limit to the number of inventories you can connect to at once - this can be raised using additional \u00266Bookwyrm Charms.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description1": "Mekanism upgrades come in two flavors - \u00266upgrade cards\u0026r and \u00266tier installers. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description2": "Upgrade cards give the machine a boost to a certain aspect - speed, energy efficiency, etc.", + "ftbquests.chapter.the_sound_of_life.quest58.description3": "Tier installers give the machine more processing slots - from 1 item at a time to \u002669 in some machines!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.task_366296260702142144.title": "Any Upgrade", + "ftbquests.chapter.the_sound_of_life.quest58.title": "Upgrades", + "ftbquests.chapter.the_sound_of_life.quest59.description1": "You can use a hefty amount of will as well as vengeful will crystals to create \u00266Wither Skeleton Skulls\u0026r in a Hellfire Forge. ", + "ftbquests.chapter.the_sound_of_life.quest59.description2": "These skulls are very powerfully charged - you can use them to summon Withers and acquire their \u00266valuable stars.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest59.title": "The Wither", + "ftbquests.chapter.the_sound_of_life.quest6.description1": "\u00266Blood Orbs\u0026r are a budding sanguimancer\u0027s way of storing and utilizing Life Essence, measured in \u00266LP.\u0026r Once you\u0027ve crafted one, right click with it in your hand to bind it to your personal LP network.", + "ftbquests.chapter.the_sound_of_life.quest6.description2": "LP is used for things like sigils, rituals, and crafting. You can transfer life essence in an altar to your network by placing your orb into the altar.", + "ftbquests.chapter.the_sound_of_life.quest6.description3": "\u00267Tip: there is a blood orb for each tier of altar! Certain recipes need higher tiers of blood orbs.", + "ftbquests.chapter.the_sound_of_life.quest6.task_9017841688739987349.title": "Any Blood Orb", + "ftbquests.chapter.the_sound_of_life.quest60.description1": "The \u00266Conjuration Catalyst\u0026r can duplicate certain items for a relatively moderate mana cost.", + "ftbquests.chapter.the_sound_of_life.quest60.description2": "No more fiddling around with potions or distilling to make your redstone and glowstone!", + "ftbquests.chapter.the_sound_of_life.quest61.description1": "You can summon \u00266Wilden\u0026r using the aptly-named Tablet of Summon Wilden. These magical creatures drop \u00266special reagents when killed.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest61.description2": "These reagents can also be used to summon the \u00266Wilden Chimera,\u0026r a powerful boss that drops a \u00266special item\u0026r needed to channel tier 3 spells. ", + "ftbquests.chapter.the_sound_of_life.quest61.title": "Wilden", + "ftbquests.chapter.the_sound_of_life.quest62.description1": "With the power of a \u00266Charger\u0026r and an \u00266enriched diamond,\u0026r you can create a \u00266special kind of chargeable quartz...\u0026r", + "ftbquests.chapter.the_sound_of_life.quest62.title": "Certus Quartz", + "ftbquests.chapter.the_sound_of_life.quest63.description1": "Obviously, the ratio of one diamond for one certus quartz isn\u0027t exactly tenable. Luckily, there\u0027s a way to literally grow it from itself - just throw a block of \u00266certus quartz into water with some charged certus quartz,\u0026r and it\u0027ll get converted into \u00266budding quartz.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest63.description2": "This semi-flawed quartz block will grow crystals just like amethyst, with one caveat - \u00264eventually the crystal will degrade\u0026r back into a regular block, meaning you\u0027ll have to re-seed it.", + "ftbquests.chapter.the_sound_of_life.quest63.description3": "\u00267Tip: you can also use Theurgy to convert other materials into certus quartz - amethyst is a good candidate!", + "ftbquests.chapter.the_sound_of_life.quest63.title": "Growing Quartz", + "ftbquests.chapter.the_sound_of_life.quest64.description1": "By combining redstone and nether quartz with charged certus quartz, you can make \u00266Fluix Crystals,\u0026r capable of turning matter into digitalized information.", + "ftbquests.chapter.the_sound_of_life.quest65.description1": "Before the apocalpyse - or whatever happened here - there were strange meteors that occasionally fell containing these \u00266mysterious presses.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest65.description2": "You think you have devised a ritual that could potentially draw in another one of these meteors (albeit greatly diminished in size).", + "ftbquests.chapter.the_sound_of_life.quest65.description3": "\u00267Tip: check your Reclamation Rituals book!", + "ftbquests.chapter.the_sound_of_life.quest65.title": "Mysterious Cube", + "ftbquests.chapter.the_sound_of_life.quest66.description1": "The \u00266ME Controller\u0026r is the brains of the \u00266Material Energy\u0026r system - one of the most powerful logistics solutions available to you.", + "ftbquests.chapter.the_sound_of_life.quest66.subtitle": "Better than futura blocks", + "ftbquests.chapter.the_sound_of_life.quest67.description1": "The \u00266Inscriber\u0026r is used to turn raw materials into actual circuits useable in the \u00266Matter Energy\u0026r system.", + "ftbquests.chapter.the_sound_of_life.quest68.description1": "With the raw power afforded to you by aspected will crystals, gaia fragments, and ethereal slates, you finally have enough oomph to begin reversing the damage this world has suffered.", + "ftbquests.chapter.the_sound_of_life.quest68.description2": "Look into the \u00266Ritual of Reclamation\u0026r in your Reclamation Rituals book to start reclaiming the world.", + "ftbquests.chapter.the_sound_of_life.quest68.description3": "\u00267Note: the ritual may \u00264void blocks!\u0026r\u00267 Perform it away from anything important or risk losing things you might want to keep.", + "ftbquests.chapter.the_sound_of_life.quest68.subtitle": "Roll credits?", + "ftbquests.chapter.the_sound_of_life.quest68.task_6680892754679269683.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_sound_of_life.quest68.title": "Reclamation", + "ftbquests.chapter.the_sound_of_life.quest69.description1": "\u00266Sirens\u0026r can be summoned (and subsequently befriended) at the Altar of Birthing. Once given a Sea Pickle, they\u0027ll disappear and leave behind a token. This token can be turned into a charm that can \u00266automatically fish\u0026r for you, at the price of source!", + "ftbquests.chapter.the_sound_of_life.quest69.description2": "\u00267Tip: this auto fishing can be sped up; read your Worn Notebook for more details.", + "ftbquests.chapter.the_sound_of_life.quest7.description1": "The \u00266Alchemy Table\u0026r allows you to craft with LP from a blood orb. You can make a lot of things like reagents for useful sigils, but you can also make \u00266Arcane Ashes.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest70.description1": "\u00266Whirlisprigs\u0026r can be summoned at the Altar of Birthing. Growing a tree near a summoned one will net you a token, which can be crafted into a charm. This charm summons a tame Whirlisprig that will \u00266produce natural resources\u0026r based on what\u0027s nearby!", + "ftbquests.chapter.the_sound_of_life.quest70.description2": "\u00267Tip: read your Worn Notebook for more!", + "ftbquests.chapter.the_sound_of_life.quest71.description1": "Summon a \u00266Drygmy\u0026r at the Altar of Birthing. Give it a wilden horn to get a token, then craft it into a token. This tame Drygmy will \u00266produce experience and drops of mobs nearby,\u0026r without killing them!", + "ftbquests.chapter.the_sound_of_life.quest72.description1": "Casting dispel on a witch (summoned at the Altar of Birthing) drops a Wixie Token. Turned into a charm to summon Wixies, these creatures can craft and brew potions for you!", + "ftbquests.chapter.the_sound_of_life.quest72.description2": "\u00267Tip: Wixies are very helpful when using an Alchemical Sourcelink! For more info, read your Worn Notebook.", + "ftbquests.chapter.the_sound_of_life.quest73.description1": "\u00266Starbuncles\u0026r summoned by the Altar of Birthing can be gifted gold nuggets to get \u00266Starbuncle Tokens.\u0026r Crafted into a \u00266Starbuncle Charm,\u0026r it will summon a Starbuncle to move items around for you. No more fiddling around with pipes and logistics, just use a semi-intelligent squirrel!", + "ftbquests.chapter.the_sound_of_life.quest73.description2": "\u00267Tip: they can be told to only pick up or drop off certain items - read your Worn Notebook for more information!", + "ftbquests.chapter.the_sound_of_life.quest74.description1": "\u00266Magebloom\u0026r is a flower whose fibers can be spun into a very conductive magical cloth.", + "ftbquests.chapter.the_sound_of_life.quest74.title": "Magebloom", + "ftbquests.chapter.the_sound_of_life.quest75.description1": "\u00266Warp Scrolls\u0026r let you teleport anywhere in a dimension, while their stabilized versions create a temporary portal that can transport you even to \u00266other dimensions.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest75.description2": "\u00267Tip: both types of scrolls can be turned into permanent portals by building a frame out of Sourcestone, placing a full source jar nearby, and tossing the scroll into it.", + "ftbquests.chapter.the_sound_of_life.quest76.description1": "The \u00266Fission Reactor\u0026r is a large multiblock that takes fissile fuel and water and outputs enormous amounts of steam. This steam can be pumped into another large multiblock (the industrial turbine) to produce absolutely outrageous amounts of power. ", + "ftbquests.chapter.the_sound_of_life.quest76.description2": "Equally as importantly, it produces nuclear waste.", + "ftbquests.chapter.the_sound_of_life.quest76.description3": "For more information on how to build this structure, refer to the mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest76.description4": "\u00264Warning: if you mess up running your reactor, it WILL melt down and explode/irradiate the surrounding area. Make it small or make it far away from your base if you\u0027re not confident.", + "ftbquests.chapter.the_sound_of_life.quest76.subtitle": "Uranium \u003d mc2?", + "ftbquests.chapter.the_sound_of_life.quest76.title": "Fission Reactor", + "ftbquests.chapter.the_sound_of_life.quest77.description1": "\u00266Plutonium\u0026r is one possible product from processing nuclear waste - it can be reprocessed into more fissile fuel or crafted into Supercritical Phase Shifter casings.", + "ftbquests.chapter.the_sound_of_life.quest78.description1": "\u00266Radioactive Waste Barrels\u0026r are one of the only things that can hold nuclear waste; when filled, they slowly dispose of their contents.", + "ftbquests.chapter.the_sound_of_life.quest78.title": "Waste Disposal", + "ftbquests.chapter.the_sound_of_life.quest79.description1": "\u00266Polonium\u0026r is a possible product from processing nuclear waste. ", + "ftbquests.chapter.the_sound_of_life.quest79.description2": "Not only can it make a variety of very helpful equipment and the \u00266QIO system,\u0026r it can also be used to craft Supercritical Phase Shifter (SPS) casings, necessary for producing \u00266antimatter.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest8.description1": "\u00266Arcane Ashes,\u0026r made on the Alchemy Table, can be used to perform some basic alchemy without having to re-enter the field of Spagyrics.", + "ftbquests.chapter.the_sound_of_life.quest8.description2": "One of the first things you\u0027ll want to use this for is making the \u00266Divination Sigil,\u0026r which tells you useful information about the amount of life essence you have access to.", + "ftbquests.chapter.the_sound_of_life.quest80.description1": "Making antimatter requires the creation of a Supercritical Phase Shifter, yet another multiblock.", + "ftbquests.chapter.the_sound_of_life.quest80.description2": "Its casings require a large amount of both polonium and plutonium, meaning you\u0027ll need a large amount of nuclear waste processing.", + "ftbquests.chapter.the_sound_of_life.quest80.description3": "To run, it will also need an incredibly large amount of power - this is where you\u0027d want to use an \u00266Industrial Turbine\u0026r hooked up to either a fission or a fusion reactor.", + "ftbquests.chapter.the_sound_of_life.quest80.description4": "\u00267Tip: you only need to make one of these to finish the pack - unless you REALLY like late-game Mekanism or you want to make creative items!", + "ftbquests.chapter.the_sound_of_life.quest81.description1": "The \u00266QIO System\u0026r is a digital storage solution that does not need power and can store a very large amount of items.", + "ftbquests.chapter.the_sound_of_life.quest81.description2": "It has \u00266unlimited cross-dimensional range\u0026r and can import and export automatically. However, it cannot easily auto-craft things for you.", + "ftbquests.chapter.the_sound_of_life.quest81.title": "QIO System", + "ftbquests.chapter.the_sound_of_life.quest82.description1": "The \u00266Fusion Reactor\u0026r is a much more powerful version of its fission counterpart. It can produce millions of RF/t using deuterium, tritium, or D-T fuel.", + "ftbquests.chapter.the_sound_of_life.quest82.description2": "To learn more about this reactor, check the Mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest82.subtitle": "Sci without the fi", + "ftbquests.chapter.the_sound_of_life.quest82.title": "Fusion Reactor", + "ftbquests.chapter.the_sound_of_life.quest9.description1": "\u00266Sentient Tools\u0026r are a much easier way for you to acquire will - instead of having to throw soul snares at enemies, the tools have the \u00266inherent ability to sever souls\u0026r from their fleshy (or bony) prisons.", + "ftbquests.chapter.the_sound_of_life.quest9.description2": "They are also powered by will - any kind of soul gem in your inventory will \u00266increase the tools\u0027 power\u0026r proportional to the amount of will you have stored.", + "ftbquests.chapter.the_sound_of_life.quest9.task_3309257771812589055.title": "Any Sentient Tool", + "ftbquests.chapter.the_sound_of_life.quest9.title": "Sentient Tools", + "ftbquests.chapter.the_sound_of_life.title": "Sounds of Life", + "ftbquests.chapter.the_taste_of_power.quest1.description1": "The \u00266Ender Dragon\u0026r not only has horrific halitosis, it also prevents you from exploring the rest of the End and all its goodies.", + "ftbquests.chapter.the_taste_of_power.quest1.task_4052279956792945141.title": "Kill the Dragon", + "ftbquests.chapter.the_taste_of_power.quest10.description1": "Kinda like an unlimited supply of grape juice!", + "ftbquests.chapter.the_taste_of_power.quest10.description2": "\u00267A/N: pretend it needs 100k instead of 10k source... i\u0027m too lazy to make a custom source jar like ATM does", + "ftbquests.chapter.the_taste_of_power.quest11.description1": "All that effort, and all you got was a really big hole.", + "ftbquests.chapter.the_taste_of_power.quest12.description1": "This is way better than a really big hole!", + "ftbquests.chapter.the_taste_of_power.quest13.description1": "And now the way better hole is a digital rip in the fabric of the universe.", + "ftbquests.chapter.the_taste_of_power.quest13.description2": "Or maybe its a real rip in the fabric of the digital universe?", + "ftbquests.chapter.the_taste_of_power.quest13.description3": "Either way, you\u0027re done. You have access to every item digitally, with the help of a cell workbench. Good job! Have some cake :)", + "ftbquests.chapter.the_taste_of_power.quest14.description1": "It\u0027s not really infinite ME power as much as it is infinite ME efficiency.", + "ftbquests.chapter.the_taste_of_power.quest15.description1": "Sufficiently advanced technology is indistinguishable from magic.", + "ftbquests.chapter.the_taste_of_power.quest15.title": "Creative Energy Cube", + "ftbquests.chapter.the_taste_of_power.quest2.task_7905395510409401238.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest2.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest3.description1": "Congrats! You\u0027ve killed the Ender Dragon - there is no more left to conquer.", + "ftbquests.chapter.the_taste_of_power.quest3.description2": "You are a champion. ", + "ftbquests.chapter.the_taste_of_power.quest3.description3": "You have \u0026lReclaimed\u0026r the world.", + "ftbquests.chapter.the_taste_of_power.quest3.description4": "\u00267As far as anyone can really be concerned, you\u0027ve finished the modpack. Any quests past this are exclusively for bragging rights - creative items, op stuff, lame resource dump recipes, all that jazz.", + "ftbquests.chapter.the_taste_of_power.quest3.description5": "\u00267Thank you immensely for putting the time and effort into finishing the pack! This was a huge undertaking for me, but hopefully you enjoyed it enough that it was worth it :)", + "ftbquests.chapter.the_taste_of_power.quest3.description6": "\u00267 -ACCBDD", + "ftbquests.chapter.the_taste_of_power.quest3.subtitle": "Roll credits (for real)", + "ftbquests.chapter.the_taste_of_power.quest3.task_2556725507805521066.title": "Congratulations!", + "ftbquests.chapter.the_taste_of_power.quest4.description1": "An infinitely super-heated blaze is great just as a centerpiece, but you can also use it to make infinite lava.", + "ftbquests.chapter.the_taste_of_power.quest4.description2": "\u00267Tip: you\u0027re gonna need to make quite a few of these!", + "ftbquests.chapter.the_taste_of_power.quest5.description1": "What\u0027s better than infinite blaze burning? Infinite turning! ", + "ftbquests.chapter.the_taste_of_power.quest6.description1": "The dwarven version of a Philosopher\u0027s Stone.", + "ftbquests.chapter.the_taste_of_power.quest7.description1": "Somehow, you don\u0027t feel as guilty as you think you should.", + "ftbquests.chapter.the_taste_of_power.quest7.description2": "\u00267Tip: this takes 10 full mana pools worth of mana. :)", + "ftbquests.chapter.the_taste_of_power.quest8.description1": "No more will you be shackled to the tyranny of building an enormous pool of whatever fluid!", + "ftbquests.chapter.the_taste_of_power.quest9.description1": "Once you\u0027ve set it to a chemical, you can reset it to empty by crafting it.", + "ftbquests.chapter.the_taste_of_power.quest9.title": "Creative Chemical Tank", + "ftbquests.chapter.the_taste_of_power.title": "The Taste of Power", + "ftbquests.chapter.the_touch_of.quest1.description1": "You\u0027ve done it. You\u0027ve reclaimed some small part of the world! ", + "ftbquests.chapter.the_touch_of.quest1.description2": "Now you just have to regain the diversity in surroundings you remember there once being...", + "ftbquests.chapter.the_touch_of.quest1.task_7943239389617432250.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_touch_of.quest1.title": "Reclamation", + "ftbquests.chapter.the_touch_of.quest10.description1": "\u00266Watery Essence\u0026r is found in deep oceans - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest10.description2": "Elemental wizardry will provide you the magical power necessary to enact such an elementally-aligned terraformation - namely, turning a small area into a \u00266warm ocean.\u0026r", + "ftbquests.chapter.the_touch_of.quest10.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest11.description1": "With all six types of attuned biome essence, you can combine them in a (quite expensive) ritual to produce the \u00266End Portal.\u0026r You\u0027ll still need to add \u00266Eyes of Ender\u0026r to the frame, but once you\u0027ve done so, you can finally enter \u00266the End.\u0026r", + "ftbquests.chapter.the_touch_of.quest11.description2": "\u00267Tip: you can break end portal frames and blocks by right clicking them with the frame remover!", + "ftbquests.chapter.the_touch_of.quest11.subtitle": "Dragons... I hate dragons", + "ftbquests.chapter.the_touch_of.quest11.task_4811328545830427024.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest11.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest12.description1": "Generic biome essence is well and good, but for real ritualistic oomph you\u0027ll need a specialized container, capable of collecting attuned essence.", + "ftbquests.chapter.the_touch_of.quest12.description2": "\u00267Tip: check your Reclamation Rituals book for information on the late-game terraforming rituals!", + "ftbquests.chapter.the_touch_of.quest13.description1": "With biome essence, you can also perform \u00266more directed terraforming\u0026r - turning the surrounding area into basic overworld biomes: forest, plains, river, beach, and ocean.", + "ftbquests.chapter.the_touch_of.quest13.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the overworld terraforming rites!", + "ftbquests.chapter.the_touch_of.quest13.task_2143407724517054989.title": "Basic Terraforming", + "ftbquests.chapter.the_touch_of.quest14.description1": "With some additional infusion, an attuned biome bottle can be turned into a \u00266biome globe\u0026r - in essence a portable directed reclamation ritual.", + "ftbquests.chapter.the_touch_of.quest14.description2": "\u00267Tip: these globes have 16 uses each, and convert a radius of 12 blocks from where you use them! They\u0027ll convert blocks to their reclaimed versions, but they will NOT place features like grass or trees; you\u0027ll have to do those yourself.", + "ftbquests.chapter.the_touch_of.quest14.description3": "\u00267Tip 2: these drain a LOT of aura to make!", + "ftbquests.chapter.the_touch_of.quest14.subtitle": "Portable Terraforming", + "ftbquests.chapter.the_touch_of.quest14.task_8529374338001252387.title": "Any Biome Globe", + "ftbquests.chapter.the_touch_of.quest14.title": "Biome Globes", + "ftbquests.chapter.the_touch_of.quest2.description1": "Getting the nether back into shape is relatively easy, now that you understand the shape of terraforming rituals and have a source of biomic essence.", + "ftbquests.chapter.the_touch_of.quest2.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the nether terraforming rites!", + "ftbquests.chapter.the_touch_of.quest2.task_4997059168389991596.title": "Visit Every Nether Biome", + "ftbquests.chapter.the_touch_of.quest2.title": "Reclaiming the Nether", + "ftbquests.chapter.the_touch_of.quest3.description1": "With the creation of reclaimed biomes, natural spawns can now occur - drygmies, whirligigs, and starbuncles can all rarely spawn in these biomes, as well as the regular mobs.", + "ftbquests.chapter.the_touch_of.quest3.title": "Natural Spawning", + "ftbquests.chapter.the_touch_of.quest4.description1": "Now that you have a place where you can actually see the blue (!) sky, you can bottle up the abundant biomic essence in a \u00266specially-designed container.\u0026r", + "ftbquests.chapter.the_touch_of.quest4.description2": "This \u00266biome essence\u0026r can be used in rituals along with some extra reagents to terraform in a more directed way.", + "ftbquests.chapter.the_touch_of.quest4.description3": "\u00267Tip: you can collect essence in any living biome by holding right click with a biome bottle. Crouching while you do this will fill all bottles in a stack!", + "ftbquests.chapter.the_touch_of.quest4.title": "Biome Essence", + "ftbquests.chapter.the_touch_of.quest5.description1": "The first attuned essence you\u0027ll need is \u00266Hellish Essence,\u0026r collectible from any living\u00266 nether biome.\u0026r", + "ftbquests.chapter.the_touch_of.quest6.description1": "\u00266Arid Essence\u0026r is found mainly in the desert - you\u0027ll have to use a special version of your terraforming ritual to bring it back. ", + "ftbquests.chapter.the_touch_of.quest6.description2": "Some high-powered dwarven artifice should provide you with the correct magical resonance to produce an arid, sandy \u00266desert \u0026rbiome.", + "ftbquests.chapter.the_touch_of.quest7.description1": "The final essence you\u0027ll need is \u00266Icy Essence\u0026r from the \u00266snowy slopes\u0026r biome. Wet and cold, the complete opposite of your surroundings, you\u0027ll need a lot of power to create this biome.", + "ftbquests.chapter.the_touch_of.quest7.description2": "First: \u00266polonium\u0026r to provide the necessary chemical energy for the physical transformation.", + "ftbquests.chapter.the_touch_of.quest7.description3": "Second: ice cream (specifically \u00266vanilla\u0026r) to provide structure to the ritual and thematic direction.", + "ftbquests.chapter.the_touch_of.quest7.description4": "Third: a couple \u00266shattered singularities\u0026r to store the excess entropy generated by this ritual.", + "ftbquests.chapter.the_touch_of.quest7.description5": "and finally, Fourth: a large amount of generic \u00266biome essence\u0026r to kickstart the reaction.", + "ftbquests.chapter.the_touch_of.quest8.description1": "\u00266Lush Essence\u0026r is found in jungles of any kind - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest8.description2": "Botanic mastery will provide you the life energy needed to transform your surroundings into a \u00266bamboo forest.\u0026r", + "ftbquests.chapter.the_touch_of.quest8.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest9.description1": "\u00266Mycelic Essence\u0026r is found exclusively on mushroom islands - you\u0027ll have to use a modified version of your terraforming ritual to bring them back. ", + "ftbquests.chapter.the_touch_of.quest9.description2": "Classic wiccan practice should provide you with the correct magical resonance to produce the hot, dry \u00266mushroom field\u0026r biome.", + "ftbquests.chapter.the_touch_of.title": "Visions of the Past", + "ftbquests.chapter_groups_3169067154505914507.title": "Biodiversity", + "ftbquests.chapter_groups_5305197537419525243.title": "Side Quests", + "ftbquests.loot_table_1430735789179352246.title": "mana stuff", + "ftbquests.loot_table_1562099882431827930.title": "horns", + "ftbquests.loot_table_3514670301200914514.title": "chicken", + "ftbquests.loot_table_5456022276654430189.title": "witch", + "ftbquests.loot_table_6347601422327785898.title": "canvas", + "ftbquests.loot_table_67272733859206798.title": "instrument", + "ftbquests.loot_table_7131061971573085034.title": "zombie", + "ftbquests.loot_table_7900474475776381538.title": "rabbit", + "ftbquests.loot_table_8024488712964205957.title": "spider", + "ftbquests.loot_table_8037173722274793648.title": "snow golem", + "ftbquests.loot_table_8381040606691607900.title": "bee", + "ftbquests.loot_table_8615485860944689786.title": "cow", + "ftbquests.loot_table_8839952752635034356.title": "skeleton" +} \ No newline at end of file diff --git a/FTBLang/kubejs/assets/ftbquestlocalizer/lang/ko_kr.json b/FTBLang/kubejs/assets/ftbquestlocalizer/lang/ko_kr.json new file mode 100644 index 0000000..fc094d8 --- /dev/null +++ b/FTBLang/kubejs/assets/ftbquestlocalizer/lang/ko_kr.json @@ -0,0 +1,1235 @@ +{ + "ftbquests.chapter.digital_storage.quest1.description1": "The \u00266controller\u0026r is the brains of a network. Each controller block\u0027s face is capable of outputting \u0026632 channels;\u0026r almost every device on the ME network needs \u00266one channel to operate.\u0026r", + "ftbquests.chapter.digital_storage.quest10.description1": "The \u00266Wireless Access Point\u0026r allows you to use wireless terminals to access your ME System. You can boost its range by giving it \u00266wireless boosters,\u0026r but be warned: more boosters means the WAP will need \u00264much more energy\u0026r to stay running.", + "ftbquests.chapter.digital_storage.quest10.task_8779164168368451602.title": "Any Wireless Terminal", + "ftbquests.chapter.digital_storage.quest10.title": "Wireless Access", + "ftbquests.chapter.digital_storage.quest11.description1": "\u00266Pattern Providers,\u0026r when given a pattern, will push the items in the pattern to a nearby inventory. \u00266Molecular Assemblers,\u0026r when given items, will craft with those items and output them to nearby inventories. Put them next to each other, and you have a \u00266basic autocrafting setup! \u0026r", + "ftbquests.chapter.digital_storage.quest11.description2": "You\u0027ll need somewhere to store the items while they\u0027re being crafted; a crafting storage would be ideal.", + "ftbquests.chapter.digital_storage.quest11.description3": "\u00267Tip: for more info, check the guide!", + "ftbquests.chapter.digital_storage.quest11.title": "ME Autocrafting", + "ftbquests.chapter.digital_storage.quest12.description1": "With an ME System you\u0027ll need some way to actually store items - the \u00266ME Drive\u0026r can store up to 10 storage cells of any type and size.", + "ftbquests.chapter.digital_storage.quest12.description2": "\u00267Tip: you can store botanic mana, elemental source, gases, fluids, and even space itself in cells - not just regular items!", + "ftbquests.chapter.digital_storage.quest13.description1": "Terminals are how you actually interface with the storage cells in your ME System.", + "ftbquests.chapter.digital_storage.quest13.task_8779678006548052409.title": "Any Terminal", + "ftbquests.chapter.digital_storage.quest13.title": "Terminals", + "ftbquests.chapter.digital_storage.quest14.description1": "Storing some energy in your ME System would be a good idea... just in case.", + "ftbquests.chapter.digital_storage.quest16.description1": "\u00266P2P Tunnels\u0026r allow you to transfer multiple channels per channel! It\u0027s a little confusing at first, but once you get the hang of it you can really push your system to the limit.", + "ftbquests.chapter.digital_storage.quest16.description2": "You can also transfer power, chemicals, and even botanic mana and elemental source!", + "ftbquests.chapter.digital_storage.quest17.description1": "The \u00266Reaction Chamber\u0026r not only allows you to make circuits much faster, it can also charge large amounts of certus crystals at a time and even grow crystals from themselves!", + "ftbquests.chapter.digital_storage.quest17.description2": "Just make sure you have enough power to handle its recipes...", + "ftbquests.chapter.digital_storage.quest18.description1": "The \u00266Circuit Slicer\u0026r can cut blocks of materials into 9 circuits much faster than an inscriber can press them.", + "ftbquests.chapter.digital_storage.quest19.description1": "The \u00266Assembler Matrix\u0026r is a molecular assembler and pattern provider setup on steroids - at its maximum size, it can hold over 4,000 patterns and craft incredibly fast. The best part? It only needs \u00266one channel.\u0026r", + "ftbquests.chapter.digital_storage.quest2.description1": "A controller block itself can input energy, but you\u0027ll want to have as many controller faces open as you can to get as many channels as possible into your network. ", + "ftbquests.chapter.digital_storage.quest2.description2": "The \u00266Energy Acceptor\u0026r uses no channels and can be placed anywhere, as long as it\u0027s connected to the network somehow.", + "ftbquests.chapter.digital_storage.quest20.description1": "The \u00266Quantum Computer Core\u0026r is a self-contained crafting CPU with 256M crafting storage and 8 co-processing threads.", + "ftbquests.chapter.digital_storage.quest21.description1": "The \u00266Quantum Computer multiblock\u0026r is an extremely powerful multiblock that can handle an effectively \u00266infinite\u0026r number of crafting requests for your ME System.", + "ftbquests.chapter.digital_storage.quest21.description2": "Read the guide for more information.", + "ftbquests.chapter.digital_storage.quest22.description1": "Perfect for carrying items on the go, the \u00266backpack\u0026r has a few useful upgrades as well.", + "ftbquests.chapter.digital_storage.quest23.description1": "Better than regular chests, \u00266Sophisticated Storage\u0026r lets you put more things in a single block.", + "ftbquests.chapter.digital_storage.quest23.task_5897231893839036272.title": "Any Sophisticated Storage Block", + "ftbquests.chapter.digital_storage.quest23.title": "Sophisticated Storage", + "ftbquests.chapter.digital_storage.quest24.description1": "Capable of storing a very large amount of a single item type.", + "ftbquests.chapter.digital_storage.quest24.description2": "The framing table lets you customize the way they look.", + "ftbquests.chapter.digital_storage.quest24.task_5464079544652951362.title": "Any Storage Drawer", + "ftbquests.chapter.digital_storage.quest24.title": "Storage Drawers", + "ftbquests.chapter.digital_storage.quest25.description1": "Tier upgrades can be used to upgrade Sophisticated Storage blocks without breaking them.", + "ftbquests.chapter.digital_storage.quest25.task_611570763386642583.title": "Any Tier Upgrade", + "ftbquests.chapter.digital_storage.quest26.description1": "The \u00266Drawer Controller\u0026r allows you to interface with multiple drawers using only a single blockface.", + "ftbquests.chapter.digital_storage.quest27.description1": "There are a variety of keys - lock drawers to specific items, hide item labels to reduce lag, and more.", + "ftbquests.chapter.digital_storage.quest27.task_7070764459751906106.title": "Any Drawer Key", + "ftbquests.chapter.digital_storage.quest27.title": "Drawer Keys", + "ftbquests.chapter.digital_storage.quest28.description1": "Autofeeding, playing music, even portable crafting can all be attained with backpack upgrades.", + "ftbquests.chapter.digital_storage.quest29.description1": "Higher stack count, filtering, and more - check the uses for the upgrade base.", + "ftbquests.chapter.digital_storage.quest3.description1": "Smart cables are very useful - they visually display how many channels they\u0027re carrying at any given time.", + "ftbquests.chapter.digital_storage.quest3.task_6551415206641156021.title": "Any Smart Cable", + "ftbquests.chapter.digital_storage.quest3.title": "Smart Cables", + "ftbquests.chapter.digital_storage.quest30.description1": "Each workbench (aside from looking neat) can turn a specific set of blocks into its variants.", + "ftbquests.chapter.digital_storage.quest30.title": "Chipped Workbenches", + "ftbquests.chapter.digital_storage.quest31.description1": "Can turn almost any basic block into a wide array of variants.", + "ftbquests.chapter.digital_storage.quest32.description1": "Made from stonecutting andesite alloy, these blocks can take on the texture of any other block.", + "ftbquests.chapter.digital_storage.quest32.task_4661123369301757740.title": "Any Copycat Block", + "ftbquests.chapter.digital_storage.quest33.description1": "You can make music by crafing a \u00266Music Sheet\u0026r and placing notes on the sheet. ", + "ftbquests.chapter.digital_storage.quest33.description2": "Place the sheet in your offhand while holding an instrument to play the instrument.", + "ftbquests.chapter.digital_storage.quest33.description3": "\u00267Tip: you can do MUCH more with this mod - check out its CurseForge page for more info.", + "ftbquests.chapter.digital_storage.quest34.description1": "You can paint your own masterpieces while you wait for crops to grow - simply make a palette, fill it with colors, plop a canvas on an easel, and get to painting!", + "ftbquests.chapter.digital_storage.quest34.description2": "Signed paintings can be duplicated by crafting the original with a blank canvas of the same size.", + "ftbquests.chapter.digital_storage.quest34.description3": "\u00267Tip: to craft a palette, fill the bottom row of a crafting table with planks, then place dyes in the middle. You can add more dyes to a palette by crafting them together.", + "ftbquests.chapter.digital_storage.quest34.title": "The Joy of Painting", + "ftbquests.chapter.digital_storage.quest35.description1": "\u00266Building Gadgets\u0026r are a collection of useful tools that will let you build very quickly.", + "ftbquests.chapter.digital_storage.quest35.description2": "They do need to be charged; use an energy cube or similar.", + "ftbquests.chapter.digital_storage.quest36.description1": "The \u00266Rod of the Shifting Crust\u0026r allows you to exchange blocks in the world with blocks in your inventory for the cost of mana.", + "ftbquests.chapter.digital_storage.quest4.description1": "Dense cables can carry 32 channels instead of the regular 8 channels.", + "ftbquests.chapter.digital_storage.quest4.task_5854794686036721300.title": "Any Smart Dense Cable", + "ftbquests.chapter.digital_storage.quest4.title": "Dense Cables", + "ftbquests.chapter.digital_storage.quest5.description1": "The color applicator lets you paint cables - especially useful once your network starts to grow. ", + "ftbquests.chapter.digital_storage.quest5.description2": "Colored cables won\u0027t connect to other colored cables, but fluix cables can connect to all colors.", + "ftbquests.chapter.digital_storage.quest5.description3": "These can be filled with \u00266dyes or paintballs\u0026r using an \u00266ME Chest.\u0026r", + "ftbquests.chapter.digital_storage.quest5.task_4299327579125140032.title": "Color Applicator", + "ftbquests.chapter.digital_storage.quest6.description1": "The \u00266ME Interface\u0026r acts as a specialized input and output port for your network. ", + "ftbquests.chapter.digital_storage.quest6.description2": "It can keep a certain amount of items from your network in its inventory for pipes or other blocks to pull from, and also automatically puts any other items it receives into the network.", + "ftbquests.chapter.digital_storage.quest7.description1": "The \u00266Wireless Connector\u0026r is a short-range version of a \u00266Quantum Link Chamber \u0026r- use this when you want your network to jump a short distance, and not cross-dimensionally.", + "ftbquests.chapter.digital_storage.quest8.description1": "The \u00266Quantum Network Bridge\u0026r uses the power of quantum entanglement to bridge a network gap not only across large distances, but dimensions.", + "ftbquests.chapter.digital_storage.quest8.title": "Quantum Network Bridge", + "ftbquests.chapter.digital_storage.quest9.description1": "The\u00266 Extended Charger\u0026r and \u00266Inscriber\u0026r are upgraded versions of their base models, capable of processing 4 recipes in parallel.", + "ftbquests.chapter.digital_storage.quest9.title": "Extended Machines", + "ftbquests.chapter.digital_storage.title": "Storage and Decor", + "ftbquests.chapter.ffood_plants.quest1.description1": "Lining rivers and shores, sugar cane had once risen in green columns, swaying with each passing breeze.", + "ftbquests.chapter.ffood_plants.quest10.description1": "With deep golden petals and a bitter scent, wolfsbane once grew where night lingered longest. ", + "ftbquests.chapter.ffood_plants.quest100.description1": "Sweet, mellow fruits with a classic tropical aroma.", + "ftbquests.chapter.ffood_plants.quest101.description1": "Soft and nutty, cashews offer a creamy bite with a sweet-savory balance.", + "ftbquests.chapter.ffood_plants.quest102.description1": "Cherries burst with juicy intensity; sweet, sometimes sharp, and always bright.", + "ftbquests.chapter.ffood_plants.quest103.description1": "Cracking into a coconut reveals cool, sweet water and soft, fragrant meat.", + "ftbquests.chapter.ffood_plants.quest104.description1": "Dates are also known as nature\u0027s candy: chewy, caramel-rich, and deeply sweet.", + "ftbquests.chapter.ffood_plants.quest105.description1": "With neon skin and unique speckled flesh, dragon fruit tastes delicate, lightly sweet, and just a little floral.", + "ftbquests.chapter.ffood_plants.quest106.description1": "Figs are jammy and soft with a honey-like flavor.", + "ftbquests.chapter.ffood_plants.quest107.description1": "Grapefruit will wake up your palate - juicy, sour, bitter, and bold.", + "ftbquests.chapter.ffood_plants.quest108.description1": "Kumquats are often eaten whole, with a sharp citrus shock over sweet orange notes.", + "ftbquests.chapter.ffood_plants.quest109.description1": "Tart and vivid, lemons cut through richness with their clean citrus bite.", + "ftbquests.chapter.ffood_plants.quest11.description1": "Snowbells had once blossomed in the coldest reaches, their pale blue petals dusted with frost.", + "ftbquests.chapter.ffood_plants.quest110.description1": "Smaller and punchier than lemons, limes have a tight, zesty sting.", + "ftbquests.chapter.ffood_plants.quest111.description1": "Mangoes melt in your mouth with tropical sweetness.", + "ftbquests.chapter.ffood_plants.quest112.description1": "Like a peach in sleek skin, nectarines are sweet, tangy, and satisfyingly juicy.", + "ftbquests.chapter.ffood_plants.quest113.description1": "Ground nutmeg adds a warm, nutty-spicy aroma that’s cozy and festive to any dish.", + "ftbquests.chapter.ffood_plants.quest114.description1": "Oranges are all brightness and juice, sweet with a sunny citrus finish.", + "ftbquests.chapter.ffood_plants.quest115.description1": "Peaches are the most famous of stone fruit, for good reason.", + "ftbquests.chapter.ffood_plants.quest116.description1": "Pears are quietly sweet and crisp; eternally elegant.", + "ftbquests.chapter.ffood_plants.quest117.description1": "Pecans have a great crunch with deep nutty flavor.", + "ftbquests.chapter.ffood_plants.quest118.description1": "Persimmons are smooth and syrupy, with a mellow flavor that deepens as they ripen.", + "ftbquests.chapter.ffood_plants.quest119.description1": "Plums skirt the line between tart and sweet, finishing with a tangy punch.", + "ftbquests.chapter.ffood_plants.quest12.description1": "Prized by herbalists for its strange resilience, who claimed it drew strength from the moonlit depths.", + "ftbquests.chapter.ffood_plants.quest120.description1": "Star fruit is crisp and juicy, with a tropical edge.", + "ftbquests.chapter.ffood_plants.quest121.description1": "Walnuts are hearty and slightly bitter, great for a midday snack.", + "ftbquests.chapter.ffood_plants.quest122.description1": "The bark grinds down to a warm, spicy-sweet powder that instantly deepens any flavor.", + "ftbquests.chapter.ffood_plants.quest123.description1": "The \u00266Cooking Table\u0026r is the heart of a multiblock kitchen - allowing you to craft any number of foods with the items stored inside of it. It can also supply you with tools, water, snow/ice, and milk.", + "ftbquests.chapter.ffood_plants.quest123.description2": "Especially handy when you have a large amount of foods and a limited amount of brainpower.", + "ftbquests.chapter.ffood_plants.quest123.title": "Cooking for Blockheads", + "ftbquests.chapter.ffood_plants.quest124.description1": "The \u00266ME Kitchen Station\u0026r lets you connect your multiblock kitchen to your ME system!", + "ftbquests.chapter.ffood_plants.quest125.description1": "The \u00266fridge\u0026r stores items, just like a cabinet.", + "ftbquests.chapter.ffood_plants.quest126.description1": "A \u00266sink\u0026r provides unlimited water to recipes.", + "ftbquests.chapter.ffood_plants.quest126.description2": "\u00267Tip: ...and other things.", + "ftbquests.chapter.ffood_plants.quest127.description1": "The oven lets you cook multiple foods in a single block.", + "ftbquests.chapter.ffood_plants.quest128.description1": "A \u00266Cow in a Jar\u0026r slowly produces milk, which can be used in recipes.", + "ftbquests.chapter.ffood_plants.quest128.description2": "...but how does one get a cow into a jar?", + "ftbquests.chapter.ffood_plants.quest128.description3": "\u00267Tip: you\u0027ll need to turn off claim protection or make this outside a claim, OPAC doesn\u0027t really like animal cruelty!", + "ftbquests.chapter.ffood_plants.quest129.description1": "When added to a fridge, the \u00266ice unit\u0026r provides unlimited ice and snow to recipes.", + "ftbquests.chapter.ffood_plants.quest13.description1": "This earth-toned fungus once thrived in quiet, dark corners, feeding on decay.", + "ftbquests.chapter.ffood_plants.quest130.description1": "The \u00266heating unit,\u0026r applied to a stove, lets it run on energy instead of burnable fuel.", + "ftbquests.chapter.ffood_plants.quest131.description1": "The \u00266tool rack\u0026r provides tools to cooking recipes; pots, pans, and other sorts.", + "ftbquests.chapter.ffood_plants.quest132.description1": "The \u00266Kitchen Cabinet and Counter\u0026r store items for the Cooking Table to use.", + "ftbquests.chapter.ffood_plants.quest132.title": "Kitchen Storage", + "ftbquests.chapter.ffood_plants.quest133.description1": "The \u00266Horn of the Wild\u0026r lets you harvest a large area of crops without manually collecting them one by one.", + "ftbquests.chapter.ffood_plants.quest133.description2": "Useful!", + "ftbquests.chapter.ffood_plants.quest134.description1": "The \u00266Drum of the Wild\u0026r is a block-based version of the horn - set a mana spreader to shoot mana through it and it\u0027ll harvest crops nearby.", + "ftbquests.chapter.ffood_plants.quest134.description2": "Add a \u00266hopperhock\u0026r and you have fully automatic crop harvesting!", + "ftbquests.chapter.ffood_plants.quest135.description1": "The \u00266Harvester\u0026r is a little harder to make than the other automated harvesters, but it makes up for it in ease of use.", + "ftbquests.chapter.ffood_plants.quest135.description2": "Place it on the same level as crops and it will harvest them - a 3x3 area by default, but this can be upgraded with machine upgrades.", + "ftbquests.chapter.ffood_plants.quest136.description1": "The \u00266Mechanical Harvester\u0026r lets you harvest... mechanically! ", + "ftbquests.chapter.ffood_plants.quest136.description2": "Attach it to any variety of contraption and as it moves through a crop it will harvest it.", + "ftbquests.chapter.ffood_plants.quest137.description1": "That\u0027s dedication! A personal shoutout from myself, for the pure raw dedication that you\u0027ve shown.", + "ftbquests.chapter.ffood_plants.quest137.subtitle": "You earned it!", + "ftbquests.chapter.ffood_plants.quest137.task_5521912290757485582.title": "You know what? Sure.", + "ftbquests.chapter.ffood_plants.quest138.description1": "You\u0027ve gone even further than I went! An absolute mad. lad. Take your prize and go.", + "ftbquests.chapter.ffood_plants.quest138.subtitle": "Your dedication is admirable.", + "ftbquests.chapter.ffood_plants.quest138.title": "Good god...", + "ftbquests.chapter.ffood_plants.quest14.description1": "With its crimson cap and pale stem, the red mushroom once sprouted in damp caves and shadowed groves.", + "ftbquests.chapter.ffood_plants.quest15.description1": "Bamboo once climbed toward the sky in great bamboo forests, hollow stems whispering in the wind.", + "ftbquests.chapter.ffood_plants.quest16.description1": "Sailors swore it marked safe waters—while some claimed it hid the bones of the drowned.", + "ftbquests.chapter.ffood_plants.quest17.description1": "This gentle underwater plant once rippled with the ocean’s breath, carpeting the sea floor in quiet green.", + "ftbquests.chapter.ffood_plants.quest18.description1": "Their soft light once guided creatures of the reef and lit the way for wayward divers in the twilight deep.", + "ftbquests.chapter.ffood_plants.quest19.description1": "This strange, red fungus had grown only in the deep, burning halls of another world. It pulsed faintly with unnatural life.", + "ftbquests.chapter.ffood_plants.quest2.description1": "Bright orange roots that grew deep in the earth, carrots were a favorite among rabbits and a healthy snack, to boot!", + "ftbquests.chapter.ffood_plants.quest20.description1": "Once said to carry the scent of a world turned upside down—where even the air recoiled in confusion.", + "ftbquests.chapter.ffood_plants.quest21.description1": "This twisted red fungus once grew in the scorched ground of the Nether, pulsing faintly as if alive.", + "ftbquests.chapter.ffood_plants.quest22.description1": "Once used in deadly draughts and sleeping curses, favored by those who studied the poisoner\u0027s art.", + "ftbquests.chapter.ffood_plants.quest23.description1": "Flax\u0027s delicate fibers had once been woven into cloth and spell-thread, binding both garments and enchantments.", + "ftbquests.chapter.ffood_plants.quest24.description1": "Bold and crimson, the poppy is a symbol of remembrance and silent strength, often found where courage once stood.", + "ftbquests.chapter.ffood_plants.quest24.description2": "\u00267Tip: You can either craft poppy seeds or mutate them from Melon and Sugarcane.", + "ftbquests.chapter.ffood_plants.quest25.description1": "A tall and graceful flower with a soft purple hue, often associated with grace, quiet wisdom, and calm days.", + "ftbquests.chapter.ffood_plants.quest26.description1": "Delicate and pale, these tiny flowers cluster low to the ground, bringing a sense of peace to open fields.", + "ftbquests.chapter.ffood_plants.quest27.description1": "This rare azure blossom flourishes in damp, shadowed groves. Legends say it blooms where ancient tears once fell.", + "ftbquests.chapter.ffood_plants.quest28.description1": "Cornflowers once braved the wind in wide fields, their blue hues a favorite among storytellers and songwriters.", + "ftbquests.chapter.ffood_plants.quest29.description1": "A cheerful bloom of golden yellow, said to carry whispers of spring on the wind. It thrives wherever the sun touches the land.", + "ftbquests.chapter.ffood_plants.quest29.description2": "\u00267Tip: You can either craft dandelion seeds or mutate them from Wheat and Pumpkin.\u0026r", + "ftbquests.chapter.ffood_plants.quest3.description1": "Crimson bulbs that added color and flavor to any dish, beetroots were once quite common in village gardens.", + "ftbquests.chapter.ffood_plants.quest30.description1": "Hidden among thick leaves, these tiny white bells are said to chime in silence when the forest is listening.", + "ftbquests.chapter.ffood_plants.quest31.description1": "With a golden eye watching from its white face, this flower is a quiet companion of wanderers and daydreamers.", + "ftbquests.chapter.ffood_plants.quest32.description1": "Glowing softly with hues of flame, this ancient blossom is thought to be a gift from the deep earth, where fire once danced.", + "ftbquests.chapter.ffood_plants.quest33.description1": "Warming as a sunset, the orange tulip is said to bring cheer and good fortune to those who find it.", + "ftbquests.chapter.ffood_plants.quest34.description1": "Bright and bold, the red tulip is a symbol of love and passion, often given in times of heartfelt confession.", + "ftbquests.chapter.ffood_plants.quest35.description1": "Soft as moonlight, white tulips once whispered of peace and innocence in gardens now long lain fallow.", + "ftbquests.chapter.ffood_plants.quest36.description1": "Soft and gentle, the pink tulip speaks of friendship and gentle affection, often found where laughter lingers.", + "ftbquests.chapter.ffood_plants.quest37.description1": "Dark as a starless night and thorned with sorrow, this eerie bloom grows only in the wake of ruin and shadow.", + "ftbquests.chapter.ffood_plants.quest38.description1": "You can make podzol for planting flower seeds on by growing a 2x2 of spruce saplings - the large tree, once grown, will convert dirt (and dried earth!) under it into podzol.", + "ftbquests.chapter.ffood_plants.quest38.description2": "\u00267Tip: once the strength trait of a flower is high enough, you won\u0027t need to plant them on podzol!", + "ftbquests.chapter.ffood_plants.quest38.task_7604363448496665210.title": "Look at Podzol", + "ftbquests.chapter.ffood_plants.quest38.title": "Podzol", + "ftbquests.chapter.ffood_plants.quest39.description1": "Onion\u0027s delicious smell once filled the air as it gave flavor to meals.", + "ftbquests.chapter.ffood_plants.quest4.description1": "Earthy and humble, potatoes were versatile tubers that thrived in the cool soil of many places.", + "ftbquests.chapter.ffood_plants.quest40.description1": "Sweet potatoes grew slow and sweet underground, long ago.", + "ftbquests.chapter.ffood_plants.quest40.description2": "(new page placeholder text)", + "ftbquests.chapter.ffood_plants.quest41.description1": "A humble grain that swayed in golden fields before being ground and baked into something warm and sustaining.", + "ftbquests.chapter.ffood_plants.quest42.description1": "Basil once filled the air with a fragrance that breezes would quietly carry away.", + "ftbquests.chapter.ffood_plants.quest43.description1": "A small, zesty vegetable that added a sharp bite to meals.", + "ftbquests.chapter.ffood_plants.quest44.description1": "A dark, sturdy bean that once softened in pots where stories and spices mingled.", + "ftbquests.chapter.ffood_plants.quest45.description1": "A slender, snappy vegetable that brightened plates in days long past.", + "ftbquests.chapter.ffood_plants.quest46.description1": "A nutrient-rich tuber, often tied to seasonal harvests and both everyday and festive cooking.", + "ftbquests.chapter.ffood_plants.quest47.description1": "Widely adopted, they were once integral to many cuisines, especially where freshness and preservation intersected.", + "ftbquests.chapter.ffood_plants.quest48.description1": "Spiny and hardy, the cactus once dotted vast oceans of sand.", + "ftbquests.chapter.ffood_plants.quest49.description1": "Saguaro once stood tall in the desert heat, holding their shape against time and silence.", + "ftbquests.chapter.ffood_plants.quest5.description1": "Orange orbs that sprouted in the autumn, pumpkins were both a festive decoration and a hearty food source.", + "ftbquests.chapter.ffood_plants.quest50.description1": "Valued for its hardiness and storage life, it figured prominently in preserved and cold-weather foods.", + "ftbquests.chapter.ffood_plants.quest51.description1": "Fast-growing and versatile, they were commonly used to add mild sharpness to everyday dishes.", + "ftbquests.chapter.ffood_plants.quest52.description1": "Coffee was brewed each morning, dark and warm, its bitterness softened by time and habit.", + "ftbquests.chapter.ffood_plants.quest53.description1": "A worldwide staple, central to daily diets and shaped by centuries of cultivation and ritual.", + "ftbquests.chapter.ffood_plants.quest54.description1": "A cool-weather root typically grown for its reliability and used in simple, hearty meals.", + "ftbquests.chapter.ffood_plants.quest55.description1": "A hardy root, valued for nutrition and storage through cold months.", + "ftbquests.chapter.ffood_plants.quest56.description1": "Once used to add a small amount of spice to everyday food.", + "ftbquests.chapter.ffood_plants.quest57.description1": "Once cultivated widely for its simple, nourishing qualities.", + "ftbquests.chapter.ffood_plants.quest58.description1": "A vital staple, central to diets and agricultural abundance.", + "ftbquests.chapter.ffood_plants.quest59.description1": "Seeds that added warmth and spice, enhancing a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest6.description1": "Large, round fruits with a green rind and sweet, juicy flesh; melons grew best in warm, sunny fields.", + "ftbquests.chapter.ffood_plants.quest60.description1": "Mild and colorful, they brought sweetness and variety to meals.", + "ftbquests.chapter.ffood_plants.quest61.description1": "Known for its cool, crisp texture, often enjoyed fresh or pickled.", + "ftbquests.chapter.ffood_plants.quest62.description1": "A sweet fruit that brightened the warmer months with its flavor.", + "ftbquests.chapter.ffood_plants.quest63.description1": "Harvested for its tender shoots, enjoyed seasonally.", + "ftbquests.chapter.ffood_plants.quest64.description1": "Offered a subtle crunch and flavor, a common addition in many recipes.", + "ftbquests.chapter.ffood_plants.quest65.description1": "Once a comforting grain, quietly nourishing both people and animals alike.", + "ftbquests.chapter.ffood_plants.quest66.description1": "Peanuts were once valued for their simple richness and high protein content.", + "ftbquests.chapter.ffood_plants.quest67.description1": "Tart and vibrant, they were key in sauces and salsas that brought bold flavor.", + "ftbquests.chapter.ffood_plants.quest68.description1": "A versatile summer squash, cooked or baked into a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest69.description1": "A small, sweet berry, enjoyed fresh or preserved to brighten meals.", + "ftbquests.chapter.ffood_plants.quest7.description1": "Prickly bushes bore these bright berries, beloved for their sweet bite and quick comfort.", + "ftbquests.chapter.ffood_plants.quest70.description1": "Known for their sweetness and antioxidants, often eaten fresh or in preserves.", + "ftbquests.chapter.ffood_plants.quest71.description1": "Rich and tangy, they provided a burst of flavor and nutrition when they were in season.", + "ftbquests.chapter.ffood_plants.quest72.description1": "A mild onion relative, used to add depth and subtle flavor to soups and stews.", + "ftbquests.chapter.ffood_plants.quest73.description1": "Crisp and cool, a common leafy green that added freshness to countless dishes.", + "ftbquests.chapter.ffood_plants.quest74.description1": "Valued for its spicy warmth and medicinal qualities, a staple in many remedies and recipes now lost.", + "ftbquests.chapter.ffood_plants.quest75.description1": "A fragrant melon, its juicy flesh a refreshing treat on hot days.", + "ftbquests.chapter.ffood_plants.quest76.description1": "A sweet, cooling melon that offered relief during warm seasons.", + "ftbquests.chapter.ffood_plants.quest77.description1": "A tangy fruit, rich in vitamin C and refreshing in warmer months.", + "ftbquests.chapter.ffood_plants.quest78.description1": "A versatile vegetable, often roasted or stewed to add richness to meals.", + "ftbquests.chapter.ffood_plants.quest79.description1": "A mild vegetable used in a variety of dishes, from soups to roasts.", + "ftbquests.chapter.ffood_plants.quest8.description1": "Wheat once rippled like golden seas, feeding countless lives. Fields of it marked the heart of many homesteads.", + "ftbquests.chapter.ffood_plants.quest80.description1": "Small and tart, used fresh or dried to add brightness to dishes and preserves.", + "ftbquests.chapter.ffood_plants.quest81.description1": "Valued for their oil and flavor, they were a key ingredient in cooking and preservation.", + "ftbquests.chapter.ffood_plants.quest82.description1": "Known for its nutritional content, often steamed or roasted.", + "ftbquests.chapter.ffood_plants.quest83.description1": "Prized for its tender hearts, a special ingredient in many traditional meals.", + "ftbquests.chapter.ffood_plants.quest84.description1": "Tart and fibrous, often cooked down into jams and desserts.", + "ftbquests.chapter.ffood_plants.quest85.description1": "A pungent staple, prized for both taste and medicinal value in many kitchens.", + "ftbquests.chapter.ffood_plants.quest86.description1": "Known for its vibrant color and healing properties, it flavored food and soothed ailments alike.", + "ftbquests.chapter.ffood_plants.quest87.description1": "Sweet and versatile - enjoyed fresh or transformed into wines and preserves.", + "ftbquests.chapter.ffood_plants.quest88.description1": "A leafy green, rich in nutrients and commonly eaten fresh.", + "ftbquests.chapter.ffood_plants.quest89.description1": "A hearty vegetable, often stored through colder months and used in countless recipes.", + "ftbquests.chapter.ffood_plants.quest9.description1": "This gnarled, shrieking root was feared as much as it was valued.", + "ftbquests.chapter.ffood_plants.quest9.description2": "\u00267Tip: you might want to only harvest these at night!", + "ftbquests.chapter.ffood_plants.quest90.description1": "A resilient leafy green valued for its nutrition and versatility in cooking.", + "ftbquests.chapter.ffood_plants.quest91.description1": "Small, dark berries used for their medicinal properties and tart flavor.", + "ftbquests.chapter.ffood_plants.quest92.description1": "Known for their bitter aroma, they were essential in brewing of all kinds.", + "ftbquests.chapter.ffood_plants.quest93.description1": "Tart and bright, commonly used fresh or preserved to complement meals.", + "ftbquests.chapter.ffood_plants.quest94.description1": "A fragrant bean that lent warmth and sweetness to many desserts and drinks.", + "ftbquests.chapter.ffood_plants.quest95.description1": "A sweet and tangy fruit that brought plenty of flavor to many dishes.", + "ftbquests.chapter.ffood_plants.quest96.description1": "Crunchy, subtly sweet nuts with a toasty, earthy finish.", + "ftbquests.chapter.ffood_plants.quest97.description1": "Crisp, juicy fruits that balance light sweetness with a refreshing tang.", + "ftbquests.chapter.ffood_plants.quest98.description1": "Soft, slightly fuzzy fruits with a delightfully sweet-tart burst.", + "ftbquests.chapter.ffood_plants.quest99.description1": "Creamy and buttery with a mild, slightly grassy flavor.", + "ftbquests.chapter.ffood_plants.title": "Plants Galore", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description1": "You wake up in a vast, dead and dried out wasteland. You don\u0027t remember how you got here, but you do remember what the world \u0026oshould\u0026r look like - and this isn\u0027t it.", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description2": "Welcome to \u00266Reclamation!\u0026r This is a slower-paced pack focused around bringing life and nature back to a dead world. Press \u00266F3+H\u0026r to disable advanced tooltips, if they\u0027re on!", + "ftbquests.chapter.how_the_world_came_to_be.quest1.task_6356663929448377632.title": "What happened here?", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description1": "\u00266Alchemical Sulfur\u0026r is one of the three building blocks of alchemy - it provides the Soul of an item, and represents what specific item it is.", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description2": "To obtain it, you\u0027ll have to make a \u00266Liquefaction Cauldron\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the item you want to extract sulfur from into the Cauldron, fill it with \u00266Sal Ammoniac,\u0026r give the Brazier some fuel, and it\u0027ll slowly convert materials into their respective \u00266Alchemical Sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description3": "The dried earth you find yourself surrounded by used to be dirt, and it remembers that - \u00266use the Cauldron to turn dried earth into dirt sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.title": "Alchemical Sulfur", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description1": "Now that you have all three alchemical components of an item - \u00266Mercury, Salt, and Sulfur\u0026r - you can make an \u00266Incubator\u0026r to combine them all back into an item; in this case, back into \u00266dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description2": "Place the Incubator above a Brazier and attach all three vessels to the sides of it. Fill each vessel with the appropriate item, give the Brazier some fuel, and in a bit you\u0027ll have fresh dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest11.title": "Incubator", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description1": "You\u0027ve done it! You\u0027ve made dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description2": "...now you just need something to grow on it.", + "ftbquests.chapter.how_the_world_came_to_be.quest12.subtitle": "Slightly browner", + "ftbquests.chapter.how_the_world_came_to_be.quest13.description1": "Despite the seeming apocalypse, there are still fish to find (and eat) for those with the skill and desire.", + "ftbquests.chapter.how_the_world_came_to_be.quest13.title": "Fishy Friends", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description1": "Spider string can be crafted into wool, which can be crafted into beds! ", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description2": "You can also craft a sleeping bag, for staying cozy on the go... but where would you be going?", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_1655930139945784994.title": "Any Bed", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_2233575124644508705.title": "Any Sleeping Bag", + "ftbquests.chapter.how_the_world_came_to_be.quest14.title": "Small Comforts", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description1": "Worldgen has been completely overhauled - \u00264no ore generates,\u0026r and the only biomes that exist are dead, wasteland biomes with no real vegetation. Additionally, the only trees that spawn are dead trees, with very little useability.", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description2": "Stone variants still generate, and you can find \u00266sand and clay underwater.\u0026r It will also still rain!", + "ftbquests.chapter.how_the_world_came_to_be.quest15.task_9000568835822462366.title": "Changed worldgen?", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description1": "The naturally spawning mobs have changed in this new landscape! Specifically, \u0026czombie villagers and witches won\u0027t spawn,\u0026r and \u00266spiders have mutated\u0026r into their venomous cave versions. ", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description2": "This means that there\u0027s \u0026cno way to get any kind of resources from witches or zombie villagers\u0026r (even if you could cure them!); the only things that you can really hope to get are iron or copper ingots from \u00266rare drops\u0026r - but there are other ways to generate resources...", + "ftbquests.chapter.how_the_world_came_to_be.quest16.task_8241748987012779739.title": "Rare Drops?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description1": "There are quite a few books in the pack! Thankfully, the \u00266Akashic Tome\u0026r is here to help. Crafting any book with this will combine it, letting you keep every guidebook in a single item. Simply craft it with another guidebook!", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description2": "To untransform the tome, punch the air with it.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description3": "To remove a stored book, transform the tome into the book, then sneak and press your \u0027drop\u0027 key.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.task_3483844932023115481.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description1": "A lot of the pack consists of passive processes you\u0027ll probably want to keep running while you do other things. You can claim chunks to \u00266force-load \u0026rthem using your map; ensuring they\u0027ll stay loaded even while you\u0027re not nearby. ", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description2": "Just open your map (default M) and \u00266right-click drag\u0026r over the area you\u0027d like to claim. Right-click drag again to force claim!", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description3": "If you\u0027re playing with friends, \u00266make sure you\u0027re on the same team\u0026r so that you can all access things inside your claim and share quest progress.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description4": "For more information on the claims system, check out the \u00266Open Parties and Claims\u0026r wiki or keybinds.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description5": "\u00267Tip: you might want to turn claimed chunk protection off! It tends to break fake players.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.task_3331239976186418612.title": "Playing with Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.title": "Chunkloading and Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description1": "You can make a quick and dirty door using the scrap wood and some copper you\u0027ve found - but it seems pretty shoddy, \u00264breaking every so often\u0026r and needing to be re-placed.", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description2": "At least it keeps the spookies out...", + "ftbquests.chapter.how_the_world_came_to_be.quest2.description1": "Wood is plentiful, if not exactly the quality you remember.", + "ftbquests.chapter.how_the_world_came_to_be.quest2.title": "Dead Trees", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description1": "Despite the harsh conditions, bees still persist, dotted amongst the dry hills. ", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description2": "Cultivating them could be a great way to \u00266generate resources\u0026r such as more dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description3": "\u00267Tip: this unlocks a new questline on the left!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.title": "Bees?!", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description1": "There are ruins around with \u00266small bits of copper,\u0026r completely oxidized from whatever happened. ", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description2": "You might be able to craft something to help you out with that copper, but first you\u0027ll have to \u00266get it into a useable state...\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest3.task_7525660450708144821.title": "Oxidized Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description1": "Many many recipes have been changed in this pack. Make sure you check your recipe browser for crafting recipes! By default, the keybinds when hovering over an item are \u00266R to look up recipes\u0026r for the item, and \u00266U to look up uses\u0026r for the item.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description2": "These binds can be changed by clicking the EMI button in the bottom left of your inventory screen.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.task_8528084351057584694.title": "What\u0027s changed?", + "ftbquests.chapter.how_the_world_came_to_be.quest4.title": "How do I craft things?", + "ftbquests.chapter.how_the_world_came_to_be.quest5.description1": "\u0026l\u0026o\u0026cNO ORE GENERATES IN THE WORLD. RECIPES HAVE CHANGED.\u0026r Those who came before you have completely mined out the entire planet - after centuries of strip mining, quarrying, and general exploitation, there is not so much as a measly scrap of coal in the world, so there\u0027s no point trying to find any type of ore by mining.", + "ftbquests.chapter.how_the_world_came_to_be.quest5.task_734684119620528193.title": "Deprived...", + "ftbquests.chapter.how_the_world_came_to_be.quest5.title": "Where\u0027s the ore!?", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description1": "After you \u00266scrape off the rust with an axe,\u0026r you think you can use a \u00266cutting board\u0026r to get useable copper out of the oxidized copper you find in ruins.", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description2": "This useable copper will be crucial for \u00266Spagyrics\u0026r, the process of decomposing and recombining matter - which should let you \u00266rejuvenate the Dried Earth\u0026r into \u00266Dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description3": "\u00267Tip: you can also use the cutting board to get more charcoal and scrap wood out of dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest6.title": "Useable Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description1": "In the contaminated water you have found trace amounts of \u00266Sal Ammoniac,\u0026r a crucial ingredient in the practice of \u00266Theurgy.\u0026r By setting up a simple accumulator and tank, you think you\u0027ll be able to distill it. ", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description2": "Place the accumulator on top of the tank, fill it with water, and it will slowly produce \u00266Sal Ammoniac\u0026r for you.", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description3": "\u00267Tip: you can make buckets out of copper!\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description1": "\u00266Alchemical Mercury\u0026r is one of the three building blocks of alchemy - it provides the Energy of an item, and is largely interchangeable between things.", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description2": "To distill it, you\u0027ll have to make a \u00266Mercury Distiller\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to distill into the Distiller, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Mercury.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description3": "Rarer materials give more mercury, but to start you\u0027ll probably want to distill \u00266cobblestone, dried earth, or cooked fish.\u0026r ", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description4": "\u00267Tip: slicing fish makes it a more efficient way of getting mercury!", + "ftbquests.chapter.how_the_world_came_to_be.quest8.title": "Alchemical Mercury", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description1": "\u00266Alchemical Salt\u0026r is one of the three building blocks of alchemy - it provides the Body of an item, and represents the \u0027type\u0027 of an item.", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description2": "To obtain it, you\u0027ll have to make a \u00266Calcination Oven\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to extract into the Oven, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description3": "There are many different kinds of salt, but to start, you should \u00266focus on getting Strata salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.title": "Alchemical Salt", + "ftbquests.chapter.how_the_world_came_to_be.subtitle0": "A vast wasteland", + "ftbquests.chapter.how_the_world_came_to_be.title": "Prologue", + "ftbquests.chapter.mob_safari.quest1.task_644874208300996266.title": "Creeper Photo", + "ftbquests.chapter.mob_safari.quest1.title": "Creeper", + "ftbquests.chapter.mob_safari.quest10.task_7387499092437519744.title": "Silverfish Photo", + "ftbquests.chapter.mob_safari.quest10.title": "Silverfish", + "ftbquests.chapter.mob_safari.quest11.task_560111651210659078.title": "Evoker Photo", + "ftbquests.chapter.mob_safari.quest11.title": "Evoker", + "ftbquests.chapter.mob_safari.quest12.task_6050813032829826018.title": "Ghast Photo", + "ftbquests.chapter.mob_safari.quest12.title": "Ghast", + "ftbquests.chapter.mob_safari.quest13.task_8655936747757493244.title": "Guardian Photo", + "ftbquests.chapter.mob_safari.quest13.title": "Guardian", + "ftbquests.chapter.mob_safari.quest14.task_9108849848609122501.title": "Hoglin Photo", + "ftbquests.chapter.mob_safari.quest14.title": "Hoglin", + "ftbquests.chapter.mob_safari.quest15.task_7435272240185968407.title": "Phantom Photo", + "ftbquests.chapter.mob_safari.quest15.title": "Phantom", + "ftbquests.chapter.mob_safari.quest16.task_2497415746301840277.title": "Piglin Brute Photo", + "ftbquests.chapter.mob_safari.quest16.title": "Piglin Brute", + "ftbquests.chapter.mob_safari.quest17.description1": "\u00267Tip: there is a ritual that can grant you the bad omen effect!", + "ftbquests.chapter.mob_safari.quest17.task_876018828234332303.title": "Pillager Photo", + "ftbquests.chapter.mob_safari.quest17.title": "Pillager", + "ftbquests.chapter.mob_safari.quest18.task_9217927796095116198.title": "Ravager Photo", + "ftbquests.chapter.mob_safari.quest18.title": "Ravager", + "ftbquests.chapter.mob_safari.quest19.task_6294764614244969421.title": "Shulker Photo", + "ftbquests.chapter.mob_safari.quest19.title": "Shulker", + "ftbquests.chapter.mob_safari.quest2.description1": "In this new post-apocalyptic world, you\u0027ve realized that it might be a good idea to document what lifeforms exist - just in case it happens again. ", + "ftbquests.chapter.mob_safari.quest2.description2": "To do so, you\u0027re going to need \u00266a camera, \u0026rsome \u00266film\u0026r to print onto, and some way to turn that \u00266film into photos.\u0026r", + "ftbquests.chapter.mob_safari.quest2.subtitle": "Snap decisions", + "ftbquests.chapter.mob_safari.quest2.title": "Camera", + "ftbquests.chapter.mob_safari.quest20.task_5958619487539868658.title": "Skeleton Photo", + "ftbquests.chapter.mob_safari.quest20.title": "Skeleton", + "ftbquests.chapter.mob_safari.quest21.task_2908237894518590949.title": "Slime Photo", + "ftbquests.chapter.mob_safari.quest21.title": "Slime", + "ftbquests.chapter.mob_safari.quest22.task_1986307033554203052.title": "Stray Photo", + "ftbquests.chapter.mob_safari.quest22.title": "Stray", + "ftbquests.chapter.mob_safari.quest23.task_8127229503220688871.title": "Vex Photo", + "ftbquests.chapter.mob_safari.quest23.title": "Vex", + "ftbquests.chapter.mob_safari.quest24.task_2719667561416590077.title": "Vindicator Photo", + "ftbquests.chapter.mob_safari.quest24.title": "Vindicator", + "ftbquests.chapter.mob_safari.quest25.description1": "\u00267Tip: the sculk catalyst is craftable, and you can use a sculk awakener on a sculk shrieker to convert it into one that can spawn Wardens.", + "ftbquests.chapter.mob_safari.quest25.task_3299757844051508646.title": "Warden Photo", + "ftbquests.chapter.mob_safari.quest25.title": "Warden", + "ftbquests.chapter.mob_safari.quest26.task_1834001635925258364.title": "Witch Photo", + "ftbquests.chapter.mob_safari.quest26.title": "Witch", + "ftbquests.chapter.mob_safari.quest27.description1": "\u00267Tip: if you want to summon a living wither skeleton, you\u0027ll need to use the Soulium Spawner.", + "ftbquests.chapter.mob_safari.quest27.task_431510156767848390.title": "Wither Skeleton Photo", + "ftbquests.chapter.mob_safari.quest27.title": "Wither Skeleton", + "ftbquests.chapter.mob_safari.quest28.task_3976176875920550036.title": "Zoglin Photo", + "ftbquests.chapter.mob_safari.quest28.title": "Zoglin", + "ftbquests.chapter.mob_safari.quest29.task_2001349734991872109.title": "Blaze Photo", + "ftbquests.chapter.mob_safari.quest29.title": "Blaze", + "ftbquests.chapter.mob_safari.quest3.task_6868688706200460210.title": "Zombie Photo", + "ftbquests.chapter.mob_safari.quest3.title": "Zombie", + "ftbquests.chapter.mob_safari.quest30.task_4394254762005595057.title": "Wither Photo", + "ftbquests.chapter.mob_safari.quest30.title": "Wither", + "ftbquests.chapter.mob_safari.quest31.task_6606548217913389459.title": "Ender Dragon Photo", + "ftbquests.chapter.mob_safari.quest31.title": "Ender Dragon", + "ftbquests.chapter.mob_safari.quest32.task_8348843003612976311.title": "Piglin Photo", + "ftbquests.chapter.mob_safari.quest32.title": "Piglin", + "ftbquests.chapter.mob_safari.quest33.task_9152125344552747368.title": "Allay Photo", + "ftbquests.chapter.mob_safari.quest33.title": "Allay", + "ftbquests.chapter.mob_safari.quest34.task_935450104482788869.title": "Axolotl Photo", + "ftbquests.chapter.mob_safari.quest34.title": "Axolotl", + "ftbquests.chapter.mob_safari.quest35.task_3732209353791428122.title": "Bat Photo", + "ftbquests.chapter.mob_safari.quest35.title": "Bat", + "ftbquests.chapter.mob_safari.quest36.task_4451728281716577204.title": "Camel Photo", + "ftbquests.chapter.mob_safari.quest36.title": "Camel", + "ftbquests.chapter.mob_safari.quest37.task_3478349021656071469.title": "Cat Photo", + "ftbquests.chapter.mob_safari.quest37.title": "Cat", + "ftbquests.chapter.mob_safari.quest38.task_421501030317629993.title": "Chicken Photo", + "ftbquests.chapter.mob_safari.quest38.title": "Chicken", + "ftbquests.chapter.mob_safari.quest39.task_3283513909476271368.title": "Cod Photo", + "ftbquests.chapter.mob_safari.quest39.title": "Cod", + "ftbquests.chapter.mob_safari.quest4.task_5493751185522811223.title": "Husk Photo", + "ftbquests.chapter.mob_safari.quest4.title": "Husk", + "ftbquests.chapter.mob_safari.quest40.task_3552336333939252573.title": "Cow Photo", + "ftbquests.chapter.mob_safari.quest40.title": "Cow", + "ftbquests.chapter.mob_safari.quest41.task_8921315837912733830.title": "Donkey Photo", + "ftbquests.chapter.mob_safari.quest41.title": "Donkey", + "ftbquests.chapter.mob_safari.quest42.task_8892925176174289117.title": "Frog Photo", + "ftbquests.chapter.mob_safari.quest42.title": "Frog", + "ftbquests.chapter.mob_safari.quest43.task_7912667151609898398.title": "Glow Squid Photo", + "ftbquests.chapter.mob_safari.quest43.title": "Glow Squid", + "ftbquests.chapter.mob_safari.quest44.task_4389105525914117514.title": "Horse Photo", + "ftbquests.chapter.mob_safari.quest44.title": "Horse", + "ftbquests.chapter.mob_safari.quest45.task_4359593363899885941.title": "Mooshroom Photo", + "ftbquests.chapter.mob_safari.quest45.title": "Mooshroom", + "ftbquests.chapter.mob_safari.quest46.task_924922940433498504.title": "Mule Photo", + "ftbquests.chapter.mob_safari.quest46.title": "Mule", + "ftbquests.chapter.mob_safari.quest47.task_4787445126890462554.title": "Ocelot Photo", + "ftbquests.chapter.mob_safari.quest47.title": "Ocelot", + "ftbquests.chapter.mob_safari.quest48.task_595439666779967783.title": "Parrot Photo", + "ftbquests.chapter.mob_safari.quest48.title": "Parrot", + "ftbquests.chapter.mob_safari.quest49.task_6791445533424275382.title": "Pig Photo", + "ftbquests.chapter.mob_safari.quest49.title": "Pig", + "ftbquests.chapter.mob_safari.quest5.task_2405723904258009579.title": "Drowned Photo", + "ftbquests.chapter.mob_safari.quest5.title": "Drowned", + "ftbquests.chapter.mob_safari.quest50.task_5186559523328413187.title": "Pufferfish Photo", + "ftbquests.chapter.mob_safari.quest50.title": "Pufferfish", + "ftbquests.chapter.mob_safari.quest51.task_1802630615776817042.title": "Rabbit Photo", + "ftbquests.chapter.mob_safari.quest51.title": "Rabbit", + "ftbquests.chapter.mob_safari.quest52.task_9075318374820615216.title": "Salmon Photo", + "ftbquests.chapter.mob_safari.quest52.title": "Salmon", + "ftbquests.chapter.mob_safari.quest53.task_1279126845524092057.title": "Sheep Photo", + "ftbquests.chapter.mob_safari.quest53.title": "Sheep", + "ftbquests.chapter.mob_safari.quest54.description1": "\u00267Tip: the sniffer egg is craftable!", + "ftbquests.chapter.mob_safari.quest54.task_4496075018482353874.title": "Sniffer Photo", + "ftbquests.chapter.mob_safari.quest54.title": "Sniffer", + "ftbquests.chapter.mob_safari.quest55.task_7621061223329854925.title": "Snow Golem Photo", + "ftbquests.chapter.mob_safari.quest55.title": "Snow Golem", + "ftbquests.chapter.mob_safari.quest56.task_3811954916556661348.title": "Squid Photo", + "ftbquests.chapter.mob_safari.quest56.title": "Squid", + "ftbquests.chapter.mob_safari.quest57.task_8980744210598611125.title": "Strider Photo", + "ftbquests.chapter.mob_safari.quest57.title": "Strider", + "ftbquests.chapter.mob_safari.quest58.task_3384099064913889422.title": "Tropical Fish Photo", + "ftbquests.chapter.mob_safari.quest58.title": "Tropical Fish", + "ftbquests.chapter.mob_safari.quest59.task_8173784837555787990.title": "Turtle Photo", + "ftbquests.chapter.mob_safari.quest59.title": "Turtle", + "ftbquests.chapter.mob_safari.quest6.task_874911539473621191.title": "Spider Photo", + "ftbquests.chapter.mob_safari.quest6.title": "Spider", + "ftbquests.chapter.mob_safari.quest60.task_3689972004573703426.title": "Villager Photo", + "ftbquests.chapter.mob_safari.quest60.title": "Villager", + "ftbquests.chapter.mob_safari.quest61.description1": "\u00267Tip: an oak or birch tree grown near flowers has a small chance to spawn a beehive!", + "ftbquests.chapter.mob_safari.quest61.task_5922903859006989903.title": "Bee Photo", + "ftbquests.chapter.mob_safari.quest61.title": "Bee", + "ftbquests.chapter.mob_safari.quest62.task_6003122656664405150.title": "Dolphin Photo", + "ftbquests.chapter.mob_safari.quest62.title": "Dolphin", + "ftbquests.chapter.mob_safari.quest63.task_8533728607102685433.title": "Fox Photo", + "ftbquests.chapter.mob_safari.quest63.title": "Fox", + "ftbquests.chapter.mob_safari.quest64.task_2426644530607004924.title": "Goat Photo", + "ftbquests.chapter.mob_safari.quest64.title": "Goat", + "ftbquests.chapter.mob_safari.quest65.task_7632281372321087328.title": "Iron Golem Photo", + "ftbquests.chapter.mob_safari.quest65.title": "Iron Golem", + "ftbquests.chapter.mob_safari.quest66.reward_5070411217558644494.title": "Wash the spit off your face!", + "ftbquests.chapter.mob_safari.quest66.task_6151594406741525419.title": "Llama Photo", + "ftbquests.chapter.mob_safari.quest66.title": "Llama", + "ftbquests.chapter.mob_safari.quest67.task_8391996334368644499.title": "Panda Photo", + "ftbquests.chapter.mob_safari.quest67.title": "Panda", + "ftbquests.chapter.mob_safari.quest68.task_6356092814838542587.title": "Polar Bear Photo", + "ftbquests.chapter.mob_safari.quest68.title": "Polar Bear", + "ftbquests.chapter.mob_safari.quest69.task_5155069369552929707.title": "Wolf Photo", + "ftbquests.chapter.mob_safari.quest69.title": "Wolf", + "ftbquests.chapter.mob_safari.quest7.task_7828452674496297861.title": "Cave Spider Photo", + "ftbquests.chapter.mob_safari.quest7.title": "Cave Spider", + "ftbquests.chapter.mob_safari.quest70.task_6586877749199133229.title": "Zombified Piglin Photo", + "ftbquests.chapter.mob_safari.quest70.title": "Zombified Piglin", + "ftbquests.chapter.mob_safari.quest71.description1": "\u00267Tip: there is a ritual that spawns the Elder Guardian!", + "ftbquests.chapter.mob_safari.quest71.task_1136723065807110792.title": "Elder Guardian Photo", + "ftbquests.chapter.mob_safari.quest71.title": "Elder Guardian", + "ftbquests.chapter.mob_safari.quest72.task_1119603583110664878.title": "Starbuncle Photo", + "ftbquests.chapter.mob_safari.quest72.title": "Starbuncle", + "ftbquests.chapter.mob_safari.quest73.task_1237879032257403086.title": "Wilden Guardian Photo", + "ftbquests.chapter.mob_safari.quest73.title": "Wilden Defender", + "ftbquests.chapter.mob_safari.quest74.task_5793666635438854570.title": "Wilden Pack Hunter Photo", + "ftbquests.chapter.mob_safari.quest74.title": "Wilden Pack Hunter", + "ftbquests.chapter.mob_safari.quest75.task_8789953344793101489.title": "Wilden Stalker Photo", + "ftbquests.chapter.mob_safari.quest75.title": "Wilden Stalker", + "ftbquests.chapter.mob_safari.quest76.task_4116691053894850008.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest76.title": "Drygmy", + "ftbquests.chapter.mob_safari.quest77.task_1018473204252943458.title": "Wilden Chimera Photo", + "ftbquests.chapter.mob_safari.quest77.title": "Wilden Chimera", + "ftbquests.chapter.mob_safari.quest78.task_6004116955135160925.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest78.title": "Whirlisprig", + "ftbquests.chapter.mob_safari.quest79.description1": "\u00267Tip: a spawned siren, not a tamed familiar!", + "ftbquests.chapter.mob_safari.quest79.task_1471670924078031545.title": "Siren Photo", + "ftbquests.chapter.mob_safari.quest79.title": "Siren", + "ftbquests.chapter.mob_safari.quest8.task_4943959340946543881.title": "Enderman Photo", + "ftbquests.chapter.mob_safari.quest8.title": "Enderman", + "ftbquests.chapter.mob_safari.quest80.description1": "I mean. You did a LOT of grinding probably to get here. Also by definition you\u0027ve finished the pack, or good as.", + "ftbquests.chapter.mob_safari.quest80.subtitle": "because why not?", + "ftbquests.chapter.mob_safari.quest80.title": "Safari LEGEND", + "ftbquests.chapter.mob_safari.quest9.task_4733333668196733711.title": "Endermite Photo", + "ftbquests.chapter.mob_safari.quest9.title": "Endermite", + "ftbquests.chapter.mob_safari.title": "Mob Safari", + "ftbquests.chapter.resource_generation.quest1.description1": "\u00266Prosperity Shards\u0026r are the basis of all mystical essence manipulation - very useful for generating large amounts of basic resources.", + "ftbquests.chapter.resource_generation.quest1.description2": "They can be found by breaking down copper nuggets with a pickaxe on a cutting board.", + "ftbquests.chapter.resource_generation.quest1.description3": "\u00267Tip: you can also make prosperity shards in an Enrichment Chamber!", + "ftbquests.chapter.resource_generation.quest10.description1": "With enough inferium, you can craft \u00266Inferium Seeds,\u0026r which grow essence themselves.", + "ftbquests.chapter.resource_generation.quest11.description1": "More potent than regular inferium essence, \u00266Prudentium Essence\u0026r can be used to make some useful essence seeds.", + "ftbquests.chapter.resource_generation.quest11.description2": "Make it by fortifying inferium essence with all four elemental essences in a \u00266Cauldron.\u0026r", + "ftbquests.chapter.resource_generation.quest11.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest18.description1": "The \u00266infusion altar\u0026r and \u00266pedestals\u0026r are required to craft essence seeds.", + "ftbquests.chapter.resource_generation.quest18.description2": "Place the items necessary in the pedestals, then give the altar a redstone signal or a wave of a wand to begin crafting.", + "ftbquests.chapter.resource_generation.quest19.description1": "By breeding \u00266Rocky\u0026r bees together in the nether, they\u0027ll slowly adapt and turn into their nether versions - \u00266Crimson\u0026r and \u00266Warped\u0026r bees. \u00266Cursed\u0026r bees are the hybrid between the two.", + "ftbquests.chapter.resource_generation.quest19.description2": "These bees, twisted by the nether environment, are somewhat aggressive; they\u0027ll harm nearby mobs (including players!)", + "ftbquests.chapter.resource_generation.quest19.task_3895545663253499388.title": "Warped", + "ftbquests.chapter.resource_generation.quest19.task_8052506021592411173.title": "Cursed", + "ftbquests.chapter.resource_generation.quest19.task_891469205622428585.title": "Crimson", + "ftbquests.chapter.resource_generation.quest19.title": "Nether Bees", + "ftbquests.chapter.resource_generation.quest2.description1": "You can place frames into your apiary for bonuses to productivity, lifespan, and even change the temperature and humidity of an apiary. ", + "ftbquests.chapter.resource_generation.quest2.description2": "\u00267Tip: Frame modifiers stack multiplicatively, not additively!\u0026r", + "ftbquests.chapter.resource_generation.quest2.task_1734748989054878453.title": "Any Frame", + "ftbquests.chapter.resource_generation.quest20.description1": "If you\u0027re tired of getting stung by nether bees, try crafting a set of \u00266Apiarist Gear.\u0026r This armor, when worn as a set, will protect you from getting affected by any bees nearby.", + "ftbquests.chapter.resource_generation.quest20.description2": "It\u0027s made of silk, which you can get from propolis (which you can get from simmering combs, among others.)", + "ftbquests.chapter.resource_generation.quest20.title": "Apiarist Gear", + "ftbquests.chapter.resource_generation.quest21.description1": "\u00266Rocky\u0026r and \u00266Robust\u0026r bees are more used to cooler climates, but you can breed better tolerances into them. ", + "ftbquests.chapter.resource_generation.quest21.description2": "Their rocky combs produce much more wax and honey than their wasteland cousins, but more importantly, they can rarely produce \u00266Copper Combs\u0026r as a specialty.", + "ftbquests.chapter.resource_generation.quest21.description3": "\u00267Tip: specialties are only produced when a bee is ecstatic! To make a bee ecstatic, you have to have its housing climate \u0026lexactly\u0026r\u00267 match the bee\u0027s preferred climate. Either breed it so that it prefers the hot dry wastes, or use special frames to adjust the temperature and humidity!", + "ftbquests.chapter.resource_generation.quest21.description4": "\u00267Tip 2: tuff (which you need underneath the apiary to breed these bees!) can be crafted or found underground.", + "ftbquests.chapter.resource_generation.quest21.task_1538674417108678800.title": "Resilient", + "ftbquests.chapter.resource_generation.quest21.task_7190582857068653051.title": "Robust", + "ftbquests.chapter.resource_generation.quest21.task_9033126545582958159.title": "Rocky", + "ftbquests.chapter.resource_generation.quest21.title": "Rocky Bees", + "ftbquests.chapter.resource_generation.quest22.description1": "\u00266Haunted,\u0026r \u00266Ghostly,\u0026r and \u00266Spectral\u0026r bees are an offshoot of nether bees that produce Spectral combs, a relatively honey-rich comb. Additionally, Spectral bees will produce \u00266glowstone\u0026r as a specialty!", + "ftbquests.chapter.resource_generation.quest22.task_3081911043010225060.title": "Haunted", + "ftbquests.chapter.resource_generation.quest22.task_5262672928415792469.title": "Ghostly", + "ftbquests.chapter.resource_generation.quest22.task_8517504769354790857.title": "Spectral", + "ftbquests.chapter.resource_generation.quest22.title": "Spectral Bees", + "ftbquests.chapter.resource_generation.quest23.description1": "\u00266Common\u0026r and \u00266Cultivated\u0026r bees were the most common species in the world that came before, from what you recall.", + "ftbquests.chapter.resource_generation.quest23.task_3642208754252689379.title": "Common", + "ftbquests.chapter.resource_generation.quest23.task_8299291890952022433.title": "Cultivated", + "ftbquests.chapter.resource_generation.quest23.title": "Common Bees", + "ftbquests.chapter.resource_generation.quest24.description1": "These glorious bee comrades ironically despise queens. They are also notable for producing \u00266pollen\u0026r and having \u00266higher than average productivity.\u0026r", + "ftbquests.chapter.resource_generation.quest24.task_2025398279722007265.title": "Industrious", + "ftbquests.chapter.resource_generation.quest24.task_3616071306266700168.title": "Tireless", + "ftbquests.chapter.resource_generation.quest24.task_8393881405903593674.title": "Diligent", + "ftbquests.chapter.resource_generation.quest24.title": "Industrious Bees", + "ftbquests.chapter.resource_generation.quest25.description1": "Somewhat snooty and famously literally blue-blooded, these bees can produce \u00266Royal Combs\u0026r when ecstatic. These combs can then centrifuge into \u00266Royal Jelly.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description2": "They also have a \u00266higher than average fertility rate.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description3": "\u00267Tip: Imperial bees have the Beatific effect, which provides all mobs nearby with regeneration!", + "ftbquests.chapter.resource_generation.quest25.task_6398361437915986421.title": "Noble", + "ftbquests.chapter.resource_generation.quest25.task_7062842366521447494.title": "Imperial", + "ftbquests.chapter.resource_generation.quest25.task_753059639095222795.title": "Majestic", + "ftbquests.chapter.resource_generation.quest25.title": "Imperial Bees", + "ftbquests.chapter.resource_generation.quest26.description1": "The \u00266Mellarium\u0026r is a multiblock version of the apiary, with the ability to add modules that can help you in a variety of ways.", + "ftbquests.chapter.resource_generation.quest26.description2": "The most concrete thing a Mellarium can do is give you more than three frame slots, using \u00266Frame Housings.\u0026r This means you can get, in the best case, \u0026l\u0026oSTACKS\u0026r of combs every bee tick.", + "ftbquests.chapter.resource_generation.quest26.description3": "You can also increase your chances of getting a mutation, shield your bees from rain, and change the climate using catalyst items.", + "ftbquests.chapter.resource_generation.quest26.description4": "\u00267Tip: read your Apiarist Field Guide for more information!", + "ftbquests.chapter.resource_generation.quest26.title": "The Mellarium", + "ftbquests.chapter.resource_generation.quest27.description1": "Once you start getting propolis, you can start \u00266upgrading\u0026r your \u00266Centrifuges\u0026r and \u00266Generators\u0026r - each upgrade has different stats, and you can put up to three in your machines.", + "ftbquests.chapter.resource_generation.quest27.description2": "Like frames, these upgrades stack multiplicatively.", + "ftbquests.chapter.resource_generation.quest27.description3": "\u00267Tip: the earliest ways to get propolis are through nether bees or rocky bees!", + "ftbquests.chapter.resource_generation.quest27.task_7611771532993062026.title": "Any Upgrade", + "ftbquests.chapter.resource_generation.quest27.title": "Upgrades", + "ftbquests.chapter.resource_generation.quest28.description1": "At some point you\u0027ll have more honey (and other bee products) than you know what to do with. ", + "ftbquests.chapter.resource_generation.quest28.description2": "If nothing else, you can burn them for energy in the \u00266Honey Generator!\u0026r", + "ftbquests.chapter.resource_generation.quest29.description1": "An interesting thing about these bees is that there\u0027s no way to get more than one queen out of a breeding pair. Fortunately, you can perform a ritual to summon \u00266more bee nests\u0026r through magic and some special ingredients.", + "ftbquests.chapter.resource_generation.quest29.description2": "Read your Reclamation Rituals book for more information.", + "ftbquests.chapter.resource_generation.quest29.title": "More Nests", + "ftbquests.chapter.resource_generation.quest3.description1": "You\u0027ve noticed some beehives dotted around. Maybe you can try to domesticate them?", + "ftbquests.chapter.resource_generation.quest3.description2": "You\u0027ll need a tool to harvest the nests and a place to raise the bees.", + "ftbquests.chapter.resource_generation.quest3.description3": "\u00267Tip: not every bee is required to finish the pack! Branching out from the required bees will allow you to generate resources much easier than the traditional routes, however.", + "ftbquests.chapter.resource_generation.quest3.title": "Beeginnings", + "ftbquests.chapter.resource_generation.quest30.description1": "Certain bees can produce straight up raw metals from certain rocks!", + "ftbquests.chapter.resource_generation.quest30.task_1055543042056575718.title": "Cuprous", + "ftbquests.chapter.resource_generation.quest30.task_2417461944780662004.title": "Osimum", + "ftbquests.chapter.resource_generation.quest30.task_4765395095236658823.title": "Radioactive", + "ftbquests.chapter.resource_generation.quest30.task_5074021897861698803.title": "Precious", + "ftbquests.chapter.resource_generation.quest30.task_5533305920955437908.title": "Ferrous", + "ftbquests.chapter.resource_generation.quest30.task_6870748623537125703.title": "Argentum", + "ftbquests.chapter.resource_generation.quest30.task_766783682761833592.title": "Zincum", + "ftbquests.chapter.resource_generation.quest30.task_8469594533203667582.title": "Stannum", + "ftbquests.chapter.resource_generation.quest30.task_9085151875040480342.title": "Plumbum", + "ftbquests.chapter.resource_generation.quest30.title": "Metal Bees", + "ftbquests.chapter.resource_generation.quest31.description1": "Certain bees can produce raw minerals from their environment!", + "ftbquests.chapter.resource_generation.quest31.task_1818325150934700666.title": "Emeradic", + "ftbquests.chapter.resource_generation.quest31.task_2840825311361710213.title": "Lapic", + "ftbquests.chapter.resource_generation.quest31.task_3358109104860624142.title": "Fluorite", + "ftbquests.chapter.resource_generation.quest31.task_3719081351633839622.title": "Bituminous", + "ftbquests.chapter.resource_generation.quest31.task_4463225001103591989.title": "Silicate", + "ftbquests.chapter.resource_generation.quest31.task_5231403782456047002.title": "Dimantic", + "ftbquests.chapter.resource_generation.quest31.task_5480192077480458536.title": "Luminous", + "ftbquests.chapter.resource_generation.quest31.task_6963870120953273988.title": "Amethyst", + "ftbquests.chapter.resource_generation.quest31.task_7118701806962971116.title": "Quartz", + "ftbquests.chapter.resource_generation.quest31.task_7148838165140607695.title": "Conductive", + "ftbquests.chapter.resource_generation.quest31.title": "Mineral Bees", + "ftbquests.chapter.resource_generation.quest32.description1": "Stronger than Prudentium, \u00266Tertium\u0026r is necessary for all kinds of metallic essence seeds.", + "ftbquests.chapter.resource_generation.quest32.description2": "Make it using a \u00266Runic Altar\u0026r or \u00266Terrestrial Agglomeration Plate.\u0026r", + "ftbquests.chapter.resource_generation.quest32.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest32.description4": "\u00267Tip 2: a potency lens would make the altar process much faster!", + "ftbquests.chapter.resource_generation.quest33.description1": "\u00266Imperium\u0026r is the penultimate tier of essence, requiring combining the power of \u00265Source\u0026r and Tertium Essence.", + "ftbquests.chapter.resource_generation.quest33.description2": "It can be made using an \u00266Imbuement Chamber.\u0026r", + "ftbquests.chapter.resource_generation.quest33.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest34.description1": "\u00266Supremium\u0026r is the highest tier of essence, used for crafting the highest tier of mystical equipment and seeds.", + "ftbquests.chapter.resource_generation.quest34.description2": "Anoint Imperium with life essence to create it.", + "ftbquests.chapter.resource_generation.quest34.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest35.description1": "These bees can produce magical products. Some of them, like the \u00266Natural\u0026r bee, have special effects!", + "ftbquests.chapter.resource_generation.quest35.description2": "Additionally, the Natural bee produces some small amount of \u00266Nature Essence\u0026r if kept ecstatic.", + "ftbquests.chapter.resource_generation.quest35.task_2760367059321888447.title": "Dawnstone", + "ftbquests.chapter.resource_generation.quest35.task_4095918579037388131.title": "Willful", + "ftbquests.chapter.resource_generation.quest35.task_417359132698374078.title": "Botanic", + "ftbquests.chapter.resource_generation.quest35.task_4623337291104132366.title": "Demonite", + "ftbquests.chapter.resource_generation.quest35.task_5288388297853031166.title": "Terra", + "ftbquests.chapter.resource_generation.quest35.task_5373973326405937422.title": "Natural", + "ftbquests.chapter.resource_generation.quest35.task_7910365384265410324.title": "Source", + "ftbquests.chapter.resource_generation.quest35.title": "Magical Bees", + "ftbquests.chapter.resource_generation.quest37.description1": "\u00267Tip: you\u0027ll need to breed Nature bees to get your first bits of nature essence!", + "ftbquests.chapter.resource_generation.quest4.description1": "Now pop a \u00266princess and drone into an apiary,\u0026r and watch the magic happen! Bees can generate some \u00266very useful resources\u0026r in their combs; initially, though, you\u0027ll have to process said combs on \u00266a cutting board.\u0026r", + "ftbquests.chapter.resource_generation.quest4.description2": "At first, you\u0027ll only get beeswax and honey drops, alongside some dead logs...", + "ftbquests.chapter.resource_generation.quest4.description3": "\u00267Tip: wasteland bees (and desiccated and dried bees) need dead bushes as their \u0027flowers\u0027!", + "ftbquests.chapter.resource_generation.quest4.title": "Beesources", + "ftbquests.chapter.resource_generation.quest5.description1": "By continuously re-breeding \u00266Wasteland\u0026r bees together, you can start to slowly revitalize them. \u00266Desiccated\u0026r and \u00266Dried\u0026r bees are slightly better, with a higher productivity and lifespan - meaning less maintenance and more combs!", + "ftbquests.chapter.resource_generation.quest5.task_3134995966104364628.title": "Dried", + "ftbquests.chapter.resource_generation.quest5.task_7818871944295114422.title": "Desiccated", + "ftbquests.chapter.resource_generation.quest5.title": "Reclaimed Bees", + "ftbquests.chapter.resource_generation.quest6.description1": "At some point, you\u0027ll want to take a closer look at your bees - the \u00266Analyzer\u0026r allows you to examine what genes exactly any given bee has, for the low cost of a single honey drop.", + "ftbquests.chapter.resource_generation.quest6.description2": "The \u00266Apid Library\u0026r shows you what mutations you can create with a bee\u0027s species.", + "ftbquests.chapter.resource_generation.quest6.description3": "The \u00266Microscope\u0026r allows you to research bee species, giving you a higher chance to mutate bees into a researched species.", + "ftbquests.chapter.resource_generation.quest6.description4": "\u00267Tip: the Microscope is a great way to get rid of unnecessary drones you have! Read the Apiarist Field Guide for more info on it.", + "ftbquests.chapter.resource_generation.quest6.title": "Tools of the Trade", + "ftbquests.chapter.resource_generation.quest67.description1": "\u00266Growth Accelerators\u0026r grow the crop above them faster. Higher tiers have higher ranges, meaning you can stack more underneath your farmland!", + "ftbquests.chapter.resource_generation.quest68.description1": "Essence infused watering cans can water a larger area faster.", + "ftbquests.chapter.resource_generation.quest7.description1": "If you want to process your combs more efficiently, you\u0027ll want to make a \u00266Centrifuge.\u0026r Powered by a generator, it automatically turns combs into comb products - no more manual chopping!", + "ftbquests.chapter.resource_generation.quest7.title": "Comb Processing ", + "ftbquests.chapter.resource_generation.quest73.description1": "\u00267Tip: unlimited wadduh", + "ftbquests.chapter.resource_generation.quest8.description1": "All essence seeds need to grow on specially prepared \u00266Essence Farmland.\u0026r", + "ftbquests.chapter.resource_generation.quest8.description2": "You can obtain your first bits of \u00266Inferium Essence\u0026r from killing mobs.", + "ftbquests.chapter.resource_generation.quest8.description3": "\u00267Tip: higher tier essence farmland will grow essence crops slightly faster!", + "ftbquests.chapter.resource_generation.quest9.description1": "These first elemental seeds don\u0027t have very many direct crafting uses, but are an important stepping stone to bigger and better things.", + "ftbquests.chapter.resource_generation.quest9.description2": "\u00267Tip: essence seeds aren\u0027t cloneable, meaning you\u0027ll need two or more to actually start increasing their stats!", + "ftbquests.chapter.resource_generation.quest9.title": "Elemental Seeds", + "ftbquests.chapter.resource_generation.title": "Resource Generation", + "ftbquests.chapter.the_color_green.quest1.description1": "You\u0027ve done it! You finally have grass. It\u0027s not exactly green, but you can \u00266bonemeal\u0026r a large area of it and \u00266get flowers!\u0026r", + "ftbquests.chapter.the_color_green.quest1.title": "Grass!", + "ftbquests.chapter.the_color_green.quest10.description1": "The \u00266Natural Altar\u0026r is a very important tool in the manipulation of natural energies.", + "ftbquests.chapter.the_color_green.quest10.description2": "Once the altar is fully built, it will drain \u00266aura\u0026r from its surroundings. It will then use those energies to \u00266transform items put into it.\u0026r ", + "ftbquests.chapter.the_color_green.quest10.description3": "You should also look into creating the \u00266Environmental Eye\u0026r - a very useful device that shows you the level of aura in the nearby area.", + "ftbquests.chapter.the_color_green.quest10.task_4749334638074014910.title": "Any Planks", + "ftbquests.chapter.the_color_green.quest10.title": "Natural Altar", + "ftbquests.chapter.the_color_green.quest11.description1": "Infusing iron in the Natural Altar creates, funnily enough, \u00266Infused Iron Ingots.\u0026r These have a wide variety of uses, but chief among them are some very nice tools and armor, with \u00266special abilities\u0026r and the unique property of being \u00266repairable using Aura.\u0026r", + "ftbquests.chapter.the_color_green.quest11.title": "Infused Iron", + "ftbquests.chapter.the_color_green.quest12.description1": "Extremely malleable, \u00266Andesite Alloy\u0026r is a crucial component of contraptions to come.", + "ftbquests.chapter.the_color_green.quest12.description2": "\u00267Tip: very small amounts of Create are needed to finish the pack, but you won\u0027t have to get too deep into it!", + "ftbquests.chapter.the_color_green.quest13.description1": "The Natural Altar requires aura in the surrounding area to function. It won\u0027t ever take the aura to a negative level, but it will \u00264stop working completely if the aura is low enough,\u0026r which means you\u0027ll need a way of replenishing it.", + "ftbquests.chapter.the_color_green.quest13.description2": "\u00266Ancient Saplings\u0026r are the most basic way to do this; once grown, if the area\u0027s aura is low enough, the tree\u0027s leaves will \u00264slowly wither away,\u0026r \u00266producing aura in the process.\u0026r", + "ftbquests.chapter.the_color_green.quest13.title": "Creating Aura", + "ftbquests.chapter.the_color_green.quest14.description1": "An excess of aura generates flowers - and this device can turn \u00266flowers into an excess of aura!\u0026r Make sure you feed it a \u00266balanced diet of different flowers,\u0026r though; too much of the same flower and it starts to give you \u00264diminishing returns.\u0026r", + "ftbquests.chapter.the_color_green.quest14.description2": "\u00267Tip: if the aura in an area is high enough, it\u0027ll charge aura caches! Crouch with a botanist tool (made from infused iron) to repair them with an aura cache in your inventory.", + "ftbquests.chapter.the_color_green.quest15.description1": "Mana\u0027s not very useful without ways to generate and move it! Starting out, your best source of mana is going to be the \u00266Endoflame.\u0026r", + "ftbquests.chapter.the_color_green.quest15.description2": "\u00267Tip: you can use the Wand of the Forest to bind the spreader to flowers and pools.", + "ftbquests.chapter.the_color_green.quest15.description3": "\u00267Tip 2: using a pressure plate but it\u0027s not working? Open your OPAC keybind (default [\u0027]) to turn off the Prot. Plates from Other setting!", + "ftbquests.chapter.the_color_green.quest15.task_4041437535513982933.title": "Wand of the Forest", + "ftbquests.chapter.the_color_green.quest15.title": "Generating Mana", + "ftbquests.chapter.the_color_green.quest16.description1": "Now that you have a more robust source of aura, you can put it to more use - a \u00266crumbling catalyst,\u0026r when placed on top of one of the lower four golden blocks of a natural altar, can crush things much more finely than you can by hand. It can get you \u00266more bone meal per bone, more gold powder per leaf, and even turn cobblestone into sand!\u0026r", + "ftbquests.chapter.the_color_green.quest17.description1": "There are a few items you can place on top of your altar to increase its capacity and recharge rate:", + "ftbquests.chapter.the_color_green.quest17.description2": "\u00266Torch:\u0026r +0.5x recharge rate", + "ftbquests.chapter.the_color_green.quest17.description3": "\u00266Skeleton Skull/Husk Head:\u0026r +1x recharge rate, +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description4": "\u00266Chalice:\u0026r +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description5": "Eventually, you can replace the torch with a candelabra, the skeleton skull with a wither skeleton or player skull, and the chalice with a filled chalice for even more recharge rate and capacity.", + "ftbquests.chapter.the_color_green.quest17.task_4639929492764668107.title": "Head Upgrade", + "ftbquests.chapter.the_color_green.quest17.title": "Altar Upgrades", + "ftbquests.chapter.the_color_green.quest18.description1": "Attuned stones are a very important part of witchcraft - not only do they let you \u00266craft necessary workstations,\u0026r they also give you the ability to perform certain rites \u00266without the need of an altar,\u0026r once charged!", + "ftbquests.chapter.the_color_green.quest18.description2": "\u00267Please note that this recipe needs altar power! Make sure your cauldron is within range of your altar!", + "ftbquests.chapter.the_color_green.quest19.description1": "If the \u00266Altar\u0026r is the backbone of witchcraft, the \u00266Distillery, Kettle,\u0026r and \u00266Spinning Wheel \u0026rare its phalanges. ", + "ftbquests.chapter.the_color_green.quest19.description2": "...strange metaphors aside, these blocks allow you to craft a wide variety of \u00266witchy goodies.\u0026r They will need to be placed within range of an altar, if their recipes require power.", + "ftbquests.chapter.the_color_green.quest19.title": "Tools of the Trade", + "ftbquests.chapter.the_color_green.quest2.description1": "Now that you have actual plants available, you can start to harness their latent life-energy to power rituals. To start, you\u0027ll have to create a structure capable of collecting it - an \u00266Altar\u0026r should do well here. Place your Altar blocks in a 2x3 rectangle and it should start collecting power!", + "ftbquests.chapter.the_color_green.quest2.description2": "The more \u00266plantlife\u0026r there is around the\u00266 Altar,\u0026r the more power you can store. This includes \u00266trees, grass, flowers, crops, vines, pumpkins, melons, and more!\u0026r", + "ftbquests.chapter.the_color_green.quest2.description3": "\u00267Tip: the altar has a range of 16 blocks! There is a cap to each kind of plantlife nearby as well, so make sure the surroundings are varied.", + "ftbquests.chapter.the_color_green.quest2.title": "Altar", + "ftbquests.chapter.the_color_green.quest20.description1": "An apparatus perfect for channelling large amounts of mana into collections of objects, the \u00266Runic Altar\u0026r will (obviously) let you make runes.", + "ftbquests.chapter.the_color_green.quest20.description2": "\u00267Tip: with the altar, if you don\u0027t have them already, you can craft mystical flower seeds!", + "ftbquests.chapter.the_color_green.quest21.description1": "Ember item and fluid pipes are relatively basic, but at this point in time they\u0027re fairly decent for small-scale operations. Pipes need extractors to pull items into them, and extractors need a redstone signal to be activated. There are a few other quirks to the system, all of which are explained in your \u00266Ancient Codex.", + "ftbquests.chapter.the_color_green.quest21.description2": "\u00267Note - basically everything in Embers needs a redstone signal to activate, so get ready to place plenty of levers!", + "ftbquests.chapter.the_color_green.quest21.title": "Dwarven Logistics", + "ftbquests.chapter.the_color_green.quest22.description1": "Now that you have some Ember, you\u0027ll need to turn it into useable energy somehow.", + "ftbquests.chapter.the_color_green.quest22.description2": "The\u00266 Ember Activator\u0026r turns solid Ember into \u00266Activated Ember;\u0026r pipe crystals and shards into the bottom, and attach an \u00266Ember Emitter to the top\u0026r to output \u00266Activated Ember.\u0026r ", + "ftbquests.chapter.the_color_green.quest22.description3": "Use a Tinker\u0027s Hammer on the emitter to link it to a receptor, give it a redstone signal, and you\u0027re transmitting Activated Ember!", + "ftbquests.chapter.the_color_green.quest22.description4": "\u00267Note that Ember Grit doesn\u0027t normally produce Activated Ember; you\u0027ll have to add a \u00266Heat Exchanger\u00267 to an activator to get energy out of it (which multiplies all ember production by 0.9x, but adds a flat +300 to all items production!)", + "ftbquests.chapter.the_color_green.quest22.title": "Activating Ember", + "ftbquests.chapter.the_color_green.quest23.description1": "One of the main ways to channel altar power is through the practice of \u00266circle magic.\u0026r Each ritual has a gold chalk glyph at its center, but the placement of other chalk glyphs changes depending on what kind of ritual you want to perform!", + "ftbquests.chapter.the_color_green.quest23.description2": "Most rituals can target a remote area using a waystone (blooded or otherwise), and some rituals can even be performed away from the altar by adding a charged attuned stone to them!\u00266 Read through the two reward books to find out what rituals you can perform.\u0026r", + "ftbquests.chapter.the_color_green.quest23.description3": "\u00267Tip: the rite of fertility is a cheap, easy way to mass bonemeal grass, crops or anything else!", + "ftbquests.chapter.the_color_green.quest23.title": "Circle Magic", + "ftbquests.chapter.the_color_green.quest24.description1": "You\u0027ll want to make a \u00266Copper Cell\u0026r to \u00266store your activated ember\u0026r - it works as a kind of \u0027battery\u0027 for the mystical energy.", + "ftbquests.chapter.the_color_green.quest24.description2": "To see how much ember is in the cell, place an \u00266Ember Dial\u0026r on it.", + "ftbquests.chapter.the_color_green.quest24.title": "Storing Ember", + "ftbquests.chapter.the_color_green.quest25.description1": "Ember is capable of melting metals and other items in the creatively-named \u00266Melter\u0026r - feed the bottom half ember, feed the top half items to melt, and you can extract molten metals from the top half.", + "ftbquests.chapter.the_color_green.quest25.description2": "This molten metal can be formed into a variety of shapes in a \u00266Stamper;\u0026r place the \u00266Stamp Base,\u0026r then the \u00266Stamper above it with a one-block gap\u0026r of air. Give the Stamper ember and a stamp, pipe molten metal into the base, and presto! Stamped and cooled metal products! ", + "ftbquests.chapter.the_color_green.quest25.description3": "Notably, you can use this process to \u00266produce plates more efficiently.\u0026r", + "ftbquests.chapter.the_color_green.quest25.title": "Melting and Stamping", + "ftbquests.chapter.the_color_green.quest26.description1": "By piping molten copper and gold into \u0026odifferent sides\u0026r of the bottom of a \u00266Mixer Centrifuge,\u0026r (along with some ember) you can combine them into a strong, ember-aligned metal called \u00266Dawnstone.\u0026r Pipe it out of the top and stamp it into ingots or plates!", + "ftbquests.chapter.the_color_green.quest26.description2": "\u00267Tip: use your Tinker\u0027s Lens to see what\u0027s going on in the mixer!", + "ftbquests.chapter.the_color_green.quest26.title": "Dawnstone", + "ftbquests.chapter.the_color_green.quest27.description1": "The Andesite Casing is a crucial part of any kind of mechanical apparatus.", + "ftbquests.chapter.the_color_green.quest28.description1": "For more advanced ember crafting, a special setup is required. An \u00266exchange tablet\u0026r with some \u00266pedestals\u0026r around it, when struck with a \u00266beam cannon pulse,\u0026r will transmute the center item into a new result item.", + "ftbquests.chapter.the_color_green.quest28.description2": "There is one complication, though. The pedestals need \u00266aspectii\u0026r to be placed on them, and you aren\u0027t sure which aspectii go with which items! The only way to find out is through experiementation - if the transmutation fails, it will produce \u0026balchemical waste.\u0026r When held and right clicked, the waste will reveal a number of \u00266glowing spots,\u0026r which tell you the number of \u00266aspectus/item combinations you got right.\u0026r", + "ftbquests.chapter.the_color_green.quest28.title": "Energetic Alchemy", + "ftbquests.chapter.the_color_green.quest29.description1": "Using the power of mana and a pumpkin, you think you can create a \u00266Fel Pumpkin\u0026r - a weak imitation of a blaze head. Pop this magically-charged head on top of two iron bars, and it\u0027ll turn into a passable facsimile of a blaze.", + "ftbquests.chapter.the_color_green.quest29.description2": "This imitation blaze always drops at least \u0026610 blaze powder.\u0026r This blaze powder can be spun into brilliant fiber, or distilled into more useful dusts!", + "ftbquests.chapter.the_color_green.quest29.description3": "\u00267Tip: you can capture an imitation blaze in the Blaze Burner!", + "ftbquests.chapter.the_color_green.quest29.title": "Knockoff Blazes", + "ftbquests.chapter.the_color_green.quest3.description1": "Using dye from the flowers you can get by \u00266bonemealing grass,\u0026r you can craft a special kind of fertilizer that can coax \u00266mystical flowers\u0026r to life.", + "ftbquests.chapter.the_color_green.quest3.description2": "\u00267Tip: you can also get mystical flower seeds through crossbreeding!", + "ftbquests.chapter.the_color_green.quest30.description1": "There are a few other ways you can process materials using andesite-based machinery; namely, \u00266compacting, pressing, and mixing\u0026r You\u0027ll need to find some way to capture a fire elemental if you want to expand your repertoire, though; \u0026bmaybe mana can help you somehow?\u0026r", + "ftbquests.chapter.the_color_green.quest30.title": "Mechanical Crafting", + "ftbquests.chapter.the_color_green.quest31.description1": "By blowing air through certain things, you can blast, smoke, wash, or \u00266haunt\u0026r items. This means you have access to essentially free bulk smelting!", + "ftbquests.chapter.the_color_green.quest31.description2": "More importantly, though - now that you can haunt items, you can make \u00266blackstone\u0026r by \u00266haunting\u0026r cobblestone, a crucial component of the \u00266Reformation Array.\u0026r", + "ftbquests.chapter.the_color_green.quest31.title": "Moving Air", + "ftbquests.chapter.the_color_green.quest32.description1": "Alchemical reformation is the process of \u00266turning one alchemical sulfur into another\u0026r - initially, you\u0027ll only be able to convert sulfurs of the \u00266same tier and type\u0026r to each other \u00266(like iron sulfur into lead sulfur!) \u0026r", + "ftbquests.chapter.the_color_green.quest32.description2": "To set up the reformation array, place down the target, source, and result pedestals somewhat near each other. Hold the sulfuric flux emitter and right click each pedestal, then place it on the mercury catalyst. ", + "ftbquests.chapter.the_color_green.quest32.description3": "Put mercury in the mercury catalyst, the target sulfur in the target pedestal, and the sulfur to convert in the source pedestal. Give it a moment, and you\u0027ll start converting the source sulfur into the target sulfur!", + "ftbquests.chapter.the_color_green.quest32.title": "Alchemical Reformation", + "ftbquests.chapter.the_color_green.quest33.description1": "A mechanical pump is capable of pumping liquids in the world into pipes when given mechanical power - \u00266it is much faster than the ember-fueled one!", + "ftbquests.chapter.the_color_green.quest34.description1": "The \u00266Rod of the Lands\u0026r can corporealize a tiny portion of mana into a full dirt block!", + "ftbquests.chapter.the_color_green.quest34.title": "(almost) Free Dirt", + "ftbquests.chapter.the_color_green.quest35.description1": "Carrying mana around with you enables you to use a plethora of bits and baubles. To transfer mana from a pool into the tablet, make sure the pool is on \u0027charge\u0027 mode by hovering over it with a wand of the forest.", + "ftbquests.chapter.the_color_green.quest35.title": "Portable Mana", + "ftbquests.chapter.the_color_green.quest36.description1": "Turn your mana tablet into a ring to store mana on-the-go \u00266without taking up an inventory slot!\u0026r", + "ftbquests.chapter.the_color_green.quest37.description1": "By attaching a mana rune to a manasteel ring, you can (VERY slowly) pull ambient mana into a mana storage device on your person, \u00266for free!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description1": "Distilling blaze powder and gunpowder together in a Distillery will grant you access to \u00266glowstone!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description2": "Getting \u00266redstone\u0026r is similar, using cinder flour in place of gunpowder.", + "ftbquests.chapter.the_color_green.quest38.description3": "\u00267Tip: you can also make glowstone and redstone with strength and night vision potions - it\u0027s up to you whether you want to take the Enchanted or Create route for these!\u0026r", + "ftbquests.chapter.the_color_green.quest38.title": "Useful Dusts", + "ftbquests.chapter.the_color_green.quest39.description1": "Once you have a pump, you can create a \u00266Spout\u0026r to dispense liquid onto items - this is a possible way to make \u00266glowstone or redstone,\u0026r if you\u0027re willing to set up the infrastructure.", + "ftbquests.chapter.the_color_green.quest4.description1": "The \u00266Pure Daisy\u0026r can, as its name implies, purify nearby objects. The most important things you should start with are \u00266logs and stone,\u0026r but there are a few other things you can purify as well!", + "ftbquests.chapter.the_color_green.quest4.description2": "Simply place the petal apothecary down, fill it with water, then toss in the petals and finally a seed!", + "ftbquests.chapter.the_color_green.quest4.description3": "\u00267Tip: check the usages of the Pure Daisy to see what else it can transform.", + "ftbquests.chapter.the_color_green.quest4.title": "Pure Daisy", + "ftbquests.chapter.the_color_green.quest40.description1": "The \u00266Alchemy Catalyst\u0026r allows you to use the power of mana to transmute a wide variety of items. Place it under a mana pool to start alchemizing!", + "ftbquests.chapter.the_color_green.quest40.description2": "You\u0027ll be able to convert flowers into other flowers, stone variants into other stone variants, flint into gunpowder (and vice versa), and ghast tears into ender pearls!", + "ftbquests.chapter.the_color_green.quest40.description3": "\u00266Notably, it lets you turn flax into feathers, necessary for tokens of fear.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description1": "The \u00266transmutation catalyst\u0026r modifies the natural altar to convert items into other items using Aura. Similar to the crumbling catalyst, it must be placed \u00266atop one of the four lower gold blocks of the altar.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description2": "The most immediately useful transmutation is that of \u00266sand into soul sand,\u0026r which will allow you to haunt things using the encased fan, as well as grow nether wart!", + "ftbquests.chapter.the_color_green.quest41.description3": "You can also convert netherrack into crimson and warped nylium.", + "ftbquests.chapter.the_color_green.quest42.description1": "The \u00266Millstone\u0026r can crush cobble into gravel, bones into bone meal, and a variety of plants into their respective dyes at a much higher rate of return.", + "ftbquests.chapter.the_color_green.quest43.description1": "The \u00266Codebreaking Slate\u0026r is very handy - you can put multiple pieces of alchemical waste into it and it will show you how many aspectus/item combinations you got right! It will also show you how many correct aspectii you have placed with the wrong items.", + "ftbquests.chapter.the_color_green.quest44.description1": "Your first \u00266archaic brick\u0026r can be made by infusing a regular brick with tainted gold and infused iron. Once you have one, you can use it to make more by simply infusing it with \u00266more clay and soul sand.\u0026r", + "ftbquests.chapter.the_color_green.quest45.description1": "The \u00266Mnemonic Inscriber\u0026r, when attached to an Exchange Tablet and given paper, will automatically write down the correct combination of aspectii for a given transmutation when you successfully complete one.", + "ftbquests.chapter.the_color_green.quest46.description1": "You can convert between sulfurs of the same type and rarity using the reformation array, but if you want to convert between different types (and the same rarity), you\u0027ll want to make \u00266Alchemical Niter\u0026r in a \u00266Fermentation Vat.\u0026r", + "ftbquests.chapter.the_color_green.quest46.description2": "Place \u00266water, sugar, and the sulfur\u0026r you want to ferment into the vat, then \u00266shift-right-click it to close it\u0026r and start the fermentation process. Once the barrel opens again, your fermentation is done, and you can take out your shiny new Niter!", + "ftbquests.chapter.the_color_green.quest46.description3": "Alchemical Niter can be converted in the \u00266Reformation Array\u0026r similar to how you convert sulfur - note, however, that depending on what type you\u0027re converting to, you will produce or require \u00266more than one niter!\u0026r", + "ftbquests.chapter.the_color_green.quest46.title": "Alchemical Conversion", + "ftbquests.chapter.the_color_green.quest47.description1": "The \u00266digestion vat\u0026r lets you \u00266convert sulfurs between rarities!\u0026r Place some niter and sal ammoniac (and if you\u0027re converting up, some alchemically pure gold) into it, and shift-right-click the vat to start the process! \u00266Four of the previous tier converts into one of the next tier, and vice versa.\u0026r", + "ftbquests.chapter.the_color_green.quest47.description2": "This (in combination with the fermentation vat) allows you to convert iron sulfur into common metal niter, down into four abundant metal niter, into four copper sulfur - that\u0027s \u00266FOUR copper per iron!\u0026r", + "ftbquests.chapter.the_color_green.quest47.description3": "This is a metal loop you could try automating...", + "ftbquests.chapter.the_color_green.quest47.description4": "\u00267Tip: you can start and stop the vats using a redstone signal!\u0026r", + "ftbquests.chapter.the_color_green.quest47.title": "Alchemical Exaltation", + "ftbquests.chapter.the_color_green.quest48.description1": "The \u00266Offering Table\u0026r is a special altar that will allow you to convert items into special empowered versions of themselves, most notably tokens and nature-infused ingots.", + "ftbquests.chapter.the_color_green.quest48.description2": "To use it, simply place whatever you want to infuse into it by right-clicking, then throw a \u00266Spirit of Calling\u0026r onto the altar to activate it.", + "ftbquests.chapter.the_color_green.quest48.description3": "\u00267Tip: You can convert more than one item at a time, using only one spirit of calling!\u0026r", + "ftbquests.chapter.the_color_green.quest48.description4": "\u00267Tip 2: this is a multiblock! Check your Book of Natural Aura to see how to build it.", + "ftbquests.chapter.the_color_green.quest49.description1": "You can capture a summoned blaze into a magicked cage. This cage, when placed under a basin, will let you brew potions more efficiently than a brewing stand.", + "ftbquests.chapter.the_color_green.quest5.description1": "Combining the nature-infused iron and some metaphysical heat and structure (courtesy of \u00266nether bricks\u0026r and a \u00266spruce sapling,\u0026r respectively), you can rearrange the latent potential of the metal to turn it into lead!", + "ftbquests.chapter.the_color_green.quest5.description2": "Vastly useful in a variety of mechanical applications, lead is a great first step to leveraging either \u00266raw mechanical power\u0026r or \u00266Ember\u0026r in your pursuits.", + "ftbquests.chapter.the_color_green.quest5.description3": "\u00267Tip: the ancient codex is a little confusing at first, but it will guide you through the Embers mod! Start at Natural Energy, right click entries to mark them as read, and make sure you \u0026lREAD CAREFULLY!", + "ftbquests.chapter.the_color_green.quest5.description4": "\u00267Tip 2: you can use Theurgy to triple ingot output from raw ores!", + "ftbquests.chapter.the_color_green.quest50.description1": "This is it. Using the power of the \u00266Offering Altar,\u0026r and some magically significant materials, you can create the basis of real, sentient life - chicken eggs.", + "ftbquests.chapter.the_color_green.quest50.subtitle": "Well, debatably", + "ftbquests.chapter.the_color_green.quest50.title": "Sentient Life", + "ftbquests.chapter.the_color_green.quest51.description1": "With runes, there are a few other options you have for generating mana:", + "ftbquests.chapter.the_color_green.quest51.description2": "* A \u00266Thermalily\u0026r generates bursts of mana using lava, but will consume lava for no gain if you give it lava too often", + "ftbquests.chapter.the_color_green.quest51.description3": "* An \u00266Entropinnyum\u0026r consumes TNT explosions (and is one of the best generating flowers in the game), but too often and it\u0027ll just blow itself up", + "ftbquests.chapter.the_color_green.quest51.description4": "* A \u00266Munchdew\u0026r consumes leaves, but does not drop saplings.", + "ftbquests.chapter.the_color_green.quest51.description5": "\u00267Tip: some flowers will generate too much mana for a basic spreader! You can use potency and velocity lenses to stretch this, but eventually, you\u0027ll need better spreaders...\u0026r", + "ftbquests.chapter.the_color_green.quest51.title": "Alternative Mana Sources", + "ftbquests.chapter.the_color_green.quest52.description1": "Now that you can turn sulfurs into other sulfurs, you can manually reconstitute \u00266silver sulfur\u0026r and use the \u00266Reformation Array\u0026r to turn gold sulfur into silver sulfur without having to re-make the sulfur over and over again!", + "ftbquests.chapter.the_color_green.quest52.description2": "\u00267Tip: sulfur sulfur sulfur sulfur\u0026r", + "ftbquests.chapter.the_color_green.quest52.title": "Moon Metal", + "ftbquests.chapter.the_color_green.quest53.description1": "The \u00266Wildfire Core\u0026r is a key piece of some advanced dwarven machinery.", + "ftbquests.chapter.the_color_green.quest54.description1": "The \u00266Wildfire Stirling,\u0026r when attached to machines and supplied with steam, increases the efficiency of their ember usage.", + "ftbquests.chapter.the_color_green.quest54.description2": "The first one cuts usage in half, the second one halves it again, and any more decrease the efficiency.", + "ftbquests.chapter.the_color_green.quest55.description1": "The \u00266Ignem Reactor\u0026r is the ultimate solution to high ember requirements - when placed between a \u00266Catalysis\u0026r and \u00266Combustion Chamber,\u0026r it refines ember at a MUCH higher rate than the Ember Activator; up to \u002669x more ember\u0026r per crystal item.", + "ftbquests.chapter.the_color_green.quest55.description2": "\u00267Tip: the Catalysis and Combustion Chambers need fuel to operate, check JEI for their fuels and multipliers.", + "ftbquests.chapter.the_color_green.quest55.title": "Ignem Reactor", + "ftbquests.chapter.the_color_green.quest56.description1": "With the power of alchemy, you can turn a charged attuned stone into a seed capable of turning ember into pure metal! These crystal seeds, when powered with an \u00266Ember Injector,\u0026r will slowly grow and drop metal nuggets.", + "ftbquests.chapter.the_color_green.quest56.description2": "Not every metal can be turned into these seeds, but you have figured out that you can actually \u00266obtain Zinc\u0026r through this alchemical process!", + "ftbquests.chapter.the_color_green.quest56.description3": "\u00267Tip: crystals will slowly level up and drop more and more metal. Moving them resets their level, though!", + "ftbquests.chapter.the_color_green.quest56.subtitle": "Zinc! (and others)", + "ftbquests.chapter.the_color_green.quest56.task_414198583111126714.title": "Any Metal Crystal Seed", + "ftbquests.chapter.the_color_green.quest56.title": "Metal Crystal Seeds", + "ftbquests.chapter.the_color_green.quest57.description1": "With Dawnstone, you can craft ember transferral devices that can handle much more throughput.", + "ftbquests.chapter.the_color_green.quest57.title": "High Volume Ember Transfer", + "ftbquests.chapter.the_color_green.quest58.description1": "Now that you have zinc, you can alloy it with copper to create brass! This is useful almost exclusively for \u00266mechanical contraptions.\u0026r", + "ftbquests.chapter.the_color_green.quest58.description2": "\u00266Electron Tubes\u0026r are also an important step to making more complicated contraptions. ", + "ftbquests.chapter.the_color_green.quest58.description3": "\u00266Rose Quartz\u0026r can be made in a heated basin, combining glowstone and redstone in a sal ammoniac bath.", + "ftbquests.chapter.the_color_green.quest58.title": "Advanced Contraptions", + "ftbquests.chapter.the_color_green.quest59.description1": "Packages and their associated transport items open up a huge amount of logistical freedom.", + "ftbquests.chapter.the_color_green.quest59.description2": "\u00267Tip: for more information, hover these items and hold W to ponder!", + "ftbquests.chapter.the_color_green.quest59.title": "Mechanical Logistics", + "ftbquests.chapter.the_color_green.quest6.description1": "\u00266Ember\u0026r is the lifeblood of the world. Despite whatever happened, there is still virtually infinite Ember available deep underground - you just need to make a machine that can mine it. ", + "ftbquests.chapter.the_color_green.quest6.description2": "Enter the \u00266Ember Bore\u0026r - place it on bedrock, add a \u00266Mechanical Core\u0026r above it so you can pipe things in and out of it, and give it some fuel! It\u0027ll start digging up that sweet, sweet Ember.", + "ftbquests.chapter.the_color_green.quest6.description3": "\u00267Tip: the Mechanical Core acts as an extension for most Embers multiblocks! You can transfer items, fluid, and ember in and out of the core as if it was a part of the block it is attached to.", + "ftbquests.chapter.the_color_green.quest6.description4": "\u00267Tip 2: USE YOUR MECHANICAL LENS! It\u0027s EXTREMELY helpful for figuring out how Ember\u0027s machines work.", + "ftbquests.chapter.the_color_green.quest6.title": "Drilling for Ember", + "ftbquests.chapter.the_color_green.quest60.description1": "With access to brass and electron tubes, you can make a Mechanical Crafter. These, in combination with \u00266factory gauges\u0026r and \u00266package logistics,\u0026r allow you to set up automatic stocking and crafting of items!", + "ftbquests.chapter.the_color_green.quest60.title": "Autocrafting", + "ftbquests.chapter.the_color_green.quest61.description1": "You can fortify infused iron with prosperity shards to create a basic \u00266prosperity ingot,\u0026r ready to augment with agricultural essence.", + "ftbquests.chapter.the_color_green.quest61.description2": "One of the best uses of this ingot is to make a better watering can.", + "ftbquests.chapter.the_color_green.quest61.title": "Better Watering", + "ftbquests.chapter.the_color_green.quest62.description1": "With empowered tokens, you can craft the \u00266Creational Catalyst\u0026r - this removes the innate limit on most aura producing blocks, and lets you overcharge the local area with Aura.", + "ftbquests.chapter.the_color_green.quest62.description2": "\u00267Tip: aureareaurearuea", + "ftbquests.chapter.the_color_green.quest63.description1": "You\u0027ve felt a strange tingling on your skin ever since you woke up - you think this might be a manifestation of \u00266Aura,\u0026r a natural phenomenon that you might be able to further harness.", + "ftbquests.chapter.the_color_green.quest63.description2": "To get started, craft a \u00266Bottle and Cork\u0026r and \u00266right click the air\u0026r to gather some Aura for further study.", + "ftbquests.chapter.the_color_green.quest63.title": "Bottling Sunlight", + "ftbquests.chapter.the_color_green.quest64.description1": "The \u00266Mana Blaster\u0026r is a portable mana spreader that you can fire at will, using mana from a storage device on your person. You can also attach lenses to it, to use their special properties!", + "ftbquests.chapter.the_color_green.quest65.description1": "\u00266Mana Lenses\u0026r can change the properties of a mana burst fired from a spreader. They can increase the color, potency, speed, and even make the burst go \u00266through blocks\u0026r or \u00266break them\u0026r altogether! Read your \u00266Lexica Botania\u0026r for more details.", + "ftbquests.chapter.the_color_green.quest65.description2": "\u00267Tip: the weight lens makes blocks a mana burst hits fall - you can exploit this property to get blocks that normally need silk touch by having them fall onto something like a torch!", + "ftbquests.chapter.the_color_green.quest66.description1": "Now that you have\u00266 Ember\u0026r, what can you do with it?", + "ftbquests.chapter.the_color_green.quest66.description2": "One useful item is the \u00266Hearth Coil\u0026r - when provided with Ember, it can be used as a VERY fast furnace.", + "ftbquests.chapter.the_color_green.quest67.description1": "With \u00266Dawnstone\u0026r comes a better way of activating ember - the \u00266Pressure Refinery.\u0026r", + "ftbquests.chapter.the_color_green.quest67.description2": "It \u00264requires water\u0026r as well, but can boost your ember production up to \u002661.5x the value\u0026r of a plain activator.", + "ftbquests.chapter.the_color_green.quest67.description3": "Additionally, if placed atop a metal block surrounded by lava or fire it can double that, getting up to \u002663x the value\u0026r of crystalline ember! ", + "ftbquests.chapter.the_color_green.quest68.description1": "The \u00266Beam Splitter\u0026r allows you to, well, split beams. Ember sent into it will be divided into two bursts sent out from either end.", + "ftbquests.chapter.the_color_green.quest68.description2": "The \u00266Crystal Cell\u0026r is a much higher capacity way to store Ember - piping more crystalline ember into it will \u00266increase its storage limit.\u0026r", + "ftbquests.chapter.the_color_green.quest68.title": "Advanced Ember Logistics", + "ftbquests.chapter.the_color_green.quest69.description1": "With the acquisition of Dawnstone, you can make a special chamber to manipulate elemental mercury into a source of energy. ", + "ftbquests.chapter.the_color_green.quest69.description2": "The \u00266Mercury Catalyst\u0026r can convert mercury into Mercury Flux (MF) which, in combination with a \u00266Caloric Flux Emitter\u0026r, can be used to power alchemical devices that would normally need a pyromantic brazier underneath them!", + "ftbquests.chapter.the_color_green.quest69.description3": "\u00267Tip: one mercury shard produces as much energy as one piece of charcoal!", + "ftbquests.chapter.the_color_green.quest69.title": "Mercurial Power", + "ftbquests.chapter.the_color_green.quest7.description1": "The combination of brilliant fiber and nether bricks is superficially similar to the weak gold ore deposits you remember existing in the Nether. They\u0027re so similar, in fact, that \u00266a Pure Daisy will convert Golden Nether Bricks into Nether Gold Ore!\u0026r", + "ftbquests.chapter.the_color_green.quest7.description2": "\u00267Tip: there is a better way to make brilliant fiber, but you\u0027ll need to get blaze powder somehow... ", + "ftbquests.chapter.the_color_green.quest7.title": "Gold", + "ftbquests.chapter.the_color_green.quest70.description1": "With high enough aura in an area, \u00266dried earth will slowly convert to dirt!\u0026r", + "ftbquests.chapter.the_color_green.quest70.description2": "If you want to stop this effect from happening, \u00266Powder of Dried Stasis\u0026r will prevent the conversion of dried earth to dirt in the area it\u0027s placed in.", + "ftbquests.chapter.the_color_green.quest70.subtitle": "pseudo-terraforming", + "ftbquests.chapter.the_color_green.quest70.title": "Regrowth?", + "ftbquests.chapter.the_color_green.quest71.description1": "The \u00266Bin\u0026r is a fantastic block that automatically collects the outputs of various dwarven machinery.", + "ftbquests.chapter.the_color_green.quest71.description2": "Simply attach it to the \u00266bottom\u0026r of a machine (like, say, the stamper base) and it\u0027ll fill up with products.", + "ftbquests.chapter.the_color_green.quest72.description1": "With an imitation blaze head and a couple of real magical reagents, you can \u00266summon a real blaze!\u0026r", + "ftbquests.chapter.the_color_green.quest72.description2": "This summoned blaze always drops at least 3 blaze rods. ", + "ftbquests.chapter.the_color_green.quest72.description3": "\u00267Tip: the ritual to summon the blaze is described in the Reclamation Rituals book.\u0026r", + "ftbquests.chapter.the_color_green.quest72.title": "Real Blazes", + "ftbquests.chapter.the_color_green.quest8.description1": "The \u00266Pure Daisy\u0026r is able to turn mundane stone and logs into much more naturally-aligned versions of themselves.", + "ftbquests.chapter.the_color_green.quest8.title": "Living Materials", + "ftbquests.chapter.the_color_green.quest9.description1": "You can use a bucket to \u00266strategically place lava and water\u0026r to make a nether portal frame. It\u0027s not ideal, but it\u0027s definitely easier than trying to mine obsidian with an iron pickaxe!", + "ftbquests.chapter.the_color_green.quest9.description2": "Similar to the overworld, the nether is bare of ores and even more devoid of life - \u00264there are zero spawns there, and only one biome.", + "ftbquests.chapter.the_color_green.quest9.description3": "\u00267Tip: you can also make obsidian on the natural altar - but be warned, it\u0027s pretty costly aura-wise!", + "ftbquests.chapter.the_color_green.quest9.task_4075772383648127092.title": "Visit the Nether", + "ftbquests.chapter.the_color_green.quest9.title": "The Nether", + "ftbquests.chapter.the_color_green.title": "Touching Grass", + "ftbquests.chapter.the_hunt_for_grass.quest1.description1": "Now that you have dirt, your next step is to turn it into grass, so that you can start bringing a little bit of green into the world.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description1": "Plants in Agricraft are diploid organisms - essentially, every plant has two sets of attributes: active and inactive (or dominant and recessive). \u00266The active trait is the one that actually affects the plant,\u0026r but the inactive trait comes into play when breeding plants together. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description2": "When a crossbreed occurs, each plant \u00266adjacent\u0026r to the crossbreed crop sticks has a \u00266chance\u0026r depending on its \u00266fertility\u0026r to count as a parent. If there\u0027s only one parent selected, the resulting plant is a clone. If more than one parent is selected, each has a chance to pass on one half of its genes to the resulting plant.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description3": "For example, if you bred a plant with gain of 3-2 with a plant who\u0027s gain is 4-2, it would result in a plant with a gain stat of either 4-3, 4-2, 3-2, or 2-2. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description4": "To figure out what the possibilities are for two parent plants, you can use a punnett square:", + "ftbquests.chapter.the_hunt_for_grass.quest10.description5": "Each square has an equal chance of getting chosen - additionally, there is a small chance for a mutation to occur; whether this mutation is beneficial or not depends on each parent\u0027s \u00266mutativity stat.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest10.image0": "{image:reclamation:textures/quests/punnett.png width:150 height:150 align:center}", + "ftbquests.chapter.the_hunt_for_grass.quest10.task_2773659192565899586.title": "What the heck are these numbers?", + "ftbquests.chapter.the_hunt_for_grass.quest10.title": "How do I get better stats?", + "ftbquests.chapter.the_hunt_for_grass.quest11.description1": "Each plant has five stats, when planted on crop sticks. You can see these stats by crouching and looking at the plant, or using a magnifying glass. The stats affect a variety of things:", + "ftbquests.chapter.the_hunt_for_grass.quest11.description2": "\u00266Fertility\u0026r is how likely a plant is to get chosen as a parent for cross-breeding.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description3": "\u00266Gain\u0026r increases how much a plant will produce when harvested.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description4": "\u00266Growth\u0026r affects the speed a plant grows at.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description5": "\u00266Mutativity\u0026r raises the chance for a cross-breed (when it occurs) to be beneficial.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description6": "\u00266Strength\u0026r broadens the possible growing conditions for a plant - for example, cactus can always grow on sand, but with a strength of 10, it can grow on normal farmland!", + "ftbquests.chapter.the_hunt_for_grass.quest11.subtitle": "What do they mean?", + "ftbquests.chapter.the_hunt_for_grass.quest11.task_7047347176409476035.title": "Read", + "ftbquests.chapter.the_hunt_for_grass.quest11.title": "The numbers, Mason!", + "ftbquests.chapter.the_hunt_for_grass.quest12.description1": "That was A LOT of info - what it boils down to is higher numbers \u003d better, breed higher statted plants together to get better plants, use bonemeal on cross sticks to speed up the crossbreeding process. ", + "ftbquests.chapter.the_hunt_for_grass.quest12.description2": "If your plant is not growing, look at it while crouching - it might need a different type of soil.", + "ftbquests.chapter.the_hunt_for_grass.quest12.description3": "\u00267Tip: getting your first beneficial mutation \u00264will be slow,\u00267 but you can speed it up by \u00266planting crops in a plus shape,\u00267 with the cross sticks in the middle! This means each potential crossbreed has \u00266four\u00267 chances to pick parents, instead of \u00264just two.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest12.subtitle": "English, poindexter?", + "ftbquests.chapter.the_hunt_for_grass.quest12.task_7762997780188473985.title": "WAY too complicated", + "ftbquests.chapter.the_hunt_for_grass.quest12.title": "That was a lot...", + "ftbquests.chapter.the_hunt_for_grass.quest13.description1": "Now that you have a way to grow and breed plants, you should get started on broadening your base of food. Either \u00266breed the plants you have\u0026r into the two other staple crops from the old world, or \u00266find them on the mutated inhabitants\u0026r of the new.", + "ftbquests.chapter.the_hunt_for_grass.quest13.description2": "\u00267Tip: to find mutations, look up the recipe for the seed of the plant in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.description3": "\u00267Tip 2: to see what conditions a seed needs to grow (including what blocks it can grow on), check the uses of the seed in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.title": "Edible Plants", + "ftbquests.chapter.the_hunt_for_grass.quest14.description1": "At some point, you\u0027re going to run out of ruins. Thankfully, there is a special kind of flower called the \u00266Cuprosia \u0026ryou can breed that can harvest \u00266trace amounts of copper from the water.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest14.description2": "\u00267Tip: the flower will only grow in a waterlogged crop. If you successfully crossbreed the Cuprosia but the crop stick it\u0027s on is not waterlogged, \u00264it will not grow. \u00267Additionally, it can \u00264only grow on gravel\u00267 at strength 1.", + "ftbquests.chapter.the_hunt_for_grass.quest14.description3": "\u00267Tip 2: plant species can be recessive! Use your magnifying glass.", + "ftbquests.chapter.the_hunt_for_grass.quest14.title": "Growing copper?", + "ftbquests.chapter.the_hunt_for_grass.quest15.description1": "Now you have to find a way to turn the nascent life energy within the tree into some form of grass. There was a ritual you remember that was able to condense said energy into a special seed...", + "ftbquests.chapter.the_hunt_for_grass.quest15.description2": "Witchcraft can help you here - brew up some \u00266brilliant fiber,\u0026r apply it to some tree leaves, and watch it \u00266spread!\u0026r Once you have enough, break the leaves - the gilded leaves you\u0027ll get will be able to crush into a \u00266fine gold dust,\u0026r perfect for this ritual.", + "ftbquests.chapter.the_hunt_for_grass.quest15.title": "Gold Leaf", + "ftbquests.chapter.the_hunt_for_grass.quest16.description1": "Now that you have a way to conduct the ritual, you can create a \u00266Pasture Seed,\u0026r which will let you finally \u00266bring back grass to the world!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest16.description2": "\u00267To find out how to actually do the ritual, check how to do a Ritual of the Forest in your Book of Natural Aura.", + "ftbquests.chapter.the_hunt_for_grass.quest16.title": "Ritual of the Forest", + "ftbquests.chapter.the_hunt_for_grass.quest17.description1": "The \u00266Witch\u0027s Oven\u0026r can be used to distill saplings into \u00266special magic fumes,\u0026r which are especially potent in a variety of magical rites.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description1": "Using some sapling fumes and some plantlife, you can create \u00266Pasture Seeds\u0026r - special seeds that will place an \u00266area of grass\u0026r on nearby dirt.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description2": "\u00267Tip: due to a bug in the mod, watering cans will not work to start the ritual of the forest!", + "ftbquests.chapter.the_hunt_for_grass.quest18.subtitle": "Not as green as I\u0027d like...", + "ftbquests.chapter.the_hunt_for_grass.quest18.title": "Grass!", + "ftbquests.chapter.the_hunt_for_grass.quest19.description1": "The composter can turn \u00266extra seeds and crops into bonemeal!\u0026r No more hunting skeletons in the middle of the night.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description1": "Even through the lack of nutrients in the soil, some especially-tough tufts of grass have held on. Some even have \u00266seeds that you can find\u0026r and try to coax to life.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description2": "Some of these seem \u00266especially magical\u0026r - you wonder if you could use them in any way...", + "ftbquests.chapter.the_hunt_for_grass.quest2.description3": "\u00267Tip: you\u0027ll probably only want to harvest mandrake at night until you get its strength up!", + "ftbquests.chapter.the_hunt_for_grass.quest2.title": "Seeds", + "ftbquests.chapter.the_hunt_for_grass.quest20.description1": "You can get straw rarely by cutting grass with a \u00266knife.\u0026r Use it to make leads, ropes, and building blocks!", + "ftbquests.chapter.the_hunt_for_grass.quest20.task_1283594596619655186.title": "Any Knife", + "ftbquests.chapter.the_hunt_for_grass.quest20.title": "Straw", + "ftbquests.chapter.the_hunt_for_grass.quest21.description1": "You can turn bonemeal, dirt, and some organic material into \u00266organic compost.\u0026r When placed down, the compost will\u00266 turn into rich soil \u0026rafter a while (sped up by sunlight, water, and proximity to other rich soil or mushrooms), which grows most crops \u00266faster than regular farmland!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest21.title": "Rich Farmland", + "ftbquests.chapter.the_hunt_for_grass.quest22.description1": "Now that you have access to iron, you can make a \u00266watering can.\u0026r Higher-tier versions exist and are much better, but the basic version can still speed up the growth of crops.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description1": "This pack contains \u00266Via Romana\u0026r, a sign-based fast travel system. In order to fast travel using signs, you must first \u00266build a path and traverse it\u0026r before you can teleport across it. ", + "ftbquests.chapter.the_hunt_for_grass.quest23.description2": "\u00266Shift-left-click\u0026r on a sign at the start of your path, then \u00266shift-left-click\u0026r on a sign at the end of your path. Once you start pathing from one sign to the other, you need to follow a player-made path. If you deviate, you\u0027ll \u0026cstop\u0026r building the fast travel route and have to backtrack.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description3": "Once linked, just punch the sign and you\u0027ll fast travel!", + "ftbquests.chapter.the_hunt_for_grass.quest23.description4": "\u00267Tip: to see what blocks count as path blocks, search \u00262#via_romana:path_block\u00267 in your recipe viewer.", + "ftbquests.chapter.the_hunt_for_grass.quest23.task_5888718684745127233.title": "Any Warpable Sign", + "ftbquests.chapter.the_hunt_for_grass.quest23.title": "Signpost Travel", + "ftbquests.chapter.the_hunt_for_grass.quest24.description1": "\u00266Fume Funnels,\u0026r when placed next to a Witch\u0027s Oven, raise the chance of getting fumes from items.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description1": "Tired of hearing those godforsaken \u00266mandrakes\u0026r shriek? Make some \u00266earmuffs!\u0026r They\u0027ll protect you from getting your ears blown out by their piercing scream.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description2": "\u00267Tip: the higher the strength stat on mandrake is, the less likely they are to wake up.", + "ftbquests.chapter.the_hunt_for_grass.quest25.title": "OSHA Approved", + "ftbquests.chapter.the_hunt_for_grass.quest26.description1": "With the re-introduction of actual saplings to the world, you might want to make slightly better tools than the basic pickaxe and axe you\u0027re used to.", + "ftbquests.chapter.the_hunt_for_grass.quest26.description2": "The \u00266Hammer, Excavator, and Broadaxe\u0026r can break blocks in a \u002663x3 area\u0026r (and the broadaxe breaks in \u002663x3x3!\u0026r), making terraforming and general resource collection much easier.", + "ftbquests.chapter.the_hunt_for_grass.quest26.task_4941645910113139201.title": "Any AOE Tool", + "ftbquests.chapter.the_hunt_for_grass.quest3.description1": "Unless you get lucky and find an ingot or two among the husks, you\u0027ll need some way to make iron ingots. ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description2": "Luckily, one of those plants you found has a rudimentary circulatory system, which has enough thematic overlap with actual hemoglobin that you can use it to precipitate hemoglobic fluid...", + "ftbquests.chapter.the_hunt_for_grass.quest3.description3": "Basically, you found a \u00266plant that grows blood\u0026r and you\u0027re gonna \u00266make iron out of it\u0026r by putting it into a \u00266Sal Ammoniac Accumulator above a Fluid Vessel.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description4": "\u00267Note: A Sal Ammoniac tank is meant only for sal ammoniac, so you \u0026oneed\u0026r\u00267 to place the \u0026lfluid vessel\u0026r\u00267 below it.", + "ftbquests.chapter.the_hunt_for_grass.quest3.title": "Hemoglobic Fluid", + "ftbquests.chapter.the_hunt_for_grass.quest4.description1": "Now that you have your hemoglobic fluid, you can \u00266use it as a solvent in your Liquefaction Cauldron to liquify copper\u0026r - the iron in the fluid will transform the copper sulfur into \u00266Iron Alchemical Sulfur.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.description2": "You\u0027ll also need some \u00266Mineral Alchemical Salt\u0026r - you can get this by \u00266calcifying charcoal,\u0026r or re-calcifying \u00266a large amount of Strata salt.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.title": "Salt and Sulfur", + "ftbquests.chapter.the_hunt_for_grass.quest5.description1": "You\u0027re almost there! Just throw the \u00266Iron Alchemical Sulfur, Mineral Alchemical Salt, \u0026rand\u00266 Alchemical Mercury\u0026r into the \u00266Incubator, \u0026rand you\u0027ll have iron!", + "ftbquests.chapter.the_hunt_for_grass.quest6.description1": "You can mash up the magical plants you\u0027ve found into something you\u0027re calling \u00266Anointing Paste.\u0026r You\u0027re pretty sure you can apply it to something, but what? ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description1": "Now that you have a bit of iron, you can make a cauldron and \u00266anoint\u0026r it to make a \u00266Witch\u0027s Cauldron\u0026r - a magically-insulated vessel for brewing all sorts of witchy goodness. ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description2": "Fill it with three buckets of water, place it over a campfire, and it\u0027ll start boiling!", + "ftbquests.chapter.the_hunt_for_grass.quest7.description3": "\u00267Tip: if your brew spoils (turns brown because you put items in out of order or incorrectly), you can use an empty bucket to empty the cauldron.", + "ftbquests.chapter.the_hunt_for_grass.quest7.task_2385086996515714487.title": "Anoint a Cauldron", + "ftbquests.chapter.the_hunt_for_grass.quest8.description1": "With a little bit of magic (and a reinforced witchy cauldron), you can make a \u00266potent mutagen\u0026r - potent enough to mutate those \u00266dead bushes\u0026r you\u0027ve been seeing around into \u00266actual saplings!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest8.subtitle": "Minor necromancy", + "ftbquests.chapter.the_hunt_for_grass.quest8.task_6488684102089578318.title": "Any Sapling", + "ftbquests.chapter.the_hunt_for_grass.quest8.title": "Saplings!", + "ftbquests.chapter.the_hunt_for_grass.quest9.description1": "The seeds you\u0027ve been finding have uniquely adapted themselves to their harsh environment. As a consequence, however, they\u0027ve become \u00264much less productive, focusing entirely on survival.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest9.description2": "You can try to selectively breed your meager collection of seeds together to make them \u00266grow faster\u0026r and \u00266produce more,\u0026r or even try \u00266cross-breeding them\u0026r to start bringing back extinct species of plant...", + "ftbquests.chapter.the_hunt_for_grass.quest9.description3": "To start, plant any seeds you have onto specially-prepared \u00266Crop Sticks.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.title": "A Whiff of Normal", + "ftbquests.chapter.the_sound_of_life.quest1.description1": "Debatably sentient life in the form of chickens! Even more importantly, these chickens will produce \u00266eggs,\u0026r the root of all fauna.", + "ftbquests.chapter.the_sound_of_life.quest1.title": "Sentient Life", + "ftbquests.chapter.the_sound_of_life.quest10.description1": "You can upgrade your blood altar by placing runes around it - your \u00266Sanguine Scientiem\u0026r can give you specifics. A tier 2 altar can create \u00266Reinforced Slates!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest10.description2": "Used for creating special runes that give your blood altar benefits, among other things, they are just that much more potent than a regular blank slate.", + "ftbquests.chapter.the_sound_of_life.quest10.title": "Tier 2 Slates", + "ftbquests.chapter.the_sound_of_life.quest11.description1": "A tier 3 altar can create \u00266Imbued Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.description2": "Even stronger than the reinforced version, they can make even better rune upgrades for your blood altar, as well as the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.title": "Tier 3 Slates", + "ftbquests.chapter.the_sound_of_life.quest12.description1": "The \u00266Alchemical Reaction Chamber\u0026r is capable of a great many things, but one of the most important is its ability to produce gems - \u00266diamond, lapis, and amethyst.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description1": "With access to gems, you can make a \u00266Tainted Blood Pendant,\u0026r which you can then infuse with \u00266Regeneration!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description2": "This makes poking yourself for life essence much more bearable...", + "ftbquests.chapter.the_sound_of_life.quest13.description3": "\u00267Tip: prismarine can be made either through Create\u0027s haunting or Nature\u0027s Aura\u0027s Natural Altar.", + "ftbquests.chapter.the_sound_of_life.quest14.description1": "Alchemizing with lifeforce provides the extra punch needed to transmute base materials into \u00266precious gems\u0026r using the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest14.description2": "\u00267Tip: once you\u0027ve made one of a specific kind of gem, you can use Theurgy to convert more materials into that gem\u0027s sulfur without having to go through the whole blood transmutation again!", + "ftbquests.chapter.the_sound_of_life.quest14.title": "Gems!", + "ftbquests.chapter.the_sound_of_life.quest15.description1": "A renewable source of gems would be much appreciated - thankfully, you can perform a \u00266special wiccan ritual\u0026r to turn a block of amethyst into its budding version.", + "ftbquests.chapter.the_sound_of_life.quest15.description2": "\u00267Tip: you can use blood magic\u0027s arcane ashes to draw a pentagram on your altar, giving it an addtional 1.5x boost to total power capacity!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest15.description3": "\u00267Tip 2: the instructions for this ritual can be found in your Reclamation Rituals book.", + "ftbquests.chapter.the_sound_of_life.quest16.description1": "Now that you have access to gems, you can start to manipulate \u00265Source, \u0026ranother type of magical energy you remember from before.", + "ftbquests.chapter.the_sound_of_life.quest16.description2": "To start, you\u0027ll want to turn lapis or amethyst shards into source gems using an \u00266Imbuement Chamber.\u0026r However, for an Imbuement Chamber, you\u0027ll need a special kind of wood. Because \u00265Source\u0026r is innately intertwined with \u00264Life Essence,\u0026r infusing an already magically-resonant tree with \u00264Life Essence\u0026r should produce a suitable sapling.", + "ftbquests.chapter.the_sound_of_life.quest16.description3": "\u00267Tip: you can convert between the four types of sapling using a mana pool!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest16.title": "Archwood", + "ftbquests.chapter.the_sound_of_life.quest17.description1": "With Archwood, you can now create \u00266Source Gems,\u0026r a perfect focusing medium for the arcane energies of \u00265Source.\u0026r Just toss some amethyst or lapis into an \u00266Imbuement Chamber!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest17.description2": "At first, you\u0027ll be slowly imbuing gems with the trace amounts present in the air, but once you get a way to generate \u00265Liquid Source,\u0026r you\u0027ll be converting gems in a flash!", + "ftbquests.chapter.the_sound_of_life.quest17.title": "Source Gems", + "ftbquests.chapter.the_sound_of_life.quest18.description1": "By offering an \u00266Imbued Slate\u0026r to the gods, you can convert mundane iron into the dense ingot of \u00266Osmium.\u0026r This metal is crucial to advanced mechanical applications.", + "ftbquests.chapter.the_sound_of_life.quest18.title": "Supermassive", + "ftbquests.chapter.the_sound_of_life.quest19.description1": "Now that you have a source of power, you\u0027ll want to start making real machinery. Your first step - a \u00266Metallurgic Infuser.\u0026r This machine can do a wide varity of things, but one of the most important is its ability to create \u00266steel,\u0026r another critical metal for your foray into technology.", + "ftbquests.chapter.the_sound_of_life.quest19.description2": "Infusing \u00266iron with coal,\u0026r while inefficient, is your only real way to make it - at least for now.", + "ftbquests.chapter.the_sound_of_life.quest19.title": "Steel", + "ftbquests.chapter.the_sound_of_life.quest2.description1": "Now that you have access to a breedable animal, you can utilize their excess vitalic energy to birth new creatures. ", + "ftbquests.chapter.the_sound_of_life.quest2.description2": "In an area with high Aura concentration, \u00266breeding mobs together\u0026r will generate \u00266Spirits of Birthing.\u0026r These spirits can be tossed alongside some other reagents onto an \u00266Altar of Birthing\u0026r to spawn new creatures.", + "ftbquests.chapter.the_sound_of_life.quest2.title": "Altar of Birthing", + "ftbquests.chapter.the_sound_of_life.quest20.description1": "The basis of every machine worth making, \u00266a Steel Casing \u0026ropens up limitless possibilities. ", + "ftbquests.chapter.the_sound_of_life.quest20.description2": "Almost quadrupling raw ore into ingots, turning plants into energy, or even fusion reactors all start with the humble steel casing.", + "ftbquests.chapter.the_sound_of_life.quest20.title": "Basic Machinery", + "ftbquests.chapter.the_sound_of_life.quest21.description1": "The \u00266Enrichment Chamber\u0026r can slightly boost the outputs of raw ores, clean blocks, and refine reagents for the \u00266Metallurgic Infuser,\u0026r creating enriched versions of items that are \u002668 times more efficient!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest22.description1": "Before you can do anything related to machinery, you\u0027ll need a source of power. Thankfully, \u0026bbotanic mana\u0026r is easily convertible to \u0026credstone flux.\u0026r Simply point a mana spreader at a \u00266Mana Fluxfield\u0026r and it\u0027ll output \u0026cRF\u0026r to any adjacent blocks.", + "ftbquests.chapter.the_sound_of_life.quest22.description2": "\u00267You can also use a heat generator, but it\u0027s VERY inefficient and (probably) not even worth making!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description1": "With the acquisition of lapis, you can now make the \u00266Terrestrial Agglomeration Plate,\u0026r a necessary step in your mastery of \u0026bbotanic mana.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description2": "Combining mana-infused versions of a diamond, an ender pearl, and iron (alongside a tremendous amount of mana) creates \u00266Terrasteel,\u0026r a unique alloy that is incredibly strong and mana conductive.", + "ftbquests.chapter.the_sound_of_life.quest23.description3": "\u00267Tip: use sparks instead of mana spreaders for a much faster mana transfer rate!", + "ftbquests.chapter.the_sound_of_life.quest23.title": "Terrasteel", + "ftbquests.chapter.the_sound_of_life.quest24.description1": "Steel allows you to make better pipes of all kinds, able to transport items, fluids, RF, chemicals, and even heat. These have a number of \u00266advantages over caminite-based alternatives,\u0026r mainly their lack of reliance on redstone and their upgradeability.", + "ftbquests.chapter.the_sound_of_life.quest24.task_1474346775141796701.title": "Any Basic Logistic Item", + "ftbquests.chapter.the_sound_of_life.quest24.title": "Advanced Logistics", + "ftbquests.chapter.the_sound_of_life.quest25.description1": "The \u00266Rotary Condensentrator\u0026r allows you to convert liquids to gases, and vice versa. This is useful for storage purposes, but it also allows you to aerate Life Essence!", + "ftbquests.chapter.the_sound_of_life.quest26.description1": "The \u00266Gas-Burning Generator\u0026r can produce a large amount of RF very quickly - it\u0027s a solid midrange option that will most likely carry your energy needs until you start making reactors.", + "ftbquests.chapter.the_sound_of_life.quest26.description2": "\u00266Aerated Essence \u0026ris relatively easy to produce, and can be burned to produce a solid amount of RF. It\u0027s macabre, but it works!", + "ftbquests.chapter.the_sound_of_life.quest27.description1": "\u00266Ethylene\u0026r is another gas you can burn in the gas-burning generator; even a small amount can be burned for a rather large amount of energy.", + "ftbquests.chapter.the_sound_of_life.quest27.description2": "\u00267Note: Ethylene burning has been nerfed in this pack! It\u0027s still useful, just not as absolutely game-breakingly energy dense as it normally is.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest27.title": "Ethylene", + "ftbquests.chapter.the_sound_of_life.quest28.description1": "Ethylene can be further mixed with Aerated Essence to produce Blooded Ethylene, a much more energy-dense gas that can burn for longer in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest28.title": "Blooded Ethylene", + "ftbquests.chapter.the_sound_of_life.quest29.description1": "The \u00266Crusher\u0026r is great for turning things into smaller, powdery versions of themselves. It\u0027s also great at turning plants into \u00266Bio Fuel!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest3.description1": "Blood magic is a pathway to many abilities some consider to be unnatural.", + "ftbquests.chapter.the_sound_of_life.quest3.description2": "To start, make a few \u00266soul snares\u0026r and \u00266throw them at monsters before killing them.\u0026r These snared monsters will drop \u00266demonic will\u0026r, which you\u0027ll need to get started!", + "ftbquests.chapter.the_sound_of_life.quest3.title": "Blood Magic", + "ftbquests.chapter.the_sound_of_life.quest30.description1": "\u00266Bio Fuel\u0026r can be turned directly into energy in the \u00266Bio-Generator,\u0026r or further refined into ethylene for burning in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest30.title": "Bio Fuel", + "ftbquests.chapter.the_sound_of_life.quest31.description1": "The \u00266Purification Chamber,\u0026r in combination with oxygen and some further processing, can double raw ore outputs.", + "ftbquests.chapter.the_sound_of_life.quest31.description2": "Ore clumps can be crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest31.description3": "\u00267Tip: gas upgrades can be placed into some machines to make them more efficient in their use of chemicals!", + "ftbquests.chapter.the_sound_of_life.quest32.description1": "The \u00266Chemical Dissolution Chamber\u0026r is the next step in your ore processing - with the chamber as a starting point and some hydrogen chloride, it can turn 3 ore into 8 shards, which eventually get processed into ingots.", + "ftbquests.chapter.the_sound_of_life.quest32.description2": "To make hydrogen chloride, you\u0027ll need a renewable source of chlorine. The \u00266Thermal Evaporation Tower Multiblock\u0026r can turn plain water into brine, which can then be electrolysed into chlorine.", + "ftbquests.chapter.the_sound_of_life.quest32.description3": "Shards need to be purified into clumps, crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.description1": "The final refinement to your ore refinement process: the \u00266Chemical Washer and Crystallizer\u0026r can wash and crystallize ore slurry, at a 3 raw ore to eventual 10 ingot ratio.", + "ftbquests.chapter.the_sound_of_life.quest33.description2": "You\u0027ll need sulfur for sulfuric acid, which you can make through judicious application of oxygen to charcoal.", + "ftbquests.chapter.the_sound_of_life.quest33.description3": "Dirty ore slurry needs to be washed into clean ore slurry, then crystallized into crystals, which then get thrown into the \u00266Chemical Injection Chamber\u0026r to get turned into shards, which purify into clumps, crush into dirty dust, enrich into clean dust, and then finally smelt into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.title": "REAL Ore Processing", + "ftbquests.chapter.the_sound_of_life.quest34.description1": "To make the next tier of altar, you\u0027ll need bloodstone bricks to cap the next set of pillars. However, these require blood shards to make; blood shards require \u00266tau fruit. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest34.description2": "Despite your best efforts, you can\u0027t breed tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest34.description3": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of Tau Fruit. Go forth, ", + "ftbquests.chapter.the_sound_of_life.quest34.title": "Blooded Rituals", + "ftbquests.chapter.the_sound_of_life.quest35.description1": "\u00266Blood Shards\u0026r are a very handy thing for someone of your talents to have around. Despite your best efforts, however, you can\u0027t breed the necessary tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest35.description2": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of tau fruit. ", + "ftbquests.chapter.the_sound_of_life.quest35.description3": "\u00267Tip: once you have some, planting tau fruit and having it grow while something is standing on it will eventually create a saturated tau.", + "ftbquests.chapter.the_sound_of_life.quest35.title": "Blood Shards", + "ftbquests.chapter.the_sound_of_life.quest36.description1": "With access to blood shards, you can finally make a tier 4 altar and\u00266 Demonic Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest36.description2": "Yet still stronger than Imbued Slates, these bad boys pack quite an essence-filled punch! You can use these for ritual paraphernalia as well as more altar upgrades.", + "ftbquests.chapter.the_sound_of_life.quest36.title": "Tier 4 Slates", + "ftbquests.chapter.the_sound_of_life.quest37.description1": "The \u00266Dusk\u0026r version of the \u00266Ritual Diviner\u0026r will allow you to perform even stronger rituals - chief among these being the \u00266Pathway to the Endless Realm.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.description2": "Once performed, you will be presented with a gate to the Demon Realm proper - a sprawling labyrinth of rooms which contain strong enemies, plentiful loot, and the curious ore known as \u00266Demonite.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.title": "Dusk Rituals", + "ftbquests.chapter.the_sound_of_life.quest38.description1": "\u00266Demonite\u0026r can be found rarely in the \u00266Demon Realm,\u0026r either as an ore block or as loot in chests.", + "ftbquests.chapter.the_sound_of_life.quest38.description2": "You also remember that there was a \u00266special key\u0026r for \u00266spatial distortions\u0026r that led you to the mines, which held much more valuable loot...", + "ftbquests.chapter.the_sound_of_life.quest39.description1": "The single most powerful slate you can make,\u00266 Ethereal Slates\u0026r require a tier 5 altar to craft.", + "ftbquests.chapter.the_sound_of_life.quest39.description2": "Alongside netherite scraps and some \u00266looted parts\u0026r from the Demon Realm, these slates can be used to upgrade altar runes, making them \u00266twice as powerful.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest39.title": "Tier 5 Slates", + "ftbquests.chapter.the_sound_of_life.quest4.description1": "One of the most common things you\u0027ll need in the pursuit of sanguine magic is a base material of stone doped in blood - excellent for channelling these dark energies.", + "ftbquests.chapter.the_sound_of_life.quest4.description2": "You\u0027ll need to make quite a few to upgrade your blood altar!", + "ftbquests.chapter.the_sound_of_life.quest40.description1": "Now that you have access to dusk rituals, you can use either a \u00266Ritual of the Feathered Knife\u0026r or a \u00266Well of Suffering\u0026r to automate the collection of life essence.", + "ftbquests.chapter.the_sound_of_life.quest40.description2": "To get even more out of your rituals, you can use the \u00266Ritual Tinkerer!\u0026r Read your \u00266Sanguine Scientiem\u0026r for more information.", + "ftbquests.chapter.the_sound_of_life.quest40.description3": "\u00267Tip: if you can supply mobs to the well constantly (or give them a source of regenerating health), you could fully automate life essence collection...", + "ftbquests.chapter.the_sound_of_life.quest40.title": "Useful Rituals", + "ftbquests.chapter.the_sound_of_life.quest41.description1": "The \u00266Incense Altar\u0026r is the center of a large freeform multiblock structure focused on bringing a sense of tranquility to players. With enough peace of mind, you can perform self-sacrifice with a much smoother hand - at high levels, you can get as much as \u00266quadruple the normal amount of life essence!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest41.description2": "For more information on this structure, take a look at your \u00266Sanguine Scientiem.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description1": "With enough Demonic Will, you reach a critical mass that can eventually \u00266generate will\u0026r ex nihilo! Simply burn some into the local aura by throwing will into a \u00266Demon Crucible,\u0026r then wait for it to crystallize on the \u00266Demon Crystallizer. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description2": "With enough will in the aura, the crystal will grow extra spires you can harvest and re-burn; each crystal past the first takes 40 will to grow but \u00266burns into 50!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description3": "Now if only there was some way to automate this...", + "ftbquests.chapter.the_sound_of_life.quest42.description4": "\u00267Tip: for more info, read your Sanguine Scientiem!", + "ftbquests.chapter.the_sound_of_life.quest42.title": "Crystallized Will", + "ftbquests.chapter.the_sound_of_life.quest43.description1": "With the \u00266Resonance of the Faceted Crystal\u0026r ritual, you can split one well-established Will Crystal into four separate aspected crystals! This aspected will is handy for all sorts of things, but one of the most useful things you can do is use it in other rituals to \u00266change the way they perform.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest43.description2": "\u00267Tip: it\u0027s possible to fully automate the growing, splitting, and harvesting of crystals using rituals!", + "ftbquests.chapter.the_sound_of_life.quest43.title": "Aspected Will", + "ftbquests.chapter.the_sound_of_life.quest44.description1": "With access to Terrasteel, you can make the third tier of botanic runes: \u00266Sin Runes.\u0026r These can be used to make better baubles, more powerful flowers, and more!", + "ftbquests.chapter.the_sound_of_life.quest44.task_6010537284078335274.title": "Any Sin Rune", + "ftbquests.chapter.the_sound_of_life.quest44.title": "Sin Runes", + "ftbquests.chapter.the_sound_of_life.quest45.description1": "With Terrasteel, you can utilize an old ritual to open a \u00266gateway to Alfheim,\u0026r which you\u0027re certain has escaped whatever happened to this world. The portal won\u0027t be able to transport living beings, but maybe you can trade for some \u00266useful materials?\u0026r", + "ftbquests.chapter.the_sound_of_life.quest45.description2": "\u00267Tip: For more information on the portal, read your Lexica Botania! For even more than that, throw your entire Lexica Botania into the portal! (but make sure you don\u0027t throw your Akashic Tome away!)", + "ftbquests.chapter.the_sound_of_life.quest45.title": "The Portal to Alfheim", + "ftbquests.chapter.the_sound_of_life.quest46.description1": "The \u00266Elven Mana Spreader\u0026r is much more efficient than it\u0027s livingwood predecessor - it shoots larger bursts faster and farther.", + "ftbquests.chapter.the_sound_of_life.quest46.title": "Better Spreader", + "ftbquests.chapter.the_sound_of_life.quest47.description1": "With Sin Runes and elven materials, you can craft a special flower that \u00266generates ore in nearby stone or deepslate!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest47.description2": "As far as you\u0027re concerned, this is more proof that you can solve any problem if you throw enough raw mana at something.", + "ftbquests.chapter.the_sound_of_life.quest47.subtitle": "but not ad astra!", + "ftbquests.chapter.the_sound_of_life.quest47.title": "Ex Nihilo", + "ftbquests.chapter.the_sound_of_life.quest48.description1": "The \u00266Scribe\u0027s Table\u0026r allows you to create new glyphs for spellbooks. As far as spellbooks go, you have a couple options - use either pure arcane mana or life essence to fuel your spells.", + "ftbquests.chapter.the_sound_of_life.quest48.title": "Spellcasting", + "ftbquests.chapter.the_sound_of_life.quest49.description1": "Source can be generated in a variety of ways, but you\u0027ll need to do something to get it into a much more useable liquid form. ", + "ftbquests.chapter.the_sound_of_life.quest49.description2": "\u00266Sourcelinks\u0026r will gather it for you, but you\u0027ll also need to make a \u00266jar\u0026r to store the generated source.", + "ftbquests.chapter.the_sound_of_life.quest49.task_8602744015200526354.title": "Any Sourcelink", + "ftbquests.chapter.the_sound_of_life.quest49.title": "Generating Source", + "ftbquests.chapter.the_sound_of_life.quest5.description1": "The \u00266Hellfire Forge\u0026r allows you to use Demonic Will to craft special items.", + "ftbquests.chapter.the_sound_of_life.quest5.description2": "One of the first things you\u0027ll want to make is a \u00266soul gem\u0026r - these special gems can store demonic will you pick up without clogging your inventory.", + "ftbquests.chapter.the_sound_of_life.quest5.description3": "\u00267Tip: the more will you have stored in your inventory, the more will drops from monsters!", + "ftbquests.chapter.the_sound_of_life.quest50.description1": "One of the primary uses of liquid source is the enchanting of items. Using the \u00266Arcane Core\u0026r and an \u00266Enchanting Apparatus\u0026r atop it, you can create many useful things.", + "ftbquests.chapter.the_sound_of_life.quest50.title": "Arcane Enchanting", + "ftbquests.chapter.the_sound_of_life.quest51.description1": "If you\u0027re tired of waiting for amethyst to grow, try animating a block of budding amethyst with the \u00266Ritual of Awakening.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.description2": "It turns budding amethyst into an \u00266Amethyst Golem,\u0026r who can harvest, grow, and even bud other blocks of amethyst!", + "ftbquests.chapter.the_sound_of_life.quest51.description3": "Its behavior can be further modified using a \u00266Dominion Wand.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.title": "Amethyst Buddy", + "ftbquests.chapter.the_sound_of_life.quest52.description1": "With the acquisition of specially-charged elven materials, you can create an \u00266even stronger mana-generating base;\u0026r cake, wool, and even other mana flowers can all be mulched into yet more mana.", + "ftbquests.chapter.the_sound_of_life.quest52.task_1683678805039454876.title": "Any Elven Flower", + "ftbquests.chapter.the_sound_of_life.quest52.title": "Esoteric Mana Generation", + "ftbquests.chapter.the_sound_of_life.quest53.description1": "With the power of Elementium and a little extra elemental oomph, you can craft a special pylon to use in tandem with the power of a beacon to summon the \u00266Guardian of Gaia.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest53.description2": "Prove your strength, and you\u0027ll be rewarded with \u00266Gaia Spirits.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest54.description1": "Using the \u00266Enchanting Apparatus\u0026r and some special reagents, you can make elemental essences that have a wide variety of uses, from crafting to spellweaving.", + "ftbquests.chapter.the_sound_of_life.quest54.task_6599905580160140411.title": "Any Essence", + "ftbquests.chapter.the_sound_of_life.quest55.description1": "Fragments of the mysterious \u00266Guardian of Gaia\u0026r, these spirits have enormous potential...", + "ftbquests.chapter.the_sound_of_life.quest56.description1": "There are quite a few elemental \u00266rituals\u0026r that could come in handy for you - defending your base, automatically pick items up, and even allowing you to fly!", + "ftbquests.chapter.the_sound_of_life.quest57.description1": "The \u00266Storage Lectern\u0026r boasts the incredibly convenient capability of letting you manage, view, and craft using nearby storage blocks. Simply place it down and link inventories to it using the dominion wand!", + "ftbquests.chapter.the_sound_of_life.quest57.description2": "There is a limit to the number of inventories you can connect to at once - this can be raised using additional \u00266Bookwyrm Charms.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description1": "Mekanism upgrades come in two flavors - \u00266upgrade cards\u0026r and \u00266tier installers. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description2": "Upgrade cards give the machine a boost to a certain aspect - speed, energy efficiency, etc.", + "ftbquests.chapter.the_sound_of_life.quest58.description3": "Tier installers give the machine more processing slots - from 1 item at a time to \u002669 in some machines!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.task_366296260702142144.title": "Any Upgrade", + "ftbquests.chapter.the_sound_of_life.quest58.title": "Upgrades", + "ftbquests.chapter.the_sound_of_life.quest59.description1": "You can use a hefty amount of will as well as vengeful will crystals to create \u00266Wither Skeleton Skulls\u0026r in a Hellfire Forge. ", + "ftbquests.chapter.the_sound_of_life.quest59.description2": "These skulls are very powerfully charged - you can use them to summon Withers and acquire their \u00266valuable stars.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest59.title": "The Wither", + "ftbquests.chapter.the_sound_of_life.quest6.description1": "\u00266Blood Orbs\u0026r are a budding sanguimancer\u0027s way of storing and utilizing Life Essence, measured in \u00266LP.\u0026r Once you\u0027ve crafted one, right click with it in your hand to bind it to your personal LP network.", + "ftbquests.chapter.the_sound_of_life.quest6.description2": "LP is used for things like sigils, rituals, and crafting. You can transfer life essence in an altar to your network by placing your orb into the altar.", + "ftbquests.chapter.the_sound_of_life.quest6.description3": "\u00267Tip: there is a blood orb for each tier of altar! Certain recipes need higher tiers of blood orbs.", + "ftbquests.chapter.the_sound_of_life.quest6.task_9017841688739987349.title": "Any Blood Orb", + "ftbquests.chapter.the_sound_of_life.quest60.description1": "The \u00266Conjuration Catalyst\u0026r can duplicate certain items for a relatively moderate mana cost.", + "ftbquests.chapter.the_sound_of_life.quest60.description2": "No more fiddling around with potions or distilling to make your redstone and glowstone!", + "ftbquests.chapter.the_sound_of_life.quest61.description1": "You can summon \u00266Wilden\u0026r using the aptly-named Tablet of Summon Wilden. These magical creatures drop \u00266special reagents when killed.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest61.description2": "These reagents can also be used to summon the \u00266Wilden Chimera,\u0026r a powerful boss that drops a \u00266special item\u0026r needed to channel tier 3 spells. ", + "ftbquests.chapter.the_sound_of_life.quest61.title": "Wilden", + "ftbquests.chapter.the_sound_of_life.quest62.description1": "With the power of a \u00266Charger\u0026r and an \u00266enriched diamond,\u0026r you can create a \u00266special kind of chargeable quartz...\u0026r", + "ftbquests.chapter.the_sound_of_life.quest62.title": "Certus Quartz", + "ftbquests.chapter.the_sound_of_life.quest63.description1": "Obviously, the ratio of one diamond for one certus quartz isn\u0027t exactly tenable. Luckily, there\u0027s a way to literally grow it from itself - just throw a block of \u00266certus quartz into water with some charged certus quartz,\u0026r and it\u0027ll get converted into \u00266budding quartz.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest63.description2": "This semi-flawed quartz block will grow crystals just like amethyst, with one caveat - \u00264eventually the crystal will degrade\u0026r back into a regular block, meaning you\u0027ll have to re-seed it.", + "ftbquests.chapter.the_sound_of_life.quest63.description3": "\u00267Tip: you can also use Theurgy to convert other materials into certus quartz - amethyst is a good candidate!", + "ftbquests.chapter.the_sound_of_life.quest63.title": "Growing Quartz", + "ftbquests.chapter.the_sound_of_life.quest64.description1": "By combining redstone and nether quartz with charged certus quartz, you can make \u00266Fluix Crystals,\u0026r capable of turning matter into digitalized information.", + "ftbquests.chapter.the_sound_of_life.quest65.description1": "Before the apocalpyse - or whatever happened here - there were strange meteors that occasionally fell containing these \u00266mysterious presses.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest65.description2": "You think you have devised a ritual that could potentially draw in another one of these meteors (albeit greatly diminished in size).", + "ftbquests.chapter.the_sound_of_life.quest65.description3": "\u00267Tip: check your Reclamation Rituals book!", + "ftbquests.chapter.the_sound_of_life.quest65.title": "Mysterious Cube", + "ftbquests.chapter.the_sound_of_life.quest66.description1": "The \u00266ME Controller\u0026r is the brains of the \u00266Material Energy\u0026r system - one of the most powerful logistics solutions available to you.", + "ftbquests.chapter.the_sound_of_life.quest66.subtitle": "Better than futura blocks", + "ftbquests.chapter.the_sound_of_life.quest67.description1": "The \u00266Inscriber\u0026r is used to turn raw materials into actual circuits useable in the \u00266Matter Energy\u0026r system.", + "ftbquests.chapter.the_sound_of_life.quest68.description1": "With the raw power afforded to you by aspected will crystals, gaia fragments, and ethereal slates, you finally have enough oomph to begin reversing the damage this world has suffered.", + "ftbquests.chapter.the_sound_of_life.quest68.description2": "Look into the \u00266Ritual of Reclamation\u0026r in your Reclamation Rituals book to start reclaiming the world.", + "ftbquests.chapter.the_sound_of_life.quest68.description3": "\u00267Note: the ritual may \u00264void blocks!\u0026r\u00267 Perform it away from anything important or risk losing things you might want to keep.", + "ftbquests.chapter.the_sound_of_life.quest68.subtitle": "Roll credits?", + "ftbquests.chapter.the_sound_of_life.quest68.task_6680892754679269683.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_sound_of_life.quest68.title": "Reclamation", + "ftbquests.chapter.the_sound_of_life.quest69.description1": "\u00266Sirens\u0026r can be summoned (and subsequently befriended) at the Altar of Birthing. Once given a Sea Pickle, they\u0027ll disappear and leave behind a token. This token can be turned into a charm that can \u00266automatically fish\u0026r for you, at the price of source!", + "ftbquests.chapter.the_sound_of_life.quest69.description2": "\u00267Tip: this auto fishing can be sped up; read your Worn Notebook for more details.", + "ftbquests.chapter.the_sound_of_life.quest7.description1": "The \u00266Alchemy Table\u0026r allows you to craft with LP from a blood orb. You can make a lot of things like reagents for useful sigils, but you can also make \u00266Arcane Ashes.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest70.description1": "\u00266Whirlisprigs\u0026r can be summoned at the Altar of Birthing. Growing a tree near a summoned one will net you a token, which can be crafted into a charm. This charm summons a tame Whirlisprig that will \u00266produce natural resources\u0026r based on what\u0027s nearby!", + "ftbquests.chapter.the_sound_of_life.quest70.description2": "\u00267Tip: read your Worn Notebook for more!", + "ftbquests.chapter.the_sound_of_life.quest71.description1": "Summon a \u00266Drygmy\u0026r at the Altar of Birthing. Give it a wilden horn to get a token, then craft it into a token. This tame Drygmy will \u00266produce experience and drops of mobs nearby,\u0026r without killing them!", + "ftbquests.chapter.the_sound_of_life.quest72.description1": "Casting dispel on a witch (summoned at the Altar of Birthing) drops a Wixie Token. Turned into a charm to summon Wixies, these creatures can craft and brew potions for you!", + "ftbquests.chapter.the_sound_of_life.quest72.description2": "\u00267Tip: Wixies are very helpful when using an Alchemical Sourcelink! For more info, read your Worn Notebook.", + "ftbquests.chapter.the_sound_of_life.quest73.description1": "\u00266Starbuncles\u0026r summoned by the Altar of Birthing can be gifted gold nuggets to get \u00266Starbuncle Tokens.\u0026r Crafted into a \u00266Starbuncle Charm,\u0026r it will summon a Starbuncle to move items around for you. No more fiddling around with pipes and logistics, just use a semi-intelligent squirrel!", + "ftbquests.chapter.the_sound_of_life.quest73.description2": "\u00267Tip: they can be told to only pick up or drop off certain items - read your Worn Notebook for more information!", + "ftbquests.chapter.the_sound_of_life.quest74.description1": "\u00266Magebloom\u0026r is a flower whose fibers can be spun into a very conductive magical cloth.", + "ftbquests.chapter.the_sound_of_life.quest74.title": "Magebloom", + "ftbquests.chapter.the_sound_of_life.quest75.description1": "\u00266Warp Scrolls\u0026r let you teleport anywhere in a dimension, while their stabilized versions create a temporary portal that can transport you even to \u00266other dimensions.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest75.description2": "\u00267Tip: both types of scrolls can be turned into permanent portals by building a frame out of Sourcestone, placing a full source jar nearby, and tossing the scroll into it.", + "ftbquests.chapter.the_sound_of_life.quest76.description1": "The \u00266Fission Reactor\u0026r is a large multiblock that takes fissile fuel and water and outputs enormous amounts of steam. This steam can be pumped into another large multiblock (the industrial turbine) to produce absolutely outrageous amounts of power. ", + "ftbquests.chapter.the_sound_of_life.quest76.description2": "Equally as importantly, it produces nuclear waste.", + "ftbquests.chapter.the_sound_of_life.quest76.description3": "For more information on how to build this structure, refer to the mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest76.description4": "\u00264Warning: if you mess up running your reactor, it WILL melt down and explode/irradiate the surrounding area. Make it small or make it far away from your base if you\u0027re not confident.", + "ftbquests.chapter.the_sound_of_life.quest76.subtitle": "Uranium \u003d mc2?", + "ftbquests.chapter.the_sound_of_life.quest76.title": "Fission Reactor", + "ftbquests.chapter.the_sound_of_life.quest77.description1": "\u00266Plutonium\u0026r is one possible product from processing nuclear waste - it can be reprocessed into more fissile fuel or crafted into Supercritical Phase Shifter casings.", + "ftbquests.chapter.the_sound_of_life.quest78.description1": "\u00266Radioactive Waste Barrels\u0026r are one of the only things that can hold nuclear waste; when filled, they slowly dispose of their contents.", + "ftbquests.chapter.the_sound_of_life.quest78.title": "Waste Disposal", + "ftbquests.chapter.the_sound_of_life.quest79.description1": "\u00266Polonium\u0026r is a possible product from processing nuclear waste. ", + "ftbquests.chapter.the_sound_of_life.quest79.description2": "Not only can it make a variety of very helpful equipment and the \u00266QIO system,\u0026r it can also be used to craft Supercritical Phase Shifter (SPS) casings, necessary for producing \u00266antimatter.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest8.description1": "\u00266Arcane Ashes,\u0026r made on the Alchemy Table, can be used to perform some basic alchemy without having to re-enter the field of Spagyrics.", + "ftbquests.chapter.the_sound_of_life.quest8.description2": "One of the first things you\u0027ll want to use this for is making the \u00266Divination Sigil,\u0026r which tells you useful information about the amount of life essence you have access to.", + "ftbquests.chapter.the_sound_of_life.quest80.description1": "Making antimatter requires the creation of a Supercritical Phase Shifter, yet another multiblock.", + "ftbquests.chapter.the_sound_of_life.quest80.description2": "Its casings require a large amount of both polonium and plutonium, meaning you\u0027ll need a large amount of nuclear waste processing.", + "ftbquests.chapter.the_sound_of_life.quest80.description3": "To run, it will also need an incredibly large amount of power - this is where you\u0027d want to use an \u00266Industrial Turbine\u0026r hooked up to either a fission or a fusion reactor.", + "ftbquests.chapter.the_sound_of_life.quest80.description4": "\u00267Tip: you only need to make one of these to finish the pack - unless you REALLY like late-game Mekanism or you want to make creative items!", + "ftbquests.chapter.the_sound_of_life.quest81.description1": "The \u00266QIO System\u0026r is a digital storage solution that does not need power and can store a very large amount of items.", + "ftbquests.chapter.the_sound_of_life.quest81.description2": "It has \u00266unlimited cross-dimensional range\u0026r and can import and export automatically. However, it cannot easily auto-craft things for you.", + "ftbquests.chapter.the_sound_of_life.quest81.title": "QIO System", + "ftbquests.chapter.the_sound_of_life.quest82.description1": "The \u00266Fusion Reactor\u0026r is a much more powerful version of its fission counterpart. It can produce millions of RF/t using deuterium, tritium, or D-T fuel.", + "ftbquests.chapter.the_sound_of_life.quest82.description2": "To learn more about this reactor, check the Mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest82.subtitle": "Sci without the fi", + "ftbquests.chapter.the_sound_of_life.quest82.title": "Fusion Reactor", + "ftbquests.chapter.the_sound_of_life.quest9.description1": "\u00266Sentient Tools\u0026r are a much easier way for you to acquire will - instead of having to throw soul snares at enemies, the tools have the \u00266inherent ability to sever souls\u0026r from their fleshy (or bony) prisons.", + "ftbquests.chapter.the_sound_of_life.quest9.description2": "They are also powered by will - any kind of soul gem in your inventory will \u00266increase the tools\u0027 power\u0026r proportional to the amount of will you have stored.", + "ftbquests.chapter.the_sound_of_life.quest9.task_3309257771812589055.title": "Any Sentient Tool", + "ftbquests.chapter.the_sound_of_life.quest9.title": "Sentient Tools", + "ftbquests.chapter.the_sound_of_life.title": "Sounds of Life", + "ftbquests.chapter.the_taste_of_power.quest1.description1": "The \u00266Ender Dragon\u0026r not only has horrific halitosis, it also prevents you from exploring the rest of the End and all its goodies.", + "ftbquests.chapter.the_taste_of_power.quest1.task_4052279956792945141.title": "Kill the Dragon", + "ftbquests.chapter.the_taste_of_power.quest10.description1": "Kinda like an unlimited supply of grape juice!", + "ftbquests.chapter.the_taste_of_power.quest10.description2": "\u00267A/N: pretend it needs 100k instead of 10k source... i\u0027m too lazy to make a custom source jar like ATM does", + "ftbquests.chapter.the_taste_of_power.quest11.description1": "All that effort, and all you got was a really big hole.", + "ftbquests.chapter.the_taste_of_power.quest12.description1": "This is way better than a really big hole!", + "ftbquests.chapter.the_taste_of_power.quest13.description1": "And now the way better hole is a digital rip in the fabric of the universe.", + "ftbquests.chapter.the_taste_of_power.quest13.description2": "Or maybe its a real rip in the fabric of the digital universe?", + "ftbquests.chapter.the_taste_of_power.quest13.description3": "Either way, you\u0027re done. You have access to every item digitally, with the help of a cell workbench. Good job! Have some cake :)", + "ftbquests.chapter.the_taste_of_power.quest14.description1": "It\u0027s not really infinite ME power as much as it is infinite ME efficiency.", + "ftbquests.chapter.the_taste_of_power.quest15.description1": "Sufficiently advanced technology is indistinguishable from magic.", + "ftbquests.chapter.the_taste_of_power.quest15.title": "Creative Energy Cube", + "ftbquests.chapter.the_taste_of_power.quest2.task_7905395510409401238.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest2.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest3.description1": "Congrats! You\u0027ve killed the Ender Dragon - there is no more left to conquer.", + "ftbquests.chapter.the_taste_of_power.quest3.description2": "You are a champion. ", + "ftbquests.chapter.the_taste_of_power.quest3.description3": "You have \u0026lReclaimed\u0026r the world.", + "ftbquests.chapter.the_taste_of_power.quest3.description4": "\u00267As far as anyone can really be concerned, you\u0027ve finished the modpack. Any quests past this are exclusively for bragging rights - creative items, op stuff, lame resource dump recipes, all that jazz.", + "ftbquests.chapter.the_taste_of_power.quest3.description5": "\u00267Thank you immensely for putting the time and effort into finishing the pack! This was a huge undertaking for me, but hopefully you enjoyed it enough that it was worth it :)", + "ftbquests.chapter.the_taste_of_power.quest3.description6": "\u00267 -ACCBDD", + "ftbquests.chapter.the_taste_of_power.quest3.subtitle": "Roll credits (for real)", + "ftbquests.chapter.the_taste_of_power.quest3.task_2556725507805521066.title": "Congratulations!", + "ftbquests.chapter.the_taste_of_power.quest4.description1": "An infinitely super-heated blaze is great just as a centerpiece, but you can also use it to make infinite lava.", + "ftbquests.chapter.the_taste_of_power.quest4.description2": "\u00267Tip: you\u0027re gonna need to make quite a few of these!", + "ftbquests.chapter.the_taste_of_power.quest5.description1": "What\u0027s better than infinite blaze burning? Infinite turning! ", + "ftbquests.chapter.the_taste_of_power.quest6.description1": "The dwarven version of a Philosopher\u0027s Stone.", + "ftbquests.chapter.the_taste_of_power.quest7.description1": "Somehow, you don\u0027t feel as guilty as you think you should.", + "ftbquests.chapter.the_taste_of_power.quest7.description2": "\u00267Tip: this takes 10 full mana pools worth of mana. :)", + "ftbquests.chapter.the_taste_of_power.quest8.description1": "No more will you be shackled to the tyranny of building an enormous pool of whatever fluid!", + "ftbquests.chapter.the_taste_of_power.quest9.description1": "Once you\u0027ve set it to a chemical, you can reset it to empty by crafting it.", + "ftbquests.chapter.the_taste_of_power.quest9.title": "Creative Chemical Tank", + "ftbquests.chapter.the_taste_of_power.title": "The Taste of Power", + "ftbquests.chapter.the_touch_of.quest1.description1": "You\u0027ve done it. You\u0027ve reclaimed some small part of the world! ", + "ftbquests.chapter.the_touch_of.quest1.description2": "Now you just have to regain the diversity in surroundings you remember there once being...", + "ftbquests.chapter.the_touch_of.quest1.task_7943239389617432250.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_touch_of.quest1.title": "Reclamation", + "ftbquests.chapter.the_touch_of.quest10.description1": "\u00266Watery Essence\u0026r is found in deep oceans - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest10.description2": "Elemental wizardry will provide you the magical power necessary to enact such an elementally-aligned terraformation - namely, turning a small area into a \u00266warm ocean.\u0026r", + "ftbquests.chapter.the_touch_of.quest10.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest11.description1": "With all six types of attuned biome essence, you can combine them in a (quite expensive) ritual to produce the \u00266End Portal.\u0026r You\u0027ll still need to add \u00266Eyes of Ender\u0026r to the frame, but once you\u0027ve done so, you can finally enter \u00266the End.\u0026r", + "ftbquests.chapter.the_touch_of.quest11.description2": "\u00267Tip: you can break end portal frames and blocks by right clicking them with the frame remover!", + "ftbquests.chapter.the_touch_of.quest11.subtitle": "Dragons... I hate dragons", + "ftbquests.chapter.the_touch_of.quest11.task_4811328545830427024.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest11.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest12.description1": "Generic biome essence is well and good, but for real ritualistic oomph you\u0027ll need a specialized container, capable of collecting attuned essence.", + "ftbquests.chapter.the_touch_of.quest12.description2": "\u00267Tip: check your Reclamation Rituals book for information on the late-game terraforming rituals!", + "ftbquests.chapter.the_touch_of.quest13.description1": "With biome essence, you can also perform \u00266more directed terraforming\u0026r - turning the surrounding area into basic overworld biomes: forest, plains, river, beach, and ocean.", + "ftbquests.chapter.the_touch_of.quest13.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the overworld terraforming rites!", + "ftbquests.chapter.the_touch_of.quest13.task_2143407724517054989.title": "Basic Terraforming", + "ftbquests.chapter.the_touch_of.quest14.description1": "With some additional infusion, an attuned biome bottle can be turned into a \u00266biome globe\u0026r - in essence a portable directed reclamation ritual.", + "ftbquests.chapter.the_touch_of.quest14.description2": "\u00267Tip: these globes have 16 uses each, and convert a radius of 12 blocks from where you use them! They\u0027ll convert blocks to their reclaimed versions, but they will NOT place features like grass or trees; you\u0027ll have to do those yourself.", + "ftbquests.chapter.the_touch_of.quest14.description3": "\u00267Tip 2: these drain a LOT of aura to make!", + "ftbquests.chapter.the_touch_of.quest14.subtitle": "Portable Terraforming", + "ftbquests.chapter.the_touch_of.quest14.task_8529374338001252387.title": "Any Biome Globe", + "ftbquests.chapter.the_touch_of.quest14.title": "Biome Globes", + "ftbquests.chapter.the_touch_of.quest2.description1": "Getting the nether back into shape is relatively easy, now that you understand the shape of terraforming rituals and have a source of biomic essence.", + "ftbquests.chapter.the_touch_of.quest2.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the nether terraforming rites!", + "ftbquests.chapter.the_touch_of.quest2.task_4997059168389991596.title": "Visit Every Nether Biome", + "ftbquests.chapter.the_touch_of.quest2.title": "Reclaiming the Nether", + "ftbquests.chapter.the_touch_of.quest3.description1": "With the creation of reclaimed biomes, natural spawns can now occur - drygmies, whirligigs, and starbuncles can all rarely spawn in these biomes, as well as the regular mobs.", + "ftbquests.chapter.the_touch_of.quest3.title": "Natural Spawning", + "ftbquests.chapter.the_touch_of.quest4.description1": "Now that you have a place where you can actually see the blue (!) sky, you can bottle up the abundant biomic essence in a \u00266specially-designed container.\u0026r", + "ftbquests.chapter.the_touch_of.quest4.description2": "This \u00266biome essence\u0026r can be used in rituals along with some extra reagents to terraform in a more directed way.", + "ftbquests.chapter.the_touch_of.quest4.description3": "\u00267Tip: you can collect essence in any living biome by holding right click with a biome bottle. Crouching while you do this will fill all bottles in a stack!", + "ftbquests.chapter.the_touch_of.quest4.title": "Biome Essence", + "ftbquests.chapter.the_touch_of.quest5.description1": "The first attuned essence you\u0027ll need is \u00266Hellish Essence,\u0026r collectible from any living\u00266 nether biome.\u0026r", + "ftbquests.chapter.the_touch_of.quest6.description1": "\u00266Arid Essence\u0026r is found mainly in the desert - you\u0027ll have to use a special version of your terraforming ritual to bring it back. ", + "ftbquests.chapter.the_touch_of.quest6.description2": "Some high-powered dwarven artifice should provide you with the correct magical resonance to produce an arid, sandy \u00266desert \u0026rbiome.", + "ftbquests.chapter.the_touch_of.quest7.description1": "The final essence you\u0027ll need is \u00266Icy Essence\u0026r from the \u00266snowy slopes\u0026r biome. Wet and cold, the complete opposite of your surroundings, you\u0027ll need a lot of power to create this biome.", + "ftbquests.chapter.the_touch_of.quest7.description2": "First: \u00266polonium\u0026r to provide the necessary chemical energy for the physical transformation.", + "ftbquests.chapter.the_touch_of.quest7.description3": "Second: ice cream (specifically \u00266vanilla\u0026r) to provide structure to the ritual and thematic direction.", + "ftbquests.chapter.the_touch_of.quest7.description4": "Third: a couple \u00266shattered singularities\u0026r to store the excess entropy generated by this ritual.", + "ftbquests.chapter.the_touch_of.quest7.description5": "and finally, Fourth: a large amount of generic \u00266biome essence\u0026r to kickstart the reaction.", + "ftbquests.chapter.the_touch_of.quest8.description1": "\u00266Lush Essence\u0026r is found in jungles of any kind - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest8.description2": "Botanic mastery will provide you the life energy needed to transform your surroundings into a \u00266bamboo forest.\u0026r", + "ftbquests.chapter.the_touch_of.quest8.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest9.description1": "\u00266Mycelic Essence\u0026r is found exclusively on mushroom islands - you\u0027ll have to use a modified version of your terraforming ritual to bring them back. ", + "ftbquests.chapter.the_touch_of.quest9.description2": "Classic wiccan practice should provide you with the correct magical resonance to produce the hot, dry \u00266mushroom field\u0026r biome.", + "ftbquests.chapter.the_touch_of.title": "Visions of the Past", + "ftbquests.chapter_groups_3169067154505914507.title": "Biodiversity", + "ftbquests.chapter_groups_5305197537419525243.title": "Side Quests", + "ftbquests.loot_table_1430735789179352246.title": "mana stuff", + "ftbquests.loot_table_1562099882431827930.title": "horns", + "ftbquests.loot_table_3514670301200914514.title": "chicken", + "ftbquests.loot_table_5456022276654430189.title": "witch", + "ftbquests.loot_table_6347601422327785898.title": "canvas", + "ftbquests.loot_table_67272733859206798.title": "instrument", + "ftbquests.loot_table_7131061971573085034.title": "zombie", + "ftbquests.loot_table_7900474475776381538.title": "rabbit", + "ftbquests.loot_table_8024488712964205957.title": "spider", + "ftbquests.loot_table_8037173722274793648.title": "snow golem", + "ftbquests.loot_table_8381040606691607900.title": "bee", + "ftbquests.loot_table_8615485860944689786.title": "cow", + "ftbquests.loot_table_8839952752635034356.title": "skeleton" +} \ No newline at end of file diff --git a/FTBLang/kubejs/assets/ftbquestlocalizer/lang/ru_ru.json b/FTBLang/kubejs/assets/ftbquestlocalizer/lang/ru_ru.json new file mode 100644 index 0000000..fc094d8 --- /dev/null +++ b/FTBLang/kubejs/assets/ftbquestlocalizer/lang/ru_ru.json @@ -0,0 +1,1235 @@ +{ + "ftbquests.chapter.digital_storage.quest1.description1": "The \u00266controller\u0026r is the brains of a network. Each controller block\u0027s face is capable of outputting \u0026632 channels;\u0026r almost every device on the ME network needs \u00266one channel to operate.\u0026r", + "ftbquests.chapter.digital_storage.quest10.description1": "The \u00266Wireless Access Point\u0026r allows you to use wireless terminals to access your ME System. You can boost its range by giving it \u00266wireless boosters,\u0026r but be warned: more boosters means the WAP will need \u00264much more energy\u0026r to stay running.", + "ftbquests.chapter.digital_storage.quest10.task_8779164168368451602.title": "Any Wireless Terminal", + "ftbquests.chapter.digital_storage.quest10.title": "Wireless Access", + "ftbquests.chapter.digital_storage.quest11.description1": "\u00266Pattern Providers,\u0026r when given a pattern, will push the items in the pattern to a nearby inventory. \u00266Molecular Assemblers,\u0026r when given items, will craft with those items and output them to nearby inventories. Put them next to each other, and you have a \u00266basic autocrafting setup! \u0026r", + "ftbquests.chapter.digital_storage.quest11.description2": "You\u0027ll need somewhere to store the items while they\u0027re being crafted; a crafting storage would be ideal.", + "ftbquests.chapter.digital_storage.quest11.description3": "\u00267Tip: for more info, check the guide!", + "ftbquests.chapter.digital_storage.quest11.title": "ME Autocrafting", + "ftbquests.chapter.digital_storage.quest12.description1": "With an ME System you\u0027ll need some way to actually store items - the \u00266ME Drive\u0026r can store up to 10 storage cells of any type and size.", + "ftbquests.chapter.digital_storage.quest12.description2": "\u00267Tip: you can store botanic mana, elemental source, gases, fluids, and even space itself in cells - not just regular items!", + "ftbquests.chapter.digital_storage.quest13.description1": "Terminals are how you actually interface with the storage cells in your ME System.", + "ftbquests.chapter.digital_storage.quest13.task_8779678006548052409.title": "Any Terminal", + "ftbquests.chapter.digital_storage.quest13.title": "Terminals", + "ftbquests.chapter.digital_storage.quest14.description1": "Storing some energy in your ME System would be a good idea... just in case.", + "ftbquests.chapter.digital_storage.quest16.description1": "\u00266P2P Tunnels\u0026r allow you to transfer multiple channels per channel! It\u0027s a little confusing at first, but once you get the hang of it you can really push your system to the limit.", + "ftbquests.chapter.digital_storage.quest16.description2": "You can also transfer power, chemicals, and even botanic mana and elemental source!", + "ftbquests.chapter.digital_storage.quest17.description1": "The \u00266Reaction Chamber\u0026r not only allows you to make circuits much faster, it can also charge large amounts of certus crystals at a time and even grow crystals from themselves!", + "ftbquests.chapter.digital_storage.quest17.description2": "Just make sure you have enough power to handle its recipes...", + "ftbquests.chapter.digital_storage.quest18.description1": "The \u00266Circuit Slicer\u0026r can cut blocks of materials into 9 circuits much faster than an inscriber can press them.", + "ftbquests.chapter.digital_storage.quest19.description1": "The \u00266Assembler Matrix\u0026r is a molecular assembler and pattern provider setup on steroids - at its maximum size, it can hold over 4,000 patterns and craft incredibly fast. The best part? It only needs \u00266one channel.\u0026r", + "ftbquests.chapter.digital_storage.quest2.description1": "A controller block itself can input energy, but you\u0027ll want to have as many controller faces open as you can to get as many channels as possible into your network. ", + "ftbquests.chapter.digital_storage.quest2.description2": "The \u00266Energy Acceptor\u0026r uses no channels and can be placed anywhere, as long as it\u0027s connected to the network somehow.", + "ftbquests.chapter.digital_storage.quest20.description1": "The \u00266Quantum Computer Core\u0026r is a self-contained crafting CPU with 256M crafting storage and 8 co-processing threads.", + "ftbquests.chapter.digital_storage.quest21.description1": "The \u00266Quantum Computer multiblock\u0026r is an extremely powerful multiblock that can handle an effectively \u00266infinite\u0026r number of crafting requests for your ME System.", + "ftbquests.chapter.digital_storage.quest21.description2": "Read the guide for more information.", + "ftbquests.chapter.digital_storage.quest22.description1": "Perfect for carrying items on the go, the \u00266backpack\u0026r has a few useful upgrades as well.", + "ftbquests.chapter.digital_storage.quest23.description1": "Better than regular chests, \u00266Sophisticated Storage\u0026r lets you put more things in a single block.", + "ftbquests.chapter.digital_storage.quest23.task_5897231893839036272.title": "Any Sophisticated Storage Block", + "ftbquests.chapter.digital_storage.quest23.title": "Sophisticated Storage", + "ftbquests.chapter.digital_storage.quest24.description1": "Capable of storing a very large amount of a single item type.", + "ftbquests.chapter.digital_storage.quest24.description2": "The framing table lets you customize the way they look.", + "ftbquests.chapter.digital_storage.quest24.task_5464079544652951362.title": "Any Storage Drawer", + "ftbquests.chapter.digital_storage.quest24.title": "Storage Drawers", + "ftbquests.chapter.digital_storage.quest25.description1": "Tier upgrades can be used to upgrade Sophisticated Storage blocks without breaking them.", + "ftbquests.chapter.digital_storage.quest25.task_611570763386642583.title": "Any Tier Upgrade", + "ftbquests.chapter.digital_storage.quest26.description1": "The \u00266Drawer Controller\u0026r allows you to interface with multiple drawers using only a single blockface.", + "ftbquests.chapter.digital_storage.quest27.description1": "There are a variety of keys - lock drawers to specific items, hide item labels to reduce lag, and more.", + "ftbquests.chapter.digital_storage.quest27.task_7070764459751906106.title": "Any Drawer Key", + "ftbquests.chapter.digital_storage.quest27.title": "Drawer Keys", + "ftbquests.chapter.digital_storage.quest28.description1": "Autofeeding, playing music, even portable crafting can all be attained with backpack upgrades.", + "ftbquests.chapter.digital_storage.quest29.description1": "Higher stack count, filtering, and more - check the uses for the upgrade base.", + "ftbquests.chapter.digital_storage.quest3.description1": "Smart cables are very useful - they visually display how many channels they\u0027re carrying at any given time.", + "ftbquests.chapter.digital_storage.quest3.task_6551415206641156021.title": "Any Smart Cable", + "ftbquests.chapter.digital_storage.quest3.title": "Smart Cables", + "ftbquests.chapter.digital_storage.quest30.description1": "Each workbench (aside from looking neat) can turn a specific set of blocks into its variants.", + "ftbquests.chapter.digital_storage.quest30.title": "Chipped Workbenches", + "ftbquests.chapter.digital_storage.quest31.description1": "Can turn almost any basic block into a wide array of variants.", + "ftbquests.chapter.digital_storage.quest32.description1": "Made from stonecutting andesite alloy, these blocks can take on the texture of any other block.", + "ftbquests.chapter.digital_storage.quest32.task_4661123369301757740.title": "Any Copycat Block", + "ftbquests.chapter.digital_storage.quest33.description1": "You can make music by crafing a \u00266Music Sheet\u0026r and placing notes on the sheet. ", + "ftbquests.chapter.digital_storage.quest33.description2": "Place the sheet in your offhand while holding an instrument to play the instrument.", + "ftbquests.chapter.digital_storage.quest33.description3": "\u00267Tip: you can do MUCH more with this mod - check out its CurseForge page for more info.", + "ftbquests.chapter.digital_storage.quest34.description1": "You can paint your own masterpieces while you wait for crops to grow - simply make a palette, fill it with colors, plop a canvas on an easel, and get to painting!", + "ftbquests.chapter.digital_storage.quest34.description2": "Signed paintings can be duplicated by crafting the original with a blank canvas of the same size.", + "ftbquests.chapter.digital_storage.quest34.description3": "\u00267Tip: to craft a palette, fill the bottom row of a crafting table with planks, then place dyes in the middle. You can add more dyes to a palette by crafting them together.", + "ftbquests.chapter.digital_storage.quest34.title": "The Joy of Painting", + "ftbquests.chapter.digital_storage.quest35.description1": "\u00266Building Gadgets\u0026r are a collection of useful tools that will let you build very quickly.", + "ftbquests.chapter.digital_storage.quest35.description2": "They do need to be charged; use an energy cube or similar.", + "ftbquests.chapter.digital_storage.quest36.description1": "The \u00266Rod of the Shifting Crust\u0026r allows you to exchange blocks in the world with blocks in your inventory for the cost of mana.", + "ftbquests.chapter.digital_storage.quest4.description1": "Dense cables can carry 32 channels instead of the regular 8 channels.", + "ftbquests.chapter.digital_storage.quest4.task_5854794686036721300.title": "Any Smart Dense Cable", + "ftbquests.chapter.digital_storage.quest4.title": "Dense Cables", + "ftbquests.chapter.digital_storage.quest5.description1": "The color applicator lets you paint cables - especially useful once your network starts to grow. ", + "ftbquests.chapter.digital_storage.quest5.description2": "Colored cables won\u0027t connect to other colored cables, but fluix cables can connect to all colors.", + "ftbquests.chapter.digital_storage.quest5.description3": "These can be filled with \u00266dyes or paintballs\u0026r using an \u00266ME Chest.\u0026r", + "ftbquests.chapter.digital_storage.quest5.task_4299327579125140032.title": "Color Applicator", + "ftbquests.chapter.digital_storage.quest6.description1": "The \u00266ME Interface\u0026r acts as a specialized input and output port for your network. ", + "ftbquests.chapter.digital_storage.quest6.description2": "It can keep a certain amount of items from your network in its inventory for pipes or other blocks to pull from, and also automatically puts any other items it receives into the network.", + "ftbquests.chapter.digital_storage.quest7.description1": "The \u00266Wireless Connector\u0026r is a short-range version of a \u00266Quantum Link Chamber \u0026r- use this when you want your network to jump a short distance, and not cross-dimensionally.", + "ftbquests.chapter.digital_storage.quest8.description1": "The \u00266Quantum Network Bridge\u0026r uses the power of quantum entanglement to bridge a network gap not only across large distances, but dimensions.", + "ftbquests.chapter.digital_storage.quest8.title": "Quantum Network Bridge", + "ftbquests.chapter.digital_storage.quest9.description1": "The\u00266 Extended Charger\u0026r and \u00266Inscriber\u0026r are upgraded versions of their base models, capable of processing 4 recipes in parallel.", + "ftbquests.chapter.digital_storage.quest9.title": "Extended Machines", + "ftbquests.chapter.digital_storage.title": "Storage and Decor", + "ftbquests.chapter.ffood_plants.quest1.description1": "Lining rivers and shores, sugar cane had once risen in green columns, swaying with each passing breeze.", + "ftbquests.chapter.ffood_plants.quest10.description1": "With deep golden petals and a bitter scent, wolfsbane once grew where night lingered longest. ", + "ftbquests.chapter.ffood_plants.quest100.description1": "Sweet, mellow fruits with a classic tropical aroma.", + "ftbquests.chapter.ffood_plants.quest101.description1": "Soft and nutty, cashews offer a creamy bite with a sweet-savory balance.", + "ftbquests.chapter.ffood_plants.quest102.description1": "Cherries burst with juicy intensity; sweet, sometimes sharp, and always bright.", + "ftbquests.chapter.ffood_plants.quest103.description1": "Cracking into a coconut reveals cool, sweet water and soft, fragrant meat.", + "ftbquests.chapter.ffood_plants.quest104.description1": "Dates are also known as nature\u0027s candy: chewy, caramel-rich, and deeply sweet.", + "ftbquests.chapter.ffood_plants.quest105.description1": "With neon skin and unique speckled flesh, dragon fruit tastes delicate, lightly sweet, and just a little floral.", + "ftbquests.chapter.ffood_plants.quest106.description1": "Figs are jammy and soft with a honey-like flavor.", + "ftbquests.chapter.ffood_plants.quest107.description1": "Grapefruit will wake up your palate - juicy, sour, bitter, and bold.", + "ftbquests.chapter.ffood_plants.quest108.description1": "Kumquats are often eaten whole, with a sharp citrus shock over sweet orange notes.", + "ftbquests.chapter.ffood_plants.quest109.description1": "Tart and vivid, lemons cut through richness with their clean citrus bite.", + "ftbquests.chapter.ffood_plants.quest11.description1": "Snowbells had once blossomed in the coldest reaches, their pale blue petals dusted with frost.", + "ftbquests.chapter.ffood_plants.quest110.description1": "Smaller and punchier than lemons, limes have a tight, zesty sting.", + "ftbquests.chapter.ffood_plants.quest111.description1": "Mangoes melt in your mouth with tropical sweetness.", + "ftbquests.chapter.ffood_plants.quest112.description1": "Like a peach in sleek skin, nectarines are sweet, tangy, and satisfyingly juicy.", + "ftbquests.chapter.ffood_plants.quest113.description1": "Ground nutmeg adds a warm, nutty-spicy aroma that’s cozy and festive to any dish.", + "ftbquests.chapter.ffood_plants.quest114.description1": "Oranges are all brightness and juice, sweet with a sunny citrus finish.", + "ftbquests.chapter.ffood_plants.quest115.description1": "Peaches are the most famous of stone fruit, for good reason.", + "ftbquests.chapter.ffood_plants.quest116.description1": "Pears are quietly sweet and crisp; eternally elegant.", + "ftbquests.chapter.ffood_plants.quest117.description1": "Pecans have a great crunch with deep nutty flavor.", + "ftbquests.chapter.ffood_plants.quest118.description1": "Persimmons are smooth and syrupy, with a mellow flavor that deepens as they ripen.", + "ftbquests.chapter.ffood_plants.quest119.description1": "Plums skirt the line between tart and sweet, finishing with a tangy punch.", + "ftbquests.chapter.ffood_plants.quest12.description1": "Prized by herbalists for its strange resilience, who claimed it drew strength from the moonlit depths.", + "ftbquests.chapter.ffood_plants.quest120.description1": "Star fruit is crisp and juicy, with a tropical edge.", + "ftbquests.chapter.ffood_plants.quest121.description1": "Walnuts are hearty and slightly bitter, great for a midday snack.", + "ftbquests.chapter.ffood_plants.quest122.description1": "The bark grinds down to a warm, spicy-sweet powder that instantly deepens any flavor.", + "ftbquests.chapter.ffood_plants.quest123.description1": "The \u00266Cooking Table\u0026r is the heart of a multiblock kitchen - allowing you to craft any number of foods with the items stored inside of it. It can also supply you with tools, water, snow/ice, and milk.", + "ftbquests.chapter.ffood_plants.quest123.description2": "Especially handy when you have a large amount of foods and a limited amount of brainpower.", + "ftbquests.chapter.ffood_plants.quest123.title": "Cooking for Blockheads", + "ftbquests.chapter.ffood_plants.quest124.description1": "The \u00266ME Kitchen Station\u0026r lets you connect your multiblock kitchen to your ME system!", + "ftbquests.chapter.ffood_plants.quest125.description1": "The \u00266fridge\u0026r stores items, just like a cabinet.", + "ftbquests.chapter.ffood_plants.quest126.description1": "A \u00266sink\u0026r provides unlimited water to recipes.", + "ftbquests.chapter.ffood_plants.quest126.description2": "\u00267Tip: ...and other things.", + "ftbquests.chapter.ffood_plants.quest127.description1": "The oven lets you cook multiple foods in a single block.", + "ftbquests.chapter.ffood_plants.quest128.description1": "A \u00266Cow in a Jar\u0026r slowly produces milk, which can be used in recipes.", + "ftbquests.chapter.ffood_plants.quest128.description2": "...but how does one get a cow into a jar?", + "ftbquests.chapter.ffood_plants.quest128.description3": "\u00267Tip: you\u0027ll need to turn off claim protection or make this outside a claim, OPAC doesn\u0027t really like animal cruelty!", + "ftbquests.chapter.ffood_plants.quest129.description1": "When added to a fridge, the \u00266ice unit\u0026r provides unlimited ice and snow to recipes.", + "ftbquests.chapter.ffood_plants.quest13.description1": "This earth-toned fungus once thrived in quiet, dark corners, feeding on decay.", + "ftbquests.chapter.ffood_plants.quest130.description1": "The \u00266heating unit,\u0026r applied to a stove, lets it run on energy instead of burnable fuel.", + "ftbquests.chapter.ffood_plants.quest131.description1": "The \u00266tool rack\u0026r provides tools to cooking recipes; pots, pans, and other sorts.", + "ftbquests.chapter.ffood_plants.quest132.description1": "The \u00266Kitchen Cabinet and Counter\u0026r store items for the Cooking Table to use.", + "ftbquests.chapter.ffood_plants.quest132.title": "Kitchen Storage", + "ftbquests.chapter.ffood_plants.quest133.description1": "The \u00266Horn of the Wild\u0026r lets you harvest a large area of crops without manually collecting them one by one.", + "ftbquests.chapter.ffood_plants.quest133.description2": "Useful!", + "ftbquests.chapter.ffood_plants.quest134.description1": "The \u00266Drum of the Wild\u0026r is a block-based version of the horn - set a mana spreader to shoot mana through it and it\u0027ll harvest crops nearby.", + "ftbquests.chapter.ffood_plants.quest134.description2": "Add a \u00266hopperhock\u0026r and you have fully automatic crop harvesting!", + "ftbquests.chapter.ffood_plants.quest135.description1": "The \u00266Harvester\u0026r is a little harder to make than the other automated harvesters, but it makes up for it in ease of use.", + "ftbquests.chapter.ffood_plants.quest135.description2": "Place it on the same level as crops and it will harvest them - a 3x3 area by default, but this can be upgraded with machine upgrades.", + "ftbquests.chapter.ffood_plants.quest136.description1": "The \u00266Mechanical Harvester\u0026r lets you harvest... mechanically! ", + "ftbquests.chapter.ffood_plants.quest136.description2": "Attach it to any variety of contraption and as it moves through a crop it will harvest it.", + "ftbquests.chapter.ffood_plants.quest137.description1": "That\u0027s dedication! A personal shoutout from myself, for the pure raw dedication that you\u0027ve shown.", + "ftbquests.chapter.ffood_plants.quest137.subtitle": "You earned it!", + "ftbquests.chapter.ffood_plants.quest137.task_5521912290757485582.title": "You know what? Sure.", + "ftbquests.chapter.ffood_plants.quest138.description1": "You\u0027ve gone even further than I went! An absolute mad. lad. Take your prize and go.", + "ftbquests.chapter.ffood_plants.quest138.subtitle": "Your dedication is admirable.", + "ftbquests.chapter.ffood_plants.quest138.title": "Good god...", + "ftbquests.chapter.ffood_plants.quest14.description1": "With its crimson cap and pale stem, the red mushroom once sprouted in damp caves and shadowed groves.", + "ftbquests.chapter.ffood_plants.quest15.description1": "Bamboo once climbed toward the sky in great bamboo forests, hollow stems whispering in the wind.", + "ftbquests.chapter.ffood_plants.quest16.description1": "Sailors swore it marked safe waters—while some claimed it hid the bones of the drowned.", + "ftbquests.chapter.ffood_plants.quest17.description1": "This gentle underwater plant once rippled with the ocean’s breath, carpeting the sea floor in quiet green.", + "ftbquests.chapter.ffood_plants.quest18.description1": "Their soft light once guided creatures of the reef and lit the way for wayward divers in the twilight deep.", + "ftbquests.chapter.ffood_plants.quest19.description1": "This strange, red fungus had grown only in the deep, burning halls of another world. It pulsed faintly with unnatural life.", + "ftbquests.chapter.ffood_plants.quest2.description1": "Bright orange roots that grew deep in the earth, carrots were a favorite among rabbits and a healthy snack, to boot!", + "ftbquests.chapter.ffood_plants.quest20.description1": "Once said to carry the scent of a world turned upside down—where even the air recoiled in confusion.", + "ftbquests.chapter.ffood_plants.quest21.description1": "This twisted red fungus once grew in the scorched ground of the Nether, pulsing faintly as if alive.", + "ftbquests.chapter.ffood_plants.quest22.description1": "Once used in deadly draughts and sleeping curses, favored by those who studied the poisoner\u0027s art.", + "ftbquests.chapter.ffood_plants.quest23.description1": "Flax\u0027s delicate fibers had once been woven into cloth and spell-thread, binding both garments and enchantments.", + "ftbquests.chapter.ffood_plants.quest24.description1": "Bold and crimson, the poppy is a symbol of remembrance and silent strength, often found where courage once stood.", + "ftbquests.chapter.ffood_plants.quest24.description2": "\u00267Tip: You can either craft poppy seeds or mutate them from Melon and Sugarcane.", + "ftbquests.chapter.ffood_plants.quest25.description1": "A tall and graceful flower with a soft purple hue, often associated with grace, quiet wisdom, and calm days.", + "ftbquests.chapter.ffood_plants.quest26.description1": "Delicate and pale, these tiny flowers cluster low to the ground, bringing a sense of peace to open fields.", + "ftbquests.chapter.ffood_plants.quest27.description1": "This rare azure blossom flourishes in damp, shadowed groves. Legends say it blooms where ancient tears once fell.", + "ftbquests.chapter.ffood_plants.quest28.description1": "Cornflowers once braved the wind in wide fields, their blue hues a favorite among storytellers and songwriters.", + "ftbquests.chapter.ffood_plants.quest29.description1": "A cheerful bloom of golden yellow, said to carry whispers of spring on the wind. It thrives wherever the sun touches the land.", + "ftbquests.chapter.ffood_plants.quest29.description2": "\u00267Tip: You can either craft dandelion seeds or mutate them from Wheat and Pumpkin.\u0026r", + "ftbquests.chapter.ffood_plants.quest3.description1": "Crimson bulbs that added color and flavor to any dish, beetroots were once quite common in village gardens.", + "ftbquests.chapter.ffood_plants.quest30.description1": "Hidden among thick leaves, these tiny white bells are said to chime in silence when the forest is listening.", + "ftbquests.chapter.ffood_plants.quest31.description1": "With a golden eye watching from its white face, this flower is a quiet companion of wanderers and daydreamers.", + "ftbquests.chapter.ffood_plants.quest32.description1": "Glowing softly with hues of flame, this ancient blossom is thought to be a gift from the deep earth, where fire once danced.", + "ftbquests.chapter.ffood_plants.quest33.description1": "Warming as a sunset, the orange tulip is said to bring cheer and good fortune to those who find it.", + "ftbquests.chapter.ffood_plants.quest34.description1": "Bright and bold, the red tulip is a symbol of love and passion, often given in times of heartfelt confession.", + "ftbquests.chapter.ffood_plants.quest35.description1": "Soft as moonlight, white tulips once whispered of peace and innocence in gardens now long lain fallow.", + "ftbquests.chapter.ffood_plants.quest36.description1": "Soft and gentle, the pink tulip speaks of friendship and gentle affection, often found where laughter lingers.", + "ftbquests.chapter.ffood_plants.quest37.description1": "Dark as a starless night and thorned with sorrow, this eerie bloom grows only in the wake of ruin and shadow.", + "ftbquests.chapter.ffood_plants.quest38.description1": "You can make podzol for planting flower seeds on by growing a 2x2 of spruce saplings - the large tree, once grown, will convert dirt (and dried earth!) under it into podzol.", + "ftbquests.chapter.ffood_plants.quest38.description2": "\u00267Tip: once the strength trait of a flower is high enough, you won\u0027t need to plant them on podzol!", + "ftbquests.chapter.ffood_plants.quest38.task_7604363448496665210.title": "Look at Podzol", + "ftbquests.chapter.ffood_plants.quest38.title": "Podzol", + "ftbquests.chapter.ffood_plants.quest39.description1": "Onion\u0027s delicious smell once filled the air as it gave flavor to meals.", + "ftbquests.chapter.ffood_plants.quest4.description1": "Earthy and humble, potatoes were versatile tubers that thrived in the cool soil of many places.", + "ftbquests.chapter.ffood_plants.quest40.description1": "Sweet potatoes grew slow and sweet underground, long ago.", + "ftbquests.chapter.ffood_plants.quest40.description2": "(new page placeholder text)", + "ftbquests.chapter.ffood_plants.quest41.description1": "A humble grain that swayed in golden fields before being ground and baked into something warm and sustaining.", + "ftbquests.chapter.ffood_plants.quest42.description1": "Basil once filled the air with a fragrance that breezes would quietly carry away.", + "ftbquests.chapter.ffood_plants.quest43.description1": "A small, zesty vegetable that added a sharp bite to meals.", + "ftbquests.chapter.ffood_plants.quest44.description1": "A dark, sturdy bean that once softened in pots where stories and spices mingled.", + "ftbquests.chapter.ffood_plants.quest45.description1": "A slender, snappy vegetable that brightened plates in days long past.", + "ftbquests.chapter.ffood_plants.quest46.description1": "A nutrient-rich tuber, often tied to seasonal harvests and both everyday and festive cooking.", + "ftbquests.chapter.ffood_plants.quest47.description1": "Widely adopted, they were once integral to many cuisines, especially where freshness and preservation intersected.", + "ftbquests.chapter.ffood_plants.quest48.description1": "Spiny and hardy, the cactus once dotted vast oceans of sand.", + "ftbquests.chapter.ffood_plants.quest49.description1": "Saguaro once stood tall in the desert heat, holding their shape against time and silence.", + "ftbquests.chapter.ffood_plants.quest5.description1": "Orange orbs that sprouted in the autumn, pumpkins were both a festive decoration and a hearty food source.", + "ftbquests.chapter.ffood_plants.quest50.description1": "Valued for its hardiness and storage life, it figured prominently in preserved and cold-weather foods.", + "ftbquests.chapter.ffood_plants.quest51.description1": "Fast-growing and versatile, they were commonly used to add mild sharpness to everyday dishes.", + "ftbquests.chapter.ffood_plants.quest52.description1": "Coffee was brewed each morning, dark and warm, its bitterness softened by time and habit.", + "ftbquests.chapter.ffood_plants.quest53.description1": "A worldwide staple, central to daily diets and shaped by centuries of cultivation and ritual.", + "ftbquests.chapter.ffood_plants.quest54.description1": "A cool-weather root typically grown for its reliability and used in simple, hearty meals.", + "ftbquests.chapter.ffood_plants.quest55.description1": "A hardy root, valued for nutrition and storage through cold months.", + "ftbquests.chapter.ffood_plants.quest56.description1": "Once used to add a small amount of spice to everyday food.", + "ftbquests.chapter.ffood_plants.quest57.description1": "Once cultivated widely for its simple, nourishing qualities.", + "ftbquests.chapter.ffood_plants.quest58.description1": "A vital staple, central to diets and agricultural abundance.", + "ftbquests.chapter.ffood_plants.quest59.description1": "Seeds that added warmth and spice, enhancing a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest6.description1": "Large, round fruits with a green rind and sweet, juicy flesh; melons grew best in warm, sunny fields.", + "ftbquests.chapter.ffood_plants.quest60.description1": "Mild and colorful, they brought sweetness and variety to meals.", + "ftbquests.chapter.ffood_plants.quest61.description1": "Known for its cool, crisp texture, often enjoyed fresh or pickled.", + "ftbquests.chapter.ffood_plants.quest62.description1": "A sweet fruit that brightened the warmer months with its flavor.", + "ftbquests.chapter.ffood_plants.quest63.description1": "Harvested for its tender shoots, enjoyed seasonally.", + "ftbquests.chapter.ffood_plants.quest64.description1": "Offered a subtle crunch and flavor, a common addition in many recipes.", + "ftbquests.chapter.ffood_plants.quest65.description1": "Once a comforting grain, quietly nourishing both people and animals alike.", + "ftbquests.chapter.ffood_plants.quest66.description1": "Peanuts were once valued for their simple richness and high protein content.", + "ftbquests.chapter.ffood_plants.quest67.description1": "Tart and vibrant, they were key in sauces and salsas that brought bold flavor.", + "ftbquests.chapter.ffood_plants.quest68.description1": "A versatile summer squash, cooked or baked into a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest69.description1": "A small, sweet berry, enjoyed fresh or preserved to brighten meals.", + "ftbquests.chapter.ffood_plants.quest7.description1": "Prickly bushes bore these bright berries, beloved for their sweet bite and quick comfort.", + "ftbquests.chapter.ffood_plants.quest70.description1": "Known for their sweetness and antioxidants, often eaten fresh or in preserves.", + "ftbquests.chapter.ffood_plants.quest71.description1": "Rich and tangy, they provided a burst of flavor and nutrition when they were in season.", + "ftbquests.chapter.ffood_plants.quest72.description1": "A mild onion relative, used to add depth and subtle flavor to soups and stews.", + "ftbquests.chapter.ffood_plants.quest73.description1": "Crisp and cool, a common leafy green that added freshness to countless dishes.", + "ftbquests.chapter.ffood_plants.quest74.description1": "Valued for its spicy warmth and medicinal qualities, a staple in many remedies and recipes now lost.", + "ftbquests.chapter.ffood_plants.quest75.description1": "A fragrant melon, its juicy flesh a refreshing treat on hot days.", + "ftbquests.chapter.ffood_plants.quest76.description1": "A sweet, cooling melon that offered relief during warm seasons.", + "ftbquests.chapter.ffood_plants.quest77.description1": "A tangy fruit, rich in vitamin C and refreshing in warmer months.", + "ftbquests.chapter.ffood_plants.quest78.description1": "A versatile vegetable, often roasted or stewed to add richness to meals.", + "ftbquests.chapter.ffood_plants.quest79.description1": "A mild vegetable used in a variety of dishes, from soups to roasts.", + "ftbquests.chapter.ffood_plants.quest8.description1": "Wheat once rippled like golden seas, feeding countless lives. Fields of it marked the heart of many homesteads.", + "ftbquests.chapter.ffood_plants.quest80.description1": "Small and tart, used fresh or dried to add brightness to dishes and preserves.", + "ftbquests.chapter.ffood_plants.quest81.description1": "Valued for their oil and flavor, they were a key ingredient in cooking and preservation.", + "ftbquests.chapter.ffood_plants.quest82.description1": "Known for its nutritional content, often steamed or roasted.", + "ftbquests.chapter.ffood_plants.quest83.description1": "Prized for its tender hearts, a special ingredient in many traditional meals.", + "ftbquests.chapter.ffood_plants.quest84.description1": "Tart and fibrous, often cooked down into jams and desserts.", + "ftbquests.chapter.ffood_plants.quest85.description1": "A pungent staple, prized for both taste and medicinal value in many kitchens.", + "ftbquests.chapter.ffood_plants.quest86.description1": "Known for its vibrant color and healing properties, it flavored food and soothed ailments alike.", + "ftbquests.chapter.ffood_plants.quest87.description1": "Sweet and versatile - enjoyed fresh or transformed into wines and preserves.", + "ftbquests.chapter.ffood_plants.quest88.description1": "A leafy green, rich in nutrients and commonly eaten fresh.", + "ftbquests.chapter.ffood_plants.quest89.description1": "A hearty vegetable, often stored through colder months and used in countless recipes.", + "ftbquests.chapter.ffood_plants.quest9.description1": "This gnarled, shrieking root was feared as much as it was valued.", + "ftbquests.chapter.ffood_plants.quest9.description2": "\u00267Tip: you might want to only harvest these at night!", + "ftbquests.chapter.ffood_plants.quest90.description1": "A resilient leafy green valued for its nutrition and versatility in cooking.", + "ftbquests.chapter.ffood_plants.quest91.description1": "Small, dark berries used for their medicinal properties and tart flavor.", + "ftbquests.chapter.ffood_plants.quest92.description1": "Known for their bitter aroma, they were essential in brewing of all kinds.", + "ftbquests.chapter.ffood_plants.quest93.description1": "Tart and bright, commonly used fresh or preserved to complement meals.", + "ftbquests.chapter.ffood_plants.quest94.description1": "A fragrant bean that lent warmth and sweetness to many desserts and drinks.", + "ftbquests.chapter.ffood_plants.quest95.description1": "A sweet and tangy fruit that brought plenty of flavor to many dishes.", + "ftbquests.chapter.ffood_plants.quest96.description1": "Crunchy, subtly sweet nuts with a toasty, earthy finish.", + "ftbquests.chapter.ffood_plants.quest97.description1": "Crisp, juicy fruits that balance light sweetness with a refreshing tang.", + "ftbquests.chapter.ffood_plants.quest98.description1": "Soft, slightly fuzzy fruits with a delightfully sweet-tart burst.", + "ftbquests.chapter.ffood_plants.quest99.description1": "Creamy and buttery with a mild, slightly grassy flavor.", + "ftbquests.chapter.ffood_plants.title": "Plants Galore", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description1": "You wake up in a vast, dead and dried out wasteland. You don\u0027t remember how you got here, but you do remember what the world \u0026oshould\u0026r look like - and this isn\u0027t it.", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description2": "Welcome to \u00266Reclamation!\u0026r This is a slower-paced pack focused around bringing life and nature back to a dead world. Press \u00266F3+H\u0026r to disable advanced tooltips, if they\u0027re on!", + "ftbquests.chapter.how_the_world_came_to_be.quest1.task_6356663929448377632.title": "What happened here?", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description1": "\u00266Alchemical Sulfur\u0026r is one of the three building blocks of alchemy - it provides the Soul of an item, and represents what specific item it is.", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description2": "To obtain it, you\u0027ll have to make a \u00266Liquefaction Cauldron\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the item you want to extract sulfur from into the Cauldron, fill it with \u00266Sal Ammoniac,\u0026r give the Brazier some fuel, and it\u0027ll slowly convert materials into their respective \u00266Alchemical Sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description3": "The dried earth you find yourself surrounded by used to be dirt, and it remembers that - \u00266use the Cauldron to turn dried earth into dirt sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.title": "Alchemical Sulfur", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description1": "Now that you have all three alchemical components of an item - \u00266Mercury, Salt, and Sulfur\u0026r - you can make an \u00266Incubator\u0026r to combine them all back into an item; in this case, back into \u00266dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description2": "Place the Incubator above a Brazier and attach all three vessels to the sides of it. Fill each vessel with the appropriate item, give the Brazier some fuel, and in a bit you\u0027ll have fresh dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest11.title": "Incubator", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description1": "You\u0027ve done it! You\u0027ve made dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description2": "...now you just need something to grow on it.", + "ftbquests.chapter.how_the_world_came_to_be.quest12.subtitle": "Slightly browner", + "ftbquests.chapter.how_the_world_came_to_be.quest13.description1": "Despite the seeming apocalypse, there are still fish to find (and eat) for those with the skill and desire.", + "ftbquests.chapter.how_the_world_came_to_be.quest13.title": "Fishy Friends", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description1": "Spider string can be crafted into wool, which can be crafted into beds! ", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description2": "You can also craft a sleeping bag, for staying cozy on the go... but where would you be going?", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_1655930139945784994.title": "Any Bed", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_2233575124644508705.title": "Any Sleeping Bag", + "ftbquests.chapter.how_the_world_came_to_be.quest14.title": "Small Comforts", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description1": "Worldgen has been completely overhauled - \u00264no ore generates,\u0026r and the only biomes that exist are dead, wasteland biomes with no real vegetation. Additionally, the only trees that spawn are dead trees, with very little useability.", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description2": "Stone variants still generate, and you can find \u00266sand and clay underwater.\u0026r It will also still rain!", + "ftbquests.chapter.how_the_world_came_to_be.quest15.task_9000568835822462366.title": "Changed worldgen?", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description1": "The naturally spawning mobs have changed in this new landscape! Specifically, \u0026czombie villagers and witches won\u0027t spawn,\u0026r and \u00266spiders have mutated\u0026r into their venomous cave versions. ", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description2": "This means that there\u0027s \u0026cno way to get any kind of resources from witches or zombie villagers\u0026r (even if you could cure them!); the only things that you can really hope to get are iron or copper ingots from \u00266rare drops\u0026r - but there are other ways to generate resources...", + "ftbquests.chapter.how_the_world_came_to_be.quest16.task_8241748987012779739.title": "Rare Drops?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description1": "There are quite a few books in the pack! Thankfully, the \u00266Akashic Tome\u0026r is here to help. Crafting any book with this will combine it, letting you keep every guidebook in a single item. Simply craft it with another guidebook!", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description2": "To untransform the tome, punch the air with it.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description3": "To remove a stored book, transform the tome into the book, then sneak and press your \u0027drop\u0027 key.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.task_3483844932023115481.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description1": "A lot of the pack consists of passive processes you\u0027ll probably want to keep running while you do other things. You can claim chunks to \u00266force-load \u0026rthem using your map; ensuring they\u0027ll stay loaded even while you\u0027re not nearby. ", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description2": "Just open your map (default M) and \u00266right-click drag\u0026r over the area you\u0027d like to claim. Right-click drag again to force claim!", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description3": "If you\u0027re playing with friends, \u00266make sure you\u0027re on the same team\u0026r so that you can all access things inside your claim and share quest progress.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description4": "For more information on the claims system, check out the \u00266Open Parties and Claims\u0026r wiki or keybinds.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description5": "\u00267Tip: you might want to turn claimed chunk protection off! It tends to break fake players.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.task_3331239976186418612.title": "Playing with Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.title": "Chunkloading and Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description1": "You can make a quick and dirty door using the scrap wood and some copper you\u0027ve found - but it seems pretty shoddy, \u00264breaking every so often\u0026r and needing to be re-placed.", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description2": "At least it keeps the spookies out...", + "ftbquests.chapter.how_the_world_came_to_be.quest2.description1": "Wood is plentiful, if not exactly the quality you remember.", + "ftbquests.chapter.how_the_world_came_to_be.quest2.title": "Dead Trees", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description1": "Despite the harsh conditions, bees still persist, dotted amongst the dry hills. ", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description2": "Cultivating them could be a great way to \u00266generate resources\u0026r such as more dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description3": "\u00267Tip: this unlocks a new questline on the left!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.title": "Bees?!", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description1": "There are ruins around with \u00266small bits of copper,\u0026r completely oxidized from whatever happened. ", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description2": "You might be able to craft something to help you out with that copper, but first you\u0027ll have to \u00266get it into a useable state...\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest3.task_7525660450708144821.title": "Oxidized Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description1": "Many many recipes have been changed in this pack. Make sure you check your recipe browser for crafting recipes! By default, the keybinds when hovering over an item are \u00266R to look up recipes\u0026r for the item, and \u00266U to look up uses\u0026r for the item.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description2": "These binds can be changed by clicking the EMI button in the bottom left of your inventory screen.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.task_8528084351057584694.title": "What\u0027s changed?", + "ftbquests.chapter.how_the_world_came_to_be.quest4.title": "How do I craft things?", + "ftbquests.chapter.how_the_world_came_to_be.quest5.description1": "\u0026l\u0026o\u0026cNO ORE GENERATES IN THE WORLD. RECIPES HAVE CHANGED.\u0026r Those who came before you have completely mined out the entire planet - after centuries of strip mining, quarrying, and general exploitation, there is not so much as a measly scrap of coal in the world, so there\u0027s no point trying to find any type of ore by mining.", + "ftbquests.chapter.how_the_world_came_to_be.quest5.task_734684119620528193.title": "Deprived...", + "ftbquests.chapter.how_the_world_came_to_be.quest5.title": "Where\u0027s the ore!?", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description1": "After you \u00266scrape off the rust with an axe,\u0026r you think you can use a \u00266cutting board\u0026r to get useable copper out of the oxidized copper you find in ruins.", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description2": "This useable copper will be crucial for \u00266Spagyrics\u0026r, the process of decomposing and recombining matter - which should let you \u00266rejuvenate the Dried Earth\u0026r into \u00266Dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description3": "\u00267Tip: you can also use the cutting board to get more charcoal and scrap wood out of dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest6.title": "Useable Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description1": "In the contaminated water you have found trace amounts of \u00266Sal Ammoniac,\u0026r a crucial ingredient in the practice of \u00266Theurgy.\u0026r By setting up a simple accumulator and tank, you think you\u0027ll be able to distill it. ", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description2": "Place the accumulator on top of the tank, fill it with water, and it will slowly produce \u00266Sal Ammoniac\u0026r for you.", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description3": "\u00267Tip: you can make buckets out of copper!\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description1": "\u00266Alchemical Mercury\u0026r is one of the three building blocks of alchemy - it provides the Energy of an item, and is largely interchangeable between things.", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description2": "To distill it, you\u0027ll have to make a \u00266Mercury Distiller\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to distill into the Distiller, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Mercury.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description3": "Rarer materials give more mercury, but to start you\u0027ll probably want to distill \u00266cobblestone, dried earth, or cooked fish.\u0026r ", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description4": "\u00267Tip: slicing fish makes it a more efficient way of getting mercury!", + "ftbquests.chapter.how_the_world_came_to_be.quest8.title": "Alchemical Mercury", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description1": "\u00266Alchemical Salt\u0026r is one of the three building blocks of alchemy - it provides the Body of an item, and represents the \u0027type\u0027 of an item.", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description2": "To obtain it, you\u0027ll have to make a \u00266Calcination Oven\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to extract into the Oven, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description3": "There are many different kinds of salt, but to start, you should \u00266focus on getting Strata salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.title": "Alchemical Salt", + "ftbquests.chapter.how_the_world_came_to_be.subtitle0": "A vast wasteland", + "ftbquests.chapter.how_the_world_came_to_be.title": "Prologue", + "ftbquests.chapter.mob_safari.quest1.task_644874208300996266.title": "Creeper Photo", + "ftbquests.chapter.mob_safari.quest1.title": "Creeper", + "ftbquests.chapter.mob_safari.quest10.task_7387499092437519744.title": "Silverfish Photo", + "ftbquests.chapter.mob_safari.quest10.title": "Silverfish", + "ftbquests.chapter.mob_safari.quest11.task_560111651210659078.title": "Evoker Photo", + "ftbquests.chapter.mob_safari.quest11.title": "Evoker", + "ftbquests.chapter.mob_safari.quest12.task_6050813032829826018.title": "Ghast Photo", + "ftbquests.chapter.mob_safari.quest12.title": "Ghast", + "ftbquests.chapter.mob_safari.quest13.task_8655936747757493244.title": "Guardian Photo", + "ftbquests.chapter.mob_safari.quest13.title": "Guardian", + "ftbquests.chapter.mob_safari.quest14.task_9108849848609122501.title": "Hoglin Photo", + "ftbquests.chapter.mob_safari.quest14.title": "Hoglin", + "ftbquests.chapter.mob_safari.quest15.task_7435272240185968407.title": "Phantom Photo", + "ftbquests.chapter.mob_safari.quest15.title": "Phantom", + "ftbquests.chapter.mob_safari.quest16.task_2497415746301840277.title": "Piglin Brute Photo", + "ftbquests.chapter.mob_safari.quest16.title": "Piglin Brute", + "ftbquests.chapter.mob_safari.quest17.description1": "\u00267Tip: there is a ritual that can grant you the bad omen effect!", + "ftbquests.chapter.mob_safari.quest17.task_876018828234332303.title": "Pillager Photo", + "ftbquests.chapter.mob_safari.quest17.title": "Pillager", + "ftbquests.chapter.mob_safari.quest18.task_9217927796095116198.title": "Ravager Photo", + "ftbquests.chapter.mob_safari.quest18.title": "Ravager", + "ftbquests.chapter.mob_safari.quest19.task_6294764614244969421.title": "Shulker Photo", + "ftbquests.chapter.mob_safari.quest19.title": "Shulker", + "ftbquests.chapter.mob_safari.quest2.description1": "In this new post-apocalyptic world, you\u0027ve realized that it might be a good idea to document what lifeforms exist - just in case it happens again. ", + "ftbquests.chapter.mob_safari.quest2.description2": "To do so, you\u0027re going to need \u00266a camera, \u0026rsome \u00266film\u0026r to print onto, and some way to turn that \u00266film into photos.\u0026r", + "ftbquests.chapter.mob_safari.quest2.subtitle": "Snap decisions", + "ftbquests.chapter.mob_safari.quest2.title": "Camera", + "ftbquests.chapter.mob_safari.quest20.task_5958619487539868658.title": "Skeleton Photo", + "ftbquests.chapter.mob_safari.quest20.title": "Skeleton", + "ftbquests.chapter.mob_safari.quest21.task_2908237894518590949.title": "Slime Photo", + "ftbquests.chapter.mob_safari.quest21.title": "Slime", + "ftbquests.chapter.mob_safari.quest22.task_1986307033554203052.title": "Stray Photo", + "ftbquests.chapter.mob_safari.quest22.title": "Stray", + "ftbquests.chapter.mob_safari.quest23.task_8127229503220688871.title": "Vex Photo", + "ftbquests.chapter.mob_safari.quest23.title": "Vex", + "ftbquests.chapter.mob_safari.quest24.task_2719667561416590077.title": "Vindicator Photo", + "ftbquests.chapter.mob_safari.quest24.title": "Vindicator", + "ftbquests.chapter.mob_safari.quest25.description1": "\u00267Tip: the sculk catalyst is craftable, and you can use a sculk awakener on a sculk shrieker to convert it into one that can spawn Wardens.", + "ftbquests.chapter.mob_safari.quest25.task_3299757844051508646.title": "Warden Photo", + "ftbquests.chapter.mob_safari.quest25.title": "Warden", + "ftbquests.chapter.mob_safari.quest26.task_1834001635925258364.title": "Witch Photo", + "ftbquests.chapter.mob_safari.quest26.title": "Witch", + "ftbquests.chapter.mob_safari.quest27.description1": "\u00267Tip: if you want to summon a living wither skeleton, you\u0027ll need to use the Soulium Spawner.", + "ftbquests.chapter.mob_safari.quest27.task_431510156767848390.title": "Wither Skeleton Photo", + "ftbquests.chapter.mob_safari.quest27.title": "Wither Skeleton", + "ftbquests.chapter.mob_safari.quest28.task_3976176875920550036.title": "Zoglin Photo", + "ftbquests.chapter.mob_safari.quest28.title": "Zoglin", + "ftbquests.chapter.mob_safari.quest29.task_2001349734991872109.title": "Blaze Photo", + "ftbquests.chapter.mob_safari.quest29.title": "Blaze", + "ftbquests.chapter.mob_safari.quest3.task_6868688706200460210.title": "Zombie Photo", + "ftbquests.chapter.mob_safari.quest3.title": "Zombie", + "ftbquests.chapter.mob_safari.quest30.task_4394254762005595057.title": "Wither Photo", + "ftbquests.chapter.mob_safari.quest30.title": "Wither", + "ftbquests.chapter.mob_safari.quest31.task_6606548217913389459.title": "Ender Dragon Photo", + "ftbquests.chapter.mob_safari.quest31.title": "Ender Dragon", + "ftbquests.chapter.mob_safari.quest32.task_8348843003612976311.title": "Piglin Photo", + "ftbquests.chapter.mob_safari.quest32.title": "Piglin", + "ftbquests.chapter.mob_safari.quest33.task_9152125344552747368.title": "Allay Photo", + "ftbquests.chapter.mob_safari.quest33.title": "Allay", + "ftbquests.chapter.mob_safari.quest34.task_935450104482788869.title": "Axolotl Photo", + "ftbquests.chapter.mob_safari.quest34.title": "Axolotl", + "ftbquests.chapter.mob_safari.quest35.task_3732209353791428122.title": "Bat Photo", + "ftbquests.chapter.mob_safari.quest35.title": "Bat", + "ftbquests.chapter.mob_safari.quest36.task_4451728281716577204.title": "Camel Photo", + "ftbquests.chapter.mob_safari.quest36.title": "Camel", + "ftbquests.chapter.mob_safari.quest37.task_3478349021656071469.title": "Cat Photo", + "ftbquests.chapter.mob_safari.quest37.title": "Cat", + "ftbquests.chapter.mob_safari.quest38.task_421501030317629993.title": "Chicken Photo", + "ftbquests.chapter.mob_safari.quest38.title": "Chicken", + "ftbquests.chapter.mob_safari.quest39.task_3283513909476271368.title": "Cod Photo", + "ftbquests.chapter.mob_safari.quest39.title": "Cod", + "ftbquests.chapter.mob_safari.quest4.task_5493751185522811223.title": "Husk Photo", + "ftbquests.chapter.mob_safari.quest4.title": "Husk", + "ftbquests.chapter.mob_safari.quest40.task_3552336333939252573.title": "Cow Photo", + "ftbquests.chapter.mob_safari.quest40.title": "Cow", + "ftbquests.chapter.mob_safari.quest41.task_8921315837912733830.title": "Donkey Photo", + "ftbquests.chapter.mob_safari.quest41.title": "Donkey", + "ftbquests.chapter.mob_safari.quest42.task_8892925176174289117.title": "Frog Photo", + "ftbquests.chapter.mob_safari.quest42.title": "Frog", + "ftbquests.chapter.mob_safari.quest43.task_7912667151609898398.title": "Glow Squid Photo", + "ftbquests.chapter.mob_safari.quest43.title": "Glow Squid", + "ftbquests.chapter.mob_safari.quest44.task_4389105525914117514.title": "Horse Photo", + "ftbquests.chapter.mob_safari.quest44.title": "Horse", + "ftbquests.chapter.mob_safari.quest45.task_4359593363899885941.title": "Mooshroom Photo", + "ftbquests.chapter.mob_safari.quest45.title": "Mooshroom", + "ftbquests.chapter.mob_safari.quest46.task_924922940433498504.title": "Mule Photo", + "ftbquests.chapter.mob_safari.quest46.title": "Mule", + "ftbquests.chapter.mob_safari.quest47.task_4787445126890462554.title": "Ocelot Photo", + "ftbquests.chapter.mob_safari.quest47.title": "Ocelot", + "ftbquests.chapter.mob_safari.quest48.task_595439666779967783.title": "Parrot Photo", + "ftbquests.chapter.mob_safari.quest48.title": "Parrot", + "ftbquests.chapter.mob_safari.quest49.task_6791445533424275382.title": "Pig Photo", + "ftbquests.chapter.mob_safari.quest49.title": "Pig", + "ftbquests.chapter.mob_safari.quest5.task_2405723904258009579.title": "Drowned Photo", + "ftbquests.chapter.mob_safari.quest5.title": "Drowned", + "ftbquests.chapter.mob_safari.quest50.task_5186559523328413187.title": "Pufferfish Photo", + "ftbquests.chapter.mob_safari.quest50.title": "Pufferfish", + "ftbquests.chapter.mob_safari.quest51.task_1802630615776817042.title": "Rabbit Photo", + "ftbquests.chapter.mob_safari.quest51.title": "Rabbit", + "ftbquests.chapter.mob_safari.quest52.task_9075318374820615216.title": "Salmon Photo", + "ftbquests.chapter.mob_safari.quest52.title": "Salmon", + "ftbquests.chapter.mob_safari.quest53.task_1279126845524092057.title": "Sheep Photo", + "ftbquests.chapter.mob_safari.quest53.title": "Sheep", + "ftbquests.chapter.mob_safari.quest54.description1": "\u00267Tip: the sniffer egg is craftable!", + "ftbquests.chapter.mob_safari.quest54.task_4496075018482353874.title": "Sniffer Photo", + "ftbquests.chapter.mob_safari.quest54.title": "Sniffer", + "ftbquests.chapter.mob_safari.quest55.task_7621061223329854925.title": "Snow Golem Photo", + "ftbquests.chapter.mob_safari.quest55.title": "Snow Golem", + "ftbquests.chapter.mob_safari.quest56.task_3811954916556661348.title": "Squid Photo", + "ftbquests.chapter.mob_safari.quest56.title": "Squid", + "ftbquests.chapter.mob_safari.quest57.task_8980744210598611125.title": "Strider Photo", + "ftbquests.chapter.mob_safari.quest57.title": "Strider", + "ftbquests.chapter.mob_safari.quest58.task_3384099064913889422.title": "Tropical Fish Photo", + "ftbquests.chapter.mob_safari.quest58.title": "Tropical Fish", + "ftbquests.chapter.mob_safari.quest59.task_8173784837555787990.title": "Turtle Photo", + "ftbquests.chapter.mob_safari.quest59.title": "Turtle", + "ftbquests.chapter.mob_safari.quest6.task_874911539473621191.title": "Spider Photo", + "ftbquests.chapter.mob_safari.quest6.title": "Spider", + "ftbquests.chapter.mob_safari.quest60.task_3689972004573703426.title": "Villager Photo", + "ftbquests.chapter.mob_safari.quest60.title": "Villager", + "ftbquests.chapter.mob_safari.quest61.description1": "\u00267Tip: an oak or birch tree grown near flowers has a small chance to spawn a beehive!", + "ftbquests.chapter.mob_safari.quest61.task_5922903859006989903.title": "Bee Photo", + "ftbquests.chapter.mob_safari.quest61.title": "Bee", + "ftbquests.chapter.mob_safari.quest62.task_6003122656664405150.title": "Dolphin Photo", + "ftbquests.chapter.mob_safari.quest62.title": "Dolphin", + "ftbquests.chapter.mob_safari.quest63.task_8533728607102685433.title": "Fox Photo", + "ftbquests.chapter.mob_safari.quest63.title": "Fox", + "ftbquests.chapter.mob_safari.quest64.task_2426644530607004924.title": "Goat Photo", + "ftbquests.chapter.mob_safari.quest64.title": "Goat", + "ftbquests.chapter.mob_safari.quest65.task_7632281372321087328.title": "Iron Golem Photo", + "ftbquests.chapter.mob_safari.quest65.title": "Iron Golem", + "ftbquests.chapter.mob_safari.quest66.reward_5070411217558644494.title": "Wash the spit off your face!", + "ftbquests.chapter.mob_safari.quest66.task_6151594406741525419.title": "Llama Photo", + "ftbquests.chapter.mob_safari.quest66.title": "Llama", + "ftbquests.chapter.mob_safari.quest67.task_8391996334368644499.title": "Panda Photo", + "ftbquests.chapter.mob_safari.quest67.title": "Panda", + "ftbquests.chapter.mob_safari.quest68.task_6356092814838542587.title": "Polar Bear Photo", + "ftbquests.chapter.mob_safari.quest68.title": "Polar Bear", + "ftbquests.chapter.mob_safari.quest69.task_5155069369552929707.title": "Wolf Photo", + "ftbquests.chapter.mob_safari.quest69.title": "Wolf", + "ftbquests.chapter.mob_safari.quest7.task_7828452674496297861.title": "Cave Spider Photo", + "ftbquests.chapter.mob_safari.quest7.title": "Cave Spider", + "ftbquests.chapter.mob_safari.quest70.task_6586877749199133229.title": "Zombified Piglin Photo", + "ftbquests.chapter.mob_safari.quest70.title": "Zombified Piglin", + "ftbquests.chapter.mob_safari.quest71.description1": "\u00267Tip: there is a ritual that spawns the Elder Guardian!", + "ftbquests.chapter.mob_safari.quest71.task_1136723065807110792.title": "Elder Guardian Photo", + "ftbquests.chapter.mob_safari.quest71.title": "Elder Guardian", + "ftbquests.chapter.mob_safari.quest72.task_1119603583110664878.title": "Starbuncle Photo", + "ftbquests.chapter.mob_safari.quest72.title": "Starbuncle", + "ftbquests.chapter.mob_safari.quest73.task_1237879032257403086.title": "Wilden Guardian Photo", + "ftbquests.chapter.mob_safari.quest73.title": "Wilden Defender", + "ftbquests.chapter.mob_safari.quest74.task_5793666635438854570.title": "Wilden Pack Hunter Photo", + "ftbquests.chapter.mob_safari.quest74.title": "Wilden Pack Hunter", + "ftbquests.chapter.mob_safari.quest75.task_8789953344793101489.title": "Wilden Stalker Photo", + "ftbquests.chapter.mob_safari.quest75.title": "Wilden Stalker", + "ftbquests.chapter.mob_safari.quest76.task_4116691053894850008.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest76.title": "Drygmy", + "ftbquests.chapter.mob_safari.quest77.task_1018473204252943458.title": "Wilden Chimera Photo", + "ftbquests.chapter.mob_safari.quest77.title": "Wilden Chimera", + "ftbquests.chapter.mob_safari.quest78.task_6004116955135160925.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest78.title": "Whirlisprig", + "ftbquests.chapter.mob_safari.quest79.description1": "\u00267Tip: a spawned siren, not a tamed familiar!", + "ftbquests.chapter.mob_safari.quest79.task_1471670924078031545.title": "Siren Photo", + "ftbquests.chapter.mob_safari.quest79.title": "Siren", + "ftbquests.chapter.mob_safari.quest8.task_4943959340946543881.title": "Enderman Photo", + "ftbquests.chapter.mob_safari.quest8.title": "Enderman", + "ftbquests.chapter.mob_safari.quest80.description1": "I mean. You did a LOT of grinding probably to get here. Also by definition you\u0027ve finished the pack, or good as.", + "ftbquests.chapter.mob_safari.quest80.subtitle": "because why not?", + "ftbquests.chapter.mob_safari.quest80.title": "Safari LEGEND", + "ftbquests.chapter.mob_safari.quest9.task_4733333668196733711.title": "Endermite Photo", + "ftbquests.chapter.mob_safari.quest9.title": "Endermite", + "ftbquests.chapter.mob_safari.title": "Mob Safari", + "ftbquests.chapter.resource_generation.quest1.description1": "\u00266Prosperity Shards\u0026r are the basis of all mystical essence manipulation - very useful for generating large amounts of basic resources.", + "ftbquests.chapter.resource_generation.quest1.description2": "They can be found by breaking down copper nuggets with a pickaxe on a cutting board.", + "ftbquests.chapter.resource_generation.quest1.description3": "\u00267Tip: you can also make prosperity shards in an Enrichment Chamber!", + "ftbquests.chapter.resource_generation.quest10.description1": "With enough inferium, you can craft \u00266Inferium Seeds,\u0026r which grow essence themselves.", + "ftbquests.chapter.resource_generation.quest11.description1": "More potent than regular inferium essence, \u00266Prudentium Essence\u0026r can be used to make some useful essence seeds.", + "ftbquests.chapter.resource_generation.quest11.description2": "Make it by fortifying inferium essence with all four elemental essences in a \u00266Cauldron.\u0026r", + "ftbquests.chapter.resource_generation.quest11.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest18.description1": "The \u00266infusion altar\u0026r and \u00266pedestals\u0026r are required to craft essence seeds.", + "ftbquests.chapter.resource_generation.quest18.description2": "Place the items necessary in the pedestals, then give the altar a redstone signal or a wave of a wand to begin crafting.", + "ftbquests.chapter.resource_generation.quest19.description1": "By breeding \u00266Rocky\u0026r bees together in the nether, they\u0027ll slowly adapt and turn into their nether versions - \u00266Crimson\u0026r and \u00266Warped\u0026r bees. \u00266Cursed\u0026r bees are the hybrid between the two.", + "ftbquests.chapter.resource_generation.quest19.description2": "These bees, twisted by the nether environment, are somewhat aggressive; they\u0027ll harm nearby mobs (including players!)", + "ftbquests.chapter.resource_generation.quest19.task_3895545663253499388.title": "Warped", + "ftbquests.chapter.resource_generation.quest19.task_8052506021592411173.title": "Cursed", + "ftbquests.chapter.resource_generation.quest19.task_891469205622428585.title": "Crimson", + "ftbquests.chapter.resource_generation.quest19.title": "Nether Bees", + "ftbquests.chapter.resource_generation.quest2.description1": "You can place frames into your apiary for bonuses to productivity, lifespan, and even change the temperature and humidity of an apiary. ", + "ftbquests.chapter.resource_generation.quest2.description2": "\u00267Tip: Frame modifiers stack multiplicatively, not additively!\u0026r", + "ftbquests.chapter.resource_generation.quest2.task_1734748989054878453.title": "Any Frame", + "ftbquests.chapter.resource_generation.quest20.description1": "If you\u0027re tired of getting stung by nether bees, try crafting a set of \u00266Apiarist Gear.\u0026r This armor, when worn as a set, will protect you from getting affected by any bees nearby.", + "ftbquests.chapter.resource_generation.quest20.description2": "It\u0027s made of silk, which you can get from propolis (which you can get from simmering combs, among others.)", + "ftbquests.chapter.resource_generation.quest20.title": "Apiarist Gear", + "ftbquests.chapter.resource_generation.quest21.description1": "\u00266Rocky\u0026r and \u00266Robust\u0026r bees are more used to cooler climates, but you can breed better tolerances into them. ", + "ftbquests.chapter.resource_generation.quest21.description2": "Their rocky combs produce much more wax and honey than their wasteland cousins, but more importantly, they can rarely produce \u00266Copper Combs\u0026r as a specialty.", + "ftbquests.chapter.resource_generation.quest21.description3": "\u00267Tip: specialties are only produced when a bee is ecstatic! To make a bee ecstatic, you have to have its housing climate \u0026lexactly\u0026r\u00267 match the bee\u0027s preferred climate. Either breed it so that it prefers the hot dry wastes, or use special frames to adjust the temperature and humidity!", + "ftbquests.chapter.resource_generation.quest21.description4": "\u00267Tip 2: tuff (which you need underneath the apiary to breed these bees!) can be crafted or found underground.", + "ftbquests.chapter.resource_generation.quest21.task_1538674417108678800.title": "Resilient", + "ftbquests.chapter.resource_generation.quest21.task_7190582857068653051.title": "Robust", + "ftbquests.chapter.resource_generation.quest21.task_9033126545582958159.title": "Rocky", + "ftbquests.chapter.resource_generation.quest21.title": "Rocky Bees", + "ftbquests.chapter.resource_generation.quest22.description1": "\u00266Haunted,\u0026r \u00266Ghostly,\u0026r and \u00266Spectral\u0026r bees are an offshoot of nether bees that produce Spectral combs, a relatively honey-rich comb. Additionally, Spectral bees will produce \u00266glowstone\u0026r as a specialty!", + "ftbquests.chapter.resource_generation.quest22.task_3081911043010225060.title": "Haunted", + "ftbquests.chapter.resource_generation.quest22.task_5262672928415792469.title": "Ghostly", + "ftbquests.chapter.resource_generation.quest22.task_8517504769354790857.title": "Spectral", + "ftbquests.chapter.resource_generation.quest22.title": "Spectral Bees", + "ftbquests.chapter.resource_generation.quest23.description1": "\u00266Common\u0026r and \u00266Cultivated\u0026r bees were the most common species in the world that came before, from what you recall.", + "ftbquests.chapter.resource_generation.quest23.task_3642208754252689379.title": "Common", + "ftbquests.chapter.resource_generation.quest23.task_8299291890952022433.title": "Cultivated", + "ftbquests.chapter.resource_generation.quest23.title": "Common Bees", + "ftbquests.chapter.resource_generation.quest24.description1": "These glorious bee comrades ironically despise queens. They are also notable for producing \u00266pollen\u0026r and having \u00266higher than average productivity.\u0026r", + "ftbquests.chapter.resource_generation.quest24.task_2025398279722007265.title": "Industrious", + "ftbquests.chapter.resource_generation.quest24.task_3616071306266700168.title": "Tireless", + "ftbquests.chapter.resource_generation.quest24.task_8393881405903593674.title": "Diligent", + "ftbquests.chapter.resource_generation.quest24.title": "Industrious Bees", + "ftbquests.chapter.resource_generation.quest25.description1": "Somewhat snooty and famously literally blue-blooded, these bees can produce \u00266Royal Combs\u0026r when ecstatic. These combs can then centrifuge into \u00266Royal Jelly.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description2": "They also have a \u00266higher than average fertility rate.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description3": "\u00267Tip: Imperial bees have the Beatific effect, which provides all mobs nearby with regeneration!", + "ftbquests.chapter.resource_generation.quest25.task_6398361437915986421.title": "Noble", + "ftbquests.chapter.resource_generation.quest25.task_7062842366521447494.title": "Imperial", + "ftbquests.chapter.resource_generation.quest25.task_753059639095222795.title": "Majestic", + "ftbquests.chapter.resource_generation.quest25.title": "Imperial Bees", + "ftbquests.chapter.resource_generation.quest26.description1": "The \u00266Mellarium\u0026r is a multiblock version of the apiary, with the ability to add modules that can help you in a variety of ways.", + "ftbquests.chapter.resource_generation.quest26.description2": "The most concrete thing a Mellarium can do is give you more than three frame slots, using \u00266Frame Housings.\u0026r This means you can get, in the best case, \u0026l\u0026oSTACKS\u0026r of combs every bee tick.", + "ftbquests.chapter.resource_generation.quest26.description3": "You can also increase your chances of getting a mutation, shield your bees from rain, and change the climate using catalyst items.", + "ftbquests.chapter.resource_generation.quest26.description4": "\u00267Tip: read your Apiarist Field Guide for more information!", + "ftbquests.chapter.resource_generation.quest26.title": "The Mellarium", + "ftbquests.chapter.resource_generation.quest27.description1": "Once you start getting propolis, you can start \u00266upgrading\u0026r your \u00266Centrifuges\u0026r and \u00266Generators\u0026r - each upgrade has different stats, and you can put up to three in your machines.", + "ftbquests.chapter.resource_generation.quest27.description2": "Like frames, these upgrades stack multiplicatively.", + "ftbquests.chapter.resource_generation.quest27.description3": "\u00267Tip: the earliest ways to get propolis are through nether bees or rocky bees!", + "ftbquests.chapter.resource_generation.quest27.task_7611771532993062026.title": "Any Upgrade", + "ftbquests.chapter.resource_generation.quest27.title": "Upgrades", + "ftbquests.chapter.resource_generation.quest28.description1": "At some point you\u0027ll have more honey (and other bee products) than you know what to do with. ", + "ftbquests.chapter.resource_generation.quest28.description2": "If nothing else, you can burn them for energy in the \u00266Honey Generator!\u0026r", + "ftbquests.chapter.resource_generation.quest29.description1": "An interesting thing about these bees is that there\u0027s no way to get more than one queen out of a breeding pair. Fortunately, you can perform a ritual to summon \u00266more bee nests\u0026r through magic and some special ingredients.", + "ftbquests.chapter.resource_generation.quest29.description2": "Read your Reclamation Rituals book for more information.", + "ftbquests.chapter.resource_generation.quest29.title": "More Nests", + "ftbquests.chapter.resource_generation.quest3.description1": "You\u0027ve noticed some beehives dotted around. Maybe you can try to domesticate them?", + "ftbquests.chapter.resource_generation.quest3.description2": "You\u0027ll need a tool to harvest the nests and a place to raise the bees.", + "ftbquests.chapter.resource_generation.quest3.description3": "\u00267Tip: not every bee is required to finish the pack! Branching out from the required bees will allow you to generate resources much easier than the traditional routes, however.", + "ftbquests.chapter.resource_generation.quest3.title": "Beeginnings", + "ftbquests.chapter.resource_generation.quest30.description1": "Certain bees can produce straight up raw metals from certain rocks!", + "ftbquests.chapter.resource_generation.quest30.task_1055543042056575718.title": "Cuprous", + "ftbquests.chapter.resource_generation.quest30.task_2417461944780662004.title": "Osimum", + "ftbquests.chapter.resource_generation.quest30.task_4765395095236658823.title": "Radioactive", + "ftbquests.chapter.resource_generation.quest30.task_5074021897861698803.title": "Precious", + "ftbquests.chapter.resource_generation.quest30.task_5533305920955437908.title": "Ferrous", + "ftbquests.chapter.resource_generation.quest30.task_6870748623537125703.title": "Argentum", + "ftbquests.chapter.resource_generation.quest30.task_766783682761833592.title": "Zincum", + "ftbquests.chapter.resource_generation.quest30.task_8469594533203667582.title": "Stannum", + "ftbquests.chapter.resource_generation.quest30.task_9085151875040480342.title": "Plumbum", + "ftbquests.chapter.resource_generation.quest30.title": "Metal Bees", + "ftbquests.chapter.resource_generation.quest31.description1": "Certain bees can produce raw minerals from their environment!", + "ftbquests.chapter.resource_generation.quest31.task_1818325150934700666.title": "Emeradic", + "ftbquests.chapter.resource_generation.quest31.task_2840825311361710213.title": "Lapic", + "ftbquests.chapter.resource_generation.quest31.task_3358109104860624142.title": "Fluorite", + "ftbquests.chapter.resource_generation.quest31.task_3719081351633839622.title": "Bituminous", + "ftbquests.chapter.resource_generation.quest31.task_4463225001103591989.title": "Silicate", + "ftbquests.chapter.resource_generation.quest31.task_5231403782456047002.title": "Dimantic", + "ftbquests.chapter.resource_generation.quest31.task_5480192077480458536.title": "Luminous", + "ftbquests.chapter.resource_generation.quest31.task_6963870120953273988.title": "Amethyst", + "ftbquests.chapter.resource_generation.quest31.task_7118701806962971116.title": "Quartz", + "ftbquests.chapter.resource_generation.quest31.task_7148838165140607695.title": "Conductive", + "ftbquests.chapter.resource_generation.quest31.title": "Mineral Bees", + "ftbquests.chapter.resource_generation.quest32.description1": "Stronger than Prudentium, \u00266Tertium\u0026r is necessary for all kinds of metallic essence seeds.", + "ftbquests.chapter.resource_generation.quest32.description2": "Make it using a \u00266Runic Altar\u0026r or \u00266Terrestrial Agglomeration Plate.\u0026r", + "ftbquests.chapter.resource_generation.quest32.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest32.description4": "\u00267Tip 2: a potency lens would make the altar process much faster!", + "ftbquests.chapter.resource_generation.quest33.description1": "\u00266Imperium\u0026r is the penultimate tier of essence, requiring combining the power of \u00265Source\u0026r and Tertium Essence.", + "ftbquests.chapter.resource_generation.quest33.description2": "It can be made using an \u00266Imbuement Chamber.\u0026r", + "ftbquests.chapter.resource_generation.quest33.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest34.description1": "\u00266Supremium\u0026r is the highest tier of essence, used for crafting the highest tier of mystical equipment and seeds.", + "ftbquests.chapter.resource_generation.quest34.description2": "Anoint Imperium with life essence to create it.", + "ftbquests.chapter.resource_generation.quest34.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest35.description1": "These bees can produce magical products. Some of them, like the \u00266Natural\u0026r bee, have special effects!", + "ftbquests.chapter.resource_generation.quest35.description2": "Additionally, the Natural bee produces some small amount of \u00266Nature Essence\u0026r if kept ecstatic.", + "ftbquests.chapter.resource_generation.quest35.task_2760367059321888447.title": "Dawnstone", + "ftbquests.chapter.resource_generation.quest35.task_4095918579037388131.title": "Willful", + "ftbquests.chapter.resource_generation.quest35.task_417359132698374078.title": "Botanic", + "ftbquests.chapter.resource_generation.quest35.task_4623337291104132366.title": "Demonite", + "ftbquests.chapter.resource_generation.quest35.task_5288388297853031166.title": "Terra", + "ftbquests.chapter.resource_generation.quest35.task_5373973326405937422.title": "Natural", + "ftbquests.chapter.resource_generation.quest35.task_7910365384265410324.title": "Source", + "ftbquests.chapter.resource_generation.quest35.title": "Magical Bees", + "ftbquests.chapter.resource_generation.quest37.description1": "\u00267Tip: you\u0027ll need to breed Nature bees to get your first bits of nature essence!", + "ftbquests.chapter.resource_generation.quest4.description1": "Now pop a \u00266princess and drone into an apiary,\u0026r and watch the magic happen! Bees can generate some \u00266very useful resources\u0026r in their combs; initially, though, you\u0027ll have to process said combs on \u00266a cutting board.\u0026r", + "ftbquests.chapter.resource_generation.quest4.description2": "At first, you\u0027ll only get beeswax and honey drops, alongside some dead logs...", + "ftbquests.chapter.resource_generation.quest4.description3": "\u00267Tip: wasteland bees (and desiccated and dried bees) need dead bushes as their \u0027flowers\u0027!", + "ftbquests.chapter.resource_generation.quest4.title": "Beesources", + "ftbquests.chapter.resource_generation.quest5.description1": "By continuously re-breeding \u00266Wasteland\u0026r bees together, you can start to slowly revitalize them. \u00266Desiccated\u0026r and \u00266Dried\u0026r bees are slightly better, with a higher productivity and lifespan - meaning less maintenance and more combs!", + "ftbquests.chapter.resource_generation.quest5.task_3134995966104364628.title": "Dried", + "ftbquests.chapter.resource_generation.quest5.task_7818871944295114422.title": "Desiccated", + "ftbquests.chapter.resource_generation.quest5.title": "Reclaimed Bees", + "ftbquests.chapter.resource_generation.quest6.description1": "At some point, you\u0027ll want to take a closer look at your bees - the \u00266Analyzer\u0026r allows you to examine what genes exactly any given bee has, for the low cost of a single honey drop.", + "ftbquests.chapter.resource_generation.quest6.description2": "The \u00266Apid Library\u0026r shows you what mutations you can create with a bee\u0027s species.", + "ftbquests.chapter.resource_generation.quest6.description3": "The \u00266Microscope\u0026r allows you to research bee species, giving you a higher chance to mutate bees into a researched species.", + "ftbquests.chapter.resource_generation.quest6.description4": "\u00267Tip: the Microscope is a great way to get rid of unnecessary drones you have! Read the Apiarist Field Guide for more info on it.", + "ftbquests.chapter.resource_generation.quest6.title": "Tools of the Trade", + "ftbquests.chapter.resource_generation.quest67.description1": "\u00266Growth Accelerators\u0026r grow the crop above them faster. Higher tiers have higher ranges, meaning you can stack more underneath your farmland!", + "ftbquests.chapter.resource_generation.quest68.description1": "Essence infused watering cans can water a larger area faster.", + "ftbquests.chapter.resource_generation.quest7.description1": "If you want to process your combs more efficiently, you\u0027ll want to make a \u00266Centrifuge.\u0026r Powered by a generator, it automatically turns combs into comb products - no more manual chopping!", + "ftbquests.chapter.resource_generation.quest7.title": "Comb Processing ", + "ftbquests.chapter.resource_generation.quest73.description1": "\u00267Tip: unlimited wadduh", + "ftbquests.chapter.resource_generation.quest8.description1": "All essence seeds need to grow on specially prepared \u00266Essence Farmland.\u0026r", + "ftbquests.chapter.resource_generation.quest8.description2": "You can obtain your first bits of \u00266Inferium Essence\u0026r from killing mobs.", + "ftbquests.chapter.resource_generation.quest8.description3": "\u00267Tip: higher tier essence farmland will grow essence crops slightly faster!", + "ftbquests.chapter.resource_generation.quest9.description1": "These first elemental seeds don\u0027t have very many direct crafting uses, but are an important stepping stone to bigger and better things.", + "ftbquests.chapter.resource_generation.quest9.description2": "\u00267Tip: essence seeds aren\u0027t cloneable, meaning you\u0027ll need two or more to actually start increasing their stats!", + "ftbquests.chapter.resource_generation.quest9.title": "Elemental Seeds", + "ftbquests.chapter.resource_generation.title": "Resource Generation", + "ftbquests.chapter.the_color_green.quest1.description1": "You\u0027ve done it! You finally have grass. It\u0027s not exactly green, but you can \u00266bonemeal\u0026r a large area of it and \u00266get flowers!\u0026r", + "ftbquests.chapter.the_color_green.quest1.title": "Grass!", + "ftbquests.chapter.the_color_green.quest10.description1": "The \u00266Natural Altar\u0026r is a very important tool in the manipulation of natural energies.", + "ftbquests.chapter.the_color_green.quest10.description2": "Once the altar is fully built, it will drain \u00266aura\u0026r from its surroundings. It will then use those energies to \u00266transform items put into it.\u0026r ", + "ftbquests.chapter.the_color_green.quest10.description3": "You should also look into creating the \u00266Environmental Eye\u0026r - a very useful device that shows you the level of aura in the nearby area.", + "ftbquests.chapter.the_color_green.quest10.task_4749334638074014910.title": "Any Planks", + "ftbquests.chapter.the_color_green.quest10.title": "Natural Altar", + "ftbquests.chapter.the_color_green.quest11.description1": "Infusing iron in the Natural Altar creates, funnily enough, \u00266Infused Iron Ingots.\u0026r These have a wide variety of uses, but chief among them are some very nice tools and armor, with \u00266special abilities\u0026r and the unique property of being \u00266repairable using Aura.\u0026r", + "ftbquests.chapter.the_color_green.quest11.title": "Infused Iron", + "ftbquests.chapter.the_color_green.quest12.description1": "Extremely malleable, \u00266Andesite Alloy\u0026r is a crucial component of contraptions to come.", + "ftbquests.chapter.the_color_green.quest12.description2": "\u00267Tip: very small amounts of Create are needed to finish the pack, but you won\u0027t have to get too deep into it!", + "ftbquests.chapter.the_color_green.quest13.description1": "The Natural Altar requires aura in the surrounding area to function. It won\u0027t ever take the aura to a negative level, but it will \u00264stop working completely if the aura is low enough,\u0026r which means you\u0027ll need a way of replenishing it.", + "ftbquests.chapter.the_color_green.quest13.description2": "\u00266Ancient Saplings\u0026r are the most basic way to do this; once grown, if the area\u0027s aura is low enough, the tree\u0027s leaves will \u00264slowly wither away,\u0026r \u00266producing aura in the process.\u0026r", + "ftbquests.chapter.the_color_green.quest13.title": "Creating Aura", + "ftbquests.chapter.the_color_green.quest14.description1": "An excess of aura generates flowers - and this device can turn \u00266flowers into an excess of aura!\u0026r Make sure you feed it a \u00266balanced diet of different flowers,\u0026r though; too much of the same flower and it starts to give you \u00264diminishing returns.\u0026r", + "ftbquests.chapter.the_color_green.quest14.description2": "\u00267Tip: if the aura in an area is high enough, it\u0027ll charge aura caches! Crouch with a botanist tool (made from infused iron) to repair them with an aura cache in your inventory.", + "ftbquests.chapter.the_color_green.quest15.description1": "Mana\u0027s not very useful without ways to generate and move it! Starting out, your best source of mana is going to be the \u00266Endoflame.\u0026r", + "ftbquests.chapter.the_color_green.quest15.description2": "\u00267Tip: you can use the Wand of the Forest to bind the spreader to flowers and pools.", + "ftbquests.chapter.the_color_green.quest15.description3": "\u00267Tip 2: using a pressure plate but it\u0027s not working? Open your OPAC keybind (default [\u0027]) to turn off the Prot. Plates from Other setting!", + "ftbquests.chapter.the_color_green.quest15.task_4041437535513982933.title": "Wand of the Forest", + "ftbquests.chapter.the_color_green.quest15.title": "Generating Mana", + "ftbquests.chapter.the_color_green.quest16.description1": "Now that you have a more robust source of aura, you can put it to more use - a \u00266crumbling catalyst,\u0026r when placed on top of one of the lower four golden blocks of a natural altar, can crush things much more finely than you can by hand. It can get you \u00266more bone meal per bone, more gold powder per leaf, and even turn cobblestone into sand!\u0026r", + "ftbquests.chapter.the_color_green.quest17.description1": "There are a few items you can place on top of your altar to increase its capacity and recharge rate:", + "ftbquests.chapter.the_color_green.quest17.description2": "\u00266Torch:\u0026r +0.5x recharge rate", + "ftbquests.chapter.the_color_green.quest17.description3": "\u00266Skeleton Skull/Husk Head:\u0026r +1x recharge rate, +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description4": "\u00266Chalice:\u0026r +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description5": "Eventually, you can replace the torch with a candelabra, the skeleton skull with a wither skeleton or player skull, and the chalice with a filled chalice for even more recharge rate and capacity.", + "ftbquests.chapter.the_color_green.quest17.task_4639929492764668107.title": "Head Upgrade", + "ftbquests.chapter.the_color_green.quest17.title": "Altar Upgrades", + "ftbquests.chapter.the_color_green.quest18.description1": "Attuned stones are a very important part of witchcraft - not only do they let you \u00266craft necessary workstations,\u0026r they also give you the ability to perform certain rites \u00266without the need of an altar,\u0026r once charged!", + "ftbquests.chapter.the_color_green.quest18.description2": "\u00267Please note that this recipe needs altar power! Make sure your cauldron is within range of your altar!", + "ftbquests.chapter.the_color_green.quest19.description1": "If the \u00266Altar\u0026r is the backbone of witchcraft, the \u00266Distillery, Kettle,\u0026r and \u00266Spinning Wheel \u0026rare its phalanges. ", + "ftbquests.chapter.the_color_green.quest19.description2": "...strange metaphors aside, these blocks allow you to craft a wide variety of \u00266witchy goodies.\u0026r They will need to be placed within range of an altar, if their recipes require power.", + "ftbquests.chapter.the_color_green.quest19.title": "Tools of the Trade", + "ftbquests.chapter.the_color_green.quest2.description1": "Now that you have actual plants available, you can start to harness their latent life-energy to power rituals. To start, you\u0027ll have to create a structure capable of collecting it - an \u00266Altar\u0026r should do well here. Place your Altar blocks in a 2x3 rectangle and it should start collecting power!", + "ftbquests.chapter.the_color_green.quest2.description2": "The more \u00266plantlife\u0026r there is around the\u00266 Altar,\u0026r the more power you can store. This includes \u00266trees, grass, flowers, crops, vines, pumpkins, melons, and more!\u0026r", + "ftbquests.chapter.the_color_green.quest2.description3": "\u00267Tip: the altar has a range of 16 blocks! There is a cap to each kind of plantlife nearby as well, so make sure the surroundings are varied.", + "ftbquests.chapter.the_color_green.quest2.title": "Altar", + "ftbquests.chapter.the_color_green.quest20.description1": "An apparatus perfect for channelling large amounts of mana into collections of objects, the \u00266Runic Altar\u0026r will (obviously) let you make runes.", + "ftbquests.chapter.the_color_green.quest20.description2": "\u00267Tip: with the altar, if you don\u0027t have them already, you can craft mystical flower seeds!", + "ftbquests.chapter.the_color_green.quest21.description1": "Ember item and fluid pipes are relatively basic, but at this point in time they\u0027re fairly decent for small-scale operations. Pipes need extractors to pull items into them, and extractors need a redstone signal to be activated. There are a few other quirks to the system, all of which are explained in your \u00266Ancient Codex.", + "ftbquests.chapter.the_color_green.quest21.description2": "\u00267Note - basically everything in Embers needs a redstone signal to activate, so get ready to place plenty of levers!", + "ftbquests.chapter.the_color_green.quest21.title": "Dwarven Logistics", + "ftbquests.chapter.the_color_green.quest22.description1": "Now that you have some Ember, you\u0027ll need to turn it into useable energy somehow.", + "ftbquests.chapter.the_color_green.quest22.description2": "The\u00266 Ember Activator\u0026r turns solid Ember into \u00266Activated Ember;\u0026r pipe crystals and shards into the bottom, and attach an \u00266Ember Emitter to the top\u0026r to output \u00266Activated Ember.\u0026r ", + "ftbquests.chapter.the_color_green.quest22.description3": "Use a Tinker\u0027s Hammer on the emitter to link it to a receptor, give it a redstone signal, and you\u0027re transmitting Activated Ember!", + "ftbquests.chapter.the_color_green.quest22.description4": "\u00267Note that Ember Grit doesn\u0027t normally produce Activated Ember; you\u0027ll have to add a \u00266Heat Exchanger\u00267 to an activator to get energy out of it (which multiplies all ember production by 0.9x, but adds a flat +300 to all items production!)", + "ftbquests.chapter.the_color_green.quest22.title": "Activating Ember", + "ftbquests.chapter.the_color_green.quest23.description1": "One of the main ways to channel altar power is through the practice of \u00266circle magic.\u0026r Each ritual has a gold chalk glyph at its center, but the placement of other chalk glyphs changes depending on what kind of ritual you want to perform!", + "ftbquests.chapter.the_color_green.quest23.description2": "Most rituals can target a remote area using a waystone (blooded or otherwise), and some rituals can even be performed away from the altar by adding a charged attuned stone to them!\u00266 Read through the two reward books to find out what rituals you can perform.\u0026r", + "ftbquests.chapter.the_color_green.quest23.description3": "\u00267Tip: the rite of fertility is a cheap, easy way to mass bonemeal grass, crops or anything else!", + "ftbquests.chapter.the_color_green.quest23.title": "Circle Magic", + "ftbquests.chapter.the_color_green.quest24.description1": "You\u0027ll want to make a \u00266Copper Cell\u0026r to \u00266store your activated ember\u0026r - it works as a kind of \u0027battery\u0027 for the mystical energy.", + "ftbquests.chapter.the_color_green.quest24.description2": "To see how much ember is in the cell, place an \u00266Ember Dial\u0026r on it.", + "ftbquests.chapter.the_color_green.quest24.title": "Storing Ember", + "ftbquests.chapter.the_color_green.quest25.description1": "Ember is capable of melting metals and other items in the creatively-named \u00266Melter\u0026r - feed the bottom half ember, feed the top half items to melt, and you can extract molten metals from the top half.", + "ftbquests.chapter.the_color_green.quest25.description2": "This molten metal can be formed into a variety of shapes in a \u00266Stamper;\u0026r place the \u00266Stamp Base,\u0026r then the \u00266Stamper above it with a one-block gap\u0026r of air. Give the Stamper ember and a stamp, pipe molten metal into the base, and presto! Stamped and cooled metal products! ", + "ftbquests.chapter.the_color_green.quest25.description3": "Notably, you can use this process to \u00266produce plates more efficiently.\u0026r", + "ftbquests.chapter.the_color_green.quest25.title": "Melting and Stamping", + "ftbquests.chapter.the_color_green.quest26.description1": "By piping molten copper and gold into \u0026odifferent sides\u0026r of the bottom of a \u00266Mixer Centrifuge,\u0026r (along with some ember) you can combine them into a strong, ember-aligned metal called \u00266Dawnstone.\u0026r Pipe it out of the top and stamp it into ingots or plates!", + "ftbquests.chapter.the_color_green.quest26.description2": "\u00267Tip: use your Tinker\u0027s Lens to see what\u0027s going on in the mixer!", + "ftbquests.chapter.the_color_green.quest26.title": "Dawnstone", + "ftbquests.chapter.the_color_green.quest27.description1": "The Andesite Casing is a crucial part of any kind of mechanical apparatus.", + "ftbquests.chapter.the_color_green.quest28.description1": "For more advanced ember crafting, a special setup is required. An \u00266exchange tablet\u0026r with some \u00266pedestals\u0026r around it, when struck with a \u00266beam cannon pulse,\u0026r will transmute the center item into a new result item.", + "ftbquests.chapter.the_color_green.quest28.description2": "There is one complication, though. The pedestals need \u00266aspectii\u0026r to be placed on them, and you aren\u0027t sure which aspectii go with which items! The only way to find out is through experiementation - if the transmutation fails, it will produce \u0026balchemical waste.\u0026r When held and right clicked, the waste will reveal a number of \u00266glowing spots,\u0026r which tell you the number of \u00266aspectus/item combinations you got right.\u0026r", + "ftbquests.chapter.the_color_green.quest28.title": "Energetic Alchemy", + "ftbquests.chapter.the_color_green.quest29.description1": "Using the power of mana and a pumpkin, you think you can create a \u00266Fel Pumpkin\u0026r - a weak imitation of a blaze head. Pop this magically-charged head on top of two iron bars, and it\u0027ll turn into a passable facsimile of a blaze.", + "ftbquests.chapter.the_color_green.quest29.description2": "This imitation blaze always drops at least \u0026610 blaze powder.\u0026r This blaze powder can be spun into brilliant fiber, or distilled into more useful dusts!", + "ftbquests.chapter.the_color_green.quest29.description3": "\u00267Tip: you can capture an imitation blaze in the Blaze Burner!", + "ftbquests.chapter.the_color_green.quest29.title": "Knockoff Blazes", + "ftbquests.chapter.the_color_green.quest3.description1": "Using dye from the flowers you can get by \u00266bonemealing grass,\u0026r you can craft a special kind of fertilizer that can coax \u00266mystical flowers\u0026r to life.", + "ftbquests.chapter.the_color_green.quest3.description2": "\u00267Tip: you can also get mystical flower seeds through crossbreeding!", + "ftbquests.chapter.the_color_green.quest30.description1": "There are a few other ways you can process materials using andesite-based machinery; namely, \u00266compacting, pressing, and mixing\u0026r You\u0027ll need to find some way to capture a fire elemental if you want to expand your repertoire, though; \u0026bmaybe mana can help you somehow?\u0026r", + "ftbquests.chapter.the_color_green.quest30.title": "Mechanical Crafting", + "ftbquests.chapter.the_color_green.quest31.description1": "By blowing air through certain things, you can blast, smoke, wash, or \u00266haunt\u0026r items. This means you have access to essentially free bulk smelting!", + "ftbquests.chapter.the_color_green.quest31.description2": "More importantly, though - now that you can haunt items, you can make \u00266blackstone\u0026r by \u00266haunting\u0026r cobblestone, a crucial component of the \u00266Reformation Array.\u0026r", + "ftbquests.chapter.the_color_green.quest31.title": "Moving Air", + "ftbquests.chapter.the_color_green.quest32.description1": "Alchemical reformation is the process of \u00266turning one alchemical sulfur into another\u0026r - initially, you\u0027ll only be able to convert sulfurs of the \u00266same tier and type\u0026r to each other \u00266(like iron sulfur into lead sulfur!) \u0026r", + "ftbquests.chapter.the_color_green.quest32.description2": "To set up the reformation array, place down the target, source, and result pedestals somewhat near each other. Hold the sulfuric flux emitter and right click each pedestal, then place it on the mercury catalyst. ", + "ftbquests.chapter.the_color_green.quest32.description3": "Put mercury in the mercury catalyst, the target sulfur in the target pedestal, and the sulfur to convert in the source pedestal. Give it a moment, and you\u0027ll start converting the source sulfur into the target sulfur!", + "ftbquests.chapter.the_color_green.quest32.title": "Alchemical Reformation", + "ftbquests.chapter.the_color_green.quest33.description1": "A mechanical pump is capable of pumping liquids in the world into pipes when given mechanical power - \u00266it is much faster than the ember-fueled one!", + "ftbquests.chapter.the_color_green.quest34.description1": "The \u00266Rod of the Lands\u0026r can corporealize a tiny portion of mana into a full dirt block!", + "ftbquests.chapter.the_color_green.quest34.title": "(almost) Free Dirt", + "ftbquests.chapter.the_color_green.quest35.description1": "Carrying mana around with you enables you to use a plethora of bits and baubles. To transfer mana from a pool into the tablet, make sure the pool is on \u0027charge\u0027 mode by hovering over it with a wand of the forest.", + "ftbquests.chapter.the_color_green.quest35.title": "Portable Mana", + "ftbquests.chapter.the_color_green.quest36.description1": "Turn your mana tablet into a ring to store mana on-the-go \u00266without taking up an inventory slot!\u0026r", + "ftbquests.chapter.the_color_green.quest37.description1": "By attaching a mana rune to a manasteel ring, you can (VERY slowly) pull ambient mana into a mana storage device on your person, \u00266for free!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description1": "Distilling blaze powder and gunpowder together in a Distillery will grant you access to \u00266glowstone!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description2": "Getting \u00266redstone\u0026r is similar, using cinder flour in place of gunpowder.", + "ftbquests.chapter.the_color_green.quest38.description3": "\u00267Tip: you can also make glowstone and redstone with strength and night vision potions - it\u0027s up to you whether you want to take the Enchanted or Create route for these!\u0026r", + "ftbquests.chapter.the_color_green.quest38.title": "Useful Dusts", + "ftbquests.chapter.the_color_green.quest39.description1": "Once you have a pump, you can create a \u00266Spout\u0026r to dispense liquid onto items - this is a possible way to make \u00266glowstone or redstone,\u0026r if you\u0027re willing to set up the infrastructure.", + "ftbquests.chapter.the_color_green.quest4.description1": "The \u00266Pure Daisy\u0026r can, as its name implies, purify nearby objects. The most important things you should start with are \u00266logs and stone,\u0026r but there are a few other things you can purify as well!", + "ftbquests.chapter.the_color_green.quest4.description2": "Simply place the petal apothecary down, fill it with water, then toss in the petals and finally a seed!", + "ftbquests.chapter.the_color_green.quest4.description3": "\u00267Tip: check the usages of the Pure Daisy to see what else it can transform.", + "ftbquests.chapter.the_color_green.quest4.title": "Pure Daisy", + "ftbquests.chapter.the_color_green.quest40.description1": "The \u00266Alchemy Catalyst\u0026r allows you to use the power of mana to transmute a wide variety of items. Place it under a mana pool to start alchemizing!", + "ftbquests.chapter.the_color_green.quest40.description2": "You\u0027ll be able to convert flowers into other flowers, stone variants into other stone variants, flint into gunpowder (and vice versa), and ghast tears into ender pearls!", + "ftbquests.chapter.the_color_green.quest40.description3": "\u00266Notably, it lets you turn flax into feathers, necessary for tokens of fear.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description1": "The \u00266transmutation catalyst\u0026r modifies the natural altar to convert items into other items using Aura. Similar to the crumbling catalyst, it must be placed \u00266atop one of the four lower gold blocks of the altar.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description2": "The most immediately useful transmutation is that of \u00266sand into soul sand,\u0026r which will allow you to haunt things using the encased fan, as well as grow nether wart!", + "ftbquests.chapter.the_color_green.quest41.description3": "You can also convert netherrack into crimson and warped nylium.", + "ftbquests.chapter.the_color_green.quest42.description1": "The \u00266Millstone\u0026r can crush cobble into gravel, bones into bone meal, and a variety of plants into their respective dyes at a much higher rate of return.", + "ftbquests.chapter.the_color_green.quest43.description1": "The \u00266Codebreaking Slate\u0026r is very handy - you can put multiple pieces of alchemical waste into it and it will show you how many aspectus/item combinations you got right! It will also show you how many correct aspectii you have placed with the wrong items.", + "ftbquests.chapter.the_color_green.quest44.description1": "Your first \u00266archaic brick\u0026r can be made by infusing a regular brick with tainted gold and infused iron. Once you have one, you can use it to make more by simply infusing it with \u00266more clay and soul sand.\u0026r", + "ftbquests.chapter.the_color_green.quest45.description1": "The \u00266Mnemonic Inscriber\u0026r, when attached to an Exchange Tablet and given paper, will automatically write down the correct combination of aspectii for a given transmutation when you successfully complete one.", + "ftbquests.chapter.the_color_green.quest46.description1": "You can convert between sulfurs of the same type and rarity using the reformation array, but if you want to convert between different types (and the same rarity), you\u0027ll want to make \u00266Alchemical Niter\u0026r in a \u00266Fermentation Vat.\u0026r", + "ftbquests.chapter.the_color_green.quest46.description2": "Place \u00266water, sugar, and the sulfur\u0026r you want to ferment into the vat, then \u00266shift-right-click it to close it\u0026r and start the fermentation process. Once the barrel opens again, your fermentation is done, and you can take out your shiny new Niter!", + "ftbquests.chapter.the_color_green.quest46.description3": "Alchemical Niter can be converted in the \u00266Reformation Array\u0026r similar to how you convert sulfur - note, however, that depending on what type you\u0027re converting to, you will produce or require \u00266more than one niter!\u0026r", + "ftbquests.chapter.the_color_green.quest46.title": "Alchemical Conversion", + "ftbquests.chapter.the_color_green.quest47.description1": "The \u00266digestion vat\u0026r lets you \u00266convert sulfurs between rarities!\u0026r Place some niter and sal ammoniac (and if you\u0027re converting up, some alchemically pure gold) into it, and shift-right-click the vat to start the process! \u00266Four of the previous tier converts into one of the next tier, and vice versa.\u0026r", + "ftbquests.chapter.the_color_green.quest47.description2": "This (in combination with the fermentation vat) allows you to convert iron sulfur into common metal niter, down into four abundant metal niter, into four copper sulfur - that\u0027s \u00266FOUR copper per iron!\u0026r", + "ftbquests.chapter.the_color_green.quest47.description3": "This is a metal loop you could try automating...", + "ftbquests.chapter.the_color_green.quest47.description4": "\u00267Tip: you can start and stop the vats using a redstone signal!\u0026r", + "ftbquests.chapter.the_color_green.quest47.title": "Alchemical Exaltation", + "ftbquests.chapter.the_color_green.quest48.description1": "The \u00266Offering Table\u0026r is a special altar that will allow you to convert items into special empowered versions of themselves, most notably tokens and nature-infused ingots.", + "ftbquests.chapter.the_color_green.quest48.description2": "To use it, simply place whatever you want to infuse into it by right-clicking, then throw a \u00266Spirit of Calling\u0026r onto the altar to activate it.", + "ftbquests.chapter.the_color_green.quest48.description3": "\u00267Tip: You can convert more than one item at a time, using only one spirit of calling!\u0026r", + "ftbquests.chapter.the_color_green.quest48.description4": "\u00267Tip 2: this is a multiblock! Check your Book of Natural Aura to see how to build it.", + "ftbquests.chapter.the_color_green.quest49.description1": "You can capture a summoned blaze into a magicked cage. This cage, when placed under a basin, will let you brew potions more efficiently than a brewing stand.", + "ftbquests.chapter.the_color_green.quest5.description1": "Combining the nature-infused iron and some metaphysical heat and structure (courtesy of \u00266nether bricks\u0026r and a \u00266spruce sapling,\u0026r respectively), you can rearrange the latent potential of the metal to turn it into lead!", + "ftbquests.chapter.the_color_green.quest5.description2": "Vastly useful in a variety of mechanical applications, lead is a great first step to leveraging either \u00266raw mechanical power\u0026r or \u00266Ember\u0026r in your pursuits.", + "ftbquests.chapter.the_color_green.quest5.description3": "\u00267Tip: the ancient codex is a little confusing at first, but it will guide you through the Embers mod! Start at Natural Energy, right click entries to mark them as read, and make sure you \u0026lREAD CAREFULLY!", + "ftbquests.chapter.the_color_green.quest5.description4": "\u00267Tip 2: you can use Theurgy to triple ingot output from raw ores!", + "ftbquests.chapter.the_color_green.quest50.description1": "This is it. Using the power of the \u00266Offering Altar,\u0026r and some magically significant materials, you can create the basis of real, sentient life - chicken eggs.", + "ftbquests.chapter.the_color_green.quest50.subtitle": "Well, debatably", + "ftbquests.chapter.the_color_green.quest50.title": "Sentient Life", + "ftbquests.chapter.the_color_green.quest51.description1": "With runes, there are a few other options you have for generating mana:", + "ftbquests.chapter.the_color_green.quest51.description2": "* A \u00266Thermalily\u0026r generates bursts of mana using lava, but will consume lava for no gain if you give it lava too often", + "ftbquests.chapter.the_color_green.quest51.description3": "* An \u00266Entropinnyum\u0026r consumes TNT explosions (and is one of the best generating flowers in the game), but too often and it\u0027ll just blow itself up", + "ftbquests.chapter.the_color_green.quest51.description4": "* A \u00266Munchdew\u0026r consumes leaves, but does not drop saplings.", + "ftbquests.chapter.the_color_green.quest51.description5": "\u00267Tip: some flowers will generate too much mana for a basic spreader! You can use potency and velocity lenses to stretch this, but eventually, you\u0027ll need better spreaders...\u0026r", + "ftbquests.chapter.the_color_green.quest51.title": "Alternative Mana Sources", + "ftbquests.chapter.the_color_green.quest52.description1": "Now that you can turn sulfurs into other sulfurs, you can manually reconstitute \u00266silver sulfur\u0026r and use the \u00266Reformation Array\u0026r to turn gold sulfur into silver sulfur without having to re-make the sulfur over and over again!", + "ftbquests.chapter.the_color_green.quest52.description2": "\u00267Tip: sulfur sulfur sulfur sulfur\u0026r", + "ftbquests.chapter.the_color_green.quest52.title": "Moon Metal", + "ftbquests.chapter.the_color_green.quest53.description1": "The \u00266Wildfire Core\u0026r is a key piece of some advanced dwarven machinery.", + "ftbquests.chapter.the_color_green.quest54.description1": "The \u00266Wildfire Stirling,\u0026r when attached to machines and supplied with steam, increases the efficiency of their ember usage.", + "ftbquests.chapter.the_color_green.quest54.description2": "The first one cuts usage in half, the second one halves it again, and any more decrease the efficiency.", + "ftbquests.chapter.the_color_green.quest55.description1": "The \u00266Ignem Reactor\u0026r is the ultimate solution to high ember requirements - when placed between a \u00266Catalysis\u0026r and \u00266Combustion Chamber,\u0026r it refines ember at a MUCH higher rate than the Ember Activator; up to \u002669x more ember\u0026r per crystal item.", + "ftbquests.chapter.the_color_green.quest55.description2": "\u00267Tip: the Catalysis and Combustion Chambers need fuel to operate, check JEI for their fuels and multipliers.", + "ftbquests.chapter.the_color_green.quest55.title": "Ignem Reactor", + "ftbquests.chapter.the_color_green.quest56.description1": "With the power of alchemy, you can turn a charged attuned stone into a seed capable of turning ember into pure metal! These crystal seeds, when powered with an \u00266Ember Injector,\u0026r will slowly grow and drop metal nuggets.", + "ftbquests.chapter.the_color_green.quest56.description2": "Not every metal can be turned into these seeds, but you have figured out that you can actually \u00266obtain Zinc\u0026r through this alchemical process!", + "ftbquests.chapter.the_color_green.quest56.description3": "\u00267Tip: crystals will slowly level up and drop more and more metal. Moving them resets their level, though!", + "ftbquests.chapter.the_color_green.quest56.subtitle": "Zinc! (and others)", + "ftbquests.chapter.the_color_green.quest56.task_414198583111126714.title": "Any Metal Crystal Seed", + "ftbquests.chapter.the_color_green.quest56.title": "Metal Crystal Seeds", + "ftbquests.chapter.the_color_green.quest57.description1": "With Dawnstone, you can craft ember transferral devices that can handle much more throughput.", + "ftbquests.chapter.the_color_green.quest57.title": "High Volume Ember Transfer", + "ftbquests.chapter.the_color_green.quest58.description1": "Now that you have zinc, you can alloy it with copper to create brass! This is useful almost exclusively for \u00266mechanical contraptions.\u0026r", + "ftbquests.chapter.the_color_green.quest58.description2": "\u00266Electron Tubes\u0026r are also an important step to making more complicated contraptions. ", + "ftbquests.chapter.the_color_green.quest58.description3": "\u00266Rose Quartz\u0026r can be made in a heated basin, combining glowstone and redstone in a sal ammoniac bath.", + "ftbquests.chapter.the_color_green.quest58.title": "Advanced Contraptions", + "ftbquests.chapter.the_color_green.quest59.description1": "Packages and their associated transport items open up a huge amount of logistical freedom.", + "ftbquests.chapter.the_color_green.quest59.description2": "\u00267Tip: for more information, hover these items and hold W to ponder!", + "ftbquests.chapter.the_color_green.quest59.title": "Mechanical Logistics", + "ftbquests.chapter.the_color_green.quest6.description1": "\u00266Ember\u0026r is the lifeblood of the world. Despite whatever happened, there is still virtually infinite Ember available deep underground - you just need to make a machine that can mine it. ", + "ftbquests.chapter.the_color_green.quest6.description2": "Enter the \u00266Ember Bore\u0026r - place it on bedrock, add a \u00266Mechanical Core\u0026r above it so you can pipe things in and out of it, and give it some fuel! It\u0027ll start digging up that sweet, sweet Ember.", + "ftbquests.chapter.the_color_green.quest6.description3": "\u00267Tip: the Mechanical Core acts as an extension for most Embers multiblocks! You can transfer items, fluid, and ember in and out of the core as if it was a part of the block it is attached to.", + "ftbquests.chapter.the_color_green.quest6.description4": "\u00267Tip 2: USE YOUR MECHANICAL LENS! It\u0027s EXTREMELY helpful for figuring out how Ember\u0027s machines work.", + "ftbquests.chapter.the_color_green.quest6.title": "Drilling for Ember", + "ftbquests.chapter.the_color_green.quest60.description1": "With access to brass and electron tubes, you can make a Mechanical Crafter. These, in combination with \u00266factory gauges\u0026r and \u00266package logistics,\u0026r allow you to set up automatic stocking and crafting of items!", + "ftbquests.chapter.the_color_green.quest60.title": "Autocrafting", + "ftbquests.chapter.the_color_green.quest61.description1": "You can fortify infused iron with prosperity shards to create a basic \u00266prosperity ingot,\u0026r ready to augment with agricultural essence.", + "ftbquests.chapter.the_color_green.quest61.description2": "One of the best uses of this ingot is to make a better watering can.", + "ftbquests.chapter.the_color_green.quest61.title": "Better Watering", + "ftbquests.chapter.the_color_green.quest62.description1": "With empowered tokens, you can craft the \u00266Creational Catalyst\u0026r - this removes the innate limit on most aura producing blocks, and lets you overcharge the local area with Aura.", + "ftbquests.chapter.the_color_green.quest62.description2": "\u00267Tip: aureareaurearuea", + "ftbquests.chapter.the_color_green.quest63.description1": "You\u0027ve felt a strange tingling on your skin ever since you woke up - you think this might be a manifestation of \u00266Aura,\u0026r a natural phenomenon that you might be able to further harness.", + "ftbquests.chapter.the_color_green.quest63.description2": "To get started, craft a \u00266Bottle and Cork\u0026r and \u00266right click the air\u0026r to gather some Aura for further study.", + "ftbquests.chapter.the_color_green.quest63.title": "Bottling Sunlight", + "ftbquests.chapter.the_color_green.quest64.description1": "The \u00266Mana Blaster\u0026r is a portable mana spreader that you can fire at will, using mana from a storage device on your person. You can also attach lenses to it, to use their special properties!", + "ftbquests.chapter.the_color_green.quest65.description1": "\u00266Mana Lenses\u0026r can change the properties of a mana burst fired from a spreader. They can increase the color, potency, speed, and even make the burst go \u00266through blocks\u0026r or \u00266break them\u0026r altogether! Read your \u00266Lexica Botania\u0026r for more details.", + "ftbquests.chapter.the_color_green.quest65.description2": "\u00267Tip: the weight lens makes blocks a mana burst hits fall - you can exploit this property to get blocks that normally need silk touch by having them fall onto something like a torch!", + "ftbquests.chapter.the_color_green.quest66.description1": "Now that you have\u00266 Ember\u0026r, what can you do with it?", + "ftbquests.chapter.the_color_green.quest66.description2": "One useful item is the \u00266Hearth Coil\u0026r - when provided with Ember, it can be used as a VERY fast furnace.", + "ftbquests.chapter.the_color_green.quest67.description1": "With \u00266Dawnstone\u0026r comes a better way of activating ember - the \u00266Pressure Refinery.\u0026r", + "ftbquests.chapter.the_color_green.quest67.description2": "It \u00264requires water\u0026r as well, but can boost your ember production up to \u002661.5x the value\u0026r of a plain activator.", + "ftbquests.chapter.the_color_green.quest67.description3": "Additionally, if placed atop a metal block surrounded by lava or fire it can double that, getting up to \u002663x the value\u0026r of crystalline ember! ", + "ftbquests.chapter.the_color_green.quest68.description1": "The \u00266Beam Splitter\u0026r allows you to, well, split beams. Ember sent into it will be divided into two bursts sent out from either end.", + "ftbquests.chapter.the_color_green.quest68.description2": "The \u00266Crystal Cell\u0026r is a much higher capacity way to store Ember - piping more crystalline ember into it will \u00266increase its storage limit.\u0026r", + "ftbquests.chapter.the_color_green.quest68.title": "Advanced Ember Logistics", + "ftbquests.chapter.the_color_green.quest69.description1": "With the acquisition of Dawnstone, you can make a special chamber to manipulate elemental mercury into a source of energy. ", + "ftbquests.chapter.the_color_green.quest69.description2": "The \u00266Mercury Catalyst\u0026r can convert mercury into Mercury Flux (MF) which, in combination with a \u00266Caloric Flux Emitter\u0026r, can be used to power alchemical devices that would normally need a pyromantic brazier underneath them!", + "ftbquests.chapter.the_color_green.quest69.description3": "\u00267Tip: one mercury shard produces as much energy as one piece of charcoal!", + "ftbquests.chapter.the_color_green.quest69.title": "Mercurial Power", + "ftbquests.chapter.the_color_green.quest7.description1": "The combination of brilliant fiber and nether bricks is superficially similar to the weak gold ore deposits you remember existing in the Nether. They\u0027re so similar, in fact, that \u00266a Pure Daisy will convert Golden Nether Bricks into Nether Gold Ore!\u0026r", + "ftbquests.chapter.the_color_green.quest7.description2": "\u00267Tip: there is a better way to make brilliant fiber, but you\u0027ll need to get blaze powder somehow... ", + "ftbquests.chapter.the_color_green.quest7.title": "Gold", + "ftbquests.chapter.the_color_green.quest70.description1": "With high enough aura in an area, \u00266dried earth will slowly convert to dirt!\u0026r", + "ftbquests.chapter.the_color_green.quest70.description2": "If you want to stop this effect from happening, \u00266Powder of Dried Stasis\u0026r will prevent the conversion of dried earth to dirt in the area it\u0027s placed in.", + "ftbquests.chapter.the_color_green.quest70.subtitle": "pseudo-terraforming", + "ftbquests.chapter.the_color_green.quest70.title": "Regrowth?", + "ftbquests.chapter.the_color_green.quest71.description1": "The \u00266Bin\u0026r is a fantastic block that automatically collects the outputs of various dwarven machinery.", + "ftbquests.chapter.the_color_green.quest71.description2": "Simply attach it to the \u00266bottom\u0026r of a machine (like, say, the stamper base) and it\u0027ll fill up with products.", + "ftbquests.chapter.the_color_green.quest72.description1": "With an imitation blaze head and a couple of real magical reagents, you can \u00266summon a real blaze!\u0026r", + "ftbquests.chapter.the_color_green.quest72.description2": "This summoned blaze always drops at least 3 blaze rods. ", + "ftbquests.chapter.the_color_green.quest72.description3": "\u00267Tip: the ritual to summon the blaze is described in the Reclamation Rituals book.\u0026r", + "ftbquests.chapter.the_color_green.quest72.title": "Real Blazes", + "ftbquests.chapter.the_color_green.quest8.description1": "The \u00266Pure Daisy\u0026r is able to turn mundane stone and logs into much more naturally-aligned versions of themselves.", + "ftbquests.chapter.the_color_green.quest8.title": "Living Materials", + "ftbquests.chapter.the_color_green.quest9.description1": "You can use a bucket to \u00266strategically place lava and water\u0026r to make a nether portal frame. It\u0027s not ideal, but it\u0027s definitely easier than trying to mine obsidian with an iron pickaxe!", + "ftbquests.chapter.the_color_green.quest9.description2": "Similar to the overworld, the nether is bare of ores and even more devoid of life - \u00264there are zero spawns there, and only one biome.", + "ftbquests.chapter.the_color_green.quest9.description3": "\u00267Tip: you can also make obsidian on the natural altar - but be warned, it\u0027s pretty costly aura-wise!", + "ftbquests.chapter.the_color_green.quest9.task_4075772383648127092.title": "Visit the Nether", + "ftbquests.chapter.the_color_green.quest9.title": "The Nether", + "ftbquests.chapter.the_color_green.title": "Touching Grass", + "ftbquests.chapter.the_hunt_for_grass.quest1.description1": "Now that you have dirt, your next step is to turn it into grass, so that you can start bringing a little bit of green into the world.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description1": "Plants in Agricraft are diploid organisms - essentially, every plant has two sets of attributes: active and inactive (or dominant and recessive). \u00266The active trait is the one that actually affects the plant,\u0026r but the inactive trait comes into play when breeding plants together. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description2": "When a crossbreed occurs, each plant \u00266adjacent\u0026r to the crossbreed crop sticks has a \u00266chance\u0026r depending on its \u00266fertility\u0026r to count as a parent. If there\u0027s only one parent selected, the resulting plant is a clone. If more than one parent is selected, each has a chance to pass on one half of its genes to the resulting plant.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description3": "For example, if you bred a plant with gain of 3-2 with a plant who\u0027s gain is 4-2, it would result in a plant with a gain stat of either 4-3, 4-2, 3-2, or 2-2. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description4": "To figure out what the possibilities are for two parent plants, you can use a punnett square:", + "ftbquests.chapter.the_hunt_for_grass.quest10.description5": "Each square has an equal chance of getting chosen - additionally, there is a small chance for a mutation to occur; whether this mutation is beneficial or not depends on each parent\u0027s \u00266mutativity stat.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest10.image0": "{image:reclamation:textures/quests/punnett.png width:150 height:150 align:center}", + "ftbquests.chapter.the_hunt_for_grass.quest10.task_2773659192565899586.title": "What the heck are these numbers?", + "ftbquests.chapter.the_hunt_for_grass.quest10.title": "How do I get better stats?", + "ftbquests.chapter.the_hunt_for_grass.quest11.description1": "Each plant has five stats, when planted on crop sticks. You can see these stats by crouching and looking at the plant, or using a magnifying glass. The stats affect a variety of things:", + "ftbquests.chapter.the_hunt_for_grass.quest11.description2": "\u00266Fertility\u0026r is how likely a plant is to get chosen as a parent for cross-breeding.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description3": "\u00266Gain\u0026r increases how much a plant will produce when harvested.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description4": "\u00266Growth\u0026r affects the speed a plant grows at.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description5": "\u00266Mutativity\u0026r raises the chance for a cross-breed (when it occurs) to be beneficial.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description6": "\u00266Strength\u0026r broadens the possible growing conditions for a plant - for example, cactus can always grow on sand, but with a strength of 10, it can grow on normal farmland!", + "ftbquests.chapter.the_hunt_for_grass.quest11.subtitle": "What do they mean?", + "ftbquests.chapter.the_hunt_for_grass.quest11.task_7047347176409476035.title": "Read", + "ftbquests.chapter.the_hunt_for_grass.quest11.title": "The numbers, Mason!", + "ftbquests.chapter.the_hunt_for_grass.quest12.description1": "That was A LOT of info - what it boils down to is higher numbers \u003d better, breed higher statted plants together to get better plants, use bonemeal on cross sticks to speed up the crossbreeding process. ", + "ftbquests.chapter.the_hunt_for_grass.quest12.description2": "If your plant is not growing, look at it while crouching - it might need a different type of soil.", + "ftbquests.chapter.the_hunt_for_grass.quest12.description3": "\u00267Tip: getting your first beneficial mutation \u00264will be slow,\u00267 but you can speed it up by \u00266planting crops in a plus shape,\u00267 with the cross sticks in the middle! This means each potential crossbreed has \u00266four\u00267 chances to pick parents, instead of \u00264just two.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest12.subtitle": "English, poindexter?", + "ftbquests.chapter.the_hunt_for_grass.quest12.task_7762997780188473985.title": "WAY too complicated", + "ftbquests.chapter.the_hunt_for_grass.quest12.title": "That was a lot...", + "ftbquests.chapter.the_hunt_for_grass.quest13.description1": "Now that you have a way to grow and breed plants, you should get started on broadening your base of food. Either \u00266breed the plants you have\u0026r into the two other staple crops from the old world, or \u00266find them on the mutated inhabitants\u0026r of the new.", + "ftbquests.chapter.the_hunt_for_grass.quest13.description2": "\u00267Tip: to find mutations, look up the recipe for the seed of the plant in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.description3": "\u00267Tip 2: to see what conditions a seed needs to grow (including what blocks it can grow on), check the uses of the seed in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.title": "Edible Plants", + "ftbquests.chapter.the_hunt_for_grass.quest14.description1": "At some point, you\u0027re going to run out of ruins. Thankfully, there is a special kind of flower called the \u00266Cuprosia \u0026ryou can breed that can harvest \u00266trace amounts of copper from the water.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest14.description2": "\u00267Tip: the flower will only grow in a waterlogged crop. If you successfully crossbreed the Cuprosia but the crop stick it\u0027s on is not waterlogged, \u00264it will not grow. \u00267Additionally, it can \u00264only grow on gravel\u00267 at strength 1.", + "ftbquests.chapter.the_hunt_for_grass.quest14.description3": "\u00267Tip 2: plant species can be recessive! Use your magnifying glass.", + "ftbquests.chapter.the_hunt_for_grass.quest14.title": "Growing copper?", + "ftbquests.chapter.the_hunt_for_grass.quest15.description1": "Now you have to find a way to turn the nascent life energy within the tree into some form of grass. There was a ritual you remember that was able to condense said energy into a special seed...", + "ftbquests.chapter.the_hunt_for_grass.quest15.description2": "Witchcraft can help you here - brew up some \u00266brilliant fiber,\u0026r apply it to some tree leaves, and watch it \u00266spread!\u0026r Once you have enough, break the leaves - the gilded leaves you\u0027ll get will be able to crush into a \u00266fine gold dust,\u0026r perfect for this ritual.", + "ftbquests.chapter.the_hunt_for_grass.quest15.title": "Gold Leaf", + "ftbquests.chapter.the_hunt_for_grass.quest16.description1": "Now that you have a way to conduct the ritual, you can create a \u00266Pasture Seed,\u0026r which will let you finally \u00266bring back grass to the world!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest16.description2": "\u00267To find out how to actually do the ritual, check how to do a Ritual of the Forest in your Book of Natural Aura.", + "ftbquests.chapter.the_hunt_for_grass.quest16.title": "Ritual of the Forest", + "ftbquests.chapter.the_hunt_for_grass.quest17.description1": "The \u00266Witch\u0027s Oven\u0026r can be used to distill saplings into \u00266special magic fumes,\u0026r which are especially potent in a variety of magical rites.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description1": "Using some sapling fumes and some plantlife, you can create \u00266Pasture Seeds\u0026r - special seeds that will place an \u00266area of grass\u0026r on nearby dirt.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description2": "\u00267Tip: due to a bug in the mod, watering cans will not work to start the ritual of the forest!", + "ftbquests.chapter.the_hunt_for_grass.quest18.subtitle": "Not as green as I\u0027d like...", + "ftbquests.chapter.the_hunt_for_grass.quest18.title": "Grass!", + "ftbquests.chapter.the_hunt_for_grass.quest19.description1": "The composter can turn \u00266extra seeds and crops into bonemeal!\u0026r No more hunting skeletons in the middle of the night.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description1": "Even through the lack of nutrients in the soil, some especially-tough tufts of grass have held on. Some even have \u00266seeds that you can find\u0026r and try to coax to life.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description2": "Some of these seem \u00266especially magical\u0026r - you wonder if you could use them in any way...", + "ftbquests.chapter.the_hunt_for_grass.quest2.description3": "\u00267Tip: you\u0027ll probably only want to harvest mandrake at night until you get its strength up!", + "ftbquests.chapter.the_hunt_for_grass.quest2.title": "Seeds", + "ftbquests.chapter.the_hunt_for_grass.quest20.description1": "You can get straw rarely by cutting grass with a \u00266knife.\u0026r Use it to make leads, ropes, and building blocks!", + "ftbquests.chapter.the_hunt_for_grass.quest20.task_1283594596619655186.title": "Any Knife", + "ftbquests.chapter.the_hunt_for_grass.quest20.title": "Straw", + "ftbquests.chapter.the_hunt_for_grass.quest21.description1": "You can turn bonemeal, dirt, and some organic material into \u00266organic compost.\u0026r When placed down, the compost will\u00266 turn into rich soil \u0026rafter a while (sped up by sunlight, water, and proximity to other rich soil or mushrooms), which grows most crops \u00266faster than regular farmland!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest21.title": "Rich Farmland", + "ftbquests.chapter.the_hunt_for_grass.quest22.description1": "Now that you have access to iron, you can make a \u00266watering can.\u0026r Higher-tier versions exist and are much better, but the basic version can still speed up the growth of crops.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description1": "This pack contains \u00266Via Romana\u0026r, a sign-based fast travel system. In order to fast travel using signs, you must first \u00266build a path and traverse it\u0026r before you can teleport across it. ", + "ftbquests.chapter.the_hunt_for_grass.quest23.description2": "\u00266Shift-left-click\u0026r on a sign at the start of your path, then \u00266shift-left-click\u0026r on a sign at the end of your path. Once you start pathing from one sign to the other, you need to follow a player-made path. If you deviate, you\u0027ll \u0026cstop\u0026r building the fast travel route and have to backtrack.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description3": "Once linked, just punch the sign and you\u0027ll fast travel!", + "ftbquests.chapter.the_hunt_for_grass.quest23.description4": "\u00267Tip: to see what blocks count as path blocks, search \u00262#via_romana:path_block\u00267 in your recipe viewer.", + "ftbquests.chapter.the_hunt_for_grass.quest23.task_5888718684745127233.title": "Any Warpable Sign", + "ftbquests.chapter.the_hunt_for_grass.quest23.title": "Signpost Travel", + "ftbquests.chapter.the_hunt_for_grass.quest24.description1": "\u00266Fume Funnels,\u0026r when placed next to a Witch\u0027s Oven, raise the chance of getting fumes from items.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description1": "Tired of hearing those godforsaken \u00266mandrakes\u0026r shriek? Make some \u00266earmuffs!\u0026r They\u0027ll protect you from getting your ears blown out by their piercing scream.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description2": "\u00267Tip: the higher the strength stat on mandrake is, the less likely they are to wake up.", + "ftbquests.chapter.the_hunt_for_grass.quest25.title": "OSHA Approved", + "ftbquests.chapter.the_hunt_for_grass.quest26.description1": "With the re-introduction of actual saplings to the world, you might want to make slightly better tools than the basic pickaxe and axe you\u0027re used to.", + "ftbquests.chapter.the_hunt_for_grass.quest26.description2": "The \u00266Hammer, Excavator, and Broadaxe\u0026r can break blocks in a \u002663x3 area\u0026r (and the broadaxe breaks in \u002663x3x3!\u0026r), making terraforming and general resource collection much easier.", + "ftbquests.chapter.the_hunt_for_grass.quest26.task_4941645910113139201.title": "Any AOE Tool", + "ftbquests.chapter.the_hunt_for_grass.quest3.description1": "Unless you get lucky and find an ingot or two among the husks, you\u0027ll need some way to make iron ingots. ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description2": "Luckily, one of those plants you found has a rudimentary circulatory system, which has enough thematic overlap with actual hemoglobin that you can use it to precipitate hemoglobic fluid...", + "ftbquests.chapter.the_hunt_for_grass.quest3.description3": "Basically, you found a \u00266plant that grows blood\u0026r and you\u0027re gonna \u00266make iron out of it\u0026r by putting it into a \u00266Sal Ammoniac Accumulator above a Fluid Vessel.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description4": "\u00267Note: A Sal Ammoniac tank is meant only for sal ammoniac, so you \u0026oneed\u0026r\u00267 to place the \u0026lfluid vessel\u0026r\u00267 below it.", + "ftbquests.chapter.the_hunt_for_grass.quest3.title": "Hemoglobic Fluid", + "ftbquests.chapter.the_hunt_for_grass.quest4.description1": "Now that you have your hemoglobic fluid, you can \u00266use it as a solvent in your Liquefaction Cauldron to liquify copper\u0026r - the iron in the fluid will transform the copper sulfur into \u00266Iron Alchemical Sulfur.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.description2": "You\u0027ll also need some \u00266Mineral Alchemical Salt\u0026r - you can get this by \u00266calcifying charcoal,\u0026r or re-calcifying \u00266a large amount of Strata salt.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.title": "Salt and Sulfur", + "ftbquests.chapter.the_hunt_for_grass.quest5.description1": "You\u0027re almost there! Just throw the \u00266Iron Alchemical Sulfur, Mineral Alchemical Salt, \u0026rand\u00266 Alchemical Mercury\u0026r into the \u00266Incubator, \u0026rand you\u0027ll have iron!", + "ftbquests.chapter.the_hunt_for_grass.quest6.description1": "You can mash up the magical plants you\u0027ve found into something you\u0027re calling \u00266Anointing Paste.\u0026r You\u0027re pretty sure you can apply it to something, but what? ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description1": "Now that you have a bit of iron, you can make a cauldron and \u00266anoint\u0026r it to make a \u00266Witch\u0027s Cauldron\u0026r - a magically-insulated vessel for brewing all sorts of witchy goodness. ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description2": "Fill it with three buckets of water, place it over a campfire, and it\u0027ll start boiling!", + "ftbquests.chapter.the_hunt_for_grass.quest7.description3": "\u00267Tip: if your brew spoils (turns brown because you put items in out of order or incorrectly), you can use an empty bucket to empty the cauldron.", + "ftbquests.chapter.the_hunt_for_grass.quest7.task_2385086996515714487.title": "Anoint a Cauldron", + "ftbquests.chapter.the_hunt_for_grass.quest8.description1": "With a little bit of magic (and a reinforced witchy cauldron), you can make a \u00266potent mutagen\u0026r - potent enough to mutate those \u00266dead bushes\u0026r you\u0027ve been seeing around into \u00266actual saplings!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest8.subtitle": "Minor necromancy", + "ftbquests.chapter.the_hunt_for_grass.quest8.task_6488684102089578318.title": "Any Sapling", + "ftbquests.chapter.the_hunt_for_grass.quest8.title": "Saplings!", + "ftbquests.chapter.the_hunt_for_grass.quest9.description1": "The seeds you\u0027ve been finding have uniquely adapted themselves to their harsh environment. As a consequence, however, they\u0027ve become \u00264much less productive, focusing entirely on survival.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest9.description2": "You can try to selectively breed your meager collection of seeds together to make them \u00266grow faster\u0026r and \u00266produce more,\u0026r or even try \u00266cross-breeding them\u0026r to start bringing back extinct species of plant...", + "ftbquests.chapter.the_hunt_for_grass.quest9.description3": "To start, plant any seeds you have onto specially-prepared \u00266Crop Sticks.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.title": "A Whiff of Normal", + "ftbquests.chapter.the_sound_of_life.quest1.description1": "Debatably sentient life in the form of chickens! Even more importantly, these chickens will produce \u00266eggs,\u0026r the root of all fauna.", + "ftbquests.chapter.the_sound_of_life.quest1.title": "Sentient Life", + "ftbquests.chapter.the_sound_of_life.quest10.description1": "You can upgrade your blood altar by placing runes around it - your \u00266Sanguine Scientiem\u0026r can give you specifics. A tier 2 altar can create \u00266Reinforced Slates!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest10.description2": "Used for creating special runes that give your blood altar benefits, among other things, they are just that much more potent than a regular blank slate.", + "ftbquests.chapter.the_sound_of_life.quest10.title": "Tier 2 Slates", + "ftbquests.chapter.the_sound_of_life.quest11.description1": "A tier 3 altar can create \u00266Imbued Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.description2": "Even stronger than the reinforced version, they can make even better rune upgrades for your blood altar, as well as the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.title": "Tier 3 Slates", + "ftbquests.chapter.the_sound_of_life.quest12.description1": "The \u00266Alchemical Reaction Chamber\u0026r is capable of a great many things, but one of the most important is its ability to produce gems - \u00266diamond, lapis, and amethyst.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description1": "With access to gems, you can make a \u00266Tainted Blood Pendant,\u0026r which you can then infuse with \u00266Regeneration!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description2": "This makes poking yourself for life essence much more bearable...", + "ftbquests.chapter.the_sound_of_life.quest13.description3": "\u00267Tip: prismarine can be made either through Create\u0027s haunting or Nature\u0027s Aura\u0027s Natural Altar.", + "ftbquests.chapter.the_sound_of_life.quest14.description1": "Alchemizing with lifeforce provides the extra punch needed to transmute base materials into \u00266precious gems\u0026r using the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest14.description2": "\u00267Tip: once you\u0027ve made one of a specific kind of gem, you can use Theurgy to convert more materials into that gem\u0027s sulfur without having to go through the whole blood transmutation again!", + "ftbquests.chapter.the_sound_of_life.quest14.title": "Gems!", + "ftbquests.chapter.the_sound_of_life.quest15.description1": "A renewable source of gems would be much appreciated - thankfully, you can perform a \u00266special wiccan ritual\u0026r to turn a block of amethyst into its budding version.", + "ftbquests.chapter.the_sound_of_life.quest15.description2": "\u00267Tip: you can use blood magic\u0027s arcane ashes to draw a pentagram on your altar, giving it an addtional 1.5x boost to total power capacity!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest15.description3": "\u00267Tip 2: the instructions for this ritual can be found in your Reclamation Rituals book.", + "ftbquests.chapter.the_sound_of_life.quest16.description1": "Now that you have access to gems, you can start to manipulate \u00265Source, \u0026ranother type of magical energy you remember from before.", + "ftbquests.chapter.the_sound_of_life.quest16.description2": "To start, you\u0027ll want to turn lapis or amethyst shards into source gems using an \u00266Imbuement Chamber.\u0026r However, for an Imbuement Chamber, you\u0027ll need a special kind of wood. Because \u00265Source\u0026r is innately intertwined with \u00264Life Essence,\u0026r infusing an already magically-resonant tree with \u00264Life Essence\u0026r should produce a suitable sapling.", + "ftbquests.chapter.the_sound_of_life.quest16.description3": "\u00267Tip: you can convert between the four types of sapling using a mana pool!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest16.title": "Archwood", + "ftbquests.chapter.the_sound_of_life.quest17.description1": "With Archwood, you can now create \u00266Source Gems,\u0026r a perfect focusing medium for the arcane energies of \u00265Source.\u0026r Just toss some amethyst or lapis into an \u00266Imbuement Chamber!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest17.description2": "At first, you\u0027ll be slowly imbuing gems with the trace amounts present in the air, but once you get a way to generate \u00265Liquid Source,\u0026r you\u0027ll be converting gems in a flash!", + "ftbquests.chapter.the_sound_of_life.quest17.title": "Source Gems", + "ftbquests.chapter.the_sound_of_life.quest18.description1": "By offering an \u00266Imbued Slate\u0026r to the gods, you can convert mundane iron into the dense ingot of \u00266Osmium.\u0026r This metal is crucial to advanced mechanical applications.", + "ftbquests.chapter.the_sound_of_life.quest18.title": "Supermassive", + "ftbquests.chapter.the_sound_of_life.quest19.description1": "Now that you have a source of power, you\u0027ll want to start making real machinery. Your first step - a \u00266Metallurgic Infuser.\u0026r This machine can do a wide varity of things, but one of the most important is its ability to create \u00266steel,\u0026r another critical metal for your foray into technology.", + "ftbquests.chapter.the_sound_of_life.quest19.description2": "Infusing \u00266iron with coal,\u0026r while inefficient, is your only real way to make it - at least for now.", + "ftbquests.chapter.the_sound_of_life.quest19.title": "Steel", + "ftbquests.chapter.the_sound_of_life.quest2.description1": "Now that you have access to a breedable animal, you can utilize their excess vitalic energy to birth new creatures. ", + "ftbquests.chapter.the_sound_of_life.quest2.description2": "In an area with high Aura concentration, \u00266breeding mobs together\u0026r will generate \u00266Spirits of Birthing.\u0026r These spirits can be tossed alongside some other reagents onto an \u00266Altar of Birthing\u0026r to spawn new creatures.", + "ftbquests.chapter.the_sound_of_life.quest2.title": "Altar of Birthing", + "ftbquests.chapter.the_sound_of_life.quest20.description1": "The basis of every machine worth making, \u00266a Steel Casing \u0026ropens up limitless possibilities. ", + "ftbquests.chapter.the_sound_of_life.quest20.description2": "Almost quadrupling raw ore into ingots, turning plants into energy, or even fusion reactors all start with the humble steel casing.", + "ftbquests.chapter.the_sound_of_life.quest20.title": "Basic Machinery", + "ftbquests.chapter.the_sound_of_life.quest21.description1": "The \u00266Enrichment Chamber\u0026r can slightly boost the outputs of raw ores, clean blocks, and refine reagents for the \u00266Metallurgic Infuser,\u0026r creating enriched versions of items that are \u002668 times more efficient!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest22.description1": "Before you can do anything related to machinery, you\u0027ll need a source of power. Thankfully, \u0026bbotanic mana\u0026r is easily convertible to \u0026credstone flux.\u0026r Simply point a mana spreader at a \u00266Mana Fluxfield\u0026r and it\u0027ll output \u0026cRF\u0026r to any adjacent blocks.", + "ftbquests.chapter.the_sound_of_life.quest22.description2": "\u00267You can also use a heat generator, but it\u0027s VERY inefficient and (probably) not even worth making!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description1": "With the acquisition of lapis, you can now make the \u00266Terrestrial Agglomeration Plate,\u0026r a necessary step in your mastery of \u0026bbotanic mana.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description2": "Combining mana-infused versions of a diamond, an ender pearl, and iron (alongside a tremendous amount of mana) creates \u00266Terrasteel,\u0026r a unique alloy that is incredibly strong and mana conductive.", + "ftbquests.chapter.the_sound_of_life.quest23.description3": "\u00267Tip: use sparks instead of mana spreaders for a much faster mana transfer rate!", + "ftbquests.chapter.the_sound_of_life.quest23.title": "Terrasteel", + "ftbquests.chapter.the_sound_of_life.quest24.description1": "Steel allows you to make better pipes of all kinds, able to transport items, fluids, RF, chemicals, and even heat. These have a number of \u00266advantages over caminite-based alternatives,\u0026r mainly their lack of reliance on redstone and their upgradeability.", + "ftbquests.chapter.the_sound_of_life.quest24.task_1474346775141796701.title": "Any Basic Logistic Item", + "ftbquests.chapter.the_sound_of_life.quest24.title": "Advanced Logistics", + "ftbquests.chapter.the_sound_of_life.quest25.description1": "The \u00266Rotary Condensentrator\u0026r allows you to convert liquids to gases, and vice versa. This is useful for storage purposes, but it also allows you to aerate Life Essence!", + "ftbquests.chapter.the_sound_of_life.quest26.description1": "The \u00266Gas-Burning Generator\u0026r can produce a large amount of RF very quickly - it\u0027s a solid midrange option that will most likely carry your energy needs until you start making reactors.", + "ftbquests.chapter.the_sound_of_life.quest26.description2": "\u00266Aerated Essence \u0026ris relatively easy to produce, and can be burned to produce a solid amount of RF. It\u0027s macabre, but it works!", + "ftbquests.chapter.the_sound_of_life.quest27.description1": "\u00266Ethylene\u0026r is another gas you can burn in the gas-burning generator; even a small amount can be burned for a rather large amount of energy.", + "ftbquests.chapter.the_sound_of_life.quest27.description2": "\u00267Note: Ethylene burning has been nerfed in this pack! It\u0027s still useful, just not as absolutely game-breakingly energy dense as it normally is.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest27.title": "Ethylene", + "ftbquests.chapter.the_sound_of_life.quest28.description1": "Ethylene can be further mixed with Aerated Essence to produce Blooded Ethylene, a much more energy-dense gas that can burn for longer in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest28.title": "Blooded Ethylene", + "ftbquests.chapter.the_sound_of_life.quest29.description1": "The \u00266Crusher\u0026r is great for turning things into smaller, powdery versions of themselves. It\u0027s also great at turning plants into \u00266Bio Fuel!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest3.description1": "Blood magic is a pathway to many abilities some consider to be unnatural.", + "ftbquests.chapter.the_sound_of_life.quest3.description2": "To start, make a few \u00266soul snares\u0026r and \u00266throw them at monsters before killing them.\u0026r These snared monsters will drop \u00266demonic will\u0026r, which you\u0027ll need to get started!", + "ftbquests.chapter.the_sound_of_life.quest3.title": "Blood Magic", + "ftbquests.chapter.the_sound_of_life.quest30.description1": "\u00266Bio Fuel\u0026r can be turned directly into energy in the \u00266Bio-Generator,\u0026r or further refined into ethylene for burning in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest30.title": "Bio Fuel", + "ftbquests.chapter.the_sound_of_life.quest31.description1": "The \u00266Purification Chamber,\u0026r in combination with oxygen and some further processing, can double raw ore outputs.", + "ftbquests.chapter.the_sound_of_life.quest31.description2": "Ore clumps can be crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest31.description3": "\u00267Tip: gas upgrades can be placed into some machines to make them more efficient in their use of chemicals!", + "ftbquests.chapter.the_sound_of_life.quest32.description1": "The \u00266Chemical Dissolution Chamber\u0026r is the next step in your ore processing - with the chamber as a starting point and some hydrogen chloride, it can turn 3 ore into 8 shards, which eventually get processed into ingots.", + "ftbquests.chapter.the_sound_of_life.quest32.description2": "To make hydrogen chloride, you\u0027ll need a renewable source of chlorine. The \u00266Thermal Evaporation Tower Multiblock\u0026r can turn plain water into brine, which can then be electrolysed into chlorine.", + "ftbquests.chapter.the_sound_of_life.quest32.description3": "Shards need to be purified into clumps, crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.description1": "The final refinement to your ore refinement process: the \u00266Chemical Washer and Crystallizer\u0026r can wash and crystallize ore slurry, at a 3 raw ore to eventual 10 ingot ratio.", + "ftbquests.chapter.the_sound_of_life.quest33.description2": "You\u0027ll need sulfur for sulfuric acid, which you can make through judicious application of oxygen to charcoal.", + "ftbquests.chapter.the_sound_of_life.quest33.description3": "Dirty ore slurry needs to be washed into clean ore slurry, then crystallized into crystals, which then get thrown into the \u00266Chemical Injection Chamber\u0026r to get turned into shards, which purify into clumps, crush into dirty dust, enrich into clean dust, and then finally smelt into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.title": "REAL Ore Processing", + "ftbquests.chapter.the_sound_of_life.quest34.description1": "To make the next tier of altar, you\u0027ll need bloodstone bricks to cap the next set of pillars. However, these require blood shards to make; blood shards require \u00266tau fruit. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest34.description2": "Despite your best efforts, you can\u0027t breed tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest34.description3": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of Tau Fruit. Go forth, ", + "ftbquests.chapter.the_sound_of_life.quest34.title": "Blooded Rituals", + "ftbquests.chapter.the_sound_of_life.quest35.description1": "\u00266Blood Shards\u0026r are a very handy thing for someone of your talents to have around. Despite your best efforts, however, you can\u0027t breed the necessary tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest35.description2": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of tau fruit. ", + "ftbquests.chapter.the_sound_of_life.quest35.description3": "\u00267Tip: once you have some, planting tau fruit and having it grow while something is standing on it will eventually create a saturated tau.", + "ftbquests.chapter.the_sound_of_life.quest35.title": "Blood Shards", + "ftbquests.chapter.the_sound_of_life.quest36.description1": "With access to blood shards, you can finally make a tier 4 altar and\u00266 Demonic Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest36.description2": "Yet still stronger than Imbued Slates, these bad boys pack quite an essence-filled punch! You can use these for ritual paraphernalia as well as more altar upgrades.", + "ftbquests.chapter.the_sound_of_life.quest36.title": "Tier 4 Slates", + "ftbquests.chapter.the_sound_of_life.quest37.description1": "The \u00266Dusk\u0026r version of the \u00266Ritual Diviner\u0026r will allow you to perform even stronger rituals - chief among these being the \u00266Pathway to the Endless Realm.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.description2": "Once performed, you will be presented with a gate to the Demon Realm proper - a sprawling labyrinth of rooms which contain strong enemies, plentiful loot, and the curious ore known as \u00266Demonite.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.title": "Dusk Rituals", + "ftbquests.chapter.the_sound_of_life.quest38.description1": "\u00266Demonite\u0026r can be found rarely in the \u00266Demon Realm,\u0026r either as an ore block or as loot in chests.", + "ftbquests.chapter.the_sound_of_life.quest38.description2": "You also remember that there was a \u00266special key\u0026r for \u00266spatial distortions\u0026r that led you to the mines, which held much more valuable loot...", + "ftbquests.chapter.the_sound_of_life.quest39.description1": "The single most powerful slate you can make,\u00266 Ethereal Slates\u0026r require a tier 5 altar to craft.", + "ftbquests.chapter.the_sound_of_life.quest39.description2": "Alongside netherite scraps and some \u00266looted parts\u0026r from the Demon Realm, these slates can be used to upgrade altar runes, making them \u00266twice as powerful.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest39.title": "Tier 5 Slates", + "ftbquests.chapter.the_sound_of_life.quest4.description1": "One of the most common things you\u0027ll need in the pursuit of sanguine magic is a base material of stone doped in blood - excellent for channelling these dark energies.", + "ftbquests.chapter.the_sound_of_life.quest4.description2": "You\u0027ll need to make quite a few to upgrade your blood altar!", + "ftbquests.chapter.the_sound_of_life.quest40.description1": "Now that you have access to dusk rituals, you can use either a \u00266Ritual of the Feathered Knife\u0026r or a \u00266Well of Suffering\u0026r to automate the collection of life essence.", + "ftbquests.chapter.the_sound_of_life.quest40.description2": "To get even more out of your rituals, you can use the \u00266Ritual Tinkerer!\u0026r Read your \u00266Sanguine Scientiem\u0026r for more information.", + "ftbquests.chapter.the_sound_of_life.quest40.description3": "\u00267Tip: if you can supply mobs to the well constantly (or give them a source of regenerating health), you could fully automate life essence collection...", + "ftbquests.chapter.the_sound_of_life.quest40.title": "Useful Rituals", + "ftbquests.chapter.the_sound_of_life.quest41.description1": "The \u00266Incense Altar\u0026r is the center of a large freeform multiblock structure focused on bringing a sense of tranquility to players. With enough peace of mind, you can perform self-sacrifice with a much smoother hand - at high levels, you can get as much as \u00266quadruple the normal amount of life essence!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest41.description2": "For more information on this structure, take a look at your \u00266Sanguine Scientiem.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description1": "With enough Demonic Will, you reach a critical mass that can eventually \u00266generate will\u0026r ex nihilo! Simply burn some into the local aura by throwing will into a \u00266Demon Crucible,\u0026r then wait for it to crystallize on the \u00266Demon Crystallizer. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description2": "With enough will in the aura, the crystal will grow extra spires you can harvest and re-burn; each crystal past the first takes 40 will to grow but \u00266burns into 50!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description3": "Now if only there was some way to automate this...", + "ftbquests.chapter.the_sound_of_life.quest42.description4": "\u00267Tip: for more info, read your Sanguine Scientiem!", + "ftbquests.chapter.the_sound_of_life.quest42.title": "Crystallized Will", + "ftbquests.chapter.the_sound_of_life.quest43.description1": "With the \u00266Resonance of the Faceted Crystal\u0026r ritual, you can split one well-established Will Crystal into four separate aspected crystals! This aspected will is handy for all sorts of things, but one of the most useful things you can do is use it in other rituals to \u00266change the way they perform.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest43.description2": "\u00267Tip: it\u0027s possible to fully automate the growing, splitting, and harvesting of crystals using rituals!", + "ftbquests.chapter.the_sound_of_life.quest43.title": "Aspected Will", + "ftbquests.chapter.the_sound_of_life.quest44.description1": "With access to Terrasteel, you can make the third tier of botanic runes: \u00266Sin Runes.\u0026r These can be used to make better baubles, more powerful flowers, and more!", + "ftbquests.chapter.the_sound_of_life.quest44.task_6010537284078335274.title": "Any Sin Rune", + "ftbquests.chapter.the_sound_of_life.quest44.title": "Sin Runes", + "ftbquests.chapter.the_sound_of_life.quest45.description1": "With Terrasteel, you can utilize an old ritual to open a \u00266gateway to Alfheim,\u0026r which you\u0027re certain has escaped whatever happened to this world. The portal won\u0027t be able to transport living beings, but maybe you can trade for some \u00266useful materials?\u0026r", + "ftbquests.chapter.the_sound_of_life.quest45.description2": "\u00267Tip: For more information on the portal, read your Lexica Botania! For even more than that, throw your entire Lexica Botania into the portal! (but make sure you don\u0027t throw your Akashic Tome away!)", + "ftbquests.chapter.the_sound_of_life.quest45.title": "The Portal to Alfheim", + "ftbquests.chapter.the_sound_of_life.quest46.description1": "The \u00266Elven Mana Spreader\u0026r is much more efficient than it\u0027s livingwood predecessor - it shoots larger bursts faster and farther.", + "ftbquests.chapter.the_sound_of_life.quest46.title": "Better Spreader", + "ftbquests.chapter.the_sound_of_life.quest47.description1": "With Sin Runes and elven materials, you can craft a special flower that \u00266generates ore in nearby stone or deepslate!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest47.description2": "As far as you\u0027re concerned, this is more proof that you can solve any problem if you throw enough raw mana at something.", + "ftbquests.chapter.the_sound_of_life.quest47.subtitle": "but not ad astra!", + "ftbquests.chapter.the_sound_of_life.quest47.title": "Ex Nihilo", + "ftbquests.chapter.the_sound_of_life.quest48.description1": "The \u00266Scribe\u0027s Table\u0026r allows you to create new glyphs for spellbooks. As far as spellbooks go, you have a couple options - use either pure arcane mana or life essence to fuel your spells.", + "ftbquests.chapter.the_sound_of_life.quest48.title": "Spellcasting", + "ftbquests.chapter.the_sound_of_life.quest49.description1": "Source can be generated in a variety of ways, but you\u0027ll need to do something to get it into a much more useable liquid form. ", + "ftbquests.chapter.the_sound_of_life.quest49.description2": "\u00266Sourcelinks\u0026r will gather it for you, but you\u0027ll also need to make a \u00266jar\u0026r to store the generated source.", + "ftbquests.chapter.the_sound_of_life.quest49.task_8602744015200526354.title": "Any Sourcelink", + "ftbquests.chapter.the_sound_of_life.quest49.title": "Generating Source", + "ftbquests.chapter.the_sound_of_life.quest5.description1": "The \u00266Hellfire Forge\u0026r allows you to use Demonic Will to craft special items.", + "ftbquests.chapter.the_sound_of_life.quest5.description2": "One of the first things you\u0027ll want to make is a \u00266soul gem\u0026r - these special gems can store demonic will you pick up without clogging your inventory.", + "ftbquests.chapter.the_sound_of_life.quest5.description3": "\u00267Tip: the more will you have stored in your inventory, the more will drops from monsters!", + "ftbquests.chapter.the_sound_of_life.quest50.description1": "One of the primary uses of liquid source is the enchanting of items. Using the \u00266Arcane Core\u0026r and an \u00266Enchanting Apparatus\u0026r atop it, you can create many useful things.", + "ftbquests.chapter.the_sound_of_life.quest50.title": "Arcane Enchanting", + "ftbquests.chapter.the_sound_of_life.quest51.description1": "If you\u0027re tired of waiting for amethyst to grow, try animating a block of budding amethyst with the \u00266Ritual of Awakening.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.description2": "It turns budding amethyst into an \u00266Amethyst Golem,\u0026r who can harvest, grow, and even bud other blocks of amethyst!", + "ftbquests.chapter.the_sound_of_life.quest51.description3": "Its behavior can be further modified using a \u00266Dominion Wand.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.title": "Amethyst Buddy", + "ftbquests.chapter.the_sound_of_life.quest52.description1": "With the acquisition of specially-charged elven materials, you can create an \u00266even stronger mana-generating base;\u0026r cake, wool, and even other mana flowers can all be mulched into yet more mana.", + "ftbquests.chapter.the_sound_of_life.quest52.task_1683678805039454876.title": "Any Elven Flower", + "ftbquests.chapter.the_sound_of_life.quest52.title": "Esoteric Mana Generation", + "ftbquests.chapter.the_sound_of_life.quest53.description1": "With the power of Elementium and a little extra elemental oomph, you can craft a special pylon to use in tandem with the power of a beacon to summon the \u00266Guardian of Gaia.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest53.description2": "Prove your strength, and you\u0027ll be rewarded with \u00266Gaia Spirits.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest54.description1": "Using the \u00266Enchanting Apparatus\u0026r and some special reagents, you can make elemental essences that have a wide variety of uses, from crafting to spellweaving.", + "ftbquests.chapter.the_sound_of_life.quest54.task_6599905580160140411.title": "Any Essence", + "ftbquests.chapter.the_sound_of_life.quest55.description1": "Fragments of the mysterious \u00266Guardian of Gaia\u0026r, these spirits have enormous potential...", + "ftbquests.chapter.the_sound_of_life.quest56.description1": "There are quite a few elemental \u00266rituals\u0026r that could come in handy for you - defending your base, automatically pick items up, and even allowing you to fly!", + "ftbquests.chapter.the_sound_of_life.quest57.description1": "The \u00266Storage Lectern\u0026r boasts the incredibly convenient capability of letting you manage, view, and craft using nearby storage blocks. Simply place it down and link inventories to it using the dominion wand!", + "ftbquests.chapter.the_sound_of_life.quest57.description2": "There is a limit to the number of inventories you can connect to at once - this can be raised using additional \u00266Bookwyrm Charms.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description1": "Mekanism upgrades come in two flavors - \u00266upgrade cards\u0026r and \u00266tier installers. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description2": "Upgrade cards give the machine a boost to a certain aspect - speed, energy efficiency, etc.", + "ftbquests.chapter.the_sound_of_life.quest58.description3": "Tier installers give the machine more processing slots - from 1 item at a time to \u002669 in some machines!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.task_366296260702142144.title": "Any Upgrade", + "ftbquests.chapter.the_sound_of_life.quest58.title": "Upgrades", + "ftbquests.chapter.the_sound_of_life.quest59.description1": "You can use a hefty amount of will as well as vengeful will crystals to create \u00266Wither Skeleton Skulls\u0026r in a Hellfire Forge. ", + "ftbquests.chapter.the_sound_of_life.quest59.description2": "These skulls are very powerfully charged - you can use them to summon Withers and acquire their \u00266valuable stars.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest59.title": "The Wither", + "ftbquests.chapter.the_sound_of_life.quest6.description1": "\u00266Blood Orbs\u0026r are a budding sanguimancer\u0027s way of storing and utilizing Life Essence, measured in \u00266LP.\u0026r Once you\u0027ve crafted one, right click with it in your hand to bind it to your personal LP network.", + "ftbquests.chapter.the_sound_of_life.quest6.description2": "LP is used for things like sigils, rituals, and crafting. You can transfer life essence in an altar to your network by placing your orb into the altar.", + "ftbquests.chapter.the_sound_of_life.quest6.description3": "\u00267Tip: there is a blood orb for each tier of altar! Certain recipes need higher tiers of blood orbs.", + "ftbquests.chapter.the_sound_of_life.quest6.task_9017841688739987349.title": "Any Blood Orb", + "ftbquests.chapter.the_sound_of_life.quest60.description1": "The \u00266Conjuration Catalyst\u0026r can duplicate certain items for a relatively moderate mana cost.", + "ftbquests.chapter.the_sound_of_life.quest60.description2": "No more fiddling around with potions or distilling to make your redstone and glowstone!", + "ftbquests.chapter.the_sound_of_life.quest61.description1": "You can summon \u00266Wilden\u0026r using the aptly-named Tablet of Summon Wilden. These magical creatures drop \u00266special reagents when killed.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest61.description2": "These reagents can also be used to summon the \u00266Wilden Chimera,\u0026r a powerful boss that drops a \u00266special item\u0026r needed to channel tier 3 spells. ", + "ftbquests.chapter.the_sound_of_life.quest61.title": "Wilden", + "ftbquests.chapter.the_sound_of_life.quest62.description1": "With the power of a \u00266Charger\u0026r and an \u00266enriched diamond,\u0026r you can create a \u00266special kind of chargeable quartz...\u0026r", + "ftbquests.chapter.the_sound_of_life.quest62.title": "Certus Quartz", + "ftbquests.chapter.the_sound_of_life.quest63.description1": "Obviously, the ratio of one diamond for one certus quartz isn\u0027t exactly tenable. Luckily, there\u0027s a way to literally grow it from itself - just throw a block of \u00266certus quartz into water with some charged certus quartz,\u0026r and it\u0027ll get converted into \u00266budding quartz.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest63.description2": "This semi-flawed quartz block will grow crystals just like amethyst, with one caveat - \u00264eventually the crystal will degrade\u0026r back into a regular block, meaning you\u0027ll have to re-seed it.", + "ftbquests.chapter.the_sound_of_life.quest63.description3": "\u00267Tip: you can also use Theurgy to convert other materials into certus quartz - amethyst is a good candidate!", + "ftbquests.chapter.the_sound_of_life.quest63.title": "Growing Quartz", + "ftbquests.chapter.the_sound_of_life.quest64.description1": "By combining redstone and nether quartz with charged certus quartz, you can make \u00266Fluix Crystals,\u0026r capable of turning matter into digitalized information.", + "ftbquests.chapter.the_sound_of_life.quest65.description1": "Before the apocalpyse - or whatever happened here - there were strange meteors that occasionally fell containing these \u00266mysterious presses.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest65.description2": "You think you have devised a ritual that could potentially draw in another one of these meteors (albeit greatly diminished in size).", + "ftbquests.chapter.the_sound_of_life.quest65.description3": "\u00267Tip: check your Reclamation Rituals book!", + "ftbquests.chapter.the_sound_of_life.quest65.title": "Mysterious Cube", + "ftbquests.chapter.the_sound_of_life.quest66.description1": "The \u00266ME Controller\u0026r is the brains of the \u00266Material Energy\u0026r system - one of the most powerful logistics solutions available to you.", + "ftbquests.chapter.the_sound_of_life.quest66.subtitle": "Better than futura blocks", + "ftbquests.chapter.the_sound_of_life.quest67.description1": "The \u00266Inscriber\u0026r is used to turn raw materials into actual circuits useable in the \u00266Matter Energy\u0026r system.", + "ftbquests.chapter.the_sound_of_life.quest68.description1": "With the raw power afforded to you by aspected will crystals, gaia fragments, and ethereal slates, you finally have enough oomph to begin reversing the damage this world has suffered.", + "ftbquests.chapter.the_sound_of_life.quest68.description2": "Look into the \u00266Ritual of Reclamation\u0026r in your Reclamation Rituals book to start reclaiming the world.", + "ftbquests.chapter.the_sound_of_life.quest68.description3": "\u00267Note: the ritual may \u00264void blocks!\u0026r\u00267 Perform it away from anything important or risk losing things you might want to keep.", + "ftbquests.chapter.the_sound_of_life.quest68.subtitle": "Roll credits?", + "ftbquests.chapter.the_sound_of_life.quest68.task_6680892754679269683.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_sound_of_life.quest68.title": "Reclamation", + "ftbquests.chapter.the_sound_of_life.quest69.description1": "\u00266Sirens\u0026r can be summoned (and subsequently befriended) at the Altar of Birthing. Once given a Sea Pickle, they\u0027ll disappear and leave behind a token. This token can be turned into a charm that can \u00266automatically fish\u0026r for you, at the price of source!", + "ftbquests.chapter.the_sound_of_life.quest69.description2": "\u00267Tip: this auto fishing can be sped up; read your Worn Notebook for more details.", + "ftbquests.chapter.the_sound_of_life.quest7.description1": "The \u00266Alchemy Table\u0026r allows you to craft with LP from a blood orb. You can make a lot of things like reagents for useful sigils, but you can also make \u00266Arcane Ashes.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest70.description1": "\u00266Whirlisprigs\u0026r can be summoned at the Altar of Birthing. Growing a tree near a summoned one will net you a token, which can be crafted into a charm. This charm summons a tame Whirlisprig that will \u00266produce natural resources\u0026r based on what\u0027s nearby!", + "ftbquests.chapter.the_sound_of_life.quest70.description2": "\u00267Tip: read your Worn Notebook for more!", + "ftbquests.chapter.the_sound_of_life.quest71.description1": "Summon a \u00266Drygmy\u0026r at the Altar of Birthing. Give it a wilden horn to get a token, then craft it into a token. This tame Drygmy will \u00266produce experience and drops of mobs nearby,\u0026r without killing them!", + "ftbquests.chapter.the_sound_of_life.quest72.description1": "Casting dispel on a witch (summoned at the Altar of Birthing) drops a Wixie Token. Turned into a charm to summon Wixies, these creatures can craft and brew potions for you!", + "ftbquests.chapter.the_sound_of_life.quest72.description2": "\u00267Tip: Wixies are very helpful when using an Alchemical Sourcelink! For more info, read your Worn Notebook.", + "ftbquests.chapter.the_sound_of_life.quest73.description1": "\u00266Starbuncles\u0026r summoned by the Altar of Birthing can be gifted gold nuggets to get \u00266Starbuncle Tokens.\u0026r Crafted into a \u00266Starbuncle Charm,\u0026r it will summon a Starbuncle to move items around for you. No more fiddling around with pipes and logistics, just use a semi-intelligent squirrel!", + "ftbquests.chapter.the_sound_of_life.quest73.description2": "\u00267Tip: they can be told to only pick up or drop off certain items - read your Worn Notebook for more information!", + "ftbquests.chapter.the_sound_of_life.quest74.description1": "\u00266Magebloom\u0026r is a flower whose fibers can be spun into a very conductive magical cloth.", + "ftbquests.chapter.the_sound_of_life.quest74.title": "Magebloom", + "ftbquests.chapter.the_sound_of_life.quest75.description1": "\u00266Warp Scrolls\u0026r let you teleport anywhere in a dimension, while their stabilized versions create a temporary portal that can transport you even to \u00266other dimensions.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest75.description2": "\u00267Tip: both types of scrolls can be turned into permanent portals by building a frame out of Sourcestone, placing a full source jar nearby, and tossing the scroll into it.", + "ftbquests.chapter.the_sound_of_life.quest76.description1": "The \u00266Fission Reactor\u0026r is a large multiblock that takes fissile fuel and water and outputs enormous amounts of steam. This steam can be pumped into another large multiblock (the industrial turbine) to produce absolutely outrageous amounts of power. ", + "ftbquests.chapter.the_sound_of_life.quest76.description2": "Equally as importantly, it produces nuclear waste.", + "ftbquests.chapter.the_sound_of_life.quest76.description3": "For more information on how to build this structure, refer to the mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest76.description4": "\u00264Warning: if you mess up running your reactor, it WILL melt down and explode/irradiate the surrounding area. Make it small or make it far away from your base if you\u0027re not confident.", + "ftbquests.chapter.the_sound_of_life.quest76.subtitle": "Uranium \u003d mc2?", + "ftbquests.chapter.the_sound_of_life.quest76.title": "Fission Reactor", + "ftbquests.chapter.the_sound_of_life.quest77.description1": "\u00266Plutonium\u0026r is one possible product from processing nuclear waste - it can be reprocessed into more fissile fuel or crafted into Supercritical Phase Shifter casings.", + "ftbquests.chapter.the_sound_of_life.quest78.description1": "\u00266Radioactive Waste Barrels\u0026r are one of the only things that can hold nuclear waste; when filled, they slowly dispose of their contents.", + "ftbquests.chapter.the_sound_of_life.quest78.title": "Waste Disposal", + "ftbquests.chapter.the_sound_of_life.quest79.description1": "\u00266Polonium\u0026r is a possible product from processing nuclear waste. ", + "ftbquests.chapter.the_sound_of_life.quest79.description2": "Not only can it make a variety of very helpful equipment and the \u00266QIO system,\u0026r it can also be used to craft Supercritical Phase Shifter (SPS) casings, necessary for producing \u00266antimatter.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest8.description1": "\u00266Arcane Ashes,\u0026r made on the Alchemy Table, can be used to perform some basic alchemy without having to re-enter the field of Spagyrics.", + "ftbquests.chapter.the_sound_of_life.quest8.description2": "One of the first things you\u0027ll want to use this for is making the \u00266Divination Sigil,\u0026r which tells you useful information about the amount of life essence you have access to.", + "ftbquests.chapter.the_sound_of_life.quest80.description1": "Making antimatter requires the creation of a Supercritical Phase Shifter, yet another multiblock.", + "ftbquests.chapter.the_sound_of_life.quest80.description2": "Its casings require a large amount of both polonium and plutonium, meaning you\u0027ll need a large amount of nuclear waste processing.", + "ftbquests.chapter.the_sound_of_life.quest80.description3": "To run, it will also need an incredibly large amount of power - this is where you\u0027d want to use an \u00266Industrial Turbine\u0026r hooked up to either a fission or a fusion reactor.", + "ftbquests.chapter.the_sound_of_life.quest80.description4": "\u00267Tip: you only need to make one of these to finish the pack - unless you REALLY like late-game Mekanism or you want to make creative items!", + "ftbquests.chapter.the_sound_of_life.quest81.description1": "The \u00266QIO System\u0026r is a digital storage solution that does not need power and can store a very large amount of items.", + "ftbquests.chapter.the_sound_of_life.quest81.description2": "It has \u00266unlimited cross-dimensional range\u0026r and can import and export automatically. However, it cannot easily auto-craft things for you.", + "ftbquests.chapter.the_sound_of_life.quest81.title": "QIO System", + "ftbquests.chapter.the_sound_of_life.quest82.description1": "The \u00266Fusion Reactor\u0026r is a much more powerful version of its fission counterpart. It can produce millions of RF/t using deuterium, tritium, or D-T fuel.", + "ftbquests.chapter.the_sound_of_life.quest82.description2": "To learn more about this reactor, check the Mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest82.subtitle": "Sci without the fi", + "ftbquests.chapter.the_sound_of_life.quest82.title": "Fusion Reactor", + "ftbquests.chapter.the_sound_of_life.quest9.description1": "\u00266Sentient Tools\u0026r are a much easier way for you to acquire will - instead of having to throw soul snares at enemies, the tools have the \u00266inherent ability to sever souls\u0026r from their fleshy (or bony) prisons.", + "ftbquests.chapter.the_sound_of_life.quest9.description2": "They are also powered by will - any kind of soul gem in your inventory will \u00266increase the tools\u0027 power\u0026r proportional to the amount of will you have stored.", + "ftbquests.chapter.the_sound_of_life.quest9.task_3309257771812589055.title": "Any Sentient Tool", + "ftbquests.chapter.the_sound_of_life.quest9.title": "Sentient Tools", + "ftbquests.chapter.the_sound_of_life.title": "Sounds of Life", + "ftbquests.chapter.the_taste_of_power.quest1.description1": "The \u00266Ender Dragon\u0026r not only has horrific halitosis, it also prevents you from exploring the rest of the End and all its goodies.", + "ftbquests.chapter.the_taste_of_power.quest1.task_4052279956792945141.title": "Kill the Dragon", + "ftbquests.chapter.the_taste_of_power.quest10.description1": "Kinda like an unlimited supply of grape juice!", + "ftbquests.chapter.the_taste_of_power.quest10.description2": "\u00267A/N: pretend it needs 100k instead of 10k source... i\u0027m too lazy to make a custom source jar like ATM does", + "ftbquests.chapter.the_taste_of_power.quest11.description1": "All that effort, and all you got was a really big hole.", + "ftbquests.chapter.the_taste_of_power.quest12.description1": "This is way better than a really big hole!", + "ftbquests.chapter.the_taste_of_power.quest13.description1": "And now the way better hole is a digital rip in the fabric of the universe.", + "ftbquests.chapter.the_taste_of_power.quest13.description2": "Or maybe its a real rip in the fabric of the digital universe?", + "ftbquests.chapter.the_taste_of_power.quest13.description3": "Either way, you\u0027re done. You have access to every item digitally, with the help of a cell workbench. Good job! Have some cake :)", + "ftbquests.chapter.the_taste_of_power.quest14.description1": "It\u0027s not really infinite ME power as much as it is infinite ME efficiency.", + "ftbquests.chapter.the_taste_of_power.quest15.description1": "Sufficiently advanced technology is indistinguishable from magic.", + "ftbquests.chapter.the_taste_of_power.quest15.title": "Creative Energy Cube", + "ftbquests.chapter.the_taste_of_power.quest2.task_7905395510409401238.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest2.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest3.description1": "Congrats! You\u0027ve killed the Ender Dragon - there is no more left to conquer.", + "ftbquests.chapter.the_taste_of_power.quest3.description2": "You are a champion. ", + "ftbquests.chapter.the_taste_of_power.quest3.description3": "You have \u0026lReclaimed\u0026r the world.", + "ftbquests.chapter.the_taste_of_power.quest3.description4": "\u00267As far as anyone can really be concerned, you\u0027ve finished the modpack. Any quests past this are exclusively for bragging rights - creative items, op stuff, lame resource dump recipes, all that jazz.", + "ftbquests.chapter.the_taste_of_power.quest3.description5": "\u00267Thank you immensely for putting the time and effort into finishing the pack! This was a huge undertaking for me, but hopefully you enjoyed it enough that it was worth it :)", + "ftbquests.chapter.the_taste_of_power.quest3.description6": "\u00267 -ACCBDD", + "ftbquests.chapter.the_taste_of_power.quest3.subtitle": "Roll credits (for real)", + "ftbquests.chapter.the_taste_of_power.quest3.task_2556725507805521066.title": "Congratulations!", + "ftbquests.chapter.the_taste_of_power.quest4.description1": "An infinitely super-heated blaze is great just as a centerpiece, but you can also use it to make infinite lava.", + "ftbquests.chapter.the_taste_of_power.quest4.description2": "\u00267Tip: you\u0027re gonna need to make quite a few of these!", + "ftbquests.chapter.the_taste_of_power.quest5.description1": "What\u0027s better than infinite blaze burning? Infinite turning! ", + "ftbquests.chapter.the_taste_of_power.quest6.description1": "The dwarven version of a Philosopher\u0027s Stone.", + "ftbquests.chapter.the_taste_of_power.quest7.description1": "Somehow, you don\u0027t feel as guilty as you think you should.", + "ftbquests.chapter.the_taste_of_power.quest7.description2": "\u00267Tip: this takes 10 full mana pools worth of mana. :)", + "ftbquests.chapter.the_taste_of_power.quest8.description1": "No more will you be shackled to the tyranny of building an enormous pool of whatever fluid!", + "ftbquests.chapter.the_taste_of_power.quest9.description1": "Once you\u0027ve set it to a chemical, you can reset it to empty by crafting it.", + "ftbquests.chapter.the_taste_of_power.quest9.title": "Creative Chemical Tank", + "ftbquests.chapter.the_taste_of_power.title": "The Taste of Power", + "ftbquests.chapter.the_touch_of.quest1.description1": "You\u0027ve done it. You\u0027ve reclaimed some small part of the world! ", + "ftbquests.chapter.the_touch_of.quest1.description2": "Now you just have to regain the diversity in surroundings you remember there once being...", + "ftbquests.chapter.the_touch_of.quest1.task_7943239389617432250.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_touch_of.quest1.title": "Reclamation", + "ftbquests.chapter.the_touch_of.quest10.description1": "\u00266Watery Essence\u0026r is found in deep oceans - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest10.description2": "Elemental wizardry will provide you the magical power necessary to enact such an elementally-aligned terraformation - namely, turning a small area into a \u00266warm ocean.\u0026r", + "ftbquests.chapter.the_touch_of.quest10.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest11.description1": "With all six types of attuned biome essence, you can combine them in a (quite expensive) ritual to produce the \u00266End Portal.\u0026r You\u0027ll still need to add \u00266Eyes of Ender\u0026r to the frame, but once you\u0027ve done so, you can finally enter \u00266the End.\u0026r", + "ftbquests.chapter.the_touch_of.quest11.description2": "\u00267Tip: you can break end portal frames and blocks by right clicking them with the frame remover!", + "ftbquests.chapter.the_touch_of.quest11.subtitle": "Dragons... I hate dragons", + "ftbquests.chapter.the_touch_of.quest11.task_4811328545830427024.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest11.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest12.description1": "Generic biome essence is well and good, but for real ritualistic oomph you\u0027ll need a specialized container, capable of collecting attuned essence.", + "ftbquests.chapter.the_touch_of.quest12.description2": "\u00267Tip: check your Reclamation Rituals book for information on the late-game terraforming rituals!", + "ftbquests.chapter.the_touch_of.quest13.description1": "With biome essence, you can also perform \u00266more directed terraforming\u0026r - turning the surrounding area into basic overworld biomes: forest, plains, river, beach, and ocean.", + "ftbquests.chapter.the_touch_of.quest13.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the overworld terraforming rites!", + "ftbquests.chapter.the_touch_of.quest13.task_2143407724517054989.title": "Basic Terraforming", + "ftbquests.chapter.the_touch_of.quest14.description1": "With some additional infusion, an attuned biome bottle can be turned into a \u00266biome globe\u0026r - in essence a portable directed reclamation ritual.", + "ftbquests.chapter.the_touch_of.quest14.description2": "\u00267Tip: these globes have 16 uses each, and convert a radius of 12 blocks from where you use them! They\u0027ll convert blocks to their reclaimed versions, but they will NOT place features like grass or trees; you\u0027ll have to do those yourself.", + "ftbquests.chapter.the_touch_of.quest14.description3": "\u00267Tip 2: these drain a LOT of aura to make!", + "ftbquests.chapter.the_touch_of.quest14.subtitle": "Portable Terraforming", + "ftbquests.chapter.the_touch_of.quest14.task_8529374338001252387.title": "Any Biome Globe", + "ftbquests.chapter.the_touch_of.quest14.title": "Biome Globes", + "ftbquests.chapter.the_touch_of.quest2.description1": "Getting the nether back into shape is relatively easy, now that you understand the shape of terraforming rituals and have a source of biomic essence.", + "ftbquests.chapter.the_touch_of.quest2.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the nether terraforming rites!", + "ftbquests.chapter.the_touch_of.quest2.task_4997059168389991596.title": "Visit Every Nether Biome", + "ftbquests.chapter.the_touch_of.quest2.title": "Reclaiming the Nether", + "ftbquests.chapter.the_touch_of.quest3.description1": "With the creation of reclaimed biomes, natural spawns can now occur - drygmies, whirligigs, and starbuncles can all rarely spawn in these biomes, as well as the regular mobs.", + "ftbquests.chapter.the_touch_of.quest3.title": "Natural Spawning", + "ftbquests.chapter.the_touch_of.quest4.description1": "Now that you have a place where you can actually see the blue (!) sky, you can bottle up the abundant biomic essence in a \u00266specially-designed container.\u0026r", + "ftbquests.chapter.the_touch_of.quest4.description2": "This \u00266biome essence\u0026r can be used in rituals along with some extra reagents to terraform in a more directed way.", + "ftbquests.chapter.the_touch_of.quest4.description3": "\u00267Tip: you can collect essence in any living biome by holding right click with a biome bottle. Crouching while you do this will fill all bottles in a stack!", + "ftbquests.chapter.the_touch_of.quest4.title": "Biome Essence", + "ftbquests.chapter.the_touch_of.quest5.description1": "The first attuned essence you\u0027ll need is \u00266Hellish Essence,\u0026r collectible from any living\u00266 nether biome.\u0026r", + "ftbquests.chapter.the_touch_of.quest6.description1": "\u00266Arid Essence\u0026r is found mainly in the desert - you\u0027ll have to use a special version of your terraforming ritual to bring it back. ", + "ftbquests.chapter.the_touch_of.quest6.description2": "Some high-powered dwarven artifice should provide you with the correct magical resonance to produce an arid, sandy \u00266desert \u0026rbiome.", + "ftbquests.chapter.the_touch_of.quest7.description1": "The final essence you\u0027ll need is \u00266Icy Essence\u0026r from the \u00266snowy slopes\u0026r biome. Wet and cold, the complete opposite of your surroundings, you\u0027ll need a lot of power to create this biome.", + "ftbquests.chapter.the_touch_of.quest7.description2": "First: \u00266polonium\u0026r to provide the necessary chemical energy for the physical transformation.", + "ftbquests.chapter.the_touch_of.quest7.description3": "Second: ice cream (specifically \u00266vanilla\u0026r) to provide structure to the ritual and thematic direction.", + "ftbquests.chapter.the_touch_of.quest7.description4": "Third: a couple \u00266shattered singularities\u0026r to store the excess entropy generated by this ritual.", + "ftbquests.chapter.the_touch_of.quest7.description5": "and finally, Fourth: a large amount of generic \u00266biome essence\u0026r to kickstart the reaction.", + "ftbquests.chapter.the_touch_of.quest8.description1": "\u00266Lush Essence\u0026r is found in jungles of any kind - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest8.description2": "Botanic mastery will provide you the life energy needed to transform your surroundings into a \u00266bamboo forest.\u0026r", + "ftbquests.chapter.the_touch_of.quest8.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest9.description1": "\u00266Mycelic Essence\u0026r is found exclusively on mushroom islands - you\u0027ll have to use a modified version of your terraforming ritual to bring them back. ", + "ftbquests.chapter.the_touch_of.quest9.description2": "Classic wiccan practice should provide you with the correct magical resonance to produce the hot, dry \u00266mushroom field\u0026r biome.", + "ftbquests.chapter.the_touch_of.title": "Visions of the Past", + "ftbquests.chapter_groups_3169067154505914507.title": "Biodiversity", + "ftbquests.chapter_groups_5305197537419525243.title": "Side Quests", + "ftbquests.loot_table_1430735789179352246.title": "mana stuff", + "ftbquests.loot_table_1562099882431827930.title": "horns", + "ftbquests.loot_table_3514670301200914514.title": "chicken", + "ftbquests.loot_table_5456022276654430189.title": "witch", + "ftbquests.loot_table_6347601422327785898.title": "canvas", + "ftbquests.loot_table_67272733859206798.title": "instrument", + "ftbquests.loot_table_7131061971573085034.title": "zombie", + "ftbquests.loot_table_7900474475776381538.title": "rabbit", + "ftbquests.loot_table_8024488712964205957.title": "spider", + "ftbquests.loot_table_8037173722274793648.title": "snow golem", + "ftbquests.loot_table_8381040606691607900.title": "bee", + "ftbquests.loot_table_8615485860944689786.title": "cow", + "ftbquests.loot_table_8839952752635034356.title": "skeleton" +} \ No newline at end of file diff --git a/FTBLang/kubejs/assets/ftbquestlocalizer/lang/zh_cn.json b/FTBLang/kubejs/assets/ftbquestlocalizer/lang/zh_cn.json new file mode 100644 index 0000000..fc094d8 --- /dev/null +++ b/FTBLang/kubejs/assets/ftbquestlocalizer/lang/zh_cn.json @@ -0,0 +1,1235 @@ +{ + "ftbquests.chapter.digital_storage.quest1.description1": "The \u00266controller\u0026r is the brains of a network. Each controller block\u0027s face is capable of outputting \u0026632 channels;\u0026r almost every device on the ME network needs \u00266one channel to operate.\u0026r", + "ftbquests.chapter.digital_storage.quest10.description1": "The \u00266Wireless Access Point\u0026r allows you to use wireless terminals to access your ME System. You can boost its range by giving it \u00266wireless boosters,\u0026r but be warned: more boosters means the WAP will need \u00264much more energy\u0026r to stay running.", + "ftbquests.chapter.digital_storage.quest10.task_8779164168368451602.title": "Any Wireless Terminal", + "ftbquests.chapter.digital_storage.quest10.title": "Wireless Access", + "ftbquests.chapter.digital_storage.quest11.description1": "\u00266Pattern Providers,\u0026r when given a pattern, will push the items in the pattern to a nearby inventory. \u00266Molecular Assemblers,\u0026r when given items, will craft with those items and output them to nearby inventories. Put them next to each other, and you have a \u00266basic autocrafting setup! \u0026r", + "ftbquests.chapter.digital_storage.quest11.description2": "You\u0027ll need somewhere to store the items while they\u0027re being crafted; a crafting storage would be ideal.", + "ftbquests.chapter.digital_storage.quest11.description3": "\u00267Tip: for more info, check the guide!", + "ftbquests.chapter.digital_storage.quest11.title": "ME Autocrafting", + "ftbquests.chapter.digital_storage.quest12.description1": "With an ME System you\u0027ll need some way to actually store items - the \u00266ME Drive\u0026r can store up to 10 storage cells of any type and size.", + "ftbquests.chapter.digital_storage.quest12.description2": "\u00267Tip: you can store botanic mana, elemental source, gases, fluids, and even space itself in cells - not just regular items!", + "ftbquests.chapter.digital_storage.quest13.description1": "Terminals are how you actually interface with the storage cells in your ME System.", + "ftbquests.chapter.digital_storage.quest13.task_8779678006548052409.title": "Any Terminal", + "ftbquests.chapter.digital_storage.quest13.title": "Terminals", + "ftbquests.chapter.digital_storage.quest14.description1": "Storing some energy in your ME System would be a good idea... just in case.", + "ftbquests.chapter.digital_storage.quest16.description1": "\u00266P2P Tunnels\u0026r allow you to transfer multiple channels per channel! It\u0027s a little confusing at first, but once you get the hang of it you can really push your system to the limit.", + "ftbquests.chapter.digital_storage.quest16.description2": "You can also transfer power, chemicals, and even botanic mana and elemental source!", + "ftbquests.chapter.digital_storage.quest17.description1": "The \u00266Reaction Chamber\u0026r not only allows you to make circuits much faster, it can also charge large amounts of certus crystals at a time and even grow crystals from themselves!", + "ftbquests.chapter.digital_storage.quest17.description2": "Just make sure you have enough power to handle its recipes...", + "ftbquests.chapter.digital_storage.quest18.description1": "The \u00266Circuit Slicer\u0026r can cut blocks of materials into 9 circuits much faster than an inscriber can press them.", + "ftbquests.chapter.digital_storage.quest19.description1": "The \u00266Assembler Matrix\u0026r is a molecular assembler and pattern provider setup on steroids - at its maximum size, it can hold over 4,000 patterns and craft incredibly fast. The best part? It only needs \u00266one channel.\u0026r", + "ftbquests.chapter.digital_storage.quest2.description1": "A controller block itself can input energy, but you\u0027ll want to have as many controller faces open as you can to get as many channels as possible into your network. ", + "ftbquests.chapter.digital_storage.quest2.description2": "The \u00266Energy Acceptor\u0026r uses no channels and can be placed anywhere, as long as it\u0027s connected to the network somehow.", + "ftbquests.chapter.digital_storage.quest20.description1": "The \u00266Quantum Computer Core\u0026r is a self-contained crafting CPU with 256M crafting storage and 8 co-processing threads.", + "ftbquests.chapter.digital_storage.quest21.description1": "The \u00266Quantum Computer multiblock\u0026r is an extremely powerful multiblock that can handle an effectively \u00266infinite\u0026r number of crafting requests for your ME System.", + "ftbquests.chapter.digital_storage.quest21.description2": "Read the guide for more information.", + "ftbquests.chapter.digital_storage.quest22.description1": "Perfect for carrying items on the go, the \u00266backpack\u0026r has a few useful upgrades as well.", + "ftbquests.chapter.digital_storage.quest23.description1": "Better than regular chests, \u00266Sophisticated Storage\u0026r lets you put more things in a single block.", + "ftbquests.chapter.digital_storage.quest23.task_5897231893839036272.title": "Any Sophisticated Storage Block", + "ftbquests.chapter.digital_storage.quest23.title": "Sophisticated Storage", + "ftbquests.chapter.digital_storage.quest24.description1": "Capable of storing a very large amount of a single item type.", + "ftbquests.chapter.digital_storage.quest24.description2": "The framing table lets you customize the way they look.", + "ftbquests.chapter.digital_storage.quest24.task_5464079544652951362.title": "Any Storage Drawer", + "ftbquests.chapter.digital_storage.quest24.title": "Storage Drawers", + "ftbquests.chapter.digital_storage.quest25.description1": "Tier upgrades can be used to upgrade Sophisticated Storage blocks without breaking them.", + "ftbquests.chapter.digital_storage.quest25.task_611570763386642583.title": "Any Tier Upgrade", + "ftbquests.chapter.digital_storage.quest26.description1": "The \u00266Drawer Controller\u0026r allows you to interface with multiple drawers using only a single blockface.", + "ftbquests.chapter.digital_storage.quest27.description1": "There are a variety of keys - lock drawers to specific items, hide item labels to reduce lag, and more.", + "ftbquests.chapter.digital_storage.quest27.task_7070764459751906106.title": "Any Drawer Key", + "ftbquests.chapter.digital_storage.quest27.title": "Drawer Keys", + "ftbquests.chapter.digital_storage.quest28.description1": "Autofeeding, playing music, even portable crafting can all be attained with backpack upgrades.", + "ftbquests.chapter.digital_storage.quest29.description1": "Higher stack count, filtering, and more - check the uses for the upgrade base.", + "ftbquests.chapter.digital_storage.quest3.description1": "Smart cables are very useful - they visually display how many channels they\u0027re carrying at any given time.", + "ftbquests.chapter.digital_storage.quest3.task_6551415206641156021.title": "Any Smart Cable", + "ftbquests.chapter.digital_storage.quest3.title": "Smart Cables", + "ftbquests.chapter.digital_storage.quest30.description1": "Each workbench (aside from looking neat) can turn a specific set of blocks into its variants.", + "ftbquests.chapter.digital_storage.quest30.title": "Chipped Workbenches", + "ftbquests.chapter.digital_storage.quest31.description1": "Can turn almost any basic block into a wide array of variants.", + "ftbquests.chapter.digital_storage.quest32.description1": "Made from stonecutting andesite alloy, these blocks can take on the texture of any other block.", + "ftbquests.chapter.digital_storage.quest32.task_4661123369301757740.title": "Any Copycat Block", + "ftbquests.chapter.digital_storage.quest33.description1": "You can make music by crafing a \u00266Music Sheet\u0026r and placing notes on the sheet. ", + "ftbquests.chapter.digital_storage.quest33.description2": "Place the sheet in your offhand while holding an instrument to play the instrument.", + "ftbquests.chapter.digital_storage.quest33.description3": "\u00267Tip: you can do MUCH more with this mod - check out its CurseForge page for more info.", + "ftbquests.chapter.digital_storage.quest34.description1": "You can paint your own masterpieces while you wait for crops to grow - simply make a palette, fill it with colors, plop a canvas on an easel, and get to painting!", + "ftbquests.chapter.digital_storage.quest34.description2": "Signed paintings can be duplicated by crafting the original with a blank canvas of the same size.", + "ftbquests.chapter.digital_storage.quest34.description3": "\u00267Tip: to craft a palette, fill the bottom row of a crafting table with planks, then place dyes in the middle. You can add more dyes to a palette by crafting them together.", + "ftbquests.chapter.digital_storage.quest34.title": "The Joy of Painting", + "ftbquests.chapter.digital_storage.quest35.description1": "\u00266Building Gadgets\u0026r are a collection of useful tools that will let you build very quickly.", + "ftbquests.chapter.digital_storage.quest35.description2": "They do need to be charged; use an energy cube or similar.", + "ftbquests.chapter.digital_storage.quest36.description1": "The \u00266Rod of the Shifting Crust\u0026r allows you to exchange blocks in the world with blocks in your inventory for the cost of mana.", + "ftbquests.chapter.digital_storage.quest4.description1": "Dense cables can carry 32 channels instead of the regular 8 channels.", + "ftbquests.chapter.digital_storage.quest4.task_5854794686036721300.title": "Any Smart Dense Cable", + "ftbquests.chapter.digital_storage.quest4.title": "Dense Cables", + "ftbquests.chapter.digital_storage.quest5.description1": "The color applicator lets you paint cables - especially useful once your network starts to grow. ", + "ftbquests.chapter.digital_storage.quest5.description2": "Colored cables won\u0027t connect to other colored cables, but fluix cables can connect to all colors.", + "ftbquests.chapter.digital_storage.quest5.description3": "These can be filled with \u00266dyes or paintballs\u0026r using an \u00266ME Chest.\u0026r", + "ftbquests.chapter.digital_storage.quest5.task_4299327579125140032.title": "Color Applicator", + "ftbquests.chapter.digital_storage.quest6.description1": "The \u00266ME Interface\u0026r acts as a specialized input and output port for your network. ", + "ftbquests.chapter.digital_storage.quest6.description2": "It can keep a certain amount of items from your network in its inventory for pipes or other blocks to pull from, and also automatically puts any other items it receives into the network.", + "ftbquests.chapter.digital_storage.quest7.description1": "The \u00266Wireless Connector\u0026r is a short-range version of a \u00266Quantum Link Chamber \u0026r- use this when you want your network to jump a short distance, and not cross-dimensionally.", + "ftbquests.chapter.digital_storage.quest8.description1": "The \u00266Quantum Network Bridge\u0026r uses the power of quantum entanglement to bridge a network gap not only across large distances, but dimensions.", + "ftbquests.chapter.digital_storage.quest8.title": "Quantum Network Bridge", + "ftbquests.chapter.digital_storage.quest9.description1": "The\u00266 Extended Charger\u0026r and \u00266Inscriber\u0026r are upgraded versions of their base models, capable of processing 4 recipes in parallel.", + "ftbquests.chapter.digital_storage.quest9.title": "Extended Machines", + "ftbquests.chapter.digital_storage.title": "Storage and Decor", + "ftbquests.chapter.ffood_plants.quest1.description1": "Lining rivers and shores, sugar cane had once risen in green columns, swaying with each passing breeze.", + "ftbquests.chapter.ffood_plants.quest10.description1": "With deep golden petals and a bitter scent, wolfsbane once grew where night lingered longest. ", + "ftbquests.chapter.ffood_plants.quest100.description1": "Sweet, mellow fruits with a classic tropical aroma.", + "ftbquests.chapter.ffood_plants.quest101.description1": "Soft and nutty, cashews offer a creamy bite with a sweet-savory balance.", + "ftbquests.chapter.ffood_plants.quest102.description1": "Cherries burst with juicy intensity; sweet, sometimes sharp, and always bright.", + "ftbquests.chapter.ffood_plants.quest103.description1": "Cracking into a coconut reveals cool, sweet water and soft, fragrant meat.", + "ftbquests.chapter.ffood_plants.quest104.description1": "Dates are also known as nature\u0027s candy: chewy, caramel-rich, and deeply sweet.", + "ftbquests.chapter.ffood_plants.quest105.description1": "With neon skin and unique speckled flesh, dragon fruit tastes delicate, lightly sweet, and just a little floral.", + "ftbquests.chapter.ffood_plants.quest106.description1": "Figs are jammy and soft with a honey-like flavor.", + "ftbquests.chapter.ffood_plants.quest107.description1": "Grapefruit will wake up your palate - juicy, sour, bitter, and bold.", + "ftbquests.chapter.ffood_plants.quest108.description1": "Kumquats are often eaten whole, with a sharp citrus shock over sweet orange notes.", + "ftbquests.chapter.ffood_plants.quest109.description1": "Tart and vivid, lemons cut through richness with their clean citrus bite.", + "ftbquests.chapter.ffood_plants.quest11.description1": "Snowbells had once blossomed in the coldest reaches, their pale blue petals dusted with frost.", + "ftbquests.chapter.ffood_plants.quest110.description1": "Smaller and punchier than lemons, limes have a tight, zesty sting.", + "ftbquests.chapter.ffood_plants.quest111.description1": "Mangoes melt in your mouth with tropical sweetness.", + "ftbquests.chapter.ffood_plants.quest112.description1": "Like a peach in sleek skin, nectarines are sweet, tangy, and satisfyingly juicy.", + "ftbquests.chapter.ffood_plants.quest113.description1": "Ground nutmeg adds a warm, nutty-spicy aroma that’s cozy and festive to any dish.", + "ftbquests.chapter.ffood_plants.quest114.description1": "Oranges are all brightness and juice, sweet with a sunny citrus finish.", + "ftbquests.chapter.ffood_plants.quest115.description1": "Peaches are the most famous of stone fruit, for good reason.", + "ftbquests.chapter.ffood_plants.quest116.description1": "Pears are quietly sweet and crisp; eternally elegant.", + "ftbquests.chapter.ffood_plants.quest117.description1": "Pecans have a great crunch with deep nutty flavor.", + "ftbquests.chapter.ffood_plants.quest118.description1": "Persimmons are smooth and syrupy, with a mellow flavor that deepens as they ripen.", + "ftbquests.chapter.ffood_plants.quest119.description1": "Plums skirt the line between tart and sweet, finishing with a tangy punch.", + "ftbquests.chapter.ffood_plants.quest12.description1": "Prized by herbalists for its strange resilience, who claimed it drew strength from the moonlit depths.", + "ftbquests.chapter.ffood_plants.quest120.description1": "Star fruit is crisp and juicy, with a tropical edge.", + "ftbquests.chapter.ffood_plants.quest121.description1": "Walnuts are hearty and slightly bitter, great for a midday snack.", + "ftbquests.chapter.ffood_plants.quest122.description1": "The bark grinds down to a warm, spicy-sweet powder that instantly deepens any flavor.", + "ftbquests.chapter.ffood_plants.quest123.description1": "The \u00266Cooking Table\u0026r is the heart of a multiblock kitchen - allowing you to craft any number of foods with the items stored inside of it. It can also supply you with tools, water, snow/ice, and milk.", + "ftbquests.chapter.ffood_plants.quest123.description2": "Especially handy when you have a large amount of foods and a limited amount of brainpower.", + "ftbquests.chapter.ffood_plants.quest123.title": "Cooking for Blockheads", + "ftbquests.chapter.ffood_plants.quest124.description1": "The \u00266ME Kitchen Station\u0026r lets you connect your multiblock kitchen to your ME system!", + "ftbquests.chapter.ffood_plants.quest125.description1": "The \u00266fridge\u0026r stores items, just like a cabinet.", + "ftbquests.chapter.ffood_plants.quest126.description1": "A \u00266sink\u0026r provides unlimited water to recipes.", + "ftbquests.chapter.ffood_plants.quest126.description2": "\u00267Tip: ...and other things.", + "ftbquests.chapter.ffood_plants.quest127.description1": "The oven lets you cook multiple foods in a single block.", + "ftbquests.chapter.ffood_plants.quest128.description1": "A \u00266Cow in a Jar\u0026r slowly produces milk, which can be used in recipes.", + "ftbquests.chapter.ffood_plants.quest128.description2": "...but how does one get a cow into a jar?", + "ftbquests.chapter.ffood_plants.quest128.description3": "\u00267Tip: you\u0027ll need to turn off claim protection or make this outside a claim, OPAC doesn\u0027t really like animal cruelty!", + "ftbquests.chapter.ffood_plants.quest129.description1": "When added to a fridge, the \u00266ice unit\u0026r provides unlimited ice and snow to recipes.", + "ftbquests.chapter.ffood_plants.quest13.description1": "This earth-toned fungus once thrived in quiet, dark corners, feeding on decay.", + "ftbquests.chapter.ffood_plants.quest130.description1": "The \u00266heating unit,\u0026r applied to a stove, lets it run on energy instead of burnable fuel.", + "ftbquests.chapter.ffood_plants.quest131.description1": "The \u00266tool rack\u0026r provides tools to cooking recipes; pots, pans, and other sorts.", + "ftbquests.chapter.ffood_plants.quest132.description1": "The \u00266Kitchen Cabinet and Counter\u0026r store items for the Cooking Table to use.", + "ftbquests.chapter.ffood_plants.quest132.title": "Kitchen Storage", + "ftbquests.chapter.ffood_plants.quest133.description1": "The \u00266Horn of the Wild\u0026r lets you harvest a large area of crops without manually collecting them one by one.", + "ftbquests.chapter.ffood_plants.quest133.description2": "Useful!", + "ftbquests.chapter.ffood_plants.quest134.description1": "The \u00266Drum of the Wild\u0026r is a block-based version of the horn - set a mana spreader to shoot mana through it and it\u0027ll harvest crops nearby.", + "ftbquests.chapter.ffood_plants.quest134.description2": "Add a \u00266hopperhock\u0026r and you have fully automatic crop harvesting!", + "ftbquests.chapter.ffood_plants.quest135.description1": "The \u00266Harvester\u0026r is a little harder to make than the other automated harvesters, but it makes up for it in ease of use.", + "ftbquests.chapter.ffood_plants.quest135.description2": "Place it on the same level as crops and it will harvest them - a 3x3 area by default, but this can be upgraded with machine upgrades.", + "ftbquests.chapter.ffood_plants.quest136.description1": "The \u00266Mechanical Harvester\u0026r lets you harvest... mechanically! ", + "ftbquests.chapter.ffood_plants.quest136.description2": "Attach it to any variety of contraption and as it moves through a crop it will harvest it.", + "ftbquests.chapter.ffood_plants.quest137.description1": "That\u0027s dedication! A personal shoutout from myself, for the pure raw dedication that you\u0027ve shown.", + "ftbquests.chapter.ffood_plants.quest137.subtitle": "You earned it!", + "ftbquests.chapter.ffood_plants.quest137.task_5521912290757485582.title": "You know what? Sure.", + "ftbquests.chapter.ffood_plants.quest138.description1": "You\u0027ve gone even further than I went! An absolute mad. lad. Take your prize and go.", + "ftbquests.chapter.ffood_plants.quest138.subtitle": "Your dedication is admirable.", + "ftbquests.chapter.ffood_plants.quest138.title": "Good god...", + "ftbquests.chapter.ffood_plants.quest14.description1": "With its crimson cap and pale stem, the red mushroom once sprouted in damp caves and shadowed groves.", + "ftbquests.chapter.ffood_plants.quest15.description1": "Bamboo once climbed toward the sky in great bamboo forests, hollow stems whispering in the wind.", + "ftbquests.chapter.ffood_plants.quest16.description1": "Sailors swore it marked safe waters—while some claimed it hid the bones of the drowned.", + "ftbquests.chapter.ffood_plants.quest17.description1": "This gentle underwater plant once rippled with the ocean’s breath, carpeting the sea floor in quiet green.", + "ftbquests.chapter.ffood_plants.quest18.description1": "Their soft light once guided creatures of the reef and lit the way for wayward divers in the twilight deep.", + "ftbquests.chapter.ffood_plants.quest19.description1": "This strange, red fungus had grown only in the deep, burning halls of another world. It pulsed faintly with unnatural life.", + "ftbquests.chapter.ffood_plants.quest2.description1": "Bright orange roots that grew deep in the earth, carrots were a favorite among rabbits and a healthy snack, to boot!", + "ftbquests.chapter.ffood_plants.quest20.description1": "Once said to carry the scent of a world turned upside down—where even the air recoiled in confusion.", + "ftbquests.chapter.ffood_plants.quest21.description1": "This twisted red fungus once grew in the scorched ground of the Nether, pulsing faintly as if alive.", + "ftbquests.chapter.ffood_plants.quest22.description1": "Once used in deadly draughts and sleeping curses, favored by those who studied the poisoner\u0027s art.", + "ftbquests.chapter.ffood_plants.quest23.description1": "Flax\u0027s delicate fibers had once been woven into cloth and spell-thread, binding both garments and enchantments.", + "ftbquests.chapter.ffood_plants.quest24.description1": "Bold and crimson, the poppy is a symbol of remembrance and silent strength, often found where courage once stood.", + "ftbquests.chapter.ffood_plants.quest24.description2": "\u00267Tip: You can either craft poppy seeds or mutate them from Melon and Sugarcane.", + "ftbquests.chapter.ffood_plants.quest25.description1": "A tall and graceful flower with a soft purple hue, often associated with grace, quiet wisdom, and calm days.", + "ftbquests.chapter.ffood_plants.quest26.description1": "Delicate and pale, these tiny flowers cluster low to the ground, bringing a sense of peace to open fields.", + "ftbquests.chapter.ffood_plants.quest27.description1": "This rare azure blossom flourishes in damp, shadowed groves. Legends say it blooms where ancient tears once fell.", + "ftbquests.chapter.ffood_plants.quest28.description1": "Cornflowers once braved the wind in wide fields, their blue hues a favorite among storytellers and songwriters.", + "ftbquests.chapter.ffood_plants.quest29.description1": "A cheerful bloom of golden yellow, said to carry whispers of spring on the wind. It thrives wherever the sun touches the land.", + "ftbquests.chapter.ffood_plants.quest29.description2": "\u00267Tip: You can either craft dandelion seeds or mutate them from Wheat and Pumpkin.\u0026r", + "ftbquests.chapter.ffood_plants.quest3.description1": "Crimson bulbs that added color and flavor to any dish, beetroots were once quite common in village gardens.", + "ftbquests.chapter.ffood_plants.quest30.description1": "Hidden among thick leaves, these tiny white bells are said to chime in silence when the forest is listening.", + "ftbquests.chapter.ffood_plants.quest31.description1": "With a golden eye watching from its white face, this flower is a quiet companion of wanderers and daydreamers.", + "ftbquests.chapter.ffood_plants.quest32.description1": "Glowing softly with hues of flame, this ancient blossom is thought to be a gift from the deep earth, where fire once danced.", + "ftbquests.chapter.ffood_plants.quest33.description1": "Warming as a sunset, the orange tulip is said to bring cheer and good fortune to those who find it.", + "ftbquests.chapter.ffood_plants.quest34.description1": "Bright and bold, the red tulip is a symbol of love and passion, often given in times of heartfelt confession.", + "ftbquests.chapter.ffood_plants.quest35.description1": "Soft as moonlight, white tulips once whispered of peace and innocence in gardens now long lain fallow.", + "ftbquests.chapter.ffood_plants.quest36.description1": "Soft and gentle, the pink tulip speaks of friendship and gentle affection, often found where laughter lingers.", + "ftbquests.chapter.ffood_plants.quest37.description1": "Dark as a starless night and thorned with sorrow, this eerie bloom grows only in the wake of ruin and shadow.", + "ftbquests.chapter.ffood_plants.quest38.description1": "You can make podzol for planting flower seeds on by growing a 2x2 of spruce saplings - the large tree, once grown, will convert dirt (and dried earth!) under it into podzol.", + "ftbquests.chapter.ffood_plants.quest38.description2": "\u00267Tip: once the strength trait of a flower is high enough, you won\u0027t need to plant them on podzol!", + "ftbquests.chapter.ffood_plants.quest38.task_7604363448496665210.title": "Look at Podzol", + "ftbquests.chapter.ffood_plants.quest38.title": "Podzol", + "ftbquests.chapter.ffood_plants.quest39.description1": "Onion\u0027s delicious smell once filled the air as it gave flavor to meals.", + "ftbquests.chapter.ffood_plants.quest4.description1": "Earthy and humble, potatoes were versatile tubers that thrived in the cool soil of many places.", + "ftbquests.chapter.ffood_plants.quest40.description1": "Sweet potatoes grew slow and sweet underground, long ago.", + "ftbquests.chapter.ffood_plants.quest40.description2": "(new page placeholder text)", + "ftbquests.chapter.ffood_plants.quest41.description1": "A humble grain that swayed in golden fields before being ground and baked into something warm and sustaining.", + "ftbquests.chapter.ffood_plants.quest42.description1": "Basil once filled the air with a fragrance that breezes would quietly carry away.", + "ftbquests.chapter.ffood_plants.quest43.description1": "A small, zesty vegetable that added a sharp bite to meals.", + "ftbquests.chapter.ffood_plants.quest44.description1": "A dark, sturdy bean that once softened in pots where stories and spices mingled.", + "ftbquests.chapter.ffood_plants.quest45.description1": "A slender, snappy vegetable that brightened plates in days long past.", + "ftbquests.chapter.ffood_plants.quest46.description1": "A nutrient-rich tuber, often tied to seasonal harvests and both everyday and festive cooking.", + "ftbquests.chapter.ffood_plants.quest47.description1": "Widely adopted, they were once integral to many cuisines, especially where freshness and preservation intersected.", + "ftbquests.chapter.ffood_plants.quest48.description1": "Spiny and hardy, the cactus once dotted vast oceans of sand.", + "ftbquests.chapter.ffood_plants.quest49.description1": "Saguaro once stood tall in the desert heat, holding their shape against time and silence.", + "ftbquests.chapter.ffood_plants.quest5.description1": "Orange orbs that sprouted in the autumn, pumpkins were both a festive decoration and a hearty food source.", + "ftbquests.chapter.ffood_plants.quest50.description1": "Valued for its hardiness and storage life, it figured prominently in preserved and cold-weather foods.", + "ftbquests.chapter.ffood_plants.quest51.description1": "Fast-growing and versatile, they were commonly used to add mild sharpness to everyday dishes.", + "ftbquests.chapter.ffood_plants.quest52.description1": "Coffee was brewed each morning, dark and warm, its bitterness softened by time and habit.", + "ftbquests.chapter.ffood_plants.quest53.description1": "A worldwide staple, central to daily diets and shaped by centuries of cultivation and ritual.", + "ftbquests.chapter.ffood_plants.quest54.description1": "A cool-weather root typically grown for its reliability and used in simple, hearty meals.", + "ftbquests.chapter.ffood_plants.quest55.description1": "A hardy root, valued for nutrition and storage through cold months.", + "ftbquests.chapter.ffood_plants.quest56.description1": "Once used to add a small amount of spice to everyday food.", + "ftbquests.chapter.ffood_plants.quest57.description1": "Once cultivated widely for its simple, nourishing qualities.", + "ftbquests.chapter.ffood_plants.quest58.description1": "A vital staple, central to diets and agricultural abundance.", + "ftbquests.chapter.ffood_plants.quest59.description1": "Seeds that added warmth and spice, enhancing a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest6.description1": "Large, round fruits with a green rind and sweet, juicy flesh; melons grew best in warm, sunny fields.", + "ftbquests.chapter.ffood_plants.quest60.description1": "Mild and colorful, they brought sweetness and variety to meals.", + "ftbquests.chapter.ffood_plants.quest61.description1": "Known for its cool, crisp texture, often enjoyed fresh or pickled.", + "ftbquests.chapter.ffood_plants.quest62.description1": "A sweet fruit that brightened the warmer months with its flavor.", + "ftbquests.chapter.ffood_plants.quest63.description1": "Harvested for its tender shoots, enjoyed seasonally.", + "ftbquests.chapter.ffood_plants.quest64.description1": "Offered a subtle crunch and flavor, a common addition in many recipes.", + "ftbquests.chapter.ffood_plants.quest65.description1": "Once a comforting grain, quietly nourishing both people and animals alike.", + "ftbquests.chapter.ffood_plants.quest66.description1": "Peanuts were once valued for their simple richness and high protein content.", + "ftbquests.chapter.ffood_plants.quest67.description1": "Tart and vibrant, they were key in sauces and salsas that brought bold flavor.", + "ftbquests.chapter.ffood_plants.quest68.description1": "A versatile summer squash, cooked or baked into a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest69.description1": "A small, sweet berry, enjoyed fresh or preserved to brighten meals.", + "ftbquests.chapter.ffood_plants.quest7.description1": "Prickly bushes bore these bright berries, beloved for their sweet bite and quick comfort.", + "ftbquests.chapter.ffood_plants.quest70.description1": "Known for their sweetness and antioxidants, often eaten fresh or in preserves.", + "ftbquests.chapter.ffood_plants.quest71.description1": "Rich and tangy, they provided a burst of flavor and nutrition when they were in season.", + "ftbquests.chapter.ffood_plants.quest72.description1": "A mild onion relative, used to add depth and subtle flavor to soups and stews.", + "ftbquests.chapter.ffood_plants.quest73.description1": "Crisp and cool, a common leafy green that added freshness to countless dishes.", + "ftbquests.chapter.ffood_plants.quest74.description1": "Valued for its spicy warmth and medicinal qualities, a staple in many remedies and recipes now lost.", + "ftbquests.chapter.ffood_plants.quest75.description1": "A fragrant melon, its juicy flesh a refreshing treat on hot days.", + "ftbquests.chapter.ffood_plants.quest76.description1": "A sweet, cooling melon that offered relief during warm seasons.", + "ftbquests.chapter.ffood_plants.quest77.description1": "A tangy fruit, rich in vitamin C and refreshing in warmer months.", + "ftbquests.chapter.ffood_plants.quest78.description1": "A versatile vegetable, often roasted or stewed to add richness to meals.", + "ftbquests.chapter.ffood_plants.quest79.description1": "A mild vegetable used in a variety of dishes, from soups to roasts.", + "ftbquests.chapter.ffood_plants.quest8.description1": "Wheat once rippled like golden seas, feeding countless lives. Fields of it marked the heart of many homesteads.", + "ftbquests.chapter.ffood_plants.quest80.description1": "Small and tart, used fresh or dried to add brightness to dishes and preserves.", + "ftbquests.chapter.ffood_plants.quest81.description1": "Valued for their oil and flavor, they were a key ingredient in cooking and preservation.", + "ftbquests.chapter.ffood_plants.quest82.description1": "Known for its nutritional content, often steamed or roasted.", + "ftbquests.chapter.ffood_plants.quest83.description1": "Prized for its tender hearts, a special ingredient in many traditional meals.", + "ftbquests.chapter.ffood_plants.quest84.description1": "Tart and fibrous, often cooked down into jams and desserts.", + "ftbquests.chapter.ffood_plants.quest85.description1": "A pungent staple, prized for both taste and medicinal value in many kitchens.", + "ftbquests.chapter.ffood_plants.quest86.description1": "Known for its vibrant color and healing properties, it flavored food and soothed ailments alike.", + "ftbquests.chapter.ffood_plants.quest87.description1": "Sweet and versatile - enjoyed fresh or transformed into wines and preserves.", + "ftbquests.chapter.ffood_plants.quest88.description1": "A leafy green, rich in nutrients and commonly eaten fresh.", + "ftbquests.chapter.ffood_plants.quest89.description1": "A hearty vegetable, often stored through colder months and used in countless recipes.", + "ftbquests.chapter.ffood_plants.quest9.description1": "This gnarled, shrieking root was feared as much as it was valued.", + "ftbquests.chapter.ffood_plants.quest9.description2": "\u00267Tip: you might want to only harvest these at night!", + "ftbquests.chapter.ffood_plants.quest90.description1": "A resilient leafy green valued for its nutrition and versatility in cooking.", + "ftbquests.chapter.ffood_plants.quest91.description1": "Small, dark berries used for their medicinal properties and tart flavor.", + "ftbquests.chapter.ffood_plants.quest92.description1": "Known for their bitter aroma, they were essential in brewing of all kinds.", + "ftbquests.chapter.ffood_plants.quest93.description1": "Tart and bright, commonly used fresh or preserved to complement meals.", + "ftbquests.chapter.ffood_plants.quest94.description1": "A fragrant bean that lent warmth and sweetness to many desserts and drinks.", + "ftbquests.chapter.ffood_plants.quest95.description1": "A sweet and tangy fruit that brought plenty of flavor to many dishes.", + "ftbquests.chapter.ffood_plants.quest96.description1": "Crunchy, subtly sweet nuts with a toasty, earthy finish.", + "ftbquests.chapter.ffood_plants.quest97.description1": "Crisp, juicy fruits that balance light sweetness with a refreshing tang.", + "ftbquests.chapter.ffood_plants.quest98.description1": "Soft, slightly fuzzy fruits with a delightfully sweet-tart burst.", + "ftbquests.chapter.ffood_plants.quest99.description1": "Creamy and buttery with a mild, slightly grassy flavor.", + "ftbquests.chapter.ffood_plants.title": "Plants Galore", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description1": "You wake up in a vast, dead and dried out wasteland. You don\u0027t remember how you got here, but you do remember what the world \u0026oshould\u0026r look like - and this isn\u0027t it.", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description2": "Welcome to \u00266Reclamation!\u0026r This is a slower-paced pack focused around bringing life and nature back to a dead world. Press \u00266F3+H\u0026r to disable advanced tooltips, if they\u0027re on!", + "ftbquests.chapter.how_the_world_came_to_be.quest1.task_6356663929448377632.title": "What happened here?", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description1": "\u00266Alchemical Sulfur\u0026r is one of the three building blocks of alchemy - it provides the Soul of an item, and represents what specific item it is.", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description2": "To obtain it, you\u0027ll have to make a \u00266Liquefaction Cauldron\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the item you want to extract sulfur from into the Cauldron, fill it with \u00266Sal Ammoniac,\u0026r give the Brazier some fuel, and it\u0027ll slowly convert materials into their respective \u00266Alchemical Sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description3": "The dried earth you find yourself surrounded by used to be dirt, and it remembers that - \u00266use the Cauldron to turn dried earth into dirt sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.title": "Alchemical Sulfur", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description1": "Now that you have all three alchemical components of an item - \u00266Mercury, Salt, and Sulfur\u0026r - you can make an \u00266Incubator\u0026r to combine them all back into an item; in this case, back into \u00266dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description2": "Place the Incubator above a Brazier and attach all three vessels to the sides of it. Fill each vessel with the appropriate item, give the Brazier some fuel, and in a bit you\u0027ll have fresh dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest11.title": "Incubator", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description1": "You\u0027ve done it! You\u0027ve made dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description2": "...now you just need something to grow on it.", + "ftbquests.chapter.how_the_world_came_to_be.quest12.subtitle": "Slightly browner", + "ftbquests.chapter.how_the_world_came_to_be.quest13.description1": "Despite the seeming apocalypse, there are still fish to find (and eat) for those with the skill and desire.", + "ftbquests.chapter.how_the_world_came_to_be.quest13.title": "Fishy Friends", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description1": "Spider string can be crafted into wool, which can be crafted into beds! ", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description2": "You can also craft a sleeping bag, for staying cozy on the go... but where would you be going?", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_1655930139945784994.title": "Any Bed", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_2233575124644508705.title": "Any Sleeping Bag", + "ftbquests.chapter.how_the_world_came_to_be.quest14.title": "Small Comforts", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description1": "Worldgen has been completely overhauled - \u00264no ore generates,\u0026r and the only biomes that exist are dead, wasteland biomes with no real vegetation. Additionally, the only trees that spawn are dead trees, with very little useability.", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description2": "Stone variants still generate, and you can find \u00266sand and clay underwater.\u0026r It will also still rain!", + "ftbquests.chapter.how_the_world_came_to_be.quest15.task_9000568835822462366.title": "Changed worldgen?", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description1": "The naturally spawning mobs have changed in this new landscape! Specifically, \u0026czombie villagers and witches won\u0027t spawn,\u0026r and \u00266spiders have mutated\u0026r into their venomous cave versions. ", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description2": "This means that there\u0027s \u0026cno way to get any kind of resources from witches or zombie villagers\u0026r (even if you could cure them!); the only things that you can really hope to get are iron or copper ingots from \u00266rare drops\u0026r - but there are other ways to generate resources...", + "ftbquests.chapter.how_the_world_came_to_be.quest16.task_8241748987012779739.title": "Rare Drops?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description1": "There are quite a few books in the pack! Thankfully, the \u00266Akashic Tome\u0026r is here to help. Crafting any book with this will combine it, letting you keep every guidebook in a single item. Simply craft it with another guidebook!", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description2": "To untransform the tome, punch the air with it.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description3": "To remove a stored book, transform the tome into the book, then sneak and press your \u0027drop\u0027 key.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.task_3483844932023115481.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description1": "A lot of the pack consists of passive processes you\u0027ll probably want to keep running while you do other things. You can claim chunks to \u00266force-load \u0026rthem using your map; ensuring they\u0027ll stay loaded even while you\u0027re not nearby. ", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description2": "Just open your map (default M) and \u00266right-click drag\u0026r over the area you\u0027d like to claim. Right-click drag again to force claim!", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description3": "If you\u0027re playing with friends, \u00266make sure you\u0027re on the same team\u0026r so that you can all access things inside your claim and share quest progress.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description4": "For more information on the claims system, check out the \u00266Open Parties and Claims\u0026r wiki or keybinds.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description5": "\u00267Tip: you might want to turn claimed chunk protection off! It tends to break fake players.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.task_3331239976186418612.title": "Playing with Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.title": "Chunkloading and Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description1": "You can make a quick and dirty door using the scrap wood and some copper you\u0027ve found - but it seems pretty shoddy, \u00264breaking every so often\u0026r and needing to be re-placed.", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description2": "At least it keeps the spookies out...", + "ftbquests.chapter.how_the_world_came_to_be.quest2.description1": "Wood is plentiful, if not exactly the quality you remember.", + "ftbquests.chapter.how_the_world_came_to_be.quest2.title": "Dead Trees", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description1": "Despite the harsh conditions, bees still persist, dotted amongst the dry hills. ", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description2": "Cultivating them could be a great way to \u00266generate resources\u0026r such as more dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description3": "\u00267Tip: this unlocks a new questline on the left!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.title": "Bees?!", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description1": "There are ruins around with \u00266small bits of copper,\u0026r completely oxidized from whatever happened. ", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description2": "You might be able to craft something to help you out with that copper, but first you\u0027ll have to \u00266get it into a useable state...\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest3.task_7525660450708144821.title": "Oxidized Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description1": "Many many recipes have been changed in this pack. Make sure you check your recipe browser for crafting recipes! By default, the keybinds when hovering over an item are \u00266R to look up recipes\u0026r for the item, and \u00266U to look up uses\u0026r for the item.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description2": "These binds can be changed by clicking the EMI button in the bottom left of your inventory screen.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.task_8528084351057584694.title": "What\u0027s changed?", + "ftbquests.chapter.how_the_world_came_to_be.quest4.title": "How do I craft things?", + "ftbquests.chapter.how_the_world_came_to_be.quest5.description1": "\u0026l\u0026o\u0026cNO ORE GENERATES IN THE WORLD. RECIPES HAVE CHANGED.\u0026r Those who came before you have completely mined out the entire planet - after centuries of strip mining, quarrying, and general exploitation, there is not so much as a measly scrap of coal in the world, so there\u0027s no point trying to find any type of ore by mining.", + "ftbquests.chapter.how_the_world_came_to_be.quest5.task_734684119620528193.title": "Deprived...", + "ftbquests.chapter.how_the_world_came_to_be.quest5.title": "Where\u0027s the ore!?", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description1": "After you \u00266scrape off the rust with an axe,\u0026r you think you can use a \u00266cutting board\u0026r to get useable copper out of the oxidized copper you find in ruins.", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description2": "This useable copper will be crucial for \u00266Spagyrics\u0026r, the process of decomposing and recombining matter - which should let you \u00266rejuvenate the Dried Earth\u0026r into \u00266Dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description3": "\u00267Tip: you can also use the cutting board to get more charcoal and scrap wood out of dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest6.title": "Useable Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description1": "In the contaminated water you have found trace amounts of \u00266Sal Ammoniac,\u0026r a crucial ingredient in the practice of \u00266Theurgy.\u0026r By setting up a simple accumulator and tank, you think you\u0027ll be able to distill it. ", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description2": "Place the accumulator on top of the tank, fill it with water, and it will slowly produce \u00266Sal Ammoniac\u0026r for you.", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description3": "\u00267Tip: you can make buckets out of copper!\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description1": "\u00266Alchemical Mercury\u0026r is one of the three building blocks of alchemy - it provides the Energy of an item, and is largely interchangeable between things.", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description2": "To distill it, you\u0027ll have to make a \u00266Mercury Distiller\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to distill into the Distiller, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Mercury.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description3": "Rarer materials give more mercury, but to start you\u0027ll probably want to distill \u00266cobblestone, dried earth, or cooked fish.\u0026r ", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description4": "\u00267Tip: slicing fish makes it a more efficient way of getting mercury!", + "ftbquests.chapter.how_the_world_came_to_be.quest8.title": "Alchemical Mercury", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description1": "\u00266Alchemical Salt\u0026r is one of the three building blocks of alchemy - it provides the Body of an item, and represents the \u0027type\u0027 of an item.", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description2": "To obtain it, you\u0027ll have to make a \u00266Calcination Oven\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to extract into the Oven, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description3": "There are many different kinds of salt, but to start, you should \u00266focus on getting Strata salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.title": "Alchemical Salt", + "ftbquests.chapter.how_the_world_came_to_be.subtitle0": "A vast wasteland", + "ftbquests.chapter.how_the_world_came_to_be.title": "Prologue", + "ftbquests.chapter.mob_safari.quest1.task_644874208300996266.title": "Creeper Photo", + "ftbquests.chapter.mob_safari.quest1.title": "Creeper", + "ftbquests.chapter.mob_safari.quest10.task_7387499092437519744.title": "Silverfish Photo", + "ftbquests.chapter.mob_safari.quest10.title": "Silverfish", + "ftbquests.chapter.mob_safari.quest11.task_560111651210659078.title": "Evoker Photo", + "ftbquests.chapter.mob_safari.quest11.title": "Evoker", + "ftbquests.chapter.mob_safari.quest12.task_6050813032829826018.title": "Ghast Photo", + "ftbquests.chapter.mob_safari.quest12.title": "Ghast", + "ftbquests.chapter.mob_safari.quest13.task_8655936747757493244.title": "Guardian Photo", + "ftbquests.chapter.mob_safari.quest13.title": "Guardian", + "ftbquests.chapter.mob_safari.quest14.task_9108849848609122501.title": "Hoglin Photo", + "ftbquests.chapter.mob_safari.quest14.title": "Hoglin", + "ftbquests.chapter.mob_safari.quest15.task_7435272240185968407.title": "Phantom Photo", + "ftbquests.chapter.mob_safari.quest15.title": "Phantom", + "ftbquests.chapter.mob_safari.quest16.task_2497415746301840277.title": "Piglin Brute Photo", + "ftbquests.chapter.mob_safari.quest16.title": "Piglin Brute", + "ftbquests.chapter.mob_safari.quest17.description1": "\u00267Tip: there is a ritual that can grant you the bad omen effect!", + "ftbquests.chapter.mob_safari.quest17.task_876018828234332303.title": "Pillager Photo", + "ftbquests.chapter.mob_safari.quest17.title": "Pillager", + "ftbquests.chapter.mob_safari.quest18.task_9217927796095116198.title": "Ravager Photo", + "ftbquests.chapter.mob_safari.quest18.title": "Ravager", + "ftbquests.chapter.mob_safari.quest19.task_6294764614244969421.title": "Shulker Photo", + "ftbquests.chapter.mob_safari.quest19.title": "Shulker", + "ftbquests.chapter.mob_safari.quest2.description1": "In this new post-apocalyptic world, you\u0027ve realized that it might be a good idea to document what lifeforms exist - just in case it happens again. ", + "ftbquests.chapter.mob_safari.quest2.description2": "To do so, you\u0027re going to need \u00266a camera, \u0026rsome \u00266film\u0026r to print onto, and some way to turn that \u00266film into photos.\u0026r", + "ftbquests.chapter.mob_safari.quest2.subtitle": "Snap decisions", + "ftbquests.chapter.mob_safari.quest2.title": "Camera", + "ftbquests.chapter.mob_safari.quest20.task_5958619487539868658.title": "Skeleton Photo", + "ftbquests.chapter.mob_safari.quest20.title": "Skeleton", + "ftbquests.chapter.mob_safari.quest21.task_2908237894518590949.title": "Slime Photo", + "ftbquests.chapter.mob_safari.quest21.title": "Slime", + "ftbquests.chapter.mob_safari.quest22.task_1986307033554203052.title": "Stray Photo", + "ftbquests.chapter.mob_safari.quest22.title": "Stray", + "ftbquests.chapter.mob_safari.quest23.task_8127229503220688871.title": "Vex Photo", + "ftbquests.chapter.mob_safari.quest23.title": "Vex", + "ftbquests.chapter.mob_safari.quest24.task_2719667561416590077.title": "Vindicator Photo", + "ftbquests.chapter.mob_safari.quest24.title": "Vindicator", + "ftbquests.chapter.mob_safari.quest25.description1": "\u00267Tip: the sculk catalyst is craftable, and you can use a sculk awakener on a sculk shrieker to convert it into one that can spawn Wardens.", + "ftbquests.chapter.mob_safari.quest25.task_3299757844051508646.title": "Warden Photo", + "ftbquests.chapter.mob_safari.quest25.title": "Warden", + "ftbquests.chapter.mob_safari.quest26.task_1834001635925258364.title": "Witch Photo", + "ftbquests.chapter.mob_safari.quest26.title": "Witch", + "ftbquests.chapter.mob_safari.quest27.description1": "\u00267Tip: if you want to summon a living wither skeleton, you\u0027ll need to use the Soulium Spawner.", + "ftbquests.chapter.mob_safari.quest27.task_431510156767848390.title": "Wither Skeleton Photo", + "ftbquests.chapter.mob_safari.quest27.title": "Wither Skeleton", + "ftbquests.chapter.mob_safari.quest28.task_3976176875920550036.title": "Zoglin Photo", + "ftbquests.chapter.mob_safari.quest28.title": "Zoglin", + "ftbquests.chapter.mob_safari.quest29.task_2001349734991872109.title": "Blaze Photo", + "ftbquests.chapter.mob_safari.quest29.title": "Blaze", + "ftbquests.chapter.mob_safari.quest3.task_6868688706200460210.title": "Zombie Photo", + "ftbquests.chapter.mob_safari.quest3.title": "Zombie", + "ftbquests.chapter.mob_safari.quest30.task_4394254762005595057.title": "Wither Photo", + "ftbquests.chapter.mob_safari.quest30.title": "Wither", + "ftbquests.chapter.mob_safari.quest31.task_6606548217913389459.title": "Ender Dragon Photo", + "ftbquests.chapter.mob_safari.quest31.title": "Ender Dragon", + "ftbquests.chapter.mob_safari.quest32.task_8348843003612976311.title": "Piglin Photo", + "ftbquests.chapter.mob_safari.quest32.title": "Piglin", + "ftbquests.chapter.mob_safari.quest33.task_9152125344552747368.title": "Allay Photo", + "ftbquests.chapter.mob_safari.quest33.title": "Allay", + "ftbquests.chapter.mob_safari.quest34.task_935450104482788869.title": "Axolotl Photo", + "ftbquests.chapter.mob_safari.quest34.title": "Axolotl", + "ftbquests.chapter.mob_safari.quest35.task_3732209353791428122.title": "Bat Photo", + "ftbquests.chapter.mob_safari.quest35.title": "Bat", + "ftbquests.chapter.mob_safari.quest36.task_4451728281716577204.title": "Camel Photo", + "ftbquests.chapter.mob_safari.quest36.title": "Camel", + "ftbquests.chapter.mob_safari.quest37.task_3478349021656071469.title": "Cat Photo", + "ftbquests.chapter.mob_safari.quest37.title": "Cat", + "ftbquests.chapter.mob_safari.quest38.task_421501030317629993.title": "Chicken Photo", + "ftbquests.chapter.mob_safari.quest38.title": "Chicken", + "ftbquests.chapter.mob_safari.quest39.task_3283513909476271368.title": "Cod Photo", + "ftbquests.chapter.mob_safari.quest39.title": "Cod", + "ftbquests.chapter.mob_safari.quest4.task_5493751185522811223.title": "Husk Photo", + "ftbquests.chapter.mob_safari.quest4.title": "Husk", + "ftbquests.chapter.mob_safari.quest40.task_3552336333939252573.title": "Cow Photo", + "ftbquests.chapter.mob_safari.quest40.title": "Cow", + "ftbquests.chapter.mob_safari.quest41.task_8921315837912733830.title": "Donkey Photo", + "ftbquests.chapter.mob_safari.quest41.title": "Donkey", + "ftbquests.chapter.mob_safari.quest42.task_8892925176174289117.title": "Frog Photo", + "ftbquests.chapter.mob_safari.quest42.title": "Frog", + "ftbquests.chapter.mob_safari.quest43.task_7912667151609898398.title": "Glow Squid Photo", + "ftbquests.chapter.mob_safari.quest43.title": "Glow Squid", + "ftbquests.chapter.mob_safari.quest44.task_4389105525914117514.title": "Horse Photo", + "ftbquests.chapter.mob_safari.quest44.title": "Horse", + "ftbquests.chapter.mob_safari.quest45.task_4359593363899885941.title": "Mooshroom Photo", + "ftbquests.chapter.mob_safari.quest45.title": "Mooshroom", + "ftbquests.chapter.mob_safari.quest46.task_924922940433498504.title": "Mule Photo", + "ftbquests.chapter.mob_safari.quest46.title": "Mule", + "ftbquests.chapter.mob_safari.quest47.task_4787445126890462554.title": "Ocelot Photo", + "ftbquests.chapter.mob_safari.quest47.title": "Ocelot", + "ftbquests.chapter.mob_safari.quest48.task_595439666779967783.title": "Parrot Photo", + "ftbquests.chapter.mob_safari.quest48.title": "Parrot", + "ftbquests.chapter.mob_safari.quest49.task_6791445533424275382.title": "Pig Photo", + "ftbquests.chapter.mob_safari.quest49.title": "Pig", + "ftbquests.chapter.mob_safari.quest5.task_2405723904258009579.title": "Drowned Photo", + "ftbquests.chapter.mob_safari.quest5.title": "Drowned", + "ftbquests.chapter.mob_safari.quest50.task_5186559523328413187.title": "Pufferfish Photo", + "ftbquests.chapter.mob_safari.quest50.title": "Pufferfish", + "ftbquests.chapter.mob_safari.quest51.task_1802630615776817042.title": "Rabbit Photo", + "ftbquests.chapter.mob_safari.quest51.title": "Rabbit", + "ftbquests.chapter.mob_safari.quest52.task_9075318374820615216.title": "Salmon Photo", + "ftbquests.chapter.mob_safari.quest52.title": "Salmon", + "ftbquests.chapter.mob_safari.quest53.task_1279126845524092057.title": "Sheep Photo", + "ftbquests.chapter.mob_safari.quest53.title": "Sheep", + "ftbquests.chapter.mob_safari.quest54.description1": "\u00267Tip: the sniffer egg is craftable!", + "ftbquests.chapter.mob_safari.quest54.task_4496075018482353874.title": "Sniffer Photo", + "ftbquests.chapter.mob_safari.quest54.title": "Sniffer", + "ftbquests.chapter.mob_safari.quest55.task_7621061223329854925.title": "Snow Golem Photo", + "ftbquests.chapter.mob_safari.quest55.title": "Snow Golem", + "ftbquests.chapter.mob_safari.quest56.task_3811954916556661348.title": "Squid Photo", + "ftbquests.chapter.mob_safari.quest56.title": "Squid", + "ftbquests.chapter.mob_safari.quest57.task_8980744210598611125.title": "Strider Photo", + "ftbquests.chapter.mob_safari.quest57.title": "Strider", + "ftbquests.chapter.mob_safari.quest58.task_3384099064913889422.title": "Tropical Fish Photo", + "ftbquests.chapter.mob_safari.quest58.title": "Tropical Fish", + "ftbquests.chapter.mob_safari.quest59.task_8173784837555787990.title": "Turtle Photo", + "ftbquests.chapter.mob_safari.quest59.title": "Turtle", + "ftbquests.chapter.mob_safari.quest6.task_874911539473621191.title": "Spider Photo", + "ftbquests.chapter.mob_safari.quest6.title": "Spider", + "ftbquests.chapter.mob_safari.quest60.task_3689972004573703426.title": "Villager Photo", + "ftbquests.chapter.mob_safari.quest60.title": "Villager", + "ftbquests.chapter.mob_safari.quest61.description1": "\u00267Tip: an oak or birch tree grown near flowers has a small chance to spawn a beehive!", + "ftbquests.chapter.mob_safari.quest61.task_5922903859006989903.title": "Bee Photo", + "ftbquests.chapter.mob_safari.quest61.title": "Bee", + "ftbquests.chapter.mob_safari.quest62.task_6003122656664405150.title": "Dolphin Photo", + "ftbquests.chapter.mob_safari.quest62.title": "Dolphin", + "ftbquests.chapter.mob_safari.quest63.task_8533728607102685433.title": "Fox Photo", + "ftbquests.chapter.mob_safari.quest63.title": "Fox", + "ftbquests.chapter.mob_safari.quest64.task_2426644530607004924.title": "Goat Photo", + "ftbquests.chapter.mob_safari.quest64.title": "Goat", + "ftbquests.chapter.mob_safari.quest65.task_7632281372321087328.title": "Iron Golem Photo", + "ftbquests.chapter.mob_safari.quest65.title": "Iron Golem", + "ftbquests.chapter.mob_safari.quest66.reward_5070411217558644494.title": "Wash the spit off your face!", + "ftbquests.chapter.mob_safari.quest66.task_6151594406741525419.title": "Llama Photo", + "ftbquests.chapter.mob_safari.quest66.title": "Llama", + "ftbquests.chapter.mob_safari.quest67.task_8391996334368644499.title": "Panda Photo", + "ftbquests.chapter.mob_safari.quest67.title": "Panda", + "ftbquests.chapter.mob_safari.quest68.task_6356092814838542587.title": "Polar Bear Photo", + "ftbquests.chapter.mob_safari.quest68.title": "Polar Bear", + "ftbquests.chapter.mob_safari.quest69.task_5155069369552929707.title": "Wolf Photo", + "ftbquests.chapter.mob_safari.quest69.title": "Wolf", + "ftbquests.chapter.mob_safari.quest7.task_7828452674496297861.title": "Cave Spider Photo", + "ftbquests.chapter.mob_safari.quest7.title": "Cave Spider", + "ftbquests.chapter.mob_safari.quest70.task_6586877749199133229.title": "Zombified Piglin Photo", + "ftbquests.chapter.mob_safari.quest70.title": "Zombified Piglin", + "ftbquests.chapter.mob_safari.quest71.description1": "\u00267Tip: there is a ritual that spawns the Elder Guardian!", + "ftbquests.chapter.mob_safari.quest71.task_1136723065807110792.title": "Elder Guardian Photo", + "ftbquests.chapter.mob_safari.quest71.title": "Elder Guardian", + "ftbquests.chapter.mob_safari.quest72.task_1119603583110664878.title": "Starbuncle Photo", + "ftbquests.chapter.mob_safari.quest72.title": "Starbuncle", + "ftbquests.chapter.mob_safari.quest73.task_1237879032257403086.title": "Wilden Guardian Photo", + "ftbquests.chapter.mob_safari.quest73.title": "Wilden Defender", + "ftbquests.chapter.mob_safari.quest74.task_5793666635438854570.title": "Wilden Pack Hunter Photo", + "ftbquests.chapter.mob_safari.quest74.title": "Wilden Pack Hunter", + "ftbquests.chapter.mob_safari.quest75.task_8789953344793101489.title": "Wilden Stalker Photo", + "ftbquests.chapter.mob_safari.quest75.title": "Wilden Stalker", + "ftbquests.chapter.mob_safari.quest76.task_4116691053894850008.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest76.title": "Drygmy", + "ftbquests.chapter.mob_safari.quest77.task_1018473204252943458.title": "Wilden Chimera Photo", + "ftbquests.chapter.mob_safari.quest77.title": "Wilden Chimera", + "ftbquests.chapter.mob_safari.quest78.task_6004116955135160925.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest78.title": "Whirlisprig", + "ftbquests.chapter.mob_safari.quest79.description1": "\u00267Tip: a spawned siren, not a tamed familiar!", + "ftbquests.chapter.mob_safari.quest79.task_1471670924078031545.title": "Siren Photo", + "ftbquests.chapter.mob_safari.quest79.title": "Siren", + "ftbquests.chapter.mob_safari.quest8.task_4943959340946543881.title": "Enderman Photo", + "ftbquests.chapter.mob_safari.quest8.title": "Enderman", + "ftbquests.chapter.mob_safari.quest80.description1": "I mean. You did a LOT of grinding probably to get here. Also by definition you\u0027ve finished the pack, or good as.", + "ftbquests.chapter.mob_safari.quest80.subtitle": "because why not?", + "ftbquests.chapter.mob_safari.quest80.title": "Safari LEGEND", + "ftbquests.chapter.mob_safari.quest9.task_4733333668196733711.title": "Endermite Photo", + "ftbquests.chapter.mob_safari.quest9.title": "Endermite", + "ftbquests.chapter.mob_safari.title": "Mob Safari", + "ftbquests.chapter.resource_generation.quest1.description1": "\u00266Prosperity Shards\u0026r are the basis of all mystical essence manipulation - very useful for generating large amounts of basic resources.", + "ftbquests.chapter.resource_generation.quest1.description2": "They can be found by breaking down copper nuggets with a pickaxe on a cutting board.", + "ftbquests.chapter.resource_generation.quest1.description3": "\u00267Tip: you can also make prosperity shards in an Enrichment Chamber!", + "ftbquests.chapter.resource_generation.quest10.description1": "With enough inferium, you can craft \u00266Inferium Seeds,\u0026r which grow essence themselves.", + "ftbquests.chapter.resource_generation.quest11.description1": "More potent than regular inferium essence, \u00266Prudentium Essence\u0026r can be used to make some useful essence seeds.", + "ftbquests.chapter.resource_generation.quest11.description2": "Make it by fortifying inferium essence with all four elemental essences in a \u00266Cauldron.\u0026r", + "ftbquests.chapter.resource_generation.quest11.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest18.description1": "The \u00266infusion altar\u0026r and \u00266pedestals\u0026r are required to craft essence seeds.", + "ftbquests.chapter.resource_generation.quest18.description2": "Place the items necessary in the pedestals, then give the altar a redstone signal or a wave of a wand to begin crafting.", + "ftbquests.chapter.resource_generation.quest19.description1": "By breeding \u00266Rocky\u0026r bees together in the nether, they\u0027ll slowly adapt and turn into their nether versions - \u00266Crimson\u0026r and \u00266Warped\u0026r bees. \u00266Cursed\u0026r bees are the hybrid between the two.", + "ftbquests.chapter.resource_generation.quest19.description2": "These bees, twisted by the nether environment, are somewhat aggressive; they\u0027ll harm nearby mobs (including players!)", + "ftbquests.chapter.resource_generation.quest19.task_3895545663253499388.title": "Warped", + "ftbquests.chapter.resource_generation.quest19.task_8052506021592411173.title": "Cursed", + "ftbquests.chapter.resource_generation.quest19.task_891469205622428585.title": "Crimson", + "ftbquests.chapter.resource_generation.quest19.title": "Nether Bees", + "ftbquests.chapter.resource_generation.quest2.description1": "You can place frames into your apiary for bonuses to productivity, lifespan, and even change the temperature and humidity of an apiary. ", + "ftbquests.chapter.resource_generation.quest2.description2": "\u00267Tip: Frame modifiers stack multiplicatively, not additively!\u0026r", + "ftbquests.chapter.resource_generation.quest2.task_1734748989054878453.title": "Any Frame", + "ftbquests.chapter.resource_generation.quest20.description1": "If you\u0027re tired of getting stung by nether bees, try crafting a set of \u00266Apiarist Gear.\u0026r This armor, when worn as a set, will protect you from getting affected by any bees nearby.", + "ftbquests.chapter.resource_generation.quest20.description2": "It\u0027s made of silk, which you can get from propolis (which you can get from simmering combs, among others.)", + "ftbquests.chapter.resource_generation.quest20.title": "Apiarist Gear", + "ftbquests.chapter.resource_generation.quest21.description1": "\u00266Rocky\u0026r and \u00266Robust\u0026r bees are more used to cooler climates, but you can breed better tolerances into them. ", + "ftbquests.chapter.resource_generation.quest21.description2": "Their rocky combs produce much more wax and honey than their wasteland cousins, but more importantly, they can rarely produce \u00266Copper Combs\u0026r as a specialty.", + "ftbquests.chapter.resource_generation.quest21.description3": "\u00267Tip: specialties are only produced when a bee is ecstatic! To make a bee ecstatic, you have to have its housing climate \u0026lexactly\u0026r\u00267 match the bee\u0027s preferred climate. Either breed it so that it prefers the hot dry wastes, or use special frames to adjust the temperature and humidity!", + "ftbquests.chapter.resource_generation.quest21.description4": "\u00267Tip 2: tuff (which you need underneath the apiary to breed these bees!) can be crafted or found underground.", + "ftbquests.chapter.resource_generation.quest21.task_1538674417108678800.title": "Resilient", + "ftbquests.chapter.resource_generation.quest21.task_7190582857068653051.title": "Robust", + "ftbquests.chapter.resource_generation.quest21.task_9033126545582958159.title": "Rocky", + "ftbquests.chapter.resource_generation.quest21.title": "Rocky Bees", + "ftbquests.chapter.resource_generation.quest22.description1": "\u00266Haunted,\u0026r \u00266Ghostly,\u0026r and \u00266Spectral\u0026r bees are an offshoot of nether bees that produce Spectral combs, a relatively honey-rich comb. Additionally, Spectral bees will produce \u00266glowstone\u0026r as a specialty!", + "ftbquests.chapter.resource_generation.quest22.task_3081911043010225060.title": "Haunted", + "ftbquests.chapter.resource_generation.quest22.task_5262672928415792469.title": "Ghostly", + "ftbquests.chapter.resource_generation.quest22.task_8517504769354790857.title": "Spectral", + "ftbquests.chapter.resource_generation.quest22.title": "Spectral Bees", + "ftbquests.chapter.resource_generation.quest23.description1": "\u00266Common\u0026r and \u00266Cultivated\u0026r bees were the most common species in the world that came before, from what you recall.", + "ftbquests.chapter.resource_generation.quest23.task_3642208754252689379.title": "Common", + "ftbquests.chapter.resource_generation.quest23.task_8299291890952022433.title": "Cultivated", + "ftbquests.chapter.resource_generation.quest23.title": "Common Bees", + "ftbquests.chapter.resource_generation.quest24.description1": "These glorious bee comrades ironically despise queens. They are also notable for producing \u00266pollen\u0026r and having \u00266higher than average productivity.\u0026r", + "ftbquests.chapter.resource_generation.quest24.task_2025398279722007265.title": "Industrious", + "ftbquests.chapter.resource_generation.quest24.task_3616071306266700168.title": "Tireless", + "ftbquests.chapter.resource_generation.quest24.task_8393881405903593674.title": "Diligent", + "ftbquests.chapter.resource_generation.quest24.title": "Industrious Bees", + "ftbquests.chapter.resource_generation.quest25.description1": "Somewhat snooty and famously literally blue-blooded, these bees can produce \u00266Royal Combs\u0026r when ecstatic. These combs can then centrifuge into \u00266Royal Jelly.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description2": "They also have a \u00266higher than average fertility rate.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description3": "\u00267Tip: Imperial bees have the Beatific effect, which provides all mobs nearby with regeneration!", + "ftbquests.chapter.resource_generation.quest25.task_6398361437915986421.title": "Noble", + "ftbquests.chapter.resource_generation.quest25.task_7062842366521447494.title": "Imperial", + "ftbquests.chapter.resource_generation.quest25.task_753059639095222795.title": "Majestic", + "ftbquests.chapter.resource_generation.quest25.title": "Imperial Bees", + "ftbquests.chapter.resource_generation.quest26.description1": "The \u00266Mellarium\u0026r is a multiblock version of the apiary, with the ability to add modules that can help you in a variety of ways.", + "ftbquests.chapter.resource_generation.quest26.description2": "The most concrete thing a Mellarium can do is give you more than three frame slots, using \u00266Frame Housings.\u0026r This means you can get, in the best case, \u0026l\u0026oSTACKS\u0026r of combs every bee tick.", + "ftbquests.chapter.resource_generation.quest26.description3": "You can also increase your chances of getting a mutation, shield your bees from rain, and change the climate using catalyst items.", + "ftbquests.chapter.resource_generation.quest26.description4": "\u00267Tip: read your Apiarist Field Guide for more information!", + "ftbquests.chapter.resource_generation.quest26.title": "The Mellarium", + "ftbquests.chapter.resource_generation.quest27.description1": "Once you start getting propolis, you can start \u00266upgrading\u0026r your \u00266Centrifuges\u0026r and \u00266Generators\u0026r - each upgrade has different stats, and you can put up to three in your machines.", + "ftbquests.chapter.resource_generation.quest27.description2": "Like frames, these upgrades stack multiplicatively.", + "ftbquests.chapter.resource_generation.quest27.description3": "\u00267Tip: the earliest ways to get propolis are through nether bees or rocky bees!", + "ftbquests.chapter.resource_generation.quest27.task_7611771532993062026.title": "Any Upgrade", + "ftbquests.chapter.resource_generation.quest27.title": "Upgrades", + "ftbquests.chapter.resource_generation.quest28.description1": "At some point you\u0027ll have more honey (and other bee products) than you know what to do with. ", + "ftbquests.chapter.resource_generation.quest28.description2": "If nothing else, you can burn them for energy in the \u00266Honey Generator!\u0026r", + "ftbquests.chapter.resource_generation.quest29.description1": "An interesting thing about these bees is that there\u0027s no way to get more than one queen out of a breeding pair. Fortunately, you can perform a ritual to summon \u00266more bee nests\u0026r through magic and some special ingredients.", + "ftbquests.chapter.resource_generation.quest29.description2": "Read your Reclamation Rituals book for more information.", + "ftbquests.chapter.resource_generation.quest29.title": "More Nests", + "ftbquests.chapter.resource_generation.quest3.description1": "You\u0027ve noticed some beehives dotted around. Maybe you can try to domesticate them?", + "ftbquests.chapter.resource_generation.quest3.description2": "You\u0027ll need a tool to harvest the nests and a place to raise the bees.", + "ftbquests.chapter.resource_generation.quest3.description3": "\u00267Tip: not every bee is required to finish the pack! Branching out from the required bees will allow you to generate resources much easier than the traditional routes, however.", + "ftbquests.chapter.resource_generation.quest3.title": "Beeginnings", + "ftbquests.chapter.resource_generation.quest30.description1": "Certain bees can produce straight up raw metals from certain rocks!", + "ftbquests.chapter.resource_generation.quest30.task_1055543042056575718.title": "Cuprous", + "ftbquests.chapter.resource_generation.quest30.task_2417461944780662004.title": "Osimum", + "ftbquests.chapter.resource_generation.quest30.task_4765395095236658823.title": "Radioactive", + "ftbquests.chapter.resource_generation.quest30.task_5074021897861698803.title": "Precious", + "ftbquests.chapter.resource_generation.quest30.task_5533305920955437908.title": "Ferrous", + "ftbquests.chapter.resource_generation.quest30.task_6870748623537125703.title": "Argentum", + "ftbquests.chapter.resource_generation.quest30.task_766783682761833592.title": "Zincum", + "ftbquests.chapter.resource_generation.quest30.task_8469594533203667582.title": "Stannum", + "ftbquests.chapter.resource_generation.quest30.task_9085151875040480342.title": "Plumbum", + "ftbquests.chapter.resource_generation.quest30.title": "Metal Bees", + "ftbquests.chapter.resource_generation.quest31.description1": "Certain bees can produce raw minerals from their environment!", + "ftbquests.chapter.resource_generation.quest31.task_1818325150934700666.title": "Emeradic", + "ftbquests.chapter.resource_generation.quest31.task_2840825311361710213.title": "Lapic", + "ftbquests.chapter.resource_generation.quest31.task_3358109104860624142.title": "Fluorite", + "ftbquests.chapter.resource_generation.quest31.task_3719081351633839622.title": "Bituminous", + "ftbquests.chapter.resource_generation.quest31.task_4463225001103591989.title": "Silicate", + "ftbquests.chapter.resource_generation.quest31.task_5231403782456047002.title": "Dimantic", + "ftbquests.chapter.resource_generation.quest31.task_5480192077480458536.title": "Luminous", + "ftbquests.chapter.resource_generation.quest31.task_6963870120953273988.title": "Amethyst", + "ftbquests.chapter.resource_generation.quest31.task_7118701806962971116.title": "Quartz", + "ftbquests.chapter.resource_generation.quest31.task_7148838165140607695.title": "Conductive", + "ftbquests.chapter.resource_generation.quest31.title": "Mineral Bees", + "ftbquests.chapter.resource_generation.quest32.description1": "Stronger than Prudentium, \u00266Tertium\u0026r is necessary for all kinds of metallic essence seeds.", + "ftbquests.chapter.resource_generation.quest32.description2": "Make it using a \u00266Runic Altar\u0026r or \u00266Terrestrial Agglomeration Plate.\u0026r", + "ftbquests.chapter.resource_generation.quest32.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest32.description4": "\u00267Tip 2: a potency lens would make the altar process much faster!", + "ftbquests.chapter.resource_generation.quest33.description1": "\u00266Imperium\u0026r is the penultimate tier of essence, requiring combining the power of \u00265Source\u0026r and Tertium Essence.", + "ftbquests.chapter.resource_generation.quest33.description2": "It can be made using an \u00266Imbuement Chamber.\u0026r", + "ftbquests.chapter.resource_generation.quest33.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest34.description1": "\u00266Supremium\u0026r is the highest tier of essence, used for crafting the highest tier of mystical equipment and seeds.", + "ftbquests.chapter.resource_generation.quest34.description2": "Anoint Imperium with life essence to create it.", + "ftbquests.chapter.resource_generation.quest34.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest35.description1": "These bees can produce magical products. Some of them, like the \u00266Natural\u0026r bee, have special effects!", + "ftbquests.chapter.resource_generation.quest35.description2": "Additionally, the Natural bee produces some small amount of \u00266Nature Essence\u0026r if kept ecstatic.", + "ftbquests.chapter.resource_generation.quest35.task_2760367059321888447.title": "Dawnstone", + "ftbquests.chapter.resource_generation.quest35.task_4095918579037388131.title": "Willful", + "ftbquests.chapter.resource_generation.quest35.task_417359132698374078.title": "Botanic", + "ftbquests.chapter.resource_generation.quest35.task_4623337291104132366.title": "Demonite", + "ftbquests.chapter.resource_generation.quest35.task_5288388297853031166.title": "Terra", + "ftbquests.chapter.resource_generation.quest35.task_5373973326405937422.title": "Natural", + "ftbquests.chapter.resource_generation.quest35.task_7910365384265410324.title": "Source", + "ftbquests.chapter.resource_generation.quest35.title": "Magical Bees", + "ftbquests.chapter.resource_generation.quest37.description1": "\u00267Tip: you\u0027ll need to breed Nature bees to get your first bits of nature essence!", + "ftbquests.chapter.resource_generation.quest4.description1": "Now pop a \u00266princess and drone into an apiary,\u0026r and watch the magic happen! Bees can generate some \u00266very useful resources\u0026r in their combs; initially, though, you\u0027ll have to process said combs on \u00266a cutting board.\u0026r", + "ftbquests.chapter.resource_generation.quest4.description2": "At first, you\u0027ll only get beeswax and honey drops, alongside some dead logs...", + "ftbquests.chapter.resource_generation.quest4.description3": "\u00267Tip: wasteland bees (and desiccated and dried bees) need dead bushes as their \u0027flowers\u0027!", + "ftbquests.chapter.resource_generation.quest4.title": "Beesources", + "ftbquests.chapter.resource_generation.quest5.description1": "By continuously re-breeding \u00266Wasteland\u0026r bees together, you can start to slowly revitalize them. \u00266Desiccated\u0026r and \u00266Dried\u0026r bees are slightly better, with a higher productivity and lifespan - meaning less maintenance and more combs!", + "ftbquests.chapter.resource_generation.quest5.task_3134995966104364628.title": "Dried", + "ftbquests.chapter.resource_generation.quest5.task_7818871944295114422.title": "Desiccated", + "ftbquests.chapter.resource_generation.quest5.title": "Reclaimed Bees", + "ftbquests.chapter.resource_generation.quest6.description1": "At some point, you\u0027ll want to take a closer look at your bees - the \u00266Analyzer\u0026r allows you to examine what genes exactly any given bee has, for the low cost of a single honey drop.", + "ftbquests.chapter.resource_generation.quest6.description2": "The \u00266Apid Library\u0026r shows you what mutations you can create with a bee\u0027s species.", + "ftbquests.chapter.resource_generation.quest6.description3": "The \u00266Microscope\u0026r allows you to research bee species, giving you a higher chance to mutate bees into a researched species.", + "ftbquests.chapter.resource_generation.quest6.description4": "\u00267Tip: the Microscope is a great way to get rid of unnecessary drones you have! Read the Apiarist Field Guide for more info on it.", + "ftbquests.chapter.resource_generation.quest6.title": "Tools of the Trade", + "ftbquests.chapter.resource_generation.quest67.description1": "\u00266Growth Accelerators\u0026r grow the crop above them faster. Higher tiers have higher ranges, meaning you can stack more underneath your farmland!", + "ftbquests.chapter.resource_generation.quest68.description1": "Essence infused watering cans can water a larger area faster.", + "ftbquests.chapter.resource_generation.quest7.description1": "If you want to process your combs more efficiently, you\u0027ll want to make a \u00266Centrifuge.\u0026r Powered by a generator, it automatically turns combs into comb products - no more manual chopping!", + "ftbquests.chapter.resource_generation.quest7.title": "Comb Processing ", + "ftbquests.chapter.resource_generation.quest73.description1": "\u00267Tip: unlimited wadduh", + "ftbquests.chapter.resource_generation.quest8.description1": "All essence seeds need to grow on specially prepared \u00266Essence Farmland.\u0026r", + "ftbquests.chapter.resource_generation.quest8.description2": "You can obtain your first bits of \u00266Inferium Essence\u0026r from killing mobs.", + "ftbquests.chapter.resource_generation.quest8.description3": "\u00267Tip: higher tier essence farmland will grow essence crops slightly faster!", + "ftbquests.chapter.resource_generation.quest9.description1": "These first elemental seeds don\u0027t have very many direct crafting uses, but are an important stepping stone to bigger and better things.", + "ftbquests.chapter.resource_generation.quest9.description2": "\u00267Tip: essence seeds aren\u0027t cloneable, meaning you\u0027ll need two or more to actually start increasing their stats!", + "ftbquests.chapter.resource_generation.quest9.title": "Elemental Seeds", + "ftbquests.chapter.resource_generation.title": "Resource Generation", + "ftbquests.chapter.the_color_green.quest1.description1": "You\u0027ve done it! You finally have grass. It\u0027s not exactly green, but you can \u00266bonemeal\u0026r a large area of it and \u00266get flowers!\u0026r", + "ftbquests.chapter.the_color_green.quest1.title": "Grass!", + "ftbquests.chapter.the_color_green.quest10.description1": "The \u00266Natural Altar\u0026r is a very important tool in the manipulation of natural energies.", + "ftbquests.chapter.the_color_green.quest10.description2": "Once the altar is fully built, it will drain \u00266aura\u0026r from its surroundings. It will then use those energies to \u00266transform items put into it.\u0026r ", + "ftbquests.chapter.the_color_green.quest10.description3": "You should also look into creating the \u00266Environmental Eye\u0026r - a very useful device that shows you the level of aura in the nearby area.", + "ftbquests.chapter.the_color_green.quest10.task_4749334638074014910.title": "Any Planks", + "ftbquests.chapter.the_color_green.quest10.title": "Natural Altar", + "ftbquests.chapter.the_color_green.quest11.description1": "Infusing iron in the Natural Altar creates, funnily enough, \u00266Infused Iron Ingots.\u0026r These have a wide variety of uses, but chief among them are some very nice tools and armor, with \u00266special abilities\u0026r and the unique property of being \u00266repairable using Aura.\u0026r", + "ftbquests.chapter.the_color_green.quest11.title": "Infused Iron", + "ftbquests.chapter.the_color_green.quest12.description1": "Extremely malleable, \u00266Andesite Alloy\u0026r is a crucial component of contraptions to come.", + "ftbquests.chapter.the_color_green.quest12.description2": "\u00267Tip: very small amounts of Create are needed to finish the pack, but you won\u0027t have to get too deep into it!", + "ftbquests.chapter.the_color_green.quest13.description1": "The Natural Altar requires aura in the surrounding area to function. It won\u0027t ever take the aura to a negative level, but it will \u00264stop working completely if the aura is low enough,\u0026r which means you\u0027ll need a way of replenishing it.", + "ftbquests.chapter.the_color_green.quest13.description2": "\u00266Ancient Saplings\u0026r are the most basic way to do this; once grown, if the area\u0027s aura is low enough, the tree\u0027s leaves will \u00264slowly wither away,\u0026r \u00266producing aura in the process.\u0026r", + "ftbquests.chapter.the_color_green.quest13.title": "Creating Aura", + "ftbquests.chapter.the_color_green.quest14.description1": "An excess of aura generates flowers - and this device can turn \u00266flowers into an excess of aura!\u0026r Make sure you feed it a \u00266balanced diet of different flowers,\u0026r though; too much of the same flower and it starts to give you \u00264diminishing returns.\u0026r", + "ftbquests.chapter.the_color_green.quest14.description2": "\u00267Tip: if the aura in an area is high enough, it\u0027ll charge aura caches! Crouch with a botanist tool (made from infused iron) to repair them with an aura cache in your inventory.", + "ftbquests.chapter.the_color_green.quest15.description1": "Mana\u0027s not very useful without ways to generate and move it! Starting out, your best source of mana is going to be the \u00266Endoflame.\u0026r", + "ftbquests.chapter.the_color_green.quest15.description2": "\u00267Tip: you can use the Wand of the Forest to bind the spreader to flowers and pools.", + "ftbquests.chapter.the_color_green.quest15.description3": "\u00267Tip 2: using a pressure plate but it\u0027s not working? Open your OPAC keybind (default [\u0027]) to turn off the Prot. Plates from Other setting!", + "ftbquests.chapter.the_color_green.quest15.task_4041437535513982933.title": "Wand of the Forest", + "ftbquests.chapter.the_color_green.quest15.title": "Generating Mana", + "ftbquests.chapter.the_color_green.quest16.description1": "Now that you have a more robust source of aura, you can put it to more use - a \u00266crumbling catalyst,\u0026r when placed on top of one of the lower four golden blocks of a natural altar, can crush things much more finely than you can by hand. It can get you \u00266more bone meal per bone, more gold powder per leaf, and even turn cobblestone into sand!\u0026r", + "ftbquests.chapter.the_color_green.quest17.description1": "There are a few items you can place on top of your altar to increase its capacity and recharge rate:", + "ftbquests.chapter.the_color_green.quest17.description2": "\u00266Torch:\u0026r +0.5x recharge rate", + "ftbquests.chapter.the_color_green.quest17.description3": "\u00266Skeleton Skull/Husk Head:\u0026r +1x recharge rate, +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description4": "\u00266Chalice:\u0026r +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description5": "Eventually, you can replace the torch with a candelabra, the skeleton skull with a wither skeleton or player skull, and the chalice with a filled chalice for even more recharge rate and capacity.", + "ftbquests.chapter.the_color_green.quest17.task_4639929492764668107.title": "Head Upgrade", + "ftbquests.chapter.the_color_green.quest17.title": "Altar Upgrades", + "ftbquests.chapter.the_color_green.quest18.description1": "Attuned stones are a very important part of witchcraft - not only do they let you \u00266craft necessary workstations,\u0026r they also give you the ability to perform certain rites \u00266without the need of an altar,\u0026r once charged!", + "ftbquests.chapter.the_color_green.quest18.description2": "\u00267Please note that this recipe needs altar power! Make sure your cauldron is within range of your altar!", + "ftbquests.chapter.the_color_green.quest19.description1": "If the \u00266Altar\u0026r is the backbone of witchcraft, the \u00266Distillery, Kettle,\u0026r and \u00266Spinning Wheel \u0026rare its phalanges. ", + "ftbquests.chapter.the_color_green.quest19.description2": "...strange metaphors aside, these blocks allow you to craft a wide variety of \u00266witchy goodies.\u0026r They will need to be placed within range of an altar, if their recipes require power.", + "ftbquests.chapter.the_color_green.quest19.title": "Tools of the Trade", + "ftbquests.chapter.the_color_green.quest2.description1": "Now that you have actual plants available, you can start to harness their latent life-energy to power rituals. To start, you\u0027ll have to create a structure capable of collecting it - an \u00266Altar\u0026r should do well here. Place your Altar blocks in a 2x3 rectangle and it should start collecting power!", + "ftbquests.chapter.the_color_green.quest2.description2": "The more \u00266plantlife\u0026r there is around the\u00266 Altar,\u0026r the more power you can store. This includes \u00266trees, grass, flowers, crops, vines, pumpkins, melons, and more!\u0026r", + "ftbquests.chapter.the_color_green.quest2.description3": "\u00267Tip: the altar has a range of 16 blocks! There is a cap to each kind of plantlife nearby as well, so make sure the surroundings are varied.", + "ftbquests.chapter.the_color_green.quest2.title": "Altar", + "ftbquests.chapter.the_color_green.quest20.description1": "An apparatus perfect for channelling large amounts of mana into collections of objects, the \u00266Runic Altar\u0026r will (obviously) let you make runes.", + "ftbquests.chapter.the_color_green.quest20.description2": "\u00267Tip: with the altar, if you don\u0027t have them already, you can craft mystical flower seeds!", + "ftbquests.chapter.the_color_green.quest21.description1": "Ember item and fluid pipes are relatively basic, but at this point in time they\u0027re fairly decent for small-scale operations. Pipes need extractors to pull items into them, and extractors need a redstone signal to be activated. There are a few other quirks to the system, all of which are explained in your \u00266Ancient Codex.", + "ftbquests.chapter.the_color_green.quest21.description2": "\u00267Note - basically everything in Embers needs a redstone signal to activate, so get ready to place plenty of levers!", + "ftbquests.chapter.the_color_green.quest21.title": "Dwarven Logistics", + "ftbquests.chapter.the_color_green.quest22.description1": "Now that you have some Ember, you\u0027ll need to turn it into useable energy somehow.", + "ftbquests.chapter.the_color_green.quest22.description2": "The\u00266 Ember Activator\u0026r turns solid Ember into \u00266Activated Ember;\u0026r pipe crystals and shards into the bottom, and attach an \u00266Ember Emitter to the top\u0026r to output \u00266Activated Ember.\u0026r ", + "ftbquests.chapter.the_color_green.quest22.description3": "Use a Tinker\u0027s Hammer on the emitter to link it to a receptor, give it a redstone signal, and you\u0027re transmitting Activated Ember!", + "ftbquests.chapter.the_color_green.quest22.description4": "\u00267Note that Ember Grit doesn\u0027t normally produce Activated Ember; you\u0027ll have to add a \u00266Heat Exchanger\u00267 to an activator to get energy out of it (which multiplies all ember production by 0.9x, but adds a flat +300 to all items production!)", + "ftbquests.chapter.the_color_green.quest22.title": "Activating Ember", + "ftbquests.chapter.the_color_green.quest23.description1": "One of the main ways to channel altar power is through the practice of \u00266circle magic.\u0026r Each ritual has a gold chalk glyph at its center, but the placement of other chalk glyphs changes depending on what kind of ritual you want to perform!", + "ftbquests.chapter.the_color_green.quest23.description2": "Most rituals can target a remote area using a waystone (blooded or otherwise), and some rituals can even be performed away from the altar by adding a charged attuned stone to them!\u00266 Read through the two reward books to find out what rituals you can perform.\u0026r", + "ftbquests.chapter.the_color_green.quest23.description3": "\u00267Tip: the rite of fertility is a cheap, easy way to mass bonemeal grass, crops or anything else!", + "ftbquests.chapter.the_color_green.quest23.title": "Circle Magic", + "ftbquests.chapter.the_color_green.quest24.description1": "You\u0027ll want to make a \u00266Copper Cell\u0026r to \u00266store your activated ember\u0026r - it works as a kind of \u0027battery\u0027 for the mystical energy.", + "ftbquests.chapter.the_color_green.quest24.description2": "To see how much ember is in the cell, place an \u00266Ember Dial\u0026r on it.", + "ftbquests.chapter.the_color_green.quest24.title": "Storing Ember", + "ftbquests.chapter.the_color_green.quest25.description1": "Ember is capable of melting metals and other items in the creatively-named \u00266Melter\u0026r - feed the bottom half ember, feed the top half items to melt, and you can extract molten metals from the top half.", + "ftbquests.chapter.the_color_green.quest25.description2": "This molten metal can be formed into a variety of shapes in a \u00266Stamper;\u0026r place the \u00266Stamp Base,\u0026r then the \u00266Stamper above it with a one-block gap\u0026r of air. Give the Stamper ember and a stamp, pipe molten metal into the base, and presto! Stamped and cooled metal products! ", + "ftbquests.chapter.the_color_green.quest25.description3": "Notably, you can use this process to \u00266produce plates more efficiently.\u0026r", + "ftbquests.chapter.the_color_green.quest25.title": "Melting and Stamping", + "ftbquests.chapter.the_color_green.quest26.description1": "By piping molten copper and gold into \u0026odifferent sides\u0026r of the bottom of a \u00266Mixer Centrifuge,\u0026r (along with some ember) you can combine them into a strong, ember-aligned metal called \u00266Dawnstone.\u0026r Pipe it out of the top and stamp it into ingots or plates!", + "ftbquests.chapter.the_color_green.quest26.description2": "\u00267Tip: use your Tinker\u0027s Lens to see what\u0027s going on in the mixer!", + "ftbquests.chapter.the_color_green.quest26.title": "Dawnstone", + "ftbquests.chapter.the_color_green.quest27.description1": "The Andesite Casing is a crucial part of any kind of mechanical apparatus.", + "ftbquests.chapter.the_color_green.quest28.description1": "For more advanced ember crafting, a special setup is required. An \u00266exchange tablet\u0026r with some \u00266pedestals\u0026r around it, when struck with a \u00266beam cannon pulse,\u0026r will transmute the center item into a new result item.", + "ftbquests.chapter.the_color_green.quest28.description2": "There is one complication, though. The pedestals need \u00266aspectii\u0026r to be placed on them, and you aren\u0027t sure which aspectii go with which items! The only way to find out is through experiementation - if the transmutation fails, it will produce \u0026balchemical waste.\u0026r When held and right clicked, the waste will reveal a number of \u00266glowing spots,\u0026r which tell you the number of \u00266aspectus/item combinations you got right.\u0026r", + "ftbquests.chapter.the_color_green.quest28.title": "Energetic Alchemy", + "ftbquests.chapter.the_color_green.quest29.description1": "Using the power of mana and a pumpkin, you think you can create a \u00266Fel Pumpkin\u0026r - a weak imitation of a blaze head. Pop this magically-charged head on top of two iron bars, and it\u0027ll turn into a passable facsimile of a blaze.", + "ftbquests.chapter.the_color_green.quest29.description2": "This imitation blaze always drops at least \u0026610 blaze powder.\u0026r This blaze powder can be spun into brilliant fiber, or distilled into more useful dusts!", + "ftbquests.chapter.the_color_green.quest29.description3": "\u00267Tip: you can capture an imitation blaze in the Blaze Burner!", + "ftbquests.chapter.the_color_green.quest29.title": "Knockoff Blazes", + "ftbquests.chapter.the_color_green.quest3.description1": "Using dye from the flowers you can get by \u00266bonemealing grass,\u0026r you can craft a special kind of fertilizer that can coax \u00266mystical flowers\u0026r to life.", + "ftbquests.chapter.the_color_green.quest3.description2": "\u00267Tip: you can also get mystical flower seeds through crossbreeding!", + "ftbquests.chapter.the_color_green.quest30.description1": "There are a few other ways you can process materials using andesite-based machinery; namely, \u00266compacting, pressing, and mixing\u0026r You\u0027ll need to find some way to capture a fire elemental if you want to expand your repertoire, though; \u0026bmaybe mana can help you somehow?\u0026r", + "ftbquests.chapter.the_color_green.quest30.title": "Mechanical Crafting", + "ftbquests.chapter.the_color_green.quest31.description1": "By blowing air through certain things, you can blast, smoke, wash, or \u00266haunt\u0026r items. This means you have access to essentially free bulk smelting!", + "ftbquests.chapter.the_color_green.quest31.description2": "More importantly, though - now that you can haunt items, you can make \u00266blackstone\u0026r by \u00266haunting\u0026r cobblestone, a crucial component of the \u00266Reformation Array.\u0026r", + "ftbquests.chapter.the_color_green.quest31.title": "Moving Air", + "ftbquests.chapter.the_color_green.quest32.description1": "Alchemical reformation is the process of \u00266turning one alchemical sulfur into another\u0026r - initially, you\u0027ll only be able to convert sulfurs of the \u00266same tier and type\u0026r to each other \u00266(like iron sulfur into lead sulfur!) \u0026r", + "ftbquests.chapter.the_color_green.quest32.description2": "To set up the reformation array, place down the target, source, and result pedestals somewhat near each other. Hold the sulfuric flux emitter and right click each pedestal, then place it on the mercury catalyst. ", + "ftbquests.chapter.the_color_green.quest32.description3": "Put mercury in the mercury catalyst, the target sulfur in the target pedestal, and the sulfur to convert in the source pedestal. Give it a moment, and you\u0027ll start converting the source sulfur into the target sulfur!", + "ftbquests.chapter.the_color_green.quest32.title": "Alchemical Reformation", + "ftbquests.chapter.the_color_green.quest33.description1": "A mechanical pump is capable of pumping liquids in the world into pipes when given mechanical power - \u00266it is much faster than the ember-fueled one!", + "ftbquests.chapter.the_color_green.quest34.description1": "The \u00266Rod of the Lands\u0026r can corporealize a tiny portion of mana into a full dirt block!", + "ftbquests.chapter.the_color_green.quest34.title": "(almost) Free Dirt", + "ftbquests.chapter.the_color_green.quest35.description1": "Carrying mana around with you enables you to use a plethora of bits and baubles. To transfer mana from a pool into the tablet, make sure the pool is on \u0027charge\u0027 mode by hovering over it with a wand of the forest.", + "ftbquests.chapter.the_color_green.quest35.title": "Portable Mana", + "ftbquests.chapter.the_color_green.quest36.description1": "Turn your mana tablet into a ring to store mana on-the-go \u00266without taking up an inventory slot!\u0026r", + "ftbquests.chapter.the_color_green.quest37.description1": "By attaching a mana rune to a manasteel ring, you can (VERY slowly) pull ambient mana into a mana storage device on your person, \u00266for free!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description1": "Distilling blaze powder and gunpowder together in a Distillery will grant you access to \u00266glowstone!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description2": "Getting \u00266redstone\u0026r is similar, using cinder flour in place of gunpowder.", + "ftbquests.chapter.the_color_green.quest38.description3": "\u00267Tip: you can also make glowstone and redstone with strength and night vision potions - it\u0027s up to you whether you want to take the Enchanted or Create route for these!\u0026r", + "ftbquests.chapter.the_color_green.quest38.title": "Useful Dusts", + "ftbquests.chapter.the_color_green.quest39.description1": "Once you have a pump, you can create a \u00266Spout\u0026r to dispense liquid onto items - this is a possible way to make \u00266glowstone or redstone,\u0026r if you\u0027re willing to set up the infrastructure.", + "ftbquests.chapter.the_color_green.quest4.description1": "The \u00266Pure Daisy\u0026r can, as its name implies, purify nearby objects. The most important things you should start with are \u00266logs and stone,\u0026r but there are a few other things you can purify as well!", + "ftbquests.chapter.the_color_green.quest4.description2": "Simply place the petal apothecary down, fill it with water, then toss in the petals and finally a seed!", + "ftbquests.chapter.the_color_green.quest4.description3": "\u00267Tip: check the usages of the Pure Daisy to see what else it can transform.", + "ftbquests.chapter.the_color_green.quest4.title": "Pure Daisy", + "ftbquests.chapter.the_color_green.quest40.description1": "The \u00266Alchemy Catalyst\u0026r allows you to use the power of mana to transmute a wide variety of items. Place it under a mana pool to start alchemizing!", + "ftbquests.chapter.the_color_green.quest40.description2": "You\u0027ll be able to convert flowers into other flowers, stone variants into other stone variants, flint into gunpowder (and vice versa), and ghast tears into ender pearls!", + "ftbquests.chapter.the_color_green.quest40.description3": "\u00266Notably, it lets you turn flax into feathers, necessary for tokens of fear.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description1": "The \u00266transmutation catalyst\u0026r modifies the natural altar to convert items into other items using Aura. Similar to the crumbling catalyst, it must be placed \u00266atop one of the four lower gold blocks of the altar.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description2": "The most immediately useful transmutation is that of \u00266sand into soul sand,\u0026r which will allow you to haunt things using the encased fan, as well as grow nether wart!", + "ftbquests.chapter.the_color_green.quest41.description3": "You can also convert netherrack into crimson and warped nylium.", + "ftbquests.chapter.the_color_green.quest42.description1": "The \u00266Millstone\u0026r can crush cobble into gravel, bones into bone meal, and a variety of plants into their respective dyes at a much higher rate of return.", + "ftbquests.chapter.the_color_green.quest43.description1": "The \u00266Codebreaking Slate\u0026r is very handy - you can put multiple pieces of alchemical waste into it and it will show you how many aspectus/item combinations you got right! It will also show you how many correct aspectii you have placed with the wrong items.", + "ftbquests.chapter.the_color_green.quest44.description1": "Your first \u00266archaic brick\u0026r can be made by infusing a regular brick with tainted gold and infused iron. Once you have one, you can use it to make more by simply infusing it with \u00266more clay and soul sand.\u0026r", + "ftbquests.chapter.the_color_green.quest45.description1": "The \u00266Mnemonic Inscriber\u0026r, when attached to an Exchange Tablet and given paper, will automatically write down the correct combination of aspectii for a given transmutation when you successfully complete one.", + "ftbquests.chapter.the_color_green.quest46.description1": "You can convert between sulfurs of the same type and rarity using the reformation array, but if you want to convert between different types (and the same rarity), you\u0027ll want to make \u00266Alchemical Niter\u0026r in a \u00266Fermentation Vat.\u0026r", + "ftbquests.chapter.the_color_green.quest46.description2": "Place \u00266water, sugar, and the sulfur\u0026r you want to ferment into the vat, then \u00266shift-right-click it to close it\u0026r and start the fermentation process. Once the barrel opens again, your fermentation is done, and you can take out your shiny new Niter!", + "ftbquests.chapter.the_color_green.quest46.description3": "Alchemical Niter can be converted in the \u00266Reformation Array\u0026r similar to how you convert sulfur - note, however, that depending on what type you\u0027re converting to, you will produce or require \u00266more than one niter!\u0026r", + "ftbquests.chapter.the_color_green.quest46.title": "Alchemical Conversion", + "ftbquests.chapter.the_color_green.quest47.description1": "The \u00266digestion vat\u0026r lets you \u00266convert sulfurs between rarities!\u0026r Place some niter and sal ammoniac (and if you\u0027re converting up, some alchemically pure gold) into it, and shift-right-click the vat to start the process! \u00266Four of the previous tier converts into one of the next tier, and vice versa.\u0026r", + "ftbquests.chapter.the_color_green.quest47.description2": "This (in combination with the fermentation vat) allows you to convert iron sulfur into common metal niter, down into four abundant metal niter, into four copper sulfur - that\u0027s \u00266FOUR copper per iron!\u0026r", + "ftbquests.chapter.the_color_green.quest47.description3": "This is a metal loop you could try automating...", + "ftbquests.chapter.the_color_green.quest47.description4": "\u00267Tip: you can start and stop the vats using a redstone signal!\u0026r", + "ftbquests.chapter.the_color_green.quest47.title": "Alchemical Exaltation", + "ftbquests.chapter.the_color_green.quest48.description1": "The \u00266Offering Table\u0026r is a special altar that will allow you to convert items into special empowered versions of themselves, most notably tokens and nature-infused ingots.", + "ftbquests.chapter.the_color_green.quest48.description2": "To use it, simply place whatever you want to infuse into it by right-clicking, then throw a \u00266Spirit of Calling\u0026r onto the altar to activate it.", + "ftbquests.chapter.the_color_green.quest48.description3": "\u00267Tip: You can convert more than one item at a time, using only one spirit of calling!\u0026r", + "ftbquests.chapter.the_color_green.quest48.description4": "\u00267Tip 2: this is a multiblock! Check your Book of Natural Aura to see how to build it.", + "ftbquests.chapter.the_color_green.quest49.description1": "You can capture a summoned blaze into a magicked cage. This cage, when placed under a basin, will let you brew potions more efficiently than a brewing stand.", + "ftbquests.chapter.the_color_green.quest5.description1": "Combining the nature-infused iron and some metaphysical heat and structure (courtesy of \u00266nether bricks\u0026r and a \u00266spruce sapling,\u0026r respectively), you can rearrange the latent potential of the metal to turn it into lead!", + "ftbquests.chapter.the_color_green.quest5.description2": "Vastly useful in a variety of mechanical applications, lead is a great first step to leveraging either \u00266raw mechanical power\u0026r or \u00266Ember\u0026r in your pursuits.", + "ftbquests.chapter.the_color_green.quest5.description3": "\u00267Tip: the ancient codex is a little confusing at first, but it will guide you through the Embers mod! Start at Natural Energy, right click entries to mark them as read, and make sure you \u0026lREAD CAREFULLY!", + "ftbquests.chapter.the_color_green.quest5.description4": "\u00267Tip 2: you can use Theurgy to triple ingot output from raw ores!", + "ftbquests.chapter.the_color_green.quest50.description1": "This is it. Using the power of the \u00266Offering Altar,\u0026r and some magically significant materials, you can create the basis of real, sentient life - chicken eggs.", + "ftbquests.chapter.the_color_green.quest50.subtitle": "Well, debatably", + "ftbquests.chapter.the_color_green.quest50.title": "Sentient Life", + "ftbquests.chapter.the_color_green.quest51.description1": "With runes, there are a few other options you have for generating mana:", + "ftbquests.chapter.the_color_green.quest51.description2": "* A \u00266Thermalily\u0026r generates bursts of mana using lava, but will consume lava for no gain if you give it lava too often", + "ftbquests.chapter.the_color_green.quest51.description3": "* An \u00266Entropinnyum\u0026r consumes TNT explosions (and is one of the best generating flowers in the game), but too often and it\u0027ll just blow itself up", + "ftbquests.chapter.the_color_green.quest51.description4": "* A \u00266Munchdew\u0026r consumes leaves, but does not drop saplings.", + "ftbquests.chapter.the_color_green.quest51.description5": "\u00267Tip: some flowers will generate too much mana for a basic spreader! You can use potency and velocity lenses to stretch this, but eventually, you\u0027ll need better spreaders...\u0026r", + "ftbquests.chapter.the_color_green.quest51.title": "Alternative Mana Sources", + "ftbquests.chapter.the_color_green.quest52.description1": "Now that you can turn sulfurs into other sulfurs, you can manually reconstitute \u00266silver sulfur\u0026r and use the \u00266Reformation Array\u0026r to turn gold sulfur into silver sulfur without having to re-make the sulfur over and over again!", + "ftbquests.chapter.the_color_green.quest52.description2": "\u00267Tip: sulfur sulfur sulfur sulfur\u0026r", + "ftbquests.chapter.the_color_green.quest52.title": "Moon Metal", + "ftbquests.chapter.the_color_green.quest53.description1": "The \u00266Wildfire Core\u0026r is a key piece of some advanced dwarven machinery.", + "ftbquests.chapter.the_color_green.quest54.description1": "The \u00266Wildfire Stirling,\u0026r when attached to machines and supplied with steam, increases the efficiency of their ember usage.", + "ftbquests.chapter.the_color_green.quest54.description2": "The first one cuts usage in half, the second one halves it again, and any more decrease the efficiency.", + "ftbquests.chapter.the_color_green.quest55.description1": "The \u00266Ignem Reactor\u0026r is the ultimate solution to high ember requirements - when placed between a \u00266Catalysis\u0026r and \u00266Combustion Chamber,\u0026r it refines ember at a MUCH higher rate than the Ember Activator; up to \u002669x more ember\u0026r per crystal item.", + "ftbquests.chapter.the_color_green.quest55.description2": "\u00267Tip: the Catalysis and Combustion Chambers need fuel to operate, check JEI for their fuels and multipliers.", + "ftbquests.chapter.the_color_green.quest55.title": "Ignem Reactor", + "ftbquests.chapter.the_color_green.quest56.description1": "With the power of alchemy, you can turn a charged attuned stone into a seed capable of turning ember into pure metal! These crystal seeds, when powered with an \u00266Ember Injector,\u0026r will slowly grow and drop metal nuggets.", + "ftbquests.chapter.the_color_green.quest56.description2": "Not every metal can be turned into these seeds, but you have figured out that you can actually \u00266obtain Zinc\u0026r through this alchemical process!", + "ftbquests.chapter.the_color_green.quest56.description3": "\u00267Tip: crystals will slowly level up and drop more and more metal. Moving them resets their level, though!", + "ftbquests.chapter.the_color_green.quest56.subtitle": "Zinc! (and others)", + "ftbquests.chapter.the_color_green.quest56.task_414198583111126714.title": "Any Metal Crystal Seed", + "ftbquests.chapter.the_color_green.quest56.title": "Metal Crystal Seeds", + "ftbquests.chapter.the_color_green.quest57.description1": "With Dawnstone, you can craft ember transferral devices that can handle much more throughput.", + "ftbquests.chapter.the_color_green.quest57.title": "High Volume Ember Transfer", + "ftbquests.chapter.the_color_green.quest58.description1": "Now that you have zinc, you can alloy it with copper to create brass! This is useful almost exclusively for \u00266mechanical contraptions.\u0026r", + "ftbquests.chapter.the_color_green.quest58.description2": "\u00266Electron Tubes\u0026r are also an important step to making more complicated contraptions. ", + "ftbquests.chapter.the_color_green.quest58.description3": "\u00266Rose Quartz\u0026r can be made in a heated basin, combining glowstone and redstone in a sal ammoniac bath.", + "ftbquests.chapter.the_color_green.quest58.title": "Advanced Contraptions", + "ftbquests.chapter.the_color_green.quest59.description1": "Packages and their associated transport items open up a huge amount of logistical freedom.", + "ftbquests.chapter.the_color_green.quest59.description2": "\u00267Tip: for more information, hover these items and hold W to ponder!", + "ftbquests.chapter.the_color_green.quest59.title": "Mechanical Logistics", + "ftbquests.chapter.the_color_green.quest6.description1": "\u00266Ember\u0026r is the lifeblood of the world. Despite whatever happened, there is still virtually infinite Ember available deep underground - you just need to make a machine that can mine it. ", + "ftbquests.chapter.the_color_green.quest6.description2": "Enter the \u00266Ember Bore\u0026r - place it on bedrock, add a \u00266Mechanical Core\u0026r above it so you can pipe things in and out of it, and give it some fuel! It\u0027ll start digging up that sweet, sweet Ember.", + "ftbquests.chapter.the_color_green.quest6.description3": "\u00267Tip: the Mechanical Core acts as an extension for most Embers multiblocks! You can transfer items, fluid, and ember in and out of the core as if it was a part of the block it is attached to.", + "ftbquests.chapter.the_color_green.quest6.description4": "\u00267Tip 2: USE YOUR MECHANICAL LENS! It\u0027s EXTREMELY helpful for figuring out how Ember\u0027s machines work.", + "ftbquests.chapter.the_color_green.quest6.title": "Drilling for Ember", + "ftbquests.chapter.the_color_green.quest60.description1": "With access to brass and electron tubes, you can make a Mechanical Crafter. These, in combination with \u00266factory gauges\u0026r and \u00266package logistics,\u0026r allow you to set up automatic stocking and crafting of items!", + "ftbquests.chapter.the_color_green.quest60.title": "Autocrafting", + "ftbquests.chapter.the_color_green.quest61.description1": "You can fortify infused iron with prosperity shards to create a basic \u00266prosperity ingot,\u0026r ready to augment with agricultural essence.", + "ftbquests.chapter.the_color_green.quest61.description2": "One of the best uses of this ingot is to make a better watering can.", + "ftbquests.chapter.the_color_green.quest61.title": "Better Watering", + "ftbquests.chapter.the_color_green.quest62.description1": "With empowered tokens, you can craft the \u00266Creational Catalyst\u0026r - this removes the innate limit on most aura producing blocks, and lets you overcharge the local area with Aura.", + "ftbquests.chapter.the_color_green.quest62.description2": "\u00267Tip: aureareaurearuea", + "ftbquests.chapter.the_color_green.quest63.description1": "You\u0027ve felt a strange tingling on your skin ever since you woke up - you think this might be a manifestation of \u00266Aura,\u0026r a natural phenomenon that you might be able to further harness.", + "ftbquests.chapter.the_color_green.quest63.description2": "To get started, craft a \u00266Bottle and Cork\u0026r and \u00266right click the air\u0026r to gather some Aura for further study.", + "ftbquests.chapter.the_color_green.quest63.title": "Bottling Sunlight", + "ftbquests.chapter.the_color_green.quest64.description1": "The \u00266Mana Blaster\u0026r is a portable mana spreader that you can fire at will, using mana from a storage device on your person. You can also attach lenses to it, to use their special properties!", + "ftbquests.chapter.the_color_green.quest65.description1": "\u00266Mana Lenses\u0026r can change the properties of a mana burst fired from a spreader. They can increase the color, potency, speed, and even make the burst go \u00266through blocks\u0026r or \u00266break them\u0026r altogether! Read your \u00266Lexica Botania\u0026r for more details.", + "ftbquests.chapter.the_color_green.quest65.description2": "\u00267Tip: the weight lens makes blocks a mana burst hits fall - you can exploit this property to get blocks that normally need silk touch by having them fall onto something like a torch!", + "ftbquests.chapter.the_color_green.quest66.description1": "Now that you have\u00266 Ember\u0026r, what can you do with it?", + "ftbquests.chapter.the_color_green.quest66.description2": "One useful item is the \u00266Hearth Coil\u0026r - when provided with Ember, it can be used as a VERY fast furnace.", + "ftbquests.chapter.the_color_green.quest67.description1": "With \u00266Dawnstone\u0026r comes a better way of activating ember - the \u00266Pressure Refinery.\u0026r", + "ftbquests.chapter.the_color_green.quest67.description2": "It \u00264requires water\u0026r as well, but can boost your ember production up to \u002661.5x the value\u0026r of a plain activator.", + "ftbquests.chapter.the_color_green.quest67.description3": "Additionally, if placed atop a metal block surrounded by lava or fire it can double that, getting up to \u002663x the value\u0026r of crystalline ember! ", + "ftbquests.chapter.the_color_green.quest68.description1": "The \u00266Beam Splitter\u0026r allows you to, well, split beams. Ember sent into it will be divided into two bursts sent out from either end.", + "ftbquests.chapter.the_color_green.quest68.description2": "The \u00266Crystal Cell\u0026r is a much higher capacity way to store Ember - piping more crystalline ember into it will \u00266increase its storage limit.\u0026r", + "ftbquests.chapter.the_color_green.quest68.title": "Advanced Ember Logistics", + "ftbquests.chapter.the_color_green.quest69.description1": "With the acquisition of Dawnstone, you can make a special chamber to manipulate elemental mercury into a source of energy. ", + "ftbquests.chapter.the_color_green.quest69.description2": "The \u00266Mercury Catalyst\u0026r can convert mercury into Mercury Flux (MF) which, in combination with a \u00266Caloric Flux Emitter\u0026r, can be used to power alchemical devices that would normally need a pyromantic brazier underneath them!", + "ftbquests.chapter.the_color_green.quest69.description3": "\u00267Tip: one mercury shard produces as much energy as one piece of charcoal!", + "ftbquests.chapter.the_color_green.quest69.title": "Mercurial Power", + "ftbquests.chapter.the_color_green.quest7.description1": "The combination of brilliant fiber and nether bricks is superficially similar to the weak gold ore deposits you remember existing in the Nether. They\u0027re so similar, in fact, that \u00266a Pure Daisy will convert Golden Nether Bricks into Nether Gold Ore!\u0026r", + "ftbquests.chapter.the_color_green.quest7.description2": "\u00267Tip: there is a better way to make brilliant fiber, but you\u0027ll need to get blaze powder somehow... ", + "ftbquests.chapter.the_color_green.quest7.title": "Gold", + "ftbquests.chapter.the_color_green.quest70.description1": "With high enough aura in an area, \u00266dried earth will slowly convert to dirt!\u0026r", + "ftbquests.chapter.the_color_green.quest70.description2": "If you want to stop this effect from happening, \u00266Powder of Dried Stasis\u0026r will prevent the conversion of dried earth to dirt in the area it\u0027s placed in.", + "ftbquests.chapter.the_color_green.quest70.subtitle": "pseudo-terraforming", + "ftbquests.chapter.the_color_green.quest70.title": "Regrowth?", + "ftbquests.chapter.the_color_green.quest71.description1": "The \u00266Bin\u0026r is a fantastic block that automatically collects the outputs of various dwarven machinery.", + "ftbquests.chapter.the_color_green.quest71.description2": "Simply attach it to the \u00266bottom\u0026r of a machine (like, say, the stamper base) and it\u0027ll fill up with products.", + "ftbquests.chapter.the_color_green.quest72.description1": "With an imitation blaze head and a couple of real magical reagents, you can \u00266summon a real blaze!\u0026r", + "ftbquests.chapter.the_color_green.quest72.description2": "This summoned blaze always drops at least 3 blaze rods. ", + "ftbquests.chapter.the_color_green.quest72.description3": "\u00267Tip: the ritual to summon the blaze is described in the Reclamation Rituals book.\u0026r", + "ftbquests.chapter.the_color_green.quest72.title": "Real Blazes", + "ftbquests.chapter.the_color_green.quest8.description1": "The \u00266Pure Daisy\u0026r is able to turn mundane stone and logs into much more naturally-aligned versions of themselves.", + "ftbquests.chapter.the_color_green.quest8.title": "Living Materials", + "ftbquests.chapter.the_color_green.quest9.description1": "You can use a bucket to \u00266strategically place lava and water\u0026r to make a nether portal frame. It\u0027s not ideal, but it\u0027s definitely easier than trying to mine obsidian with an iron pickaxe!", + "ftbquests.chapter.the_color_green.quest9.description2": "Similar to the overworld, the nether is bare of ores and even more devoid of life - \u00264there are zero spawns there, and only one biome.", + "ftbquests.chapter.the_color_green.quest9.description3": "\u00267Tip: you can also make obsidian on the natural altar - but be warned, it\u0027s pretty costly aura-wise!", + "ftbquests.chapter.the_color_green.quest9.task_4075772383648127092.title": "Visit the Nether", + "ftbquests.chapter.the_color_green.quest9.title": "The Nether", + "ftbquests.chapter.the_color_green.title": "Touching Grass", + "ftbquests.chapter.the_hunt_for_grass.quest1.description1": "Now that you have dirt, your next step is to turn it into grass, so that you can start bringing a little bit of green into the world.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description1": "Plants in Agricraft are diploid organisms - essentially, every plant has two sets of attributes: active and inactive (or dominant and recessive). \u00266The active trait is the one that actually affects the plant,\u0026r but the inactive trait comes into play when breeding plants together. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description2": "When a crossbreed occurs, each plant \u00266adjacent\u0026r to the crossbreed crop sticks has a \u00266chance\u0026r depending on its \u00266fertility\u0026r to count as a parent. If there\u0027s only one parent selected, the resulting plant is a clone. If more than one parent is selected, each has a chance to pass on one half of its genes to the resulting plant.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description3": "For example, if you bred a plant with gain of 3-2 with a plant who\u0027s gain is 4-2, it would result in a plant with a gain stat of either 4-3, 4-2, 3-2, or 2-2. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description4": "To figure out what the possibilities are for two parent plants, you can use a punnett square:", + "ftbquests.chapter.the_hunt_for_grass.quest10.description5": "Each square has an equal chance of getting chosen - additionally, there is a small chance for a mutation to occur; whether this mutation is beneficial or not depends on each parent\u0027s \u00266mutativity stat.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest10.image0": "{image:reclamation:textures/quests/punnett.png width:150 height:150 align:center}", + "ftbquests.chapter.the_hunt_for_grass.quest10.task_2773659192565899586.title": "What the heck are these numbers?", + "ftbquests.chapter.the_hunt_for_grass.quest10.title": "How do I get better stats?", + "ftbquests.chapter.the_hunt_for_grass.quest11.description1": "Each plant has five stats, when planted on crop sticks. You can see these stats by crouching and looking at the plant, or using a magnifying glass. The stats affect a variety of things:", + "ftbquests.chapter.the_hunt_for_grass.quest11.description2": "\u00266Fertility\u0026r is how likely a plant is to get chosen as a parent for cross-breeding.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description3": "\u00266Gain\u0026r increases how much a plant will produce when harvested.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description4": "\u00266Growth\u0026r affects the speed a plant grows at.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description5": "\u00266Mutativity\u0026r raises the chance for a cross-breed (when it occurs) to be beneficial.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description6": "\u00266Strength\u0026r broadens the possible growing conditions for a plant - for example, cactus can always grow on sand, but with a strength of 10, it can grow on normal farmland!", + "ftbquests.chapter.the_hunt_for_grass.quest11.subtitle": "What do they mean?", + "ftbquests.chapter.the_hunt_for_grass.quest11.task_7047347176409476035.title": "Read", + "ftbquests.chapter.the_hunt_for_grass.quest11.title": "The numbers, Mason!", + "ftbquests.chapter.the_hunt_for_grass.quest12.description1": "That was A LOT of info - what it boils down to is higher numbers \u003d better, breed higher statted plants together to get better plants, use bonemeal on cross sticks to speed up the crossbreeding process. ", + "ftbquests.chapter.the_hunt_for_grass.quest12.description2": "If your plant is not growing, look at it while crouching - it might need a different type of soil.", + "ftbquests.chapter.the_hunt_for_grass.quest12.description3": "\u00267Tip: getting your first beneficial mutation \u00264will be slow,\u00267 but you can speed it up by \u00266planting crops in a plus shape,\u00267 with the cross sticks in the middle! This means each potential crossbreed has \u00266four\u00267 chances to pick parents, instead of \u00264just two.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest12.subtitle": "English, poindexter?", + "ftbquests.chapter.the_hunt_for_grass.quest12.task_7762997780188473985.title": "WAY too complicated", + "ftbquests.chapter.the_hunt_for_grass.quest12.title": "That was a lot...", + "ftbquests.chapter.the_hunt_for_grass.quest13.description1": "Now that you have a way to grow and breed plants, you should get started on broadening your base of food. Either \u00266breed the plants you have\u0026r into the two other staple crops from the old world, or \u00266find them on the mutated inhabitants\u0026r of the new.", + "ftbquests.chapter.the_hunt_for_grass.quest13.description2": "\u00267Tip: to find mutations, look up the recipe for the seed of the plant in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.description3": "\u00267Tip 2: to see what conditions a seed needs to grow (including what blocks it can grow on), check the uses of the seed in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.title": "Edible Plants", + "ftbquests.chapter.the_hunt_for_grass.quest14.description1": "At some point, you\u0027re going to run out of ruins. Thankfully, there is a special kind of flower called the \u00266Cuprosia \u0026ryou can breed that can harvest \u00266trace amounts of copper from the water.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest14.description2": "\u00267Tip: the flower will only grow in a waterlogged crop. If you successfully crossbreed the Cuprosia but the crop stick it\u0027s on is not waterlogged, \u00264it will not grow. \u00267Additionally, it can \u00264only grow on gravel\u00267 at strength 1.", + "ftbquests.chapter.the_hunt_for_grass.quest14.description3": "\u00267Tip 2: plant species can be recessive! Use your magnifying glass.", + "ftbquests.chapter.the_hunt_for_grass.quest14.title": "Growing copper?", + "ftbquests.chapter.the_hunt_for_grass.quest15.description1": "Now you have to find a way to turn the nascent life energy within the tree into some form of grass. There was a ritual you remember that was able to condense said energy into a special seed...", + "ftbquests.chapter.the_hunt_for_grass.quest15.description2": "Witchcraft can help you here - brew up some \u00266brilliant fiber,\u0026r apply it to some tree leaves, and watch it \u00266spread!\u0026r Once you have enough, break the leaves - the gilded leaves you\u0027ll get will be able to crush into a \u00266fine gold dust,\u0026r perfect for this ritual.", + "ftbquests.chapter.the_hunt_for_grass.quest15.title": "Gold Leaf", + "ftbquests.chapter.the_hunt_for_grass.quest16.description1": "Now that you have a way to conduct the ritual, you can create a \u00266Pasture Seed,\u0026r which will let you finally \u00266bring back grass to the world!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest16.description2": "\u00267To find out how to actually do the ritual, check how to do a Ritual of the Forest in your Book of Natural Aura.", + "ftbquests.chapter.the_hunt_for_grass.quest16.title": "Ritual of the Forest", + "ftbquests.chapter.the_hunt_for_grass.quest17.description1": "The \u00266Witch\u0027s Oven\u0026r can be used to distill saplings into \u00266special magic fumes,\u0026r which are especially potent in a variety of magical rites.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description1": "Using some sapling fumes and some plantlife, you can create \u00266Pasture Seeds\u0026r - special seeds that will place an \u00266area of grass\u0026r on nearby dirt.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description2": "\u00267Tip: due to a bug in the mod, watering cans will not work to start the ritual of the forest!", + "ftbquests.chapter.the_hunt_for_grass.quest18.subtitle": "Not as green as I\u0027d like...", + "ftbquests.chapter.the_hunt_for_grass.quest18.title": "Grass!", + "ftbquests.chapter.the_hunt_for_grass.quest19.description1": "The composter can turn \u00266extra seeds and crops into bonemeal!\u0026r No more hunting skeletons in the middle of the night.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description1": "Even through the lack of nutrients in the soil, some especially-tough tufts of grass have held on. Some even have \u00266seeds that you can find\u0026r and try to coax to life.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description2": "Some of these seem \u00266especially magical\u0026r - you wonder if you could use them in any way...", + "ftbquests.chapter.the_hunt_for_grass.quest2.description3": "\u00267Tip: you\u0027ll probably only want to harvest mandrake at night until you get its strength up!", + "ftbquests.chapter.the_hunt_for_grass.quest2.title": "Seeds", + "ftbquests.chapter.the_hunt_for_grass.quest20.description1": "You can get straw rarely by cutting grass with a \u00266knife.\u0026r Use it to make leads, ropes, and building blocks!", + "ftbquests.chapter.the_hunt_for_grass.quest20.task_1283594596619655186.title": "Any Knife", + "ftbquests.chapter.the_hunt_for_grass.quest20.title": "Straw", + "ftbquests.chapter.the_hunt_for_grass.quest21.description1": "You can turn bonemeal, dirt, and some organic material into \u00266organic compost.\u0026r When placed down, the compost will\u00266 turn into rich soil \u0026rafter a while (sped up by sunlight, water, and proximity to other rich soil or mushrooms), which grows most crops \u00266faster than regular farmland!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest21.title": "Rich Farmland", + "ftbquests.chapter.the_hunt_for_grass.quest22.description1": "Now that you have access to iron, you can make a \u00266watering can.\u0026r Higher-tier versions exist and are much better, but the basic version can still speed up the growth of crops.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description1": "This pack contains \u00266Via Romana\u0026r, a sign-based fast travel system. In order to fast travel using signs, you must first \u00266build a path and traverse it\u0026r before you can teleport across it. ", + "ftbquests.chapter.the_hunt_for_grass.quest23.description2": "\u00266Shift-left-click\u0026r on a sign at the start of your path, then \u00266shift-left-click\u0026r on a sign at the end of your path. Once you start pathing from one sign to the other, you need to follow a player-made path. If you deviate, you\u0027ll \u0026cstop\u0026r building the fast travel route and have to backtrack.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description3": "Once linked, just punch the sign and you\u0027ll fast travel!", + "ftbquests.chapter.the_hunt_for_grass.quest23.description4": "\u00267Tip: to see what blocks count as path blocks, search \u00262#via_romana:path_block\u00267 in your recipe viewer.", + "ftbquests.chapter.the_hunt_for_grass.quest23.task_5888718684745127233.title": "Any Warpable Sign", + "ftbquests.chapter.the_hunt_for_grass.quest23.title": "Signpost Travel", + "ftbquests.chapter.the_hunt_for_grass.quest24.description1": "\u00266Fume Funnels,\u0026r when placed next to a Witch\u0027s Oven, raise the chance of getting fumes from items.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description1": "Tired of hearing those godforsaken \u00266mandrakes\u0026r shriek? Make some \u00266earmuffs!\u0026r They\u0027ll protect you from getting your ears blown out by their piercing scream.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description2": "\u00267Tip: the higher the strength stat on mandrake is, the less likely they are to wake up.", + "ftbquests.chapter.the_hunt_for_grass.quest25.title": "OSHA Approved", + "ftbquests.chapter.the_hunt_for_grass.quest26.description1": "With the re-introduction of actual saplings to the world, you might want to make slightly better tools than the basic pickaxe and axe you\u0027re used to.", + "ftbquests.chapter.the_hunt_for_grass.quest26.description2": "The \u00266Hammer, Excavator, and Broadaxe\u0026r can break blocks in a \u002663x3 area\u0026r (and the broadaxe breaks in \u002663x3x3!\u0026r), making terraforming and general resource collection much easier.", + "ftbquests.chapter.the_hunt_for_grass.quest26.task_4941645910113139201.title": "Any AOE Tool", + "ftbquests.chapter.the_hunt_for_grass.quest3.description1": "Unless you get lucky and find an ingot or two among the husks, you\u0027ll need some way to make iron ingots. ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description2": "Luckily, one of those plants you found has a rudimentary circulatory system, which has enough thematic overlap with actual hemoglobin that you can use it to precipitate hemoglobic fluid...", + "ftbquests.chapter.the_hunt_for_grass.quest3.description3": "Basically, you found a \u00266plant that grows blood\u0026r and you\u0027re gonna \u00266make iron out of it\u0026r by putting it into a \u00266Sal Ammoniac Accumulator above a Fluid Vessel.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description4": "\u00267Note: A Sal Ammoniac tank is meant only for sal ammoniac, so you \u0026oneed\u0026r\u00267 to place the \u0026lfluid vessel\u0026r\u00267 below it.", + "ftbquests.chapter.the_hunt_for_grass.quest3.title": "Hemoglobic Fluid", + "ftbquests.chapter.the_hunt_for_grass.quest4.description1": "Now that you have your hemoglobic fluid, you can \u00266use it as a solvent in your Liquefaction Cauldron to liquify copper\u0026r - the iron in the fluid will transform the copper sulfur into \u00266Iron Alchemical Sulfur.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.description2": "You\u0027ll also need some \u00266Mineral Alchemical Salt\u0026r - you can get this by \u00266calcifying charcoal,\u0026r or re-calcifying \u00266a large amount of Strata salt.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.title": "Salt and Sulfur", + "ftbquests.chapter.the_hunt_for_grass.quest5.description1": "You\u0027re almost there! Just throw the \u00266Iron Alchemical Sulfur, Mineral Alchemical Salt, \u0026rand\u00266 Alchemical Mercury\u0026r into the \u00266Incubator, \u0026rand you\u0027ll have iron!", + "ftbquests.chapter.the_hunt_for_grass.quest6.description1": "You can mash up the magical plants you\u0027ve found into something you\u0027re calling \u00266Anointing Paste.\u0026r You\u0027re pretty sure you can apply it to something, but what? ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description1": "Now that you have a bit of iron, you can make a cauldron and \u00266anoint\u0026r it to make a \u00266Witch\u0027s Cauldron\u0026r - a magically-insulated vessel for brewing all sorts of witchy goodness. ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description2": "Fill it with three buckets of water, place it over a campfire, and it\u0027ll start boiling!", + "ftbquests.chapter.the_hunt_for_grass.quest7.description3": "\u00267Tip: if your brew spoils (turns brown because you put items in out of order or incorrectly), you can use an empty bucket to empty the cauldron.", + "ftbquests.chapter.the_hunt_for_grass.quest7.task_2385086996515714487.title": "Anoint a Cauldron", + "ftbquests.chapter.the_hunt_for_grass.quest8.description1": "With a little bit of magic (and a reinforced witchy cauldron), you can make a \u00266potent mutagen\u0026r - potent enough to mutate those \u00266dead bushes\u0026r you\u0027ve been seeing around into \u00266actual saplings!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest8.subtitle": "Minor necromancy", + "ftbquests.chapter.the_hunt_for_grass.quest8.task_6488684102089578318.title": "Any Sapling", + "ftbquests.chapter.the_hunt_for_grass.quest8.title": "Saplings!", + "ftbquests.chapter.the_hunt_for_grass.quest9.description1": "The seeds you\u0027ve been finding have uniquely adapted themselves to their harsh environment. As a consequence, however, they\u0027ve become \u00264much less productive, focusing entirely on survival.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest9.description2": "You can try to selectively breed your meager collection of seeds together to make them \u00266grow faster\u0026r and \u00266produce more,\u0026r or even try \u00266cross-breeding them\u0026r to start bringing back extinct species of plant...", + "ftbquests.chapter.the_hunt_for_grass.quest9.description3": "To start, plant any seeds you have onto specially-prepared \u00266Crop Sticks.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.title": "A Whiff of Normal", + "ftbquests.chapter.the_sound_of_life.quest1.description1": "Debatably sentient life in the form of chickens! Even more importantly, these chickens will produce \u00266eggs,\u0026r the root of all fauna.", + "ftbquests.chapter.the_sound_of_life.quest1.title": "Sentient Life", + "ftbquests.chapter.the_sound_of_life.quest10.description1": "You can upgrade your blood altar by placing runes around it - your \u00266Sanguine Scientiem\u0026r can give you specifics. A tier 2 altar can create \u00266Reinforced Slates!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest10.description2": "Used for creating special runes that give your blood altar benefits, among other things, they are just that much more potent than a regular blank slate.", + "ftbquests.chapter.the_sound_of_life.quest10.title": "Tier 2 Slates", + "ftbquests.chapter.the_sound_of_life.quest11.description1": "A tier 3 altar can create \u00266Imbued Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.description2": "Even stronger than the reinforced version, they can make even better rune upgrades for your blood altar, as well as the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.title": "Tier 3 Slates", + "ftbquests.chapter.the_sound_of_life.quest12.description1": "The \u00266Alchemical Reaction Chamber\u0026r is capable of a great many things, but one of the most important is its ability to produce gems - \u00266diamond, lapis, and amethyst.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description1": "With access to gems, you can make a \u00266Tainted Blood Pendant,\u0026r which you can then infuse with \u00266Regeneration!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description2": "This makes poking yourself for life essence much more bearable...", + "ftbquests.chapter.the_sound_of_life.quest13.description3": "\u00267Tip: prismarine can be made either through Create\u0027s haunting or Nature\u0027s Aura\u0027s Natural Altar.", + "ftbquests.chapter.the_sound_of_life.quest14.description1": "Alchemizing with lifeforce provides the extra punch needed to transmute base materials into \u00266precious gems\u0026r using the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest14.description2": "\u00267Tip: once you\u0027ve made one of a specific kind of gem, you can use Theurgy to convert more materials into that gem\u0027s sulfur without having to go through the whole blood transmutation again!", + "ftbquests.chapter.the_sound_of_life.quest14.title": "Gems!", + "ftbquests.chapter.the_sound_of_life.quest15.description1": "A renewable source of gems would be much appreciated - thankfully, you can perform a \u00266special wiccan ritual\u0026r to turn a block of amethyst into its budding version.", + "ftbquests.chapter.the_sound_of_life.quest15.description2": "\u00267Tip: you can use blood magic\u0027s arcane ashes to draw a pentagram on your altar, giving it an addtional 1.5x boost to total power capacity!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest15.description3": "\u00267Tip 2: the instructions for this ritual can be found in your Reclamation Rituals book.", + "ftbquests.chapter.the_sound_of_life.quest16.description1": "Now that you have access to gems, you can start to manipulate \u00265Source, \u0026ranother type of magical energy you remember from before.", + "ftbquests.chapter.the_sound_of_life.quest16.description2": "To start, you\u0027ll want to turn lapis or amethyst shards into source gems using an \u00266Imbuement Chamber.\u0026r However, for an Imbuement Chamber, you\u0027ll need a special kind of wood. Because \u00265Source\u0026r is innately intertwined with \u00264Life Essence,\u0026r infusing an already magically-resonant tree with \u00264Life Essence\u0026r should produce a suitable sapling.", + "ftbquests.chapter.the_sound_of_life.quest16.description3": "\u00267Tip: you can convert between the four types of sapling using a mana pool!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest16.title": "Archwood", + "ftbquests.chapter.the_sound_of_life.quest17.description1": "With Archwood, you can now create \u00266Source Gems,\u0026r a perfect focusing medium for the arcane energies of \u00265Source.\u0026r Just toss some amethyst or lapis into an \u00266Imbuement Chamber!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest17.description2": "At first, you\u0027ll be slowly imbuing gems with the trace amounts present in the air, but once you get a way to generate \u00265Liquid Source,\u0026r you\u0027ll be converting gems in a flash!", + "ftbquests.chapter.the_sound_of_life.quest17.title": "Source Gems", + "ftbquests.chapter.the_sound_of_life.quest18.description1": "By offering an \u00266Imbued Slate\u0026r to the gods, you can convert mundane iron into the dense ingot of \u00266Osmium.\u0026r This metal is crucial to advanced mechanical applications.", + "ftbquests.chapter.the_sound_of_life.quest18.title": "Supermassive", + "ftbquests.chapter.the_sound_of_life.quest19.description1": "Now that you have a source of power, you\u0027ll want to start making real machinery. Your first step - a \u00266Metallurgic Infuser.\u0026r This machine can do a wide varity of things, but one of the most important is its ability to create \u00266steel,\u0026r another critical metal for your foray into technology.", + "ftbquests.chapter.the_sound_of_life.quest19.description2": "Infusing \u00266iron with coal,\u0026r while inefficient, is your only real way to make it - at least for now.", + "ftbquests.chapter.the_sound_of_life.quest19.title": "Steel", + "ftbquests.chapter.the_sound_of_life.quest2.description1": "Now that you have access to a breedable animal, you can utilize their excess vitalic energy to birth new creatures. ", + "ftbquests.chapter.the_sound_of_life.quest2.description2": "In an area with high Aura concentration, \u00266breeding mobs together\u0026r will generate \u00266Spirits of Birthing.\u0026r These spirits can be tossed alongside some other reagents onto an \u00266Altar of Birthing\u0026r to spawn new creatures.", + "ftbquests.chapter.the_sound_of_life.quest2.title": "Altar of Birthing", + "ftbquests.chapter.the_sound_of_life.quest20.description1": "The basis of every machine worth making, \u00266a Steel Casing \u0026ropens up limitless possibilities. ", + "ftbquests.chapter.the_sound_of_life.quest20.description2": "Almost quadrupling raw ore into ingots, turning plants into energy, or even fusion reactors all start with the humble steel casing.", + "ftbquests.chapter.the_sound_of_life.quest20.title": "Basic Machinery", + "ftbquests.chapter.the_sound_of_life.quest21.description1": "The \u00266Enrichment Chamber\u0026r can slightly boost the outputs of raw ores, clean blocks, and refine reagents for the \u00266Metallurgic Infuser,\u0026r creating enriched versions of items that are \u002668 times more efficient!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest22.description1": "Before you can do anything related to machinery, you\u0027ll need a source of power. Thankfully, \u0026bbotanic mana\u0026r is easily convertible to \u0026credstone flux.\u0026r Simply point a mana spreader at a \u00266Mana Fluxfield\u0026r and it\u0027ll output \u0026cRF\u0026r to any adjacent blocks.", + "ftbquests.chapter.the_sound_of_life.quest22.description2": "\u00267You can also use a heat generator, but it\u0027s VERY inefficient and (probably) not even worth making!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description1": "With the acquisition of lapis, you can now make the \u00266Terrestrial Agglomeration Plate,\u0026r a necessary step in your mastery of \u0026bbotanic mana.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description2": "Combining mana-infused versions of a diamond, an ender pearl, and iron (alongside a tremendous amount of mana) creates \u00266Terrasteel,\u0026r a unique alloy that is incredibly strong and mana conductive.", + "ftbquests.chapter.the_sound_of_life.quest23.description3": "\u00267Tip: use sparks instead of mana spreaders for a much faster mana transfer rate!", + "ftbquests.chapter.the_sound_of_life.quest23.title": "Terrasteel", + "ftbquests.chapter.the_sound_of_life.quest24.description1": "Steel allows you to make better pipes of all kinds, able to transport items, fluids, RF, chemicals, and even heat. These have a number of \u00266advantages over caminite-based alternatives,\u0026r mainly their lack of reliance on redstone and their upgradeability.", + "ftbquests.chapter.the_sound_of_life.quest24.task_1474346775141796701.title": "Any Basic Logistic Item", + "ftbquests.chapter.the_sound_of_life.quest24.title": "Advanced Logistics", + "ftbquests.chapter.the_sound_of_life.quest25.description1": "The \u00266Rotary Condensentrator\u0026r allows you to convert liquids to gases, and vice versa. This is useful for storage purposes, but it also allows you to aerate Life Essence!", + "ftbquests.chapter.the_sound_of_life.quest26.description1": "The \u00266Gas-Burning Generator\u0026r can produce a large amount of RF very quickly - it\u0027s a solid midrange option that will most likely carry your energy needs until you start making reactors.", + "ftbquests.chapter.the_sound_of_life.quest26.description2": "\u00266Aerated Essence \u0026ris relatively easy to produce, and can be burned to produce a solid amount of RF. It\u0027s macabre, but it works!", + "ftbquests.chapter.the_sound_of_life.quest27.description1": "\u00266Ethylene\u0026r is another gas you can burn in the gas-burning generator; even a small amount can be burned for a rather large amount of energy.", + "ftbquests.chapter.the_sound_of_life.quest27.description2": "\u00267Note: Ethylene burning has been nerfed in this pack! It\u0027s still useful, just not as absolutely game-breakingly energy dense as it normally is.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest27.title": "Ethylene", + "ftbquests.chapter.the_sound_of_life.quest28.description1": "Ethylene can be further mixed with Aerated Essence to produce Blooded Ethylene, a much more energy-dense gas that can burn for longer in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest28.title": "Blooded Ethylene", + "ftbquests.chapter.the_sound_of_life.quest29.description1": "The \u00266Crusher\u0026r is great for turning things into smaller, powdery versions of themselves. It\u0027s also great at turning plants into \u00266Bio Fuel!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest3.description1": "Blood magic is a pathway to many abilities some consider to be unnatural.", + "ftbquests.chapter.the_sound_of_life.quest3.description2": "To start, make a few \u00266soul snares\u0026r and \u00266throw them at monsters before killing them.\u0026r These snared monsters will drop \u00266demonic will\u0026r, which you\u0027ll need to get started!", + "ftbquests.chapter.the_sound_of_life.quest3.title": "Blood Magic", + "ftbquests.chapter.the_sound_of_life.quest30.description1": "\u00266Bio Fuel\u0026r can be turned directly into energy in the \u00266Bio-Generator,\u0026r or further refined into ethylene for burning in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest30.title": "Bio Fuel", + "ftbquests.chapter.the_sound_of_life.quest31.description1": "The \u00266Purification Chamber,\u0026r in combination with oxygen and some further processing, can double raw ore outputs.", + "ftbquests.chapter.the_sound_of_life.quest31.description2": "Ore clumps can be crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest31.description3": "\u00267Tip: gas upgrades can be placed into some machines to make them more efficient in their use of chemicals!", + "ftbquests.chapter.the_sound_of_life.quest32.description1": "The \u00266Chemical Dissolution Chamber\u0026r is the next step in your ore processing - with the chamber as a starting point and some hydrogen chloride, it can turn 3 ore into 8 shards, which eventually get processed into ingots.", + "ftbquests.chapter.the_sound_of_life.quest32.description2": "To make hydrogen chloride, you\u0027ll need a renewable source of chlorine. The \u00266Thermal Evaporation Tower Multiblock\u0026r can turn plain water into brine, which can then be electrolysed into chlorine.", + "ftbquests.chapter.the_sound_of_life.quest32.description3": "Shards need to be purified into clumps, crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.description1": "The final refinement to your ore refinement process: the \u00266Chemical Washer and Crystallizer\u0026r can wash and crystallize ore slurry, at a 3 raw ore to eventual 10 ingot ratio.", + "ftbquests.chapter.the_sound_of_life.quest33.description2": "You\u0027ll need sulfur for sulfuric acid, which you can make through judicious application of oxygen to charcoal.", + "ftbquests.chapter.the_sound_of_life.quest33.description3": "Dirty ore slurry needs to be washed into clean ore slurry, then crystallized into crystals, which then get thrown into the \u00266Chemical Injection Chamber\u0026r to get turned into shards, which purify into clumps, crush into dirty dust, enrich into clean dust, and then finally smelt into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.title": "REAL Ore Processing", + "ftbquests.chapter.the_sound_of_life.quest34.description1": "To make the next tier of altar, you\u0027ll need bloodstone bricks to cap the next set of pillars. However, these require blood shards to make; blood shards require \u00266tau fruit. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest34.description2": "Despite your best efforts, you can\u0027t breed tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest34.description3": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of Tau Fruit. Go forth, ", + "ftbquests.chapter.the_sound_of_life.quest34.title": "Blooded Rituals", + "ftbquests.chapter.the_sound_of_life.quest35.description1": "\u00266Blood Shards\u0026r are a very handy thing for someone of your talents to have around. Despite your best efforts, however, you can\u0027t breed the necessary tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest35.description2": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of tau fruit. ", + "ftbquests.chapter.the_sound_of_life.quest35.description3": "\u00267Tip: once you have some, planting tau fruit and having it grow while something is standing on it will eventually create a saturated tau.", + "ftbquests.chapter.the_sound_of_life.quest35.title": "Blood Shards", + "ftbquests.chapter.the_sound_of_life.quest36.description1": "With access to blood shards, you can finally make a tier 4 altar and\u00266 Demonic Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest36.description2": "Yet still stronger than Imbued Slates, these bad boys pack quite an essence-filled punch! You can use these for ritual paraphernalia as well as more altar upgrades.", + "ftbquests.chapter.the_sound_of_life.quest36.title": "Tier 4 Slates", + "ftbquests.chapter.the_sound_of_life.quest37.description1": "The \u00266Dusk\u0026r version of the \u00266Ritual Diviner\u0026r will allow you to perform even stronger rituals - chief among these being the \u00266Pathway to the Endless Realm.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.description2": "Once performed, you will be presented with a gate to the Demon Realm proper - a sprawling labyrinth of rooms which contain strong enemies, plentiful loot, and the curious ore known as \u00266Demonite.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.title": "Dusk Rituals", + "ftbquests.chapter.the_sound_of_life.quest38.description1": "\u00266Demonite\u0026r can be found rarely in the \u00266Demon Realm,\u0026r either as an ore block or as loot in chests.", + "ftbquests.chapter.the_sound_of_life.quest38.description2": "You also remember that there was a \u00266special key\u0026r for \u00266spatial distortions\u0026r that led you to the mines, which held much more valuable loot...", + "ftbquests.chapter.the_sound_of_life.quest39.description1": "The single most powerful slate you can make,\u00266 Ethereal Slates\u0026r require a tier 5 altar to craft.", + "ftbquests.chapter.the_sound_of_life.quest39.description2": "Alongside netherite scraps and some \u00266looted parts\u0026r from the Demon Realm, these slates can be used to upgrade altar runes, making them \u00266twice as powerful.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest39.title": "Tier 5 Slates", + "ftbquests.chapter.the_sound_of_life.quest4.description1": "One of the most common things you\u0027ll need in the pursuit of sanguine magic is a base material of stone doped in blood - excellent for channelling these dark energies.", + "ftbquests.chapter.the_sound_of_life.quest4.description2": "You\u0027ll need to make quite a few to upgrade your blood altar!", + "ftbquests.chapter.the_sound_of_life.quest40.description1": "Now that you have access to dusk rituals, you can use either a \u00266Ritual of the Feathered Knife\u0026r or a \u00266Well of Suffering\u0026r to automate the collection of life essence.", + "ftbquests.chapter.the_sound_of_life.quest40.description2": "To get even more out of your rituals, you can use the \u00266Ritual Tinkerer!\u0026r Read your \u00266Sanguine Scientiem\u0026r for more information.", + "ftbquests.chapter.the_sound_of_life.quest40.description3": "\u00267Tip: if you can supply mobs to the well constantly (or give them a source of regenerating health), you could fully automate life essence collection...", + "ftbquests.chapter.the_sound_of_life.quest40.title": "Useful Rituals", + "ftbquests.chapter.the_sound_of_life.quest41.description1": "The \u00266Incense Altar\u0026r is the center of a large freeform multiblock structure focused on bringing a sense of tranquility to players. With enough peace of mind, you can perform self-sacrifice with a much smoother hand - at high levels, you can get as much as \u00266quadruple the normal amount of life essence!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest41.description2": "For more information on this structure, take a look at your \u00266Sanguine Scientiem.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description1": "With enough Demonic Will, you reach a critical mass that can eventually \u00266generate will\u0026r ex nihilo! Simply burn some into the local aura by throwing will into a \u00266Demon Crucible,\u0026r then wait for it to crystallize on the \u00266Demon Crystallizer. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description2": "With enough will in the aura, the crystal will grow extra spires you can harvest and re-burn; each crystal past the first takes 40 will to grow but \u00266burns into 50!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description3": "Now if only there was some way to automate this...", + "ftbquests.chapter.the_sound_of_life.quest42.description4": "\u00267Tip: for more info, read your Sanguine Scientiem!", + "ftbquests.chapter.the_sound_of_life.quest42.title": "Crystallized Will", + "ftbquests.chapter.the_sound_of_life.quest43.description1": "With the \u00266Resonance of the Faceted Crystal\u0026r ritual, you can split one well-established Will Crystal into four separate aspected crystals! This aspected will is handy for all sorts of things, but one of the most useful things you can do is use it in other rituals to \u00266change the way they perform.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest43.description2": "\u00267Tip: it\u0027s possible to fully automate the growing, splitting, and harvesting of crystals using rituals!", + "ftbquests.chapter.the_sound_of_life.quest43.title": "Aspected Will", + "ftbquests.chapter.the_sound_of_life.quest44.description1": "With access to Terrasteel, you can make the third tier of botanic runes: \u00266Sin Runes.\u0026r These can be used to make better baubles, more powerful flowers, and more!", + "ftbquests.chapter.the_sound_of_life.quest44.task_6010537284078335274.title": "Any Sin Rune", + "ftbquests.chapter.the_sound_of_life.quest44.title": "Sin Runes", + "ftbquests.chapter.the_sound_of_life.quest45.description1": "With Terrasteel, you can utilize an old ritual to open a \u00266gateway to Alfheim,\u0026r which you\u0027re certain has escaped whatever happened to this world. The portal won\u0027t be able to transport living beings, but maybe you can trade for some \u00266useful materials?\u0026r", + "ftbquests.chapter.the_sound_of_life.quest45.description2": "\u00267Tip: For more information on the portal, read your Lexica Botania! For even more than that, throw your entire Lexica Botania into the portal! (but make sure you don\u0027t throw your Akashic Tome away!)", + "ftbquests.chapter.the_sound_of_life.quest45.title": "The Portal to Alfheim", + "ftbquests.chapter.the_sound_of_life.quest46.description1": "The \u00266Elven Mana Spreader\u0026r is much more efficient than it\u0027s livingwood predecessor - it shoots larger bursts faster and farther.", + "ftbquests.chapter.the_sound_of_life.quest46.title": "Better Spreader", + "ftbquests.chapter.the_sound_of_life.quest47.description1": "With Sin Runes and elven materials, you can craft a special flower that \u00266generates ore in nearby stone or deepslate!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest47.description2": "As far as you\u0027re concerned, this is more proof that you can solve any problem if you throw enough raw mana at something.", + "ftbquests.chapter.the_sound_of_life.quest47.subtitle": "but not ad astra!", + "ftbquests.chapter.the_sound_of_life.quest47.title": "Ex Nihilo", + "ftbquests.chapter.the_sound_of_life.quest48.description1": "The \u00266Scribe\u0027s Table\u0026r allows you to create new glyphs for spellbooks. As far as spellbooks go, you have a couple options - use either pure arcane mana or life essence to fuel your spells.", + "ftbquests.chapter.the_sound_of_life.quest48.title": "Spellcasting", + "ftbquests.chapter.the_sound_of_life.quest49.description1": "Source can be generated in a variety of ways, but you\u0027ll need to do something to get it into a much more useable liquid form. ", + "ftbquests.chapter.the_sound_of_life.quest49.description2": "\u00266Sourcelinks\u0026r will gather it for you, but you\u0027ll also need to make a \u00266jar\u0026r to store the generated source.", + "ftbquests.chapter.the_sound_of_life.quest49.task_8602744015200526354.title": "Any Sourcelink", + "ftbquests.chapter.the_sound_of_life.quest49.title": "Generating Source", + "ftbquests.chapter.the_sound_of_life.quest5.description1": "The \u00266Hellfire Forge\u0026r allows you to use Demonic Will to craft special items.", + "ftbquests.chapter.the_sound_of_life.quest5.description2": "One of the first things you\u0027ll want to make is a \u00266soul gem\u0026r - these special gems can store demonic will you pick up without clogging your inventory.", + "ftbquests.chapter.the_sound_of_life.quest5.description3": "\u00267Tip: the more will you have stored in your inventory, the more will drops from monsters!", + "ftbquests.chapter.the_sound_of_life.quest50.description1": "One of the primary uses of liquid source is the enchanting of items. Using the \u00266Arcane Core\u0026r and an \u00266Enchanting Apparatus\u0026r atop it, you can create many useful things.", + "ftbquests.chapter.the_sound_of_life.quest50.title": "Arcane Enchanting", + "ftbquests.chapter.the_sound_of_life.quest51.description1": "If you\u0027re tired of waiting for amethyst to grow, try animating a block of budding amethyst with the \u00266Ritual of Awakening.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.description2": "It turns budding amethyst into an \u00266Amethyst Golem,\u0026r who can harvest, grow, and even bud other blocks of amethyst!", + "ftbquests.chapter.the_sound_of_life.quest51.description3": "Its behavior can be further modified using a \u00266Dominion Wand.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.title": "Amethyst Buddy", + "ftbquests.chapter.the_sound_of_life.quest52.description1": "With the acquisition of specially-charged elven materials, you can create an \u00266even stronger mana-generating base;\u0026r cake, wool, and even other mana flowers can all be mulched into yet more mana.", + "ftbquests.chapter.the_sound_of_life.quest52.task_1683678805039454876.title": "Any Elven Flower", + "ftbquests.chapter.the_sound_of_life.quest52.title": "Esoteric Mana Generation", + "ftbquests.chapter.the_sound_of_life.quest53.description1": "With the power of Elementium and a little extra elemental oomph, you can craft a special pylon to use in tandem with the power of a beacon to summon the \u00266Guardian of Gaia.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest53.description2": "Prove your strength, and you\u0027ll be rewarded with \u00266Gaia Spirits.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest54.description1": "Using the \u00266Enchanting Apparatus\u0026r and some special reagents, you can make elemental essences that have a wide variety of uses, from crafting to spellweaving.", + "ftbquests.chapter.the_sound_of_life.quest54.task_6599905580160140411.title": "Any Essence", + "ftbquests.chapter.the_sound_of_life.quest55.description1": "Fragments of the mysterious \u00266Guardian of Gaia\u0026r, these spirits have enormous potential...", + "ftbquests.chapter.the_sound_of_life.quest56.description1": "There are quite a few elemental \u00266rituals\u0026r that could come in handy for you - defending your base, automatically pick items up, and even allowing you to fly!", + "ftbquests.chapter.the_sound_of_life.quest57.description1": "The \u00266Storage Lectern\u0026r boasts the incredibly convenient capability of letting you manage, view, and craft using nearby storage blocks. Simply place it down and link inventories to it using the dominion wand!", + "ftbquests.chapter.the_sound_of_life.quest57.description2": "There is a limit to the number of inventories you can connect to at once - this can be raised using additional \u00266Bookwyrm Charms.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description1": "Mekanism upgrades come in two flavors - \u00266upgrade cards\u0026r and \u00266tier installers. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description2": "Upgrade cards give the machine a boost to a certain aspect - speed, energy efficiency, etc.", + "ftbquests.chapter.the_sound_of_life.quest58.description3": "Tier installers give the machine more processing slots - from 1 item at a time to \u002669 in some machines!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.task_366296260702142144.title": "Any Upgrade", + "ftbquests.chapter.the_sound_of_life.quest58.title": "Upgrades", + "ftbquests.chapter.the_sound_of_life.quest59.description1": "You can use a hefty amount of will as well as vengeful will crystals to create \u00266Wither Skeleton Skulls\u0026r in a Hellfire Forge. ", + "ftbquests.chapter.the_sound_of_life.quest59.description2": "These skulls are very powerfully charged - you can use them to summon Withers and acquire their \u00266valuable stars.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest59.title": "The Wither", + "ftbquests.chapter.the_sound_of_life.quest6.description1": "\u00266Blood Orbs\u0026r are a budding sanguimancer\u0027s way of storing and utilizing Life Essence, measured in \u00266LP.\u0026r Once you\u0027ve crafted one, right click with it in your hand to bind it to your personal LP network.", + "ftbquests.chapter.the_sound_of_life.quest6.description2": "LP is used for things like sigils, rituals, and crafting. You can transfer life essence in an altar to your network by placing your orb into the altar.", + "ftbquests.chapter.the_sound_of_life.quest6.description3": "\u00267Tip: there is a blood orb for each tier of altar! Certain recipes need higher tiers of blood orbs.", + "ftbquests.chapter.the_sound_of_life.quest6.task_9017841688739987349.title": "Any Blood Orb", + "ftbquests.chapter.the_sound_of_life.quest60.description1": "The \u00266Conjuration Catalyst\u0026r can duplicate certain items for a relatively moderate mana cost.", + "ftbquests.chapter.the_sound_of_life.quest60.description2": "No more fiddling around with potions or distilling to make your redstone and glowstone!", + "ftbquests.chapter.the_sound_of_life.quest61.description1": "You can summon \u00266Wilden\u0026r using the aptly-named Tablet of Summon Wilden. These magical creatures drop \u00266special reagents when killed.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest61.description2": "These reagents can also be used to summon the \u00266Wilden Chimera,\u0026r a powerful boss that drops a \u00266special item\u0026r needed to channel tier 3 spells. ", + "ftbquests.chapter.the_sound_of_life.quest61.title": "Wilden", + "ftbquests.chapter.the_sound_of_life.quest62.description1": "With the power of a \u00266Charger\u0026r and an \u00266enriched diamond,\u0026r you can create a \u00266special kind of chargeable quartz...\u0026r", + "ftbquests.chapter.the_sound_of_life.quest62.title": "Certus Quartz", + "ftbquests.chapter.the_sound_of_life.quest63.description1": "Obviously, the ratio of one diamond for one certus quartz isn\u0027t exactly tenable. Luckily, there\u0027s a way to literally grow it from itself - just throw a block of \u00266certus quartz into water with some charged certus quartz,\u0026r and it\u0027ll get converted into \u00266budding quartz.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest63.description2": "This semi-flawed quartz block will grow crystals just like amethyst, with one caveat - \u00264eventually the crystal will degrade\u0026r back into a regular block, meaning you\u0027ll have to re-seed it.", + "ftbquests.chapter.the_sound_of_life.quest63.description3": "\u00267Tip: you can also use Theurgy to convert other materials into certus quartz - amethyst is a good candidate!", + "ftbquests.chapter.the_sound_of_life.quest63.title": "Growing Quartz", + "ftbquests.chapter.the_sound_of_life.quest64.description1": "By combining redstone and nether quartz with charged certus quartz, you can make \u00266Fluix Crystals,\u0026r capable of turning matter into digitalized information.", + "ftbquests.chapter.the_sound_of_life.quest65.description1": "Before the apocalpyse - or whatever happened here - there were strange meteors that occasionally fell containing these \u00266mysterious presses.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest65.description2": "You think you have devised a ritual that could potentially draw in another one of these meteors (albeit greatly diminished in size).", + "ftbquests.chapter.the_sound_of_life.quest65.description3": "\u00267Tip: check your Reclamation Rituals book!", + "ftbquests.chapter.the_sound_of_life.quest65.title": "Mysterious Cube", + "ftbquests.chapter.the_sound_of_life.quest66.description1": "The \u00266ME Controller\u0026r is the brains of the \u00266Material Energy\u0026r system - one of the most powerful logistics solutions available to you.", + "ftbquests.chapter.the_sound_of_life.quest66.subtitle": "Better than futura blocks", + "ftbquests.chapter.the_sound_of_life.quest67.description1": "The \u00266Inscriber\u0026r is used to turn raw materials into actual circuits useable in the \u00266Matter Energy\u0026r system.", + "ftbquests.chapter.the_sound_of_life.quest68.description1": "With the raw power afforded to you by aspected will crystals, gaia fragments, and ethereal slates, you finally have enough oomph to begin reversing the damage this world has suffered.", + "ftbquests.chapter.the_sound_of_life.quest68.description2": "Look into the \u00266Ritual of Reclamation\u0026r in your Reclamation Rituals book to start reclaiming the world.", + "ftbquests.chapter.the_sound_of_life.quest68.description3": "\u00267Note: the ritual may \u00264void blocks!\u0026r\u00267 Perform it away from anything important or risk losing things you might want to keep.", + "ftbquests.chapter.the_sound_of_life.quest68.subtitle": "Roll credits?", + "ftbquests.chapter.the_sound_of_life.quest68.task_6680892754679269683.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_sound_of_life.quest68.title": "Reclamation", + "ftbquests.chapter.the_sound_of_life.quest69.description1": "\u00266Sirens\u0026r can be summoned (and subsequently befriended) at the Altar of Birthing. Once given a Sea Pickle, they\u0027ll disappear and leave behind a token. This token can be turned into a charm that can \u00266automatically fish\u0026r for you, at the price of source!", + "ftbquests.chapter.the_sound_of_life.quest69.description2": "\u00267Tip: this auto fishing can be sped up; read your Worn Notebook for more details.", + "ftbquests.chapter.the_sound_of_life.quest7.description1": "The \u00266Alchemy Table\u0026r allows you to craft with LP from a blood orb. You can make a lot of things like reagents for useful sigils, but you can also make \u00266Arcane Ashes.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest70.description1": "\u00266Whirlisprigs\u0026r can be summoned at the Altar of Birthing. Growing a tree near a summoned one will net you a token, which can be crafted into a charm. This charm summons a tame Whirlisprig that will \u00266produce natural resources\u0026r based on what\u0027s nearby!", + "ftbquests.chapter.the_sound_of_life.quest70.description2": "\u00267Tip: read your Worn Notebook for more!", + "ftbquests.chapter.the_sound_of_life.quest71.description1": "Summon a \u00266Drygmy\u0026r at the Altar of Birthing. Give it a wilden horn to get a token, then craft it into a token. This tame Drygmy will \u00266produce experience and drops of mobs nearby,\u0026r without killing them!", + "ftbquests.chapter.the_sound_of_life.quest72.description1": "Casting dispel on a witch (summoned at the Altar of Birthing) drops a Wixie Token. Turned into a charm to summon Wixies, these creatures can craft and brew potions for you!", + "ftbquests.chapter.the_sound_of_life.quest72.description2": "\u00267Tip: Wixies are very helpful when using an Alchemical Sourcelink! For more info, read your Worn Notebook.", + "ftbquests.chapter.the_sound_of_life.quest73.description1": "\u00266Starbuncles\u0026r summoned by the Altar of Birthing can be gifted gold nuggets to get \u00266Starbuncle Tokens.\u0026r Crafted into a \u00266Starbuncle Charm,\u0026r it will summon a Starbuncle to move items around for you. No more fiddling around with pipes and logistics, just use a semi-intelligent squirrel!", + "ftbquests.chapter.the_sound_of_life.quest73.description2": "\u00267Tip: they can be told to only pick up or drop off certain items - read your Worn Notebook for more information!", + "ftbquests.chapter.the_sound_of_life.quest74.description1": "\u00266Magebloom\u0026r is a flower whose fibers can be spun into a very conductive magical cloth.", + "ftbquests.chapter.the_sound_of_life.quest74.title": "Magebloom", + "ftbquests.chapter.the_sound_of_life.quest75.description1": "\u00266Warp Scrolls\u0026r let you teleport anywhere in a dimension, while their stabilized versions create a temporary portal that can transport you even to \u00266other dimensions.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest75.description2": "\u00267Tip: both types of scrolls can be turned into permanent portals by building a frame out of Sourcestone, placing a full source jar nearby, and tossing the scroll into it.", + "ftbquests.chapter.the_sound_of_life.quest76.description1": "The \u00266Fission Reactor\u0026r is a large multiblock that takes fissile fuel and water and outputs enormous amounts of steam. This steam can be pumped into another large multiblock (the industrial turbine) to produce absolutely outrageous amounts of power. ", + "ftbquests.chapter.the_sound_of_life.quest76.description2": "Equally as importantly, it produces nuclear waste.", + "ftbquests.chapter.the_sound_of_life.quest76.description3": "For more information on how to build this structure, refer to the mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest76.description4": "\u00264Warning: if you mess up running your reactor, it WILL melt down and explode/irradiate the surrounding area. Make it small or make it far away from your base if you\u0027re not confident.", + "ftbquests.chapter.the_sound_of_life.quest76.subtitle": "Uranium \u003d mc2?", + "ftbquests.chapter.the_sound_of_life.quest76.title": "Fission Reactor", + "ftbquests.chapter.the_sound_of_life.quest77.description1": "\u00266Plutonium\u0026r is one possible product from processing nuclear waste - it can be reprocessed into more fissile fuel or crafted into Supercritical Phase Shifter casings.", + "ftbquests.chapter.the_sound_of_life.quest78.description1": "\u00266Radioactive Waste Barrels\u0026r are one of the only things that can hold nuclear waste; when filled, they slowly dispose of their contents.", + "ftbquests.chapter.the_sound_of_life.quest78.title": "Waste Disposal", + "ftbquests.chapter.the_sound_of_life.quest79.description1": "\u00266Polonium\u0026r is a possible product from processing nuclear waste. ", + "ftbquests.chapter.the_sound_of_life.quest79.description2": "Not only can it make a variety of very helpful equipment and the \u00266QIO system,\u0026r it can also be used to craft Supercritical Phase Shifter (SPS) casings, necessary for producing \u00266antimatter.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest8.description1": "\u00266Arcane Ashes,\u0026r made on the Alchemy Table, can be used to perform some basic alchemy without having to re-enter the field of Spagyrics.", + "ftbquests.chapter.the_sound_of_life.quest8.description2": "One of the first things you\u0027ll want to use this for is making the \u00266Divination Sigil,\u0026r which tells you useful information about the amount of life essence you have access to.", + "ftbquests.chapter.the_sound_of_life.quest80.description1": "Making antimatter requires the creation of a Supercritical Phase Shifter, yet another multiblock.", + "ftbquests.chapter.the_sound_of_life.quest80.description2": "Its casings require a large amount of both polonium and plutonium, meaning you\u0027ll need a large amount of nuclear waste processing.", + "ftbquests.chapter.the_sound_of_life.quest80.description3": "To run, it will also need an incredibly large amount of power - this is where you\u0027d want to use an \u00266Industrial Turbine\u0026r hooked up to either a fission or a fusion reactor.", + "ftbquests.chapter.the_sound_of_life.quest80.description4": "\u00267Tip: you only need to make one of these to finish the pack - unless you REALLY like late-game Mekanism or you want to make creative items!", + "ftbquests.chapter.the_sound_of_life.quest81.description1": "The \u00266QIO System\u0026r is a digital storage solution that does not need power and can store a very large amount of items.", + "ftbquests.chapter.the_sound_of_life.quest81.description2": "It has \u00266unlimited cross-dimensional range\u0026r and can import and export automatically. However, it cannot easily auto-craft things for you.", + "ftbquests.chapter.the_sound_of_life.quest81.title": "QIO System", + "ftbquests.chapter.the_sound_of_life.quest82.description1": "The \u00266Fusion Reactor\u0026r is a much more powerful version of its fission counterpart. It can produce millions of RF/t using deuterium, tritium, or D-T fuel.", + "ftbquests.chapter.the_sound_of_life.quest82.description2": "To learn more about this reactor, check the Mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest82.subtitle": "Sci without the fi", + "ftbquests.chapter.the_sound_of_life.quest82.title": "Fusion Reactor", + "ftbquests.chapter.the_sound_of_life.quest9.description1": "\u00266Sentient Tools\u0026r are a much easier way for you to acquire will - instead of having to throw soul snares at enemies, the tools have the \u00266inherent ability to sever souls\u0026r from their fleshy (or bony) prisons.", + "ftbquests.chapter.the_sound_of_life.quest9.description2": "They are also powered by will - any kind of soul gem in your inventory will \u00266increase the tools\u0027 power\u0026r proportional to the amount of will you have stored.", + "ftbquests.chapter.the_sound_of_life.quest9.task_3309257771812589055.title": "Any Sentient Tool", + "ftbquests.chapter.the_sound_of_life.quest9.title": "Sentient Tools", + "ftbquests.chapter.the_sound_of_life.title": "Sounds of Life", + "ftbquests.chapter.the_taste_of_power.quest1.description1": "The \u00266Ender Dragon\u0026r not only has horrific halitosis, it also prevents you from exploring the rest of the End and all its goodies.", + "ftbquests.chapter.the_taste_of_power.quest1.task_4052279956792945141.title": "Kill the Dragon", + "ftbquests.chapter.the_taste_of_power.quest10.description1": "Kinda like an unlimited supply of grape juice!", + "ftbquests.chapter.the_taste_of_power.quest10.description2": "\u00267A/N: pretend it needs 100k instead of 10k source... i\u0027m too lazy to make a custom source jar like ATM does", + "ftbquests.chapter.the_taste_of_power.quest11.description1": "All that effort, and all you got was a really big hole.", + "ftbquests.chapter.the_taste_of_power.quest12.description1": "This is way better than a really big hole!", + "ftbquests.chapter.the_taste_of_power.quest13.description1": "And now the way better hole is a digital rip in the fabric of the universe.", + "ftbquests.chapter.the_taste_of_power.quest13.description2": "Or maybe its a real rip in the fabric of the digital universe?", + "ftbquests.chapter.the_taste_of_power.quest13.description3": "Either way, you\u0027re done. You have access to every item digitally, with the help of a cell workbench. Good job! Have some cake :)", + "ftbquests.chapter.the_taste_of_power.quest14.description1": "It\u0027s not really infinite ME power as much as it is infinite ME efficiency.", + "ftbquests.chapter.the_taste_of_power.quest15.description1": "Sufficiently advanced technology is indistinguishable from magic.", + "ftbquests.chapter.the_taste_of_power.quest15.title": "Creative Energy Cube", + "ftbquests.chapter.the_taste_of_power.quest2.task_7905395510409401238.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest2.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest3.description1": "Congrats! You\u0027ve killed the Ender Dragon - there is no more left to conquer.", + "ftbquests.chapter.the_taste_of_power.quest3.description2": "You are a champion. ", + "ftbquests.chapter.the_taste_of_power.quest3.description3": "You have \u0026lReclaimed\u0026r the world.", + "ftbquests.chapter.the_taste_of_power.quest3.description4": "\u00267As far as anyone can really be concerned, you\u0027ve finished the modpack. Any quests past this are exclusively for bragging rights - creative items, op stuff, lame resource dump recipes, all that jazz.", + "ftbquests.chapter.the_taste_of_power.quest3.description5": "\u00267Thank you immensely for putting the time and effort into finishing the pack! This was a huge undertaking for me, but hopefully you enjoyed it enough that it was worth it :)", + "ftbquests.chapter.the_taste_of_power.quest3.description6": "\u00267 -ACCBDD", + "ftbquests.chapter.the_taste_of_power.quest3.subtitle": "Roll credits (for real)", + "ftbquests.chapter.the_taste_of_power.quest3.task_2556725507805521066.title": "Congratulations!", + "ftbquests.chapter.the_taste_of_power.quest4.description1": "An infinitely super-heated blaze is great just as a centerpiece, but you can also use it to make infinite lava.", + "ftbquests.chapter.the_taste_of_power.quest4.description2": "\u00267Tip: you\u0027re gonna need to make quite a few of these!", + "ftbquests.chapter.the_taste_of_power.quest5.description1": "What\u0027s better than infinite blaze burning? Infinite turning! ", + "ftbquests.chapter.the_taste_of_power.quest6.description1": "The dwarven version of a Philosopher\u0027s Stone.", + "ftbquests.chapter.the_taste_of_power.quest7.description1": "Somehow, you don\u0027t feel as guilty as you think you should.", + "ftbquests.chapter.the_taste_of_power.quest7.description2": "\u00267Tip: this takes 10 full mana pools worth of mana. :)", + "ftbquests.chapter.the_taste_of_power.quest8.description1": "No more will you be shackled to the tyranny of building an enormous pool of whatever fluid!", + "ftbquests.chapter.the_taste_of_power.quest9.description1": "Once you\u0027ve set it to a chemical, you can reset it to empty by crafting it.", + "ftbquests.chapter.the_taste_of_power.quest9.title": "Creative Chemical Tank", + "ftbquests.chapter.the_taste_of_power.title": "The Taste of Power", + "ftbquests.chapter.the_touch_of.quest1.description1": "You\u0027ve done it. You\u0027ve reclaimed some small part of the world! ", + "ftbquests.chapter.the_touch_of.quest1.description2": "Now you just have to regain the diversity in surroundings you remember there once being...", + "ftbquests.chapter.the_touch_of.quest1.task_7943239389617432250.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_touch_of.quest1.title": "Reclamation", + "ftbquests.chapter.the_touch_of.quest10.description1": "\u00266Watery Essence\u0026r is found in deep oceans - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest10.description2": "Elemental wizardry will provide you the magical power necessary to enact such an elementally-aligned terraformation - namely, turning a small area into a \u00266warm ocean.\u0026r", + "ftbquests.chapter.the_touch_of.quest10.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest11.description1": "With all six types of attuned biome essence, you can combine them in a (quite expensive) ritual to produce the \u00266End Portal.\u0026r You\u0027ll still need to add \u00266Eyes of Ender\u0026r to the frame, but once you\u0027ve done so, you can finally enter \u00266the End.\u0026r", + "ftbquests.chapter.the_touch_of.quest11.description2": "\u00267Tip: you can break end portal frames and blocks by right clicking them with the frame remover!", + "ftbquests.chapter.the_touch_of.quest11.subtitle": "Dragons... I hate dragons", + "ftbquests.chapter.the_touch_of.quest11.task_4811328545830427024.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest11.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest12.description1": "Generic biome essence is well and good, but for real ritualistic oomph you\u0027ll need a specialized container, capable of collecting attuned essence.", + "ftbquests.chapter.the_touch_of.quest12.description2": "\u00267Tip: check your Reclamation Rituals book for information on the late-game terraforming rituals!", + "ftbquests.chapter.the_touch_of.quest13.description1": "With biome essence, you can also perform \u00266more directed terraforming\u0026r - turning the surrounding area into basic overworld biomes: forest, plains, river, beach, and ocean.", + "ftbquests.chapter.the_touch_of.quest13.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the overworld terraforming rites!", + "ftbquests.chapter.the_touch_of.quest13.task_2143407724517054989.title": "Basic Terraforming", + "ftbquests.chapter.the_touch_of.quest14.description1": "With some additional infusion, an attuned biome bottle can be turned into a \u00266biome globe\u0026r - in essence a portable directed reclamation ritual.", + "ftbquests.chapter.the_touch_of.quest14.description2": "\u00267Tip: these globes have 16 uses each, and convert a radius of 12 blocks from where you use them! They\u0027ll convert blocks to their reclaimed versions, but they will NOT place features like grass or trees; you\u0027ll have to do those yourself.", + "ftbquests.chapter.the_touch_of.quest14.description3": "\u00267Tip 2: these drain a LOT of aura to make!", + "ftbquests.chapter.the_touch_of.quest14.subtitle": "Portable Terraforming", + "ftbquests.chapter.the_touch_of.quest14.task_8529374338001252387.title": "Any Biome Globe", + "ftbquests.chapter.the_touch_of.quest14.title": "Biome Globes", + "ftbquests.chapter.the_touch_of.quest2.description1": "Getting the nether back into shape is relatively easy, now that you understand the shape of terraforming rituals and have a source of biomic essence.", + "ftbquests.chapter.the_touch_of.quest2.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the nether terraforming rites!", + "ftbquests.chapter.the_touch_of.quest2.task_4997059168389991596.title": "Visit Every Nether Biome", + "ftbquests.chapter.the_touch_of.quest2.title": "Reclaiming the Nether", + "ftbquests.chapter.the_touch_of.quest3.description1": "With the creation of reclaimed biomes, natural spawns can now occur - drygmies, whirligigs, and starbuncles can all rarely spawn in these biomes, as well as the regular mobs.", + "ftbquests.chapter.the_touch_of.quest3.title": "Natural Spawning", + "ftbquests.chapter.the_touch_of.quest4.description1": "Now that you have a place where you can actually see the blue (!) sky, you can bottle up the abundant biomic essence in a \u00266specially-designed container.\u0026r", + "ftbquests.chapter.the_touch_of.quest4.description2": "This \u00266biome essence\u0026r can be used in rituals along with some extra reagents to terraform in a more directed way.", + "ftbquests.chapter.the_touch_of.quest4.description3": "\u00267Tip: you can collect essence in any living biome by holding right click with a biome bottle. Crouching while you do this will fill all bottles in a stack!", + "ftbquests.chapter.the_touch_of.quest4.title": "Biome Essence", + "ftbquests.chapter.the_touch_of.quest5.description1": "The first attuned essence you\u0027ll need is \u00266Hellish Essence,\u0026r collectible from any living\u00266 nether biome.\u0026r", + "ftbquests.chapter.the_touch_of.quest6.description1": "\u00266Arid Essence\u0026r is found mainly in the desert - you\u0027ll have to use a special version of your terraforming ritual to bring it back. ", + "ftbquests.chapter.the_touch_of.quest6.description2": "Some high-powered dwarven artifice should provide you with the correct magical resonance to produce an arid, sandy \u00266desert \u0026rbiome.", + "ftbquests.chapter.the_touch_of.quest7.description1": "The final essence you\u0027ll need is \u00266Icy Essence\u0026r from the \u00266snowy slopes\u0026r biome. Wet and cold, the complete opposite of your surroundings, you\u0027ll need a lot of power to create this biome.", + "ftbquests.chapter.the_touch_of.quest7.description2": "First: \u00266polonium\u0026r to provide the necessary chemical energy for the physical transformation.", + "ftbquests.chapter.the_touch_of.quest7.description3": "Second: ice cream (specifically \u00266vanilla\u0026r) to provide structure to the ritual and thematic direction.", + "ftbquests.chapter.the_touch_of.quest7.description4": "Third: a couple \u00266shattered singularities\u0026r to store the excess entropy generated by this ritual.", + "ftbquests.chapter.the_touch_of.quest7.description5": "and finally, Fourth: a large amount of generic \u00266biome essence\u0026r to kickstart the reaction.", + "ftbquests.chapter.the_touch_of.quest8.description1": "\u00266Lush Essence\u0026r is found in jungles of any kind - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest8.description2": "Botanic mastery will provide you the life energy needed to transform your surroundings into a \u00266bamboo forest.\u0026r", + "ftbquests.chapter.the_touch_of.quest8.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest9.description1": "\u00266Mycelic Essence\u0026r is found exclusively on mushroom islands - you\u0027ll have to use a modified version of your terraforming ritual to bring them back. ", + "ftbquests.chapter.the_touch_of.quest9.description2": "Classic wiccan practice should provide you with the correct magical resonance to produce the hot, dry \u00266mushroom field\u0026r biome.", + "ftbquests.chapter.the_touch_of.title": "Visions of the Past", + "ftbquests.chapter_groups_3169067154505914507.title": "Biodiversity", + "ftbquests.chapter_groups_5305197537419525243.title": "Side Quests", + "ftbquests.loot_table_1430735789179352246.title": "mana stuff", + "ftbquests.loot_table_1562099882431827930.title": "horns", + "ftbquests.loot_table_3514670301200914514.title": "chicken", + "ftbquests.loot_table_5456022276654430189.title": "witch", + "ftbquests.loot_table_6347601422327785898.title": "canvas", + "ftbquests.loot_table_67272733859206798.title": "instrument", + "ftbquests.loot_table_7131061971573085034.title": "zombie", + "ftbquests.loot_table_7900474475776381538.title": "rabbit", + "ftbquests.loot_table_8024488712964205957.title": "spider", + "ftbquests.loot_table_8037173722274793648.title": "snow golem", + "ftbquests.loot_table_8381040606691607900.title": "bee", + "ftbquests.loot_table_8615485860944689786.title": "cow", + "ftbquests.loot_table_8839952752635034356.title": "skeleton" +} \ No newline at end of file diff --git a/FTBLang/kubejs/assets/ftbquestlocalizer/lang/zh_hk.json b/FTBLang/kubejs/assets/ftbquestlocalizer/lang/zh_hk.json new file mode 100644 index 0000000..fc094d8 --- /dev/null +++ b/FTBLang/kubejs/assets/ftbquestlocalizer/lang/zh_hk.json @@ -0,0 +1,1235 @@ +{ + "ftbquests.chapter.digital_storage.quest1.description1": "The \u00266controller\u0026r is the brains of a network. Each controller block\u0027s face is capable of outputting \u0026632 channels;\u0026r almost every device on the ME network needs \u00266one channel to operate.\u0026r", + "ftbquests.chapter.digital_storage.quest10.description1": "The \u00266Wireless Access Point\u0026r allows you to use wireless terminals to access your ME System. You can boost its range by giving it \u00266wireless boosters,\u0026r but be warned: more boosters means the WAP will need \u00264much more energy\u0026r to stay running.", + "ftbquests.chapter.digital_storage.quest10.task_8779164168368451602.title": "Any Wireless Terminal", + "ftbquests.chapter.digital_storage.quest10.title": "Wireless Access", + "ftbquests.chapter.digital_storage.quest11.description1": "\u00266Pattern Providers,\u0026r when given a pattern, will push the items in the pattern to a nearby inventory. \u00266Molecular Assemblers,\u0026r when given items, will craft with those items and output them to nearby inventories. Put them next to each other, and you have a \u00266basic autocrafting setup! \u0026r", + "ftbquests.chapter.digital_storage.quest11.description2": "You\u0027ll need somewhere to store the items while they\u0027re being crafted; a crafting storage would be ideal.", + "ftbquests.chapter.digital_storage.quest11.description3": "\u00267Tip: for more info, check the guide!", + "ftbquests.chapter.digital_storage.quest11.title": "ME Autocrafting", + "ftbquests.chapter.digital_storage.quest12.description1": "With an ME System you\u0027ll need some way to actually store items - the \u00266ME Drive\u0026r can store up to 10 storage cells of any type and size.", + "ftbquests.chapter.digital_storage.quest12.description2": "\u00267Tip: you can store botanic mana, elemental source, gases, fluids, and even space itself in cells - not just regular items!", + "ftbquests.chapter.digital_storage.quest13.description1": "Terminals are how you actually interface with the storage cells in your ME System.", + "ftbquests.chapter.digital_storage.quest13.task_8779678006548052409.title": "Any Terminal", + "ftbquests.chapter.digital_storage.quest13.title": "Terminals", + "ftbquests.chapter.digital_storage.quest14.description1": "Storing some energy in your ME System would be a good idea... just in case.", + "ftbquests.chapter.digital_storage.quest16.description1": "\u00266P2P Tunnels\u0026r allow you to transfer multiple channels per channel! It\u0027s a little confusing at first, but once you get the hang of it you can really push your system to the limit.", + "ftbquests.chapter.digital_storage.quest16.description2": "You can also transfer power, chemicals, and even botanic mana and elemental source!", + "ftbquests.chapter.digital_storage.quest17.description1": "The \u00266Reaction Chamber\u0026r not only allows you to make circuits much faster, it can also charge large amounts of certus crystals at a time and even grow crystals from themselves!", + "ftbquests.chapter.digital_storage.quest17.description2": "Just make sure you have enough power to handle its recipes...", + "ftbquests.chapter.digital_storage.quest18.description1": "The \u00266Circuit Slicer\u0026r can cut blocks of materials into 9 circuits much faster than an inscriber can press them.", + "ftbquests.chapter.digital_storage.quest19.description1": "The \u00266Assembler Matrix\u0026r is a molecular assembler and pattern provider setup on steroids - at its maximum size, it can hold over 4,000 patterns and craft incredibly fast. The best part? It only needs \u00266one channel.\u0026r", + "ftbquests.chapter.digital_storage.quest2.description1": "A controller block itself can input energy, but you\u0027ll want to have as many controller faces open as you can to get as many channels as possible into your network. ", + "ftbquests.chapter.digital_storage.quest2.description2": "The \u00266Energy Acceptor\u0026r uses no channels and can be placed anywhere, as long as it\u0027s connected to the network somehow.", + "ftbquests.chapter.digital_storage.quest20.description1": "The \u00266Quantum Computer Core\u0026r is a self-contained crafting CPU with 256M crafting storage and 8 co-processing threads.", + "ftbquests.chapter.digital_storage.quest21.description1": "The \u00266Quantum Computer multiblock\u0026r is an extremely powerful multiblock that can handle an effectively \u00266infinite\u0026r number of crafting requests for your ME System.", + "ftbquests.chapter.digital_storage.quest21.description2": "Read the guide for more information.", + "ftbquests.chapter.digital_storage.quest22.description1": "Perfect for carrying items on the go, the \u00266backpack\u0026r has a few useful upgrades as well.", + "ftbquests.chapter.digital_storage.quest23.description1": "Better than regular chests, \u00266Sophisticated Storage\u0026r lets you put more things in a single block.", + "ftbquests.chapter.digital_storage.quest23.task_5897231893839036272.title": "Any Sophisticated Storage Block", + "ftbquests.chapter.digital_storage.quest23.title": "Sophisticated Storage", + "ftbquests.chapter.digital_storage.quest24.description1": "Capable of storing a very large amount of a single item type.", + "ftbquests.chapter.digital_storage.quest24.description2": "The framing table lets you customize the way they look.", + "ftbquests.chapter.digital_storage.quest24.task_5464079544652951362.title": "Any Storage Drawer", + "ftbquests.chapter.digital_storage.quest24.title": "Storage Drawers", + "ftbquests.chapter.digital_storage.quest25.description1": "Tier upgrades can be used to upgrade Sophisticated Storage blocks without breaking them.", + "ftbquests.chapter.digital_storage.quest25.task_611570763386642583.title": "Any Tier Upgrade", + "ftbquests.chapter.digital_storage.quest26.description1": "The \u00266Drawer Controller\u0026r allows you to interface with multiple drawers using only a single blockface.", + "ftbquests.chapter.digital_storage.quest27.description1": "There are a variety of keys - lock drawers to specific items, hide item labels to reduce lag, and more.", + "ftbquests.chapter.digital_storage.quest27.task_7070764459751906106.title": "Any Drawer Key", + "ftbquests.chapter.digital_storage.quest27.title": "Drawer Keys", + "ftbquests.chapter.digital_storage.quest28.description1": "Autofeeding, playing music, even portable crafting can all be attained with backpack upgrades.", + "ftbquests.chapter.digital_storage.quest29.description1": "Higher stack count, filtering, and more - check the uses for the upgrade base.", + "ftbquests.chapter.digital_storage.quest3.description1": "Smart cables are very useful - they visually display how many channels they\u0027re carrying at any given time.", + "ftbquests.chapter.digital_storage.quest3.task_6551415206641156021.title": "Any Smart Cable", + "ftbquests.chapter.digital_storage.quest3.title": "Smart Cables", + "ftbquests.chapter.digital_storage.quest30.description1": "Each workbench (aside from looking neat) can turn a specific set of blocks into its variants.", + "ftbquests.chapter.digital_storage.quest30.title": "Chipped Workbenches", + "ftbquests.chapter.digital_storage.quest31.description1": "Can turn almost any basic block into a wide array of variants.", + "ftbquests.chapter.digital_storage.quest32.description1": "Made from stonecutting andesite alloy, these blocks can take on the texture of any other block.", + "ftbquests.chapter.digital_storage.quest32.task_4661123369301757740.title": "Any Copycat Block", + "ftbquests.chapter.digital_storage.quest33.description1": "You can make music by crafing a \u00266Music Sheet\u0026r and placing notes on the sheet. ", + "ftbquests.chapter.digital_storage.quest33.description2": "Place the sheet in your offhand while holding an instrument to play the instrument.", + "ftbquests.chapter.digital_storage.quest33.description3": "\u00267Tip: you can do MUCH more with this mod - check out its CurseForge page for more info.", + "ftbquests.chapter.digital_storage.quest34.description1": "You can paint your own masterpieces while you wait for crops to grow - simply make a palette, fill it with colors, plop a canvas on an easel, and get to painting!", + "ftbquests.chapter.digital_storage.quest34.description2": "Signed paintings can be duplicated by crafting the original with a blank canvas of the same size.", + "ftbquests.chapter.digital_storage.quest34.description3": "\u00267Tip: to craft a palette, fill the bottom row of a crafting table with planks, then place dyes in the middle. You can add more dyes to a palette by crafting them together.", + "ftbquests.chapter.digital_storage.quest34.title": "The Joy of Painting", + "ftbquests.chapter.digital_storage.quest35.description1": "\u00266Building Gadgets\u0026r are a collection of useful tools that will let you build very quickly.", + "ftbquests.chapter.digital_storage.quest35.description2": "They do need to be charged; use an energy cube or similar.", + "ftbquests.chapter.digital_storage.quest36.description1": "The \u00266Rod of the Shifting Crust\u0026r allows you to exchange blocks in the world with blocks in your inventory for the cost of mana.", + "ftbquests.chapter.digital_storage.quest4.description1": "Dense cables can carry 32 channels instead of the regular 8 channels.", + "ftbquests.chapter.digital_storage.quest4.task_5854794686036721300.title": "Any Smart Dense Cable", + "ftbquests.chapter.digital_storage.quest4.title": "Dense Cables", + "ftbquests.chapter.digital_storage.quest5.description1": "The color applicator lets you paint cables - especially useful once your network starts to grow. ", + "ftbquests.chapter.digital_storage.quest5.description2": "Colored cables won\u0027t connect to other colored cables, but fluix cables can connect to all colors.", + "ftbquests.chapter.digital_storage.quest5.description3": "These can be filled with \u00266dyes or paintballs\u0026r using an \u00266ME Chest.\u0026r", + "ftbquests.chapter.digital_storage.quest5.task_4299327579125140032.title": "Color Applicator", + "ftbquests.chapter.digital_storage.quest6.description1": "The \u00266ME Interface\u0026r acts as a specialized input and output port for your network. ", + "ftbquests.chapter.digital_storage.quest6.description2": "It can keep a certain amount of items from your network in its inventory for pipes or other blocks to pull from, and also automatically puts any other items it receives into the network.", + "ftbquests.chapter.digital_storage.quest7.description1": "The \u00266Wireless Connector\u0026r is a short-range version of a \u00266Quantum Link Chamber \u0026r- use this when you want your network to jump a short distance, and not cross-dimensionally.", + "ftbquests.chapter.digital_storage.quest8.description1": "The \u00266Quantum Network Bridge\u0026r uses the power of quantum entanglement to bridge a network gap not only across large distances, but dimensions.", + "ftbquests.chapter.digital_storage.quest8.title": "Quantum Network Bridge", + "ftbquests.chapter.digital_storage.quest9.description1": "The\u00266 Extended Charger\u0026r and \u00266Inscriber\u0026r are upgraded versions of their base models, capable of processing 4 recipes in parallel.", + "ftbquests.chapter.digital_storage.quest9.title": "Extended Machines", + "ftbquests.chapter.digital_storage.title": "Storage and Decor", + "ftbquests.chapter.ffood_plants.quest1.description1": "Lining rivers and shores, sugar cane had once risen in green columns, swaying with each passing breeze.", + "ftbquests.chapter.ffood_plants.quest10.description1": "With deep golden petals and a bitter scent, wolfsbane once grew where night lingered longest. ", + "ftbquests.chapter.ffood_plants.quest100.description1": "Sweet, mellow fruits with a classic tropical aroma.", + "ftbquests.chapter.ffood_plants.quest101.description1": "Soft and nutty, cashews offer a creamy bite with a sweet-savory balance.", + "ftbquests.chapter.ffood_plants.quest102.description1": "Cherries burst with juicy intensity; sweet, sometimes sharp, and always bright.", + "ftbquests.chapter.ffood_plants.quest103.description1": "Cracking into a coconut reveals cool, sweet water and soft, fragrant meat.", + "ftbquests.chapter.ffood_plants.quest104.description1": "Dates are also known as nature\u0027s candy: chewy, caramel-rich, and deeply sweet.", + "ftbquests.chapter.ffood_plants.quest105.description1": "With neon skin and unique speckled flesh, dragon fruit tastes delicate, lightly sweet, and just a little floral.", + "ftbquests.chapter.ffood_plants.quest106.description1": "Figs are jammy and soft with a honey-like flavor.", + "ftbquests.chapter.ffood_plants.quest107.description1": "Grapefruit will wake up your palate - juicy, sour, bitter, and bold.", + "ftbquests.chapter.ffood_plants.quest108.description1": "Kumquats are often eaten whole, with a sharp citrus shock over sweet orange notes.", + "ftbquests.chapter.ffood_plants.quest109.description1": "Tart and vivid, lemons cut through richness with their clean citrus bite.", + "ftbquests.chapter.ffood_plants.quest11.description1": "Snowbells had once blossomed in the coldest reaches, their pale blue petals dusted with frost.", + "ftbquests.chapter.ffood_plants.quest110.description1": "Smaller and punchier than lemons, limes have a tight, zesty sting.", + "ftbquests.chapter.ffood_plants.quest111.description1": "Mangoes melt in your mouth with tropical sweetness.", + "ftbquests.chapter.ffood_plants.quest112.description1": "Like a peach in sleek skin, nectarines are sweet, tangy, and satisfyingly juicy.", + "ftbquests.chapter.ffood_plants.quest113.description1": "Ground nutmeg adds a warm, nutty-spicy aroma that’s cozy and festive to any dish.", + "ftbquests.chapter.ffood_plants.quest114.description1": "Oranges are all brightness and juice, sweet with a sunny citrus finish.", + "ftbquests.chapter.ffood_plants.quest115.description1": "Peaches are the most famous of stone fruit, for good reason.", + "ftbquests.chapter.ffood_plants.quest116.description1": "Pears are quietly sweet and crisp; eternally elegant.", + "ftbquests.chapter.ffood_plants.quest117.description1": "Pecans have a great crunch with deep nutty flavor.", + "ftbquests.chapter.ffood_plants.quest118.description1": "Persimmons are smooth and syrupy, with a mellow flavor that deepens as they ripen.", + "ftbquests.chapter.ffood_plants.quest119.description1": "Plums skirt the line between tart and sweet, finishing with a tangy punch.", + "ftbquests.chapter.ffood_plants.quest12.description1": "Prized by herbalists for its strange resilience, who claimed it drew strength from the moonlit depths.", + "ftbquests.chapter.ffood_plants.quest120.description1": "Star fruit is crisp and juicy, with a tropical edge.", + "ftbquests.chapter.ffood_plants.quest121.description1": "Walnuts are hearty and slightly bitter, great for a midday snack.", + "ftbquests.chapter.ffood_plants.quest122.description1": "The bark grinds down to a warm, spicy-sweet powder that instantly deepens any flavor.", + "ftbquests.chapter.ffood_plants.quest123.description1": "The \u00266Cooking Table\u0026r is the heart of a multiblock kitchen - allowing you to craft any number of foods with the items stored inside of it. It can also supply you with tools, water, snow/ice, and milk.", + "ftbquests.chapter.ffood_plants.quest123.description2": "Especially handy when you have a large amount of foods and a limited amount of brainpower.", + "ftbquests.chapter.ffood_plants.quest123.title": "Cooking for Blockheads", + "ftbquests.chapter.ffood_plants.quest124.description1": "The \u00266ME Kitchen Station\u0026r lets you connect your multiblock kitchen to your ME system!", + "ftbquests.chapter.ffood_plants.quest125.description1": "The \u00266fridge\u0026r stores items, just like a cabinet.", + "ftbquests.chapter.ffood_plants.quest126.description1": "A \u00266sink\u0026r provides unlimited water to recipes.", + "ftbquests.chapter.ffood_plants.quest126.description2": "\u00267Tip: ...and other things.", + "ftbquests.chapter.ffood_plants.quest127.description1": "The oven lets you cook multiple foods in a single block.", + "ftbquests.chapter.ffood_plants.quest128.description1": "A \u00266Cow in a Jar\u0026r slowly produces milk, which can be used in recipes.", + "ftbquests.chapter.ffood_plants.quest128.description2": "...but how does one get a cow into a jar?", + "ftbquests.chapter.ffood_plants.quest128.description3": "\u00267Tip: you\u0027ll need to turn off claim protection or make this outside a claim, OPAC doesn\u0027t really like animal cruelty!", + "ftbquests.chapter.ffood_plants.quest129.description1": "When added to a fridge, the \u00266ice unit\u0026r provides unlimited ice and snow to recipes.", + "ftbquests.chapter.ffood_plants.quest13.description1": "This earth-toned fungus once thrived in quiet, dark corners, feeding on decay.", + "ftbquests.chapter.ffood_plants.quest130.description1": "The \u00266heating unit,\u0026r applied to a stove, lets it run on energy instead of burnable fuel.", + "ftbquests.chapter.ffood_plants.quest131.description1": "The \u00266tool rack\u0026r provides tools to cooking recipes; pots, pans, and other sorts.", + "ftbquests.chapter.ffood_plants.quest132.description1": "The \u00266Kitchen Cabinet and Counter\u0026r store items for the Cooking Table to use.", + "ftbquests.chapter.ffood_plants.quest132.title": "Kitchen Storage", + "ftbquests.chapter.ffood_plants.quest133.description1": "The \u00266Horn of the Wild\u0026r lets you harvest a large area of crops without manually collecting them one by one.", + "ftbquests.chapter.ffood_plants.quest133.description2": "Useful!", + "ftbquests.chapter.ffood_plants.quest134.description1": "The \u00266Drum of the Wild\u0026r is a block-based version of the horn - set a mana spreader to shoot mana through it and it\u0027ll harvest crops nearby.", + "ftbquests.chapter.ffood_plants.quest134.description2": "Add a \u00266hopperhock\u0026r and you have fully automatic crop harvesting!", + "ftbquests.chapter.ffood_plants.quest135.description1": "The \u00266Harvester\u0026r is a little harder to make than the other automated harvesters, but it makes up for it in ease of use.", + "ftbquests.chapter.ffood_plants.quest135.description2": "Place it on the same level as crops and it will harvest them - a 3x3 area by default, but this can be upgraded with machine upgrades.", + "ftbquests.chapter.ffood_plants.quest136.description1": "The \u00266Mechanical Harvester\u0026r lets you harvest... mechanically! ", + "ftbquests.chapter.ffood_plants.quest136.description2": "Attach it to any variety of contraption and as it moves through a crop it will harvest it.", + "ftbquests.chapter.ffood_plants.quest137.description1": "That\u0027s dedication! A personal shoutout from myself, for the pure raw dedication that you\u0027ve shown.", + "ftbquests.chapter.ffood_plants.quest137.subtitle": "You earned it!", + "ftbquests.chapter.ffood_plants.quest137.task_5521912290757485582.title": "You know what? Sure.", + "ftbquests.chapter.ffood_plants.quest138.description1": "You\u0027ve gone even further than I went! An absolute mad. lad. Take your prize and go.", + "ftbquests.chapter.ffood_plants.quest138.subtitle": "Your dedication is admirable.", + "ftbquests.chapter.ffood_plants.quest138.title": "Good god...", + "ftbquests.chapter.ffood_plants.quest14.description1": "With its crimson cap and pale stem, the red mushroom once sprouted in damp caves and shadowed groves.", + "ftbquests.chapter.ffood_plants.quest15.description1": "Bamboo once climbed toward the sky in great bamboo forests, hollow stems whispering in the wind.", + "ftbquests.chapter.ffood_plants.quest16.description1": "Sailors swore it marked safe waters—while some claimed it hid the bones of the drowned.", + "ftbquests.chapter.ffood_plants.quest17.description1": "This gentle underwater plant once rippled with the ocean’s breath, carpeting the sea floor in quiet green.", + "ftbquests.chapter.ffood_plants.quest18.description1": "Their soft light once guided creatures of the reef and lit the way for wayward divers in the twilight deep.", + "ftbquests.chapter.ffood_plants.quest19.description1": "This strange, red fungus had grown only in the deep, burning halls of another world. It pulsed faintly with unnatural life.", + "ftbquests.chapter.ffood_plants.quest2.description1": "Bright orange roots that grew deep in the earth, carrots were a favorite among rabbits and a healthy snack, to boot!", + "ftbquests.chapter.ffood_plants.quest20.description1": "Once said to carry the scent of a world turned upside down—where even the air recoiled in confusion.", + "ftbquests.chapter.ffood_plants.quest21.description1": "This twisted red fungus once grew in the scorched ground of the Nether, pulsing faintly as if alive.", + "ftbquests.chapter.ffood_plants.quest22.description1": "Once used in deadly draughts and sleeping curses, favored by those who studied the poisoner\u0027s art.", + "ftbquests.chapter.ffood_plants.quest23.description1": "Flax\u0027s delicate fibers had once been woven into cloth and spell-thread, binding both garments and enchantments.", + "ftbquests.chapter.ffood_plants.quest24.description1": "Bold and crimson, the poppy is a symbol of remembrance and silent strength, often found where courage once stood.", + "ftbquests.chapter.ffood_plants.quest24.description2": "\u00267Tip: You can either craft poppy seeds or mutate them from Melon and Sugarcane.", + "ftbquests.chapter.ffood_plants.quest25.description1": "A tall and graceful flower with a soft purple hue, often associated with grace, quiet wisdom, and calm days.", + "ftbquests.chapter.ffood_plants.quest26.description1": "Delicate and pale, these tiny flowers cluster low to the ground, bringing a sense of peace to open fields.", + "ftbquests.chapter.ffood_plants.quest27.description1": "This rare azure blossom flourishes in damp, shadowed groves. Legends say it blooms where ancient tears once fell.", + "ftbquests.chapter.ffood_plants.quest28.description1": "Cornflowers once braved the wind in wide fields, their blue hues a favorite among storytellers and songwriters.", + "ftbquests.chapter.ffood_plants.quest29.description1": "A cheerful bloom of golden yellow, said to carry whispers of spring on the wind. It thrives wherever the sun touches the land.", + "ftbquests.chapter.ffood_plants.quest29.description2": "\u00267Tip: You can either craft dandelion seeds or mutate them from Wheat and Pumpkin.\u0026r", + "ftbquests.chapter.ffood_plants.quest3.description1": "Crimson bulbs that added color and flavor to any dish, beetroots were once quite common in village gardens.", + "ftbquests.chapter.ffood_plants.quest30.description1": "Hidden among thick leaves, these tiny white bells are said to chime in silence when the forest is listening.", + "ftbquests.chapter.ffood_plants.quest31.description1": "With a golden eye watching from its white face, this flower is a quiet companion of wanderers and daydreamers.", + "ftbquests.chapter.ffood_plants.quest32.description1": "Glowing softly with hues of flame, this ancient blossom is thought to be a gift from the deep earth, where fire once danced.", + "ftbquests.chapter.ffood_plants.quest33.description1": "Warming as a sunset, the orange tulip is said to bring cheer and good fortune to those who find it.", + "ftbquests.chapter.ffood_plants.quest34.description1": "Bright and bold, the red tulip is a symbol of love and passion, often given in times of heartfelt confession.", + "ftbquests.chapter.ffood_plants.quest35.description1": "Soft as moonlight, white tulips once whispered of peace and innocence in gardens now long lain fallow.", + "ftbquests.chapter.ffood_plants.quest36.description1": "Soft and gentle, the pink tulip speaks of friendship and gentle affection, often found where laughter lingers.", + "ftbquests.chapter.ffood_plants.quest37.description1": "Dark as a starless night and thorned with sorrow, this eerie bloom grows only in the wake of ruin and shadow.", + "ftbquests.chapter.ffood_plants.quest38.description1": "You can make podzol for planting flower seeds on by growing a 2x2 of spruce saplings - the large tree, once grown, will convert dirt (and dried earth!) under it into podzol.", + "ftbquests.chapter.ffood_plants.quest38.description2": "\u00267Tip: once the strength trait of a flower is high enough, you won\u0027t need to plant them on podzol!", + "ftbquests.chapter.ffood_plants.quest38.task_7604363448496665210.title": "Look at Podzol", + "ftbquests.chapter.ffood_plants.quest38.title": "Podzol", + "ftbquests.chapter.ffood_plants.quest39.description1": "Onion\u0027s delicious smell once filled the air as it gave flavor to meals.", + "ftbquests.chapter.ffood_plants.quest4.description1": "Earthy and humble, potatoes were versatile tubers that thrived in the cool soil of many places.", + "ftbquests.chapter.ffood_plants.quest40.description1": "Sweet potatoes grew slow and sweet underground, long ago.", + "ftbquests.chapter.ffood_plants.quest40.description2": "(new page placeholder text)", + "ftbquests.chapter.ffood_plants.quest41.description1": "A humble grain that swayed in golden fields before being ground and baked into something warm and sustaining.", + "ftbquests.chapter.ffood_plants.quest42.description1": "Basil once filled the air with a fragrance that breezes would quietly carry away.", + "ftbquests.chapter.ffood_plants.quest43.description1": "A small, zesty vegetable that added a sharp bite to meals.", + "ftbquests.chapter.ffood_plants.quest44.description1": "A dark, sturdy bean that once softened in pots where stories and spices mingled.", + "ftbquests.chapter.ffood_plants.quest45.description1": "A slender, snappy vegetable that brightened plates in days long past.", + "ftbquests.chapter.ffood_plants.quest46.description1": "A nutrient-rich tuber, often tied to seasonal harvests and both everyday and festive cooking.", + "ftbquests.chapter.ffood_plants.quest47.description1": "Widely adopted, they were once integral to many cuisines, especially where freshness and preservation intersected.", + "ftbquests.chapter.ffood_plants.quest48.description1": "Spiny and hardy, the cactus once dotted vast oceans of sand.", + "ftbquests.chapter.ffood_plants.quest49.description1": "Saguaro once stood tall in the desert heat, holding their shape against time and silence.", + "ftbquests.chapter.ffood_plants.quest5.description1": "Orange orbs that sprouted in the autumn, pumpkins were both a festive decoration and a hearty food source.", + "ftbquests.chapter.ffood_plants.quest50.description1": "Valued for its hardiness and storage life, it figured prominently in preserved and cold-weather foods.", + "ftbquests.chapter.ffood_plants.quest51.description1": "Fast-growing and versatile, they were commonly used to add mild sharpness to everyday dishes.", + "ftbquests.chapter.ffood_plants.quest52.description1": "Coffee was brewed each morning, dark and warm, its bitterness softened by time and habit.", + "ftbquests.chapter.ffood_plants.quest53.description1": "A worldwide staple, central to daily diets and shaped by centuries of cultivation and ritual.", + "ftbquests.chapter.ffood_plants.quest54.description1": "A cool-weather root typically grown for its reliability and used in simple, hearty meals.", + "ftbquests.chapter.ffood_plants.quest55.description1": "A hardy root, valued for nutrition and storage through cold months.", + "ftbquests.chapter.ffood_plants.quest56.description1": "Once used to add a small amount of spice to everyday food.", + "ftbquests.chapter.ffood_plants.quest57.description1": "Once cultivated widely for its simple, nourishing qualities.", + "ftbquests.chapter.ffood_plants.quest58.description1": "A vital staple, central to diets and agricultural abundance.", + "ftbquests.chapter.ffood_plants.quest59.description1": "Seeds that added warmth and spice, enhancing a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest6.description1": "Large, round fruits with a green rind and sweet, juicy flesh; melons grew best in warm, sunny fields.", + "ftbquests.chapter.ffood_plants.quest60.description1": "Mild and colorful, they brought sweetness and variety to meals.", + "ftbquests.chapter.ffood_plants.quest61.description1": "Known for its cool, crisp texture, often enjoyed fresh or pickled.", + "ftbquests.chapter.ffood_plants.quest62.description1": "A sweet fruit that brightened the warmer months with its flavor.", + "ftbquests.chapter.ffood_plants.quest63.description1": "Harvested for its tender shoots, enjoyed seasonally.", + "ftbquests.chapter.ffood_plants.quest64.description1": "Offered a subtle crunch and flavor, a common addition in many recipes.", + "ftbquests.chapter.ffood_plants.quest65.description1": "Once a comforting grain, quietly nourishing both people and animals alike.", + "ftbquests.chapter.ffood_plants.quest66.description1": "Peanuts were once valued for their simple richness and high protein content.", + "ftbquests.chapter.ffood_plants.quest67.description1": "Tart and vibrant, they were key in sauces and salsas that brought bold flavor.", + "ftbquests.chapter.ffood_plants.quest68.description1": "A versatile summer squash, cooked or baked into a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest69.description1": "A small, sweet berry, enjoyed fresh or preserved to brighten meals.", + "ftbquests.chapter.ffood_plants.quest7.description1": "Prickly bushes bore these bright berries, beloved for their sweet bite and quick comfort.", + "ftbquests.chapter.ffood_plants.quest70.description1": "Known for their sweetness and antioxidants, often eaten fresh or in preserves.", + "ftbquests.chapter.ffood_plants.quest71.description1": "Rich and tangy, they provided a burst of flavor and nutrition when they were in season.", + "ftbquests.chapter.ffood_plants.quest72.description1": "A mild onion relative, used to add depth and subtle flavor to soups and stews.", + "ftbquests.chapter.ffood_plants.quest73.description1": "Crisp and cool, a common leafy green that added freshness to countless dishes.", + "ftbquests.chapter.ffood_plants.quest74.description1": "Valued for its spicy warmth and medicinal qualities, a staple in many remedies and recipes now lost.", + "ftbquests.chapter.ffood_plants.quest75.description1": "A fragrant melon, its juicy flesh a refreshing treat on hot days.", + "ftbquests.chapter.ffood_plants.quest76.description1": "A sweet, cooling melon that offered relief during warm seasons.", + "ftbquests.chapter.ffood_plants.quest77.description1": "A tangy fruit, rich in vitamin C and refreshing in warmer months.", + "ftbquests.chapter.ffood_plants.quest78.description1": "A versatile vegetable, often roasted or stewed to add richness to meals.", + "ftbquests.chapter.ffood_plants.quest79.description1": "A mild vegetable used in a variety of dishes, from soups to roasts.", + "ftbquests.chapter.ffood_plants.quest8.description1": "Wheat once rippled like golden seas, feeding countless lives. Fields of it marked the heart of many homesteads.", + "ftbquests.chapter.ffood_plants.quest80.description1": "Small and tart, used fresh or dried to add brightness to dishes and preserves.", + "ftbquests.chapter.ffood_plants.quest81.description1": "Valued for their oil and flavor, they were a key ingredient in cooking and preservation.", + "ftbquests.chapter.ffood_plants.quest82.description1": "Known for its nutritional content, often steamed or roasted.", + "ftbquests.chapter.ffood_plants.quest83.description1": "Prized for its tender hearts, a special ingredient in many traditional meals.", + "ftbquests.chapter.ffood_plants.quest84.description1": "Tart and fibrous, often cooked down into jams and desserts.", + "ftbquests.chapter.ffood_plants.quest85.description1": "A pungent staple, prized for both taste and medicinal value in many kitchens.", + "ftbquests.chapter.ffood_plants.quest86.description1": "Known for its vibrant color and healing properties, it flavored food and soothed ailments alike.", + "ftbquests.chapter.ffood_plants.quest87.description1": "Sweet and versatile - enjoyed fresh or transformed into wines and preserves.", + "ftbquests.chapter.ffood_plants.quest88.description1": "A leafy green, rich in nutrients and commonly eaten fresh.", + "ftbquests.chapter.ffood_plants.quest89.description1": "A hearty vegetable, often stored through colder months and used in countless recipes.", + "ftbquests.chapter.ffood_plants.quest9.description1": "This gnarled, shrieking root was feared as much as it was valued.", + "ftbquests.chapter.ffood_plants.quest9.description2": "\u00267Tip: you might want to only harvest these at night!", + "ftbquests.chapter.ffood_plants.quest90.description1": "A resilient leafy green valued for its nutrition and versatility in cooking.", + "ftbquests.chapter.ffood_plants.quest91.description1": "Small, dark berries used for their medicinal properties and tart flavor.", + "ftbquests.chapter.ffood_plants.quest92.description1": "Known for their bitter aroma, they were essential in brewing of all kinds.", + "ftbquests.chapter.ffood_plants.quest93.description1": "Tart and bright, commonly used fresh or preserved to complement meals.", + "ftbquests.chapter.ffood_plants.quest94.description1": "A fragrant bean that lent warmth and sweetness to many desserts and drinks.", + "ftbquests.chapter.ffood_plants.quest95.description1": "A sweet and tangy fruit that brought plenty of flavor to many dishes.", + "ftbquests.chapter.ffood_plants.quest96.description1": "Crunchy, subtly sweet nuts with a toasty, earthy finish.", + "ftbquests.chapter.ffood_plants.quest97.description1": "Crisp, juicy fruits that balance light sweetness with a refreshing tang.", + "ftbquests.chapter.ffood_plants.quest98.description1": "Soft, slightly fuzzy fruits with a delightfully sweet-tart burst.", + "ftbquests.chapter.ffood_plants.quest99.description1": "Creamy and buttery with a mild, slightly grassy flavor.", + "ftbquests.chapter.ffood_plants.title": "Plants Galore", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description1": "You wake up in a vast, dead and dried out wasteland. You don\u0027t remember how you got here, but you do remember what the world \u0026oshould\u0026r look like - and this isn\u0027t it.", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description2": "Welcome to \u00266Reclamation!\u0026r This is a slower-paced pack focused around bringing life and nature back to a dead world. Press \u00266F3+H\u0026r to disable advanced tooltips, if they\u0027re on!", + "ftbquests.chapter.how_the_world_came_to_be.quest1.task_6356663929448377632.title": "What happened here?", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description1": "\u00266Alchemical Sulfur\u0026r is one of the three building blocks of alchemy - it provides the Soul of an item, and represents what specific item it is.", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description2": "To obtain it, you\u0027ll have to make a \u00266Liquefaction Cauldron\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the item you want to extract sulfur from into the Cauldron, fill it with \u00266Sal Ammoniac,\u0026r give the Brazier some fuel, and it\u0027ll slowly convert materials into their respective \u00266Alchemical Sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description3": "The dried earth you find yourself surrounded by used to be dirt, and it remembers that - \u00266use the Cauldron to turn dried earth into dirt sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.title": "Alchemical Sulfur", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description1": "Now that you have all three alchemical components of an item - \u00266Mercury, Salt, and Sulfur\u0026r - you can make an \u00266Incubator\u0026r to combine them all back into an item; in this case, back into \u00266dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description2": "Place the Incubator above a Brazier and attach all three vessels to the sides of it. Fill each vessel with the appropriate item, give the Brazier some fuel, and in a bit you\u0027ll have fresh dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest11.title": "Incubator", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description1": "You\u0027ve done it! You\u0027ve made dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description2": "...now you just need something to grow on it.", + "ftbquests.chapter.how_the_world_came_to_be.quest12.subtitle": "Slightly browner", + "ftbquests.chapter.how_the_world_came_to_be.quest13.description1": "Despite the seeming apocalypse, there are still fish to find (and eat) for those with the skill and desire.", + "ftbquests.chapter.how_the_world_came_to_be.quest13.title": "Fishy Friends", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description1": "Spider string can be crafted into wool, which can be crafted into beds! ", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description2": "You can also craft a sleeping bag, for staying cozy on the go... but where would you be going?", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_1655930139945784994.title": "Any Bed", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_2233575124644508705.title": "Any Sleeping Bag", + "ftbquests.chapter.how_the_world_came_to_be.quest14.title": "Small Comforts", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description1": "Worldgen has been completely overhauled - \u00264no ore generates,\u0026r and the only biomes that exist are dead, wasteland biomes with no real vegetation. Additionally, the only trees that spawn are dead trees, with very little useability.", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description2": "Stone variants still generate, and you can find \u00266sand and clay underwater.\u0026r It will also still rain!", + "ftbquests.chapter.how_the_world_came_to_be.quest15.task_9000568835822462366.title": "Changed worldgen?", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description1": "The naturally spawning mobs have changed in this new landscape! Specifically, \u0026czombie villagers and witches won\u0027t spawn,\u0026r and \u00266spiders have mutated\u0026r into their venomous cave versions. ", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description2": "This means that there\u0027s \u0026cno way to get any kind of resources from witches or zombie villagers\u0026r (even if you could cure them!); the only things that you can really hope to get are iron or copper ingots from \u00266rare drops\u0026r - but there are other ways to generate resources...", + "ftbquests.chapter.how_the_world_came_to_be.quest16.task_8241748987012779739.title": "Rare Drops?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description1": "There are quite a few books in the pack! Thankfully, the \u00266Akashic Tome\u0026r is here to help. Crafting any book with this will combine it, letting you keep every guidebook in a single item. Simply craft it with another guidebook!", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description2": "To untransform the tome, punch the air with it.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description3": "To remove a stored book, transform the tome into the book, then sneak and press your \u0027drop\u0027 key.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.task_3483844932023115481.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description1": "A lot of the pack consists of passive processes you\u0027ll probably want to keep running while you do other things. You can claim chunks to \u00266force-load \u0026rthem using your map; ensuring they\u0027ll stay loaded even while you\u0027re not nearby. ", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description2": "Just open your map (default M) and \u00266right-click drag\u0026r over the area you\u0027d like to claim. Right-click drag again to force claim!", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description3": "If you\u0027re playing with friends, \u00266make sure you\u0027re on the same team\u0026r so that you can all access things inside your claim and share quest progress.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description4": "For more information on the claims system, check out the \u00266Open Parties and Claims\u0026r wiki or keybinds.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description5": "\u00267Tip: you might want to turn claimed chunk protection off! It tends to break fake players.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.task_3331239976186418612.title": "Playing with Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.title": "Chunkloading and Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description1": "You can make a quick and dirty door using the scrap wood and some copper you\u0027ve found - but it seems pretty shoddy, \u00264breaking every so often\u0026r and needing to be re-placed.", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description2": "At least it keeps the spookies out...", + "ftbquests.chapter.how_the_world_came_to_be.quest2.description1": "Wood is plentiful, if not exactly the quality you remember.", + "ftbquests.chapter.how_the_world_came_to_be.quest2.title": "Dead Trees", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description1": "Despite the harsh conditions, bees still persist, dotted amongst the dry hills. ", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description2": "Cultivating them could be a great way to \u00266generate resources\u0026r such as more dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description3": "\u00267Tip: this unlocks a new questline on the left!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.title": "Bees?!", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description1": "There are ruins around with \u00266small bits of copper,\u0026r completely oxidized from whatever happened. ", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description2": "You might be able to craft something to help you out with that copper, but first you\u0027ll have to \u00266get it into a useable state...\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest3.task_7525660450708144821.title": "Oxidized Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description1": "Many many recipes have been changed in this pack. Make sure you check your recipe browser for crafting recipes! By default, the keybinds when hovering over an item are \u00266R to look up recipes\u0026r for the item, and \u00266U to look up uses\u0026r for the item.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description2": "These binds can be changed by clicking the EMI button in the bottom left of your inventory screen.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.task_8528084351057584694.title": "What\u0027s changed?", + "ftbquests.chapter.how_the_world_came_to_be.quest4.title": "How do I craft things?", + "ftbquests.chapter.how_the_world_came_to_be.quest5.description1": "\u0026l\u0026o\u0026cNO ORE GENERATES IN THE WORLD. RECIPES HAVE CHANGED.\u0026r Those who came before you have completely mined out the entire planet - after centuries of strip mining, quarrying, and general exploitation, there is not so much as a measly scrap of coal in the world, so there\u0027s no point trying to find any type of ore by mining.", + "ftbquests.chapter.how_the_world_came_to_be.quest5.task_734684119620528193.title": "Deprived...", + "ftbquests.chapter.how_the_world_came_to_be.quest5.title": "Where\u0027s the ore!?", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description1": "After you \u00266scrape off the rust with an axe,\u0026r you think you can use a \u00266cutting board\u0026r to get useable copper out of the oxidized copper you find in ruins.", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description2": "This useable copper will be crucial for \u00266Spagyrics\u0026r, the process of decomposing and recombining matter - which should let you \u00266rejuvenate the Dried Earth\u0026r into \u00266Dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description3": "\u00267Tip: you can also use the cutting board to get more charcoal and scrap wood out of dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest6.title": "Useable Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description1": "In the contaminated water you have found trace amounts of \u00266Sal Ammoniac,\u0026r a crucial ingredient in the practice of \u00266Theurgy.\u0026r By setting up a simple accumulator and tank, you think you\u0027ll be able to distill it. ", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description2": "Place the accumulator on top of the tank, fill it with water, and it will slowly produce \u00266Sal Ammoniac\u0026r for you.", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description3": "\u00267Tip: you can make buckets out of copper!\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description1": "\u00266Alchemical Mercury\u0026r is one of the three building blocks of alchemy - it provides the Energy of an item, and is largely interchangeable between things.", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description2": "To distill it, you\u0027ll have to make a \u00266Mercury Distiller\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to distill into the Distiller, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Mercury.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description3": "Rarer materials give more mercury, but to start you\u0027ll probably want to distill \u00266cobblestone, dried earth, or cooked fish.\u0026r ", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description4": "\u00267Tip: slicing fish makes it a more efficient way of getting mercury!", + "ftbquests.chapter.how_the_world_came_to_be.quest8.title": "Alchemical Mercury", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description1": "\u00266Alchemical Salt\u0026r is one of the three building blocks of alchemy - it provides the Body of an item, and represents the \u0027type\u0027 of an item.", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description2": "To obtain it, you\u0027ll have to make a \u00266Calcination Oven\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to extract into the Oven, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description3": "There are many different kinds of salt, but to start, you should \u00266focus on getting Strata salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.title": "Alchemical Salt", + "ftbquests.chapter.how_the_world_came_to_be.subtitle0": "A vast wasteland", + "ftbquests.chapter.how_the_world_came_to_be.title": "Prologue", + "ftbquests.chapter.mob_safari.quest1.task_644874208300996266.title": "Creeper Photo", + "ftbquests.chapter.mob_safari.quest1.title": "Creeper", + "ftbquests.chapter.mob_safari.quest10.task_7387499092437519744.title": "Silverfish Photo", + "ftbquests.chapter.mob_safari.quest10.title": "Silverfish", + "ftbquests.chapter.mob_safari.quest11.task_560111651210659078.title": "Evoker Photo", + "ftbquests.chapter.mob_safari.quest11.title": "Evoker", + "ftbquests.chapter.mob_safari.quest12.task_6050813032829826018.title": "Ghast Photo", + "ftbquests.chapter.mob_safari.quest12.title": "Ghast", + "ftbquests.chapter.mob_safari.quest13.task_8655936747757493244.title": "Guardian Photo", + "ftbquests.chapter.mob_safari.quest13.title": "Guardian", + "ftbquests.chapter.mob_safari.quest14.task_9108849848609122501.title": "Hoglin Photo", + "ftbquests.chapter.mob_safari.quest14.title": "Hoglin", + "ftbquests.chapter.mob_safari.quest15.task_7435272240185968407.title": "Phantom Photo", + "ftbquests.chapter.mob_safari.quest15.title": "Phantom", + "ftbquests.chapter.mob_safari.quest16.task_2497415746301840277.title": "Piglin Brute Photo", + "ftbquests.chapter.mob_safari.quest16.title": "Piglin Brute", + "ftbquests.chapter.mob_safari.quest17.description1": "\u00267Tip: there is a ritual that can grant you the bad omen effect!", + "ftbquests.chapter.mob_safari.quest17.task_876018828234332303.title": "Pillager Photo", + "ftbquests.chapter.mob_safari.quest17.title": "Pillager", + "ftbquests.chapter.mob_safari.quest18.task_9217927796095116198.title": "Ravager Photo", + "ftbquests.chapter.mob_safari.quest18.title": "Ravager", + "ftbquests.chapter.mob_safari.quest19.task_6294764614244969421.title": "Shulker Photo", + "ftbquests.chapter.mob_safari.quest19.title": "Shulker", + "ftbquests.chapter.mob_safari.quest2.description1": "In this new post-apocalyptic world, you\u0027ve realized that it might be a good idea to document what lifeforms exist - just in case it happens again. ", + "ftbquests.chapter.mob_safari.quest2.description2": "To do so, you\u0027re going to need \u00266a camera, \u0026rsome \u00266film\u0026r to print onto, and some way to turn that \u00266film into photos.\u0026r", + "ftbquests.chapter.mob_safari.quest2.subtitle": "Snap decisions", + "ftbquests.chapter.mob_safari.quest2.title": "Camera", + "ftbquests.chapter.mob_safari.quest20.task_5958619487539868658.title": "Skeleton Photo", + "ftbquests.chapter.mob_safari.quest20.title": "Skeleton", + "ftbquests.chapter.mob_safari.quest21.task_2908237894518590949.title": "Slime Photo", + "ftbquests.chapter.mob_safari.quest21.title": "Slime", + "ftbquests.chapter.mob_safari.quest22.task_1986307033554203052.title": "Stray Photo", + "ftbquests.chapter.mob_safari.quest22.title": "Stray", + "ftbquests.chapter.mob_safari.quest23.task_8127229503220688871.title": "Vex Photo", + "ftbquests.chapter.mob_safari.quest23.title": "Vex", + "ftbquests.chapter.mob_safari.quest24.task_2719667561416590077.title": "Vindicator Photo", + "ftbquests.chapter.mob_safari.quest24.title": "Vindicator", + "ftbquests.chapter.mob_safari.quest25.description1": "\u00267Tip: the sculk catalyst is craftable, and you can use a sculk awakener on a sculk shrieker to convert it into one that can spawn Wardens.", + "ftbquests.chapter.mob_safari.quest25.task_3299757844051508646.title": "Warden Photo", + "ftbquests.chapter.mob_safari.quest25.title": "Warden", + "ftbquests.chapter.mob_safari.quest26.task_1834001635925258364.title": "Witch Photo", + "ftbquests.chapter.mob_safari.quest26.title": "Witch", + "ftbquests.chapter.mob_safari.quest27.description1": "\u00267Tip: if you want to summon a living wither skeleton, you\u0027ll need to use the Soulium Spawner.", + "ftbquests.chapter.mob_safari.quest27.task_431510156767848390.title": "Wither Skeleton Photo", + "ftbquests.chapter.mob_safari.quest27.title": "Wither Skeleton", + "ftbquests.chapter.mob_safari.quest28.task_3976176875920550036.title": "Zoglin Photo", + "ftbquests.chapter.mob_safari.quest28.title": "Zoglin", + "ftbquests.chapter.mob_safari.quest29.task_2001349734991872109.title": "Blaze Photo", + "ftbquests.chapter.mob_safari.quest29.title": "Blaze", + "ftbquests.chapter.mob_safari.quest3.task_6868688706200460210.title": "Zombie Photo", + "ftbquests.chapter.mob_safari.quest3.title": "Zombie", + "ftbquests.chapter.mob_safari.quest30.task_4394254762005595057.title": "Wither Photo", + "ftbquests.chapter.mob_safari.quest30.title": "Wither", + "ftbquests.chapter.mob_safari.quest31.task_6606548217913389459.title": "Ender Dragon Photo", + "ftbquests.chapter.mob_safari.quest31.title": "Ender Dragon", + "ftbquests.chapter.mob_safari.quest32.task_8348843003612976311.title": "Piglin Photo", + "ftbquests.chapter.mob_safari.quest32.title": "Piglin", + "ftbquests.chapter.mob_safari.quest33.task_9152125344552747368.title": "Allay Photo", + "ftbquests.chapter.mob_safari.quest33.title": "Allay", + "ftbquests.chapter.mob_safari.quest34.task_935450104482788869.title": "Axolotl Photo", + "ftbquests.chapter.mob_safari.quest34.title": "Axolotl", + "ftbquests.chapter.mob_safari.quest35.task_3732209353791428122.title": "Bat Photo", + "ftbquests.chapter.mob_safari.quest35.title": "Bat", + "ftbquests.chapter.mob_safari.quest36.task_4451728281716577204.title": "Camel Photo", + "ftbquests.chapter.mob_safari.quest36.title": "Camel", + "ftbquests.chapter.mob_safari.quest37.task_3478349021656071469.title": "Cat Photo", + "ftbquests.chapter.mob_safari.quest37.title": "Cat", + "ftbquests.chapter.mob_safari.quest38.task_421501030317629993.title": "Chicken Photo", + "ftbquests.chapter.mob_safari.quest38.title": "Chicken", + "ftbquests.chapter.mob_safari.quest39.task_3283513909476271368.title": "Cod Photo", + "ftbquests.chapter.mob_safari.quest39.title": "Cod", + "ftbquests.chapter.mob_safari.quest4.task_5493751185522811223.title": "Husk Photo", + "ftbquests.chapter.mob_safari.quest4.title": "Husk", + "ftbquests.chapter.mob_safari.quest40.task_3552336333939252573.title": "Cow Photo", + "ftbquests.chapter.mob_safari.quest40.title": "Cow", + "ftbquests.chapter.mob_safari.quest41.task_8921315837912733830.title": "Donkey Photo", + "ftbquests.chapter.mob_safari.quest41.title": "Donkey", + "ftbquests.chapter.mob_safari.quest42.task_8892925176174289117.title": "Frog Photo", + "ftbquests.chapter.mob_safari.quest42.title": "Frog", + "ftbquests.chapter.mob_safari.quest43.task_7912667151609898398.title": "Glow Squid Photo", + "ftbquests.chapter.mob_safari.quest43.title": "Glow Squid", + "ftbquests.chapter.mob_safari.quest44.task_4389105525914117514.title": "Horse Photo", + "ftbquests.chapter.mob_safari.quest44.title": "Horse", + "ftbquests.chapter.mob_safari.quest45.task_4359593363899885941.title": "Mooshroom Photo", + "ftbquests.chapter.mob_safari.quest45.title": "Mooshroom", + "ftbquests.chapter.mob_safari.quest46.task_924922940433498504.title": "Mule Photo", + "ftbquests.chapter.mob_safari.quest46.title": "Mule", + "ftbquests.chapter.mob_safari.quest47.task_4787445126890462554.title": "Ocelot Photo", + "ftbquests.chapter.mob_safari.quest47.title": "Ocelot", + "ftbquests.chapter.mob_safari.quest48.task_595439666779967783.title": "Parrot Photo", + "ftbquests.chapter.mob_safari.quest48.title": "Parrot", + "ftbquests.chapter.mob_safari.quest49.task_6791445533424275382.title": "Pig Photo", + "ftbquests.chapter.mob_safari.quest49.title": "Pig", + "ftbquests.chapter.mob_safari.quest5.task_2405723904258009579.title": "Drowned Photo", + "ftbquests.chapter.mob_safari.quest5.title": "Drowned", + "ftbquests.chapter.mob_safari.quest50.task_5186559523328413187.title": "Pufferfish Photo", + "ftbquests.chapter.mob_safari.quest50.title": "Pufferfish", + "ftbquests.chapter.mob_safari.quest51.task_1802630615776817042.title": "Rabbit Photo", + "ftbquests.chapter.mob_safari.quest51.title": "Rabbit", + "ftbquests.chapter.mob_safari.quest52.task_9075318374820615216.title": "Salmon Photo", + "ftbquests.chapter.mob_safari.quest52.title": "Salmon", + "ftbquests.chapter.mob_safari.quest53.task_1279126845524092057.title": "Sheep Photo", + "ftbquests.chapter.mob_safari.quest53.title": "Sheep", + "ftbquests.chapter.mob_safari.quest54.description1": "\u00267Tip: the sniffer egg is craftable!", + "ftbquests.chapter.mob_safari.quest54.task_4496075018482353874.title": "Sniffer Photo", + "ftbquests.chapter.mob_safari.quest54.title": "Sniffer", + "ftbquests.chapter.mob_safari.quest55.task_7621061223329854925.title": "Snow Golem Photo", + "ftbquests.chapter.mob_safari.quest55.title": "Snow Golem", + "ftbquests.chapter.mob_safari.quest56.task_3811954916556661348.title": "Squid Photo", + "ftbquests.chapter.mob_safari.quest56.title": "Squid", + "ftbquests.chapter.mob_safari.quest57.task_8980744210598611125.title": "Strider Photo", + "ftbquests.chapter.mob_safari.quest57.title": "Strider", + "ftbquests.chapter.mob_safari.quest58.task_3384099064913889422.title": "Tropical Fish Photo", + "ftbquests.chapter.mob_safari.quest58.title": "Tropical Fish", + "ftbquests.chapter.mob_safari.quest59.task_8173784837555787990.title": "Turtle Photo", + "ftbquests.chapter.mob_safari.quest59.title": "Turtle", + "ftbquests.chapter.mob_safari.quest6.task_874911539473621191.title": "Spider Photo", + "ftbquests.chapter.mob_safari.quest6.title": "Spider", + "ftbquests.chapter.mob_safari.quest60.task_3689972004573703426.title": "Villager Photo", + "ftbquests.chapter.mob_safari.quest60.title": "Villager", + "ftbquests.chapter.mob_safari.quest61.description1": "\u00267Tip: an oak or birch tree grown near flowers has a small chance to spawn a beehive!", + "ftbquests.chapter.mob_safari.quest61.task_5922903859006989903.title": "Bee Photo", + "ftbquests.chapter.mob_safari.quest61.title": "Bee", + "ftbquests.chapter.mob_safari.quest62.task_6003122656664405150.title": "Dolphin Photo", + "ftbquests.chapter.mob_safari.quest62.title": "Dolphin", + "ftbquests.chapter.mob_safari.quest63.task_8533728607102685433.title": "Fox Photo", + "ftbquests.chapter.mob_safari.quest63.title": "Fox", + "ftbquests.chapter.mob_safari.quest64.task_2426644530607004924.title": "Goat Photo", + "ftbquests.chapter.mob_safari.quest64.title": "Goat", + "ftbquests.chapter.mob_safari.quest65.task_7632281372321087328.title": "Iron Golem Photo", + "ftbquests.chapter.mob_safari.quest65.title": "Iron Golem", + "ftbquests.chapter.mob_safari.quest66.reward_5070411217558644494.title": "Wash the spit off your face!", + "ftbquests.chapter.mob_safari.quest66.task_6151594406741525419.title": "Llama Photo", + "ftbquests.chapter.mob_safari.quest66.title": "Llama", + "ftbquests.chapter.mob_safari.quest67.task_8391996334368644499.title": "Panda Photo", + "ftbquests.chapter.mob_safari.quest67.title": "Panda", + "ftbquests.chapter.mob_safari.quest68.task_6356092814838542587.title": "Polar Bear Photo", + "ftbquests.chapter.mob_safari.quest68.title": "Polar Bear", + "ftbquests.chapter.mob_safari.quest69.task_5155069369552929707.title": "Wolf Photo", + "ftbquests.chapter.mob_safari.quest69.title": "Wolf", + "ftbquests.chapter.mob_safari.quest7.task_7828452674496297861.title": "Cave Spider Photo", + "ftbquests.chapter.mob_safari.quest7.title": "Cave Spider", + "ftbquests.chapter.mob_safari.quest70.task_6586877749199133229.title": "Zombified Piglin Photo", + "ftbquests.chapter.mob_safari.quest70.title": "Zombified Piglin", + "ftbquests.chapter.mob_safari.quest71.description1": "\u00267Tip: there is a ritual that spawns the Elder Guardian!", + "ftbquests.chapter.mob_safari.quest71.task_1136723065807110792.title": "Elder Guardian Photo", + "ftbquests.chapter.mob_safari.quest71.title": "Elder Guardian", + "ftbquests.chapter.mob_safari.quest72.task_1119603583110664878.title": "Starbuncle Photo", + "ftbquests.chapter.mob_safari.quest72.title": "Starbuncle", + "ftbquests.chapter.mob_safari.quest73.task_1237879032257403086.title": "Wilden Guardian Photo", + "ftbquests.chapter.mob_safari.quest73.title": "Wilden Defender", + "ftbquests.chapter.mob_safari.quest74.task_5793666635438854570.title": "Wilden Pack Hunter Photo", + "ftbquests.chapter.mob_safari.quest74.title": "Wilden Pack Hunter", + "ftbquests.chapter.mob_safari.quest75.task_8789953344793101489.title": "Wilden Stalker Photo", + "ftbquests.chapter.mob_safari.quest75.title": "Wilden Stalker", + "ftbquests.chapter.mob_safari.quest76.task_4116691053894850008.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest76.title": "Drygmy", + "ftbquests.chapter.mob_safari.quest77.task_1018473204252943458.title": "Wilden Chimera Photo", + "ftbquests.chapter.mob_safari.quest77.title": "Wilden Chimera", + "ftbquests.chapter.mob_safari.quest78.task_6004116955135160925.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest78.title": "Whirlisprig", + "ftbquests.chapter.mob_safari.quest79.description1": "\u00267Tip: a spawned siren, not a tamed familiar!", + "ftbquests.chapter.mob_safari.quest79.task_1471670924078031545.title": "Siren Photo", + "ftbquests.chapter.mob_safari.quest79.title": "Siren", + "ftbquests.chapter.mob_safari.quest8.task_4943959340946543881.title": "Enderman Photo", + "ftbquests.chapter.mob_safari.quest8.title": "Enderman", + "ftbquests.chapter.mob_safari.quest80.description1": "I mean. You did a LOT of grinding probably to get here. Also by definition you\u0027ve finished the pack, or good as.", + "ftbquests.chapter.mob_safari.quest80.subtitle": "because why not?", + "ftbquests.chapter.mob_safari.quest80.title": "Safari LEGEND", + "ftbquests.chapter.mob_safari.quest9.task_4733333668196733711.title": "Endermite Photo", + "ftbquests.chapter.mob_safari.quest9.title": "Endermite", + "ftbquests.chapter.mob_safari.title": "Mob Safari", + "ftbquests.chapter.resource_generation.quest1.description1": "\u00266Prosperity Shards\u0026r are the basis of all mystical essence manipulation - very useful for generating large amounts of basic resources.", + "ftbquests.chapter.resource_generation.quest1.description2": "They can be found by breaking down copper nuggets with a pickaxe on a cutting board.", + "ftbquests.chapter.resource_generation.quest1.description3": "\u00267Tip: you can also make prosperity shards in an Enrichment Chamber!", + "ftbquests.chapter.resource_generation.quest10.description1": "With enough inferium, you can craft \u00266Inferium Seeds,\u0026r which grow essence themselves.", + "ftbquests.chapter.resource_generation.quest11.description1": "More potent than regular inferium essence, \u00266Prudentium Essence\u0026r can be used to make some useful essence seeds.", + "ftbquests.chapter.resource_generation.quest11.description2": "Make it by fortifying inferium essence with all four elemental essences in a \u00266Cauldron.\u0026r", + "ftbquests.chapter.resource_generation.quest11.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest18.description1": "The \u00266infusion altar\u0026r and \u00266pedestals\u0026r are required to craft essence seeds.", + "ftbquests.chapter.resource_generation.quest18.description2": "Place the items necessary in the pedestals, then give the altar a redstone signal or a wave of a wand to begin crafting.", + "ftbquests.chapter.resource_generation.quest19.description1": "By breeding \u00266Rocky\u0026r bees together in the nether, they\u0027ll slowly adapt and turn into their nether versions - \u00266Crimson\u0026r and \u00266Warped\u0026r bees. \u00266Cursed\u0026r bees are the hybrid between the two.", + "ftbquests.chapter.resource_generation.quest19.description2": "These bees, twisted by the nether environment, are somewhat aggressive; they\u0027ll harm nearby mobs (including players!)", + "ftbquests.chapter.resource_generation.quest19.task_3895545663253499388.title": "Warped", + "ftbquests.chapter.resource_generation.quest19.task_8052506021592411173.title": "Cursed", + "ftbquests.chapter.resource_generation.quest19.task_891469205622428585.title": "Crimson", + "ftbquests.chapter.resource_generation.quest19.title": "Nether Bees", + "ftbquests.chapter.resource_generation.quest2.description1": "You can place frames into your apiary for bonuses to productivity, lifespan, and even change the temperature and humidity of an apiary. ", + "ftbquests.chapter.resource_generation.quest2.description2": "\u00267Tip: Frame modifiers stack multiplicatively, not additively!\u0026r", + "ftbquests.chapter.resource_generation.quest2.task_1734748989054878453.title": "Any Frame", + "ftbquests.chapter.resource_generation.quest20.description1": "If you\u0027re tired of getting stung by nether bees, try crafting a set of \u00266Apiarist Gear.\u0026r This armor, when worn as a set, will protect you from getting affected by any bees nearby.", + "ftbquests.chapter.resource_generation.quest20.description2": "It\u0027s made of silk, which you can get from propolis (which you can get from simmering combs, among others.)", + "ftbquests.chapter.resource_generation.quest20.title": "Apiarist Gear", + "ftbquests.chapter.resource_generation.quest21.description1": "\u00266Rocky\u0026r and \u00266Robust\u0026r bees are more used to cooler climates, but you can breed better tolerances into them. ", + "ftbquests.chapter.resource_generation.quest21.description2": "Their rocky combs produce much more wax and honey than their wasteland cousins, but more importantly, they can rarely produce \u00266Copper Combs\u0026r as a specialty.", + "ftbquests.chapter.resource_generation.quest21.description3": "\u00267Tip: specialties are only produced when a bee is ecstatic! To make a bee ecstatic, you have to have its housing climate \u0026lexactly\u0026r\u00267 match the bee\u0027s preferred climate. Either breed it so that it prefers the hot dry wastes, or use special frames to adjust the temperature and humidity!", + "ftbquests.chapter.resource_generation.quest21.description4": "\u00267Tip 2: tuff (which you need underneath the apiary to breed these bees!) can be crafted or found underground.", + "ftbquests.chapter.resource_generation.quest21.task_1538674417108678800.title": "Resilient", + "ftbquests.chapter.resource_generation.quest21.task_7190582857068653051.title": "Robust", + "ftbquests.chapter.resource_generation.quest21.task_9033126545582958159.title": "Rocky", + "ftbquests.chapter.resource_generation.quest21.title": "Rocky Bees", + "ftbquests.chapter.resource_generation.quest22.description1": "\u00266Haunted,\u0026r \u00266Ghostly,\u0026r and \u00266Spectral\u0026r bees are an offshoot of nether bees that produce Spectral combs, a relatively honey-rich comb. Additionally, Spectral bees will produce \u00266glowstone\u0026r as a specialty!", + "ftbquests.chapter.resource_generation.quest22.task_3081911043010225060.title": "Haunted", + "ftbquests.chapter.resource_generation.quest22.task_5262672928415792469.title": "Ghostly", + "ftbquests.chapter.resource_generation.quest22.task_8517504769354790857.title": "Spectral", + "ftbquests.chapter.resource_generation.quest22.title": "Spectral Bees", + "ftbquests.chapter.resource_generation.quest23.description1": "\u00266Common\u0026r and \u00266Cultivated\u0026r bees were the most common species in the world that came before, from what you recall.", + "ftbquests.chapter.resource_generation.quest23.task_3642208754252689379.title": "Common", + "ftbquests.chapter.resource_generation.quest23.task_8299291890952022433.title": "Cultivated", + "ftbquests.chapter.resource_generation.quest23.title": "Common Bees", + "ftbquests.chapter.resource_generation.quest24.description1": "These glorious bee comrades ironically despise queens. They are also notable for producing \u00266pollen\u0026r and having \u00266higher than average productivity.\u0026r", + "ftbquests.chapter.resource_generation.quest24.task_2025398279722007265.title": "Industrious", + "ftbquests.chapter.resource_generation.quest24.task_3616071306266700168.title": "Tireless", + "ftbquests.chapter.resource_generation.quest24.task_8393881405903593674.title": "Diligent", + "ftbquests.chapter.resource_generation.quest24.title": "Industrious Bees", + "ftbquests.chapter.resource_generation.quest25.description1": "Somewhat snooty and famously literally blue-blooded, these bees can produce \u00266Royal Combs\u0026r when ecstatic. These combs can then centrifuge into \u00266Royal Jelly.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description2": "They also have a \u00266higher than average fertility rate.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description3": "\u00267Tip: Imperial bees have the Beatific effect, which provides all mobs nearby with regeneration!", + "ftbquests.chapter.resource_generation.quest25.task_6398361437915986421.title": "Noble", + "ftbquests.chapter.resource_generation.quest25.task_7062842366521447494.title": "Imperial", + "ftbquests.chapter.resource_generation.quest25.task_753059639095222795.title": "Majestic", + "ftbquests.chapter.resource_generation.quest25.title": "Imperial Bees", + "ftbquests.chapter.resource_generation.quest26.description1": "The \u00266Mellarium\u0026r is a multiblock version of the apiary, with the ability to add modules that can help you in a variety of ways.", + "ftbquests.chapter.resource_generation.quest26.description2": "The most concrete thing a Mellarium can do is give you more than three frame slots, using \u00266Frame Housings.\u0026r This means you can get, in the best case, \u0026l\u0026oSTACKS\u0026r of combs every bee tick.", + "ftbquests.chapter.resource_generation.quest26.description3": "You can also increase your chances of getting a mutation, shield your bees from rain, and change the climate using catalyst items.", + "ftbquests.chapter.resource_generation.quest26.description4": "\u00267Tip: read your Apiarist Field Guide for more information!", + "ftbquests.chapter.resource_generation.quest26.title": "The Mellarium", + "ftbquests.chapter.resource_generation.quest27.description1": "Once you start getting propolis, you can start \u00266upgrading\u0026r your \u00266Centrifuges\u0026r and \u00266Generators\u0026r - each upgrade has different stats, and you can put up to three in your machines.", + "ftbquests.chapter.resource_generation.quest27.description2": "Like frames, these upgrades stack multiplicatively.", + "ftbquests.chapter.resource_generation.quest27.description3": "\u00267Tip: the earliest ways to get propolis are through nether bees or rocky bees!", + "ftbquests.chapter.resource_generation.quest27.task_7611771532993062026.title": "Any Upgrade", + "ftbquests.chapter.resource_generation.quest27.title": "Upgrades", + "ftbquests.chapter.resource_generation.quest28.description1": "At some point you\u0027ll have more honey (and other bee products) than you know what to do with. ", + "ftbquests.chapter.resource_generation.quest28.description2": "If nothing else, you can burn them for energy in the \u00266Honey Generator!\u0026r", + "ftbquests.chapter.resource_generation.quest29.description1": "An interesting thing about these bees is that there\u0027s no way to get more than one queen out of a breeding pair. Fortunately, you can perform a ritual to summon \u00266more bee nests\u0026r through magic and some special ingredients.", + "ftbquests.chapter.resource_generation.quest29.description2": "Read your Reclamation Rituals book for more information.", + "ftbquests.chapter.resource_generation.quest29.title": "More Nests", + "ftbquests.chapter.resource_generation.quest3.description1": "You\u0027ve noticed some beehives dotted around. Maybe you can try to domesticate them?", + "ftbquests.chapter.resource_generation.quest3.description2": "You\u0027ll need a tool to harvest the nests and a place to raise the bees.", + "ftbquests.chapter.resource_generation.quest3.description3": "\u00267Tip: not every bee is required to finish the pack! Branching out from the required bees will allow you to generate resources much easier than the traditional routes, however.", + "ftbquests.chapter.resource_generation.quest3.title": "Beeginnings", + "ftbquests.chapter.resource_generation.quest30.description1": "Certain bees can produce straight up raw metals from certain rocks!", + "ftbquests.chapter.resource_generation.quest30.task_1055543042056575718.title": "Cuprous", + "ftbquests.chapter.resource_generation.quest30.task_2417461944780662004.title": "Osimum", + "ftbquests.chapter.resource_generation.quest30.task_4765395095236658823.title": "Radioactive", + "ftbquests.chapter.resource_generation.quest30.task_5074021897861698803.title": "Precious", + "ftbquests.chapter.resource_generation.quest30.task_5533305920955437908.title": "Ferrous", + "ftbquests.chapter.resource_generation.quest30.task_6870748623537125703.title": "Argentum", + "ftbquests.chapter.resource_generation.quest30.task_766783682761833592.title": "Zincum", + "ftbquests.chapter.resource_generation.quest30.task_8469594533203667582.title": "Stannum", + "ftbquests.chapter.resource_generation.quest30.task_9085151875040480342.title": "Plumbum", + "ftbquests.chapter.resource_generation.quest30.title": "Metal Bees", + "ftbquests.chapter.resource_generation.quest31.description1": "Certain bees can produce raw minerals from their environment!", + "ftbquests.chapter.resource_generation.quest31.task_1818325150934700666.title": "Emeradic", + "ftbquests.chapter.resource_generation.quest31.task_2840825311361710213.title": "Lapic", + "ftbquests.chapter.resource_generation.quest31.task_3358109104860624142.title": "Fluorite", + "ftbquests.chapter.resource_generation.quest31.task_3719081351633839622.title": "Bituminous", + "ftbquests.chapter.resource_generation.quest31.task_4463225001103591989.title": "Silicate", + "ftbquests.chapter.resource_generation.quest31.task_5231403782456047002.title": "Dimantic", + "ftbquests.chapter.resource_generation.quest31.task_5480192077480458536.title": "Luminous", + "ftbquests.chapter.resource_generation.quest31.task_6963870120953273988.title": "Amethyst", + "ftbquests.chapter.resource_generation.quest31.task_7118701806962971116.title": "Quartz", + "ftbquests.chapter.resource_generation.quest31.task_7148838165140607695.title": "Conductive", + "ftbquests.chapter.resource_generation.quest31.title": "Mineral Bees", + "ftbquests.chapter.resource_generation.quest32.description1": "Stronger than Prudentium, \u00266Tertium\u0026r is necessary for all kinds of metallic essence seeds.", + "ftbquests.chapter.resource_generation.quest32.description2": "Make it using a \u00266Runic Altar\u0026r or \u00266Terrestrial Agglomeration Plate.\u0026r", + "ftbquests.chapter.resource_generation.quest32.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest32.description4": "\u00267Tip 2: a potency lens would make the altar process much faster!", + "ftbquests.chapter.resource_generation.quest33.description1": "\u00266Imperium\u0026r is the penultimate tier of essence, requiring combining the power of \u00265Source\u0026r and Tertium Essence.", + "ftbquests.chapter.resource_generation.quest33.description2": "It can be made using an \u00266Imbuement Chamber.\u0026r", + "ftbquests.chapter.resource_generation.quest33.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest34.description1": "\u00266Supremium\u0026r is the highest tier of essence, used for crafting the highest tier of mystical equipment and seeds.", + "ftbquests.chapter.resource_generation.quest34.description2": "Anoint Imperium with life essence to create it.", + "ftbquests.chapter.resource_generation.quest34.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest35.description1": "These bees can produce magical products. Some of them, like the \u00266Natural\u0026r bee, have special effects!", + "ftbquests.chapter.resource_generation.quest35.description2": "Additionally, the Natural bee produces some small amount of \u00266Nature Essence\u0026r if kept ecstatic.", + "ftbquests.chapter.resource_generation.quest35.task_2760367059321888447.title": "Dawnstone", + "ftbquests.chapter.resource_generation.quest35.task_4095918579037388131.title": "Willful", + "ftbquests.chapter.resource_generation.quest35.task_417359132698374078.title": "Botanic", + "ftbquests.chapter.resource_generation.quest35.task_4623337291104132366.title": "Demonite", + "ftbquests.chapter.resource_generation.quest35.task_5288388297853031166.title": "Terra", + "ftbquests.chapter.resource_generation.quest35.task_5373973326405937422.title": "Natural", + "ftbquests.chapter.resource_generation.quest35.task_7910365384265410324.title": "Source", + "ftbquests.chapter.resource_generation.quest35.title": "Magical Bees", + "ftbquests.chapter.resource_generation.quest37.description1": "\u00267Tip: you\u0027ll need to breed Nature bees to get your first bits of nature essence!", + "ftbquests.chapter.resource_generation.quest4.description1": "Now pop a \u00266princess and drone into an apiary,\u0026r and watch the magic happen! Bees can generate some \u00266very useful resources\u0026r in their combs; initially, though, you\u0027ll have to process said combs on \u00266a cutting board.\u0026r", + "ftbquests.chapter.resource_generation.quest4.description2": "At first, you\u0027ll only get beeswax and honey drops, alongside some dead logs...", + "ftbquests.chapter.resource_generation.quest4.description3": "\u00267Tip: wasteland bees (and desiccated and dried bees) need dead bushes as their \u0027flowers\u0027!", + "ftbquests.chapter.resource_generation.quest4.title": "Beesources", + "ftbquests.chapter.resource_generation.quest5.description1": "By continuously re-breeding \u00266Wasteland\u0026r bees together, you can start to slowly revitalize them. \u00266Desiccated\u0026r and \u00266Dried\u0026r bees are slightly better, with a higher productivity and lifespan - meaning less maintenance and more combs!", + "ftbquests.chapter.resource_generation.quest5.task_3134995966104364628.title": "Dried", + "ftbquests.chapter.resource_generation.quest5.task_7818871944295114422.title": "Desiccated", + "ftbquests.chapter.resource_generation.quest5.title": "Reclaimed Bees", + "ftbquests.chapter.resource_generation.quest6.description1": "At some point, you\u0027ll want to take a closer look at your bees - the \u00266Analyzer\u0026r allows you to examine what genes exactly any given bee has, for the low cost of a single honey drop.", + "ftbquests.chapter.resource_generation.quest6.description2": "The \u00266Apid Library\u0026r shows you what mutations you can create with a bee\u0027s species.", + "ftbquests.chapter.resource_generation.quest6.description3": "The \u00266Microscope\u0026r allows you to research bee species, giving you a higher chance to mutate bees into a researched species.", + "ftbquests.chapter.resource_generation.quest6.description4": "\u00267Tip: the Microscope is a great way to get rid of unnecessary drones you have! Read the Apiarist Field Guide for more info on it.", + "ftbquests.chapter.resource_generation.quest6.title": "Tools of the Trade", + "ftbquests.chapter.resource_generation.quest67.description1": "\u00266Growth Accelerators\u0026r grow the crop above them faster. Higher tiers have higher ranges, meaning you can stack more underneath your farmland!", + "ftbquests.chapter.resource_generation.quest68.description1": "Essence infused watering cans can water a larger area faster.", + "ftbquests.chapter.resource_generation.quest7.description1": "If you want to process your combs more efficiently, you\u0027ll want to make a \u00266Centrifuge.\u0026r Powered by a generator, it automatically turns combs into comb products - no more manual chopping!", + "ftbquests.chapter.resource_generation.quest7.title": "Comb Processing ", + "ftbquests.chapter.resource_generation.quest73.description1": "\u00267Tip: unlimited wadduh", + "ftbquests.chapter.resource_generation.quest8.description1": "All essence seeds need to grow on specially prepared \u00266Essence Farmland.\u0026r", + "ftbquests.chapter.resource_generation.quest8.description2": "You can obtain your first bits of \u00266Inferium Essence\u0026r from killing mobs.", + "ftbquests.chapter.resource_generation.quest8.description3": "\u00267Tip: higher tier essence farmland will grow essence crops slightly faster!", + "ftbquests.chapter.resource_generation.quest9.description1": "These first elemental seeds don\u0027t have very many direct crafting uses, but are an important stepping stone to bigger and better things.", + "ftbquests.chapter.resource_generation.quest9.description2": "\u00267Tip: essence seeds aren\u0027t cloneable, meaning you\u0027ll need two or more to actually start increasing their stats!", + "ftbquests.chapter.resource_generation.quest9.title": "Elemental Seeds", + "ftbquests.chapter.resource_generation.title": "Resource Generation", + "ftbquests.chapter.the_color_green.quest1.description1": "You\u0027ve done it! You finally have grass. It\u0027s not exactly green, but you can \u00266bonemeal\u0026r a large area of it and \u00266get flowers!\u0026r", + "ftbquests.chapter.the_color_green.quest1.title": "Grass!", + "ftbquests.chapter.the_color_green.quest10.description1": "The \u00266Natural Altar\u0026r is a very important tool in the manipulation of natural energies.", + "ftbquests.chapter.the_color_green.quest10.description2": "Once the altar is fully built, it will drain \u00266aura\u0026r from its surroundings. It will then use those energies to \u00266transform items put into it.\u0026r ", + "ftbquests.chapter.the_color_green.quest10.description3": "You should also look into creating the \u00266Environmental Eye\u0026r - a very useful device that shows you the level of aura in the nearby area.", + "ftbquests.chapter.the_color_green.quest10.task_4749334638074014910.title": "Any Planks", + "ftbquests.chapter.the_color_green.quest10.title": "Natural Altar", + "ftbquests.chapter.the_color_green.quest11.description1": "Infusing iron in the Natural Altar creates, funnily enough, \u00266Infused Iron Ingots.\u0026r These have a wide variety of uses, but chief among them are some very nice tools and armor, with \u00266special abilities\u0026r and the unique property of being \u00266repairable using Aura.\u0026r", + "ftbquests.chapter.the_color_green.quest11.title": "Infused Iron", + "ftbquests.chapter.the_color_green.quest12.description1": "Extremely malleable, \u00266Andesite Alloy\u0026r is a crucial component of contraptions to come.", + "ftbquests.chapter.the_color_green.quest12.description2": "\u00267Tip: very small amounts of Create are needed to finish the pack, but you won\u0027t have to get too deep into it!", + "ftbquests.chapter.the_color_green.quest13.description1": "The Natural Altar requires aura in the surrounding area to function. It won\u0027t ever take the aura to a negative level, but it will \u00264stop working completely if the aura is low enough,\u0026r which means you\u0027ll need a way of replenishing it.", + "ftbquests.chapter.the_color_green.quest13.description2": "\u00266Ancient Saplings\u0026r are the most basic way to do this; once grown, if the area\u0027s aura is low enough, the tree\u0027s leaves will \u00264slowly wither away,\u0026r \u00266producing aura in the process.\u0026r", + "ftbquests.chapter.the_color_green.quest13.title": "Creating Aura", + "ftbquests.chapter.the_color_green.quest14.description1": "An excess of aura generates flowers - and this device can turn \u00266flowers into an excess of aura!\u0026r Make sure you feed it a \u00266balanced diet of different flowers,\u0026r though; too much of the same flower and it starts to give you \u00264diminishing returns.\u0026r", + "ftbquests.chapter.the_color_green.quest14.description2": "\u00267Tip: if the aura in an area is high enough, it\u0027ll charge aura caches! Crouch with a botanist tool (made from infused iron) to repair them with an aura cache in your inventory.", + "ftbquests.chapter.the_color_green.quest15.description1": "Mana\u0027s not very useful without ways to generate and move it! Starting out, your best source of mana is going to be the \u00266Endoflame.\u0026r", + "ftbquests.chapter.the_color_green.quest15.description2": "\u00267Tip: you can use the Wand of the Forest to bind the spreader to flowers and pools.", + "ftbquests.chapter.the_color_green.quest15.description3": "\u00267Tip 2: using a pressure plate but it\u0027s not working? Open your OPAC keybind (default [\u0027]) to turn off the Prot. Plates from Other setting!", + "ftbquests.chapter.the_color_green.quest15.task_4041437535513982933.title": "Wand of the Forest", + "ftbquests.chapter.the_color_green.quest15.title": "Generating Mana", + "ftbquests.chapter.the_color_green.quest16.description1": "Now that you have a more robust source of aura, you can put it to more use - a \u00266crumbling catalyst,\u0026r when placed on top of one of the lower four golden blocks of a natural altar, can crush things much more finely than you can by hand. It can get you \u00266more bone meal per bone, more gold powder per leaf, and even turn cobblestone into sand!\u0026r", + "ftbquests.chapter.the_color_green.quest17.description1": "There are a few items you can place on top of your altar to increase its capacity and recharge rate:", + "ftbquests.chapter.the_color_green.quest17.description2": "\u00266Torch:\u0026r +0.5x recharge rate", + "ftbquests.chapter.the_color_green.quest17.description3": "\u00266Skeleton Skull/Husk Head:\u0026r +1x recharge rate, +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description4": "\u00266Chalice:\u0026r +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description5": "Eventually, you can replace the torch with a candelabra, the skeleton skull with a wither skeleton or player skull, and the chalice with a filled chalice for even more recharge rate and capacity.", + "ftbquests.chapter.the_color_green.quest17.task_4639929492764668107.title": "Head Upgrade", + "ftbquests.chapter.the_color_green.quest17.title": "Altar Upgrades", + "ftbquests.chapter.the_color_green.quest18.description1": "Attuned stones are a very important part of witchcraft - not only do they let you \u00266craft necessary workstations,\u0026r they also give you the ability to perform certain rites \u00266without the need of an altar,\u0026r once charged!", + "ftbquests.chapter.the_color_green.quest18.description2": "\u00267Please note that this recipe needs altar power! Make sure your cauldron is within range of your altar!", + "ftbquests.chapter.the_color_green.quest19.description1": "If the \u00266Altar\u0026r is the backbone of witchcraft, the \u00266Distillery, Kettle,\u0026r and \u00266Spinning Wheel \u0026rare its phalanges. ", + "ftbquests.chapter.the_color_green.quest19.description2": "...strange metaphors aside, these blocks allow you to craft a wide variety of \u00266witchy goodies.\u0026r They will need to be placed within range of an altar, if their recipes require power.", + "ftbquests.chapter.the_color_green.quest19.title": "Tools of the Trade", + "ftbquests.chapter.the_color_green.quest2.description1": "Now that you have actual plants available, you can start to harness their latent life-energy to power rituals. To start, you\u0027ll have to create a structure capable of collecting it - an \u00266Altar\u0026r should do well here. Place your Altar blocks in a 2x3 rectangle and it should start collecting power!", + "ftbquests.chapter.the_color_green.quest2.description2": "The more \u00266plantlife\u0026r there is around the\u00266 Altar,\u0026r the more power you can store. This includes \u00266trees, grass, flowers, crops, vines, pumpkins, melons, and more!\u0026r", + "ftbquests.chapter.the_color_green.quest2.description3": "\u00267Tip: the altar has a range of 16 blocks! There is a cap to each kind of plantlife nearby as well, so make sure the surroundings are varied.", + "ftbquests.chapter.the_color_green.quest2.title": "Altar", + "ftbquests.chapter.the_color_green.quest20.description1": "An apparatus perfect for channelling large amounts of mana into collections of objects, the \u00266Runic Altar\u0026r will (obviously) let you make runes.", + "ftbquests.chapter.the_color_green.quest20.description2": "\u00267Tip: with the altar, if you don\u0027t have them already, you can craft mystical flower seeds!", + "ftbquests.chapter.the_color_green.quest21.description1": "Ember item and fluid pipes are relatively basic, but at this point in time they\u0027re fairly decent for small-scale operations. Pipes need extractors to pull items into them, and extractors need a redstone signal to be activated. There are a few other quirks to the system, all of which are explained in your \u00266Ancient Codex.", + "ftbquests.chapter.the_color_green.quest21.description2": "\u00267Note - basically everything in Embers needs a redstone signal to activate, so get ready to place plenty of levers!", + "ftbquests.chapter.the_color_green.quest21.title": "Dwarven Logistics", + "ftbquests.chapter.the_color_green.quest22.description1": "Now that you have some Ember, you\u0027ll need to turn it into useable energy somehow.", + "ftbquests.chapter.the_color_green.quest22.description2": "The\u00266 Ember Activator\u0026r turns solid Ember into \u00266Activated Ember;\u0026r pipe crystals and shards into the bottom, and attach an \u00266Ember Emitter to the top\u0026r to output \u00266Activated Ember.\u0026r ", + "ftbquests.chapter.the_color_green.quest22.description3": "Use a Tinker\u0027s Hammer on the emitter to link it to a receptor, give it a redstone signal, and you\u0027re transmitting Activated Ember!", + "ftbquests.chapter.the_color_green.quest22.description4": "\u00267Note that Ember Grit doesn\u0027t normally produce Activated Ember; you\u0027ll have to add a \u00266Heat Exchanger\u00267 to an activator to get energy out of it (which multiplies all ember production by 0.9x, but adds a flat +300 to all items production!)", + "ftbquests.chapter.the_color_green.quest22.title": "Activating Ember", + "ftbquests.chapter.the_color_green.quest23.description1": "One of the main ways to channel altar power is through the practice of \u00266circle magic.\u0026r Each ritual has a gold chalk glyph at its center, but the placement of other chalk glyphs changes depending on what kind of ritual you want to perform!", + "ftbquests.chapter.the_color_green.quest23.description2": "Most rituals can target a remote area using a waystone (blooded or otherwise), and some rituals can even be performed away from the altar by adding a charged attuned stone to them!\u00266 Read through the two reward books to find out what rituals you can perform.\u0026r", + "ftbquests.chapter.the_color_green.quest23.description3": "\u00267Tip: the rite of fertility is a cheap, easy way to mass bonemeal grass, crops or anything else!", + "ftbquests.chapter.the_color_green.quest23.title": "Circle Magic", + "ftbquests.chapter.the_color_green.quest24.description1": "You\u0027ll want to make a \u00266Copper Cell\u0026r to \u00266store your activated ember\u0026r - it works as a kind of \u0027battery\u0027 for the mystical energy.", + "ftbquests.chapter.the_color_green.quest24.description2": "To see how much ember is in the cell, place an \u00266Ember Dial\u0026r on it.", + "ftbquests.chapter.the_color_green.quest24.title": "Storing Ember", + "ftbquests.chapter.the_color_green.quest25.description1": "Ember is capable of melting metals and other items in the creatively-named \u00266Melter\u0026r - feed the bottom half ember, feed the top half items to melt, and you can extract molten metals from the top half.", + "ftbquests.chapter.the_color_green.quest25.description2": "This molten metal can be formed into a variety of shapes in a \u00266Stamper;\u0026r place the \u00266Stamp Base,\u0026r then the \u00266Stamper above it with a one-block gap\u0026r of air. Give the Stamper ember and a stamp, pipe molten metal into the base, and presto! Stamped and cooled metal products! ", + "ftbquests.chapter.the_color_green.quest25.description3": "Notably, you can use this process to \u00266produce plates more efficiently.\u0026r", + "ftbquests.chapter.the_color_green.quest25.title": "Melting and Stamping", + "ftbquests.chapter.the_color_green.quest26.description1": "By piping molten copper and gold into \u0026odifferent sides\u0026r of the bottom of a \u00266Mixer Centrifuge,\u0026r (along with some ember) you can combine them into a strong, ember-aligned metal called \u00266Dawnstone.\u0026r Pipe it out of the top and stamp it into ingots or plates!", + "ftbquests.chapter.the_color_green.quest26.description2": "\u00267Tip: use your Tinker\u0027s Lens to see what\u0027s going on in the mixer!", + "ftbquests.chapter.the_color_green.quest26.title": "Dawnstone", + "ftbquests.chapter.the_color_green.quest27.description1": "The Andesite Casing is a crucial part of any kind of mechanical apparatus.", + "ftbquests.chapter.the_color_green.quest28.description1": "For more advanced ember crafting, a special setup is required. An \u00266exchange tablet\u0026r with some \u00266pedestals\u0026r around it, when struck with a \u00266beam cannon pulse,\u0026r will transmute the center item into a new result item.", + "ftbquests.chapter.the_color_green.quest28.description2": "There is one complication, though. The pedestals need \u00266aspectii\u0026r to be placed on them, and you aren\u0027t sure which aspectii go with which items! The only way to find out is through experiementation - if the transmutation fails, it will produce \u0026balchemical waste.\u0026r When held and right clicked, the waste will reveal a number of \u00266glowing spots,\u0026r which tell you the number of \u00266aspectus/item combinations you got right.\u0026r", + "ftbquests.chapter.the_color_green.quest28.title": "Energetic Alchemy", + "ftbquests.chapter.the_color_green.quest29.description1": "Using the power of mana and a pumpkin, you think you can create a \u00266Fel Pumpkin\u0026r - a weak imitation of a blaze head. Pop this magically-charged head on top of two iron bars, and it\u0027ll turn into a passable facsimile of a blaze.", + "ftbquests.chapter.the_color_green.quest29.description2": "This imitation blaze always drops at least \u0026610 blaze powder.\u0026r This blaze powder can be spun into brilliant fiber, or distilled into more useful dusts!", + "ftbquests.chapter.the_color_green.quest29.description3": "\u00267Tip: you can capture an imitation blaze in the Blaze Burner!", + "ftbquests.chapter.the_color_green.quest29.title": "Knockoff Blazes", + "ftbquests.chapter.the_color_green.quest3.description1": "Using dye from the flowers you can get by \u00266bonemealing grass,\u0026r you can craft a special kind of fertilizer that can coax \u00266mystical flowers\u0026r to life.", + "ftbquests.chapter.the_color_green.quest3.description2": "\u00267Tip: you can also get mystical flower seeds through crossbreeding!", + "ftbquests.chapter.the_color_green.quest30.description1": "There are a few other ways you can process materials using andesite-based machinery; namely, \u00266compacting, pressing, and mixing\u0026r You\u0027ll need to find some way to capture a fire elemental if you want to expand your repertoire, though; \u0026bmaybe mana can help you somehow?\u0026r", + "ftbquests.chapter.the_color_green.quest30.title": "Mechanical Crafting", + "ftbquests.chapter.the_color_green.quest31.description1": "By blowing air through certain things, you can blast, smoke, wash, or \u00266haunt\u0026r items. This means you have access to essentially free bulk smelting!", + "ftbquests.chapter.the_color_green.quest31.description2": "More importantly, though - now that you can haunt items, you can make \u00266blackstone\u0026r by \u00266haunting\u0026r cobblestone, a crucial component of the \u00266Reformation Array.\u0026r", + "ftbquests.chapter.the_color_green.quest31.title": "Moving Air", + "ftbquests.chapter.the_color_green.quest32.description1": "Alchemical reformation is the process of \u00266turning one alchemical sulfur into another\u0026r - initially, you\u0027ll only be able to convert sulfurs of the \u00266same tier and type\u0026r to each other \u00266(like iron sulfur into lead sulfur!) \u0026r", + "ftbquests.chapter.the_color_green.quest32.description2": "To set up the reformation array, place down the target, source, and result pedestals somewhat near each other. Hold the sulfuric flux emitter and right click each pedestal, then place it on the mercury catalyst. ", + "ftbquests.chapter.the_color_green.quest32.description3": "Put mercury in the mercury catalyst, the target sulfur in the target pedestal, and the sulfur to convert in the source pedestal. Give it a moment, and you\u0027ll start converting the source sulfur into the target sulfur!", + "ftbquests.chapter.the_color_green.quest32.title": "Alchemical Reformation", + "ftbquests.chapter.the_color_green.quest33.description1": "A mechanical pump is capable of pumping liquids in the world into pipes when given mechanical power - \u00266it is much faster than the ember-fueled one!", + "ftbquests.chapter.the_color_green.quest34.description1": "The \u00266Rod of the Lands\u0026r can corporealize a tiny portion of mana into a full dirt block!", + "ftbquests.chapter.the_color_green.quest34.title": "(almost) Free Dirt", + "ftbquests.chapter.the_color_green.quest35.description1": "Carrying mana around with you enables you to use a plethora of bits and baubles. To transfer mana from a pool into the tablet, make sure the pool is on \u0027charge\u0027 mode by hovering over it with a wand of the forest.", + "ftbquests.chapter.the_color_green.quest35.title": "Portable Mana", + "ftbquests.chapter.the_color_green.quest36.description1": "Turn your mana tablet into a ring to store mana on-the-go \u00266without taking up an inventory slot!\u0026r", + "ftbquests.chapter.the_color_green.quest37.description1": "By attaching a mana rune to a manasteel ring, you can (VERY slowly) pull ambient mana into a mana storage device on your person, \u00266for free!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description1": "Distilling blaze powder and gunpowder together in a Distillery will grant you access to \u00266glowstone!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description2": "Getting \u00266redstone\u0026r is similar, using cinder flour in place of gunpowder.", + "ftbquests.chapter.the_color_green.quest38.description3": "\u00267Tip: you can also make glowstone and redstone with strength and night vision potions - it\u0027s up to you whether you want to take the Enchanted or Create route for these!\u0026r", + "ftbquests.chapter.the_color_green.quest38.title": "Useful Dusts", + "ftbquests.chapter.the_color_green.quest39.description1": "Once you have a pump, you can create a \u00266Spout\u0026r to dispense liquid onto items - this is a possible way to make \u00266glowstone or redstone,\u0026r if you\u0027re willing to set up the infrastructure.", + "ftbquests.chapter.the_color_green.quest4.description1": "The \u00266Pure Daisy\u0026r can, as its name implies, purify nearby objects. The most important things you should start with are \u00266logs and stone,\u0026r but there are a few other things you can purify as well!", + "ftbquests.chapter.the_color_green.quest4.description2": "Simply place the petal apothecary down, fill it with water, then toss in the petals and finally a seed!", + "ftbquests.chapter.the_color_green.quest4.description3": "\u00267Tip: check the usages of the Pure Daisy to see what else it can transform.", + "ftbquests.chapter.the_color_green.quest4.title": "Pure Daisy", + "ftbquests.chapter.the_color_green.quest40.description1": "The \u00266Alchemy Catalyst\u0026r allows you to use the power of mana to transmute a wide variety of items. Place it under a mana pool to start alchemizing!", + "ftbquests.chapter.the_color_green.quest40.description2": "You\u0027ll be able to convert flowers into other flowers, stone variants into other stone variants, flint into gunpowder (and vice versa), and ghast tears into ender pearls!", + "ftbquests.chapter.the_color_green.quest40.description3": "\u00266Notably, it lets you turn flax into feathers, necessary for tokens of fear.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description1": "The \u00266transmutation catalyst\u0026r modifies the natural altar to convert items into other items using Aura. Similar to the crumbling catalyst, it must be placed \u00266atop one of the four lower gold blocks of the altar.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description2": "The most immediately useful transmutation is that of \u00266sand into soul sand,\u0026r which will allow you to haunt things using the encased fan, as well as grow nether wart!", + "ftbquests.chapter.the_color_green.quest41.description3": "You can also convert netherrack into crimson and warped nylium.", + "ftbquests.chapter.the_color_green.quest42.description1": "The \u00266Millstone\u0026r can crush cobble into gravel, bones into bone meal, and a variety of plants into their respective dyes at a much higher rate of return.", + "ftbquests.chapter.the_color_green.quest43.description1": "The \u00266Codebreaking Slate\u0026r is very handy - you can put multiple pieces of alchemical waste into it and it will show you how many aspectus/item combinations you got right! It will also show you how many correct aspectii you have placed with the wrong items.", + "ftbquests.chapter.the_color_green.quest44.description1": "Your first \u00266archaic brick\u0026r can be made by infusing a regular brick with tainted gold and infused iron. Once you have one, you can use it to make more by simply infusing it with \u00266more clay and soul sand.\u0026r", + "ftbquests.chapter.the_color_green.quest45.description1": "The \u00266Mnemonic Inscriber\u0026r, when attached to an Exchange Tablet and given paper, will automatically write down the correct combination of aspectii for a given transmutation when you successfully complete one.", + "ftbquests.chapter.the_color_green.quest46.description1": "You can convert between sulfurs of the same type and rarity using the reformation array, but if you want to convert between different types (and the same rarity), you\u0027ll want to make \u00266Alchemical Niter\u0026r in a \u00266Fermentation Vat.\u0026r", + "ftbquests.chapter.the_color_green.quest46.description2": "Place \u00266water, sugar, and the sulfur\u0026r you want to ferment into the vat, then \u00266shift-right-click it to close it\u0026r and start the fermentation process. Once the barrel opens again, your fermentation is done, and you can take out your shiny new Niter!", + "ftbquests.chapter.the_color_green.quest46.description3": "Alchemical Niter can be converted in the \u00266Reformation Array\u0026r similar to how you convert sulfur - note, however, that depending on what type you\u0027re converting to, you will produce or require \u00266more than one niter!\u0026r", + "ftbquests.chapter.the_color_green.quest46.title": "Alchemical Conversion", + "ftbquests.chapter.the_color_green.quest47.description1": "The \u00266digestion vat\u0026r lets you \u00266convert sulfurs between rarities!\u0026r Place some niter and sal ammoniac (and if you\u0027re converting up, some alchemically pure gold) into it, and shift-right-click the vat to start the process! \u00266Four of the previous tier converts into one of the next tier, and vice versa.\u0026r", + "ftbquests.chapter.the_color_green.quest47.description2": "This (in combination with the fermentation vat) allows you to convert iron sulfur into common metal niter, down into four abundant metal niter, into four copper sulfur - that\u0027s \u00266FOUR copper per iron!\u0026r", + "ftbquests.chapter.the_color_green.quest47.description3": "This is a metal loop you could try automating...", + "ftbquests.chapter.the_color_green.quest47.description4": "\u00267Tip: you can start and stop the vats using a redstone signal!\u0026r", + "ftbquests.chapter.the_color_green.quest47.title": "Alchemical Exaltation", + "ftbquests.chapter.the_color_green.quest48.description1": "The \u00266Offering Table\u0026r is a special altar that will allow you to convert items into special empowered versions of themselves, most notably tokens and nature-infused ingots.", + "ftbquests.chapter.the_color_green.quest48.description2": "To use it, simply place whatever you want to infuse into it by right-clicking, then throw a \u00266Spirit of Calling\u0026r onto the altar to activate it.", + "ftbquests.chapter.the_color_green.quest48.description3": "\u00267Tip: You can convert more than one item at a time, using only one spirit of calling!\u0026r", + "ftbquests.chapter.the_color_green.quest48.description4": "\u00267Tip 2: this is a multiblock! Check your Book of Natural Aura to see how to build it.", + "ftbquests.chapter.the_color_green.quest49.description1": "You can capture a summoned blaze into a magicked cage. This cage, when placed under a basin, will let you brew potions more efficiently than a brewing stand.", + "ftbquests.chapter.the_color_green.quest5.description1": "Combining the nature-infused iron and some metaphysical heat and structure (courtesy of \u00266nether bricks\u0026r and a \u00266spruce sapling,\u0026r respectively), you can rearrange the latent potential of the metal to turn it into lead!", + "ftbquests.chapter.the_color_green.quest5.description2": "Vastly useful in a variety of mechanical applications, lead is a great first step to leveraging either \u00266raw mechanical power\u0026r or \u00266Ember\u0026r in your pursuits.", + "ftbquests.chapter.the_color_green.quest5.description3": "\u00267Tip: the ancient codex is a little confusing at first, but it will guide you through the Embers mod! Start at Natural Energy, right click entries to mark them as read, and make sure you \u0026lREAD CAREFULLY!", + "ftbquests.chapter.the_color_green.quest5.description4": "\u00267Tip 2: you can use Theurgy to triple ingot output from raw ores!", + "ftbquests.chapter.the_color_green.quest50.description1": "This is it. Using the power of the \u00266Offering Altar,\u0026r and some magically significant materials, you can create the basis of real, sentient life - chicken eggs.", + "ftbquests.chapter.the_color_green.quest50.subtitle": "Well, debatably", + "ftbquests.chapter.the_color_green.quest50.title": "Sentient Life", + "ftbquests.chapter.the_color_green.quest51.description1": "With runes, there are a few other options you have for generating mana:", + "ftbquests.chapter.the_color_green.quest51.description2": "* A \u00266Thermalily\u0026r generates bursts of mana using lava, but will consume lava for no gain if you give it lava too often", + "ftbquests.chapter.the_color_green.quest51.description3": "* An \u00266Entropinnyum\u0026r consumes TNT explosions (and is one of the best generating flowers in the game), but too often and it\u0027ll just blow itself up", + "ftbquests.chapter.the_color_green.quest51.description4": "* A \u00266Munchdew\u0026r consumes leaves, but does not drop saplings.", + "ftbquests.chapter.the_color_green.quest51.description5": "\u00267Tip: some flowers will generate too much mana for a basic spreader! You can use potency and velocity lenses to stretch this, but eventually, you\u0027ll need better spreaders...\u0026r", + "ftbquests.chapter.the_color_green.quest51.title": "Alternative Mana Sources", + "ftbquests.chapter.the_color_green.quest52.description1": "Now that you can turn sulfurs into other sulfurs, you can manually reconstitute \u00266silver sulfur\u0026r and use the \u00266Reformation Array\u0026r to turn gold sulfur into silver sulfur without having to re-make the sulfur over and over again!", + "ftbquests.chapter.the_color_green.quest52.description2": "\u00267Tip: sulfur sulfur sulfur sulfur\u0026r", + "ftbquests.chapter.the_color_green.quest52.title": "Moon Metal", + "ftbquests.chapter.the_color_green.quest53.description1": "The \u00266Wildfire Core\u0026r is a key piece of some advanced dwarven machinery.", + "ftbquests.chapter.the_color_green.quest54.description1": "The \u00266Wildfire Stirling,\u0026r when attached to machines and supplied with steam, increases the efficiency of their ember usage.", + "ftbquests.chapter.the_color_green.quest54.description2": "The first one cuts usage in half, the second one halves it again, and any more decrease the efficiency.", + "ftbquests.chapter.the_color_green.quest55.description1": "The \u00266Ignem Reactor\u0026r is the ultimate solution to high ember requirements - when placed between a \u00266Catalysis\u0026r and \u00266Combustion Chamber,\u0026r it refines ember at a MUCH higher rate than the Ember Activator; up to \u002669x more ember\u0026r per crystal item.", + "ftbquests.chapter.the_color_green.quest55.description2": "\u00267Tip: the Catalysis and Combustion Chambers need fuel to operate, check JEI for their fuels and multipliers.", + "ftbquests.chapter.the_color_green.quest55.title": "Ignem Reactor", + "ftbquests.chapter.the_color_green.quest56.description1": "With the power of alchemy, you can turn a charged attuned stone into a seed capable of turning ember into pure metal! These crystal seeds, when powered with an \u00266Ember Injector,\u0026r will slowly grow and drop metal nuggets.", + "ftbquests.chapter.the_color_green.quest56.description2": "Not every metal can be turned into these seeds, but you have figured out that you can actually \u00266obtain Zinc\u0026r through this alchemical process!", + "ftbquests.chapter.the_color_green.quest56.description3": "\u00267Tip: crystals will slowly level up and drop more and more metal. Moving them resets their level, though!", + "ftbquests.chapter.the_color_green.quest56.subtitle": "Zinc! (and others)", + "ftbquests.chapter.the_color_green.quest56.task_414198583111126714.title": "Any Metal Crystal Seed", + "ftbquests.chapter.the_color_green.quest56.title": "Metal Crystal Seeds", + "ftbquests.chapter.the_color_green.quest57.description1": "With Dawnstone, you can craft ember transferral devices that can handle much more throughput.", + "ftbquests.chapter.the_color_green.quest57.title": "High Volume Ember Transfer", + "ftbquests.chapter.the_color_green.quest58.description1": "Now that you have zinc, you can alloy it with copper to create brass! This is useful almost exclusively for \u00266mechanical contraptions.\u0026r", + "ftbquests.chapter.the_color_green.quest58.description2": "\u00266Electron Tubes\u0026r are also an important step to making more complicated contraptions. ", + "ftbquests.chapter.the_color_green.quest58.description3": "\u00266Rose Quartz\u0026r can be made in a heated basin, combining glowstone and redstone in a sal ammoniac bath.", + "ftbquests.chapter.the_color_green.quest58.title": "Advanced Contraptions", + "ftbquests.chapter.the_color_green.quest59.description1": "Packages and their associated transport items open up a huge amount of logistical freedom.", + "ftbquests.chapter.the_color_green.quest59.description2": "\u00267Tip: for more information, hover these items and hold W to ponder!", + "ftbquests.chapter.the_color_green.quest59.title": "Mechanical Logistics", + "ftbquests.chapter.the_color_green.quest6.description1": "\u00266Ember\u0026r is the lifeblood of the world. Despite whatever happened, there is still virtually infinite Ember available deep underground - you just need to make a machine that can mine it. ", + "ftbquests.chapter.the_color_green.quest6.description2": "Enter the \u00266Ember Bore\u0026r - place it on bedrock, add a \u00266Mechanical Core\u0026r above it so you can pipe things in and out of it, and give it some fuel! It\u0027ll start digging up that sweet, sweet Ember.", + "ftbquests.chapter.the_color_green.quest6.description3": "\u00267Tip: the Mechanical Core acts as an extension for most Embers multiblocks! You can transfer items, fluid, and ember in and out of the core as if it was a part of the block it is attached to.", + "ftbquests.chapter.the_color_green.quest6.description4": "\u00267Tip 2: USE YOUR MECHANICAL LENS! It\u0027s EXTREMELY helpful for figuring out how Ember\u0027s machines work.", + "ftbquests.chapter.the_color_green.quest6.title": "Drilling for Ember", + "ftbquests.chapter.the_color_green.quest60.description1": "With access to brass and electron tubes, you can make a Mechanical Crafter. These, in combination with \u00266factory gauges\u0026r and \u00266package logistics,\u0026r allow you to set up automatic stocking and crafting of items!", + "ftbquests.chapter.the_color_green.quest60.title": "Autocrafting", + "ftbquests.chapter.the_color_green.quest61.description1": "You can fortify infused iron with prosperity shards to create a basic \u00266prosperity ingot,\u0026r ready to augment with agricultural essence.", + "ftbquests.chapter.the_color_green.quest61.description2": "One of the best uses of this ingot is to make a better watering can.", + "ftbquests.chapter.the_color_green.quest61.title": "Better Watering", + "ftbquests.chapter.the_color_green.quest62.description1": "With empowered tokens, you can craft the \u00266Creational Catalyst\u0026r - this removes the innate limit on most aura producing blocks, and lets you overcharge the local area with Aura.", + "ftbquests.chapter.the_color_green.quest62.description2": "\u00267Tip: aureareaurearuea", + "ftbquests.chapter.the_color_green.quest63.description1": "You\u0027ve felt a strange tingling on your skin ever since you woke up - you think this might be a manifestation of \u00266Aura,\u0026r a natural phenomenon that you might be able to further harness.", + "ftbquests.chapter.the_color_green.quest63.description2": "To get started, craft a \u00266Bottle and Cork\u0026r and \u00266right click the air\u0026r to gather some Aura for further study.", + "ftbquests.chapter.the_color_green.quest63.title": "Bottling Sunlight", + "ftbquests.chapter.the_color_green.quest64.description1": "The \u00266Mana Blaster\u0026r is a portable mana spreader that you can fire at will, using mana from a storage device on your person. You can also attach lenses to it, to use their special properties!", + "ftbquests.chapter.the_color_green.quest65.description1": "\u00266Mana Lenses\u0026r can change the properties of a mana burst fired from a spreader. They can increase the color, potency, speed, and even make the burst go \u00266through blocks\u0026r or \u00266break them\u0026r altogether! Read your \u00266Lexica Botania\u0026r for more details.", + "ftbquests.chapter.the_color_green.quest65.description2": "\u00267Tip: the weight lens makes blocks a mana burst hits fall - you can exploit this property to get blocks that normally need silk touch by having them fall onto something like a torch!", + "ftbquests.chapter.the_color_green.quest66.description1": "Now that you have\u00266 Ember\u0026r, what can you do with it?", + "ftbquests.chapter.the_color_green.quest66.description2": "One useful item is the \u00266Hearth Coil\u0026r - when provided with Ember, it can be used as a VERY fast furnace.", + "ftbquests.chapter.the_color_green.quest67.description1": "With \u00266Dawnstone\u0026r comes a better way of activating ember - the \u00266Pressure Refinery.\u0026r", + "ftbquests.chapter.the_color_green.quest67.description2": "It \u00264requires water\u0026r as well, but can boost your ember production up to \u002661.5x the value\u0026r of a plain activator.", + "ftbquests.chapter.the_color_green.quest67.description3": "Additionally, if placed atop a metal block surrounded by lava or fire it can double that, getting up to \u002663x the value\u0026r of crystalline ember! ", + "ftbquests.chapter.the_color_green.quest68.description1": "The \u00266Beam Splitter\u0026r allows you to, well, split beams. Ember sent into it will be divided into two bursts sent out from either end.", + "ftbquests.chapter.the_color_green.quest68.description2": "The \u00266Crystal Cell\u0026r is a much higher capacity way to store Ember - piping more crystalline ember into it will \u00266increase its storage limit.\u0026r", + "ftbquests.chapter.the_color_green.quest68.title": "Advanced Ember Logistics", + "ftbquests.chapter.the_color_green.quest69.description1": "With the acquisition of Dawnstone, you can make a special chamber to manipulate elemental mercury into a source of energy. ", + "ftbquests.chapter.the_color_green.quest69.description2": "The \u00266Mercury Catalyst\u0026r can convert mercury into Mercury Flux (MF) which, in combination with a \u00266Caloric Flux Emitter\u0026r, can be used to power alchemical devices that would normally need a pyromantic brazier underneath them!", + "ftbquests.chapter.the_color_green.quest69.description3": "\u00267Tip: one mercury shard produces as much energy as one piece of charcoal!", + "ftbquests.chapter.the_color_green.quest69.title": "Mercurial Power", + "ftbquests.chapter.the_color_green.quest7.description1": "The combination of brilliant fiber and nether bricks is superficially similar to the weak gold ore deposits you remember existing in the Nether. They\u0027re so similar, in fact, that \u00266a Pure Daisy will convert Golden Nether Bricks into Nether Gold Ore!\u0026r", + "ftbquests.chapter.the_color_green.quest7.description2": "\u00267Tip: there is a better way to make brilliant fiber, but you\u0027ll need to get blaze powder somehow... ", + "ftbquests.chapter.the_color_green.quest7.title": "Gold", + "ftbquests.chapter.the_color_green.quest70.description1": "With high enough aura in an area, \u00266dried earth will slowly convert to dirt!\u0026r", + "ftbquests.chapter.the_color_green.quest70.description2": "If you want to stop this effect from happening, \u00266Powder of Dried Stasis\u0026r will prevent the conversion of dried earth to dirt in the area it\u0027s placed in.", + "ftbquests.chapter.the_color_green.quest70.subtitle": "pseudo-terraforming", + "ftbquests.chapter.the_color_green.quest70.title": "Regrowth?", + "ftbquests.chapter.the_color_green.quest71.description1": "The \u00266Bin\u0026r is a fantastic block that automatically collects the outputs of various dwarven machinery.", + "ftbquests.chapter.the_color_green.quest71.description2": "Simply attach it to the \u00266bottom\u0026r of a machine (like, say, the stamper base) and it\u0027ll fill up with products.", + "ftbquests.chapter.the_color_green.quest72.description1": "With an imitation blaze head and a couple of real magical reagents, you can \u00266summon a real blaze!\u0026r", + "ftbquests.chapter.the_color_green.quest72.description2": "This summoned blaze always drops at least 3 blaze rods. ", + "ftbquests.chapter.the_color_green.quest72.description3": "\u00267Tip: the ritual to summon the blaze is described in the Reclamation Rituals book.\u0026r", + "ftbquests.chapter.the_color_green.quest72.title": "Real Blazes", + "ftbquests.chapter.the_color_green.quest8.description1": "The \u00266Pure Daisy\u0026r is able to turn mundane stone and logs into much more naturally-aligned versions of themselves.", + "ftbquests.chapter.the_color_green.quest8.title": "Living Materials", + "ftbquests.chapter.the_color_green.quest9.description1": "You can use a bucket to \u00266strategically place lava and water\u0026r to make a nether portal frame. It\u0027s not ideal, but it\u0027s definitely easier than trying to mine obsidian with an iron pickaxe!", + "ftbquests.chapter.the_color_green.quest9.description2": "Similar to the overworld, the nether is bare of ores and even more devoid of life - \u00264there are zero spawns there, and only one biome.", + "ftbquests.chapter.the_color_green.quest9.description3": "\u00267Tip: you can also make obsidian on the natural altar - but be warned, it\u0027s pretty costly aura-wise!", + "ftbquests.chapter.the_color_green.quest9.task_4075772383648127092.title": "Visit the Nether", + "ftbquests.chapter.the_color_green.quest9.title": "The Nether", + "ftbquests.chapter.the_color_green.title": "Touching Grass", + "ftbquests.chapter.the_hunt_for_grass.quest1.description1": "Now that you have dirt, your next step is to turn it into grass, so that you can start bringing a little bit of green into the world.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description1": "Plants in Agricraft are diploid organisms - essentially, every plant has two sets of attributes: active and inactive (or dominant and recessive). \u00266The active trait is the one that actually affects the plant,\u0026r but the inactive trait comes into play when breeding plants together. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description2": "When a crossbreed occurs, each plant \u00266adjacent\u0026r to the crossbreed crop sticks has a \u00266chance\u0026r depending on its \u00266fertility\u0026r to count as a parent. If there\u0027s only one parent selected, the resulting plant is a clone. If more than one parent is selected, each has a chance to pass on one half of its genes to the resulting plant.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description3": "For example, if you bred a plant with gain of 3-2 with a plant who\u0027s gain is 4-2, it would result in a plant with a gain stat of either 4-3, 4-2, 3-2, or 2-2. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description4": "To figure out what the possibilities are for two parent plants, you can use a punnett square:", + "ftbquests.chapter.the_hunt_for_grass.quest10.description5": "Each square has an equal chance of getting chosen - additionally, there is a small chance for a mutation to occur; whether this mutation is beneficial or not depends on each parent\u0027s \u00266mutativity stat.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest10.image0": "{image:reclamation:textures/quests/punnett.png width:150 height:150 align:center}", + "ftbquests.chapter.the_hunt_for_grass.quest10.task_2773659192565899586.title": "What the heck are these numbers?", + "ftbquests.chapter.the_hunt_for_grass.quest10.title": "How do I get better stats?", + "ftbquests.chapter.the_hunt_for_grass.quest11.description1": "Each plant has five stats, when planted on crop sticks. You can see these stats by crouching and looking at the plant, or using a magnifying glass. The stats affect a variety of things:", + "ftbquests.chapter.the_hunt_for_grass.quest11.description2": "\u00266Fertility\u0026r is how likely a plant is to get chosen as a parent for cross-breeding.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description3": "\u00266Gain\u0026r increases how much a plant will produce when harvested.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description4": "\u00266Growth\u0026r affects the speed a plant grows at.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description5": "\u00266Mutativity\u0026r raises the chance for a cross-breed (when it occurs) to be beneficial.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description6": "\u00266Strength\u0026r broadens the possible growing conditions for a plant - for example, cactus can always grow on sand, but with a strength of 10, it can grow on normal farmland!", + "ftbquests.chapter.the_hunt_for_grass.quest11.subtitle": "What do they mean?", + "ftbquests.chapter.the_hunt_for_grass.quest11.task_7047347176409476035.title": "Read", + "ftbquests.chapter.the_hunt_for_grass.quest11.title": "The numbers, Mason!", + "ftbquests.chapter.the_hunt_for_grass.quest12.description1": "That was A LOT of info - what it boils down to is higher numbers \u003d better, breed higher statted plants together to get better plants, use bonemeal on cross sticks to speed up the crossbreeding process. ", + "ftbquests.chapter.the_hunt_for_grass.quest12.description2": "If your plant is not growing, look at it while crouching - it might need a different type of soil.", + "ftbquests.chapter.the_hunt_for_grass.quest12.description3": "\u00267Tip: getting your first beneficial mutation \u00264will be slow,\u00267 but you can speed it up by \u00266planting crops in a plus shape,\u00267 with the cross sticks in the middle! This means each potential crossbreed has \u00266four\u00267 chances to pick parents, instead of \u00264just two.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest12.subtitle": "English, poindexter?", + "ftbquests.chapter.the_hunt_for_grass.quest12.task_7762997780188473985.title": "WAY too complicated", + "ftbquests.chapter.the_hunt_for_grass.quest12.title": "That was a lot...", + "ftbquests.chapter.the_hunt_for_grass.quest13.description1": "Now that you have a way to grow and breed plants, you should get started on broadening your base of food. Either \u00266breed the plants you have\u0026r into the two other staple crops from the old world, or \u00266find them on the mutated inhabitants\u0026r of the new.", + "ftbquests.chapter.the_hunt_for_grass.quest13.description2": "\u00267Tip: to find mutations, look up the recipe for the seed of the plant in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.description3": "\u00267Tip 2: to see what conditions a seed needs to grow (including what blocks it can grow on), check the uses of the seed in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.title": "Edible Plants", + "ftbquests.chapter.the_hunt_for_grass.quest14.description1": "At some point, you\u0027re going to run out of ruins. Thankfully, there is a special kind of flower called the \u00266Cuprosia \u0026ryou can breed that can harvest \u00266trace amounts of copper from the water.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest14.description2": "\u00267Tip: the flower will only grow in a waterlogged crop. If you successfully crossbreed the Cuprosia but the crop stick it\u0027s on is not waterlogged, \u00264it will not grow. \u00267Additionally, it can \u00264only grow on gravel\u00267 at strength 1.", + "ftbquests.chapter.the_hunt_for_grass.quest14.description3": "\u00267Tip 2: plant species can be recessive! Use your magnifying glass.", + "ftbquests.chapter.the_hunt_for_grass.quest14.title": "Growing copper?", + "ftbquests.chapter.the_hunt_for_grass.quest15.description1": "Now you have to find a way to turn the nascent life energy within the tree into some form of grass. There was a ritual you remember that was able to condense said energy into a special seed...", + "ftbquests.chapter.the_hunt_for_grass.quest15.description2": "Witchcraft can help you here - brew up some \u00266brilliant fiber,\u0026r apply it to some tree leaves, and watch it \u00266spread!\u0026r Once you have enough, break the leaves - the gilded leaves you\u0027ll get will be able to crush into a \u00266fine gold dust,\u0026r perfect for this ritual.", + "ftbquests.chapter.the_hunt_for_grass.quest15.title": "Gold Leaf", + "ftbquests.chapter.the_hunt_for_grass.quest16.description1": "Now that you have a way to conduct the ritual, you can create a \u00266Pasture Seed,\u0026r which will let you finally \u00266bring back grass to the world!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest16.description2": "\u00267To find out how to actually do the ritual, check how to do a Ritual of the Forest in your Book of Natural Aura.", + "ftbquests.chapter.the_hunt_for_grass.quest16.title": "Ritual of the Forest", + "ftbquests.chapter.the_hunt_for_grass.quest17.description1": "The \u00266Witch\u0027s Oven\u0026r can be used to distill saplings into \u00266special magic fumes,\u0026r which are especially potent in a variety of magical rites.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description1": "Using some sapling fumes and some plantlife, you can create \u00266Pasture Seeds\u0026r - special seeds that will place an \u00266area of grass\u0026r on nearby dirt.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description2": "\u00267Tip: due to a bug in the mod, watering cans will not work to start the ritual of the forest!", + "ftbquests.chapter.the_hunt_for_grass.quest18.subtitle": "Not as green as I\u0027d like...", + "ftbquests.chapter.the_hunt_for_grass.quest18.title": "Grass!", + "ftbquests.chapter.the_hunt_for_grass.quest19.description1": "The composter can turn \u00266extra seeds and crops into bonemeal!\u0026r No more hunting skeletons in the middle of the night.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description1": "Even through the lack of nutrients in the soil, some especially-tough tufts of grass have held on. Some even have \u00266seeds that you can find\u0026r and try to coax to life.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description2": "Some of these seem \u00266especially magical\u0026r - you wonder if you could use them in any way...", + "ftbquests.chapter.the_hunt_for_grass.quest2.description3": "\u00267Tip: you\u0027ll probably only want to harvest mandrake at night until you get its strength up!", + "ftbquests.chapter.the_hunt_for_grass.quest2.title": "Seeds", + "ftbquests.chapter.the_hunt_for_grass.quest20.description1": "You can get straw rarely by cutting grass with a \u00266knife.\u0026r Use it to make leads, ropes, and building blocks!", + "ftbquests.chapter.the_hunt_for_grass.quest20.task_1283594596619655186.title": "Any Knife", + "ftbquests.chapter.the_hunt_for_grass.quest20.title": "Straw", + "ftbquests.chapter.the_hunt_for_grass.quest21.description1": "You can turn bonemeal, dirt, and some organic material into \u00266organic compost.\u0026r When placed down, the compost will\u00266 turn into rich soil \u0026rafter a while (sped up by sunlight, water, and proximity to other rich soil or mushrooms), which grows most crops \u00266faster than regular farmland!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest21.title": "Rich Farmland", + "ftbquests.chapter.the_hunt_for_grass.quest22.description1": "Now that you have access to iron, you can make a \u00266watering can.\u0026r Higher-tier versions exist and are much better, but the basic version can still speed up the growth of crops.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description1": "This pack contains \u00266Via Romana\u0026r, a sign-based fast travel system. In order to fast travel using signs, you must first \u00266build a path and traverse it\u0026r before you can teleport across it. ", + "ftbquests.chapter.the_hunt_for_grass.quest23.description2": "\u00266Shift-left-click\u0026r on a sign at the start of your path, then \u00266shift-left-click\u0026r on a sign at the end of your path. Once you start pathing from one sign to the other, you need to follow a player-made path. If you deviate, you\u0027ll \u0026cstop\u0026r building the fast travel route and have to backtrack.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description3": "Once linked, just punch the sign and you\u0027ll fast travel!", + "ftbquests.chapter.the_hunt_for_grass.quest23.description4": "\u00267Tip: to see what blocks count as path blocks, search \u00262#via_romana:path_block\u00267 in your recipe viewer.", + "ftbquests.chapter.the_hunt_for_grass.quest23.task_5888718684745127233.title": "Any Warpable Sign", + "ftbquests.chapter.the_hunt_for_grass.quest23.title": "Signpost Travel", + "ftbquests.chapter.the_hunt_for_grass.quest24.description1": "\u00266Fume Funnels,\u0026r when placed next to a Witch\u0027s Oven, raise the chance of getting fumes from items.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description1": "Tired of hearing those godforsaken \u00266mandrakes\u0026r shriek? Make some \u00266earmuffs!\u0026r They\u0027ll protect you from getting your ears blown out by their piercing scream.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description2": "\u00267Tip: the higher the strength stat on mandrake is, the less likely they are to wake up.", + "ftbquests.chapter.the_hunt_for_grass.quest25.title": "OSHA Approved", + "ftbquests.chapter.the_hunt_for_grass.quest26.description1": "With the re-introduction of actual saplings to the world, you might want to make slightly better tools than the basic pickaxe and axe you\u0027re used to.", + "ftbquests.chapter.the_hunt_for_grass.quest26.description2": "The \u00266Hammer, Excavator, and Broadaxe\u0026r can break blocks in a \u002663x3 area\u0026r (and the broadaxe breaks in \u002663x3x3!\u0026r), making terraforming and general resource collection much easier.", + "ftbquests.chapter.the_hunt_for_grass.quest26.task_4941645910113139201.title": "Any AOE Tool", + "ftbquests.chapter.the_hunt_for_grass.quest3.description1": "Unless you get lucky and find an ingot or two among the husks, you\u0027ll need some way to make iron ingots. ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description2": "Luckily, one of those plants you found has a rudimentary circulatory system, which has enough thematic overlap with actual hemoglobin that you can use it to precipitate hemoglobic fluid...", + "ftbquests.chapter.the_hunt_for_grass.quest3.description3": "Basically, you found a \u00266plant that grows blood\u0026r and you\u0027re gonna \u00266make iron out of it\u0026r by putting it into a \u00266Sal Ammoniac Accumulator above a Fluid Vessel.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description4": "\u00267Note: A Sal Ammoniac tank is meant only for sal ammoniac, so you \u0026oneed\u0026r\u00267 to place the \u0026lfluid vessel\u0026r\u00267 below it.", + "ftbquests.chapter.the_hunt_for_grass.quest3.title": "Hemoglobic Fluid", + "ftbquests.chapter.the_hunt_for_grass.quest4.description1": "Now that you have your hemoglobic fluid, you can \u00266use it as a solvent in your Liquefaction Cauldron to liquify copper\u0026r - the iron in the fluid will transform the copper sulfur into \u00266Iron Alchemical Sulfur.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.description2": "You\u0027ll also need some \u00266Mineral Alchemical Salt\u0026r - you can get this by \u00266calcifying charcoal,\u0026r or re-calcifying \u00266a large amount of Strata salt.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.title": "Salt and Sulfur", + "ftbquests.chapter.the_hunt_for_grass.quest5.description1": "You\u0027re almost there! Just throw the \u00266Iron Alchemical Sulfur, Mineral Alchemical Salt, \u0026rand\u00266 Alchemical Mercury\u0026r into the \u00266Incubator, \u0026rand you\u0027ll have iron!", + "ftbquests.chapter.the_hunt_for_grass.quest6.description1": "You can mash up the magical plants you\u0027ve found into something you\u0027re calling \u00266Anointing Paste.\u0026r You\u0027re pretty sure you can apply it to something, but what? ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description1": "Now that you have a bit of iron, you can make a cauldron and \u00266anoint\u0026r it to make a \u00266Witch\u0027s Cauldron\u0026r - a magically-insulated vessel for brewing all sorts of witchy goodness. ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description2": "Fill it with three buckets of water, place it over a campfire, and it\u0027ll start boiling!", + "ftbquests.chapter.the_hunt_for_grass.quest7.description3": "\u00267Tip: if your brew spoils (turns brown because you put items in out of order or incorrectly), you can use an empty bucket to empty the cauldron.", + "ftbquests.chapter.the_hunt_for_grass.quest7.task_2385086996515714487.title": "Anoint a Cauldron", + "ftbquests.chapter.the_hunt_for_grass.quest8.description1": "With a little bit of magic (and a reinforced witchy cauldron), you can make a \u00266potent mutagen\u0026r - potent enough to mutate those \u00266dead bushes\u0026r you\u0027ve been seeing around into \u00266actual saplings!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest8.subtitle": "Minor necromancy", + "ftbquests.chapter.the_hunt_for_grass.quest8.task_6488684102089578318.title": "Any Sapling", + "ftbquests.chapter.the_hunt_for_grass.quest8.title": "Saplings!", + "ftbquests.chapter.the_hunt_for_grass.quest9.description1": "The seeds you\u0027ve been finding have uniquely adapted themselves to their harsh environment. As a consequence, however, they\u0027ve become \u00264much less productive, focusing entirely on survival.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest9.description2": "You can try to selectively breed your meager collection of seeds together to make them \u00266grow faster\u0026r and \u00266produce more,\u0026r or even try \u00266cross-breeding them\u0026r to start bringing back extinct species of plant...", + "ftbquests.chapter.the_hunt_for_grass.quest9.description3": "To start, plant any seeds you have onto specially-prepared \u00266Crop Sticks.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.title": "A Whiff of Normal", + "ftbquests.chapter.the_sound_of_life.quest1.description1": "Debatably sentient life in the form of chickens! Even more importantly, these chickens will produce \u00266eggs,\u0026r the root of all fauna.", + "ftbquests.chapter.the_sound_of_life.quest1.title": "Sentient Life", + "ftbquests.chapter.the_sound_of_life.quest10.description1": "You can upgrade your blood altar by placing runes around it - your \u00266Sanguine Scientiem\u0026r can give you specifics. A tier 2 altar can create \u00266Reinforced Slates!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest10.description2": "Used for creating special runes that give your blood altar benefits, among other things, they are just that much more potent than a regular blank slate.", + "ftbquests.chapter.the_sound_of_life.quest10.title": "Tier 2 Slates", + "ftbquests.chapter.the_sound_of_life.quest11.description1": "A tier 3 altar can create \u00266Imbued Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.description2": "Even stronger than the reinforced version, they can make even better rune upgrades for your blood altar, as well as the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.title": "Tier 3 Slates", + "ftbquests.chapter.the_sound_of_life.quest12.description1": "The \u00266Alchemical Reaction Chamber\u0026r is capable of a great many things, but one of the most important is its ability to produce gems - \u00266diamond, lapis, and amethyst.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description1": "With access to gems, you can make a \u00266Tainted Blood Pendant,\u0026r which you can then infuse with \u00266Regeneration!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description2": "This makes poking yourself for life essence much more bearable...", + "ftbquests.chapter.the_sound_of_life.quest13.description3": "\u00267Tip: prismarine can be made either through Create\u0027s haunting or Nature\u0027s Aura\u0027s Natural Altar.", + "ftbquests.chapter.the_sound_of_life.quest14.description1": "Alchemizing with lifeforce provides the extra punch needed to transmute base materials into \u00266precious gems\u0026r using the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest14.description2": "\u00267Tip: once you\u0027ve made one of a specific kind of gem, you can use Theurgy to convert more materials into that gem\u0027s sulfur without having to go through the whole blood transmutation again!", + "ftbquests.chapter.the_sound_of_life.quest14.title": "Gems!", + "ftbquests.chapter.the_sound_of_life.quest15.description1": "A renewable source of gems would be much appreciated - thankfully, you can perform a \u00266special wiccan ritual\u0026r to turn a block of amethyst into its budding version.", + "ftbquests.chapter.the_sound_of_life.quest15.description2": "\u00267Tip: you can use blood magic\u0027s arcane ashes to draw a pentagram on your altar, giving it an addtional 1.5x boost to total power capacity!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest15.description3": "\u00267Tip 2: the instructions for this ritual can be found in your Reclamation Rituals book.", + "ftbquests.chapter.the_sound_of_life.quest16.description1": "Now that you have access to gems, you can start to manipulate \u00265Source, \u0026ranother type of magical energy you remember from before.", + "ftbquests.chapter.the_sound_of_life.quest16.description2": "To start, you\u0027ll want to turn lapis or amethyst shards into source gems using an \u00266Imbuement Chamber.\u0026r However, for an Imbuement Chamber, you\u0027ll need a special kind of wood. Because \u00265Source\u0026r is innately intertwined with \u00264Life Essence,\u0026r infusing an already magically-resonant tree with \u00264Life Essence\u0026r should produce a suitable sapling.", + "ftbquests.chapter.the_sound_of_life.quest16.description3": "\u00267Tip: you can convert between the four types of sapling using a mana pool!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest16.title": "Archwood", + "ftbquests.chapter.the_sound_of_life.quest17.description1": "With Archwood, you can now create \u00266Source Gems,\u0026r a perfect focusing medium for the arcane energies of \u00265Source.\u0026r Just toss some amethyst or lapis into an \u00266Imbuement Chamber!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest17.description2": "At first, you\u0027ll be slowly imbuing gems with the trace amounts present in the air, but once you get a way to generate \u00265Liquid Source,\u0026r you\u0027ll be converting gems in a flash!", + "ftbquests.chapter.the_sound_of_life.quest17.title": "Source Gems", + "ftbquests.chapter.the_sound_of_life.quest18.description1": "By offering an \u00266Imbued Slate\u0026r to the gods, you can convert mundane iron into the dense ingot of \u00266Osmium.\u0026r This metal is crucial to advanced mechanical applications.", + "ftbquests.chapter.the_sound_of_life.quest18.title": "Supermassive", + "ftbquests.chapter.the_sound_of_life.quest19.description1": "Now that you have a source of power, you\u0027ll want to start making real machinery. Your first step - a \u00266Metallurgic Infuser.\u0026r This machine can do a wide varity of things, but one of the most important is its ability to create \u00266steel,\u0026r another critical metal for your foray into technology.", + "ftbquests.chapter.the_sound_of_life.quest19.description2": "Infusing \u00266iron with coal,\u0026r while inefficient, is your only real way to make it - at least for now.", + "ftbquests.chapter.the_sound_of_life.quest19.title": "Steel", + "ftbquests.chapter.the_sound_of_life.quest2.description1": "Now that you have access to a breedable animal, you can utilize their excess vitalic energy to birth new creatures. ", + "ftbquests.chapter.the_sound_of_life.quest2.description2": "In an area with high Aura concentration, \u00266breeding mobs together\u0026r will generate \u00266Spirits of Birthing.\u0026r These spirits can be tossed alongside some other reagents onto an \u00266Altar of Birthing\u0026r to spawn new creatures.", + "ftbquests.chapter.the_sound_of_life.quest2.title": "Altar of Birthing", + "ftbquests.chapter.the_sound_of_life.quest20.description1": "The basis of every machine worth making, \u00266a Steel Casing \u0026ropens up limitless possibilities. ", + "ftbquests.chapter.the_sound_of_life.quest20.description2": "Almost quadrupling raw ore into ingots, turning plants into energy, or even fusion reactors all start with the humble steel casing.", + "ftbquests.chapter.the_sound_of_life.quest20.title": "Basic Machinery", + "ftbquests.chapter.the_sound_of_life.quest21.description1": "The \u00266Enrichment Chamber\u0026r can slightly boost the outputs of raw ores, clean blocks, and refine reagents for the \u00266Metallurgic Infuser,\u0026r creating enriched versions of items that are \u002668 times more efficient!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest22.description1": "Before you can do anything related to machinery, you\u0027ll need a source of power. Thankfully, \u0026bbotanic mana\u0026r is easily convertible to \u0026credstone flux.\u0026r Simply point a mana spreader at a \u00266Mana Fluxfield\u0026r and it\u0027ll output \u0026cRF\u0026r to any adjacent blocks.", + "ftbquests.chapter.the_sound_of_life.quest22.description2": "\u00267You can also use a heat generator, but it\u0027s VERY inefficient and (probably) not even worth making!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description1": "With the acquisition of lapis, you can now make the \u00266Terrestrial Agglomeration Plate,\u0026r a necessary step in your mastery of \u0026bbotanic mana.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description2": "Combining mana-infused versions of a diamond, an ender pearl, and iron (alongside a tremendous amount of mana) creates \u00266Terrasteel,\u0026r a unique alloy that is incredibly strong and mana conductive.", + "ftbquests.chapter.the_sound_of_life.quest23.description3": "\u00267Tip: use sparks instead of mana spreaders for a much faster mana transfer rate!", + "ftbquests.chapter.the_sound_of_life.quest23.title": "Terrasteel", + "ftbquests.chapter.the_sound_of_life.quest24.description1": "Steel allows you to make better pipes of all kinds, able to transport items, fluids, RF, chemicals, and even heat. These have a number of \u00266advantages over caminite-based alternatives,\u0026r mainly their lack of reliance on redstone and their upgradeability.", + "ftbquests.chapter.the_sound_of_life.quest24.task_1474346775141796701.title": "Any Basic Logistic Item", + "ftbquests.chapter.the_sound_of_life.quest24.title": "Advanced Logistics", + "ftbquests.chapter.the_sound_of_life.quest25.description1": "The \u00266Rotary Condensentrator\u0026r allows you to convert liquids to gases, and vice versa. This is useful for storage purposes, but it also allows you to aerate Life Essence!", + "ftbquests.chapter.the_sound_of_life.quest26.description1": "The \u00266Gas-Burning Generator\u0026r can produce a large amount of RF very quickly - it\u0027s a solid midrange option that will most likely carry your energy needs until you start making reactors.", + "ftbquests.chapter.the_sound_of_life.quest26.description2": "\u00266Aerated Essence \u0026ris relatively easy to produce, and can be burned to produce a solid amount of RF. It\u0027s macabre, but it works!", + "ftbquests.chapter.the_sound_of_life.quest27.description1": "\u00266Ethylene\u0026r is another gas you can burn in the gas-burning generator; even a small amount can be burned for a rather large amount of energy.", + "ftbquests.chapter.the_sound_of_life.quest27.description2": "\u00267Note: Ethylene burning has been nerfed in this pack! It\u0027s still useful, just not as absolutely game-breakingly energy dense as it normally is.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest27.title": "Ethylene", + "ftbquests.chapter.the_sound_of_life.quest28.description1": "Ethylene can be further mixed with Aerated Essence to produce Blooded Ethylene, a much more energy-dense gas that can burn for longer in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest28.title": "Blooded Ethylene", + "ftbquests.chapter.the_sound_of_life.quest29.description1": "The \u00266Crusher\u0026r is great for turning things into smaller, powdery versions of themselves. It\u0027s also great at turning plants into \u00266Bio Fuel!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest3.description1": "Blood magic is a pathway to many abilities some consider to be unnatural.", + "ftbquests.chapter.the_sound_of_life.quest3.description2": "To start, make a few \u00266soul snares\u0026r and \u00266throw them at monsters before killing them.\u0026r These snared monsters will drop \u00266demonic will\u0026r, which you\u0027ll need to get started!", + "ftbquests.chapter.the_sound_of_life.quest3.title": "Blood Magic", + "ftbquests.chapter.the_sound_of_life.quest30.description1": "\u00266Bio Fuel\u0026r can be turned directly into energy in the \u00266Bio-Generator,\u0026r or further refined into ethylene for burning in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest30.title": "Bio Fuel", + "ftbquests.chapter.the_sound_of_life.quest31.description1": "The \u00266Purification Chamber,\u0026r in combination with oxygen and some further processing, can double raw ore outputs.", + "ftbquests.chapter.the_sound_of_life.quest31.description2": "Ore clumps can be crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest31.description3": "\u00267Tip: gas upgrades can be placed into some machines to make them more efficient in their use of chemicals!", + "ftbquests.chapter.the_sound_of_life.quest32.description1": "The \u00266Chemical Dissolution Chamber\u0026r is the next step in your ore processing - with the chamber as a starting point and some hydrogen chloride, it can turn 3 ore into 8 shards, which eventually get processed into ingots.", + "ftbquests.chapter.the_sound_of_life.quest32.description2": "To make hydrogen chloride, you\u0027ll need a renewable source of chlorine. The \u00266Thermal Evaporation Tower Multiblock\u0026r can turn plain water into brine, which can then be electrolysed into chlorine.", + "ftbquests.chapter.the_sound_of_life.quest32.description3": "Shards need to be purified into clumps, crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.description1": "The final refinement to your ore refinement process: the \u00266Chemical Washer and Crystallizer\u0026r can wash and crystallize ore slurry, at a 3 raw ore to eventual 10 ingot ratio.", + "ftbquests.chapter.the_sound_of_life.quest33.description2": "You\u0027ll need sulfur for sulfuric acid, which you can make through judicious application of oxygen to charcoal.", + "ftbquests.chapter.the_sound_of_life.quest33.description3": "Dirty ore slurry needs to be washed into clean ore slurry, then crystallized into crystals, which then get thrown into the \u00266Chemical Injection Chamber\u0026r to get turned into shards, which purify into clumps, crush into dirty dust, enrich into clean dust, and then finally smelt into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.title": "REAL Ore Processing", + "ftbquests.chapter.the_sound_of_life.quest34.description1": "To make the next tier of altar, you\u0027ll need bloodstone bricks to cap the next set of pillars. However, these require blood shards to make; blood shards require \u00266tau fruit. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest34.description2": "Despite your best efforts, you can\u0027t breed tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest34.description3": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of Tau Fruit. Go forth, ", + "ftbquests.chapter.the_sound_of_life.quest34.title": "Blooded Rituals", + "ftbquests.chapter.the_sound_of_life.quest35.description1": "\u00266Blood Shards\u0026r are a very handy thing for someone of your talents to have around. Despite your best efforts, however, you can\u0027t breed the necessary tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest35.description2": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of tau fruit. ", + "ftbquests.chapter.the_sound_of_life.quest35.description3": "\u00267Tip: once you have some, planting tau fruit and having it grow while something is standing on it will eventually create a saturated tau.", + "ftbquests.chapter.the_sound_of_life.quest35.title": "Blood Shards", + "ftbquests.chapter.the_sound_of_life.quest36.description1": "With access to blood shards, you can finally make a tier 4 altar and\u00266 Demonic Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest36.description2": "Yet still stronger than Imbued Slates, these bad boys pack quite an essence-filled punch! You can use these for ritual paraphernalia as well as more altar upgrades.", + "ftbquests.chapter.the_sound_of_life.quest36.title": "Tier 4 Slates", + "ftbquests.chapter.the_sound_of_life.quest37.description1": "The \u00266Dusk\u0026r version of the \u00266Ritual Diviner\u0026r will allow you to perform even stronger rituals - chief among these being the \u00266Pathway to the Endless Realm.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.description2": "Once performed, you will be presented with a gate to the Demon Realm proper - a sprawling labyrinth of rooms which contain strong enemies, plentiful loot, and the curious ore known as \u00266Demonite.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.title": "Dusk Rituals", + "ftbquests.chapter.the_sound_of_life.quest38.description1": "\u00266Demonite\u0026r can be found rarely in the \u00266Demon Realm,\u0026r either as an ore block or as loot in chests.", + "ftbquests.chapter.the_sound_of_life.quest38.description2": "You also remember that there was a \u00266special key\u0026r for \u00266spatial distortions\u0026r that led you to the mines, which held much more valuable loot...", + "ftbquests.chapter.the_sound_of_life.quest39.description1": "The single most powerful slate you can make,\u00266 Ethereal Slates\u0026r require a tier 5 altar to craft.", + "ftbquests.chapter.the_sound_of_life.quest39.description2": "Alongside netherite scraps and some \u00266looted parts\u0026r from the Demon Realm, these slates can be used to upgrade altar runes, making them \u00266twice as powerful.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest39.title": "Tier 5 Slates", + "ftbquests.chapter.the_sound_of_life.quest4.description1": "One of the most common things you\u0027ll need in the pursuit of sanguine magic is a base material of stone doped in blood - excellent for channelling these dark energies.", + "ftbquests.chapter.the_sound_of_life.quest4.description2": "You\u0027ll need to make quite a few to upgrade your blood altar!", + "ftbquests.chapter.the_sound_of_life.quest40.description1": "Now that you have access to dusk rituals, you can use either a \u00266Ritual of the Feathered Knife\u0026r or a \u00266Well of Suffering\u0026r to automate the collection of life essence.", + "ftbquests.chapter.the_sound_of_life.quest40.description2": "To get even more out of your rituals, you can use the \u00266Ritual Tinkerer!\u0026r Read your \u00266Sanguine Scientiem\u0026r for more information.", + "ftbquests.chapter.the_sound_of_life.quest40.description3": "\u00267Tip: if you can supply mobs to the well constantly (or give them a source of regenerating health), you could fully automate life essence collection...", + "ftbquests.chapter.the_sound_of_life.quest40.title": "Useful Rituals", + "ftbquests.chapter.the_sound_of_life.quest41.description1": "The \u00266Incense Altar\u0026r is the center of a large freeform multiblock structure focused on bringing a sense of tranquility to players. With enough peace of mind, you can perform self-sacrifice with a much smoother hand - at high levels, you can get as much as \u00266quadruple the normal amount of life essence!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest41.description2": "For more information on this structure, take a look at your \u00266Sanguine Scientiem.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description1": "With enough Demonic Will, you reach a critical mass that can eventually \u00266generate will\u0026r ex nihilo! Simply burn some into the local aura by throwing will into a \u00266Demon Crucible,\u0026r then wait for it to crystallize on the \u00266Demon Crystallizer. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description2": "With enough will in the aura, the crystal will grow extra spires you can harvest and re-burn; each crystal past the first takes 40 will to grow but \u00266burns into 50!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description3": "Now if only there was some way to automate this...", + "ftbquests.chapter.the_sound_of_life.quest42.description4": "\u00267Tip: for more info, read your Sanguine Scientiem!", + "ftbquests.chapter.the_sound_of_life.quest42.title": "Crystallized Will", + "ftbquests.chapter.the_sound_of_life.quest43.description1": "With the \u00266Resonance of the Faceted Crystal\u0026r ritual, you can split one well-established Will Crystal into four separate aspected crystals! This aspected will is handy for all sorts of things, but one of the most useful things you can do is use it in other rituals to \u00266change the way they perform.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest43.description2": "\u00267Tip: it\u0027s possible to fully automate the growing, splitting, and harvesting of crystals using rituals!", + "ftbquests.chapter.the_sound_of_life.quest43.title": "Aspected Will", + "ftbquests.chapter.the_sound_of_life.quest44.description1": "With access to Terrasteel, you can make the third tier of botanic runes: \u00266Sin Runes.\u0026r These can be used to make better baubles, more powerful flowers, and more!", + "ftbquests.chapter.the_sound_of_life.quest44.task_6010537284078335274.title": "Any Sin Rune", + "ftbquests.chapter.the_sound_of_life.quest44.title": "Sin Runes", + "ftbquests.chapter.the_sound_of_life.quest45.description1": "With Terrasteel, you can utilize an old ritual to open a \u00266gateway to Alfheim,\u0026r which you\u0027re certain has escaped whatever happened to this world. The portal won\u0027t be able to transport living beings, but maybe you can trade for some \u00266useful materials?\u0026r", + "ftbquests.chapter.the_sound_of_life.quest45.description2": "\u00267Tip: For more information on the portal, read your Lexica Botania! For even more than that, throw your entire Lexica Botania into the portal! (but make sure you don\u0027t throw your Akashic Tome away!)", + "ftbquests.chapter.the_sound_of_life.quest45.title": "The Portal to Alfheim", + "ftbquests.chapter.the_sound_of_life.quest46.description1": "The \u00266Elven Mana Spreader\u0026r is much more efficient than it\u0027s livingwood predecessor - it shoots larger bursts faster and farther.", + "ftbquests.chapter.the_sound_of_life.quest46.title": "Better Spreader", + "ftbquests.chapter.the_sound_of_life.quest47.description1": "With Sin Runes and elven materials, you can craft a special flower that \u00266generates ore in nearby stone or deepslate!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest47.description2": "As far as you\u0027re concerned, this is more proof that you can solve any problem if you throw enough raw mana at something.", + "ftbquests.chapter.the_sound_of_life.quest47.subtitle": "but not ad astra!", + "ftbquests.chapter.the_sound_of_life.quest47.title": "Ex Nihilo", + "ftbquests.chapter.the_sound_of_life.quest48.description1": "The \u00266Scribe\u0027s Table\u0026r allows you to create new glyphs for spellbooks. As far as spellbooks go, you have a couple options - use either pure arcane mana or life essence to fuel your spells.", + "ftbquests.chapter.the_sound_of_life.quest48.title": "Spellcasting", + "ftbquests.chapter.the_sound_of_life.quest49.description1": "Source can be generated in a variety of ways, but you\u0027ll need to do something to get it into a much more useable liquid form. ", + "ftbquests.chapter.the_sound_of_life.quest49.description2": "\u00266Sourcelinks\u0026r will gather it for you, but you\u0027ll also need to make a \u00266jar\u0026r to store the generated source.", + "ftbquests.chapter.the_sound_of_life.quest49.task_8602744015200526354.title": "Any Sourcelink", + "ftbquests.chapter.the_sound_of_life.quest49.title": "Generating Source", + "ftbquests.chapter.the_sound_of_life.quest5.description1": "The \u00266Hellfire Forge\u0026r allows you to use Demonic Will to craft special items.", + "ftbquests.chapter.the_sound_of_life.quest5.description2": "One of the first things you\u0027ll want to make is a \u00266soul gem\u0026r - these special gems can store demonic will you pick up without clogging your inventory.", + "ftbquests.chapter.the_sound_of_life.quest5.description3": "\u00267Tip: the more will you have stored in your inventory, the more will drops from monsters!", + "ftbquests.chapter.the_sound_of_life.quest50.description1": "One of the primary uses of liquid source is the enchanting of items. Using the \u00266Arcane Core\u0026r and an \u00266Enchanting Apparatus\u0026r atop it, you can create many useful things.", + "ftbquests.chapter.the_sound_of_life.quest50.title": "Arcane Enchanting", + "ftbquests.chapter.the_sound_of_life.quest51.description1": "If you\u0027re tired of waiting for amethyst to grow, try animating a block of budding amethyst with the \u00266Ritual of Awakening.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.description2": "It turns budding amethyst into an \u00266Amethyst Golem,\u0026r who can harvest, grow, and even bud other blocks of amethyst!", + "ftbquests.chapter.the_sound_of_life.quest51.description3": "Its behavior can be further modified using a \u00266Dominion Wand.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.title": "Amethyst Buddy", + "ftbquests.chapter.the_sound_of_life.quest52.description1": "With the acquisition of specially-charged elven materials, you can create an \u00266even stronger mana-generating base;\u0026r cake, wool, and even other mana flowers can all be mulched into yet more mana.", + "ftbquests.chapter.the_sound_of_life.quest52.task_1683678805039454876.title": "Any Elven Flower", + "ftbquests.chapter.the_sound_of_life.quest52.title": "Esoteric Mana Generation", + "ftbquests.chapter.the_sound_of_life.quest53.description1": "With the power of Elementium and a little extra elemental oomph, you can craft a special pylon to use in tandem with the power of a beacon to summon the \u00266Guardian of Gaia.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest53.description2": "Prove your strength, and you\u0027ll be rewarded with \u00266Gaia Spirits.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest54.description1": "Using the \u00266Enchanting Apparatus\u0026r and some special reagents, you can make elemental essences that have a wide variety of uses, from crafting to spellweaving.", + "ftbquests.chapter.the_sound_of_life.quest54.task_6599905580160140411.title": "Any Essence", + "ftbquests.chapter.the_sound_of_life.quest55.description1": "Fragments of the mysterious \u00266Guardian of Gaia\u0026r, these spirits have enormous potential...", + "ftbquests.chapter.the_sound_of_life.quest56.description1": "There are quite a few elemental \u00266rituals\u0026r that could come in handy for you - defending your base, automatically pick items up, and even allowing you to fly!", + "ftbquests.chapter.the_sound_of_life.quest57.description1": "The \u00266Storage Lectern\u0026r boasts the incredibly convenient capability of letting you manage, view, and craft using nearby storage blocks. Simply place it down and link inventories to it using the dominion wand!", + "ftbquests.chapter.the_sound_of_life.quest57.description2": "There is a limit to the number of inventories you can connect to at once - this can be raised using additional \u00266Bookwyrm Charms.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description1": "Mekanism upgrades come in two flavors - \u00266upgrade cards\u0026r and \u00266tier installers. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description2": "Upgrade cards give the machine a boost to a certain aspect - speed, energy efficiency, etc.", + "ftbquests.chapter.the_sound_of_life.quest58.description3": "Tier installers give the machine more processing slots - from 1 item at a time to \u002669 in some machines!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.task_366296260702142144.title": "Any Upgrade", + "ftbquests.chapter.the_sound_of_life.quest58.title": "Upgrades", + "ftbquests.chapter.the_sound_of_life.quest59.description1": "You can use a hefty amount of will as well as vengeful will crystals to create \u00266Wither Skeleton Skulls\u0026r in a Hellfire Forge. ", + "ftbquests.chapter.the_sound_of_life.quest59.description2": "These skulls are very powerfully charged - you can use them to summon Withers and acquire their \u00266valuable stars.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest59.title": "The Wither", + "ftbquests.chapter.the_sound_of_life.quest6.description1": "\u00266Blood Orbs\u0026r are a budding sanguimancer\u0027s way of storing and utilizing Life Essence, measured in \u00266LP.\u0026r Once you\u0027ve crafted one, right click with it in your hand to bind it to your personal LP network.", + "ftbquests.chapter.the_sound_of_life.quest6.description2": "LP is used for things like sigils, rituals, and crafting. You can transfer life essence in an altar to your network by placing your orb into the altar.", + "ftbquests.chapter.the_sound_of_life.quest6.description3": "\u00267Tip: there is a blood orb for each tier of altar! Certain recipes need higher tiers of blood orbs.", + "ftbquests.chapter.the_sound_of_life.quest6.task_9017841688739987349.title": "Any Blood Orb", + "ftbquests.chapter.the_sound_of_life.quest60.description1": "The \u00266Conjuration Catalyst\u0026r can duplicate certain items for a relatively moderate mana cost.", + "ftbquests.chapter.the_sound_of_life.quest60.description2": "No more fiddling around with potions or distilling to make your redstone and glowstone!", + "ftbquests.chapter.the_sound_of_life.quest61.description1": "You can summon \u00266Wilden\u0026r using the aptly-named Tablet of Summon Wilden. These magical creatures drop \u00266special reagents when killed.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest61.description2": "These reagents can also be used to summon the \u00266Wilden Chimera,\u0026r a powerful boss that drops a \u00266special item\u0026r needed to channel tier 3 spells. ", + "ftbquests.chapter.the_sound_of_life.quest61.title": "Wilden", + "ftbquests.chapter.the_sound_of_life.quest62.description1": "With the power of a \u00266Charger\u0026r and an \u00266enriched diamond,\u0026r you can create a \u00266special kind of chargeable quartz...\u0026r", + "ftbquests.chapter.the_sound_of_life.quest62.title": "Certus Quartz", + "ftbquests.chapter.the_sound_of_life.quest63.description1": "Obviously, the ratio of one diamond for one certus quartz isn\u0027t exactly tenable. Luckily, there\u0027s a way to literally grow it from itself - just throw a block of \u00266certus quartz into water with some charged certus quartz,\u0026r and it\u0027ll get converted into \u00266budding quartz.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest63.description2": "This semi-flawed quartz block will grow crystals just like amethyst, with one caveat - \u00264eventually the crystal will degrade\u0026r back into a regular block, meaning you\u0027ll have to re-seed it.", + "ftbquests.chapter.the_sound_of_life.quest63.description3": "\u00267Tip: you can also use Theurgy to convert other materials into certus quartz - amethyst is a good candidate!", + "ftbquests.chapter.the_sound_of_life.quest63.title": "Growing Quartz", + "ftbquests.chapter.the_sound_of_life.quest64.description1": "By combining redstone and nether quartz with charged certus quartz, you can make \u00266Fluix Crystals,\u0026r capable of turning matter into digitalized information.", + "ftbquests.chapter.the_sound_of_life.quest65.description1": "Before the apocalpyse - or whatever happened here - there were strange meteors that occasionally fell containing these \u00266mysterious presses.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest65.description2": "You think you have devised a ritual that could potentially draw in another one of these meteors (albeit greatly diminished in size).", + "ftbquests.chapter.the_sound_of_life.quest65.description3": "\u00267Tip: check your Reclamation Rituals book!", + "ftbquests.chapter.the_sound_of_life.quest65.title": "Mysterious Cube", + "ftbquests.chapter.the_sound_of_life.quest66.description1": "The \u00266ME Controller\u0026r is the brains of the \u00266Material Energy\u0026r system - one of the most powerful logistics solutions available to you.", + "ftbquests.chapter.the_sound_of_life.quest66.subtitle": "Better than futura blocks", + "ftbquests.chapter.the_sound_of_life.quest67.description1": "The \u00266Inscriber\u0026r is used to turn raw materials into actual circuits useable in the \u00266Matter Energy\u0026r system.", + "ftbquests.chapter.the_sound_of_life.quest68.description1": "With the raw power afforded to you by aspected will crystals, gaia fragments, and ethereal slates, you finally have enough oomph to begin reversing the damage this world has suffered.", + "ftbquests.chapter.the_sound_of_life.quest68.description2": "Look into the \u00266Ritual of Reclamation\u0026r in your Reclamation Rituals book to start reclaiming the world.", + "ftbquests.chapter.the_sound_of_life.quest68.description3": "\u00267Note: the ritual may \u00264void blocks!\u0026r\u00267 Perform it away from anything important or risk losing things you might want to keep.", + "ftbquests.chapter.the_sound_of_life.quest68.subtitle": "Roll credits?", + "ftbquests.chapter.the_sound_of_life.quest68.task_6680892754679269683.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_sound_of_life.quest68.title": "Reclamation", + "ftbquests.chapter.the_sound_of_life.quest69.description1": "\u00266Sirens\u0026r can be summoned (and subsequently befriended) at the Altar of Birthing. Once given a Sea Pickle, they\u0027ll disappear and leave behind a token. This token can be turned into a charm that can \u00266automatically fish\u0026r for you, at the price of source!", + "ftbquests.chapter.the_sound_of_life.quest69.description2": "\u00267Tip: this auto fishing can be sped up; read your Worn Notebook for more details.", + "ftbquests.chapter.the_sound_of_life.quest7.description1": "The \u00266Alchemy Table\u0026r allows you to craft with LP from a blood orb. You can make a lot of things like reagents for useful sigils, but you can also make \u00266Arcane Ashes.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest70.description1": "\u00266Whirlisprigs\u0026r can be summoned at the Altar of Birthing. Growing a tree near a summoned one will net you a token, which can be crafted into a charm. This charm summons a tame Whirlisprig that will \u00266produce natural resources\u0026r based on what\u0027s nearby!", + "ftbquests.chapter.the_sound_of_life.quest70.description2": "\u00267Tip: read your Worn Notebook for more!", + "ftbquests.chapter.the_sound_of_life.quest71.description1": "Summon a \u00266Drygmy\u0026r at the Altar of Birthing. Give it a wilden horn to get a token, then craft it into a token. This tame Drygmy will \u00266produce experience and drops of mobs nearby,\u0026r without killing them!", + "ftbquests.chapter.the_sound_of_life.quest72.description1": "Casting dispel on a witch (summoned at the Altar of Birthing) drops a Wixie Token. Turned into a charm to summon Wixies, these creatures can craft and brew potions for you!", + "ftbquests.chapter.the_sound_of_life.quest72.description2": "\u00267Tip: Wixies are very helpful when using an Alchemical Sourcelink! For more info, read your Worn Notebook.", + "ftbquests.chapter.the_sound_of_life.quest73.description1": "\u00266Starbuncles\u0026r summoned by the Altar of Birthing can be gifted gold nuggets to get \u00266Starbuncle Tokens.\u0026r Crafted into a \u00266Starbuncle Charm,\u0026r it will summon a Starbuncle to move items around for you. No more fiddling around with pipes and logistics, just use a semi-intelligent squirrel!", + "ftbquests.chapter.the_sound_of_life.quest73.description2": "\u00267Tip: they can be told to only pick up or drop off certain items - read your Worn Notebook for more information!", + "ftbquests.chapter.the_sound_of_life.quest74.description1": "\u00266Magebloom\u0026r is a flower whose fibers can be spun into a very conductive magical cloth.", + "ftbquests.chapter.the_sound_of_life.quest74.title": "Magebloom", + "ftbquests.chapter.the_sound_of_life.quest75.description1": "\u00266Warp Scrolls\u0026r let you teleport anywhere in a dimension, while their stabilized versions create a temporary portal that can transport you even to \u00266other dimensions.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest75.description2": "\u00267Tip: both types of scrolls can be turned into permanent portals by building a frame out of Sourcestone, placing a full source jar nearby, and tossing the scroll into it.", + "ftbquests.chapter.the_sound_of_life.quest76.description1": "The \u00266Fission Reactor\u0026r is a large multiblock that takes fissile fuel and water and outputs enormous amounts of steam. This steam can be pumped into another large multiblock (the industrial turbine) to produce absolutely outrageous amounts of power. ", + "ftbquests.chapter.the_sound_of_life.quest76.description2": "Equally as importantly, it produces nuclear waste.", + "ftbquests.chapter.the_sound_of_life.quest76.description3": "For more information on how to build this structure, refer to the mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest76.description4": "\u00264Warning: if you mess up running your reactor, it WILL melt down and explode/irradiate the surrounding area. Make it small or make it far away from your base if you\u0027re not confident.", + "ftbquests.chapter.the_sound_of_life.quest76.subtitle": "Uranium \u003d mc2?", + "ftbquests.chapter.the_sound_of_life.quest76.title": "Fission Reactor", + "ftbquests.chapter.the_sound_of_life.quest77.description1": "\u00266Plutonium\u0026r is one possible product from processing nuclear waste - it can be reprocessed into more fissile fuel or crafted into Supercritical Phase Shifter casings.", + "ftbquests.chapter.the_sound_of_life.quest78.description1": "\u00266Radioactive Waste Barrels\u0026r are one of the only things that can hold nuclear waste; when filled, they slowly dispose of their contents.", + "ftbquests.chapter.the_sound_of_life.quest78.title": "Waste Disposal", + "ftbquests.chapter.the_sound_of_life.quest79.description1": "\u00266Polonium\u0026r is a possible product from processing nuclear waste. ", + "ftbquests.chapter.the_sound_of_life.quest79.description2": "Not only can it make a variety of very helpful equipment and the \u00266QIO system,\u0026r it can also be used to craft Supercritical Phase Shifter (SPS) casings, necessary for producing \u00266antimatter.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest8.description1": "\u00266Arcane Ashes,\u0026r made on the Alchemy Table, can be used to perform some basic alchemy without having to re-enter the field of Spagyrics.", + "ftbquests.chapter.the_sound_of_life.quest8.description2": "One of the first things you\u0027ll want to use this for is making the \u00266Divination Sigil,\u0026r which tells you useful information about the amount of life essence you have access to.", + "ftbquests.chapter.the_sound_of_life.quest80.description1": "Making antimatter requires the creation of a Supercritical Phase Shifter, yet another multiblock.", + "ftbquests.chapter.the_sound_of_life.quest80.description2": "Its casings require a large amount of both polonium and plutonium, meaning you\u0027ll need a large amount of nuclear waste processing.", + "ftbquests.chapter.the_sound_of_life.quest80.description3": "To run, it will also need an incredibly large amount of power - this is where you\u0027d want to use an \u00266Industrial Turbine\u0026r hooked up to either a fission or a fusion reactor.", + "ftbquests.chapter.the_sound_of_life.quest80.description4": "\u00267Tip: you only need to make one of these to finish the pack - unless you REALLY like late-game Mekanism or you want to make creative items!", + "ftbquests.chapter.the_sound_of_life.quest81.description1": "The \u00266QIO System\u0026r is a digital storage solution that does not need power and can store a very large amount of items.", + "ftbquests.chapter.the_sound_of_life.quest81.description2": "It has \u00266unlimited cross-dimensional range\u0026r and can import and export automatically. However, it cannot easily auto-craft things for you.", + "ftbquests.chapter.the_sound_of_life.quest81.title": "QIO System", + "ftbquests.chapter.the_sound_of_life.quest82.description1": "The \u00266Fusion Reactor\u0026r is a much more powerful version of its fission counterpart. It can produce millions of RF/t using deuterium, tritium, or D-T fuel.", + "ftbquests.chapter.the_sound_of_life.quest82.description2": "To learn more about this reactor, check the Mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest82.subtitle": "Sci without the fi", + "ftbquests.chapter.the_sound_of_life.quest82.title": "Fusion Reactor", + "ftbquests.chapter.the_sound_of_life.quest9.description1": "\u00266Sentient Tools\u0026r are a much easier way for you to acquire will - instead of having to throw soul snares at enemies, the tools have the \u00266inherent ability to sever souls\u0026r from their fleshy (or bony) prisons.", + "ftbquests.chapter.the_sound_of_life.quest9.description2": "They are also powered by will - any kind of soul gem in your inventory will \u00266increase the tools\u0027 power\u0026r proportional to the amount of will you have stored.", + "ftbquests.chapter.the_sound_of_life.quest9.task_3309257771812589055.title": "Any Sentient Tool", + "ftbquests.chapter.the_sound_of_life.quest9.title": "Sentient Tools", + "ftbquests.chapter.the_sound_of_life.title": "Sounds of Life", + "ftbquests.chapter.the_taste_of_power.quest1.description1": "The \u00266Ender Dragon\u0026r not only has horrific halitosis, it also prevents you from exploring the rest of the End and all its goodies.", + "ftbquests.chapter.the_taste_of_power.quest1.task_4052279956792945141.title": "Kill the Dragon", + "ftbquests.chapter.the_taste_of_power.quest10.description1": "Kinda like an unlimited supply of grape juice!", + "ftbquests.chapter.the_taste_of_power.quest10.description2": "\u00267A/N: pretend it needs 100k instead of 10k source... i\u0027m too lazy to make a custom source jar like ATM does", + "ftbquests.chapter.the_taste_of_power.quest11.description1": "All that effort, and all you got was a really big hole.", + "ftbquests.chapter.the_taste_of_power.quest12.description1": "This is way better than a really big hole!", + "ftbquests.chapter.the_taste_of_power.quest13.description1": "And now the way better hole is a digital rip in the fabric of the universe.", + "ftbquests.chapter.the_taste_of_power.quest13.description2": "Or maybe its a real rip in the fabric of the digital universe?", + "ftbquests.chapter.the_taste_of_power.quest13.description3": "Either way, you\u0027re done. You have access to every item digitally, with the help of a cell workbench. Good job! Have some cake :)", + "ftbquests.chapter.the_taste_of_power.quest14.description1": "It\u0027s not really infinite ME power as much as it is infinite ME efficiency.", + "ftbquests.chapter.the_taste_of_power.quest15.description1": "Sufficiently advanced technology is indistinguishable from magic.", + "ftbquests.chapter.the_taste_of_power.quest15.title": "Creative Energy Cube", + "ftbquests.chapter.the_taste_of_power.quest2.task_7905395510409401238.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest2.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest3.description1": "Congrats! You\u0027ve killed the Ender Dragon - there is no more left to conquer.", + "ftbquests.chapter.the_taste_of_power.quest3.description2": "You are a champion. ", + "ftbquests.chapter.the_taste_of_power.quest3.description3": "You have \u0026lReclaimed\u0026r the world.", + "ftbquests.chapter.the_taste_of_power.quest3.description4": "\u00267As far as anyone can really be concerned, you\u0027ve finished the modpack. Any quests past this are exclusively for bragging rights - creative items, op stuff, lame resource dump recipes, all that jazz.", + "ftbquests.chapter.the_taste_of_power.quest3.description5": "\u00267Thank you immensely for putting the time and effort into finishing the pack! This was a huge undertaking for me, but hopefully you enjoyed it enough that it was worth it :)", + "ftbquests.chapter.the_taste_of_power.quest3.description6": "\u00267 -ACCBDD", + "ftbquests.chapter.the_taste_of_power.quest3.subtitle": "Roll credits (for real)", + "ftbquests.chapter.the_taste_of_power.quest3.task_2556725507805521066.title": "Congratulations!", + "ftbquests.chapter.the_taste_of_power.quest4.description1": "An infinitely super-heated blaze is great just as a centerpiece, but you can also use it to make infinite lava.", + "ftbquests.chapter.the_taste_of_power.quest4.description2": "\u00267Tip: you\u0027re gonna need to make quite a few of these!", + "ftbquests.chapter.the_taste_of_power.quest5.description1": "What\u0027s better than infinite blaze burning? Infinite turning! ", + "ftbquests.chapter.the_taste_of_power.quest6.description1": "The dwarven version of a Philosopher\u0027s Stone.", + "ftbquests.chapter.the_taste_of_power.quest7.description1": "Somehow, you don\u0027t feel as guilty as you think you should.", + "ftbquests.chapter.the_taste_of_power.quest7.description2": "\u00267Tip: this takes 10 full mana pools worth of mana. :)", + "ftbquests.chapter.the_taste_of_power.quest8.description1": "No more will you be shackled to the tyranny of building an enormous pool of whatever fluid!", + "ftbquests.chapter.the_taste_of_power.quest9.description1": "Once you\u0027ve set it to a chemical, you can reset it to empty by crafting it.", + "ftbquests.chapter.the_taste_of_power.quest9.title": "Creative Chemical Tank", + "ftbquests.chapter.the_taste_of_power.title": "The Taste of Power", + "ftbquests.chapter.the_touch_of.quest1.description1": "You\u0027ve done it. You\u0027ve reclaimed some small part of the world! ", + "ftbquests.chapter.the_touch_of.quest1.description2": "Now you just have to regain the diversity in surroundings you remember there once being...", + "ftbquests.chapter.the_touch_of.quest1.task_7943239389617432250.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_touch_of.quest1.title": "Reclamation", + "ftbquests.chapter.the_touch_of.quest10.description1": "\u00266Watery Essence\u0026r is found in deep oceans - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest10.description2": "Elemental wizardry will provide you the magical power necessary to enact such an elementally-aligned terraformation - namely, turning a small area into a \u00266warm ocean.\u0026r", + "ftbquests.chapter.the_touch_of.quest10.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest11.description1": "With all six types of attuned biome essence, you can combine them in a (quite expensive) ritual to produce the \u00266End Portal.\u0026r You\u0027ll still need to add \u00266Eyes of Ender\u0026r to the frame, but once you\u0027ve done so, you can finally enter \u00266the End.\u0026r", + "ftbquests.chapter.the_touch_of.quest11.description2": "\u00267Tip: you can break end portal frames and blocks by right clicking them with the frame remover!", + "ftbquests.chapter.the_touch_of.quest11.subtitle": "Dragons... I hate dragons", + "ftbquests.chapter.the_touch_of.quest11.task_4811328545830427024.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest11.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest12.description1": "Generic biome essence is well and good, but for real ritualistic oomph you\u0027ll need a specialized container, capable of collecting attuned essence.", + "ftbquests.chapter.the_touch_of.quest12.description2": "\u00267Tip: check your Reclamation Rituals book for information on the late-game terraforming rituals!", + "ftbquests.chapter.the_touch_of.quest13.description1": "With biome essence, you can also perform \u00266more directed terraforming\u0026r - turning the surrounding area into basic overworld biomes: forest, plains, river, beach, and ocean.", + "ftbquests.chapter.the_touch_of.quest13.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the overworld terraforming rites!", + "ftbquests.chapter.the_touch_of.quest13.task_2143407724517054989.title": "Basic Terraforming", + "ftbquests.chapter.the_touch_of.quest14.description1": "With some additional infusion, an attuned biome bottle can be turned into a \u00266biome globe\u0026r - in essence a portable directed reclamation ritual.", + "ftbquests.chapter.the_touch_of.quest14.description2": "\u00267Tip: these globes have 16 uses each, and convert a radius of 12 blocks from where you use them! They\u0027ll convert blocks to their reclaimed versions, but they will NOT place features like grass or trees; you\u0027ll have to do those yourself.", + "ftbquests.chapter.the_touch_of.quest14.description3": "\u00267Tip 2: these drain a LOT of aura to make!", + "ftbquests.chapter.the_touch_of.quest14.subtitle": "Portable Terraforming", + "ftbquests.chapter.the_touch_of.quest14.task_8529374338001252387.title": "Any Biome Globe", + "ftbquests.chapter.the_touch_of.quest14.title": "Biome Globes", + "ftbquests.chapter.the_touch_of.quest2.description1": "Getting the nether back into shape is relatively easy, now that you understand the shape of terraforming rituals and have a source of biomic essence.", + "ftbquests.chapter.the_touch_of.quest2.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the nether terraforming rites!", + "ftbquests.chapter.the_touch_of.quest2.task_4997059168389991596.title": "Visit Every Nether Biome", + "ftbquests.chapter.the_touch_of.quest2.title": "Reclaiming the Nether", + "ftbquests.chapter.the_touch_of.quest3.description1": "With the creation of reclaimed biomes, natural spawns can now occur - drygmies, whirligigs, and starbuncles can all rarely spawn in these biomes, as well as the regular mobs.", + "ftbquests.chapter.the_touch_of.quest3.title": "Natural Spawning", + "ftbquests.chapter.the_touch_of.quest4.description1": "Now that you have a place where you can actually see the blue (!) sky, you can bottle up the abundant biomic essence in a \u00266specially-designed container.\u0026r", + "ftbquests.chapter.the_touch_of.quest4.description2": "This \u00266biome essence\u0026r can be used in rituals along with some extra reagents to terraform in a more directed way.", + "ftbquests.chapter.the_touch_of.quest4.description3": "\u00267Tip: you can collect essence in any living biome by holding right click with a biome bottle. Crouching while you do this will fill all bottles in a stack!", + "ftbquests.chapter.the_touch_of.quest4.title": "Biome Essence", + "ftbquests.chapter.the_touch_of.quest5.description1": "The first attuned essence you\u0027ll need is \u00266Hellish Essence,\u0026r collectible from any living\u00266 nether biome.\u0026r", + "ftbquests.chapter.the_touch_of.quest6.description1": "\u00266Arid Essence\u0026r is found mainly in the desert - you\u0027ll have to use a special version of your terraforming ritual to bring it back. ", + "ftbquests.chapter.the_touch_of.quest6.description2": "Some high-powered dwarven artifice should provide you with the correct magical resonance to produce an arid, sandy \u00266desert \u0026rbiome.", + "ftbquests.chapter.the_touch_of.quest7.description1": "The final essence you\u0027ll need is \u00266Icy Essence\u0026r from the \u00266snowy slopes\u0026r biome. Wet and cold, the complete opposite of your surroundings, you\u0027ll need a lot of power to create this biome.", + "ftbquests.chapter.the_touch_of.quest7.description2": "First: \u00266polonium\u0026r to provide the necessary chemical energy for the physical transformation.", + "ftbquests.chapter.the_touch_of.quest7.description3": "Second: ice cream (specifically \u00266vanilla\u0026r) to provide structure to the ritual and thematic direction.", + "ftbquests.chapter.the_touch_of.quest7.description4": "Third: a couple \u00266shattered singularities\u0026r to store the excess entropy generated by this ritual.", + "ftbquests.chapter.the_touch_of.quest7.description5": "and finally, Fourth: a large amount of generic \u00266biome essence\u0026r to kickstart the reaction.", + "ftbquests.chapter.the_touch_of.quest8.description1": "\u00266Lush Essence\u0026r is found in jungles of any kind - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest8.description2": "Botanic mastery will provide you the life energy needed to transform your surroundings into a \u00266bamboo forest.\u0026r", + "ftbquests.chapter.the_touch_of.quest8.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest9.description1": "\u00266Mycelic Essence\u0026r is found exclusively on mushroom islands - you\u0027ll have to use a modified version of your terraforming ritual to bring them back. ", + "ftbquests.chapter.the_touch_of.quest9.description2": "Classic wiccan practice should provide you with the correct magical resonance to produce the hot, dry \u00266mushroom field\u0026r biome.", + "ftbquests.chapter.the_touch_of.title": "Visions of the Past", + "ftbquests.chapter_groups_3169067154505914507.title": "Biodiversity", + "ftbquests.chapter_groups_5305197537419525243.title": "Side Quests", + "ftbquests.loot_table_1430735789179352246.title": "mana stuff", + "ftbquests.loot_table_1562099882431827930.title": "horns", + "ftbquests.loot_table_3514670301200914514.title": "chicken", + "ftbquests.loot_table_5456022276654430189.title": "witch", + "ftbquests.loot_table_6347601422327785898.title": "canvas", + "ftbquests.loot_table_67272733859206798.title": "instrument", + "ftbquests.loot_table_7131061971573085034.title": "zombie", + "ftbquests.loot_table_7900474475776381538.title": "rabbit", + "ftbquests.loot_table_8024488712964205957.title": "spider", + "ftbquests.loot_table_8037173722274793648.title": "snow golem", + "ftbquests.loot_table_8381040606691607900.title": "bee", + "ftbquests.loot_table_8615485860944689786.title": "cow", + "ftbquests.loot_table_8839952752635034356.title": "skeleton" +} \ No newline at end of file diff --git a/FTBLang/kubejs/assets/ftbquestlocalizer/lang/zh_tw.json b/FTBLang/kubejs/assets/ftbquestlocalizer/lang/zh_tw.json new file mode 100644 index 0000000..fc094d8 --- /dev/null +++ b/FTBLang/kubejs/assets/ftbquestlocalizer/lang/zh_tw.json @@ -0,0 +1,1235 @@ +{ + "ftbquests.chapter.digital_storage.quest1.description1": "The \u00266controller\u0026r is the brains of a network. Each controller block\u0027s face is capable of outputting \u0026632 channels;\u0026r almost every device on the ME network needs \u00266one channel to operate.\u0026r", + "ftbquests.chapter.digital_storage.quest10.description1": "The \u00266Wireless Access Point\u0026r allows you to use wireless terminals to access your ME System. You can boost its range by giving it \u00266wireless boosters,\u0026r but be warned: more boosters means the WAP will need \u00264much more energy\u0026r to stay running.", + "ftbquests.chapter.digital_storage.quest10.task_8779164168368451602.title": "Any Wireless Terminal", + "ftbquests.chapter.digital_storage.quest10.title": "Wireless Access", + "ftbquests.chapter.digital_storage.quest11.description1": "\u00266Pattern Providers,\u0026r when given a pattern, will push the items in the pattern to a nearby inventory. \u00266Molecular Assemblers,\u0026r when given items, will craft with those items and output them to nearby inventories. Put them next to each other, and you have a \u00266basic autocrafting setup! \u0026r", + "ftbquests.chapter.digital_storage.quest11.description2": "You\u0027ll need somewhere to store the items while they\u0027re being crafted; a crafting storage would be ideal.", + "ftbquests.chapter.digital_storage.quest11.description3": "\u00267Tip: for more info, check the guide!", + "ftbquests.chapter.digital_storage.quest11.title": "ME Autocrafting", + "ftbquests.chapter.digital_storage.quest12.description1": "With an ME System you\u0027ll need some way to actually store items - the \u00266ME Drive\u0026r can store up to 10 storage cells of any type and size.", + "ftbquests.chapter.digital_storage.quest12.description2": "\u00267Tip: you can store botanic mana, elemental source, gases, fluids, and even space itself in cells - not just regular items!", + "ftbquests.chapter.digital_storage.quest13.description1": "Terminals are how you actually interface with the storage cells in your ME System.", + "ftbquests.chapter.digital_storage.quest13.task_8779678006548052409.title": "Any Terminal", + "ftbquests.chapter.digital_storage.quest13.title": "Terminals", + "ftbquests.chapter.digital_storage.quest14.description1": "Storing some energy in your ME System would be a good idea... just in case.", + "ftbquests.chapter.digital_storage.quest16.description1": "\u00266P2P Tunnels\u0026r allow you to transfer multiple channels per channel! It\u0027s a little confusing at first, but once you get the hang of it you can really push your system to the limit.", + "ftbquests.chapter.digital_storage.quest16.description2": "You can also transfer power, chemicals, and even botanic mana and elemental source!", + "ftbquests.chapter.digital_storage.quest17.description1": "The \u00266Reaction Chamber\u0026r not only allows you to make circuits much faster, it can also charge large amounts of certus crystals at a time and even grow crystals from themselves!", + "ftbquests.chapter.digital_storage.quest17.description2": "Just make sure you have enough power to handle its recipes...", + "ftbquests.chapter.digital_storage.quest18.description1": "The \u00266Circuit Slicer\u0026r can cut blocks of materials into 9 circuits much faster than an inscriber can press them.", + "ftbquests.chapter.digital_storage.quest19.description1": "The \u00266Assembler Matrix\u0026r is a molecular assembler and pattern provider setup on steroids - at its maximum size, it can hold over 4,000 patterns and craft incredibly fast. The best part? It only needs \u00266one channel.\u0026r", + "ftbquests.chapter.digital_storage.quest2.description1": "A controller block itself can input energy, but you\u0027ll want to have as many controller faces open as you can to get as many channels as possible into your network. ", + "ftbquests.chapter.digital_storage.quest2.description2": "The \u00266Energy Acceptor\u0026r uses no channels and can be placed anywhere, as long as it\u0027s connected to the network somehow.", + "ftbquests.chapter.digital_storage.quest20.description1": "The \u00266Quantum Computer Core\u0026r is a self-contained crafting CPU with 256M crafting storage and 8 co-processing threads.", + "ftbquests.chapter.digital_storage.quest21.description1": "The \u00266Quantum Computer multiblock\u0026r is an extremely powerful multiblock that can handle an effectively \u00266infinite\u0026r number of crafting requests for your ME System.", + "ftbquests.chapter.digital_storage.quest21.description2": "Read the guide for more information.", + "ftbquests.chapter.digital_storage.quest22.description1": "Perfect for carrying items on the go, the \u00266backpack\u0026r has a few useful upgrades as well.", + "ftbquests.chapter.digital_storage.quest23.description1": "Better than regular chests, \u00266Sophisticated Storage\u0026r lets you put more things in a single block.", + "ftbquests.chapter.digital_storage.quest23.task_5897231893839036272.title": "Any Sophisticated Storage Block", + "ftbquests.chapter.digital_storage.quest23.title": "Sophisticated Storage", + "ftbquests.chapter.digital_storage.quest24.description1": "Capable of storing a very large amount of a single item type.", + "ftbquests.chapter.digital_storage.quest24.description2": "The framing table lets you customize the way they look.", + "ftbquests.chapter.digital_storage.quest24.task_5464079544652951362.title": "Any Storage Drawer", + "ftbquests.chapter.digital_storage.quest24.title": "Storage Drawers", + "ftbquests.chapter.digital_storage.quest25.description1": "Tier upgrades can be used to upgrade Sophisticated Storage blocks without breaking them.", + "ftbquests.chapter.digital_storage.quest25.task_611570763386642583.title": "Any Tier Upgrade", + "ftbquests.chapter.digital_storage.quest26.description1": "The \u00266Drawer Controller\u0026r allows you to interface with multiple drawers using only a single blockface.", + "ftbquests.chapter.digital_storage.quest27.description1": "There are a variety of keys - lock drawers to specific items, hide item labels to reduce lag, and more.", + "ftbquests.chapter.digital_storage.quest27.task_7070764459751906106.title": "Any Drawer Key", + "ftbquests.chapter.digital_storage.quest27.title": "Drawer Keys", + "ftbquests.chapter.digital_storage.quest28.description1": "Autofeeding, playing music, even portable crafting can all be attained with backpack upgrades.", + "ftbquests.chapter.digital_storage.quest29.description1": "Higher stack count, filtering, and more - check the uses for the upgrade base.", + "ftbquests.chapter.digital_storage.quest3.description1": "Smart cables are very useful - they visually display how many channels they\u0027re carrying at any given time.", + "ftbquests.chapter.digital_storage.quest3.task_6551415206641156021.title": "Any Smart Cable", + "ftbquests.chapter.digital_storage.quest3.title": "Smart Cables", + "ftbquests.chapter.digital_storage.quest30.description1": "Each workbench (aside from looking neat) can turn a specific set of blocks into its variants.", + "ftbquests.chapter.digital_storage.quest30.title": "Chipped Workbenches", + "ftbquests.chapter.digital_storage.quest31.description1": "Can turn almost any basic block into a wide array of variants.", + "ftbquests.chapter.digital_storage.quest32.description1": "Made from stonecutting andesite alloy, these blocks can take on the texture of any other block.", + "ftbquests.chapter.digital_storage.quest32.task_4661123369301757740.title": "Any Copycat Block", + "ftbquests.chapter.digital_storage.quest33.description1": "You can make music by crafing a \u00266Music Sheet\u0026r and placing notes on the sheet. ", + "ftbquests.chapter.digital_storage.quest33.description2": "Place the sheet in your offhand while holding an instrument to play the instrument.", + "ftbquests.chapter.digital_storage.quest33.description3": "\u00267Tip: you can do MUCH more with this mod - check out its CurseForge page for more info.", + "ftbquests.chapter.digital_storage.quest34.description1": "You can paint your own masterpieces while you wait for crops to grow - simply make a palette, fill it with colors, plop a canvas on an easel, and get to painting!", + "ftbquests.chapter.digital_storage.quest34.description2": "Signed paintings can be duplicated by crafting the original with a blank canvas of the same size.", + "ftbquests.chapter.digital_storage.quest34.description3": "\u00267Tip: to craft a palette, fill the bottom row of a crafting table with planks, then place dyes in the middle. You can add more dyes to a palette by crafting them together.", + "ftbquests.chapter.digital_storage.quest34.title": "The Joy of Painting", + "ftbquests.chapter.digital_storage.quest35.description1": "\u00266Building Gadgets\u0026r are a collection of useful tools that will let you build very quickly.", + "ftbquests.chapter.digital_storage.quest35.description2": "They do need to be charged; use an energy cube or similar.", + "ftbquests.chapter.digital_storage.quest36.description1": "The \u00266Rod of the Shifting Crust\u0026r allows you to exchange blocks in the world with blocks in your inventory for the cost of mana.", + "ftbquests.chapter.digital_storage.quest4.description1": "Dense cables can carry 32 channels instead of the regular 8 channels.", + "ftbquests.chapter.digital_storage.quest4.task_5854794686036721300.title": "Any Smart Dense Cable", + "ftbquests.chapter.digital_storage.quest4.title": "Dense Cables", + "ftbquests.chapter.digital_storage.quest5.description1": "The color applicator lets you paint cables - especially useful once your network starts to grow. ", + "ftbquests.chapter.digital_storage.quest5.description2": "Colored cables won\u0027t connect to other colored cables, but fluix cables can connect to all colors.", + "ftbquests.chapter.digital_storage.quest5.description3": "These can be filled with \u00266dyes or paintballs\u0026r using an \u00266ME Chest.\u0026r", + "ftbquests.chapter.digital_storage.quest5.task_4299327579125140032.title": "Color Applicator", + "ftbquests.chapter.digital_storage.quest6.description1": "The \u00266ME Interface\u0026r acts as a specialized input and output port for your network. ", + "ftbquests.chapter.digital_storage.quest6.description2": "It can keep a certain amount of items from your network in its inventory for pipes or other blocks to pull from, and also automatically puts any other items it receives into the network.", + "ftbquests.chapter.digital_storage.quest7.description1": "The \u00266Wireless Connector\u0026r is a short-range version of a \u00266Quantum Link Chamber \u0026r- use this when you want your network to jump a short distance, and not cross-dimensionally.", + "ftbquests.chapter.digital_storage.quest8.description1": "The \u00266Quantum Network Bridge\u0026r uses the power of quantum entanglement to bridge a network gap not only across large distances, but dimensions.", + "ftbquests.chapter.digital_storage.quest8.title": "Quantum Network Bridge", + "ftbquests.chapter.digital_storage.quest9.description1": "The\u00266 Extended Charger\u0026r and \u00266Inscriber\u0026r are upgraded versions of their base models, capable of processing 4 recipes in parallel.", + "ftbquests.chapter.digital_storage.quest9.title": "Extended Machines", + "ftbquests.chapter.digital_storage.title": "Storage and Decor", + "ftbquests.chapter.ffood_plants.quest1.description1": "Lining rivers and shores, sugar cane had once risen in green columns, swaying with each passing breeze.", + "ftbquests.chapter.ffood_plants.quest10.description1": "With deep golden petals and a bitter scent, wolfsbane once grew where night lingered longest. ", + "ftbquests.chapter.ffood_plants.quest100.description1": "Sweet, mellow fruits with a classic tropical aroma.", + "ftbquests.chapter.ffood_plants.quest101.description1": "Soft and nutty, cashews offer a creamy bite with a sweet-savory balance.", + "ftbquests.chapter.ffood_plants.quest102.description1": "Cherries burst with juicy intensity; sweet, sometimes sharp, and always bright.", + "ftbquests.chapter.ffood_plants.quest103.description1": "Cracking into a coconut reveals cool, sweet water and soft, fragrant meat.", + "ftbquests.chapter.ffood_plants.quest104.description1": "Dates are also known as nature\u0027s candy: chewy, caramel-rich, and deeply sweet.", + "ftbquests.chapter.ffood_plants.quest105.description1": "With neon skin and unique speckled flesh, dragon fruit tastes delicate, lightly sweet, and just a little floral.", + "ftbquests.chapter.ffood_plants.quest106.description1": "Figs are jammy and soft with a honey-like flavor.", + "ftbquests.chapter.ffood_plants.quest107.description1": "Grapefruit will wake up your palate - juicy, sour, bitter, and bold.", + "ftbquests.chapter.ffood_plants.quest108.description1": "Kumquats are often eaten whole, with a sharp citrus shock over sweet orange notes.", + "ftbquests.chapter.ffood_plants.quest109.description1": "Tart and vivid, lemons cut through richness with their clean citrus bite.", + "ftbquests.chapter.ffood_plants.quest11.description1": "Snowbells had once blossomed in the coldest reaches, their pale blue petals dusted with frost.", + "ftbquests.chapter.ffood_plants.quest110.description1": "Smaller and punchier than lemons, limes have a tight, zesty sting.", + "ftbquests.chapter.ffood_plants.quest111.description1": "Mangoes melt in your mouth with tropical sweetness.", + "ftbquests.chapter.ffood_plants.quest112.description1": "Like a peach in sleek skin, nectarines are sweet, tangy, and satisfyingly juicy.", + "ftbquests.chapter.ffood_plants.quest113.description1": "Ground nutmeg adds a warm, nutty-spicy aroma that’s cozy and festive to any dish.", + "ftbquests.chapter.ffood_plants.quest114.description1": "Oranges are all brightness and juice, sweet with a sunny citrus finish.", + "ftbquests.chapter.ffood_plants.quest115.description1": "Peaches are the most famous of stone fruit, for good reason.", + "ftbquests.chapter.ffood_plants.quest116.description1": "Pears are quietly sweet and crisp; eternally elegant.", + "ftbquests.chapter.ffood_plants.quest117.description1": "Pecans have a great crunch with deep nutty flavor.", + "ftbquests.chapter.ffood_plants.quest118.description1": "Persimmons are smooth and syrupy, with a mellow flavor that deepens as they ripen.", + "ftbquests.chapter.ffood_plants.quest119.description1": "Plums skirt the line between tart and sweet, finishing with a tangy punch.", + "ftbquests.chapter.ffood_plants.quest12.description1": "Prized by herbalists for its strange resilience, who claimed it drew strength from the moonlit depths.", + "ftbquests.chapter.ffood_plants.quest120.description1": "Star fruit is crisp and juicy, with a tropical edge.", + "ftbquests.chapter.ffood_plants.quest121.description1": "Walnuts are hearty and slightly bitter, great for a midday snack.", + "ftbquests.chapter.ffood_plants.quest122.description1": "The bark grinds down to a warm, spicy-sweet powder that instantly deepens any flavor.", + "ftbquests.chapter.ffood_plants.quest123.description1": "The \u00266Cooking Table\u0026r is the heart of a multiblock kitchen - allowing you to craft any number of foods with the items stored inside of it. It can also supply you with tools, water, snow/ice, and milk.", + "ftbquests.chapter.ffood_plants.quest123.description2": "Especially handy when you have a large amount of foods and a limited amount of brainpower.", + "ftbquests.chapter.ffood_plants.quest123.title": "Cooking for Blockheads", + "ftbquests.chapter.ffood_plants.quest124.description1": "The \u00266ME Kitchen Station\u0026r lets you connect your multiblock kitchen to your ME system!", + "ftbquests.chapter.ffood_plants.quest125.description1": "The \u00266fridge\u0026r stores items, just like a cabinet.", + "ftbquests.chapter.ffood_plants.quest126.description1": "A \u00266sink\u0026r provides unlimited water to recipes.", + "ftbquests.chapter.ffood_plants.quest126.description2": "\u00267Tip: ...and other things.", + "ftbquests.chapter.ffood_plants.quest127.description1": "The oven lets you cook multiple foods in a single block.", + "ftbquests.chapter.ffood_plants.quest128.description1": "A \u00266Cow in a Jar\u0026r slowly produces milk, which can be used in recipes.", + "ftbquests.chapter.ffood_plants.quest128.description2": "...but how does one get a cow into a jar?", + "ftbquests.chapter.ffood_plants.quest128.description3": "\u00267Tip: you\u0027ll need to turn off claim protection or make this outside a claim, OPAC doesn\u0027t really like animal cruelty!", + "ftbquests.chapter.ffood_plants.quest129.description1": "When added to a fridge, the \u00266ice unit\u0026r provides unlimited ice and snow to recipes.", + "ftbquests.chapter.ffood_plants.quest13.description1": "This earth-toned fungus once thrived in quiet, dark corners, feeding on decay.", + "ftbquests.chapter.ffood_plants.quest130.description1": "The \u00266heating unit,\u0026r applied to a stove, lets it run on energy instead of burnable fuel.", + "ftbquests.chapter.ffood_plants.quest131.description1": "The \u00266tool rack\u0026r provides tools to cooking recipes; pots, pans, and other sorts.", + "ftbquests.chapter.ffood_plants.quest132.description1": "The \u00266Kitchen Cabinet and Counter\u0026r store items for the Cooking Table to use.", + "ftbquests.chapter.ffood_plants.quest132.title": "Kitchen Storage", + "ftbquests.chapter.ffood_plants.quest133.description1": "The \u00266Horn of the Wild\u0026r lets you harvest a large area of crops without manually collecting them one by one.", + "ftbquests.chapter.ffood_plants.quest133.description2": "Useful!", + "ftbquests.chapter.ffood_plants.quest134.description1": "The \u00266Drum of the Wild\u0026r is a block-based version of the horn - set a mana spreader to shoot mana through it and it\u0027ll harvest crops nearby.", + "ftbquests.chapter.ffood_plants.quest134.description2": "Add a \u00266hopperhock\u0026r and you have fully automatic crop harvesting!", + "ftbquests.chapter.ffood_plants.quest135.description1": "The \u00266Harvester\u0026r is a little harder to make than the other automated harvesters, but it makes up for it in ease of use.", + "ftbquests.chapter.ffood_plants.quest135.description2": "Place it on the same level as crops and it will harvest them - a 3x3 area by default, but this can be upgraded with machine upgrades.", + "ftbquests.chapter.ffood_plants.quest136.description1": "The \u00266Mechanical Harvester\u0026r lets you harvest... mechanically! ", + "ftbquests.chapter.ffood_plants.quest136.description2": "Attach it to any variety of contraption and as it moves through a crop it will harvest it.", + "ftbquests.chapter.ffood_plants.quest137.description1": "That\u0027s dedication! A personal shoutout from myself, for the pure raw dedication that you\u0027ve shown.", + "ftbquests.chapter.ffood_plants.quest137.subtitle": "You earned it!", + "ftbquests.chapter.ffood_plants.quest137.task_5521912290757485582.title": "You know what? Sure.", + "ftbquests.chapter.ffood_plants.quest138.description1": "You\u0027ve gone even further than I went! An absolute mad. lad. Take your prize and go.", + "ftbquests.chapter.ffood_plants.quest138.subtitle": "Your dedication is admirable.", + "ftbquests.chapter.ffood_plants.quest138.title": "Good god...", + "ftbquests.chapter.ffood_plants.quest14.description1": "With its crimson cap and pale stem, the red mushroom once sprouted in damp caves and shadowed groves.", + "ftbquests.chapter.ffood_plants.quest15.description1": "Bamboo once climbed toward the sky in great bamboo forests, hollow stems whispering in the wind.", + "ftbquests.chapter.ffood_plants.quest16.description1": "Sailors swore it marked safe waters—while some claimed it hid the bones of the drowned.", + "ftbquests.chapter.ffood_plants.quest17.description1": "This gentle underwater plant once rippled with the ocean’s breath, carpeting the sea floor in quiet green.", + "ftbquests.chapter.ffood_plants.quest18.description1": "Their soft light once guided creatures of the reef and lit the way for wayward divers in the twilight deep.", + "ftbquests.chapter.ffood_plants.quest19.description1": "This strange, red fungus had grown only in the deep, burning halls of another world. It pulsed faintly with unnatural life.", + "ftbquests.chapter.ffood_plants.quest2.description1": "Bright orange roots that grew deep in the earth, carrots were a favorite among rabbits and a healthy snack, to boot!", + "ftbquests.chapter.ffood_plants.quest20.description1": "Once said to carry the scent of a world turned upside down—where even the air recoiled in confusion.", + "ftbquests.chapter.ffood_plants.quest21.description1": "This twisted red fungus once grew in the scorched ground of the Nether, pulsing faintly as if alive.", + "ftbquests.chapter.ffood_plants.quest22.description1": "Once used in deadly draughts and sleeping curses, favored by those who studied the poisoner\u0027s art.", + "ftbquests.chapter.ffood_plants.quest23.description1": "Flax\u0027s delicate fibers had once been woven into cloth and spell-thread, binding both garments and enchantments.", + "ftbquests.chapter.ffood_plants.quest24.description1": "Bold and crimson, the poppy is a symbol of remembrance and silent strength, often found where courage once stood.", + "ftbquests.chapter.ffood_plants.quest24.description2": "\u00267Tip: You can either craft poppy seeds or mutate them from Melon and Sugarcane.", + "ftbquests.chapter.ffood_plants.quest25.description1": "A tall and graceful flower with a soft purple hue, often associated with grace, quiet wisdom, and calm days.", + "ftbquests.chapter.ffood_plants.quest26.description1": "Delicate and pale, these tiny flowers cluster low to the ground, bringing a sense of peace to open fields.", + "ftbquests.chapter.ffood_plants.quest27.description1": "This rare azure blossom flourishes in damp, shadowed groves. Legends say it blooms where ancient tears once fell.", + "ftbquests.chapter.ffood_plants.quest28.description1": "Cornflowers once braved the wind in wide fields, their blue hues a favorite among storytellers and songwriters.", + "ftbquests.chapter.ffood_plants.quest29.description1": "A cheerful bloom of golden yellow, said to carry whispers of spring on the wind. It thrives wherever the sun touches the land.", + "ftbquests.chapter.ffood_plants.quest29.description2": "\u00267Tip: You can either craft dandelion seeds or mutate them from Wheat and Pumpkin.\u0026r", + "ftbquests.chapter.ffood_plants.quest3.description1": "Crimson bulbs that added color and flavor to any dish, beetroots were once quite common in village gardens.", + "ftbquests.chapter.ffood_plants.quest30.description1": "Hidden among thick leaves, these tiny white bells are said to chime in silence when the forest is listening.", + "ftbquests.chapter.ffood_plants.quest31.description1": "With a golden eye watching from its white face, this flower is a quiet companion of wanderers and daydreamers.", + "ftbquests.chapter.ffood_plants.quest32.description1": "Glowing softly with hues of flame, this ancient blossom is thought to be a gift from the deep earth, where fire once danced.", + "ftbquests.chapter.ffood_plants.quest33.description1": "Warming as a sunset, the orange tulip is said to bring cheer and good fortune to those who find it.", + "ftbquests.chapter.ffood_plants.quest34.description1": "Bright and bold, the red tulip is a symbol of love and passion, often given in times of heartfelt confession.", + "ftbquests.chapter.ffood_plants.quest35.description1": "Soft as moonlight, white tulips once whispered of peace and innocence in gardens now long lain fallow.", + "ftbquests.chapter.ffood_plants.quest36.description1": "Soft and gentle, the pink tulip speaks of friendship and gentle affection, often found where laughter lingers.", + "ftbquests.chapter.ffood_plants.quest37.description1": "Dark as a starless night and thorned with sorrow, this eerie bloom grows only in the wake of ruin and shadow.", + "ftbquests.chapter.ffood_plants.quest38.description1": "You can make podzol for planting flower seeds on by growing a 2x2 of spruce saplings - the large tree, once grown, will convert dirt (and dried earth!) under it into podzol.", + "ftbquests.chapter.ffood_plants.quest38.description2": "\u00267Tip: once the strength trait of a flower is high enough, you won\u0027t need to plant them on podzol!", + "ftbquests.chapter.ffood_plants.quest38.task_7604363448496665210.title": "Look at Podzol", + "ftbquests.chapter.ffood_plants.quest38.title": "Podzol", + "ftbquests.chapter.ffood_plants.quest39.description1": "Onion\u0027s delicious smell once filled the air as it gave flavor to meals.", + "ftbquests.chapter.ffood_plants.quest4.description1": "Earthy and humble, potatoes were versatile tubers that thrived in the cool soil of many places.", + "ftbquests.chapter.ffood_plants.quest40.description1": "Sweet potatoes grew slow and sweet underground, long ago.", + "ftbquests.chapter.ffood_plants.quest40.description2": "(new page placeholder text)", + "ftbquests.chapter.ffood_plants.quest41.description1": "A humble grain that swayed in golden fields before being ground and baked into something warm and sustaining.", + "ftbquests.chapter.ffood_plants.quest42.description1": "Basil once filled the air with a fragrance that breezes would quietly carry away.", + "ftbquests.chapter.ffood_plants.quest43.description1": "A small, zesty vegetable that added a sharp bite to meals.", + "ftbquests.chapter.ffood_plants.quest44.description1": "A dark, sturdy bean that once softened in pots where stories and spices mingled.", + "ftbquests.chapter.ffood_plants.quest45.description1": "A slender, snappy vegetable that brightened plates in days long past.", + "ftbquests.chapter.ffood_plants.quest46.description1": "A nutrient-rich tuber, often tied to seasonal harvests and both everyday and festive cooking.", + "ftbquests.chapter.ffood_plants.quest47.description1": "Widely adopted, they were once integral to many cuisines, especially where freshness and preservation intersected.", + "ftbquests.chapter.ffood_plants.quest48.description1": "Spiny and hardy, the cactus once dotted vast oceans of sand.", + "ftbquests.chapter.ffood_plants.quest49.description1": "Saguaro once stood tall in the desert heat, holding their shape against time and silence.", + "ftbquests.chapter.ffood_plants.quest5.description1": "Orange orbs that sprouted in the autumn, pumpkins were both a festive decoration and a hearty food source.", + "ftbquests.chapter.ffood_plants.quest50.description1": "Valued for its hardiness and storage life, it figured prominently in preserved and cold-weather foods.", + "ftbquests.chapter.ffood_plants.quest51.description1": "Fast-growing and versatile, they were commonly used to add mild sharpness to everyday dishes.", + "ftbquests.chapter.ffood_plants.quest52.description1": "Coffee was brewed each morning, dark and warm, its bitterness softened by time and habit.", + "ftbquests.chapter.ffood_plants.quest53.description1": "A worldwide staple, central to daily diets and shaped by centuries of cultivation and ritual.", + "ftbquests.chapter.ffood_plants.quest54.description1": "A cool-weather root typically grown for its reliability and used in simple, hearty meals.", + "ftbquests.chapter.ffood_plants.quest55.description1": "A hardy root, valued for nutrition and storage through cold months.", + "ftbquests.chapter.ffood_plants.quest56.description1": "Once used to add a small amount of spice to everyday food.", + "ftbquests.chapter.ffood_plants.quest57.description1": "Once cultivated widely for its simple, nourishing qualities.", + "ftbquests.chapter.ffood_plants.quest58.description1": "A vital staple, central to diets and agricultural abundance.", + "ftbquests.chapter.ffood_plants.quest59.description1": "Seeds that added warmth and spice, enhancing a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest6.description1": "Large, round fruits with a green rind and sweet, juicy flesh; melons grew best in warm, sunny fields.", + "ftbquests.chapter.ffood_plants.quest60.description1": "Mild and colorful, they brought sweetness and variety to meals.", + "ftbquests.chapter.ffood_plants.quest61.description1": "Known for its cool, crisp texture, often enjoyed fresh or pickled.", + "ftbquests.chapter.ffood_plants.quest62.description1": "A sweet fruit that brightened the warmer months with its flavor.", + "ftbquests.chapter.ffood_plants.quest63.description1": "Harvested for its tender shoots, enjoyed seasonally.", + "ftbquests.chapter.ffood_plants.quest64.description1": "Offered a subtle crunch and flavor, a common addition in many recipes.", + "ftbquests.chapter.ffood_plants.quest65.description1": "Once a comforting grain, quietly nourishing both people and animals alike.", + "ftbquests.chapter.ffood_plants.quest66.description1": "Peanuts were once valued for their simple richness and high protein content.", + "ftbquests.chapter.ffood_plants.quest67.description1": "Tart and vibrant, they were key in sauces and salsas that brought bold flavor.", + "ftbquests.chapter.ffood_plants.quest68.description1": "A versatile summer squash, cooked or baked into a variety of dishes.", + "ftbquests.chapter.ffood_plants.quest69.description1": "A small, sweet berry, enjoyed fresh or preserved to brighten meals.", + "ftbquests.chapter.ffood_plants.quest7.description1": "Prickly bushes bore these bright berries, beloved for their sweet bite and quick comfort.", + "ftbquests.chapter.ffood_plants.quest70.description1": "Known for their sweetness and antioxidants, often eaten fresh or in preserves.", + "ftbquests.chapter.ffood_plants.quest71.description1": "Rich and tangy, they provided a burst of flavor and nutrition when they were in season.", + "ftbquests.chapter.ffood_plants.quest72.description1": "A mild onion relative, used to add depth and subtle flavor to soups and stews.", + "ftbquests.chapter.ffood_plants.quest73.description1": "Crisp and cool, a common leafy green that added freshness to countless dishes.", + "ftbquests.chapter.ffood_plants.quest74.description1": "Valued for its spicy warmth and medicinal qualities, a staple in many remedies and recipes now lost.", + "ftbquests.chapter.ffood_plants.quest75.description1": "A fragrant melon, its juicy flesh a refreshing treat on hot days.", + "ftbquests.chapter.ffood_plants.quest76.description1": "A sweet, cooling melon that offered relief during warm seasons.", + "ftbquests.chapter.ffood_plants.quest77.description1": "A tangy fruit, rich in vitamin C and refreshing in warmer months.", + "ftbquests.chapter.ffood_plants.quest78.description1": "A versatile vegetable, often roasted or stewed to add richness to meals.", + "ftbquests.chapter.ffood_plants.quest79.description1": "A mild vegetable used in a variety of dishes, from soups to roasts.", + "ftbquests.chapter.ffood_plants.quest8.description1": "Wheat once rippled like golden seas, feeding countless lives. Fields of it marked the heart of many homesteads.", + "ftbquests.chapter.ffood_plants.quest80.description1": "Small and tart, used fresh or dried to add brightness to dishes and preserves.", + "ftbquests.chapter.ffood_plants.quest81.description1": "Valued for their oil and flavor, they were a key ingredient in cooking and preservation.", + "ftbquests.chapter.ffood_plants.quest82.description1": "Known for its nutritional content, often steamed or roasted.", + "ftbquests.chapter.ffood_plants.quest83.description1": "Prized for its tender hearts, a special ingredient in many traditional meals.", + "ftbquests.chapter.ffood_plants.quest84.description1": "Tart and fibrous, often cooked down into jams and desserts.", + "ftbquests.chapter.ffood_plants.quest85.description1": "A pungent staple, prized for both taste and medicinal value in many kitchens.", + "ftbquests.chapter.ffood_plants.quest86.description1": "Known for its vibrant color and healing properties, it flavored food and soothed ailments alike.", + "ftbquests.chapter.ffood_plants.quest87.description1": "Sweet and versatile - enjoyed fresh or transformed into wines and preserves.", + "ftbquests.chapter.ffood_plants.quest88.description1": "A leafy green, rich in nutrients and commonly eaten fresh.", + "ftbquests.chapter.ffood_plants.quest89.description1": "A hearty vegetable, often stored through colder months and used in countless recipes.", + "ftbquests.chapter.ffood_plants.quest9.description1": "This gnarled, shrieking root was feared as much as it was valued.", + "ftbquests.chapter.ffood_plants.quest9.description2": "\u00267Tip: you might want to only harvest these at night!", + "ftbquests.chapter.ffood_plants.quest90.description1": "A resilient leafy green valued for its nutrition and versatility in cooking.", + "ftbquests.chapter.ffood_plants.quest91.description1": "Small, dark berries used for their medicinal properties and tart flavor.", + "ftbquests.chapter.ffood_plants.quest92.description1": "Known for their bitter aroma, they were essential in brewing of all kinds.", + "ftbquests.chapter.ffood_plants.quest93.description1": "Tart and bright, commonly used fresh or preserved to complement meals.", + "ftbquests.chapter.ffood_plants.quest94.description1": "A fragrant bean that lent warmth and sweetness to many desserts and drinks.", + "ftbquests.chapter.ffood_plants.quest95.description1": "A sweet and tangy fruit that brought plenty of flavor to many dishes.", + "ftbquests.chapter.ffood_plants.quest96.description1": "Crunchy, subtly sweet nuts with a toasty, earthy finish.", + "ftbquests.chapter.ffood_plants.quest97.description1": "Crisp, juicy fruits that balance light sweetness with a refreshing tang.", + "ftbquests.chapter.ffood_plants.quest98.description1": "Soft, slightly fuzzy fruits with a delightfully sweet-tart burst.", + "ftbquests.chapter.ffood_plants.quest99.description1": "Creamy and buttery with a mild, slightly grassy flavor.", + "ftbquests.chapter.ffood_plants.title": "Plants Galore", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description1": "You wake up in a vast, dead and dried out wasteland. You don\u0027t remember how you got here, but you do remember what the world \u0026oshould\u0026r look like - and this isn\u0027t it.", + "ftbquests.chapter.how_the_world_came_to_be.quest1.description2": "Welcome to \u00266Reclamation!\u0026r This is a slower-paced pack focused around bringing life and nature back to a dead world. Press \u00266F3+H\u0026r to disable advanced tooltips, if they\u0027re on!", + "ftbquests.chapter.how_the_world_came_to_be.quest1.task_6356663929448377632.title": "What happened here?", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description1": "\u00266Alchemical Sulfur\u0026r is one of the three building blocks of alchemy - it provides the Soul of an item, and represents what specific item it is.", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description2": "To obtain it, you\u0027ll have to make a \u00266Liquefaction Cauldron\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the item you want to extract sulfur from into the Cauldron, fill it with \u00266Sal Ammoniac,\u0026r give the Brazier some fuel, and it\u0027ll slowly convert materials into their respective \u00266Alchemical Sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.description3": "The dried earth you find yourself surrounded by used to be dirt, and it remembers that - \u00266use the Cauldron to turn dried earth into dirt sulfur.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest10.title": "Alchemical Sulfur", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description1": "Now that you have all three alchemical components of an item - \u00266Mercury, Salt, and Sulfur\u0026r - you can make an \u00266Incubator\u0026r to combine them all back into an item; in this case, back into \u00266dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest11.description2": "Place the Incubator above a Brazier and attach all three vessels to the sides of it. Fill each vessel with the appropriate item, give the Brazier some fuel, and in a bit you\u0027ll have fresh dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest11.title": "Incubator", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description1": "You\u0027ve done it! You\u0027ve made dirt!", + "ftbquests.chapter.how_the_world_came_to_be.quest12.description2": "...now you just need something to grow on it.", + "ftbquests.chapter.how_the_world_came_to_be.quest12.subtitle": "Slightly browner", + "ftbquests.chapter.how_the_world_came_to_be.quest13.description1": "Despite the seeming apocalypse, there are still fish to find (and eat) for those with the skill and desire.", + "ftbquests.chapter.how_the_world_came_to_be.quest13.title": "Fishy Friends", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description1": "Spider string can be crafted into wool, which can be crafted into beds! ", + "ftbquests.chapter.how_the_world_came_to_be.quest14.description2": "You can also craft a sleeping bag, for staying cozy on the go... but where would you be going?", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_1655930139945784994.title": "Any Bed", + "ftbquests.chapter.how_the_world_came_to_be.quest14.task_2233575124644508705.title": "Any Sleeping Bag", + "ftbquests.chapter.how_the_world_came_to_be.quest14.title": "Small Comforts", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description1": "Worldgen has been completely overhauled - \u00264no ore generates,\u0026r and the only biomes that exist are dead, wasteland biomes with no real vegetation. Additionally, the only trees that spawn are dead trees, with very little useability.", + "ftbquests.chapter.how_the_world_came_to_be.quest15.description2": "Stone variants still generate, and you can find \u00266sand and clay underwater.\u0026r It will also still rain!", + "ftbquests.chapter.how_the_world_came_to_be.quest15.task_9000568835822462366.title": "Changed worldgen?", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description1": "The naturally spawning mobs have changed in this new landscape! Specifically, \u0026czombie villagers and witches won\u0027t spawn,\u0026r and \u00266spiders have mutated\u0026r into their venomous cave versions. ", + "ftbquests.chapter.how_the_world_came_to_be.quest16.description2": "This means that there\u0027s \u0026cno way to get any kind of resources from witches or zombie villagers\u0026r (even if you could cure them!); the only things that you can really hope to get are iron or copper ingots from \u00266rare drops\u0026r - but there are other ways to generate resources...", + "ftbquests.chapter.how_the_world_came_to_be.quest16.task_8241748987012779739.title": "Rare Drops?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description1": "There are quite a few books in the pack! Thankfully, the \u00266Akashic Tome\u0026r is here to help. Crafting any book with this will combine it, letting you keep every guidebook in a single item. Simply craft it with another guidebook!", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description2": "To untransform the tome, punch the air with it.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.description3": "To remove a stored book, transform the tome into the book, then sneak and press your \u0027drop\u0027 key.", + "ftbquests.chapter.how_the_world_came_to_be.quest17.task_3483844932023115481.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest17.title": "Too Many Books!?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description1": "A lot of the pack consists of passive processes you\u0027ll probably want to keep running while you do other things. You can claim chunks to \u00266force-load \u0026rthem using your map; ensuring they\u0027ll stay loaded even while you\u0027re not nearby. ", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description2": "Just open your map (default M) and \u00266right-click drag\u0026r over the area you\u0027d like to claim. Right-click drag again to force claim!", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description3": "If you\u0027re playing with friends, \u00266make sure you\u0027re on the same team\u0026r so that you can all access things inside your claim and share quest progress.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description4": "For more information on the claims system, check out the \u00266Open Parties and Claims\u0026r wiki or keybinds.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.description5": "\u00267Tip: you might want to turn claimed chunk protection off! It tends to break fake players.", + "ftbquests.chapter.how_the_world_came_to_be.quest18.task_3331239976186418612.title": "Playing with Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest18.title": "Chunkloading and Friends?", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description1": "You can make a quick and dirty door using the scrap wood and some copper you\u0027ve found - but it seems pretty shoddy, \u00264breaking every so often\u0026r and needing to be re-placed.", + "ftbquests.chapter.how_the_world_came_to_be.quest19.description2": "At least it keeps the spookies out...", + "ftbquests.chapter.how_the_world_came_to_be.quest2.description1": "Wood is plentiful, if not exactly the quality you remember.", + "ftbquests.chapter.how_the_world_came_to_be.quest2.title": "Dead Trees", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description1": "Despite the harsh conditions, bees still persist, dotted amongst the dry hills. ", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description2": "Cultivating them could be a great way to \u00266generate resources\u0026r such as more dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.description3": "\u00267Tip: this unlocks a new questline on the left!", + "ftbquests.chapter.how_the_world_came_to_be.quest20.title": "Bees?!", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description1": "There are ruins around with \u00266small bits of copper,\u0026r completely oxidized from whatever happened. ", + "ftbquests.chapter.how_the_world_came_to_be.quest3.description2": "You might be able to craft something to help you out with that copper, but first you\u0027ll have to \u00266get it into a useable state...\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest3.task_7525660450708144821.title": "Oxidized Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description1": "Many many recipes have been changed in this pack. Make sure you check your recipe browser for crafting recipes! By default, the keybinds when hovering over an item are \u00266R to look up recipes\u0026r for the item, and \u00266U to look up uses\u0026r for the item.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.description2": "These binds can be changed by clicking the EMI button in the bottom left of your inventory screen.", + "ftbquests.chapter.how_the_world_came_to_be.quest4.task_8528084351057584694.title": "What\u0027s changed?", + "ftbquests.chapter.how_the_world_came_to_be.quest4.title": "How do I craft things?", + "ftbquests.chapter.how_the_world_came_to_be.quest5.description1": "\u0026l\u0026o\u0026cNO ORE GENERATES IN THE WORLD. RECIPES HAVE CHANGED.\u0026r Those who came before you have completely mined out the entire planet - after centuries of strip mining, quarrying, and general exploitation, there is not so much as a measly scrap of coal in the world, so there\u0027s no point trying to find any type of ore by mining.", + "ftbquests.chapter.how_the_world_came_to_be.quest5.task_734684119620528193.title": "Deprived...", + "ftbquests.chapter.how_the_world_came_to_be.quest5.title": "Where\u0027s the ore!?", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description1": "After you \u00266scrape off the rust with an axe,\u0026r you think you can use a \u00266cutting board\u0026r to get useable copper out of the oxidized copper you find in ruins.", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description2": "This useable copper will be crucial for \u00266Spagyrics\u0026r, the process of decomposing and recombining matter - which should let you \u00266rejuvenate the Dried Earth\u0026r into \u00266Dirt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest6.description3": "\u00267Tip: you can also use the cutting board to get more charcoal and scrap wood out of dead logs!", + "ftbquests.chapter.how_the_world_came_to_be.quest6.title": "Useable Copper", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description1": "In the contaminated water you have found trace amounts of \u00266Sal Ammoniac,\u0026r a crucial ingredient in the practice of \u00266Theurgy.\u0026r By setting up a simple accumulator and tank, you think you\u0027ll be able to distill it. ", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description2": "Place the accumulator on top of the tank, fill it with water, and it will slowly produce \u00266Sal Ammoniac\u0026r for you.", + "ftbquests.chapter.how_the_world_came_to_be.quest7.description3": "\u00267Tip: you can make buckets out of copper!\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description1": "\u00266Alchemical Mercury\u0026r is one of the three building blocks of alchemy - it provides the Energy of an item, and is largely interchangeable between things.", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description2": "To distill it, you\u0027ll have to make a \u00266Mercury Distiller\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to distill into the Distiller, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Mercury.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description3": "Rarer materials give more mercury, but to start you\u0027ll probably want to distill \u00266cobblestone, dried earth, or cooked fish.\u0026r ", + "ftbquests.chapter.how_the_world_came_to_be.quest8.description4": "\u00267Tip: slicing fish makes it a more efficient way of getting mercury!", + "ftbquests.chapter.how_the_world_came_to_be.quest8.title": "Alchemical Mercury", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description1": "\u00266Alchemical Salt\u0026r is one of the three building blocks of alchemy - it provides the Body of an item, and represents the \u0027type\u0027 of an item.", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description2": "To obtain it, you\u0027ll have to make a \u00266Calcination Oven\u0026r and place it on top of a \u00266Pyromantic Brazier.\u0026r Place the items you want to extract into the Oven, give the Brazier some fuel, and it\u0027ll slowly convert materials into \u00266Alchemical Salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.description3": "There are many different kinds of salt, but to start, you should \u00266focus on getting Strata salt.\u0026r", + "ftbquests.chapter.how_the_world_came_to_be.quest9.title": "Alchemical Salt", + "ftbquests.chapter.how_the_world_came_to_be.subtitle0": "A vast wasteland", + "ftbquests.chapter.how_the_world_came_to_be.title": "Prologue", + "ftbquests.chapter.mob_safari.quest1.task_644874208300996266.title": "Creeper Photo", + "ftbquests.chapter.mob_safari.quest1.title": "Creeper", + "ftbquests.chapter.mob_safari.quest10.task_7387499092437519744.title": "Silverfish Photo", + "ftbquests.chapter.mob_safari.quest10.title": "Silverfish", + "ftbquests.chapter.mob_safari.quest11.task_560111651210659078.title": "Evoker Photo", + "ftbquests.chapter.mob_safari.quest11.title": "Evoker", + "ftbquests.chapter.mob_safari.quest12.task_6050813032829826018.title": "Ghast Photo", + "ftbquests.chapter.mob_safari.quest12.title": "Ghast", + "ftbquests.chapter.mob_safari.quest13.task_8655936747757493244.title": "Guardian Photo", + "ftbquests.chapter.mob_safari.quest13.title": "Guardian", + "ftbquests.chapter.mob_safari.quest14.task_9108849848609122501.title": "Hoglin Photo", + "ftbquests.chapter.mob_safari.quest14.title": "Hoglin", + "ftbquests.chapter.mob_safari.quest15.task_7435272240185968407.title": "Phantom Photo", + "ftbquests.chapter.mob_safari.quest15.title": "Phantom", + "ftbquests.chapter.mob_safari.quest16.task_2497415746301840277.title": "Piglin Brute Photo", + "ftbquests.chapter.mob_safari.quest16.title": "Piglin Brute", + "ftbquests.chapter.mob_safari.quest17.description1": "\u00267Tip: there is a ritual that can grant you the bad omen effect!", + "ftbquests.chapter.mob_safari.quest17.task_876018828234332303.title": "Pillager Photo", + "ftbquests.chapter.mob_safari.quest17.title": "Pillager", + "ftbquests.chapter.mob_safari.quest18.task_9217927796095116198.title": "Ravager Photo", + "ftbquests.chapter.mob_safari.quest18.title": "Ravager", + "ftbquests.chapter.mob_safari.quest19.task_6294764614244969421.title": "Shulker Photo", + "ftbquests.chapter.mob_safari.quest19.title": "Shulker", + "ftbquests.chapter.mob_safari.quest2.description1": "In this new post-apocalyptic world, you\u0027ve realized that it might be a good idea to document what lifeforms exist - just in case it happens again. ", + "ftbquests.chapter.mob_safari.quest2.description2": "To do so, you\u0027re going to need \u00266a camera, \u0026rsome \u00266film\u0026r to print onto, and some way to turn that \u00266film into photos.\u0026r", + "ftbquests.chapter.mob_safari.quest2.subtitle": "Snap decisions", + "ftbquests.chapter.mob_safari.quest2.title": "Camera", + "ftbquests.chapter.mob_safari.quest20.task_5958619487539868658.title": "Skeleton Photo", + "ftbquests.chapter.mob_safari.quest20.title": "Skeleton", + "ftbquests.chapter.mob_safari.quest21.task_2908237894518590949.title": "Slime Photo", + "ftbquests.chapter.mob_safari.quest21.title": "Slime", + "ftbquests.chapter.mob_safari.quest22.task_1986307033554203052.title": "Stray Photo", + "ftbquests.chapter.mob_safari.quest22.title": "Stray", + "ftbquests.chapter.mob_safari.quest23.task_8127229503220688871.title": "Vex Photo", + "ftbquests.chapter.mob_safari.quest23.title": "Vex", + "ftbquests.chapter.mob_safari.quest24.task_2719667561416590077.title": "Vindicator Photo", + "ftbquests.chapter.mob_safari.quest24.title": "Vindicator", + "ftbquests.chapter.mob_safari.quest25.description1": "\u00267Tip: the sculk catalyst is craftable, and you can use a sculk awakener on a sculk shrieker to convert it into one that can spawn Wardens.", + "ftbquests.chapter.mob_safari.quest25.task_3299757844051508646.title": "Warden Photo", + "ftbquests.chapter.mob_safari.quest25.title": "Warden", + "ftbquests.chapter.mob_safari.quest26.task_1834001635925258364.title": "Witch Photo", + "ftbquests.chapter.mob_safari.quest26.title": "Witch", + "ftbquests.chapter.mob_safari.quest27.description1": "\u00267Tip: if you want to summon a living wither skeleton, you\u0027ll need to use the Soulium Spawner.", + "ftbquests.chapter.mob_safari.quest27.task_431510156767848390.title": "Wither Skeleton Photo", + "ftbquests.chapter.mob_safari.quest27.title": "Wither Skeleton", + "ftbquests.chapter.mob_safari.quest28.task_3976176875920550036.title": "Zoglin Photo", + "ftbquests.chapter.mob_safari.quest28.title": "Zoglin", + "ftbquests.chapter.mob_safari.quest29.task_2001349734991872109.title": "Blaze Photo", + "ftbquests.chapter.mob_safari.quest29.title": "Blaze", + "ftbquests.chapter.mob_safari.quest3.task_6868688706200460210.title": "Zombie Photo", + "ftbquests.chapter.mob_safari.quest3.title": "Zombie", + "ftbquests.chapter.mob_safari.quest30.task_4394254762005595057.title": "Wither Photo", + "ftbquests.chapter.mob_safari.quest30.title": "Wither", + "ftbquests.chapter.mob_safari.quest31.task_6606548217913389459.title": "Ender Dragon Photo", + "ftbquests.chapter.mob_safari.quest31.title": "Ender Dragon", + "ftbquests.chapter.mob_safari.quest32.task_8348843003612976311.title": "Piglin Photo", + "ftbquests.chapter.mob_safari.quest32.title": "Piglin", + "ftbquests.chapter.mob_safari.quest33.task_9152125344552747368.title": "Allay Photo", + "ftbquests.chapter.mob_safari.quest33.title": "Allay", + "ftbquests.chapter.mob_safari.quest34.task_935450104482788869.title": "Axolotl Photo", + "ftbquests.chapter.mob_safari.quest34.title": "Axolotl", + "ftbquests.chapter.mob_safari.quest35.task_3732209353791428122.title": "Bat Photo", + "ftbquests.chapter.mob_safari.quest35.title": "Bat", + "ftbquests.chapter.mob_safari.quest36.task_4451728281716577204.title": "Camel Photo", + "ftbquests.chapter.mob_safari.quest36.title": "Camel", + "ftbquests.chapter.mob_safari.quest37.task_3478349021656071469.title": "Cat Photo", + "ftbquests.chapter.mob_safari.quest37.title": "Cat", + "ftbquests.chapter.mob_safari.quest38.task_421501030317629993.title": "Chicken Photo", + "ftbquests.chapter.mob_safari.quest38.title": "Chicken", + "ftbquests.chapter.mob_safari.quest39.task_3283513909476271368.title": "Cod Photo", + "ftbquests.chapter.mob_safari.quest39.title": "Cod", + "ftbquests.chapter.mob_safari.quest4.task_5493751185522811223.title": "Husk Photo", + "ftbquests.chapter.mob_safari.quest4.title": "Husk", + "ftbquests.chapter.mob_safari.quest40.task_3552336333939252573.title": "Cow Photo", + "ftbquests.chapter.mob_safari.quest40.title": "Cow", + "ftbquests.chapter.mob_safari.quest41.task_8921315837912733830.title": "Donkey Photo", + "ftbquests.chapter.mob_safari.quest41.title": "Donkey", + "ftbquests.chapter.mob_safari.quest42.task_8892925176174289117.title": "Frog Photo", + "ftbquests.chapter.mob_safari.quest42.title": "Frog", + "ftbquests.chapter.mob_safari.quest43.task_7912667151609898398.title": "Glow Squid Photo", + "ftbquests.chapter.mob_safari.quest43.title": "Glow Squid", + "ftbquests.chapter.mob_safari.quest44.task_4389105525914117514.title": "Horse Photo", + "ftbquests.chapter.mob_safari.quest44.title": "Horse", + "ftbquests.chapter.mob_safari.quest45.task_4359593363899885941.title": "Mooshroom Photo", + "ftbquests.chapter.mob_safari.quest45.title": "Mooshroom", + "ftbquests.chapter.mob_safari.quest46.task_924922940433498504.title": "Mule Photo", + "ftbquests.chapter.mob_safari.quest46.title": "Mule", + "ftbquests.chapter.mob_safari.quest47.task_4787445126890462554.title": "Ocelot Photo", + "ftbquests.chapter.mob_safari.quest47.title": "Ocelot", + "ftbquests.chapter.mob_safari.quest48.task_595439666779967783.title": "Parrot Photo", + "ftbquests.chapter.mob_safari.quest48.title": "Parrot", + "ftbquests.chapter.mob_safari.quest49.task_6791445533424275382.title": "Pig Photo", + "ftbquests.chapter.mob_safari.quest49.title": "Pig", + "ftbquests.chapter.mob_safari.quest5.task_2405723904258009579.title": "Drowned Photo", + "ftbquests.chapter.mob_safari.quest5.title": "Drowned", + "ftbquests.chapter.mob_safari.quest50.task_5186559523328413187.title": "Pufferfish Photo", + "ftbquests.chapter.mob_safari.quest50.title": "Pufferfish", + "ftbquests.chapter.mob_safari.quest51.task_1802630615776817042.title": "Rabbit Photo", + "ftbquests.chapter.mob_safari.quest51.title": "Rabbit", + "ftbquests.chapter.mob_safari.quest52.task_9075318374820615216.title": "Salmon Photo", + "ftbquests.chapter.mob_safari.quest52.title": "Salmon", + "ftbquests.chapter.mob_safari.quest53.task_1279126845524092057.title": "Sheep Photo", + "ftbquests.chapter.mob_safari.quest53.title": "Sheep", + "ftbquests.chapter.mob_safari.quest54.description1": "\u00267Tip: the sniffer egg is craftable!", + "ftbquests.chapter.mob_safari.quest54.task_4496075018482353874.title": "Sniffer Photo", + "ftbquests.chapter.mob_safari.quest54.title": "Sniffer", + "ftbquests.chapter.mob_safari.quest55.task_7621061223329854925.title": "Snow Golem Photo", + "ftbquests.chapter.mob_safari.quest55.title": "Snow Golem", + "ftbquests.chapter.mob_safari.quest56.task_3811954916556661348.title": "Squid Photo", + "ftbquests.chapter.mob_safari.quest56.title": "Squid", + "ftbquests.chapter.mob_safari.quest57.task_8980744210598611125.title": "Strider Photo", + "ftbquests.chapter.mob_safari.quest57.title": "Strider", + "ftbquests.chapter.mob_safari.quest58.task_3384099064913889422.title": "Tropical Fish Photo", + "ftbquests.chapter.mob_safari.quest58.title": "Tropical Fish", + "ftbquests.chapter.mob_safari.quest59.task_8173784837555787990.title": "Turtle Photo", + "ftbquests.chapter.mob_safari.quest59.title": "Turtle", + "ftbquests.chapter.mob_safari.quest6.task_874911539473621191.title": "Spider Photo", + "ftbquests.chapter.mob_safari.quest6.title": "Spider", + "ftbquests.chapter.mob_safari.quest60.task_3689972004573703426.title": "Villager Photo", + "ftbquests.chapter.mob_safari.quest60.title": "Villager", + "ftbquests.chapter.mob_safari.quest61.description1": "\u00267Tip: an oak or birch tree grown near flowers has a small chance to spawn a beehive!", + "ftbquests.chapter.mob_safari.quest61.task_5922903859006989903.title": "Bee Photo", + "ftbquests.chapter.mob_safari.quest61.title": "Bee", + "ftbquests.chapter.mob_safari.quest62.task_6003122656664405150.title": "Dolphin Photo", + "ftbquests.chapter.mob_safari.quest62.title": "Dolphin", + "ftbquests.chapter.mob_safari.quest63.task_8533728607102685433.title": "Fox Photo", + "ftbquests.chapter.mob_safari.quest63.title": "Fox", + "ftbquests.chapter.mob_safari.quest64.task_2426644530607004924.title": "Goat Photo", + "ftbquests.chapter.mob_safari.quest64.title": "Goat", + "ftbquests.chapter.mob_safari.quest65.task_7632281372321087328.title": "Iron Golem Photo", + "ftbquests.chapter.mob_safari.quest65.title": "Iron Golem", + "ftbquests.chapter.mob_safari.quest66.reward_5070411217558644494.title": "Wash the spit off your face!", + "ftbquests.chapter.mob_safari.quest66.task_6151594406741525419.title": "Llama Photo", + "ftbquests.chapter.mob_safari.quest66.title": "Llama", + "ftbquests.chapter.mob_safari.quest67.task_8391996334368644499.title": "Panda Photo", + "ftbquests.chapter.mob_safari.quest67.title": "Panda", + "ftbquests.chapter.mob_safari.quest68.task_6356092814838542587.title": "Polar Bear Photo", + "ftbquests.chapter.mob_safari.quest68.title": "Polar Bear", + "ftbquests.chapter.mob_safari.quest69.task_5155069369552929707.title": "Wolf Photo", + "ftbquests.chapter.mob_safari.quest69.title": "Wolf", + "ftbquests.chapter.mob_safari.quest7.task_7828452674496297861.title": "Cave Spider Photo", + "ftbquests.chapter.mob_safari.quest7.title": "Cave Spider", + "ftbquests.chapter.mob_safari.quest70.task_6586877749199133229.title": "Zombified Piglin Photo", + "ftbquests.chapter.mob_safari.quest70.title": "Zombified Piglin", + "ftbquests.chapter.mob_safari.quest71.description1": "\u00267Tip: there is a ritual that spawns the Elder Guardian!", + "ftbquests.chapter.mob_safari.quest71.task_1136723065807110792.title": "Elder Guardian Photo", + "ftbquests.chapter.mob_safari.quest71.title": "Elder Guardian", + "ftbquests.chapter.mob_safari.quest72.task_1119603583110664878.title": "Starbuncle Photo", + "ftbquests.chapter.mob_safari.quest72.title": "Starbuncle", + "ftbquests.chapter.mob_safari.quest73.task_1237879032257403086.title": "Wilden Guardian Photo", + "ftbquests.chapter.mob_safari.quest73.title": "Wilden Defender", + "ftbquests.chapter.mob_safari.quest74.task_5793666635438854570.title": "Wilden Pack Hunter Photo", + "ftbquests.chapter.mob_safari.quest74.title": "Wilden Pack Hunter", + "ftbquests.chapter.mob_safari.quest75.task_8789953344793101489.title": "Wilden Stalker Photo", + "ftbquests.chapter.mob_safari.quest75.title": "Wilden Stalker", + "ftbquests.chapter.mob_safari.quest76.task_4116691053894850008.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest76.title": "Drygmy", + "ftbquests.chapter.mob_safari.quest77.task_1018473204252943458.title": "Wilden Chimera Photo", + "ftbquests.chapter.mob_safari.quest77.title": "Wilden Chimera", + "ftbquests.chapter.mob_safari.quest78.task_6004116955135160925.title": "Drygmy Photo", + "ftbquests.chapter.mob_safari.quest78.title": "Whirlisprig", + "ftbquests.chapter.mob_safari.quest79.description1": "\u00267Tip: a spawned siren, not a tamed familiar!", + "ftbquests.chapter.mob_safari.quest79.task_1471670924078031545.title": "Siren Photo", + "ftbquests.chapter.mob_safari.quest79.title": "Siren", + "ftbquests.chapter.mob_safari.quest8.task_4943959340946543881.title": "Enderman Photo", + "ftbquests.chapter.mob_safari.quest8.title": "Enderman", + "ftbquests.chapter.mob_safari.quest80.description1": "I mean. You did a LOT of grinding probably to get here. Also by definition you\u0027ve finished the pack, or good as.", + "ftbquests.chapter.mob_safari.quest80.subtitle": "because why not?", + "ftbquests.chapter.mob_safari.quest80.title": "Safari LEGEND", + "ftbquests.chapter.mob_safari.quest9.task_4733333668196733711.title": "Endermite Photo", + "ftbquests.chapter.mob_safari.quest9.title": "Endermite", + "ftbquests.chapter.mob_safari.title": "Mob Safari", + "ftbquests.chapter.resource_generation.quest1.description1": "\u00266Prosperity Shards\u0026r are the basis of all mystical essence manipulation - very useful for generating large amounts of basic resources.", + "ftbquests.chapter.resource_generation.quest1.description2": "They can be found by breaking down copper nuggets with a pickaxe on a cutting board.", + "ftbquests.chapter.resource_generation.quest1.description3": "\u00267Tip: you can also make prosperity shards in an Enrichment Chamber!", + "ftbquests.chapter.resource_generation.quest10.description1": "With enough inferium, you can craft \u00266Inferium Seeds,\u0026r which grow essence themselves.", + "ftbquests.chapter.resource_generation.quest11.description1": "More potent than regular inferium essence, \u00266Prudentium Essence\u0026r can be used to make some useful essence seeds.", + "ftbquests.chapter.resource_generation.quest11.description2": "Make it by fortifying inferium essence with all four elemental essences in a \u00266Cauldron.\u0026r", + "ftbquests.chapter.resource_generation.quest11.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest18.description1": "The \u00266infusion altar\u0026r and \u00266pedestals\u0026r are required to craft essence seeds.", + "ftbquests.chapter.resource_generation.quest18.description2": "Place the items necessary in the pedestals, then give the altar a redstone signal or a wave of a wand to begin crafting.", + "ftbquests.chapter.resource_generation.quest19.description1": "By breeding \u00266Rocky\u0026r bees together in the nether, they\u0027ll slowly adapt and turn into their nether versions - \u00266Crimson\u0026r and \u00266Warped\u0026r bees. \u00266Cursed\u0026r bees are the hybrid between the two.", + "ftbquests.chapter.resource_generation.quest19.description2": "These bees, twisted by the nether environment, are somewhat aggressive; they\u0027ll harm nearby mobs (including players!)", + "ftbquests.chapter.resource_generation.quest19.task_3895545663253499388.title": "Warped", + "ftbquests.chapter.resource_generation.quest19.task_8052506021592411173.title": "Cursed", + "ftbquests.chapter.resource_generation.quest19.task_891469205622428585.title": "Crimson", + "ftbquests.chapter.resource_generation.quest19.title": "Nether Bees", + "ftbquests.chapter.resource_generation.quest2.description1": "You can place frames into your apiary for bonuses to productivity, lifespan, and even change the temperature and humidity of an apiary. ", + "ftbquests.chapter.resource_generation.quest2.description2": "\u00267Tip: Frame modifiers stack multiplicatively, not additively!\u0026r", + "ftbquests.chapter.resource_generation.quest2.task_1734748989054878453.title": "Any Frame", + "ftbquests.chapter.resource_generation.quest20.description1": "If you\u0027re tired of getting stung by nether bees, try crafting a set of \u00266Apiarist Gear.\u0026r This armor, when worn as a set, will protect you from getting affected by any bees nearby.", + "ftbquests.chapter.resource_generation.quest20.description2": "It\u0027s made of silk, which you can get from propolis (which you can get from simmering combs, among others.)", + "ftbquests.chapter.resource_generation.quest20.title": "Apiarist Gear", + "ftbquests.chapter.resource_generation.quest21.description1": "\u00266Rocky\u0026r and \u00266Robust\u0026r bees are more used to cooler climates, but you can breed better tolerances into them. ", + "ftbquests.chapter.resource_generation.quest21.description2": "Their rocky combs produce much more wax and honey than their wasteland cousins, but more importantly, they can rarely produce \u00266Copper Combs\u0026r as a specialty.", + "ftbquests.chapter.resource_generation.quest21.description3": "\u00267Tip: specialties are only produced when a bee is ecstatic! To make a bee ecstatic, you have to have its housing climate \u0026lexactly\u0026r\u00267 match the bee\u0027s preferred climate. Either breed it so that it prefers the hot dry wastes, or use special frames to adjust the temperature and humidity!", + "ftbquests.chapter.resource_generation.quest21.description4": "\u00267Tip 2: tuff (which you need underneath the apiary to breed these bees!) can be crafted or found underground.", + "ftbquests.chapter.resource_generation.quest21.task_1538674417108678800.title": "Resilient", + "ftbquests.chapter.resource_generation.quest21.task_7190582857068653051.title": "Robust", + "ftbquests.chapter.resource_generation.quest21.task_9033126545582958159.title": "Rocky", + "ftbquests.chapter.resource_generation.quest21.title": "Rocky Bees", + "ftbquests.chapter.resource_generation.quest22.description1": "\u00266Haunted,\u0026r \u00266Ghostly,\u0026r and \u00266Spectral\u0026r bees are an offshoot of nether bees that produce Spectral combs, a relatively honey-rich comb. Additionally, Spectral bees will produce \u00266glowstone\u0026r as a specialty!", + "ftbquests.chapter.resource_generation.quest22.task_3081911043010225060.title": "Haunted", + "ftbquests.chapter.resource_generation.quest22.task_5262672928415792469.title": "Ghostly", + "ftbquests.chapter.resource_generation.quest22.task_8517504769354790857.title": "Spectral", + "ftbquests.chapter.resource_generation.quest22.title": "Spectral Bees", + "ftbquests.chapter.resource_generation.quest23.description1": "\u00266Common\u0026r and \u00266Cultivated\u0026r bees were the most common species in the world that came before, from what you recall.", + "ftbquests.chapter.resource_generation.quest23.task_3642208754252689379.title": "Common", + "ftbquests.chapter.resource_generation.quest23.task_8299291890952022433.title": "Cultivated", + "ftbquests.chapter.resource_generation.quest23.title": "Common Bees", + "ftbquests.chapter.resource_generation.quest24.description1": "These glorious bee comrades ironically despise queens. They are also notable for producing \u00266pollen\u0026r and having \u00266higher than average productivity.\u0026r", + "ftbquests.chapter.resource_generation.quest24.task_2025398279722007265.title": "Industrious", + "ftbquests.chapter.resource_generation.quest24.task_3616071306266700168.title": "Tireless", + "ftbquests.chapter.resource_generation.quest24.task_8393881405903593674.title": "Diligent", + "ftbquests.chapter.resource_generation.quest24.title": "Industrious Bees", + "ftbquests.chapter.resource_generation.quest25.description1": "Somewhat snooty and famously literally blue-blooded, these bees can produce \u00266Royal Combs\u0026r when ecstatic. These combs can then centrifuge into \u00266Royal Jelly.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description2": "They also have a \u00266higher than average fertility rate.\u0026r", + "ftbquests.chapter.resource_generation.quest25.description3": "\u00267Tip: Imperial bees have the Beatific effect, which provides all mobs nearby with regeneration!", + "ftbquests.chapter.resource_generation.quest25.task_6398361437915986421.title": "Noble", + "ftbquests.chapter.resource_generation.quest25.task_7062842366521447494.title": "Imperial", + "ftbquests.chapter.resource_generation.quest25.task_753059639095222795.title": "Majestic", + "ftbquests.chapter.resource_generation.quest25.title": "Imperial Bees", + "ftbquests.chapter.resource_generation.quest26.description1": "The \u00266Mellarium\u0026r is a multiblock version of the apiary, with the ability to add modules that can help you in a variety of ways.", + "ftbquests.chapter.resource_generation.quest26.description2": "The most concrete thing a Mellarium can do is give you more than three frame slots, using \u00266Frame Housings.\u0026r This means you can get, in the best case, \u0026l\u0026oSTACKS\u0026r of combs every bee tick.", + "ftbquests.chapter.resource_generation.quest26.description3": "You can also increase your chances of getting a mutation, shield your bees from rain, and change the climate using catalyst items.", + "ftbquests.chapter.resource_generation.quest26.description4": "\u00267Tip: read your Apiarist Field Guide for more information!", + "ftbquests.chapter.resource_generation.quest26.title": "The Mellarium", + "ftbquests.chapter.resource_generation.quest27.description1": "Once you start getting propolis, you can start \u00266upgrading\u0026r your \u00266Centrifuges\u0026r and \u00266Generators\u0026r - each upgrade has different stats, and you can put up to three in your machines.", + "ftbquests.chapter.resource_generation.quest27.description2": "Like frames, these upgrades stack multiplicatively.", + "ftbquests.chapter.resource_generation.quest27.description3": "\u00267Tip: the earliest ways to get propolis are through nether bees or rocky bees!", + "ftbquests.chapter.resource_generation.quest27.task_7611771532993062026.title": "Any Upgrade", + "ftbquests.chapter.resource_generation.quest27.title": "Upgrades", + "ftbquests.chapter.resource_generation.quest28.description1": "At some point you\u0027ll have more honey (and other bee products) than you know what to do with. ", + "ftbquests.chapter.resource_generation.quest28.description2": "If nothing else, you can burn them for energy in the \u00266Honey Generator!\u0026r", + "ftbquests.chapter.resource_generation.quest29.description1": "An interesting thing about these bees is that there\u0027s no way to get more than one queen out of a breeding pair. Fortunately, you can perform a ritual to summon \u00266more bee nests\u0026r through magic and some special ingredients.", + "ftbquests.chapter.resource_generation.quest29.description2": "Read your Reclamation Rituals book for more information.", + "ftbquests.chapter.resource_generation.quest29.title": "More Nests", + "ftbquests.chapter.resource_generation.quest3.description1": "You\u0027ve noticed some beehives dotted around. Maybe you can try to domesticate them?", + "ftbquests.chapter.resource_generation.quest3.description2": "You\u0027ll need a tool to harvest the nests and a place to raise the bees.", + "ftbquests.chapter.resource_generation.quest3.description3": "\u00267Tip: not every bee is required to finish the pack! Branching out from the required bees will allow you to generate resources much easier than the traditional routes, however.", + "ftbquests.chapter.resource_generation.quest3.title": "Beeginnings", + "ftbquests.chapter.resource_generation.quest30.description1": "Certain bees can produce straight up raw metals from certain rocks!", + "ftbquests.chapter.resource_generation.quest30.task_1055543042056575718.title": "Cuprous", + "ftbquests.chapter.resource_generation.quest30.task_2417461944780662004.title": "Osimum", + "ftbquests.chapter.resource_generation.quest30.task_4765395095236658823.title": "Radioactive", + "ftbquests.chapter.resource_generation.quest30.task_5074021897861698803.title": "Precious", + "ftbquests.chapter.resource_generation.quest30.task_5533305920955437908.title": "Ferrous", + "ftbquests.chapter.resource_generation.quest30.task_6870748623537125703.title": "Argentum", + "ftbquests.chapter.resource_generation.quest30.task_766783682761833592.title": "Zincum", + "ftbquests.chapter.resource_generation.quest30.task_8469594533203667582.title": "Stannum", + "ftbquests.chapter.resource_generation.quest30.task_9085151875040480342.title": "Plumbum", + "ftbquests.chapter.resource_generation.quest30.title": "Metal Bees", + "ftbquests.chapter.resource_generation.quest31.description1": "Certain bees can produce raw minerals from their environment!", + "ftbquests.chapter.resource_generation.quest31.task_1818325150934700666.title": "Emeradic", + "ftbquests.chapter.resource_generation.quest31.task_2840825311361710213.title": "Lapic", + "ftbquests.chapter.resource_generation.quest31.task_3358109104860624142.title": "Fluorite", + "ftbquests.chapter.resource_generation.quest31.task_3719081351633839622.title": "Bituminous", + "ftbquests.chapter.resource_generation.quest31.task_4463225001103591989.title": "Silicate", + "ftbquests.chapter.resource_generation.quest31.task_5231403782456047002.title": "Dimantic", + "ftbquests.chapter.resource_generation.quest31.task_5480192077480458536.title": "Luminous", + "ftbquests.chapter.resource_generation.quest31.task_6963870120953273988.title": "Amethyst", + "ftbquests.chapter.resource_generation.quest31.task_7118701806962971116.title": "Quartz", + "ftbquests.chapter.resource_generation.quest31.task_7148838165140607695.title": "Conductive", + "ftbquests.chapter.resource_generation.quest31.title": "Mineral Bees", + "ftbquests.chapter.resource_generation.quest32.description1": "Stronger than Prudentium, \u00266Tertium\u0026r is necessary for all kinds of metallic essence seeds.", + "ftbquests.chapter.resource_generation.quest32.description2": "Make it using a \u00266Runic Altar\u0026r or \u00266Terrestrial Agglomeration Plate.\u0026r", + "ftbquests.chapter.resource_generation.quest32.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest32.description4": "\u00267Tip 2: a potency lens would make the altar process much faster!", + "ftbquests.chapter.resource_generation.quest33.description1": "\u00266Imperium\u0026r is the penultimate tier of essence, requiring combining the power of \u00265Source\u0026r and Tertium Essence.", + "ftbquests.chapter.resource_generation.quest33.description2": "It can be made using an \u00266Imbuement Chamber.\u0026r", + "ftbquests.chapter.resource_generation.quest33.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest34.description1": "\u00266Supremium\u0026r is the highest tier of essence, used for crafting the highest tier of mystical equipment and seeds.", + "ftbquests.chapter.resource_generation.quest34.description2": "Anoint Imperium with life essence to create it.", + "ftbquests.chapter.resource_generation.quest34.description3": "\u00267Tip: you can also make it in a Metallurgic Infuser!", + "ftbquests.chapter.resource_generation.quest35.description1": "These bees can produce magical products. Some of them, like the \u00266Natural\u0026r bee, have special effects!", + "ftbquests.chapter.resource_generation.quest35.description2": "Additionally, the Natural bee produces some small amount of \u00266Nature Essence\u0026r if kept ecstatic.", + "ftbquests.chapter.resource_generation.quest35.task_2760367059321888447.title": "Dawnstone", + "ftbquests.chapter.resource_generation.quest35.task_4095918579037388131.title": "Willful", + "ftbquests.chapter.resource_generation.quest35.task_417359132698374078.title": "Botanic", + "ftbquests.chapter.resource_generation.quest35.task_4623337291104132366.title": "Demonite", + "ftbquests.chapter.resource_generation.quest35.task_5288388297853031166.title": "Terra", + "ftbquests.chapter.resource_generation.quest35.task_5373973326405937422.title": "Natural", + "ftbquests.chapter.resource_generation.quest35.task_7910365384265410324.title": "Source", + "ftbquests.chapter.resource_generation.quest35.title": "Magical Bees", + "ftbquests.chapter.resource_generation.quest37.description1": "\u00267Tip: you\u0027ll need to breed Nature bees to get your first bits of nature essence!", + "ftbquests.chapter.resource_generation.quest4.description1": "Now pop a \u00266princess and drone into an apiary,\u0026r and watch the magic happen! Bees can generate some \u00266very useful resources\u0026r in their combs; initially, though, you\u0027ll have to process said combs on \u00266a cutting board.\u0026r", + "ftbquests.chapter.resource_generation.quest4.description2": "At first, you\u0027ll only get beeswax and honey drops, alongside some dead logs...", + "ftbquests.chapter.resource_generation.quest4.description3": "\u00267Tip: wasteland bees (and desiccated and dried bees) need dead bushes as their \u0027flowers\u0027!", + "ftbquests.chapter.resource_generation.quest4.title": "Beesources", + "ftbquests.chapter.resource_generation.quest5.description1": "By continuously re-breeding \u00266Wasteland\u0026r bees together, you can start to slowly revitalize them. \u00266Desiccated\u0026r and \u00266Dried\u0026r bees are slightly better, with a higher productivity and lifespan - meaning less maintenance and more combs!", + "ftbquests.chapter.resource_generation.quest5.task_3134995966104364628.title": "Dried", + "ftbquests.chapter.resource_generation.quest5.task_7818871944295114422.title": "Desiccated", + "ftbquests.chapter.resource_generation.quest5.title": "Reclaimed Bees", + "ftbquests.chapter.resource_generation.quest6.description1": "At some point, you\u0027ll want to take a closer look at your bees - the \u00266Analyzer\u0026r allows you to examine what genes exactly any given bee has, for the low cost of a single honey drop.", + "ftbquests.chapter.resource_generation.quest6.description2": "The \u00266Apid Library\u0026r shows you what mutations you can create with a bee\u0027s species.", + "ftbquests.chapter.resource_generation.quest6.description3": "The \u00266Microscope\u0026r allows you to research bee species, giving you a higher chance to mutate bees into a researched species.", + "ftbquests.chapter.resource_generation.quest6.description4": "\u00267Tip: the Microscope is a great way to get rid of unnecessary drones you have! Read the Apiarist Field Guide for more info on it.", + "ftbquests.chapter.resource_generation.quest6.title": "Tools of the Trade", + "ftbquests.chapter.resource_generation.quest67.description1": "\u00266Growth Accelerators\u0026r grow the crop above them faster. Higher tiers have higher ranges, meaning you can stack more underneath your farmland!", + "ftbquests.chapter.resource_generation.quest68.description1": "Essence infused watering cans can water a larger area faster.", + "ftbquests.chapter.resource_generation.quest7.description1": "If you want to process your combs more efficiently, you\u0027ll want to make a \u00266Centrifuge.\u0026r Powered by a generator, it automatically turns combs into comb products - no more manual chopping!", + "ftbquests.chapter.resource_generation.quest7.title": "Comb Processing ", + "ftbquests.chapter.resource_generation.quest73.description1": "\u00267Tip: unlimited wadduh", + "ftbquests.chapter.resource_generation.quest8.description1": "All essence seeds need to grow on specially prepared \u00266Essence Farmland.\u0026r", + "ftbquests.chapter.resource_generation.quest8.description2": "You can obtain your first bits of \u00266Inferium Essence\u0026r from killing mobs.", + "ftbquests.chapter.resource_generation.quest8.description3": "\u00267Tip: higher tier essence farmland will grow essence crops slightly faster!", + "ftbquests.chapter.resource_generation.quest9.description1": "These first elemental seeds don\u0027t have very many direct crafting uses, but are an important stepping stone to bigger and better things.", + "ftbquests.chapter.resource_generation.quest9.description2": "\u00267Tip: essence seeds aren\u0027t cloneable, meaning you\u0027ll need two or more to actually start increasing their stats!", + "ftbquests.chapter.resource_generation.quest9.title": "Elemental Seeds", + "ftbquests.chapter.resource_generation.title": "Resource Generation", + "ftbquests.chapter.the_color_green.quest1.description1": "You\u0027ve done it! You finally have grass. It\u0027s not exactly green, but you can \u00266bonemeal\u0026r a large area of it and \u00266get flowers!\u0026r", + "ftbquests.chapter.the_color_green.quest1.title": "Grass!", + "ftbquests.chapter.the_color_green.quest10.description1": "The \u00266Natural Altar\u0026r is a very important tool in the manipulation of natural energies.", + "ftbquests.chapter.the_color_green.quest10.description2": "Once the altar is fully built, it will drain \u00266aura\u0026r from its surroundings. It will then use those energies to \u00266transform items put into it.\u0026r ", + "ftbquests.chapter.the_color_green.quest10.description3": "You should also look into creating the \u00266Environmental Eye\u0026r - a very useful device that shows you the level of aura in the nearby area.", + "ftbquests.chapter.the_color_green.quest10.task_4749334638074014910.title": "Any Planks", + "ftbquests.chapter.the_color_green.quest10.title": "Natural Altar", + "ftbquests.chapter.the_color_green.quest11.description1": "Infusing iron in the Natural Altar creates, funnily enough, \u00266Infused Iron Ingots.\u0026r These have a wide variety of uses, but chief among them are some very nice tools and armor, with \u00266special abilities\u0026r and the unique property of being \u00266repairable using Aura.\u0026r", + "ftbquests.chapter.the_color_green.quest11.title": "Infused Iron", + "ftbquests.chapter.the_color_green.quest12.description1": "Extremely malleable, \u00266Andesite Alloy\u0026r is a crucial component of contraptions to come.", + "ftbquests.chapter.the_color_green.quest12.description2": "\u00267Tip: very small amounts of Create are needed to finish the pack, but you won\u0027t have to get too deep into it!", + "ftbquests.chapter.the_color_green.quest13.description1": "The Natural Altar requires aura in the surrounding area to function. It won\u0027t ever take the aura to a negative level, but it will \u00264stop working completely if the aura is low enough,\u0026r which means you\u0027ll need a way of replenishing it.", + "ftbquests.chapter.the_color_green.quest13.description2": "\u00266Ancient Saplings\u0026r are the most basic way to do this; once grown, if the area\u0027s aura is low enough, the tree\u0027s leaves will \u00264slowly wither away,\u0026r \u00266producing aura in the process.\u0026r", + "ftbquests.chapter.the_color_green.quest13.title": "Creating Aura", + "ftbquests.chapter.the_color_green.quest14.description1": "An excess of aura generates flowers - and this device can turn \u00266flowers into an excess of aura!\u0026r Make sure you feed it a \u00266balanced diet of different flowers,\u0026r though; too much of the same flower and it starts to give you \u00264diminishing returns.\u0026r", + "ftbquests.chapter.the_color_green.quest14.description2": "\u00267Tip: if the aura in an area is high enough, it\u0027ll charge aura caches! Crouch with a botanist tool (made from infused iron) to repair them with an aura cache in your inventory.", + "ftbquests.chapter.the_color_green.quest15.description1": "Mana\u0027s not very useful without ways to generate and move it! Starting out, your best source of mana is going to be the \u00266Endoflame.\u0026r", + "ftbquests.chapter.the_color_green.quest15.description2": "\u00267Tip: you can use the Wand of the Forest to bind the spreader to flowers and pools.", + "ftbquests.chapter.the_color_green.quest15.description3": "\u00267Tip 2: using a pressure plate but it\u0027s not working? Open your OPAC keybind (default [\u0027]) to turn off the Prot. Plates from Other setting!", + "ftbquests.chapter.the_color_green.quest15.task_4041437535513982933.title": "Wand of the Forest", + "ftbquests.chapter.the_color_green.quest15.title": "Generating Mana", + "ftbquests.chapter.the_color_green.quest16.description1": "Now that you have a more robust source of aura, you can put it to more use - a \u00266crumbling catalyst,\u0026r when placed on top of one of the lower four golden blocks of a natural altar, can crush things much more finely than you can by hand. It can get you \u00266more bone meal per bone, more gold powder per leaf, and even turn cobblestone into sand!\u0026r", + "ftbquests.chapter.the_color_green.quest17.description1": "There are a few items you can place on top of your altar to increase its capacity and recharge rate:", + "ftbquests.chapter.the_color_green.quest17.description2": "\u00266Torch:\u0026r +0.5x recharge rate", + "ftbquests.chapter.the_color_green.quest17.description3": "\u00266Skeleton Skull/Husk Head:\u0026r +1x recharge rate, +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description4": "\u00266Chalice:\u0026r +1x capacity", + "ftbquests.chapter.the_color_green.quest17.description5": "Eventually, you can replace the torch with a candelabra, the skeleton skull with a wither skeleton or player skull, and the chalice with a filled chalice for even more recharge rate and capacity.", + "ftbquests.chapter.the_color_green.quest17.task_4639929492764668107.title": "Head Upgrade", + "ftbquests.chapter.the_color_green.quest17.title": "Altar Upgrades", + "ftbquests.chapter.the_color_green.quest18.description1": "Attuned stones are a very important part of witchcraft - not only do they let you \u00266craft necessary workstations,\u0026r they also give you the ability to perform certain rites \u00266without the need of an altar,\u0026r once charged!", + "ftbquests.chapter.the_color_green.quest18.description2": "\u00267Please note that this recipe needs altar power! Make sure your cauldron is within range of your altar!", + "ftbquests.chapter.the_color_green.quest19.description1": "If the \u00266Altar\u0026r is the backbone of witchcraft, the \u00266Distillery, Kettle,\u0026r and \u00266Spinning Wheel \u0026rare its phalanges. ", + "ftbquests.chapter.the_color_green.quest19.description2": "...strange metaphors aside, these blocks allow you to craft a wide variety of \u00266witchy goodies.\u0026r They will need to be placed within range of an altar, if their recipes require power.", + "ftbquests.chapter.the_color_green.quest19.title": "Tools of the Trade", + "ftbquests.chapter.the_color_green.quest2.description1": "Now that you have actual plants available, you can start to harness their latent life-energy to power rituals. To start, you\u0027ll have to create a structure capable of collecting it - an \u00266Altar\u0026r should do well here. Place your Altar blocks in a 2x3 rectangle and it should start collecting power!", + "ftbquests.chapter.the_color_green.quest2.description2": "The more \u00266plantlife\u0026r there is around the\u00266 Altar,\u0026r the more power you can store. This includes \u00266trees, grass, flowers, crops, vines, pumpkins, melons, and more!\u0026r", + "ftbquests.chapter.the_color_green.quest2.description3": "\u00267Tip: the altar has a range of 16 blocks! There is a cap to each kind of plantlife nearby as well, so make sure the surroundings are varied.", + "ftbquests.chapter.the_color_green.quest2.title": "Altar", + "ftbquests.chapter.the_color_green.quest20.description1": "An apparatus perfect for channelling large amounts of mana into collections of objects, the \u00266Runic Altar\u0026r will (obviously) let you make runes.", + "ftbquests.chapter.the_color_green.quest20.description2": "\u00267Tip: with the altar, if you don\u0027t have them already, you can craft mystical flower seeds!", + "ftbquests.chapter.the_color_green.quest21.description1": "Ember item and fluid pipes are relatively basic, but at this point in time they\u0027re fairly decent for small-scale operations. Pipes need extractors to pull items into them, and extractors need a redstone signal to be activated. There are a few other quirks to the system, all of which are explained in your \u00266Ancient Codex.", + "ftbquests.chapter.the_color_green.quest21.description2": "\u00267Note - basically everything in Embers needs a redstone signal to activate, so get ready to place plenty of levers!", + "ftbquests.chapter.the_color_green.quest21.title": "Dwarven Logistics", + "ftbquests.chapter.the_color_green.quest22.description1": "Now that you have some Ember, you\u0027ll need to turn it into useable energy somehow.", + "ftbquests.chapter.the_color_green.quest22.description2": "The\u00266 Ember Activator\u0026r turns solid Ember into \u00266Activated Ember;\u0026r pipe crystals and shards into the bottom, and attach an \u00266Ember Emitter to the top\u0026r to output \u00266Activated Ember.\u0026r ", + "ftbquests.chapter.the_color_green.quest22.description3": "Use a Tinker\u0027s Hammer on the emitter to link it to a receptor, give it a redstone signal, and you\u0027re transmitting Activated Ember!", + "ftbquests.chapter.the_color_green.quest22.description4": "\u00267Note that Ember Grit doesn\u0027t normally produce Activated Ember; you\u0027ll have to add a \u00266Heat Exchanger\u00267 to an activator to get energy out of it (which multiplies all ember production by 0.9x, but adds a flat +300 to all items production!)", + "ftbquests.chapter.the_color_green.quest22.title": "Activating Ember", + "ftbquests.chapter.the_color_green.quest23.description1": "One of the main ways to channel altar power is through the practice of \u00266circle magic.\u0026r Each ritual has a gold chalk glyph at its center, but the placement of other chalk glyphs changes depending on what kind of ritual you want to perform!", + "ftbquests.chapter.the_color_green.quest23.description2": "Most rituals can target a remote area using a waystone (blooded or otherwise), and some rituals can even be performed away from the altar by adding a charged attuned stone to them!\u00266 Read through the two reward books to find out what rituals you can perform.\u0026r", + "ftbquests.chapter.the_color_green.quest23.description3": "\u00267Tip: the rite of fertility is a cheap, easy way to mass bonemeal grass, crops or anything else!", + "ftbquests.chapter.the_color_green.quest23.title": "Circle Magic", + "ftbquests.chapter.the_color_green.quest24.description1": "You\u0027ll want to make a \u00266Copper Cell\u0026r to \u00266store your activated ember\u0026r - it works as a kind of \u0027battery\u0027 for the mystical energy.", + "ftbquests.chapter.the_color_green.quest24.description2": "To see how much ember is in the cell, place an \u00266Ember Dial\u0026r on it.", + "ftbquests.chapter.the_color_green.quest24.title": "Storing Ember", + "ftbquests.chapter.the_color_green.quest25.description1": "Ember is capable of melting metals and other items in the creatively-named \u00266Melter\u0026r - feed the bottom half ember, feed the top half items to melt, and you can extract molten metals from the top half.", + "ftbquests.chapter.the_color_green.quest25.description2": "This molten metal can be formed into a variety of shapes in a \u00266Stamper;\u0026r place the \u00266Stamp Base,\u0026r then the \u00266Stamper above it with a one-block gap\u0026r of air. Give the Stamper ember and a stamp, pipe molten metal into the base, and presto! Stamped and cooled metal products! ", + "ftbquests.chapter.the_color_green.quest25.description3": "Notably, you can use this process to \u00266produce plates more efficiently.\u0026r", + "ftbquests.chapter.the_color_green.quest25.title": "Melting and Stamping", + "ftbquests.chapter.the_color_green.quest26.description1": "By piping molten copper and gold into \u0026odifferent sides\u0026r of the bottom of a \u00266Mixer Centrifuge,\u0026r (along with some ember) you can combine them into a strong, ember-aligned metal called \u00266Dawnstone.\u0026r Pipe it out of the top and stamp it into ingots or plates!", + "ftbquests.chapter.the_color_green.quest26.description2": "\u00267Tip: use your Tinker\u0027s Lens to see what\u0027s going on in the mixer!", + "ftbquests.chapter.the_color_green.quest26.title": "Dawnstone", + "ftbquests.chapter.the_color_green.quest27.description1": "The Andesite Casing is a crucial part of any kind of mechanical apparatus.", + "ftbquests.chapter.the_color_green.quest28.description1": "For more advanced ember crafting, a special setup is required. An \u00266exchange tablet\u0026r with some \u00266pedestals\u0026r around it, when struck with a \u00266beam cannon pulse,\u0026r will transmute the center item into a new result item.", + "ftbquests.chapter.the_color_green.quest28.description2": "There is one complication, though. The pedestals need \u00266aspectii\u0026r to be placed on them, and you aren\u0027t sure which aspectii go with which items! The only way to find out is through experiementation - if the transmutation fails, it will produce \u0026balchemical waste.\u0026r When held and right clicked, the waste will reveal a number of \u00266glowing spots,\u0026r which tell you the number of \u00266aspectus/item combinations you got right.\u0026r", + "ftbquests.chapter.the_color_green.quest28.title": "Energetic Alchemy", + "ftbquests.chapter.the_color_green.quest29.description1": "Using the power of mana and a pumpkin, you think you can create a \u00266Fel Pumpkin\u0026r - a weak imitation of a blaze head. Pop this magically-charged head on top of two iron bars, and it\u0027ll turn into a passable facsimile of a blaze.", + "ftbquests.chapter.the_color_green.quest29.description2": "This imitation blaze always drops at least \u0026610 blaze powder.\u0026r This blaze powder can be spun into brilliant fiber, or distilled into more useful dusts!", + "ftbquests.chapter.the_color_green.quest29.description3": "\u00267Tip: you can capture an imitation blaze in the Blaze Burner!", + "ftbquests.chapter.the_color_green.quest29.title": "Knockoff Blazes", + "ftbquests.chapter.the_color_green.quest3.description1": "Using dye from the flowers you can get by \u00266bonemealing grass,\u0026r you can craft a special kind of fertilizer that can coax \u00266mystical flowers\u0026r to life.", + "ftbquests.chapter.the_color_green.quest3.description2": "\u00267Tip: you can also get mystical flower seeds through crossbreeding!", + "ftbquests.chapter.the_color_green.quest30.description1": "There are a few other ways you can process materials using andesite-based machinery; namely, \u00266compacting, pressing, and mixing\u0026r You\u0027ll need to find some way to capture a fire elemental if you want to expand your repertoire, though; \u0026bmaybe mana can help you somehow?\u0026r", + "ftbquests.chapter.the_color_green.quest30.title": "Mechanical Crafting", + "ftbquests.chapter.the_color_green.quest31.description1": "By blowing air through certain things, you can blast, smoke, wash, or \u00266haunt\u0026r items. This means you have access to essentially free bulk smelting!", + "ftbquests.chapter.the_color_green.quest31.description2": "More importantly, though - now that you can haunt items, you can make \u00266blackstone\u0026r by \u00266haunting\u0026r cobblestone, a crucial component of the \u00266Reformation Array.\u0026r", + "ftbquests.chapter.the_color_green.quest31.title": "Moving Air", + "ftbquests.chapter.the_color_green.quest32.description1": "Alchemical reformation is the process of \u00266turning one alchemical sulfur into another\u0026r - initially, you\u0027ll only be able to convert sulfurs of the \u00266same tier and type\u0026r to each other \u00266(like iron sulfur into lead sulfur!) \u0026r", + "ftbquests.chapter.the_color_green.quest32.description2": "To set up the reformation array, place down the target, source, and result pedestals somewhat near each other. Hold the sulfuric flux emitter and right click each pedestal, then place it on the mercury catalyst. ", + "ftbquests.chapter.the_color_green.quest32.description3": "Put mercury in the mercury catalyst, the target sulfur in the target pedestal, and the sulfur to convert in the source pedestal. Give it a moment, and you\u0027ll start converting the source sulfur into the target sulfur!", + "ftbquests.chapter.the_color_green.quest32.title": "Alchemical Reformation", + "ftbquests.chapter.the_color_green.quest33.description1": "A mechanical pump is capable of pumping liquids in the world into pipes when given mechanical power - \u00266it is much faster than the ember-fueled one!", + "ftbquests.chapter.the_color_green.quest34.description1": "The \u00266Rod of the Lands\u0026r can corporealize a tiny portion of mana into a full dirt block!", + "ftbquests.chapter.the_color_green.quest34.title": "(almost) Free Dirt", + "ftbquests.chapter.the_color_green.quest35.description1": "Carrying mana around with you enables you to use a plethora of bits and baubles. To transfer mana from a pool into the tablet, make sure the pool is on \u0027charge\u0027 mode by hovering over it with a wand of the forest.", + "ftbquests.chapter.the_color_green.quest35.title": "Portable Mana", + "ftbquests.chapter.the_color_green.quest36.description1": "Turn your mana tablet into a ring to store mana on-the-go \u00266without taking up an inventory slot!\u0026r", + "ftbquests.chapter.the_color_green.quest37.description1": "By attaching a mana rune to a manasteel ring, you can (VERY slowly) pull ambient mana into a mana storage device on your person, \u00266for free!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description1": "Distilling blaze powder and gunpowder together in a Distillery will grant you access to \u00266glowstone!\u0026r", + "ftbquests.chapter.the_color_green.quest38.description2": "Getting \u00266redstone\u0026r is similar, using cinder flour in place of gunpowder.", + "ftbquests.chapter.the_color_green.quest38.description3": "\u00267Tip: you can also make glowstone and redstone with strength and night vision potions - it\u0027s up to you whether you want to take the Enchanted or Create route for these!\u0026r", + "ftbquests.chapter.the_color_green.quest38.title": "Useful Dusts", + "ftbquests.chapter.the_color_green.quest39.description1": "Once you have a pump, you can create a \u00266Spout\u0026r to dispense liquid onto items - this is a possible way to make \u00266glowstone or redstone,\u0026r if you\u0027re willing to set up the infrastructure.", + "ftbquests.chapter.the_color_green.quest4.description1": "The \u00266Pure Daisy\u0026r can, as its name implies, purify nearby objects. The most important things you should start with are \u00266logs and stone,\u0026r but there are a few other things you can purify as well!", + "ftbquests.chapter.the_color_green.quest4.description2": "Simply place the petal apothecary down, fill it with water, then toss in the petals and finally a seed!", + "ftbquests.chapter.the_color_green.quest4.description3": "\u00267Tip: check the usages of the Pure Daisy to see what else it can transform.", + "ftbquests.chapter.the_color_green.quest4.title": "Pure Daisy", + "ftbquests.chapter.the_color_green.quest40.description1": "The \u00266Alchemy Catalyst\u0026r allows you to use the power of mana to transmute a wide variety of items. Place it under a mana pool to start alchemizing!", + "ftbquests.chapter.the_color_green.quest40.description2": "You\u0027ll be able to convert flowers into other flowers, stone variants into other stone variants, flint into gunpowder (and vice versa), and ghast tears into ender pearls!", + "ftbquests.chapter.the_color_green.quest40.description3": "\u00266Notably, it lets you turn flax into feathers, necessary for tokens of fear.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description1": "The \u00266transmutation catalyst\u0026r modifies the natural altar to convert items into other items using Aura. Similar to the crumbling catalyst, it must be placed \u00266atop one of the four lower gold blocks of the altar.\u0026r", + "ftbquests.chapter.the_color_green.quest41.description2": "The most immediately useful transmutation is that of \u00266sand into soul sand,\u0026r which will allow you to haunt things using the encased fan, as well as grow nether wart!", + "ftbquests.chapter.the_color_green.quest41.description3": "You can also convert netherrack into crimson and warped nylium.", + "ftbquests.chapter.the_color_green.quest42.description1": "The \u00266Millstone\u0026r can crush cobble into gravel, bones into bone meal, and a variety of plants into their respective dyes at a much higher rate of return.", + "ftbquests.chapter.the_color_green.quest43.description1": "The \u00266Codebreaking Slate\u0026r is very handy - you can put multiple pieces of alchemical waste into it and it will show you how many aspectus/item combinations you got right! It will also show you how many correct aspectii you have placed with the wrong items.", + "ftbquests.chapter.the_color_green.quest44.description1": "Your first \u00266archaic brick\u0026r can be made by infusing a regular brick with tainted gold and infused iron. Once you have one, you can use it to make more by simply infusing it with \u00266more clay and soul sand.\u0026r", + "ftbquests.chapter.the_color_green.quest45.description1": "The \u00266Mnemonic Inscriber\u0026r, when attached to an Exchange Tablet and given paper, will automatically write down the correct combination of aspectii for a given transmutation when you successfully complete one.", + "ftbquests.chapter.the_color_green.quest46.description1": "You can convert between sulfurs of the same type and rarity using the reformation array, but if you want to convert between different types (and the same rarity), you\u0027ll want to make \u00266Alchemical Niter\u0026r in a \u00266Fermentation Vat.\u0026r", + "ftbquests.chapter.the_color_green.quest46.description2": "Place \u00266water, sugar, and the sulfur\u0026r you want to ferment into the vat, then \u00266shift-right-click it to close it\u0026r and start the fermentation process. Once the barrel opens again, your fermentation is done, and you can take out your shiny new Niter!", + "ftbquests.chapter.the_color_green.quest46.description3": "Alchemical Niter can be converted in the \u00266Reformation Array\u0026r similar to how you convert sulfur - note, however, that depending on what type you\u0027re converting to, you will produce or require \u00266more than one niter!\u0026r", + "ftbquests.chapter.the_color_green.quest46.title": "Alchemical Conversion", + "ftbquests.chapter.the_color_green.quest47.description1": "The \u00266digestion vat\u0026r lets you \u00266convert sulfurs between rarities!\u0026r Place some niter and sal ammoniac (and if you\u0027re converting up, some alchemically pure gold) into it, and shift-right-click the vat to start the process! \u00266Four of the previous tier converts into one of the next tier, and vice versa.\u0026r", + "ftbquests.chapter.the_color_green.quest47.description2": "This (in combination with the fermentation vat) allows you to convert iron sulfur into common metal niter, down into four abundant metal niter, into four copper sulfur - that\u0027s \u00266FOUR copper per iron!\u0026r", + "ftbquests.chapter.the_color_green.quest47.description3": "This is a metal loop you could try automating...", + "ftbquests.chapter.the_color_green.quest47.description4": "\u00267Tip: you can start and stop the vats using a redstone signal!\u0026r", + "ftbquests.chapter.the_color_green.quest47.title": "Alchemical Exaltation", + "ftbquests.chapter.the_color_green.quest48.description1": "The \u00266Offering Table\u0026r is a special altar that will allow you to convert items into special empowered versions of themselves, most notably tokens and nature-infused ingots.", + "ftbquests.chapter.the_color_green.quest48.description2": "To use it, simply place whatever you want to infuse into it by right-clicking, then throw a \u00266Spirit of Calling\u0026r onto the altar to activate it.", + "ftbquests.chapter.the_color_green.quest48.description3": "\u00267Tip: You can convert more than one item at a time, using only one spirit of calling!\u0026r", + "ftbquests.chapter.the_color_green.quest48.description4": "\u00267Tip 2: this is a multiblock! Check your Book of Natural Aura to see how to build it.", + "ftbquests.chapter.the_color_green.quest49.description1": "You can capture a summoned blaze into a magicked cage. This cage, when placed under a basin, will let you brew potions more efficiently than a brewing stand.", + "ftbquests.chapter.the_color_green.quest5.description1": "Combining the nature-infused iron and some metaphysical heat and structure (courtesy of \u00266nether bricks\u0026r and a \u00266spruce sapling,\u0026r respectively), you can rearrange the latent potential of the metal to turn it into lead!", + "ftbquests.chapter.the_color_green.quest5.description2": "Vastly useful in a variety of mechanical applications, lead is a great first step to leveraging either \u00266raw mechanical power\u0026r or \u00266Ember\u0026r in your pursuits.", + "ftbquests.chapter.the_color_green.quest5.description3": "\u00267Tip: the ancient codex is a little confusing at first, but it will guide you through the Embers mod! Start at Natural Energy, right click entries to mark them as read, and make sure you \u0026lREAD CAREFULLY!", + "ftbquests.chapter.the_color_green.quest5.description4": "\u00267Tip 2: you can use Theurgy to triple ingot output from raw ores!", + "ftbquests.chapter.the_color_green.quest50.description1": "This is it. Using the power of the \u00266Offering Altar,\u0026r and some magically significant materials, you can create the basis of real, sentient life - chicken eggs.", + "ftbquests.chapter.the_color_green.quest50.subtitle": "Well, debatably", + "ftbquests.chapter.the_color_green.quest50.title": "Sentient Life", + "ftbquests.chapter.the_color_green.quest51.description1": "With runes, there are a few other options you have for generating mana:", + "ftbquests.chapter.the_color_green.quest51.description2": "* A \u00266Thermalily\u0026r generates bursts of mana using lava, but will consume lava for no gain if you give it lava too often", + "ftbquests.chapter.the_color_green.quest51.description3": "* An \u00266Entropinnyum\u0026r consumes TNT explosions (and is one of the best generating flowers in the game), but too often and it\u0027ll just blow itself up", + "ftbquests.chapter.the_color_green.quest51.description4": "* A \u00266Munchdew\u0026r consumes leaves, but does not drop saplings.", + "ftbquests.chapter.the_color_green.quest51.description5": "\u00267Tip: some flowers will generate too much mana for a basic spreader! You can use potency and velocity lenses to stretch this, but eventually, you\u0027ll need better spreaders...\u0026r", + "ftbquests.chapter.the_color_green.quest51.title": "Alternative Mana Sources", + "ftbquests.chapter.the_color_green.quest52.description1": "Now that you can turn sulfurs into other sulfurs, you can manually reconstitute \u00266silver sulfur\u0026r and use the \u00266Reformation Array\u0026r to turn gold sulfur into silver sulfur without having to re-make the sulfur over and over again!", + "ftbquests.chapter.the_color_green.quest52.description2": "\u00267Tip: sulfur sulfur sulfur sulfur\u0026r", + "ftbquests.chapter.the_color_green.quest52.title": "Moon Metal", + "ftbquests.chapter.the_color_green.quest53.description1": "The \u00266Wildfire Core\u0026r is a key piece of some advanced dwarven machinery.", + "ftbquests.chapter.the_color_green.quest54.description1": "The \u00266Wildfire Stirling,\u0026r when attached to machines and supplied with steam, increases the efficiency of their ember usage.", + "ftbquests.chapter.the_color_green.quest54.description2": "The first one cuts usage in half, the second one halves it again, and any more decrease the efficiency.", + "ftbquests.chapter.the_color_green.quest55.description1": "The \u00266Ignem Reactor\u0026r is the ultimate solution to high ember requirements - when placed between a \u00266Catalysis\u0026r and \u00266Combustion Chamber,\u0026r it refines ember at a MUCH higher rate than the Ember Activator; up to \u002669x more ember\u0026r per crystal item.", + "ftbquests.chapter.the_color_green.quest55.description2": "\u00267Tip: the Catalysis and Combustion Chambers need fuel to operate, check JEI for their fuels and multipliers.", + "ftbquests.chapter.the_color_green.quest55.title": "Ignem Reactor", + "ftbquests.chapter.the_color_green.quest56.description1": "With the power of alchemy, you can turn a charged attuned stone into a seed capable of turning ember into pure metal! These crystal seeds, when powered with an \u00266Ember Injector,\u0026r will slowly grow and drop metal nuggets.", + "ftbquests.chapter.the_color_green.quest56.description2": "Not every metal can be turned into these seeds, but you have figured out that you can actually \u00266obtain Zinc\u0026r through this alchemical process!", + "ftbquests.chapter.the_color_green.quest56.description3": "\u00267Tip: crystals will slowly level up and drop more and more metal. Moving them resets their level, though!", + "ftbquests.chapter.the_color_green.quest56.subtitle": "Zinc! (and others)", + "ftbquests.chapter.the_color_green.quest56.task_414198583111126714.title": "Any Metal Crystal Seed", + "ftbquests.chapter.the_color_green.quest56.title": "Metal Crystal Seeds", + "ftbquests.chapter.the_color_green.quest57.description1": "With Dawnstone, you can craft ember transferral devices that can handle much more throughput.", + "ftbquests.chapter.the_color_green.quest57.title": "High Volume Ember Transfer", + "ftbquests.chapter.the_color_green.quest58.description1": "Now that you have zinc, you can alloy it with copper to create brass! This is useful almost exclusively for \u00266mechanical contraptions.\u0026r", + "ftbquests.chapter.the_color_green.quest58.description2": "\u00266Electron Tubes\u0026r are also an important step to making more complicated contraptions. ", + "ftbquests.chapter.the_color_green.quest58.description3": "\u00266Rose Quartz\u0026r can be made in a heated basin, combining glowstone and redstone in a sal ammoniac bath.", + "ftbquests.chapter.the_color_green.quest58.title": "Advanced Contraptions", + "ftbquests.chapter.the_color_green.quest59.description1": "Packages and their associated transport items open up a huge amount of logistical freedom.", + "ftbquests.chapter.the_color_green.quest59.description2": "\u00267Tip: for more information, hover these items and hold W to ponder!", + "ftbquests.chapter.the_color_green.quest59.title": "Mechanical Logistics", + "ftbquests.chapter.the_color_green.quest6.description1": "\u00266Ember\u0026r is the lifeblood of the world. Despite whatever happened, there is still virtually infinite Ember available deep underground - you just need to make a machine that can mine it. ", + "ftbquests.chapter.the_color_green.quest6.description2": "Enter the \u00266Ember Bore\u0026r - place it on bedrock, add a \u00266Mechanical Core\u0026r above it so you can pipe things in and out of it, and give it some fuel! It\u0027ll start digging up that sweet, sweet Ember.", + "ftbquests.chapter.the_color_green.quest6.description3": "\u00267Tip: the Mechanical Core acts as an extension for most Embers multiblocks! You can transfer items, fluid, and ember in and out of the core as if it was a part of the block it is attached to.", + "ftbquests.chapter.the_color_green.quest6.description4": "\u00267Tip 2: USE YOUR MECHANICAL LENS! It\u0027s EXTREMELY helpful for figuring out how Ember\u0027s machines work.", + "ftbquests.chapter.the_color_green.quest6.title": "Drilling for Ember", + "ftbquests.chapter.the_color_green.quest60.description1": "With access to brass and electron tubes, you can make a Mechanical Crafter. These, in combination with \u00266factory gauges\u0026r and \u00266package logistics,\u0026r allow you to set up automatic stocking and crafting of items!", + "ftbquests.chapter.the_color_green.quest60.title": "Autocrafting", + "ftbquests.chapter.the_color_green.quest61.description1": "You can fortify infused iron with prosperity shards to create a basic \u00266prosperity ingot,\u0026r ready to augment with agricultural essence.", + "ftbquests.chapter.the_color_green.quest61.description2": "One of the best uses of this ingot is to make a better watering can.", + "ftbquests.chapter.the_color_green.quest61.title": "Better Watering", + "ftbquests.chapter.the_color_green.quest62.description1": "With empowered tokens, you can craft the \u00266Creational Catalyst\u0026r - this removes the innate limit on most aura producing blocks, and lets you overcharge the local area with Aura.", + "ftbquests.chapter.the_color_green.quest62.description2": "\u00267Tip: aureareaurearuea", + "ftbquests.chapter.the_color_green.quest63.description1": "You\u0027ve felt a strange tingling on your skin ever since you woke up - you think this might be a manifestation of \u00266Aura,\u0026r a natural phenomenon that you might be able to further harness.", + "ftbquests.chapter.the_color_green.quest63.description2": "To get started, craft a \u00266Bottle and Cork\u0026r and \u00266right click the air\u0026r to gather some Aura for further study.", + "ftbquests.chapter.the_color_green.quest63.title": "Bottling Sunlight", + "ftbquests.chapter.the_color_green.quest64.description1": "The \u00266Mana Blaster\u0026r is a portable mana spreader that you can fire at will, using mana from a storage device on your person. You can also attach lenses to it, to use their special properties!", + "ftbquests.chapter.the_color_green.quest65.description1": "\u00266Mana Lenses\u0026r can change the properties of a mana burst fired from a spreader. They can increase the color, potency, speed, and even make the burst go \u00266through blocks\u0026r or \u00266break them\u0026r altogether! Read your \u00266Lexica Botania\u0026r for more details.", + "ftbquests.chapter.the_color_green.quest65.description2": "\u00267Tip: the weight lens makes blocks a mana burst hits fall - you can exploit this property to get blocks that normally need silk touch by having them fall onto something like a torch!", + "ftbquests.chapter.the_color_green.quest66.description1": "Now that you have\u00266 Ember\u0026r, what can you do with it?", + "ftbquests.chapter.the_color_green.quest66.description2": "One useful item is the \u00266Hearth Coil\u0026r - when provided with Ember, it can be used as a VERY fast furnace.", + "ftbquests.chapter.the_color_green.quest67.description1": "With \u00266Dawnstone\u0026r comes a better way of activating ember - the \u00266Pressure Refinery.\u0026r", + "ftbquests.chapter.the_color_green.quest67.description2": "It \u00264requires water\u0026r as well, but can boost your ember production up to \u002661.5x the value\u0026r of a plain activator.", + "ftbquests.chapter.the_color_green.quest67.description3": "Additionally, if placed atop a metal block surrounded by lava or fire it can double that, getting up to \u002663x the value\u0026r of crystalline ember! ", + "ftbquests.chapter.the_color_green.quest68.description1": "The \u00266Beam Splitter\u0026r allows you to, well, split beams. Ember sent into it will be divided into two bursts sent out from either end.", + "ftbquests.chapter.the_color_green.quest68.description2": "The \u00266Crystal Cell\u0026r is a much higher capacity way to store Ember - piping more crystalline ember into it will \u00266increase its storage limit.\u0026r", + "ftbquests.chapter.the_color_green.quest68.title": "Advanced Ember Logistics", + "ftbquests.chapter.the_color_green.quest69.description1": "With the acquisition of Dawnstone, you can make a special chamber to manipulate elemental mercury into a source of energy. ", + "ftbquests.chapter.the_color_green.quest69.description2": "The \u00266Mercury Catalyst\u0026r can convert mercury into Mercury Flux (MF) which, in combination with a \u00266Caloric Flux Emitter\u0026r, can be used to power alchemical devices that would normally need a pyromantic brazier underneath them!", + "ftbquests.chapter.the_color_green.quest69.description3": "\u00267Tip: one mercury shard produces as much energy as one piece of charcoal!", + "ftbquests.chapter.the_color_green.quest69.title": "Mercurial Power", + "ftbquests.chapter.the_color_green.quest7.description1": "The combination of brilliant fiber and nether bricks is superficially similar to the weak gold ore deposits you remember existing in the Nether. They\u0027re so similar, in fact, that \u00266a Pure Daisy will convert Golden Nether Bricks into Nether Gold Ore!\u0026r", + "ftbquests.chapter.the_color_green.quest7.description2": "\u00267Tip: there is a better way to make brilliant fiber, but you\u0027ll need to get blaze powder somehow... ", + "ftbquests.chapter.the_color_green.quest7.title": "Gold", + "ftbquests.chapter.the_color_green.quest70.description1": "With high enough aura in an area, \u00266dried earth will slowly convert to dirt!\u0026r", + "ftbquests.chapter.the_color_green.quest70.description2": "If you want to stop this effect from happening, \u00266Powder of Dried Stasis\u0026r will prevent the conversion of dried earth to dirt in the area it\u0027s placed in.", + "ftbquests.chapter.the_color_green.quest70.subtitle": "pseudo-terraforming", + "ftbquests.chapter.the_color_green.quest70.title": "Regrowth?", + "ftbquests.chapter.the_color_green.quest71.description1": "The \u00266Bin\u0026r is a fantastic block that automatically collects the outputs of various dwarven machinery.", + "ftbquests.chapter.the_color_green.quest71.description2": "Simply attach it to the \u00266bottom\u0026r of a machine (like, say, the stamper base) and it\u0027ll fill up with products.", + "ftbquests.chapter.the_color_green.quest72.description1": "With an imitation blaze head and a couple of real magical reagents, you can \u00266summon a real blaze!\u0026r", + "ftbquests.chapter.the_color_green.quest72.description2": "This summoned blaze always drops at least 3 blaze rods. ", + "ftbquests.chapter.the_color_green.quest72.description3": "\u00267Tip: the ritual to summon the blaze is described in the Reclamation Rituals book.\u0026r", + "ftbquests.chapter.the_color_green.quest72.title": "Real Blazes", + "ftbquests.chapter.the_color_green.quest8.description1": "The \u00266Pure Daisy\u0026r is able to turn mundane stone and logs into much more naturally-aligned versions of themselves.", + "ftbquests.chapter.the_color_green.quest8.title": "Living Materials", + "ftbquests.chapter.the_color_green.quest9.description1": "You can use a bucket to \u00266strategically place lava and water\u0026r to make a nether portal frame. It\u0027s not ideal, but it\u0027s definitely easier than trying to mine obsidian with an iron pickaxe!", + "ftbquests.chapter.the_color_green.quest9.description2": "Similar to the overworld, the nether is bare of ores and even more devoid of life - \u00264there are zero spawns there, and only one biome.", + "ftbquests.chapter.the_color_green.quest9.description3": "\u00267Tip: you can also make obsidian on the natural altar - but be warned, it\u0027s pretty costly aura-wise!", + "ftbquests.chapter.the_color_green.quest9.task_4075772383648127092.title": "Visit the Nether", + "ftbquests.chapter.the_color_green.quest9.title": "The Nether", + "ftbquests.chapter.the_color_green.title": "Touching Grass", + "ftbquests.chapter.the_hunt_for_grass.quest1.description1": "Now that you have dirt, your next step is to turn it into grass, so that you can start bringing a little bit of green into the world.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description1": "Plants in Agricraft are diploid organisms - essentially, every plant has two sets of attributes: active and inactive (or dominant and recessive). \u00266The active trait is the one that actually affects the plant,\u0026r but the inactive trait comes into play when breeding plants together. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description2": "When a crossbreed occurs, each plant \u00266adjacent\u0026r to the crossbreed crop sticks has a \u00266chance\u0026r depending on its \u00266fertility\u0026r to count as a parent. If there\u0027s only one parent selected, the resulting plant is a clone. If more than one parent is selected, each has a chance to pass on one half of its genes to the resulting plant.", + "ftbquests.chapter.the_hunt_for_grass.quest10.description3": "For example, if you bred a plant with gain of 3-2 with a plant who\u0027s gain is 4-2, it would result in a plant with a gain stat of either 4-3, 4-2, 3-2, or 2-2. ", + "ftbquests.chapter.the_hunt_for_grass.quest10.description4": "To figure out what the possibilities are for two parent plants, you can use a punnett square:", + "ftbquests.chapter.the_hunt_for_grass.quest10.description5": "Each square has an equal chance of getting chosen - additionally, there is a small chance for a mutation to occur; whether this mutation is beneficial or not depends on each parent\u0027s \u00266mutativity stat.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest10.image0": "{image:reclamation:textures/quests/punnett.png width:150 height:150 align:center}", + "ftbquests.chapter.the_hunt_for_grass.quest10.task_2773659192565899586.title": "What the heck are these numbers?", + "ftbquests.chapter.the_hunt_for_grass.quest10.title": "How do I get better stats?", + "ftbquests.chapter.the_hunt_for_grass.quest11.description1": "Each plant has five stats, when planted on crop sticks. You can see these stats by crouching and looking at the plant, or using a magnifying glass. The stats affect a variety of things:", + "ftbquests.chapter.the_hunt_for_grass.quest11.description2": "\u00266Fertility\u0026r is how likely a plant is to get chosen as a parent for cross-breeding.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description3": "\u00266Gain\u0026r increases how much a plant will produce when harvested.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description4": "\u00266Growth\u0026r affects the speed a plant grows at.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description5": "\u00266Mutativity\u0026r raises the chance for a cross-breed (when it occurs) to be beneficial.", + "ftbquests.chapter.the_hunt_for_grass.quest11.description6": "\u00266Strength\u0026r broadens the possible growing conditions for a plant - for example, cactus can always grow on sand, but with a strength of 10, it can grow on normal farmland!", + "ftbquests.chapter.the_hunt_for_grass.quest11.subtitle": "What do they mean?", + "ftbquests.chapter.the_hunt_for_grass.quest11.task_7047347176409476035.title": "Read", + "ftbquests.chapter.the_hunt_for_grass.quest11.title": "The numbers, Mason!", + "ftbquests.chapter.the_hunt_for_grass.quest12.description1": "That was A LOT of info - what it boils down to is higher numbers \u003d better, breed higher statted plants together to get better plants, use bonemeal on cross sticks to speed up the crossbreeding process. ", + "ftbquests.chapter.the_hunt_for_grass.quest12.description2": "If your plant is not growing, look at it while crouching - it might need a different type of soil.", + "ftbquests.chapter.the_hunt_for_grass.quest12.description3": "\u00267Tip: getting your first beneficial mutation \u00264will be slow,\u00267 but you can speed it up by \u00266planting crops in a plus shape,\u00267 with the cross sticks in the middle! This means each potential crossbreed has \u00266four\u00267 chances to pick parents, instead of \u00264just two.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest12.subtitle": "English, poindexter?", + "ftbquests.chapter.the_hunt_for_grass.quest12.task_7762997780188473985.title": "WAY too complicated", + "ftbquests.chapter.the_hunt_for_grass.quest12.title": "That was a lot...", + "ftbquests.chapter.the_hunt_for_grass.quest13.description1": "Now that you have a way to grow and breed plants, you should get started on broadening your base of food. Either \u00266breed the plants you have\u0026r into the two other staple crops from the old world, or \u00266find them on the mutated inhabitants\u0026r of the new.", + "ftbquests.chapter.the_hunt_for_grass.quest13.description2": "\u00267Tip: to find mutations, look up the recipe for the seed of the plant in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.description3": "\u00267Tip 2: to see what conditions a seed needs to grow (including what blocks it can grow on), check the uses of the seed in EMI.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest13.title": "Edible Plants", + "ftbquests.chapter.the_hunt_for_grass.quest14.description1": "At some point, you\u0027re going to run out of ruins. Thankfully, there is a special kind of flower called the \u00266Cuprosia \u0026ryou can breed that can harvest \u00266trace amounts of copper from the water.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest14.description2": "\u00267Tip: the flower will only grow in a waterlogged crop. If you successfully crossbreed the Cuprosia but the crop stick it\u0027s on is not waterlogged, \u00264it will not grow. \u00267Additionally, it can \u00264only grow on gravel\u00267 at strength 1.", + "ftbquests.chapter.the_hunt_for_grass.quest14.description3": "\u00267Tip 2: plant species can be recessive! Use your magnifying glass.", + "ftbquests.chapter.the_hunt_for_grass.quest14.title": "Growing copper?", + "ftbquests.chapter.the_hunt_for_grass.quest15.description1": "Now you have to find a way to turn the nascent life energy within the tree into some form of grass. There was a ritual you remember that was able to condense said energy into a special seed...", + "ftbquests.chapter.the_hunt_for_grass.quest15.description2": "Witchcraft can help you here - brew up some \u00266brilliant fiber,\u0026r apply it to some tree leaves, and watch it \u00266spread!\u0026r Once you have enough, break the leaves - the gilded leaves you\u0027ll get will be able to crush into a \u00266fine gold dust,\u0026r perfect for this ritual.", + "ftbquests.chapter.the_hunt_for_grass.quest15.title": "Gold Leaf", + "ftbquests.chapter.the_hunt_for_grass.quest16.description1": "Now that you have a way to conduct the ritual, you can create a \u00266Pasture Seed,\u0026r which will let you finally \u00266bring back grass to the world!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest16.description2": "\u00267To find out how to actually do the ritual, check how to do a Ritual of the Forest in your Book of Natural Aura.", + "ftbquests.chapter.the_hunt_for_grass.quest16.title": "Ritual of the Forest", + "ftbquests.chapter.the_hunt_for_grass.quest17.description1": "The \u00266Witch\u0027s Oven\u0026r can be used to distill saplings into \u00266special magic fumes,\u0026r which are especially potent in a variety of magical rites.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description1": "Using some sapling fumes and some plantlife, you can create \u00266Pasture Seeds\u0026r - special seeds that will place an \u00266area of grass\u0026r on nearby dirt.", + "ftbquests.chapter.the_hunt_for_grass.quest18.description2": "\u00267Tip: due to a bug in the mod, watering cans will not work to start the ritual of the forest!", + "ftbquests.chapter.the_hunt_for_grass.quest18.subtitle": "Not as green as I\u0027d like...", + "ftbquests.chapter.the_hunt_for_grass.quest18.title": "Grass!", + "ftbquests.chapter.the_hunt_for_grass.quest19.description1": "The composter can turn \u00266extra seeds and crops into bonemeal!\u0026r No more hunting skeletons in the middle of the night.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description1": "Even through the lack of nutrients in the soil, some especially-tough tufts of grass have held on. Some even have \u00266seeds that you can find\u0026r and try to coax to life.", + "ftbquests.chapter.the_hunt_for_grass.quest2.description2": "Some of these seem \u00266especially magical\u0026r - you wonder if you could use them in any way...", + "ftbquests.chapter.the_hunt_for_grass.quest2.description3": "\u00267Tip: you\u0027ll probably only want to harvest mandrake at night until you get its strength up!", + "ftbquests.chapter.the_hunt_for_grass.quest2.title": "Seeds", + "ftbquests.chapter.the_hunt_for_grass.quest20.description1": "You can get straw rarely by cutting grass with a \u00266knife.\u0026r Use it to make leads, ropes, and building blocks!", + "ftbquests.chapter.the_hunt_for_grass.quest20.task_1283594596619655186.title": "Any Knife", + "ftbquests.chapter.the_hunt_for_grass.quest20.title": "Straw", + "ftbquests.chapter.the_hunt_for_grass.quest21.description1": "You can turn bonemeal, dirt, and some organic material into \u00266organic compost.\u0026r When placed down, the compost will\u00266 turn into rich soil \u0026rafter a while (sped up by sunlight, water, and proximity to other rich soil or mushrooms), which grows most crops \u00266faster than regular farmland!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest21.title": "Rich Farmland", + "ftbquests.chapter.the_hunt_for_grass.quest22.description1": "Now that you have access to iron, you can make a \u00266watering can.\u0026r Higher-tier versions exist and are much better, but the basic version can still speed up the growth of crops.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description1": "This pack contains \u00266Via Romana\u0026r, a sign-based fast travel system. In order to fast travel using signs, you must first \u00266build a path and traverse it\u0026r before you can teleport across it. ", + "ftbquests.chapter.the_hunt_for_grass.quest23.description2": "\u00266Shift-left-click\u0026r on a sign at the start of your path, then \u00266shift-left-click\u0026r on a sign at the end of your path. Once you start pathing from one sign to the other, you need to follow a player-made path. If you deviate, you\u0027ll \u0026cstop\u0026r building the fast travel route and have to backtrack.", + "ftbquests.chapter.the_hunt_for_grass.quest23.description3": "Once linked, just punch the sign and you\u0027ll fast travel!", + "ftbquests.chapter.the_hunt_for_grass.quest23.description4": "\u00267Tip: to see what blocks count as path blocks, search \u00262#via_romana:path_block\u00267 in your recipe viewer.", + "ftbquests.chapter.the_hunt_for_grass.quest23.task_5888718684745127233.title": "Any Warpable Sign", + "ftbquests.chapter.the_hunt_for_grass.quest23.title": "Signpost Travel", + "ftbquests.chapter.the_hunt_for_grass.quest24.description1": "\u00266Fume Funnels,\u0026r when placed next to a Witch\u0027s Oven, raise the chance of getting fumes from items.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description1": "Tired of hearing those godforsaken \u00266mandrakes\u0026r shriek? Make some \u00266earmuffs!\u0026r They\u0027ll protect you from getting your ears blown out by their piercing scream.", + "ftbquests.chapter.the_hunt_for_grass.quest25.description2": "\u00267Tip: the higher the strength stat on mandrake is, the less likely they are to wake up.", + "ftbquests.chapter.the_hunt_for_grass.quest25.title": "OSHA Approved", + "ftbquests.chapter.the_hunt_for_grass.quest26.description1": "With the re-introduction of actual saplings to the world, you might want to make slightly better tools than the basic pickaxe and axe you\u0027re used to.", + "ftbquests.chapter.the_hunt_for_grass.quest26.description2": "The \u00266Hammer, Excavator, and Broadaxe\u0026r can break blocks in a \u002663x3 area\u0026r (and the broadaxe breaks in \u002663x3x3!\u0026r), making terraforming and general resource collection much easier.", + "ftbquests.chapter.the_hunt_for_grass.quest26.task_4941645910113139201.title": "Any AOE Tool", + "ftbquests.chapter.the_hunt_for_grass.quest3.description1": "Unless you get lucky and find an ingot or two among the husks, you\u0027ll need some way to make iron ingots. ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description2": "Luckily, one of those plants you found has a rudimentary circulatory system, which has enough thematic overlap with actual hemoglobin that you can use it to precipitate hemoglobic fluid...", + "ftbquests.chapter.the_hunt_for_grass.quest3.description3": "Basically, you found a \u00266plant that grows blood\u0026r and you\u0027re gonna \u00266make iron out of it\u0026r by putting it into a \u00266Sal Ammoniac Accumulator above a Fluid Vessel.\u0026r ", + "ftbquests.chapter.the_hunt_for_grass.quest3.description4": "\u00267Note: A Sal Ammoniac tank is meant only for sal ammoniac, so you \u0026oneed\u0026r\u00267 to place the \u0026lfluid vessel\u0026r\u00267 below it.", + "ftbquests.chapter.the_hunt_for_grass.quest3.title": "Hemoglobic Fluid", + "ftbquests.chapter.the_hunt_for_grass.quest4.description1": "Now that you have your hemoglobic fluid, you can \u00266use it as a solvent in your Liquefaction Cauldron to liquify copper\u0026r - the iron in the fluid will transform the copper sulfur into \u00266Iron Alchemical Sulfur.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.description2": "You\u0027ll also need some \u00266Mineral Alchemical Salt\u0026r - you can get this by \u00266calcifying charcoal,\u0026r or re-calcifying \u00266a large amount of Strata salt.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest4.title": "Salt and Sulfur", + "ftbquests.chapter.the_hunt_for_grass.quest5.description1": "You\u0027re almost there! Just throw the \u00266Iron Alchemical Sulfur, Mineral Alchemical Salt, \u0026rand\u00266 Alchemical Mercury\u0026r into the \u00266Incubator, \u0026rand you\u0027ll have iron!", + "ftbquests.chapter.the_hunt_for_grass.quest6.description1": "You can mash up the magical plants you\u0027ve found into something you\u0027re calling \u00266Anointing Paste.\u0026r You\u0027re pretty sure you can apply it to something, but what? ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description1": "Now that you have a bit of iron, you can make a cauldron and \u00266anoint\u0026r it to make a \u00266Witch\u0027s Cauldron\u0026r - a magically-insulated vessel for brewing all sorts of witchy goodness. ", + "ftbquests.chapter.the_hunt_for_grass.quest7.description2": "Fill it with three buckets of water, place it over a campfire, and it\u0027ll start boiling!", + "ftbquests.chapter.the_hunt_for_grass.quest7.description3": "\u00267Tip: if your brew spoils (turns brown because you put items in out of order or incorrectly), you can use an empty bucket to empty the cauldron.", + "ftbquests.chapter.the_hunt_for_grass.quest7.task_2385086996515714487.title": "Anoint a Cauldron", + "ftbquests.chapter.the_hunt_for_grass.quest8.description1": "With a little bit of magic (and a reinforced witchy cauldron), you can make a \u00266potent mutagen\u0026r - potent enough to mutate those \u00266dead bushes\u0026r you\u0027ve been seeing around into \u00266actual saplings!\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest8.subtitle": "Minor necromancy", + "ftbquests.chapter.the_hunt_for_grass.quest8.task_6488684102089578318.title": "Any Sapling", + "ftbquests.chapter.the_hunt_for_grass.quest8.title": "Saplings!", + "ftbquests.chapter.the_hunt_for_grass.quest9.description1": "The seeds you\u0027ve been finding have uniquely adapted themselves to their harsh environment. As a consequence, however, they\u0027ve become \u00264much less productive, focusing entirely on survival.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.quest9.description2": "You can try to selectively breed your meager collection of seeds together to make them \u00266grow faster\u0026r and \u00266produce more,\u0026r or even try \u00266cross-breeding them\u0026r to start bringing back extinct species of plant...", + "ftbquests.chapter.the_hunt_for_grass.quest9.description3": "To start, plant any seeds you have onto specially-prepared \u00266Crop Sticks.\u0026r", + "ftbquests.chapter.the_hunt_for_grass.title": "A Whiff of Normal", + "ftbquests.chapter.the_sound_of_life.quest1.description1": "Debatably sentient life in the form of chickens! Even more importantly, these chickens will produce \u00266eggs,\u0026r the root of all fauna.", + "ftbquests.chapter.the_sound_of_life.quest1.title": "Sentient Life", + "ftbquests.chapter.the_sound_of_life.quest10.description1": "You can upgrade your blood altar by placing runes around it - your \u00266Sanguine Scientiem\u0026r can give you specifics. A tier 2 altar can create \u00266Reinforced Slates!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest10.description2": "Used for creating special runes that give your blood altar benefits, among other things, they are just that much more potent than a regular blank slate.", + "ftbquests.chapter.the_sound_of_life.quest10.title": "Tier 2 Slates", + "ftbquests.chapter.the_sound_of_life.quest11.description1": "A tier 3 altar can create \u00266Imbued Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.description2": "Even stronger than the reinforced version, they can make even better rune upgrades for your blood altar, as well as the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest11.title": "Tier 3 Slates", + "ftbquests.chapter.the_sound_of_life.quest12.description1": "The \u00266Alchemical Reaction Chamber\u0026r is capable of a great many things, but one of the most important is its ability to produce gems - \u00266diamond, lapis, and amethyst.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description1": "With access to gems, you can make a \u00266Tainted Blood Pendant,\u0026r which you can then infuse with \u00266Regeneration!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest13.description2": "This makes poking yourself for life essence much more bearable...", + "ftbquests.chapter.the_sound_of_life.quest13.description3": "\u00267Tip: prismarine can be made either through Create\u0027s haunting or Nature\u0027s Aura\u0027s Natural Altar.", + "ftbquests.chapter.the_sound_of_life.quest14.description1": "Alchemizing with lifeforce provides the extra punch needed to transmute base materials into \u00266precious gems\u0026r using the \u00266Alchemical Reaction Chamber.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest14.description2": "\u00267Tip: once you\u0027ve made one of a specific kind of gem, you can use Theurgy to convert more materials into that gem\u0027s sulfur without having to go through the whole blood transmutation again!", + "ftbquests.chapter.the_sound_of_life.quest14.title": "Gems!", + "ftbquests.chapter.the_sound_of_life.quest15.description1": "A renewable source of gems would be much appreciated - thankfully, you can perform a \u00266special wiccan ritual\u0026r to turn a block of amethyst into its budding version.", + "ftbquests.chapter.the_sound_of_life.quest15.description2": "\u00267Tip: you can use blood magic\u0027s arcane ashes to draw a pentagram on your altar, giving it an addtional 1.5x boost to total power capacity!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest15.description3": "\u00267Tip 2: the instructions for this ritual can be found in your Reclamation Rituals book.", + "ftbquests.chapter.the_sound_of_life.quest16.description1": "Now that you have access to gems, you can start to manipulate \u00265Source, \u0026ranother type of magical energy you remember from before.", + "ftbquests.chapter.the_sound_of_life.quest16.description2": "To start, you\u0027ll want to turn lapis or amethyst shards into source gems using an \u00266Imbuement Chamber.\u0026r However, for an Imbuement Chamber, you\u0027ll need a special kind of wood. Because \u00265Source\u0026r is innately intertwined with \u00264Life Essence,\u0026r infusing an already magically-resonant tree with \u00264Life Essence\u0026r should produce a suitable sapling.", + "ftbquests.chapter.the_sound_of_life.quest16.description3": "\u00267Tip: you can convert between the four types of sapling using a mana pool!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest16.title": "Archwood", + "ftbquests.chapter.the_sound_of_life.quest17.description1": "With Archwood, you can now create \u00266Source Gems,\u0026r a perfect focusing medium for the arcane energies of \u00265Source.\u0026r Just toss some amethyst or lapis into an \u00266Imbuement Chamber!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest17.description2": "At first, you\u0027ll be slowly imbuing gems with the trace amounts present in the air, but once you get a way to generate \u00265Liquid Source,\u0026r you\u0027ll be converting gems in a flash!", + "ftbquests.chapter.the_sound_of_life.quest17.title": "Source Gems", + "ftbquests.chapter.the_sound_of_life.quest18.description1": "By offering an \u00266Imbued Slate\u0026r to the gods, you can convert mundane iron into the dense ingot of \u00266Osmium.\u0026r This metal is crucial to advanced mechanical applications.", + "ftbquests.chapter.the_sound_of_life.quest18.title": "Supermassive", + "ftbquests.chapter.the_sound_of_life.quest19.description1": "Now that you have a source of power, you\u0027ll want to start making real machinery. Your first step - a \u00266Metallurgic Infuser.\u0026r This machine can do a wide varity of things, but one of the most important is its ability to create \u00266steel,\u0026r another critical metal for your foray into technology.", + "ftbquests.chapter.the_sound_of_life.quest19.description2": "Infusing \u00266iron with coal,\u0026r while inefficient, is your only real way to make it - at least for now.", + "ftbquests.chapter.the_sound_of_life.quest19.title": "Steel", + "ftbquests.chapter.the_sound_of_life.quest2.description1": "Now that you have access to a breedable animal, you can utilize their excess vitalic energy to birth new creatures. ", + "ftbquests.chapter.the_sound_of_life.quest2.description2": "In an area with high Aura concentration, \u00266breeding mobs together\u0026r will generate \u00266Spirits of Birthing.\u0026r These spirits can be tossed alongside some other reagents onto an \u00266Altar of Birthing\u0026r to spawn new creatures.", + "ftbquests.chapter.the_sound_of_life.quest2.title": "Altar of Birthing", + "ftbquests.chapter.the_sound_of_life.quest20.description1": "The basis of every machine worth making, \u00266a Steel Casing \u0026ropens up limitless possibilities. ", + "ftbquests.chapter.the_sound_of_life.quest20.description2": "Almost quadrupling raw ore into ingots, turning plants into energy, or even fusion reactors all start with the humble steel casing.", + "ftbquests.chapter.the_sound_of_life.quest20.title": "Basic Machinery", + "ftbquests.chapter.the_sound_of_life.quest21.description1": "The \u00266Enrichment Chamber\u0026r can slightly boost the outputs of raw ores, clean blocks, and refine reagents for the \u00266Metallurgic Infuser,\u0026r creating enriched versions of items that are \u002668 times more efficient!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest22.description1": "Before you can do anything related to machinery, you\u0027ll need a source of power. Thankfully, \u0026bbotanic mana\u0026r is easily convertible to \u0026credstone flux.\u0026r Simply point a mana spreader at a \u00266Mana Fluxfield\u0026r and it\u0027ll output \u0026cRF\u0026r to any adjacent blocks.", + "ftbquests.chapter.the_sound_of_life.quest22.description2": "\u00267You can also use a heat generator, but it\u0027s VERY inefficient and (probably) not even worth making!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description1": "With the acquisition of lapis, you can now make the \u00266Terrestrial Agglomeration Plate,\u0026r a necessary step in your mastery of \u0026bbotanic mana.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest23.description2": "Combining mana-infused versions of a diamond, an ender pearl, and iron (alongside a tremendous amount of mana) creates \u00266Terrasteel,\u0026r a unique alloy that is incredibly strong and mana conductive.", + "ftbquests.chapter.the_sound_of_life.quest23.description3": "\u00267Tip: use sparks instead of mana spreaders for a much faster mana transfer rate!", + "ftbquests.chapter.the_sound_of_life.quest23.title": "Terrasteel", + "ftbquests.chapter.the_sound_of_life.quest24.description1": "Steel allows you to make better pipes of all kinds, able to transport items, fluids, RF, chemicals, and even heat. These have a number of \u00266advantages over caminite-based alternatives,\u0026r mainly their lack of reliance on redstone and their upgradeability.", + "ftbquests.chapter.the_sound_of_life.quest24.task_1474346775141796701.title": "Any Basic Logistic Item", + "ftbquests.chapter.the_sound_of_life.quest24.title": "Advanced Logistics", + "ftbquests.chapter.the_sound_of_life.quest25.description1": "The \u00266Rotary Condensentrator\u0026r allows you to convert liquids to gases, and vice versa. This is useful for storage purposes, but it also allows you to aerate Life Essence!", + "ftbquests.chapter.the_sound_of_life.quest26.description1": "The \u00266Gas-Burning Generator\u0026r can produce a large amount of RF very quickly - it\u0027s a solid midrange option that will most likely carry your energy needs until you start making reactors.", + "ftbquests.chapter.the_sound_of_life.quest26.description2": "\u00266Aerated Essence \u0026ris relatively easy to produce, and can be burned to produce a solid amount of RF. It\u0027s macabre, but it works!", + "ftbquests.chapter.the_sound_of_life.quest27.description1": "\u00266Ethylene\u0026r is another gas you can burn in the gas-burning generator; even a small amount can be burned for a rather large amount of energy.", + "ftbquests.chapter.the_sound_of_life.quest27.description2": "\u00267Note: Ethylene burning has been nerfed in this pack! It\u0027s still useful, just not as absolutely game-breakingly energy dense as it normally is.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest27.title": "Ethylene", + "ftbquests.chapter.the_sound_of_life.quest28.description1": "Ethylene can be further mixed with Aerated Essence to produce Blooded Ethylene, a much more energy-dense gas that can burn for longer in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest28.title": "Blooded Ethylene", + "ftbquests.chapter.the_sound_of_life.quest29.description1": "The \u00266Crusher\u0026r is great for turning things into smaller, powdery versions of themselves. It\u0027s also great at turning plants into \u00266Bio Fuel!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest3.description1": "Blood magic is a pathway to many abilities some consider to be unnatural.", + "ftbquests.chapter.the_sound_of_life.quest3.description2": "To start, make a few \u00266soul snares\u0026r and \u00266throw them at monsters before killing them.\u0026r These snared monsters will drop \u00266demonic will\u0026r, which you\u0027ll need to get started!", + "ftbquests.chapter.the_sound_of_life.quest3.title": "Blood Magic", + "ftbquests.chapter.the_sound_of_life.quest30.description1": "\u00266Bio Fuel\u0026r can be turned directly into energy in the \u00266Bio-Generator,\u0026r or further refined into ethylene for burning in the \u00266Gas-Burning Generator.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest30.title": "Bio Fuel", + "ftbquests.chapter.the_sound_of_life.quest31.description1": "The \u00266Purification Chamber,\u0026r in combination with oxygen and some further processing, can double raw ore outputs.", + "ftbquests.chapter.the_sound_of_life.quest31.description2": "Ore clumps can be crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest31.description3": "\u00267Tip: gas upgrades can be placed into some machines to make them more efficient in their use of chemicals!", + "ftbquests.chapter.the_sound_of_life.quest32.description1": "The \u00266Chemical Dissolution Chamber\u0026r is the next step in your ore processing - with the chamber as a starting point and some hydrogen chloride, it can turn 3 ore into 8 shards, which eventually get processed into ingots.", + "ftbquests.chapter.the_sound_of_life.quest32.description2": "To make hydrogen chloride, you\u0027ll need a renewable source of chlorine. The \u00266Thermal Evaporation Tower Multiblock\u0026r can turn plain water into brine, which can then be electrolysed into chlorine.", + "ftbquests.chapter.the_sound_of_life.quest32.description3": "Shards need to be purified into clumps, crushed into dirty dust, enriched into pure dust, then smelted into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.description1": "The final refinement to your ore refinement process: the \u00266Chemical Washer and Crystallizer\u0026r can wash and crystallize ore slurry, at a 3 raw ore to eventual 10 ingot ratio.", + "ftbquests.chapter.the_sound_of_life.quest33.description2": "You\u0027ll need sulfur for sulfuric acid, which you can make through judicious application of oxygen to charcoal.", + "ftbquests.chapter.the_sound_of_life.quest33.description3": "Dirty ore slurry needs to be washed into clean ore slurry, then crystallized into crystals, which then get thrown into the \u00266Chemical Injection Chamber\u0026r to get turned into shards, which purify into clumps, crush into dirty dust, enrich into clean dust, and then finally smelt into ingots.", + "ftbquests.chapter.the_sound_of_life.quest33.title": "REAL Ore Processing", + "ftbquests.chapter.the_sound_of_life.quest34.description1": "To make the next tier of altar, you\u0027ll need bloodstone bricks to cap the next set of pillars. However, these require blood shards to make; blood shards require \u00266tau fruit. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest34.description2": "Despite your best efforts, you can\u0027t breed tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest34.description3": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of Tau Fruit. Go forth, ", + "ftbquests.chapter.the_sound_of_life.quest34.title": "Blooded Rituals", + "ftbquests.chapter.the_sound_of_life.quest35.description1": "\u00266Blood Shards\u0026r are a very handy thing for someone of your talents to have around. Despite your best efforts, however, you can\u0027t breed the necessary tau from your currently-available stock of plants. Luckily, you don\u0027t have to.", + "ftbquests.chapter.the_sound_of_life.quest35.description2": "Using the power of the \u00266Edge of the Hidden Realm\u0026r ritual, you can create a gateway to the Demon Realm. The Demon Realm has all sorts of goodies, but mainly it\u0027s the original source of tau fruit. ", + "ftbquests.chapter.the_sound_of_life.quest35.description3": "\u00267Tip: once you have some, planting tau fruit and having it grow while something is standing on it will eventually create a saturated tau.", + "ftbquests.chapter.the_sound_of_life.quest35.title": "Blood Shards", + "ftbquests.chapter.the_sound_of_life.quest36.description1": "With access to blood shards, you can finally make a tier 4 altar and\u00266 Demonic Slates.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest36.description2": "Yet still stronger than Imbued Slates, these bad boys pack quite an essence-filled punch! You can use these for ritual paraphernalia as well as more altar upgrades.", + "ftbquests.chapter.the_sound_of_life.quest36.title": "Tier 4 Slates", + "ftbquests.chapter.the_sound_of_life.quest37.description1": "The \u00266Dusk\u0026r version of the \u00266Ritual Diviner\u0026r will allow you to perform even stronger rituals - chief among these being the \u00266Pathway to the Endless Realm.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.description2": "Once performed, you will be presented with a gate to the Demon Realm proper - a sprawling labyrinth of rooms which contain strong enemies, plentiful loot, and the curious ore known as \u00266Demonite.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest37.title": "Dusk Rituals", + "ftbquests.chapter.the_sound_of_life.quest38.description1": "\u00266Demonite\u0026r can be found rarely in the \u00266Demon Realm,\u0026r either as an ore block or as loot in chests.", + "ftbquests.chapter.the_sound_of_life.quest38.description2": "You also remember that there was a \u00266special key\u0026r for \u00266spatial distortions\u0026r that led you to the mines, which held much more valuable loot...", + "ftbquests.chapter.the_sound_of_life.quest39.description1": "The single most powerful slate you can make,\u00266 Ethereal Slates\u0026r require a tier 5 altar to craft.", + "ftbquests.chapter.the_sound_of_life.quest39.description2": "Alongside netherite scraps and some \u00266looted parts\u0026r from the Demon Realm, these slates can be used to upgrade altar runes, making them \u00266twice as powerful.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest39.title": "Tier 5 Slates", + "ftbquests.chapter.the_sound_of_life.quest4.description1": "One of the most common things you\u0027ll need in the pursuit of sanguine magic is a base material of stone doped in blood - excellent for channelling these dark energies.", + "ftbquests.chapter.the_sound_of_life.quest4.description2": "You\u0027ll need to make quite a few to upgrade your blood altar!", + "ftbquests.chapter.the_sound_of_life.quest40.description1": "Now that you have access to dusk rituals, you can use either a \u00266Ritual of the Feathered Knife\u0026r or a \u00266Well of Suffering\u0026r to automate the collection of life essence.", + "ftbquests.chapter.the_sound_of_life.quest40.description2": "To get even more out of your rituals, you can use the \u00266Ritual Tinkerer!\u0026r Read your \u00266Sanguine Scientiem\u0026r for more information.", + "ftbquests.chapter.the_sound_of_life.quest40.description3": "\u00267Tip: if you can supply mobs to the well constantly (or give them a source of regenerating health), you could fully automate life essence collection...", + "ftbquests.chapter.the_sound_of_life.quest40.title": "Useful Rituals", + "ftbquests.chapter.the_sound_of_life.quest41.description1": "The \u00266Incense Altar\u0026r is the center of a large freeform multiblock structure focused on bringing a sense of tranquility to players. With enough peace of mind, you can perform self-sacrifice with a much smoother hand - at high levels, you can get as much as \u00266quadruple the normal amount of life essence!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest41.description2": "For more information on this structure, take a look at your \u00266Sanguine Scientiem.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description1": "With enough Demonic Will, you reach a critical mass that can eventually \u00266generate will\u0026r ex nihilo! Simply burn some into the local aura by throwing will into a \u00266Demon Crucible,\u0026r then wait for it to crystallize on the \u00266Demon Crystallizer. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description2": "With enough will in the aura, the crystal will grow extra spires you can harvest and re-burn; each crystal past the first takes 40 will to grow but \u00266burns into 50!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest42.description3": "Now if only there was some way to automate this...", + "ftbquests.chapter.the_sound_of_life.quest42.description4": "\u00267Tip: for more info, read your Sanguine Scientiem!", + "ftbquests.chapter.the_sound_of_life.quest42.title": "Crystallized Will", + "ftbquests.chapter.the_sound_of_life.quest43.description1": "With the \u00266Resonance of the Faceted Crystal\u0026r ritual, you can split one well-established Will Crystal into four separate aspected crystals! This aspected will is handy for all sorts of things, but one of the most useful things you can do is use it in other rituals to \u00266change the way they perform.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest43.description2": "\u00267Tip: it\u0027s possible to fully automate the growing, splitting, and harvesting of crystals using rituals!", + "ftbquests.chapter.the_sound_of_life.quest43.title": "Aspected Will", + "ftbquests.chapter.the_sound_of_life.quest44.description1": "With access to Terrasteel, you can make the third tier of botanic runes: \u00266Sin Runes.\u0026r These can be used to make better baubles, more powerful flowers, and more!", + "ftbquests.chapter.the_sound_of_life.quest44.task_6010537284078335274.title": "Any Sin Rune", + "ftbquests.chapter.the_sound_of_life.quest44.title": "Sin Runes", + "ftbquests.chapter.the_sound_of_life.quest45.description1": "With Terrasteel, you can utilize an old ritual to open a \u00266gateway to Alfheim,\u0026r which you\u0027re certain has escaped whatever happened to this world. The portal won\u0027t be able to transport living beings, but maybe you can trade for some \u00266useful materials?\u0026r", + "ftbquests.chapter.the_sound_of_life.quest45.description2": "\u00267Tip: For more information on the portal, read your Lexica Botania! For even more than that, throw your entire Lexica Botania into the portal! (but make sure you don\u0027t throw your Akashic Tome away!)", + "ftbquests.chapter.the_sound_of_life.quest45.title": "The Portal to Alfheim", + "ftbquests.chapter.the_sound_of_life.quest46.description1": "The \u00266Elven Mana Spreader\u0026r is much more efficient than it\u0027s livingwood predecessor - it shoots larger bursts faster and farther.", + "ftbquests.chapter.the_sound_of_life.quest46.title": "Better Spreader", + "ftbquests.chapter.the_sound_of_life.quest47.description1": "With Sin Runes and elven materials, you can craft a special flower that \u00266generates ore in nearby stone or deepslate!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest47.description2": "As far as you\u0027re concerned, this is more proof that you can solve any problem if you throw enough raw mana at something.", + "ftbquests.chapter.the_sound_of_life.quest47.subtitle": "but not ad astra!", + "ftbquests.chapter.the_sound_of_life.quest47.title": "Ex Nihilo", + "ftbquests.chapter.the_sound_of_life.quest48.description1": "The \u00266Scribe\u0027s Table\u0026r allows you to create new glyphs for spellbooks. As far as spellbooks go, you have a couple options - use either pure arcane mana or life essence to fuel your spells.", + "ftbquests.chapter.the_sound_of_life.quest48.title": "Spellcasting", + "ftbquests.chapter.the_sound_of_life.quest49.description1": "Source can be generated in a variety of ways, but you\u0027ll need to do something to get it into a much more useable liquid form. ", + "ftbquests.chapter.the_sound_of_life.quest49.description2": "\u00266Sourcelinks\u0026r will gather it for you, but you\u0027ll also need to make a \u00266jar\u0026r to store the generated source.", + "ftbquests.chapter.the_sound_of_life.quest49.task_8602744015200526354.title": "Any Sourcelink", + "ftbquests.chapter.the_sound_of_life.quest49.title": "Generating Source", + "ftbquests.chapter.the_sound_of_life.quest5.description1": "The \u00266Hellfire Forge\u0026r allows you to use Demonic Will to craft special items.", + "ftbquests.chapter.the_sound_of_life.quest5.description2": "One of the first things you\u0027ll want to make is a \u00266soul gem\u0026r - these special gems can store demonic will you pick up without clogging your inventory.", + "ftbquests.chapter.the_sound_of_life.quest5.description3": "\u00267Tip: the more will you have stored in your inventory, the more will drops from monsters!", + "ftbquests.chapter.the_sound_of_life.quest50.description1": "One of the primary uses of liquid source is the enchanting of items. Using the \u00266Arcane Core\u0026r and an \u00266Enchanting Apparatus\u0026r atop it, you can create many useful things.", + "ftbquests.chapter.the_sound_of_life.quest50.title": "Arcane Enchanting", + "ftbquests.chapter.the_sound_of_life.quest51.description1": "If you\u0027re tired of waiting for amethyst to grow, try animating a block of budding amethyst with the \u00266Ritual of Awakening.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.description2": "It turns budding amethyst into an \u00266Amethyst Golem,\u0026r who can harvest, grow, and even bud other blocks of amethyst!", + "ftbquests.chapter.the_sound_of_life.quest51.description3": "Its behavior can be further modified using a \u00266Dominion Wand.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest51.title": "Amethyst Buddy", + "ftbquests.chapter.the_sound_of_life.quest52.description1": "With the acquisition of specially-charged elven materials, you can create an \u00266even stronger mana-generating base;\u0026r cake, wool, and even other mana flowers can all be mulched into yet more mana.", + "ftbquests.chapter.the_sound_of_life.quest52.task_1683678805039454876.title": "Any Elven Flower", + "ftbquests.chapter.the_sound_of_life.quest52.title": "Esoteric Mana Generation", + "ftbquests.chapter.the_sound_of_life.quest53.description1": "With the power of Elementium and a little extra elemental oomph, you can craft a special pylon to use in tandem with the power of a beacon to summon the \u00266Guardian of Gaia.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest53.description2": "Prove your strength, and you\u0027ll be rewarded with \u00266Gaia Spirits.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest54.description1": "Using the \u00266Enchanting Apparatus\u0026r and some special reagents, you can make elemental essences that have a wide variety of uses, from crafting to spellweaving.", + "ftbquests.chapter.the_sound_of_life.quest54.task_6599905580160140411.title": "Any Essence", + "ftbquests.chapter.the_sound_of_life.quest55.description1": "Fragments of the mysterious \u00266Guardian of Gaia\u0026r, these spirits have enormous potential...", + "ftbquests.chapter.the_sound_of_life.quest56.description1": "There are quite a few elemental \u00266rituals\u0026r that could come in handy for you - defending your base, automatically pick items up, and even allowing you to fly!", + "ftbquests.chapter.the_sound_of_life.quest57.description1": "The \u00266Storage Lectern\u0026r boasts the incredibly convenient capability of letting you manage, view, and craft using nearby storage blocks. Simply place it down and link inventories to it using the dominion wand!", + "ftbquests.chapter.the_sound_of_life.quest57.description2": "There is a limit to the number of inventories you can connect to at once - this can be raised using additional \u00266Bookwyrm Charms.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description1": "Mekanism upgrades come in two flavors - \u00266upgrade cards\u0026r and \u00266tier installers. \u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.description2": "Upgrade cards give the machine a boost to a certain aspect - speed, energy efficiency, etc.", + "ftbquests.chapter.the_sound_of_life.quest58.description3": "Tier installers give the machine more processing slots - from 1 item at a time to \u002669 in some machines!\u0026r", + "ftbquests.chapter.the_sound_of_life.quest58.task_366296260702142144.title": "Any Upgrade", + "ftbquests.chapter.the_sound_of_life.quest58.title": "Upgrades", + "ftbquests.chapter.the_sound_of_life.quest59.description1": "You can use a hefty amount of will as well as vengeful will crystals to create \u00266Wither Skeleton Skulls\u0026r in a Hellfire Forge. ", + "ftbquests.chapter.the_sound_of_life.quest59.description2": "These skulls are very powerfully charged - you can use them to summon Withers and acquire their \u00266valuable stars.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest59.title": "The Wither", + "ftbquests.chapter.the_sound_of_life.quest6.description1": "\u00266Blood Orbs\u0026r are a budding sanguimancer\u0027s way of storing and utilizing Life Essence, measured in \u00266LP.\u0026r Once you\u0027ve crafted one, right click with it in your hand to bind it to your personal LP network.", + "ftbquests.chapter.the_sound_of_life.quest6.description2": "LP is used for things like sigils, rituals, and crafting. You can transfer life essence in an altar to your network by placing your orb into the altar.", + "ftbquests.chapter.the_sound_of_life.quest6.description3": "\u00267Tip: there is a blood orb for each tier of altar! Certain recipes need higher tiers of blood orbs.", + "ftbquests.chapter.the_sound_of_life.quest6.task_9017841688739987349.title": "Any Blood Orb", + "ftbquests.chapter.the_sound_of_life.quest60.description1": "The \u00266Conjuration Catalyst\u0026r can duplicate certain items for a relatively moderate mana cost.", + "ftbquests.chapter.the_sound_of_life.quest60.description2": "No more fiddling around with potions or distilling to make your redstone and glowstone!", + "ftbquests.chapter.the_sound_of_life.quest61.description1": "You can summon \u00266Wilden\u0026r using the aptly-named Tablet of Summon Wilden. These magical creatures drop \u00266special reagents when killed.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest61.description2": "These reagents can also be used to summon the \u00266Wilden Chimera,\u0026r a powerful boss that drops a \u00266special item\u0026r needed to channel tier 3 spells. ", + "ftbquests.chapter.the_sound_of_life.quest61.title": "Wilden", + "ftbquests.chapter.the_sound_of_life.quest62.description1": "With the power of a \u00266Charger\u0026r and an \u00266enriched diamond,\u0026r you can create a \u00266special kind of chargeable quartz...\u0026r", + "ftbquests.chapter.the_sound_of_life.quest62.title": "Certus Quartz", + "ftbquests.chapter.the_sound_of_life.quest63.description1": "Obviously, the ratio of one diamond for one certus quartz isn\u0027t exactly tenable. Luckily, there\u0027s a way to literally grow it from itself - just throw a block of \u00266certus quartz into water with some charged certus quartz,\u0026r and it\u0027ll get converted into \u00266budding quartz.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest63.description2": "This semi-flawed quartz block will grow crystals just like amethyst, with one caveat - \u00264eventually the crystal will degrade\u0026r back into a regular block, meaning you\u0027ll have to re-seed it.", + "ftbquests.chapter.the_sound_of_life.quest63.description3": "\u00267Tip: you can also use Theurgy to convert other materials into certus quartz - amethyst is a good candidate!", + "ftbquests.chapter.the_sound_of_life.quest63.title": "Growing Quartz", + "ftbquests.chapter.the_sound_of_life.quest64.description1": "By combining redstone and nether quartz with charged certus quartz, you can make \u00266Fluix Crystals,\u0026r capable of turning matter into digitalized information.", + "ftbquests.chapter.the_sound_of_life.quest65.description1": "Before the apocalpyse - or whatever happened here - there were strange meteors that occasionally fell containing these \u00266mysterious presses.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest65.description2": "You think you have devised a ritual that could potentially draw in another one of these meteors (albeit greatly diminished in size).", + "ftbquests.chapter.the_sound_of_life.quest65.description3": "\u00267Tip: check your Reclamation Rituals book!", + "ftbquests.chapter.the_sound_of_life.quest65.title": "Mysterious Cube", + "ftbquests.chapter.the_sound_of_life.quest66.description1": "The \u00266ME Controller\u0026r is the brains of the \u00266Material Energy\u0026r system - one of the most powerful logistics solutions available to you.", + "ftbquests.chapter.the_sound_of_life.quest66.subtitle": "Better than futura blocks", + "ftbquests.chapter.the_sound_of_life.quest67.description1": "The \u00266Inscriber\u0026r is used to turn raw materials into actual circuits useable in the \u00266Matter Energy\u0026r system.", + "ftbquests.chapter.the_sound_of_life.quest68.description1": "With the raw power afforded to you by aspected will crystals, gaia fragments, and ethereal slates, you finally have enough oomph to begin reversing the damage this world has suffered.", + "ftbquests.chapter.the_sound_of_life.quest68.description2": "Look into the \u00266Ritual of Reclamation\u0026r in your Reclamation Rituals book to start reclaiming the world.", + "ftbquests.chapter.the_sound_of_life.quest68.description3": "\u00267Note: the ritual may \u00264void blocks!\u0026r\u00267 Perform it away from anything important or risk losing things you might want to keep.", + "ftbquests.chapter.the_sound_of_life.quest68.subtitle": "Roll credits?", + "ftbquests.chapter.the_sound_of_life.quest68.task_6680892754679269683.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_sound_of_life.quest68.title": "Reclamation", + "ftbquests.chapter.the_sound_of_life.quest69.description1": "\u00266Sirens\u0026r can be summoned (and subsequently befriended) at the Altar of Birthing. Once given a Sea Pickle, they\u0027ll disappear and leave behind a token. This token can be turned into a charm that can \u00266automatically fish\u0026r for you, at the price of source!", + "ftbquests.chapter.the_sound_of_life.quest69.description2": "\u00267Tip: this auto fishing can be sped up; read your Worn Notebook for more details.", + "ftbquests.chapter.the_sound_of_life.quest7.description1": "The \u00266Alchemy Table\u0026r allows you to craft with LP from a blood orb. You can make a lot of things like reagents for useful sigils, but you can also make \u00266Arcane Ashes.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest70.description1": "\u00266Whirlisprigs\u0026r can be summoned at the Altar of Birthing. Growing a tree near a summoned one will net you a token, which can be crafted into a charm. This charm summons a tame Whirlisprig that will \u00266produce natural resources\u0026r based on what\u0027s nearby!", + "ftbquests.chapter.the_sound_of_life.quest70.description2": "\u00267Tip: read your Worn Notebook for more!", + "ftbquests.chapter.the_sound_of_life.quest71.description1": "Summon a \u00266Drygmy\u0026r at the Altar of Birthing. Give it a wilden horn to get a token, then craft it into a token. This tame Drygmy will \u00266produce experience and drops of mobs nearby,\u0026r without killing them!", + "ftbquests.chapter.the_sound_of_life.quest72.description1": "Casting dispel on a witch (summoned at the Altar of Birthing) drops a Wixie Token. Turned into a charm to summon Wixies, these creatures can craft and brew potions for you!", + "ftbquests.chapter.the_sound_of_life.quest72.description2": "\u00267Tip: Wixies are very helpful when using an Alchemical Sourcelink! For more info, read your Worn Notebook.", + "ftbquests.chapter.the_sound_of_life.quest73.description1": "\u00266Starbuncles\u0026r summoned by the Altar of Birthing can be gifted gold nuggets to get \u00266Starbuncle Tokens.\u0026r Crafted into a \u00266Starbuncle Charm,\u0026r it will summon a Starbuncle to move items around for you. No more fiddling around with pipes and logistics, just use a semi-intelligent squirrel!", + "ftbquests.chapter.the_sound_of_life.quest73.description2": "\u00267Tip: they can be told to only pick up or drop off certain items - read your Worn Notebook for more information!", + "ftbquests.chapter.the_sound_of_life.quest74.description1": "\u00266Magebloom\u0026r is a flower whose fibers can be spun into a very conductive magical cloth.", + "ftbquests.chapter.the_sound_of_life.quest74.title": "Magebloom", + "ftbquests.chapter.the_sound_of_life.quest75.description1": "\u00266Warp Scrolls\u0026r let you teleport anywhere in a dimension, while their stabilized versions create a temporary portal that can transport you even to \u00266other dimensions.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest75.description2": "\u00267Tip: both types of scrolls can be turned into permanent portals by building a frame out of Sourcestone, placing a full source jar nearby, and tossing the scroll into it.", + "ftbquests.chapter.the_sound_of_life.quest76.description1": "The \u00266Fission Reactor\u0026r is a large multiblock that takes fissile fuel and water and outputs enormous amounts of steam. This steam can be pumped into another large multiblock (the industrial turbine) to produce absolutely outrageous amounts of power. ", + "ftbquests.chapter.the_sound_of_life.quest76.description2": "Equally as importantly, it produces nuclear waste.", + "ftbquests.chapter.the_sound_of_life.quest76.description3": "For more information on how to build this structure, refer to the mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest76.description4": "\u00264Warning: if you mess up running your reactor, it WILL melt down and explode/irradiate the surrounding area. Make it small or make it far away from your base if you\u0027re not confident.", + "ftbquests.chapter.the_sound_of_life.quest76.subtitle": "Uranium \u003d mc2?", + "ftbquests.chapter.the_sound_of_life.quest76.title": "Fission Reactor", + "ftbquests.chapter.the_sound_of_life.quest77.description1": "\u00266Plutonium\u0026r is one possible product from processing nuclear waste - it can be reprocessed into more fissile fuel or crafted into Supercritical Phase Shifter casings.", + "ftbquests.chapter.the_sound_of_life.quest78.description1": "\u00266Radioactive Waste Barrels\u0026r are one of the only things that can hold nuclear waste; when filled, they slowly dispose of their contents.", + "ftbquests.chapter.the_sound_of_life.quest78.title": "Waste Disposal", + "ftbquests.chapter.the_sound_of_life.quest79.description1": "\u00266Polonium\u0026r is a possible product from processing nuclear waste. ", + "ftbquests.chapter.the_sound_of_life.quest79.description2": "Not only can it make a variety of very helpful equipment and the \u00266QIO system,\u0026r it can also be used to craft Supercritical Phase Shifter (SPS) casings, necessary for producing \u00266antimatter.\u0026r", + "ftbquests.chapter.the_sound_of_life.quest8.description1": "\u00266Arcane Ashes,\u0026r made on the Alchemy Table, can be used to perform some basic alchemy without having to re-enter the field of Spagyrics.", + "ftbquests.chapter.the_sound_of_life.quest8.description2": "One of the first things you\u0027ll want to use this for is making the \u00266Divination Sigil,\u0026r which tells you useful information about the amount of life essence you have access to.", + "ftbquests.chapter.the_sound_of_life.quest80.description1": "Making antimatter requires the creation of a Supercritical Phase Shifter, yet another multiblock.", + "ftbquests.chapter.the_sound_of_life.quest80.description2": "Its casings require a large amount of both polonium and plutonium, meaning you\u0027ll need a large amount of nuclear waste processing.", + "ftbquests.chapter.the_sound_of_life.quest80.description3": "To run, it will also need an incredibly large amount of power - this is where you\u0027d want to use an \u00266Industrial Turbine\u0026r hooked up to either a fission or a fusion reactor.", + "ftbquests.chapter.the_sound_of_life.quest80.description4": "\u00267Tip: you only need to make one of these to finish the pack - unless you REALLY like late-game Mekanism or you want to make creative items!", + "ftbquests.chapter.the_sound_of_life.quest81.description1": "The \u00266QIO System\u0026r is a digital storage solution that does not need power and can store a very large amount of items.", + "ftbquests.chapter.the_sound_of_life.quest81.description2": "It has \u00266unlimited cross-dimensional range\u0026r and can import and export automatically. However, it cannot easily auto-craft things for you.", + "ftbquests.chapter.the_sound_of_life.quest81.title": "QIO System", + "ftbquests.chapter.the_sound_of_life.quest82.description1": "The \u00266Fusion Reactor\u0026r is a much more powerful version of its fission counterpart. It can produce millions of RF/t using deuterium, tritium, or D-T fuel.", + "ftbquests.chapter.the_sound_of_life.quest82.description2": "To learn more about this reactor, check the Mekanism wiki.", + "ftbquests.chapter.the_sound_of_life.quest82.subtitle": "Sci without the fi", + "ftbquests.chapter.the_sound_of_life.quest82.title": "Fusion Reactor", + "ftbquests.chapter.the_sound_of_life.quest9.description1": "\u00266Sentient Tools\u0026r are a much easier way for you to acquire will - instead of having to throw soul snares at enemies, the tools have the \u00266inherent ability to sever souls\u0026r from their fleshy (or bony) prisons.", + "ftbquests.chapter.the_sound_of_life.quest9.description2": "They are also powered by will - any kind of soul gem in your inventory will \u00266increase the tools\u0027 power\u0026r proportional to the amount of will you have stored.", + "ftbquests.chapter.the_sound_of_life.quest9.task_3309257771812589055.title": "Any Sentient Tool", + "ftbquests.chapter.the_sound_of_life.quest9.title": "Sentient Tools", + "ftbquests.chapter.the_sound_of_life.title": "Sounds of Life", + "ftbquests.chapter.the_taste_of_power.quest1.description1": "The \u00266Ender Dragon\u0026r not only has horrific halitosis, it also prevents you from exploring the rest of the End and all its goodies.", + "ftbquests.chapter.the_taste_of_power.quest1.task_4052279956792945141.title": "Kill the Dragon", + "ftbquests.chapter.the_taste_of_power.quest10.description1": "Kinda like an unlimited supply of grape juice!", + "ftbquests.chapter.the_taste_of_power.quest10.description2": "\u00267A/N: pretend it needs 100k instead of 10k source... i\u0027m too lazy to make a custom source jar like ATM does", + "ftbquests.chapter.the_taste_of_power.quest11.description1": "All that effort, and all you got was a really big hole.", + "ftbquests.chapter.the_taste_of_power.quest12.description1": "This is way better than a really big hole!", + "ftbquests.chapter.the_taste_of_power.quest13.description1": "And now the way better hole is a digital rip in the fabric of the universe.", + "ftbquests.chapter.the_taste_of_power.quest13.description2": "Or maybe its a real rip in the fabric of the digital universe?", + "ftbquests.chapter.the_taste_of_power.quest13.description3": "Either way, you\u0027re done. You have access to every item digitally, with the help of a cell workbench. Good job! Have some cake :)", + "ftbquests.chapter.the_taste_of_power.quest14.description1": "It\u0027s not really infinite ME power as much as it is infinite ME efficiency.", + "ftbquests.chapter.the_taste_of_power.quest15.description1": "Sufficiently advanced technology is indistinguishable from magic.", + "ftbquests.chapter.the_taste_of_power.quest15.title": "Creative Energy Cube", + "ftbquests.chapter.the_taste_of_power.quest2.task_7905395510409401238.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest2.title": "Visit the End", + "ftbquests.chapter.the_taste_of_power.quest3.description1": "Congrats! You\u0027ve killed the Ender Dragon - there is no more left to conquer.", + "ftbquests.chapter.the_taste_of_power.quest3.description2": "You are a champion. ", + "ftbquests.chapter.the_taste_of_power.quest3.description3": "You have \u0026lReclaimed\u0026r the world.", + "ftbquests.chapter.the_taste_of_power.quest3.description4": "\u00267As far as anyone can really be concerned, you\u0027ve finished the modpack. Any quests past this are exclusively for bragging rights - creative items, op stuff, lame resource dump recipes, all that jazz.", + "ftbquests.chapter.the_taste_of_power.quest3.description5": "\u00267Thank you immensely for putting the time and effort into finishing the pack! This was a huge undertaking for me, but hopefully you enjoyed it enough that it was worth it :)", + "ftbquests.chapter.the_taste_of_power.quest3.description6": "\u00267 -ACCBDD", + "ftbquests.chapter.the_taste_of_power.quest3.subtitle": "Roll credits (for real)", + "ftbquests.chapter.the_taste_of_power.quest3.task_2556725507805521066.title": "Congratulations!", + "ftbquests.chapter.the_taste_of_power.quest4.description1": "An infinitely super-heated blaze is great just as a centerpiece, but you can also use it to make infinite lava.", + "ftbquests.chapter.the_taste_of_power.quest4.description2": "\u00267Tip: you\u0027re gonna need to make quite a few of these!", + "ftbquests.chapter.the_taste_of_power.quest5.description1": "What\u0027s better than infinite blaze burning? Infinite turning! ", + "ftbquests.chapter.the_taste_of_power.quest6.description1": "The dwarven version of a Philosopher\u0027s Stone.", + "ftbquests.chapter.the_taste_of_power.quest7.description1": "Somehow, you don\u0027t feel as guilty as you think you should.", + "ftbquests.chapter.the_taste_of_power.quest7.description2": "\u00267Tip: this takes 10 full mana pools worth of mana. :)", + "ftbquests.chapter.the_taste_of_power.quest8.description1": "No more will you be shackled to the tyranny of building an enormous pool of whatever fluid!", + "ftbquests.chapter.the_taste_of_power.quest9.description1": "Once you\u0027ve set it to a chemical, you can reset it to empty by crafting it.", + "ftbquests.chapter.the_taste_of_power.quest9.title": "Creative Chemical Tank", + "ftbquests.chapter.the_taste_of_power.title": "The Taste of Power", + "ftbquests.chapter.the_touch_of.quest1.description1": "You\u0027ve done it. You\u0027ve reclaimed some small part of the world! ", + "ftbquests.chapter.the_touch_of.quest1.description2": "Now you just have to regain the diversity in surroundings you remember there once being...", + "ftbquests.chapter.the_touch_of.quest1.task_7943239389617432250.title": "Visit a Reclaimed Biome", + "ftbquests.chapter.the_touch_of.quest1.title": "Reclamation", + "ftbquests.chapter.the_touch_of.quest10.description1": "\u00266Watery Essence\u0026r is found in deep oceans - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest10.description2": "Elemental wizardry will provide you the magical power necessary to enact such an elementally-aligned terraformation - namely, turning a small area into a \u00266warm ocean.\u0026r", + "ftbquests.chapter.the_touch_of.quest10.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest11.description1": "With all six types of attuned biome essence, you can combine them in a (quite expensive) ritual to produce the \u00266End Portal.\u0026r You\u0027ll still need to add \u00266Eyes of Ender\u0026r to the frame, but once you\u0027ve done so, you can finally enter \u00266the End.\u0026r", + "ftbquests.chapter.the_touch_of.quest11.description2": "\u00267Tip: you can break end portal frames and blocks by right clicking them with the frame remover!", + "ftbquests.chapter.the_touch_of.quest11.subtitle": "Dragons... I hate dragons", + "ftbquests.chapter.the_touch_of.quest11.task_4811328545830427024.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest11.title": "Visit the End", + "ftbquests.chapter.the_touch_of.quest12.description1": "Generic biome essence is well and good, but for real ritualistic oomph you\u0027ll need a specialized container, capable of collecting attuned essence.", + "ftbquests.chapter.the_touch_of.quest12.description2": "\u00267Tip: check your Reclamation Rituals book for information on the late-game terraforming rituals!", + "ftbquests.chapter.the_touch_of.quest13.description1": "With biome essence, you can also perform \u00266more directed terraforming\u0026r - turning the surrounding area into basic overworld biomes: forest, plains, river, beach, and ocean.", + "ftbquests.chapter.the_touch_of.quest13.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the overworld terraforming rites!", + "ftbquests.chapter.the_touch_of.quest13.task_2143407724517054989.title": "Basic Terraforming", + "ftbquests.chapter.the_touch_of.quest14.description1": "With some additional infusion, an attuned biome bottle can be turned into a \u00266biome globe\u0026r - in essence a portable directed reclamation ritual.", + "ftbquests.chapter.the_touch_of.quest14.description2": "\u00267Tip: these globes have 16 uses each, and convert a radius of 12 blocks from where you use them! They\u0027ll convert blocks to their reclaimed versions, but they will NOT place features like grass or trees; you\u0027ll have to do those yourself.", + "ftbquests.chapter.the_touch_of.quest14.description3": "\u00267Tip 2: these drain a LOT of aura to make!", + "ftbquests.chapter.the_touch_of.quest14.subtitle": "Portable Terraforming", + "ftbquests.chapter.the_touch_of.quest14.task_8529374338001252387.title": "Any Biome Globe", + "ftbquests.chapter.the_touch_of.quest14.title": "Biome Globes", + "ftbquests.chapter.the_touch_of.quest2.description1": "Getting the nether back into shape is relatively easy, now that you understand the shape of terraforming rituals and have a source of biomic essence.", + "ftbquests.chapter.the_touch_of.quest2.description2": "\u00267Tip: check the terraforming section of your Reclamation Rituals book to see how to perform the nether terraforming rites!", + "ftbquests.chapter.the_touch_of.quest2.task_4997059168389991596.title": "Visit Every Nether Biome", + "ftbquests.chapter.the_touch_of.quest2.title": "Reclaiming the Nether", + "ftbquests.chapter.the_touch_of.quest3.description1": "With the creation of reclaimed biomes, natural spawns can now occur - drygmies, whirligigs, and starbuncles can all rarely spawn in these biomes, as well as the regular mobs.", + "ftbquests.chapter.the_touch_of.quest3.title": "Natural Spawning", + "ftbquests.chapter.the_touch_of.quest4.description1": "Now that you have a place where you can actually see the blue (!) sky, you can bottle up the abundant biomic essence in a \u00266specially-designed container.\u0026r", + "ftbquests.chapter.the_touch_of.quest4.description2": "This \u00266biome essence\u0026r can be used in rituals along with some extra reagents to terraform in a more directed way.", + "ftbquests.chapter.the_touch_of.quest4.description3": "\u00267Tip: you can collect essence in any living biome by holding right click with a biome bottle. Crouching while you do this will fill all bottles in a stack!", + "ftbquests.chapter.the_touch_of.quest4.title": "Biome Essence", + "ftbquests.chapter.the_touch_of.quest5.description1": "The first attuned essence you\u0027ll need is \u00266Hellish Essence,\u0026r collectible from any living\u00266 nether biome.\u0026r", + "ftbquests.chapter.the_touch_of.quest6.description1": "\u00266Arid Essence\u0026r is found mainly in the desert - you\u0027ll have to use a special version of your terraforming ritual to bring it back. ", + "ftbquests.chapter.the_touch_of.quest6.description2": "Some high-powered dwarven artifice should provide you with the correct magical resonance to produce an arid, sandy \u00266desert \u0026rbiome.", + "ftbquests.chapter.the_touch_of.quest7.description1": "The final essence you\u0027ll need is \u00266Icy Essence\u0026r from the \u00266snowy slopes\u0026r biome. Wet and cold, the complete opposite of your surroundings, you\u0027ll need a lot of power to create this biome.", + "ftbquests.chapter.the_touch_of.quest7.description2": "First: \u00266polonium\u0026r to provide the necessary chemical energy for the physical transformation.", + "ftbquests.chapter.the_touch_of.quest7.description3": "Second: ice cream (specifically \u00266vanilla\u0026r) to provide structure to the ritual and thematic direction.", + "ftbquests.chapter.the_touch_of.quest7.description4": "Third: a couple \u00266shattered singularities\u0026r to store the excess entropy generated by this ritual.", + "ftbquests.chapter.the_touch_of.quest7.description5": "and finally, Fourth: a large amount of generic \u00266biome essence\u0026r to kickstart the reaction.", + "ftbquests.chapter.the_touch_of.quest8.description1": "\u00266Lush Essence\u0026r is found in jungles of any kind - once again, you\u0027ll need a special ritual to bring it back.", + "ftbquests.chapter.the_touch_of.quest8.description2": "Botanic mastery will provide you the life energy needed to transform your surroundings into a \u00266bamboo forest.\u0026r", + "ftbquests.chapter.the_touch_of.quest8.description3": "You will also need some plutonium, as this transformation needs a large amount of chemical energy for the physical reaction taking place.", + "ftbquests.chapter.the_touch_of.quest9.description1": "\u00266Mycelic Essence\u0026r is found exclusively on mushroom islands - you\u0027ll have to use a modified version of your terraforming ritual to bring them back. ", + "ftbquests.chapter.the_touch_of.quest9.description2": "Classic wiccan practice should provide you with the correct magical resonance to produce the hot, dry \u00266mushroom field\u0026r biome.", + "ftbquests.chapter.the_touch_of.title": "Visions of the Past", + "ftbquests.chapter_groups_3169067154505914507.title": "Biodiversity", + "ftbquests.chapter_groups_5305197537419525243.title": "Side Quests", + "ftbquests.loot_table_1430735789179352246.title": "mana stuff", + "ftbquests.loot_table_1562099882431827930.title": "horns", + "ftbquests.loot_table_3514670301200914514.title": "chicken", + "ftbquests.loot_table_5456022276654430189.title": "witch", + "ftbquests.loot_table_6347601422327785898.title": "canvas", + "ftbquests.loot_table_67272733859206798.title": "instrument", + "ftbquests.loot_table_7131061971573085034.title": "zombie", + "ftbquests.loot_table_7900474475776381538.title": "rabbit", + "ftbquests.loot_table_8024488712964205957.title": "spider", + "ftbquests.loot_table_8037173722274793648.title": "snow golem", + "ftbquests.loot_table_8381040606691607900.title": "bee", + "ftbquests.loot_table_8615485860944689786.title": "cow", + "ftbquests.loot_table_8839952752635034356.title": "skeleton" +} \ No newline at end of file diff --git a/config/DistantHorizons.toml b/config/DistantHorizons.toml new file mode 100644 index 0000000..f0dc45b --- /dev/null +++ b/config/DistantHorizons.toml @@ -0,0 +1,811 @@ +_version = 2 + +[client] + # + # Should Distant Horizon's config button appear in the options screen next to fov slider? + optionsButton = true + + [client.advanced] + + [client.advanced.buffers] + # + # What method should be used to upload geometry to the GPU? + # + # AUTO: Picks the best option based on the GPU you have. + # + # BUFFER_STORAGE: Default if OpenGL 4.5 is supported. + # Fast rendering, no stuttering. + # + # SUB_DATA: Backup option for NVIDIA. + # Fast rendering but may stutter when uploading. + # + # BUFFER_MAPPING: Slow rendering but won't stutter when uploading. + # Generally the best option for integrated GPUs. + # Default option for AMD/Intel if OpenGL 4.5 isn't supported. + # May end up storing buffers in System memory. + # Fast rendering if in GPU memory, slow if in system memory, + # but won't stutter when uploading. + # + # DATA: Fast rendering but will stutter when uploading. + # Backup option for AMD/Intel. + # Fast rendering but may stutter when uploading. + # + # If you don't see any difference when changing these settings, + # or the world looks corrupted: restart your game. + gpuUploadMethod = "AUTO" + # + # How long should a buffer wait per Megabyte of data uploaded? + # Helpful resource for frame times: https://fpstoms.com + # + # Longer times may reduce stuttering but will make LODs + # transition and load slower. Change this to [0] for no timeout. + # + # NOTE: + # Before changing this config, try changing the "GPU Upload method" first. + gpuUploadPerMegabyteInMilliseconds = 0 + + [client.advanced.lodBuilding] + # + # How should block data be compressed when creating LOD data? + # This setting will only affect new or updated LOD data, + # any data already generated when this setting is changed will be + # unaffected until it is modified or re-loaded. + # + # MERGE_SAME_BLOCKS + # Every block/biome change is recorded in the database. + # This is what DH 2.0 and 2.0.1 all used by default and will store a lot of data. + # Expected Compression Ratio: 1.0 + # + # VISUALLY_EQUAL + # Only visible block/biome changes are recorded in the database. + # Hidden blocks (IE ores) are ignored. + # Expected Compression Ratio: 0.7 + worldCompression = "VISUALLY_EQUAL" + # + # If false LODs will be lit by Minecraft's lighting engine when possible + # and fall back to the DH lighting engine only when necessary. + # + # If true LODs will only be lit using Distant Horizons' lighting engine. + # + # Generally it is best to leave this disabled and should only be enabled + # if there are lighting issues or for debugging. + onlyUseDhLightingEngine = false + # + # A comma separated list of block resource locations that shouldn't be rendered + # if they are in a 0 sky light underground area. + # Note: air is always included in this list. + ignoredRenderCaveBlockCsv = "minecraft:glow_lichen,minecraft:rail,minecraft:water,minecraft:lava,minecraft:bubble_column" + # + # If true LOD generation for pre-existing chunks will attempt to pull the lighting data + # saved in Minecraft's Region files. + # If false DH will pull in chunks without lighting and re-light them. + # + # Setting this to true will result in faster LOD generation + # for already generated worlds, but is broken by most lighting mods. + # + # Set this to false if LODs are black. + pullLightingForPregeneratedChunks = false + # + # What algorithm should be used to compress new LOD data? + # This setting will only affect new or updated LOD data, + # any data already generated when this setting is changed will be + # unaffected until it needs to be re-written to the database. + # + # UNCOMPRESSED + # Should only be used for testing, is worse in every way vs [LZ4]. + # Expected Compression Ratio: 1.0 + # Estimated average DTO read speed: 1.64 milliseconds + # Estimated average DTO write speed: 12.44 milliseconds + # + # LZ4 + # A good option if you're CPU limited and have plenty of hard drive space. + # Expected Compression Ratio: 0.36 + # Estimated average DTO read speed: 1.85 ms + # Estimated average DTO write speed: 9.46 ms + # + # LZMA2 + # Slow but very good compression. + # Expected Compression Ratio: 0.14 + # Estimated average DTO read speed: 11.89 ms + # Estimated average DTO write speed: 192.01 ms + dataCompression = "LZMA2" + # + # A comma separated list of block resource locations that won't be rendered by DH. + # Note: air is always included in this list. + ignoredRenderBlockCsv = "minecraft:barrier,minecraft:structure_void,minecraft:light,minecraft:tripwire" + # + # Determines how long must pass between LOD chunk updates before another. + # update can occur + # + # Increasing this value will reduce CPU load but may may cause + # LODs to become outdated more frequently or for longer. + minTimeBetweenChunkUpdatesInSeconds = 1 + # + # Normally DH will attempt to skip creating LODs for chunks it's already seen + # and that haven't changed. + # + # However sometimes that logic incorrecly prevents LODs from being updated. + # Disabling this check may fix issues where LODs aren't updated after + # blocks have been changed. + disableUnchangedChunkCheck = false + + [client.advanced.autoUpdater] + # + # If DH should use the nightly (provided by Gitlab), or stable (provided by Modrinth) build. + # If [AUTO] is selected DH will update to new stable releases if the current jar is a stable jar + # and will update to new nightly builds if the current jar is a nightly jar (IE the version number ends in '-dev'). + updateBranch = "AUTO" + # + # Automatically check for updates on game launch? + enableAutoUpdater = true + # + # Should Distant Horizons silently, automatically download and install new versions? + enableSilentUpdates = false + + [client.advanced.multiThreading] + # + # How many threads should be used when building LODs? + # + # These threads run when terrain is generated, when + # certain graphics settings are changed, and when moving around the world. + # + # Multi-threading Note: + # If the total thread count in Distant Horizon's config is more threads than your CPU has cores, + # CPU performance may suffer if Distant Horizons has a lot to load or generate. + # This can be an issue when first loading into a world, when flying, and/or when generating new terrain. + numberOfLodBuilderThreads = 3 + # + # Should only be disabled if deadlock occurs and LODs refuse to update. + # This will cause CPU usage to drastically increase for the Lod Builder threads. + # + # Note that if deadlock did occur restarting MC may be necessary to stop the locked threads. + enableLodBuilderThreadLimiting = true + # + # If this value is less than 1.0, it will be treated as a percentage + # of time each thread can run before going idle. + # + # This can be used to reduce CPU usage if the thread count + # is already set to 1 for the given option, or more finely + # tune CPU performance. + runTimeRatioForWorldGenerationThreads = "0.5" + # + # If this value is less than 1.0, it will be treated as a percentage + # of time each thread can run before going idle. + # + # This can be used to reduce CPU usage if the thread count + # is already set to 1 for the given option, or more finely + # tune CPU performance. + runTimeRatioForLodBuilderThreads = "0.25" + # + # If this value is less than 1.0, it will be treated as a percentage + # of time each thread can run before going idle. + # + # This can be used to reduce CPU usage if the thread count + # is already set to 1 for the given option, or more finely + # tune CPU performance. + runTimeRatioForFileHandlerThreads = "0.5" + # + # If this value is less than 1.0, it will be treated as a percentage + # of time each thread can run before going idle. + # + # This can be used to reduce CPU usage if the thread count + # is already set to 1 for the given option, or more finely + # tune CPU performance. + runTimeRatioForUpdatePropagatorThreads = "0.25" + # + # How many threads should be used when reading/writing LOD data to/from disk? + # + # Increasing this number will cause LODs to load in faster, + # but may cause lag when loading a new world or when + # quickly flying through existing LODs. + # + # Multi-threading Note: + # If the total thread count in Distant Horizon's config is more threads than your CPU has cores, + # CPU performance may suffer if Distant Horizons has a lot to load or generate. + # This can be an issue when first loading into a world, when flying, and/or when generating new terrain. + numberOfFileHandlerThreads = 3 + # + # How many threads should be used when applying LOD updates? + # An LOD update is the operation of down-sampling a high detail LOD + # into a lower detail one. + # + # This config can have a much higher number of threads + # assigned and much lower run time ratio vs other thread pools + # because the amount of time any particular thread may run is relatively low. + # + # This is because LOD updating only only partially thread safe, + # so between 40% and 60% of the time a given thread may end up + # waiting on another thread to finish updating the same LOD it also wants + # to work on. + # + # Multi-threading Note: + # If the total thread count in Distant Horizon's config is more threads than your CPU has cores, + # CPU performance may suffer if Distant Horizons has a lot to load or generate. + # This can be an issue when first loading into a world, when flying, and/or when generating new terrain. + numberOfUpdatePropagatorThreads = 3 + # + # How many threads should be used when generating LOD + # chunks outside the normal render distance? + # + # If you experience stuttering when generating distant LODs, + # decrease this number. + # If you want to increase LOD + # generation speed, increase this number. + # + # Multi-threading Note: + # If the total thread count in Distant Horizon's config is more threads than your CPU has cores, + # CPU performance may suffer if Distant Horizons has a lot to load or generate. + # This can be an issue when first loading into a world, when flying, and/or when generating new terrain. + numberOfWorldGenerationThreads = 3 + + [client.advanced.logging] + # + # If enabled, the mod will log information about the renderer OpenGL process. + # This can be useful for debugging. + logRendererGLEvent = "LOG_ERROR_TO_CHAT_AND_INFO_TO_FILE" + # + # If enabled, the mod will log performance about the world generation process. + # This can be useful for debugging. + logWorldGenPerformance = "LOG_ERROR_TO_CHAT_AND_INFO_TO_FILE" + # + # If enabled, the mod will log information about file sub-dimension operations. + # This can be useful for debugging. + logFileSubDimEvent = "LOG_ERROR_TO_CHAT_AND_INFO_TO_FILE" + # + # If enabled, a chat message will be displayed if Java doesn't have enough + # memory allocated to run DH well. + showLowMemoryWarningOnStartup = true + # + # If enabled, a chat message will be displayed when a replay is started + # giving some basic information about how DH will function. + showReplayWarningOnStartup = true + # + # If enabled, the mod will log information about file read/write operations. + # This can be useful for debugging. + logFileReadWriteEvent = "LOG_ERROR_TO_CHAT_AND_INFO_TO_FILE" + # + # If enabled, the mod will log information about network operations. + # This can be useful for debugging. + logNetworkEvent = "LOG_ERROR_TO_CHAT_AND_INFO_TO_FILE" + # + # If enabled, a chat message will be displayed when a potentially problematic + # mod is installed alongside DH. + showModCompatibilityWarningsOnStartup = true + # + # If enabled, the mod will log information about the renderer buffer process. + # This can be useful for debugging. + logRendererBufferEvent = "LOG_ERROR_TO_CHAT_AND_INFO_TO_FILE" + # + # If enabled, the mod will log information about the LOD generation process. + # This can be useful for debugging. + logLodBuilderEvent = "LOG_ERROR_TO_CHAT_AND_INFO_TO_FILE" + # + # If enabled, the mod will log information about the world generation process. + # This can be useful for debugging. + logWorldGenEvent = "LOG_ERROR_TO_CHAT_AND_INFO_TO_FILE" + # + # If enabled, the mod will log information about the world generation process. + # This can be useful for debugging. + logWorldGenLoadEvent = "LOG_ERROR_TO_CHAT_AND_INFO_TO_FILE" + + [client.advanced.debugging] + # + # If enabled this will disable (most) vanilla Minecraft rendering. + # + # NOTE: Do not report any issues when this mode is on! + # This setting is only for fun and debugging. + # Mod compatibility is not guaranteed. + lodOnlyMode = false + # + # Stops vertex colors from being passed. + # Useful for debugging shaders + enableWhiteWorld = false + # + # What renderer is active? + # + # DEFAULT: Default lod renderer + # DEBUG: Debug testing renderer + # DISABLED: Disable rendering + rendererMode = "DEFAULT" + # + # If enabled the LODs will render as wireframe. + renderWireframe = false + # + # If true the F8 key can be used to cycle through the different debug modes. + # and the F6 key can be used to enable and disable LOD rendering. + enableDebugKeybindings = false + # + # If true overlapping quads will be rendered as bright red for easy identification. + # If false the quads will be rendered normally. + showOverlappingQuadErrors = false + # + # Should specialized colors/rendering modes be used? + # + # OFF: LODs will be drawn with their normal colors. + # SHOW_DETAIL: LODs' color will be based on their detail level. + # SHOW_BLOCK_MATERIAL: LODs' color will be based on their material. + # SHOW_OVERLAPPING_QUADS: LODs will be drawn with total white, but overlapping quads will be drawn with red. + debugRendering = "OFF" + # + # If true OpenGL Buffer garbage collection will be logged + # this also includes the number of live buffers. + logBufferGarbageCollection = false + + [client.advanced.debugging.debugWireframe] + # + # Render LOD section status? + showRenderSectionStatus = false + # + # Render full data update/lock status? + showFullDataUpdateStatus = false + # + # Render queued world gen tasks? + showWorldGenQueue = false + # + # Render Quad Tree Rendering status? + showQuadTreeRenderStatus = false + # + # If enabled, various wireframes for debugging internal functions will be drawn. + # + # NOTE: There WILL be performance hit! + # Additionally, only stuff that's loaded after you enable this + # will render their debug wireframes. + enableRendering = false + + [client.advanced.debugging.openGl] + # + # Requires a reboot to change. + overrideVanillaGLLogger = false + # + # Can be changed if you experience crashing when loading into a world. + # + # Defines the OpenGL context type Distant Horizon's will create. + # Generally this should be left as [CORE] unless there is an issue with your GPU driver. + # Possible values: [CORE],[COMPAT],[ANY] + glProfileMode = "CORE" + # + # Defines how OpenGL errors are handled. + # May incorrectly catch OpenGL errors thrown by other mods. + # + # IGNORE: Do nothing. + # LOG: write an error to the log. + # LOG_THROW: write to the log and throw an exception. + # Warning: this should only be enabled when debugging the LOD renderer + # as it may break Minecraft's renderer when an exception is thrown. + glErrorHandlingMode = "IGNORE" + # + # Can be changed if you experience crashing when loading into a world. + # + # If true Distant Horizon's OpenGL contexts will be created with legacy OpenGL methods disabled. + # Distant Horizons doesn't use any legacy OpenGL methods so normally this should be disabled. + enableGlForwardCompatibilityMode = true + # + # Can be changed if you experience crashing when loading into a world. + # Note: setting to an invalid version may also cause the game to crash. + # + # Leaving this value at causes DH to try all supported GL versions. + # + # Defines the requested OpenGL context major version Distant Horizons will create. + # Possible values (DH requires 3.2 or higher at minimum): + # 4.6, 4.5, 4.4, 4.3, 4.2, 4.1, 4.0 + # 3.3, 3.2 + glContextMajorVersion = 0 + # + # Can be changed if you experience crashing when loading into a world. + # + # If true Distant Horizon's OpenGL contexts will be created with debugging enabled. + # This allows for enhanced debugging but may throw warnings for other mods or active overlay software. + enableGlDebugContext = false + # + # Can be changed if you experience crashing when loading into a world. + # Note: setting to an invalid version may also cause the game to crash. + # + # Defines the requested OpenGL context major version Distant Horizons will create. + # Possible values (DH requires 3.2 or higher at minimum): + # 4.6, 4.5, 4.4, 4.3, 4.2, 4.1, 4.0 + # 3.3, 3.2 + glContextMinorVersion = 0 + + [client.advanced.debugging.exampleConfigScreen] + shortTest = "69" + mapTest = "{}" + byteTest = "8" + longTest = "42069" + listTest = ["option 1", "option 2", "option 3"] + boolTest = false + doubleTest = "420.69" + floatTest = "0.42069" + linkableTest = 420 + intTest = 69420 + stringTest = "Test input box" + + [client.advanced.graphics] + + [client.advanced.graphics.ssao] + # + # Determines how many points in space are sampled for the occlusion test. + # Higher numbers will improve quality and reduce banding, but will increase GPU load. + sampleCount = 6 + # + # Determines how dark the Screen Space Ambient Occlusion effect will be. + strength = "0.2" + # + # The radius, measured in pixels, that blurring is calculated for the SSAO. + # Higher numbers will reduce banding at the cost of GPU performance. + blurRadius = 2 + # + # Increasing the value can reduce banding at the cost of reducing the strength of the effect. + bias = "0.02" + # + # Determines how dark the occlusion shadows can be. + # 0 = totally black at the corners + # 1 = no shadow + minLight = "0.25" + # + # Determines the radius Screen Space Ambient Occlusion is applied, measured in blocks. + radius = "4.0" + # + # Enable Screen Space Ambient Occlusion + enabled = true + + [client.advanced.graphics.advancedGraphics] + # + # If true all beacons near the camera won't be drawn to prevent vanilla overdraw. + # If false all beacons will be rendered. + # + # Generally this should be left as false. It's main purpose is for debugging + # beacon updating/rendering. + disableBeaconDistanceCulling = false + # + # What the value should vanilla Minecraft's texture LodBias be? + # If set to 0 the mod wont overwrite vanilla's default (which so happens to also be 0) + lodBias = "0.0" + # + # How should the sides and bottom of grass block LODs render? + # + # AS_GRASS: all sides of dirt LOD's render using the top (green) color. + # FADE_TO_DIRT: sides fade from grass to dirt. + # AS_DIRT: sides render entirely as dirt. + grassSideRendering = "FADE_TO_DIRT" + # + # Determines how far from the camera Distant Horizons will start rendering. + # Measured as a percentage of the vanilla render distance. + # + # Higher values will prevent LODs from rendering behind vanilla blocks at a higher distance, + # but may cause holes to appear in the LODs. + # Holes are most likely to appear when flying through unloaded terrain. + # + # Increasing the vanilla render distance increases the effectiveness of this setting. + overdrawPrevention = "0.4" + # + # How bright LOD colors are. + # + # 0 = black + # 1 = normal + # 2 = near white + brightnessMultiplier = "1.0" + # + # If enabled caves will be culled + # + # NOTE: This feature is under development and + # it is VERY experimental! Please don't report + # any issues related to this feature. + # + # Additional Info: Currently this cull all faces + # with skylight value of 0 in dimensions that + # does not have a ceiling. + enableCaveCulling = true + # + # Identical to the other frustum culling option + # only used when a shader mod is present using the DH API + # and the shadow pass is being rendered. + # + # Disable this if shadows render incorrectly. + disableShadowPassFrustumCulling = false + # + # At what Y value should cave culling start? + caveCullingHeight = 60 + # + # How should LODs be shaded? + # + # AUTO: Uses the same side shading as vanilla Minecraft blocks. + # ENABLED: Simulates Minecraft's block shading for LODs. + # Can be used to force LOD shading when using some shaders. + # DISABLED: All LOD sides will be rendered with the same brightness. + lodShading = "AUTO" + # + # How saturated LOD colors are. + # + # 0 = black and white + # 1 = normal + # 2 = very saturated + saturationMultiplier = "1.0" + # + # This is the earth size ratio when applying the curvature shader effect. + # Note: Enabling this feature may cause rendering bugs. + # + # 0 = flat/disabled + # 1 = 1 to 1 (6,371,000 blocks) + # 100 = 1 to 100 (63,710 blocks) + # 10000 = 1 to 10000 (637.1 blocks) + # + # Note: Due to current limitations, the min value is 50 + # and the max value is 5000. Any values outside this range + # will be set to 0 (disabled). + earthCurveRatio = 0 + # + # If false LODs outside the player's camera + # aren't drawn, increasing GPU performance. + # + # If true all LODs are drawn, even those behind + # the player's camera, decreasing GPU performance. + # + # Disable this if you see LODs disappearing at the corners of your vision. + disableFrustumCulling = false + + [client.advanced.graphics.genericRendering] + # + # If true LOD clouds will be rendered. + enableCloudRendering = true + # + # If true LOD beacon beams will be rendered. + enableBeaconRendering = true + # + # If true non terrain objects will be rendered in DH's terrain. + # This includes beacon beams and clouds. + enableRendering = true + + [client.advanced.graphics.quality] + # + # What is the maximum detail LODs should be drawn at? + # Higher settings will increase memory and GPU usage. + # + # CHUNK: render 1 LOD for each Chunk. + # HALF_CHUNK: render 4 LODs for each Chunk. + # FOUR_BLOCKS: render 16 LODs for each Chunk. + # TWO_BLOCKS: render 64 LODs for each Chunk. + # BLOCK: render 256 LODs for each Chunk (width of one block). + # + # Lowest Quality: CHUNK + # Highest Quality: BLOCK + maxHorizontalResolution = "BLOCK" + # + # The radius of the mod's render distance. (measured in chunks) + lodChunkRenderDistanceRadius = 128 + # + # Should the blocks underneath avoided blocks gain the color of the avoided block? + # + # True: a red flower will tint the grass below it red. + # False: skipped blocks will not change color of surface below them. + tintWithAvoidedBlocks = true + # + # This indicates how quickly LODs decrease in quality the further away they are. + # Higher settings will render higher quality fake chunks farther away, + # but will increase memory and GPU usage. + horizontalQuality = "MEDIUM" + # + # How should LOD transparency be handled. + # + # COMPLETE: LODs will render transparent. + # FAKE: LODs will be opaque, but shaded to match the blocks underneath. + # DISABLED: LODs will be opaque. + transparency = "COMPLETE" + # + # This indicates how well LODs will represent + # overhangs, caves, floating islands, etc. + # Higher options will make the world more accurate, butwill increase memory and GPU usage. + # + # Lowest Quality: HEIGHT_MAP + # Highest Quality: EXTREME + verticalQuality = "MEDIUM" + # + # What blocks shouldn't be rendered as LODs? + # + # NONE: Represent all blocks in the LODs + # NON_COLLIDING: Only represent solid blocks in the LODs (tall grass, torches, etc. won't count for a LOD's height) + blocksToIgnore = "NON_COLLIDING" + + [client.advanced.graphics.fog] + # + # When should fog be drawn? + # + # USE_OPTIFINE_SETTING: Use whatever Fog setting Optifine is using. + # If Optifine isn't installed this defaults to FOG_ENABLED. + # FOG_ENABLED: Never draw fog on the LODs + # FOG_DISABLED: Always draw fast fog on the LODs + # + # Disabling fog will improve GPU performance. + drawMode = "FOG_ENABLED" + # + # What color should fog use? + # + # USE_WORLD_FOG_COLOR: Use the world's fog color. + # USE_SKY_COLOR: Use the sky's color. + colorMode = "USE_WORLD_FOG_COLOR" + # + # Should Minecraft's fog be disabled? + # + # Note: Other mods may conflict with this setting. + disableVanillaFog = true + + [client.advanced.graphics.fog.advancedFog] + # + # What is the maximum fog thickness? + # + # 0.0: No fog. + # 1.0: Fully opaque fog. + farFogMax = "1.0" + # + # At what distance should the far fog start? + # + # 0.0: Fog starts at the player's position. + # 1.0: Fog starts at the closest edge of the vanilla render distance. + # 1.414: Fog starts at the corner of the vanilla render distance. + farFogStart = "0.4" + # + # What is the minimum fog thickness? + # + # 0.0: No fog. + # 1.0: Fully opaque fog. + farFogMin = "0.0" + # + # How should the fog thickness should be calculated? + # + # LINEAR: Linear based on distance (will ignore 'density') + # EXPONENTIAL: 1/(e^(distance*density)) + # EXPONENTIAL_SQUARED: 1/(e^((distance*density)^2) + farFogFalloff = "EXPONENTIAL_SQUARED" + # + # Used in conjunction with the Fog Falloff. + farFogDensity = "2.5" + # + # Where should the far fog end? + # + # 0.0: Fog ends at player's position. + # 1.0: Fog ends at the closest edge of the vanilla render distance. + # 1.414: Fog ends at the corner of the vanilla render distance. + farFogEnd = "1.0" + + [client.advanced.graphics.fog.advancedFog.heightFog] + # + # What is the minimum fog thickness? + # + # 0.0: No fog. + # 1.0: Fully opaque fog. + heightFogMin = "0.0" + # + # Where should the height fog start? + # + # ABOVE_CAMERA: Height fog starts at the camera and goes towards the sky + # BELOW_CAMERA: Height fog starts at the camera and goes towards the void + # ABOVE_AND_BELOW_CAMERA: Height fog starts from the camera to goes towards both the sky and void + # ABOVE_SET_HEIGHT: Height fog starts from a set height and goes towards the sky + # BELOW_SET_HEIGHT: Height fog starts from a set height and goes towards the void + # ABOVE_AND_BELOW_SET_HEIGHT: Height fog starts from a set height and goes towards both the sky and void + heightFogMode = "ABOVE_AND_BELOW_CAMERA" + # + # If the height fog is calculated around a set height, what is that height position? + heightFogBaseHeight = "70.0" + # + # What is the maximum fog thickness? + # + # 0.0: No fog. + # 1.0: Fully opaque fog. + heightFogMax = "1.0" + # + # How should the height fog thickness should be calculated? + # + # LINEAR: Linear based on height (will ignore 'density') + # EXPONENTIAL: 1/(e^(height*density)) + # EXPONENTIAL_SQUARED: 1/(e^((height*density)^2) + heightFogFalloff = "EXPONENTIAL_SQUARED" + # + # What is the height fog's density? + heightFogDensity = "2.5" + # + # How should height effect the fog thickness? + # Note: height fog is combined with the other fog settings. + # + # BASIC: No special height fog effect. Fog is calculated based on camera distance + # IGNORE_HEIGHT: Ignore height completely. Fog is only calculated with horizontal distance + # ADDITION: heightFog + farFog + # MAX: max(heightFog, farFog) + # MULTIPLY: heightFog * farFog + # INVERSE_MULTIPLY: 1 - (1-heightFog) * (1-farFog) + # LIMITED_ADDITION: farFog + max(farFog, heightFog) + # MULTIPLY_ADDITION: farFog + farFog * heightFog + # INVERSE_MULTIPLY_ADDITION: farFog + 1 - (1-heightFog) * (1-farFog) + # AVERAGE: farFog*0.5 + heightFog*0.5 + # + # Note: height fog settings are ignored if 'BASIC' or 'IGNORE_HEIGHT' are selected. + heightFogMixMode = "BASIC" + # + # Should the start of the height fog be offset? + # + # 0.0: Fog start with no offset. + # 1.0: Fog start with offset of the entire world's height. (Includes depth) + heightFogStart = "0.0" + # + # Should the end of the height fog be offset? + # + # 0.0: Fog end with no offset. + # 1.0: Fog end with offset of the entire world's height. (Include depth) + heightFogEnd = "1.0" + + [client.advanced.graphics.noiseTextureSettings] + # + # Defines how far should the noise texture render before it fades away. (in blocks) + # Set to 0 to disable noise from fading away + noiseDropoff = 1024 + # + # How many steps of noise should be applied to LODs? + noiseSteps = 4 + # + # Should a noise texture be applied to LODs? + # + # This is done to simulate textures and make the LODs appear more detailed. + noiseEnabled = true + # + # How intense should the noise should be? + noiseIntensity = "5.0" + + [client.advanced.worldGenerator] + # + # How detailed should LODs be generated outside the vanilla render distance? + # + # PRE_EXISTING_ONLY + # Only create LOD data for already generated chunks. + # + # + # SURFACE + # Generate the world surface, + # this does NOT include trees, + # or structures. + # + # FEATURES + # Generate everything except structures. + # WARNING: This may cause world generator bugs or instability when paired with certain world generator mods. + distantGeneratorMode = "FEATURES" + # + # How long should a world generator thread run for before timing out? + # Note: If you are experiencing timeout errors it is better to lower your CPU usage first + # via the thread config before changing this value. + worldGenerationTimeoutLengthInSeconds = 180 + # + # Should Distant Horizons slowly generate LODs + # outside the vanilla render distance? + # + # Note: when on a server, distant generation isn't supported + # and will always be disabled. + enableDistantGeneration = true + + [client.advanced.multiplayer] + # + # AKA: Multiverse support. + # + # When matching levels (dimensions) of the same type (overworld, nether, etc.) the + # loaded chunks must be at least this percent the same + # in order to be considered the same world. + # + # Note: If you use portals to enter a dimension at two + # different locations the system will think the dimension + # it is two different levels. + # + # 1.0 (100%) the chunks must be identical. + # 0.5 (50%) the chunks must be half the same. + # 0.0 (0%) disables multi-dimension support, + # only one world will be used per dimension. + # + # If multiverse support is needed start with a value of 0.2 + # and tweak the sensitivity from there.Lower values mean the matching is less strict. + # Higher values mean the matching is more strict. + multiverseSimilarityRequiredPercent = "0.0" + # + # How should multiplayer save folders should be named? + # + # NAME_ONLY: Example: "Minecraft Server" + # IP_ONLY: Example: "192.168.1.40" + # NAME_IP: Example: "Minecraft Server IP 192.168.1.40" + # NAME_IP_PORT: Example: "Minecraft Server IP 192.168.1.40:25565"NAME_IP_PORT_MC_VERSION: Example: "Minecraft Server IP 192.168.1.40:25565 GameVersion 1.16.5" + serverFolderNameMode = "NAME_ONLY" + diff --git a/config/Mekanism/client.toml b/config/Mekanism/client.toml new file mode 100644 index 0000000..6c892a9 --- /dev/null +++ b/config/Mekanism/client.toml @@ -0,0 +1,130 @@ + +#Client Config. This config only exists on the client +[client] + #Play sounds for Jetpack/Gas Mask/Flamethrower/Radiation (all players). + enablePlayerSounds = true + #If enabled machines play their sounds while running. + enableMachineSounds = true + #If enabled tries to force all radial menu text to be white. + whiteRadialText = false + #Should holiday greetings and easter eggs play for holidays (ex: Christmas and New Years). + holidays = true + #Adjust Mekanism sounds' base volume. < 1 is softer, higher is louder. + #Range: 0.0 ~ 10.0 + baseSoundVolume = 1.0 + #If true, don't render Cables/Pipes/Tubes as transparent and don't render their contents. + opaqueTransmitters = false + #Allow sneak + scroll to change item modes. + allowModeScroll = true + #If true will move HUD text alignment and compass rendering to the right side of the screen, and move the MekaSuit module rendering to the left side. + reverseHUD = false + #Scale of the text displayed on the HUD. + #Range: 0.25 ~ 1.0 + hudScale = 0.6 + #Enable item information HUD during gameplay + enableHUD = true + #Color of energy in item durability display. + energyColor = 3997338 + #Range at which Tile Entity Renderer's added by Mekanism can render at, for example the contents of multiblocks. Vanilla defaults the rendering range for TERs to 64 for most blocks, but uses a range of 256 for beacons and end gateways. + #Range: 1 ~ 1024 + terRange = 256 + + #Particle Config + [client.particle] + #Set to false to prevent particle spam when loading multiblocks (notification message will display instead). + enableMultiblockFormationParticles = true + #Show particles when machines active. + machineEffects = true + #How far (in blocks) from the player radiation particles can spawn. + #Range: 2 ~ 64 + radiationParticleRadius = 30 + #How many particles spawn when rendering radiation effects (scaled by radiation level). + #Range: 0 ~ 1000 + radiationParticleCount = 100 + #Show bolts when the Magnetic Attraction Unit is pulling items. + magneticAttraction = true + #Show bolts for various AOE tool behaviors such as tilling, debarking, and vein mining. + toolAOE = true + + #GUI Config + [client.gui] + #Opacity of HUD used by MekaSuit. + #Range: 0.0 ~ 1.0 + hudOpacity = 0.4000000059604645 + #Color (RGB) of HUD used by MekaSuit. + #Range: 0 ~ 16777215 + hudColor = 4257264 + #Color (RGB) of warning HUD elements used by MekaSuit. + #Range: 0 ~ 16777215 + hudWarningColor = 16768335 + #Color (RGB) of danger HUD elements used by MekaSuit. + #Range: 0 ~ 16777215 + hudDangerColor = 16726076 + #Visual jitter of MekaSuit HUD, seen when moving the player's head. Bigger value = more jitter. + #Range: 1.0 ~ 100.0 + hudJitter = 6.0 + #Display a fancy compass when the MekaSuit is worn. + mekaSuitHelmetCompass = true + + #Last Window Positions. In general these values should not be modified manually. + [client.gui.window] + + [client.gui.window.color] + x = 2147483647 + y = 2147483647 + + [client.gui.window.confirmation] + x = 2147483647 + y = 2147483647 + + [client.gui.window.crafting0] + x = 2147483647 + y = 2147483647 + + [client.gui.window.crafting1] + x = 2147483647 + y = 2147483647 + + [client.gui.window.crafting2] + x = 2147483647 + y = 2147483647 + + [client.gui.window.mekaSuitHelmet] + x = 2147483647 + y = 2147483647 + + [client.gui.window.rename] + x = 2147483647 + y = 2147483647 + + [client.gui.window.skinSelect] + x = 2147483647 + y = 2147483647 + + [client.gui.window.sideConfig] + x = 10 + y = 15 + + [client.gui.window.transporterConfig] + x = 10 + y = 15 + + [client.gui.window.upgrade] + x = 10 + y = 15 + + #QIO Config + [client.qio] + #Sorting strategy when viewing items in a QIO Item Viewer. + #Allowed Values: NAME, SIZE, MOD + itemViewerSortType = "NAME" + #Sorting direction when viewing items in a QIO Item Viewer. + #Allowed Values: ASCENDING, DESCENDING + itemViewerSortDirection = "ASCENDING" + #Number of slots to view horizontally on a QIO Item Viewer. + #Range: 8 ~ 16 + itemViewerSlotsX = 8 + #Number of slots to view vertically on a QIO Item Viewer. + #Range: 2 ~ 48 + itemViewerSlotsY = 4 + diff --git a/config/Mekanism/common.toml b/config/Mekanism/common.toml new file mode 100644 index 0000000..831991e --- /dev/null +++ b/config/Mekanism/common.toml @@ -0,0 +1,12 @@ + +#Mekanism Common Config. This config is not synced between server and client. +[common] + #Displayed energy type in Mekanism GUIs and network reader readings. + #Allowed Values: JOULES, FORGE_ENERGY, ELECTRICAL_UNITS + energyType = "FORGE_ENERGY" + #Displayed temperature unit in Mekanism GUIs and network reader readings. + #Allowed Values: KELVIN, CELSIUS, RANKINE, FAHRENHEIT, AMBIENT + temperatureUnit = "KELVIN" + #Show time to decay radiation when readings are above safe levels. Set to false on the client side to disable MekaSuit Geiger and Dosimeter Unit timers. Set to false on the server side to disable handheld Geiger Counter and Dosimeter timers. + enableDecayTimers = true + diff --git a/config/Mekanism/gear.toml b/config/Mekanism/gear.toml new file mode 100644 index 0000000..d1b3209 --- /dev/null +++ b/config/Mekanism/gear.toml @@ -0,0 +1,284 @@ + +#Gear Config. This config is synced from server to client. +[gear] + + #Atomic Disassembler Settings + [gear.atomic_disassembler] + #Base Energy (Joules) usage of the Atomic Disassembler. (Gets multiplied by speed factor) + energyUsage = "10" + #Cost in Joules of using the Atomic Disassembler as a weapon. + energyUsageWeapon = "2000" + #The max Atomic Disassembler Vein Mining Block Count. + #Range: 2 ~ 1000000 + miningCount = 128 + #Enable the 'Slow' mode for the Atomic Disassembler. + slowMode = true + #Enable the 'Fast' mode for the Atomic Disassembler. + fastMode = true + #Enable the 'Vein Mining' mode for the Atomic Disassembler. + veinMining = false + #The bonus attack damage of the Atomic Disassembler when it is out of power. (Value is in number of half hearts) + #Range: 0 ~ 1000 + minDamage = 4 + #The bonus attack damage of the Atomic Disassembler when it has at least energyUsageWeapon power stored. (Value is in number of half hearts) + #Range: 1 ~ 10000 + maxDamage = 20 + #Attack speed of the Atomic Disassembler. + #Range: -4.0 ~ 100.0 + attackSpeed = -2.4 + #Maximum amount (joules) of energy the Atomic Disassembler can contain. + maxEnergy = "1000000" + #Amount (joules) of energy the Atomic Disassembler can accept per tick. + chargeRate = "5000" + + #Configurator Settings + [gear.configurator] + #Maximum amount (joules) of energy the Configurator can contain. + maxEnergy = "60000" + #Amount (joules) of energy the Configurator can accept per tick. + chargeRate = "300" + #Energy usage in joules of using the configurator to configure machines. + energyPerConfigure = "400" + #Energy cost in joules for each item the configurator ejects from a machine on empty mode. + energyPerItem = "8" + + #Electric Bow Settings + [gear.electric_bow] + #Maximum amount (joules) of energy the Electric Bow can contain. + maxEnergy = "120000" + #Amount (joules) of energy the Electric Bow can accept per tick. + chargeRate = "600" + #Cost in Joules of using the Electric Bow. + energyUsage = "120" + #Cost in Joules of using the Electric Bow with flame mode active. + energyUsageFire = "1200" + + #Energy Tablet Settings + [gear.energy_tablet] + #Maximum amount (joules) of energy the Energy Tablet can contain. + maxEnergy = "1000000" + #Amount (joules) of energy the Energy Tablet can accept per tick. + chargeRate = "5000" + + #Flamethrower Settings + [gear.flamethrower] + #Flamethrower Gas Tank capacity in mB. + #Range: 1 ~ 9223372036854775807 + maxGas = 24000 + #Amount of hydrogen the Flamethrower can accept per tick. + #Range: 1 ~ 9223372036854775807 + fillRate = 16 + #Determines whether or not the Flamethrower can destroy items if it fails to smelt them. + destroyItems = true + + #Free Runner Settings + [gear.free_runner] + #Energy cost/multiplier in Joules for reducing fall damage with free runners. Energy cost is: FallDamage * freeRunnerFallEnergyCost. (1 FallDamage is 1 half heart) + fallEnergyCost = "50" + #Percent of damage taken from falling that can be absorbed by Free Runners when they have enough power. + #Range: 0.0 ~ 1.0 + fallDamageReductionRatio = 1.0 + #Maximum amount (joules) of energy Free Runners can contain. + maxEnergy = "64000" + #Amount (joules) of energy the Free Runners can accept per tick. + chargeRate = "320" + + #Armored Free Runner Settings + [gear.free_runner.armored] + #Armor value of the Armored Free Runners + #Range: > 0 + armor = 3 + #Toughness value of the Armored Free Runners. + #Range: 0.0 ~ 3.4028234663852886E38 + toughness = 2.0 + #Knockback resistance value of the Armored Free Runners. + #Range: 0.0 ~ 3.4028234663852886E38 + knockbackResistance = 0.0 + + #Jetpack Settings + [gear.jetpack] + #Jetpack Gas Tank capacity in mB. + #Range: 1 ~ 9223372036854775807 + maxGas = 24000 + #Amount of hydrogen the Jetpack can accept per tick. + #Range: 1 ~ 9223372036854775807 + fillRate = 16 + + #Armored Jetpack Settings + [gear.jetpack.armored] + #Armor value of the Armored Jetpack. + #Range: > 0 + armor = 8 + #Toughness value of the Armored Jetpack. + #Range: 0.0 ~ 3.4028234663852886E38 + toughness = 2.0 + #Knockback resistance value of the Armored Jetpack. + #Range: 0.0 ~ 3.4028234663852886E38 + knockbackResistance = 0.0 + + #Network Reader Settings + [gear.network_reader] + #Maximum amount (joules) of energy the Network Reader can contain. + maxEnergy = "60000" + #Amount (joules) of energy the Network Reader can accept per tick. + chargeRate = "300" + #Energy usage in joules for each network reading. + energyUsage = "400" + + #Portable Teleporter Settings + [gear.portable_teleporter] + #Maximum amount (joules) of energy the Portable Teleporter can contain. + maxEnergy = "1000000" + #Amount (joules) of energy the Portable Teleporter can accept per tick. + chargeRate = "5000" + #Delay in ticks before a player is teleported after clicking the Teleport button in the portable teleporter. + #Range: 0 ~ 6000 + delay = 0 + + #Scuba Tank Settings + [gear.scuba_tank] + #Scuba Tank Gas Tank capacity in mB. + #Range: 1 ~ 9223372036854775807 + maxGas = 24000 + #Amount of oxygen the Scuba Tank Gas Tank can accept per tick. + #Range: 1 ~ 9223372036854775807 + fillRate = 16 + + #Seismic Reader Settings + [gear.seismic_reader] + #Maximum amount (joules) of energy the Seismic Reader can contain. + maxEnergy = "12000" + #Amount (joules) of energy the Seismic Reader can accept per tick. + chargeRate = "60" + #Energy usage in joules required to use the Seismic Reader. + energyUsage = "250" + + #Canteen Settings + [gear.canteen] + #Maximum amount of Nutritional Paste storable by the Canteen. + #Range: > 1 + maxStorage = 64000 + #Rate at which Nutritional Paste can be transferred into a Canteen. + #Range: > 1 + transferRate = 128 + + #Meka-Tool Settings + [gear.mekatool] + #Base energy (Joules) usage of the Meka-Tool. (Gets multiplied by speed factor) + energyUsage = "10" + #Silk touch energy (Joules) usage of the Meka-Tool. (Gets multiplied by speed factor) + energyUsageSilk = "100" + #Cost in Joules of using the Meka-Tool to deal 4 units of damage. + energyUsageWeapon = "2000" + #Cost in Joules of using the Meka-Tool to teleport 10 blocks. + energyUsageTeleport = "1000" + #Maximum distance a player can teleport with the Meka-Tool. + #Range: 3 ~ 1024 + maxTeleportReach = 100 + #Base bonus damage applied by the Meka-Tool without using any energy. + #Range: 0 ~ 100000 + baseDamage = 4 + #Attack speed of the Meka-Tool. + #Range: -4.0 ~ 100.0 + attackSpeed = -2.4 + #Efficiency of the Meka-Tool with energy but without any upgrades. + #Range: 0.1 ~ 100.0 + baseEfficiency = 4.0 + #Energy capacity (Joules) of the Meka-Tool without any installed upgrades. Quadratically scaled by upgrades. + baseEnergyCapacity = "16000000" + #Amount (joules) of energy the Meka-Tool can accept per tick. Quadratically scaled by upgrades. + chargeRate = "100000" + #Cost in Joules of using the Meka-Tool as a hoe. + energyUsageHoe = "10" + #Cost in Joules of using the Meka-Tool as a shovel for making paths and dowsing campfires. + energyUsageShovel = "10" + #Cost in Joules of using the Meka-Tool as an axe for stripping logs, scraping, or removing wax. + energyUsageAxe = "10" + #Cost in Joules of using the Meka-Tool to shear entities. + energyUsageShearEntity = "10" + #Enable the 'Extended Vein Mining' mode for the Meka-Tool. (Allows vein mining everything not just ores/logs) + extendedMining = true + + #MekaSuit Settings + [gear.mekasuit] + #Energy capacity (Joules) of MekaSuit items without any installed upgrades. Quadratically scaled by upgrades. + baseEnergyCapacity = "16000000" + #Amount (joules) of energy the MekaSuit can accept per tick. Quadratically scaled by upgrades. + chargeRate = "100000" + #Energy usage (Joules) of MekaSuit when adding 0.1 to jump motion. + baseJumpEnergyUsage = "1000" + #Energy usage (Joules) per second of the MekaSuit when flying with the Elytra Unit. + elytraEnergyUsage = "32000" + #Energy usage (Joules) of MekaSuit when lessening a potion effect. + energyUsagePotionTick = "40000" + #Energy cost/multiplier in Joules for reducing magic damage via the inhalation purification unit. Energy cost is: MagicDamage * energyUsageMagicPrevent. (1 MagicDamage is 1 half heart). + energyUsageMagicReduce = "1000" + #Energy cost/multiplier in Joules for reducing fall damage with MekaSuit Boots. Energy cost is: FallDamage * freeRunnerFallEnergyCost. (1 FallDamage is 1 half heart) + energyUsageFall = "50" + #Energy usage (Joules) of MekaSuit when adding 0.1 to sprint motion. + energyUsageSprintBoost = "100" + #Energy usage (Joules) of MekaSuit per tick when flying via Gravitational Modulation. + energyUsageGravitationalModulation = "1000" + #Charge rate of inventory items (Joules) per tick. + inventoryChargeRate = "10000" + #Solar recharging rate (Joules) of helmet per tick, per upgrade installed. + solarRechargingRate = "500" + #Energy usage (Joules) of MekaSuit per tick of using vision enhancement. + energyUsageVisionEnhancement = "500" + #Energy usage (Joules) of MekaSuit per tick of using hydrostatic repulsion. + energyUsageHydrostaticRepulsion = "500" + #Energy usage (Joules) of MekaSuit per half-food of nutritional injection. + energyUsageNutritionalInjection = "20000" + #Energy usage (Joules) of MekaSuit per unit of damage applied. + energyUsageDamage = "100000" + #Energy usage (Joules) of MekaSuit per tick of attracting a single item. + energyUsageItemAttraction = "250" + #Should the Gravitational Modulation unit give off vibrations when in use. + gravitationalVibrations = true + #Maximum amount of Nutritional Paste storable by the nutritional injection unit. + #Range: > 1 + nutritionalMaxStorage = 128000 + #Rate at which Nutritional Paste can be transferred into the nutritional injection unit. + #Range: > 1 + nutritionalTransferRate = 256 + #Maximum amount of Hydrogen storable in the jetpack unit. + #Range: 1 ~ 9223372036854775807 + jetpackMaxStorage = 48000 + #Rate at which Hydrogen can be transferred into the jetpack unit. + #Range: 1 ~ 9223372036854775807 + jetpackTransferRate = 256 + #Armor value of MekaSuit Helmets. + #Range: > 0 + helmetArmor = 3 + #Armor value of MekaSuit BodyArmor. + #Range: > 0 + bodyArmorArmor = 8 + #Armor value of MekaSuit Pants. + #Range: > 0 + pantsArmor = 6 + #Armor value of MekaSuit Boots. + #Range: > 0 + bootsArmor = 3 + #Toughness value of the MekaSuit. + #Range: 0.0 ~ 3.4028234663852886E38 + toughness = 3.0 + #Knockback resistance value of the MekaSuit. + #Range: 0.0 ~ 3.4028234663852886E38 + knockbackResistance = 0.10000000149011612 + + [gear.mekasuit.damage_absorption] + #Percent of damage taken from falling that can be absorbed by MekaSuit Boots when they have enough power. + #Range: 0.0 ~ 1.0 + fallDamageReductionRatio = 1.0 + #Percent of damage taken from magic damage that can be absorbed by MekaSuit Helmet with Purification unit when it has enough power. + #Range: 0.0 ~ 1.0 + magicDamageReductionRatio = 1.0 + #Percent of damage taken from other non explicitly supported damage types that don't bypass armor when the MekaSuit has enough power and a full suit is equipped. + #Note: Support for specific damage types can be added by adding an entry for the damage type in the damageReductionRatio config. + #Range: 0.0 ~ 1.0 + unspecifiedDamageReductionRatio = 1.0 + #Map representing the percent of damage from different damage types that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped. + #Values may be in the range [0.0, 1.0]. + #See the #mekainsm:mekasuit_always_supported damage type tag for allowing damage that bypasses armor to be blocked. + damageReductionRatio = ["minecraft:cactus,1.0", "minecraft:cramming,1.0", "minecraft:dragon_breath,1.0", "minecraft:dry_out,1.0", "minecraft:fall,1.0", "minecraft:falling_anvil,1.0", "minecraft:falling_block,1.0", "minecraft:falling_stalactite,1.0", "minecraft:fly_into_wall,1.0", "minecraft:freeze,1.0", "minecraft:generic,1.0", "minecraft:hot_floor,1.0", "minecraft:in_fire,1.0", "minecraft:in_wall,1.0", "minecraft:lava,1.0", "minecraft:lightning_bolt,1.0", "minecraft:on_fire,1.0", "minecraft:sonic_boom,0.75", "minecraft:stalagmite,1.0", "minecraft:sweet_berry_bush,1.0", "minecraft:wither,1.0"] + diff --git a/config/Mekanism/general.toml b/config/Mekanism/general.toml new file mode 100644 index 0000000..fed499d --- /dev/null +++ b/config/Mekanism/general.toml @@ -0,0 +1,232 @@ + +#General Config. This config is synced from server to client. +[general] + #Log Mekanism packet names. Debug setting. + logPackets = false + #Disable to make the anchor upgrade not do anything. + allowChunkloading = true + #Enable this to allow dragging items from JEI into the target slot of Digital Miner filters. + easyMinerFilters = false + #How many ticks must pass until a block's active state is synced with the client, if it has been rapidly changing. + #Range: 0 ~ 1200 + blockDeactivationDelay = 60 + #Any mod ids added to this list will not be able to have any of their blocks, picked up by the cardboard box. For example: ["mekanism"] + cardboardModBlacklist = [] + #Allow right clicking on Cables/Pipes/Tubes with alloys to upgrade the tier. + transmitterAlloyUpgrade = true + #Base factor for working out machine performance with upgrades - UpgradeModifier * (UpgradesInstalled/UpgradesPossible). + #Range: > 1 + maxUpgradeMultiplier = 10 + #How much Boiler heat is immediately usable to convert water to steam. + #Range: 0.01 ~ 1.0 + boilerWaterConductivity = 0.7 + #Amount of heat produced per fuel tick of a fuel's burn time in the Fuelwood Heater. + #Range: 0.1 ~ 4000000.0 + heatPerFuelTick = 400.0 + #Number of ticks to burn an item at in a Fuelwood Heater. Use this config option to effectively make Fuelwood Heater's burn faster but produce the same amount of heat per item. + #Range: 1 ~ 1000 + fuelwoodTickMultiplier = 1 + #How much heat energy is created from one Joule of regular energy in the Resistive Heater. + #Range: 0.0 ~ 1.0 + resistiveHeaterEfficiency = 0.6 + #Amount of heat each Boiler heating element produces. + #Range: 0.1 ~ 1.024E9 + superheatingHeatTransfer = 1.6E7 + #Peak processing rate for the Solar Neutron Activator. Note: It can go higher than this value in some extreme environments. + #Range: 1 ~ 1024 + maxSolarNeutronActivatorRate = 64 + + #Dynamic Tank Settings + [general.dynamic_tank] + #Amount of fluid (mB) that each block of the dynamic tank contributes to the volume. Max = volume * fluidPerTank + #Range: 1 ~ 368224 + fluidPerTank = 350000 + #Amount of chemical (mB) that each block of the dynamic tank contributes to the volume. Max = volume * chemicalPerTank + #Range: 1 ~ 1581510980256305 + chemicalPerTank = 16000000 + + #Auto Eject Settings + [general.auto_eject] + #Rate at which fluid gets auto ejected from tiles. + #Range: > 1 + fluid = 1024 + #Rate at which chemicals gets auto ejected from tiles. + #Range: 1 ~ 9223372036854775807 + chemical = 1024 + #The percentage of a tank's capacity to leave contents in when set to dumping excess. + #Range: 0.001 ~ 1.0 + dumpExcessKeepRatio = 0.9 + + #Prefilled Tanks + [general.prefilled] + #Add filled creative fluid tanks to creative/JEI. + fluidTanks = true + #Add filled creative gas tanks to creative/JEI. + gasTanks = true + #Add filled creative infusion tanks to creative/JEI. + infusionTanks = true + #Add filled creative pigment tanks to creative/JEI. + pigmentTanks = true + #Add filled creative slurry tanks to creative/JEI. + slurryTanks = true + + #Energy Conversion Rate Settings + [general.energy_conversion] + #Disables IC2 power integration. Requires world restart (server-side option in SMP). + blacklistIC2 = false + #Conversion multiplier from EU to Joules (EU * euConversionRate = Joules) + euConversionRate = "10" + #Disables Forge Energy (FE,RF,IF,uF,CF) power integration. Requires world restart (server-side option in SMP). + blacklistForge = false + #Conversion multiplier from Forge Energy to Joules (FE * feConversionRate = Joules) + feConversionRate = "2.5000" + #Disables Flux Networks higher throughput Forge Energy (FE,RF,IF,uF,CF) power integration. Requires world restart (server-side option in SMP). Note: Disabling Forge Energy integration also disables this. + blacklistFluxNetworks = false + #How much energy is produced per mB of Hydrogen, also affects Electrolytic Separator usage, Ethylene burn rate and Gas generator energy capacity. + HydrogenEnergyDensity = "200" + #Maximum Joules per mB of Steam. Also affects Thermoelectric Boiler. + maxEnergyPerSteam = "10" + + #Radiation Settings + [general.radiation] + #Enable worldwide radiation effects. Don't be a downer and disable this. + radiationEnabled = true + #The radius of chunks checked when running radiation calculations. The algorithm is efficient, but don't abuse it by making this crazy high. + #Range: 1 ~ 100 + chunkCheckRadius = 5 + #Radiation sources are multiplied by this constant roughly once per second to represent their emission decay. At the default rate, it takes roughly 10 hours to remove a 1,000 Sv/h (crazy high) source. + #Range: 0.0 ~ 1.0 + sourceDecayRate = 0.9995 + #Radiated objects and entities are multiplied by this constant roughly once per second to represent their dosage decay. + #Range: 0.0 ~ 1.0 + targetDecayRate = 0.9995 + #Defines the minimum severity radiation dosage severity (scale of 0 to 1) for which negative effects can take place. Set to 1 to disable negative effects completely. + #Range: 0.0 ~ 1.0 + negativeEffectsMinSeverity = 0.1 + #Amount of gas (mB) that can be stored in a Radioactive Waste Barrel. + #Range: 1 ~ 9223372036854775807 + radioactiveWasteBarrelMaxGas = 512000 + #Number of ticks required for radioactive gas stored in a Radioactive Waste Barrel to decay radioactiveWasteBarrelDecayAmount mB. + #Range: > 1 + radioactiveWasteBarrelProcessTicks = 20 + #Number of mB of gas that decay every radioactiveWasteBarrelProcessTicks ticks when stored in a Radioactive Waste Barrel. Set to zero to disable decay all together. (Gases in the mekanism:waste_barrel_decay_blacklist tag will not decay). + #Range: 0 ~ 9223372036854775807 + radioactiveWasteBarrelDecayAmount = 1 + + #Digital Miner Settings + [general.digital_miner] + #Energy multiplier for using silk touch mode with the Digital Miner. + #Range: > 1 + silkMultiplier = 12 + #Maximum radius in blocks that the Digital Miner can reach. (Increasing this may have negative effects on stability and/or performance. We strongly recommend you leave it at the default value). + #Range: > 1 + maxRadius = 32 + #Number of ticks required to mine a single block with a Digital Miner (without any upgrades). + #Range: > 1 + ticksPerMine = 80 + + #Laser Settings + [general.laser] + #If enabled, lasers can break blocks and the flamethrower starts fires. + aestheticWorldDamage = true + #How far (in blocks) a laser can travel. + #Range: 1 ~ 1024 + range = 64 + #Energy needed to destroy or attract blocks with a Laser (per block hardness level). + energyNeededPerHardness = "100000" + #Energy used per half heart of damage being transferred to entities. + energyPerDamage = "2500" + + #Oredictionificator Settings + [general.oredictionificator] + #The list of valid tag prefixes for the Oredictionificator. Note: It is highly recommended to only include well known/defined tag prefixes otherwise it is very easy to potentially add in accidental conversions of things that are not actually equivalent. + validItemFilters = ["forge:dusts/", "forge:ingots/", "forge:nuggets/", "forge:ores/", "forge:raw_materials/", "forge:storage_blocks/"] + + #Pump Settings + [general.pump] + #Maximum block distance to pull fluid from for the Electric Pump. + #Range: 1 ~ 512 + maxPumpRange = 80 + #If enabled makes Water and Heavy Water blocks be removed from the world on pump. + pumpWaterSources = false + #mB of Heavy Water that is extracted per block of Water by the Electric Pump with a Filter Upgrade. + #Range: 1 ~ 1000 + pumpHeavyWaterAmount = 10 + #Fluidic Plenisher stops after this many blocks. + #Range: 1 ~ 1000000 + maxPlenisherNodes = 4000 + + #Quantum Entangloporter Settings + [general.quantum_entangloporter] + #Maximum energy buffer (Mekanism Joules) of an Entangoloporter frequency - i.e. the maximum transfer per tick per frequency. Default is ultimate tier energy cube capacity. + energyBuffer = "256000000" + #Maximum fluid buffer (mb) of an Entangoloporter frequency - i.e. the maximum transfer per tick per frequency. Default is ultimate tier tank capacity. + #Range: > 1 + fluidBuffer = 256000 + #Maximum chemical buffer (mb) of an Entangoloporter frequency - i.e. the maximum transfer per tick per frequency. Default is ultimate tier tank capacity. + #Range: 1 ~ 9223372036854775807 + chemicalBuffer = 8192000 + + #Block security/protection Settings + [general.security] + #Enable the security system for players to prevent others from accessing their machines. Does NOT affect Frequencies. + allowProtection = true + #If this is enabled then players with the 'mekanism.bypass_security' permission (default ops) can bypass the block and item security restrictions. + opsBypassRestrictions = false + + #Nutritional Paste Settings + [general.nutritional_paste] + #Saturation level of Nutritional Paste when eaten. + #Range: 0.0 ~ 100.0 + saturation = 0.8 + #How much mB of Nutritional Paste equates to one 'half-food.' + #Range: > 1 + mbPerFood = 50 + + #Boiler Settings + [general.boiler] + #Amount of fluid (mB) that each block of the boiler's water portion contributes to the volume. Max = volume * waterPerTank + #Range: 1 ~ 368224 + waterPerTank = 16000 + #Amount of steam (mB) that each block of the boiler's steam portion contributes to the volume. Max = volume * steamPerTank + #Range: 10 ~ 1581510980256305 + steamPerTank = 160000 + #Amount of steam (mB) that each block of the boiler's heated coolant portion contributes to the volume. Max = volume * heatedCoolantPerTank + #Range: 1 ~ 1581510980256305 + heatedCoolantPerTank = 256000 + #Amount of steam (mB) that each block of the boiler's cooled coolant portion contributes to the volume. Max = volume * cooledCoolantPerTank + #Range: 1 ~ 1581510980256305 + cooledCoolantPerTank = 256000 + + #Thermal Evaporation Plant Settings + [general.thermal_evaporation] + #Thermal Evaporation Tower heat loss per tick. + #Range: 0.001 ~ 1000.0 + heatDissipation = 0.02 + #Temperature to amount produced ratio for Thermal Evaporation Tower. + #Range: 0.001 ~ 1000000.0 + tempMultiplier = 0.4 + #Heat to absorb per Solar Panel array of Thermal Evaporation Tower. + #Range: 0.001 ~ 1000000.0 + solarMultiplier = 0.2 + #Heat capacity of Thermal Evaporation Tower layers (increases amount of energy needed to increase temperature). + #Range: 1.0 ~ 1000000.0 + heatCapacity = 100.0 + #Amount of fluid (mB) that each block of the evaporation plant contributes to the input tank capacity. Max = volume * fluidPerTank + #Range: 1 ~ 29826161 + fluidPerTank = 64000 + #Amount of output fluid (mB) that the evaporation plant can store. + #Range: > 1 + outputTankCapacity = 10000 + + #SPS Settings + [general.sps] + #How much input gas (polonium) in mB must be processed to make 1 mB of antimatter. Input tank capacity is 2x this value. + #Range: > 1 + inputPerAntimatter = 1000 + #Amount of output gas (mB, antimatter) that the SPS can store. + #Range: 1 ~ 9223372036854775807 + outputTankCapacity = 1000 + #Energy needed to process 1 mB of input (inputPerAntimatter * energyPerInput = energy to produce 1 mB of antimatter). + energyPerInput = "1000000" + diff --git a/config/Mekanism/generator-storage.toml b/config/Mekanism/generator-storage.toml new file mode 100644 index 0000000..61eea34 --- /dev/null +++ b/config/Mekanism/generator-storage.toml @@ -0,0 +1,14 @@ + +#Generator Energy Storage Config. This config is synced from server to client. +[storage] + #Base energy storage (Joules). + heatGenerator = "160000" + #Base energy storage (Joules). + bioGenerator = "160000" + #Base energy storage (Joules). + solarGenerator = "96000" + #Base energy storage (Joules). + advancedSolarGenerator = "200000" + #Base energy storage (Joules). + windGenerator = "200000" + diff --git a/config/Mekanism/generators-gear.toml b/config/Mekanism/generators-gear.toml new file mode 100644 index 0000000..f6594d3 --- /dev/null +++ b/config/Mekanism/generators-gear.toml @@ -0,0 +1,14 @@ + +#Mekanism Generators Gear Config. This config is synced from server to client. +[generators-gear] + + #MekaSuit Settings + [generators-gear.mekasuit] + #Geothermal charging rate (Joules) of pants per tick, per degree above ambient, per upgrade installed. This value scales down based on how much of the MekaSuit Pants is submerged. Fire is treated as having a temperature of ~200K above ambient, lava has a temperature of 1,000K above ambient. + geothermalChargingRate = "10.5000" + + [generators-gear.mekasuit.damage_absorption] + #Percent of heat damage negated by MekaSuit Pants with maximum geothermal generator units installed. This number scales down linearly based on how many units are actually installed. + #Range: 0.0 ~ 1.0 + heatDamageReductionRatio = 0.8 + diff --git a/config/Mekanism/generators.toml b/config/Mekanism/generators.toml new file mode 100644 index 0000000..9da659a --- /dev/null +++ b/config/Mekanism/generators.toml @@ -0,0 +1,149 @@ + +#Mekanism Generators Config. This config is synced between server and client. +[generators] + #Affects the Injection Rate, Max Temp, and Ignition Temp. + energyPerFusionFuel = "10000000" + #Peak output for the Solar Generator. Note: It can go higher than this value in some extreme environments. + solarGeneration = "50" + #Peak output for the Advanced Solar Generator. Note: It can go higher than this value in some extreme environments. + advancedSolarGeneration = "300" + + #Bio Generator Settings + [generators.bio_generator] + #Amount of energy in Joules the Bio Generator produces per tick. + bioGeneration = "350" + #The capacity in mB of the fluid tank in the Bio Generator. + #Range: > 1 + tankCapacity = 24000 + + #Heat Generator Settings + [generators.heat_generator] + #Amount of energy in Joules the Heat Generator produces per tick. heatGeneration + heatGenerationLava * lavaSides + heatGenerationNether. Note: lavaSides is how many sides are adjacent to lava, this includes the block itself if it is lava logged allowing for a max of 7 "sides". + heatGeneration = "200" + #Multiplier of effectiveness of Lava that is adjacent to the Heat Generator. + heatGenerationLava = "30" + #Add this amount of Joules to the energy produced by a heat generator if it is in an 'ultrawarm' dimension, in vanilla this is just the Nether. + heatGenerationNether = "100" + #The capacity in mB of the fluid tank in the Heat Generator. + #Range: > 1 + tankCapacity = 24000 + #The amount of lava in mB that gets consumed to transfer heatGeneration Joules to the Heat Generator. + heatGenerationFluidRate = 10 + + #Gas-Burning Generator Settings + [generators.gas_generator] + #The capacity in mB of the gas tank in the Gas-Burning Generator. + #Range: 1 ~ 9223372036854775807 + tankCapacity = 18000 + #The number of ticks each mB of Ethylene burns for in the Gas-Burning Generator. + #Range: > 1 + ethyleneBurnTicks = 5 + #Multiplier for calculating the energy density of Ethylene (1 mB Hydrogen + 2 * bioGeneration * densityMultiplier). + ethyleneDensityMultiplier = "5" + + #Turbine Settings + [generators.turbine] + #The number of blades on each turbine coil per blade applied. + #Range: 1 ~ 12 + turbineBladesPerCoil = 4 + #The rate at which steam is vented into the turbine. + #Range: 0.1 ~ 1024000.0 + turbineVentGasFlow = 32000.0 + #The rate at which steam is dispersed into the turbine. + #Range: 0.1 ~ 1024000.0 + turbineDisperserGasFlow = 1280.0 + #Amount of energy (J) that each block of the turbine contributes to the total energy capacity. Max = volume * energyCapacityPerVolume + energyCapacityPerVolume = "16000000" + #Amount of gas (mB) that each block of the turbine's steam cavity contributes to the volume. Max = volume * gasPerTank + #Range: 1 ~ 1773043451913643 + gasPerTank = 64000 + #The rate at which steam is condensed in the turbine. + #Range: 1 ~ 2000000 + condenserRate = 64000 + + #Wind Generator Settings + [generators.wind_generator] + #Minimum base generation value of the Wind Generator. + windGenerationMin = "60" + #Maximum base generation value of the Wind Generator. + generationMax = "480" + #The minimum Y value that affects the Wind Generators Power generation. This value gets clamped at the world's min height. + #Range: -2032 ~ 2030 + minY = 24 + #The maximum Y value that affects the Wind Generators Power generation. This value gets clamped at the world's logical height. + maxY = 2031 + #The list of dimension ids that the Wind Generator will not generate power in. + windGenerationDimBlacklist = [] + + #Fusion Settings + [generators.fusion_reactor] + #The fraction of the heat dissipated from the case that is converted to Joules. + #Range: 0.0 ~ 1.0 + thermocoupleEfficiency = 0.05 + #The fraction fraction of heat from the casing that can be transferred to all sources that are not water. Will impact max heat, heat transfer to thermodynamic conductors, and power generation. + #Range: 0.001 ~ 1.0 + casingThermalConductivity = 0.1 + #The fraction of the heat from the casing that is dissipated to water when water cooling is in use. Will impact max heat, and steam generation. + #Range: 0.0 ~ 1.0 + waterHeatingRatio = 0.3 + #Amount of fuel (mB) that the fusion reactor can store. + #Range: 2 ~ 1000000 + fuelCapacity = 1000 + #Amount of energy (J) the fusion reactor can store. + energyCapacity = "1000000000" + #Amount of water (mB) per injection rate that the fusion reactor can store. Max = injectionRate * waterPerInjection + #Range: 1 ~ 21913098 + waterPerInjection = 1000000 + #Amount of steam (mB) per injection rate that the fusion reactor can store. Max = injectionRate * steamPerInjection + #Range: 1 ~ 94116041192395671 + steamPerInjection = 100000000 + + #Hohlraum Settings + [generators.hohlraum] + #Hohlraum capacity in mB. + #Range: 1 ~ 9223372036854775807 + maxGas = 10 + #Amount of DT-Fuel Hohlraum can accept per tick. + #Range: 1 ~ 9223372036854775807 + fillRate = 1 + + #Fission Reactor Settings + [generators.fission_reactor] + #Amount of energy created (in heat) from each whole mB of fission fuel. + energyPerFissionFuel = "1000000" + #The heat capacity added to a Fission Reactor by a single casing block. Increase to require more energy to raise the reactor temperature. + #Range: 1.0 ~ 1000000.0 + casingHeatCapacity = 1000.0 + #The average surface area of a Fission Reactor's fuel assemblies to reach 100% boil efficiency. Higher values make it harder to cool the reactor. + #Range: 1.0 ~ 1.7976931348623157E308 + surfaceAreaTarget = 4.0 + #Whether catastrophic meltdowns can occur from Fission Reactors. If disabled instead of melting down the reactor will turn off and not be able to be turned back on until the damage level decreases. + meltdownsEnabled = true + #The radius of the explosion that occurs from a meltdown. + #Range: 1.0 ~ 500.0 + meltdownRadius = 8.0 + #The chance of a meltdown occurring once damage passes 100%. Will linearly scale as damage continues increasing. + #Range: 0.0 ~ 1.0 + meltdownChance = 0.001 + #How much radioactivity of fuel/waste contents are multiplied during a meltdown. + #Range: 0.1 ~ 1000000.0 + meltdownRadiationMultiplier = 50.0 + #Damage to reset the reactor to after a meltdown. + #Range: 0.0 ~ 100.0 + postMeltdownDamage = 75.0 + #The default burn rate of the fission reactor. + #Range: 0.001 ~ 1.0 + defaultBurnRate = 0.1 + #The burn rate increase each fuel assembly provides. Max Burn Rate = fuelAssemblies * burnPerAssembly + #Range: 1 ~ 1000000 + burnPerAssembly = 1 + #Amount of fuel (mB) that each assembly contributes to the fuel and waste capacity. Max = fuelAssemblies * maxFuelPerAssembly + #Range: 1 ~ 2251799813685247 + maxFuelPerAssembly = 8000 + #Amount of cooled coolant (mB) that each block of the fission reactor contributes to the volume. Max = volume * cooledCoolantPerTank + #Range: 1 ~ 368224 + cooledCoolantPerTank = 100000 + #Amount of heated coolant (mB) that each block of the fission reactor contributes to the volume. Max = volume * heatedCoolantPerTank + #Range: 1000 ~ 1581510980256305 + heatedCoolantPerTank = 1000000 + diff --git a/config/Mekanism/machine-storage.toml b/config/Mekanism/machine-storage.toml new file mode 100644 index 0000000..db573c1 --- /dev/null +++ b/config/Mekanism/machine-storage.toml @@ -0,0 +1,76 @@ + +#Machine Energy Storage Config. This config is synced from server to client. +[storage] + #Base energy storage (Joules). + enrichmentChamber = "20000" + #Base energy storage (Joules). + osmiumCompressor = "80000" + #Base energy storage (Joules). + combiner = "40000" + #Base energy storage (Joules). + crusher = "20000" + #Base energy storage (Joules). + metallurgicInfuser = "20000" + #Base energy storage (Joules). + purificationChamber = "80000" + #Base energy storage (Joules). + energizedSmelter = "20000" + #Base energy storage (Joules). + digitalMiner = "50000" + #Base energy storage (Joules). + electricPump = "40000" + #Base energy storage (Joules). + chargePad = "2048000" + #Base energy storage (Joules). + rotaryCondensentrator = "20000" + #Base energy storage (Joules). + oxidationChamber = "80000" + #Base energy storage (Joules). + chemicalInfuser = "80000" + #Base energy storage (Joules). + chemicalInjectionChamber = "160000" + #Base energy storage (Joules). + electrolyticSeparator = "160000" + #Base energy storage (Joules). + precisionSawmill = "20000" + #Base energy storage (Joules). + chemicalDissolutionChamber = "160000" + #Base energy storage (Joules). + chemicalWasher = "80000" + #Base energy storage (Joules). + chemicalCrystallizer = "160000" + #Base energy storage (Joules). + seismicVibrator = "20000" + #Base energy storage (Joules). + pressurizedReactionBase = "2000" + #Base energy storage (Joules). + fluidicPlenisher = "40000" + #Base energy storage (Joules). + laser = "2000000" + #Base energy storage (Joules). + laserAmplifier = "5000000000" + #Base energy storage (Joules). + laserTractorBeam = "5000000000" + #Base energy storage (Joules). + formulaicAssemblicator = "40000" + #Base energy storage (Joules). + teleporter = "5000000" + #Base energy storage (Joules). + modificationStation = "40000" + #Base energy storage (Joules). + isotopicCentrifuge = "80000" + #Base energy storage (Joules). + nutritionalLiquifier = "40000" + #Base energy storage (Joules). Also defines max process rate. + antiprotonicNucleosynthesizer = "1000000000" + #Base energy storage (Joules). + pigmentExtractor = "40000" + #Base energy storage (Joules). + pigmentMixer = "80000" + #Base energy storage (Joules). + paintingMachine = "40000" + #Base energy storage (Joules). Also defines max output rate. + spsPort = "1000000000" + #Base energy storage (Joules). + dimensionalStabilizer = "40000" + diff --git a/config/Mekanism/machine-usage.toml b/config/Mekanism/machine-usage.toml new file mode 100644 index 0000000..2b13569 --- /dev/null +++ b/config/Mekanism/machine-usage.toml @@ -0,0 +1,75 @@ + +#Machine Energy Usage Config. This config is synced from server to client. +[usage] + #Energy per operation tick (Joules). + enrichmentChamber = "50" + #Energy per operation tick (Joules). + osmiumCompressor = "100" + #Energy per operation tick (Joules). + combiner = "50" + #Energy per operation tick (Joules). + crusher = "50" + #Energy per operation tick (Joules). + metallurgicInfuser = "50" + #Energy per operation tick (Joules). + purificationChamber = "200" + #Energy per operation tick (Joules). + energizedSmelter = "50" + #Energy per operation tick (Joules). + digitalMiner = "1000" + #Energy per operation tick (Joules). + electricPump = "100" + #Energy that can be transferred at once per charge operation (Joules). + chargePad = "1024000" + #Energy per operation tick (Joules). + rotaryCondensentrator = "50" + #Energy per operation tick (Joules). + oxidationChamber = "200" + #Energy per operation tick (Joules). + chemicalInfuser = "200" + #Energy per operation tick (Joules). + chemicalInjectionChamber = "400" + #Energy per operation tick (Joules). + precisionSawmill = "50" + #Energy per operation tick (Joules). + chemicalDissolutionChamber = "400" + #Energy per operation tick (Joules). + chemicalWasher = "200" + #Energy per operation tick (Joules). + chemicalCrystallizer = "400" + #Energy per operation tick (Joules). + seismicVibrator = "50" + #Energy per operation tick (Joules). + pressurizedReactionBase = "5" + #Energy per operation tick (Joules). + fluidicPlenisher = "100" + #Energy per operation tick (Joules). + laser = "10000" + #Energy per operation tick (Joules). + formulaicAssemblicator = "100" + #Energy per operation tick (Joules). + modificationStation = "100" + #Energy per operation tick (Joules). + isotopicCentrifuge = "200" + #Energy per operation tick (Joules). + nutritionalLiquifier = "200" + #Energy per operation tick (Joules). + antiprotonicNucleosynthesizer = "100000" + #Energy per operation tick (Joules). + pigmentExtractor = "200" + #Energy per operation tick (Joules). + pigmentMixer = "200" + #Energy per operation tick (Joules). + paintingMachine = "100" + #Energy per chunk per tick (Joules). + dimensionalStabilizer = "5000" + + #Teleporter + [usage.teleporter] + #Base Joules cost for a teleportation. + teleporterBase = "1000" + #Joules per unit of distance travelled during teleportation - sqrt(xDiff^2 + yDiff^2 + zDiff^2). + teleporterDistance = "10" + #Flat additional cost for interdimensional teleportation. Distance is still taken into account minimizing energy cost based on dimension scales. + teleporterDimensionPenalty = "10000" + diff --git a/config/Mekanism/tiers.toml b/config/Mekanism/tiers.toml new file mode 100644 index 0000000..e46613b --- /dev/null +++ b/config/Mekanism/tiers.toml @@ -0,0 +1,264 @@ + +#Tier Config. This config is synced from server to client. +[tier] + + #Energy Cubes + [tier.energy_cubes] + #Maximum number of Joules Basic energy cubes can store. + basicStorage = "4000000" + #Output rate in Joules of Basic energy cubes. + basicOutput = "4000" + #Maximum number of Joules Advanced energy cubes can store. + advancedStorage = "16000000" + #Output rate in Joules of Advanced energy cubes. + advancedOutput = "16000" + #Maximum number of Joules Elite energy cubes can store. + eliteStorage = "64000000" + #Output rate in Joules of Elite energy cubes. + eliteOutput = "64000" + #Maximum number of Joules Ultimate energy cubes can store. + ultimateStorage = "256000000" + #Output rate in Joules of Ultimate energy cubes. + ultimateOutput = "256000" + #Maximum number of Joules Creative energy cubes can store. + creativeStorage = "18446744073709551615.9999" + #Output rate in Joules of Creative energy cubes. + creativeOutput = "18446744073709551615.9999" + + #Fluid Tanks + [tier.fluid_tanks] + #Storage size of Basic fluid tanks in mB. + #Range: > 1 + basicStorage = 32000 + #Output rate of Basic fluid tanks in mB. + #Range: > 1 + basicOutput = 1000 + #Storage size of Advanced fluid tanks in mB. + #Range: > 1 + advancedStorage = 64000 + #Output rate of Advanced fluid tanks in mB. + #Range: > 1 + advancedOutput = 4000 + #Storage size of Elite fluid tanks in mB. + #Range: > 1 + eliteStorage = 128000 + #Output rate of Elite fluid tanks in mB. + #Range: > 1 + eliteOutput = 16000 + #Storage size of Ultimate fluid tanks in mB. + #Range: > 1 + ultimateStorage = 256000 + #Output rate of Ultimate fluid tanks in mB. + #Range: > 1 + ultimateOutput = 64000 + #Storage size of Creative fluid tanks in mB. + #Range: > 1 + creativeStorage = 2147483647 + #Output rate of Creative fluid tanks in mB. + #Range: > 1 + creativeOutput = 1073741823 + + #Chemical Tanks + [tier.chemical_tanks] + #Storage size of Basic chemical tanks in mB. + #Range: 1 ~ 9223372036854775807 + basicStorage = 64000 + #Output rate of Basic chemical tanks in mB. + #Range: 1 ~ 9223372036854775807 + basicOutput = 1000 + #Storage size of Advanced chemical tanks in mB. + #Range: 1 ~ 9223372036854775807 + advancedStorage = 256000 + #Output rate of Advanced chemical tanks in mB. + #Range: 1 ~ 9223372036854775807 + advancedOutput = 16000 + #Storage size of Elite chemical tanks in mB. + #Range: 1 ~ 9223372036854775807 + eliteStorage = 1024000 + #Output rate of Elite chemical tanks in mB. + #Range: 1 ~ 9223372036854775807 + eliteOutput = 128000 + #Storage size of Ultimate chemical tanks in mB. + #Range: 1 ~ 9223372036854775807 + ultimateStorage = 8192000 + #Output rate of Ultimate chemical tanks in mB. + #Range: 1 ~ 9223372036854775807 + ultimateOutput = 512000 + #Storage size of Creative chemical tanks in mB. + #Range: 1 ~ 9223372036854775807 + creativeStorage = 9223372036854775807 + #Output rate of Creative chemical tanks in mB. + #Range: 1 ~ 9223372036854775807 + creativeOutput = 4611686018427387903 + + #Bins + [tier.bins] + #The number of items Basic bins can store. + #Range: > 1 + basicStorage = 4096 + #The number of items Advanced bins can store. + #Range: > 1 + advancedStorage = 8192 + #The number of items Elite bins can store. + #Range: > 1 + eliteStorage = 32768 + #The number of items Ultimate bins can store. + #Range: > 1 + ultimateStorage = 262144 + #The number of items Creative bins can store. + #Range: > 1 + creativeStorage = 2147483647 + + #Induction + [tier.induction] + #Maximum number of Joules Basic induction cells can store. + basicStorage = "8000000000" + #Maximum number of Joules Advanced induction cells can store. + advancedStorage = "64000000000" + #Maximum number of Joules Elite induction cells can store. + eliteStorage = "512000000000" + #Maximum number of Joules Ultimate induction cells can store. + ultimateStorage = "4000000000000" + #Maximum number of Joules Basic induction providers can output or accept. + basicOutput = "256000" + #Maximum number of Joules Advanced induction providers can output or accept. + advancedOutput = "2048000" + #Maximum number of Joules Elite induction providers can output or accept. + eliteOutput = "16384000" + #Maximum number of Joules Ultimate induction providers can output or accept. + ultimateOutput = "131072000" + + #Transmitters + [tier.transmitters] + + #Universal Cables + [tier.transmitters.energy] + #Internal buffer in Joules of each Basic universal cable. + basicCapacity = "8000" + #Internal buffer in Joules of each Advanced universal cable. + advancedCapacity = "128000" + #Internal buffer in Joules of each Elite universal cable. + eliteCapacity = "1024000" + #Internal buffer in Joules of each Ultimate universal cable. + ultimateCapacity = "8192000" + + #Mechanical Pipes + [tier.transmitters.fluid] + #Capacity of Basic mechanical pipes in mB. + #Range: > 1 + basicCapacity = 2000 + #Pump rate of Basic mechanical pipes in mB/t. + #Range: > 1 + basicPullAmount = 250 + #Capacity of Advanced mechanical pipes in mB. + #Range: > 1 + advancedCapacity = 8000 + #Pump rate of Advanced mechanical pipes in mB/t. + #Range: > 1 + advancedPullAmount = 1000 + #Capacity of Elite mechanical pipes in mB. + #Range: > 1 + eliteCapacity = 32000 + #Pump rate of Elite mechanical pipes in mB/t. + #Range: > 1 + elitePullAmount = 8000 + #Capacity of Ultimate mechanical pipes in mB. + #Range: > 1 + ultimateCapacity = 128000 + #Pump rate of Ultimate mechanical pipes in mB/t. + #Range: > 1 + ultimatePullAmount = 32000 + + #Pressurized Tubes + [tier.transmitters.chemical] + #Capacity of Basic pressurized tubes in mB. + #Range: 1 ~ 9223372036854775807 + basicCapacity = 4000 + #Pump rate of Basic pressurized tubes in mB/t. + #Range: 1 ~ 9223372036854775807 + basicPullAmount = 750 + #Capacity of Advanced pressurized tubes in mB. + #Range: 1 ~ 9223372036854775807 + advancedCapacity = 16000 + #Pump rate of Advanced pressurized tubes in mB/t. + #Range: 1 ~ 9223372036854775807 + advancedPullAmount = 2000 + #Capacity of Elite pressurized tubes in mB. + #Range: 1 ~ 9223372036854775807 + eliteCapacity = 256000 + #Pump rate of Elite pressurized tubes in mB/t. + #Range: 1 ~ 9223372036854775807 + elitePullAmount = 64000 + #Capacity of Ultimate pressurized tubes in mB. + #Range: 1 ~ 9223372036854775807 + ultimateCapacity = 1024000 + #Pump rate of Ultimate pressurized tubes in mB/t. + #Range: 1 ~ 9223372036854775807 + ultimatePullAmount = 256000 + + #Logistical Transporters + [tier.transmitters.items] + #Item throughput rate of Basic logistical transporters in items/half second. + #Range: > 1 + basicPullAmount = 1 + #Five times the travel speed in m/s of Basic logistical transporter. + #Range: > 1 + basicSpeed = 5 + #Item throughput rate of Advanced logistical transporters in items/half second. + #Range: > 1 + advancedPullAmount = 16 + #Five times the travel speed in m/s of Advanced logistical transporter. + #Range: > 1 + advancedSpeed = 10 + #Item throughput rate of Elite logistical transporters in items/half second. + #Range: > 1 + elitePullAmount = 32 + #Five times the travel speed in m/s of Elite logistical transporter. + #Range: > 1 + eliteSpeed = 20 + #Item throughput rate of Ultimate logistical transporters in items/half second. + #Range: > 1 + ultimatePullAmount = 64 + #Five times the travel speed in m/s of Ultimate logistical transporter. + #Range: > 1 + ultimateSpeed = 50 + + #Thermodynamic Conductors + [tier.transmitters.heat] + #Conduction value of Basic thermodynamic conductors. + #Range: 1.0 ~ 1.7976931348623157E308 + basicInverseConduction = 5.0 + #Heat capacity of Basic thermodynamic conductors. + #Range: 1.0 ~ 1.7976931348623157E308 + basicHeatCapacity = 1.0 + #Insulation value of Basic thermodynamic conductor. + #Range: 0.0 ~ 1.7976931348623157E308 + basicInsulation = 10.0 + #Conduction value of Advanced thermodynamic conductors. + #Range: 1.0 ~ 1.7976931348623157E308 + advancedInverseConduction = 5.0 + #Heat capacity of Advanced thermodynamic conductors. + #Range: 1.0 ~ 1.7976931348623157E308 + advancedHeatCapacity = 1.0 + #Insulation value of Advanced thermodynamic conductor. + #Range: 0.0 ~ 1.7976931348623157E308 + advancedInsulation = 400.0 + #Conduction value of Elite thermodynamic conductors. + #Range: 1.0 ~ 1.7976931348623157E308 + eliteInverseConduction = 5.0 + #Heat capacity of Elite thermodynamic conductors. + #Range: 1.0 ~ 1.7976931348623157E308 + eliteHeatCapacity = 1.0 + #Insulation value of Elite thermodynamic conductor. + #Range: 0.0 ~ 1.7976931348623157E308 + eliteInsulation = 8000.0 + #Conduction value of Ultimate thermodynamic conductors. + #Range: 1.0 ~ 1.7976931348623157E308 + ultimateInverseConduction = 5.0 + #Heat capacity of Ultimate thermodynamic conductors. + #Range: 1.0 ~ 1.7976931348623157E308 + ultimateHeatCapacity = 1.0 + #Insulation value of Ultimate thermodynamic conductor. + #Range: 0.0 ~ 1.7976931348623157E308 + ultimateInsulation = 100000.0 + diff --git a/config/Mekanism/tools-client.toml b/config/Mekanism/tools-client.toml new file mode 100644 index 0000000..2dbfe10 --- /dev/null +++ b/config/Mekanism/tools-client.toml @@ -0,0 +1,6 @@ + +#Mekanism Tools Client Config. This config only exists on the client +[tools-client] + #Enable durability tooltips for Mekanism Tools gear. + displayDurabilityTooltips = true + diff --git a/config/Mekanism/tools.toml b/config/Mekanism/tools.toml new file mode 100644 index 0000000..6788f74 --- /dev/null +++ b/config/Mekanism/tools.toml @@ -0,0 +1,771 @@ + +#Mekanism Tools Config. This config is synced from server to client. +[tools] + + [tools.mobArmorSpawnRate] + #The chance that Mekanism Armor can spawn on mobs. This is multiplied modified by the chunk's difficulty modifier. Vanilla uses 0.15 for its armor spawns, we use 0.1 as default to lower chances of mobs getting some vanilla and some mek armor. + #Range: 0.0 ~ 1.0 + general = 0.1 + #The chance that Mekanism Weapons can spawn in a zombie's hand. + #Range: 0.0 ~ 1.0 + weapon = 0.01 + #The chance that Mekanism Weapons can spawn in a zombie's hand when on hard difficulty. + #Range: 0.0 ~ 1.0 + weaponHard = 0.05000000074505806 + + #Spawn chances for pieces of Bronze gear. Note: These values are after the general mobArmorSpawnRate (or corresponding weapon rate) has been checked, and after an even split between material types has been done. + [tools.mobArmorSpawnRate.bronze] + #Whether mobs can spawn with Bronze Weapons. + canSpawnWeapon = true + #The chance that mobs will spawn with Bronze Swords rather than Bronze Shovels. + #Range: 0.0 ~ 1.0 + swordWeight = 0.33 + #The chance that mobs can spawn with Bronze Helmets. + #Range: 0.0 ~ 1.0 + helmetChance = 1.0 + #The chance that mobs can spawn with Bronze Chestplates. + #Range: 0.0 ~ 1.0 + chestplateChance = 1.0 + #The chance that mobs can spawn with Bronze Leggings. + #Range: 0.0 ~ 1.0 + leggingsChance = 1.0 + #The chance that mobs can spawn with Bronze Boots. + #Range: 0.0 ~ 1.0 + bootsChance = 1.0 + #The chance that after each piece of Bronze Armor a mob spawns with that no more pieces will be added. Order of pieces tried is boots, leggings, chestplate, helmet. + #Range: 0.0 ~ 1.0 + multiplePieceChance = 0.25 + #The chance on hard mode that after each piece of Bronze Armor a mob spawns with that no more pieces will be added. Order of pieces tried is boots, leggings, chestplate, helmet. + #Range: 0.0 ~ 1.0 + multiplePieceChanceHard = 0.1 + #The chance that if a mob spawns with Bronze Weapons that it will be enchanted. This is multiplied modified by the chunk's difficulty modifier. + #Range: 0.0 ~ 1.0 + weaponEnchantmentChance = 0.25 + #The chance that if a mob spawns with Bronze Armor that they will be enchanted. This is multiplied modified by the chunk's difficulty modifier. + #Range: 0.0 ~ 1.0 + armorEnchantmentChance = 0.5 + + #Spawn chances for pieces of Lapis Lazuli gear. Note: These values are after the general mobArmorSpawnRate (or corresponding weapon rate) has been checked, and after an even split between material types has been done. + [tools.mobArmorSpawnRate.lapis_lazuli] + #Whether mobs can spawn with Lapis Lazuli Weapons. + canSpawnWeapon = true + #The chance that mobs will spawn with Lapis Lazuli Swords rather than Lapis Lazuli Shovels. + #Range: 0.0 ~ 1.0 + swordWeight = 0.33 + #The chance that mobs can spawn with Lapis Lazuli Helmets. + #Range: 0.0 ~ 1.0 + helmetChance = 1.0 + #The chance that mobs can spawn with Lapis Lazuli Chestplates. + #Range: 0.0 ~ 1.0 + chestplateChance = 1.0 + #The chance that mobs can spawn with Lapis Lazuli Leggings. + #Range: 0.0 ~ 1.0 + leggingsChance = 1.0 + #The chance that mobs can spawn with Lapis Lazuli Boots. + #Range: 0.0 ~ 1.0 + bootsChance = 1.0 + #The chance that after each piece of Lapis Lazuli Armor a mob spawns with that no more pieces will be added. Order of pieces tried is boots, leggings, chestplate, helmet. + #Range: 0.0 ~ 1.0 + multiplePieceChance = 0.25 + #The chance on hard mode that after each piece of Lapis Lazuli Armor a mob spawns with that no more pieces will be added. Order of pieces tried is boots, leggings, chestplate, helmet. + #Range: 0.0 ~ 1.0 + multiplePieceChanceHard = 0.1 + #The chance that if a mob spawns with Lapis Lazuli Weapons that it will be enchanted. This is multiplied modified by the chunk's difficulty modifier. + #Range: 0.0 ~ 1.0 + weaponEnchantmentChance = 0.25 + #The chance that if a mob spawns with Lapis Lazuli Armor that they will be enchanted. This is multiplied modified by the chunk's difficulty modifier. + #Range: 0.0 ~ 1.0 + armorEnchantmentChance = 0.5 + + #Spawn chances for pieces of Osmium gear. Note: These values are after the general mobArmorSpawnRate (or corresponding weapon rate) has been checked, and after an even split between material types has been done. + [tools.mobArmorSpawnRate.osmium] + #Whether mobs can spawn with Osmium Weapons. + canSpawnWeapon = true + #The chance that mobs will spawn with Osmium Swords rather than Osmium Shovels. + #Range: 0.0 ~ 1.0 + swordWeight = 0.33 + #The chance that mobs can spawn with Osmium Helmets. + #Range: 0.0 ~ 1.0 + helmetChance = 1.0 + #The chance that mobs can spawn with Osmium Chestplates. + #Range: 0.0 ~ 1.0 + chestplateChance = 1.0 + #The chance that mobs can spawn with Osmium Leggings. + #Range: 0.0 ~ 1.0 + leggingsChance = 1.0 + #The chance that mobs can spawn with Osmium Boots. + #Range: 0.0 ~ 1.0 + bootsChance = 1.0 + #The chance that after each piece of Osmium Armor a mob spawns with that no more pieces will be added. Order of pieces tried is boots, leggings, chestplate, helmet. + #Range: 0.0 ~ 1.0 + multiplePieceChance = 0.25 + #The chance on hard mode that after each piece of Osmium Armor a mob spawns with that no more pieces will be added. Order of pieces tried is boots, leggings, chestplate, helmet. + #Range: 0.0 ~ 1.0 + multiplePieceChanceHard = 0.1 + #The chance that if a mob spawns with Osmium Weapons that it will be enchanted. This is multiplied modified by the chunk's difficulty modifier. + #Range: 0.0 ~ 1.0 + weaponEnchantmentChance = 0.25 + #The chance that if a mob spawns with Osmium Armor that they will be enchanted. This is multiplied modified by the chunk's difficulty modifier. + #Range: 0.0 ~ 1.0 + armorEnchantmentChance = 0.5 + + #Spawn chances for pieces of Refined Glowstone gear. Note: These values are after the general mobArmorSpawnRate (or corresponding weapon rate) has been checked, and after an even split between material types has been done. + [tools.mobArmorSpawnRate.refined_glowstone] + #Whether mobs can spawn with Refined Glowstone Weapons. + canSpawnWeapon = true + #The chance that mobs will spawn with Refined Glowstone Swords rather than Refined Glowstone Shovels. + #Range: 0.0 ~ 1.0 + swordWeight = 0.33 + #The chance that mobs can spawn with Refined Glowstone Helmets. + #Range: 0.0 ~ 1.0 + helmetChance = 1.0 + #The chance that mobs can spawn with Refined Glowstone Chestplates. + #Range: 0.0 ~ 1.0 + chestplateChance = 1.0 + #The chance that mobs can spawn with Refined Glowstone Leggings. + #Range: 0.0 ~ 1.0 + leggingsChance = 1.0 + #The chance that mobs can spawn with Refined Glowstone Boots. + #Range: 0.0 ~ 1.0 + bootsChance = 1.0 + #The chance that after each piece of Refined Glowstone Armor a mob spawns with that no more pieces will be added. Order of pieces tried is boots, leggings, chestplate, helmet. + #Range: 0.0 ~ 1.0 + multiplePieceChance = 0.25 + #The chance on hard mode that after each piece of Refined Glowstone Armor a mob spawns with that no more pieces will be added. Order of pieces tried is boots, leggings, chestplate, helmet. + #Range: 0.0 ~ 1.0 + multiplePieceChanceHard = 0.1 + #The chance that if a mob spawns with Refined Glowstone Weapons that it will be enchanted. This is multiplied modified by the chunk's difficulty modifier. + #Range: 0.0 ~ 1.0 + weaponEnchantmentChance = 0.25 + #The chance that if a mob spawns with Refined Glowstone Armor that they will be enchanted. This is multiplied modified by the chunk's difficulty modifier. + #Range: 0.0 ~ 1.0 + armorEnchantmentChance = 0.5 + + #Spawn chances for pieces of Refined Obsidian gear. Note: These values are after the general mobArmorSpawnRate (or corresponding weapon rate) has been checked, and after an even split between material types has been done. + [tools.mobArmorSpawnRate.refined_obsidian] + #Whether mobs can spawn with Refined Obsidian Weapons. + canSpawnWeapon = true + #The chance that mobs will spawn with Refined Obsidian Swords rather than Refined Obsidian Shovels. + #Range: 0.0 ~ 1.0 + swordWeight = 0.33 + #The chance that mobs can spawn with Refined Obsidian Helmets. + #Range: 0.0 ~ 1.0 + helmetChance = 1.0 + #The chance that mobs can spawn with Refined Obsidian Chestplates. + #Range: 0.0 ~ 1.0 + chestplateChance = 1.0 + #The chance that mobs can spawn with Refined Obsidian Leggings. + #Range: 0.0 ~ 1.0 + leggingsChance = 1.0 + #The chance that mobs can spawn with Refined Obsidian Boots. + #Range: 0.0 ~ 1.0 + bootsChance = 1.0 + #The chance that after each piece of Refined Obsidian Armor a mob spawns with that no more pieces will be added. Order of pieces tried is boots, leggings, chestplate, helmet. + #Range: 0.0 ~ 1.0 + multiplePieceChance = 0.25 + #The chance on hard mode that after each piece of Refined Obsidian Armor a mob spawns with that no more pieces will be added. Order of pieces tried is boots, leggings, chestplate, helmet. + #Range: 0.0 ~ 1.0 + multiplePieceChanceHard = 0.1 + #The chance that if a mob spawns with Refined Obsidian Weapons that it will be enchanted. This is multiplied modified by the chunk's difficulty modifier. + #Range: 0.0 ~ 1.0 + weaponEnchantmentChance = 0.25 + #The chance that if a mob spawns with Refined Obsidian Armor that they will be enchanted. This is multiplied modified by the chunk's difficulty modifier. + #Range: 0.0 ~ 1.0 + armorEnchantmentChance = 0.5 + + #Spawn chances for pieces of Steel gear. Note: These values are after the general mobArmorSpawnRate (or corresponding weapon rate) has been checked, and after an even split between material types has been done. + [tools.mobArmorSpawnRate.steel] + #Whether mobs can spawn with Steel Weapons. + canSpawnWeapon = true + #The chance that mobs will spawn with Steel Swords rather than Steel Shovels. + #Range: 0.0 ~ 1.0 + swordWeight = 0.33 + #The chance that mobs can spawn with Steel Helmets. + #Range: 0.0 ~ 1.0 + helmetChance = 1.0 + #The chance that mobs can spawn with Steel Chestplates. + #Range: 0.0 ~ 1.0 + chestplateChance = 1.0 + #The chance that mobs can spawn with Steel Leggings. + #Range: 0.0 ~ 1.0 + leggingsChance = 1.0 + #The chance that mobs can spawn with Steel Boots. + #Range: 0.0 ~ 1.0 + bootsChance = 1.0 + #The chance that after each piece of Steel Armor a mob spawns with that no more pieces will be added. Order of pieces tried is boots, leggings, chestplate, helmet. + #Range: 0.0 ~ 1.0 + multiplePieceChance = 0.25 + #The chance on hard mode that after each piece of Steel Armor a mob spawns with that no more pieces will be added. Order of pieces tried is boots, leggings, chestplate, helmet. + #Range: 0.0 ~ 1.0 + multiplePieceChanceHard = 0.1 + #The chance that if a mob spawns with Steel Weapons that it will be enchanted. This is multiplied modified by the chunk's difficulty modifier. + #Range: 0.0 ~ 1.0 + weaponEnchantmentChance = 0.25 + #The chance that if a mob spawns with Steel Armor that they will be enchanted. This is multiplied modified by the chunk's difficulty modifier. + #Range: 0.0 ~ 1.0 + armorEnchantmentChance = 0.5 + + #Vanilla Material Paxel Settings for Wood + [tools.wood] + #Attack damage modifier of Wood paxels. + woodPaxelDamage = 7.0 + #Attack speed of Wood paxels. + woodPaxelAtkSpeed = -2.4000000953674316 + #Efficiency of Wood paxels. + woodPaxelEfficiency = 2.0 + #Natural enchantability factor of Wood paxels. + #Range: > 0 + woodPaxelEnchantability = 15 + #Maximum durability of Wood paxels. + #Range: > 1 + woodPaxelMaxUses = 118 + + #Vanilla Material Paxel Settings for Stone + [tools.stone] + #Attack damage modifier of Stone paxels. + stonePaxelDamage = 8.0 + #Attack speed of Stone paxels. + stonePaxelAtkSpeed = -2.4000000953674316 + #Efficiency of Stone paxels. + stonePaxelEfficiency = 4.0 + #Natural enchantability factor of Stone paxels. + #Range: > 0 + stonePaxelEnchantability = 5 + #Maximum durability of Stone paxels. + #Range: > 1 + stonePaxelMaxUses = 262 + + #Vanilla Material Paxel Settings for Iron + [tools.iron] + #Attack damage modifier of Iron paxels. + ironPaxelDamage = 7.0 + #Attack speed of Iron paxels. + ironPaxelAtkSpeed = -2.4000000953674316 + #Efficiency of Iron paxels. + ironPaxelEfficiency = 6.0 + #Natural enchantability factor of Iron paxels. + #Range: > 0 + ironPaxelEnchantability = 14 + #Maximum durability of Iron paxels. + #Range: > 1 + ironPaxelMaxUses = 500 + + #Vanilla Material Paxel Settings for Diamond + [tools.diamond] + #Attack damage modifier of Diamond paxels. + diamondPaxelDamage = 6.0 + #Attack speed of Diamond paxels. + diamondPaxelAtkSpeed = -2.4000000953674316 + #Efficiency of Diamond paxels. + diamondPaxelEfficiency = 8.0 + #Natural enchantability factor of Diamond paxels. + #Range: > 0 + diamondPaxelEnchantability = 10 + #Maximum durability of Diamond paxels. + #Range: > 1 + diamondPaxelMaxUses = 3122 + + #Vanilla Material Paxel Settings for Gold + [tools.gold] + #Attack damage modifier of Gold paxels. + goldPaxelDamage = 7.0 + #Attack speed of Gold paxels. + goldPaxelAtkSpeed = -2.4000000953674316 + #Efficiency of Gold paxels. + goldPaxelEfficiency = 12.0 + #Natural enchantability factor of Gold paxels. + #Range: > 0 + goldPaxelEnchantability = 22 + #Maximum durability of Gold paxels. + #Range: > 1 + goldPaxelMaxUses = 64 + + #Vanilla Material Paxel Settings for Netherite + [tools.netherite] + #Attack damage modifier of Netherite paxels. + netheritePaxelDamage = 6.0 + #Attack speed of Netherite paxels. + netheritePaxelAtkSpeed = -2.4000000953674316 + #Efficiency of Netherite paxels. + netheritePaxelEfficiency = 9.0 + #Natural enchantability factor of Netherite paxels. + #Range: > 0 + netheritePaxelEnchantability = 15 + #Maximum durability of Netherite paxels. + #Range: > 1 + netheritePaxelMaxUses = 4062 + + #Material Settings for Bronze + [tools.bronze] + #Base attack damage of Bronze items. + #Range: 0.0 ~ 3.4028234663852886E38 + bronzeAttackDamage = 2.0 + #Maximum durability of Bronze shields. + #Range: > 0 + bronzeShieldDurability = 403 + #Attack damage modifier of Bronze swords. + bronzeSwordDamage = 3.0 + #Attack speed of Bronze swords. + bronzeSwordAtkSpeed = -2.4000000953674316 + #Attack damage modifier of Bronze shovels. + bronzeShovelDamage = 1.5 + #Attack speed of Bronze shovels. + bronzeShovelAtkSpeed = -3.0 + #Attack damage modifier of Bronze axes. + bronzeAxeDamage = 7.0 + #Attack speed of Bronze axes. + bronzeAxeAtkSpeed = -3.0 + #Attack damage modifier of Bronze pickaxes. + bronzePickaxeDamage = 1.0 + #Attack speed of Bronze pickaxes. + bronzePickaxeAtkSpeed = -2.799999952316284 + #Attack damage modifier of Bronze hoes. + bronzeHoeDamage = -2.0 + #Attack speed of Bronze hoes. + bronzeHoeAtkSpeed = -1.0 + #Maximum durability of Bronze tools. + #Range: > 1 + bronzeToolMaxUses = 375 + #Efficiency of Bronze tools. + bronzeEfficiency = 7.0 + #Attack damage modifier of Bronze paxels. + bronzePaxelDamage = 8.0 + #Attack speed of Bronze paxels. + bronzePaxelAtkSpeed = -2.4000000953674316 + #Efficiency of Bronze paxels. + bronzePaxelEfficiency = 7.0 + #Natural enchantability factor of Bronze paxels. + #Range: > 0 + bronzePaxelEnchantability = 10 + #Maximum durability of Bronze paxels. + #Range: > 1 + bronzePaxelMaxUses = 750 + #Natural enchantability factor of Bronze items. + #Range: > 0 + bronzeEnchantability = 10 + #Base armor toughness value of Bronze armor. + #Range: 0.0 ~ 3.4028234663852886E38 + bronzeToughness = 1.0 + #Base armor knockback resistance value of Bronze armor. + #Range: 0.0 ~ 3.4028234663852886E38 + bronzeKnockbackResistance = 0.0 + #Maximum durability of Bronze boots. + #Range: > 1 + bronzeBootDurability = 234 + #Maximum durability of Bronze leggings. + #Range: > 1 + bronzeLeggingDurability = 270 + #Maximum durability of Bronze chestplates. + #Range: > 1 + bronzeChestplateDurability = 288 + #Maximum durability of Bronze helmets. + #Range: > 1 + bronzeHelmetDurability = 198 + #Protection value of Bronze boots. + #Range: > 0 + bronzeBootArmor = 2 + #Protection value of Bronze leggings. + #Range: > 0 + bronzeLeggingArmor = 6 + #Protection value of Bronze chestplates. + #Range: > 0 + bronzeChestplateArmor = 7 + #Protection value of Bronze helmets. + #Range: > 0 + bronzeHelmetArmor = 3 + + #Material Settings for Lapis Lazuli + [tools.lapis_lazuli] + #Base attack damage of Lapis Lazuli items. + #Range: 0.0 ~ 3.4028234663852886E38 + lapis_lazuliAttackDamage = 1.0 + #Maximum durability of Lapis Lazuli shields. + #Range: > 0 + lapis_lazuliShieldDurability = 224 + #Attack damage modifier of Lapis Lazuli swords. + lapis_lazuliSwordDamage = 3.0 + #Attack speed of Lapis Lazuli swords. + lapis_lazuliSwordAtkSpeed = -2.4000000953674316 + #Attack damage modifier of Lapis Lazuli shovels. + lapis_lazuliShovelDamage = 1.5 + #Attack speed of Lapis Lazuli shovels. + lapis_lazuliShovelAtkSpeed = -3.0 + #Attack damage modifier of Lapis Lazuli axes. + lapis_lazuliAxeDamage = 4.0 + #Attack speed of Lapis Lazuli axes. + lapis_lazuliAxeAtkSpeed = -2.9000000953674316 + #Attack damage modifier of Lapis Lazuli pickaxes. + lapis_lazuliPickaxeDamage = 1.0 + #Attack speed of Lapis Lazuli pickaxes. + lapis_lazuliPickaxeAtkSpeed = -2.799999952316284 + #Attack damage modifier of Lapis Lazuli hoes. + lapis_lazuliHoeDamage = -1.0 + #Attack speed of Lapis Lazuli hoes. + lapis_lazuliHoeAtkSpeed = -2.0 + #Maximum durability of Lapis Lazuli tools. + #Range: > 1 + lapis_lazuliToolMaxUses = 128 + #Efficiency of Lapis Lazuli tools. + lapis_lazuliEfficiency = 9.0 + #Attack damage modifier of Lapis Lazuli paxels. + lapis_lazuliPaxelDamage = 5.0 + #Attack speed of Lapis Lazuli paxels. + lapis_lazuliPaxelAtkSpeed = -2.4000000953674316 + #Efficiency of Lapis Lazuli paxels. + lapis_lazuliPaxelEfficiency = 9.0 + #Natural enchantability factor of Lapis Lazuli paxels. + #Range: > 0 + lapis_lazuliPaxelEnchantability = 32 + #Maximum durability of Lapis Lazuli paxels. + #Range: > 1 + lapis_lazuliPaxelMaxUses = 256 + #Natural enchantability factor of Lapis Lazuli items. + #Range: > 0 + lapis_lazuliEnchantability = 32 + #Base armor toughness value of Lapis Lazuli armor. + #Range: 0.0 ~ 3.4028234663852886E38 + lapis_lazuliToughness = 0.0 + #Base armor knockback resistance value of Lapis Lazuli armor. + #Range: 0.0 ~ 3.4028234663852886E38 + lapis_lazuliKnockbackResistance = 0.0 + #Maximum durability of Lapis Lazuli boots. + #Range: > 1 + lapis_lazuliBootDurability = 130 + #Maximum durability of Lapis Lazuli leggings. + #Range: > 1 + lapis_lazuliLeggingDurability = 150 + #Maximum durability of Lapis Lazuli chestplates. + #Range: > 1 + lapis_lazuliChestplateDurability = 160 + #Maximum durability of Lapis Lazuli helmets. + #Range: > 1 + lapis_lazuliHelmetDurability = 110 + #Protection value of Lapis Lazuli boots. + #Range: > 0 + lapis_lazuliBootArmor = 1 + #Protection value of Lapis Lazuli leggings. + #Range: > 0 + lapis_lazuliLeggingArmor = 3 + #Protection value of Lapis Lazuli chestplates. + #Range: > 0 + lapis_lazuliChestplateArmor = 4 + #Protection value of Lapis Lazuli helmets. + #Range: > 0 + lapis_lazuliHelmetArmor = 1 + + #Material Settings for Osmium + [tools.osmium] + #Base attack damage of Osmium items. + #Range: 0.0 ~ 3.4028234663852886E38 + osmiumAttackDamage = 4.0 + #Maximum durability of Osmium shields. + #Range: > 0 + osmiumShieldDurability = 672 + #Attack damage modifier of Osmium swords. + osmiumSwordDamage = 3.0 + #Attack speed of Osmium swords. + osmiumSwordAtkSpeed = -2.4000000953674316 + #Attack damage modifier of Osmium shovels. + osmiumShovelDamage = 1.5 + #Attack speed of Osmium shovels. + osmiumShovelAtkSpeed = -3.0 + #Attack damage modifier of Osmium axes. + osmiumAxeDamage = 8.0 + #Attack speed of Osmium axes. + osmiumAxeAtkSpeed = -3.299999952316284 + #Attack damage modifier of Osmium pickaxes. + osmiumPickaxeDamage = 1.0 + #Attack speed of Osmium pickaxes. + osmiumPickaxeAtkSpeed = -2.799999952316284 + #Attack damage modifier of Osmium hoes. + osmiumHoeDamage = -4.0 + #Attack speed of Osmium hoes. + osmiumHoeAtkSpeed = 1.0 + #Maximum durability of Osmium tools. + #Range: > 1 + osmiumToolMaxUses = 1024 + #Efficiency of Osmium tools. + osmiumEfficiency = 4.0 + #Attack damage modifier of Osmium paxels. + osmiumPaxelDamage = 9.0 + #Attack speed of Osmium paxels. + osmiumPaxelAtkSpeed = -2.4000000953674316 + #Efficiency of Osmium paxels. + osmiumPaxelEfficiency = 4.0 + #Natural enchantability factor of Osmium paxels. + #Range: > 0 + osmiumPaxelEnchantability = 14 + #Maximum durability of Osmium paxels. + #Range: > 1 + osmiumPaxelMaxUses = 2048 + #Natural enchantability factor of Osmium items. + #Range: > 0 + osmiumEnchantability = 14 + #Base armor toughness value of Osmium armor. + #Range: 0.0 ~ 3.4028234663852886E38 + osmiumToughness = 3.0 + #Base armor knockback resistance value of Osmium armor. + #Range: 0.0 ~ 3.4028234663852886E38 + osmiumKnockbackResistance = 0.10000000149011612 + #Maximum durability of Osmium boots. + #Range: > 1 + osmiumBootDurability = 390 + #Maximum durability of Osmium leggings. + #Range: > 1 + osmiumLeggingDurability = 450 + #Maximum durability of Osmium chestplates. + #Range: > 1 + osmiumChestplateDurability = 480 + #Maximum durability of Osmium helmets. + #Range: > 1 + osmiumHelmetDurability = 330 + #Protection value of Osmium boots. + #Range: > 0 + osmiumBootArmor = 3 + #Protection value of Osmium leggings. + #Range: > 0 + osmiumLeggingArmor = 6 + #Protection value of Osmium chestplates. + #Range: > 0 + osmiumChestplateArmor = 8 + #Protection value of Osmium helmets. + #Range: > 0 + osmiumHelmetArmor = 4 + + #Material Settings for Refined Glowstone + [tools.refined_glowstone] + #Base attack damage of Refined Glowstone items. + #Range: 0.0 ~ 3.4028234663852886E38 + refined_glowstoneAttackDamage = 2.0 + #Maximum durability of Refined Glowstone shields. + #Range: > 0 + refined_glowstoneShieldDurability = 381 + #Attack damage modifier of Refined Glowstone swords. + refined_glowstoneSwordDamage = 3.0 + #Attack speed of Refined Glowstone swords. + refined_glowstoneSwordAtkSpeed = -2.4000000953674316 + #Attack damage modifier of Refined Glowstone shovels. + refined_glowstoneShovelDamage = 1.5 + #Attack speed of Refined Glowstone shovels. + refined_glowstoneShovelAtkSpeed = -3.0 + #Attack damage modifier of Refined Glowstone axes. + refined_glowstoneAxeDamage = 6.0 + #Attack speed of Refined Glowstone axes. + refined_glowstoneAxeAtkSpeed = -2.9000000953674316 + #Attack damage modifier of Refined Glowstone pickaxes. + refined_glowstonePickaxeDamage = 1.0 + #Attack speed of Refined Glowstone pickaxes. + refined_glowstonePickaxeAtkSpeed = -2.799999952316284 + #Attack damage modifier of Refined Glowstone hoes. + refined_glowstoneHoeDamage = -2.0 + #Attack speed of Refined Glowstone hoes. + refined_glowstoneHoeAtkSpeed = -1.0 + #Maximum durability of Refined Glowstone tools. + #Range: > 1 + refined_glowstoneToolMaxUses = 384 + #Efficiency of Refined Glowstone tools. + refined_glowstoneEfficiency = 15.0 + #Attack damage modifier of Refined Glowstone paxels. + refined_glowstonePaxelDamage = 7.0 + #Attack speed of Refined Glowstone paxels. + refined_glowstonePaxelAtkSpeed = -2.4000000953674316 + #Efficiency of Refined Glowstone paxels. + refined_glowstonePaxelEfficiency = 15.0 + #Natural enchantability factor of Refined Glowstone paxels. + #Range: > 0 + refined_glowstonePaxelEnchantability = 20 + #Maximum durability of Refined Glowstone paxels. + #Range: > 1 + refined_glowstonePaxelMaxUses = 768 + #Natural enchantability factor of Refined Glowstone items. + #Range: > 0 + refined_glowstoneEnchantability = 20 + #Base armor toughness value of Refined Glowstone armor. + #Range: 0.0 ~ 3.4028234663852886E38 + refined_glowstoneToughness = 0.0 + #Base armor knockback resistance value of Refined Glowstone armor. + #Range: 0.0 ~ 3.4028234663852886E38 + refined_glowstoneKnockbackResistance = 0.0 + #Maximum durability of Refined Glowstone boots. + #Range: > 1 + refined_glowstoneBootDurability = 221 + #Maximum durability of Refined Glowstone leggings. + #Range: > 1 + refined_glowstoneLeggingDurability = 255 + #Maximum durability of Refined Glowstone chestplates. + #Range: > 1 + refined_glowstoneChestplateDurability = 272 + #Maximum durability of Refined Glowstone helmets. + #Range: > 1 + refined_glowstoneHelmetDurability = 187 + #Protection value of Refined Glowstone boots. + #Range: > 0 + refined_glowstoneBootArmor = 3 + #Protection value of Refined Glowstone leggings. + #Range: > 0 + refined_glowstoneLeggingArmor = 6 + #Protection value of Refined Glowstone chestplates. + #Range: > 0 + refined_glowstoneChestplateArmor = 8 + #Protection value of Refined Glowstone helmets. + #Range: > 0 + refined_glowstoneHelmetArmor = 3 + + #Material Settings for Refined Obsidian + [tools.refined_obsidian] + #Base attack damage of Refined Obsidian items. + #Range: 0.0 ~ 3.4028234663852886E38 + refined_obsidianAttackDamage = 8.0 + #Maximum durability of Refined Obsidian shields. + #Range: > 0 + refined_obsidianShieldDurability = 1680 + #Attack damage modifier of Refined Obsidian swords. + refined_obsidianSwordDamage = 3.0 + #Attack speed of Refined Obsidian swords. + refined_obsidianSwordAtkSpeed = -2.4000000953674316 + #Attack damage modifier of Refined Obsidian shovels. + refined_obsidianShovelDamage = 1.5 + #Attack speed of Refined Obsidian shovels. + refined_obsidianShovelAtkSpeed = -3.0 + #Attack damage modifier of Refined Obsidian axes. + refined_obsidianAxeDamage = 7.0 + #Attack speed of Refined Obsidian axes. + refined_obsidianAxeAtkSpeed = -2.9000000953674316 + #Attack damage modifier of Refined Obsidian pickaxes. + refined_obsidianPickaxeDamage = 1.0 + #Attack speed of Refined Obsidian pickaxes. + refined_obsidianPickaxeAtkSpeed = -2.799999952316284 + #Attack damage modifier of Refined Obsidian hoes. + refined_obsidianHoeDamage = -8.0 + #Attack speed of Refined Obsidian hoes. + refined_obsidianHoeAtkSpeed = 5.0 + #Maximum durability of Refined Obsidian tools. + #Range: > 1 + refined_obsidianToolMaxUses = 4096 + #Efficiency of Refined Obsidian tools. + refined_obsidianEfficiency = 12.0 + #Attack damage modifier of Refined Obsidian paxels. + refined_obsidianPaxelDamage = 8.0 + #Attack speed of Refined Obsidian paxels. + refined_obsidianPaxelAtkSpeed = -2.4000000953674316 + #Efficiency of Refined Obsidian paxels. + refined_obsidianPaxelEfficiency = 12.0 + #Natural enchantability factor of Refined Obsidian paxels. + #Range: > 0 + refined_obsidianPaxelEnchantability = 18 + #Maximum durability of Refined Obsidian paxels. + #Range: > 1 + refined_obsidianPaxelMaxUses = 8192 + #Natural enchantability factor of Refined Obsidian items. + #Range: > 0 + refined_obsidianEnchantability = 18 + #Base armor toughness value of Refined Obsidian armor. + #Range: 0.0 ~ 3.4028234663852886E38 + refined_obsidianToughness = 5.0 + #Base armor knockback resistance value of Refined Obsidian armor. + #Range: 0.0 ~ 3.4028234663852886E38 + refined_obsidianKnockbackResistance = 0.20000000298023224 + #Maximum durability of Refined Obsidian boots. + #Range: > 1 + refined_obsidianBootDurability = 975 + #Maximum durability of Refined Obsidian leggings. + #Range: > 1 + refined_obsidianLeggingDurability = 1125 + #Maximum durability of Refined Obsidian chestplates. + #Range: > 1 + refined_obsidianChestplateDurability = 1200 + #Maximum durability of Refined Obsidian helmets. + #Range: > 1 + refined_obsidianHelmetDurability = 825 + #Protection value of Refined Obsidian boots. + #Range: > 0 + refined_obsidianBootArmor = 5 + #Protection value of Refined Obsidian leggings. + #Range: > 0 + refined_obsidianLeggingArmor = 8 + #Protection value of Refined Obsidian chestplates. + #Range: > 0 + refined_obsidianChestplateArmor = 12 + #Protection value of Refined Obsidian helmets. + #Range: > 0 + refined_obsidianHelmetArmor = 6 + + #Material Settings for Steel + [tools.steel] + #Base attack damage of Steel items. + #Range: 0.0 ~ 3.4028234663852886E38 + steelAttackDamage = 3.0 + #Maximum durability of Steel shields. + #Range: > 0 + steelShieldDurability = 448 + #Attack damage modifier of Steel swords. + steelSwordDamage = 3.0 + #Attack speed of Steel swords. + steelSwordAtkSpeed = -2.4000000953674316 + #Attack damage modifier of Steel shovels. + steelShovelDamage = 1.5 + #Attack speed of Steel shovels. + steelShovelAtkSpeed = -3.0 + #Attack damage modifier of Steel axes. + steelAxeDamage = 7.0 + #Attack speed of Steel axes. + steelAxeAtkSpeed = -3.0 + #Attack damage modifier of Steel pickaxes. + steelPickaxeDamage = 1.0 + #Attack speed of Steel pickaxes. + steelPickaxeAtkSpeed = -2.799999952316284 + #Attack damage modifier of Steel hoes. + steelHoeDamage = -3.0 + #Attack speed of Steel hoes. + steelHoeAtkSpeed = 0.0 + #Maximum durability of Steel tools. + #Range: > 1 + steelToolMaxUses = 500 + #Efficiency of Steel tools. + steelEfficiency = 8.0 + #Attack damage modifier of Steel paxels. + steelPaxelDamage = 8.0 + #Attack speed of Steel paxels. + steelPaxelAtkSpeed = -2.4000000953674316 + #Efficiency of Steel paxels. + steelPaxelEfficiency = 8.0 + #Natural enchantability factor of Steel paxels. + #Range: > 0 + steelPaxelEnchantability = 16 + #Maximum durability of Steel paxels. + #Range: > 1 + steelPaxelMaxUses = 1000 + #Natural enchantability factor of Steel items. + #Range: > 0 + steelEnchantability = 16 + #Base armor toughness value of Steel armor. + #Range: 0.0 ~ 3.4028234663852886E38 + steelToughness = 2.0 + #Base armor knockback resistance value of Steel armor. + #Range: 0.0 ~ 3.4028234663852886E38 + steelKnockbackResistance = 0.0 + #Maximum durability of Steel boots. + #Range: > 1 + steelBootDurability = 260 + #Maximum durability of Steel leggings. + #Range: > 1 + steelLeggingDurability = 300 + #Maximum durability of Steel chestplates. + #Range: > 1 + steelChestplateDurability = 320 + #Maximum durability of Steel helmets. + #Range: > 1 + steelHelmetDurability = 220 + #Protection value of Steel boots. + #Range: > 0 + steelBootArmor = 3 + #Protection value of Steel leggings. + #Range: > 0 + steelLeggingArmor = 6 + #Protection value of Steel chestplates. + #Range: > 0 + steelChestplateArmor = 8 + #Protection value of Steel helmets. + #Range: > 0 + steelHelmetArmor = 3 + diff --git a/config/Mekanism/world.toml b/config/Mekanism/world.toml new file mode 100644 index 0000000..5864a51 --- /dev/null +++ b/config/Mekanism/world.toml @@ -0,0 +1,460 @@ + +#World generation settings for Mekanism. This config is synced from server to client +[world_generation] + #Allows chunks to retrogen Mekanism ore blocks. + enableRegeneration = false + #Change this value to cause Mekanism to regen its ore in all loaded chunks. + #Range: > 0 + userWorldGenVersion = 0 + + #Generation Settings for tin ore. + [world_generation.tin] + #Determines if tin ore should be added to world generation. + shouldGenerate = true + + #small tin vein Generation Settings. + [world_generation.tin.small] + #Determines if small tin veins should be added to world generation. Note: Requires generating tin ore to be enabled. + shouldGenerate = true + #Chance that small tin veins generates in a chunk. + #Range: 1 ~ 256 + perChunk = 14 + #Maximum number of blocks in a small tin vein. + #Range: 1 ~ 64 + maxVeinSize = 4 + #Chance that blocks that are directly exposed to air in a small tin vein are not placed. + #Range: 0.0 ~ 1.0 + discardChanceOnAirExposure = 0.0 + #Distribution shape for placing small tin veins. + #Allowed Values: TRAPEZOID, UNIFORM + shape = "TRAPEZOID" + #Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle. + plateau = 0 + + #Minimum (inclusive) height anchor for small tin veins. + [world_generation.tin.small.minInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABSOLUTE" + #Value used for calculating y for the anchor based on the type. + value = -20 + + #Maximum (inclusive) height anchor for small tin veins. + [world_generation.tin.small.maxInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABSOLUTE" + #Value used for calculating y for the anchor based on the type. + value = 94 + + #large tin vein Generation Settings. + [world_generation.tin.large] + #Determines if large tin veins should be added to world generation. Note: Requires generating tin ore to be enabled. + shouldGenerate = true + #Chance that large tin veins generates in a chunk. + #Range: 1 ~ 256 + perChunk = 12 + #Maximum number of blocks in a large tin vein. + #Range: 1 ~ 64 + maxVeinSize = 9 + #Chance that blocks that are directly exposed to air in a large tin vein are not placed. + #Range: 0.0 ~ 1.0 + discardChanceOnAirExposure = 0.0 + #Distribution shape for placing large tin veins. + #Allowed Values: TRAPEZOID, UNIFORM + shape = "TRAPEZOID" + #Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle. + plateau = 0 + + #Minimum (inclusive) height anchor for large tin veins. + [world_generation.tin.large.minInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABSOLUTE" + #Value used for calculating y for the anchor based on the type. + value = -32 + + #Maximum (inclusive) height anchor for large tin veins. + [world_generation.tin.large.maxInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABSOLUTE" + #Value used for calculating y for the anchor based on the type. + value = 72 + + #Generation Settings for osmium ore. + [world_generation.osmium] + #Determines if osmium ore should be added to world generation. + shouldGenerate = true + + #upper osmium vein Generation Settings. + [world_generation.osmium.upper] + #Determines if upper osmium veins should be added to world generation. Note: Requires generating osmium ore to be enabled. + shouldGenerate = true + #Chance that upper osmium veins generates in a chunk. + #Range: 1 ~ 256 + perChunk = 65 + #Maximum number of blocks in a upper osmium vein. + #Range: 1 ~ 64 + maxVeinSize = 7 + #Chance that blocks that are directly exposed to air in a upper osmium vein are not placed. + #Range: 0.0 ~ 1.0 + discardChanceOnAirExposure = 0.0 + #Distribution shape for placing upper osmium veins. + #Allowed Values: TRAPEZOID, UNIFORM + shape = "TRAPEZOID" + #Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle. + plateau = 8 + + #Minimum (inclusive) height anchor for upper osmium veins. + [world_generation.osmium.upper.minInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABSOLUTE" + #Value used for calculating y for the anchor based on the type. + value = 72 + + #Maximum (inclusive) height anchor for upper osmium veins. + [world_generation.osmium.upper.maxInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "BELOW_TOP" + #Value used for calculating y for the anchor based on the type. + value = -24 + + #middle osmium vein Generation Settings. + [world_generation.osmium.middle] + #Determines if middle osmium veins should be added to world generation. Note: Requires generating osmium ore to be enabled. + shouldGenerate = true + #Chance that middle osmium veins generates in a chunk. + #Range: 1 ~ 256 + perChunk = 6 + #Maximum number of blocks in a middle osmium vein. + #Range: 1 ~ 64 + maxVeinSize = 9 + #Chance that blocks that are directly exposed to air in a middle osmium vein are not placed. + #Range: 0.0 ~ 1.0 + discardChanceOnAirExposure = 0.0 + #Distribution shape for placing middle osmium veins. + #Allowed Values: TRAPEZOID, UNIFORM + shape = "TRAPEZOID" + #Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle. + plateau = 0 + + #Minimum (inclusive) height anchor for middle osmium veins. + [world_generation.osmium.middle.minInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABSOLUTE" + #Value used for calculating y for the anchor based on the type. + value = -32 + + #Maximum (inclusive) height anchor for middle osmium veins. + [world_generation.osmium.middle.maxInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABSOLUTE" + #Value used for calculating y for the anchor based on the type. + value = 56 + + #small osmium vein Generation Settings. + [world_generation.osmium.small] + #Determines if small osmium veins should be added to world generation. Note: Requires generating osmium ore to be enabled. + shouldGenerate = true + #Chance that small osmium veins generates in a chunk. + #Range: 1 ~ 256 + perChunk = 8 + #Maximum number of blocks in a small osmium vein. + #Range: 1 ~ 64 + maxVeinSize = 4 + #Chance that blocks that are directly exposed to air in a small osmium vein are not placed. + #Range: 0.0 ~ 1.0 + discardChanceOnAirExposure = 0.0 + #Distribution shape for placing small osmium veins. + #Allowed Values: TRAPEZOID, UNIFORM + shape = "UNIFORM" + #Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle. + plateau = 0 + + #Minimum (inclusive) height anchor for small osmium veins. + [world_generation.osmium.small.minInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABOVE_BOTTOM" + #Value used for calculating y for the anchor based on the type. + value = 0 + + #Maximum (inclusive) height anchor for small osmium veins. + [world_generation.osmium.small.maxInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABSOLUTE" + #Value used for calculating y for the anchor based on the type. + value = 64 + + #Generation Settings for uranium ore. + [world_generation.uranium] + #Determines if uranium ore should be added to world generation. + shouldGenerate = true + + #small uranium vein Generation Settings. + [world_generation.uranium.small] + #Determines if small uranium veins should be added to world generation. Note: Requires generating uranium ore to be enabled. + shouldGenerate = true + #Chance that small uranium veins generates in a chunk. + #Range: 1 ~ 256 + perChunk = 4 + #Maximum number of blocks in a small uranium vein. + #Range: 1 ~ 64 + maxVeinSize = 4 + #Chance that blocks that are directly exposed to air in a small uranium vein are not placed. + #Range: 0.0 ~ 1.0 + discardChanceOnAirExposure = 0.0 + #Distribution shape for placing small uranium veins. + #Allowed Values: TRAPEZOID, UNIFORM + shape = "TRAPEZOID" + #Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle. + plateau = 0 + + #Minimum (inclusive) height anchor for small uranium veins. + [world_generation.uranium.small.minInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABOVE_BOTTOM" + #Value used for calculating y for the anchor based on the type. + value = 0 + + #Maximum (inclusive) height anchor for small uranium veins. + [world_generation.uranium.small.maxInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABSOLUTE" + #Value used for calculating y for the anchor based on the type. + value = 8 + + #buried uranium vein Generation Settings. + [world_generation.uranium.buried] + #Determines if buried uranium veins should be added to world generation. Note: Requires generating uranium ore to be enabled. + shouldGenerate = true + #Chance that buried uranium veins generates in a chunk. + #Range: 1 ~ 256 + perChunk = 7 + #Maximum number of blocks in a buried uranium vein. + #Range: 1 ~ 64 + maxVeinSize = 9 + #Chance that blocks that are directly exposed to air in a buried uranium vein are not placed. + #Range: 0.0 ~ 1.0 + discardChanceOnAirExposure = 0.75 + #Distribution shape for placing buried uranium veins. + #Allowed Values: TRAPEZOID, UNIFORM + shape = "TRAPEZOID" + #Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle. + plateau = 16 + + #Minimum (inclusive) height anchor for buried uranium veins. + [world_generation.uranium.buried.minInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABOVE_BOTTOM" + #Value used for calculating y for the anchor based on the type. + value = -24 + + #Maximum (inclusive) height anchor for buried uranium veins. + [world_generation.uranium.buried.maxInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABOVE_BOTTOM" + #Value used for calculating y for the anchor based on the type. + value = 56 + + #Generation Settings for fluorite ore. + [world_generation.fluorite] + #Determines if fluorite ore should be added to world generation. + shouldGenerate = true + + #normal fluorite vein Generation Settings. + [world_generation.fluorite.normal] + #Determines if normal fluorite veins should be added to world generation. Note: Requires generating fluorite ore to be enabled. + shouldGenerate = true + #Chance that normal fluorite veins generates in a chunk. + #Range: 1 ~ 256 + perChunk = 5 + #Maximum number of blocks in a normal fluorite vein. + #Range: 1 ~ 64 + maxVeinSize = 5 + #Chance that blocks that are directly exposed to air in a normal fluorite vein are not placed. + #Range: 0.0 ~ 1.0 + discardChanceOnAirExposure = 0.0 + #Distribution shape for placing normal fluorite veins. + #Allowed Values: TRAPEZOID, UNIFORM + shape = "UNIFORM" + #Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle. + plateau = 0 + + #Minimum (inclusive) height anchor for normal fluorite veins. + [world_generation.fluorite.normal.minInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABOVE_BOTTOM" + #Value used for calculating y for the anchor based on the type. + value = 0 + + #Maximum (inclusive) height anchor for normal fluorite veins. + [world_generation.fluorite.normal.maxInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABSOLUTE" + #Value used for calculating y for the anchor based on the type. + value = 23 + + #buried fluorite vein Generation Settings. + [world_generation.fluorite.buried] + #Determines if buried fluorite veins should be added to world generation. Note: Requires generating fluorite ore to be enabled. + shouldGenerate = true + #Chance that buried fluorite veins generates in a chunk. + #Range: 1 ~ 256 + perChunk = 3 + #Maximum number of blocks in a buried fluorite vein. + #Range: 1 ~ 64 + maxVeinSize = 13 + #Chance that blocks that are directly exposed to air in a buried fluorite vein are not placed. + #Range: 0.0 ~ 1.0 + discardChanceOnAirExposure = 1.0 + #Distribution shape for placing buried fluorite veins. + #Allowed Values: TRAPEZOID, UNIFORM + shape = "TRAPEZOID" + #Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle. + plateau = 0 + + #Minimum (inclusive) height anchor for buried fluorite veins. + [world_generation.fluorite.buried.minInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABOVE_BOTTOM" + #Value used for calculating y for the anchor based on the type. + value = 0 + + #Maximum (inclusive) height anchor for buried fluorite veins. + [world_generation.fluorite.buried.maxInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABSOLUTE" + #Value used for calculating y for the anchor based on the type. + value = 4 + + #Generation Settings for lead ore. + [world_generation.lead] + #Determines if lead ore should be added to world generation. + shouldGenerate = true + + #normal lead vein Generation Settings. + [world_generation.lead.normal] + #Determines if normal lead veins should be added to world generation. Note: Requires generating lead ore to be enabled. + shouldGenerate = true + #Chance that normal lead veins generates in a chunk. + #Range: 1 ~ 256 + perChunk = 8 + #Maximum number of blocks in a normal lead vein. + #Range: 1 ~ 64 + maxVeinSize = 9 + #Chance that blocks that are directly exposed to air in a normal lead vein are not placed. + #Range: 0.0 ~ 1.0 + discardChanceOnAirExposure = 0.25 + #Distribution shape for placing normal lead veins. + #Allowed Values: TRAPEZOID, UNIFORM + shape = "TRAPEZOID" + #Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle. + plateau = 0 + + #Minimum (inclusive) height anchor for normal lead veins. + [world_generation.lead.normal.minInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABOVE_BOTTOM" + #Value used for calculating y for the anchor based on the type. + value = -24 + + #Maximum (inclusive) height anchor for normal lead veins. + [world_generation.lead.normal.maxInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABSOLUTE" + #Value used for calculating y for the anchor based on the type. + value = 64 + + #Generation Settings for salt. + [world_generation.salt] + #Determines if salt should be added to world generation. + shouldGenerate = true + #Chance that salt generates in a chunk. + #Range: 1 ~ 256 + perChunk = 2 + #Base radius of a vein of salt. + #Range: 1 ~ 4 + minRadius = 2 + #Extended variability (spread) for the radius in a vein of salt. + maxRadius = 3 + #Number of blocks to extend up and down when placing a vein of salt. + #Range: 0 ~ 2031 + halfHeight = 1 + diff --git a/config/MouseTweaks.cfg b/config/MouseTweaks.cfg new file mode 100644 index 0000000..81190ac --- /dev/null +++ b/config/MouseTweaks.cfg @@ -0,0 +1,8 @@ +RMBTweak=1 +LMBTweakWithItem=1 +LMBTweakWithoutItem=1 +WheelTweak=1 +WheelSearchOrder=1 +WheelScrollDirection=0 +ScrollItemScaling=0 +Debug=0 diff --git a/config/NoChatReports/NCR-Client.json b/config/NoChatReports/NCR-Client.json new file mode 100644 index 0000000..ab19344 --- /dev/null +++ b/config/NoChatReports/NCR-Client.json @@ -0,0 +1,20 @@ +{ + "defaultSigningMode": "PROMPT", + "enableMod": true, + "showNCRButton": true, + "showReloadButton": true, + "verifiedIconEnabled": true, + "showServerSafety": true, + "hideInsecureMessageIndicators": true, + "hideModifiedMessageIndicators": true, + "hideSystemMessageIndicators": true, + "hideWarningToast": true, + "hideSigningRequestMessage": false, + "alwaysHideReportButton": false, + "skipRealmsWarning": false, + "disableTelemetry": true, + "removeTelemetryButton": true, + "demandOnServer": false, + "verifiedIconOffsetX": 0, + "verifiedIconOffsetY": 0 +} \ No newline at end of file diff --git a/config/NoChatReports/NCR-Common.json b/config/NoChatReports/NCR-Common.json new file mode 100644 index 0000000..f79a76a --- /dev/null +++ b/config/NoChatReports/NCR-Common.json @@ -0,0 +1,7 @@ +{ + "demandOnClientMessage": "You do not have No Chat Reports, and this server is configured to require it on client!", + "demandOnClient": false, + "convertToGameMessage": true, + "addQueryData": true, + "enableDebugLog": false +} \ No newline at end of file diff --git a/config/NoChatReports/NCR-Encryption.json b/config/NoChatReports/NCR-Encryption.json new file mode 100644 index 0000000..295af76 --- /dev/null +++ b/config/NoChatReports/NCR-Encryption.json @@ -0,0 +1,28 @@ +{ + "skipWarning": false, + "enableEncryption": false, + "encryptPublic": true, + "showEncryptionButton": true, + "showEncryptionIndicators": true, + "encryptionKey": "blfrngArk3chG6wzncOZ5A\u003d\u003d", + "encryptionPassphrase": "", + "algorithmName": "AES/CFB8+Base64", + "encryptableCommands": [ + "msg:1", + "w:1", + "whisper:1", + "tell:1", + "r:0", + "dm:1", + "me:0", + "m:1", + "t:1", + "pm:1", + "emsg:1", + "epm:1", + "etell:1", + "ewhisper:1", + "message:1", + "reply:0" + ] +} \ No newline at end of file diff --git a/config/NoChatReports/NCR-ServerPreferences.json b/config/NoChatReports/NCR-ServerPreferences.json new file mode 100644 index 0000000..2762d0f --- /dev/null +++ b/config/NoChatReports/NCR-ServerPreferences.json @@ -0,0 +1,3 @@ +{ + "signingModes": {} +} \ No newline at end of file diff --git a/config/NoChatReports/README.md b/config/NoChatReports/README.md new file mode 100644 index 0000000..33141b5 --- /dev/null +++ b/config/NoChatReports/README.md @@ -0,0 +1,3 @@ +# No Chat Reports +You can find updated documentation of configuration files on the wiki: +https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/Configuration-Files diff --git a/config/ProjectE/client.toml b/config/ProjectE/client.toml new file mode 100644 index 0000000..62afb7a --- /dev/null +++ b/config/ProjectE/client.toml @@ -0,0 +1,17 @@ + +[client] + #Show item tags in tooltips (useful for custom EMC registration) + tagToolTips = false + #Show the EMC value as a tooltip on items and blocks + emcToolTips = false + #Requires holding shift to display the EMC value as a tooltip on items and blocks. Note: this does nothing if emcToolTips is disabled. + shiftEmcToolTips = false + #Requires holding shift to display the learned/unlearned text as a tooltip on items and blocks. Note: this does nothing if emcToolTips is disabled. + shiftLearnedToolTips = true + #Show stats as tooltips for various ProjectE blocks + statToolTips = true + #Show DM pedestal functions in item tooltips + pedestalToolTips = true + #The Philosopher's Stone overlay softly pulsates + pulsatingOverlay = false + diff --git a/config/ProjectE/common.toml b/config/ProjectE/common.toml new file mode 100644 index 0000000..caa5cfe --- /dev/null +++ b/config/ProjectE/common.toml @@ -0,0 +1,10 @@ + +#Note: The majority of config options are in the server config file. If you do not see the server config file, try opening up a single player world. ProjectE uses one "server" config file for all worlds, for convenience in going from one world to another, but makes it be a "server" config file so that forge will automatically sync it when we connect to a multiplayer server. +[common] + #Enable more verbose debug logging + debugLogging = false + #The Tome of Knowledge can be crafted. + craftableTome = false + #Require full omega klein stars in the tome of knowledge and gem armor recipes. This is the same behavior that EE2 had. + fullKleinStars = false + diff --git a/config/ProjectE/custom_emc.json b/config/ProjectE/custom_emc.json new file mode 100644 index 0000000..d07d20f --- /dev/null +++ b/config/ProjectE/custom_emc.json @@ -0,0 +1,8 @@ +{ + "entries": [ + { + "item": "kubejs:dried_earth", + "emc": 1 + } + ] +} \ No newline at end of file diff --git a/config/ProjectE/mapping.toml b/config/ProjectE/mapping.toml new file mode 100644 index 0000000..8a645f0 --- /dev/null +++ b/config/ProjectE/mapping.toml @@ -0,0 +1,121 @@ + +[general] + #When the next EMC mapping occurs write the results to config/ProjectE/pregenerated_emc.json and only ever run the mapping again when that file does not exist, this setting is set to false, or an error occurred parsing that file. + pregenerate = false + #Want to take a look at the internals of EMC Calculation? Enable this to write all the conversions and setValue-Commands to config/ProjectE/mappingdump.json + dumpEverythingToFile = false + #Log known EMC Exploits. This can not and will not find all possible exploits. This will only find exploits that result in fixed/custom emc values that the algorithm did not overwrite. Exploits that derive from conversions that are unknown to ProjectE will not be found. + logEMCExploits = true + +[CraftingMapper] + + [CraftingMapper.MekRotary] + #Maps Mekanism rotary condensentrator recipes. + enabled = true + + [CraftingMapper.MekItemStackToPigment] + #Maps Mekanism item stack to pigment recipes. (Pigment Extracting) + enabled = true + + [CraftingMapper.MekElectrolysis] + #Maps Mekanism electrolytic separator recipes. + enabled = true + + [CraftingMapper.MekPaintingMachine] + #Maps Mekanism painting machine recipes. + enabled = true + + [CraftingMapper.MekItemStackGasToItemStack] + #Maps Mekanism Machine recipes that go from item, gas to item. (Compressing, Purifying, Injecting) + enabled = true + + [CraftingMapper.MekDissolution] + #Maps Mekanism dissolution recipes. + enabled = true + + [CraftingMapper.MekGasToGas] + #Maps Mekanism activating and centrifuging recipes. + enabled = true + + [CraftingMapper.MekFluidSlurryToSlurry] + #Maps Mekanism washing recipes. + enabled = true + + [CraftingMapper.MekItemStackToItemStack] + #Maps Mekanism Machine recipes that go from item to item. (Crushing, Enriching, Smelting) + enabled = true + + [CraftingMapper.MekSawmill] + #Maps Mekanism sawmill recipes. (Disabled by default, due to causing various EMC values to be removed pertaining to charcoal/wood) + enabled = false + + [CraftingMapper.MekChemicalInfuser] + #Maps Mekanism chemical infuser recipes. + enabled = true + + [CraftingMapper.MekCombiner] + #Maps Mekanism combiner recipes. + enabled = true + + [CraftingMapper.MekPressurizedReaction] + #Maps Mekanism pressurized reaction recipes. + enabled = false + + [CraftingMapper.MekFluidToFluid] + #Maps Mekanism evaporating recipes. + enabled = true + + [CraftingMapper.MekChemicalCrystallizer] + #Maps Mekanism crystallizing recipes. + enabled = true + + [CraftingMapper.Smithing] + #Maps smithing recipes. + enabled = true + + [CraftingMapper.MekMetallurgicInfuser] + #Maps Mekanism metallurgic infuser recipes. + enabled = true + + [CraftingMapper.MekPigmentMixer] + #Maps Mekanism pigment mixer recipes. + enabled = true + + [CraftingMapper.MekItemStackToGas] + #Maps Mekanism item stack to gas recipes. (Gas conversion, Oxidizing) + enabled = true + + [CraftingMapper.FallbackRecipeType] + #Fallback for default handling of recipes that extend ICraftingRecipe, AbstractCookingRecipe, SingleItemRecipe, or SmithingRecipe. This will catch modded extensions of the vanilla recipe classes, and if the VanillaRecipeTypes mapper is disabled, this mapper will still catch the vanilla recipes. + enabled = true + + [CraftingMapper.VanillaRecipeTypes] + #Maps the different vanilla recipe types. + enabled = true + + [CraftingMapper.MekItemStackToInfuseType] + #Maps Mekanism item stack to infuse type conversion recipes. + enabled = true + +[enabledMappers] + #Set EMC=0 for everything in the forge:raw_materials tag + RawOresBlacklistMapper = true + #Set EMC=0 for everything in the forge:ores tag + OresBlacklistMapper = true + #Add Conversions for Crafting Recipes gathered from net.minecraft.item.crafting.RecipeManager + CraftingMapper = true + #Add Conversions for all lingering potions to arrow recipes + TippedArrowMapper = true + #Adds back and forth conversions of objects and their Tag variant. (EMC values assigned to tags will not behave properly if this mapper is disabled) + TagMapper = true + #Add Conversions for all weathered copper variants + WeatheredCopperMapper = true + #Add Conversions for Brewing Recipes + BrewingMapper = true + #Uses the `custom_emc.json` File to add EMC values. + CustomEMCMapper = true + #Loads json files within datapacks (data//pe_custom_conversions/*.json) to add values and conversions + CustomConversionMapper = true + #Allows other mods to easily set EMC values using the ProjectEAPI + APICustomEMCMapper = true + diff --git a/config/ProjectE/processing.toml b/config/ProjectE/processing.toml new file mode 100644 index 0000000..5d937bd --- /dev/null +++ b/config/ProjectE/processing.toml @@ -0,0 +1,34 @@ + +#This config is used to control which NBT Processors get used, and which ones actually contribute to the persistent NBT data that gets saved to knowledge/copied in a condenser. +#To disable an NBT Processor set the 'enabled' option for it to false. +#To disable an NBT Processor from contributing to the persistent data set the 'persistent' option for it to false. Note: that if there is no persistent' config option, the NBT Processor never has any persistent data. +#The config options in this file are synced from server to client, as the processors get used dynamically to calculate/preview EMC values for items and are not included in the synced EMC mappings. +[processors] + + #Reduces the EMC value the more damaged an item is. + [processors.DamageProcessor] + enabled = true + + #Increases the EMC value of the item to take into account any EMC the item has stored. + [processors.StoredEMCProcessor] + enabled = true + + #Increases the EMC value to take into account any enchantments on an item. + [processors.EnchantmentProcessor] + enabled = false + persistent = false + + #Takes the different sherds into account for each decorated pot. + [processors.DecoratedPotProcessor] + enabled = true + persistent = true + + #Calculates EMC value of trimmed armor. + [processors.ArmorTrimProcessor] + enabled = true + persistent = true + + #Increases the EMC value of any Mekanism items by the value of the stored or installed contents. + [processors.MekanismContentsProcessor] + enabled = true + diff --git a/config/ProjectE/server.toml b/config/ProjectE/server.toml new file mode 100644 index 0000000..13db4f2 --- /dev/null +++ b/config/ProjectE/server.toml @@ -0,0 +1,104 @@ + +#All of the config options in this file are server side and will be synced from server to client. ProjectE uses one "server" config file for all worlds, for convenience in going from one world to another, but makes it be a "server" config file so that forge will automatically sync it when we connect to a multiplayer server. +[server] + + [server.difficulty] + #Set to false to disable Gem Armor offensive abilities (helmet zap and chestplate explosion) + offensiveAbilities = false + #Amount of damage Katar 'C' key deals + #Range: 0.0 ~ 2.147483647E9 + katarDeathAura = 1000.0 + #Adjusting this ratio changes how much EMC is received when burning a item. For example setting this to 0.5 will return half of the EMC cost. + #Range: 0.1 ~ 1.0 + covalenceLoss = 1.0 + #How rounding occurs when Covalence Loss results in a burn value less than 1 EMC. If true the value will be rounded up to 1. If false the value will be rounded down to 0. + covalenceLossRounding = true + + [server.items] + #Instead of vein mining the ore you right click with your Dark/Red Matter Pick/Star it vein mines all ores in an AOE around you like it did in ProjectE before version 1.4.4. + pickaxeAoeVeinMining = false + #Allows the Harvest Goddess Band to passively grow tall grass, flowers, etc, on top of grass blocks. + harvBandGrass = false + #If set to true, disables all radius-based mining functionality (right click of tools) + disableAllRadiusMining = false + #Enable Watch of Flowing Time + enableTimeWatch = true + #Allow the Evertide amulet to place water in dimensions that water evaporates. For example: The Nether. + opEvertide = false + + [server.effects] + #Bonus ticks given by the Watch of Flowing Time while in the pedestal. 0 = effectively no bonus. + #Range: 0 ~ 256 + timePedBonus = 18 + #Factor the Watch of Flowing Time slows down mobs by while in the pedestal. Set to 1.0 for no slowdown. + #Range: 0.0 ~ 1.0 + timePedMobSlowness = 0.1 + #If true the Interdiction Torch only affects hostile mobs and projectiles. If false it affects all non blacklisted living entities. + interdictionMode = true + + [server.misc] + #False requires your hand be empty for Gem Armor Offensive Abilities to be readied or triggered + unsafeKeyBinds = false + #Shows the EMC value of blocks when looking at them in Hwyla or TOP + hwylaTOPDisplay = false + + [server.cooldown] + + #Cooldown (in ticks) for various features in ProjectE. A cooldown of -1 will disable the functionality. + #A cooldown of 0 will allow the actions to happen every tick. Use caution as a very low value on features that run automatically could cause TPS issues. + [server.cooldown.cooldown] + + #Cooldown for various items within the pedestal. + [server.cooldown.cooldown.pedestal] + #Delay between Archangel Smite shooting arrows while in the pedestal. + #Range: > -1 + archangel = 40 + #Delay between Body Stone healing 0.5 shanks while in the pedestal. + #Range: > -1 + body = 10 + #Delay between Evertide Amulet trying to start rain while in the pedestal. + #Range: > -1 + evertide = 20 + #Delay between Harvest Goddess trying to grow and harvest while in the pedestal. + #Range: > -1 + harvest = 10 + #Delay between Ignition Ring trying to light entities on fire while in the pedestal. + #Range: > -1 + ignition = 40 + #Delay between Life Stone healing both food and hunger by 0.5 shank/heart while in the pedestal. + #Range: > -1 + life = 5 + #Delay between Talisman of Repair trying to repair player items while in the pedestal. + #Range: > -1 + repair = 20 + #Delay between SWRG trying to smite mobs while in the pedestal. + #Range: > -1 + swrg = 70 + #Delay between Soul Stone healing 0.5 hearts while in the pedestal. + #Range: > -1 + soul = 10 + #Delay between Volcanite Amulet trying to stop rain while in the pedestal. + #Range: > -1 + volcanite = 20 + #Delay between Zero Ring trying to extinguish entities and freezing ground while in the pedestal. + #Range: > -1 + zero = 40 + + #Cooldown for various items in regards to a player. + [server.cooldown.cooldown.player] + #A cooldown for firing projectiles + #Range: > -1 + projectile = 0 + #A cooldown for Gem Chestplate explosion + #Range: > -1 + gemChest = 0 + #Delay between Talisman of Repair trying to repair player items while in a player's inventory. + #Range: > -1 + repair = 20 + #Delay between heal attempts while in a player's inventory. (Soul Stone, Life Stone, Gem Helmet) + #Range: > -1 + heal = 20 + #Delay between feed attempts while in a player's inventory. (Body Stone, Life Stone, Gem Helmet) + #Range: > -1 + feed = 20 + diff --git a/config/advanced_ae-client.toml b/config/advanced_ae-client.toml new file mode 100644 index 0000000..5281ac5 --- /dev/null +++ b/config/advanced_ae-client.toml @@ -0,0 +1,5 @@ + +["reaction chamber"] + #Enable/disable reaction chamber's item rendering. Saves on performance if there are a considerable amount of them running at the same time. + enableEffects = true + diff --git a/config/advanced_ae-common.toml b/config/advanced_ae-common.toml new file mode 100644 index 0000000..3c23380 --- /dev/null +++ b/config/advanced_ae-common.toml @@ -0,0 +1,73 @@ + +["quantum computer"] + #Define the maximum dimensions of the Quantum Computer Multiblock. + #Range: 5 ~ 12 + quantumComputerMaxSize = 7 + #Define the amount of Threads per Quantum Computer Accelerator. + #Range: 4 ~ 16 + quantumComputerAcceleratorThreads = 8 + #Define the maximum amount of multi threaders per Quantum Computer Multiblock. + #Range: 1 ~ 2 + quantumComputerMaxMultiThreaders = 1 + #Define the maximum amount of Data Entanglers per Quantum Computer Multiblock. + #Range: 1 ~ 2 + quantumComputermaxDataEntanglers = 1 + #Define the multiplication factor of the multi threaders. + #Range: 2 ~ 8 + quantumComputerMultiThreaderMultiplication = 4 + #Define the multiplication factor of the data entanglers. + #Range: 2 ~ 8 + quantumComputerDataEntanglerMultiplication = 4 + +["quantum armor"] + #Define the maximum walk speed increase. Values are divided by 10 before use. + #Range: 10 ~ 100 + quantumArmorMaxWalkSpeed = 60 + #Define the maximum sprint speed increase. Values are divided by 10 before use. + #Range: 10 ~ 150 + quantumArmorMaxSprintSpeed = 80 + #Define the maximum increase in step height. + #Range: 1 ~ 5 + quantumArmorMaxStepHeight = 3 + #Define the maximum increase in jump height. + #Range: 1 ~ 5 + quantumArmorMaxJumpHeight = 3 + #Define the maximum swim speed increase. Values are divided by 10 before use. + #Range: 10 ~ 150 + quantumArmorSwimSpeedBoost = 80 + #Define the HP increased of the HP Buffer card. + #Range: 5 ~ 50 + quantumArmorHpBuffer = 20 + #Define the maximum speed boost of the Flight Card. + #Range: 1 ~ 15 + quantumArmorMaxFlightSpeed = 10 + #Define the evasion % chance of the evasion card. + #Range: 0 ~ 100 + quantumArmorEvasionChance = 30 + #Define the max range of the magnet card. + #Range: 5 ~ 15 + quantumArmorMagnetRange = 12 + #Define the Attack Damage boost of the Strength Card. + #Range: 5 ~ 50 + quantumArmorStrengthBoost = 10 + #Define the Attack Speed Damage boost of the Attack Speed Card. + #Range: 1 ~ 10 + quantumArmorAttackSpeedBoost = 5 + #Define the luck boost of the Luck Card. + #Range: 1 ~ 5 + quantumArmorLuckBoost = 2 + #Define the max additional reach of the Reach Card. + #Range: 1 ~ 8 + quantumArmorMaxReachBoost = 5 + #Define the amount of hearts regenerated per tick with the Regeneration Card. Value will be divided by 10 before use. + #Range: 1 ~ 20 + quantumArmorRenegerationPerTick = 10 + #Define the maximum percentage of incoming damage absorbed by the Quantum Armor. This value is still limited by the energy buffer in the equipment. + #Range: 5 ~ 100 + quantumArmorPercentageDamageAbsorption = 30 + +[Miscellaneous] + #Define the size of the cache for the Throughput Monitor. Only affects "Per minute" and "Per 10 minutes" configurations. Higher values will increase precison, but will make the monitor react slower to changes. + #Range: 40 ~ 400 + throughputMonitorCacheSize = 80 + diff --git a/config/ae2/client.json b/config/ae2/client.json new file mode 100644 index 0000000..9985be9 --- /dev/null +++ b/config/ae2/client.json @@ -0,0 +1,55 @@ +{ + "client": { + "disableColoredCableRecipesInJEI": true, + "enableFacadesInJEI_comment": "Show facades in JEI ingredient list", + "enableFacadesInJEI": true, + "enableFacadeRecipesInJEI_comment": "Show facade recipes in JEI for supported blocks", + "enableFacadeRecipesInJEI": true, + "exposeInventoryToEmi_comment": "Expose the full network inventory to EMI, which might cause performance problems.", + "exposeInventoryToEmi": false, + "enableEffects": true, + "useTerminalUseLargeFont": false, + "useColoredCraftingStatus": true, + "PowerUnit_comment": "Power unit shown in AE UIs", + "PowerUnit": "ae", + "showDebugGuiOverlays_comment": "Show debugging GUI overlays", + "showDebugGuiOverlays": false, + "showPlacementPreview_comment": "Show a preview of part and facade placement", + "showPlacementPreview": true, + "notifyForFinishedCraftingJobs_comment": "Show toast when long-running crafting jobs finish.", + "notifyForFinishedCraftingJobs": true, + "clearGridOnClose_comment": "Automatically clear the crafting/encoding grid when closing the terminal", + "clearGridOnClose": false, + "terminalMargin_comment": "The vertical margin to apply when sizing terminals. Used to make room for centered item mod search bars", + "terminalMargin": 25 + }, + "terminals": { + "terminalStyle": "full", + "pinAutoCraftedItems_comment": "Pin items that the player auto-crafts to the top of the terminal", + "pinAutoCraftedItems": true + }, + "search": { + "searchModNameInTooltips_comment": "Should the mod name be included when searching in tooltips.", + "searchModNameInTooltips": false, + "useExternalSearch_comment": "Replaces AEs own search with the search of REI or JEI", + "useExternalSearch": false, + "clearExternalSearchOnOpen_comment": "When using useExternalSearch, clears the search when the terminal opens", + "clearExternalSearchOnOpen": true, + "syncWithExternalSearch_comment": "When REI/JEI is installed, automatically set the AE or REI/JEI search text when either is changed while the terminal is open", + "syncWithExternalSearch": true, + "rememberLastSearch_comment": "Remembers the last search term and restores it when the terminal opens", + "rememberLastSearch": true, + "autoFocusSearch_comment": "Automatically focuses the search field when the terminal opens", + "autoFocusSearch": false + }, + "tooltips": { + "showCellUpgrades_comment": "Show installed upgrades in the tooltips of storage cells, color applicators and matter cannons", + "showCellUpgrades": true, + "showCellContent_comment": "Show a preview of the content in the tooltips of storage cells, color applicators and matter cannons", + "showCellContent": true, + "maxCellContentShown_comment": "The maximum number of content entries to show in the tooltip of storage cells, color applicators and matter cannons", + "maxCellContentShown": 5, + "enableGuideHotkey_comment": "Enables the \u0027hold key to show guide\u0027 functionality in tooltips", + "enableGuideHotkey": true + } +} \ No newline at end of file diff --git a/config/ae2/common.json b/config/ae2/common.json new file mode 100644 index 0000000..5594ede --- /dev/null +++ b/config/ae2/common.json @@ -0,0 +1,123 @@ +{ + "general": { + "unsupportedDeveloperTools": false, + "matterCannonBlockDamage_comment": "Enables the ability of the Matter Cannon to break blocks.", + "matterCannonBlockDamage": true, + "tinyTntBlockDamage_comment": "Enables the ability of Tiny TNT to break blocks.", + "tinyTntBlockDamage": true, + "channels_comment": "Changes the channel capacity that cables provide in AE2.", + "channels": "default", + "spatialAnchorEnableRandomTicks_comment": "Whether Spatial Anchors should force random chunk ticks and entity spawning.", + "spatialAnchorEnableRandomTicks": true + }, + "automation": { + "formationPlaneEntityLimit": 128 + }, + "facades": { + "allowBlockEntities_comment": "Unsupported: Allows whitelisting block entities as facades. Could work, have render issues, or corrupt your world. USE AT YOUR OWN RISK.", + "allowBlockEntities": false + }, + "craftingCPU": { + "craftingCalculationTimePerTick": 5, + "craftingSimulatedExtraction_comment": "When true: simulate extraction of all the network\u0027s contents when starting a crafting job calculation. When false: use the cached available content list (same as terminals). Enabling might work a bit better, but it will significantly reduce performance.", + "craftingSimulatedExtraction": false + }, + "crafting": { + "disassemblyCrafting_comment": "Enable shift-clicking with the crafting units in hand to disassemble them.", + "disassemblyCrafting": true, + "growthAccelerator_comment": "Number of ticks between two crystal growth accelerator ticks", + "growthAccelerator": 10 + }, + "spatialio": { + "spatialPowerMultiplier": 1250.0, + "spatialPowerExponent": 1.35 + }, + "logging": { + "blockUpdateLog": false, + "packetLog": false, + "craftingLog": false, + "debugLog": false, + "gridLog": false, + "chunkLoggerTrace_comment": "Enable stack trace logging for the chunk loading debug command", + "chunkLoggerTrace": false + }, + "battery": { + "chargerChargeRate_comment": "The chargers charging rate factor, which is applied to the charged items charge rate. 2 means it charges everything twice as fast. 0.5 half as fast.", + "chargerChargeRate": 1.0, + "wirelessTerminal": 1600000, + "chargedStaff": 8000, + "entropyManipulator": 200000, + "portableCell": 20000, + "colorApplicator": 20000, + "matterCannon": 200000 + }, + "worldGen": { + "spawnPressesInMeteorites": true, + "spawnFlawlessOnly": false + }, + "wireless": { + "wirelessBaseCost": 8.0, + "wirelessCostMultiplier": 1.0, + "wirelessBaseRange": 16.0, + "wirelessBoosterRangeMultiplier": 1.0, + "wirelessBoosterExp": 1.5, + "wirelessHighWirelessCount": 64.0, + "wirelessTerminalDrainMultiplier": 1.0 + }, + "PortableCells": { + "allowDisassembly_comment": "Allow disassembly of portable cells into the recipe ingredients using shift+right-click", + "allowDisassembly": true + }, + "PowerRatios": { + "ForgeEnergy": 0.5, + "UsageMultiplier": 1.0, + "GridEnergyStoragePerNode_comment": "How much energy can the internal grid buffer storage per node attached to the grid.", + "GridEnergyStoragePerNode": 25.0, + "CrystalResonanceGeneratorRate_comment": "How much energy a crystal resonance generator generates per tick.", + "CrystalResonanceGeneratorRate": 20.0, + "p2pTunnelEnergyTax_comment": "The cost to transport energy through an energy P2P tunnel expressed as a factor of the transported energy.", + "p2pTunnelEnergyTax": 0.025, + "p2pTunnelTransportTax_comment": "The cost to transport items/fluids/etc. through P2P tunnels, expressed in AE energy per equivalent I/O bus operation for the transported object type (i.e. items\u003dper 1 item, fluids\u003dper 125mb).", + "p2pTunnelTransportTax": 0.025 + }, + "Condenser": { + "MatterBalls": 256, + "Singularity": 256000 + }, + "tickRates": { + "_comment": " Min / Max Tickrates for dynamic ticking, most of these components also use sleeping, to prevent constant ticking, adjust with care, non standard rates are not supported or tested.", + "InterfaceMin": 5, + "InterfaceMax": 120, + "ImportBusMin": 5, + "ImportBusMax": 40, + "ExportBusMin": 5, + "ExportBusMax": 60, + "AnnihilationPlaneMin": 2, + "AnnihilationPlaneMax": 120, + "METunnelMin": 5, + "METunnelMax": 20, + "InscriberMin": 1, + "InscriberMax": 20, + "ChargerMin": 10, + "ChargerMax": 10, + "IOPortMin": 1, + "IOPortMax": 5, + "VibrationChamberMin": 10, + "VibrationChamberMax": 40, + "StorageBusMin": 5, + "StorageBusMax": 60, + "ItemTunnelMin": 5, + "ItemTunnelMax": 60, + "LightTunnelMin": 5, + "LightTunnelMax": 60 + }, + "vibrationChamber": { + "_comment": "Settings for the Vibration Chamber", + "baseEnergyPerFuelTick_comment": "AE energy produced per fuel burn tick (reminder: coal \u003d 1600, block of coal \u003d 16000, lava bucket \u003d 20000 burn ticks)", + "baseEnergyPerFuelTick": 5.0, + "minEnergyPerGameTick_comment": "Minimum amount of AE/t the vibration chamber can slow down to when energy is being wasted.", + "minEnergyPerGameTick": 4, + "baseMaxEnergyPerGameTick_comment": "Maximum amount of AE/t the vibration chamber can speed up to when generated energy is being fully consumed.", + "baseMaxEnergyPerGameTick": 40 + } +} \ No newline at end of file diff --git a/config/agricraft.jsonc b/config/agricraft.jsonc new file mode 100644 index 0000000..5f880db --- /dev/null +++ b/config/agricraft.jsonc @@ -0,0 +1,132 @@ +{ + "core": { + // Set to false to prevent AgriCraft from enabling its mod compatibility datapacks / resourcepacks by default + "register_packs_by_default": false, + // Set to false to disable planting of (agricraft) seeds outside crop sticks + "plant_off_crop_sticks": true, + // Set to false to disable collision boxes on crop sticks + "crop_sticks_collide": false, + // Set to true to allow only fertile plants to be able to cause, participate in, or contribute to a spreading / mutation action (note that this may cause issues with obtaining some specific plants) + "only_fertile_crops_spread": false, + // Set to false if to disable triggering of mutations by using fertilizers on a cross crop. + "allow_fertilizer_mutation": true, + // Set to true to allow mutations on clone events (spreading from single crop). + "clone_mutations": false, + // Set to true to override vanilla farming, meaning vanilla seeds will be converted to agricraft seeds on planting. + "override_vanilla_farming": true, + // Set to true to convert seeds only in the analyzer. Has no effect if "Override vanilla farming" is set to false. + "converts_seed_only_in_analyzer": false, + /* + * Global growth rate multiplier for crops. + * Range: 0.0 - 3.0 + */ + "growth_multiplier": 1.0, + // Set this to true to make only mature crops drop seeds (to encourage trowel usage). + "only_mature_seed_drops": false, + // Set to true to completely disable the spawning of weeds + "disable_weeds": true, + // Set to false to disable mature weeds killing plants + "mature_weeds_kill_plants": false, + // Set to false to disable the spreading of weeds + "weeds_spreading": false, + // Set this to true to have weeds destroy the crop sticks when they are broken with weeds (to encourage rake usage). + "weeds_destroy_crop_sticks": false, + // Set to false if you wish to disable drops from raking weeds. + "raking_drops_items": false, + /* + * Defines the seed compost value, if set to zero, seeds will not be compostable + * Range: 0.0 - 1.0 + */ + "seed_compost_value": 0.3, + /* + * The amount of seeds one seed bag can hold. + * Range: 8 - 256 + */ + "seed_bag_capactity": 64, + /* + * Enchantment cost in player levels to enchant the seed bag. + * Range: 0 - 30 + */ + "seed_bag_enchant_cost": 10 + }, + "stats": { + /* + * Minimum allowed value of the Gain stat (setting min and max equal will freeze the stat to that value in crop breeding) + * Range: 1 - 10 + */ + "gain_min": 1, + /* + * Maximum allowed value of the Gain stat (setting min and max equal will freeze the stat to that value in crop breeding) + * Range: 1 - 10 + */ + "gain_max": 10, + // Set to true to hide the Gain stat (hidden stats will not show up in tooltips or seed analysis). Setting min and max equal and hiding a stat effectively disables it, with its behaviour at the defined value for min and max. + "gain_hidden": false, + /* + * Minimum allowed value of the Growth stat (setting min and max equal will freeze the stat to that value in crop breeding) + * Range: 1 - 10 + */ + "growth_min": 1, + /* + * Maximum allowed value of the Growth stat (setting min and max equal will freeze the stat to that value in crop breeding) + * Range: 1 - 10 + */ + "growth_max": 10, + // Set to true to hide the Growth stat (hidden stats will not show up in tooltips or seed analysis). Setting min and max equal and hiding a stat effectively disables it, with its behaviour at the defined value for min and max. + "growth_hidden": false, + /* + * Minimum allowed value of the Strength stat (setting min and max equal will freeze the stat to that value in crop breeding) + * Range: 1 - 10 + */ + "strength_min": 1, + /* + * Maximum allowed value of the Strength stat (setting min and max equal will freeze the stat to that value in crop breeding) + * Range: 1 - 10 + */ + "strength_max": 10, + // Set to true to hide the Strength stat (hidden stats will not show up in tooltips or seed analysis). Setting min and max equal and hiding a stat effectively disables it, with its behaviour at the defined value for min and max. + "strength_hidden": false, + /* + * Minimum allowed value of the Resistance stat (setting min and max equal will freeze the stat to that value in crop breeding) + * Range: 1 - 10 + */ + "resistance_min": 10, + /* + * Maximum allowed value of the Resistance stat (setting min and max equal will freeze the stat to that value in crop breeding) + * Range: 1 - 10 + */ + "resistance_max": 10, + // Set to true to hide the Resistance stat (hidden stats will not show up in tooltips or seed analysis). Setting min and max equal and hiding a stat effectively disables it, with its behaviour at the defined value for min and max. + "resistance_hidden": true, + /* + * Minimum allowed value of the Fertility stat (setting min and max equal will freeze the stat to that value in crop breeding) + * Range: 1 - 10 + */ + "fertility_min": 1, + /* + * Maximum allowed value of the Fertility stat (setting min and max equal will freeze the stat to that value in crop breeding) + * Range: 1 - 10 + */ + "fertility_max": 10, + // Set to true to hide the Fertility stat (hidden stats will not show up in tooltips or seed analysis). Setting min and max equal and hiding a stat effectively disables it, with its behaviour at the defined value for min and max. + "fertility_hidden": false, + /* + * Minimum allowed value of the Mutativity stat (setting min and max equal will freeze the stat to that value in crop breeding) + * Range: 1 - 10 + */ + "mutativity_min": 1, + /* + * Maximum allowed value of the Mutativity stat (setting min and max equal will freeze the stat to that value in crop breeding) + * Range: 1 - 10 + */ + "mutativity_max": 10, + // Set to true to hide the Mutativity stat (hidden stats will not show up in tooltips or seed analysis). Setting min and max equal and hiding a stat effectively disables it, with its behaviour at the defined value for min and max. + "mutativity_hidden": false + }, + "compat": { + // Set to false to disable compatibility with Botania (in case things break) + "botania": true, + // Set to false to disable compatibility with Mystical Agriculture (in case things break) + "mysticalagriculture": true + } +} \ No newline at end of file diff --git a/config/akashictome-common.toml b/config/akashictome-common.toml new file mode 100644 index 0000000..ae49f9c --- /dev/null +++ b/config/akashictome-common.toml @@ -0,0 +1,7 @@ +"Allow all items to be added" = false +"Whitelisted Items" = ["roots:runedtablet", "opencomputers:tool:4", "immersiveengineering:tool:3", "integrateddynamics:on_the_dynamics_of_integration", "theoneprobe:probenote", "evilcraft:origins_of_darkness", "draconicevolution:info_tablet", "charset:tablet", "antiqueatlas:antique_atlas", "theurgy:grimiore", "tconstruct:materials_and_you", "tconstruct:puny_smelting", "tconstruct:mighty_smelting", "tconstruct:tinkers_gadgetry", "tconstruct:fantastic_foundry", "tetra:holo", "occultism:dictionary_of_spirits"] +"Whitelisted Names" = ["book", "tome", "lexicon", "nomicon", "manual", "knowledge", "pedia", "compendium", "guide", "codex", "dictionary", "journal"] +"Blacklisted Mods" = [] +"Mod Aliases" = ["nautralpledge=botania", "thermalexpansion=thermalfoundation", "thermaldynamics=thermalfoundation", "thermalcultivation=thermalfoundation", "redstonearsenal=thermalfoundation", "rftoolsdim=rftools", "rftoolspower=rftools", "rftoolscontrol=rftools", "ae2stuff=appliedenergistics2", "animus=bloodmagic", "integrateddynamics=integratedtunnels", "mekanismgenerators=mekanism", "mekanismtools=mekanism", "deepresonance=rftools", "xnet=rftools", "buildcrafttransport=buildcraft", "buildcraftfactory=buildcraft", "buildcraftsilicon=buildcraft"] +"Hide Book Render" = false + diff --git a/config/appleskin-client.toml b/config/appleskin-client.toml new file mode 100644 index 0000000..568c1af --- /dev/null +++ b/config/appleskin-client.toml @@ -0,0 +1,24 @@ + +[client] + #If true, shows the hunger (and saturation if showSaturationHudOverlay is true) that would be restored by food you are currently holding + showFoodValuesHudOverlay = true + #If true, shows your food exhaustion as a progress bar behind the hunger bars + showFoodExhaustionHudUnderlay = true + #Alpha value of the flashing icons at their most visible point (1.0 = fully opaque, 0.0 = fully transparent) + #Range: 0.0 ~ 1.0 + maxHudOverlayFlashAlpha = 0.65 + #If true, health/hunger overlay will shake to match Minecraft's icon animations + showVanillaAnimationsOverlay = true + #If true, adds a line that shows your hunger, saturation, and exhaustion level in the F3 debug overlay + showFoodStatsInDebugOverlay = true + #If true, shows the hunger and saturation values of food in its tooltip while holding SHIFT + showFoodValuesInTooltip = true + #If true, shows the hunger and saturation values of food in its tooltip automatically (without needing to hold SHIFT) + showFoodValuesInTooltipAlways = true + #If true, shows estimated health restored by food on the health bar + showFoodHealthHudOverlay = true + #If true, shows your current saturation level overlayed on the hunger bar + showSaturationHudOverlay = true + #If true, enables the hunger/saturation/health overlays for food in your off-hand + showFoodValuesHudOverlayWhenOffhand = true + diff --git a/config/ars_artifice/glyph_anguish.toml b/config/ars_artifice/glyph_anguish.toml new file mode 100644 index 0000000..499de0c --- /dev/null +++ b/config/ars_artifice/glyph_anguish.toml @@ -0,0 +1,23 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Damage threshold, in half-hearts + #Range: > 1 + threshold = 6 + #Damage threshold step, in half-hearts + #Range: > 1 + step = 2 + diff --git a/config/ars_artifice/glyph_falling.toml b/config/ars_artifice/glyph_falling.toml new file mode 100644 index 0000000..99e1e18 --- /dev/null +++ b/config/ars_artifice/glyph_falling.toml @@ -0,0 +1,23 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Default fall distance to trigger from, in blocks + #Range: > 1 + distance = 5 + #Distance change step, in blocks + #Range: > 1 + step = 1 + diff --git a/config/ars_artifice/glyph_interval.toml b/config/ars_artifice/glyph_interval.toml new file mode 100644 index 0000000..31ec3f7 --- /dev/null +++ b/config/ars_artifice/glyph_interval.toml @@ -0,0 +1,23 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Interval, in seconds + #Range: > 1 + interval = 10 + #Interval change step, in seconds + #Range: > 1 + step = 1 + diff --git a/config/ars_artifice/glyph_landing.toml b/config/ars_artifice/glyph_landing.toml new file mode 100644 index 0000000..c2bd215 --- /dev/null +++ b/config/ars_artifice/glyph_landing.toml @@ -0,0 +1,23 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Default distance fall to trigger from, in blocks + #Range: > 0 + distance = 0 + #Distance increase, in blocks + #Range: > 1 + step = 1 + diff --git a/config/ars_creo-common.toml b/config/ars_creo-common.toml new file mode 100644 index 0000000..f9a4ece --- /dev/null +++ b/config/ars_creo-common.toml @@ -0,0 +1,10 @@ +#Base speed of the wheel +#Range: > 0 +wheelBaseSpeed = 16 +#Speed of the wheel with a gold block in front +#Range: > 0 +wheelMaxSpeed = 24 +#Stress capacity of the wheel +#Range: 0.0 ~ 1.7976931348623157E308 +wheelStressCapacity = 16.0 + diff --git a/config/ars_elemental-client.toml b/config/ars_elemental-client.toml new file mode 100644 index 0000000..743a7cc --- /dev/null +++ b/config/ars_elemental-client.toml @@ -0,0 +1,7 @@ + +["Visual Configs"] + #Enables the rendering of the spell focus while equipped + "Enable SpellFocusRender" = true + #Enables the black texture of the spell book while upgraded + "Enable BlackBookTexture" = true + diff --git a/config/ars_elemental-common.toml b/config/ars_elemental-common.toml new file mode 100644 index 0000000..97c51ba --- /dev/null +++ b/config/ars_elemental-common.toml @@ -0,0 +1,90 @@ +#Adjust this value to define how much the matching spell cost gets discounted by the greater focus +#Range: 0.0 ~ 0.99 +"Elemental Focus discount" = 0.25 + +#Adjust these values to balance how much a spell gets amplified by the matching spell focus, doubled for major foci. +["Elemental Spell Foci - Amplify"] + "Fire Focus buff" = 1.0 + "Water Focus buff" = 1.0 + "Air Focus buff" = 1.0 + "Earth Focus buff" = 1.0 + +#Adjust these values to balance how much an elemental spell gets dampened by a not-matching lesser spell focus +["Elemental Spell Foci - Dampening"] + "Fire Focus debuff" = -1.0 + "Water Focus debuff" = -1.0 + "Air Focus debuff" = -1.0 + "Earth Focus debuff" = -1.0 + +#Enable or disable the passive bonus of the foci +["Elemental Spell Foci - Abilities"] + "Enable glyph empowering" = true + "Enable regen bonus under special conditions" = true + "Enable iframe skip combos" = true + +#Adjust Elemental Armor Mana Buffs +["Elemental Armors"] + #Max mana bonus for each elemental armor piece + #Range: 0 ~ 10000 + armorMaxMana = 100 + #Mana regen bonus for each elemental armor piece + #Range: 0 ~ 100 + armorManaRegen = 4 + +["Mermaid Fishing"] + #How much source mermaids consume per generation + #Range: 0 ~ 10000 + mermaidManaCost = 1000 + #How many channels must occur before a siren produces loot. + #Range: 0 ~ 300 + mermaidMaxProgress = 30 + #Max number of extra item rolls a shrine produces if the mood is high. + #Range: 0 ~ 10 + mermaidScoreBonus = 2 + #Chance multiplier to produce a treasure relative to the siren shrine score. + #Range: 0.0 ~ 1.0 + mermaidTreasureBonus = 0.002 + #Base number of items rolls a shrine produces per cycle. + #Range: 0 ~ 300 + mermaidBaseItems = 1 + #Max number of items a siren shrine can produce per cycle. + #Range: 0 ~ 300 + mermaidQuantityCap = 5 + +["Source cost"] + #How much source does the water urn consume. + #Range: 0 ~ 10000 + waterUrnCost = 100 + #How much source does the slipstream elevator consume. + #Range: 0 ~ 1000 + airElevatorCost = 10 + #How much source does the bubble elevator consume. + #Range: 0 ~ 1000 + waterElevatorCost = 0 + #How much source does the magmatic elevator consume. + #Range: 0 ~ 1000 + lavaElevatorCost = 0 + +[Misc] + #If enabled, flarecannons will simply die and drop the charm, instead of deactivating, if killed by their owner + flarecannon_owner_kill = true + #Set over 0 to enable archwood forests with specific trees + #Range: 0 ~ 100 + extra_biomes = 0 + #Set to false to disable the lightning crashing often on flashing archwood biome(s). + always_thunder = true + #If enabled, homing will be able to target mobs only if they're glowing + homing_nerf = false + #Define the refresh rate of the Squirrel Ritual buff, in ticks. + #Range: > 1 + squirrelRefreshRate = 600 + #If enabled, soulbound enchantment can appear in randomly enchanted loot chests. + soulbound_loot = true + #Define the maximum number of pierce that a lens can apply to a spell. + #Range: > 1 + pierceLensLimit = 10 + +[Mobs-Disabled] + #If true, the wandering mages will target players too, unless they wear the focus of the same school. + magesAggro = true + diff --git a/config/ars_elemental/glyph_aerial_filter.toml b/config/ars_elemental/glyph_aerial_filter.toml new file mode 100644 index 0000000..837d732 --- /dev/null +++ b/config/ars_elemental/glyph_aerial_filter.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_elemental/glyph_aquatic_filter.toml b/config/ars_elemental/glyph_aquatic_filter.toml new file mode 100644 index 0000000..837d732 --- /dev/null +++ b/config/ars_elemental/glyph_aquatic_filter.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_elemental/glyph_arc_projectile.toml b/config/ars_elemental/glyph_arc_projectile.toml new file mode 100644 index 0000000..1a688eb --- /dev/null +++ b/config/ars_elemental/glyph_arc_projectile.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 10 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Max lifespan of the projectile, in seconds. + #Range: > 0 + max_lifespan = 60 + diff --git a/config/ars_elemental/glyph_bubble_shield.toml b/config/ars_elemental/glyph_bubble_shield.toml new file mode 100644 index 0000000..b2c7451 --- /dev/null +++ b/config/ars_elemental/glyph_bubble_shield.toml @@ -0,0 +1,35 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 400 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Potion duration, in seconds + #Range: > 0 + potion_time = 30 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 8 + #Set how much mana is depleted every time a damage is mitigated by the Mana Bubble. + #Range: > 0 + absorption_cost = 350 + diff --git a/config/ars_elemental/glyph_charm.toml b/config/ars_elemental/glyph_charm.toml new file mode 100644 index 0000000..a8d1303 --- /dev/null +++ b/config/ars_elemental/glyph_charm.toml @@ -0,0 +1,35 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 30 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Potion duration, in seconds + #Range: > 0 + potion_time = 30 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 8 + #Set the max hp limit for Charm, mobs with more max hp will be immune. + #Range: > 0 + charm_hp_limit = 150 + diff --git a/config/ars_elemental/glyph_conjure_terrain.toml b/config/ars_elemental/glyph_conjure_terrain.toml new file mode 100644 index 0000000..185907a --- /dev/null +++ b/config/ars_elemental/glyph_conjure_terrain.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 20 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = ["ars_nouveau:glyph_amplify=2"] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_elemental/glyph_discharge.toml b/config/ars_elemental/glyph_discharge.toml new file mode 100644 index 0000000..860bf9f --- /dev/null +++ b/config/ars_elemental/glyph_discharge.toml @@ -0,0 +1,36 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 40 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = ["ars_nouveau:glyph_amplify=2"] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Range: 0.0 ~ 2.147483647E9 + damage = 7.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 3.0 + #Potion duration, in seconds + #Range: > 0 + potion_time = 15 + #Extend time duration, in ticks + #Range: > 0 + extend_time = 100 + diff --git a/config/ars_elemental/glyph_envenom.toml b/config/ars_elemental/glyph_envenom.toml new file mode 100644 index 0000000..be3fc3f --- /dev/null +++ b/config/ars_elemental/glyph_envenom.toml @@ -0,0 +1,32 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 20 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Potion duration, in seconds + #Range: > 0 + potion_time = 5 + #Extend time duration, in ticks + #Range: > 0 + extend_time = 100 + diff --git a/config/ars_elemental/glyph_fiery_filter.toml b/config/ars_elemental/glyph_fiery_filter.toml new file mode 100644 index 0000000..837d732 --- /dev/null +++ b/config/ars_elemental/glyph_fiery_filter.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_elemental/glyph_homing_projectile.toml b/config/ars_elemental/glyph_homing_projectile.toml new file mode 100644 index 0000000..93fbd27 --- /dev/null +++ b/config/ars_elemental/glyph_homing_projectile.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 75 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 3 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = ["ars_nouveau:glyph_pierce=1"] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Max lifespan of the projectile, in seconds. + #Range: > 0 + max_lifespan = 30 + diff --git a/config/ars_elemental/glyph_insect_filter.toml b/config/ars_elemental/glyph_insect_filter.toml new file mode 100644 index 0000000..837d732 --- /dev/null +++ b/config/ars_elemental/glyph_insect_filter.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_elemental/glyph_life_link.toml b/config/ars_elemental/glyph_life_link.toml new file mode 100644 index 0000000..4bf227c --- /dev/null +++ b/config/ars_elemental/glyph_life_link.toml @@ -0,0 +1,32 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 30 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 3 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Potion duration, in seconds + #Range: > 0 + potion_time = 30 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 8 + diff --git a/config/ars_elemental/glyph_not_aerial_filter.toml b/config/ars_elemental/glyph_not_aerial_filter.toml new file mode 100644 index 0000000..837d732 --- /dev/null +++ b/config/ars_elemental/glyph_not_aerial_filter.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_elemental/glyph_not_aquatic_filter.toml b/config/ars_elemental/glyph_not_aquatic_filter.toml new file mode 100644 index 0000000..837d732 --- /dev/null +++ b/config/ars_elemental/glyph_not_aquatic_filter.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_elemental/glyph_not_fiery_filter.toml b/config/ars_elemental/glyph_not_fiery_filter.toml new file mode 100644 index 0000000..837d732 --- /dev/null +++ b/config/ars_elemental/glyph_not_fiery_filter.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_elemental/glyph_not_insect_filter.toml b/config/ars_elemental/glyph_not_insect_filter.toml new file mode 100644 index 0000000..837d732 --- /dev/null +++ b/config/ars_elemental/glyph_not_insect_filter.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_elemental/glyph_not_summon_filter.toml b/config/ars_elemental/glyph_not_summon_filter.toml new file mode 100644 index 0000000..837d732 --- /dev/null +++ b/config/ars_elemental/glyph_not_summon_filter.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_elemental/glyph_not_undead_filter.toml b/config/ars_elemental/glyph_not_undead_filter.toml new file mode 100644 index 0000000..837d732 --- /dev/null +++ b/config/ars_elemental/glyph_not_undead_filter.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_elemental/glyph_phantom_grasp.toml b/config/ars_elemental/glyph_phantom_grasp.toml new file mode 100644 index 0000000..9c6b817 --- /dev/null +++ b/config/ars_elemental/glyph_phantom_grasp.toml @@ -0,0 +1,31 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 50 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = ["ars_nouveau:glyph_amplify=3"] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Base heal amount + #Range: 0.0 ~ 1.7976931348623157E308 + base_heal = 3.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 3.0 + diff --git a/config/ars_elemental/glyph_poison_spores.toml b/config/ars_elemental/glyph_poison_spores.toml new file mode 100644 index 0000000..9a308d6 --- /dev/null +++ b/config/ars_elemental/glyph_poison_spores.toml @@ -0,0 +1,36 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 30 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = ["ars_nouveau:glyph_amplify=2"] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Range: 0.0 ~ 2.147483647E9 + damage = 6.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 2.5 + #Potion duration, in seconds + #Range: > 0 + potion_time = 10 + #Extend time duration, in ticks + #Range: > 0 + extend_time = 60 + diff --git a/config/ars_elemental/glyph_propagator_arc.toml b/config/ars_elemental/glyph_propagator_arc.toml new file mode 100644 index 0000000..4e8d234 --- /dev/null +++ b/config/ars_elemental/glyph_propagator_arc.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 200 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_elemental/glyph_propagator_homing.toml b/config/ars_elemental/glyph_propagator_homing.toml new file mode 100644 index 0000000..1f519cc --- /dev/null +++ b/config/ars_elemental/glyph_propagator_homing.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 400 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 3 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_elemental/glyph_spark.toml b/config/ars_elemental/glyph_spark.toml new file mode 100644 index 0000000..5e64765 --- /dev/null +++ b/config/ars_elemental/glyph_spark.toml @@ -0,0 +1,36 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 15 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = ["ars_nouveau:glyph_amplify=2"] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Range: 0.0 ~ 2.147483647E9 + damage = 3.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 1.5 + #Potion duration, in seconds + #Range: > 0 + potion_time = 15 + #Extend time duration, in ticks + #Range: > 0 + extend_time = 100 + diff --git a/config/ars_elemental/glyph_spike.toml b/config/ars_elemental/glyph_spike.toml new file mode 100644 index 0000000..52e7509 --- /dev/null +++ b/config/ars_elemental/glyph_spike.toml @@ -0,0 +1,30 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 30 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = ["ars_nouveau:glyph_amplify=2"] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Range: 0.0 ~ 2.147483647E9 + damage = 8.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 2.5 + diff --git a/config/ars_elemental/glyph_summon_filter.toml b/config/ars_elemental/glyph_summon_filter.toml new file mode 100644 index 0000000..837d732 --- /dev/null +++ b/config/ars_elemental/glyph_summon_filter.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_elemental/glyph_undead_filter.toml b/config/ars_elemental/glyph_undead_filter.toml new file mode 100644 index 0000000..837d732 --- /dev/null +++ b/config/ars_elemental/glyph_undead_filter.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_elemental/glyph_watery_grave.toml b/config/ars_elemental/glyph_watery_grave.toml new file mode 100644 index 0000000..10e9780 --- /dev/null +++ b/config/ars_elemental/glyph_watery_grave.toml @@ -0,0 +1,36 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 25 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = ["ars_nouveau:glyph_amplify=2"] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Potion duration, in seconds + #Range: > 0 + potion_time = 30 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 8 + #Range: 0.0 ~ 2.147483647E9 + damage = 5.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 2.0 + diff --git a/config/ars_nouveau-client.toml b/config/ars_nouveau-client.toml new file mode 100644 index 0000000..b53adca --- /dev/null +++ b/config/ars_nouveau-client.toml @@ -0,0 +1,54 @@ + +#Lighting +[lights] + #Show the supporter message. This is set to false after the first time. + showSupporterMessage = true + #If dynamic lights are enabled + lightsEnabled = true + #How bright the touch light is + #Range: 0 ~ 15 + touchLightLuminance = 8 + #How long the touch light lasts in ticks + #Range: 0 ~ 40 + touchLightDuration = 8 + #Light level an entity should emit when dynamic lights are on + #Example entry: minecraft:blaze=15 + entity_lights = ["minecraft:blaze=10", "ars_nouveau:orbit=15", "ars_nouveau:linger=15", "ars_nouveau:spell_proj=15", "minecraft:magma_cube=8", "ars_nouveau:flying_item=10", "minecraft:spectral_arrow=8", "ars_nouveau:follow_proj=10"] + #Light level an item should emit when held when dynamic lights are on + #Example entry: minecraft:stick=15 + item_lights = ["minecraft:redstone_torch=10", "minecraft:soul_lantern=12", "minecraft:glow_ink_sac=10", "minecraft:verdant_froglight=15", "minecraft:blaze_rod=10", "minecraft:shroomlight=10", "minecraft:lantern=14", "minecraft:soul_torch=10", "minecraft:glow_berries=8", "minecraft:glowstone_dust=8", "minecraft:pearlescent_froglight=15", "minecraft:nether_star=14", "minecraft:glowstone=15", "minecraft:torch=14", "minecraft:ochre_froglight=15", "minecraft:lava_bucket=15"] + +#Overlay +[overlays] + #X offset for the tooltip + #Range: > -2147483648 + xTooltip = 20 + #Y offset for the tooltip + #Range: > -2147483648 + yTooltip = 0 + #X offset for the Mana Bar + #Range: > -2147483648 + xManaBar = 0 + #Y offset for the Mana Bar + #Range: > -2147483648 + yManaBar = 0 + #If the Storage Lectern should show the recipe book icon + showRecipeBook = true + #Inform the player of Dynamic lights once. + informLights = false + #Whether the Selection HUD is toggled or held + toggleSelectionHUD = true + +#Misc +[misc] + #Use simplified renderer for Warp Portals + no_end_portal_render = false + #Disables the skyweave renderer. Disable if your sky is broken with shaders. + disable_skyweave = false + #Show spell tooltips with glyphs instead of plain text + glyphTooltips = true + #Enables transparent/opaque rendering of elements in the book GUI. Disable if it leads to crash with Sodium derivatives + gui_transparency = true + #Disables translucent particles. Disable if your particles are invisible with shaders. + opaque_particles = false + diff --git a/config/ars_nouveau-common.toml b/config/ars_nouveau-common.toml new file mode 100644 index 0000000..8ee0903 --- /dev/null +++ b/config/ars_nouveau-common.toml @@ -0,0 +1,74 @@ + +#General settings +[general] + #Dimensions where hostile mobs will not spawn. Ex: ["minecraft:overworld", "undergarden:undergarden"]. . Run /forge dimensions for a list. + dimensionBlacklist = [] + #Spawn a book in the players inventory on login + spawnBook = true + #How much mana whirlisprigs consume per generation + #Range: 0 ~ 10000 + sylphManaCost = 250 + #How much progress whirlisprigs must accumulate before creating resources + #Range: 0 ~ 10000 + whirlisprigProgress = 250 + #Should the Wilden Hunter attack animals? + hunterHuntsAnimals = false + #Should the Wilden Stalker attack animals? + stalkerHuntsAnimals = false + #Should the Wilden Defender attack animals? + defenderHuntsAnimals = false + #Should the Wilden Chimera dive bomb destroy blocks? + destructiveDiveBomb = true + #Archwood forest spawn weight + #Range: > 0 + archwoodForest = 2 + #How many inventories can lectern support per bookwyrm + #Range: > 1 + bookwyrmLimit = 8 + +[drygmy_production] + #How much source drygmys consume per generation + #Range: 0 ~ 10000 + drygmyManaCost = 1000 + #How many channels must occur before a drygmy produces loot + #Range: 0 ~ 300 + drygmyMaxProgress = 20 + #Bonus number of items a drygmy produces per unique mob + #Range: 0 ~ 300 + drygmyUniqueBonus = 2 + #Base number of items a drygmy produces per cycle before bonuses. + #Range: > -2147483648 + drygmyBaseItems = 1 + #Max Bonus number of items a drygmy produces from nearby entities. Each entity equals 1 item. + #Range: 0 ~ 300 + drygmyQuantityCap = 5 + +#Items +[item] + #Spawn Caster Tomes in Dungeon Loot? + spawnTomes = true + #How much mana the Ring of Jumping consumes per jump + #Range: 0 ~ 10000 + jumpRingCost = 30 + +#Blocks +[block] + #How much potion a melder takes from each input jar. 100 = 1 potion + #Range: > 100 + melderInputCost = 200 + #How much potion a melder outputs per cycle. 100 = 1 potion + #Range: > 100 + melderOutput = 100 + #How much source a melder takes per cycle + #Range: > 0 + melderSourceCost = 300 + #The max potion level the enchanted flask can grant. This isnt needed unless you have an infinite potion leveling exploit. + #Range: > 2 + enchantedFlaskCap = 255 + +#Debug +[debug] + #Max number of log events to keep on entities. Lowering this number may make it difficult to debug why your entities are stuck. + #Range: > 0 + maxLogEvents = 100 + diff --git a/config/ars_nouveau-server.toml b/config/ars_nouveau-server.toml new file mode 100644 index 0000000..8b4e928 --- /dev/null +++ b/config/ars_nouveau-server.toml @@ -0,0 +1,57 @@ + +#Mana +[mana] + #Base mana regen in seconds + #Range: > 0 + baseRegen = 5 + #Base max mana + #Range: > 0 + baseMax = 100 + #How often max and regen will be calculated, in ticks. NOTE: Having the base mana regen AT LEAST this value is recommended. + #Range: 1 ~ 20 + updateInterval = 5 + #Max mana bonus per glyph + #Range: > 0 + glyphmax = 15 + #Max mana bonus for tier of book + #Range: > 0 + tierMax = 50 + #Mana regen bonus for tier of book + #Range: > 0 + tierRegen = 1 + #Mana Boost value per level + #Range: > 0 + manaBoost = 25 + #(enchantment) Mana regen per second per level + #Range: > 0 + manaRegenEnchantment = 2 + #Regen bonus per glyph + #Range: 0.0 ~ 2.147483647E9 + glyphRegen = 0.33 + #Regen bonus per potion level + #Range: > 0 + potionRegen = 10 + +[spell_casting] + #Enforce augment cap on casting? Turn this off if you are a pack maker and want to create more powerful items than players. + enforceCapOnCast = true + #Enforce glyph per spell limit on casting? Turn this off if you are a pack maker and want to create more powerful items than players. + enforceGlyphLimitOnCast = true + +[item] + #Cost per glyph in a codex + #Range: > 0 + codexCost = 10 + +[warp_portals] + #Enable warp portals? + enableWarpPortals = true + +#Beta Features +[beta] + #Allow crafting infinite spells. This is a beta feature and may cause crashes. + infiniteSpells = false + #Limits the crafting infinite spells beta, set a cap to the number of additional glyphs. This is a beta feature and may cause crashes. + #Range: 10 ~ 1000 + infiniteSpellLimit = 30 + diff --git a/config/ars_nouveau/burst.toml b/config/ars_nouveau/burst.toml new file mode 100644 index 0000000..446f8de --- /dev/null +++ b/config/ars_nouveau/burst.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 500 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: 1 ~ 1 + per_spell_limit = 1 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 3 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = ["ars_nouveau:glyph_wall", "ars_nouveau:glyph_linger"] + diff --git a/config/ars_nouveau/glyph_accelerate.toml b/config/ars_nouveau/glyph_accelerate.toml new file mode 100644 index 0000000..909aad4 --- /dev/null +++ b/config/ars_nouveau/glyph_accelerate.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 10 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + diff --git a/config/ars_nouveau/glyph_amplify.toml b/config/ars_nouveau/glyph_amplify.toml new file mode 100644 index 0000000..a8d2816 --- /dev/null +++ b/config/ars_nouveau/glyph_amplify.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 20 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + diff --git a/config/ars_nouveau/glyph_animate_block.toml b/config/ars_nouveau/glyph_animate_block.toml new file mode 100644 index 0000000..1bea52c --- /dev/null +++ b/config/ars_nouveau/glyph_animate_block.toml @@ -0,0 +1,32 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 200 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Base duration in seconds + #Range: > 0 + duration = 60 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 60 + diff --git a/config/ars_nouveau/glyph_aoe.toml b/config/ars_nouveau/glyph_aoe.toml new file mode 100644 index 0000000..4a8b193 --- /dev/null +++ b/config/ars_nouveau/glyph_aoe.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 35 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + diff --git a/config/ars_nouveau/glyph_blink.toml b/config/ars_nouveau/glyph_blink.toml new file mode 100644 index 0000000..13ca272 --- /dev/null +++ b/config/ars_nouveau/glyph_blink.toml @@ -0,0 +1,31 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 50 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 3 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Base teleport distance + #Range: > 0 + distance = 8 + #Range: 0.0 ~ 2.147483647E9 + amplify = 3.0 + diff --git a/config/ars_nouveau/glyph_bounce.toml b/config/ars_nouveau/glyph_bounce.toml new file mode 100644 index 0000000..173aef5 --- /dev/null +++ b/config/ars_nouveau/glyph_bounce.toml @@ -0,0 +1,32 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 50 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Potion duration, in seconds + #Range: > 0 + potion_time = 30 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 8 + diff --git a/config/ars_nouveau/glyph_break.toml b/config/ars_nouveau/glyph_break.toml new file mode 100644 index 0000000..8e32c50 --- /dev/null +++ b/config/ars_nouveau/glyph_break.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 10 + #Is Starter Glyph? + starter = true + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = ["ars_nouveau:glyph_fortune=4"] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_nouveau/glyph_cold_snap.toml b/config/ars_nouveau/glyph_cold_snap.toml new file mode 100644 index 0000000..2dbef8f --- /dev/null +++ b/config/ars_nouveau/glyph_cold_snap.toml @@ -0,0 +1,36 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 30 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = ["ars_nouveau:glyph_amplify=2", "ars_nouveau:glyph_aoe=1"] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Range: 0.0 ~ 2.147483647E9 + damage = 6.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 2.5 + #Potion duration, in seconds + #Range: > 0 + potion_time = 5 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 1 + diff --git a/config/ars_nouveau/glyph_conjure_water.toml b/config/ars_nouveau/glyph_conjure_water.toml new file mode 100644 index 0000000..5d76120 --- /dev/null +++ b/config/ars_nouveau/glyph_conjure_water.toml @@ -0,0 +1,32 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 80 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Potion duration, in seconds + #Range: > 0 + potion_time = 20 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 10 + diff --git a/config/ars_nouveau/glyph_craft.toml b/config/ars_nouveau/glyph_craft.toml new file mode 100644 index 0000000..7ca54e2 --- /dev/null +++ b/config/ars_nouveau/glyph_craft.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 50 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_nouveau/glyph_crush.toml b/config/ars_nouveau/glyph_crush.toml new file mode 100644 index 0000000..8e317eb --- /dev/null +++ b/config/ars_nouveau/glyph_crush.toml @@ -0,0 +1,30 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 30 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = ["ars_nouveau:glyph_amplify=2"] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Range: 0.0 ~ 2.147483647E9 + damage = 3.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 1.0 + diff --git a/config/ars_nouveau/glyph_cut.toml b/config/ars_nouveau/glyph_cut.toml new file mode 100644 index 0000000..5f5ab08 --- /dev/null +++ b/config/ars_nouveau/glyph_cut.toml @@ -0,0 +1,30 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = ["ars_nouveau:glyph_amplify=2"] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Range: 0.0 ~ 2.147483647E9 + damage = 1.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 1.0 + diff --git a/config/ars_nouveau/glyph_dampen.toml b/config/ars_nouveau/glyph_dampen.toml new file mode 100644 index 0000000..94c4cb0 --- /dev/null +++ b/config/ars_nouveau/glyph_dampen.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + diff --git a/config/ars_nouveau/glyph_decelerate.toml b/config/ars_nouveau/glyph_decelerate.toml new file mode 100644 index 0000000..4174aeb --- /dev/null +++ b/config/ars_nouveau/glyph_decelerate.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 5 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + diff --git a/config/ars_nouveau/glyph_delay.toml b/config/ars_nouveau/glyph_delay.toml new file mode 100644 index 0000000..e948229 --- /dev/null +++ b/config/ars_nouveau/glyph_delay.toml @@ -0,0 +1,32 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Randomize chance, in percentage (0-1 = 0% - 100%) + #Range: 0.0 ~ 2.147483647E9 + extend_time = 0.25 + #The base duration of the delay effect in ticks. + #Range: > 0 + base_duration = 20 + diff --git a/config/ars_nouveau/glyph_dispel.toml b/config/ars_nouveau/glyph_dispel.toml new file mode 100644 index 0000000..90bba7c --- /dev/null +++ b/config/ars_nouveau/glyph_dispel.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 30 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_nouveau/glyph_duration_down.toml b/config/ars_nouveau/glyph_duration_down.toml new file mode 100644 index 0000000..dbeafe9 --- /dev/null +++ b/config/ars_nouveau/glyph_duration_down.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 15 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + diff --git a/config/ars_nouveau/glyph_ender_inventory.toml b/config/ars_nouveau/glyph_ender_inventory.toml new file mode 100644 index 0000000..f5edd12 --- /dev/null +++ b/config/ars_nouveau/glyph_ender_inventory.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 50 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_nouveau/glyph_evaporate.toml b/config/ars_nouveau/glyph_evaporate.toml new file mode 100644 index 0000000..7ca54e2 --- /dev/null +++ b/config/ars_nouveau/glyph_evaporate.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 50 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_nouveau/glyph_exchange.toml b/config/ars_nouveau/glyph_exchange.toml new file mode 100644 index 0000000..f5edd12 --- /dev/null +++ b/config/ars_nouveau/glyph_exchange.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 50 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_nouveau/glyph_explosion.toml b/config/ars_nouveau/glyph_explosion.toml new file mode 100644 index 0000000..020d3a0 --- /dev/null +++ b/config/ars_nouveau/glyph_explosion.toml @@ -0,0 +1,39 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 200 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = ["ars_nouveau:glyph_amplify=2"] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Range: 0.0 ~ 2.147483647E9 + amplify = 0.5 + #Explosion base intensity + #Range: 0.0 ~ 100.0 + base = 0.75 + #AOE intensity bonus + #Range: 0.0 ~ 100.0 + aoe_bonus = 1.5 + #Range: 0.0 ~ 2.147483647E9 + damage = 6.0 + #Additional damage per amplify + #Range: 0.0 ~ 2.147483647E9 + amp_damage = 2.5 + diff --git a/config/ars_nouveau/glyph_extend_time.toml b/config/ars_nouveau/glyph_extend_time.toml new file mode 100644 index 0000000..909aad4 --- /dev/null +++ b/config/ars_nouveau/glyph_extend_time.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 10 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + diff --git a/config/ars_nouveau/glyph_extract.toml b/config/ars_nouveau/glyph_extract.toml new file mode 100644 index 0000000..e3670d3 --- /dev/null +++ b/config/ars_nouveau/glyph_extract.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 30 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + diff --git a/config/ars_nouveau/glyph_fangs.toml b/config/ars_nouveau/glyph_fangs.toml new file mode 100644 index 0000000..2c616e9 --- /dev/null +++ b/config/ars_nouveau/glyph_fangs.toml @@ -0,0 +1,30 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 35 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 3 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = ["ars_nouveau:glyph_amplify=2"] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Range: 0.0 ~ 2.147483647E9 + damage = 6.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 3.0 + diff --git a/config/ars_nouveau/glyph_fell.toml b/config/ars_nouveau/glyph_fell.toml new file mode 100644 index 0000000..5a36ef6 --- /dev/null +++ b/config/ars_nouveau/glyph_fell.toml @@ -0,0 +1,32 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 150 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Base amount of harvested blocks + #Range: > 0 + base_harvest = 50 + #Additional max blocks per AOE + #Range: > 0 + aoe_bonus = 50 + diff --git a/config/ars_nouveau/glyph_firework.toml b/config/ars_nouveau/glyph_firework.toml new file mode 100644 index 0000000..b3c76a4 --- /dev/null +++ b/config/ars_nouveau/glyph_firework.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 50 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = ["ars_nouveau:glyph_amplify=2"] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_nouveau/glyph_flare.toml b/config/ars_nouveau/glyph_flare.toml new file mode 100644 index 0000000..d90e7ea --- /dev/null +++ b/config/ars_nouveau/glyph_flare.toml @@ -0,0 +1,33 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 40 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = ["ars_nouveau:glyph_amplify=2"] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Range: 0.0 ~ 2.147483647E9 + damage = 7.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 3.0 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 1 + diff --git a/config/ars_nouveau/glyph_fortune.toml b/config/ars_nouveau/glyph_fortune.toml new file mode 100644 index 0000000..e3dc13b --- /dev/null +++ b/config/ars_nouveau/glyph_fortune.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 80 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + diff --git a/config/ars_nouveau/glyph_freeze.toml b/config/ars_nouveau/glyph_freeze.toml new file mode 100644 index 0000000..0e92bb7 --- /dev/null +++ b/config/ars_nouveau/glyph_freeze.toml @@ -0,0 +1,32 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 15 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = ["ars_nouveau:glyph_sensitive=1"] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Potion duration, in seconds + #Range: > 0 + potion_time = 10 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 5 + diff --git a/config/ars_nouveau/glyph_glide.toml b/config/ars_nouveau/glyph_glide.toml new file mode 100644 index 0000000..78aaec3 --- /dev/null +++ b/config/ars_nouveau/glyph_glide.toml @@ -0,0 +1,32 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 100 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 3 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Potion duration, in seconds + #Range: > 0 + potion_time = 180 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 120 + diff --git a/config/ars_nouveau/glyph_gravity.toml b/config/ars_nouveau/glyph_gravity.toml new file mode 100644 index 0000000..448d4b8 --- /dev/null +++ b/config/ars_nouveau/glyph_gravity.toml @@ -0,0 +1,32 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 15 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Potion duration, in seconds + #Range: > 0 + potion_time = 30 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 8 + diff --git a/config/ars_nouveau/glyph_grow.toml b/config/ars_nouveau/glyph_grow.toml new file mode 100644 index 0000000..0236c7e --- /dev/null +++ b/config/ars_nouveau/glyph_grow.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 70 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_nouveau/glyph_gust.toml b/config/ars_nouveau/glyph_gust.toml new file mode 100644 index 0000000..9b9f5cf --- /dev/null +++ b/config/ars_nouveau/glyph_gust.toml @@ -0,0 +1,31 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 15 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Base knockback value + #Range: 0.0 ~ 1.7976931348623157E308 + base_value = 1.5 + #Range: 0.0 ~ 2.147483647E9 + amplify = 1.0 + diff --git a/config/ars_nouveau/glyph_harm.toml b/config/ars_nouveau/glyph_harm.toml new file mode 100644 index 0000000..9dfcef7 --- /dev/null +++ b/config/ars_nouveau/glyph_harm.toml @@ -0,0 +1,36 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 15 + #Is Starter Glyph? + starter = true + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = ["ars_nouveau:glyph_amplify=2"] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Range: 0.0 ~ 2.147483647E9 + damage = 5.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 2.0 + #Potion duration, in seconds + #Range: > 0 + potion_time = 5 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 5 + diff --git a/config/ars_nouveau/glyph_harvest.toml b/config/ars_nouveau/glyph_harvest.toml new file mode 100644 index 0000000..d9d041a --- /dev/null +++ b/config/ars_nouveau/glyph_harvest.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 10 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_nouveau/glyph_heal.toml b/config/ars_nouveau/glyph_heal.toml new file mode 100644 index 0000000..761a131 --- /dev/null +++ b/config/ars_nouveau/glyph_heal.toml @@ -0,0 +1,31 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 50 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Base heal amount + #Range: 0.0 ~ 1.7976931348623157E308 + base_heal = 3.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 3.0 + diff --git a/config/ars_nouveau/glyph_hex.toml b/config/ars_nouveau/glyph_hex.toml new file mode 100644 index 0000000..ad19330 --- /dev/null +++ b/config/ars_nouveau/glyph_hex.toml @@ -0,0 +1,32 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 100 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 3 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = ["ars_nouveau:glyph_amplify=4"] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Potion duration, in seconds + #Range: > 0 + potion_time = 30 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 8 + diff --git a/config/ars_nouveau/glyph_ignite.toml b/config/ars_nouveau/glyph_ignite.toml new file mode 100644 index 0000000..5e8836e --- /dev/null +++ b/config/ars_nouveau/glyph_ignite.toml @@ -0,0 +1,32 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 15 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Extend time duration, in seconds + #Range: > 0 + extend_time = 2 + #Potion duration, in seconds + #Range: > 0 + potion_time = 3 + diff --git a/config/ars_nouveau/glyph_infuse.toml b/config/ars_nouveau/glyph_infuse.toml new file mode 100644 index 0000000..547c897 --- /dev/null +++ b/config/ars_nouveau/glyph_infuse.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 30 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = ["ars_nouveau:glyph_aoe=1", "ars_nouveau:glyph_extend_time=1"] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_nouveau/glyph_intangible.toml b/config/ars_nouveau/glyph_intangible.toml new file mode 100644 index 0000000..756dde7 --- /dev/null +++ b/config/ars_nouveau/glyph_intangible.toml @@ -0,0 +1,32 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 30 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 3 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Base duration, in seconds + #Range: > 0 + base = 3 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 1 + diff --git a/config/ars_nouveau/glyph_interact.toml b/config/ars_nouveau/glyph_interact.toml new file mode 100644 index 0000000..d9d041a --- /dev/null +++ b/config/ars_nouveau/glyph_interact.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 10 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_nouveau/glyph_invisibility.toml b/config/ars_nouveau/glyph_invisibility.toml new file mode 100644 index 0000000..5a2f449 --- /dev/null +++ b/config/ars_nouveau/glyph_invisibility.toml @@ -0,0 +1,32 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 30 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Potion duration, in seconds + #Range: > 0 + potion_time = 30 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 8 + diff --git a/config/ars_nouveau/glyph_launch.toml b/config/ars_nouveau/glyph_launch.toml new file mode 100644 index 0000000..0fb0749 --- /dev/null +++ b/config/ars_nouveau/glyph_launch.toml @@ -0,0 +1,31 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 30 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Base knockup amount + #Range: 0.0 ~ 1.7976931348623157E308 + knockup = 0.8 + #Range: 0.0 ~ 2.147483647E9 + amplify = 0.25 + diff --git a/config/ars_nouveau/glyph_leap.toml b/config/ars_nouveau/glyph_leap.toml new file mode 100644 index 0000000..2b734d8 --- /dev/null +++ b/config/ars_nouveau/glyph_leap.toml @@ -0,0 +1,33 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 25 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #If true, will not launch the caster if they are not on the ground. + force_ground = false + #Base knockup amount + #Range: 0.0 ~ 1.7976931348623157E308 + knock_up = 1.5 + #Range: 0.0 ~ 2.147483647E9 + amplify = 1.0 + diff --git a/config/ars_nouveau/glyph_light.toml b/config/ars_nouveau/glyph_light.toml new file mode 100644 index 0000000..d196e1e --- /dev/null +++ b/config/ars_nouveau/glyph_light.toml @@ -0,0 +1,32 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 25 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = ["ars_nouveau:glyph_amplify=1"] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Potion duration, in seconds + #Range: > 0 + potion_time = 30 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 8 + diff --git a/config/ars_nouveau/glyph_lightning.toml b/config/ars_nouveau/glyph_lightning.toml new file mode 100644 index 0000000..88e7d05 --- /dev/null +++ b/config/ars_nouveau/glyph_lightning.toml @@ -0,0 +1,33 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 100 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 3 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = ["ars_nouveau:glyph_amplify=2"] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Range: 0.0 ~ 2.147483647E9 + damage = 5.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 3.0 + #Bonus damage for wet entities + #Range: 0.0 ~ 1.7976931348623157E308 + wet_bonus = 2.0 + diff --git a/config/ars_nouveau/glyph_linger.toml b/config/ars_nouveau/glyph_linger.toml new file mode 100644 index 0000000..8f0a47a --- /dev/null +++ b/config/ars_nouveau/glyph_linger.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 500 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: 1 ~ 1 + per_spell_limit = 1 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 3 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_nouveau/glyph_name.toml b/config/ars_nouveau/glyph_name.toml new file mode 100644 index 0000000..05040ea --- /dev/null +++ b/config/ars_nouveau/glyph_name.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 25 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_nouveau/glyph_orbit.toml b/config/ars_nouveau/glyph_orbit.toml new file mode 100644 index 0000000..427186e --- /dev/null +++ b/config/ars_nouveau/glyph_orbit.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 50 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 3 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_nouveau/glyph_phantom_block.toml b/config/ars_nouveau/glyph_phantom_block.toml new file mode 100644 index 0000000..2139c6e --- /dev/null +++ b/config/ars_nouveau/glyph_phantom_block.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 5 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = ["ars_nouveau:glyph_amplify=1"] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_nouveau/glyph_pickup.toml b/config/ars_nouveau/glyph_pickup.toml new file mode 100644 index 0000000..d9d041a --- /dev/null +++ b/config/ars_nouveau/glyph_pickup.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 10 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_nouveau/glyph_pierce.toml b/config/ars_nouveau/glyph_pierce.toml new file mode 100644 index 0000000..b9278a1 --- /dev/null +++ b/config/ars_nouveau/glyph_pierce.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 40 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + diff --git a/config/ars_nouveau/glyph_place_block.toml b/config/ars_nouveau/glyph_place_block.toml new file mode 100644 index 0000000..d9d041a --- /dev/null +++ b/config/ars_nouveau/glyph_place_block.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 10 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_nouveau/glyph_projectile.toml b/config/ars_nouveau/glyph_projectile.toml new file mode 100644 index 0000000..4180166 --- /dev/null +++ b/config/ars_nouveau/glyph_projectile.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 10 + #Is Starter Glyph? + starter = true + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Max lifespan of the projectile, in seconds. + #Range: > 0 + max_lifespan = 60 + diff --git a/config/ars_nouveau/glyph_pull.toml b/config/ars_nouveau/glyph_pull.toml new file mode 100644 index 0000000..95aff95 --- /dev/null +++ b/config/ars_nouveau/glyph_pull.toml @@ -0,0 +1,31 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 15 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Base movement velocity + #Range: 0.0 ~ 1.7976931348623157E308 + base_value = 1.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 0.5 + diff --git a/config/ars_nouveau/glyph_randomize.toml b/config/ars_nouveau/glyph_randomize.toml new file mode 100644 index 0000000..88914ed --- /dev/null +++ b/config/ars_nouveau/glyph_randomize.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + diff --git a/config/ars_nouveau/glyph_redstone_signal.toml b/config/ars_nouveau/glyph_redstone_signal.toml new file mode 100644 index 0000000..8f57063 --- /dev/null +++ b/config/ars_nouveau/glyph_redstone_signal.toml @@ -0,0 +1,32 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Base time in ticks + #Range: > 0 + base_duration = 5 + #Extend time bonus, in ticks + #Range: > 0 + extend_time = 10 + diff --git a/config/ars_nouveau/glyph_rotate.toml b/config/ars_nouveau/glyph_rotate.toml new file mode 100644 index 0000000..d9d041a --- /dev/null +++ b/config/ars_nouveau/glyph_rotate.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 10 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_nouveau/glyph_rune.toml b/config/ars_nouveau/glyph_rune.toml new file mode 100644 index 0000000..90bba7c --- /dev/null +++ b/config/ars_nouveau/glyph_rune.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 30 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_nouveau/glyph_self.toml b/config/ars_nouveau/glyph_self.toml new file mode 100644 index 0000000..40e44c4 --- /dev/null +++ b/config/ars_nouveau/glyph_self.toml @@ -0,0 +1,23 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 10 + #Is Starter Glyph? + starter = true + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + diff --git a/config/ars_nouveau/glyph_sense_magic.toml b/config/ars_nouveau/glyph_sense_magic.toml new file mode 100644 index 0000000..972ed09 --- /dev/null +++ b/config/ars_nouveau/glyph_sense_magic.toml @@ -0,0 +1,32 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 50 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Potion duration, in seconds + #Range: > 0 + potion_time = 60 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 15 + diff --git a/config/ars_nouveau/glyph_sensitive.toml b/config/ars_nouveau/glyph_sensitive.toml new file mode 100644 index 0000000..b3dea4d --- /dev/null +++ b/config/ars_nouveau/glyph_sensitive.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 10 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + diff --git a/config/ars_nouveau/glyph_slowfall.toml b/config/ars_nouveau/glyph_slowfall.toml new file mode 100644 index 0000000..5a2f449 --- /dev/null +++ b/config/ars_nouveau/glyph_slowfall.toml @@ -0,0 +1,32 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 30 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Potion duration, in seconds + #Range: > 0 + potion_time = 30 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 8 + diff --git a/config/ars_nouveau/glyph_smelt.toml b/config/ars_nouveau/glyph_smelt.toml new file mode 100644 index 0000000..22a2d81 --- /dev/null +++ b/config/ars_nouveau/glyph_smelt.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 100 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_nouveau/glyph_snare.toml b/config/ars_nouveau/glyph_snare.toml new file mode 100644 index 0000000..b188314 --- /dev/null +++ b/config/ars_nouveau/glyph_snare.toml @@ -0,0 +1,32 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 100 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Potion duration, in seconds + #Range: > 0 + potion_time = 8 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 1 + diff --git a/config/ars_nouveau/glyph_split.toml b/config/ars_nouveau/glyph_split.toml new file mode 100644 index 0000000..33bc64f --- /dev/null +++ b/config/ars_nouveau/glyph_split.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 20 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 3 + diff --git a/config/ars_nouveau/glyph_summon_decoy.toml b/config/ars_nouveau/glyph_summon_decoy.toml new file mode 100644 index 0000000..a4b1bb1 --- /dev/null +++ b/config/ars_nouveau/glyph_summon_decoy.toml @@ -0,0 +1,32 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 200 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 3 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Extend time duration, in seconds + #Range: > 0 + extend_time = 15 + #Base duration in seconds + #Range: > 0 + duration = 30 + diff --git a/config/ars_nouveau/glyph_summon_steed.toml b/config/ars_nouveau/glyph_summon_steed.toml new file mode 100644 index 0000000..94611d2 --- /dev/null +++ b/config/ars_nouveau/glyph_summon_steed.toml @@ -0,0 +1,32 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 100 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Extend time duration, in seconds + #Range: > 0 + extend_time = 120 + #Base duration in seconds + #Range: > 0 + duration = 300 + diff --git a/config/ars_nouveau/glyph_summon_undead.toml b/config/ars_nouveau/glyph_summon_undead.toml new file mode 100644 index 0000000..4e96dcf --- /dev/null +++ b/config/ars_nouveau/glyph_summon_undead.toml @@ -0,0 +1,32 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 150 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 3 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Base duration in seconds + #Range: > 0 + duration = 15 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 10 + diff --git a/config/ars_nouveau/glyph_summon_vex.toml b/config/ars_nouveau/glyph_summon_vex.toml new file mode 100644 index 0000000..4e96dcf --- /dev/null +++ b/config/ars_nouveau/glyph_summon_vex.toml @@ -0,0 +1,32 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 150 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 3 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Base duration in seconds + #Range: > 0 + duration = 15 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 10 + diff --git a/config/ars_nouveau/glyph_summon_wolves.toml b/config/ars_nouveau/glyph_summon_wolves.toml new file mode 100644 index 0000000..036ae4d --- /dev/null +++ b/config/ars_nouveau/glyph_summon_wolves.toml @@ -0,0 +1,32 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 100 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Base duration in seconds + #Range: > 0 + duration = 60 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 60 + diff --git a/config/ars_nouveau/glyph_toss.toml b/config/ars_nouveau/glyph_toss.toml new file mode 100644 index 0000000..d9d041a --- /dev/null +++ b/config/ars_nouveau/glyph_toss.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 10 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_nouveau/glyph_touch.toml b/config/ars_nouveau/glyph_touch.toml new file mode 100644 index 0000000..3341b4c --- /dev/null +++ b/config/ars_nouveau/glyph_touch.toml @@ -0,0 +1,23 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 5 + #Is Starter Glyph? + starter = true + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + diff --git a/config/ars_nouveau/glyph_underfoot.toml b/config/ars_nouveau/glyph_underfoot.toml new file mode 100644 index 0000000..9972246 --- /dev/null +++ b/config/ars_nouveau/glyph_underfoot.toml @@ -0,0 +1,23 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 5 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + diff --git a/config/ars_nouveau/glyph_wall.toml b/config/ars_nouveau/glyph_wall.toml new file mode 100644 index 0000000..16d6c3f --- /dev/null +++ b/config/ars_nouveau/glyph_wall.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 500 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: 1 ~ 1 + per_spell_limit = 1 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 3 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = ["ars_nouveau:glyph_linger"] + diff --git a/config/ars_nouveau/glyph_wind_shear.toml b/config/ars_nouveau/glyph_wind_shear.toml new file mode 100644 index 0000000..8ae4a9a --- /dev/null +++ b/config/ars_nouveau/glyph_wind_shear.toml @@ -0,0 +1,33 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 50 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = ["ars_nouveau:glyph_amplify=2"] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Range: 0.0 ~ 2.147483647E9 + damage = 5.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 2.5 + #Damage per block in the air + #Range: 0.0 ~ 1.7976931348623157E308 + airDamage = 0.75 + diff --git a/config/ars_nouveau/glyph_wither.toml b/config/ars_nouveau/glyph_wither.toml new file mode 100644 index 0000000..ad19330 --- /dev/null +++ b/config/ars_nouveau/glyph_wither.toml @@ -0,0 +1,32 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 100 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 3 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = ["ars_nouveau:glyph_amplify=4"] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Potion duration, in seconds + #Range: > 0 + potion_time = 30 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 8 + diff --git a/config/ars_nouveau/reset.toml b/config/ars_nouveau/reset.toml new file mode 100644 index 0000000..837d732 --- /dev/null +++ b/config/ars_nouveau/reset.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/ars_nouveau/rewind.toml b/config/ars_nouveau/rewind.toml new file mode 100644 index 0000000..2e304f8 --- /dev/null +++ b/config/ars_nouveau/rewind.toml @@ -0,0 +1,38 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 100 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 3 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Max ticks entities should track for motion and health, etc. Note: Entities ANYWHERE are tracking this, setting this to a high value is not recommended for low-spec machines. + #Range: > 0 + entityRewindTracking = 60 + #How many ticks should be rewound before augments + #Range: 1 ~ 60 + baseRewindTime = 40 + #Extend time duration, in ticks + #Range: > 0 + extend_time = 20 + #Duration down time, in ticks + #Range: > 0 + duration_down_time = 10 + diff --git a/config/ars_nouveau/wololo.toml b/config/ars_nouveau/wololo.toml new file mode 100644 index 0000000..90bba7c --- /dev/null +++ b/config/ars_nouveau/wololo.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 30 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/arseng-common.toml b/config/arseng-common.toml new file mode 100644 index 0000000..d87d7c1 --- /dev/null +++ b/config/arseng-common.toml @@ -0,0 +1,7 @@ +#How much AE energy the Source Acceptor should produce per unit of source. +#Range: 0.0 ~ 1.7976931348623157E308 +ae_per_source = 16.0 +#The maximum source capacity of Source P2P output tunnels. +#Range: > 0 +output_p2p_buffer = 1000 + diff --git a/config/arsomega/glyph_flatten.toml b/config/arsomega/glyph_flatten.toml new file mode 100644 index 0000000..8e317eb --- /dev/null +++ b/config/arsomega/glyph_flatten.toml @@ -0,0 +1,30 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 30 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = ["ars_nouveau:glyph_amplify=2"] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Range: 0.0 ~ 2.147483647E9 + damage = 3.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 1.0 + diff --git a/config/arsomega/glyph_propagate_projectile.toml b/config/arsomega/glyph_propagate_projectile.toml new file mode 100644 index 0000000..22a2d81 --- /dev/null +++ b/config/arsomega/glyph_propagate_projectile.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 100 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/arsomega/glyph_propagate_self.toml b/config/arsomega/glyph_propagate_self.toml new file mode 100644 index 0000000..22a2d81 --- /dev/null +++ b/config/arsomega/glyph_propagate_self.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 100 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/arsomega/glyph_propagate_underfoot.toml b/config/arsomega/glyph_propagate_underfoot.toml new file mode 100644 index 0000000..22a2d81 --- /dev/null +++ b/config/arsomega/glyph_propagate_underfoot.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 100 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/attributefix.json b/config/attributefix.json new file mode 100644 index 0000000..7e3c479 --- /dev/null +++ b/config/attributefix.json @@ -0,0 +1,323 @@ +{ + "attributes": { + "forge:step_height_addition": { + "enabled": false, + "min": { + "default": -512, + "value": -512 + }, + "max": { + "default": 512, + "value": 512 + } + }, + "minecraft:generic.follow_range": { + "enabled": true, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 2048, + "value": 2048 + } + }, + "forge:nametag_distance": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 64, + "value": 64 + } + }, + "forge:entity_gravity": { + "enabled": false, + "min": { + "default": -8, + "value": -8 + }, + "max": { + "default": 8, + "value": 8 + } + }, + "forge:block_reach": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1024, + "value": 1024 + } + }, + "minecraft:generic.attack_speed": { + "enabled": true, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1024, + "value": 1024 + } + }, + "ars_nouveau:ars_nouveau.perk.mana_regen": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 2000, + "value": 2000 + } + }, + "minecraft:generic.attack_damage": { + "enabled": true, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 2048, + "value": 1000000 + } + }, + "minecraft:generic.luck": { + "enabled": true, + "min": { + "default": -1024, + "value": -1024 + }, + "max": { + "default": 1024, + "value": 1024 + } + }, + "ars_nouveau:ars_nouveau.perk.feather": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1, + "value": 1 + } + }, + "minecraft:generic.armor": { + "enabled": true, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 30, + "value": 1000000 + } + }, + "forge:entity_reach": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1024, + "value": 1024 + } + }, + "ars_nouveau:ars_nouveau.perk.saturation": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 10000, + "value": 10000 + } + }, + "minecraft:generic.flying_speed": { + "enabled": true, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1024, + "value": 1024 + } + }, + "minecraft:generic.movement_speed": { + "enabled": true, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1024, + "value": 1024 + } + }, + "ars_nouveau:ars_nouveau.perk.max_mana": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 10000, + "value": 10000 + } + }, + "botania:pixie_spawn_chance": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1, + "value": 1 + } + }, + "minecraft:generic.max_health": { + "enabled": true, + "min": { + "default": 1, + "value": 1 + }, + "max": { + "default": 1024, + "value": 1000000 + } + }, + "not_enough_glyphs:not_enough_glyphs.perk.mana_discount": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 179769313486231570000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000, + "value": 179769313486231570000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 + } + }, + "minecraft:zombie.spawn_reinforcements": { + "enabled": true, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1, + "value": 1 + } + }, + "minecraft:horse.jump_strength": { + "enabled": true, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 2, + "value": 2 + } + }, + "ars_nouveau:ars_nouveau.perk.spell_damage": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 10000, + "value": 10000 + } + }, + "minecraft:generic.attack_knockback": { + "enabled": true, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 5, + "value": 1000000 + } + }, + "ars_nouveau:ars_nouveau.perk.warding": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1024, + "value": 1024 + } + }, + "ars_nouveau:ars_nouveau.perk.wixie": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1024, + "value": 1024 + } + }, + "forge:swim_speed": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1024, + "value": 1024 + } + }, + "minecraft:generic.knockback_resistance": { + "enabled": true, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1, + "value": 1 + } + }, + "minecraft:generic.armor_toughness": { + "enabled": true, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 20, + "value": 1000000 + } + }, + "ars_nouveau:ars_elemental.perk.summon_power": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 10000, + "value": 10000 + } + } + } +} \ No newline at end of file diff --git a/config/balm-client.toml b/config/balm-client.toml new file mode 100644 index 0000000..41c6f2e --- /dev/null +++ b/config/balm-client.toml @@ -0,0 +1,24 @@ +#This is an example enum property +#Allowed Values: Hello, World +exampleEnum = "Hello" +#This is an example int property +exampleInt = 42 +#This is an example int list property +exampleIntList = [12, 24] +#This is an example boolean property +exampleBoolean = true +#This is an example string property +exampleString = "Hello World" +#This is an example string list property +exampleStringList = ["Hello", "World"] +#This is an example enum list property +exampleEnumList = ["Hello", "World"] +#This is an example resource location set property +exampleResourceLocationSet = ["minecraft:dirt", "minecraft:diamond"] + +[exampleCategory] + #This is an example string inside a category + innerField = "I am inside" + #This is an example float inside a category + exampleFloat = 42.84000015258789 + diff --git a/config/balm-common.toml b/config/balm-common.toml new file mode 100644 index 0000000..a86040b --- /dev/null +++ b/config/balm-common.toml @@ -0,0 +1,24 @@ +#This is an example boolean property +exampleBoolean = true +#This is an example int property +exampleInt = 42 +#This is an example string property +exampleString = "Hello World" +#This is an example enum property +#Allowed Values: Hello, World +exampleEnum = "Hello" +#This is an example string list property +exampleStringList = ["Hello", "World"] +#This is an example int list property +exampleIntList = [12, 24] +#This is an example enum list property +exampleEnumList = ["Hello", "World"] +#This is an example resource location set property +exampleResourceLocationSet = ["minecraft:dirt", "minecraft:diamond"] + +[exampleCategory] + #This is an example string inside a category + innerField = "I am inside" + #This is an example float inside a category + exampleFloat = 42.84000015258789 + diff --git a/config/bbb.json b/config/bbb.json new file mode 100644 index 0000000..ea15301 --- /dev/null +++ b/config/bbb.json @@ -0,0 +1,5 @@ +{ + "disableShiftTooltips": false, + "alwaysShowFrameHitboxes": false, + "disableFrameCrouchHitbox": false +} \ No newline at end of file diff --git a/config/bloodmagic-client.toml b/config/bloodmagic-client.toml new file mode 100644 index 0000000..4be68fd --- /dev/null +++ b/config/bloodmagic-client.toml @@ -0,0 +1,9 @@ + +#Always render the beams between routing nodes. +#If disabled, the beams will only render while the Node Router is held. +[client] + alwaysRenderRoutingLines = false + #When cycling through slots, the Sigil of Holding will skip over empty slots and move to the next occupied one. + #If disabled, it will behave identically to the default hotbar. + sigilHoldingSkipsEmptySlots = false + diff --git a/config/bloodmagic-common.toml b/config/bloodmagic-common.toml new file mode 100644 index 0000000..b4cb962 --- /dev/null +++ b/config/bloodmagic-common.toml @@ -0,0 +1,42 @@ +#Amount of LP the Sacrificial Dagger should provide for each damage dealt. Default value 100 +#Range: 0 ~ 10000 +sacrificialDaggerConversion = 100 +#Declares the amount of LP gained per HP sacrificed for the given entity. +#Setting the value to 0 will blacklist it. +#Use the registry name of the entity followed by a ';' and then the value you want. +#Vanilla entities do not require the modid. +sacrificialValues = ["villager;100", "slime;15", "enderman;10", "cow;100", "chicken;100", "horse;100", "sheep;100", "wolf;100", "ocelot;100", "pig;100", "rabbit;100", "dummmmmmy:target_dummy;0"] +#Stops the listed entities from being used in the Well of Suffering. +#Use the registry name of the entity. Vanilla entities do not require the modid. +wellOfSuffering = ["dummmmmmy:target_dummy"] +#Declares the amount of LP gained per HP sacrificed for any entity not defined specifically. Default value 25 +#Range: 0 ~ 10000 +defaultSacrificeValue = 25 +#Amount of upgrade points the living armour has by default. Default value 100 +#Range: 0 ~ 2000000000 +default_upgrade_points = 100 +#Amount of upgrade points the living armour has when evolved. Default value 300 +#Range: 0 ~ 2000000000 +evolved_upgrade_points = 300 +#State that the dungeon spawning ritual can only be activated when using a Creative Activation Crystal. +#Used on servers for if you do not trust your players to not destroy other people's bases. +makeDungeonRitualCreativeOnly = false + +["Geode Ritual"] + activation_cost = 50000 + refresh_cost = 50 + min_raw_will = 50.0 + min_corrosive_will = 50.0 + min_destructive_will = 50.0 + min_steadfast_will = 50.0 + min_vengeful_will = 50.0 + store_cost = 1.0 + harm_cost = 0.125 + fortune_cost = 1.0 + silk_touch_cost = 1.0 + growth_cost = 0.5 + hurt_damage = 2 + #Range: 1 ~ 15 + max_budding_blocks = 7 + max_harmed = 8 + diff --git a/config/botania-client.toml b/config/botania-client.toml new file mode 100644 index 0000000..42e48f4 --- /dev/null +++ b/config/botania-client.toml @@ -0,0 +1,45 @@ +#Set this to false to disable seasonal features, such as halloween and christmas. +seasonalFeatures = true +#Set to false to disable Botania's messages in the F3 debug screen +debugInfo = true +#Set this to false to disable the references in the flower tooltips. (You monster D:) +references = true +#Set this to false to disable Botania's splashes in the main menu. +splashes = true + +[rendering] + #Set this to false to disable the use of shaders for some of the mod's renders. (Requires game restart) + shaders = false + #Set this to false to disable the wireframe when looking a block bound to something (spreaders, flowers, etc). + boundBlockWireframe = true + #Set this to false to disable rendering of accessories in the player. + accessories = true + #The height of the mana display bar in above the XP bar. You can change this if you have a mod that changes where the XP bar is. + #Range: > 0 + manaBarHeight = 29 + #Set this to true if you use lots of floating flowers and are experiencing rendering lag. Will disable the floating flowers' animations and render them statically for a major performance boost. Hit F3+A in-world after toggling this. + staticFloaters = false + + [rendering.fancySkybox] + #Set this to false to disable the fancy skybox in Garden of Glass + enabled = false + #Set this to true to enable the fancy skybox in non Garden of Glass worlds. (Does not require Garden of Glass loaded to use, needs 'fancySkybox.enabled' to be true as well) + normalWorlds = false + + [rendering.lexicon] + #Set this to false to disable the rotating items in the petal and rune entries in the Lexica Botania. + rotatingItems = true + #Set this to false to disable the animated 3D render for the Lexica Botania. + render_3d = true + +[particles] + #Set this to true to set the power system's particles to be a lot more subtle. Good for low-end systems, if the particles are causing lag. + powerSystem = false + #Set this to true to use a static wand beam that shows every single position of the burst, similar to the way it used to work on old Botania versions. Warning: Disabled by default because it may be laggy. + staticWandBeam = false + #The frequency in which particles spawn from normal (worldgen) mystical flowers + #Range: 4.9E-324 ~ 1.7976931348623157E308 + flowerFrequency = 0.75 + #Set this to false to disable the particles in the elven portal. + elvenPortal = true + diff --git a/config/botania-common.toml b/config/botania-common.toml new file mode 100644 index 0000000..9e0d3a4 --- /dev/null +++ b/config/botania-common.toml @@ -0,0 +1,51 @@ +#Set this to false to disable the animation when an item is charging on top of a mana pool +chargeAnimation = true +#Turn this off ONLY IF you're on an extremely large world with an exaggerated count of Mana Spreaders/Mana Pools and are experiencing TPS lag. This toggles whether flowers are strict with their checking for connecting to pools/spreaders or just check whenever possible. +flowerBindingForceCheck = true +#Set to false to disable the ability for the Hand of Ender to pickpocket other players' ender chests +enderPickpocket = true +#Set this to false to disable the Mana Enchanter. Since some people find it OP or something. This only disables the entry and creation. Old ones that are already in the world will stay. +manaEnchanter = true +#Set this to false to disable the Relic System. This only disables the entries, drops and achievements. Old ones that are already in the world will stay. +relics = true +#Set this to true to invert the Ring of Magnetization's controls (from shift to stop to shift to work) +invertMagnetRing = false + +[blockBreakingParticles] + #Set this to false to remove the block breaking particles from the flowers and other items in the mod. + enabled = true + #Set this to false to remove the block breaking particles from the Terra Shatterer, as there can be a good amount in higher levels. + toolEnabled = true + +[manaSpreaders] + #Set this to true to disable the mana spreader shooting sound + silent = false + #How many ticks into the future will mana spreaders attempt to predict where mana bursts go? Setting this lower will improve spreader performance, but will cause them to not fire at targets that are too far away. + #Range: > 1 + traceTime = 400 + +[harvestLevels] + #The harvest level of the Mana Lens: Weight. 3 is diamond level. Defaults to 2 (iron level) + #Range: > 0 + weightLens = 2 + #The harvest level of the Mana Lens: Bore. 3 is diamond level. Defaults to 3 + #Range: > 0 + boreLens = 3 + +[gardenOfGlass] + #Set this to false to disable spawning with a Lexica Botania in Garden of Glass worlds, if you are modifying the modpack's progression to not start with Botania. + spawnWithLexicon = true + #The multiplier for island distances for multiplayer Garden of Glass worlds. + #Islands are placed on a grid with 256 blocks between points, with the spawn island always being placed on 256, 256. + #By default, the scale is 8, putting each island on points separated by 2048 blocks. + #Values below 4 (1024 block spacing) are not recommended due to Nether portal collisions. + #Range: 1 ~ 512 + islandScaleMultiplier = 8 + +[rannuncarpus] + #List of item registry names that will be ignored by rannuncarpuses when placing blocks. + itemBlacklist = [] + #List of mod names for rannuncarpuses to ignore. + #Ignores Storage Drawers by default due to crashes with placing drawer blocks without player involvement. + modBlacklist = ["storagedrawers"] + diff --git a/config/buildinggadgets2-common.toml b/config/buildinggadgets2-common.toml new file mode 100644 index 0000000..bd6ad04 --- /dev/null +++ b/config/buildinggadgets2-common.toml @@ -0,0 +1,58 @@ + +#General settings +[general] + #Maximum distance you can build at + #Range: 1 ~ 64 + rayTraceRange = 32 + +#Power settings +[power] + + #Building Gadget + [power.building_gadget] + #Maximum power for the Building Gadget + #Range: > 0 + maxPower = 500000 + #Base cost per block placed + #Range: > 0 + baseCost = 50 + + #Exchanging Gadget + [power.exchanging_gadget] + #Maximum power for the Exchanging Gadget + #Range: > 0 + maxPower = 500000 + #Base cost per block exchanged + #Range: > 0 + baseCost = 100 + + #Cut Paste Gadget + [power.cutpaste_gadget] + #Maximum power for the Cut and Paste Gadget + #Range: > 0 + maxPower = 5000000 + #(LEGACY) NO LONGER USED + #Range: > 0 + baseCost = 200 + #Base cost per block - Checked during CUT, Charged during PASTE + #Range: > 0 + baseCostNew = 50 + + #Copy Paste Gadget + [power.copypaste_gadget] + #Maximum power for the Copy and Paste Gadget + #Range: > 0 + maxPower = 1000000 + #Base cost per block Paste (Copy is Free) + #Range: > 0 + baseCost = 50 + + #Destruction Gadget + [power.destruction_gadget] + #Maximum power for the Destruction Gadget + #Range: > 0 + maxPower = 1000000 + #Base cost per block Destroyed + #Range: > 0 + baseCost = 200 + diff --git a/config/comforts-server.toml b/config/comforts-server.toml new file mode 100644 index 0000000..32dd205 --- /dev/null +++ b/config/comforts-server.toml @@ -0,0 +1,39 @@ +#If enabled, players automatically attempt to use sleeping bags when placed. +autoUse = true +#If enabled, players cannot sleep again for a period of time after sleeping. +restrictSleeping = false +#If restrictSleeping is true, this value will determine the length of wait time (larger numbers sleep sooner). +#Range: 1.0 ~ 20.0 +restMultiplier = 2.0 +#The time of day that hammocks can be used. +#Allowed Values: NONE, DAY, NIGHT, DAY_OR_NIGHT +hammockUse = "DAY" +#The time of day that sleeping bags can be used. +#Allowed Values: NONE, DAY, NIGHT, DAY_OR_NIGHT +sleepingBagUse = "NIGHT" +#What percentage of players must sleep to skip the day. +#A percentage value of 0 will allow the day to be skipped by just 1 player, and a percentage value of 100 will require all players to sleep before skipping the day. +#A value of less than 0 will default to the playerSleepingPercentage game rule. +# +#Range: -1 ~ 100 +daySleepingPercentage = -1 +#The amount of time, in ticks, to add or remove from the new time after sleeping through a night. +#Range: -2000 ~ 2000 +dayWakeTimeOffset = 0 +#The amount of time, in ticks, to add or remove from the new time after sleeping through a day. +#Range: -2000 ~ 2000 +nightWakeTimeOffset = 0 +#If enabled, attempting to sleep in hammocks stops phantoms from spawning. +hammocksStopPhantoms = true +#If enabled, attempting to sleep in sleeping bags stops phantoms from spawning. +sleepingBagsStopPhantoms = true +#The percentage chance that a sleeping bag will break upon use. +#Range: 0 ~ 100 +sleepingBagBreakChance = 0 +#The value that will be multiplied by a player's luck then added to sleepingBagBreakChance. +#Range: -1.0 ~ 1.0 +sleepingBagBreakChanceLuckMultiplier = 0.0 +#The status effects to apply to players after using the sleeping bag. +#Format: effect;duration(secs);power +sleepingBagEffects = [] + diff --git a/config/complicated_bees-common-1.toml.bak b/config/complicated_bees-common-1.toml.bak new file mode 100644 index 0000000..17a26dd --- /dev/null +++ b/config/complicated_bees-common-1.toml.bak @@ -0,0 +1,55 @@ + +[cycle_length] + #How long (in ticks) one bee cycle should take. + productionCycleLength = 200 + #How long (in ticks) an apiary should wait between re-scanning the environment for appropriate conditions. + enviroCycleLength = 200 + +[research] + #The percentage bonus researching a mutation in the microscope should grant to that mutation's chances. + researchBonus = 0.2 + + [research.rf] + #How much rf/tick a centrifuge should use while processing a recipe. + centrifugeEnergy = 20 + #How much rf/tick a generator should produce while burning a fuel. + generatorEnergy = 20 + + [research.items] + + [research.items.frames] + #Enable the basic frame + frameEnabled = true + #Enable the waxed frame + waxedFrameEnabled = true + #Enable the honeyed frame + honeyFrameEnabled = true + #Enable the twisting frame + twistingFrameEnabled = true + #Enable the soothing frame + soothingFrameEnabled = true + #Enable the cold frame + coldFrameEnabled = true + #Enable the hot frame + hotFrameEnabled = true + #Enable the dry frame + dryFrameEnabled = true + #Enable the wet frame + wetFrameEnabled = true + #Enable the deadly frame + deadlyFrameEnabled = true + #Enable the restrictive frame + restrictiveFrameEnabled = true + + [research.items.foods] + #Enable honey bread + honeyBreadEnabled = true + #Enable honey porkchop + honeyPorkchopEnabled = true + #Enable ambrosia + ambrosiaEnabled = true + + [research.items.misc] + #Enable bee staff + staffEnabled = true + diff --git a/config/complicated_bees-common-2.toml.bak b/config/complicated_bees-common-2.toml.bak new file mode 100644 index 0000000..17a26dd --- /dev/null +++ b/config/complicated_bees-common-2.toml.bak @@ -0,0 +1,55 @@ + +[cycle_length] + #How long (in ticks) one bee cycle should take. + productionCycleLength = 200 + #How long (in ticks) an apiary should wait between re-scanning the environment for appropriate conditions. + enviroCycleLength = 200 + +[research] + #The percentage bonus researching a mutation in the microscope should grant to that mutation's chances. + researchBonus = 0.2 + + [research.rf] + #How much rf/tick a centrifuge should use while processing a recipe. + centrifugeEnergy = 20 + #How much rf/tick a generator should produce while burning a fuel. + generatorEnergy = 20 + + [research.items] + + [research.items.frames] + #Enable the basic frame + frameEnabled = true + #Enable the waxed frame + waxedFrameEnabled = true + #Enable the honeyed frame + honeyFrameEnabled = true + #Enable the twisting frame + twistingFrameEnabled = true + #Enable the soothing frame + soothingFrameEnabled = true + #Enable the cold frame + coldFrameEnabled = true + #Enable the hot frame + hotFrameEnabled = true + #Enable the dry frame + dryFrameEnabled = true + #Enable the wet frame + wetFrameEnabled = true + #Enable the deadly frame + deadlyFrameEnabled = true + #Enable the restrictive frame + restrictiveFrameEnabled = true + + [research.items.foods] + #Enable honey bread + honeyBreadEnabled = true + #Enable honey porkchop + honeyPorkchopEnabled = true + #Enable ambrosia + ambrosiaEnabled = true + + [research.items.misc] + #Enable bee staff + staffEnabled = true + diff --git a/config/complicated_bees-common-3.toml.bak b/config/complicated_bees-common-3.toml.bak new file mode 100644 index 0000000..17a26dd --- /dev/null +++ b/config/complicated_bees-common-3.toml.bak @@ -0,0 +1,55 @@ + +[cycle_length] + #How long (in ticks) one bee cycle should take. + productionCycleLength = 200 + #How long (in ticks) an apiary should wait between re-scanning the environment for appropriate conditions. + enviroCycleLength = 200 + +[research] + #The percentage bonus researching a mutation in the microscope should grant to that mutation's chances. + researchBonus = 0.2 + + [research.rf] + #How much rf/tick a centrifuge should use while processing a recipe. + centrifugeEnergy = 20 + #How much rf/tick a generator should produce while burning a fuel. + generatorEnergy = 20 + + [research.items] + + [research.items.frames] + #Enable the basic frame + frameEnabled = true + #Enable the waxed frame + waxedFrameEnabled = true + #Enable the honeyed frame + honeyFrameEnabled = true + #Enable the twisting frame + twistingFrameEnabled = true + #Enable the soothing frame + soothingFrameEnabled = true + #Enable the cold frame + coldFrameEnabled = true + #Enable the hot frame + hotFrameEnabled = true + #Enable the dry frame + dryFrameEnabled = true + #Enable the wet frame + wetFrameEnabled = true + #Enable the deadly frame + deadlyFrameEnabled = true + #Enable the restrictive frame + restrictiveFrameEnabled = true + + [research.items.foods] + #Enable honey bread + honeyBreadEnabled = true + #Enable honey porkchop + honeyPorkchopEnabled = true + #Enable ambrosia + ambrosiaEnabled = true + + [research.items.misc] + #Enable bee staff + staffEnabled = true + diff --git a/config/complicated_bees-common-4.toml.bak b/config/complicated_bees-common-4.toml.bak new file mode 100644 index 0000000..17a26dd --- /dev/null +++ b/config/complicated_bees-common-4.toml.bak @@ -0,0 +1,55 @@ + +[cycle_length] + #How long (in ticks) one bee cycle should take. + productionCycleLength = 200 + #How long (in ticks) an apiary should wait between re-scanning the environment for appropriate conditions. + enviroCycleLength = 200 + +[research] + #The percentage bonus researching a mutation in the microscope should grant to that mutation's chances. + researchBonus = 0.2 + + [research.rf] + #How much rf/tick a centrifuge should use while processing a recipe. + centrifugeEnergy = 20 + #How much rf/tick a generator should produce while burning a fuel. + generatorEnergy = 20 + + [research.items] + + [research.items.frames] + #Enable the basic frame + frameEnabled = true + #Enable the waxed frame + waxedFrameEnabled = true + #Enable the honeyed frame + honeyFrameEnabled = true + #Enable the twisting frame + twistingFrameEnabled = true + #Enable the soothing frame + soothingFrameEnabled = true + #Enable the cold frame + coldFrameEnabled = true + #Enable the hot frame + hotFrameEnabled = true + #Enable the dry frame + dryFrameEnabled = true + #Enable the wet frame + wetFrameEnabled = true + #Enable the deadly frame + deadlyFrameEnabled = true + #Enable the restrictive frame + restrictiveFrameEnabled = true + + [research.items.foods] + #Enable honey bread + honeyBreadEnabled = true + #Enable honey porkchop + honeyPorkchopEnabled = true + #Enable ambrosia + ambrosiaEnabled = true + + [research.items.misc] + #Enable bee staff + staffEnabled = true + diff --git a/config/complicated_bees-common-5.toml.bak b/config/complicated_bees-common-5.toml.bak new file mode 100644 index 0000000..17a26dd --- /dev/null +++ b/config/complicated_bees-common-5.toml.bak @@ -0,0 +1,55 @@ + +[cycle_length] + #How long (in ticks) one bee cycle should take. + productionCycleLength = 200 + #How long (in ticks) an apiary should wait between re-scanning the environment for appropriate conditions. + enviroCycleLength = 200 + +[research] + #The percentage bonus researching a mutation in the microscope should grant to that mutation's chances. + researchBonus = 0.2 + + [research.rf] + #How much rf/tick a centrifuge should use while processing a recipe. + centrifugeEnergy = 20 + #How much rf/tick a generator should produce while burning a fuel. + generatorEnergy = 20 + + [research.items] + + [research.items.frames] + #Enable the basic frame + frameEnabled = true + #Enable the waxed frame + waxedFrameEnabled = true + #Enable the honeyed frame + honeyFrameEnabled = true + #Enable the twisting frame + twistingFrameEnabled = true + #Enable the soothing frame + soothingFrameEnabled = true + #Enable the cold frame + coldFrameEnabled = true + #Enable the hot frame + hotFrameEnabled = true + #Enable the dry frame + dryFrameEnabled = true + #Enable the wet frame + wetFrameEnabled = true + #Enable the deadly frame + deadlyFrameEnabled = true + #Enable the restrictive frame + restrictiveFrameEnabled = true + + [research.items.foods] + #Enable honey bread + honeyBreadEnabled = true + #Enable honey porkchop + honeyPorkchopEnabled = true + #Enable ambrosia + ambrosiaEnabled = true + + [research.items.misc] + #Enable bee staff + staffEnabled = true + diff --git a/config/complicated_bees-common.toml b/config/complicated_bees-common.toml new file mode 100644 index 0000000..d9340cf --- /dev/null +++ b/config/complicated_bees-common.toml @@ -0,0 +1,39 @@ + +[items] + + [items.frames] + #Enable the basic frame + frameEnabled = true + #Enable the waxed frame + waxedFrameEnabled = true + #Enable the honeyed frame + honeyFrameEnabled = true + #Enable the twisting frame + twistingFrameEnabled = true + #Enable the soothing frame + soothingFrameEnabled = true + #Enable the cold frame + coldFrameEnabled = true + #Enable the hot frame + hotFrameEnabled = true + #Enable the dry frame + dryFrameEnabled = true + #Enable the wet frame + wetFrameEnabled = true + #Enable the deadly frame + deadlyFrameEnabled = true + #Enable the restrictive frame + restrictiveFrameEnabled = true + + [items.foods] + #Enable honey bread + honeyBreadEnabled = true + #Enable honey porkchop + honeyPorkchopEnabled = true + #Enable ambrosia + ambrosiaEnabled = true + + [items.misc] + #Enable bee staff + staffEnabled = true + diff --git a/config/connector.json b/config/connector.json new file mode 100644 index 0000000..11e7a82 --- /dev/null +++ b/config/connector.json @@ -0,0 +1,8 @@ +{ + "version": 1, + "hiddenMods": [], + "globalModAliases": { + "cloth_config": "cloth-config2", + "playeranimator": "player-animator" + } +} \ No newline at end of file diff --git a/config/constructionwand-client.toml b/config/constructionwand-client.toml new file mode 100644 index 0000000..dbe89c4 --- /dev/null +++ b/config/constructionwand-client.toml @@ -0,0 +1,16 @@ + +#This is the Client config for ConstructionWand. +#If you're not familiar with Forge's new split client/server config, let me explain: +#Client config is stored in the /config folder and only contains client specific settings like graphics and keybinds. +#Mod behavior is configured in the Server config, which is world-specific and thus located +#in the /saves/myworld/serverconfig folder. If you want to change the serverconfig for all +#new worlds, copy the config files in the /defaultconfigs folder. +[keys] + #Key code of OPTKEY (Default: Left Control). Look up key codes under https://www.glfw.org/docs/3.3/group__keys.html + #Range: 0 ~ 350 + OptKey = 341 + #Press SNEAK+OPTKEY instead of SNEAK for changing wand mode/direction lock + ShiftOpt = false + #Press SNEAK+OPTKEY instead of SNEAK for opening wand GUI + ShiftOptGUI = true + diff --git a/config/cookingforblockheads-common.toml b/config/cookingforblockheads-common.toml new file mode 100644 index 0000000..5b61eda --- /dev/null +++ b/config/cookingforblockheads-common.toml @@ -0,0 +1,23 @@ +#Set this to true if you'd like the oven to only accept cooking oil as fuel (requires Pam's Harvestcraft) +ovenRequiresCookingOil = false +#Set to false if you don't want ingredients to be marked with a special icon in the recipe book. +showIngredientIcon = true +#The amount of milk the cow in a jar generates per tick. +cowJarMilkPerTick = 1 +#Ex Compressum compatibility. Multiplier applied to the milk per tick for Compressed Cow in a Jar. +compressedCowJarMilkMultiplier = 9.0 +#Set this to true if you'd like the sink to require water to be piped in, instead of providing infinite of it. +sinkRequiresWater = false +#Set this to true if you'd like to disallow automation of the oven (pipes and such won't be able to insert/extract) +disallowOvenAutomation = false +#The cooking time multiplier for the cooking oven. Higher values means it will take longer. +ovenCookTimeMultiplier = 1.0 +#Toasting toasted bread again will turn into charcoal (only if no other mod adding toast is present). Set to false to disable. +allowVeryToastedBread = true +#If true, a cow can be squished into a Milk Jar by dropping an anvil on top. +cowJarEnabled = true +#Enabling this will make the kitchen counters have twice as much inventory space. +largeCounters = false +#The fuel multiplier for the cooking oven. Higher values means fuel lasts longer, 1.0 is furnace default. +ovenFuelTimeMultiplier = 0.33000001311302185 + diff --git a/config/copycats-client.toml b/config/copycats-client.toml new file mode 100644 index 0000000..4af7e02 --- /dev/null +++ b/config/copycats-client.toml @@ -0,0 +1,10 @@ +#. +#Use more complex copycat models to improve appearance with certain materials. +useEnhancedModels = true +#. +#Disable warnings about graphics settings that may cause issues with the mod. +disableGraphicsWarnings = false +#. +#Colorize different parts of multi-state copycats to distinguish them visually. +colorizeMultiStates = false + diff --git a/config/copycats-common.toml b/config/copycats-common.toml new file mode 100644 index 0000000..f3a1f48 --- /dev/null +++ b/config/copycats-common.toml @@ -0,0 +1,75 @@ +#. +#Disables the migration of placed copycats from old versions to new ones. Setting this to true may cause copycats to lose their textures when you upgrade this mod. Restart the game to apply changes. +disableMigration = false + +#. +#Enable/disable features. Values on server override clients +[features] + copycat_vertical_stairs = true + copycat_byte = true + copycat_vertical_slice = true + copycat_wooden_pressure_plate = true + copycat_block = true + copycat_shaft = true + copycat_large_cogwheel = true + copycat_fence = true + copycat_wall = true + copycat_cogwheel = true + copycat_vertical_step = true + copycat_slope_layer = true + copycat_light_weighted_pressure_plate = true + copycat_stairs = true + copycat_fence_gate = true + copycat_slab = true + copycat_board = true + copycat_wooden_button = true + copycat_trapdoor = true + copycat_stone_pressure_plate = true + copycat_half_panel = true + copycat_slice = true + copycat_beam = true + copycat_door = true + copycat_iron_door = true + copycat_ghost_block = true + copycat_fluid_pipe = true + copycat_heavy_weighted_pressure_plate = true + copycat_iron_trapdoor = true + copycat_half_layer = true + copycat_stone_button = true + copycat_ladder = true + copycat_layer = true + copycat_slope = true + copycat_vertical_slope = true + #. + copycat_stacked_half_layer = true + copycat_sliding_door = true + copycat_folding_door = true + copycat_pane = true + copycat_byte_panel = true + copycat_corner_slice = true + copycat_flat_pane = true + copycat_vertical_half_layer = true + +#. +#Enable/disable categories of features. Disabling a category hides all related features. Values on server override clients +[feature_categories] + #. + #. + #All copycats with a sloped surface + slopes = true + #. + #All copycats that support multiple materials in a single block + multistates = true + #. + #All copycats that can be resized by putting in more of the same copycat + stackables = true + #. + #All copycats that can emit a redstone signal + redstone = true + #. + #All copycats with extra functions/interactions + functional = true + #. + #All copycats mimicking blocks from Create + create = true + diff --git a/config/craftingtweaks-common.toml b/config/craftingtweaks-common.toml new file mode 100644 index 0000000..96f1ea9 --- /dev/null +++ b/config/craftingtweaks-common.toml @@ -0,0 +1,20 @@ + +[common] + #Set this to false if you want the (de)compress feature to work outside of crafting GUIs (only works if installed on server while in the player inventory) + compressRequiresCraftingGrid = true + #A list of modid:name entries that will not be crafted by the compress key. + compressDenylist = ["minecraft:sandstone", "minecraft:iron_trapdoor"] + +[client] + #If set to true, right-clicking the result slot in a crafting table will craft a full stack. + rightClickCraftsStack = true + #We both know JEI is much better. This option hides Vanilla's crafting book button instead of moving it. + hideVanillaCraftingGuide = false + #Set to 'DEFAULT' to enable both buttons and hotkeys. Set to 'BUTTONS' to enable buttons only. Set to 'HOTKEYS' to enable hotkeys only. Set to 'DISABLED' to disable completely. + #Allowed Values: DEFAULT, BUTTONS, HOTKEYS, DISABLED + mode = "DEFAULT" + #Add mod ids here of mods that you wish to disable Crafting Tweaks support for. + disabledAddons = [] + #Use an alternative client-side balancing algorithm. It might be faster, or it might be slower, depending on the input. Try it if regular client-side balancing is causing lagspikes. + hyperOptimizedClientsideBalancing = false + diff --git a/config/crash_assistant/config.toml b/config/crash_assistant/config.toml new file mode 100644 index 0000000..26d200e --- /dev/null +++ b/config/crash_assistant/config.toml @@ -0,0 +1,253 @@ + +#General settings of Crash Assistant mod. +[general] + #Link which will be opened in browser on request_help_button pressed. + #If equals CHANGE_ME, will open Forge/NeoForge/Fabric/Quilt discord link. Names of communities/channels also will be used not from config, but according to this link. + #Must start with 'https://' or 'www.' + help_link = "https://discord.gg/kVj8w5ne46" + #Anyways log will be uploaded to mclo.gs, but with this option you can wrap link to gnomebot.dev for better formatting. + #If help_link equals 'CHANGE_ME', this value will be ignored and gnomebot.dev used. + #Supported values: mclo.gs / gnomebot.dev + upload_to = "mclo.gs" + #Show gui on minecraft crashed on modloading and FML error screen displayed. + show_on_fml_error_screen = true + #Close old CrashAssistantApp if it's still running when starting a new instance of Minecraft, to avoid confusing player with window from old crash. + kill_old_app = true + #If options.txt doesn't exist, the default language will be used. + default_lang = "en_us" + #By default, crash assistant will get the value for the current language from the overrides folder, then from the jar. + #By changing this option, it will first try to get it from the current overrides, then (if no override exists for this language) + #from the override for the language specified here, and only then from the jar language. + #Use "NONE" to disable this feature. Or language key, like "en_us" to enable it. + priority_lang_for_overrides = "NONE" + #By changing this value you can disable creating "crash_assistant_localization_overrides" folder and placing "README.md" file there. + generate_localization_overrides_folder_with_readme = true + #By default our process is scanning for terminated processes(they can appear with delay) and after finish of scan enabling upload buttons. + #This option can prevent this and enable individual upload buttons immediately after crash. + #However can confuse users and make them clicking individual upload buttons instead of Upload All Button. + prevent_upload_buttons_delay = false + #Before uploading the first log, requires the user to accept the privacy policy. + #Disabling this option may be illegal in some countries if you are modpack creator. Disable at your own risk. + enable_privacy_policy_acceptance = true + #Unfortunately mclogs censoring ip-like versions as has no way to determine if it's version or IP. + #This will prevent this by replacing dot's in them to dot-like symbol. + #Anti censoring only versions, IP's are kept censored. + enable_mclogs_anti_ip_like_version_censorer = true + #Prevents creating "crash_assistant" folder in the logs folder. + #So this option prevents our app logging at all. + #HIGHLY UNRECOMMENDED to disable! Contains many useful info. + prevent_generating_crash_assistant_app_logs = false + #Generates "logs/stderr_stream.log" with stderr stream. + #Since many launchers are not saving this info, which is extremely helpful for debugging some crashes. + #As only where crash reason is present. Keeps original stream untouched, just logs it to a file. + generate_own_launcher_log = true + #Here you can change priority for logs. + #For example if you want crash report to be shown earlier than latest.log in the available logs list. + #Supported values: https://github.com/KostromDan/Crash-Assistant/blob/1.19-1.20.1/app/src/main/java/dev/kostromdan/mods/crash_assistant/app/logs_analyser/LogType.java + #Usage: ["CRASH_REPORT", "LOG"] + logs_priority_overrides = [] + #List of blacklisted log files (checked with startswith()). This files won't show in GUI logs list. + blacklisted_logs = [] + +#A simplified GUI that hides the logs list until the user opts into Expert Mode. +[simple_mode] + #If enabled, the GUI starts in simple mode with logs hidden and a single "Show Logs (Expert Mode)" button. + #Disabled by default. + enabled = false + #If true, modpack creators always see the Expert Mode with logs visible, even if simple mode is enabled. + prevent_for_modpack_creators = true + #If true, hides the mod list changes section while simple mode is active. + hide_modlist_section = false + +#Here you can change text of lang placeHolders. +#Also you can change any text in lang files. +#You don't need to modify jar. You can change it in config/crash_assistant/lang. For more info read README.md file located where. +[text] + #$CONFIG.text.support_name$ in lang files will be replaced with this value. + #For example this placeHolder used in: "Request help in the $CONFIG.text.support_name$" + support_name = "Reclamation Pack Discord" + #$CONFIG.text.support_place$ in lang files will be replaced with this value. + support_place = "#reclamation-general" + #$CONFIG.text.modpack_name$ in lang files will be replaced with this value. + #For example this placeHolder used in: "Oops, $CONFIG.text.modpack_name$ crashed!" + #Supports Better Compatibility Checker integration. You can use $BCC.modpackName$, $BCC.modpackVersion$, etc and it will be replaced with value from BCC config. + modpack_name = "Reclamation" + +#Settings of message generated by Upload all button +[generated_message] + #Add ### prefix before filename. + #This can prevent too small, hard to hit on mobile links. + h3_prefix = true + #Replaces "\n" separator between logs to " | " to make message vertically smaller. + one_line_logs = true + #Adds line in log list about this Intel processor can be corrupted. + intel_corrupted_notification = true + #If the modpack is created for a non-English-speaking audience, сhange this to the language the modpack is designed for. + #This lang will be used only for generating message by "Upload all..." button.Do not modify this value if there's a chance that the generated message will be sent to English-speaking communities. + generated_msg_lang = "en_us" + #This text will be under "$CONFIG.text.modpack_name$ crashed!" in generated message by Upload all button. + #You can include: + # * some form, which users should fill out. + # * additional information like Minecraft version, etc. + text_under_crashed = "" + #With this option you can notify user about something related with posting generated message. + #For example if they need to fill some option from "text_under_crashed", etc. + #Supports html formatting, placeholders. + #Leave empty to prevent showing this warning message. + warning_after_upload_all_button_press = "" + #Puts problematic frame from hs_err to message. + put_problematic_frame_to_message = true + #Puts analysis result(names of crash reasons) to message, instead of just count. + put_analysis_result_to_message = true + #Color modified mods count/analysis in msg with ANSI. + #Can be needed to be disabled if issues are reported to something not supporting ANSI codeblocks, like GitHub. + color_message = true + +#Settings of links copied by Upload and copy link buttons +[copied_links] + #With this option, you can customize how single links from individual upload buttons are copied, there + #log of small size was uploaded to a single link. + #For example, leave just $LINK$ to copy just link. + single_link = "$LOG_NAME$$FILE_NAME$: $LINK$" + #With this option, you can customize how links from individual upload buttons are copied, there + #log was split to the 2 parts (head and tail, due to too large size for single upload), but user only decided to copy only one of them (not message with both). + single_link_split = "$LOG_NAME$$FILE_NAME$($HEAD_OR_TAIL$): $LINK$ $TOO_BIG_REASONS$" + #With this option, you can customize how links from individual upload buttons are copied, there + #log was split to the 2 parts (head and tail, due to too large size for single upload), but user decided to copy message with both. + both_links_split = "$LOG_NAME$[$FILE_NAME$ $MSG_LANG.gui.split_log_dialog_head$](<$LINK_FIRST_LINES$>) / [$MSG_LANG.gui.split_log_dialog_tail$](<$LINK_LAST_LINES$>) $TOO_BIG_REASONS$" + #If enabled, disables the head/tail selection dialog for split logs on individual uploads and always copies message with both links. + skip_split_dialog = false + +#Settings of modlist feature. +#Adds in generated msg block about which mods modpack user added/removed/updated. +#Also you can see diff by running '/crash_assistant modlist diff' command. +[modpack_modlist] + #Enable feature. + enabled = true + #nicknames of players, who considered as modpack creator. + #Only this players can overwrite modlist.json + #If this feature is enabled and this array is empty, will be appended with nickname of current player. + #----------------------------------------------------------------------------------------------------- + #Warning! This is not displayed anywhere, it's just tech param used for modlist feature to work correctly. + #Here must be actual nicknames of people who work with the modpack and publishing releases! + #----------------------------------------------------------------------------------------------------- + modpack_creators = ["ACCBDD"] + #If enabled, modlist.json will be overwritten on every launch(first tick of TitleScreen), + #then game is launched by modpack creator. + #So you won't forget to save it before publishing. + #If you want to save manually: disable this and use '/crash_assistant modlist save' command. + auto_update = true + #If enabled, will add resourcepacks to modlist.json + #After filename where will be ' (resourcepack)' suffix. + add_resourcepacks = false + #If enabled, will add modloader jar name to modlist, to easily track if user changed version of modloader. + add_modloader_jar_name = true + #If enabled, will add generated modlist.txt, with names of all mods / modids / mixin configs / jarjar mods info to logs. + add_modlist_txt_as_log = true + +#Settings of too many changes warning feature. +#Notifies end users of the modpack and saying they made too many changes to the modpack. +#Not displayed to the modpack creators. +[too_many_changes_warning] + #Set to the positive integer to enable feature. Set to negative integer to disable. + #How many changes end user should make for warning to be displayed. + count = -1 + #With this option, you can select the formulation of this warning, currently supported: + # - NOTIFY: Just saying to the end user that what they made many changes and adding random mods or clicking + #the "Update All" button is not a good idea without proper testing. It is expected to crash. + # - DROP_SUPPORT: Saying what you are not providing support for that amount of changes, suggesting the end user to + #re-install modpack or they are on their own with that amount of changes. + formulation_type = "NOTIFY" + +#Settings of analysis feature. +#Analysing logs for most common reasons of crashes and displaying recommendations with fixes. +[analysis] + #Enable feature. + enabled = true + #Here you can disable some Analysis by class names. + #List of them can be found here: dev.kostromdan.mods.crash_assistant.app.logs_analyser.crash_reasons + #For example "Create6Addons" + blacklisted_reasons = [] + +#Settings of analysis tools feature. +#Here you can enable disable showing some analysis tools fot end user. +[analysis_tools] + #Enable feature. + enabled = true + #Here you can disable some Analysis tools by class names. + #List of them can be found here: dev.kostromdan.mods.crash_assistant.app.gui.analysis + #For example "MCreatorModDetectorGUI" + blacklisted_tools = [] + +#Settings of '/crash_assistant crash' command feature. +[crash_command] + #Enable feature. + enabled = true + #To ensure the user really wants to crash the game, the command needs to be run again within this amount of seconds. + #Set to <= 0 to disable the confirmation. + seconds = 10 + +#Settings of notifying about intel corrupted processors. +[intel_corrupted] + #Enable feature. + enabled = true + +[greeting] + #You don't need to touch this option. + #On first world join of modpack creator if set to false shows greeting, then self enables. + shown_greeting = true + +#You can customise GUI with this options. +[gui_customisation] + #Will hide Upload All Button from GUI. + disable_upload_all_button = false + #Append comment text with notice about sending screenshot of this gui tells nothing to modpack creators. + show_dont_send_screenshot_of_gui_notice = true + #Animate border to request user attention even more. + screenshot_of_gui_notice_animated_border = true + #You can make Upload All Button bigger/smaller to request user attention. + #Default Swing font size is 12, Default for this button in crash assistant is 16. + #Not recommended to set it more than 16, as it will affect the increase of GUI size because all text won't fit. + upload_all_button_font_size = 16 + #Same as upload_all_button_font_size, but for Request Help button. + request_help_button_font_size = 16 + #Same as upload_all_button_font_size, but for the Simple Mode toggle button. + simple_mode_button_font_size = 16 + #You can change Upload All Button color to request user attention. + #format is "R_G_B", range is 0-255, for example "255_0_0" is red color. Use "default" to use default swing color. + #Default for this button is "0_178_0" (dark green color). + upload_all_button_foreground_color = "0_178_0" + #Same as upload_all_button_foreground_color, but for Request Help button. + #Default for this button is "0_0_178" (dark blue color). + request_help_button_foreground_color = "0_0_178" + #Same as upload_all_button_foreground_color, but for the Simple Mode toggle button. + simple_mode_button_foreground_color = "0_0_178" + #Same as upload_all_button_font_size, but for Auto-Fix button (in integrated GPU warning). + auto_fix_button_font_size = 16 + #Same as upload_all_button_foreground_color, but for Auto-Fix button (in integrated GPU warning). + #Default for this button is "0_178_0" (dark green color). + auto_fix_button_foreground_color = "0_178_0" + #Path to a modpack logo to display in the top of the GUI. + #Path is relative to the Minecraft instance folder. Leave empty to disable. + modpack_logo_path = "" + #If true, the logo will be larger, Replacing a some of `don't send screenshot` notice. + #If false, it will be smaller and logo will be end right where the `don't send screenshot` notice starts. + #You should try both, but most likely: + #- If you have some long text in the discord description, you will love the small one. + #- If the text is short, you will love the large one. + modpack_logo_large_mode = false + #Limit modpack logo height. Default is -1, which means it's calculated automatically. + #By default, this should not be needed. But if you have heavily customized GUI or using + #a rectangle logo instead of square, you may want to decrease its size, so this option could be needed in such case. + limit_modpack_logo_height = -1 + #This option would be needed only if you limited modpack logo height. + #Otherwise, the logo will consume all available horizontal space. + #If true, the logo will be centered. If false, it will be aligned to the top. + modpack_logo_aligned_center = true + +#Checks crash_assistant compatibility with other incompatible mods. +#Highly unrecommended to disable! +[compatibility] + #Enable feature. + enabled = true + diff --git a/config/crash_assistant/crash_assistant_localization_overrides/README.md b/config/crash_assistant/crash_assistant_localization_overrides/README.md new file mode 100644 index 0000000..9642954 --- /dev/null +++ b/config/crash_assistant/crash_assistant_localization_overrides/README.md @@ -0,0 +1,56 @@ +# Localizing and Customizing Crash Assistant + +Hello, localizers and modpack creators! + +This guide explains how to contribute new translations to the mod and how to customize the text for your own modpack. + +## Contributing New Translations + +We welcome contributions for new languages or improvements to existing ones! + +To contribute, please create a **Pull Request** on our official GitHub repository with your new or modified language +files. + +* **GitHub Repository:** + [https://github.com/KostromDan/Crash-Assistant/](https://github.com/KostromDan/Crash-Assistant/) +* **Language File Location:** The source files are located at + `common_config/src/main/resources/crash_assistant_localization` in the repository. + +--- + +## Customizing Text for Your Modpack + +If you want to change any text in the mod for your modpack, please **do not edit the JAR file directly**. Instead, use +the built-in override system. + +### How to Override Text + +1. Navigate to the `config/crash_assistant/crash_assistant_localization_overrides/` directory in your Minecraft + instance. +2. Create a JSON file named after the language you want to modify (e.g., `en_us.json`, `ru_ru.json`, etc.). +3. Inside this file, you only need to add the keys and values for the text you wish to change. Any key you define here + will take precedence over the default text packed inside the mod. + +This method is perfect for tweaking a few lines of text or even adding a completely new, unsupported language to your +modpack. + +### Priority Language Overrides + +You can use the `general.priority_lang_for_overrides` config option to specify a primary language for your custom text. + +* **How it works:** If you set this option to `"en_us"`, any custom text you place in the `en_us.json` override file + will be used as the default for **all other languages**, unless a specific override for that key exists in their + respective language files (e.g., in `de_de.json`). This is useful for ensuring your custom messages appear + consistently for all users, regardless of their selected language. + +### Configuration Options + +* You can prevent the `crash_assistant_localization_overrides` folder and this README file from being generated by + setting `general.generate_localization_overrides_folder_with_readme` to `false`. + +### ⚠️ Important Warning + +Standard Minecraft localization methods, such as **resource packs** or scripting mods like **KubeJS**, +**will not work**. Crash Assistant uses its own internal system to load language files to ensure it can display +messages correctly, even when the main game has crashed or hasn't fully loaded. +Please use the override folder as described above. \ No newline at end of file diff --git a/config/crash_assistant/modlist.json b/config/crash_assistant/modlist.json new file mode 100644 index 0000000..8470382 --- /dev/null +++ b/config/crash_assistant/modlist.json @@ -0,0 +1,825 @@ +{ + "fmlloader-1.20.1-47.4.0.jar (modloader)": { + "jarName": "fmlloader-1.20.1-47.4.0.jar (modloader)", + "modId": "forge", + "version": "fmlloader-1.20.1-47.4.0.jar" + }, + "AdvancedAE-1.3.2-1.20.1.jar": { + "jarName": "AdvancedAE-1.3.2-1.20.1.jar", + "modId": "advanced_ae", + "version": "1.3.2-1.20.1" + }, + "ae2wtlib-15.3.3-forge.jar": { + "jarName": "ae2wtlib-15.3.3-forge.jar", + "modId": "ae2wtlib", + "version": "15.3.3-forge" + }, + "AgriCraft-forge-1.20.1-4.0.5.jar": { + "jarName": "AgriCraft-forge-1.20.1-4.0.5.jar", + "modId": "agricraft", + "version": "4.0.5" + }, + "AkashicTome-1.7-27.jar": { + "jarName": "AkashicTome-1.7-27.jar", + "modId": "akashictome", + "version": "1.7-27" + }, + "antiblocksrechiseled-0.4.8.jar": { + "jarName": "antiblocksrechiseled-0.4.8.jar", + "modId": "antiblocksrechiseled", + "version": "0.4.8" + }, + "appleskin-forge-mc1.20.1-2.5.1.jar": { + "jarName": "appleskin-forge-mc1.20.1-2.5.1.jar", + "modId": "appleskin", + "version": "2.5.1+mc1.20.1" + }, + "applied-botanics-forge-1.5.1.jar": { + "jarName": "applied-botanics-forge-1.5.1.jar", + "modId": "appbot", + "version": "1.5.1" + }, + "Applied-Mekanistics-1.4.3.jar": { + "jarName": "Applied-Mekanistics-1.4.3.jar", + "modId": "appmek", + "version": "1.4.3" + }, + "appliedcooking-4.0.0.jar": { + "jarName": "appliedcooking-4.0.0.jar", + "modId": "appliedcooking", + "version": "4.0.0" + }, + "appliedenergistics2-forge-15.4.10.jar": { + "jarName": "appliedenergistics2-forge-15.4.10.jar", + "modId": "ae2", + "version": "15.4.10" + }, + "architectury-9.2.14-forge.jar": { + "jarName": "architectury-9.2.14-forge.jar", + "modId": "architectury", + "version": "9.2.14" + }, + "ars_artifice-1.20.1-2.0.4.jar": { + "jarName": "ars_artifice-1.20.1-2.0.4.jar", + "modId": "ars_artifice", + "version": "1.20.1-2.0.4" + }, + "ars_creo-1.20.1-4.3.0.jar": { + "jarName": "ars_creo-1.20.1-4.3.0.jar", + "modId": "ars_creo", + "version": "4.3.0" + }, + "ars_elemental-1.20.1-0.6.7.8.jar": { + "jarName": "ars_elemental-1.20.1-0.6.7.8.jar", + "modId": "ars_elemental", + "version": "0.6.7.8" + }, + "ars_nouveau-1.20.1-4.12.7-all.jar": { + "jarName": "ars_nouveau-1.20.1-4.12.7-all.jar", + "modId": "ars_nouveau", + "version": "4.12.7" + }, + "arseng-1.2.0.jar": { + "jarName": "arseng-1.2.0.jar", + "modId": "arseng", + "version": "1.2.0" + }, + "athena-forge-1.20.1-3.1.2.jar": { + "jarName": "athena-forge-1.20.1-3.1.2.jar", + "modId": "athena", + "version": "3.1.2" + }, + "AttributeFix-Forge-1.20.1-21.0.4.jar": { + "jarName": "AttributeFix-Forge-1.20.1-21.0.4.jar", + "modId": "attributefix", + "version": "21.0.4" + }, + "baguettelib-1.20.1-Forge-1.1.5.jar": { + "jarName": "baguettelib-1.20.1-Forge-1.1.5.jar", + "modId": "baguettelib", + "version": "1.1.5" + }, + "balm-forge-1.20.1-7.3.37-all.jar": { + "jarName": "balm-forge-1.20.1-7.3.37-all.jar", + "modId": "balm", + "version": "7.3.37" + }, + "bloodmagic-1.20.1-3.3.5-47.jar": { + "jarName": "bloodmagic-1.20.1-3.3.5-47.jar", + "modId": "bloodmagic", + "version": "3.3.5-47" + }, + "Botania-1.20.1-450-FORGE.jar": { + "jarName": "Botania-1.20.1-450-FORGE.jar", + "modId": "botania", + "version": "1.20.1-450-FORGE" + }, + "buildinggadgets2-1.0.8.jar": { + "jarName": "buildinggadgets2-1.0.8.jar", + "modId": "buildinggadgets2", + "version": "1.0.8" + }, + "chipped-forge-1.20.1-3.0.7.jar": { + "jarName": "chipped-forge-1.20.1-3.0.7.jar", + "modId": "chipped", + "version": "3.0.7" + }, + "chisel_chipped_integration-v1.1.6-1.20.1.jar": { + "jarName": "chisel_chipped_integration-v1.1.6-1.20.1.jar", + "modId": "chisel_chipped_integration", + "version": "1.1.4-1.20.1" + }, + "cleanswing-1.20-1.8.jar": { + "jarName": "cleanswing-1.20-1.8.jar", + "modId": "cleanswing", + "version": "1.8" + }, + "cloth-config-11.1.136-forge.jar": { + "jarName": "cloth-config-11.1.136-forge.jar", + "modId": "cloth_config", + "version": "11.1.136" + }, + "Clumps-forge-1.20.1-12.0.0.4.jar": { + "jarName": "Clumps-forge-1.20.1-12.0.0.4.jar", + "modId": "clumps", + "version": "12.0.0.4" + }, + "comforts-forge-6.4.0+1.20.1.jar": { + "jarName": "comforts-forge-6.4.0+1.20.1.jar", + "modId": "comforts", + "version": "6.4.0+1.20.1" + }, + "complicated_bees-1.20.1-3.1.3.jar": { + "jarName": "complicated_bees-1.20.1-3.1.3.jar", + "modId": "complicated_bees", + "version": "1.20.1-3.1.3" + }, + "constructionwand-1.20.1-2.11.jar": { + "jarName": "constructionwand-1.20.1-2.11.jar", + "modId": "constructionwand", + "version": "1.20.1-2.11" + }, + "Controlling-forge-1.20.1-12.0.2.jar": { + "jarName": "Controlling-forge-1.20.1-12.0.2.jar", + "modId": "controlling", + "version": "12.0.2" + }, + "cookingforblockheads-forge-1.20.1-16.0.14.jar": { + "jarName": "cookingforblockheads-forge-1.20.1-16.0.14.jar", + "modId": "cookingforblockheads", + "version": "16.0.14" + }, + "copycats-3.0.4+mc.1.20.1-forge.jar": { + "jarName": "copycats-3.0.4+mc.1.20.1-forge.jar", + "modId": "copycats", + "version": "3.0.4+mc.1.20.1-forge" + }, + "craftingtweaks-forge-1.20.1-18.2.6.jar": { + "jarName": "craftingtweaks-forge-1.20.1-18.2.6.jar", + "modId": "craftingtweaks", + "version": "18.2.6" + }, + "CrashAssistant-forge-1.19-1.20.1-1.10.23.jar": { + "jarName": "CrashAssistant-forge-1.19-1.20.1-1.10.23.jar", + "modId": "crash_assistant", + "version": "1.10.23" + }, + "CraterLib-Forge-1.20-2.1.5.jar": { + "jarName": "CraterLib-Forge-1.20-2.1.5.jar", + "modId": "craterlib", + "version": "2.1.5" + }, + "create-1.20.1-6.0.8.jar": { + "jarName": "create-1.20.1-6.0.8.jar", + "modId": "create", + "version": "6.0.8" + }, + "create_central_kitchen-1.20.1-for-create-6.0.6-1.4.3b.jar": { + "jarName": "create_central_kitchen-1.20.1-for-create-6.0.6-1.4.3b.jar", + "modId": "create_central_kitchen", + "version": "1.4.3b" + }, + "createdeco-2.0.3-1.20.1-forge.jar": { + "jarName": "createdeco-2.0.3-1.20.1-forge.jar", + "modId": "createdeco", + "version": "2.0.3-1.20.1-forge" + }, + "createstockbridge-1.20-0.1.5.jar": { + "jarName": "createstockbridge-1.20-0.1.5.jar", + "modId": "createstockbridge", + "version": "0.1.5" + }, + "Croptopia-1.20.1-FORGE-3.0.4.jar": { + "jarName": "Croptopia-1.20.1-FORGE-3.0.4.jar", + "modId": "croptopia", + "version": "3.0.4" + }, + "CTM-1.20.1-1.1.10.jar": { + "jarName": "CTM-1.20.1-1.1.10.jar", + "modId": "ctm", + "version": "1.20.1-1.1.10" + }, + "Cucumber-1.20.1-7.0.16.jar": { + "jarName": "Cucumber-1.20.1-7.0.16.jar", + "modId": "cucumber", + "version": "7.0.16" + }, + "cupboard-1.20.1-2.7.jar": { + "jarName": "cupboard-1.20.1-2.7.jar", + "modId": "cupboard", + "version": "1.20.1-2.7" + }, + "curios-forge-5.14.1+1.20.1.jar": { + "jarName": "curios-forge-5.14.1+1.20.1.jar", + "modId": "curios", + "version": "5.14.1+1.20.1" + }, + "Ding-1.20.1-Forge-1.5.0.jar": { + "jarName": "Ding-1.20.1-Forge-1.5.0.jar", + "modId": "ding", + "version": "1.5.0" + }, + "embeddium-0.3.31+mc1.20.1.jar": { + "jarName": "embeddium-0.3.31+mc1.20.1.jar", + "modId": "embeddium", + "version": "0.3.31+mc1.20.1" + }, + "embersrekindled-1.20.1-1.4.6.jar": { + "jarName": "embersrekindled-1.20.1-1.4.6.jar", + "modId": "embers", + "version": "1.20.1-1.4.6" + }, + "emi-1.1.22+1.20.1+forge.jar": { + "jarName": "emi-1.1.22+1.20.1+forge.jar", + "modId": "emi", + "version": "1.1.22+1.20.1+forge" + }, + "emi_loot-0.7.8+1.20.1-fix1+forge.jar": { + "jarName": "emi_loot-0.7.8+1.20.1-fix1+forge.jar", + "modId": "emi_loot", + "version": "0.7.8+1.20.1-fix1+forge" + }, + "Emojiful-Forge-1.20.1-4.2.0.jar": { + "jarName": "Emojiful-Forge-1.20.1-4.2.0.jar", + "modId": "emojiful", + "version": "4.2.0" + }, + "enchanted-forge-1.20.1-3.1.13.jar": { + "jarName": "enchanted-forge-1.20.1-3.1.13.jar", + "modId": "enchanted", + "version": "3.1.13" + }, + "entityculling-forge-1.8.1-mc1.20.1.jar": { + "jarName": "entityculling-forge-1.8.1-mc1.20.1.jar", + "modId": "entityculling", + "version": "1.8.1" + }, + "EpheroLib-1.20.1-FORGE-1.2.0.jar": { + "jarName": "EpheroLib-1.20.1-FORGE-1.2.0.jar", + "modId": "epherolib", + "version": "0.1.2" + }, + "experimentalsettingsdisabler-1.20.1-3.0.jar": { + "jarName": "experimentalsettingsdisabler-1.20.1-3.0.jar", + "modId": "experimentalsettingsdisabler", + "version": "3.0" + }, + "exposure-1.20.1-1.7.16-forge.jar": { + "jarName": "exposure-1.20.1-1.7.16-forge.jar", + "modId": "exposure", + "version": "1.7.16" + }, + "ExtendedAE-1.20-1.4.9-forge.jar": { + "jarName": "ExtendedAE-1.20-1.4.9-forge.jar", + "modId": "expatternprovider", + "version": "1.20-1.4.9-forge" + }, + "ExtremeSoundMuffler-3.49.1-forge-1.20.1.jar": { + "jarName": "ExtremeSoundMuffler-3.49.1-forge-1.20.1.jar", + "modId": "extremesoundmuffler", + "version": "3.48" + }, + "fancymenu_forge_3.6.4_MC_1.20.1.jar": { + "jarName": "fancymenu_forge_3.6.4_MC_1.20.1.jar", + "modId": "fancymenu", + "version": "3.6.4" + }, + "farmers_croptopia-1.20.1-3.2.0.jar": { + "jarName": "farmers_croptopia-1.20.1-3.2.0.jar", + "modId": "farmers_croptopia", + "version": "3.2.0" + }, + "FarmersDelight-1.20.1-1.2.9.jar": { + "jarName": "FarmersDelight-1.20.1-1.2.9.jar", + "modId": "farmersdelight", + "version": "1.20.1-1.2.9" + }, + "fastasyncworldsave-1.20.1-2.6.jar": { + "jarName": "fastasyncworldsave-1.20.1-2.6.jar", + "modId": "fastasyncworldsave", + "version": "1.20.1-2.6" + }, + "FastLeafDecay-32.jar": { + "jarName": "FastLeafDecay-32.jar", + "modId": "fastleafdecay", + "version": "32" + }, + "ferritecore-6.0.1-forge.jar": { + "jarName": "ferritecore-6.0.1-forge.jar", + "modId": "ferritecore", + "version": "6.0.1" + }, + "ftb-library-forge-2001.2.10.jar": { + "jarName": "ftb-library-forge-2001.2.10.jar", + "modId": "ftblibrary", + "version": "2001.2.10" + }, + "ftb-quests-forge-2001.4.17.jar": { + "jarName": "ftb-quests-forge-2001.4.17.jar", + "modId": "ftbquests", + "version": "2001.4.17" + }, + "ftb-teams-forge-2001.3.1.jar": { + "jarName": "ftb-teams-forge-2001.3.1.jar", + "modId": "ftbteams", + "version": "2001.3.1" + }, + "ftb-xmod-compat-forge-2.1.3.jar": { + "jarName": "ftb-xmod-compat-forge-2.1.3.jar", + "modId": "ftbxmodcompat", + "version": "2.1.3" + }, + "ftbbackups2-forge-1.20-1.0.23.jar": { + "jarName": "ftbbackups2-forge-1.20-1.0.23.jar", + "modId": "ftbbackups2", + "version": "1.0.23" + }, + "ftbquestlocalizer-1.20.1-forge-3.2.0.jar": { + "jarName": "ftbquestlocalizer-1.20.1-forge-3.2.0.jar", + "modId": "ftbquestlocalizer", + "version": "3.2.0" + }, + "fusion-1.2.11a-forge-mc1.20.1.jar": { + "jarName": "fusion-1.2.11a-forge-mc1.20.1.jar", + "modId": "fusion", + "version": "1.2.11+a" + }, + "fzzy_config-0.7.3+1.20.1+forge.jar": { + "jarName": "fzzy_config-0.7.3+1.20.1+forge.jar", + "modId": "fzzy_config", + "version": "0.7.3+1.20.1+forge" + }, + "geckolib-forge-1.20.1-4.8.2.jar": { + "jarName": "geckolib-forge-1.20.1-4.8.2.jar", + "modId": "geckolib", + "version": "4.8.2" + }, + "Glodium-1.20-1.5-forge.jar": { + "jarName": "Glodium-1.20-1.5-forge.jar", + "modId": "glodium", + "version": "1.20-1.5-forge" + }, + "gpumemleakfix-1.20.1-1.8.jar": { + "jarName": "gpumemleakfix-1.20.1-1.8.jar", + "modId": "gpumemleakfix", + "version": "1.20.1-1.8" + }, + "gravestone-forge-1.20.1-1.0.35.jar": { + "jarName": "gravestone-forge-1.20.1-1.0.35.jar", + "modId": "gravestone", + "version": "1.20.1-1.0.35" + }, + "gravestonecurioscompat-1.20.x-Forge-3.0.0.jar": { + "jarName": "gravestonecurioscompat-1.20.x-Forge-3.0.0.jar", + "modId": "gravestonecurioscompat", + "version": "3.0.0" + }, + "guideme-20.1.14.jar": { + "jarName": "guideme-20.1.14.jar", + "modId": "guideme", + "version": "20.1.14" + }, + "Heads-1.20.1-1.1.3.jar": { + "jarName": "Heads-1.20.1-1.1.3.jar", + "modId": "heads", + "version": "1.1.3" + }, + "iChunUtil-1.20.1-Forge-1.0.3.jar": { + "jarName": "iChunUtil-1.20.1-Forge-1.0.3.jar", + "modId": "ichunutil", + "version": "1.0.3" + }, + "ImmediatelyFast-Forge-1.5.2+1.20.4.jar": { + "jarName": "ImmediatelyFast-Forge-1.5.2+1.20.4.jar", + "modId": "immediatelyfast", + "version": "1.5.2+1.20.4" + }, + "immersive_paintings-0.6.8+1.20.1-forge.jar": { + "jarName": "immersive_paintings-0.6.8+1.20.1-forge.jar", + "modId": "immersive_paintings", + "version": "0.6.8+1.20.1" + }, + "interiors-0.5.6+forge-mc1.20.1-local.jar": { + "jarName": "interiors-0.5.6+forge-mc1.20.1-local.jar", + "modId": "interiors", + "version": "0.5.6" + }, + "item-filters-forge-2001.1.0-build.59.jar": { + "jarName": "item-filters-forge-2001.1.0-build.59.jar", + "modId": "itemfilters", + "version": "2001.1.0-build.59" + }, + "Jade-1.20.1-Forge-11.13.2.jar": { + "jarName": "Jade-1.20.1-Forge-11.13.2.jar", + "modId": "jade", + "version": "11.13.2+forge" + }, + "jei-1.20.1-forge-15.20.0.127.jar": { + "jarName": "jei-1.20.1-forge-15.20.0.127.jar", + "modId": "jei", + "version": "15.20.0.127" + }, + "konkrete_forge_1.8.0_MC_1.20-1.20.1.jar": { + "jarName": "konkrete_forge_1.8.0_MC_1.20-1.20.1.jar", + "modId": "konkrete", + "version": "1.8.0" + }, + "kotlinforforge-4.12.0-all.jar": { + "jarName": "kotlinforforge-4.12.0-all.jar" + }, + "KryptonReforged-0.2.3.jar": { + "jarName": "KryptonReforged-0.2.3.jar", + "modId": "krypton", + "version": "0.2.3" + }, + "kubejs-forge-2001.6.5-build.16.jar": { + "jarName": "kubejs-forge-2001.6.5-build.16.jar", + "modId": "kubejs", + "version": "2001.6.5-build.16" + }, + "lootjs-forge-1.20.1-2.13.0.jar": { + "jarName": "lootjs-forge-1.20.1-2.13.0.jar", + "modId": "lootjs", + "version": "1.20.1-2.13.0" + }, + "mcef-forge-2.1.6-1.20.1.jar": { + "jarName": "mcef-forge-2.1.6-1.20.1.jar", + "modId": "mcef", + "version": "2.1.6-1.20.1" + }, + "mcw-bridges-3.1.0-mc1.20.1forge.jar": { + "jarName": "mcw-bridges-3.1.0-mc1.20.1forge.jar", + "modId": "mcwbridges", + "version": "3.1.0" + }, + "mcw-doors-1.1.2-mc1.20.1forge.jar": { + "jarName": "mcw-doors-1.1.2-mc1.20.1forge.jar", + "modId": "mcwdoors", + "version": "1.1.2" + }, + "mcw-fences-1.2.0-1.20.1forge.jar": { + "jarName": "mcw-fences-1.2.0-1.20.1forge.jar", + "modId": "mcwfences", + "version": "1.2.0" + }, + "mcw-furniture-3.4.1-mc1.20.1forge.jar": { + "jarName": "mcw-furniture-3.4.1-mc1.20.1forge.jar", + "modId": "mcwfurnitures", + "version": "3.4.1" + }, + "mcw-lights-1.1.2-mc1.20.1forge.jar": { + "jarName": "mcw-lights-1.1.2-mc1.20.1forge.jar", + "modId": "mcwlights", + "version": "1.1.2" + }, + "mcw-mcwpaths-1.1.1-mc1.20.1forge.jar": { + "jarName": "mcw-mcwpaths-1.1.1-mc1.20.1forge.jar", + "modId": "mcwpaths", + "version": "1.1.1" + }, + "mcw-mcwwindows-2.4.1-mc1.20.1forge.jar": { + "jarName": "mcw-mcwwindows-2.4.1-mc1.20.1forge.jar", + "modId": "mcwwindows", + "version": "2.4.1" + }, + "mcw-roofs-2.3.2-mc1.20.1forge.jar": { + "jarName": "mcw-roofs-2.3.2-mc1.20.1forge.jar", + "modId": "mcwroofs", + "version": "2.3.2" + }, + "mcw-stairs-1.0.1-1.20.1forge.jar": { + "jarName": "mcw-stairs-1.0.1-1.20.1forge.jar", + "modId": "mcwstairs", + "version": "1.0.1" + }, + "mcw-trapdoors-1.1.5-mc1.20.1forge.jar": { + "jarName": "mcw-trapdoors-1.1.5-mc1.20.1forge.jar", + "modId": "mcwtrpdoors", + "version": "1.1.5" + }, + "Mekanism-1.20.1-10.4.16.80.jar": { + "jarName": "Mekanism-1.20.1-10.4.16.80.jar", + "modId": "mekanism", + "version": "10.4.16" + }, + "MekanismGenerators-1.20.1-10.4.16.80.jar": { + "jarName": "MekanismGenerators-1.20.1-10.4.16.80.jar", + "modId": "mekanismgenerators", + "version": "10.4.16" + }, + "MekanismTools-1.20.1-10.4.16.80.jar": { + "jarName": "MekanismTools-1.20.1-10.4.16.80.jar", + "modId": "mekanismtools", + "version": "10.4.16" + }, + "melody_forge_1.0.3_MC_1.20.1-1.20.4.jar": { + "jarName": "melody_forge_1.0.3_MC_1.20.1-1.20.4.jar", + "modId": "melody", + "version": "1.0.2" + }, + "modernfix-forge-5.25.1+mc1.20.1.jar": { + "jarName": "modernfix-forge-5.25.1+mc1.20.1.jar", + "modId": "modernfix", + "version": "5.25.1+mc1.20.1" + }, + "modonomicon-1.20.1-forge-1.79.2.jar": { + "jarName": "modonomicon-1.20.1-forge-1.79.2.jar", + "modId": "modonomicon", + "version": "1.79.2" + }, + "moonlight-1.20-2.16.16-forge.jar": { + "jarName": "moonlight-1.20-2.16.16-forge.jar", + "modId": "moonlight", + "version": "1.20-2.16.16" + }, + "moreoverlays-1.22.7-mc1.20.2.jar": { + "jarName": "moreoverlays-1.22.7-mc1.20.2.jar", + "modId": "moreoverlays", + "version": "1.22.7-mc1.20.2" + }, + "MouseTweaks-forge-mc1.20.1-2.25.1.jar": { + "jarName": "MouseTweaks-forge-mc1.20.1-2.25.1.jar", + "modId": "mousetweaks", + "version": "2.25.1" + }, + "MysticalAgriculture-1.20.1-7.0.23.jar": { + "jarName": "MysticalAgriculture-1.20.1-7.0.23.jar", + "modId": "mysticalagriculture", + "version": "7.0.23" + }, + "MysticalCustomization-1.20.1-5.0.3.jar": { + "jarName": "MysticalCustomization-1.20.1-5.0.3.jar", + "modId": "mysticalcustomization", + "version": "5.0.3" + }, + "narenderfix-1.20.1-1.0.0.jar": { + "jarName": "narenderfix-1.20.1-1.0.0.jar", + "modId": "narenderfix", + "version": "1.0.0" + }, + "NaturesAura-39.4.jar": { + "jarName": "NaturesAura-39.4.jar", + "modId": "naturesaura", + "version": "39.4" + }, + "nethersdelight-1.20.1-4.0.jar": { + "jarName": "nethersdelight-1.20.1-4.0.jar", + "modId": "nethersdelight", + "version": "1.20.1-4.0" + }, + "NoChatReports-FORGE-1.20.1-v2.2.2.jar": { + "jarName": "NoChatReports-FORGE-1.20.1-v2.2.2.jar", + "modId": "nochatreports", + "version": "1.20.1-v2.2.2" + }, + "nopiglinportals-1.4.jar": { + "jarName": "nopiglinportals-1.4.jar", + "modId": "nopiglinportals", + "version": "1.4" + }, + "not_enough_glyphs-1.20.1-3.2.1.1.jar": { + "jarName": "not_enough_glyphs-1.20.1-3.2.1.1.jar", + "modId": "not_enough_glyphs", + "version": "1.20.1-3.2.1.1" + }, + "oculus-flywheel-compat-Forge-2.0.3.jar": { + "jarName": "oculus-flywheel-compat-Forge-2.0.3.jar", + "modId": "irisflw", + "version": "2.0.3" + }, + "oculus-mc1.20.1-1.8.0.jar": { + "jarName": "oculus-mc1.20.1-1.8.0.jar", + "modId": "oculus", + "version": "1.8.0" + }, + "open-parties-and-claims-forge-1.20.1-0.25.8.jar": { + "jarName": "open-parties-and-claims-forge-1.20.1-0.25.8.jar", + "modId": "openpartiesandclaims", + "version": "0.25.8" + }, + "packetfixer-3.3.1-1.18-1.20.4-merged.jar": { + "jarName": "packetfixer-3.3.1-1.18-1.20.4-merged.jar", + "modId": "packetfixer", + "version": "3.3.1" + }, + "Patchouli-1.20.1-84.1-FORGE.jar": { + "jarName": "Patchouli-1.20.1-84.1-FORGE.jar", + "modId": "patchouli", + "version": "1.20.1-84.1-FORGE" + }, + "polylib-forge-2000.0.3-build.143.jar": { + "jarName": "polylib-forge-2000.0.3-build.143.jar", + "modId": "polylib", + "version": "2000.0.3-build.143" + }, + "polymorph-forge-0.49.10+1.20.1.jar": { + "jarName": "polymorph-forge-0.49.10+1.20.1.jar", + "modId": "polymorph", + "version": "0.49.10+1.20.1" + }, + "PresenceFootsteps-1.20.1-1.9.1-beta.1.jar": { + "jarName": "PresenceFootsteps-1.20.1-1.9.1-beta.1.jar", + "modId": "presencefootsteps", + "version": "1.20.1-1.9.1-beta.1" + }, + "Quark-4.0-462.jar": { + "jarName": "Quark-4.0-462.jar", + "modId": "quark", + "version": "4.0-462" + }, + "rechiseled-1.1.6-forge-mc1.20.jar": { + "jarName": "rechiseled-1.1.6-forge-mc1.20.jar", + "modId": "rechiseled", + "version": "1.1.6" + }, + "rechiseled_chipped-1.3.1-1.20.1.jar": { + "jarName": "rechiseled_chipped-1.3.1-1.20.1.jar", + "modId": "rechiseled_chipped", + "version": "1.2" + }, + "rechiseledae2-forge-1.20-1.20.1-1.1.0.jar": { + "jarName": "rechiseledae2-forge-1.20-1.20.1-1.1.0.jar", + "modId": "rechiseledae2", + "version": "1.1.0" + }, + "rechiseledcreate-1.0.2b-forge-mc1.20.jar": { + "jarName": "rechiseledcreate-1.0.2b-forge-mc1.20.jar", + "modId": "rechiseledcreate", + "version": "1.0.2+b" + }, + "reclamation_util-1.20.1-1.0.24.jar": { + "jarName": "reclamation_util-1.20.1-1.0.24.jar", + "modId": "reclamation_util", + "version": "1.0.24" + }, + "resourcefulconfig-forge-1.20.1-2.1.3.jar": { + "jarName": "resourcefulconfig-forge-1.20.1-2.1.3.jar", + "modId": "resourcefulconfig", + "version": "2.1.3" + }, + "resourcefullib-forge-1.20.1-2.1.29.jar": { + "jarName": "resourcefullib-forge-1.20.1-2.1.29.jar", + "modId": "resourcefullib", + "version": "2.1.29" + }, + "rhino-forge-2001.2.3-build.10.jar": { + "jarName": "rhino-forge-2001.2.3-build.10.jar", + "modId": "rhino", + "version": "2001.2.3-build.10" + }, + "Searchables-forge-1.20.1-1.0.3.jar": { + "jarName": "Searchables-forge-1.20.1-1.0.3.jar", + "modId": "searchables", + "version": "1.0.3" + }, + "sebastrnlib-4.0.0.jar": { + "jarName": "sebastrnlib-4.0.0.jar", + "modId": "sebastrnlib", + "version": "4.0.0" + }, + "SimpleRPC-4.0.4.jar": { + "jarName": "SimpleRPC-4.0.4.jar", + "modId": "simplerpc", + "version": "4.0.4" + }, + "simplylight-1.20.1-1.4.6-build.50.jar": { + "jarName": "simplylight-1.20.1-1.4.6-build.50.jar", + "modId": "simplylight", + "version": "1.20.1-1.4.6-build.50" + }, + "SmartBrainLib-forge-1.20.1-1.15.jar": { + "jarName": "SmartBrainLib-forge-1.20.1-1.15.jar", + "modId": "smartbrainlib", + "version": "1.15" + }, + "sophisticatedbackpacks-1.20.1-3.24.12.1411.jar": { + "jarName": "sophisticatedbackpacks-1.20.1-3.24.12.1411.jar", + "modId": "sophisticatedbackpacks", + "version": "3.24.12.1411" + }, + "sophisticatedcore-1.20.1-1.2.107.1240.jar": { + "jarName": "sophisticatedcore-1.20.1-1.2.107.1240.jar", + "modId": "sophisticatedcore", + "version": "1.2.107.1240" + }, + "sophisticatedstorage-1.20.1-1.4.16.1370.jar": { + "jarName": "sophisticatedstorage-1.20.1-1.4.16.1370.jar", + "modId": "sophisticatedstorage", + "version": "1.4.16.1370" + }, + "sophisticatedstoragecreateintegration-1.20.1-0.1.14.55.jar": { + "jarName": "sophisticatedstoragecreateintegration-1.20.1-0.1.14.55.jar", + "modId": "sophisticatedstoragecreateintegration", + "version": "0.1.14.55" + }, + "sound-physics-remastered-forge-1.20.1-1.5.1.jar": { + "jarName": "sound-physics-remastered-forge-1.20.1-1.5.1.jar", + "modId": "sound_physics_remastered", + "version": "1.20.1-1.5.1" + }, + "stateobserver-forge-1.20.1-1.4.3.jar": { + "jarName": "stateobserver-forge-1.20.1-1.4.3.jar", + "modId": "stateobserver", + "version": "1.4.3" + }, + "StorageDrawers-forge-1.20.1-12.14.3.jar": { + "jarName": "StorageDrawers-forge-1.20.1-12.14.3.jar", + "modId": "storagedrawers", + "version": "12.14.3" + }, + "supermartijn642configlib-1.1.8-forge-mc1.20.jar": { + "jarName": "supermartijn642configlib-1.1.8-forge-mc1.20.jar", + "modId": "supermartijn642configlib", + "version": "1.1.8" + }, + "supermartijn642corelib-1.1.18-forge-mc1.20.1.jar": { + "jarName": "supermartijn642corelib-1.1.18-forge-mc1.20.1.jar", + "modId": "supermartijn642corelib", + "version": "1.1.18" + }, + "supplementaries-1.20-3.1.41.jar": { + "jarName": "supplementaries-1.20-3.1.41.jar", + "modId": "supplementaries", + "version": "1.20-3.1.41" + }, + "theurgy-1.20.1-1.25.0.jar": { + "jarName": "theurgy-1.20.1-1.25.0.jar", + "modId": "theurgy", + "version": "1.25.0" + }, + "theurgy_kubejs-1.20.1-1.1.0.jar": { + "jarName": "theurgy_kubejs-1.20.1-1.1.0.jar", + "modId": "theurgy_kubejs", + "version": "1.1.0" + }, + "tomeofblood-1.20.1-0.4.4-all.jar": { + "jarName": "tomeofblood-1.20.1-0.4.4-all.jar", + "modId": "tomeofblood", + "version": "0.4.4" + }, + "toomanyglyphs-1.20.1-2.3.2.12345.jar": { + "jarName": "toomanyglyphs-1.20.1-2.3.2.12345.jar", + "modId": "toomanyglyphs", + "version": "2.3.2.12345" + }, + "trashcans-1.0.18b-forge-mc1.20.jar": { + "jarName": "trashcans-1.0.18b-forge-mc1.20.jar", + "modId": "trashcans", + "version": "1.0.18b" + }, + "tru.e-ending-v1.1.0c.jar": { + "jarName": "tru.e-ending-v1.1.0c.jar", + "modId": "mr_limesplatus_ending", + "version": "1-v1.1.0c" + }, + "via_romana-forge-1.4.1.jar": { + "jarName": "via_romana-forge-1.4.1.jar", + "modId": "via_romana", + "version": "1.4.1" + }, + "Xaeros_Minimap_25.2.10_Forge_1.20.jar": { + "jarName": "Xaeros_Minimap_25.2.10_Forge_1.20.jar", + "modId": "xaerominimap", + "version": "25.2.10" + }, + "XaerosWorldMap_1.39.12_Forge_1.20.jar": { + "jarName": "XaerosWorldMap_1.39.12_Forge_1.20.jar", + "modId": "xaeroworldmap", + "version": "1.39.12" + }, + "xercamusic-1.20.1-1.0.2.jar": { + "jarName": "xercamusic-1.20.1-1.0.2.jar", + "modId": "xercamusic", + "version": "1.20.1-1.0.2" + }, + "xercapaint-1.20.1-1.0.1.jar": { + "jarName": "xercapaint-1.20.1-1.0.1.jar", + "modId": "xercapaint", + "version": "1.20.1-1.0.1" + }, + "Zeta-1.0-30.jar": { + "jarName": "Zeta-1.0-30.jar", + "modId": "zeta", + "version": "1.0-30" + } +} \ No newline at end of file diff --git a/config/crash_assistant/problematic_mods_config.json b/config/crash_assistant/problematic_mods_config.json new file mode 100644 index 0000000..66a07e4 --- /dev/null +++ b/config/crash_assistant/problematic_mods_config.json @@ -0,0 +1,6 @@ +{ + "example_modid": { + "msg": "Custom msg on crash for this mod id. You can use $JAR_NAME$ placeholder, which will be replaced with jar name. You can use HTML here, it will work.", + "should_crash_on_startup": true + } +} \ No newline at end of file diff --git a/config/create-client.toml b/config/create-client.toml new file mode 100644 index 0000000..eb7df9c --- /dev/null +++ b/config/create-client.toml @@ -0,0 +1,133 @@ + +#. +#Client-only settings - If you're looking for general settings, look inside your worlds serverconfig folder! +[client] + #. + #Show item descriptions on Shift and controls on Ctrl. + enableTooltips = true + #. + #Display a tooltip when looking at overstressed components. + enableOverstressedTooltip = true + #. + #Log a stack-trace when rendering issues happen within a moving contraption. + explainRenderErrors = false + #. + #Higher density means more spawned particles. + #Range: 0.0 ~ 1.0 + fanParticleDensity = 0.5 + #. + #[in Blocks] + #Maximum Distance to the player at which items in Blocks' filter slots will be displayed + #Range: 1.0 ~ 3.4028234663852886E38 + filterItemRenderDistance = 10.0 + #. + #Choose the menu row that the Create config button appears on in the main menu + #Set to 0 to disable the button altogether + #Range: 0 ~ 4 + mainMenuConfigButtonRow = 2 + #. + #Offset the Create config button in the main menu by this many pixels on the X axis + #The sign (-/+) of this value determines what side of the row the button appears on (left/right) + #Range: > -2147483648 + mainMenuConfigButtonOffsetX = -4 + #. + #Choose the menu row that the Create config button appears on in the in-game menu + #Set to 0 to disable the button altogether + #Range: 0 ~ 5 + ingameMenuConfigButtonRow = 3 + #. + #Offset the Create config button in the in-game menu by this many pixels on the X axis + #The sign (-/+) of this value determines what side of the row the button appears on (left/right) + #Range: > -2147483648 + ingameMenuConfigButtonOffsetX = -4 + #. + #Setting this to true will prevent Create from sending you a warning when playing with Fabulous graphics enabled + ignoreFabulousWarning = false + #. + #Disable to prevent being rotated while seated on a Moving Contraption + rotateWhenSeated = true + + #. + #Configure your vision range when submerged in Create's custom fluids + [client.fluidFogSettings] + #. + #The vision range through honey will be multiplied by this factor + #Range: 0.125 ~ 256.0 + honey = 1.0 + #. + #The vision range though chocolate will be multiplied by this factor + #Range: 0.125 ~ 256.0 + chocolate = 1.0 + + #. + #Settings for the Goggle Overlay + [client.goggleOverlay] + #. + #Offset the overlay from goggle- and hover- information by this many pixels on the respective axis; Use /create overlay + #Range: > -2147483648 + overlayOffsetX = 20 + #. + #Offset the overlay from goggle- and hover- information by this many pixels on the respective axis; Use /create overlay + #Range: > -2147483648 + overlayOffsetY = 0 + #. + #Enable this to use your custom colors for the Goggle- and Hover- Overlay + customColorsOverlay = false + #. + #The custom background color to use for the Goggle- and Hover- Overlays, if enabled + #[in Hex: #AaRrGgBb] + #[@cui:IntDisplay:#] + #Range: > -2147483648 + customBackgroundOverlay = -267386864 + #. + #The custom top color of the border gradient to use for the Goggle- and Hover- Overlays, if enabled + #[in Hex: #AaRrGgBb] + #[@cui:IntDisplay:#] + #Range: > -2147483648 + customBorderTopOverlay = 1347420415 + #. + #The custom bot color of the border gradient to use for the Goggle- and Hover- Overlays, if enabled + #[in Hex: #AaRrGgBb] + #[@cui:IntDisplay:#] + #Range: > -2147483648 + customBorderBotOverlay = 1344798847 + + #. + #Sound settings + [client.sound] + #. + #Make cogs rumble and machines clatter. + enableAmbientSounds = true + #. + #Maximum volume modifier of Ambient noise + #Range: 0.0 ~ 1.0 + ambientVolumeCap = 0.10000000149011612 + + #. + #Railway related settings + [client.trains] + #. + #How far away the Camera should zoom when seated on a train + #Range: 0.0 ~ 3.4028234663852886E38 + mountedZoomMultiplier = 3.0 + #. + #Display nodes and edges of a Railway Network while f3 debug mode is active + showTrackGraphOnF3 = false + #. + #Additionally display materials of a Rail Network while f3 debug mode is active + showExtendedTrackGraphOnF3 = false + #. + #Display Track Networks and Trains on supported map mods + showTrainMapOverlay = true + #. + #Track Network Color on maps + #Allowed Values: RED, GREY, WHITE + trainMapColorTheme = "RED" + + #. + #Mod Integration and JEI + [client.jeiIntegration] + #. + #Whether to auto-update the JEI search when searching in the stock keeper UI + syncJeiSearch = true + diff --git a/config/create-common.toml b/config/create-common.toml new file mode 100644 index 0000000..792792f --- /dev/null +++ b/config/create-common.toml @@ -0,0 +1,9 @@ + +#. +#Modify Create's impact on your terrain +[worldgen] + #. + #. + #Prevents all worldgen added by Create from taking effect + disableWorldGen = false + diff --git a/config/create_central_kitchen-common-1.toml.bak b/config/create_central_kitchen-common-1.toml.bak new file mode 100644 index 0000000..6cada1c --- /dev/null +++ b/config/create_central_kitchen-common-1.toml.bak @@ -0,0 +1,37 @@ + +#. +#Config for Automation related components +[automation] + #. + #. + #Whether allowing Deployers to perform Cutting Board Recipes + enableCuttingBoardDeploying = true + #. + #List of Block Entities that can be boosted when placed on Blaze Stove + boostingCookerList = ["farmersdelight:cooking_pot", "farmersdelight:skillet"] + +#. +#Config for Integration with other mods +[integration] + #. + #. + #Whether replacing vanilla and modded pies into Farmer's Delight style + #[@cui:RequiresReload:both] + enablePieOverhaul = true + #. + #Pie items in this list will not be included in pie overhaul + #[@cui:RequiresReload:both] + pieOverhaulBlackList = [] + #. + #For harvester to function properly, turning on this support will cause the collision shape of the overweight crop block to disappear. + #[@cui:RequiresReload:server] + enableHarvesterSupportForOverweightFarming = true + #. + #Basket of Farmers Delight has a 8 ticks transfer cooldown. Disable the cooldown for better automation. + #[@cui:RequiresReload:server] + disableTransferCooldownForFarmersDelightBasket = true + #. + #For harvester to function properly, turning on this support will cause the collision shape of Coffee Bush and Tea Bush block to disappear. + #[@cui:RequiresReload:server] + enableHarvesterSupportForFarmersRespite = true + diff --git a/config/create_central_kitchen-common-2.toml.bak b/config/create_central_kitchen-common-2.toml.bak new file mode 100644 index 0000000..6cada1c --- /dev/null +++ b/config/create_central_kitchen-common-2.toml.bak @@ -0,0 +1,37 @@ + +#. +#Config for Automation related components +[automation] + #. + #. + #Whether allowing Deployers to perform Cutting Board Recipes + enableCuttingBoardDeploying = true + #. + #List of Block Entities that can be boosted when placed on Blaze Stove + boostingCookerList = ["farmersdelight:cooking_pot", "farmersdelight:skillet"] + +#. +#Config for Integration with other mods +[integration] + #. + #. + #Whether replacing vanilla and modded pies into Farmer's Delight style + #[@cui:RequiresReload:both] + enablePieOverhaul = true + #. + #Pie items in this list will not be included in pie overhaul + #[@cui:RequiresReload:both] + pieOverhaulBlackList = [] + #. + #For harvester to function properly, turning on this support will cause the collision shape of the overweight crop block to disappear. + #[@cui:RequiresReload:server] + enableHarvesterSupportForOverweightFarming = true + #. + #Basket of Farmers Delight has a 8 ticks transfer cooldown. Disable the cooldown for better automation. + #[@cui:RequiresReload:server] + disableTransferCooldownForFarmersDelightBasket = true + #. + #For harvester to function properly, turning on this support will cause the collision shape of Coffee Bush and Tea Bush block to disappear. + #[@cui:RequiresReload:server] + enableHarvesterSupportForFarmersRespite = true + diff --git a/config/create_central_kitchen-common.toml b/config/create_central_kitchen-common.toml new file mode 100644 index 0000000..6cada1c --- /dev/null +++ b/config/create_central_kitchen-common.toml @@ -0,0 +1,37 @@ + +#. +#Config for Automation related components +[automation] + #. + #. + #Whether allowing Deployers to perform Cutting Board Recipes + enableCuttingBoardDeploying = true + #. + #List of Block Entities that can be boosted when placed on Blaze Stove + boostingCookerList = ["farmersdelight:cooking_pot", "farmersdelight:skillet"] + +#. +#Config for Integration with other mods +[integration] + #. + #. + #Whether replacing vanilla and modded pies into Farmer's Delight style + #[@cui:RequiresReload:both] + enablePieOverhaul = true + #. + #Pie items in this list will not be included in pie overhaul + #[@cui:RequiresReload:both] + pieOverhaulBlackList = [] + #. + #For harvester to function properly, turning on this support will cause the collision shape of the overweight crop block to disappear. + #[@cui:RequiresReload:server] + enableHarvesterSupportForOverweightFarming = true + #. + #Basket of Farmers Delight has a 8 ticks transfer cooldown. Disable the cooldown for better automation. + #[@cui:RequiresReload:server] + disableTransferCooldownForFarmersDelightBasket = true + #. + #For harvester to function properly, turning on this support will cause the collision shape of Coffee Bush and Tea Bush block to disappear. + #[@cui:RequiresReload:server] + enableHarvesterSupportForFarmersRespite = true + diff --git a/config/croptopia/croptopia_v3.conf b/config/croptopia/croptopia_v3.conf new file mode 100644 index 0000000..7ffabd5 --- /dev/null +++ b/config/croptopia/croptopia_v3.conf @@ -0,0 +1,426 @@ +# Determines if croptopia salt will generate in rivers. Defaults to true +generateSaltInWorld = true +treeConfig=[ + { + acceptableBiomes=[ + "byg:orchard", + "minecraft:flower_forest", + "byg:aspen_forest", + "minecraft:plains", + "minecraft:forest", + "minecraft:sunflower_plains", + "minecraft:windswept_forest", + "byg:red_oak_forest", + "terralith:birch_taiga", + "terralith:blooming_valley", + "terralith:blooming_plateau", + "terralith:highlands", + "terralith:steppe" + ] + featureName="orange_tree_placed" + }, + { + acceptableBiomes=[ + "byg:tropical_rainforest", + "minecraft:sparse_jungle", + "byg:tropical_islands", + "minecraft:jungle", + "traverse:mini_jungle", + "byg:crag_gardens", + "terralith:amethyst_canyon", + "terralith:amethyst_rainforest", + "terralith:jungle_mountains", + "terralith:tropical_jungle", + ] + featureName="dragonfruit_tree_placed" + }, + { + acceptableBiomes=[ + "byg:tropical_rainforest", + "minecraft:sparse_jungle", + "byg:tropical_islands", + "minecraft:jungle", + "traverse:mini_jungle", + "byg:crag_gardens", + "terralith:amethyst_canyon", + "terralith:amethyst_rainforest", + "terralith:jungle_mountains", + "terralith:tropical_jungle", + "terralith:blooming_valley" + ] + featureName="kumquat_tree_placed" + }, + { + acceptableBiomes=[ + "byg:tropical_rainforest", + "minecraft:sparse_jungle", + "byg:tropical_islands", + "minecraft:jungle", + "traverse:mini_jungle", + "byg:crag_gardens", + "terralith:amethyst_canyon", + "terralith:amethyst_rainforest", + "terralith:jungle_mountains", + "terralith:tropical_jungle", + ] + featureName="banana_tree_placed" + }, + { + acceptableBiomes=[ + "traverse:autumnal_woods", + "minecraft:flower_forest", + "byg:autumnal_forest", + "byg:aspen_forest", + "traverse:autumnal_wooded_hills", + "byg:jacaranda_forest", + "byg:autumnal_taiga", + "traverse:wooded_plateau", + "minecraft:windswept_forest", + "byg:red_oak_forest", + "byg:orchard", + "traverse:woodlands", + "traverse:wooded_island", + "minecraft:forest" + ] + featureName="plum_tree_placed" + }, + { + acceptableBiomes=[ + "byg:tropical_rainforest", + "minecraft:sparse_jungle", + "byg:tropical_islands", + "minecraft:jungle", + "traverse:mini_jungle", + "byg:crag_gardens", + "terralith:amethyst_canyon", + "terralith:amethyst_rainforest", + "terralith:jungle_mountains", + "terralith:tropical_jungle", + ] + featureName="date_tree_placed" + }, + { + acceptableBiomes=[ + "minecraft:dark_forest", + "byg:weeping_witch_forest", + "byg:dacite_ridges", + "byg:ebony_woods", + "byg:maple_taiga", + "byg:twilight_meadow" + ] + featureName="cashew_tree_placed" + }, + { + acceptableBiomes=[ + "byg:tropical_rainforest", + "minecraft:sparse_jungle", + "byg:tropical_islands", + "minecraft:jungle", + "traverse:mini_jungle", + "byg:crag_gardens", + "terralith:amethyst_canyon", + "terralith:amethyst_rainforest", + "terralith:jungle_mountains", + "terralith:tropical_jungle", + ] + featureName="mango_tree_placed" + }, + { + acceptableBiomes=[ + "byg:tropical_rainforest", + "minecraft:sparse_jungle", + "byg:tropical_islands", + "minecraft:jungle", + "traverse:mini_jungle", + "byg:crag_gardens", + "terralith:amethyst_canyon", + "terralith:amethyst_rainforest", + "terralith:jungle_mountains", + "terralith:tropical_jungle", + ] + featureName="coconut_tree_placed" + }, + { + acceptableBiomes=[ + "byg:orchard", + "minecraft:flower_forest", + "byg:aspen_forest", + "minecraft:forest", + "minecraft:windswept_forest", + "byg:red_oak_forest", + "terralith:blooming_valley", + "terralith:lavender_forest", + "terralith:sakura_grove", + "terralith:sakura_valley" + ] + featureName="apricot_tree_placed" + }, + { + acceptableBiomes=[ + "byg:tropical_rainforest", + "minecraft:sparse_jungle", + "byg:tropical_islands", + "minecraft:jungle", + "traverse:mini_jungle", + "byg:crag_gardens", + "terralith:amethyst_canyon", + "terralith:amethyst_rainforest", + "terralith:jungle_mountains", + "terralith:tropical_jungle", + ] + featureName="nutmeg_tree_placed" + }, + { + acceptableBiomes=[ + "traverse:autumnal_woods", + "byg:orchard", + "minecraft:flower_forest", + "byg:autumnal_forest", + "byg:aspen_forest", + "traverse:autumnal_wooded_hills", + "byg:jacaranda_forest", + "byg:autumnal_taiga", + "minecraft:forest", + "minecraft:windswept_forest", + "byg:red_oak_forest", + "terralith:blooming_valley", + "terralith:lavender_forest", + "terralith:sakura_grove", + "terralith:sakura_valley" + ] + featureName="persimmon_tree_placed" + }, + { + acceptableBiomes=[ + "minecraft:dark_forest", + "byg:weeping_witch_forest", + "byg:dacite_ridges", + "byg:ebony_woods", + "byg:maple_taiga", + "byg:twilight_meadow" + ] + featureName="almond_tree_placed" + }, + { + acceptableBiomes=[ + "byg:orchard", + "minecraft:flower_forest", + "byg:aspen_forest", + "minecraft:forest", + "minecraft:windswept_forest", + "byg:red_oak_forest", + "terralith:birch_taiga", + "terralith:blooming_valley", + "terralith:lavender_forest", + "terralith:sakura_grove", + "terralith:sakura_valley" + ] + featureName="avocado_tree_placed" + }, + { + acceptableBiomes=[ + "byg:tropical_rainforest", + "minecraft:sparse_jungle", + "byg:tropical_islands", + "minecraft:jungle", + "traverse:mini_jungle", + "byg:crag_gardens", + "terralith:amethyst_canyon", + "terralith:amethyst_rainforest", + "terralith:jungle_mountains", + "terralith:tropical_jungle", + ] + featureName="fig_tree_placed" + }, + { + acceptableBiomes=[ + "minecraft:sparse_jungle", + "byg:white_mangrove_marshes", + "byg:tropical_rainforest", + "byg:temperate_rainforest", + "byg:cypress_swamplands", + "byg:tropical_islands", + "minecraft:jungle", + "traverse:mini_jungle", + "byg:crag_gardens", + "traverse:lush_swamp", + "terralith:amethyst_canyon", + "terralith:amethyst_rainforest", + "terralith:jungle_mountains", + "terralith:tropical_jungle", + ] + featureName="cinnamon_tree_placed" + }, + { + acceptableBiomes=[ + "minecraft:plains", + "minecraft:sunflower_plains", + "terralith:blooming_valley", + "terralith:lavender_forest", + "terralith:sakura_grove", + "terralith:sakura_valley", + "terralith:blooming_plateau", + "terralith:highlands", + "terralith:steppe" + ] + featureName="peach_tree_placed" + }, + { + acceptableBiomes=[ + "traverse:wooded_island", + "minecraft:plains", + "minecraft:sunflower_plains", + "traverse:wooded_plateau", + "byg:prairie", + "traverse:woodlands", + "terralith:blooming_valley", + "terralith:lavender_forest", + "terralith:sakura_grove", + "terralith:sakura_valley", + "terralith:blooming_plateau", + "terralith:highlands", + "terralith:steppe" + ] + featureName="apple_tree_placed" + }, + { + acceptableBiomes=[ + "traverse:autumnal_woods", + "byg:orchard", + "minecraft:flower_forest", + "byg:autumnal_forest", + "byg:aspen_forest", + "traverse:autumnal_wooded_hills", + "byg:jacaranda_forest", + "byg:autumnal_taiga", + "minecraft:forest", + "minecraft:windswept_forest", + "byg:red_oak_forest", + "terralith:blooming_valley", + "terralith:lavender_forest", + "terralith:sakura_grove", + "terralith:sakura_valley" + ] + featureName="pear_tree_placed" + }, + { + acceptableBiomes=[ + "byg:tropical_rainforest", + "minecraft:sparse_jungle", + "byg:tropical_islands", + "minecraft:jungle", + "traverse:mini_jungle", + "byg:crag_gardens", + "terralith:amethyst_canyon", + "terralith:amethyst_rainforest", + "terralith:jungle_mountains", + "terralith:tropical_jungle", + ] + featureName="grapefruit_tree_placed" + }, + { + acceptableBiomes=[ + "byg:orchard", + "minecraft:flower_forest", + "byg:aspen_forest", + "minecraft:forest", + "minecraft:windswept_forest", + "byg:red_oak_forest", + "terralith:blooming_valley", + "terralith:lavender_forest", + "terralith:sakura_grove", + "terralith:sakura_valley", + "terralith:steppe" + ] + featureName="starfruit_tree_placed" + }, + { + acceptableBiomes=[ + "byg:orchard", + "minecraft:flower_forest", + "byg:aspen_forest", + "minecraft:forest", + "minecraft:windswept_forest", + "byg:red_oak_forest", + "terralith:blooming_valley", + "terralith:lavender_forest", + "terralith:sakura_grove", + "terralith:sakura_valley" + ] + featureName="nectarine_tree_placed" + }, + { + acceptableBiomes=[ + "byg:orchard", + "minecraft:flower_forest", + "byg:aspen_forest", + "minecraft:forest", + "minecraft:windswept_forest", + "byg:red_oak_forest", + "terralith:blooming_valley", + "terralith:lavender_forest", + "terralith:sakura_grove", + "terralith:sakura_valley" + ] + featureName="lemon_tree_placed" + }, + { + acceptableBiomes=[ + "byg:orchard", + "minecraft:flower_forest", + "byg:aspen_forest", + "byg:cherry_blossom_forest", + "traverse:woodlands", + "traverse:wooded_island", + "minecraft:forest", + "traverse:wooded_plateau", + "minecraft:windswept_forest", + "byg:red_oak_forest", + "terralith:blooming_valley", + "terralith:lavender_forest", + "terralith:sakura_grove", + "terralith:sakura_valley" + ] + featureName="cherry_tree_placed" + }, + { + acceptableBiomes=[ + "byg:orchard", + "minecraft:flower_forest", + "byg:aspen_forest", + "minecraft:forest", + "minecraft:windswept_forest", + "byg:red_oak_forest", + "terralith:blooming_valley", + "terralith:lavender_forest", + "terralith:sakura_grove", + "terralith:sakura_valley" + ] + featureName="lime_tree_placed" + }, + { + acceptableBiomes=[ + "minecraft:dark_forest", + "byg:weeping_witch_forest", + "byg:dacite_ridges", + "byg:ebony_woods", + "byg:maple_taiga", + "byg:twilight_meadow", + "terralith:birch_taiga", + ] + featureName="pecan_tree_placed" + }, + { + acceptableBiomes=[ + "minecraft:dark_forest", + "byg:weeping_witch_forest", + "byg:dacite_ridges", + "byg:ebony_woods", + "byg:maple_taiga", + "byg:twilight_meadow", + "terralith:birch_taiga", + "terralith:steppe" + ] + featureName="walnut_tree_placed" + } +] diff --git a/config/ctm.toml b/config/ctm.toml new file mode 100644 index 0000000..78fd19c --- /dev/null +++ b/config/ctm.toml @@ -0,0 +1,5 @@ +#Disable connected textures entirely +disableCTM = false +#Choose whether the inside corner is disconnected on a CTM block - https://imgur.com/eUywLZ4 +connectInsideCTM = false + diff --git a/config/cucumber-client.toml b/config/cucumber-client.toml new file mode 100644 index 0000000..a3736c6 --- /dev/null +++ b/config/cucumber-client.toml @@ -0,0 +1,8 @@ + +#General configuration options. +[General] + #Enable tag list tooltips for blocks/items? + tagTooltips = true + #Enable NBT tooltips for items? + nbtTooltips = false + diff --git a/config/cucumber-common.toml b/config/cucumber-common.toml new file mode 100644 index 0000000..3f30717 --- /dev/null +++ b/config/cucumber-common.toml @@ -0,0 +1,8 @@ + +#General configuration options. +[General] + #Mod ids (in order) to prioritize using items for when generating the cucumber-tags.json file. + modTagPriorities = ["thermal", "mekanism", "tconstruct", "immersiveengineering", "appliedenergistics2"] + #If enabled, any tags in the cucumber-tags.json file set to items that don't exist will be refreshed if possible. + autoRefreshTagOptions = true + diff --git a/config/cucumber-tags.json b/config/cucumber-tags.json new file mode 100644 index 0000000..2f61dc5 --- /dev/null +++ b/config/cucumber-tags.json @@ -0,0 +1,32 @@ +{ + "__comment": "Instructions: https://blakesmods.com/docs/cucumber/tags-config", + "forge:ingots/constantan": "null", + "forge:ingots/tungsten": "null", + "forge:ingots/tin": "mekanism:ingot_tin", + "forge:gems/sapphire": "null", + "forge:ingots/bronze": "mekanism:ingot_bronze", + "forge:ingots/electrum": "null", + "forge:silicon": "ae2:silicon", + "forge:gems/apatite": "null", + "forge:ingots/silver": "embers:silver_ingot", + "forge:dusts/saltpeter": "bloodmagic:saltpeter", + "forge:ingots/steel": "mekanism:ingot_steel", + "forge:ingots/platinum": "null", + "forge:ingots/lead": "embers:lead_ingot", + "forge:ingots/graphite": "null", + "forge:ingots/uranium": "mekanism:ingot_uranium", + "forge:ingots/aluminum": "null", + "forge:ingots/mithril": "null", + "forge:ingots/iridium": "null", + "forge:ingots/zinc": "create:zinc_ingot", + "forge:ingots/invar": "null", + "forge:gems/ruby": "null", + "forge:dusts/niter": "null", + "forge:ingots/chrome": "null", + "forge:ingots/brass": "create:brass_ingot", + "forge:ingots/titanium": "null", + "forge:rubber": "null", + "forge:dusts/sulfur": "bloodmagic:sulfur", + "forge:gems/peridot": "null", + "forge:ingots/nickel": "null" +} \ No newline at end of file diff --git a/config/cupboard.json b/config/cupboard.json new file mode 100644 index 0000000..51d25a0 --- /dev/null +++ b/config/cupboard.json @@ -0,0 +1,22 @@ +{ + "showCommandExecutionErrors": { + "desc:": "Whether to display errors during command execution: default:true", + "showCommandExecutionErrors": true + }, + "debugChunkloadAttempts": { + "desc:": "Enables debug logging of chunks being forceloaded on serverthread by directly accessing an unloaded chunk, which stalls the server until the chunk finishes loading, incompatible with lithium and its forks: default:false", + "debugChunkloadAttempts": false + }, + "skipErrorOnEntityLoad": { + "desc:": "Prevent crashes on entity loading: default:false", + "skipErrorOnEntityLoad": false + }, + "logOffthreadEntityAdd": { + "desc:": "Entities should only be added on the server thread itself, cupboard fixes the crashes caused by mods violating that, this option enables the logging of those: default:true", + "logOffthreadEntityAdd": true + }, + "forceHeapDumpOnOOM": { + "desc:": "Enables creating a heap dump automatically once the game crashes with an out of memory issue, use with care heapdumps take a lot of space. default:false", + "forceHeapDumpOnOOM": false + } +} \ No newline at end of file diff --git a/config/curios-client.toml b/config/curios-client.toml new file mode 100644 index 0000000..3cefdeb --- /dev/null +++ b/config/curios-client.toml @@ -0,0 +1,23 @@ + +#Client only settings, mostly things related to rendering +[client] + #Set to true to enable rendering curios + renderCurios = true + #Set to true to enable the Curios GUI button + enableButton = true + #The X-Offset for the Curios GUI button + #Range: -100 ~ 100 + buttonXOffset = 0 + #The Y-Offset for the Curios GUI button + #Range: -100 ~ 100 + buttonYOffset = 0 + #The X-Offset for the Creative Curios GUI button + #Range: -100 ~ 100 + creativeButtonXOffset = 0 + #The Y-Offset for the Creative Curios GUI button + #Range: -100 ~ 100 + creativeButtonYOffset = 0 + #The corner for the Curios GUI button + #Allowed Values: TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT + buttonCorner = "TOP_LEFT" + diff --git a/config/curios-common.toml b/config/curios-common.toml new file mode 100644 index 0000000..1c05ad8 --- /dev/null +++ b/config/curios-common.toml @@ -0,0 +1,5 @@ +#List of slots to create or modify. +#See documentation for syntax: https://docs.illusivesoulworks.com/curios/configuration#slot-configuration +# +slots = ["id=charm;size=3"] + diff --git a/config/de/mari_023/ae2wtlib.json5 b/config/de/mari_023/ae2wtlib.json5 new file mode 100644 index 0000000..9f1a54c --- /dev/null +++ b/config/de/mari_023/ae2wtlib.json5 @@ -0,0 +1,3 @@ +{ + "magnetCardRange": 16.0 +} \ No newline at end of file diff --git a/config/delightful-common.toml b/config/delightful-common.toml new file mode 100644 index 0000000..2e661fc --- /dev/null +++ b/config/delightful-common.toml @@ -0,0 +1,163 @@ + +# Let's Configure Delightful +[Knives] + adamantium_knife = true + alf_knife = true + allthemodium_knife = true + amethyst_knife = false + black_opal_knife = true + blazing_knife = true + bone_knife = true + brass_knife = true + bronze_knife = true + certus_quartz_knife = true + cloggrum_knife = true + constantan_knife = true + copper_knife = false + crystalline_knife = true + draco_arcanus_knife = true + electrum_knife = true + elementium_knife = true + emerald_knife = false + enderite_knife = true + experience_knife = true + fiery_knife = true + fluix_knife = true + forgotten_knife = true + froststeel_knife = true + gilded_netherite_knife = true + gilded_quartz_knife = true + gravitite_knife = true + holystone_knife = true + infused_veridium_knife = true + invar_knife = true + ironwood_knife = true + kiwano_knife = true + knightmetal_knife = true + lapis_lazuli_knife = false + large_amethyst_knife = true + lead_knife = true + leaf_knife = true + living_knife = true + manasteel_knife = true + mythril_knife = true + necronium_knife = true + nether_quartz_knife = true + netherite_opal_knife = true + nickel_knife = true + obsidian_infused_enderite_knife = true + onyx_knife = true + osmium_knife = true + phoenix_knife = true + refined_glowstone_knife = true + refined_obsidian_knife = true + rose_gold_knife = true + silver_knife = true + sinisite_knife = true + skyjade_knife = true + skyroot_knife = true + soul_steel_knife = true + steel_knife = true + steeleaf_knife = true + stratus_knife = true + terra_knife = true + thyrium_knife = true + tin_knife = true + utherium_knife = true + valkyrum_knife = true + veridium_knife = true + warden_knife = true + zanite_knife = true + zinc_knife = true + +["Pie Overhauls"] + blueberry_pie_slice = true + gloomgourd_pie_slice = true + green_apple_pie_slice = true + pumpkin_pie_slice = true + salmonberry_pie_slice = true + source_berry_pie_slice = true + +["Registry & Recipes"] + acorn = true + acorn_sack = true + animal_fat = true + animal_oil_bottle = true + azalea_tea = true + baobab_fruit_crate = true + basalt_cabinet = true + bastion_fruit_crate = true + berry_matcha_latte = true + blueberry_sack = true + bombegranate_crate = true + cactus_chili = true + cactus_flesh = true + cactus_soup = true + cactus_soup_cup = true + cactus_steak = true + cantaloupe = true + cantaloupe_bread = true + cantaloupe_gummy = true + cantaloupe_popsicle = true + cantaloupe_seeds = true + cantaloupe_slice = true + cheeseburger = true + chopped_clover = true + chunkwich = true + coconut_curry = true + cooked_goat = true + cooked_marshmallow_stick = true + cooked_venison_chops = true + crab_rangoon = true + deluxe_cheeseburger = true + ender_nectar = true + field_salad = true + frostaya_crate = true + glow_jelly_bottle = true + green_apple_crate = true + green_tea_leaf = true + honey_glazed_walnut = true + jelly_bottle = true + lavender_tea = true + marshmallow_stick = true + matcha = true + matcha_gummy = true + matcha_ice_cream = true + matcha_ice_cream_block = true + matcha_latte = true + matcha_milkshake = true + mendosteen_crate = true + mini_melon = true + nut_butter_and_jelly_sandwich = true + nut_butter_bottle = true + nut_dough = true + prickly_pear_juice = true + quartz_cabinet = true + raw_goat = true + roasted_acorn = true + rock_candy = true + salmonberries = true + salmonberry_gummy = true + salmonberry_ice_cream = true + salmonberry_ice_cream_block = true + salmonberry_milkshake = true + salmonberry_pie = true + salmonberry_pips = true + salmonberry_sack = true + sinigang = true + smore = true + stuffed_cantaloupe = true + stuffed_cantaloupe_block = true + venison_chops = true + wild_salmonberries = true + wrapped_cantaloupe = true + yucca_fruit_crate = true + #Allow cooking milk from nuts + nut_milk = true + #Allow cooking honey from honey and clovers + clover_honey = false + #Give items that are sliced off of blocks directly to player's inventory instead of dropping + give_sliced_directly = false + #Allow sliced melons to be juiced in-world (right click) + melon_juicing = true + diff --git a/config/ding.toml b/config/ding.toml new file mode 100644 index 0000000..7bdcc68 --- /dev/null +++ b/config/ding.toml @@ -0,0 +1,56 @@ + +#Configs for ding to trigger when the game loads +[load] + #Play sound when the game loads. + playOnLoad = true + #Resource Location based name of the sound file to play when Minecraft finishes loading. + #EG: "ui.button.click" or "entity.experience_orb.pickup" + # + #This can also be a mod sound if the mod is installed. + #EG: modname:modsound.boing + # + #If you want to use external sounds, consider looking into the mods that add resources + name = "entity.experience_orb.pickup" + #Volume of the volume (when Minecraft loads) + #Range: 0.0 ~ 10.0 + volume = 0.25 + #Pitch of the sound (when Minecraft loads) + #Range: 0.0 ~ 10.0 + pitch = 1.0 + #Sound category for the sound played when Minecraft finishes loading. EG: "ambient" or "music". Defaults to "master" if Ding cannot find your category. + category = "master" + +#Configs for ding to trigger when resources are reloaded +[resourcesReload] + #Play sound when resources complete reloading. Requires game to be restarted when changing this option. + playOnResourcesReload = true + #Resource Location based name of the sound file to play when resources complete reloading. + # + #Look at the "name" config for more details. + nameResourcesReload = "entity.experience_orb.pickup" + #Volume of the sound (when resources complete reloading) + #Range: 0.0 ~ 10.0 + volumeResourcesReload = 0.25 + #Pitch of the sound (when resources complete reloading) + #Range: 0.0 ~ 10.0 + pitchResourcesReload = 1.0 + #Sound category for the sound played when resources complete reloading. EG: "ambient" or "music". Defaults to "master" if Ding cannot find your category. + categoryResourcesReload = "master" + +#Configs for ding to trigger when the world loads after connecting to a server +[world] + #Play sound when the world loads after connecting to a server. Requires game to be restarted when changing this option. + playOnWorld = false + #Resource Location based name of the sound file to play when the world finishes loading (after connecting to a server). + # + #Look at the "name" config for more details. + nameWorld = "entity.experience_orb.pickup" + #Volume of the sound (when the world loads after connecting to a server) + #Range: 0.0 ~ 10.0 + volumeWorld = 0.25 + #Pitch of the sound (when the world loads after connecting to a server) + #Range: 0.0 ~ 10.0 + pitchWorld = 1.0 + #Sound category for the sound played when the world finishes loading (after connecting to a server). EG: "ambient" or "music". Defaults to "master" if Ding cannot find your category. + categoryWorld = "master" + diff --git a/config/drippyloadingscreen/options.txt b/config/drippyloadingscreen/options.txt new file mode 100644 index 0000000..65c3a59 --- /dev/null +++ b/config/drippyloadingscreen/options.txt @@ -0,0 +1,6 @@ +##[general] + +B:early_fade_out_elements = 'true'; +B:fade_out_loading_screen = 'true'; +B:allow_universal_layouts = 'false'; +B:wait_for_textures_in_loading = 'true'; \ No newline at end of file diff --git a/config/embeddium-fingerprint.json b/config/embeddium-fingerprint.json new file mode 100644 index 0000000..6a95241 --- /dev/null +++ b/config/embeddium-fingerprint.json @@ -0,0 +1 @@ +{"v":1,"s":"579a1f73a00858d7c9f0f6f278e4e611c997435ecbadbde59a93b19dafad5b35c9e42fa11c27e2d2668621aee21421993678b1c46d5d055e28b509ec228b9390","u":"55719c70250f8768351ca552bf550c678992a3df9a714a8df7e42c861e4b67629e128eba7cb3c8ddd5126a71459707f8f0eb44456ad5fa02aa555b5bbe9fa3ba","p":"1f4102e9538c29322f8e30dba00a4a3bc5ce2298839198b762913ec7966b37fc82cc9fac9767cae3549d4680dee63a7cbf74e301476c13a0a7fcc82d1ce85be5","t":1731017812} \ No newline at end of file diff --git a/config/embeddium-mixins.properties b/config/embeddium-mixins.properties new file mode 100644 index 0000000..4e10829 --- /dev/null +++ b/config/embeddium-mixins.properties @@ -0,0 +1,6 @@ +# This is the configuration file for Embeddium. +# +# You can find information on editing this file and all the available options here: +# https://github.com/jellysquid3/sodium-fabric/wiki/Configuration-File +# +# By default, this file will be empty except for this notice. diff --git a/config/embeddium-options.json b/config/embeddium-options.json new file mode 100644 index 0000000..5e9f492 --- /dev/null +++ b/config/embeddium-options.json @@ -0,0 +1,30 @@ +{ + "quality": { + "weather_quality": "DEFAULT", + "leaves_quality": "DEFAULT", + "enable_vignette": true, + "use_quad_normals_for_shading": false + }, + "advanced": { + "enable_memory_tracing": false, + "use_advanced_staging_buffers": true, + "disable_incompatible_mod_warnings": false, + "cpu_render_ahead_limit": 3 + }, + "performance": { + "chunk_builder_threads": 0, + "always_defer_chunk_updates_v2": true, + "animate_only_visible_textures": true, + "use_entity_culling": true, + "use_fog_occlusion": true, + "use_block_face_culling": true, + "use_compact_vertex_format": true, + "use_translucent_face_sorting_v2": true, + "use_no_error_g_l_context": true + }, + "notifications": { + "force_disable_donation_prompts": false, + "has_cleared_donation_button": false, + "has_seen_donation_prompt": true + } +} \ No newline at end of file diff --git a/config/embers-client.toml b/config/embers-client.toml new file mode 100644 index 0000000..bd5917c --- /dev/null +++ b/config/embers-client.toml @@ -0,0 +1,9 @@ +#Use a fallback rendertype for certain objects that normally use custom core shaders. Improves compatibility with shader mods but might not look as good. +render_fallback = false +#The amount of millibuckets one nugget is worth when molten, only affects fluid tooltips. +nugget_fluid_value = 10 +#The amount of ticks it takes to open the codex by holding ctrl while hovering over an item. +ticks_to_open_codex = 10 +#If the codex is required in the hotbar to open a codex entry from the inventory. +codex_required_for_lookup = true + diff --git a/config/embers-common.toml b/config/embers-common.toml new file mode 100644 index 0000000..5edff84 --- /dev/null +++ b/config/embers-common.toml @@ -0,0 +1,139 @@ + +#Settings for machine/item/misc parameters +[parameters] + + [parameters.mechanical_core] + #The maximum distance that mechanical cores can proxy capabilities and upgrades. + max_distance = 3 + + [parameters.emberBore] + #The speed modifier of the Ember Bore before upgrades. + speedMod = 1.0 + #The time in ticks it takes to try one dig attempt. + processTime = 200 + #The amount of fuel consumed each tick. + fuelCost = 3.0 + + [parameters.reservoir] + #How much fluid (in mb) fits into each Caminite Ring on a Reservoir. + capacity = 40000 + + [parameters.mini_boiler] + #How much fluid and gas (in mb) fits into a Mini Boiler. + capacity = 16000 + #How much fluid (in mb) a Mini Boiler boils for each ember used/generated. + heat_multiplier = 1.0 + #Whether the Mini Boiler can explode when overfilled with gas + can_explode = true + + [parameters.melter] + #The time in ticks it takes to process one recipe. + processTime = 200 + #The ember cost per tick. + cost = 1.0 + #How much fluid (in mb) fits into a Melter. + capacity = 4000 + + [parameters.geoSeparator] + #How much fluid (in mb) fits into a Geologic Seperator. + capacity = 1000 + + [parameters.stamper] + #How much fluid (in mb) fits into the Stamp Base. + capacity = 1500 + + [parameters.charger] + #How much ember is transferred between item and charger per tick. + transfer = 10.0 + + [parameters.fluidVessel] + #How much fluid (in mb) fits into the Fluid Vessel. + capacity = 16000 + + [parameters.ember_injector] + #The maximum distance that Ember Injectors can be placed from a crystal seed. + max_distance = 1 + + [parameters.hearth_coil] + #The amount of ember consumed per tick. + ember_cost = 1.0 + #The amount of heat gained per tick when consuming ember. + heating_speed = 1.0 + #The amount of heat lost per tick when not consuming ember. + cooling_speed = 1.0 + #The maximum heat value the hearth coil can reach without upgrades. + max_heat = 280.0 + #The time in ticks it takes to cook 1 item at the highest heat. + min_cook_time = 20 + #The time in ticks it takes to cook 1 item at the lowest heat. + max_cook_time = 300 + + [parameters.dawnstone_anvil] + #The amount of hits required to perform one recipe on a dawnstone anvil. + max_hits = 40 + + [parameters.blazingRay] + #Ember used up by each shot. + cost = 25.0 + #Cooldown in ticks between each shot. + cooldown = 10 + #Time in ticks to fully charge. + charge = 20 + #Damage dealt by one shot. + damage = 7.0 + #Maximum spread. + spread = 30.0 + #Maximum shot distance. + distance = 96.0 + + [parameters.cinderStaff] + #Ember used up by each shot. + cost = 25.0 + #Cooldown in ticks between each shot. + cooldown = 10 + #Time in ticks to fully charge. + charge = 60 + #Damage dealt by one shot. + damage = 17.0 + #Size of the projectile. + size = 17.0 + #Area of Effect on impact. + aoe = 2.125 + #Maximum lifetime in ticks of projectile. + lifetime = 160 + + [parameters.ashen] + + [parameters.ashen.goggles] + #How many inflictor gems can fit in the ashen goggles. + gem_slots = 2 + + [parameters.ashen.cloak] + #How many inflictor gems can fit in the ashen cloak. + gem_slots = 7 + + [parameters.ashen.leggings] + #How many inflictor gems can fit in the ashen leggings. + gem_slots = 5 + + [parameters.ashen.boots] + #How many inflictor gems can fit in the ashen boots. + gem_slots = 3 + + [parameters.shiftingScales] + #Syntax is 'damagetype:rate'. Determines which damage types are partially unaffected by the shifting scales augment. + damagePasses = ["drown:1.0", "starve:1.0"] + #Syntax is 'damagetype:rate'. Specifies a separate damage rate for depleting the scales. + damageRates = [] + +#Miscellaneous settings +[misc] + #Codex entries need to be completed before the next one unlocks. + codexProgression = true + #If true, Embers homing projectiles will go for neutral players. + everybodyIsEnemy = false + #Which domains are preferred for recipes with dynamic outputs. + tagPreferences = ["minecraft", "embers"] + #Which items are preferred as the result of breaking down a tool on an anvil. + itemPreferences = ["minecraft:oak_planks", "minecraft:cobblestone"] + diff --git a/config/emi.css b/config/emi.css new file mode 100644 index 0000000..3d3a5c3 --- /dev/null +++ b/config/emi.css @@ -0,0 +1,491 @@ +/** EMI Config */ + +#general { + /** + * Whether EMI is enabled and visible. + */ + enabled: true; + + /** + * Whether cheating in items is enabled. + */ + cheat-mode: false; + + /** + * How much EMI should use tooltips and popups to show controls and information. + */ + help-level: normal; + + /** + * Where EMI should pull stacks from to populate the index. + */ + index-source: creative; + + /** + * Which sidebar should be searched using the search bar. + */ + search-sidebar: right; + + /** + * Whether normal search queries should include the tooltip. + */ + search-tooltip-by-default: true; + + /** + * Whether normal search queries should include the mod name. + */ + search-mod-name-by-default: false; + + /** + * Whether normal search queries should include the stack's tags. + */ + search-tags-by-default: false; +} + +#ui { + /** + * Which action should be performed when clicking the recipe book. + */ + recipe-book-action: toggle-craftables; + + /** + * Where to display status effects in the inventory. + */ + effect-location: top; + + /** + * Whether to display a gray overlay when hovering over a stack. + */ + show-hover-overlay: true; + + /** + * Whether to add mod name to tooltips + */ + append-mod-id: true; + + /** + * Whether to add mod name to item tooltips, in case another mod provides behavior + */ + append-item-mod-id: true; + + /** + * Prevents recipes being quick crafted from shifting around under the cursor. + */ + miscraft-prevention: true; + + /** + * The unit to display fluids as. + */ + fluid-unit: millibuckets; + + /** + * Whether to use the batched render system. Batching is faster, but may have + * incompatibilities with shaders or other mods. + */ + use-batched-renderer: true; + + /** + * Whether to have the search bar in the center of the screen, instead of to the + * side. + */ + center-search-bar: true; + + /** + * Which sidebar type to switch to when searching. + */ + search-sidebar-focus: index; + + /** + * Which sidebar type to focus when the search is empty. + */ + empty-search-sidebar-focus: none; + + /** + * Whether the EMI config button should be visible. + */ + emi-config-button-visibility: shown; + + /** + * Whether the recipe tree button should be visible. + */ + recipe-tree-button-visibility: auto; + + /** + * The maximum height the recipe screen will grow to be if space is available in + * pixels. + */ + maximum-recipe-screen-height: 256; + + /** + * The minimum width of the recipe screen in pixels. Controls how many tabs there + * can be, and where the page switching buttons go. The default is 176, the width + * of most screens. + */ + minimum-recipe-screen-width: 176; + + /** + * The amount of vertical margin to give in the recipe screen. + */ + vertical-margin: 20; + + /** + * Where to show workstations in the recipe screen + */ + workstation-location: bottom; + + /** + * Display cost per batch when hovering a recipe output + */ + show-cost-per-batch: true; + + /** + * Whether recipes should have a button to set as default. + */ + recipe-default-button: true; + + /** + * Whether recipes should have a button to show the recipe tree. + */ + recipe-tree-button: true; + + /** + * Whether recipes should have a button to fill the ingredients in a handler. + */ + recipe-fill-button: true; + + /** + * Whether recipes should have a button to take a screenshot of the recipe. + */ + recipe-screenshot-button: false; + + /** + * The GUI scale at which recipe screenshots are saved. Use 0 to use the current + * GUI scale. + */ + recipe-screenshot-scale: 0; + + /** + * The pages in the left sidebar + */ + left-sidebar-pages: favorites; + + /** + * The subpanels in the left sidebar + */ + left-sidebar-subpanels: none; + + /** + * How many columns and rows of ingredients to limit the left sidebar to + */ + left-sidebar-size: 25, 100; + + /** + * How much space to maintain between the left sidebar and obstructions, in pixels + */ + left-sidebar-margins: 2, 2, 2, 2; + + /** + * Where to position the left sidebar + */ + left-sidebar-align: left, top; + + /** + * Whether to render the header buttons and page count for the left sidebar + */ + left-sidebar-header: visible; + + /** + * Which theme to use for the left sidebar + */ + left-sidebar-theme: transparent; + + /** + * The pages in the right sidebar + */ + right-sidebar-pages: index, craftables; + + /** + * The subpanels in the right sidebar + */ + right-sidebar-subpanels: lookup-history 2; + + /** + * How many columns and rows of ingredients to limit the right sidebar to + */ + right-sidebar-size: 25, 100; + + /** + * How much space to maintain between the right sidebar and obstructions, in pixels + */ + right-sidebar-margins: 2, 2, 2, 2; + + /** + * Where to position the right sidebar + */ + right-sidebar-align: right, top; + + /** + * Whether to render the header buttons and page count for the right sidebar + */ + right-sidebar-header: visible; + + /** + * Which theme to use for the right sidebar + */ + right-sidebar-theme: transparent; + + /** + * The pages in the top sidebar + */ + top-sidebar-pages: none; + + /** + * The subpanels in the top sidebar + */ + top-sidebar-subpanels: lookup-history 2; + + /** + * How many columns and rows of ingredients to limit the top sidebar to + */ + top-sidebar-size: 9, 9; + + /** + * How much space to maintain between the top sidebar and obstructions, in pixels + */ + top-sidebar-margins: 2, 2, 2, 2; + + /** + * Where to position the top sidebar + */ + top-sidebar-align: center, center; + + /** + * Whether to render the header buttons and page count for the top sidebar + */ + top-sidebar-header: visible; + + /** + * Which theme to use for the top sidebar + */ + top-sidebar-theme: transparent; + + /** + * The pages in the bottom sidebar + */ + bottom-sidebar-pages: none; + + /** + * The subpanels in the bottom sidebar + */ + bottom-sidebar-subpanels: none; + + /** + * How many columns and rows of ingredients to limit the bottom sidebar to + */ + bottom-sidebar-size: 9, 9; + + /** + * How much space to maintain between the bottom sidebar and obstructions, in + * pixels + */ + bottom-sidebar-margins: 2, 2, 2, 2; + + /** + * Where to position the bottom sidebar + */ + bottom-sidebar-align: center, center; + + /** + * Whether to render the header buttons and page count for the bottom sidebar + */ + bottom-sidebar-header: visible; + + /** + * Which theme to use for the bottom sidebar + */ + bottom-sidebar-theme: transparent; +} + +#binds { + /** + * Toggle the visibility of EMI. + */ + toggle-visibility: "ctrl key.keyboard.o"; + + /** + * Focuses the search bar. + */ + focus-search: "ctrl key.keyboard.f"; + + /** + * Clears the search bar. + */ + clear-search: "key.keyboard.unknown"; + + /** + * Display the recipes for creating a stack. + */ + view-recipes: "key.keyboard.r"; + view-recipes: "key.mouse.left"; + + /** + * Display the recipes that can be created using a stack. + */ + view-uses: "key.keyboard.u"; + view-uses: "key.mouse.right"; + view-uses: "shift key.keyboard.r"; + + /** + * Favorite the item to display on the side of the screen opposite of recipies for + * quick access. + */ + favorite: "key.keyboard.a"; + + /** + * Set the default recipe for a given stack in the output of a recipe to that + * recipe. + */ + default-stack: "ctrl key.mouse.left"; + + /** + * Display the recipe tree for a given stack. + */ + view-stack-tree: "key.keyboard.unknown"; + + /** + * Display the recipe tree. + */ + view-tree: "key.keyboard.unknown"; + + /** + * Return to the previous page in EMI. + */ + back: "key.keyboard.backspace"; + + /** + * Return to the next page in EMI after going back. + */ + forward: "key.keyboard.unknown"; + + /** + * When on a stack with an associated recipe: + * Move ingredients for a single result. + */ + craft-one: "key.mouse.left"; + + /** + * When on a stack with an associated recipe: + * Move ingredients for as many results as possible. + */ + craft-all: "shift key.mouse.left"; + + /** + * When on a stack with an associated recipe: + * Move ingredients for a single result and put in inventory if possible. + */ + craft-one-to-inventory: "key.keyboard.unknown"; + + /** + * When on a stack with an associated recipe: + * Move ingredients for as many results as possible and put in inventory if + * possible. + */ + craft-all-to-inventory: "key.keyboard.unknown"; + + /** + * When on a stack with an associated recipe: + * Move ingredients for a single result and put in cursor if possible. + */ + craft-one-to-cursor: "ctrl key.mouse.left"; + + /** + * Display the recipe that will be used to craft on a stack with no recipe context. + */ + show-craft: "key.keyboard.left.shift"; + + /** + * Cheat in one of an item into the inventory. + */ + cheat-one-to-inventory: "ctrl key.mouse.right"; + + /** + * Cheat in a stack of an item into the inventory. + */ + cheat-stack-to-inventory: "ctrl key.mouse.left"; + + /** + * Cheat in one of an item into the cursor. + */ + cheat-one-to-cursor: "ctrl key.mouse.middle"; + + /** + * Cheat in a stack of an item into the cursor. + */ + cheat-stack-to-cursor: "key.keyboard.unknown"; + + /** + * Delete the stack in the cursor when hovering the index + */ + delete-cursor-stack: "key.mouse.left"; + + /** + * Copies the hovered recipe's ID to the clipboard + */ + copy-recipe-id: "key.keyboard.unknown"; + + /** + * In edit mode, hide the hovered stack + */ + hide-stack: "ctrl key.mouse.left"; + + /** + * In edit mode, hide stacks with the hovered stack's id + */ + hide-stack-by-id: "ctrl shift key.mouse.left"; +} + +#dev { + /** + * Whether development functions should be enabled. Not recommended for general + * play. + */ + dev-mode: false; + + /** + * Whether editing the index is enabled + */ + edit-mode: false; + + /** + * Whether to log untranslated tags as warnings. + */ + log-untranslated-tags: false; + + /** + * Whether to log ingredients that don't have a representative tag as warnings. + */ + log-non-tag-ingredients: false; + + /** + * Whether hovering the output of a recipe should show the recipe's EMI ID. + */ + show-recipe-ids: true; + + /** + * Whether to display additional widgets added to recipes from other mods. + * These are typically developer facing and compatibility related, and not useful + * for players. + */ + show-recipe-decorators: false; + + /** + * Whether stacks in the index should display a highlight if they have a recipe + * default. + */ + highlight-defaulted: false; + + /** + * Whether to display exclusion areas + */ + highlight-exclusion-areas: false; +} diff --git a/config/emi_loot_config.toml b/config/emi_loot_config.toml new file mode 100644 index 0000000..f30ece1 --- /dev/null +++ b/config/emi_loot_config.toml @@ -0,0 +1,41 @@ +# Don't change this! Version used to track needed updates. +version = 1 +debugMode = false +parseChestLoot = false +parseBlockLoot = true +parseMobLoot = true +parseGameplayLoot = true +parseArchaeologyLoot = true +skippedKeys = [ + "emi_loot.no_conditions", + "emi_loot.function.limit_count", + "emi_loot.function.set_count_add", + "emi_loot.function.fill_player_head", + "emi_loot.function.set_count_set" +] +chestLootAlwaysStackSame = false +mobLootIncludeDirectDrops = true +chanceDecimalPlaces = 1 +conditionStyle = "default" +linkFormatting = [ + "UNDERLINE" +] + +[debugModes] +block = false +chest = false +mob = false +gameplay = false +archaeology = false + +[compactLoot] +block = true +chest = true +mob = true +gameplay = true +archaeology = true + +[logUnstranslatedTables] +chest = false +gameplay = false +archaeology = false \ No newline at end of file diff --git a/config/emojiful-client.toml b/config/emojiful-client.toml new file mode 100644 index 0000000..ce792e7 --- /dev/null +++ b/config/emojiful-client.toml @@ -0,0 +1,27 @@ + +[Emojiful] + #Enable Emoji Rendering + enabled = true + #Enable Emoji Selection GUI in the chat text line + emoji_selector = true + #Enable Emoji autocomplete in the chat text line + emoji_autocomplete = true + #Load animated emojis, if disabled they will be a still image + gifs = true + #Replace short versions of emoji like :) into :smile: so they can be rendered as emoji + short_emoji_replacement = true + + [Emojiful.EmojiTypes] + #Loads Twemojis used in sites like Twitter and Discord + twemoji = true + #Loads custom emojis provided by Emojiful + custom = true + #Loads datapack emojis provided by the server you join + datapack = true + +[ProfanityFilter] + #Enable Profanity Filter, this will replace bad words with emoji + enabled = false + #Replacement word for the profanity filter + replacement = ":swear:" + diff --git a/config/enchanted-client.toml b/config/enchanted-client.toml new file mode 100644 index 0000000..352f8fb --- /dev/null +++ b/config/enchanted-client.toml @@ -0,0 +1,3 @@ +#Render cat familiars with their original fur colour rather than all black #default false +original_cat_type = false + diff --git a/config/enchanted-common.toml b/config/enchanted-common.toml new file mode 100644 index 0000000..a9d4c94 --- /dev/null +++ b/config/enchanted-common.toml @@ -0,0 +1,30 @@ + +["Altar Options"] + #Range of altars + #Range: > 1 + altar_range = 16 + #Multiplier for altar power recharge rates + #Range: 0.0 ~ 1.7976931348623157E308 + altar_recharge_rate = 2.0 + +["Cauldron Options"] + #Allow incorrect items to spoil brew (DEFAULT: true) + cauldron_item_spoil = true + +["Kettle Options"] + #Allow incorrect items to spoil brew (DEFAULT: true) + kettle_item_spoil = true + +["Miscellaneous Options"] + #Only drop modded seeds when a hoe is used to break grass. (DEFAULT: false) + hoe_seeds = false + #Disable totems of undying (to make poppets more useful) (DEFAULT: false) + disable_totems = false + #The damage multiplier for axes against an Ent + #Range: 0.0 ~ 1.7976931348623157E308 + ent_axe_multiplier = 3.0 + +["Circle Magic Options"] + #Disabled rite types + disabled_rites = [] + diff --git a/config/enderio/armory-common.toml b/config/enderio/armory-common.toml new file mode 100644 index 0000000..332ad2e --- /dev/null +++ b/config/enderio/armory-common.toml @@ -0,0 +1,43 @@ + +[darksteel] + + [darksteel.darksteelaxe] + energyUsePerFelledLog = 1500 + + [darksteel.darksteelpickaxe] + obsidianBreakPowerUse = 50 + speedBoostWhenObsidian = 50 + useObsidianBreakSpeedAtHardness = 30 + + [darksteel.upgrades] + spoonActivationCost = 4 + forkActivationCost = 4 + directActivationCost = 4 + + [darksteel.upgrades.empowered] + efficiencyBoost = 2 + energyUsePerDamagePoint = 750 + activationCost_l1 = 4 + damageAbsorptionChance_l1 = 0.5 + maxEnergy_l1 = 100000 + activationCost_l2 = 8 + damageAbsorptionChance_l2 = 0.6 + maxEnergy_l2 = 150000 + activationCost_l3 = 12 + damageAbsorptionChance_l3 = 0.7 + maxEnergy_l3 = 250000 + activationCost_l4 = 16 + damageAbsorptionChance_l4 = 0.85 + maxEnergy_l4 = 1000000 + + [darksteel.upgrades.explosive] + explosiveEnergyPerBlock = 30 + explosiveActivationCostI = 8 + explosiveI = 1 + explosiveActivationCostII = 12 + explosiveII = 2 + explosivePenetrationActivationCostI = 8 + explosivePenetrationI = 1 + explosivePenetrationActivationCostII = 12 + explosivePenetrationII = 2 + diff --git a/config/enderio/base-client.toml b/config/enderio/base-client.toml new file mode 100644 index 0000000..a5881fe --- /dev/null +++ b/config/enderio/base-client.toml @@ -0,0 +1,5 @@ + +[visual] + #Enable machine particles + machineParticles = true + diff --git a/config/enderio/base-common.toml b/config/enderio/base-common.toml new file mode 100644 index 0000000..f2f82fa --- /dev/null +++ b/config/enderio/base-common.toml @@ -0,0 +1,93 @@ + +[blocks] + #The explosion resistance of explosion resistant blocks. + explosionResistance = 1200.0 + #The speed boost granted by the Dark Steel ladder. + darkSteelLadderBoost = 0.15 + + [blocks.brokenSpawner] + #The chance of a spawner dropping a broken spawner. + dropChance = 1.0 + +[enchantments] + + [enchantments.autoSmelt] + maxCost = 60 + minCost = 15 + + [enchantments.repellent] + maxLevel = 4 + maxCostBase = 10 + maxCostPerLevel = 10 + minCostBase = 10 + minCostPerLevel = 5 + chanceBase = 0.35 + chancePerLevel = 0.1 + rangeBase = 8.0 + rangePerLevel = 8.0 + nonPlayerChance = 0.75 + + [enchantments.shimmer] + maxCost = 100 + minCost = 1 + + [enchantments.soulBound] + maxCost = 60 + minCost = 16 + + [enchantments.witheringBlade] + maxCost = 100 + minCost = 1 + + [enchantments.witheringArrow] + maxCost = 100 + minCost = 1 + + [enchantments.witheringBolt] + maxCost = 100 + minCost = 1 + + [enchantments.xpBoost] + maxCostBase = 30 + maxCostPerLevel = 10 + minCostBase = 1 + minCostPerLevel = 10 + +[items] + + [items.food] + #The chance of enderios teleporting the player + enderioChance = 0.3 + #The range of an enderio teleport + enderioRange = 16.0 + + [items.electromagnet] + energyUse = 1 + maxEnergy = 100000 + range = 5 + maxItems = 20 + + [items.levitationstaff] + energyUse = 1 + maxEnergy = 10000 + + [items.travelling] + #Range: 4 ~ 512 + blinkRange = 24 + #Range: 0 ~ 1200 + disabledTime = 5 + energyUse = 1000 + maxEnergy = 100000 + #the following config values are only used if EIOMachines is loaded + #Range: 4 ~ 512 + itemToBlockRange = 192 + #Range: 4 ~ 512 + blockToBlockRange = 96 + +[grainsOfInfinity] + #Should it make a sound when Grains of Infinity drops from a fire? + makesSound = true + #How old (in ticks) does a fire have to be to be able to spawn Infinity Powder? + #Range: 1 ~ 1000 + fireMinAge = 260 + diff --git a/config/enderio/machines-client.toml b/config/enderio/machines-client.toml new file mode 100644 index 0000000..8b948b2 --- /dev/null +++ b/config/enderio/machines-client.toml @@ -0,0 +1,17 @@ + +[blocks] + #The color of the range box of the Vacuum Chest + vacuumChestRangeColor = "0000FF" + #The color of the range box of the XP Vacuum + vacuumXpRangeColor = "00FF00" + #The color of the range box of the Powered Spawner + poweredSpawnerRangeColor = "FF0000" + #The color of the range box of the Drain + drainRangeColor = "FFA500" + #The color of the range box of the Aversion Obelisk + aversionRangeColor = "8B0000" + +[ioconfig] + #Neighbour Transparency [0-1] + neighbourTransparency = 0.4 + diff --git a/config/enderio/machines-common.toml b/config/enderio/machines-common.toml new file mode 100644 index 0000000..f9c9e2f --- /dev/null +++ b/config/enderio/machines-common.toml @@ -0,0 +1,164 @@ + +[energy] + + [energy.alloySmelter] + #The base energy capacity in uI. + #Range: > 1 + capacity = 64000 + #The base energy consumption in uI/t. + #Range: > 1 + usage = 20 + #The amount of energy to consume per vanilla smelting item in uI. + #Range: > 1 + vanillaItemEnergy = 1500 + + [energy.crafter] + #The base energy capacity in uI. + #Range: > 1 + capacity = 64000 + #The energy cost in uI for a crafting recipe. + #Range: > 1 + usage = 3200 + + [energy.impulseHopper] + #The base energy capacity in uI. + #Range: > 1 + capacity = 64000 + #The base energy consumption in uI/t. + #Range: > 1 + usage = 16 + + [energy.poweredSpawner] + #The base energy capacity in uI. + #Range: > 1 + capacity = 100000 + #The base energy consumption in uI/t. + #Range: > 1 + usage = 20 + + [energy.sagMill] + #The base energy capacity in uI. + #Range: > 1 + capacity = 64000 + #The base energy consumption in uI/t. + #Range: > 1 + usage = 20 + + [energy.slicer] + #The base energy capacity in uI. + #Range: > 1 + capacity = 100000 + #The base energy consumption in uI/t. + #Range: > 1 + usage = 30 + + [energy.soulBinder] + #The base energy capacity in uI. + #Range: > 1 + capacity = 128000 + #The base energy consumption in uI/t. + #Range: > 1 + usage = 60 + + [energy.stirlingGenerator] + #The base energy capacity in uI. + #Range: > 1 + capacity = 64000 + #The base number of 'burn ticks' performed per machine tick. + #Range: 0.001 ~ 1.7976931348623157E308 + burnSpeed = 0.375 + #The base percentage efficiency, used to determine burn times. + #Range: 1 ~ 200 + fuelEfficiencyBase = 80 + #The efficiency increase per capacitor level. + #Range: 1 ~ 200 + fuelEfficiencyStep = 20 + #The base amount of energy produced in uI/t. + #Range: > 1 + generation = 40 + + [energy.paintingMachine] + #The base energy capacity in uI. + #Range: > 1 + capacity = 64000 + #The base energy consumption in uI/t. + #Range: > 1 + usage = 30 + #The energy required for each painting operation + #Range: > 1 + energyCost = 2400 + + [energy.photovoltaicCellRates] + #Production rate at midday without rain or thunder + #Range: > 1 + energetic = 4 + #Range: > 1 + pulsating = 16 + #Range: > 1 + vibrant = 64 + + [energy.capacitor_bank_capacity] + #Capacity for capacitor banks + #Range: > 1 + basic = 500000 + #Range: > 1 + advanced = 2000000 + #Range: > 1 + vibrant = 4000000 + + [energy.wiredCharger] + #The base energy capacity in uI. + #Range: > 1 + capacity = 128000 + #The base energy consumption in uI/t. + #Range: > 1 + usage = 30 + + [energy.soul_engine] + #Range: > 1 + capacity = 100000 + #The base burn-rate the soul engine. + #Range: > 1 + burnSpeed = 1 + #Percentage increase in uI produced. + #Range: 0.001 ~ 1.7976931348623157E308 + generation = 1.0 + + [energy.drain] + #The base energy capacity in uI. + #Range: > 1 + capacity = 64000 + #The base energy consumption in uI/t. + #Range: > 1 + usage = 10 + + [energy.aversion] + #The base energy capacity in uI. + #Range: > 1 + capacity = 64000 + #The base energy consumption in uI/t. + #Range: > 1 + usage = 10 + +[enchanter] + #The lapis cost is enchant level multiplied by this value. + lapisCostFactor = 3.0 + #The final XP cost for an enchantment is multiplied by this value. To halve costs set to 0.5, to double them set it to 2. + levelCostFactor = 0.75 + #Base level cost added to all recipes in the enchanter. + baseLevelCost = 2 + +[poweredSpawner] + #The amount of mobs that spawn from the spawner + #Range: > 0 + spawn_amount = 4 + #The amount of entities that will turn off powered spawner if in range. + #Range: > 0 + maxentities = 2 + #The way a powered spawner spawns an entity. Possible options: 'ENTITYPE' Spawns the same entity types as the soul vial. 'COPY' Spawns an exact copy of the mob in the soul vial + #Allowed Values: ENTITYTYPE, COPY + "Spawn Type" = "ENTITYTYPE" + #The maximum amount of spawners before the spawners suffers a loss of efficiency + #Range: > 0 + maxspawners = 10 + diff --git a/config/entityculling.json b/config/entityculling.json new file mode 100644 index 0000000..aa4b0a5 --- /dev/null +++ b/config/entityculling.json @@ -0,0 +1,67 @@ +{ + "configVersion": 7, + "renderNametagsThroughWalls": true, + "blockEntityWhitelist": [ + "create:rope_pulley", + "botania:flame_ring", + "minecraft:beacon", + "create:hose_pulley", + "betterend:eternal_pedestal", + "botania:magic_missile", + "botania:falling_star" + ], + "entityWhitelist": [ + "botania:mana_burst", + "drg_flares:drg_flares", + "quark:soul_bead" + ], + "tracingDistance": 128, + "debugMode": false, + "sleepDelay": 10, + "hitboxLimit": 50, + "captureRate": 5, + "skipMarkerArmorStands": true, + "tickCulling": true, + "tickCullingWhitelist": [ + "minecraft:block_display", + "alexscaves:gum_worm", + "minecraft:jungle_boat", + "minecraft:spruce_boat", + "mts:builder_rendering", + "drg_flares:drg_flares", + "minecraft:mangrove_boat", + "mts:builder_existing", + "minecraft:acacia_boat", + "minecraft:birch_chest_boat", + "create:contraption", + "drg_flares:drg_flare", + "minecraft:birch_boat", + "minecraft:boat", + "mts:builder_seat", + "minecraft:cherry_boat", + "minecraft:spruce_chest_boat", + "alexscaves:gum_worm_segment", + "minecraft:dark_oak_boat", + "minecraft:oak_chest_boat", + "avm_staff:campfire_flame", + "minecraft:dark_oak_chest_boat", + "minecraft:text_display", + "create:gantry_contraption", + "minecraft:oak_boat", + "minecraft:pale_oak_boat", + "minecraft:acacia_chest_boat", + "minecraft:cherry_chest_boat", + "minecraft:item_display", + "create:stationary_contraption", + "minecraft:bamboo_raft", + "minecraft:firework_rocket", + "minecraft:jungle_chest_boat", + "create:carriage_contraption", + "minecraft:pale_oak_chest_boat", + "minecraft:bamboo_chest_raft", + "minecraft:mangrove_chest_boat" + ], + "disableF3": false, + "skipEntityCulling": false, + "skipBlockEntityCulling": false +} \ No newline at end of file diff --git a/config/expatternprovider-common.toml b/config/expatternprovider-common.toml new file mode 100644 index 0000000..f0c0387 --- /dev/null +++ b/config/expatternprovider-common.toml @@ -0,0 +1,30 @@ +#ME Extend Import/Export Bus speed multiplier +#Range: 2 ~ 128 +exBusMultiplier = 8 +#ME Infinity Cell idle energy cost (unit: AE/t) +#Range: 0.1 ~ 64.0 +cost = 8.0 +#The max range between two wireless connector +#Range: 10.0 ~ 10000.0 +range = 1000.0 +#ME Infinity Cell types (item or fluid's id) +types = ["minecraft:water", "minecraft:cobblestone"] +#The AE device/part that can be packed by ME Packing Tape +whitelist = ["expatternprovider:ex_interface_part", "expatternprovider:ex_pattern_provider_part", "expatternprovider:ex_interface", "expatternprovider:ex_pattern_provider", "expatternprovider:ex_drive", "ae2:cable_interface", "ae2:cable_pattern_provider", "ae2:interface", "ae2:pattern_provider", "ae2:drive"] +#Disable Extended Inscriber's item render, it only works in client side. +disableItemRender = false + +[device] + #Size multiplier of oversize interface + #Range: 2 ~ 4096 + oversize_interface_multiplier = 16 + #Set multiplier for specific AEKeyType in oversize interface + custom_oversize_interface_multiplier = ["appbot:mana 2", "appflux:flux 4"] + #The max size of Assembler Matrix + #Range: 3 ~ 16 + assembler_matrix_max_size = 6 + +[misc] + #Enable debug logging. + debug_mode = false + diff --git a/config/experimentalsettingsdisabler-client.toml b/config/experimentalsettingsdisabler-client.toml new file mode 100644 index 0000000..2f25808 --- /dev/null +++ b/config/experimentalsettingsdisabler-client.toml @@ -0,0 +1,3 @@ +#Suppresses the pop up message that prompts users on creating or logging into an experimental (modded) world. +Experimental_futures_disabler = true + diff --git a/config/exposure-client.toml b/config/exposure-client.toml new file mode 100644 index 0000000..250584d --- /dev/null +++ b/config/exposure-client.toml @@ -0,0 +1,73 @@ + +[UI] + #Tooltips for Developing Film Rolls and Copying Photographs will be shown on Film Rolls and Photographs respectively, describing the crafting recipe. + #Only when JEI is not installed. (Only JEI shows these recipes, not REI or EMI) + RecipeTooltipsWithoutJei = true + #Details about Camera configuring will be shown in Camera item tooltip. + CameraDetailsInTooltip = true + #Film Roll Frames will be shown in the camera tooltip. + #Default: true + CameraFilmFramesTooltip = true + #Film Roll fullness bar will be shown on the Camera item. Same as it does on Film Roll item. + #Default: false + CameraShowsFilmBar = false + #Photographer name will be shown in Photograph's tooltip. + PhotographPhotographerNameTooltip = false + #Crosshair will not get in the way when holding a photograph. + PhotographInHandHideCrosshair = true + #Album will show how many photographs they contain in a tooltip. + AlbumShowPhotosCount = true + #Signed Album item will have an enchantment glint. + SignedAlbumGlint = true + + [UI.Viewfinder] + #Mouse sensitivity modifier per 5 degrees of fov. Set to 0 to disable sensitivity changes. + #Range: 0.0 ~ 1.0 + ZoomSensitivityModifier = 0.048 + BackgroundColorHex = "FA1F1D1B" + FontMainColorHex = "FF2B2622" + FontSecondaryColorHex = "FF7A736C" + #Clicking middle mouse button will open Viewfinder Controls. This is independent of Open Camera Controls keybind. + #Allows opening camera controls without dismounting from a vehicle - and keeping controls on sneak as well. + #Default: true + MiddleClickOpensControls = true + +[Capture] + #Delay in frames before capturing an image. + #Set to higher value when leftovers of GUI elements (such as nameplates) are visible on the images + #(some shaders have temporal effects that take several frames to disappear fully) + #Range: 0 ~ 100 + CaptureDelayFrames = 0 + #Delay in ticks before capturing an image when shooting with flash. + #If you experience flash synchronization issues (Flash having no effect on the image) - try increasing the value. + #Range: 1 ~ 7 + FlashCaptureDelayTicks = 4 + +[Render] + #Projected photographs (using Interplanar Projector) made by other players will not be rendered. + HideProjectedPhotographsMadeByOthers = false + #All photographs made by other players will not be rendered. + HideAllPhotographsMadeByOthers = false + #Distance from the player beyond which Photograph Frame would not be rendered. Default: 64 + #Note: this number may not relate to distance in blocks exactly. It's influenced by onRender distance and entity distance settings. + #Range: 8 ~ 128 + PhotographFrameCullingDistance = 64 + +[Integration] + #Useful information about some items will be shown in JEI description category. Default: true + JeiInformation = true + #[Real Camera] Disable player model rendering when looking through viewfinder. Default: true + RealCameraDisableInViewfinder = true + +[FileSaving] + #When the Photograph is viewed in UI, image will be saved to 'exposures' folder as a png. + SavePhotographs = true + #When saving, exposures will be placed into folder corresponding to current world name. + WorldNameSubfolder = true + #Saved exposures will be enlarged by this multiplier. + #Given the default exposure size of 320 - this will produce: + #320/640/960/1280px png image. Be careful with larger frame sizes. + #Default: X2 + #Allowed Values: X1, X2, X3, X4 + Size = "X2" + diff --git a/config/exposure-common.toml b/config/exposure-common.toml new file mode 100644 index 0000000..f92ee7d --- /dev/null +++ b/config/exposure-common.toml @@ -0,0 +1,60 @@ + +[Camera] + #Default focal range of the camera (without a lens attached). + #Allowed range: 10-300 + #Default: 18-55 + DefaultFocalRange = "18-55" + #Can attack while looking through Viewfinder. + #Default: true + ViewfinderAttacking = true + #Right-clicking Camera in GUI will open Camera attachments screen. Only in player inventory. + #Default: true + RightClickAttachmentsScreen = true + #Right-clicking Camera in GUI with attachment item will insert/swap it. + #Default: true + RightClickHotswap = true + +[Lightroom] + #Time in ticks to print black and white photograph. Default: 80 + #Range: > 1 + BlackAndWhitePrintTime = 80 + #Time in ticks to print color photograph. Default: 200 + #Range: > 1 + ColorPrintTime = 200 + #Time in ticks to print one channel of a chromatic photograph. Default: 120 + #Range: > 1 + ChromaticPrintTime = 120 + #Amount of experience awarded per printed black and white Photograph. Set to 0 to disable. Default: 2 + #Range: 0 ~ 99 + ExperiencePerPrintBW = 2 + #Amount of experience awarded per printed color Photograph. Set to 0 to disable. Default: 4 + #Range: 0 ~ 99 + ExperiencePerPrintColor = 4 + #Amount of experience awarded per printed chromatic Photograph (when all three channels have been printed). Set to 0 to disable. Default: 5 + #Range: 0 ~ 99 + ExperiencePerPrintChromatic = 5 + +[Photographs] + #How many photographs can be stacked in Stacked Photographs item. Default: 16. + #Larger numbers may cause errors. Use at your own risk. + #Range: 2 ~ 64 + StackedPhotographsMaxSize = 16 + +[Misc] + #Film rolls can be renamed by using the item. Default: true + FilmRollRenaming = true + #Generate items in loot chests. Default: true + AddItemsToLootChests = true + +[Integration] + + [Integration.Create] + + [Integration.Create.SequencedSpoutFilmDeveloping] + #Film can be developed with create Spout Filling. Default: true + Enabled = true + #Fluid spouting sequence required to develop color film. + ColorFilmSequence = ["{FluidName:\"create:potion\",Amount:250,Tag:{Potion:\"minecraft:awkward\"}}", "{FluidName:\"create:potion\",Amount:250,Tag:{Potion:\"minecraft:thick\"}}", "{FluidName:\"create:potion\",Amount:250,Tag:{Potion:\"minecraft:mundane\"}}"] + #Fluid spouting sequence required to develop black and white film. + BlackAndWhiteFilmSequence = ["{FluidName:\"minecraft:water\",Amount:250}"] + diff --git a/config/extremesoundmuffler-client.toml b/config/extremesoundmuffler-client.toml new file mode 100644 index 0000000..6e4078f --- /dev/null +++ b/config/extremesoundmuffler-client.toml @@ -0,0 +1,45 @@ + +#General settings +[general] + #Blacklisted Sounds - add the name of the sounds to blacklist, separated with comma + forbiddenSounds = ["ui.", "music.", "ambient."] + #Allow the "ALL" sounds list to include the blacklisted sounds? + lawfulAllList = false + #Volume set when pressed the mute button by default + #Range: 0.0 ~ 0.9 + defaultMuteVolume = 0.0 + #Set to true to move the muffle and play buttons to the left side of the GUI + leftButtons = false + #Show tips in the Muffler screen? + showTip = true + #Whether or not use the dark theme + useDarkTheme = false + +#Inventory button settings +[inventory_button] + #Disable the Muffle button in the player inventory? + disableInventoryButton = false + #Coordinates for the Muffler button in the player inventory. + # You can change this in game by holding the RMB over the button and draging it around + #Range: > -2147483648 + invButtonX = 75 + #Coordinates for the Muffler button in the player inventory. + #You can change this in game by holding the RMB over the button and draging it around + #Range: > -2147483648 + invButtonY = 7 + #Disable the Muffle button in the creative player inventory? + disableCreativeInventoryButton = false + #Coordinates for the Muffler button in the creative player inventory. + # You can change this in game by holding the RMB over the button and draging it around + #Range: > -2147483648 + creativeInvButtonX = 2 + #Coordinates for the Muffler button in the creative player inventory. + #You can change this in game by holding the RMB over the button and draging it around + #Range: > -2147483648 + creativeInvButtonY = 2 + +#Anchor settings +[Anchors] + #Disable the Anchors? + disableAnchors = false + diff --git a/config/fabric/indigo-renderer.properties b/config/fabric/indigo-renderer.properties new file mode 100644 index 0000000..962b362 --- /dev/null +++ b/config/fabric/indigo-renderer.properties @@ -0,0 +1,9 @@ +#Indigo properties file +#Sat Jul 12 13:59:26 PDT 2025 +fix-mean-light-calculation=auto +debug-compare-lighting=auto +fix-exterior-vertex-lighting=auto +ambient-occlusion-mode=hybrid +always-tesselate-blocks=auto +fix-smooth-lighting-offset=auto +fix-luminous-block-ambient-occlusion=auto diff --git a/config/fancymenu/assets/dark.png b/config/fancymenu/assets/dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eacaf3c26e1847ce5776fff56eca9d9104afa3e5 GIT binary patch literal 141 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z=gCS`Xqwo|p p=^iPAEC!AqDT5De1_lfa-g*oR0{#lfGcYhPc)I$ztaD0e0swLvAz1(b literal 0 HcmV?d00001 diff --git a/config/fancymenu/assets/hover.png b/config/fancymenu/assets/hover.png new file mode 100644 index 0000000000000000000000000000000000000000..6906a13571ca6627cda0cd74a88128c3e8b75dfd GIT binary patch literal 140 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

x1`Wc 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 literal 0 HcmV?d00001 diff --git a/config/fancymenu/assets/title_bg.mp4 b/config/fancymenu/assets/title_bg.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9ace73da73f06c72126ae39be6705e9e9f8b273 GIT binary patch literal 2984414 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Ⓢju;3Zz(K3St zcHfLnUVHO3Rx`M9iqfw7-5;ytb2F25W$)P}%bC|cK0SH=<_zc7Lld$d9_yGKdC!Q$ z_l{2XeyfPfQ5C!H%4|20y<~LIKmDuhl6gyIH%pyfc4E8evA`EwvilQ_mh51yaW`MlK75bdMK#8-M~7a!iU^!JiYAKPy;oNYL1-WP2ek|hIXmf?TUH0U|owKYwUZtmfO7~3t zJbPtK!bZzhErC-%_CDIuWc@xcs)*IJyg_1Jx76arOTV4u`>(Ym@QT z{jPg9J=eV!t(EpVxO{1t^=Sih=|wf($^73eUv23=wp_JSBsTl}`)B?BVj-R!Vs#Ss zJGwS%9Q0YVd~a5sVM)|_xmkAv`c^#u*~gR7Z}|ViiM>DW@0%7Kmb{U}U{0s&?>O66 zykT*XSw3GYrk7mu}Py2~7>I(qOPExPE$F z?zzm0=USu&-8xe= zPH)xwue(CePR`D-S-to5!(Gie&VA_$KX?y3iI#uHp0@a&x#(|Bx%ms(#aFp}ewShVGo;8)LVbuczDM9c3t*^s&xt%xogj98&+scy<2Mb zMbPJ6{D-R&?;E97zG~jYzn}Zkaq*4ceNMhJjJvhtT8(@6^3vFZ>OF=pCcV6$8R|Z5 zb+g`15nX&dWb4ZJ zEG4r}y668>dbWD^h z+sH03XMNP+XG`_(t#n^`_v3ozh^OwtIagkP`&;#IRnum-q~k?$v#xW?Ol$6bxn;s> zELZ4D_)C+hO3uO{=Thl+k~) zX@#@&l_SbFPrp7}m42mt&lK}Sjmk->LEEQm<-dJ;K*7oH-{zvbKTO{QFH=09_VIhU zd1t}l(tjfPOJ}?>%Zf32-k+r3-Q82LZ~6m+=dDkG>J% zE?6Ayduh|()RdD`SLSb-#;ossp|V(dGxvl41xvqti%i+5zcu_>^xJEP^cSzx3eyzs zZWo&N-J|@i${j!U|83qw=_jYmxxYkcte@F-+f^mzhB*3d9z(Eb4OM6k>77yRyC?3v@3feZ zYjVu*wxxYHS+DQ^Eidi1biuZzt^fXi?C1Kvzml_F;{W{nv&~jc|6gCB^44p9|Nq#( zAJv+C0|EO%o6D?K}x!)88fPyD0bGghBcmHL&Nd^c_HvR!t$ z_WuOp{yBf^o}T{Ts>a**<>Hfjiga!YRakVh6^fa@Nd0s>@^aw<=DYtm%Ma`G{w)2R zwDfZg1JgVHdmApvbn@3Px?ZUl@!_fMjua!`8`E!IKEPVk=j+u|ePz+R+E*-nEB>wW zToRDM$M(2;SMAetHx0K7r0Z^F(C)LItLZKN#A9Z*pK|T83f`B=Prvh+KiDkw;`fm-H+a3Df%UW}voO#{3MbpjsH(l1rEoqmI&Cct#` z{@T+K$FrZ#UFR?A8@^t@qvr1m+Yjre=j%BfvHY-a&WZAd<9!bldSB(FsBTM2k&F4Z zxSsWUQ;lj)+?~8*>8C3@6l$^yx%W4>#Jvt%vqSoSz`lP!?_>*q>Ur<}zT*6ZO&2Ov zZffnldba4>XAbrUj7Kw8TS|w;3;%nU^nZni-t?2vQFB}Oe!oNLp zn(yffB^j3Ot=5YyuHT>Z?A@Wd{n6L=a(X>hp8vzce4#_h+GLGC@lx+*hF$9Ft_lA= zYv~?E{>x8RUQPQYc(Qus&WA_yyC13-9ImP}echX|-6qw2&t}!*)izp9yAQ7Gk^7`? zw@ql>wt$-<$MeHoAB!g*E4w5aVA&hrcQ9?*)T_H?y_^*mazAQ`KsT93$&b63BaTCuPT{!A-_xY0V53Fvq&)5{|x2C>smhbuZPv^+;>_qjP#$FO46F{`5Q9ZEIm@ z5-a=5D{pUA%(CU?DlCs;R=l&nBY2kS&d1G3Rm}0f;?fPLa$Q}Qa?3vY`uWE*AA29& ztE%m zf35e{3%gS<_2K5mAE7g?t^XIwyesuGzvDaA>ZrD-09j`hyD3&B$n&U5d8o0Yj~)r`&Gm0GqEa@?Cg0<8A^CAtzXA||LCs8aS}KF zeq=m+?uYrBozn%Z_I;Qz>tIQuX3IU(xA9lD=zn8GY_mhHqpwkx(jdVJ*n(vz?59Gh0Y zkN?B|TCT-Xy?I+U*JoT?xw61Q`|rMsizL&GvnM?+7cNwu62HsE*mAPY#ka@r8~zj4 zjN3Kw`;6=2o^l=87k59u*g$yene9kkwve~Hf<^9Y@nO}}9 zz40mAOfaFpYF41M;*q%b2M_((d1q(+Z2NE<8Dnp|SKapy#jMV_x!F$D@Or4ou~i?L zZnc_vT{k{vdq8{l)LpM?mqlyNEd91O^itu$Y^$@vK3q%lwjIA(bGm9J!=kV5b^rRl zn|gcext3lOI^UZFlrx%|I$*$p=wogxd?aX7Ly54f#rae<)6P_1xiZq!!{pu{( z^8Q=Y^k(S`kG*BTpI+1x>b57rIkGY;yt?Pgq+q61C6C04rMOGQ_lDOqSrk z>W?p%-RwM6e15+^7`Ea13hRtyoqZd!^^RP75vK4Zb%*`gmz)0fi-yWNtz*1ez31~L z-;x@a(_0T5Z~y+~E7z{)LV=fdE-^a!WAfGO^ZvaSJ@!#_mCp7pm%^{JPpICxvGT%` zH=oX|TJ?hcitnrGYL08~uxT#dk#beQJ@`y?+{SmuZYOWcZE3!n`pvYmZ`G&5(0pG0 zBKNNQyRKZ~OY79*`ntDf)tcneh#4#5Za3~1x8d4#EdH6-$(aW74`zIH7qoXR-gPzm ztj^9*x8v#cXWf>apQmLQUb?$$-||_pJ2ty@nK?&_*8dGu{rS6Y#|qsCd*;nNEY;Np$f9(yu6Q&rr>V<(>|J-Wh4Tk$-cA1-Yncp<1fB!2!c-?Hof8X5!1Gd|FRp?Zb|*_W!!?J9>Z3w$*ZUb;?_N=)Of> z;ErR8`*LRa9?1W^c8O?OPR!}=cb_usw0@s(f0Enua=z|qM}BU&v)=6W-tW6CbwBC& z8?pk1l`9cmJP4 z!P4br#-7ZZkNwKc-Cw#VlE?MZ+0H71y;W8HZx+YyKcVz4%Shw;^r~_J?+L3Pr>)k1 z8)KPs>9uEkzIv_J-^$$WKMJNiVdP|z4m}pGSN(ta_jdx?uP(Fi4o-HzGIMUk`}apQ zk6ik9?fxg-j*S~9KD{}&{QsKNFT&qLpL!ujt;~_oGVa_3F3M z@>OR)9FDD#jVunlBl}J5zs$ewzo*n6+Wa;2)~&u@qCfjSYA}3R)%R$1blLAM(Pv#I z-uqDDwVr)p@$KMrkDb2_8MU|Ux}d&lR&FNW?>}62FV9X5y|>`MV5Yt%o9Kxa^JK+0 z^9yF|TXfq0x?J@B|M#tS78X5X-)(zmZU43c_E(P{OBFqF-Vt)Wl4aVm;EzAQO`1{1 z_{smVuB_vf?)b&;Y#7S_K6ny3^Sxh1&yBadW_-)8XUIn0JisO__-<{;`ncaZKi=j4 z&u)>BTE2f7*SD_rZ}ET0z$3?_ zIdf)>l+sr@>%un*@A%ZqK2}E9d{Eu%l|9uU^}@HWnicQL+x+~+ujmIyO>2ysxvfBb z`~4Qx3=!G<_ldQ?zki!O@6U|uY})r2WDhZNoHsKq(>n3(_8eK+9~Ca&cKwcFXgGeN z`nB`Ky_eYLO*+%f(EQiWV!rHW`|mFvMgLUA?fA{Ifd_NVE{`bq` zh6fvVxR&2Cl-Kvtc-_YzA^TlTs5f`xZSho|YnS*%*I#q}^WcH?!S8QCZqttTTl}^0Ijy<(o}*oPB!^|kQpY7bcihzt{gBbsy3y_b*$!Xtb2rZa zsy+O^V4rC4{lh++*ZSEXI3BYzI9+_{f9qJ=p!~>pzfD9R3*VdJwKF<9SbYxP%lPi;QSB&jXo0{vtUHV;6Q~bj!KJd;w$EVZR<;4AN&}vcm;9v5< zGU<6=&&{aSyINWt7|veHOqjXv-h_VH8(K!69vsMQ(iW(f+4kdil=GqBxdGzsKX=q9 zpM3Y+HAEnIkL>2Y8<#@O^p_vmJ*#~MQ}A3xhSO(FBZ}@hRvtFh*UNp7yzY2jpF(=f zE0g;4b8@THSN%;Y>1^Vf^KO21{NmlOOy{Qt2QQo_xAxwxxUcLjn&y1-Y^5(%etvd9 zl=qU0FZYm!H4> z^J?YIP_>$e%Vsl1HP5t|dvAT)tF~vBx@*@dN?A^qOgpz^`Lg}R2SjUET;DqNXE&C(d}()FcJ$ciXX zzb9Hw=T^S|K6KWY97(&Ys8a?3!y`vi6Je z+RnDWC(!Tz>3QLrt0`Ixb2U~6^M2o+_b8L4>}Yi7r+1~b;YYs9E;!sb{XlA6x@3va z-gQ??LuVbx+Wl)u%?HEmBS+(M|DEAmf3>h7G(qjP_o`3)ADRECrEEW-_37xJ+sWms zJlBFmgEXRd?0)|(PuNbPt$o?tI@ZuhJ16PNtqt!~_Rs$uze34u>Y~S?X(ui%-nU@2 z;K3s+Ty|C5OImT|%}w78?DK#9&yCt~UfAyahet-Q_wN6=a@U;p(CLitEq6q}oiDZN z0qgh6y7R=2T-ubZ`ttHtt!wL7UCm94;+W0%i|PNvTg`WZpG*9HbET|2u)<>fiW6@n z7MYxs%GJ5A{=5C`sULgNdDmzct@~Tr7=H2U6KlIy&s8R_=i~3(+I31x?Q8sl^WTLJ z?O9?vQ|Gu&R@PeZt6!S9uh-P8)!zxHl_j@{+_6%KRrW$X1Ae+7#zIh|K= zZJuPk)Juo--vwI(ZeO1J?@re0PL9xPu3UGf<(=8SWzxLcyRJN28fza~)!4)9rWyV} z>ag~w#6J}eZ)V1~34VVa+O>Ax(g>F|V!w4a95MfK(L2HIlr!6VtLa}{S?c!<@`OpotHaTIGqyQChqaCjD7#!TYs{z3SXUhIdxZP)&3p7--~+ADAJn6 zJJnjtqdH*r>UT*W8FxQoUHyD{;Xl_)S>h|+zWSuJPqF0nE+-k;jqBfP?)@{T^Kskv z1MhYCK3!jL_x+Kdis~oZGa9R0PjCPCeVXbIC(d^l{cn#wKZ{>Y=j1#0(@*SLw z5o59|-pltZ?~mHMpBN@ul>A;AQyE(Ef7-(1iyxRXvGekL<=19@w&R1();Z1Fd|#>f zJ=(NmdB(Sob}Vn(i*IjQv-wBKZt<*aw-bN{Xut86|J zHk~tC)K-4e1IH;^B45^*-MDQfmB-oNJly-kLT97Bjc@9%1;@TO%_(es%5W-r-h3{*>Zhmo zz3(}^kh}NMuYIh7i`*W^9okdp$GZ8D(SpsVr>Xwj?t6Ow!wH8U7B$Tbe)#zF(w~KI z&);nc|e=1AHG%_9{KenzH`C{PG7sl!e>O?z?wdcxC@} zoLyQv_3rNvYQN=0&rW@OI?w+7;m7y$N=xp$oByylV0p+fHp}+?_Wg%#bY6sCH=lM$ zEQXtbr~K8!{QC*-r;FszoX=48V?)8O{dIv4gO=A^d){D~cyl#}_8-$Xk&7)IUfKSa z|N8kymi3A=zn-63yyH%c;@8PlLhJ24ck|VpIJ`0K;6B?!3JwWBSl$U4z1CYA$DHT$ zZ2osGkw5o8->+~;dh8iKThsk&zs66WUsr@>lkX?5$mgG{ta_k+y8NRWXJ?bh$!}sG z{E>fMvFz-Xi?^*p%p??RPdI*M-97i1aaR8NPv4wv-c&08-VvL?U%z*q_;0I-`R{)C zGFSzDE&AQFZr9XsW8NF=3|ws5@A;lCYnrrf@46q%2V|K39{*sz_lIRcN`$++1cTlB!8IP_irQK9c=!uvez4}Fe!|7Dx>?X=|TQ=!N2 zKU=!Q{?N0R(`6VgrR!zgRC@iT%X{B);s4$15BG=mZT%qL;P(FQ=cw6QpPt_R-R@Pe zM`7O8DxWV5wl`#-@rR$DtD#xcKl{ZW$-m{lH+9Yl=}HOBePZ*X^1R2Cd1-4*k6G^8 zUlqE8L2r}$+lS9q^8Jpi*jld_!<6WJZNZ22vLF5%oz^d2!S_IXYx~s3*Wdn_&N4aO zTzg+!XTqH}gQI8a%-`#Me|DyrPqF!t?VjxOdzZ{-;9iz7*{^ExzWmC&7h}Jd{q}8+2)?M0?mX*F>R#oQCni~1Tz`4_ z=@JW;?}5VBOTLC4xV^N^s_T#1ldXjfzbYTJ?+~dh-oJ`@Y59TI;?pa(R!RoG5R1Fo z;(XX~>O*ywozm+?t#`-&s@2xib6aHbSzRn~%GZzgt$tj#XTLs?C(Zuene@1`dDFe( zWB>ITzG1zvOr&J}IlDKmb8bErmk*7&*CKjU(1x{=y}&lGzb@)s;4dE5u>GyF?l}*# zC!A0)j}18WX8$wM^gmaR=q>8AW=&l3$(429>a!kKz8BrOtba9mpH7=b^1p}k*0nM) zPdDjjztAS8+Ye;s0sV|Wtzc*mQS8SBrjVY?s5`#E&oYVqbp)y9lw zd4CQ?f7Th~q*It>D^{D#LlDZXc&#!;3`&}pJb9$TIzPEpS&aUEPsyZP3 zq-;ZA-2J)xU);WW?2kUX*CDs%Ims&pd(9u@{qk;DdpiI4F-N&ijBCSQ^XZ=rUDNSz z;g&z)`^80VvSgHY|F+qAglTJNSI46TkyqK6FCY726Bm70wrb5`;Ysx?=7iqSv+;8) zyj{orGym0k^?JM3xErhD?-w0gWe|8_XHNFX3gxv^c@i(let)xTrc3O#REbl5$0i>4 zyu5Qo}Ib(ZL>pVcj&91_)rsbVd80N`NQ1qO0Im* zuKhplP*(|n`E`;&WESY^Zu`w(B8KyOW}TM*S(m0 zUzT$#7kRoIOOARVxM$13lZz#}?0r76b5|R)#?LsKAo?!)qP9x?FPrJB43CCSdL8@x z$M-CrtzH-RUhWCg;@TeFH&x)f^pP{?9HL({SZDY6Hx`RdKD_*k^SU$};j1U}Bl1E6 zLbspwm--sR?2(`#dTD0QvAeHbE2Yu!R3tl`d;w=Ci>vlKa>s>|Xs*3=U`8+QMD zuiJ+5LQ5lupZ--LSN4=9M847&k$!5b9=vb<75|FYh9>JLJu!QI@;Cqdxi|Cu_Y1x$ zEl*T95nj1a{-EQW?LzM&)-RtfrFF0Dji93J)zYLan-e?ZCcgi(KE6JX%k24)4H_03 zLj_mvHy0IM(X=LXh4iTj8_mO%KIVHWaC}`ICL_2v+veWiu+=~Ih6|)eOZIiW?_0O@ z&ezgK{vWvwA555Q6exZ=H1O;8rT(FP@2u8@t}K1Fntk6A+h=WGgpZ23%>PzaVS8`Y zN4>n*YiF`lw6;pDdUad(;gr=1mhOkw&GnRTSiJa~?ey9?f(bw z0uO(Tjyiww>i_$PUdBz^aedW_&yFI?XZ_zJ!&7}N=lV-=dB({_(Z^a$l*C(aoqqD$ zwc;A9+-!}LpZ*jq2f+o+_?izGuBsPoe$GD9JeAy1>ec_Oqv3 z&N2VVK05txQN|bL+1y$BYtCiv`_!|k?zeMY`Lci7^&Ri)f2`^IF+D5N>U;Jb=GsF{ z3?GZ`N9G7IuMz&0BTh>j%Cw-N6apm#-{e z_vfbEsk6mO`7O)^3Gc|CC(i~bW``x~B$-`^df67?qM(W%EfW9o$N zaQmtY8Qz`uX#V4E^ly-tV%^n<8=VZgbiX>(=rK34(U- zFRzSy+N0t-UwBvk{ra1aC)@s>&eN*;Xt7+1smlYF%pmpqcVbRiyT9KSxYuh-#i4}M ztXsb?{c@;%yw4-lEA8afE06x0Yp;tFzuxd92+*(XSLmp7RG4p4{= zzudj!{RE@Z8LQXTFwD_E;T&KttL(k(3xjF=yo-%2`O|p;oJ?vv-z4iKM-JKI>BxNlU?-&$QAU+?=F{(5J}AwHpd6KB3W=zeee zX{le~!oS_lY^GSD|A5kCb*?z``O5?PA8%SBBY%bMKeOnSQmULUtJ?DfNd!%G~b z7p*U=@ck=#*D5WX{m?o?lO50Fw%`7JZ~snV895n-&yHH&*Ux(;E8!;{^Ox^+LwT)nC%rX*5*D|7Xn>GyLlX(`QLFPj}!(YfjVYQ{kh@h`P>h4tQRd~IJ9rR_vaOftB>B( z*MEQK;6qc1Gr_Z^ZeG2Vy?mx*=kep!`z!YSV-~gIEG!J1A70#bNa%pQ{H1wm-i^mU zUD>~UhGgSM$)>sQ@+Z_5eK{O&UsoCwE->fX<}%9_-WzY%KYJN+aKR%3ui4$TD@v42 zvI>izAD=dNa?Aczd+zUO2+Q<#F|{hxhL-u)`c4tLmr>G?+x*Ly4_X8YgO-3%6r&DmzOT7*H0s^11#AD!%vfic-}CEA=e*WGt`(YBW3ngBx%u-= zxlBlTpw~L3r2#CW$EWbVUh{MN->h}N)*QI>xyGtbkuOyB`;x#%d^VaT8}G+AUj14x z+aIJ;zS1pZS?GAKb z#r*v9XT7}Zrq_0@4@@*&W549`>Fd$6KR%nNKGkUb%F>Cewm-bHmjBt!lXCT67BF(m zY++k0s8_RNx66XJtF9ak&GOP(6RIBlXGe#{*PnfxuV$Af?7uAe#b=36{qhf?S1WeM z?D(9j5|BRi4)?Rg(#dL}M?wol1uw1ty3OlI`^(Id)pA=|O@GYy+IMZ$?=`$dGAYuV z^Ssa6pKka*UGiP>uE|~E&kpxUDCSG73Dw(MxR0-ITK0bG>CstKko-VUe ziwN5vU-zqR{|^Cy_{Tg;ulb9)9gZ14{-S->s>ga_PT{&aA?*4x6tMA?j z+?%`P8-Hcv$Mxa`hF4`{p6+yC{%zfz?Bk!iQ{NlDU$eCK6z|Ko=J)j!Dk^{X^O*1M zd;hb-_KAg!?b}cPwfD>YeqGX8c;EP;b`rB}>4PinIZ_?}-v2LT3RB+aHbwqHO_ph_ z{>~T9ENO}N|NGqwFA%@$^|)%f(xutAW9~O{TD;KiPI~ir-_0fa1a{4u9V4UgL7?t^ z*;cc>{iY9(_qa}Y_vH6%`};fOdOg|w^a>7tPXDA>E^x=yp8IN2Y@gVtzs1!D^ga~H zalY3RH;d7W-Thx?F=wCV`+FOo9$)?O;K3*7obTk{Tg&-yQ}NsI-3R0ZjxRJQJO20g z$wocDm5lXwJCbeu&(7N;{r_XY-ny)s9odr?@3Y>uWADj%YKJ0qna?I&5u4BR{Yh-a zk;CE~-`8K>segLDT+D14B}OaZS6kPgE>IVm@heu5x&P>H#~(k|fBaVXM}OVbjQ8hQ zXSz@D-=cnYW?}sP{wY<$HsbQ>E-hQ^EpBHfe|O#g_c~kmNhQBcV)?o4_SgTNkK?CqKjEbRzB;P@Z*}23Q}<6j zNj+;Lyq~s5uV4QA>%MNul-6&o*LUOz`0ssjeYON+n)!!m?3L9k_8vPVJh@zCjg(aW zo--fsXK&knbn_owK90DF!R-AnuWw-Iv0Ae)kG&}LU;gXx`!j^zeQ2)vJ|psZT}Ic} zI*F>N)=y9W)^pS~FOJGASyOXwa>3!%uP+2Y-Z#f)hr%D;ybm*+1WJCd)k#rtaGdyH ze}DD#rh1R<6?+WItG0@TY>0YQ?$0xCg}d8cnd(w6wYl$}rA?OIy!=pOgHe#+?-u5& z@cnBhsET)Akuh9avEy2~RqY?94IC`5r2p_#Z%f#>zuEsuv+mv41dm4v$(38wzlcXm zeTtX9uKjVtw%xL~>K=C#IBu=6QIO~U^))_nkAh^u->=v7_QW?&{?MW!&e5xPohe6X zx9nP3=AapD_uGHgEt~h}asSud?d6|;Fa2<7zJ(5R$=5-uP9QswnmtGD=z@Bxiai)Y2Zv+82lC9rRr|C~!V4%zxEG9)_c&APw$ z?=!*qZ>!#}o$%rIvFnfHo~`vPnrY8QA<8}nAiS3wbkyl z>izxPg3BxtUQK`TwK!}4rTOpvdgWH;R=%j7f3~w&@bTYIUmJIRueq`8H_OA>JFR=I zVrwjp_UwL^*7^MYtiN~9v2U+)lHDSIdhff&oZrc zW619O`*4|`j*0j8a~={m?T;Gs#4*Y2_gu3hdtcv!U7ruJu}HSd?XO;b{qU+)d%vwt zaq0bZ`6Ji%`)jscTJqz(?PGqMm`TNDc+F$W{^S_WK z^{m#eJ65|F?7FwC$?nBg-QO(c(={^KH@V-xnte35<@Z;!lI_=ooBK@_os1)RF1+~n z?dt5$rKN}RwoA83%-(c!wwbtI%Fz#^pkC)GiohM$>UU2u<*XRd~p)1~Pq>0t2?>7js#7A znelJxV%1Y~MAM|#r7O&SxGme`Y=k<0<9j;+c2SNHu?^EqpRPF(y`!vN;#G0D#6{Lz z-3=O6;X!)K;{!xjU0%A+@~M{WWwZZV-tToU1-Tz0i)EBI}(EE+Y_}G7rThIJ< zFzz~(&uF>#m*0=y#;f;)xLHk1u&Pj;Z2C5S+MDm&CKf7fS+vYJ_}F#NS+>&*pY#-P zYlm}ueZ2Tf*Q(~#o$X7)u6YH$-gRW!{ud!PthZkMxp&$7>6S4?Oy!5Z%sYLn^}w%b z$(dJw-&th$fq}#C+`5gjN2fHT8O*eO_ACF^^XXDw-`}x&$hECA^}Jc-i4|EfE8gi( zed6$AcTqay#w&}rPwD9YZ<9AG_M7_TX_hth2iKOgM{VVD&VE>xnZEpcVgJedS60S7 zddVtgmy^BDy4>RIr|CQ1&n>!P6`7S+{xM1a@tw|NKR>T9)_dscJ^e@B-qYgWA6B*f z4PXDm`TTlw?`KR-pz<%MUr;qK;ey_F9;YNJ! zY^x)d@3*rZzhW4-@vZ5lJ++4(?)N*RsP`lKRqT&H2HYzux$iC77rAqZz^2d1j(6NA z_U#l4{r6oa?P}`5woQ$<@6Q)FV4->ap=t{^uw4_qET?ZLay3 zYx-F6MSSOM%cZZ?*O>7=f4JkDYejII=yi$r@1A~_+449}B!AJD1t(X$Z~u96W2w;Z ze&fad@$SF;moQf`G{jvsm;M`-TX^5-OYh~B_g@0*_ujbj?A*lSlC{bF;)(1JBa^O_ z)!*6u@%!1{}dxUm}@3}(~x#PP<||ZdBG31XJ;R&?%FZ+tekV; zlZ9@ld_unN*|;w0q{W&4`vkb#u5hd`YjpeVAEk1{>iNN24}R~+{}{h`I_KQlL;s&= ztP0&9kiW#bWODmWzlRIzhd?A-5?p~+RgQyq8IF(PKW-B(No?P|HDt@_ujudzN#Jm-@(FMaEGhE?&68>XNwM(^DwS_ z)jyke+W+i33>^wDr7Nz_FiTt=w4Ukb=7)}7?_Y9rb&n3P>Ni=>U3s`axX=9kC2#f| zHlzQC3)XdLo5|Z=E>O;)>v&J_&cx69 zXQ%TXo38uflikLTGn($7=+*Dj-@&)C=YI0amiEK%^qV_=wEwM6hw+%?gk z^ZKpZceDyGy*l|X0@el9Qtq0c>7DzBKtqFT~=cd_`oP>Wl zS<6n&Ik*2<;jHIMJd)E@&Y69|d|MK2cwW|2G`qKEq_IK~3 zqW^s`dzr9*KEGu7@t2p^gg38VdqHFW;?o6h>MF`(o#Z0~tCq#s>BiQ+ym}|ka-S{J zEYHe~JGzA)5Zvt28SIrN; z^Y5Q^t?=P7m^y!Z&!_((@f8V@)`bzbepna0`>V6#Ys6eXNBx4!XZEarZs_(`vGr?g z-lP8(^BcE&=PcU&Zz<#YUp(G!TW51R-WE3eHF?gOz1(^e9nCiuGS7;6-J->?I_lMy z4<1$vj&9r*)wtFz@%qXb3&u4kvR19p{U)gU`1Nb19~`m~#pjkAmPbq!3EzI-iznPO z>gK*_KYFv9{&Sb?`tfej>pRb^R`EX!Q(TwydtS{Jt^OA~3x6GIz8W7Iym?o$?QEmp zr>AEvSXW*cz_-z6GOMW1ug+i(1G4RkeGRU} zUG?p?5)Jd(8c?!oef|=bs;`$m>wn9Y`osQ{yCIw@sFXD}sp9N3^@gpN{&D9|OW)$) zD|YhQ+mm-fk90{a+xTC>`Ni6MH~zE#oOSIWMDIPaoKkv{JX$-+$RLJJH4!MP(BE;?LQ3%$K}@Oki$egZt&L>C$svUK3T%pMGoAle05FZJv`C61J+DdCiLOBh|}lpSQKmK5%>Y z_Xj?vt6s0*n=Go>I#>5g$-usS{p_iF#os+gqy_ctz4W50PydVm$FXJKzxY48TUQzu-hSQp z^hem_znQ=Mp31~8&EP4$syC%GUY>iO(X~B1iyvB-?za?U*nhh8UtE-(llQH)k%G?h zI~;BAZg`bb=CDbF^)N$|eEmPu502{_9J>FrNMHK@@4a~akwYm3vRz8}2W zf0&-`gp8+h$k*X{k^yY_)%*Zb+bUmbpy$Nj55T5ry4bp6SBxjggFN6RwPw#O&c z|NNo!eLq`jdBSmqmhFams{c4XG$_~$d#=}0D0=?G`iFO2%+BJM_rCUBih6cjbh=qR z8~?Y{f6E=;74Q3{Ayn4r=kDL~um78J>|=iJ=RUQ4zt`P=^W*uC2!jn0j^BNjrN$cG zFFW??ZRrP2lREWsWBsSU!W(9Yt=stTpBVS|B|Njf>(z$8d)<(F$KXnuGU)MA6 zfBg}@e^1!X`iFX3KYaMedzUrkM?kHfx&8wQm(@#~m7}A>5BqGIv+rk4qDFteqijLT ziCP8~$$kyPDf`z;E!;8j`e7d##Z^z2U$v9`YwDq&mHmdH>YdYj>(B3cWH+X-yz}$l zKcio!Z_QV`DSUksn#b5`&ZOnM&uo2s>c0CAXPw;W^?YuO!2{_XN&2_e*}ji@Ii2CW zk$kzCmG+-mvp>vdKcF~YY~8=)b_I_bq5Zi!J0H$Te`BkqQc?6*N9novwYrM@9fq}4 z4*P${ZngEif5uey>G}P+j9mZzYRv0kfA=ex^SEBcJMJlU>;|iUIXv2tf4||rr_rCA zidAQ7c+aUBmn7f+CAKhqzgfQIgt@2mk407Y{k#;lvs&}mV{_A4?)$UXWTt;vx3#*z z?qlt5qi2doR@%RldN8||S?1Amn>xwoEVf@QQa@WPSjHSG)yQcfYroyYI`+O`$o29& z+B-eZEWeyrw|}l%+pdaY$#wHN>wf;)@#0;wX-%_j{Fnb0ul^T3`*1kAUiQQO--fBH z3;wuPCr$@qBreOVf{U}MdtPP+?B$U0+!|-FCm#JflLf%8z?1J)_zF`^!#V*Jv8KdoAa0e^vIy&KozIY%R22HRDm) zPUW))lG;p9|IDv{dsm_6UBV^Zkj+V7&Q8C+mDRxRX>g2j=90CkM%Kj)(tCKGFMV>e zK<8z}^@T|azHqh`*Pj0WC&1d8zh}n(Pm{D(?Gt)sI5xJoH(og zvTmif$J6o*JNN5zLuJ-I?)jE_IQHVwL+ets>My8&T`y`N&Rg8QIKNf*?;qY9*MB|~ zHH|d+_g~iJANTHuMQc=FW~$y{THLpxebb{@zrEoW6OMZ7pM7yU!D^F4ebvgK6^yKR z3+F6p4lR(ZZJ2T*&+?elwOM~wt>d_LKrEZ{_pUz`hZx&(j#(Q|dcTih)#_uh0e{bW zAMF32e^SabX2UzZx&6!E>lv1=I`zvaBq_*D#jJ70^Q^L2o_R;V-@VG?>KZEi_>9HN zVzQzPUFH-NV zub#g9=jWFhay9nV`$V4}m;GFP=0<0E+@qD>e}wJ5^lP=|m59>NrL1qSem%W3?P7WQ zjo+tK?5{pO-cfY*{w1ya|ND<-{aY3D^z1)*7MY*@-#_TwoAm3>N~5;)D=!~TDBvi6 zzxTCS{zEkx#`wL(#UD(jRoC6u{eA0yy}-AJ$0wQWEt&VH%f>>`(&aYqAM)t4z zv+rvA`+2tYpZEVC%s)L>-@;-0(#N(zOQ!X&h;vNZQ*Kt18u95tLDu11`J~l59CX_S zj^#RiRTJnvJ%93ZyBP&v>yJPGl%aTXpYJ{g2RV_g*MBhzOznSEwY+TQ?)nqk^beYC zeO&5$@wr^#Ut?BUS{?~lBUR`yG`|>O10TMTU zzsxv4U#9C%8%wRyGb4%5h5UPeu*s(-x_y5XyW`W5xe2z`$FIn4oF8vidV6xMi|bFB z+5Xdx&*ay?|CfpH*kKOUDr1!@zgLgj1=FS-vw9Tm{GqU0w!vGZviR$~!oDr5|JeQ# zzJE39;s3V_md`%>*f;f$o^-SL`(3AJdDQ>lk?;DNJzeO->E=hmEr0F)pJJTi^yg-K z=zOWAML}1hitY(9SwDDOTM+g8&B39)&O!JR@?{em@si^$T z{LjC^Y15CRMW<_5{NAp6{7&LM>t5M+6IJ!!)*q32y-hIu>)HxuE%tU6>!lxftR4u= zuUoy2zk{QF<^HF~{{B0&g0VExO<;T359`F7mERlr7-aR%Ix4(s4VojfC;RmD`*!@I zEQdH-PiaotvnT#<^VXH`OC67$+#CN#Z%faUzQpNYn)W)x9nGuXr(l?FcuYoi`R|WA zKT4c)yFYjT#(Abseroz2YIwc-?ov*-Tbt9fO>&wz9gnN9evYd;Ya{>jWvSNdhb>u~ zKQH%S-&cIlezWO(`w#Lz6hDMcEnxUz{fTG)u|1}zcQxOAdhegygAeRCX8*}PyQ?lq zLEu@ltnX&CuVTMf9$x(6wVv2kKi%IA-&1_Wq)z{xC*DKsf z*rIUu=Z2fBUGE<>t^crnw#b?<3eOh)ya6 zdc)dddwy9p>;0I2v1CTQL&@Fz$NOSWp3Ohmet+if^1jK3?!D&AyEF6KpO1%M9=i0f z*v_8!sn(7bFS&<@wtMTR_phaFqnxvoc<|((yws6Tb70_>{lM1+gOvlO0d_w_Wh&K%4f`6m79Iv z7d9xCR9RfNSiI|-vsJZ2fRvBQkKD3b3Vyq zd#45L?>n`*;SpaJSIEzT>(kXO=Syw=`ree)^3C0Q_b)O_AM+_NWsPnTQC8?*7WIka z-HFN{Ge4O2@~jE|vCwkgBXh|kA7AZTy*6t9xxgU#xTd(xNnfr-6j(0sU;Vz$*5!4@ z!)!o5W%!zP89QSsVLpui;ZZCeD=f)oAhQE$7qtPJaJBS?8M6uEl$= zl!WK#{Vb5Hh|buW9IqNETCO#pbB{sU=AtLx@9+EhSJ6a!7x#LO{Mg@@R^2lVms?_fQ2WsO zZLfcMIwr1ch;U8e`l=gxXmwHd#oaTU_DNlS%38VQyY7GPru7`U->119e|T)#s~_tR zhDXG$zxLX=tM56DTJ`F^%w)AB{W=XM=43|;l=^K;o#vGd9%uUR}dTx*r^-q>57 z;?F;aDsNtJcF)eGUR(a(UU0m58((Ue&$@N*6$L{>rMP2Matgb5mGAJX{rCU$;g>k&Hgfu%7XAuN>gf-YTxhvKatPjALs5p{xgh^a1nb?VE{>Hfz;|8o=^usG^HedngT_Vou0=E<$g_&>#b@$_eF zm#KX3E8BBzj?HN{v-h1J&wu}%Cc(_c&UEDd^t(SUr9ZjC@Z^ei{jEp;|7NaaWS?!& z#vuKGL;wDCS*ru~q3ONcdtW3JUh2Jm^*`_LsOfF-cf1+HR$2ddn^`yE?uSErvajYc z&RofU@b7)zgWot$v)S*zzl8VSJx+ce=C$$9&PIoRdF`NkPoDdOhML}r^SM9mr~Ih= zxwGIJFRpI#_w)hBOwL=M9>12@*_mIq#C*>U+jA$bPhbD> zet8A+Vb-GobKQ>K^1hR|dK*K8Gf&#@dy0>G@5#4G98#aoJ@J=FGk=}<|39kB_&+T? z`0T%Q>I`>=mX(kH#49XgWSB7R&$Z_5AJpuYc~*@g2 z?zk&E{u}BP^B(z8B=Uem@8cvrF_ZImZ2oK(^)qw``7XEjzw?85rwQ8vzWax|Uea*< zJ#+cR-5XbXpYD(h{{Q~o8+o(3nA82`AMUdUr9V%zetYD!$F_M{@A5Q_IG&!^zdZQ< zq7V5;%PaFQ-J99*oxjxXC13DM`wGSeXOA7Kop)yMdmQoqdwht){Aq9P=M^*XO?LeC zpP&DQf7GAK{C|Bb3l6$BOCQ|tcPX{`(fj|Lac`q6KAQ?p_^YKOeEG`v8WEjhiz$cR z7xsSoFSDNY|DmDYt7r(9+$ zuk1D6`$SMWcIhhJYkWU<_F2pBc_6OJwe$A-Tf%3o-@U)zI5Ej;&XZG&c3EtXBR}u2 zuuffT)ni{^&Uk2B@6@e7XYS_s5#T*rZ?b>I{}m;%_XW!DSGn4j9%9pX`e(YFc~|VD z`1ALFgx~#_rwr->Zz9NrqvyZrWJfC0l_U40M!r-c*m{V#dVUQqsjq2-!g z2QC}V-+lk?|34b)lHdR3G_W%~;9oem_3Rw;rLQ&~Nm>1*$f-l(|LeKSUnVTz|6256 z%Fg%o^Z%av{`T+Uw1w`qq2cO}Ec!FGpFB)Ajre}eak?p^%^unB<#%=(S)>N8niKYm zJ8ki=r+%eZ{hW*!^jcjHE;3vd*Spqk?w8YRI@*?puF<_!`s-5Ry0m1q_18!ZrpvEqC!Oz^{eSB#!&jw(VY$nfo}Rrl zA~4Kq{RYST*Jb8BTHVxd#(dB6_eQOi6JxFxuDbj=W9us8={^7VUh_0uvtreug7V|f zPyU#{_IT<1t+&&7@{29(gUicrnfwv5b=`P%X7Tyi_n-cg(ZBa+`iB|yo!`sff3IOa zeJJ|tni-QLe&pE3pO`Zz_ixM2g0TN{I$7)w|B5}#ATTZD(7dhJBtq&Ki*}f(Kh&GB zE_?6sLjCp~mA`&mT5$Eytd~E2p8lu3{(F7?!+&yL|Hv@^vAy+hqS);pvmUy}eZBgy zS@{22 zHNO4l{x)a+_k`>J9lCx`UH|wHll+Eh|MjQXsQwWydc6Kt@}JsoH?FFk?Bq?gE3;>p zVE-}W`gEi2NrAQ1zoY*N?LYZ)^2784%(?si$7TeqdwZ0G7W`9s0!E$@5(fBWD5 z^k=y4?+5a7KMdnk%4256Pya7`O8(*BAA0ZqABy;R&rbgb`-ca8@0b3&!6qm2Az`ZV z3Fn9ZggPHsr!B1NyZ)G?{)Zp;)2ZR{TP^+{c^xdaed)%(_mbj2+N#fwp7j6z{{NiG zk$T&$|JwgoEH-~>zjVX0nC$%fw;2Bk?fsrF!~Fm7?fonA|51qFFnzE3*%uEle-U2PUi<8{jHUCxrs?1RH8SupZur0bfSTBU z&eA}e>;t?u_J;~%wdz(n{IipL|9q+Y%MHi%rfW}o$R7W}Y(cA5(ey^daMBj|9oo_ortT{|N7Z~ zSo-Du$946e64Kr`)bqQA?wl7K^}^urLHqM8*PnB+A8wNR_@n%O{(p}8<^NB#xBv5+ zJY|JMKC_t;k*|0g(Yt6eaGExh2kGVs8xpwa34_diJc<>-MUvzK>D8 z8XD%eUcc(;3M@lXw5#`+Cy*ioT!b`&+*6zW?ssyPa0+J9fYOE_wCYBfa1Ic69IF zeJ@Yz`|kax%a0ai2Nhl0{OQ`(vwM#eWd|4K7jd6Cam;+ivId!jANKwGc-y?A?fxP+ z%>{ESl=uGYe!ps;@4L9%EbW%^+WS=bvi2?uPsc`(A$C^uGM*y?<_9Kj@mZYkfG&)XbKJ}C9{Cje z{pj6$?|*3Qe)qq&`t^O5sOyU=^?vSL_v_uek2c$D=ETozE8#p+H+gn>aj8*!-0bx= z(`$>%i@#RC`ux58(4X0Niwmplt9S3-vsssk`;fW|kMi}hFIm$n z>#rX)i4A*avHg+yw5`1lZQoa~%X_Cj>;2@}yC+ZkKD~SI_nnn`Kl;|oUSB=!{kq(D zetTo)F`Qks@$mmemh0a0%&@WlBC|rmN@{P5^=b3>6)CgXH-CTsf4<>r_d@QOJT992 zOWNN4(yZH8>z?5~>HX~WPO?=Xr*-eX`?<7!^>x*7_rhr|4<>!zTU=hEtm}P!$?FT( z%|kzZ4V2j%+9J3ATFUnGHh!Khil5rHiGDE5-g@ivvz~kEQ+PTzwE2Etp8oND)UWT? z7gw5Btc%{a>-+V^yWhQUl708}`o6r?udiNxJ#Fjc_3RkuUa4bLL?7S>1O?lqp!_lTvYmEKBg{<87tC&Nv(W3T?HGBA> zE%AQVx8L1=W~`aWW5rtSTyw_J|93hlyQp{Ue)rR&Z}qDAldI=<@7{a=)7?)+UjwG= z-hKLXZIWen^po9p=ImZuoE?7l?tQhbe8sVM!cA-}>f+wl{y3g2ej_vb|G!_Kd!{RG z-=lZw)n)G78u#>T`R{ffv2Z$~R9JiOyWo|RA3XQo%hUT_d*{z)=i-9tp?Cjmzx!d{ z`@KhtW53@IRo4xVnO^;~YUR&$?_N*eJ$cu)JgwEMp1ylOefI9jleV`0)cgKoy6Ens zJLd7-XPLhHTaJUV#$VQ-Hf8hfV7%P@(xZpoJWnRAh!fuVsxcS+W?Rev`?3M|Jsvp z_We_MVa?n-f9~GNXNkIUEu)^tiG}0S52bt0{5y8<-n~z?cwGiptDOdeqwL<&?fENL z^zE&UGvB@Y&)kqbdqez7qh~jHt-tj3iylj-~F`OfAtZI#-p?HA0Io)r+xfm+h+4SU#$Gd zhqzrgzkX_pdtZGmtF?*Y+N)miqhHsXesHe7_cOm-UG?6-^*dw6r|+KQH0wxlY53{#lc%HpR=>V_eetgSS05kw>l7OM{%-uMzCVI-zn?Mu zXJF`LWLuleDfjA(^TU=O3a+ui3oTWi?)~>J`rGqo@18t+we-o}J9B35?s>O$U*4)8 zyLaFHdb;|)YWPRlyYEF$h92)cRwRA(wksmXU)%lc?BV~5+=Qf3mz>h|S?y|HUR(PA`qHbVb*ryl-^Xdb zzVxd!sBrCk6*7H&xOus{YWVli>!#r`qIdt^FR!%PTUxnu_wFbAUat=qF8^L=GrhL- z{d&)<|JH}DTmQA{)yEkB@*aKr@>*Us(;H20wq_RpKLpmV-(3I8g6sa<(hMHQ*|QJ5 zn)Jag;oQq*yK~Pj3zrcP^xS9q=V;Z+oYL^$FOzsD>iqtC?ChfFZ~uq?`nS`3f0OL; zFME@Iea)=$+yCqP)z|BvKi&Q4hswLZU(2trUYTk7YUi$%R$uPM?fQ})H{syn{|D_> zuTx*|dwun!_tU#}?|rXs8V;@`!gqhazD&$hz?wh4(ZcIYqc^Jtd*v~0VEH6nU7MMmJNwPNx3fcfd<@=8XGJ}o zz2!CQzmL7V;S)9IW@lWpIm2~+`rd5e>-*M!wTh2hGxhrFCcAfEuRn1&z4zqFyJzdK z@7pVR_0iAWd;D_EBg4Z%HAEbz*8B_KgKl;(KjhzVywTCX&vV1ORlPe6`~`AuoPN+` zEx6`>ap9_BwJ*0$u-;uDaxvo1{S{gglX9<5-;(oxUzFUG16$g7&P2U5o3U6VdH>Nu zpNrEkPH$nFGJngT9T64*5mS;p&%Ze-Q+FfkNzmN7Pe*&!evF@#rK~dddr|4D*HcSh z?%ciOt@qW}(^mh?+VOBk)Jd(H+q-{#Eq%EvUM}NP+`C`h(2(vHyPU z{S>y*)@x>y+>WI1%O7$Y+J(wq{d@Lw>-$U04%(~%R`lLk`@xKkb=4-S^ z1*ZS})ZDeuao^>?>?QZA>v6xnUwvG)_v`!6>r0-zTIjdFW@=1){Q0Z@_I~|;ec$@p zs@JhqyS^XfdtY%5l>YvQ|N4G?*|S&cC+}Xj-1*~PYO%q zxKiaPQ~5%FHm{RF(E7_ZW-H2lgY^zQ?rx3MHEt1`_h`+(%tupJb+lxCs+TzZv@CQs zYmB)`z4OJ*Y+1Kr`_^9D_5J$3y`oF&SKkj`m-YVD*Q@{5i(cQgK5(LA z^?^7)l{?3mPG-3K;ccMBt#!IL1sIpG-JAV?`RQlOA-u{AH+wo{Brn`A{&b_{w3tMO zW|wu_vGB?pk*9wizMv?=dC>Rhtcb{^lk2@wS3Pq***Qo0gWg&~~ufCtXd)m||-=ePhtyhnm-u>?P{^?QcqW8tU+G+JAZ2fxQgJR#)uiDI+d;e&B zZTQuH>-EEbeTjY{D}wAvQ1SKRWcpZ?W-)7qjL z>fM!_x{v(ly8Y~U&i*-z`BZy8ITYzgd2$)**)`t(>VN$I85_m+C&wZtU-{&ir(*ZG z;r6YpFUMBYZ@XRciml~fc<;{%$F)Pb(uzZcRckjO6`(fT(^ZQr-MR}Mk{#jmW_4Vtk zU0=VxUte2Q7ag=}*ZuO^()zCF$7kEeeJ!-K`r;pavo^r)6uW}I%Ie9jaWX;$3-|4o z+Uygoy_vP{FFd}=cYL#xY>K*jeDo?$pQG=my?+19U|09f{uQcu*=f_O z_kLM*!%HJ2?9uLh+B*vuyZ(Fj;gCeamn-}hzK08c)>iSJu`o}mcCFmjwC8=)`IBdV zA1Qq?Z?AfI|Mk<=N58(T)cg7C>$PA1*UYVcef|3K*O$M(_r4$gYoDk}L&N`H^;ci7 zK6y=ljZo?P^{Iax+?yN&E>0;tz}2=+d6|by+ow-no&L;kLl>?&(zrwPa{ql(!}9&j z+w^}oy@~TK`tZugwc1oBH-P)G!p)V<=ha`;%-${^``;jri&u|F=c=yr)T0j!rxiYn z^Z(E)5)+kXdMl6DBA9Q3zxDIi7j5HqZms$eP_x0NNxL^BEo9X#2XZ`wq{fh$@ zJ;^<#l@)Dz4HteMzp+TGsc+@Q?a?y38#reev`I8L%xwGmOtEzHhBsUjk2Ec_67w_J z^<(xURf!n?g6{?zTXssUuC>d)>e_no+{eh5!U-#%PBc1LWhxwhCF<1C(^b~nGH%)W zh|LVCo^P}3*8gv}pZ<_xT2N^qt)sbVzT$)5)1NYKWqP^7=W>-uv}2`aq``yDYId8p z`xrB_y|VajI%i`YtDGO>Hn(P3wbZR=jtk!B&<_ZFX%K65^(9k;vC024k0UPxTs?YX zmRnZn-o;^IS$hfu-)bA)6%X9<-RsJNImV1D4=lNvcA&$4ll0tsEKA?rH+U#c5 zSlX)Tse9utO?_$js)M2ZYh`Xw!?Cps%)3%_1BEWEn`?4=TmCC+&#TW?DDS?%kK<>= z{;RK7Usnm-7q`-7&)m!3?`(;U`E^iTzWnarJ99$s-@TT<-h0Qo_3ClI_J`K5zRps5 zf7yes_g{X^j{}vsuU`ERpS|AuXxQ(&pG)qR)~`N!_UfN-J+2c|f1fcgul;NGjg|4I z^TTPM;$nCG=)S*Se}S1uTWU`SgGK2?`MD>KN#AYsVqsqJKudaV`n>w-X9RRi7Pv$)1hhtZAv5MTRE4p1bIQa7?pNT(~%;Bh;dwMg&A|_u(vkRRT84Y1u*3{>% z+&;CZ{;Y6|2(QZ(hVCOtm)^!~)DV{XJw;ak&emOPOqRD#=lD}=G~)#40h2PWlYcy3 z@mGGl`}oQ4`{xskr&Or-#5)|^bG$bEq27D-ulx4@`hI=&>c4TnzF*(xb^Yn;r?0PG z-?#VcOADplf4{zZ_0hcLhvL4yu~k1*cE8sTpR{k^-r6d^y|3?|EdLw#YtP)cUEi<1 z+SGDKAcyCF&dZ;&Yvam#;w;j6iNx6iCw6FH6dLdoU~{*QKPsjKETD&8~O`EHv3@!FJUeVJc5 zPi-p;$UQwj|4cknLwVRf>&Kg8+n$Dc7VfNEdUL@))5dP5*XO=zPcshcI+H$man7`L zzr?EAXX!5AA6X+bnOmF7u{VE)njbr_toEA&wHbj5`YKbp*xi4&#^~?(;9UM|*Y~SW z-p#&${VT}tpmyHRuT`(_hp*fF!L@qz$@Qy${o3Phn$1yMUN2n!z4YqyXYXE5`xyPB zd;jirdv&wddzQZZwdZbC-BPdD_rv$CuZ@58pH+HM`TY9{JpnpQ541L%ygOMrZq~ke z5u5r}%%3`OYtOyM?a!`dn*VV+AbV+9NPStKLs_nW*bd&WOiLny#6$P4)!lF7&w0N& zJ~c~D^vT)Yv=GVNeIKPKUd*`Kyfvo&lFgkw_o&a;jr#l^wQh)+o9Om3Xl0(VwDQ9l zzl=-H^of7@>Mg3jKlNMs>(dV!f?FhhXs*~6W0`ttiR`T>=kH#;Sy@^?>D{|ud*;T! z`X9b;jpubu3#E5|W8-$sTetpe^@Hx}J#(x4vUeXXEq>7Ue&^SpCtvNXt=e?<>c16l z?u47q28EMoXw|FlSD(Gx`g8rt9ZL7!$4p;a`s&qxeVtjK@^!4_%YXU3`*VR&f{lSu z$m&?}rTgA)HmkI?LLDr-4J6z>o6037aI&k<^k)^D*QpeHJ~-#-uJEE`s>|0h3NMd3 zCbO5Nx=6|B@75U?nfR_2NMz|xy*=4_&+mxs!S@bJ@kKslJhZASbBfGsJ!zeHeX`3J zEcKOVV0i!i8e`w$Lmn$)9(w35X-u8Ta%1Y2lbNye=JCrEUVeKv;s3t%4-6K&M6d3h z=oY=qdP3tugNvmbs>>^pyb-Rt{d>(kN;c!`hMI#j=cZA*Z+sF+gr++()#Xy>9P0g)_;iH#KPDxMYQ4Ec9uts zqDO0NMR`|R8}J^HVT~+ge{(h?a^2hskxN@YYP{PZTX2N$#0-hWFRyq`7t~Qq`Kn)3 zw2Vr3z2IKQ=DUsip;dVa-Q{g6ky zzOT=EzuxouzP+Em#)nT|{rAIt@7TCqU;f4ky!!O@rTN$QO?L0EU;kA4-fh)nyOvLn z{7;|0`fp|GYyBp_6}zu~aLrt{x3>EA)vNC#>wlz#NlJ-aIaj+hpFN-<%;()2g{uxL zV)euBe=p~lxBtPr-%KHz!8YX+E_xqV$Yw27+V{hzC*-WRjnFKv!uTbfzPbzF9cun9 zDY3D5*0L!%scWNyc6FyZef?E;Q0$BUrTD+~F#`9#|N4G?DX2BJ-uLS3_3=TMO5d-( z9u6A2+W%|M+^SvsukYI{IN|ypf7Se&>Gg}AoSCz|CO>@L-k7O*uh&0&^||Pi!|c~r z;-`Ib$dVY}{co<@qa*b*;ee5byNLPag=VH|C8BFSFdz7F zux^IsUc;aKK4&f|l*&kVow_$?{vWfPj-#^XT{X;2>*j|CC<%+aFiPYIQ{5`&(p-?2 zER|#{tlo56x9rrW_j4Dli`V-xTk>6O(tbO?^$*L^E}_1~&pOMj>yd-XFv8c{>1|6p2>t7@-F{r|XMJI&Vo zcyZ|K`}O|Um)yB~XU6Z>mrGxC|G9NFb^7YR@vr{J?c4iRcGJI2W@bz*N9I`TGOjIq zc;~dt^|NcYE2W<}!}uyRZ6&AZT-EI2$&$7UyLTL#EPmA0iTOM0HId?T=E_Sm`50~l z&xi_boc}NT-vqS-3fZ;7+>Bm}|)IL%;r-`B%`?_2NCXWS1;+Kczc?~C%x zUSAs*xBlyUhqmqeuReYD4pc@>ULPJ;68C-g>q`Yw?^pk=+V#b+ckQ3+HSVB{@#Ga~ z=<(#$e|uxAUp>FRe)ZX_PhUNY|JiiVaJ%&B50=?Sg+8${nnnL?l(?RDgTFv1BD8V_ zgT{-k4Gay!AKoyqu-Ig@JMcCHWj$#>{iS`%OIEdu&FgsQz35X~nBfV z+;;jPf1dSqmhjqt>%aQ#jrq0ntKS}>ACak(b=IC=J)h<8>Dim>SN{?EZhyLOZq-gu zPXv@m=db_AS-tVWf4!PHd%_<~pUxhcTCMhYKFi)Cmd*KBYGcHs>gVytR_)pd(op^6 zxWfZ}^|)Vi#82jaJz4%|`rZQPy}$DIeqS4Jn*aUo_44XVjp*{|PzWa@XE}F-yQDcnast=qrzzrEZ^nFZ|{IC6-N5EXNkVWPiB1d4t_I z+opA1r{!JZ&GsjkAC#Z|wY0Rf>h;soSC{sF@U+YOdh+h|_`g-Z_OINv{MFvCrKR<& zf9>0Bw`SG)+Isu&`RkqTR=>W`9{wJbUQ3HX`F!2Fy|FQq*Vo2BJD%xr+WViSg+@b1 z*PdqgPc#3n?7p~~-TeNs-4_49TIGKVuMZDfzjAuao>IfjnNu5hxqY{^qU-G0t5@qdR_zCM*}&b12Ys31?`o8%e<-b4<@WN=H3O}` zdcSt<`m>MY{qAQBhmTowA9!BXXb^JP+{tlum|K720|&p?d;bVXbF4I((ICUu_TFRS zf)C*i!4h*C7`nGCob==gPfXZ!;pNgV+mBhW3Ds`bU8BKkt{SQ4wenr+8@*o->^>Yj zc#bK>nBAJ;!d(m20~1y?H2rwEM_f_0u;0-5^rI?M-u;(u-0!mQPCR%}u6>$FLeTxE zTNa3ROl6ChvVDQm#gB8J?=hQ~{pMBM6=75HhPDU3Z0%wbL^f|*$o$vw|J>ax1C^Ec zZF0WhWc|osTZHldSEZ+qWT)GGS`l0SwbJVUtFKqzPw$yfdVSws^YF>*Zzb1!}`hPopvtTK_6Vpf9Yr}`~Uy;_i|A43e?K{`nU9blWg|Y>-*N#R*ENb!aE@9!`l|8|MdyB=~#u*FJe!NMZHN`=M-5{0w z#KPvolRTLms(KhbG#N!`arFLdp5lQ z@jSA-a|;ysxf$1RHp?fvALz}H2snEzN&U5%OOv>bLeAmWtSO3Z>-Wp-I{ij8=M;y! zJXctJbn){f8@_tFy?fNojk3e1JrqasleUGZg zvTntjxk;1P2i7wMR`HiR&GYkFBr-K4Zo>+Wlbb3S)YxTS^ju{RxYZHJ#^}(mxLC7^ zfr&wZ$v=%v`A^lGQw|255uO)0XXn1#WV3EYqs+e9F)^(&7e4#nT5de&+_lC#dQv(9 zXRe-P=*)cZS9jOJe;dW6ii5a0Lfts;|Mp|toGt3$wIsVY+pD)URbA@C4NHxOg>O|k zmVLMQRaMNjTUY7*0T!(XeGhk;)HE@2imB(V(mmN&%awObS91?uw zmb~B3pSohA@w4diD3ck4{@^}h1(y-YJVO*@-6S7l{s-BwV&Q}t8#mHuk^ zSkHre8;|I%+xzuuY5nBrU*E6kum1bve%1e1Uk~#9tUqbhcR&2smp|_1cdwhiH(MB& z_ikr?#oDe{la@`tD*wTK_x;!Z*T;w3?H0YJzy9^=`{KuP{7i06ZqmJ{9s60kfk$#e zU_&;?>5iE4$FJ@dsJ`8>qEjm>MrXk){R7ut+*n+o=)m4Oojvi>^85)at-i#tgm->Om{OJcNvD_LjEtB_q;iiEOHYMF!tJ2*2X%W+SH%fl z{Vo_|9{u+n*ZBqivX88izxsOp`}MUo;VdBnwQi2O9rgPnwZD3=udRyPSsN_RDs!og zCHJhrTK5J2Ju-LkSZBRm&feE-cc$#DpK?4)&B;7ox!Q>7>ubU%AL8+~tlEEl$+Hi+ zzYof*MB4So#y{Qn_ixg=b@4IlS1b0dTzXOz6qxs_>*HpFdJf;O{|#TgK0Iz+R=}fr z-2(UH<~u$(C%YxJ*$6-TAFlSSSK+Ffef%H6*LCam@7w#ee!YwM4|f||{-+1i-Tkie z3ad_Um{GKRqor80Lzu-B1F^~na+7{3FtZ&$XCm;Pt2p2phud*m{eI39Iu;T_X0|UE z#XXo_%U(FM{ZBnxPgR2HG_e`?E+3i2#k#`emB7|@+?U^rOxeVHCCca^XUoCk2Ys(d z91RZtob*?3_eb3d=F9JS{o?0yGYdHJxE=l;#I-?ubI`4XX8{j`ww8+ms9?3IYr{Sc@d z!OHI8vS!5=#%cbFA&UJ=XUwblc=@_H-;F1JFZMQn+$F-y)?skqeZ#dgvu<+OCj1mJ zT>NV4=Q}%2a|E>|m=!nQ-Z``=RcSnaIrj@CO+lpP6BjWnjHjW7^V~lT_ACWC}sXu&T z2G^1l_CsPmGQ1aKSbL@^?r)6wC%{y2sEL7zvDb$2+et^JGjE#?PL1?9-5|tVWTRmj z@__ME!TPTCtkQ?Oox%^ZmTK(dcpLZWYx+TZUM8tljrlVw?uBrA-p{>L^mD!UR1|3$y&IViFpXff}%W^L8BeWKnd`YSo^ zfZnJ1z7K>;ym*vm%xu0<_<=#u-GOm|3){m6ht!J>(u!uYCjLm4yfA6|jvjfb-#!jm zRhL+8{$G8w|1Bd=L=khqiW5?bOxhfuWR9w^`|NSvt)TTFzOw$%9dnLTQWpRDb2pq3 zNc0MrQSh<HEWcB+T}`WhCu|KerWx^9!bf`YHd`*T(JI zTU!0}^UVXp&{_FcJ zR!55Bc_WMzml!cV`V$%b{%1Xt|FPpM4ES}~(iqs5-WOc8W$}zg!^*t5R$*z1rf$VP zUIJV7Om%yTq-<8s;)-Wwceu1dTXmN}r3DL%AG`7`hr@|WJQ?h+s5mxPPN_MRbIG}Z zX~(1{m0JP~930JTIy${&9>yx~v`+DClUb1){ABOnqA;od(|^cX6y!!<-ow_T>N%k& zHK1XRa_fXXSuV!Fw~Nv_59L4VY!TCFWPZSHrncaslJVNYeinv#2VQz}#kZ}H&(`mf zGU0o$LZDmW=H9c@lU(Omyk@lc#&(<0fHm>KvBMFLu9?eC$^_KjB>$f6TFECh4k1C5WG?ii%)=JI3th3QElRx6i(+>+x4_&^vsU%lvu|(X9!`ilQ z=YROdaZCN}kN==f);XxP->HpOnG_2gE+yNUm2Iz{#>ZDO?$xMUWf_*CoUt0eJO zN6!;g-7QO(r(gA|kFa7jiXBNUU`f@>fz8tek(372!0WAku_?hg} zcyD~rYTaURtbsvi(~pKC!zLwujdIOtl8jk8Y^$#dsOB>JdgqiKD`QZf7w6D6f#KOf z#c2u_P03G<_usNzYq>x`hMD2_|N4!Q-J#dFXgPZ<4-U@W9X#3P>h)KLuI90HT4X<5 z!1ys{b-h5Z_}9|Yuj1QNjnWE&%NSy(B)n#9nP|L-<&pVDl|-Qckx-EUX@xSmL#N(6 zGn{|=;e+;vGXvZ=-JaMsPe#Kbqj%%X2ah{#kG{_Mp%5CQu(5-2ruzBDz?7<=zxKsn zzASk`IZisbt1w@7mVXJy&D+yIq_CtPd%VR=X?gq2$DLJk(qh%uaaCOxH`);8pl`AG z!E%SjA914X`8lRytQSwtJKvriqZQ!yNhS8ALQ|y3{w9;`ft&%{nsCUsyrjm!~S6UZMQd~ ziih*&djGuoFp7u0Nb$M!mj>3%lZTe4dmT|oUFamcGwDYB$F0g?@-Hgwb%I$Xu5_rr z3wQTW6gLTtzyI$+UwrS)n%c(MR^2ylNtngkA1aBQt{<~;*Z$WR_r|Z<`|1dB5goZP4}jzwxhszy818 z_xjiC+^;^$?5wkH@-exb`!Bkv`F!WD@7F`GT79iw^Zoihj+&X*Bdzup#l6jnd!^j5 z``zz%G5O|kyN`Zw-Mj1e+}V1&zF!Be^qCvCYwy?htN&L0+FSa5eSF-nuch^%p|(A9 z>p?xkD!=t#Usf*rkuobTC$;#&>>X9LSC4M^TJ`EHsOR(l>ie$t9YR|z%p`r3M0$Ug zRhy_v?)%=QR8X2!)hVEVV^3#Ad})Hd-X+w&))qlSpu3T-wPU;XtH{LKW?4Rmiuv_!O!)vRlol20(H>;#_jrkP+rQW z_G|U45YU{@`q=u~xZQjIt^btWSM^%{!KBI`|3hA1{kQjP{c6z2HE4XJZhzbl^&4j| zzIt6fMfCcT9V%}UTk7}ijg9lmdzbfn=PJK-YMa6@UAcSje|gQ^s$H+*)`LeMK%p^t z_5HYC|6kt+51_37xA*J&_5aq##)F4wYlHvRfBlmm{$pKm^2Pk~SO0nYtbX;h6tuo* z_0EWY`+xm^{p))^bTVEq^?&$lk zfA$uER>!Osy{-)!s9awQvh-5v`}MWeuL^vx|BpY&u3uhTMUbwg2j~*O$Xz|DW{k`$5%re?P_kb1yF! zzP{|~y{E4}#c8iT92@`o|LW6M|Lv`ffBpN_(XXJv{$G1b>sP!7O{}f2jemVNeA%ng z>*3Sa*Ve~Yzxp5dLuGk=eB2MkcYnXW-1W6Q^!(}Clh;90ZdPCR#>IhL_+@Ix>-%x* z)=OS}z50ImAFp2@&j!sbeFewO`ta}$(C}0I-}>0NWuPJM>;J>|t=Cr#Hy5q` zUT9lo9DaT2tN-Ea*4u}#I(hZq{>iIPgA!c*`d^@_jQaKA@%KR{tgo$J1sd^;t$uyC z4piaZ4_-1Cl+9gA>y`FjeZ4Pxf}2+H^TWlZq4z*bSN&GJKbV_+_wwH=rLXEwKYuRp zy!-3dp7`)}d%-@Rz4|+Nu=vy0dXUT4KY#Td6uj|&L3sf*R07HwdrM!Oi+k52&cpbB z!S_nb-TU{gihK9_)!eGZ(QCu1W|w!q`p}zX1scfz9}aT%pIM+vfBXLF<=*O=2;Xilp1P?x)1P{in{u{U2Y~6;r3Uf2{&RmJD`t|?y|J8rv zb{gD&|N7r5kcptdY<;PFe(TjikrEfT_v`Cd|3UfoFKA3K{?%N)^c6P)A1cqDoLjg4Yu*3wU;D4G-@Q-C$3OmWm9OWjs~JM&g9Rvef4DTL%#JNw7O<`O?o(}fardo2`aeu zPg?go8{Fxt+`aqt`r0bJ{OUDZ+f|Od5_m-Z;1yc%oZYNH#g&Qg6>WzY7#_n)rK zVgRit4`5&r`OG+vh513~uRY3fU8@gGeer95Ncqa^wsE|xJ`~6v(#u$FaKv6tmZ`sb zPubz_tG^a+sE%vXzVJ83S)a4LIKA}U-s=n2?KQ2^T3=eB%)9pLL#Z$7;jccLR=Dkz z4ewZeP&9t^A=B5Z4~bUf?G+54ww`rCJEL6HEZyaA57x%7K6dp{)`tWRPyTBC{0GZf z`q}IMm)vgt8<^`f_3IzmtB+S-6n&x0@}z;qw*FLZ{hzYf4+rDR>z}P!ea+3;F(z>5 zhmGea+E3p7^+nQNj_}2={>CYB>Q^7RzGS_ljcDHcsH?RHT?=dc^&K1jf4I5&Nm9hK zXZL4j->s5dU;4t0Bkz0F`p~LXpTpO!=XO*tf1$*y&w9J-PI$@0I|j@h6%6(4ztvOf zW*g4!km1?8d0zVVAIZ!n#Sa`enzL!m(O*}w?w@B{+o4(eCgrW1tjJ}4{y|Yw_wL=h zcLrXu*|)-7^ugPS?3~X|EIiCmdBmjMVZTzp*VI}&i32L~U!=Y-pX<8qf0L=k*NMEL zcK6IU^}bg~uD+2h&@WNN{mx=f{ZTMb?z`|59;*O%HV50$<5m#ud)ty?b`c)Lk^ zpLK-NAydt@`#*S3zqa-0{?$i9f9=r@fAt|T?)BBUzSUnV+}2vz3g zec*6-tCn?vXL)_;i(UKUnzX+72*%#~@V82DJr|RV*Mi;GKX|VGz2a@VC)e`kt=Ion zRqc;k^*yd@l5XKuE$_H){^v@cLSL;HkLz7u`ck2P*Z%NH>#x3A&v|{QR*H>A>{axx&-Zc{a;GZ0B0P zM!3N8Ye&gvDduL)E56mMzgops@9~|!xb&U!maA43%J1HX{!x#6eQ|1q*WS=dt-o;* zdV60k|6&_->tN{n>U$3oHfBn0b?D#DJ+r_wH1x2tia@KWp3D8yZ{KJAo$$k)RoH3b z3F{|6PU#(HV*GztUUgZ*CyhRhb|H=Yq%Crp?<4lqY`J|pZq?WDg|qf($F2Gj8o$2O z$~}D5-h-m|->sK=;L36}G&W@KL?#VE$MoKrtDgL|JIUfB*mQ2ud-FZTM_+~>Z`$YY zl=r$RUMIkG6#^uDB@1X=N4r(BdIy&&&Mk^`-CDONa0JdVOKnp3-_7p$MZ3 zGkJd~E!63i@}u654N9SZ#8;A8nR! z{G;O^l?yKyA2MfDlatB2bCdsn=zN3SD}Fci_)faiW5n^cd{rH{na}ael>gS;6IUzF zD|mU(Rk9#qW5EO6CJD~MviMJ)j=pJ!l2>}Caos+hr>(nt|F1o{@#{UqXK|FqyM+GQ zQ(LcFCDmkozV7wiDy{Wb->omLTK%^|Gi|=st=ElT@46=5P+4eq zN0GRqlzWO$hOnn1TX321W6KZ~_Q_03f+mX?oavM|7q2K^(<#&FZz?45y;WZ3@!KCy z4<8p_pE9wN<*rfre%nKH`2Ra|U-{g6vE)p*XxAf|I*#Wb%YE(%t}m^8_2G=*kH_AJ zCODh_Eq%2Ol@4b7vIP->nfX*xX`v390`({-&F+^)8ZQK*~eAk}K*H3aPipF)W_Y7})eR1l` z)jzZER=vJ_eR)&njEx8H&X_vC^c^Ulg;r|ct@8RFcj)V8mW1EZ4SZW?Bz$Vy-``qUHn*{d&l1_dgbx^Q>&-1uC-A-`N!k?`DgR?d3f^e6%OxQ?;5^n z)#uQ6d!<>z>zA+hkLy}r`fjgk{OZ$juRdLQumg z>~rDcnxv;X-D`si#FV`sFZec?$8pMnzOlJ z`d4lC^`?CjwDv#owK~4#eaOpWK@Or40$H6|8|!2wjE?VqeaXLml8{q|#=c+cOY7E$ zR=)aZ`eN6Y+BmQ8;jjM2E$FZQa`nZp{c*3ahCgUOc`xfrX#DCkFN99MDm=lrEO=({ zvYBlDJbVZC&$$yDCc9?lKe1n)3Z7i9>H99`Y)Ic&x4Kj7mUev}?-5tFV(&7o@II{_ z^(R>b;za(0z0^u|vZ$SZd)L=JOZ@hz^E0<6teU~NN^+m?rZq9EC3Wv&w?y?Y+M1%hY%KL*r!DhgLn9^nTCQ%GKB7Chb*?d-W;w z)!u`$&%bv!_1w?9RcjF|Xk;h+kRd$c=pCyHx$PI1NoCyGX8tlIF^Ew@)R`f5=I!~N z4+4YY#TFmp+lt0Ff#Xk_~VcJHm6MQ{=CvcfN6T2!lPR&b}jqy;ooD zJ;?92UN^4!e5KZhy>Ui+ZA5(CYPS6H`tr4M_2nxoL#;}ySKp0aeM#d(s7F9=mf_)` z`~B1A2sHLjSSf$zlEZ4TmmNjg+OD|=`E~bmMb0Vpy5eJrmXofqH{@&Ruf12F ztalInp}70~^{;WSFN)T!c;i~V-Zk{q`qH}0bzMg5RjXEg5>oKy%9{DBSw4`lKC;Sb z>9)NycvCX%#50A&6kf70iZ#aj-r1(!d!8}%gka>&dy6Cf)#yzMIQrql&J7Z(4G$%fq(DH+;QMh{bKCH@Pk zNHZRItPyncbse9+mf+8G_AKWAlikzT$5y@i9{=^#>a*dKINsjB8a``%=&RLVU$1yu z`r_A~sdekG{@UYOrL_L~-?#^prq+i3XPLd~d)({mEavsg*8kcYzAmo5wAQuhyq1G< zFzYSX@{KP|FRT;{DqD2WXUE2nvVs#yYSVl_X0iMJy#4ynwz~NROFwSB-nnZ>OhIvr z`7Yg+*>!Kv>pj-q82$9B$Nv5HEO%yXt^c92_W$dval58Hm|VJNgXdgVyGc7r->o-| zTYWYB^`-D#UqeBK?dr={A9C&4`ZD{D;P<*+|Gd6@ty`J8-aBsB_qY`*xAQ)+G5?cz z?;*RReQFiYh52@?b}m|*dp@Gma9dsC{iU`4HYr|EYT93MbEkD>!d9pM%KCq%E%cCB z5Oio}LgCk|Gwe&V-si5qT2=JwZ~gV}aj!33eYHOH<*Ki7yQWRrd-c`&tH1Wgf35C* zy6K+crh9us>-Jt>Fl&A2OYNVlK3`v%_HnYrTdleOuUyRf9zHQ)^CW?!72gj?L?+5^x?-tjvfnt{n-6wYu(<`ms)?Tl=iB|uaAv; z^|xyErGsi$cHR;Ed{O`F|G4h;r7vG!-1>6$h1U4hU+eakzS}!_>FJ%BlP-zJU0=8Q zZdKIR&?l?U$DfRwv^TVFyXg3Q8~RfF zIw(MY?G67Um~y&y%{-fA*2)@V?Oz^KeRgfR^?ctP+3NMBuU21;^V&1@)hg?Qq06@Q zc5Cf_xA*GP)nDJOzxpWa)Adz*Ubt38eGOlzwLkpTr_g7szgBAftpZsQ8<(~BF?Y;Wz+Y7;qa~;Cg zXJ3tr+Viz?_1)_A&p@)5LSOAIeZBf>+^SDkAFlcu{;~As>$_F2zK6fQ8&~x;^kvc# zLsi44d{dkDKU_Z5M9<~qgNH8!dpKJy4>24(ec;rUn*O9^hnMraNNkvLkXQXd!9rfg zI-ZpxwF&Fb&N128?{n*r|IwNU{f9i#tzLZ%pR`^z&O_zUx4l2JXC1xzzDC5y#zRW8?y5Hk|u9g<^AFU6EmB)1X-;riTa`&_xe)k zL#eOVckK^*Rrm0MPH+S8- zS4XD4=-N{vQuMHpRsLb|s=b`2D?Z6-t-rqOYv`*rulkOJuS|QqX8tN=$-@)%#LQJ| zv%W`zT6TY{?Dncwt-f2e>TBGCS#IoSR(v_}D#h+4n_c>@z2Sf3R(*0b^H+CDUuIq4 zyJz3WJM-5&P7yqK?eyHazy3GLzP}#+`fA+kU#pMk9^;mOlxgg1Xn8_ z^4IpQO|&-nEZA$=^IAT$&gS%iZ*i;SYqTGlNBVh9+PG`)8sXIGeTFx#twgk5r|w3*7F6B0vh;QMgGJi&U*y|QtOC^l zdu;^Hx@Q05D4Tz`dcCt~9VlUeoL9a2Yo+$x_*J3nfBo~?AF^WWe~?#R->naQsr6YW zlxY^nP5rK86-mECuW85j^QkgU+U~KzednawKpT^=q$x8$h5q^;H&x@rwbaVvH@^hA zaeUrXXSnu5WKzF^`H^F*rp-uRr4sY%ck24Mee2g;Jk9!PnsKO#2Q^SZ z#fjGSb?ZZ4gUXO;tN*RP{yqNd%hkWu$Hs}RJ|Fk`YRGF)@3Zt}_SDdaUSCQC^L46T z->tv;YtPiG)px5`e|^3BYBi|c9vZ*;>#Nl#J{ z)zJ^`5|jRyzSR2465YJLzH-&a&=0 zUKtGPwuSz^`s#h%`qKaLU;Vb$?Y#q|gI-mmX*ukTi^{563 zm8*}nuZB-re|_D0P$X5Y|Md@4`-1Y?t54Ve#;-mbH*fz0+u2`YtMt~JxTIe`+q3tQ z>hslyL+kc~lJ?iDzy7`Y4oZ@*zJ|ZD{`EZ$6moZ~vgVeCPXiS_ul|CAxb)@fi(B9A zy}o3H5+-jy-0p_s4&IxBo%6*X6IT*1uaX82|MhIGk5~ zj{~){zXvaw`XAgvTz~bU*Wx{b-%I{h2{zRwx$eEcZoN1trgwdho3-9Fe)ZSNtiN%u zK81h2`fmO8CF_6v2U-2IA2)6N^`)y%hOhb_*V+B)l2fQSOU(9ndrK=7`h1qwtv@JkUjAUx<@X0=7w%80 zP*@*Z4+>vMdaUEr`~9^t3*@JQK)Y}K-Fvpa14Z2RRr_~=ilN}8pzci8_qchWmdN#8 zdoH+F-&^(3^xgWaPrG*(Wr^FA#%b-nzUcM!xYw6Lf9-Wto46S?*ip3?)F6HZs=WWk zt@<0k-YH<3?>!$i4V8CM^-Xq7s#aXum%^8={#v*GbXLu@y`}FszRmg%Zdk-s?b%u} zYk&AEP+*2P-dlh5k@khDaaQZuOe?y+xW*~1myPQOjrr}`v$Z0PBUkMEG>&!uf9(xl zwfFj>)mK@9WA5+Avbztb%wM6r_dWa87fE|rL|^z=&$b3-8&*&P4y|5& zP&Vjm)#^j0FZ@8c=R2E4RM>@1rd@6<<20y}PjHhhF@u|830w7#r5}SFd}< z+y61=)93f6~|%5&%ebSp0_=o{4!hi-zR4Yy{@Ar>&s<#sJ(ml z?tN3v#9#kEF&X&@9L=lgK6~;%X#BRd%5MGDM+%d^@A0kj`XbDh+A)3_3FbG zq4K&Wg;&4JIE~W(7<%o!;=*^Re9h|19mV#qHh~sP zu}$C1ceLyM{?vGi+kE%#-Me=jJA7Iz@l5Jxb&KHna@sp~T5RP!c;#`|A6k>ht2)mkN`<*Uj3?0qSPOua`Z@ z*0Hi+S=^>aTkdV$eZNWi-bc~8^;}nf?U4xI^)-C)s=sl9tG~KeDDA!fx4P+WXlQML zb7(YVu(VVQWvKLzU}#O)ii$pt06ZDNW%ImOCzYTfI9du`*_hgPq5^%UFjLiwdi z$h5s;^5}B}y zg6G}etG~WlnX%#BRoPkVLtmWwl3SJarL=l|fot{t(wB{lO6#A;e+VqUdnf$13(JQI z$L&48+1+Z2_qZV;s^@d4v?=5LrU1r>uI8dMCpezXZ;RrPp^KNk($_wK9poY!}KNsSX)9~$SiKYSWz{<=$FY=iEI#(m!rkTq$!p2cM5ZCnLY-Q(Z? zKistU{q(%4XLvU;%~};28h)$HLvW_=>W2;g+d0{vX6_6XpY!z5_FvcRqH>>tnv@sL z#)+;Etpc?Z=PIwh8uy^<{rB+R0A=pI-=^FwaN|rrwJ7$tG81dl>8?BZ#H_F9}VC2RfV@n z=-GU}m)EvrvPItHUMa=yQsB?qbA(G&r%e8r>yceMUlf@fym0b3-;>k!Cp}JId$v+3 zm52R6jkV;CfH1w%=zHr!U%vWu_1*f=%2i)kEFZm-zJnj<~lE_^q+x7}u0*P?OeVcMemdMYkD?>#H#Y*O=_mioL( zdqRrbiz^BLEsI6B@TR41`}<(t?yqr&-tleZ^~i>{ z{vD<-?#+$9_t`&QMWsEibM=wyi&kF@tz7jzuD7Xr-|sJ9Up{Dy$}9Kz1;uAvXhfcnbO3#Y7-JR=!LCPWYatEP^4qQJnj86!A3UA zLz9o+cogCDF6xM>8pDqXI`h5L`MzdXoS5tU_`o902u0_n=?6q#oj-EoOk~uZAf8`U z9xtz+xa%6}kr{gBPnnOflhD(j+G>`8469@#&Ri)AUGHi8&%={*LErnjSAXMHeLl!D zckd&uzg2pB<-6j`SqT0ufK*q zJoPnv9jD&!)8VuBmcG=!6#8zxYTW8Og7@kxc4(aa_ICNDqm`!bUUoXH=U>GvFWq6f zab41`Hgm3ynd<2|jSoLPj@Z@u)%)(g6B1mNRjme`W~nwd z3qAGij;4?D*0QvR2ji9Ao;jEEc;1V5cSQcab-(fH!&3KE)i$qLtm{JKUVQ@fyzj<& zfg01R@5ZgZBk(2b)72L?-zTl-zWP}E@8JgdtoIL}wb#~bYVh*#U3;(o+RJ+H z2opz*sN2%Q#Hi;-z8YR{PH0=<qU=a(Kdd%^X{}CKb6Y4 z`Xs2e_3BgjlJz0t#fh7fEm>bJUj>@8QLVCCe~|Zn-TqbI<2qJ<@P2aI+dWAeG@%n( z-K2eKzsYr1$?!>gL#w7uiejx`obq+@`x)mmkMHZ;GV{--qdT@8Ua)BCi8+Ot&kw!b zqOwMtJ6S(rcko^9S?6Vh-_AhCW+;lBMiDXf$<& z^7;9p@#|x&US9-_hQ+V`3Tm9jum838psLod)&DrnL*H?JS@pK|`a00Q)cCJe>tpu( zd-WskmhK0C52kjL65owINBo8Tnxz5~x2bws^&1E(o+#0DmDPIR8EW)waba7F&c@Q_ zYw6)(8e0}WEHXR7d}4-^U>{e!Fq6sVJK@Lw>TdewlCFI_pe5LUulvmN2kqzU<@(og zRPX=wHGJLDU3)fodcOQJ_3--A%2i+E9=-c@>D6D*q|K^5TdP-Jt*Y9i7(Q*UZZ&9o zY5Yl+xyyD{?GM>>eJQA48X}aty;5Pm29u}K%24G-{l>RXZ%+~Z^0IyLTg4sh)t@d{ z`ksF$BPo2wal)>WhccIbe4AQY$Mt^Cj~}T^$nkovV1w)>u|l? zp4bEqAIRTCl>`yqK zpZp72%CKsEXrpRNXt1gyVmbx?o0(bHEPyO;cpUsbvq+G(A) ze-g(Qv;3~SAXMIUx@qT#v8okh1E=lhth}N*Hr8gx^lhh$&vY>agM8TtADKr z6;I)Rt6qJ+Y99ycxqku;6n?(?e7%!EztrcvnsXldXRf~EG%?k-?> z^H7=3KfknY?;gR6hbA(CS`*J#pN)Hcx84*qXg3Ko91|myZ1Fy{YW3;xw$)eTk6vHC zzVtO{n7Xv`_0{kdYmAKUZnS8Lc`RV7SScwYQ<3BFVae79QnLk2b{Un&B>!Q491yG8 zqVwWco;;&QYVHwd6{+SI2Ui5jUg~)_bCb1qrQl+vx><&TCX*}eIR2=#6|V!wXy}tB zAN}n6({`?jjr)Gk<%o~#EA}M2ui?A)vkG#GZ4A-c|MhPus8_xI>Z_%GdsT#@G-ZG6 zXzBKmT{Q7(@S^Jrv%beoTF-HP9jL<__xifoThH)S{~jy~nZ5AZkGR|RQ}Q@iZytT$ zcTh-u<}+^B)o$@qC%p6%Kdf(P;~A{_@QHZ6^!wJ^Svy|3J&M`&KW=SJkjpJu_3k2` zWQDu-Q>9n`(R{jiZK&+t^)b#f+ILGGw6!?IJ5TwYY31vG>s3J`IJ(vAeL+R*yY;H| zlAv*kS08!=WB;|R0#6C5%AEZU8ea;nUi~5PluKx;QjqQSReN=-uB|NCGN*BqPBx;d1<0Ps#Dx2cdZ z;OBh)t-UAX?G2W@eB-M%F4+rcbxGP@X2PU$y#l+$_+z4Qu$c z^`>#0ps~L%SF2WkeYgJ}$m`zW54tA5x2-=YH}%)*-|I{3_6B8MHab+6_)J-<@MLZB zTmR!TOAHJO`BtQUSl_;XtIb2n)_T!+*|=*QMW>TPI1;|MUND`@Z+2)yuukLpsS{20 zWgclCUF_^H|Bd<7-Rjk+!(aasKdoo_#Bk~K;{6XB&#b9k{OrQ2A78avLuKVG+U>HDXbBBx5Y7Q8;_n=UNS>v$+@q1T(uC2Y3Bm%hG!_4}-I z_0?9Zz8EeopPw3QHQqC%ofLm2Rmi^nv{z|cio>F>|4*3yek}VvZr2_`N72>cyC1Fi zmbGVU9e7I1$}|4!OYN)Sppie%@YnzLUI)#W5_yIuXEwj_RM9mONU%5ks%tp`nVgXY23$HuL`TlM;G6=;|& zG|uZks7ThWssfFGh3^7QLry-;GDPHPSn7)gBR0mIgV*>wDa;FQB=y|8cMHR<94O2gN3+l&@NSwR%C;69^co7by`*|0eLzNmg}>BRMePq?wdZT)s=xKBpib3;?qhGj zgTSC^+~2E@goA3$y7i!C7OOymcUNAj)?eTC#TC>#3|jG?rS`6UTuZ|I8Iz;;$HwWc z4}AwxWD2V5K||W0l?Bg1)s<)b*Z-hd0MMZQs=eV0cc}DiaejYQ>d@ATw7sB_=t`|m z*T09q`h4{lXg*mN)Y9MeMH4#ctMxa&NiXmHLDl8=o2*^;K4{ttngjq%1%M`Rf9(&S zwq7+ZLgn7xt4~4IaRWO;a%%X zU+nq{S~~(->!S5H4s(2W>i@W=t}jzxt^$wU@A@A96+F&#K787GVbH|JF3=J~YtT4Y zmC)+rp%0F&7i5`y7;`*#`<71!MeqL)U-dP7*O$<$1=GuSzrVid)%Q5aAg+Mx+3BE` z#?`p2J*sgllx9oShl0CdPN2mMul8R59{&2`)=JQ7O^$rEIEmHgL&{ctm>MU)`egVH zy=T)^YURUU|6KKz#V)#TuW;OhcEi$Npix|*+~~UXOk3kue|@2_`uG9xAg%!egXXlv zSuDJu6Oom#FWR+7^ZMc)>i0gzgx%cn{}*@pewno3I{6<;*WaYcepnaq>E7qk3XP|) z7X93{`qc-|)77WXUUmQA8FjI17UKtb0R^qo>;G(Be=zm#-MjZglOObL{UZ1EMe=&* zKZ0o|cJ9k?P~>kDe13@K{;!Io%N^xF3;AoSxPE=PTcy4Fet6fj-T$KZ9{T&e^q_9o z>R74uL58cocG*t?9nxGIQXl?n|H<-l!K)AD_R3y;WVJ`2*!6K+l=UCYyWh*p%gYOI zKbRaEc;lYIgm*IY)!$clyuN<*@y^vzuRh$5n>@LC^6Jx9AFN-unZ2F=p^QmvS~goeG}u;?4M2bZR{@g%Xw|zO*ei2kKzu!IFxBhFz zz4i9yp|NqCzfbD8t8Ja(V9#U8JdbTBzsdFAXPG+M+b3+uTKTuW^6|&{-fiMv|DT%K zt7XzAFZ(vLa+7pTZ5FSk)yiLc%Huj-UzC}-vhD20_Ft^CqW=Ee-=_J-{M?zHCmG@| zAALLR{H)-L1 ztC#uupNv@93r)NEhWoS|Z>0U7KHXN2YkRiA50}WlpVK~m;LUOUcOn0JTa4ER9Y@`b zGB@Xx{Q@2EyY9!iz2>Ijl2>1Ywx+H(kK4DNyYxl<>~hiLiToxUWr>F@>K$``MNT$4 zzrKaxf_p^F1dSJU-1+aHzS*=bOLZ~BLl&u%-*@%=pYhi&+rRJtQ;FCqGb^pU9eE|8 z!Uw}u@3Y9<-Xq-de{KCgj->7NNk86p$0o-3?yUd+?2neT$@R^q+QKiZ;sqs3ZhzL0 zKOEm;`tvLQrM31y*RQy@o})NBK0ckkYP_vfC1 zqS<$Xk9U)8@n#Uqa!1SYafKg)EU;e?66 z`#R={tBVb+S5Hb}e0ll)0!yZ|p%JF5x@5Fum=X?1z5c)6AAAza>kIGWx?g=Nt$Ovb zM(}G~@9X=Z?N{K99(zkG+`HfX-gEHbKMCdizO(-FM@X^A^|HV&1+pqdyY(w>b)T9ap0)h*>{+$@658bZSl;E7tSOowGGp^U z>r2ju-(R(lzaKY!eQnjQFLUcb=Xk^)0`FLv9B3m_UVDGptFPCWKl{8cZf}&})zZM) zs=U3j*Y|-+f^hxvizLcfB`dHDscX^;KOY6T@R(;VvebrT>`NN}a$$PD* z^Q~OswVhkP?q9s7ccy>QQ%&Nmg7vV6b4}lgP>_U8odKH9&CD{nz-xZ z?RQ&WpIR%xH&M|qf92oI-p}if<}cA(zi7%*uCj^Kboa|o(f#*iQ;x=mw|(8u3fp^k zB;Lru41d zS-V`%bN$kqWO@GgXODRj#~7J(mh^Ax30d|=%eN~33I$rZcizIM3n z9*=|T)9sXZwkQdHXc6PxWq)t^(OoO|t5yHcf6x~5y&AOlW%aSIpmQ@9_N})MpTGXu z>-(UikN(H~+WYlo)z{MZtB-!JIK|IW*OS!$wF;E^zF%Kdz58{O-TFTlA8uOvXwS6f z{Lnon+7I76TqtpU4=YP;=CY4rTF+eWTsdqmTzYc*@}ks9w@Xj)9(%>{eFanHPG&7` z@eg`-(~8O zeP^c#sfU_t)xF<$@%ww;1cAMprB{n;>+|*ORz3!8_J8%c^hMwLuND9HPhanUa`%za z_bXq3Jh$Gp6tqd{M`w$eeeu#ioAa)N_MYqskNfrQqi{j%BpC*Qn{#*%dIUe_ZOVP* zR=Z#5R+Ug?V{P~J&JB9?+T{i(zR&eYmA`%6XXTolg)82u{j%SoIxR8R%=O%&J>}v3 z39F;OJX-ste@$3o+M@%~4@^@GF4(L*|5o;cMU%zsOEJ$n0-yai`~D%e`rD3#}m!!C) zc7ouqJfkK{_YDqV%8$zu7#RLBF!-#=XcpOi+i$hTx*gU>mRDajc_wg3fZ@0O?&-X9 zW1DMkxF|3PwCdLEcetFn#Zo<0WoP}76B?SapHK6JUlqOCb-&@hisxrGnF=TVEv&vZ zpEf=6UuV(e^63tb&H2|cs%uSSi$Xt!?%Vsd^4A{CmHJ;Rg4f5#tpjhejO%~(_4*>K zFM%xyjEo&_{8i`JIqa8loBVz?;gU_kgB?QGivO=Uv~1xWLD5sL2X?N_c^RWo{Yht^ zvi`HTy*v8X&-l|jbwOL%KBIkeo*!md7MwF#%Px5)v!9KN+zjdY^4oXs?YbLu*LSHQ zUyXR*_dkdHZglMIY*=WZn9Z-Uaf$A3ANSY)1m9E|PnYuL3HAxq7Ha=`ML6=GNY<^i z)swO(-f&*;^7W#V>d1KW&xusoV8u1Zx-!5+>cB663dN9gnO^ZRD}ndEpjiGarBX*={v2 zP_2E3Y1{_u^)AmY&gyr%CBE;Qi{}i5w*LVldHfdaFW=96w~8mZ)=?}sesXc&nL`(+ zPX8NY6rrrQe9;!q>sixFovv8b=k97;!6G4fXxfJz4=1I4dN}iSx>ud%kBt-McRl?5 z`L^QO>Y`%}*|u(4ac(GhsOJoUiexiMGr=1i4dAFg`eKD_hw#n`HE06)`v0G`_0cWQKPkHH^Nbr0xYEV ztTo|xX0}?k=kLxM4;ghgSuQ_z{_`2{M0l(Omt@FWm`aA`Z#<{&LHNercia9#T=Z!bvngY)WNyY^pw1}eEE z-TU*cxpmPYv+hftcUDTD|8FeBBy=(3hK<3A^Z9$yrTlM~oNmiHuO$AhcjENhD>np7 z?5{VGpU~GhH@57hxRJr4?S_j&zkiO5Im;?Ey?vqBzMT9m8}FU{bWfI(!dJI1 zubh3XQP$=Dxic$2uJ8%?usGy-+sB1VchxxW{d+Al@}Lfbd-R91W@o)}_lLS`rfpww zDoN>n{LR$Y|3S6+{;QzFgX{Ljf;Oj428rzPO|;t^TlH(t-oX1_^Wwl~x~hloTdxk< z$XT&(ufEFuqW>)0cbD(|^g~@FY*C{3R?k1eF6IH#TGNX*N^f8l*SW}g{e{A2?VV|i zA?yX~^}^n7RFQHHR+VCExE4G6RGN81)7^vaTUokqo!XJ8u&VHPjnc#aIhsd8r6yl&Jr8?NLyX?tNhhR+g4tBeHqj${2Q0I7j#s8EqHG<$M*UAPBU?2h-SuxtW}5? zR}aYS*YVbGvF*H*LOTw{?%g^p89*uVk%XGSlg-<+1vYd5O$FF8S+CjH-Gp zc4fN3H`&Jlo>%Ul7< z)p~vR{m*LmJyT0OxnzQ@tkMn7%=n4B@07jO`O_P|e%1%6MRyx#On1I`-q$rRCumD! zy^wvOxg^)7O)vkcuRaOd=34#gQ|U{quce@Epzl|oybfxy{@cH9@7EW7>p#kd)x@~R z{rVCfzHWVO+|E6jM*6EyUSGZXzFPemc|Jx4rfi+y84bFB8o6Hv9&ZV{pdY$CT70eI z`DMJ#)!kd)S2plBs-8V6`{MCY#{cpTJIYIUIbGM(ba;MgYe>q}HMgBw85Xh^{xx}a zMCY2~-6z)rW}Z}7VS7?rM>mtZ|MKDq_WJ|)4jxWRsmrZ{AvtjQY zrhop=Om@Fe{51c_7ppr`2Nr%^VS9X1)TLu{j9FHkUcT)vm(1~21yh@=>BYaD<2J0G z(Ej_FT+N!v!JFnkdiPQ?`?9@#+`hfw&D~e8e=e;A1;DO7bK_rMKghTB_3Mj&LA!73 zSO1MuUhh&`zy9C)Pv1+guLf;-1~p@rfi_IX&0hWVk5~ zCvB07-C+&RA2$yx?`*ky^q#S4@sDK-eyrXRS9{*Sti8@s!FXkQT<(6QjfpOgZ|68q z&DK6!`{z1e)`gE=w_XOyzG2_FSnsRWT-}<}0%1EUG`@c>^D15I>s?S_Vtv~B$f0@6 z_gZ(`S3UmtQ=onAvZ(FVe}w)SKi|E}`h#!7yZ80rHg{Z1!{XB8#eY83w7uD_Ynz!ak ziT7;j%aPw14{6@J-CuTzx!(7G(=3GmtyyzcsAlGW`=JzOv+-uG{Xw5?$2%hIYVXhf zBOH70i}e53zd#$Ozw8B_%<>ZKwC`6zMQBQ8cmz>V2%+nukczn=ZuOZshq;`H&(6Q@+mj8sFoljs7 zoWA;g_=Fo_Yz*%+g!5)7x$w-mDR)D6ae5;Uw{XO6?qd$lJr^8SzczB0=Ui4GaV|0` zII{7b*zaHL-yG__S7)DTG*oMRaX9vhRI1OOU)DcYym+8t!y}mH5NyEM$Z%L#&FRL| zHy&$5^|D1AYxduGA$~zh)0L%!=Qg{?p-B~w#LPu>R#t2(80<7_QqDl?fv@y`v183;b+7DR=>Xd^~Jrts*`qoQ3U1i`t{*v ziIVl}Yi1a(oLRTJaBH&S661Iy8BtZF!BR3R+L{XnmgOx%um|_vUZB<`kXQ z$yHl)bF;j(IP0D*t-X8~O@-8t@ShL=qdUvx#%J#rS7z$W!xmc3 z>iybab?ifr#0*_Ij>65W=bxMuXp*X=*gi9kS0&Xsw@upWf<*r9mMxa?k4>c0zFyhu zdr8b~V#|N=at?t#{0eNBw*0DfGr6OvQvE>rO;oVZOKaUvS#^3|Z+srVn0kvb?f&|I zduw8?K0Pgc_3Be;<*$E!kP}5J`qsyS&g-1KzBW#I{lE2J|0rJHw^yIV>iY64f8&0E zPJRRRhl=W7>o--${Fr+w@%44s5v%{=|0F~RWGsHn-k=gO#mb$D)zM?614Cyp$K-R8Tur-+!{i+npS}8Ty?XdB zP^al{)vrBwFrqA7UV@rjThq)p1sow@oj@2q} zrf#=uQPDdq^zO;;$)Sg48Su~Hw#Y8N(!LSP$&N++uaOtZf5-Yr#=?U`79QA_|3-^hKD33`p2=en9sAUSoePVMI)Y6mRm1Y zo69Y2$vWf2w8o{z-0DO0rJDQ4R$qM$>J9BJt%n>HShpY4_1g#9Snq%RyE^DLsrBJt zp}qQXouHF~L1#Pe+xzv!y!El5BSZf~4A>7U59({d$Lg;CS|26z@q(QHGKGKfJ%$R` z-eylNo84h1b}8LEd(Q^%b={VSud~3fj7_ROuXt$zLU*Pg#sVz2MVwOH-10yWiF|BVOfS|1(`I`35f?!ylgRCWlpWN1_{ z?L4l2^hU*%``1`Dwc6ZRb;_vm{cMH@>>N6xb?ggl_cAVIE`Gpp!ozH?(_Nm=0a84C z*X;MmX>CZD5czk8MVr7enV8_0>#R-`aAfbge8uxeZ*Ol|S`j9+(p^d*+=FW<4% z)qh&A$@GA?=jy!|Fa)L=%;(b27kqZ+jQe~JhZzM1?}bVdgIH2mtp4oSFt?tIgKzxsMyrPcnk zclBASioUN~uMTRofxQ3!`X|si9H28YRLXHGx=>yL{IM2G=C#JV*N@0QRsv{qn zLs*>K9bFrE9XA;|v++%0;H}>2W+9Pt@r9hhb8hp4Clv)(I@~X@nKk3qV-pdM%FCve ziG~3jGpa9e%ujeR-6#mM z9k{?&#S_PSQf}4(slNUOgLQYC8pGfP7ZS zEP0*Mzi~fK8wXrDu}C=a>~ukI&h3xiyzyWEZ@oIG5xn=) zXHcG)z52S2-S>rhdu!wT_OFXGe>US4$M3CywxEj}{;e0O>F~e4=#$j%`KwP}eGTgG z{Q{jl13JjCwrbbc53X#c3eT@zU$g(f!9J#fJN^oyCZ!duIR!Ic^z<)`eBak#_Unwt z`+LD3F6hmAEKwO#a8twZ7k|`=mbP0;OD1S1C?Ab|`k6`g?176j9r8EaSe<&@HL~>i zo3dJ~BYRhz?x^*=vA~plLSLe?&C?CyIdV;(KkVMM=IkA|6$vjKex^5CK5q`sytBfp zH8OX{LiaDFW*3g6xvTT|Xx{y`YQCBC(*7@pJ|0b9l*qy`rAP8$OY?LU(@PgGet6aJ ze^HUH>GTU7H<=8#E|I!$_R+=l+jSj3N4U-4_SP=Tuisy(aNObtbJu}}mEAI}G8>Mm zS@}G^)}Pi>R5)Kjmw}N%Ac=$Vred$mr>axO1)~{QW#ffD*#6RN=KrtuH`o79MB@)B zJ0*4&wOr=5r6$o8-#2kbZ9K5Rr{H+Q!`)1>87&5dXa1%czWMKVszSW;RnI=fpT!w% z`j9elk9*uYj!n=0s}}@X#qHH+DN6q{7j%f!t49X09r^(mH;Z>{`nxzGY+;(H@5A@r zU2M-|EX+z|wYXKT1fG3w)f0VNG;_KB#p>P#QV$hArFx#>yPD@+p><^C-H5A_+19s| z=JwVceaZH;Y=1WM{;QR>{xLbSi4z@;e27q&>k9H(pl)WA{a9)?tA2!kYpGz@Ba+(2g}l1kRB!!1$Y;DX@5=%2%eJvq%Bv5_Rz*!;)%yBt{rcLfU3>m| z*Jl0tel%mQ&W|bkE`+?~Rj97)>3-w=#P6-famLQyHS8;9{L6f!#kp~|$B)c=y)8_) zOwSpxUVG$czMaq3&$M$^H%F7o9EMp1*AMJE_UWiB`}K@#x<8{oPk+MqUE@aKgeg4w z_f~5MFRafx6UALAe$=VcGRbCPTf{}*Eoai=&n~@i$7|7cwYy!6tIbcWoBiSf$8&@K zJ_k0gSiRLV=bL!cDZMF-N%uKID@%Rdw<(MGL?>riS9#n|aPaPtlwS2SQd9KAM-JzU zPbTd$(@=joQ9)!6?-}X$0go?9xpgd#uKuXUHuXnayI}ddo_m=K443V-3!QiBSYv=t zGmp{jtkaIV2RpBxNWRZxxo_5yR>zvF*R%tsihf<@qZPPuO=APg(MFEUoTrbE3h*ja zFYQrysHIWRvFoCj+tnk{M-1vpF8wUzn^2wdHulY~E4yuWZ*F+3zty(+n8^OW{^8;4 zVwZ!40oS{KeQEXmY}9&CaD&bjtBrrM*B*3qRz2v_s5vo3>t4R%R=FPj>p%DatJvz- zzg~SmdBeDjJX6Tf3w3uyfuXJRc^H1p5Pd6t04hb=N2J zx`=>1FFW)Zbr!x$h&7Ck>FcUl(=tc3Tf8*1G>-j-HY?YSGr2?~(u(*yoi<*kp6e|2s zXy(;}e1%QZubz!KzZKMSu6`)9N&U9jn|H6ig50tie2v<_z4jqD>%U4XFc!%if;8OiYpQG$+O_6!wGjPqQ>m{kbq^!k15nWganA1v1Q? z(|?Yw#w<+i1&VT0HFPmhTTZ$5He>`Kr!?@|(iz}W77~Gl7FL}mi_bTeJTAWtw zR1Uqp#^jCW0tUyXlE(6gD++riZg~B$@uOSR0`qM?z76aQhs2v!<~?xuZgo01d;x2y z`V|qu$lG>S>Aiad_?gt+gouZ1Ts`BITZ^CpGYf|xb6;al+EK?0)?9P0$iHq|!{)HkI7Fh~OnG*IW!o$6#fwhpJ`Fi*_^RQMLq-CVMNGn{ z#?scKA{!4JV9K>fbm8ylJA5>zu0rF|ic&=j@%5lH+4ht_e9yk8&tC2Vm&FBfb1Rc9 zxoN)Be<&SkzPSBn;uhijKb#-fc!MQ`?qxEc4%~9W^@Z)ie2@LhkBZqgtx(uk;bAWw z*pb8VCpUIyyS$+MWR_Cv2{9YuWg9ZCJ(%k3_FrKAO1q3pnygVPv{DLJZhF4>B%{U} zhEog;;(OjGrZC%NNV174?XlUgNbJQ|fkhV?7B6T1bAXY9#h_)TM5+thFGt3lg8}gc zVFy@Z`7f%ehA@aN)i;-JWymm={ot4{ZoK>p2ZNKPBGbV=SH*4xvg+J>^!QwJ=%qc@ zU2VDv(Guo9On>|%CS196wNh-s4D-&Wv}F$}O&KS6$xlxysyr*=cbVyJwvG#em;JgAM`%AKbeC>@DxBuUGSjgGN&ybmiaM_5VSaxuDbk$*WJ_ zcVW)}ojV4eNvy4ptpeSi_d}(}^!GlwxvFW$A4MK0c40i!dFs^W+l&dq9F^Pq%%6T- z%G7yGAdq?2A}gcaVp(P#^lE%GgKz!x6%G<&ZrTQtT!vhC z!`q6dgjL*c+q!+R%*#UziV>cy46FhYPbVC{?;~6keCXxhPl5Mew{7D+@qn>;hWQ+o zgJ1VPyBl1_SQDF=uRMv3We;DJN6)c`8~QqD9?B~k1Go+s`3Kp3qEjc3hCtvQboDGNW|%6YFbVMA8<@uoyp>HSv-AD;BnV_2P;H zn?JId@LX#!X1sDFq*^DdSoq-z?oAWZ)u+$2o})MM_jL~QJ5Fzf6D)RgNMwKgQ1Ucg zr|R?ME1Jzs*SeVWo?N{CdR?Q8_^E*Eod%LXqR_gw0j5 zm+D-Z1&f;E`DhF+u%5>&c>+*eIwvX>PSuUu{m+Wm^$Uoy^Qq5}LkIoEt-pO9**uU6zd)LK9 zf{*Ry-jG-=Vk!4ZLeyIN@W+)41ZyK+7rEvyk6?Cyusd~Hzw>mTTjxc_nM_NvG2TfFsa^((HFxHX_- z9znx@@z=xcIJSsub1r}MLv@pEq?L*Ik9DaBKdig`fphM4etXZZW7CD>&ASEj7pleg z>wgH(xXNz-g}K3_TvF2KmSNAr;OPDT!{@Je`&z&HSV8OkyWdN%KKk`#Z`Cg7siFJU ze=XSc^@H`uhLszy166|N3&b9yE=ieLB>nK4#y_;CCiouRxO> zzxH1TodsVBX z7rnmd*B5`#Y$?d*s@I@-8t}oAf8%z21>JeEJ|1)?>HGDyaekoVWv|DBE|&Y`KezP% z_5Z5eOF>t?f*k*TeT|_1Z_xRlrzMa7t$wm~ZqV!d>K!2!&Mu#e{(J!)oFC3&o?oH) z`YPyRtn2&ss>l8M3OYUZ>-+WK<5+8}pPiiwx=wcQSJ0TvU(i_YtJnY6Kd#z;R)X#M z%zx`+!JU)W*RTI)-C5Lj>i^&R*edQS(1ikGtE*mLz4~a^7ytO{;p_JATmQBC)&Ka@ z*Z1uOA8@;V_1~&rpo2mGgYOXg`tsNR*FThBUn;Gv+JE&?)t-Bx0SrJgTd}0i zzWO?N{%bzy)Z44|>%&2lL$6o=1)bQsZoMGr>Nb$$z!&Dl|Bd^#NAvokox8Tg?bQdx zQ)SBa@Y$>X)`L$JjRy^XSA$L+t=jeP*B*E94RDZgjoK>EVZrOYum6wx^#y$Y(yL9Z zhQa@T)%^T0=kA^OxR$D~Un^!^2Tj9)ChKN{2M)i2!V5IZ^BEMrag*2o16@o7I!+X{ zSSW7S7xnw)!dD;0t>^jre!Vw%q;dNC_pATL)vf>fvTFbJrJ$t$`hHx;)1~FYC(HlL zzFPWzeLUzEX3*f|uRQ{#uV4QMjlovG{@>(t@&2n%rJzZaxb7X*S%6s}+IB>Uu) z%j^H^9a$e)eVJR82Rd@~ENGag{%bvWic2?p_35jRsz3vX_d)H52j#E+hj+ZbDABQ2 z`*>-E;j53bRm!W6lvcdkD_Q;OLwk7ltM6xHuZOo)?b%!ZwF-QVr6}lX%PRfV_v1j( zyKXNB$X_5=J$vK(#zxr=4i)@@71N4MZ(Kn3q*f<}A z!cQ1|wRkJ5czJnw-Gjb&?@!x8P8wCI+SqqkhQ0j@$M#>Zf7q^f7JX5-@-VBp=$){4 z?{_@zv3ahr)KLq3^aa=J%i)VweGhMPxb(Hg>aP>VhI^L3ckkZWdr-l?|Sq9dyLbJo+kpenNS8-+Gtu1$~^K zcYHot+q9i$@BdAIcFkLGpu_o}lEV|pl^@MCm!J8!mFN0Gt}nImtB-^}%Dxo7U>3)^ z|9TP}^$h%9X1~{~E?R#1Lu5;iY5o6P%e_-1{>lHZnforL`QLKwpZ(Xt8}3_HeT`f7 zHS`(i_>%RGEF$^k<@FC26`XHc`v2|k%ou~^PWz7^OuN0LCv@L@9`3a1e_rfJ+te)- zd9m96nQOq|9R>d<2)bDQn9F!-??Jck<>j(FbXUEvPwdiu^~3wLP?e8k+urt5{c}2> zy1hwB+O~`<^7YGC`e&OeXY;m3%7-^jVs?CH1JCPy7j8ylYO$jD1$ayz2n$i75`usf81idu)R&{(my9}|LdN& zUNHRChqdvm54M8#by=;y`cP_b_y?oVhaO6+R_zZdU+;SL*B8O?MOh!9yY3sdO#Jfy z+y5rH?AQ;NCY%1-;J*6*y4A3~_s&~i>;j$ia`gJ*?7LMS%I`o+{XvH}B!2Qc@UFCu z^Vh1ifnAg25(2qmuiWfQ7S}OK@!+~w@k{$MOQUz+zqf%+pYL0*G@NZKdyV5e8`C_{ zmbz(sudm`*H~&)j-|E#@>s97?@qxC4NVCe`F9#i4*0bL2`m*)zpz}~3w6FTI@ai`X z&yxH1dDt7Hg`Vr(_T=-Np)Y&&$Oq4}szE6s4?V0?XY5d@p7&^v#*6RYR-~7^ zXf3J?XkR-`_1*Jn2H_UWPr1JeU0wWs|3fd(c^o`fA4Yu*U$hEz9#iPMy;mQL<-RZD z%#PKp|DpEm)#6EY4<>DT(axSHvise?_k}#=*Np17UD**`r&_M&dou3z-8i%LrLWgJ zi&nh)SG6B>@XytEdv&W;-;Fck)XK^~DDz6Z3bdiDiB&$Xd;KRjUJ;SwS1Jqdvx_(U z=DV@DPxb!y{@=YNZ9R>P#S?>CHu-$p6c=IiY{Ky+8mdhW!J@kly;j(e`ZV!&c-EZq zCp!cgeRg>~pJu#mx%QPCQ(`BDvRWOS`tHo`-Lqx;52jDoFW)Y@KfHJK*OywK!xw4& zjkDW7Z7;8*?DPGl??C&MzlVblCJU`zpRM+OMTPQagSg4&LbBPWrmdH}WD-xRNp@77 zo~raQC~j-dDx<}JUJ7p5<;lfYc+puk`*@^gk*c&PxlQi<>ad8vLI z{yOcLds|Nah>m8~sk2ai{(Xhw-oLhSQJ`b(Oyd@`YfFPpI8#I%U%L8yIB5I9mx#C} zJ0dC>)1}ueV9M8;F}YKU+n_Uhb;!Lp6L~ll*74w-|M@+ z)W)s8&>9@%cwm`+h|M}_BdP8cyQFfyaflqcpV;tEkv~c6mshOp|F~F3i@)zQ?s&KE zK3e40#r5dbM?QZU(MRm8`8y9qd}1is@Y!Q8H%rN#HTAQqek!Uct-fgb5_AfR(O%Pf z-RkwRRaIX;xU-j~r-RO0s#<+D&g*;Jq`lWS?3vo;%C58_^&*ew9Cqg$gR4(dbk1p&(vm&yV|cFF)+^ ztPyk+IB|bP`P8gEv(>I#GY*;h`DvzBnBKB8?nX~GgAP)?z9{RX>5ElgLgTXbUSFJj z`TFuE$;_n}p}QI@v+u?!?U(wuWXFrotxvKOrt%(|v~|LhjWd^ax2`_h{{Nr&mOas2 zj%OR5rfiwuz^?N9+I#J!i&?Yyr_Rx_XIrsOW8pL&rwI?f$L^34RY;g1@nrYGEjQWu zLkbs*>xQVC#QxUxZ$05U=VlW_i(1o^GaOOZByUGu^-=Vn^7Bjg^fdR+{gc!v!Nuqy)pum-iI1P|tX@4OnYAOm@kpC$kGr<{b(QZw z6;;%l{8rxu9S&u;{`w-&254=_)+1jQ%l#KYhgq#!e^7t&i@eX_ixz+mXP)`wXkP6S zE=C^@Ik`|)uhSdyj+To0-+3|b)3?X70$O*jv+amHtJ3mgXT@X>tpl#RXDwegcmD^c z83{J_zxHp>y8G_9ePv>Y1A{|FQPP5VC&oa1rHfa$#jxDE?$2gvvf=kO8}l1>U%EcO z{p0iP_Kl-AgDu~u>(+zLeES7D@bv2|&^{a0>h+LgPhWkyD*I|))Yt1v)_a0ZfvQ?x z;9mLn(d)~O`sIbuyC0U!3i9JhywH-ZvnZszK4x9uin+fRSl1L8{LqjS+5PNYukGZW z1r84n{5$k*(T5|dbcyj0^>{{!t83Vp{>Wm=i_MXvgAX~nALUf=^!OQ+5EWHITS58BT! z91Pjbzd!th&V&Z7y|Ug3I}Bzt^`*WoHZZTfB_hWUAeb)XzajTb16|fPx`+BvE=y3zvk9?e!23v&G zHkz4=hQ~KaKEB}c>b)?iMgSj->KV5}@7dwBV@2F2!(V+5pR`vt{MBF3el)@G&h@1) zR_zUa$Fbh)&*hlSJ*!W~t=iM+`ZWy(ZlUGQJ!Rvg7bH=JKDa@!?mKOrFe*E%to#?B0K8E9=a?d(+0X>h<;T zUH{jI)|=dzh57H26sHD7PvwB)UK)K7lh2RfJ{e97w5ao{6P1>;tMPU^hAYQ1i7 z^J>r@eC@btd#|tCKWVRRT!zZE{vB#(XM5L8;N!FQ%pZ>AK zje_EXspoF$UsB(i%Qsz8dhexWuj6x8-@p1pZ{It=cKZiymx?t0g3jFo@0IcmU-jkd zJIEoK|5x9M*PZr}ciPuitG~Y6%W}19y=VN{@L6$hv#+wua=*XRW*Vr1@aZzyu=KY~ z$FA6xV;3^iP1o!={ejK8!_N0^>m?6iN85t%s^sJERs^)2_BRk)q#$>&<deS=IqI>kL!ulJ?yl|b7pO_s+LQ@mHab@rrD`K`=F#d zWrpR>AePvqlJzmC9lou7{g2by_siB-t51f{+dpZqYSpU0aZ2k0oK1g!t=p?w4cd(t zzy2W?XkWi<_%6_qqo8Ww)!(XD-{V&84`1~^>YI4TzC+VElf)VogZuB6h%{*)w#;;8 z%E-!`DP?%3oRu%;!SW3^XM5_b{$>L19IW~pK8d5s?^F1?{ky)0Pg{R|*Z%O%)u8>P zaUG!J0l%n*gAT~wa}~7pZGC7p=%l~1;gj|rRNGvB=#|@s4UJnwmc%WvTI{&ut^)g> z95#ss`a!EzPTy(}Q&#*eyvIU5*eO$Tl7gv%Z2dRe9qXnjR^JglxP_N_Td(8enY(PW zZ$~U;xnRAo;;rG)gJ!WSA3wD?X?rkV&n{K|YgLnU2q>;Y>(+zL$OLU92Ja^ag$-!` zd_1TO)U8t6Yg(nZ*EH_+-6}QEQNW;cme+^YaenL7kg0ji20E;*z7*6(T7UJ2`mq%k zj!)TfInZuO>4u7qdigB<=q1q)DmzWAd$!6wQ00Em=5OMBsg5K6=Kb}dajU+@U#(j8 zJ$%ys*Vn^4z=yC`YX4pjIdru}`PiP@^NlBQe>TN-{OZ^B+2Pj@@|V|rzIIdV^VMhT zOW*CEwKueCy=VBUuh-Xsyo7aA|EnLdDw}>}h@~bd2CZU_@?+_fX2}cLnZPpTO0M;% z!^{jH7!F4`bvmb51e%7iUjDU!`G!rK0}ET9R`IfAMh$KL4e2)o4YsV4-&y}9xu$WO zXEQ^{UgWav zym?AnANh&>(z>>{w5rKsmBU&qFVF^A6`{oHxIbIZCV>t>LY&Z%8f2FThUlH>9c&uJ~_0{_9@Ixu5QvX30(MbXs+wOl@Jv(r3+U(xbL9JS;i!UT=-=<08k^k2b`7NS;-beNS}4 z?3y1H4~-K){eIVTae0K+Tc3s2Htydav}e9o*$3K%eAMT-HtR`a;k&D2!AYU8)XX$4 z>MH0&fR!nrgC4IwS^sYF7T-8fg@4HOg%|i-8==56_e=kR&Me!tpH*gwYgmw~^4+S{ zm#(kTn;LqYrP_hz?2Q@m4nNj1@A|dDP~&gbEQaL0Z&I}G|Lak`)e);C$YWgbEyQ67 z^E#!&D-B<{n{e6}PiJeoF{O)#+gvOmif#Uc?>2g=fx;gR?d@BanWgGjo}Qa+@@Kv9 z^kc^tPJtxxiZ1vuu;1fW>^Ir4b=|ThN%BR%lDCKYhgK=A=LlbT3w#87$NJdn$;VX> zJqcM+)6%piYp&84b0)FA9huXg^;A}V?Yw^0QskfQ$+?cETQ^3`S=g`_bZS-IUU|?N z%kMy`u)w$ZSxTB)!q0iHzQ%v8TK{zQ*B3@j7S@}s&0qi9TUsYMne+e2mH$@Xtq-ls z3fsBo&Zbb`^AU>oGya1P)T#%a{;>Q#IWPMChu586{mLSJ9SUHRj>XC{QUZB&)5I)pzXx#uP@#G>Ka#yW5`>zgHcNo zvROCk*_%&kUdpv$uZ}`N``K2bYq1w+|4rDY)nEPo-n6*DCOaF`*VnJF1D$*MGG+VT zJnv)eQAgJn%Lty_I7O~*eX(<$y4@ea^UwOvfw%aBPO!Ybuxmf46a$?{uoqN9gU-X= z|N5ua=kUMa9pR;a!tDlP|62X^ol>Uu^}rhCx?Q33 z)te+g?+>51S33L^mW}-T!&iO1`U-s5WzhA%@$291e|-Jv%8xJ~obMN(C`{Q=)1znY~>ucz*{c)@IO#Kf!e%Wh(+&u7&3GYBh ztk2&Q=asT=_1!A3y^dmU=kK{%vFb}~mD*nU@KyWcKq>3pUfpWY`7fcb*S`YUcJ$~<$eYf}OtNpw7UVXP8?3wjfe|-lZp7Is6RsZkxRqI(zU#<5Bo&Py$@AY+iRY9ks zfR1W-eH9#|ph7(kG|2OR{o^c9FFW+z-q6?UfBj$o3UrREU^}R72|8j$Yp-zp)wtEa zSAVTu{q@gQkhSYWU$6f9x=Gj5_ucx^|DZ0^t}kEz#~+lf@&bjgaQL+Kk|5vK?Jcd_ zs~W%hYW?-E;2_-p>U;RK{jdJUWqtYjXX=YxUt;5`mw0bDAKtd=Z$0R6@z<-r{srCD z0k#F?Bk;*ORatvOpRNa$E&Jm@hl<{<%KDNEI*Ug8($%M+Ln|&$eYZEX;?!R730t5( z{&mpFudlv_zrGv4J~U2gKPVjkhCW&SwGQNjR)y|Gb^YtTL0i!0tv8Kd|77*)xL1D! zEACDQAN~-(KC~Wmz7MF8ef8H@(BZJ}K!@@E0-ZwjwQfCk_(BP#XDZhr`}H~AdFGeC z+l#Sfze(QI%Ip7n(4p~lpu?;}Ulgt9y83VyXxIAHC#z4#-;G~=KK%71(1!g=EzrFI zMn5z3KryTuzxspg*}K2?vy`>{y~m+_9kll!bYwrM2?077_EYH7Cg0b0hv2i~@jQV~DHEzIzy@er3opDWE zQx$K0F^p?J?0t|w)J=<%^ZS=qOBQm08*yfP`NNm3cMW~Fo~7~L^i`$-?`=7*FSG)+ zc(unhj-z?WZ@xX-1Mj`EcE7%EJxA!nU0+<|qV|YhUm=#z|JwHd+xtCI3);3$ zvCv)p6>`X`!u%r^PgiN~^Dvtu>YCIiY#3dA|L=qDsGi`8uIp6~W@#@|JXkd)ru^XD zIIF#aaZL_>kKNaQKJ?#lJ`azg;KwI?!8e|MkAEe(-bwVuul?a2tHJk7nFzfvFJF4+ z!D*6-d|qm_U?Tf^HYod4affVni(;9K3Klf(B_?J*wGh%tJgc5zT3-j z_0`_cSF6v0ORXjj4bXW5e?(&6y?bX};J*7ltDdmw(*L_|?|$nj;&rlW{kJY9J-v-$ zoLYMX*X_?|o>2ODn`Dfrkk!oJ|DSp(Zf@H5-b`4s?QpW9?Lk?K-Fr&o*rN7^ZwPMu zo>>3?+Z(~8`8N{mTNso-Cl+7NTfEwIeSQ__kkq(Vt-tZB50(g)hQF3);WLf-Bb*)l z=eF$1XY>CE+^_3^-z)XCZvE9K>qFzr_NrFFhG{wV-u-_t+sFI&p6x8*^}9~5J`(zC z588!Np?`R$R)p>N)pxP9ZZAvdi&=Z@SwiC%z51}Unt#Q?;?L_p*$A(AJGrS~+V|s8 zS5{*mo%I5z`&a8Z+t_4m3^oM6k15=ty!ZW8*_%mgO7B!0uTWoUefQlT;eyI1A5yhh z{r}d3&RMBi(Dm{!=xC3<;h#L8EO-Svb7Di_-S2fM$DfwIm4nB*{_kF;<^Qy=x?XjC(x}X`U35>F zhI#peSw0MzOL{w^D;k)OR1+SSjefmlFaHWVuDIWq)=1wAvv@UqlP}AIY1ZkQzVmaZ zsE39|`zA_!`V*!t+F9jaBNn?v=;`d+x#sscQq7kyb;Ldf%X!dpXU_Jfy?5_L*Pi`< zFs`douly3%YOViI!@4-0TUb9@`|!Td>M26eX(A!prU$p`7!-cg^!nq$bz0HmN3@s! z_jh+dIS)KG+a$9lej(^KDcg8ZeF8ey15}htvdmn$pQU(3?5p)xe|_T+sjbr6e@BE> z;rsdPyTzBNJ3m*fS6#H7d)s}Mi-`^$+MhO9MN0H;WN3SGS#j6Yw?|o(Ha{-3u1@`S z>RIdAR}*%6r*6EL$JyxmKD0h>M^N?Od+*El|5^?iiFM>#{i17sc>nsR>zxDKE8pL( zUhf+E3)19UFBhXeGc#EQpQk>OIFU8Wh0D*vGpPH!;2qcd z(XEv_ao0H03-+y^Fo7#6Yg>JpxaZ~vo=tm1f6lgeZO^i&AW<~Gly%=bjeT|#9 zUKdnngHDg0+WTs~Zk)jClW{HC7q`CDdg`dQWnP8yi@U$}Y^~cXCcaZ~g`za;G{uR> zEq``OOfd0hKIQ(Adzp1!WBl{P>+4T--HqQ7wASu-*ZuOW9|i$dukGLa%-Z+6{v?x$ z9k*We``U90?OE#t9#1v?Uk*P6bx+~ahhAT=ui9JS8u}Y@W7I;fWs3wP4ORrHo)2;F zn>ML?)y6uW6V*jcr}lnM&$;naLg+*2-n;Locm3b#7V<9PH)m7jP3}ihU)|RUbCnmT z+P@WQ+wvj)e%^ywF4OF_l$ZR=eEpq}N2E`4$8%T-VtqV(nK%Lh%)L_BzR z<_+i^D^OqVWZdgZ;k&+xzxm+L!v~w(3#Eo>v|M zb2J4HvKu}5Z1#~aE9Re5%V{pxYubK?Vw_}(x~G^MzMBx%C#4$X&~m(0Z}BGYTPNmC z-95)7H){IUn+hIH0!yooUs7YcdhCJGQx_k#=-M5DJ9VKBVKJB#; z(+^x=JreNGDJ^h`f3Y}IVV}rXM%NonXCmx5?@v>0?m8q|dDLtF`lz`UK@q3(Pm3h= zIG>!;%@aTG#c}TKIi9W?Cg{wT4o<5Py?x@m+AW3Y+`DrswD`Cza zxA!{eYLPoRcql^6Ifr|Kr_^Y6vuW^q>Uz4!Z& zY`@SigBxp3=g!(1D*Y;m!cv{%O3~Z?wthSOV1aOxLU?{zZ&#dhgM7v1 zX=R38A-9`$y$bO^J!jF*=?VYV2HbwPX%(nVx(amiV(6>=ufE2;`WpA3eR24-^^VW? zOs$ApFBVfv4$AcwS|P)CP+NlQ#(O{rMW3! z$>QI$XWwgAT()po_k#SN$-5JJQoMVwtlBIqXT7;yi8+jCd2e-_f_)$3M8D$u_L2_Y z#q~tCT0T{LT%&ipUoo*m=i>C>hryu&uTNk7f8_Avh~-b-g_n0?IVJT8s7-znbeAIZ zgw!L~cYO(sTlJkKd}&?gy2xXppgPpi>w@~yr*E2`Mjz)t6wY^B;l%Te*?z{i7yO$d z(Z2hNcI$0rap5K=*QUg2AKr%Xeo>Rse&iSO+9M=p)`#C=`KQdzOb_OAOEH@I&eLvY zRBM@Jx9ZC3*$4TS-sxBmy-8~QGw{gm)vEQljz3kI4(fJrYyq8Wb~*fS-0I7rKhzJO zC|{bbajWLh1K|rle3Uqx9ex!o;Z|$(`tj1~kMPmb3WNEr=PwBvEXlrTZnCB^U;cK6 zsEY{`N6$-v<>i~-|8hB#w01{-=xXoq2mQP4USExyv|dLjNdEn$a6Zt@NAR1YRuz<1 zt@jUa%?6!Re*IJU^3`YK9_%(Nx%6d%=Xw9wYS2NFItQQMW%rKxt`{0~?VEVngDIXL zmOgD;m@T^C%d`ZMscn2G70yiZ2vt3Qu=m+X*?Vzv-&cPKt$p|1r+@wj=UhvXI#55| zJABpN@MWMu-0z_44`2PQzxqyp+Ubh6(^X$VL$FO*d&8Hkf42Ipe%aPn>wUv_?e(1K z*3a@zq|4%tQR~8!bDHgnS2HYgcI>*b^OBmfg;b&ndw^e@i)`y{MNJFkCJ7ZC&C_9f z(~dDQ_HR&m|JL(BMYK+itA%n>oS=}#(W_PuHi#T&=sev&Z5z`x&Smn`tTsIqOqn9O zC6DX8+LY}5$1kaztMl5=ViKf+G$ad3%dggZv&;^9Uf_P-W&icRReGQd44OTLT#)ef z`iiMd*+DAXJ)d4*%=A6+U_=~Ck-1Hb@Cw`Nzs`J{Ip&-0zIx>jlcuED!_4W2o@_hf zwjo%C>o>;_yX!`iRcc@Lo9;VZ9c8x3(0fZ!?R&3Z|C{_S*XmZS`V{(n{gd^cpt0AE z)mH@0*8PoN?-}>%qv-$e*FT&eH0Gi!dRoA{f{@FSCisWd}+l<*a< zyu7jxzBjc>ZY|&S9dr@isy$OHwXb76f%T&3%j~OhEua(3PKM6{&)UCQ54y#qa@D8s z9qJ!{?YS#^=tWetNNnI@o~M`^D|GH{+x|_eW4XJRP41s9Hi@O z=#wUI_w&2G(KrM$_lL*H2}HGwx7)_x@hhZPmD{J)pxQ zKZmd4Sik#fmDk?zb$d%eWA;&dOygGl)7xuXy&iO9TJ`GlphR@&w<}X?tBtCt2h0Bb zpQlLnpAzkvbm46SLxZc*0;W_I0f$4miOZ#qy1hBudfCH3=)n?!CWfVJ4W}>mGs}?= zfBomIG)u}MGoc2D4;(KWVyrs~MO2s@%e;Gi=eI2@6FqfUzm;)waY=<3NX2(3Z`dIzV z=B-EBr@d<^KD;2DO}A~+dLL!c^Q~8AJ2OAnV7)au;>3&O*{OCH>hC|kY!}h^-{@s) z1xM7Jb?-&A zTe=?f2g&_er0~gaYeGna;~uT=7aJ{ZeDCdkVE6W2gz*oFS6?LhjQ_m0{8h#P0~L_AMKq1ttCxDPVs zoDLmxeysHsG@2o}-YFD3U~(5Uix~QD{Xut4!O$t49^d0uecAe&t4^?yzv0(XlRqA^ zGBGzQwYmfsX&h0`H(U2#Mqud`i$h--7&-k~Z|8lHo1rPTYijVFNO>KGe2J?|0;XzD z)R5iu8hIY3+1otX_R(H|V;%xc>E?pc{}^?G4|dcJQ;2v9dwU`O+%T6^)+`ntgwI z{Pl%YmV)xMvi$3Rt6u#vRuld|Irwk*u79ikTv=OOxie+bY5h0w?ApY0dF`X0UtG`zIF6m;NoNBm@)?e`yE7lNKuyS{1l z>F`+`KleVE2f9(m7c^}7`X9%x)a9X73nm?2^}WjF_v#PM&#%AweEo0TD)6Z2wD+qc zv?sC#Z}rSkX3M$UG+X^>{@GU%2dn~Cb6+~d&QWtCSU2^qXLb z%D))s=yo>C^v=2{@EvEipi@lakWQ}s3L4_}`VKlc^{2|;tIyVh77Bcid;M#@C+KE@ zp9UGLst)>{e(-j2PJ&_ivie?+gDHAS2@hW$c)M0tN8os@{Gn-{?-$)ozFhmTN>Tkk zSHi0|68Cm&=94{aI75Bn&3hlMy~AJMtqN_@6cTv!(_@YB#jU|bKa00^ez@rDk!7Kq zb#DEd^rlL=oc8iV=cLP~?+bF5x$$AygvpJ^RGq#}ogVS&;G=WXRsR<_=S=^4efPDR z&m$UMt-VLoNxWL^7X~7bsU*lL=S(n#F^|Ztq96X6Aj;4wJhs<+^+rc zcdMH`KY#gJ5wuq}ZWrXVPf!8{&98n1kKBUJ*sWUiDg19d=$f>@RaNi-0A zAo$HIXMgCsy{d5wy35Yr%i0rKrMFi&u7CB_c+llCzd$p$SAT&9udN@&|PSrAa_gxO(lX(vMqhJ9(23e zKky`J73g5wk6S_IE9kneuh;+9U;i4{KYd!q;j5qn&cj!&2i=4GYJKS6tH1VM{q-*j zWG!f5``1^{pfxDyuaD%BaL|A&fno4ppy@fj(1%fbj6oNy{@OFOGW+-Hua&R<2z*Xo zy87$OtWTk@_Fi9<`sqR}sAl)tAO4_w_U^BB9B+Al?-2-Jw;yy$@;lHRf*0uGQP4m- z%WTlR&bz$@uIGM#eYY2KaxLg+S-PBC+hl$3C#CcS(A z_`$Y!@7}%R%5TcPw{^bvwSDWWCQo10^lv@8jPSKxS6M9^EFSWha4ns^{;|lDo;^uz zGghu&eeiu;o7ET1yYI!X{#)_>pnADWsm$_2OO&sJ_mjDl>ax^U?Oyfd^~Kn@UwZ^U zm&S+x+J8{=zJ%=u&$HQQKLlP4TNRRGzuu`f{?$j@IKkH!@5U*wKFDrTaO1)C7@^S6 z_y?0#E%LLI3SeS-Zt}SP+Q$4TeTx5Uf~CTn&c^vY`F*SJK8xv^ve|pHl-I|Hw^;2l zzrM(7&)zt$o!T)6|36&tw$z+^zG3Hwf1jOr0_tSj7RQ~}$v&a~?f&dP%nUc&xC=q& z&7PQ9yM|*cYmNIQ^Qz0;>)aEzul^fnzWT`53Ip>a;{UkykD0$etp7jN|M})g_4YHY zIF|q7@MgMSpE5yx{`Tg5>t#V_?uF}@^AwlYtErw#^tbPPA@X*g?`iSLbsG8xQ>E|g z<@rB3rF+*v^ayLUg@wI6gmZ(c}8pZ&vZ$0Jbo*_q)3Zy?9_2T7;5+%Ghfh?%|2_rKn; z)yMYQU*ETv=j#jS>AQcgtpl9|^0l;b*VnHV(d(TbZThjj@4j&Ly&qE#WiiXId-ebN zKkhv{*ShB`sIHQGu`A+<^rx^5_Vu6KGJy0%8}+Ol(t*^{2m zZ^;Zex1R4)cyQ^9;MITQUxDVcj&;NYS`_p6oB99$nV=k7fR|1b-5v&^mgG=29c zrr4~l^CuX5tzTs=zmr)avgq6YpUD+h`);(_s`39n$evxttQ=Gt*s-?ccX9mzWghG5 z4Heb5@5SGqKf8M0`mZmvUqy*Ld9~=*m-z7BC$E-0+kG$N^Za&&+kbx_m)iO#sjqrN zqpFg1=Klj%MB2{tsdgKQtLmPe|L*6fzAtPCmTh~aDw-BrTxz?o&$7v0oH&!_|Wh7DVrg z1@AcdwYRk5-0z(~^mct*$jK|?Vj1z2OV^Fdz&WKYzW(W@_iOh*A8-vG<><=ES6D*!y8T2mZ$-h;vzy6=K z>&xEi*H;gUUjF5`|JUc*xLyD1ve)UauZ@3waW80Jc$M+`c=b@x>&sqWybIbm^Xtpr z>H{aZlD1bb%9VZZUemB@=hupxQ`E9H-_!06SnK_rSzaUf?%sDfYQpTHKcBq3&a4n5 z%Ifva<2R81V z^y&zo>RBEqfexqN#g{k_T<*9PT3MQx5H|n4=#j6W4LeI-U%mQz{X@IGUtgSCFL|{eQk(LPNexcfm$y@4M{o6vj z>->H7*Y@f=C04r#1VpZAH#Sm`GB+w)aw;+B`TtYK@?I}yStLa3o@cuG@n=Pm$h@aF z7W34}eh!TM_%HSJ_p4f5rLSIJy}oeXdakdpK<5=cn6&*%J!q%Y`_+H$-oIaNuV0>) z#F5Z$9|*7jBY9Wpv;yYp*q$$U#^I56|xs_eAsAL{-vKTBD-`6{#A*Q?JCoIG*( z*6EXLjV>+ikav+gvLtM--RR?bj#{D>>Ek>@Y{cgL&Jx=fz)7i{aJ| zxgg)*%$RjQ;?ZT*Y4(guPEAk06MjGL*Y~TBtM-0zM28H$_!#7UxvvFyE29#=k3balV1txd#iGb_jns(386B_&K?Mrmt=}?4ACB zr+)1xt_fWBrGD{^gwkT*7L+2pUi}Z>$B`Kf+8XyieDC?|`}Xd3NMiZOP%L7k&AF{tM3JvVZ}~ovm1|vA z+4((RS@mlF+5S|Ef{BrCPZ$52|NhSZ3&E<7UhQ6Wd$-?T$8@*TJ9F>7tFhxYN{iMI z`w+f>mCveSYDc@B+otZAd!08w-LH?Ezxwpm_p3oW)2@fFTdxnQoaR;uLUN3K_^&;C z<6mDY$`0Q1jOELNW!X%tedPF=-n_94x6|XE<5O*Lz)8WPaLu&keCD;sZ>)`8)VIWM z_szgLHwvo1EsELov%uo>|E$gCmsc*ZI1|a%b>t7PLG5lynMYHzRy5ZBC{6x3{r-2w zh7BTbQV(go)|L!0i_c&@5O}}xpvi=#9v-W>z1etsi|#+2fBura_^S7Xw$-oxn@{Jx z`f%QQuF}`9uY&f1RlmOYH*VJ#_qZ;D4kzXY2YYiL8?KBC^Bwc1O_(P9e_9?#z?Pr& zMluf1T2`OvwtXGCu6VPixbyyL`SBNy9pjnR%*$+Rwn;d2-`BJ&3-WXf8w3+-u3R;k zd9?DZ@zcA0-W4_?iC5T?7-XIH79~C@k@H&C{6uBZ*MhqIn}stU=0CUS2xmU*sTAaO zr2O}@GprJ_ZZE^Ou68{5fio)N!F`Q?dxb%J9@Rs6OJAJZYYyHu zSzA@N*B+EB{;hBIR8X-0H~(wZt52ox!P_Sn>{t^fT<;L8ntfU=;^&+>+*`J6t=jEj z@_J{eqsNt}U%amFv(=i-9xiv_TiKR}*CrRrhGykNCVja0vn{14ZP9{wgDZ@0k2tE_ zdF7Slm7li6K-sGloL-WsxE6&((q^TX%&Hd7u=f3^O<6SdrpM9Nv zP~y#JH>cBTDO^13ML3M7Y?1tN>F5pq_q$Jm&i4Xs`mFf3{_BfbEsQ+A4Ch6_a)!--F-B^EVy7WLweY z*s(H$<>D13Yh`Js0QpZ>em=W;_uQ`hvS-{0;iZPJd6X@WbbWkxGFNDd(X}*frFHE( zsk_#<`ng`8Sgd`w>jQ7}48{G$o;v9k@}?*3&A-livPiY4 zSTxYd%x@QLfbe$&@S2g z;gi>UUSAE~BwHK*e$~FcvY=}5Z|VE>F5qprFV?M(jr+AX3UqPl8|qWd)R`o%-o2TzY|oKyYghTk6~=B)%qkjMMYw7{o!0)gNN@9A&&4G{ z*B}1AXOMjA`)9_>InUnxPq7p^5|y>kZ|gaK*ZtgX_hR^s7uwc*pV;wo-~3I--11kv zx-Ysb?^VM3a^oEhzh{;vhc|WaP%FG3x;@x>VS0Uya9-S>z3=TojgQx_zF+?zw{HJz zaNGJU_~ej%dn?63r!7PFB)i9TfVNSCPJH`c`o76~>-X#H*Vjz1*$dj+d%3jso#25U z)!rMDGv>G}>{u<~P`p_{H*sTW|I6Mhq3`niON5fI>}6QaYb@pb@m2t*>MG+)b}x3! zjnL+ap6ii1Z%cso%&f;Hb^qqYr&qK%EESsI>t$?tt*U<7>1!9?+%G?Rl4Zi>*YCgA zf3J_12c3Kn{_FIvuU}tQeZTt1>T78|xIm7Li(CKwkl2>3S6{F9zxpt4uiC!7pd(qW zzJN{`{`!8}o4~2HRlmMpU%mQ72AhJ!0i%@b8?2q0R(P4*?l{geC!!!)_GVYifyrMI zq?t9mb^p8ls;^vWX}z~IK;?RPzy=0oH-@Wg_2V)sKOUT65OGC#jkoX4Q~df`txJ|o zXtHLyxbgk(MDLeoPgRY7Z%^KHZ{EFTGs}-Pyjyh)7k;>Z{eS#*&;gB0Uws9YOrX=< zie|5`g`ULt|LT(m-KXb*&Qpq;KI`2(j;cL(At$uP>;HMAT)O4FWV8;$XB+W%jBBKA z6JG7v)OEwMCo|#WG8yKlcfV+?@c;9#Y*z*Ex)))xS?V%^W^znZ>;KwCy#B7y32Jnl zNNiPD!2fj{?=IJ0NA|WbEv)98&?sZ>-oTT2Va~Zp)>rP=^0DR`H6J(U%@mqh^m(SO zv5~0@r`>h+6Kk&A%uCr`e2$SbPKw*PG03qdQ0M$^{lnY(nV-iAZt1WxopO+AL+$3O z-K;;9e>UK7n0p{*{)4F=FD~?QaM-N6v#V$W2fJB;gwd*v74pZopSk*=X6aS0 z01@4$_w0M_C-Ye}9+oOd$kW~N_F8<`AA#!)j0~B{jVq2l4U0eeN`LjA?ek^7zO>p8 z>Q&E81|MPoIuT&{`r7)h|F19l_5J#Ca4QPBq5SpLvkNRms=i-~tW{*1d+g3cf463d zx6_mM^lopz@MWEt^M6vaSu;nzQb*Ptsy+)JxLCjo=x#!KXR3$d1&dqW5hYB+p6dtgNn=R;H^x>fY(}=C6 zshoi`e_GAb-;mw=Hfi@e$IwikB-OdW)uQvyyiv>+G+q1d)$E&Vaz7ize`1bXk}Be1 z)i(XYimdb7tSYDFd|LO~=AAoNO@d2)YOKO9Rl_0{z1j9EAyuDyWMzMWk5L01O3)vYF)8)S=f+pahlKh@p$EoRxn-CG;)elN1&UdeN8dDeqs z<*11pwtFA+mQZx((LH!pY+};pr9Yz+-44w)(J*zY-MaR-gNt@m$RQ3r##}Yw4-c|L z`!-B>){$D6^ybZet5!B4k>09(Wf}rptc#zCO#l9(!K|=y?!mcD%O3Vcy!Q7yr1~>s`OT1fNIY z@)dNB$Lsa~KxcjIzxoe!&f4!+;NDjK>ObN0{8k)xFjNa>mfCy8#le(SVPd$RC5z$T zWix9(e@J*R?c*}Xy;c#97V@3XRz7mwx8c-Z|0P0Bk31d+^R6ej{4*1}F?Bf0U^`Mh=W9vaj$bPM~`v3a+ z)kjv}L1)Ou`GJm@`|~%hZZCJ~`zBxBT8>gsw`wx#nXd*ciT@ZrENWP|M|!iVz&6K+ zY7hD!u&SDTD1LtLOgm#hzN!2tp-hw2TPzHn*Jf9rJ>Xz*q-5{j)hiudm~ysUUtlV5 zW8Rj_F-h%b7ZlvoT{k;-vF_f<;zqyu4lI_nsCz8!@i1}y9uPcf%&aiw z-~Z`1e<&Sv(R%D?u+O4X{J#3aL&;~KJlXeGbK=EcdqBex@n^5E&iZdcar73>vc}rit{^{~y{$-21Rdsv6zJ3KtiC^nyFPu5K^wq2XEK@Jq?QELU zeoeFBQh~9Bq_WXz8P)zu#wD|DYb^MF#FVqA>hwlTy|7}BA;-*;E{wLhw!cKM+?m)V-6c1dQ*H<`TvBqt5!Do?2T8vb74!)?{}h8Z-ujRNpe=& zl9Jm~V#g zv57vE>FwvOix*odYPj+K4km`q^BgZ66+#YoW?H}Kk~|ThF?IXgs|zoEcoWj#8x%1& zXO7f5#?`NueZ0&tQLuHM((+m)Xn&pM$7xYm7F_lExBe5RYcfn5bh_AB zp2RCQsD+4KS-iE?z;>16C6gKA3%dp48b2PDYdKN!uVnos2e)_yQRV{)9KD=O7q=aD zY2I^G+e25vhT+i+m)S~sB}X_JynXmBvf>;M-d|yr;59+(&|Q%!UmBTm7V$r5VDK?< zP(OIVUWnmG^P@TY*e=gl@I^H_kEy_w$@B7rpN*T%CJL`H`JFPUb&3t^)RkHXbf-mT zoz|RXRK>}}!Sq2RXYvA@E#W#o+Pd3aO%#|9C^j0d3yDr@eE)Nz73YBq=Q7Wk&77Y6 zfcwHBj?#t?iwxGpIcgnGJMiJeH>2JO^E7q1B#pIKURJnr?*0ym4I-;6bT{}t$mdN? zte1Rpl;w^?p@4jiNOeMZWw%rsb0?!;mUW7c&+8wTnfMx8Z2fXQdCpv{F|oRT zFz)iZ=-Rvg*4Msd+>P6r*k4=v`qifb=fjJf zZvKB^c-o7fw}&9BS<1g?Jv!QIeG^-17MEfv*Qu%~-PILfNwJF~}(I;R@6gsNQy_HKo4c z4!iig8Rs`XV0aM8H&dZ_7yGYwe1{A_hjRzoB{KeSa7g;fQZ6@BC}z97#fhdBx3Ap1 zY$nv&qj_*)!QrAyT(2LnFkk!ZwTnw?o$JHNr#XPe@j28K zab0JA_{-o?(;)_Ssf4tfEoL2yA2BhRuPr~|Q@-l<`-6_QmWJOZ^9GrzAJNMcO3u2< zby{f7{P)WhcTc?Ao?&z{|M_{NW1@_PF_)#T^S6FI_ensAX^DcI5Z84toy3Pfrca+> z$}z2w+xL-2*^atR!D?mdDO?;(2Jv3(Cn8^z=I``&cX!W$Wx2t#lnfpG#W<7&ExLADk zF*g3mEAFfMansj7dG!@^;=ADVXD&5g`6HY~zbv^d8GOHSl0k!z%oO!|r8(-{r(fx> z2z$gO|NM#hRMrh%<@p?w-c@yM@{nL~TCjkXv2{kO{p*_yPi>g@#d8Mf^Ii9@(7NBi z$}H2=B6llg%SK0o1KcO>F@|i|GfhtO-pr0!UOZbruwQ+l@mJ-c&qD*P3PFPpS7No+ zFizuaY_>>0FTLQSqM=&1;|7zXm)^0?%$mgP z>lJqL?41S7KaY!b?YwDorbr<6fk3@QqS%icQVW?jiBF7N&#u56TzJF4$9ztbo6^~Y zt~m)7r2?V}D;BOVZ2vTULu%ye(4WSNTV(E@33_=Zq4@?2CsV&1n_G+8ksYfhf1Js; ztN&QF)r|`_n|CZLRB4(tf7*>^UdJyp?39XJ(uI zoi0?kB{NHn#>({?u zUt9fP_AceizaMmqEjaocbZXw$mlY}}=g0F@7Cu;iR>Atz;r?nL$@&k0w_A_w{QWmB zZm)UxuP=K9Ki)U!asYKH&BL4OK<%(EcjI>LzrJt(5A{zM-@k9k`g?Q9D<``L+wJUr zL{0`Bk^YaP=I_7tALf16(f=s@xz42jVcvyyA*LS1XD4!>=1-lo)zoHg{nuBJ!m@t7 z|NWlM?khPHW;gBMzT(2Gh_pBPE01aV7tLQT+qp-BrE$winblz%+A5|h7&nQ#$+N7v zkf|&s$RFYKnIY<817jkGgoD}(gIgjRuTpP_?4F^(D3qg=6k&N`r-?$?u@V;l1D9K8 zlm`3HP!y0+P*B)@uBR}e?BRpwR%$)HF7sPrKOFh4xar-8ZMh-VSBlSUF37u}5%qA! zqFExzH@Ox#vN5_DF18Hd(qw$MCT4$)-YUjt2XzjAEbb8sU!l{revyj#!QujK)9lU+ z+3kA^JSD@P2xKPYUe26&>_@v^5by3S;tm$f%re3bjFw`C{Ii%{*miKtOyuh__u2pS zr|IF}>g@L(aV_x)zbO4kPK#~z%|6LjA9uVdUM}vbRHxoG{oBW7&(}2DzkK#JrOt)9 z^Q@Lq=#D7e&5oc;2P`#8oWE8m_R0MHxA)_|OzYq#)0`hW1gd1u@o1fRd|9&RXUz&V zL1l%2yd9R2j5qgpxK}sMa68D$WHIft*HN_%BKg-2cqjx+5a&*~5^T)i&^(>_u2PJa zk7GifvW6kku3!#lh7TM%8Z*`;8Q)%6sNYv}S~!7qli7DY&CSiLt0(iFimQ6vKdpIn zgbgc$Q%kE-i{dxKluc@x-Fr=E>mPsl@E^x(Spy9p>9i6CCWe~u$?`8Ri(Vt)St-suV>ffh-GVJ%vHU>PeXjHqhOilj5v9ps+ zl^Iy1``P1j7=GmS7#)!6G;7Zif4sfnJBQN3g+UIB`Oc7C7U zk8qYxpOS2JGxwinPyH*samO(Rhgmz76sDU8gl_d?2;Jou!6|mt@IA9c(3*l~z5Xvw z3*M}=pLPA8*$&S3{+LyJA_P;fHs$;eo0%E0z@blO$Jx`jCa-M2GUM=vQi*#DCy8nX zO61<2{`8M&n;zyXJUCTjraEXqX#KAIU%RWEi)$@HH&^Cmaf@ zK93epY`UVf`p-+nsTx8&Zhsa>i`;#^z4vBAjOUuzBnkDiJPJ<7O6}#WxlGlfuDV*h z&hRn1&=okrG>zdx!7HxytIq9o{opQLwBp?=-iviT1??#p{8OB1FRl3%FWC;e+6xQ3Sop*5 z&i`po&ma3C_~g*L2c7wGj;Bj_dH$q++Ev>7^=jwE3m^C77pyXrl`0h}v;A;q=R#Z8 zOUBF^JkMix`>Ut!tK-U7G_4kW5&A6m_WhEVUthoaaJ?+Q1GHAfZ~X_)wN?7-|Ls+0 zG2Hh*9CXCwzP;+HI|W_hT9vmxX5zc6=g*()HeT_MBYEdm-I9B8oJNPxgfAVgz5@LNAzh$RBdz|aXpV|Lew#LYLg*UD3nmoZwe#)XBbw^s* z(^9weo-uhSR@BAw>TUA#NwfYp*(!XT*7%W4kM$kM7tJN3f>-+Zq+7IdwTz%c- zvojNXFy?yD?8R5m`UFsjtX>W3nEd*Fef_%l;PtOBeXLBn{Bgdt8EA}Wwqx(iI*!am ziu%eTph2GfzxEcDU5kG>_t*&nqw9S%jY*{O4!nBM$*xPZ_8 zL-^$?M*geUh0T%=b9|ouLt`^jZg<1N>-SkEWtIK%TQ3MY6*WGt6Fh;r|N6f5;1KY> z4!S{S_4PRLp`@=M!SNpDj8~2=Yi&Px&YJ&^V@Kic`ajds_H8K#sRLh#RP~@;Mk4m# z`q=7shVR$yjg9>%Zffi{|2k-h`JjK?y1n|KgF|0hfyT-`uf7KjS3-haaJHtj{q_HG zzrKSzY2edYSFiuKf1U8VI~Dhjg7{ZouLhl<3LfG7dVRrm$Y9Xd(u#F^g|C0T`g%R+ zK+#|OuYUr?B`uhLyUwiIW)$O0W-u3H?ed}efK3uo{>woa5+`jc+ z|9-801v;|zYZdrv*-$NLU(cK+jBDlI(#opu*S~_o^F8RW(eKyy<*ka_D-G%wzJ3Kd z@AEX+oF34zuIJ1qM0_^dIQZ*zoWU(B*I}JM9viZi|CP z&cWkK|5x7+Z?#a|`&a(@Qqb|V>+MND<#lRl%v{iv#;Ow{NB#f5{QUgjAHm@2FUr@~ zuRd~b7wA5t`{3R(_yp9`S3$?6`|Y2<`ab9~se14+$DngX*Mr+}i!HbBpZ320)ra-r zZB^gFZkoLM-fD2vUop637`;S0LvY7h7n;cD>WmvG2<kIYP%U*qOeDx8~4Zea`AMg57uJ-*&_|Nq# z{;e0k`t;R@^WoD$>9lIs_v?#xf#zjgzgEA#1WL}=7xIBT{Wosc9>eRa*N20e`tR2} zfumyG-mibZ)~|Q_S_v9du-bb~6jYoFz4`ze?!6!PbJO!nx6D`ntv3e^cE6YhI)C|K zylysYZIB}9GL*k@#?w5?56XsyK5z#m%`XC_6+gfW9RnB`#B>?waqvGt?Ee3uy!X%R z_=oTRalEfS9rx-(Zg}$y&E4x_z`;h1hzx7uiWqs(avRW?~-sHM^Mzy4a_2bvq!&^Yd z3o5PGjpI6OX=5P&qa{B!U#Q^5>I1L-TE45#uTbqeDlhbPO)*cQz~MGwmq%~h zou&MK-@)AY)yF`FrpB$%TDfVxe)S~&BV~NAK3;v%^+ky34y*QcweY_$-&^SZU!z{V zPx0L1ZOd52D+~7jKdAcEmM0wLc-INW(p;0@YdBAT%=U&T^6)Q{a^hRbW&_V=@a`?Gcq#_C0LXg``UeHpWiw?^{M~1`#cQw zj6B7s|6SN}tK?QTiz`MBm?AD4?djug%RX@bD{Jnc$E1@~< zN5Zkh2YCt-@jZc`*39;w8veIRX>VzT(t7W>S?fVdwkPckt+@4N>dVy^dgE6gxxPbv z_q})T56Z3A`6F=m--E92|FLc8zxqS{-uH?(Wo%aaL&}7k^ltrM|7&@GXRAiK>-`_K z-YWxE?T>5H`r_;D{J}N!m)?3VN7=jgH+(y|Yl;cC&Cave19o#NE@KIZJ(_y#$tmmg z>wkUuTDLd!-Cof$-gm<5U9W;RYUu5ij(dG66tpQ|eQ1S`&7&CE4NhyEX71ms*_b|U zdVSG<_HI=#GHboXzSQ(UWzTed$~-C0~*XMHft zZtvaOd+V=pEjM40`}nwIRbS=txa{hqmfCl#S0B6jZg1&}B+z=Z@Ok^^t-rqOKWIaV zH|V66o~G#Nb?*<#><1k#6nBuRf4%GVA8!&I3K?TgW$v7*`$&q5$1X%R^6fN{$zPA~ zNozD2&kp-|H1S^L)C<9)&D+>Z7WHjv+B@x$?de2;+`mS4Hx9iNm@ubCFmHnLnvdqI z^GY3M?^nFqA2(^eiNLFU9jm`q{Q4L5rM6z2rF)ptQV@n3xmeYbZ-gyz=B zPm@-iS&-1s{W_y24}97yl4L( zG?A^7_uQP2kdoF1I>m2m_3Eo}S$iG%!pv9g*;?VWUbRYaz1#IAtEYy~TYnXFSk#8S zg$(lz9~iF5N^^cHBo<{g_q6SM)$u-Wjs&eu;)9-@hue|ls8cE`J$A*$*tzp-i8 z?0e6XAi&}L`mI6wr#Bv7?WLdP*0A{e%KfRhM)Y4$#I}I>ee8NFmAPMeS=ACxmHylo zw@k%ayi;m>F#Dd#AKdNdZ=2`&`bo=#*B4DIW_<~*(pqmC_xj@2m#;5hUj)j4p5d=P zUEj6Gwa&nO@Bftc5JA`S_=hDcQR$4~sy1zDt^$uCR*z zu-VmZ$iMR(-;Kl@)q7rTUEBAFx25Qqm;DyL?Dumyr`_FEk<2Md?>+{S-m8T*&~^6z^D-WYOMH@#H*UG?7YSm__> ziq^XaE3_?axzhIMNc^y8Hh7n;_3HhqlC1xrb0xo4uXhOtZO{5L6?B+V(caM4tB*qW z>mO9x4%%?{pzr&h*s83>JK}CKY4Lt`41Lc%FTJDs$TPnm$@Q*|*_!)SO%M8_b>o}M zjM5eUhbK7St$x_1V5`EwZxub8b=Hg>Z-O-xhVs|&7TxQYZAogmR@q{?9{h*U$U%c8M z{`%MY(idHOd_kv(fOZRKuIn;duUfV0lPSv|Lp7Dz2M;XhxzXzq5Yx6> zTnzKJZoJa$7kXT1&ZG}hqr`nz%<$i6c;{%xB7cciu^0sgi7b)p`BNWqyfgc~`O^fq zn+bhibT;~3yeRr=ed+7fck8dO+CK|q$>&henNE94U$1w+`eZfeB%Mdv7ezq_U$IPC z4chO-5*7MxZ|O_WHp`c*{-kYLveJt03IFAn7XyQfB(y&*EV7A+QQ(`{H0NJ%Z`w|e zZH0?fO(z`twp_S+?KY7O_56LCE^c0W`$_iqU90}6@4c7%^?%$d(9xa;#f<&0vsi_{ z)NTiD;eG`=1oLjys!vxftoDX4Uwvrn%j~;VuYYP^zWQu^f$way?Ju>j$GyH9KGDfh zzU%bIw?}MrlzzPF4rtK6H{d#Yi)E+RUEKRa`Q7{L ze+15V{$I5pw1?=``cTkm=kq{kSziU6wpHEzbkjY>P4_@sZmutwwcfPeG_LBaj_~up zhr;>OQk(gzS2taKw>~H(aKTPVj^p#>U8Zp6aRdZC>5^Xm{Eg?N7cNG3cJiN}%(hAY zjo#f=KAg^lLOU%#3U@8~IXlF3&eQ{JzuFmVltsVjE}L{9;=m=1PS*aOmoK=@(z`R? z&c0@~RM5<@<5AkB_YMaiKQnSnkr&&&`qS|XW#AL(T*8;E{;CVzav%5l-~QJZOW*Ca ztuotdS|tFAt?TPJf2?@s==?qID*NJu^OE* zF~M2%PP6Wb1L+eS`FBtIyuwj({Vd*}ejFuvo;#x^XA3ig2yaMTa&+%Ty$>@FH!fCC zWtz2Oe#7R)$L8?g`uEerpmmn_|5;hTCoj0%v#9RQ@%3)2S?;bBvN_!kKHctX=&SXr zab8~!>Mq+h{qOZ%pd)au{@UXUIvilt7uTw&ui*=|K-<4UpRN81+V}`^a%^1Io~iFR zHtzcUuw+t8fM1Nr8Mo{A=bZbgB{lW!wDT)c?&^PUN^*SQDlT_iv?($tO`tzJe%gjm z(Membl=iI9*fV3-wc6`{LFb~q`Wg;8>JYri_BH4j>zA*8YF`as1wO>#^`+~JvM+}( zdVLvmYWJcn(5CtDzwy)Ab{=q$0^9Xa$>2tqVUyTRF=^EjeUU!$wZ~0&) zwR4FKf7hQyQSU$6WV7xzT@&|5=+J+@HQ%d0xLO-;ezp2)-0ENJL*rh33jbU6>Z2(5 zs9x3j(s%pkt+%ZbXsNh9yZBj=BWP1RN9en~2YLGq`#r;7{jCBW<+o>oXU5O(;fG%8 zKiJHxF6!_|WT`^dj<`jRXI_PVns;aki;Kbml?$2;+rP`nzFEsWQ!$kD+9$51F>8~z zw~9H-DV9bk9X+S5|ABRv-kZrS2h%QpI+(+xczXRD?;ES?9~ED_b6-WUa>-n|^`_P9 zOaEMbwVH?x`ENQoKFacMdzE2-XjKgRk4dgaTTi%oM#gJ5UF6Z+Zx`1gnH885ef6=1 za@fW@n$o9#F?p<7WOnl;tC#DI=#G=EZ}pFdDhWn0e$9V5nO*VNtIt(#v0ROL>qB3H z_RQ^>;Mw}N`qOpO?p=F98^K+iT-Stht^ZpeTD?9N6!d!o0w>Liid7Mc(vn|9g1xv%bKPuRRI?DUNV*%h6Q z&zZJ-eXQU0`eBGj`@)h#6T}`pJg}(Zx53YYJ685fz7G}M8XdAK`AchroS1BK&>z=> z^S4cB6VKFs(|F-c%f{xwciC)aY1zk%tpirb$N%Y_|MB0y4S^XKJL)7e^Rihg3-)Zt z*qgAtyd&hs7t{UWJ9noUz5cgewf^d>^@XKo;@5k>t-f28wP)(9^`(^xlgr{icpj3t zP<=r#!2Mv{+T`tV9jmWaul`!$wwE*X3229F>0i(ptUHw6UH%Yw$|W>aDaiKvs=Y<- znHNK=4!xLq*hffAJGI#H+;{y*x zp~-PcKcRb&~a!ovsw^R5b#q{=Az~~Hi_!R;alG?ou&Pi-B>ujr{KxYJAee|IFirL`TF@UI3vRcppA-%*Ge8Gqx~!QfD zqrp+(3HKIEKCotf{Pi_Lm6dzL!3V{b_OFlITXoR2OZJKCZ?Dw7zd#+e_^*{(e+1*+ zU%viF;N8F1cdM*G7g+oSb){B)4PON+pTl?U4+qt8qF3MLYxC^|9p$m>d;HZZuRT-W ztv@Jcb=3Cj2j}x*!dAN$bn`x4`uR0inM{&F*4p~(<$P|>6mCvl65YJ~vo2`2cw+5o zrrVuCw(omh{+nZ5IQ2k>y3|$sNnDwxJ>h-!%9H+HFmKZ5+qFVv+r95`@8uNkcdcg$ zt(diEYTaJ(_^&S&+UoaX91A;1`OMKRtJbT=L3hPht*UC$-f8@wWyha&9*e~6?+6^( z|G!D!c7Nr}MOR;~FMV-qe|R5j{M-LeV`4#-&|mPF(bZp|Pzrs$zQDCV`Mc>_rR%6? z#J;{9zU%ANU!V|*dKy|0w3p-huK%EV>udPRwbHiW6Tz=mgHGH8Iq=o$lks2cKu5M- z1r1iL5B(dyYk&OL>XwSTQ`;pqH{Gbe`s;hl641>)t1p(mnDwO=bVTs#tM%7+ecAeM zJ=ih(SAn+UgU)_^^(lPU_wZH!UVRVW^?&^<@ag2B&fC@a)mN)tUkd*ow`z~b^;LUy z<3L5?chK3f)$2?DgAer$1s#wO{}p@$&DE;a|MvH;z6z=xcYOtK!`{E@OU<4wZgT5? z?FF?sD^`8+tq-kQ{|Ge<7LDqu8<@!2MH~$x?S8;v$`d|MzUSA4*y83IytUX&R zPJIQ9RlEjWhVnOV^}qeAKpH~-hws|6^?&%Q&*970KUwd3ebKAWca>t>s`i+Mzy1e0 zwm3F^{X3AMrQq7}`VOU?9QU-=m)7mQzHIf?xTx>(paSt7_`Kd_>)o#J0tH6gwDr1i zQTyY1K*hl^P}`oe$t*&Ql}?(7F0%MLmnef{-S>jgoFIsf{%>QgAVF}eEC1lNo9 z?$?)sPU1NqK5PB;PoTqS>(*cYTfH81s_#G0aYb?9X2L6w;diUod&hr$w^uOy)!#U= z^-iX*S0BCl3Y_+rtv(A9i~@HQ{(uhDeX0F#Kj@e!(5d%V!&iN=3~$Z)aJCwBHZ91S zck4lCqQ1=fTNSluYSsGE7c*p8DJ zT79=l4-{;mGkZbZ8PJIypw{2lxK*IGQ26T$OY5&MSOhwhb3Z74U}qh_`h4~2>LXWw zf$HF^zxMEb1s#OavI?><-cjYlU%~K>)yKmZzxvP`r?*}=PIC2Wmhk$&NGHYa+IxK| zsO@v1HNHvv+TZxqSK}nshk}k`czw4@1k{EKeYbzt{O@1D~R$ts&w}009(7L_Cpd%sJxW2f?H(9;<__ab1bZojKi{Rzu6+7HlojY@{ zSOqq0EdG;m9*5wA&|ix;^j2xD=L%o^VAlJ+@2~%;?)%4)U-@V2yY*~WD=b;MY%WEw z|KPoQ-@BeLj&;96S6}s-P#)K&ec?xH)#5!uZ*RNjm)a^}aKcxP>sx&!^uZ)9y?5`P|Nju=;j`NNfBa%Oj{J(ZvT?iiD2BH^ zXb=733OZi4nU%rt^{@K>U;qE{-uwEK^QBgcHQv+a<=f5u-^M1+9p5u223= z@&57fLFEJqK1O-QM&^mD{Fk2GUw!yVM?@-Hje(NHKLZhtck#1c9gz)vy!xW(3uT^l z5=WJP9%d8So2eduxhaNouEF2`%l+=jR!-)r*CSC!_Ebbe+$l539NU&`fHDC zoZ4R1Do%yTyZ6bdg)I0yt+TvIYi%`;s$01H4ClSoA<17ZKkV7?{{+YSi}i7@FPyCs zT79)@_0{lMdrK>#_OdYc*#A2ydS7;hp^W=~$Jakp54&yrzxVnT!E5^(&lvvau~y>y zcld_bORqUXS7z*(FZk7CVIu?o$A&QLt;?D1uO553{^HdN$?V^}d)X9Q>KPU+-S;Oo zj^p)(rSYr3Rv4^)*yCWq-ry)^u{oz@B@>TIF>mRMuCG@gbnVrx%Gw`(_|*EVpi}Ws zPL_T5@7<4Nfj>&j36rl}b>zM8UbV+He)XZPb?ezg-|Y?smSkJN)oA7zM*ThiBakJCfUtcV(Ty^on^77pv@S8{a$C3XI{q@_Me6Pl? z5MWI|FO_|gNth*J+Vit7${+NxKU`;$QGU1n`tsGF0oE6*H{=)0t5E(6 z<0gTR9IIM=C}HX02_66c{cW!}*uCLX`?4jht66LB-o5+YYpqCp`Lg;u4`%IK-+ky> z|E_M?d)jbGd9f`1;+a{L>A$zkgDwwFsK~IMVoZLEIVB^};pftS(K88`sWW_v3nYp5M1s zbM6Q+NteuAEq(O~=uB_v@LgXI@`c&8DfE5c^R@Ez&sU(L{CoJWFI!)&FReJCx^>sP zKZ2)!gF0_-1T=nqiLKuv&6VqVZ9~?kR5lgygE#gDyT9=L;_iEBq1WW=q4P79K3JVB zys$w+$>`g|fKZKpb)VUn>zWuetDd|4usmnGkLc;7xa%Iyr`!V;c3)fZ7CstnTBWr9 zplCR*(da*WXTI^RUZ3J{NtP>G%6PN!gYb#2Mh9=Nc`ds=p-pR+?3cY07Pu`Gztnt9 z_Sha#&##%k?|xr@j&tF6yG64&h2Mw1eD&!n=&p%XUs)_8?ydR+x|wk53%9+}ag)}C z##QYH-B+^c(Dwj+Kh7`8zggC=h{zT>%~4s+!(zwCz+w9Cf8pNVxa?H>gTYOyId=b- z=k7K;d%t`4{8Q^LhbJsvR_U{7??IVWYJ6Gu1Yu*;O_KXxuMe$y(6#z|-0O?s)u+Q( zeNhqL-Ttt^-%oRHzITM(f$HmA@86!{Ryq1retCfPq}D5<`iVt?lQ@?s7)(BLXx0&n zDbwz~J9xD(uDIY|N_Q7mZh_sD=bs)Hd^~u)@5zFd=L+wh6WAp6XmilazcY6z%f~f8 zS|KC7v^v)*1jD6>H4m(*O#yN2iMbA<5qnN z-vw%sY-foGpTx5?^>&kkx7eD**Omugwf7wV<`E?%+0N&?M*DPU=i}+FNf@NjK-@jMy|GjVq{{q9E zS+e|3R|~cToW5G-#8mn5%6)P1f2R({3uUZY^lI0)hY#G>R+ouP?_!?M&FY&KwR&y3 z|DD}+p6@?7dHAx-4c`Si0lqeVz3cVGpw{7j&>2dz_R51!rdkC$nLjjs^;wqS32`;G zGn9_qtCe`I|+d)Bg3-3+3m+42A-bx@Kem=dk5orI6lw2nXk<02s)kW_0{lK-{U&aPlxRW9n|z? zYBlKMgzqfn^Y7{HH4VHw&FJ@o!jp+VweMe@Q(+tM$|Crr==#uu^P0QTCvU!bMWoO4 zMv|l6-^bCX8~z>5cARxQEV!KS$%5>Kd#1%0xkmo3og%=~$=v$*n&*8<^Anra@7p+i z!zxJ+S-oeTvkq4BPj^4JHZtNNSH|}b&gW-_Ret9S^@%dG?=jw}DbFDy!L|^^2Pkbf6!zWqRudL7R3EG#}SKT!C?((Z!exZ&kJD+Vk zJ_*#CR;{vHfA!bD)px6u)(eBq)(0KNKP!7$;nYg)tKk!xPF1KMIPx%$H(IMrNNaW%gT?}zg)NB z&pMwos=LC|pYD}1q--$x*M>fW^fPP^90Z^By$Gt>tXO2^Hpy1bW8$UNpVUu(d8Zwt zGFePtIAm`1-Tu{|K3!h_>nmtD^c}~>S#>)UFYWh?vHBj~0Xjt16ErY9ZRNqMulCx; ziLUpKdwo6rBZY8VTlW{8|J~$Q1-j2*)h7!@N$&nlchVl_CGA*k;uugDu6U%+ z=}FF1wrAWM{`f=$-7dWKPcm(X@l(MA7oKq*SYwkiYug{un_<`YU;ezxPmJ%_>HdTA z<#qcXwAJ|9gStpxKxcqeW$g`L4!*Dm)YOlA^fPCBN6vPT+e%-ktv(xnHhkXRt3T@X zZyYF9KcR5u=F@`6=~4k|e&_bH8EH)k4uuRb@6J8Q{7P`{v=52QAJ2%^Fo$q0H|E}U zH*tX{OQYXA#luti4^QQ2Te{BrG~fIVo`#tf%Cn7Bm(NHn((10`aE!aiv`9^;V2&t* z;ID|ek|i_ry>6w~9uUmlwO^-}Jr6W#{l&G)Yk$yn&}CMuzHEKB|MkDU;&HDpgYFg# zU&sZzwWaF8{I0$f5&HuFS$os|wmzBUW!LsO*}Y>m=d)R}ZS$XXGKMXCUoXP^%H?c8 z!=)F`67t&I=d*`Q|9@H_YyJ?>vsDiGE*FueA<$|UQMJr0@j-%E zp8kd;j^Bqr{?K~7qJ%YU>C}nw!rxxpnj5=s|LaTFL4E70e_mgvzFPgYqHC`sPx1Y_ z_1BlIFRkeMzxwMR#kkj(t}kBoJsi{%39VXvM=-)X{@>nG(2(5fD3&!yQ*wv(Zvx{K9!}}VX%nxOWvHidFW?Si<~E)pP5Df9v+TZ~gj1@#MDklnpL#aP8eP^FH_FLru+!9^9e9{H-&c1B5nh z3a*-5X8-SUb4CEm26b7+gKiOv?Cv~$B&YgAcWrq2yZx}CWYAg+(7?%e@I6lc@h9U} z?G0ZAKHYZOUg5Y|d&T2sf!3f1g9e&k?SJ)Whv_*h+qhMKgg<+-%Uc};b;066$Fjz+ z{#u)~XYH|94{J9Ra3=JmtmtEHLuP>tZ9#jicO<%~h_xi5yRnm9kSAPW!0O!V=*Z z&VKWF!om|4D>cqkV3tf}bddX9`u+Du%h!4NlQ{NV^6L+uwfFk2e_5b&<5c5TUys`b z8WhxxlUg5IFAlkWr?hVG)#vL&<5xc{_d2D{I-%-lhm5<7uS^a@Qr)w4C(fBBzE(|Z zh%U_0SDy62OQiAM?+?$dd!OtRmuEk})AfYU)ohnC`NXml-g`|CO|sZh7O&&D>a=9W zoNq#Ur!#tH#BR!5?W#O)FE^<9QQ@|?6f|H1 zx_XW?C2*5|*2(avXFKZlZxlPMY`ycxfrGJ&C!Ukw+~_4BxJqf=ug}wYi_{YytLWWM znew8k@7Y3)>HEbvq^c8QXY62C3Sn|$m>&ZLGbuNWA<9W``Uay5&| zePbE8rNzt1>cVZtFWEUA8V7q0#o89?HZC>i`gtH={-P)r&obo+EZ&?+`#<=GSBG@> zUwxN%vuD?T(1=&n>N~N%tzRG4uKFGan#NpxH_k)l?({#Fha@gs)(rnRC+X*ktgLw) zKeVr|DSLfqm%$%>^9laptGXge8(B;if z`Ytb8_0=P3FfD@rf5g8``-x&l7pKx9n=`i#3{)TThv~)iIvhx^3wu|Jj?w z6@o?lzeVvD|6W=YFnL}%>)O?~R5vVYkK?acU3B|l$)w7Ol5R(D#=hy;a&Ql)$fs1U z-|Fs7ZIfg_FWmnwf-maB1=)v=)8GEl>zM1^*096D$=pXt#$ncktsmCqlysh`K6!Kk zg97(l**#?p^Pad}lqu%pS)8QhTK_({@l^AVmpj+l@VTi5sxJ6=R+81wUBbetp@lVL zLcDX;la3p$K`|l~>s5KSwcr0VuTk^Ps;sHkbu}CrbF!2YTBGCKBKjVDc*3gG%^jQ` zzR=9+Rr1YE3<~TGmjk8M4t6s*{64-R(Ljb}PyMm;hyQUdUlV)x{ZG*CJp04DoAlMM z$4%Qm3Dh(zaAiw5|GWFMH+R&J?7O|^kAgZNZ45ke-nFuEf<=0yumWT2N}ptl z^H)QoR-e7GMd^}xIKPj8rOAEv@Y7tfoPqBS1k4d%uVc9Wed{IfqC5G4%C8+}haca+ zjN{xJ#na1UWK{&N{H-Yx`z2|4vvGmK0(Rc*v;T4KiTPA2-&e4w=-yXwS@)&3$_sig z(m^x+nGkCeCfUd2$zy8RqNk@3e9+s;+NUiS^ms?lKmlCt>=Njbq+LH%>krC#{0*%F^*qIa- z##>%p;QKn8t82F$=st$^*LNMizGhZXZt{BFuFtvmmy6dpCEZ!SQebfy=Z<-fay_B9 zuLa~^eYO6o*7d(}Ui(?XcYpc%pT&CruJ3Vu>s>)k0-X#DDvq!I0*&Wi{q=wSucM{a zv-)uk^>0ue|(z$^q|kR&8!+{ z3V%*=m;2YtEV0b!oYi&V^UfE4RlQm;>2~$q>OB?Bby|A_Lmy>*3I%oNukYNNa^Q}@ z`R}h*gT~sItp55RbTN47OYKW8l{2+|jJ zjZLCJD+s0WUlqr(@lD;ctxG_wE&pEsTb1<>ya@Boof*eqN9BTUB+$Ni^)+ z&~LXX5u09sNYQ1Xw`q=pOp5c)D+FtD~1+D72 z`gHxT{o%9r+SaR9>FpH{pZ8Mejq%lotM!9ly_v(VCWnAM|f31kx%W+WLP;J+%kEK=M$%~h(K7;bmG;j~E z-WFsl;<~tBp!N>7b8`PyMeUCR4ezhMTcs9vxf`_h=VbV+KZ3>Ob?XnxF5F+<#05IJ z`0B5{*Z;;tE)9v=Gqo~da@F^6(7nRzL1Tm9tCwE=jbD8h)K^#sDw)D(tq-l31*%Tx z#%b-nz6f;D-lfoAdqbaqj_3UfS{k+rbU7?&KB#UlSNPv5F6~R<%Roc(rd6-+)`Q9b z(6w?=dwfBo_aMU$ybpi%QS^lu$NTEzp%0F&7mVvzeFQY_{I$Yqy?FSv^*mRfHfitw zw;nVd^8&QG;)~1V$hF{sxT@7xA?snTzFN-%YB_`Q2NAc$t=cOc{`%*tui>vRn!ek6 z^+CdV7tn=q5BhfPsf}Z)+8_Sv{dSUwd>&y3ud~jXsTO)LB zb=0+T$%yTeRpHmaURlXq6!%fqZ^C=f0lD^9|7|=IeIZ_Azl6v9moNV}*}Xrrx5|1w z_-w+aeS2f?{x6OF`eNPs+PJv9Rr0U@uZs^^Xy9OD>vwn#j ze|uxL*C=28w_f<_L%F@OS6@$GHGB2pnyu^4UiCcsP?-6Xb;ybn6E74xu(|*AU;Y2> zUi05)1R@0X6mYVAPIZ~TS?H+s_h&*+68|}DUlUxvSz(#*j}$hkuh-vxX7E3|`at8| z^-;R^@zdVDGhdH#pzc}z0|vZJ=Y4iu|8bQk&(%FJWn0ZLUD?wQ=D*|oY173ReaXd( zVF{BIch&x@kE{0hhd1?k-&2UQT3H+rV85;)(fiBv`)4@ft>+psMYQWy%ibxlVX{8m zfAP-jJ7Qle-t85L&=s-YYej-EZ{&&+gdj*B8#mwd~ppI->LHv)9+JKFr(8|0!wr z@4c^^wDJo14*sQJl zG9D>P6mTfDR_Y#pRA&1jy!>ly=)Wyx#;dRE`yS+vYqbKM0>ct>HzZ%Z{DW)g<&`@U zSO=yZqjyNB;q#ep_4?=7vg`dV6XZ?AgX?DgKK%PY>U z|62J)c=x@nx75CWeLuPS*Xbv_U#~t=TEF_x-uPD^f=^$qnOq|My?7RQg zb9}9dlL$WaeTqoz-FyGe3jAZ_Ws3TE`@!bj@7{g9wsfJ~vVBVy_`mvk_dUnw{EADy z$=k#O+w%Ya-8iT0gE`M0=OavxoHH(#&Uo@*)vT^}zmk35@E%yjv!3TfJ-g7uf9ve5 zXV|xYzaGc+YihG}M1Ea`_Wd>P<%@sqzrMihLDv>0y^?VA(61H2vyX3@<^0F4QGI8A zQ{U>{m)AATdvEbh?|pgoW`l}khDZLprOHk{y?622cC}gc^2^WuZwz6Xr*cMCP~`iH z!hl2P^kn?nR{q!l{MCO!+fx?i{aOh+t#|V3>*3w6FYc{=eW|n_e1=}qbkd+Sc!X74MScW2ytXZ<_Oeg9t7+p6a1v(S>e795(Nc zUepco^bqMf=V*UzOYIKpruAXP6C>8t6cqitIHB>NpUi!MJGxIT4><1PmniMjRhD>_ zd0<9=uc+y!j*8Abo9<8C{$1CwzqTH9#_HEsuP=d)1zI0l&sq9@_1`Mv$*Vx;ckKF- z9=Gq;igkO<<2s&PTRm(2WN>N0VjI5n>8p)1)XTOWO)L88GObNRd;Xb@EWtJZj-PIO zBbJ%yB4+hr*~z>9-DTQbTK^8$YPI^Zf1erA_f9QfNx-FpuY>MRJAbr{{n_@$_rH|| z{fbUY3S9LOI8ehrIk<1nO6!L+cydyAbX0yzf5%^c#3IIie^c(cOiSLV@13tX~ zKV%!RZZGIqUCz>1uRfL5ufDIl+-uhtn~a8n_SR=FPaIqom-5Z$@$#4*1`?OQ?@Q)? zaUe`7dEWPXeD`lWs@+o_zy6KL(Q-Y_J7@3CT7Tv+$Ki*KqW*Hf*dn=uy41t2S?#`W zlJ&W9`-%0Ij2oJdm@f_uzm@5mKl9g`Z7bd4W+j||_WkD zsWUs)!Oq!zeerJm>#LycXccoK7wn#qyt~u->G|FZ%*AhF4I2X!;)FLH`_Fpy;0KPb zsXMJI|J+!kVrq~ydAqVg;3b#T>APMm`(b=L==7(YBPnxdzfe0ax~Jsc_Sv>^W?juo zk6g%IH?L>KEvZBALOH8F=D(Zv?o0g9h{~HA0z{=`9fR!ob{|~l74Lj8FxSo9XoB19 ziRS~O63>3$UAez$_r6E_-kkQx`JuV{z5njTn@U0356xHKkK4DGr?m3dp1<|xaiB9S z_y78S_5FHp&@Q<+{YlL|H#3$utq$85dvz`7bSTidQeUDECOq)pBEB-f(S|>_mt%=j zg1z9}m{)0PRaRS%@Tgp4c+#cj`0;9v?T?eI1jGJb`;fZ9?%HkpTBFJdQDKv=x{4;T z{ZW#ZJ+Gx3T$UC<TL6o;}@RnyE1Er*sosU&Rx^BGa7Ha z*}pc;!|9>b9mkc;v%aM4G~F*J$|WAMTRyxGv>S0MLjyTYLEA^-i``=Ied0K7aK;eERCYRerwj@?OX6KRm+9E7L-uMe{8xXB#m?RTPQsIoVEaB;aloRjzZ5C6SY*1MZmGs$m_ zYF=k3`sinii%g~8I{OXjDLoIr&CK5ERrK~H`|e{6+vXX0Y_?3a`uo|O&CDiu-#vBJ z`bn#c^0()v2;r|t2hzY9)TZ48@6?SXy86DG1+ORk>@#(#vX(!f9 zOWyUxKW_5s!?jh$>wUpnW8>rIulEOK`})-ngFHC+|1Sq^L7WRJ?%%I3XZfyQtKRo* zSI?Xo^EONlu?*YsRqWMe$y4ncFFxalt6I>i1A z{PnJ-mAm$SeQ|GZOn9&EPqT`7YuSFLo&+6r7$a0zqW44jdC*_*MqbdVz4NE9`t|+# z*MsTH{`^>)RQE%3Y4rS!J99oB&-_0#hf}?J>a!n>fjgexi8BrmcE8QlcCG!zJi{qm z8RhG%e|84Mma|vr%qmWhJFWaTEud&&?A@uyYuDO8b2{E~$2Mt;#Wm}9&x=p@ojG*y zfySGwTW<@WxVt28qUomX%?DOQZJGVsK*7~Twlw@-+Kzm`uH)Auy~6C)<)$qR|Mgn; z@cO#F9S@f6FkHHQ`tQ=~$u3$`cdFd&&r49ad4x4y zL@itP&O2EZLs~fzP3tveK=@m_Y&}4 zXTH)`pi}eS?X3k};Sdhm@VsvC*NT06%{ecZ@BDA}bBj!agUUOzjT_wsn8H=^icCyfjxPH#b@zr^le*C6Cq;I5 z*E85mVLuxB_`t=_8m-4T7#jVpwoI@H7o0G2^8Dh|N3XtaGF^4+PoLpbww8*9wW~Ko z-}cV?fBWoBuK#hXw`B{{LCl{oqX7 z{2A^myeCM1c+Qtu7Wsd^|4xNPZU18Y*MmAJ``3Z?Mw_k3%b6@|TO@YpX$Ln9&7HwI} zvOf4<>0!%1`zCticm&N1`pd9nmWAD+muJ@byly$8@%=<|3rFg{2mdE3ew}_)imgO6 z!IjnGbk-lgtoub8%yJ8N-Tio?$d9YVGM?3Z|L&btk$MptyLa#X`=q?Q^VRp0T5a~A z;}@%6eJXuv1v&fw{pyp~7w_7C^&iL=FZ$LCU*EU)o%-tQ;rrH0Uw!iW>ecrxFZb^* zQPJ|yI(0~Q&(sNPtYc1IcF4--ZTY!CUVxz?Yin78RE|>Gq+ZibcIUr~X3U!L;E3_k z?Wb9OKW?4+)wuikj5n#@JpYIuTlREf`LbUt)^2|MFl0ktvgnSWc+vY+%pNm)#DlY< zR%ZEs2$o)4JMFD{`N}NgPj^2!*X;WI_0{Y9pnd)IUthicxogkds$F~Tf({;j{rdX# z#lQA|H&FlD8$Ey8>iM8kl&W7}g`6v}e!b__Q=m=sakE!H{p_|>#zrh`{ujn;-RrJL zG2dEJe@;V;?WAFkl6Pt=8w2}C1^!bo!*{-HT54%~p z59S5ST6Ub!*k@>(}?~jg50=|6_P^X-9R+EUP(D3z}5Sge`t??8rKF zd!f&~4Sc5qv+qxTkie?&!DTJPLn343`ahzn5vo0_q8u`1y|ir49b!GTljp>Ziw<#&bN4Gul?;DZJ$E1T#TEbk zGTa*;F)(fQ;##M3e#ausyJydKUZ30b;m!igQby#2FR zpFMJK&;Hj};vc@3?s?3{^YPY>JvnR(AGkTEWca|k{mco| zl}AMn`^qskq=X!PXswqYlPRq{KD>PI*Z1rH?f>;9KJM3d zm78{XpyMdA@5SxqD6I#bQhJ|dMt;cczmZ?xE$GX+A6Z{(xT)&i4YdT_k|gs56+%mO zcANaab|dSRyhQhtv5s+hX@WSe~?b;cBI;C7%N? z7uni}Pj;B}?5*Mo>s-bOPozaJUGiJKpxs#F3|Dx=)8~^L+)6J@kp0CN#%D04-D~%s zR+iG`5i=A@c-Yz-KPdO;+$n$FHq++9^Vu6#uvT$!&6qs(Ramr8!l|a-$Ljv;CZ66} zdFprR=8dfBhq5Mf?+~4q%)`?w!TVYzUen^gYnRaC%b+uYD^&LW1r@yZ@z+5|Wyh^s z|Fzy>e);@$m%f*SE}j70h;e=2dWF!7_5W_Cy#BxXZ#_pTsBf|8`=^pgv7pe~xA*I- z*H;gUt^NIA+GqbskI!D-_--x7OZ$WT9`*6z`#3dKzhCWN{Wt#U^YaPwHb-1a+I0Lg zL&GsSgUK;jn;Hyd3sPd!Ro6@8ZGPz;B)0OBu!q_I#B+I<`7S$mSGfu>`0t74Ti`Fz zo4xwXfte{jYmV`AZB#wFrB!XwEl2USU-LiQHL5W)@&7PC@7O)<2Rf&Y`|V+1P~9o? z^W=9ehfTT57c+|#9pKyJ&?n?{fWd)RPiL#i>Vvkg@7~+>9hCdypIx-S`a1OLlh@a; ze+|$49|yi#<9>L@yRE;zU;VdNJ?_`iABwx{ZQSG5<-YuxU%&VMgW21*?+=e_0o4QR z)x-BGz2E)5N&Brm_`H;Lpd(3Y&;EM#_2lCqy}hyV5ABWPuFUoRoON}E;ckX@t`OG%igRs(T%3omeunH7<~C*Zb&@>?xKpOMT5S)F(H7YH;p$>V`-53_i+nC9N#A#S zZ{}lTI$Q;GZVX6oIQXoT8O#iSsskQ;4&~gwO1m`)~sX*8`NY}>n>SpTYtnb=ig@?icaAw`sqFIeew6&M{qxIs z{_N<=`qK|)JZP1%c$^d>tdQNou;MvGMO`yPL3Jd*x8dT9wUxgVn7!C+`0_6~-}`s8 z&}I|&;|Qf=)jQ(${N{?t@SE7sblWPb{^i7opCAA2jg5bQdLGB~l?89!qnva6pn#Z{wsJk)ztjmjm2}FvvydWJ$5AQv-32`x~R4% ztfJzs(~Po&?Pf7u`v2!%{L{_1_X(Vvs5kZAJ3pT<#^!rLZR_j%_Rj{pPd$9y-dfNx zKUJ?jeXYn|A0B`7>&wdBY&I8meZRhb^|gKLzk-ID;(RwHwSIj+IrnCT;$wB|KSCAE zef{bWKmChkS`Z;}IM;0B>ZfhZ6^GV&Enq&gusPwv(U1deny)TlhwwtG~B%zCzRg4QCwuXS_NPQKf!d?cv7fr~76+_{ux`*exlE zv&EM@3iicJc)-k@%(5gUs@oIv!vC0R|uH1 z)Ms%6Lj(H}CAMR36|y?Bk4U%(1UsuPT9EZ9Zevq5+oRh*Rc>DoU&m3r$!^{?>qmbI z`Oa@5in4 ze*gMD=%AGP)sWu9-mj;A?Z2+yWM`q6|1JJPurt%l8BHnI4?N2Vf9uO|UbA~?B#T(7 z*{c~!-)1c?UG*zlc@nR}Mngq_wK$-k%M!lwy3Gx^;QiJ z`qsmY(~?EBAc)l(8V~Z6@2I3n$OZH01d#YLjU>ezMKy zo?{TxtM5~dzq`k3q}N{#Hb1JvvW{==y`CFstI|0egSqZzoxLvRzH1w`p24?pVQY{eSHaPR{z@jIW_72 z`hQ&3OIsU*?#(D#;CY&nXVVvn2Tr%5zm&R7m3XCMb@AwGnRpgw{ldR@tDn9&=NJ>; z_36pnYx~33?fu|fe*e|ivtA$BFQmV|Fg<+T+hdnX531Y6f$F6F>-O1!?#}uj_e165 zw7zv5-}if7ogY`N|I{v^LH*!q;~x(u3qIj0ah}A)o^e33^qlG%QAXztbKe~9JjbtV zBC@jX$kfNj?p_L$vhQy_*!SPGt6M~Bjp^&i?B?0?PEM%Ls0g2v+sZY2rB$3n`f2Vz zN8T-Z#KhHL{p1PvbQ`XTv7)KGK0Gc}+mCBm`4~Psc;@I8k%MUq*w_>}d8Vyt{IhXi z)-+f1jXuc}Rny)`6+Cd_a8xLA_v`(_aFp@=B7wm}ox3xAU%N}j^ zTP(}lHke5SMmeh9mc6>5^K`KJ?8Hp*80)I4$tSOZt{ecJUDolcWZinuX|!Me%#GWj zy!U-=)sC)o0XeHg@rSXk^G$wNUfpKp{h=kV?(k)emy=dy|JC@wYgH@yW>3dPnd=W0 zZxi0`=>06gL-BdZ$@=@Jy`R3` zIp$uL-HP|1OI+3qUSGdHoHgjZ7hiX|=&INam+X2&_Vq}Mv@BFkFC!dFl}3AJznN-!z0X>8BTvub%&KSMrfCiiJojoCW}7+} zEjeFQ(JvQP+#qVp8|fe3oHF^;V`iO=mmJv6C|Gk(Ei+A9A+_r7k3E_pvWH5Q-+p+x z?y`iy0v-hq-AN0y7C&~E6lDI*&L(web9zI`4M{hrDH@KMYRx)lL}F&~KD6E)8DVR* zV{52pZQhC0?z4|p%zD24q|D(hnlU+&X3@o2O$YvdG)O#{w&GJ|V^QB(zrdOw>sc=R zoAB!nkGX|n>(<7W^w-VGoE&is3mfZlTJwbdEm(O$rOx_H6!*L}&z5s`PUF8&&GJtn z^ktpEq?mlSsjA_3oi;_ixI6#)tu*GE7TH$Sq6@1|h_C$rpR;hvvG1U%*IoOs@vm8I zwYT*3JISK`ukV{}(gzRfM1d{^1K-b3uddT&zxr<#&#wK~|HtiH59+SRUk{(Z`j60= zloPvG26P*|bp}dZuXwNaliI{typ_B>-X-5eCuQ5c6}`rx)j8_=2-2qq`#m;0pnhA?Ccc!|MmUq z`Elzwt=8A`TqN_=I1(B81k?;K z-m*>jXw-b9!{WwI=Z1whPn{HKZF*Gy{M1T-x0K9{yw z@%kw<*~yt(y|?|@D_JARw46C%!DMMZlY@N7w1u}R8cp5jJmze&AgXM*R(`}b429E;Q&2v-yA=%}) zE@_pgl z#h3dd>U;H=L`UjqrvkswXBz zIevb8x4ZpMoEIB|90NBq17kn{Q*Q$^KWoF)sjg*d?-&=j);BrkFg(+5U@SfO@kr#u zSM$SrC5&eWsjU+g>WcaIoU!h=HOGh;Go*Uz%e6&PqDYjmvP|~trUZhO^n}t>={}N zgz^hly2)y3?_g}b!?i+V;gnkpJZ$@xAI#HaS~t5b*JS-KTNhb}^XC*K{0inDir*n) z!SGN)A>q+nR~FGr#}6;C(v6GI=`)k$Io!Z}*-iNfi-PI$p1yCt^X`5xNY^l72unY+ z`GS;Iv(tLc+hxD|^fMUx?t!T^YK1&(8XSAfARLEREYw?)7<=wLELj!)GxE*ZK&zwpBaqa9i(C z6y@@&A-MOJ!u|W^tP}TJSQT9hUU|^_KX-AQ>w~9qH?Mb88^&|ju!sMRfAyc`)03a) zr+<<7>{4;1Y>UUq_{{!~tsmUEEX^jq361KmFgIxrD5^z>h~B}nc6 z>g(Vh+t%7DP;nN2^6KmTHh%=}GG4uU*vi7S@6?m!|Mve-UN-N)%8H4GyFjyfphG`D zl~!6Pwr|;gKO}kj9S-k+FYFs9FKsa4JREgf_)uoy+Lmam2~KB410>^@8E~}d?LJ&~ zNMmtP*LU_P!+EbS*zPE6XlgJOcx2$a`S+uyWZfO{5419uPITp7s8lUi@R6~EEm)j! zaZ08=7nk>$eQbpZkqIZ6Rm{{{F0SNw;nvclvhat3CIjPQ6OJE~Oth5M8_saH{Xfqj zqtLoXvB5d;MfdaxyB4OU{4kif@(6=q*s}wxJPsWGer>(U_G?S)UMa6;{`1eI{5nh2 z(&=TX|K#!tw?0(b#Ik{D$)9_s{%;pZHO+Uj;T4FmJ$CydgTe}@0tOC-l}Zt14?8bh zZpikqe^YU-PQbL}p5+1y{x-&MX%7}|6VQp?T*J20U~SkHli=9xNP>^mCXBs zOCuLHKd4@EQZiD^I@@iEl7Hl?(#pe)TuPE%AI$Dmcbwd+`fjELTWQJVkmmb)>Y5pw z1y0Rh?Q?pa;Wx2uZ_WkmoDd=!5;p%^3Ri}7*UBSjZ1+`n=o)sbS!MXLJWaUx%7VVy#9LplD0)fMu_xNNDg9vA%!#p|p&}*_(Vn>@#-ZOdV)BJx)=f=+ z=1uL1ap&iYUw^RWQ1in(iiN8MwP__eWJsP@KPo|CZs_M)0;SJl; z3)LDP%^VLNF!BnO?0M+Tv4FwQH(Dctfy3`W=fi4=#CKs5+vWDle{fYe;omQMuvzOt zm+#+CADR7UpPt9@v+$mu@9RC*SKoKNy4>|H4|J02m-zUl;l zb*>K&pS=Fx`mZ0pf@TL~o~+0+o7C+GkLUecpZZn)N=>$VvSj%& zw%B9MQuX@VSJ+zw&*ok4WYR1cx=88VqpvYD4>e3<(2(e3^KNqgQ=BZu^}9?%HzN7l z!FTF68-D6WZECvy0hMe_S!hVb?fxnq67>%-%ID8G9DwF*?i z?hpE&fA#fx(483vMYgzH|IcEc{A<_VqO_D2DSH;`#7E| z*N1~r)_u@y-s1hBy8)_p{eS)A-uh2v^RK>MeLZ}gm#;o({XqQR`mcXWUud1Z2D;Dl z>g)BTzxIU3t(vZD{Pk~X)$8A&gN@gJ{j(P|tO)9M{n~$h{p$PS`}Y6(G8c4V*!=bX z_U}^;LOtkmMEr7c|ma|FwSg+3QPQeZT&x^u@lt;#Xhq-hDQ5hvM${ zyruQ)|E<>#|Mm52{rdMHM}UG0RONwhv3h+!ZuaWy;nP8l@b~L$L{gU;2d7S{DaO&+*~EzU+;Q0~=LTsRNqr1>Id*_3Hc8C$B&^PS;lb`da!PvPl*S-Gw*Q7TeSAAPd%qhwt0_^<~xn*Y`o!bB6!gbN74Y=Li4x za(o5dARE8+>wC}u?bo8XuSdT1PTlqDGic@`E^hr-&;;oJySmDypnC#Wt-cP5MNr^? zYy>5j7wNOB_N~{~4d*DWxVMH4G(7;mRet*V_pAR1JU{#V)&Drq!kD=Apuxot?g^K& zA;()+y?YOuZ&>{|{?&)?;o*q0t$*#m`g*cn6nJ=e`s$NcpFZeXhyR3YaH#*<{mFef8|~!=;s#i{*a5`gpg>e)S>QIQ`Y9L6>6dgL1}K&~mLPb+1FT+WOk~*B4{l@+Vt^Qp@TirInw; z)yqSBQI5S{w^#b=zx|*T2`VgpeZTs!?$x@7eg5XGGI#Inxn5pW`l651IPE`6ZRq1) zd-Tt)b!-Qvs>M6?e(o$?ac;dl0|NsSX8;3(L=59RF3|^}54FC8#)+(VKd5`}_wI*p zc36M-CKkDPuh-7(yKz$Mou^hi@%n;wdqJmKxGZ)ZJv+&}Y4+8qZL9SA-WVjz$Y5q&B6RDr@eS?5tN*V*-cnixIsis`y-VoR z)dv%j4F1VET@8P|Cuxn%XSWUU;jcb!t(dh(qG^&tM^<_Kuj>CT*1ew}PCv|e_&?Y8 zg6eO!-wysix&wZ6i4xCOmTyO2TEA~P&l6V6|Mu^c@3RQS6{jZ4_w!s| z$n~W*e)W;iN7<<}PapbxTcy_w(*c2 zaM3o7O=^!O%kABJ|7LMEroP`q9GceaWp}4>~~?v=iW=ITMG*+QQ!g+CMLEXR^@veE0724W}B-=I&JsVsKXGci`OL16i+6oE9z2wnIL2UNaebN4+WJz^`JbyVh5xNyeYIX?o);gklSzu3 z_O04ls+ z-929@&F+IU(=x_@Wy`O)&!t#=Lm^`*9IHRzOUtuWK3)txmr!w>zh z=bE7@etgOg>%(%$TX`nNeB*P!{o0_lMAO8A=Lg3dITbuki<=)6JNC~>9 zN2omr*|x>8;i$+RFaFFI{)-$_Zv?K>v-sb&zr`X})c^4EnOZBEW`6rCmC1FweMj}| zuKT~59F_)L=G`5$U;d$sOYuqfLmQ*N+?f83b5Y#Oqh4F$)%S<@t^WFY_1DS;?V(>> z<5wTQ{^|PS*FSbB@A>|2@AXBi{({cXU9~^FYkldP3175CPIZ~=KCD@y?o%wWYgc-}b8yn8#!9?bIlcw;H6tn8{UUn{dfyJfFdHOZ{W z53S7l&>H9UMLDi_y=S=AdK%ys462Yx)Wdnocdfw@^p+bo#;DDvO&O zJ$lS6CO_{is6PIn%#_KAW{T<@US}7xQgz?r=J# z`}BBS-qQt6d#^rUeb~T#PvO#sUSF@T+FRfn`g?upi`9Fdg0`rv%2MJL;#$9J&1(+j z*}GoN|FFyV%==cG;5n%q>ZkbxoW40R@IUvG`*Rn}a6aAW)o!v`rpfL1v8J>)mC7!M z<~r168_imry6N;hE|W#gTpMk7wnbfMGoSQNG${GeS2_E+2imxGKH3yLSo877wAAz+ zKNT9}-JDk4IJ)s+svq0L{nu5e)>YWOiP_`*WZpgxPmWbze5<_nn8)?3_l-Xt_xgI= zyuCKUK1ch?($nt(4&~vR}=rWFZnw6quGPG zTv_J&&y0K;9|T`gS$6&BkLdNGc17y_Z7d87%*_9$9uZIdxgjxn%loqTcZAMmR6jrH zx#FpO{z|7gf!(valeb&H^;tcgb;+94+^?OVw)VU>>|;G`;7Qa0-KKx9?|AvhL-fr0 z=!)Q|m1&D!&DAv2+0VmJ!IJzs=o|0s{MwhgHD&jIDU^uC{mP5`{y*cwGWJh9bKc~c zdj#&7cznO!HI8Jz*rsjfS0>+o(lTKdrxoaAv(SoP`{TMn$037wS6}Tlt+E4cg9`n% z=jw}9`@?6gpCsnW749$EynXlX-8*wXczG}`7F_0>f4=HZ^yTG>&H;5I9YyD-J=%V} zIPhq(hLMPXm&m2c(7?I1H;(4*eOGcti0k+sZQbefK9n6=wVI{e{{AP>>2RP^<*SrH zn*~7u{%ZB%sjt?@#_8=XeW`s3w97tj^&P=`-@DiQEt41Ry0gY2^R3X@(#{*1H?wqnY!12yDa}m}*5llaNdgeS5_f%wzh*`u@5Ud&= zmMpn(udm53-H#IP%a^_Vc$nMF?8FuaC$2>?q94C-g*-gm_*SpOySwAjMqbW%vA0{o z-w0)1e!af5GW!>3>tX1t)mQ65=hVI0dywC4y>49d`AV%1d*h7u+KBkN)ol6Y_2p~j z>WijUpv`vit3Np3y)U~sVO7{m#s$Ajb=CMcu5rAraKYE_%0V5UGsUboecN@pmuz&M z5uoT64}V9;fuhB>VZzleyM$x#pXs1s3d;%DSYv&zwzr|?Y+K8>!azry`tf( z_8t^{89ys~QP1j=ajW+99<<|4onWAIVcOmwUN`1*FRgF2-E%EQ=#%8s=nbEn*9%|E zbYwUaz41+@#K&C6kn$sOcMi`uTg)T3LgjJFt=&!08-FUTx2;-zx9ZjR_^+?lKLeY3 zwQ7B6{QB6c*B3!Y2!pohIjz6`H}1itN!}QzWdAyv;Gx_(McCoa+wx2P3YQAsANn$> zL*TI*tIO$(pBWvE*+mBlYJOdLTxKNb|O} z)jwB#zP^g%Z0?fU{dzU8Hg6X!B5EKPh7>dw7LMV{rO z!ZA*Zpr93ZtQT=6u$%S53dm4^JvT&%$UwV?hVOOT?eKtpr zhg+B}1$PyuO|c1!Il$7h!EN7{!~K0X_nzQQXyZ%bid>SIR? z$X}Ma4%Ds)eW~@BRc1%b({rHnM={RW=J+%7Zgu}wjl>ge=EbQAuYPFHyI<3jSQkF<4Y?QzM_}c%t zU3;(Z0-fE&I_37%nVmuI(P`5YOO=*IgqUzRP26?qrSP<)nzq-w&fLBdWw_(TMXN)% zG(&m&di3uWJ^0hQ{nxQ_5s_cefgp!mh@7?V0+zDcUzz|JS5z)An9{ zy87$8^}=zl{(?5eFVenrebru0(4N&v>rFvhOJ83FNxk|U`ec1+jlL(RWV(n*cgsJ< zYc7JPCq3&~C-r;Tqb0A3Qi}zDZ+moQ>WYoq`Vvc~v~JVTR0;V$gLA%q*KXfbXIE>! zeaGi;s)S{fvPQOER(`aRagL@h!vdR%0*2>iRhKikBMYDDEqS`@v#Xtb>HqK*inH35 zeFe3eUwvgUjeWKLDrlelchDi&S>NL!hpOxc9Vp`+*9n^Qs@wG?wkm7y^<7_l<5ph{ zU-cj4sn9ykZ@n5aHLuzJ#;y8WUs?s)$9nav+ia#Xo(E}*RRpKx^F`bgnRu?Gfk&U| zV2~Rp14DxagIjpxw5<&c3PKD*5i%VN4^F0sWi*R2Z$Do?$?tSU?vb}<)6AAz*XT_S zuS%G8FyMf6ppO*8D;Yh5w6}g8uUWRLTs?KoBK-B$@D*yaC0L8+98b>#y(H^Yzv05AOOIRquYpt$5_a#WdMVZ}#!7 z6792`?Ul@Dreo`SwQivqP1g``%_1WpCsA+^gbloNy>P za@*|BuRS*$ubzz9=g(!c=CHlQ^N)v~D5?GKaf&muiR_=UGUxfEO#;;?vbP*@xV6u9 zLv7pYjP3P_$7UI@6ejrg3Q6tC;oj{uEwRbx-am0=B?|?^7r`Em$Ib}zgs9${vf$o3 zr;ZEU?>*xEdy8|^jkxFMypT8*+GX{(S<2}ubqT+V;zg^(uWvlq{G*qE2w$)&I1jgqpp)-7QBFe$Oe zqv_8r@lU0~{3^CUijP+Hf$quJ<68ClYWSh=H>#d0 z7MrvSn@jFz;^Vt16}4}reOCPT50gLf9<$t9udMJ$cO_?U&Udck4>PZH9u4BZDy;Q} zF+6Gcj-3pPDkN{Mseka+bKgemO*gE5f2`wvw#n&E;hlRirPb@*&W47>t9(+Pn|v={_1Z$=tSP%>kFLA{=Ej>FS7Ug@(AV2)m&Gt4yMd}&-ikF&Bi*; z@@KzmU#%~FsdY8{^`(Qg<{!dOXU0ERwDNIi)x3T7#qTygTMapj9DFwKL6z(OukYH= z5*ze+XTqUU5 zCAyWVSHw>wy=&j!q)!_i?C)F)E}ZLJlXPxRY26A%Gqp5{3zv0WOpog5t<3q^x3!Mr zv$y~Cb?Z&5Bj&2yunW_4%U!vUVSqB z^<_}Iz4XPaFQB8i>(-Z6wH2qWTpoXNFSv%_R7(e?_PYJA|80zod-Xm3gYQ+}eW1e> zs@K2TKWV*c_3GCwyNp!$Ri9?4p4w&Uv0?49&Yr`QC0C}aWKVy3>AzrF?W!bEi(Z5K zQvHkNRmwK3Ij1)BV6x+ZeiOBqJ3jK()(FM@KM6XDF|?`XcI4jJrJ}dlR9h@Rn$C*| zI#Zw^vNzs~Yk6{BmQ>lT?bc$VO<5Zje&Knx)vIjle&O@Z7e(H!FMX#jr*MDvwpAZo z!*@Sg@hxl5)H+V{{jS&lR(X9_dkd;Hc72&zx8Dlf6!wgpkgl` z{_3xPtNzx9)^X(ho?CxVRA;(;lVm+tz^}cI{GRt#eUE!&lccMAEcA!s-uE(G`)~h0 zwPV+pt)K>T-0Qp5U2kXg#y91ib^lunKD;BgdcAM_*Sh_?{;&6qzgqR`dtBe-U9Rhk zi;|^Qg?N3B+qFM#*Y~)2>$$=gN_~(2TDK8&AKR+G^;ds=1)bHl4%9%t`s-`x6VOT9 zudjoe8&&(mSN#Ls_wj2_H_HsIrEzvsL>#V3EtnEm%l+E>VEELd^*a=&cAQFnw;?tz zbI;w-M|h7(U-g}(uBHxj>I&p+*wDXM-*G%?uiG2?KOS_+RUM?6^*4US+mpM(<5uk* zs3X&xtndAeQ(LbaX9OO=ssc62_J^8ulJ4X1r7g} z*6r1eivnG}A_=P7dRAYJd-W;w`RcFl_LjZ^b)-Y<_JZQ(k@mm!p&GUIpkcN6^}qIB zedvXGPRgsl_25JAU#))!I$-@BxW-)dJq~=~)YkuTuP=($t-ty(>x(i=%#m5IS04rS zMBjl9bSLJ-^p6`n*WNP%9U=a;QtQ+8@8PdLALPAX$5FZY($!yIHn`ut=e0L{*B75# zR_N!YEV}pMYuxJV@n8RkgZhSb;9H$4vp$7BZSsA6HxB9S^!26Hpf;ju^?H9$ntgpY zE^BY-qwKr!s}Ge{tok0;4LZOdbaGAjB+#MlSL49G3tt6lo?iX+MKk{E3yt-j;JXm_ zfTqv>gO6(8^R+VTqiNlG&;j&y>zVh)uRapKP(yj|d)e@2sXZ=2{`?n3E4ucSR@trR z2z~VG)76Kw_H1x1{|~zH>fK&ZP%pB(NpdUmz1NqnzFHsp!f8F|s>M}%455ef?E0b^ z{_1bs>bv!&b$g{jH_ts%X#14#zR$A`trc0eqIhl5rlFIAWH;QS7_d!Z%9K?j64I+Ts0!ws-IE*6UWU zJ{Yh=ymnVGThx6CJvTQFeFRyVt=L6uUKXHQV-9sN~eQ@FG|L@+! zhJOrBe_M=`rq7lzOWWsq?eFaxk#EbMrh31&czgV6_UhGMi;-{XEdg~nxl1toYv_VU*&jw%$d{`xfFb^D%Z zo-f?SZ~y;)@oEpxRrd;|-S68JUUx{d7|d_2)H|KBx7P7Ge>Kwmo5>+NDod~a`r=yk z>Vs?Cw7sUFO55ve=;Q25;mg)Lnbxfrj$8Hh>LabcaiXB}(Lo2~xjU+TuUpS?^@q~l z_Xpj}tA987y}w`>`p_Z7!!%d^`k%rL!4taw|ChZ{>+G}P{YfSh;g)rery8prd$fhq zspiMUh%3JL{>HC&6s_XYzF1lj#-biO^YRc3pyF9F?q@i%VOhgr=J0`EQ)npE;CaqU5gb?+V=omsu~?G2S#u4gr3 zrFVy0C^k3rb|e(=7#)5ZMdXR*#Z5YX#~9gb`?&P(T-mwu!NR5rvp@gKGu@TAHn)7{ z;QjD8#3GaX#Lc!l6FvlYKAJm4*E7w3PIIcp&q?7Ims%*E_1}Nw`mQ}wUuxr;GI;pG z-EZzW!PVC`n(6LX&pJ0W^^9}hpLg6!&p*gN^#1tk+E%euu@f2|I!*i*{vhONQjAEF zjOe_lb(7z5OkWrUIz)*F{WNpQWvg0}rmTuv!osj5@O{jctm3|y`;GgpeGaVK+}5z@ zWs>Yh^GQ$JdwLX(w3ljZO*RGDYKTN zVCmERv;F5dQoa+MQ?QL+eLDR0#l-4uoX!^_HTx{Pg+KMaInv{KXGP6Kp-0u+yOl+j z@o5B2C_EjN@O4^t@V&TAevj<*bX1R^QuyKI(5Z?tHM!$SE@TbGa^) z=)3i{agt58k9+mG9C_|zn^CCxU(gX8t8;&eHhUO{Ou-5hS8j&G%6$*ZZi{FvToENI zsq*9PP323%Ipt4pEcDk(_+GH%WZJ>ktXWqcPuwoFM|;=nWU+UpKX;0LQcz)E==t-9 z*$O$+h?DG7wEuLkfBJX3c-?R5CEy|XuJtb0m#jWq`r_1=tADnFZUuaO`JjyK&AIbI zCzHNfA6lt>x612#+>_Jy@;dAPvs(Ucb*M?dGWUCI)ZA)y9#)k%5vjBCrs=xo@BW|O z(fM%047;P#*FG{0_5D3Z-2XE&CS#VRyNh;~E32Xxj&771@Uc z_XaLGtEcQEbmINmQ(G3Dk7~W0XL4xe0_QU>Wrp7;pRW1}x<~JCIOtxUuc5E@zxo;n zLZ7a_u=(BwJKOx}@=K1qD*NWGH?2}z?gwe|a8&PpdC+!)hK{Rg)B{FwqoBtNt#x_- z^l%8w2tF@gu=&NGu>PDg{)t8Ar)(b{wAsGH;NHLQbzFMyp8x(53c5w+)%Wm8dsV9z z?4Hd#Tk?dyD(HeJuP>$XtH1sY-}MD_oyhe?tGkC{bzTN{mTk|#O zc)?Y;Zo+)X1-eS9$;(rJ)&AFa1T(`y5ixtS>8k&$uU2L46A$s%?&kQQve(L(efAxR z8;q~oUe79HRP^Nah@Vub_;GT!WA6E^(^)o4{*)OD(B4wV)5AD85UwwL} znORA175$$5XeZmF+2ybQ?G1gY^|!i7XaDOaS?w=V4};FV{u&Ct3n{dEW$V>ld#{4d zH-9jB_a4Hx6>C3FI;j2LRT>Hm^j{^kFo1h<%&Qh{@ z0{G%hM>z{QR>r+?=i>Nodptx-nrR>IdsjT1h^h+Jkl^{!yS zo8|?TyRRQ$zPv!H-Jn5V*f-4Z)g}ghH-^2Fj~?*;Dc~^EXf@}TMh$5}?qxHbHv|jH zm_5*$bU~}&wq|mV8;iVwu#pB!&l*$Rms@5|O@GPlW~Z@8_J1LxN5Qc$rg^{EmTOpC z`EHk2bMMtB(Ao1Zy1q=Ud zLeJLdd5dopsRk!Jk!NORZl2&_5VAGK`s1%vCm)vFPVktw!MDfmK9j@`|F}Ch4K7UE z`Td{|U+;k{>shQk_w4$=-aBs9o~f0ue`;R>btQf+-h35QjenU6?nc$^Z_&P674@Yw z4s?S_>8tgHfmeU3Lt-tz;^N(Pq&hGy=n-+TgUjO>y z1nq08Cqh@8NW0b>)+O=rP~0#1{@NPH5~6GL4oVUODq0~r%X`eU{dB1 z>F$?&C(70*`;tB2P2-=R8)QGQtul6<&$^F&i%iiSebr+p9cGD?PLs0G4{-Rdaksys zhh6Li+q5V5xtAxbQGVz#P2t)E#{;HpjY4zZ|D9Cw`NvCN5#z&;kAqHJXE6@Aa&HxA zY#-DSdi51_!aV47P}A!5pxb{|Uj>!T*O#t$xxS9me1B|}-d@wV*LSPbK;!9GK{u?0 zuiDS@=aS>`a~nWM;9dv!m|y*k=RR3z5ZqKFnIV(y#p<}>$HVvawZ~W$*I)kdS6%$_ z?d$JsU$%!lTp#>*;?h{(JM(Mw-m7tCHJB{U>^s3zs*|Rgeu9~QQ_#;m&h!uapM3EH z-NDCVn!F%C^l$j8^`({C|MnKRZZ(lp+6#*2C!jNfKVN;mKGtvIhJLBfc{S%e^v_&< zw-Sa616EvbVX;@46EA~Qg-6+WVu3(wJbkO zDg7~DyU681>W-N^f9|>;)U>-gZF!!?S*gc9PcC~JsPfJGHNWZH?CD;QSQ6%$yY|m2 z^!b0U>b8pF-mCrFVm4oWw!ZY;{#l^QemuiheZ9U8G$wjFylwT>_@mdCuLs>n9KXJ_ z5_H+e?}H*g-16cd?=V|aVke$?^$<_4r)H{(X5N{@kJs|4BrlH-*51jhlsM_l+&_(e z(XN|yB?MPYbSu!Av#sQ?^840{98*>tNnuiE`LOKN7KwQw*&UlJ6CFY$T7SM}_?u$& zX~y^LsXG#UC+)Z|woE+N=02-|{3F)3DHDX&$4qlsVLOTE+VgMOSEF797=~tYcD?!< zHwom{lPojhuJ6|^j@aE~@%i+vs?~SY*Q(9>K*rJS;4AC?dd~iyD1C9kTJ}{XjnC(C zB);`j&Hvwe+q-l|zLDd5IiKdYmjq10dn_IuOwuy!KfC^Y>qX(aF)leFr9G)@{GU9Z zxV0s4wz}3^gIm8htP7XW-0i}tk$ZbevZ3COP<8>cB&Kt`HHTIU?&4i9_OR^4!^tJ5 z0yi9AbKpXBl|R4Mfn5@9b7EGlKf57<@Av+z%c6U=H(b6`5}>YV^DuXp)8Yn!(wLgt zb3X?%UH>2MB*1ICnt_qQ?8~>A&u`y-#k8%ISCb>-*@K;DBbNVAy!ZaO>)e?`8FH1rp!W=Fk?RJUr$s-O+wZiFyPSA-AULsP zbvgeL%g{p)9b_gg;ID5GKJ|Fvq{aJf?k!>a|8U~TKYEkGRD>(;+~9gFrny<8G3W6Y z!@p|X=cHavn%WRtCgL-r_{O=#@jkZ?y`7Y>(av0U(S_=_w>IdRtzkW~Zpk9y%X|}h zzCPUGQ1E2-Y3sPVEk-Nb&K7)~-E`~BhsW9V4Vp*fx4wD*Z@r42?t6z@piz~&^`hag z*X`Af^V;hu`@VX8Nc=2swXI(}?%gpBtZ|wkkk82#KV`L`#Rjh;iL8YSR;jr+9-OMp zb1Is};MdHj*1uj~6s>UD%Xd{4)FP~Y_NN%LZ=SKqBN%UTxGZ7vfJx|!=8D8Cl? zHa|;Ab4&O+@73Sf>wn``LoXnGsXAYq^@2NlS$f*vdeBfIXeIzOVDxK$IC#_(G^P3r z)S-XPQk9<=wLC&+vh4#~pkN^ zmr7KFCh>Lehi!C^#TX`(gEZRhv+aqkh z_tBT>X{(m6myK_|v~C$!RC4mt%y!1joG(HxkBYncY>bXjo}E5T^oR0UUHiCQdoFnT zuHV{u$+!7w(v-AY)qc~i?A&%$LvPZr7pG=@ojmi8;PEXtmVOGj`fB|_xia%t$HOPB zKPWoeG;SVvX4yS_(JIi4VD;)NUwy6q`Mw5EAb>98dHrwygD(F^yY^mvxBnGvV&I)W zXf0y+rKYIGe0h#f_D)!J`>E2Q-2%^Nwj4akC|M)*XIK0+yEFOkpPW#cQk&`gq)usx zqtfEzoU&`Q1!PpX)p(bgGwku(_gzkL{rV>F`#-h*Ra?b8m zdmTmZSFMH~j=q1@ewH1#PAlH*d2OLORa$Y$h1}EgKRBBRR{ZsnXQ{pVilfR8lww@M z1DCb$*;>buUwxcu{kQ+0*6Holty=wWFX(R0N4wJ&gYKZ(wKsg--s{WO|JomaxBmLF z^{+rJ7kAIQO4oPpH0%x4QUzV<3>swh4{z1J&|AI!*Zv65^jm1%{#SpiUVQ~EcLP;8 zf2&q~3jZ6wzVtOH3E9T4zFHsp4%9+*ZSoNfS}!jXr75A&u$n8=&P?fJa)eWI!F88C z8_)Z!+LX1*^_fTeyD(+V{s_JGg5h1D%SW>>f||JR)`$L&dwuCTc*#ZFu79iVf^Mt% z`SI6YP>1Ttz02SwRJi62))(bXy}oLF=-=zB*0Y+vTJH^7X*>yZ$Ezx6CKMD3uOTfG zXp1Fo)&KR6L5*xst_pp<{@4HYulCC8>k787{;&ZvhnMGf#v{8>-K{ZHTWR+U!YkV&?HsX zUeHyjRiGOqVym09_us9`0<9M=1>NYH^$E0mp_cJUxUV@AR!99 zYjvgb>tEn=%ImMbThA4~`1K{wMWWAFpACQgQ|l8b#9#jdon^j0v>tSA5GbIpg36(< zpaFxW>wkTZ>i`YRbB8b1k2X3eZm4uWHcoGSC}<{ZuW4M?{_t0yuKoh8v3L%eHSz=v z^}qfH8YTx#<}5t5M?1W?$v5xg)OUMzL5o_Z?ccROd>%*M?+?yr=S^FGeQA^3yHBB@ z#c8RZF2o2H-QV@~>XX%9>o|7q-XH#;?_z#M)p~FYfy%C5`$41szxHgc)cSN#?dv;E zvuU84=Ro(&uKEYMcNcVJPUY&mRiNJZ_qbP|LtlZ{*Tf00J{k^Mr}Fx4l^5uQ`Kfj5 zZ9y&9U7&N|L+jRq?gLop^?$viYn9iRt99$IJ_F?hh;`3bpAPR_{S|a6*y^tpvY^4| zy_}(sSA9qh?`ZOT_)BTMV0hnp_p1-N_Qb|T?J;JFzEzpf^&ZsaU46GoYj0@XUh(i< zkV~%wKtW02k?S$D-o5ks0$MkG^?^I6(aj>@?l%`YgxEs>-C zWs~10V|$k0_uf7A$li5L_}T8={jV<^kL!7tCVZ$i{?&gL^YSuVrrNuA|3CZK_@6`d zVbx{X4g3F}{onmy(fi&1`aqkmzF%MXPX9Rf#K}4yS8snel)k5)RdsO$U|KXjlK9$efkS}N6q1=Z4`b~*tR+Rzf?=?f5x}dlS8XN zeT*%AzuwulO6b+s>#Ns?htFOgAKtn{<<;I#Ujx2;6tCMli}{e8L6g3jUH;eO3@NRJ zq5uEZ2*&<9!^z(MPw0BwFZZ)&r0zK`*v8crdg@P3pGN+w2+_*qX5qdatJbYreL;2A ztDV9^eyUM36!!7h+-?2gbkca2!TS3wQP(&0HQT=b_d4RAphXdkM;Ft3X@M+Oym}w5#P<*yDY6qKtpHRqN7i4w5je}+OgK^?!9~i z9#aFqo+DYunP1HHD7I&BjmvXffYAs$c#{CdN|o_D|4>e}Cg2wEYHc&WhK~=PiBx ze)clu)hDmMUVRjFobK26ll(Ul`kE7@0fsB!3@YYRTpeoe_<3>td1v|1IPGI@kIAo`+phoT3Hm_TD*qe#TCB z4yKNY<@c+!$4NgR=KuR(%H@k_kG&b8qP%)$9A#e|@CUBRo?p8D*ajS zd!D`fr?zGJxqW+M=EbPTLCdP82JH+D1%I}g&wSon)%;m=`xOC$c;B-7MwegIPcT2Z z#qRt5XAKGs>?1`_YfYTr%h+heXqTh@V@4RHOHX@ z(TSl_vZblFw=Xq|$v=B&^D{QV^i>UwebcY5ERg!|FKd5i=ea!s-}gVN`hN9&=jT-I zUti`{?b?6!KFjpwf0VEO%fA2mK1=ETeYsgb&Fd#GyZLL6DrnbcX#dyxX^l(F@=gZ0 zn)zQUDlb1>e(2eH)%6RxFRbx$oiFC zyzhqU_tVcS_8YMV@`XEgeyz!Lev>92FLO_WC(*m3Cf(-mmKQ9UtO5V;2I#3UOz%qz z7v)TzwY9A%HEd!*%zfGFtre5*9_=rOK&@2CAb$iOAV!nU<{!m(ewDrYV7i%7n9?TYm~DaF zTVGrK^xEq6PNmaVpTGM2_0L_PQw+cUzrGK=aX7a6)u-av|EBj%oucPk-~QlUyZwje zB46$Mfot+(!5hWDL^l7iaF|~teP46w$1E?a4{~pmK3LBRoR^aKv+U8$X%D1)xMjEc z2AADS5IQVvF5fgi|Ms?=Q%Rp>O}^cpVOz!eYX1IeuRXWs*4;}Nc-RoXeBU(Dho}1v z-+BDD_e&G26xXBOm7i`2oD%r%sqpcP{DWmpo4;4i=w54hp?>wzd*B_vf8+eTMYqOQ zDX;z;SJPCwlKN|jnbG7xKP@@%#dS~aS-&vfz^egDlrmolb&DEmw6l-Qv8yy7)G3R>0*-Hk(+odr|#p;`S)igt$N|-9xCg({>rKRJGU?1 zzSNs4`IWWUa+7DWm@;>RA zOWvn$b`iYT%qpTBab;ua>AD}hr3pPZ78!Z^@7;0L`|FFA#tEW#b*^aXE62yDihX|Y z&iC*P(OCcQ)qkt%)<>_)dj0DA)z_=ff;UM|Uw!1$)$$p)@1M4of3&H7{<`(*aV=F} z{@nSOw^zqyPvOU};Xkuh>$8|&sr_2N`t;R*d&NE!1^6@0ipmn&HctslppiN19(pYKty z-O{7stGRaW+Lsol)4;3Hn%?6d+{?7|!Q0-I(QV6iI_#ai>{{m2p2(u7*HawptDhyd z@d&c#YHzp^IQ2&0Ch?29`^|cmFJ=2*5U+nR;JBk_Wp&|B6TXA*bvE8u6BcpzzW#x; z9bO{Mf<_T*Pp4he^LsGSLhRb#oPzZ$^2~T#i|!YfzF&R*>O(o7`{ru(>(+C8ERC5E z`}OtftJl{zX|2B>2RiF}-QJSyC-45n?Em`GGVkXO#p&<=>^pN@d11n)Q|5O+M(-)p zewM({+|TyD{E_}m#=jR*){9a*B9sZn#Z5MzHe`B zRUPOwfh~JMhbG2zO>%Ik|7-v1>p}Tx_jV}ld*=1}e%$2sHA0oe`?TJ@v8;dm{P=V3 z9lOl;KI6JJ_X@MpT!nL{0eg-`g$704{u;fe%++k&V*6h+n#DP1)-RQLU)Dc!mBk+M zcXPMu?f%mLzv$^%RVOLu^|8TTzl4)t===UQv|?iI>@g~T(|yFSq^#%vWj>pJ5!v%~ zn^|Wor*%nk$KDa(IruD3B!{u=rt6xNhrc7_-gq$;Smjx0nWVnHbj@#l%-)ba`{H(e z36JY~^|`eA^~JqaKev1N?X{2VdVQbuHs_7UN3XwMAFlH6>(zhjYo=AN+xxZZX3gK? z@}koB>)$t>`M*%9c=PUOB?-Zcm1o*SO@I3MOWE~lZ#%f%Zyw?g;Ct!+pjQ9Sp^PWa z1%-NlZkd1TOkL^z;kT%^(dinkFRruwf3_HL#O*$@v!d{O@N}!nnjJr}g&ONVi8h_x?(gIA`I(vqbA740u0l;#G1Kuw)hhz)@BNdVwJ>#M ztkim6`-7$&4EFY2>s*KApLzo;lP#y=c> z!n{7`mwQv!Oi!W{F{_MKqSn`WgM{;=Kee}?nKhV*0~Q&$Damp3~)&mIeO+`P}=t;6dH?cPV8 zvYpJ9d3C=tsYY77%2_0J?Y8>{AtxLdR>c0$x@cv2VDn_N-6!3?R`^HV{kx=B@BU}o zeHXq(#y|MGM$*`KU+9aVD{Hr<r zpz{%~K6&-^pjv#~59RIldv5I$p8eBq*O$rqlc(>WHudJ&eN#Cs7`h@YZXFNcmG9b+ zcINXgHfzUwx|=h3lJ-dX9$0o}mgU|Hj(2+3FO$8t@yEB9jJ5}|>kD5V6kL5Sf_M3g zfF(aWo3GyEQ-AR{WXWqTVL{t{dzdG0)VpR;mUY%erKQPQ&FIY3%2L0!$h-E>B)0Yc z+J7vV^>`Lzlmi3@T;KN|eENL+yD3|KAs;}mZ(b^V@B8PXIf1fq#_RpBFL}^5(fHMq z`JcX4g7Ww;&}Ah5!+-7ju%aO}JoLlc9o+vE@_tWL&-^N85FK{k=tlrgWAmap+=^aV zy~*kJ5{s1g3Vd7~b9MJrq4wO1ANaJK|5g_LNRd6*>3U(tfrF>gK3rVMT63nt+2^}l z(Wi%RKIFwYG1(ax|34IaS@feV=x;fALS0;^T>25|Nmg!`_uDgo-oUMnkf52$Y{V%XaMtol_`$o_E);FY)C|)x#%4 zj!bB=+JF6j_`bcd^wecyd{s@bpC_w_k`g!h7uO934uKgflt|Nzufz5yjP~& zl|fML(8jhUbsKa)WStWC3}MVFnfur}yD4vy>**P1e{Z?hruJK9kD$Pe;wWzAWLh;^(~QK@&HASozYVYQqQN{N?eiyZ24s-@pFf z-dNCi!td9|$4y^f8}~!$*_#~i>#J9T4*U7~>eZ*O^_`C+%Xhu{dVTq;?^mBb+r8)S zz5gcrzp8_jSN;0;L+Q-1K2QThUwyJ|_3K*?E@<94wdp&jz$LMl@_)_UCI@Y)ev|Wy z+mHLFxPyk5`23}uzLHuWoU8Bc0v)Ci9zNmVOPN}+iT~ohS_oU!X~%p1Js9So_1*1l z{S2Q2^F0lPyMG)zlWXGi%wy&q{ZpK)6!=RgIP5xm>Kae-6V{;r56(v(`FF#+<8N^F zc7yWgZi~1>w9Z^LbrEm-E4lfw){He?2cMno>e}(5;&tqfS5~j2j>sl(MI}yAxUk{L z=}K;)Hz!zJgcuys?`E4bQ<4c+!&tzc;OEXpGUH#$+pXO=VzQ5UDF^v+ zr$3~#PI_D?Qo5aGbt20u6Q0UB;!m4YrCv^K4&A88P(SPF-w;-Ix909^k{bH+dKjXG zrZ9-9i#vE}RhDxJXOHS@!&O7SjF#G2{MxI{^j4K2VU#&X3yL$J6 z6HN&r@$*jzZ9K;6>a}6dqq*-io`1Q-$2f_dd70OYe*2}1)4!f&k&-G`-gTfQJSQvQ zN_Xjdy^Z_jCvOX#zD6qaw;W6JT0M?up$6v82?F0f^4KsqaL9KQ3T%Bm$NK2>JtvvP z6%U^LcSBF+_Eq5%iP_n^azyfPr2I&~`uyvR|01e-p&Bk7mW-bR|K)FNH5QO_E<45c zaBsrfYco?=HU%ztmB;i<`U{6>mH@}4Q?|12I0}yhoKR1AJn2qh`&lFB4ai7Rx@gQ|klA#AAv%onIepdZd>3eYYJ`P>uB24w2PDI~FKBu>R6` zs?FmzOHthQH z?VQ2piiG<6`UYMzH1spm?3%Z=HL~`G^#9h|8~#6TI_S8bclTd?{`$ATJ^I(KuOBPx zBL0I?YenCBaAWfIrPB9JT6wegeE$VHBEU~s_}*Li{rW!WNS~_L-%`X&!=U;=x)_`{C0Zg?mGVu?^iagKGAsPO~H$;23tFPyrnA4)D@C=o-gxy&$U90EvHj- z;?2`9_lsBueR~+PwJGm{-RFoW`PTOz1lprez*!`H1>51%yY>({?u z--CNRUn?ukcUpmZwCZs`cQEhFyYD0VL;2f%mjc(jzd${6KjC|;m;EfSescGIUQn}!8DpxJ^x8rXcNzQ3W zt6s*ROjz9-vO8CD$=8#MPA_4(oYn6BvmmVD%X|B9N3+Tqq5*k2*O?~k8?R~OzTvW7 zeKP+i>DncASwf5cTsvZ@d9P=|>Yk{uZN&+f?{fxUIyE_lr;uezVVQsQ&zk1hZs}aU z8QDH_W-z$(x}32)G~KODf=MmdZO7T?x24YQvCcm}lW|4uNy+&3_5aq#UYlB4zxsOk zuf3&Jul}>x#eh!@tN&WxWPR^{+)rb}aB!;*<+%QJ>+R#f-IeHjetXrU)`4ydyl5M@ z>uYI!lhwtGU0?rS{Rck!5oBt8llRO25Bkp?uPyyr^8rFpu?cz4OkqQKQL4j zRQ?yv_uLnvp>fI~^;`@e^G*}aC?!^vTNeZh!><^1ExajTb#1nT7nfsChnM5iOyvXY zjQ>&|Fs(QsDwIC$x?90&iT><+a>6Y&n|e;yNU5ASTo-rk^IN4kn#R+jJq>>Dd(EhE z%0}_ni7N+q)D~>k+?{El^mT#JC+p4p9EI&qdzYy`j*`^)%(l(LeCn?C!7EtubgN6F zc8Ibk2Fd-s!NqhTL()y__EDWF^W^r%#_dpA7cBl`Zs(=q=dXW(uJBoX^7{X{ee2D` z!{dJK1zq%b{rmNO`}eJ{jZ(nXo1Ce){ww%oe~zN(_hbHt z?~B_1`aWx<@w0_9X6<{)6tFzFuTSZHdyS~-l|`!q+2=Met}_sm_`dAK(#RPM3XBZ$ zYc(|F_N=?YnMty>8)jI?3meH+ ztlbu^Q@EVR=)j|gwlZ;w7s}tC;aQb;g(bvr@*-1@{~|u>;@Z837@xkK>=*l#(LLLj zG211_FeQ3c7~3|kg~G0zOHMr%FS=6r=W5KaLnhy>gyMQuZ8hxt!z6RW@$!s7wP=+N zdBH^vSFSy^Igzy0_9nC2+ZT7Q=7`jE&q^WiPGs?hU3>I0E2g+fsGt{fHU`kvjVq+Qyq7t8T^>Wv{7%3w%(yymlXNkCI=l91Fh=M zUOBdy!F{5&!`Gm9(FYIZ%@5@6DGJFbRIYmUJ#W#c<0)xc23jUOSr4YP$yM-FJt+~f zn42d2?}ND3!{-)L&oX5`6??0;%~R<8s+AkEDo%JhH%ziOvikGhC}j4V8Xkewr?~51 z=bjB`(d04ams*+1{-DbI_&U!IyY}kOP&E!zPGx9ct-*NpG9$zB1TdKzMk^>x*~h=_!M6vyeXfn9FZ(ZS|}F z;XhO++k?)4JrrW3F(Gs9ACXTR=3D(bH_3Ya>ObL30(B!!3+})wu38* z%+&wz2iaiB_a{mZK#Wj{TUX+G~#kq962ZF)QS9_;Kg^ z0f!rv#ee3AE%ordfx5SCNuddm+rMB%bVM|UlENMx`3i&9|n`xNcax)hACu;6kC{ zfxJXl{VUUx|Hk=6pHcj^|H#iwJ*Ck2)qiFt{!o5;`)~ZKkGAoz*RKrn+xzwZ{hlLs z94n4J&8~X&{rc+uEfT@=p6#v9d2#$4v;GU7=PEg&(>hO!bOx-Qz?3hO(b!|c zptj3(RS&Od{PMCN1>vU5eW{k`C&v`ZRJJib{F@l9JhP2KFe3D^!f&;O2@#7$xMr^q zI?NEf%w*9jVd1w`ax*rZnCm8*thuzK-{?L2hB|}JK-Eh>9<|Ir_hj##ACu0wJ<&ff zy_uPT(S)g2Gx`h1%LNJ6T?|LBdOm0~*!pDqy&X$@ZC0-jH|^OlZ`rGlHhaQ3L$0jm z{QCd;>eYV)f4&U*ShgwF>iH<5xH!Fz5> zX#D&dCQ#k1%zdhWRU~6=gK_Lmvk3tXOIWow&R`4Wc>VCE!7SE<+zYiU>+Ga2T-X&B z9Ae_%}vfIH6z>`$kl3 z)3?d5*n$kN87hbdXYlbYZCE(JK!t&OLkpX~fycp+85up^A3r+#-C{UCS{F z&5j&&o7Kc3V3hRGr{~xVwt3MT*}@ezH-Ege?6)OXYJ*Se4YPB*B_mz<|LW)8Kf3B< z-c3!0r%ui5I4l;r2RF@OeJk^RyTpWvJ^~^)IBsrAXF1n&r)|gN;{`k4SQo9d^_Sbq zvmj^|^ZCQa7mM~iNM`zS!tPYc&b$2oSpn%evRYt_?*J0tR{7brQZZ+w)! zVDeTS+xQ2ICp6s>4JrGf{ITQT&zc=|+4uZbX0P|WzIuIa_3E?n(BopS{|{fsY2!T~ zbWrDxKCdj-sHeSG|9L;E-o5+u$*Zm(<-GhWqId6qU%hWVXfo-|>R9j<$@|x>|MW8} zkJEbhAEDE3Lg6!J{8n$0n*8*;;KqREev*nmrg*IuJ##nG#Pl6=@bhPR^_(@Hp?8n* z2P~CMnARv}_&~B{PtmtoS#bp!b#eTA9;(gTp?uo+_4?P7rpa8c`hHOFcJJyLyC%=w z$C2W6R(#)n@NAp+(Z_k*Ct{8SF;S9=08k{@X?7YncXbY^%iU1A)MNO zL|(?ux)-J*`MxRg(}UozzaPv`xn*YQ#PIvwC718d78D+5+nF0PO1{h z!;I4k3pbP;f92S*MM~huhq%ccX^lqq6W&+!&fj>NX~7O&`40jPQ~nC@zFZ!azfFUS z_2P2fE5E!d6t>t2=*Adu_cZ;PrrNP*#XhEe4sYVP))c+ScJlH5crb9$nSu|uH5IDc z`xsbOUHs+2z#)3{EQ13>YpjGzlDtFk7V(Q+Qx;t5Y+z!l*mGg!t(=+z(;|#)4Xa}E z8f7@#v=|E5oKp9ApQ$WiFm6cckzfi~Vb1by-Qz`9U9INTewjE`P2%Ar1FnbiZ$G7d zSoUkru7IQ4d07HB9Z>G>U_Z{Gqq6fxxLcN)>(e7I&M)o%x4`>P$AjQgYlXNY%RHJX3<^X?kaF9FlOuXouJ8fwE(nRe4~ibulUc^21sVqd&$ zc^7(0lBu9XBCh?@UxPje53_56+cKpL_G+HAD{%}e?8kmJ6bk7p z_C(&w66Lk}bU^CQ57kT^oBeu?f_*|chZNKVmQVTj_OcD53G;3-GoJkiU5^*JukHCC zA3nQjH?MDhLvf&W%G<);>4#Pv@U!M*Y{>B!VazmR6q)Q~!q}O&LBuENVFI7A(gg+u zyAuhX!VHWI1}yvLIGkz@@GJ}1-x{;sah6fVw_mR8+%EdP1u_Pl%V!#VxBJoE+^~Ql zAwi9UB`&zOVbNW?*9=NhHzg#)3?kA#Y|St^_RLh#;C~+z!)8St3k^vtza?|?9#%Uq zSj#0ESJ6IG+TiT04nDOEkuUuH*Ol%6{oT{E;92pq9+tb^SJ(}99MbZ!VAEk>VY=YN zC?Tr&r}5FIRoXk|Fr1cQI2T<|IHBGApMk&{_9(6ezuSYf4(2ZVUiIL}dB%jL7ytaf zvWNG>Ti%LC=RMY&&S#D}w(HFHi7x5K1uP3>8kiXxD%m_9ux@>J<7d{v2>p_*4xZT4 zF$WY|6a`vl&OWDjRztwo$-+kL;0(56frI|u6BrD1H%LuuFPOb*r6cz}CBCX{Ono{g-!W%-%;yO6fB94Kbyp1er7Hrm3g>z{d+*I^IQ~}m?yvn<8uqRK`ug4K z$?HL9ey{gFU4HiT$(G~S_hqe9ZmHgW`l9HqU;D5ATmQkoBzME}v;XYVzE$szdiC|{ zYtSgd|5sm6o{sN0zfCOWhwABhHD5s|WAER`nfLROoLxLi(BiA_o7P;NkZ4#Jzwh1G zgM7xOYx~##TVEp-aBDwkRYLsr_&>8{E_}Z@Up##J`kS>b-5nh zpDB73e?eFW?*oa(!VAS++hrOUbsDn1F{xjuU=Zpq5#(oh6Q#Rh^{YI@qP{?h?NF;o+Ec|S$x}{RtIq7%!@zmUO!DKtr_5h>{ky3Z zRM7BnRmT4KznhIp>(|!^{`|ateQmsc?*i8yH+l0`mj2uspE*Hp?c?Ts?-d(89iI0H zao=M(Q?OrE$FHTM)nvoPRf;(Z={faGQhi_5@)ADEMpU!=OkJ8U{qXDVppBDtQaBfc zr*CD|hzfow_I>#e#S7D3a>@qeltp-02FPyIc3Nlo&%mke*TT|@SJ%@-Hyod^;fhiB z?1d-H9`$Uwz`Zdc;$fE0hOJji&85DkE|PO;xxFtWvUJL^<;!e$#VXEu7RtdC6I6T)^ZV8Q*;O)ls9EggSZPdT1?tiFGf-O5Dx}vlUI+H{1Hmd!7id>YWxWEKc$q62C9rV0B9E+Pmh;R8zH6PY-j=*O;~} zYKDiCQj0)?Oq8s%uGY$0@g2L;zMg)3e?@r>16K@Bxy$VDAG#I@xk~R)WcIO3j`q}B zf2^fIL0yU^VL}}9KAqIw%Hn_V@rOTXmp5P1`kcn`H)PKf=e8hKrpoi@kMEvUIpIE^ zZRtJ>nboo}?H{xCL}iMU9Z!5H|Cq-vsO~&%w}7%+`dr}km;#TFY z7ry#W>D~AG(^pGbc1zCP{r-cm>8GPNf4slGkE7)B_tPgc*D38*x%4Nl)A+>Cv^ma? z_iQ*_W!cCOZW<_TdR>40zrE@#7u;6PbP!kOVEqa@oW1(>eZhG-oQ{VB3})^F-TnK2 zeQo`RK=1PHuU_9bD{ShEkNbT{cWXK5c1@PZ*~|IE%UgK zTQ7cn>1)VU)1mLdm$rw=?TvkPs)7)ZMV(^K^})a+l~@;2`3zrD5fvDNQN4EnwIoAF^*3(U{_9^4%Fp|?E@zADue}BCF8gZ)KkoXs?)Q4o%$wK# zrfAQXruz?;<*(K$`}O)kTY*E={iiP!_sX;Emd#jd{eR{4uU573uh%zao6DbV+dOeb z$jYzpJMLWy+sE}<@0RzPOYf&;r9ZUG(w%&rC2-661vbZzKK8j``%LF%jo_#?2ESTumkO zzt%Tt`M!^>`t@(u_k(W%wPo+Q8i zzxsOI4?iDI*0A~}JKNhQ&t7%+ZT^in4#VjY~^hF!N^Ze(yS6`36AN~t;S@2WPkjnm(Q(D(weZ4+Dr2O@-r?=Oy z3i+XY=ZW=oK^1F`59^zx_y1r2k9)11?NYXj%&&f^o}XP6`@!>qa^0`5pK`6&J!#x@ zD7OCVAIeE*r=T`07GdKSAbx;R|RcgIy{@u78N*^w-`+rcr z_dRH3^`O~@%cU=Ozgi9o8_*3L zHPdFDy!sS0x4qu2^!@tq@SX>gd*|oJ#{JqeH|||rn#!yHalgKP@SJB~{_FeIf9pRz zULp??+JAjtoXyQ&d&{3L1YbGwZ$D^C=@)p_zN&wesiorO+ESKms5qK(5nxWnBwes2Kn1^L#u0*B3=Q zSAG3jv5(`u@Ah?jK~rmSvsa(J3Yvzh+JE(Zlb!X|J#*{r!`Epa?)6=IKmO`Jj?CC9 z(48yS|A&Jn@<7)zfM#YUPu|^TwMYBvualop6mlr;AP67c)I%V-TK(7U;jb(b;s@SpT?i5zaHcS&@z$r`r(sTpFFwd z=7aW4b-(uPtp=qHPO~ZXcA%T}K&!^VUSDq>_v_2wDp1Vr{aU$eZ*H7AsO0`IKOD5W zvitS*>-+YqgC>J2t@dAi4w_NVZJun(VwHXt6g2C=i=;r_e$kitx##u&^^WdwlR@3& z^AUtjuK_3G>OMN8sdxBT9> z(r*3B_*ehK*Ks_*_u+Wly1lU=_51d6fvQi?ZL6TEMCq%~U;Pj7c=fSH_3X@Ib+hla z_cQLssjohs=eM5!Yo!(Fe)Efa<6r;WwYRi>J!qD-Hco%Ht?Nhe`#me-ckdH^vg<+f zdY97r)yKb91a1Cky*8V5E@&-ntL5s5bL(TS@5xc;aaLeqVq|D=P!QlCjbSYQgaHiX z{g+>U`Q=xw-FzxA)^%wtq6xB(Uw{4e*I$3@_EUp#U^L*!3(C=eBQp(-2Ha@C5h@u+ z%Q!Ntj?sV{4LGcgn9=44nJv4~fEx`sT%C&1o&#w;EqMQIG~h-9j`ZH^XwPA^=P=rH z7#&t3YlLpJ9XHyJ8*Rs7sX#_+RV;x*%$V?Kz>NmnXmez=IWnx9Bk&7_k{IXlNIwXD zsP!c@PGGfXT>pyWAG~+(-o4|hh3f9#`wN__e?@%{Z(Ds~Zc^v!gQii!t3SBjz2DS* zzx;cgHH)a0^VSzhd->by_P_d3S$}x-V}bTgnbkjv`#^`4UtgSkajPfC^=0c_L*K1u zY5bJ$u-Adj{nx(r|KINaeOUh3s(%jcW>Hrv>#XbZd9ptQ7xFU2`@31BK3;ucZv5&a zS073!-Tf;Y-m&^{>B|S3tNp8!K9wI9tW4zDEo)Y~|H|gzzX|IZ47XqF`sNk?zwd^2 z*uMM!<~j>7UdnH8njOD#!ZNG9r4>%=d9N?h`gHZd2GJdF>wo3{Kdg7F<;&}3flS<4 zf8)&73x_ug9G<^K>(L(Z>X%pdFXu@=^-Qz3$@ZR3--DGN{r`V$XSu2t`@X_@_1W-_ z^^QJ*-|MUos+Yf8-#(>szU<*sMi*b??d1qxto1$o)kjhHr0h%K3;HcQgj^8E{UEp1HWeD{0ruSP$n#9995|KxZ6{oK6X z{py4C)gNNZHNB?3``g5BCM)VJ|Nn*H^((1yReLPsTDAVhuRhqI96a&8|HG}jzQ8Xb z3R)Yt>Qnft_0n;Z_L^1+uKrpv>wElH`v=p@%WG{zL6;F#E$>_XwL%{hNue)Z?GJCs z`cclcL*j1rs?Y$J?1SBoUJJTeyrPsve`Pk-t>FU&&Eb?_Nk9{?$Z|ze|^C zej7`mdHJhN;t9(h{}Ww(_?`Xdq?fh!;=8trO!eZU6FLQQui+OD(?|H);Rt zyK$?3cq~A`*52@iv%Xw?@d|Wua8-~m%cGAmcfz!7E_}GmQvAL5w~C8EtKRQj z?<@a!_aDr?_jaM!-5){kYx1=^*^`3mr>_l4y!c_KblR)}Wrt4Zbs{0MpBB#8-EI5z zk8kzrlX1ItuP?uq9scTXJ;&8odk@O4{$;eDGkg{3%Cplf=KB}E2--BS+VkB?as6$F zD>Vf)Yv293a_@c9c1AO6#(mY>W^B)ydEKH$^j62C@1l2A_8*VkUw-}}*M_Ud*2Gq= zz8crJ-W7hgk=6R^pqt(HM4hePGr^Ou>D2nJt&5}T>`Y(eoRz+_XWRRxow@hk-}^f; zLf~NPy`1v<#YTUGi+?}L-QF|m4af-}q4nH4_%i&W3Cm)>^Ysu5(Vt-E7Qn6~I1UcGmJWlwm7 za5Ajh+EwT*RP@MC|MUjG2kNOF761L#cgO8+)KQ-NI<)*l^zLg`llO=BHQDCGe<77r*|oLwV2lcYCidTJ<;XL3{Y#tFJhA@BUh`>U-Q38Zt?Ulvv0;@5np zr?Pd`mk+Mx_o6^Y{+q@v=-M*%)q34Hfz>DDTCy*0eW~>{^m&tA@BP)M!(U%ak&`W0 zGIv+eQ8~7Ssmq+E`+9pNy?nAI>OCQ@@c>a=Y#>5k=Pt`@{Ehs;! z&^Sdb>s{kszen54FFG=u-n7a})pYt~&Z*&LjURs9o@y7c%QN(#Yxkl*R-0o*t+xGC z<_O=l=W9h8$M-&yJ(?_rSI+->eH9douP=sIpAKK4yz$)mMcNldeFL05wg0bvSTarc zP1^hOz1m-5cJoM`veMbvdZ~zAoFo6j-Nc}yclN$Z2v+kq>z=;*{i`spDs%_1LNrIs-W__7jk+)Ye zZq|O#l`4B}t149X{=L2nbc}iE6VN52cdOP#{c3M_ObV%8P=2P^_V&S$FDtJ~d#%#n zC&BTLkss#``V4gB`d-_rsxP6{O}a0?$4y#)^(pAump|FRn{?I$+*fpd z)-=1K_Pzf7iRF)sYVRM5y_FqU8kFL-Qk8p?lB15Pkk2B97Or<@3ko~q)oSca^Tayt z^KVfyZr<;a{6c5(JnK)Z59Zc#%T?^He))XTdJ`eg1(p{SS0S=Rwhk8|fC`<2pbmL6^SNzFW2G)76JnU&Gg}7mwTZW$H_<@8Od`mjgWi zz9+V-U{CLYqbW@_%*t}qZN20d1ey6MmUPVUlkaeHR50Uma#oLg`14w07UKcu+GXa>lzqKSM#+WQM*2UAz-owf@)su+n#+v!Zq5 zn$K5ieb^gkwAV(&*R5vDFRw44pfj~9t$TiM)%WmMe+0gl-)^dsSisQHVmK`;%`ZW7 z>es){4(o3x{rN4Lowd=1Kg1}!owa_a%Z0_CJ{z3xW3s2C1?w^uN{bA9QHRiGP`&zfFz3k6+H;v_1(>;Lc_Dof)->p^Fb@A@*e3UoQ} zx)-w+mDcE8xr?>siPM@?ilWz~E zFo^PI2szZKJl@*Ww}HVWj8|~sq>TID&EA8Lnh*W;oh9O|eQcH2!|S{DUVXYgG=9Bj z-0Q31)7F<(t@jV#1-mY3#kyP3nOdNjx+4;G-_!1z-aVtlKA)Mw4FbJva0^EM}^&m)l}^W>aH&)H?0cTbs__+wlCL?`3V_ zf1I22-yQ$8`s=&Bq28rctFMBp^5yHnmjyw^` z^85}`zl80NIM15B@l@)@>x=Fm?pl|%_v$O3E)xj>J_be^#@su;lQ$oEn5JOz;e}d_ z^C|NylNe4$az@N$JRP`fR(0;7w-ehJIsTZS(82D+_#wz_xsD=(s7t)rSIzFtS`ESx z|NJ*HFt|6Z(&MjUw_2<4V4v6>uarZ3chtza?V6$}^z_TBPSy*7c`>`L{!r``KCbqE zs@8f{@S*!I;Y(JZ4BxdMbV2vK{jdM+6_0z+Zui%=%51M`75K>T>${e&P`?sVtk5mL z>pSb@7RI-oPh`~$4sGX)_o=P7jq}`Mxkt}!f`ak%$0?2qpA~**uZr|wuMbxJZ}Pibt0VYq`Bl*I@%5pv)_caS+8^El zzHi~B_8r04yZ4m#gIYA81I%B%+I#iaf6xt=MPA2tXfChKKI!*h+L@nz1sCmE_O07= z`S8p0CB!q}~=k zis4^9S#IkMej~Rh7gkT%qUSQ9ufRjXhgZ?_KHHXu5)K@7OUpYRBvuwiGut%$@bG9l zvNy)8Rw!8Z_EvSbhj&txzVht+=v6$*8rE7Q8C)pay!-~AQ!HGHAge$b7vPeCP$YW#Z8 zg|Y91*4YNnX|`RVvex=!ylD8Oy=%hUy%w2Hh+9~Yk>d1H@Co-E1CJZ`C3yE82@tB9 zJB8K8K(@_c)+W=HImg&1yy6v)!hee0zqag8SRZ<{`IXwjoH`Ljk#D)-*|vtPmI(uY>9{#pe(hX2*y`1SsA zlR%e@K+2P8dxhh6eZ9Wu^<~ge{fn}`vdr9nHT+di*#1|41Rq?tc=3Dn)%d2mOohkK zBg{c}G=VOJ*z3smZ9d48leC&R94J67PmAqy-mVH|AnyInVBa4-lSJH#a* zW5+XTTE^Y}^}pAL#;y7qf3*s9F#+iI^XOp5N7{GeR{f3h0$p}48`q*JXZq~U&p8v~ zXRf|mC9wKx@Y?Dod6|}SGmkvbI+J-dTOLpR=NuxblEu${ z=%o=?hyX9E!!!{wk@qtXH|<{WXKlso27_hqy*l@|sALEpzhP0slR3S?=^rz@T>e8o znTXXt)E_l$=Q;FJWvBDR1+(t1n;d5&-Szs71#3$98i8ktk@L#uZ95sXylCUu@L8N{ z$=~B%|6F}Fd=;qFj;(t26?D;W)E?8gRsZz%+E%ZRjeGUCdiD9Z6-rB2zYf2~SrWRq zaQAD$J7>#}o>{%HoO5fW5#a*&))t3pL8B59^JrdG2DC=^!tr7#>7yqHR>h;}taFJQH z-c#NF_3!xb74dAQCK?(`wN~uUz1;fAKOkHub%QytVM~FNgDV4*snN!U)gp49*W_*N z_qS{|51+KY^kw$H^`Vv7cdJ*Q2Hnm6ZoP_7e)g{Kao0G_T0YF4{zG}onx}tF<5qo* zd-XR?aJ^G#rPf!_r5mCD<6d87iM>_FW$DqiW{H>kt}j>X_6CJ&y0GnA@6GX{{9){s z<}=BKJ9}4o>CUvMh-x-iy}neZckhMuRWsJJ2@A&mjq}Xky80?8&1kI;eW}oWw)Xlb zN43>etFP=dvnpR75-}V)Y;lKLg!}8ab|4rl4>sOo#ekm z@%g`1UtHt3SN{WD#Go@bG<@CO(0{ukdcv;dY@BWPhuv+dXXb|O`Vo7s)rtjKs#`;(51Ln`tPt}cI{W|Q-%9^}(NIY8cOqPvOfzb$5a5nil!5?>MS=e~7MHviAD!;~D=zw{2W~oT(l6 zWuDjn^`Z5kHrcN)+iOGP<5d|oS-Pzb#@xu5mXV!gsk|m`l125OSDWvz%zU+XjmVD! z|B{~>KB_2_k5D@Aza#2F;JdkLq1wwCTAx2M`o2CkE^4oi{%)aSfsgBymmEwof3MXQ z7-b8$tGoZbIyYi+`=9X~=+B>q0S z#_>CM`9IJtAuQkbgee}|!jf$&yY=cjj?DPG@$3D;x5q68x2&)J+HZP46x0D;^_3+w z_MLKOmFhv6xl+Ftw7uTX62%tx)&BKQt?w+cci-&?_v@?IzuNz3`_`ykdp0;v`+kk1 zOeAqZ7E6TElY>^4lMm`_E6`N5YhqkrRX6{7{0DCnjSrFHVvH|Eqz;;-a;wU7>jviA zJ}dA%&F>lh`fkjvpu|_m{&HS1D>$KfA*S)?T z-lVnnNLl;eea}{(1lgmt|MgX!Nv}Av{)d9ItZMxFU*F@uzFO}IN`+Oc3a!G>fYiS)dC~St7IFaTY)OG@;-Gau0L@Bx$pi6#&s@#eLZ~F_o$xLUn?Gj z{=5G#^yu}a>mgOfgGn{@tJYur_4Vqjy`}H=USGQY*M64hTYp1$s4NJ(|FH>i7>ii!5>TCSfYEY|q;)6x5I$KoU zmVGQ>IdJE2;Qzp&Nzyy=Huru~`x)w$Tzh8Pop1~{O!z&?=hq&Q>#IP8 zyk{I}{OA&>e*Ig$zQ8r~HzXkAKe(%9+Ft#+s@*$$)mKN^$okh8w}KPtca};%Z@pEZ zTiG_-)xZ9?e}&Sv{qCnvyClB)54xi3YB=ap;IHAU{=NDe_v&xGZuR=of>mGRcI}z! zH5XLYt-c=j`fgR!(a`_#2W6|g_H3HQ4LwUCK*Qzyt>qD#7#|VBc zU-f_W-MH7Q*8kccK5K7i*Q)RFC*!);yIy^^BXQclmqKrhuRdJ0KmKcF7HGt!zO;Jv z-D*g~d2i{v_1AZOJ$v_#VA0*5#`l|~L-%Zbw;yzk&ewN)OW$#<`(OHU^~J64_JXb} zTe|vm__X!c7lS&VAE#EWz8mMY=WE^G>+3*$tE;cpUk5c`_r|Mff^JZ%+rMhh)H+bh z{MCm!!tef0-p>+~t^MNHm#uZ{Ln~i>4*m7dYtPnq>%q;*|KYE%#(yup8mF}X_0{lK zf2&sCty=X}HC8_E^(D{J53X}MHvhlA3p7&nwIXUS$MtpV#lu&92i^EPYrSdwYLL(3 zUVRGxeD&RW&?Qj+LEwj_Z6@9NL+oSeNnWcYfovF-FlADN3T9zeKaQ#u_D*ZTMBZYmaJp`>Ri(@AihixV1n2Z1@VrkG%WiIzd-MF|$@Ft-t#C)d%IPzxKy9 zaVRhM`}hGi*C1)ZIFCmbd9Hz{{_qd?yM9xH)GANKw&ddKnZ zzay*Hgtt`^>zyCYUwxtS^u6XMeW5pSO)msQmhax}>v}c5Y4*;KKQn$CYb_Ri*v#;2 z$6+I;`0|6=|G)jS+AA1%OK<(vM_C_wtE|=whPS=Ge9-P{%DbiBAC5TxePx9#K`~8Vejet zbrFx*ODh-j?b_p7#g(vq_wL>Qd6MNBesRAqf4oiN!#~9Zy+0IpU;m*H|8UnA#kii; zcjH$d36^HbmLl@D*6$MMPsG}7E0dgp)L|NqZl|G2g1Yemss zuFzlm!tpW{neGnPcZ|c=w>~-MjZ+g>1|YGi4Imq_+P0 zg08)+qAzysxtj6dh%^76*}o4;t4#ZLuGcVq#xxGk?(2IdC_6vsyYtepDV$eR{+Ild zS@JAD_qK=U|5TeI?0NO3(ay_FJN5)z`DwN8Z~gVq zj(dG6^cSdz3a#*UXy9DGz52~P&T{A7Kk~j$IxN0+MUej|&(jstn09v*Y=7J&VX^1? z>)%b*`!8MJp>pG@-KsBB|Hr-h8h6Cr;z9Vq={*PIp zYrIR#*{^vUY4mDv|Qr?QHMhK9!c5zCvgzW3+xPpf*r zJ?M`5-)ioAJ`TJJSN5uKbaCl<2AifEToOzjc zwVf-}eYQKai4^JXxA^1w?)yGanRfNj(zn{H?^dsL4RD^?{lzeR-g?{mQumbAUqMw! z-0Mr%SM9y}SfTIt{_s`%K}{ST{St#Bl>Xxz=+MYxTMOH^i^l zv1{ey*1elWyFM!(=iy*KB*V7#^8CkL>)st(#rD-rF^|jgkC4m}`P>`oySH4}(cHc9 zpt<@cf#h|6sHzA?*>hKiGoG~-=*1xzFL3vQFd(g`oywX z3T7!E{FQzcZJfBFvG3i#tbo8nN4-DV#9e9F-s|mI;IDOgjkx!U{^GlT?l!G8uinwP zG&Ek#VMkEK0q2(HseV7S_Wu9&;==lGclL%aUwt}!*WS=)tFH)#P1+m!boC+8O6?21 zRc3otV^;0?TDM*|e!c5FTS!f^i+IvYMnk<9}cMu)8MXhvubb&!2lH$QyZwS!hp6&t-4)nZp|U?)2yK{l8OL zce^E(DmkyuQ?@#(=g8o(!F#)k&bD~xcWODwy$aPoLY_*YObrxCuXhVyw*D#Ten|hg zd7S$71)giGLD%P9jq~~*H)-$nH4{8CUfRXa*P2@q^yjxeolffgaG-_7xurI; zTWsH|C3#!lJw5-V#h)u`?cICp%L}959?4q0^Y4v0UjEO@ofIl-CSO0vsd#-+)<@G9 ztGyPcIrp|d zf)D0hoWaS@n|15iQHJ>!j-TdCELqfO`C zz`q)Y-frV?*e%HPwJBqk+CkwWp51re&*F7oIED3=kRt7z9XfnD?OcCKElRT_U3RAknzFRfl% z`cnHU>zx~`lPy`FfUfd98P~V^Yu)};pi3=}T;KI2G;Y;*mhh!@nd`cY)~i;n`XsPC zVTxwv>0SA1-i%$I{XXpP-t>sH`8+6pSa#d-$GU^DDl6Wd6qZpb{g$Y}D>Y$>mD~!B zYKu7mMtkiKny&m&w_I%g^!$UW@4dFZTW+!YOfeMd0$e~iG(_}vRvNlCAhtzLaMF6wLO zuP;;I?G3HW`X0XO%h&4FheBUw->rK6tLyF3ZIjmfhtJx3&~@#riRL@@y?wyPmFRxy zJ80^1)t-KitFe_&-~0P1JW*MAVd>vD=BIC_87(-zvso!WsOxC`I}SD%llXAe?d6Xx zeJ90d7;&p*8=jV0R=Q)2bMxWzQio|e*WNbg zm)97oKHJnc=dOJDKJtl*rq);X-0;<0d_T?|tD3td|K`1<`ZW*VweOrJp1Edu|Uf&UTet-FTx9iK+JBikL2Z;qUH+T(eo5$dg!!*Q_Vul;HLGncRV#ot4)OW+kGoqce~^w-z32YGAteQOt1X& zXBGUqdiv={Q?>SkD(>~FaaI3TUj+?4)U6i;*WZ`IcPQ=Ny~nlw>aTwSpi#k#;C_7E z>#K23ruG&D`~BQosd@YS{^R-oS@y=JE(i6`Sc2p0)?aQ0FZJoy$TdL|vZ!~SPmoYTvR&9T`% zIw$pcl?1((>FE6SdLvP^)qCTqKDLT;r}fXji|z8#+pw!KMDAbd*D6r0A6m8gWcVab zo%yeuqJ4Aqf3GjC%=%ls`Ut3dI%#i!>uGxzNAdEP*;nIQKrPji;nUV%1vLagz1ZtJ zymro*(`@@XMks9Vll5JzPsSbknysL5uSlUqdP~z9w)H!6Gev*I^lnJgX#B)-L!&7n zSb%}mLt&wOfrDG$=Y5GkQeLb~a`Tc2ihGbNz0|Du|EDL%gu8^qbToC8KEAe%oG7ex z>F^C1%b>4m$vY!IetEw~tLGtOB1egFCj z)V=(*J`~gm|6BE-J1fJ+wHh>o1iC+Yed(W4(0KFFoxunr|*>-)nGO zNI-o~wfHNk#)`TQ9(BfZT(Jw{o3}jw!ElZL?6a1%JSig~Q|?`kEAn}p@@$*#$^4k$ zS0H?cUwGC*zOvQEOPloGg}e*1xmvkkQks3~yZy8FhE}cj3}5x{^>t992X(1eeGUIu z`ttSNs#o8`U*CnT=)FIDd^2-#ZC78A zdxms;@z30;Nvo$Peex{VG#56JSnU39!%{YuJqldcTCZ5k_59t!D>WxNadRj`Z2YYE zufDQ`-+6iU-FnqH50yjT_Wn>_m-Wbg*HKXVXBFfW+sG-l`X9$rrR)F0Uwx0;wLkpT zA0Z!?!s)Npd$LUHa<9`|1K)xnJDo6ldThJ&%{KK8qd-HT96x zkH51|{G{IDk8gj?-D2b1zgB+Mw~z(zn?sFa=VoN}`k$X%#iQDL!R7xp`RVnmPqI{5 zfd?V?hWr1e*yfF|Egvdq5qZtwN24x7);GPw47ZIbOH!wBWaUGaBz8E$+# z4RlF&Y2A8`>kGBOqd4#OgN6oQHR-*zXO&sv8WyCge77oVf80u~DT|onxq>_!kFR&# z+P^SpbKsKvDZ99QZlCYd-ta}iKyt(Rh`{^J$K_>KhJ1W6abo1dwo~sser(H^F5IwT zv-{ISFPBAsYKplvVT(a+w&>dIX@3O8UVZYeT?@KB`qf8JdSQvnez$)TXh;P{7mN)}N$MccBoGaIAM?7v~{!$YF00xx7d;+Ly2729YbBmc=k zDmI4so2gI3m-FncJ8RzjoPYH7pDiyJT#Z}0`^oy!7q7ldeFa*qa<#fCN8VW3$e8`i z_wZNm_P_cX|H0W~=bou`d)Wfq*~`+?{?;EuDD^p*4HqHjT0 zf9>1geU|6yrI(K76^T7_#J0Q^pS@wUvtUvgA?lQ8Evdtpt!;rH@`?&ZZBz8|mJv$bkcUR|br zXk=)G`s$N$vp^Fy2gNoC)L-AVpCvZv-N#$@>q9Qx)n5IzYR{^$P1pYjKIy+2f3wu04OF8eibyuEh$kO!}O#B&eH<;~lVB(5R z@r~K7mps;OIyB+?T;>f*Tp??g2yfy)$#mMwc=y9ZT}An3`D>!GSWczEG_j|HTr=9(MKe2~S8+?rJaBiPprN2q3Q{vEdHoMZ9k(*~X zIDP)e7GL%C>eJPi4*lM!ZphEJqi-^6$NfF4G#%6U-!ZKJe2DkWO`*z3CidO?ANCju zr_b!`YMTDor@z*l>3zw~@4g4b+Jw>~QnjU)fBYkp+&4w=nG0WQSMI+Ju`xATMm%*N z3+~9g2Uq|CevAcw_bfOS%3A{m#_ap6@t}X(Qwd;rO&Zn z!&iYv{wfvv{CaBxoJ;So|Dm+<5aWNfg z&i3?ON!x37=fds4wnudR=74d}Xdw)7GCopY%d*%l}djuvwG7 zlx0WQKKUy~9_KVu&A9>^G71mt&U`dunaYn{2G2?~rxmJx?ptDS>k(Hz`A5iX?yu|H zlb4@9*zvNZqFpG}Dr&ck411uC{e!lJT-RA{Rz<$Em7X^-jBD*Re}`wuue+A?WKEd+ z_xif^ETI*%Kq>wDqSgQQ2A$Mf(6;_7cy;5YP|%`=|8c9no}Qi$S^%*()FSJTV07yH z0MEzsRw_)N$*8Z|XX+=l7c>p9W%cv&68`Q}ynF9AXWb=PFumsuZz<5qq7`fjgkHE3m#XZWt~pw232pb*p$ z`Oi|6UJYtJT#f(WdffI)F34Z2_8ydT?%fs}`f7cFYuf)`|JT3TE3dCB*bbUls9GNy zr?po&9@Mk|_2<6++4^qp)kCYVR=xTZss&mPR0Ud^RQh_7hx#gx)z0<5ulS1%>#e^|tY#@e-@JR)4`g+5NA+hqpYKys7*_cW-K~ zeB3n9>S)`zto`vP!>57j?f9>tiHfS#zgHg#{|laZ3$0!s8n+G3DE0N~qgP+!KneG9=rd4bP&XblJn*k-@6}&lLtlYrKCb_b2Zb-L36u}c zXXi~@e|_odli{nr$8}CW?O5P?8Z@stY5mn7O3&W?jc>Acu6xfP`f6_}XhLRv>3`7l z%dh?6)7GoTMX1~ZtvV}x4Vsb*{d;}a_i#`P<#YJ1FJE7STJcw(t-czkw)g6q}qk`g(oWm#Lt+BZa^wR<5qoTvH1z|$^Y^s`WRnYR}e+S^LAm;|Sr6_tsy1qk#gpJqXwKC3FI;j6wVf(z5DaT1_m)vKTaRsMjwvGsjcS>efVq7RM4Qh+4}3BLtk;!IOktq1X@XP;9y+G>aP{Q_HcZyTYr5) z(|URE42l5*gT;o#Sv;zZ;VrwqgopP(UG;i>d|dylpY4n?_6K9*CC*3vGw!=_#=n2* z>-*ttyS`Xneek@gH*4$CU;FZye^hb4|2q5Z{~vCKGkt!fe|p04_0!$Ehhu{crt7_X z{OgP1^~JyMJ>*;8Teorbn|l^DW?Z&w!{6Ls@c!u`c73+?%{BH7P6Q(k?zwyLoEP4vmMkFNDUyrq__n<=`_b>Gyly6c(<2T=GKZm?(>gnPdhrPlzI1) z-T$`omcDRaA0Ki*q{cmb-}5``s+gA6@Hqt>gH;_rpw+|Nnnzu6niaz5Ijr zRmYXB_Lkp0ef8lv=n0M7N1p`0IUxW4km0eT>o-^a|H8HU@7C*!tiGSEwXe&6_4$MI z-CNSHFMWOaYi}v&#?Xp;d)4D+uXnPIfAvx3_PzX;#0b`=_eFQ>MW>%Ve6WT|@Y@eb zrs?H{j$J%vFYOtR9e6zHl&aVLjqeU^tve&Y<9x*8?}Pr@)xPI@7^ft>k2xh%W%KFV z=R(`~S6|Qi&C$I2VEcYMJ@D0Zaec4A*rA4|07CH>-%pv zsAuTNIFk5bLG6LC9KEZKp_ip5)ZScEe&keYfO&}=Z^@UPMI2{$Y`?L_!9sr3*Hvf5 z9pAjat{~ZHy1Qf5>1WP8duAFvdG()VuE+Usz2%>F=I(!X_imx}txI}r**rzDAEw83 zzxuGS`Qu?;7PX+IF?!Ng_g|G<-*32cpFrs2`s?%c3X-qa9y=m=w#oqU*w%U3(R+vw#V?S;$N9=~A6 zn}1Fq*86+q#&!u-hXCjM9fbuSMRiTy{@e5V`tn!*<9?Ug~!1k6$$>+K3-d^B>l1G+cl2l z?6}irJ6kpC4(6m*SO))k_Gr0BUGs#)7ay9r&t_ZEb#GS9!9-58y-#=@vtNCV`f3nW zBU#=5|MrG-u75(W?}z{Ta%cBt`?%Sw zugA4+t*y%2D|>w(C^30uINvgzIN8sr^&?+?WkvX-ZC75|o&I3Jv{!gr^tRq(lf+E~ zCRchfUcFj#Z&%GKfrA%5^auq+1jlN+uCj0Ram~KF*TAJ=4!7EgE&P>&9qo_9pL3~g z7F;#6<379ge5Tsfv6`D6$LF%`SpNS=%=5?V-+yo}FWVoZdMoq2ecZ3b`-N8rrN4f% zHGX~Vz3-rVWaD4|db%fV#=5w7aqB-_`ycn~OL}rSp9vvcr$a)rfXr* zx72k%{ZVQbUdFZdXpd@$ngKSH1CYApZmW(_-ip~(>%EihucK@_rHC)Uz5rD<}2H+ zvY}f4BU(guuL;x6xDhS+`Q!KE`wwPmcp7Vl?0EnG?DqP&AO4xE_w7(xGUrYCLD~E7 zS6@3_`N=Q#?)mFqum0OxBls+^uFY!C-?+N{v)9)`?rwSY9em{ZzV$WRt_vT`SF?Th zpQVt0!Fuo^$iKcsHXm+DkiXY=ncI@_ZQ?Dy+tJd0n71stn|vp9Li&TmRo$6)LZ4l& zZE$qsuYbrIb@^-E$y3SF9ee6_bblzhpKs1|L+{$^*n9D^ORdaBx6h9asyPzJ!O)fP zJp4-i`I@q6tNNFh)R%3zGRt~Kp#TS;Y+{ek!-W6qD;I9%zqPYTB|PQIb>{acWK@4$ z5Ab~)cG>o?W82YF@5_5ZnXcw;>HjO`XRj}^+JE(t<+}GZ%4=ow)@FxZ|Mb;X{`yDI zl@4)Tul|Sc|uuqRaLtN+h{kZw7PhWk%`Z~+L`1#vDgRafgE&p0+X}y2-A=x;;y&PX(y$_x5 zeIIm1X7z*a#o^kk@2ka6ZnAy%Km4cq;pc0M%PTSi#Q)vDcz?a?$Dj+_=9>FH<8ENH z4~+e>GRU*JzU@LU0Tuo53Vmtdhv$;kS;`iR( z{&SXr;kg)&82yJ^y(2_F9WQoaaY?c$(v0s)nHAc~Rx8td zEoA8#C!u3r3@ipsGfqEfd(nL2{qmEa?3&_s-q8-bPrP+x)UPeaWkmGdV3WM`x=jzAC=I?uO?7-F!~> zYc3t$bI@7oT1>tEebZadi)A<1%(bliv*zuNWofVd=7_#*5!(M+ze&*I9p~DmPFot5 zzSLTDkZo!3TRGp_Q+quXZL8GRdxF|olGm5L{#o_?`ug=Xo0B7}@BM0$dw==sy9e{5 zy;lByFn`sOsrO&kWY6fbfA#h1lh^m-*2SJtuzGzz?#JrsT*uhr?%cd z-@okG@5%;)b9&2`s8lVz>$I7-=alEQxWB#Mmi=3$? z`_jW|*`c{qBD?I&!?&BS&GJms^ApVw%=}@pi{CX*$S#w&RKEVf{g>14&ht&yv}ns- zdrfq)*WWOo(x$tC3_dkm?7v^1*076#{q^YwE9#uY)T1ljZVQcMj+fmQxA%K(+>zA8 z+;DZ(_aB^#|30evvd6!?^z`-R&))reT|d42*WRLF(bp-LcD?$3eR0*7zg2a6OXoM) zo4*HN*Z8%5+Uk12y_K8KK3nzre)tdn>RrztbS^TF)c!TAM0r!r?u*bZX7AzKTEaGFP1m=-6f?HqKS*H_9ssdRz1mI>1mm< z+C^4|$1*r}`rMBv5|DN%D!c^S zr;pYgQF|vd6kp7L{p&~IG?vpvhTJn)s}u?~HZHuf&L+wF<)1^VUZ?&oU2&EF-sF|p zN}Ct9{!RSyQ*{Hc%3j-^F@&b-}8Y zQA_7N>GQlSby3;Jrs}Wq`Q<*}`A#icC25gc)Y2uy{3|$qZ%V=W?bGuwTI^jI`O?j@ z>HfbXm)O(T^6a0*>o)5~U0=DlcW3hbbS;6Z`ahzl@4wqwee>Ux?FVD;?EUxsw)fYw z*@mp33)esgs(%Nye6R20NIzNU|Mh*7PTl-<{--C`$E{m0c((S>^*wWD->SV@UwgMG z+xy7%@)-BHpX+{F?E&Rr^|;Ba?}txbeQo+aE}Q%M<@@yVc84vp`m$%5`Nj4#EjsTL z{Cn4=9dq5eRcWey^M}#9>E0VAhYS8q zVBRR5{`~m!zq8akk~Y`v*~h9dL*$VAL$9x=4_wNM_*tX(-1Y0b+uixv+vc^ke|@lO zef7p~$A6#ams&4*aa#Y~ka-U*E4jef9O~lUE=8-g0@TwtCPyzx9&Wm%qML`qHA`SZ4pd_pxztdp`u0-@Cqg z+O4bQr;Z=FTfS$GV0_%K{bz#&O0T}2T@AY0h@*P zxoGT|m&g{**?8k!yn*BnNe+i4?`JqH_-$I3^!dxuKgTYuG`h%;eYl_dO4UQxHSPQ> z)Q(i2XIk%Z@8pb>U8nXp$)2BZ|MkzRJ$vK)K=-BI4`25*S#90kudiQUz53+U|L}e5 z)#HBZm)2~#vvXZ^ZW8GDeU9~I;<6wm@4io8edO!=^{%B=uf87?eYgJmTGi|OUUkRZ zD!E^|V5imovsdrOty>>^_S?k;%nUph?U{_($9bNwX6ekhKc~maOI*|FgUIoN8`@bN z3k80dKKwtSY1fTp!Km-k&j@^IahDV7u{hZKq_;)l&1$U&=Q1iU^PlG6>N*h9vUVf) z4F4~W+hkYH<`=lqEczq;u8@h@+9Fo&$_h`e9Lt6 ztN-OGX2~(vl3&`EzMu9!`|3aLUDHqg`)M_^{rbMWv2j1k)<1dDe$Za+i_&}9AM;|~ z9owOMclW)o*H<^`%(Y$m>igBl-)pPl_I`c+pzHfTzrC@q-QV5aX|=Z~!n^e7`)t0T zsMq)7PX7u!*r5JEVomSP*5ykW-n~+5SgfxT^ziXQue_G+kA2M0(AsV zWUwhdwWj5_OHH@8%_qMQUFfPhDa6o92!^NpeMUFEIf+ZFh z9rZ0c|Ffa7BV&E&@x2ois_pEQG+(YfsP&M?>-4trII;Ry%G!<1=8X)GpZ_XOUwi4z z1*>mHlca;Xzps<_`(nFEF7dYh(m5;jW|m2p?7ca$g~9p(N475i*PWFsy%v4BHj^>O z^v9poUoOvN6lrpKlj&(Bxo*q5d7SL0&`OPy}6x{`xZL7F%=npXQM3z5m98?v9Bs{RO(%thP$@G{@KKSCgO2{(Aj$ zY4szUPyYK`UPgU9;r#kO%a^UsuHShOpl~<&;we_oVC4pr*uD)*ugOjpbY$sgR$a!v zCx=1sg5vA>D;Ae3-xJPxus!jY{$v>|M+Ti#4yM41?XC$u%*S%OZtP%oGv@IwAGH&eUVb36lVnFD^V_%FY)#m9t` zQ|=zGyikr*-jX#!$1XUF`OxcD+T@v!)tG^y-0f2{d0+v@0{CzcydaO zbA7}xTc@$g?Kzodu`^rVtj_M) zPr2O!u@g4!5C5TZ$tOaah3kPTdlwMOcL)+EylpsX&2SOdHve{ujp5_NHlc!q?TvwLQMN(`Ys4N~yt$&za^+6xr?7W%Mq5tI z$i3SWDpEKx^HNo3hNQ~JMRgMueww%P=W}JYzhGt%2$bBoE~qTJR9o)B?4Og9e@xBX z`-_d+eZm)xul7IQA5<@Wyy@$!SD#8NL6>#JA)ap`AA`G0WTyL_GZ zuG3fl?FC)nU9TSZYma;U-}u)*W}UyjZ?Aq_*RJmedB1FZw+nRj(7(N3-*=tzOOoCC z!E@%9{hz$2$2yAL_2O?$$-2JBLhjNpb#IqH0k)z4KR9>ozaPGD@7Mp=|A#MTINblR zLRQ_mowaw57~6s?UPA77I#{-AtbNI}x2(|Gjd9DWsiHGQMT&VD9N7}H-y3&|2+Z=+ zxs=5mJyr5l`^{@_>`a9pFF&=lXX?z8m{!GIHbBA;DMb{;+d zvU&cr`2A7wGpbkg{qi;1WMG%IZB4t->NeincNN|+F!Ptby0hP;V{*^IkqoVgp+ zpjcn)p5Npxd1CqggKFE~&$_tjepBVFGdJFtzi-k`T(!UYk+Nss$5)dQ5`L(>T>WR7 z2~U-Mjo?>*(9J%Z{;@2Gbxrh9_#ok>pm2~gQ1#u6C8~}V48jlj^jNO$PS*c)u$_U` zDS$z5(KW{ztqSIB6Iwi{9d=r1Z>6lV)1Y?EY}Ud(lUKggUZ`>9dg9sJf-kwkOt()y z{nSUXL}dQ)gSC(OcQ#&6X|y^h(y)xRw^MvSr>ySR1L_>VB)7i`E4dbLFel+Tm)li^ z2%(NWi;vIYVqP|bA@Oz6#Z{YqZtC}*lX}IiJWXiw%=Vo|y#kL#e*J&-skFXH-gIwi z{pvrix2xX2`ma9!*Z!-oLDxzC2VL^>e)avhb$h?QZ}Q!>_v_E^#r0ROUSHjmnfTSP zAC$z_hqIW^dtW2uZBt(Rso>k@ua&>PetivUspqX%XPGj|uJ+R*dH5jjmNUmczWNHfn$la=>_bhynZehCe0T27kN+c_p0*iuZP)tmRe$4O z{bw;*UBCM2Pc9C1Bi1R0mKHMaoO9Ewdd{9irf0?;NAsQUPk*a_a`!Wi3JwPLh&3iV z4)XRiv6)<+aHFrx@KC#4LZ}eebRS)v)P{6pKgahGj1C2RxOZ<*F#HsGYuyi{1+SDN z-Z3z()B9^RZD#{Zm6S~Ns#VUDr04w7I=Ue}AmXq_F)RC{#X9>kVm4?g9!}Ys!e$T< z!r}4v9?Pxb=UPiV6n6AVeO0_=$h^je`9KF>hJvrLwf`Ak*;m&2zV)xCA8lGuev6*$A|ygGw15wLNmcBg$q9K2UlyWtUtzHz50Ir`}MW;v5{Z>YXojw+I{lu?(6EI zu~qi7cdt5qecxW;yL_LDqBibdeI1my-_KSt2L-jK@BTUKR$lMCwZwS-AHlq0u_fvP;o)kT_Lh@!upF!q=5c#ZxG`T&-OsdV&8mfQZFOpzlur0fP zCagu^1CO@t|JX`ilN;GO(@hrtT>hbcU8u~7KogBM(JY}JYz4Zl7VRr6BYxaxFSy3p z?x^muKx{XKVR@~rqwAC+|=IF_{@byhaNBaja{|B|M{Ol9W5yq~v zdREPYbP4r$lC4!OTo()v-Z=L2^&~mYZD)V(zt2)_y3}dco~?S{zk))|JZ>GQinrQE z+tQa-i}%;w{`&g$^{cN}|BZk3si?B<(w#Cq8cSq|2eTpxdBe6nnwIr||K zoActkLOhRW*jlc&nD*>Qk5l9gIgJ;#ax088Yz<2Iw34J8R?e1r(r-|`+<3-3^HRYA z(Pp2th)t(OcTfJ^EZN9iY`8aYqSmQ5ZVv;()|?Rg>>~c5y>ZW}4+m-(cebxt{_#Mg zH2>vaJRzG_8Svebq_xHSQhj^AtkW!~}LluUHezR#tYyH&8vV-q~TI ze;~u8RqF(@EJbfvYVK`GJ6yRs{CfQI-G9VG`+9e0`h#u*d%yaA_&$!GhU%c(%|LgR zt+-mX_k-uj4(UIFw{}CWIQ#V#RM~;<^V+%n>a%yZ?v}n-_iNQs^E%(}Ywv?@Pm7Ct zzv^9<#OX)7zMn37w(I*rkw0JVgG&FerS+@%&4k`GC%1PWl%F=K`@PA2)@wE=EqC+2 zZt{Ds@cry*EBy&_@=6_^X^Z4-P!IP_Qv% z>hU!PwHL{V&V1jn_}#*H@3%CTh;s2wIn0wN-|xhA^U2Xe3A=($?KrcGF`(>gWBSa3 z>Id!fTukb(pPhV=rR#vD#kAJLjft;9R{hzqRw_hn!up^E_wr7cvfVi5!9TI_jcoF4b-$-)IO9*S!9l0Qi3*v0w*y=LDQy3dXTqrq{Oimq>n9?wZi~{m0%#0xzWQAHBdcdtc=`z4gy?%Z*J+uay6d+qJi-a>>u~ z_3LZn;?~EgE3%gOuiIN27sqLFTB3@{y2($yan7c|57Vc=npwy3BT>`t=T=L0{qS|` zKi!)Tx*4#tdiP_iFREAnz1sci>-Bwmzy2-#e|>dRoqJ60M{kpqAWzd|oBh*QsP`vk zFbK$|CIq!5UXc+9+5g||vRV1fi2)857y}sOetA}N|2bc3y!^uFpsV|x=Lq}Q&-kHc zGREm->@X%(f;*_wD&->VgN=Ss9Wt8&8x%J@zn*fPZT!Czh{}5^!v}8H8n!Mb3qsQ^>Hj_;tV^}`zf^i`s&ULix)eG z+H=L_e2&y#RAS#B|M&4l(a-s-|J(}yTK)R!k(4_}&Pnh;jJOjvae2n9@GZKDMaJ3x zAHI0F+f9qhZRe!bDdAgk&UiWM&Ix@`zq0(rcIhJ~%w;paJ#IH#&h{ji*Tu$IsmA1e zrmXSProA2eAKj{5)v8z)`oTy1Sf%7zLl#3D9?Kbe3{$o{S_u3oNu2VrVX8q`&ZN+H z)~(fSe;%lKugGNBrqq4sh`CMb=kh~0nZDYWK0bW2_pqjS?tY&+^8ClY9u$i{p5G*y zF<-w)S9rVRhxXZA&Ky>UOCBe0|7p3&Z@s?h(Ta6n)>bMPn($BGz3zL;byXI^W{$;{1>ROc%=kRKjQAm@A2o9 zW9hH2MVGz5zIxEr>g%;x{r@u-SII^W=0MJ)A;%ZGCwXwE_fPxDY~cEQsbNb;>czF) zu?Y;>HyKO6U0zi_wChlgMNc`S`dEzsnqkuCdA zzR2b!Cyr~}aNt;P!>f{IZftszzi*wr^$IqL?J2)BH#@i&sGA$^HP&9ZBBaO8$lqyN zamWO=ddtdrI}L+VlAa#SY7?2)aiUGK~L>^PX{kuhQZffZY<7iIW-ESYgX@+;rrJ&(_S zIID7PHUG~N)@^}PRlm$!%(!^Bo=Jag@4Tw3-8r{!f3ywrf5owTy4((@-LFD&Ru#HG zUB2tV`uREcnlJI2_QzH~nA{h-=g-c%AIeL!*-vlVdZldginkxFulC$C3HbH>`aX^_ zt;r~n8Ba2Gw*VoLcUdVUErRa8y@yWf{!+-sMef`kPJy~uZ zY|G}V&Hs2p(d|F0z%k*+^W^slK0h|YetyDzxrPmaK>Zhk2Tpk+v```aW6Y(J%9H8!}pe*^e^npIHG3CXgI?m{{;otRvjm{%^s6?l<($y zc&AKnL#4-Vec6PDZO;k>mY+KH#mFmHCwFpT)|&qxf=~XO(7P}w*(;vKeDDA3EVq4k zE`IrsE8AUjuhO&WH9{{~(lppiXR$Lby82+*)X#~VbMu%}+8s{n%d>0~Y-A40Ft0O= z$bz`_zLI>{3`gGFll- zB%Rc)C$R55!8?bq=ti4jkY`itIRS+j!G>!JJ3=PTWB9GOB2G|1DsB388F8Uzp=~{V zQVRt;BvhaHDlpn|Sy&`bd~^3CUkaPgfuqaTah}u@TjTNY%(s{5?GUIkplnwlnUy&-BEy z-C^<9X6cXpj*oYKaGngID3%GC~jYWsRn=E~m>(_H_~T>7AU$@>q! zlR5R}PQP!GV&a@NukZiY_f66+0ReNl><{MWTJFg>y^nL@%I}98jQ;t&Z}RKNnRq{D zpY{TmJ?W~B3qOXGaAeMA^^=d?&k-OdeQUi+&K}XUoo~)BP-o$0=H^@?xM1mG`6lb7 zzWQ`;^X4slcsO1{vmj}Q^nE>&+FbFCl)MeHk>K*BrGiAs_wO?u4mdT!cU(4 zxBrLMv2=q4f;V!xq$iyJ!TtT9D$Cs1uTR%;E&q0TYuW1eO`Z{c9#ic&ettCn_5J9b zH{bPA9&M4i^?|3q^^vj1&Uwp$pQ zk?`3mvhx_UnD6GKH1^$k-gJ7eL_>*!76YRlk3kYIi;AGZhegx4#5z9*Iwm~Z;^e8r zvts&zrYi1!CWpptR*8krj#NsDon3j)g;ydrck-9chCd$4GuaHR@;@C+P!K%?a_W89(W7Zbbz!%fdUq{mT(!ox zl3DuF<-aa(8nwy{SN`vuZ7)^2qPWfT2}_u9b958?Gl(HzDphhA~XJ@t%Q!FVar<%$BUm>wJR16I}_LWdgX)Yz2w z9$;Il%X8pdGy{|T9fuD&X3Sf@EPBYeQ6$Gf!(=zp+3%*8MXow2FedRlkXZVFuYlu_ zcgB*MO##0qFZXhkZ)h`MVisgPFhk=;S|+bURhi7lN>ytQ7wQl_f*J*_pHr}27jY)7r9-HC@wo_)z zjLp0Us~Chj6b>!We6D1!%Fl4sl^N^(nEE#xa0L2jGXH80X;ka1@!-heR1{cHk#ppEaC^yDzSn0r zF6v;b`n253l4n8#JF{EOqK12uPyBWY(+Y8k=;8eFKd*41^9F&3>mEE>&>rx>K=dK! zMxjSehmPL7U8odxC~#-X(Km`~7-K4eE_z(J5oC1b;L`W4(>s%5&-j*R>~%@<4fKpI z3p(Mp@VLU~nNDvQM6(+h0;4X@;$6!UH$lK6E75sH$x>ZiiKZL+Oop$gtSMIZW zy`S&r+;<<3-krb@vOh?{?B#jY89SB<3dV46ymYOLZ~y6kCdXSXn6<0D{s>&tzg)h` z`?A@3!N^Gk|2Up$mby8~2%DujpEz0tTKM$AzxrXLWO5J_f7|1h9g=d~n`2)(YX0ci z$7wP({=wwFBblJVt@Zk>b5)j{o%#NQ`|97X@3Z`@i?Y98=PiAG(Jqi7U#mgmEXpMr z#|;06uj8`Wd^P^T{3T13RZiW1Ho@WSd^MXTihqQ2r#VY$%NJcK*MBfM=hE*7i&q@| z=D)v2BtV7b*)b-E%^Uu+MBHI!{Qsc+aZ~gEHSsK0-bPy_P0s!IBR5(NIzo3L{&$UU*AFrt`_+hXrihWjp(53T##8Oj>9~Xz-e`Kv+55A_GW6i0> z@0(Wht!mt~*Shw@+_^V?+~SYF9{>07WcTZ;clWRU<39b}lLzh6mOC{6%C{#ZR|zN` zcyVg|WyS-HmsJ%E4Z~!X6`6c`c}~qCL8c)8(bRkFo1O~PO(}ffBO^EG76YsCqD2mk zciE@ztzob$V_?flJtlCqU+VtMM>_TI&uy01pH$zwmcc#XgIVKkiQs4bGW(>rY-UfI zY>}hzxadi#z^PpuxfB!?M}wj%|Oe67*FC^QM)At=x8rUs9fB9n0Dy)4#HOXFR|w=n#5iqf5oc zOIe3mFZV8Cy%xtIee?K~4n-cP$&#sSFG%tm23E2jJbZg$&jj|*EG#Zb0{mx7HuAe4 zJjT{_M13|70~5nerf>S~+aga$UgC2RsZJ3R*~NAI%Ao_2t6RB`*nKRSAm?Yc%SSaM zXR;J)V92v&-E}V#1$+b~`Sv*p?8`i@(CxlrC*#5uVY)36R*A1a{D0JKa?04SgX<=X zq|eQrJxnX*{k@*AxK{Npb#j0GAHh$m;Xm{~+?jah_%Z{KRB|UlTrWJgWC^0K6^L2?R;dG=jY2J?Q5YR6~<8B^2>#>Vc(le z1q^lq4OiJYA1k^WH2AG(jgi%AeOhMfyQaILNs4`n^N(d6hXfc}m^&*^^?EFk5PJQb z_tvRdOH90b!creFxG=b;=wJJhq|Cb2pyoqc+Am4#isQ>>$Y0%kT6#y=^9NRJY=-8k zqLl*g8q5v<@UkD%5<3zR@nofe6C(#3W84p&i=B;=N`Fl~dYJi^%#sHTZj724&ewBe zmp(n|!u5Ev%%zt?d_pZVb3PO?HWmofEI2jIEc;!9hGv@16<;3bHp8!00lw`C8SahO zPCeVWborz;ryVmJ9xQXKthm729DHDJ-n$H)3xyAie8*;s3-}Ek}x#Bv_`{@Wy0r{N}Rl=bxDm7D#W9u?V_Q7HPq6E$kC( zS#N)M+Z$C|mu-s{WiW?1uHw>}3WG2_qGw)o~>{e8y1b&fi zl4#oOrnrXf@!7?$HgRU1LQ3W*-<)9&wn{Q6FM2=okE4YFgBz<}#hV8VCE1P-bW>}> zoKw?t&ivynR#|vKDeLctxi`OVf6$hBLMx>9)5mkyS-xH0>icTzLHV%x@17p3pPlCY zM|H2VVEmDn{+&hTC(HI1Ketz(-~a0C$+O2*?8EnQeh%I(`@5-I@?-x}YuOLpi{o?c zeyF~X_?DuuX@2|aKW=Lm=tWd`<=jqq+J8`#_oRe)cy0JeN9BwupE5L8K4>#JS=z_2 z`$3=CeTQ$mA1pducBZxe^dpOVF|+3FSQW_rHMXGX|3Mz3%U?I_0u_azIgxi=A)Nm_ zZ~SKocqJ~sN1k!DEsI4ta*`}_eGv4 z|KO}wyl#i$r~lW(f9-yC`1(GM?B3G;cMD^}Vzw^rNKdXf?zFDDfBXNYsIxw=0zQ9v zYZw3BM)Z1jGb{6slaqUoPh#QP&bq&)&MEuOewMoLn*a8G_1iP~OXvP3k9mGY-w(Pf zood`#{(e>TqkPTvp*6nYQJ_gPeY35fu5FZ!)1I#Xw<>OLY(03q^Mkj|_k>b;`_-%e z#y?nmeAQ$%`}u-ye|P`zN?H4AyKxwo2`|z9%RoN(Sy1wzqbAT zXcBxn%3fV+-SqYUo?Ob(Kd67Qqj#o~b&aCmw?NVEFwbQN&35hmp5(J3BI9!o$KCl? z|Gf?UTmATxyM5Eu&Rq{Jo2Aw7)(CmC*{jCo-ZJ~4{P^nM4{fuZjf}H=k1cxi=|#ET zkNL(t7J}d8yC)p;SRF8#P40U5I*un-l!X6({eMt4>~D;qUt?|UsobmASqy*gso19! z>65cq)U`eivbdlrJ7n&u{MS!rbI!Ed^YxSPuAbM|&)yAtRK51@*Z1rHt+-mXXKviC zy`}X{GJEx>*a%&)$y1NHUf<+b`?ct7kkP?^>tm}QOlw`;1sYw7zY>5BBVvj5|L z=&sE)++O%#*JG`3<}&vkzT2(;5V&l;tLpaa`_{*7xl_CR)BWs&x+-h=ED!$sp*Zbg z{@3(_B{^jupLJ=?f6!mlUmIKfUUT-ZFLOk^s$5dL*g~eL`s}X}`1t%(nES8&2UA;J zO70h2i%qa$-9M*7W3S|Cg_|N{p*2l)bz8}7B|F7@Y*UvuLy}m}UGV6c%ujlLb*4D>XzrK3?@s-s--~YLFz3Dx_ zdQ8^$AIcNG^#8~I5qud{-|^}5jE4*Uf<}1vacsPFxMAK7mFfHcH)VMUcAV|;w(P%O zwpr+F)$8?5b9WwVXKsAcHuL-OkHU(nC$f@TRo_(<-Z*a-(y>2A{53~~;$74Fm4|;Q zZJU&<8poA0$9Ha8|J410_nY)qem|%)A$v>KYL=K9m;E~>YYSX^dE8h&H0&?%PU*iZ zdDXtZ$!2=reU_UXcQ?r-W!rvwcG+;<-WZ`TE(%Mtw6C+wv$_9&^&i*wR{yW>`|LJ- z_38WNoJEzppT67oGAK}b_WJO+$&;>u62|LGrSF?`EEfKL_4WFaSKqJi1BJ?8M{&LC z2a|Q|YeADbAOf^zYxaEYCe53Uf%UI{Ka}~a5$^M)H~o)bCnUV+hRZdOMm*V+&N+2&hYRbdM6wmz1+p` zzxwN0?f>e3)H<%`9>*+&4>Y7b5Gg%de_wp>z3B%{wtU|o9{212gT)e6KfM3H{@?lL z@R{f+>AJnw1fMRovs(K-(nvq=(xYGhUws9wrwi|Tef@Oa_mj{5MXvjLebuV}I_3Aj z{{7%OM}YPFuf0W?(-o`sU;p&My<~#L+pq7NJhcLUtFK!hTjjTZotEQnui5*Lge+)^ z=`u@M_6wAuG|s&L|MmU)QkKn!+h$GQTeIn6ecZ3_2YJtX#$NvVzrg#3+qBMl&QEdw ztM=5#t&81RSXybhSW^}>4_M2i^6Q5?%ao0m)u*pMRtlOZuU}uI=yQEnsOP2nkp1Dm zzRZn(_4WGy`0L^8_U{9gNmWl4yZsMe$Fc56-`sU;z>~W*+g3=&<*nQG^`r3;&;Apj z35chYX{3shl4`m%J%E4SO2Ykua@1UmvQND zeT-nZMSpF5Z5(Jw3A9G~f84&kv6aWKe7PI9YtLR#B+LH#e)Zq}Utd85aMjQ3=+_r( zZf5LyeLwEk*RS>Ky{|rf)pz>pzrB*z_wD_3E3@@$#kuvdaliJ=t+x*cWux`saiDqF z)qksB{RgcAy#7CY-TJS8ORJvr{NDAd53;hwv?zb|q1yP@mx{^*ZDJ+$mNv6rkDI>w zZ``guf8+AjfBiETG-3FDHAwaPTF}f@c>MkF`Rn4ri>tza?Z3Xd$>Q7l@7Gta2F<1H zt&gp$Tka2<2m5-m`frSI$Gdkw{w>~8FMPVc6f~Ug=W{doYt^G)tE~Qle7@|}=hFJs zf8*lTf32+AfA!z~`Axddo9~DJ`hL=FOC2Zz{)2)5)Cc+C9Hh7)Ha2e8*P^KX5$UV1 zI*KkoH(`GGq>Z*7JI?L>`m$>O)hDk$eSQ7vfB5{>f2-owe|=d6Duusa-{d+V%g{|M1BmZ+!Y% zX|-o6C?>w-t3yJ*wrbZuaIDpWCjMuyudUkQSH$btzq0DZ^ zvp9SAwe&$z?R(nmYpeVo$NdCHsOQyx>%Z%m#jTH-GVS!~`S#(z_I`>FDy@3;6|{0K zq-+;x?&&%xd>2`2*YC}=iw#p=|8H;1rbn6_N?Ud7gs)aUj@f&sG!3-c5!5hQU#f3s z{rWnnumFVvC=5Uh6@&#wasMtwZ}bf*4C?!toHbuZvC_8 zmiROj(hl|&7dXm(!cg7USDKc?f>f2*Z-i*ANT8f_1g03?l;OX;|zE=L)4{}P({C)3!YDdglFL=NFYlZjf!+!)b{rlC! zLCXl0C%yl@<)_vD>)-|Zag+CE#qIszetP2VS0BTh<=*|Y+`Z$}p}p0wFMq9HeXM-G z`PC;jS@cDX@x!Bb52n4}z5AP7!DA8G4WTXF=Kp`^?um*Ki7MUq`Qf8{ zS@70$x9baEeYyH#)!wTQCK!M4-@WIi=ZE7z?IumoKihUJ{q8~Y^78UJZmnj- z+WiW;cI^-ETz$y&#j8E8ankGkWP{x|e6+ipxYX#^m(r?NA6nz2*Smy1U41Yi zx%hvK2glZbhw~(>I5u3Gky*YsyGdf5_T_`Q@zB#AWe@MnixEt``JHd={s*%!|NkQw z`grw)AjxBUd480pZg|z}?)IR6_x`xH)fZZ;jMkTej?Mue;^_YHPFJntavg)Eckh>% zSMU3w8~@*ZyQBZ@tKqx87{|40UyWO}=j!X#hc0;D{l&p-C#%}O!uouudxmUQ$zj36 z4fQrE$%j9BKbG5f>D2K;$wVv5Fp0y&Wa^?U3_xWvQ55Hb<3URJu ztM=V0sV3?7e*|*-Zj{!xdzxPjU!;9KeBOHA>r2=Bhp*Z*_0{TQ*O#pKjcdvJ8>hB6 zv0+7hn?U=jUyY6@OaI+5aO7cfJhiv#bHeA+YWbHB`o8aRjbDA}D*RTd|Emv~)~!FN zUS4DNaLMl_O&;c4-lc&jyufw$Kn(3 zlc#~NlbwtWGH-uJPe>bV%5Dw$h19Wzw-iG&<; zsNFc{N&TG%lXL%RiCoLj6S?v^(DdO!o`71bgQ{73UdPP?-Jo>P?0xJnEl=Z?*B47G zwZ4XTuXnq?>&w)-^{VmfU#;iVIv6MKt^R-e=jNt;FXnta@^ZF(lW%m$YqM2TCb%jD z88_Wb7TumNx?|1X+r#D^P`f}CRxVG%e;fq0MvX#E{ zG-A@wJW{lXkHhlx@2_mkhvb+iD8^=Q-Ll}D?AM=)>8zKZ=Dn9#yxPGf{-b#LyuUgE z_x>NbzH9NO@ZEb~t$TfECJV1^{OYfNltH_$dsZI`ebuDJ9&*oXfA}a@#{ zQ$zo8uD^Wx=*d;qR!u#u>n=b3?;pAM!aly%h8LTvW{X^MVq!Yzd-rIu>DzMFNR^7e zx<8cnutr}x?WP_6zPz^y?G~vkUux^cL3^^b)?aeb&kt-aTODrU2M6YIzh)nzb zYQ@9Fu~AngHE$|(u^23^P37P8R{id~Nv=<~U!LA@!y@(T%U7SSzFQw!x#}y6WyC$u ztvp8pd(lC8ft7nhpRfK}nXtWj?~C_w-Ceu)ec#5%sHWd{BkrPrs+`P@ z3(Gc_zBh9(E?x2S?+PdB>dU&ix89tcBkUgbXy4z1b|PWLcb@S@*G%}JB_%Sgwpw($ z%e;tpZ^+oHxPg@`0o;-KH zOZXzKSqtWUzxV&uAE77z%_8?}>3`?)K7C0|eA$_!sT-r;Jz|LX=h$@9F*R%XyNIKi zD)0Ip96Y#u{fqs+w%LCsEYNpY_27Ne&eb~_pZ47P^N#D;ox|&Ap8H#puk!VilZR{g zqU=kd4|jb@t;+fr^*wIam#;4$O#1#EbpG~t*I%n)r#|k!nw8NmEt0P$!rn0N>5lfZ zO;7(GIXzMA&YplHGAi0#SMJVe6D}w;LM`X@;hah z!PXW3e%6|l_4%&VMy)TQRTXFBSMB?~d-d7yU0-sms=j=EvFdvq=xEoyaqmmtfzD8P zsW5qk@%pblUB(|{Z>;RLzWOPrY1Jpc$~&K(tM&+;`}Csf zTlDt*ET%W+R(Zbv&!iuy!tiEzcb9%hKU^25;1kIoc!A} zn;e4qvlT5Ww!KhY&-w30Y@|Tp36^qU>pgd;eGR%J_`V+N*^S50 zs2s=krFY}>_S)3GZ{7IzL1@OI#T(`099vJ^c5nW%LeJqsn)xNxJ(5!%NEF<-{;-l? z=ycuQ1sR+PnGFJ`zlyI_I;i^nzwX)(t`n#Ko_*@j`qIkmU+YWXajKsM-CMNk|LUvN ztFKl!$@RuX?PZ_$DfD60p46%ejafZEGrvrI`Rdd49m>1^3I{I_-?i6w@7KEZ2ldO( zzhBN8k}e>}^gBAkKzdaX*OH&78e4hAqw76vxYpN7e>`OTku^2&o0ZXx*&<0f{y)?{ zp0c(mjg%@|{WA-6qW0Ii^`({CcdK4sWw8x?vifWFYODt|?(_S-U$ne(ZRFJ|E$}Ig zLUIYNT#nb9HhC@oI{)N~I1lF4BB8buR|q<$-p=7$&*hXAeYo~c(_uw6whdpK_LPcD z_K*E<^}ju8WhVa|ZQUqceU>@@?+C_q#zldS#ZkHZy!7vN&>c>yRjWRS{#x$0GHh?@ z>-FwepMXwxxcZQ5fBe_#Ca+M)nQO0`r0-t}eYOA9*SJ~hTVHu7_iUV8bUrkwsAbBo z)#lO*?XTTweJjxTN`SwqF=3h0sZ}eiRoyZ67i|GLlB2!<; za<56U5nCg>MO@%zhS-4{+?_OlJwY_eSd-XlmJMQW3U;9~Xjg9YY zzk7Yx*U+b{?+D)ez6!*+8z;2hJMQ&$mhk?%|2^f9wMIgePB^skFeID}GN*`I!?;);iK{EEY}^A3FS8 z!?67$hlKQj7ZyB57K{~52gKXu5=)f|x&l0;Sq1E+X6}~RV4>b}DD95W=?~2(xm13< z%fJ2=ba>;c@8PTVhA&%vwd(1|x0Ci>eYO7Tul=C&Qa;vfi#}pjbA8qN>$|=Phdx{X zZ1q|5u&?jdw?6T+ZnDYC&t?zT6YwvS7g*qQzxsdn7RT57wr$?r@NrjkVMNTs*4Zs$ zua6X737HdpFLm|ZxJT>iv&_rhb1#`tA<)IuoqVL#v~lB`cLFTjR{9^qmfcYPa;5Q? z$X21uy9N*Mx!zTl2$EYIW?_6eB`WmKQm#oNJGIK!{#Z9H|M04h8_m)>)2li6U0{Cq zw)L`0i;V#bJKt5SM{|nTD!Z*bkiU8B;WeynyYgp0xtMTx$G38suD$=ny$(Cy)^VA0 zge!!z)YGCd@JX?w&dlzR+9_NDdH-gp-~F_1)u-@XU$6f9;#!rt?!~YDEHmrChel3X ze^Bkt&b##oW$*uw>t0{_YW3;3UQjy^bfM_icdvF&TD-UL!H7Rdma@@F*)9{S$3SU3HcO09KgU;ju-9h;3%Z9)i zQ?dOrJEx9~-Ru8{hF_0{@=c6Kx6_B=CQuy8-<_$SZ>5m)0^f34#v zUHz)HtF2+tzLaH{_E=|om_r>!8p)eOrRSyUf-<`ty>2=S6^&>Dg1=Vc$qo373)v{;el2D$dMgRM{=7BE##- zl`w0!IOoJ5%?-Kz)|YSkFzq(~xKBn~QfWt!|Cz+cJ0G^l$8@i(OF2I0AG5US<%gw8 z7tVMH9X+A>{l}>1V=BRgjL8nsHt=El{S|3_39yf3A^>yn5 zOCuL#)UCh1YtPi`^&!I7Lp5bT?D9!!V1 z?Dnr%bN|_n*i~_?g0tTDpZd|W&005q*`KqsrPNN!+_ArHBF9l0_eXh>taQ(f7~x1Q zi7#h-t_kc~aq+pvP4@@NS9(gg^43IH$lcrbO+`R>g5ab_Pwd_^-Pj&}F_3Nj{aas| zBdhtZ*SBpB><=@%Z2zQ5^YebauR)(uw*C)awdd-)^}4|)L5FV5S{bz77gUez+8^GM zePL>x7wGPo_^b7xgX@22JXO-#G*MFybR*MO-{lH*Ti>boCBJhH)lhzLp?u$!hFOOB z@7nxtEv@5t_q{S<)-1^hVQy7>L5I!%+T&U?Z|UE9)wosP<5ui9*=S@N-{j@_>00KA zm*Hy!PuOQ)jq6x_{PgN2YJ0iE|5h!SH0OQF->R&G2l+aV$S>KY`@wZ;)9n9irivU= z`=_RsqiFrwsqAg+vIfu?R4=a##BLe&E2dH!&UusxdhR(P%U>XUj~s`fg{20I)! zF1$E7%<6O~sK|MJH-7b1_dL#3{4)bTgARTC-()ZAV;^4nKYZ1{2(^2E%GFl&uh|NXVSublUj2#gzGV>jT_(-v?dJxIb=^#D@ppY$|wnT(PO$V12i_ zoNG>n?##{^FLzipS^xUK`pVajzvpVNf3;UNj`J1hz`4DuMXSDs{`wyN`fmO8b9+H{ z$5*H=nyFXyKGgf_LG6Egum1YC`mTRz-Ck24t}xEe7BAD9Tyhe_I87FsFBiMUwWh;y zn@}%f>sQ5Z#@#E9zfI^0Qr{x}D?)L3&DP09y4TliyZ!Yw`2JQmvyFiZC*0KM+VEf7 z=GUQ@f}!3Tl1$9DTJ1SyO#fD7d{DU@b7b|CZ9cPKPLU1JTAdo+%ieHp_SC&`{BYM%-|g|TY&uk}w> zpA0Mgw;}lEyc<3O@w$V%EI%nxsEbUk2-oiBKH+xRNtVP0(3>g(Z?*5AF)clF(G_syWIEp~m6zZx+Qbg#$$D)3Q;psv-& zd!SR|!q=_8zG~g;yHyd23!W{=e*Wrj((CZJM@AP;C_dSEY~A{+va7zw&k+ptmp>*s zZ_7v5E&tcnAC%`_t$%%0)fS)s;ghz{%ihbfo{Kjt$n=eW9iH6tDwpq zcC_C9xYyT%?^dt(j=x&<`rqEttJlBA?b@?-D(Kp?g!gl&mR7AVeYyH>#DligiRIw4 z5?Qw2*R{2c6It(M`ffky?jBH<1nJrvzUyl^=$O*Ld+V>;gU%}6wLfHa`0J}I(V10Q zkVEw9_Fmt$@#?RCtNvWOe$alla>(C3u@aqI{#wYjzpkrL>Fp_qU$Xj0D8>njU(dST z)DHz+1hhAN9q4fRr;AU1{U5X(bP4VCzo3)ILAOZ#+Z$T7zVy!o&nXJwpI3iy-LBLQ zx|r!5r|PY`UHe&PJg@)yPVdM8zk43BRjai?7sakx&uaQ=y*FsEXVTt-VxKPW+6y|! zA9TJT=)^xzP5~XLSiSlzOW6H)dsX9BeF|T-_WG*zdjuYDd;4o|=&!H#)7@*UR^Jhf ze9XM~-~QLX*1Mx$MYZbtuJ!LgBVJFN^j3Zc)vc?(NA3FebmJ@7m64#!#^Rnm-IBKY z>mR}EOIDu_fA!I{GV9~iSD?$wu7`tC#olo6g;ej>hyD-m0Ck#*GqRdXUuwZ_qk6UX z`jTBPd%pfL4S)R)bT>w9{Q7t6ORGV53We6KzrJp7=)2|1R$q-;m1v-sTw?6bm*M87-BGdND2Hp}}9~-9! zcKS^*_*csaHYGuB+jzzSR0n+*-BrlJM$dS08KN1zA36 zy)NkH^Q!%Epz{-(?B0C}eYN-cLa*;}yFmBRfONL6`Wm>sGHm z9ryY=r~|b6Hz?ddb?>wFr7yw3RK5Ca_^Lg=)vLc&_;FU-QY z(D}@ebL#gx@|RXP?G=O^?RkCI7tQcjf8$o)tuL+HD;+*>{nbZWSWin_e|=H*UH828 z%&gVx{li~<{8}Lhx&YOYHO`I!I^`h!kZ~TL@`KQaT3}~cB|0usP{QsZ3 zdcVZk_Whx?s@1CxhraOJ=yLVJthJn1Ul<;!tu^@e$MEsLT^zspRu*a4Kqeu+)^V)+ zS$L55{y&K$7Wvu%$+KVgl(U%cDLZ`5rB>LhM=(J4Nz#Fr^OnsqJAO2we?j39IZFqI#8fV_`cQ+Kn zOkTeQrL$RIG~-r%4SlvgHco84BSZQIuLWv(^XLCasqufmLTUHoEgWAx8gqk}NPPHk zz=-vwzs2+0x8feO@7^C}EepCw>V0{Q=w$!@{}Z2nT2Wam89r}4U-&|={o$`ZEUjMe z?0BcEwvD;{e@k+2d-#n~-!EI^I@ZU=RqZj4o3>Xs3Urg{-cY0qrP}P~XftexeHXp{ z;hBA0AF?<7|Mov;;fL_6u1Ak9u)Dsv{EnUAzO5S{{1?pnC|b9kI}~=y)arlhIj;WN zCtEP3iu*>%gm2EvIkGlQUmJ2?J4<_&ZaB+@r0e4On-bO)6iwq@^&vRCl`&F*k;kYy zBkS<;e^==_`(2^f#rMv2BGXlWZ=0q3>`&SM<@zia6`n_LnVWrX>r2qpb$0~b z{cF$0I-S7A{GWqO_Sr#pDMQ_jT}JD}`KyZvq-EWLYg`yb!xRo1H2 zyYH=fxA#ya3$N9BP-Vq&_0`_%i?u#Xty<94c-4H;`m0aZJ8w?f^eKS-I*Zo)p2bpBs1&G>I@%Voz%DLQzmjfPE4n`k?J)hE;5S0xx_- z=E|$Tw2XQ%@7=q1A8)f}2^;#}zyIxN)Plvk-|etxHSDQ1Klx$)SI|WvuRdy}TbDH-(-hXP{+^_r>LhSPovJoGzHp%C4>wSK5LBQfp zxbr@zg5WDRe)h)A6uzJF9(|snNo(E5uYb1M%Euo)DEoYW={wN*+TX)>?RAtbty?b| z_xkUHE|aD0NtQPiesMU4?!0~X$FBdaChK%vR1e)g+w@W=zVAKDrmYWO%lp`=w%)JM z+OPG!Y}W4p1y&{ZXN$68RW2?$qm#5-6~FL&xczKjK3+FnmsRYCjcul2Oy*+^g@Ao~wVp(_eS@ zW{7a&WTP*C>kmsfDYoC2U6wB!Cz4g6Yj*Oq`TGa6_@)O}nC|lUefv0(^9{T9`U*Tw z>T$5-;eQ|?!zf;Q_jG^WbZHeHMFSUsPd_Ff?&`YYzNS){jooQZ%)Uo#^TcYC`$-JLIT52n@r_g4D;hV?IQ&*v#RebwakeUu-PE@Xv5;>JA1!H z=(Ton>ivzp^I+PwWk2?+eE+Gaq6V5_4z2jLKdu`zPz~Z;eYMxL$_{j?CusC%)%pPE ztbd>j`jYgscb+M&URtq3ajKD$W35f?`>ClPf($Pk7>Va@?`T=ru-uA!&FjrS zWV-&$HRV1z@6_)$cJJ${=Uy*YiV^hx&$>r2U;6VL!IaeZJNK;7`W`-Q|ElkC4<^-I zeFbVogRZUI8@@yF#hJsW!xwzM=e0*a9CCZq+|=cl!k4c;9rvK`J^ThKU+{c|fBE^x zE^!R+m$L?5Yki_o7^LKOhI77u#;NBbk}uyD-qE}5lA(Qg!K`#mg=p_cQy#&C|e=zI$K704$FJbc*P1@ez=HMjI^``-`XS=o;Pl)r{AHHkP)EBSzhrj-{zVt=c z9^dNquA!hq%qxrjT#nidx~I(RYv_{#H<2whlIPg`EbIMj=dXC{^zroZx93FK*;Pw_ z{W~P!o+=;v`so|xSz?#C`dh!a3Q4gt^oV|by0P0MihIk+mnj!q#9ppZ*0OF@>f#8| zEU?bHY;0rp@GPUG*BtAL887}9Zmd}9ZuOlde3I6u>#O#LzEqoUz5d<)Nqa*pwXcTH zT7T85)N3o~${4%#s-RK4^&Fu;lve$J^_^wPYRJj;*ICT>uj6?6c7Hf%R;Vg#-vuSf z&4$Zkj95Ig*aBBN2Z{wh=e~WuRb?)FuJXKxx3tS@oUiv;cKi6XN6hD*HFG(ecy5HC z;teIP@I4#DKRgk44rr;Z-&6C|Q}4ra+dFl=XB;diPgiO#)T?jmlUQ-WcWLtf_^+>; zZ2Npc*9A1`q|INq_bzY1g}Vi>@5a4enSEz_efWd+WogyZe(wSun!dHV$@<>cxD^_A z^Q%vX@7kjZnt5NxvA+J5-z~4bwsD^2yVe(YuJZi$=EB6ij*96Vw;GbWPYEgYyb&sn zeFd5y4XqSnayZf4_-U8&j^9ml9eei37q8=p+H&>H%q=C;CN@pVJ#bybRAFkEx%&z0 z1jA%*GuhL3pZOfw=;z?ZWl;9E<#$F6!?*2a><0{0XG`3OjAvkE;5e4p@Pi?-A7$m~ zlP^1q3>4;0aqd)8%f>_;9y zkL(%4cB{a(za4cZlpQWRczfEWpH&41DjrBAY%BWqxM0uvl{=zq9kh(3fJaC{)#4uobtx~V@ty>?M@;hT2nscA7{U37VK;p*B zS;Ai!FLCd#Z@qNbwNNOjMK!Qgx3pRy)-!UC%L30Qjh*fnu5P~?=b^H6``xNnf2)-C znp`ibjc@YVU%mS4tM#7Y4<_54o_qa|;NAaUU+ntMV)-3o+M~%=wz^{FA!)ys+mib@ zGu3C?zk2CE>FSdv-FLqlC30M^D>v%IC;r*o^GW9Lfx0XcuZg#oFFRm5p}QwUu|mSx zVZnl+oy?ABy_!Qlu95yxToD^BkntlW=li{E2AvmkEk0C>7qv~EDk!jVlG(YE%#M}` z(;W{yI`l>0fVaXycd3X~e}pU6*L^Jg&oZs@|I_uMabA1A{taKXSG8)v()D#P5#H>R{7B`S<2!X+nY{?yh@e_i!9_?Z|78KN=PyS=bbmyaC&RRdSFFB$KgOl&pB}oS6PExSF(qNeyLkf_EOsI z!td_Sufk$`?l3Ia=Q{nxo5>Ms&v{sP%v=24W<$Tht69lAl%9SE&A(p-EiJ0lzRt33 z)~)QnzWLd4uRdM<^*#JSTXcR!*LTo_#Hzi;dG)F5z2jDWQ3dq}JrsAp*9A?CXo2o0 zjq}>CH;ZT1`i<-MhF0o@<>s?|f4r!_Vm@>-A!S}H?mdPMl_ zi4EoPQ3@0FIT&D_vzP54$+C{4A$6*EBSOg9C&EV<}_LR9d~2v zlCq=R7aG^_c+Pu#OYfn^icWQL`Mz>F-en9)m+vSuR=D1O`ryj(=9-q}>!%2aNKOiD zjR`n5lWB4-V`hWcsf*2t2QoTkwI76X#urR+7Mor7zxe08Evr1D3YKUvF4DQcpxODt z`LU`=$EPFza|3Sg{B`ekVZFHcTfR%bLFw<`>Z_ny>wnx1rDGR9eH4ASKD2JVYJKTD zj`XwhU#-7-J-lPRlR&@J=e(M89{OjlzT3+Y`fl$*{XW0k?(bF7cOkcISFiry>UG&) zwVM0ohafIhh2;$wC)^5%Z}H6T z2Yb}_un1Ud7+0D23VX}cuS+a4`&7ocV1dXn?MQQmz2AR*+uwiv?J1Ejl6sDd6TA%L z|GCc+?{~G?uyNV?bIXJdcbc(T--wy!)7xaVAUu>g&H2d8zhc6M6^}3bE5A4ex|aL; z=kQgW*5*~~JwX@7uLJq->eD9cs(jw?Rr|Zw`^SN26yw0xT?crEt(dRG&Z8#M6nd>7 z!hw@ZN+DfFo=wPci}ykoi*;*n^KyPsJnF8>*6~QxNoaymuv1niz?yJ8;O_Isz=g-WuB5dYKv8=+& z>{8z~P0zR(c7uP~M)$Q@hu*H(BNP!NS(nl{m22^j z0_PidUatb(I$m10UPUOeI_{6)b<;xmJ2yWE1X>ykZs9vp`)Yl$YjEs?MVG@`RHCkv zG*=_#|2=Ni{_uy|vboW(U(Y&rOFsTeSia|)>)exG=rzsInmtpQ>zHcCbM`5#bPHPy z54gyzyS<&a*UhphmARXK1zIcerwgWa+%CDHI$u0F^_kv3 z<4MbzBVq-eR2NT|-fg=xO||9MNFoXq~WKD2W6-MFablR#_CiYf~as)u?_t)4z5Qt6=D zCBLsMG4sBH*6#?ecM7f4`U;wu3-Fw7{}t3GJAbQ=%hIE3%@Qy7U0*h(_OJfnDs%d8 zaOUlUHp25Brd|E-W3f4Gg~Oq*|7%-MUU^usR3q#5GChYn6&*n)7NIlm9_{6W89}^`+g=lhyop)1f)i+C4tbFyS*4%7) zA7_u+RvGrpRaei+^m~b~`Z(oPdXNoU@-+UL{CuikO?x)HK78jzb?NzE2TcvC4^BV7 zZ`Iec#!;uk+q5rit-rpCQ}f(6|LZ&VY|%}4(C(7Nf61vNdO7 zHpOda%GXtUCcSoFeMRu9#nrx^SsSlKfo@y+4vL~x)&;%+HK+P#PMl$v{x^R0F3`nd zI>PyNG0>~Y63SQZkN@CbCA2F(Hoi&HVE+HG(s%0voMYDP7k}3M{p8l5t3Q-qO^K~q zbv5qw@AU<)cbC7iF8v?3YHDp&i3_*Re2>K(0Y%}5o7iq_Ra{};v(;fyi1qWA$5Y(* z$Tyufet0h^e%UKoKquJp5%P|HuK&a<^}8JI8~eD zq0?9MOaF#1S$)t(sElXESC*NZ|Hr+)6s`rDg(-0F&EFsQVA56lUq7#}+I#wO-rA^D zzYqF~oUGJpp11pI(ANU5|LaTZ_ODPnKfl!W>aQsv2*h3=`JD5W_4ocfUu+BtT~=?}H18BMu9MKw(R_~E{;hKq52HW3*H;XhU1JpIfQ z+gM(8P-KaJhW?ig&SpQeCHI8Ai`n9|tu2r*s0fj*t(y10 zCmk^o_bHm$w#m*1PJ4g_}>5GcRpAmCS8w==SkhCP0i?z_x^+NawlJu+^aI)|3i6=kbUrf(5*VN&4LcfNUXOO zsd7)N0$tQ)8{cG$WeRQ8e$&Rapz-GT^}qJ3T78aQ>&Sb*YJGv{$vNxxKj_YUU;1uu z=-=>9p-)y@sBGE)wP`N1&i%5EIQ923e-G+xGutm!Amdo8bn?M84WaT=nbBKr%Tz~b zK1n_=8vm#6hp=hB_v(|o?_OFXRBl_nw)EBNukScAwST?7>;3g(;AQh*qmB!WZZFQd zB%7|RI{GD5`q;Lu(Nip9O?vzfP3t-lF37x0N_oX*!9&r87OCQ!BWGl~cpgeyF?Yt9 z56)@3<>K7G{?`@Ly}m}=o9STZ8p+Z7zzF)X^?T=egjW-~E49cY~T`;FThvg;hV4&beJL%CEV)^y;tgal7WdzFQUbZ}s)~ zudmmw+rR4T)u(G#?KQ1h&0dr9_|cPg-LK%us+Z?h-;H>EH)_@2dKH25v+L%q=L%oE zpndmO=&ej&!&mK({~Qzrx@Yry+zQ=QkzT>yV@79#o?O(OubhF`u`ST>M+V?(PUm)R$iB7ska)`TB%weTOayvZz$2Tb9+ncIE{n<$30jCo|>zA zeKj%^bVGA!h35Lus;Ir;yS_|)$FY6d+^e9uZ19xa|MjK+<6i&U3-avUxJWI3P~7be zeX>3@dVOeolT6v|ufO(J1zit+edS-4?60rkJCrsbV|V{sfBh><*w+_7D>Hg*L95xW zR;~IN`eN3XseeJUGJiI>UbO?=yY@Bib$I-pZMLy-tNzx55(ucxedo@$o(rCyQ4aan zKe)$DTCW?w`pDI%tB-}R0!{73#;^Ab2Tim84SltL*WU2IaZ2m2{@QaDd4BF7&$Pbt z1n1~DUZx$s9QtZ~aFDRF`;L!`UqNTf_Jb#(st|K^3EjHp(?An_ZsEJWhCbH%3TkJ9 zmUXR9+J!$B9_)`wPV{f%G$Ywy*E7V39@+}w44z5Dg0pdsG# z;j`9X{}lRkeQ6!Xp1jjvL7}_;Ait=6XnkqrgYIfOaA5Bbe|;5nf$6UAants%`r;Z7 zT2FeYRCcj`w9)l->&3%&?Y+M1%hgIyReL)8)#vMd$sy% zmCWj^eiP=#nXQ+MdwuEZuRT*Mv#*E0`h1Z0ejP{U=1W(9ec9lC_a11m$QMme<8cy~ zwp!fPU;9}?XYc;tnfd)e--Y|T4_^f(wCjK4SKqA%nNhd?>eJOH!>4hYgVx=Gy06vi zL+eZ5ff{n4hhsmd ztNzBV`VQ)9u~+Q}HR?kvUhR>%`bhhtXhqka(ki?49HEau7v6Gx@e$0=eA=YF|KEC0 zOXS6>ua120>-Gw&T+6P#`fjf-Xga$EypFJH^&!z0U7!WDpwb3B3-mSaLH{KAI|465 ze|^b~1KHFheR6u6)<@F{ul4*_pRB$kUhFC6@oV+Pt#$intq*X1Bwe>xIPR5oX@!LL zMbWzT^5KngpxY}29A&M_`y0SheFh8+roR$r@o7WvMeBX^Yuzfpy|q>LtN#ex`}V`_ z9SFP^Y|S?Ra7d2J^!`M z+qc|9`}O707wgv7#)&*x^-%bS=FB4 z+~r>-4F9u)?|D@t7+QGutJLxPkxqZB1YTd93)(OF$ZGK>j?+P3Us`<;`dVYyk~jVO z|FS$qh7N@?;rHx9k8*DO5&d3XzWe?@F8zJ8`#_u3c)q>}ULOuRp+0WkdhXH}O0R2< z{r|z%7(TVC{-AqkXz0dEEH^)vhDHlm6n!{#<&e7B_wIP353Zq)lvl(a-g5r^zrKf| zk^;Tg|3BWf$6qguZ!yz*mbv$DHpxlU#re;E*#BR4b0Yu0=BstO`5&A^FWxw}-afqD z>We057h{FK*z?D1M}=zpqi+ApV?EAcAW$F2d9-WNQ-;EA5)Ru{@5b=F{&xNuA0q?T ztBt=tgk3f|Z(P#5>!a2C?O$K??Nw)q*?+mTB7eR2_4Tv1PF{UIeDeD6@Luq?!tW=` z56Q;A`Y3*;>d~$hE)Q0Py#BfT1CL;ZyZAxfyYJpT-fc8jYDWE^hQF#8)ep|MUwKWc zIUv~T-)A;~In6Kj7F}Dl`mW1qONJ9%d7sN~_b%Ah@#=qg=hIb>tM-V4H?{8iQXc;| zPVm*w1 z_qCYt+hK|i3%}!y)2pt{4BNknX?OJWeKA+3r}4=sf3tU6Tyl~5{?!1F{}pDhJ_KKV zsJDE@K^{Yfvj(l3ZcZ=z9`HMU+TQC6Oj%Vo--^upExIRf-Me>vU)UD7mZdNKc<+Sp zx8v91AFO(=V=rhM8WLZV=i@JY_1|9IgxRYP|E%g34ObNKeAr1H2SW6I;&K7_oG*TWdu(yJvY@yvB5#{#~p_a zUbcNdf5r5MPyQeB`ue`T_Tj(2mcC!_ythh!^~tM`tG?vN{rY}77qovAv{^MaPP_AQ z?{DJ{6Z?kKYy#hXb{?_p4XLg_aDjWh=&lRT;wR*WKiXAZ7&+s`fqLJ~l}!Q+eD?Bt zzwxLGcz(UJB>3{%XVd?47(Cy%GPr(!lZ4gB|5mZ_PoKX1R9n5ndsFnCxu7lfOCL-w z|9AJmGXMutFPBP%SE6UMhDJqm-FGu>iQayHs?!x+ zsg;{~V@!ECzb#(N_ES91H+s_A1y^}Q|JqmYzy8s-DsFFW?AKSX{_uv~tv=k8|T8J5wt*{rkhkFh7%j zncjgrH8CoMj(j-&$OciPo=pY*!spT8=5 z`lpL|tJbSqH+HmdS@z~g=hV5Moh3Lr+L(4U)H#Q3>RQQgWZg@7#%C*63Yg3jtysRq zZ}+ubO*0dhmVPV$A9V9RXm>A{d3kl*uRU{i`3qnFdi78D)w|bUx@RP>K7aN3>z}(o z8)U!!zrJrh=(2~{>Q|qOeD~k`sxErwNXBFLeG8@U&C=d=Uq$e>&AeUvL5IM<*v!t@ zV$fQ9SJ(Z(_rx%V-koZdQx~6dWShh7?Q1>fYOsMq&?2sf>mRkhD(BqgD*WVJ+2wgB z@5ps;TvWAf#&)03uAK|?avtk($<0)_>i4>lXMv1$(1{~){L4b0SX^&?b->?7EFz@}5-Q0s0ea} z&&}PtAdAyK!)E<%Is_mV$eB0-*^{dY=eQ}QSUHnq#!rKOc zIXv41-^Q41y7*G1tw*FZK}$zWO!TAQgTwBdy$>>2-rBbG=wr5Gtz%ItJKkw6I-{Dj zl#!WTsqaZgRm zqdA_-PCvYUSctRPFYPLao554pA|b&?_v5-A>aF&Dy}mZCZavS}N~r}2!Ls3G_6G3(Ts?$kfEM?mso@BYBuXd&H zPWAii(+|&9cr-`!8vkP;?-UXx>WSlqwUeVYwOl?h1KmvTrK8* zeK{y`?LR2D$^YxspR@1kuReKw-(Jw+0R_G~nhSDLJ(o{Q;6HIM!E5@8ds=;t4qtBT zuQS`u;kD+%)%Q$wuOA1M{txcVQ^{IAQ-nQn$L)OmjW?(Jmp$YB8_V75mvX1?WV6n+ z;*X|2q8@uS9CiU4QSwdO1dYoiB;?1eU+i>TzD*>{oSTGd8JzNEQpTNsRV z-%bC$`)%sdXRoiH_4;2kVcM#XwpFpGuP@rQH)iW{_3(8OPh;xidS72XIa_o3dhfGW zOMiWtTa^d8f)aFCfqvYtJ%4Vk`k}IEmBbPICZC_*PqWwWU;Q^;|6$*Pc~2RH63-s+ zm}R~$_OoDv!JGC^DSK)Z0{2Z%%2k%W&T^p6rT0Vm*|{^%@g29j7dPjC!_EflyZ^hn zLk*PItm!fJiC(^a>P@>#YR}KA^c;z`%m18UdPI&&s== z?xvpng}Ci&*OzqA89wjVhll@A+RN8>J#O9l@1cLIv{(O)+x4)f_S3V+@B7$7J9$=a!-{XhV4J09({4M-lwLm;vnFPH-n*Y60Y~$n%oF*ye>&(i>ig!# z^5MVs-zok0>-9xh@W~P1K^H?_ePmhuOe=oHyuJG2-LJ1-U-J5X$@%YBLH8*9+FSa* zso(gL_nvqb6DgkUU!ML`7ivv(tJ@*#E%TO@rMHaV|Kq96LXrY|FT}*Ym-;KZ=I0#U zaBja@3+4T7qqxv9Q$gsKP>w$`+3^iW5x@s9~Z7q`t$z7 zvbtY?qBBJe|L3j!|FLY{c7$JkGza8jNj#Q{EyJ-$ z|2|7pc-8BxS6{FH$7yiplV$t5y)id8GM-;w8}~D3eQeyWJ#*vC_xv{xpS=3?*}Z?i z78QLjy$-sn>-}n>^6)(Hi6@r}>*7~~j?9=XukiKi`_+HM)00d1ZvTzf@5F zgTw*tTfAM1dj;k)aHah?&~)#OPVV^z&24Qz)9y^PeQppq*WUl2>g8X%K&Q&rOuJqS zz1=Hj_2g|nu~mM1W8;3m+PD5|^{Y>%FW#;HS`Rvg<$L6>Jy*Ifd47Gr-XC<6Wca@I zHG-w}t7rMVp7wJ^-ujyG%vk&Dt5=^$Y;ix_pqlx|=u7T_drIFA?&MnKAFaJgw!&~T z%XMFd1LjlW1g9KO&K20@vwzWPW9g$?Tk4y^3qSXsp4`N}&!_t(T6Xs9k-_M){| zTfx|?q2DTU-RCsZw|N$~s;PhDY~GNmVRW1 zq+Rez;h8pN$08^EUa9$VnL)LU=CyqNAHQ1k_bc2y{OI6~XipO*h6~MY&p!PTy!d!u zrS){VeS2fQYlLFH{(gP=>))?`OAB^=Ed|}ST)AtHd)&Ug@>fB3o&DN>^&#K-um3@Z zn}AP_iQC7qGWY8T&!oO(Y>6xHvlLB;t*`&}9dt&`-q2V*c<7+&(6{BflBDfdUKbexAt1QXB|+GUMx)fJvSF=?%<*P*S!H@|LM>YumxR&YtS zOiIv?(1c?m4(lT0j`RIk_o?KR@njo54WYjuoFn%C5y~lj^`Kq0_8;^zuO+YBukTy2 z=EE^(lbd(1%Nzc0(zCce$-)n3%OYKVtv-*PxQ|Dmas@+xzMB zM)in&8~-iex3|Xi(tYoPJkQ;uY+7rpLC2AT^47ogvGp;6l?m42AxV2gBHowDifesv z&5e#fXdXVf`|Rh9*W=G#eZ6{D%bKkF(nf_WbE_XrKH0x&5aQ znHlgFl=PTop7hzCQRjTwSi|be2kte3=9$|B3>j|yb!uAa;GFVn_9L0buO>^&Eq$IQ zMmL9~&NS%~doa~odd;kfDenxe8CP01dT`E3x_86yT70W|(xZbuft_-;3wvZYOK1Fl zcVxj4=j08y?4=7h)HX8*)!e9&V_@OVGuJcJQw+_InAPC+Dr91yqsEE*%8FfYXPl~U zicgApmVcf3Yb*?OAM3KmGdZ+3bZ;pOfv%E}x9LA11frE$Eia zm|tJ!CjSMUPxWvAuf1OjA0=*GE#A-Hwb?B%Cu!&zN)?{XOoIVO^Uq9eirKtsjo#BjM&6Pf2dvE#dufmhvsClRjanto3iI_ zn{Zb(yw|NcFGzKY$tS*s+`oj-r=Ev?f3 z#~Gn>;zi!#3MWm4Kw)~EAYOmN{?%w2OXLC#sZ+;Qh zUF&(u=(N&RucN0k{6n|wVc@;+$#uTRuiJ&oZ=dO$ymZAB?UT+bC3F0rtNan0Q4zJz z=Rr2w_jiS z`aa9dqU*JBew<5_?p|BkcmC>YP;K+|>#JA)!+-4s-HHgh8KZvvzvq8Hxaa-*q1fwJ z`+C~d+vea)zs_7LeZSuO`f|`cYS%&at!Sp-)yJ*hCLK?Y<1(JRz3(6Q`}H+*(#pU7 zKmIiE!quzxcWv#PBA54sROOim>4_ETzgB2}&>iI`9)CaZ_A6^pdXTV}I8c4y$h=N& z36+EPZBHEYmdw$9*0-={e^9_($J`kr%3r#F*m#`oICA7L#AePLoX^Jxo^@ z3hh}vX-Duxx6rJm71O@1Y>_dP6-y8beYffNS%zgtd<7UP-9F7qnRR_mSWmQ@jQmO| zt|hr&EnghkykW^%#bpkXmvVi%t#61%wOYO?c5LUL9~u76FfH=m+e}B6nMannriK0a zejR)>$oI2r|ALMioV@zv_5bF%*W>TU{n{UCwI38%RnJx$>x)0Ua(R#ZLHA_&RiN|8)WfH*{u}@5Q>m96$IqIw-<$UzlCw<;W5KK(=RBen-6EVc?C-(M`W`Y`G80R{&i>4P#?8h&qC zeqi#O34ag#c9#2~QegdG|5=~|;|{~w8-A{su}O# z3li6-x6O5_IQcK}Rmqmu>umz|w|-dGox6y2iL-kzJ7gtT=(nCrIl7+{(i0kSBQUv zN+!Q=>V29#?f*x?E4=AzLDqi)CHega`7SQpe|@j^-}(=(yLk5R+xxZZ)qj@lTc`H^ z<22H^um4vej`NFhjo{Dy409GV-<-RkWRtHJF9Rck%Aqx97~2d!?9o``IVoi&&*}MB zc1=}anWrk~!}W236z`3-s}kR}ES}6^aaN2&NY-jXLy%LHSjqjE0}Jl?Ia%mTN#aa% zR@h!)zT|V=GFNdOv()uv*FSz+esL*h#@6+_Hhy;ETKD=H+b+$=OXhxFAF{XMp!mt$ zH|tJUR_EI+{uj@+?Z5=4l%vwp6D}#rPdmVUD%75Vks*QM;;ytd)z^Do{zzdtaOq52 z`+=IrsV3Zxf)2MH9^HO-Q)7y#pnK$GCOzI6n|qSw-n)WY;H&?BnGZ_mYkq+`MEB$W zR{hYqwJ!cn>g2z1b)W$G^dT_w`mQ z587(`Dx|5%O>Ij5xgzuGhsd?rF_*q2v@qET3Z-^1o?pRGBgCj#c(8^oV4gz?=YtJ@ zC(XVQ#jxG!;X}DEyI;yr`oY=#D=5yuB(dxJ@|nEdS`rM3)=y?ES|DuBw(QiE$sA9s z-^xDM;axT{|GUQFujH7DoiF04ELZAbDh;qK2BXZ|(L zU3jf4v@f8K<59@V&ow9BHiXqM?u%#pC1K_N?8@PvqHnB9tNXRyrdf8#A2a#C`I7A8 zT(4y>etnA8a$aEUe=sUmguy9!?~_*VyH>?tD?#HE`)98Y4_~+URUBxTW&hRtpd_ILf#G zUwxhR*Ft`^jb{{n>z*y!q1eyI^(yK9gJp+v-q%V_bTy8QH-4~c`)313Pg4s!?oD@9 z<5xGuhI1=+KVw_Kq}`C$=65q_;$60wh@#RaqkmDJ#U&qdE*qaatnb+U-oi+!Xp(cGK&J6WH#hg_MSSX&YrW>V9Rh zeC+WtnKAP9=ZcxV30?}jPkgp}=e~wLBBcPR4JnY@hcD<@yO zZ?NQ=)#^Rk9Peip+}|;w)Uo=lx{nM0`mYsv|1;~AYCX%}3%-FTJIH%wL>c92s;lI8gt#~B+ zbKUx{^{elLZfrTXH~tmqjL5(7uRxWBdiXj{HJ-HP%U)lM*=ufId-vL}@7I^S`W&af zKAvS-{`Z4?xy$~C|4^Fiu64di=F9JQ-}bHl5SU`RPAA3t{Rj7zJ6&|bS*~s0mToXj zo@LS#=?o3de{Z<0<@Tn2J9f#9D>Tw?Jzc&kKZ#ODmh{hXO{pz&_+ zeM7UmTXU1#tPVP>?J2sT$#Od{yELp}H%IfA(-%}1)#W%UL@IY#J*=A>6k_I^BM z+hMv_ZM9EDVl&IV|5xq!q^-?DHPg>+Kela?W2c5okL`xdlVsof?#rHZ$Fr==w(8f$ z4@>XssT_Rqius-V<@WC9ZEp?!M(F)0pE(&cNVE5A_p7f5-9xY1?Bn>IlKA9()UW01 zGPixb{{8Bc2fJ23TUcLXc|2)hc4qj8HJ@)JKU?z2W7x>K2fIo0)WEPLjBg+$i{%hkR_&RJ`ayhL%1%|XTkOdJ(SUQCX!4jXWaxNq#8 zdid&^iXsEyI_cfZ6L!rC57;BSW%2?|;q&FMwG*vFZ67s!xAbC)Y+bM~TxwZEjLG3d z83)6~l{5MO&EP%u!GK|o!oiz?izjLxe%WMtm-lo6!{MVhV~-?n_!{7nt3N@=M<=D? z#(xH>DOVX5_pzOwU6DOyONp3EeCCa3XYQTj&3|3`H^Zo(m#x(5>ZU`&lBsQ%PdqxR z|7Yvk;-aTTk2g*D&wAy;wNBp6j{jb-Ulj$a*!Q^We2e~br_BC?v!-lYMfs5*7jIS8 zUthf{{q_I#|NLC#S*Gv3diC|{`|);rW3)Y!C2f_uCUSiIrC9kVXi{9qhBtrYP1qmp z^E&j&-dEwIc!5PWi-QSYuGx3zhmY^>+LNc;%qO37;#{zTmFCrNIbjcy78(2rD$OW- z9IdxTSHS7`kvW;R4_KwlX1*@mz#QN8F=D%nkA;BbYnHRq4lqpi$Y>LOAZ_0=?P&$W zRe=o?)D5I0wC}6AoH}9BzoviJnRLgnFS*<6g@2S^C~d5Zn)r5K=EKw1v|fE^*PHlR z-}GgCT*tFrYd=-i2O7m~vpvXPUj6W#+06TgYuEq!7q>S?;EB`0i+#VI+^eckygB7q z|30Pes`Up|TS8T*#-D!66jf%v&nkl_M_7yPH0KQMLWdZ=;F?Ea^cSsj719Iox?Idq(%A-#3jix}(^+2_+iwZx&QX}t>X{>4Rw$N#NTpKVs-;;#0dB+IYk`FzaMXpoUWCdS*Hm|eJU|op3ot&6f^ig%2Zyu{+Zm-kb7q@u3PU@!0^WJ&) zE38+sncKUyFZ;| zSkI!?KY3fm>EBJkjXru3ElgKf-~MqHXnDgQ!>GIL`Gwr4j+;Mk)Y!n}Hls*Z>cIa8 zZ+ccSEqK!?%lrAp^!o`d6(xp7@jF+{wa~w1z}>~Rh{4@2{>gzphk`fLCjS)lX3q%^ z-o1!%*CYlmnf)(f+bl$L9fDI%9M?JIqW+pWQ+-{>(jOZP^4G6qt&M+p?%l@L|F7?x z_S78KF#1}*K0djeB{HANw(*zPX(3V_i}ExA})ecg{8ES~KU_ z%;TSG<~Q|Co`3iMuRVL~W2+x@eLTH;>dCA2;l0n6SARWGQV$S|9&X%wENF0EmLxO`}-z| zuYG^72%T&^TV;0hpB4Ax?FVg}rb`_)~s9cW^TdnyN$xCA3QSDVsbQ=Uz`xk z+b=C~`o|1K2L=UW)&d3&{yq;K1{Q{p8Mh>ga~?moIXp?3)9OZYYxURbvr1n6KE%lJ zsfmHf!J=u=(Vpjre&@~-gDLU=Gmqe&M~%{XY)dNAp-^I4{w?)Su)1nwqu2pH!wFFxSGS0WW~ zEuk=cTJ}r0 zIl579+nZUZA3Tv`ERkWF5aF=mrlfMxssfRT0olABhXVLSJspjh=es5Joa=lL7QCg;6|3nUfW+5e`UVPIkM$XHQ#VCe|~ zMN!5aX10cOo&>ckAD9`pWGgl{pE%kqp=@+sy7z0)j)S+jeMcvM(It(>*f^x7T&dR;sNGq8B5q1xUQUklECoX>V^pmqiiY*1BW5ws{(WG zgE8roCM^5H_v_;VBQ61zi!C$OiZR?f*?z?NfCJ}Ov0HO`{13Y)2K-cdVCPnww&J+| z^SsS&R{ZO>Hgnj_yVl2fK&d5wfrDX&KKl+sSD!5m96l`pJ1+D{f8*ueYjTBwg(08! zV4p^2i^1WCtW(3Ae&5{{SwEZM^~^72*JYQnzq(kN`{%LP#RmR{=2vTrIGiLd*l@_s z5n8ZJ&0`|dN-wG4KgK+p8CYrzT4tz721QT0bJ;*#f|=p?vZrj!-2HWId##O+Pd##K z?wM=syj`II(Rp*H33ReDPY_2Um6$X54kRO2Uo9pKYMX*nBeSO(=>luZ@2&X+?dFNL0<1zaQL-CglA3J=oB#T1BI-mPDMZDHyUaBowBX*f@LX7 z?>}Bs_2j(X59bU8gYTN28)ipb+XosGe!sp(%xkgoj1vkQzgWHb^>5ezM_TnKZu_sY z)@S)9tRi`cVZP17KiaIz&pG;-oGP3)z3tR#N4JmrE<7@gyL+seY5E=ctpRH$77 zJz*+iVA1goP&knPF>wB*Wmg$n+8CAAWckgvOv-usp z1M(S|H8Z#`m1u`Vy)dXzyXdww@eGUPkwd&{ZhG&hPTI89@rUaB`}SX#%*}tbLjP!Z z)R&p@r(daXRwt*pNf~Een|WVZMX~q*qe5?3imvU$eJ*YBXH$wz>FtM$Cej5C|MtqB zF!=My@MxRulpduvpS=zT*_$nPyu8ie{K9VX0l~?vOT@y@WR^T+5O;Kvu@GE2LGkF% zB|c|YrE)Wv+xl_u=gtv1Gh?Ts`I1dPA1EKpRWJPd|Db=6^R~pTm-ZhN^Z$NLw)Fk_ znwd|3nr{B!>Qcz~`@y815BDFZ7rP&8x>LEuqUXunJzh1XY+tzeZPYA%C-L{yR9HUQ zlgH8$o0d0kvemKZ7bit#?%Ues?47cL_V*RyX07-^-Tg!GoDwa7zbCCekwWk$2a(@wBuThH|IATG@Em9q9X(E-nP(RD|7UJ>c#AD zjnp$+VG+1ndVAFJMvW`pz6_PuKHkXBeC@!~#vd_1nAus?;=zVc3B&lV`E70+ZTC1V zv60Bq+*(e%&VNJq4>HB(GT)+Q_Ufz6oZP1U8+qmmOKJCAGRpQ*^=Eu?xx+hzK zM?OV3YHjLW&QE@rGo^05(!Y`|mp{(BpOC2hNXLYi+2FdLev_xnN%s0Cz02PZ@*aOx zWv2G%Tlrk=o4fX3eY|ULsV-*w&%WZc3`hI%#->MyMj<4SR zzV*RVzr-W|QHMnv-`=m) zuP=Q)wQEm)<+q!=zF#R@m$%LwWa$3~UH<$3ZIu1JEi1p{+ES^P)sNTg4_~+P-(Jx2 ziL!qFtFJ+qtSBuA*OvXRm+)^dXdO!6{ndY~UwuEw*U-s3KmKq0gLyC1@>b@5{eO^W zA>*#tuQMvtUe5lcA-m6;Q;qj;l^>_(c8`UBHYq++e%5nz!T;5N1hd0`s2ukVYW?37 zQ{pq@?6w&{OIZu=m>i#OmK&-3zA3W&s-%65;P>($YL|Qp7N4sBBXDuj{(pJ){||;Z z9Xt3c#KP%Q{uRa3tkQbFPNk%&o>=_!f8hoHhx@je#|4NhUz}8vwQ+axzn{$CC-}WM z>abyF2HPKB2BsK(CCghC7RPv>&tNZBh$;NI$ftzszCBODjTuEJx-(spRAtWef4YAtLd-*uf7giQE};m z^OpPjIQG1;Kgg5uez_OuCZ1pac74CTdj0$L|Mvg-|9bv|?qetUKe$i(XS$A4HLJe1 z`qk7*%m3H^$Nf~Zh^*uI#KB#n{{(CSsLrW^`?1f`b z>uXY()IVKj)D@A;O#Tp<7SFi1le|FTVNWR^6EGs^a z(|rHG6>kgNqw1#~byqZ5VV8B#KW^P#{qS{rzrM8ketqBi*s5K7OWo^M27#uOK-18* zpd0G`aVoxk|35tbZ``lFUrRyP_{9BiOZ>bj;n#*s(}Vu(IHUe+|5Yo{Y*6?Q<;9B5 z9Cg2D?(<4t%>F}nNt31($4L!I&hqR0t4d$}XNimZdfoo|>L%@#p7lQzdzSxgUmqU# zLupoDQv30`{XY~Z9PM*#{`LAoG-$O7$US?)S*ATV{4zKA^!3%Nug71H`}O}7=<24~ z>uckmt%_g$NATIa#M@^L@cnry%N&wHQW`mYu9*6WA&yaug{_#6NF`cZDtzYkXrTlu_uYbQl3jk~5b|}tW z9rF61OGc~BbMNZERXbEJZ~YHiB7XU6)srXpo3wp>g_=PNl=rU#W!isxYeDPTX0LYx zuk-)4|DdS$FTc0(uRek<0RpWyzxsalk*`&+zF&Rv`uEdWpo@C;?X9hT^g`O-ZZqh{ zDwddkUqSOEcD0}d%^Y9)I!l!Ht^d$&lNSc%|Mve-I{EL{f6(IY{rlG2$AM-jLDBX< zZrxtc^toWsWuxos_I{OJ`Wm!24|LJfx?i3ZN_X!*n7lqdy!+MngDyX>O$9|@-g@0S z(Ch&yob^G|L7%^Zl4W@Ky8R#v!1JErzrL2bXRmkqBk(m?)pOr^$s?EZQ{D?-eO$FC z9dsiSXdbz;3bdr`zOKop()#uBA+N7mfp7VG0*)uavx{c+ZM3a^ef{d|$tyYaKozj~j1J_4GRs;&R}|LQ;RJzbDHt}3hc%#HI~_v`!Br?2nFm4NH?*m_Xh zgzp0xarXMYy`j_B$Ai~@tTzu|w_X@D++E?n8nhJJ_3P``_v0q5`X9b-eQo4d_qz4= z;h??+XkqBC{a0UuCIBy*PEWnHByaz(F9O%<_6BFK_XQ=l%3Yva%l@qgEkU^Y?7dpu zdj0UuS738MLD^b8U!Ju#E-v~lTax~4rC-Y#ZSQ^hTEF^8>FXz-{uc?%KNt6BN8RF$ z_v6Fo&z>yvH%@>0*+jp{Vi&>n2URoUl-IkIR`jhGU1{~DK7971N%1?4=D3&FUw!mz z&))c_Pd?V%HCK=8eDw)-1=W|Y!b{$q_x~sxx@zls&^2sT`m689{eFJ3dQ$z>*Xx~R zL2d#q0H415HE8G3*V0#@1<8BAz6b_Q@qfL(Z~wmaUtj*-{p=NJJ@t{&>ZiLR{&Meo zU%%S>>hoof_V2&?`;cv%{Hsr;psDR&U-H9${mWY)8~^%pQGWULeeeFy`rgN-A@rL0 zSp9!>RvFj5l?HR}+_;dxvlz4veg5jdaps{{AM)kwixYfy;!IDgHYey-v?}#kTYFx8 ztVJC6D3!}NPeAhwv=^pr z?6bGnZ}5J0u;(<(^gU$<*-r+nTIz6YFHiWw59bS<%a5nOz8K9&O6UXuy0-Y68qD;?-cIP*nRizow5gg z-wSWCM=gz7?7sf-gTD8BcrJL}y$?D@=Hc|7)#t<8wJ$7T_1V|2 zFVemgzN|@Z)rY%PQD44Rtv(sIYEN#J*O#j=+}2-x^y*iW!g5^}6Gyv87kwwJ`6l*c z)s454k(6ACvznt-ty(YmYd1SL&D2`l}D6_DQO!UKKb{ ze@x=^?r(2r+vV+@G((YP#`-tnD;TBkf2n)D|6cyre{&2P1pdDUis3f??T{+P9uKwrBT`wzCJB(W0ua}p1uKxPMYb!_i zqO1>ptMt}$w#D8N{C4$a6liDe*Sfu-@AmRtU-arz=;Q2*Ti@+f1@DLa8s5@rqQ|wa zX0@-T(W<=%MejXjZsT5G_s+V&*VOjzU6Bv|d*6Dt#J3>#?`oK@RJ$c zu7fV0kX-K@*9STv_WII*NBiao7CX$WO;{ZyakRv_sM|MxqFBJP` z(6uXk)jzeppyOYwCo42ATlKddao*ypPocl|Y<=-+Y1C52laA>DFQ*;$OF<-EXqJ`~T`gsr}`m9{?QcheG)Iw*g8KkM{+@Av*c>!y0L$W5Co_P&%!+R3k1;J93 z9`|5z_1?c%A7}qs{q^;Vw>+WGSD%kR4?c@~*WT+(*N0ZGJ_gzi{_A^OcT>fDwP$%* zlIr|Vi*MC)-)FMW-prX*z5VOGr#CcYIzQh0aKORFP=Mj>&Iq%u)i2&>zB_q)`OTnh z+E42rRjoWc&EjT-YS-!h^2Ki^_#9{wS#@7e>P}eA{r)5Ce_hv$duO$`^nduQy@D*W zuKwCnTQ3;iv;NV8zR$P6$GyH7TDQKyIVAdS+=9Mc`@_4|m;Pr7ud~0s!PQIur;JQD zm*>Rt%&c2k{&Q=Dof}w+Cx`yk-=VYjsOO-QH+827O)b?Iq$7x<43p#$QLiy>^ zUwf{;IQ32Zorb1a-w(IqlS$9tEv#?-ba0=Wq$^jDj(p9Ya67x_&F>1LJ0A2uyT8dl z*(gWN>-df}VcMd*KTdvqw8*dK+t$#cl!)2&E3J;bzBu*WdfPb3Cfmoo`ds1b_J+O& zB`MMJJzJ}qtYzN(QsUUY{GzCD=>PD`Qk)A;t~}&eC*1Yc{GW?s!w0dud&0BTzjOJW zo^~|9V(qPLZmsAV;e?q_Q~&O&%6$1mK!!!(PwI&w@dH+kQ`TfO@0-_Td*kPILC<1l&sDnW`$;4DOay~Aucl_Rwf>UHsXOfMSoA$Q^h7Dc;I0kF28C9$ zYjfYddl(qG^|WHIh0e7{+qt;rJbu@A+O}rGB$$e+`%<#y>MLDde_irtM68s z?X|6{`Vv~b9(-!?>N^|mRZb8!tvTZ(A-n{oYx}$<5PmIjJ1w*(LC$ zd(+8-eAbuOR(XN$0=W8Wed&u+c#cpEeE~Wy>g(BEvGEn^D`n2kSbh7-_ z`qJ0y3!E>`Y@fE?@%f&q6@KegX>>g7>o}Tl^HN^?l&y!kC$!|Vc#2ebI7~XQKxBEy^%XvodL8ym zk^Rh)=JjZzhL(>>ee^zY&j|~s<5xP{xs zva`!sM1*B7mQ?N8`f7b>mFN2E_3!qBH`uFIt@<4LYVSeWuPIw`Uke2~V(LHW`h$HN zXI(xQ!nf(?erMK-hb2?QS{`0GG+V~m_n(2`t2-y=E?y>aV5v*_$1d#$TD%p~9S)2K z>{KfkCVyNm|GIDO^xs{tnr5$$S#n%s?~(a|>V2)v`~5_AwEftg=#t%-@GmZ__WIwd z)la6@?L8)Ze?L7B1ZNHT2#3qSDZ~Rr}+f?t8cQ`l|J%FSEYJt=hA-di9~u zm!RDJQ~UDOXX^_*Ph`yBus39)qqJj7V(k@4wkNZ-WO-N9;$||$z8Avmo-o0I{;rEHROHa=`*~`N;w|ujydF?xJK3=!}`ttRqFJJwQ17BJ6QtOXU z?&-PL|JGk$vidyeIEra|rQ>Gp<#3cYa=G#99q6R{gJRbAx2`Sy^R-ee@9m+Ns?Yhj zSs0qEmiFtLG$kj`d-Sh;(udmhN-QrNgj79@KU$o=6Ww~rh3hJN3)i8^0`42j5+^jH->(ybSFXwFc^j6k?eaETus{Rt_ZpKOLZR1v7 zja!**qO~``bNBt#po`YRLDz$P{WHP6`gfD|y^o^*!(ab!0@d}d;k&+GeaDfh_qTfe z55-rpuh#!mZZGBimA2}SVA#HZ((3gE-n#2-cU9Ye{U5$ymy2ps(y2BlLuIq&7rLxH zx;EyXWc+rlhMRHv+}HNLGf%EQ;jl_W^IoxbVEOLn@iMhrc7FX4cHMHx?}%8BEmG%& zBi8e9L~yKI&bjk+*~!1x_j|^1oc~${3fs`Sy;q;CJ{kAy-7C&qlW+a|-|fBnboJMF z>ksm5yZ8C@*}yCl z==_eq;KOM^Cy)FGUr+I!CHC$QuWOU@SA7kAwKw#C+=H%-wbxgzKa!f1b8>3jt3N_v zFYX~-*`&5Uz%#RM)&98Gzt)3J0@eC_T6n_2$?Gj1++Te)e*LfSaj(9zgdZ#1AO7ms zg1|)~l{5>9jGTFhXlzweqn8LOzEMEjTdA=}GPh6+t%62g{h_kL1sov&G)v zL6@!Xvj!&HRi+|7{^}hJj+38!IRDCnf&BvehWE?-PuJ*8R&en6+`@bygR4oXx8+-t ze%Z6SsKaSIKNz-&F5TXBV*VsQU%Q-VTKD#?@jNo|m2ATWiwUyajHVME_RM+oVZQma z-b1e@9X@BZ;J70Ha9*FUxX#;^Adf6%@ApNGm?`^1tHJ`df}ST3A& z>?jfQnW`5V^he6g(7DI1g}uLRiBOJ)(}Y+h_Fz6^z6rc*4m5u_%5}#n*-vEF)lxb3 z<}Z6>-BvNxM=pN7z3k3krWI4$E01ZlzbL%AkaWG9vY=d+#S#fG#WAdwtpZ5TU$tU*l%&1zmwr z2TI;sE3)>6{)w%s`X0Ay??JV5>q9FcjSTLal8y!r!YR%wi8?~TbCTIiOgJ7dc3&f( zVv`lf5~!xRQPus2w~(^JwV7|7zTNQD$gmUXx-e(c)=odSx{jL4!{QcGY@$xvT)gn? zM?(E!zRmM0PEJ$bA^+P&B40&4`K(&|Ewcs7wwC|B8?(q@iqeMdOWW^>mpKS18nrjf zkWk5~GT(I2f?+2|y<>%)tH6U9tO_${{7GNOdBp3Q%ZGjQOn?0ibYO5`XesPk^17aD zOGQP-jD^>mgeEzOd-8b82{0I_x2M~0WzT0h@A7rm!?G)47eD;z@3uFW>|L;D`CQ}q z@fne9o!6PHU5#d#hF@EJMuD@v>dGDElmGP9GViVWTeS+~&Z?%)lQVi3lqtWz`fJaG zz|1vHuIv8@o^o+=e;&1G>g&~C>p&eT6`?3i*&jPrWqzAKIc;*dDodZdA2U+ii5oW_6lWOdpg6&UP|cyDu>{b<5P`Jw|-LH z)ckS7X`e@q6F*5XS*FRfXd2u5O`588Sp8JkD(O&THp-(4ouM)c@ zWJdx@P=dzXyEXM^n#@HnBr|6bn_42!zo z)EA_*T2pA^yS=4<9YxM8amUliB2p2RsJ|+=4*YvN^?V~)9bkX`LF!=II1%DY^{O}*_`?s+O{5i zXroU2tcaOX^Nv3Z_mA2ex_q^T%EI9MRqN&TmY!(2zA$U=L7Rzh-Hzq{`ak=$Q~0jk z>tm~DnYb)?p|^f*!t;)on>5}xZ;}7c_3@kg4Iyskny>>~Id3(6V|z3C;FZ_c|FhhE z_r7D-tM4rH@{WeS+I#icYR|Y;J9Is?Ko`MWeaDHo<7@TR`m4Xbhfm|&zF*HiZrWbf z4esn^>1luKudiEwP<5@|t8;q~s#&$?^*SPuW_%h#^%S1 zf{NPE|DXZ2t?RSnXPtk4k=Ltr_1(DDcLc7-dWOCF>mOU)W|ME-E3rf4QZpJFzKUn&1unfq~1_beG3mdC<4>;`g}w`5|3@A9PP%aBtP8>!3RzU#%}MdcOMWf3-Es zBZ`W+{XQH&F8Q_MjoGss{Ok7@t=0LDy)BOe#??)xukTbXy5U~2g#==bZeA#@=q~+XwGuwRoaZ=r>(nIWHnC< zC@Q;seb?9UU0*hYHrHASF1dKtvZ|iZS5w(!{gdXfV|855C6B%O>?wA0udbiK8eevP zr=lklq`H54OJ3oLdS^CqrctE9$pG`qYlLraU3)k59mj8@`p>`S%zw9DH7U;R>yVXtBf&c%%`X2ZCI;b{&dhOgV&|#RrzK3f?TOQ*L{q=wS zFYp-ED$rOhOT=ou-QP=oPg)-oQ>i*lX+7xbkv~E=ohnVkF5Rr&-6XH8A1HFqyT)SG{_wulSG`MLbbZ+>yJ|lun185jiT}6iZ~Xe$ z`1Pf)oBS@vUVpuMdi)3P+o3LVwN&e`FI)c<)K9Jg9m00`WTt)G>pMav-gkE2nfhvd zY4-Y3&_Lg+J?e1}x>omHy!sk6z7(Xt`)lQ@uOXnc_!?B;dB%Yo&Y-sG?7VC1ul`V8 z;{8ALf8edvmqOp|{Gqtr9(147-s`*eNBpf1t%}f?ck_d@e&D*_Y27VBi{Dpm)_?cM zErPk2dq>ob?Deui8>)*oO8TU%{+dv=UtKD-bG_^JMcEg>R)HG2q5tDvUjkoi`ZaFX zztwlER{vi8!F9{6|LcGKThJZlANp?Z)!$nj4%F6PU$s8KQ(GQ%!5QdaJ&sLxIqkz& zeUHBlx)j#_-`1djOH-OwUkwMJ=+E`~D(H%)cY9TB*9sXqdzV%mseUH%EdwtjPsQoNfm+G=!g6?Ch<9KXXf1PD-X!!s5uYW!B1EP`6 zE&Lk#isSwIcc8o2uYV5Tp*ZK(jr-Gle(eq4b@l2aE%4EWEVHe@I*OdKFMYRH_ubd< z2mNV{_7D2@s>Vg_5AR%kI=p9nXq?ynxLqIwJHK$B9_Ws-U3(9T+~fV*4tLEf3^4O zum9^~t3fx&fkuX}uUmh8>FT4QzrLhauMdqg0*!f|1doAMy}k-+g02E3fp_~}eH8uA z5`Dfu6m-AX*1G+#zK6Fw=q}$M*T3F7{MFa+dFxH%*FOQ3mZ0+{QI0AEhw}Gu&^@#sgpeL8N};=OTXTrs8^56T(D98bu3_0j6Ppfl;gL+V%Ky!MCB zTOV4r`fioi*HF;SbNl03wg2s96@96FIrP{5@L79HA@}it)Jcnmp8W?pwXn2q{nZB! zs}Djh8PnQR8po6MQS?RE9@jXlz4GBLS|3X*vp%#|sjb%qpSk&NuPA7EqkHw;s;a%= z3ptdY9TM0NI@EC0ht?`3&{cn-)$2=N1c6HM@Lm62{jD-vZyUe*Na#bWJzFbg?NJSH z2Osnu`r_99__LtPY&+LG9F2Q@88p-!$5ORF{Pl&kae5ptFYl=VA3Yerz#wbNI8Q(m zI_)F?zGbX^~b3>vw+-yk)jmFs^&`*NRztl;iq99@_O~>uZ*Z^6S6q#S5c% z?>;1oG97g(FY)=}9hJGPSL@bGhj*?%*id|UU7mG7`4zd)$Ez=dvu-cny}R$Od*0&S zE7`Gr9C3R&!WV0O4}bMhv|`qmsV`JlfAB8VN@|8G6> ziqe`>vQP6ke(yeh^+8&b-}`@@@5{@}WjAef~t+Lwx>O*gQQ}uo6$eDKg*H$-a@4sDW8y~WEY8CIR55eIr ztExI#FE>>+TVJ!0-Rjl$^rnEI;@7td%1qJwtK%%xb}udebmBm-)f^ka9VyW+f2)sN z{q;or?zrI^l1+FLC!S{%L z-1_3y_qa)*eEqd*^&ywm<*Zxherd1c_Viu6>-Q1+i?hG4Z+dRg_}A=LWU2n#%eV8m zuc-Xb|5FxQ_wT+R*A;_R|NrII?FCI@vCIOUjr@AQet_rh->a|IbB6EQ54smT9OaI& z3##E)I2u;xvP`(jX<6-daOulZ1+9JWCeK*hzNGWwsvU}4Ning3m!`2F-NpOA$y!t7 zf9N0Is;IA5e|=YTWcCgHq5LeMu}%d&PkZAWV zk2Aa_=aQ;yqgub3we(Bx|LyO7h7|bDH!oj)&}f3=zq$5L8l}WpCw)q}xb{-rg!7X> z_y+pUGiZL#arO7!OQE3gq5T%hCyqUjYs>nuwrcgo(7L^{;h+Ox@5bpqm{%(!cHpez z39*EuDL45}$X(;oPyBIuX5qysL9zZws}d~Da^O`*TO$A5jd9&}G>+^dgUt5$<=AA2y* zBBkG7@W8J{leoE7|J!^^v?6xT4OP~XSGV_ZmAP#_?Q{Ofhkvr7?rrSO3${FZ#N;S^ z_$=Rpf;w*5)tj{rGqx1Sa|aiF*svhKbKB7~(VxxU&vZ34Y|0B#>pGE8;l{|wx4lg4 z&ej`kdO!aJXW0Di4!F0Y>?D(kU{h81?swX66Z&p7tm0>Rdwfc5)$4!jO{-d z`1Ma|y<|M{J!LGWu6wV(;&{FKYsISX@gMxlAAkD4ef1Nr4QtAL>L2a#?|NdRA-wk-7AS~dMwQMv3ig;Q() zXq;7zdn5bvkDt5D>&sUkX?+bxx}5CU>Z74g);pQLnDsqw*H_ThuFsq7qT*Mdjq6#T z>*%AwYdp<3+4aGdsRpbe^AkTDsAqh{EVy4P=;Eb-G!t!h$Lm5Lr`Luz?wqlG_u+FK z`)1E=I>Y#HpWHOZzj-ai;b*}_U#(K&*zRlBwf@(BE*G1PyZ7$dr}(rvXHMwdPpoN88jFSaxK5{UIJhIZ z=>oH(b#hMd%k3&07yLN4E{WL~G5wo_TB``_yM$wYe=Jr;#+`9)IQjK{L;tnyop-oq zPhV~ODW`{oDK)hp=bf4V$#2y&c|Gxe^}EYAj3?xsloMfT^!d4CZPKHsd5hR6vL|n3J}rAgv1`*ckMKX2e?MzY%KB*fV%3+>xU9X`7iV9-zI?r_ zBVYV?mgvjB*MrV`uAU~nzQB2M?j9E*@EqDf-rc`m{Skh!_0kk?p@u~qA!pSOy_c9yxvtaq>HHJa#VDZhMV~vJELXM#y!vbD$`e& zB}ZCoR;;_kVt7KQGP&;l$?`I>{nOT8-}N>0htjGI#~;VxpHF+JwO^~BCHm64_2Mkk zzWl0KBbOG-BYHQc^)5&3-7NvjoKFf=KkeD)x8RW*>nRPN8r{{Y+tmy1{AUTT-p{i0 z_v7Trz5kEqeNQgg;5u>o@7asAx%Pqvm;Z+EP~7_$auM0Py`}Fss!S`hzQ|Rd3~vD~ zGtj<#(B(?{Y5yhbON%m;o_?RU_xhr&l2_lu_|_jR?fq`&f4|8y*uO?!IXPhA9)VT^ zWu2be?w`fu&P_?{I&#r1`Lkn_^GT%}aZV@xt-JInKtLyD(WZU;d|~0sWY1XsIyZGs zo&Lf8lF5e`tDiJ2TytD}Lh{>yy^?eFTSeC>Z>irk@5H~jb^F21z>_Rt)9cn>eZJl^ zZiU{nqr}X>HR(r?ou^$M}OpC1e_kKJu;_D6L=2Jnj+L{y4?Pz8AG14 z`m8x$7HGDdy1rH6H}|&NT!&BC8fb22tlHlaSaT@UME}FCr~6Osyndg1+Z~bi9mlxV z9#uOSyUMzbvD{{Y+1z^@G6GM@UgVvsqW0hKLEpZ)FK5a{?@-z^G5p=^O6{w0tG-N* z`yT(@_iOysxYbudHGAc%uW=9her=xZHBtL|TtDbg>%Z}<4~f=s)J*svzC&ecd?@%V z^j%-iUiOCca>2n9k<3Z4uCKJ?V8pWPz7L zg=WO@unCvehDqx6@?}Yl? zO4`V8d;VeFf*+cfl11vy2t7RP{A-oqnLRTl-cHDpI2h~o&QZ5en(-w!cLdMhgw=mm z?vMXle|;6lH%s%AT7Lv9>kFcLE^pl*3u-LCLz}ca>)iTQYQ1;(s;`c2udDAx?Y;U? z>&w=6drSXJefjEh_zsnq>Ngw~OnPXr^zHOUWs`eb8@4XfcZ$2a^* zeeS>dLuo$$`~uJO{;}2TLxgg-S9g7sNnXbrbVs;p=Hr)>R?j=1Z&NjC``r5lGc>=~ z%od$-?2VzZ+%1hD?p-?C@5{>yg+=D~vj=sW{Ch5W@@%JNR@M^3c^SKp{x53Pw|)4d zeb$2WK@-m(^-%j(@*`=R=nv(k^{>EL^Bw5!U+=irKW2RoUj=HM*I#|bZFTYKbYJ_A zHS#y}1#W(hTeY7x%%=_>5-cMODZM}(5`peLttG-v47ssw=v3Zw%H@@=qYu&Wf zcjK0vSiEQU-o&z-jA=^}8mu^)roPr%&vEs`pKz<>2j!+*&;544(NA%XNIj=wVB8t? zns=_YWysr<=2hnH0ejn49#y>ZPs{$o?#v=jg`FBNtUhc=vx_XwIRfh6zTBm|Mg{R+XPnY6JpX7g$@1}26n9XDdtjyrU*ylXr1m|-p70vEqe&Gx)jQZADUJ|0_D za^IQpX=FVJM$*LNIg`~JqS_hc#Gze8#7d%^gxb^BYi?^Z>D)@8(k<~W=D z?fFt`S2p<0I{POb0ZZpKth`k3SzdQ%vEEY4n+ z-MI(#erV5hk7n0Qn7Ht?TcgbZF1xxv8>h{C47y+9_0{m#cjLVFOnu!H?Q6UE{qOaq zpc#q(Ztv9}O7H%vR;|7$`ZD`!T+1rZY+(2_(A>$?#PvndMpNY1|Jr+X zj^HsVjoqK_n#f*Xwf>;$WWlZTcYSTW{b-7)^VXTAP4xjxtHt;yJ_xuoTkF~BjVq0B z{N{eU@xzIr47+oy&!{Z+YQN2L$*t2-V`W3-(+5|TjxRYEyz{NH7t>c2Kaq!Rd*a2i zFTCsVb8Wh)RK2Ec*3{XK&(sfnb7J4FVs=7gwv8U=M!xf0tfu0vY6}zUWrcXZdi#A} zv-0{M@uDj5MP)1{R+83N1Mh*l)nBXDgIb<->#zTf12uB*2$q*W)Q+*f*2Gv{+(Y5x4LxD!sT zD%~z05o^|5aM41O|Hw8*w@u~;6g8jgMITY#(v$dQs=wIFhazX(9{#Ov4Ea?&Q~meE zHB*WzrtM!J8n@~z%chMIcm3{2yx9+$p{QQ{wR-)puUCKV`QSX??$y`uY5O0goKF;f zwf7*;&&_{BpRPV1*Sh*{l@+IzX%%P~=E>@>bsRhGm#+TcdiTGIP^ih@*2{Uj+YU{$ zxZS{%exFIyyMD&8|2%%{mY+zl;Pq#+uscwFlyOG#wleYD?dKgI1TQ$bb6H2_wACM$ z7kbK0u>BsiOoIRa;n|a)ybl(5@}@1yH*12hE#F^5S?m8L+$-jVN}U$llc{(tM9ns& zZl>P5-_m#HRm@v&BII-Y9kyw|{c3r~C#~lVhu>PZL*?exSL=1-*B7`}%dg_tbN9pU z+!YPqnJaC#(dKl)F6n?F-Pm58*N zfW>sy^bL&}%UDGWCn+%8k|mR^Gks&#CfLq=9QmO22R3 zqyrp#!

G&Xq{Ph9Cx7P(zaah-ThpUQi-L}#}bXGQKW5nWwwE3?*$^_*_YTE+T8 z&gpJxLaN_G4>Wkyvwi(9K3Txl`f7ZWzgcPMJJ8)2Du{c}u7gH@JT$gkUC1f6|A+FF zj+Xv&TPwA}!mIBHzPNwMQFYP8``um3=4bx2@}0Gp8+2hyh1=fJck2&|mzlo`{rYP4 zhuBq8Z2tFGfAFkXwR?SR)snL>@nu;_w)SikV?uja+#hdv23gfMQ9 z=wn$}kd)BLbrwmgGfm8cXDtKNb<;`}M8M>;ccxYxQb!pQrF25Z5Smwf$E9$t`mF3Iv;E$J?#cH+SGpWBec`oUH4c=SemyL#t*nLjk1Drs$+ zs44gQdi)ikcXQwqgYyIyue%WAduvW!AD)84f*eT<0t`$k{~xZj zTpJtu{q>1|8{B3&xoI@z2sNusczNW7(~`C#!$8LaQ)YDC+7cL4BGC}o+?1OBfW0R( zMMrG6J%`Kx*lpr29x`1VZR|3INBE^k6x8GkH+ekqQTHj1!z(i8Kek$= z!g*=VZ|zd$<}jCI4G%aTJaqTp>-bowX3m7x6D#K}SLP~OA#$KFJ%e|Jw84$wT+#RE z+wJ52@1FCQWgY*WsT2OQ%g(z0+j2s9>jpcmYh{1!WUf}N{=R8uFKC@L+Wep#r{26j zw#&SZhaD6<#hLxho@-atp?R%K_ZMU;lH@7S-z2yS`rEx!A>vuj$pVYkcOHe1%Kj+G0Q=t}oce@!;K=H}^qh@DG)(OYcTr z-=T8GAc9Z&)3r^Z*LC|=NJl8W30IaqH09QG$u!-)cXO66-TyuA!K7J#L$7`P82WDi z>#Ol!U#~B%j!<80W5qJ_nB3*2z6I0TXPq;6eJ-2Vb9UTcfh#LOSK979$Q!VFrPkf} zm9Lxpjb#tZvC4TpcGKgsSmRM{ieLVVzU`afyxjjjPi;z%-bB&z3)(X!e$TgW^IDs`=HvXNjcZbQ z4L`eVFc8?c;*;Rjm#Xge?E9{ID$RX$P-IDzV|{3Czz!MDpWz+(+shAFOqq~&^MQx*s|>PQiV~TbZ24~U8C+Q{||rll~wwl z)yY491m8BzQxlos>;)Ppui78?`i|h;WqV~oi^=OazE*z)t-qVRAT2q3)!w`PCR^(w zXZ-qVTfP3*|MjJHSw&n6Uww^R(bJQPJjwY}>(li=LRWesk55{6Xv3NbYiiED$~v^* z(8t=NIWzxpW)-@hbyeCr?~hMzqsUUyYG?NORu84eb*xQ zOy=-9qBYBpS?14L50Ui>Q@m|%lrsG{^!2nnd!%Wz`TFZ&0$!Sj(lk<+*YL51=)3Y( zgjuL954Ju$_iw{iRp$_yP0f?%Z(m>fYJKU;gz0R*N|Zg9mc&FXtXf|9(I<8;^Ak}? zNoyHLb&>Po2V=ekN!;}XO@;2~3_G^7+Ug+hTR(v{J}VSo_=QU=n2LXD`s!2>-(a1V znz^;}qNBjv<&Eoaet8w^J3oxutbd-#Cz(p_Q%qM`UA2WntJnYh>*xPHeA0S;NB+?2 zj<@_jSN(s|v5T$x+pN%P&^^uvWtTYr|9|xz=>T|oAfc1_|?am)_?o|Y2B*m^)BH{SG)yHE#9p^SUz*D`2SV=!(U$qjXOV>yybf7 zuUAj6{}K9jHBjBFGydz#)jzZT#?N|Fz4q1Kt54T^svYoad$MKz`qFotR?3EVcHcc| zU-F(@8P??Y<;!*Q0cqHTS}{5->p9=;#&7NE^BY7Jt)__`U<)qaTjPX2sF#2 zc6%$R!Szz;|JC{{WvjkStzHLe-GV3SuGzDcSRR>Jx9ZD=z+M*xUqjZUrY4^7$S(_y zM!zq+BI4Mye&4p^+uXVpHCJpu`(tKA&oZ;8Q>NCf;Z|4Xm>Q?GS3ItBz57*Ae{?UX zZR{Nfy4~w)73gC2SL=W7-nQy*{q?`~0j_J+SAnjdyrqy}xBvCk@D(ak`|pCLQm^mY z&k~u}G9NUC{q}GC%G#68o=lpo;j2JXkE_0jUSG9WHx4w{1zKPiH)+M&>$~8WzWuFQ z{f|?>`fl8-@9|&%Os!jaZT-po+W6I9-)#sH^q#-#d&ukX2klY*XJc)_OEP5A^nbnn zxBvC8N%s~%eY(itYyH(%phetA!xv>=4PT+WZ~w0S;k)+7pN)IaR-Bz&7ikO%$?))w z)nEU|y}k=>yZVQ}{-M0yGkn_mtB`p~*;^RFLEt3chJ zcO1*kvxdG}A6lt>DHL=uym(wU$fKSmot3YDWI?(Z;jb@+e~o+n8&sK>R;@lA_v)i) zC1}yzyY&b8+Ur5(^1HpJRc3py@A`W6*O#potM0dQ-al{`%tAm#+TW8~S|p+3?ptwZ4N^!oLDd5dUBO z!TG5F)%d${RiJVAy;mU%2p(zl&NK%tG`MvAYh1_buXXDSTzBt28Tb0a->O$1ORGVS z_61#a|7*|II?z>kU;liqUj6me>Z|pjI|P624}bL+GzQtX^76_{X6q&O-V2BKHu>g# zoceCBE@*?$w7sS7ReQeH?bQXXC!7RYB*q0=6$@Iu8G0XNA%Ezry``Xwy((z3`qd|JkbI9@_3!oFYEZlAYb9vD^6T|o-{W3=4t=#=7&MzKy!vSPt}n4w zpt}M0gD%XjTW=e;3bbHj>Z{eD+5ft|T;YGKxIkO8Ko**UaujIz5v0zFqvH7XS6{<- z?GJzTK_T?Pz4ccgXaYn;-0*|`4IheRuO?b%x4v{yKM+WuExL8~&l zKn0EK)pvVs<5pj2jR%<=;CweuV7*H?crv~8-Ciz`XI6cWzZ<{a?dtQ@Un{!ysE1Dj zZGv0%;cuMR-s`LON{7Gxx$0~9>x-r@BtU-KAKt(EKtCu{MOPm^h;nnAAxGjY0mH`d zu6L^gWvjGTAF{3b^`)ZU{73yHfn$?ZXa9X{7-F4dsF7gDxxV`T>(}?g+je~kR}bYZ zt+0Huwz!_Vo~1UoM`bF@p0n*&40u~=d;b5>U7NLPjpO~eHmfi8SKoK;-o1PGulr*E zj#yT_+xzwXdgniTnfd$#?(H>?>w5M5>VxU4;@8Ul(AmBF-n;MXn`VRP_wlUKyZ62f zU+?zyh5zcmaq6qDhyU91H>+;1?A1qBd(5vdeSQ6)=-s=rKeYDV^`5@_;-W<-x4bHC zsoJwQOMmr|uP?mUyOdT|?J>Q^;oan?E&A_=%4dTkVqfc59|LVyW@CH!qfY#O9Y^xV zl+IH585IQ$Rq88)_^tNbjZ5Xcb)2TF6V0VM{{DM?=p94rvRVG;|9CUj zU()?E8le`tE` zy+7HyH&%u>N$-AfRB!Ls7wPMr=2n4jBG~oyYen>WNAaNb52i(whK5@uOxqh88o26% zE8DAD*`L`F#?MwgaCp#N{ri=*Qg^`Vi#5VOjlRF19M$*g!*$d9k|#qCG-Mo-s88Gf z?8Euk=b8J?T&pb!&jd_ z$eUeJyxwVU{Hy=rP49Bwb6N+j|8eGrb&bH?e;-U(&Gof7Gsq*hvDU? zCfRG^QQdEHH*KBB;D7s>LHGgY56OSjPw(9y<-az`>TA)vuh*A>uhLuZfA#h1lh;?T zKKAvc)t9?fg0KFEcRrYW@W{r`tnLiL+rva3Yd_R3*;u1^_fB~J?lTJV2W-DT{haD> z@IL3j7t(|;FP?Z5gjHj}k# zkLaiHqEgUC=Urd+Y+d6Y|2NKW#hdu3XMY5)Z9m&4|MB(1PaAq{eQUQF&bN;HbBsZ{ zZH_4Kll7sqzO|k@UmF@ObfGJ5?dPm!b$bP_X9q3aw@9uLpESEar7`~a{m2=C2F8h7 z`j)SGDLQrgb)EZLZ$CI4{JewJW=9Oyn)RA2HeaVNoy+%d-*fx;m+$|$hkS^=`l!-; zhr+854O97-$Nk*eeTG5)!9)=*o3$@Loo#%&&hogE&3rNYx%$UdH|?6fytc7Hv-nQ+ z_UCsl#H_OTBYOAUMtOk~H}v8s-Z{X>!z*~ufg?gKFS?;-HuY}(^fY;S)`|e9>q~+-XIwRW`Rm)a-i>|&)3QuGTtNp})UE&e>h=A& zpLsiq*SmhLwAzy&*ZcZ@9O!UUzx7|MUVWIx=Fs;jO6KW`z24y^K@U9({>{v}JE6+8 zUbpK!&o^Zs=V~|02CkRphm5_v-|BqWxamef-u>TC(q+mLT<5+B>{7HnGt0mrH2Fi& zWa)3co|Y;8-B0S{56Yx^&RD2&ejmrqfBKXB|Hl3LvKM^q+w1$`KlZ+!JLPYErSdP( z6=Kq$!%?p+uN$YY z;rvwOaPZ>lti7G>$M!iDZ~1RI%Ql`#fs6U z+OL+U9@^K>TYjSQ+wIGKIZ|qNpZpVIZr$}NiuTIf`fAzgh__D;SRB2!YKCswpS_k# z9xrQUzW2)|I(OZ(B#*B@HyEuhGH{Ojx#i6IjF++77KhJT`R$EYBK!P9Uq2p8Hwp+@ zWyayY@!1ikJ@Yo+y;Ehl)q`hUyMookC-t{)?>d;W_xbU(4-8^G$Z!rT?zobt3g+heO=-`BJEf6%U% z|FwSg-@yCpYpe8|YBZSryleapD9+rKX8r5W?KPKFYVP_kESmMrc}d~R-^EcP91q;X zZ>`$6;AlnZ6XP)B)J>=D&u$So;kl4yvc|S;N5$?OFYp&E?R~8r9>`NJ__{&fE^PDi zkJCKrc`t7|K9M;>&-~SAfhDE>OexFF{SQY+xqjI2MD@o}VWTM)`<5rFt=03m5?5TC zTk$yfzrm`FOQf{aG+e($6kfioaA?I^W7SEoZHvwAIJd1+@8Y@AdQoP2&E2YB@cZHZ z?eBQ?ac;dh=q%6|>-PUpy!&|Hul;AAw|DP%`SnBbMc&t||JK(`s;k=zI+TL5eE0X7 zuf`TfxBSK=FO}f z#nUbHrlMuOHOCw>IzRnw31^C4cT&|Jo!{bcOX!2v3si+f0FtmyZAb z+00@3dP(QLUAc4HHLfj~y5gJcpZdRh4q5pKxTd|EKC|ijksn(>iNDi}T(Hww!2Hsh zox6R5-Wjc~eRC|yp|D^u21HZaNIRN;$qidn|;a)TuyPWXYPB>aL6OO za&yGVu-C8eN6nAd+xGX}bWr$K{@P;>n;{ja`)ZdnMA|09%NlC|`Y zl{McK&6QsJCu>J~R^Ps?o+H>i)8lUPf6d!Zc?oP5F7Zvw zcTVlsUwh9yT{riuNw;3`lj+y@ckb=4*|RrGy~#WJ%ip+NU*^V1zrI*=_x|-|uYXp3 zzrKFG|MlgstZM|`XYX78^>1m_tGUAKYpeV~rxIx#{!yne&2-|PFpoD&lops8?A!F~ zuJD{G`?NOO$rYT9EuQ8h*0Lcu;KHAL%d>N3Z{CvNk`jG;-|+D2u14wh>zuMNQsJU| zv@Y?k4F7WC=$<9>ei>Ljy|mqI^G3eyYm39!1SD!TPpCRJ|I03&_U*fU_v|Cn%~}tb zUWq$tImOm~Y1!9bkALm)kDDI!^~JjN=HWkAUY+&&;@+w_uUEUi+&x-QL%W! zz0V;XcPCn{%3J$zLblq3C!Ze1N|~AL*ZKM2Y&`$r>wo`kDtY?xpooA(;>Qc73-+wT{;wgOiRRl7hZw0yn3dZk9+ zdQhdHKUtn-!s(^L^F9A@>!dg&^BvU|uFzVgaBV&R48w+Fa{7;zmI)}dN+*i>%T%Tw zJ2W@)*OoTprdxB>lm6w2ua5hBQ1{;R|Nr}Mul!wG`FH=${9hl}7KKd(RY6s|_8%0@ zF`iTO>x+BbufF@Bb5fSRzIydvY?$$+_5H8!m+uBu+uG~n<0h~7gkRCN`uxfAlh>D< zuuC+sD5_mtwM%-@l_|o;{^yRZ*rC|B_1Y39<%g;Ju|ntO&MP8ML-XN-d#sb{(@b0*9C%t`VDm zX&0;HrF9Mq?d0OT7gxPG{WNSr(3+1u5?p`nE=V?72sBMP9B`{9B7L%OX5pOOnJ0w~ zTWrvr#^#gp$z^JD;)Cs{8@63+D^fncdVPHOuf0X#p;zDUy8mR${?&g$u6)1V^ZIJ= z!8o;XetTs>2i1TYVjZtO+E%~5{1tSo)a%J%_2K*W|K1exsA|t#P*N+dnAB?Ybio@{ z8;b(g<^y~MtbZCz+4vb99keClCPw8PHq2n)`WS4&E>UN9Gi9lw$cLugp3Q5-rlsDn zySky);hy`66!+hZMNiiB^CVV7Sao^xz%)*4M`E`hFF3QMG;i{qP@( zck{niJzwp9A9B<4?A3p(Kj95fEIhTd;B@qAx({rbMWu~k1)C+mam!+rf4bR|-4{NB>4SBK9Uc1MA-I{4aZQAN6a`-nd_TRIe|6eLrsB{&gHHmfx}tkDI?5bg0tw zZycXm8|@Sh^n7#HY&=laa+ev7=Ey}X*V`1PtkQpCzQFnM=lb=v?%A(@gN{bp ze@5{Liy~v!!O1?mm4r1fr7b(SZs*057sU@%-sin*V)^9vX@~pgGp82jaOL~#pBdsL z&boRj=W>QuCx7k{RC;^njl2dw(^BKR>la4WJ^3f|;R?&M%{z)xb2 zZkicFCfnPErgjO2|Kz=VfWd)jsspQ**p184chnjyPtOe4-<|sM^;wC_g;f^ap>k_K zHkbaj4w8TBxNhn)hxT2QQj>MH^;43TO}_U;XF<)Z^utCO0$J(lb_Y&)XtXuft?M=Z z9Z|bZp&fwuh*Bno_>Ab{&jn6gOp0&g9aS-Uj^M7 zRSsXB;Vfc+FSa5_0zu>&$7s+w)o^R z-eufs!SZ|dRp)>kA}@Y)i@x?svobC`dTr54qmQP?{T>`>mss`c`&Eg*!PmpL&t&Sk z(sp_a2m4DNg_K_o7Mo%k7#i3wrkyZg@BV49$uQx7N^87^Y~nFb{Wptm^Zm0`d7L7i z{KZ17FFdE-VV_mlJ;~+{zL1l5H@z-BQ{8D0^EpC|E_?PRa?V|Ft*Ns)%!daM#J{&qPbV$&{=zk}p z(w)P1ndcNOtYyphY%vv3-76_Mq4DaHR^y3Pi3J~ggx_{W*3Fovx9mocW6Q48X#KnI z?b7v|;w1XCzCKV@xc@vZZuP6a>p{z}l>PdCeLd)0#_oMFpp(A#`FvXDxBheHHdndm zce}tBTfMXbU&2%mIuvWC|M7y4j9=^bTD$@k>AUvqt*ZOJEN`!QT+7aPb+-2pnkwCu zsWeX9KlRGXudm8d%!2lKTD-l%dQ14qwX5N|zB4!M`p6+)^LLYi!2CNGg}oou{7mlN zebH~{i|SRuAJ`sQ`8l3FJ~`BgvF>!86q|(0%+4j9rxffX|vyU4+NRU3RS{SB!`LM6$tUL?u3og7>ONA3t zD+=AUpC4&6y?oG8&d-7C!TTPc!$Lg{r+w{bI(%5Ln91wU#3plI0fBXIWT&XlyCw9h z*T+;i^1tf)l9|WcG^20X@8UI7V0HPy`)Jakkhu2?!F}fY;oT1=HEE0G$5w$3SZsM~ z%h0yS9#mF9?)|I>T`TfG{^a$2>jkg>5C8QqZtquH(d+y6>c`EWwC1}i=oGhqdt>8v zDD`hS|NkJ*t3}hRU%hYA`SL%u`oW>P#ea-e2Yf63)@SOc|MmUq>+yf%b}fxt@&5Y% z@J0W)9Cexx9rWXP(Kclz-&EZYeOY0-7{;}V$1{?rU-7t5c`9pTgUZiEBC8F#cgM^+ zy(-_jfVHm^9A+3@XYa8&}+%bEOHOsaDJm4D7j zIkcYnX1`56_%Fv2`;_w6+D{v&H3cTk5nH&(;KuErf!x_lx1M~u|HEp6;xwV^(^vM) zzHV$LVPIt7_CS8kr!)Gir(XZhGR+@!Y;DZOwk|zCP@m#g zm4^DAr1LXU7+0jeYF1#9J9wk0XTOH#4NZ&SinqtUPPpPEcCw_f_1XMIC5I(S)teb2 zJ*^B_>vi7nd08-;u+KL(H0^9KT5V|*xcGCy6yZ>1L6z=!xl6&9tQVOU-i-}eHPyd# z+YgD)zfL~mT*-a3L*R{1oo!;Q9cM%RaVdj)?8$2?ny1cTf3{zDllINzlX($EhLXJL z2PLcyAClEtS8H>SrH!LYi|0eoxjP1CLQT^z3$on$uyy-9sqJn~?1!$rYPZofn;>`R z%e22$Ei5maj&Y@WrDd&%DzH4@>C>K(VcT@z&W6ABA6%a-{u3^1b${(dS@naW@z7Ji zL01_4j{}`T7!EpIy#LvBZJ9N-RlEMbK3=!JwrYpcrxjJNuU`KTYSyk^eLwEUx~Lfy zt=oU7J$Af*c-qkkmA}4zef|1kZB^cS(1CiO+erUbKbWr_b0y*44y6T|Qv3g{{}go} z)Q|$D`Pcu~!>;D6Rj_baV8+|(;&>q7BG(D8L$7Xy2|m2^S|=q`;9;UN!z;0dc~YEi zue?^Cw=6wjIODYWNB%Ps4gANio;9ehd=dCQFezl>+u0K5L^)%$R7{RM2wl$@ka3i2 zwnvI&759!^$G>i6X4Bhqym5V!;i=pCnIbud`6^o%C&x>rCNMcw+}_=tvb45p z3+P}(@F|}AufEiju)%WZF?X8V}_4Tf8E$H;o_pAQ~|BZ`VQ?s*Y^6T}r^|5ig zzJ9Iz^+osk)T%G#EOVtmcgbIm`?Yw#>}`L~joaeCC+C6sSFb^b4$kZekNctVSo&D_ z{~yYyi@NIk_Re5oV3L>EC$)IpJO(yVVc+GmxUau_xgcVxZ}ue_<5`u}%MP_<|B^UA z!REe_ah%p%^KVZWB9`vC(*5k~r#6<~k!}w;x8($vXx5i4dtrEe+E1wiCimMvykma; z`hJRT&$0I1r(b=wecDkoH#q&)@r=!%#m&woWGCKlu#IH1m>8_bd^$je{aD<+AEpbJ z+DfSv-HQEn@rHY=;l91L(MPUFe4iG<@Qk<0Ovm%;KhCx7VvF}poK&~o9F%50m%ajB z)&BbWLH_oKE`0aH!PjX0jeq@rz30`3>-NUhL+(G@2RbSA|LXfJArnN^q-G8vv z<^Y2T(*yyvS6?%Jrmuh(s` z+E$SIH{$!Ui0ovKdHgK*3lwSQO79Xb?RJ8 zs_umt{Ya69l8j5{RZ)=*_Oqqcp79A7e1ALh&q<$Y8=E<~10FmoIdsorX@p@-)Egev zzztHmzQ^b1?vdv|K6k#l$njr?&h4%!$Y7UsQDBHEabjR%(Av82>zB|k_X-as5_Bna= z^|*Cj6aD=53a9CP|MYB`F{nGXp5ue7*E?%jP`_^VAHmBO2@(E_|GMYTdjD(x!Bn1x zE0Jwsjmrue-hXxEe0@Lehu59^4tM`vTA*-Vy-BzCZ|0tq9t~%Eld4HCu8ChZ@u|Fc z%JLxZng{1j^hd9EcqYN8z$C#i*`3!`Mog2TGDGv7Ozt=4T4O~EwwMKlX>wNjX@?wl z*dJWXcK^D;G+(9y7N^NFhgJTu-Em@NjTO1O=J`yW#(9OUEjM!A{)>oBIoUAXm_upJ zrZY}H1`lPKSb7gwugIIK$f0tqj#cj0%m*I}io;wtn!WWZW$m!aVA*5r+ji6}iLF5T zN!9^w>B+a(OErW~VS6i8xM_u#MWo^moeekEJm4wpWqajgJJ039tpkfXBpQ{~pH5%J z`f*-=M%SWCii=*vF1x@`Vw}5oM~#MQpy0(BCfO5>4VNn_>NUr&`F_UOj9dDy;8}&8 zJ>M869ow{Bp7nDD*Z01l7rbfJUS*4Gew6-a5n*oOspY%Cyy1&$>_(eteuGLb*P_SA z|8Z`w>}KBb|9bd7yTq@4C%?xZ)SY}|@wsE@d-IrI_^tt%K8}~LV_0TPcowkJiogjEywA!iqLI3Lb2K^>G&dP;9 zCsyt`Wg~dHEcYL$&6Vy4^C!REUj6EScuUn6)vHgyhr@oA{d%SRy55R^oEh&NU6{+7 zm>#aI5lz0Aw%c=?@xT9ZzrKEb>fa>ooBzSrNyEW>#;^F=xE<n@!nY+k`TH)1SG+M;oFeg`^M1;fhi43Iw^^9GhJ3!kJxBSL&z_n;#~j7@R=m*g zxe=_bY{}9tD$Ct^p@wx$s;-i-o#_IeO?B(M@>XW3WSh;CYmVM8+?syecy6fGlT)w9)%IgaNBQzk z#}tdR7`m@D1h4q@#^?Ff*pEk-pP$rtiuZJknCsy$F^ko9rSJWEM9Aa-*AstvzuNkL zYkuwe;lFXBpt2+X>j!)v3+W zxW7+VDD~qz^<72>YXg;Y7F>v!XPf<$J?Pv++pjzJ$gHj1UH{eS=YdDZ53K&X>NEcb zhT{=|+ba$nICyN$WBJBo$2A@t+?W2hss5BlXG8$=ZHI?PHomd==fZw7idFg$PsW26 zxmkR!{55B%-+jEQWz&*04r>cnxs@5lXID!IW~U7jU8v-kh>7ha+KrO7tQB@>@V-Q#^x9%wsD*zk#Zui(et z<3*(rQ(gWXoOLDkY(Vp+=dW{WW`FNmnPTu)U}N|Tw(A+|wpskNZp^tD(|@z#aa=kK4dxX4ZOSIFnK3~65bpOTChOcIPd z9ZwndGX+e$RpmR8k)fc3@uRi&4%46@>An62B@#I?6A~DF1UGahnXqOuKUUtt!OHxh z;ns;qZT*XWEdB7HuYz|1cjB6WiOfOAxI!XdnWvo9**@)Df6n_gV)mW!%k!_Z3K{6I z=sF)dCR-3B_xa`TSABm2@3(3iS6TT!o}eRVl+qae_w)aQvMD^$f8%y2KUChj;`zk; z;gi>_U$^|#RB=#q>woyZrSaGFSO2ZQ8vn|=HtyHc*!b61uW7yhzur+^ba&Zzy{E7K zgD!zpdY=1lZ;VLMWrMrFU;Wn)na}YyWHD<{@1yB4mnD}qf4ZIGru-pXCFsVh#FYZaMQ?Aku1Wp4bfe3Hy`Xys)@xLK{rY~DZk)`!W7TaF|3914d(r!U z+l{1%D|1afSYOB7%c=9*dV%rb*)ws!4l4w#KXt-7Y{P*7fl|Fld8ZiOpJ^SRw{gF3 zcq0(7vN*ZI{Kv}B9|})*`-SWmdlzQhS-JB6_4TW-2j0qC|Mm4N>l(wyX{XnIn3!n& zxy#Y>i0Rn?C)Jz}@qAm~e~J^WoHjGDn8BU3ZSkQ_8+(@NyZ=9Xw{MMj$k*#%udMuV zZD!>E{%`uVaRtlxUoZXdKf7Rg*>(N6A1ZGo4UdBc(!R{C3<7oZ-mh=cn{Zoc{e!Nv zb-(ss-^ZzTe)S*M_PNgcp0~1Z z{P6bia^8(slhvQeCCiQf&?MPpgmjn`EZAe!u#UW5xFOyDc@^ zK^E?xy}o9;v_M^a$e)~!yXWVei>P;!?R~%Gp^0)yK-3Y%d-L8*-(GcDJ^Bs5!pWrI zySo{dKatQ`tp0Q!>xKw(-=FDE({=IWf;r!9zxMPW_?;`g@9>N}7nvRWZe(0( zzNIKr!XC=On9Z`W-IU=^a$CWdd7CFNC>~|k26d2 z;|Cl3Y6=`QWCL6GbIqAI^->;Ng`O0T5mWor2}~c&g&4vL9@r`i7&sm+n&5FlrGrOf z<=$w+Y8GY&g$WG|3!Y8!;bLHmQrxv5!AOODe`n(~4@-8(mL8&2IW)yILl!#e)(&FljwG6S}qc()Fy*ZU9!S^NN)cFZr zZ4)mpD!h5@?sL1Y1(S|lWZZOOf$5KnT>Y(rHaiLh3q&?Bd$V3$ckJ=E-KZ>rUTu&d&!MTZnFU&?TNpM3PaWzCMbROyzP?}V2b^=n+Imb&e7fT<~A zjdV@ug&(;~`4(|#-zrJ|4N`12Z#wyTt?vT;{)z{axU|Mh)SwGd}aj)Fw&KTgd>y!wUrU;P)jD9Ddom zU2s+VO8+mc3De9(9(;^obTG+0q0a0P-B1;Faehm5-pX00b<%oWRu*iM+wv?HD0Bj2s*70bU{<`$tatp^cB^Hp$gLkmu~UjA`9#lh-DF`u-+3xhdZYABW))u9oq^se z^*`$*Ssa_%&&f+0iAy`37j$Z4IlfS$Q%U>HA&Vc2tV0e?ThE{${JbK;_0NB`SZ3iP z>`CE_GkG;`M9X;FpS-_*!wCm*rxu0@;ifki_B>b;>wb*?`KNyqk2gissh^53O0|sL z;StAj@SNSTlK8*&TsxHJ*;YU3mfKipct5uK_3zjBBfmcMS+p`$hC%#D(?p-v+}yP5 z))5aR6&7xFGN`N-c&6(1F|%0sHkaY$mi0Xh0!fTpU8YHJC%B)SJy)S?nyJJDuIZ)w zY!VJnysZADSZk+ok+-zbmwg8d#F-s_C>=^JVA@dZx#E)0fd(C;1KT-RQ+vAD#Q%3E zEOsuGD(d5!^Djz8ElXR;QF*J1n9gU-g%wLgyCf81pK*S2SK`fWJ9fB3H1O%I+Fedj zD?5uHZRVBXa+-Q!)AXF9h8*^LjJI!J6!^dpx-PWqYFGX3{{4*6 zi4E3=7rJh0Ve7K|t)aoqH-n{1Db-2MK%6bHE{NkWgQ?QAOCb%f6Fr4i&eC7ll=}Zc znGgdan;oZa`1=2#xRmklM_<Ap*xF5cb%gnuf!p}3H>rrasr*UkF z%0IV3p_^s@rT5F{{gT6iiCdq@HLECE zraljsm%YzY*W>>G_0@xRLelQ7CxV3MbAGuj9sRoL)}BsXYfpIi zuRZ1A`}PW6Uk)Bz1KoDKK1L{Qzx?&5p!w(`rK|6l#L^7{IJd-dbit&iD#NBR0fzV)%7N&SC&&BNDa ztA_D|ZWnp|>c4t&ecTV_-X_+Mx1T&zzVsI~j=pbwt$X>^e{a|A+JF5&iD{?qJ3hE4*S>D*xf#SGn$Q5cHRW&p2lssMeH>|DzhB?C z^56bn|8^)|oBYS+|Avg$kMlQveAtq&A>@2GL99mPvg^t2~{y{nyv8e@kD3 z0;dKv_WJCpp_abNm4Ewx{Rct0(LK5jk`F zdf~5s|KtBA{7{fZto7mR zI8s-eRK9Mq?OXr#dcy zq__Qz5sbdR&)bCW!Di5maojGDRY$(Qe)aXVses9n*H^E;UjG_&f7PD3_2wXVR=vJd z;Oeiocz^ihHR0FnA!FD3_I`c8^789T-&6jt{+swWPJLzm$`|SDJ+D4}&|mEjT8^wA zBU-hgHZE>$ENG}veY)JQ#rwm5f!32~)q>XNuG|0X->#+WRtCTNdQeu2Q}5T_53c3+ zA65GnodB=jUAO*YNr%_DHh<=rDPb2Y6t~Q-Tj!bYTU!14*VWP&`}T^1BA`lt{X@TX zwUMA(Z?5kH-R-ph`V!Do#rLc4R(%I8dTOtYe^s(>{|}Y7%kPK(`m#4@=|Q=*CQ~@C zuV3*Nv>0Pm=&t{-@2hHsf)u~p^~Jqp(rFO$_3QsD-qvidEv;C${_D%CJ)i;8tM6Bz z2MrBYRz07*{`o7=FwY0iKEZ#W3z*h?1x;uF2WhQ(^5l)_)hDn2ud8~^|H>MaH{#ZR z{eSiS>O-~hukQyhDaUe25@;bn=-+BknyuRP?-$5E(AYkN51O^PA9yQo|GK?`@t~Cz zdxT2g?^|27|LUV(pgZ2~$IV`S_UgZthr#nS(^n;atzY@)FZhb3c)Rtn?)9KKG0<&X z^{f9@`R!MF&GEG&eD$%bar&!4{yMvt_iO#?lb{=mAeSJmzH3xGE3?#VIw-{AUtjuK zX|+6V@7MS1o#ujO(m=~VK}%59a}}lDLEM7Gk$U$Yc;;g=$TOcn>ul%7zrG)`60~F} zZXbABIv%v32Q<3B{%hr~@7I^S`~28{J>)VZj$Pe*?#Auf;}2Rm@@o27ogMFfe%iGs zJnq+*__%$0zrM5rU4V2yeBJsFp5^zztMc|1cuIYL^y|yqs$C$tzwxgxe|^!Z^kv>J zP}%D|yXWc4Tj4@cGQ+JE)=tFKqzuReQyeUqHw+kY$GgR+i$ z{_4N=Un>Nx_DF*##9nx>K3-a3`0Ar-9xF>k#- zXsYmQ>HGDrrLSK7kL!Lgd9{CSRo(j7DgjV31i9*vY?bo*@VFIS-|xHReto~bwn_vn zwWv7#`aaGj0wQ%D^|kS@FYb-2TmQA9Z$0PN%Bns7;VrxNq=&pvzxw1A=nl58FYc}X z`sZ%kuKm{+Ree!D9eq$@^(W6d^6p{W`mgoto%Y7* zuReZ&fq{XEGk}3XN{DfukS@xBa#v+v^?h&;4XtW=z5Cvm)$w<$S04_2QM8`rYDR$d z--G<+k9Sl|_#E_2?*0zt-FF|pnyPr~i(y>*VVkM4KT7lELEC_=_VR}>TkjhBZavFY zE3Kv=pX2|Z-m%*9GJJ9Ng}L#ok6eAVUNCOnUfJ-D)rU)8W?z$y%;R2PzWef_(#q_M zr4_TjsK#}yJ`K7-X+r7K?9~Tz<5wTM`Y7u|g3PbQJ5sBTH=o*bwW8}wXcdRTm_+MnUe-9~tk?&4Fj8 zyx;X2w9ClZ^u?-;0bw=rnUwgRC zA3t|aSY5jJ+@kNVR_0bcdNnoc^VNr^zG#B>d~+XOXV+%9_CTNDQug>3VJ896*!8DB zIbTrjc(SqI?!$q4{i_VTtUsYg8FxsW<$U<;-6!V@ zb)2U41%U^TY%FD4eRq=FLAPzM_ZRrzarWN*pC|FdzvH*B-e0v?^nFFw@}^gNM6N#c zP&)eH*6K|@r?`sJ(~2Gzcz0hbyHlIB^j(to)vN{6-o1POze)GqN7K5!ETI*%_SnaD zuRfI6@JF#Dg(EMgQdIbGeQvOp(e)qN`&Jyfv+Vmm?kNoMw=$2U=r8ZCKfmbqmtR+Z zXl^Z;`@OvQMnZxh!++OX_usojg}&Qs8^1oZdcE`37rXXMt+@3iw|c!Nc=yuY(1&Ub zZ5*psCl@F*S-p-CzIQxoZPwki!ju_@oWyHx3cr3V|H0jU{_pjn;1fx|hA#!39Qx~u zGH7d`*wj|sUW_$0Y_ zy?gkgSMVd^g7rZGP+GA=y;XLxD8J1g&$cZS8eiS9JIUk6^?l#(yGQo_t#0ZKdbR)Y zqRo<@r=6dAa@KT5V?C!Fg+(bKZ`xwp+bd7y<$DTaCf+gt82<>7iV53@Apw_UH}jQHoMD0wj5O{6lUc4F@RsnM>gKjA5+8^G({*l(lsefVw z?^Q$ZPAUZ*@^L-<)ko8Hd$0ekUj3xWnxOqh0Fzs`?3Q!=}OyFC(8VTl)7szlGP8Pp2m(Byk=LFZW%2=h~e*&gEh{XIIxm z-w_O1{rCE!2mRHtpp)JV-1ihNedzV|`l`L9@Ah6_{OW65$9k7g)9^n6&)@GA@Z=Kb z@?QL={K0RITdVBk53bj_vL{&cPuXvk#AZg1Ne8V>clf-$yW*|qk|@ABCha#HQy||L-F4A(z^Yt_J&$PZdJM)H;rrS zo}EWN2{b5~%@6o+vZ`1|FV;G$du>E*^PAV#W8=h?Bd*DC3A4szi)!?VXy5%_sL1Tv zKgS~0cCuEv_})ubfA5k$3BFC~>u0BprWLckgjQ*-H;sFJaqG+1m#;5b?+Yrhy#B8~ z9oN}(H)_fL(pOD#$KGH4p?>*VxlTgf&kws!9DdxS+$HjGRebvsK~2xY?;hD-YJ8Rw zwB+oEy_2go)F#j8O_(aaXj#@|iG)Ry9;=w87f-rcp}hOAYFyTL&}p~3zQ-Rqxj8(v zZm)P;|LT)*kd3xkUs9_;$vzZx0m=%+t@W;Z~93pS~Yv{4c+C z&D^dZf6Wh_`Lv{W&yG8mhZf%Bs8auXy*G9B*LNJ%%dfLU%ihCs$lI%rp|96_#!Uj9 z*j!q*zO-W3mnXAW0+#%E{`R+okKhv3XL=Lbk34+-Dm7AZ<*F9%&Zd6(Lk^9z)I{3f z>z($W^WE_C@kv~pth#p15d3mhw6cL=gW+tpZCh)z|M}i;(&?G6zjK$;2GHKkyP$)D zukYFm-TM38Wa6v62l?I7y>YX+cQ2LC{Cm(9diGo8g6`?} zqQ1v{_D(V>^> z9~?LtCGb>wet0)@KxM9H-;T6;yxMv>U;R4 zy|UrpQw*w<)(gkIzI^rF`q1hodG)%?wUJlrMZ+iU4e<24`fmMlmY-#pg_oI!J#*C% za*RpsiwJ$O>(hg?QCd5B&hzOzhO{SI_i(a+DjK*va)?OAi{uYUa3ci?@kUnY2N zu}tl_&%JD+j(}3Dc>r7fvPB=Q10Cw39~3@ibdiWndHiGbhb?V;-`$B4J+!7KQASB* zao+QkJD(GePuYE%!Jb!Ya&>WD?~08!*<1OUW~}0Mj+_h8Yr_p|m+%4AHjStF{bcJ4Q0v5~ciVcX_yPt!BkuhqQY zT(n#qncf<+Bumme1R`({UN#QsB1{7oGz4z(nDJ>8kWw$~-#b?dMG`oH>$P`Ud*{pR27-#c=CfbzYg zXrT#zbUS zp+(cjRCcWphR+5sm@Yg0Sn~dk>_&Y%50z^w2WouS3<`UE4D1YkWP2U6`mn{iA#sPi z)6)MlJEp7H{|LP)Z{{CWa@eo=nPu14nT`K$bzIrAS89*mM44cYO~MJww{3eEcYWIS zTdwDL6SoS9bjqmKUVABiHM%PQpgz-@>zn59zY03PtknHG=&X4 z-?x8#li`eBzI9@w{Q9S}jvWh?T75OH>18-8hlcTKMa6|?fdbE@W1F|R+<2yXO?txa zOeftQ-TStt+C`<{)b(wpKExYk%#JKN-!$p z`m4YGMSTyx82WCnZk68N((2WpuYZh>|N3tI^;N!+h7Y>!jpLi5J!_@Dhp+ngYHGsl zD48wy*Za6V}IdgZc zh|T7nFb>AW9NhvzCezHs&UC9bN(+QOzdaY2jd`6~--PqpvkxRbu+sbCD4>qD!&zJ@Q-zI1)n zUQW;!^-18J{gqjNW3T^>TfA}KuN_Z2Puu~W+W#tUgTMcWi5r!fGXL|eTe|8_=!6xM zwd}+_H_1FPxR~g$q;$gBqmmzrwAic?%6ERd_|lqTADPA6My}Wz^Cey;SXkS z)@0?^W_e!wUu~?G+ARp>p=$s{L`VzOqDb{d@I?>gSWaoux14gDw)d z4mu$YbXxKHNpg)YB4-ydCiZOX{LsKz8If|?lv^w2bn+Gv3kOYSb%uX|ua}(lWy)+^ zc+s?`;E1%~9hH?kUPPR|uC*olc*bq_>fLKH3wCD)Opo|?@2g0?e%#b;uCJ~XKNUWr zH>sX4(Raa<9?k_DPbCC5I6M#D&~{e+?BCLg$M0VMdY+QEKD4SSGNLDMc^*$$Jm>)a zy;pzjz5ciA)!(=Z#q;w)2Tg>(^MM`F_G)iIbawef)#vL&{U$7}4BIOkzCv+N%lguH z94UK_$32_bB@S*}#|WNrk9+mEUPa*A^bKnwKRPLTxV>)fOZ@O(vuU%R`GkKbxwdiTyglLdYUN5b;V1t;PTTapa(%{4*?R^4n{>>6#2Yv(rzA)w z=Z9yr-VD0E`R(?NlHs%VUf=aE3v?@&Y1M1c>0N)lVt*0hyZ&h4J_Ad89V z`_*5d^QQyc9nYOSD);Jp_^VHjYT{eppN_ev_h1s=k?OOoVzag=Dqa82QZzC99Y;og z_1Eh4vGJhuV?0@=b-CB+Y0Y|T9|u1ajWh3F%>H$tQ#M#EtKMJVp|Nn?``4?#)>Yq= ztNoY#G<1E)ovi(FE7q-)whDLHblEeiRX&5ag*~#$vLMvu^W!-m46=i`*9+oDp`Ci3}O-Z;r0{lWA3f2qBP zCTn)*mu;Tl=+-H*;mC?}$JV!A@|tL)xjC`EyTh|r^Y1g0AKyF8#9eN@Y%1K8qp?$0 zqcdBjWNz$vBR_k_1Dh8WJrj9bXx!{t$E*LaWK#79-!)CA1MjBxo+wBSIvTX+wbZ}$ zSKmH8K4IVbv&$|^gNgyuh<7%T8>WZ5#e8seczQpyYSmxwU;igfUA1l(=vL!^-kCx* zmyVqH;5}1s(%&P2!Vxho;;&gI*ITTO?|V4$EwkFotMfyvYOl@_3Rt=QYIy(jpeIh* z7q)`h3gNH+{U5h$Kg+a9zgFLkOaEM4Jt_C+ zF6l|2Q$h~f8c&?iRsL`F-TLc0l_f94#|2zpxA*G1jC-k~PilIkF9m75Q$6lqxA~H1 z=Kj@JYfay|J*jG{-2HRO-#Spsf#qx6-crzc zUFF-o!&e=DeK+~*yS*xVqpoiM;Ji_|{M8?!CbAY1b^D)OoicUR z+QJ$67mwD@{1`da@3iX0tqH3_|5gPb4tspBFWbySQ7?G?tMv!db1uym+1zKSF4$0a zt*dFa!>yptCqC*ce>y)&Mn!Ahr?0%>VklpKd5h4|~uy_3zbRUqC0z?@+##eevoG@G-h^ufB$S4PUkV^>voY z8MQATbj?+X4Sl!&^}oG)t^}XXS&cS2tJn{|a~$DR7bfakTNuM+zznmwl;} z+3E0PZ}0wVFF5Ua-r4*yKj9eqZOJ`QW_o=+?)5*dxc}OMv&6qFHdT?Y_^dheNzbpZ z$9$$%HT@ z{s(t<{&8w7aeM_j189fhhKe`t1+HD2-hhte34eF(RqQ*^;W(f>7s6kCWicpwp*6$j zFQ}pSZvFLLdtEAZKRoTaIH6hZi_o-Re(SG3ZVdlj|1%tP^AMYL|Lbcws2zV5bmz@Z(EUc=)$Z<10#zSh!*_x1bhy52f8499pk~_7 z>bq4@Uqc^SeNhBm+w=9^UembOcjMQ`X05*cdrh->-0Qm_^a_+4K=%vn-=VwQUs6u~ zlB4YXs`aJkul`V3w;yzSMXCQme#5T%S6^9TdiUE#pPj$rYK>sp=kj+(Gp;N%3jMXA z^z}5m{Z}8YzF7KhuV7ru>VNA)pGSRq}pQx)Gp*(<`&@)Q;2YJKVdxLu%2T&`LO z?Y+M1JBzKK6ZnSA(Es79_Q&&9um9fUyHkJFUU_|8!FG_tK~`w(6^>iAH~cFoc)b2) zeGgx?H+%``3LH={fr_E)%U6H>AKqm3Wol(Ye>M1Gq4=*AU7%}iOY6X=WP#2ki(CC~ z|Ei^{min!~3OdPbzxY|!vy(v0%vF0PIG6vze#H>i)n9wIz5{jSzP{A@8u#imsB?5T zeqAWIO}%uraQHeilV89r%0hzB~e_Ur%fU3=77qWAv#Qd<=TIydTT<*L8+s&TKr#=ZI@SaEmyt58s% z_>aKH;IHA|!{_Y&w+j z&?(8M!(V;6`fGpu`EXDS*R2l)A8~cn3Uu(+q`mUNOLF5xS0B6jSo_DSn?t6uee zt$g*jDr$cm==`hIcdJA|@q98IG!XQ)qH2BUYtV&7ADnCNz5WNj!=w)6&plH?bqPo% zsAKu}IylI~LE-lWaRxFx%CI-&A*6*FIn#knjFabdVSab)n6;M{>D}9DUDwZy1yxY^?}Cl=BoYS z9qXM!D_-r9xcW%@qG(0ep3*A2^&Fv(UVXaykn4+YTomXE=hb(sv_M@F@$g+=zE-Vw z5^z1+q6q5j?seoZt#H~a7`N(c_$pAifhQwC*Gtvyl@6b`{^}#pkWkbf-#DSw$3m?* zuRd7~x=bDaeM9TzVRJ*$A&m2c^dWOYL5D>1_Ljc*wRmsf9ox1k=dzks-+NzPUb32{ zeE+(AZLcqdFMciJ8z;Fk$ZV}(uu5w32iMRjQ;y1Wj_>xr`X178)oZI)(^Re4>h;d1 zFJ>KOnYv=ZdDVEn{qwZeUws0qD`ev)?Y*{e)|aav`||b0t3HZWRn|?S6YaO%@LI21 zrMF%Z_oOr7EKKvN%pE`1E@9SNDXH^}qUVl;(4UK8V~eZzatY`|i6{ z``)+r*NAFxe7^ko|A)vIYN=BVj@TcQaIP(FlRcgKcgL=!QG32t6hTftYx>~ymM80f z3h4To>htb(HvZ1v7Pzs>-V@s7UwhD;XYamKHt`p6PbwX0a^D|+STN4AZAz2&zXeeb zI9&stO#byt?P7e?_X$5@#1dZp%CB8en%*%(W$pW`53}}&gHDE9^`*4_>O-l09#IAU z1%;n93eRk{lZZ;Y$Qt?NqgmQR;p9^%)82IapF1nwz`gIx-WtPyD=Mbx2jBKg?z_b* zvf<7Wh42T_b5alWPkbSj9~KzxCw}!^;aul~AsHg;6>9fQ^}c^fTcLd2j|2z%f4{6F z?q6RwZ|e`(d{mI5iJr*gU*)lT&AaZ^o{G&{=er~;p}TsIZ~S^k(KxmB{MQ$~`W(7A z`;OqX?RO^&FK6xI*kgXrV*BOzFZ(SNx8&UCOL*S}8a4U)YJKU8vc2Nrlh#Ye^{y{{ zsr5I`3sg?2Jp2&2?8D=aXSvJ!RXBv3tarbkwCJGiX`cdS_48T=4EW zR$i~oL`^d(H<^cih~9g@F0^Uq=jy%pUcBS#aYFbuYb6K&h?WFZvovfvHt4Q_0H=hug1qPx_fSw<4Ib$ zFmQWN$Mc!4H?woMHqCoqy?gh!rz|y>zTI?xH#^zOGjzwMn;+A|TeAMX_6&UmuC6L2 z?!3NmHcoUsXc+$b;#H}jzyMu7^5tye$_Tw5Hov|K@Y~35E?S>^eTVYB_uEBR-Fw=i zH#uV`Uxvn(FRLsko)wr<@iuvPrrq!2gL?0)f4#n2z53Youi>w+Mzv*qzWQuc+@7*3 z(2`tMMOqk7z zHQOKhoekO?JlisU+X<_f_;q!w7JU$&%dnpmi`Z)wO26w z)yJ=YT;q)PcQ;v|uX}yBN(*$4Uujj7)vLd8YFj~-cY$~L?t8zLxeE48K6))Q)N{U> z1jEA*2jrH%&(~iVeQ6Ev)1%J+ubZvXZ|c+2?_U4CY47e^p&{$vKIl8vvhh~c9@n^4 zpF>}97HwRseKjs>k7D?wy;p4%<2u)uzFr?&-DIa2T($Z? zKccrxusa%(Y;mmq!K|4#1s+cov;7B}5G#GR-ZoBh^`WV+*N0Ytnoh2VK2W-|x3tic|d-T3UZAV$9+C+^QYu6BhmIveU-Mwb%L{HZuGZcnA6V(igKpwTWkV+v|%{ zU#|WMnjO1*eO1QPnK!3#Jic=8Oxc6>>e#El{;m2N@?z?{y{gsgORJjB>|~#R_d)V> zcSh-bE-W5Cnp#3$ToO~J#%4}k{YiIv><-@jG1Uj(TXQcGoa!m0BI5jG_Pa%o%gz_> zcy*_5!f)Hao9XK(2|3T(ml3A6UO296y=&;R)px7R_S#leeVO_abXcZm{MX9tiw3T% zLGv}Q{s=!*@C}(h`$OvLhYgH8N`@_*-&68GN^VpY^RTJAnizbixc`;uEs2k}Z?Cns z5ja>NFkdc6gej-Ts+vdSz3;ovf2~4as_#F^sc2da>YCrJUjOLT-zvSm@}MaGwLg5- zm#Z&Mf$j^7TLo%`g@QUbtG@KJ*rYD5eK21wlWR}M&DzZEhZ!F*3-ajq%=hc=(fA!0 z;CU@qPN{6l?CG}k58Ctpy*{?->aXu{yY?QGz5b%>JNTki@3>WaTs@tpzRda?rv>UH zUILvM|8D)E(7I4Lj_phD#_8>~h*h%rlvuHG?y-$39%lmslImiF(^X!lzGuFf<2_-g zu!5b8htfg5U{?M8B}Y4PR@^(d zD)VagKkf2s(>OL6{Vy(YO$-N}*!msRZY~A2P*?v0wSo$qFRnfv{_02Nd(}AM)hEMe zt-QGUvZI>a<=;)+E6z`w?-}>%v!l5Fo~`fp3YOja`fhztd2Jl174=BOA){u`_5v@} zd#=adnj1*%JE2hc+PmO>!HeLH^ZLJ>I$@Yuxp9`^w@Y<*M>?`5d&4&&enn^cw%ssckUGn^_|M_3z zcI^)b538P!o3u9|_9_W;MxoWKpV)C7n!YGw?%RofT%T?zy_4c(xm}yzyQpn zTSHW5E6`0wrl8xW)`61WdQi#VqV>1_>N`%&@VoKre<*%_ zUixlt>Fe1Zsh%x2D->Vq|N0*PwQ7B6mB)J7Wjxzs^lr+?`UC`u^@wyabMIuh^zGW8 z9l8&unwf8V^mgUznP-2MTs(W_fsNCf7KIB2(i;LS-*^Q1tor)WvU`R0NjIbTS^FFt z4h4jkYeju%+qd}Py?HgwjEkDqzwG*Z-K;u`Yxxcz-j0(~4cz*Rctrw#&NhF2w`xIu z^5iP7{c#Vr>)*P+Ztq>*fD525eRY$p*8Yff96z!=ia=MO+}VEj`mV2`KUWm&U3_)j zUeKbNS53XwzVF#uz4}n-OHk?ZQ~UDOXX^_Bvujm;bKhOZo#yh3TO>h6p;LI%)t3Ew zzHj%l%(-5-_xig1yY?RRFE^I2{jHK>#r0^%y4==6k&kO8{d+U%u+sZ7<)^#b99@c) z-W`iHoycFiVMoxWG85~a_DddZj9CBMF(6XSJ2CKcw?}vHp^3jR~|3^R6C;a=!J6|?_ed!Ce)n{2|-v=F#d+&R3 zuHyD4xpL!o>-QFePErovI;-P`2m6e@JRA%TiVR=h1e|r<@=r;?Vbj5Ym2);sf5 zXXETxi|4N!+ib)t>>f>@bF`Iv+iWJ4=mH0`av7Tn8!yfU-Y*WmX`aSqyqup!C*n-b zhr{O!TbGv9W7_`F8s@qU)grH_~Oy!htw_aCS?K-%mPNB;g-9Gfp&mAx!=fwIWZl|3vUV5=PY_-zNSDZSp>Mw!1SG}NhFR@h% zcFq1?{S|az@|mMgnsl3{@q?}xe*IJXj$qvPj`hFx$DfXSRi(A}`qK5T*VnBtt*iQ{ z{rcbDtG~W_u2!=V3^$H%((A2WeYL*SYlH7vzNq}`f8(0oMkupNb2OcDmwCq{B^kTq z?UrpDMK?}o4S$)pR%MmAvLd74Lq^5M2YUii0&aX*wk$CH`mcLJ^De6&;bAO!sKlBP_+4@5W&*8Nqa+IbbZW!WT^%kS{hnM~jU(u7lZ=Kw7w)L^q>x0f7PBqautyt~v$aF9@%;@2B*0W1D zw|8wc{UPx4XZ?rW%E^u<9uuCFC~zgeX0SNAh;c<}+EP#LNl!1NCEpI@G%sFq^f3n; zuK zVRuTxl=c`O2hFw8UQB#Ut+HNRuePU#{yUPnR?}2aX$^{@TmE7NX)E`j9Oz5Bz|wQBc6U#-4cwff&)P(ktg)X}AJ4{ZfEKfJMF z)}F7g*T+`r?KO?_`r;e68hoP?=yvJQ=aZ#{mn?u>5cKPN_-l~fy`X`RJ0eZ9dS~;W ztE%&;bdT?x&p5M#x9jZ*D?SBN?xPL!4cSEtzt88Dky)2>*E-?bf?dC7xArR}i|Oj! zWm=se7IF6Yxm)JzBWq*?U%OsqiI%;G`^Fy7%yMNGsLWV>wd&R9>kG3!t*x>GCE(IZ zt-qkVz1Nr4?VrT4xqid$+&>};0bDBs7zz)t%#eTTar$AVu=&XyTC2mJPTDFTHBrWU z=|B6`d;hFSn5US)cPshL(v~;UT@wu7>a$wDpPZdHfANFjeo5H;j-zVt_f=o6z6Q^d zfX<_@^4en>x9XoB=#H@1xCfIi8#~3X|F!p^$P(H6O}6iTgN9c^#D2WLalc0I`-3jK zD;l#34i`T?e#*Tmthy0Urf&ESqK{dDgbyFPP z&tAH@y?MJ*i`PyO_J^*f3@!_~UxvxA+2q5epsy@yYoYiwnd8@O{%EhYsoyJiPdeYR zp(xY*YW(W2ubQm*%KS9GgIXJtI1Qie{h2-M=-s#s#AP_$@deH<)%RC}E_9AxeYeU( zWlNCt$HI`y$df)C%fHv{`X2u3kHFK{`{N!gYTLbk-TJFPvW`b%%=*}Uo%ZqTs*2}A z7AoxedX|rl=uem=9{A8R=g+PC`2rUn9@{8Y)%$d_$1C5Y8)Y*->~`^2&9uDKQ`%tS#4>S~XL;>3hKR}RdQwU!dmd*MHZ(ev2I&8L zG{sQ4@5g@DZ=lJce?2AV|LaWY5@0_lYBuf9urSM?jMc=%|KVL|Cznf2tKjK|s}H5VsD^_Nfj`Li{V(QJ z(SyG2pOy+nl^Ho-`y*8O|JeG%NgLV!zPq&HoTF4)hp+pFZ;D!%#67i?J}kT2`nj87 z_F1;PMei<4)l?tWlD+AnEFC%Z?9wLo&Xa+Erh2U0>%8oI*qj=N?q?dYY_q2(Gv2R1 z^ipNlHm-DOCBCM`;^h*&&6UBXcQ%*&+Vw>HO2gx?b?fu>QsvO+jY?mw4~<`0AAh&> z>Z|pouUc|WOnx>^&Aln+;-&cQ9g8GFYCqlzlWRJWIrm%i+-~Fg3HNPuet&IR(fiT1 zYlpz?TMxoQHg0HGH(`!X%U4ZBZ?lx?$2V%{6yD={8q2Kq@@V?ixcQ~&EK{^{zlJ`3 zdS$0rTwM`I*OwUI{_vSTu^5v~m(m(ngl#ok)$w#y(Hv%z=o&%$5d z&HI(C{;v$;PUz!%bM7qYI`{Y{Z_nD$ck7LR?%aFQ40IHK_ztCIMMi>u!*~5(U*u-I zVBemF>tm}|-#Vx+IrsTBP90gL$8+xas>ZE;x$1A#>pPY=j$xU8`s-+O_s^xe{c*3p zv(()C;2-|_&aP1KoiXLxy;-Jj>3zjfHnm-TeQE#o9V%Pbd+LX6&HW?r#^vs>{VdZa za9W>^{}4Lq!q!dM#&V#gS69Pd|I7}JdTj9Ev!v(cvok;aSr(ryB<^;#Njg?z%R}Eq z8UOh^8GZ6pSPjzIciic$-~3c~rkLjSuPo8q>x`qestJo^ALj5m8Y=3w_;71Ou}n{+ zci&qQ=yY}Gj?b>TajU+@-4EQJ^;U|Z#cM}OTT9(ki{CnJw|mQ- z`4&I>Rk-hIywcr!+fUb2HwPEp`R?1H`{{N}fc-Rfzc1J0w$@2E^p@6Me;reJ{XCn? zzx7vNrfyD^KDYJs>Z{RBQsLjjUtb1w+Fm2iYW=xW`uo+_kiS(A`i=Sb+6V?O>0Y(> z`rrEN+gE?Od`|4@_pk5vUf;Epw|Z6d`qFp%U;kSFE~|Rl`l~;bR_(YZE5G$MYruj_ z;_^4U*;jnK@S>IP^_|;nEp)-0TRj=>XANsgT#aw!&c%6LC{iR%G zQCD4>X2=^%l5=M{lOEIPt5)Ue$MMl{Yt!Qu=iJ=q7zmgzG45Gg-r4`z#V_LmUlUUp zkB9ihhQOX#E+IXWmlShuUwLlpCgppf;T$X*MZ2Opl0^&RRh*pk1X!DMB&t`OV6<~E zInEhxBYDZf=bh4`?CD`f<>dixTZG>W{Fv+{aG_ylsnG4MQR(cd3=k2<6hs5J)1B!Ywy)n`(IzW4xU(wTlK%GFW$xGB>Q*$)eqXs_s6Z;-6YN4cch#p zVzu7+kZT^G35@l3*IwCu7c`Gkw>R`1$4Z%mP4`z{KD%+AVfNjsd7v9Kuf9^6eKNn@ zX8Wbmy7e+#`)~h0wR^ow_;T(IFSpiz@*@Qe~@>aYI#u73}<&9zCXsP|+kuYI-mx_$VANub${cYCke$A7JA z(sR2%Z|$@5%UOl*ePE4k6gYTC+^@Dm_IF@G>}pfT758{OQ%sR&&pIzv{Q4i>wchpm zt}m`tLf{+jL%}m>%97dlj`fo`iI(*@?$sZmuA=8*6ow}9{-+Y=3e>GD(>umpetHKs*<)eBmsTX3s#^u3UY!UPa*Uze(#$ z|4eq~6h>N^4_Gv562UgCW|{t)P1mg?1at5*H3^4c4|YY*r?r0?Ocr-uKnUj6lD z))CM$uD{{CHXbxxzVj3Fxw%!K0Xkn$g#f;>RX0v+{q@D#cdJ%?5AR%kI(*Xpd7#T@ zudmt*8a?}44N7RQK7~G6|LfnXzxAP&S)d;Odd`Dl@9Xx;$AOaAdfT|H{qZNmckKnW zpYYC_?fP={Z}=imM1Am#TeUyDdo^e-wkm7S)w=bd1re25f8*Cb2L=AF{h-DFzxIc} znhO#uH&Y9iy}t0&9_{enCM?&>aPHhxyhQcO*1EmAaiCE6q8a!4diW$z$+pzI{MFw$ zxz$&zUjN(w>W{$va_EFsJjl1}RY6xMW#6rO&^@ahbO+FH&=SDXy7gC|tuK8EnxVg2 zz4~nUsy)8dtG`wzO6Bh?$`ZFJjnmqDeGy3ZQs}R}q3_m*R=xtyVl4rsAW)O?JP3Z+h6^STlJx}N(nTn7h1i(^hFT((xP4e9<+O{zrHx@^VMH_Tm?qsBS^`l9R$hM?)Xy7ltmjdJU+{`#UF-rZzX@*Xm~X28H;P@OnS z$hE3(%+&yC}&+`4}K zKW^)N@7~uOKYI7>-LD6ELqq??z2mU@VtRdH-(LQr(9qhr7VRJEyLaFF{zGl|?!9;a z<-LC>`+oP``$uBG*W`l^id($v%U)l%q8~3eceu?`<$iqP11MoKbZIK zop$X%j=XnI{>SyczA!)h*B<}yb?ZT!o-f{wQ(k?zwkmF~zS?*BqhUppt?quUIJaIs zyz}+_@LyXLuP?INvo}ua^@WZ*A}_>JCH(u3>K~MSpWo!y=CZw|Qoo{j_1`%2)knTo z7>GUG&v(OT{=XaF>q^hc$^YblTt>6vt?2ay&8w{YZeMOW!!S?zgMw!Jp&4I0bn8X* zSdLAwbE`P3{y*rC-q}<9T=>I!pn`GZ)y?amn zsuGsEl>)l5a~+OKx=w!ceuf3Boq*$+$~qR6W7&Btru@%KWH>Bi+q*C5Y3&(D>8*lA zm){;Qt&rTgeb0q>rhnZBuEn1HZvLD5Q~m$H4>CA@i*_B&vrSI7h~5~_>=0bNPrER> z>+U(n>Nf}fD1I{!ea-E;?%OK=*Wy>7zxwbzZe83eA<+K6J>us&_dfcc^yA$b1w=IitSxW`Ri z?|bzj_;}ORkW;05UtcPHx$BGa)qm>+m)0C&U~FJ9ocz{N!@}Wmuyy3Znft3RGMq8& zxxN3b_(yTp)a~U}3CYru$M$|sdoOyUurqcJj}WU)`a-3pyTTL?-F&pj{M)Bv+B!-5 z&I)N*?nwD*>L1$i@yluLzy2s;837e1a&;EF)y~t|+)u+$yU2tE0upX4`R<93N zS@3DmvC{unpT8Cf4?oN$74p;kf6Xzr{Tzw?S3Qh={5WcwzOA4-^=FO20+)3Db^m`Z z_!F~Yp}`Ep1_!}M&K#*^-n_=uz{7Gs9o~(>)Vo5X8rI z?EU+SZoS?A!JCrnK!*t4XR+SDXVNGCxuDIMwN-hGx9pAcTQ7Zman<+h>t}uUzWQ&y zI%xBMg*!8Y_U_%g?`|>NZ2qXcPGs{O3vHnLbyhbX|ng^6fr8(c(nb?`JM(C0sfmUca1o2S=&9 zwYdHKm%V9mTYr5mt$uw8d`Q&f)%~E2-T$w4xUUEAJgv%GA6q5)`o8M2Ot*jQQzv*ACm`?TW{z8UmJhmfynON{xZRH zHkDf*y8Y?L`P=@I+*U8W;-+D_qCa@lim+tL%?0ej|KmY3S_5a?! zt@@|FK3?_q^*Hd6Rr}U|tzQ-JwZa{AOzoHS@D|WrQlQlJ`ohaPwn@!BGOY(~Ue9JR zY1q;n9Q^pK_L4RFKT_Bl{qx`N*}k(_cVG1VU5VbicXvJiUh#0zN{P51uNO|cS33Q^ zK>-5?iyO-?*Dqg$g4SLQ`gh>pg7@}uDH{&H)J=Tw+IYqO0x!GBXFj~I9PjgIOcOHw zce`$blWg3s{a39(cdo>(+bes0(XTz)*Y|Du_5FU(gw9tV_Xb@L{{`CiTN|gdze(VD zllJc41_gZb*Z$UKpE@pc$AQ6uMZfE>P)6m3Cys$SSxfFzv8+%17ZBNZA=Ycz^TNGq zf8N-o>|5Xd*+24pkZ?XCI++8iu>{rmNWa(hLuK7aN3>+4s2;Nu1UgZIP7 z?X8W|USA`U@#IKiy6pGBx#oB6-mCosAGjL#>r1MEXI1zaCkB>CmPW^i#s0q0?_PfT z(CfXP!I4$!nCU&O&jB8mv-Yw5jh^Xv{&(v3+{;R4Jo}^0FivnfmSnDUDdY&R=4*Se z)j?5ym2-~qGW?io;Jfto%+Tf!oNKxTqT`;;tc&}c+7fc6P2i&rm*bDzs9TW*dsVn* z|BraLx3>Ok<*qO8;lK9O$Dh2u8gw}Mp7{8q;4RYH>;J8<5sLl(q<`bmYL1)t=1-fu z9;_fd?$^Ivi+ApjPcdX|6uYx#bLN_;WlMGnU#+>f9`kvz0aQAues(UV^BD! zDLFg1Y@hbG$etPR7JgqGGHJ`?;eG(Mj!q@lht*!d? z{p#!0pko2d<2qkoy}plARpH*xIa9M0jgFdHCagcE%c=ub(ekfAAI9Xqg;!dGYq^ z`}V3=UECMT zZlN72_c&8uzRJJ-=Nj9ev`bg#PqGSeTmQbjdb>F&1TTNBUsd}0C+Ir7#a3TGg_mFd z^!5Gv__+D&T}t1t{#zd#mj^lu0F>-wJ5#g^}_!gU&~HUY&SIXGJg10fA-_ptDmm!uaw=l^4ZoiQOW|7 zKid^L#FfqTY2m-vF1dEwDRuAc)Sh~d)i3{S-#&fa7jt|4xP896*X{jU{p!=_Y?IFG zi*|kaBOF?OXKrm=-ul`qbI=tv;3^n&>V$gy-?+HFp!5+N|LQ;M4E7MEhpe&Ff}S=^ z%<+?FTKSn}et?#>an~Qt^~>Z64K_@yeesm(m#(rY?>FzSL5*JyUOT&P*86^eH|{Q9 zw`u)RWG!4>``cqy=7X2T?`3`{eR}*y-G50Va1`}P0z|3ORcR;`YW ze|@pG%6|39>+3;>J6tY(`RmHws$cs{L6-vT+Z!AIY~S?tt_98|+d&tPO!9fZ`kBCi zBzaE5sj<%UwANXjZFFp3I>#@G>y*BN_mZWWGKx!bmgq&Ld}CnZh??v9FGE;mOCo2Z z#r+FRKdh#-m`A@eE|tH={Py58E^DLyspl+|*I3%zFaJMp!}N=+O}T&GGHZl1-mEUW z`9p2%tB>#h&n~ywv+ZMTy?*#F(6JVvOVRH7%@3<}&jOu?@?~$;u0595m%jQR-UZ4{ zd)4D6uLhm@06LaE?$@69xP5CT9G16x*CV^|{rv5MS3XEuU-`~{uj8oMkJJmBwtd@p z=fbnIr*6DdDGrai7GJrjIN;)wzW3|;opoE(W>h@*5WYR->%N<8p(1U&K1I09+|P8~ zYs0QuL#EUA2Qy@k{@wKH&H*(&Me!MI+Zz*d{QDTS{s~Rn%EiDKxJm7|#MvzV;;B=d zSGUevvioLH@Po{+CYSwlcP@OyATKY#w5I)p$LE%SutSM|8V(03`p3PIwtM@WJ6XL@ zdc(GR10m zUW0dg<{rHh6ZhM*A+CRk=*<~^_TBwyj_w@hYx(Qo^v)oak>&IzG4o|R46nr} z1PNp$vNBC8*X8`CvE}r%CCdt58F5eZ|9+;S#8!QZHhcKvC9$P%lGA;UZ}gD=F03s! zL2$tYO`TghN9{{5F8avEd8WPKzq-!ksf!L<*d(oOJz32h@Y$0JH@FE+zQV`p zamRWpC^^Qz3fZ?_Km6C??Vw{+l6HZvb_x$)w=(GU|JC=yC$D!09n}FknP`#K{(<8x*9hNOIs5poYxUC) z3JCF7co;b>$x%=F(7HZvi+SCP$-9;JMHla#T=C$+hOJ2#7hCjwOSV_~ZEHEj*yU{~ zcf|R}LD_m0`rdgdss7cHAB?5CHXgNX`o`++9vUd5^Nsa$nDv84GA|B4TlKF^#_bLJ zKFQ05XYM3?EG}HTe2>PJJr8v2L$~B-t(;>aV|XyLQIL`R)Che)Zp8eb5Oy@0;YJqJDuolAspke(>oZ|G)># zfLe3s_Ev*#N7udwh@6Wlzg)K4#|oEVr1-pPx`U_v`!h|KaNvhpgMH z9)7k@L9mVSfX}NY`TCbll9^q1lwULp{cK&XWi90%8_uBVXZhmylYYUuxi@+aMo#Iu z_I&2l7=gCmN%A{u4)HyCUsPB$|9Fz1?Y`_p_o+9pm3-*GSFLIH=J5lo81?ssD!-=+ z)GvH2y8Y;;pRG;rly3XVuI`-axFL8!aEaB?bAQ}z&t_@-=C}KGOsV|G({SS}r^|Bh zo-bG-CF=KRm3iIFH8XxDyuER1({9PN&z5_eu(f*VV<_r~g_$ef{dye?b?Ay?XVj zz%wi2?$`HCc{v|H^MekQFRiTF`?bP*y*H>{uUCiOEAv9=e$j6R$yAl!|5?lo-~Er9 zy#D>_zi~TMj?ZM=>^br10|o_2zB5-c7EHZUu0CypS;+>){f^(8CO`1{=Bx0VVe`|O z8GF`Aub(BauzfR&vJ=nNx7!UIZ?-Jj#Zd7&W^v}`^=4lAox5VcuiNO;!yR@#_y5cT zTDoCw7V%5VzvV5y$baV5-wB~%hW8&?_LP4=^Eh7Mq06qrJuxy$FTS+*-P_k)aAV`_ zno|c3DdgEhF^4GPX6U;#8>DRBm z9=>kx*GjAJ*S}t0^7?+rYS8ILRiJ+9eo)fb|7-8p`jwYo-xrNKIsfi`mbr0x``4|D z4|#p{-=6lX?^j=s|07g(SEjc8U0D1!7UPpS97?ZJ1nd7iiQI4gPFg=laKeL+yiEU= zt$)zJI`;MI`{BR#me$YKiMrTek-)$pX?DQ4*Ms9(x#&uj)7yFiQwkX}K6Iax(0yQV zC(}*p;9o~krma4cpEGP>3$V!Mo_tR{^tahVhT8l85Bu!Cb}HnS41Y)Up=ScNKH66vhzjox4Kf~c`aO3ksQKQd#$+kN;2C#pMz9#!=ao@xP zNpm(T?S5RTyyfSF?nQ!}2ZQZY!dDqAGvO2}yWJ!E*TUrPW0m8FC!Mo95g)2!e^75$ z^3oTcV){RR?b!=D{OI3a@X1Bj4~khB>{;C;>m|YWw6xM{X&mSvW>3)RSdc@;YUAqm zegz%w^#XL?QQls29m{)Fi+*Hlb@~0>S-)=I{(XC0e@zRP$nW5vby;!I)BO+94L0Zt zz1Em&CcS?14+%{v^B*0I$M${cSZVP>JjRsmvBQC$y?+)yIMJ?GaCNQR4N<9E$1X}170t+2{G9Cs%7!{&pQ;cs^yEft)W`Ke>8OS0?pXFK_PW_@|8wx_8#!0?^G&(^ff zKE;av7K`@V?D2XVIdNAg;~E)#=Mzdf14`)W%K*BH6b>TP$6t^C3p!u9YS(GdalGrlR=qE;X9?4su?KXjRQRv` z*FS-7G}7(ZZysk2Is_YhK-{ITFMn$817FT_Km6BG(5;ain=EGTKgf4hCH~j@ukV|z zJ#z2AzIydO$aGLS_;ZJ_%+-w>1a#)QT%D-2 zF9J9G`xh$eEMc{4oBsTx#a2vw31?lIKBldB?l||z0_{sTY9gvV^I|?E{&U|yM?FGu z%5Tn!*lHcu=SRz)Z+y6ieM>~y?1iV#xbSc?mrCT{-|=MkmLHpqE@@84NcNd{e2%I_ zN7Uj4x0=&({x9H^OqD;se(vP53DrHk8|I(ifA;#-_mIQT_N`YBpS=Fxx^?@19sOGT z`hNUr(DhIIuRa2glg-=p{p#`cE}-jQOJ8_H8XJ{Wpc|s5gD=7P`6}=FlV@{7>p+KR z{oC2%z$E|3hskAM(*LW4)hRPfANMi8;JGk0F7b%LN@1ZlPnk6s4(<>PPWSj)QKz=> z&+VBa(=!CyJY)zU*c&X*%LR`;D8@B&NShtsP$Xd@ko?STSRD(W-;*+gBGg9^M~0 zOPrA{&5$Ae;li`CINln*)BLen>kpUBl>Vmm5J-H0{V5(MHZgN=;0M z=A_Lr7mS#xd~o8f)Qaob4$C_Vj;(TWFa6mwV>jFOpI`r9eZOBC)SasZb@z&2eFf#{ zkE_1cgF@%~_0{WZt6zcIt=Hq$fsX6DAGdDh!LRQp@A{!KNwA^*ULB}M_$5AW`uf_q zohwypR+he)w?5WA>(&3bA1WtS{*eRS`3GwJpxxf$UR=Dhb;E&Khd8HAV3}L6;)3FC ziwr#v-lARduKN!ph+3X*%gpWRUAphzgH9&HNquWB-#5vUkvknx!L@wFJ@(!e4Psns zP4T(Y7O{oqxN|N#wa}ey!iJS>E=LrSB3o5GE`vx6!7&GxMsL|Kh8Q9 zbQ8kl)%WB7*6ahdRsP3??Alu@3%Wofjw8+4BI^6~efxi%e)aYG`X=dppTEA?=l2dY zxc%ZCsKxg6AaCQG+q_M8KRCNhIUXat`fuE>FLUd^KHgN|9OeJ#B14M}3;W(CaRrC) z<-hOG(v(k?^>z&C4_%facq!pwq_fGz8IjCqPj%dj_$i*Qp?CJr5EppWG^u<^ z*px&uNx#Yx4f`-PwaIK#RNuI~IOA}xYBSsW-KwH~a~k$=R^9u#gM;BP-<55r`Zg|~ z*?8uRnLsV8M&iq3_Aj?sc=dj8u|6H{b#TrNo&#=kKO87llK5{E$SAponSqfwoyK{|~yu zY=TNFve$>lAN~3gT#o&@l~pFrGB3;i`hU=%lfi!$V^S{ zGiR->S3mt_@m7oox>a6!>|}$g?y^UBA8j%4e*N7pUNU5XA6N8-yqd283`##9&$F@U zQ7yB!$!RI_>paS`T0FA7+|4LqnER7*ozs`+zc;?Zi=6ry!6Tpwkd|U zc#aA7e*CU}EO|w(<-fNNCicl$*KTLMa%_&>g(o*1%EMfrsQ%9V?6iS5v1-kdhaXMu z;X=x0FHf zVZP3!Pc!eywo6Vvw8AH+_@4Jh?bUya|5iWUa=>N!tM6AqjWs_|>-f~GuUDVEK3=!? zYrWV1xOIy|KqHRe!N$39yT0755(D1|e*9}?)%UCaR=hu`a$;rN4&CQ_3T}S=THmBA z@X>JpA>)lVEO$K6SvaS8L0z2L<6qye_BYMzFu51;tw+T(OT_m0`gqpp1qPcPPUt?U z{&hdPS56|+Y|4!32mR+?J~q97s6!pz#Q^=GC@6!D&IxW8q_ON}>r z>yzrWJ^P~y6}Xm)%of?AuUuxtVy@(y`k0y5RPOv4Rz}YyX8Mdp3<=Ltb{^juP^YGE z5)u~onS-uU z;H#?h!91{U>7PLVkN1``>8^gl7I^=BiUS)1)4GG)$2zAZayIXbXy1CC<&2HyN`4Xc zeen;omM>p;ru^Yd@%8K0e{Ftjl^2=7o%j6I(nTMl`;30A{v+_DO7Q-Jwn_1zaqzG2 zS6P28zw%k$cFN2BzxH3(2Nkl_ucz#-e*O6M?^oZi|JUW_T{Q3K>p$84Eb}s!##Q|@ zz9^q_K+XPiYa!0puRg1M+`97Y?`?M#e(#C!obzAH_AZ~8 z%%skxt($eSp6%Ze*)4rlaOyOD!?T|3Tlpt5CLA<9dMN1hCP8JHfoDu2HCyDsbJw<};^>#H^52jIEDC=BqDSVPT`$`TG1Zo|ODKo&_~Kwxzc= zDyPr8-KJj`QM1pXc8ai&`8vk!6I)mG*VgZ_x^(Q&W}}vOn;lNwFFN%yuWs)ABT`QT z!qr+U71-FC)VNbDei}-cP0+eh&>VBFyZP=Ep-r;M|JHx4eqY)3Yya70m*rPq57{45 z_-oJJh+i9Ht6x1nsH^1d@Ni1!_bb~$x5vdlm_Chv*8JThvwgP0!xt9JF|YVsZeCe&Rj?}Q{-Z>*tG7NE=}IJhN^xED<@e^TSKm)JiIDxF z+|xWc{?od>UyEOTI3BkzW@c<6-wM!KpEW{my?dDVUnvWT(_^~7;XIh z>c8ph&lxNw;;)`xJ>OI>c4gjwJ5KYO(1W6%4;?Lt+`VyMrrnx&R>MfsZxiAxU+zft zdG|wW!MDB4t3Sq`N`K#!S^q8X>-Bw{+ODr2toO}M{v5t<|Br4Ko4lX1vk&qfW^GuU zzi%qprv%Cule$NirA08eDx|w8sY?a^Q?N>mpMD3=SWnI~iC(Q>1 zBX`Q16Y0wu=gNndrJO(d^%#S&ls`_#gQj8 zfAN0)KT^{-TUz8je)<0QwkNNj9~70#+w!qMP}h*j+sR z+7x~i2&?aKb#{4}*3G)(!lB?uX=!Pt>Bm~0Fimhtc(~=hK-0G^PvxidNzeN>f8mbl zAEd7yiqCl;(Qs0l+eGD41-jUzO^gUOPV$Qb@*E9o?gH^wXB=&Xc(5`e;#4KhJ}Y`<5Nk zaZx_ZJn{aj`X;}Cf|{eBTlOF9ZgdH_W6&qH$YzdogmRtbl*XP3hfn-cf0f>~vYAna zgT>-l!vW<@Jiii-%s1*ekam?RK|sT?R3(7BaplH?&0k{pBU5;$$ntiuGe{d*9Ab6s zzvOW7!aR9DF8kDo{|V9u!+d=YFbFU{JeyeeBy>^(gM;Y1?4@sHPO#lRwD%f^i~NB{ zE()dsj8_tvEV>yYR_7?Zu|IY&L~I)y2a~O-0YhsF|Mdxn-pvrW5wf>u`V&9)d#`Kw zS!@M)-|lYyWT>_0IWGf4&+})jsonuUG#Xfh1Q;dXGYNL_G#uNZBPlzjF5p0my1Bzw zYgvX>vPR#JKH1Xy9x|r$j>}PYHH?(57q4Y(Q!;lT&%@N?%89DX2C5lBTU~} zJ8o`bS)nTMuh+q}v?#v1HIVI|wbmPhGgsAXmoAWxx@x9;@CN(86+8>hN9|j9n62UJ z%n}VtwGGFVnpwh>*6f?v>~~nXfOSvrg6~})T_;$$KkzW=R#ogh<1i^unt?@%XU62j zZCbA*USFHNHfG-{-XM%L*0;>nGM+?97GGOv|5nOidd^t(vL4<)j^PaLm1CSCPi_LViX z)OA5qW}sjWQ=S)(IK%bC6Mr@_uuh9(U}_O?Wc|nxQo2oqL885Evbg?-J3T^tt#OB+ zx@sn0(c1{Ray$O%{{vknh8x{8Se=~;tOV4jv;JAj@bC0N$KwaAa=0WPc9eKO_TSo* zD=>vYMCPr&!1}rub>v zS^6OlU;U2)-^>V}+}5fIXNjA5>+|~1tN%C`UlY6Y@pt|GIPk3Ze^80>Km3RGlSC^? z{}kE9ie1P4vtDl6v`Fd2{(TZlgBX}M#oOm(FaF?~JpKQNZH-Q8AJ@EFHpM38qCMz- z2hjYT)xZ6}zF(gz9eVZON~ieXKiZP3FQ{t@U2Je)RxFiMe<^(V^g|k4sVWn0x27M0!odNb#wOD%xpdVV1^f4sB?}|L`ehFWQP4y z434%}G%zQvXEC}IBxqpbdT@?OfE#c@P+?)TR95zh~bl={o-PQMai@$lf5A6Z9!UYx4#@^Ik>>j^F59?rZfB3cPTTYY;x zE=%rd7CORhwYZppk)d)=F0;2w!47N215={;RwnvC)ID%BdHPXifevl9g9SS#ZjNMs zH$mh;kU9h7aRzyz1cz^{ij>(8i5_a<_h$HDZ7|^h-y;958Iu(lPjb%?jp9{bJyXR% z=B`Er0|(PIV>63{tPb<7}^>+Gl~VAEP2SkXP=1t#U176pZ=fWW+49|lIuzrv-E0j z&qJ&JJ^1-gM0Mj**;%uC>>5Kt9i~O=Xjm2}yvPt$w2s=7_Ip``MZ*J&29FP>@+lmt zYmy31HZXR|8I+_mUUcS*cXnu!VtRS-A={aS!Lw}~%QHET`gv@P=h~okL{7P}VRMtl zrr=9WHit^1|Gf2B)6cZFZ1MdmaSg}#Ts|;xFsdXRsh@RVryi5y+*YG&A(dL@+y)yn z{-a>33H> zJzu~O^3g~~mBG@$=}_nCO8>9QEs8T51%d=y%#LUD3*OSU`1F64L_1?cP5bqavJ*c( zKX3f>`_o?smA{eW*Ar6c+4Qxbo|F(n^oXGr6| zk+w%f;nFU3Lqqd?2Tdo|I|~^NJ6O5oSFK}Nut(v0y!=6xHkCDNcJ4KZJQOT_X|B?Y zo0|>uOSed-=j@$+nx*03i@diyWnz4179U=+;0bFdcfhxIo^Pfd)_(b>e)H!8S}6}6 zZ{v<)*q!|0%w2=@WeeZ+O=DZZw@qY8?$1Zb{Pmwgp1pq1w(H~l`FAeX$Hs%E@v2w< z*?s44{Oez@zh5c;TMfEEV9(t8uc@W)n>0>bc=_>f{OkKFM?}-p1tj?IiLCiE!}D;# z{wC>y{QLjIekeVbEd00Uf84Ln>p9{Q8qT!x9hW%%=~2Qt!|U;&#>gt`udg2L&b;zz zyWigG2YtumYh$YZ{ZQRd`SI8CeH;7d?Yrmu=@5JA8ND5<=e?NUFPr~ogL6u$!hF5| zYCO;E*X-N$^Ua?-_haLqo;q>l`RiW~`ln3?-G|Dt>stSPme4o#*AI#^bJa+Dgzt-g zwMILQAwS6B;dQ+u4|*h4xa%sE`U+`G5k2OzN#R5J^yR0&zLVd;e^|0`MVF&V?Yb!| z`;Is5SF@ejr?90n^!xIE9DghC|6d=@vg^XxpxYgX{-5;DEbw&M{kP6GqH6#3kFwRT z*+I*rf>px9_wCgWdHMC_E=Y)3*Me?H01phGf?V?SxAgz@Wv`FtuXOxAP0XIfMA~>} z!twtsKdzilzP@igXe~+H4(0wy_WxJ^nVI~|b({v`H#>A;pl{na|*h_{|}mq z&OYO|_k-tQ-P`|PPc8j__4+}%;OX_NW%*gRY@owCM z9N9i_7Pud`j`P#aDQN;~0yh7{e|?$jp1$l$#y>W0*Y|^JvzAP)+WWQrtNyR=2l*}*+%Y;~2U^E4@Av8dSO4w3B7D;D^ZsL> zt6yKerr|x=Eamlu`Ej6GPLP`QwehdcuLIvh2AXOItt$av33Cp5@d_wyt+K9-^W(_3 zPyYoPNT_~S_~MPd)vvx^eF~aM-WwbD>-yDydt)Ph9sdRD zhyB|KvVGmI$)Lg4?^j>1Dt-0oYyIl`Aq)KW*4BV#+2>a2uXhDs+R^>`M=)q)@)PL# zHc)53A2fXmx?kcSXgC+N*5&Kt{o(64Hc4mKuZcG^asJ1-Qun>B{nz)a|5oL#sg2vc zJ7jwJL@$5#LP3d)^Td3&Wni<08c9u$kp7X{66vqZiG zU4L>FG|w2)4O+$)ygvNbp1oDOrmfpQd9^;Mu?1SlR2%>L7pM%~e|_J++Q1uq>%aa5 zCBgl_{z0!>`CHVoYyb5nPd{CVkDCti?Vi7JdF#Jwf$lF^2TBe9!+(LwmH5|JuYbS# z{6TlM-7nBpLcjjM`VVTJy?WJmr1bRb~R!I9g z*~Xc#J_;V5id+A+(rOQAozB(gul} zD^QvQMdJJQ|5jYB+H<%1_2sXxKr2taFa3Y@*{iQtpFN#67Zh`G+jWzz_I|DW_5J#y zUthoezy7Hdl%D?Wvjbh*@^9DP(yG`0*T;v~f+hpj?FDJ6s@p3Gnp3M1ejR@G_3Go` zl^lMc1q=JH{#)?|v?u{I;|z7;o;lOLUfZ>|6r#Vj3Othlnj}8{_5W4bU%TS=N?v{X z`a*wr&#RAf-%x*-WqQfybfL@us%l6*UmaT9#m0>?*mPq?&SdaD*n~is}K413SM8m zJ{*)vK)2$=zv}xNx2x}d_z#tN^Y(39w^#b=zm?&u{{}4w6^ZrhL6b>e>p^$)fIRl< z^Vj^q}K*tcF?Z>xROBnH^^ zFHMZ|M2sJVKGgaW8uvPIYu=veaV?JGva_%6TL0_cE9-^3zNkkm%KC8DYl3t92luwcy?gJ^U;E>_SDyqO^lyc@0p{yFj_tcY zIG2~#?UjssePL=mmJ__hSAVV8wRlHr-g?!jS6Aa+edw)HTCW=?wcaTpu)Mtd;ysS{ z)eon?`Vbxd>U-cVwe?qJJ69iU5xV!iyzcOkAHUYe1}UV6Pg{RgcGh~qz+0<6ioQ@- zW!)b4#_)Jy3P*+imJ?E|4E0Q>aqix|dw)Rn;;nJ5uP?M#t-f0-4BBwhl6^OLd0bm| zcvL5EMXgsx*(+8y|4_^_eg7ZfyLa#2zat)d_wL=_tX{IqYW~Il`=MU> zI{p6-tyM09>s>=1zrHZ{$IlC|zO&Tc-{f>bxmE994ttKRO!&$9c`OC7p>0vBw)c$I z+r|m3bqinUwI6f}66hQaDHgsfJJfgY-u<_I$GZose&5ksU%n?4v_qyMZ?A5Z*W&Hr ztM-QeTD-SDwBpv6sV`Sw=#5`}KBRp0tK<+_F^79zp2kcP8nd;;Z_6wT`8YK+YSpu& zp`nxHY=l2OSyQsdM@K68P3zG*rS(@Iy}DRhp||2Kq~8Ut}e{l8!FH8wZe~MdwIuI4fShV*8LIA z&M&Xy{L-3!e0%wW#pUIDf9>(DzrIN8W2k(oy!+Kxdu`+7*Sm)PTD&=Qaj4Y0_XWyL z)m?YO9`$UBe`Yaz_Yuo4C!#~ummhxRq#ug7J?7;qYwz$$>q9GceaWqc-XQbw*6NdC zy^%Y27%&QjOmH-3*&Mv_y7%AugJ~LXp4`3n{~D*>l`F|;=X&i?jsxvza|v6r;;kv< z3YosURaIL+yTNvS=@Mi4IP1EWos`8*w`nQXg`l8#FiE@m>-CSOFSD_O2;!(!PHkbYNxHT=n(u_HtZbwCeNK=j%byU0SvN)%sG9 z_qx`XzEhvR_f~EE>aSJnOJ7`a&RMW2hdqqr!Pnl-3;z6;%lOvFMg$zaq5bNWc59ng zVBGB1S#i}()zf7Kw0M7fJM)`0kHJ$_$YcKZt1^*)_UHcpue_lnXuH}&qvg#r)`U+_ zt!S71p}c$5p3x{ja`<@7f#sYtPh`S$3=b zt@<@V(Rau5z3=tnReI!^>Qr5Ez4<3Q&-?hSq3WET~` z`fOY$=$ywVnlWLf%@6;1>e3~uhdB5=W1&2o3q{DvPz<(|3~@kC3h^UH{Wd))t&S7{FKk~mt*6+zI-qH z&QiXA*Z1&w>v^uC-x}izzB6Xu2G56|U6YbKSUxPhqIK`_KJC>K9_l^z3%;3topyNN z{+n7VBBAcLdhR=B$fy0Ca45lt%hk|FKCwjkxWDx5>Q8_3k5`;{`Rhg2zo@WJ=i^mW z+T%Lc`-iXkGPNRauVmb;{nPedU$@t`s$%AhjVokd<)?!Vv{(h&1qs@{TGdn&BIeq~ zv&->K%JV}nRb}Mmxdl{2-cJ0G_A&1CSHUOMGF|KKWZlG7W(1zIVlnXLGY-F*=4tT# zUghg2Efb!9Kg)GGZW8#cFMpQuyYFz_38NeJJ#K~Ko4mjAO*Ix>PmQS zMl9{wQqm+YUiy)Q|I{hOZu-0>*=boJLiTkG~--)UaQT|T8&YSEqv?xnw!K<8p#U%EatPG-G#_$%Z~ zV(Nree_HXub+6v5j|I+2J%?*8VtQAs3~f|rjVQ{RF8yF3due{;L zF>`?@SL*E4Uf-%Lg)HX-m3@!-+-+T#I=hze{kSEcSTg0V)5J=x`ra?gPL$u;kQmFj zV7J1Hyc3^KGEa)pn z4^Jq*C=NO=475KRwCTKh_0_6XU*k`PullkzdG*&Co9~m>b6$P2`dIj~rgtyhZ`BtB zmP%fWs#UFC8Ezt2^!s$&>x<%B_ExXHGWR~HQhoI!eoeTQ`!eC?#GvBU*3FJiqnm%=28zTQsVDro2-R3FF+eY-#(| zd%XQSdS-662kpEDp9XdpTmpH`B`@6k@;hpPC zU%vVtzH0A5{>l4IuB~~sziagsfw!tvO_9&$z4*66WqH8-+`Lxf*SF>Sy%o$`w<&EgdJ?Cz<3$7c5B&*yppH&0+nlNyQ;kY<*9(w=gtb zv0!|D=u+6$g+Ie1-3=C6Tu z1xG>R9mx$B8Pap2o~)>3-=VbE?B1)d-~&JYfDQ`#9=>YN)JkoT2VZ9W5j^c{_xftw ztM75UKrL<;x3+ZZ)mj%Tv-0;S&TW$*P>9N#R>mo$0ry1%|4y65uN{V@VBZ;hrGtD<{{I6)j88oO^lQie!w1CL-4tCKC)Wx&_%h8nH{&bU>fJ}V(rFs3p*}P zsjFJAck|9&mF%9(w>avGUX9*NLFZ%KN1t%^?K6_3;NNKEWxu9DlVe__29NBt`u ziLd)kF=gm+JXmI7X%OqIQB`;$^kqTx6&9Jr>@qdBJf){|yZ2`b8{62dJM<)z@k;wt zW(Q%%2g>ZLt$wZby;90Gbz;(aKF0jwX&Y`xth-&`dfO*UO5Q?{lkdibXQrau8vC;R z4Vf$+%FgVFbqYS#d^kbVmyhF0r@PQ|@kcr*XPf;IdU!i7Z|i?w7U-2U4;G)Dv*UC4 zu79tu3-6UV6R@?;cj>N;p!35g?SC*iFXr9;*Z=lE=${n6YY*r|<;v`fTVJleFtvL9 z50zCJf;EDuY_(CX zsegUxXuzs9X$h-L!&mKPeQl#zeE5+}*WnvdeQ^$Nu72vvwRl{4ZrWqzQ}-+@?%jEK zq@VG`n=gFZU)6PstGMiOJ}+l3v~oq+hlqzImjfO3S?)iZBPr1vq_y6grE=x>xK|%R z2N?Lxtpe}wdVMUok@)L- z_^X1Ss%iW;U*Gxur|kdNSF1lbU(%L;^*8SIzxC@wL{7h3s$T4H!hM;?x9B@39mG#= zd@XV42%odV7bQLyR)w#xt%Ejv;d~j{Cs)VR-D+&FJagHVi@%n=c$si4M{kmcM!Q^V zPv4KwE42<~?$2DF^SnIVt!LIG&oy!H1f54Wx3voXE~j`m->sg$ zTSjkE{6T@;6->ANmoy6Xxp4fH^=rT1)3dO|&G#dtK!(^1%>(;CO{rjY{-xo=z$hf? z-Y0qB*Od)xznw{5R=)b8O-iis1EUko3KtTzmOrhkne%;nMdRNo?FW4oo`weQkdx&y zb*TJdRenBa`^ALRbAJEc=qs)*KOuGq^bJKG}!JIp;EE?pbWdNKL~pGt3)VXOE5 zxd&wnH(hwrCqC8cYv`~2EM`4bje8w+*0`AmZ)daC{|Y)d!wYoWOlckHAonW*&(H7L z8~SwhceT>E2W>Ss|9O4A`h2~UK)=-Iyqa5%d#=jv`cfLV>TleFX}>kKzlZN!mehLn z*WU1T9M6va1`Tm@ZvDFg3!bKYz~R2+e(~ zyYAlG<5t2fxA*gFVUeUbZQI9%qE!dO)?Vggn4zn1A=UYtU!HAHKEDl9icW~8O~kTi zYYwYUmx!BTyEK?PKR|Ak=~R(yebqRn^`_P9OaEMb2Rb*!w8{&7R@#i2gTA!*I?j(a{b&1IFYPY~Plbt$FaU$Rw^Z4Q#--o_ifA#09kN5tw zOh2`9*Z1&8KZ|?ACvjxg7r4%TzeY1oK&(LH^LJY%PW=<#Uu74!S}i*CPdkLqGUxv~ zZp{T*Gh(&>SoS^x7+t!Q;TmCm` z=iK%EX6EUus{xTB!xTjR15c%^#7XiK3AnQ~FC^t^WFI@0MTtS?1N>2{n7J zs&{FBlO)&mJHk)j+ABwx@K1bOb!diC!0QRY@4PJp+{2%*_5Cy}uPmK=;*yN^4JwZl zj%B7Z=p?Ut=ge|nG44a`jaAEAdeR!C750T6ZqDhJkgxAqbBRIm_bt&mO{>ZnKkWSU z`bJ#3K((K!5YzP!<^Nf#f;aq)^8%f+arM`ptH(q0K*{}U-ToDdGiQ~r+8g>RR&zr3 z-T3a$-onbkLGdiVg^dFH>Ov!aif`D*30WH zJ+Zz2vXfw3>#FZ8b3W~ld-mzV)K{xNd*sJPuMe$Wrx>9&%W%&2;GF?WRrjh*|FF&X zy_T0B!_T6xE?#@DKFYdVFBrZff0>zr_Sf9fccA;A4w|~3Sz-6|wq*0OxCQ-MQ-A*Y zzxrxi)c&|tU#~CN#_{0YnK$>>|N44R^hJjHgGra-L#tO`xqUbE*Z=Bg9IRL4R^N^9 z*kE48b$QqKxE0Fp_8t^9o;acZ)!ysh<6d8nn-;eUbZGX5>q}REeW@_{UdQHrnJoX2R=S$?;R=v8a^DOsn zeAN%FO`wx8Uv0gF8hh{UtGQpN`6Th5ogTMgjqJxYYuygs z{WDkl=xc*V8~2E=-0|5(ZhdIgq`sN`Szq~b9rg>IVE-qezcsr!ZbNMCbp5y4GEcj# zzt*kyzJB$|>aQV2ZmjwG>=!juhGJUp9IFik>$&eBIuIJUi>(t-rptY0cN;yDx?Am~c7ePk17m z(}T$ug8UZ?FSb}R>5Tt@y7g<^OKfJY_0JCHOxj_0Iob8ghh=B%+-AEn`=7p%6wmmq z|82tj)t$e8t^T(Ubm7ZFy%U#DMkH}ot;;d9y>Hw9V|oeC_g8=GL+kdxz6&}CNBe4t z53g|4_xP(-_r4o;uU=o^nrIC!SFZd5-9GUZbkW7$(7L?^Pi8xPnZ5r(x4@>@a;tZ1 zukZTjp*VZr*YH)~!$V)+t!~m;C0P0O$#>p@wliPf?G3mt-GBe{Tl4VO|F*ACUG^#Z z;k}5pk{mh;doOrdP5pDFRuxozScukd|39@nu4BD_{MUDTL3dAFt-tzYeP})CroCv; zO)%fXUtbDe=To`28FY&h=<2hBrIp$eukXfp?z_By_1CJEu2)}yZkqv->(*cYBk;5O zYW;OkUsia%JNRVd|LaSkr(CU$jaz*^Zq?V&C#&z)U$qZ^^+)i8;rhSTD-T2N(EtsM zef{_K?Sn;z@6XqlzFPlo{nZ~j?_zBGR=-MNEZUzw{qO0>ee)}J&E`5L|MyeqFHob! z*KloV#i}o{)lJg-K{r6D#(xDJfLRT?$oSvt>+xUf_P@Rw4r;Xg+yBb?*M86?46D9J zEL~svKOA%p)vkZ5zQ#Sf%UoMu`ak~bJC0`o2@dw4%USEz2l&>0Id}SQ)q=K;&08;Q ztr7;^30Ui1_$Mk>v*Z-h%mUiu#;GSE)>U;dxw_n3o{R7>& z@jdR5xkK{~g=af(A7x^`%v-uU19vnfh*TD9Fi6`PY|%V(-hQ0B50p z>#zTflV9%{2krqMx%w2;XE+V^^xp7v(5=_6K=;eUBTt5*Gu%L3h2R9dNhIrNd%-zu;D;j`9Xecq&f z3w-t(_;#MJb>OqLr|snn|FAaBY`u6msQC^$Hwt=3%pbuU&bszXo3vhic9bu#%)VQ_ z-f8N)y`@#Fzt(YStHpt?sfxLKzscKwKTBD6_2H{^dsV?VE8PWO09FS&YU^b9r1b~Y zzJl)Bc?}x>ty=vXeDKw~mDfP6Ab(J^6Le?7S$s!dfg%BPI2P!huIua8Uta|}P0K&7 zXI0$(2mQUCUwtEUwsEe$6uu19RuTqvF0MXV{lUHVUe(^vN7>*T7k2$$|7#D&*B1uh zBd`?XR_!T`1y_dB=u4nb> z@OkS)E4x(|iott)bO{czC#?4!Q zP`te2*Z%NEDUi(83a9nr;r$J;xhUzkjPpcH;d4<}U$1vEl?7dFZu&j&F7Ne)R!4=y zn^*nk+dDmc*An-pzExX8R_MpQ3Tex}Xxe4Bm%puwSNpKa!*fRKLBp0WUVWMRB5SW{ zmDc*w3boZAoU3<#@Gmbfzt5kzEK)){u4jGe3$OK8f9>&&TlG=&^@?9!UrOVY_P@Sx zwJPe%)D?c~CBqNzmE8q8wCs>*-JXx4keg&$t@piq_wN1Fih^ki?;Q_sy0t%iSKmd` zx)pC+1MjVPBgr0qqhi8a;|ep-@%nvd!#h^I6^(1+TD(I;<^Svdhh-iKbX1xx*yY)C z{qK@p*YlURS5A1#-ibLObt!z|sVg38|NrN=U$ahJDm``eSNE*F*B8$Eq6sQ%U#+~f zssz-g{rX2Yu1Ue+arwj_1(Toce>InB)fVOOw$~RvC>&kbCEtEh#hPXR|NO5_*}He| z-tq3B_3g?3|A>Yv@m_uW`fBhJ5=UI^8%{`kD2SGQbEA8^!K$O>*1s2)EjjY+RCvPn zncc?0Z(5j?Sr&9X-TUEy`@_F&t9z@mSKa--$2ETSp{o`8pkx{P;?@7vU+Y%94=H;s z9%p?`Z=*}-hhu_=>=*9)8rZL|^M8ML=LOxT)=x`)tM+_-w|wEOExO^W7C)G`o-<_X z?iFhLc7gK~sLxxms()AiVo)jMAKw1@VrbopH&-(*73>JE-h1!U_wt8_^CvQLsfbm) z-x$63{XzeZojuph@}AVa5Xy}Gp}005blUgw)n6eu&6v7pW_=2MoPBZYyS=LMt51f% zKAyE+HOj<5{+~>FXq@y%2hXRSEp-m|arMPbvmy$D4ZrBeUeUdH_w_$6>pfwA`aXo$ z-utfQ-}g?Y{635M{#BsKm%CM~FM;aZzj1<~<1DW)(hdqKo3%dlMcQ6d_q@HfQCXm} zyULZxK>6L@rtgfNR;mBi&Hiz1p77xhk^MaNzkl`J5xw`lChXmdcP^O+)Ahu4qfQ<8 z9REH3$n~Y`W8*soz2eBRzt_mtIF>qEhx*vOT@D%=SoJ-wXZ73mrilzT0c@(L ztG(`O>@P0kvM>nm;+h(setSlG*gUlcH0PYsd-u-wy>}nIpTHS;FkH0j(Wm6Q^*drx zEBEPlcUrRlkhvjq>HAdm^8}}^R)4KrebMyQ`qJ7HKH8JcOo$M3F$ljUQmF9hfyEE& zN3NIesLR+nw&(GVZv)r=zJY9wJc+c)R zRd18+vpZ{V1|Q^o@1C;Wzj#G{fqV7u^`(`sKAepcSsz=q8Z?7gWw#!5qW#o$OO~$x zwV&fX7uW6&`ZHxtE6kd(+jk0w!<`dCr;I(a@Uus)vM3O&D(1Wno@ta z_xh6czxHf>F+=I<`qEcTa>w3Z{h@v^`^B1H@5}ET-e);Gi$C+T%AdHMP9^vM2wi{u zYc>17--W$|}t#Dg!3c4AuYkh2$7syw4t5;vG zUVZfXa>0nxefLk#jA)ILV?K0B@bR%-lf-i;I0zY46lm@}p61Ew6f#rhnW;~(*cWu=kFj^P+8k>d&7J`aOx|#D^uzLcdpP{;j>FyKT4sBw-z~^ob?! zimR6Woyhz`ohwSVvU@*QjB9A<=`Qsd=Fbd$+WR!LH=jA>TVlRG!2f#tuT?UB)i4Q>6}8@^2g7cGw9)JAEAR`-5 z5mGkg)VIQgmz<^_7550+bHp*NWvx3m+v1uhYfXHg-#jS#4Kc|S_dWh@+$zvfw4lo- zm#+Tcu50oeG`)Sd>h(p?4TYe!IiTyv{()Mupk*Jg@5K5PKb^Eb`k<=P6Xo~DJJk37 z@~j7SvsQf#U$XjPS;yw)69O}Nxx8nzGv&{cua;CQXifdKXzd#@PVG&rWMsr@T%S4% zOL6+D7>RWKa=&rA<+MW4hGk#bgAHdqiFxLs6R^a3)|_uu(?hrUi%4d;^Qq;8txNn7 ze7b3Ol1#^T9htpvOzza^Z|9mOa%iiU^l^jd7QeYSx!uTR=?C448op%p*LU1Sf7kwc zeF=0g`8$r1)u^*g)AnMyi{?Rl<^Lz^{XsV^Y;UUe{q?fG$uE0<+_Md7-S77A+8@5O zY2VYczOz-|=($WcDVmcJJmXZ|Yc@%*ZH#~Z{Wg>4Jhbz}PDwdimyHXrwY2J_cNV$V z$}X&OcYe^nR=JBYU{_AGkeuaIvx5>dlWpH0y1gk#py*^8f0n9-JQY^}CYE zC-Cxz{o$ZB692MM)QyYzo69`A{7(GrN9_m=Z2Xm*MFw!^DN zT~e=DD*lhToBt4z}uWQ(bM@b z&%TaA<^vKxZe{P9d&WiN#hp%Fhnlt(vOiWYbJkooNAFhRlntKkKTZhb!o*hdPHCFcMhvf!)H+t!G>J5Fh z-mz>ZqtEVxGNLghdzodrCy6Sw^v!Il6xN#S5z=0sP z<68B?SMbw?idNRsmCb+Kc^fa(NzYR%QJc0jGHzy#0V4wk8-vxSj9qi$*8QtL7PXw; zj=8@1+w#EqC2I?Ir6eYCvCR1NV3y4%k&Y1Fj(1vIlcF|W+aon?V{GWlgnm=I*LUOe z)`z}Yc^P!=NGRye^d{{a??LA-*R8+)DSU_0-uJ5RncByz_Q&6?Uh(!ySvRQRcro0_AN=6+pR!JZ3T6tL2I%))`wQDnz#CH{Cb!0 zRg1UBJ(z#`+48&Yd3&!f)Y>2Z>Qm^`)nDuOPg@`QpT*4W_j$F;KDMCa^&Lyxet0yj ziwMy?KHtURuSI~wnj5CyUrrD>v*O4jc80&Qw_o@Mgm_$bX%fwfi#{2n=XR&~V2G-t zXD)}@q|2joy8JP63h4 z^A^O#c<^?v_`adP?_WhtMC=`jN$vSs{JE=nQ%}u4u;}{Vo!bxcE!qD^w5V3%Rq_d^ zd!IsoC@;Kl@*ZgP2z;h@>GLS?a)8%Y<6hqpESdW=ci(EzojFy|yLBw`wS{Mez5_FSGB)fv(qCFxmWg7U=S0@J+_x@t?2%LF>O({f%E`y(1;%%;GYZ zHNt#BllFv2$rjf3N-unowWR zZdZHt)%w!^!FS_#8n61!V*Kp?Drr{U3Jc9u7FG!m-29q1k(Ncj04$ z#SeXQJ~_ynXPu5=t9y7{k!w<-u$9yM9KnMfr$3wW_Wj>_I!I|t|GA5M+6DgZyAjC6 zzag@@&v8vpvQOu;OM1QQlay{g57@n<(WNQVu}7#jB4ulG%KCesLLX^;2HmoJ7Buj> z`f~VOq4lBQp{Mw-FSR~gb*~NoSo-qy-KtlhtBb(>tnYW@E0m7Mdhh#q=j1Gwl^2%; zSNEL~*nKc`+Cx6BJGQPzOZu;^a(b2G_5N??v;Ft4?^5%b=)J=BxUMz#_LGiYt~Ksb zJ8RtHW~Q~zUAUNM@}DD<&ixBG8*w9~NIf)WzS)cOT-U4=s$343=keU=2Td5gf}FV%rot+T_cdKC(&%7W3_DJ$~Wy>Cu#)qFXr3$*1q-9)x$e@So#I`6;!RvF|Krd zkUvc#BXx7=g}ysQPHx8T$#=fY{-bwWk@pd!6DRK+27ZJ4lIw3sOAE}}W7HJ5we6{4 zk?->8gXvwHW%*XM-8yOd!iW9T#L1tzXS07fGq?WUpCkq*k%^N&9gWv72ancX1<&Z6 zjVTWYT`jgh{)$lW+E?pCtEPLUNPQ1~^yku{Yx}sC{Fj~dKKs|zABq!a`u+?}^qpbR z+SFU5eQ`qbiGc=z9>oeNU#9pArd&(=+={<_!4_3x>h zCD8Rfq)Zf4fO>=0Uhewp$mc#qz&<}rw70G6-VQDQ=g&8?&gV9{__HUC%e+U$>07*n z>AkAgT!G3{ijy~o<>y>6Eb>T>Q*Gwkb@cG}KYv*LnwKrOvu)|u+&iL)YfozIZ{3vY z>3KlrxIK!|LEF#K7L}`bCz#r9A{$wyt!ZcZvEAFoU80o9lz_{I3sWL zHLh;|tFPhH)?Z(>xAfKOgR$}Je|^3BLuJeKt8uTsntczg+kZc_YJEP7>5S&u*LMUj zD&$wKFa7H%U;2(?<(!_D`p|d#cY%756Fl`)_p^%c{upH#q5S+~)vvEtU#&5Hnf15I zL*<>X`Gfv>t;b)Leyv-7ZQc6PzgHhxeUEh#tpW|aTz$1SuzcZ7l~b#)f&%8(_lQ*- zKR>o#4_ldTocHSY^@E|)K{u_3t^-}jb^HG6uYa$;+L|pLkZy3~#BB}u+?#8!vCcLB zudOe|1-W=XO>cKFI?AH2zkTxA5Ro|>b07Zy((frEKB-{Q{_f{n*S}i7Cf0pI&ms3` z8+BhgO)SKF5>-0Ty(XmHp#WbS8)%^K>uOhE#^ zRU2-4m9|-~=$hky%31Z}k;l^~9lO3djO+cT3e!#IOM1@V-`XT+q+wG$O#^g|i|XZ; zw=b3L>_OvPmqA_G*B7T&ffjIsDyJ$h&^Yti;=iG2lsl)#mjqCg%#LPjJ6w{`du_=;o9n z-dQE~6YeL>>Rt1F(n?LEAK|OMUf-cOUH|XZU*9%_&fD?5%4@rjRQW|kKM!Lc!&@sA zXEw~R(O4NRG1F^}8h2vp3(cB?Mb|W9r)Or0n|rKi+0F3l2jk-NMkV~$SvG&U*}3MV zRqy}R@(;V-opCP9_}Y|Rz4q_g81-4xz9t*KVLxQM$u?qo>6K?@^$~haUmlo6TlV}~ z`a|pg`gQA7<1)NAnS2V9Xp&p?y>{V$p?8h*{(>eotp3Qpl-7q+ucjoK6RSVZ1d;I;+Z-3QqQ{&hFy1)8^^WOh9 z+b@N_XS_^K(fap3iDajQVnRP|SXeUJb8GW%+H z|LT)*Eui%Y|Mp&A1|9)?wYIbhG@NubeA4>T{~>?lSATF)-2tOF{G2Ag`I-wLR$mJJwHGx01X|Xz>pN&P{wZjw&Fg=A9FTdNA3S4jUIr~exLEpb)9Z_- zpauQA{)vF9dr+UEG7CJb_WEwz>gk{`ef=A9olM-k^{S<+$yciuw7s8O3%Uen#aq)V zv%R6O*MnBi|N62O-2eI>K5ykU&=uyM@h3xGg35(mU&B}JU$sB()!(|;cjKyFum1Ws z6ciVKw$_0b^uNAzP!=?RekHcbZZBw^OI#J`HXGHrSKmQ1QlO!TgR*a{P^Jg3f@UD6 zEnBksYLyyjOeXZz`cm0lUu;2BwX^nKU$Pq1*1cNMwLfmsdhlf9E6~ycP!$5bn)21B z>x;Fo1}_g@l3UMp^>Nn6(z?B%br_XepRTW4@jiSWXrA*dOYPmKpg~-&@LfGYufBqu z(`2>oFKC#gYCULV@IR;x`wKL)c=gwwt(97zLVtY$P3A&Yng0b{cDn0($ZOC*!}9f^ z74PG}zT-4q^lp9VORcYoD9I1Nsw`vv0yss}# zEq(ou?r&C#jh{EaZ&$4JGCx`zFPhD1^fye(8TGh^&H`g zK#Kyuf+D|F3!G0t=T-SlcJC_f_I`c8K0d7N*O&6BeH+6g7F8W@-8EBTa+CMn zi}#zPckh>2Z(ctC$LxFG`=7pAsJHj4mTRe!+o!9g*B4bCWxX4>bNl`#yY~~1Kj?b* zuFqbwyuAAE-|*8{-Ah5IVOp;b*9C1kbt}$}H`l%ruNod(mA6;)>igCA!&@q~cDPTj z{-L_}`|iJi_nWF#ty;ay`h#<5l=asa_x1|keJ>2!$X79MeQaFZ-WtKLalhAQH`%QY zDt*xh+VJ^m{pus7_3NEu1g`CyzCPUSdr$rOrtaOl?>-LK4Gk%;tNXS0d(?`)jkWQw z`tFC%UmYF?+C8nmd;hEdaTR^*^~2kCeNjA`UA_B^eEY-cci-0;_Mhede}ZHE@nQ*o zor@0y+fQ)q%>Tc7;@&I{tNmBsgEpkDvi=;JRk!}Dd-AU@0&R2mSFZm5=GOc$2LGgr zPrpuWRgY)cUVDGdJkp$2wtr+jAiQ0+8SkD>&M|eIcoZP*HY83tDjz5y*@my>(%$G|JF+=>v~^b z^7_L0sC8Svu9&y~hsNFS7KiI`}NJ{ z|G!vvNNjqLwCBy!oBJCW{xtG2$)&NFn^tbVo>!rexa;q>UrYkpPmgc@7@4COnwz@c z`EKxfz18AZl|)aLpTEBF-RGL}I=hlxSK{?UKLkGeF@fR11cv8nd=B>l@6C9Xu5$2n z%(fiaO?sItOb;H}Z=XN=Sj<9UN8Yub|7KqQaXH_7<>h~3*ZZEHIrU7!`Txd^Nm)B< z(~={fypKBi)xB*z6f6ZH%{R7rLXVTJKNm4mhi`h`PX`>Z?F9r zf{o&;{#;99I3&=ZaHT3xS@h%c(^B&LXEHjmRWK|!%YSk5NA-Uzt(gvU6L0C4Y&{LOJYMk4v9yfcvlWhE}|18GE3D2VcOpU)A zt{+k^OK=ZsSBk4H8f57GXA_L;D|shoqS{Q6@4H_`3&LC^R(DjZH2#k7BIzW;2W zA49|QBeU4AXxw;xEhg&Lzx?-KEBe-dt^9p8dG}I9_E#Ui>xahNy;B}|8?@{8Yw3%9 zE8c>)B!6|UTk-a5_v`x+`!>3KaGkIBb8du>rq}sz_hQbn?dxlrfB6|h{tni7Z?F25 z)xYB(^9eDPy|DiM_41!<_x;-oju(IZ|B36qf9tL-@nNmI_Wbp&&Elxq;~p|Gt)abL z;Gx8ux&;1z0{!ow9$YiisX1WI%EOiR_7B`xXZO6l!K-${KKsaB&AlJ*IXKs9E?1izZ%uXsjvUHSDz)^EcJe5c=+ViXRqyB{Nf+z&cV%UGGGO-<3z7QlCEIigMh0al84KyR*%!_xJr` z`Cj|(r|jFNxv^KStiAWMK|%iS1D#E~>)m&syvzB$a82U=>kr!A?=5}5-v7#e&@~4f zYlFW0t=hH!`a-+Cq9?D`#`&#>+!VCr)qlvT5wh#ntB1{BeYR0Sv-(wBip{E-yYFx7 z*Zah@`t#nqckdrBtSH}l;QfNg>UZ%>h5Wvc+4}h6qum5_#NsBd2|swfbK0?Zjkd-lW%MmIxBx{)2x_a@z>kx*X{3oeH~oJ zfOgG?|JoQE|LWi?h?I(8lF!M6Z zVq~d|IQVgb-XN@N38jSo`(75 zHw(T$xct;Xv-?l7Ro>E7hExChWi)*)72I>{hblp)laWI{`Dn3ycKkI!(R20_2%L4rLX?mzHVjRp8tWjU;PhX7j@O8^yeW3N0#u~ z&n!$5g>O?+Zv3%3_DtLSzE+y?>WvIrN+%|yyj~ENzU-;g?cLvU?4RD>?xmiPTy%81 zuhW*hUrw?9yO#b;l$DR6*L1Jn@oRf;)f`dDDnERn%lzHyY4fw|^$*Hs%dQ7)8vk5s z<$3k=>))@ho~}N5dezad?}MVIuReeE`Rl7!b>>!sk2;>b-uwFc)kjO;t-h}tTgUN` z&+OIytN)fI?+0D(wb*K30^eK%*8Thb9L8*@XKdsv{#3g4i9TMAXwzeVf zg?Nj;f2#cLzUhX70(O(dZMEmwn_9otPO+ODnZ|GR<T_w;gKb-O@4g=1{pzFCy7lUDEmdFq<9>bp`Wkeo-+KFy@>icrU(DMJIvH7X zuO8F3Q?AB;H>fvV-%%VSv;2y@HiOyb-D)xs(h|>}A5JLTazkY8uTAPsT#;7Qxn~(z z<|Z&C`9Idr7c9_v8us;>PxUEru9>vfi!*3?s*_@cbQqODp<&0MIfl$$Ve@n0Yp7fEQIqb59$JRXt>uxqq z-rUc!D=v(#co2a7q!zcb4n(f6wIce|t%lH0Mcl7>Q`Ri-euP<}s;?}FjO>fdJd(-pk z`_*T!zF%Md>c4uZe%$=^o>#V?-nh2(rPUX3i8gutzxDcYzfbO;^?H7jZq#?s$q(@l zec!wJ`fqGaGum|Ec6iUIt%-6`_Hm1Z~dJs8}h$ay}ndhzcTaJ-qPyV|JOf%t!cIY`l4T7>cc0m_XHh~ zdLAwpaVay?^Ku+Rkv<^ZGCJU=#EIxp}SB ziH-bKFG7yKxq47mYSI3y@0+aGUzClhdJV1w=2pMH80%?&Rkr)-KY> zUB+S~#B^=T_Zd8|SJ<+Z{)yVD)T*$zYe!>ff$6`!>jjlgtO$Sk?O8};gN%4+=z;Sq zU&*o*mD=_Qsoc)dS+#!JMUFGZ5nuLSIk)BrlT^+9BZsVa*S;`y+xK93rt~?-YLox_ z@;cU3Zr}at`}KW`_w52*Fck~BD&x=Hs<<_^al008Dy{He{nx{5dU$P|`l=B1^|e)g zd%ynun*9oNl92CpZcuR$bMx2!)2CPM+FKAf`O1&l+co>1Fr{#MELc{gDW$Nn>fo;A zl{T-g#Ju=^Q0D2)Ir&;$jn|d_sjAY8{L#L*_IoQJB{NF%u ziMd_1q{iBme)F&`F3~SSq`HG&cxSBqe|!2Ng`)xrl8yz-;%YXmW0a}cu&Kq};pP&) zU97T~+xL76Hp#sTI;iFK`r7*1`r0hN{rlF(#y?wWTpR!DI_O}qdQiIE8yorc{rZ3F z#N+nu{p!_TT4|*HNATU3@>l=E`#~q({|6-oPWq1>l31?tSO=E$&Y$1(K-PJ~ zOxHVwr>?Fpd@@@}_u$SOS5D-8eSapGsa#|+)1BE{R=n~(6RM|rr6Q+J^UrpEd5Ohq zR3F-J3_i$n*W_PzMej2+BkjWcY4MM)&t*^Df3|bW%S@ST)AZH|Y?=8vOLI*w{~Cjo zpyM^-r)xu*%M6U!tUg|n-|r7PlqnumdaeJ*vFZPEP>$bQ`m$>K^=Z5IU*EU2wi=Xx zma>9QE&4b!(&{Vd)|}G%)kjM~Rpm?2<(BK8yuN;Nx3BQ(v)A`=>My@{Fg5z@gX*ah zt2ICeN7Y;w$gi!hjeqsEQ6fdg@q_OKg&p&APM_x9t5>R{eX`7ZJF8#rN5uy>gx9Qp zUH0aT{POME27BXWmC|ot_LB{e`o|Xb*Z$vr|5?nNre)5U_{X>1@Y$=deRF?h`fzHg zD(?<=&Odi#i>>I-$yGO9&P#p!m$GAP%+U`0D&K(OhI6(Be~SfXw>q5PQ9R}3e!+(9hzVFke8{n{ujNUp*UoLhBy{n(R{u$_Ks=Z&UUjKSrrfjw) zRdGV8@rnxvoHLr2_EzOT?Kt7LA?d^J4Sd%tl=9P8Uk?Z0rf{?8N2M0 z3?hU+M`&HSvPo)AGnd^K2A&NTS9oHsl!Xg2<)6Is^4iw49S5%e+aCS<#Lj60c%&C%USRkKQ#6^Mts|2$gopm+b>?GC*&dE=WyO{PA#d{y~#(yH5q z-PO5gg+qn`q$A33uPG1nr z_c-|WSJ$V<>zm?4CD)5RJ6r#M^=Z(3N%61mv()8OJxaau=HsrqeD&IDP($^2bL)sUScvibHB+pw(#-U;d*WL zh1}PTIcM*j_Y%6d$BN%4Z-(y8UAK=edzO`tsMRS5tLa&DP)f zx$RPf3cDT;<0Jmf!W%9tvVQNcJMgZ(^iX$*Ug+u*3k`c^SY|F%%6nnE%;?Oo4bu}2 zF*{5as5Z%7EqdPPgulq-J4Y0DZM1yyY44j&7IM~=vFs~mJh~E-l5P0CPr55>#;j#U zzH>ra1p~c8S z*;DoJ*N3yr-U~XC{T2A!wRq6^a>w%ietqAheeYAL?7qcYK>-S?ePkD9T)hsu2Dt0> z{kXNY;9FgSt{nuA;FTA$?Yt8-{7k=2WJlN#cvx0f+Gl!WO z2bdcS4s9@QIgliHoNt15a7FHiAkiv@>h6Yy>Hc?aHZUo@+0Xj5D>@B7RPI$}#^Fj^V(cTen!{KjIx>d4#=y~l5D4_N;PY>bq#Fn-3n% ztF+oPH|E#=tN->-2ifBWo}G`Jn-3qFv5O^Z&6~sfZrV2qGJ4+?V0h%XlJCd2 zw5Oe)KCM2oER2~!OUA-FZRg?U=#A#ujPJR)BK%_bz8ZT?58TeY%CUR-q}PuYpNm*1 zQ~h-|>x$JTcX(GttvFuev0`sM@0HMO*(ilCeZt0{j=n!M(dN~$DMfm#1eR)U>g)CYz-Pj7Z2tRi{nu*HIK#RhO7Gr(in0#op_~!_`5BJt&Ok+U@=N0+g(N?U`GpzWTaZ{yI=C*gh@j^Tc2O zUxQ9<1Dy>D8m+BbxBhFD{y}RVM;!tFu4@cyKeL~^_{cw?{LS+NTT2+bVoVz_Oym6owVdt<{*j)KavkojxhPk(iGO6rL@;&*m$c~~N4 zn#vn(V)%SNXQ^S^4~cd0`AQz5KGBkObKl)6I>dCYQ}?X@^_+akl4PIabLe&ptBG`8KwI5|CKMTzF+@u zF2%wAwd(cttN*g^_*CHu69WhJ(|m~^j@U51DO3OV zCa|&7(f9}_9 z-5b6&HmU4{Y)S#QV_Jy+tF>KgL#MTz3OQOPw>j`?)-*Sb-6n@#JF)nEIKjX9b+(0J z!^9wuE$k0hJpJJKT{>5=dy&&aZ`%h9r7Z7e6u$J^D8TwpdU2omx-U0=TD>-NJ07ln zCwx-d-KzC`70ayE{WJJ>Fz??Vs0V7*)J8w(Yo0st;eqeq3ukuUeZBf`J?JXOt505E zy>1Umb5)?CW_@h+>+7clCOZCG|FLMIrd*KzFUZw1fwx~h{917?Tgc`2gYK$)^XTj0 z>-K)FU;XEr_s{idt*=2x3vN7d_TSzbLAPy}b~C?k%8QQpGS})w-ikxspShhjw{`vD z+}_$`%k3xE7}}Vyq2l1B#e0Mv&#kzntsQ4R?ebC&*}zlbt;uu3^72$q{>pcHIlbHd z{SAqz@9Xw`ebC^1de5K3i)(k8U!Q)jU>}R&wmFgBGjfhR=wg+;&AxBOI=>SQr88GF z3Z*=Gv6=7dPw9pHaakGV>#wR^5t|VwxIDs(Zr$+vpyg2IDAmHCw>a zow8UEcvdU(Urp&Vp}eA77Z+aGcM1{*)P)Ry^5nxaNvg{crv& z6CXN=ZxZvll$yj8amV%r$DRL6nztI=tp1Q2xjyB;3H!r8v#ppnJQrm*Wo$om`Gj)E zX7^Px5Bg>mUrZKDX<5aRvHR7EU5Ats4y2f|KR#?OzqgC=lylU1vHNn3d`0d5L0M<@ z-&oM;&tL1;*{`mx{aR^t`qlsNABwL`F8^OA4?g^HXHnK#>#y%u|53L6vU6$Y#9yEO zXfJ26^{@>S*-)lmQrxXSGcx;q;l^%@U78DTOuZsrvhdBZ^!xqazw$fltgPH@wa`n! z-(t>`#q%@gl!x7}f4AB9Y^k5zI@{9Ns$HNN8`-mt-ko+^?c;te-mpCU*WT~7#-O7m zRSI`yI5#(z{w;mqq%S+6OXMEcg8J}|y=U*)hr2f%?1{_J`WThQE9==Iyh8Kmr!>!p z$Irgmc0l%Z+s&`ay&F3n_3EO%5+<$Eyk5|vH^DG|_FEp-;z9$7otu*u8!yRzvFEM) zZ(%c!dn-CYC%NjDeyv|^w_ZQ~Z`7~t=ifgLS^Kqqb#3Yg_lHX+90v6%*2m1N`DiL{ z-1xQZSi;Zwalbx;bI^a=w6N{(n{4K%ALRR93c86buK&qorL%W0eeaqt4ZU2X$=fIU z{c1Z_dVOEcvRl`6Ze9&W5d%R=tUh+%VIjcauo>+&cZsejQb7E;{EV zy>5~!|9()FXGg<437&n%elJeHnX`(|jcd;-gPgJ>S8YV@p1vi)an;Ui^}mM<*CzZ> zyycwS{pvnv;R|1rt)SBCq`S}Yz3~tFtQcnf`_Fn;InJbo@4D9R=~H~`SpxJ7lO#?g zU5eV}zTP?C<4jhgH@|qMWR}or!KA+`t=+!@-&8f7i#C&*DcE9P5OMgA;AP*L_YN!t zol08&;i-nzFV6a&MHPzMm)c)_zbpLL#8UI=`r$v6X7uXUR=>VD7c%(uZ`Y!!;MDNd zZR_=Aul^SpznU8NKW^PVxjp+qM@iSO2VGvjzP9@Huh+jpg#l<75!7MZHGlPWu9xa1 zyd0HLJdc7N+`s>Fk9Lt=jik@j0I%g|es$SD&JLgcvZlt`M_`NJIr|>|B@TE0bi~oX64Ezx2QCI4^p>;lFf$U**XQjizr_ZQLyyl(;)Odv-rp^J(VOO19H% z9!VYYFLbn+aam${uE6$x^1H7bG2Ws0@${U9d+y6$kK4ylwZ2B+-v5)=e}CAs$S3nq z((I^Tvi|G89p2*my5&=>=H6)!)+MKf1~AV`UZMA-UN$r>&t3nLt-%A#nq%_G{?$i5N7*H6-4CDNSNkKfQZ8cTW6j@vHwp3HJKc_p^NbzgF)0 z0v_)EwsW#W zJYVQd1`S>9|MmS~*rhW^j#PR7dj9?G?ljOfX)GH*Eq}6Z@*m+FjhM*t zS>Hk76xX`zOL^Gz^{>}^Ui}9O1F+Tq<9>a=`g(nB68L`G|Leh*iGWURudP=PpS&J4 zfcEu$lc%BB!P2VN|0idG|{{A4vNwL>*GPQ-GR5@hnRy#Hts@h z{so0OXd?G(W!0Ct_3EGjp7-nHOrn`{Dc6+k=i8zk2;Y zC})5C`eNQz@Hz9HpqbT$pN?g!p}ef7G=z4gL(zv{>R)OYs3`ft5`+`6@~aiIQP z-g@wP(=WltjsFjyzxqBXJAvZvZ)G^_wDG<5lGn9fmGr&}`PFw}eR$Wa>sKHB0%b4# z@LzlUa!_7`1UJYeQ1XcX8~^Hi{OZ4Pb?al}e(n6= z{x~ph*VnJF)`R>73iw~IK7D<0ZoPiozV)(KA8n0|GhPi^eX?Hk`o8^>LC)Kwe|_KH z*f{;wwNbnFrmb5mc=aLQdi!wjQRVmI)_<-1p)yZ?_3D$?_wBP=|FxoTukh(R7u4hW zU;Q^%s|`BhJAHj^z4+B{PzF)T3Yq$ z&eWIXplPHz`@+P_Yv$~|WzG_F!$};{^@zW+H%@!KOX(|6Mg*nb3(G+b=s3`1$Kvg$ zLyv-!*<^5>$JfTit^a<^cJ}JO^^#YgzWNNR#^Z!u%~J;@{J{zoWJ^Soc-#*aiHrq ze{Go?D}D7u`Rc!*BEI5W^u+0tN-O%7?b{j~2U$24z`!8!lX0GyvdU9Y@uUhry`YXF7#zTa_2 z`VQrHPkRf#vgMMUyqx#S1|n5r>mf&NTk+#$L&yg_x|cbE65_f_3c&Gr4_Tjhqq|` zt$d{Q>FUE(UzAzy-h21=pe^Wp@Eyv#cYh6ioPEJD{MC2R5hw0RT7Ls?{Q9C9Qj?)w zw!i+m?5f4vS)=dXeP17oIO4oCwg5U*oDr!cyCYA*1uOCw7$L=s(XDY=#;BP zS>MA!C#ZXUF^*f+chPZuli$0)<&(gtM|_oCoDDkP=IZP9&sJG;gfD30Sik#j#T&Ws zMOt&M_6S~CDJENBJ&W=7`h=y2U&O`#KiGeFM~(1nslbTW=jVEIJ3p9p)#>q8UiW={ zs}JT@X{~3OD!W)=au-iP?T#8v!OuV1`73X1?I_5N{r^4d?3&cTdwWge1lGHSBOhSi zWawd8Jgw0ckfvHPJ4d% zCa24-*8AR<_pV;|_EGlrkn;7u;cc%kU0<@wy0i*(4#w5^l`l?x4}bM)y>DEL*5CLh z>2;s4%D(y|{N$8u>hYTk`gX=yAGF{7YW?xxBB!@2dMDdA&30X^A9}mE>+eC)to4H7 zuRfM$?AjyF_OX#0wBj@L#jeHM<3Z~oWncB(1)aCOS1_)0^}~jL0&Oz8PKvKwE-q8l zcW+JY_v?Q|qVC>(&k|Y@wLaASbkN-@j;xQO{^BgN?{A22aQgD=9bAI04zP-G>?{UVeKf=W)4^H)~ZQt=0bRfF-udm^|zI+8O z==9qw9zJQkbX@QH(wADGg`#oRp_N)6m$bI@i#8t1y0xddxjd-kQP2)?*68i0tKZkf zajd(3M>O````WwTHQe6c%eh+M9Qqr6Li&Qnbs|J3%Dz5?xK{PmqBl7-j&)t`;u`d|Hx69BEqb_;!|1v*XYYi0ID(-*7uga{wl zc9r{$$5ctX%Dn$4`Te-6w;Sq-O`Evdy6>ivI*WDL-h-j*$QrS4jNJoJas zwf(!k2i{)&wPMx(Chxufx67|uJ)QaD)OzE;E3_s#<;Xp8dQ_WMrhhv{GBmJi#pG#U zrT(4URuRmer@67MF7*CC)q{G52g6M**1dcG4z!y0>a&%Xs{XwyZ~}SaYvt>!A)Btg z+W-1e_|o;Uaay2V|Dcl^cYR5XFYw@c^yroT*`}W+yIV?b2R$i>W;~d4;9y4`*Slw@ zT5jlEkxy8rXMgN{!qP)-v;Xh?A8p=bb^mUh)&5=oSD%eLSpEOY{`mPw4#Wnmds03TJKfHT=w8_*}+nOCVTYWB0ncn?PqT>K_1AFTJ_vzI}j0qAE z>eIWPeHG^py=|kpV#lt@tF6|02AAilcRkvE9(LMH*p}Ojl`Mh%+>0hlu8%M4$O6dCzIz{U0!&!UO z<0kD5@KpV`>wDbmi&yI)hfK)sng`KI$mXwV zzHxs}UXo1Rp|=wSidpK;sekIx)^vJ!F6-~z&*6)*FJFDNf6{vHkg{oeMdMa|x%y}7 zJIFccN_(&V`nT$H_^vNg-|fBnN?T!>j^mo(Bj?wMz4*wzNUe?YgGY+h;VUL-wmDO8 zTCSW@yK9cmxz~FHPKD1XcCP69vh}6br>jrad$WY^eXR98d=}_5>d)cJ*LwzmY75W- znJ=~ft=Fwm1E+x>ItM2HIHILG&As=Y&bs1RcH(NQ7X)w6OiSpR*-$b~)aU&j{;~qg z@8J*HE33cX`FefH>aQo zRzGQ-aB*U5^A6KbRXsbWFFe$=uHc8Cm8?OGrtN_pMd!{LOw5}ZQt5X6hW}2sGn1AE z$7)Z>KKxI7$v;lVw0AMmOFqdi;W}Sn`_}nfMvdOuY?cM<`gfE_rhlxyY8^KJk0|0K z3ebXhm(W*xuY-e+C-m8RZ_w%IpnC+gFM%rScPqoZc8Rk@UwXG*H2n4T@QE9nR!TGY zzAEbVmy3wquF>1pG*2l}`_)oir{r?;L&}%xc60BsJW~<7Wu@hV2_hG{_>MUARlbXS zr#<;4imw#GQaDemN=DnY9D$clZm{Di7^_K+Sd3nLR3nzWNUSIxa&aZhKTa2Io z%=#Yp${OUdy`ZB4{!9+OuB$a;+TQzaOICla;JZ_@X9GSFlY8cA^j}54RWD`9q*(#e^|xI0ov!@9 zNpCjT0q;2W-2A=%$*k|YzFvK`UNz1Ow2z|-bZF*&&?Nt#Nb~lr#+Mw-4>~fm1H(Ax zgx-}o_4VL(Zo}v~HHB8KpERPxCTI$5xF`F6s`nMv?>0B4eTseV&ay4Q|M0DJE59pQ zZ{O(qvK06l1eq@U`r^j+3Bh@KpWF`aI`=f>R_D$?`bt606P~u3mo|HSk2DR2rHpIW>Zo9DDjOT4C2FEBR?PGxmed2>qdako=g|G(ZJw2gZ8ooSaR z2&xDkZ+u|Q%v`r;YxwIs+wX!-vimhf9F*W!eGSDp@_c=19mlWTU*F|UzFS{fx8AYJ zzg=O8W<_O0G0!ypa?@3@X@%e1xReh~IyG_fk8V5N8;f%aT`Yq?-u>js*{aIeGqrxw zy_~ME7Q1?W{hwr45MEx$uX|QG`BnBNUSW$M4|`>kYX01P7dQO)aX78aRY8%<_rB!f z+f7p9ZWcSX-R5c*K74rE*^20Qplv#!lNI-eui6{FYtPjGtlQ>C*}noEb?)^w^cQG5 z7vz9Lmbv%;#=ZI)*Oaw4_WY;t&mg&7`^8UR-0e|YfAtq=C(_kd>l2Ht6&LhgP?D@z z5W1`Ab=`#1%Eeb_>0Sx-WLYD~w9isMue|@;Z$+jx23$sQ+TZgxxvmJRk*gGXcyi{t zoK#Qs2+AJ@vJI{jNP5+(YV1UuxeGsw{lAzVz=wv5;wYtM-QeG@Iu2 z9efGPRWJEC&~XqywLXKw{0XRd{2IP&y_0F(-s``wuiER+71-1xcq&EfdLm1%{k&f) z#_5uc3<0Sv{m-Apyvdwh`tsG+kd<1j*Y~Q-^8BzenAcE+WufPT-yxmtE9R_{-LR=E zzFnGmQ_O~aa|{Y*1by0n_IS0P$eyM-ANWq+I3iH`arZTW#&w#v0=xyToI1#R+j|?= zUeoH;N3Va4|5~-aI5-}(b?MdLxL2PX#SVJ2gU`qOGxZ(E`s$N`w?Llwy&klO?fTO7 zuHoRrl0*N;f%cmHt!^uGuJ615Z*OQFX!p;$-rD-BANDHcH99(axF3lAciUXr!7`=l zppNgP8LZVfOl`tH1t(j(qzXzG`jgyY<%> zXH508iA91MS$b;s0+y%>u68{5V8Oxwuj@Vg zv@2C5F1%p-cEZtp^5s^^on7u+$+Dg4tISO$d6nE&Zzwy}Ufi@U>uAd1Ddi{jrXF|X zHJiwzdVUIp|_XyY-+Wz`&=2hd=1v4XTT; z@A?}4xBj4L&~NYoO5oE|`|kS9tzPeXed+qrO6`lLpu^$Um!FIS?OS^V+S3YZGpxV* zVuCMUtDff5mc4au(Kp|nzPrvZ)9u5dRr~zJx!gWPcJCM8th?vA)#TKjJ8k+oe>m&u z&asG={j_{P%M9~J_wR^&nRNH=Hf#HL-ZKAI{f%G!wQetH-#zF=)$8BGUwsXKeHG;J zcl%#ed3^_+j{rJH^y<&`m8C@DrEJA7J++C;8SM*y)|E%5pl=snBsHcU?evLnRefj#**PyNFzxG~z#qsA#)!ybF)BHy(Zsq)Y zU^soUrj6eB2h&B%VjN#Rcsy~B_$mVt9=4r47enW4=7{sj=4BFC;wRyes`%lURz$fQ zAD74+hJ^2or#V+B&Mf(u(O~1tbjLw1^X|6wHAhPhHqDrquyLh_;Qq=6fvEK>XMX$} z+kRZ?&}PjhP;@{`v?rjGOjqp-D9@P3O{#DnEA? z{9Gq;_gImZ?*>P)?Elqw+4^T3djF6+;+a#sg>-}X?gM7N`}tPrUD$Q_;XL~Z-4Wq4 z-mm)gH5{~`wkitLo(XV2`v2A6>h-ZzS>NNYRyXT4aOpVPDYWcaG@ zEK`cj|A9JRrFDBttD7|UTsR79HN1Uw%2W);kc75t^LM7rae_jIpxc>XN>fd@*(Bbo|{>DXt4klTB61+ z`B$q~U#-l1ed|c6g5I0odta?Q=qNhpIF}Tt@3;DEh1*`+>Q&ZUp}+R{R;>a#x@zAB zXXn0SrE7%WhAkIJUMF`z<8-rngVQXDdsie^X#YL^<6nI2-*T09iyuQ#I zxB8CYlh*k4F@m}A>vqOgt@_FmS6kgAZ{kH3e%t5kjc z3v@)q*QzFOt@Lx(V&8W^j!@Q)^<-ug-IbhEb$!*|>pOP8ym0sXd~1-+)vLe$k9)Fh za*XEev!~|U;S0W4Sz69ZueQ<$IU^bRVc?pc+Qe#Yv=X9 z@!%85;@5{lcfVi#^<7nMt%cHu&y3$$!i2YiU0(C;%+&v&3iS!7swwu|%=y8!XjAMj zukUdy=6txdG!(L*y2@+6;4YJ&&ztOdFWbDnTE6=p$IAP^!RHeHQ`>t`WkdFVmh#%i zT2mE5|K0x=dbdhxuPw;__2ARrukZQ}y0^wV9CYaEcTgz|s;lBweT@h0KaK;-uD%Pp zkZASYxYu{)+ym`${|Y+h{b@Vsv~0Wes#V}IjbH!Q`-X#eKv%u`8xPvxen;Sb_R`gN zD}z>lt=scD?)C5WrFGH!R)KcULr%I5jbD8?Zo&K&?Tnh&-&}|`KJ*XN>4R=^pIW*4 zBB=5CYtPjeUf??juU4=3jC=Jp{%RGt0{MF#beBZ^bx_p-Ixlf4C}q9=x2E*Z)#~*> zRL;)+3hLT|jv>GLZg1#|sJ*h`)Aojf#)`n(@asS~WPmP!`g9$1yzu|^pkuWEUI(2V z_X>0d0BD2qul2va$6o~|Uk)VS^yZ&^hDgBp>m)?Wo3R1DrJ z9}e0}9KXKw&(!~*z}y8o83Hu;wZ8P#`d^^^;Z=~sa#k&M{Pkt(i&^`_r>$3wi~1hE z3v?Ap=_|0?UakK6XKLO4*T2^P`UlyJzY283?APm`!a?H$pi{FKWqk#mc=SgTbj*#{ z{y0!Azdvr$ddP`KpkV{hft*#V|Lp}`?f^R2Z_@hEcYCk@#n{yT40MPRsPYA!I90b^ z7j)P)=-{!qUH`yd1*a9yxYw6Le}QW5^}qf_?GGsjNjZhq?Uj$4w*Km?^|o5E%?NBg@egTVp}guns4djK>Ti|T_c+KMHdmjn{#r3> z&(ylTs-S~7e}T>(Sbep6eQ7nw6Q!(aWa^7^v14iqAw zamN3kBcguo`3f1^t$GbR=o&QUZnR#v>ea`q6{q&3##Mc>4etV_r|Q*TE8;+HIB`&O zY0`SZ@D{DlAU{-tP9Lv)eKma2-s^wkS04#qoPF_Y)vAbF-{X&7eYV~m6b6-`A=3X~ z-@OBk1?|~dsr_$nXcc&%1w5P#D#Xu*cY)3n1Kn9s`fe{5=){4l^`-9?Z%G9m(+9er z^Kbptr>oD0zy5I`yg%{(|1Dc9U;T|=eJIpl7<579-_XaaKAJxFT7P}f>bsy60jjNC z!a=8G_uciHuodJfujbMhX?w4)+G`uX`uNpfdvrk^O0PY+ak8LBh;E#~>Lb@zt(RBl zaaLeqVq|D=P!QlCjbSYQgaHiX{g+>U`Q=xw-FzxA)^%wtq6xB(Uw{4e*I$3@_EUp# zU^L*!3(C=eBQp(-2Ha@C5h@u+%Q!Ntj?sV{4LGcgn9=44nJv4~fEx`sT%C&1o&#w; zEqMQIG~h-9j`ZH^XwPA^=P=rH7#&t3YlLpJ9XHyJ8*Rs7sX#_+RV;x*%$V?Kz>Nmn zXmez=IWnx9Bj7X11sE6@B-4EzG^T|y9}u+HQD9(TW>8>YU~k+a$g!M(fq^CCoJ|7* zQ<8XUM}q=`*8l&11YH>zx$I>a3=c^E|M{Ok`+sD`hiSY1|8oBj9Ji-t`yV^0hy3wB z+>e+Zj(Q-xjzN!;ZT}kmugm}5m;cY{d-3YxU*G4;*M7hM|No(Vt52SP_51z*KYN6; zzt;c%&vI||$@}(|zpQJ&pI`C&|LG6kcK`qXL*aVmRJ;HGk6P62nfv|!ANGUhdp{LF zecJ!w{~z1>|7~>~`u|@aK6Lf<%lv)6-|zqbqm3i~Ud_Y*KdS!zi|7CF?f3f+{}}l= z-(TPVpZ`Os&aLa`+vd5S|MlZctx8_}S3Bv`>hXsa|Jc{nn0$CQe|h}RA1U>}>TQ1i zVVZNysOr+ozKQjR|Mc(s7|;Lz@b&lq|F02v!1iO!0g0@Ggj8R}$>XPyUwt|1WO#Y)Bpb$d|Unh|Dn*=*Jd<1Gb^QEJqq?$jj!ucI@G4>|C9gl zJ?j7eAK`1OUeEq=XXPK~e{J#K-~WI9VSe1EfA9Z)_*?(~ABWYK5C2cL+sP$4B?xyt zSpHD*pmKY%(roYl|6d4S|0=h5_1pjdR_|)@XK?w)Q1zR?YLDSGd!zX3|DXN{WdDo* zV|#7a>vjA8|KqfcOTT>fc>e#ttW~ei?*H%jR(1Mx<6pb}|Nl|9_v`il{}1iWKK--) zpWOA>KWD%E@aK128Q8Y#^yU8_K5*LeGyJIA|MJgnb)NkXS#0yy<%fJd{(#N4KL7u_ z{r_7!F4uqOZ{l+ie6_!}^!opQ65(~fUa#GMO5!g|y8r(MCkNlxF|S{W?6v>L*ifXp z{{Ig?&b_~vE?>9%p8N+MCf92@W;yTwC`i}{eGvP5<17=`^g4MDc9uDYubzHcmBgd` zPtt>ynyYupk$r3bf0n(UD7nY$;;ksPoLCFf^8f!o{9peg z$7w=)0b|$k2OU*6_c5@C9P3zhVpUk|+u4;f7&v&UzwvAoiJzu;bLW*;+(}JqoVlLw zJ$7><=TweEnilu1|IPouNpDxt*Zu{E|800Mdwuj7_y7O-v)AqZu*SxIl4<|*C;ah8 zT^V!<$Ch4?x%=$J z`&TRE6c=1$GgF@0#Bg)52LlU(gV6u43OYeERHr1|**N|BXPF~K;&KezPJiT{D=9N` zRa8_JI4xCLynoV_*RJ?* zF^!K&HE7-+?#n(tv*P|gd~WcK!)W%d8|Ja4*K6zl#W(rZ{pJ7ACUQyOaoPQK5_fg) zi2wh3`#=ARJQ@4f6B6Wq1npnn#`vGV^y?p6C#Sdn_5TQ!UKjbR_{O%*M`~HY4~F?K zlyzVKkYQGoKg=WidBXmG0ucqyaehC4pS`y!`RwYMzW4I_uE+oX*Zeo_-STyx1iRkZ z{}N{5;90N7^TyFq?)&Rm-)EOL|NH;5qQE)+fBYxu?+5DQ6W@ONzoLE~r`4E3y10d{~w&=|4;uU={)73{(t@(3hQHb99unmqW#CuC*;=u|B%oB>#_Wob)J9t zW>nPI@A^>?J7NFs5C10?m(O0j|NnG{#n+=!eyQzx_V@q)gYN6&&;5fGcd_O7V@t2c z{u4MSA=i0F`{5V)_3i%zE`+bGtS`{0e*%)Le>(kx`?@Ua_5XiGKeJIdVgIZC@7Mp| zW;aezJm7X$vcG}TI*rA|?hl!wA+0t_&BW$g&?FXU$@Xn8Z58I{O>b4wlWU*~Q$Bq?j$^iOoG3 z|ES<|3}Z`XTCC6a{ePGLlfNDXF0<10Ulo6CdpYy}zs{fkKYZW+Pkxc8$C3Z-4-V>A zU)QSz<&d|!nm4_(WA2nK{jdJHwq1|GId+2M*JE24ijDa%%zODW%xRJK#W{7+Z;!2B z@n`LJ|L6SEzj6JSU{iAxsFgeQKmH^CAN#t`$xojCpP0(ulDswb=*d(256?g64k{B? zn(hB5r+l?Oyt7!!-@jsxm`r8;&+reyukW1ntI=)?NtCF)xkr8f?f)0=xG7{FvRqX8 zH-71aIe#BjS-;!=pQZHWq}Q{Tde*=E*XSO%<@NOc7ph~|3j4>F{{R1Bebo2q@v*hM z`~S%`y--an-gqsQd)@Bi)32AhwpjdH!N{Sz;^gt*x}@y|Y8E~#A?f5qU1vU~miwu2>%EhUlbYi>MY zOW4mk)o^t&^SrfY1~=xH?foZX<;A$c@rt{|)v(*3gj)OjL_O;VPBFPp@o!E(y`XlW zd&}hd*t0&n8Tu!fYrIboF3Uc%;QiK)ZAZ`Pr|c9~Jg2Hv{dv*W+|51IlH+k;F8oLP9`?~5!?Asr{{(e37`|1Bm{}1Zz{ulp`V{hQi zO^GY5-|us+{}qlLyJF(=PpWD|uddErQ&23P zkNQ&n|9|_|`?2-^{|J7){(oAb!>oNG{j;z4m)nR;YY6_Ff z7Aw!>Tou@V_uStDH;+XfU~n)|;EIqqxZt1iM*FX4Gnlku{v=AZ*EiRQDNI%e;uiO8trlOu%aq^26uV5|45C8dNn!_L0zlfZ*v2KHO&ZNr?ng&{Y5f2w` zIC$&M!7TBKY&Fs;S9HF<{u*ZfWImhRhj**{4!G~DtN+iG`*8n{_JeF|w9NJ2{r|7N zXhMyRY57#8b@!;qDt`FSXXoR!ARkoxmu%U3Jx0Z=`tSeK8udR6obR8K|0f5^ zi|wBeGfdd?s_~0cbL51#a_jT+|8Jc!XD(j=gXfmXxr^LV|Nmj&d!HjPWwY=9JL(If z4@vMIH9Ts)jd@RI`b4cBz58c2tJ;>{ul@6LMv(5>AACNir**D=Q1-&%4|mg%GrR4w z*X@dLyd3kZ;`*WoGyPb&PPyOwocrqUmn~biJU{;b@YiGIANZ0piwurDZ(}^MpEG`c z&HrVG{Y&@s*W25lJJI`o-R|Qv|G(95S$+Ng|A+BW@1Os0FyL@YnJyQ-zoq_AZ0R{a z&FPox{>gO5DNTR(`#ZylP5g(h{QY?2ci`0P1^*wu{#>{G@K=U^@~`Xv|K}=w{r}@b z?yv8w|JDCzkxhU9{~$9%OMaa8|37o=xPPhG&%YumKL7Ojhkxs*ANjdqdVJ9SZPoP? zQ=QlwO#so#@`wZq0*=S|4$IiULJq=;VQ21sJBTX zwNJ%A1mr*AuR63!fWdzii*3H5_@(PD{C}7yK2!O1cxO`iKh6J#|0+)U0&3&6ovtmt z4vM4Vs&(`BKjr^%wr=&m_`d>kzu&(k&%->i^laP9kC|6~TyKla|F<_s`+@DuvKPne z|KGgz-{Sv*e-e$0RZ{Hh^8f!4{Ti@SzJ0~B_l}=~!v9JB|HAqD_5S}{ZH&sV*X_T! z|A%s8_i52}%)c}L{}o){e#IbG@XOQJ>vl!O+*;%QKT(H$Pr_dAC+~vp)nAV-yt(=R z<23vE8#oeJI6t&buTf&+lsfl3HoQ)NhxwnI@BaV)#n)f0KI2rEomsEHz;XTQ|1Z?n zubKOy|Nr0m$4U>|tnc?-TYgBhm`~FAMYno%+TZy9({CtT|0lnmCARdRz^|R$uj5yr zTexTQ{}1yIeSLlL{*y@Y3-0m%f3e)#`ro5|fq(qI<$ujz2>$w(eAu6N;{SF~9^Ss3 zXXVH0Yl?pix3tVlD)>M7X$5|NrxsZk_u7 z=YJNf|I`1o{M%dqr{wTfg&zz)8*f)O{A26``9~9piJpJk42{%8= zXNi?~MJ37qZ(sjM`H#ik^{c-B|Nmim-2VTU9cxQp28yo#-;g1cz1+8+;rSn-@asS7 zAI#cY{hn8|+pL)1k4=(ywp@+%qlLGAivNG|^#5s=Utd2d{EItzOGcdG;oFk06T1F? zt+5gOwfzBW`wOA)rSa`AZ`A$w`v0d}O;zB+os<9nPY}9(^#A!wPUiog#J5_#{-Y${ zCU|va)~DzH62CcrR(Wz_p2T6sA62XWeEj*T{&S6iIdWtew7_K`ZU66_4@x`-T7HJFj+`%@K?$9W17AuOO&Va(2|~u zZt=%kCkmDwFg^b1@7L>~T38@F{`_Ich>g;9qwxRF8E)D?kUz2i&u&MhydZ$|MvfS{>lEs`sXMA z7koa*x^LIZ*ZY2-cbF#E{`vn;>t&9rX7z8kZ}*xWTYCFmPW=D>TvZ>0ey;dde`fZD zygiJ)34#nyy5b)P7*6D^cQjwP_h5DX@f$9R{M!t6KK;)>f1c}$z=r=#vX>H1ceBTG zwX229=9|~%CH?l#G>-UQeFiO;`uzWge~F*2{CofK-+HC^|N4h^{jL95r+zg%H2y#T zf~i&4O3j|OI3HqQJmL5G@JAl!559GOOM6zz3-B>8{%I<_vGU+b-~S(47zJMY&6?13 z?b>HSy-lxv*0*oHXLtJl^Ev8qd%w@;yq?`!f0&EK>QR05{{M%+{{OGfa&Onk$sC^_ zubi~5e3{SuKgYQ)+Uqm_Pp{puv5=99lU(%y_l#(}&fw?C(EZet(C3bMGPc7_P3^ z;(E4d1)hB71smtfHvQubd!FI3=6czj-5c+IS-t(ngUfUDD-IQO1!s;{ws}Se(TIJx=m%6Uh)MWVl{B6Fk zSgua&{?h5&y%;n0-~Y)UFq2zf`?CK3!?$Jou3g(dfAxol@5I-|pIZO_ z@U8cpQPWQ>oc^#r>dJ{P-)|k+A0%Yi@~}OzbiQ1X{r@kVd&7U#|56SX{3rj#uYP@l z$Gn`I;nUeIRKG6!zkR#k?$_)8|8M#A_58o$Pc}>J|Nl^U{qpO>fJyZqD%eD>$G6xq zB*^sZ{r~?k>fd_3`tyG#{{Pp=T50@p|Fie@HD4L{=Lz)w3geQ<-Xy&K|LG5o`~UxM zs{8)upZYHr^UtyIEe4!=Hj4lG^FN$!H}FvS8vp-4i)^-WU47dQweP2&{WXifocPtC z>{sJ_27CVUvxgo(kO)w`_vwc>f7{>h>;0cI91!?FVebD+@`oI`wY={||9|+?{{M&X z(SLq9KM?r7`t=@@(>0d$?R&3#dwa*0UYGsv5>7t(-TdTU%>Qq{bj~=Y@F~3W zU&40ri=pbP-M6(l>lQZ3SvC7tUo|RN#$t7D>mlpE|NH0j$ta%Y%>H`JuEvT#|FQ7# z7PgaDzs{*isRDJh_7>N*#xPaQZn*!y_{+uppE~cb|I5pXNp;-M^J&F@%kM7XZ};!m z@$iRn_5HiIHIg~1cMHyJd;0X?p10Q0bM`dK**chZ-`{EY<=Efw53d76n)u#xupdgi zP+k82pES$X_xA4TZ~xE#=6=8atNG^-zMQT>H)lOP-|Ii&U;YCjyMM0#HCl9EtzO#t z|KH(XFaQ6pv9Vv@e)ymKYd;GoFDC>3{}-zM%(SdNzWr|;^N;HL9ksP#uGjx9{Ldn{ z|7$~nkSrvYQmP--M*rUb|K$JwP4l)sejP5frTk9)pO*h0<~6eItAF~1!}QdC`*k}` zew!BhL;0)nqmuhvZSwsb$A5?H|NllmKKA*Gx4QcO|26Gfee(XJ9seJ+uaoEbzn^hi z>a`hbPyM{}@rTl%{{Mf^{{Ks7;H~(7uBQ&oEscL^ z^zqTx%+mGq&pSWrng8EcQ8sA0{ZwbofU{}mwyt3iwmR^0QGMIPSXQg+Q{5uA8Y-n7 zvit9<=@!{=Hr5{n9^%NrIW3R?Sj#WOGvYFFjcQefmGS!}nHme%TlBXP4$d9u}K} zZ5N#VRQ*35X^Z>+_@6(A{J%$W98@6BlBCgRE7PWvUmT6UfK2k|2s781(oUl{|Hp=2lMvUfBoP7 zfpMR=!;avinbNvy^Cz&&%hodO2uUwc+&-V{-khGV5tlrjA6#1c@At9lo;rDj>e~PR zr?>w-c|ErDd4K#*`!8Ql=GGrS$^Y=5`%bH$|Nkp`u9>S3DuC*b{Qu$hul`3tuk5;y zds)hsue&b)|Aj!+`R5N?h5uhT?D#)qv(C%d@AqSip1kL^m23Tf_{;m4Iu5q7?LE)` z|L9RZ&VJ*6`|8+h*PbjffSbmY+zI#DQe{`?MewEdbmvB^%`2Xt^qkT$b z`Jdx|1RwYmD}3+N+sv?Lj|u1FYwL3r->>*Equ!xO_H-h5*RpFp=KufID6dwVHf{R< z|E*Q8r~W_vpXJuCBUPOzJFowfKUlUitnU6t69%S-O|REw9RKy zv&(l`>Im(W4`W|b-pw-agH&?rjhv73jvoEq>Q`NVMESJn+qNlZ|J{qZVpLx=E8M&K zY2(I2fu2^D8rCUHKW5*H)xE_%HKQ{5_VnP7C3V{E`--;DRlj;kyY{WHL7QBX-T8m@ zp+;9s_dD)YzjS$h{)f}f+GXNzt24FNeV!2~b=@AvKc&;M#qH-Ba6^*E{jf9C%aco_E`+7&su<=5F6AKL%e)}N2D-z2}xr6&CU zPw69%b1tj>DQ^GAQU2li^B;=0*SAZ3ept8lnUCT}W`=_kKULK~p2uO4f9dyO$@KfR zrPpJ+>Nc;e-yiz%{{rWIw)Ove{+0_%o(lNEw!_I-b+Ug=U7G##FMq#ZKP>pQ-tqN+ zu0a1_Zmt5UH$t2nX2kiJeE)yz=HAfkSlL7I>tvJK)(JuuHor7ZWP`|{iWW0=()`26^>?yBo&>V?^%ChZQXi> z^|gj!ceo1zJi1ODKYx*{X}7$^t@7QwpSbS7o$s#`WhA!Hl{K=m@W-#D?Hez){h9sF z{*bs(#TvJD$JuK=5?)UY_T|3n_4P&E_tQ#+d~W{V)xOKTxgPZQ{5Lh*hld*lZKJZ) zzJ1NPDP8zuYJqPP!=qo}i@dZ?@7{FnX5jVk&5eBwChIe9X5IS8rxufAa$^pA;PU3u z%eTK*y(<4^Dzl<4EU@C#QGv%#+~f2A?>@q;Pq&fvT1TS5BP&^3!>SWwd&H zTfMx4uH%=2^XIPnJ@Vjn`@myhCaUqMg87;1T9c1C7ymb8F`TIPp4M=E!efSRHo7L^s3)wH*3NubjL@t1i8QpMd#_jIRU zl5j4#8sW5`SGh=)pQ&Ga!z#)Fm-k;k-H?~;@KS!tpB1Nl?f>5|=VX!-{8b>aTvxnc^5U*Lwny*U z-QV53XOV!`_lQ&N^XJxmsg~dIKG=8fK3V_sE7#OF?%!dmy}8ZkdUr|bB73iGFPHy% zWpaP=soSR7Yd=l9Ve$Cuy|wiZzcMym68NgqsQRY&Z~7jy6}wXZ|No!(>i_@4O;Z1V zz5ZnLB>w+TXO_C9pX&cOe{ihpoS8Z4^&Oz5X<%+IXS+Y`x3`^|`topJ`+wXoUcFF^ zV8}MOx~oGYZtHo*$mP0Iu8V}QEPTM16gFdysql@2t#@|be=Jye?Xy+#*0+f~%%2Wh zt=k)^rhNF>2LYbu56ouk-`>0b{p`!@F4wqCHXr`@|I5defA0onseFZnHF$N*`^xH8lAak_12;< z)khr}3?exnzh5>dB*8DJZRhr+9SRQzw;8d~vJV z6`b#TFPY-EKX?C6=LYxR(~YOG{5!k2F>HSB{(lQsAKI7mbpJp8H`WUhl<&JY%vvK9 z_~qh8xrh*dmyf2luY14$|9|)4e1WG=4=sr2J@_D8=s@>$nVs9as~=1Ma6Y_LVB=o* znzWR?8h!uw2{C1qO}Jitf8XpQTrvBcqv!qo^w@<@+2>JdetvjQGLw{KD}nXdD@xb`XV!b@7UA!_K6a! z#q7Mv`%e5k{^-50j9>JY!&=+sEv#F1>i)_GCa37#^0$^2-QB=zP;()wkSk68!JVyh z%1spX{FY39Aig-&P~$a&hi~NNMKi3~CqLU=anPY^z;Mt-jQsk?)rYPV4O~bvzbwaDJum5SDoZv9?>E{`7U$*$_ zrX5*)X4b7+w@&=f>a*`VWHt4kjoL$j11kC-KJu{$#PZo}Ke5W@gP_sN|G#%XX;tXs zRevrOwt4cW&tGy2%ZoO!GRH{QvFJYdE?983zj|kH{$5ltueI&FQSg6h^3LM>H@+Q-^xhx!zx_k9)vwowAM!t4e{HYq*HxcCaO(eW zu?X8+S<#pIde4va;M1e`noj%1^Ov3Mc>A795KE8&*~S>uGEC`^kIE zpM6eO4)NW2VqbmC|HGfm=U@N-&%yE4?#yq(C*~jEdim}D?|R+3z2!e@{xG)Wx7g46ttQj0|4_Q-F#jjv^;hc?aR!DA25E& za9Oze0poJ%U81rI*eBbcVynLZZv``RQLvPb^Dqy!XDh z{Aa}e!3RFx#5qs(B@t2?U&CI3bt;`#qRIC?L`v2@> z@B90*&-OReugdEz+~?IPmTvF+iu;JYq)&N+V}fGD<2_$8pKqx5o44(M$Ab-D`SGi)qB-7K{7owdUIjXV4P2QVHDEZ=*t=4bx1rJ}#Y@7*rV z+*tR)wBPgA%jr`07taXY67oTI+44ZW6)biM5IJC2{buPHxpoo~@_+te$;D4lEBgcEb!%Mbb%3eD_FR8hM8 z;CFA#cXjpZZ;=HHYz@QJXDXLFy`N>hdHVnU@_og{r*=GU=CoaYa)14g-?|dZI*+om z_AFz5mA+6)F)Fc?Yu$`BmqQE9?+P!PrxyG_d2dedzyJ6CeyG3yO_|wlMxNA>O9Id5 z`kkITU2{5{Grxt(tq-f~pRaP;Ba$@Tt?$pPN2fmAu?TqOeqJ}trm1I{dm8Wi_w_mZ z->YV_WyySe6a8Y7_v_u_CuePKE4p|82`{I~ce!QjFUM_v|D$pLm8pBA1#2akXCKZ| z*r7Imm6GPfFLFEBpFL-P_~z5|4Q)C9f4r~%)ml*D-=}vLw90R*ts=t#`-@UH&DPt= zSjlwAY=3!JYvxzgPv)aApt-rfl45X`U_8+~q{rp##J<$gq-u}yV`^359Wi|>6{(4<|v9Gh)OYs z(MztmZM4dL7Pm?1M}6YHvi!iW_g_9cyfg9ZnkC!+|8LUz6i1FXyt52grtJhZF zOJ6?w`v0FEqOWJ$#e?QAzPEqeCokZ^uKZK{---{*S1@k)#POy5gzw#FD$a|7=do@6 z*0?G+|FQmu?_2Eu&HoP?j;nvz%3$!mA+nQAe4TOk<^R7Pu4S(%GroQ3oX5<(xAp(q zA8dcAH~)SMGsAzEio?#Y*Zq_K$Itge#PG=;hx`9N=l{PYpRl;vqhj&4^=%6jPju}5 zQk?eb(`DJo5<3fc43l;RMlYXjzpgE$-L&LV`PaAWS?dJ8UV2}(CFjh_#x`?<(=7j1 zS}y*+{W~iIqXvVh^_SH#Gp^l#p!m6l*>&m9)S8o*j9YwOvuM4)yW{KWISUj#`9(Nh z8(03CUmjd-)%!l``mYafl-+ZkcTD$~`TS+d0f7&!{u5gN*xSk2zB;Khd%p7jf1Fik z_L?65*vKsR`qDZ%2HBF=U%$qMn!2xGmfPR{|Ih#bc8Ap1Kdv%j*}!YK>DcU;8M&Jm zn*P7_*7VCOC;s~X2buKtbyS6fs;NIb{MGXCya^_A)ioBLy7=_Zhv^qCcbIV%D=q02 z{#*Vv>)!o)y-F91F1uw|c{aDq64=<(zTZkce}jjJ-CRFwznVN7&g$rG_huCd-EZLd zwtVNSoS(&RtE)37zLQw6MbWlw`>m4M+l!AyWL~P>_ODB@fqkW!y0)l~m)?&M4O5?Q z=iQ?#vV(d=%4SvPZl5eY$Kknu@V9So{gY1ZKVI|wQqjYcJhEa%11F zt@X2Ki2gi&_-)~`eQ}fDJgNThT}-~H=#EI%#`98+aT7kRP8G?hFXS~k9qaUHtHg?p z(m#Ku9z1nh=xy@<|9;=!GH-J}UMOV!_CNnC4d=-J``*-^Ilg39=KrS$SPUE^i+{!c zuyuB_x*z_;cmITc^A~Qn`}axdi2ant-|zJle?DZ9{#y0VSoq$vbK9p2iN2}%ZTZLb zgzZcJliQ`wFRFYb=B^o|TE1sO!S-8$7Mzd%#n*`*k`4cN-qPE#V`6k zx2ETG_&2+=p7R#jHvOvCtFHh5cT4#yANgOolNZIa^M-L`(HSX!(1-ia`3{i{?c=!Lvd(8v!zqi@`d+5eopo?gr-2${Mxt{s|@|^yK#m2l)`n1HO-}{)(P5yHA z*>Qo-^Y;3LHFPYHoxQs|GRe~9))n{Vg1zhWUUa^TG2ju6tTy@>KV@4WzhKfO>Gnew z&5FXoR+(APE&px||8w`@gY)Xz7Zr;;0F|f@IzkgKn z+s`+4f>}w^XU;!&wtubVEw;wDEyA&D=H2*LKVRb9+v%cbj#t)uWFHGE{y%%+WA*kk zA2#?s3Epq4{OWeKXyE_#|BihB^?lRw;QRkSC@8+p2Tumn+0;L@I{NEh@z3)d_iA?Z z{eLKMo-6$N|2BEa>+5#M|52!GGE$d+_(wf^egB7s1R-I$ua_C|6kx7fBOH2Z#(yvF(|cXbZy+%b74>17sZBSk3QD@KC~`X;oXXR zOHbwBza+auggLv(ZPTN+mAf~K-q_ChTWj0$|L2cc?p`y)=keVy_hQ}(%Bsz~U7P&z zo>jo((|hl1i3zyyc-hr7*Q-j!|C<;uPkZ_@S+4Z{{r`Uy{1sVrQ}-R;`(bHK#meRX z*V$K`e7&RT?z!7J^5K)-%WS#+=l?~Q3~PyOq0ME+XP3Jdz5oCJi)6ovtJ210?P(Jy zZ|&I1aq!4oU#(#I)>ZLU-cOaTZT%;3_`@xY$^ZWe6maZGuiw7ymSxZK(XRgTnSypBg`r<~}^sUier=IS8 z{j-5J`Jjh={dJw`M%Gte`)|ABTk%4$jYDB|P^5Hc)*S99x!?V^Pm=z|8%B zL;azDdwse(XWRdO!he0P^UIYYKQlrO8y~*ZaDLstT`70=KCbzce186{FeBep2d9Gob8JjrwQ<=<+iddxlwr`T(-*P zc2(y8iV9{i>m$)SlkZsjgjvM%oU@qv^!Fnd*E0=gW#p20`VL>3yp8|&=7}2Z>%yPS zpCrETN&}NUGn@b1>2_P^zIyQ?vu?_xnFdW9T(OaiHP^*`3`_zt4H0}Srb-Il6z4OmxEZC|yeT**IE1fB7F2Rs4 zKOwyOS4fON4a4epUw&-dU0&j+|IliG()B3c^(I@34QrLmOsoDmE|*LBRWvd7+SB*D z{)YZ^`u1`0(`i@N?D*eo(d+ zJ9}RG)E2$>(wD!#Hrq9lK>>=H|_ddxldC+r?L)rMC&!y_R&`>R=idUbUEKbfz+5dg=oXPCB%{HHW zEnLo?Ss$CtV6e;Wa?#{xno*@kHt{_=urcFEudn(M{bQ?_nV%7Pa)bL(@9l#dKb60K z@K|Mm`PYh;kVkcy<$?2`^x2=TJ^#vlULIG#-al5qciT^5tgp`MkvHG8e~II*%%(qk z_A;!E*zb|}E&kIRZ|*O_ch=o^mC$Qh=H_VfIL6oA*>!pNN5K}WplRzro$vU1#^T0w z>(^Ix3XSK-#upfh?E@am>2Q)`O|womLe$^_SWuG&Ru=`ThA1)ptQB$ z{>*I)@DQ7_XsY{HOR*JqXN7T|VtMIns{eC?`VY3l#SG`R-w~O<&e}fp|Nn=rwb`A| z{Qv(2E${pF>+}DA&YxAP8(3_%f7)LE?}5jUqW%AuKUf_9Eam_I2eYr1rcCH)ov52z z&;PKQ|35bzxi95YbAS1j=WUrS5o(h^#{VdA@I93KZ|m`lH>wBbpZg^**j_Kc z)sUst%zn9o-$uSaai=Gg9s9T{H+zMATXVv`6(9GN&;Gb}<5KyD{Ku*8TmS!m_-@;#$M-%zeEuY&Txa+HUq4s` z!vDW!kK@pevEQ}y`h;E6|C#*y@b~}U|A+2vy|nm^5UKKb@kVP@LQ`h12D zZ82>O3|(8lSqpsK${cfV?}tA1Uz&_9`-4uc`OUH>t#^CbKmPq6UcEG7Ww{iYvt_H# zne%75UdaFFSY2u-|LAt>ucw+R6Z-T1Z(PG47W>-#0jJcfeJ?}5^v+(E^K_rQ!oz4E z8L^au*YtkK$d$>opnp^{y&BYR;JavPgfRg_;E|xCw=~E z{~u=$#fJy<+`qW@>8>^j-uO%RJN{?iHTuw^{nW|&{*`(4hxf6whi}!Z&048-WT)=Q zFec9g<42`WzwZ+`n7-0fKG**8_O5Lb8qOZ)rvA%s<4f3c_HniU_4V~VbB`FzJQ{R* zde*IvJ}fUAABsF)_T+eHz5FY`@Rc71?*$%YPJ3bXw*H@z@Crxutre}3AA>vU|8eF2I{hP@ z`J3PuciClc|JzRyv@QP^CigyaA%8>t;d}q~Xa2FRZ-1_T`0C^TxBox>ak(k+_4gLB z`TtKpVVU*B|6k3srVAafo!uS(J1;iS$-ce+=bo1wd+Y!HKH%cK{9aCR{hsRUU$g(P z2+1*8ihZv2)n2Z4^lZ)ku!a?<*i3is6S!4>amz6ox7WJcZH-T)&1|{*!%(;9l zZf@TF{qm6m3xa(PiKpMHH|3sNuxL^v2Rp~^-_zgCe)!e?)j_`fZ42a@zJ|X1vTgCH zH_9Il*q(?BQ~K6n=5|5$WKi|&E^VX2@^Z(T6I`cz-mMOO{H42I=Vrs9++Uw&n=nmY zy#3%meqS^5g9^J@L#O!cs{SZYt{r0@l={SW`LFI7NwPd23xj*yHDs>bU~&6!!s7O0 z|Nj9I!6`QpGyfp-=wJ|Mc`j%vGKIr7OE;if#Km zSMTtP!~E-dS4m&!YTu)C@7n$5(On7d6>`TMljPv6w}t*@W9pNm)fzSSb0 z6xMCOCA`Jf)c!yG<>GgCV?*mJEeo2=`O`x-Z-};;&vNqXsvm+AS{E|D%}y2j`=jyk zuI#0oxczV3G%?a*UsX`G=Ib=0ZHxN-*57#k_{ATFzWb-*pTE%i+gV=!cm4l=jpnPq zZU2`XAATWt?z#i=y&g+Uzoj4l|7X&VR`c%AyOL zNv13z=|RzYTFW9rQ@(px>@ry2vnjuxuhoEoljXbK(Vq|N6WA6dJ}R2`d*c2F^1>62 z#@yW>tNvN&uZ1JObNr>KI-|!k{Q6gJ`=z14Z)^}tzWThC8^vRUztmIOoS2Trah3X^#+WzW9;|KDNT(tCdt>TQ@O$)A^D za(Y<5pNGMo|N0+$j%m4d>n|P3GP}C%+wK3a|MS0?|Nnr1+VxjgXNq0_|G;R$JE6w< zP=*CwTY_yn3ix}NpFFysFY^DF?XTX-8)tN5TI4IL^CZIlvGOo4Fj-dden-+&fp&J^ z^B01X=Z4;Ij8n3h;?ta(Il1V|aqriUeq?{_j;?38;ZVEQdHtb6j>jiHZ$2E=^>+Io zIR^O{xy3nizuo%Ybp7@w*XM^{?O+mb&OcLiTKV*ThJ)6xS7@wBjr+1QpU1Z6%AL)p zg_iFqxX#nq$7FEhbH&Y~=Jf~4FU{M-Tz}XxKbP(7mTILOqq-Oiw*K|2Ykvy!aUN)p zcD9r*Sa5OY3GW|)hd(^*NLwCbp;5D<%OHXEQc`_^)|PFLayDK4xioWa>B~QiO$!bh z9MIx7FW$&~tDpH^?8{ZJYpU+|R7{LbyejyCL$u=5r>ZN9R@JcWniL%LH#@yK#dJmKy~f3N0$cvQonC)z?#3zcJ>nJZcWY~PS0#T?lFOIf`u?Bf zufD~{aF)a#1htGjs$S@bFk%W3X&>S2}6*=kJcw z8rxe0cKL?;-95OhpR3n+%ISqi+^;GwEcdJ|o({i?5DC|o8_RqELNv74sdD@$!en#Co zZ!G;;%(uPj#NFs^{GMlZ^?!cSaQG1MVBWZ=NruO;&-#OUpHQl)xy5iTzb^re#ip{Oy6ZunV zuhfyq)2)%P#(br)?}NF&nC}1oc9vOy|KyMR^&kA>>mIBwbUPutaqUOVua^teT12*7 z{yJ6 zcrBSd>4|b`>MmL3^t%67kB4`Dt$n&xn`h_0r@t<}2zZ`4!$84(_VlMd7BlDZ-D&hM z`^ewqu62zei2Ld_#h)8<6=#_XXjPUa1x@IcP&=%3{QjT)NBq9jcb%HZv(q{KPr+@? zoo_GclpU}7oHqGmggZle{+n9M|NZ}Ww=n;^?jibecDa6e@AP^fCSmxbxU#`33M)+(o6xW9fCYadqqnqvPaL@#Wzs_C=$hxD0V-*3J5{_p-6?h|(Y{K^8{7dOqc z=-c0tzi+DU|L8N9e?4yc z95F5O+oqi-KTSwFbuUsuij6Hw=SC9O|0-$wZCbys9af&)S!dN%*cEr@E{ z@L-#y!BY$29lU4N*ZY*;Oq~}q*L3rnvNt>_TRR`ryYcQ@d3$Dl>uTP7FSo#1ReP@e z?l`&e>&%bB*Jiw*vvU8Xe}d}`>a`|Vf6Z50WgEVaCqLEU)7sz&jZ@~%{Qocgug?SR z4*33i|Nj#|zul{85np5I^Yi~h<^MnHS?<<)&R0C&P-FGPSaw`yUH|_v_bq{Kex{nC~86 zFz;Dgl>OD&(q4i5t*h7lo@Xik?!Mi9y}G&o4EcZG4l#EsJG1cS%(?rnST8@<`^7eN zSJv8P^Pj%`&3$i9xbyq}htC~kt$LX=>A(H|CcVwU-)CmLxqGnFTMfN$AWkU7yGDI_sXi@>kg)+CK{I`(x|p zJ3T$Ge|tTLfJ8+JxAF_)7uBfAP})4f6`N`KPw2rAtn=%bk0y zpzJ?0^MU^i$!4Zzd%wgv7oV!x-W=NZ=Wpuy7KNn^97%s)-Q2l(-=q2c!YxZDFTJ(r zaA_QTW5hZ_4Yr&jq$LT-4sSOVIjS z@w_JiMLEZp+%-2`P@H+uHMU}rrAPR;N5B7=Uhj)nKh%5k_N0xAc~&WYW+|T|DjGZK zDf`5yiksC_cHDoz?3(mC(}p=W=ewU)N^rHEVXC_N7(74+pHepuDwTD~8cS zNG{{Z#xosvle-V=>Rx`JQ0sXAhsa`!b#p7v*c8+#-rcYJtyyMz4t)1MjJ1h6np&9qZFUUWAA2zc>K_qGZ z_GSKWggozQq{{+$l*Un8p3`RUh@Y5UXPw>ikoYhC>Bx0a`! z1N*@v3R2OZH@Z#y`A^$gbm!C;)(uX45}`U@_U%sD`?+ZUmo9aWopz;fT`X!=xAt-~ zaGqFtCOCT;(4ZXE9q_2dZzLfmw z%jZoi>i*38CBF8q$&r0`u3x-yP7*xz1TRVO=A|w@DVrxhp?J1z!3>sX3r}@lW4D!Bv~^vD z)<@-4Hm+`0B3JY8$#iE7X9?L8c($ve`smDcAB|6!Zn4x`)3EuD*MY4St7|v?Fxh1; z*%6x8_al?>|588A=DK;S9X_3Wo+fO(!o1(~vU~00oP-xGJN`CqEo7}fR|MO4v{40v& z4b}fY{UcKP)jc;#`_((;_CK2IuX7~Gf0F0fbpG&%&=wuTnJ$iL?a7aKITUq1ys_GR z-?MMpGE*3MbP@%Yh@5Rpcgp&BTi>((zIo`2s(bVKn+o6UuQ(g;Q)>L><>i3)-B*K8 z&n@H&|5rDqDOXcMetrIfXeR~<*3*xBmzZ4M_^MEv~X(A z{%d6teTRSkegExy`_1%!@*fV0*4O{56JHDkF%KZQTIj>)@ zeXj8T|Ap$c-|yEy|6|ktv;J_^lJj!EME@QyuD-Tm1v%v#B5rxg4W6vzxUy5L0uT2VUE=HFDBhg<;P<-5mcGmGjmMwKr?zMn z_h~Qv|8QA!L)w0|#r3w!&2L+=dGFs>Se)`lrLo@BE&zflX9uxlQ?vZ5p>; z)@~Dexay$v^*YuA87_4P%ygI;6xMBiWqakp*VHp_ZoHks{YB_tN&Bo-j}vAvFocc0-tkGMhJtKy3@zW4vU;WayF&(=uRG{he%iY3z*X4>gQ`f)mbU4WH>OoUX zl-{0+@y_~!Z71g3_$(anvQx#-=iU7s-<(#x6EfClao;T}vvK2^)hl;xy6d*r?wM*E<&n8QGI2>>e&>-(66N+N~2ZNB^4 z{KD~gQDd#p?D#U<+rs}%f`80kZL~Kd?pV&7vMu}LBy=+VmP@6+xH!>VciA&3-=|wI z)<*d$iaNyq-QO0{JaOyGH?fx=M;Au(Z{PR-|Nk3*<=!)P-DUH47g<;IZ|%RO58v3I zxBvg9n^&{<|G%{M)&hptVHR_w+txkUrkCa%qV6bRe)oU;HdDp23V+U7(;ueK^#8f) z`j_^%^_4T1uZv?!wW`aW^vUpxv*8vOne9nBl^6J~E-&*DjxRnNC+My$KUM3IL2SbD z>7D<1@BcA59g+L0dG@B1wt`PHeh}T6(X`*A<9_}2_xnEH zzLm2pr*vNY%MD!?AsVJ?65_>Do0xt~4D|or@{pli?2YfEq_fc~g(@xIS|cyayY6mw zKSuWag)8gUtc_}8YDx9~bM=52W8~CVd(&2nEHAt5DSm%hg2k(}ZEk_iZbI~2pZHCuexK$KH?=M9K6&W+F>kkGDa)d#6Dk;+ua?=%&u8|0+3)+# zo>~9Zru$9I6Q*qp)B1AxklebZ6Zd|KpErli%6-dMmQNbb61Zo7`lqH?_)m0mzi!e0 zsU5dI-#XY8ujgKUTx_rDy(EV>kyF|;6U91aZK`*Al%^`;${B00Goboa-Mg#PS9Q-0 z{r3CaoXIn%-f8+-s`Omo=}(~ohCk9bE@>;DTFGUmaj$jZ!ut82vUYOC9Xvl>zT&pB zQtz9XvX%l){wI^~9RIO>`>%SvkU-hrcU6ymnR}_SSix}b@%@o|%iCOy%es5Nsp$t> zPy68_Bd_$(!2SAmW8c0PD_nffE@u-{)+v&aE7`Pxr%gbGi1)1e(9KFc+qyR(?^A4xz<`8VV>W>_ljeEW%2zf zhk7~B+F881cTD=Ila^xGy?eYtyN^rmGF`fL->xg7S69YQKYaav(&|jsTFsmrH=kcC zEaOyY(6!K;eraKGhT$eX*R6B@E?HH;eqzqwwoQMemtD6x^?l*>AKo7lmS2zf{r`|m zqixmG(5!?1|DSN%JXy*6zg)cu$NLlWKm2!CEc|avmqmj73tP3%du6{oY|s;vIr&;< z>6y&3u#k{wcME>m-Sa1ZwEunknY`Xo?vj1Kzr7YX)*)y6Qce5#>tmB;p6eeiKKv); zf9;$4f2!@>&yy@ecORQ7zxt>^qr*uiq3`i=ZrynNgD z{m(xNGnnN!t@qqKFPiCsg6!$-$^ECypY2)wF@O8(SN|Tge-LY4(s)BL)q3@&9Xt0V z9@xURC|T=R{Xfj?yLc}0JT44zacq>lbG$}%vHk;wcNcg4P&Qud`{z_~lgx8> z|9Yd@(d&Kf7#mz%rnXjum#gacJOFv0v$d!_4R%E|Ns8~ ziT~k$MauQ*zfb?(bJQRH`lJ3ofB1f`Hu-jrGxM7YcCa0P-HR!#6Pa9mAOg}J5t6H6%xp7Tt z@dkDS=MSy&*>QWX|6Q;{a@u;6?67Aq6RKA}`+LR4lt)ae^WnD&#k+d5FaP5*U~rHB z%gid9Jzvjn*OG~P^MC!ZKeR9A(vL)i!$%9M4?TPEUuhr1j~Hh2Z1c@};jS{q|8JjD z>}qXn+O%0~p1E_4z%2G(cYMxduaV&UkaHxox_7!&t(EKSuoY)6M`>K&TGZcrMR$2% z{P&*T;H-&HnFZf1KU>cES9`7IefCAsNmry#T$J zHd!_Q`+Pd|QQZFg$BnrPLKEG89ji$+y37{h)$vN!(QJ+K#*d8i3|?)Etz9&~YS*q~ zr}Qr#ckTHgtMY?CauciMi^gSXf?WwG_A7lUP1XKgWBs-53`?k9+NU(%RG0Ow%WoFF zIypt!=4R;i4=TDxb!-l2VEKL5VhWBTp<^&L!JvN|);KVF+Lh5hc# zvM?XV?Bc~MejZfhwEi8af4N2I>vM;_%n@fhqpCF@{$P9PKB;Tlm%U}%qCzZZ%CbIX z>ALP+bMqUgm{Wp+(c>xSJw?+}brcp@{+|7O-^%;{79CrENb6T=r%u-0Pg(v+ALW&| zMX1L_x_r*mEYA`+pdPiyxLVHe_1DEZc8mf{%z=urY`b(kwPwd8&AR+gYBmE;WxG^h z*0lD8nV&9RdUhi^%E<7tQ07C~!vOHMeLmkC|`zVq76A6BPTc9mD_TXx7qze+55wsD(xOa0+w&#bNnmITjr|(_%ZfEyPtFXUyYzZs$cbvPYKIPk{Us0|nte-MCx8yM-hcB{y zYrRY&btc;z_EKj1>Yay})D#zs+ML6* z^sPB`=Gb%FiZ?BWHlmT$`!78(*|I0#oUBjS%%a^Dk9@@MFt#$DS@rgzvO446N!zBX zRdxC{*+w|$Zt-PzcQ|AA^6<}f(A-4Tkqd*`g*GK8SFTdOM-LLJxd+?qJ+wx63TO!Isn*Ur~{o+SR zj2-K;l_%Mz#p|fHy%XG%$B_8+Oltn_j1w;pyYQ`(TV=jHe*1TUa&1lPS21Vh_z3Wf0hJzSOx~L8SmHHUtO@X>v6Vu*YD;PVXSIT zVk0j$Iev)TV{>!U-K>h!e-HH<-l>m&;5Sv;XYW+I1Ieb%=9hEk89V>g>fE9Jqg+Ll z^=6d#j~_2Kxib2zF00+xv(mU^(TWK959=n?sf5ZrQvcKQi)mY5!NgDgi`qg?$11fm z@cS!0RcODNlv)}7$#7cC#cvaLEVyyNfa`Qqr^Wf!b<>vQw0O$JPcNx7>lOVHfB9fx zF`qJb7~eIwJwD5KUzsMe%#Clw+5R5&@M+rD_GZrAl_39Cd+}!eAL=*srna}IhZKJF zTO_je)yid4{dFWwKVOqNC{WtPKR0{E4AY8^?J~PR_Pgzy;d}k?o9#aCp&iN$4LY*< zW>R-wB|KB8=2)IOS7qUp?c7s;+NI>N&)E878{ge&R`ymUTP^Fi*_~>i@c+|>*me82 ze>h1fSX0j9K&DzHXWSrSs1*@iLn=Z|#n6 z+iJ}2Ah3u*?9=AUE?eHe|JnFoW7Xv?&wjZa+0e%D^S;W9^Z)DZxBdKGTXMT;dPDCm ztJzlH|1PO}BpI;q%j)lses8^Dlx6)#Mk#*X%~`+v*RI@@c53n2YxC~?{`=?V2Ht1p z6)ghZ*}^Byg(tB8n>XE!-=;-p(k0K2vu0k8xwrrSCnm0M`~Uyq|GF=zX4U@(E7aFt z={{8d{K?ObI)T~)wOeP`bnc(`zGAw3)PIdS##Z^7oqKkc)I}tScCekkfAQ$kcdG4n z9PUL=|E_rZPX2;T+~2eFKD06Xt!e*%dpXAgyPvP~e`U_j`>W2ux$u#|5y4<~+i#0% zrg7y)|6yjBH|g|!?~n;L@iNQ-4H3Kc78{qd+`rvAD>CoAz}-68V_Bb4`OM>DICs51 zE63Pkf9UGN``a(;|ENDwP<>v1_tC|hk8R-6(~-!Wb$hy3^!^8OTz>a>>Sr_d_WoxU z7SGrFe|U1@FZ-zTHG4lVlVfGLe=RI6u&##j-m6Ei4z(ZKeDS_zn}dv!T#duuE9`sL zr$t1+llrnCd&L5Ky|`%ci^sK(=N?c|kPE#(yV0g(>dl(-%NegcIkn{c!M~-4H`n%Y zMm9C|ZET!!sB+I%i(rZ8DTTkUADq?k|L_(QhjlEUj`=+0xYw(r>u}D=qV~axb+J>I z8kccSR=sNI@%9k6;JlaHeU?nCtV;iO@+{}pm5U3O{F%3O=~|~nx;u9MeYfw6LD?~j znV)T3r_1a7k65#_RkVE7vOUxP9uhF%V6OTu@W^Az(TK~_+IQ?c`%z7KyR?--jdz{R zOlH+%C)CQX-@WO+=yJ%HfXZJQ7pLx@VI1Rb6ZI&i-p1r~NBjD&$*~i9m*=a0sjG{A z|0^*zmWVzsa=omn7{IwuqX3bjQe!+f2$v!e9!JZw=ezoP1(g; zZm4Qi{=R>WyDEb1x-)xNSWca|pLIga!NgaYSz(_Z?o~b56ykMudq#P{8Rp0v^;t_^ zE%w+@?%`3T@#=^FSBajD@%wXo8(%R_s1W?(UweJ+Auh)4h1IXO-F|shvULCSnU&wu zuE)<@7xHV9L6}`jtVHnMzuiW~F&b$x+WPBj*rP8CNk`m!JKL&2jM0$)^@kY7V-_CU zkJlc^RarSbPddzU>m8f935p+tEfR09kUZ_)Tt0hUg6w6{um7K{mKJ;+`c+lFf#dAm z^1A>34@`V;*Z%*ZeKK9LpHmc5h0h6aD9AUL7bN|9eSz}|^Mx|rHy0G$SBAZwexvc* z9VUeX1w3&IXA0eRMeLW)FAXoawC~0%mW$>_iCyMj&hL2HT)(LGyMFnRxexdXvtmv+ zHiU#XDe$Iw{$WZsb}s3tdvtLAq{(4VGOx@%Am`eCrGdHZ=&5Z5>q{d}AC34gI%|SC z`(2?KI}OiIbxc-ds7P`-m6)hz?tPhE92j*|; zyf=H=#{L>FhV5@W+YYrx?cQ>-wZn(u@)5sd(rR7JtJg>!+w`Hh*J}ETW!kDALK0u} zuYK|D&yE`r@Q8>uyyx{2pygC+@|)9{wdkF?lpJrz1FMI zSa)A`Kg0Zan%6JxiM$py%Xa#P9S@3IdYQH4w|`<2+MLRu6;S{B<@VXP{eI_on>(3s zaRkj@Gw(|LeLe4-BVm)5xpCHPS|w|9EjqvY_V3h*Up*JatT$FPU3yR>ep>&Ti??EC zPEdO=HD}T8B~4O3{IwTWMwyp4GYFb~IGClFcF#BU>b%E(>i1N3s+>JEU7gqJ_Rl?v zaerSdkK$okWb$C*+`naOwXFB?uiSK4(zxHEGhEtKSMbGj-TKY9Oj)XT&;K;>(c4n* zjP`)D60cW#1uQF`8TE42b%v|E_c6Hlav2A1s@@;F_xBN-Gjo`y2fNQ}UAU=mezsFW z?XKH1y%*p59+AN6_2+<%2y;yT!fmUK()a#&XLY(@I_E{lr0K%Xetn4l8yeQ0v30-G z3a;ZnjpRhsDqu1;An*C>Ihep4BV8Fh=MnAG>_d2cJ@e{xD zpOm;?k@kzT!v5?x!F@79>r4LZ_#R<@=9lgJdPVc&)x8y4eOnavUAw+XFXnBYX`jP< zrMt=Mk=faD;-~-p|Nmgw{@AFK|Ihz$s;#XDozrsb{~-w$f$%*`I3e(AX0gN^Z@L!;is zot421uOCP>GP;ES%5A)nc%XnIp7+3~Y?Xz2o{ZghywX;N) zNEC1%fA?dJ_u8N3eW{N>b2-RtH!G;9nCzQ=yX}?Qn!oR!n6&NB@+qIzdGK1o4(qbM z$@autd3oX4-k8&ItBm+JwD)Sx{41u# zs(wXDc?s9{xT)O#ud{NqhWIZs4Vo7!b-&7e+w;C`!}Y!ggcU!CS_S=ZE}a*)>s;xx z&97q&vrf)DC(^X*L&h-)hZov^aO!~XH7%3X4WViab7L2Mb@#n^aeooRHO<)an7ecHZ_Vtkd9e6(%QgMd zetkiOM}HI+Kj!{hzPtWlT?Qk|z3*E}8B%`lh*y91PsE~~&t*#hw|=MkrMY@D7aM)h z`m=xi!GegQ|7{;@!yh%BR78uC>6%9Vg9#3mO!qs>uOHz5Ubo}wJo`;mN8auXoiF%u#|8(Lqo1^rHW`;@#jO2j zw0+|jiF0$(oqrhi9xpTBke_LC`|8^DD@#RUdM`~7i}dh4=DHv}S6Gr&ZAt#5BW8zF z`(&J57k@o+qv=Cs$i%3}?0Lq&>Wh1~77I>h*-^SBY>~nSqnSB7&P>o|+0-rm*0F_G zCOoKW>6;F2J%eeH?^xxQ+`InWI`-s@kETu1ddJyC@9dGyILdKqR&^c2Vu{_qKSp^+ zG#6jfpExtWd-K5)n|`#jTBzUt-)7$6tFfm1;Z#rMTSsya`7%#gS;0GVhGDaQL$dgy zpyzxR4_LeP|7+Y^w*BnEGd~}lnG%^8b;j0g_l>R6fA_t4lK(DGPAW@XEYjeZcHo8b zr?S%-)HI)msQXseL~C4GHoNk{!h@If&oBGbTNj_7A+>Dx-YZYE+7xrIUg^CvQ~1l7 zDfKd;duLfcyE~!$uxJSLUi+=jT{_=1+!4;15PQkKa9Xhc+2~D6Ma^H&-8idek3B|#l;H#`3Q`rBZlCc108@5zfV@16QMU6{+u z$kkQ)Sw=Qz-R&3KJ3I9F^ZsYf^IDne>Uips?W3piPghsP%?XQ}Sny@lq+9Z0)kl)m zMYra~+B9<1QKp+2tfo=#S*F}PzM}7)LdBcFn{uia zj)yi^eK&U&`&lernZ#Ya;MYmrJkP!YJ~i3ff+7=QKc(|$@>V4_`ilO0VjjnxYAp1; z=b}XOSo7Wbxw2}H-+tRAA^u>?v;ALw zPw3-Ve3c=p@smxu;ojrTJB^;7JL3JZ=6b)<&d3E(r9Ps$rB5R-i+#KO;IT|gZT1DN z4MK?)wM+N@-M2k;24~K}4$0DUvsKHU|1N1?$7m4Rl(l8z?GL|>E>(%%C|z71?P!_t zOr%yuaEd)1L7xIU#w1FZqb9{*k`*Uw%}$ua5u!PvrHr|6d-qC`v|MJ30OE4+on@ z-<$0Dr_MifJjTY8<1eD7@avb;U;X&!KTE#84*Oge+J8eP?OwZZQr;=q<(!2pi{~ev zWl=iqpv1k-FYosL(+@Q)5)=*|bNVm(C2jZmh^w5xTO9v$zWW~-T5Wz??d5I#f7^HL z{}XdlZ_<{P(k!2nj#T7dz4z!}%(Qluc*e(QFOJ;&7XPP26Y9$w|ZZf z`u5`H>wAn9E#;ZjsxGIkf_LBgb$5I8|9fAi#YAq}mNRK`NB!UYsjbCE2bTuh^qlsb z?|uJi`+uHa>uZ=94ly=({Qv(=L+?PANGad7el{jmIsg0r|LuE!^~E9H8=toHek?h< zciaC55@szG9C8~!=IUgtHB`z}I>#w53+G{Y&vo)mW6d1rB~G00a`$Cud`ihR+aCXc zhlxczO8UUNJ@uN?SH9U<9}p(~HgTQT^*4E@{de|f@BZ3qz!CmUe#W-{|8ICtOT2X? zzx?I)?TYtY7^HR!@AcNW`}N-A&y0dU)>q%!`}c3asoc)(l5w@o+sh(XEZFox;%(Qe z&#AIGjY7MMBWz_Zk_@?<0j16p(2fuF!UzTxu{@DXob5{I3oPX7( zpJ&d*L~je_d25sTo^DRzt(d$oHP%j9>M<;>xldGk#J!|HhETR&w#7(6`M{5ZCE^Wh0Iw#?l&T~GYnoC~6l zi&#a=Y}eoWx?er-fXV9h5hB@Lvpgk#-1Yd@x!RzFXUp6_xj!ejz1^M?er9!@%iq_p z-v3!An|XyNqbV`S-bHTp7A+|!=_es_%OYNPyTF-+V2_qvga>+L+TCwVSk9EF!!+V6Pv zJMVK;_5z+v1N*7)M;RrTMZz6!pPSC9U> zNZU4q=}XR{MGV{IeY?1N)`f8T@fCGh%*|%AuajV0!PdN$ooP{P#OgWgFIbo~mweED zxszpuqgMvUtgh$FR<-eo^S%=AC}IocJ^U!tO>o_Uew`PhZ>;OMXJk2kwV(bjgW=AB z$6|4D8=sahT(CQi<>9Uuw=b#0n}08njn{LM)SNXAm}Xh<$m7N>x?!D)Siu?2~z4PCx!R=AxCyo}~TqMH}BwT_h20GtYnGDn-$~`&`c4 zIou;woUeUZv~oT3RXt7T{r+{=|0prM>R7Srz~7s?`g*h3mQ8C8P_0<@lzXkM;mY5S z!(}5USH6^&@Sb2*cKY>%r-d?1dRt4rJd{^I==0TqVMfX`fk1|ZlC#6Nwq1O@ZRW(2 zyl-ud-dZ@?wekP3eKe_gf^f?p&5gTd9zPcC|2cb_@hdhV+bJ>n;uDXM)nPdE42qgCeLV=MPctiS9xxyC>v>{{F`!v!1fDF*mF_}=7K z$WbW!Ombx&+iu;rN!zRbHWo!cNWS~)bpNHa4Yd;))@z^N`o2o^_~+dzr|ka8?8wQj z;(fE~+W+e@AJ*2H^G}&DyIN$TV=|Y`x|l^<+3)VY`)~F7+I!#mA7=fsn_gb``|=vg zz{5}Tp2eLExyTW*V@t}rJK0RzjO(ACPp^IV_WiD{4W;q{!qUIu8Wv= z%pESmyU)%uRQB2ECX%`BJ+I~jegA{3MJ%TcSUFQYLXWKS-#7WiIse5seSKv9-dXQs z#X9%j|L>dNF z*LdR=9)8yum|`Ho9rv&0kjJCH3%y^j{dkLEe$#Qj3wxgBC(pk)@4;*-zWt`2@TbE@&e-3=XZ{~Wo+afUNySU*zE{jHf+fOmc z+XZ9R-~D6XY8{yuA>1*(-0n zpVd?7+z{L!F}Y2A+THkll~4a{;P3EwopI${z3`dvxl_}YfADoKw|Mk>nUCE$?OS@z zKb&K~8J+Da`(~Y<{&U?A>j#U)Mc#1zi~rxg_5aU04%5>=+8E@Y$Tw)+Dypl0$n_&{ zUG4ve&ni!zcjo*M#g$Xre~9ttw)H&07BBZH-?h+tRWn^#{>D~@KU=Tt<^TTa!MiUH z+ZmX+zvnO8{^du)hU}exyXJJ?UGG;b;Ou|Y>&(Tk%a^zA`S`tSy1?GTNBdSL)^lz9 zdntRixPM`+@9a+p^ce47y5zkwuUY@Y{krdW^kXkARXFx-^>rb3UEkURmZ#4d%YOS= zSY3UfCV^>n>8AblW@2-0ep|!%pDX%vdh6l%CFY)52i;b@%h#H;%InM7l(VPr3tqer zx+?1YrGKoSzsaofDbx1jul;bA>-z-%7Db+}x7GK)-_K*!XE?AV-1GPCckeeI7wBK{ z#&%`#_Q|}bEEJ``zfARgS}NgCEAAa1^WucslKcN}Zxn2ty--W}_=8Pz*Z;qMuvC!q zkHGsM7XQCbH-3Ko^`Cv*N3V6NJl-0+QFZzDcL@h%gwk)%HTlCJCDX|Fq3kGIueaN* z>EHI>Vd8FJV0Yhd$+Gj#O~I#Of1D)x6wQ2o*F9%r+%cVx;o6lu{!(++96acMaP6De zf(90Y*jV1a?V_xER?W`fwAU@(!F>+5T)Dlz`qUpbm8%m1@Ap0az*l5CY_tbXAOva|ZkTZ%sFR_6hzt{`by;{K-se zN4K3#J=gvA*IAK}L}A9TRea~FBkU!YoD(SC0QIou`Ny{@1_#qFHHK#`jOFRhZ`dZYbTc z>g3m~)z@zuPm^vve%V*;RCh~vo_9}IOn>>WD|f4A)^5A>c<1S&{@#^dD_yHjnVMKs z|IFLi8r0%pQh&s9vyh(4S%)p%t+{*Oh%aC%t==+SPu5sL{_&Hr@V@MfunUn!GkkB) zj0~HRvvtY0#ma%AvM=I!4BY)iBXpP3!+&3^r2Zq)3@p%D^}hTr;6U*L4Qa^fjd z$Yw{IzdQ1$zLq@sa>=%7>y>Y(u3I4cRjo2l_rL#o<_9adt}bfc^-4-Ls_V+1k`2~b z=eBLEk7X6HnYQh_C`b3@Zx5c>ZQ%bMbV4ohzQ~WNZ3S8DXFh9pcX8alIK#tk+XcQQ zJpFsqFTY{2{lDm~R^IK-9C!|T`2{+QCd>^s}qiN@zv zIb?mm6uC$4634{7J0}~)i(Nh%UGt&AtZeHpp>wW2;cRC%Zb)6b!OpsK%hbl(42StI zxqjukl*f{`cje=(|2wZ`u`(Rq$1UuVWTrVI{^)hhkUU|N*PRm%NTuA}cAc&H#!|u8 zrpnX!FYl~LJ)`kyuA%Swz4o8>o_RmHR^qGgjWy1FUs?kbR-fAYZqMHR7a|`$uG>~E z(w_J34&SF;lSS8@ozcVnKWp~ej{OlLS+Dg1cZ39%Mk=+K-b&wErV%UCa^$V^x7FdV zHrscYoaUZ9CuHJXA?~^&3U~0+5$<5oRJAPQS>rYs1&-xxafxnmP z%U6WVT)VGx&B>=iw`@Ci@GZZhB%GDM`0AQz4;y#h+5VOD;h*(;1>T)HkU04g-`NV! z3vbUJ>J^HX3H-3qsLeLy`=5Ow^-(g_-}rym%-`tgXu3FP_3G=dbUUcC? znYr+z&X@O|PjpJ}*!N%bv~bFW)usRLlrb0YVX1pmbJJU9O}R=}gO}-&^L#Guy}bTxelvktG@V_zm!ypl!!GVk3+<)c!4N1_VV zw~0v1F*5#Jdhq$iZ%gwezFc}Z>7(LE|j@6JsNTxJ$C-)&)V&2C~4oDrRSjWINV*YS#% z5Ep|A+sPk)^yL=MTomnj^H9*AJE`8;1rih4Cfomy*=U&(bMkqjz+cr9|7MmfJE-_= z^PK+`53&;t6~6P??>76kEY8>>-cozmxHw*RBTlFt!p3d_#4CUhl`Q*qqyFL zz`)q+Rg*pUe-&h%p`G|g?e*TaV_D393SUh<^KQ{K5qGCF<;Au-N$xIxV*KmnYV0{K z-md=q{f|W$<4K$UtTrnDKOMQ%#+AP8)rWa~-qppsxBWa2>|yYKZ9kL1ufovT%eh~^ zsXhF1tJH*VHsOyOIp;HXU0Pps@<&*W!7r}ol6O3xov%|8HZa)#C^z-{j`jcRS@(XK zGVSWM2XC+3c;))H{eHyk*cXOj)3g44kbYwkbvg5_R{r$~Im~>~1?9g|Z*F?DFD0~j zALBm<=hyrW9}bB97v9hJbncAs2Pa=<-~K48^?&-QgZ67be^&oj@SDZ<*%OxH3H^sw zPXFIgf9PrD&d7MSyQV8_52&d%DHM3Jty=nY=N^#-@s~HAIj+I-|LOgr=XVZ&zgOv_ zx57B<`j);+^IK$uLihatcSq!(<(xN-Hm2P_zyJ4I_}%LJjrb!L|7QCC=TB&R_kA|| z1HaEQR+|6+uc-Rf_;kOgepTur2C3B8=V`}x1-@GMFZ%ESmHR)gaxK_+5 ztgrPytPjR=Zg{r&+4P<@^=~q#GfYsZZ{1z2^db4d%EyO=ev7_Z{z?D;4}CpT&oH0z zxY{{yH-0$zflqzom-Z~yx9J}aAL1%l{qp0&6^r*C+W&q>;sK_I6I|AuoN?Q~_}1U% zAPE)GZ;~65o85NJ559lcw1M5m{lY4%lfR$k*fa1nFxnOr{W!j-MdnWSA+ZWkdkz+k zsy3(7!7;1$tdrNf<#>Nvj{3npT^S1>%eOt;_(bRl(~T+v&e@lDZqwv__rd+5^pBFm z2b-7Z9%vAqC3b%?lPK3p&C@mwqRUORuJZhRaB$%>ge)xbZ^|I0U9wLJ9`4w-Br z7n-5GIMP>WX4Kzb0%F-ugtC@xKEQmqT+Uj{Pl{J~X~&i7)om8{XA0lC@9FjS|4hXx zDd7`scX975R`u!sHJkM&TefN2#LVq$Oc_3iZsLkk>Ii(gVe6dYzgG)yzpekxx`1rbf)j=lgcboUK>y$c|!jw$ggp%`GR-|Jb^0 zJ?rKPI&kEwBXI39hOs095>qY=j>G%le(8d=C6)$ zF}+~WIC@{;g4xQ=yqAu7?KF$K?YUz*&r|Wa|EAB|P<_fK>&UHKSIsj%U5}^ad&+HE z=godHpG*5W&m>i5&E;9k%06tr@qV}dQ;9&3f3-GLP?($`2;%>F3XVl(4SZ z!8oNV-sENLmI@x`$e$_l8|oq#Y%^?IUVgDj%Bn(TF-PN$DJLIqQ+=-S2Fp6M>{ED8O6Oh6;<(=!k4E?&LI&zK&ty8TTJV7V|OMC<&wH@fmYvn$%~ z-oDMJ+@*B6ms4s|qtYF}4?Wuj>%ZN8^sMQX_P%RpZ#?id`D6FoBF1Co-U*E&cP=|# zu(|ZXQem;X?!nHl(ii%)&CJD~R&=+2R8GBpe`8(~ixOKFe;Jc*dfHQ^1@Xs~ZtFCh z%T6j?7{KwOzg;*lTgx<8C1i2H-Me=ftgg1zN3pA=p5JWfC>|J<_Po&c)t@Kt%gf8n z_jE}p8pyqrTOtwS_@j?|(zGt-5TTOni~}t4_S0qt%n^*O+|2sTsx7=xz(9t9gRk89 z?{$Vn9kq_ujHOW$6WzR5o4;LS>+$wkTEVq9rkB|xc)Py8kUS~h+qx?2exy=MsE1JS zf!$aBM!#e2E$^7bRx1CDYx^qZM(qo3{_M+T)~79Ca94C(xOjQg>+5^|E}vdw_3eM> z0Y*pN_~Ui^Zof?`iCun6`P}PGH#|QVZ?lnEYN}@{x-9ic%8RJh>hWxK6(ovu@2+htRkwdt2_VUcOlN*Y*FG3sQHj zu>CFl?#5U5Nx}j14_w=8YiWLYqN2Lj`quhA;qs^U+Gj-n$bQZF$nU)M_v+KBam}AsCcFPK$QTN|3<-Ep)4XRI z*RAx;JU8YXfBGc;;-d{;y|V z;rSu`;_wFz22Mt&2Mh{A42lc5vUqun?4%TbvF}h5onC*yptd&t+v)!IvK=nljr>l( zIsL{}|91rw^T*|%Ki)50kRtx-r2pR85>{rs^EFHAKNY@zutDKHkIP1djbU0Y><44r z@-+{*&t>de_&&`{Hu~nCTRb8A9yYE2*ZT6=e(imy5{`X%+sweh6Iwbu_eN>nWsR;# zm!%&#nZ9$b`W{{rI8{OL>E5R)UwGREHM80CofhWXAKJlY!FBAj08e7bzmU#}tZ(uj zINZ=URlIs*e6M%e2aXyGdntocn-3jLaLbFleec)m%-#jgXC&M1GqGN1VV--p>tX5@ z_K>A9Z8u`#cUL?2UzeygwtR8VZMlF$)Yrxru9^7;jGgMGzi!WHaXeskZ~CPhfu9SX zghyUzp1N(@+-Y?#r$pzFyZe&)Pw4xiKW&S7MDyi;==(4ol707Pg6PIMs=`H= zo~)m|{&pVAI^Q zTD&5|I+yF_zUp@GgH!g}tn8?F(yuA&yMH|M){;Z3e74^?UHfm(!v7blW8NFZTi@qk zWB<=_@n$_&4fBKc>kFs&zuvQ-;oijdnw?Tol^gHvng9E9xZ<4&25zt4SO5KM6DQ!E ztQU8!Zh7#FD);OEjJC(xhU|CnKh=EaW|_+U$JyTx^V>gYy0`!M5!-JkU+3$eec!l) z(R(YC@sX-Zn=Ts#@iIR7+hz$y2hL2$vebC~@#^0Mj|p;p^`ghE;v4M$FSufr+8ul= z;(D9a>*MEU=l`#<{~|TF>4CHV{#;?jZ9h$Y?_ehkmqOjBD`u`tz#O1!*JKT%Rui07Z7@fO*yRXC3 z;MiOC?_X~B(ptKXE5+l;u0t>XwEfty*_k_af_3tfYq2_YLc62p?)yK>#{Rdf((c!~ zvr^{lv0+lW<0t$vZl3LdX;<=Q-OB#IwBuph1>VlJ_st`gdni1ZEg&eiw{wj#%7&9$Eo88w6MR-c}gTc6$f@!<;Zst0dpMHZSz^BgKMSo+H|Dmb}UQd;%q z?>PAmHdnV0meZ3n{Xe+7uKioSf8E3V!TR$LduK_9{PNwg!CRA!F<{X~!+HF5Wx^gB zOuOPj4w(L6TjdzC_w}=TjQk8|l+{kxt(ThIc!GI>+!nDzxAvI|zE(J3aGk+zxz(Qa zTrbxu*PZ`x#egYw;Yz!``g-Ndf7TfAE)hJ`pnaD)J7khk?FVMdKk=6z&cEY!F0rYd zg(17);9+US$JK0XTq{>!77?vlwu(1=(+8ddHf2BcZ_9{Zxqj*C&aF2r*xMESv$(eZ z+mQBm`@x;lC;0n^p4hxh@#~*@Tj`MgUkB&Cx})tQ$F%svw^fm=zDOQ;plzF>6_v1j z<%^~NH~(E@*|fo>dV8v%-$(nT|J8+32ZPR}EzteFF-!G32iL!OQ%k-q+1EW=_2Q9m zh9?p0*;Wg#x$pg@YxWl1qmBm~t!Js7+_7y{jnwyuQ@8(f#IiQJ%=}d$v1~@w!ODc& z=VXdm<>u>Z)?X`DXgDZ(&UF3CM~|LAIJPw6d{C~^WD5tzDc8@fO?~$9cHXV*St|A4 zdDV<&d_K;%sLpU+zU6}d^68(%Ojg$LgwO83B&21Xr1sESRmSz*2|r)2e|&2^{0V$yR#2N)%~vYDbG2+XQj-N`3%gy za|Dh(w%GaY5-)4i{4m9(tp}t83=I{zyW6Gu_VXRr+pY9eFLK*oHlywJ?419e?#$aR z`Z4z8uG{NiB2rc@oMjv{ZMxOZcm*OEcgho@8Xc1`?q zUGCfconfv0TRlJZ_pyWc`oFkk$9W?deL=TTRy4 z^oC#Fen&T-VWmk+G!Mts)smIRHUx1fJXBcav(3S+>C!|=lVDy>pW*_UD(>qtvd6y7 zjn=#4mJ;ypmCg1Ovju1IKC%7wm@_ql@qenNVAgc+h7(__e*JUP{<7U!Ps@I?+)wSu zP;G0Qsc}<-<&NHYVV||CRZe($u>KtV_fIdqZHe2cvD0$%4@Ku)twBLg4VVl=Cf*TU zX)9;w|LCgZu3iPMqPy#lF@9c`c0bfnq1Quv<`RAPOSi;tDlYZ6<>gy%w5>P&iGV<3 zp!mnG=raQUPKtF*(y|B*pBy)H(Y&43-){e4VE;EYA^qvhytq4=tW#!t{XY7DVfTbQ zC10)?#Vw}=_OFYGysEHyl@jx|hJ=Rse0?s5UYP2NGCjR@fxk`UOvrW1i9E^&4>R7q zV^q#~uSGZdL-vg8_N5E+QiBhq2j7UWz4lu0{OP;0#|)E~Pmk6+`B1G~=XzO`Wy+U0&Uv!WqX4 z%vixS=dA99Cwac;M?QbYr`;cS`7vAm?<0>`{ZDOn+q*W9>Hoi4{ga>H zF-26T99R5s@KEvbV5$9$rF$4O&ILRVkM6xJwNcH|HB3) z+`4A|;dAu^%XcgtVx>nful89T+HzOrl5mCp>@^2%3U{Bo8t#J9cL2@hpqz`gwo){o6Pk`iWunrjisKWcS{`tgcw|jlzoEu;^`GWo;Ww`zL>znBp!VMFVx95f zk~-sxnT(Bn7q^S-D)?ksTR4Gv>x`$0u?wbuo;cC!-?HsWa?Vao5C2QIN6R~PHyWDl zFwSLI#bxoc=g`j7Naw{}%O59ii5Fei)PB8kv1-}vw}}cq&lbE?Je}!rLTO=p&*GK< zz3Q!Nr)`UM+x==|Y~toU5jxA7TW&KZstNK0Gb*Y|e7(yBVBzinE$8v*ECh|4Z>NTpwTc zP4RoTT`GS41B1&tLcJ`JruE9tPt15#w@_8udH(v{)pwl*+ACj*J-QgYxio{l@L!UW z=dD87|G$6y$h0sGZM?1UyVRuLT=enA$2*@k^31T+eD`?E+Kkixk1K`ChCY(nW&PKu zE-32DxvUur&Is(WvppB7v^jIzOplY%Gw*)ib%=5G0b7pE`3vhjdaAa{`gpI`w6dRT z*u!SCpz$9ww*|Y5$L0ynHJR6z^`E=rVU<~!a(qJQy^j@pjwgI*(3!b*#z(9EYiG>Q zc;xr&yIpJ1QUCX4rO4i@3TsoHH{93U&U#m}?A`X|{{j0G9D9S+PwoHn-{t?qeFsbQ zukQG!qbkgGvmna(VPX9A27?mr#JNcY9G5QJ$YtD#ioirXBG-j)?TD4e!`<9x=(A9AziH}9AIT`mdha8AM9f;pIw}seQlrOt}=c-#=EO-N6c5B?)atf6z@;bzSLXn^78kdB!=uX zli2?C=dXjiH=ntb;?S7!T_-uRd%1ISxWDiK(%4@Hm*mTQoYUO*cy_YwyjbX7$_z>I`eoHPIV za{u?s+eEu|s0A7x-WxL~|o%#PXG@U=V_J2%w`I^@rn%~b(T^Go5CW>)u zvXDXZiq(z%pSJIOp0#&Jk^sZ)jT6!qeG7c9@au<+=>G!}dkv0eEt{uZ{p?=*b?$(P zJ6;Cz|2*d&khhKb-Oo4dQ43AuUv%DS*|*p{r`hb^*4rtwjM$Bi8!X=9{ zK0n>+a9rMg*}QsD3xS&-RdS+c^p;L&wi4XT*Tl-T`^A0srOTu{7_{0p%iai_c=_%7 z5XTjte?=_$^!KjF4HbEXjqlj5WRc^&$Tbbzkzu|yWN@R!j z=aOZwHM?O%Dr{?)js3+BCk6)-P*Nc z<6{*MYZY3~Q@mXKOme4%V4TXXd5)_*r#bvx=dxwfP9_8K*E|nf^)EkDP_yh{pR744 z_?fYYKEtbN3_Xng5{^m_0-}_coMn`lseWCxmn%GHg;NF(!=;2XOYaFb-0Nr0xBtO< z&GOYgUR$oiQ|2rE+>mUQsK9AcHP0)KGSs~RhM{HKf(dc3u1q1%Iu4z>F z_vKf{Bj;M&%-?G3*!Sox|8Lb}H9aG9f0^5>Z!^^j1r2y(lD#~l#DDL7lGx0&vNK4_ z;pjTKCnuN8thjm9Cg0on{I0n!d0nOG4=BC$FJoRPZ+88>z|pGtIYLuLG5~f zOP2cXngG$S{ht*LY835@9`8TBC+|t_uH7q^Cf8g#`R$+NlDw9u@e%DucJuvM0k(Bu=;hyv7 zwkWv+nIHA~4xco6aevp{PcwVcMNa&Sq^D=H6Q{yk}vKCr@`HTwR_hh~!@ny_Yd77kR z{KTRQbM>o)tnRTT9NV_ux=-)L!T)MSjtis~q%q5DGOu+qczTb$Zi`6h)5OoI^RiB! z({h~Xe);>V9ehCrUe7+wJMIt}w^nEV>3dNhPKEPN+kPq_IlAk_a>?v=GU4tGsSGatsHTO^C`S+|02#~=7B<>(Xk`Nm(f?7iKB3;v(I{bs+w3e_@MefC-XdK;{lc2~TMy1$#@ zL1)|h$d+|(hss}Ha<}Ep+WPly%VLd{68T;;xBYScxybx#Wqt79m2zI|_Oj&o#J*Yf zEV}8y;a(B+qK><@z~(>N4uCV{r9^X^rKBED0u7c$k!onwF~X0i(ch8 zdv{{P0rpCJrjIG>*IbeLeK-HqwW>T$PZOtj**(kn>vkRam{Q6nG?_!M*!kjl9tCsh zCl45u`8M85`~QvM)R}fwJ4wm441ee9zP!AzXWl~1GoLor+-AMr!0L43Da#at(-S+d zZ}zreUgQvvS^RMBf-?))_5WH{y_~c>PNIKnt?%(E8qA*F-cOpI78t&YeNdC=ep_P7 zqA;(Syy5Qu|L?3_W6{zSwOpaqv9piu&8b&R-73#y3f&j<6>vRESu>p>C_0LT+o*-H zXq!%$#epA|C5F7|9M1md65j7f+^@B9g4D-`l^p%&wR62!2d`v}R_88zHGAfh*K6$0 zWb2A+Nj`GBX8rp!E3@Mv0VbIMGaaKF3jb0Vv=2lZ$lbQT-lS&9!8-lx!5H7tS5iWY zzrNIxx-TOB?{jL{tlacUuDM#KrJ6CDo_H}VX6^SyA{nJJT|*36vCe*E>%-rWaQ zvnT~cetz{zHY3lbh&j!bCzdIIW6AA#(~6eyFl?m7EitN1@~Uprw}sXpW@pk(`kZ0# zvEy^6R&&0F^Uj?L*BV{cU?r z$?d$WeX$>DpP3_RM9M!*1uvf8bzct6mZxeEwAFe}?lclG9aA>wC<+u>b#` zS-x6@w!(M!|Ce9z-cD?K^SRdW-}Qf(_!I9v-EeqYDp35UcEt>3YlyVkV5 z{eXO{<-XO{U!MJ%tH55y=`_!PXTedQ8wPV@)8rKz7!$WBFc^sV?f}u) z4^GSYlhUrU|2)I>$EWW{u`{PFZ8?7B4EyvGGZT_0iyB=J>zF5|cY(EJwz1yIO;roa z{0;~hOmUaWdu|<-*IskL@{ar;Zk>fYF8`N3UF5)P`tTNu>}{EVD}EOhrl?O!suY`M zwDe6r2j?jP1pzls)`|};I(`qH9u%3o`9Na8M-K(DTF(a;dF|!Sw0>c z`fXMpe*T^-82$g({|j?|R;8bNFSz5){XYgFHNDml4DmA^sJ_WSS2A#eUa<*b-r zxBGbR|N0NhIRDiB%$mOZiSe?foctl}6B8!Nap-?MG%xkx8;##YJ6ewfbLz0P}|fsZ{6eN$@aIVyv?7o>DWf$j^9hSeqXt1`?+1N3YR68 z8A-@ITI?P5?BASdn`=Q_wOxxNMRc#}#iVZ5&o$dM!Bo;G=3s80mdoF?lC`OB72Rdi z^YwC7ZX0TLFc<4`&7EZx-*a_U_WO_9e`l=gJro)mJWDld-Pw$T+n?LM{uuk@D7Is=R0Di;cgtHD|Ba+ICEF zUen(Vb3XoH{j)FQ4g2T7u={*>FN=m*8c<-yc@h^|$oePvI2}lH#(*4#}=~zQbdk z_mrQ#&*v5VnRq94$r)c2hB<3rhhGt!E0pZ}VTaGN8eRz*wKMbHC44>``n|Vj`o=X* zQd8F4&7Z!)HZqpsnWX*;MZU}2)64VX-lmEagN75;K3 zY~F?^2EUK4R=!Yg6!3M1>BCcV_*<)z4?8tKm~v_7uH}CCbPo>-#9x$?39 zlH`@Swu|{cu9g?C`WRZ|zM5xA`Ie`Vb-!k&bM1(kVCcs&VS8uzw#D4(?0$UL-pdqD z;@Q3-Tze{an<3w{8O9dd_n&jgYUIj(Gs)GG^bTwhq5+ncRBl~K?)X?tPGiqpZdz3MGtk0z-ac|E$YHS@^1 zmkN^RY0+#GAB0^~cF#TiCHNAfQ%4HJl$#p`rykqz^;?;cS#kdgYh4#3`I%Q_rv^Nq zP=Hu!KBBgZ;kI%m>(WIfuw$L?PP1o!9GTFI@vX-#M z7988ws;w-;kgO;yIC@@N6-Tr9|NP|)l?@`TcOSS4d`gXO z5iPe+l;z6KJXvXYqCzUMioYP}_j=RGjVB&|b9nja%J;rsil4gHgub|wp0Kh+ukF{O zXJ$`pwUyskvMj&JT1e$pj&Id{-6v8X*|)B8<`fj4 z?_T)OF`$0!>37HeeZ6@3-lHpe6_#FIb_Eu()m^XV?OVIoQPA|pDy@yHdn$HKD`%Q` zx695+v%&m!q4Y-fGn>_Kz7>1C_J_T0NbU*#U(dvt*j`J1UTAuAeFs;!(ADd=j=PtC z=xV>iz&Y>w<+HvoKP(O`JREr5HfjFFd%LcQS8)jN{B?hMqMcKv`RKZy`wy>r3hw)> z^@DeU0{_yBt*6=JPG$3?^%wkT-2VL1R_h#gll|Y7_MMzNFUH~C^}ZKhxjO<6Psm+a zF7PLGdhf#fwRXY*9I{%n598uy#VaoPa&mpIefNb@=_s2uUk?@iUZ<`xnI+FNIP1Pc z%{x18rRhg6m!&qo;Hi{1DLH%3vGUEzrZaa}^jv2wRGf9Y@9diVm&LZ6>GnBB>9!(Y+{Q#*zw77uHS!K$$KIH?gx5tCd>%qIP;>$rqZv_^2I{| z6NBeTYeWt#h?3>s!z09h|Dm{`$tM=A>zhuo?mu|cslorvb7}8Yf>H|-CiE}Uc+6|N zK04Fcb3W|(v?jsoVuJA?U`T368^k!S&+{sM=kL$z5(}` z-H+N$KK%XKRmnB>d6J33jxAgk6T2D?{;s&e^myOmuYVm=4~41wuwT_Z^89o-w}|P} zg~f@>6nyW+^GubdY%s8Tc=mwB64vuG1g$3A4Y(pcRZxA$-1fC+ zD({N;9zQ4?`*F5G!)5~qCcWvVl4bV`H){y=&0E}k?>}={yK76+rOusS+Gef#)zyX((}jGt?6Jdl59zIWp(RfE{xHC62ShK5hO`~Khi;e5Ym#lK(seg-`L z|9^4NzW>F_>;M1Kul6__zwiI+Up(>aw*PP0!OHc0y3qa4m*k`sZ~hQrTXbnvHiLq_ z=7)#pGF~SrBx$R!`KNuyA#rk9>h8AUm)BUTeiYtav}#q%{0|4%?t5_+26m^+YujU) z^1(+c@QlZ2;YY4+4Gug!GsM^aocHYq^M~)N?pv6zV-H)}9cH$&__L3-^Jb2?=?&j6 zg+%O2J#a?CN_l4b-oIN<#Mt=vzyHYnBHwmP;m4#3Ca0Vue*&KgRJ?t}e*5Fp%KHD` zlAU)=sqXyupukrP0<^?3>W?I{jznw4`YumJKLgP_kQp%GoBjM9Ua~0m~p~l zPt(eMe;b#dnamMV|2v_)E&ue{$1yq@Wk(gIO3JG0YiGaDldaV>$-b@BH!IK5*H-C9 z+s9ueUlzQ7{&V-vZwe>x{TFEpC~(TU%6sfysae~~{G_>C_WqM`*I(MTZ~gtu$8QgR z=ssKj<-h!t=B1Zk-pZP1|NrX$@>`x?W)|~ps*p)v^?UupSC9CQ{@S~~{{Q>#_qWWn z-qxRP6Mw(+Wqrnx9nJ?7zB|mX)!k8A&v-CkZuH0K(`g4^F`4cBv;XCPhARoo(|g|i z_FwvZ&cjoJ<=5+SUK!ti9lgFfF6V~z;lhuvbeMLq{Jo#KZt=Em-k4WUJLR+Q#cbU= zrADW_!N7OjKkk@5nYj;UU9Z(SaK~TXN4@IwtU$)5IZF+jIDg;&|Lq%>ZK3N<{lkYD zZp6o=8s7OHcX{1EwZHrRKRiBr8%OCsS!ad^?brXeKYX|GhWEMu|L=cl6Z+u%`eB(HOA>kU~~EmVohJ?e0vchaq=i%R!~>}1g3+H*v{ixUXbtizwABN&Q_Pul2$!D+V^R;qDoUeds?Wk?WQ-$zg}NkYViK#zh^afi(Sm6_41W@ zc@~D0&03xqYWn}b=6RnfQ-eP}o4}N9(|PRk%Vn|aY?stL5bwL}8}ikXr|QMEm}?0d zM<$U)u0eVzIZO z%r>(b3r#-;PRsS@HhSHAV8OaOUzdhh7rcu)7P{+qf>P6igV`4RPzxUs+`JeOSH&-w{ zl=9`hr+v@%WU)>W2eSZ!*(AUH$D_SBcAe$56#voPzxR7PAA|JqqP*FybN9Hf(R*CY z{Wk2>f0nfsDdIEY4b1n3nfO%7yWY-=XgFYFvh?DK57MtL9E+RkH{DWjz1};4a|_DK zf3CP;>ZtbL(j?ho!H)gqQ^b2rh2r-;bU*MnOKyQcP@lZ|=bN?$C)wlYmwR|FWQ*Vw zUvlI6^39x#X$KZd7AY4e{@K4&X~BW(|JC1ae5&~<*+X&dD%0hSw?F2Taf!_Tn|m>I zn&7n!@9!>fzAN_e!i=+r6`q`z%v&`nw%3%~xJ8wvD)-?vnF;CjxldlGZLfQ0lr6G$ zT9cgbg|{(XRox-}e;dca|ikV!hLZi za_PJayF6ANJ(|k2By`=Ho+67SJ#!f2-j=1leY{UP*Tf~dEVsPDS%^8TA)w)6yQG@z znKN%?&*ZH*pkH|Zcnt#!gQ34-!jatV$#?c2@)t4i-OrNicC*5(){DPr^3yJlRYyDW zt+v0JcytCw*}IieYL>ez7OUOa`}O6@Wf$gj)V^%6a#ssz?VI(4E416YBWY*Sf;)R{ z^5^fBV_T>Ash~2u=2p+)Dj&YxEB5_~$>|bdb>A^n_f(qe^48@K^CGpD?>60QsLN)4 za;xvJzuinP63f4S$osgf?Qhqt4Bhz?uFOB8^Fsd8X&tGRD-@559r^lEydse!p)l%x zYL5fg`Wj&$=XQR!oU;Nz>j>RprOZ zJkE;T+B0M3S2q<0TP2=r`ubeQ8Z~wo6#i%D`#QB_(FeKhQH}?Uo|atF_qw%y=`ziL zZ57G?IwXBK1Apzdiq8E1u))DbG-vhs^Ea$M+jqtC{W?EYvO0I44D-Vd9q*|L9y`yR zmH#W{Y0-Y-Onjoj4mSDMlOGt})FNW;YjWN1>B^KlrFXU|9xJS#CY3yKRpZ2s4totu8B*-ZeFdq`z>tI6>ZkvzuMk6Sp2&8#$5l+33l5B*7vSlx$|gC?YG+x zZ|?v4<^JThLch5QSDpohZa=>N*8R#$v+8CQFkIt5HmShu$_7nS1Je~3^SCE@Y`a|d zGEn+l@~;XO^TT#N7eBsNir_9!DAx^qz^-AiDam`g;Y5bxhv$WqB=^+KyPe+t_ur=V zmsIUu3hT_;E98D}sh4MN{r_LQPN(kG?0R!ze(sjbw{^_wqo%pp+dhfi_v?N`^emYp z{TclG#s6;o&u~D_BKy?}yRcJ7y52EgYwP~*f93q*&^IdoZm=KbZ`v2ZeOv2Bw$9{iA6q{Tp_uSuysq5vzHGOkq*dDJcSYQ(C zvDjzj(%Yx^H+(r082q8p&mirI;;e@sR@d$H+T>zqO7oox9s=kM*>}OB3VYWN+5$6i-;S=%s;GaEL#n`_!fX zugIU~UBBe(f48)=icW9Z z@;8UE`DfcRw)qFQO%}9@(|f{S7WYkU9?vxiSB;y&mRaHrt`#P8Pj%frd}9-LWHP(Z z`L;`aeAi8KKCL@C_51HTn^wPxkWx)vb9DY0o|{o}j`Q~Yn^3Y_%~82MbNWZlqgU5| zSsdBA)?wX)!0Sv5@;rZ@EuD3`tfYR%LrayZoKcsuMGkUm%dtFja(F26m`$N#-+^3% z&fNu>o~9XHJbi03S4d9quz#{FAo2UZk_Bm=vwvNbYq`P~BU|KC^k9wFng3UocK<2+ zWPh@ygz>_JMV-`#(?fuo`RV){9;PalgX1no4Dt}CrrKR@b2zyDrGjn7Wk;zZAj zXUfff@#tmM85_&vE%%;G*IlgnT_xjvXy-K%1-8O3KIv zqOYgiVyS-T@HtW^_V4ERr#3LHY7=;?nt!&!YRb%+|F`9Tea3oKVcz%k=l>s2-G6O$ z-RA>O|0(^i5v<+yBtA`c!$iRi6IIToJYdVe_WmrNkaB`S!Rh3?2@;Rxe@0m!xjFa! zmi1N6NdehiHw<6Sza82YxKCxN>J4dT=FTR+jr(l7{_LE{EY;Ec^T(mv#>V-qjlBZ< z6@K}iQ+NFO$7t=R!%P0X{Lhj8Wy!f5O(m(+?AL#8nf2W6_`z3lz<|Gh;Wfbvl|`SQ z?VDA@thDs!OYerQ-`v*-?%Lh<*z(!$-FEfKN$mIkh{-a@Z<@WMTzA`3M#c72$0(_7 zTVF+*oBeoMKacy1;CJ;OiQ9^LmizpYnq=W&yTY7vt>VK6p1J9DD;9jeA6l0eF=J}t zcc1Xyj^;g$ZW(T}A+=|M-`BUznw(_1RAAGsRjRpPF8}zaWHsx1z>VT|iCK%QB4rY_ zCx(9$ls06wsL5;f?3=^R$Di!NHuZ1KsSSZA4?TX=k=Od9;ND(^)IC}SA>RDiN;9wT zF!*V@)%N?(!?oMhav0J~Zbkf^_IiS58|$su*^Dy}PCx&TXa5^Fhhmer^P5-q7d+Q^ zIfF+kJ5|wZzwm2g!98ESj&I!VdE@xS*}u$}*}DDh?Omhc7;P>2ccy_9)A6f2PEQT} zYHakWyh}udadOp@&ov(}FaJ~fzfWG&{_fv@@{D&ZpPl!53By#dpX0p1=HEyvxVu@WZ_OJKvpi=dom4S#|ktbh2LRCXL$eqjvi) z|5#9zmiTe6(8^2Sr>p#n?f>1*cpxFPMB7YQRPXH5v)z&zIwv#c%SPW|_-SH;KbrJi5Mci}h7&U*be`JX%1-kZUXsw!o`~7?d-{Fp2R?b;TDg6uu3zr&zyAMU>5r@W!F`u|gPvaOfB)a) z3-4;lwHGaqo>ktHmFZUV>CUz%7S*Q?8in{<{+j+`PA=olexn}+)=cHMxB2CrU;j;( z^|)M|a@>MFyeC()JUd(V;4OFIo!M8PhCE33mw$ij=db%h|Nnoxbvz*Y!=c8isa;Rf zdj9Qgo;N-H^*4sguLTyZUAe02{*%z@>lZzdo;myW8pbe{$I;#AZ@(__-Yz!bt5|r{ znvf~2|75%N`(L?i5G1&Ad*t(Y)%EYqb-GSV6)1ms{C}EDQuM*CkD_j8wtmw%@#cTz z7x`;ZK7s$`_syzVrp3u@>9%S6%ZHwQUWv=J1Z;k}S2pk1a6(I(&D!Ii>XX6F1dWYclal-@|%5ft0kj0$tH`peF;=B7fRc6 z{;a~(T_*Qt7<4m7J?G_$J1g}6_}+DAlCv9>zo;>FPcrA%f2Oc1_(PBT5&66uvU~4J z_4}U{W_|d4+O!42{Q?4y8afzCLK4*cCV2ClmU*^yN#$|r>3aQ44gvDwcQTiA+Ai1b zIhrZ*=lBJ#f?((1+f^49E!NU%y?yYJE;rkQuRWOw+*K?m;(a+UDp*^7$YM8ZY>NFd z<5lVA#W#)@SpBLMoRP*L#&Yg-?u6}EVqB&cnU?lWT5#m~^5;Jq7#t+)_k^tBeW0qq zl@O8o@5zM>C)-m23{NK}8#n!xy|Y!~nUJ*cgpjC;TZ>m6d!v-2W~gwb!_r}ae#-nc ztzE(keyqOR65IFg_AViTo|51vmLSuf^H_dBN_m{J`?3M*lupcrH}>DJb62ULgKb-!*o*gmqYF2ghc-6wN0lz3PrcuKlVLaegB`zc~__8>jE!K8*Mhq1hG7u_Sva^ z;#{*xhUxMu^XDeLXWg7Uv3qOa^UMF+KJrY}VvF>8->+~oy|*JiWBHEUqq*F@x~DyC z{`l?ZZS>)beIh(daEVRHVTKb);&C#+PkeM<{K-D$m}`EC(AJYzx373+cd4doM*jP% zV%_qa=`V7YA24}sa9Bj~xzFRpk3O|3eB9vk_Tp93%8YlvvLjFYKCN7J==!m<4NMQM zyOvq)+v?i-;g611akAgklp9-+%O};DTQ-w!Y4kXk4av;#lpbUcMKJx{<6Nram{f*WXD{P!{U) zn|Hfhpf2Ztjc3E+jK-5v(UI0yT_-(k7cre0CVZ{CZ$hcY$J5dV2`n%8q+1f_ToIQ^ z+H+OxTd6RcuxcSw?1c}eyB>U>v{d)vjf3yn+BREFSrok9;OZb|Ff6M$#?kQ3AGKu-{xNC*6=9FB^GzSq)VtTYUS<@QbT0j{ z;{N`vkrO^EedV3MT+i%YT*0TOi+9cz?{l^~Qnt10$IX9tbKgu^-G6Cwl}XCqnhZ7H zx9XK~1t+Bf`!_|TMLm+c(H|zFCbLg$DDHU3x@wiws%_a;4;7yBN?B#C z%q*O|#o&~b^((oi$IjKSPfxRWxUofC{_GOF>JQ37Mfay2X=%zzJzl(*&GJLw_O&Ui zHCJ269A`N9&~W0jmaO^F(o61$?)cvF_0PTuf>|2-?i|WVy{WOUFU49lW=XPq%CsBK zoL4-ujCyk3G+kbkw`SR!lOH2PR#dy3o8&mrGRh~h{!*UB>VKTMcVBW8C5zQ$o&1Xe(ESGjD6}cG)&AMK%XK=jrWXr-W247|+ahb9<&f9Xqy1-ACC*bm= zMV$NNb~x9i?}?bWqv-sj0`;4IaXVgzeoC%w4-#E{sqgFmyUJXuAp!1>pG(CTsa1Jy z=X#}Cs#2@0+5e)fu=dwSu3(nNwf67y4S5Qg}XJ z`cF1(oG>v!V&twgg8uZ~RgIxuNzxHMSR)mF%wia{9tT|(F;cR!XyF7=*Qr-jg1{KF=J9Du#F5v#O z>bKxdV|izhgZEdOP3!w|_U3-oiXFGAvRoIxnRqZO?a|Vs=2;*4D)g_JPOF_d?YZBo z(j^{i0`B+zeSe-;+2yP8U!UxK`xq7}hOL*3{hWB>*zLO(UzL46jtp60h)| z;mztJ=MA>ajCK2a;?UfJ9? zaORp%SNr|PzuDK_im*6P{p76Dv#QgTOaEs7KP5Z+-v6TWa{K?ee}RS=GMaBndn*@K2Q56iZ=0(D?*&WCoqNMR`rp0Qv~JaN zTbCJyyJQ~ZOSh=V%Ub{3?7VZ^LS2rR_CJ1}Ek6?G6mO~gq}=53nL5>vx0lV%{WXK- z%9W&=Z@jvv9F4zRHjCut*{nBvK5yc~g@1O2U3`_l;HvDuS+#c8d2GtlxlP`L9N~L@ z>HpUszpgJ?667?cGJ08PPtoIrVK=Tv&2%`;d&F|<7t`+dPh1%ye!i@W`M73%%mu%i zTg$rml$I-fckk8+UzO_+c)g;HvhSCRg27)|F?f1 zl$^n3;4I4_X#f95`p-XKUyJ_w{Pjmf2TReV)jB&qZ~NOQF4%6%q;FQPeQn|2?%A5v z`}^xZJd7`Te(9#>{gOv}U%yK;DL?<=QMPwf)cLl^^+{3JR2vU=w7z<3BMaM#{MFfyU37D*D?$^t#30TYq+L$v?K~8*B77qwFtA6fZ{_X$qfaUjNb@yL7&ezz$Ffsn))8FgDo`|h2 z`hUkDx5=}(H~;^^ghR8oZM`+=A452wKvV9QJt6v6*ceX;ADjOFvi}=qj~X!p_jT6w zJj@IyK9qfVf9d2rg$wUwoAtC`zWEjZ|6)RG{Oqo@_{l%cFeu(lX#V|^q58kuR`;2+ zMBW7F?ru9F&bT#p(qfUkPg81ptIyXz7dVi2D{DsGyqzLt#=22|r}Lb?d0e1{-B8GS zqt@G3;w#UY&u*KU{@pI5`RSkSyP8e4=X`tGzy0l$yKhcdKMYu~N;GHDl2`iTTz2Ls z)mGR3K6SkQ?T^WkpH>`y@l14C?6pfCS4_R`UJI3ab+!JF6^r}5+t<=sU%%t~vUX|t zS@lP2u9`ITX&#%pWwF1!9RCKB)vxzm`~UJ{h|k|C*B@3L7u=*s{OLL z9xZo{>gfn8t$bq_b|vXV{+;=YPpH4K_dfaJ(X(57E=4*16x~tqNTi9Y`5WV1jc+Gy zUkd8;WwpnDO1~EO`rQ(p+^6qdJ=c}CDU^tYE2f=qkTCg|BCj9)_eJxzhfShKTMw)? zkg3*|dAlW9L#{bBA$9qJtRyjO4RII2XCJ}^r(S)f9cS~<*_iE*UGun`dTe-EMj? z|L&Gg&39Tw9W=N(JfE;@$`nUlJSo^GV*P&R;j>ShD&E}veSke=MnzD5>*I{JPjOx~ z)24c^c=%asO+}Q}*;oA=#bVQYOYE$7g{=BH7 zpOqO0dp9XacjVP3=-0Qt5U+ZZFB6RUw5_i)?^18&6IJ! zzF$DrG)I=%>z(?}O98(+ne=Z4UlUC6GaSR~qhENxN-J`_T6vFI>Pz=- zpUqPDd)NN{kj0|WS!Vw3loZ#-z(;QaX6@Xd!YAsg7WB3J_Nmjy0wj1v_4N!t-zqezIV>;et}DhPt+U_TAMMtd}(qJV5nebU=(-k z$YEs<%zC2Lx`6q`V_lO*#zotmG`_E6V0ofEA+uTN{649hyK5)hn3Z%xAwE5FZkU~^ z(b*fH)1Mq#qMSQ-x$)Fy-Ks>{{;H__I_?XmYj1pgf9zZP{hO@M7EQWk)VAG6e2p5n zhiFjcaur+axD=~LK6yK)KC+VDtXmbX<9DCGVbS-S!IM8~zbl-4Y~I3S%l1{A+}8N+ z>+RsylaV!ASJP5WURQ6sW&QQ5$!voi@2`csbW~rK4SeZSvARSg_~(w_r8o2DI7Nxw z`0v-p7|mXOviJOst{>NhPUXE6WcPVrD7jfL$GK8?<<)EXk5hAR|5?bduyx6cv*NFn z^Gj!n&51UiTB@&gzt&^*#%s}zw>~aiQ@1Sq_1j&i4jC7!Zwyctvi5y^UbJdroRVPB zsldNKYZr<=xXTl|>f>*P{+sH@O&rthej2?{m6|WS=6iH%{f5;y?!?tZpI_uS>G$^a zlUW#Le_Jn=I~n7*+*RDP@5GnVY4@9XCf3LAzn_-n%)LGP#D#ZDT8}(4bUS$L*{nZr zEYG-CFVoM=bF7}pR_k~n`P$Ongw&FL7l9X2sT}`fPOWQJvMOD`#@TN%&v5zGJ-?HA!dC6p+=>FwwwrqWjJW;&ylka^`@V1EPI^(bUGwIQR z1*Z=Ebe`e&LG|0#o^|iSLtJM0$M3oz^niEYr>V2d*~J#|K3Ht}Yubgfdow&PzUR|W zopt(%`-J+Jm$|$QTM{JHLonO@j?00?ELL~|L;GIUpAk?vGyO!-KT8PkG51jwmx3-eM$V~275lq zI-7ivcUuniCtaT2uKafI-g;j*Km48es1cfD8WFU0GC?p?d#j**XW)NZayDudUBDYU3u;0%~vF* z3RzfOdV4qh|8xrl_pRI9`E~PJ7y6g2=${fD)f z-jP4`B!5%OYyP+#zRTS9M$TgY*W5e1-~Zoyh6DB&_U^jx{eHfUGw08JbIp@e=XXhX z)Xlx3uND4Y`8Q{u+n?iVvu^1w%{ygWsb+Gw@XOT@tL*o`>mSyC(v_YrT5?>E*}P_d z(zj@)d9&7hc7L=*b!*;9ZQnmN{zZc8mRfw*?~JcVZgN{AB5at_!4(v+aczX8RmbBm z|L@y>-9BGo-_5Nvzph>(%W>fCR{NV1C$$AyefjTrNAcfgLybFL+!lKKv}e_XRvWjm zSv}|aBWtk3R($r`A3O}vJPaz|(qsD_cf2~t@>PMo^r-6Tr*9_a``T`M{=e|nC+6S% zpW^jcG^)ivq^;=wz&z*3m$zOfXC#uJ?cF!Qv3*HOh=laPsSY0d<8FVx&{&oE%hc;t z)j#>ed7*z^KiN7j%R%4q+A_DUP3?b9Fg$GkYMt>sC`sRZ{cq<=zPVwmnDwXc{wV)T zFH*MX@|%l0y7PBGV~~?&QCw2X%W&py9lKrgvK=`eL@IK{u7qDYa=tz7^1skp+oXj@ z@*Dm>F}AV&f90#ey4D?{Vk%L-k_SvDg+1K;PncJ*|MEwNmOBsYT+33wnMVX3S$B2k z?pXh+HVj5$yN_9~wWf0x~!v4fq3&*S4oi{F=4>-Psdf69A^;dPPs&W*1{y_Pa=*G+%) z;$4uwv;11)-&0h7_g)HLu-N<8^$)=hWOrpPIraR1ojtF{?EmYp#t3ZZE+U(`aqB^_2{1bKG{R8d=DFhXaDU#SbDbA z&w1tgKS$2VyeO!uN?N<)$H|i8>8Q!-mxIWw59yo znOE-_mhna%xap%OtEz75@wBMaLjPavu}M9O0UKJho^QUm@WIo_wShgZOb8TFxEHggGAwm%PIqPJ)OHS?Fjc1~*1zuh9~V<7i>i@0{aK!caoW92 zUQAc_RqmhJwCVlq7j6?8CU}%@QkKp-)_zPgYU+HE=Um>>9}g$)$~F$3`u^l5y>omY z5Bf!j@mx;df6s8!ZwKQ#vF~B)tev=wr~m&dw_xYuxckeO&HsPmT4e3_oGZ2V@(<)! zRI&Wc|L{iM&vDNFyI)SWDQZlpP^{ZpoBw@Q|Mv}jYVT$((O_>4|zv&F5eBkGJo7$M{d~{exY5R(3ewdwk`H{Quit zi8YK2%op~>cv|K*AKTj>|Nq;6=lA?PKl7#jn6-Sm{6BZkuiO9szY!`H$lJcBrNWN; z-=SIJvw45C@pE|auA5x*H>vlNRd;X68s@6c&h{M%(uW?_?)~=3@tRsR+y0#&8ypX| z@fLrwO-W$ukPXnSS{jmkFFfe4#rEUR_y7Mr-SYj`p!{RDUuEsjUZ2s#ze({CyOir0 zCMJQV%zeqm0iWMKka`kpCeps*V14}@F_EmW9GmmEzdn-nn3nzRa!dN(TS6I{G8-41 zye)Yyx6Ekbi{0P;6n=HQHq|xq6X)|QclL$WR!U}Eef(UkkTqW|%2-prVSY+L+ry1g z8!j47(Ki>fHu6uq+F2jWOBS@`R513-`nO;=kUZn z*6AW6+w)&9>NAX*X2cvexbx4&=0cgl6v0<#WmkNhu=hzyjnr%-zLXbAlUd5YS+Xt& zKOM=yY_#d;+6k&0ovr8PUn>T5SDNP^d1S>a(bls4z|99U-)?h@-!`k#diBnpx#zYw zXDd`LH{MaeEgX0tQLU*sLBey{Mvar4i%nD<1J=$jyjH9&tonWCwTX|e9t{-f){$=V z{doHK>~$NY%gwSlADo?hyR%0A_rAOr7B_A!dtlcTWKvNn=)jyhb3(8YV+fPfws_Wc zo9vtgzINQnXB2fgqQo{q_9I{6^z%2DojD>A?{9rwxynaZryI{rh*ECa z5vROgLw!L?5AQX$DAry{1vZs#1Br%bTfS*tyx;1&cH@%j2NOSTxXT;%97>Md5eoU^`-x^eED=G^yTA^m)?c0TJWXU+x3N`NUysPpTpwxGm`8Nf)>2W zp6hh^Vb{@p^IeQ42=Hv5Y|OlT0k@vecfYh79M^w~TCCKZm&w#1W7f;1ap7v@>|;%) z!3~Me&PqrqJA`pg;C9yF5x>BEyR@QuLFS?dcA+scd`bKV8`Q-lgnb!Va`wtA+MPdg zxSic;|CI7StcRI@-*unySpCsAuiXx((|tbLHviedFCvoIU-zhi@B7#7AFlMo1p&MxI^zr%hec+L61VClp>bHDzFP@RD0z%6+S84@KKr(d;d@n|qll1i@C$!**2ajD_Z5ZFZ%D0ai(;SYKRg0`Q5i4L@A1Lv}u3bu!kew=nMbaqzaR*y-f$_ z-tclXtUVv|)@<_w9>M2Ts?GOT7<_!(cZOea*S1wFr%jA~|EV%P;(JJG_^RF_+x>cX z6XX^wd7>4?mfq;9V|jYfWyKSRkA|B3|6~4M>+YSM<%ywFx9c{otDQX0gMYn}#DD)! z?~Hd(wB9^tLn*&^cDlU-)0#Ur8$9^*dHXu&PdS~r{6pWGX4pTm@0-051(nX|+9Uv&GPbJwi$a-eIr-PxMRv*}CQB~6=KS`4XCQdO^Y-byUz!06R!vP$lliS(QLVbsv(Nms zeD3}e%8&2NJSLYD!60(*%}Ik-CTk>py=HVzdvbKqDJCg_jEl1tJ-u)^WK+sUsab_7 zE32zMhgULv)U-a;vz2ix+e#P3S8Jc!UF>DHzA71T`iGyn$SOOnSpJ6ujT5$Qyk}E$K=tGa7n9Q& zrxo5sbi6v)`cXK))-lsV&*H$F%**~U9tH_Bf+eo&{!bn;GtwduFpr~YTV-+%ru>#plL7B>B1>jiwXHu6tB zvEuKFqf>WGtzG}||Dx{^k*VHXSF2rrY^-$-cdz%qCdbFPHbp#s$K}{yFGK#I)K0s^ z8J6KeN4lryrQ8dBF^OmMi{5{?Ypibn+mQY}O@;p*$MP#CO^t7k@Jaob=iRHf?Y{Si z>+B2IJ1XptuHrlE&GY4l@|Q2oOD}uJ&(UU5nj#m(rj(xWcb$^(`WO2jGJjbdA-l4x z{bxqbuGK3}KS|e*1 zCl&R{ym>|_+m*$0*%OxU&KCdwV1eZ1$8j3##lAm0VHP*>;nn9)vzOife}`4~{DF18P^dt8(037opS z{%e05&mNmD#(Aj{>>+jHmnY8W5IZF(Ha%?02HmPf%u!tiXP008xA@GBxvgKX1~X4d zWhq#p_VbI3)icRm>u2zN)8f{O=*y8itmpX6JnVbJNvA!s$1aNPY~wqTbo0Q)1NQs< z?XU0u`+8dM!cC!056*8evixD&xYl@<&BVw{3S}FQ+!F{YP2#xS|MA4(km{Co4YI33 z(^ksvY&ribci_@ux>cqU5i|XlMVDiu_}|}4 z?DDuP?lpc}9kQZU!jW~p){D8R)9&c~n8G%}c!p>K) ze)wJ6(Ejws>99@vtpXwpI-S&ihQB|W`zFWq8kg-6L7Q2Qxk=iyY&F=Fl^XT#{_jg_ zV%V_a*v*;Q5?5}sY2?4%_W%DkFP`vKmrX6tcPm?~F}d$nw$Ycp^3OiB(e*~(j`o@_ zSF2p+Re$92)PKO1938fA;igvx#xGy?zsl50|MKqz+qE>^3Ee+*{3kGNk^8)Ijrd>Y zDYC^jYWH~z4IVA4Pdb*;^TNs9#bo&<*`q&_9^84Iy=Ila(GtsT5a-rxmsTA((A|b4Sy*}@}BK(-hMmxd&JCh>jh2f&8FT@ zEL+mPd(Mr%)awkHZl~IemN~Cpe|3_M-GBR86IWc#)y-y|mFpR?;?ZjPj-_2s?psN& zOO|@nYgX?h`>D^o`<8#)p`|xF;tnjF?f-K5XXEuT*A*_WduzVW$0A~ycm>Y`GdJtm z=jSLq(3`a_nn`D)CQ~GWD;{VBnSKZL~{?0nC zO4vxXZN@a&q65q;zQw&>m;e6845bybR<3YSd}|pY-}2t??e+hiC-!p)ILpP{3%O$a zRj{sKuQa}T&C4@8oe%kzfBXG3<>qbqKg<$I*Q=k{_&qbQt-naE}(;W5!&V%NAV~;J?HfcU#HYC^MCW^Yt>ie2wYzI`OvPC?&%KKf0Xk6F8&`m^PS?FcAZ~)i&uWQ z!(lh|#p|NwC!4KSt&9Hg?vlZ}xA8S)-=26+xWun}Oe(zDt?rts=2Xo-hRsK}zdPCY z^Un51vD3AV?b$8=fI&hvPegzBqb)6S^wSFDe^g)My2NUB&8~NU@A*$hR!R5PW-mw( z>e4ti_4Of1hiA9e`#n8UH1%shp4v06myy%uXT2@@vdF(JS#~4CkKg|;1SQ3sx%%kh zWg(6~N7Y&n2JWA{e((2L+$>Df!ovc`{Ze**H=jLR_InXu z>mB~0jfa$8y^LYa&bV^)j_V2Kjj28KNoz?V_hXB%OhdM z;cN3(*5mPlMN_nvTF81Bt~;_Ize(1FwNmYos;rHmSK#3Z^}qQ)e~?T55#YtKM3-yw z^FKF43-9wSl&zU?slzuu-BD;mg8HvV7r53I{_|lDo+X=_81_=xDc$9c`MO4K>&Kxi zp{Z=9Y3y%fzZU5mo7h{~=Wq2Dx~b2hrtBouabj)tv3UXZs)l!KdPHB#K4t-0=ZhAZDu4F4h1 z{_3axvv-GKm9 zf?B=V&T<&}t0XU+qSKJ9JMX7kTl=+L7k+3Rf3rQE-9na~LEU6`LSHy*FMr)aXuuH(&|70EYFO4~Q} z?>DsRsFpptz2w|<_DvytE1YFEe^cJSXq`{GtyBKmj%yluQ_G@MR<>E5p0!)Y%yjc7 zwqQf!Ac_0g&5`rhcc1AfKO@8W(7H_avbSrJ&2te`!=Sw1YH=GUd+7gNkurhp?(CaN zx3jP9n0xopCC^!B)h1_OT7UVL+oc^-%6@&#n<|(YA1q%sL4Mt9?P_k_rrKZsj!inl z@b2?8PF630D|gmSf4KAZ&b$rmQJ0ok2J)};zuiy8%d1oZLZ9;s1cyef+52Zx zcIo%k5uGB=dbj5|9V{$+%~yEM-q~T|o@)#nJ_u$Xyc2SyMbBAe>mF}DAqGy~i*v(N zHg2;|c@R6z-0$A@fO%~%F#Lb?J>u&2zfu=D8JOFS zgdxG zG>P^Xh6=?-SGRq;Xq!~h5ZfGdao_T(iTyE44HdTCsZBC9cHMnrH_v{biR)^Q#YA76 zY$BpyowVj(PIQp_@*MU*=hv>N`e`yTFx>Ms%geGE?xrukCGLIG|7U7>vb_4w#BDO2 zKY}ZS;{vtV;vTqH3$e3grP zaND@HbiSg5Qe2{;K!d~AZNaruu79cBc(Z5qvFfcmBeu-3%MR>bnRdQ~V=0dy$H&<+ zL8H#erFs|2FS=Ah%p}$}YKALg^B3 z41LwV-paDNbK=eZ>xCVM4n#Am&sgtc!P-~m*izzi!};CS?SWJG8{cPQ6qv?TFtPHm zSGq<6otpKSHqV){^F#Rj^xNQ2cxHH)iOz)YvD~! z-e=z1V67+4ziQg^X-hwurhk}F()_D+OWzui1h)GX9{tb!x3BH|xmag|^p=XGQ;W-c z+z+f=Y;ot-4U1oa>R%6qZD{65^$uq^KAG>f{>rj{xl#6a)e0LMPB6AExgr$wu+y*S zYp2vTt5p?h-(G$@CtH8N`jNs08RjPst>9K3H?(}}D<0%ntkC-799odo}zcNc|<00c|udRZ4nb&p-uZuK|nKUCYR;*dG z>C0s^8@>XXK%f)sDCc-(}x8%hW`Kg_dU4( ztRUHKcgA_eF#Wui2s7h9=~7?sid@(<_2C5`1Cyn>5x4sl!+x?jHnU$-&=x%UFz{8( zs_NF?ZDPC39gVvJe0p=!FSpjQX|+5HTyW=i`m>9vQ={0vfBQWD%H$C7bRG3z{=#K4 zdpI681{dGtC@kXnXL#sYm!{|5*?LCT<(%Gdr3U%zoB#5H??L6{c`H}ESDV%M|Kn{X zf)y#{$^fl)aT19{hoQs$D8%fKK^6q zUbwz0psv((n#%%?*?#w9*LobC9+lbtv|PaguDc_l9h zy3X&7c>7^b2>+Z|rO>b^Z1FN-m4VamFIgn{kL5zHX~-d!9S4^m-JKOs8>wL&CBE&y z@ZYrdC-3&({o$Z&%G7t5<&t6Ua+~m?1#>pG%klBc9Zxd97?|0$p!>kN_i;Yy95b)% zOqM%-Ktkt}G6$!yu*i)=`qr!lt9S1VTKC$!+T0M5uj$RXEw@GL%ir+G=O**~ z&R=};eeK$dZ53jRHmyeUEIRrQg@R zo&Rsj=ES<4OY%*xKa#Pl;FD}l5L@tITZHlN*w|_Jo-Q@}|7k~S=hGv6|E}u)@9$dN zZ&LJd{pKRURoV@btZ`6i5iPVPmg0-J77Cl^3 zc24mB_gDW`NXN{SIkfxpL%*C`YYl&}Kh{6Cx8{hnQOf@Rhjwn7uKGi7!{K{>O9gIo z=q(eY$dIhUNQ`(+n-lzwdtA zx@4oxWbXG2|7_oW<6A3iBl=O{!Rqqne8u?X-=`H>-!dy*aM{qV&#H2dJri5|`q-_V z|Mw-3z!kC?>J!kw#Z=X=$duQi8q5tho z`Rw8A&(we0eo?l4+ApJxTiT_4%w(_HpPioMdrpk;H~%+tkKgs|=6O@<(>^BT9eFp? zXlCT>Ut5k{%}dKx&lbFODA$k8w#YXv?M!6NHQiL#pnm@Qj?o|TzuU*&Jbc0WXu`U` z2d4*qi|^lej7M~${ki(>mQ@Gzq91u}nU%LC?bU*5+cwJh{LkI>%k}t|Jv-m$_8WS9 z7wehMIM?(p^ZzP!v4v@0KX<6z>Fk~*o5eT%{P_pA54QjK^l$6e>;DfM{<{&E6S3~e z*3hQ!Nhho#dc&8^&i()Yy6S5+(@qspE5{WQ_uMC?tT=r;@5!^JAB`_fzg*mdSm&y{IUl>Z+-cuuZs)~DaU z%e@+!`s}t{6Zqt;YH@Q$?dP@=$#)c&O@1+_pyxK{;WG*gPMdu>Dpx&cdgq1xFMoH< z+*9}YQOUwuOn{y=Z?_u0Ld-t(l+VZXo^b%2v|x;euQmdimh%NZ6PVSdKz=9W0IrG4Qe_9;C@i_TP6 zGZ+^X#C+wln--KI*Reg;_UIg z@@dX#$3?5W{S&@P8?xzrnAg;Jd~w%>WeWHInohZYA?@S7zs47smS0tHnW$`Hc&&Kq zL55Z0PR3<3SmhT?N<1fXquC{B`j4ZGEpMy0%HRK6TX99K{ovN6r+?YLoOAVwfAa3X zy0Ucz_ddLS;c-8Ff6b4=35x^nWw77h@FU^%>?7U6GkId}Bz1R|WWNwk;*fB@U3=u= z1HH!|&rQva{iMCzM{wrF%qhRPYt|?Jz5G+@&w_8<{|okItzBrqYvS;xIYcOPe@@iL zmbN!p@0u1cu6$4+^XR(l?ux&RD+D@PIn=eyq%R+D<JI<4s2W1z`RmI`NhnG z7qw>br#7sZ(L3$5cG2}Zvx63a;=ztRw%67kc=eTK_M+9Al5CPDy8W6KRVr~APft!* zq!;?C#>Va80nV3VTR0LXuj=%w|2*sOANH!h@=MNc+#UUIL4nego4KFD7#JBt!&DO= zH&*^}JMJ3DUYy%-fWgN_h^s0s!CdgctBj+5h5@g8Kh~S95kKv{PBG*xiuk`NSIVbj}8FNKs-riigKy+MO)5-#?Qgz&H1lBV$0e&S$+XF=yVCw--m%Zh$+1(@ z{`CFP`QLSz?|1jtYrKd0^o=-|c74&^@V$Ml)1ErMYDd1?*-N{9(l;=z{o5uugN5gm zh4q`Jv_Gwlj5h^*vhsx=vqbwy?d`H*{}Y?Sz*gbG;NSMbrO@?#J?o~xcb)2K4L%v! z^<^E*SzJFmL^ilK{}fm`@4~jICEeD&y|1&6A6R1cSm0~rvUhot?|`>(Hi|L>6cIf>C`qf9{EE&kN3wCBwlKf=pjuXHQEyx!IIQG(!t zM6b=8Z-4uz&@NNjn;ZY|!|!QROFr~Jxe~Oi=E@ zN79Ph{L60>w*K9$wRVMt-SvpNNMYp;w=2ufFA6(%^TzR-ppqST1!kS) ze;`%!BQ%?R*~bZ@o@?GLWiHiAP&Ui5Nk1DlSLd%dUkayl<=tNwPnnsUiC=Vdk7U%{ z6Z$^o#$1=x-;aKA@Xwq3>d;l*>z0R`kDhybeAjfvP-zuC7r*Ily%*Wp8{PlT&YJ6I zoY-%1?90OF6Q}Q95ng)V|Mu0&Z7F;Ei;XUYOrLZ8dUSX%WBl5ZCs~~gO+SUK!ntDg z-%MQD@=xNl#8#bszv^E%u%|w@D>anSD_vXm`HN>mxS;QvL_5>8haEdzQ@5)#?VG~F zH}iF<%KWP}9$)0{u2+nddIN0zbesjMt;eyzMkX5H+(MGbf7$o%(pmrr=`ZE<_vzK%bB z7vkG}EqQvXw9ryOE6&&`x%M^t# z_`RP#O>L^(E9M@Hy+@6=8$Wxa`#SoG&&Jf>9=72n*}q<05Gmth5Zf5G{qpfz@v^#? z|9>Qircay`uxOIE%6@TLd zXTSaNE@pn&gW4l<)w=`|%i30?_buYZ3gY_ioZUX9PHL6-gVPp{tl@V=SM1p((TO3yqWRc@NytNmuh!V=|W&CJTC zH)0LXC#bMR-hQBXXVJaJbz*|^qt81l6;IRP`unS1s({UYmxEi+B^5D8i%O08f3ELZ zu%T>z^^^9W3ICdnzsjv__*y9-;o)+sQ19-os+m6~Dqm0E_CHy7@{vDXf6wSW^?JZj z>BW=Pk{5Zy{vZ2U@5VI4c)ef&rxgEhnr^#WruQi@e99GM-&kX=b=&g2UHd_~NnKAT zo;w(#Qzka=wZq4R{crcFPMQ1e$+!CJO~y8S4`zwV2)WXHC${X)F8P1Y}p& zm}h3MxWA2WS$SnJ|Npn%|JS}K*%M@8zxbfp^+gq1T2fC--mlvc%%u8U#Zz|s`Y->i zvuu=m7(T}R__X__A#Ne;#{> zSt3!^>*m{kkOv^)w-a9uG4w}Z9?DMVttN*{< z`sz8yJXiLbl3V_ttyK@OeB5HAUY@sG|6xZ;MS5x4-rDL|%b@t*v2U$bo&T_Lm5z+T z1V^987UxALH-37%BC^-=znzQ=1LN+~xt-57uddA(>8_E_eR}uI-lkI}U8gg*cD<6Z zpECJS`R;&y>%MP%a4U0y$AsOp{@QN-94*ntApCD~miD(Nf8AG}_`Cn#>-l$YAO02o zX_}m9!o2Lu@2@j_h+&f3{lmd7zb*UT0tbV08zalz(nA&;-=1&(|9wT?K3gWv*RLlt?YyYK!Iow4u{73XTk6ff`$4VrnHb{mE&q-Ar(!vkkbZMx zO}Fn`Bdan#C;r>da6njU`;m|Hmi=-5o~_RLxF8{Ug@PQ**@)NE*4_6lJyx)x`l8X{ zf1w`Iue3i-OSjt3BPLb5j`{R8t+R#vjp5$H8oQ5vkIGuU(vmGAk3a5R?dMavKYrHs>jCweA#?21H|4KjeLaykscEJr5Bl%@^Ivmq#Yd$z=goC?@)Sm@r#fC&4`-H_VhhsQA9(-2 zX?O+GWZO@xCJSaK`!1+{dZ}mIV)^>L5<=T{#P*)p%k%72Y2eJv(g(ZB8w9>cexE=6 z);klC^|DtP4v90>V&lurk|1UEmI1;tGUZ`rrRgi$CaBm%dNJ1$lpERee0ESHkZYw z3@#^BJp;5}6|<|EJbPx^vf*U!i;xdB|9-sv|MvG?CGR_JYcv>FD)8Jtt@r7$T6oXQ z^;##FnJ!`C{vdRU;o0LAneVyh9_+ZrBkCusdt$-X6CYR^AGR7K2Qplp>bS1c2dK&7S$&Bu}bFu01gAb`QmWr6)mE+!X)X-Ys{r>WOR(In#|wWz}hfFU6lVw>e+6QnU5A6mJB-n%lIyXx_T%>J5%y~s~pAy4;Z7x zjs`stQ3#$;Rk{9O#=Ryb#_vta2j(P7XlPH`Z5-pYrnO>ubJ)CBF6oW`TYOmgSVP)& z3H<1tX!%5eH%h>~u;55+|IR`e`FYtVHvLHEmNGPGXBOl4TsEoU#GTwI{k(KPmz7f| zcJf+1hz%~_Vc5m!7Q%PZtM>rYl#PoyuC;zR!}ej%tuW5Ex#yCVJ2y^9a9P~5rkt1E zT&z;f@W_Vt1?|0Y-!)APcG|VuoVu2rnQxW&Bf8h9mhn}OsSww?tzGgi{c;@jpBpbR zXSD$g8nsk5?-b=)c-Xx?`gM8Wp>FqSi*AK0 zp5qNTbLG2xjl>Nbx9tpzJ9TQeEZx9h`Dto^IbVMHotFE1F2=Dg-8lF3kIyIP@aCQl zj%4hRWa64$e_(RQv{~oRua8+!uf{H}-s>=nJxawxMoaixm#bDn>COwu%U3Kt(NlF^ z?A8v44>D)kf5geUdIo%!`W*Z{{kTqOxZU-6*M*|_nR|InPX6#+^ykdAUmQ(WUH^Fn zTyEPebvu#u-i=Rf)@(=GO{#cLmKgLkF6aDJD}E(9Pxz?Fnx7k9Scc0QZ)rStXv^dL z<$?b%S(FNvCq`|aGx3YX;{+@23Gx=1LvCpRW4F1ER@2-qE}~ykzcXEN)v1$CtWrq0(zdTq;X88!qp^Yo<55vl zw*4&+mPj)?N;drxHoE(c;jNczu}pl^su}lgY!5e*zj*mEzuW!o`q$H9*$ej@xNJXi z=l#)1vzg~ub;?>8m?z6~sXlo7kNX@KYu(mA)!Ly?c4j27 zw0Xp<@ICwedvjYJ1D^oT^{Z75GmRM?-Rr})Ug_?afA~*ED))dR=R@f!VU`ys@w!w$ z_j9fUY}NzX=D-4+A$1k&qScN*OJ%K7lareA?`HMK|88zy zk-j;7=PTLRP@^xu3-o_%k2mAFx4h}xcD>Wq7qqxdwm)6*_VynI?oT?I<<)z(O-MR? zDe8nfW>ch^d~3!jm|pV{K9ZG zxcJkp>-IuAZ64{|n@;tr{<7*X?XB}M)n)Z5Iu<*#D*9>9_KJd%R9~?*$K03xII~B@ zD)tE9>ZPI^_GKl7-!X`nyAu%{%D7kkfbe$t|L=6)Emr?OqwAK#Ly@k%YiIfPsI7k4 zpdTmex1M$LKb4JV{?C7<82$ETIm_Mjd8wMFR&8M}tJm}8w&1FV zuUh9Txh>$Si+;h+KkcW)3g$ir2Kl(JvLD?R7v@jdEUHDobPVU>^_q7;&I8!Lx1?fbUJz0#ijn;@ofWx?T4uQg{roi{<3-I z-my(=7cS(z<=Xw^OnFCY(1E2)*}o$yUJ3Fh8oMNXlz#EAsPVUV#TGlYNR@{(GH{<6$)2;@Mmq-SB>YjN<>PU*>AxKlOFSCpGKGPHhZ4 zfA_fsC;$IZ@3{6|ROqR$$^O4vnNR#g$t z!vYsy-1lf+_r0;<%7is zYu$fc{m8nq@I2qv75)ELo!oOiE@#;Vqd&SqCvJAk*Oj%bHTnPltJj6^duIkMzLDi~ zvElqF>)Ly!f?xd)>q$$NI-F&=WPRkK*5-rHlvhn{IP~j5zpPQo0zsalw~n=Gmo%4} zg}!UPoqJyFVXW&#g~#i@Ut)e7ab>pj#&?d#{)GIlb9wdd@xQ4WVm$Y2N@p7NmmR#j zYf0d~_xml^Z@8xah*99oO*IEqp;T1iRj>4jbK*Jn?e;Nc|9 z+`rn;z?|#uzyDijr6yKKT)a1b+a0^+pDHe|qz+8~T)AsiLHYlSDj6Bm`t!{n9!<`^ za&}K8kKUS>pM0yHb$*;R_tV?QuYWDGk3aoF!ei5;+WV`|PPvnP;<)JD0v-kxmbo{s zMfX^+_X^*C`SfU2LDPcz|I0rv|1W;;zkW->Dd+$7`=j<>D1KCQbnW8fQEq4UH?}b< zeAoZ?|AXe!z!eo?Q^M}Ys#iY{c(iT%>op7sDt0gL=axL1zB^8i@zeu})342PRsBz} zDZaM89k=`Id(PSubxdYu?Dv2E+4cX@uL_?q*~cMYHtw_)`oolxJiYh!+)B?dZP|s% zds-M4ENlSuipFb?{A+27B!)|iBsdQr3Fm? zQNgBgLilih{a@2BKRj-<=Xtj)G6YNzj=wi&|Bi$|+Dor(`n&(3&no56I(X5xMHC z`C>-HnG09lOAvBfa#J>AMg6h;+cyhLc-Wd)bZfmT*L?d=cMO#KYH0~ z(@y=C)@@WSt~ANA-i={z>dU8V*dGtpZ4F^Ryie>FlDK)Z{ECResb!Z@6B?D>Wt;@{R4Rt5)59~ZMk(J^=cl^ zYQ40qu-Wfl{9gWtV`a_mH`@eCxNfDK%UdoqbNW@~5Vu~fi5c(L9-my%GQ;LwP@IF7 zh3Ky8>B-fdtZ!p3T$#6e+Wy;%k2?QjIU3Df?irQbljLh06B`xiIMb9xQ#(bV_siCN z1^p-2-?%u~`|Hhrvgp7=M*FHsY)gHvh}Nd)uPvQxc-@M}muvRQs}DFVI7`IZ52)$6 zdzVWxe^7hySK6B4rgmNvP6bL=l%b*c0Ea>mK_ z!1p)e3S}SdHSausp~4mZauCtcgqn_VnG2q{~EAh@$Yn|xe4Eefn;hNtw zZ|ZzZdaIqJ@+sq4c(#1b(ZeD?OLhyJGu&W){qqvXgNTmoKfQuIir#)@^I04#9G|?4 z{MoH~C~%q3`3(ghzA7(cYj%|R;={XjCfEC>39nA>)L8qU*=})%VNw#0A>YK$-2dOM zTlDFz@s&E2U+kY!qGX;~_&Wu&&0hTw7u4x zvb*Rx)lh?xwf~{3|D0H!t+E&P$i9@=wo_NxYN=(ANU|_%-j6z4_j6KRLf>XjTVWpX zxt&!*HucQ8hYIYBQHoAK3}>pPI3E{hZ+pMNKHBtoTJD8le%JW0cu|3>GaXO7=Vd<; zZm&2IzjStC{5c7WB?__D>knqfpM83>O!wjb3xZefZGV}Y$?m$qKkC`ZJ1w_!6bcyf zCMZ7T-*M_v2U`%Y(dkzWs*@JWxiP;mrK^|OP~o^x)k zy0c2)T;9UldnHn4cNs5YNH}R3z~Fj9Eje&fUrUAefu}#r7FROdULSGH+q_|OkN*2L ztiINv^*;KKU;NR@xojsiXVS+v-mkV_+VW8O;ah3nrs9o{$Y@f0zukj{b?_C=uT9bJGLe zw`C5^2bk`x^1i|vkfF3(a@+jGODATy-afqM1i$2unUY34(7Y#y$y<_?cvm>-xQQgDEs(ZPa2z|Yx9?SxPx`%SZ3i-h-nGLVsr4mi2+j`p>8 z6DO=<|KcUJT(7&n;&@jYuh1f;m`usn)4%^OXg>Wk`1~>V_EftgwV}(WFIH>}PgL*w z_$SJe-6!XUBd2>RAE#!+l&;6JX<{mWl9Q?oJ9&Cm2h>g5GDTmIcYEra@T8-*&w5Kk z)N>jed*X{ex_DKb?Bb2zS=kcJ9I^X!cwpb^RpMcBuTovP7i`VAcU-59vEjpEevM4- zZO+##7$)vJf4cep2HBT+GnV^UNV2;aboH*?IpdUhOm}S`tY|Pa z$!jWLIF&c!MD+hK{lc#K`|6?_touG2Bu<%dkkS0o#WVBIf4{e2<-x_=hmAL^nt07z zR`&CJl~)WEe2=-CXDu+jv(@Y@8)NPx&Ud?2xr#GyT~=ycw9epDNj*p7iJn4b7Oi@% z*AGP!xc6Mz;mc>VL1N9IUxNvJva-u8Ki`1j2U;U|jD%P!+HUH5f*Bm=wYU7L)ZvWsRUm&+G& zC95v3GYaE9#$2~mH!E+cX+mG#whikOw+NjnRmEYs_?w=h}-s(^KVRbuWFge!Z{OpSt#p*vOf>H^T)R-%en4iSl^=Gr*P zZxbi}X>7e1!cZwUop2R|vswv!K&k2aWQMTps^Wf>%QWUt`5 zzSBPOwa6s{qpg=%PZZr*cO%v~Qb0mqVdBgUI|Ep*s3v*czWaA$6mO?7i;{^W4Nltf#T zw6jb7RxUW}c!tBrnb9kn&3~`K#K#+O{t z1={M}d$;}1ZeTy4X8*B#={m-$T%Wlq*VuG~eXnU9-uO}7q2BOotwW9J-}Q5|rmS*Z z<<{H1v6J&|ir38AGm?E0X2E_w>Gc9L+rRoT#&3VpV4}N6thbpl*YT@>;dzI5(T>-H zYFW1V%`o|t+qM4#!{K#RaVFOlrP&_Ox%q&CoEO-7ILmtsGY#iZn*r< zm%GWnRXpW~x3A}R@TraZ{;E%fuQW&W@dv{)_5A;TvpcnKeR{5EKfQAMhXw~`7VA4( zUdV4(+J1JA^M?N$_W3A2UYlUb>aw!u^iChswFZqRD{MppB%*S6922*fpDHMN<%au= zAFCNGc((L=m~-az?Y#TrMzHiT<0Il{rp|D!%P(MH3DB!pe2gpP%N_&fJsLbqculNh ztQKElx}FrR_d{guT|36s0}2kxXPc(XJjfZp%za{e@U9IU9EFD@O=j?{*i_@u52X3Z znjg5|^5N>y=9!T9GM)MM%L6>tZHy$kf8Jx}4VtVcv}@0}mp;pgn&~B)w=hxT zz?Q2P^DZub&Nih*aq^3aH?J4$Tq*Ovg~=*Sz9Gj*)=aU6%GFAOFz1jKji7>GT6J{$Gzgl5d6o;AO7#?X-Eo zR{HY&qjd~&1}%;Of4^0DoorgQ>9p{qzEs7y6qf30N4dk-ME=KnZDlRpF+=C-R^zkM z@{bDzy=7ih@T^_=;PbLLfol@KFMXw9w-OsB**uS#8dxj}$^*19?8 z4vJs7y&!5+W5m+4TiGmj7%{HYWPZuZwUXh-fdf|_o|F8d%KE0pnc;wG=d*KeS=m;* zFR<^M#BLZoUHkO(%GBP_M^b$uEn5^OeYAS@wEbOdUq@TQF0;)=KbxnkW_GynxtmY^ z_e}bk?A@kYQg^eX_OyAZX(_2V7(D9Oa>JoK=;Q5Xbv+C1hYSbA_|Jt{MFg%athY+I zn4u8y?jnb_Wc7>yNgwBP3ycmiPhs3E?NGThTXAMQgDOHSmADO7^j33HtZ- zI3wR~c`W-~FQLIwtfu0-clocgGp+@;$*~nlUsLZ*Ui0waVyEvdq9G2N3Dzy~WjrmHJ-OYe zvwqz)^Gk=M?mWqJnVTAFw(0HmA9ak)ky^jYi~`K6K5Z9K5#sl4{I=RlN!D(GK>M4$ zfA#(d+~a59|04GF{qzMv>CDEHEXNBGoV^&FCZ$L;6foRO%%&>?rq!S`Ob*ZtC2uxaU})iDZ+ zvd37sO9gcc%BRoI+Hm-uk?BjVubwKkD_caWqF0zszZ7xy_h0*lzg9Lzspgv|=U({d zY_h_hy~bfel9%9qbNgj;|Lk$Uw%u54vH8v!t=FR~SwDU~s;77Few{qS*Xbw!nS1rv z=tcA_*Ig!d_hhQE+U*lR{!I$4+y9Q+?o^TS{}p@Zzg0L;bV=Q0@v)V@_HTc`{M!G! z;0D*ynp2@q)@)f9q9Rbea{p^`~Umh2aiV>eal)EX|yY@gmXr)?^BoGq7l=Vot8;_p;@GO?CrzT z49q&Z3rfW-)|KeSXWfziQ{DBZEigW3*;}KZQ+~d5zHPK()wCtk#g?QfT*zN$acp+( z%jN#{|F3D!U8uiqXQ!NhP>FXI%hV@Nt!Fmv)ls;vx19>x9hJz%6)p) zAmeELezpmBnbxgQwJg&+Cw%L~gM}Innl^?D`tiwKhXQt^Yz~#LiEHEyTcXVLAHEe(<$XMd>B8v+N5!SJ%;&15xCH&(_Wl3g@<|bk zTC83!t7G0iLm~E-^o=bB|E_O+61dA!V)-}0?KSoHUM9Y-v7Pkd;P&_Yo9^Ectm^x> z@6pGJ1^4AR8Q&IOi5AJT+hf$q6nOsk-u%~3p8nfm+Iuj$j$@YZy^ZppFY&R934A!~ zFMa&_OkIT@yRg4EwiNtj3;KWix&<5Ke?8IpN|WX<6lb5yxk0n!nNRQgO*i=qd9oJ$ zQ{lL9kuR=CfXA3SV?%lFq|N)fth<`kI!^i}{wQ>IWl~Kl5Ume!dUo!GGUJ)Qyb1#C z`#PAmJUzg_Gi$=-Ig-;_|F6F8^F_4m(S6-gUmFICwfkbJi{QW@PhLGo}WHE-Ch9R-59(D?R_U-TNhMxz6#k*So{aiT^aOZ>jym#A6xJ z?AO?1B{kut&6>IcWm}gy@EGs-_m)@cqjtIT&-O3%zgD}qEpzT)+-YceP(pz#-bVUT z$cqjxkFZu&`RqMCix=Fuu47naHsk4p+LnTOww*d!98$J*aRGbDl~|_^4b{EuYeU~U__9sljs8%7{is{kyEiW$)W!!-a$9-F zf1k4Rf1!Vkp_Yx8jm;VEd)&{rxD~Cxkt1a{+m9(yo|oQNwigM0v8`n>*Rpsb>v(aI zFYA^0%ujd|GnD5ET$-rCW00hEZ_&Nqf2PR1xw=MjmFKDZ5i1wnlx3CKS#T@CW1Hsj z-ja^Q$AJrWSu^iBXs~)}jL!F&2lrSD9-6&j$)UHuCR?azCiBUyxA2&HE;IZjJ5vNt z@V$MT85&p*seO#G>*KVy31V1v;_Qz3QXy>~4>l!VxpLy+!p@ZM97ZQ^bTvNro3|w? z+wZ{x`M+Enk_rrCHYC56~?PpuMYad60=tP&QoPxzGx17C~mdRo`P3suz@eijN`CrN9 zyhu|H`c|K7{)ctz*SX?@{^X?~81g(32VS-A`*P*f)w@@Ra6E z+ptFB_~fLx8><%V*!|?HlQx3^g8-8R$3@0hi%teg@Xuj;bjSYjt^hlxHinB;v-b2b zi8b%Cogp&gmeJqbqh=?!O?%AL$>{*h$(;zNz#nMS^LK{6y4m`YJbyIm|;Le9Z6$zf5S%DwwAP8F=sjMhg#^g>%X5_J8w(DBn!@`3syw#`2H#;@s!mrzA`k72EvRr!f^E4ZI+y0zBqN<(c$bQ1(_6!y-vW{mCf3x5_KaIuJt6jf=p}}NB^nY6h-_PGTR^BL|tnx=Y zAlm1@c$n=(*|0*_)%FJ(5+pJ|+>bX)VQ92zZG1O5Q|v$U(Ti)@Hm`|y_pdtWlP}&H znjJhlz@&e7 z(DvMe=83=W=Pk{fYHiM&X>2udrO=&o@h=ZIO>SUORNBcWsS*5vO(zqcP|xwmaAn_5Rgf?4%Sww*;+-L@_+ zl`sq0z-J^LvnTB6`Yi4LKU)gE72TfuWQ(kf`)$4Z#+ugbd-uOGJri~_G2}-D|Mc3T z2aY1Xj{VAS-#QCUesJ)_qL`OcracRFRK7d=W}{H+N9+CR*J{Jp332{o;MS7)_qLUB zhIaDi|3__`n$Olfyug#k-m=eh@`j(~O-I+1?42`H#QUC*hvARLpp{1|Q_s{VY?J&Z zFaEW`fj_3enNu|F52u(&cY#@y&-@eOu2Yr>k-CF{2y{PV}%@g8TYerq+DV= zKKtc%#%G3V%!g{kPc+YEY-v{evqt~K%glFE84|nx7E1o!)N~-%SnU0o-lxnSmZs)? z2U~j=PZVI}H)?ZuW7=|f*ETbSZ_ME$N9#g*a}#rJ7|n2*RcQ6RLWrZG#L=~F=hhR} zUro-O$m5)xCDqAsTB~FiMNSd^-tR(3NgIL&B$S0v+$`Z7^L3Q>+ zfrIzw9o@#O!0Y8uoF9_3bqlw2{x;2NZoPLDgf*ENIK(dr$Q(SfEq=jOA3ZgW&CQ4T z{{N_0`@p1uUuo8=r%h=`r?4j!cNQk=T%WmM??3;X<7^5KUOAO&u@|9^T#K@^+y zvCa(<9;U@N1T8P{u$LXUdFb-Bqm`aP_g~#)a$gaa6~Uu%$n(;4ueZ5I_VTR%!f-0J0@_7E&C&}_cdFvXTyW@oz2aRt&M%k z2l(2jUllV>kZ#t!%3cuhNAch9>EFFB?NeChF#WT?grkG5)Q#`G3XcxTK2H68pN*CA zuX)oESyQHhSF!ubqkLYaI&R;6ce0?{`h&uHR}O7qVd&#?>fi6y*;{6NAyxUkLs{p| z6`4;by|{NETI$Kpw_P)mgWoObiB8I$6kl$-Es29q`sn7Z8pp2P>U!_!BlZ1<+~LI> ztx~Q6hf+@Kg{c3(Ai@|E@!wcr(UzQ_WrA#7q4q+u;zYxyw3Ymj*ofY@(&;XDV!-N6!Hl=yJo@n<;=^!?Czi6-}P=| ziR>xn+mn}7m}G=+Dmc0{B5MxUicK@m@3^<)(Ls&N`V5VZHAV&h7Hq!ZvbuNO4GHVx z|90*9c<@1W?94sNJx z$NV1Wway-eKToT?$T_pIW2*7-Le>QZ$0vIST@TEXdGwy6#d+GhtzNPUp-y`4+ph&Z z-YKy7d-n4NFSBC_%=J9MtvA-)$Ym4qY0*;Xs52JX%6^CU-JB2X-dVpRk47&jN;$D_ zafhVyDF@#AwACGJ?f2gQ?08A`b&h}A0yfbZc^mGqJGjbitDX|DULZ1X*^%Hw0lO}! zT4@Lgz0`lo!sPA5pmc?4`owMT{Dgx8yt}mjT|T4!+ljG&$Ljy%xWy+9JdqSW)L_Q+ z>PU%|iZni?_Xvtv}0aJ!Ujx|#pX1!rPKcVcB=<2fp zi<{_AkQp1Z??wr%{@qPB!3Vv*WVM`8v4^{7nbh&EpNe9$*%)`|Vj{ z@Jg9qa{BwXe>*I1>@(hXf9aB9#usu%F@M)SJf@%bM~3;&`=0%c72UTIo%#M6x@4@6 z2{BfE{{I2vA%|b#e~fO((x2t!m#TN6u`+xF@dk7oLm#$|UQd4A^ z?$4F3Q2+z`Xean^0GW0VE5gB)?Bw)qRo2NPyaBp@4u_J|LD&gp8OT2tkTaP z{8mwvRg+vNX(O}fdv{A#R_fva)f|`CPG8z$wwC=jQ95~|y7lPqU_)+``twVyCvVxS zWxC(}>CzS+Tee3svNhYICaXE{dEMrJZ}#9s*U9&-=3Y4GTJ!Xq-}O7ho0;2~ z?tNZ5UDx<&TzA9ol3Swd)+{pIE^{$;yUnGRJ6)$|UH$RoKM$i7`=$#9Gxy{ky6|JV z?)2xA>nrZDUYJ>QN$KIipz9^h*_#X8;|&_EI%Tzvrk&u+GGuR;(<%3;T>s)p2X77x9g{C zmCU|>S1UATkNujx8Vh{Bsa(2g)c9xj<7Ho2st(V-!C zX53+RZQIkvZk39l%ggRa7+T+5@OJ%m#(xi4|KF{fw0uMU_sqj{E5Dh)J<_musqlhh zKRPF}oZa;D-2cD#ql>@aY&sG6vSap{YO$z>0|t*}XJ#(D99{qa>ymicPezxRuN%%~ z%BiTgRqfbth4~rd+~8Ywr%!)iUt4%C{MYB`!$(*}ULP>@i`>!bytqnll4o}**E+rj zjEqJ9rm8kw5SZQZPW;J1<^c9ax3z|H*F|#V6+CAzWo%lttIdIb#nSYUw{r{J-KDNI zUMO5HalnGDOxx$95cB%*@*Bcum}?66o^_b(>r=Vwiu>mvyZ?MqmrGncnt2#GyVb9`s3ysTLQ=K+S+um+}H%@>Poc3gcK zgU&PkCZWS;Ht0Ocz4EczZR+*|H4aTi%}tA@H*Q^$a`tesm`zWz>bw-i8@YR*FJSdL zx+KYWW`k;En}jh#d3w=$H_t!wFZWC|_}Fqj^wgiP2Nv15#AfIyWG?%^ox6?kqnGrj z1(jZBSmm20TW{KI^8VwI<+ndNUJ*-Jy!t!Wg>P;Pw_l3VtW-R9tj>0=NeY9c=G*0h z8;qB&3-{;s6sdhTheOCA?|sHXi_@!q7bi7u)3!8tyeQG#WDfh(5}Uc6>auK(ZJq1n zd3+f=Fa1~8#uKEMw&%+q_8t|7J6{+c1^i$9cDt{2?l~srO*s!MHhwK%vz5mwDvj-u z^N;88d_`%iTE6VPq3is-g!^<7|C!ZS{`NS3Yhma(*21zpv*PMOuSK^Meq3a6ls><& zFW}EuX4wku}g~%U2s*e+O_*v`oBJH=WF+F91QAQy5*Sj42It0 zMnz>VFP1Am5xXv7-SBeq;i|ySZ0p(EU&U{g;(GXF@r<5T&u+OGILVz8I%WT$A>cs4 z0qtOiZGtU{j{?q!WN&>G#Vnk(;MByN+ddxcKN}R993|%*+_`(T&s&9nMJqBFdtNI# zVU#yv9-q>-$jT+3y)L|s+VSF`{(Tk4D^pEw$n?kae`?9+QK`=oX0m%Bo#eD2eAX)e zj*ELPo#&pClGpT5L4teFh6lG&+!T2Cb6IwVE-1JWyF-WPmzQ9~)&r04-Ea^;@NfV6 z4UTWsZ|beGTwVIWSl_?;MAcQ-{obb|crrY>rn(!XmI+PT=j*^5{pjwe)EOb(p4u## zEVCGS9lvd8c~P9tIcxjf&9@#|6|AnW7Tm=lVBH<{@oG(>yY`ydvsSD<`26I|cn{Gl zhrgTb4||{za6rT(WA)OLVvUNYxeOM|DE(AOWMtT1$@=AQa^IsJ+nWl^*#*m@zZo}v zxO(e=0T;vJH%Co#iGry}a*BLE-ERTI|cy{Ut8< zvBX&Jm?l=uEqY|b!>d;pTEyKl?6f_|)3xxYtjzU%t&==j1vhgv56iQQZ@Skp<4VJP zLAJA9XEq0G2WNg`@#3}J8yvbvb{^Y1wf~8YMPGbYzR~h|7R9;!_K`UkTi;t4%?|A8 z%wE2!ntSop4M(@LGR$){a4$J_nLqqd?3XWVd^kRopIqb<{o2v~@O`iBrnjA8uW~#1 zbXxw~o26_#!thJv;{I9EEqwZ%m7XrvGNm_JYacPqc>N`8_0!A$7bfAu-rR{#EMT`$`{O#C0v?6_xlRl{-y8S4<{zg>Cs^Dvezh>%YwZf_jQr^$^l8+yN`eVu9IM4Uc%6QH*=fx zew{TbpOdD3Dt~0XC-#u*LA~FSb7uyZExi6nt7iJoBU{}boVv<)Nxf3*GSk7kdq1s= zo&9-hQ$j@Z4wIIul6%MZ_N101#c&9v%+{Vg{ftFIBG2j>R!6m83vv0>92YD8q;YnI z{JtN17-V<-`EkFkURNil|5g2+9e=I#BOm;zSSP*e=apXv&UHyWX#49Uz4>`RoA%L! zRTG#ecTCwTlh0jg&)L#bz;j^c+)8HOyrAn*R<^9;y9_anPxig})7aie za6||M=&8Mw_)y1uj`z|m`4273_4{!yB)BNGY%JOo_cpV4db^^XOo)4Sz z=0%bh^aEdgVtI42W_IxBgXX^;_OZ)rPP01nu6`e%K}<=c0)*O$qt+U5O+5c;iGyr&-KgqMdV(x&ABo(*93ULS|XAME%pX-cmh5etTbKQeVR~|d(*)>^`;{wBAiSe;r7SZ@%=red289irA7yg?n##H$+?uU zqiLGorfYMqZoK`0e{)ZH$Fx3wjpe#C`=9hG)?Dkcp2n$@cks~SMWV}psH)f<3UPV9 z@%*vao!J+r_^t~$#9zXCVXD^ZUsbHDeX5Q6-KP7!7hk_$@x#CQ2f{13yC3*F!`7(;~M_2yjPXX!;SwN99rhFtcbg6N9|#$ zWmen2-QFj5ZpDJ*$38{PoGrihSyEUPk;GsMFo=s|EWa_-)LR+dwtIF_UGMvb&ohq%z1vV z|Nm=E!-EaxFE_4in)YF_RI{J-4B1-VeLK`vMWtU8w3M;?+W3fX@-?IG-Dm&h$GT`= z<1*bi;f}2SS*wQQPh=BHzD>8=ClVRlk+?vnt)=9#&VvhLbfbYts00w2Z#Yg{au!^(mJjEMQxb=u<8B>5Od(Vj_ z|EFzqRD3Po-_^{}Zs3q~+sV);BhBmC5~IkZ_2flkH1{ zQOlE{9cxQsa#Fbr?QZeixX-?#<3~@k_4Aato4k=K;eQnUc(qYKPL3<&&}rZubw1#-G6#IhB1ag{lnebzhCzMuovjDe|^|a@pPSb{k``M z4s%%cN38PQ-PE(;+%MIyuk7=7d@p&&`mF0YzslA`{dMmD3-}uX_nNJq>7PH>`ol{; zj##~`!Jg{J80;8Jo478eed#(Ce`ejffG4bfB<`)azjpuMclMD1uU37Fotl37xv%~I z|1VUv14~tB^)GZkz2JM>`iGC!9-G)Tcjb!L9ku^IwzEAxD=ZX!?@##O|9^CMv8f*G zaaWzV{r?MT&aBsF;s4|>E<0oVFn8|##sBYTG34m3_%gj^ZRycl?$dvNo5FSEulr5? zFIQ*V|NkPiuRieI503V~hkj;mYd!PNSN6NG{nMib5?Pv!sr6AZ1}7o^Nv7ytWk z)9jW9=FDk6KUCczw-QW!!i-d)hf``7?qKAHH$DpI@DM=|`DQ z`@1ym#~S?g$@(5;Q`?@T8aylCAeOa6bKdc-I~V+|GAi4-;W_X2-YYX(zjVx8eQLqt zIs1><41)Ng&;ch%`(Ph4^k z*S$lZXKgWjuX1*ALfCiRy{ml9&MYou?~K~o)%>A3f6+^~tkb=xr|fcBHtoYap~vZ( zQyw>F{=5DoWEcN~ty&#lk3Brx`|RMQUF+@ywVnSc{$tH`^ZM-#4vdF?ny-8rw*IYN zs*aRnoO?z{>1^MfCA&ZUe_eJ}H^8)Snn)i{c$?J&=W|Vpb6bk7of>2h==h}iMXq35 zn#0d~%yO@=;|=eF$GA!iyr&udbMlzJ-Q#mxRbu_^&OL{WPqwbw^|PjELAuveCLs+g z>xYNcpHGrCp8F{J;J>KP%e>+j800s&Et_n9UCT^Y^~gWRu+*c+q}Cc+KKigG;EjT< z)GXFy3y%rT8*>Hae!bizP{Sa9z~*e)x!xD*v4I-PU3`=tW~?xkZsgDUIc1q;2LBaJ zFTu1~w~umZyU8n*IrfMwFfa;_NxGM;Tod(X&YbeEG3;LUlQ_%mi(=Q>Y;xq-x_M>C zhJ_zHR82J|Z+!2r!rIP3w~^{Uf~zI;ONG1?y5T8rski1i43PX9CK@~PEgA4IJ`2- z>EGr}aWB5KF)%VjaqtIQWoUlA!!CXIy_$pbp)J!Zs*KJsC~Z=VKd_X^yQS)MqO9_o zOSV1p4B9@-TBG>e^s2G3lz&7|N#e1K(#LKE#C#KFmre9zGRY4Xj?^~h$(a5$`lzt| z^l6=H1rD1YoTxk|JZ*)l(Ct9i(hD2f+yAk)D@kZZuVjzT>1p4m`+r}^yi;qfvidV3 zR!r5N+uoI8US@tnC__4^;X}>Z#ccwIZp_^*%E7H137jY;(TDchl2AC*(67@Xw$YW{YgO*RR&ul}!++8Zf z!SHE&lkAuH9rJcMK2DL?vEjgXwvzC5A%6mx&j=fR3V(FKS}f%RBiBO4d%9O<=GrCy z*Ppb;X6D{g28_>71|FYoo5-U%<9Ujxpr`wjMuRyITQ>YQc*y&983RMEfKLTWp+=^z zNeZ9jM#lBLnH~o@MQ{GFmXe;?$h1 zpNC?(J~mU|{|cR$yiMqPZOX3SvfH<9Ep)oFCyQmpjEHs2C(cW1IB9AA-S4;FRFEyv zVQuzOG10w-l8gsWc4YRY9bu9Ce%@r_fq3m}9OZKuf)&4{X*2X6+SogF0>6pE;sXa< z4WnPryy!ZyFoCI#_mcx(Qhe&JCPrDt#vVl%ogdGf+{F3&QnWv|=H$;P`&@8%&AK$v zx{5nylb8SWjoS59q15=W!|DC!b}Db3ym<0{gQ>!gd$+2Gzt7X@u=sX;wdkZJv!_Ys zy5D7Vc-VMIYZZUfhf>z{eRpb4|4aJ9*(bxB_kMT%(shZ6ynKr?X8iTazsaLirM@L` z_TNWKlFuFU>OFXW<>b%W{U$6SMh#QM=B+Sc-I~BEE#k5}*gtT?ZJpO8Z1Y_nJ=&c1 z)1c~(-5aUb-+OPW{kau+KjySSr^eDa)*HSt*KBrInn?0)U+^s9nNRVKTW74kDt%eH zTKU!V>((0tlNAyI^$t$cwP*JEp%&X*cw3jhQ@wL~kJ_>hB$XUn z;JaI`DD(NchnnVkio4d`c>lEHr^g>|fq&bV7&L^XUix=4v4nx4_Id9s-9NYZ!@YM) zxI7T!WqUUvdhPNZp{5GgP8{0T5X^C`;_L>;hUlg~KKZ7jB@s{lZ{Q44C~26haq)n& zR#NxtMDN9nbJs*YX;84=wtxDro^}4m1vbumb8xrnzEi>{qUy??DK{BOyM29n=~e0- z)*KGTSzPm9e8~{+m1Y+#O*4pd)A(UDBl`)%vDW<@H@}IA+O_#ll6agy+b6|sMy+Yt ztm5G8YpbR{XFD)$zUSs5c)zAxoaf6B0Zh5Yix*JjEaDP#ml|M7Ldxo}Q-&I)73 z%>pvP4o@-^)Wn@MR+P>@l@a;)T3PL$uMM286$T0dFXeK-{J!%0q_=Wp$A;HU;x7Vh z7c;7TJaE&ny8ryMhOG3rajsL(NUKicSA1~VMQOv*O9!~z7rohNHRapn9R|)b3Qr$a znZ0dRy;5UFT8aJxz7#~jhHJy6i~mZNx$c%c=P0e|(do7>b@lFWs~0^IzslM)5@uz6 zyPN#C#gH*_riau79^RM5pP7ynw((|$9i1AQ(R`qAR~ko-#m%*4T9K@IRa^7zR(rMx z8f?t;`MPaJ=pP0*O{I4iw{8C<#=UO+{R{f)kK$K&bMf=KL_|I~aWmjOqxb$+7Snh| zEnfESH*;(h6|3iSTzmd&%au)6mv&oa@#b0Vn4!eGIZye2+4(v9*{Zqqc88^9-`x}; z)y3~P zXTGy!;hV>FjC+}d^M~E9B~uy7LIgIy{FSmz>*ldP2@EEgV#}fnkrX4tPcKYTE z2K&}7{BVU!_o`9#_7C&#Rjs|4Y#iM4{H^&y(|w{mE}x=a%u5W_wJFr9VR~GWDEfc* z`TnO%F5AYvNk7tcHR0US59($AZ}BZ)hqv z%cSlf`W6Lpe7~AS4LH}ZvK&;udl@Xy&h^+v0bw`!RPseaFL*zu8D}w!|d6&K)vB&gF@L8)fIO;f(N54*AN| ze5XIK;FFg)pKn(mhg8!Q#+plflm0DGJ@VkV#^k=P_aWUeN{stlvX)+4|HN@d;-}df z;it9yV)n)atmt~k8o{7D%~W33Z`%*fZ>mgvkC!H0S@ZI2+O^&%3d@*(RwW0UZROEU zY_MG1yff)I`mxTI`Mc)%^Iu*`>B$K9PLSVUziP&LF8e=|w6E0v`e8cj<&%Hw z;?6S$T;sTDa4OlnOaJj3PY(83v$(#hZ&s@^d~#>`l4hAp%P+=kx_3`0L(XIF-i`OS z?F^Q$zx+r4i+1g&jryMYP9gt;3eP@cSLZPf;Ik>{mi1{2)p9tKwxaCv*&KyCq6M8c z56Uz2(|=E7G-lrvtg~8AGs(J`fuDmRJ8D_$Lw44zy(gK^*?p+B^ilY5=aEs}JnPRd zzpeja-`;RytEIG(jJnO&42fN*0$)h7ho71Ma|V;BUqWK<+p`?1zyzPfp#Tk8ATU+uhyxqsPl`gh9su=$@k;5)T& zsm(37=WFd4zqB7@Udi6OJtx+1Hb=MY|BAY=rq6|hz9j}dut*4yo}Mo2FH(CU)_6D5 z)3f~Ntfg3kUyIiFDHe6#tPV-2eW@pItDCW7TcC$#O#Y7O zdxpNki)00?XcaA9a{Y9`Q)$E_Hy!L{u^SDgD#(Dn)N6bmFEx|+eC@ZE;Pw2t*|CW;e&yt^ z$$xu1W2RJBfs2CGp71Y^S10_w?Kt;!ulH*0rd?pRaA+5IM6*fm zeSLOX54)Xq`GZRt68Rceb{ReB?#}#HYx1OP_o{PqI3$D^CN2`4#@h3KN!%&L*_Ohr zhwEB>c1%0{C0UkdX|eULv|PXFmgz#hzfHA8QTc1P-am|2t*Cnb*@8 z>ZYOjN@(}`86S$=muz1CCcyvn$tS-`4frlL@Xxj=jP|WR+`n<_lryi7GxcjfTYU8M ziDsGP?4XUt;x`!5PuVVQmzh9`szxwD*tDF?ROPvBe+T?=XAszO~vb zD)p$&e7`-~0dU#ot+HgtA&jUK{zuRi}Iq8FJ;+82D z4w}2azbr4?bZ_;+5A{EG@4fZIZ7RR&0R`C~yk#@&mMocUx9s9t^+5A|``D`vZ>@;|WEdS1M`$ z*F6yUtzWV^wq~LIU;R(ZUw^pl-;w$3{qKU^4<7zf*zO%Y*M@KZAJzN2`d_Lp{r^C+ z{(-}J@2wb@}U2T!PO}25$nj;KXZ&b|`Ei_~7=b8KXhJD1< zIlbqWZJKN|(Z0Aa;-16$9p?Mb_T7JcdF3p_^->c)E>GY{T;KGP-|tV|aor!)6PhRd zs*_D^ofTnLaf3zi!`bKCr~0j&d%L+a=j5rz1BV(Lm(2EjysiEN2m7D7o^=}Q^A7Ak zWfQ8VlK4`{X6LIwpDyliH(qfi8D-qgRayD}_vx4&BC@)hZyda;dMhYYJ@zAK*4{n4 zl^pNhRs0{}e(d_T`}6MaU&}maG5e3Qlq)XHNuEb|vO_sa7|&YXEjCWR{MGB?G+h_L z8>?oT=kC`(z>vJ|WwC>GMwPI{<`nJUTUXwa*z(2FBJRh8B`28-SFyZYzM$>t|NrkJ zq)m0QR>@qe2ro7}+a&E>utzev;L0=mel=IC9Tz4pm{fSJVu{JdV>U}B*P8slH!n$B z$$#_8t>W!3_D+7Lb!PI!IT`JB>*S@Jwr=mQ9tYiup`9HRO zkbSaK#=4iQ^}zo6ibH=>Ju_r)M_Y#8YRsAzQ?+3G(y1XfUxcIEXSbF6&Abt{{OZZ< z(_vb#%w}Kz+14fLdws%r|C+=5c@yq#E!ED|6imHz+Jt+ixX%p}b30Sxmp@jNX&&&m znz;Bb^D)_3m-?nI^I-btbM;@{?Cbg)B6bISi&SfqTlYSGVg>UZww|=Sm3c>>Tf_)2 zw>@`FW7pe9eo32pe4{_zC=+|RYPR_5S@VQa9Flh*dOUljg+`uAt$^OA{q;>eiGCa} zeRQPD*j9A2^3161*kxUJ-DmN`g_fI&c2zvgxp5+meb3U?*CEXRBpPZbpPU$SXhw#1 z{QmXVYr<=`c^P>1Xl&P3TQYI0|5a6|oe@>qsfUaH=zjdvF{$UDU*l2HWo}g-BIQnx zz4_LQ9DSo~rafC%_SVblM~1!sHaR9Os(Y8bXi=$`sm8`9qbQ3$+Bp88#*7`bD_UE-O_?L`Rb{z%WNkuMK7JY zb9tZpbM;Sa#Y5yy*6{ro>&vQ=pWyOB^2VCICPxak=c@$n|36b!%RbBe+eH zNxILT|H8ItnqCRxdu?r(XBN`RWmn5jdjvZwJi3;|r!w8(%+pOq4{zQ0YrD6;{&Z0P zCQjLfyh}d>m|ThM>szjO>A07?gI^!l#dP~8Nw)KZAJtxKnXGKVKkwM#gpwPq@AaIo zb|fsZ`d?pIb%{A@Li|dFJN%E%c)AO`c~o+5j-KUh=DB)rOc}R4%=Ymr*PD6%M8d(3a(` znCBGlz4M*dwMoSVog066iJLWEw74w%#ctLF`@(7dH%u6q_9-rYTCi#V17BnR*z$j` z`M5uZT)fBrfov5Zp$C`9vh|f`90y2OZ|L!C$;_# zSv4zK;xfzc;xi1V`P|u9`G$={IdJH`+8P3VhrDpF_I(b3c+b-7`Ilb&rKf8{?{*Tfj+>$&++K*!^84%VsM(b7`hgvYd9=gfL!T<^~OR z?nVyA+6kv8ZYVqcUbAIE~4`Fb1g#+@qpsABNDKj77|YY*8vgPz%*nHsz&y>ZTwk}t=i)vg?Tz~o@{ z^k=2?A%TVM;@g9}IbtuE%+v;|*tTA0@epUwo0wO< ztYqnf`dFqFK6@Gt&+_DpeBh$9%z^RK^UXn#u^;r#+IzfMS2t@#&zE;66Y7^Qn!5KB zhgfrq&|&M8j`>OJcFX7*7CwH@xuK!xT22S_iJ&!8vB7ds{{{8yMp@KzTYD?{X<&-CpS2TWy$1bXW^8AN! zdVbv>-rNZWYcAA#Hf&5>B_C<%(_1`ygW>rN2@*RLR3%={tZBNF$z}DxoV_eF%1zg1 z*K2Rx(;iyxml@ZYR%t+t;$Xj(`e+PH^nUvh;Bi}zixX8U@!3xH(AD6>)4Gk7@zRRso z`y|ft>rH%haJ&Bu*V@-I9*rya&8j!P!@JCoDeLNUrjR#cHHp%Wv0eX#`S<6}ncABB z+WL4+aLEeYry+|EtgN;CqiQJd^R<<$&^rEFUQdRJhO)J1WjwPP1Nv9I&7Z&c$ck7s zzEuSaZpYa)a*2yg_PbrZh4+*wgYD}27uu_L`SOW2d!K%!$y&8|g)v)mMvm>;lGD+B zoi-kNYZe3-N*`Rb{GZZ{mSsL$-QUZUPU>ctP0{-B*=K5Ff1=>OYL{i)fy$Bo%iiw$ zRp83rGDAe~$!8PM6O*^Gx&&rqKe@Ya`Q@(Rs(amsewEZ+6^y zJAUoG{_Y2_Z)q$G-%+)G?dLT?{}e^6JDNLwm0ntF^6!#XYCp?{(*0rk3-up-Z+*Jw zXE?_hCPA;ZHJ|h*yx8gX;r7yfSJ#*7{=TIB=8+nI=&Ln_J9dBhUb;R#wu#-z_;O2+ zops82-UXsEysx+HF7k0c9Jyfol0+{{gE~n~|Hg@{Ia~@3#-2{vctOm00pIds+sARU zV!Q3{hKWi@XLr{z1{bel_J6QbXCD8TRXo=&tw^2oYAw?T?VY-JEhU^8#o8s07r5%i zFw3`Xe#|uIj-0)Wn)us8UOYzZbHBY*eWJQLXOYgmnKB2e5{jDa*8D7N%wd{Rz!YJB zcNSYh$=@4d3-<-iTw1)Y#I)c3rjFsNnd}DAAI>n@pY5rgrL+Cb<5oN7hbwtX4sEn> za^pM^cDnDez~K`WXPa05UcX@XAwJIQEps;PunF8DIg8`b+VOS9%Qg{)Ykyuki_ zUhyP>8M}H)0%{FE9o0XaVduQJK(IYpT03slBGy0)XXfBztB%(2sMcI=&b8+Hp6FB6 z^3$D3fI)yqfZ2&bmcb>>vDC#*i$zSsOJti2@BYFlv$)u42lNepsdd;b*zE8t(kGMi z(v`$EvECl8!Wxd}A`g@Gymzu}Wt~kol|LrvfABuf;_l3%+VF7O z6prf+{697_IxmlqIOMkOLx2Ip0WpvD`)Z$NoV;okBVdy7We)FUZr2q59bb!em^ma( zzxL{0Tk(EoTigRi@$L3&nHl%YsI_L|cmD9nlipg9twK|xJ)^YwcWry$=SjTaWiC;M8@CNYS!o#DL4#%Y?mkZUVC~^z5i!Ll_^KKw3-4>8qbRL zyi>et!ZqP(o4eA);(ggxO#YHMwXo8h!Oe6{XW_mT(njo(KaDQ4e7ODQ0^jEq z5|`uuNj+HVI`LNK^>?%6JhBu&)>vphn#HU3ys!EB0x=%X+OmQmBMuS8+Yt+y9IH7V zuw;g1M(E21Nmbe~&za!N(08})%by!5j4!``IGw3jQMxiY^_Y;)o*usZ?}rz9T3P(P zqrk;G@4?rK#}4y^m;ca7JG3A{#o$ZFYm>!4i}ueix%Nc+;KZ1M&=12a%k2XPRGMV$1nmudmmTb?c&n43AR%-p zqIt!!yvD_Pd4VmrJyz_w#JA=4O}BuHH|5Ojv`Zdc(mXsf+@-7azP9>=%KRl0LZ#m= zcC-FI=TW2jyB9A^7Wzo-llbFt#b>qQj{dV}C40^HE~(t&UiFUgjzRg}DXZFkT-#}w zAKk^W*y(r1-rzeAHhXLTN_lpLe_m0^wW#fN*6eM&<5_ku&){dD+QQ_f;r;Q?=AY6! zF>z9cf%}A(H^dvX$nYpmauw1wNfvq{-Wg-d;+n8>4?`9Mm)@rQ53KHA4g2?s^hz=H zvgO|p_2sHxx?G9HDst!YyW5|MCOzF=_xlBt)3d-Zzu&hfgxxFreBi{yh0oYH752@2 z)>^K1bjtn4B@9dq4-A-?l$u{KT|V~NL1_QY32Cy-x(65przuPDE|Fth%d_a6;nk0V zTt6IicggaI2uEH}|MZhXI<#?-dt1}aW%iq)vGS7|lFE&$(q1tHFM9Nbn<*k>y*6j$fgN8w z)(BK6y-?vlVY_T1WAk3dbBh`oo@}^dvAHSne&Y;Qkq$BsUin5yqC&uy7IUoPb9 zk>iJ0Ry5vlNxT@!XZfspVfK#|-Wu2B*E!mX*v#AQ@n}kh(~3PmOF!MaV$96*ca^n) z9UI5leX+l$SQn~Sn7DUXSJ~}l`KG;penV$tGvgrx9aqC>n^)R$a>o2!8REBXq|3N> z$WAD=tzK|3j7RSCkH9aD|M@c;9$iUWeCQj);ovosEImB=y7p-BJFW|1j1Ql6snFE6 zwPS-3XQDIfgZ&JfHmvVfo0}77qBg-k@u{!!4p+s#*`=>dCpvI8eQ7UH^$5M6n`g6M z^~Skh3s>f!nO?H�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%0DOESU7Y{%h6x(id*)uReP9H}2KP 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ν;Ol&SD(JV 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

-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

WtT8 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 !u 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 z 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

^_Q+${kn`JfZNe|-g=U;8!wYgLop#q_J@QrQnC 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

o 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

wg0vX-@W&Kea-di?kB6BJbU*~fA`+I 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%0A_o)6pBs-}+y8tE2ZO*l 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

0^}qGv;jcbUeUY@@Hcoc+-FVRLFn8lY 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

bAdBqVz=oEG<(t8(#jj?sr}OkAaL7kWa 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

+V5Y*{0@Ee?&>V7=yx)S^1WGZd#9Se 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

-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 z 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 kZbP}F&P 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

e5t#!H8CsG!%#=VfSXcu!!{LWp| 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 z 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

oxX`s+jsr#c-}7 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%0DW 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 Le&GWGOpP(>s9db>)k?YcUL`5ciY55!bP(~k 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 (mP?h

`j=n0rE3rY-oGAgIQl9(ELS;Xn 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 z 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%0D`Wxrc}H%4gv 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⪻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

Uwcb!W9wrJeto~b>wdic>c7>mAN|@B`+Wb| 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 I0S=JO03fdpUH||9 literal 0 HcmV?d00001 diff --git a/config/fancymenu/assets/title_shadow.png b/config/fancymenu/assets/title_shadow.png new file mode 100644 index 0000000000000000000000000000000000000000..03b77fc291b5cdc9abdcd7b435830836aedf443c GIT binary patch literal 70530 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 HQ$iB}1_#@J literal 0 HcmV?d00001 diff --git a/config/fancymenu/assets/transparent.png b/config/fancymenu/assets/transparent.png new file mode 100644 index 0000000000000000000000000000000000000000..dde5384b499bad0372cf4cf78c81299bd2771364 GIT binary patch literal 126 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z= 0 + chance = 30 + + #Sea Beet generation + [world.wild_beetroots] + #Chance of generating clusters. Smaller value = more frequent. + #Range: > 0 + chance = 30 + + #Wild Potato generation + [world.wild_potatoes] + #Chance of generating clusters. Smaller value = more frequent. + #Range: > 0 + chance = 100 + + #Wild Carrot generation + [world.wild_carrots] + #Chance of generating clusters. Smaller value = more frequent. + #Range: > 0 + chance = 120 + + #Wild Onion generation + [world.wild_onions] + #Chance of generating clusters. Smaller value = more frequent. + #Range: > 0 + chance = 120 + + #Tomato Vines generation + [world.wild_tomatoes] + #Chance of generating clusters. Smaller value = more frequent. + #Range: > 0 + chance = 100 + + #Wild Rice generation + [world.wild_rice] + #Chance of generating clusters. Smaller value = more frequent. + #Range: > 0 + chance = 20 + + #Brown Mushroom Colony generation + [world.brown_mushroom_colonies] + #Generate brown mushroom colonies on mushroom fields + genBrownMushroomColony = true + #Chance of generating clusters. Smaller value = more frequent. + #Range: > 0 + chance = 15 + + #Red Mushroom Colony generation + [world.red_mushroom_colonies] + #Generate red mushroom colonies on mushroom fields + genRedMushroomColony = true + #Chance of generating clusters. Smaller value = more frequent. + #Range: > 0 + chance = 15 + diff --git a/config/farmersrespite-common.toml b/config/farmersrespite-common.toml new file mode 100644 index 0000000..9b91247 --- /dev/null +++ b/config/farmersrespite-common.toml @@ -0,0 +1,8 @@ + +#Game settings +[settings] + #Are tea bushes bonemealable? + enableBoneMealTeaBush = false + #Are coffee bushes bonemealable? + enableBoneMealCoffeeBush = false + diff --git a/config/ferritecore-mixin.toml b/config/ferritecore-mixin.toml new file mode 100644 index 0000000..bd2e24a --- /dev/null +++ b/config/ferritecore-mixin.toml @@ -0,0 +1,23 @@ +#Use a slightly more compact, but also slightly slower representation for block states +compactFastMap = false +#Replace objects used to detect multi-threaded access to chunks by a much smaller field. This option is disabled by default due to very rare and very hard-to-reproduce crashes, use at your own risk! +useSmallThreadingDetector = false +#Cache the predicate instances used in multipart models +cacheMultipartPredicates = true +#Do not create a new MultipartBakedModel instance for each block state using the same multipartmodel. Requires cacheMultipartPredicates to be enabled +multipartDeduplication = true +#Deduplicate cached data for blockstates, most importantly collision and render shapes +blockstateCacheDeduplication = true +#Avoid creation of new strings when creating ModelResourceLocations +modelResourceLocations = true +#Use smaller data structures for "simple" models, especially models with few side-specific faces +modelSides = true +#Replace the blockstate neighbor table +replaceNeighborLookup = true +#Populate the neighbor table used by vanilla. Enabling this slightly increases memory usage, but can help with issues in the rare case where mods access it directly. +populateNeighborTable = false +#Do not store the properties of a state explicitly and read themfrom the replace neighbor table instead. Requires replaceNeighborLookup to be enabled +replacePropertyMap = true +#Deduplicate vertex data of baked quads in the basic model implementations +bakedQuadDeduplication = true + diff --git a/config/flywheel-client.toml b/config/flywheel-client.toml new file mode 100644 index 0000000..7c26857 --- /dev/null +++ b/config/flywheel-client.toml @@ -0,0 +1,14 @@ +#Select the backend to use. Set to "DEFAULT" to let Flywheel decide. +backend = "flywheel:off" +#Enable or disable instance update limiting with distance. +limitUpdates = true +#The number of worker threads to use. Set to -1 to let Flywheel decide. Set to 0 to disable parallelism. Requires a game restart to take effect. +#Range: -1 ~ 24 +workerThreads = -1 + +#Config options for Flywheel's built-in backends. +[flw_backends] + #How smooth Flywheel's shader-based lighting should be. May have a large performance impact. + #Allowed Values: FLAT, TRI_LINEAR, SMOOTH, SMOOTH_INNER_FACE_CORRECTED + lightSmoothness = "SMOOTH" + diff --git a/config/fml.toml b/config/fml.toml new file mode 100644 index 0000000..384788f --- /dev/null +++ b/config/fml.toml @@ -0,0 +1,29 @@ +#Early window height +earlyWindowHeight = 480 +#Enable forge global version checking +versionCheck = true +#Should we control the window. Disabling this disables new GL features and can be bad for mods that rely on them. +earlyWindowControl = true +#Early window framebuffer scale +earlyWindowFBScale = 1 +#Early window provider +earlyWindowProvider = "fmlearlywindow" +#Early window width +earlyWindowWidth = 854 +#Early window starts maximized +earlyWindowMaximized = false +#Default config path for servers +defaultConfigPath = "defaultconfigs" +#Disables Optimized DFU client-side - already disabled on servers +disableOptimizedDFU = true +#Skip specific GL versions, may help with buggy graphics card drivers +earlyWindowSkipGLVersions = [] +#Whether to log a help message on first attempt, to aid troubleshooting. This setting should automatically disable itself after a successful launch +earlyWindowLogHelpMessage = false +#Max threads for early initialization parallelism, -1 is based on processor count +maxThreads = -1 +#Squir? +earlyWindowSquir = false +#Whether to show CPU usage stats in early window +earlyWindowShowCPU = false + diff --git a/config/forge-client.toml b/config/forge-client.toml new file mode 100644 index 0000000..793762c --- /dev/null +++ b/config/forge-client.toml @@ -0,0 +1,26 @@ + +#Client only settings, mostly things related to rendering +[client] + #Enable Forge to queue all chunk updates to the Chunk Update thread. + #May increase FPS significantly, but may also cause weird rendering lag. + #Not recommended for computers without a significant number of cores available. + alwaysSetupTerrainOffThread = false + #EXPERIMENTAL: Enable the Forge block rendering pipeline - fixes the lighting of custom models. + experimentalForgeLightPipelineEnabled = false + #When enabled, Forge will show any warnings that occurred during loading. + showLoadWarnings = true + #Set to true to use a combined DEPTH_STENCIL attachment instead of two separate ones. + useCombinedDepthStencilAttachment = false + #[DEPRECATED] Does nothing anymore, IPv6 addresses will be compressed always + compressLanIPv6Addresses = true + #During block model baking, manually calculates the normal for all faces. + #This was the default behavior of forge between versions 31.0 and 47.1. + #May result in differences between vanilla rendering and forge rendering. + #Will only produce differences for blocks that contain non-axis aligned faces. + #You will need to reload your resources to see results. + calculateAllNormals = false + #When enabled, a slightly biased Direction#getNearest calculation will be used to prevent normal fighting on 45 degree angle faces. + stabilizeDirectionGetNearest = true + #When enabled, Forge will allow mipmaps to be lowered in real-time. This is the default behavior in vanilla. Use this if you experience issues with resource packs that use textures lower than 8x8. + allowMipmapLowering = false + diff --git a/config/ftbbackups2.json b/config/ftbbackups2.json new file mode 100644 index 0000000..09d7f24 --- /dev/null +++ b/config/ftbbackups2.json @@ -0,0 +1,71 @@ +{ + // Allow the creation of backups automatically + "enabled": true, + // Permission level to use the /backup command + "command_permission_level": 3, + // Only send backup status to server ops + "notify_op_only": true, + // Don't send backup status at all + "do_not_notify": false, + /* Backup retention mode. Valid Modes: MAX_BACKUPS, TIERED + Note: TIERED mode is an experimental feature, Use at your own risk. + */ + "retention_mode": "MAX_BACKUPS", + // Applies to retention_mode:MAX_BACKUPS, Sets the maximum number of backups to keep + "max_backups": 5, + // Applies to retention_mode:TIERED, The latest x number of backups will be retained + "keep_latest": 5, + // Applies to retention_mode:TIERED, Sets number of hourly backups to keep + "keep_hourly": 1, + // Applies to retention_mode:TIERED, Sets number of daily backups to keep + "keep_daily": 1, + // Applies to retention_mode:TIERED, Sets number of weekly backups to keep + "keep_weekly": 1, + // Applies to retention_mode:TIERED, Sets number of monthly backups to keep + "keep_monthly": 1, + /* This is done with an implementation of cron from the Quartz java library. + More info here + (http://www.cronmaker.com) + */ + "backup_cron": "0 */30 * * * ?", + // Time between manual backups using the command + "manual_backups_time": 0, + // Only run a backup if a player has been online since the last backup + "only_if_players_been_online": true, + // Additional directories to include in backup + "additional_directories": [], + /* Additional files and directories to include in backup. + Can specify a file name, path relative to server directory or wildcard file path + Examples: (All file paths are relative to server root) + fileName.txt Any/all file named "fileName.txt" + folder/file.txt Exact file path + folder/ Everything in this folder + path/starts/with* Any files who's path starts with + *path/ends/with.txt Any files who's path ends with + *path/contains* Any files who's path contains + */ + "additional_files": [], + // Display file size in backup message + "display_file_size": true, + // backup location + "backup_location": ".", + // Specify the backup format. Valid options are ZIP and DIRECTORY + "backup_format": "ZIP", + // Minimum free disk space in MB. If a backup's creation would leave less than this amount of disk space remaining, the backup will be aborted. + "minimum_free_space": 0, + // If the previous backup failed due to lack of space, the oldest backup will be deleted to free space. + "free_space_if_needed": false, + /* Specify files or folders to be excluded. + Can specify a file name, path relative to server directory or wildcard file path + Examples: (All file paths are relative to server root) + fileName.txt Any/all file named "fileName.txt" + folder/file.txt Exact file path + folder/ Everything in this folder + path/starts/with* Any files who's path starts with + *path/ends/with.txt Any files who's path ends with + *path/contains* Any files who's path contains + */ + "excluded": [], + // The dimension used when creating backup preview image, specify "all" to enable automatic detection of primary dimension (can be very slow) + "preview_dimension": "minecraft:overworld" +} \ No newline at end of file diff --git a/config/ftbquests/quests/chapter_groups.snbt b/config/ftbquests/quests/chapter_groups.snbt new file mode 100644 index 0000000..5051469 --- /dev/null +++ b/config/ftbquests/quests/chapter_groups.snbt @@ -0,0 +1,6 @@ +{ + chapter_groups: [ + { id: "2BFAC9C95DAED88B", title: "{ftbquests.chapter_groups_3169067154505914507.title}" } + { id: "499FD90D592AFC7B", title: "{ftbquests.chapter_groups_5305197537419525243.title}" } + ] +} diff --git a/config/ftbquests/quests/chapters/digital_storage.snbt b/config/ftbquests/quests/chapters/digital_storage.snbt new file mode 100644 index 0000000..8b8630d --- /dev/null +++ b/config/ftbquests/quests/chapters/digital_storage.snbt @@ -0,0 +1,1130 @@ +{ + default_hide_dependency_lines: false + default_min_width: 280 + default_quest_shape: "" + filename: "digital_storage" + group: "499FD90D592AFC7B" + icon: "minecraft:chest" + id: "6624F3E176990B6A" + order_index: 0 + quest_links: [ ] + quests: [ + { + dependencies: ["52D07AB4E6B88EA1"] + description: ["{ftbquests.chapter.digital_storage.quest1.description1}"] + hide_until_deps_complete: true + id: "42064A913CA2CCD2" + rewards: [{ + id: "70DC06DBA48C2C1C" + type: "xp" + xp: 100 + }] + shape: "hexagon" + tasks: [{ + id: "6CC1A0D2BD148905" + item: "ae2:controller" + type: "item" + }] + x: -2.0d + y: 0.0d + } + { + dependencies: ["42064A913CA2CCD2"] + description: [ + "{ftbquests.chapter.digital_storage.quest2.description1}" + "" + "{ftbquests.chapter.digital_storage.quest2.description2}" + ] + id: "19BCEFF7F0DE9C81" + rewards: [{ + id: "76BECE700F1CD015" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4C5EE0307F949567" + item: "ae2:energy_acceptor" + type: "item" + }] + x: -3.5d + y: -0.5d + } + { + dependencies: ["42064A913CA2CCD2"] + description: ["{ftbquests.chapter.digital_storage.quest3.description1}"] + icon: "ae2:fluix_smart_cable" + id: "45812F4C9EF0926C" + rewards: [{ + id: "1495849F009F2923" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5AEB4D6B67F03FB5" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "ae2:smart_cable" + } + } + title: "{ftbquests.chapter.digital_storage.quest3.task_6551415206641156021.title}" + type: "item" + }] + title: "{ftbquests.chapter.digital_storage.quest3.title}" + x: -1.0d + y: 1.5d + } + { + dependencies: ["45812F4C9EF0926C"] + description: ["{ftbquests.chapter.digital_storage.quest4.description1}"] + icon: "ae2:fluix_smart_dense_cable" + id: "2FD074137DE15616" + rewards: [{ + id: "55B122BFA440ED3D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "514068BF36103E94" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "ae2:smart_dense_cable" + } + } + title: "{ftbquests.chapter.digital_storage.quest4.task_5854794686036721300.title}" + type: "item" + }] + title: "{ftbquests.chapter.digital_storage.quest4.title}" + x: 0.0d + y: 2.0d + } + { + dependencies: ["2FD074137DE15616"] + description: [ + "{ftbquests.chapter.digital_storage.quest5.description1}" + "" + "{ftbquests.chapter.digital_storage.quest5.description2}" + "" + "{ftbquests.chapter.digital_storage.quest5.description3}" + ] + id: "25899D736E58600D" + rewards: [{ + id: "2C85B7D794927CE1" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3BAA47A786CB4A40" + item: { + Count: 1 + id: "ae2:color_applicator" + tag: { } + } + match_nbt: false + title: "{ftbquests.chapter.digital_storage.quest5.task_4299327579125140032.title}" + type: "item" + }] + x: 1.0d + y: 2.5d + } + { + dependencies: ["42064A913CA2CCD2"] + description: [ + "{ftbquests.chapter.digital_storage.quest6.description1}" + "" + "{ftbquests.chapter.digital_storage.quest6.description2}" + ] + id: "28F3433876B58C67" + rewards: [{ + id: "53D99DBD92ADED6A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "46D766909F51BF29" + item: "ae2:interface" + type: "item" + }] + x: -3.0d + y: 1.5d + } + { + dependencies: ["42064A913CA2CCD2"] + description: ["{ftbquests.chapter.digital_storage.quest7.description1}"] + id: "0B962ED4F7C5605E" + rewards: [{ + id: "740E9ECF9F88E5D4" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "30CC09F3C45F9FE6" + item: "expatternprovider:wireless_connect" + type: "item" + }] + x: -3.0d + y: -1.5d + } + { + dependencies: ["42064A913CA2CCD2"] + description: ["{ftbquests.chapter.digital_storage.quest8.description1}"] + icon: "ae2:quantum_link" + id: "3A85EDF465018CE9" + rewards: [{ + id: "350A2BDEF6D30977" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4369251B08E6E6B5" + item: "ae2:quantum_link" + type: "item" + } + { + id: "1839F4F0EE842265" + item: "ae2:quantum_ring" + type: "item" + } + ] + title: "{ftbquests.chapter.digital_storage.quest8.title}" + x: -1.0d + y: -1.5d + } + { + dependencies: ["42064A913CA2CCD2"] + description: ["{ftbquests.chapter.digital_storage.quest9.description1}"] + icon: "expatternprovider:ex_inscriber" + id: "769058A0214DFE4C" + rewards: [{ + id: "29232D121842C186" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "5834D042FB64E658" + item: "expatternprovider:ex_inscriber" + type: "item" + } + { + id: "1B33D77B12CABA49" + item: "expatternprovider:ex_charger" + type: "item" + } + ] + title: "{ftbquests.chapter.digital_storage.quest9.title}" + x: -2.0d + y: 1.5d + } + { + dependencies: ["42064A913CA2CCD2"] + description: ["{ftbquests.chapter.digital_storage.quest10.description1}"] + icon: "ae2:wireless_terminal" + id: "5800C2FA501D25AA" + rewards: [{ + id: "5C6C7C61911DEA9F" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "303553A904DAB768" + item: "ae2:wireless_access_point" + type: "item" + } + { + icon: "ae2:wireless_terminal" + id: "79D5DB4C10707012" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "expatternprovider:wireless_ex_pat" + } + { + Count: 1b + id: "ae2wtlib:wireless_pattern_access_terminal" + } + { + Count: 1b + id: "ae2wtlib:wireless_pattern_encoding_terminal" + } + { + Count: 1b + id: "ae2:wireless_crafting_terminal" + tag: { } + } + { + Count: 1b + id: "ae2:wireless_terminal" + } + { + Count: 1b + id: "ae2wtlib:wireless_universal_terminal" + } + ] + } + } + match_nbt: false + title: "{ftbquests.chapter.digital_storage.quest10.task_8779164168368451602.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.digital_storage.quest10.title}" + x: -0.5d + y: -0.5d + } + { + dependencies: ["28F3433876B58C67"] + description: [ + "{ftbquests.chapter.digital_storage.quest11.description1}" + "" + "{ftbquests.chapter.digital_storage.quest11.description2}" + "" + "{ftbquests.chapter.digital_storage.quest11.description3}" + ] + icon: "ae2:molecular_assembler" + id: "7029B79465525273" + rewards: [{ + id: "040B66E150EB6C51" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "39F717BFA0DD5801" + item: "ae2:pattern_provider" + type: "item" + } + { + id: "4E8E31F671387339" + item: "ae2:molecular_assembler" + type: "item" + } + { + id: "4201FE9A50857C0A" + item: "ae2:crafting_unit" + type: "item" + } + ] + title: "{ftbquests.chapter.digital_storage.quest11.title}" + x: -4.0d + y: 2.0d + } + { + dependencies: ["42064A913CA2CCD2"] + description: [ + "{ftbquests.chapter.digital_storage.quest12.description1}" + "" + "{ftbquests.chapter.digital_storage.quest12.description2}" + ] + id: "38CF84D7DEEA26F2" + rewards: [{ + id: "685D4828EF4096FB" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5A8C37A2DC2BD8D4" + item: "ae2:drive" + type: "item" + }] + x: -2.0d + y: -1.0d + } + { + dependencies: ["38CF84D7DEEA26F2"] + description: ["{ftbquests.chapter.digital_storage.quest13.description1}"] + id: "2BC56CC6C32D156B" + rewards: [{ + id: "186C8D61C3F9AF6D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "79D7AEA1569B39B9" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "expatternprovider:ex_pattern_access_part" + } + { + Count: 1b + id: "ae2:pattern_access_terminal" + } + { + Count: 1b + id: "ae2:terminal" + } + { + Count: 1b + id: "ae2:crafting_terminal" + } + { + Count: 1b + id: "ae2:pattern_encoding_terminal" + } + ] + } + } + title: "{ftbquests.chapter.digital_storage.quest13.task_8779678006548052409.title}" + type: "item" + }] + title: "{ftbquests.chapter.digital_storage.quest13.title}" + x: -2.0d + y: -2.0d + } + { + dependencies: ["19BCEFF7F0DE9C81"] + description: ["{ftbquests.chapter.digital_storage.quest14.description1}"] + id: "77DBEADC85E302E7" + rewards: [{ + id: "61366A2AAF5DD0E8" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "040F9CC81F2B9B4E" + item: { + Count: 1 + id: "ae2:energy_cell" + tag: { } + } + type: "item" + }] + x: -5.0d + y: -1.0d + } + { + dependencies: ["5800C2FA501D25AA"] + id: "588E96C6A6095B4F" + rewards: [{ + id: "4D353628EBBB60F4" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5F90AB33BE52A7F6" + item: "ae2wtlib:quantum_bridge_card" + type: "item" + }] + x: 1.0d + y: -1.0d + } + { + dependencies: ["2FD074137DE15616"] + description: [ + "{ftbquests.chapter.digital_storage.quest16.description1}" + "" + "{ftbquests.chapter.digital_storage.quest16.description2}" + ] + icon: "ae2:me_p2p_tunnel" + id: "1B2791D7868FA0C8" + rewards: [{ + id: "0018467EEAEB527B" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "3C89FE0A2E3F7D56" + item: "ae2:me_p2p_tunnel" + type: "item" + } + { + id: "4E9195DB3A44E29E" + item: { + Count: 1 + id: "ae2:memory_card" + tag: { } + } + match_nbt: false + type: "item" + } + ] + x: 1.0d + y: 1.5d + } + { + dependencies: ["769058A0214DFE4C"] + description: [ + "{ftbquests.chapter.digital_storage.quest17.description1}" + "" + "{ftbquests.chapter.digital_storage.quest17.description2}" + ] + id: "0D84FCBDF7D400BC" + rewards: [{ + id: "7B5A7D301000A71D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "507EC959EDFD27D0" + item: "advanced_ae:reaction_chamber" + type: "item" + }] + x: -2.5d + y: 3.0d + } + { + dependencies: ["769058A0214DFE4C"] + description: ["{ftbquests.chapter.digital_storage.quest18.description1}"] + id: "73F6B084862E0C22" + rewards: [{ + id: "4F5D7585B0B5505C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "58990D13A5825250" + item: "expatternprovider:circuit_cutter" + type: "item" + }] + x: -1.5d + y: 3.0d + } + { + dependencies: ["7029B79465525273"] + description: ["{ftbquests.chapter.digital_storage.quest19.description1}"] + icon: "expatternprovider:assembler_matrix_frame" + id: "60D69E8F82D1735A" + rewards: [{ + id: "631ABBD3F4CB9415" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "24CB0DC3DEA3CF24" + item: "expatternprovider:assembler_matrix_wall" + type: "item" + } + { + id: "26EB2E11D9E73874" + item: "expatternprovider:assembler_matrix_frame" + type: "item" + } + ] + x: -5.0d + y: 2.5d + } + { + dependencies: ["0D84FCBDF7D400BC"] + description: ["{ftbquests.chapter.digital_storage.quest20.description1}"] + id: "2DD9F909A98D3A01" + rewards: [{ + id: "63FEFF805B7E6973" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "13B54D99F1509E9B" + item: "advanced_ae:quantum_core" + type: "item" + }] + x: -2.0d + y: 4.0d + } + { + dependencies: ["2DD9F909A98D3A01"] + description: [ + "{ftbquests.chapter.digital_storage.quest21.description1}" + "" + "{ftbquests.chapter.digital_storage.quest21.description2}" + ] + id: "17CA0C449BCE1795" + rewards: [{ + id: "36D51E4AA33024AE" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5BC2A17884CC34F7" + item: "advanced_ae:quantum_structure" + type: "item" + }] + x: -2.0d + y: 5.0d + } + { + dependencies: ["448ABF53EEACBFA7"] + dependency_requirement: "one_completed" + description: ["{ftbquests.chapter.digital_storage.quest22.description1}"] + hide_until_deps_complete: true + id: "0D743158B02EFECE" + rewards: [ + { + count: 2 + id: "62E7532779DBCC15" + item: "minecraft:leather" + type: "item" + } + { + id: "2A91EBFF67A1380F" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "2E43CCBB4B962F21" + item: "sophisticatedbackpacks:backpack" + type: "item" + }] + x: -2.0d + y: -4.0d + } + { + dependencies: ["448ABF53EEACBFA7"] + description: ["{ftbquests.chapter.digital_storage.quest23.description1}"] + hide_until_deps_complete: true + id: "186AF6EF5933F0C7" + rewards: [ + { + id: "484DA648F8D52FD3" + item: { + Count: 1 + id: "sophisticatedstorage:copper_chest" + tag: { + woodType: "oak" + } + } + type: "item" + } + { + id: "3F5CE5C18E1A5271" + type: "xp" + xp: 100 + } + ] + tasks: [{ + icon: { + Count: 1 + id: "sophisticatedstorage:copper_chest" + tag: { + woodType: "oak" + } + } + id: "51D72D299E613F70" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "sophisticatedstorage:all_storage" + } + } + title: "{ftbquests.chapter.digital_storage.quest23.task_5897231893839036272.title}" + type: "item" + }] + title: "{ftbquests.chapter.digital_storage.quest23.title}" + x: -4.0d + y: -4.0d + } + { + dependencies: ["448ABF53EEACBFA7"] + description: [ + "{ftbquests.chapter.digital_storage.quest24.description1}" + "" + "{ftbquests.chapter.digital_storage.quest24.description2}" + ] + hide_until_deps_complete: true + icon: "storagedrawers:oak_full_drawers_1" + id: "310095AAC69059F7" + rewards: [ + { + id: "3CC04B85D05F7A7F" + item: "storagedrawers:framing_table" + type: "item" + } + { + id: "09392F1C9B158438" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "4BD44F655B846F42" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "storagedrawers:drawers" + } + } + title: "{ftbquests.chapter.digital_storage.quest24.task_5464079544652951362.title}" + type: "item" + }] + title: "{ftbquests.chapter.digital_storage.quest24.title}" + x: 0.0d + y: -4.0d + } + { + dependencies: ["186AF6EF5933F0C7"] + description: ["{ftbquests.chapter.digital_storage.quest25.description1}"] + icon: "sophisticatedstorage:basic_tier_upgrade" + id: "79F177300EC200BB" + rewards: [ + { + id: "2792E6089A0C9606" + item: "sophisticatedstorage:copper_to_iron_tier_upgrade" + type: "item" + } + { + id: "68C2857301084848" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "087CBC5E7AACE097" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "sophisticatedstorage:basic_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:basic_to_copper_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:basic_to_iron_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:basic_to_gold_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:basic_to_diamond_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:basic_to_netherite_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:copper_to_iron_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:copper_to_gold_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:copper_to_diamond_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:copper_to_netherite_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:iron_to_gold_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:iron_to_diamond_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:iron_to_netherite_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:gold_to_diamond_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:gold_to_netherite_tier_upgrade" + } + { + Count: 1b + id: "sophisticatedstorage:diamond_to_netherite_tier_upgrade" + } + ] + } + } + title: "{ftbquests.chapter.digital_storage.quest25.task_611570763386642583.title}" + type: "item" + }] + x: -3.5d + y: -5.0d + } + { + dependencies: ["310095AAC69059F7"] + description: ["{ftbquests.chapter.digital_storage.quest26.description1}"] + id: "6AEDC0CE7C0F6871" + rewards: [ + { + id: "361B063185A1AC92" + item: "storagedrawers:iron_storage_upgrade" + type: "item" + } + { + id: "794B2E47DDDA1DA6" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "1799CCB5D4A8DAFF" + item: "storagedrawers:controller" + type: "item" + }] + x: 0.5d + y: -5.0d + } + { + dependencies: ["310095AAC69059F7"] + description: ["{ftbquests.chapter.digital_storage.quest27.description1}"] + icon: "storagedrawers:drawer_key" + id: "48640F7FA6B4E83C" + rewards: [ + { + id: "7DA6DE4285D3936F" + item: "storagedrawers:keyring" + type: "item" + } + { + id: "344C39E88690566F" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "622066D049F81B3A" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "storagedrawers:drawer_key" + } + { + Count: 1b + id: "storagedrawers:quantify_key" + } + { + Count: 1b + id: "storagedrawers:shroud_key" + } + { + Count: 1b + id: "storagedrawers:personal_key" + } + { + Count: 1b + id: "storagedrawers:priority_key" + } + ] + } + } + title: "{ftbquests.chapter.digital_storage.quest27.task_7070764459751906106.title}" + type: "item" + }] + title: "{ftbquests.chapter.digital_storage.quest27.title}" + x: -0.5d + y: -5.0d + } + { + dependencies: ["0D743158B02EFECE"] + description: ["{ftbquests.chapter.digital_storage.quest28.description1}"] + id: "2971661158B66BCB" + rewards: [ + { + id: "6A7A218A2B25881E" + item: "sophisticatedbackpacks:stack_upgrade_tier_1" + type: "item" + } + { + id: "477439A7110B018A" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "57731279073E4D5C" + item: "sophisticatedbackpacks:upgrade_base" + type: "item" + }] + x: -2.0d + y: -5.0d + } + { + dependencies: ["186AF6EF5933F0C7"] + description: ["{ftbquests.chapter.digital_storage.quest29.description1}"] + id: "20BC58E21EEC4A90" + rewards: [ + { + id: "06E72721EDE7B639" + item: "sophisticatedstorage:stack_upgrade_tier_1" + type: "item" + } + { + id: "3419EC18EC21266B" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "27901504AE8CB01C" + item: "sophisticatedstorage:upgrade_base" + type: "item" + }] + x: -4.5d + y: -5.0d + } + { + dependencies: ["448ABF53EEACBFA7"] + description: ["{ftbquests.chapter.digital_storage.quest30.description1}"] + hide_until_deps_complete: true + id: "7998DF6633727385" + rewards: [{ + id: "31B104A991D7975C" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "2A89B9BAD6D6A1BA" + item: "chipped:botanist_workbench" + type: "item" + } + { + id: "61E1F14AE74D8245" + item: "chipped:glassblower" + type: "item" + } + { + id: "1F90AEA33F3366EE" + item: "chipped:carpenters_table" + type: "item" + } + { + id: "35CFCE8CA7CDCB03" + item: "chipped:loom_table" + type: "item" + } + { + id: "74BABD50F2D36065" + item: "chipped:mason_table" + type: "item" + } + { + id: "0F68C22DF4A0FB55" + item: "chipped:alchemy_bench" + type: "item" + } + { + id: "23EB2E0893DEADE9" + item: "chipped:tinkering_table" + type: "item" + } + ] + title: "{ftbquests.chapter.digital_storage.quest30.title}" + x: 4.5d + y: -5.0d + } + { + dependencies: ["448ABF53EEACBFA7"] + description: ["{ftbquests.chapter.digital_storage.quest31.description1}"] + hide_until_deps_complete: true + id: "589D9D8B75EA4D6A" + rewards: [{ + id: "08EF9ED9EA1FADB1" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1886724FF4F67912" + item: { + Count: 1 + id: "rechiseled:chisel" + tag: { } + } + type: "item" + }] + x: 4.5d + y: -4.0d + } + { + dependencies: ["448ABF53EEACBFA7"] + description: ["{ftbquests.chapter.digital_storage.quest32.description1}"] + hide_until_deps_complete: true + id: "739D0BFEC4F76873" + rewards: [{ + id: "29DC2531205502EF" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "40AFA3023980CF2C" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "copycats:copycat_block" + } + } + title: "{ftbquests.chapter.digital_storage.quest32.task_4661123369301757740.title}" + type: "item" + }] + x: 4.5d + y: -3.0d + } + { + dependencies: ["448ABF53EEACBFA7"] + description: [ + "{ftbquests.chapter.digital_storage.quest33.description1}" + "" + "{ftbquests.chapter.digital_storage.quest33.description2}" + "" + "{ftbquests.chapter.digital_storage.quest33.description3}" + ] + hide_until_deps_complete: true + id: "00B11B5B5824CF82" + rewards: [ + { + exclude_from_claim_all: true + id: "5DAB642D70E0E39C" + table_id: 67272733859206798L + type: "choice" + } + { + id: "17AF9672B85CE2F7" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "34FA44324920ADE6" + item: "xercamusic:music_sheet" + type: "item" + }] + x: 5.5d + y: -5.0d + } + { + dependencies: ["448ABF53EEACBFA7"] + description: [ + "{ftbquests.chapter.digital_storage.quest34.description1}" + "" + "{ftbquests.chapter.digital_storage.quest34.description2}" + "" + "{ftbquests.chapter.digital_storage.quest34.description3}" + ] + hide_until_deps_complete: true + icon: { + Count: 1 + id: "xercapaint:item_palette" + tag: { + basic: [B; + 1b + 1b + 1b + 1b + 1b + 1b + 1b + 1b + 1b + 1b + 1b + 1b + 1b + 1b + 1b + 1b + ] + } + } + id: "56F47BEB53D25F0E" + rewards: [ + { + exclude_from_claim_all: true + id: "63AD2969AF05B6E2" + table_id: 6347601422327785898L + type: "choice" + } + { + id: "6FF1BA6953D4FD4D" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "40B6EAC528F2AEBF" + item: "xercapaint:item_palette" + type: "item" + } + { + id: "5B4F1FCD16C17D30" + item: "xercapaint:item_easel" + type: "item" + } + ] + title: "{ftbquests.chapter.digital_storage.quest34.title}" + x: 5.5d + y: -3.0d + } + { + dependencies: ["448ABF53EEACBFA7"] + description: [ + "{ftbquests.chapter.digital_storage.quest35.description1}" + "" + "{ftbquests.chapter.digital_storage.quest35.description2}" + ] + hide_until_deps_complete: true + id: "4E09F6435DC05330" + rewards: [{ + id: "32F2ED927729D029" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "73EFED8D105EAF82" + item: "buildinggadgets2:gadget_building" + type: "item" + }] + x: 3.5d + y: -4.5d + } + { + dependencies: ["448ABF53EEACBFA7"] + description: ["{ftbquests.chapter.digital_storage.quest36.description1}"] + hide_until_deps_complete: true + id: "76B04BEB7909F047" + rewards: [{ + id: "3C060A5958479379" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "27CB11F980CB52B8" + item: "botania:exchange_rod" + type: "item" + }] + x: 3.5d + y: -3.5d + } + ] + title: "{ftbquests.chapter.digital_storage.title}" +} diff --git a/config/ftbquests/quests/chapters/ffood_plants.snbt b/config/ftbquests/quests/chapters/ffood_plants.snbt new file mode 100644 index 0000000..249cc06 --- /dev/null +++ b/config/ftbquests/quests/chapters/ffood_plants.snbt @@ -0,0 +1,2949 @@ +{ + default_hide_dependency_lines: true + default_min_width: 280 + default_quest_shape: "" + filename: "ffood_plants" + group: "2BFAC9C95DAED88B" + hide_quest_details_until_startable: true + hide_quest_until_deps_visible: true + icon: "farmersdelight:vegetable_soup" + id: "50D63635ACA38A6D" + images: [ + { + dependency: "2E15C8681F5D2ACF" + height: 5.0d + image: "reclamation:textures/quests/vanilla.png" + rotation: 0.0d + width: 5.0d + x: -4.499999999999979d + y: -2.5833333333333357d + } + { + dependency: "2E15C8681F5D2ACF" + height: 5.0d + image: "reclamation:textures/quests/flowers.png" + rotation: 0.0d + width: 5.0d + x: 2.0d + y: -2.5d + } + { + dependency: "600A7F0DFD880119" + height: 5.0d + image: "reclamation:textures/quests/automation.png" + rotation: 0.0d + width: 5.0d + x: -11.0d + y: -2.0d + } + { + dependency: "2E15C8681F5D2ACF" + height: 10.0d + image: "reclamation:textures/quests/even_more_plants.png" + rotation: 0.0d + width: 10.0d + x: -1.5d + y: 5.5d + } + { + dependency: "2E15C8681F5D2ACF" + height: 5.0d + image: "reclamation:textures/quests/cooking_for_blockheads.png" + rotation: 0.0d + width: 5.0d + x: -3.5d + y: -8.0d + } + ] + order_index: 0 + quest_links: [ ] + quests: [ + { + dependencies: [ + "6BE467B7626E5085" + "1B02944C57BF74FB" + ] + description: ["{ftbquests.chapter.ffood_plants.quest1.description1}"] + id: "32195AB6E6F75FF1" + rewards: [{ + id: "4B3BFBEE92C3AC8F" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "0BE83A27534A9CAF" + item: "minecraft:sugar_cane" + type: "item" + }] + x: -6.5d + y: -0.5d + } + { + dependencies: [ + "33BAEE563814DCDB" + "1B02944C57BF74FB" + ] + dependency_requirement: "one_completed" + description: ["{ftbquests.chapter.ffood_plants.quest2.description1}"] + id: "36EF6C1E1C861A4A" + rewards: [{ + id: "5047F6164CCF2F60" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "474FA99911610CC3" + item: "minecraft:carrot" + type: "item" + }] + x: -5.5d + y: -0.5d + } + { + dependencies: [ + "63353784E3C39D83" + "1281E40889F822FE" + ] + description: ["{ftbquests.chapter.ffood_plants.quest3.description1}"] + id: "08415BCE11C57437" + rewards: [{ + id: "4AF453F9ACBFD15A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3E0563C1BF0FB284" + item: "minecraft:beetroot" + type: "item" + }] + x: -3.5d + y: -0.5d + } + { + dependencies: [ + "33BAEE563814DCDB" + "1281E40889F822FE" + ] + description: ["{ftbquests.chapter.ffood_plants.quest4.description1}"] + id: "303D96CD71A877FA" + rewards: [{ + id: "4ABA8893BECF54EC" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3D5788DD6CEE57CF" + item: "minecraft:potato" + type: "item" + }] + x: -4.5d + y: -0.5d + } + { + dependencies: [ + "303D96CD71A877FA" + "36EF6C1E1C861A4A" + ] + description: ["{ftbquests.chapter.ffood_plants.quest5.description1}"] + id: "269466269FFFC1BC" + rewards: [{ + id: "399C0EA065270B90" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2DEB960CC4FA0F6B" + item: "minecraft:pumpkin" + type: "item" + }] + x: -5.0d + y: 0.5d + } + { + dependencies: [ + "32195AB6E6F75FF1" + "36EF6C1E1C861A4A" + ] + description: ["{ftbquests.chapter.ffood_plants.quest6.description1}"] + id: "1AD960F38D986F1A" + rewards: [{ + id: "55173762F418E546" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "14647E43D0C398DC" + item: "minecraft:melon_slice" + type: "item" + }] + x: -6.0d + y: 0.5d + } + { + dependencies: [ + "1AD960F38D986F1A" + "08415BCE11C57437" + ] + description: ["{ftbquests.chapter.ffood_plants.quest7.description1}"] + id: "1DA6A370C87C0775" + rewards: [{ + id: "6CF2B95F597FBE75" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5718908A397ED9B2" + item: "minecraft:sweet_berries" + type: "item" + }] + x: -5.5d + y: 1.5d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest8.description1}"] + hide_until_deps_complete: true + id: "33BAEE563814DCDB" + rewards: [{ + id: "28497B6B69E8F722" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1626C66C1D2AF663" + item: "minecraft:wheat" + type: "item" + }] + x: -5.0d + y: -1.5d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: [ + "{ftbquests.chapter.ffood_plants.quest9.description1}" + "" + "{ftbquests.chapter.ffood_plants.quest9.description2}" + ] + hide_until_deps_complete: true + id: "63353784E3C39D83" + rewards: [{ + id: "38617424A6803F65" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "0017369D021A57BA" + item: "enchanted:mandrake_root" + type: "item" + }] + x: -3.0d + y: -1.5d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest10.description1}"] + hide_until_deps_complete: true + id: "1281E40889F822FE" + rewards: [{ + id: "67157A0947DD110C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "08ED9FCE9C9E0988" + item: "enchanted:wolfsbane_flower" + type: "item" + }] + x: -4.0d + y: -1.5d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest11.description1}"] + hide_until_deps_complete: true + id: "1B02944C57BF74FB" + rewards: [{ + id: "41AA176CD1FDEB6A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6E9D57F34DFBA187" + item: "enchanted:icy_needle" + type: "item" + }] + x: -6.0d + y: -1.5d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest12.description1}"] + hide_until_deps_complete: true + id: "6BE467B7626E5085" + rewards: [{ + id: "3C1CF50E65D62199" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6E7B2A4228C9079C" + item: "enchanted:water_artichoke" + type: "item" + }] + x: -7.0d + y: -1.5d + } + { + dependencies: [ + "63353784E3C39D83" + "303D96CD71A877FA" + ] + description: ["{ftbquests.chapter.ffood_plants.quest13.description1}"] + id: "15CFF693EFE382C7" + rewards: [{ + id: "22E400BAA0C2911F" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "209C1678B96BF007" + item: "minecraft:brown_mushroom" + type: "item" + }] + x: -3.0d + y: 0.5d + } + { + dependencies: [ + "63353784E3C39D83" + "36EF6C1E1C861A4A" + ] + description: ["{ftbquests.chapter.ffood_plants.quest14.description1}"] + id: "3F94D588E94A0F3C" + rewards: [{ + id: "73902B3EEE2AB35E" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "02A4B67966399B9B" + item: "minecraft:red_mushroom" + type: "item" + }] + x: -4.0d + y: 0.5d + } + { + dependencies: [ + "6BE467B7626E5085" + "32195AB6E6F75FF1" + ] + description: ["{ftbquests.chapter.ffood_plants.quest15.description1}"] + id: "1CE48B2F73EDB8FC" + rewards: [{ + id: "3D4AC543E590FCC2" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1A4C1D1B6BECE9D7" + item: "minecraft:bamboo" + type: "item" + }] + x: -7.0d + y: 0.5d + } + { + dependencies: [ + "6BE467B7626E5085" + "1CE48B2F73EDB8FC" + ] + description: ["{ftbquests.chapter.ffood_plants.quest16.description1}"] + id: "3E746C60CE874EC2" + rewards: [{ + id: "70CFF79AEF57E449" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "63227A8101809052" + item: "minecraft:kelp" + type: "item" + }] + x: -7.5d + y: 1.5d + } + { + dependencies: [ + "33BAEE563814DCDB" + "1CE48B2F73EDB8FC" + ] + description: ["{ftbquests.chapter.ffood_plants.quest17.description1}"] + id: "52641FDAD803360E" + rewards: [{ + id: "252B1EF4C6F3B937" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1332B5429430DC3C" + item: "minecraft:seagrass" + type: "item" + }] + x: -6.5d + y: 1.5d + } + { + dependencies: [ + "3E746C60CE874EC2" + "52641FDAD803360E" + ] + description: ["{ftbquests.chapter.ffood_plants.quest18.description1}"] + id: "5867D599B1DA6E6F" + rewards: [{ + id: "79D82037AAC758D4" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "627607BF4CBB9958" + item: "minecraft:sea_pickle" + type: "item" + }] + x: -7.0d + y: 2.5d + } + { + dependencies: [ + "3F94D588E94A0F3C" + "15CFF693EFE382C7" + ] + description: ["{ftbquests.chapter.ffood_plants.quest19.description1}"] + id: "3EDF39CD6F94943F" + rewards: [{ + id: "24D006E8A4FF8B5B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1B0681E60C9C525A" + item: "minecraft:nether_wart" + type: "item" + }] + x: -3.5d + y: 1.5d + } + { + dependencies: [ + "3EDF39CD6F94943F" + "15CFF693EFE382C7" + ] + description: ["{ftbquests.chapter.ffood_plants.quest20.description1}"] + id: "54401A0090BF5109" + rewards: [{ + id: "575E76D1DCA1E202" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "50385F5338B3A7C7" + item: "minecraft:warped_fungus" + type: "item" + }] + x: -3.0d + y: 2.5d + } + { + dependencies: [ + "3EDF39CD6F94943F" + "3F94D588E94A0F3C" + ] + description: ["{ftbquests.chapter.ffood_plants.quest21.description1}"] + id: "77F0AB56297C08EC" + rewards: [{ + id: "38BCEAD37F142EC9" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "010E32148E3954E0" + item: "minecraft:crimson_fungus" + type: "item" + }] + x: -4.0d + y: 2.5d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest22.description1}"] + hide_until_deps_complete: true + id: "0BD99D6E0D93E05F" + rewards: [{ + id: "15D1D07D4B03CF62" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "032D7F5C7D26D03C" + item: "enchanted:belladonna_flower" + type: "item" + }] + x: -2.0d + y: -1.5d + } + { + dependencies: [ + "33BAEE563814DCDB" + "0BD99D6E0D93E05F" + ] + description: ["{ftbquests.chapter.ffood_plants.quest23.description1}"] + id: "7CC83C324E6A01E9" + rewards: [{ + id: "25B2D9EABE2F040A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7889C84E2D3A006D" + item: "supplementaries:flax" + type: "item" + }] + x: -2.5d + y: -0.5d + } + { + dependencies: ["0B5C8BA575972913"] + description: [ + "{ftbquests.chapter.ffood_plants.quest24.description1}" + "" + "{ftbquests.chapter.ffood_plants.quest24.description2}" + ] + id: "799A3678C691BBA3" + rewards: [{ + id: "2F9EF194B22F3A06" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "274C58582A5C79DD" + item: "minecraft:poppy" + type: "item" + }] + x: 1.5d + y: -0.5d + } + { + dependencies: [ + "799A3678C691BBA3" + "79CC4BBB699E26EA" + ] + description: ["{ftbquests.chapter.ffood_plants.quest25.description1}"] + id: "68536E0D3B5694E7" + rewards: [{ + id: "235FBB25F25C36E2" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7A6C888FBAC3C6A7" + item: "minecraft:allium" + type: "item" + }] + x: 1.0d + y: 0.5d + } + { + dependencies: [ + "5FA8835DAD8496B6" + "22B750248FB3F5A8" + ] + description: ["{ftbquests.chapter.ffood_plants.quest26.description1}"] + id: "5A5FCEAA140010D4" + rewards: [{ + id: "150A73BF4822D6F0" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4A721DBC832F15D6" + item: "minecraft:azure_bluet" + type: "item" + }] + x: 3.5d + y: 3.5d + } + { + dependencies: [ + "799A3678C691BBA3" + "5FA8835DAD8496B6" + ] + description: ["{ftbquests.chapter.ffood_plants.quest27.description1}"] + id: "79CC4BBB699E26EA" + rewards: [{ + id: "1FF9E81882F605D8" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3E75A87A7C0C4701" + item: "minecraft:blue_orchid" + type: "item" + }] + x: 2.0d + y: 0.5d + } + { + dependencies: [ + "79CC4BBB699E26EA" + "22B750248FB3F5A8" + ] + description: ["{ftbquests.chapter.ffood_plants.quest28.description1}"] + id: "5C3BED68010EC635" + rewards: [{ + id: "0EBD893B09F35FE2" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "35D85334148E1D8A" + item: "minecraft:cornflower" + type: "item" + }] + x: 3.0d + y: 2.5d + } + { + dependencies: ["0B5C8BA575972913"] + description: [ + "{ftbquests.chapter.ffood_plants.quest29.description1}" + "" + "{ftbquests.chapter.ffood_plants.quest29.description2}" + ] + id: "5FA8835DAD8496B6" + rewards: [{ + id: "2C413451DDF01007" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "54BA1F933C39BE68" + item: "minecraft:dandelion" + type: "item" + }] + x: 2.5d + y: -0.5d + } + { + dependencies: [ + "049EFFDACB56ECD5" + "53D1E7880BE9CBF3" + ] + description: ["{ftbquests.chapter.ffood_plants.quest30.description1}"] + id: "22B750248FB3F5A8" + rewards: [{ + id: "08F4821ACBCDF9AD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "0B029770FD768F5B" + item: "minecraft:lily_of_the_valley" + type: "item" + }] + x: 4.0d + y: 2.5d + } + { + dependencies: [ + "79CC4BBB699E26EA" + "5FA8835DAD8496B6" + ] + description: ["{ftbquests.chapter.ffood_plants.quest31.description1}"] + id: "53D1E7880BE9CBF3" + rewards: [{ + id: "3A76AAC44131E63D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5EAE4D059A9A04FC" + item: "minecraft:oxeye_daisy" + type: "item" + }] + x: 3.0d + y: 0.5d + } + { + dependencies: [ + "5C3BED68010EC635" + "4917C2EEA848997D" + ] + description: ["{ftbquests.chapter.ffood_plants.quest32.description1}"] + id: "76DC49A825A01D60" + rewards: [{ + id: "744CF9EB8C00FDB5" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "71B53D76D691A8E1" + item: "minecraft:torchflower" + type: "item" + }] + x: 2.5d + y: 3.5d + } + { + dependencies: [ + "53D1E7880BE9CBF3" + "79CC4BBB699E26EA" + ] + description: ["{ftbquests.chapter.ffood_plants.quest33.description1}"] + id: "1AE9313131C60B20" + rewards: [{ + id: "71FBFAF5A0EBE371" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4C5CEF70E70401FB" + item: "minecraft:orange_tulip" + type: "item" + }] + x: 2.5d + y: 1.5d + } + { + dependencies: [ + "799A3678C691BBA3" + "68536E0D3B5694E7" + ] + description: ["{ftbquests.chapter.ffood_plants.quest34.description1}"] + id: "4917C2EEA848997D" + rewards: [{ + id: "042ED2B584C618F1" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "013CE9D82F11A9BC" + item: "minecraft:red_tulip" + type: "item" + }] + x: 0.5d + y: 1.5d + } + { + dependencies: [ + "53D1E7880BE9CBF3" + "5FA8835DAD8496B6" + ] + description: ["{ftbquests.chapter.ffood_plants.quest35.description1}"] + id: "049EFFDACB56ECD5" + rewards: [{ + id: "093BFC43D4CB78C5" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "18D80EB780A71777" + item: "minecraft:white_tulip" + type: "item" + }] + x: 3.5d + y: 1.5d + } + { + dependencies: [ + "5FA8835DAD8496B6" + "68536E0D3B5694E7" + ] + description: ["{ftbquests.chapter.ffood_plants.quest36.description1}"] + id: "25E0B4ED41C1D3E9" + rewards: [{ + id: "6FE2BBC433C30DAD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "12872996722309A5" + item: "minecraft:pink_tulip" + type: "item" + }] + x: 1.5d + y: 1.5d + } + { + dependencies: [ + "799A3678C691BBA3" + "5C3BED68010EC635" + ] + description: ["{ftbquests.chapter.ffood_plants.quest37.description1}"] + id: "1AA12EC1B3202E65" + rewards: [{ + id: "2D26B1BE88D7F780" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "133F809A32F2DA8E" + item: "minecraft:wither_rose" + type: "item" + }] + x: 2.0d + y: 2.5d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: [ + "{ftbquests.chapter.ffood_plants.quest38.description1}" + "" + "{ftbquests.chapter.ffood_plants.quest38.description2}" + ] + hide_until_deps_complete: true + icon: "minecraft:podzol" + id: "0B5C8BA575972913" + rewards: [{ + id: "51BDB90015A6DB8B" + type: "xp" + xp: 100 + }] + tasks: [ + { + count: 4L + id: "39B842A52117843D" + item: "minecraft:spruce_sapling" + type: "item" + } + { + icon: "minecraft:podzol" + id: "698820444A9BB27A" + observe_type: 0 + timer: 0L + title: "{ftbquests.chapter.ffood_plants.quest38.task_7604363448496665210.title}" + to_observe: "minecraft:podzol" + type: "observation" + } + ] + title: "{ftbquests.chapter.ffood_plants.quest38.title}" + x: 2.0d + y: -1.5d + } + { + dependencies: ["303D96CD71A877FA"] + description: ["{ftbquests.chapter.ffood_plants.quest39.description1}"] + hide_dependency_lines: true + id: "539A68C71D4CCBE9" + rewards: [{ + id: "40D200ECBA327744" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "676458C8E40DFE15" + item: "croptopia:onion" + type: "item" + }] + x: -3.5d + y: 7.0d + } + { + dependencies: [ + "303D96CD71A877FA" + "32195AB6E6F75FF1" + ] + description: [ + "{ftbquests.chapter.ffood_plants.quest40.description1}" + "{@pagebreak}" + ] + hide_dependency_lines: true + id: "137AC3CF85666619" + rewards: [{ + id: "56011151E8E584EC" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "0A1850D7CA822C36" + item: "croptopia:sweetpotato" + type: "item" + }] + x: -6.5d + y: 7.0d + } + { + dependencies: [ + "33BAEE563814DCDB" + "32195AB6E6F75FF1" + ] + description: ["{ftbquests.chapter.ffood_plants.quest41.description1}"] + hide_dependency_lines: true + id: "6773A50CB01DADDF" + rewards: [{ + id: "72FBB299E4D59120" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "346F8AD751BE2017" + item: "croptopia:barley" + type: "item" + }] + x: -7.5d + y: 7.0d + } + { + dependencies: [ + "303D96CD71A877FA" + "7CC83C324E6A01E9" + ] + description: ["{ftbquests.chapter.ffood_plants.quest42.description1}"] + hide_dependency_lines: true + id: "7C65E374FF6718D6" + rewards: [{ + id: "106748BDD1EA2BB5" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "68760923F61592E5" + item: "croptopia:basil" + type: "item" + }] + x: -2.5d + y: 7.0d + } + { + dependencies: [ + "08415BCE11C57437" + "36EF6C1E1C861A4A" + ] + description: ["{ftbquests.chapter.ffood_plants.quest43.description1}"] + hide_dependency_lines: true + id: "3E4A7F5E033DE19E" + rewards: [{ + id: "701015BC9C24C13E" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "572F2DEFDD7F9649" + item: "croptopia:radish" + type: "item" + }] + x: -9.5d + y: 7.0d + } + { + dependencies: [ + "269466269FFFC1BC" + "303D96CD71A877FA" + ] + description: ["{ftbquests.chapter.ffood_plants.quest44.description1}"] + hide_dependency_lines: true + id: "633DFD123996C0AE" + rewards: [{ + id: "200320640F305F9A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "268DF1F6067E266B" + item: "croptopia:blackbean" + type: "item" + }] + x: -5.5d + y: 7.0d + } + { + dependencies: [ + "269466269FFFC1BC" + "7CC83C324E6A01E9" + ] + description: ["{ftbquests.chapter.ffood_plants.quest45.description1}"] + hide_dependency_lines: true + id: "708E081EFB5553CB" + rewards: [{ + id: "2ABEA98916C08005" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6742AE17061E7175" + item: "croptopia:greenbean" + type: "item" + }] + x: -4.5d + y: 7.0d + } + { + dependencies: ["137AC3CF85666619"] + description: ["{ftbquests.chapter.ffood_plants.quest46.description1}"] + id: "6D92EF0CCD30AEDF" + rewards: [{ + id: "72ABF023D9ED27AD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "348A713290BDAC3F" + item: "croptopia:yam" + type: "item" + }] + x: -7.0d + y: 8.0d + } + { + dependencies: ["137AC3CF85666619"] + description: ["{ftbquests.chapter.ffood_plants.quest47.description1}"] + id: "5907D1A652A58C02" + rewards: [{ + id: "1340CC4AB25D339B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "77F2F46FAAEAFA96" + item: "croptopia:tomato" + type: "item" + }] + x: -6.0d + y: 8.0d + } + { + dependencies: [ + "32195AB6E6F75FF1" + "1CE48B2F73EDB8FC" + ] + description: ["{ftbquests.chapter.ffood_plants.quest48.description1}"] + id: "761691BED4E01678" + rewards: [{ + id: "09359B9E296D9369" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "0E260F861D5B72E1" + item: "minecraft:cactus" + type: "item" + }] + x: -4.5d + y: 1.5d + } + { + dependencies: [ + "761691BED4E01678" + "32195AB6E6F75FF1" + ] + description: ["{ftbquests.chapter.ffood_plants.quest49.description1}"] + hide_dependency_lines: true + id: "2403D7E46BBE79E8" + rewards: [{ + id: "31F71931BE479EE7" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2947DE2CA61F0C3A" + item: "croptopia:saguaro" + type: "item" + }] + x: -8.5d + y: 7.0d + } + { + dependencies: ["539A68C71D4CCBE9"] + description: ["{ftbquests.chapter.ffood_plants.quest50.description1}"] + id: "53AF55E4B044F5FD" + rewards: [{ + id: "177FE7BD956C9665" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "08449C0C516FC7EF" + item: "croptopia:cabbage" + type: "item" + }] + x: -3.0d + y: 8.0d + } + { + dependencies: [ + "539A68C71D4CCBE9" + "708E081EFB5553CB" + ] + description: ["{ftbquests.chapter.ffood_plants.quest51.description1}"] + id: "6BC3D688CE214B07" + rewards: [{ + id: "0B645F730F169484" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "574AE7D844136B76" + item: "croptopia:greenonion" + type: "item" + }] + x: -4.0d + y: 8.0d + } + { + dependencies: ["708E081EFB5553CB"] + description: ["{ftbquests.chapter.ffood_plants.quest52.description1}"] + id: "4D314EC44E052CBF" + rewards: [{ + id: "31CCCDD41A6613C4" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "286352D477FD43F4" + item: "croptopia:coffee_beans" + type: "item" + }] + x: -5.0d + y: 8.0d + } + { + dependencies: ["6773A50CB01DADDF"] + description: ["{ftbquests.chapter.ffood_plants.quest53.description1}"] + id: "39502B2D84E40320" + rewards: [{ + id: "61052FDA0C24E08A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6FC26E9B04988015" + item: "croptopia:rice" + type: "item" + }] + x: -8.0d + y: 8.0d + } + { + dependencies: ["3E4A7F5E033DE19E"] + description: ["{ftbquests.chapter.ffood_plants.quest54.description1}"] + id: "5B5641FA7A0DD8E0" + rewards: [{ + id: "6486D733773C2845" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "31FA4C26823FEF81" + item: "croptopia:turnip" + type: "item" + }] + x: -9.0d + y: 8.0d + } + { + dependencies: ["5B5641FA7A0DD8E0"] + description: ["{ftbquests.chapter.ffood_plants.quest55.description1}"] + id: "77F7CE7CCE05B577" + rewards: [{ + id: "5641216299CDB763" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "21FEADF6B1FFADD9" + item: "croptopia:rutabaga" + type: "item" + }] + x: -7.5d + y: 9.0d + } + { + dependencies: [ + "5907D1A652A58C02" + "539A68C71D4CCBE9" + ] + description: ["{ftbquests.chapter.ffood_plants.quest56.description1}"] + id: "25ADE2521FE623C3" + rewards: [{ + id: "0F8D857E5955FBA7" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7EF00B6625FFA437" + item: "croptopia:chile_pepper" + type: "item" + }] + x: -4.5d + y: 9.0d + } + { + dependencies: [ + "39502B2D84E40320" + "708E081EFB5553CB" + ] + description: ["{ftbquests.chapter.ffood_plants.quest57.description1}"] + id: "5F89CB1EB71D3A1F" + rewards: [{ + id: "625372CE2150112E" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "707576D3E6D74E22" + item: "croptopia:soybean" + type: "item" + }] + x: -5.5d + y: 9.0d + } + { + dependencies: [ + "39502B2D84E40320" + "6773A50CB01DADDF" + ] + description: ["{ftbquests.chapter.ffood_plants.quest58.description1}"] + id: "65C7540C8DC0BF5F" + rewards: [{ + id: "02512EBAA878BDC5" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2B980400F933CD07" + item: "croptopia:corn" + type: "item" + }] + x: -6.5d + y: 9.0d + } + { + dependencies: [ + "25ADE2521FE623C3" + "708E081EFB5553CB" + ] + description: ["{ftbquests.chapter.ffood_plants.quest59.description1}"] + id: "767FBB61FCFCF24F" + rewards: [{ + id: "728F6FDB1E45078C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2C04123C55711A03" + item: "croptopia:mustard" + type: "item" + }] + x: -4.0d + y: 10.0d + } + { + dependencies: [ + "7C65E374FF6718D6" + "25ADE2521FE623C3" + ] + description: ["{ftbquests.chapter.ffood_plants.quest60.description1}"] + id: "2E16EB869081D97A" + rewards: [{ + id: "151C6A633C6A6321" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6464992F90700B8C" + item: "croptopia:bellpepper" + type: "item" + }] + x: -3.0d + y: 10.0d + } + { + dependencies: ["5F89CB1EB71D3A1F"] + description: ["{ftbquests.chapter.ffood_plants.quest61.description1}"] + id: "33FEFD3C13804031" + rewards: [{ + id: "19E8F6D336DCD3D3" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "574CCC865F6E78C0" + item: "croptopia:cucumber" + type: "item" + }] + x: -7.0d + y: 10.0d + } + { + dependencies: ["5F89CB1EB71D3A1F"] + description: ["{ftbquests.chapter.ffood_plants.quest62.description1}"] + id: "3FE30435F595931C" + rewards: [{ + id: "3317D7CE42C02DC7" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7B441C25B6544AAC" + item: "croptopia:strawberry" + type: "item" + }] + x: -6.0d + y: 10.0d + } + { + dependencies: ["65C7540C8DC0BF5F"] + description: ["{ftbquests.chapter.ffood_plants.quest63.description1}"] + id: "5017DC066FE3B51D" + rewards: [{ + id: "511E6F9804F12D7B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7F5966299F746109" + item: "croptopia:asparagus" + type: "item" + }] + x: -8.0d + y: 10.0d + } + { + dependencies: ["5F89CB1EB71D3A1F"] + description: ["{ftbquests.chapter.ffood_plants.quest64.description1}"] + id: "5ED74322B9011AA1" + rewards: [{ + id: "60C9A5E8DCF522FB" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "051EE40CCEEAC787" + item: "croptopia:celery" + type: "item" + }] + x: -5.0d + y: 10.0d + } + { + dependencies: [ + "65C7540C8DC0BF5F" + "39502B2D84E40320" + ] + description: ["{ftbquests.chapter.ffood_plants.quest65.description1}"] + id: "5FD2AF761DFCFCDB" + rewards: [{ + id: "5F1CFF43548C05E5" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "570913A53DDA538A" + item: "croptopia:oat" + type: "item" + }] + x: -10.0d + y: 10.0d + } + { + dependencies: [ + "65C7540C8DC0BF5F" + "708E081EFB5553CB" + ] + description: ["{ftbquests.chapter.ffood_plants.quest66.description1}"] + id: "068AA2EB4FEE62ED" + rewards: [{ + id: "73EDADD364B6F0CB" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2D5899B22F62D7FA" + item: "croptopia:peanut" + type: "item" + }] + x: -9.0d + y: 10.0d + } + { + dependencies: [ + "33FEFD3C13804031" + "5907D1A652A58C02" + ] + description: ["{ftbquests.chapter.ffood_plants.quest67.description1}"] + id: "5AC9411A91E56A6E" + rewards: [{ + id: "40A75AB264E43C5D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "71968C4CBC570D88" + item: "croptopia:tomatillo" + type: "item" + }] + x: -8.5d + y: 11.0d + } + { + dependencies: ["33FEFD3C13804031"] + description: ["{ftbquests.chapter.ffood_plants.quest68.description1}"] + id: "2ECD80D48B96EDCE" + rewards: [{ + id: "55B11485FD9232A0" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6D8C5BF0C7A30152" + item: "croptopia:zucchini" + type: "item" + }] + x: -9.5d + y: 11.0d + } + { + dependencies: [ + "5F89CB1EB71D3A1F" + "3FE30435F595931C" + ] + description: ["{ftbquests.chapter.ffood_plants.quest69.description1}"] + id: "18A39F522DFC0F12" + rewards: [{ + id: "5A6924CFAEB133C4" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7D0FCE5FEC77535E" + item: "croptopia:raspberry" + type: "item" + }] + x: -7.5d + y: 11.0d + } + { + dependencies: [ + "3FE30435F595931C" + "5F89CB1EB71D3A1F" + ] + description: ["{ftbquests.chapter.ffood_plants.quest70.description1}"] + id: "321737F90DED1F6D" + rewards: [{ + id: "5DF47BF9A90DF300" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6EF4514779DB6F4E" + item: "croptopia:blueberry" + type: "item" + }] + x: -5.5d + y: 11.0d + } + { + dependencies: [ + "5F89CB1EB71D3A1F" + "3FE30435F595931C" + ] + description: ["{ftbquests.chapter.ffood_plants.quest71.description1}"] + id: "6FC8F37704C8FC65" + rewards: [{ + id: "1103C3E76D3212B2" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4F456882B557C108" + item: "croptopia:blackberry" + type: "item" + }] + x: -6.5d + y: 11.0d + } + { + dependencies: ["5ED74322B9011AA1"] + description: ["{ftbquests.chapter.ffood_plants.quest72.description1}"] + id: "11A9C568031B9FE8" + rewards: [{ + id: "5912AC2853A3CDC1" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "308AE22996373D4D" + item: "croptopia:leek" + type: "item" + }] + x: -3.5d + y: 11.0d + } + { + dependencies: [ + "5ED74322B9011AA1" + "5F89CB1EB71D3A1F" + ] + description: ["{ftbquests.chapter.ffood_plants.quest73.description1}"] + id: "5C958E5EFDC1238C" + rewards: [{ + id: "5468C20E5E01C0DF" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "595F6D27F9CCDE58" + item: "croptopia:lettuce" + type: "item" + }] + x: -2.5d + y: 11.0d + } + { + dependencies: ["068AA2EB4FEE62ED"] + description: ["{ftbquests.chapter.ffood_plants.quest74.description1}"] + id: "24683B06C12BC4B9" + rewards: [{ + id: "1D898A400CA28A6A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7383A4176B36F061" + item: "croptopia:ginger" + type: "item" + }] + x: -10.5d + y: 11.0d + } + { + dependencies: ["3FE30435F595931C"] + description: ["{ftbquests.chapter.ffood_plants.quest75.description1}"] + id: "516F5336FA6CBDD8" + rewards: [{ + id: "785361CD54B97647" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "43BD354A87792215" + item: "croptopia:cantaloupe" + type: "item" + }] + x: -4.5d + y: 11.0d + } + { + dependencies: ["5FD2AF761DFCFCDB"] + description: ["{ftbquests.chapter.ffood_plants.quest76.description1}"] + id: "7280C49FFD91F7C0" + rewards: [{ + id: "15E01D6AAECF7C48" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "205BFBC069F3F80A" + item: "croptopia:honeydew" + type: "item" + }] + x: -11.5d + y: 11.0d + } + { + dependencies: [ + "516F5336FA6CBDD8" + "3FE30435F595931C" + ] + description: ["{ftbquests.chapter.ffood_plants.quest77.description1}"] + id: "6A7D86B8481B0F69" + rewards: [{ + id: "17CAC3FC4ED19B5F" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3458A15035D3E429" + item: "croptopia:kiwi" + type: "item" + }] + x: -7.0d + y: 12.0d + } + { + dependencies: [ + "2ECD80D48B96EDCE" + "5907D1A652A58C02" + ] + description: ["{ftbquests.chapter.ffood_plants.quest78.description1}"] + id: "4DD65B7AF1F78BAA" + rewards: [{ + id: "20C2BEEEDF78A00C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "071F769CC285C4F8" + item: "croptopia:eggplant" + type: "item" + }] + x: -10.0d + y: 12.0d + } + { + dependencies: [ + "53AF55E4B044F5FD" + "5C958E5EFDC1238C" + ] + description: ["{ftbquests.chapter.ffood_plants.quest79.description1}"] + id: "38C3364E47A88D9A" + rewards: [{ + id: "35D4F7422404695F" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1B6F6677C3DC7324" + item: "croptopia:cauliflower" + type: "item" + }] + x: -4.0d + y: 12.0d + } + { + dependencies: [ + "6FC8F37704C8FC65" + "3FE30435F595931C" + ] + description: ["{ftbquests.chapter.ffood_plants.quest80.description1}"] + id: "27F5765B374BA472" + rewards: [{ + id: "1296BB0AAAE760F0" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3BEC3DED210285E5" + item: "croptopia:currant" + type: "item" + }] + x: -9.0d + y: 12.0d + } + { + dependencies: [ + "6FC8F37704C8FC65" + "708E081EFB5553CB" + ] + description: ["{ftbquests.chapter.ffood_plants.quest81.description1}"] + id: "33A9BA581FD7FF42" + rewards: [{ + id: "083E100656FC63DE" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "797BE018D15D3B8A" + item: "croptopia:olive" + type: "item" + }] + x: -8.0d + y: 12.0d + } + { + dependencies: [ + "5F89CB1EB71D3A1F" + "5C958E5EFDC1238C" + ] + description: ["{ftbquests.chapter.ffood_plants.quest82.description1}"] + id: "00F0F07CB99999DD" + rewards: [{ + id: "5EBE9BB653EC91F5" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7022B9D6BEC2362C" + item: "croptopia:broccoli" + type: "item" + }] + x: -6.0d + y: 12.0d + } + { + dependencies: [ + "5C958E5EFDC1238C" + "5017DC066FE3B51D" + ] + description: ["{ftbquests.chapter.ffood_plants.quest83.description1}"] + id: "7DA273378C766E97" + rewards: [{ + id: "557BAA2FD66B1FAC" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "773071BAED393175" + item: "croptopia:artichoke" + type: "item" + }] + x: -3.0d + y: 12.0d + } + { + dependencies: ["5C958E5EFDC1238C"] + description: ["{ftbquests.chapter.ffood_plants.quest84.description1}"] + id: "5E4AEB5E06E4927B" + rewards: [{ + id: "59CF2BBBCE5B4AD8" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4009D5C4550379C9" + item: "croptopia:rhubarb" + type: "item" + }] + x: -2.0d + y: 12.0d + } + { + dependencies: [ + "539A68C71D4CCBE9" + "24683B06C12BC4B9" + ] + description: ["{ftbquests.chapter.ffood_plants.quest85.description1}"] + id: "5AA79349A18E2B21" + rewards: [{ + id: "5BFB8F811583A46A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "19DF4BFDDE41F214" + item: "croptopia:garlic" + type: "item" + }] + x: -11.0d + y: 12.0d + } + { + dependencies: [ + "39502B2D84E40320" + "24683B06C12BC4B9" + ] + description: ["{ftbquests.chapter.ffood_plants.quest86.description1}"] + id: "707768F4402BB1AB" + rewards: [{ + id: "74B478B3F6B44C65" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7A0CA2D837361DE7" + item: "croptopia:turmeric" + type: "item" + }] + x: -12.0d + y: 12.0d + } + { + dependencies: [ + "516F5336FA6CBDD8" + "321737F90DED1F6D" + ] + description: ["{ftbquests.chapter.ffood_plants.quest87.description1}"] + id: "467AF39CDB5CB3C3" + rewards: [{ + id: "7BEF442BD2ADE40C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4DF07C2CBC678062" + item: "croptopia:grape" + type: "item" + }] + x: -5.0d + y: 12.0d + } + { + dependencies: ["5C958E5EFDC1238C"] + description: ["{ftbquests.chapter.ffood_plants.quest88.description1}"] + id: "21715F3238686516" + rewards: [{ + id: "0B264346111C158C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "580CC3B4E7BF8A4C" + item: "croptopia:spinach" + type: "item" + }] + x: -1.0d + y: 12.0d + } + { + dependencies: ["4DD65B7AF1F78BAA"] + description: ["{ftbquests.chapter.ffood_plants.quest89.description1}"] + id: "15C3EE5343C7979E" + rewards: [{ + id: "4DB0633FBAFBE1B0" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6A8C5398F1471034" + item: "croptopia:squash" + type: "item" + }] + x: -8.5d + y: 13.0d + } + { + dependencies: [ + "53AF55E4B044F5FD" + "38C3364E47A88D9A" + ] + description: ["{ftbquests.chapter.ffood_plants.quest90.description1}"] + id: "21714478E7071DCF" + rewards: [{ + id: "2FFA5CB7CDB9DE53" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "588E7EDED29EC3EB" + item: "croptopia:kale" + type: "item" + }] + x: -5.5d + y: 13.0d + } + { + dependencies: [ + "6FC8F37704C8FC65" + "27F5765B374BA472" + ] + description: ["{ftbquests.chapter.ffood_plants.quest91.description1}"] + id: "719C5D676C205752" + rewards: [{ + id: "26F1676D952E6C70" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "49295F3C87F6AE2E" + item: "croptopia:elderberry" + type: "item" + }] + x: -6.5d + y: 13.0d + } + { + dependencies: [ + "6773A50CB01DADDF" + "38C3364E47A88D9A" + ] + description: ["{ftbquests.chapter.ffood_plants.quest92.description1}"] + id: "4C81565D5ACCD3BE" + rewards: [{ + id: "2EFE048FF5A380A5" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "64BF1579EEE163CE" + item: "croptopia:hops" + type: "item" + }] + x: -7.5d + y: 13.0d + } + { + dependencies: [ + "467AF39CDB5CB3C3" + "321737F90DED1F6D" + ] + description: ["{ftbquests.chapter.ffood_plants.quest93.description1}"] + id: "6CFE4E9395EFE71C" + rewards: [{ + id: "117D9DD621510515" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "147548D2A94409FC" + item: "croptopia:cranberry" + type: "item" + }] + x: -4.5d + y: 13.0d + } + { + dependencies: ["707768F4402BB1AB"] + description: ["{ftbquests.chapter.ffood_plants.quest94.description1}"] + id: "3BCD2963C795C8B7" + rewards: [{ + id: "25E32F08A050A6DD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "50F3798E2668DA1B" + item: "croptopia:vanilla" + type: "item" + }] + x: -9.5d + y: 13.0d + } + { + dependencies: [ + "65C7540C8DC0BF5F" + "21715F3238686516" + ] + description: ["{ftbquests.chapter.ffood_plants.quest95.description1}"] + id: "61E05D40CE42B545" + rewards: [{ + id: "2D952CC46B1851DF" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7535D1E700BDE025" + item: "croptopia:pineapple" + type: "item" + }] + x: -3.5d + y: 13.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest96.description1}"] + hide_until_deps_complete: true + id: "1916E46BEB1F2537" + rewards: [{ + id: "42873ADF4FDFC74B" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "41E7B5CAB6A25478" + item: "croptopia:almond_sapling" + type: "item" + }] + x: 0.5d + y: 7.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest97.description1}"] + hide_until_deps_complete: true + id: "6FEC2402791EC0A4" + rewards: [{ + id: "062F49FF589329AE" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "286CAA1CA20EF61B" + item: "croptopia:apple_sapling" + type: "item" + }] + x: 1.5d + y: 7.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest98.description1}"] + hide_until_deps_complete: true + id: "3E0ED15B75A185CA" + rewards: [{ + id: "16DBD937B0A9AB19" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "2D28FBBD6FDC2758" + item: "croptopia:apricot_sapling" + type: "item" + }] + x: 2.5d + y: 7.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest99.description1}"] + hide_until_deps_complete: true + id: "1CDCD52F9FA69B34" + rewards: [{ + id: "7C060709AF2F0BEA" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "666D92F23E3FD131" + item: "croptopia:avocado_sapling" + type: "item" + }] + x: 3.5d + y: 7.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest100.description1}"] + hide_until_deps_complete: true + id: "19014BBBD41BCF0B" + rewards: [{ + id: "0D04389694999477" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "3652CEAD8CE31DB7" + item: "croptopia:banana_sapling" + type: "item" + }] + x: 4.5d + y: 7.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest101.description1}"] + hide_until_deps_complete: true + id: "030F46DE570F297E" + rewards: [{ + id: "20E14C30257236FB" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "071DFB6DA5BEA7C9" + item: "croptopia:cashew_sapling" + type: "item" + }] + x: 0.5d + y: 8.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest102.description1}"] + hide_until_deps_complete: true + id: "335CBABD76A3BA31" + rewards: [{ + id: "233ED588C2667077" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "50D8B96E983DCEF3" + item: "croptopia:cherry_sapling" + type: "item" + }] + x: 1.5d + y: 8.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest103.description1}"] + hide_until_deps_complete: true + id: "2D7C1F8BC048CFCD" + rewards: [{ + id: "21D171640CF71434" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "4C30645AFA25BDE8" + item: "croptopia:coconut_sapling" + type: "item" + }] + x: 3.5d + y: 8.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest104.description1}"] + hide_until_deps_complete: true + id: "682C64F6A2B0291A" + rewards: [{ + id: "50617DEDD656EAB9" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "0A347B4BF3CEFB84" + item: "croptopia:date_sapling" + type: "item" + }] + x: 4.5d + y: 8.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest105.description1}"] + hide_until_deps_complete: true + id: "28A459B956D547DD" + rewards: [{ + id: "0331F66047ED0BD3" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "71EB383F97A76AD0" + item: "croptopia:dragonfruit_sapling" + type: "item" + }] + x: 0.5d + y: 9.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest106.description1}"] + hide_until_deps_complete: true + id: "39EE227C5F58CAAA" + rewards: [{ + id: "2F952E90A84FA72C" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "0EE58F9514846859" + item: "croptopia:fig_sapling" + type: "item" + }] + x: 1.5d + y: 9.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest107.description1}"] + hide_until_deps_complete: true + id: "2FD4033DA28F9D21" + rewards: [{ + id: "60032A7E90755C5E" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "07C244BAE9783FAE" + item: "croptopia:grapefruit_sapling" + type: "item" + }] + x: 2.5d + y: 9.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest108.description1}"] + hide_until_deps_complete: true + id: "404DB15C6D49B646" + rewards: [{ + id: "3E0735677D07D3EB" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "3899B80F69BE83A2" + item: "croptopia:kumquat_sapling" + type: "item" + }] + x: 3.5d + y: 9.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest109.description1}"] + hide_until_deps_complete: true + id: "1636367444D293D4" + rewards: [{ + id: "62053A898D3638E5" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "3413A89688D0A66B" + item: "croptopia:lemon_sapling" + type: "item" + }] + x: 4.5d + y: 9.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest110.description1}"] + hide_until_deps_complete: true + id: "6BC76C8A74C25796" + rewards: [{ + id: "7179DC00A11F6DEA" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "5D192C7EE08DF2F9" + item: "croptopia:lime_sapling" + type: "item" + }] + x: 0.5d + y: 10.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest111.description1}"] + hide_until_deps_complete: true + id: "629C52541A4D897E" + rewards: [{ + id: "3A62869B5698E7A9" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "3AE9C78DFA8CC86D" + item: "croptopia:mango_sapling" + type: "item" + }] + x: 1.5d + y: 10.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest112.description1}"] + hide_until_deps_complete: true + id: "767A247376C17981" + rewards: [{ + id: "25045DA6108A3357" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "4EF1B72F18768747" + item: "croptopia:nectarine_sapling" + type: "item" + }] + x: 2.5d + y: 10.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest113.description1}"] + hide_until_deps_complete: true + id: "031FB94A1D6CEC81" + rewards: [{ + id: "4A8C4B92E0B947A8" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "3A19797127F26A8E" + item: "croptopia:nutmeg_sapling" + type: "item" + }] + x: 3.5d + y: 10.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest114.description1}"] + hide_until_deps_complete: true + id: "6FD2642EB3540BD6" + rewards: [{ + id: "381D2EA8F3E89E70" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "65A7D0C295262FBA" + item: "croptopia:orange_sapling" + type: "item" + }] + x: 4.5d + y: 10.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest115.description1}"] + hide_until_deps_complete: true + id: "308A89A2E4901594" + rewards: [{ + id: "1E2127A866E30F04" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "5FE23F8AF575E64D" + item: "croptopia:peach_sapling" + type: "item" + }] + x: 0.5d + y: 11.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest116.description1}"] + hide_until_deps_complete: true + id: "750822BC779DC440" + rewards: [{ + id: "2C1C127AAB066688" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "1613B1390704C338" + item: "croptopia:pear_sapling" + type: "item" + }] + x: 1.5d + y: 11.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest117.description1}"] + hide_until_deps_complete: true + id: "0B17ABE850EC89B7" + rewards: [{ + id: "0F93FC1DB5515191" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "341EF38F25275B6C" + item: "croptopia:pecan_sapling" + type: "item" + }] + x: 2.5d + y: 11.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest118.description1}"] + hide_until_deps_complete: true + id: "7B403F791AF06ADC" + rewards: [{ + id: "49CCBD939D791DA7" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "1711D92C76266C70" + item: "croptopia:persimmon_sapling" + type: "item" + }] + x: 3.5d + y: 11.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest119.description1}"] + hide_until_deps_complete: true + id: "4FC4A49972031C19" + rewards: [{ + id: "6C29597EDBAE4D98" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "3DDAD2ADDE518DB4" + item: "croptopia:plum_sapling" + type: "item" + }] + x: 4.5d + y: 11.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest120.description1}"] + hide_until_deps_complete: true + id: "63DDF088215038F0" + rewards: [{ + id: "6BE455758CE3EE85" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "52A2D9C4C6F8E2C2" + item: "croptopia:starfruit_sapling" + type: "item" + }] + x: 2.0d + y: 12.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest121.description1}"] + hide_until_deps_complete: true + id: "467750D10318D9E8" + rewards: [{ + id: "2678A1A9F69BB235" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "36499DF060C70D98" + item: "croptopia:walnut_sapling" + type: "item" + }] + x: 3.0d + y: 12.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.ffood_plants.quest122.description1}"] + hide_until_deps_complete: true + id: "794AFD13A349F2A0" + rewards: [{ + id: "550C1B3474880DA8" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "4945AB3281C4A79B" + item: "croptopia:cinnamon_sapling" + type: "item" + }] + x: 2.5d + y: 8.0d + } + { + can_repeat: false + dependencies: ["08415BCE11C57437"] + description: [ + "{ftbquests.chapter.ffood_plants.quest123.description1}" + "" + "{ftbquests.chapter.ffood_plants.quest123.description2}" + ] + hide_dependency_lines: true + icon: "cookingforblockheads:cooking_table" + id: "4D73550447732EA7" + rewards: [{ + id: "6D09FB870BF5871E" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "68694769196AB56D" + item: "cookingforblockheads:cooking_table" + type: "item" + }] + title: "{ftbquests.chapter.ffood_plants.quest123.title}" + x: -3.5d + y: -5.5d + } + { + dependencies: [ + "4D73550447732EA7" + "52D07AB4E6B88EA1" + ] + description: ["{ftbquests.chapter.ffood_plants.quest124.description1}"] + id: "7BAD63BC0715B64B" + rewards: [ + { + id: "3A5DA2A94F737E87" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "sebastrnlib:sebastrn_mods_guide_book" + } + } + type: "item" + } + { + id: "53804A5D4F3F49E3" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "0D5F5E260FB18663" + item: "appliedcooking:kitchen_station" + type: "item" + }] + x: -1.5d + y: -5.5d + } + { + dependencies: ["4D73550447732EA7"] + description: ["{ftbquests.chapter.ffood_plants.quest125.description1}"] + id: "125C325C7C2A5F96" + rewards: [ + { + count: 16 + id: "1050B037549D4C1E" + item: "minecraft:snowball" + type: "item" + } + { + id: "698DDA3D7FA57F83" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "1FE2FB207B02A2A9" + item: "cookingforblockheads:fridge" + type: "item" + }] + x: -4.5d + y: -5.5d + } + { + dependencies: ["4D73550447732EA7"] + description: [ + "{ftbquests.chapter.ffood_plants.quest126.description1}" + "" + "{ftbquests.chapter.ffood_plants.quest126.description2}" + ] + id: "099EFA6218C75305" + rewards: [{ + id: "794FA35704620008" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4F39577A9F222030" + item: "cookingforblockheads:sink" + type: "item" + }] + x: -4.5d + y: -4.5d + } + { + dependencies: ["4D73550447732EA7"] + description: ["{ftbquests.chapter.ffood_plants.quest127.description1}"] + id: "77F39CFBE045ED20" + rewards: [{ + id: "1751761C7767AA29" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "609B40D630E5903D" + item: "cookingforblockheads:oven" + type: "item" + }] + x: -2.5d + y: -5.5d + } + { + dependencies: ["4D73550447732EA7"] + description: [ + "{ftbquests.chapter.ffood_plants.quest128.description1}" + "" + "{ftbquests.chapter.ffood_plants.quest128.description2}" + "" + "" + "{ftbquests.chapter.ffood_plants.quest128.description3}" + ] + id: "1401EC6A82EAB753" + rewards: [ + { + count: 16 + id: "145B76F30E19840C" + item: "croptopia:raisin_oatmeal_cookie" + type: "item" + } + { + id: "0CA2F0919A564D66" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "5D2A98BA2DFB9EC5" + item: "cookingforblockheads:cow_jar" + type: "item" + }] + x: -2.5d + y: -4.5d + } + { + dependencies: ["125C325C7C2A5F96"] + description: ["{ftbquests.chapter.ffood_plants.quest129.description1}"] + id: "53AEEB6C2501B3EC" + rewards: [ + { + count: 4 + id: "579414EE8D8EFFCB" + item: "minecraft:blue_ice" + type: "item" + } + { + id: "19B115D0B7C325FB" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "4163E0AB167C93FC" + item: "cookingforblockheads:ice_unit" + type: "item" + }] + x: -4.5d + y: -6.5d + } + { + dependencies: ["77F39CFBE045ED20"] + description: ["{ftbquests.chapter.ffood_plants.quest130.description1}"] + id: "148FE15927A8D3D7" + rewards: [{ + id: "15755214091B0175" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7FDBF51991F2AE34" + item: "cookingforblockheads:heating_unit" + type: "item" + }] + x: -2.5d + y: -6.5d + } + { + dependencies: ["4D73550447732EA7"] + description: ["{ftbquests.chapter.ffood_plants.quest131.description1}"] + id: "5182E7BBC5921B90" + rewards: [ + { + id: "017EF895E75AF8A2" + item: "croptopia:knife" + type: "item" + } + { + id: "6CE7BA4934193EF7" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "6525DE7190BD2B2A" + item: "cookingforblockheads:tool_rack" + type: "item" + }] + x: -3.5d + y: -6.5d + } + { + dependencies: ["4D73550447732EA7"] + description: ["{ftbquests.chapter.ffood_plants.quest132.description1}"] + icon: "cookingforblockheads:counter" + id: "1DF2160AD495F3F4" + rewards: [ + { + count: 2 + id: "76EA5491DEA2437C" + item: "cookingforblockheads:corner" + type: "item" + } + { + count: 2 + id: "4CCDD4AAB135F43F" + item: "cookingforblockheads:hanging_corner" + type: "item" + } + { + id: "4A282591DBF0B6FB" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "0505402EC8EFD91E" + item: "cookingforblockheads:counter" + type: "item" + } + { + id: "6BCB9CC6B0896385" + item: "cookingforblockheads:cabinet" + type: "item" + } + ] + title: "{ftbquests.chapter.ffood_plants.quest132.title}" + x: -3.5d + y: -4.5d + } + { + dependencies: ["226F9F21A941389C"] + description: [ + "{ftbquests.chapter.ffood_plants.quest133.description1}" + "" + "{ftbquests.chapter.ffood_plants.quest133.description2}" + ] + id: "19C29BAAD5DD7FC9" + rewards: [ + { + count: 2 + id: "6F6540D364BC0D01" + item: "botania:black_lotus" + type: "item" + } + { + id: "6CDDB66742A5ADC6" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "7DD35B7FE457E8E6" + item: "botania:horn_grass" + type: "item" + }] + x: -11.0d + y: -1.0d + } + { + dependencies: ["19C29BAAD5DD7FC9"] + description: [ + "{ftbquests.chapter.ffood_plants.quest134.description1}" + "" + "{ftbquests.chapter.ffood_plants.quest134.description2}" + ] + id: "7F50D792CA810945" + rewards: [ + { + count: 2 + id: "7A71763B1D69CB72" + item: "botania:black_lotus" + type: "item" + } + { + id: "175BE015E4A98ABB" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "2F27C82883801B53" + item: "botania:drum_wild" + type: "item" + }] + x: -11.0d + y: 0.0d + } + { + dependencies: ["226F9F21A941389C"] + description: [ + "{ftbquests.chapter.ffood_plants.quest135.description1}" + "" + "{ftbquests.chapter.ffood_plants.quest135.description2}" + ] + id: "12E97DCBD82FBF36" + rewards: [ + { + id: "410B45E029B23B60" + item: "mysticalagriculture:inferium_upgrade" + type: "item" + } + { + id: "2CBEDBAC3C3194B3" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "4CAF0B59B1DA3FDC" + item: "mysticalagriculture:harvester" + type: "item" + }] + x: -12.0d + y: -1.0d + } + { + dependencies: ["226F9F21A941389C"] + description: [ + "{ftbquests.chapter.ffood_plants.quest136.description1}" + "" + "{ftbquests.chapter.ffood_plants.quest136.description2}" + ] + id: "25E18523F7B68AEE" + rewards: [ + { + count: 16 + id: "3FE24E4C19A34887" + item: "create:andesite_alloy" + type: "item" + } + { + id: "1DFFDBA23A7405AD" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "13B2A676D43F186B" + item: "create:mechanical_harvester" + type: "item" + }] + x: -10.0d + y: -1.0d + } + { + dependencies: [ + "21714478E7071DCF" + "61E05D40CE42B545" + "15C3EE5343C7979E" + "719C5D676C205752" + "3BCD2963C795C8B7" + "4C81565D5ACCD3BE" + "6CFE4E9395EFE71C" + "5FD2AF761DFCFCDB" + "707768F4402BB1AB" + "5907D1A652A58C02" + "5C958E5EFDC1238C" + "5E4AEB5E06E4927B" + "708E081EFB5553CB" + "6FC8F37704C8FC65" + "5F89CB1EB71D3A1F" + "633DFD123996C0AE" + "27F5765B374BA472" + "18A39F522DFC0F12" + "7C65E374FF6718D6" + "767FBB61FCFCF24F" + "2403D7E46BBE79E8" + "11A9C568031B9FE8" + "3E4A7F5E033DE19E" + "6A7D86B8481B0F69" + "39502B2D84E40320" + "6773A50CB01DADDF" + "21715F3238686516" + "38C3364E47A88D9A" + "5B5641FA7A0DD8E0" + "2ECD80D48B96EDCE" + "5AA79349A18E2B21" + "00F0F07CB99999DD" + "137AC3CF85666619" + "7280C49FFD91F7C0" + "4D314EC44E052CBF" + "65C7540C8DC0BF5F" + "5ED74322B9011AA1" + "5AC9411A91E56A6E" + "25ADE2521FE623C3" + "3FE30435F595931C" + "068AA2EB4FEE62ED" + "33A9BA581FD7FF42" + "2E16EB869081D97A" + "6BC3D688CE214B07" + "516F5336FA6CBDD8" + "321737F90DED1F6D" + "5017DC066FE3B51D" + "6D92EF0CCD30AEDF" + "4DD65B7AF1F78BAA" + "53AF55E4B044F5FD" + "33FEFD3C13804031" + "7DA273378C766E97" + "539A68C71D4CCBE9" + "77F7CE7CCE05B577" + "467AF39CDB5CB3C3" + "24683B06C12BC4B9" + "10434FBFCF57E54E" + ] + description: ["{ftbquests.chapter.ffood_plants.quest137.description1}"] + hide_until_deps_complete: true + id: "7F43F59F49A11EB0" + rewards: [ + { + count: 64 + id: "66951D345BDB38DF" + item: "mysticalagriculture:tertium_growth_accelerator" + type: "item" + } + { + count: 16 + id: "0C3963F70AEAB618" + item: "minecraft:golden_apple" + type: "item" + } + ] + shape: "heart" + size: 3.0d + subtitle: "{ftbquests.chapter.ffood_plants.quest137.subtitle}" + tasks: [{ + id: "4CA1C5F8DB76A40E" + title: "{ftbquests.chapter.ffood_plants.quest137.task_5521912290757485582.title}" + type: "checkmark" + }] + x: -6.5d + y: 15.0d + } + { + dependencies: [ + "1636367444D293D4" + "2FD4033DA28F9D21" + "4FC4A49972031C19" + "767A247376C17981" + "6FEC2402791EC0A4" + "1916E46BEB1F2537" + "28A459B956D547DD" + "7B403F791AF06ADC" + "467750D10318D9E8" + "6BC76C8A74C25796" + "404DB15C6D49B646" + "030F46DE570F297E" + "39EE227C5F58CAAA" + "1CDCD52F9FA69B34" + "0B17ABE850EC89B7" + "750822BC779DC440" + "19014BBBD41BCF0B" + "308A89A2E4901594" + "682C64F6A2B0291A" + "794AFD13A349F2A0" + "2D7C1F8BC048CFCD" + "335CBABD76A3BA31" + "63DDF088215038F0" + "031FB94A1D6CEC81" + "629C52541A4D897E" + "3E0ED15B75A185CA" + "6FD2642EB3540BD6" + "7F43F59F49A11EB0" + ] + description: ["{ftbquests.chapter.ffood_plants.quest138.description1}"] + hide_until_deps_complete: true + id: "21DD7217374E1D06" + rewards: [ + { + count: 128 + id: "3A7A8F0DD9B334E3" + item: "mysticalagriculture:supremium_growth_accelerator" + type: "item" + } + { + count: 16 + id: "09FE957213D8E53C" + item: "minecraft:enchanted_golden_apple" + type: "item" + } + ] + shape: "heart" + size: 3.0d + subtitle: "{ftbquests.chapter.ffood_plants.quest138.subtitle}" + tasks: [{ + id: "7D4D9081E1149077" + type: "checkmark" + }] + title: "{ftbquests.chapter.ffood_plants.quest138.title}" + x: 2.5d + y: 15.0d + } + { + dependencies: [ + "2E16EB869081D97A" + "767FBB61FCFCF24F" + ] + description: ["...its pepper. What do you want me to say?"] + id: "10434FBFCF57E54E" + rewards: [{ + id: "7B769DB228A4EE6B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4FC4C9A09CAC2F76" + item: "croptopia:pepper" + type: "item" + }] + x: -1.5d + y: 11.0d + } + ] + title: "{ftbquests.chapter.ffood_plants.title}" +} diff --git a/config/ftbquests/quests/chapters/how_the_world_came_to_be.snbt b/config/ftbquests/quests/chapters/how_the_world_came_to_be.snbt new file mode 100644 index 0000000..f8f2347 --- /dev/null +++ b/config/ftbquests/quests/chapters/how_the_world_came_to_be.snbt @@ -0,0 +1,699 @@ +{ + default_hide_dependency_lines: false + default_min_width: 280 + default_quest_shape: "" + filename: "how_the_world_came_to_be" + group: "" + hide_quest_details_until_startable: true + icon: "kubejs:dried_earth" + id: "2B630DD43CEBA9AC" + images: [ + { + dependency: "6B5B443D2F7DD3D4" + height: 4.0d + image: "reclamation:textures/quests/theurgy_1.png" + rotation: 0.0d + width: 4.0d + x: 2.5d + y: -5.0d + } + { + dependency: "01AB2D65C171F1F9" + height: 5.0d + image: "reclamation:textures/quests/theurgy_2.png" + rotation: 0.0d + width: 5.0d + x: -3.2857142857142776d + y: -9.125d + } + ] + order_index: 0 + quest_links: [ ] + quests: [ + { + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest1.description1}" + "" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest1.description2}" + ] + id: "73F3DDAFC46A9CD5" + rewards: [{ + count: 4 + id: "489A829843674F52" + item: "minecraft:bread" + type: "item" + }] + tasks: [{ + id: "5837682A2F4F2D20" + title: "{ftbquests.chapter.how_the_world_came_to_be.quest1.task_6356663929448377632.title}" + type: "checkmark" + }] + x: 0.0d + y: 0.0d + } + { + dependencies: ["3BF5FDE3C81BEF26"] + description: ["{ftbquests.chapter.how_the_world_came_to_be.quest2.description1}"] + id: "655DCA5A5B6632E1" + rewards: [ + { + count: 4 + id: "708F75B55045F412" + item: "minecraft:charcoal" + type: "item" + } + { + id: "58872CC82834DE08" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "2BB40E8DED9ACE61" + item: "kubejs:dead_log" + type: "item" + } + { + id: "5B5631EC22B4DDC4" + item: "kubejs:flimsy_planks" + type: "item" + } + ] + title: "{ftbquests.chapter.how_the_world_came_to_be.quest2.title}" + x: -1.0d + y: -3.0d + } + { + dependencies: ["3BF5FDE3C81BEF26"] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest3.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest3.description2}" + ] + id: "353FED2BF4FBD8EC" + rewards: [ + { + count: 2 + id: "40674CB0CE87E6FE" + item: "farmersdelight:cooked_cod_slice" + type: "item" + } + { + id: "27F410B6A92272C2" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "6870844EA8AA42B5" + item: "minecraft:oxidized_cut_copper" + title: "{ftbquests.chapter.how_the_world_came_to_be.quest3.task_7525660450708144821.title}" + type: "item" + }] + x: 1.0d + y: -3.0d + } + { + dependencies: ["73F3DDAFC46A9CD5"] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest4.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest4.description2}" + ] + icon: "minecraft:crafting_table" + id: "7051A7B9EF38B5D8" + rewards: [{ + id: "7E395EC7B7AAC8EF" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7659D788975AE236" + title: "{ftbquests.chapter.how_the_world_came_to_be.quest4.task_8528084351057584694.title}" + type: "checkmark" + }] + title: "{ftbquests.chapter.how_the_world_came_to_be.quest4.title}" + x: -1.0d + y: 2.5d + } + { + dependencies: ["73F3DDAFC46A9CD5"] + description: ["{ftbquests.chapter.how_the_world_came_to_be.quest5.description1}"] + icon: "minecraft:iron_ore" + id: "3BF5FDE3C81BEF26" + rewards: [{ + id: "406F3BEC271BD4D1" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "0A321F50741A2841" + title: "{ftbquests.chapter.how_the_world_came_to_be.quest5.task_734684119620528193.title}" + type: "checkmark" + }] + title: "{ftbquests.chapter.how_the_world_came_to_be.quest5.title}" + x: 0.0d + y: -1.5d + } + { + dependencies: [ + "655DCA5A5B6632E1" + "353FED2BF4FBD8EC" + ] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest6.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest6.description2}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest6.description3}" + ] + hide_details_until_startable: true + icon: "minecraft:copper_ingot" + id: "6B5B443D2F7DD3D4" + rewards: [ + { + id: "05887BA1C04CEB57" + item: { + Count: 1 + id: "modonomicon:modonomicon" + tag: { + "modonomicon:book_id": "theurgy:the_hermetica" + } + } + type: "item" + } + { + id: "301F9B4D74B4FDB6" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "53D2A5C292D19EA6" + item: "farmersdelight:cutting_board" + type: "item" + } + { + id: "45703BBEF74B7454" + item: "minecraft:copper_ingot" + type: "item" + } + ] + title: "{ftbquests.chapter.how_the_world_came_to_be.quest6.title}" + x: 0.0d + y: -4.5d + } + { + dependencies: ["6B5B443D2F7DD3D4"] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest7.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest7.description2}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest7.description3}" + ] + icon: "theurgy:sal_ammoniac_accumulator" + id: "01AB2D65C171F1F9" + rewards: [ + { + count: 2 + id: "1707BE009DD21399" + item: "theurgy:sal_ammoniac_crystal" + type: "item" + } + { + id: "050D56A65378BDED" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "010F0A2184BB7F36" + item: "theurgy:sal_ammoniac_tank" + type: "item" + } + { + id: "341512DBA66D139B" + item: "theurgy:sal_ammoniac_accumulator" + type: "item" + } + ] + x: 0.0d + y: -6.0d + } + { + dependencies: ["6B5B443D2F7DD3D4"] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest8.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest8.description2}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest8.description3}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest8.description4}" + ] + icon: "theurgy:distiller" + id: "238F26409930D47F" + rewards: [ + { + count: 4 + id: "1C9649B1FBAFE963" + item: "theurgy:mercury_shard" + type: "item" + } + { + id: "7E77D5260B9D9B67" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "784A3AAA14565F31" + item: "theurgy:pyromantic_brazier" + type: "item" + } + { + id: "1BDA15C3663694B9" + item: "theurgy:distiller" + type: "item" + } + { + id: "3F1DB1131AF26253" + item: "theurgy:mercury_shard" + type: "item" + } + ] + title: "{ftbquests.chapter.how_the_world_came_to_be.quest8.title}" + x: 1.5d + y: -7.5d + } + { + dependencies: ["6B5B443D2F7DD3D4"] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest9.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest9.description2}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest9.description3}" + ] + icon: "theurgy:calcination_oven" + id: "21DA86D51EB7D88E" + rewards: [ + { + count: 4 + id: "64E04DAB7C0582A3" + item: "theurgy:alchemical_salt_strata" + type: "item" + } + { + id: "4F5B75F7869280C1" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "53EB0C300D28F531" + item: "theurgy:pyromantic_brazier" + type: "item" + } + { + id: "248723DDF99B8CC1" + item: "theurgy:calcination_oven" + type: "item" + } + { + id: "6AE5239CA0507C48" + item: "theurgy:alchemical_salt_strata" + type: "item" + } + ] + title: "{ftbquests.chapter.how_the_world_came_to_be.quest9.title}" + x: -1.5d + y: -7.5d + } + { + dependencies: ["01AB2D65C171F1F9"] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest10.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest10.description2}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest10.description3}" + ] + icon: "theurgy:liquefaction_cauldron" + id: "3B57039627535552" + rewards: [ + { + count: 4 + id: "628CFF330629E4D8" + item: { + Count: 1 + id: "kubejs:sulfur_dirt" + tag: { + "theurgy:sulfur.source.id": "kubejs:dried_earth" + } + } + type: "item" + } + { + id: "73E825AEA8A695C2" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "38FD38D7D8B5BFFB" + item: "theurgy:pyromantic_brazier" + type: "item" + } + { + id: "5A17E6E29CC2C53F" + item: "theurgy:liquefaction_cauldron" + type: "item" + } + { + id: "00B64A23A6E7BF57" + item: "kubejs:sulfur_dirt" + type: "item" + } + ] + title: "{ftbquests.chapter.how_the_world_came_to_be.quest10.title}" + x: 0.0d + y: -7.0d + } + { + dependencies: [ + "3B57039627535552" + "238F26409930D47F" + "21DA86D51EB7D88E" + ] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest11.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest11.description2}" + ] + icon: "theurgy:incubator" + id: "1F466C810237B69A" + rewards: [{ + id: "53F568DF45DF8F1D" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "5CCE88CCD5B42265" + item: "theurgy:incubator" + type: "item" + } + { + id: "1B66609CCC88FB06" + item: "theurgy:incubator_salt_vessel" + type: "item" + } + { + id: "5FE1507BD0CF0825" + item: "theurgy:incubator_sulfur_vessel" + type: "item" + } + { + id: "709F3C77303CC14F" + item: "theurgy:incubator_mercury_vessel" + type: "item" + } + { + id: "5DF3B368E203FD44" + item: "theurgy:pyromantic_brazier" + type: "item" + } + ] + title: "{ftbquests.chapter.how_the_world_came_to_be.quest11.title}" + x: 0.0d + y: -8.5d + } + { + dependencies: ["1F466C810237B69A"] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest12.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest12.description2}" + ] + id: "448ABF53EEACBFA7" + rewards: [{ + id: "5AFDB05E13E248FB" + type: "xp" + xp: 100 + }] + shape: "hexagon" + size: 2.0d + subtitle: "{ftbquests.chapter.how_the_world_came_to_be.quest12.subtitle}" + tasks: [{ + id: "1DB0C65400E5119F" + item: "minecraft:dirt" + type: "item" + }] + x: 0.0d + y: -10.5d + } + { + dependencies: ["73F3DDAFC46A9CD5"] + description: ["{ftbquests.chapter.how_the_world_came_to_be.quest13.description1}"] + icon: { + Count: 1 + id: "minecraft:fishing_rod" + tag: { + Damage: 0 + } + } + id: "26C8365A4497F614" + rewards: [ + { + id: "577673156D88751E" + item: { + Count: 1 + id: "minecraft:fishing_rod" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "4ACDE1B7FCA65BBA" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "3420C22AABFAEA34" + type: "checkmark" + }] + title: "{ftbquests.chapter.how_the_world_came_to_be.quest13.title}" + x: 2.0d + y: 0.0d + } + { + dependencies: ["73F3DDAFC46A9CD5"] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest14.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest14.description2}" + ] + icon: "minecraft:white_bed" + id: "49182F60BE2634DE" + rewards: [{ + id: "27DD3FCBE266BAC7" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "16FB0BB05454D6A2" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "minecraft:beds" + } + } + title: "{ftbquests.chapter.how_the_world_came_to_be.quest14.task_1655930139945784994.title}" + type: "item" + } + { + id: "1EFF40BDEB95B421" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "comforts:sleeping_bags" + } + } + optional_task: true + title: "{ftbquests.chapter.how_the_world_came_to_be.quest14.task_2233575124644508705.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.how_the_world_came_to_be.quest14.title}" + x: -2.0d + y: 0.0d + } + { + dependencies: ["73F3DDAFC46A9CD5"] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest15.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest15.description2}" + ] + icon: "supplementaries:globe" + id: "40200E30710D409D" + rewards: [{ + id: "2FFB14B0877E9B48" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7CE871AB4BA6259E" + title: "{ftbquests.chapter.how_the_world_came_to_be.quest15.task_9000568835822462366.title}" + type: "checkmark" + }] + x: 1.5d + y: 1.5d + } + { + dependencies: ["73F3DDAFC46A9CD5"] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest16.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest16.description2}" + ] + icon: { + Count: 1 + id: "minecraft:stone_sword" + tag: { + Damage: 0 + } + } + id: "412275C7F800C343" + rewards: [{ + id: "696B08484059A34C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "726093097AD50EDB" + title: "{ftbquests.chapter.how_the_world_came_to_be.quest16.task_8241748987012779739.title}" + type: "checkmark" + }] + x: -1.5d + y: 1.5d + } + { + dependencies: ["73F3DDAFC46A9CD5"] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest17.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest17.description2}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest17.description3}" + ] + icon: "akashictome:tome" + id: "524541472CB8168A" + rewards: [{ + id: "63F8E36BB78B3F0F" + item: "akashictome:tome" + type: "item" + }] + tasks: [{ + id: "30591A81E9C85ED9" + title: "{ftbquests.chapter.how_the_world_came_to_be.quest17.task_3483844932023115481.title}" + type: "checkmark" + }] + title: "{ftbquests.chapter.how_the_world_came_to_be.quest17.title}" + x: 1.0d + y: 2.5d + } + { + dependencies: ["73F3DDAFC46A9CD5"] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest18.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest18.description2}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest18.description3}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest18.description4}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest18.description5}" + ] + icon: "naturesaura:pet_reviver" + id: "52B10FEB2951E939" + rewards: [{ + id: "1551C09CD766D5DD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2E3AF11BD22C15B4" + title: "{ftbquests.chapter.how_the_world_came_to_be.quest18.task_3331239976186418612.title}" + type: "checkmark" + }] + title: "{ftbquests.chapter.how_the_world_came_to_be.quest18.title}" + x: 0.0d + y: 3.0d + } + { + dependencies: ["6B5B443D2F7DD3D4"] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest19.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest19.description2}" + ] + id: "387F725179133950" + rewards: [{ + id: "75AF918ADD9DB9E3" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "0E461D7DE2E68577" + item: "reclamation_util:flimsy_door" + type: "item" + }] + x: -1.0d + y: -4.5d + } + { + dependencies: ["655DCA5A5B6632E1"] + description: [ + "{ftbquests.chapter.how_the_world_came_to_be.quest20.description1}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest20.description2}" + "" + "{ftbquests.chapter.how_the_world_came_to_be.quest20.description3}" + ] + icon: "complicated_bees:apiary" + id: "29CB5767DE978673" + rewards: [{ + id: "0C2B92BF2EC44903" + type: "xp" + xp: 100 + }] + shape: "rsquare" + tasks: [{ + id: "5B5E6B48E860F6E6" + type: "checkmark" + }] + title: "{ftbquests.chapter.how_the_world_came_to_be.quest20.title}" + x: 0.0d + y: -3.0d + } + ] + subtitle: ["{ftbquests.chapter.how_the_world_came_to_be.subtitle0}"] + title: "{ftbquests.chapter.how_the_world_came_to_be.title}" +} diff --git a/config/ftbquests/quests/chapters/mob_safari.snbt b/config/ftbquests/quests/chapters/mob_safari.snbt new file mode 100644 index 0000000..0009c0c --- /dev/null +++ b/config/ftbquests/quests/chapters/mob_safari.snbt @@ -0,0 +1,2985 @@ +{ + autofocus_id: "5FEE65C669654E40" + default_hide_dependency_lines: true + default_min_width: 280 + default_quest_shape: "" + filename: "mob_safari" + group: "2BFAC9C95DAED88B" + icon: "exposure:camera" + id: "7F55650372975893" + order_index: 1 + quest_links: [ ] + quests: [ + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:creeper_head" + id: "517413E5CD697BAA" + rewards: [ + { + id: "5F40864CE58526BB" + type: "xp" + xp: 100 + } + { + count: 32 + id: "6C1D3E5A3DA0A1AD" + item: "minecraft:gunpowder" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "08F30DACFE9796AA" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:creeper": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest1.task_644874208300996266.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest1.title}" + x: 4.0d + y: 0.0d + } + { + dependencies: ["389C82D9424B4099"] + description: [ + "{ftbquests.chapter.mob_safari.quest2.description1}" + "" + "{ftbquests.chapter.mob_safari.quest2.description2}" + ] + hide_until_deps_complete: true + icon: "exposure:camera" + id: "5FEE65C669654E40" + shape: "hexagon" + size: 1.5d + subtitle: "{ftbquests.chapter.mob_safari.quest2.subtitle}" + tasks: [ + { + id: "19AEDBE8BCA2D0DE" + item: "exposure:camera" + type: "item" + } + { + id: "57CF020E7D4F508E" + item: "exposure:black_and_white_film" + type: "item" + } + { + id: "0701BE1D6DDBBE9D" + item: "exposure:lightroom" + type: "item" + } + ] + title: "{ftbquests.chapter.mob_safari.quest2.title}" + x: 6.0d + y: -2.5d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:zombie_head" + id: "1E8E404A5B898ED5" + rewards: [ + { + id: "7DD27D0932965C64" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "59F1F2B58779ABE8" + table_id: 7131061971573085034L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "5F527BFC85D0DBB2" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:zombie": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest3.task_6868688706200460210.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest3.title}" + x: 1.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:husk_head" + id: "7E23259C854E6B53" + rewards: [ + { + id: "291D60466B7C1B40" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "058413DB3211CEEB" + table_id: 7131061971573085034L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "4C3DB9989977E157" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:husk": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest4.task_5493751185522811223.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest4.title}" + x: 1.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:drowned_head" + id: "03A7E34F277C3E99" + rewards: [ + { + id: "0C7F30F5ADB6C3DF" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "7A834BDBA25BC0F8" + table_id: 7131061971573085034L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "2162D92514F6E9EB" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:drowned": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest5.task_2405723904258009579.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest5.title}" + x: 1.5d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:spider_head" + id: "779FA19A3239A378" + rewards: [ + { + id: "7E5869806E0D2924" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "6BF5BFC7685187EB" + table_id: 8024488712964205957L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "0C244F68E03720C7" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:spider": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest6.task_874911539473621191.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest6.title}" + x: 0.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:cave_spider_head" + id: "32E71A804BD0B705" + rewards: [ + { + id: "70FDCE766E9CB84F" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "6E7B629A498ADDF7" + table_id: 8024488712964205957L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "6CA4403B044EFB85" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:cave_spider": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest7.task_7828452674496297861.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest7.title}" + x: 0.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:enderman_head" + id: "32805191DFE77A0B" + rewards: [ + { + id: "0967EBB7E65B14F6" + type: "xp" + xp: 100 + } + { + count: 8 + id: "08304068735FEB61" + item: "minecraft:ender_pearl" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "449C78D38D17D509" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:enderman": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest8.task_4943959340946543881.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest8.title}" + x: 3.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:endermite_head" + id: "64032D23DECB2605" + rewards: [ + { + id: "56BC23E9376DEF45" + type: "xp" + xp: 100 + } + { + count: 16 + id: "4D99CCAC163FB24C" + item: "minecraft:ender_pearl" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "41B02DE49843530F" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:endermite": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest9.task_4733333668196733711.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest9.title}" + x: 3.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:silverfish_head" + id: "702C9B9584FAC44B" + rewards: [ + { + id: "66FE439A94F31D37" + type: "xp" + xp: 100 + } + { + count: 16 + id: "20FFE775DC048458" + item: "embers:lead_ingot" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "6685AB48AF424D80" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:silverfish": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest10.task_7387499092437519744.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest10.title}" + x: 2.5d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:evoker_head" + id: "4ABAF8F1D6D1C7CA" + rewards: [ + { + id: "6274D12CE51F0FA0" + type: "xp" + xp: 100 + } + { + id: "0122E993C9668CB4" + item: "minecraft:totem_of_undying" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "07C5EA9444F80506" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:evoker": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest11.task_560111651210659078.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest11.title}" + x: -6.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:ghast_head" + id: "61EDF16012C8383B" + rewards: [ + { + id: "42BF92ABD81C2AF1" + type: "xp" + xp: 100 + } + { + count: 16 + id: "4A49ED8331631906" + item: "minecraft:ghast_tear" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "53F8CE65102033E2" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:ghast": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest12.task_6050813032829826018.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest12.title}" + x: -2.5d + y: 3.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:guardian_spawn_egg" + id: "6C993C0581C3E53C" + rewards: [ + { + id: "1F63E79AAE3CB44C" + type: "xp" + xp: 100 + } + { + count: 16 + id: "6D238808AAAB8761" + item: "minecraft:prismarine_crystals" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "7820109C6855DBFC" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:guardian": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest13.task_8655936747757493244.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest13.title}" + x: 15.0d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:hoglin_head" + id: "0E1371CB614ECA67" + rewards: [ + { + id: "1FB0DC70A1BA58F7" + type: "xp" + xp: 100 + } + { + count: 4 + id: "3D1AB46396756330" + item: "nethersdelight:stuffed_hoglin" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "7E6922AD32B7A8C5" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:hoglin": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest14.task_9108849848609122501.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest14.title}" + x: -3.5d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:phantom_spawn_egg" + id: "1B838E76CB6E8813" + rewards: [ + { + id: "7D35A4401D603F31" + type: "xp" + xp: 100 + } + { + count: 16 + id: "4CB9AD49561DEF8E" + item: "minecraft:phantom_membrane" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "672F64B56C9B8717" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:phantom": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest15.task_7435272240185968407.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest15.title}" + x: 5.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:piglin_brute_head" + id: "054B1BAE47E9827D" + rewards: [ + { + id: "2317561F68B31C87" + type: "xp" + xp: 100 + } + { + count: 8 + id: "7D97DF0A499B2EC7" + item: "minecraft:ancient_debris" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "22A89A63AEC9CB95" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:piglin_brute": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest16.task_2497415746301840277.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest16.title}" + x: -4.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + description: ["{ftbquests.chapter.mob_safari.quest17.description1}"] + icon: "heads:pillager_head" + id: "7B689257A882A7B2" + rewards: [ + { + id: "0CD8AD959DB63F17" + type: "xp" + xp: 100 + } + { + id: "7E228219B9F3D193" + item: { + Count: 1 + id: "minecraft:crossbow" + tag: { + Damage: 0 + } + } + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "0C283E7BA176188F" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:pillager": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest17.task_876018828234332303.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest17.title}" + x: -7.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:ravager_spawn_egg" + id: "13065DEC26C02737" + rewards: [ + { + id: "7F1BEFAFD8A4C695" + type: "xp" + xp: 100 + } + { + count: 2 + id: "57AD1FE6266EF550" + item: "minecraft:ravager_spawn_egg" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "7FECA87DEB72E3A6" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:ravager": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest18.task_9217927796095116198.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest18.title}" + x: -6.5d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "sophisticatedstorage:shulker_box" + id: "3642889B8CF6CA79" + rewards: [ + { + id: "7833977D2E03B643" + type: "xp" + xp: 100 + } + { + count: 16 + id: "46F57A17254578C2" + item: "minecraft:shulker_shell" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "575B7F10C8C52BCD" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:shulker": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest19.task_6294764614244969421.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest19.title}" + x: 2.5d + y: 5.5d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:skeleton_skull" + id: "357FC24C8410EFEC" + rewards: [ + { + id: "7E8D534F799B29B4" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "0F788675D33BCBFA" + table_id: 8839952752635034356L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "52B144DA9288B3F2" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:skeleton": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest20.task_5958619487539868658.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest20.title}" + x: 2.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:slime_head" + id: "25D1C2664FD1180E" + rewards: [ + { + id: "3968DE6CFDE58AAE" + type: "xp" + xp: 100 + } + { + count: 32 + id: "07E50C412CC9D893" + item: "minecraft:slime_ball" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "285C22F4E11C4DE5" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:slime": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest21.task_2908237894518590949.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest21.title}" + x: 4.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:stray_head" + id: "78041B5DC298A02A" + rewards: [ + { + id: "501825B4E5C11E87" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "32FB7BE6C04F6885" + table_id: 8839952752635034356L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "1B90C7B91DDBB1AC" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:stray": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest22.task_1986307033554203052.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest22.title}" + x: 2.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:vex_spawn_egg" + id: "3EA5F9BCAF5464C7" + rewards: [ + { + id: "1BF882FB30C69E09" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "732CC85527F3D6F2" + table_id: 5456022276654430189L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "70C9B82C5B8B27E7" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:vex": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest23.task_8127229503220688871.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest23.title}" + x: -7.5d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:vindicator_head" + id: "77C07B16F8E30C78" + rewards: [ + { + id: "67B3A740BCE1B8BD" + type: "xp" + xp: 100 + } + { + id: "76B173EAC712F7FF" + item: { + Count: 1 + id: "minecraft:iron_axe" + tag: { + Damage: 0 + Enchantments: [ + { + id: "minecraft:sharpness" + lvl: 3s + } + { + id: "minecraft:unbreaking" + lvl: 3s + } + ] + } + } + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "25BE333CD96382FD" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:vindicator": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest24.task_2719667561416590077.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest24.title}" + x: -8.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + description: ["{ftbquests.chapter.mob_safari.quest25.description1}"] + icon: "minecraft:warden_spawn_egg" + id: "0694D62C45F6C430" + rewards: [ + { + id: "32091E657990EE85" + type: "xp" + xp: 100 + } + { + count: 2 + id: "4055DC1D2B404F05" + item: "minecraft:echo_shard" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "2DCB1846BB7FBDA6" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:warden": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest25.task_3299757844051508646.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest25.title}" + x: 2.5d + y: 3.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:witch_head" + id: "5C410251B4C4761F" + rewards: [ + { + id: "707D6FC687282560" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "18578B898B2BD65C" + table_id: 5456022276654430189L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "1973AEC55ACF707C" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:witch": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest26.task_1834001635925258364.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest26.title}" + x: 5.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + description: ["{ftbquests.chapter.mob_safari.quest27.description1}"] + icon: "minecraft:wither_skeleton_skull" + id: "3E3DE65526844EB7" + rewards: [ + { + id: "392F49DFFBC47C0E" + type: "xp" + xp: 100 + } + { + id: "4EA24728FA2B1093" + item: "minecraft:wither_skeleton_skull" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "05FD08338B1EE7C6" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:wither_skeleton": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest27.task_431510156767848390.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest27.title}" + x: -3.5d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:zoglin_head" + id: "20F56F091F24EA9B" + rewards: [ + { + id: "573BB0855EE9715D" + type: "xp" + xp: 100 + } + { + id: "3190EF56F96855F0" + item: "nethersdelight:hoglin_trophy" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "372E37CD4D5DE894" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:zoglin": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest28.task_3976176875920550036.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest28.title}" + x: -2.5d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:blaze_head" + id: "0A4876B63C9EB256" + rewards: [ + { + id: "055B72CD436D1C9F" + type: "xp" + xp: 100 + } + { + count: 64 + id: "2196F638506CF6ED" + item: "minecraft:blaze_powder" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "1BC638FAF983406D" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:blaze": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest29.task_2001349734991872109.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest29.title}" + x: -2.5d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:nether_star" + id: "46CF370B11CF4AC6" + rewards: [ + { + id: "5AB3FC31741BA345" + type: "xp" + xp: 100 + } + { + id: "3387CD2741F208A7" + item: "minecraft:nether_star" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "3CFB876C9DE983B1" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:wither": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest30.task_4394254762005595057.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest30.title}" + x: -3.0d + y: 4.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:dragon_head" + id: "24D8747868DA8135" + rewards: [ + { + id: "4E2F3A05DF87E64D" + type: "xp" + xp: 100 + } + { + count: 32 + id: "21E00CFC1036FDA3" + item: "minecraft:dragon_breath" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "5BAF2C99E837B193" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:ender_dragon": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest31.task_6606548217913389459.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest31.title}" + x: 2.5d + y: 6.5d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:piglin_head" + id: "462883AD2132D0FB" + rewards: [ + { + id: "16B203E0E74A92D0" + type: "xp" + xp: 100 + } + { + id: "62DE93F08191B717" + item: "minecraft:enchanted_golden_apple" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "73DD0C7A4BDB54B7" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:piglin": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest32.task_8348843003612976311.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest32.title}" + x: -3.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:allay_spawn_egg" + id: "0B665D225E9F7EFB" + rewards: [ + { + id: "03A8F368321C0C54" + type: "xp" + xp: 100 + } + { + count: 4 + id: "72935B3BB3407ADA" + item: "minecraft:allay_spawn_egg" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "7F02E182C5EA8168" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:allay": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest33.task_9152125344552747368.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest33.title}" + x: -6.5d + y: 4.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:axolotl_lucy_head" + id: "548BAFC1F30732D5" + rewards: [ + { + id: "1364FCB28C978EAB" + type: "xp" + xp: 100 + } + { + id: "7658BB315BD29BC5" + item: "heads:axolotl_gold_head" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "0CFB62E9EECC7605" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:axolotl": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest34.task_935450104482788869.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest34.title}" + x: 14.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:bat_head" + id: "495EBE7C9A59CFF4" + rewards: [ + { + id: "4695185B97D7EE02" + type: "xp" + xp: 100 + } + { + count: 16 + id: "17057DD9E766A2D6" + item: "enchanted:wool_of_bat" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "33CB78A21820D61A" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:bat": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest35.task_3732209353791428122.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest35.title}" + x: 3.5d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:camel_spawn_egg" + id: "0A65ACA8A26E8615" + rewards: [ + { + id: "579D05F1CF4053F0" + type: "xp" + xp: 100 + } + { + id: "06DAD353A8E352C8" + item: "ars_nouveau:ritual_conjure_island_desert" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "3DC7B7493446D3B4" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:camel": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest36.task_4451728281716577204.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest36.title}" + x: 9.5d + y: 4.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:cat_black_head" + id: "475D26474BD6C8DA" + rewards: [ + { + id: "035CFB1A53837890" + type: "xp" + xp: 100 + } + { + count: 4 + id: "285C8D008317B4B4" + item: "farmersdelight:fish_stew" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "3045940190A33D2D" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:cat": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest37.task_3478349021656071469.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest37.title}" + x: -7.5d + y: 4.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:chicken_head" + id: "04E89E0140A571ED" + rewards: [ + { + id: "2ED043EE4909766E" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "26118603C2B1B08A" + table_id: 3514670301200914514L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "05D978F4308B2229" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:chicken": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest38.task_421501030317629993.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest38.title}" + x: 9.5d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:cod_head" + id: "540EFA54873D7817" + rewards: [ + { + id: "52C72D61F32F9EA2" + type: "xp" + xp: 100 + } + { + count: 32 + id: "228CECABC7C0254C" + item: "farmersdelight:cod_roll" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "2D916280FD632508" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:cod": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest39.task_3283513909476271368.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest39.title}" + x: 15.5d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:cow_head" + id: "7FC2BADD39C85339" + rewards: [ + { + id: "6AA422568B7C9D74" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "4EE5E12D18FAE5FE" + table_id: 8615485860944689786L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "314C6F131B299D5D" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:cow": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest40.task_3552336333939252573.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest40.title}" + x: 10.5d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:donkey_head" + id: "6152DA47D7793A3A" + rewards: [ + { + id: "43B2099FB98E7A62" + type: "xp" + xp: 100 + } + { + count: 32 + id: "53456BCFDCCCF036" + item: "minecraft:leather" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "7BCEE17CC7DAD886" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:donkey": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest41.task_8921315837912733830.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest41.title}" + x: 8.5d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:frog_spawn_egg" + id: "175F712801D32FAF" + rewards: [{ + id: "3CA793BD0DCC2315" + type: "xp" + xp: 100 + }] + tasks: [{ + icon: "exposure:photograph" + id: "7B6A0454BBFF20DD" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:frog": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest42.task_8892925176174289117.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest42.title}" + x: 10.5d + y: 4.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:glow_squid_head" + id: "71FE47F9771AC590" + rewards: [ + { + id: "0E700286070017C1" + type: "xp" + xp: 100 + } + { + count: 32 + id: "0FE44A11BADC72B6" + item: "minecraft:glow_ink_sac" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "6DCF70D9ED9C259E" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:glow_squid": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest43.task_7912667151609898398.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest43.title}" + x: 16.0d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:horse_creamy_head" + id: "57F7FA9EC58C17D2" + rewards: [ + { + id: "3A486C14D21876C7" + type: "xp" + xp: 100 + } + { + id: "00B1D7B9C416761A" + item: "minecraft:saddle" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "3CE93C38A9D0A58A" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:horse": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest44.task_4389105525914117514.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest44.title}" + x: 9.5d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:red_mooshroom_head" + id: "6AEC834765E31B9C" + rewards: [ + { + id: "4F56D55764F2FFD2" + type: "xp" + xp: 100 + } + { + count: 16 + id: "0630AE6CA33413C0" + item: "minecraft:mushroom_stew" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "3C806310FC672975" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:mooshroom": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest45.task_4359593363899885941.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest45.title}" + x: 9.0d + y: 5.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:mule_head" + id: "0C071F354268E2F3" + rewards: [ + { + id: "63751C784088C773" + type: "xp" + xp: 100 + } + { + id: "13E26FBCE2727742" + item: "minecraft:enchanted_golden_apple" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "0CD5FC838D260188" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:mule": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest46.task_924922940433498504.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest46.title}" + x: 10.5d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:ocelot_head" + id: "38F12122B25EDC4B" + rewards: [ + { + id: "46116DCD78B202BD" + type: "xp" + xp: 100 + } + { + count: 16 + id: "08FD80163C994B84" + item: "minecraft:cocoa_beans" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "42706BFA59FB1D5A" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:ocelot": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest47.task_4787445126890462554.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest47.title}" + x: 10.0d + y: 5.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:parrot_spawn_egg" + id: "71EFE5EE55ED2892" + rewards: [ + { + id: "7129ABEEB8801467" + type: "xp" + xp: 100 + } + { + count: 64 + id: "1D7644B067BC1349" + item: "minecraft:cookie" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "08436D38DF98D127" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:parrot": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest48.task_595439666779967783.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest48.title}" + x: 8.5d + y: 4.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:pig_head" + id: "7F49E1C160460A4C" + rewards: [ + { + id: "7ACF7114FDF0CDDD" + type: "xp" + xp: 100 + } + { + count: 16 + id: "1C54B3DA18BF86F6" + item: "minecraft:porkchop" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "5E400FBAE32ACFB6" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:pig": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest49.task_6791445533424275382.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest49.title}" + x: 11.5d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:pufferfish" + id: "0A80D513D423E97B" + rewards: [ + { + id: "6EC4961D9FAEF82C" + type: "xp" + xp: 100 + } + { + count: 16 + id: "28EFA582D34EC4E8" + item: "minecraft:pufferfish" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "47FA5C682A68CE03" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:pufferfish": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest50.task_5186559523328413187.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest50.title}" + x: 16.5d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:rabbit_spawn_egg" + id: "60FE60BAC866A44A" + rewards: [ + { + id: "00FF2283EC34ECE8" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "2AD9DD7B5741BC69" + table_id: 7900474475776381538L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "19043AFE8A9EEF92" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:rabbit": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest51.task_1802630615776817042.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest51.title}" + x: 8.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:salmon_head" + id: "0F1E3F328B60A287" + rewards: [ + { + id: "00DFA1C0E56647F2" + type: "xp" + xp: 100 + } + { + count: 32 + id: "36B7DDAA8F7B0EA4" + item: "farmersdelight:salmon_roll" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "7DF201FA92C21430" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:salmon": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest52.task_9075318374820615216.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest52.title}" + x: 14.5d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:sheep_head" + id: "0824814C85D4EC70" + rewards: [ + { + id: "34D0A0E697244940" + type: "xp" + xp: 100 + } + { + count: 4 + id: "2B4CE90AC28C422E" + item: "farmersdelight:roasted_mutton_chops" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "11C05F16C2212499" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:sheep": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest53.task_1279126845524092057.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest53.title}" + x: 8.5d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + description: ["{ftbquests.chapter.mob_safari.quest54.description1}"] + icon: "minecraft:sniffer_egg" + id: "17DE6D948744F44F" + rewards: [ + { + id: "09342E62EB4460A9" + type: "xp" + xp: 100 + } + { + id: "46652CC75A88E59A" + item: "minecraft:sniffer_egg" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "3E654468782606D2" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:sniffer": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest54.task_4496075018482353874.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest54.title}" + x: 8.0d + y: 5.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:carved_pumpkin" + id: "1FF5B073DC12ABAC" + rewards: [ + { + id: "62F5E84D1A832909" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "71E2FF573C277915" + table_id: 8037173722274793648L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "69C372CDF41475CD" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:snow_golem": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest55.task_7621061223329854925.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest55.title}" + x: -6.0d + y: 3.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:squid_head" + id: "4E0561789221C0C6" + rewards: [ + { + id: "11E6EA9AD147F832" + type: "xp" + xp: 100 + } + { + count: 32 + id: "2F2D23F87A85A32F" + item: "minecraft:ink_sac" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "34E6C8CCCD29E264" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:squid": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest56.task_3811954916556661348.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest56.title}" + x: 14.0d + y: 2.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:strider_spawn_egg" + id: "4628062EB903069B" + rewards: [ + { + id: "5AD662F2A0BCFBD2" + type: "xp" + xp: 100 + } + { + count: 4 + id: "6BB371408D54203F" + item: "nethersdelight:grilled_strider" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "7CA203470B6048B5" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:strider": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest57.task_8980744210598611125.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest57.title}" + x: -3.5d + y: 3.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:tropical_fish" + id: "18B34979DBED11A1" + rewards: [ + { + id: "0669D76F046587FE" + type: "xp" + xp: 100 + } + { + count: 16 + id: "458DB48EE60EA77D" + item: "minecraft:tropical_fish_spawn_egg" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "2EF6BC2B78EC888E" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:tropical_fish": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest58.task_3384099064913889422.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest58.title}" + x: 13.5d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:turtle_head" + id: "4C576278786773E7" + rewards: [ + { + id: "07C7B0958ACC7DF8" + type: "xp" + xp: 100 + } + { + count: 2 + id: "7772C21BC4311529" + item: "minecraft:scute" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "716F1E00D0FC98D6" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:turtle": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest59.task_8173784837555787990.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest59.title}" + x: 15.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:villager_head" + id: "01BEBBE4FBE04567" + rewards: [ + { + id: "3A3045B5AC824FDF" + type: "xp" + xp: 100 + } + { + count: 32 + id: "7B99B53C774AB69D" + item: "minecraft:emerald" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "333569FCE3C06D02" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:villager": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest60.task_3689972004573703426.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest60.title}" + x: -8.0d + y: 3.0d + } + { + dependencies: ["5FEE65C669654E40"] + description: ["{ftbquests.chapter.mob_safari.quest61.description1}"] + icon: "heads:bee_head" + id: "747E5509C0DC0ABB" + rewards: [ + { + id: "253C83A071EA9DF0" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "1CBC929F36FDBA08" + table_id: 8381040606691607900L + type: "choice" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "523261ADCAE6E64F" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:bee": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest61.task_5922903859006989903.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest61.title}" + x: 10.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:dolphin_head" + id: "3B0FA728A68DF081" + rewards: [ + { + id: "248E14206B9A00EE" + type: "xp" + xp: 100 + } + { + id: "11A794B5E665E55A" + item: "heads:dolphin_head" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "534F60401594C49E" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:dolphin": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest62.task_6003122656664405150.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest62.title}" + x: 16.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:fox_head" + id: "36843D2999963F1D" + rewards: [ + { + id: "22EB4E1489C63D97" + type: "xp" + xp: 100 + } + { + count: 32 + id: "63BE9A2352D79A24" + item: "minecraft:sweet_berries" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "766DE4F45BF1D0F9" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:fox": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest63.task_8533728607102685433.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest63.title}" + x: 11.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:goat_head" + id: "414F19EFE2ECF6D8" + rewards: [ + { + id: "2AFBF91D0350E31E" + type: "xp" + xp: 100 + } + { + exclude_from_claim_all: true + id: "30C312435D99B190" + table_id: 1562099882431827930L + type: "random" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "21AD2C57FAF99CFC" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:goat": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest64.task_2426644530607004924.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest64.title}" + x: 7.5d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:iron_golem_head" + id: "6E022C1FAAE4E0EB" + rewards: [ + { + id: "63ADD4EA7A12A92D" + type: "xp" + xp: 100 + } + { + count: 8 + id: "4F76FC62001FE334" + item: "minecraft:iron_block" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "69EB4F7877077F60" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:iron_golem": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest65.task_7632281372321087328.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest65.title}" + x: -7.0d + y: 3.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:llama_spawn_egg" + id: "116964A25A5D54C7" + rewards: [ + { + id: "4D0077D2C7FFF7E7" + type: "xp" + xp: 100 + } + { + id: "465DB8235FBD270E" + item: { + Count: 1 + id: "minecraft:potion" + tag: { + Potion: "minecraft:water" + } + } + title: "{ftbquests.chapter.mob_safari.quest66.reward_5070411217558644494.title}" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "555EDA85381BC3AB" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:llama": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest66.task_6151594406741525419.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest66.title}" + x: 11.0d + y: 5.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:panda_spawn_egg" + id: "02BDB1291FBC4C26" + rewards: [ + { + id: "141D230181828DEA" + type: "xp" + xp: 100 + } + { + count: 64 + id: "29E654066BC06A5B" + item: "minecraft:bamboo" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "74765C34126C5D93" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:panda": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest67.task_8391996334368644499.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest67.title}" + x: 11.5d + y: 4.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "minecraft:polar_bear_spawn_egg" + id: "34230DF080BF39A0" + rewards: [ + { + id: "3FAE714EBDD4F53D" + type: "xp" + xp: 100 + } + { + count: 32 + id: "684EF398BC7CE9DF" + item: "minecraft:blue_ice" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "583560BD33DD30FB" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:polar_bear": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest68.task_6356092814838542587.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest68.title}" + x: 7.5d + y: 4.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:wolf_head" + id: "79C543875927560D" + rewards: [ + { + id: "1B3B8F1B8D968FD9" + type: "xp" + xp: 100 + } + { + count: 32 + id: "103C21559A43A592" + item: "minecraft:bone" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "478A7C4764B303AB" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:wolf": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest69.task_5155069369552929707.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest69.title}" + x: 9.0d + y: 1.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "heads:zombified_piglin_skull" + id: "695828B1929D0DD9" + rewards: [ + { + id: "5621FF1F10BE91E0" + type: "xp" + xp: 100 + } + { + count: 16 + id: "5FA31E2288E83F72" + item: "minecraft:gold_ingot" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "5B694A6A03F05A2D" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:zombified_piglin": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest70.task_6586877749199133229.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest70.title}" + x: -2.0d + y: 0.0d + } + { + dependencies: ["5FEE65C669654E40"] + description: ["{ftbquests.chapter.mob_safari.quest71.description1}"] + icon: "minecraft:elder_guardian_spawn_egg" + id: "176F9C7ED259CD39" + rewards: [ + { + id: "73D395A352E29F0E" + type: "xp" + xp: 100 + } + { + count: 32 + id: "3C5C6ECE637B869E" + item: "minecraft:prismarine_shard" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "0FC6739B116D0288" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "minecraft:elder_guardian": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest71.task_1136723065807110792.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest71.title}" + x: 15.0d + y: 3.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "ars_nouveau:starbuncle_shards" + id: "0DC160D3B62DD504" + rewards: [ + { + id: "06FBD98D8214AA96" + type: "xp" + xp: 100 + } + { + count: 4 + id: "0C41B8586D7EBA77" + item: "ars_nouveau:starbuncle_shards" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "0F89A186E490D2AE" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "ars_nouveau:starbuncle": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest72.task_1119603583110664878.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest72.title}" + x: 13.5d + y: 5.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "ars_nouveau:wilden_spike" + id: "6DD0B4019FB2E6C3" + rewards: [ + { + id: "257D4C1ABF2003D0" + type: "xp" + xp: 100 + } + { + count: 16 + id: "47D907677AB4E3DF" + item: "ars_nouveau:wilden_spike" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "112DD46BD89B58CE" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "ars_nouveau:wilden_guardian": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest73.task_1237879032257403086.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest73.title}" + x: 14.0d + y: 6.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "ars_nouveau:wilden_horn" + id: "7756DF5E136A1333" + rewards: [ + { + id: "11740E0F741C7446" + type: "xp" + xp: 100 + } + { + count: 16 + id: "231464450644116E" + item: "ars_nouveau:wilden_horn" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "50673D1BD85D91AA" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "ars_nouveau:wilden_hunter": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest74.task_5793666635438854570.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest74.title}" + x: 15.0d + y: 6.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "ars_nouveau:wilden_wing" + id: "41C3721BABC35699" + rewards: [ + { + id: "5B0639A3740611DC" + type: "xp" + xp: 100 + } + { + count: 16 + id: "0C579A053BD40E57" + item: "ars_nouveau:wilden_wing" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "79FC2FFEF4A644B1" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "ars_nouveau:wilden_stalker": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest75.task_8789953344793101489.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest75.title}" + x: 16.0d + y: 6.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "ars_nouveau:drygmy_shard" + id: "07F5D38D37650C3C" + rewards: [ + { + id: "3F5317F5CEC309ED" + type: "xp" + xp: 100 + } + { + count: 4 + id: "7DB51811EDFF3368" + item: "ars_nouveau:drygmy_shard" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "39216CB3CD6E55D8" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "ars_nouveau:drygmy": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest76.task_4116691053894850008.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest76.title}" + x: 14.5d + y: 5.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "ars_nouveau:wilden_tribute" + id: "46CC688E523D17D3" + rewards: [ + { + id: "6280FF8023AE8627" + type: "xp" + xp: 100 + } + { + count: 4 + id: "30CCEDFD831A9533" + item: "ars_nouveau:wilden_tribute" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "0E2257FBB0C02462" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "ars_nouveau:wilden_boss": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest77.task_1018473204252943458.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest77.title}" + x: 15.0d + y: 7.0d + } + { + dependencies: ["5FEE65C669654E40"] + icon: "ars_nouveau:whirlisprig_shards" + id: "2D476CDAF27AC863" + rewards: [ + { + id: "6C6B8C47465AD2CC" + type: "xp" + xp: 100 + } + { + count: 4 + id: "60DF657879CA2D1C" + item: "ars_nouveau:whirlisprig_shards" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "5352E88F3CBB325D" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "ars_nouveau:whirlisprig": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest78.task_6004116955135160925.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest78.title}" + x: 15.5d + y: 5.0d + } + { + dependencies: ["5FEE65C669654E40"] + description: ["{ftbquests.chapter.mob_safari.quest79.description1}"] + icon: "ars_elemental:siren_shards" + id: "5EE98525E9A06AAC" + rewards: [ + { + id: "770A0F2CAAEDCEBC" + type: "xp" + xp: 100 + } + { + count: 4 + id: "4DD0EAF8AEFE2901" + item: "ars_elemental:siren_shards" + type: "item" + } + ] + tasks: [{ + icon: "exposure:photograph" + id: "146C6CE87FF122B9" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + "ars_elemental:siren_entity": 1b + } + } + } + title: "{ftbquests.chapter.mob_safari.quest79.task_1471670924078031545.title}" + type: "item" + }] + title: "{ftbquests.chapter.mob_safari.quest79.title}" + x: 16.5d + y: 5.0d + } + { + dependencies: [ + "7F49E1C160460A4C" + "41C3721BABC35699" + "2D476CDAF27AC863" + "18B34979DBED11A1" + "702C9B9584FAC44B" + "1B838E76CB6E8813" + "3EA5F9BCAF5464C7" + "175F712801D32FAF" + "03A7E34F277C3E99" + "71FE47F9771AC590" + "02BDB1291FBC4C26" + "7B689257A882A7B2" + "495EBE7C9A59CFF4" + "747E5509C0DC0ABB" + "6E022C1FAAE4E0EB" + "414F19EFE2ECF6D8" + "475D26474BD6C8DA" + "1E8E404A5B898ED5" + "548BAFC1F30732D5" + "4E0561789221C0C6" + "13065DEC26C02737" + "4628062EB903069B" + "0B665D225E9F7EFB" + "6DD0B4019FB2E6C3" + "04E89E0140A571ED" + "07F5D38D37650C3C" + "7E23259C854E6B53" + "36843D2999963F1D" + "0C071F354268E2F3" + "3B0FA728A68DF081" + "46CC688E523D17D3" + "695828B1929D0DD9" + "4C576278786773E7" + "32E71A804BD0B705" + "0A4876B63C9EB256" + "0A65ACA8A26E8615" + "57F7FA9EC58C17D2" + "1FF5B073DC12ABAC" + "0DC160D3B62DD504" + "5EE98525E9A06AAC" + "17DE6D948744F44F" + "20F56F091F24EA9B" + "779FA19A3239A378" + "38F12122B25EDC4B" + "5C410251B4C4761F" + "0A80D513D423E97B" + "0F1E3F328B60A287" + "462883AD2132D0FB" + "0824814C85D4EC70" + "34230DF080BF39A0" + "77C07B16F8E30C78" + "46CF370B11CF4AC6" + "357FC24C8410EFEC" + "24D8747868DA8135" + "4ABAF8F1D6D1C7CA" + "116964A25A5D54C7" + "7756DF5E136A1333" + "517413E5CD697BAA" + "6AEC834765E31B9C" + "3642889B8CF6CA79" + "6152DA47D7793A3A" + "3E3DE65526844EB7" + "01BEBBE4FBE04567" + "6C993C0581C3E53C" + "25D1C2664FD1180E" + "60FE60BAC866A44A" + "79C543875927560D" + "78041B5DC298A02A" + "64032D23DECB2605" + "7FC2BADD39C85339" + "540EFA54873D7817" + "0E1371CB614ECA67" + "054B1BAE47E9827D" + "176F9C7ED259CD39" + "32805191DFE77A0B" + "61EDF16012C8383B" + "0694D62C45F6C430" + "71EFE5EE55ED2892" + ] + description: ["{ftbquests.chapter.mob_safari.quest80.description1}"] + hide_until_deps_complete: true + id: "4A37BD407A1A7395" + rewards: [ + { + id: "5F50AA093D02E1A6" + item: "enchanted:infinity_egg" + type: "item" + } + { + count: 32 + id: "56010B4331FBC6D5" + item: "create:creative_blaze_cake" + type: "item" + } + { + count: 16 + id: "79DED2898D41A302" + item: "mekanism:pellet_antimatter" + type: "item" + } + ] + shape: "heart" + size: 3.0d + subtitle: "{ftbquests.chapter.mob_safari.quest80.subtitle}" + tasks: [{ + id: "29488939B0A5B28F" + type: "checkmark" + }] + title: "{ftbquests.chapter.mob_safari.quest80.title}" + x: 6.0d + y: 9.5d + } + ] + title: "{ftbquests.chapter.mob_safari.title}" +} diff --git a/config/ftbquests/quests/chapters/resource_generation.snbt b/config/ftbquests/quests/chapters/resource_generation.snbt new file mode 100644 index 0000000..5591792 --- /dev/null +++ b/config/ftbquests/quests/chapters/resource_generation.snbt @@ -0,0 +1,2584 @@ +{ + default_hide_dependency_lines: false + default_min_width: 280 + default_quest_shape: "" + filename: "resource_generation" + group: "499FD90D592AFC7B" + hide_quest_until_deps_visible: true + icon: "minecraft:raw_iron" + id: "55C123B019947201" + order_index: 1 + quest_links: [ ] + quests: [ + { + dependencies: ["000A7EAED7A84968"] + description: [ + "{ftbquests.chapter.resource_generation.quest1.description1}" + "" + "{ftbquests.chapter.resource_generation.quest1.description2}" + "" + "{ftbquests.chapter.resource_generation.quest1.description3}" + ] + hide_until_deps_complete: true + id: "56E75D57C3C9487C" + rewards: [ + { + id: "1B129592B698B02E" + type: "xp" + xp: 100 + } + { + count: 8 + id: "411EF02725678DE9" + item: "mysticalagriculture:prosperity_shard" + type: "item" + } + ] + shape: "hexagon" + tasks: [{ + id: "1552B688C3A31631" + item: "mysticalagriculture:prosperity_shard" + type: "item" + }] + x: -5.0d + y: -1.5d + } + { + dependencies: ["6C972BEC949FEF25"] + description: [ + "{ftbquests.chapter.resource_generation.quest2.description1}" + "" + "{ftbquests.chapter.resource_generation.quest2.description2}" + ] + icon: { + Count: 1 + id: "complicated_bees:frame" + tag: { + Damage: 0 + } + } + id: "5B1AD7A67406CD8F" + rewards: [ + { + count: 3 + id: "2AC1319D2B059FD1" + item: { + Count: 1 + id: "complicated_bees:waxed_frame" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "46547A3B701F32EC" + type: "xp" + xp: 500 + } + ] + tasks: [{ + id: "18131103B31582F5" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "complicated_bees:frame" + } + } + title: "{ftbquests.chapter.resource_generation.quest2.task_1734748989054878453.title}" + type: "item" + }] + x: 6.0d + y: 0.5d + } + { + dependencies: ["29CB5767DE978673"] + description: [ + "{ftbquests.chapter.resource_generation.quest3.description1}" + "" + "{ftbquests.chapter.resource_generation.quest3.description2}" + "" + "{ftbquests.chapter.resource_generation.quest3.description3}" + ] + hide_until_deps_complete: true + icon: { + Count: 1 + id: "complicated_bees:scoop" + tag: { + Damage: 0 + } + } + id: "3BAA2A254E052AC1" + rewards: [ + { + id: "1E21D64CC9086C97" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "complicated_bees:field_guide" + } + } + type: "item" + } + { + id: "7DCFC11FB7A35136" + type: "xp" + xp: 500 + } + ] + shape: "hexagon" + tasks: [ + { + id: "594A083F3875943D" + item: "complicated_bees:apiary" + type: "item" + } + { + id: "66CF5E522A68F9B2" + item: { + Count: 1 + id: "complicated_bees:scoop" + tag: { + Damage: 0 + } + } + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest3.title}" + x: 4.5d + y: -1.5d + } + { + dependencies: ["3BAA2A254E052AC1"] + description: [ + "{ftbquests.chapter.resource_generation.quest4.description1}" + "" + "{ftbquests.chapter.resource_generation.quest4.description2}" + "" + "{ftbquests.chapter.resource_generation.quest4.description3}" + ] + icon: "complicated_bees:honey_droplet" + id: "6C972BEC949FEF25" + rewards: [{ + id: "62159A787F08443B" + type: "xp" + xp: 500 + }] + tasks: [ + { + id: "416C2632237632F0" + item: "complicated_bees:beeswax" + type: "item" + } + { + id: "1C1EEF122FFEE7FC" + item: "complicated_bees:honey_droplet" + type: "item" + } + { + id: "7E40C340FBC29A0C" + item: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "reclamation:barren" + } + } + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest4.title}" + x: 4.5d + y: 0.0d + } + { + dependencies: ["6C972BEC949FEF25"] + description: ["{ftbquests.chapter.resource_generation.quest5.description1}"] + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "reclamation:barren" + } + } + id: "7DD195197887D9E6" + rewards: [ + { + count: 16 + id: "2B4BAFD07664758C" + item: "complicated_bees:honey_droplet" + type: "item" + } + { + id: "09B98A6EDDE9CE3D" + item: { + Count: 1 + id: "complicated_bees:deadly_frame" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "7219C379A3994EB0" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "6C82369B6FFA66B6" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:dessicated" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest5.task_7818871944295114422.title}" + type: "item" + } + { + id: "2B81BE38A3EEE654" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:dried" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest5.task_3134995966104364628.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest5.title}" + x: 4.5d + y: 1.5d + } + { + dependencies: ["6C972BEC949FEF25"] + description: [ + "{ftbquests.chapter.resource_generation.quest6.description1}" + "" + "{ftbquests.chapter.resource_generation.quest6.description2}" + "" + "{ftbquests.chapter.resource_generation.quest6.description3}" + "" + "{ftbquests.chapter.resource_generation.quest6.description4}" + ] + icon: "complicated_bees:analyzer" + id: "7ED2BFE2C5C19743" + rewards: [ + { + count: 16 + id: "47D5B02460B2EA98" + item: "complicated_bees:honey_droplet" + type: "item" + } + { + id: "2BDBC94AB3DD205C" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "6DFD59A35AE3BA8E" + item: "complicated_bees:analyzer" + type: "item" + } + { + id: "2671B9BABB278AAF" + item: "complicated_bees:microscope" + type: "item" + } + { + id: "02AA6F1B01A8A358" + item: "complicated_bees:apid_library" + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest6.title}" + x: 6.0d + y: -0.5d + } + { + dependencies: ["6C972BEC949FEF25"] + description: ["{ftbquests.chapter.resource_generation.quest7.description1}"] + icon: "complicated_bees:centrifuge" + id: "7F77AE83C391B38A" + rewards: [ + { + count: 2 + id: "6DE87C9C067BE51C" + item: "complicated_bees:basic_upgrade" + type: "item" + } + { + id: "2CFE4E82974B96C7" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "0596758025E351E7" + item: "complicated_bees:centrifuge" + type: "item" + } + { + id: "22292F457571703B" + item: "complicated_bees:furnace_generator" + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest7.title}" + x: 3.0d + y: 0.0d + } + { + dependencies: ["56E75D57C3C9487C"] + description: [ + "{ftbquests.chapter.resource_generation.quest8.description1}" + "" + "{ftbquests.chapter.resource_generation.quest8.description2}" + "" + "{ftbquests.chapter.resource_generation.quest8.description3}" + ] + id: "6B8C517B623696FC" + rewards: [{ + id: "65CF1E70F6058FB6" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1897EC062CD5BB14" + item: "mysticalagriculture:inferium_farmland" + type: "item" + }] + x: -5.0d + y: 0.0d + } + { + dependencies: ["1633274D007EACBA"] + description: [ + "{ftbquests.chapter.resource_generation.quest9.description1}" + "" + "{ftbquests.chapter.resource_generation.quest9.description2}" + ] + icon: "mysticalagriculture:earth_seeds" + id: "6FE3B183104C980D" + rewards: [{ + id: "38E01D204D1EF42F" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "0B97017C95CF002F" + item: "mysticalagriculture:fire_seeds" + type: "item" + } + { + id: "4AD880DBBA0F44AC" + item: "mysticalagriculture:earth_seeds" + type: "item" + } + { + id: "1CF6E259DFB73471" + item: "mysticalagriculture:air_seeds" + type: "item" + } + { + id: "5A220320B4FF603D" + item: "mysticalagriculture:water_seeds" + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest9.title}" + x: -5.0d + y: 4.5d + } + { + dependencies: ["6B8C517B623696FC"] + description: ["{ftbquests.chapter.resource_generation.quest10.description1}"] + id: "742977FB1C2FCF94" + rewards: [ + { + id: "3D664EB844F9147B" + type: "xp" + xp: 100 + } + { + count: 4 + id: "0DD800CB15922FCA" + item: "mysticalagriculture:mystical_fertilizer" + type: "item" + } + ] + tasks: [{ + id: "0ECB8389F899DFED" + item: "mysticalagriculture:inferium_seeds" + type: "item" + }] + x: -6.0d + y: 0.5d + } + { + dependencies: ["6FE3B183104C980D"] + description: [ + "{ftbquests.chapter.resource_generation.quest11.description1}" + "" + "{ftbquests.chapter.resource_generation.quest11.description2}" + "" + "{ftbquests.chapter.resource_generation.quest11.description3}" + ] + id: "3E9104B5E89874E5" + rewards: [{ + id: "5298D061B2A0ECF6" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4EA28D763984F40D" + item: "mysticalagriculture:prudentium_essence" + type: "item" + }] + x: -7.0d + y: 4.5d + } + { + dependencies: ["3E9104B5E89874E5"] + id: "3A13E35FAF22E701" + rewards: [{ + id: "72E8727143BB78AC" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "26D671809237B280" + item: "mysticalagriculture:stone_seeds" + type: "item" + }] + x: -7.0d + y: 3.0d + } + { + dependencies: ["3E9104B5E89874E5"] + id: "472ECFBE89B04F90" + rewards: [{ + id: "65B6CED4B3EC2419" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "52CFF211B65C44C2" + item: "mysticalagriculture:nether_seeds" + type: "item" + }] + x: -6.0d + y: 3.5d + } + { + dependencies: ["3E9104B5E89874E5"] + id: "58210BAB0753F3E9" + rewards: [{ + id: "471158A78B49F010" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "45A52C3B5D1072F0" + item: "mysticalagriculture:dirt_seeds" + type: "item" + }] + x: -8.0d + y: 3.5d + } + { + dependencies: ["3E9104B5E89874E5"] + id: "4D2709D7429192C9" + rewards: [{ + id: "26E7ED2A3F783087" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5FB07917216B27E3" + item: "mysticalagriculture:ice_seeds" + type: "item" + }] + x: -7.0d + y: 6.0d + } + { + dependencies: ["3E9104B5E89874E5"] + id: "61D06954139026FB" + rewards: [{ + id: "1AB9B06EDE7E60F9" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1C7BDDD4AFE70389" + item: "mysticalagriculture:deepslate_seeds" + type: "item" + }] + x: -8.5d + y: 4.5d + } + { + dependencies: ["3E9104B5E89874E5"] + id: "3227DFF2132EF975" + rewards: [{ + id: "6B727B3CA809CDED" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "655222BE82316EF0" + item: "mysticalagriculture:wood_seeds" + type: "item" + }] + x: -8.0d + y: 5.5d + } + { + dependencies: ["6B8C517B623696FC"] + description: [ + "{ftbquests.chapter.resource_generation.quest18.description1}" + "" + "{ftbquests.chapter.resource_generation.quest18.description2}" + ] + icon: "mysticalagriculture:infusion_altar" + id: "1633274D007EACBA" + rewards: [ + { + id: "7799060FBF28BAD7" + type: "xp" + xp: 100 + } + { + count: 32 + id: "34B7B5E502C9E0FD" + item: "mysticalagriculture:inferium_essence" + type: "item" + } + ] + tasks: [ + { + id: "6E923D9547C6893B" + item: "mysticalagriculture:infusion_altar" + type: "item" + } + { + count: 8L + id: "750AF5FB1DE98AF7" + item: { Count: 8, id: "mysticalagriculture:infusion_pedestal" } + type: "item" + } + ] + x: -5.0d + y: 1.5d + } + { + dependencies: ["4FBECB8A5C79852D"] + dependency_requirement: "all_started" + description: [ + "{ftbquests.chapter.resource_generation.quest19.description1}" + "" + "{ftbquests.chapter.resource_generation.quest19.description2}" + ] + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "complicated_bees:simmering" + } + } + id: "3FBA3BCF67F2AB82" + rewards: [ + { + id: "4BF5655F9AC2A904" + item: { + Count: 1 + id: "complicated_bees:deadly_frame" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "4651BABFE2B44C00" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "0C5F2284F15313A9" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:crimson" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest19.task_891469205622428585.title}" + type: "item" + } + { + id: "360FC2242889CDFC" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:warped" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest19.task_3895545663253499388.title}" + type: "item" + } + { + id: "6FC03F9008B5AC25" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:cursed" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest19.task_8052506021592411173.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest19.title}" + x: 6.0d + y: 4.5d + } + { + dependencies: ["3FBA3BCF67F2AB82"] + description: [ + "{ftbquests.chapter.resource_generation.quest20.description1}" + "" + "{ftbquests.chapter.resource_generation.quest20.description2}" + ] + icon: { + Count: 1 + id: "complicated_bees:apiarist_helmet" + tag: { + Damage: 0 + } + } + id: "2C61C6948450E847" + rewards: [{ + id: "523BF496D9A8F05A" + type: "xp" + xp: 500 + }] + tasks: [ + { + id: "27BBCABB0D5AD34C" + item: { + Count: 1 + id: "complicated_bees:apiarist_helmet" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "6D8200A4CD00E0BB" + item: { + Count: 1 + id: "complicated_bees:apiarist_chestplate" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "62EE61229727B888" + item: { + Count: 1 + id: "complicated_bees:apiarist_leggings" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "2138D3DCB1342D31" + item: { + Count: 1 + id: "complicated_bees:apiarist_boots" + tag: { + Damage: 0 + } + } + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest20.title}" + x: 6.0d + y: 3.0d + } + { + dependencies: ["7DD195197887D9E6"] + dependency_requirement: "all_started" + description: [ + "{ftbquests.chapter.resource_generation.quest21.description1}" + "" + "{ftbquests.chapter.resource_generation.quest21.description2}" + "" + "{ftbquests.chapter.resource_generation.quest21.description3}" + "" + "{ftbquests.chapter.resource_generation.quest21.description4}" + ] + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "complicated_bees:rocky" + } + } + id: "4FBECB8A5C79852D" + rewards: [ + { + id: "533CEAD1E95600F5" + item: { + Count: 1 + id: "complicated_bees:deadly_frame" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "2A039B4D3D29E13E" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "7D5C1CBBD09FA64F" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:rocky" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest21.task_9033126545582958159.title}" + type: "item" + } + { + id: "63CA1502DB9729FB" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:robust" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest21.task_7190582857068653051.title}" + type: "item" + } + { + id: "155A783AE8BE7890" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:resilient" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest21.task_1538674417108678800.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest21.title}" + x: 4.5d + y: 3.0d + } + { + dependencies: ["3FBA3BCF67F2AB82"] + dependency_requirement: "all_started" + description: ["{ftbquests.chapter.resource_generation.quest22.description1}"] + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "complicated_bees:spectral" + } + } + id: "54A7758997E9D66B" + rewards: [ + { + id: "0FB31A18DC869396" + item: { + Count: 1 + id: "complicated_bees:deadly_frame" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "49404E0ED312183C" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "2AC525C3D3FA63A4" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:haunted" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest22.task_3081911043010225060.title}" + type: "item" + } + { + id: "4908C5254349BD55" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:ghostly" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest22.task_5262672928415792469.title}" + type: "item" + } + { + id: "76344175C61677C9" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:spectral" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest22.task_8517504769354790857.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest22.title}" + x: 7.5d + y: 4.5d + } + { + dependencies: ["4FBECB8A5C79852D"] + dependency_requirement: "all_started" + description: ["{ftbquests.chapter.resource_generation.quest23.description1}"] + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "complicated_bees:honey" + } + } + id: "0240D7D55692DAC9" + rewards: [ + { + id: "3CF01507AB8D5DDB" + item: { + Count: 1 + id: "complicated_bees:deadly_frame" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "0C80C42A274E4275" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "328BB990930CAFE3" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:common" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest23.task_3642208754252689379.title}" + type: "item" + } + { + id: "732D0200D779A9A1" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:cultivated" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest23.task_8299291890952022433.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest23.title}" + x: 4.5d + y: 4.5d + } + { + dependencies: ["0240D7D55692DAC9"] + dependency_requirement: "all_started" + description: ["{ftbquests.chapter.resource_generation.quest24.description1}"] + hide_dependency_lines: false + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "complicated_bees:stringy" + } + } + id: "710F5DFED74D5098" + rewards: [ + { + count: 16 + id: "14342AEF755C91DF" + item: "complicated_bees:pollen" + type: "item" + } + { + count: 2 + id: "4ACEB6F5DCF82706" + item: "complicated_bees:withered_upgrade" + type: "item" + } + { + id: "7916D2D33A04371F" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "747D0EAA7DA3E0CA" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:diligent" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest24.task_8393881405903593674.title}" + type: "item" + } + { + id: "322EDDB1BC826988" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:tireless" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest24.task_3616071306266700168.title}" + type: "item" + } + { + id: "1C1BA9011F847AE1" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:industrious" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest24.task_2025398279722007265.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest24.title}" + x: 5.0d + y: 6.0d + } + { + dependencies: ["0240D7D55692DAC9"] + dependency_requirement: "all_started" + description: [ + "{ftbquests.chapter.resource_generation.quest25.description1}" + "" + "{ftbquests.chapter.resource_generation.quest25.description2}" + "" + "{ftbquests.chapter.resource_generation.quest25.description3}" + ] + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "complicated_bees:dripping" + } + } + id: "5AFED2AAA3E9F13D" + rewards: [ + { + count: 16 + id: "198FD86FE723884F" + item: "complicated_bees:royal_jelly" + type: "item" + } + { + count: 2 + id: "27A4E591F3E93CB1" + item: "complicated_bees:endenic_upgrade" + type: "item" + } + { + id: "622511E7D8032B19" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "58CB8BD3EB8A39F5" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:noble" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest25.task_6398361437915986421.title}" + type: "item" + } + { + id: "0A7367C07AF4620B" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:majestic" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest25.task_753059639095222795.title}" + type: "item" + } + { + id: "620441B639171446" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:imperial" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest25.task_7062842366521447494.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest25.title}" + x: 4.0d + y: 6.0d + } + { + dependencies: [ + "5AFED2AAA3E9F13D" + "710F5DFED74D5098" + ] + description: [ + "{ftbquests.chapter.resource_generation.quest26.description1}" + "" + "{ftbquests.chapter.resource_generation.quest26.description2}" + "" + "{ftbquests.chapter.resource_generation.quest26.description3}" + "" + "{ftbquests.chapter.resource_generation.quest26.description4}" + ] + id: "530A8B09322225E3" + rewards: [ + { + count: 32 + id: "640D66B928D4AB16" + item: "complicated_bees:mellarium_panel" + type: "item" + } + { + id: "69BF74B1B2A3922F" + type: "xp" + xp: 500 + } + ] + tasks: [{ + id: "694990D9BD2781B3" + item: "complicated_bees:mellarium_base" + type: "item" + }] + title: "{ftbquests.chapter.resource_generation.quest26.title}" + x: 4.5d + y: 7.0d + } + { + dependencies: ["7F77AE83C391B38A"] + description: [ + "{ftbquests.chapter.resource_generation.quest27.description1}" + "" + "{ftbquests.chapter.resource_generation.quest27.description2}" + "" + "{ftbquests.chapter.resource_generation.quest27.description3}" + ] + id: "4F11217D1FFF16C0" + rewards: [ + { + count: 16 + id: "1DEF8D256A752F99" + item: "complicated_bees:propolis" + type: "item" + } + { + id: "0CECD6B08675C166" + type: "xp" + xp: 500 + } + ] + tasks: [{ + id: "69A271E15F7B648A" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "complicated_bees:basic_upgrade" + } + { + Count: 1b + id: "complicated_bees:waxed_upgrade" + } + { + Count: 1b + id: "complicated_bees:honeyed_upgrade" + } + { + Count: 1b + id: "complicated_bees:twisted_upgrade" + } + { + Count: 1b + id: "complicated_bees:silky_upgrade" + } + { + Count: 1b + id: "complicated_bees:royal_upgrade" + } + { + Count: 1b + id: "complicated_bees:endenic_upgrade" + } + { + Count: 1b + id: "complicated_bees:withered_upgrade" + } + ] + } + } + title: "{ftbquests.chapter.resource_generation.quest27.task_7611771532993062026.title}" + type: "item" + }] + title: "{ftbquests.chapter.resource_generation.quest27.title}" + x: 3.0d + y: 1.5d + } + { + dependencies: ["4F11217D1FFF16C0"] + description: [ + "{ftbquests.chapter.resource_generation.quest28.description1}" + "" + "{ftbquests.chapter.resource_generation.quest28.description2}" + ] + id: "056502E8EAC2C949" + rewards: [ + { + count: 16 + id: "7453C5AE15644083" + item: "complicated_bees:honey_droplet" + type: "item" + } + { + id: "2F90D13E549A6752" + item: { + Count: 1 + id: "complicated_bees:deadly_frame" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "41D76177C1FF7B89" + type: "xp" + xp: 500 + } + ] + tasks: [{ + id: "1451B8D14FD68C72" + item: "complicated_bees:honey_generator" + type: "item" + }] + x: 3.0d + y: 3.0d + } + { + dependencies: ["7F77AE83C391B38A"] + description: [ + "{ftbquests.chapter.resource_generation.quest29.description1}" + "" + "{ftbquests.chapter.resource_generation.quest29.description2}" + ] + icon: "minecraft:bee_nest" + id: "703C966888CEAF46" + rewards: [ + { + count: 8 + id: "1C238223147DE215" + item: "complicated_bees:honey_droplet" + type: "item" + } + { + id: "4149204171913F37" + type: "xp" + xp: 500 + } + ] + tasks: [{ + id: "37949B2DD1113687" + type: "checkmark" + }] + title: "{ftbquests.chapter.resource_generation.quest29.title}" + x: 1.5d + y: 0.0d + } + { + dependencies: ["4FBECB8A5C79852D"] + dependency_requirement: "one_started" + description: ["{ftbquests.chapter.resource_generation.quest30.description1}"] + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "complicated_bees:copper" + } + } + id: "0A48AEDC49A48973" + rewards: [ + { + count: 4 + id: "58C314EBD8C42D12" + item: "minecraft:enchanted_golden_apple" + type: "item" + } + { + count: 32 + id: "29EBBC07267B73D4" + item: "mysticalagriculture:supremium_growth_accelerator" + type: "item" + } + { + id: "75EA89A92A66DC59" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "0EA60ACDE2EADAE6" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:cuprous" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest30.task_1055543042056575718.title}" + type: "item" + } + { + id: "466A8C08649994F3" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:precious" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest30.task_5074021897861698803.title}" + type: "item" + } + { + id: "4CCA406B1C1D5354" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:ferrous" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest30.task_5533305920955437908.title}" + type: "item" + } + { + id: "7E14F17EC2430C56" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:plumbum" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest30.task_9085151875040480342.title}" + type: "item" + } + { + id: "5F59CD7866EF3947" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:argentum" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest30.task_6870748623537125703.title}" + type: "item" + } + { + id: "218C8CD49CAD24F4" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:osmium" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest30.task_2417461944780662004.title}" + type: "item" + } + { + id: "0AA429B26695BC78" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:zincum" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest30.task_766783682761833592.title}" + type: "item" + } + { + id: "4222159749F84687" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:radioactive" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest30.task_4765395095236658823.title}" + type: "item" + } + { + id: "758A0B5AA731EA7E" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:stannum" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest30.task_8469594533203667582.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest30.title}" + x: 3.0d + y: 6.0d + } + { + dependencies: [ + "4FBECB8A5C79852D" + "3FBA3BCF67F2AB82" + ] + dependency_requirement: "one_started" + description: ["{ftbquests.chapter.resource_generation.quest31.description1}"] + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "complicated_bees:coal" + } + } + id: "7AFEB9E87800654A" + rewards: [ + { + count: 4 + id: "53272C0F8F2DC296" + item: "minecraft:enchanted_golden_apple" + type: "item" + } + { + count: 32 + id: "57F0CC1DD195F755" + item: "mysticalagriculture:supremium_growth_accelerator" + type: "item" + } + { + id: "1EA42D6FE8B2EFB9" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "339CD4C8E6EA2606" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:bituminous" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest31.task_3719081351633839622.title}" + type: "item" + } + { + id: "6335C66F5DF612CF" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:conductive" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest31.task_7148838165140607695.title}" + type: "item" + } + { + id: "4C0D8DA8BF21F928" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:luminous" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest31.task_5480192077480458536.title}" + type: "item" + } + { + id: "276CA391C0A73885" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:lapic" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest31.task_2840825311361710213.title}" + type: "item" + } + { + id: "60A4A2FA95605E84" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:amethyst" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest31.task_6963870120953273988.title}" + type: "item" + } + { + id: "4899AE05E1ED759A" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:dimantic" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest31.task_5231403782456047002.title}" + type: "item" + } + { + id: "193BFD17439F127A" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:emeradic" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest31.task_1818325150934700666.title}" + type: "item" + } + { + id: "62CAB593B1F591EC" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "complicated_bees:quartz" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest31.task_7118701806962971116.title}" + type: "item" + } + { + id: "3DF08F7DC76C0A35" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:silicate" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest31.task_4463225001103591989.title}" + type: "item" + } + { + id: "2E9A66705838F50E" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:fluorite" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest31.task_3358109104860624142.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest31.title}" + x: 6.0d + y: 6.0d + } + { + dependencies: ["3E9104B5E89874E5"] + description: [ + "{ftbquests.chapter.resource_generation.quest32.description1}" + "" + "{ftbquests.chapter.resource_generation.quest32.description2}" + "" + "{ftbquests.chapter.resource_generation.quest32.description3}" + "" + "{ftbquests.chapter.resource_generation.quest32.description4}" + ] + id: "2509BD7F791C2BC5" + rewards: [{ + id: "7ABE29DF977CDFB9" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4D7664DE210D6CC9" + item: "mysticalagriculture:tertium_essence" + type: "item" + }] + x: -2.0d + y: 9.5d + } + { + dependencies: ["2509BD7F791C2BC5"] + description: [ + "{ftbquests.chapter.resource_generation.quest33.description1}" + "" + "{ftbquests.chapter.resource_generation.quest33.description2}" + "" + "{ftbquests.chapter.resource_generation.quest33.description3}" + ] + id: "29D91679CB08E659" + rewards: [{ + id: "6BF9ECE8F48BD435" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "63A131BD3CC1004C" + item: "mysticalagriculture:imperium_essence" + type: "item" + }] + x: -9.5d + y: 9.5d + } + { + dependencies: ["29D91679CB08E659"] + description: [ + "{ftbquests.chapter.resource_generation.quest34.description1}" + "" + "{ftbquests.chapter.resource_generation.quest34.description2}" + "" + "{ftbquests.chapter.resource_generation.quest34.description3}" + ] + id: "538CFE623B75990A" + rewards: [{ + id: "5B2A0163D7FCDB19" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "319E2C2891DDB9E1" + item: "mysticalagriculture:supremium_essence" + type: "item" + }] + x: -9.5d + y: 15.5d + } + { + dependencies: ["4FBECB8A5C79852D"] + dependency_requirement: "one_started" + description: [ + "{ftbquests.chapter.resource_generation.quest35.description1}" + "" + "{ftbquests.chapter.resource_generation.quest35.description2}" + ] + icon: { + Count: 1 + id: "complicated_bees:comb" + tag: { + comb_type: "reclamation:magical" + } + } + id: "0421D9DBD650A20B" + rewards: [ + { + id: "4808F5B2DD571B65" + item: { + Count: 1 + id: "complicated_bees:deadly_frame" + tag: { + Damage: 0 + } + } + type: "item" + } + { + count: 4 + id: "48C47C6AACE24DF6" + item: "botania:blacker_lotus" + type: "item" + } + { + count: 8 + id: "205C4F29F25A0E62" + item: "botania:overgrowth_seed" + type: "item" + } + { + count: 8 + id: "50CAD9CC5D89383E" + item: "bloodmagic:hellforgedparts" + type: "item" + } + { + id: "2E3F89FE2908D569" + type: "xp" + xp: 500 + } + ] + tasks: [ + { + id: "4A94304490D9A90E" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:natural" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest35.task_5373973326405937422.title}" + type: "item" + } + { + id: "05CAC1EB80406FBE" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:botanic" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest35.task_417359132698374078.title}" + type: "item" + } + { + id: "264ECB3724921EBF" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:dawnstone" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest35.task_2760367059321888447.title}" + type: "item" + } + { + id: "38D7A03F1C723D63" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:willful" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest35.task_4095918579037388131.title}" + type: "item" + } + { + id: "6DC74367F4AFA714" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:source" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest35.task_7910365384265410324.title}" + type: "item" + } + { + id: "402964C551141D0E" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:demonite" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest35.task_4623337291104132366.title}" + type: "item" + } + { + id: "4964212347DCD2FE" + item: { + Count: 1 + id: "itemfilters:weak_nbt" + tag: { + value: { + species: "reclamation:terra" + } + } + } + title: "{ftbquests.chapter.resource_generation.quest35.task_5288388297853031166.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.resource_generation.quest35.title}" + x: 3.0d + y: 4.5d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "38EDB9CFDA9C2D28" + rewards: [{ + id: "06B9048A5FFC80DB" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "604AA7237C047C6B" + item: "mysticalagriculture:copper_seeds" + type: "item" + }] + x: -2.5d + y: 6.5d + } + { + dependencies: [ + "0421D9DBD650A20B" + "2509BD7F791C2BC5" + ] + dependency_requirement: "all_started" + description: ["{ftbquests.chapter.resource_generation.quest37.description1}"] + id: "5DF16174EF809D9B" + rewards: [{ + id: "747A64B1D2959678" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "51671D6C6E8AD2C1" + item: "mysticalagriculture:nature_seeds" + type: "item" + }] + x: -0.5d + y: 7.0d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "1EE023A9CE3F34C6" + rewards: [{ + id: "22043115FB572BD7" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3A3FF807F49E3D7E" + item: "mysticalagriculture:dye_seeds" + type: "item" + }] + x: -1.5d + y: 6.5d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "214EBA6BF874EB98" + rewards: [{ + id: "3045A567770AE39E" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2617BA7C893F1E8D" + item: "mysticalagriculture:iron_seeds" + type: "item" + }] + x: 0.5d + y: 8.0d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "755B3C448BB32CCB" + rewards: [{ + id: "76978EED71EB1FBD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "736ED8D3A9D76F00" + item: "mysticalagriculture:lead_seeds" + type: "item" + }] + x: 1.0d + y: 9.0d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "60F6F345B93AD3F3" + rewards: [{ + id: "4FEA20F1DE99F0AA" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5AECEA525CDA2B3D" + item: "mysticalagriculture:gold_seeds" + type: "item" + }] + x: 1.0d + y: 10.0d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "3A3270B1BE4B0958" + rewards: [{ + id: "67AEB68AE40C80DD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3E1BB73EBB2DBFE9" + item: "mysticalagriculture:silver_seeds" + type: "item" + }] + x: 0.5d + y: 11.0d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "11090946D274C166" + rewards: [{ + id: "68657CE3AC031D47" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5DB910C05BECA8EC" + item: "mysticalagriculture:coal_seeds" + type: "item" + }] + x: -0.5d + y: 12.0d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "79BC9E60D226697B" + rewards: [{ + id: "78D929A05F9F75AE" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "062C968AC349B3DA" + item: "mysticalagriculture:mystical_flower_seeds" + type: "item" + }] + x: -1.5d + y: 12.5d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "0C9A8B2E68C67874" + rewards: [{ + id: "67F2DA3E7DB8E922" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6CA4CA5245477289" + item: "mysticalagriculture:zinc_seeds" + type: "item" + }] + x: -2.5d + y: 12.5d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "3B5C0A7B5414BE45" + rewards: [{ + id: "3FC6D4018E293FA8" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5AC5D4C2076964ED" + item: "mysticalagriculture:tin_seeds" + type: "item" + }] + x: -3.5d + y: 12.0d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "2D0C0D948E679690" + rewards: [{ + id: "5201E1EA22A2F0D7" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "235FCA820199DF09" + item: "mysticalagriculture:soulium_seeds" + type: "item" + }] + x: -4.5d + y: 11.0d + } + { + dependencies: ["29D91679CB08E659"] + id: "24C30A127C74D77A" + rewards: [{ + id: "04161CF7388DFD01" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "04DBC752E530E275" + item: "mysticalagriculture:enderman_seeds" + type: "item" + }] + x: -9.0d + y: 6.5d + } + { + dependencies: ["29D91679CB08E659"] + id: "05B609CA9BC006E6" + rewards: [{ + id: "50E6E1C189265F20" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5AC1C5B3E5AE7082" + item: "mysticalagriculture:blaze_seeds" + type: "item" + }] + x: -10.0d + y: 6.5d + } + { + dependencies: ["29D91679CB08E659"] + id: "05818486AB14ED09" + rewards: [{ + id: "785F3FD967022017" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "31DCCA2252AEFCB3" + item: "mysticalagriculture:certus_quartz_seeds" + type: "item" + }] + x: -7.0d + y: 8.0d + } + { + dependencies: ["29D91679CB08E659"] + id: "412B3258170AD961" + rewards: [{ + id: "36E0A667C329E74A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6BB0957BA6B01C54" + item: "mysticalagriculture:nether_quartz_seeds" + type: "item" + }] + x: -11.0d + y: 7.0d + } + { + dependencies: ["29D91679CB08E659"] + id: "4282A7669D40F5E2" + rewards: [{ + id: "4056EDF8F5534B66" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "776C2C2B52A32AEA" + item: "mysticalagriculture:amethyst_seeds" + type: "item" + }] + x: -12.0d + y: 11.0d + } + { + dependencies: ["29D91679CB08E659"] + id: "4083416E69C9A90E" + rewards: [{ + id: "0F74B039F361C7EA" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7C5B3DF114ADB789" + item: "mysticalagriculture:glowstone_seeds" + type: "item" + }] + x: -11.0d + y: 12.0d + } + { + dependencies: ["29D91679CB08E659"] + id: "77A433E2D375130F" + rewards: [{ + id: "63182DE21B615959" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "324D113F285C29F0" + item: "mysticalagriculture:redstone_seeds" + type: "item" + }] + x: -12.0d + y: 8.0d + } + { + dependencies: ["29D91679CB08E659"] + id: "6F0EA6A4F2535B7C" + rewards: [{ + id: "66E83B70CAFE1D8A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "653323C0D0E2EBE2" + item: "mysticalagriculture:lapis_lazuli_seeds" + type: "item" + }] + x: -12.5d + y: 9.0d + } + { + dependencies: ["2509BD7F791C2BC5"] + id: "1986FC972AC0EFA6" + rewards: [{ + id: "52C8019BE6AFA3E1" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "0BD8EA7FBDF23E0A" + item: "mysticalagriculture:sky_stone_seeds" + type: "item" + }] + x: -3.5d + y: 7.0d + } + { + dependencies: ["29D91679CB08E659"] + id: "7D82DB17EC4416E6" + rewards: [{ + id: "16CC2325FBFE4367" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4C83519D33D547D9" + item: "mysticalagriculture:steel_seeds" + type: "item" + }] + x: -8.0d + y: 7.0d + } + { + dependencies: ["29D91679CB08E659"] + id: "6F4774D2991E963D" + rewards: [{ + id: "68FEDDF00E8D69AA" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "040253A6A8D013FD" + item: "mysticalagriculture:uranium_seeds" + type: "item" + }] + x: -7.5d + y: 11.5d + } + { + dependencies: ["29D91679CB08E659"] + id: "3D68F7ACD4236965" + rewards: [{ + id: "60DA6246620CF3BC" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2D3FA10C7611BD3E" + item: "mysticalagriculture:osmium_seeds" + type: "item" + }] + x: -12.5d + y: 10.0d + } + { + dependencies: ["29D91679CB08E659"] + id: "01C80BDF7B16626E" + rewards: [{ + id: "0C5AFA9AF1871CDD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "116BE06BFA45C648" + item: "mysticalagriculture:fluorite_seeds" + type: "item" + }] + x: -7.0d + y: 10.5d + } + { + dependencies: ["29D91679CB08E659"] + id: "6E3324A3C00C43C2" + rewards: [{ + id: "07902EDB44689BE5" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7759D71BBD82275D" + item: "mysticalagriculture:prismarine_seeds" + type: "item" + }] + x: -8.5d + y: 12.0d + } + { + dependencies: ["538CFE623B75990A"] + id: "7EBB96CA83BB68A8" + rewards: [{ + id: "78C334672A12EC64" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3A4BA4060A05E9F7" + item: "mysticalagriculture:diamond_seeds" + type: "item" + }] + x: -8.0d + y: 15.5d + } + { + dependencies: ["538CFE623B75990A"] + id: "638ED8D6563FE202" + rewards: [{ + id: "2E504B3CEC3049AE" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "130175843E2E794A" + item: "mysticalagriculture:emerald_seeds" + type: "item" + }] + x: -11.0d + y: 15.5d + } + { + dependencies: ["538CFE623B75990A"] + id: "31519496FD0472BE" + rewards: [{ + id: "113D2CD225DDB5B7" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2A3C2BF95259F3A3" + item: "mysticalagriculture:netherite_seeds" + type: "item" + }] + x: -10.5d + y: 16.5d + } + { + dependencies: ["538CFE623B75990A"] + id: "7925CC8AE12DF568" + rewards: [{ + id: "0D5E999B7A32CDE3" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "55E84064A303F30B" + item: "mysticalagriculture:wither_skeleton_seeds" + type: "item" + }] + x: -8.5d + y: 16.5d + } + { + dependencies: ["538CFE623B75990A"] + id: "0DF3DB3219EB7042" + rewards: [{ + id: "61EF38D9EF1A949D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5BD23B6C54643BDA" + item: "mysticalagriculture:experience_seeds" + type: "item" + }] + x: -9.5d + y: 17.0d + } + { + dependencies: ["6B8C517B623696FC"] + description: ["{ftbquests.chapter.resource_generation.quest67.description1}"] + id: "5DE5C6DBD33B6698" + rewards: [ + { + id: "0D083FB914C6A259" + type: "xp" + xp: 100 + } + { + count: 4 + id: "32EF3C3AA9071C20" + item: "mysticalagriculture:inferium_growth_accelerator" + type: "item" + } + ] + tasks: [{ + id: "58DA490D72A1270A" + item: "mysticalagriculture:inferium_growth_accelerator" + type: "item" + }] + x: -4.0d + y: 0.5d + } + { + dependencies: ["56E75D57C3C9487C"] + description: ["{ftbquests.chapter.resource_generation.quest68.description1}"] + id: "67F1DFD4A17BF030" + rewards: [{ + id: "776B1E24B75F59AD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5D743E2BFF4E58CB" + item: { + Count: 1 + id: "mysticalagriculture:inferium_watering_can" + tag: { + Active: 0b + Water: 0b + } + } + type: "item" + }] + x: -2.5d + y: 0.0d + } + { + dependencies: ["67F1DFD4A17BF030"] + id: "6766662BEF74B9C3" + rewards: [{ + id: "56E1CB834B3793CE" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "48CF2C0019A07805" + item: { + Count: 1 + id: "mysticalagriculture:prudentium_watering_can" + tag: { + Active: 0b + Water: 0b + } + } + type: "item" + }] + x: -2.5d + y: 1.0d + } + { + dependencies: ["6766662BEF74B9C3"] + id: "4256945A2E6C6725" + rewards: [{ + id: "7876C52A86F7AE85" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7EF12EEF71308A18" + item: { + Count: 1 + id: "mysticalagriculture:tertium_watering_can" + tag: { + Active: 0b + Water: 0b + } + } + type: "item" + }] + x: -2.5d + y: 2.0d + } + { + dependencies: ["4256945A2E6C6725"] + id: "74E792C5A04CD1AA" + rewards: [{ + id: "1FC672E9137A47D7" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "46D3185466374EA8" + item: { + Count: 1 + id: "mysticalagriculture:imperium_watering_can" + tag: { + Active: 0b + Water: 0b + } + } + type: "item" + }] + x: -2.5d + y: 3.0d + } + { + dependencies: ["74E792C5A04CD1AA"] + id: "1AD7C3F6F6C06B69" + rewards: [{ + id: "18DBD8D6496CC35C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "196E2CCA7068E78D" + item: { + Count: 1 + id: "mysticalagriculture:supremium_watering_can" + tag: { + Active: 0b + Water: 0b + } + } + type: "item" + }] + x: -2.5d + y: 4.0d + } + { + dependencies: ["1AD7C3F6F6C06B69"] + description: ["{ftbquests.chapter.resource_generation.quest73.description1}"] + id: "751C7AD884E539D1" + rewards: [{ + id: "5A04DA42005D5FB0" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "518442D17864A6D1" + item: { + Count: 1 + id: "mysticalagriculture:awakened_supremium_watering_can" + tag: { + Active: 0b + Water: 0b + } + } + type: "item" + }] + x: -2.5d + y: 5.0d + } + { + dependencies: ["530A8B09322225E3"] + description: [ + "{ftbquests.chapter.resource_generation.quest40.description1}" + "" + "{ftbquests.chapter.resource_generation.quest26.description4}" + ] + id: "6DFAF9EDB10E7D57" + rewards: [ + { + count: 16 + id: "34DA69E8C390378C" + item: "complicated_bees:gyrofuge_panel" + type: "item" + } + { + id: "69F7B39DCBFDFA7B" + type: "xp" + xp: 500 + } + ] + tasks: [{ + id: "4B033BEB89942193" + item: "complicated_bees:gyrofuge_base" + type: "item" + }] + title: "{ftbquests.chapter.resource_generation.quest40.title}" + x: 4.5d + y: 8.0d + } + ] + title: "{ftbquests.chapter.resource_generation.title}" +} diff --git a/config/ftbquests/quests/chapters/the_color_green.snbt b/config/ftbquests/quests/chapters/the_color_green.snbt new file mode 100644 index 0000000..d203946 --- /dev/null +++ b/config/ftbquests/quests/chapters/the_color_green.snbt @@ -0,0 +1,2384 @@ +{ + default_hide_dependency_lines: false + default_min_width: 280 + default_quest_shape: "" + filename: "the_color_green" + group: "" + hide_quest_until_deps_visible: true + icon: "minecraft:grass_block" + id: "40E17D40DC433CF2" + images: [ + { + dependency: "2F210E03731A0E21" + height: 5.0d + image: "reclamation:textures/quests/theurgy_3.png" + rotation: 0.0d + width: 5.0d + x: 9.178571428571445d + y: -5.625d + } + { + dependency: "4DE7466CAC029EF6" + height: 5.0d + image: "reclamation:textures/quests/botania_1.png" + rotation: 0.0d + width: 5.0d + x: -8.5d + y: -5.0d + } + ] + order_index: 2 + quest_links: [ ] + quests: [ + { + dependencies: ["600A7F0DFD880119"] + description: ["{ftbquests.chapter.the_color_green.quest1.description1}"] + disable_toast: true + hide_until_deps_complete: true + icon: "minecraft:grass_block" + id: "226F9F21A941389C" + rewards: [{ + id: "170C4090678FECEA" + type: "xp" + xp: 100 + }] + shape: "hexagon" + tasks: [{ + id: "65DF7FECE306BB89" + item: "botania:grass_seeds" + type: "item" + }] + title: "{ftbquests.chapter.the_color_green.quest1.title}" + x: 0.0d + y: 0.0d + } + { + dependencies: ["7010ED9A666FF89E"] + description: [ + "{ftbquests.chapter.the_color_green.quest2.description1}" + "" + "{ftbquests.chapter.the_color_green.quest2.description2}" + "" + "{ftbquests.chapter.the_color_green.quest2.description3}" + ] + id: "359392265BF91571" + rewards: [ + { + id: "5ACB4ADC3DC12005" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "enchanted:getting_started" + } + } + type: "item" + } + { + id: "2BFCF3B11C7B8183" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "enchanted:extraction" + } + } + type: "item" + } + { + id: "5F12A309349BC28F" + type: "xp" + xp: 100 + } + ] + tasks: [{ + count: 6L + id: "212094225DE3E6B4" + item: "enchanted:altar" + type: "item" + }] + title: "{ftbquests.chapter.the_color_green.quest2.title}" + x: -1.5d + y: -4.5d + } + { + dependencies: ["226F9F21A941389C"] + description: [ + "{ftbquests.chapter.the_color_green.quest3.description1}" + "" + "{ftbquests.chapter.the_color_green.quest3.description2}" + ] + id: "624E015B09427542" + rewards: [ + { + id: "58F7C78A39D0658F" + item: "botania:flower_bag" + type: "item" + } + { + id: "314D4253EEBA2094" + item: "botania:lexicon" + type: "item" + } + { + id: "48006DB12ACD550E" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "04DF51069030E5BD" + item: "botania:fertilizer" + type: "item" + }] + x: -1.0d + y: -1.0d + } + { + dependencies: ["624E015B09427542"] + description: [ + "{ftbquests.chapter.the_color_green.quest4.description1}" + "" + "{ftbquests.chapter.the_color_green.quest4.description2}" + "" + "{ftbquests.chapter.the_color_green.quest4.description3}" + ] + icon: "botania:pure_daisy" + id: "2737F0AE3D1835D4" + rewards: [{ + id: "7DF6B03915980576" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "5FDA8F0AB90A9B3A" + item: "botania:apothecary_default" + type: "item" + } + { + id: "7E43E7CA766C63FB" + item: "botania:pure_daisy" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest4.title}" + x: -1.0d + y: -2.0d + } + { + dependencies: [ + "27C68B6622F186D7" + "01C2598A1D9CF754" + ] + description: [ + "{ftbquests.chapter.the_color_green.quest5.description1}" + "" + "{ftbquests.chapter.the_color_green.quest5.description2}" + "" + "{ftbquests.chapter.the_color_green.quest5.description3}" + "" + "{ftbquests.chapter.the_color_green.quest5.description4}" + ] + id: "61329AF67AD28062" + rewards: [ + { + id: "5AB406393AECC75B" + item: "embers:ancient_codex" + type: "item" + } + { + id: "300859D34D3F6715" + item: "embers:tinker_hammer" + type: "item" + } + { + id: "40E922A50B43176F" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "509473B71F9A83D4" + item: "embers:raw_lead" + type: "item" + }] + x: 1.5d + y: -3.0d + } + { + dependencies: ["61329AF67AD28062"] + description: [ + "{ftbquests.chapter.the_color_green.quest6.description1}" + "" + "{ftbquests.chapter.the_color_green.quest6.description2}" + "" + "{ftbquests.chapter.the_color_green.quest6.description3}" + "" + "{ftbquests.chapter.the_color_green.quest6.description4}" + ] + icon: "embers:ember_bore" + id: "6DC359D0F8736415" + rewards: [ + { + id: "131DE50BA2E02262" + type: "xp" + xp: 100 + } + { + id: "2AF7BCC46CB892FD" + item: "embers:tinker_lens" + type: "item" + } + ] + tasks: [ + { + id: "2BB9D62248783D75" + item: "embers:ember_bore" + type: "item" + } + { + id: "19157F0B4CA59D7A" + item: "embers:mechanical_core" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest6.title}" + x: 1.5d + y: -4.5d + } + { + dependencies: [ + "2737F0AE3D1835D4" + "27C68B6622F186D7" + ] + description: [ + "{ftbquests.chapter.the_color_green.quest7.description1}" + "" + "{ftbquests.chapter.the_color_green.quest7.description2}" + ] + icon: "minecraft:gold_ingot" + id: "7010ED9A666FF89E" + rewards: [{ + id: "289410D79C125A6E" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "7E10DE645C029C5C" + item: "naturesaura:gold_nether_brick" + type: "item" + } + { + id: "68E1E94809F222CE" + item: "minecraft:gold_ingot" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest7.title}" + x: -1.5d + y: -3.0d + } + { + dependencies: ["2737F0AE3D1835D4"] + description: ["{ftbquests.chapter.the_color_green.quest8.description1}"] + icon: "botania:livingwood_log" + id: "6ED1017877CB7568" + rewards: [{ + id: "758CE2B88B878005" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "48E60FEBE83ECFE3" + item: "botania:livingwood_log" + type: "item" + } + { + id: "205A765021C1D096" + item: "botania:livingrock" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest8.title}" + x: -2.0d + y: -2.0d + } + { + dependencies: [ + "389C82D9424B4099" + "226F9F21A941389C" + ] + description: [ + "{ftbquests.chapter.the_color_green.quest9.description1}" + "" + "{ftbquests.chapter.the_color_green.quest9.description2}" + "" + "{ftbquests.chapter.the_color_green.quest9.description3}" + ] + icon: "minecraft:netherrack" + id: "27C68B6622F186D7" + rewards: [{ + id: "5CD4DB3CD4BEA433" + type: "xp" + xp: 100 + }] + tasks: [ + { + dimension: "minecraft:the_nether" + id: "38900D6378B19874" + title: "{ftbquests.chapter.the_color_green.quest9.task_4075772383648127092.title}" + type: "dimension" + } + { + id: "0EBC3D370C08B62F" + item: { + Count: 1 + id: "minecraft:flint_and_steel" + tag: { + Damage: 0 + } + } + optional_task: true + type: "item" + } + { + id: "0D0B7B0E63CCA21B" + item: "minecraft:bucket" + optional_task: true + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest9.title}" + x: 0.0d + y: -2.5d + } + { + dependencies: ["46CC05A2F2D89079"] + description: [ + "{ftbquests.chapter.the_color_green.quest10.description1}" + "" + "{ftbquests.chapter.the_color_green.quest10.description2}" + "" + "{ftbquests.chapter.the_color_green.quest10.description3}" + ] + icon: "naturesaura:nature_altar" + id: "5274A282D9182B7C" + rewards: [{ + id: "5F51643B0B917615" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4BD721A26C88ED2C" + item: "naturesaura:nature_altar" + type: "item" + } + { + count: 16L + id: "351FCC7A8A161D97" + item: { Count: 16, id: "minecraft:stone_bricks" } + type: "item" + } + { + count: 4L + id: "701B2C7A74366E0A" + item: { Count: 4, id: "minecraft:chiseled_stone_bricks" } + type: "item" + } + { + count: 8L + id: "598F68386899E1AC" + item: { Count: 8, id: "naturesaura:gold_brick" } + type: "item" + } + { + count: 20L + icon: "minecraft:oak_planks" + id: "41E906B0B5DC2CBE" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "minecraft:planks" + } + } + title: "{ftbquests.chapter.the_color_green.quest10.task_4749334638074014910.title}" + type: "item" + } + { + id: "0FA54974D0CC4874" + item: "naturesaura:eye" + optional_task: true + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest10.title}" + x: 2.0d + y: -1.0d + } + { + dependencies: ["5274A282D9182B7C"] + description: ["{ftbquests.chapter.the_color_green.quest11.description1}"] + id: "01C2598A1D9CF754" + rewards: [{ + id: "18E87B858A66A8FD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "070CA9418C5F199F" + item: "naturesaura:infused_iron" + type: "item" + }] + title: "{ftbquests.chapter.the_color_green.quest11.title}" + x: 2.0d + y: -2.0d + } + { + dependencies: ["61329AF67AD28062"] + description: [ + "{ftbquests.chapter.the_color_green.quest12.description1}" + "" + "{ftbquests.chapter.the_color_green.quest12.description2}" + ] + id: "153CB8257AEDA4ED" + rewards: [{ + id: "1FDC0C329743808A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "0C28FD3F5C919A74" + item: "create:andesite_alloy" + type: "item" + }] + x: 3.0d + y: -3.0d + } + { + dependencies: ["5274A282D9182B7C"] + description: [ + "{ftbquests.chapter.the_color_green.quest13.description1}" + "" + "{ftbquests.chapter.the_color_green.quest13.description2}" + ] + id: "58C55BE2ECDC9FD5" + rewards: [{ + id: "0274CAE89C92B7CF" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "72965D594F07ECDB" + item: "naturesaura:ancient_sapling" + type: "item" + }] + title: "{ftbquests.chapter.the_color_green.quest13.title}" + x: 2.0d + y: 0.0d + } + { + dependencies: [ + "01C2598A1D9CF754" + "58C55BE2ECDC9FD5" + ] + description: [ + "{ftbquests.chapter.the_color_green.quest14.description1}" + "" + "{ftbquests.chapter.the_color_green.quest14.description2}" + ] + icon: "naturesaura:flower_generator" + id: "6628083C19C5F8CB" + rewards: [{ + id: "477677B503ADE1DB" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4F2645681873AE53" + item: "naturesaura:flower_generator" + type: "item" + } + { + id: "4C8DCDC35E190F4C" + item: "naturesaura:aura_cache" + optional_task: true + type: "item" + } + ] + x: 4.0d + y: -1.0d + } + { + dependencies: [ + "7010ED9A666FF89E" + "6ED1017877CB7568" + ] + description: [ + "{ftbquests.chapter.the_color_green.quest15.description1}" + "" + "{ftbquests.chapter.the_color_green.quest15.description2}" + "" + "{ftbquests.chapter.the_color_green.quest15.description3}" + ] + icon: "botania:mana_spreader" + id: "2FD66F543443B8A8" + rewards: [{ + id: "68C31A94CDDEC159" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "0CB0B2674C20ED57" + item: "botania:mana_spreader" + type: "item" + } + { + id: "4D18F6CA3EE6D63D" + item: "botania:mana_pool" + type: "item" + } + { + id: "60390123FA913DCA" + item: "botania:endoflame" + type: "item" + } + { + id: "38161206AE3DB7D5" + item: { + Count: 1 + id: "botania:twig_wand" + tag: { + color1: 0 + color2: 0 + } + } + match_nbt: false + optional_task: true + title: "{ftbquests.chapter.the_color_green.quest15.task_4041437535513982933.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest15.title}" + x: -3.0d + y: -3.0d + } + { + dependencies: ["6628083C19C5F8CB"] + description: ["{ftbquests.chapter.the_color_green.quest16.description1}"] + id: "5C1E3750F91A38B2" + optional: true + rewards: [{ + id: "72FD0BCB4D48D5E6" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "214521E01C8D7374" + item: "naturesaura:crushing_catalyst" + type: "item" + }] + x: 5.5d + y: 0.0d + } + { + dependencies: ["359392265BF91571"] + description: [ + "{ftbquests.chapter.the_color_green.quest17.description1}" + "" + "{ftbquests.chapter.the_color_green.quest17.description2}" + "{ftbquests.chapter.the_color_green.quest17.description3}" + "{ftbquests.chapter.the_color_green.quest17.description4}" + "" + "{ftbquests.chapter.the_color_green.quest17.description5}" + ] + icon: "enchanted:chalice" + id: "3932D60DF66D4C83" + rewards: [{ + id: "78C9992C0F127F72" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4064574A4F18B0CB" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "heads:husk_head" + } + { + Count: 1b + id: "minecraft:skeleton_skull" + } + ] + } + } + title: "{ftbquests.chapter.the_color_green.quest17.task_4639929492764668107.title}" + type: "item" + } + { + id: "3DE7D27534BF3CD2" + item: "minecraft:torch" + type: "item" + } + { + id: "42FF0626D6059DEB" + item: "enchanted:chalice" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest17.title}" + x: -0.5d + y: -4.5d + } + { + dependencies: ["359392265BF91571"] + description: [ + "{ftbquests.chapter.the_color_green.quest18.description1}" + "" + "{ftbquests.chapter.the_color_green.quest18.description2}" + ] + id: "1145EF33C88C696B" + rewards: [{ + id: "2354475358D65502" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "482401F7FF362672" + item: "enchanted:attuned_stone" + type: "item" + }] + x: -1.5d + y: -6.0d + } + { + dependencies: ["1145EF33C88C696B"] + description: [ + "{ftbquests.chapter.the_color_green.quest19.description1}" + "" + "{ftbquests.chapter.the_color_green.quest19.description2}" + ] + icon: "enchanted:distillery" + id: "54838757425A9BA7" + rewards: [ + { + count: 4 + id: "2375BC9D15F267C0" + item: "enchanted:clay_jar" + type: "item" + } + { + id: "5B05F3BCB0B0ADE9" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "35CEC80D00F949F2" + item: "enchanted:distillery" + type: "item" + } + { + id: "0C3773A080F18741" + item: "enchanted:kettle" + type: "item" + } + { + id: "756133C30FFC6521" + item: "enchanted:spinning_wheel" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest19.title}" + x: -1.5d + y: -7.5d + } + { + dependencies: ["2FD66F543443B8A8"] + description: [ + "{ftbquests.chapter.the_color_green.quest20.description1}" + "" + "{ftbquests.chapter.the_color_green.quest20.description2}" + ] + id: "5EA3E8FCE4EBBA82" + rewards: [ + { + count: 4 + id: "3EC0E28F784E66D1" + item: "botania:black_lotus" + type: "item" + } + { + id: "3C16D01FFA5D9C87" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "71772B3D162FA2F2" + item: "botania:runic_altar" + type: "item" + }] + x: -4.5d + y: -3.0d + } + { + dependencies: ["6DC359D0F8736415"] + description: [ + "{ftbquests.chapter.the_color_green.quest21.description1}" + "" + "{ftbquests.chapter.the_color_green.quest21.description2}" + ] + icon: "embers:item_pipe" + id: "424D08C4CFE434EA" + rewards: [{ + id: "095505E6346CD60C" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "63D5F1F29D99DECE" + item: "embers:item_pipe" + type: "item" + } + { + id: "4FAE706B4A6EFA11" + item: "embers:fluid_pipe" + type: "item" + } + { + id: "6EB36AB2AB9554D2" + item: "embers:item_extractor" + type: "item" + } + { + id: "3B5648870CF70B44" + item: "embers:fluid_extractor" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest21.title}" + x: 0.5d + y: -4.5d + } + { + dependencies: ["6DC359D0F8736415"] + description: [ + "{ftbquests.chapter.the_color_green.quest22.description1}" + "" + "{ftbquests.chapter.the_color_green.quest22.description2}" + "" + "{ftbquests.chapter.the_color_green.quest22.description3}" + "" + "{ftbquests.chapter.the_color_green.quest22.description4}" + ] + icon: "embers:ember_activator" + id: "700009D450C569A2" + rewards: [{ + id: "1831C47B7984655F" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "63BACAF1D91DBD29" + item: "embers:ember_activator" + type: "item" + } + { + id: "2A53DC1865FD785A" + item: "embers:ember_emitter" + type: "item" + } + { + id: "446A39DD19D62C6E" + item: "embers:ember_receiver" + type: "item" + } + { + id: "60CF6AD07295DD51" + item: "embers:ember_relay" + optional_task: true + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest22.title}" + x: 1.5d + y: -6.0d + } + { + dependencies: [ + "54838757425A9BA7" + "221E431A74C6E8A5" + ] + description: [ + "{ftbquests.chapter.the_color_green.quest23.description1}" + "" + "{ftbquests.chapter.the_color_green.quest23.description2}" + "" + "{ftbquests.chapter.the_color_green.quest23.description3}" + ] + icon: { + Count: 1 + id: "enchanted:ritual_chalk" + tag: { + Damage: 0 + } + } + id: "7D5E4A2212C421AE" + rewards: [ + { + id: "5E30DFA317714CDC" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "enchanted:circle_magic" + } + } + type: "item" + } + { + id: "07AAE781C28F089F" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "patchouli:custom_rituals" + } + } + type: "item" + } + { + id: "534E573A04A07B35" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "07380F0DB0F32DC4" + item: { + Count: 1 + id: "enchanted:golden_chalk" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "17C370738BAA7671" + item: { + Count: 1 + id: "enchanted:ritual_chalk" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "529246947E79B97F" + item: { + Count: 1 + id: "enchanted:nether_chalk" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "1B0B92E04017F047" + item: { + Count: 1 + id: "enchanted:otherwhere_chalk" + tag: { + Damage: 0 + } + } + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest23.title}" + x: -1.5d + y: -8.5d + } + { + dependencies: ["700009D450C569A2"] + description: [ + "{ftbquests.chapter.the_color_green.quest24.description1}" + "" + "{ftbquests.chapter.the_color_green.quest24.description2}" + ] + icon: { + Count: 1 + ForgeCaps: { + Parent: { + "embers:ember": 0.0d + "embers:ember_capacity": 24000.0d + } + } + id: "embers:copper_cell" + tag: { + ForgeCaps: { + "embers:ember_capacity": 24000.0d + } + } + } + id: "2C46F425B5E0AAAA" + rewards: [{ + id: "7BE3ACC86F62B56B" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "0B01C83DE8DDDF86" + item: { + Count: 1 + ForgeCaps: { + Parent: { + "embers:ember": 0.0d + "embers:ember_capacity": 24000.0d + } + } + id: "embers:copper_cell" + tag: { + ForgeCaps: { + "embers:ember_capacity": 24000.0d + } + } + } + type: "item" + } + { + id: "18B80228CE32311A" + item: "embers:ember_dial" + optional_task: true + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest24.title}" + x: 2.5d + y: -6.0d + } + { + dependencies: ["700009D450C569A2"] + description: [ + "{ftbquests.chapter.the_color_green.quest25.description1}" + "" + "{ftbquests.chapter.the_color_green.quest25.description2}" + "" + "{ftbquests.chapter.the_color_green.quest25.description3}" + ] + icon: "embers:melter" + id: "74FB5A117EF51949" + rewards: [{ + id: "365D61F083C8E352" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "58B58AF055A23CDB" + item: "embers:melter" + type: "item" + } + { + id: "1699A456873EC1E0" + item: "embers:stamper" + type: "item" + } + { + id: "5BB0B499D0181BC1" + item: "embers:stamp_base" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest25.title}" + x: 1.5d + y: -7.5d + } + { + dependencies: ["74FB5A117EF51949"] + description: [ + "{ftbquests.chapter.the_color_green.quest26.description1}" + "" + "{ftbquests.chapter.the_color_green.quest26.description2}" + ] + icon: "embers:dawnstone_ingot" + id: "221E431A74C6E8A5" + rewards: [{ + id: "43958F16B260D87C" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4AF6D6F0BB92C4C8" + item: "embers:mixer_centrifuge" + type: "item" + } + { + id: "5D234128365C1656" + item: "embers:dawnstone_ingot" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest26.title}" + x: 1.5d + y: -8.5d + } + { + dependencies: ["153CB8257AEDA4ED"] + description: ["{ftbquests.chapter.the_color_green.quest27.description1}"] + id: "17089FF12C1591B8" + rewards: [ + { + count: 8 + id: "0F4BAEC85C9C5077" + item: "create:andesite_alloy" + type: "item" + } + { + id: "0A542C39214D4B16" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "7EAC671CDBFEFBA4" + item: "create:andesite_casing" + type: "item" + }] + x: 4.5d + y: -3.0d + } + { + dependencies: ["221E431A74C6E8A5"] + description: [ + "{ftbquests.chapter.the_color_green.quest28.description1}" + "" + "{ftbquests.chapter.the_color_green.quest28.description2}" + ] + icon: "embers:alchemy_tablet" + id: "287C747ED1189725" + rewards: [{ + id: "2BCDBFBEF2E63ADF" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "2ED145BD6FE7C9F6" + item: "embers:alchemy_tablet" + type: "item" + } + { + id: "405AC57A26FC22AF" + item: "embers:beam_cannon" + type: "item" + } + { + count: 3L + id: "1D96D434EB8B1E10" + item: { Count: 3, id: "embers:alchemy_pedestal" } + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest28.title}" + x: 3.0d + y: -9.5d + } + { + dependencies: ["5EA3E8FCE4EBBA82"] + dependency_requirement: "one_completed" + description: [ + "{ftbquests.chapter.the_color_green.quest29.description1}" + "" + "{ftbquests.chapter.the_color_green.quest29.description2}" + "" + "{ftbquests.chapter.the_color_green.quest29.description3}" + ] + icon: "botania:fel_pumpkin" + id: "1AF1077B69E1551E" + rewards: [{ + id: "4705AE453E2CFC9B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "643D4D645AFA5CC2" + item: "botania:fel_pumpkin" + type: "item" + }] + title: "{ftbquests.chapter.the_color_green.quest29.title}" + x: -4.5d + y: -6.0d + } + { + dependencies: ["17089FF12C1591B8"] + description: ["{ftbquests.chapter.the_color_green.quest30.description1}"] + icon: "create:basin" + id: "2A32CE924C9CB606" + optional: true + rewards: [{ + id: "23F62F83D9979503" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "0FB8A5B0F06E426D" + item: "create:basin" + type: "item" + } + { + id: "6B5791E93915EAF5" + item: "create:mechanical_mixer" + type: "item" + } + { + id: "178C2463E234E6A2" + item: "create:mechanical_press" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest30.title}" + x: 5.0d + y: -2.0d + } + { + dependencies: [ + "00448B9AC0FC3F5D" + "17089FF12C1591B8" + ] + description: [ + "{ftbquests.chapter.the_color_green.quest31.description1}" + "" + "{ftbquests.chapter.the_color_green.quest31.description2}" + ] + icon: "create:encased_fan" + id: "05820674B5CC639D" + rewards: [{ + id: "7D07BBC1418D7C79" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4A9D9FBBBDE57536" + item: "create:encased_fan" + type: "item" + } + { + id: "55F8484DFCFD7029" + item: "minecraft:soul_sand" + type: "item" + } + { + id: "452FBDCD430ED783" + item: "create:hand_crank" + optional_task: true + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest31.title}" + x: 7.5d + y: -3.0d + } + { + dependencies: [ + "221E431A74C6E8A5" + "05820674B5CC639D" + ] + description: [ + "{ftbquests.chapter.the_color_green.quest32.description1}" + "" + "{ftbquests.chapter.the_color_green.quest32.description2}" + "" + "{ftbquests.chapter.the_color_green.quest32.description3}" + ] + icon: "theurgy:reformation_result_pedestal" + id: "2F210E03731A0E21" + rewards: [ + { + count: 2 + id: "0B48F3CE218EE46B" + item: "theurgy:mercury_crystal" + type: "item" + } + { + id: "512844E3ED4F22AF" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "48B96711CA5E1E82" + item: "theurgy:reformation_result_pedestal" + type: "item" + } + { + id: "71C6DFB17E46C57E" + item: "theurgy:reformation_target_pedestal" + type: "item" + } + { + id: "06032DD1D16334EA" + item: "theurgy:reformation_source_pedestal" + type: "item" + } + { + id: "5F70BFFABB339810" + item: "theurgy:sulfuric_flux_emitter" + type: "item" + } + { + id: "5202013C1D67BF1C" + item: "theurgy:mercury_catalyst" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest32.title}" + x: 5.0d + y: -6.5d + } + { + dependencies: ["17089FF12C1591B8"] + description: ["{ftbquests.chapter.the_color_green.quest33.description1}"] + id: "2E0F026AB59D83B5" + optional: true + rewards: [{ + id: "6A2676B04EF7610A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5E548AA09A77547C" + item: "create:mechanical_pump" + type: "item" + }] + x: 4.0d + y: -4.0d + } + { + dependencies: ["77FBE2FA730A82AE"] + description: ["{ftbquests.chapter.the_color_green.quest34.description1}"] + id: "23390B2CDE30D057" + rewards: [ + { + count: 32 + id: "33AA2687E886E9BC" + item: "minecraft:dirt" + type: "item" + } + { + id: "3258A91A2AB8DE63" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "6BD20F85E2DD3DEF" + item: "botania:dirt_rod" + type: "item" + }] + title: "{ftbquests.chapter.the_color_green.quest34.title}" + x: -4.0d + y: -0.5d + } + { + dependencies: ["5EA3E8FCE4EBBA82"] + description: ["{ftbquests.chapter.the_color_green.quest35.description1}"] + id: "77FBE2FA730A82AE" + rewards: [{ + id: "1FBCB30D6D1B7B94" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "781B18571CC61161" + item: "botania:mana_tablet" + type: "item" + }] + title: "{ftbquests.chapter.the_color_green.quest35.title}" + x: -4.5d + y: -1.5d + } + { + dependencies: ["77FBE2FA730A82AE"] + description: ["{ftbquests.chapter.the_color_green.quest36.description1}"] + id: "7AC1E9B4710A8B84" + rewards: [{ + id: "7E5580894EE5E74C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "72B87DADC3BA8740" + item: "botania:mana_ring" + type: "item" + }] + x: -5.0d + y: -0.5d + } + { + dependencies: ["77FBE2FA730A82AE"] + description: ["{ftbquests.chapter.the_color_green.quest37.description1}"] + id: "0E2EAFDEA91C24BD" + rewards: [{ + id: "5FEE92B8F930D27D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6A17A5BA2DFAF67B" + item: "botania:aura_ring" + type: "item" + }] + x: -3.5d + y: -1.5d + } + { + dependencies: ["1AF1077B69E1551E"] + description: [ + "{ftbquests.chapter.the_color_green.quest38.description1}" + "" + "{ftbquests.chapter.the_color_green.quest38.description2}" + "" + "{ftbquests.chapter.the_color_green.quest38.description3}" + "" + "{ftbquests.chapter.the_color_green.quest38.description4}" + ] + id: "4DE7466CAC029EF6" + rewards: [{ + id: "7C04DA99FA6DDD22" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "3DDDEA23FD302D1C" + item: "minecraft:glowstone_dust" + type: "item" + } + { + id: "3486BA1B47BBEE8F" + item: "minecraft:redstone" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest38.title}" + x: -5.5d + y: -6.0d + } + { + dependencies: ["2E0F026AB59D83B5"] + description: ["{ftbquests.chapter.the_color_green.quest39.description1}"] + id: "15AB65CE5C0B95CC" + optional: true + rewards: [{ + id: "4B40A3E6B89D17DA" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "63B514655C769766" + item: "create:spout" + type: "item" + }] + x: 4.0d + y: -5.0d + } + { + dependencies: ["621BEE0A09882094"] + description: [ + "{ftbquests.chapter.the_color_green.quest40.description1}" + "" + "{ftbquests.chapter.the_color_green.quest40.description2}" + "" + "{ftbquests.chapter.the_color_green.quest40.description3}" + ] + id: "76795AD9B23ACFD7" + rewards: [{ + id: "22749725C9F092FA" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5504BE5D400C6468" + item: "botania:alchemy_catalyst" + type: "item" + }] + x: -2.5d + y: -10.0d + } + { + dependencies: ["6628083C19C5F8CB"] + description: [ + "{ftbquests.chapter.the_color_green.quest41.description1}" + "" + "{ftbquests.chapter.the_color_green.quest41.description2}" + "" + "{ftbquests.chapter.the_color_green.quest41.description3}" + ] + id: "00448B9AC0FC3F5D" + rewards: [{ + id: "59748105E1BF277D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "372D3B2D4B9F89D4" + item: "naturesaura:conversion_catalyst" + type: "item" + }] + x: 7.0d + y: -1.0d + } + { + dependencies: ["17089FF12C1591B8"] + description: ["{ftbquests.chapter.the_color_green.quest42.description1}"] + id: "26942D2DF8C8AF91" + optional: true + rewards: [{ + id: "199207E4E8F0B826" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "143D8425B45D3807" + item: "create:millstone" + type: "item" + }] + x: 5.0d + y: -4.0d + } + { + dependencies: ["54DFF798149BE746"] + description: ["{ftbquests.chapter.the_color_green.quest43.description1}"] + id: "3E51B48398D0E334" + rewards: [{ + id: "6845416B1226351B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7B482471FD88BB17" + item: "embers:codebreaking_slate" + type: "item" + }] + x: 3.5d + y: -8.5d + } + { + dependencies: ["287C747ED1189725"] + description: ["{ftbquests.chapter.the_color_green.quest44.description1}"] + id: "54DFF798149BE746" + rewards: [{ + id: "76A7D17327EB14A2" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6A988B078BB6F842" + item: "embers:archaic_brick" + type: "item" + }] + x: 5.0d + y: -9.5d + } + { + dependencies: ["54DFF798149BE746"] + description: ["{ftbquests.chapter.the_color_green.quest45.description1}"] + id: "2C3ABE081A7E1086" + rewards: [{ + id: "12D49A84526CFAC2" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "339CBE9063E8306A" + item: "embers:mnemonic_inscriber" + type: "item" + }] + x: 4.5d + y: -8.0d + } + { + dependencies: [ + "2F210E03731A0E21" + "54DFF798149BE746" + ] + description: [ + "{ftbquests.chapter.the_color_green.quest46.description1}" + "" + "{ftbquests.chapter.the_color_green.quest46.description2}" + "" + "{ftbquests.chapter.the_color_green.quest46.description3}" + ] + id: "50D60856E308EC6D" + min_width: 400 + rewards: [{ + id: "46AD85B696B8299A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "48F63F3E09BD04C1" + item: "theurgy:fermentation_vat" + type: "item" + }] + title: "{ftbquests.chapter.the_color_green.quest46.title}" + x: 6.0d + y: -7.5d + } + { + dependencies: ["50D60856E308EC6D"] + description: [ + "{ftbquests.chapter.the_color_green.quest47.description1}" + "" + "{ftbquests.chapter.the_color_green.quest47.description2}" + "" + "{ftbquests.chapter.the_color_green.quest47.description3}" + "" + "{ftbquests.chapter.the_color_green.quest47.description4}" + ] + id: "2368485BEB03F353" + rewards: [ + { + count: 4 + id: "4019A01E02C978B6" + item: "theurgy:sal_ammoniac_crystal" + type: "item" + } + { + id: "46A030476A7D2CE1" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "525FFCD223358CF7" + item: "theurgy:digestion_vat" + type: "item" + }] + title: "{ftbquests.chapter.the_color_green.quest47.title}" + x: 7.0d + y: -8.5d + } + { + dependencies: [ + "76795AD9B23ACFD7" + "287C747ED1189725" + ] + description: [ + "{ftbquests.chapter.the_color_green.quest48.description1}" + "" + "{ftbquests.chapter.the_color_green.quest48.description2}" + "" + "{ftbquests.chapter.the_color_green.quest48.description3}" + "" + "{ftbquests.chapter.the_color_green.quest48.description4}" + ] + icon: "naturesaura:offering_table" + id: "020B8F06D2C86CE3" + rewards: [{ + id: "3646B751A7688D3D" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "61D4BE7CF94C3895" + item: "naturesaura:offering_table" + type: "item" + } + { + id: "68D4AE8BB5F3FE48" + item: "naturesaura:calling_spirit" + type: "item" + } + ] + x: 0.0d + y: -11.0d + } + { + dependencies: ["1AF1077B69E1551E"] + description: ["{ftbquests.chapter.the_color_green.quest49.description1}"] + id: "27A7CD7E1613FD1B" + optional: true + rewards: [{ + id: "04718C8D6B87C847" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "32CA9609F24A429E" + item: "create:blaze_burner" + type: "item" + }] + x: -3.0d + y: -6.0d + } + { + dependencies: ["020B8F06D2C86CE3"] + description: ["{ftbquests.chapter.the_color_green.quest50.description1}"] + icon: "heads:chicken_head" + id: "1C7C9A1F11DE819B" + rewards: [{ + id: "54963078056ED72D" + type: "xp" + xp: 100 + }] + shape: "hexagon" + size: 2.0d + subtitle: "{ftbquests.chapter.the_color_green.quest50.subtitle}" + tasks: [ + { + id: "462012BB2A30BE57" + item: "kubejs:feather_flesh_amalgam" + type: "item" + } + { + id: "040064ECC88AE724" + item: "kubejs:blooded_amalgam" + type: "item" + } + { + id: "46327E4C8BDADEF4" + item: "kubejs:mana_amalgam" + type: "item" + } + { + id: "46EDB244AC746667" + item: "kubejs:infused_amalgam" + type: "item" + } + { + id: "2CD3CFE847F27E3A" + item: "minecraft:chicken_spawn_egg" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest50.title}" + x: 0.0d + y: -13.0d + } + { + dependencies: ["5EA3E8FCE4EBBA82"] + description: [ + "{ftbquests.chapter.the_color_green.quest51.description1}" + "" + "{ftbquests.chapter.the_color_green.quest51.description2}" + "{ftbquests.chapter.the_color_green.quest51.description3}" + "{ftbquests.chapter.the_color_green.quest51.description4}" + "" + "{ftbquests.chapter.the_color_green.quest51.description5}" + ] + id: "6FAB85F509199CA8" + optional: true + rewards: [{ + id: "27B3F318DA9CACAD" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "7FBBEAD125CEBC23" + item: "botania:entropinnyum" + type: "item" + } + { + id: "5651681BBC5CDDF3" + item: "botania:thermalily" + type: "item" + } + { + id: "39588C89BC26A419" + item: "botania:munchdew" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest51.title}" + x: -5.5d + y: -3.0d + } + { + dependencies: ["2F210E03731A0E21"] + description: [ + "{ftbquests.chapter.the_color_green.quest52.description1}" + "" + "{ftbquests.chapter.the_color_green.quest52.description2}" + ] + icon: "embers:silver_ingot" + id: "462683FE563F6689" + rewards: [ + { + count: 4 + id: "7FBFE986AA75BE97" + item: "embers:silver_ingot" + type: "item" + } + { + id: "6B1AE3F375E0C111" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "2CC1C9C3C4AE5B0C" + item: { + Count: 1 + id: "theurgy:alchemical_sulfur_silver" + tag: { + "theurgy:sulfur.source.id": "#forge:ingots/silver" + } + } + type: "item" + } + { + id: "6E4A50C682ABED03" + item: "embers:silver_ingot" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest52.title}" + x: 6.5d + y: -6.0d + } + { + dependencies: ["287C747ED1189725"] + description: ["{ftbquests.chapter.the_color_green.quest53.description1}"] + id: "4BF72A5E2897EBD4" + rewards: [{ + id: "42A3BC187AAABFE3" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "01F5731866494B98" + item: "embers:wildfire_core" + type: "item" + }] + x: 4.0d + y: -11.0d + } + { + dependencies: ["4BF72A5E2897EBD4"] + description: [ + "{ftbquests.chapter.the_color_green.quest54.description1}" + "" + "{ftbquests.chapter.the_color_green.quest54.description2}" + ] + id: "7EF13F67C5B31A7E" + optional: true + rewards: [{ + id: "09ABACAD03F4082B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "44627103A3725806" + item: "embers:wildfire_stirling" + type: "item" + }] + x: 3.5d + y: -12.5d + } + { + dependencies: ["4BF72A5E2897EBD4"] + description: [ + "{ftbquests.chapter.the_color_green.quest55.description1}" + "" + "{ftbquests.chapter.the_color_green.quest55.description2}" + ] + icon: "embers:ignem_reactor" + id: "6A69962F4001509A" + optional: true + rewards: [{ + id: "70763DFF0C37A354" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "2189DC2F4FDEB322" + item: "embers:ignem_reactor" + type: "item" + } + { + id: "6778C5C0E060CEC1" + item: "embers:catalysis_chamber" + type: "item" + } + { + id: "1A82D8BF3566A52D" + item: "embers:combustion_chamber" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest55.title}" + x: 5.5d + y: -10.5d + } + { + dependencies: ["4BF72A5E2897EBD4"] + description: [ + "{ftbquests.chapter.the_color_green.quest56.description1}" + "" + "{ftbquests.chapter.the_color_green.quest56.description2}" + "" + "{ftbquests.chapter.the_color_green.quest56.description3}" + ] + icon: "embers:zinc_crystal_seed" + id: "22735AE4F84EF82B" + rewards: [{ + id: "132F34A7C50D0B5D" + type: "xp" + xp: 100 + }] + size: 1.5d + subtitle: "{ftbquests.chapter.the_color_green.quest56.subtitle}" + tasks: [ + { + id: "05BF876AB4CF0EBA" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "embers:zinc_crystal_seed" + } + { + Count: 1b + id: "embers:lead_crystal_seed" + } + { + Count: 1b + id: "embers:iron_crystal_seed" + } + { + Count: 1b + id: "embers:copper_crystal_seed" + } + ] + } + } + title: "{ftbquests.chapter.the_color_green.quest56.task_414198583111126714.title}" + type: "item" + } + { + id: "73FD48B472E606AB" + item: "embers:ember_injector" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest56.title}" + x: 5.5d + y: -12.5d + } + { + dependencies: ["221E431A74C6E8A5"] + description: ["{ftbquests.chapter.the_color_green.quest57.description1}"] + icon: "embers:ember_ejector" + id: "3FD3CD01761AE92A" + rewards: [{ + id: "744D1C19AD6A6A1F" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "6440F561FFCF06D6" + item: "embers:ember_ejector" + type: "item" + } + { + id: "2A68CC3B8ABDF4CC" + item: "embers:ember_funnel" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest57.title}" + x: 0.5d + y: -9.5d + } + { + dependencies: ["22735AE4F84EF82B"] + description: [ + "{ftbquests.chapter.the_color_green.quest58.description1}" + "" + "{ftbquests.chapter.the_color_green.quest58.description2}" + "" + "{ftbquests.chapter.the_color_green.quest58.description3}" + ] + icon: "create:electron_tube" + id: "20EF463DB77E09EE" + optional: true + rewards: [{ + id: "6B9CCEAAD5EFAAF2" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "0B9F338A37E36108" + item: "create:brass_ingot" + type: "item" + } + { + id: "5AB8A62B4C42FBE1" + item: "create:electron_tube" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest58.title}" + x: 7.5d + y: -12.0d + } + { + dependencies: ["17089FF12C1591B8"] + description: [ + "{ftbquests.chapter.the_color_green.quest59.description1}" + "" + "{ftbquests.chapter.the_color_green.quest59.description2}" + ] + icon: "create:packager" + id: "7027BF39C1223997" + optional: true + rewards: [{ + id: "2928C183B230148C" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "71DD21702431A790" + item: "create:chain_conveyor" + type: "item" + } + { + id: "1740117E6C75E6EC" + item: "create:package_frogport" + type: "item" + } + { + id: "25F76361F4E9E507" + item: "create:packager" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest59.title}" + x: 4.0d + y: -2.0d + } + { + dependencies: ["20EF463DB77E09EE"] + description: ["{ftbquests.chapter.the_color_green.quest60.description1}"] + icon: "create:factory_gauge" + id: "0230C7C57435FB3A" + optional: true + rewards: [{ + id: "41EA2740A534F40D" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "6955607593312B92" + item: "create:mechanical_crafter" + type: "item" + } + { + id: "468E8D3B8A867517" + item: "create:factory_gauge" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest60.title}" + x: 9.0d + y: -11.0d + } + { + dependencies: ["01C2598A1D9CF754"] + description: [ + "{ftbquests.chapter.the_color_green.quest61.description1}" + "" + "{ftbquests.chapter.the_color_green.quest61.description2}" + ] + icon: { + Count: 1 + id: "mysticalagriculture:inferium_watering_can" + tag: { + Active: 0b + Water: 0b + } + } + id: "68051685A2136388" + rewards: [{ + id: "4FEFBF01965A11D4" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4676F5B4A0F27349" + item: "mysticalagriculture:prosperity_ingot" + type: "item" + } + { + id: "0926C1E94B1440F2" + item: { + Count: 1 + id: "mysticalagriculture:inferium_watering_can" + tag: { + Active: 0b + Water: 0b + } + } + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest61.title}" + x: 1.0d + y: -2.0d + } + { + dependencies: ["020B8F06D2C86CE3"] + description: [ + "{ftbquests.chapter.the_color_green.quest62.description1}" + "" + "{ftbquests.chapter.the_color_green.quest62.description2}" + ] + id: "6C627897FFF1D259" + rewards: [{ + id: "441E2FB83DB075C1" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2009E7B94071CE08" + item: "naturesaura:generator_limit_remover" + type: "item" + }] + x: -1.5d + y: -11.5d + } + { + dependencies: ["226F9F21A941389C"] + description: [ + "{ftbquests.chapter.the_color_green.quest63.description1}" + "" + "{ftbquests.chapter.the_color_green.quest63.description2}" + ] + icon: { + Count: 1 + id: "naturesaura:aura_bottle" + tag: { + stored_type: "naturesaura:overworld" + } + } + id: "46CC05A2F2D89079" + rewards: [ + { + id: "2176E36B3CEE18A8" + type: "xp" + xp: 100 + } + { + count: 2 + id: "7859AA02526007BE" + item: { + Count: 1 + id: "naturesaura:aura_bottle" + tag: { + stored_type: "naturesaura:overworld" + } + } + type: "item" + } + ] + tasks: [ + { + id: "402A7DA140E7221A" + item: "naturesaura:bottle_two_the_rebottling" + type: "item" + } + { + id: "106F3355FB945F74" + item: { + Count: 1 + id: "naturesaura:aura_bottle" + tag: { + stored_type: "naturesaura:overworld" + } + } + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest63.title}" + x: 1.0d + y: -1.0d + } + { + dependencies: ["77FBE2FA730A82AE"] + description: ["{ftbquests.chapter.the_color_green.quest64.description1}"] + id: "121D0AE32E2F7267" + rewards: [{ + id: "3B7AD6C882A25FC6" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6B4F4E037CD70B79" + item: { + Count: 1 + id: "botania:mana_gun" + tag: { } + } + type: "item" + }] + x: -5.5d + y: -1.5d + } + { + dependencies: ["2FD66F543443B8A8"] + description: [ + "{ftbquests.chapter.the_color_green.quest65.description1}" + "" + "{ftbquests.chapter.the_color_green.quest65.description2}" + ] + id: "4D4FA4ECA2544486" + rewards: [{ + id: "2AB41299C58FD586" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "189B6DBB7354493B" + item: "botania:lens_normal" + type: "item" + }] + x: -3.0d + y: -4.0d + } + { + dependencies: ["700009D450C569A2"] + description: [ + "{ftbquests.chapter.the_color_green.quest66.description1}" + "" + "{ftbquests.chapter.the_color_green.quest66.description2}" + ] + id: "350B8B018EB49351" + rewards: [{ + id: "4CE1767EDEB8401B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "13B466D247607172" + item: "embers:hearth_coil" + type: "item" + }] + x: 0.5d + y: -6.0d + } + { + dependencies: ["221E431A74C6E8A5"] + description: [ + "{ftbquests.chapter.the_color_green.quest67.description1}" + "" + "{ftbquests.chapter.the_color_green.quest67.description2}" + "" + "{ftbquests.chapter.the_color_green.quest67.description3}" + ] + id: "04B41651D48C62C1" + rewards: [{ + id: "05D8D9346AFB4ECD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3A98FECAF5FBC3EF" + item: "embers:pressure_refinery" + type: "item" + }] + x: 1.5d + y: -9.5d + } + { + dependencies: ["3FD3CD01761AE92A"] + description: [ + "{ftbquests.chapter.the_color_green.quest68.description1}" + "" + "{ftbquests.chapter.the_color_green.quest68.description2}" + ] + icon: "embers:beam_splitter" + id: "460C4A5F742B528C" + rewards: [{ + id: "5144A431E0AD1D44" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "0741BD6655743409" + item: "embers:beam_splitter" + type: "item" + } + { + id: "6259235F93BF13C4" + item: "embers:crystal_cell" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest68.title}" + x: -0.5d + y: -9.5d + } + { + dependencies: ["221E431A74C6E8A5"] + description: [ + "{ftbquests.chapter.the_color_green.quest69.description1}" + "" + "{ftbquests.chapter.the_color_green.quest69.description2}" + "" + "{ftbquests.chapter.the_color_green.quest69.description3}" + ] + icon: "theurgy:caloric_flux_emitter" + id: "3BFD85713462A66A" + rewards: [{ + id: "1FE3DE4328349B77" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "20C4D02E6B22B4D9" + item: "theurgy:caloric_flux_emitter" + type: "item" + } + { + id: "1200D20D06097CB8" + item: "theurgy:mercury_catalyst" + type: "item" + } + ] + title: "{ftbquests.chapter.the_color_green.quest69.title}" + x: 0.5d + y: -7.5d + } + { + dependencies: ["6628083C19C5F8CB"] + description: [ + "{ftbquests.chapter.the_color_green.quest70.description1}" + "" + "{ftbquests.chapter.the_color_green.quest70.description2}" + ] + icon: "minecraft:dirt" + id: "316BD23FB6087C07" + optional: true + rewards: [{ + id: "217359AD91275C81" + type: "xp" + xp: 100 + }] + shape: "rsquare" + subtitle: "{ftbquests.chapter.the_color_green.quest70.subtitle}" + tasks: [{ + id: "75E38FC6727823EF" + item: { + Count: 1 + id: "naturesaura:effect_powder" + tag: { + effect: "reclamation_util:reclaim_effect" + } + } + type: "item" + }] + title: "{ftbquests.chapter.the_color_green.quest70.title}" + x: 4.0d + y: 0.0d + } + { + dependencies: ["74FB5A117EF51949"] + description: [ + "{ftbquests.chapter.the_color_green.quest71.description1}" + "" + "{ftbquests.chapter.the_color_green.quest71.description2}" + ] + id: "0F8BAA82A7B90C68" + optional: true + rewards: [{ + id: "1E31C381F7CAD802" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "31BD133D7FFD36DC" + item: "embers:bin" + type: "item" + }] + x: 2.5d + y: -7.0d + } + { + dependencies: [ + "7D5E4A2212C421AE" + "1AF1077B69E1551E" + ] + description: [ + "{ftbquests.chapter.the_color_green.quest72.description1}" + "" + "{ftbquests.chapter.the_color_green.quest72.description2}" + "" + "{ftbquests.chapter.the_color_green.quest72.description3}" + ] + id: "621BEE0A09882094" + rewards: [ + { + count: 2 + id: "2BE2615739D91CEA" + item: "minecraft:blaze_rod" + type: "item" + } + { + id: "2E7BDEE2ECF1D73E" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "3DA044014EEF761D" + item: "minecraft:blaze_rod" + type: "item" + }] + title: "{ftbquests.chapter.the_color_green.quest72.title}" + x: -4.0d + y: -8.0d + } + ] + title: "{ftbquests.chapter.the_color_green.title}" +} diff --git a/config/ftbquests/quests/chapters/the_hunt_for_grass.snbt b/config/ftbquests/quests/chapters/the_hunt_for_grass.snbt new file mode 100644 index 0000000..1bd3aeb --- /dev/null +++ b/config/ftbquests/quests/chapters/the_hunt_for_grass.snbt @@ -0,0 +1,1153 @@ +{ + default_hide_dependency_lines: false + default_min_width: 280 + default_quest_shape: "" + filename: "the_hunt_for_grass" + group: "" + hide_quest_until_deps_visible: true + icon: "minecraft:dirt" + id: "0F8CD7C8C7FD56E6" + images: [{ + dependency: "2E15C8681F5D2ACF" + height: 5.0d + image: "reclamation:textures/quests/cuprosia.png" + rotation: 0.0d + width: 5.0d + x: -6.5d + y: -1.5d + }] + order_index: 1 + quest_links: [ ] + quests: [ + { + dependencies: ["448ABF53EEACBFA7"] + description: ["{ftbquests.chapter.the_hunt_for_grass.quest1.description1}"] + hide_until_deps_complete: true + id: "000A7EAED7A84968" + rewards: [{ + id: "27EE0E066D607838" + type: "xp" + xp: 100 + }] + shape: "hexagon" + tasks: [{ + id: "6400B13D05D470E6" + item: "minecraft:dirt" + type: "item" + }] + x: 0.0d + y: -0.5d + } + { + dependencies: ["000A7EAED7A84968"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest2.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest2.description2}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest2.description3}" + ] + icon: "minecraft:wheat_seeds" + id: "26833208E1F2EB4B" + rewards: [{ + id: "5F7009D3F861EC32" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "6BAC76770E7D69BA" + item: "minecraft:wheat_seeds" + type: "item" + } + { + id: "30A181B721A2E83B" + item: "enchanted:water_artichoke_seeds" + type: "item" + } + { + id: "7EC3BB9D83F2077E" + item: "enchanted:wolfsbane_seeds" + type: "item" + } + { + id: "51DF19AEC61F5152" + item: "enchanted:mandrake_seeds" + type: "item" + } + { + id: "4558D5EC885F27FB" + item: "enchanted:belladonna_seeds" + type: "item" + } + { + id: "6024DBFE2B6CB05A" + item: "enchanted:snowbell_seeds" + type: "item" + } + ] + title: "{ftbquests.chapter.the_hunt_for_grass.quest2.title}" + x: 0.0d + y: -2.0d + } + { + dependencies: ["26833208E1F2EB4B"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest3.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest3.description2}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest3.description3}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest3.description4}" + ] + icon: "enchanted:mandrake_root" + id: "4CE0C02B0602C06E" + rewards: [{ + id: "4D1374FDFBCF254C" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "58509C1E096E95BE" + item: "enchanted:mandrake_root" + type: "item" + } + { + id: "1CBAC0F9F7E082DF" + item: "embers:fluid_vessel" + type: "item" + } + { + id: "7881A2308E126CFA" + item: "kubejs:hemoglobic_fluid_bucket" + type: "item" + } + ] + title: "{ftbquests.chapter.the_hunt_for_grass.quest3.title}" + x: 1.0d + y: -2.5d + } + { + dependencies: ["4CE0C02B0602C06E"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest4.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest4.description2}" + ] + icon: "theurgy:alchemical_salt_mineral" + id: "5C476B553750BDE9" + rewards: [ + { + id: "71E7F7469D5DBC39" + type: "xp" + xp: 100 + } + { + count: 4 + id: "764AD1996C56BA80" + item: { + Count: 1 + id: "theurgy:alchemical_sulfur_iron" + tag: { + "theurgy:sulfur.source.id": "#forge:ingots/iron" + } + } + type: "item" + } + ] + tasks: [ + { + id: "319E2AD5AE5FB91E" + item: { + Count: 1 + id: "theurgy:alchemical_sulfur_iron" + tag: { + "theurgy:sulfur.source.id": "#forge:ingots/iron" + } + } + type: "item" + } + { + id: "39F664FF446109A8" + item: "theurgy:alchemical_salt_mineral" + type: "item" + } + ] + title: "{ftbquests.chapter.the_hunt_for_grass.quest4.title}" + x: 1.0d + y: -3.5d + } + { + dependencies: ["5C476B553750BDE9"] + description: ["{ftbquests.chapter.the_hunt_for_grass.quest5.description1}"] + id: "389C82D9424B4099" + rewards: [{ + id: "574C722BB928B54D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "157FA2840C9FC358" + item: "minecraft:iron_ingot" + type: "item" + }] + x: 1.0d + y: -4.5d + } + { + dependencies: ["26833208E1F2EB4B"] + description: ["{ftbquests.chapter.the_hunt_for_grass.quest6.description1}"] + id: "66B8F071AD7CA037" + rewards: [{ + id: "497476B925F12D45" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "457C34C4B697A0C1" + item: "enchanted:anointing_paste" + type: "item" + }] + x: -0.5d + y: -3.5d + } + { + dependencies: [ + "66B8F071AD7CA037" + "389C82D9424B4099" + ] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest7.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest7.description2}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest7.description3}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest7.description4}" + ] + icon: "enchanted:witch_cauldron" + id: "6CB296A3AD751F62" + rewards: [ + { + id: "303213A80F06DA80" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "enchanted:brewing" + } + } + type: "item" + } + { + id: "690229BC35A9CEF7" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "09C7309D2ADC01FA" + item: "minecraft:cauldron" + type: "item" + } + { + advancement: "reclamation:anoint_cauldron" + criterion: "" + icon: "enchanted:witch_cauldron" + id: "211987FC91B8F5B7" + title: "{ftbquests.chapter.the_hunt_for_grass.quest7.task_2385086996515714487.title}" + type: "advancement" + } + ] + x: 0.0d + y: -5.0d + } + { + dependencies: ["6CB296A3AD751F62"] + description: ["{ftbquests.chapter.the_hunt_for_grass.quest8.description1}"] + icon: "minecraft:oak_sapling" + id: "4075C13786AF4C49" + rewards: [ + { + count: 8 + id: "1BACD161EDB7C0D5" + item: "enchanted:mutandis" + type: "item" + } + { + id: "6C8F4F0C9B7376B6" + type: "xp" + xp: 100 + } + ] + shape: "hexagon" + size: 1.5d + subtitle: "{ftbquests.chapter.the_hunt_for_grass.quest8.subtitle}" + tasks: [ + { + id: "4A8D67BF286766BE" + item: "enchanted:mutandis" + type: "item" + } + { + id: "5A0C6FCFF4C6174E" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "enchanted:hawthorn_sapling" + } + { + Count: 1b + id: "enchanted:rowan_sapling" + } + { + Count: 1b + id: "enchanted:alder_sapling" + } + { + Count: 1b + id: "minecraft:cherry_sapling" + } + { + Count: 1b + id: "minecraft:dark_oak_sapling" + } + { + Count: 1b + id: "minecraft:acacia_sapling" + } + { + Count: 1b + id: "minecraft:jungle_sapling" + } + { + Count: 1b + id: "minecraft:birch_sapling" + } + { + Count: 1b + id: "minecraft:spruce_sapling" + } + { + Count: 1b + id: "minecraft:oak_sapling" + } + ] + } + } + title: "{ftbquests.chapter.the_hunt_for_grass.quest8.task_6488684102089578318.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.the_hunt_for_grass.quest8.title}" + x: 0.0d + y: -6.75d + } + { + dependencies: ["26833208E1F2EB4B"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest9.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest9.description2}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest9.description3}" + ] + icon: "agricraft:wooden_crop_sticks" + id: "2E15C8681F5D2ACF" + rewards: [ + { + id: "7596CA51E4F2FEDE" + item: "agricraft:magnifying_glass" + type: "item" + } + { + id: "0BB01DADE1595C81" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "45CF2796053F5B4A" + item: "agricraft:wooden_crop_sticks" + type: "item" + }] + x: -2.0d + y: -2.0d + } + { + dependencies: ["0207C1DDD4332158"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest10.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest10.description2}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest10.description3}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest10.description4}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest10.image0}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest10.description5}" + ] + icon: "agricraft:journal" + id: "1792BA6A0845320F" + min_width: 400 + rewards: [ + { + count: 16 + id: "389560DD3A18D3FA" + item: "agricraft:wooden_crop_sticks" + type: "item" + } + { + id: "5251363E943222B1" + type: "xp" + xp: 100 + } + ] + shape: "rsquare" + tasks: [{ + id: "267E045714E32142" + title: "{ftbquests.chapter.the_hunt_for_grass.quest10.task_2773659192565899586.title}" + type: "checkmark" + }] + title: "{ftbquests.chapter.the_hunt_for_grass.quest10.title}" + x: -2.0d + y: 1.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest11.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest11.description2}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest11.description3}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest11.description4}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest11.description5}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest11.description6}" + ] + icon: "agricraft:magnifying_glass" + id: "0207C1DDD4332158" + rewards: [ + { + id: "2EE19285430021A1" + item: "agricraft:journal" + type: "item" + } + { + id: "5E2D259FB79B5B43" + item: "agricraft:seed_analyzer" + type: "item" + } + { + id: "68760F902C2CF982" + type: "xp" + xp: 100 + } + ] + shape: "rsquare" + subtitle: "{ftbquests.chapter.the_hunt_for_grass.quest11.subtitle}" + tasks: [{ + id: "61CD34EB22BD2BC3" + title: "{ftbquests.chapter.the_hunt_for_grass.quest11.task_7047347176409476035.title}" + type: "checkmark" + }] + title: "{ftbquests.chapter.the_hunt_for_grass.quest11.title}" + x: -2.0d + y: 0.0d + } + { + dependencies: ["1792BA6A0845320F"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest12.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest12.description2}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest12.description3}" + ] + icon: "supplementaries:sign_post_oak" + id: "3658F22BABF3B4B2" + rewards: [ + { + count: 16 + id: "341645503038FDE0" + item: "minecraft:bone_meal" + type: "item" + } + { + id: "22AC93B41661A452" + type: "xp" + xp: 100 + } + ] + shape: "rsquare" + subtitle: "{ftbquests.chapter.the_hunt_for_grass.quest12.subtitle}" + tasks: [{ + id: "6BBBB559D847AA81" + title: "{ftbquests.chapter.the_hunt_for_grass.quest12.task_7762997780188473985.title}" + type: "checkmark" + }] + title: "{ftbquests.chapter.the_hunt_for_grass.quest12.title}" + x: -2.0d + y: 2.0d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest13.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest13.description2}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest13.description3}" + ] + hide_until_deps_complete: false + hide_until_deps_visible: true + id: "658C67ABFD247487" + rewards: [{ + id: "63DAC576E1524B28" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "5E222672F78F50DA" + item: "minecraft:potato" + type: "item" + } + { + id: "5452DD78B695D9D1" + item: "minecraft:carrot" + type: "item" + } + ] + title: "{ftbquests.chapter.the_hunt_for_grass.quest13.title}" + x: -4.0d + y: -2.0d + } + { + dependencies: ["658C67ABFD247487"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest14.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest14.description2}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest14.description3}" + ] + hide_until_deps_complete: false + hide_until_deps_visible: true + id: "4F0C473B765AA1F8" + rewards: [ + { + count: 4 + id: "62C13096E47A85F1" + item: "minecraft:copper_ingot" + type: "item" + } + { + id: "19D9144AEA650C0D" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "7A5B23DB3C4AA80E" + item: "create:copper_nugget" + type: "item" + }] + title: "{ftbquests.chapter.the_hunt_for_grass.quest14.title}" + x: -5.0d + y: -3.0d + } + { + dependencies: ["6831CB6AC2CE40C6"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest15.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest15.description2}" + ] + icon: "naturesaura:gold_leaf" + id: "592DBF115E1FBAE9" + rewards: [ + { + id: "57B1382104012AD6" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "naturesaura:book" + } + } + type: "item" + } + { + id: "33888475CC36A298" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "177D89055F200F6D" + item: "naturesaura:gold_fiber" + type: "item" + } + { + id: "5AAF6676D00217C1" + item: "naturesaura:gold_leaf" + type: "item" + } + { + id: "58CB022FD38828DD" + item: "naturesaura:gold_powder" + type: "item" + } + ] + title: "{ftbquests.chapter.the_hunt_for_grass.quest15.title}" + x: -0.5d + y: -9.0d + } + { + dependencies: ["592DBF115E1FBAE9"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest16.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest16.description2}" + ] + icon: "naturesaura:gold_powder" + id: "778E09C4AE548E95" + rewards: [{ + id: "5D6E240899147238" + type: "xp" + xp: 100 + }] + tasks: [ + { + count: 4L + id: "186D36A3950FBBA4" + item: "naturesaura:wood_stand" + type: "item" + } + { + count: 16L + id: "3128AEF2BE4E0F8E" + item: { Count: 16, id: "naturesaura:gold_powder" } + type: "item" + } + ] + title: "{ftbquests.chapter.the_hunt_for_grass.quest16.title}" + x: -1.5d + y: -9.5d + } + { + dependencies: ["4075C13786AF4C49"] + description: ["{ftbquests.chapter.the_hunt_for_grass.quest17.description1}"] + id: "6831CB6AC2CE40C6" + rewards: [ + { + count: 4 + id: "65EF3BC1AE3AC747" + item: "enchanted:clay_jar" + type: "item" + } + { + id: "0C769E6150B0FEA3" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "43042BD1A143213D" + item: "enchanted:witch_oven" + type: "item" + }] + x: 0.0d + y: -8.0d + } + { + dependencies: ["778E09C4AE548E95"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest18.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest18.description2}" + ] + icon: "minecraft:grass_block" + id: "600A7F0DFD880119" + rewards: [ + { + count: 16 + id: "6A49A265CF4845FA" + item: "minecraft:bone_meal" + type: "item" + } + { + id: "5356E9C192A1465D" + type: "xp" + xp: 100 + } + ] + shape: "hexagon" + size: 2.0d + subtitle: "{ftbquests.chapter.the_hunt_for_grass.quest18.subtitle}" + tasks: [{ + id: "5CFCBE5FDA4483B2" + item: "botania:grass_seeds" + type: "item" + }] + title: "{ftbquests.chapter.the_hunt_for_grass.quest18.title}" + x: -3.0d + y: -9.5d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.the_hunt_for_grass.quest19.description1}"] + id: "4A6F59E74183ACCD" + rewards: [ + { + count: 16 + id: "794377EC118582E9" + item: "minecraft:bone_meal" + type: "item" + } + { + id: "42526DDFBEFC41F3" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "7A0BD58C631C84DF" + item: "minecraft:composter" + type: "item" + }] + x: -2.0d + y: -3.5d + } + { + dependencies: ["2E15C8681F5D2ACF"] + description: ["{ftbquests.chapter.the_hunt_for_grass.quest20.description1}"] + icon: "farmersdelight:straw" + id: "07339A3B3E7714B3" + rewards: [ + { + count: 4 + id: "6BB684591D3EF88D" + item: "farmersdelight:straw" + type: "item" + } + { + id: "7998DD18B02558BF" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "11D03E7C1F201812" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "farmersdelight:tools/knives" + } + } + title: "{ftbquests.chapter.the_hunt_for_grass.quest20.task_1283594596619655186.title}" + type: "item" + } + { + id: "46B67D9D0482647A" + item: "farmersdelight:straw" + type: "item" + } + ] + title: "{ftbquests.chapter.the_hunt_for_grass.quest20.title}" + x: -3.5d + y: -0.5d + } + { + dependencies: ["07339A3B3E7714B3"] + description: ["{ftbquests.chapter.the_hunt_for_grass.quest21.description1}"] + id: "1525FDF792FDFA20" + rewards: [ + { + count: 2 + id: "6FBB248C2F9B015B" + item: "farmersdelight:organic_compost" + type: "item" + } + { + id: "3070C7E5573A4739" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "5AC8FA934EDEE985" + item: "farmersdelight:organic_compost" + type: "item" + }] + title: "{ftbquests.chapter.the_hunt_for_grass.quest21.title}" + x: -3.5d + y: 1.0d + } + { + dependencies: ["389C82D9424B4099"] + description: ["{ftbquests.chapter.the_hunt_for_grass.quest22.description1}"] + id: "20CBC9AFA7C23F45" + rewards: [{ + id: "1B75C4C21D227AC3" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "52A0EA2EAB67CF45" + item: { + Count: 1 + id: "mysticalagriculture:watering_can" + tag: { + Water: 0b + } + } + type: "item" + }] + x: 2.0d + y: -4.5d + } + { + dependencies: ["4075C13786AF4C49"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest23.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest23.description2}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest23.description3}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest23.description4}" + ] + icon: "supplementaries:sign_post_oak" + id: "38D0317E85210C44" + rewards: [ + { + count: 16 + id: "1DA546E8161DA745" + item: "mcwpaths:oak_planks_path" + type: "item" + } + { + id: "7770E67AFA2287F1" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "via_romana:guide" + } + } + type: "item" + } + { + id: "1F103D45BC4921D6" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "51B8EE71AA705541" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "via_romana:warp_sign" + } + } + title: "{ftbquests.chapter.the_hunt_for_grass.quest23.task_5888718684745127233.title}" + type: "item" + }] + title: "{ftbquests.chapter.the_hunt_for_grass.quest23.title}" + x: -1.5d + y: -6.75d + } + { + dependencies: ["6831CB6AC2CE40C6"] + description: ["{ftbquests.chapter.the_hunt_for_grass.quest24.description1}"] + id: "101A61A74FD4E38A" + rewards: [{ + id: "5C5154DC1D3C9E50" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "60223DF57FAF6164" + item: "enchanted:fume_funnel" + type: "item" + }] + x: 1.0d + y: -8.0d + } + { + dependencies: ["4CE0C02B0602C06E"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest25.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest25.description2}" + ] + id: "0922C76A06BE0C7A" + optional: true + rewards: [{ + id: "01C80FF930E3D5D0" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4D21D45638B3A9BA" + item: { + Count: 1 + id: "enchanted:earmuffs" + tag: { + Damage: 0 + } + } + type: "item" + }] + title: "{ftbquests.chapter.the_hunt_for_grass.quest25.title}" + x: 1.0d + y: -1.5d + } + { + dependencies: ["4075C13786AF4C49"] + description: [ + "{ftbquests.chapter.the_hunt_for_grass.quest26.description1}" + "" + "{ftbquests.chapter.the_hunt_for_grass.quest26.description2}" + ] + icon: { + Count: 1 + id: "reclamation_util:iron_broadaxe" + tag: { + Damage: 0 + } + } + id: "73B3D2C5DE405208" + rewards: [{ + id: "38ACBA6748CBF860" + type: "xp" + xp: 100 + }] + size: 1.0d + tasks: [{ + id: "449440C5F60E3A01" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "reclamation_util:wooden_excavator" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:stone_excavator" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:golden_excavator" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:iron_excavator" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:diamond_excavator" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:netherite_excavator" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:manasteel_excavator" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:sky_excavator" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:botanist_excavator" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:wooden_broadaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:stone_broadaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:golden_broadaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:iron_broadaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:diamond_broadaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:netherite_broadaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:manasteel_broadaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:botanist_broadaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:sky_broadaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:wooden_hammer" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:stone_hammer" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:golden_hammer" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:iron_hammer" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:diamond_hammer" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:netherite_hammer" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:manasteel_hammer" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:botanist_hammer" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:sky_hammer" + tag: { + Damage: 0 + } + } + ] + } + } + title: "{ftbquests.chapter.the_hunt_for_grass.quest26.task_4941645910113139201.title}" + type: "item" + }] + x: 1.5d + y: -6.75d + } + ] + title: "{ftbquests.chapter.the_hunt_for_grass.title}" +} diff --git a/config/ftbquests/quests/chapters/the_sound_of_life.snbt b/config/ftbquests/quests/chapters/the_sound_of_life.snbt new file mode 100644 index 0000000..ead0752 --- /dev/null +++ b/config/ftbquests/quests/chapters/the_sound_of_life.snbt @@ -0,0 +1,2681 @@ +{ + default_hide_dependency_lines: false + default_min_width: 280 + default_quest_shape: "" + filename: "the_sound_of_life" + group: "" + hide_quest_until_deps_visible: true + icon: "minecraft:egg" + id: "384351F130068923" + order_index: 3 + quest_links: [ ] + quests: [ + { + dependencies: ["1C7C9A1F11DE819B"] + description: ["{ftbquests.chapter.the_sound_of_life.quest1.description1}"] + disable_toast: true + hide_until_deps_complete: true + icon: "heads:chicken_head" + id: "7540F4407477DCAF" + rewards: [{ + id: "237C35ECF9E73216" + type: "xp" + xp: 100 + }] + shape: "hexagon" + tasks: [{ + disable_toast: true + id: "5AEA0525E5C56793" + item: "minecraft:chicken_spawn_egg" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest1.title}" + x: 0.0d + y: 0.5d + } + { + dependencies: ["7540F4407477DCAF"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest2.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest2.description2}" + ] + icon: "naturesaura:animal_spawner" + id: "4985B07F3FA59210" + rewards: [ + { + count: 4 + id: "357E0029B5AAE0A9" + item: "minecraft:egg" + type: "item" + } + { + id: "673CE7EF96FE145E" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "378D137178E97CA0" + item: "naturesaura:animal_spawner" + type: "item" + } + { + id: "75333D5557211687" + item: "naturesaura:birth_spirit" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest2.title}" + x: 0.0d + y: -0.5d + } + { + dependencies: ["4985B07F3FA59210"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest3.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest3.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest3.description3}" + ] + icon: "bloodmagic:altar" + id: "3A8632BAEA799385" + rewards: [ + { + id: "49B0F3E7D9AA87A4" + item: { + Count: 1 + id: "patchouli:guide_book" + tag: { + "patchouli:book": "bloodmagic:guide" + } + } + type: "item" + } + { + count: 4 + id: "3D51F200661693AA" + item: "bloodmagic:soulsnare" + type: "item" + } + { + id: "045614053E35385D" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "2322AC4E4EDB3B43" + item: "bloodmagic:soulsnare" + type: "item" + } + { + id: "023C107E83217755" + item: "bloodmagic:altar" + type: "item" + } + { + id: "2C58FD33ED51C02C" + item: { + Count: 1 + id: "bloodmagic:sacrificialdagger" + tag: { } + } + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest3.title}" + x: 0.0d + y: -1.5d + } + { + dependencies: ["3A8632BAEA799385"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest4.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest4.description2}" + ] + icon: "bloodmagic:blankslate" + id: "377BF30FBED5AA32" + rewards: [ + { + count: 4 + id: "772B008CD55DC875" + item: "bloodmagic:blankslate" + type: "item" + } + { + id: "633D0601D201B979" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "2FEA1AFEAC08E4B2" + item: "bloodmagic:blankslate" + type: "item" + } + { + count: 8L + id: "56C741E6855EBB85" + item: { Count: 8, id: "bloodmagic:blankrune" } + optional_task: true + type: "item" + } + { + id: "0316DABD5A9F1D48" + item: "bloodmagic:speedrune" + optional_task: true + type: "item" + } + ] + x: 0.0d + y: -3.0d + } + { + dependencies: ["377BF30FBED5AA32"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest5.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest5.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest5.description3}" + ] + icon: "bloodmagic:soulforge" + id: "74EFFC6EDDE055CC" + rewards: [{ + id: "0F6E03525CC884EB" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4A3C365B974B4686" + item: "bloodmagic:soulforge" + type: "item" + } + { + id: "4BF3F3DFD146D313" + item: { + Count: 1 + id: "bloodmagic:soulgempetty" + tag: { } + } + match_nbt: false + type: "item" + } + ] + x: -1.5d + y: -4.0d + } + { + dependencies: ["377BF30FBED5AA32"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest6.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest6.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest6.description3}" + ] + icon: "bloodmagic:weakbloodorb" + id: "7BDAAB04F6FD0786" + rewards: [{ + id: "1C156820BE10709E" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7D25CF3CC20E3F95" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "bloodmagic:weakbloodorb" + } + { + Count: 1b + id: "bloodmagic:apprenticebloodorb" + } + { + Count: 1b + id: "bloodmagic:magicianbloodorb" + } + { + Count: 1b + id: "bloodmagic:masterbloodorb" + } + { + Count: 1b + id: "bloodmagic:archmagebloodorb" + } + ] + } + } + title: "{ftbquests.chapter.the_sound_of_life.quest6.task_9017841688739987349.title}" + type: "item" + }] + x: 1.5d + y: -4.0d + } + { + dependencies: ["7BDAAB04F6FD0786"] + description: ["{ftbquests.chapter.the_sound_of_life.quest7.description1}"] + id: "6E3C1D562EF8899E" + rewards: [{ + id: "6F107000611C0596" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "221D12F2D212528C" + item: "bloodmagic:alchemytable" + type: "item" + }] + x: 2.5d + y: -4.5d + } + { + dependencies: ["6E3C1D562EF8899E"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest8.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest8.description2}" + ] + icon: { + Count: 1 + id: "bloodmagic:arcaneashes" + tag: { + Damage: 0 + } + } + id: "72F1440343A758D8" + rewards: [{ + id: "62EC211F97E38A13" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "0E2A07C6AECA444F" + item: { + Count: 1 + id: "bloodmagic:arcaneashes" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "1727DB6E02D0E659" + item: "bloodmagic:divinationsigil" + type: "item" + } + ] + x: 1.5d + y: -5.0d + } + { + dependencies: ["74EFFC6EDDE055CC"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest9.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest9.description2}" + ] + icon: { + Count: 1 + id: "bloodmagic:soulsword" + tag: { + Damage: 0 + } + } + id: "068189D12DAB75B0" + rewards: [ + { + id: "788F429367C66336" + type: "xp" + xp: 100 + } + { + id: "53AA85048C90DE6A" + item: { + Count: 1 + id: "bloodmagic:basemonstersoul" + tag: { + souls: 25.0d + } + } + type: "item" + } + ] + tasks: [{ + id: "2DECD86907170DFF" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "bloodmagic:soulsword" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "bloodmagic:soulaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "bloodmagic:soulpickaxe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "bloodmagic:soulshovel" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "bloodmagic:soulscythe" + tag: { + Damage: 0 + } + } + ] + } + } + title: "{ftbquests.chapter.the_sound_of_life.quest9.task_3309257771812589055.title}" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest9.title}" + x: -1.0d + y: -5.0d + } + { + dependencies: ["377BF30FBED5AA32"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest10.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest10.description2}" + ] + icon: "bloodmagic:reinforcedslate" + id: "7CF9CB3E4AC5A7DA" + rewards: [ + { + count: 2 + id: "64D7B37C6F263BF0" + item: "bloodmagic:reinforcedslate" + type: "item" + } + { + id: "251120CC558323CC" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "3E7417224DA9B862" + item: "bloodmagic:reinforcedslate" + type: "item" + } + { + id: "6C36EDFD7F9F9B22" + item: "bloodmagic:sacrificerune" + optional_task: true + type: "item" + } + { + id: "6880E08E93759140" + item: "bloodmagic:selfsacrificerune" + optional_task: true + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest10.title}" + x: 0.0d + y: -4.5d + } + { + dependencies: ["7CF9CB3E4AC5A7DA"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest11.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest11.description2}" + ] + icon: "bloodmagic:infusedslate" + id: "574FE16E5404A3D0" + rewards: [ + { + count: 2 + id: "6B080D23778CD8FC" + item: "bloodmagic:infusedslate" + type: "item" + } + { + id: "381E1AAE54092F12" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "37B254916A987B8E" + item: "bloodmagic:infusedslate" + type: "item" + } + { + id: "26B9BD610BECEDF3" + item: "bloodmagic:altarcapacityrune" + optional_task: true + type: "item" + } + { + id: "08301E614AB17191" + item: "bloodmagic:dislocationrune" + optional_task: true + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest11.title}" + x: 0.0d + y: -6.5d + } + { + dependencies: ["574FE16E5404A3D0"] + description: ["{ftbquests.chapter.the_sound_of_life.quest12.description1}"] + id: "5E16957A5151E858" + rewards: [{ + id: "2FC4589CD2AE8447" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1A32582B9A5D1ED4" + item: "bloodmagic:alchemicalreactionchamber" + type: "item" + }] + x: -2.0d + y: -5.0d + } + { + dependencies: ["22F15EC1DF24B1D8"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest13.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest13.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest13.description3}" + ] + id: "703F201AB6A704B3" + optional: true + rewards: [{ + id: "65AA5759754350C5" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7FB8C827063802D3" + item: "botania:blood_pendant" + type: "item" + }] + x: -4.5d + y: -5.5d + } + { + dependencies: ["5E16957A5151E858"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest14.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest14.description2}" + ] + id: "22F15EC1DF24B1D8" + rewards: [{ + id: "021801B296B134CB" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "5032798879F66104" + item: "minecraft:diamond" + type: "item" + } + { + id: "3BB1A7C07E3F5376" + item: "minecraft:amethyst_shard" + type: "item" + } + { + id: "68F95184800330D3" + item: "minecraft:lapis_lazuli" + type: "item" + } + { + id: "63AD163F272F80D9" + item: "minecraft:quartz" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest14.title}" + x: -3.0d + y: -5.0d + } + { + dependencies: ["22F15EC1DF24B1D8"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest15.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest15.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest15.description3}" + ] + id: "518B46E423840A2F" + rewards: [ + { + id: "326F7FB78BE3A4F7" + type: "xp" + xp: 100 + } + { + count: 4 + id: "4F0506A326507B32" + item: "minecraft:amethyst_shard" + type: "item" + } + ] + tasks: [{ + id: "670314D8B1392691" + item: "minecraft:budding_amethyst" + type: "item" + }] + x: -4.5d + y: -3.5d + } + { + dependencies: ["22F15EC1DF24B1D8"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest16.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest16.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest16.description3}" + ] + id: "1CCEDC1F9F219179" + rewards: [{ + id: "39D0850FDC4BC2AC" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "784CD9014C36443E" + item: "ars_nouveau:red_archwood_sapling" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest16.title}" + x: -4.5d + y: -4.5d + } + { + dependencies: ["1CCEDC1F9F219179"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest17.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest17.description2}" + ] + icon: "ars_nouveau:source_gem" + id: "1A59682F5B56E020" + rewards: [ + { + id: "64CCDF2FE431AE08" + type: "xp" + xp: 100 + } + { + count: 4 + id: "28474DFB8BE096FC" + item: "ars_nouveau:source_gem" + type: "item" + } + ] + tasks: [ + { + id: "62F22B91C38D1A19" + item: "ars_nouveau:imbuement_chamber" + type: "item" + } + { + id: "081B2C5DDC080F06" + item: "ars_nouveau:source_gem" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest17.title}" + x: -6.0d + y: -3.5d + } + { + dependencies: ["574FE16E5404A3D0"] + description: ["{ftbquests.chapter.the_sound_of_life.quest18.description1}"] + icon: "mekanism:ingot_osmium" + id: "2746DDF7130D3BB4" + rewards: [ + { + id: "4407ACE13E141EAD" + type: "xp" + xp: 100 + } + { + count: 4 + id: "0903E42D348EC2A1" + item: "mekanism:ingot_osmium" + type: "item" + } + ] + tasks: [{ + id: "7EA7CF9D39C7751F" + item: "mekanism:ingot_osmium" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest18.title}" + x: 2.0d + y: -6.0d + } + { + dependencies: ["0E7EBE370DB920D8"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest19.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest19.description2}" + ] + icon: "mekanism:ingot_steel" + id: "0CF33532629C1427" + rewards: [ + { + count: 4 + id: "4E5E6BA177BD3802" + item: "mekanism:ingot_steel" + type: "item" + } + { + id: "466545FC11617D95" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "3ED79C8FFF4F92C5" + item: "mekanism:metallurgic_infuser" + type: "item" + } + { + id: "328D39E68378FAF3" + item: "mekanism:ingot_steel" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest19.title}" + x: 5.0d + y: -3.5d + } + { + dependencies: ["0CF33532629C1427"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest20.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest20.description2}" + ] + id: "7A2BEC31266C6A7E" + rewards: [{ + id: "159412D5B1C84275" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "582C7FEBC5653F6B" + item: "mekanism:steel_casing" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest20.title}" + x: 5.0d + y: -1.5d + } + { + dependencies: ["7A2BEC31266C6A7E"] + description: ["{ftbquests.chapter.the_sound_of_life.quest21.description1}"] + id: "382B7C05BB6427BB" + rewards: [{ + id: "418B00529CFA055E" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6946036A7CBAC3DA" + item: "mekanism:enrichment_chamber" + type: "item" + }] + x: 5.0d + y: -0.5d + } + { + dependencies: ["2746DDF7130D3BB4"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest22.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest22.description2}" + ] + id: "0E7EBE370DB920D8" + rewards: [{ + id: "35B5368759D5201D" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "4E377E82C636102C" + item: "botania:mana_fluxfield" + type: "item" + }] + x: 4.0d + y: -5.0d + } + { + dependencies: ["22F15EC1DF24B1D8"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest23.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest23.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest23.description3}" + ] + icon: "botania:terrasteel_ingot" + id: "2F6FB6D4819EF061" + rewards: [ + { + exclude_from_claim_all: true + id: "33CFD43D0DB6A9ED" + table_id: 1430735789179352246L + type: "choice" + } + { + id: "372B45BE929CEF67" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "20ACC9409D3E06DE" + item: "botania:terra_plate" + type: "item" + } + { + id: "08B033CAEF0CD37B" + item: "botania:terrasteel_ingot" + type: "item" + } + { + id: "3828A7384B03CF18" + item: "botania:spark" + optional_task: true + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest23.title}" + x: -4.5d + y: -6.5d + } + { + dependencies: ["0CF33532629C1427"] + description: ["{ftbquests.chapter.the_sound_of_life.quest24.description1}"] + icon: "mekanism:basic_universal_cable" + id: "740CD4B0ED662B60" + rewards: [{ + id: "2A3FEABE2B698F92" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1475EE94A011CB5D" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "mekanism:basic_universal_cable" + } + { + Count: 1b + id: "mekanism:basic_mechanical_pipe" + } + { + Count: 1b + id: "mekanism:basic_pressurized_tube" + } + { + Count: 1b + id: "mekanism:basic_logistical_transporter" + } + { + Count: 1b + id: "mekanism:basic_thermodynamic_conductor" + } + ] + } + } + title: "{ftbquests.chapter.the_sound_of_life.quest24.task_1474346775141796701.title}" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest24.title}" + x: 6.0d + y: -3.5d + } + { + dependencies: ["7A2BEC31266C6A7E"] + description: ["{ftbquests.chapter.the_sound_of_life.quest25.description1}"] + id: "46391DDDC731B2AC" + rewards: [{ + id: "76D8B9E4A2E39ABE" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "56D016880B4F7E0A" + item: "mekanism:rotary_condensentrator" + type: "item" + }] + x: 6.0d + y: -1.5d + } + { + dependencies: ["46391DDDC731B2AC"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest26.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest26.description2}" + ] + id: "65850E753E7200DC" + rewards: [{ + id: "26E1201BE7376631" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "557B2A704D82C0E4" + item: "mekanismgenerators:gas_burning_generator" + type: "item" + }] + x: 7.0d + y: -1.5d + } + { + dependencies: [ + "65850E753E7200DC" + "64D9A5568A5D41FD" + ] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest27.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest27.description2}" + ] + icon: "mekanism:ethene_bucket" + id: "6EAAB9DF6917C3AC" + rewards: [{ + id: "0613B63736BECD09" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "784C1FB9EF14A6F2" + item: "mekanism:substrate" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest27.title}" + x: 8.0d + y: -1.5d + } + { + dependencies: ["6EAAB9DF6917C3AC"] + description: ["{ftbquests.chapter.the_sound_of_life.quest28.description1}"] + icon: "bloodmagic:life_essence_bucket" + id: "0B4BD82BD1422A1A" + rewards: [{ + id: "7B04313E2CB7FFF3" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2BF3BFDB49C45513" + type: "checkmark" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest28.title}" + x: 9.0d + y: -1.5d + } + { + dependencies: ["7A2BEC31266C6A7E"] + description: ["{ftbquests.chapter.the_sound_of_life.quest29.description1}"] + id: "2FD8F1325D206079" + rewards: [{ + id: "12528884CF2B0441" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6F86831D988E5067" + item: "mekanism:crusher" + type: "item" + }] + x: 6.0d + y: -2.5d + } + { + dependencies: ["2FD8F1325D206079"] + description: ["{ftbquests.chapter.the_sound_of_life.quest30.description1}"] + icon: "mekanism:bio_fuel" + id: "64D9A5568A5D41FD" + rewards: [{ + id: "2EFE27CEB03D9EEA" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "2A212BB4860A6A9C" + item: "mekanism:bio_fuel" + type: "item" + } + { + id: "08C0A72E651C7E5C" + item: "mekanismgenerators:bio_generator" + optional_task: true + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest30.title}" + x: 7.0d + y: -2.5d + } + { + dependencies: ["382B7C05BB6427BB"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest31.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest31.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest31.description3}" + ] + id: "1FFEB5A89F1ACBEC" + rewards: [{ + id: "3628F01A7CE6CE11" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7BB90ADA3D1A4A27" + item: "mekanism:purification_chamber" + type: "item" + }] + x: 4.0d + y: 0.0d + } + { + dependencies: ["1FFEB5A89F1ACBEC"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest32.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest32.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest32.description3}" + ] + icon: "mekanism:chemical_dissolution_chamber" + id: "0E50AD0D33F05A97" + rewards: [{ + id: "1C9E6BD4569B5C68" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "1DEF0E6B5E2EA645" + item: "mekanism:chemical_dissolution_chamber" + type: "item" + } + { + id: "53F660FA9CD0E6A1" + item: "mekanism:thermal_evaporation_controller" + type: "item" + } + ] + x: 3.0d + y: 0.5d + } + { + dependencies: ["0E50AD0D33F05A97"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest33.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest33.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest33.description3}" + ] + icon: "mekanism:chemical_washer" + id: "3B5E9C85AC4A0165" + rewards: [{ + id: "028F869BA70AD5EC" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "7EA89E9827E49CA2" + item: "mekanism:chemical_washer" + type: "item" + } + { + id: "6FD98215E0A2C9D7" + item: "mekanism:chemical_crystallizer" + type: "item" + } + { + id: "37697DBA8E936D45" + item: "mekanism:chemical_injection_chamber" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest33.title}" + x: 2.0d + y: 1.0d + } + { + dependencies: ["574FE16E5404A3D0"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest34.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest34.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest34.description3}" + ] + icon: "bloodmagic:ritualdiviner" + id: "572D14ABB8B0DEB9" + rewards: [{ + id: "1131E0D528CC4C71" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "427CDE4DC86850F7" + item: "bloodmagic:ritualdiviner" + type: "item" + } + { + id: "7DBABAFEE9117CBC" + item: "bloodmagic:masterritualstone" + type: "item" + } + { + id: "0803E379A44EFC16" + item: "bloodmagic:activationcrystalweak" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest34.title}" + x: -1.0d + y: -7.0d + } + { + dependencies: ["572D14ABB8B0DEB9"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest35.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest35.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest35.description3}" + ] + icon: "bloodmagic:weakbloodshard" + id: "4CF55F7AA2943D89" + rewards: [{ + id: "7069B29833E2D1AB" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "68F1364D1040EB47" + item: "bloodmagic:weak_tau" + type: "item" + } + { + id: "0D170CFD649C76DE" + item: "bloodmagic:strong_tau" + type: "item" + } + { + id: "051EC8616B94DE88" + item: "bloodmagic:weakbloodshard" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest35.title}" + x: -1.0d + y: -8.0d + } + { + dependencies: ["4CF55F7AA2943D89"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest36.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest36.description2}" + ] + icon: "bloodmagic:demonslate" + id: "45BC42953D194C94" + rewards: [{ + id: "5D38AB03FC3BDEB9" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4720477C3CBF71DA" + item: "bloodmagic:demonslate" + type: "item" + } + { + id: "127C70A1962EBBB9" + item: "bloodmagic:bettercapacityrune" + optional_task: true + type: "item" + } + { + id: "052F97BFDBB1A18C" + item: "bloodmagic:accelerationrune" + optional_task: true + type: "item" + } + { + id: "7F19272509FF60B5" + item: "bloodmagic:chargingrune" + optional_task: true + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest36.title}" + x: 0.0d + y: -8.5d + } + { + dependencies: ["45BC42953D194C94"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest37.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest37.description2}" + ] + id: "334A0BB9548947EF" + rewards: [{ + id: "607BAD64DAC4FCFE" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "723C24DEE217AB71" + item: "bloodmagic:ritualdivinerdusk" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest37.title}" + x: 1.0d + y: -9.0d + } + { + dependencies: ["334A0BB9548947EF"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest38.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest38.description2}" + ] + id: "171B65208F0D13E8" + rewards: [{ + id: "5AC8DA5FA134C6F7" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "467B3D50C2357A42" + item: "bloodmagic:rawdemonite" + type: "item" + }] + x: 1.0d + y: -10.0d + } + { + dependencies: ["171B65208F0D13E8"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest39.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest39.description2}" + ] + id: "0B69076CC61D0246" + rewards: [{ + id: "320A61458BB04F1C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2D0FB64D86DA4D44" + item: "bloodmagic:etherealslate" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest39.title}" + x: 0.0d + y: -10.5d + } + { + dependencies: ["334A0BB9548947EF"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest40.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest40.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest40.description3}" + ] + id: "1FC8CD63A4443B63" + rewards: [{ + id: "3B5D6D98F5DC7D86" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6E2EBA9485E13F0B" + item: "bloodmagic:ritualtinkerer" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest40.title}" + x: -0.5d + y: -9.5d + } + { + dependencies: ["7BDAAB04F6FD0786"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest41.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest41.description2}" + ] + id: "1C61DAD67EC27EA5" + rewards: [{ + id: "6787F1685DB5735A" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5A2F41572FB4E93A" + item: "bloodmagic:incensealtar" + type: "item" + }] + x: 2.5d + y: -3.5d + } + { + dependencies: ["22F15EC1DF24B1D8"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest42.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest42.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest42.description3}" + "" + "{ftbquests.chapter.the_sound_of_life.quest42.description4}" + ] + icon: "bloodmagic:defaultcrystal" + id: "026A3590EE976DB0" + rewards: [{ + id: "17148E927CA42A25" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "253DDEE2437F5A1A" + item: "bloodmagic:demoncrucible" + type: "item" + } + { + id: "1D833D514F9B56D6" + item: "bloodmagic:demoncrystallizer" + type: "item" + } + { + id: "44C8A99B9FFE37F1" + item: "bloodmagic:defaultcrystal" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest42.title}" + x: -3.0d + y: -6.0d + } + { + dependencies: [ + "1FC8CD63A4443B63" + "026A3590EE976DB0" + ] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest43.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest43.description2}" + ] + id: "357CA59CD9EFA012" + rewards: [{ + id: "464960C7C3270280" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "3D2E4EDD1162BC19" + item: "bloodmagic:corrosivecrystal" + type: "item" + } + { + id: "4EC199F62E2DF1A2" + item: "bloodmagic:vengefulcrystal" + type: "item" + } + { + id: "1E0BEAC26DF1E8A8" + item: "bloodmagic:destructivecrystal" + type: "item" + } + { + id: "578468CF2D419097" + item: "bloodmagic:steadfastcrystal" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest43.title}" + x: -2.5d + y: -8.5d + } + { + dependencies: ["2F6FB6D4819EF061"] + description: ["{ftbquests.chapter.the_sound_of_life.quest44.description1}"] + id: "7B4F1EAF6F7A4A1D" + rewards: [{ + id: "2ABDB4E91089E2B3" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "5369B7D08EBAF52A" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "botania:rune_pride" + } + { + Count: 1b + id: "botania:rune_envy" + } + { + Count: 1b + id: "botania:rune_wrath" + } + { + Count: 1b + id: "botania:rune_sloth" + } + { + Count: 1b + id: "botania:rune_greed" + } + { + Count: 1b + id: "botania:rune_gluttony" + } + { + Count: 1b + id: "botania:rune_lust" + } + ] + } + } + title: "{ftbquests.chapter.the_sound_of_life.quest44.task_6010537284078335274.title}" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest44.title}" + x: -4.5d + y: -8.5d + } + { + dependencies: ["2F6FB6D4819EF061"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest45.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest45.description2}" + ] + icon: "botania:natura_pylon" + id: "3E0289A3420971D8" + rewards: [{ + id: "23791502552BD34B" + type: "xp" + xp: 100 + }] + tasks: [ + { + count: 2L + id: "65D021B5E96A60E5" + item: "botania:natura_pylon" + type: "item" + } + { + id: "02E100540D6A4802" + item: "botania:alfheim_portal" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest45.title}" + x: -6.5d + y: -6.5d + } + { + dependencies: ["3E0289A3420971D8"] + description: ["{ftbquests.chapter.the_sound_of_life.quest46.description1}"] + id: "46E7F06B96AE7AC9" + optional: true + rewards: [ + { + count: 8 + id: "7E371201031882C3" + item: "botania:dreamwood" + type: "item" + } + { + id: "12BFDEB9D7517741" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "1B796C53B345E787" + item: "botania:elven_spreader" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest46.title}" + x: -7.0d + y: -5.5d + } + { + dependencies: [ + "3E0289A3420971D8" + "7B4F1EAF6F7A4A1D" + ] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest47.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest47.description2}" + ] + id: "039EE9BB48F29DB2" + rewards: [{ + id: "3C3A804BDA0F9DAA" + type: "xp" + xp: 100 + }] + size: 1.5d + subtitle: "{ftbquests.chapter.the_sound_of_life.quest47.subtitle}" + tasks: [{ + id: "34A484CFD9300B55" + item: "botania:orechid" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest47.title}" + x: -5.5d + y: -7.5d + } + { + dependencies: ["1CCEDC1F9F219179"] + description: ["{ftbquests.chapter.the_sound_of_life.quest48.description1}"] + icon: "ars_nouveau:scribes_table" + id: "2FAAD3AB3B105FB5" + rewards: [{ + id: "30EE5B3A4809D53A" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "641FFAC13A3B6F7F" + item: "ars_nouveau:scribes_table" + type: "item" + } + { + id: "6A30A4AEE0F41770" + item: "ars_nouveau:novice_spell_book" + optional_task: true + type: "item" + } + { + id: "69173B7D0C18C8A1" + item: "tomeofblood:novice_tome_of_blood" + optional_task: true + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest48.title}" + x: -6.0d + y: -4.5d + } + { + dependencies: ["1A59682F5B56E020"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest49.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest49.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest49.description3}" + ] + icon: "ars_nouveau:source_jar" + id: "797F89EC438BD230" + rewards: [{ + id: "27954266BA7187F1" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "3F3CF3827894432E" + item: "ars_nouveau:source_jar" + type: "item" + } + { + id: "7763161A3FA52012" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "ars_nouveau:mycelial_sourcelink" + } + { + Count: 1b + id: "ars_nouveau:vitalic_sourcelink" + } + { + Count: 1b + id: "ars_nouveau:alchemical_sourcelink" + } + { + Count: 1b + id: "ars_nouveau:volcanic_sourcelink" + } + { + Count: 1b + id: "ars_nouveau:agronomic_sourcelink" + } + ] + } + } + title: "{ftbquests.chapter.the_sound_of_life.quest49.task_8602744015200526354.title}" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest49.title}" + x: -7.5d + y: -2.0d + } + { + dependencies: ["797F89EC438BD230"] + description: ["{ftbquests.chapter.the_sound_of_life.quest50.description1}"] + icon: "ars_nouveau:enchanting_apparatus" + id: "1F95463AFBB55B18" + rewards: [{ + id: "3990247EC663D055" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "1FC5DE50A5149319" + item: "ars_nouveau:arcane_core" + type: "item" + } + { + id: "2D8761F46C000249" + item: "ars_nouveau:enchanting_apparatus" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest50.title}" + x: -7.5d + y: -0.5d + } + { + dependencies: [ + "518B46E423840A2F" + "0E7BC6F2785D6CD4" + ] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest51.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest51.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest51.description3}" + ] + icon: "ars_nouveau:amethyst_golem_charm" + id: "3D210245881F46D7" + rewards: [{ + id: "155E9DDD132A749F" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "4681AAF428733A6B" + item: "ars_nouveau:amethyst_golem_charm" + type: "item" + } + { + id: "3F864F63DB8E70D9" + item: { + Count: 1 + id: "ars_nouveau:dominion_wand" + tag: { } + } + optional_task: true + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest51.title}" + x: -4.0d + y: -2.5d + } + { + dependencies: ["3E0289A3420971D8"] + description: ["{ftbquests.chapter.the_sound_of_life.quest52.description1}"] + id: "5750E61C2B1E8D5E" + optional: true + rewards: [{ + id: "1A9CFA442A825AA4" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "175DA0F3E23B1A9C" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "botania:dandelifeon" + } + { + Count: 1b + id: "botania:shulk_me_not" + } + { + Count: 1b + id: "botania:rafflowsia" + } + { + Count: 1b + id: "botania:spectrolus" + } + { + Count: 1b + id: "botania:kekimurus" + } + ] + } + } + title: "{ftbquests.chapter.the_sound_of_life.quest52.task_1683678805039454876.title}" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest52.title}" + x: -6.0d + y: -5.5d + } + { + dependencies: [ + "3E0289A3420971D8" + "7B4F1EAF6F7A4A1D" + "0F60E7D69F6FA06E" + ] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest53.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest53.description2}" + ] + id: "7EE279615E00797C" + rewards: [{ + id: "65FF5350EF32641E" + type: "xp" + xp: 100 + }] + tasks: [{ + count: 4L + id: "46CDCF3AACBF85C4" + item: "botania:gaia_pylon" + type: "item" + }] + x: -7.0d + y: -9.0d + } + { + dependencies: ["1A59682F5B56E020"] + description: ["{ftbquests.chapter.the_sound_of_life.quest54.description1}"] + id: "0F60E7D69F6FA06E" + rewards: [ + { + count: 4 + id: "2AC324821918B938" + item: "ars_nouveau:source_gem" + type: "item" + } + { + id: "28EBE18B9177606E" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "5B9793284890447B" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "ars_elemental:anima_essence" + } + { + Count: 1b + id: "ars_nouveau:water_essence" + } + { + Count: 1b + id: "ars_nouveau:manipulation_essence" + } + { + Count: 1b + id: "ars_nouveau:fire_essence" + } + { + Count: 1b + id: "ars_nouveau:air_essence" + } + { + Count: 1b + id: "ars_nouveau:conjuration_essence" + } + { + Count: 1b + id: "ars_nouveau:abjuration_essence" + } + { + Count: 1b + id: "ars_nouveau:earth_essence" + } + ] + } + } + title: "{ftbquests.chapter.the_sound_of_life.quest54.task_6599905580160140411.title}" + type: "item" + }] + x: -9.5d + y: -5.5d + } + { + dependencies: [ + "7EE279615E00797C" + "6B0DF94DF9004625" + ] + description: ["{ftbquests.chapter.the_sound_of_life.quest55.description1}"] + id: "0721C000948329FF" + rewards: [{ + id: "3AF6B521407E4D45" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "51D63243515AEAB7" + item: "botania:life_essence" + type: "item" + }] + x: -5.0d + y: -10.5d + } + { + dependencies: ["1A59682F5B56E020"] + description: ["{ftbquests.chapter.the_sound_of_life.quest56.description1}"] + id: "0E7BC6F2785D6CD4" + rewards: [{ + id: "05C8B992B92B2723" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "18324C87EF47313D" + item: "ars_nouveau:ritual_brazier" + type: "item" + }] + x: -6.0d + y: -2.0d + } + { + dependencies: [ + "1F95463AFBB55B18" + "0E7BC6F2785D6CD4" + ] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest57.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest57.description2}" + ] + icon: "ars_nouveau:storage_lectern" + id: "792DA50F1C60B35D" + rewards: [ + { + id: "19850D74FE2A105D" + item: "ars_nouveau:bookwyrm_charm" + type: "item" + } + { + id: "319FC98DA2AE9171" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "72FF396E69CA8357" + item: "ars_nouveau:storage_lectern" + type: "item" + } + { + id: "2AFA66D061D31585" + item: "ars_nouveau:bookwyrm_charm" + optional_task: true + type: "item" + } + { + id: "1942F4F6D64D0A7E" + item: "ars_nouveau:repository" + optional_task: true + type: "item" + } + ] + x: -6.0d + y: 1.0d + } + { + dependencies: ["7A2BEC31266C6A7E"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest58.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest58.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest58.description3}" + ] + icon: "mekanism:upgrade_speed" + id: "4A5E73C5F6D316DE" + rewards: [{ + id: "0077F085A6A2F139" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "0515588225B47EC0" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "mekanism:upgrade_anchor" + } + { + Count: 1b + id: "mekanism:upgrade_gas" + } + { + Count: 1b + id: "mekanism:upgrade_muffling" + } + { + Count: 1b + id: "mekanism:upgrade_filter" + } + { + Count: 1b + id: "mekanism:upgrade_energy" + } + { + Count: 1b + id: "mekanism:upgrade_speed" + } + ] + } + } + title: "{ftbquests.chapter.the_sound_of_life.quest58.task_366296260702142144.title}" + type: "item" + } + { + id: "195C795DF27B5C06" + item: "mekanism:basic_tier_installer" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest58.title}" + x: 4.0d + y: -1.5d + } + { + dependencies: [ + "357CA59CD9EFA012" + "7B4F1EAF6F7A4A1D" + ] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest59.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest59.description2}" + ] + icon: "minecraft:nether_star" + id: "6B0DF94DF9004625" + rewards: [{ + id: "5CA3008BF523209E" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "454762A1A44C17B6" + item: "minecraft:wither_skeleton_skull" + type: "item" + } + { + id: "0BE29949858B350B" + item: "minecraft:nether_star" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest59.title}" + x: -3.5d + y: -9.0d + } + { + dependencies: ["3E0289A3420971D8"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest60.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest60.description2}" + ] + id: "2CC12CE948BCDF7A" + optional: true + rewards: [{ + id: "088A7018CDDAC6A6" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6DE1672848EE5822" + item: "botania:conjuration_catalyst" + type: "item" + }] + x: -7.5d + y: -6.5d + } + { + dependencies: ["0E7BC6F2785D6CD4"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest61.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest61.description2}" + ] + icon: "ars_nouveau:wilden_tribute" + id: "3660075C34865DCB" + rewards: [{ + id: "724D3E3D9C0AD8E5" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "557B6D621EA69A1C" + item: "ars_nouveau:ritual_wilden_summon" + type: "item" + } + { + id: "6C342A0F4B4E47B7" + item: "ars_nouveau:wilden_tribute" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest61.title}" + x: -4.0d + y: -1.5d + } + { + dependencies: ["382B7C05BB6427BB"] + description: ["{ftbquests.chapter.the_sound_of_life.quest62.description1}"] + icon: "ae2:charged_certus_quartz_crystal" + id: "09809D52A27FDC84" + rewards: [ + { + id: "5C24F8E6550488AC" + type: "xp" + xp: 100 + } + { + count: 4 + id: "49D112FE5CF3312E" + item: "ae2:certus_quartz_crystal" + type: "item" + } + ] + tasks: [ + { + id: "4200E6A3B4CC4927" + item: "ae2:charger" + type: "item" + } + { + id: "506DA1038AC3E9D4" + item: "ae2:certus_quartz_crystal" + type: "item" + } + { + id: "7939BCC1179D0DC6" + item: "ae2:charged_certus_quartz_crystal" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest62.title}" + x: 4.5d + y: 1.0d + } + { + dependencies: ["09809D52A27FDC84"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest63.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest63.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest63.description3}" + ] + id: "4B21D583F11D94F4" + rewards: [ + { + id: "22C9F952FBF7BF88" + type: "xp" + xp: 100 + } + { + count: 4 + id: "326CC133F9CB9E68" + item: "ae2:charged_certus_quartz_crystal" + type: "item" + } + ] + tasks: [{ + id: "6240BAA8E7D232EC" + item: "ae2:flawed_budding_quartz" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest63.title}" + x: 3.5d + y: 2.5d + } + { + dependencies: ["4B21D583F11D94F4"] + description: ["{ftbquests.chapter.the_sound_of_life.quest64.description1}"] + id: "3DC3BEC51801CB96" + rewards: [ + { + id: "6C1FBE410509FD12" + type: "xp" + xp: 100 + } + { + count: 4 + id: "0152F157B8B1D2DF" + item: "ae2:fluix_crystal" + type: "item" + } + ] + tasks: [{ + id: "060D3C3A47ED0D6E" + item: "ae2:fluix_crystal" + type: "item" + }] + x: 2.0d + y: 4.0d + } + { + dependencies: ["3DC3BEC51801CB96"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest65.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest65.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest65.description3}" + ] + icon: "ae2:mysterious_cube" + id: "64F989736017F6CD" + rewards: [{ + id: "0D9B45293BABC90F" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "303F573F6C388FE3" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "ae2:silicon_press" + } + { + Count: 1b + id: "ae2:logic_processor_press" + } + { + Count: 1b + id: "ae2:engineering_processor_press" + } + { + Count: 1b + id: "ae2:calculation_processor_press" + } + ] + } + } + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest65.title}" + x: 0.0d + y: 5.0d + } + { + dependencies: [ + "792DA50F1C60B35D" + "4C34B249425FA0CC" + ] + description: ["{ftbquests.chapter.the_sound_of_life.quest66.description1}"] + id: "52D07AB4E6B88EA1" + rewards: [{ + id: "760AD4D438CC174D" + type: "xp" + xp: 100 + }] + shape: "hexagon" + size: 1.5d + subtitle: "{ftbquests.chapter.the_sound_of_life.quest66.subtitle}" + tasks: [{ + id: "41E4110B55B6F086" + item: "ae2:controller" + type: "item" + }] + x: -4.0d + y: 5.5d + } + { + dependencies: ["64F989736017F6CD"] + description: ["{ftbquests.chapter.the_sound_of_life.quest67.description1}"] + id: "4C34B249425FA0CC" + rewards: [{ + id: "095EED5E764CF249" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "3757FCA22789B2B3" + item: "ae2:inscriber" + type: "item" + }] + x: -2.0d + y: 5.5d + } + { + dependencies: [ + "0721C000948329FF" + "357CA59CD9EFA012" + "0B69076CC61D0246" + ] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest68.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest68.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest68.description3}" + ] + id: "76531B6ECFD001DB" + rewards: [{ + id: "47FD6A5B71B7F9C8" + type: "xp" + xp: 100 + }] + shape: "hexagon" + size: 2.0d + subtitle: "{ftbquests.chapter.the_sound_of_life.quest68.subtitle}" + tasks: [{ + biome: "#reclamation:reclaimed" + id: "5CB74C9041238933" + title: "{ftbquests.chapter.the_sound_of_life.quest68.task_6680892754679269683.title}" + type: "biome" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest68.title}" + x: -2.5d + y: -13.0d + } + { + dependencies: ["1F95463AFBB55B18"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest69.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest69.description2}" + ] + id: "040B7ABBA79E3C34" + rewards: [{ + id: "214D54AFF39E6854" + type: "xp" + xp: 100 + }] + shape: "diamond" + tasks: [{ + id: "7F3799E27FA7EE1C" + item: "ars_elemental:siren_charm" + type: "item" + }] + x: -9.5d + y: 0.0d + } + { + dependencies: ["1F95463AFBB55B18"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest70.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest70.description2}" + ] + id: "5A3D771B1235C40B" + rewards: [{ + id: "1E68783EEF2FB7A8" + type: "xp" + xp: 100 + }] + shape: "diamond" + tasks: [{ + id: "27A44281ECD3FA7D" + item: "ars_nouveau:whirlisprig_charm" + type: "item" + }] + x: -9.5d + y: -1.0d + } + { + dependencies: ["1F95463AFBB55B18"] + description: ["{ftbquests.chapter.the_sound_of_life.quest71.description1}"] + id: "7A517B0D3ADC17FE" + rewards: [{ + id: "062A83ACF679BECE" + type: "xp" + xp: 100 + }] + shape: "diamond" + tasks: [{ + id: "05640A0617017CFD" + item: "ars_nouveau:drygmy_charm" + type: "item" + }] + x: -9.0d + y: -1.5d + } + { + dependencies: ["1F95463AFBB55B18"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest72.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest72.description2}" + ] + id: "0132766885AF4DEE" + rewards: [{ + id: "338EE9355544F19D" + type: "xp" + xp: 100 + }] + shape: "diamond" + tasks: [{ + id: "7E43DA10DAAC3708" + item: "ars_nouveau:wixie_charm" + type: "item" + }] + x: -10.0d + y: -0.5d + } + { + dependencies: ["1F95463AFBB55B18"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest73.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest73.description2}" + ] + id: "11D64B22EDF1E1B1" + rewards: [{ + id: "7974EE6AF190E194" + type: "xp" + xp: 100 + }] + shape: "diamond" + tasks: [{ + id: "647E7C88AFBF97C4" + item: { + Count: 1 + id: "ars_nouveau:starbuncle_charm" + tag: { } + } + type: "item" + }] + x: -9.0d + y: 0.5d + } + { + dependencies: ["1F95463AFBB55B18"] + description: ["{ftbquests.chapter.the_sound_of_life.quest74.description1}"] + icon: "ars_nouveau:magebloom_fiber" + id: "731A34BCDD3C048A" + rewards: [{ + id: "389192D35C738192" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "0C5AB81AE249CF20" + item: "ars_nouveau:magebloom_crop" + type: "item" + } + { + id: "275E31101C371324" + item: "ars_nouveau:magebloom_fiber" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest74.title}" + x: -7.5d + y: 1.5d + } + { + dependencies: ["731A34BCDD3C048A"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest75.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest75.description2}" + ] + icon: { + Count: 1 + id: "ars_nouveau:stable_warp_scroll" + tag: { } + } + id: "33BF18E246E08E10" + rewards: [{ + id: "32D2A652146F54A0" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "38F8E3CA34F6F605" + item: { + Count: 1 + id: "ars_nouveau:warp_scroll" + tag: { } + } + type: "item" + } + { + id: "192CE76D35C5E14C" + item: { + Count: 1 + id: "ars_nouveau:stable_warp_scroll" + tag: { } + } + type: "item" + } + ] + x: -8.5d + y: 2.5d + } + { + dependencies: ["7A2BEC31266C6A7E"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest76.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest76.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest76.description3}" + "" + "{ftbquests.chapter.the_sound_of_life.quest76.description4}" + ] + icon: "mekanismgenerators:fission_reactor_port" + id: "71FA16CB8987A05D" + rewards: [{ + id: "5B2AE9869AAA9EE8" + type: "xp" + xp: 100 + }] + size: 1.5d + subtitle: "{ftbquests.chapter.the_sound_of_life.quest76.subtitle}" + tasks: [ + { + id: "2DF292275CD3CCFC" + item: "mekanismgenerators:fission_reactor_casing" + type: "item" + } + { + id: "76480EC05452AB1E" + item: "mekanismgenerators:fission_reactor_port" + type: "item" + } + { + id: "266403294F18EF4D" + item: "mekanismgenerators:fission_fuel_assembly" + type: "item" + } + { + id: "4B7FC9ACB042D32F" + item: "mekanismgenerators:control_rod_assembly" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest76.title}" + x: 7.0d + y: 0.5d + } + { + dependencies: ["71FA16CB8987A05D"] + description: ["{ftbquests.chapter.the_sound_of_life.quest77.description1}"] + id: "56AC940F596CE59A" + rewards: [{ + id: "58B147DCAF1D6CF0" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "18E9E03DEF135CA1" + item: "mekanism:pellet_plutonium" + type: "item" + }] + x: 6.5d + y: 2.0d + } + { + dependencies: ["71FA16CB8987A05D"] + description: ["{ftbquests.chapter.the_sound_of_life.quest78.description1}"] + id: "03C92960F6FB7196" + rewards: [{ + id: "1BFF2A332C901550" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6A0EDB71F31D706A" + item: "mekanism:radioactive_waste_barrel" + type: "item" + }] + title: "{ftbquests.chapter.the_sound_of_life.quest78.title}" + x: 8.5d + y: 0.5d + } + { + dependencies: ["71FA16CB8987A05D"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest79.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest79.description2}" + ] + id: "36DAD7B096C37537" + rewards: [{ + id: "2805514AABAB62B0" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2780BDCCE836453A" + item: "mekanism:pellet_polonium" + type: "item" + }] + x: 7.5d + y: 2.0d + } + { + dependencies: [ + "36DAD7B096C37537" + "56AC940F596CE59A" + ] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest80.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest80.description2}" + "" + "{ftbquests.chapter.the_sound_of_life.quest80.description3}" + "" + "{ftbquests.chapter.the_sound_of_life.quest80.description4}" + ] + id: "4E3BA0B8C44593F4" + rewards: [{ + id: "34D6138E40158F6F" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "2E7784949421D703" + item: "mekanism:pellet_antimatter" + type: "item" + }] + x: 7.0d + y: 3.5d + } + { + dependencies: ["36DAD7B096C37537"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest81.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest81.description2}" + ] + icon: "mekanism:qio_drive_array" + id: "46677EA7419E25B2" + rewards: [{ + id: "51DBE6C4BB51CE79" + type: "xp" + xp: 100 + }] + tasks: [ + { + id: "296827863056EA3B" + item: "mekanism:qio_drive_array" + type: "item" + } + { + id: "62B241075E69CEF3" + item: "mekanism:qio_drive_base" + type: "item" + } + { + id: "33DB20AB06CF711C" + item: "mekanism:qio_dashboard" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest81.title}" + x: 9.0d + y: 2.0d + } + { + dependencies: ["36DAD7B096C37537"] + description: [ + "{ftbquests.chapter.the_sound_of_life.quest82.description1}" + "" + "{ftbquests.chapter.the_sound_of_life.quest82.description2}" + ] + icon: "mekanismgenerators:fusion_reactor_frame" + id: "40FD6A4803092F64" + rewards: [{ + id: "4928CB0F616DE3E1" + type: "xp" + xp: 100 + }] + size: 2.0d + subtitle: "{ftbquests.chapter.the_sound_of_life.quest82.subtitle}" + tasks: [ + { + id: "6502C2B9561E81FA" + item: "mekanismgenerators:fusion_reactor_frame" + type: "item" + } + { + id: "72A3214853D53362" + item: "mekanismgenerators:fusion_reactor_controller" + type: "item" + } + { + id: "665AC8FD54EEA60B" + item: "mekanismgenerators:fusion_reactor_port" + type: "item" + } + ] + title: "{ftbquests.chapter.the_sound_of_life.quest82.title}" + x: 9.0d + y: 4.0d + } + ] + title: "{ftbquests.chapter.the_sound_of_life.title}" +} diff --git a/config/ftbquests/quests/chapters/the_taste_of_power.snbt b/config/ftbquests/quests/chapters/the_taste_of_power.snbt new file mode 100644 index 0000000..5022f7d --- /dev/null +++ b/config/ftbquests/quests/chapters/the_taste_of_power.snbt @@ -0,0 +1,360 @@ +{ + default_hide_dependency_lines: false + default_min_width: 280 + default_quest_shape: "" + filename: "the_taste_of_power" + group: "" + hide_quest_until_deps_complete: true + icon: "minecraft:dragon_egg" + id: "255B2E87E16AB4A5" + order_index: 5 + quest_links: [ ] + quests: [ + { + dependencies: ["647B651959E0F0D0"] + description: ["{ftbquests.chapter.the_taste_of_power.quest1.description1}"] + hide_until_deps_complete: false + id: "46100B5AD6C088F1" + rewards: [{ + id: "24C9D6E63139FE34" + type: "xp" + xp: 100 + }] + tasks: [{ + entity: "minecraft:ender_dragon" + icon: "minecraft:dragon_head" + id: "383C97269B1429F5" + title: "{ftbquests.chapter.the_taste_of_power.quest1.task_4052279956792945141.title}" + type: "kill" + value: 1L + }] + x: -0.5d + y: -3.5d + } + { + dependencies: ["6D23082F517D5117"] + icon: "minecraft:end_portal_frame" + id: "647B651959E0F0D0" + rewards: [{ + id: "4A0A80BD3060A7CC" + type: "xp" + xp: 100 + }] + shape: "hexagon" + tasks: [{ + dimension: "minecraft:the_end" + icon: "minecraft:end_portal_frame" + id: "6DB59B5506EB9396" + title: "{ftbquests.chapter.the_taste_of_power.quest2.task_7905395510409401238.title}" + type: "dimension" + }] + title: "{ftbquests.chapter.the_taste_of_power.quest2.title}" + x: -0.5d + y: -2.5d + } + { + dependencies: ["46100B5AD6C088F1"] + description: [ + "{ftbquests.chapter.the_taste_of_power.quest3.description1}" + "" + "{ftbquests.chapter.the_taste_of_power.quest3.description2}" + "" + "{ftbquests.chapter.the_taste_of_power.quest3.description3}" + "" + "{ftbquests.chapter.the_taste_of_power.quest3.description4}" + "" + "{ftbquests.chapter.the_taste_of_power.quest3.description5}" + "" + "{ftbquests.chapter.the_taste_of_power.quest3.description6}" + ] + hide_until_deps_complete: false + icon: "minecraft:cake" + id: "68FE5D02293FE722" + rewards: [{ + id: "38B71086356BE8FC" + type: "xp" + xp: 100 + }] + shape: "diamond" + size: 2.0d + subtitle: "{ftbquests.chapter.the_taste_of_power.quest3.subtitle}" + tasks: [{ + id: "237B504DA0EDA4AA" + title: "{ftbquests.chapter.the_taste_of_power.quest3.task_2556725507805521066.title}" + type: "checkmark" + }] + x: -0.5d + y: -5.0d + } + { + dependencies: ["68FE5D02293FE722"] + description: [ + "{ftbquests.chapter.the_taste_of_power.quest4.description1}" + "" + "{ftbquests.chapter.the_taste_of_power.quest4.description2}" + ] + id: "5A44963D2D2AE45D" + optional: true + rewards: [{ + id: "1C74C1456AFEA6BF" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6F663B86D7CE7173" + item: "create:creative_blaze_cake" + type: "item" + }] + x: -0.5d + y: -9.0d + } + { + dependencies: ["5A44963D2D2AE45D"] + description: ["{ftbquests.chapter.the_taste_of_power.quest5.description1}"] + id: "47BF6E234A394435" + optional: true + rewards: [{ + id: "433028B8787D6159" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1873296BC875DED1" + item: "create:creative_motor" + type: "item" + }] + x: 1.5d + y: -9.5d + } + { + dependencies: ["5A44963D2D2AE45D"] + description: ["{ftbquests.chapter.the_taste_of_power.quest6.description1}"] + id: "51A5AE293CD495CC" + optional: true + rewards: [{ + id: "01BB2179EC8F2A7B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "43913FC620B1DDB0" + item: "embers:creative_ember_source" + type: "item" + }] + x: -2.5d + y: -9.5d + } + { + dependencies: ["458449ABB13C4819"] + description: [ + "{ftbquests.chapter.the_taste_of_power.quest7.description1}" + "" + "{ftbquests.chapter.the_taste_of_power.quest7.description2}" + ] + id: "3EAC3A05ADA08B6A" + optional: true + rewards: [{ + id: "7AA366FB6EA40383" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "01707E75B8C12087" + item: "botania:creative_pool" + type: "item" + }] + x: -4.5d + y: -13.0d + } + { + dependencies: ["47BF6E234A394435"] + description: ["{ftbquests.chapter.the_taste_of_power.quest8.description1}"] + id: "58ED9A2ABEA74156" + optional: true + rewards: [{ + id: "59FD76ABC03C6E64" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "30747151F17C16AF" + item: "create:creative_fluid_tank" + type: "item" + }] + x: 3.0d + y: -11.0d + } + { + dependencies: ["58ED9A2ABEA74156"] + description: ["{ftbquests.chapter.the_taste_of_power.quest9.description1}"] + id: "3CE6A23B1386A2C6" + optional: true + rewards: [{ + id: "78544CB0A511356C" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "419573445008A341" + item: "mekanism:creative_chemical_tank" + type: "item" + }] + title: "{ftbquests.chapter.the_taste_of_power.quest9.title}" + x: 3.5d + y: -13.0d + } + { + dependencies: ["51A5AE293CD495CC"] + description: [ + "{ftbquests.chapter.the_taste_of_power.quest10.description1}" + "" + "{ftbquests.chapter.the_taste_of_power.quest10.description2}" + ] + id: "458449ABB13C4819" + optional: true + rewards: [{ + id: "73543EF3276EDBE2" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "7C7BC26DFE5B9ACD" + item: "ars_nouveau:creative_source_jar" + type: "item" + }] + x: -4.0d + y: -11.0d + } + { + dependencies: [ + "47BF6E234A394435" + "3EAC3A05ADA08B6A" + "51A5AE293CD495CC" + "58ED9A2ABEA74156" + "458449ABB13C4819" + "3CE6A23B1386A2C6" + ] + description: ["{ftbquests.chapter.the_taste_of_power.quest11.description1}"] + id: "465112A258F6627B" + optional: true + rewards: [{ + id: "21A16FC84772E282" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1B881237409143D1" + item: "storagedrawers:creative_storage_upgrade" + type: "item" + }] + x: -0.5d + y: -12.5d + } + { + dependencies: [ + "465112A258F6627B" + "46A192114ACE3ACB" + "5DF485C9EA5A7C39" + ] + description: ["{ftbquests.chapter.the_taste_of_power.quest12.description1}"] + id: "2121E0348BB9CF6D" + optional: true + rewards: [{ + id: "13D9BD50D28813AD" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "45B3D7E7B5492AAE" + item: "storagedrawers:creative_vending_upgrade" + type: "item" + }] + x: -0.5d + y: -14.5d + } + { + dependencies: ["2121E0348BB9CF6D"] + description: [ + "{ftbquests.chapter.the_taste_of_power.quest13.description1}" + "" + "{ftbquests.chapter.the_taste_of_power.quest13.description2}" + "" + "{ftbquests.chapter.the_taste_of_power.quest13.description3}" + ] + id: "4521C73DA74806FA" + optional: true + rewards: [{ + id: "3055F494B2E6CCA0" + item: "create_central_kitchen:chocolate_cake_slice" + type: "item" + }] + tasks: [{ + id: "48A1FFB0DB64AB20" + item: "ae2:creative_item_cell" + type: "item" + }] + x: -0.5d + y: -16.5d + } + { + dependencies: ["3EAC3A05ADA08B6A"] + description: ["{ftbquests.chapter.the_taste_of_power.quest14.description1}"] + id: "5DF485C9EA5A7C39" + optional: true + rewards: [{ + id: "28749443D02FA7D7" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6F09A93390C3888B" + item: "ae2:creative_energy_cell" + type: "item" + }] + x: -4.0d + y: -15.0d + } + { + dependencies: ["3CE6A23B1386A2C6"] + description: ["{ftbquests.chapter.the_taste_of_power.quest15.description1}"] + id: "46A192114ACE3ACB" + optional: true + rewards: [{ + id: "7DFCE277E2FB5AA1" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6C0E0A941DCE473A" + item: { + Count: 1 + id: "mekanism:creative_energy_cube" + tag: { + mekData: { + EnergyContainers: [{ + Container: 0b + stored: "18446744073709551615.9999" + }] + componentConfig: { + config0: { + side0: 4 + side1: 4 + side2: 4 + side3: 4 + side4: 4 + side5: 4 + } + } + } + } + } + match_nbt: false + type: "item" + }] + title: "{ftbquests.chapter.the_taste_of_power.quest15.title}" + x: 3.0d + y: -15.0d + } + ] + title: "{ftbquests.chapter.the_taste_of_power.title}" +} diff --git a/config/ftbquests/quests/chapters/the_touch_of.snbt b/config/ftbquests/quests/chapters/the_touch_of.snbt new file mode 100644 index 0000000..a941b30 --- /dev/null +++ b/config/ftbquests/quests/chapters/the_touch_of.snbt @@ -0,0 +1,471 @@ +{ + default_hide_dependency_lines: false + default_min_width: 280 + default_quest_shape: "" + filename: "the_touch_of" + group: "" + hide_quest_until_deps_visible: true + icon: "reclamation_util:filled_biome_bottle" + id: "240B183CDC03CB19" + order_index: 4 + quest_links: [ ] + quests: [ + { + dependencies: ["76531B6ECFD001DB"] + description: [ + "{ftbquests.chapter.the_touch_of.quest1.description1}" + "" + "{ftbquests.chapter.the_touch_of.quest1.description2}" + ] + disable_toast: true + hide_until_deps_complete: true + id: "797FD98625915CAF" + rewards: [{ + id: "4557B55BD889AB44" + type: "xp" + xp: 100 + }] + shape: "hexagon" + tasks: [{ + biome: "#reclamation:reclaimed" + id: "6E3C0E23C809A6BA" + title: "{ftbquests.chapter.the_touch_of.quest1.task_7943239389617432250.title}" + type: "biome" + }] + title: "{ftbquests.chapter.the_touch_of.quest1.title}" + x: 0.0d + y: 0.5d + } + { + dependencies: ["269ECE61446E7CE6"] + description: [ + "{ftbquests.chapter.the_touch_of.quest2.description1}" + "" + "{ftbquests.chapter.the_touch_of.quest2.description2}" + ] + id: "0992C0993A6BBB8A" + rewards: [{ + id: "0B658E1DF83AA286" + type: "xp" + xp: 100 + }] + tasks: [{ + advancement: "minecraft:nether/explore_nether" + criterion: "" + icon: "minecraft:netherrack" + id: "45591ED68D7E8CAC" + title: "{ftbquests.chapter.the_touch_of.quest2.task_4997059168389991596.title}" + type: "advancement" + }] + title: "{ftbquests.chapter.the_touch_of.quest2.title}" + x: 1.5d + y: -1.0d + } + { + dependencies: ["797FD98625915CAF"] + description: ["{ftbquests.chapter.the_touch_of.quest3.description1}"] + icon: "minecraft:spawner" + id: "1ECF71CD671CE14B" + rewards: [ + { + count: 4 + id: "5D7984E2E98091FD" + item: "croptopia:fish_and_chips" + type: "item" + } + { + id: "54C1927D25A7E012" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "124BC217DE620644" + type: "checkmark" + }] + title: "{ftbquests.chapter.the_touch_of.quest3.title}" + x: 0.0d + y: 2.0d + } + { + dependencies: ["797FD98625915CAF"] + description: [ + "{ftbquests.chapter.the_touch_of.quest4.description1}" + "" + "{ftbquests.chapter.the_touch_of.quest4.description2}" + "" + "{ftbquests.chapter.the_touch_of.quest4.description3}" + ] + icon: "reclamation_util:filled_biome_bottle" + id: "269ECE61446E7CE6" + rewards: [ + { + count: 2 + id: "111550E5CDAEB7E8" + item: "reclamation_util:empty_biome_bottle" + type: "item" + } + { + id: "655B3B3F0A6AEA16" + type: "xp" + xp: 100 + } + ] + tasks: [ + { + id: "0D347632CFA3D9D4" + item: "reclamation_util:empty_biome_bottle" + type: "item" + } + { + id: "4A7809B25D161A95" + item: "reclamation_util:filled_biome_bottle" + type: "item" + } + ] + title: "{ftbquests.chapter.the_touch_of.quest4.title}" + x: 0.0d + y: -1.0d + } + { + dependencies: ["19E7760B061483C9"] + description: ["{ftbquests.chapter.the_touch_of.quest5.description1}"] + id: "7277FA4026920033" + rewards: [{ + id: "5A71024BB4E805D4" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1E3126525284BCF8" + item: "reclamation_util:hellish_biome_bottle" + type: "item" + }] + x: 0.0d + y: -4.0d + } + { + dependencies: ["7277FA4026920033"] + description: [ + "{ftbquests.chapter.the_touch_of.quest6.description1}" + "" + "{ftbquests.chapter.the_touch_of.quest6.description2}" + ] + id: "15966B11B4C3E2F5" + rewards: [{ + id: "30DB106D75599369" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "658E9D76E47362C1" + item: "reclamation_util:arid_biome_bottle" + type: "item" + }] + x: 2.5d + y: -5.5d + } + { + dependencies: [ + "1E6C9A0B164888F7" + "69BCBDE0FD9FD3AA" + ] + description: [ + "{ftbquests.chapter.the_touch_of.quest7.description1}" + "" + "{ftbquests.chapter.the_touch_of.quest7.description2}" + "" + "{ftbquests.chapter.the_touch_of.quest7.description3}" + "" + "{ftbquests.chapter.the_touch_of.quest7.description4}" + "" + "{ftbquests.chapter.the_touch_of.quest7.description5}" + ] + id: "0C35379194435EC8" + rewards: [{ + id: "19C81E8EA7D6699B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "6766CF66FC572CCF" + item: "reclamation_util:icy_biome_bottle" + type: "item" + }] + x: 0.0d + y: -10.0d + } + { + dependencies: ["15966B11B4C3E2F5"] + description: [ + "{ftbquests.chapter.the_touch_of.quest8.description1}" + "" + "{ftbquests.chapter.the_touch_of.quest8.description2}" + "" + "{ftbquests.chapter.the_touch_of.quest8.description3}" + ] + id: "69BCBDE0FD9FD3AA" + rewards: [{ + id: "5CEF7C522161701B" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "648A4B4003EB2F48" + item: "reclamation_util:lush_biome_bottle" + type: "item" + }] + x: 2.5d + y: -8.5d + } + { + dependencies: ["7277FA4026920033"] + description: [ + "{ftbquests.chapter.the_touch_of.quest9.description1}" + "" + "{ftbquests.chapter.the_touch_of.quest9.description2}" + ] + id: "4124F7AA9DF1444F" + rewards: [{ + id: "721AEEDDA12D2CA6" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "62E17A877BC0F30D" + item: "reclamation_util:mycelic_biome_bottle" + type: "item" + }] + x: -2.5d + y: -5.5d + } + { + dependencies: ["4124F7AA9DF1444F"] + description: [ + "{ftbquests.chapter.the_touch_of.quest10.description1}" + "" + "{ftbquests.chapter.the_touch_of.quest10.description2}" + "" + "{ftbquests.chapter.the_touch_of.quest10.description3}" + ] + id: "1E6C9A0B164888F7" + rewards: [{ + id: "57C3B0C1A2686F21" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "06FAB593C740FC52" + item: "reclamation_util:watery_biome_bottle" + type: "item" + }] + x: -2.5d + y: -8.5d + } + { + dependencies: [ + "4124F7AA9DF1444F" + "15966B11B4C3E2F5" + "7277FA4026920033" + "1E6C9A0B164888F7" + "69BCBDE0FD9FD3AA" + "0C35379194435EC8" + ] + description: [ + "{ftbquests.chapter.the_touch_of.quest11.description1}" + "" + "{ftbquests.chapter.the_touch_of.quest11.description2}" + ] + icon: "minecraft:end_portal_frame" + id: "6D23082F517D5117" + rewards: [{ + id: "5B55FA50B18BB27A" + type: "xp" + xp: 100 + }] + shape: "hexagon" + size: 2.0d + subtitle: "{ftbquests.chapter.the_touch_of.quest11.subtitle}" + tasks: [ + { + dimension: "minecraft:the_end" + icon: "minecraft:end_portal_frame" + id: "42C545D227EB5990" + title: "{ftbquests.chapter.the_touch_of.quest11.task_4811328545830427024.title}" + type: "dimension" + } + { + id: "202B9E7EDA90980C" + item: "reclamation_util:frame_remover" + optional_task: true + type: "item" + } + ] + title: "{ftbquests.chapter.the_touch_of.quest11.title}" + x: 0.0d + y: -7.0d + } + { + dependencies: ["269ECE61446E7CE6"] + description: [ + "{ftbquests.chapter.the_touch_of.quest12.description1}" + "" + "{ftbquests.chapter.the_touch_of.quest12.description2}" + ] + id: "19E7760B061483C9" + rewards: [{ + id: "5B3A73EF7FBFDE90" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "124B68712D3168F9" + item: "reclamation_util:attuned_biome_bottle" + type: "item" + }] + x: 0.0d + y: -2.5d + } + { + dependencies: ["269ECE61446E7CE6"] + description: [ + "{ftbquests.chapter.the_touch_of.quest13.description1}" + "" + "{ftbquests.chapter.the_touch_of.quest13.description2}" + ] + icon: "minecraft:grass_block" + id: "08AD7AC8EA3F60BD" + rewards: [{ + id: "032A7861EFE83BF3" + type: "xp" + xp: 100 + }] + tasks: [{ + id: "1DBEE9F81CAADA0D" + title: "{ftbquests.chapter.the_touch_of.quest13.task_2143407724517054989.title}" + type: "checkmark" + }] + x: -1.5d + y: -1.0d + } + { + dependencies: ["19E7760B061483C9"] + description: [ + "{ftbquests.chapter.the_touch_of.quest14.description1}" + "" + "{ftbquests.chapter.the_touch_of.quest14.description2}" + "" + "{ftbquests.chapter.the_touch_of.quest14.description3}" + ] + id: "1D8D6B5B69416E17" + optional: true + rewards: [{ + id: "50C1E2683E84C782" + type: "xp" + xp: 100 + }] + subtitle: "{ftbquests.chapter.the_touch_of.quest14.subtitle}" + tasks: [ + { + id: "762063598E9C32DC" + item: "reclamation_util:empty_biome_globe" + type: "item" + } + { + id: "1C57B54450BF3A16" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "reclamation_util:warped_biome_globe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:crimson_biome_globe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:taiga_biome_globe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:warm_ocean_biome_globe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:ocean_biome_globe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:forest_biome_globe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:desert_biome_globe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:plains_biome_globe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:snowy_biome_globe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:mycelic_biome_globe" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "reclamation_util:lush_biome_globe" + tag: { + Damage: 0 + } + } + ] + } + } + title: "Any Biome Globe" + type: "item" + } + ] + title: "{ftbquests.chapter.the_touch_of.quest14.title}" + x: 2.0d + y: -2.5d + } + ] + title: "{ftbquests.chapter.the_touch_of.title}" +} diff --git a/config/ftbquests/quests/data.snbt b/config/ftbquests/quests/data.snbt new file mode 100644 index 0000000..2a1d2e4 --- /dev/null +++ b/config/ftbquests/quests/data.snbt @@ -0,0 +1,25 @@ +{ + default_autoclaim_rewards: "disabled" + default_consume_items: false + default_quest_disable_jei: false + default_quest_shape: "circle" + default_reward_team: false + detection_delay: 20 + disable_gui: false + drop_book_on_death: false + drop_loot_crates: false + emergency_items_cooldown: 300 + grid_scale: 0.5d + icon: "minecraft:grass_block" + lock_message: "" + loot_crate_no_drop: { + boss: 0 + monster: 0 + passive: 0 + } + pause_game: false + progression_mode: "flexible" + show_lock_icons: true + title: "Reclamation" + version: 13 +} diff --git a/config/ftbquests/quests/reward_tables/bee.snbt b/config/ftbquests/quests/reward_tables/bee.snbt new file mode 100644 index 0000000..eb2f650 --- /dev/null +++ b/config/ftbquests/quests/reward_tables/bee.snbt @@ -0,0 +1,13 @@ +{ + id: "744F7006F1FA455C" + loot_size: 1 + order_index: 11 + rewards: [ + { count: 16, item: "minecraft:honeycomb" } + { count: 8, item: "minecraft:honey_bottle" } + { count: 32, item: "complicated_bees:honey_droplet" } + { count: 64, item: "complicated_bees:beeswax" } + { count: 8, item: "complicated_bees:propolis" } + ] + title: "{ftbquests.loot_table_8381040606691607900.title}" +} diff --git a/config/ftbquests/quests/reward_tables/canvas.snbt b/config/ftbquests/quests/reward_tables/canvas.snbt new file mode 100644 index 0000000..38f4be1 --- /dev/null +++ b/config/ftbquests/quests/reward_tables/canvas.snbt @@ -0,0 +1,12 @@ +{ + id: "581735DCD19CA9AA" + loot_size: 1 + order_index: 0 + rewards: [ + { item: "xercapaint:item_canvas" } + { item: "xercapaint:item_canvas_long" } + { item: "xercapaint:item_canvas_tall" } + { item: "xercapaint:item_canvas_large" } + ] + title: "{ftbquests.loot_table_6347601422327785898.title}" +} diff --git a/config/ftbquests/quests/reward_tables/chicken.snbt b/config/ftbquests/quests/reward_tables/chicken.snbt new file mode 100644 index 0000000..14664f2 --- /dev/null +++ b/config/ftbquests/quests/reward_tables/chicken.snbt @@ -0,0 +1,11 @@ +{ + id: "30C69E0475B21852" + loot_size: 1 + order_index: 8 + rewards: [ + { count: 16, item: "minecraft:egg" } + { count: 16, item: "minecraft:chicken" } + { count: 16, item: "minecraft:feather" } + ] + title: "{ftbquests.loot_table_3514670301200914514.title}" +} diff --git a/config/ftbquests/quests/reward_tables/cow.snbt b/config/ftbquests/quests/reward_tables/cow.snbt new file mode 100644 index 0000000..f93796b --- /dev/null +++ b/config/ftbquests/quests/reward_tables/cow.snbt @@ -0,0 +1,12 @@ +{ + id: "77905ABE65023A7A" + loot_size: 1 + order_index: 9 + rewards: [ + { item: "cookingforblockheads:cow_jar" } + { count: 16, item: "minecraft:beef" } + { count: 16, item: "minecraft:leather" } + { count: 32, item: "croptopia:milk_bottle" } + ] + title: "{ftbquests.loot_table_8615485860944689786.title}" +} diff --git a/config/ftbquests/quests/reward_tables/horns.snbt b/config/ftbquests/quests/reward_tables/horns.snbt new file mode 100644 index 0000000..a000a17 --- /dev/null +++ b/config/ftbquests/quests/reward_tables/horns.snbt @@ -0,0 +1,89 @@ +{ + id: "15ADB19114074FDA" + loot_crate: { + color: 16777215 + drops: { + boss: 0 + monster: 0 + passive: 0 + } + string_id: "horns" + } + loot_size: 1 + order_index: 7 + rewards: [ + { + item: { + Count: 1 + id: "minecraft:goat_horn" + tag: { + instrument: "minecraft:ponder_goat_horn" + } + } + } + { + item: { + Count: 1 + id: "minecraft:goat_horn" + tag: { + instrument: "minecraft:sing_goat_horn" + } + } + } + { + item: { + Count: 1 + id: "minecraft:goat_horn" + tag: { + instrument: "minecraft:seek_goat_horn" + } + } + } + { + item: { + Count: 1 + id: "minecraft:goat_horn" + tag: { + instrument: "minecraft:feel_goat_horn" + } + } + } + { + item: { + Count: 1 + id: "minecraft:goat_horn" + tag: { + instrument: "minecraft:admire_goat_horn" + } + } + } + { + item: { + Count: 1 + id: "minecraft:goat_horn" + tag: { + instrument: "minecraft:call_goat_horn" + } + } + } + { + item: { + Count: 1 + id: "minecraft:goat_horn" + tag: { + instrument: "minecraft:call_goat_horn" + } + } + } + { + item: { + Count: 1 + id: "minecraft:goat_horn" + tag: { + instrument: "minecraft:yearn_goat_horn" + } + } + } + ] + title: "{ftbquests.loot_table_1562099882431827930.title}" +} diff --git a/config/ftbquests/quests/reward_tables/instrument.snbt b/config/ftbquests/quests/reward_tables/instrument.snbt new file mode 100644 index 0000000..b770bda --- /dev/null +++ b/config/ftbquests/quests/reward_tables/instrument.snbt @@ -0,0 +1,25 @@ +{ + id: "00EF0031ECBF568E" + loot_size: 1 + order_index: 12 + rewards: [ + { item: "xercamusic:guitar" } + { item: "xercamusic:lyre" } + { item: "xercamusic:banjo" } + { item: "xercamusic:drum_kit" } + { item: "xercamusic:xylophone" } + { item: "xercamusic:tubular_bell" } + { item: "xercamusic:sansula" } + { item: "xercamusic:violin" } + { item: "xercamusic:cello" } + { item: "xercamusic:flute" } + { item: "xercamusic:saxophone" } + { item: "xercamusic:god" } + { item: "xercamusic:piano" } + { item: "xercamusic:oboe" } + { item: "xercamusic:redstone_guitar" } + { item: "xercamusic:french_horn" } + { item: "xercamusic:bass_guitar" } + ] + title: "{ftbquests.loot_table_67272733859206798.title}" +} diff --git a/config/ftbquests/quests/reward_tables/mana_stuff.snbt b/config/ftbquests/quests/reward_tables/mana_stuff.snbt new file mode 100644 index 0000000..113718f --- /dev/null +++ b/config/ftbquests/quests/reward_tables/mana_stuff.snbt @@ -0,0 +1,11 @@ +{ + id: "13DAFE9EB17934B6" + loot_size: 1 + order_index: 1 + rewards: [ + { item: "botania:mana_diamond" } + { count: 2, item: "botania:mana_pearl" } + { count: 8, item: "botania:manasteel_ingot" } + ] + title: "{ftbquests.loot_table_1430735789179352246.title}" +} diff --git a/config/ftbquests/quests/reward_tables/rabbit.snbt b/config/ftbquests/quests/reward_tables/rabbit.snbt new file mode 100644 index 0000000..f9f5915 --- /dev/null +++ b/config/ftbquests/quests/reward_tables/rabbit.snbt @@ -0,0 +1,11 @@ +{ + id: "6DA41FAD5DB11262" + loot_size: 1 + order_index: 10 + rewards: [ + { count: 32, item: "minecraft:rabbit_hide" } + { count: 4, item: "minecraft:rabbit_foot" } + { count: 16, item: "minecraft:rabbit" } + ] + title: "{ftbquests.loot_table_7900474475776381538.title}" +} diff --git a/config/ftbquests/quests/reward_tables/skeleton.snbt b/config/ftbquests/quests/reward_tables/skeleton.snbt new file mode 100644 index 0000000..bbf3b95 --- /dev/null +++ b/config/ftbquests/quests/reward_tables/skeleton.snbt @@ -0,0 +1,29 @@ +{ + id: "7AADD231440C3AF4" + loot_size: 1 + order_index: 4 + rewards: [ + { + item: { + Count: 1 + id: "minecraft:bow" + tag: { + Damage: 0 + Enchantments: [ + { + id: "minecraft:power" + lvl: 2s + } + { + id: "minecraft:unbreaking" + lvl: 2s + } + ] + } + } + } + { count: 64, item: "minecraft:arrow" } + { count: 16, item: "minecraft:bone" } + ] + title: "{ftbquests.loot_table_8839952752635034356.title}" +} diff --git a/config/ftbquests/quests/reward_tables/snow_golem.snbt b/config/ftbquests/quests/reward_tables/snow_golem.snbt new file mode 100644 index 0000000..8d4eb6e --- /dev/null +++ b/config/ftbquests/quests/reward_tables/snow_golem.snbt @@ -0,0 +1,13 @@ +{ + id: "6F89C6EAEA4B08B0" + loot_size: 1 + order_index: 6 + rewards: [ + { count: 4, item: "botania:fel_pumpkin" } + { count: 32, item: "minecraft:snow_block" } + { count: 16, item: "minecraft:ice" } + { count: 12, item: "minecraft:packed_ice" } + { count: 8, item: "minecraft:blue_ice" } + ] + title: "{ftbquests.loot_table_8037173722274793648.title}" +} diff --git a/config/ftbquests/quests/reward_tables/witch.snbt b/config/ftbquests/quests/reward_tables/witch.snbt new file mode 100644 index 0000000..10bf979 --- /dev/null +++ b/config/ftbquests/quests/reward_tables/witch.snbt @@ -0,0 +1,11 @@ +{ + id: "4BB7AF5A769AF7ED" + loot_size: 1 + order_index: 5 + rewards: [ + { count: 16, item: "minecraft:nether_wart" } + { count: 32, item: "minecraft:glowstone_dust" } + { count: 32, item: "minecraft:redstone" } + ] + title: "{ftbquests.loot_table_5456022276654430189.title}" +} diff --git a/config/ftbquests/quests/reward_tables/zombie.snbt b/config/ftbquests/quests/reward_tables/zombie.snbt new file mode 100644 index 0000000..9de29b4 --- /dev/null +++ b/config/ftbquests/quests/reward_tables/zombie.snbt @@ -0,0 +1,13 @@ +{ + id: "62F69F14C6E9136A" + loot_size: 1 + order_index: 2 + rewards: [ + { count: 32, item: "minecraft:rotten_flesh" } + { count: 16, item: "minecraft:copper_ingot" } + { count: 8, item: "minecraft:iron_ingot" } + { count: 4, item: "minecraft:carrot" } + { count: 4, item: "minecraft:potato" } + ] + title: "{ftbquests.loot_table_7131061971573085034.title}" +} diff --git a/config/ftbquests/quests/reward_tables/zombie_2.snbt b/config/ftbquests/quests/reward_tables/zombie_2.snbt new file mode 100644 index 0000000..e7f3800 --- /dev/null +++ b/config/ftbquests/quests/reward_tables/zombie_2.snbt @@ -0,0 +1,10 @@ +{ + id: "6F5CB5F8085CED85" + loot_size: 1 + order_index: 3 + rewards: [ + { count: 8, item: "minecraft:spider_eye" } + { count: 32, item: "minecraft:string" } + ] + title: "{ftbquests.loot_table_8024488712964205957.title}" +} diff --git a/config/ftbxmodcompat.snbt b/config/ftbxmodcompat.snbt new file mode 100644 index 0000000..7e3bd93 --- /dev/null +++ b/config/ftbxmodcompat.snbt @@ -0,0 +1,13 @@ +{ + # Select the permissions implementation to use + # DEFAULT: use FTB Ranks then Luckperms in preference order, depending on mod availability + # Default: "default" + # Valid values: "default", "ftb_ranks", "luckperms" + permission_selector: "default" + + # Select the game stages implementation to use + # DEFAULT: use KubeJS, Game Stages, vanilla in preference order, depending on mod availability + # Default: "default" + # Valid values: "default", "vanilla", "kubejs", "gamestages" + stage_selector: "default" +} diff --git a/config/fzzy_config/keybinds.toml b/config/fzzy_config/keybinds.toml new file mode 100644 index 0000000..bc6bc11 --- /dev/null +++ b/config/fzzy_config/keybinds.toml @@ -0,0 +1,216 @@ +# Don't change this! Version used to track needed updates. +version = 1 + +# Scrolls up a 'page' in the Config GUI + +[pageUp] +ctrl = "default" +shift = "default" +alt = "default" +type = "keyboard" +# String representation of the key, or the integer keycode +# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'. +key = "page.up" + +# Scrolls down a 'page' in the Config GUI + +[pageDown] +ctrl = "default" +shift = "default" +alt = "default" +type = "keyboard" +# String representation of the key, or the integer keycode +# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'. +key = "page.down" + +# Scrolls to the top of the Config GUI + +[home] +ctrl = "default" +shift = "default" +alt = "default" +type = "keyboard" +# String representation of the key, or the integer keycode +# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'. +key = "home" + +# Scrolls to the bottom of the Config GUI + +[end] +ctrl = "default" +shift = "default" +alt = "default" +type = "keyboard" +# String representation of the key, or the integer keycode +# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'. +key = "end" + +# Copies the currently hovered or focused config setting + +[copy] +ctrl = "true" +shift = "false" +alt = "false" +type = "keyboard" +# String representation of the key, or the integer keycode +# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'. +key = "c" + +# Pastes the last-copied setting into a compatible new setting + +[paste] +ctrl = "true" +shift = "false" +alt = "false" +type = "keyboard" +# String representation of the key, or the integer keycode +# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'. +key = "v" + +# Not currently used by Fzzy Config - cuts the selected information to a copy buffer + +[cut] +ctrl = "true" +shift = "false" +alt = "false" +type = "keyboard" +# String representation of the key, or the integer keycode +# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'. +key = "x" + +# Saves changes made to the current Config and sends updates to the server + +[save] +ctrl = "true" +shift = "false" +alt = "false" +type = "keyboard" +# String representation of the key, or the integer keycode +# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'. +key = "s" + +# Undos changes made from newest to oldest change + +[undo] +ctrl = "true" +shift = "false" +alt = "false" +type = "keyboard" +# String representation of the key, or the integer keycode +# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'. +key = "z" + +# Opens the context menu for the currently hovered or selected element + +[contextMouse] +ctrl = "default" +shift = "default" +alt = "default" +type = "mouse" +# String representation of the key, or the integer keycode +# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'. +key = "mouse.right" + +# Backs out to the previous config screen + +[back] +ctrl = "default" +shift = "default" +alt = "default" +type = "keyboard" +# String representation of the key, or the integer keycode +# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'. +key = "backspace" + +# Opens the 'Go-To' menu (Not used to focus the search bar) + +[search] +ctrl = "true" +shift = "false" +alt = "false" +type = "keyboard" +# String representation of the key, or the integer keycode +# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'. +key = "e" + +# Opens the GUI info menu + +[info] +ctrl = "default" +shift = "default" +alt = "default" +type = "keyboard" +# String representation of the key, or the integer keycode +# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'. +key = "f1" + +# Fully exits all open config GUIs (and saves them as applicable) + +[fullExit] +ctrl = "false" +shift = "true" +alt = "false" +type = "keyboard" +# String representation of the key, or the integer keycode +# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'. +key = "escape" + +# Focuses the Config GUI search bar + +[[find]] +ctrl = "true" +shift = "false" +alt = "false" +type = "keyboard" +# String representation of the key, or the integer keycode +# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'. +key = "f" + +[[find]] +ctrl = "false" +shift = "false" +alt = "false" +type = "keyboard" +# String representation of the key, or the integer keycode +# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'. +key = "f3" + +# Opens the context menu for the currently hovered or selected element + +[[contextKeyboard]] +ctrl = "false" +shift = "true" +alt = "false" +type = "keyboard" +# String representation of the key, or the integer keycode +# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'. +key = "f10" + +[[contextKeyboard]] +ctrl = "false" +shift = "false" +alt = "false" +type = "keyboard" +# String representation of the key, or the integer keycode +# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'. +key = "menu" + +# Not currently used by Fzzy Config - A universal 'Enter' keybind + +[[act]] +ctrl = "false" +shift = "false" +alt = "false" +type = "keyboard" +# String representation of the key, or the integer keycode +# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'. +key = "enter" + +[[act]] +ctrl = "false" +shift = "false" +alt = "false" +type = "keyboard" +# String representation of the key, or the integer keycode +# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'. +key = "keypad.enter" \ No newline at end of file diff --git a/config/globalgamerules-common.toml b/config/globalgamerules-common.toml new file mode 100644 index 0000000..1ebb944 --- /dev/null +++ b/config/globalgamerules-common.toml @@ -0,0 +1,138 @@ + +#Gamerules that are set when a world is loaded +[gamerules] + + [gamerules.chat] + #Whether advancements should be announced in chat. + announce_advancements = true + #Whether command blocks should notify admins when they perform commands. + command_block_output = true + #Whether to log admin commands to server log. + log_admin_commands = true + #Whether the feedback from commands executed by a player should show up in chat. Also affects the default behavior of whether command blocks store their output text. + send_command_feedback = true + #Whether death messages are put into chat when a player dies. Also affects whether a message is sent to the pet's owner when the pet dies. + show_death_messages = true + + [gamerules.drops] + #Whether block loot is dropped by all blocks (false) or randomly (true) depending on how far the block is from the center of a block explosion (e.g. clicking a bed in dimensions other than the Overworld). + block_explosion_drop_decay = true + #Whether entities that are not mobs should have drops. + do_entity_drops = true + #Whether mobs should drop items and experience orbs. + do_mob_loot = true + #Whether blocks should have drops. + do_tile_drops = true + #Whether block loot is dropped by all blocks (false) or randomly (true) depending on how far the block is from the center of a mob explosion (e.g. Creeper explosion). + mob_explosion_drop_decay = true + #Whether block loot is dropped by all blocks (false) or randomly (true) depending on how far the block is from the center of a TNT explosion. + tnt_explosion_drop_decay = false + + [gamerules.misc] + #Controls the maximum number of blocks changed when using /clone, /fill, or /fillbiome. + #Range: > 0 + command_modification_block_limit = 32768 + #Whether certain sound events are heard by all players regardless of location. + global_sound_events = true + #The maximum length of a chain of commands that can be executed during one tick. Applies to command blocks and functions. + #Range: > 0 + max_command_chain_length = 65536 + #Whether the debug screen shows all or reduced information; and whether the effects of F3+B (entity hitboxes) and F3+G (chunk boundaries) are shown. + reduced_debug_info = false + + [gamerules.player] + #Whether the server should skip checking player speed when the player is wearing elytra. Often helps with jittering due to lag in multiplayer. + disable_elytra_movement_check = false + #Players respawn immediately without showing the death screen. + do_immediate_respawn = false + #Whether players can craft only those recipes that they have unlocked. + do_limited_crafting = false + #Whether the player should take damage when drowning. + drowning_damage = true + #Whether the player should take fall damage. + fall_damage = true + #Whether the player should take damage in fire, lava, campfires, or on magma blocks. + fire_damage = true + #Whether the player should take damage when inside powder snow. + freeze_damage = true + #Whether the player should keep items and experience in their inventory after death . + keep_inventory = false + #Whether the player can regenerate health naturally if their hunger is full enough (doesn't affect external healing, such as golden apples, the Regeneration effect, etc.) + natural_regeneration = true + #What percentage of players must sleep to skip the night. + #Range: > 0 + players_sleeping_percentage = 100 + #The number of blocks outward from the world spawn coordinates that a player spawns in when first joining a server or when dying without a personal spawnpoint. Has no effect on servers where the default game mode is Adventure. + #Range: > 0 + spawn_radius = 10 + #Whether players in spectator mode can generate chunks + spectators_generate_chunks = true + + [gamerules.mobs] + #Whether raids are disabled. + disable_raids = false + #Makes angered neutral mobs stop being angry when the targeted player dies nearby. + forgive_dead_players = true + #The maximum number of pushable entities a mob or player can push, before taking 6 (♥♥♥) entity cramming damage per half-second. Setting to 0 or lower disables the rule. Damage affects Survival-mode or Adventure-mode players, and all mobs but bats. Pushable entities include non-Spectator-mode players, any mob except bats, as well as boats and minecarts. + #Range: > 0 + max_entity_cramming = 24 + #Whether creepers, zombies, endermen, ghasts, withers, ender dragons, rabbits, sheep, villagers, silverfish, snow golems, and end crystals should be able to change blocks, and whether mobs can pick up items. When mobGriefing is disabled, piglins do not pick up gold ingots, but a player can still barter with them by using the item on the mob. Similarly, villagers do not pick up food items but can still breed until they run out of any food already in their inventory. This also affects the capability of zombie-like creatures like zombified piglins and drowned to pathfind to turtle eggs. + mob_griefing = true + #Makes angered neutral mobs attack any nearby player, not just the player that angered them. Works best if forgiveDeadPlayers is disabled. + universal_anger = false + + [gamerules.updates] + #Whether the daylight cycle and moon phases progress. + do_daylight_cycle = true + #Whether fire should spread and naturally extinguish + do_fire_tick = true + #Whether vines can spread to other blocks. Cave vines, weeping vines, and twisting vines are not affected. + do_vines_spread = true + #Whether the weather can change naturally. The /weather command can still change weather. + do_weather_cycle = true + #Whether new sources of lava are allowed to form. + lava_source_conversion = false + #How often a random block tick occurs (such as plant growth, leaf decay, etc.) per chunk section per game tick. 0 and negative values disables random ticks, higher numbers increase random ticks. Setting to a high integer results in high speeds of decay and growth. Numbers over 4096 make plant growth or leaf decay instantaneous. + #Range: > 0 + random_tick_speed = 3 + #The maximum number of snow layers that can be accumulated on each block. + #Range: > 0 + snow_accumulation_height = 1 + #Whether new sources of water are allowed to form. + water_source_conversion = true + + [gamerules.spawning] + #Whether phantoms can spawn in the nighttime. + do_insomnia = true + #Whether mobs should naturally spawn. Does not affect monster spawners. + do_mob_spawning = true + #Whether patrols can spawn. + do_patrol_spawning = true + #Whether wandering traders can spawn. + do_trader_spawning = false + #Whether wardens can spawn. + do_warden_spawning = true + +#Configs related to difficult changes +[difficulty] + #If the difficulty should be set on world load + #If true difficulty changes in game will also be saved to the config + set_difficulty = false + #The difficulty to set if 'set_difficulty' is true, respects if the difficulty is locked or not for the world + #Allowed Values: PEACEFUL, EASY, NORMAL, HARD + difficulty = "NORMAL" + #If true the world will be set to hardcore, difficultly will be set to hard independent to the 'difficulty' config + #Setting it to hardcore auto locks the difficulty while this is true + hardcore = false + #If a world's difficulty should be locked when loaded, if world already is locked it can't be changed + #If the global world difficulty is enabled it's set first + lock_difficulty = false + +#A collection of misc configs +[misc] + #If gamerules should be saved to config on world unload + save_gamerules = true + #A comma separated list of commands to run on world join, @p is replaced with joining player name, command is run by the server + #Example: default_commands = ["/tellraw @p [\"\",{\"text\":\"Hi \"},{\"text\":\"@p\",\"color\":\"aqua\"}]"] + default_commands = [] + diff --git a/config/gravestone-client.toml b/config/gravestone-client.toml new file mode 100644 index 0000000..3341162 --- /dev/null +++ b/config/gravestone-client.toml @@ -0,0 +1,5 @@ +#If this is set to true the players head will be rendered on the gravestone when there is a full block under it +render_skull = true +#The color of the text at the gravestone (Hex RGB) +grave_text_color = "FFFFFF" + diff --git a/config/gravestonecurioscompat-common.toml b/config/gravestonecurioscompat-common.toml new file mode 100644 index 0000000..5166d5e --- /dev/null +++ b/config/gravestonecurioscompat-common.toml @@ -0,0 +1,6 @@ + +#General settings +[general] + #Items that should not be transferred to curios slots (format: 'modid:item') + blacklisted_items = [] + diff --git a/config/guideme.toml b/config/guideme.toml new file mode 100644 index 0000000..5835a58 --- /dev/null +++ b/config/guideme.toml @@ -0,0 +1,17 @@ + +[guides] + #Never load translated guide pages for your current language. + ignoreTranslatedGuides = false + #Never show errors in guides when recipes can't be found (i.e. because they were hidden by a datapack). + hideMissingRecipeErrors = false + +[gui] + #Adapt GUI scaling for the Guide screen to fix Minecraft font issues at GUI scale 1 and 3. + adaptiveScaling = true + #Use the full width of the screen for the guide when it is opened. + fullWidthLayout = true + +[debug] + #Show debugging overlays in GUI on mouse-over. + showDebugGuiOverlays = false + diff --git a/config/heads-common.toml b/config/heads-common.toml new file mode 100644 index 0000000..5119529 --- /dev/null +++ b/config/heads-common.toml @@ -0,0 +1,409 @@ + +#Axolotl settings +[axolotl] + #Enable charged creeper explosion to drop a Axolotl head + axolotlEnableCreeperDrop = true + #Defines the drop rate for the Axolotl head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + axolotlDropRate = 0.025 + +#Bat settings +[bat] + #Enable charged creeper explosion to drop a Bat head + batEnableCreeperDrop = true + #Defines the drop rate for the Bat head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + batDropRate = 0.025 + +#Bee settings +[bee] + #Enable charged creeper explosion to drop a Bee head + beeEnableCreeperDrop = true + #Defines the drop rate for the Bee head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + beeDropRate = 0.025 + +#Blaze settings +[blaze] + #Enable charged creeper explosion to drop a Blaze head + blazeEnableCreeperDrop = true + #Defines the drop rate for the Blaze head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + blazeDropRate = 0.025 + +#Cat settings +[cat] + #Enable charged creeper explosion to drop a Cat head + catEnableCreeperDrop = true + #Defines the drop rate for the Cat head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + catDropRate = 0.025 + +#Cave Spider settings +[caveSpider] + #Enable charged creeper explosion to drop a Cave Spider head + caveSpiderEnableCreeperDrop = true + #Defines the drop rate for the Cave Spider head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + caveSpiderDropRate = 0.025 + +#Chicken settings +[chicken] + #Enable charged creeper explosion to drop a Chicken head + chickenEnableCreeperDrop = true + #Defines the drop rate for the Chicken head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + chickenDropRate = 0.025 + +#Cod settings +[cod] + #Enable charged creeper explosion to drop a Cod head + codEnableCreeperDrop = true + #Defines the drop rate for the Cod head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + codDropRate = 0.025 + +#Cow settings +[cow] + #Enable charged creeper explosion to drop a Cow head + cowEnableCreeperDrop = true + #Defines the drop rate for the Cow head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + cowDropRate = 0.025 + +#Dolphin settings +[dolphin] + #Enable charged creeper explosion to drop a Dolphin head + dolphinEnableCreeperDrop = true + #Defines the drop rate for the Dolphin head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + dolphinDropRate = 0.025 + +#Donkey settings +[donkey] + #Enable charged creeper explosion to drop a Donkey head + donkeyEnableCreeperDrop = true + #Defines the drop rate for the Donkey head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + donkeyDropRate = 0.025 + +#Drowned settings +[drowned] + #Enable charged creeper explosion to drop a Drowned head + drownedEnableCreeperDrop = true + #Defines the drop rate for the Drowned head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + drownedDropRate = 0.025 + +#Enderman settings +[enderman] + #Enable charged creeper explosion to drop a Enderman head + endermanEnableCreeperDrop = true + #Defines the drop rate for the Enderman head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + endermanDropRate = 0.025 + +#Endermite settings +[endermite] + #Enable charged creeper explosion to drop a Endermite head + endermiteEnableCreeperDrop = true + #Defines the drop rate for the Endermite head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + endermiteDropRate = 0.025 + +#Evoker settings +[evoker] + #Enable charged creeper explosion to drop a Evoker head + evokerEnableCreeperDrop = true + #Defines the drop rate for the Evoker head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + evokerDropRate = 0.025 + +#Fox settings +[fox] + #Enable charged creeper explosion to drop a Fox head + foxEnableCreeperDrop = true + #Defines the drop rate for the Fox head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + foxDropRate = 0.025 + +#Ghast settings +[ghast] + #Enable charged creeper explosion to drop a Ghast head + ghastEnableCreeperDrop = true + #Defines the drop rate for the Ghast head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + ghastDropRate = 0.025 + +#Glow Squid settings +[glowSquid] + #Enable charged creeper explosion to drop a Glow Squid head + glowSquidEnableCreeperDrop = true + #Defines the drop rate for the Glow Squid head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + glowSquidDropRate = 0.025 + +#Goat settings +[goat] + #Enable charged creeper explosion to drop a Goat head + goatEnableCreeperDrop = true + #Defines the drop rate for the Goat head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + goatDropRate = 0.025 + +#Hoglin settings +[hoglin] + #Enable charged creeper explosion to drop a Hoglin head + hoglinEnableCreeperDrop = true + #Defines the drop rate for the Hoglin head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + hoglinDropRate = 0.025 + +#Gorse settings +[gorse] + #Enable charged creeper explosion to drop a Gorse head + gorseEnableCreeperDrop = true + #Defines the drop rate for the Gorse head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + gorseDropRate = 0.025 + +#Skeleton Horse settings +[skeletonHorse] + #Enable charged creeper explosion to drop a Skeleton Horse head + skeletonHorseEnableCreeperDrop = true + #Defines the drop rate for the Skeleton Horse head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + skeletonHorseDropRate = 0.025 + +#Undead Horse settings +[undeadHorse] + #Enable charged creeper explosion to drop a Undead Horse head + undeadHorseEnableCreeperDrop = true + #Defines the drop rate for the Undead Horse head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + undeadHorseDropRate = 0.025 + +#Husk settings +[husk] + #Enable charged creeper explosion to drop a Husk head + huskEnableCreeperDrop = true + #Defines the drop rate for the Husk head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + huskDropRate = 0.025 + +#Illusioner settings +[illusioner] + #Enable charged creeper explosion to drop a Illusioner head + illusionerEnableCreeperDrop = true + #Defines the drop rate for the Illusioner head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + illusionerDropRate = 0.025 + +#Iron Golem settings +[ironGolem] + #Enable charged creeper explosion to drop a Iron Golem head + ironGolemEnableCreeperDrop = true + #Defines the drop rate for the Iron Golem head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + ironGolemDropRate = 0.025 + +#Magma Cube settings +[magmaCube] + #Enable charged creeper explosion to drop a Magma Cube head + magmaCubeEnableCreeperDrop = true + #Defines the drop rate for the Magma Cube head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + magmaCubeDropRate = 0.025 + +#Mule settings +[mule] + #Enable charged creeper explosion to drop a Mule head + muleEnableCreeperDrop = true + #Defines the drop rate for the Mule head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + muleDropRate = 0.025 + +#Mooshroom settings +[mooshroom] + #Enable charged creeper explosion to drop a Mooshroom head + mooshroomEnableCreeperDrop = true + #Defines the drop rate for the Mooshroom head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + mooshroomDropRate = 0.025 + +#Ocelot settings +[ocelot] + #Enable charged creeper explosion to drop a Ocelot head + ocelotEnableCreeperDrop = true + #Defines the drop rate for the Ocelot head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + ocelotDropRate = 0.025 + +#Pig settings +[pig] + #Enable charged creeper explosion to drop a Pig head + pigEnableCreeperDrop = true + #Defines the drop rate for the Pig head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + pigDropRate = 0.025 + +#Piglin settings +[piglin] + #Enable charged creeper explosion to drop a Piglin head + piglinEnableCreeperDrop = true + #Defines the drop rate for the Piglin head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + piglinDropRate = 0.025 + +#Piglin Brute settings +[piglinBrute] + #Enable charged creeper explosion to drop a Piglin Brute head + piglinBruteEnableCreeperDrop = true + #Defines the drop rate for the Piglin Brute head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + piglinBruteDropRate = 0.025 + +#Pillager settings +[pillager] + #Enable charged creeper explosion to drop a Pillager head + pillagerEnableCreeperDrop = true + #Defines the drop rate for the Pillager head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + pillagerDropRate = 0.025 + +#Salmon settings +[salmon] + #Enable charged creeper explosion to drop a Salmon head + salmonEnableCreeperDrop = true + #Defines the drop rate for the Salmon head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + salmonDropRate = 0.025 + +#Sheep settings +[sheep] + #Enable charged creeper explosion to drop a Sheep head + sheepEnableCreeperDrop = true + #Defines the drop rate for the Sheep head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + sheepDropRate = 0.025 + +#Silverfish settings +[silverfish] + #Enable charged creeper explosion to drop a Silverfish head + silverfishEnableCreeperDrop = true + #Defines the drop rate for the Silverfish head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + silverfishDropRate = 0.025 + +#Slime settings +[slime] + #Enable charged creeper explosion to drop a Slime head + slimeEnableCreeperDrop = true + #Defines the drop rate for the Slime head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + slimeDropRate = 0.025 + +#Snow Golem settings +[snowGolem] + #Enable charged creeper explosion to drop a Snow Golem head + snowGolemEnableCreeperDrop = true + #Defines the drop rate for the Snow Golem head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + snowGolemDropRate = 0.025 + +#Spider settings +[spider] + #Enable charged creeper explosion to drop a Spider head + spiderEnableCreeperDrop = true + #Defines the drop rate for the Spider head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + spiderDropRate = 0.025 + +#Squid settings +[squid] + #Enable charged creeper explosion to drop a Squid head + squidEnableCreeperDrop = true + #Defines the drop rate for the Squid head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + squidDropRate = 0.025 + +#Stray settings +[stray] + #Enable charged creeper explosion to drop a Stray head + strayEnableCreeperDrop = true + #Defines the drop rate for the Stray head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + strayDropRate = 0.025 + +#Turtle settings +[turtle] + #Enable charged creeper explosion to drop a Turtle head + turtleEnableCreeperDrop = true + #Defines the drop rate for the Turtle head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + turtleDropRate = 0.025 + +#Villager settings +[villager] + #Enable charged creeper explosion to drop a Villager head + villagerEnableCreeperDrop = true + #Defines the drop rate for the Villager head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + villagerDropRate = 0.025 + +#Vindicator settings +[vindicator] + #Enable charged creeper explosion to drop a Vindicator head + vindicatorEnableCreeperDrop = true + #Defines the drop rate for the Vindicator head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + vindicatorDropRate = 0.025 + +#Wandering Trader settings +[wanderingTrader] + #Enable charged creeper explosion to drop a Wandering Trader head + wanderingTraderEnableCreeperDrop = true + #Defines the drop rate for the Wandering Trader head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + wanderingTraderDropRate = 0.025 + +#Witch settings +[witch] + #Enable charged creeper explosion to drop a Witch head + witchEnableCreeperDrop = true + #Defines the drop rate for the Witch head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + witchDropRate = 0.025 + +#Wolf settings +[wolf] + #Enable charged creeper explosion to drop a Wolf head + wolfEnableCreeperDrop = true + #Defines the drop rate for the Wolf head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + wolfDropRate = 0.025 + +#Zoglin settings +[zoglin] + #Enable charged creeper explosion to drop a Zoglin head + zoglinEnableCreeperDrop = true + #Defines the drop rate for the Zoglin head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + zoglinDropRate = 0.025 + +#Zombie Villager settings +[zombieVillager] + #Enable charged creeper explosion to drop a Zombie Villager head + zombieVillagerEnableCreeperDrop = true + #Defines the drop rate for the Zombie Villager head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + zombieVillagerDropRate = 0.025 + +#Zombified Piglin settings +[zombifiedPiglin] + #Enable charged creeper explosion to drop a Zombified Piglin head + zombifiedPiglinEnableCreeperDrop = true + #Defines the drop rate for the Zombified Piglin head (0 to disable) [Default: 0.025] + #Range: 0.0 ~ 1.0 + zombifiedPiglinDropRate = 0.025 + diff --git a/config/ichunutil/ichunutil-client.toml b/config/ichunutil/ichunutil-client.toml new file mode 100644 index 0000000..f66517d --- /dev/null +++ b/config/ichunutil/ichunutil-client.toml @@ -0,0 +1,24 @@ + +#These configs affect GUIs using B&S. +[bns] + #Renders B&S's GUIs in a Minecraft Style instead. + #0 = Default Style + #1 = Vanilla Style + #2 = Texture Pack Style. + #Range: 0 ~ 2 + bnsMinecraftStyle = 0 + #How much padding to add to the docked windows. + #Range: 0 ~ 50 + bnsDockPadding = 0 + #Number of pixels before iChunUtil thinks you're trying to dock a window. + #Range: > 1 + bnsDockBorder = 8 + #Speed (in ticks) to register a double click. + #Range: > 1 + bnsDoubleClickSpeed = 10 + #How long to mouse over an element (in ticks) before showing a tooltip. + #Range: 0 ~ 6000 + bnsTooltipCooldown = 10 + #Theme to use for Boxes & Stuff + bnsTheme = "default" + diff --git a/config/ichunutil/themes/aztec.json b/config/ichunutil/themes/aztec.json new file mode 100644 index 0000000..8ee30c6 --- /dev/null +++ b/config/ichunutil/themes/aztec.json @@ -0,0 +1,170 @@ +{ + "name": "Aztec", + "author": "LordFokas", + "workspaceBackground": [ + 8, + 8, + 8 + ], + "windowBorderActive": [ + 96, + 96, + 96 + ], + "windowBorderInactive": [ + 96, + 96, + 96 + ], + "windowBackground": [ + 48, + 48, + 48 + ], + "elementButtonBackgroundInactive": [ + 32, + 32, + 32 + ], + "elementButtonBackgroundActive": [ + 32, + 32, + 32 + ], + "elementButtonBackgroundHover": [ + 192, + 192, + 192 + ], + "elementButtonBorder": [ + 96, + 96, + 96 + ], + "elementButtonClick": [ + 48, + 48, + 48 + ], + "elementButtonToggle": [ + 32, + 32, + 32 + ], + "elementButtonToggleHover": [ + 24, + 24, + 24 + ], + "elementInputBackgroundInactive": [ + 32, + 32, + 32 + ], + "elementInputBackgroundHover": [ + 24, + 24, + 24 + ], + "elementInputBorder": [ + 96, + 96, + 96 + ], + "elementInputUpDownHover": [ + 64, + 64, + 64 + ], + "elementInputUpDownClick": [ + 48, + 48, + 48 + ], + "elementListBorder": [ + 192, + 192, + 192 + ], + "elementListItemBorder": [ + 32, + 32, + 32 + ], + "elementListItemBackground": [ + 32, + 32, + 32 + ], + "elementListItemBackgroundSelect": [ + 12, + 12, + 12 + ], + "elementListItemBackgroundHover": [ + 24, + 24, + 24 + ], + "elementTabHover": [ + 192, + 192, + 192 + ], + "elementTabBackgroundActive": [ + 80, + 80, + 80 + ], + "elementTabBorderActive": [ + 120, + 120, + 240 + ], + "elementTabBackgroundInactive": [ + 32, + 32, + 32 + ], + "elementTabBorderInactive": [ + 64, + 64, + 64 + ], + "elementScrollBar": [ + 32, + 32, + 32 + ], + "elementScrollBarBorder": [ + 192, + 192, + 192 + ], + "elementScrollBarBackground": [ + 192, + 192, + 192 + ], + "font": [ + 240, + 240, + 240 + ], + "fontLight": [ + 240, + 240, + 240 + ], + "fontMid": [ + 24, + 24, + 24 + ], + "fontDim": [ + 192, + 192, + 192 + ], + "workspaceBlock": "minecraft:gray_wool" +} \ No newline at end of file diff --git a/config/ichunutil/themes/blue&black.json b/config/ichunutil/themes/blue&black.json new file mode 100644 index 0000000..e354691 --- /dev/null +++ b/config/ichunutil/themes/blue&black.json @@ -0,0 +1,170 @@ +{ + "name": "Blue & Black", + "author": "SizzlinBacen", + "workspaceBackground": [ + 204, + 204, + 204 + ], + "windowBorderActive": [ + 0, + 128, + 225 + ], + "windowBorderInactive": [ + 0, + 150, + 225 + ], + "windowBackground": [ + 34, + 34, + 34 + ], + "elementButtonBackgroundInactive": [ + 60, + 60, + 60 + ], + "elementButtonBackgroundActive": [ + 60, + 60, + 60 + ], + "elementButtonBackgroundHover": [ + 0, + 128, + 225 + ], + "elementButtonBorder": [ + 0, + 150, + 225 + ], + "elementButtonClick": [ + 100, + 100, + 100 + ], + "elementButtonToggle": [ + 30, + 30, + 30 + ], + "elementButtonToggleHover": [ + 170, + 170, + 170 + ], + "elementInputBackgroundInactive": [ + 60, + 60, + 60 + ], + "elementInputBackgroundHover": [ + 70, + 70, + 70 + ], + "elementInputBorder": [ + 0, + 128, + 225 + ], + "elementInputUpDownHover": [ + 68, + 156, + 223 + ], + "elementInputUpDownClick": [ + 0, + 0, + 225 + ], + "elementListBorder": [ + 0, + 128, + 225 + ], + "elementListItemBorder": [ + 0, + 128, + 225 + ], + "elementListItemBackground": [ + 60, + 60, + 60 + ], + "elementListItemBackgroundSelect": [ + 100, + 100, + 100 + ], + "elementListItemBackgroundHover": [ + 120, + 120, + 120 + ], + "elementTabHover": [ + 0, + 128, + 225 + ], + "elementTabBackgroundActive": [ + 60, + 60, + 60 + ], + "elementTabBorderActive": [ + 255, + 255, + 255 + ], + "elementTabBackgroundInactive": [ + 34, + 34, + 34 + ], + "elementTabBorderInactive": [ + 100, + 100, + 100 + ], + "elementScrollBar": [ + 34, + 34, + 34 + ], + "elementScrollBarBorder": [ + 0, + 128, + 225 + ], + "elementScrollBarBackground": [ + 0, + 128, + 225 + ], + "font": [ + 255, + 255, + 255 + ], + "fontLight": [ + 220, + 220, + 220 + ], + "fontMid": [ + 170, + 170, + 170 + ], + "fontDim": [ + 150, + 150, + 150 + ], + "workspaceBlock": "minecraft:light_blue_wool" +} \ No newline at end of file diff --git a/config/ichunutil/themes/blue&orange.json b/config/ichunutil/themes/blue&orange.json new file mode 100644 index 0000000..4226093 --- /dev/null +++ b/config/ichunutil/themes/blue&orange.json @@ -0,0 +1,170 @@ +{ + "name": "Blue & Orange", + "author": "ASolvie", + "workspaceBackground": [ + 255, + 204, + 94 + ], + "windowBorderActive": [ + 0, + 128, + 225 + ], + "windowBorderInactive": [ + 0, + 150, + 225 + ], + "windowBackground": [ + 255, + 136, + 34 + ], + "elementButtonBackgroundInactive": [ + 255, + 100, + 60 + ], + "elementButtonBackgroundActive": [ + 255, + 100, + 60 + ], + "elementButtonBackgroundHover": [ + 0, + 128, + 225 + ], + "elementButtonBorder": [ + 0, + 150, + 225 + ], + "elementButtonClick": [ + 255, + 100, + 0 + ], + "elementButtonToggle": [ + 255, + 144, + 30 + ], + "elementButtonToggleHover": [ + 255, + 200, + 82 + ], + "elementInputBackgroundInactive": [ + 255, + 100, + 60 + ], + "elementInputBackgroundHover": [ + 255, + 174, + 70 + ], + "elementInputBorder": [ + 0, + 128, + 225 + ], + "elementInputUpDownHover": [ + 68, + 156, + 223 + ], + "elementInputUpDownClick": [ + 0, + 0, + 225 + ], + "elementListBorder": [ + 0, + 128, + 225 + ], + "elementListItemBorder": [ + 0, + 128, + 225 + ], + "elementListItemBackground": [ + 255, + 100, + 60 + ], + "elementListItemBackgroundSelect": [ + 255, + 162, + 98 + ], + "elementListItemBackgroundHover": [ + 255, + 120, + 120 + ], + "elementTabHover": [ + 0, + 128, + 225 + ], + "elementTabBackgroundActive": [ + 255, + 100, + 60 + ], + "elementTabBorderActive": [ + 0, + 128, + 225 + ], + "elementTabBackgroundInactive": [ + 255, + 136, + 34 + ], + "elementTabBorderInactive": [ + 0, + 150, + 225 + ], + "elementScrollBar": [ + 255, + 136, + 34 + ], + "elementScrollBarBorder": [ + 0, + 128, + 225 + ], + "elementScrollBarBackground": [ + 0, + 128, + 225 + ], + "font": [ + 255, + 255, + 255 + ], + "fontLight": [ + 255, + 190, + 120 + ], + "fontMid": [ + 255, + 200, + 82 + ], + "fontDim": [ + 255, + 224, + 0 + ], + "workspaceBlock": "minecraft:light_blue_wool" +} \ No newline at end of file diff --git a/config/ichunutil/themes/default.json b/config/ichunutil/themes/default.json new file mode 100644 index 0000000..741496d --- /dev/null +++ b/config/ichunutil/themes/default.json @@ -0,0 +1,170 @@ +{ + "name": "Default", + "author": "iChun", + "workspaceBackground": [ + 204, + 204, + 204 + ], + "windowBorderActive": [ + 150, + 150, + 150 + ], + "windowBorderInactive": [ + 140, + 140, + 140 + ], + "windowBackground": [ + 34, + 34, + 34 + ], + "elementButtonBackgroundInactive": [ + 60, + 60, + 60 + ], + "elementButtonBackgroundActive": [ + 70, + 70, + 70 + ], + "elementButtonBackgroundHover": [ + 85, + 85, + 85 + ], + "elementButtonBorder": [ + 140, + 140, + 140 + ], + "elementButtonClick": [ + 100, + 100, + 100 + ], + "elementButtonToggle": [ + 120, + 120, + 120 + ], + "elementButtonToggleHover": [ + 170, + 170, + 170 + ], + "elementInputBackgroundInactive": [ + 60, + 60, + 60 + ], + "elementInputBackgroundHover": [ + 70, + 70, + 70 + ], + "elementInputBorder": [ + 140, + 140, + 140 + ], + "elementInputUpDownHover": [ + 170, + 170, + 170 + ], + "elementInputUpDownClick": [ + 100, + 100, + 100 + ], + "elementListBorder": [ + 100, + 100, + 100 + ], + "elementListItemBorder": [ + 40, + 40, + 40 + ], + "elementListItemBackground": [ + 60, + 60, + 60 + ], + "elementListItemBackgroundSelect": [ + 100, + 100, + 100 + ], + "elementListItemBackgroundHover": [ + 120, + 120, + 120 + ], + "elementTabHover": [ + 80, + 80, + 80 + ], + "elementTabBackgroundActive": [ + 60, + 60, + 60 + ], + "elementTabBorderActive": [ + 255, + 255, + 255 + ], + "elementTabBackgroundInactive": [ + 34, + 34, + 34 + ], + "elementTabBorderInactive": [ + 100, + 100, + 100 + ], + "elementScrollBar": [ + 34, + 34, + 34 + ], + "elementScrollBarBorder": [ + 60, + 60, + 60 + ], + "elementScrollBarBackground": [ + 34, + 34, + 34 + ], + "font": [ + 255, + 255, + 255 + ], + "fontLight": [ + 220, + 220, + 220 + ], + "fontMid": [ + 185, + 185, + 185 + ], + "fontDim": [ + 150, + 150, + 150 + ], + "workspaceBlock": "minecraft:spruce_planks" +} \ No newline at end of file diff --git a/config/ichunutil/themes/grassgreen.json b/config/ichunutil/themes/grassgreen.json new file mode 100644 index 0000000..81c434d --- /dev/null +++ b/config/ichunutil/themes/grassgreen.json @@ -0,0 +1,170 @@ +{ + "name": "GrassGreen", + "author": "SizzlinBacen", + "workspaceBackground": [ + 183, + 255, + 183 + ], + "windowBorderActive": [ + 6, + 179, + 0 + ], + "windowBorderInactive": [ + 6, + 179, + 0 + ], + "windowBackground": [ + 74, + 230, + 74 + ], + "elementButtonBackgroundInactive": [ + 74, + 230, + 74 + ], + "elementButtonBackgroundActive": [ + 74, + 230, + 74 + ], + "elementButtonBackgroundHover": [ + 6, + 179, + 0 + ], + "elementButtonBorder": [ + 6, + 179, + 0 + ], + "elementButtonClick": [ + 60, + 152, + 60 + ], + "elementButtonToggle": [ + 48, + 111, + 48 + ], + "elementButtonToggleHover": [ + 170, + 170, + 170 + ], + "elementInputBackgroundInactive": [ + 45, + 209, + 45 + ], + "elementInputBackgroundHover": [ + 110, + 225, + 110 + ], + "elementInputBorder": [ + 6, + 179, + 0 + ], + "elementInputUpDownHover": [ + 7, + 223, + 0 + ], + "elementInputUpDownClick": [ + 46, + 188, + 46 + ], + "elementListBorder": [ + 6, + 179, + 0 + ], + "elementListItemBorder": [ + 6, + 179, + 0 + ], + "elementListItemBackground": [ + 74, + 230, + 74 + ], + "elementListItemBackgroundSelect": [ + 60, + 152, + 60 + ], + "elementListItemBackgroundHover": [ + 46, + 188, + 46 + ], + "elementTabHover": [ + 6, + 179, + 0 + ], + "elementTabBackgroundActive": [ + 74, + 230, + 74 + ], + "elementTabBorderActive": [ + 255, + 255, + 255 + ], + "elementTabBackgroundInactive": [ + 74, + 230, + 74 + ], + "elementTabBorderInactive": [ + 46, + 188, + 46 + ], + "elementScrollBar": [ + 74, + 230, + 74 + ], + "elementScrollBarBorder": [ + 6, + 179, + 0 + ], + "elementScrollBarBackground": [ + 6, + 179, + 0 + ], + "font": [ + 255, + 255, + 255 + ], + "fontLight": [ + 0, + 100, + 0 + ], + "fontMid": [ + 170, + 170, + 170 + ], + "fontDim": [ + 225, + 225, + 225 + ], + "workspaceBlock": "minecraft:grass_block" +} \ No newline at end of file diff --git a/config/ichunutil/themes/green&black.json b/config/ichunutil/themes/green&black.json new file mode 100644 index 0000000..0c7c849 --- /dev/null +++ b/config/ichunutil/themes/green&black.json @@ -0,0 +1,170 @@ +{ + "name": "Green & Black", + "author": "SizzlinBacen", + "workspaceBackground": [ + 204, + 204, + 204 + ], + "windowBorderActive": [ + 0, + 175, + 0 + ], + "windowBorderInactive": [ + 0, + 152, + 0 + ], + "windowBackground": [ + 34, + 34, + 34 + ], + "elementButtonBackgroundInactive": [ + 60, + 60, + 60 + ], + "elementButtonBackgroundActive": [ + 60, + 60, + 60 + ], + "elementButtonBackgroundHover": [ + 0, + 204, + 0 + ], + "elementButtonBorder": [ + 0, + 152, + 0 + ], + "elementButtonClick": [ + 100, + 100, + 100 + ], + "elementButtonToggle": [ + 30, + 30, + 30 + ], + "elementButtonToggleHover": [ + 170, + 170, + 170 + ], + "elementInputBackgroundInactive": [ + 60, + 60, + 60 + ], + "elementInputBackgroundHover": [ + 70, + 70, + 70 + ], + "elementInputBorder": [ + 0, + 175, + 0 + ], + "elementInputUpDownHover": [ + 0, + 150, + 0 + ], + "elementInputUpDownClick": [ + 0, + 225, + 0 + ], + "elementListBorder": [ + 0, + 204, + 0 + ], + "elementListItemBorder": [ + 0, + 175, + 0 + ], + "elementListItemBackground": [ + 60, + 60, + 60 + ], + "elementListItemBackgroundSelect": [ + 100, + 100, + 100 + ], + "elementListItemBackgroundHover": [ + 120, + 120, + 120 + ], + "elementTabHover": [ + 0, + 204, + 0 + ], + "elementTabBackgroundActive": [ + 60, + 60, + 60 + ], + "elementTabBorderActive": [ + 255, + 255, + 255 + ], + "elementTabBackgroundInactive": [ + 34, + 34, + 34 + ], + "elementTabBorderInactive": [ + 100, + 100, + 100 + ], + "elementScrollBar": [ + 34, + 34, + 34 + ], + "elementScrollBarBorder": [ + 0, + 175, + 0 + ], + "elementScrollBarBackground": [ + 0, + 175, + 0 + ], + "font": [ + 255, + 255, + 255 + ], + "fontLight": [ + 220, + 220, + 220 + ], + "fontMid": [ + 170, + 170, + 170 + ], + "fontDim": [ + 150, + 150, + 150 + ], + "workspaceBlock": "minecraft:lime_wool" +} \ No newline at end of file diff --git a/config/ichunutil/themes/lazygray.json b/config/ichunutil/themes/lazygray.json new file mode 100644 index 0000000..f956cab --- /dev/null +++ b/config/ichunutil/themes/lazygray.json @@ -0,0 +1,170 @@ +{ + "name": "Lazy Gray", + "author": "iLexiconn", + "workspaceBackground": [ + 255, + 255, + 255 + ], + "windowBorderActive": [ + 41, + 41, + 41 + ], + "windowBorderInactive": [ + 140, + 140, + 140 + ], + "windowBackground": [ + 61, + 61, + 61 + ], + "elementButtonBackgroundInactive": [ + 60, + 60, + 60 + ], + "elementButtonBackgroundActive": [ + 60, + 60, + 60 + ], + "elementButtonBackgroundHover": [ + 100, + 100, + 100 + ], + "elementButtonBorder": [ + 140, + 140, + 140 + ], + "elementButtonClick": [ + 100, + 100, + 100 + ], + "elementButtonToggle": [ + 120, + 120, + 120 + ], + "elementButtonToggleHover": [ + 170, + 170, + 170 + ], + "elementInputBackgroundInactive": [ + 60, + 60, + 60 + ], + "elementInputBackgroundHover": [ + 70, + 70, + 70 + ], + "elementInputBorder": [ + 140, + 140, + 140 + ], + "elementInputUpDownHover": [ + 170, + 170, + 170 + ], + "elementInputUpDownClick": [ + 100, + 100, + 100 + ], + "elementListBorder": [ + 100, + 100, + 100 + ], + "elementListItemBorder": [ + 40, + 40, + 40 + ], + "elementListItemBackground": [ + 60, + 60, + 60 + ], + "elementListItemBackgroundSelect": [ + 100, + 100, + 100 + ], + "elementListItemBackgroundHover": [ + 100, + 100, + 100 + ], + "elementTabHover": [ + 100, + 100, + 100 + ], + "elementTabBackgroundActive": [ + 60, + 60, + 60 + ], + "elementTabBorderActive": [ + 255, + 255, + 255 + ], + "elementTabBackgroundInactive": [ + 34, + 34, + 34 + ], + "elementTabBorderInactive": [ + 100, + 100, + 100 + ], + "elementScrollBar": [ + 34, + 34, + 34 + ], + "elementScrollBarBorder": [ + 60, + 60, + 60 + ], + "elementScrollBarBackground": [ + 60, + 60, + 60 + ], + "font": [ + 255, + 255, + 255 + ], + "fontLight": [ + 220, + 220, + 220 + ], + "fontMid": [ + 170, + 170, + 170 + ], + "fontDim": [ + 150, + 150, + 150 + ], + "workspaceBlock": "minecraft:gray_wool" +} \ No newline at end of file diff --git a/config/ichunutil/themes/monogeneric.json b/config/ichunutil/themes/monogeneric.json new file mode 100644 index 0000000..3fcd809 --- /dev/null +++ b/config/ichunutil/themes/monogeneric.json @@ -0,0 +1,170 @@ +{ + "name": "MonoGeneric", + "author": "Arcaratus", + "workspaceBackground": [ + 200, + 200, + 200 + ], + "windowBorderActive": [ + 0, + 0, + 0 + ], + "windowBorderInactive": [ + 180, + 180, + 180 + ], + "windowBackground": [ + 50, + 50, + 50 + ], + "elementButtonBackgroundInactive": [ + 80, + 80, + 80 + ], + "elementButtonBackgroundActive": [ + 80, + 80, + 80 + ], + "elementButtonBackgroundHover": [ + 20, + 20, + 20 + ], + "elementButtonBorder": [ + 180, + 180, + 180 + ], + "elementButtonClick": [ + 160, + 160, + 160 + ], + "elementButtonToggle": [ + 190, + 190, + 190 + ], + "elementButtonToggleHover": [ + 170, + 170, + 170 + ], + "elementInputBackgroundInactive": [ + 75, + 75, + 75 + ], + "elementInputBackgroundHover": [ + 100, + 100, + 100 + ], + "elementInputBorder": [ + 0, + 0, + 0 + ], + "elementInputUpDownHover": [ + 100, + 100, + 100 + ], + "elementInputUpDownClick": [ + 140, + 140, + 140 + ], + "elementListBorder": [ + 20, + 20, + 20 + ], + "elementListItemBorder": [ + 45, + 45, + 45 + ], + "elementListItemBackground": [ + 90, + 90, + 90 + ], + "elementListItemBackgroundSelect": [ + 120, + 120, + 120 + ], + "elementListItemBackgroundHover": [ + 105, + 105, + 105 + ], + "elementTabHover": [ + 20, + 20, + 20 + ], + "elementTabBackgroundActive": [ + 190, + 190, + 190 + ], + "elementTabBorderActive": [ + 255, + 255, + 255 + ], + "elementTabBackgroundInactive": [ + 60, + 60, + 60 + ], + "elementTabBorderInactive": [ + 150, + 150, + 150 + ], + "elementScrollBar": [ + 60, + 60, + 60 + ], + "elementScrollBarBorder": [ + 35, + 35, + 35 + ], + "elementScrollBarBackground": [ + 35, + 35, + 35 + ], + "font": [ + 255, + 255, + 255 + ], + "fontLight": [ + 255, + 255, + 255 + ], + "fontMid": [ + 170, + 170, + 170 + ], + "fontDim": [ + 235, + 235, + 235 + ], + "workspaceBlock": "minecraft:smooth_stone_slab" +} \ No newline at end of file diff --git a/config/ichunutil/themes/nightblack.json b/config/ichunutil/themes/nightblack.json new file mode 100644 index 0000000..c0d7122 --- /dev/null +++ b/config/ichunutil/themes/nightblack.json @@ -0,0 +1,170 @@ +{ + "name": "Night Black", + "author": "pfgichun", + "workspaceBackground": [ + 0, + 0, + 0 + ], + "windowBorderActive": [ + 0, + 0, + 0 + ], + "windowBorderInactive": [ + 50, + 50, + 50 + ], + "windowBackground": [ + 0, + 0, + 0 + ], + "elementButtonBackgroundInactive": [ + 50, + 50, + 50 + ], + "elementButtonBackgroundActive": [ + 50, + 50, + 50 + ], + "elementButtonBackgroundHover": [ + 50, + 50, + 50 + ], + "elementButtonBorder": [ + 50, + 50, + 50 + ], + "elementButtonClick": [ + 30, + 30, + 30 + ], + "elementButtonToggle": [ + 50, + 50, + 50 + ], + "elementButtonToggleHover": [ + 40, + 40, + 40 + ], + "elementInputBackgroundInactive": [ + 0, + 0, + 0 + ], + "elementInputBackgroundHover": [ + 10, + 10, + 10 + ], + "elementInputBorder": [ + 50, + 50, + 50 + ], + "elementInputUpDownHover": [ + 40, + 40, + 40 + ], + "elementInputUpDownClick": [ + 30, + 30, + 30 + ], + "elementListBorder": [ + 50, + 50, + 50 + ], + "elementListItemBorder": [ + 50, + 50, + 50 + ], + "elementListItemBackground": [ + 50, + 50, + 50 + ], + "elementListItemBackgroundSelect": [ + 30, + 30, + 30 + ], + "elementListItemBackgroundHover": [ + 40, + 40, + 40 + ], + "elementTabHover": [ + 50, + 50, + 50 + ], + "elementTabBackgroundActive": [ + 50, + 50, + 50 + ], + "elementTabBorderActive": [ + 255, + 255, + 255 + ], + "elementTabBackgroundInactive": [ + 50, + 50, + 50 + ], + "elementTabBorderInactive": [ + 40, + 40, + 40 + ], + "elementScrollBar": [ + 50, + 50, + 50 + ], + "elementScrollBarBorder": [ + 50, + 50, + 50 + ], + "elementScrollBarBackground": [ + 50, + 50, + 50 + ], + "font": [ + 255, + 255, + 255 + ], + "fontLight": [ + 255, + 255, + 255 + ], + "fontMid": [ + 40, + 40, + 40 + ], + "fontDim": [ + 150, + 150, + 150 + ], + "workspaceBlock": "minecraft:black_wool" +} \ No newline at end of file diff --git a/config/ichunutil/themes/red&black.json b/config/ichunutil/themes/red&black.json new file mode 100644 index 0000000..10b9760 --- /dev/null +++ b/config/ichunutil/themes/red&black.json @@ -0,0 +1,170 @@ +{ + "name": "Red & Black", + "author": "SizzlinBacen", + "workspaceBackground": [ + 204, + 204, + 204 + ], + "windowBorderActive": [ + 255, + 100, + 100 + ], + "windowBorderInactive": [ + 225, + 100, + 100 + ], + "windowBackground": [ + 34, + 34, + 34 + ], + "elementButtonBackgroundInactive": [ + 60, + 60, + 60 + ], + "elementButtonBackgroundActive": [ + 60, + 60, + 60 + ], + "elementButtonBackgroundHover": [ + 255, + 100, + 100 + ], + "elementButtonBorder": [ + 225, + 100, + 100 + ], + "elementButtonClick": [ + 100, + 100, + 100 + ], + "elementButtonToggle": [ + 30, + 30, + 30 + ], + "elementButtonToggleHover": [ + 170, + 170, + 170 + ], + "elementInputBackgroundInactive": [ + 60, + 60, + 60 + ], + "elementInputBackgroundHover": [ + 70, + 70, + 70 + ], + "elementInputBorder": [ + 255, + 100, + 100 + ], + "elementInputUpDownHover": [ + 255, + 150, + 150 + ], + "elementInputUpDownClick": [ + 255, + 50, + 50 + ], + "elementListBorder": [ + 255, + 100, + 100 + ], + "elementListItemBorder": [ + 255, + 100, + 100 + ], + "elementListItemBackground": [ + 60, + 60, + 60 + ], + "elementListItemBackgroundSelect": [ + 100, + 100, + 100 + ], + "elementListItemBackgroundHover": [ + 120, + 120, + 120 + ], + "elementTabHover": [ + 255, + 100, + 100 + ], + "elementTabBackgroundActive": [ + 60, + 60, + 60 + ], + "elementTabBorderActive": [ + 255, + 255, + 255 + ], + "elementTabBackgroundInactive": [ + 34, + 34, + 34 + ], + "elementTabBorderInactive": [ + 100, + 100, + 100 + ], + "elementScrollBar": [ + 34, + 34, + 34 + ], + "elementScrollBarBorder": [ + 255, + 100, + 100 + ], + "elementScrollBarBackground": [ + 255, + 100, + 100 + ], + "font": [ + 255, + 255, + 255 + ], + "fontLight": [ + 220, + 220, + 220 + ], + "fontMid": [ + 170, + 170, + 170 + ], + "fontDim": [ + 150, + 150, + 150 + ], + "workspaceBlock": "minecraft:red_wool" +} \ No newline at end of file diff --git a/config/ichunutil/themes/skyblue.json b/config/ichunutil/themes/skyblue.json new file mode 100644 index 0000000..5e587c3 --- /dev/null +++ b/config/ichunutil/themes/skyblue.json @@ -0,0 +1,170 @@ +{ + "name": "SkyBlue", + "author": "SizzlinBacen", + "workspaceBackground": [ + 138, + 205, + 255 + ], + "windowBorderActive": [ + 36, + 131, + 255 + ], + "windowBorderInactive": [ + 0, + 128, + 225 + ], + "windowBackground": [ + 88, + 155, + 243 + ], + "elementButtonBackgroundInactive": [ + 166, + 217, + 255 + ], + "elementButtonBackgroundActive": [ + 166, + 217, + 255 + ], + "elementButtonBackgroundHover": [ + 36, + 131, + 255 + ], + "elementButtonBorder": [ + 0, + 128, + 225 + ], + "elementButtonClick": [ + 20, + 148, + 225 + ], + "elementButtonToggle": [ + 166, + 217, + 255 + ], + "elementButtonToggleHover": [ + 0, + 128, + 255 + ], + "elementInputBackgroundInactive": [ + 166, + 217, + 255 + ], + "elementInputBackgroundHover": [ + 201, + 232, + 255 + ], + "elementInputBorder": [ + 0, + 128, + 255 + ], + "elementInputUpDownHover": [ + 20, + 148, + 225 + ], + "elementInputUpDownClick": [ + 50, + 178, + 225 + ], + "elementListBorder": [ + 36, + 131, + 255 + ], + "elementListItemBorder": [ + 36, + 131, + 255 + ], + "elementListItemBackground": [ + 166, + 217, + 255 + ], + "elementListItemBackgroundSelect": [ + 146, + 187, + 255 + ], + "elementListItemBackgroundHover": [ + 201, + 232, + 255 + ], + "elementTabHover": [ + 36, + 131, + 255 + ], + "elementTabBackgroundActive": [ + 92, + 185, + 255 + ], + "elementTabBorderActive": [ + 255, + 255, + 255 + ], + "elementTabBackgroundInactive": [ + 166, + 217, + 255 + ], + "elementTabBorderInactive": [ + 62, + 165, + 235 + ], + "elementScrollBar": [ + 166, + 217, + 255 + ], + "elementScrollBarBorder": [ + 36, + 131, + 255 + ], + "elementScrollBarBackground": [ + 36, + 131, + 255 + ], + "font": [ + 255, + 255, + 255 + ], + "fontLight": [ + 51, + 51, + 225 + ], + "fontMid": [ + 0, + 128, + 255 + ], + "fontDim": [ + 255, + 255, + 255 + ], + "workspaceBlock": "minecraft:ice" +} \ No newline at end of file diff --git a/config/ichunutil/themes/whitelight.json b/config/ichunutil/themes/whitelight.json new file mode 100644 index 0000000..304c318 --- /dev/null +++ b/config/ichunutil/themes/whitelight.json @@ -0,0 +1,170 @@ +{ + "name": "White Light", + "author": "pfgichun", + "workspaceBackground": [ + 255, + 255, + 255 + ], + "windowBorderActive": [ + 255, + 255, + 255 + ], + "windowBorderInactive": [ + 205, + 205, + 205 + ], + "windowBackground": [ + 255, + 255, + 255 + ], + "elementButtonBackgroundInactive": [ + 205, + 205, + 205 + ], + "elementButtonBackgroundActive": [ + 205, + 205, + 205 + ], + "elementButtonBackgroundHover": [ + 205, + 205, + 205 + ], + "elementButtonBorder": [ + 205, + 205, + 205 + ], + "elementButtonClick": [ + 225, + 225, + 225 + ], + "elementButtonToggle": [ + 205, + 205, + 205 + ], + "elementButtonToggleHover": [ + 215, + 215, + 215 + ], + "elementInputBackgroundInactive": [ + 255, + 255, + 255 + ], + "elementInputBackgroundHover": [ + 245, + 245, + 245 + ], + "elementInputBorder": [ + 205, + 205, + 205 + ], + "elementInputUpDownHover": [ + 215, + 215, + 215 + ], + "elementInputUpDownClick": [ + 225, + 225, + 225 + ], + "elementListBorder": [ + 205, + 205, + 205 + ], + "elementListItemBorder": [ + 205, + 205, + 205 + ], + "elementListItemBackground": [ + 205, + 205, + 205 + ], + "elementListItemBackgroundSelect": [ + 225, + 225, + 225 + ], + "elementListItemBackgroundHover": [ + 215, + 215, + 215 + ], + "elementTabHover": [ + 205, + 205, + 205 + ], + "elementTabBackgroundActive": [ + 205, + 205, + 205 + ], + "elementTabBorderActive": [ + 255, + 255, + 255 + ], + "elementTabBackgroundInactive": [ + 205, + 205, + 205 + ], + "elementTabBorderInactive": [ + 215, + 215, + 215 + ], + "elementScrollBar": [ + 205, + 205, + 205 + ], + "elementScrollBarBorder": [ + 205, + 205, + 205 + ], + "elementScrollBarBackground": [ + 205, + 205, + 205 + ], + "font": [ + 0, + 0, + 0 + ], + "fontLight": [ + 0, + 0, + 0 + ], + "fontMid": [ + 215, + 215, + 215 + ], + "fontDim": [ + 105, + 105, + 105 + ], + "workspaceBlock": "minecraft:white_wool" +} \ No newline at end of file diff --git a/config/immediatelyfast.json b/config/immediatelyfast.json new file mode 100644 index 0000000..68fbb5e --- /dev/null +++ b/config/immediatelyfast.json @@ -0,0 +1,21 @@ +{ + "REGULAR_INFO": "----- Regular config values below -----", + "font_atlas_resizing": true, + "map_atlas_generation": true, + "hud_batching": true, + "fast_text_lookup": true, + "fast_buffer_upload": true, + "COSMETIC_INFO": "----- Cosmetic only config values below (Does not optimize anything) -----", + "dont_add_info_into_debug_hud": false, + "EXPERIMENTAL_INFO": "----- Experimental config values below (Rendering glitches may occur) -----", + "experimental_disable_error_checking": false, + "experimental_disable_resource_pack_conflict_handling": false, + "experimental_sign_text_buffering": false, + "experimental_screen_batching": false, + "DEBUG_INFO": "----- Debug only config values below (Do not touch) -----", + "debug_only_and_not_recommended_disable_universal_batching": false, + "debug_only_and_not_recommended_disable_mod_conflict_handling": false, + "debug_only_and_not_recommended_disable_hardware_conflict_handling": false, + "debug_only_print_additional_error_information": false, + "debug_only_use_last_usage_for_batch_ordering": false +} \ No newline at end of file diff --git a/config/immersive_paintings.json b/config/immersive_paintings.json new file mode 100644 index 0000000..4e72a11 --- /dev/null +++ b/config/immersive_paintings.json @@ -0,0 +1,20 @@ +{ + "README": "https://github.com/Luke100000/ImmersivePaintings/wiki/Config", + "thumbnailSize": 128, + "lodResolutionMinimum": 32, + "halfResolutionThreshold": 2.0, + "quarterResolutionThreshold": 4.0, + "eighthResolutionThreshold": 8.0, + "maxPacketsPerSecond": 20, + "packetSize": 16384, + "testIfSpaceEmpty": false, + "paintingsHaveCollision": false, + "maxUserImageWidth": 4096, + "maxUserImageHeight": 4096, + "maxUserImages": 100, + "minPaintingResolution": 8, + "maxPaintingResolution": 256, + "showOtherPlayersPaintings": true, + "uploadPermissionLevel": 0, + "version": 1 +} \ No newline at end of file diff --git a/config/jade/hide-blocks.json b/config/jade/hide-blocks.json new file mode 100644 index 0000000..234be58 --- /dev/null +++ b/config/jade/hide-blocks.json @@ -0,0 +1,6 @@ +{ + "__comment": "This is a blocklist for the target of Jade. You can add registry ids to the \"values\" list. Restart the game to apply changes.", + "values": [ + "minecraft:barrier" + ] +} \ No newline at end of file diff --git a/config/jade/hide-entities.json b/config/jade/hide-entities.json new file mode 100644 index 0000000..42747f4 --- /dev/null +++ b/config/jade/hide-entities.json @@ -0,0 +1,10 @@ +{ + "__comment": "This is a blocklist for the target of Jade. You can add registry ids to the \"values\" list. Restart the game to apply changes.", + "values": [ + "minecraft:area_effect_cloud", + "minecraft:firework_rocket", + "minecraft:interaction", + "minecraft:text_display", + "minecraft:lightning_bolt" + ] +} \ No newline at end of file diff --git a/config/jade/jade.json b/config/jade/jade.json new file mode 100644 index 0000000..68e62c7 --- /dev/null +++ b/config/jade/jade.json @@ -0,0 +1,41 @@ +{ + "general": { + "debug": false, + "itemModNameTooltip": false, + "bossBarOverlapMode": "PUSH_DOWN", + "builtinCamouflage": true, + "ttsMode": "PRESS", + "fluidMode": "ANY", + "reachDistance": 0.0, + "displayEntities": true, + "displayBosses": true, + "displayMode": "TOGGLE", + "displayTooltip": true, + "displayBlocks": true, + "hideFromDebug": true, + "hideFromTabList": true, + "enableTextToSpeech": false, + "hintOverlayToggle": true, + "hintNarratorToggle": true, + "previewOverlay": true + }, + "overlay": { + "alpha": 0.7, + "iconMode": "TOP", + "animation": true, + "disappearingDelay": 0.0, + "overlaySquare": false, + "flipMainHand": false, + "autoScaleThreshold": 0.4, + "overlayPosY": 1.0, + "overlayScale": 1.0, + "overlayAnchorX": 0.5, + "overlayAnchorY": 0.0, + "activeTheme": "jade:dark", + "themesHash": -328442023, + "overlayPosX": 0.5 + }, + "formatting": { + "modName": "§9§o%s" + } +} \ No newline at end of file diff --git a/config/jade/plugins.json b/config/jade/plugins.json new file mode 100644 index 0000000..e178fde --- /dev/null +++ b/config/jade/plugins.json @@ -0,0 +1,139 @@ +{ + "minecraft": { + "item_storage.show_name_amount": 5, + "furnace": true, + "harvest_tool.show_unbreakable": false, + "animal_owner": true, + "harvest_tool.effective_tool": true, + "item_storage": true, + "item_storage.normal_amount": 9, + "harvest_tool": true, + "armor_stand": true, + "fluid_storage.detailed": false, + "energy_storage": true, + "entity_armor.max_for_render": 40, + "breaking_progress": true, + "tnt_stability": true, + "item_storage.items_per_line": 9, + "item_frame": true, + "crop_progress": true, + "command_block": true, + "mob_growth": true, + "waxed": true, + "harvest_tool.new_line": false, + "entity_health.max_for_render": 40, + "entity_health.show_fractions": false, + "mob_spawner": true, + "redstone": true, + "fluid_storage": true, + "chicken_egg": true, + "jukebox": true, + "brewing_stand": true, + "energy_storage.detailed": false, + "note_block": true, + "beehive": true, + "item_storage.detailed_amount": 54, + "player_head": true, + "block_states": false, + "lectern": true, + "entity_armor": true, + "harvest_tool.creative": false, + "horse_stats": true, + "item_tooltip": true, + "entity_health": true, + "enchantment_power": true, + "zombie_villager": true, + "villager_profession": true, + "mob_breeding": true, + "entity_health.icons_per_line": 10, + "total_enchantment_power": true, + "potion_effects": true, + "painting": true, + "chiseled_bookshelf": true + }, + "agricraft": { + "soil": true, + "crop_block": true + }, + "jade": { + "coordinates.rel": false, + "distance": false, + "block_face": false, + "coordinates": false, + "registry_name": "OFF", + "mod_name": true + }, + "expatternprovider": { + "jade_chamber": true, + "jade_wireless": true + }, + "complicated_bees": { + "show_cycle_ticks": false, + "apiary_errors": true, + "show_errors": true, + "bee_nest_type": true + }, + "balm": { + "jade": true + }, + "ae2": { + "part_icon": true, + "charger": true, + "debug": true, + "part_tooltip": true, + "grid_node_state": true, + "pattern_provider": true, + "part_mod_name": true, + "power_storage": true, + "crafting_monitor": true, + "part_name": true + }, + "ars_nouveau": { + "mob_jar": true + }, + "exposure": { + "lightroom": true, + "photograph_frame": true + }, + "mekanism": { + "infuse_type": true, + "gas": true, + "remove_builtin": true, + "pigment": true, + "fluid": true, + "slurry": true, + "energy": true, + "tooltip_renderer": true + }, + "appliedcooking": { + "kitchen_station": true + }, + "supplementaries": { + "hat_stand": true + }, + "waystones": { + "waystone": true + }, + "gravestone": { + "grave": true + }, + "cookingforblockheads": { + "fridge": true, + "oven": true, + "sink": true, + "preservation_chamber": true, + "milk_jar": true, + "toaster": true + }, + "mysticalagriculture": { + "infused_farmland": true, + "crop": true, + "inferium_crop": true + }, + "storagedrawers": { + "display.stacklimit": true, + "main": true, + "display.content": true, + "display.status": true + } +} \ No newline at end of file diff --git a/config/jade/sort-order.json b/config/jade/sort-order.json new file mode 100644 index 0000000..bcb98b5 --- /dev/null +++ b/config/jade/sort-order.json @@ -0,0 +1,96 @@ +{ + "ae2:charger": null, + "ae2:crafting_monitor": null, + "ae2:debug": null, + "ae2:grid_node_state": null, + "ae2:part_icon": null, + "ae2:part_mod_name": null, + "ae2:part_name": null, + "ae2:part_tooltip": null, + "ae2:pattern_provider": null, + "ae2:power_storage": null, + "ae2:server_data": null, + "agricraft:crop_block": null, + "agricraft:soil": null, + "appliedcooking:kitchen_station": null, + "ars_nouveau:mob_jar": null, + "balm:jade": null, + "complicated_bees:apiary_errors": null, + "complicated_bees:bee_nest_type": null, + "cookingforblockheads:fridge": null, + "cookingforblockheads:milk_jar": null, + "cookingforblockheads:oven": null, + "cookingforblockheads:preservation_chamber": null, + "cookingforblockheads:sink": null, + "cookingforblockheads:toaster": null, + "delightful:crop_progress": null, + "delightful:mushroom_colony": null, + "delightful:pie_icons": null, + "expatternprovider:jade_chamber": null, + "expatternprovider:jade_wireless": null, + "expatternprovider:tile_data": null, + "exposure:lightroom": null, + "exposure:photograph_frame": null, + "gravestone:grave": null, + "jade:block_face": null, + "jade:distance": null, + "jade:mod_name": null, + "jade:object_name": null, + "jade:registry_name": null, + "mekanism:data_provider": null, + "mekanism:entity_data_provider": null, + "mekanism:remove_builtin": null, + "mekanism:tooltip_renderer": null, + "minecraft:animal_owner": null, + "minecraft:armor_stand": null, + "minecraft:beehive": null, + "minecraft:block_display": null, + "minecraft:block_states": null, + "minecraft:brewing_stand": null, + "minecraft:campfire": null, + "minecraft:chicken_egg": null, + "minecraft:chiseled_bookshelf": null, + "minecraft:command_block": null, + "minecraft:crop_progress": null, + "minecraft:enchantment_power": null, + "minecraft:energy_storage": null, + "minecraft:entity_armor": null, + "minecraft:entity_health": null, + "minecraft:falling_block": null, + "minecraft:fluid_storage": null, + "minecraft:furnace": null, + "minecraft:harvest_tool": null, + "minecraft:horse_stats": null, + "minecraft:item_ber": null, + "minecraft:item_display": null, + "minecraft:item_frame": null, + "minecraft:item_storage": null, + "minecraft:item_tooltip": null, + "minecraft:jukebox": null, + "minecraft:lectern": null, + "minecraft:mob_breeding": null, + "minecraft:mob_growth": null, + "minecraft:mob_spawner": null, + "minecraft:note_block": null, + "minecraft:painting": null, + "minecraft:player_head": null, + "minecraft:potion_effects": null, + "minecraft:progress": null, + "minecraft:redstone": null, + "minecraft:tnt_stability": null, + "minecraft:total_enchantment_power": null, + "minecraft:villager_profession": null, + "minecraft:waxed": null, + "minecraft:zombie_villager": null, + "mysticalagriculture:crop": null, + "mysticalagriculture:inferium_crop": null, + "mysticalagriculture:infused_farmland": null, + "projecte:emc_provider": null, + "storagedrawers:main": null, + "supplementaries:hat_stand": null, + "supplementaries:present": null, + "supplementaries:safe": null, + "telepastries:bites": null, + "theurgy:mercury_flux": null, + "waystones:waystone": null +} \ No newline at end of file diff --git a/config/jei/blacklist.cfg b/config/jei/blacklist.cfg new file mode 100644 index 0000000..e69de29 diff --git a/config/jei/jei-client.ini b/config/jei/jei-client.ini new file mode 100644 index 0000000..fb1a3ea --- /dev/null +++ b/config/jei/jei-client.ini @@ -0,0 +1,260 @@ +[appearance] + # Description: Move the JEI search bar to the bottom center of the screen. + # Valid Values: [true, false] + # Default Value: false + CenterSearch = false + + # Description: Max recipe GUI height. + # Valid Values: Any integer greater than or equal to 175 + # Default Value: 350 + RecipeGuiHeight = 350 + + +[cheat_mode] + # Description: Choose if JEI should give ingredients directly to the inventory or pick them up with the mouse. + # Valid Values: [INVENTORY, MOUSE_PICKUP] + # Default Value: MOUSE_PICKUP + GiveMode = MOUSE_PICKUP + + # Description: Enable cheating items into the hotbar by using Shift + numeric keys. + # Valid Values: [true, false] + # Default Value: false + CheatToHotbarUsingHotkeysEnabled = false + + # Description: Enable showing items that are not in the creative menu. + # Valid Values: [true, false] + # Default Value: false + ShowHiddenItems = false + + +[bookmarks] + # Description: Add new bookmarks to the front of the bookmark list instead of the end. + # Valid Values: [true, false] + # Default Value: false + AddBookmarksToFrontEnabled = false + + # Description: Extra features for bookmark tooltips. + # Valid Values: A comma-separated list containing values of: + # [PREVIEW, INGREDIENTS] + # Default Value: PREVIEW + BookmarkTooltipFeatures = PREVIEW + + # Description: Hold Shift to show bookmark tooltip features. + # Valid Values: [true, false] + # Default Value: true + HoldShiftToShowBookmarkTooltipFeatures = true + + # Description: Drag bookmarks to rearrange them in the list. + # Valid Values: [true, false] + # Default Value: true + DragToRearrangeBookmarksEnabled = true + + +[lookupHistory] + # Description: Display or hide the lookup history overlay. + # Valid Values: [true, false] + # Default Value: false + Enabled = false + + # Description: Max number of rows to display in the lookup history overlay. + # Valid Values: An integer in the range [1, 7] (inclusive) + # Default Value: 2 + MaxRows = 2 + + # Description: Max number of lookup history ingredients to save. + # Valid Values: An integer in the range [10, 1000] (inclusive) + # Default Value: 100 + MaxIngredients = 100 + + # Description: Side of the screen to display the lookup history overlay. + # Valid Values: [LEFT, RIGHT] + # Default Value: LEFT + DisplaySide = LEFT + + +[advanced] + # Description: Set low-memory mode (makes search very slow but uses less RAM). + # Valid Values: [true, false] + # Default Value: false + LowMemorySlowSearchEnabled = false + + # Description: Catch render errors from ingredients and attempt to recover from them instead of crashing. + # Valid Values: [true, false] + # Default Value: true + CatchRenderErrorsEnabled = true + + # Description: When looking up recipes with items that contain fluids, also look up recipes for the fluids. + # Valid Values: [true, false] + # Default Value: false + lookupFluidContentsEnabled = false + + # Description: When searching for item tags, also include tags for the default blocks contained in the items. + # Valid Values: [true, false] + # Default Value: true + lookupBlockTagsEnabled = true + + # Description: Show recipes for ingredient tags like item tags and block tags. + # Valid Values: [true, false] + # Default Value: false + showTagRecipesEnabled = false + + # Description: Show creative tab names in ingredient tooltips. + # Valid Values: [true, false] + # Default Value: false + showCreativeTabNamesEnabled = false + + +[input] + # Description: Number of milliseconds before a long mouse click is considered a drag operation. + # Valid Values: An integer in the range [0, 1000] (inclusive) + # Default Value: 150 + dragDelayInMilliseconds = 150 + + # Description: Scroll rate for scrolling the mouse wheel in smooth-scrolling scroll boxes. Measured in pixels. + # Valid Values: An integer in the range [1, 50] (inclusive) + # Default Value: 9 + smoothScrollRate = 9 + + +[sorting] + # Description: Sorting order for the ingredient list. + # Valid Values: A comma-separated list containing values of: + # [MOD_NAME, INGREDIENT_TYPE, ALPHABETICAL, CREATIVE_MENU, TAG, ARMOR, MAX_DURABILITY] + # Default Value: MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU + IngredientSortStages = MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU + + # Description: Sorting order for displayed recipes. + # Valid Values: A comma-separated list containing values of: + # [BOOKMARKED, CRAFTABLE] + # Default Value: BOOKMARKED, CRAFTABLE + RecipeSorterStages = BOOKMARKED, CRAFTABLE + + +[tags] + # Description: Show tag content in tooltips. + # Valid Values: [true, false] + # Default Value: true + TagContentTooltipEnabled = true + + # Description: Hide tags that only have 1 ingredient. + # Valid Values: [true, false] + # Default Value: true + HideSingleIngredientTagsEnabled = true + + +[search] + # Description: Search mode for mod names (prefix: @). + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: REQUIRE_PREFIX + ModNameSearchMode = REQUIRE_PREFIX + + # Description: Search mode for tooltips (prefix: #). + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: ENABLED + TooltipSearchMode = ENABLED + + # Description: Search mode for tags (prefix: $). + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: REQUIRE_PREFIX + TagSearchMode = REQUIRE_PREFIX + + # Description: Search mode for colors (prefix: ^). + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: DISABLED + ColorSearchMode = DISABLED + + # Description: Search mode for resource locations (prefix: &). + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: DISABLED + ResourceLocationSearchMode = DISABLED + + # Description: Search mode for creative mode tab names (prefix: %). + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: DISABLED + CreativeTabSearchMode = DISABLED + + # Description: Search in advanced tooltips (visible with F3 + H). + # Valid Values: [true, false] + # Default Value: false + SearchAdvancedTooltips = false + + # Description: Search mod IDs in addition to mod names. + # Valid Values: [true, false] + # Default Value: true + SearchModIds = true + + # Description: Search by the shorthand first letters of a mod's name. + # Valid Values: [true, false] + # Default Value: true + SearchShortModNames = true + + # Description: Search ingredient aliases (alternative names) that are added by plugins, in addition to ingredient names. + # Valid Values: [true, false] + # Default Value: true + SearchIngredientAliases = true + + +[IngredientList] + # Description: Max number of rows shown. + # Valid Values: An integer in the range [1, 100] (inclusive) + # Default Value: 16 + MaxRows = 16 + + # Description: Max number of columns shown. + # Valid Values: An integer in the range [4, 100] (inclusive) + # Default Value: 9 + MaxColumns = 9 + + # Description: Horizontal alignment of the ingredient grid inside the available area. + # Valid Values: [LEFT, CENTER, RIGHT] + # Default Value: RIGHT + HorizontalAlignment = RIGHT + + # Description: Vertical alignment of the ingredient grid inside the available area. + # Valid Values: [TOP, CENTER, BOTTOM] + # Default Value: TOP + VerticalAlignment = TOP + + # Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages. + # Valid Values: [ENABLED, AUTO_HIDE, DISABLED] + # Default Value: ENABLED + ButtonNavigationVisibility = ENABLED + + # Description: Enable this to draw a background texture behind the GUI. + # Valid Values: [true, false] + # Default Value: false + DrawBackground = false + + +[BookmarkList] + # Description: Max number of rows shown. + # Valid Values: An integer in the range [1, 100] (inclusive) + # Default Value: 16 + MaxRows = 16 + + # Description: Max number of columns shown. + # Valid Values: An integer in the range [4, 100] (inclusive) + # Default Value: 9 + MaxColumns = 9 + + # Description: Horizontal alignment of the ingredient grid inside the available area. + # Valid Values: [LEFT, CENTER, RIGHT] + # Default Value: LEFT + HorizontalAlignment = LEFT + + # Description: Vertical alignment of the ingredient grid inside the available area. + # Valid Values: [TOP, CENTER, BOTTOM] + # Default Value: TOP + VerticalAlignment = TOP + + # Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages. + # Valid Values: [ENABLED, AUTO_HIDE, DISABLED] + # Default Value: ENABLED + ButtonNavigationVisibility = ENABLED + + # Description: Enable this to draw a background texture behind the GUI. + # Valid Values: [true, false] + # Default Value: false + DrawBackground = false + + diff --git a/config/jei/jei-colors.ini b/config/jei/jei-colors.ini new file mode 100644 index 0000000..23f276b --- /dev/null +++ b/config/jei/jei-colors.ini @@ -0,0 +1,8 @@ +[colors] + # Description: Color values to search for. + # Valid Values: A comma-separated list containing values of: + # Any color name and an RGB hex color, separated by a ':' + # Default Value: White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0 + SearchColors = White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0 + + diff --git a/config/jei/jei-debug.ini b/config/jei/jei-debug.ini new file mode 100644 index 0000000..995c466 --- /dev/null +++ b/config/jei/jei-debug.ini @@ -0,0 +1,32 @@ +[debug] + # Description: Debug mode enabled. + # Valid Values: [true, false] + # Default Value: false + DebugMode = false + + # Description: Debug GUIs enabled. + # Valid Values: [true, false] + # Default Value: false + DebugGuis = false + + # Description: Debug inputs enabled. + # Valid Values: [true, false] + # Default Value: false + DebugInputs = false + + # Description: Add debug information to ingredient tooltips when advanced tooltips are enabled. + # Valid Values: [true, false] + # Default Value: false + debugInfoTooltipsEnabled = false + + # Description: Adds ingredients to JEI that intentionally crash, to help debug JEI. + # Valid Values: [true, false] + # Default Value: false + CrashingTestItemsEnabled = false + + # Description: Log information about the suffix trees used for searching, to help debug JEI. + # Valid Values: [true, false] + # Default Value: false + logSuffixTreeStats = false + + diff --git a/config/jei/jei-mod-id-format.ini b/config/jei/jei-mod-id-format.ini new file mode 100644 index 0000000..a2e2207 --- /dev/null +++ b/config/jei/jei-mod-id-format.ini @@ -0,0 +1,11 @@ +[modname] + # Description: Formatting for the mod names in tooltips for JEI GUIs. Leave blank to disable. + # Valid Values: A chat formatting string. + # Use these formatting colors: + # black dark_blue dark_green dark_aqua dark_red dark_purple gold gray dark_gray blue green aqua red light_purple yellow white + # With these formatting options: + # obfuscated bold strikethrough underline italic + # Default Value: blue italic + ModNameFormat = blue italic + + diff --git a/config/jei/recipe-category-sort-order.ini b/config/jei/recipe-category-sort-order.ini new file mode 100644 index 0000000..6629494 --- /dev/null +++ b/config/jei/recipe-category-sort-order.ini @@ -0,0 +1,148 @@ +minecraft:crafting +minecraft:anvil +minecraft:blasting +minecraft:brewing +minecraft:campfire +minecraft:compostable +minecraft:fuel +minecraft:furnace +minecraft:smithing +minecraft:smoking +minecraft:stonecutting +ars_elemental:armor_upgrade +ars_elemental:netherite_upgrade +ars_nouveau:armor_upgrade +ars_nouveau:crush +ars_nouveau:enchanting_apparatus +ars_nouveau:enchantment_apparatus +ars_nouveau:glyph_recipe +ars_nouveau:imbuement +bloodmagic:alchemyarray +bloodmagic:alchemytable +bloodmagic:altar +bloodmagic:arc +bloodmagic:arcfurnace +bloodmagic:potion +bloodmagic:soulforge +chipped:alchemy_bench +chipped:botanist_workbench +chipped:carpenters_table +chipped:glassblower +chipped:loom_table +chipped:mason_table +chipped:tinkering_table +create:automatic_brewing +create:automatic_packing +create:automatic_shaped +create:automatic_shapeless +create:block_cutting +create:crushing +create:deploying +create:draining +create:fan_blasting +create:fan_haunting +create:fan_smoking +create:fan_washing +create:item_application +create:mechanical_crafting +create:milling +create:mixing +create:mystery_conversion +create:packing +create:pressing +create:sandpaper_polishing +create:sawing +create:sequenced_assembly +create:spout_filling +create_central_kitchen:cutting_board_deploying +embers:alchemy +embers:boiling +embers:boring +embers:catalysis_combustion +embers:dawnstone_anvil +embers:ember_activation +embers:excavation +embers:gaseous_fuel +embers:melting +embers:melting_bonus +embers:metal_coefficient +embers:mixing +embers:stamping +farmersdelight:cooking +farmersdelight:cutting +farmersdelight:decomposition +ftbquests:loot_crate +ftbquests:quest +jei:information +mekanism:antiprotonic_nucleosynthesizer +mekanism:boiler_casing +mekanism:chemical_crystallizer +mekanism:chemical_dissolution_chamber +mekanism:chemical_infuser +mekanism:chemical_injection_chamber +mekanism:chemical_oxidizer +mekanism:chemical_washer +mekanism:combiner +mekanism:condensentrating +mekanism:crusher +mekanism:decondensentrating +mekanism:electrolytic_separator +mekanism:energized_smelter +mekanism:energy_conversion +mekanism:enrichment_chamber +mekanism:gas_conversion +mekanism:infusion_conversion +mekanism:isotopic_centrifuge +mekanism:metallurgic_infuser +mekanism:nutritional_liquifier +mekanism:osmium_compressor +mekanism:painting_machine +mekanism:pigment_extractor +mekanism:pigment_mixer +mekanism:precision_sawmill +mekanism:pressurized_reaction_chamber +mekanism:purification_chamber +mekanism:solar_neutron_activator +mekanism:sps_casing +mekanism:thermal_evaporation_controller +mekanismgenerators:fission +naturesaura:altar +naturesaura:animal_spawner +naturesaura:offering +naturesaura:tree_ritual +nethersdelight:composition +rechiseled:chiseling +theurgy:accumulation +theurgy:calcination +theurgy:digestion +theurgy:distillation +theurgy:fermentation +theurgy:incubation +theurgy:liquefaction +theurgy:reformation +agricraft:jei/clipping +agricraft:jei/mutation +agricraft:jei/produce +agricraft:jei/requirement +mysticalagriculture:awakening +mysticalagriculture:crux +mysticalagriculture:enchanter +mysticalagriculture:infusion +mysticalagriculture:reprocessor +mysticalagriculture:soul_extractor +mysticalagriculture:soulium_spawner +ars_nouveau:budding_conversion +ars_nouveau:scry_ritual +exposure:photograph_printing +exposure:photograph_stacking +enchanted:byproduct +enchanted:distilling +enchanted:kettle +enchanted:mutandis +enchanted:mutandis_extremis +enchanted:rite +enchanted:spinning_ +enchanted:witch_cauldron +advanced_ae:reaction_chamber +expatternprovider:circuit_cutter +cookingforblockheads:cow_jar diff --git a/config/konkrete/locals/de_de.local b/config/konkrete/locals/de_de.local new file mode 100644 index 0000000..2da2a5a --- /dev/null +++ b/config/konkrete/locals/de_de.local @@ -0,0 +1,16 @@ +general.width = Breite +general.height = Höhe +general.on = An +general.off = Aus + +popup.done = Fertig + +popup.yesno.confirm = Bestätigen +popup.yesno.cancel = Abbrechen + +popup.notification.accept = Akzeptieren + +popup.choosefile.back = ZURÜCK +popup.choosefile.title = Datei wählen +popup.choosefile.choose = Wählen +popup.choosefile.supported = Unterstützte Dateitypen: diff --git a/config/konkrete/locals/en_us.local b/config/konkrete/locals/en_us.local new file mode 100644 index 0000000..6b4b757 --- /dev/null +++ b/config/konkrete/locals/en_us.local @@ -0,0 +1,19 @@ +general.width = Width +general.height = Height +general.on = On +general.off = Off + +popup.done = Done + +popup.yesno.confirm = Confirm +popup.yesno.cancel = Cancel + +popup.notification.accept = Accept + +popup.choosefile.back = BACK +popup.choosefile.title = Choose File +popup.choosefile.choose = Choose +popup.choosefile.supported = Supported file types: + +configscreen.boolean.enabled = Enabled +configscreen.boolean.disabled = Disabled diff --git a/config/konkrete/locals/pl_pl.local b/config/konkrete/locals/pl_pl.local new file mode 100644 index 0000000..55c0df7 --- /dev/null +++ b/config/konkrete/locals/pl_pl.local @@ -0,0 +1,15 @@ +general.width = Szerokość +general.height = Wysokość +general.on = On +general.off = Off + +popup.done = Gotowe + +popup.yesno.confirm = Potwierdź +popup.yesno.cancel = Anuluj + +popup.notification.accept = Zaakceptuj + +popup.choosefile.back = BACK +popup.choosefile.title = Choose File +popup.choosefile.choose = Choose diff --git a/config/konkrete/locals/pt_br.local b/config/konkrete/locals/pt_br.local new file mode 100644 index 0000000..ed797b2 --- /dev/null +++ b/config/konkrete/locals/pt_br.local @@ -0,0 +1,15 @@ +general.width = Largura +general.height = Altura +general.on = Ligado +general.off = Desligado + +popup.done = Pronto + +popup.yesno.confirm = Confirmar +popup.yesno.cancel = Cancelar + +popup.notification.accept = Aceitar + +popup.choosefile.back = VOLTAR +popup.choosefile.title = Escolher arquivo +popup.choosefile.choose = Escolher diff --git a/config/lmft.json b/config/lmft.json new file mode 100644 index 0000000..8ae664a --- /dev/null +++ b/config/lmft.json @@ -0,0 +1,3 @@ +{ + "disableIngameError": true +} \ No newline at end of file diff --git a/config/mcef/mcef.properties b/config/mcef/mcef.properties new file mode 100644 index 0000000..41bc71f --- /dev/null +++ b/config/mcef/mcef.properties @@ -0,0 +1,5 @@ +#Wed Jul 02 16:15:55 PDT 2025 +use-cache=true +skip-download=false +download-mirror=https\://mcef-download.cinemamod.com +user-agent=null diff --git a/config/midnightlib.json b/config/midnightlib.json new file mode 100644 index 0000000..830266a --- /dev/null +++ b/config/midnightlib.json @@ -0,0 +1,3 @@ +{ + "config_screen_list": "TRUE" +} \ No newline at end of file diff --git a/config/modernfix-common.toml b/config/modernfix-common.toml new file mode 100644 index 0000000..30b8bc5 --- /dev/null +++ b/config/modernfix-common.toml @@ -0,0 +1,3 @@ +#These JEI plugins will be loaded on the main thread +blacklist_async_jei_plugins = ["jepb:jei_plugin"] + diff --git a/config/modernfix-mixins.properties b/config/modernfix-mixins.properties new file mode 100644 index 0000000..480b38e --- /dev/null +++ b/config/modernfix-mixins.properties @@ -0,0 +1,111 @@ +# This is the configuration file for ModernFix. +# In general, prefer using the config screen to editing this file. It can be accessed +# via the standard mod menu on your respective mod loader. Changes will, however, +# require restarting the game to take effect. +# +# The following options can be enabled or disabled if there is a compatibility issue. +# Add a line with your option name and =true or =false at the bottom of the file to enable +# or disable a rule. For example: +# mixin.perf.dynamic_resources=true +# Do not include the #. You may reset to defaults by deleting this file. +# +# Available options: +# mixin.bugfix.buffer_builder_leak=true # (default) +# mixin.bugfix.chunk_deadlock=true # (default) +# mixin.bugfix.cofh_core_crash=true # (default) +# mixin.bugfix.concurrency=true # (default) +# mixin.bugfix.ctm_resourceutil_cme=true # (default) +# mixin.bugfix.ender_dragon_leak=true # (default) +# mixin.bugfix.entity_pose_stack=true # (default) +# mixin.bugfix.extra_experimental_screen=true # (default) +# mixin.bugfix.fix_config_crashes=true # (default) +# mixin.bugfix.forge_at_inject_error=true # (default) +# mixin.bugfix.forge_vehicle_packets=true # (default) +# mixin.bugfix.missing_block_entities=false # (default) +# mixin.bugfix.model_data_manager_cme=true # (default) +# mixin.bugfix.packet_leak=false # (default) +# mixin.bugfix.paper_chunk_patches=true # (default) +# mixin.bugfix.recipe_book_type_desync=true # (default) +# mixin.bugfix.registry_ops_cme=true # (default) +# mixin.bugfix.removed_dimensions=true # (default) +# mixin.bugfix.restore_old_dragon_movement=false # (default) +# mixin.bugfix.unsafe_modded_shape_caches=true # (default) +# mixin.bugfix.world_leaks=true # (default) +# mixin.bugfix.world_screen_skipped=true # (default) +# mixin.devenv=false # (default) +# mixin.feature.blockentity_incorrect_thread=false # (default) +# mixin.feature.branding=true # (default) +# mixin.feature.cause_lag_by_disabling_threads=false # (default) +# mixin.feature.direct_stack_trace=false # (default) +# mixin.feature.disable_unihex_font=false # (default) +# mixin.feature.integrated_server_watchdog=true # (default) +# mixin.feature.log_stdout_in_log_files=true # (default) +# mixin.feature.mcfunction_profiling=true # (default) +# mixin.feature.measure_time=true # (default) +# mixin.feature.registry_event_progress=false # (default) +# mixin.feature.remove_chat_signing=false # (default) +# mixin.feature.remove_telemetry=true # (default) +# mixin.feature.snapshot_easter_egg=true # (default) +# mixin.feature.spam_thread_dump=false # (default) +# mixin.feature.spark_profile_launch=false # (default) +# mixin.feature.spark_profile_world_join=false # (default) +# mixin.feature.stalled_chunk_load_detection=false # (default) +# mixin.feature.suppress_narrator_stacktrace=true # (default) +# mixin.feature.warn_missing_perf_mods=true # (default) +# mixin.launch.class_search_cache=true # (default) +# mixin.perf.blast_search_trees=true # (default) +# mixin.perf.blast_search_trees.force=false # (default) +# mixin.perf.cache_blockstate_cache_arrays=true # (default) +# mixin.perf.cache_model_materials=true # (default) +# mixin.perf.cache_profile_texture_url=true # (default) +# mixin.perf.cache_strongholds=true # (default) +# mixin.perf.cache_upgraded_structures=true # (default) +# mixin.perf.chunk_meshing=true # (default) +# mixin.perf.clear_mixin_classinfo=false # (default) +# mixin.perf.compact_bit_storage=true # (default) +# mixin.perf.compact_mojang_registries=true # (default) +# mixin.perf.compress_unihex_font=true # (default) +# mixin.perf.datapack_reload_exceptions=true # (default) +# mixin.perf.dedicated_reload_executor=true # (default) +# mixin.perf.deduplicate_climate_parameters=false # (default) +# mixin.perf.deduplicate_location=false # (default) +# mixin.perf.deduplicate_wall_shapes=true # (default) +# mixin.perf.dynamic_dfu=true # (default) +# mixin.perf.dynamic_entity_renderers=false # (default) +# mixin.perf.dynamic_resources=false # (default) +# mixin.perf.dynamic_resources.ctm=true # (default) +# mixin.perf.dynamic_resources.ldlib=true # (default) +# mixin.perf.dynamic_resources.supermartijncore=true # (default) +# mixin.perf.dynamic_structure_manager=true # (default) +# mixin.perf.fast_forge_dummies=true # (default) +# mixin.perf.fast_registry_validation=true # (default) +# mixin.perf.faster_ingredients=true # (default) +# mixin.perf.faster_item_rendering=false # (default) +# mixin.perf.faster_structure_location=true # (default) +# mixin.perf.faster_texture_stitching=true # (default) +# mixin.perf.fix_loop_spin_waiting=true # (default) +# mixin.perf.forge_cap_retrieval=true # (default) +# mixin.perf.forge_registry_alloc=true # (default) +# mixin.perf.forge_registry_lambda=true # (default) +# mixin.perf.ingredient_item_deduplication=false # (default) +# mixin.perf.kubejs=true # (default) +# mixin.perf.lazy_search_tree_registry=true # (default) +# mixin.perf.memoize_creative_tab_build=true # (default) +# mixin.perf.model_optimizations=true # (default) +# mixin.perf.mojang_registry_size=true # (default) +# mixin.perf.patchouli_deduplicate_books=true # (default) +# mixin.perf.potential_spawns_alloc=true # (default) +# mixin.perf.reduce_blockstate_cache_rebuilds=true # (default) +# mixin.perf.remove_biome_temperature_cache=true # (default) +# mixin.perf.remove_spawn_chunks=false # (default) +# mixin.perf.resourcefullib_highlight_deduplication=true # (default) +# mixin.perf.resourcepacks=true # (default) +# mixin.perf.smart_ingredient_sync=true # (default) +# mixin.perf.state_definition_construct=true # (default) +# mixin.perf.tag_id_caching=true # (default) +# mixin.perf.thread_priorities=true # (default) +# mixin.perf.ticking_chunk_alloc=true # (default) +# mixin.perf.worldgen_allocation=true # (default) +# mixin.safety=true # (default) +# +# User overrides go here. diff --git a/config/modonomicon-client.toml b/config/modonomicon-client.toml new file mode 100644 index 0000000..9951338 --- /dev/null +++ b/config/modonomicon-client.toml @@ -0,0 +1,10 @@ + +#Quality of Life Settings +[qol] + #Enable smooth zoom in book categories + enableSmoothZoom = true + #Enable keeping the last open page stored when closing an entry. Regardless of this setting it will be stored when closing the entire book with Esc. + storeLastOpenPageWhenClosingEntry = false + #If your locale is not supported by the default Modonomicon font, indicated by the book just rendering blocky shapes instead of characters, add your locale to this list to fall back to the builtin Minecraft font. + fontFallbackLocales = ["zh_cn", "ja_jp", "ko_kr"] + diff --git a/config/moonlight-client.toml b/config/moonlight-client.toml new file mode 100644 index 0000000..06b60ef --- /dev/null +++ b/config/moonlight-client.toml @@ -0,0 +1,13 @@ + +[general] + #Prevents map texture from being upladed to GPU when only map markers have changed.Could increase performance + lazy_map_upload = true + #Renders map textures using mipmap. Vastly improves look from afar as well when inside a Map Atlas from Map Atlases or similar. Set to 0 to have no mipmap like vanilla + #Range: 0 ~ 4 + maps_mipmap = 3 + #Fix minecraft entity shading to be exactly the same that blocks use. (1 for up,0.8 for north, 0.6 for west and 0.5 for down).This means that if you have a model and render it with a tile renderer or entity it will appear identical as one rendered via baked models.Using no gui will prevent it from changing item rendered in GUIs, in case you dont like that look.Note there is a known compat issue with Figura mod. Keep this True or False with that one + #Allowed Values: FALSE, NO_GUI, TRUE + consistent_entity_renderer_shading = "NO_GUI" + #Merge all dynamic resource packs from all mods that use this library into a single pack + merge_dynamic_resource_packs = true + diff --git a/config/moonlight-common.toml b/config/moonlight-common.toml new file mode 100644 index 0000000..f302bbf --- /dev/null +++ b/config/moonlight-common.toml @@ -0,0 +1,9 @@ + +[general] + #Clears dynamic models and textures from the mod dynamic pack once resource reload is done. This can save up some RAM. Turning off if you notice inconsistencies with pack loading + clear_dynamic_resources = false + #ONLY for debugging purpose. Turns one some debug functionality like more logging or blocktypes_debug.txt, the file can be found in ~/.minecraft/debug/dynamic_registry_dump... + extra_debug = false + #Enable this will list each BlockTypes' Children. The List of BlockTypes' children will be also in the same file via EXTRA_DEBUG. NOTE: To enable this, EXTRA_DEBUG must be enabled, too. + extra_children_debug = false + diff --git a/config/moreoverlays.toml b/config/moreoverlays.toml new file mode 100644 index 0000000..c2dc7ce --- /dev/null +++ b/config/moreoverlays.toml @@ -0,0 +1,81 @@ + +#Settings for the light / mobspawn overlay +[lightoverlay] + #Range of the lightoverlay (positive Y) + #Range: > 0 + uprange = 4 + #Range of the lightoverlay (negative Y) + #Range: > 0 + downrange = 16 + #Range of the lightoverlay (Horizontal N,E,S,W) + #Range: > 0 + hrange = 16 + #Ignore if there in no 2 Block space to spawn. (Less lag if true) + ignoreLayer = false + #Ignore if mobs can actually spawn according to other mods and biome spawn lists and just go by light value + ignoreSpawnList = false + #Blocks can allow/disallow spawns for different entity types. The check for this isn't very performat. + #Setting this to true will increase performance but decrease accuracy. + simpleCheck = false + #Minimum save light level where no mobs can spawn + #Range: > 0 + saveLevel = 1 + #Finished 1.18 migration (don't change) + finishedMigration = true + +#Settings for the chunk bounds overlay +[chunkbounds] + #Radius (in Chunks) to show the edges (red line) + #Range: > 0 + radius = 1 + #Show the middle of the current Chunk (yellow line) + middle = true + +#General render settings. +#Line thickness, Colors, ... +[rendersettings] + #Color for the chunk edge + #Range: 0 ~ 16777215 + chunk_edge_color = 16711680 + #Color for the chunk grid + #Range: 0 ~ 16777215 + chunk_grid_color = 65280 + #Color for the middle chunk line + #Range: 0 ~ 16777215 + chunk_mid_color = 16776960 + #Line width for chunk boundaries + #Range: 0.0 ~ 1.7976931348623157E308 + chunk_line_width = 1.5 + #Color the X that marks "Spawns always possible" + #Range: 0 ~ 16777215 + spawn_always_color = 16711680 + #Color the X that marks "Spawns at night possible" + #Range: 0 ~ 16777215 + spawn_night_color = 16776960 + #Line width for spawn indication + #Range: 0.0 ~ 1.7976931348623157E308 + spawn_line_width = 2.0 + +#Settings for the search overlay +[searchoverlay] + #Setting this to false this will disable the functionality to double click the JEI search bar for item searching. + search_enabled = true + #Also searches for the custom name of an item in user inventory (for example items named in anvil) + #Setting this to false will increase performance. + custom_search = true + #Also searches the tooltip of items in the users inventory + #Setting this to false will increase performance. + search_tooltip = true + #Maximum amount of search results for the item searching to be active + #Range: > 256 + search_max_results = 16384 + #Color for the search box when double clicked + #Range: 0 ~ 16777215 + search_box_color = 16776960 + #Color of the filtered out slots + #Range: 0 ~ 16777215 + search_slot_color = 0 + #Transparancy for the filtered out slots + #Range: 0.0 ~ 1.0 + search_slot_alpha = 0.5 + diff --git a/config/mysticalagriculture-client.toml b/config/mysticalagriculture-client.toml new file mode 100644 index 0000000..f92d22b --- /dev/null +++ b/config/mysticalagriculture-client.toml @@ -0,0 +1,6 @@ + +#General configuration options. +[General] + #Should Growth Accelerators use animated textures? + animatedGrowthAccelerators = true + diff --git a/config/mysticalagriculture-common.toml b/config/mysticalagriculture-common.toml new file mode 100644 index 0000000..a28a8ce --- /dev/null +++ b/config/mysticalagriculture-common.toml @@ -0,0 +1,48 @@ + +#General configuration options. +[General] + #The amount of uses the basic Infusion Crystal should have. + #Range: > 10 + infusionCrystalUses = 1000 + #Should the Wither drop Cognizant Dust when killed with a Mystical Enlightenment enchanted essence weapon? + witherDropsCognizant = true + #Should vanilla crafting recipes for seeds be generated? + seedCraftingRecipes = false + #Should the Wither drop essence when killed with an essence weapon? + witherDropsEssence = true + #Should the Ender Dragon drop Cognizant Dust when killed with a Mystical Enlightenment enchanted essence weapon? + dragonDropsCognizant = true + #Should wearing a full set of Awakened Supremium armor grant the Plant Growth AOE set bonus? + awakenedSupremiumSetBonus = true + #Should Supremium Tools be enchantable in an Enchanting Table? + enchantableSupremiumTools = true + #The amount of time in seconds between each Growth Accelerator growth tick. + #Range: > 1 + growthAcceleratorCooldown = 10 + #Should fake players be able to use watering cans? + fakePlayerWatering = true + #Should the Ender Dragon drop essence when killed with an essence weapon? + dragonDropsEssence = true + #Should right clicking on Farmland with an Essence create Essence Farmland? + essenceFarmlandConversion = true + #Should crops have a chance of dropping a second seed when harvested? + secondarySeedDrops = false + #The percentage chance that harvesting a Resource Crop will drop a Fertilized Essence. + #Range: 0.0 ~ 1.0 + fertilizedEssenceChance = 0.1 + #The percentage chance that a passive or hostile mob will drop an Inferium Essence when killed. + #Range: 0.0 ~ 1.0 + inferiumDropChance = 0.2 + +#World generation options. +[World] + #The percentage chance a Soulium Ore spawns in a Soulstone cluster. + #Range: 0.0 ~ 1.0 + souliumOreChance = 0.05 + #Should Inferium Ore generate in the world? + generateInferiumOre = true + #Should Prosperity Ore generate in the world? + generateProsperityOre = true + #Should Soulstone generate in the world? + generateSoulstone = true + diff --git a/config/mysticalcustomization/configure-augments.json b/config/mysticalcustomization/configure-augments.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/config/mysticalcustomization/configure-augments.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/config/mysticalcustomization/configure-crops.json b/config/mysticalcustomization/configure-crops.json new file mode 100644 index 0000000..c856e6b --- /dev/null +++ b/config/mysticalcustomization/configure-crops.json @@ -0,0 +1,239 @@ +{ + "mysticalagriculture:coral": { + "enabled": false + }, + "mysticalagriculture:bronze": { + "enabled": false + }, + "mysticalagriculture:brass": { + "enabled": false + }, + "mysticalagriculture:manasteel": { + "enabled": false + }, + "mysticalagriculture:refined_glowstone": { + "enabled": false + }, + "mysticalagriculture:fluix": { + "enabled": false + }, + "mysticalagriculture:refined_obsidian": { + "enabled": false + }, + "mysticalagriculture:elementium": { + "enabled": false + }, + "mysticalagriculture:terrasteel": { + "enabled": false + }, + "mysticalagriculture:honey": { + "enabled": false + }, + "mysticalagriculture:rubber": { + "enabled": false + }, + "mysticalagriculture:saltpeter": { + "enabled": false + }, + "mysticalagriculture:aluminum": { + "enabled": false + }, + "mysticalagriculture:apatite": { + "enabled": false + }, + "mysticalagriculture:limestone": { + "enabled": false + }, + "mysticalagriculture:terrasteel": { + "enabled": false + }, + "mysticalagriculture:graphite": { + "enabled": false + }, + "mysticalagriculture:nickel": { + "enabled": false + }, + "mysticalagriculture:constantan": { + "enabled": false + }, + "mysticalagriculture:electrum": { + "enabled": false + }, + "mysticalagriculture:invar": { + "enabled": false + }, + "mysticalagriculture:mithril": { + "enabled": false + }, + "mysticalagriculture:tungsten": { + "enabled": false + }, + "mysticalagriculture:chrome": { + "enabled": false + }, + "mysticalagriculture:ruby": { + "enabled": false + }, + "mysticalagriculture:sapphire": { + "enabled": false + }, + "mysticalagriculture:peridot": { + "enabled": false + }, + "mysticalagriculture:platinum": { + "enabled": false + }, + "mysticalagriculture:iridium": { + "enabled": false + }, + "mysticalagriculture:pig": { + "enabled": false + }, + "mysticalagriculture:chicken": { + "enabled": false + }, + "mysticalagriculture:cow": { + "enabled": false + }, + "mysticalagriculture:sheep": { + "enabled": false + }, + "mysticalagriculture:squid": { + "enabled": false + }, + "mysticalagriculture:fish": { + "enabled": false + }, + "mysticalagriculture:slime": { + "enabled": false + }, + "mysticalagriculture:turtle": { + "enabled": false + }, + "mysticalagriculture:zombie": { + "enabled": false + }, + "mysticalagriculture:skeleton": { + "enabled": false + }, + "mysticalagriculture:creeper": { + "enabled": false + }, + "mysticalagriculture:spider": { + "enabled": false + }, + "mysticalagriculture:rabbit": { + "enabled": false + }, + "mysticalagriculture:end": { + "enabled": false + }, + "mysticalagriculture:ghast": { + "enabled": false + }, + "mysticalagriculture:obsidian": { + "enabled": false + }, + "mysticalagriculture:sulfur": { + "enabled": false + }, + "mysticalagriculture:silicon": { + "enabled": false + }, + "mysticalagriculture:titanium": { + "enabled": false + }, + "mysticalagriculture:stone": { + "tier": "mysticalagriculture:2" + }, + "mysticalagriculture:dirt": { + "tier": "mysticalagriculture:2" + }, + "mysticalagriculture:deepslate": { + "tier": "mysticalagriculture:2" + }, + "mysticalagriculture:nether": { + "tier": "mysticalagriculture:2" + }, + "mysticalagriculture:ice": { + "tier": "mysticalagriculture:2" + }, + "mysticalagriculture:wood": { + "tier": "mysticalagriculture:2" + }, + "mysticalagriculture:sky_stone": { + "tier": "mysticalagriculture:3" + }, + "mysticalagriculture:copper": { + "tier": "mysticalagriculture:3" + }, + "mysticalagriculture:dye": { + "tier": "mysticalagriculture:3" + }, + "mysticalagriculture:nature": { + "tier": "mysticalagriculture:3" + }, + "mysticalagriculture:iron": { + "tier": "mysticalagriculture:3" + }, + "mysticalagriculture:lead": { + "tier": "mysticalagriculture:3" + }, + "mysticalagriculture:gold": { + "tier": "mysticalagriculture:3" + }, + "mysticalagriculture:silver": { + "tier": "mysticalagriculture:3" + }, + "mysticalagriculture:coal": { + "tier": "mysticalagriculture:3" + }, + "mysticalagriculture:mystical_flower": { + "tier": "mysticalagriculture:3" + }, + "mysticalagriculture:zinc": { + "tier": "mysticalagriculture:3" + }, + "mysticalagriculture:tin": { + "tier": "mysticalagriculture:3" + }, + "mysticalagriculture:soulium": { + "tier": "mysticalagriculture:3" + }, + "mysticalagriculture:nether_quartz": { + "tier": "mysticalagriculture:4" + }, + "mysticalagriculture:amethyst": { + "tier": "mysticalagriculture:4" + }, + "mysticalagriculture:glowstone": { + "tier": "mysticalagriculture:4" + }, + "mysticalagriculture:redstone": { + "tier": "mysticalagriculture:4" + }, + "mysticalagriculture:lapis_lazuli": { + "tier": "mysticalagriculture:4" + }, + "mysticalagriculture:certus_quartz": { + "tier": "mysticalagriculture:4" + }, + "mysticalagriculture:steel": { + "tier": "mysticalagriculture:4" + }, + "mysticalagriculture:uranium": { + "tier": "mysticalagriculture:4" + }, + "mysticalagriculture:osmium": { + "tier": "mysticalagriculture:4" + }, + "mysticalagriculture:fluorite": { + "tier": "mysticalagriculture:4" + }, + "mysticalagriculture:prismarine": { + "tier": "mysticalagriculture:4" + }, + "mysticalagriculture:experience": { + "tier": "mysticalagriculture:5" + } +} \ No newline at end of file diff --git a/config/mysticalcustomization/configure-mobsoultypes.json b/config/mysticalcustomization/configure-mobsoultypes.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/config/mysticalcustomization/configure-mobsoultypes.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/config/mysticalcustomization/configure-tiers.json b/config/mysticalcustomization/configure-tiers.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/config/mysticalcustomization/configure-tiers.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/config/mysticalcustomization/configure-types.json b/config/mysticalcustomization/configure-types.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/config/mysticalcustomization/configure-types.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/config/naturesaura-common.toml b/config/naturesaura-common.toml new file mode 100644 index 0000000..fd58154 --- /dev/null +++ b/config/naturesaura-common.toml @@ -0,0 +1,72 @@ + +[general] + #Additional conversion recipes for the Botanist's Pickaxe right click function. Each entry needs to be formatted as modid:input_block[prop1=value1,...]->modid:output_block[prop1=value1,...] where block state properties are optional, and entries follow standard TOML array formatting (https://toml.io/en/v1.0.0#array). + additionalBotanistPickaxeConversions = [] + #Additional dimensions that map to Aura types that should be present in them. This is useful if you have a modpack with custom dimensions that should have Aura act similarly to an existing dimension in them. Each entry needs to be formatted as dimension_name->aura_type, where aura_type can be any of naturesaura:overworld, naturesaura:nether and naturesaura:end, and entries follow standard TOML array formatting (https://toml.io/en/v1.0.0#array). + auraTypeOverrides = [] + #Additional blocks that are recognized as generatable ores for the passive ore generation effect. Each entry needs to be formatted as tag_name->oreWeight->dimension where a higher weight makes the ore more likely to spawn with 5000 being the weight of coal, the default ore with the highest weight, and dimension being any of overworld and nether, and entries follow standard TOML array formatting (https://toml.io/en/v1.0.0#array). + additionalOres = [] + #Blocks that are exempt from being recognized as generatable ores for the passive ore generation effect. Each entry needs to be formatted as modid:block[prop1=value1,...] where block state properties are optional, and entries follow standard TOML array formatting (https://toml.io/en/v1.0.0#array). + oreExceptions = [] + #Blocks that are exept from being fertilized by the plant boost effect. Each entry needs to be formatted as modid:block, and entries follow standard TOML array formatting (https://toml.io/en/v1.0.0#array). + plantBoostExceptions = [] + #Additional projectile types that are allowed to be consumed by the projectile generator. Each entry needs to be formatted as entity_registry_name->aura_amount, and entries follow standard TOML array formatting (https://toml.io/en/v1.0.0#array). + additionalProjectiles = [] + #The amount of blocks that can be between two Aura Field Creators for them to be connectable and work together + fieldCreatorRange = 24 + #The Aura to RF ratio used by the RF converter, read as aura*ratio = rf + auraToRFRatio = 0.05 + #The maximum amount of animals that can be around the powder of fertility before it stops working + maxAnimalsAroundPowder = 200 + #The maximum amount of blocks that aura can spread from an initial position before it starts fizzling out. It's recommended to lower this value on a large server to avoid lag caused by players chunk-loading their bases for extended amounts of time without an Aura Detector present. + maxAuraSpreadRange = 150 + +[features] + #If the RF converter block should be enabled + rfConverter = true + #If the chunk loader block should be enabled + chunkLoader = true + #If the Aura Imbalance effect of grass and trees dying in the area if the Aura levels are too low should occur + grassDieEffect = true + #If the Aura Imbalance effect of nether blocks degrading in the area if the Aura levels are too low should occur + netherDecayEffect = true + #If the Aura Imbalance effect of plant growth being boosted if the Aura levels are high enough should occur + plantBoostEffect = true + #If the Aura Imbalance effect of aura containers in players' inventories being filled if the Aura levels are high enough should occur + cacheRechargeEffect = true + #If the Aura Imbalance effect of explosions happening randomly if Aura levels are too low should occur + explosionEffect = true + #If the Aura Imbalance effect of breathlessness if Aura levels are too low should occur + breathlessEffect = true + #If the Aura Imbalance effect of passive mobs being angered if Aura levels are too low should occur + angerEffect = true + #If the Aura Imbalance effect of farm animals being affected in positive ways if Aura levels are too high should occur + animalEffect = true + #If the Aura Imbalance effect of ores spawning in the area if Aura levels are too high should occur + oreEffect = false + #If Aura Blooms and Aura Cacti should generate in the level + auraBlooms = false + #If the Aura Imbalance effect of grass growing on netherrack if the Aura levels are high enough should occur + netherGrassEffect = true + +[client] + #The percentage of particles that should be displayed, where 1 is 100% and 0 is 0% + #Range: 0.0 ~ 1.0 + particleAmount = 1.0 + #If particle spawning should respect the particle setting in Minecraft's video settings screen + respectVanillaParticleSettings = false + #The percentage of particles that should spawn when there is an excess amount of Aura in the environment, where 1 is 100% and 0 is 0% + excessParticleAmount = 1.0 + #The location of the aura bar, where 0 is top left, 1 is top right, 2 is bottom left and 3 is bottom right + #Range: 0 ~ 3 + auraBarLocation = 0 + #The location of the aura cache bar, where 0 is to the left of the hotbar and 1 is to the right of the hotbar + #Range: 0 ~ 1 + cacheBarLocation = 0 + #If debug information about Aura around the player should be displayed in the F3 debug menu if the player is in creative mode + debugText = true + #If, when the F3 debug menu is open and the player is in creative mode, every Aura spot should be highlighted in the level for debug purposes + debugLevel = false + #If certain equippable items, like the Environmental Eye, should be rendered on the player + renderItemsOnPlayer = true + diff --git a/config/not_enough_glyphs/glyph_plow.toml b/config/not_enough_glyphs/glyph_plow.toml new file mode 100644 index 0000000..837d732 --- /dev/null +++ b/config/not_enough_glyphs/glyph_plow.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/not_enough_glyphs/glyph_propagate_plane.toml b/config/not_enough_glyphs/glyph_propagate_plane.toml new file mode 100644 index 0000000..510cc6f --- /dev/null +++ b/config/not_enough_glyphs/glyph_propagate_plane.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 200 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: 1 ~ 1 + per_spell_limit = 1 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = ["ars_nouveau:glyph_sensitive=100"] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = ["ars_nouveau:glyph_wall", "toomanyglyphs:glyph_chaining", "ars_nouveau:burst", "ars_nouveau:glyph_linger"] + diff --git a/config/not_enough_glyphs/glyph_trail.toml b/config/not_enough_glyphs/glyph_trail.toml new file mode 100644 index 0000000..49151cf --- /dev/null +++ b/config/not_enough_glyphs/glyph_trail.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 200 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 3 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Max lifespan of the projectile, in seconds. + #Range: > 0 + max_lifespan = 60 + diff --git a/config/oculus.properties b/config/oculus.properties new file mode 100644 index 0000000..f8d25c6 --- /dev/null +++ b/config/oculus.properties @@ -0,0 +1,8 @@ +#This file stores configuration options for Iris, such as the currently active shaderpack +#Thu Dec 04 10:25:49 PST 2025 +colorSpace=SRGB +disableUpdateMessage=false +enableDebugOptions=false +maxShadowRenderDistance=32 +shaderPack=ComplementaryUnbound_r5.5.1.zip +enableShaders=true diff --git a/config/orthocamera.json b/config/orthocamera.json new file mode 100644 index 0000000..0c95d2b --- /dev/null +++ b/config/orthocamera.json @@ -0,0 +1,13 @@ +{ + "enabled": false, + "save_enabled_state": false, + "scale_x": 3.9930005, + "scale_y": 3.9930005, + "min_distance": -1000.0, + "max_distance": 1000.0, + "fixed": false, + "fixed_yaw": 0.0, + "fixed_pitch": 0.0, + "fixed_rotate_speed_y": 3.0, + "fixed_rotate_speed_x": 3.0 +} \ No newline at end of file diff --git a/config/packetfixer.properties b/config/packetfixer.properties new file mode 100644 index 0000000..f750aea --- /dev/null +++ b/config/packetfixer.properties @@ -0,0 +1,15 @@ +#Packet Fixer config file. +#Default values (minecraft default): nbtMaxSize 2097152, packetSize 1048576, decoderSize 8388608 and varInt21Size 3. +#Max values are 2147483647 for packetSize/decoderSize/varInt21 and 9223372036854775807 for nbtMaxSize. +#Thu Dec 04 10:25:43 PST 2025 +chunkPacketData=2097152 +varLong=10 +nbtMaxSize=2097152 +allSizesUnlimited=true +forceUnlimitedNbtEnabled=false +decoderSize=8388608 +packetSize=1048576 +stringSize=32767 +timeout=120 +varInt21=3 +varInt=5 diff --git a/config/patchouli-client.toml b/config/patchouli-client.toml new file mode 100644 index 0000000..61584db --- /dev/null +++ b/config/patchouli-client.toml @@ -0,0 +1,16 @@ +#Set this to true to disable advancement locking for ALL books, making all entries visible at all times. Config Flag: advancements_disabled +disableAdvancementLocking = false +#Granular list of Book ID's to disable advancement locking for, e.g. [ "botania:lexicon" ]. Config Flags: advancements_disabled_ +noAdvancementBooks = [] +#Enable testing mode. By default this doesn't do anything, but you can use the config flag in your books if you want. Config Flag: testing_mode +testingMode = false +#Set this to the ID of a book to have it show up in players' inventories, replacing the recipe book. +inventoryButtonBook = "" +#Set this to true to use Shift instead of Ctrl for the inventory quick lookup feature. +useShiftForQuickLookup = false +#Set how text overflow should be coped with: overflow the text off the page, truncate overflowed text, or resize everything to fit. Relogin after changing. +#Allowed Values: OVERFLOW, TRUNCATE, RESIZE +textOverflowMode = "RESIZE" +#How long in ticks the quick lookup key needs to be pressed before the book opens +quickLookupTime = 10 + diff --git a/config/polymorph-integrations.toml b/config/polymorph-integrations.toml new file mode 100644 index 0000000..37b3816 --- /dev/null +++ b/config/polymorph-integrations.toml @@ -0,0 +1,6 @@ +# Please be aware that enabling any third-party mod integration introduces instability and performance overheads, caution is strongly advised. +# If crashes or issues arise, disable the related modules as the first step in troubleshooting and report the issue to Polymorph. +fastfurnace = true +fastsuite = true +fastbench = true + diff --git a/config/ponder-client.toml b/config/ponder-client.toml new file mode 100644 index 0000000..342e984 --- /dev/null +++ b/config/ponder-client.toml @@ -0,0 +1,20 @@ +#. +#Slow down a ponder scene whenever there is text on screen. +comfyReading = false +#. +#Show additional info in the ponder view and reload scene scripts more frequently. +editingMode = false + +#. +#Settings for the Placement Assist +[placementAssist] + #. + #What indicator should be used when showing where the assisted placement ends up relative to your crosshair + #Choose 'NONE' to disable the Indicator altogether + #Allowed Values: TEXTURE, TRIANGLE, NONE + indicatorType = "TEXTURE" + #. + #Change the size of the Indicator by this multiplier + #Range: 0.0 ~ 3.4028234663852886E38 + indicatorScale = 1.0 + diff --git a/config/presencefootsteps/userconfig.json b/config/presencefootsteps/userconfig.json new file mode 100644 index 0000000..7ffe96d --- /dev/null +++ b/config/presencefootsteps/userconfig.json @@ -0,0 +1,12 @@ +{ + "volume": 70, + "clientPlayerVolume": 100, + "otherPlayerVolume": 100, + "runningVolumeIncrease": 0, + "wetSoundsVolume": 50, + "maxSteppingEntities": 50, + "stance": "UNKNOWN", + "multiplayer": true, + "global": true, + "targetEntities": "ALL" +} \ No newline at end of file diff --git a/config/quark-common.toml b/config/quark-common.toml new file mode 100644 index 0000000..6b172c5 --- /dev/null +++ b/config/quark-common.toml @@ -0,0 +1,1954 @@ + +[general] + "Enable 'q' Button" = true + "'q' Button on the Right" = false + "Disable Q Menu Effects" = false + #How many advancements deep you can see in the advancement screen. Vanilla is 2. + #Allowed values: (0,) + "Advancement Visibility Depth" = 2 + #Blocks that Quark should treat as Shulker Boxes. + "Shulker Boxes" = ["minecraft:white_shulker_box", "minecraft:orange_shulker_box", "minecraft:magenta_shulker_box", "minecraft:light_blue_shulker_box", "minecraft:yellow_shulker_box", "minecraft:lime_shulker_box", "minecraft:pink_shulker_box", "minecraft:gray_shulker_box", "minecraft:light_gray_shulker_box", "minecraft:cyan_shulker_box", "minecraft:purple_shulker_box", "minecraft:blue_shulker_box", "minecraft:brown_shulker_box", "minecraft:green_shulker_box", "minecraft:red_shulker_box", "minecraft:black_shulker_box"] + #Should Quark treat anything with 'shulker_box' in its item identifier as a shulker box? + "Interpret Shulker Box Like Blocks" = true + #Set to true if you need to find the class name for a screen that's causing problems + "Print Screen Classnames" = false + #A list of screens that can accept quark's buttons. Use "Print Screen Classnames" to find the names of any others you'd want to add. + "Allowed Screens" = [] + #If set to true, the 'Allowed Screens' option will work as a Blacklist rather than a Whitelist. WARNING: Use at your own risk as some mods may not support this. + "Use Screen List Blacklist" = false + #If 'true' and TerraBlender is present, Quark will add a TerraBlender region. The region will contain vanilla biomes and the Glimmering Weald. + "Terrablender Add Region" = true + #Quark will set this weight for its TerraBlender region. + "Terrablender Region Weight" = 1 + #If 'true', Quark will modify the `minecraft:overworld` MultiNoiseBiomeSourceParameterList preset, even when Terrablender is installed. + #This will have various knock-on effects but might make the Weald more common, or appear closer to modded biomes. Who knows? + "Terrablender Modify Vanilla Anyway" = false + #Set to false to disable the popup message telling you that you can config quark in the q menu + "Enable Onboarding" = true + #The amount of slots the chest button system should seek when trying to figure out if a container should be eligible for them. + "Chest Button Slot Target" = 27 + #Set this to false to not generate the Quark Programmer Art resource pack + "Generate Programmer Art" = true + + [general.chest_button_offsets] + "Player X" = 0 + "Player Y" = 0 + "Top X" = 0 + "Top Y" = 0 + "Middle X" = 0 + "Middle Y" = 0 + +[categories] + automation = true + building = true + management = true + tools = true + tweaks = true + world = false + mobs = false + client = true + experimental = false + oddities = true + +[automation] + "Chains Connect Blocks" = true + Chute = true + Crafter = true + "Dispensers Place Blocks" = true + "Ender Watcher" = true + "Feeding Trough" = true + Gravisand = true + "Iron Rod" = false + "Metal Buttons" = true + "Obsidian Plate" = true + "Pistons Move Tile Entities" = false + "Redstone Randomizer" = true + + [automation.crafter] + #Setting this to true will change the Crafter to use Emi's original design instead of Mojang's. + #Emi's design allows only one item per slot, instead of continuing to fill it round robin. + #If this is enabled, Allow Items While Powered should also be set to false for the full design. + "Use Emi Logic" = false + #Set to false to allow items to be inserted into the Crafter even while it's powered. + "Allow Items While Powered" = true + + [automation.dispensers_place_blocks] + Blacklist = ["minecraft:water", "minecraft:lava", "minecraft:fire"] + #Set to false to refrain from registering any behaviors for blocks that have optional dispense behaviors already set. + #An optional behavior is one that will defer to the generic dispense item behavior if its condition fails. + #e.g. the Shulker Box behavior is optional, because it'll throw out the item if it fails, whereas TNT is not optional. + #If true, it'll attempt to use the previous behavior before trying to place the block in the world. + #Requires a game restart to re-apply. + "Wrap Existing Behaviors" = true + + [automation.feeding_trough] + #How long, in game ticks, between animals being able to eat from the trough + #Allowed values: [1,) + Cooldown = 30 + #The maximum amount of animals allowed around the trough's range for an animal to enter love mode + "Max Animals" = 32 + #The chance (between 0 and 1) for an animal to enter love mode when eating from the trough + #Allowed values: (0,1] + "Love Chance" = 0.333333333 + Range = 10.0 + #Chance that an animal decides to look for a through. Closer it is to 1 the more performance it will take. Decreasing will make animals take longer to find one + "Look Chance" = 0.015 + + [automation.iron_rod] + "Use Pre End Recipe" = false + + [automation.metal_buttons] + "Enable Iron" = true + "Enable Gold" = true + + [automation.pistons_move_tile_entities] + "Enable Chests Moving Together" = true + "Render Blacklist" = ["psi:programmer", "botania:starfield"] + "Movement Blacklist" = ["minecraft:spawner", "integrateddynamics:cable", "randomthings:blockbreaker", "minecraft:ender_chest", "minecraft:enchanting_table", "minecraft:trapped_chest", "quark:spruce_trapped_chest", "quark:birch_trapped_chest", "quark:jungle_trapped_chest", "quark:acacia_trapped_chest", "quark:dark_oak_trapped_chest", "endergetic:bolloom_bud"] + "Delayed Update List" = ["minecraft:dispenser", "minecraft:dropper"] + +[building] + "Celebratory Lamps" = true + "Compressed Blocks" = true + "Duskbound Blocks" = true + "Framed Glass" = true + "Glass Item Frame" = true + "Gold Bars" = true + Grate = true + Hedges = true + "Hollow Logs" = true + "Industrial Palette" = true + "Japanese Palette" = true + "Leaf Carpet" = true + Midori = true + "More Brick Types" = true + "More Mud Blocks" = true + "More Potted Plants" = true + "Nether Brick Fence Gate" = true + "Rainbow Lamps" = true + "Raw Metal Bricks" = true + Rope = true + "Shear Vines" = true + Shingles = true + "Soul Sandstone" = true + Stools = true + "Sturdy Stone" = true + Thatch = true + "Variant Bookshelves" = true + "Variant Chests" = true + "Variant Furnaces" = true + "Variant Ladders" = true + "Vertical Planks" = true + "Vertical Slabs" = true + "Wooden Posts" = true + "More Stone Variants" = true + + [building.celebratory_lamps] + "Light Level" = 15 + + [building.compressed_blocks] + "Charcoal Block and Blaze Lantern Stay On Fire Forever" = true + #Allowed values: [0,) + "Charcoal Block Fuel Time" = 16000 + #Allowed values: [0,) + "Blaze Lantern Fuel Time" = 24000 + #Allowed values: [0,) + "Stick Block Fuel Time" = 900 + "Enable Charcoal Block" = true + "Enable Sugar Cane Block" = true + "Enable Cactus Block" = true + "Enable Chorus Fruit Block" = true + "Enable Stick Block" = true + "Enable Apple Crate" = true + "Enable Golden Apple Crate" = true + "Enable Potato Crate" = true + "Enable Carrot Crate" = true + "Enable Golden Carrot Crate" = true + "Enable Beetroot Crate" = true + "Enable Cocoa Bean Sack" = true + "Enable Nether Wart Sack" = true + "Enable Gunpowder Sack" = true + "Enable Berry Sack" = true + "Enable Glow Berry Sack" = true + "Enable Blaze Lantern" = true + "Enable Bonded Leather" = true + "Enable Bonded Rabbit Hide" = true + + [building.glass_item_frame] + "Glass Item Frames Update Maps" = true + #Set to true for faster map updates. Default is every 3s + "Glass Item Frames Update Maps Every Tick" = false + #The scale at which items render in the Glass Item Frame. To match the vanilla Item Frame size, set to 1.0 + "Item Render Scale" = 1.5 + + [building.gold_bars] + "Generate In Nether Fortress" = true + + [building.hollow_logs] + "Enable Auto Crawl" = true + + [building.industrial_palette] + "Enable Iron Plates" = true + "Enable Iron Ladder" = true + + [building.japanese_palette] + "Enable Paper Blocks" = true + "Enable Bamboo Mats" = true + + [building.leaf_carpet] + #This feature disables itself if any of the following mods are loaded: + # - immersive_weathering + # - woodworks + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + + [building.more_brick_types] + #This also comes with a utility recipe for Red Nether Bricks + "Enable Blue Nether Bricks" = true + #This also includes Red Sandstone Bricks and Soul Sandstone Bricks + "Enable Sandstone Bricks" = true + #This also includes Mossy Cobblestone Bricks + "Enable Cobblestone Bricks" = true + #Requires Cobblestone Bricks to be enabled + "Enable Blackstone Bricks" = true + #Requires Cobblestone Bricks to be enabled + "Enable Dirt Bricks" = true + #Requires Cobblestone Bricks to be enabled + "Enable Netherrack Bricks" = true + + [building.rainbow_lamps] + "Light Level" = 15 + #Whether Rainbow Lamps should be made from and themed on Corundum if that module is enabled. + "Use Corundum" = true + + [building.rope] + #Set to true to allow ropes to move Tile Entities even if Pistons Push TEs is disabled. + #Note that ropes will still use the same blacklist. + "Force Enable Move Tile Entities" = false + "Enable Dispenser Behavior" = true + #This feature disables itself if any of the following mods are loaded: + # - supplementaries + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + + [building.thatch] + #Allowed values: [0,1] + "Fall Damage Multiplier" = 0.5 + #This feature disables itself if any of the following mods are loaded: + # - environmental + # - goated + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + + [building.variant_bookshelves] + "Change Names" = true + #This feature disables itself if any of the following mods are loaded: + # - woodster + # - woodworks + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + + [building.variant_chests] + "Enable Reverting Wooden Chests" = true + "Replace Worldgen Chests" = true + #Chests to put in structures. It's preferred to use worldgen tags for this. The format per entry is "structure=chest", where "structure" is a structure ID, and "chest" is a block ID, which must correspond to a standard chest block. + "Structure Chests" = [] + #This feature disables itself if any of the following mods are loaded: + # - woodworks + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + + [building.variant_ladders] + "Change Names" = true + #This feature disables itself if any of the following mods are loaded: + # - woodster + # - woodworks + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + + [building.vertical_slabs] + #Should Walls and Panes attempt to connect to the side of Vertical Slabs? + "Allow Side Connections" = true + + [building.more_stone_variants] + "Enable Bricks" = true + "Enable Chiseled Bricks" = true + "Enable Pillar" = true + +[management] + "Automatic Tool Restock" = true + "Easy Transfering" = true + "Expanded Item Interactions" = true + "Hotbar Changer" = true + "Inventory Sorting" = true + "Item Sharing" = true + "Quick Armor Swapping" = true + + [management.automatic_tool_restock] + #Enchantments deemed important enough to have special priority when finding a replacement + "Important Enchantments" = ["minecraft:silk_touch", "minecraft:fortune", "minecraft:infinity", "minecraft:luck_of_the_sea", "minecraft:looting"] + #Enable replacing your tools with tools of the same type but not the same item + "Enable Loose Matching" = true + #Enable comparing enchantments to find a replacement + "Enable Enchant Matching" = true + #Allow pulling items from one hotbar slot to another + "Check Hotbar" = false + "Unstackables Only" = false + #Any items you place in this list will be ignored by the restock feature + "Ignored Items" = ["botania:exchange_rod", "botania:dirt_rod", "botania:skydirt_rod", "botania:cobble_rod"] + #This feature disables itself if any of the following mods are loaded: + # - inventorytweaks + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + + [management.easy_transfering] + "Enable Shift Lock" = true + + [management.expanded_item_interactions] + "Enable Armor Interaction" = true + "Enable Shulker Box Interaction" = true + "Enable Lava Interaction" = true + "Allow Opening Shulker Boxes" = true + "Allow Rotating Bundles" = true + + [management.hotbar_changer] + "Animation Time" = 7.0 + + [management.inventory_sorting] + "Enable Player Inventory" = true + "Enable Player Inventory In Chests" = true + "Enable Chests" = true + #Play a click when sorting inventories using keybindings + "Satisfying Click" = true + + [management.item_sharing] + #In ticks. + #Allowed values: [0,) + Cooldown = 100 + "Render Items In Chat" = true + + [management.quick_armor_swapping] + "Swap Off Hand" = true + +[tools] + Abacus = true + "Ambient Discs" = true + "Ancient Tomes" = true + "Beacon Redirection" = true + "Bottled Cloud" = true + "Color Runes" = true + "Endermosh Music Disc" = true + "Parrot Eggs" = true + "Pathfinder Maps" = true + Pickarang = true + "Seed Pouch" = false + "Skull Pikes" = true + "Slime In A Bucket" = true + "Torch Arrow" = true + Trowel = true + + [tools.abacus] + + [tools.abacus.highlight_color] + A = 0.4 + R = 0.0 + G = 0.0 + B = 0.0 + + [tools.ambient_discs] + "Drop On Spider Kill" = true + Volume = 3.0 + + [tools.ancient_tomes] + #Format is lootTable,weight. i.e. "minecraft:chests/stronghold_library,30" + "Loot Tables" = ["minecraft:chests/stronghold_library,20", "minecraft:chests/simple_dungeon,20", "minecraft:chests/bastion_treasure,25", "minecraft:chests/woodland_mansion,15", "minecraft:chests/nether_bridge,0", "minecraft:chests/underwater_ruin_big,0", "minecraft:chests/underwater_ruin_small,0", "minecraft:chests/ancient_city,4", "quark:misc/monster_box,5"] + "Item Quality" = 2 + "Normal Upgrade Cost" = 10 + "Limit Break Upgrade Cost" = 30 + "Valid Enchantments" = ["minecraft:feather_falling", "minecraft:thorns", "minecraft:sharpness", "minecraft:smite", "minecraft:bane_of_arthropods", "minecraft:knockback", "minecraft:fire_aspect", "minecraft:looting", "minecraft:sweeping", "minecraft:efficiency", "minecraft:unbreaking", "minecraft:fortune", "minecraft:power", "minecraft:punch", "minecraft:luck_of_the_sea", "minecraft:lure", "minecraft:loyalty", "minecraft:riptide", "minecraft:impaling", "minecraft:piercing"] + "Overleveled Books Glow Rainbow" = true + #When enabled, Efficiency VI Diamond and Netherite pickaxes can instamine Deepslate when under Haste 2 + "Deepslate Tweak" = true + "Deepslate Tweak Needs Haste2" = true + #Master Librarians will offer to exchange Ancient Tomes, provided you give them a max-level Enchanted Book of the Tome's enchantment too. + "Librarians Exchange Ancient Tomes" = true + #Applying a tome will also randomly curse your item + "Curse Gear" = false + #Allows combining tomes with normal books + "Combine With Books" = true + #Whether a sanity check is performed on the valid enchantments. If this is turned off, enchantments such as Silk Touch will be allowed to generate Ancient Tomes, if explicitly added to the Valid Enchantments. + "Sanity Check" = true + + [tools.beacon_redirection] + "Horizontal Move Limit" = 64 + "Allow Tinted Glass Transparency" = true + + [tools.bottled_cloud] + "Cloud Level Bottom" = 191 + "Cloud Level Top" = 196 + + [tools.color_runes] + "Dungeon Weight" = 10 + "Nether Fortress Weight" = 8 + "Jungle Temple Weight" = 8 + "Desert Temple Weight" = 8 + "Item Quality" = 0 + + [tools.endermosh_music_disc] + "Play Endermosh During Enderdragon Fight" = false + "Add To End City Loot" = true + "Loot Weight" = 5 + "Loot Quality" = 1 + + [tools.parrot_eggs] + #The chance feeding a parrot will produce an egg + Chance = 0.05 + #How long it takes to create an egg + "Egg Time" = 12000 + "Enable Special Awesome Parrot" = true + + [tools.pathfinder_maps] + #In this section you can add custom Pathfinder Maps. This works for both vanilla and modded biomes. + #Each custom map must be on its own line. + #The format for a custom map is as follows: + #,,,,, + #With the following descriptions: + # - being the biome's ID NAME. You can find vanilla names here - https://minecraft.wiki/w/Biome#Biome_IDs + # - being the Cartographer villager level required for the map to be unlockable + # - being the cheapest (in Emeralds) the map can be + # - being the most expensive (in Emeralds) the map can be + # - being a hex color (without the #) for the map to display. You can generate one here - https://htmlcolorcodes.com/ + #Here's an example of a map to locate Ice Mountains: + #minecraft:ice_mountains,2,8,14,7FE4FF + Customs = [] + #Set to false to make it so the default quark Pathfinder Map Built-In don't get added, and only the custom ones do + "Apply Default Trades" = true + #How many steps in the search should the Pathfinder's Quill do per tick? The higher this value, the faster it'll find a result, but the higher chance it'll lag the game while doing so + "Pathfinders Quill Speed" = 32 + #Experimental. Determines if quills should be multithreaded instead. Will ignore quill speed. This could drastically improve performance as it execute the logic off the main thread ideally causing no lag at all + "Multi Threaded" = true + #Allows retrying after a pathfinder quill fails to find a biome nearby. Turn off if you think its op + "Allow Retrying" = true + "Search Radius" = 6400 + "Xp From Trade" = 5 + "Add To Cartographer" = true + "Add To Wandering Trader Forced" = true + "Add To Wandering Trader Generic" = false + "Add To Wandering Trader Rare" = false + "Draw Hud" = true + "Hud On Top" = false + + [tools.pickarang] + "Enable Flamerang" = true + #Set this to true to use the recipe without the Heart of Diamond, even if the Heart of Diamond is enabled. + "Never Use Heart Of Diamond" = false + + [tools.pickarang.pickarang] + #How long it takes before the Pickarang starts returning to the player if it doesn't hit anything. + Timeout = 20 + #Pickarang harvest level. 2 is Iron, 3 is Diamond, 4 is Netherite. + "Harvest Level" = 3 + #Pickarang durability. Set to -1 to have the Pickarang be unbreakable. + Durability = 800 + #Pickarang max hardness breakable. 22.5 is ender chests, 25.0 is monster boxes, 50 is obsidian. Most things are below 5. + "Max Hardness" = 20.0 + #How much damage the Pickarang deals when swung as an item + "Attack Damage" = 2 + #How many ticks do you have to wait between using the pickarang again + Cooldown = 10 + #Whether this pickarang type can act as a hoe. + "Can Act As Hoe" = false + #Whether this pickarang type can act as a shovel. + "Can Act As Shovel" = true + #Whether this pickarang type can act as an axe. + "Can Act As Axe" = true + + [tools.pickarang.flamerang] + #How long it takes before the Pickarang starts returning to the player if it doesn't hit anything. + Timeout = 20 + #Pickarang harvest level. 2 is Iron, 3 is Diamond, 4 is Netherite. + "Harvest Level" = 4 + #Pickarang durability. Set to -1 to have the Pickarang be unbreakable. + Durability = 1040 + #Pickarang max hardness breakable. 22.5 is ender chests, 25.0 is monster boxes, 50 is obsidian. Most things are below 5. + "Max Hardness" = 20.0 + #How much damage the Pickarang deals when swung as an item + "Attack Damage" = 3 + #How many ticks do you have to wait between using the pickarang again + Cooldown = 10 + #Whether this pickarang type can act as a hoe. + "Can Act As Hoe" = false + #Whether this pickarang type can act as a shovel. + "Can Act As Shovel" = true + #Whether this pickarang type can act as an axe. + "Can Act As Axe" = true + + [tools.seed_pouch] + "Max Items" = 640 + "Show All Variants In Creative" = true + "Shift Range" = 3 + #Allow putting bone meal into the Seed Pouch (or anything else in the tag 'quark:seed_pouch_fertilizers') + "Allow Fertilizer" = true + "Fertilizer Shift Range" = 3 + + [tools.skull_pikes] + "Pike Range" = 5.0 + + [tools.torch_arrow] + "Extinguish On Miss" = false + + [tools.trowel] + #Amount of blocks placed is this value + 1. + #Set to 0 to make the Trowel unbreakable + #Allowed values: [0,) + "Trowel Max Durability" = 0 + +[tweaks] + "Armed Armor Stands" = true + "Automatic Recipe Unlock" = false + "Better Elytra Rocket" = true + "Campfires Boost Elytra" = true + "Compasses Work Everywhere" = true + "Coral On Cactus" = true + "Diamond Repair" = true + "Double Door Opening" = true + "Dragon Scales" = false + "Dyeable Item Frames" = true + Emotes = true + "Enhanced Ladders" = true + "Glass Shard" = false + "Gold Tools Have Fortune" = false + "Grab Chickens" = true + "Hoe Harvesting" = true + "Horses Swim" = true + "Improved Sponges" = true + "Lock Rotation" = true + "Magma Keeps Concrete Powder" = true + "Map Washing" = true + "More Banner Layers" = true + "More Note Block Sounds" = true + "More Villagers" = true + "No Durability On Cosmetics" = true + "Pat The Dogs" = true + "Petals On Water" = true + "Pig Litters" = false + "Poison Potato Usage" = true + "Reacharound Placing" = true + "Renewable Spore Blossoms" = true + "Replace Scaffolding" = true + "Safer Creatures" = true + "Shulker Packing" = true + "Simple Harvest" = true + "Slabs To Blocks" = true + "Slimes To Magma Cubes" = true + "Snow Golem Player Heads" = true + "Utility Recipes" = true + "Vexes Die With Their Masters" = true + "Villagers Follow Emeralds" = true + "Zombie Villagers On Normal" = true + + [tweaks.automatic_recipe_unlock] + #A list of recipe names that should NOT be added in by default + "Ignored Recipes" = [] + "Force Limited Crafting" = false + "Disable Recipe Book" = false + #If enabled, advancements granting recipes will be stopped from loading, potentially reducing the lagspike on first world join. + "Filter Recipe Advancements" = true + #This feature disables itself if any of the following mods are loaded: + # - nerb + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + + [tweaks.campfires_boost_elytra] + "Boost Strength" = 0.5 + "Max Speed" = 1.0 + + [tweaks.compasses_work_everywhere] + "Enable Compass Nerf" = true + "Enable Clock Nerf" = true + "Enable Nether" = true + "Enable End" = true + + [tweaks.diamond_repair] + #List of changes to apply to repair items, format is "=" as seen in the defualt. + #Multiple repair items can be applied for the same base item, and as long as at least one is provided, any vanilla option will be removed. + #To use multiple items, comma separate them (e.g. "minecraft:diamond_sword=minecraft:diamond,minecraft:emerald")If you want the vanilla option back, you must add it again manually. + "Repair Item Changes" = ["minecraft:netherite_sword=minecraft:diamond", "minecraft:netherite_pickaxe=minecraft:diamond", "minecraft:netherite_axe=minecraft:diamond", "minecraft:netherite_shovel=minecraft:diamond", "minecraft:netherite_hoe=minecraft:diamond", "minecraft:netherite_helmet=minecraft:diamond", "minecraft:netherite_chestplate=minecraft:diamond", "minecraft:netherite_leggings=minecraft:diamond", "minecraft:netherite_boots=minecraft:diamond"] + "Unrepairable Items" = [] + "Enable Jei Hints" = true + + [tweaks.double_door_opening] + "Enable Doors" = true + "Enable Fence Gates" = true + #This feature disables itself if any of the following mods are loaded: + # - utilitix + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + + [tweaks.emotes] + #The enabled default emotes. Remove from this list to disable them. You can also re-order them, if you feel like it. + "Enabled Emotes" = ["no", "yes", "wave", "salute", "cheer", "clap", "think", "point", "shrug", "headbang", "weep", "facepalm"] + #The list of Custom Emotes to be loaded. + #Watch the tutorial on Custom Emotes to learn how to make your own: https://youtu.be/ourHUkan6aQ + "Custom Emotes" = [] + #Enable this to make custom emotes read the file every time they're triggered so you can edit on the fly. + #DO NOT ship enabled this in a modpack, please. + "Custom Emote Debug" = false + "Button Shift X" = 0 + "Button Shift Y" = 0 + + [tweaks.enhanced_ladders] + #Allowed values: (,0] + "Fall Speed" = -0.2 + "Allow Freestanding" = true + "Allow Dropping Down" = true + "Allow Sliding" = true + "Allow Inventory Sneak" = true + + [tweaks.gold_tools_have_fortune] + #Allowed values: [0,) + "Fortune Level" = 2 + #Allowed values: [0,4] + "Harvest Level" = 2 + "Display Baked Enchantments In Tooltip" = true + "Italic Tooltip" = true + #Enchantments other than Gold's Fortune/Looting to bake into items. Format is "item+enchant@level", such as "minecraft:stick+sharpness@10". + "Baked Enchantments" = [] + + [tweaks.grab_chickens] + "Needs No Helmet" = true + #Set to 0 to disable + "Slowness Level" = 1 + + [tweaks.hoe_harvesting] + #Allowed values: [1,5] + "Regular Hoe Radius" = 2 + #Allowed values: [1,5] + "High Tier Hoe Radius" = 3 + + [tweaks.improved_sponges] + #The maximum number of water tiles that a sponge can soak up. Vanilla default is 64. + #Allowed values: [64,) + "Maximum Water Drain" = 256 + #The maximum number of water tiles that a sponge can 'crawl along' for draining. Vanilla default is 6. + #Allowed values: [6,) + "Maximum Crawl Distance" = 10 + "Enable Placing On Water" = true + + [tweaks.lock_rotation] + #When true, lock rotation indicator in the same style as crosshair + "Render Like Cross Hair" = true + + [tweaks.map_washing] + #This feature disables itself if any of the following mods are loaded: + # - supplementaries + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + + [tweaks.more_banner_layers] + #Allowed values: [1,16] + "Layer Limit" = 16 + + [tweaks.more_note_block_sounds] + "Enable Amethyst Sound" = true + + [tweaks.more_villagers] + "Ocean Villager" = true + "Beach Villager" = true + + [tweaks.no_durability_on_cosmetics] + #Allow applying cosmetic items such as color runes with no anvil durability usage? Cosmetic items are defined in the quark:cosmetic_anvil_items tag + "Allow Cosmetic Items" = true + + [tweaks.pat_the_dogs] + #How many ticks it takes for a dog to want affection after being pet/tamed; leave -1 to disable + "Dogs Want Love" = -1 + #Whether you can pet all mobs + "Pet All Mobs" = false + #If `petAllMobs` is set, these mobs still can't be pet + "Pettable Denylist" = ["minecraft:ender_dragon", "minecraft:wither", "minecraft:armor_stand"] + #Even if `petAllMobs` is not set, these mobs can be pet + "Pettable Allowlist" = [] + + [tweaks.pig_litters] + #Allowed values: [1,) + "Min Pig Litter Size" = 2 + #Allowed values: [1,) + "Max Pig Litter Size" = 3 + "Pigs Eat Golden Carrots" = true + #Allowed values: [0,) + "Min Golden Carrot Boost" = 0 + #Allowed values: [0,) + "Max Golden Carrot Boost" = 2 + + [tweaks.poison_potato_usage] + Chance = 0.1 + "Poison Effect" = true + + [tweaks.reacharound_placing] + #Allowed values: [0,1] + Leniency = 0.5 + Whitelist = [] + Blacklist = [] + + [tweaks.renewable_spore_blossoms] + "Bone Meal Chance" = 0.2 + + [tweaks.replace_scaffolding] + #How many times the algorithm for finding out where a block would be placed is allowed to turn. If you set this to large values (> 3) it may start producing weird effects. + "Max Bounces" = 1 + + [tweaks.safer_creatures] + #How many blocks should be subtracted from the rabbit fall height when calculating fall damage. 5 is the same value as vanilla frogs + "Height Reduction" = 5.0 + "Enable Slime Fall Damage Removal" = true + + [tweaks.simple_harvest] + #Can players harvest crops with empty hand clicks? + "Empty Hand Harvest" = true + #Does harvesting crops with a hoe cost durability? + "Harvesting Costs Durability" = false + #Should Quark look for(nonvanilla) crops, and handle them? + "Do Harvesting Search" = true + #Should villagers use simple harvest instead of breaking crops? + "Villagers Use Simple Harvest" = true + #Which crops can be harvested? + #Format is: "harvestState[,afterHarvest]", i.e. "minecraft:wheat[age=7]" or "minecraft:cocoa[age=2,facing=north],minecraft:cocoa[age=0,facing=north]" + "Harvestable Blocks" = ["minecraft:wheat[age=7]", "minecraft:carrots[age=7]", "minecraft:potatoes[age=7]", "minecraft:beetroots[age=3]", "minecraft:nether_wart[age=3]", "minecraft:cocoa[age=2,facing=north],minecraft:cocoa[age=0,facing=north]", "minecraft:cocoa[age=2,facing=south],minecraft:cocoa[age=0,facing=south]", "minecraft:cocoa[age=2,facing=east],minecraft:cocoa[age=0,facing=east]", "minecraft:cocoa[age=2,facing=west],minecraft:cocoa[age=0,facing=west]"] + #Which blocks should right click harvesting simulate a click on instead of breaking? + #This is for blocks like sweet berry bushes, which have right click harvesting built in. + "Right Clickable Blocks" = ["minecraft:sweet_berry_bush", "minecraft:cave_vines", "agricraft:crop"] + + [tweaks.utility_recipes] + #Can any wool color be dyed? + "Dye Any Wool" = true + #Can other stone-like materials be used for crafting stone tools? + "Better Stone Tool Crafting" = true + #Can a dispenser be crafted by adding a bow to a dropper? + "Enable Dispenser" = true + #Can a repeater be crafted with the pattern for a redstone torch? + "Enable Repeater" = true + #Can you craft a minecart around blocks which can be placed inside? + "Enable Minecarts" = true + #Can you craft a boat around a chest to directly make a chest boat? + "Enable Chest Boats" = true + #Can you craft four chests at once using logs? + "Logs To Chests" = true + #Can Coral be crafted into dye? + "Coral To Dye" = true + #Can cookies, paper, and bread be crafted in a 2x2 crafting table? + "Bent Recipes" = true + #Can Rotten Flesh and Poisonous Potatoes be composted? + "Compostable Toxins" = true + #Does Dragon Breath return a bottle when used as a reagent or material? + "Effective Dragon Breath" = true + #Can torches can be used as fuel in furnaces? + "Torches Burn" = true + #Can bones be smelted down to bone meal? + "Bone Meal Utility" = true + #Can Charcoal be crafted into Black Dye? + "Charcoal To Black Dye" = true + #Can two Logs be used instead of a Chest to make a Hopper? + "Easy Hopper" = true + #Can two Logs be used to craft 16 sticks? + "Easy Sticks" = true + #Can raw ore blocks be smelted, taking 9x the time a normal item? + "Smelt Raw Ore Blocks" = true + +[world] + "Ancient Wood" = false + "Azalea Wood" = false + "Big Stone Clusters" = false + "Blossom Trees" = false + "Chorus Vegetation" = false + Corundum = false + "Fairy Rings" = false + "Fallen Logs" = false + "Glimmering Weald" = false + "Monster Box" = false + "Nether Obsidian Spikes" = false + "New Stone Types" = false + "No More Lava Pockets" = false + Permafrost = false + "Spiral Spires" = false + + [world.ancient_wood] + "Ancient Fruit Gives Exp" = true + #Allowed values: [1,) + "Ancient Fruit Exp Value" = 10 + #Set to a value other than 0 to enable Ancient City loot chest generation (8 recommended if you do) + #Allowed values: [0,) + "Ancient City Loot Weight" = 0 + #Allowed values: [0,) + "Ancient City Loot Quality" = 1 + #Set to 0 to disable sniffer sniffing. The vanilla loot table has every entry at weight 1, so without editing it, it's impossible to make the sapling more rare + #Allowed values: [0,) + "Sniffing Loot Weight" = 1 + #Allowed values: [0,) + "Sniffing Loot Quality" = 0 + + [world.azalea_wood] + #This feature disables itself if any of the following mods are loaded: + # - caverns_and_chasms + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + + [world.big_stone_clusters] + #Blocks that stone clusters can replace. If you want to make it so it only replaces in one dimension, + #do "block|dimension", as we do for netherrack and end stone by default. + "Blocks To Replace" = ["minecraft:stone", "minecraft:andesite", "minecraft:diorite", "minecraft:granite", "minecraft:netherrack|minecraft:the_nether", "minecraft:end_stone|minecraft:the_end", "quark:marble", "quark:limestone", "quark:jasper", "quark:slate"] + + [world.big_stone_clusters.calcite] + Enabled = true + #Allowed values: [0,) + Rarity = 4 + "Min Y Level" = 20 + "Max Y Level" = 80 + #Allowed values: [0,) + "Horizontal Size" = 14 + #Allowed values: [0,) + "Vertical Size" = 14 + #Allowed values: [0,) + "Horizontal Variation" = 9 + #Allowed values: [0,) + "Vertical Variation" = 9 + + [world.big_stone_clusters.calcite.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.big_stone_clusters.calcite.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [world.big_stone_clusters.calcite.biomes.tags] + "Biome Tags" = ["minecraft:is_mountain"] + "Is Blacklist" = false + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [world.big_stone_clusters.calcite.biomes.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.big_stone_clusters.limestone] + Enabled = true + #Allowed values: [0,) + Rarity = 4 + "Min Y Level" = 20 + "Max Y Level" = 80 + #Allowed values: [0,) + "Horizontal Size" = 14 + #Allowed values: [0,) + "Vertical Size" = 14 + #Allowed values: [0,) + "Horizontal Variation" = 9 + #Allowed values: [0,) + "Vertical Variation" = 9 + + [world.big_stone_clusters.limestone.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.big_stone_clusters.limestone.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [world.big_stone_clusters.limestone.biomes.tags] + "Biome Tags" = ["forge:is_swamp", "minecraft:is_ocean"] + "Is Blacklist" = false + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [world.big_stone_clusters.limestone.biomes.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.big_stone_clusters.jasper] + Enabled = true + #Allowed values: [0,) + Rarity = 4 + "Min Y Level" = 20 + "Max Y Level" = 80 + #Allowed values: [0,) + "Horizontal Size" = 14 + #Allowed values: [0,) + "Vertical Size" = 14 + #Allowed values: [0,) + "Horizontal Variation" = 9 + #Allowed values: [0,) + "Vertical Variation" = 9 + + [world.big_stone_clusters.jasper.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.big_stone_clusters.jasper.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [world.big_stone_clusters.jasper.biomes.tags] + "Biome Tags" = ["minecraft:is_badlands", "forge:is_sandy"] + "Is Blacklist" = false + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [world.big_stone_clusters.jasper.biomes.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.big_stone_clusters.shale] + Enabled = true + #Allowed values: [0,) + Rarity = 4 + "Min Y Level" = 20 + "Max Y Level" = 80 + #Allowed values: [0,) + "Horizontal Size" = 14 + #Allowed values: [0,) + "Vertical Size" = 14 + #Allowed values: [0,) + "Horizontal Variation" = 9 + #Allowed values: [0,) + "Vertical Variation" = 9 + + [world.big_stone_clusters.shale.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.big_stone_clusters.shale.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [world.big_stone_clusters.shale.biomes.tags] + "Biome Tags" = ["forge:is_snowy"] + "Is Blacklist" = false + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [world.big_stone_clusters.shale.biomes.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.big_stone_clusters.myalite] + "Generate In Air" = true + Enabled = true + #Allowed values: [0,) + Rarity = 100 + "Min Y Level" = 58 + "Max Y Level" = 62 + #Allowed values: [0,) + "Horizontal Size" = 20 + #Allowed values: [0,) + "Vertical Size" = 40 + #Allowed values: [0,) + "Horizontal Variation" = 6 + #Allowed values: [0,) + "Vertical Variation" = 10 + + [world.big_stone_clusters.myalite.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:the_end"] + + [world.big_stone_clusters.myalite.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [world.big_stone_clusters.myalite.biomes.tags] + "Biome Tags" = [] + "Is Blacklist" = true + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [world.big_stone_clusters.myalite.biomes.biomes] + Biomes = ["minecraft:end_highlands"] + "Is Blacklist" = false + + [world.blossom_trees] + "Drop Leaf Particles" = true + + [world.blossom_trees.blue] + Rarity = 200 + + [world.blossom_trees.blue.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.blossom_trees.blue.biome_config] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [world.blossom_trees.blue.biome_config.tags] + "Biome Tags" = ["forge:is_snowy"] + "Is Blacklist" = false + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [world.blossom_trees.blue.biome_config.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.blossom_trees.lavender] + Rarity = 100 + + [world.blossom_trees.lavender.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.blossom_trees.lavender.biome_config] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [world.blossom_trees.lavender.biome_config.tags] + "Biome Tags" = ["forge:is_swamp"] + "Is Blacklist" = false + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [world.blossom_trees.lavender.biome_config.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.blossom_trees.orange] + Rarity = 100 + + [world.blossom_trees.orange.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.blossom_trees.orange.biome_config] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [world.blossom_trees.orange.biome_config.tags] + "Biome Tags" = ["minecraft:is_savanna"] + "Is Blacklist" = false + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [world.blossom_trees.orange.biome_config.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.blossom_trees.yellow] + Rarity = 200 + + [world.blossom_trees.yellow.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.blossom_trees.yellow.biome_config] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [world.blossom_trees.yellow.biome_config.tags] + "Biome Tags" = ["forge:is_plains"] + "Is Blacklist" = false + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [world.blossom_trees.yellow.biome_config.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.blossom_trees.red] + Rarity = 30 + + [world.blossom_trees.red.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.blossom_trees.red.biome_config] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [world.blossom_trees.red.biome_config.tags] + "Biome Tags" = ["minecraft:is_badlands"] + "Is Blacklist" = false + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [world.blossom_trees.red.biome_config.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.chorus_vegetation] + Rarity = 150 + Radius = 7 + "Chunk Attempts" = 120 + "Highlands Chance" = 1.0 + "Midlands Chance" = 0.2 + "Other End Biomes Chance" = 0.0 + "Passive Teleport Chance" = 0.2 + "Endermite Spawn Chance" = 0.01 + "Teleport Duplication Chance" = 0.01 + + [world.corundum] + #Allowed values: [0,1] + "Crystal Chance" = 0.16 + #Allowed values: [0,1] + "Crystal Cluster Chance" = 0.2 + #Allowed values: [0,1] + "Crystal Cluster On Sides Chance" = 0.6 + #Allowed values: [0,1] + "Double Crystal Chance" = 0.2 + #The chance that a crystal can grow, this is on average 1 in X world ticks, set to a higher value to make them grow slower. Minimum is 1, for every tick. Set to 0 to disable growth. + "Cave Crystal Growth Chance" = 5 + "Crystals Craft Runes" = true + "Enable Collateral Movement" = true + + [world.corundum.generation_settings] + #Allowed values: [0,) + Rarity = 400 + "Min Y Level" = 0 + "Max Y Level" = 64 + #Allowed values: [0,) + "Horizontal Size" = 36 + #Allowed values: [0,) + "Vertical Size" = 14 + #Allowed values: [0,) + "Horizontal Variation" = 8 + #Allowed values: [0,) + "Vertical Variation" = 6 + + [world.corundum.generation_settings.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.corundum.generation_settings.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [world.corundum.generation_settings.biomes.tags] + "Biome Tags" = ["minecraft:is_ocean"] + "Is Blacklist" = true + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [world.corundum.generation_settings.biomes.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.fairy_rings] + "Forest Chance" = 0.00625 + "Plains Chance" = 0.0025 + Ores = ["minecraft:emerald_ore", "minecraft:diamond_ore"] + + [world.fairy_rings.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.fallen_logs] + #Percentage of fallen logs spawning as hollow. Requires Hollow Logs Module to be enabled + "Hollow Chance" = 0.7 + Rarity = 5 + #Chance for logs to spawn on water + "On Water Chance" = 0.1 + "Sparse Biome Rarity" = 12 + #Tags that define which biomes can have which wood types + "Biome Tags" = ["quark:has_fallen_acacia=minecraft:acacia_log", "quark:has_fallen_birch=minecraft:birch_log", "quark:has_fallen_cherry=minecraft:cherry_log", "quark:has_fallen_dark_oak=minecraft:dark_oak_log", "quark:has_fallen_jungle=minecraft:jungle_log", "quark:has_fallen_mangrove=minecraft:mangrove_log", "quark:has_fallen_oak=minecraft:oak_log", "quark:has_fallen_spruce=minecraft:spruce_log"] + + [world.fallen_logs.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.monster_box] + #The chance for the monster box generator to try and place one in a chunk. 0 is 0%, 1 is 100% + #This can be higher than 100% if you want multiple per chunk. + "Chance Per Chunk" = 0.2 + "Min Y" = -50 + "Max Y" = 0 + "Min Mob Count" = 5 + "Max Mob Count" = 8 + "Enable Extra Loot Table" = true + "Activation Range" = 2.5 + #How many blocks to search vertically from a position before trying to place a block. Higher means you'll get more boxes in open spaces. + "Search Range" = 15 + + [world.monster_box.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.nether_obsidian_spikes] + #The chance for a chunk to contain spikes (1 is 100%, 0 is 0%) + "Chance Per Chunk" = 0.1 + #The chance for a spike to be big (1 is 100%, 0 is 0%) + "Big Spike Chance" = 0.03 + #Should a chunk have spikes, how many would the generator try to place + "Tries Per Chunk" = 4 + "Big Spike Spawners" = true + + [world.nether_obsidian_spikes.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:the_nether"] + + [world.new_stone_types] + "Enable Limestone" = true + "Enable Jasper" = true + "Enable Shale" = true + "Enable Myalite" = true + "Add New Stones To Mason Trades" = true + + [world.new_stone_types.limestone] + + [world.new_stone_types.limestone.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.new_stone_types.limestone.oregen_lower] + #Allowed values: [-64,320] + "Min Height" = 0 + #Allowed values: [-64,320] + "Max Height" = 60 + #Allowed values: [0,) + "Cluster Size" = 64 + #Can be a positive integer or a fractional value betweeen 0 and 1. If integer, it spawns that many clusters. If fractional, it has that chance to spawn a single cluster. Set exactly zero to not spawn at all. + #Allowed values: [0,) + "Cluster Count" = 2.0 + + [world.new_stone_types.limestone.oregen_upper] + #Allowed values: [-64,320] + "Min Height" = 64 + #Allowed values: [-64,320] + "Max Height" = 128 + #Allowed values: [0,) + "Cluster Size" = 64 + #Can be a positive integer or a fractional value betweeen 0 and 1. If integer, it spawns that many clusters. If fractional, it has that chance to spawn a single cluster. Set exactly zero to not spawn at all. + #Allowed values: [0,) + "Cluster Count" = 0.1666666 + + [world.new_stone_types.jasper] + + [world.new_stone_types.jasper.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.new_stone_types.jasper.oregen_lower] + #Allowed values: [-64,320] + "Min Height" = 0 + #Allowed values: [-64,320] + "Max Height" = 60 + #Allowed values: [0,) + "Cluster Size" = 64 + #Can be a positive integer or a fractional value betweeen 0 and 1. If integer, it spawns that many clusters. If fractional, it has that chance to spawn a single cluster. Set exactly zero to not spawn at all. + #Allowed values: [0,) + "Cluster Count" = 2.0 + + [world.new_stone_types.jasper.oregen_upper] + #Allowed values: [-64,320] + "Min Height" = 64 + #Allowed values: [-64,320] + "Max Height" = 128 + #Allowed values: [0,) + "Cluster Size" = 64 + #Can be a positive integer or a fractional value betweeen 0 and 1. If integer, it spawns that many clusters. If fractional, it has that chance to spawn a single cluster. Set exactly zero to not spawn at all. + #Allowed values: [0,) + "Cluster Count" = 0.1666666 + + [world.new_stone_types.shale] + + [world.new_stone_types.shale.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.new_stone_types.shale.oregen_lower] + #Allowed values: [-64,320] + "Min Height" = 0 + #Allowed values: [-64,320] + "Max Height" = 60 + #Allowed values: [0,) + "Cluster Size" = 64 + #Can be a positive integer or a fractional value betweeen 0 and 1. If integer, it spawns that many clusters. If fractional, it has that chance to spawn a single cluster. Set exactly zero to not spawn at all. + #Allowed values: [0,) + "Cluster Count" = 2.0 + + [world.new_stone_types.shale.oregen_upper] + #Allowed values: [-64,320] + "Min Height" = 64 + #Allowed values: [-64,320] + "Max Height" = 128 + #Allowed values: [0,) + "Cluster Size" = 64 + #Can be a positive integer or a fractional value betweeen 0 and 1. If integer, it spawns that many clusters. If fractional, it has that chance to spawn a single cluster. Set exactly zero to not spawn at all. + #Allowed values: [0,) + "Cluster Count" = 0.1666666 + + [world.new_stone_types.myalite] + + [world.new_stone_types.myalite.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:the_end"] + + [world.new_stone_types.myalite.oregen_lower] + #Allowed values: [-64,320] + "Min Height" = 0 + #Allowed values: [-64,320] + "Max Height" = 60 + #Allowed values: [0,) + "Cluster Size" = 64 + #Can be a positive integer or a fractional value betweeen 0 and 1. If integer, it spawns that many clusters. If fractional, it has that chance to spawn a single cluster. Set exactly zero to not spawn at all. + #Allowed values: [0,) + "Cluster Count" = 2.0 + + [world.new_stone_types.myalite.oregen_upper] + #Allowed values: [-64,320] + "Min Height" = 64 + #Allowed values: [-64,320] + "Max Height" = 128 + #Allowed values: [0,) + "Cluster Size" = 64 + #Can be a positive integer or a fractional value betweeen 0 and 1. If integer, it spawns that many clusters. If fractional, it has that chance to spawn a single cluster. Set exactly zero to not spawn at all. + #Allowed values: [0,) + "Cluster Count" = 0.1666666 + + [world.permafrost] + + [world.permafrost.generation_settings] + #Allowed values: [0,) + Rarity = 2 + "Min Y Level" = 105 + "Max Y Level" = 140 + #Allowed values: [0,) + "Horizontal Size" = 72 + #Allowed values: [0,) + "Vertical Size" = 15 + #Allowed values: [0,) + "Horizontal Variation" = 22 + #Allowed values: [0,) + "Vertical Variation" = 4 + + [world.permafrost.generation_settings.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.permafrost.generation_settings.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [world.permafrost.generation_settings.biomes.tags] + "Biome Tags" = [] + "Is Blacklist" = true + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [world.permafrost.generation_settings.biomes.biomes] + Biomes = ["minecraft:frozen_peaks"] + "Is Blacklist" = false + + [world.spiral_spires] + Rarity = 200 + Radius = 15 + "Enable Myalite Viaducts" = true + #Allowed values: [2,1,024] + "Myalite Conduit Distance" = 24 + "Renewable Myalite" = true + + [world.spiral_spires.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:the_end"] + + [world.spiral_spires.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [world.spiral_spires.biomes.tags] + "Biome Tags" = [] + "Is Blacklist" = true + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [world.spiral_spires.biomes.biomes] + Biomes = ["minecraft:end_highlands"] + "Is Blacklist" = false + +[mobs] + Crabs = false + Forgotten = false + Foxhound = false + Shiba = false + Stonelings = false + Toretoise = false + Wraith = false + + [mobs.crabs] + "Enable Brewing" = true + #Whether Resilience should be required for 'How Did We Get Here?' and (if brewing is enabled) 'A Furious Cocktail'. + #Keep this on when brewing is disabled if your pack adds an alternative source for the effect. + "Resilience Required For All Effects" = true + "Add Crab Leg To Fisherman Trades" = true + + [mobs.crabs.spawn_config] + #Allowed values: (0,) + "Spawn Weight" = 5 + #Allowed values: [1,) + "Min Group Size" = 1 + #Allowed values: [1,) + "Max Group Size" = 3 + + [mobs.crabs.spawn_config.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [mobs.crabs.spawn_config.biomes.tags] + "Biome Tags" = ["minecraft:is_beach"] + "Is Blacklist" = false + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [mobs.crabs.spawn_config.biomes.biomes] + Biomes = [] + "Is Blacklist" = true + + [mobs.forgotten] + #This is the probability of a Skeleton that spawns under the height threshold being replaced with a Forgotten. + "Forgotten Spawn Rate" = 0.05 + "Max Height For Spawn" = 0 + + [mobs.foxhound] + #The chance coal will tame a foxhound + "Tame Chance" = 0.05 + "Foxhounds Speed Up Furnaces" = true + + [mobs.foxhound.spawn_config] + #Allowed values: (0,) + "Spawn Weight" = 30 + #Allowed values: [1,) + "Min Group Size" = 1 + #Allowed values: [1,) + "Max Group Size" = 2 + + [mobs.foxhound.spawn_config.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [mobs.foxhound.spawn_config.biomes.tags] + "Biome Tags" = [] + "Is Blacklist" = true + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [mobs.foxhound.spawn_config.biomes.biomes] + Biomes = ["minecraft:nether_wastes", "minecraft:basalt_deltas"] + "Is Blacklist" = false + + [mobs.foxhound.lesser_spawn_config] + "Max Cost" = 0.7 + "Spawn Cost" = 0.15 + #Allowed values: (0,) + "Spawn Weight" = 2 + #Allowed values: [1,) + "Min Group Size" = 1 + #Allowed values: [1,) + "Max Group Size" = 1 + + [mobs.foxhound.lesser_spawn_config.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [mobs.foxhound.lesser_spawn_config.biomes.tags] + "Biome Tags" = [] + "Is Blacklist" = true + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [mobs.foxhound.lesser_spawn_config.biomes.biomes] + Biomes = ["minecraft:soul_sand_valley"] + "Is Blacklist" = false + + [mobs.shiba] + "Ignore Areas With Skylight" = false + + [mobs.shiba.spawn_config] + #Allowed values: (0,) + "Spawn Weight" = 40 + #Allowed values: [1,) + "Min Group Size" = 1 + #Allowed values: [1,) + "Max Group Size" = 3 + + [mobs.shiba.spawn_config.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [mobs.shiba.spawn_config.biomes.tags] + "Biome Tags" = ["minecraft:is_mountain"] + "Is Blacklist" = false + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [mobs.shiba.spawn_config.biomes.biomes] + Biomes = [] + "Is Blacklist" = true + + [mobs.stonelings] + "Max Y Level" = 0 + "Enable Diamond Heart" = true + #When enabled, stonelings are much more aggressive in checking for players + "Cautious Stonelings" = false + "Tamable Stonelings" = true + #Disabled if if Pathfinder Maps are disabled. + "Weald Pathfinder Maps" = true + + [mobs.stonelings.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [mobs.stonelings.spawn_config] + #Allowed values: (0,) + "Spawn Weight" = 80 + #Allowed values: [1,) + "Min Group Size" = 1 + #Allowed values: [1,) + "Max Group Size" = 1 + + [mobs.stonelings.spawn_config.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [mobs.stonelings.spawn_config.biomes.tags] + "Biome Tags" = ["forge:is_void", "minecraft:is_nether", "minecraft:is_end"] + "Is Blacklist" = true + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [mobs.stonelings.spawn_config.biomes.biomes] + Biomes = [] + "Is Blacklist" = true + + [mobs.toretoise] + "Max Y Level" = 0 + #The number of ticks from mining a tortoise until feeding it could cause it to regrow. + "Cooldown Ticks" = 1200 + #The items that can be fed to toretoises to make them regrow ores. + Foods = ["minecraft:glow_berries"] + "Allow Toretoise To Regrow" = true + #Feeding a toretoise after cooldown will regrow them with a one-in-this-number chance. Set to 1 to always regrow, higher = lower chance. + "Regrow Chance" = 3 + + [mobs.toretoise.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [mobs.toretoise.spawn_config] + #Allowed values: (0,) + "Spawn Weight" = 120 + #Allowed values: [1,) + "Min Group Size" = 2 + #Allowed values: [1,) + "Max Group Size" = 4 + + [mobs.toretoise.spawn_config.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [mobs.toretoise.spawn_config.biomes.tags] + "Biome Tags" = ["forge:is_void", "minecraft:is_nether", "minecraft:is_end"] + "Is Blacklist" = true + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [mobs.toretoise.spawn_config.biomes.biomes] + Biomes = [] + "Is Blacklist" = true + + [mobs.wraith] + #List of sound sets to use with wraiths. + #Three sounds must be provided per entry, separated by | (in the format idle|hurt|death). Leave blank for no sound (i.e. if a mob has no ambient noise) + "Wraith Sounds" = ["entity.sheep.ambient|entity.sheep.hurt|entity.sheep.death", "entity.cow.ambient|entity.cow.hurt|entity.cow.death", "entity.pig.ambient|entity.pig.hurt|entity.pig.death", "entity.chicken.ambient|entity.chicken.hurt|entity.chicken.death", "entity.horse.ambient|entity.horse.hurt|entity.horse.death", "entity.cat.ambient|entity.cat.hurt|entity.cat.death", "entity.wolf.ambient|entity.wolf.hurt|entity.wolf.death", "entity.villager.ambient|entity.villager.hurt|entity.villager.death", "entity.polar_bear.ambient|entity.polar_bear.hurt|entity.polar_bear.death", "entity.zombie.ambient|entity.zombie.hurt|entity.zombie.death", "entity.skeleton.ambient|entity.skeleton.hurt|entity.skeleton.death", "entity.spider.ambient|entity.spider.hurt|entity.spider.death", "|entity.creeper.hurt|entity.creeper.death", "entity.endermen.ambient|entity.endermen.hurt|entity.endermen.death", "entity.zombie_pig.ambient|entity.zombie_pig.hurt|entity.zombie_pig.death", "entity.witch.ambient|entity.witch.hurt|entity.witch.death", "entity.blaze.ambient|entity.blaze.hurt|entity.blaze.death", "entity.llama.ambient|entity.llama.hurt|entity.llama.death", "|quark:entity.stoneling.cry|quark:entity.stoneling.die", "quark:entity.frog.idle|quark:entity.frog.hurt|quark:entity.frog.die"] + + [mobs.wraith.spawn_config] + "Max Cost" = 0.7 + "Spawn Cost" = 0.15 + #Allowed values: (0,) + "Spawn Weight" = 5 + #Allowed values: [1,) + "Min Group Size" = 1 + #Allowed values: [1,) + "Max Group Size" = 3 + + [mobs.wraith.spawn_config.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [mobs.wraith.spawn_config.biomes.tags] + "Biome Tags" = [] + "Is Blacklist" = true + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [mobs.wraith.spawn_config.biomes.biomes] + Biomes = ["minecraft:soul_sand_valley"] + "Is Blacklist" = false + +[client] + "Auto Walk Keybind" = true + "Back Button Keybind" = true + "Buckets Show Inhabitants" = true + Camera = true + "Chest Searching" = true + "Elytra Indicator" = true + "Greener Grass" = false + "Improved Tooltips" = true + "Long Range Pick Block" = true + "Microcrafting Helper" = true + "Soul Candles" = true + "Usage Ticker" = true + "Uses For Curses" = true + "Variant Animal Textures" = true + "Wool Shuts Up Minecarts" = true + + [client.auto_walk_keybind] + "Draw Hud" = true + "Hud Height" = 10 + + [client.buckets_show_inhabitants] + "Show Axolotls" = true + "Show Crabs" = true + "Show Tropical Fish" = true + "Show Shiny Slime" = true + + [client.camera] + #Date format that will be displayed in screenshots. Must be a valid one (i.e. MM/dd/yyyy) + "Date Format" = "MM/dd/yyyy" + + [client.chest_searching] + + [client.chest_searching.overlay_color] + A = 0.67 + R = 0.0 + G = 0.0 + B = 0.0 + + [client.greener_grass] + "Affect Leaves" = true + "Affect Water" = false + "Block List" = ["minecraft:large_fern", "minecraft:tall_grass", "minecraft:grass_block", "minecraft:fern", "minecraft:grass", "minecraft:potted_fern", "minecraft:sugar_cane", "environmental:giant_tall_grass", "valhelsia_structures:grass_block"] + "Leaves List" = ["minecraft:spruce_leaves", "minecraft:birch_leaves", "minecraft:oak_leaves", "minecraft:jungle_leaves", "minecraft:acacia_leaves", "minecraft:dark_oak_leaves", "atmospheric:rosewood_leaves", "atmospheric:morado_leaves", "atmospheric:yucca_leaves", "autumnity:maple_leaves", "environmental:willow_leaves", "environmental:hanging_willow_leaves", "minecraft:vine"] + + [client.greener_grass.color_matrix] + R = [0.89, 0.0, 0.0] + G = [0.0, 1.11, 0.0] + B = [0.0, 0.0, 0.89] + + [client.greener_grass.water_matrix] + R = [0.86, 0.0, 0.0] + G = [0.0, 1.0, 0.22] + B = [0.0, 0.0, 1.22] + + [client.improved_tooltips] + "Attribute Tooltips" = true + "Food Tooltips" = false + "Shulker Tooltips" = true + "Map Tooltips" = true + "Enchanting Tooltips" = true + "Fuel Time Tooltips" = true + "Shulker Box Use Colors" = true + "Shulker Box Require Shift" = false + "Map Require Shift" = false + #The value of each shank of food. + #Tweak this when using mods like Hardcore Hunger which change that value. + "Food Divisor" = 2 + "Show Saturation" = true + "Food Compression Threshold" = 4 + "Fuel Time Divisor" = 200 + #Should item attributes be colored relative to your current equipped item? + #e.g. if wearing an Iron Helmet, the armor value in a Diamond Helmet will show as green, and vice versa would be red. + #If set to false, item attributes will show in white or red if they're negative values. + "Show Upgrade Status" = true + "Animate Up Down Arrows" = true + "Enchanting Stacks" = ["minecraft:diamond_sword", "minecraft:diamond_pickaxe", "minecraft:diamond_shovel", "minecraft:diamond_axe", "minecraft:diamond_hoe", "minecraft:diamond_helmet", "minecraft:diamond_chestplate", "minecraft:diamond_leggings", "minecraft:diamond_boots", "minecraft:shears", "minecraft:bow", "minecraft:fishing_rod", "minecraft:crossbow", "minecraft:trident", "minecraft:elytra", "minecraft:shield", "quark:pickarang", "supplementaries:slingshot", "supplementaries:bubble_blower", "farmersdelight:diamond_knife", "the_bumblezone:stinger_spear", "the_bumblezone:crystal_cannon", "the_bumblezone:honey_crystal_shield", "the_bumblezone:honey_bee_leggings_2"] + #A list of additional stacks to display on each enchantment + #The format is as follows: + #enchant_id=item1,item2,item3... + #So to display a carrot on a stick on a mending book, for example, you use: + #minecraft:mending=minecraft:carrot_on_a_stick + "Enchanting Additional Stacks" = [] + + [client.usage_ticker] + #Switch the armor display to the off hand side and the hand display to the main hand side + Invert = false + "Shift Left" = 0 + "Shift Right" = 0 + "Enable Main Hand" = true + "Enable Off Hand" = true + "Enable Armor" = true + + [client.uses_for_curses] + "Vanish Pumpkin Overlay" = true + "Bind Armor Stands With Player Heads" = true + + [client.variant_animal_textures] + "Enable Cow" = true + "Enable Pig" = true + "Enable Chicken" = true + "Enable Shiny Rabbit" = true + "Enable Shiny Llama" = true + "Enable Shiny Dolphin" = true + "Enable Shiny Slime" = true + "Enable L G B T Bees" = true + "Every Bee Is L G B T" = false + #The chance for an animal to have a special "Shiny" skin, like a shiny pokemon. This is 1 in X. Set to 0 to disable. + "Shiny Animal Chance" = 2048 + #If a shiny animal should emit occasional sparkles. + "Shiny Sparkles" = true + +[experimental] + "Adjustable Chat" = false + "Climate Control Remover" = false + #This feature generates Resource Pack Item Model predicates on the items defined in 'Items to Change' + #for the Enchantments defined in 'Enchantments to Register'. + #Example: if 'minecraft:silk_touch' is added to 'Enchantments to Register', and 'minecraft:netherite_pickaxe' + #is added to 'Items to Change', then a predicate named 'quark_has_enchant_minecraft_silk_touch' will be available + #to the netherite_pickaxe.json item model, whose value will be the enchantment level. + "Enchantment Predicates" = false + "Enchantments Begone" = false + "Game Nerfs" = false + "Narrator Readout" = false + "Overlay Shader" = false + "Spawner Replacer" = false + #Allows placing variant blocks automatically via a selector menu triggered from a keybind + "Variant Selector" = false + "Villager Rerolling Rework" = false + + [experimental.adjustable_chat] + "Horizontal Shift" = 0 + "Vertical Shift" = 0 + + [experimental.climate_control_remover] + #Disables the temperature comparison when choosing biomes to generate. + "Disable Temperature" = false + #Disables the humidity comparison when choosing biomes to generate. + "Disable Humidity" = false + #Disables the 'continentalness' comparison when choosing biomes to generate. + #WARNING: Enabling this will probably make oceans act a lot more like rivers. + "Disable Continentalness" = false + #Disables the 'erosion' comparison when choosing biomes to generate. + #WARNING: Enabling this will probably create very extreme height differences, and will make the End more chaotic. + "Disable Erosion" = false + #Disables the 'depth' comparison when choosing biomes to generate. + #WARNING: Enabling this will probably make cave biomes appear at unusual heights. + "Disable Depth" = false + #Disables the 'weirdness' comparison when choosing biomes to generate. + #WARNING: Enabling this will... well, probably make things weird. + "Disable Weirdness" = false + #Disables the 'offset' parameter when choosing biomes to generate. + #WARNING: Enabling this will make rarer nether biomes more common. + "Disable Offset" = false + + #This feature generates Resource Pack Item Model predicates on the items defined in 'Items to Change' + #for the Enchantments defined in 'Enchantments to Register'. + #Example: if 'minecraft:silk_touch' is added to 'Enchantments to Register', and 'minecraft:netherite_pickaxe' + #is added to 'Items to Change', then a predicate named 'quark_has_enchant_minecraft_silk_touch' will be available + #to the netherite_pickaxe.json item model, whose value will be the enchantment level. + [experimental.enchantment_predicates] + "Items To Change" = [] + "Enchantments To Register" = [] + + [experimental.enchantments_begone] + "Enchantments To Begone" = [] + + [experimental.game_nerfs] + #Makes Mending act like the Unmending mod + #https://www.curseforge.com/minecraft/mc-mods/unmending + "Nerf Mending" = true + #Makes Mending II still work even if mending is nerfed. + #If you want Mending II, disable the sanity check on Ancient Tomes and add minecraft:mending to the tomes. + "No Nerf for Mending II" = false + #Resets all villager discounts when zombified to prevent reducing prices to ridiculous levels + "Nerf Villager Discount" = true + #Makes Iron Golems not drop Iron Ingots + "Disable Iron Farms" = true + #Makes Boats not glide on ice + "Disable Ice Roads" = true + #Makes Sheep not drop Wool when killed + "Disable Wool Drops" = true + #Disables mob griefing for only specific entities + "Enable Selective Mob Griefing" = true + #Force Elytra to only work in specific dimensions + "Enable Dimension Locked Elytra" = true + #Makes falling blocks not able to be duped via dimension crossing + "Disable Falling Block Dupe" = true + #Fixes several piston physics exploits, most notably including TNT duping + "Disable Piston Physics Exploits" = true + #Fixes mushroom growth being able to replace blocks + "Disable Mushroom Block Removal" = true + #Makes tripwire hooks unable to be duplicated + "Disable Tripwire Hook Dupe" = true + #Makes villages spawn less often when close to spawn + "Village Spawn Nerf" = false + #Distance at which villages will spawn as normal. Effect scales linearly from world spawn + "Village Spawn Nerf Distance" = 7000 + "Non Griefing Entities" = ["minecraft:creeper", "minecraft:enderman"] + "Elytra Allowed Dimensions" = ["minecraft:the_end"] + + [experimental.overlay_shader] + #Sets the name of the shader to load on a regular basis. This can load any shader the Camera module can (and requires the Camera module enabled to apply said logic). + #Some useful shaders include 'desaturate', 'oversaturate', 'bumpy' + #Colorblind simulation shaders are available in the form of 'deuteranopia', 'protanopia', 'tritanopia', and 'achromatopsia' + Shader = "none" + + [experimental.spawner_replacer] + #Mobs to be replaced with other mobs. + #Format is: "mob1,mob2", i.e. "minecraft:spider,minecraft:skeleton" + "Replace Mobs" = [] + + #Allows placing variant blocks automatically via a selector menu triggered from a keybind + [experimental.variant_selector] + #Set this to true to automatically convert any dropped variant items into their originals. Do this ONLY if you intend to take control of every recipe via a data pack or equivalent, as this will introduce dupes otherwise. + "Convert Variant Items" = false + #Enable the hammer, allowing variants to be swapped between eachother, including the original block. Do this ONLY under the same circumstances as Convert Variant Items. + "Enable Hammer" = false + "Show Tooltip" = true + "Align Hud To Hotbar" = false + "Show Simple Hud" = false + "Show Hud" = true + "Enable Green Tint" = true + "Override Held Item Render" = true + "Hud Offset X" = 0 + "Hud Offset Y" = 0 + #When true, selector arrow will render in same style as crosshair + "Render Like Cross Hair" = true + #Uses smaller arrow icon for variant selector overlay + "Smaller Arrow" = false + + [experimental.variant_selector.variants] + #The list of all variant types available for players to use. Values are treated as suffixes to block IDs for scanning. + #Prefix any variant type with ! to make it show up for Manual Variants but not be automatically scanned for. (e.g. '!polish') + "Variant Types" = ["slab", "stairs", "wall", "fence", "fence_gate", "vertical_slab"] + #By default, only a mod's namespace is scanned for variants for its items (e.g. if coolmod adds coolmod:fun_block, it'll search only for coolmod:fun_block_stairs). + # Mods in this list are also scanned for variants if none are found in itself (e.g. if quark is in the list and coolmod:fun_block_stairs doesn't exist, it'll try to look for quark:fun_block_stairs next) + "Tested Mods" = ["quark", "everycomp", "v_slab_compat"] + "Print Variant Map To Log" = false + #Format is 'alias=original' in each value (e.g. 'wall=fence' means that a failed search for, minecraft:cobblestone_fence will try cobblestone_wall next) + Aliases = ["carpet=slab", "pane=fence"] + #Ends of block IDs to try and remove when looking for variants. (e.g. minecraft:oak_planks goes into minecraft:oak_stairs, so we have to include '_planks' in this list for it to find them or else it'll only look for minecraft:oak_planks_stairs) + "Strip Candidates" = ["_planks", "_wool", "_block", "s"] + #Add manual variant overrides here, the format is 'type,block,output' (e.g. polish,minecraft:stone_bricks,minecraft:chiseled_stone_bricks). The type must be listed in Variant Types + "Manual Variants" = [] + # A list of block IDs and mappings to be excluded from variant selection. + #To exclude a block from being turned into other blocks, just include the block ID (e.g. minecraft:cobblestone). + #To exclude a block from having other blocks turned into it, suffix it with = (e.g. =minecraft:cobblestone_stairs) + #To exclude a specific block->variant combination, put = between the two (e.g. minecraft:cobblestone=minecraft:cobblestone_stairs) + Blacklist = ["minecraft:snow", "minecraft:bamboo", "minecraft:bamboo_block"] + + [experimental.villager_rerolling_rework] + #If enabled, the first two trades a villager generates for a profession will always be the same for a given villager. + #This prevents repeatedly placing down a job site block to reroll the villager's trades. + "Seed Initial Villager Trades" = true + #Set to 0 to disable the chance to reroll trades when restocking. + #It's possible for a trade to not restock even when the chance is 1. This happens when the rerolled trade is one the villager already has. + #This chance only guarantees a reroll will be attempted. + #Allowed values: [0,1] + "Chance To Reroll When Restocking" = 0.25 + #Set to 0 to disable the chance to reroll trades when restocking. Set to -1 to allow unlimited rerolling. + #Trades earlier in the list will restock first. + "Maximum Restocks Per Day" = 3 + #If enabled, villagers will reroll when they restock, rather than when they begin work for the day. + #If disabled, players can prevent rerolling by ensuring the villager isn't out of stock on their last restock of the day. + "Reroll On Any Restock" = false + #If enabled, villagers will be able to reroll any trade that has been used AT ALL since the last restock. + "Reroll Even If Not Out Of Stock" = false + +[oddities] + Backpack = true + Crate = true + Magnets = true + "Matrix Enchanting" = true + Pipes = true + "Tiny Potato" = true + "Totem Of Holding" = true + + [oddities.backpack] + #Set this to true to allow the backpacks to be unequipped even with items in them + "Super Op Mode" = false + "Enable Ravager Hide" = true + "Items In Backpack Tick" = true + "Base Ravager Hide Drop" = 1 + "Extra Chance Per Looting" = 0.5 + "Allow Armor Stand Unloading" = true + + [oddities.crate] + "Max Items" = 640 + + [oddities.magnets] + #Any items you place in this list will be derived so that any block made of it will become magnetizable + "Magnetic Derivation List" = ["minecraft:iron_ingot", "minecraft:copper_ingot", "minecraft:exposed_copper", "minecraft:weathered_copper", "minecraft:oxidized_copper", "minecraft:raw_iron", "minecraft:raw_copper", "minecraft:iron_ore", "minecraft:deepslate_iron_ore", "minecraft:copper_ore", "minecraft:deepslate_copper_ore", "quark:gravisand"] + #Block/Item IDs to force-allow magnetism on, regardless of their crafting recipe + "Magnetic Whitelist" = ["minecraft:chipped_anvil", "minecraft:damaged_anvil", "minecraft:iron_horse_armor", "minecraft:chainmail_helmet", "minecraft:chainmail_boots", "minecraft:chainmail_leggings", "minecraft:chainmail_chestplate", "#minecraft:cauldrons"] + #Block/Item IDs to force-disable magnetism on, regardless of their crafting recipe + "Magnetic Blacklist" = ["minecraft:tripwire_hook", "minecraft:map"] + "Use Pre End Recipe" = false + #When true magnets will never push something that pistons cant push. Disable to have further control. This allows iron rods to break obsidian for example + "Use Piston Logic" = true + #Allows magnets to push and pull entities in the 'affected_by_magnets' tag (edit it with datapack). Turning off can reduce lag + "Affect Entities" = true + #Allows magnets to push and pull entities having magnetic armor. Requires 'magnetic_entities' config ON + "Affects Armor" = true + #Determines how fast entities are pulled by magnets. Still follows the inverse square law + "Entities Pull Force" = 0.18000000715255737 + #Stonecutters pulled by magnets will silk touch the blocks they cut. + "Stone Cutter Silk Touch" = true + #The maximum hardness of a block that a stonecutter pushed by magnets can cut through. + "Stone Cutter Max Hardness" = 3.0 + + [oddities.matrix_enchanting] + #The maximum enchanting power the matrix enchanter can accept + "Max Bookshelves" = 15 + #Should this be X, the price of a piece increase by 1 every X pieces you generate + "Piece Price Scale" = 9 + #The higher this is, the better enchantments you'll get on books + "Book Enchantability" = 12 + #How many pieces you can generate without any bookshelves + "Base Max Piece Count" = 3 + #How many pieces you can generate without any bookshelves (for Books) + "Base Max Piece Count Book" = 1 + #At which piece count the calculation for the min level should default to increasing one per piece rather than using the scale factor + "Min Level Cutoff" = 8 + #How many pieces a single Lapis can generate + "Charge Per Lapis" = 4 + #How much the min level requirement for adding a new piece should increase for each piece added (up until the value of Min Level Cutoff) + "Min Level Scale Factor" = 1.2 + #How much the min level requirement for adding a new piece to a book should increase per each bookshelf being used + "Min Level Scale Factor Book" = 2.0 + #How much to multiply the frequency of pieces where at least one of the same type has been generated + "Dupe Multiplier" = 1.4 + #How much to multiply the frequency of pieces where incompatible pieces have been generated + "Incompatible Multiplier" = 0.0 + #Set to false to disable the ability to create Enchanted Books + "Allow Books" = true + #Set this to true to allow treasure enchantments to be rolled as pieces + "Allow Treasures" = false + #Any treasure enchantment IDs here will be able to appear in books in matrix enchanting + "Treasure Whitelist" = [] + #Set to false to disable the tooltip for items with pending enchantments + "Show Tooltip" = true + #By default, enchantment rarities are fuzzed a bit to feel better with the new system. Set this to false to override this behaviour. + "Normalize Rarity" = true + #Matrix Enchanting can be done with water instead of air around the enchanting table. Set this to false to disable this behaviour. + "Allow Underwater Enchanting" = true + #Matrix Enchanting can be done with short (<= 3px blocks) instead of air around the enchanting table. Set this to false to disable this behaviour. + "Allow Short Block Enchanting" = true + #Candles with soul sand below them or below the bookshelves dampen enchantments instead of influence them. + "Soul Candles Invert" = true + #A list of enchantment IDs you don't want the enchantment table to be able to create + "Disallowed Enchantments" = [] + #An array of influences each candle should apply. This list must be 16 elements long, and is in order of wool colors. + #A minus sign before an enchantment will make the influence decrease the probability of that enchantment. + "Influences List" = ["minecraft:unbreaking", "minecraft:fire_protection", "minecraft:knockback,minecraft:punch", "minecraft:feather_falling", "minecraft:looting,minecraft:fortune,minecraft:luck_of_the_sea", "minecraft:blast_protection", "minecraft:silk_touch,minecraft:channeling", "minecraft:bane_of_arthropods", "minecraft:protection", "minecraft:respiration,minecraft:loyalty,minecraft:infinity", "minecraft:sweeping,minecraft:multishot", "minecraft:efficiency,minecraft:sharpness,minecraft:lure,minecraft:power,minecraft:impaling,minecraft:quick_charge", "minecraft:aqua_affinity,minecraft:depth_strider,minecraft:riptide", "minecraft:thorns,minecraft:piercing", "minecraft:fire_aspect,minecraft:flame", "minecraft:smite,minecraft:projectile_protection"] + #An array of influences that other blocks should apply. + #Format is: "blockstate;strength;color;enchantments", i.e. "minecraft:sea_pickle[pickles=1,waterlogged=false];1;#008000;minecraft:aqua_affinity,minecraft:depth_strider,minecraft:riptide" (etc) or "minecraft:anvil[facing=north];#808080;-minecraft:thorns,minecraft:unbreaking" (etc) + "States To Influences" = [] + #Set to false to disable the ability to influence enchantment outcomes with candles + "Allow Influencing" = true + #The max amount of candles that can influence a single enchantment + "Influence Max" = 4 + #How much each candle influences an enchantment. This works as a multiplier to its weight + "Influence Power" = 0.125 + #If you set this to false, the vanilla Enchanting Table will no longer automatically convert to the Matrix Enchanting table. You'll have to add a recipe for the Matrix Enchanting Table to make use of this. + "Automatically Convert" = true + #Set this to true to allow undiscoverable enchantments to be rolled as pieces + "Allow Undiscoverable Enchantments" = false + #Any undiscoverable enchantment IDs here will be able to appear in matrix enchanting + "Undiscoverable Whitelist" = [] + + [oddities.pipes] + #How long it takes for an item to cross a pipe. Bigger = slower. + "Pipe Speed" = 5 + #Set to 0 if you don't want pipes to have a max amount of items + "Max Pipe Items" = 16 + #When items eject or are absorbed by pipes, should they make sounds? + "Do Pipes Whoosh" = true + "Enable Encased Pipes" = true + "Render Pipe Items" = true + "Emit Vibrations" = true + + [oddities.tiny_potato] + #Set this to true to use the recipe without the Heart of Diamond, even if the Heart of Diamond is enabled. + "Never Use Heart Of Diamond" = false + #This feature disables itself if any of the following mods are loaded: + # - botania + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + + [oddities.totem_of_holding] + #Set this to false to remove the behaviour where totems destroy themselves if the player dies again. + "Dark Souls Mode" = true + #Totem will always spawn if the player killer is themselves. + "Spawn Totem on PVP Kill" = false + #Set this to true to make it so that if a totem is destroyed, the items it holds are destroyed alongside it rather than dropped + "Destroy Lost Items" = false + #Set this to false to only allow the owner of a totem to collect its items rather than any player + "Allow Anyone To Collect" = true + diff --git a/config/rechiseled_chipped-common.toml b/config/rechiseled_chipped-common.toml new file mode 100644 index 0000000..1498619 --- /dev/null +++ b/config/rechiseled_chipped-common.toml @@ -0,0 +1,10 @@ +#Whether to log the dirt block on common setup +logDirtBlock = false +#A magic number +#Range: > 0 +magicNumber = 42 +#What you want the introduction message to be for the magic number +magicNumberIntroduction = "The magic number is... " +#A list of items to log on common setup. +items = ["minecraft:iron_ingot"] + diff --git a/config/resourceful-config-web.json b/config/resourceful-config-web.json new file mode 100644 index 0000000..ce07491 --- /dev/null +++ b/config/resourceful-config-web.json @@ -0,0 +1,12 @@ +{ + "enabled": false, + "port": 7903, + "validator": { + "uuids": [], + "if": { + "password": "bd00eda1-be4b-4d75-ac2e-432cabb98ed4", + "type": "password" + }, + "type": "if" + } +} \ No newline at end of file diff --git a/config/sebastrnlib-client.toml b/config/sebastrnlib-client.toml new file mode 100644 index 0000000..a647749 --- /dev/null +++ b/config/sebastrnlib-client.toml @@ -0,0 +1,3 @@ +#Display a thank you message at spawn? +sayThanksMessage = false + diff --git a/config/sidebar_buttons.json b/config/sidebar_buttons.json new file mode 100644 index 0000000..33b4b88 --- /dev/null +++ b/config/sidebar_buttons.json @@ -0,0 +1,14 @@ +{ + "ftbteams": { + "my_team": true + }, + "ftbquests": { + "quests": true + }, + "ftblibrary": { + "toggle.gamemode": true, + "toggle.rain": true, + "toggle.day": true, + "toggle.night": true + } +} \ No newline at end of file diff --git a/config/simple-rpc/server-entries.toml b/config/simple-rpc/server-entries.toml new file mode 100644 index 0000000..22a7fc4 --- /dev/null +++ b/config/simple-rpc/server-entries.toml @@ -0,0 +1,7 @@ +#Enable/Disable Server Entries overrides +enabled = false +#Internal Version Number. NO TOUCHY! +version = 3 +#Server override entries +entry = [] + diff --git a/config/simple-rpc/simple-rpc.toml b/config/simple-rpc/simple-rpc.toml new file mode 100644 index 0000000..c3ce928 --- /dev/null +++ b/config/simple-rpc/simple-rpc.toml @@ -0,0 +1,364 @@ + +#General Config Section. See https://srpc.fdd-docs.com/introduction/ +[general] + #The Application ID of the Discord App to use + applicationID = "1392996321614368878" + #Enable/Disable the mod + enabled = true + #Enable/Disable debugging mode. WARNING: MAY CAUSE LOG SPAM! + debugging = false + #Display the Icon and Pack Name in place of LargeImage from compatible launchers. DOES NOT WORK WITH CUSTOM APPS! ONLY THE DEFAULT ONE! + launcherIntegration = false + #Allow using local image files, as RPC icons + rpcImageServer = false + #The URL of the RPC image server that will be used for local images. Restart required when changed + rpcImageServerUrl = "https://rpcavatar.firstdark.dev" + #Internal Version Number. NO TOUCHY! + version = 26 + +#The Game Loading event +[init] + #Enable/Disable the Game Loading Event + enabled = true + + #List of RPCs that will be displayed at random + [[init.presence]] + #The Activity type to use for this RPC. Valid types are: PLAYING, STREAMING, LISTENING, WATCHING, CUSTOM, COMPETING + type = "PLAYING" + #The first line of text under the app name + description = "Reclamation is loading" + #The second line of text under the app name + state = "Game starting..." + #The Asset ID or URLs of images to randomly use for the large image + largeImageKey = ["icon"] + #The text to show when someone hovers over the largeImage + largeImageText = "Reclaim the world!" + #The Asset ID or URLs of images to randomly use for the small image + smallImageKey = ["icon"] + #The text to show when someone hovers over the smallImage + smallImageText = "{{game.mods}} mods installed" + #List of buttons (max 2) to show on the RPC + [[init.presence.buttons]] + label = "Check out the pack!" + url = "https://www.curseforge.com/minecraft/modpacks/reclamation-reclaim-the-world/" + +#The Main Menu event +[main_menu] + #Enable/Disable the Main Menu Event + enabled = true + + #List of RPCs that will be displayed at random + [[main_menu.presence]] + #The Activity type to use for this RPC. Valid types are: PLAYING, STREAMING, LISTENING, WATCHING, CUSTOM, COMPETING + type = "PLAYING" + #The first line of text under the app name + description = "Reclaim the world!" + #The second line of text under the app name + state = "Chilling in the menu" + #The Asset ID or URLs of images to randomly use for the large image + largeImageKey = ["icon"] + #The text to show when someone hovers over the largeImage + largeImageText = "Reclaim the world!" + #The Asset ID or URLs of images to randomly use for the small image + smallImageKey = ["icon"] + #The text to show when someone hovers over the smallImage + smallImageText = "{{game.mods}} mods installed" + #List of buttons (max 2) to show on the RPC + [[main_menu.presence.buttons]] + label = "Check out the pack!" + url = "https://www.curseforge.com/minecraft/modpacks/reclamation-reclaim-the-world/" + +#The Server List event +[server_list] + #Enable/Disable the Server List Event + enabled = true + + #List of RPCs that will be displayed at random + [[server_list.presence]] + #The Activity type to use for this RPC. Valid types are: PLAYING, STREAMING, LISTENING, WATCHING, CUSTOM, COMPETING + type = "PLAYING" + #The first line of text under the app name + description = "{{player.name}} is looking for a server" + #The second line of text under the app name + state = "Searching for friends" + #The Asset ID or URLs of images to randomly use for the large image + largeImageKey = ["icon"] + #The text to show when someone hovers over the largeImage + largeImageText = "Reclaim the world!" + #The Asset ID or URLs of images to randomly use for the small image + smallImageKey = ["icon"] + #The text to show when someone hovers over the smallImage + smallImageText = "{{game.mods}} mods installed" + #List of buttons (max 2) to show on the RPC + [[server_list.presence.buttons]] + label = "Check out the pack!" + url = "https://www.curseforge.com/minecraft/modpacks/reclamation-reclaim-the-world/" + +#The Realms Screen event +[realms_list] + #Enable/Disable the Realms Screen Event + enabled = false + + #List of RPCs that will be displayed at random + [[realms_list.presence]] + #The Activity type to use for this RPC. Valid types are: PLAYING, STREAMING, LISTENING, WATCHING, CUSTOM, COMPETING + type = "PLAYING" + #The first line of text under the app name + description = "{{player.name}} is looking for a Realm" + #The second line of text under the app name + state = "Browsing Realms" + #The Asset ID or URLs of images to randomly use for the large image + largeImageKey = ["mclogonew"] + #The text to show when someone hovers over the largeImage + largeImageText = "It's Minecraft {{game.version}}, but modded" + #The Asset ID or URLs of images to randomly use for the small image + smallImageKey = ["{{images.player}}"] + #The text to show when someone hovers over the smallImage + smallImageText = "{{player.name}}" + #The Twitch or Youtube URL to use when type is set to STREAMING + streamingActivityUrl = "https://twitch.tv/twitch" + #List of buttons (max 2) to show on the RPC + buttons = [] + +#The Join Game Event +[join_game] + #Enable/Disable the Join Game Event + enabled = false + + #List of RPCs that will be displayed at random + [[join_game.presence]] + #The Activity type to use for this RPC. Valid types are: PLAYING, STREAMING, LISTENING, WATCHING, CUSTOM, COMPETING + type = "PLAYING" + #The first line of text under the app name + description = "{{player.name}} is joining a game" + #The second line of text under the app name + state = "Joining Game" + #The Asset ID or URLs of images to randomly use for the large image + largeImageKey = ["mclogonew"] + #The text to show when someone hovers over the largeImage + largeImageText = "It's Minecraft {{game.version}}, but modded" + #The Asset ID or URLs of images to randomly use for the small image + smallImageKey = ["{{images.player}}"] + #The text to show when someone hovers over the smallImage + smallImageText = "{{player.name}}" + #The Twitch or Youtube URL to use when type is set to STREAMING + streamingActivityUrl = "https://twitch.tv/twitch" + #List of buttons (max 2) to show on the RPC + buttons = [] + +#The Single Player Event +[single_player] + #Enable/Disable the Single Player Event + enabled = true + + #List of RPCs that will be displayed at random + [[single_player.presence]] + #The Activity type to use for this RPC. Valid types are: PLAYING, STREAMING, LISTENING, WATCHING, CUSTOM, COMPETING + type = "PLAYING" + #The first line of text under the app name + description = "Reclaiming the world" + #The second line of text under the app name + state = "Playing solo" + #The Asset ID or URLs of images to randomly use for the large image + largeImageKey = ["icon"] + #The text to show when someone hovers over the largeImage + largeImageText = "Reclaim the world!" + #The Asset ID or URLs of images to randomly use for the small image + smallImageKey = ["icon"] + #The text to show when someone hovers over the smallImage + smallImageText = "{{game.mods}} mods installed" + #List of buttons (max 2) to show on the RPC + [[single_player.presence.buttons]] + label = "Check out the pack!" + url = "https://www.curseforge.com/minecraft/modpacks/reclamation-reclaim-the-world/" + +#The Multi Player Event +[multi_player] + #Enable/Disable the Multi Player Event + enabled = true + + #List of RPCs that will be displayed at random + [[multi_player.presence]] + #The Activity type to use for this RPC. Valid types are: PLAYING, STREAMING, LISTENING, WATCHING, CUSTOM, COMPETING + type = "PLAYING" + #The first line of text under the app name + description = "Playing with {{server.players.count}} players" + #The second line of text under the app name + state = "Reclaiming the world with friends" + #The Asset ID or URLs of images to randomly use for the large image + largeImageKey = ["icon"] + #The text to show when someone hovers over the largeImage + largeImageText = "Reclaim the world!" + #The Asset ID or URLs of images to randomly use for the small image + smallImageKey = ["icon"] + #The text to show when someone hovers over the smallImage + smallImageText = "{{game.mods}} mods installed" + #List of buttons (max 2) to show on the RPC + [[main_menu.presence.buttons]] + label = "Check out the pack!" + url = "https://www.curseforge.com/minecraft/modpacks/reclamation-reclaim-the-world/" + +#The Realms Game Event +[realms] + #Enable/Disable the Realms Game Event + enabled = false + + #List of RPCs that will be displayed at random + [[realms.presence]] + #The Activity type to use for this RPC. Valid types are: PLAYING, STREAMING, LISTENING, WATCHING, CUSTOM, COMPETING + type = "PLAYING" + #The first line of text under the app name + description = "Playing on {{realm.name}}" + #The second line of text under the app name + state = "Playing on a Realm" + #The Asset ID or URLs of images to randomly use for the large image + largeImageKey = ["mclogonew"] + #The text to show when someone hovers over the largeImage + largeImageText = "It's Minecraft {{game.version}}, but modded" + #The Asset ID or URLs of images to randomly use for the small image + smallImageKey = ["{{images.player}}"] + #The text to show when someone hovers over the smallImage + smallImageText = "{{player.name}}" + #The Twitch or Youtube URL to use when type is set to STREAMING + streamingActivityUrl = "https://twitch.tv/twitch" + #List of buttons (max 2) to show on the RPC + buttons = [] + +#The Paused Event +[paused] + #Enable/Disable the Pause Event + enabled = false + + #List of RPCs that will be displayed at random + [[paused.presence]] + #The Activity type to use for this RPC. Valid types are: PLAYING, STREAMING, LISTENING, WATCHING, CUSTOM, COMPETING + type = "PLAYING" + #The first line of text under the app name + description = "In the Pause Menu" + #The second line of text under the app name + state = "Game Paused" + #The Asset ID or URLs of images to randomly use for the large image + largeImageKey = ["mclogonew"] + #The text to show when someone hovers over the largeImage + largeImageText = "It's Minecraft {{game.version}}, but modded" + #The Asset ID or URLs of images to randomly use for the small image + smallImageKey = ["{{images.player}}"] + #The text to show when someone hovers over the smallImage + smallImageText = "{{player.name}}" + #The Twitch or Youtube URL to use when type is set to STREAMING + streamingActivityUrl = "https://twitch.tv/twitch" + #List of buttons (max 2) to show on the RPC + buttons = [] + +#Fallback event for disabled events +[generic] + + #List of RPCs that will be displayed at random + [[generic.presence]] + #The Activity type to use for this RPC. Valid types are: PLAYING, STREAMING, LISTENING, WATCHING, CUSTOM, COMPETING + type = "PLAYING" + #The first line of text under the app name + description = "Reclaiming the world!" + #The second line of text under the app name + state = "" + largeImageKey = ["icon"] + #The text to show when someone hovers over the largeImage + largeImageText = "Reclaim the world!" + #The Asset ID or URLs of images to randomly use for the small image + smallImageKey = ["icon"] + #The text to show when someone hovers over the smallImage + smallImageText = "{{game.mods}} mods installed" + #List of buttons (max 2) to show on the RPC + [[generic.presence.buttons]] + label = "Check out the pack!" + url = "https://www.curseforge.com/minecraft/modpacks/reclamation-reclaim-the-world/" + + +#Custom Config Variables that you can use +[custom] + #Must these variables be parsed along with other variables + enabled = true + #Your custom variables to add + variables = [] + +#Dimension Information Overrides +[dimension_overrides] + #Allows you to override the displayed values for dimensions + enabled = false + + #The Dimensions to override + [[dimension_overrides.dimensions]] + #The name of the Dimension/Biome to override. FORMAT: modid:dimension or modid:biome + name = "overworld" + + #List of RPCs that will be displayed at random + [[dimension_overrides.dimensions.presence]] + #The Activity type to use for this RPC. Valid types are: PLAYING, STREAMING, LISTENING, WATCHING, CUSTOM, COMPETING + type = "PLAYING" + #The first line of text under the app name + description = "{{player.name}} is in The Overworld" + #The second line of text under the app name + state = "" + #The Asset ID or URLs of images to randomly use for the large image + largeImageKey = ["overworld"] + #The text to show when someone hovers over the largeImage + largeImageText = "In the Overworld" + #The Asset ID or URLs of images to randomly use for the small image + smallImageKey = ["mclogo"] + #The text to show when someone hovers over the smallImage + smallImageText = "{{game.mods}} mods installed" + #The Twitch or Youtube URL to use when type is set to STREAMING + streamingActivityUrl = "https://twitch.tv/twitch" + #List of buttons (max 2) to show on the RPC + buttons = [] + + [[dimension_overrides.dimensions]] + #The name of the Dimension/Biome to override. FORMAT: modid:dimension or modid:biome + name = "the_nether" + + #List of RPCs that will be displayed at random + [[dimension_overrides.dimensions.presence]] + #The Activity type to use for this RPC. Valid types are: PLAYING, STREAMING, LISTENING, WATCHING, CUSTOM, COMPETING + type = "PLAYING" + #The first line of text under the app name + description = "{{player.name}} is in The Nether" + #The second line of text under the app name + state = "" + #The Asset ID or URLs of images to randomly use for the large image + largeImageKey = ["nether"] + #The text to show when someone hovers over the largeImage + largeImageText = "In the Nether" + #The Asset ID or URLs of images to randomly use for the small image + smallImageKey = ["mclogo"] + #The text to show when someone hovers over the smallImage + smallImageText = "{{game.mods}} mods installed" + #The Twitch or Youtube URL to use when type is set to STREAMING + streamingActivityUrl = "https://twitch.tv/twitch" + #List of buttons (max 2) to show on the RPC + buttons = [] + + [[dimension_overrides.dimensions]] + #The name of the Dimension/Biome to override. FORMAT: modid:dimension or modid:biome + name = "the_end" + + #List of RPCs that will be displayed at random + [[dimension_overrides.dimensions.presence]] + #The Activity type to use for this RPC. Valid types are: PLAYING, STREAMING, LISTENING, WATCHING, CUSTOM, COMPETING + type = "PLAYING" + #The first line of text under the app name + description = "{{player.name}} is in The End" + #The second line of text under the app name + state = "" + #The Asset ID or URLs of images to randomly use for the large image + largeImageKey = ["end"] + #The text to show when someone hovers over the largeImage + largeImageText = "In the End" + #The Asset ID or URLs of images to randomly use for the small image + smallImageKey = ["mclogo"] + #The text to show when someone hovers over the smallImage + smallImageText = "{{game.mods}} mods installed" + #The Twitch or Youtube URL to use when type is set to STREAMING + streamingActivityUrl = "https://twitch.tv/twitch" + #List of buttons (max 2) to show on the RPC + buttons = [] + diff --git a/config/sophisticatedbackpacks-common.toml b/config/sophisticatedbackpacks-common.toml new file mode 100644 index 0000000..3a71d8a --- /dev/null +++ b/config/sophisticatedbackpacks-common.toml @@ -0,0 +1,6 @@ + +#Common Settings +[common] + #Turns on/off loot added to various vanilla chest loot tables + chestLootEnabled = true + diff --git a/config/sophisticatedcore-client.toml b/config/sophisticatedcore-client.toml new file mode 100644 index 0000000..18925e5 --- /dev/null +++ b/config/sophisticatedcore-client.toml @@ -0,0 +1,11 @@ + +#Client Settings +[client] + #Positions where sort buttons can display to help with conflicts with controls from other mods + #Allowed Values: TITLE_LINE_RIGHT, BELOW_UPGRADES, BELOW_UPGRADE_TABS, HIDDEN + sortButtonsPosition = "TITLE_LINE_RIGHT" + #Whether click sound should play when custom buttons are clicked in gui + playButtonSound = true + #Whether scrolling in inventory should be handled by Mouse Tweaks mod if it is in the pack + mouseTweaksScrollEnabled = true + diff --git a/config/sophisticatedcore-common-1.toml.bak b/config/sophisticatedcore-common-1.toml.bak new file mode 100644 index 0000000..26c68f1 --- /dev/null +++ b/config/sophisticatedcore-common-1.toml.bak @@ -0,0 +1,5 @@ + +#Common Settings +[common] + enabledItems = ["sophisticatedbackpacks:void_upgrade|true", "sophisticatedbackpacks:advanced_refill_upgrade|true", "sophisticatedstorage:copper_to_iron_tier_upgrade|true", "sophisticatedstorage:barrel|true", "sophisticatedstorage:storage_output|true", "sophisticatedstorage:chest|true", "sophisticatedbackpacks:stack_upgrade_starter_tier|true", "sophisticatedbackpacks:chipped/alchemy_bench_upgrade|true", "sophisticatedstorage:smoking_upgrade|true", "sophisticatedstorage:limited_barrel_3|true", "sophisticatedstorage:limited_barrel_2|true", "sophisticatedstorage:limited_barrel_1|true", "sophisticatedstorage:limited_barrel_4|true", "sophisticatedbackpacks:feeding_upgrade|true", "sophisticatedstorage:gold_to_netherite_tier_upgrade|true", "sophisticatedstorage:iron_barrel|true", "sophisticatedstorage:stack_upgrade_tier_1|true", "sophisticatedstorage:stack_upgrade_tier_2|true", "sophisticatedstorage:stack_upgrade_tier_3|true", "sophisticatedstorage:stack_upgrade_tier_4|true", "sophisticatedstorage:stack_upgrade_tier_5|true", "sophisticatedstorage:shulker_box|true", "sophisticatedstorage:stonecutter_upgrade|true", "sophisticatedstorage:limited_iron_barrel_2|true", "sophisticatedstorage:crafting_upgrade|true", "sophisticatedstorage:advanced_void_upgrade|true", "sophisticatedbackpacks:compacting_upgrade|true", "sophisticatedstorage:chipped/loom_table_upgrade|true", "sophisticatedbackpacks:advanced_restock_upgrade|true", "sophisticatedstorage:iron_chest|true"] + diff --git a/config/sophisticatedcore-common.toml b/config/sophisticatedcore-common.toml new file mode 100644 index 0000000..20f5dc3 --- /dev/null +++ b/config/sophisticatedcore-common.toml @@ -0,0 +1,6 @@ + +#Common Settings +[common] + #Disable / enable any items here (disables their recipes) + enabledItems = ["sophisticatedbackpacks:void_upgrade|true", "sophisticatedbackpacks:advanced_refill_upgrade|true", "sophisticatedstorage:copper_to_iron_tier_upgrade|true", "sophisticatedstorage:barrel|true", "sophisticatedstorage:storage_output|true", "sophisticatedstorage:chest|true", "sophisticatedbackpacks:stack_upgrade_starter_tier|true", "sophisticatedbackpacks:chipped/alchemy_bench_upgrade|true", "sophisticatedstorage:smoking_upgrade|true", "sophisticatedstorage:limited_barrel_3|true", "sophisticatedstorage:limited_barrel_2|true", "sophisticatedstorage:limited_barrel_1|true", "sophisticatedstorage:limited_barrel_4|true", "sophisticatedbackpacks:feeding_upgrade|true", "sophisticatedstorage:gold_to_netherite_tier_upgrade|true", "sophisticatedstorage:iron_barrel|true", "sophisticatedstorage:stack_upgrade_tier_1|true", "sophisticatedstorage:stack_upgrade_tier_2|true", "sophisticatedstorage:stack_upgrade_tier_3|true", "sophisticatedstorage:stack_upgrade_tier_4|true", "sophisticatedstorage:stack_upgrade_tier_5|true", "sophisticatedstorage:shulker_box|true", "sophisticatedstorage:stonecutter_upgrade|true", "sophisticatedstorage:limited_iron_barrel_2|true", "sophisticatedstorage:crafting_upgrade|true", "sophisticatedstorage:advanced_void_upgrade|true", "sophisticatedbackpacks:compacting_upgrade|true", "sophisticatedstorage:chipped/loom_table_upgrade|true", "sophisticatedbackpacks:advanced_restock_upgrade|true", "sophisticatedstorage:iron_chest|true", "sophisticatedstorage:upgrade_base|true", "sophisticatedstorage:advanced_feeding_upgrade|true", "sophisticatedstorage:limited_gold_barrel_1|true", "sophisticatedstorage:limited_gold_barrel_2|true", "sophisticatedstorage:limited_gold_barrel_3|true", "sophisticatedstorage:limited_gold_barrel_4|true", "sophisticatedbackpacks:advanced_tool_swapper_upgrade|true", "sophisticatedstorage:iron_to_diamond_tier_upgrade|true", "sophisticatedstorage:stack_upgrade_tier_1_plus|true", "sophisticatedstorage:iron_shulker_box|true", "sophisticatedbackpacks:magnet_upgrade|true", "sophisticatedstorage:magnet_upgrade|true", "sophisticatedstorage:chipped/alchemy_bench_upgrade|true", "sophisticatedbackpacks:diamond_backpack|true", "sophisticatedstorage:auto_smoking_upgrade|true", "sophisticatedstorage:gold_barrel|true", "sophisticatedstorage:smelting_upgrade|true", "sophisticatedbackpacks:tank_upgrade|true", "sophisticatedstorage:jukebox_upgrade|true", "sophisticatedbackpacks:chipped/glassblower_upgrade|true", "sophisticatedbackpacks:advanced_pickup_upgrade|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedstorage:chipped/botanist_workbench_upgrade|true", "sophisticatedstorage:storage_link|true", "sophisticatedstorage:iron_to_gold_tier_upgrade|true", "sophisticatedstorage:basic_to_netherite_tier_upgrade|true", "sophisticatedbackpacks:chipped/tinkering_table_upgrade|true", "sophisticatedbackpacks:chipped/botanist_workbench_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedstorage:copper_barrel|true", "sophisticatedstorage:packing_tape|true", "sophisticatedstorage:gold_shulker_box|true", "sophisticatedbackpacks:chipped/loom_table_upgrade|true", "sophisticatedstorage:gold_chest|true", "sophisticatedstorage:auto_blasting_upgrade|true", "sophisticatedstorage:netherite_shulker_box|true", "sophisticatedbackpacks:smelting_upgrade|true", "sophisticatedstorage:advanced_pickup_upgrade|true", "sophisticatedstorage:chipped/mason_table_upgrade|true", "sophisticatedbackpacks:battery_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedstorage:diamond_barrel|true", "sophisticatedbackpacks:advanced_feeding_upgrade|true", "sophisticatedstorage:limited_copper_barrel_1|true", "sophisticatedstorage:limited_copper_barrel_2|true", "sophisticatedstorage:limited_copper_barrel_3|true", "sophisticatedstorage:limited_copper_barrel_4|true", "sophisticatedbackpacks:advanced_magnet_upgrade|true", "sophisticatedstorage:controller|true", "sophisticatedbackpacks:filter_upgrade|true", "sophisticatedstorage:hopper_upgrade|true", "sophisticatedstorage:netherite_barrel|true", "sophisticatedstorage:compacting_upgrade|true", "sophisticatedstorage:advanced_magnet_upgrade|true", "sophisticatedstorage:limited_iron_barrel_3|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_3|true", "sophisticatedbackpacks:deposit_upgrade|true", "sophisticatedstorage:filter_upgrade|true", "sophisticatedbackpacks:advanced_filter_upgrade|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:pickup_upgrade|true", "sophisticatedstorage:basic_to_copper_tier_upgrade|true", "sophisticatedstorage:diamond_shulker_box|true", "sophisticatedstorage:copper_shulker_box|true", "sophisticatedstorage:gold_to_diamond_tier_upgrade|true", "sophisticatedstorage:advanced_compacting_upgrade|true", "sophisticatedbackpacks:stonecutter_upgrade|true", "sophisticatedbackpacks:advanced_compacting_upgrade|true", "sophisticatedstorage:netherite_chest|true", "sophisticatedstorage:limited_diamond_barrel_1|true", "sophisticatedstorage:limited_diamond_barrel_2|true", "sophisticatedstorage:limited_diamond_barrel_3|true", "sophisticatedstorage:limited_diamond_barrel_4|true", "sophisticatedbackpacks:backpack|true", "sophisticatedbackpacks:tool_swapper_upgrade|true", "sophisticatedstorage:advanced_hopper_upgrade|true", "sophisticatedbackpacks:advanced_void_upgrade|true", "sophisticatedstorage:feeding_upgrade|true", "sophisticatedstorage:diamond_to_netherite_tier_upgrade|true", "sophisticatedbackpacks:crafting_upgrade|true", "sophisticatedstorage:storage_input|true", "sophisticatedstorage:compression_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_4|true", "sophisticatedstorage:diamond_chest|true", "sophisticatedstorage:advanced_filter_upgrade|true", "sophisticatedbackpacks:jukebox_upgrade|true", "sophisticatedbackpacks:everlasting_upgrade|true", "sophisticatedbackpacks:chipped/carpenters_table_upgrade|true", "sophisticatedstorage:storage_io|true", "sophisticatedstorage:iron_to_netherite_tier_upgrade|true", "sophisticatedstorage:limited_iron_barrel_4|true", "sophisticatedstorage:limited_iron_barrel_1|true", "sophisticatedstorage:pickup_upgrade|true", "sophisticatedstorage:auto_smelting_upgrade|true", "sophisticatedbackpacks:inception_upgrade|true", "sophisticatedstorage:basic_to_iron_tier_upgrade|true", "sophisticatedstorage:copper_to_gold_tier_upgrade|true", "sophisticatedbackpacks:anvil_upgrade|true", "sophisticatedstorage:blasting_upgrade|true", "sophisticatedstorage:chipped/carpenters_table_upgrade|true", "sophisticatedbackpacks:xp_pump_upgrade|true", "sophisticatedbackpacks:auto_smelting_upgrade|true", "sophisticatedstorage:basic_tier_upgrade|true", "sophisticatedstorage:copper_to_netherite_tier_upgrade|true", "sophisticatedstorage:chipped/tinkering_table_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_2|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedstorage:void_upgrade|true", "sophisticatedbackpacks:chipped/mason_table_upgrade|true", "sophisticatedbackpacks:advanced_pump_upgrade|true", "sophisticatedbackpacks:upgrade_base|true", "sophisticatedstorage:storage_tool|true", "sophisticatedstorage:chipped/glassblower_upgrade|true", "sophisticatedbackpacks:refill_upgrade|true", "sophisticatedstorage:basic_to_gold_tier_upgrade|true", "sophisticatedbackpacks:gold_backpack|true", "sophisticatedstorage:basic_to_diamond_tier_upgrade|true", "sophisticatedbackpacks:copper_backpack|true", "sophisticatedbackpacks:advanced_deposit_upgrade|true", "sophisticatedstorage:copper_chest|true", "sophisticatedbackpacks:restock_upgrade|true", "sophisticatedstorage:copper_to_diamond_tier_upgrade|true", "sophisticatedstorage:limited_netherite_barrel_1|true", "sophisticatedstorage:limited_netherite_barrel_2|true", "sophisticatedstorage:limited_netherite_barrel_3|true", "sophisticatedstorage:limited_netherite_barrel_4|true", "sophisticatedbackpacks:pump_upgrade|true", "sophisticatedbackpacks:netherite_backpack|true", "sophisticatedstorage:pump_upgrade|true", "sophisticatedstorage:advanced_pump_upgrade|true", "sophisticatedstorage:xp_pump_upgrade|true", "sophisticatedstorage:debug_tool|true", "sophisticatedstorage:decoration_table|true", "sophisticatedstorage:paintbrush|true", "sophisticatedstorage:stack_downgrade_tier_3|true", "sophisticatedstorage:stack_downgrade_tier_2|true", "sophisticatedstorage:stack_downgrade_tier_1|true", "sophisticatedstorage:advanced_jukebox_upgrade|true", "sophisticatedbackpacks:smithing_upgrade|true", "sophisticatedbackpacks:stack_downgrade_tier_2|true", "sophisticatedbackpacks:stack_upgrade_omega_tier|true", "sophisticatedbackpacks:stack_downgrade_tier_3|true", "sophisticatedbackpacks:stack_downgrade_tier_1|true", "sophisticatedbackpacks:advanced_jukebox_upgrade|true", "sophisticatedstorage:stack_upgrade_omega_tier|true", "sophisticatedbackpacks:infinity_upgrade|true", "sophisticatedbackpacks:survival_infinity_upgrade|true", "sophisticatedstorage:infinity_upgrade|true", "sophisticatedstorage:survival_infinity_upgrade|true", "sophisticatedbackpacks:advanced_alchemy_upgrade|true", "sophisticatedstorage:alchemy_upgrade|true", "sophisticatedbackpacks:alchemy_upgrade|true", "sophisticatedstorage:advanced_alchemy_upgrade|true", "sophisticatedstorage:acacia_storage_connector|true", "sophisticatedstorage:cherry_storage_connector|true", "sophisticatedstorage:spruce_storage_connector|true", "sophisticatedstorage:super_packing_tape|true", "sophisticatedstorage:crimson_storage_connector|true", "sophisticatedstorage:birch_storage_connector|true", "sophisticatedstorage:bamboo_storage_connector|true", "sophisticatedstorage:mangrove_storage_connector|true", "sophisticatedstorage:jungle_storage_connector|true", "sophisticatedstorage:dark_oak_storage_connector|true", "sophisticatedstorage:warped_storage_connector|true", "sophisticatedstorage:oak_storage_connector|true"] + diff --git a/config/sophisticatedstorage-client.toml b/config/sophisticatedstorage-client.toml new file mode 100644 index 0000000..5259995 --- /dev/null +++ b/config/sophisticatedstorage-client.toml @@ -0,0 +1,8 @@ + +#Client-side Settings +[client] + #Determines whether JEI and creative tab will show tinted storage items for iron and higher tiers. Can help with easily removing many of these items from there. + showHigherTierTintedVariants = true + #Determines whether JEI and creative tab will show only single wood variant of storage item per tier. Makes creative tab and . + showSingleWoodVariantOnly = false + diff --git a/config/sophisticatedstorage-common.toml b/config/sophisticatedstorage-common.toml new file mode 100644 index 0000000..2f190cc --- /dev/null +++ b/config/sophisticatedstorage-common.toml @@ -0,0 +1,6 @@ + +#Common Settings +[common] + #Determines whether chests / barrels are always dropped as packed with their contents when broken without the need to use packing tape + dropPacked = false + diff --git a/config/sound_physics_remastered/occlusion.properties b/config/sound_physics_remastered/occlusion.properties new file mode 100644 index 0000000..1f38d2b --- /dev/null +++ b/config/sound_physics_remastered/occlusion.properties @@ -0,0 +1,219 @@ +# Values for blocks can be defined as follows: +# +# By sound type: +# WOOD=1.0 +# +# By block tag: +# \#minecraft\:logs=1.0 +# +# By block ID: +# minecraft\:oak_log=1.0 + +# Amethyst (Sound Type) +AMETHYST=1.0 +# Amethyst Cluster (Sound Type) +AMETHYST_CLUSTER=1.0 +# Ancient Debris (Sound Type) +ANCIENT_DEBRIS=1.0 +# Anvil (Sound Type) +ANVIL=1.0 +# Azalea (Sound Type) +AZALEA=1.0 +# Azalea Leaves (Sound Type) +AZALEA_LEAVES=1.0 +# Bamboo (Sound Type) +BAMBOO=0.1 +# Bamboo Sapling (Sound Type) +BAMBOO_SAPLING=0.1 +# Bamboo Wood (Sound Type) +BAMBOO_WOOD=1.0 +# Bamboo Wood Hanging Sign (Sound Type) +BAMBOO_WOOD_HANGING_SIGN=1.0 +# Basalt (Sound Type) +BASALT=1.0 +# Big Dripleaf (Sound Type) +BIG_DRIPLEAF=1.0 +# Bone Block (Sound Type) +BONE_BLOCK=1.0 +# Calcite (Sound Type) +CALCITE=1.0 +# Candle (Sound Type) +CANDLE=1.0 +# Cave Vines (Sound Type) +CAVE_VINES=1.0 +# Chain (Sound Type) +CHAIN=0.0 +# Cherry Leaves (Sound Type) +CHERRY_LEAVES=1.0 +# Cherry Sapling (Sound Type) +CHERRY_SAPLING=1.0 +# Cherry Wood (Sound Type) +CHERRY_WOOD=1.0 +# Cherry Wood Hanging Sign (Sound Type) +CHERRY_WOOD_HANGING_SIGN=1.0 +# Chiseled Bookshelf (Sound Type) +CHISELED_BOOKSHELF=1.0 +# Copper (Sound Type) +COPPER=1.0 +# Coral Block (Sound Type) +CORAL_BLOCK=1.0 +# Crop (Sound Type) +CROP=0.0 +# Decorated Pot (Sound Type) +DECORATED_POT=1.0 +# Decorated Pot Cracked (Sound Type) +DECORATED_POT_CRACKED=1.0 +# Deepslate (Sound Type) +DEEPSLATE=1.0 +# Deepslate Bricks (Sound Type) +DEEPSLATE_BRICKS=1.0 +# Deepslate Tiles (Sound Type) +DEEPSLATE_TILES=1.0 +# Dripstone Block (Sound Type) +DRIPSTONE_BLOCK=1.0 +# Flowering Azalea (Sound Type) +FLOWERING_AZALEA=1.0 +# Froglight (Sound Type) +FROGLIGHT=1.0 +# Frogspawn (Sound Type) +FROGSPAWN=1.0 +# Fungus (Sound Type) +FUNGUS=0.0 +# Gilded Blackstone (Sound Type) +GILDED_BLACKSTONE=1.0 +# Glass (Sound Type) +GLASS=0.1 +# Glow Lichen (Sound Type) +GLOW_LICHEN=0.0 +# Grass (Sound Type) +GRASS=1.0 +# Gravel (Sound Type) +GRAVEL=1.0 +# Hanging Roots (Sound Type) +HANGING_ROOTS=1.0 +# Hanging Sign (Sound Type) +HANGING_SIGN=1.0 +# Hard Crop (Sound Type) +HARD_CROP=1.0 +# Honey Block (Sound Type) +HONEY_BLOCK=0.5 +# Ladder (Sound Type) +LADDER=0.0 +# Lantern (Sound Type) +LANTERN=1.0 +# Large Amethyst Bud (Sound Type) +LARGE_AMETHYST_BUD=0.0 +# Lily Pad (Sound Type) +LILY_PAD=0.0 +# Lodestone (Sound Type) +LODESTONE=1.0 +# Mangrove Roots (Sound Type) +MANGROVE_ROOTS=1.0 +# Medium Amethyst Bud (Sound Type) +MEDIUM_AMETHYST_BUD=0.0 +# Metal (Sound Type) +METAL=1.0 +# Moss (Sound Type) +MOSS=0.75 +# Moss Carpet (Sound Type) +MOSS_CARPET=0.1 +# Mud (Sound Type) +MUD=1.0 +# Muddy Mangrove Roots (Sound Type) +MUDDY_MANGROVE_ROOTS=1.0 +# Mud Bricks (Sound Type) +MUD_BRICKS=1.0 +# Netherite Block (Sound Type) +NETHERITE_BLOCK=1.0 +# Netherrack (Sound Type) +NETHERRACK=1.0 +# Nether Bricks (Sound Type) +NETHER_BRICKS=1.0 +# Nether Gold Ore (Sound Type) +NETHER_GOLD_ORE=1.0 +# Nether Ore (Sound Type) +NETHER_ORE=1.0 +# Nether Sprouts (Sound Type) +NETHER_SPROUTS=1.0 +# Nether Wart (Sound Type) +NETHER_WART=1.0 +# Nether Wood (Sound Type) +NETHER_WOOD=1.0 +# Nether Wood Hanging Sign (Sound Type) +NETHER_WOOD_HANGING_SIGN=1.0 +# Nylium (Sound Type) +NYLIUM=1.0 +# Packed Mud (Sound Type) +PACKED_MUD=1.0 +# Pointed Dripstone (Sound Type) +POINTED_DRIPSTONE=0.0 +# Polished Deepslate (Sound Type) +POLISHED_DEEPSLATE=1.0 +# Powder Snow (Sound Type) +POWDER_SNOW=0.1 +# Rooted Dirt (Sound Type) +ROOTED_DIRT=1.0 +# Roots (Sound Type) +ROOTS=0.0 +# Sand (Sound Type) +SAND=1.0 +# Scaffolding (Sound Type) +SCAFFOLDING=0.0 +# Sculk (Sound Type) +SCULK=1.0 +# Sculk Catalyst (Sound Type) +SCULK_CATALYST=1.0 +# Sculk Sensor (Sound Type) +SCULK_SENSOR=1.0 +# Sculk Shrieker (Sound Type) +SCULK_SHRIEKER=1.0 +# Sculk Vein (Sound Type) +SCULK_VEIN=1.0 +# Shroomlight (Sound Type) +SHROOMLIGHT=1.0 +# Slime Block (Sound Type) +SLIME_BLOCK=1.0 +# Small Amethyst Bud (Sound Type) +SMALL_AMETHYST_BUD=0.0 +# Small Dripleaf (Sound Type) +SMALL_DRIPLEAF=0.0 +# Snow (Sound Type) +SNOW=0.1 +# Soul Sand (Sound Type) +SOUL_SAND=1.0 +# Soul Soil (Sound Type) +SOUL_SOIL=1.0 +# Spore Blossom (Sound Type) +SPORE_BLOSSOM=0.0 +# Stem (Sound Type) +STEM=1.0 +# Stone (Sound Type) +STONE=1.0 +# Suspicious Gravel (Sound Type) +SUSPICIOUS_GRAVEL=1.0 +# Suspicious Sand (Sound Type) +SUSPICIOUS_SAND=1.0 +# Sweet Berry Bush (Sound Type) +SWEET_BERRY_BUSH=0.0 +# Tuff (Sound Type) +TUFF=1.0 +# Twisting Vines (Sound Type) +TWISTING_VINES=0.0 +# Vine (Sound Type) +VINE=0.0 +# Wart Block (Sound Type) +WART_BLOCK=1.0 +# Weeping Vines (Sound Type) +WEEPING_VINES=0.0 +# Wet Grass (Sound Type) +WET_GRASS=0.1 +# Wood (Sound Type) +WOOD=1.0 +# Wool (Sound Type) +WOOL=1.5 +# Jukebox (Block) +minecraft\:jukebox=0.0 +# Lava (Block) +minecraft\:lava=0.75 +# Water (Block) +minecraft\:water=0.25 diff --git a/config/sound_physics_remastered/reflectivity.properties b/config/sound_physics_remastered/reflectivity.properties new file mode 100644 index 0000000..06eb8da --- /dev/null +++ b/config/sound_physics_remastered/reflectivity.properties @@ -0,0 +1,213 @@ +# Values for blocks can be defined as follows: +# +# By sound type: +# WOOD=1.0 +# +# By block tag: +# \#minecraft\:logs=1.0 +# +# By block ID: +# minecraft\:oak_log=1.0 + +# Amethyst (Sound Type) +AMETHYST=1.5 +# Amethyst Cluster (Sound Type) +AMETHYST_CLUSTER=0.5 +# Ancient Debris (Sound Type) +ANCIENT_DEBRIS=0.5 +# Anvil (Sound Type) +ANVIL=0.5 +# Azalea (Sound Type) +AZALEA=0.5 +# Azalea Leaves (Sound Type) +AZALEA_LEAVES=0.5 +# Bamboo (Sound Type) +BAMBOO=0.5 +# Bamboo Sapling (Sound Type) +BAMBOO_SAPLING=0.5 +# Bamboo Wood (Sound Type) +BAMBOO_WOOD=0.5 +# Bamboo Wood Hanging Sign (Sound Type) +BAMBOO_WOOD_HANGING_SIGN=0.5 +# Basalt (Sound Type) +BASALT=1.5 +# Big Dripleaf (Sound Type) +BIG_DRIPLEAF=0.5 +# Bone Block (Sound Type) +BONE_BLOCK=1.5 +# Calcite (Sound Type) +CALCITE=1.5 +# Candle (Sound Type) +CANDLE=0.5 +# Cave Vines (Sound Type) +CAVE_VINES=0.5 +# Chain (Sound Type) +CHAIN=0.5 +# Cherry Leaves (Sound Type) +CHERRY_LEAVES=0.5 +# Cherry Sapling (Sound Type) +CHERRY_SAPLING=0.5 +# Cherry Wood (Sound Type) +CHERRY_WOOD=0.5 +# Cherry Wood Hanging Sign (Sound Type) +CHERRY_WOOD_HANGING_SIGN=0.5 +# Chiseled Bookshelf (Sound Type) +CHISELED_BOOKSHELF=0.5 +# Copper (Sound Type) +COPPER=1.25 +# Coral Block (Sound Type) +CORAL_BLOCK=0.2 +# Crop (Sound Type) +CROP=0.5 +# Decorated Pot (Sound Type) +DECORATED_POT=0.5 +# Decorated Pot Cracked (Sound Type) +DECORATED_POT_CRACKED=0.5 +# Deepslate (Sound Type) +DEEPSLATE=1.5 +# Deepslate Bricks (Sound Type) +DEEPSLATE_BRICKS=1.5 +# Deepslate Tiles (Sound Type) +DEEPSLATE_TILES=1.5 +# Dripstone Block (Sound Type) +DRIPSTONE_BLOCK=0.5 +# Flowering Azalea (Sound Type) +FLOWERING_AZALEA=0.5 +# Froglight (Sound Type) +FROGLIGHT=0.5 +# Frogspawn (Sound Type) +FROGSPAWN=0.5 +# Fungus (Sound Type) +FUNGUS=0.5 +# Gilded Blackstone (Sound Type) +GILDED_BLACKSTONE=0.5 +# Glass (Sound Type) +GLASS=0.75 +# Glow Lichen (Sound Type) +GLOW_LICHEN=0.5 +# Grass (Sound Type) +GRASS=0.3 +# Gravel (Sound Type) +GRAVEL=0.3 +# Hanging Roots (Sound Type) +HANGING_ROOTS=0.5 +# Hanging Sign (Sound Type) +HANGING_SIGN=0.5 +# Hard Crop (Sound Type) +HARD_CROP=0.5 +# Honey Block (Sound Type) +HONEY_BLOCK=0.1 +# Ladder (Sound Type) +LADDER=0.5 +# Lantern (Sound Type) +LANTERN=0.5 +# Large Amethyst Bud (Sound Type) +LARGE_AMETHYST_BUD=0.5 +# Lily Pad (Sound Type) +LILY_PAD=0.5 +# Lodestone (Sound Type) +LODESTONE=0.5 +# Mangrove Roots (Sound Type) +MANGROVE_ROOTS=0.5 +# Medium Amethyst Bud (Sound Type) +MEDIUM_AMETHYST_BUD=0.5 +# Metal (Sound Type) +METAL=1.25 +# Moss (Sound Type) +MOSS=0.1 +# Moss Carpet (Sound Type) +MOSS_CARPET=0.5 +# Mud (Sound Type) +MUD=0.5 +# Muddy Mangrove Roots (Sound Type) +MUDDY_MANGROVE_ROOTS=0.5 +# Mud Bricks (Sound Type) +MUD_BRICKS=0.5 +# Netherite Block (Sound Type) +NETHERITE_BLOCK=1.5 +# Netherrack (Sound Type) +NETHERRACK=1.1 +# Nether Bricks (Sound Type) +NETHER_BRICKS=1.5 +# Nether Gold Ore (Sound Type) +NETHER_GOLD_ORE=1.1 +# Nether Ore (Sound Type) +NETHER_ORE=1.1 +# Nether Sprouts (Sound Type) +NETHER_SPROUTS=0.5 +# Nether Wart (Sound Type) +NETHER_WART=0.5 +# Nether Wood (Sound Type) +NETHER_WOOD=0.5 +# Nether Wood Hanging Sign (Sound Type) +NETHER_WOOD_HANGING_SIGN=0.5 +# Nylium (Sound Type) +NYLIUM=0.5 +# Packed Mud (Sound Type) +PACKED_MUD=0.5 +# Pointed Dripstone (Sound Type) +POINTED_DRIPSTONE=0.5 +# Polished Deepslate (Sound Type) +POLISHED_DEEPSLATE=1.5 +# Powder Snow (Sound Type) +POWDER_SNOW=0.5 +# Rooted Dirt (Sound Type) +ROOTED_DIRT=0.5 +# Roots (Sound Type) +ROOTS=0.5 +# Sand (Sound Type) +SAND=0.2 +# Scaffolding (Sound Type) +SCAFFOLDING=0.5 +# Sculk (Sound Type) +SCULK=0.5 +# Sculk Catalyst (Sound Type) +SCULK_CATALYST=0.5 +# Sculk Sensor (Sound Type) +SCULK_SENSOR=0.5 +# Sculk Shrieker (Sound Type) +SCULK_SHRIEKER=0.5 +# Sculk Vein (Sound Type) +SCULK_VEIN=0.5 +# Shroomlight (Sound Type) +SHROOMLIGHT=0.5 +# Slime Block (Sound Type) +SLIME_BLOCK=0.5 +# Small Amethyst Bud (Sound Type) +SMALL_AMETHYST_BUD=0.5 +# Small Dripleaf (Sound Type) +SMALL_DRIPLEAF=0.5 +# Snow (Sound Type) +SNOW=0.15 +# Soul Sand (Sound Type) +SOUL_SAND=0.2 +# Soul Soil (Sound Type) +SOUL_SOIL=0.2 +# Spore Blossom (Sound Type) +SPORE_BLOSSOM=0.5 +# Stem (Sound Type) +STEM=0.4 +# Stone (Sound Type) +STONE=1.5 +# Suspicious Gravel (Sound Type) +SUSPICIOUS_GRAVEL=0.5 +# Suspicious Sand (Sound Type) +SUSPICIOUS_SAND=0.5 +# Sweet Berry Bush (Sound Type) +SWEET_BERRY_BUSH=0.5 +# Tuff (Sound Type) +TUFF=1.5 +# Twisting Vines (Sound Type) +TWISTING_VINES=0.5 +# Vine (Sound Type) +VINE=0.5 +# Wart Block (Sound Type) +WART_BLOCK=0.5 +# Weeping Vines (Sound Type) +WEEPING_VINES=0.5 +# Wet Grass (Sound Type) +WET_GRASS=0.5 +# Wood (Sound Type) +WOOD=0.4 +# Wool (Sound Type) +WOOL=0.1 diff --git a/config/sound_physics_remastered/sound_rates.properties b/config/sound_physics_remastered/sound_rates.properties new file mode 100644 index 0000000..01b97d5 --- /dev/null +++ b/config/sound_physics_remastered/sound_rates.properties @@ -0,0 +1,2415 @@ +# Max sounds per tick. +# Set to '-1' for an unlimited number of sounds per tick processed. +# Set to '0' to disable sound physics for that sound. +# Set to '>=1' to configure the maximum number of sounds per tick processed. +# This can help prevent lag when some mod or mechanism produces hundreds of sounds per tick. + +botania\:agricarnation=-1 +botania\:air_rod=-1 +botania\:altar_craft=-1 +minecraft\:ambient.basalt_deltas.additions=-1 +minecraft\:ambient.basalt_deltas.loop=-1 +minecraft\:ambient.basalt_deltas.mood=-1 +minecraft\:ambient.cave=-1 +quark\:ambient.chatter=-1 +quark\:ambient.clock=-1 +quark\:ambient.crickets=-1 +minecraft\:ambient.crimson_forest.additions=-1 +minecraft\:ambient.crimson_forest.loop=-1 +minecraft\:ambient.crimson_forest.mood=-1 +quark\:ambient.drips=-1 +quark\:ambient.fire=-1 +minecraft\:ambient.nether_wastes.additions=-1 +minecraft\:ambient.nether_wastes.loop=-1 +minecraft\:ambient.nether_wastes.mood=-1 +quark\:ambient.ocean=-1 +quark\:ambient.rain=-1 +minecraft\:ambient.soul_sand_valley.additions=-1 +minecraft\:ambient.soul_sand_valley.loop=-1 +minecraft\:ambient.soul_sand_valley.mood=-1 +minecraft\:ambient.underwater.enter=-1 +minecraft\:ambient.underwater.exit=-1 +minecraft\:ambient.underwater.loop=-1 +minecraft\:ambient.underwater.loop.additions=-1 +minecraft\:ambient.underwater.loop.additions.rare=-1 +minecraft\:ambient.underwater.loop.additions.ultra_rare=-1 +minecraft\:ambient.warped_forest.additions=-1 +minecraft\:ambient.warped_forest.loop=-1 +minecraft\:ambient.warped_forest.mood=-1 +quark\:ambient.wind=-1 +botania\:arcane_rose_disenchant=-1 +ars_nouveau\:aria_biblio=-1 +botania\:astrolabe_configure=-1 +botania\:babylon_attack=-1 +botania\:babylon_spawn=-1 +xercamusic\:banjo27=-1 +xercamusic\:banjo33=-1 +xercamusic\:banjo39=-1 +xercamusic\:banjo45=-1 +xercamusic\:banjo51=-1 +xercamusic\:banjo57=-1 +xercamusic\:banjo63=-1 +xercamusic\:banjo69=-1 +xercamusic\:banjo75=-1 +xercamusic\:banjo81=-1 +xercamusic\:bass_guitar33=-1 +xercamusic\:bass_guitar39=-1 +xercamusic\:bass_guitar45=-1 +xercamusic\:bass_guitar51=-1 +xercamusic\:bass_guitar57=-1 +xercamusic\:bass_guitar63=-1 +xercamusic\:bass_guitar69=-1 +xercamusic\:bass_guitar75=-1 +buildinggadgets2\:beep=-1 +botania\:bellows=-1 +botania\:bifrost_rod=-1 +enchanted\:bind_familiar=-1 +botania\:black_hole_talisman_configure=-1 +botania\:black_lotus=-1 +create\:blaze_munch=-1 +bloodmagic\:bleedingedge=-1 +embers\:block.activator.plume=-1 +embers\:block.alchemy.fail=-1 +embers\:block.alchemy.loop=-1 +embers\:block.alchemy.start=-1 +embers\:block.alchemy.success=-1 +minecraft\:block.amethyst_block.break=-1 +minecraft\:block.amethyst_block.chime=-1 +minecraft\:block.amethyst_block.fall=-1 +minecraft\:block.amethyst_block.hit=-1 +minecraft\:block.amethyst_block.place=-1 +minecraft\:block.amethyst_block.resonate=-1 +minecraft\:block.amethyst_block.step=-1 +minecraft\:block.amethyst_cluster.break=-1 +minecraft\:block.amethyst_cluster.fall=-1 +minecraft\:block.amethyst_cluster.hit=-1 +minecraft\:block.amethyst_cluster.place=-1 +minecraft\:block.amethyst_cluster.step=-1 +minecraft\:block.ancient_debris.break=-1 +minecraft\:block.ancient_debris.fall=-1 +minecraft\:block.ancient_debris.hit=-1 +minecraft\:block.ancient_debris.place=-1 +minecraft\:block.ancient_debris.step=-1 +minecraft\:block.anvil.break=-1 +minecraft\:block.anvil.destroy=-1 +minecraft\:block.anvil.fall=-1 +minecraft\:block.anvil.hit=-1 +minecraft\:block.anvil.land=-1 +minecraft\:block.anvil.place=-1 +minecraft\:block.anvil.step=-1 +minecraft\:block.anvil.use=-1 +embers\:block.ashen_stone.break=-1 +embers\:block.ashen_stone.fall=-1 +embers\:block.ashen_stone.hit=-1 +embers\:block.ashen_stone.place=-1 +embers\:block.ashen_stone.step=-1 +supplementaries\:block.awning.bounce=-1 +minecraft\:block.azalea.break=-1 +minecraft\:block.azalea.fall=-1 +minecraft\:block.azalea.hit=-1 +minecraft\:block.azalea.place=-1 +minecraft\:block.azalea.step=-1 +minecraft\:block.azalea_leaves.break=-1 +minecraft\:block.azalea_leaves.fall=-1 +minecraft\:block.azalea_leaves.hit=-1 +minecraft\:block.azalea_leaves.place=-1 +minecraft\:block.azalea_leaves.step=-1 +minecraft\:block.bamboo.break=-1 +minecraft\:block.bamboo.fall=-1 +minecraft\:block.bamboo.hit=-1 +minecraft\:block.bamboo.place=-1 +minecraft\:block.bamboo.step=-1 +minecraft\:block.bamboo_sapling.break=-1 +minecraft\:block.bamboo_sapling.hit=-1 +minecraft\:block.bamboo_sapling.place=-1 +minecraft\:block.bamboo_wood.break=-1 +minecraft\:block.bamboo_wood.fall=-1 +minecraft\:block.bamboo_wood.hit=-1 +minecraft\:block.bamboo_wood.place=-1 +minecraft\:block.bamboo_wood.step=-1 +minecraft\:block.bamboo_wood_button.click_off=-1 +minecraft\:block.bamboo_wood_button.click_on=-1 +minecraft\:block.bamboo_wood_door.close=-1 +minecraft\:block.bamboo_wood_door.open=-1 +minecraft\:block.bamboo_wood_fence_gate.close=-1 +minecraft\:block.bamboo_wood_fence_gate.open=-1 +minecraft\:block.bamboo_wood_hanging_sign.break=-1 +minecraft\:block.bamboo_wood_hanging_sign.fall=-1 +minecraft\:block.bamboo_wood_hanging_sign.hit=-1 +minecraft\:block.bamboo_wood_hanging_sign.place=-1 +minecraft\:block.bamboo_wood_hanging_sign.step=-1 +minecraft\:block.bamboo_wood_pressure_plate.click_off=-1 +minecraft\:block.bamboo_wood_pressure_plate.click_on=-1 +minecraft\:block.bamboo_wood_trapdoor.close=-1 +minecraft\:block.bamboo_wood_trapdoor.open=-1 +minecraft\:block.barrel.close=-1 +minecraft\:block.barrel.open=-1 +mcwwindows\:block.bars_close=-1 +mcwwindows\:block.bars_open=-1 +minecraft\:block.basalt.break=-1 +minecraft\:block.basalt.fall=-1 +minecraft\:block.basalt.hit=-1 +minecraft\:block.basalt.place=-1 +minecraft\:block.basalt.step=-1 +minecraft\:block.beacon.activate=-1 +minecraft\:block.beacon.ambient=-1 +minecraft\:block.beacon.deactivate=-1 +minecraft\:block.beacon.power_select=-1 +embers\:block.beam_cannon.fire=-1 +embers\:block.beam_cannon.hit=-1 +minecraft\:block.beehive.drip=-1 +minecraft\:block.beehive.enter=-1 +minecraft\:block.beehive.exit=-1 +minecraft\:block.beehive.shear=-1 +minecraft\:block.beehive.work=-1 +minecraft\:block.bell.resonate=-1 +minecraft\:block.bell.use=-1 +supplementaries\:block.bellows.blow=-1 +supplementaries\:block.bellows.retract=-1 +minecraft\:block.big_dripleaf.break=-1 +minecraft\:block.big_dripleaf.fall=-1 +minecraft\:block.big_dripleaf.hit=-1 +minecraft\:block.big_dripleaf.place=-1 +minecraft\:block.big_dripleaf.step=-1 +minecraft\:block.big_dripleaf.tilt_down=-1 +minecraft\:block.big_dripleaf.tilt_up=-1 +supplementaries\:block.blackboard.draw=-1 +minecraft\:block.blastfurnace.fire_crackle=-1 +mcwwindows\:block.blinds_close=-1 +mcwwindows\:block.blinds_open=-1 +embers\:block.boiler.plume=-1 +minecraft\:block.bone_block.break=-1 +minecraft\:block.bone_block.fall=-1 +minecraft\:block.bone_block.hit=-1 +minecraft\:block.bone_block.place=-1 +minecraft\:block.bone_block.step=-1 +embers\:block.bore.loop=-1 +embers\:block.bore.loop.superspeed=-1 +embers\:block.bore.loop_mine=-1 +embers\:block.bore.loop_mine.superspeed=-1 +embers\:block.bore.start=-1 +embers\:block.bore.stop=-1 +minecraft\:block.brewing_stand.brew=-1 +supplementaries\:block.bubble_block.break=-1 +supplementaries\:block.bubble_block.place=-1 +minecraft\:block.bubble_column.bubble_pop=-1 +minecraft\:block.bubble_column.upwards_ambient=-1 +minecraft\:block.bubble_column.upwards_inside=-1 +minecraft\:block.bubble_column.whirlpool_ambient=-1 +minecraft\:block.bubble_column.whirlpool_inside=-1 +farmersdelight\:block.cabinet.close=-1 +farmersdelight\:block.cabinet.open=-1 +mcwfurnitures\:block.cabinet_close=-1 +mcwfurnitures\:block.cabinet_open=-1 +minecraft\:block.cake.add_candle=-1 +minecraft\:block.calcite.break=-1 +minecraft\:block.calcite.fall=-1 +minecraft\:block.calcite.hit=-1 +minecraft\:block.calcite.place=-1 +minecraft\:block.calcite.step=-1 +embers\:block.caminite.break=-1 +embers\:block.caminite.fall=-1 +embers\:block.caminite.hit=-1 +embers\:block.caminite.place=-1 +embers\:block.caminite.step=-1 +minecraft\:block.campfire.crackle=-1 +minecraft\:block.candle.ambient=-1 +minecraft\:block.candle.break=-1 +minecraft\:block.candle.extinguish=-1 +minecraft\:block.candle.fall=-1 +minecraft\:block.candle.hit=-1 +minecraft\:block.candle.place=-1 +minecraft\:block.candle.step=-1 +supplementaries\:block.cannon.fire=-1 +supplementaries\:block.cannon.ignite=-1 +embers\:block.catalytic_plug.loop=-1 +embers\:block.catalytic_plug.loop_ready=-1 +embers\:block.catalytic_plug.start=-1 +embers\:block.catalytic_plug.stop=-1 +minecraft\:block.cave_vines.break=-1 +minecraft\:block.cave_vines.fall=-1 +minecraft\:block.cave_vines.hit=-1 +minecraft\:block.cave_vines.pick_berries=-1 +minecraft\:block.cave_vines.place=-1 +minecraft\:block.cave_vines.step=-1 +minecraft\:block.chain.break=-1 +minecraft\:block.chain.fall=-1 +minecraft\:block.chain.hit=-1 +minecraft\:block.chain.place=-1 +minecraft\:block.chain.step=-1 +minecraft\:block.cherry_leaves.break=-1 +minecraft\:block.cherry_leaves.fall=-1 +minecraft\:block.cherry_leaves.hit=-1 +minecraft\:block.cherry_leaves.place=-1 +minecraft\:block.cherry_leaves.step=-1 +minecraft\:block.cherry_sapling.break=-1 +minecraft\:block.cherry_sapling.fall=-1 +minecraft\:block.cherry_sapling.hit=-1 +minecraft\:block.cherry_sapling.place=-1 +minecraft\:block.cherry_sapling.step=-1 +minecraft\:block.cherry_wood.break=-1 +minecraft\:block.cherry_wood.fall=-1 +minecraft\:block.cherry_wood.hit=-1 +minecraft\:block.cherry_wood.place=-1 +minecraft\:block.cherry_wood.step=-1 +minecraft\:block.cherry_wood_button.click_off=-1 +minecraft\:block.cherry_wood_button.click_on=-1 +minecraft\:block.cherry_wood_door.close=-1 +minecraft\:block.cherry_wood_door.open=-1 +minecraft\:block.cherry_wood_fence_gate.close=-1 +minecraft\:block.cherry_wood_fence_gate.open=-1 +minecraft\:block.cherry_wood_hanging_sign.break=-1 +minecraft\:block.cherry_wood_hanging_sign.fall=-1 +minecraft\:block.cherry_wood_hanging_sign.hit=-1 +minecraft\:block.cherry_wood_hanging_sign.place=-1 +minecraft\:block.cherry_wood_hanging_sign.step=-1 +minecraft\:block.cherry_wood_pressure_plate.click_off=-1 +minecraft\:block.cherry_wood_pressure_plate.click_on=-1 +minecraft\:block.cherry_wood_trapdoor.close=-1 +minecraft\:block.cherry_wood_trapdoor.open=-1 +minecraft\:block.chest.close=-1 +minecraft\:block.chest.locked=-1 +minecraft\:block.chest.open=-1 +minecraft\:block.chiseled_bookshelf.break=-1 +minecraft\:block.chiseled_bookshelf.fall=-1 +minecraft\:block.chiseled_bookshelf.hit=-1 +minecraft\:block.chiseled_bookshelf.insert=-1 +minecraft\:block.chiseled_bookshelf.insert.enchanted=-1 +minecraft\:block.chiseled_bookshelf.pickup=-1 +minecraft\:block.chiseled_bookshelf.pickup.enchanted=-1 +minecraft\:block.chiseled_bookshelf.place=-1 +minecraft\:block.chiseled_bookshelf.step=-1 +minecraft\:block.chorus_flower.death=-1 +minecraft\:block.chorus_flower.grow=-1 +supplementaries\:block.clock.tick_1=-1 +supplementaries\:block.clock.tick_2=-1 +minecraft\:block.comparator.click=-1 +minecraft\:block.composter.empty=-1 +minecraft\:block.composter.fill=-1 +minecraft\:block.composter.fill_success=-1 +minecraft\:block.composter.ready=-1 +minecraft\:block.conduit.activate=-1 +minecraft\:block.conduit.ambient=-1 +minecraft\:block.conduit.ambient.short=-1 +minecraft\:block.conduit.attack.target=-1 +minecraft\:block.conduit.deactivate=-1 +farmersdelight\:block.cooking_pot.boil=-1 +farmersdelight\:block.cooking_pot.boil_soup=-1 +minecraft\:block.copper.break=-1 +minecraft\:block.copper.fall=-1 +minecraft\:block.copper.hit=-1 +minecraft\:block.copper.place=-1 +minecraft\:block.copper.step=-1 +embers\:block.copper_charger.loop=-1 +embers\:block.copper_charger_siphon.loop=-1 +minecraft\:block.coral_block.break=-1 +minecraft\:block.coral_block.fall=-1 +minecraft\:block.coral_block.hit=-1 +minecraft\:block.coral_block.place=-1 +minecraft\:block.coral_block.step=-1 +supplementaries\:block.crank=-1 +minecraft\:block.crop.break=-1 +embers\:block.crystal_cell.grow=-1 +embers\:block.crystal_cell.loop=-1 +farmersdelight\:block.cutting_board.knife=-1 +minecraft\:block.decorated_pot.break=-1 +minecraft\:block.decorated_pot.fall=-1 +minecraft\:block.decorated_pot.hit=-1 +minecraft\:block.decorated_pot.place=-1 +minecraft\:block.decorated_pot.shatter=-1 +minecraft\:block.decorated_pot.step=-1 +minecraft\:block.deepslate.break=-1 +minecraft\:block.deepslate.fall=-1 +minecraft\:block.deepslate.hit=-1 +minecraft\:block.deepslate.place=-1 +minecraft\:block.deepslate.step=-1 +minecraft\:block.deepslate_bricks.break=-1 +minecraft\:block.deepslate_bricks.fall=-1 +minecraft\:block.deepslate_bricks.hit=-1 +minecraft\:block.deepslate_bricks.place=-1 +minecraft\:block.deepslate_bricks.step=-1 +minecraft\:block.deepslate_tiles.break=-1 +minecraft\:block.deepslate_tiles.fall=-1 +minecraft\:block.deepslate_tiles.hit=-1 +minecraft\:block.deepslate_tiles.place=-1 +minecraft\:block.deepslate_tiles.step=-1 +minecraft\:block.dispenser.dispense=-1 +minecraft\:block.dispenser.fail=-1 +minecraft\:block.dispenser.launch=-1 +mcwfurnitures\:block.drawer_close=-1 +mcwfurnitures\:block.drawer_open=-1 +minecraft\:block.dripstone_block.break=-1 +minecraft\:block.dripstone_block.fall=-1 +minecraft\:block.dripstone_block.hit=-1 +minecraft\:block.dripstone_block.place=-1 +minecraft\:block.dripstone_block.step=-1 +embers\:block.ember_transfer.emit.big=-1 +embers\:block.ember_transfer.emit.small=-1 +embers\:block.ember_transfer.receive.big=-1 +embers\:block.ember_transfer.receive.small=-1 +embers\:block.ember_transfer.relay=-1 +minecraft\:block.enchantment_table.use=-1 +minecraft\:block.end_gateway.spawn=-1 +minecraft\:block.end_portal.spawn=-1 +minecraft\:block.end_portal_frame.fill=-1 +minecraft\:block.ender_chest.close=-1 +minecraft\:block.ender_chest.open=-1 +embers\:block.entropic_enumerator.turn=-1 +supplementaries\:block.faucet.turn=-1 +minecraft\:block.fence_gate.close=-1 +minecraft\:block.fence_gate.open=-1 +embers\:block.field_chart.loop=-1 +minecraft\:block.fire.ambient=-1 +minecraft\:block.fire.extinguish=-1 +minecraft\:block.flowering_azalea.break=-1 +minecraft\:block.flowering_azalea.fall=-1 +minecraft\:block.flowering_azalea.hit=-1 +minecraft\:block.flowering_azalea.place=-1 +minecraft\:block.flowering_azalea.step=-1 +minecraft\:block.froglight.break=-1 +minecraft\:block.froglight.fall=-1 +minecraft\:block.froglight.hit=-1 +minecraft\:block.froglight.place=-1 +minecraft\:block.froglight.step=-1 +minecraft\:block.frogspawn.break=-1 +minecraft\:block.frogspawn.fall=-1 +minecraft\:block.frogspawn.hatch=-1 +minecraft\:block.frogspawn.hit=-1 +minecraft\:block.frogspawn.place=-1 +minecraft\:block.frogspawn.step=-1 +minecraft\:block.fungus.break=-1 +minecraft\:block.fungus.fall=-1 +minecraft\:block.fungus.hit=-1 +minecraft\:block.fungus.place=-1 +minecraft\:block.fungus.step=-1 +minecraft\:block.furnace.fire_crackle=-1 +mcwdoors\:block.garage=-1 +embers\:block.generator.loop=-1 +minecraft\:block.gilded_blackstone.break=-1 +minecraft\:block.gilded_blackstone.fall=-1 +minecraft\:block.gilded_blackstone.hit=-1 +minecraft\:block.gilded_blackstone.place=-1 +minecraft\:block.gilded_blackstone.step=-1 +minecraft\:block.glass.break=-1 +minecraft\:block.glass.fall=-1 +minecraft\:block.glass.hit=-1 +minecraft\:block.glass.place=-1 +minecraft\:block.glass.step=-1 +supplementaries\:block.globe.spin=-1 +minecraft\:block.grass.break=-1 +minecraft\:block.grass.fall=-1 +minecraft\:block.grass.hit=-1 +minecraft\:block.grass.place=-1 +minecraft\:block.grass.step=-1 +minecraft\:block.gravel.break=-1 +minecraft\:block.gravel.fall=-1 +minecraft\:block.gravel.hit=-1 +minecraft\:block.gravel.place=-1 +minecraft\:block.gravel.step=-1 +minecraft\:block.grindstone.use=-1 +minecraft\:block.growing_plant.crop=-1 +supplementaries\:block.gunpowder.ignite=-1 +minecraft\:block.hanging_roots.break=-1 +minecraft\:block.hanging_roots.fall=-1 +minecraft\:block.hanging_roots.hit=-1 +minecraft\:block.hanging_roots.place=-1 +minecraft\:block.hanging_roots.step=-1 +minecraft\:block.hanging_sign.break=-1 +minecraft\:block.hanging_sign.fall=-1 +minecraft\:block.hanging_sign.hit=-1 +minecraft\:block.hanging_sign.place=-1 +minecraft\:block.hanging_sign.step=-1 +embers\:block.heat_coil.cooking_loop=-1 +embers\:block.heat_coil.high_loop=-1 +embers\:block.heat_coil.low_loop=-1 +embers\:block.heat_coil.mid_loop=-1 +minecraft\:block.honey_block.break=-1 +minecraft\:block.honey_block.fall=-1 +minecraft\:block.honey_block.hit=-1 +minecraft\:block.honey_block.place=-1 +minecraft\:block.honey_block.slide=-1 +minecraft\:block.honey_block.step=-1 +embers\:block.ignem_reactor.plume=-1 +embers\:block.inferno_forge.close=-1 +embers\:block.inferno_forge.fail=-1 +embers\:block.inferno_forge.loop=-1 +embers\:block.inferno_forge.open=-1 +embers\:block.inferno_forge.start=-1 +embers\:block.inferno_forge.success=-1 +embers\:block.injector.loop=-1 +minecraft\:block.iron_door.close=-1 +minecraft\:block.iron_door.open=-1 +minecraft\:block.iron_trapdoor.close=-1 +minecraft\:block.iron_trapdoor.open=-1 +supplementaries\:block.jar.break=-1 +supplementaries\:block.jar.cookie=-1 +supplementaries\:block.jar.place=-1 +minecraft\:block.ladder.break=-1 +minecraft\:block.ladder.fall=-1 +minecraft\:block.ladder.hit=-1 +minecraft\:block.ladder.place=-1 +minecraft\:block.ladder.step=-1 +minecraft\:block.lantern.break=-1 +minecraft\:block.lantern.fall=-1 +minecraft\:block.lantern.hit=-1 +minecraft\:block.lantern.place=-1 +minecraft\:block.lantern.step=-1 +minecraft\:block.large_amethyst_bud.break=-1 +minecraft\:block.large_amethyst_bud.place=-1 +minecraft\:block.lava.ambient=-1 +minecraft\:block.lava.extinguish=-1 +minecraft\:block.lava.pop=-1 +minecraft\:block.lever.click=-1 +mcwlights\:block.light_switch=-1 +exposure\:block.lightroom.print=-1 +minecraft\:block.lily_pad.place=-1 +minecraft\:block.lodestone.break=-1 +minecraft\:block.lodestone.fall=-1 +minecraft\:block.lodestone.hit=-1 +minecraft\:block.lodestone.place=-1 +minecraft\:block.lodestone.step=-1 +embers\:block.machine.break=-1 +embers\:block.machine.place=-1 +minecraft\:block.mangrove_roots.break=-1 +minecraft\:block.mangrove_roots.fall=-1 +minecraft\:block.mangrove_roots.hit=-1 +minecraft\:block.mangrove_roots.place=-1 +minecraft\:block.mangrove_roots.step=-1 +minecraft\:block.medium_amethyst_bud.break=-1 +minecraft\:block.medium_amethyst_bud.place=-1 +embers\:block.melter.loop=-1 +embers\:block.melter.loopblock.plinth.loop=-1 +minecraft\:block.metal.break=-1 +minecraft\:block.metal.fall=-1 +minecraft\:block.metal.hit=-1 +minecraft\:block.metal.place=-1 +minecraft\:block.metal.step=-1 +minecraft\:block.metal_pressure_plate.click_off=-1 +minecraft\:block.metal_pressure_plate.click_on=-1 +embers\:block.metal_seed.loop=-1 +embers\:block.metal_seed.ping=-1 +embers\:block.mini_boiler.loop_fast=-1 +embers\:block.mini_boiler.loop_mid=-1 +embers\:block.mini_boiler.loop_slow=-1 +embers\:block.mini_boiler.pressure_loop_high=-1 +embers\:block.mini_boiler.pressure_loop_low=-1 +embers\:block.mini_boiler.pressure_loop_mid=-1 +embers\:block.mini_boiler.rupture=-1 +embers\:block.mixer.loop=-1 +quark\:block.monster_box.growl=-1 +minecraft\:block.moss.break=-1 +minecraft\:block.moss.fall=-1 +minecraft\:block.moss.hit=-1 +minecraft\:block.moss.place=-1 +minecraft\:block.moss.step=-1 +minecraft\:block.moss_carpet.break=-1 +minecraft\:block.moss_carpet.fall=-1 +minecraft\:block.moss_carpet.hit=-1 +minecraft\:block.moss_carpet.place=-1 +minecraft\:block.moss_carpet.step=-1 +minecraft\:block.mud.break=-1 +minecraft\:block.mud.fall=-1 +minecraft\:block.mud.hit=-1 +minecraft\:block.mud.place=-1 +minecraft\:block.mud.step=-1 +minecraft\:block.mud_bricks.break=-1 +minecraft\:block.mud_bricks.fall=-1 +minecraft\:block.mud_bricks.hit=-1 +minecraft\:block.mud_bricks.place=-1 +minecraft\:block.mud_bricks.step=-1 +minecraft\:block.muddy_mangrove_roots.break=-1 +minecraft\:block.muddy_mangrove_roots.fall=-1 +minecraft\:block.muddy_mangrove_roots.hit=-1 +minecraft\:block.muddy_mangrove_roots.place=-1 +minecraft\:block.muddy_mangrove_roots.step=-1 +embers\:block.multiblock.pack=-1 +embers\:block.multiblock.unpack=-1 +minecraft\:block.nether_bricks.break=-1 +minecraft\:block.nether_bricks.fall=-1 +minecraft\:block.nether_bricks.hit=-1 +minecraft\:block.nether_bricks.place=-1 +minecraft\:block.nether_bricks.step=-1 +minecraft\:block.nether_gold_ore.break=-1 +minecraft\:block.nether_gold_ore.fall=-1 +minecraft\:block.nether_gold_ore.hit=-1 +minecraft\:block.nether_gold_ore.place=-1 +minecraft\:block.nether_gold_ore.step=-1 +minecraft\:block.nether_ore.break=-1 +minecraft\:block.nether_ore.fall=-1 +minecraft\:block.nether_ore.hit=-1 +minecraft\:block.nether_ore.place=-1 +minecraft\:block.nether_ore.step=-1 +minecraft\:block.nether_sprouts.break=-1 +minecraft\:block.nether_sprouts.fall=-1 +minecraft\:block.nether_sprouts.hit=-1 +minecraft\:block.nether_sprouts.place=-1 +minecraft\:block.nether_sprouts.step=-1 +minecraft\:block.nether_wart.break=-1 +minecraft\:block.nether_wood.break=-1 +minecraft\:block.nether_wood.fall=-1 +minecraft\:block.nether_wood.hit=-1 +minecraft\:block.nether_wood.place=-1 +minecraft\:block.nether_wood.step=-1 +minecraft\:block.nether_wood_button.click_off=-1 +minecraft\:block.nether_wood_button.click_on=-1 +minecraft\:block.nether_wood_door.close=-1 +minecraft\:block.nether_wood_door.open=-1 +minecraft\:block.nether_wood_fence_gate.close=-1 +minecraft\:block.nether_wood_fence_gate.open=-1 +minecraft\:block.nether_wood_hanging_sign.break=-1 +minecraft\:block.nether_wood_hanging_sign.fall=-1 +minecraft\:block.nether_wood_hanging_sign.hit=-1 +minecraft\:block.nether_wood_hanging_sign.place=-1 +minecraft\:block.nether_wood_hanging_sign.step=-1 +minecraft\:block.nether_wood_pressure_plate.click_off=-1 +minecraft\:block.nether_wood_pressure_plate.click_on=-1 +minecraft\:block.nether_wood_trapdoor.close=-1 +minecraft\:block.nether_wood_trapdoor.open=-1 +minecraft\:block.netherite_block.break=-1 +minecraft\:block.netherite_block.fall=-1 +minecraft\:block.netherite_block.hit=-1 +minecraft\:block.netherite_block.place=-1 +minecraft\:block.netherite_block.step=-1 +minecraft\:block.netherrack.break=-1 +minecraft\:block.netherrack.fall=-1 +minecraft\:block.netherrack.hit=-1 +minecraft\:block.netherrack.place=-1 +minecraft\:block.netherrack.step=-1 +minecraft\:block.note_block.banjo=-1 +minecraft\:block.note_block.basedrum=-1 +minecraft\:block.note_block.bass=-1 +minecraft\:block.note_block.bell=-1 +minecraft\:block.note_block.bit=-1 +minecraft\:block.note_block.chime=-1 +minecraft\:block.note_block.cow_bell=-1 +minecraft\:block.note_block.didgeridoo=-1 +minecraft\:block.note_block.flute=-1 +minecraft\:block.note_block.guitar=-1 +minecraft\:block.note_block.harp=-1 +minecraft\:block.note_block.hat=-1 +minecraft\:block.note_block.imitate.creeper=-1 +minecraft\:block.note_block.imitate.ender_dragon=-1 +supplementaries\:block.note_block.imitate.enderman=-1 +minecraft\:block.note_block.imitate.piglin=-1 +minecraft\:block.note_block.imitate.skeleton=-1 +minecraft\:block.note_block.imitate.wither_skeleton=-1 +minecraft\:block.note_block.imitate.zombie=-1 +minecraft\:block.note_block.iron_xylophone=-1 +minecraft\:block.note_block.pling=-1 +minecraft\:block.note_block.snare=-1 +minecraft\:block.note_block.xylophone=-1 +minecraft\:block.nylium.break=-1 +minecraft\:block.nylium.fall=-1 +minecraft\:block.nylium.hit=-1 +minecraft\:block.nylium.place=-1 +minecraft\:block.nylium.step=-1 +minecraft\:block.packed_mud.break=-1 +minecraft\:block.packed_mud.fall=-1 +minecraft\:block.packed_mud.hit=-1 +minecraft\:block.packed_mud.place=-1 +minecraft\:block.packed_mud.step=-1 +embers\:block.pedestal.loop=-1 +minecraft\:block.pink_petals.break=-1 +minecraft\:block.pink_petals.fall=-1 +minecraft\:block.pink_petals.hit=-1 +minecraft\:block.pink_petals.place=-1 +minecraft\:block.pink_petals.step=-1 +embers\:block.pipe.connect=-1 +embers\:block.pipe.disconnect=-1 +quark\:block.pipe.pickup=-1 +quark\:block.pipe.pickup.lenny=-1 +quark\:block.pipe.shoot=-1 +quark\:block.pipe.shoot.lenny=-1 +embers\:block.pipe.vent=-1 +minecraft\:block.piston.contract=-1 +minecraft\:block.piston.extend=-1 +minecraft\:block.pointed_dripstone.break=-1 +minecraft\:block.pointed_dripstone.drip_lava=-1 +minecraft\:block.pointed_dripstone.drip_lava_into_cauldron=-1 +minecraft\:block.pointed_dripstone.drip_water=-1 +minecraft\:block.pointed_dripstone.drip_water_into_cauldron=-1 +minecraft\:block.pointed_dripstone.fall=-1 +minecraft\:block.pointed_dripstone.hit=-1 +minecraft\:block.pointed_dripstone.land=-1 +minecraft\:block.pointed_dripstone.place=-1 +minecraft\:block.pointed_dripstone.step=-1 +minecraft\:block.polished_deepslate.break=-1 +minecraft\:block.polished_deepslate.fall=-1 +minecraft\:block.polished_deepslate.hit=-1 +minecraft\:block.polished_deepslate.place=-1 +minecraft\:block.polished_deepslate.step=-1 +minecraft\:block.portal.ambient=-1 +minecraft\:block.portal.travel=-1 +minecraft\:block.portal.trigger=-1 +quark\:block.potato.do_it=-1 +quark\:block.potato.hurt=-1 +quark\:block.potato.kingbdogz=-1 +quark\:block.potato.soda=-1 +quark\:block.potato.yung=-1 +minecraft\:block.powder_snow.break=-1 +minecraft\:block.powder_snow.fall=-1 +minecraft\:block.powder_snow.hit=-1 +minecraft\:block.powder_snow.place=-1 +minecraft\:block.powder_snow.step=-1 +supplementaries\:block.present.break=-1 +supplementaries\:block.present.fall=-1 +supplementaries\:block.present.hit=-1 +supplementaries\:block.present.open=-1 +supplementaries\:block.present.pack=-1 +supplementaries\:block.present.place=-1 +supplementaries\:block.present.step=-1 +embers\:block.pump.fast=-1 +embers\:block.pump.mid=-1 +embers\:block.pump.slow=-1 +minecraft\:block.pumpkin.carve=-1 +minecraft\:block.redstone_torch.burnout=-1 +minecraft\:block.respawn_anchor.ambient=-1 +minecraft\:block.respawn_anchor.charge=-1 +minecraft\:block.respawn_anchor.deplete=-1 +minecraft\:block.respawn_anchor.set_spawn=-1 +minecraft\:block.rooted_dirt.break=-1 +minecraft\:block.rooted_dirt.fall=-1 +minecraft\:block.rooted_dirt.hit=-1 +minecraft\:block.rooted_dirt.place=-1 +minecraft\:block.rooted_dirt.step=-1 +minecraft\:block.roots.break=-1 +minecraft\:block.roots.fall=-1 +minecraft\:block.roots.hit=-1 +minecraft\:block.roots.place=-1 +minecraft\:block.roots.step=-1 +supplementaries\:block.rope.break=-1 +supplementaries\:block.rope.fall=-1 +supplementaries\:block.rope.hit=-1 +supplementaries\:block.rope.place=-1 +supplementaries\:block.rope.slide=-1 +supplementaries\:block.rope.step=-1 +supplementaries\:block.rotate=-1 +supplementaries\:block.sack.break=-1 +supplementaries\:block.sack.open=-1 +supplementaries\:block.sack.place=-1 +minecraft\:block.sand.break=-1 +minecraft\:block.sand.fall=-1 +minecraft\:block.sand.hit=-1 +minecraft\:block.sand.place=-1 +minecraft\:block.sand.step=-1 +minecraft\:block.scaffolding.break=-1 +minecraft\:block.scaffolding.fall=-1 +minecraft\:block.scaffolding.hit=-1 +minecraft\:block.scaffolding.place=-1 +minecraft\:block.scaffolding.step=-1 +minecraft\:block.sculk.break=-1 +minecraft\:block.sculk.charge=-1 +minecraft\:block.sculk.fall=-1 +minecraft\:block.sculk.hit=-1 +minecraft\:block.sculk.place=-1 +minecraft\:block.sculk.spread=-1 +minecraft\:block.sculk.step=-1 +minecraft\:block.sculk_catalyst.bloom=-1 +minecraft\:block.sculk_catalyst.break=-1 +minecraft\:block.sculk_catalyst.fall=-1 +minecraft\:block.sculk_catalyst.hit=-1 +minecraft\:block.sculk_catalyst.place=-1 +minecraft\:block.sculk_catalyst.step=-1 +minecraft\:block.sculk_sensor.break=-1 +minecraft\:block.sculk_sensor.clicking=-1 +minecraft\:block.sculk_sensor.clicking_stop=-1 +minecraft\:block.sculk_sensor.fall=-1 +minecraft\:block.sculk_sensor.hit=-1 +minecraft\:block.sculk_sensor.place=-1 +minecraft\:block.sculk_sensor.step=-1 +minecraft\:block.sculk_shrieker.break=-1 +minecraft\:block.sculk_shrieker.fall=-1 +minecraft\:block.sculk_shrieker.hit=-1 +minecraft\:block.sculk_shrieker.place=-1 +minecraft\:block.sculk_shrieker.shriek=-1 +minecraft\:block.sculk_shrieker.step=-1 +minecraft\:block.sculk_vein.break=-1 +minecraft\:block.sculk_vein.fall=-1 +minecraft\:block.sculk_vein.hit=-1 +minecraft\:block.sculk_vein.place=-1 +minecraft\:block.sculk_vein.step=-1 +mcwdoors\:block.shoji=-1 +minecraft\:block.shroomlight.break=-1 +minecraft\:block.shroomlight.fall=-1 +minecraft\:block.shroomlight.hit=-1 +minecraft\:block.shroomlight.place=-1 +minecraft\:block.shroomlight.step=-1 +minecraft\:block.shulker_box.close=-1 +minecraft\:block.shulker_box.open=-1 +minecraft\:block.sign.waxed_interact_fail=-1 +farmersdelight\:block.skillet.add_food=-1 +farmersdelight\:block.skillet.sizzle=-1 +supplementaries\:block.slidy_block.break=-1 +supplementaries\:block.slidy_block.fall=-1 +supplementaries\:block.slidy_block.hit=-1 +supplementaries\:block.slidy_block.place=-1 +supplementaries\:block.slidy_block.slide=-1 +supplementaries\:block.slidy_block.step=-1 +minecraft\:block.slime_block.break=-1 +minecraft\:block.slime_block.fall=-1 +minecraft\:block.slime_block.hit=-1 +minecraft\:block.slime_block.place=-1 +minecraft\:block.slime_block.step=-1 +minecraft\:block.small_amethyst_bud.break=-1 +minecraft\:block.small_amethyst_bud.place=-1 +minecraft\:block.small_dripleaf.break=-1 +minecraft\:block.small_dripleaf.fall=-1 +minecraft\:block.small_dripleaf.hit=-1 +minecraft\:block.small_dripleaf.place=-1 +minecraft\:block.small_dripleaf.step=-1 +minecraft\:block.smithing_table.use=-1 +minecraft\:block.smoker.smoke=-1 +minecraft\:block.sniffer_egg.crack=-1 +minecraft\:block.sniffer_egg.hatch=-1 +minecraft\:block.sniffer_egg.plop=-1 +minecraft\:block.snow.break=-1 +minecraft\:block.snow.fall=-1 +minecraft\:block.snow.hit=-1 +minecraft\:block.snow.place=-1 +minecraft\:block.snow.step=-1 +embers\:block.solid_metal.break=-1 +embers\:block.solid_metal.place=-1 +minecraft\:block.soul_sand.break=-1 +minecraft\:block.soul_sand.fall=-1 +minecraft\:block.soul_sand.hit=-1 +minecraft\:block.soul_sand.place=-1 +minecraft\:block.soul_sand.step=-1 +minecraft\:block.soul_soil.break=-1 +minecraft\:block.soul_soil.fall=-1 +minecraft\:block.soul_soil.hit=-1 +minecraft\:block.soul_soil.place=-1 +minecraft\:block.soul_soil.step=-1 +minecraft\:block.spore_blossom.break=-1 +minecraft\:block.spore_blossom.fall=-1 +minecraft\:block.spore_blossom.hit=-1 +minecraft\:block.spore_blossom.place=-1 +minecraft\:block.spore_blossom.step=-1 +embers\:block.stamper.down=-1 +embers\:block.stamper.up=-1 +embers\:block.steam_engine.burn_loop=-1 +embers\:block.steam_engine.start_burn=-1 +embers\:block.steam_engine.start_steam=-1 +embers\:block.steam_engine.steam_loop=-1 +embers\:block.steam_engine.stop=-1 +minecraft\:block.stem.break=-1 +minecraft\:block.stem.fall=-1 +minecraft\:block.stem.hit=-1 +minecraft\:block.stem.place=-1 +minecraft\:block.stem.step=-1 +minecraft\:block.stone.break=-1 +minecraft\:block.stone.fall=-1 +minecraft\:block.stone.hit=-1 +minecraft\:block.stone.place=-1 +minecraft\:block.stone.step=-1 +minecraft\:block.stone_button.click_off=-1 +minecraft\:block.stone_button.click_on=-1 +minecraft\:block.stone_pressure_plate.click_off=-1 +minecraft\:block.stone_pressure_plate.click_on=-1 +farmersdelight\:block.stove.crackle=-1 +minecraft\:block.suspicious_gravel.break=-1 +minecraft\:block.suspicious_gravel.fall=-1 +minecraft\:block.suspicious_gravel.hit=-1 +minecraft\:block.suspicious_gravel.place=-1 +minecraft\:block.suspicious_gravel.step=-1 +minecraft\:block.suspicious_sand.break=-1 +minecraft\:block.suspicious_sand.fall=-1 +minecraft\:block.suspicious_sand.hit=-1 +minecraft\:block.suspicious_sand.place=-1 +minecraft\:block.suspicious_sand.step=-1 +minecraft\:block.sweet_berry_bush.break=-1 +minecraft\:block.sweet_berry_bush.pick_berries=-1 +minecraft\:block.sweet_berry_bush.place=-1 +farmersdelight\:block.tomato_bush.pick_tomatoes=-1 +mcwlights\:block.torch_on=-1 +minecraft\:block.tripwire.attach=-1 +minecraft\:block.tripwire.click_off=-1 +minecraft\:block.tripwire.click_on=-1 +minecraft\:block.tripwire.detach=-1 +minecraft\:block.tuff.break=-1 +minecraft\:block.tuff.fall=-1 +minecraft\:block.tuff.hit=-1 +minecraft\:block.tuff.place=-1 +minecraft\:block.tuff.step=-1 +supplementaries\:block.turntable.cat=-1 +minecraft\:block.vine.break=-1 +minecraft\:block.vine.fall=-1 +minecraft\:block.vine.hit=-1 +minecraft\:block.vine.place=-1 +minecraft\:block.vine.step=-1 +minecraft\:block.wart_block.break=-1 +minecraft\:block.wart_block.fall=-1 +minecraft\:block.wart_block.hit=-1 +minecraft\:block.wart_block.place=-1 +minecraft\:block.wart_block.step=-1 +minecraft\:block.water.ambient=-1 +minecraft\:block.weeping_vines.break=-1 +minecraft\:block.weeping_vines.fall=-1 +minecraft\:block.weeping_vines.hit=-1 +minecraft\:block.weeping_vines.place=-1 +minecraft\:block.weeping_vines.step=-1 +minecraft\:block.wet_grass.break=-1 +minecraft\:block.wet_grass.fall=-1 +minecraft\:block.wet_grass.hit=-1 +minecraft\:block.wet_grass.place=-1 +minecraft\:block.wet_grass.step=-1 +embers\:block.wildfire_stirling.loop=-1 +embers\:block.wildfire_stirling.loop_ready=-1 +embers\:block.wildfire_stirling.start=-1 +embers\:block.wildfire_stirling.stop=-1 +mcwwindows\:block.window_close=-1 +mcwwindows\:block.window_open=-1 +minecraft\:block.wood.break=-1 +minecraft\:block.wood.fall=-1 +minecraft\:block.wood.hit=-1 +minecraft\:block.wood.place=-1 +minecraft\:block.wood.step=-1 +minecraft\:block.wooden_button.click_off=-1 +minecraft\:block.wooden_button.click_on=-1 +minecraft\:block.wooden_door.close=-1 +minecraft\:block.wooden_door.open=-1 +minecraft\:block.wooden_pressure_plate.click_off=-1 +minecraft\:block.wooden_pressure_plate.click_on=-1 +minecraft\:block.wooden_trapdoor.close=-1 +minecraft\:block.wooden_trapdoor.open=-1 +minecraft\:block.wool.break=-1 +minecraft\:block.wool.fall=-1 +minecraft\:block.wool.hit=-1 +minecraft\:block.wool.place=-1 +minecraft\:block.wool.step=-1 +patchouli\:book_flip=-1 +patchouli\:book_open=-1 +enchanted\:broom_sweep=-1 +create\:cardboard_bonk=-1 +enchanted\:cauldron_bubbling=-1 +xercamusic\:cello100=-1 +xercamusic\:cello25=-1 +xercamusic\:cello31=-1 +xercamusic\:cello37=-1 +xercamusic\:cello43=-1 +xercamusic\:cello49=-1 +xercamusic\:cello52=-1 +xercamusic\:cello55=-1 +xercamusic\:cello58=-1 +xercamusic\:cello61=-1 +xercamusic\:cello64=-1 +xercamusic\:cello67=-1 +xercamusic\:cello70=-1 +xercamusic\:cello73=-1 +xercamusic\:cello76=-1 +xercamusic\:cello79=-1 +xercamusic\:cello82=-1 +xercamusic\:cello85=-1 +xercamusic\:cello88=-1 +xercamusic\:cello91=-1 +xercamusic\:cello94=-1 +xercamusic\:cello97=-1 +enchanted\:chalk_write=-1 +projecte\:charge=-1 +create\:chiff=-1 +create\:clipboard_check=-1 +create\:clipboard_erase=-1 +xercamusic\:close_scroll=-1 +create\:cogs=-1 +xercapaint\:color_picker=-1 +xercapaint\:color_picker_suck=-1 +create\:confirm=-1 +create\:confirm_2=-1 +create\:contraption_assemble=-1 +create\:contraption_assemble_compounded_1=-1 +create\:contraption_disassemble=-1 +create\:controller_click=-1 +create\:controller_put=-1 +create\:controller_take=-1 +create\:copper_armor_equip=-1 +create\:crafter_click=-1 +create\:crafter_click_compounded_1=-1 +create\:crafter_craft=-1 +create\:cranking=-1 +create\:cranking_compounded_1=-1 +create\:crushing_1=-1 +create\:crushing_2=-1 +create\:crushing_3=-1 +enchanted\:curse_cast=-1 +enchanted\:curse_whisper=-1 +xercamusic\:cymbal27=-1 +xercamusic\:cymbal33=-1 +xercamusic\:cymbal39=-1 +xercamusic\:cymbal45=-1 +xercamusic\:cymbal51=-1 +xercamusic\:cymbal57=-1 +xercamusic\:cymbal63=-1 +xercamusic\:cymbal69=-1 +xercamusic\:cymbal75=-1 +xercamusic\:cymbal81=-1 +botania\:dash=-1 +create\:deny=-1 +create\:depot_plop=-1 +create\:depot_slide=-1 +create\:desk_bell=-1 +projecte\:destruct=-1 +botania\:dice_of_fate=-1 +botania\:ding=-1 +botania\:diva_charm=-1 +botania\:divination_rod=-1 +botania\:doit=-1 +botania\:drum=-1 +xercamusic\:drum33=-1 +xercamusic\:drum39=-1 +xercamusic\:drum43=-1 +xercamusic\:drum50=-1 +xercamusic\:drum55=-1 +xercamusic\:drum58=-1 +xercamusic\:drum63=-1 +xercamusic\:drum69=-1 +xercamusic\:drum75=-1 +xercamusic\:drum81=-1 +xercamusic\:drum_kit100=-1 +xercamusic\:drum_kit101=-1 +xercamusic\:drum_kit102=-1 +xercamusic\:drum_kit103=-1 +xercamusic\:drum_kit104=-1 +xercamusic\:drum_kit105=-1 +xercamusic\:drum_kit106=-1 +xercamusic\:drum_kit107=-1 +xercamusic\:drum_kit108=-1 +xercamusic\:drum_kit109=-1 +xercamusic\:drum_kit110=-1 +xercamusic\:drum_kit111=-1 +xercamusic\:drum_kit112=-1 +xercamusic\:drum_kit113=-1 +xercamusic\:drum_kit114=-1 +xercamusic\:drum_kit115=-1 +xercamusic\:drum_kit116=-1 +xercamusic\:drum_kit21=-1 +xercamusic\:drum_kit22=-1 +xercamusic\:drum_kit23=-1 +xercamusic\:drum_kit24=-1 +xercamusic\:drum_kit25=-1 +xercamusic\:drum_kit26=-1 +xercamusic\:drum_kit27=-1 +xercamusic\:drum_kit28=-1 +xercamusic\:drum_kit29=-1 +xercamusic\:drum_kit30=-1 +xercamusic\:drum_kit31=-1 +xercamusic\:drum_kit32=-1 +xercamusic\:drum_kit33=-1 +xercamusic\:drum_kit34=-1 +xercamusic\:drum_kit35=-1 +xercamusic\:drum_kit36=-1 +xercamusic\:drum_kit37=-1 +xercamusic\:drum_kit38=-1 +xercamusic\:drum_kit39=-1 +xercamusic\:drum_kit40=-1 +xercamusic\:drum_kit41=-1 +xercamusic\:drum_kit42=-1 +xercamusic\:drum_kit43=-1 +xercamusic\:drum_kit44=-1 +xercamusic\:drum_kit45=-1 +xercamusic\:drum_kit46=-1 +xercamusic\:drum_kit47=-1 +xercamusic\:drum_kit48=-1 +xercamusic\:drum_kit49=-1 +xercamusic\:drum_kit50=-1 +xercamusic\:drum_kit51=-1 +xercamusic\:drum_kit52=-1 +xercamusic\:drum_kit53=-1 +xercamusic\:drum_kit54=-1 +xercamusic\:drum_kit55=-1 +xercamusic\:drum_kit56=-1 +xercamusic\:drum_kit57=-1 +xercamusic\:drum_kit58=-1 +xercamusic\:drum_kit59=-1 +xercamusic\:drum_kit60=-1 +xercamusic\:drum_kit61=-1 +xercamusic\:drum_kit62=-1 +xercamusic\:drum_kit63=-1 +xercamusic\:drum_kit64=-1 +xercamusic\:drum_kit65=-1 +xercamusic\:drum_kit66=-1 +xercamusic\:drum_kit67=-1 +xercamusic\:drum_kit68=-1 +xercamusic\:drum_kit69=-1 +xercamusic\:drum_kit70=-1 +xercamusic\:drum_kit71=-1 +xercamusic\:drum_kit72=-1 +xercamusic\:drum_kit73=-1 +xercamusic\:drum_kit74=-1 +xercamusic\:drum_kit75=-1 +xercamusic\:drum_kit76=-1 +xercamusic\:drum_kit77=-1 +xercamusic\:drum_kit78=-1 +xercamusic\:drum_kit79=-1 +xercamusic\:drum_kit80=-1 +xercamusic\:drum_kit81=-1 +xercamusic\:drum_kit82=-1 +xercamusic\:drum_kit83=-1 +xercamusic\:drum_kit84=-1 +xercamusic\:drum_kit85=-1 +xercamusic\:drum_kit86=-1 +xercamusic\:drum_kit87=-1 +xercamusic\:drum_kit88=-1 +xercamusic\:drum_kit89=-1 +xercamusic\:drum_kit90=-1 +xercamusic\:drum_kit91=-1 +xercamusic\:drum_kit92=-1 +xercamusic\:drum_kit93=-1 +xercamusic\:drum_kit94=-1 +xercamusic\:drum_kit95=-1 +xercamusic\:drum_kit96=-1 +xercamusic\:drum_kit97=-1 +xercamusic\:drum_kit98=-1 +xercamusic\:drum_kit99=-1 +ars_nouveau\:ea_channel=-1 +ars_nouveau\:ea_finish=-1 +ars_nouveau\:empty=-1 +minecraft\:enchant.thorns.hit=-1 +botania\:enchanter_enchant=-1 +botania\:enchanter_fade=-1 +botania\:enchanter_form=-1 +botania\:ender_air_throw=-1 +botania\:endoflame=-1 +minecraft\:entity.allay.ambient_with_item=-1 +minecraft\:entity.allay.ambient_without_item=-1 +minecraft\:entity.allay.death=-1 +minecraft\:entity.allay.hurt=-1 +minecraft\:entity.allay.item_given=-1 +minecraft\:entity.allay.item_taken=-1 +minecraft\:entity.allay.item_thrown=-1 +embers\:entity.ancient_golem.death=-1 +embers\:entity.ancient_golem.hurt=-1 +embers\:entity.ancient_golem.punch=-1 +embers\:entity.ancient_golem.step=-1 +minecraft\:entity.armor_stand.break=-1 +minecraft\:entity.armor_stand.fall=-1 +minecraft\:entity.armor_stand.hit=-1 +minecraft\:entity.armor_stand.place=-1 +minecraft\:entity.arrow.hit=-1 +minecraft\:entity.arrow.hit_player=-1 +minecraft\:entity.arrow.shoot=-1 +minecraft\:entity.axolotl.attack=-1 +minecraft\:entity.axolotl.death=-1 +minecraft\:entity.axolotl.hurt=-1 +minecraft\:entity.axolotl.idle_air=-1 +minecraft\:entity.axolotl.idle_water=-1 +minecraft\:entity.axolotl.splash=-1 +minecraft\:entity.axolotl.swim=-1 +minecraft\:entity.bat.ambient=-1 +minecraft\:entity.bat.death=-1 +minecraft\:entity.bat.hurt=-1 +minecraft\:entity.bat.loop=-1 +minecraft\:entity.bat.takeoff=-1 +minecraft\:entity.bee.death=-1 +minecraft\:entity.bee.hurt=-1 +minecraft\:entity.bee.loop=-1 +minecraft\:entity.bee.loop_aggressive=-1 +minecraft\:entity.bee.pollinate=-1 +minecraft\:entity.bee.sting=-1 +minecraft\:entity.blaze.ambient=-1 +minecraft\:entity.blaze.burn=-1 +minecraft\:entity.blaze.death=-1 +minecraft\:entity.blaze.hurt=-1 +minecraft\:entity.blaze.shoot=-1 +minecraft\:entity.boat.paddle_land=-1 +minecraft\:entity.boat.paddle_water=-1 +supplementaries\:entity.brick.throw=-1 +minecraft\:entity.camel.ambient=-1 +minecraft\:entity.camel.dash=-1 +minecraft\:entity.camel.dash_ready=-1 +minecraft\:entity.camel.death=-1 +minecraft\:entity.camel.eat=-1 +minecraft\:entity.camel.hurt=-1 +minecraft\:entity.camel.saddle=-1 +minecraft\:entity.camel.sit=-1 +minecraft\:entity.camel.stand=-1 +minecraft\:entity.camel.step=-1 +minecraft\:entity.camel.step_sand=-1 +supplementaries\:entity.cannonball.bounce=-1 +supplementaries\:entity.cannonball.break=-1 +minecraft\:entity.cat.ambient=-1 +minecraft\:entity.cat.beg_for_food=-1 +minecraft\:entity.cat.death=-1 +minecraft\:entity.cat.eat=-1 +minecraft\:entity.cat.hiss=-1 +minecraft\:entity.cat.hurt=-1 +minecraft\:entity.cat.purr=-1 +minecraft\:entity.cat.purreow=-1 +minecraft\:entity.cat.stray_ambient=-1 +minecraft\:entity.chicken.ambient=-1 +minecraft\:entity.chicken.death=-1 +minecraft\:entity.chicken.egg=-1 +minecraft\:entity.chicken.hurt=-1 +minecraft\:entity.chicken.step=-1 +minecraft\:entity.cod.ambient=-1 +minecraft\:entity.cod.death=-1 +minecraft\:entity.cod.flop=-1 +minecraft\:entity.cod.hurt=-1 +minecraft\:entity.cow.ambient=-1 +minecraft\:entity.cow.death=-1 +minecraft\:entity.cow.hurt=-1 +minecraft\:entity.cow.milk=-1 +minecraft\:entity.cow.step=-1 +quark\:entity.crab.die=-1 +quark\:entity.crab.hurt=-1 +quark\:entity.crab.idle=-1 +minecraft\:entity.creeper.death=-1 +minecraft\:entity.creeper.hurt=-1 +minecraft\:entity.creeper.primed=-1 +minecraft\:entity.dolphin.ambient=-1 +minecraft\:entity.dolphin.ambient_water=-1 +minecraft\:entity.dolphin.attack=-1 +minecraft\:entity.dolphin.death=-1 +minecraft\:entity.dolphin.eat=-1 +minecraft\:entity.dolphin.hurt=-1 +minecraft\:entity.dolphin.jump=-1 +minecraft\:entity.dolphin.play=-1 +minecraft\:entity.dolphin.splash=-1 +minecraft\:entity.dolphin.swim=-1 +minecraft\:entity.donkey.ambient=-1 +minecraft\:entity.donkey.angry=-1 +minecraft\:entity.donkey.chest=-1 +minecraft\:entity.donkey.death=-1 +minecraft\:entity.donkey.eat=-1 +minecraft\:entity.donkey.hurt=-1 +minecraft\:entity.dragon_fireball.explode=-1 +minecraft\:entity.drowned.ambient=-1 +minecraft\:entity.drowned.ambient_water=-1 +minecraft\:entity.drowned.death=-1 +minecraft\:entity.drowned.death_water=-1 +minecraft\:entity.drowned.hurt=-1 +minecraft\:entity.drowned.hurt_water=-1 +minecraft\:entity.drowned.shoot=-1 +minecraft\:entity.drowned.step=-1 +minecraft\:entity.drowned.swim=-1 +minecraft\:entity.egg.throw=-1 +minecraft\:entity.elder_guardian.ambient=-1 +minecraft\:entity.elder_guardian.ambient_land=-1 +minecraft\:entity.elder_guardian.curse=-1 +minecraft\:entity.elder_guardian.death=-1 +minecraft\:entity.elder_guardian.death_land=-1 +minecraft\:entity.elder_guardian.flop=-1 +minecraft\:entity.elder_guardian.hurt=-1 +minecraft\:entity.elder_guardian.hurt_land=-1 +minecraft\:entity.ender_dragon.ambient=-1 +minecraft\:entity.ender_dragon.death=-1 +minecraft\:entity.ender_dragon.flap=-1 +minecraft\:entity.ender_dragon.growl=-1 +minecraft\:entity.ender_dragon.hurt=-1 +minecraft\:entity.ender_dragon.shoot=-1 +minecraft\:entity.ender_eye.death=-1 +minecraft\:entity.ender_eye.launch=-1 +minecraft\:entity.ender_pearl.throw=-1 +minecraft\:entity.enderman.ambient=-1 +minecraft\:entity.enderman.death=-1 +minecraft\:entity.enderman.hurt=-1 +minecraft\:entity.enderman.scream=-1 +minecraft\:entity.enderman.stare=-1 +minecraft\:entity.enderman.teleport=-1 +minecraft\:entity.endermite.ambient=-1 +minecraft\:entity.endermite.death=-1 +minecraft\:entity.endermite.hurt=-1 +minecraft\:entity.endermite.step=-1 +minecraft\:entity.evoker.ambient=-1 +minecraft\:entity.evoker.cast_spell=-1 +minecraft\:entity.evoker.celebrate=-1 +minecraft\:entity.evoker.death=-1 +minecraft\:entity.evoker.hurt=-1 +minecraft\:entity.evoker.prepare_attack=-1 +minecraft\:entity.evoker.prepare_summon=-1 +minecraft\:entity.evoker.prepare_wololo=-1 +minecraft\:entity.evoker_fangs.attack=-1 +minecraft\:entity.experience_bottle.throw=-1 +minecraft\:entity.experience_orb.pickup=-1 +minecraft\:entity.firework_rocket.blast=-1 +minecraft\:entity.firework_rocket.blast_far=-1 +minecraft\:entity.firework_rocket.large_blast=-1 +minecraft\:entity.firework_rocket.large_blast_far=-1 +minecraft\:entity.firework_rocket.launch=-1 +minecraft\:entity.firework_rocket.shoot=-1 +minecraft\:entity.firework_rocket.twinkle=-1 +minecraft\:entity.firework_rocket.twinkle_far=-1 +minecraft\:entity.fish.swim=-1 +minecraft\:entity.fishing_bobber.retrieve=-1 +minecraft\:entity.fishing_bobber.splash=-1 +minecraft\:entity.fishing_bobber.throw=-1 +minecraft\:entity.fox.aggro=-1 +minecraft\:entity.fox.ambient=-1 +minecraft\:entity.fox.bite=-1 +minecraft\:entity.fox.death=-1 +minecraft\:entity.fox.eat=-1 +minecraft\:entity.fox.hurt=-1 +minecraft\:entity.fox.screech=-1 +minecraft\:entity.fox.sleep=-1 +minecraft\:entity.fox.sniff=-1 +minecraft\:entity.fox.spit=-1 +minecraft\:entity.fox.teleport=-1 +quark\:entity.foxhound.ambient=-1 +quark\:entity.foxhound.crackle=-1 +quark\:entity.foxhound.death=-1 +quark\:entity.foxhound.eat=-1 +quark\:entity.foxhound.growl=-1 +quark\:entity.foxhound.hurt=-1 +quark\:entity.foxhound.pant=-1 +quark\:entity.foxhound.shake=-1 +quark\:entity.foxhound.whine=-1 +minecraft\:entity.frog.ambient=-1 +minecraft\:entity.frog.death=-1 +minecraft\:entity.frog.eat=-1 +minecraft\:entity.frog.hurt=-1 +minecraft\:entity.frog.lay_spawn=-1 +minecraft\:entity.frog.long_jump=-1 +minecraft\:entity.frog.step=-1 +minecraft\:entity.frog.tongue=-1 +minecraft\:entity.generic.big_fall=-1 +minecraft\:entity.generic.burn=-1 +minecraft\:entity.generic.death=-1 +minecraft\:entity.generic.drink=-1 +minecraft\:entity.generic.eat=-1 +minecraft\:entity.generic.explode=-1 +minecraft\:entity.generic.extinguish_fire=-1 +minecraft\:entity.generic.hurt=-1 +minecraft\:entity.generic.small_fall=-1 +minecraft\:entity.generic.splash=-1 +minecraft\:entity.generic.swim=-1 +minecraft\:entity.ghast.ambient=-1 +minecraft\:entity.ghast.death=-1 +minecraft\:entity.ghast.hurt=-1 +minecraft\:entity.ghast.scream=-1 +minecraft\:entity.ghast.shoot=-1 +minecraft\:entity.ghast.warn=-1 +minecraft\:entity.glow_item_frame.add_item=-1 +minecraft\:entity.glow_item_frame.break=-1 +minecraft\:entity.glow_item_frame.place=-1 +minecraft\:entity.glow_item_frame.remove_item=-1 +minecraft\:entity.glow_item_frame.rotate_item=-1 +minecraft\:entity.glow_squid.ambient=-1 +minecraft\:entity.glow_squid.death=-1 +minecraft\:entity.glow_squid.hurt=-1 +minecraft\:entity.glow_squid.squirt=-1 +minecraft\:entity.goat.ambient=-1 +minecraft\:entity.goat.death=-1 +minecraft\:entity.goat.eat=-1 +minecraft\:entity.goat.horn_break=-1 +minecraft\:entity.goat.hurt=-1 +minecraft\:entity.goat.long_jump=-1 +minecraft\:entity.goat.milk=-1 +minecraft\:entity.goat.prepare_ram=-1 +minecraft\:entity.goat.ram_impact=-1 +minecraft\:entity.goat.screaming.ambient=-1 +minecraft\:entity.goat.screaming.death=-1 +minecraft\:entity.goat.screaming.eat=-1 +minecraft\:entity.goat.screaming.horn_break=-1 +minecraft\:entity.goat.screaming.hurt=-1 +minecraft\:entity.goat.screaming.long_jump=-1 +minecraft\:entity.goat.screaming.milk=-1 +minecraft\:entity.goat.screaming.prepare_ram=-1 +minecraft\:entity.goat.screaming.ram_impact=-1 +minecraft\:entity.goat.step=-1 +minecraft\:entity.guardian.ambient=-1 +minecraft\:entity.guardian.ambient_land=-1 +minecraft\:entity.guardian.attack=-1 +minecraft\:entity.guardian.death=-1 +minecraft\:entity.guardian.death_land=-1 +minecraft\:entity.guardian.flop=-1 +minecraft\:entity.guardian.hurt=-1 +minecraft\:entity.guardian.hurt_land=-1 +minecraft\:entity.hoglin.ambient=-1 +minecraft\:entity.hoglin.angry=-1 +minecraft\:entity.hoglin.attack=-1 +minecraft\:entity.hoglin.converted_to_zombified=-1 +minecraft\:entity.hoglin.death=-1 +minecraft\:entity.hoglin.hurt=-1 +minecraft\:entity.hoglin.retreat=-1 +minecraft\:entity.hoglin.step=-1 +minecraft\:entity.horse.ambient=-1 +minecraft\:entity.horse.angry=-1 +minecraft\:entity.horse.armor=-1 +minecraft\:entity.horse.breathe=-1 +minecraft\:entity.horse.death=-1 +minecraft\:entity.horse.eat=-1 +minecraft\:entity.horse.gallop=-1 +minecraft\:entity.horse.hurt=-1 +minecraft\:entity.horse.jump=-1 +minecraft\:entity.horse.land=-1 +minecraft\:entity.horse.saddle=-1 +minecraft\:entity.horse.step=-1 +minecraft\:entity.horse.step_wood=-1 +minecraft\:entity.hostile.big_fall=-1 +minecraft\:entity.hostile.death=-1 +minecraft\:entity.hostile.hurt=-1 +minecraft\:entity.hostile.small_fall=-1 +minecraft\:entity.hostile.splash=-1 +minecraft\:entity.hostile.swim=-1 +minecraft\:entity.husk.ambient=-1 +minecraft\:entity.husk.converted_to_zombie=-1 +minecraft\:entity.husk.death=-1 +minecraft\:entity.husk.hurt=-1 +minecraft\:entity.husk.step=-1 +minecraft\:entity.illusioner.ambient=-1 +minecraft\:entity.illusioner.cast_spell=-1 +minecraft\:entity.illusioner.death=-1 +minecraft\:entity.illusioner.hurt=-1 +minecraft\:entity.illusioner.mirror_move=-1 +minecraft\:entity.illusioner.prepare_blindness=-1 +minecraft\:entity.illusioner.prepare_mirror=-1 +minecraft\:entity.iron_golem.attack=-1 +minecraft\:entity.iron_golem.damage=-1 +minecraft\:entity.iron_golem.death=-1 +minecraft\:entity.iron_golem.hurt=-1 +minecraft\:entity.iron_golem.repair=-1 +minecraft\:entity.iron_golem.step=-1 +minecraft\:entity.item.break=-1 +minecraft\:entity.item.pickup=-1 +minecraft\:entity.item_frame.add_item=-1 +minecraft\:entity.item_frame.break=-1 +minecraft\:entity.item_frame.place=-1 +minecraft\:entity.item_frame.remove_item=-1 +minecraft\:entity.item_frame.rotate_item=-1 +minecraft\:entity.leash_knot.break=-1 +minecraft\:entity.leash_knot.place=-1 +minecraft\:entity.lightning_bolt.impact=-1 +minecraft\:entity.lightning_bolt.thunder=0 +minecraft\:entity.lingering_potion.throw=-1 +minecraft\:entity.llama.ambient=-1 +minecraft\:entity.llama.angry=-1 +minecraft\:entity.llama.chest=-1 +minecraft\:entity.llama.death=-1 +minecraft\:entity.llama.eat=-1 +minecraft\:entity.llama.hurt=-1 +minecraft\:entity.llama.spit=-1 +minecraft\:entity.llama.step=-1 +minecraft\:entity.llama.swag=-1 +minecraft\:entity.magma_cube.death=-1 +minecraft\:entity.magma_cube.death_small=-1 +minecraft\:entity.magma_cube.hurt=-1 +minecraft\:entity.magma_cube.hurt_small=-1 +minecraft\:entity.magma_cube.jump=-1 +minecraft\:entity.magma_cube.squish=-1 +minecraft\:entity.magma_cube.squish_small=-1 +minecraft\:entity.minecart.inside=-1 +minecraft\:entity.minecart.inside.underwater=-1 +minecraft\:entity.minecart.riding=-1 +minecraft\:entity.mooshroom.convert=-1 +minecraft\:entity.mooshroom.eat=-1 +minecraft\:entity.mooshroom.milk=-1 +minecraft\:entity.mooshroom.shear=-1 +minecraft\:entity.mooshroom.suspicious_milk=-1 +minecraft\:entity.mule.ambient=-1 +minecraft\:entity.mule.angry=-1 +minecraft\:entity.mule.chest=-1 +minecraft\:entity.mule.death=-1 +minecraft\:entity.mule.eat=-1 +minecraft\:entity.mule.hurt=-1 +minecraft\:entity.ocelot.ambient=-1 +minecraft\:entity.ocelot.death=-1 +minecraft\:entity.ocelot.hurt=-1 +minecraft\:entity.painting.break=-1 +minecraft\:entity.painting.place=-1 +minecraft\:entity.panda.aggressive_ambient=-1 +minecraft\:entity.panda.ambient=-1 +minecraft\:entity.panda.bite=-1 +minecraft\:entity.panda.cant_breed=-1 +minecraft\:entity.panda.death=-1 +minecraft\:entity.panda.eat=-1 +minecraft\:entity.panda.hurt=-1 +minecraft\:entity.panda.pre_sneeze=-1 +minecraft\:entity.panda.sneeze=-1 +minecraft\:entity.panda.step=-1 +minecraft\:entity.panda.worried_ambient=-1 +minecraft\:entity.parrot.ambient=-1 +minecraft\:entity.parrot.death=-1 +minecraft\:entity.parrot.eat=-1 +quark\:entity.parrot.egg=-1 +minecraft\:entity.parrot.fly=-1 +minecraft\:entity.parrot.hurt=-1 +minecraft\:entity.parrot.imitate.blaze=-1 +minecraft\:entity.parrot.imitate.creeper=-1 +minecraft\:entity.parrot.imitate.drowned=-1 +minecraft\:entity.parrot.imitate.elder_guardian=-1 +minecraft\:entity.parrot.imitate.ender_dragon=-1 +minecraft\:entity.parrot.imitate.endermite=-1 +minecraft\:entity.parrot.imitate.evoker=-1 +minecraft\:entity.parrot.imitate.ghast=-1 +minecraft\:entity.parrot.imitate.guardian=-1 +minecraft\:entity.parrot.imitate.hoglin=-1 +minecraft\:entity.parrot.imitate.husk=-1 +minecraft\:entity.parrot.imitate.illusioner=-1 +minecraft\:entity.parrot.imitate.magma_cube=-1 +minecraft\:entity.parrot.imitate.phantom=-1 +minecraft\:entity.parrot.imitate.piglin=-1 +minecraft\:entity.parrot.imitate.piglin_brute=-1 +minecraft\:entity.parrot.imitate.pillager=-1 +minecraft\:entity.parrot.imitate.ravager=-1 +minecraft\:entity.parrot.imitate.shulker=-1 +minecraft\:entity.parrot.imitate.silverfish=-1 +minecraft\:entity.parrot.imitate.skeleton=-1 +minecraft\:entity.parrot.imitate.slime=-1 +minecraft\:entity.parrot.imitate.spider=-1 +minecraft\:entity.parrot.imitate.stray=-1 +minecraft\:entity.parrot.imitate.vex=-1 +minecraft\:entity.parrot.imitate.vindicator=-1 +minecraft\:entity.parrot.imitate.warden=-1 +minecraft\:entity.parrot.imitate.witch=-1 +minecraft\:entity.parrot.imitate.wither=-1 +minecraft\:entity.parrot.imitate.wither_skeleton=-1 +minecraft\:entity.parrot.imitate.zoglin=-1 +minecraft\:entity.parrot.imitate.zombie=-1 +minecraft\:entity.parrot.imitate.zombie_villager=-1 +minecraft\:entity.parrot.step=-1 +minecraft\:entity.phantom.ambient=-1 +minecraft\:entity.phantom.bite=-1 +minecraft\:entity.phantom.death=-1 +minecraft\:entity.phantom.flap=-1 +minecraft\:entity.phantom.hurt=-1 +minecraft\:entity.phantom.swoop=-1 +quark\:entity.pickarang.clank=-1 +quark\:entity.pickarang.pickup=-1 +quark\:entity.pickarang.spark=-1 +quark\:entity.pickarang.throw=-1 +minecraft\:entity.pig.ambient=-1 +minecraft\:entity.pig.death=-1 +minecraft\:entity.pig.hurt=-1 +minecraft\:entity.pig.saddle=-1 +minecraft\:entity.pig.step=-1 +minecraft\:entity.piglin.admiring_item=-1 +minecraft\:entity.piglin.ambient=-1 +minecraft\:entity.piglin.angry=-1 +minecraft\:entity.piglin.celebrate=-1 +minecraft\:entity.piglin.converted_to_zombified=-1 +minecraft\:entity.piglin.death=-1 +minecraft\:entity.piglin.hurt=-1 +minecraft\:entity.piglin.jealous=-1 +minecraft\:entity.piglin.retreat=-1 +minecraft\:entity.piglin.step=-1 +minecraft\:entity.piglin_brute.ambient=-1 +minecraft\:entity.piglin_brute.angry=-1 +minecraft\:entity.piglin_brute.converted_to_zombified=-1 +minecraft\:entity.piglin_brute.death=-1 +minecraft\:entity.piglin_brute.hurt=-1 +minecraft\:entity.piglin_brute.step=-1 +minecraft\:entity.pillager.ambient=-1 +minecraft\:entity.pillager.celebrate=-1 +minecraft\:entity.pillager.death=-1 +minecraft\:entity.pillager.hurt=-1 +minecraft\:entity.player.attack.crit=-1 +minecraft\:entity.player.attack.knockback=-1 +minecraft\:entity.player.attack.nodamage=-1 +minecraft\:entity.player.attack.strong=-1 +minecraft\:entity.player.attack.sweep=-1 +minecraft\:entity.player.attack.weak=-1 +minecraft\:entity.player.big_fall=-1 +minecraft\:entity.player.breath=-1 +minecraft\:entity.player.burp=-1 +minecraft\:entity.player.death=-1 +minecraft\:entity.player.hurt=-1 +minecraft\:entity.player.hurt_drown=-1 +minecraft\:entity.player.hurt_freeze=-1 +minecraft\:entity.player.hurt_on_fire=-1 +minecraft\:entity.player.hurt_sweet_berry_bush=-1 +minecraft\:entity.player.levelup=-1 +minecraft\:entity.player.small_fall=-1 +minecraft\:entity.player.splash=-1 +minecraft\:entity.player.splash.high_speed=-1 +minecraft\:entity.player.swim=-1 +minecraft\:entity.polar_bear.ambient=-1 +minecraft\:entity.polar_bear.ambient_baby=-1 +minecraft\:entity.polar_bear.death=-1 +minecraft\:entity.polar_bear.hurt=-1 +minecraft\:entity.polar_bear.step=-1 +minecraft\:entity.polar_bear.warning=-1 +minecraft\:entity.puffer_fish.ambient=-1 +minecraft\:entity.puffer_fish.blow_out=-1 +minecraft\:entity.puffer_fish.blow_up=-1 +minecraft\:entity.puffer_fish.death=-1 +minecraft\:entity.puffer_fish.flop=-1 +minecraft\:entity.puffer_fish.hurt=-1 +minecraft\:entity.puffer_fish.sting=-1 +minecraft\:entity.rabbit.ambient=-1 +minecraft\:entity.rabbit.attack=-1 +minecraft\:entity.rabbit.death=-1 +minecraft\:entity.rabbit.hurt=-1 +minecraft\:entity.rabbit.jump=-1 +minecraft\:entity.ravager.ambient=-1 +minecraft\:entity.ravager.attack=-1 +minecraft\:entity.ravager.celebrate=-1 +minecraft\:entity.ravager.death=-1 +minecraft\:entity.ravager.hurt=-1 +minecraft\:entity.ravager.roar=-1 +minecraft\:entity.ravager.step=-1 +minecraft\:entity.ravager.stunned=-1 +farmersdelight\:entity.rotten_tomato.hit=-1 +farmersdelight\:entity.rotten_tomato.throw=-1 +minecraft\:entity.salmon.ambient=-1 +minecraft\:entity.salmon.death=-1 +minecraft\:entity.salmon.flop=-1 +minecraft\:entity.salmon.hurt=-1 +minecraft\:entity.sheep.ambient=-1 +minecraft\:entity.sheep.death=-1 +minecraft\:entity.sheep.hurt=-1 +minecraft\:entity.sheep.shear=-1 +minecraft\:entity.sheep.step=-1 +quark\:entity.shiba.ambient=-1 +quark\:entity.shiba.death=-1 +quark\:entity.shiba.eat_arrow=-1 +quark\:entity.shiba.hurt=-1 +quark\:entity.shiba.pant=-1 +quark\:entity.shiba.step=-1 +quark\:entity.shiba.whine=-1 +minecraft\:entity.shulker.ambient=-1 +minecraft\:entity.shulker.close=-1 +minecraft\:entity.shulker.death=-1 +minecraft\:entity.shulker.hurt=-1 +minecraft\:entity.shulker.hurt_closed=-1 +minecraft\:entity.shulker.open=-1 +minecraft\:entity.shulker.shoot=-1 +minecraft\:entity.shulker.teleport=-1 +minecraft\:entity.shulker_bullet.hit=-1 +minecraft\:entity.shulker_bullet.hurt=-1 +minecraft\:entity.silverfish.ambient=-1 +minecraft\:entity.silverfish.death=-1 +minecraft\:entity.silverfish.hurt=-1 +minecraft\:entity.silverfish.step=-1 +minecraft\:entity.skeleton.ambient=-1 +minecraft\:entity.skeleton.converted_to_stray=-1 +minecraft\:entity.skeleton.death=-1 +minecraft\:entity.skeleton.hurt=-1 +minecraft\:entity.skeleton.shoot=-1 +minecraft\:entity.skeleton.step=-1 +minecraft\:entity.skeleton_horse.ambient=-1 +minecraft\:entity.skeleton_horse.ambient_water=-1 +minecraft\:entity.skeleton_horse.death=-1 +minecraft\:entity.skeleton_horse.gallop_water=-1 +minecraft\:entity.skeleton_horse.hurt=-1 +minecraft\:entity.skeleton_horse.jump_water=-1 +minecraft\:entity.skeleton_horse.step_water=-1 +minecraft\:entity.skeleton_horse.swim=-1 +minecraft\:entity.slime.attack=-1 +minecraft\:entity.slime.death=-1 +minecraft\:entity.slime.death_small=-1 +minecraft\:entity.slime.hurt=-1 +minecraft\:entity.slime.hurt_small=-1 +minecraft\:entity.slime.jump=-1 +minecraft\:entity.slime.jump_small=-1 +minecraft\:entity.slime.squish=-1 +minecraft\:entity.slime.squish_small=-1 +supplementaries\:entity.slimeball.bounce=-1 +supplementaries\:entity.slimeball.throw=-1 +supplementaries\:entity.slimed=-1 +minecraft\:entity.sniffer.death=-1 +minecraft\:entity.sniffer.digging=-1 +minecraft\:entity.sniffer.digging_stop=-1 +minecraft\:entity.sniffer.drop_seed=-1 +minecraft\:entity.sniffer.eat=-1 +minecraft\:entity.sniffer.happy=-1 +minecraft\:entity.sniffer.hurt=-1 +minecraft\:entity.sniffer.idle=-1 +minecraft\:entity.sniffer.scenting=-1 +minecraft\:entity.sniffer.searching=-1 +minecraft\:entity.sniffer.sniffing=-1 +minecraft\:entity.sniffer.step=-1 +minecraft\:entity.snow_golem.ambient=-1 +minecraft\:entity.snow_golem.death=-1 +minecraft\:entity.snow_golem.hurt=-1 +minecraft\:entity.snow_golem.shear=-1 +minecraft\:entity.snow_golem.shoot=-1 +minecraft\:entity.snowball.throw=-1 +quark\:entity.soul_bead.idle=-1 +minecraft\:entity.spider.ambient=-1 +minecraft\:entity.spider.death=-1 +minecraft\:entity.spider.hurt=-1 +minecraft\:entity.spider.step=-1 +minecraft\:entity.splash_potion.break=-1 +minecraft\:entity.splash_potion.throw=-1 +minecraft\:entity.squid.ambient=-1 +minecraft\:entity.squid.death=-1 +minecraft\:entity.squid.hurt=-1 +minecraft\:entity.squid.squirt=-1 +quark\:entity.stoneling.cry=-1 +quark\:entity.stoneling.die=-1 +quark\:entity.stoneling.eat=-1 +quark\:entity.stoneling.give=-1 +quark\:entity.stoneling.meep=-1 +quark\:entity.stoneling.michael=-1 +quark\:entity.stoneling.purr=-1 +quark\:entity.stoneling.take=-1 +minecraft\:entity.stray.ambient=-1 +minecraft\:entity.stray.death=-1 +minecraft\:entity.stray.hurt=-1 +minecraft\:entity.stray.step=-1 +minecraft\:entity.strider.ambient=-1 +minecraft\:entity.strider.death=-1 +minecraft\:entity.strider.eat=-1 +minecraft\:entity.strider.happy=-1 +minecraft\:entity.strider.hurt=-1 +minecraft\:entity.strider.retreat=-1 +minecraft\:entity.strider.saddle=-1 +minecraft\:entity.strider.step=-1 +minecraft\:entity.strider.step_lava=-1 +minecraft\:entity.tadpole.death=-1 +minecraft\:entity.tadpole.flop=-1 +minecraft\:entity.tadpole.grow_up=-1 +minecraft\:entity.tadpole.hurt=-1 +minecraft\:entity.tnt.primed=-1 +quark\:entity.toretoise.angry=-1 +quark\:entity.toretoise.die=-1 +quark\:entity.toretoise.eat=-1 +quark\:entity.toretoise.eat_satiated=-1 +quark\:entity.toretoise.harvest=-1 +quark\:entity.toretoise.hurt=-1 +quark\:entity.toretoise.idle=-1 +quark\:entity.toretoise.regrow=-1 +minecraft\:entity.tropical_fish.ambient=-1 +minecraft\:entity.tropical_fish.death=-1 +minecraft\:entity.tropical_fish.flop=-1 +minecraft\:entity.tropical_fish.hurt=-1 +minecraft\:entity.turtle.ambient_land=-1 +minecraft\:entity.turtle.death=-1 +minecraft\:entity.turtle.death_baby=-1 +minecraft\:entity.turtle.egg_break=-1 +minecraft\:entity.turtle.egg_crack=-1 +minecraft\:entity.turtle.egg_hatch=-1 +minecraft\:entity.turtle.hurt=-1 +minecraft\:entity.turtle.hurt_baby=-1 +minecraft\:entity.turtle.lay_egg=-1 +minecraft\:entity.turtle.shamble=-1 +minecraft\:entity.turtle.shamble_baby=-1 +minecraft\:entity.turtle.swim=-1 +minecraft\:entity.vex.ambient=-1 +minecraft\:entity.vex.charge=-1 +minecraft\:entity.vex.death=-1 +minecraft\:entity.vex.hurt=-1 +minecraft\:entity.villager.ambient=-1 +minecraft\:entity.villager.celebrate=-1 +minecraft\:entity.villager.death=-1 +minecraft\:entity.villager.hurt=-1 +minecraft\:entity.villager.no=-1 +minecraft\:entity.villager.trade=-1 +minecraft\:entity.villager.work_armorer=-1 +minecraft\:entity.villager.work_butcher=-1 +minecraft\:entity.villager.work_cartographer=-1 +minecraft\:entity.villager.work_cleric=-1 +minecraft\:entity.villager.work_farmer=-1 +minecraft\:entity.villager.work_fisherman=-1 +minecraft\:entity.villager.work_fletcher=-1 +minecraft\:entity.villager.work_leatherworker=-1 +minecraft\:entity.villager.work_librarian=-1 +minecraft\:entity.villager.work_mason=-1 +minecraft\:entity.villager.work_shepherd=-1 +minecraft\:entity.villager.work_toolsmith=-1 +minecraft\:entity.villager.work_weaponsmith=-1 +minecraft\:entity.villager.yes=-1 +minecraft\:entity.vindicator.ambient=-1 +minecraft\:entity.vindicator.celebrate=-1 +minecraft\:entity.vindicator.death=-1 +minecraft\:entity.vindicator.hurt=-1 +minecraft\:entity.wandering_trader.ambient=-1 +minecraft\:entity.wandering_trader.death=-1 +minecraft\:entity.wandering_trader.disappeared=-1 +minecraft\:entity.wandering_trader.drink_milk=-1 +minecraft\:entity.wandering_trader.drink_potion=-1 +minecraft\:entity.wandering_trader.hurt=-1 +minecraft\:entity.wandering_trader.no=-1 +minecraft\:entity.wandering_trader.reappeared=-1 +minecraft\:entity.wandering_trader.trade=-1 +minecraft\:entity.wandering_trader.yes=-1 +minecraft\:entity.warden.agitated=-1 +minecraft\:entity.warden.ambient=-1 +minecraft\:entity.warden.angry=-1 +minecraft\:entity.warden.attack_impact=-1 +minecraft\:entity.warden.death=-1 +minecraft\:entity.warden.dig=-1 +minecraft\:entity.warden.emerge=-1 +minecraft\:entity.warden.heartbeat=-1 +minecraft\:entity.warden.hurt=-1 +minecraft\:entity.warden.listening=-1 +minecraft\:entity.warden.listening_angry=-1 +minecraft\:entity.warden.nearby_close=-1 +minecraft\:entity.warden.nearby_closer=-1 +minecraft\:entity.warden.nearby_closest=-1 +minecraft\:entity.warden.roar=-1 +minecraft\:entity.warden.sniff=-1 +minecraft\:entity.warden.sonic_boom=-1 +minecraft\:entity.warden.sonic_charge=-1 +minecraft\:entity.warden.step=-1 +minecraft\:entity.warden.tendril_clicks=-1 +minecraft\:entity.witch.ambient=-1 +minecraft\:entity.witch.celebrate=-1 +minecraft\:entity.witch.death=-1 +minecraft\:entity.witch.drink=-1 +minecraft\:entity.witch.hurt=-1 +minecraft\:entity.witch.throw=-1 +minecraft\:entity.wither.ambient=-1 +minecraft\:entity.wither.break_block=-1 +minecraft\:entity.wither.death=-1 +minecraft\:entity.wither.hurt=-1 +minecraft\:entity.wither.shoot=-1 +minecraft\:entity.wither.spawn=-1 +minecraft\:entity.wither_skeleton.ambient=-1 +minecraft\:entity.wither_skeleton.death=-1 +minecraft\:entity.wither_skeleton.hurt=-1 +minecraft\:entity.wither_skeleton.step=-1 +minecraft\:entity.wolf.ambient=-1 +minecraft\:entity.wolf.death=-1 +minecraft\:entity.wolf.growl=-1 +minecraft\:entity.wolf.howl=-1 +minecraft\:entity.wolf.hurt=-1 +minecraft\:entity.wolf.pant=-1 +minecraft\:entity.wolf.shake=-1 +minecraft\:entity.wolf.step=-1 +minecraft\:entity.wolf.whine=-1 +minecraft\:entity.zoglin.ambient=-1 +minecraft\:entity.zoglin.angry=-1 +minecraft\:entity.zoglin.attack=-1 +minecraft\:entity.zoglin.death=-1 +minecraft\:entity.zoglin.hurt=-1 +minecraft\:entity.zoglin.step=-1 +minecraft\:entity.zombie.ambient=-1 +minecraft\:entity.zombie.attack_iron_door=-1 +minecraft\:entity.zombie.attack_wooden_door=-1 +minecraft\:entity.zombie.break_wooden_door=-1 +minecraft\:entity.zombie.converted_to_drowned=-1 +minecraft\:entity.zombie.death=-1 +minecraft\:entity.zombie.destroy_egg=-1 +minecraft\:entity.zombie.hurt=-1 +minecraft\:entity.zombie.infect=-1 +minecraft\:entity.zombie.step=-1 +minecraft\:entity.zombie_horse.ambient=-1 +minecraft\:entity.zombie_horse.death=-1 +minecraft\:entity.zombie_horse.hurt=-1 +minecraft\:entity.zombie_villager.ambient=-1 +minecraft\:entity.zombie_villager.converted=-1 +minecraft\:entity.zombie_villager.cure=-1 +minecraft\:entity.zombie_villager.death=-1 +minecraft\:entity.zombie_villager.hurt=-1 +minecraft\:entity.zombie_villager.step=-1 +minecraft\:entity.zombified_piglin.ambient=-1 +minecraft\:entity.zombified_piglin.angry=-1 +minecraft\:entity.zombified_piglin.death=-1 +minecraft\:entity.zombified_piglin.hurt=-1 +botania\:entropinnyum_angry=-1 +botania\:entropinnyum_happy=-1 +botania\:equip_bauble=-1 +botania\:equip_elementium=-1 +botania\:equip_manasteel=-1 +botania\:equip_manaweave=-1 +botania\:equip_terrasteel=-1 +minecraft\:event.raid.horn=-1 +ars_nouveau\:fire_family=-1 +ars_nouveau\:fire_family_2=-1 +botania\:fire_rod=-1 +embers\:fireball.big.fire=-1 +embers\:fireball.big.hit=-1 +embers\:fireball.small.fire=-1 +embers\:fireball.small.hit=-1 +ars_nouveau\:firel_the_wild_hunt=-1 +botania\:flare_chakram_throw=-1 +botania\:flugel_eye_bind=-1 +botania\:flugel_eye_teleport=-1 +xercamusic\:flute100=-1 +xercamusic\:flute35=-1 +xercamusic\:flute41=-1 +xercamusic\:flute51=-1 +xercamusic\:flute61=-1 +xercamusic\:flute63=-1 +xercamusic\:flute65=-1 +xercamusic\:flute68=-1 +xercamusic\:flute73=-1 +xercamusic\:flute76=-1 +xercamusic\:flute78=-1 +xercamusic\:flute80=-1 +xercamusic\:flute85=-1 +xercamusic\:flute88=-1 +xercamusic\:flute90=-1 +xercamusic\:french_horn27=-1 +xercamusic\:french_horn33=-1 +xercamusic\:french_horn39=-1 +xercamusic\:french_horn45=-1 +xercamusic\:french_horn51=-1 +xercamusic\:french_horn57=-1 +xercamusic\:french_horn63=-1 +xercamusic\:french_horn69=-1 +xercamusic\:french_horn75=-1 +xercamusic\:french_horn81=-1 +xercamusic\:french_horn87=-1 +cookingforblockheads\:fridge_close=-1 +cookingforblockheads\:fridge_open=-1 +create\:frogport_catch=-1 +create\:frogport_close=-1 +create\:frogport_deposit=-1 +create\:frogport_open=-1 +create\:funnel_flap=-1 +create\:funnel_flap_compounded_1=-1 +create\:fwoomp=-1 +botania\:gaia_death=-1 +ars_nouveau\:gaia_family=-1 +botania\:gaia_summon=-1 +botania\:gaia_teleport=-1 +botania\:gaia_trap=-1 +xercamusic\:god27=-1 +xercamusic\:god33=-1 +xercamusic\:god39=-1 +xercamusic\:god45=-1 +xercamusic\:god51=-1 +xercamusic\:god57=-1 +xercamusic\:god63=-1 +xercamusic\:god69=-1 +xercamusic\:god75=-1 +xercamusic\:god81=-1 +xercamusic\:god87=-1 +mekanism\:gui.digital_beep=-1 +ae2\:guide.click=-1 +guideme\:guide.click=-1 +xercamusic\:guitar102=-1 +xercamusic\:guitar24=-1 +xercamusic\:guitar28=-1 +xercamusic\:guitar34=-1 +xercamusic\:guitar40=-1 +xercamusic\:guitar48=-1 +xercamusic\:guitar54=-1 +xercamusic\:guitar55=-1 +xercamusic\:guitar59=-1 +xercamusic\:guitar65=-1 +xercamusic\:guitar72=-1 +xercamusic\:guitar78=-1 +xercamusic\:guitar84=-1 +xercamusic\:guitar90=-1 +xercamusic\:guitar96=-1 +xercamusic\:harp_mc105=-1 +xercamusic\:harp_mc111=-1 +xercamusic\:harp_mc27=-1 +xercamusic\:harp_mc33=-1 +xercamusic\:harp_mc39=-1 +xercamusic\:harp_mc45=-1 +xercamusic\:harp_mc51=-1 +xercamusic\:harp_mc57=-1 +xercamusic\:harp_mc63=-1 +xercamusic\:harp_mc69=-1 +xercamusic\:harp_mc75=-1 +xercamusic\:harp_mc81=-1 +xercamusic\:harp_mc87=-1 +xercamusic\:harp_mc93=-1 +xercamusic\:harp_mc99=-1 +create\:haunted_bell_convert=-1 +create\:haunted_bell_use=-1 +projecte\:heal=-1 +botania\:holy_cloak=-1 +botania\:horn_doot=-1 +botania\:incense_plate_ignite=-1 +minecraft\:intentionally_empty=-1 +supplementaries\:item.aeugh=-1 +minecraft\:item.armor.equip_chain=-1 +minecraft\:item.armor.equip_diamond=-1 +minecraft\:item.armor.equip_elytra=-1 +minecraft\:item.armor.equip_generic=-1 +minecraft\:item.armor.equip_gold=-1 +minecraft\:item.armor.equip_iron=-1 +minecraft\:item.armor.equip_leather=-1 +minecraft\:item.armor.equip_netherite=-1 +minecraft\:item.armor.equip_turtle=-1 +embers\:item.ash_amulet.burn=-1 +minecraft\:item.axe.scrape=-1 +minecraft\:item.axe.strip=-1 +minecraft\:item.axe.wax_off=-1 +embers\:item.bauble.equip=-1 +embers\:item.bauble.unequip=-1 +embers\:item.blazing_ray.empty=-1 +embers\:item.blazing_ray.fire=-1 +supplementaries\:item.bomb=-1 +minecraft\:item.bone_meal.use=-1 +minecraft\:item.book.page_turn=-1 +minecraft\:item.book.put=-1 +minecraft\:item.bottle.empty=-1 +minecraft\:item.bottle.fill=-1 +minecraft\:item.bottle.fill_dragonbreath=-1 +minecraft\:item.brush.brushing.generic=-1 +minecraft\:item.brush.brushing.gravel=-1 +minecraft\:item.brush.brushing.gravel.complete=-1 +minecraft\:item.brush.brushing.sand=-1 +minecraft\:item.brush.brushing.sand.complete=-1 +supplementaries\:item.bubble_blower=-1 +minecraft\:item.bucket.empty=-1 +minecraft\:item.bucket.empty_axolotl=-1 +quark\:item.bucket.empty_crab=-1 +minecraft\:item.bucket.empty_fish=-1 +minecraft\:item.bucket.empty_lava=-1 +minecraft\:item.bucket.empty_milk=-1 +minecraft\:item.bucket.empty_powder_snow=-1 +minecraft\:item.bucket.empty_tadpole=-1 +minecraft\:item.bucket.fill=-1 +minecraft\:item.bucket.fill_axolotl=-1 +quark\:item.bucket.fill_crab=-1 +minecraft\:item.bucket.fill_fish=-1 +minecraft\:item.bucket.fill_lava=-1 +minecraft\:item.bucket.fill_milk=-1 +minecraft\:item.bucket.fill_powder_snow=-1 +minecraft\:item.bucket.fill_tadpole=-1 +minecraft\:item.bundle.drop_contents=-1 +minecraft\:item.bundle.insert=-1 +minecraft\:item.bundle.remove_one=-1 +exposure\:item.camera.button_click=-1 +exposure\:item.camera.dial_click=-1 +exposure\:item.camera.film_advance=-1 +exposure\:item.camera.film_advance_last=-1 +exposure\:item.camera.film_removed=-1 +exposure\:item.camera.filter_insert=-1 +exposure\:item.camera.filter_remove=-1 +exposure\:item.camera.flash=-1 +exposure\:item.camera.generic_click=-1 +exposure\:item.camera.interplanar_projector.project=-1 +exposure\:item.camera.lens_insert=-1 +exposure\:item.camera.lens_remove=-1 +exposure\:item.camera.lens_ring_click=-1 +exposure\:item.camera.release_button_click=-1 +quark\:item.camera.shutter=-1 +exposure\:item.camera.shutter_close=-1 +exposure\:item.camera.shutter_open=-1 +exposure\:item.camera.shutter_ticking=-1 +exposure\:item.camera.viewfinder_close=-1 +exposure\:item.camera.viewfinder_open=-1 +minecraft\:item.chorus_fruit.teleport=-1 +embers\:item.cinder_jet.boost=-1 +embers\:item.cinder_staff.charge=-1 +embers\:item.cinder_staff.fail=-1 +embers\:item.cinder_staff.loop=-1 +embers\:item.codex.category.close=-1 +embers\:item.codex.category.open=-1 +embers\:item.codex.category.select=-1 +embers\:item.codex.category.switch=-1 +embers\:item.codex.category.unselect=-1 +embers\:item.codex.check=-1 +embers\:item.codex.close=-1 +embers\:item.codex.lock=-1 +embers\:item.codex.open=-1 +embers\:item.codex.page.close=-1 +embers\:item.codex.page.open=-1 +embers\:item.codex.page.switch=-1 +embers\:item.codex.uncheck=-1 +embers\:item.codex.unlock=-1 +supplementaries\:item.confetti_popper=-1 +minecraft\:item.crop.plant=-1 +minecraft\:item.crossbow.hit=-1 +minecraft\:item.crossbow.loading_end=-1 +minecraft\:item.crossbow.loading_middle=-1 +minecraft\:item.crossbow.loading_start=-1 +minecraft\:item.crossbow.quick_charge_1=-1 +minecraft\:item.crossbow.quick_charge_2=-1 +minecraft\:item.crossbow.quick_charge_3=-1 +minecraft\:item.crossbow.shoot=-1 +minecraft\:item.dye.use=-1 +minecraft\:item.elytra.flying=-1 +embers\:item.explosion_charm.absorb=-1 +embers\:item.explosion_charm.recharge=-1 +minecraft\:item.firecharge.use=-1 +mekanism\:item.flamethrower.active=-1 +mekanism\:item.flamethrower.idle=-1 +minecraft\:item.flintandsteel.use=-1 +mekanism\:item.geiger_elevated=-1 +mekanism\:item.geiger_fast=-1 +mekanism\:item.geiger_medium=-1 +mekanism\:item.geiger_slow=-1 +minecraft\:item.glow_ink_sac.use=-1 +minecraft\:item.goat_horn.play=-1 +minecraft\:item.goat_horn.sound.0=0 +minecraft\:item.goat_horn.sound.1=0 +minecraft\:item.goat_horn.sound.2=0 +minecraft\:item.goat_horn.sound.3=0 +minecraft\:item.goat_horn.sound.4=0 +minecraft\:item.goat_horn.sound.5=0 +minecraft\:item.goat_horn.sound.6=0 +minecraft\:item.goat_horn.sound.7=0 +mekanism\:item.gravitational_modulation_unit=-1 +embers\:item.heated.level_up=-1 +minecraft\:item.hoe.till=-1 +minecraft\:item.honey_bottle.drink=-1 +minecraft\:item.honeycomb.wax_on=-1 +mekanism\:item.hydraulic=-1 +embers\:item.inflictor_gem.absorb=-1 +minecraft\:item.ink_sac.use=-1 +mekanism\:item.jetpack=-1 +minecraft\:item.lodestone_compass.lock=-1 +supplementaries\:item.lunch_basket.close=-1 +supplementaries\:item.lunch_basket.insert=-1 +supplementaries\:item.lunch_basket.open=-1 +embers\:item.metallurgic_dust.convert=-1 +embers\:item.metallurgic_dust.fail=-1 +minecraft\:item.nether_wart.plant=-1 +exposure\:item.photograph.break=-1 +exposure\:item.photograph.place=-1 +exposure\:item.photograph.rustle=-1 +exposure\:item.photograph_frame.add_item=-1 +exposure\:item.photograph_frame.break=-1 +exposure\:item.photograph_frame.place=-1 +exposure\:item.photograph_frame.remove_item=-1 +exposure\:item.photograph_frame.rotate_item=-1 +embers\:item.resonating_bell.ring=-1 +embers\:item.scale.break=-1 +mekanism\:item.scuba_mask=-1 +minecraft\:item.shield.block=-1 +minecraft\:item.shield.break=-1 +minecraft\:item.shovel.flatten=-1 +farmersdelight\:item.skillet.attack.strong=-1 +farmersdelight\:item.skillet.attack.weak=-1 +supplementaries\:item.slingshot.charge_0=-1 +supplementaries\:item.slingshot.charge_1=-1 +supplementaries\:item.slingshot.charge_2=-1 +supplementaries\:item.slingshot.charge_3=-1 +supplementaries\:item.slingshot.release=-1 +supplementaries\:item.soap.wash=-1 +quark\:item.soul_powder.spawn=-1 +minecraft\:item.spyglass.stop_using=-1 +minecraft\:item.spyglass.use=-1 +minecraft\:item.totem.use=-1 +minecraft\:item.trident.hit=-1 +minecraft\:item.trident.hit_ground=-1 +minecraft\:item.trident.return=-1 +minecraft\:item.trident.riptide_1=-1 +minecraft\:item.trident.riptide_2=-1 +minecraft\:item.trident.riptide_3=-1 +minecraft\:item.trident.throw=-1 +minecraft\:item.trident.thunder=-1 +embers\:item.tyrfing.hit=-1 +embers\:item.windup.spring=-1 +supplementaries\:item.wrench.fail=-1 +supplementaries\:item.wrench.hit=-1 +supplementaries\:item.wrench.rotate=-1 +create\:item_hatch=-1 +create\:item_hatch_compounded_1=-1 +botania\:labellia=-1 +botania\:laputa_start=-1 +botania\:lexicon_open=-1 +botania\:light_relay=-1 +xercamusic\:lyre33=-1 +xercamusic\:lyre39=-1 +xercamusic\:lyre45=-1 +xercamusic\:lyre51=-1 +xercamusic\:lyre57=-1 +xercamusic\:lyre63=-1 +xercamusic\:lyre69=-1 +xercamusic\:lyre75=-1 +xercamusic\:lyre81=-1 +xercamusic\:lyre87=-1 +xercamusic\:lyre93=-1 +botania\:mana_blaster=-1 +botania\:mana_blaster_cycle=-1 +botania\:mana_blaster_misfire=-1 +botania\:mana_pool_craft=-1 +botania\:manufactory_halo_configure=-1 +create\:mechanical_press_activation=-1 +create\:mechanical_press_activation_belt=-1 +create\:mechanical_press_activation_belt_compounded_1=-1 +create\:mechanical_press_activation_compounded_1=-1 +xercamusic\:metronome_set=-1 +botania\:missile=-1 +botania\:missile_funny=-1 +xercapaint\:mix=-1 +create\:mixing=-1 +create\:mixing_compounded_1=-1 +minecraft\:music.creative=-1 +minecraft\:music.credits=-1 +minecraft\:music.dragon=-1 +minecraft\:music.end=-1 +quark\:music.endermosh=-1 +botania\:music.gaia1=-1 +botania\:music.gaia2=-1 +minecraft\:music.game=-1 +quark\:music.glimmering_weald=-1 +supplementaries\:music.heave_ho=-1 +minecraft\:music.menu=-1 +minecraft\:music.nether.basalt_deltas=-1 +minecraft\:music.nether.crimson_forest=-1 +minecraft\:music.nether.nether_wastes=-1 +minecraft\:music.nether.soul_sand_valley=-1 +minecraft\:music.nether.warped_forest=-1 +minecraft\:music.overworld.badlands=-1 +minecraft\:music.overworld.bamboo_jungle=-1 +minecraft\:music.overworld.cherry_grove=-1 +minecraft\:music.overworld.deep_dark=-1 +minecraft\:music.overworld.desert=-1 +minecraft\:music.overworld.dripstone_caves=-1 +minecraft\:music.overworld.flower_forest=-1 +minecraft\:music.overworld.forest=-1 +minecraft\:music.overworld.frozen_peaks=-1 +minecraft\:music.overworld.grove=-1 +minecraft\:music.overworld.jagged_peaks=-1 +minecraft\:music.overworld.jungle=-1 +minecraft\:music.overworld.lush_caves=-1 +minecraft\:music.overworld.meadow=-1 +minecraft\:music.overworld.old_growth_taiga=-1 +minecraft\:music.overworld.snowy_slopes=-1 +minecraft\:music.overworld.sparse_jungle=-1 +minecraft\:music.overworld.stony_peaks=-1 +minecraft\:music.overworld.swamp=-1 +supplementaries\:music.pancake=-1 +minecraft\:music.under_water=-1 +minecraft\:music_disc.11=-1 +minecraft\:music_disc.13=-1 +minecraft\:music_disc.5=-1 +embers\:music_disc.7f_patterns=-1 +minecraft\:music_disc.blocks=-1 +minecraft\:music_disc.cat=-1 +minecraft\:music_disc.chirp=-1 +minecraft\:music_disc.far=-1 +minecraft\:music_disc.mall=-1 +minecraft\:music_disc.mellohi=-1 +minecraft\:music_disc.otherside=-1 +minecraft\:music_disc.pigstep=-1 +minecraft\:music_disc.relic=-1 +minecraft\:music_disc.stal=-1 +minecraft\:music_disc.strad=-1 +minecraft\:music_disc.wait=-1 +minecraft\:music_disc.ward=-1 +botania\:narslimmus_eat_big=-1 +botania\:narslimmus_eat_small=-1 +xercamusic\:oboe23=-1 +xercamusic\:oboe29=-1 +xercamusic\:oboe35=-1 +xercamusic\:oboe37=-1 +xercamusic\:oboe39=-1 +xercamusic\:oboe40=-1 +xercamusic\:oboe42=-1 +xercamusic\:oboe44=-1 +xercamusic\:oboe46=-1 +xercamusic\:oboe48=-1 +xercamusic\:oboe50=-1 +xercamusic\:oboe52=-1 +xercamusic\:oboe54=-1 +xercamusic\:oboe55=-1 +xercamusic\:oboe57=-1 +xercamusic\:oboe59=-1 +xercamusic\:oboe60=-1 +xercamusic\:oboe62=-1 +xercamusic\:oboe64=-1 +xercamusic\:oboe65=-1 +xercamusic\:oboe71=-1 +xercamusic\:open_scroll=-1 +botania\:orechid=-1 +cookingforblockheads\:oven_close=-1 +cookingforblockheads\:oven_open=-1 +create\:package_pop=-1 +create\:package_pop_compounded_1=-1 +create\:packager=-1 +minecraft\:particle.soul_escape=-1 +create\:peculiar_bell_use=-1 +quark\:pet.device=-1 +quark\:pet.neko=-1 +quark\:pet.slime=-1 +quark\:pet.wire=-1 +xercamusic\:piano103=-1 +xercamusic\:piano109=-1 +xercamusic\:piano27=-1 +xercamusic\:piano36=-1 +xercamusic\:piano40=-1 +xercamusic\:piano45=-1 +xercamusic\:piano56=-1 +xercamusic\:piano61=-1 +xercamusic\:piano66=-1 +xercamusic\:piano70=-1 +xercamusic\:piano73=-1 +xercamusic\:piano77=-1 +xercamusic\:piano82=-1 +xercamusic\:piano86=-1 +xercamusic\:piano90=-1 +xercamusic\:piano95=-1 +botania\:pinkinator=-1 +create\:potato_hit=-1 +create\:potato_hit_compounded_1=-1 +botania\:potion_create=-1 +projecte\:power=-1 +botania\:prism_add_lens=-1 +botania\:prism_remove_lens=-1 +botania\:red_string_interceptor_click=-1 +xercamusic\:redstone_guitar27=-1 +xercamusic\:redstone_guitar33=-1 +xercamusic\:redstone_guitar39=-1 +xercamusic\:redstone_guitar45=-1 +xercamusic\:redstone_guitar51=-1 +xercamusic\:redstone_guitar57=-1 +xercamusic\:redstone_guitar63=-1 +xercamusic\:redstone_guitar69=-1 +xercamusic\:redstone_guitar75=-1 +xercamusic\:redstone_guitar81=-1 +xercamusic\:redstone_guitar87=-1 +enchanted\:remove_curse=-1 +botania\:rune_altar_craft=-1 +botania\:rune_altar_start=-1 +create\:sanding_long=-1 +create\:sanding_short=-1 +xercamusic\:sansula33=-1 +xercamusic\:sansula39=-1 +xercamusic\:sansula45=-1 +xercamusic\:sansula51=-1 +xercamusic\:sansula57=-1 +xercamusic\:sansula63=-1 +xercamusic\:sansula69=-1 +xercamusic\:sansula75=-1 +xercamusic\:sansula81=-1 +xercamusic\:sansula87=-1 +create\:saw_activate_stone=-1 +create\:saw_activate_wood=-1 +xercamusic\:saxophone24=-1 +xercamusic\:saxophone30=-1 +xercamusic\:saxophone36=-1 +xercamusic\:saxophone38=-1 +xercamusic\:saxophone41=-1 +xercamusic\:saxophone45=-1 +xercamusic\:saxophone48=-1 +xercamusic\:saxophone50=-1 +xercamusic\:saxophone53=-1 +xercamusic\:saxophone57=-1 +xercamusic\:saxophone60=-1 +xercamusic\:saxophone65=-1 +xercamusic\:saxophone72=-1 +xercamusic\:saxophone78=-1 +create\:schematicannon_finish=-1 +create\:schematicannon_launch_block=-1 +create\:scroll_value=-1 +botania\:shulk_me_not=-1 +enchanted\:silent=-1 +create\:slime_added=-1 +botania\:smelt_rod=-1 +botania\:smelt_rod_extra_no_subtitle=-1 +botania\:smelt_rod_simmer=-1 +create\:spout=-1 +botania\:spreader_add_lens=-1 +botania\:spreader_cover=-1 +botania\:spreader_fire=-1 +botania\:spreader_remove_lens=-1 +botania\:spreader_scaffold=-1 +botania\:spreader_un_scaffold=-1 +botania\:spreader_uncover=-1 +botania\:starcaller=-1 +create\:steam=-1 +create\:stock_link=-1 +create\:stock_ticker_request=-1 +create\:stock_ticker_trade=-1 +xercapaint\:stroke_loop=-1 +botania\:temperance_stone_configure=-1 +ars_nouveau\:tempestry_family=-1 +botania\:terra_pick_mode=-1 +botania\:terrablade=-1 +botania\:terraform_rod=-1 +botania\:terrasteel_craft=-1 +botania\:thermalily=-1 +ars_nouveau\:thistle_the_sound_of_glass=-1 +botania\:thorn_chakram_throw=-1 +xercamusic\:tick=-1 +botania\:tigerseye_pacify=-1 +mekanism\:tile.christmas.1=-1 +mekanism\:tile.christmas.2=-1 +mekanism\:tile.christmas.3=-1 +mekanism\:tile.christmas.4=-1 +mekanism\:tile.christmas.5=-1 +mekanismgenerators\:tile.generator.bio=-1 +mekanismgenerators\:tile.generator.gas=-1 +mekanismgenerators\:tile.generator.heat=-1 +mekanismgenerators\:tile.generator.solar=-1 +mekanismgenerators\:tile.generator.wind=-1 +mekanism\:tile.machine.antiprotonic_nucleosynthesizer=-1 +mekanism\:tile.machine.chargepad=-1 +mekanism\:tile.machine.chemical_crystallizer=-1 +mekanism\:tile.machine.chemical_dissolution_chamber=-1 +mekanism\:tile.machine.chemical_infuser=-1 +mekanism\:tile.machine.chemical_injection_chamber=-1 +mekanism\:tile.machine.chemical_oxidizer=-1 +mekanism\:tile.machine.chemical_washer=-1 +mekanism\:tile.machine.combiner=-1 +mekanism\:tile.machine.compressor=-1 +mekanism\:tile.machine.crusher=-1 +mekanism\:tile.machine.electrolytic_separator=-1 +mekanism\:tile.machine.energized_smelter=-1 +mekanism\:tile.machine.enrichment_chamber=-1 +mekanismgenerators\:tile.machine.fission_reactor=-1 +mekanismgenerators\:tile.machine.fusion_reactor=-1 +mekanism\:tile.machine.industrial_alarm=-1 +mekanism\:tile.machine.isotopic_centrifuge=-1 +mekanism\:tile.machine.laser=-1 +mekanism\:tile.machine.logistical_sorter=-1 +mekanism\:tile.machine.metallurgic_infuser=-1 +mekanism\:tile.machine.nutritional_liquifier=-1 +mekanism\:tile.machine.painting_machine=-1 +mekanism\:tile.machine.pigment_extractor=-1 +mekanism\:tile.machine.pigment_mixer=-1 +mekanism\:tile.machine.precision_sawmill=-1 +mekanism\:tile.machine.pressurized_reaction_chamber=-1 +mekanism\:tile.machine.purification_chamber=-1 +mekanism\:tile.machine.resistive_heater=-1 +mekanism\:tile.machine.rotary_condensentrator=-1 +mekanism\:tile.machine.sps=-1 +cookingforblockheads\:toaster_start=-1 +cookingforblockheads\:toaster_stop=-1 +create\:train=-1 +create\:train2=-1 +create\:train3=-1 +projecte\:transmute=-1 +xercamusic\:tubular_bell33=-1 +xercamusic\:tubular_bell39=-1 +xercamusic\:tubular_bell45=-1 +xercamusic\:tubular_bell51=-1 +xercamusic\:tubular_bell57=-1 +xercamusic\:tubular_bell63=-1 +xercamusic\:tubular_bell69=-1 +xercamusic\:tubular_bell75=-1 +xercamusic\:tubular_bell81=-1 +theurgy\:tuning_fork=-1 +modonomicon\:turn_page=-1 +minecraft\:ui.button.click=-1 +minecraft\:ui.cartography_table.take_result=-1 +minecraft\:ui.loom.select_pattern=-1 +minecraft\:ui.loom.take_result=-1 +minecraft\:ui.stonecutter.select_recipe=-1 +minecraft\:ui.stonecutter.take_result=-1 +minecraft\:ui.toast.challenge_complete=-1 +minecraft\:ui.toast.in=-1 +minecraft\:ui.toast.out=-1 +projecte\:uncharge=-1 +botania\:unholy_cloak=-1 +botania\:vine_ball_throw=-1 +xercamusic\:violin37=-1 +xercamusic\:violin43=-1 +xercamusic\:violin49=-1 +xercamusic\:violin55=-1 +xercamusic\:violin58=-1 +xercamusic\:violin61=-1 +xercamusic\:violin64=-1 +xercamusic\:violin67=-1 +xercamusic\:violin70=-1 +xercamusic\:violin73=-1 +xercamusic\:violin76=-1 +xercamusic\:violin79=-1 +xercamusic\:violin82=-1 +xercamusic\:violin85=-1 +xercamusic\:violin88=-1 +xercamusic\:violin91=-1 +botania\:virus_infect=-1 +xercapaint\:water=-1 +xercapaint\:water_drop=-1 +cucumber\:watering_can=-1 +projecte\:watermagic=-1 +botania\:way=-1 +minecraft\:weather.rain=0 +minecraft\:weather.rain.above=0 +create\:whistle=-1 +create\:whistle_high=-1 +create\:whistle_low=-1 +create\:whistle_train=-1 +create\:whistle_train_low=-1 +create\:whistle_train_manual=-1 +create\:whistle_train_manual_end=-1 +create\:whistle_train_manual_low=-1 +create\:whistle_train_manual_low_end=-1 +projecte\:windmagic=-1 +botania\:world_seed_teleport=-1 +create\:worldshaper_place=-1 +create\:wrench_remove=-1 +create\:wrench_remove_compounded_1=-1 +create\:wrench_rotate=-1 +xercamusic\:xylophone27=-1 +xercamusic\:xylophone33=-1 +xercamusic\:xylophone39=-1 +xercamusic\:xylophone45=-1 +xercamusic\:xylophone51=-1 +xercamusic\:xylophone57=-1 +xercamusic\:xylophone63=-1 +xercamusic\:xylophone69=-1 +xercamusic\:xylophone75=-1 +xercamusic\:xylophone81=-1 +xercamusic\:xylophone87=-1 diff --git a/config/sound_physics_remastered/soundphysics.properties b/config/sound_physics_remastered/soundphysics.properties new file mode 100644 index 0000000..0fcac01 --- /dev/null +++ b/config/sound_physics_remastered/soundphysics.properties @@ -0,0 +1,99 @@ +# Enables/Disables all sound effects +enabled=true +# Affects how quiet a sound gets based on distance +# Lower values mean distant sounds are louder +# This setting requires you to be in singleplayer or having the mod installed on the server +# 1.0 is the physically correct value +attenuation_factor=1.0 +# The ray distance at which reverb starts +# 0.0 disables reverb attenuation +reverb_attenuation_distance=0.0 +# The volume of simulated reverberations +reverb_gain=1.0 +# The brightness of reverberation +# Higher values result in more high frequencies in reverberation +# Lower values give a more muffled sound to the reverb +reverb_brightness=1.0 +# The distance of reverb relative to the sound distance +reverb_distance=1.5 +# The amount of sound that will be absorbed when traveling through blocks +block_absorption=1.0 +# Higher values mean smaller objects won't be considered as occluding +occlusion_variation=0.35 +# The default amount of sound reflectance energy for all blocks +# Lower values result in more conservative reverb simulation with shorter reverb tails +# Higher values result in more generous reverb simulation with higher reverb tails +default_block_reflectivity=0.5 +# The default amount of occlusion for all blocks +# Lower values will result in sounds being less muffled through walls +# Higher values mean sounds will be not audible though thicker walls +default_block_occlusion_factor=1.0 +# Minecraft won't allow sounds to play past a certain distance +# This parameter is a multiplier for how far away a sound source is allowed to be in order for it to actually play +# This setting only takes affect in singleplayer worlds and when installed on the server +sound_distance_allowance=4.0 +# A value controlling the amount that air absorbs high frequencies with distance +# A value of 1.0 is physically correct for air with normal humidity and temperature +# Higher values mean air will absorb more high frequencies with distance +# 0 disables this effect +air_absorption=1.0 +# How much sound is filtered when the player is underwater +# 0.0 means no filter +# 1.0 means fully filtered +underwater_filter=0.25 +# Whether sounds like cave, nether or underwater ambient sounds should have sound physics +evaluate_ambient_sounds=false +# The number of rays to trace to determine reverberation for each sound source +# More rays provides more consistent tracing results but takes more time to calculate +# Decrease this value if you experience lag spikes when sounds play +environment_evaluation_ray_count=32 +# The number of rays bounces to trace to determine reverberation for each sound source +# More bounces provides more echo and sound ducting but takes more time to calculate +# Decrease this value if you experience lag spikes when sounds play +environment_evaluation_ray_bounces=4 +# If sound hits a non-full-square side, block occlusion is multiplied by this +non_full_block_occlusion_factor=0.25 +# The maximum amount of rays to determine occlusion +# Directly correlates to the amount of blocks between walls that are considered +max_occlusion_rays=16 +# The amount at which occlusion is capped +max_occlusion=64.0 +# If enabled, the occlusion calculation only uses one path between the sound source and the listener instead of 9 +strict_occlusion=false +# Whether to try calculating where the sound should come from based on reflections +sound_direction_evaluation=true +# Skip redirecting non-occluded sounds (the ones you can see directly) +redirect_non_occluded_sounds=true +# If music discs or other longer sounds should be frequently reevaluated +update_moving_sounds=false +# The interval in ticks that moving sounds are reevaluated +# Lower values mean more frequent reevaluation but also more lag +# This option only takes effect if update_moving_sounds is enabled +sound_update_interval=5 +# The maximum distance a sound can be processed +max_sound_processing_distance=512.0 +# Disable level clone and cache. This will fall back to original main thread access. +# WARNING! Enabling this will cause instability and issues with other mods. +unsafe_level_access=false +# The radius of chunks to clone for level access +level_clone_range=4 +# The maximum number of ticks to retain the cloned level in the cache +level_clone_max_retain_ticks=20 +# The maximum distance a player can move from the cloned origin before invalidation +level_clone_max_retain_block_distance=16 +# Enables debug logging +debug_logging=false +# Provides more information about occlusion in the logs +occlusion_logging=false +# Provides more information about the environment calculation in the logs +environment_logging=false +# Provides more information about how long computations take +performance_logging=false +# If enabled, the path of the sound will be rendered in game +render_sound_bounces=false +# If enabled, occlusion will be visualized in game +render_occlusion=false +# Enables/Disables sound effects for Simple Voice Chat audio +simple_voice_chat_integration=true +# Enables/Disables hearing your own echo with Simple Voice Chat +simple_voice_chat_hear_self=false diff --git a/config/storagedrawers-client.toml b/config/storagedrawers-client.toml new file mode 100644 index 0000000..0c4f89b --- /dev/null +++ b/config/storagedrawers-client.toml @@ -0,0 +1,30 @@ + +[General] + # Invert the behavior of the shift key for extracting items + invertShift = false + # Invert left and right click action on drawers + invertClick = false + +[Render] + # Distance in blocks before item labels stop rendering + labelRenderDistance = 25.0 + # + # Distance in blocks before quantity numbers stop rendering + quantityRenderDistance = 10.0 + # + # Distance in blocks before quantity numbers begin to fade out + quantityFadeDistance = 4.0 + + # Render settings specific to framed drawers. + [Render.FramedDrawers] + # + # Attempts to render 'non-opaque' materials on the translucent render pass. + # This may cause artifacting, particularly if using non-opaque materials on the 'front' face. + renderTranslucentMaterials = true + +[Integration] + # Enable extended data display in WAILA if present + enableWaila = true + # Enable extended data display in The One Probe if present + enableTheOneProbe = true + diff --git a/config/storagedrawers-common.toml b/config/storagedrawers-common.toml new file mode 100644 index 0000000..b54eac6 --- /dev/null +++ b/config/storagedrawers-common.toml @@ -0,0 +1,93 @@ + +[General] + #The number of item stacks held in a basic unit of storage. + #1x1 drawers hold 8 units, 1x2 drawers hold 4 units, 2x2 drawers hold 2 units. + #Half-depth drawers hold half those amounts. + baseStackStorage = 4 + #Controller range defines how far away a drawer can be connected + #on X, Y, or Z planes. The default value of 50 gives the controller a very + #large range, but not beyond the chunk load distance. + #Range: 1 ~ 75 + controllerRange = 50 + #Whether redstone upgrades should emit an analog redstone signal, requiring + #the use of a comparator to read it. This will default to true starting with MC 1.21. + enableAnalogRedstone = false + enableUI = true + enableSidedInput = true + enableSidedOutput = true + enableExtraCompactingRules = true + #Allows drawers to be pulled from their block and inserted into another block. + enableDetachedDrawers = true + #Drawers track the capacity upgrades from the block they were taken from. + #Drawers can only be placed back into a block with the same or lower max capacity. + #Drawers can still only be inserted into a block with enough capacity for the items held. + forceDetachedDrawersMaxCapacityCheck = false + debugTrace = false + #List of rules in format "domain:item1, domain:item2, n". + #Creates a compacting drawer rule to convert 1 of item1 into n of item2. + compactingRules = ["minecraft:clay, minecraft:clay_ball, 4"] + #If enabled, carrying filled drawers in your inventory gives slowness debuff, unless a Portability Upgrade is used. + heavyDrawers = false + #If enabled, players can lock drawer interactions to just themselves. + enablePersonalKey = true + +[StorageUpgrades] + #Storage upgrades multiply storage capacity by the given amount. + #When multiple storage upgrades are used together, their multipliers are added before being applied. + #Storage upgrades start at the level 2 multiplier. The resistance upgrade uses level 1. + level1Mult = 2 + level2Mult = 4 + level3Mult = 8 + level4Mult = 16 + level5Mult = 32 + #Storage upgrades increase capacity of drawers. + enableStorageUpgrade = true + #Fill level upgrades add fill bars to the faces of drawers. + enableFillLevelUpgrade = true + #Adds redstone output to drawers based on fill levels. + enableRedstoneUpgrade = true + #Renders drawer labels brighter than the surrounding environment would allow. + enableIlluminationUpgrade = true + #Causes drawers to accept but void compatible items when they are filled to capacity. + enableVoidUpgrade = true + #Balance upgrades allow same-item slots to balance out their amounts when items are + #added or removed from a lot. Works across networks when acting through a controller. + enableBalanceUpgrade = true + #Allows drawers with contents to be freely carried when heavy drawers is enabled. + enablePortabilityUpgrade = true + #Allows a single drawer to connect to a controller remotely. + enableRemoteUpgrade = true + #Allows a drawer and all drawers connected to it to connect to a controller remotely. + enableRemoteGroupUpgrade = true + +[Integration] + #Add CoFH Core specific features if the mod is loaded + enableCoFHIntegration = true + #When true, shows quantity as NxS + R (by stack size) rather than count + wailaStackRemainder = true + #When true, does not show current quantities unless quantify key was used + wailaRespectQuantifyKey = false + +[Conversion] + # + #Each type will be combined with each material to create a set of whitelist entries. + #This is mainly a convenience for common ore-based materials. + oreTypeWhitelist = ["forge:storage_blocks", "forge:ingots", "forge:nuggets"] + # + #Each type will be combined with each material to create a set of whitelist entries. + #This is mainly a convenience for common ore-based materials. + oreMaterialWhitelist = ["aluminum", "constantan", "steel", "uranium", "invar", "tin", "lead", "silver", "platinum", "nickel", "osmium", "bronze", "electrum"] + # + #Each whitelist entry should be a fully namespaced tag, e.g. c:ingots/copper + tagWhitelist = [] + # + #Each blacklist entry should be a fully namespaced tag, e.g. c:ingots/copper. + #All items not on the whitelist are blacklisted implicitly. This can be used to exclude + #specific entries created from the ore whitelist set. + tagBlacklist = [] + # + #Each entry is a semicolon-separated list of fully-namespaced items. All items within the + #same entry are considered equivalent and convertible/interchangeable. + #Example: ["thermal:nickel_ore;immersiveengineering:ore_nickel"] + itemEquivalenceGroups = [] + diff --git a/config/storagedrawers-common.v2.toml b/config/storagedrawers-common.v2.toml new file mode 100644 index 0000000..2ef0037 --- /dev/null +++ b/config/storagedrawers-common.v2.toml @@ -0,0 +1,387 @@ + +# General mod configuration +[General] + # Enables excessive logging around certain parts of the mod. + # Can be ignored unless asked by the developer to enable. + debugTrace = false + # + # Whether blocks with UI components are allowed to open them. + # Disabling UI will restrict some mod functionality. + enableUI = true + # + # Whether to log actions such as adding rules or deny list entries. + # You may wish to disable this if you've added many such entries. + logStartupActivity = true + # + # Internal use to record what version the config file was first written with. + configVersion = 2 + +# Configuration around drawer storage blocks +[Drawers] + # A base value multiplied against the storage size of all drawer slots. + # Change this to uniformly increase all storage amounts + baseStackStorage = 1 + + # Configuration for individual drawer configurations. + # Units are the number of stacks a slot holds before the base stack storage value is multiplied. + [Drawers.Blocks] + + [Drawers.Blocks.FullStorage1x1] + unitsPerSlot = 32 + + [Drawers.Blocks.FullStorage1x2] + unitsPerSlot = 16 + + [Drawers.Blocks.FullStorage2x2] + unitsPerSlot = 8 + + [Drawers.Blocks.FullCompacting] + unitsPerSlot = 32 + + [Drawers.Blocks.HalfStorage1x1] + unitsPerSlot = 16 + + [Drawers.Blocks.HalfStorage1x2] + unitsPerSlot = 8 + + [Drawers.Blocks.HalfStorage2x2] + unitsPerSlot = 4 + + [Drawers.Blocks.HalfCompacting] + unitsPerSlot = 16 + + # Configuration around the auto compacting feature + [Drawers.Compacting] + # Whether compacting function is supported. Disabling does not remove the block. + enabled = true + # + # Enables additional rules for some Minecraft items, like quartz, brick, and clay. + # See logs for full set of rules that get added. + enableExtraCompactingRules = true + # + # Compacting drawers require 2-way 2x2 or 3x3 recipes to associate items. + # Add additional rules here in the form: , , + compactingRules = ["minecraft:clay, minecraft:clay_ball, 4"] + + # Configuration around detached drawers, which are individual drawer slots pulled from a drawer block. + [Drawers.Detached] + # Allows individual drawer slots to be pulled out from a drawer block. + enable = true + # + # If enabled, carrying filled drawers in your inventory gives slowness debuff. + # Debuff can be mitigated with portability upgrade, if it's enabled. + heavyDrawers = false + # + # Drawers track the capacity upgrades from the block they were taken from. + # When enabled, drawers can only be placed back into a block with the same or lower max capacity. + # Drawers can still only be inserted into a block with enough capacity for the items held. + forceMaxCapacityCheck = false + # + # Allows detached drawers to be stored in containers like bundles and shulker boxes. + # Due to current limitation, this rule will also apply to storing empty drawers in those containers. + canStoreInContainers = false + + # Configuration around dropped drawer blocks that still have items inside them. + [Drawers.Filled] + # If enabled, carrying filled drawers in your inventory gives slowness debuff. + # Debuff can be mitigated with portability upgrade, if it's enabled. + heavyDrawers = false + # + # Allows filled drawers to be stored in other drawer blocks. + canStoreInDrawers = false + # + # Allows filled drawers to be stored in containers like bundles and shulker boxes. + # Due to current limitation, this rule will also apply to storing empty drawers in those containers. + canStoreInContainers = false + + # Configuration around framed drawers, which take their appearance from other blocks used as materials. + [Drawers.Framed] + # Allows crafting framed drawers. Disabling does not remove existing framed drawers. + enable = true + # + # Attempts to only allow solid, full-cube blocks to be used as materials. + # This check may still allow non-solid blocks if the blocks' properties indicate they should be solid but are not. + # Some non-solid blocks are also counted as non-opaque, and may be restricted by that setting as well. + enforceSolidMaterials = true + # + # Attempts to only allow fully opaque blocks to be used as materials. + # This check may still allow non-opaque blocks if the blocks' properties indicate they should be opaque but are not. + enforceOpaqueMaterials = false + # + # Each entry should be a namespace or fully namespaced block, e.g. minecraft:cobblestone + # Any items on the deny list are prevented from being used as any drawer material. + materialDenyList = [] + + # Configuration around storage of items. + [Drawers.Storage] + # + # Each entry should be a namespace or fully namespaced item, e.g. minecraft:cobblestone + # Any items on the deny list are prevented from being stored in drawers + storeDenyList = ["storagedrawers:creative_vending_upgrade"] + # + # What a drawer should do with its items when broken. Acceptable values are: + # KEEP: Drawer retains all items in the dropped item, like shulker boxes. This is the default behavior. + # DROP: Drawer drops items into the world, up to the dropStackLimit value. Stored items over that limit are voided. + # VOID: Drawer voids all items when dropped. + #Allowed Values: KEEP, DROP, VOID + dropMode = "KEEP" + # + # If dropMode is set to DROP, this is the maximum number of stacks that can be spilled into the world + # from the entire block. By default, this is set to the amount a vanilla chest could drop. + dropStackLimit = 32 + +# Configuration around the controller and drawer networks. +[Controller] + # Controller range defines how far away a drawer can be connected on X, Y, or Z planes. + # The largest recommended range is around 75, or the expected chunk load distance. + # If setting this value higher, drawers will be unavailable if their chunks become unloaded. + controllerRange = 50 + +# Configuration around upgrade items that can be inserted into drawer blocks. +[Upgrades] + + # Storage upgrades multiply storage capacity by the given amount. + # When multiple storage upgrades are used together, their multipliers are added before being applied. + [Upgrades.StorageTiers] + + [Upgrades.StorageTiers.Obsidian] + enableUpgrade = true + storageMultiplier = 2 + + [Upgrades.StorageTiers.Copper] + enableUpgrade = true + storageMultiplier = 4 + + [Upgrades.StorageTiers.Iron] + enableUpgrade = true + storageMultiplier = 8 + + [Upgrades.StorageTiers.Gold] + enableUpgrade = true + storageMultiplier = 16 + + [Upgrades.StorageTiers.Emerald] + enableUpgrade = true + storageMultiplier = 64 + + [Upgrades.StorageTiers.Diamond] + enableUpgrade = true + storageMultiplier = 256 + + [Upgrades.StorageTiers.Netherite] + enableUpgrade = true + storageMultiplier = 2048 + + # Allows same-item slots to balance out their amounts when items are added or removed from a slot. + # Works across networks when acting through a controller. + [Upgrades.Balance] + enableUpgrade = true + + # Allows the automatic conversion of same-type items based on configuration. + [Upgrades.Conversion] + enableUpgrade = true + # + # Each type will be combined with each material to create a set of allow list entries. + # This is mainly a convenience for common ore-based materials. + oreTypeAllowList = ["forge:storage_blocks", "forge:ingots", "forge:nuggets"] + # + # Each type will be combined with each material to create a set of allow list entries. + # This is mainly a convenience for common ore-based materials. + oreMaterialAllowList = ["aluminum", "constantan", "steel", "uranium", "invar", "tin", "lead", "silver", "platinum", "nickel", "osmium", "bronze", "electrum"] + # + # Each allow list entry should be a fully namespaced tag, e.g. c:ingots/copper + tagAllowList = [] + # + # Each deny list entry should be a fully namespaced tag, e.g. c:ingots/copper. + # All items not on the allow list are denied implicitly. This can be used to exclude + # specific entries created from the ore allow list set. + tagDenyList = [] + # + # Each entry is a semicolon-separated list of fully-namespaced items. All items within the + # same entry are considered equivalent and convertible/interchangeable. + # Example: ["thermal:nickel_ore;immersiveengineering:ore_nickel"] + itemEquivalenceGroups = [] + + # Allows storing ~2.1 billion (MAX_INT) items in each drawer slot. + [Upgrades.CreativeStorage] + enableUpgrade = true + + # Allows vending infinite amounts of the items in each drawer slot. + [Upgrades.CreativeVending] + enableUpgrade = true + + # Adds fill bars to the face of drawers. + [Upgrades.FillLevel] + enableUpgrade = true + + # Renders drawer labels brighter than surrounding environment would allow. + [Upgrades.Illumination] + enableUpgrade = true + # + # Renders labels at minimum light level between 0 - 15 + #Range: 0 ~ 15 + illuminationLevel = 13 + # + # Renders labels without upgrade at minimum light level between 0 - 15 + #Range: 0 ~ 15 + minIlluminationLevel = 1 + + # Restricts capacity of drawer to one stack. + [Upgrades.OneStack] + enableUpgrade = true + + # Allows drawers with contents to be freely carried when heavy drawers is enabled. + [Upgrades.Portability] + enableUpgrade = true + + # Lets drawers emit redstone signals based on their fill level. + [Upgrades.Redstone] + enableUpgrade = true + # + # Min redstone upgrades output the minimum signal of all drawers in block. + enableMinUpgrade = true + # + # Max redstone upgrades output the maximum signal of all drawers in block. + enableMaxUpgrade = true + # + # Whether redstone upgrades should emit an analog redstone signal, + # requiring the use of a comparator to read it. + analogOutput = true + + # Lets drawers connect to a controller wirelessly. + [Upgrades.Remote] + enableUpgrade = true + # + # Group variant connects all drawers connected to the upgraded block. + enableGroupUpgrade = true + # + # Sets the max range of the single-variant remote upgrade. + # The range is capped by the controller range. Set to 0 to match controller range. + maxRange = 0 + # + # Sets the max range of the group-variant remote upgrade. + # The range is capped by the controller range. Set to 0 to match controller range. + maxGroupRange = 0 + + # Causes drawers to accept but void compatible items when they are filled to capacity. + [Upgrades.Void] + enableUpgrade = true + + # Collects matching items through its top like a vanilla hopper. + [Upgrades.Hopper] + enableUpgrade = true + + # Collects nearby matching items by teleporting them instantly to the drawer + [Upgrades.Magnet] + # + # When multiple magnet upgrades are used, their ranges are added together. + additiveRange = true + # + # Range is blocks out from drawer as: [horizontal, up, down] + # If ranges from multiple upgrades are added, they are not allowed to exceed these values. + maxRange = [24, 8, 0] + + [Upgrades.Magnet.Level1] + enableUpgrade = true + # + # Range is blocks out from drawer as: [horizontal, up, down] + range = [1, 1, 0] + # + # Ticks between active collection when this is the highest upgrade tier. + activeSpeed = 20 + # + # Ticks between collection checks when this is the highest upgrade tier. + # Collection is idle when items have not been collected within the last idleSpeed interval. + idleSpeed = 20 + + [Upgrades.Magnet.Level2] + enableUpgrade = true + # + # Range is blocks out from drawer as: [horizontal, up, down] + range = [4, 2, 0] + # + # Ticks between active collection when this is the highest upgrade tier. + activeSpeed = 10 + # + # Ticks between collection checks when this is the highest upgrade tier. + # Collection is idle when items have not been collected within the last idleSpeed interval. + idleSpeed = 20 + + [Upgrades.Magnet.Level3] + enableUpgrade = true + # + # Range is blocks out from drawer as: [horizontal, up, down] + range = [8, 3, 0] + # + # Ticks between active collection when this is the highest upgrade tier. + activeSpeed = 5 + # + # Ticks between collection checks when this is the highest upgrade tier. + # Collection is idle when items have not been collected within the last idleSpeed interval. + idleSpeed = 20 + +# Configuration around tools, namely the various 'keys' that can be used on drawers. +[Tools] + + # Drawer keys are used to lock drawers to the items they already hold. + [Tools.DrawerKey] + enable = true + + # Quantify keys are used to show or hide the count of items on the face of drawers. + [Tools.QuantifyKey] + enable = true + # + # Show labels by default on newly placed drawers. + showDefault = false + + # Concealment keys are used to show or hide the item labels on the face of drawers. + # The primary use of this key is for performance by disabling the more expensive dynamic rendering. + [Tools.ConcealmentKey] + enable = true + + # Personal keys allow drawers to be locked to their owners, so only they can place or take items. + [Tools.PersonalKey] + enable = true + + # Priority keys change the priority of drawers when finding a compatible slot to insert items into. + [Tools.PriorityKey] + enable = true + + # Suspend keys stop external interaction, e.g. from hopper or magnet upgrades. + [Tools.PauseKey] + enable = true + +# Configuration around integration with third party mods. +[Integration] + + # Configuration around the CoFH Core mod. + # Adds support for a CoFH groups personal key. + [Integration.CoFHCore] + # Enables CoFH Core integration if mod is present. + enable = true + + # Configuration around the FTB Chunks mod. + # Improves support for claimed chunks. + [Integration.FTBChunks] + # Enables FTB Chunks integration if mod is present. + enable = true + + # Configuration around the FTB Teams mod. + # Adds support for a teams personal key. + [Integration.FTBTeams] + # Enables FTB Teams integration if mod is present. + enable = true + # + # Enables recipe to obtain key from another supported personal key in crafting grid. + enableCycleRecipe = true + + # Configuration around the WAILA/HWYLA/Jade family of block inspection mods. + [Integration.WAILA] + # Enables Jade integration if mod is present. + enable = true + # When true, shows quantity as NxS + R (by stack size) rather than count + stackRemainder = true + # + # When true, does not show current quantities unless quantify key was used + respectQuantifyKey = false + diff --git a/config/supplementaries-client.toml b/config/supplementaries-client.toml new file mode 100644 index 0000000..f806be4 --- /dev/null +++ b/config/supplementaries-client.toml @@ -0,0 +1,260 @@ + +#Tweak and change the various block animations. +#Only cosmetic stuff in here so to leave default if not interested. +#Remember to delete this and server configs and let it refresh every once in a while since I might have tweaked it +[blocks] + + [blocks.globe] + #Enable a random globe texture for each world + random_world = true + #Displays current coordinates when using a globe + show_coordinates = true + + [blocks.notice_board] + #Allows notice board displayed text to be centered instead of being left aligned + centered_text = true + + [blocks.bunting] + #Makes buntings use normal block models with no animation for faster performance. When off this is only active when viewed from a distance + fast_buntings = false + + [blocks.clock_block] + #Display 24h time format. False for 12h format + 24h_format = true + + [blocks.pedestal] + #Enable displayed item spin + spin = true + #Spin speed + #Range: 0.0 ~ 100.0 + speed = 2.0 + #Enable special display types for items like swords, tridents or end crystals + fancy_renderers = true + + [blocks.bubble_block] + #Wobbling intensity. set to 0 to disable + #Range: 0.0 ~ 1.0 + wobble = 0.2 + #How fast it grows when created. 1 to be instant + #Range: 0.0 ~ 1.0 + grow_speed = 0.4 + + [blocks.item_shelf] + #Translate down displayed 3d blocks so that they are touching the shelf. + #Note that they will not be centered vertically this way + supported_blocks = true + + [blocks.wind_vane] + #Wind vane animation swings according to this equation: + #pitch(time) = max_angle_1*sin(2pi*time*pow/period_1) + *sin(2pi*time*pow/) + #where: + # - pow = max(1,redstone_power*) + # - time = time in ticks + # - redstone_power = block redstone power + # = how much frequency changes depending on power. 2 means it spins twice as fast each power level (2* for rain, 4* for thunder) + #increase to have more distinct indication when weather changes + #Range: 1.0 ~ 100.0 + power_scaling = 3.0 + #Amplitude (maximum pitch) of first sine wave + #Range: 0.0 ~ 360.0 + max_angle_1 = 30.0 + #Range: 0.0 ~ 360.0 + max_angle_2 = 10.0 + #Base period in ticks at 0 power of first sine wave + #Range: 0.0 ~ 2000.0 + period_1 = 450.0 + #This should be kept period_1/3 for a symmetric animation + #Range: 0.0 ~ 2000.0 + period_2 = 150.0 + + [blocks.flag] + #How slow a flag will oscillate. (Period of oscillation) + #Lower value = faster oscillation + #Range: 0 ~ 10000 + slowness = 100 + #How wavy the animation will be in pixels. (Wavelength) + #Range: 0.001 ~ 100.0 + wavyness = 4.0 + #How tall the wave lobes will be. (Wave amplitude) + #Range: 0.0 ~ 100.0 + intensity = 1.0 + #How much the wave amplitude increases each pixel. (Amplitude increment per pixel) + #Range: 0.0 ~ 10.0 + intensity_increment = 0.3 + #At which graphic settings flags will have a fancy renderer: 0=fast, 1=fancy, 2=fabulous + #Allowed Values: FAST, FANCY, FABULOUS + fanciness = "FABULOUS" + #Makes flags render as sideways banner. Ignores many of the previously defined configs + render_as_banner = false + + [blocks.captured_mobs] + #THIS IS ONLY FOR VISUALS! To allow more entities in cages you need to edit the respective tags! + #A list of mobs that can be ticked on client side when inside jars. Mainly used for stuff that has particles. Can cause issues and side effects so use with care + tickable_inside_jars = ["iceandfire:pixie", "druidcraft:dreadfish", "druidcraft:lunar_moth", "alexsmobs:hummingbird"] + + [blocks.hat_stand] + + [blocks.hat_stand.swing_physics] + min_angle = 0.0 + collision_force = 15.0 + damping = 1.625 + collision_inertia = 1.5 + collision_considers_entity_hitbox = true + frequency = 1.5 + max_angle = 54.999996 + + [blocks.turn_table] + #Display visual particles when a block is rotated + turn_particles = true + + [blocks.speaker_block] + #Mute speaker block incoming narrator messages and displays them in chat instead + mute_narrator = false + + [blocks.rope] + #Amplitude of rope wobbling effect + #Range: 0.0 ~ 20.0 + wobbling_amplitude = 1.2 + #Period of rope wobbling effect + #Range: 0.01 ~ 200.0 + wobbling_period = 12.0 + +#Particle parameters +[particles] + + #Rotation particle + [particles.turn_particle] + #An RGBA color + initial_color = "#002A77EA" + #An RGBA color + fade_color = "#0032BEFA" + +#General settings +[general] + #Disables Optifine warn screen + no_optifine_warn_screen = false + #Disables Amendments suggestion screen + no_amendments_screen = true + #Disable incompatible mods warning screen + no_incompatible_mods_screen = false + #Enable Quark style config button on main menu. Needs Configured installed to work + config_button = false + #Config button Y offset + #Range: -10000 ~ 10000 + config_button_y_offset = 0 + #Show some tooltip hints to guide players through the mod + tooltip_hints = true + #Show tooltips items that have been made placeable + placeable_tooltips = true + #Enables custom Configured config screen + custom_configured_screen = true + #ignore this + #Range: -10.0 ~ 10.0 + test1 = 0.0 + #ignore this + #Range: -10.0 ~ 10.0 + test2 = 0.0 + #ignore this + #Range: -10.0 ~ 10.0 + test3 = 0.0 + #I am very boring + unfunny = false + +#Game tweaks +[tweaks] + #Allow to right click with a clock to display current time in numerical form + clock_right_click = true + #Adds an overlay to projectile weapons in gui displaying currently selected ammo + projectile_weapon_overlay = true + #Allow to right click with a compass to display current coordinates in numerical form + compass_right_click = false + #Renders an enchantment glint on placeable enchanted booksNote that turning this on will make book piles use tile renderer instead of baked models making them slower to render + placeable_books_glint = false + #Placeable books random colors + placeable_books_random_colors = ["brown", "orange", "yellow", "red", "green", "lime", "cyan", "blue", "purple"] + #Enables banner pattern tooltip image preview + banner_pattern_tooltip = true + #Enables paintings tooltip image preview + paintings_tooltip = true + #Enables sherds tooltip image preview + sherds_tooltip = true + #Size of the tooltip image used for Sherds, Blackboards, Banner patterns and Paintings + #Range: 1 ~ 255 + tooltip_image_size = 80 + #Wearing mob heads will apply post processing + mob_head_shaders = true + #Sends your current chat when you die while typing + send_chat_on_death = true + #Makes enderman heads use vanilla texture. Enable for texture pack support + enderman_head_texture_pack_support = true + #Show a slime overlay when you hit an entity with a slimeball + overlay = true + + [tweaks.colored_maps] + #Needs the server config with same name on. If on here it will ignore the server one and keep vanilla colors + tinted_blocks_on_maps = true + #Colors tall grass same color as grass + tall_grass_color = true + #Makes colored maps a bit more accurate. Might affect performance + accurate_colors = false + +[items] + + [items.slingshot] + #Adds an overlay to slingshots in gui displaying currently selected ammo + overlay = true + #Render the block outline for distant blocks that are reachable with a slingshot enchanted with Stasis + stasis_block_outline = true + #An RGBA color for the block outline in hex format, for example 0x00000066 for vanilla outline colors + block_outline_color = "#FFFFFFFF" + #How big should a slingshot projectile look + #Range: 0.0 ~ 1.0 + projectile_scale = 0.5 + + [items.lunch_basket] + #Adds an overlay to lunch boxes in gui displaying currently selected food + overlay = true + + [items.altimeter] + #Click action for depth meter which displays current depth + click_action = true + #Allows depth meter to have unique textures per each dimension. Add more dimensions IDs and a matching texture in the correct path replacing ':' with '_' + #This is a list. Add more entries with syntax [[...]] + extra_dimension_textures = ["minecraft:the_nether", "minecraft:the_end"] + #Increasing this to be more than 1 will result in delth meter display image to be shown in float amounts instead of pixel perfect ones + #Range: 1 ~ 10 + texture_precision_multiplier = 1 + + [items.cannonball] + #Render cannonballs as 3D models + 3d_model = true + + [items.quiver] + #Z offset for quiver render when wearing armor. Useful for when you have custom armor bigger than vanilla to void clipping. Leave at -1 for automatic offset + #Range: -1.0 ~ 1.0 + armor_render_offset = -1.0 + #How quivers should render onto players + #Allowed Values: HIDDEN, BACK, HIP, THIGH + render_mode = "THIGH" + #How skeleton with quivers should render it + #Allowed Values: HIDDEN, BACK, HIP, THIGH + skeleton_render_mode = "THIGH" + #Adds an overlay to quivers in gui displaying currently selected arrow + overlay = true + #Allows using your mouse to select an arrow in the quiver GUI + mouse_movement_in_gui = true + #Quiver GUI X offset from default position + #Range: -1000 ~ 1000 + gui_x_offset = 0 + #Quiver GUI Y offset from default position + #Range: -1000 ~ 1000 + gui_y_offset = 0 + + [items.wrench] + #Display visual particles when a block is rotated + turn_particles = true + + [items.flute] + #Display visual particles when a playing a flute + note_particles = true + diff --git a/config/supplementaries-common.toml b/config/supplementaries-common.toml new file mode 100644 index 0000000..7b91690 --- /dev/null +++ b/config/supplementaries-common.toml @@ -0,0 +1,682 @@ + +[redstone] + wind_vane = true + clock_block = true + redstone_illuminator = true + crank = true + cog_block = true + gold_door = true + gold_trapdoor = true + lock_block = true + relayer = true + + [redstone.speaker_block] + enabled = true + #Enable/disable speaker block narrator mode + narrator_enabled = true + #Max text + #Range: 0 ~ 10000 + max_text = 32 + #Maximum block range + #Range: 0 ~ 100000000 + range = 64 + + [redstone.bellows] + enabled = true + #bellows pushes air following this equation: + #air=(sin(2PI*ticks/period)<0), with period = base_period-(redstone_power-1)*power_scaling + #represents base period at 1 power + #Range: 1 ~ 512 + base_period = 78 + #entities with velocity greater than this won't be pushed + #Range: 0.0 ~ 16.0 + power_scaling = 2.0 + #velocity increase uses this equation: + #vel = base_vel*((range-entity_distance)/range) with base_vel = base_velocity_scaling/period + #note that the block will push further the faster it's pulsing + #Range: 0.0 ~ 64.0 + base_velocity_scaling = 5.0 + #maximum range + #note that it will still only keep alive the two fire blocks closer to it + #Range: 0 ~ 16 + range = 5 + + [redstone.spring_launcher] + enabled = true + #spring launcher launch speed + #Range: 0.0 ~ 16.0 + velocity = 1.5 + #fall distance needed to trigger the automatic spring launch + #Range: 0 ~ 512 + fall_height_required = 5 + + [redstone.enderman_head] + enabled = true + drop_head = true + #Time to increase 1 power level when being looked at + #Range: 0 ~ 10000 + ticks_to_increase_power = 15 + #do enderman heads work when looked from any side? + work_from_any_side = false + + [redstone.turn_table] + enabled = true + #can rotate entities standing on it? + rotate_entities = true + #Allows turn table to shuffle containers content when rotated over horizontal axis + shuffle_containers = true + + [redstone.pulley_block] + enabled = true + #Chance for a new mineshaft elevator piece to spawn + #Range: 0.0 ~ 1.0 + mineshaft_elevator = 0.035 + + [redstone.dispenser_minecart] + enabled = true + #Makes projectiles shot from dispenser minecart retain the minecart velocity and be shot at an angle when the minecart is on a rail slope + adjust_projectile_angle = true + + [redstone.faucet] + enabled = true + #Turn off to prevent faucets from dropping items + spill_items = true + #Allows faucets to fill entities inventories + fill_entities_below = false + + [redstone.crystal_display] + enabled = true + #Allows chaining 2 crystal displays, letting one power the other to its left IF its own power exceeds 10. Given power will be its own divided by 10. Note that to work the decimal display must NOT have power directly behind it. Doing so will override the behavior to non chaining mode + chaining = true + +[functional] + fodder = true + hourglass = true + + [functional.rope] + #Allows ropes to be supported & attached to solid block sides + block_side_attachment = true + #Makes sliding down ropes as fast as free falling, still negating fall damage + slide_on_fall = true + #In case you want to disable supplementaries ropes you can specify here another mod rope and they will be used for rope arrows and in mineshafts instead + rope_override = "supplementaries:rope" + #Enables horizontal placement of ropes. Disabling will make ropes always non solid + horizontal_ropes = true + #Use this config to turn allow supplementaries to replace all items tagged as #supplementaies:ropes with supplementaries own rope or turn them to air instead. This is applied to all loot tables (chests and drops) + #Allowed Values: REPLACE, NONE, REMOVE + replace_in_loot_tables = "NONE" + + [functional.jar] + enabled = true + #Jar liquid capacity: leave at 12 for pixel accuracy + #Range: 0 ~ 1024 + capacity = 12 + #Allow right click to instantly eat or drink food or potions inside a placed jar. + #Disable if you think this ability is op (honey for example). Cookies are excluded + drink_from_jar = false + #Allows the player to directly drink from jar items + drink_from_jar_item = false + #Dynamically allows all small mobs inside jars depending on their hitbox size + jar_auto_detect = false + #Allow Jars to capture small mobs + jar_capture = true + #Allow Jars to hold cookies + jar_cookies = true + #Allow Jars to hold liquids from bottles, buckets and bowls + jar_liquids = true + + [functional.cage] + enabled = true + #Allows all entities to be captured by cages and jars. Not meant for survival + allow_all_mobs = false + #Allows all baby mobs to be captured by cages + cage_allow_all_babies = false + #Dynamically allows all small mobs inside cages depending on their hitbox size + cage_auto_detect = false + #Makes it so all (hostile) mobs captured by cages and jars will be set to persistent so they won't despawn when released + persistent_mobs = false + #Health percentage under which mobs will be allowed to be captured by cages and jars. Leave at 100 to accept any health level + #Range: 1 ~ 100 + health_threshold = 100 + #When on, if a mob is tameable, it will only be capturable when tamed. + require_taming = true + + [functional.safe] + enabled = true + #Makes safes only breakable by their owner or by a player in creative + prevent_breaking = false + #Make safes simpler so they do not require keys: + #they will be bound to the first person that opens one and only that person will be able to interact with them + simple_safes = false + + [functional.sack] + enabled = true + #Penalize the player with slowness effect when carrying too many sacks + sack_penalty = true + #Maximum number of sacks after which the overencumbered effect will be applied. Each multiple of this number will increase the effect strength by one + #Range: 0 ~ 50 + sack_increment = 2 + #How many slots should a sack have + #Range: 1 ~ 27 + slots = 9 + + [functional.bamboo_spikes] + enabled = true + tipped_spikes = true + #Allows entities killed by spikes to drop loot as if they were killed by a player + player_loot = false + #Alternative mode for bamboo spikes. Allows only harmful effects to be applied on them and they obtain infinite durability + only_allow_harmful_effects = true + #Populate the creative inventory with all tipped spikes variations + populate_creative_tab = true + + [functional.urn] + enabled = true + #Chance for an urn to spawn a critter from the urn_spawn tag + #Range: 0.0 ~ 1.0 + critter_spawn_chance = 0.01 + cave_urns = true + + [functional.soap] + enabled = true + #Dyed Bock types that cannot be cleaned with soap + clean_blacklist = ["minecraft:glazed_terracotta", "botania:mystical_flower", "mna:chimerite_crystal", "botania:floating_flower", ",minecraft:mushroom", "botania:mushroom", "botania:tall_mystical_flower", "botania:petal_block", "morered:network_cable", "xycraft_world:glowing_shiny_aurey_block", "xycraft_world:shiny_aurey_block", "xycraft_world:rgb_lamp", "xycraft_world:glowing_rgb_viewer", "xycraft_world:glowing_matte_rgb_block", "xycraft_world:rgb_lamp_pole"] + + #This is a map of special blocks that can be cleaned with soap + [functional.soap.special_blocks] + "minecraft:sticky_piston" = "minecraft:piston" + "quark:dirty_glass_pane" = "minecraft:glass_pane" + "quark:dirty_glass" = "minecraft:glass" + "#alexscaves:cave_paintings" = "alexscaves:smooth_limestone" + + [functional.cannon] + enabled = true + #Cannon fire power multiplier + #Range: 0.0 ~ 5.0 + fire_power = 0.6 + #Time for a cannon to fire a projectile after it has been lit up + #Range: 0 ~ 500 + fuse_time = 40 + #Time for a cannon to be able to fire again after it has been fired + #Range: 0 ~ 500 + cooldown = 60 + music_disc_heave_ho = true + #Makes TNT-like block shot from a cannon explode on impact + #Allowed Values: IGNITE, IGNITE_ON_IMPACT, NONE + explode_tnt = "IGNITE" + + [functional.cannon.cannonball] + enabled = true + #Cannonball power scaling. Higher values will make cannonballs have more energy. Reminder that the damage and breaking power of a cannonball is proportional to its energy (speed squared) times this constant + #Range: 0.0 ~ 100.0 + power_scaling = 3.5 + #Radius of the 'explosion' when a cannonball hits a block. Set to 0 to disable + #Range: 0.0 ~ 10.0 + break_radius = 1.1 + + [functional.present] + enabled = true + trapped_present = true + + [functional.flax] + enabled = true + wild_flax = true + + [functional.lumisene] + enabled = true + #Gives the flammable effext also when merely stepping on lumisene. Turning this off if you think effects are not something that should be applied like that and just by drinking it. + #Range: 0 ~ 10000 + flammable_from_lumisene_block_duration = 50 + + [functional.lumisene.lumisene_bottle] + #Enables lumisene bottles and the flammable effect and lumisene bottles. Turn off if you think its over the top and doesnt match with existing effects + enabled = true + #Duration of the flammable effect when you drink a lumisene bottle + #Range: 0 ~ 10000 + flammable_duration = 300 + #Duration of the glowing effect when you drink a lumisene bottle + #Range: 0 ~ 10000 + glowing_duration = 200 + +[building] + lapis_bricks = true + deepslate_lamp = true + end_stone_lamp = true + blackstone_lamp = true + stone_lamp = true + stone_tile = true + blackstone_tile = true + bunting = true + sconce = true + sconce_lever = true + pancake = true + checker_block = true + raked_gravel = true + feather_block = true + statue = true + doormat = true + flint_block = true + candle_holder = true + fire_pit = true + wicker_fence = true + fine_wood = true + + [building.blackboard] + enabled = true + #Enable to draw directly on a blackboard using any dye. Gui still only works in black and white + colored_blackboard = false + #Interaction mode for blackboards + #Allowed Values: BOTH, GUI, MANUAL + interaction_mode = "BOTH" + + [building.gravel_bricks] + enabled = true + + [building.slidy_block] + enabled = true + #Slidy block speed + #Range: 0.0 ~ 1.0 + speed = 0.125 + + [building.timber_frame] + enabled = true + #Allow placing a timber frame directly on a block by holding shift + swap_on_shift = false + #Allows axes to remove a framed block leaving the contained block intact + axes_strip = true + #Replace a timber frame with wattle and daub block when daub is placed in it + replace_daub = true + + [building.iron_gate] + enabled = true + #Allows two iron gates to be opened simultaneously when on top of the other + double_opening = true + #Makes iron (ang gold) gates behave like their door counterpart so for example iron gates will only be openable by redstone + door-like_gates = false + + [building.item_shelf] + enabled = true + #Makes item shelves climbable + climbable_shelves = false + + [building.sugar_cube] + enabled = true + #Duration in seconts of speed effect garanted to horses that eat a sugar cube + #Range: 0 ~ 1000 + horse_speed_duration = 10 + #Makes sugar cubes dissolve in rain + dissolve_in_rain = true + + [building.planter] + enabled = true + #Makes so saplings that grow in a planter will break it turning into rooted dirt + broken_by_sapling = false + #When Farmers Delight is on planter will also act like rich soil and use it in its recipe + rich_soil_planter = true + + [building.notice_board] + enabled = true + #Allows notice boards to accept and display any item, not just maps and books + allow_any_item = false + #Enables a GUI for the block. Not needed as the block just holds one item which you can place by clicking on it + gui = true + + [building.pedestal] + enabled = true + #If enabled end crystals placed on a pedestals will provide an enchantment power bonus equivalent to 3 bookshelves + #Range: 0.0 ~ 100.0 + crystal_enchanting = 3 + + [building.ash] + enabled = true + #Burnable blocks will have a chance to create ash layers when burned. Greater this number the greater the chance will be + #Range: 0.0 ~ 1.0 + ash_from_fire_chance = 1.0 + #Burning mobs will drop ash when they die + ash_from_burning_mobs = true + #Allows rain to wash away ash layers overtime + rain_wash_ash = true + #Use a datapack to tweak rarity + basalt_ash = true + + [building.flag] + enabled = true + #Allows right/left clicking on a stick to lower/raise a flag attached to it + stick_pole = true + #Maximum allowed pole length + #Range: 0 ~ 256 + pole_length = 16 + + [building.goblet] + enabled = true + #Allows drinking from goblets + allow_drinking = true + + [building.globe] + enabled = true + sepia_globe = true + + [building.sign_post] + enabled = true + + [building.sign_post.way_sign] + #Entirely disables them from spawning + enabled = true + #With this option road signs will display the distance to the structure that they are pointing to + show_distance_text = true + + [building.daub] + enabled = true + wattle_and_daub = true + + [building.ash_bricks] + enabled = true + + [building.hat_stand] + enabled = true + #Allow all items to go on hat stand + unrestricted = false + + [building.awning] + enabled = true + #Allows having slanted awnings. Disabled if you feel its cursed. + slant = true + #Allows entities to fall through awnings, when shifting. + shift_through = true + #Bouncing angle of slanted awnings + #Range: 0.0 ~ 90.0 + angle = 69.44395478041653 + + [building.flower_box] + enabled = true + #Makes so flower boxes can only contain one tall flower item per block + simple_mode = true + + [building.netherite_doors] + door = true + trapdoor = true + +[tools] + candy = true + stasis = true + altimeter = true + confetti_popper = true + + [tools.quiver] + enabled = true + #Allows using a quiver without being slowed down + use_without_slow = true + #Arrow stacks that can fit inside a quiver. Requires reboot + #Range: 1 ~ 9 + slots = 6 + #Increase this number to alter the probability for a Skeleton with quiver to spawn. + #Range: 0.0 ~ 1.0 + quiver_skeleton_spawn_chance = 0.03 + #Allows quiver to only be used when in offhand or in curio slot + only_works_in_curio = false + #Arrows you pickup will try to go in a quiver if available provided it has some arrow of the same type + quiver_pickup = true + #If the chance for a skeleton to spawn with a quiver will be affected by local difficulty. If true, you wont ever see them on easy and very rarely on normal. Similar logic to equipment + quiver_skeleton_spawn_affected_by_local_difficulty = true + + [tools.lunch_basket] + enabled = true + #Allows lunch baskets to be placed on the ground + placeable = true + #Arrow stacks that can fit inside a lunch basket. Requires reboot + #Range: 1 ~ 9 + slots = 6 + + [tools.slice_map] + enabled = true + #Multiplier that will be applied by slice maps to lower their range compared to normal maps + #Range: 0.0 ~ 1.0 + range_multiplier = 0.25 + + [tools.bubble_blower] + enabled = true + #Amount of soap consumed per bubble block placed + #Range: 1 ~ 25 + stasis_cost = 5 + + [tools.bubble_blower.bubble_block] + #Max lifetime of bubble blocks. Set to 10000 to have it infinite + #Range: 1 ~ 10000 + lifetime = 1200 + #Can bubble break when touched on? + break_when_touched = true + #If true feather falling prevents breaking bubbles when stepping on them + feather_falling_prevents_breaking = true + + [tools.wrench] + enabled = true + #Allows wrenches to bypass a block interaction action prioritizing their own when on said hand + #Allowed Values: MAIN_HAND, OFF_HAND, BOTH, NONE + bypass_when_on = "MAIN_HAND" + + [tools.rope_arrow] + enabled = true + #Max number of rope items allowed to be stored inside a rope arrow + #Range: 1 ~ 256 + capacity = 32 + #Makes rope arrows exclusive to crossbows + exclusive_to_crossbows = false + + [tools.flute] + enabled = true + #Radius in which an unbound flute will search pets + #Range: 0 ~ 500 + unbound_radius = 64 + #Max distance at which a bound flute will allow a pet to teleport + #Range: 0 ~ 500 + bound_distance = 64 + + [tools.bomb] + enabled = true + #Bomb explosion radius (damage depends on this) + #Range: 0.1 ~ 10.0 + explosion_radius = 2.0 + #Do bombs break blocks like tnt? + #Allowed Values: ALL, WEAK, NONE + break_blocks = "WEAK" + #Put here any number other than 0 to have your bombs explode after a certain amount of ticks instead than on contact + #Range: 0 ~ 100000 + bomb_fuse = 0 + #Enable bomb item cooldown + cooldown = true + + [tools.bomb.blue_bomb] + #Bomb explosion radius (damage depends on this) + #Range: 0.1 ~ 10.0 + explosion_radius = 5.15 + #Do bombs break blocks like tnt? + #Allowed Values: ALL, WEAK, NONE + break_blocks = "WEAK" + + [tools.slingshot] + enabled = true + #Slingshot range multiplier. Affect the initial projectile speed + #Range: 0.0 ~ 5.0 + range_multiplier = 1.0 + #Time in ticks to fully charge a slingshot + #Range: 0 ~ 100 + charge_time = 20 + #Deceleration for the stasis projectile + #Range: 0.1 ~ 1.0 + stasis_deceleration = 0.9625 + #Allow enderman to intercept any slingshot projectile + unrestricted_enderman_intercept = true + #Allows buckets to be thrown by slingshots. Thrown buckets will place their content when they land + allow_buckets = true + #Damage that items in the 'supplementaries:slingshot_damageable' tag will deal. Scales with thrown speed. Tag is empty by default. + #Range: 0.0 ~ 100.0 + damageable_damage = 0.5 + #Allows splash potions to be thrown by slingshots + allow_splash_potions = false + #Allows bombs to be thrown by slingshots + allow_bombs = false + #Allows fire charges to be thrown by slingshots + allow_fire_charges = false + #Allows snowballs to be thrown by slingshots + allow_snowballs = false + #Allows enderpearls to be thrown by slingshots + allow_enderpearls = false + + [tools.antique_ink] + enabled = true + +#General settings +[general] + #Enable Creative Tab + creative_tab = false + #Set to false to disable custom dispenser behaviors (i.e: filling jars) if for some reason they are causing trouble + dispensers = true + #Creates a creative tab full of filled jars + jar_tab = false + #Save generated resources to disk in a 'debug' folder in your game directory. Mainly for debug purposes but can be used to generate assets in all wood types for your mods :0 + debug_save_dynamic_pack = false + #Turn this on to disable any interaction on blocks placed by other players. This affects item shelves, signs, flower pots, and boards. Useful for protected servers. Note that it will affect only blocks placed after this is turned on and such blocks will keep being protected after this option is disabled + server_protection = false + #slightly increase this or decrease this number to tweak the red merchant spawn chance. Won't spawn at 0 and will spawn twice as often on 2 + #Range: 0.0 ~ 10.0 + red_merchant_spawn_multiplier = 1.0 + #Disable startup messages and sanity check that the mod performs to inform of possible detected crashes that might occur due to issues + sanity_checks_messages = true + +#Vanilla tweaks +[tweaks] + + [tweaks.shulker_helmet] + #Allows wearing shulker shells + enabled = true + + [tweaks.golden_apple_disenchant] + enabled = true + + [tweaks.traders_open_doors] + #Allows traders to open doors (because they couldn't apparently) + enabled = true + + [tweaks.dispenser_tweaks] + #Allows dispensers to use axes on blocks to strip logs and scrape off copper oxidation and wax + axe_strip = true + #Enables shooting ender pearls with dispensers + shoot_ender_pearls = true + #Enables extracting bundles items with dispensers + extract_from_bundles = true + + [tweaks.throwable_bricks] + #Throw bricks at your foes! Might break glass blocks + enabled = true + + [tweaks.placeable_sticks] + #Allow placeable sticks + sticks = true + #Allow placeable blaze rods + blaze_rods = true + + [tweaks.placeable_gunpowder] + #Allow placeable gunpowder + enabled = true + #Number of ticks it takes for gunpowder to burn 1 stage (out of 8). Increase to slow it down + #Range: 0 ~ 20 + speed = 2 + #Age at which it spread to the next gunpowder block. Also affects speed + #Range: 0 ~ 8 + spread_age = 2 + + [tweaks.raked_gravel] + #allow gravel to be raked with a hoe + enabled = true + + [tweaks.bottle_xp] + #Allow bottling up xp by using a bottle on an enchanting table + enabled = false + #bottling health cost + #Range: 0 ~ 20 + cost = 2 + #Block that should be clicked on for bottling to work. Leave blank for enchanting table. You can put another block here from another mod if you find it more fitting + target_block = "" + + [tweaks.map_tweaks] + #Cartographers will sell 'adventurer maps' that will lead to a random vanilla structure (choosen from a thought out preset list). + #Best kept disabled if you are adding custom adventurer maps with datapack (check the wiki for more) + random_adventurer_maps = true + #Select a random structure to look for instead of iterating through all of the ones in the tag returning the closest. Turning on will make ones that have diff structures (aka all different ruined portals) show up more. On could take much more time to compute + random_adventurer_maps_select_random_structure = true + #Enables beacons, lodestones, respawn anchors, beds, conduits, portals to be displayed on maps by clicking one of them with a map + block_map_markers = true + #Shows a death marker on your map when you die. Requires a recovery compass in player inventory or similar + #Allowed Values: OFF, WITH_COMPASS, ALWAYS + death_marker = "WITH_COMPASS" + #If Quark is installed adventurer maps will be replaced by adventurer quills. These will not lag the server when generating + quill_adventurer_maps = true + #If Quark is installed replaces buried treasure and mansion maps with their equivalent quill form. This removes the lag spike they create when generating + quill_vanilla_maps = true + #Miminum search radius for quill. Used to incrase the radius of vanilla searches. For reference buried treasures are at 50 and locate is at 100 chunks + #Range: 10 ~ 600 + min_search_radius = 75 + #Makes blocks tagged as 'tinted_on_map' use their tint color. This allows for accurate biome colors for water and grass as well as other custom block that use any tint + tinted_blocks_on_maps = true + + [tweaks.placeable_books] + #Allows written books to be placed down. Requires shift clicking + written_books = true + #Allow books and enchanted books to be placed on the ground + enabled = true + #Enchantment power bonus given by normal book piles with 4 books. Piles with less books will have their respective fraction of this total. For reference a vanilla bookshelf provides 1 + #Range: 0.0 ~ 5.0 + book_power = 1.0 + #Enchantment power bonus given by normal book piles with 4 books. Piles with less books will have their respective fraction of this total. For reference a vanilla bookshelf provides 1 + #Range: 0.0 ~ 5.0 + enchanted_book_power = 1.334 + #Allow all books to be placed both vertically and horizontally + mixed_books = false + + [tweaks.zombie_horse] + #Feed a stack of rotten flesh to a skeleton horse to buff him up to a zombie horse + zombie_horse_conversion = true + #Amount of rotten flesh needed + #Range: 1 ~ 1000 + rotten_flesh = 64 + #Allows zombie horses to be ridden underwater + rideable_underwater = true + #Convert a zombie horse back by feeding it a golden carrot + zombie_horse_inverse_conversion = true + + [tweaks.noteblocks_scare] + #Noteblocks with a zombie head will scare off villagers + enabled = true + + [tweaks.bad_luck_tweaks] + #Hit a void cat, get the unluck + cat_unluck = true + #If you have unluck you are more likely to get hit by a lighting + lightning_unluck = true + + [tweaks.item_lore] + #Adds a recipe to add 'lore' strings to an item by combining it with a named nametag + enabled = true + + [tweaks.sus_recipes] + #Adds recipes to craft suspicious gravel and suspicious sand + enabled = true + + [tweaks.slimed_effect] + enabled = true + #Allow slimeballs to be thrown + throwable_slimeballs = true + #Thrown slimeballs will shortly nerf the player jump height. Disable if you don't want this effect as it can be quite powerful + #Allowed Values: NEVER, ALWAYS, NORMAL_DIFFICULTY, HARD_DIFFICULTY + hinders_jump = "NORMAL_DIFFICULTY" + #Duration of the slimed effect in ticks + #Range: 0 ~ 1000 + duration = 300 + #Chance that a slime mob will apply slimed effect on successful attack. Multiplied by the slime size + #Range: 0.0 ~ 1.0 + chance_per_slime_size = 0.15 + + [tweaks.dragon_banner_pattern] + #Adds dragon banner pattern made from dragon head + enabled = true + diff --git a/config/theurgy-client.toml b/config/theurgy-client.toml new file mode 100644 index 0000000..ea91131 --- /dev/null +++ b/config/theurgy-client.toml @@ -0,0 +1,7 @@ + +#Rendering Settings +[rendering] + #True to show the icon of the source item on top of the sulfur jar icon, false to hide it (source item will still be shown on hover in item name). + #Disabling this setting may improve performance in inventories with lots of sulfur item stacks. + renderSulfurSourceItem = true + diff --git a/config/tomeofblood/base-common.toml b/config/tomeofblood/base-common.toml new file mode 100644 index 0000000..600ab38 --- /dev/null +++ b/config/tomeofblood/base-common.toml @@ -0,0 +1,5 @@ +#Conversion rate of LP into player mana +conversionRate = 10 +#Scale at which Living Mage Armor gains experience compared to normal Living Armor +livingExpScale = 0.8 + diff --git a/config/tomeofblood/glyph_sentient_harm.toml b/config/tomeofblood/glyph_sentient_harm.toml new file mode 100644 index 0000000..7549059 --- /dev/null +++ b/config/tomeofblood/glyph_sentient_harm.toml @@ -0,0 +1,36 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 25 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = ["ars_nouveau:glyph_amplify=2"] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Range: 0.0 ~ 2.147483647E9 + damage = 4.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 2.0 + #Potion duration, in seconds + #Range: > 0 + potion_time = 5 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 5 + diff --git a/config/tomeofblood/glyph_sentient_wrath.toml b/config/tomeofblood/glyph_sentient_wrath.toml new file mode 100644 index 0000000..259fc5b --- /dev/null +++ b/config/tomeofblood/glyph_sentient_wrath.toml @@ -0,0 +1,36 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 40 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = ["ars_nouveau:glyph_amplify=2"] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Range: 0.0 ~ 2.147483647E9 + damage = 3.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 2.0 + #Potion duration, in seconds + #Range: > 0 + potion_time = 20 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 5 + diff --git a/config/toomanyglyphs/glyph_amplify_three.toml b/config/toomanyglyphs/glyph_amplify_three.toml new file mode 100644 index 0000000..10c7c22 --- /dev/null +++ b/config/toomanyglyphs/glyph_amplify_three.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 1280 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 3 + diff --git a/config/toomanyglyphs/glyph_amplify_two.toml b/config/toomanyglyphs/glyph_amplify_two.toml new file mode 100644 index 0000000..98e09a8 --- /dev/null +++ b/config/toomanyglyphs/glyph_amplify_two.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 320 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + diff --git a/config/toomanyglyphs/glyph_chaining.toml b/config/toomanyglyphs/glyph_chaining.toml new file mode 100644 index 0000000..783d613 --- /dev/null +++ b/config/toomanyglyphs/glyph_chaining.toml @@ -0,0 +1,50 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 300 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 1 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + #Base maximum number of blocks struck when targeting blocks + #Range: > 1 + base_max_blocks = 16 + #Bonus to maximum blocks per augment + #Range: > 1 + bonus_blocks = 16 + #Base search distance around each target block + #Range: 1.0 ~ 2.147483647E9 + base_block_search_distance_euclidean = 1.75 + #Bonus search distance around each target block per augment + #Range: 1.0 ~ 2.147483647E9 + bonus_block_distance_euclidean = 1.0 + #Base maximum number of entities struck when targeting entities + #Range: > 1 + base_max_entities = 8 + #Bonus to maximum entities per augment + #Range: > 1 + bonus_entities = 16 + #Base search distance around each target entity + #Range: 0.0 ~ 1.7976931348623157E308 + base_entity_distance = 8.0 + #Bonus search distance around each target entity per augment + #Range: 0.0 ~ 1.7976931348623157E308 + bonus_entity_distance = 4.0 + diff --git a/config/toomanyglyphs/glyph_filter_animal.toml b/config/toomanyglyphs/glyph_filter_animal.toml new file mode 100644 index 0000000..837d732 --- /dev/null +++ b/config/toomanyglyphs/glyph_filter_animal.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/toomanyglyphs/glyph_filter_block.toml b/config/toomanyglyphs/glyph_filter_block.toml new file mode 100644 index 0000000..837d732 --- /dev/null +++ b/config/toomanyglyphs/glyph_filter_block.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/toomanyglyphs/glyph_filter_entity.toml b/config/toomanyglyphs/glyph_filter_entity.toml new file mode 100644 index 0000000..837d732 --- /dev/null +++ b/config/toomanyglyphs/glyph_filter_entity.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/toomanyglyphs/glyph_filter_is_baby.toml b/config/toomanyglyphs/glyph_filter_is_baby.toml new file mode 100644 index 0000000..9062dd8 --- /dev/null +++ b/config/toomanyglyphs/glyph_filter_is_baby.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/toomanyglyphs/glyph_filter_is_mature.toml b/config/toomanyglyphs/glyph_filter_is_mature.toml new file mode 100644 index 0000000..9062dd8 --- /dev/null +++ b/config/toomanyglyphs/glyph_filter_is_mature.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/toomanyglyphs/glyph_filter_item.toml b/config/toomanyglyphs/glyph_filter_item.toml new file mode 100644 index 0000000..837d732 --- /dev/null +++ b/config/toomanyglyphs/glyph_filter_item.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/toomanyglyphs/glyph_filter_living.toml b/config/toomanyglyphs/glyph_filter_living.toml new file mode 100644 index 0000000..837d732 --- /dev/null +++ b/config/toomanyglyphs/glyph_filter_living.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/toomanyglyphs/glyph_filter_living_not_monster.toml b/config/toomanyglyphs/glyph_filter_living_not_monster.toml new file mode 100644 index 0000000..837d732 --- /dev/null +++ b/config/toomanyglyphs/glyph_filter_living_not_monster.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/toomanyglyphs/glyph_filter_living_not_player.toml b/config/toomanyglyphs/glyph_filter_living_not_player.toml new file mode 100644 index 0000000..837d732 --- /dev/null +++ b/config/toomanyglyphs/glyph_filter_living_not_player.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/toomanyglyphs/glyph_filter_monster.toml b/config/toomanyglyphs/glyph_filter_monster.toml new file mode 100644 index 0000000..837d732 --- /dev/null +++ b/config/toomanyglyphs/glyph_filter_monster.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/toomanyglyphs/glyph_filter_player.toml b/config/toomanyglyphs/glyph_filter_player.toml new file mode 100644 index 0000000..837d732 --- /dev/null +++ b/config/toomanyglyphs/glyph_filter_player.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/toomanyglyphs/glyph_lay_on_hands.toml b/config/toomanyglyphs/glyph_lay_on_hands.toml new file mode 100644 index 0000000..62c376f --- /dev/null +++ b/config/toomanyglyphs/glyph_lay_on_hands.toml @@ -0,0 +1,23 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 10 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + diff --git a/config/toomanyglyphs/glyph_ray.toml b/config/toomanyglyphs/glyph_ray.toml new file mode 100644 index 0000000..30f2aa9 --- /dev/null +++ b/config/toomanyglyphs/glyph_ray.toml @@ -0,0 +1,29 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 10 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Base range in blocks + #Range: 0.0 ~ 1.7976931348623157E308 + base_range = 16.0 + #Bonus range per augment + #Range: 0.0 ~ 1.7976931348623157E308 + bonus_range_per_augment = 16.0 + diff --git a/config/toomanyglyphs/glyph_reverse_direction.toml b/config/toomanyglyphs/glyph_reverse_direction.toml new file mode 100644 index 0000000..837d732 --- /dev/null +++ b/config/toomanyglyphs/glyph_reverse_direction.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/totemic-client.toml b/config/totemic-client.toml new file mode 100644 index 0000000..4d16325 --- /dev/null +++ b/config/totemic-client.toml @@ -0,0 +1,8 @@ + +#Totemic client-only configuration settings +[client] + #Horizontal position of the ceremony HUD (offset from center of the screen) + ceremonyHudPositionX = 0 + #Vertical position of the ceremony HUD (offset from center of the screen) + ceremonyHudPositionY = -70 + diff --git a/config/totemic-common.toml b/config/totemic-common.toml new file mode 100644 index 0000000..b6a7aa3 --- /dev/null +++ b/config/totemic-common.toml @@ -0,0 +1,26 @@ + +#This config option allows you to add custom wood types for Totem Bases and Totem Poles. +#Must be a list of tables with the following keys: +# id: Required: The wood type's ID. Must be a valid resource location (Example: "my_mod:my_wood_type"). +# logs: Required: Specifies which log blocks are recognized as belonging to this wood type by the Totem Whittling Knife. +# Currently, only block tags are supported. Must be a string starting with '#' specifying a valid block tag +# (Example: "#minecraft:crimson_stems"). +# woodColor: Optional: An integer between 0 and 61 specifying the map color of the wood's inside. +# See https://minecraft.wiki/w/Map_item_format#Color_table for a list of possible colors. Defaults to 13 +# (Oak Log's wood color). +# barkColor: Optional: An integer between 0 and 61 specifying the map color of the wood's bark, see above. Defaults +# to 34 (Oak Log's bark color). +# +#Textures and language keys for the corresponding Totem Pole/Base blocks need to be added via a resource pack. +#See here for an example resource pack: https://github.com/TeamTotemic/Totemic/tree/1.20.1/CustomWoodTypeTestResources +# +#Please note that issues will arise if the wood types are not the same on the server and client. +# +#Example entry: +#[[customTotemWoodTypes]] +# id = "my_mod:crimson" +# logs = "#minecraft:crimson_stems" +# woodColor = 53 #optional +# barkColor = 54 #optional +[[customTotemWoodTypes]] + diff --git a/config/trashcans-common.toml b/config/trashcans-common.toml new file mode 100644 index 0000000..415489b --- /dev/null +++ b/config/trashcans-common.toml @@ -0,0 +1,3 @@ +# Allowed values: true, false - Default: false +allowVoidingNuclearWaste = false + diff --git a/config/via_romana-common.toml b/config/via_romana-common.toml new file mode 100644 index 0000000..8c4a6e8 --- /dev/null +++ b/config/via_romana-common.toml @@ -0,0 +1,39 @@ + +#Via Romana Configuration +[Variables] + #Radius to check for nearby infrastructure. + #Range: 0.1 ~ 10.0 + infrastructure_check_radius = 1.0 + #Minimum distance between path nodes. + #Range: 1.0 ~ 100.0 + node_distance_minimum = 10.0 + #Maximum distance between path nodes. + #Range: 1.0 ~ 200.0 + node_distance_maximum = 20.0 + #Minimum path quality threshold for pathfinding. + #Range: 0.0 ~ 1.0 + path_quality_threshold = 0.6 + #Minimum distance for a valid path segment. + #Range: 1.0 ~ 1000.0 + path_distance_minimum = 10.0 + #Maximum distance for a valid path segment. + #Range: 100.0 ~ 1.7976931348623157E308 + path_distance_maximum = 100000.0 + #Cooldown in seconds for travel fatigue effect. + #Range: 0.0 ~ 3600.0 + travel_fatigue_cooldown = 30.0 + +[Management] + #Comma-separated list of entity IDs allowed to use paths (e.g., minecraft:player, minecraft:horse). + valid_entities = "minecraft:player, minecraft:boat, minecraft:horse, minecraft:pig, minecraft:strider, minecraft:camel" + #Comma-separated list of dimension IDs where the mod operates (e.g., minecraft:overworld). + valid_dimensions = "minecraft:overworld, minecraft:the_nether, minecraft:the_end" + #Comma-separated list of block tags considered valid path blocks (e.g., via_romana:path_block). + valid_block_tags = "via_romana:path_block" + #Comma-separated list of specific block IDs considered valid path blocks (e.g., minecraft:stone_bricks). + valid_block_ids = "" + #Comma-separated list of block state strings considered valid path blocks (e.g., minecraft:cobblestone_slab[type=bottom]). + valid_block_strings = "" + #Comma-separated list of sign block IDs used for nodes (e.g., supplementaries:sign_post). + valid_sign_strings = "supplementaries:sign_post" + diff --git a/config/voicechat-client.toml b/config/voicechat-client.toml new file mode 100644 index 0000000..ec6365f --- /dev/null +++ b/config/voicechat-client.toml @@ -0,0 +1,3 @@ +# This config has been moved to config/voicechat/voicechat-client.properties +moved = true + diff --git a/config/voicechat/translations.properties b/config/voicechat/translations.properties new file mode 100644 index 0000000..a23e604 --- /dev/null +++ b/config/voicechat/translations.properties @@ -0,0 +1,14 @@ +# Simple Voice Chat translations +# This file contains all server-side translations for the Simple Voice Chat mod + +# The message a player gets when kicked for not having voice chat installed and the server has force_voicechat enabled +# The first parameter is the mod/plugin name and the second parameter is the mod/plugin version +force_voicechat_kick_message=You need %s %s to play on this server +# The message a player gets when joining a server with an incompatible voice chat version +# The first parameter is the mod/plugin version and the second parameter is the mod/plugin name +voicechat_not_compatible_message=Your voice chat client version is not compatible with the server-side version.\\nPlease install version %s of %s. +# The message a player gets when trying to execute a command that requires the voice chat mod installed on the client side. +# The first parameter is the mod/plugin name +voicechat_needed_for_command_message=You need to have %s installed on your client to use this command +# The message a player gets when trying to execute a command that can only be executed as a player +player_command_message=This command can only be executed as a player diff --git a/config/voicechat/username-cache.json b/config/voicechat/username-cache.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/config/voicechat/username-cache.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/config/voicechat/voicechat-client.properties b/config/voicechat/voicechat-client.properties new file mode 100644 index 0000000..2f398fe --- /dev/null +++ b/config/voicechat/voicechat-client.properties @@ -0,0 +1,90 @@ +# Simple Voice Chat client config v1.20.1-2.5.32 + +# If the voice chat onboarding process has been finished +onboarding_finished=true +# The voice chat volume +voice_chat_volume=1.0 +# The threshold for the voice activation method (in dB) +voice_activation_threshold=-50.0 +# The voice chat microphone amplification +microphone_amplification=1.0 +# The microphone activation method +# Valid values are 'PTT' and 'VOICE' +microphone_activation_type=PTT +# The size of the audio output buffer (in packets) +# Higher values mean a higher latency but less crackling +# Increase this value if you have an unstable internet connection +output_buffer_size=5 +# The maximum number of audio packets that should be held back if a packet arrives out of order or is dropped +# This prevents audio packets that are only slightly out of order from being discarded +# Set this to 0 to disable +audio_packet_threshold=3 +# The time it takes for the microphone to deactivate when using voice activation +# A value of 1 means 20 milliseconds, 2=40 ms, 3=60 ms, and so on +voice_deactivation_delay=25 +# The microphone used by the voice chat +# Leave blank to use the default device +microphone= +# The speaker used by the voice chat +# Leave blank to use the default device +speaker= +# If the microphone is muted (only relevant for the voice activation method) +muted=false +# If the voice chat is disabled (both sound and microphone off) +disabled=true +# If the voice chat HUD, group chat HUD, and other in-game icons should be hidden +hide_icons=false +# If the group chat HUD should be visible +show_group_hud=true +# If your own player icon should be displayed in the group chat HUD when you are in a group +show_own_group_icon=true +# The scale of the player icons in the group chat HUD +group_hud_icon_scale=2.0 +# The orientation of the player icons in the group chat HUD +# Valid values are 'VERTICAL' and 'HORIZONTAL' +group_player_icon_orientation=VERTICAL +# The X position of the player icons in the group chat HUD +# Negative values mean anchoring to the right instead +group_player_icon_pos_x=4 +# The Y position of the player icons in the group chat HUD +# Negative values mean anchoring to the bottom instead +group_player_icon_pos_y=4 +# The X position of the icons in the voice chat HUD +# Negative values mean anchoring to the right instead +hud_icon_pos_x=16 +# The Y position of the icons in the voice chat HUD +# Negative values mean anchoring to the bottom instead +hud_icon_pos_y=-16 +# The scale of the icons in the voice chat HUD, such as microphone or connection status +hud_icon_scale=1.0 +# The location where recordings should be saved +# Leave blank to use the default location +recording_destination= +# The quality of the recorded voice chat audio +# 0 = highest quality, 9 = lowest quality +recording_quality=2 +# If noise suppression should be enabled +denoiser=false +# If the voice chat should work in singleplayer or in worlds shared over LAN +run_local_server=true +# Whether to use the Java implementation of microphone capture instead of OpenAL +java_microphone_implementation=false +# If the mod should check for microphone permissions (macOS only) +macos_check_microphone_permission=true +# If fake players should have the disconnected icon above their head +show_fake_players_disconnected=false +# If the volume adjustment interface should also display offline players +offline_player_volume_adjustment=false +# The 3D audio type +# Valid values are 'NORMAL', 'REDUCED', and 'OFF' +audio_type=NORMAL +# If the mod should load native libraries on the client +# When disabled, the Java Opus implementation will be used instead, the denoiser won't be available, and you won't be able to record the voice chat audio +use_natives=true +# How listening to other players should work when using freecam mods +# Valid values are 'CAMERA' and 'PLAYER' +# CAMERA: You will hear the voice chat around your camera. Whether you will still be able to hear the voice chat when the camera is far away from your character depends on the voice chat broadcast range of the server +# PLAYER: You will hear the voice chat around your character no matter where your camera is +freecam_mode=CAMERA +# If enabled, you will be automatically muted when joining a world +mute_on_join=false diff --git a/config/voicechat/voicechat-server.properties b/config/voicechat/voicechat-server.properties new file mode 100644 index 0000000..b9a5ca9 --- /dev/null +++ b/config/voicechat/voicechat-server.properties @@ -0,0 +1,53 @@ +# Simple Voice Chat server config v1.20.1-2.5.32 + +# The port number to use for the voice chat communication. +# Audio packets are always transmitted via the UDP protocol on the port number +# specified here, independently of other networking used for the game server. +# Set this to '-1' to use the same port number that is used by the Minecraft server. +# However, it is strongly recommended NOT to use the same port number because UDP on +# it is also used by default for the server query. Doing so may crash the server! +port=24454 +# The server IP address to bind the voice chat to +# Leave blank to use the 'server-ip' property from the 'server.properties' config file +# To bind to the wildcard IP address, use '*' +bind_address= +# The distance to which the voice can be heard +max_voice_distance=48.0 +# The multiplier of the voice distance when crouching +crouch_distance_multiplier=1.0 +# The multiplier of the voice distance when whispering +whisper_distance_multiplier=0.5 +# The Opus codec +# Valid values are 'VOIP', 'AUDIO', and 'RESTRICTED_LOWDELAY' +codec=VOIP +# The maximum size that audio packets are allowed to have (in bytes) +# Set this to a lower value if audio packets don't arrive +mtu_size=1024 +# The frequency at which keep-alive packets are sent (in milliseconds) +# Setting this to a higher value may result in timeouts +keep_alive=1000 +# If group chats are allowed +enable_groups=true +# The hostname that clients should use to connect to the voice chat +# This may also include a port, e.g. 'example.com:24454' +# Do NOT change this value if you don't know what you're doing +voice_host= +# If players are allowed to record the voice chat audio +allow_recording=true +# If spectators are allowed to talk to other players +spectator_interaction=false +# If spectators can talk to players they are spectating +spectator_player_possession=false +# If players without the voice chat mod should be kicked from the server +force_voice_chat=false +# The amount of time the server should wait to check if a player has the mod installed (in milliseconds) +# Only relevant when 'force_voice_chat' is set to 'true' +login_timeout=10000 +# The range in which the voice chat should broadcast audio +# A value less than 0 means 'max_voice_distance' +broadcast_range=-1.0 +# If the voice chat server should reply to external pings +allow_pings=true +# If the mod should load native libraries on dedicated servers +# This is mostly relevant for voice chat addons +use_natives=true diff --git a/config/voicechat/voicechat-volumes.properties b/config/voicechat/voicechat-volumes.properties new file mode 100644 index 0000000..85cd369 --- /dev/null +++ b/config/voicechat/voicechat-volumes.properties @@ -0,0 +1,2 @@ +# Simple Voice Chat volume config + diff --git a/config/waystones-common.toml b/config/waystones-common.toml new file mode 100644 index 0000000..4f50fdf --- /dev/null +++ b/config/waystones-common.toml @@ -0,0 +1,110 @@ + +[xpCost] + #Set to true if experience cost should be inverted, meaning the shorter the distance, the more expensive. Can be used to encourage other methods for short-distance travel. + inverseXpCost = false + #The amount of blocks per xp level requirement. If set to 500, the base xp cost for travelling 1000 blocks will be 2 levels. + blocksPerXpLevel = 1000 + #The minimum base xp cost (may be subceeded by multipliers defined below) + minimumBaseXpCost = 0.0 + #The maximum base xp cost (may be exceeded by multipliers defined below), set to 0 to disable all distance-based XP costs + maximumBaseXpCost = 3.0 + #How much xp is needed per leashed animal to travel with you + xpCostPerLeashed = 0 + #The base xp level cost when travelling between dimensions. Ignores block distance. + dimensionalWarpXpCost = 3 + #The multiplier applied to the base xp cost when teleporting to a global waystone through any method. + globalWaystoneXpCostMultiplier = 0.0 + #The multiplier applied to the base xp cost when teleporting using a Warp Stone item (not the Waystone block, Konstantin) + warpStoneXpCostMultiplier = 0.0 + #The multiplier applied to the base xp cost when teleporting from one waystone to another. + waystoneXpCostMultiplier = 0.0 + #The multiplier applied to the base xp cost when teleporting from one sharestone to another. + sharestoneXpCostMultiplier = 0.0 + #The multiplier applied to the base xp cost when teleporting from a portstone. + portstoneXpCostMultiplier = 0.0 + #The multiplier applied to the base xp cost when teleporting from one warp plate to another. + warpPlateXpCostMultiplier = 0.0 + #The multiplier applied to the base xp cost when teleporting via the inventory button. + inventoryButtonXpCostMultiplier = 0.0 + +[restrictions] + #If enabled, only creative players can place, edit or break waystones. This does NOT disable the crafting recipe. + restrictToCreative = false + #If enabled, only the owner of a waystone (the one who placed it) can rename it. + restrictRenameToOwner = false + #If enabled, waystones generated in worldgen are unbreakable. + generatedWaystonesUnbreakable = false + #If enabled, leashed mobs will be teleported with you + transportLeashed = true + #Whether to take leashed mobs with you when teleporting between dimensions + transportLeashedDimensional = true + #List of leashed mobs that cannot be taken with you when teleporting + leashedDenyList = ["minecraft:wither"] + #Set to 'ALLOW' to allow dimensional warp in general. Set to 'GLOBAL_ONLY' to restrict dimensional warp to global waystones. Set to 'DENY' to disallow all dimensional warps. + #Allowed Values: ALLOW, GLOBAL_ONLY, DENY + dimensionalWarp = "ALLOW" + #List of dimensions that players are allowed to warp cross-dimension from and to. If left empty, all dimensions except those in dimensionalWarpDenyList are allowed. + dimensionalWarpAllowList = [] + #List of dimensions that players are not allowed to warp cross-dimension from and to. Only used if dimensionalWarpAllowList is empty. + dimensionalWarpDenyList = [] + #Set to true if players should be able to teleport between waystones by simply right-clicking a waystone. + allowWaystoneToWaystoneTeleport = true + #Set to false to allow non-creative players to make waystones globally activated for all players. + globalWaystoneSetupRequiresCreativeMode = true + +[cooldowns] + #The multiplier applied to the cooldown when teleporting to a global waystone via inventory button or warp stone. + globalWaystoneCooldownMultiplier = 1.0 + #The cooldown between usages of the warp stone in seconds. This is bound to the player, not the item, so multiple warp stones share the same cooldown. + warpStoneCooldown = 30 + #The time in ticks that it takes to use a warp stone. This is the charge-up time when holding right-click. + warpStoneUseTime = 32 + #The time in ticks that it takes to use a warp plate. This is the time the player has to stand on top for. + warpPlateUseTime = 20 + #The time in ticks it takes to use a scroll. This is the charge-up time when holding right-click. + scrollUseTime = 32 + #The cooldown between usages of the inventory button in seconds. + inventoryButtonCooldown = 300 + +[inventoryButton] + #Set to 'NONE' for no inventory button. Set to 'NEAREST' for an inventory button that teleports to the nearest waystone. Set to 'ANY' for an inventory button that opens the waystone selection menu. Set to a waystone name for an inventory button that teleports to a specifically named waystone. + inventoryButton = "" + #The x position of the warp button in the inventory. + warpButtonX = 58 + #The y position of the warp button in the inventory. + warpButtonY = 60 + #The y position of the warp button in the creative menu. + creativeWarpButtonX = 88 + #The y position of the warp button in the creative menu. + creativeWarpButtonY = 33 + +[worldGen] + #Set to 'DEFAULT' to only generate the normally textured waystones. Set to 'MOSSY' or 'SANDY' to generate all as that variant. Set to 'BIOME' to make the style depend on the biome it is generated in. + #Allowed Values: DEFAULT, MOSSY, SANDY, BIOME + worldGenStyle = "BIOME" + #Approximate chunk distance between waystones generated freely in world generation. Set to 0 to disable generation. + frequency = 0 + #List of dimensions that waystones are allowed to spawn in through world gen. If left empty, all dimensions except those in worldGenDimensionDenyList are used. + dimensionAllowList = ["minecraft:overworld", "minecraft:the_nether", "minecraft:the_end"] + #List of dimensions that waystones are not allowed to spawn in through world gen. Only used if worldGenDimensionAllowList is empty. + dimensionDenyList = [] + #Set to 'PRESET_FIRST' to first use names from the custom names list. Set to 'PRESET_ONLY' to use only those custom names. Set to 'MIXED' to have some waystones use custom names, and others random names. + #Allowed Values: PRESET_FIRST, RANDOM_ONLY, PRESET_ONLY, MIXED + nameGenerationMode = "PRESET_FIRST" + #These names will be used for the PRESET name generation mode. See the nameGenerationMode option for more info. + customWaystoneNames = [] + #Set to true if waystones should be added to the generation of villages. Some villages may still spawn without a waystone. + spawnInVillages = false + #Ensures that pretty much every village will have a waystone, by spawning it as early as possible. In addition, this means waystones will generally be located in the center of the village. + forceSpawnInVillages = false + +[client] + #If enabled, the text overlay on waystones will no longer always render at full brightness. + disableTextGlow = false + +[compatibility] + #If enabled, JourneyMap waypoints will be created for each activated waystone. + displayWaystonesOnJourneyMap = true + #If enabled, JourneyMap waypoints will only be created if the mod 'JourneyMap Integration' is not installed + preferJourneyMapIntegration = true + diff --git a/config/xaerominimap-common.txt b/config/xaerominimap-common.txt new file mode 100644 index 0000000..463c865 --- /dev/null +++ b/config/xaerominimap-common.txt @@ -0,0 +1,5 @@ +allowCaveModeOnServer:true +allowNetherCaveModeOnServer:true +allowRadarOnServer:true +registerStatusEffects:true +everyoneTracksEveryone:false diff --git a/config/xaerominimap.txt b/config/xaerominimap.txt new file mode 100644 index 0000000..fea19ac --- /dev/null +++ b/config/xaerominimap.txt @@ -0,0 +1,133 @@ +#CONFIG ONLY OPTIONS +ignoreUpdate:0 +settingsButton:false +allowWrongWorldTeleportation:false +differentiateByServerAddress:true +debugEntityIcons:false +debugEntityVariantIds:false +radarHideInvisibleEntities:true +allowInternetAccess:true +#INGAME SETTINGS (DO NOT EDIT!) +updateNotification:true +minimap:true +caveMaps:2 +caveZoom:1 +showWaypoints:true +showIngameWaypoints:true +displayRedstone:true +deathpoints:true +oldDeathpoints:true +distance:1 +lockNorth:false +zoom:0 +minimapSize:0 +chunkGrid:-1 +slimeChunks:false +mapSafeMode:false +minimapOpacity:100.0 +waypointsIngameIconScale:0 +waypointsIngameDistanceScale:0 +waypointsIngameNameScale:0 +waypointsIngameCloseScale:1.0 +antiAliasing:true +blockColours:0 +lighting:true +dotsStyle:0 +dotNameScale:1.0 +compassOverEverything:true +showFlowers:true +keepWaypointNames:true +waypointsDistanceExp:0 +waypointsDistanceMin:0.0 +defaultWaypointTPCommandFormat:/tp @s {x} {y} {z} +defaultWaypointTPCommandRotationFormat:/tp @s {x} {y} {z} {yaw} ~ +arrowScale:1.5 +arrowColour:0 +smoothDots:true +worldMap:true +terrainDepth:true +terrainSlopes:2 +mainEntityAs:0 +blockTransparency:true +waypointOpacityIngame:80 +waypointOpacityMap:90 +hideWorldNames:1 +openSlimeSettings:true +alwaysShowDistance:false +renderLayerIndex:1 +crossDimensionalTp:true +biomeColorsVanillaMode:false +lookingAtAngle:10 +lookingAtAngleVertical:180 +centeredEnlarged:false +zoomOnEnlarged:0 +minimapTextAlign:0 +waypointsMutualEdit:true +compassLocation:1 +compassDirectionScale:0 +caveMapsDepth:30 +hideWaypointCoordinates:false +renderAllSets:false +playerArrowOpacity:100 +waypointsBottom:false +minimapShape:0 +lightOverlayType:0 +lightOverlayMaxLight:7 +lightOverlayMinLight:0 +lightOverlayColor:13 +uiScale:0 +bossHealthPushBox:1 +potionEffectPushBox:1 +minimapFrame:0 +minimapFrameColor:9 +compassColor:9 +northCompassColor:-1 +displayMultipleWaypointInfo:1 +entityRadar:true +adjustHeightForCarpetLikeBlocks:true +autoConvertWaypointDistanceToKmThreshold:10000 +waypointDistancePrecision:1 +mainDotSize:2 +partialYTeleportation:true +deleteReachedDeathpoints:true +hideMinimapUnderScreen:true +hideMinimapUnderF3:true +manualCaveModeStartAuto:true +manualCaveModeStart:-1 +chunkGridLineWidth:1 +temporaryWaypointsGlobal:true +keepUnlockedWhenEnlarged:false +enlargedMinimapAToggle:false +displayStainedGlass:true +waypointOnMapScale:0 +switchToAutoOnDeath:true +infoDisplayBackgroundOpacity:40 +caveModeToggleTimer:1000 +legibleCaveMaps:false +biomeBlending:true +displayTrackedPlayersOnMap:true +displayTrackedPlayersInWorld:true +dimensionScaledMaxWaypointDistance:true +trackedPlayerWorldIconScale:0 +trackedPlayerWorldNameScale:0 +trackedPlayerMinimapIconScale:0 +displayClaims:true +displayCurrentClaim:true +claimsFillOpacity:46 +claimsBorderOpacity:80 +infoDisplayOrder:coords:overworld_coords:chunk_coords:angles:dimension:biome:weather:light_level:time:real_time:highlights:light_overlay_indicator:manual_cave_mode_indicator:custom_sub_world +infoDisplay:coords:true:15:-1 +infoDisplay:overworld_coords:false:15:-1 +infoDisplay:chunk_coords:false:15:-1 +infoDisplay:angles:false:15:-1 +infoDisplay:dimension:false:15:-1 +infoDisplay:biome:false:15:-1 +infoDisplay:weather:false:15:-1 +infoDisplay:light_level:0:15:-1 +infoDisplay:time:0:15:-1 +infoDisplay:real_time:0:15:-1 +infoDisplay:highlights:true:15:-1 +infoDisplay:light_overlay_indicator:true:15:-1 +infoDisplay:manual_cave_mode_indicator:true:15:-1 +infoDisplay:custom_sub_world:true:15:-1 +module;id=xaerominimap:minimap;active=true;x=0;y=0;centered=false;fromRight=true;fromBottom=false;flippedVer=false;flippedHor=false; diff --git a/config/xaerominimap_entities.json b/config/xaerominimap_entities.json new file mode 100644 index 0000000..9cc71b1 --- /dev/null +++ b/config/xaerominimap_entities.json @@ -0,0 +1,208 @@ +{ + "hardInclude": "anything", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [ + "minecraft:glow_item_frame", + "minecraft:item_frame" + ], + "name": "gui.xaero_entity_category_root", + "protection": true, + "settingOverrides": { + "displayHeight": 0.0, + "displayed": true, + "heightBasedFade": true, + "renderOrder": 0.0, + "color": 13.0, + "displayNameWhenIconFails": true, + "entityNumber": 1000.0, + "alwaysDisplayNametags": false, + "startFadingAt": 0.0, + "dotSize": 2.0, + "renderOverMinimapFrame": 1.0, + "icons": 1.0, + "heightLimit": 20.0, + "names": 0.0, + "iconScale": 1.0 + }, + "subCategories": [ + { + "hardInclude": "living", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [ + "minecraft:armor_stand" + ], + "name": "gui.xaero_entity_category_living", + "protection": true, + "settingOverrides": { + "renderOrder": 2.0, + "color": 14.0 + }, + "subCategories": [ + { + "hardInclude": "players", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_players", + "protection": true, + "settingOverrides": { + "renderOrder": 6.0, + "heightLimit": 2050.0, + "color": 15.0 + }, + "subCategories": [ + { + "hardInclude": "nothing", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_friend", + "protection": true, + "settingOverrides": {}, + "subCategories": [] + }, + { + "hardInclude": "tracked", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_tracked", + "protection": true, + "settingOverrides": { + "icons": 2.0 + }, + "subCategories": [] + }, + { + "hardInclude": "same-team", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_same_team", + "protection": true, + "settingOverrides": {}, + "subCategories": [] + }, + { + "hardInclude": "anything", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_other_teams", + "protection": true, + "settingOverrides": { + "renderOrder": 7.0 + }, + "subCategories": [] + } + ] + }, + { + "hardInclude": "hostile", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_hostile", + "protection": true, + "settingOverrides": { + "renderOrder": 3.0 + }, + "subCategories": [ + { + "hardInclude": "tamed", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_hostile_tamed", + "protection": true, + "settingOverrides": { + "renderOrder": 5.0 + }, + "subCategories": [] + } + ] + }, + { + "hardInclude": "anything", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_friendly", + "protection": true, + "settingOverrides": {}, + "subCategories": [ + { + "hardInclude": "tamed", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_friendly_tamed", + "protection": true, + "settingOverrides": { + "renderOrder": 4.0 + }, + "subCategories": [] + } + ] + } + ] + }, + { + "hardInclude": "items", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_items", + "protection": true, + "settingOverrides": { + "renderOrder": 1.0, + "color": 12.0 + }, + "subCategories": [] + }, + { + "hardInclude": "anything", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_other_entities", + "protection": true, + "settingOverrides": { + "color": 5.0 + }, + "subCategories": [ + { + "hardInclude": "nothing", + "includeList": [ + "embers:ember_packet", + "theurgy:follow_projectile" + ], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "Magic Mod Particles", + "protection": false, + "settingOverrides": { + "displayed": false + }, + "subCategories": [] + } + ] + } + ] +} \ No newline at end of file diff --git a/config/xaeropatreon.txt b/config/xaeropatreon.txt new file mode 100644 index 0000000..e69de29 diff --git a/config/xaeroworldmap-common.txt b/config/xaeroworldmap-common.txt new file mode 100644 index 0000000..62b217c --- /dev/null +++ b/config/xaeroworldmap-common.txt @@ -0,0 +1,4 @@ +allowCaveModeOnServer:true +allowNetherCaveModeOnServer:true +registerStatusEffects:true +everyoneTracksEveryone:false diff --git a/config/xaeroworldmap.txt b/config/xaeroworldmap.txt new file mode 100644 index 0000000..9f37d81 --- /dev/null +++ b/config/xaeroworldmap.txt @@ -0,0 +1,55 @@ +ignoreUpdate:0 +updateNotification:true +allowInternetAccess:true +differentiateByServerAddress:true +caveMapsAllowed:true +debug:false +lighting:true +colours:0 +loadChunks:true +updateChunks:true +terrainSlopes:2 +terrainDepth:true +footsteps:true +flowers:true +coordinates:true +hoveredBiome:true +biomeColorsVanillaMode:false +waypoints:true +renderArrow:true +displayZoom:true +worldmapWaypointsScale:1.0 +openMapAnimation:true +reloadVersion:0 +reloadEverything:false +zoomButtons:true +waypointBackgrounds:true +detectAmbiguousY:true +showDisabledWaypoints:false +closeWaypointsWhenHopping:true +adjustHeightForCarpetLikeBlocks:true +onlyCurrentMapWaypoints:false +minZoomForLocalWaypoints:0.0 +arrowColour:-2 +minimapRadar:true +renderWaypoints:true +partialYTeleportation:true +displayStainedGlass:true +caveModeDepth:30 +caveModeStart:2147483647 +autoCaveMode:-1 +legibleCaveMaps:false +displayCaveModeStart:true +caveModeToggleTimer:1000 +defaultCaveModeType:1 +biomeBlending:true +trackedPlayers:true +multipleImagesExport:false +nightExport:false +highlightsExport:false +exportScaleDownSquare:20 +mapWritingDistance:-1 +displayClaims:true +claimsFillOpacity:46 +claimsBorderOpacity:80 +globalVersion:1 diff --git a/config/zeta-common.toml b/config/zeta-common.toml new file mode 100644 index 0000000..e3a72da --- /dev/null +++ b/config/zeta-common.toml @@ -0,0 +1,28 @@ + +[general] + #Disable this to turn off the module system logic that makes features turn off when specified mods with the same content are loaded + "Use Anti Overlap" = true + #Enable Zeta's piston structure resolver, needed for some Quark or other mod features. If you're having troubles, try turning this off, but be aware other Zeta-using mods can enable it too. + "Use Piston Logic Replacement" = true + #Changes the piston push limit. Only has an effect if Zeta's piston structure resolver is in use. + #Allowed values: (0,) + "Piston Push Limit" = 12 + #Set to false to disable the behavior where Zeta will automatically hide any disabled items from creative and JEI + "Hide Disabled Content" = true + #Set to false to disable Zeta's item info when viewing recipe/uses for an item in JEI + "Enable Jei Item Info" = true + #For JEI info purposes, add any items here to specifically disable their JEI info from Zeta. Note that Zeta already only shows info that's relevant to which features are enabled + "Suppressed Info" = [] + #Set to false to stop Zeta from adding mod items to multi-requirement vanilla advancements + "Enable Advancement Modification" = true + #Set to false to stop Zeta mods from adding their own advancements + "Enable Modded Advancements" = true + #Set to true to enable a system that debugs Zeta mod worldgen features. This should ONLY be used if you're asked to by a dev. + "Enable Worldgen Watchdog" = false + #Set to true to make the Zeta big worldgen features generate as spheres rather than unique shapes. It's faster, but won't look as cool + "Use Fast Worldgen" = false + #Set to true to enable verbose logging of creative tab logic, for debugging purposes + "Enable Creative Verbose Logging" = false + #Set to true to force all creative tab additions to be added to the end of the creative tabs rather than the middle, as a failsafe + "Force Creative Tab Appends" = true + diff --git a/defaultconfigs/constructionwand-server.toml b/defaultconfigs/constructionwand-server.toml new file mode 100644 index 0000000..8bf61f4 --- /dev/null +++ b/defaultconfigs/constructionwand-server.toml @@ -0,0 +1,90 @@ + +#This is the Server config for ConstructionWand. +#If you're not familiar with Forge's new split client/server config, let me explain: +#Client config is stored in the /config folder and only contains client specific settings like graphics and keybinds. +#Mod behavior is configured in the Server config, which is world-specific and thus located +#in the /saves/myworld/serverconfig folder. If you want to change the serverconfig for all +#new worlds, copy the config files in the /defaultconfigs folder. +[stone_wand] + #Wand durability + #Range: > 1 + durability = 131 + #Wand block limit + #Range: > 1 + limit = 9 + #Max placement distance with angel core (0 to disable angel core) + #Range: > 0 + angel = 0 + #Wand destruction block limit (0 to disable destruction core) + #Range: > 0 + destruction = 0 + #Allow wand upgrading by putting the wand together with a wand core in a crafting grid. + upgradeable = false + +[iron_wand] + #Wand durability + #Range: > 1 + durability = 250 + #Wand block limit + #Range: > 1 + limit = 27 + #Max placement distance with angel core (0 to disable angel core) + #Range: > 0 + angel = 2 + #Wand destruction block limit (0 to disable destruction core) + #Range: > 0 + destruction = 0 + #Allow wand upgrading by putting the wand together with a wand core in a crafting grid. + upgradeable = true + +[diamond_wand] + #Wand durability + #Range: > 1 + durability = 1561 + #Wand block limit + #Range: > 1 + limit = 128 + #Max placement distance with angel core (0 to disable angel core) + #Range: > 0 + angel = 8 + #Wand destruction block limit (0 to disable destruction core) + #Range: > 0 + destruction = 0 + #Allow wand upgrading by putting the wand together with a wand core in a crafting grid. + upgradeable = true + +[infinity_wand] + #Wand block limit + #Range: > 1 + limit = 1024 + #Max placement distance with angel core (0 to disable angel core) + #Range: > 0 + angel = 16 + #Wand destruction block limit (0 to disable destruction core) + #Range: > 0 + destruction = 0 + #Allow wand upgrading by putting the wand together with a wand core in a crafting grid. + upgradeable = true + +[misc] + #Block limit for Infinity Wand used in creative mode + #Range: > 1 + InfinityWandCreative = 2048 + #Maximum placement range (0: unlimited). Affects all wands and is meant for lag prevention, not game balancing. + #Range: > 0 + MaxRange = 100 + #Number of operations that can be undone + #Range: > 0 + UndoHistory = 3 + #Place blocks below you while falling > 10 blocks with angel core (Can be used to save you from drops/the void) + AngelFalling = false + #Blocks to treat equally when in Similar mode. Enter block IDs seperated by ; + SimilarBlocks = ["minecraft:dirt;minecraft:grass_block;minecraft:coarse_dirt;minecraft:podzol;minecraft:mycelium;minecraft:farmland;minecraft:dirt_path;minecraft:rooted_dirt"] + +[tileentity] + #White/Blacklist for Tile Entities. Allow/Prevent blocks with TEs from being placed by wand. + #You can either add block ids like minecraft:chest or mod ids like minecraft + TEList = ["chiselsandbits"] + #If set to TRUE, treat TEList as a whitelist, otherwise blacklist + TEWhitelist = false + diff --git a/defaultconfigs/ftbchunks/client-config.snbt b/defaultconfigs/ftbchunks/client-config.snbt new file mode 100644 index 0000000..19b30d0 --- /dev/null +++ b/defaultconfigs/ftbchunks/client-config.snbt @@ -0,0 +1,4 @@ +# Default config file that will be copied to local\ftbchunks\client-config.snbt if it doesn't exist! +# Just copy any values you wish to override in here! + +{ } diff --git a/defaultconfigs/ftbchunks/ftbchunks-world.snbt b/defaultconfigs/ftbchunks/ftbchunks-world.snbt new file mode 100644 index 0000000..beebf52 --- /dev/null +++ b/defaultconfigs/ftbchunks/ftbchunks-world.snbt @@ -0,0 +1,4 @@ +# Default config file that will be copied to saves\New World\serverconfig\ftbchunks-world.snbt if it doesn't exist! +# Just copy any values you wish to override in here! + +{ } diff --git a/defaultconfigs/ftblibrary/ftblibrary-client.snbt b/defaultconfigs/ftblibrary/ftblibrary-client.snbt new file mode 100644 index 0000000..7133bf7 --- /dev/null +++ b/defaultconfigs/ftblibrary/ftblibrary-client.snbt @@ -0,0 +1,4 @@ +# Default config file that will be copied to local\ftblibrary-client.snbt if it doesn't exist! +# Just copy any values you wish to override in here! + +{ } diff --git a/defaultconfigs/ftbquests/client-config.snbt b/defaultconfigs/ftbquests/client-config.snbt new file mode 100644 index 0000000..a11d08e --- /dev/null +++ b/defaultconfigs/ftbquests/client-config.snbt @@ -0,0 +1,4 @@ +# Default config file that will be copied to local\ftbquests\client-config.snbt if it doesn't exist! +# Just copy any values you wish to override in here! + +{ } diff --git a/defaultconfigs/ftbxmodcompat/ftbxmodcompat.snbt b/defaultconfigs/ftbxmodcompat/ftbxmodcompat.snbt new file mode 100644 index 0000000..6d49fff --- /dev/null +++ b/defaultconfigs/ftbxmodcompat/ftbxmodcompat.snbt @@ -0,0 +1,4 @@ +# Default config file that will be copied to config\ftbxmodcompat.snbt if it doesn't exist! +# Just copy any values you wish to override in here! + +{ } diff --git a/defaultconfigs/openpartiesandclaims-default-player-config.toml b/defaultconfigs/openpartiesandclaims-default-player-config.toml new file mode 100644 index 0000000..6b337ef --- /dev/null +++ b/defaultconfigs/openpartiesandclaims-default-player-config.toml @@ -0,0 +1,466 @@ + +[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 = 0 + #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 = true + #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/defaultconfigs/openpartiesandclaims-server.toml b/defaultconfigs/openpartiesandclaims-server.toml new file mode 100644 index 0000000..7884a9e --- /dev/null +++ b/defaultconfigs/openpartiesandclaims-server.toml @@ -0,0 +1,298 @@ + +[serverConfig] + #The default language used for server-side localization for players that don't have the mod installed. + defaultLanguage = "en_us" + #How often to auto-save modified data, e.g. parties, claims, player configs (in minutes). + #Range: > 1 + autosaveInterval = 10 + #How many sub-configs (sub-claims) can each player create. + #Range: 0 ~ 1024 + playerSubConfigLimit = 64 + #The permission system to use for everything that requires permission checks (e.g. permission_api, ftb_ranks, luck_perms, prometheus). Non-built-in permission systems can be registered through the API with an addon. + permissionSystem = "prometheus" + #The player party system to prefer and use for anything that can't support multiple systems (e.g. default, ftb_teams, argonauts, argonauts_guilds). Non-built-in party systems can be registered through the API with an addon. + primaryPartySystem = "ftb_teams" + #A list of options in the player config that individual players can reconfigure. If an option is in neither of the configurable option lists, + #then the value in the default player config is used across the server. Check the default player config .toml file for the option names. + playerConfigurablePlayerConfigOptions = ["claims.protectClaimedChunks", "claims.protection.blocksFromOther", "claims.forceload.enabled", "claims.name", "claims.color", "claims.protection.fromParty", "claims.protection.fromAllyParties", "claims.protection.buttonsFromProjectiles", "claims.protection.targetsFromProjectiles", "claims.protection.platesFromPlayers", "claims.protection.platesFromMobs", "claims.protection.platesFromOther", "claims.protection.tripwireFromPlayers", "claims.protection.tripwireFromMobs", "claims.protection.tripwireFromOther", "claims.protection.cropTrample", "claims.protection.playerLightning", "claims.protection.fromFrostWalking", "claims.protection.entitiesFromPlayers", "claims.protection.entitiesFromMobs", "claims.protection.entitiesFromOther", "claims.protection.entitiesRedirect", "claims.protection.entitiesFromExplosions", "claims.protection.entitiesFromFire", "claims.protection.netherPortalsPlayers", "claims.protection.netherPortalsMobs", "claims.protection.netherPortalsOther", "claims.protection.fluidBarrier", "claims.protection.dispenserBarrier", "claims.protection.pistonBarrier", "claims.protection.itemTossPlayers", "claims.protection.itemTossMobs", "claims.protection.itemTossOther", "claims.protection.itemTossRedirect", "claims.protection.mobLoot", "claims.protection.playerDeathLoot", "claims.protection.itemPickupPlayers", "claims.protection.itemPickupMobs", "claims.protection.itemPickupRedirect", "claims.protection.xpPickup", "claims.protection.raids", "claims.protection.naturalSpawnHostile", "claims.protection.naturalSpawnFriendly", "claims.protection.spawnersHostile", "claims.protection.spawnersFriendly", "claims.protection.projectileHitHostileSpawn", "claims.protection.projectileHitFriendlySpawn", "parties.name", "parties.shareLocationWithParty", "parties.shareLocationWithMutualAllyParties", "parties.receiveLocationsFromParty", "parties.receiveLocationsFromMutualAllyParties", "claims.protection.exceptionGroups.block.interact.Controls", "claims.protection.exceptionGroups.block.interact.Doors", "claims.protection.exceptionGroups.block.interact.Chests", "claims.protection.exceptionGroups.block.interact.Barrels", "claims.protection.exceptionGroups.block.interact.Ender_Chests", "claims.protection.exceptionGroups.block.interact.Shulker_Boxes", "claims.protection.exceptionGroups.block.interact.Furnaces", "claims.protection.exceptionGroups.block.interact.Hoppers", "claims.protection.exceptionGroups.block.interact.Dispenser-like", "claims.protection.exceptionGroups.block.interact.Anvils", "claims.protection.exceptionGroups.block.interact.Beds", "claims.protection.exceptionGroups.block.interact.Beacons", "claims.protection.exceptionGroups.block.interact.Enchanting_Tables", "claims.protection.exceptionGroups.block.break.Crops", "claims.protection.exceptionGroups.entity.interact.Traders", "claims.protection.exceptionGroups.entity.handInteract.Item_Frames", "claims.protection.exceptionGroups.entity.interact.Armor_Stands", "claims.protection.exceptionGroups.entity.break.Livestock", "claims.protection.exceptionGroups.entity.blockAccess.Villagers", "claims.protection.exceptionGroups.entity.entityAccess.Zombies", "claims.protection.exceptionGroups.entity.droppedItemAccess.Villagers", "claims.protection.exceptionGroups.entity.droppedItemAccess.Piglins", "claims.protection.exceptionGroups.entity.droppedItemAccess.Foxes", "claims.protection.exceptionGroups.item.interact.Books", "claims.protection.exceptionGroups.entity.barrier.Ender_Pearls", "claims.protection.exceptionGroups.block.interact.Create_Shops", "claims.protection.exceptionGroups.block.interact.Create_Depot"] + #A list of additional options in the player config that OPs can reconfigure for players. + #This is meant for options that should be configured per player but not by the players. + #If an option is in neither of the configurable option lists, then the value in the default player config is used across the server. + #Check the default player config .toml file for the option names. + opConfigurablePlayerConfigOptions = ["claims.bonusChunkClaims", "claims.bonusChunkForceloads"] + + [serverConfig.parties] + #Whether the parties part of this mod is enabled. + enabled = true + #The maximum number of members in a party. Existing members are not removed if the limit is reduced. + #Range: > 1 + maxPartyMembers = 64 + #The maximum number of allies for a party. Existing allies are not removed if the limit is reduced. + #Range: > 0 + maxPartyAllies = 64 + #The maximum number of invites to a party. Existing invites are not removed if the limit is reduced. + #Range: > 1 + maxPartyInvites = 16 + #For how long a party (members) can stay completely inactive on the server until it is deleted (in hours). This improves performance for servers running for years. + #Range: > 1 + partyExpirationTime = 720 + #How often to check for expired parties in order to remove them (in minutes). The interval is effectively rounded up to a multiple of 10 minutes. + #Range: > 10 + partyExpirationCheckInterval = 360 + + [serverConfig.claims] + #Whether the claims part of this mod is enabled. + enabled = true + #For how long a player can stay completely inactive on the server until their claims are expired (in hours). This improves performance for servers running for years. + #Range: > 1 + playerClaimsExpirationTime = 8760 + #How often to check for expired player chunk claims in order to remove them (in minutes). The interval is effectively rounded up to a multiple of 10 minutes. + #Range: > 10 + playerClaimsExpirationCheckInterval = 360 + #Whether to convert expired player chunk claims to "expired claims" instead of completely freeing them. This shouldn't be too bad for performance because it still reduces the number of unique claims. + playerClaimsConvertExpiredClaims = true + #The maximum number of chunks that a player can claim. Additional claims can be configured in the player config. + #This value can be overridden with a player permission. + #Range: > 0 + maxPlayerClaims = 500 + #The maximum number of claimed chunks that a player can forceload. Additional forceloads can be configured in the player config. + #This value can be overridden with a player permission. + #Range: > 0 + maxPlayerClaimForceloads = 10 + #The permission that should override the default "maxPlayerClaims" value. Set it to an empty string to never check permissions. The used permission system can be configured with "permissionSystem". + maxPlayerClaimsPermission = "xaero.pac_max_claims" + #The permission that should override the default "maxPlayerClaimForceloads" value. Set it to an empty string to never check permissions. + #The permission override only takes effect after the player logs in at least once after a server (re)launch, so it is recommended to keep all permission-based forceload limits equal to or greater than "maxPlayerClaimForceloads". + #The used permission system can be configured with "permissionSystem". + maxPlayerClaimForceloadsPermission = "xaero.pac_max_forceloads" + #The permission that gives non-OP players the ability to make server claims and enable server claim mode. The used permission system can be configured with "permissionSystem". + serverClaimPermission = "xaero.pac_server_claims" + #The permission that gives non-OP players the ability to enable claim admin mode. The used permission system can be configured with "permissionSystem". + adminModePermission = "xaero.pac_admin_mode" + #The maximum distance on the X or Z axis (forming a square) that a chunk can be claimed at by a player. + #Range: > 0 + maxClaimDistance = 5 + #The type of the list defined in "claimableDimensionsList". ONLY - include only the listed dimensions. ALL_BUT - include all but the listed dimensions. + #Allowed Values: ONLY, ALL_BUT + claimableDimensionsListType = "ALL_BUT" + #Dimensions to include/exclude from being claimable, depending on the list type in "claimableDimensionsListType". + #For example ["minecraft:overworld", "minecraft:the_nether"]. + #By default the list is empty and of type ALL_BUT, meaning that all dimensions are claimable. + claimableDimensionsList = [] + #Whether to allow existing player claims to stay active in unclaimable dimensions which were previously claimable. + allowExistingClaimsInUnclaimableDimensions = true + #Whether to allow existing player forceloads to stay active in unclaimable dimensions which were previously claimable. Only relevant if existing claims are allowed. + allowExistingForceloadsInUnclaimableDimensions = false + #Whether to synchronize world chunk claims to the game clients. Enables client-side mods to access the claims data, e.g. to display it on a map. + #ALL - all claims are synced. OWNED_ONLY - only the claims that the client player owns and server claims are synced. NOT_SYNCED - claims are not synced. + #Allowed Values: NOT_SYNCED, OWNED_ONLY, ALL + claimsSynchronization = "ALL" + + [serverConfig.claims.protection] + #The type of the list defined in "friendlyChunkProtectedEntityList". ONLY - include only the listed entities. ALL_BUT - include all but the listed entities. + #Allowed Values: ONLY, ALL_BUT + friendlyChunkProtectedEntityListType = "ALL_BUT" + #Friendly entities to fully include/exclude in chunk protection, depending on the list type in "friendlyChunkProtectedEntityListType". Supports entity type tags. + #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. + #For example ["*:villager", "minecraft:m(ule|ooshroom)", "#minecraft:axolotl_hunt_targets"]. + #By default the list is empty with the type set to ALL_BUT, which means that all friendly entities are included. + friendlyChunkProtectedEntityList = ["minecraft:boat"] + #The type of the list defined in "hostileChunkProtectedEntityList". ONLY - include only the listed entities. ALL_BUT - include all but the listed entities. + #Allowed Values: ONLY, ALL_BUT + hostileChunkProtectedEntityListType = "ONLY" + #Hostile entities to fully include/exclude in chunk protection, depending on the list type in "hostileChunkProtectedEntityListType". Supports entity type tags. + #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. + #For example ["minecraft:(|wither_)skeleton", "minecraft:zombie(_villager|)", "#minecraft:raiders"] + hostileChunkProtectedEntityList = [] + #No longer a working option. Please transfer anything you still have here to "forcedBlockProtectionExceptionList" or "blockProtectionOptionalExceptionGroups", + #but keep in mind that those options work differently and please read their comments. + #This option will be completely removed on the full release of the mod. + blockProtectionExceptionList = [] + #No longer a working option. Please transfer anything you still have here to "forcedEntityProtectionExceptionList" or "entityProtectionOptionalExceptionGroups", + #but keep in mind that those options work differently and please read their comments. + #This option will be completely removed on the full release of the mod. + entityProtectionExceptionList = [] + #No longer a working option. Please transfer anything you still have here to "forcedEntityClaimBarrierList" or "entityClaimBarrierOptionalGroups", + #but keep in mind that those options work differently and please read their comments. + #This option will be completely removed on the full release of the mod. + entityClaimBarrierList = [] + #Blocks to partially exclude from chunk protection. Supports block tags. + #Just a block/tag ID in the list, e.g. "minecraft:lever" allows block interaction across the server if the item in the used hand isn't blocking it. + #Prefix "hand$" is the same as no prefix but enforces an empty hand requirement in protected chunks. Prefix "break$" allows breaking the block(s). + #Prefix "anything$" is the same as no prefix but allows interaction with any item held in the hand. Please make sure that no item does anything bad when used at a block with such an exception. + #Add the same block/tag multiple times to use multiple prefixes. Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. + #For example ["minecraft:lever", "minecraft:*_button", "break$minecraft:*_button", "break$minecraft:(*_|)sand"] + forcedBlockProtectionExceptionList = ["minecraft:crafting_table"] + #Custom groups of blocks that a player/claim config should be able to make protection exceptions for. Each group can consist of multiple blocks and block tags. + #A group without a prefix creates a player config option for the right-click interaction with the group blocks. The format for a block group is {}. + #The group ID should consist of at most 32 characters that are letters A-Z, numbers 0-9 or the - and _ characters, e.g. "ePiC-DIRT35{minecraft:dirt, minecraft:grass_block, minecraft:(oak|spruce)_*}". + #A group can be prefixed with "hand$" to create an option for the right-click interaction with an enforced empty hand requirement or "break$" for breaking the group blocks. + #Moreover, prefix "anything$" creates an option for the right-click interaction with any item held in the hand, not just allowed items. Please make sure that no item does anything + #bad when used at a block with such an exception. + #The player config options created for the groups, like regular options, must be added in the "playerConfigurablePlayerConfigOptions" list for players to have access to them. + #The exact paths of the added options can be found in the default player config file after you start the server. + #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. + blockProtectionOptionalExceptionGroups = ["Controls{minecraft:lever, #minecraft:buttons}", "Doors{#minecraft:doors, #minecraft:fence_gates, #forge:fence_gates, #minecraft:trapdoors}", "Chests{minecraft:chest, minecraft:trapped_chest, #forge:chests/wooden}", "Barrels{minecraft:barrel, #forge:barrels}", "Ender_Chests{minecraft:ender_chest, #forge:chests/ender}", "Shulker_Boxes{#minecraft:shulker_boxes}", "Furnaces{minecraft:furnace, minecraft:blast_furnace, minecraft:smoker}", "Hoppers{minecraft:hopper}", "Dispenser-like{minecraft:dispenser, minecraft:dropper}", "Anvils{#minecraft:anvil}", "Beds{#minecraft:beds}", "Beacons{minecraft:beacon}", "Enchanting_Tables{minecraft:enchanting_table}", "break$Crops{#minecraft:crops}", "Create_Shops{create:*_table_cloth|create:blaze_burner}", "Create_Depot{create:depot}"] + #Entities to partially exclude from chunk protection. Supports entity type tags. + #Just an entity/tag ID in the list, e.g. "minecraft:horse" allows entity interaction across the server if the item in the used hand isn't blocking it. + #Prefix "hand$" is the same as no prefix but enforces an empty hand requirement in protected chunks. Prefix "break$" allows killing the entities across the server. + #Prefix "anything$" is the same as no prefix but allows interaction with any item held in the hand. Please make sure that no item does anything bad when used at an entity with such an exception. + #Add the same entity/tag multiple times to use multiple prefixes. Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. + #For example ["minecraft:villager", "break$minecraft:villager", "break$minecraft:(trader_|)llama"] + forcedEntityProtectionExceptionList = ["minecraft:minecart"] + #Custom groups of entities that a player/claim config should be able to make protection exceptions for. Each group can consist of multiple entities and entity tags. + #A group without a prefix creates a player config option for the right-click interaction with the group entities. The format for an entity group is {}. + #The group ID should consist of at most 32 characters that are letters A-Z, numbers 0-9 or the - and _ characters, e.g. "ePiC-GUYS98{minecraft:pig, minecraft:c(ow|at), #minecraft:beehive_inhabitors}". + #A group can be prefixed with "hand$" to create an option for the right-click interaction with an enforced empty hand requirement or "break$" for destroying the group entities. + #Moreover, prefix "anything$" creates an option for the right-click interaction with any item held in the hand, not just allowed items. Please make sure that no item does anything + #bad when used at an entity with such an exception. + #The player config options created for the groups, like regular options, must be added in the "playerConfigurablePlayerConfigOptions" list for players to have access to them. + #The exact paths of the added options can be found in the default player config file after you start the server. + #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. + entityProtectionOptionalExceptionGroups = ["Traders{minecraft:villager, minecraft:wandering_trader}", "hand$Item_Frames{minecraft:item_frame}", "break$Livestock{minecraft:cow, minecraft:mooshroom, minecraft:sheep, minecraft:chicken, minecraft:pig, minecraft:rabbit, minecraft:goat}", "Armor_Stands{minecraft:armor_stand}"] + #Entities that are prevented from entering the claim. Supports entity type tags. An entity/tag ID in the list, e.g. "minecraft:falling_block" prevents the entities from entering. + #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. For example: "minecraft:zombie(_villager|)". + forcedEntityClaimBarrierList = ["minecraft:falling_block", "supplementaries:slingshot_projectile"] + #Custom groups of entities that a player/claim config should be able to enable a barrier for. Each group can consist of multiple entities and entity tags. + #Each group creates a player config option for controlling the entity barrier. The format for a entity group is {}. + #The group ID should consist of at most 32 characters that are letters A-Z, numbers 0-9 or the - and _ characters, e.g. "ePiC-GUYS98{#minecraft:raiders, minecraft:zombie(_villager|)}". + #The player config options created for the groups, like regular options, must be added in the "playerConfigurablePlayerConfigOptions" list for players to have access to them. + #The exact paths of the added options can be found in the default player config file after you start the server. + #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. + entityClaimBarrierOptionalGroups = ["Players{minecraft:player}", "Ender_Pearls{minecraft:ender_pearl}"] + #Entities that can bypass all block protection. Supports entity type tags. + #Prefixing an entity id/tag with "interact$" creates an exception which tries to exclude block breaking. + #Prefixing an entity id/tag with "break$" creates an exception that only includes block breaking. + #Leaving an entity id/tag without a prefix creates an exception that includes all block interactions. + #Projectiles landing on blocks is considered a non-breaking interaction first, even if it can result in a block break, + #which is protected separately afterwards. + #Projectile landing on blocks requires non-break block access through this option or blockAccessEntityGroups. + #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. + #For example ["minecraft:(v|p)illager", "minecraft:*illager", "#minecraft:raiders"] + entitiesAllowedToGrief = ["minecraft:sheep", "interact$minecraft:potion", "interact$minecraft:trident", "interact$minecraft:(*_|)arrow", "interact$minecraft:ender_pearl", "interact$minecraft:egg", "botania:*", "enchanted:*"] + #Entities that can bypass all protection of other entities. Supports entity type tags. + #Prefixing an entity id/tag with "interact$" creates an exception which tries to exclude attacks. + #Prefixing an entity id/tag with "break$" creates an exception that only includes attacks. + #Leaving an entity id/tag without a prefix creates an exception that includes all entity interactions. + #Projectiles landing on entities is considered a non-attack interaction first, even if it can result in an attack, + #which is protected separately afterwards. + #Projectile landing on entities requires non-attack entity access through this option or entityAccessEntityGroups. + #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. + #For example ["minecraft:(v|p)illager", "minecraft:*illager", "#minecraft:raiders"] + entitiesAllowedToGriefEntities = ["interact$minecraft:potion", "interact$minecraft:trident", "interact$minecraft:(*_|)arrow", "interact$minecraft:ender_pearl", "interact$minecraft:egg", "botania:*", "enchanted:*"] + #Entities that can bypass all dropped item protection. Supports entity type tags. + #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. + #For example ["minecraft:(v|p)illager", "minecraft:*illager", "#minecraft:raiders"] + entitiesAllowedToGriefDroppedItems = ["botania:*", "enchanted:*"] + #(Forge-only option) Mobs that can grief entities/items but not blocks. This list is used when overriding the vanilla "mob griefing" game rule value. + #By default, the mod assumes that any "mob griefing" game rule check is meant for block protection. + #This means that the "Protect Blocks From Mobs" option might cause entity or item protection, if that's what the mob is trying to affect. + #By adding a mob to this list, you're removing the block protection check for it during the "mob griefing" game rule check. + #Supports entity type tags. Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. + #For example ["minecraft:*illager", "minecraft:(v|p)illager", "#minecraft:raiders"] + nonBlockGriefingMobs = [] + #(Forge-only option) Mobs that can grief entities in ways other than attacking them, e.g. how evokers can change the color of sheep. This list is used when overriding the vanilla "mob griefing" game rule value. + #By default, the mod assumes that any "mob griefing" game rule check is meant for block protection only. Add a mob to this list if you want the entity protection option to be checked as well when the rule is checked. + #Check out the "nonBlockGriefingMobs" option if you want to also remove the default block protection check for the mob. + #Supports entity type tags. Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. + #For example ["minecraft:(v|p)illager", "minecraft:*illager", "#minecraft:raiders"] + entityGriefingMobs = [] + #(Forge-only option) Mobs that can grief dropped items. This list is used when overriding the vanilla "mob griefing" game rule value. + #By default, the mod assumes that any "mob griefing" game rule check is meant for block protection only. Add a mob to this list if you want the item pickup protection option to be checked as well when the rule is checked. + #This mod should detect most mobs picking up items by default, but if it doesn't already detect a specific mob, this option might help. + #Check out the "nonBlockGriefingMobs" option if you want to also remove the default block protection check for the mob. + #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. + #For example ["minecraft:(v|p)illager", "minecraft:*illager", "#minecraft:raiders"] + droppedItemGriefingMobs = [] + #Custom groups of entities that a player/claim config should be able to make block access exceptions for (e.g. letting sheep eat grass or endermen take blocks). Each group can consist of multiple entities and entity tags. + #The format for an entity group is {}. + #The group ID should consist of at most 32 characters that are letters A-Z, numbers 0-9 or the - and _ characters, e.g. "ePiC-GUYS98{minecraft:pig, minecraft:c(ow|at), #minecraft:beehive_inhabitors}". + #The group can be prefixed with "interact$" to create an exception that tries to exclude block breaking. + #The group can be prefixed with "break$" to create an exception that only includes block breaking. + #The group can be left without a prefix to create an exception that includes all block interactions. + #Projectiles landing on blocks is considered a non-breaking interaction first, even if it can result in a block break, + #which is protected separately afterwards. + #Projectile landing on blocks requires non-break block access through this option or entitiesAllowedToGrief. + #The player config options created for the groups, like regular options, must be added in the "playerConfigurablePlayerConfigOptions" list for players to have access to them. + #The exact paths of the added options can be found in the default player config file after you start the server. + #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. + blockAccessEntityGroups = ["Villagers{minecraft:villager}"] + #Custom groups of entities that a player/claim config should be able to make entity access exceptions for (e.g. letting zombies kill things). + #The groups should consist of entities that are the ones accessing other entities. The groups should not contain entities that are being accessed. Check out the "entityProtectionOptionalExceptionGroups" option for that. + #Each group can consist of multiple entities and entity tags. The format for an entity group is {}. + #The group ID should consist of at most 32 characters that are letters A-Z, numbers 0-9 or the - and _ characters, e.g. "ePiC-GUYS98{minecraft:pig, minecraft:c(ow|at), #minecraft:beehive_inhabitors}". + #The group can be prefixed with "interact$" to create an exception that tries to exclude attacks. + #The group can be prefixed with "break$" to create an exception that only includes attacks. + #The group can be left without a prefix to create an exception that includes all entity interactions. + #Projectiles landing on entities is considered a non-attack interaction first, even if it can result in an attack, + #which is protected separately afterwards. + #Projectile landing on entities requires non-attack entity access through this option or entitiesAllowedToGriefEntities. + #The player config options created for the groups, like regular options, must be added in the "playerConfigurablePlayerConfigOptions" list for players to have access to them. + #The exact paths of the added options can be found in the default player config file after you start the server. + #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. + entityAccessEntityGroups = ["Zombies{minecraft:zombie, minecraft:zombie_villager, minecraft:husk, minecraft:drowned}"] + #Custom groups of entities that a player/claim config should be able to make dropped item access exceptions for (e.g. letting piglins pick up gold). + #The groups should consist of entities that are the ones trying to pick up items, not consist of specific items. + #Each group can consist of multiple entities and entity tags. The format for an entity group is {}. + #The group ID should consist of at most 32 characters that are letters A-Z, numbers 0-9 or the - and _ characters, e.g. "ePiC-GUYS98{minecraft:pig, minecraft:c(ow|at), #minecraft:beehive_inhabitors}". + #The player config options created for the groups, like regular options, must be added in the "playerConfigurablePlayerConfigOptions" list for players to have access to them. + #The exact paths of the added options can be found in the default player config file after you start the server. + #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. + droppedItemAccessEntityGroups = ["Villagers{minecraft:villager}", "Piglins{minecraft:piglin}", "Foxes{minecraft:fox}"] + #A list of fake players (UUIDs or names) that shouldn't be affected by any chunk claim protection if they try to access a chunk with building protection compatible with + #the chunk that the fake player's origin block is positioned in, e.g. claims with the same owner and block protection option values. + #This works great for fake players that are bound to the position of a specific placed block (origin block). Moreover, the mod supports fake players placed at a block + #next to the origin block, even if that means entering another chunk, e.g. in the case of the Integrated Tunnels mod, or if the origin block is touching the target block. + #The mod will try all positions next to the target block and the fake player as the possible position of the fake player origin block. + #This will always protect the target block if it or the fake player touch a claim with incompatible build protection. Avoid building on such claim edges. + #However, some fake players' origin blocks can be nowhere near the fake player or the target block, e.g. in the case of the Create mod, or there might be no origin block at all, + #e.g. NPCs that can move around. In this case, the mods that use such fake players require explicit support to be implemented. Although they might also sometimes + #be supported by default, if the fake players use UUIDs of actual players. + #Explicit support exists for the Create mod (requires an extension on Fabric) and you are not required to add anything to this list. + #Make sure to always test that claim edges are protected from outside interaction by fake players that you add to this list. + #Wondering where to get the UUIDs or usernames of specific fake players? You can check the source code of the mods that use them or politely ask the mod authors. + #For example ["41C82C87-7AfB-4024-BB57-13D2C99CAE77", "FakePlayerName"] + staticFakePlayers = ["[IntegratedTunnels]"] + #A list of Java classes of fake players that should be excluded from claim protection exceptions given to fake players with the "staticFakePlayers" option + #or built-in fake player support, like in the case of Create mod deployers. + #This option is meant for fake players similar to ComputerCraft's turtles, which take the UUID of the player that places them. It becomes a problem when a turtle takes + #the UUID of a fake player from "staticFakePlayers" or a deployer because the turtle then gets the same privileges without actually being stationary itself nor a deployer. + #Adding classes here should not break support of fake players that take the UUID of their owner. It simply takes away privileges which aren't meant for them. + #For example ["dan200.computercraft.shared.turtle.core.TurtlePlayer"] + staticFakePlayerClassExceptions = ["dan200.computercraft.shared.turtle.core.TurtlePlayer"] + #By default, right-click use of some items is allowed in protected chunks, e.g. swords, pickaxes, bows, shield, tridents, splash potions, to let the players protect themselves or interact with some blocks/entities. + #To remove such exceptions for specific items, add them to this list. This list applies to both using an item at air and using it at a block/entity. Supports item tags. + #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. + #For example ["minecraft:trident", "minecraft:shield", "minecraft:(oak|spruce)_boat", "#minecraft:boats"] + additionalBannedItemsList = ["supplementaries:slingshot"] + #By default, most item right-click uses are disabled in protected chunks. To make an exception for a specific item, add it to this list. This option has a higher priority than "additionalBannedItemsList". + #This list applies to both using an item at air and using it at a block/entity. Supports item tags. Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. + #For example ["minecraft:fishing_rod", "minecraft:ender_pearl", "minecraft:(red|green)_bed", "#minecraft:beds"] + itemUseProtectionExceptionList = ["minecraft:firework_rocket"] + #Custom groups of items that a player/claim config should be able to make protection exceptions for. Each group can consist of multiple items and item tags. + #Each group creates a player config option for the right-click use of the group items. The format for an item group is {}. + #The group ID should consist of at most 32 characters that are letters A-Z, numbers 0-9 or the - and _ characters, e.g. "ePiC-stuff98{minecraft:(writable|written)_book, minecraft:*_book, #minecraft:compasses}". + #The player config options created for the groups, like regular options, must be added in the "playerConfigurablePlayerConfigOptions" list for players to have access to them. + #The exact paths of the added options can be found in the default player config file after you start the server. + #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. + itemUseProtectionOptionalExceptionGroups = ["Books{minecraft:written_book, minecraft:writable_book}"] + #Items that are completely banned from right-click usage on the server, claimed or not. This list applies to both using an item at air and using it at a block/entity. Supports item tags. + #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. + #For example ["minecraft:trident", "minecraft:shield", "minecraft:(oak|spruce)_boat", "#minecraft:boats"] + completelyDisabledItemInteractions = [] + #Blocks that are completely banned from being interacted with on the server, claimed or not. Does not affect block breaking. Supports block tags. + #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. + #For example ["minecraft:dirt", "minecraft:*_table", "minecraft:(cartography|fletching)_table", "#minecraft:buttons"] + completelyDisabledBlockInteractions = [] + #Entities that are completely banned from being interacted with on the server, claimed or not. Does not affect killing the entities. Supports entity tags. + #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. + #For example ["minecraft:(v|p)illager", "minecraft:*illager", "#minecraft:raiders"] + completelyDisabledEntityInteractions = [] + #Whether to completely disable frost walking on the server. Use this if the regular frost walking protection doesn't work, since there is no game rule for it. + completelyDisableFrostWalking = false + #Whether to ignore most detected entity collisions for boats. + #By default, boats detect entity collisions and handle them every tick for every entity that touches them, which is a lot. + #This can become very slow on a server if we also add the necessary claim protection checks in the mix. + #This option makes it so most collisions with boats are randomly ignored, which helps the performance without affecting gameplay all that much. + reducedBoatEntityCollisions = true + diff --git a/defaultconfigs/sophisticatedbackpacks-server.toml b/defaultconfigs/sophisticatedbackpacks-server.toml new file mode 100644 index 0000000..946f0bd --- /dev/null +++ b/defaultconfigs/sophisticatedbackpacks-server.toml @@ -0,0 +1,439 @@ + +#Server Settings +[server] + #List of items that are not allowed to be put in backpacks - e.g. "minecraft:shulker_box" + disallowedItems = [] + #Determines if container items (those that override canFitInsideContainerItems to false) are able to fit in backpacks + containerItemsDisallowed = false + #List of blocks that inventory interaction upgrades can't interact with - e.g. "minecraft:shulker_box" + noInteractionBlocks = [] + #List of blocks that are not allowed to connect to backpacks - e.g. "refinedstorage:external_storage" + noConnectionBlocks = [] + #Maximum number of upgrades of type per backpack in format of "UpgradeRegistryName[or UpgradeGroup]|MaxNumber" + maxUpgradesPerStorage = ["furnace_upgrades|1", "stack_upgrades|3", "jukebox_upgrade|1"] + #Turns on/off item fluid handler of backpack in its item form. There are some dupe bugs caused by default fluid handling implementation that manifest when backpack is drained / filled in its item form in another mod's tank and the only way to prevent them is disallowing drain/fill in item form altogether + itemFluidHandlerEnabled = true + #Determines whether player can right click on backpack that another player is wearing to open it. If off will turn off that capability for everyone and remove related settings from backpack. + allowOpeningOtherPlayerBackpacks = true + #Allows disabling item display settings. Primarily in cases where custom backpack model doesn't support showing the item. (Requires game restart to take effect) + itemDisplayDisabled = false + #Allows disabling logic that dedupes backpacks with the same UUID in players' inventory. This is here to allow turning off the logic just in case it would be causing performance issues. + tickDedupeLogicDisabled = false + #Determines if backpacks can be placed in container items (those that check for return value of canFitInsideContainerItems) + canBePlacedInContainerItems = false + + #Leather Backpack Settings + [server.leatherBackpack] + #Number of inventory slots in the backpack + #Range: 1 ~ 144 + inventorySlotCount = 27 + #Number of upgrade slots in the backpack + #Range: 0 ~ 10 + upgradeSlotCount = 1 + + #Copper Backpack Settings + [server.copperBackpack] + #Number of inventory slots in the backpack + #Range: 1 ~ 144 + inventorySlotCount = 45 + #Number of upgrade slots in the backpack + #Range: 0 ~ 10 + upgradeSlotCount = 1 + + #Iron Backpack Settings + [server.ironBackpack] + #Number of inventory slots in the backpack + #Range: 1 ~ 144 + inventorySlotCount = 54 + #Number of upgrade slots in the backpack + #Range: 0 ~ 10 + upgradeSlotCount = 2 + + #Gold Backpack Settings + [server.goldBackpack] + #Number of inventory slots in the backpack + #Range: 1 ~ 144 + inventorySlotCount = 81 + #Number of upgrade slots in the backpack + #Range: 0 ~ 10 + upgradeSlotCount = 3 + + #Diamond Backpack Settings + [server.diamondBackpack] + #Number of inventory slots in the backpack + #Range: 1 ~ 144 + inventorySlotCount = 108 + #Number of upgrade slots in the backpack + #Range: 0 ~ 10 + upgradeSlotCount = 5 + + #Netherite Backpack Settings + [server.netheriteBackpack] + #Number of inventory slots in the backpack + #Range: 1 ~ 144 + inventorySlotCount = 120 + #Number of upgrade slots in the backpack + #Range: 0 ~ 10 + upgradeSlotCount = 7 + + #Compacting Upgrade Settings + [server.compactingUpgrade] + #Number of Compacting Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Compacting Upgrade Settings + [server.advancedCompactingUpgrade] + #Number of Advanced Compacting Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + + #Deposit Upgrade Settings + [server.depositUpgrade] + #Number of Deposit Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Deposit Upgrade Settings + [server.advancedDepositUpgrade] + #Number of Advanced Deposit Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + + #Feeding Upgrade Settings + [server.feedingUpgrade] + #Number of Feeding Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Feeding Upgrade Settings + [server.advancedFeedingUpgrade] + #Number of Advanced Feeding Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + + #Filter Upgrade Settings + [server.filterUpgrade] + #Number of Filter Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Filter Upgrade Settings + [server.advancedFilterUpgrade] + #Number of Advanced Filter Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + + #Magnet Upgrade Settings + [server.magnetUpgrade] + #Number of Magnet Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 + #Range around storage in blocks at which magnet will pickup items + #Range: 1 ~ 20 + magnetRange = 3 + + #Advanced Magnet Upgrade Settings + [server.advancedMagnetUpgrade] + #Number of Advanced Magnet Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + #Range around storage in blocks at which magnet will pickup items + #Range: 1 ~ 20 + magnetRange = 5 + + #Pickup Upgrade Settings + [server.pickupUpgrade] + #Number of Pickup Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Pickup Upgrade Settings + [server.advancedPickupUpgrade] + #Number of Advanced Pickup Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + + #Refill Upgrade Settings + [server.refillUpgrade] + #Number of Refill Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 6 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Refill Upgrade Settings + [server.advancedRefillUpgrade] + #Number of Advanced Refill Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 12 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + + #Restock Upgrade Settings + [server.restockUpgrade] + #Number of Restock Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Restock Upgrade Settings + [server.advancedRestockUpgrade] + #Number of Advanced Restock Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + + #Void Upgrade Settings + [server.voidUpgrade] + #Number of Void Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 + #Determines whether void upgrade allows voiding anything or it only has overflow option + voidAnythingEnabled = true + + #Advanced Void Upgrade Settings + [server.advancedVoidUpgrade] + #Number of Advanced Void Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + #Determines whether void upgrade allows voiding anything or it only has overflow option + voidAnythingEnabled = true + + #Stack Upgrade Settings + [server.stackUpgrade] + #List of items that are not supposed to stack in storage even when stack upgrade is inserted. Item registry names are expected here. + nonStackableItems = ["minecraft:bundle", "minecraft:shulker_box", "minecraft:white_shulker_box", "minecraft:orange_shulker_box", "minecraft:magenta_shulker_box", "minecraft:light_blue_shulker_box", "minecraft:yellow_shulker_box", "minecraft:lime_shulker_box", "minecraft:pink_shulker_box", "minecraft:gray_shulker_box", "minecraft:light_gray_shulker_box", "minecraft:cyan_shulker_box", "minecraft:purple_shulker_box", "minecraft:blue_shulker_box", "minecraft:brown_shulker_box", "minecraft:green_shulker_box", "minecraft:red_shulker_box", "minecraft:black_shulker_box"] + + #Smelting Upgrade Settings + [server.smeltingUpgrade] + #Smelting speed multiplier (1.0 equals speed at which vanilla furnace smelts items) + #Range: 0.25 ~ 4.0 + smeltingSpeedMultiplier = 1.0 + #Fuel efficiency multiplier (1.0 equals speed at which it's used in vanilla furnace) + #Range: 0.25 ~ 4.0 + fuelEfficiencyMultiplier = 1.0 + + #Smoking Upgrade Settings + [server.smokingUpgrade] + #Smelting speed multiplier (1.0 equals speed at which vanilla furnace smelts items) + #Range: 0.25 ~ 4.0 + smeltingSpeedMultiplier = 1.0 + #Fuel efficiency multiplier (1.0 equals speed at which it's used in vanilla furnace) + #Range: 0.25 ~ 4.0 + fuelEfficiencyMultiplier = 1.0 + + #Blasting Upgrade Settings + [server.blastingUpgrade] + #Smelting speed multiplier (1.0 equals speed at which vanilla furnace smelts items) + #Range: 0.25 ~ 4.0 + smeltingSpeedMultiplier = 1.0 + #Fuel efficiency multiplier (1.0 equals speed at which it's used in vanilla furnace) + #Range: 0.25 ~ 4.0 + fuelEfficiencyMultiplier = 1.0 + + #Auto-Smelting Upgrade Settings + [server.autoSmeltingUpgrade] + #Smelting speed multiplier (1.0 equals speed at which vanilla furnace smelts items) + #Range: 0.25 ~ 4.0 + smeltingSpeedMultiplier = 1.0 + #Fuel efficiency multiplier (1.0 equals speed at which it's used in vanilla furnace) + #Range: 0.25 ~ 4.0 + fuelEfficiencyMultiplier = 1.0 + #Number of input filter slots + #Range: 1 ~ 20 + inputFilterSlots = 8 + #Number of input filter slots displayed in a row + #Range: 1 ~ 6 + inputFilterSlotsInRow = 4 + #Number of fuel filter slots + #Range: 1 ~ 20 + fuelFilterSlots = 4 + #Number of fuel filter slots displayed in a row + #Range: 1 ~ 6 + fuelFilterSlotsInRow = 4 + + #Auto-Smoking Upgrade Settings + [server.autoSmokingUpgrade] + #Smelting speed multiplier (1.0 equals speed at which vanilla furnace smelts items) + #Range: 0.25 ~ 4.0 + smeltingSpeedMultiplier = 1.0 + #Fuel efficiency multiplier (1.0 equals speed at which it's used in vanilla furnace) + #Range: 0.25 ~ 4.0 + fuelEfficiencyMultiplier = 1.0 + #Number of input filter slots + #Range: 1 ~ 20 + inputFilterSlots = 8 + #Number of input filter slots displayed in a row + #Range: 1 ~ 6 + inputFilterSlotsInRow = 4 + #Number of fuel filter slots + #Range: 1 ~ 20 + fuelFilterSlots = 4 + #Number of fuel filter slots displayed in a row + #Range: 1 ~ 6 + fuelFilterSlotsInRow = 4 + + #Auto-Blasting Upgrade Settings + [server.autoBlastingUpgrade] + #Smelting speed multiplier (1.0 equals speed at which vanilla furnace smelts items) + #Range: 0.25 ~ 4.0 + smeltingSpeedMultiplier = 1.0 + #Fuel efficiency multiplier (1.0 equals speed at which it's used in vanilla furnace) + #Range: 0.25 ~ 4.0 + fuelEfficiencyMultiplier = 1.0 + #Number of input filter slots + #Range: 1 ~ 20 + inputFilterSlots = 8 + #Number of input filter slots displayed in a row + #Range: 1 ~ 6 + inputFilterSlotsInRow = 4 + #Number of fuel filter slots + #Range: 1 ~ 20 + fuelFilterSlots = 4 + #Number of fuel filter slots displayed in a row + #Range: 1 ~ 6 + fuelFilterSlotsInRow = 4 + + #Inception Upgrade Settings + [server.inceptionUpgrade] + #Allows / Disallows backpack upgrades to work with inventories of Backpacks in the Backpack with Inception Upgrade + upgradesUseInventoriesOfBackpacksInBackpack = true + #Allows / Disallows upgrades to be functional even when they are in Backpacks in the inventory of Backpack with Inception Upgrade + upgradesInContainedBackpacksAreFunctional = true + + #Tool Swapper Upgrade Settings + [server.toolSwapperUpgrade] + #Number of Tool Swapper Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 8 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + + #Tank Upgrade Settings + [server.tankUpgrade] + #Capacity in mB the tank upgrade will have per row of storage slots + #Range: 500 ~ 20000 + capacityPerSlotRow = 4000 + #Ratio that gets applied (multiplies) to inventory stack multiplier before this is applied to max energy of the battery and max in/out. Value lower than 1 makes stack multiplier affect the max energy less, higher makes it affect the max energy more. 0 turns off stack multiplier affecting battery upgrade + #Range: 0.0 ~ 5.0 + stackMultiplierRatio = 1.0 + #Cooldown between fill/drain actions done on fluid containers in tank slots. Only fills/drains one bucket worth to/from container after this cooldown and then waits again. + #Range: 1 ~ 100 + autoFillDrainContainerCooldown = 20 + #How much FE can be transfered in / out per operation. This is a base transfer rate and same as max capacity gets multiplied by number of rows in storage and stack multiplier. + #Range: 1 ~ 1000 + maxInputOutput = 20 + #Energy in FE the battery upgrade will have per row of storage slots + #Range: 500 ~ 50000 + energyPerSlotRow = 10000 + + #Pump Upgrade Settings + [server.pumpUpgrade] + #Number of fluid filter slots + #Range: 1 ~ 20 + filterSlots = 4 + #How much mB can be transfered in / out per operation. This is a base transfer rate that gets multiplied by number of rows in storage and stack multiplier. + #Range: 1 ~ 1000 + maxInputOutput = 20 + #Ratio that gets applied (multiplies) to inventory stack multiplier before this is applied to max input/output value. Value lower than 1 makes stack multiplier affect the capacity less, higher makes it affect the capacity more. 0 turns off stack multiplier affecting input/output + #Range: 0.0 ~ 5.0 + stackMultiplierRatio = 1.0 + + #Xp Pump Upgrade Settings + [server.xpPumpUpgrade] + #Whether xp pump can mend items with mending. Set false here to turn off the feature altogether. + mendingOn = true + #How many experience points at a maximum would be used to mend an item per operation (every 5 ticks and 1 xp point usually translates to 2 damage repaired). + #Range: 1 ~ 20 + maxXpPointsPerMending = 5 + + #Settings for Spawning Entities with Backpack + [server.entityBackpackAdditions] + #Chance of an entity spawning with Backpack + #Range: 0.0 ~ 1.0 + chance = 0.0 + #Turns on/off addition of loot into backpacks + addLoot = false + #Turns on/off buffing the entity that wears backpack with potion effects. These are scaled based on how much loot is added. + buffWithPotionEffects = true + #Turns on/off buffing the entity that wears backpack with additional health. Health is scaled based on backpack tier the mob wears. + buffHealth = true + #Turns on/off equiping the entity that wears backpack with armor. What armor material and how enchanted is scaled based on backpack tier the mob wears. + equipWithArmor = true + #Map of entities that can spawn with backpack and related loot tables (if adding a loot is enabled) in format of "EntityRegistryName|LootTableName" + entityLootTableList = ["minecraft:creeper|minecraft:chests/desert_pyramid", "minecraft:drowned|minecraft:chests/shipwreck_treasure", "minecraft:enderman|minecraft:chests/end_city_treasure", "minecraft:evoker|minecraft:chests/woodland_mansion", "minecraft:husk|minecraft:chests/desert_pyramid", "minecraft:piglin|minecraft:chests/bastion_bridge", "minecraft:piglin_brute|minecraft:chests/bastion_treasure", "minecraft:pillager|minecraft:chests/pillager_outpost", "minecraft:skeleton|minecraft:chests/simple_dungeon", "minecraft:stray|minecraft:chests/igloo_chest", "minecraft:vex|minecraft:chests/woodland_mansion", "minecraft:vindicator|minecraft:chests/woodland_mansion", "minecraft:witch|minecraft:chests/buried_treasure", "minecraft:wither_skeleton|minecraft:chests/nether_bridge", "minecraft:zombie|minecraft:chests/simple_dungeon", "minecraft:zombie_villager|minecraft:chests/village/village_armorer", "minecraft:zombified_piglin|minecraft:chests/bastion_other"] + #List of music discs that are not supposed to be played by entities + discBlockList = ["botania:record_gaia_1", "botania:record_gaia_2"] + #Turns on/off a chance that the entity that wears backpack gets jukebox upgrade and plays a music disc. + playJukebox = true + #Determines whether backpack drops to fake players if killed by them in addition to real ones that it always drops to + dropToFakePlayers = false + #Chance of mob dropping backpack when killed by player + #Range: 0.0 ~ 1.0 + backpackDropChance = 0.0 + #Chance increase per looting level of mob dropping backpack + #Range: 0.0 ~ 0.3 + lootingChanceIncreasePerLevel = 0.0 + + [server.nerfs] + #Determines if too many backpacks in player's inventory cause slowness to the player + tooManyBackpacksSlowness = false + #Maximum number of backpacks in player's inventory that will not cause slowness + #Range: 1 ~ 27 + maxNumberOfBackpacks = 3 + #Ratio of slowness levels per every backpack above the maximum number allowed. (number of backpacks above the max gets multiplied by this number and ceiled) + #Range: 0.1 ~ 5.0 + slownessLevelsPerAdditionalBackpack = 1.0 + #Determines if active upgrades will only work in the backpack that's worn by the player. Active upgrades are for example magnet, pickup, cooking, feeding upgrades. + onlyWornBackpackTriggersUpgrades = false + diff --git a/flake.nix b/flake.nix new file mode 100644 index 0000000..4ff6109 --- /dev/null +++ b/flake.nix @@ -0,0 +1,22 @@ +{ + inputs = { + utils.url = "github:numtide/flake-utils"; + }; + outputs = + { + self, + nixpkgs, + utils, + }: + utils.lib.eachDefaultSystem ( + system: + let + pkgs = nixpkgs.legacyPackages.${system}; + in + { + packages = { + reclamation = ./.; + }; + } + ); +} diff --git a/index.toml b/index.toml new file mode 100644 index 0000000..d250f42 --- /dev/null +++ b/index.toml @@ -0,0 +1,14685 @@ +hash-format = "sha256" + +[[files]] +file = "FTBLang/FTB-Quests-Localization-Resourcepack.zip" +hash = "e47d933300e240884310640e827ed4fc7be1d4b01dc73df27a5e5cb6d7f9b0ec" + +[[files]] +file = "FTBLang/backup/ftbquests/quests/chapter_groups.snbt" +hash = "5faaeb4e80b24f05fffae9c87e66e55b4e27f214de617a82a5cd26f5894b16bf" + +[[files]] +file = "FTBLang/backup/ftbquests/quests/chapters/digital_storage.snbt" +hash = "38ce4e3d7adf8d56fc536a890b76fef0f9c95775d6daf3494d291549c4f60a55" + +[[files]] +file = "FTBLang/backup/ftbquests/quests/chapters/ffood_plants.snbt" +hash = "45157b9b78943379a61da1960b4fa3cc1fed01dc42fe85a19e90dfd30622607d" + +[[files]] +file = "FTBLang/backup/ftbquests/quests/chapters/how_the_world_came_to_be.snbt" +hash = "969bb36a476e53b9f983385cac4f5e8ab36c22df2c63b664e0fea8de0456c39e" + +[[files]] +file = "FTBLang/backup/ftbquests/quests/chapters/mob_safari.snbt" +hash = "7889de963353480cb3edd091c58c85dac1edca02e0e520aeeed57c4455e333ec" + +[[files]] +file = "FTBLang/backup/ftbquests/quests/chapters/resource_generation.snbt" +hash = "5b8447ae48a3c74a189168448a270f4bad754911966807b8c6de142bd112daa1" + +[[files]] +file = "FTBLang/backup/ftbquests/quests/chapters/the_color_green.snbt" +hash = "db5191623737b3b749a6378fe3f7ca2b9a5a0bb0f64d5859434ef24084e76016" + +[[files]] +file = "FTBLang/backup/ftbquests/quests/chapters/the_hunt_for_grass.snbt" +hash = "c804cac79eccb75abe46e252fc090effe9a3a2de634f4056d335aab94caf7d94" + +[[files]] +file = "FTBLang/backup/ftbquests/quests/chapters/the_sound_of_life.snbt" +hash = "b9bd401584ff12c0942ba8e0275e111c5fff53aa3eedd19b40af4fc037f72774" + +[[files]] +file = "FTBLang/backup/ftbquests/quests/chapters/the_taste_of_power.snbt" +hash = "cdfc46b33a990edd39823d4480e0b33ada04a82fe67b0537fe88dfcda78be996" + +[[files]] +file = "FTBLang/backup/ftbquests/quests/chapters/the_touch_of.snbt" +hash = "86d7b755429095905818d9d189764b62addd04dd46e1f8551342181601d7dc79" + +[[files]] +file = "FTBLang/backup/ftbquests/quests/data.snbt" +hash = "5f63b6bb4942eb7bc9666ba16bb7cd77e32dd9668194784777606995af386a65" + +[[files]] +file = "FTBLang/backup/ftbquests/quests/reward_tables/bee.snbt" +hash = "3c780c909f6189d107f6c65e1becf887e050ced2bf6da863a0a1f176e437dd1c" + +[[files]] +file = "FTBLang/backup/ftbquests/quests/reward_tables/canvas.snbt" +hash = "e80fe4dfc790c47e7e3f9691b69dc8c662b3780b6400d3c691c60b82f5567b28" + +[[files]] +file = "FTBLang/backup/ftbquests/quests/reward_tables/chicken.snbt" +hash = "76cd4f38976f9f9cbbfe20a18f158d4195956d32415fc306c1f998b47e8431d0" + +[[files]] +file = "FTBLang/backup/ftbquests/quests/reward_tables/cow.snbt" +hash = "1fbdd45d9891c4e5ac7ab7caab641d419aef540fd2a9e733f62bcdf01820ebc8" + +[[files]] +file = "FTBLang/backup/ftbquests/quests/reward_tables/horns.snbt" +hash = "d2170d921e9cf3406c0cdd6585b5e7bf98f480154c5d1136311b0c8c619987f1" + +[[files]] +file = "FTBLang/backup/ftbquests/quests/reward_tables/instrument.snbt" +hash = "1bb29ee61bd23fed886cb461bf27e2d60dce969732d4ab61edeb02d679555399" + +[[files]] +file = "FTBLang/backup/ftbquests/quests/reward_tables/mana_stuff.snbt" +hash = "e253038c99bd3c43a2b61a2d16c77b9f9ab19b9ff202a00f31b8feedea151337" + +[[files]] +file = "FTBLang/backup/ftbquests/quests/reward_tables/rabbit.snbt" +hash = "5d33c8ecd0e9be91e5c5f663ea10f7ab2afa202f51beca927a3361741bd6fd47" + +[[files]] +file = "FTBLang/backup/ftbquests/quests/reward_tables/skeleton.snbt" +hash = "f385c35becb0af8b7bc9139a9d93e4b2571b83ec765bff94980295a5f7e1b1e5" + +[[files]] +file = "FTBLang/backup/ftbquests/quests/reward_tables/snow_golem.snbt" +hash = "8f0c8252bbb175569bd33e7754eba66ac0fd8083150b345728ec9aed260dc6d7" + +[[files]] +file = "FTBLang/backup/ftbquests/quests/reward_tables/witch.snbt" +hash = "3c73a0e47e6da3e08faf0c090eb527a605ee33e3cf5cd07251ceeebd8c2de9a8" + +[[files]] +file = "FTBLang/backup/ftbquests/quests/reward_tables/zombie.snbt" +hash = "3524cb634a14f6b23234c18d21a9755f71a5ac85946db84a2ad9eaa92e694a50" + +[[files]] +file = "FTBLang/backup/ftbquests/quests/reward_tables/zombie_2.snbt" +hash = "e7e697ea82057c8b8056dcf5e60ba06cd3e3aa677f7c38b9a485672cc0601cc3" + +[[files]] +file = "FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/de_de.json" +hash = "3f47e11f985dc21c0fc3a4b1ef5d7e0d54ff53230bd8012ee3966e5545602d66" + +[[files]] +file = "FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/en_us.json" +hash = "3f47e11f985dc21c0fc3a4b1ef5d7e0d54ff53230bd8012ee3966e5545602d66" + +[[files]] +file = "FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/es_es.json" +hash = "3f47e11f985dc21c0fc3a4b1ef5d7e0d54ff53230bd8012ee3966e5545602d66" + +[[files]] +file = "FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/fr_fr.json" +hash = "3f47e11f985dc21c0fc3a4b1ef5d7e0d54ff53230bd8012ee3966e5545602d66" + +[[files]] +file = "FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/ja_jp.json" +hash = "3f47e11f985dc21c0fc3a4b1ef5d7e0d54ff53230bd8012ee3966e5545602d66" + +[[files]] +file = "FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/ko_kr.json" +hash = "3f47e11f985dc21c0fc3a4b1ef5d7e0d54ff53230bd8012ee3966e5545602d66" + +[[files]] +file = "FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/ru_ru.json" +hash = "3f47e11f985dc21c0fc3a4b1ef5d7e0d54ff53230bd8012ee3966e5545602d66" + +[[files]] +file = "FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/zh_cn.json" +hash = "3f47e11f985dc21c0fc3a4b1ef5d7e0d54ff53230bd8012ee3966e5545602d66" + +[[files]] +file = "FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/zh_hk.json" +hash = "3f47e11f985dc21c0fc3a4b1ef5d7e0d54ff53230bd8012ee3966e5545602d66" + +[[files]] +file = "FTBLang/backup/kubejs/assets/ftbquestlocalizer/lang/zh_tw.json" +hash = "3f47e11f985dc21c0fc3a4b1ef5d7e0d54ff53230bd8012ee3966e5545602d66" + +[[files]] +file = "FTBLang/config/ftbquests/quests/chapter_groups.snbt" +hash = "9dcf9c61592c4a8d1b9095ded6c64b2d9ecb117e439e20d26364ac0ec4a9d03a" + +[[files]] +file = "FTBLang/config/ftbquests/quests/chapters/digital_storage.snbt" +hash = "b050390d1bf7e106f275d17316e237e400c04e0a16e8066c57c36ddfa96e410d" + +[[files]] +file = "FTBLang/config/ftbquests/quests/chapters/ffood_plants.snbt" +hash = "e1d3325d61b43131c794815010f6d4bf89c2be870b48de6b8713afedf50c874f" + +[[files]] +file = "FTBLang/config/ftbquests/quests/chapters/how_the_world_came_to_be.snbt" +hash = "347c7bcdb0c25547b801a2283a42b0a94ed01be16ff724819062b0634db71330" + +[[files]] +file = "FTBLang/config/ftbquests/quests/chapters/mob_safari.snbt" +hash = "b883024e75c652bab081430547d1b8198af3362bed82a567e62569153d2fc5ac" + +[[files]] +file = "FTBLang/config/ftbquests/quests/chapters/resource_generation.snbt" +hash = "b9000befc028ee11f9dd2510d20cb59433f6ec8d3170a7fee04db0e6f6fa5418" + +[[files]] +file = "FTBLang/config/ftbquests/quests/chapters/the_color_green.snbt" +hash = "5711eeef0d70e44a90a831e7df6ee2917bb8b03b48e830f94da3d58ab85b3088" + +[[files]] +file = "FTBLang/config/ftbquests/quests/chapters/the_hunt_for_grass.snbt" +hash = "7e6ac52c88fecf17fd7b5ee9f786a5334cd28207797764798d779b615c964413" + +[[files]] +file = "FTBLang/config/ftbquests/quests/chapters/the_sound_of_life.snbt" +hash = "fa15ff56bde8c9311ff370e8942ba508a1e4f3b17d3a56a25cfd32cc6d401a65" + +[[files]] +file = "FTBLang/config/ftbquests/quests/chapters/the_taste_of_power.snbt" +hash = "ecee170f7acfa2cd7dc148a663c6bb8948a693eef9bcb4e56ef9048332a74750" + +[[files]] +file = "FTBLang/config/ftbquests/quests/chapters/the_touch_of.snbt" +hash = "4d40f93b9b17e6adcb53c82a4f56a718ee6fca1d8ababdfca557e6390a82e7d6" + +[[files]] +file = "FTBLang/config/ftbquests/quests/data.snbt" +hash = "5f63b6bb4942eb7bc9666ba16bb7cd77e32dd9668194784777606995af386a65" + +[[files]] +file = "FTBLang/config/ftbquests/quests/reward_tables/bee.snbt" +hash = "513b9e11f92fc1776e4a57d5de217650fcb04fcf8de3393addcce4396bbb3cbf" + +[[files]] +file = "FTBLang/config/ftbquests/quests/reward_tables/canvas.snbt" +hash = "90d5f52b034f70cfa313c8bda0d2f1315c303be877aaa9ffa8d8226d120c503f" + +[[files]] +file = "FTBLang/config/ftbquests/quests/reward_tables/chicken.snbt" +hash = "b0c50ce15074dfcfd62c0773c750e937807e0dd382d494a5912bf6eb8866ae9d" + +[[files]] +file = "FTBLang/config/ftbquests/quests/reward_tables/cow.snbt" +hash = "f48fee648193dc9b6998d89e4ba783fd38b85b2a8553e1c5f24b493e3bdceb4a" + +[[files]] +file = "FTBLang/config/ftbquests/quests/reward_tables/horns.snbt" +hash = "1851fdcc05def500b41b5005617c7ba8234837d926a74e55778e829f8e910c77" + +[[files]] +file = "FTBLang/config/ftbquests/quests/reward_tables/instrument.snbt" +hash = "1a5f177e762b9f6f15fa23dd983c8e69a46948123d9041f1fec07ee42a20c4df" + +[[files]] +file = "FTBLang/config/ftbquests/quests/reward_tables/mana_stuff.snbt" +hash = "65d58c0030ca03b0a9e269d96199305af9eaede20c0685b8c7452dc0746e7836" + +[[files]] +file = "FTBLang/config/ftbquests/quests/reward_tables/rabbit.snbt" +hash = "5920abdf2d208f4f55f0d00b561009cb9e139492cdb8bba132b51e74d79d1a2b" + +[[files]] +file = "FTBLang/config/ftbquests/quests/reward_tables/skeleton.snbt" +hash = "af6dd8cde56e2a6ea37fd30857300531d79236cbfe87955566497507bc443b92" + +[[files]] +file = "FTBLang/config/ftbquests/quests/reward_tables/snow_golem.snbt" +hash = "da7c8fb7d7c48157a42b1acb41e606636c8d19186070d3107a1e0afd418e3214" + +[[files]] +file = "FTBLang/config/ftbquests/quests/reward_tables/witch.snbt" +hash = "8f791977da25400b61918b787e2f5f5304e44752898659ddf79854bab9d776a3" + +[[files]] +file = "FTBLang/config/ftbquests/quests/reward_tables/zombie.snbt" +hash = "6496ac78c54d163f35251e31993dfff1d4003419872e78d4a0d875c7a3281432" + +[[files]] +file = "FTBLang/config/ftbquests/quests/reward_tables/zombie_2.snbt" +hash = "551e20b652521221ff28c71d52f3fb4b8c47c9fd663f8ba5aca08dcc5319d333" + +[[files]] +file = "FTBLang/kubejs/assets/ftbquestlocalizer/lang/de_de.json" +hash = "3f47e11f985dc21c0fc3a4b1ef5d7e0d54ff53230bd8012ee3966e5545602d66" + +[[files]] +file = "FTBLang/kubejs/assets/ftbquestlocalizer/lang/en_us.json" +hash = "3f47e11f985dc21c0fc3a4b1ef5d7e0d54ff53230bd8012ee3966e5545602d66" + +[[files]] +file = "FTBLang/kubejs/assets/ftbquestlocalizer/lang/es_es.json" +hash = "3f47e11f985dc21c0fc3a4b1ef5d7e0d54ff53230bd8012ee3966e5545602d66" + +[[files]] +file = "FTBLang/kubejs/assets/ftbquestlocalizer/lang/fr_fr.json" +hash = "3f47e11f985dc21c0fc3a4b1ef5d7e0d54ff53230bd8012ee3966e5545602d66" + +[[files]] +file = "FTBLang/kubejs/assets/ftbquestlocalizer/lang/ja_jp.json" +hash = "3f47e11f985dc21c0fc3a4b1ef5d7e0d54ff53230bd8012ee3966e5545602d66" + +[[files]] +file = "FTBLang/kubejs/assets/ftbquestlocalizer/lang/ko_kr.json" +hash = "3f47e11f985dc21c0fc3a4b1ef5d7e0d54ff53230bd8012ee3966e5545602d66" + +[[files]] +file = "FTBLang/kubejs/assets/ftbquestlocalizer/lang/ru_ru.json" +hash = "3f47e11f985dc21c0fc3a4b1ef5d7e0d54ff53230bd8012ee3966e5545602d66" + +[[files]] +file = "FTBLang/kubejs/assets/ftbquestlocalizer/lang/zh_cn.json" +hash = "3f47e11f985dc21c0fc3a4b1ef5d7e0d54ff53230bd8012ee3966e5545602d66" + +[[files]] +file = "FTBLang/kubejs/assets/ftbquestlocalizer/lang/zh_hk.json" +hash = "3f47e11f985dc21c0fc3a4b1ef5d7e0d54ff53230bd8012ee3966e5545602d66" + +[[files]] +file = "FTBLang/kubejs/assets/ftbquestlocalizer/lang/zh_tw.json" +hash = "3f47e11f985dc21c0fc3a4b1ef5d7e0d54ff53230bd8012ee3966e5545602d66" + +[[files]] +file = "config/DistantHorizons.toml" +hash = "3878deccf3e22b004934bab85fba7b5d209017721c465ba36228f5bca858ad46" + +[[files]] +file = "config/Mekanism/client.toml" +hash = "b9130f71804cf470e88c75ada84521db91a2999719d3b6e311790829f8b9d612" + +[[files]] +file = "config/Mekanism/common.toml" +hash = "dab6dbae43bb67fd6a10438c0cbf997c70560c6af3493b60330ac9248587905d" + +[[files]] +file = "config/Mekanism/gear.toml" +hash = "04a7c6e344d9f60ee95a5ddc4dfeccf7aab98df7120eb7a29d7f7dbb69ca4d08" + +[[files]] +file = "config/Mekanism/general.toml" +hash = "ed3012efc424ba4ea7555eb9c65eee84cbb7d07d0a74f2f7fef5b3cc2c51f694" + +[[files]] +file = "config/Mekanism/generator-storage.toml" +hash = "db6aa0b38e4dadfe9fae3970599c415d96058e1a47363180d63c647ccd20d084" + +[[files]] +file = "config/Mekanism/generators-gear.toml" +hash = "b3c50755f421aff5ba6b23a9b1aa8dddf9be0d200b363635134db3ee68e11338" + +[[files]] +file = "config/Mekanism/generators.toml" +hash = "318bb8024e7996e42ca4db10a9966958b22778940b2ca50781ce7b2b655c12c8" + +[[files]] +file = "config/Mekanism/machine-storage.toml" +hash = "ade378e93c7dd046ee9317c424a3675784034ef23602b9d25a57c8a048face5f" + +[[files]] +file = "config/Mekanism/machine-usage.toml" +hash = "9b8b7a7532f4f5bfaa17613677a904a48b1503db660e22084949192b1945eb86" + +[[files]] +file = "config/Mekanism/tiers.toml" +hash = "c9bac7a9ff512efaf495ce5d89299a5c6533cecae11d3c87c9bc2a28595db77e" + +[[files]] +file = "config/Mekanism/tools-client.toml" +hash = "adf9f43d65b332f8212d72dd847cdd19ff3f92bd80dd072011adcc53758db747" + +[[files]] +file = "config/Mekanism/tools.toml" +hash = "6e82f7c5434e96eb928c6c9f1c3d4108dd07debc48001c4fa7a38689edcca032" + +[[files]] +file = "config/Mekanism/world.toml" +hash = "544ac46d6c31a23a028f6b871ff187fdf13aae57050c5d8b7dac3be5e10353b3" + +[[files]] +file = "config/MouseTweaks.cfg" +hash = "4069ce1a439d8c37453c1b1e9f2037e0942674c7e48723a39b37eab245792ad4" + +[[files]] +file = "config/NoChatReports/NCR-Client.json" +hash = "edfe78d985fe67dce28104f3d87673e94c89134144451c291ecedcd2e2c3b480" + +[[files]] +file = "config/NoChatReports/NCR-Common.json" +hash = "0eaad2630bd70ade719f7810e805810ada25379269ea194e43d3eea30c51dec0" + +[[files]] +file = "config/NoChatReports/NCR-Encryption.json" +hash = "0f61ac30bfc78653a30d715f793e30a6a43d6715106706487efd0aea5d43a84c" + +[[files]] +file = "config/NoChatReports/NCR-ServerPreferences.json" +hash = "df32843b853e0a493ef3a9b1e39276818294353fbb0d833f7f61e77da0f5bca1" + +[[files]] +file = "config/NoChatReports/README.md" +hash = "c52b76ccad2bd1063a22c7f6bb9e7c5db6b00fb53a6fd605585972ee0e5fc01f" + +[[files]] +file = "config/ProjectE/client.toml" +hash = "fd666de315cb5ea2c897b9ff5514f4f55c44ab64b551fe37d911baba986c5b1b" + +[[files]] +file = "config/ProjectE/common.toml" +hash = "9a6809e22c99e87e4e1ac12a6e52b9de304cd6f372eb2c67658b94ab54b4a3c1" + +[[files]] +file = "config/ProjectE/custom_emc.json" +hash = "6bf0b5df2978843e31ad4de4fe073b20c206bfe5fc4537abaddc01fbab1b8d4f" + +[[files]] +file = "config/ProjectE/mapping.toml" +hash = "845ff2b91997ab506b6db758bc0639c9c8bb4b34debb749acb65f49e38127483" + +[[files]] +file = "config/ProjectE/processing.toml" +hash = "34dffbc936d4882d4a8313035c9fb0adae43f13a0a805aa136a8cea41c80e253" + +[[files]] +file = "config/ProjectE/server.toml" +hash = "e8e27abe06dbb1a3fb557606f89e846351e61b03ea1c393615107ae96371c89d" + +[[files]] +file = "config/advanced_ae-client.toml" +hash = "c272dc30942cbf7367668db820d2dc63370cdcfc07ad413334d295222db10e87" + +[[files]] +file = "config/advanced_ae-common.toml" +hash = "61e6db66f8919d7b988d9ada0247b6f55875ababa6e43773b1ffcd31c5a06c46" + +[[files]] +file = "config/ae2/client.json" +hash = "0ae6215f279cca53a75c453106aac7a69059c64c2950342254a1713a98e8cb8d" + +[[files]] +file = "config/ae2/common.json" +hash = "f390a5328244fa4f300041b581369bd17fbb6194824574a7cae47523ed01b046" + +[[files]] +file = "config/agricraft.jsonc" +hash = "66c2f989ee163adce2ab36debd83e5355d17051c098bdb15ed8d4b7e428287c8" + +[[files]] +file = "config/akashictome-common.toml" +hash = "1570c4025fc3501c1c98b8b74883f9274046f7cfd87816a763a517eedcbe8533" + +[[files]] +file = "config/appleskin-client.toml" +hash = "e6609ffbea927ee6390b1317bb6f3abb3f31ee591ca5c1d5e748f5e625fefea1" + +[[files]] +file = "config/ars_artifice/glyph_anguish.toml" +hash = "c906104e1dca4abe047bc02f1b4a6582f5cfe8cfb9c5dd1acf6288e9144cda99" + +[[files]] +file = "config/ars_artifice/glyph_falling.toml" +hash = "8df2c1372c8a34a4cd21121c6788dd8b16680820055e65f010cb5a316c84bf0e" + +[[files]] +file = "config/ars_artifice/glyph_interval.toml" +hash = "a37cc7019a119bbc40ea2fadf4bccad2f47f40ac0e54010a591fd9debe6fede4" + +[[files]] +file = "config/ars_artifice/glyph_landing.toml" +hash = "68904278f1eace2debe1a0ea2b95899613bfdf2c7ad3bd258f06786e928af98a" + +[[files]] +file = "config/ars_creo-common.toml" +hash = "f14ed9a338fc9fd74ca70226fe6ad18b369d95ecd5ff09938b98c0daf22da91f" + +[[files]] +file = "config/ars_elemental-client.toml" +hash = "4bd9d2578bae09e521a0de15abe903988ec9243f5f87607ca7bc26cf8fa289eb" + +[[files]] +file = "config/ars_elemental-common.toml" +hash = "9c9e8b4fc6bb8fb2f057c54365854726ae302f19e204d5222da226c143f6965c" + +[[files]] +file = "config/ars_elemental/glyph_aerial_filter.toml" +hash = "7a9ab213f4738c55f96488d9fa5a90ee87344f2dcfc571a403c6f26b5fc19aa4" + +[[files]] +file = "config/ars_elemental/glyph_aquatic_filter.toml" +hash = "7a9ab213f4738c55f96488d9fa5a90ee87344f2dcfc571a403c6f26b5fc19aa4" + +[[files]] +file = "config/ars_elemental/glyph_arc_projectile.toml" +hash = "2936a2acfa92d67e5e5bc7f0fbc4a7d6278b872e17e919777a01f055fd64efd1" + +[[files]] +file = "config/ars_elemental/glyph_bubble_shield.toml" +hash = "6a82d0871294965b37ce95eb9d1d261bf60941f2e43c6dbfbeba7cccae0ae244" + +[[files]] +file = "config/ars_elemental/glyph_charm.toml" +hash = "be624c15e8e96b3ef03b28789c29a10b1cf807b8de3b32939d505f435ed99bb7" + +[[files]] +file = "config/ars_elemental/glyph_conjure_terrain.toml" +hash = "851b3b13af08760619433c068b54a898653cdf0ad9be9cb0948da1793ec506ec" + +[[files]] +file = "config/ars_elemental/glyph_discharge.toml" +hash = "e4e4bd90a15ae27a1add4b995d54a270d7770c49c60d7889f2d7d51c372224f2" + +[[files]] +file = "config/ars_elemental/glyph_envenom.toml" +hash = "c92d63f93ea349505edd4819e699d781823368d5d86bf732a8d06ebeeb22fbe2" + +[[files]] +file = "config/ars_elemental/glyph_fiery_filter.toml" +hash = "7a9ab213f4738c55f96488d9fa5a90ee87344f2dcfc571a403c6f26b5fc19aa4" + +[[files]] +file = "config/ars_elemental/glyph_homing_projectile.toml" +hash = "81afebad66dcb8d0563d4d11c9e91bbf8af26f0e84dd8849613c206cb71c2a1e" + +[[files]] +file = "config/ars_elemental/glyph_insect_filter.toml" +hash = "7a9ab213f4738c55f96488d9fa5a90ee87344f2dcfc571a403c6f26b5fc19aa4" + +[[files]] +file = "config/ars_elemental/glyph_life_link.toml" +hash = "be911ca90e6dfffef4a2e33a65f1fb6184b3a0ec06aa1cbfd42d311c1aa71f67" + +[[files]] +file = "config/ars_elemental/glyph_not_aerial_filter.toml" +hash = "7a9ab213f4738c55f96488d9fa5a90ee87344f2dcfc571a403c6f26b5fc19aa4" + +[[files]] +file = "config/ars_elemental/glyph_not_aquatic_filter.toml" +hash = "7a9ab213f4738c55f96488d9fa5a90ee87344f2dcfc571a403c6f26b5fc19aa4" + +[[files]] +file = "config/ars_elemental/glyph_not_fiery_filter.toml" +hash = "7a9ab213f4738c55f96488d9fa5a90ee87344f2dcfc571a403c6f26b5fc19aa4" + +[[files]] +file = "config/ars_elemental/glyph_not_insect_filter.toml" +hash = "7a9ab213f4738c55f96488d9fa5a90ee87344f2dcfc571a403c6f26b5fc19aa4" + +[[files]] +file = "config/ars_elemental/glyph_not_summon_filter.toml" +hash = "7a9ab213f4738c55f96488d9fa5a90ee87344f2dcfc571a403c6f26b5fc19aa4" + +[[files]] +file = "config/ars_elemental/glyph_not_undead_filter.toml" +hash = "7a9ab213f4738c55f96488d9fa5a90ee87344f2dcfc571a403c6f26b5fc19aa4" + +[[files]] +file = "config/ars_elemental/glyph_phantom_grasp.toml" +hash = "1e422d3ab2f0ba0b150e662dcd4b15c62d8a29a107a5a0771d7cb056cf972010" + +[[files]] +file = "config/ars_elemental/glyph_poison_spores.toml" +hash = "5738ce62d02458cbcb3499c3714b7ee16333de00a887638ef7780d996f4c889b" + +[[files]] +file = "config/ars_elemental/glyph_propagator_arc.toml" +hash = "8c779d1dbc1026d2b7884b53ef33e9bf2d3b34db57a952441f30d053861f6e5c" + +[[files]] +file = "config/ars_elemental/glyph_propagator_homing.toml" +hash = "209cfaa9866d6cd84ec4a3c0059b32be23c485c5aa092b11bb0e2ab044d6b116" + +[[files]] +file = "config/ars_elemental/glyph_spark.toml" +hash = "2b5ac75aaa3bb91b4ba43127d43202daafb5d7e560944a885560e936c3dc60a4" + +[[files]] +file = "config/ars_elemental/glyph_spike.toml" +hash = "2ed55ab427d19dd6dc6b22dc17e3112b99f5efb1e6fa57f57b1510bc0ba37b6b" + +[[files]] +file = "config/ars_elemental/glyph_summon_filter.toml" +hash = "7a9ab213f4738c55f96488d9fa5a90ee87344f2dcfc571a403c6f26b5fc19aa4" + +[[files]] +file = "config/ars_elemental/glyph_undead_filter.toml" +hash = "7a9ab213f4738c55f96488d9fa5a90ee87344f2dcfc571a403c6f26b5fc19aa4" + +[[files]] +file = "config/ars_elemental/glyph_watery_grave.toml" +hash = "40ea0d3527a978b0f45c0202cd591add79b7050e034605ccc6ea678b8f307a3e" + +[[files]] +file = "config/ars_nouveau-client.toml" +hash = "c010906436cdd1de755165791635c194d3efed09d8095a3bbf82631a214b708d" + +[[files]] +file = "config/ars_nouveau-common.toml" +hash = "057319b3e47540397d68af85904fc79d64492fbb992fb9bd153a9aa86c1ca198" + +[[files]] +file = "config/ars_nouveau-server.toml" +hash = "8114e030f41c90caf3a94ba086a1e2a0349d1704e95760b751ecf2c19f2301c5" + +[[files]] +file = "config/ars_nouveau/burst.toml" +hash = "ab9c0668a4e18f21f0c40cbcf60d7629082edf3c65d9d098b6826e9b8cdd750b" + +[[files]] +file = "config/ars_nouveau/glyph_accelerate.toml" +hash = "52088c7f85bfe74de6b1626dfc4a13cd66c841ee3824899e1a21a19cae130349" + +[[files]] +file = "config/ars_nouveau/glyph_amplify.toml" +hash = "04148b51f823c2eba0ebd59621029dcb0652c2fe51372982cc408029217724ad" + +[[files]] +file = "config/ars_nouveau/glyph_animate_block.toml" +hash = "f8bcd050ca15e4cbeab90c16365e177d275c6a988f8586b8a50cb5ac76103b69" + +[[files]] +file = "config/ars_nouveau/glyph_aoe.toml" +hash = "f0d73aea27bbdcf2f74f1710192c3817c6ff64b9c0a2732d55a690d52dc55df4" + +[[files]] +file = "config/ars_nouveau/glyph_blink.toml" +hash = "27036cc3eda610ad1d0748ddfb9096ed137efcd62c38de082513ffc8f1bb98a7" + +[[files]] +file = "config/ars_nouveau/glyph_bounce.toml" +hash = "30c5c4728ac879e44a34a8c9c2b7b69f756e3d47311a69fc69c539ad59775334" + +[[files]] +file = "config/ars_nouveau/glyph_break.toml" +hash = "bb1bdff49f9c9c3b7868fedddd6dc0587e7997a4739bca654e9be2fc17821ce4" + +[[files]] +file = "config/ars_nouveau/glyph_cold_snap.toml" +hash = "6fc3332105a62c079607bf5b60c9f214fb4ebdf5cd927dad278724b5a4ed1927" + +[[files]] +file = "config/ars_nouveau/glyph_conjure_water.toml" +hash = "4712bdfe6651bda49ddaea74679e1099a500964b3221ed37cdda3f6751f11309" + +[[files]] +file = "config/ars_nouveau/glyph_craft.toml" +hash = "da87677cf58a2bcf988f9ba7f53a16a69c90f9c3410e3f9e91f8cc5835df42ba" + +[[files]] +file = "config/ars_nouveau/glyph_crush.toml" +hash = "151868db5c3052524934efa4263fde8d9ab05f04c288d9ee1a17c3e0bd4c4e3b" + +[[files]] +file = "config/ars_nouveau/glyph_cut.toml" +hash = "ea0b2bb20d0af4d5c1fec7dc81e739d5f8ce2e8ff899c9454e597d25f358ca69" + +[[files]] +file = "config/ars_nouveau/glyph_dampen.toml" +hash = "1ea4b1f69ba10b222bd2fbbfab419814a92a53a3552c4d59fb4f23817b426c3e" + +[[files]] +file = "config/ars_nouveau/glyph_decelerate.toml" +hash = "7f58a4bcf1709eb2c7f79b7cdaa0ece892d341dfdaa781c26ac1b951510c45cc" + +[[files]] +file = "config/ars_nouveau/glyph_delay.toml" +hash = "34ecb52d4bce80ae1629b17d2f35da6e9816b0d2134ff1cf29f9b72ca6b6bcd3" + +[[files]] +file = "config/ars_nouveau/glyph_dispel.toml" +hash = "978214f42431cd238adc4e732695e23beaf46a07b5d50f66ea92de38f3e38458" + +[[files]] +file = "config/ars_nouveau/glyph_duration_down.toml" +hash = "f06aac76746bc3c8fc5833a96301e08a7e6d7e873532a6e419530e49e01add10" + +[[files]] +file = "config/ars_nouveau/glyph_ender_inventory.toml" +hash = "3a1400095fb2b321c66b892ea7dd94244799243db9d490fd9cddf18ed1738417" + +[[files]] +file = "config/ars_nouveau/glyph_evaporate.toml" +hash = "da87677cf58a2bcf988f9ba7f53a16a69c90f9c3410e3f9e91f8cc5835df42ba" + +[[files]] +file = "config/ars_nouveau/glyph_exchange.toml" +hash = "3a1400095fb2b321c66b892ea7dd94244799243db9d490fd9cddf18ed1738417" + +[[files]] +file = "config/ars_nouveau/glyph_explosion.toml" +hash = "2672fc425d16af7a3c2caf48e99eb79d39da6d13d56f05b765e72d6c0d6ffc43" + +[[files]] +file = "config/ars_nouveau/glyph_extend_time.toml" +hash = "52088c7f85bfe74de6b1626dfc4a13cd66c841ee3824899e1a21a19cae130349" + +[[files]] +file = "config/ars_nouveau/glyph_extract.toml" +hash = "570801a5ea7437d915a11866ba24a81043436ec7244a64a259f2da0f61602268" + +[[files]] +file = "config/ars_nouveau/glyph_fangs.toml" +hash = "3e7bd498be4f9a17787bc2a315e3816da60d552fd181b1ca4d1109280ec3cdb4" + +[[files]] +file = "config/ars_nouveau/glyph_fell.toml" +hash = "e77cf7c9b790b2b3b1d2ceb93381270bd71d8067306f917eb93d10d88790b207" + +[[files]] +file = "config/ars_nouveau/glyph_firework.toml" +hash = "855caef5eb8da7a171d06dd11d145f8e4c20cbd742dc6ff6eb03e252bd599821" + +[[files]] +file = "config/ars_nouveau/glyph_flare.toml" +hash = "f4703831699479c14466c1553aebc001257080322c39aea5a36a180c2edb1369" + +[[files]] +file = "config/ars_nouveau/glyph_fortune.toml" +hash = "335f371cab1c999bb7ac50a1203fdda843201766d3d5175117d73720d822136e" + +[[files]] +file = "config/ars_nouveau/glyph_freeze.toml" +hash = "7f51de085bd646c15990582256ba9fbbee72b7ba03ccf3b6e84d5b7862c07929" + +[[files]] +file = "config/ars_nouveau/glyph_glide.toml" +hash = "1147e5a83ddfca838ca50fea3a866fb5ab5f4294f16b030495d2e29050396e2b" + +[[files]] +file = "config/ars_nouveau/glyph_gravity.toml" +hash = "3e48f1291aa847518e858f3cde4ddaefcdf6eac3a7b1f9e6e95993c91a4e8bf5" + +[[files]] +file = "config/ars_nouveau/glyph_grow.toml" +hash = "b2c9014df9d1d87246d465839f6ba19c59ce400a1b83e19212b35b0b88b6a0f7" + +[[files]] +file = "config/ars_nouveau/glyph_gust.toml" +hash = "fcbadd937327eb9ea9545d2251d34b744f37f7156cf3a85dbd7a10899258e1f5" + +[[files]] +file = "config/ars_nouveau/glyph_harm.toml" +hash = "eedfd9803434311271c4a35d5be371f0f77ee7ddf3362e0f0a3752351e9717dc" + +[[files]] +file = "config/ars_nouveau/glyph_harvest.toml" +hash = "a00b12536e97c3b601004c8f750d37c01165d16b5d86edd753daa43f040cd6e6" + +[[files]] +file = "config/ars_nouveau/glyph_heal.toml" +hash = "b8994d01e1539bfd3a8cb092654deff8b9c68869d7d33b8094d154fcb479b284" + +[[files]] +file = "config/ars_nouveau/glyph_hex.toml" +hash = "6f12843a50141377f8ab5cd8f3f14d5f9d0d3044fd182047ef014fdb9ba4925e" + +[[files]] +file = "config/ars_nouveau/glyph_ignite.toml" +hash = "23deef7ab7dcf1bceac31fdd3280e02f9c367e4e72e41dff0ce8ddf77f268f75" + +[[files]] +file = "config/ars_nouveau/glyph_infuse.toml" +hash = "e67196fd1af79cf7952eeaa60d2a6153f3e76165b66e97fc66958242faa0db1c" + +[[files]] +file = "config/ars_nouveau/glyph_intangible.toml" +hash = "dd1c00ff4bdca3fac774e833ed14be62ceb7381eb883ac5675aac89ca2fa0142" + +[[files]] +file = "config/ars_nouveau/glyph_interact.toml" +hash = "a00b12536e97c3b601004c8f750d37c01165d16b5d86edd753daa43f040cd6e6" + +[[files]] +file = "config/ars_nouveau/glyph_invisibility.toml" +hash = "e8ef01d916404a9ef0c60144fc14724899a0dcd4f4a8d3e470bac06a39816d87" + +[[files]] +file = "config/ars_nouveau/glyph_launch.toml" +hash = "dbf57b752c1f4386e95fe17a16b058159f09e84f4a143e513c67ed1d764ac2e7" + +[[files]] +file = "config/ars_nouveau/glyph_leap.toml" +hash = "6f1bede090a76b6380bc766049dc2705d514a0cb6a6d90c2a2a822742d449029" + +[[files]] +file = "config/ars_nouveau/glyph_light.toml" +hash = "7486d427238f29b56ebacc349f6a1edba6897fa1e7ee91bd2ab0a103b648dfa2" + +[[files]] +file = "config/ars_nouveau/glyph_lightning.toml" +hash = "62bb6751c4be50667aa177c4f4da47b0f6bbd19ad0d98353b03ef3bf1eb6f1d8" + +[[files]] +file = "config/ars_nouveau/glyph_linger.toml" +hash = "54c3fe8c776d11071278d112fc1266c2d2aa1d4e9254adeb3980d4e45cfd6017" + +[[files]] +file = "config/ars_nouveau/glyph_name.toml" +hash = "355d669ae971bafb031818ba96458e9e06e2f5f1a843d34e1882807641b04f05" + +[[files]] +file = "config/ars_nouveau/glyph_orbit.toml" +hash = "3929d1f3121d8b4a25b0074e682f20b93d769b9889b7eed98591ecd776b7dc1d" + +[[files]] +file = "config/ars_nouveau/glyph_phantom_block.toml" +hash = "870df44b677276589055f4e3c10507520e8025a1152f7cb5e2af22c30936ebb6" + +[[files]] +file = "config/ars_nouveau/glyph_pickup.toml" +hash = "a00b12536e97c3b601004c8f750d37c01165d16b5d86edd753daa43f040cd6e6" + +[[files]] +file = "config/ars_nouveau/glyph_pierce.toml" +hash = "868c9e906cf57c2ec6cd6f73166ab964477085f5a2a0fb0e5c186bdb3ea90bcf" + +[[files]] +file = "config/ars_nouveau/glyph_place_block.toml" +hash = "a00b12536e97c3b601004c8f750d37c01165d16b5d86edd753daa43f040cd6e6" + +[[files]] +file = "config/ars_nouveau/glyph_projectile.toml" +hash = "6cb5b952c5e32b4cd7e2288df16d533c66c113fb3d43bdeb986222d67e959032" + +[[files]] +file = "config/ars_nouveau/glyph_pull.toml" +hash = "0704548f042742ff78f550d70f88d76afb5e64b4f243d15153332b47a10b29b3" + +[[files]] +file = "config/ars_nouveau/glyph_randomize.toml" +hash = "2efadf2172adbeb679709475a32017267109863b037c730b0690a400346c700b" + +[[files]] +file = "config/ars_nouveau/glyph_redstone_signal.toml" +hash = "c8e6f726b377cef6d69cc00540c6aecc694eb151f49cc7be1971681b7762800e" + +[[files]] +file = "config/ars_nouveau/glyph_rotate.toml" +hash = "a00b12536e97c3b601004c8f750d37c01165d16b5d86edd753daa43f040cd6e6" + +[[files]] +file = "config/ars_nouveau/glyph_rune.toml" +hash = "978214f42431cd238adc4e732695e23beaf46a07b5d50f66ea92de38f3e38458" + +[[files]] +file = "config/ars_nouveau/glyph_self.toml" +hash = "205e733e8f8cab59ff046bf1f0bed986e862fec88ad9c22a9f53a7759f601875" + +[[files]] +file = "config/ars_nouveau/glyph_sense_magic.toml" +hash = "2af508f4de3a4138febe5be13074c5dce6374b1829e06338f98a452dc2c0f910" + +[[files]] +file = "config/ars_nouveau/glyph_sensitive.toml" +hash = "dbd275201e22845b9e6ed3b7b874ed0c9259ad755b394f31d84c3b1c71c3b6aa" + +[[files]] +file = "config/ars_nouveau/glyph_slowfall.toml" +hash = "e8ef01d916404a9ef0c60144fc14724899a0dcd4f4a8d3e470bac06a39816d87" + +[[files]] +file = "config/ars_nouveau/glyph_smelt.toml" +hash = "04473ed9790f5f826f8097f3cbd5a9e2ae14f3f041ec52490666869832ee931e" + +[[files]] +file = "config/ars_nouveau/glyph_snare.toml" +hash = "cfae464122aa1f4175a3ec94137f05e1adaa19af3ea70921c5bc000ac97da980" + +[[files]] +file = "config/ars_nouveau/glyph_split.toml" +hash = "a7395212cd9029c1f8ed6bccbbe9836445476f469e8e40af1999c09a19486b92" + +[[files]] +file = "config/ars_nouveau/glyph_summon_decoy.toml" +hash = "6125773f89b9e0381c4bcefd996215777ada37031aa1c61269fa35594a7294f3" + +[[files]] +file = "config/ars_nouveau/glyph_summon_steed.toml" +hash = "4ff5f67515cc5e46fc241c2d12707db4872b99e0894a43b7e3472153b64c20b7" + +[[files]] +file = "config/ars_nouveau/glyph_summon_undead.toml" +hash = "a91b18c078a3f030756ec73ff847089b7137e3b3bcd75b9f6878fa73a903c782" + +[[files]] +file = "config/ars_nouveau/glyph_summon_vex.toml" +hash = "a91b18c078a3f030756ec73ff847089b7137e3b3bcd75b9f6878fa73a903c782" + +[[files]] +file = "config/ars_nouveau/glyph_summon_wolves.toml" +hash = "c6d0a464799d05dc8b746e977f94772fa30ea1586e97ae5c30375144176d370d" + +[[files]] +file = "config/ars_nouveau/glyph_toss.toml" +hash = "a00b12536e97c3b601004c8f750d37c01165d16b5d86edd753daa43f040cd6e6" + +[[files]] +file = "config/ars_nouveau/glyph_touch.toml" +hash = "653abbdb27e1223f42f67617c575335990007ecf5c47abb293b86227b41923f6" + +[[files]] +file = "config/ars_nouveau/glyph_underfoot.toml" +hash = "9119854cd822782a1f9c05f1e0f060484ff21fe8af2d5cd1cda189b2bed877ef" + +[[files]] +file = "config/ars_nouveau/glyph_wall.toml" +hash = "ab161ccc4cbc88df70b140d19ebfb8eef4c2ec0f9ea0428d119c0e3d96b84146" + +[[files]] +file = "config/ars_nouveau/glyph_wind_shear.toml" +hash = "47ea4f8ecd77e64f460e238c97cd0658129ae013f5cd57e42e6959791ece3c56" + +[[files]] +file = "config/ars_nouveau/glyph_wither.toml" +hash = "6f12843a50141377f8ab5cd8f3f14d5f9d0d3044fd182047ef014fdb9ba4925e" + +[[files]] +file = "config/ars_nouveau/reset.toml" +hash = "7a9ab213f4738c55f96488d9fa5a90ee87344f2dcfc571a403c6f26b5fc19aa4" + +[[files]] +file = "config/ars_nouveau/rewind.toml" +hash = "764fe0b016c5d56b0fb58dcb98be0c15830d00a21aab26b76909f7b8ac55bfe5" + +[[files]] +file = "config/ars_nouveau/wololo.toml" +hash = "978214f42431cd238adc4e732695e23beaf46a07b5d50f66ea92de38f3e38458" + +[[files]] +file = "config/arseng-common.toml" +hash = "0b7f4fbd10e5ec0801e3125ae222534d155178635e50618004e060d09ddbe3a5" + +[[files]] +file = "config/arsomega/glyph_flatten.toml" +hash = "151868db5c3052524934efa4263fde8d9ab05f04c288d9ee1a17c3e0bd4c4e3b" + +[[files]] +file = "config/arsomega/glyph_propagate_projectile.toml" +hash = "04473ed9790f5f826f8097f3cbd5a9e2ae14f3f041ec52490666869832ee931e" + +[[files]] +file = "config/arsomega/glyph_propagate_self.toml" +hash = "04473ed9790f5f826f8097f3cbd5a9e2ae14f3f041ec52490666869832ee931e" + +[[files]] +file = "config/arsomega/glyph_propagate_underfoot.toml" +hash = "04473ed9790f5f826f8097f3cbd5a9e2ae14f3f041ec52490666869832ee931e" + +[[files]] +file = "config/attributefix.json" +hash = "981d9c5140ac94a63dd467642d2d3705bf55ab9011e32d8ff6a6f9b4b3db0af2" + +[[files]] +file = "config/balm-client.toml" +hash = "76d9b5b7ec7c755c78d7047cb0e0bf5e318bb375a8fcdf3aef3cd335b2a008bf" + +[[files]] +file = "config/balm-common.toml" +hash = "4494ac6dba001235bfff41749f1092181a35204946936b22def8ed5e7bef5b3e" + +[[files]] +file = "config/bbb.json" +hash = "a684e754c937a64896dc9bb0e715ba7dc5009554d7e786dd09ee5080b475a34c" + +[[files]] +file = "config/bloodmagic-client.toml" +hash = "797d06917505ea9abaa843524f885960f5d182c20932a7c2e958f13925395d35" + +[[files]] +file = "config/bloodmagic-common.toml" +hash = "36526e6eed41cbd32ca41daab6bccd6bd3f52bf76c1038ab5b2ddc28bb369698" + +[[files]] +file = "config/botania-client.toml" +hash = "287bb011ed41d3685e36f9c6d56cb407c02e227cefdea8fa695c2a9204be9d16" + +[[files]] +file = "config/botania-common.toml" +hash = "07e55bb5645a21e30392969aa5b2f8295a2bba660942cb5afa5b34a21ac65dea" + +[[files]] +file = "config/buildinggadgets2-common.toml" +hash = "069c794385b6ddcaa7c1753abea1eabf7b75b4151978d1baaafe19298c2f6c36" + +[[files]] +file = "config/comforts-server.toml" +hash = "24702276d0b1d6f7b5e94b4b34cbc5bd426c524a31bc005231324fc1b7976438" + +[[files]] +file = "config/complicated_bees-common-1.toml.bak" +hash = "c16c175e3462fc7c4497cee110a75f2ed6dbc232b16360dfa3ea1910b01db74a" + +[[files]] +file = "config/complicated_bees-common-2.toml.bak" +hash = "c16c175e3462fc7c4497cee110a75f2ed6dbc232b16360dfa3ea1910b01db74a" + +[[files]] +file = "config/complicated_bees-common-3.toml.bak" +hash = "c16c175e3462fc7c4497cee110a75f2ed6dbc232b16360dfa3ea1910b01db74a" + +[[files]] +file = "config/complicated_bees-common-4.toml.bak" +hash = "c16c175e3462fc7c4497cee110a75f2ed6dbc232b16360dfa3ea1910b01db74a" + +[[files]] +file = "config/complicated_bees-common-5.toml.bak" +hash = "c16c175e3462fc7c4497cee110a75f2ed6dbc232b16360dfa3ea1910b01db74a" + +[[files]] +file = "config/complicated_bees-common.toml" +hash = "e8f218ee07b2c3420e92ba2541491d447339e63ac69044cfd875264755b7d8b0" + +[[files]] +file = "config/connector.json" +hash = "060e296a5fddce603e50034e3cdb6059c3a0e122d0aae3d85a0523341c82ea22" + +[[files]] +file = "config/constructionwand-client.toml" +hash = "49dab16d69ef53b3846431d403918762dc0b22a4efba307c80894eeec64a1118" + +[[files]] +file = "config/cookingforblockheads-common.toml" +hash = "e47daa4f9c1d08b1401767e1f5b44cf2ed1284d737338a1133dfde43ded8a9af" + +[[files]] +file = "config/copycats-client.toml" +hash = "9c4e1c84d2cd936b850b7d69ab97e4b617e464551cc3ce44aeb0aaed4eb6c6c5" + +[[files]] +file = "config/copycats-common.toml" +hash = "de15d8894463fbb864fb7e6ebc234f688596e19f9d3d81a850432705e26f7555" + +[[files]] +file = "config/craftingtweaks-common.toml" +hash = "dc98bd1a2b4125946398c2375f52533a649aaee5e84a81517ed8ef55490a2872" + +[[files]] +file = "config/crash_assistant/config.toml" +hash = "b713d48bff8186a04bbc052432747e8c7e0ba2a4eeb84c97e365fe95e5d29cb7" + +[[files]] +file = "config/crash_assistant/crash_assistant_localization_overrides/README.md" +hash = "943e1c3672b8a03f27519b357091133205119c7b3db2fcc4c25b597cabf8926d" + +[[files]] +file = "config/crash_assistant/modlist.json" +hash = "32c4c1ec766c48341852d2ceba4eb7cba95795f5dcca47b43bd693fb9aa6cf38" + +[[files]] +file = "config/crash_assistant/problematic_mods_config.json" +hash = "989fb8f797a5a894f0cbf8bf529ac20c88cceee72384bdbeedd6a22d455199a3" + +[[files]] +file = "config/create-client.toml" +hash = "81a89bd9759659213b1b8a6aa4828d796e531b9f6bee824324a40947e656a4e9" + +[[files]] +file = "config/create-common.toml" +hash = "36a4d9f5da68f6801b83ce0c4a1a8805fbeffb0dd997f2d405465d7774522296" + +[[files]] +file = "config/create_central_kitchen-common-1.toml.bak" +hash = "d769909a3c4ab55be032c8a07904bd870477dc443cdadb3464c8e30aedf3441c" + +[[files]] +file = "config/create_central_kitchen-common-2.toml.bak" +hash = "d769909a3c4ab55be032c8a07904bd870477dc443cdadb3464c8e30aedf3441c" + +[[files]] +file = "config/create_central_kitchen-common.toml" +hash = "d769909a3c4ab55be032c8a07904bd870477dc443cdadb3464c8e30aedf3441c" + +[[files]] +file = "config/croptopia/croptopia_v3.conf" +hash = "d0f5472f5b2f124a8d716dbb3c3e09c6ce14400cf528dd6ceb035e85cf5061c1" + +[[files]] +file = "config/ctm.toml" +hash = "d3068021f3b4be652dc046f688aab061a6acaa0ba437fb0efcf5d577389eba8d" + +[[files]] +file = "config/cucumber-client.toml" +hash = "8728108be29b34595d998261b40bba3ffb58f0def0dbe3b5c0e48c4fb708a3bc" + +[[files]] +file = "config/cucumber-common.toml" +hash = "186e94e7d3f74e5d731cd69e30f8a1e0a300c3fbbfcf92dc5ddb9d8b9d96eeeb" + +[[files]] +file = "config/cucumber-tags.json" +hash = "8158a36d7048c6c12865a93d95d1d415ed599e214eda7ee616d059d5dcbfbd9b" + +[[files]] +file = "config/cupboard.json" +hash = "08bda8a4a20d302cb97d06bf11c4991e152a3a9e04c17302ea3b42aa77e6b028" + +[[files]] +file = "config/curios-client.toml" +hash = "ebc96c813d601e9c61b6929a8490e71fa990dc64918c19e1f9937bb275510abc" + +[[files]] +file = "config/curios-common.toml" +hash = "2a6bf54a96ec88bca9c291d20280078ce21c7fa1907146e0b855de556660c265" + +[[files]] +file = "config/de/mari_023/ae2wtlib.json5" +hash = "e9838cc6c67a746008e2c8bc88577be4c350d4f990ee5ca4861f07bce76e36ea" + +[[files]] +file = "config/delightful-common.toml" +hash = "ee37b2656d827424beec7910681681a79496c3c4d2b5268d064f5602280ed6fd" + +[[files]] +file = "config/ding.toml" +hash = "a8daacb937c6cc213d77ad0d9adf673349460fd784ed573d69da94d69f171568" + +[[files]] +file = "config/drippyloadingscreen/options.txt" +hash = "80ed128a0e856c1d2cf85164d65366dc0c3d14813009401f030ed29143be48e5" + +[[files]] +file = "config/embeddium-fingerprint.json" +hash = "2206d0f954dff3a36b1e3d6cfccabff2d2a29e051049c2f161e60ac2f97190fb" + +[[files]] +file = "config/embeddium-mixins.properties" +hash = "09ff183e061d93b79514bc171bf9118497578757e7a5c45946039487656e2619" + +[[files]] +file = "config/embeddium-options.json" +hash = "b78e1a745d5080dc2e50dd192982aeb59f32b1645626b77ac38a2b725ea52122" + +[[files]] +file = "config/embers-client.toml" +hash = "64d2003eb3d1b6e5c8cc4c7e0beb3bf91d3bbe887dfc21781a116407840568ee" + +[[files]] +file = "config/embers-common.toml" +hash = "62a4be7e196c3922d27e11ed34cfa11311c1c7b665889ceb7da128b35d623aa7" + +[[files]] +file = "config/emi.css" +hash = "f638e7a1e20a6cd5503d1a86c98698639ca387c4198f25ce2c35c63cfe2cc78f" + +[[files]] +file = "config/emi_loot_config.toml" +hash = "fff93f910f0155e16e0a4e74a34e9f0d4d31e0584c05bc04d09b6c653e9471bd" + +[[files]] +file = "config/emojiful-client.toml" +hash = "e3bbedc636a78386ea099047dba9f70d2aad423e70b104914f99d3e74f6e0103" + +[[files]] +file = "config/enchanted-client.toml" +hash = "5aee3993f0dc86b21ea1883bca40ea2381cdbb10f3d738390f1b466bb40f4f5a" + +[[files]] +file = "config/enchanted-common.toml" +hash = "89f9a05e359a3b2aa3db17cb66fd0e685301fc80a176818d13da1670a873ffb5" + +[[files]] +file = "config/enderio/armory-common.toml" +hash = "6b40b9b67cfab96ca81784cb9a71b573fe94b466ae89f58f4864850b5030a4eb" + +[[files]] +file = "config/enderio/base-client.toml" +hash = "15e9af564ec3fe161a02fe27091d4562b9e8e74b8461584c9f5bb2284b4c55a9" + +[[files]] +file = "config/enderio/base-common.toml" +hash = "7eb5118ba68d60b1c6834614175b1c66c721f25840f6921aa3a6de13f375ec4c" + +[[files]] +file = "config/enderio/machines-client.toml" +hash = "3035d46a3bab17e29cb2bf7ab12e99bb5d57305d148038ab9b6e51ff757d8912" + +[[files]] +file = "config/enderio/machines-common.toml" +hash = "c62ee1febcb9e8354a35e9f69a66787419d6d889ca848f7fd138a4c63cfed99f" + +[[files]] +file = "config/entityculling.json" +hash = "07ccfa8d4edc6928ec566ce42a16d234436ee678b5ddc258431abf265f4f46f7" + +[[files]] +file = "config/expatternprovider-common.toml" +hash = "cfb45d26fe755ffa2ed6848b2cefe009de1bd6e986ae963a72dac1b3c09317c1" + +[[files]] +file = "config/experimentalsettingsdisabler-client.toml" +hash = "d280f5cfcfa2b576a7b9486775491cec6c5f80c85c6325e5f396c9d764b16ce3" + +[[files]] +file = "config/exposure-client.toml" +hash = "4ad8b1ff7452bc6314a778a45ecc370fef4b586963c650f8836de2ce110ee4f0" + +[[files]] +file = "config/exposure-common.toml" +hash = "03666ca5d1fd2fa23406e92532186b0e729c46ed1fbce4aee88a26e237d77558" + +[[files]] +file = "config/extremesoundmuffler-client.toml" +hash = "7ecfa3371fcc60bf07d40954c061d3dc4ec647806a9250e9cc391c35b220107d" + +[[files]] +file = "config/fabric/indigo-renderer.properties" +hash = "49436432803ded94f82c5e19bc36e4c89a5cc51b4cd27f2f4eeac6c0daca9b30" + +[[files]] +file = "config/fancymenu/assets/dark.png" +hash = "8bf5bb1e7d3214c69205e913eb964ba44a75ceabc60dce7ed5705312d7cc9307" + +[[files]] +file = "config/fancymenu/assets/hover.png" +hash = "0f7d21aa1eb2346213cb4beb693b6964a8a8aa48b3729c4febb87963b4d79d02" + +[[files]] +file = "config/fancymenu/assets/title.png" +hash = "87fdbfad4112a52564dfd437a267ca7044e6721804be8f7210359375d9be35e2" + +[[files]] +file = "config/fancymenu/assets/title_bg.mp4" +hash = "3ba6023cec332a868114010667d985fa6c93f17bc2369a7fd393e44b81625c93" + +[[files]] +file = "config/fancymenu/assets/title_shadow.png" +hash = "820cce27df0356a225149e9f85ae880b75471d28aaf77fb41a9a630fba0b2d23" + +[[files]] +file = "config/fancymenu/assets/transparent.png" +hash = "5016a323018f09e292165ad5392d82dcbad5e79c2b6b93aff3322dffff80b309" + +[[files]] +file = "config/fancymenu/custom_gui_screens.txt" +hash = "ff492043eaf454c46e949d5eef32ece90cc5a19feb50a161dd29a43b5732c880" + +[[files]] +file = "config/fancymenu/customizablemenus.txt" +hash = "a474ea7af5a5f1e5b18ebf6838cf75db9fbad4227460e4572f2bfd9838d276d9" + +[[files]] +file = "config/fancymenu/customization/title_screen_layout.txt" +hash = "fed457d836d5b12541a58cc08fb69d627f5e5b4e829d02d5bb8bd2f49f7bddc4" + +[[files]] +file = "config/fancymenu/layout_editor/widgets/element_layer_control.lewidget" +hash = "051d700ea7ff1bd626063d60f9a9cd65a0af1fed5903706d1e70fce20bcb2495" + +[[files]] +file = "config/fancymenu/legacy_checklist.txt" +hash = "9a25d3dc708e43eabafce5479a13c02dae15bc7f673afb2745b8b2ba48a97dc0" + +[[files]] +file = "config/fancymenu/options.txt" +hash = "47dfad9597799b627023e2350a27cb0c6adaa26a37dd360dc12f338a72cb8bc2" + +[[files]] +file = "config/fancymenu/ui_themes/dark.json" +hash = "45541e5c5019585b9c4ff114aed530826129e8a7ac6866b5d5fe41dd278abae4" + +[[files]] +file = "config/fancymenu/ui_themes/light.json" +hash = "6954379d658fdf496f162792a3244f0f08635858ed4b0553a718a7ef63b8a620" + +[[files]] +file = "config/fancymenu/user_variables.db" +hash = "3d7d4cda73d6bde134a568ccbe4e8d2e7fbe701570012b71fa45acdb2258c823" + +[[files]] +file = "config/fancymenu/video_element_controller_metas.json" +hash = "19695aeb1d9b3dc9725c510aeacad2e99aa90eef7d32a6cd727ff18d1670df27" + +[[files]] +file = "config/farmersdelight-client.toml" +hash = "e5f8f5743c23e6c1e569070d720f91e66495e8da03550a0d37d9a07c6d543014" + +[[files]] +file = "config/farmersdelight-common.toml" +hash = "ab93780fbfe30774558ac2ea7cedbc367f08b4d3aae0c300e1931acfba7c00cf" + +[[files]] +file = "config/farmersrespite-common.toml" +hash = "4ae780256c98ad13138e0d1edfc6e2a10abfefee24b710e5a1056687641cb6e7" + +[[files]] +file = "config/ferritecore-mixin.toml" +hash = "c164439c632aa7c95c07edec5cfef74b8e2d5671a8445a781deeb4de7ad0c8b6" + +[[files]] +file = "config/flywheel-client.toml" +hash = "2fb70b6e746bd71d858d7177b23c106046ef7f6598c9478bb92350661a9e4fa7" + +[[files]] +file = "config/fml.toml" +hash = "eb6e8b8eda9682889a83d55262ef96cf37153d58fe7f0fa5d5cb1da5d9f7dd9b" + +[[files]] +file = "config/forge-client.toml" +hash = "0b1b3c45343435184c9dde3149b38afcdb97953e287686ecda54385f53ebcddc" + +[[files]] +file = "config/ftbbackups2.json" +hash = "e52c9d92560577605112df8d578f772cfd77e72ffd339d93cd70de1f0948de79" + +[[files]] +file = "config/ftbquests/quests/chapter_groups.snbt" +hash = "9dcf9c61592c4a8d1b9095ded6c64b2d9ecb117e439e20d26364ac0ec4a9d03a" + +[[files]] +file = "config/ftbquests/quests/chapters/digital_storage.snbt" +hash = "b050390d1bf7e106f275d17316e237e400c04e0a16e8066c57c36ddfa96e410d" + +[[files]] +file = "config/ftbquests/quests/chapters/ffood_plants.snbt" +hash = "51efc79b338892785792591fe19ec0ae1105dd959ce952f6d86937eba2d35e54" + +[[files]] +file = "config/ftbquests/quests/chapters/how_the_world_came_to_be.snbt" +hash = "347c7bcdb0c25547b801a2283a42b0a94ed01be16ff724819062b0634db71330" + +[[files]] +file = "config/ftbquests/quests/chapters/mob_safari.snbt" +hash = "00e5a55d49a66912423a8abb0dcf96abebbe2fc4fc69f39dc0b3e26f235f5357" + +[[files]] +file = "config/ftbquests/quests/chapters/resource_generation.snbt" +hash = "5a852997d46d9f2c3f6423e9f42bc040adbd4cc46f121fc7a51759f6a9582063" + +[[files]] +file = "config/ftbquests/quests/chapters/the_color_green.snbt" +hash = "ab436919e6f0f5813d740f3fc175e57929e0ef2087b45650d8620ed867895083" + +[[files]] +file = "config/ftbquests/quests/chapters/the_hunt_for_grass.snbt" +hash = "8982f336cbb9d19fd36414cb994e183afd436bfc9b5c9d33f69e97e58e5ce583" + +[[files]] +file = "config/ftbquests/quests/chapters/the_sound_of_life.snbt" +hash = "84fdb92814effbe9f14713cdab9a0cfe88f4d550dad1156aceaf476bf8fbb02f" + +[[files]] +file = "config/ftbquests/quests/chapters/the_taste_of_power.snbt" +hash = "ecee170f7acfa2cd7dc148a663c6bb8948a693eef9bcb4e56ef9048332a74750" + +[[files]] +file = "config/ftbquests/quests/chapters/the_touch_of.snbt" +hash = "28d039b2ff2bb9e24ff6333dfce694f9f7494db832c94ca7bf1748a5820ff168" + +[[files]] +file = "config/ftbquests/quests/data.snbt" +hash = "5f63b6bb4942eb7bc9666ba16bb7cd77e32dd9668194784777606995af386a65" + +[[files]] +file = "config/ftbquests/quests/reward_tables/bee.snbt" +hash = "513b9e11f92fc1776e4a57d5de217650fcb04fcf8de3393addcce4396bbb3cbf" + +[[files]] +file = "config/ftbquests/quests/reward_tables/canvas.snbt" +hash = "90d5f52b034f70cfa313c8bda0d2f1315c303be877aaa9ffa8d8226d120c503f" + +[[files]] +file = "config/ftbquests/quests/reward_tables/chicken.snbt" +hash = "b0c50ce15074dfcfd62c0773c750e937807e0dd382d494a5912bf6eb8866ae9d" + +[[files]] +file = "config/ftbquests/quests/reward_tables/cow.snbt" +hash = "f48fee648193dc9b6998d89e4ba783fd38b85b2a8553e1c5f24b493e3bdceb4a" + +[[files]] +file = "config/ftbquests/quests/reward_tables/horns.snbt" +hash = "1851fdcc05def500b41b5005617c7ba8234837d926a74e55778e829f8e910c77" + +[[files]] +file = "config/ftbquests/quests/reward_tables/instrument.snbt" +hash = "1a5f177e762b9f6f15fa23dd983c8e69a46948123d9041f1fec07ee42a20c4df" + +[[files]] +file = "config/ftbquests/quests/reward_tables/mana_stuff.snbt" +hash = "65d58c0030ca03b0a9e269d96199305af9eaede20c0685b8c7452dc0746e7836" + +[[files]] +file = "config/ftbquests/quests/reward_tables/rabbit.snbt" +hash = "5920abdf2d208f4f55f0d00b561009cb9e139492cdb8bba132b51e74d79d1a2b" + +[[files]] +file = "config/ftbquests/quests/reward_tables/skeleton.snbt" +hash = "af6dd8cde56e2a6ea37fd30857300531d79236cbfe87955566497507bc443b92" + +[[files]] +file = "config/ftbquests/quests/reward_tables/snow_golem.snbt" +hash = "da7c8fb7d7c48157a42b1acb41e606636c8d19186070d3107a1e0afd418e3214" + +[[files]] +file = "config/ftbquests/quests/reward_tables/witch.snbt" +hash = "8f791977da25400b61918b787e2f5f5304e44752898659ddf79854bab9d776a3" + +[[files]] +file = "config/ftbquests/quests/reward_tables/zombie.snbt" +hash = "6496ac78c54d163f35251e31993dfff1d4003419872e78d4a0d875c7a3281432" + +[[files]] +file = "config/ftbquests/quests/reward_tables/zombie_2.snbt" +hash = "551e20b652521221ff28c71d52f3fb4b8c47c9fd663f8ba5aca08dcc5319d333" + +[[files]] +file = "config/ftbxmodcompat.snbt" +hash = "9abe2c7f784810cac3ca71c74d02aacd5fe6861d744cb143d077a525a2b42e76" + +[[files]] +file = "config/fzzy_config/keybinds.toml" +hash = "6405aeb7dbb69bed591c2eb6d6ca5a24dfffb0f01425b6026df4afd3aaf56826" + +[[files]] +file = "config/globalgamerules-common.toml" +hash = "054802e686b2613b939ff2c8cadac99c69141535ffeafd3d1b3162da33da9551" + +[[files]] +file = "config/gravestone-client.toml" +hash = "0f7657373c8cccc3e9f11a79533c0c85c84e68762b65e5c6f9728ca9226873d3" + +[[files]] +file = "config/gravestonecurioscompat-common.toml" +hash = "8f1ac9f26c48f68802853018ae1e71a19e4b3cb6430da0fffd67bd5923b2a7d3" + +[[files]] +file = "config/guideme.toml" +hash = "89a3f43b3cb90476c75121fecdd5f77375e6a95bfbd7f8bb057574e70cec660c" + +[[files]] +file = "config/heads-common.toml" +hash = "cfc21292d54467f7df0ad895788466574e38926d987096494f78b14c406e0f85" + +[[files]] +file = "config/ichunutil/ichunutil-client.toml" +hash = "5ce8276162b41923eaf011422d62b0426769466ee680d146ec62d087ef8e255a" + +[[files]] +file = "config/ichunutil/themes/aztec.json" +hash = "e649c0232e3b952d3c1cb9739e8823d998a8d8ea7013cf04825f2e7deaba228f" + +[[files]] +file = "config/ichunutil/themes/blue&black.json" +hash = "737f04c71b43552e74bf0426d7a973d7d55a73659de32673714b9a8a5acc5f62" + +[[files]] +file = "config/ichunutil/themes/blue&orange.json" +hash = "feb283d9d1f9cc25f4bb1e568649ed3e6537c9a9ee63fea3506c3683948a7e0f" + +[[files]] +file = "config/ichunutil/themes/default.json" +hash = "9f8d09018b881b6d4c6840c0bc81004840b0b723dde94fc0f224383e17bb8090" + +[[files]] +file = "config/ichunutil/themes/grassgreen.json" +hash = "1a9600633ee83e932c38442c34720a0ff659b70b4c304522d784a93766db0a9c" + +[[files]] +file = "config/ichunutil/themes/green&black.json" +hash = "c147b5c7b1af5bb58134c7d6c96c5941fd3d4cbcfef70f58c2cc151ed70bfb67" + +[[files]] +file = "config/ichunutil/themes/lazygray.json" +hash = "61096ad80c1aa88ae1caaa774b28d3c8f2dd670fcdf861e549f8d3e19c8c31d6" + +[[files]] +file = "config/ichunutil/themes/monogeneric.json" +hash = "ed1ce4ab67241147f28878514110ed44882fcd8b598a7f7b7d3986119f9aa14f" + +[[files]] +file = "config/ichunutil/themes/nightblack.json" +hash = "6e3dbd564f58d51ba79465157b2e6214b31910d7fbc07969bd9afbe2c296f65b" + +[[files]] +file = "config/ichunutil/themes/red&black.json" +hash = "d75c059cca81b4bd6e365614e10db45d3f16247ea0319ccb2b20a0a3f76b45dd" + +[[files]] +file = "config/ichunutil/themes/skyblue.json" +hash = "1327fd9384d4d487552f153358d3062adfb156b4b69929de32a83426841ec258" + +[[files]] +file = "config/ichunutil/themes/whitelight.json" +hash = "5369346e99dc684898a20bbf08791a940f55c9e70e4ed0b0fa8af9e04091dc78" + +[[files]] +file = "config/immediatelyfast.json" +hash = "f2b7f219198f0a911d04b09f545f2c1256e8d114951443924878dc10963e16aa" + +[[files]] +file = "config/immersive_paintings.json" +hash = "db6dd5c518adeaed21aa173eb58585d3da0d0841e3a457e11f2f97adc3a267fa" + +[[files]] +file = "config/jade/hide-blocks.json" +hash = "247df2699ebb5a0d4c9585aeeb267ef9388cd5bee2b13ca340f35124a135b35b" + +[[files]] +file = "config/jade/hide-entities.json" +hash = "22b4560c3dc05da35a70bb6611da0ce04cff295ab8c663afd58e725c396a24b3" + +[[files]] +file = "config/jade/jade.json" +hash = "4624fc2e033829004e59a6269ccc409529d653d7cfa902e8cb3dc570daba14a2" + +[[files]] +file = "config/jade/plugins.json" +hash = "7cae678142244f9e8f9e55dd8abc324446aae50aa99efa5667a4273a2e59a575" + +[[files]] +file = "config/jade/sort-order.json" +hash = "f20ae1693cb4a907c1aa972e91cc73660c6f17e54db49a66c360ad5afd03ab00" + +[[files]] +file = "config/jei/blacklist.cfg" +hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" + +[[files]] +file = "config/jei/jei-client.ini" +hash = "30503916553a0a302f433abd1c99a54303312cf426b7a6b49d0dff0461c82aba" + +[[files]] +file = "config/jei/jei-colors.ini" +hash = "5f37aacd70460fdc2631ff45e98e8a2ce4e52d3e9a50917edf40eeed1236952e" + +[[files]] +file = "config/jei/jei-debug.ini" +hash = "ee9bb0f0f8465629951fe9a532f3ebe3327671a12d4cc6395860d7f7494b970b" + +[[files]] +file = "config/jei/jei-mod-id-format.ini" +hash = "326b4f9b813ca8183bfaeee184cf7248c7a75c4d85b59322e349c0e964c253f3" + +[[files]] +file = "config/jei/recipe-category-sort-order.ini" +hash = "f3d3d1fdfd6846065fc510663de5ed8f4619e75138b1953d1179a99800f0ad5e" + +[[files]] +file = "config/konkrete/locals/de_de.local" +hash = "79a34cfd15c2d9c06498dc221be79279507d9b57666cd44f8d2c2cf95d3582ef" + +[[files]] +file = "config/konkrete/locals/en_us.local" +hash = "fdf1864fd049b3f1b9af1f8db6c5125a627be7d06a451c778da3329843d3c39a" + +[[files]] +file = "config/konkrete/locals/pl_pl.local" +hash = "d38a7776e362e4de6082078d803c1c9358d9d40526edfe4bdfd29c552aef76d8" + +[[files]] +file = "config/konkrete/locals/pt_br.local" +hash = "dca55a2792451b31424cd5c24037141ec57cdca51955d062dd908fa9ca6a3e9c" + +[[files]] +file = "config/lmft.json" +hash = "2a2ee19297afe3fc512f5cbe639349847f3e7a74616f282d24a179a17f4559ed" + +[[files]] +file = "config/mcef/mcef.properties" +hash = "bcaecdbc043c3f4148702a10cb51cad132c00f4032ee6b9a6bd83257dc8fdc9d" + +[[files]] +file = "config/midnightlib.json" +hash = "9bcdd9f5ae6c9fecc3a0dfee7507bf17c56702f14e40db9cdde90148f1d3b387" + +[[files]] +file = "config/modernfix-common.toml" +hash = "fad9aea710ec3508eab562cd8f2b5f8e2dda6ee1c5fb1fe818f90ce253017f66" + +[[files]] +file = "config/modernfix-mixins.properties" +hash = "f359b229b0cb290b7bf05f901d6c704c0ca86dfff411c20b6c4a82c379283956" + +[[files]] +file = "config/modonomicon-client.toml" +hash = "ac399eabe0ff6b5dffc5c39469ab794394375525af0eefcc8c45b71213eb83f3" + +[[files]] +file = "config/moonlight-client.toml" +hash = "78557fc0d62b4ca3a586371769fa9d553599169513213fc3a8432780a9d514e8" + +[[files]] +file = "config/moonlight-common.toml" +hash = "a9426a4ac57696e303947f831e5357ec53870d16a2d83304581be0db6e9b9691" + +[[files]] +file = "config/moreoverlays.toml" +hash = "788fc1c52101403a8ffca4e11510778e5cd21fa6e6179ea605093717a3a2ca48" + +[[files]] +file = "config/mysticalagriculture-client.toml" +hash = "8fad5e2206758eceae2ee8618886715ef1de63eecf60f4f20d237be8f75d157c" + +[[files]] +file = "config/mysticalagriculture-common.toml" +hash = "9b63bd9237cc8b9f5ffbf1506100056743a1fead608631493e7b0c43364d466d" + +[[files]] +file = "config/mysticalcustomization/configure-augments.json" +hash = "44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a" + +[[files]] +file = "config/mysticalcustomization/configure-crops.json" +hash = "83364503fd211a159f207386964a774a8368f39bf2798615a0ea269b8eb152ea" + +[[files]] +file = "config/mysticalcustomization/configure-mobsoultypes.json" +hash = "44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a" + +[[files]] +file = "config/mysticalcustomization/configure-tiers.json" +hash = "44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a" + +[[files]] +file = "config/mysticalcustomization/configure-types.json" +hash = "44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a" + +[[files]] +file = "config/naturesaura-common.toml" +hash = "e34c6b433a6c957da2b99dc3b6890aa678c214a4a70a98f0657dbb2a83d5b782" + +[[files]] +file = "config/not_enough_glyphs/glyph_plow.toml" +hash = "7a9ab213f4738c55f96488d9fa5a90ee87344f2dcfc571a403c6f26b5fc19aa4" + +[[files]] +file = "config/not_enough_glyphs/glyph_propagate_plane.toml" +hash = "388c63d3dded85a70ab53fa9f5ab03e01e8c14eac3fcb35bdc0d7210853c0aaa" + +[[files]] +file = "config/not_enough_glyphs/glyph_trail.toml" +hash = "409db87712641a768666dab5700977233c82b08b917d6e5c945579e8d340550c" + +[[files]] +file = "config/oculus.properties" +hash = "c2e57bb18bb8d63c88888da18b5e8cf267e2fa1f2bcc089679fcdbe3476688f7" + +[[files]] +file = "config/orthocamera.json" +hash = "d071186b69209ebc91569fb536c7cc5c9cc8d5d56d6b5d61249d14110a3a59b6" + +[[files]] +file = "config/packetfixer.properties" +hash = "6b53f3aaffdb21a186d69cac91243c638a152495de17c9a0799aab8b7b8f12db" + +[[files]] +file = "config/patchouli-client.toml" +hash = "d289f4c7540e3e24bcf6bbf3f5a2aaaf87ccf58027d2213e40497fc627422068" + +[[files]] +file = "config/polymorph-integrations.toml" +hash = "43a7425a314be7d78c2e31d44ab8f46c5ee824ab10906ab8909923d23646b6ad" + +[[files]] +file = "config/ponder-client.toml" +hash = "56291af4bc3506692c79f5c0155c47cce8577d0aae6ed5930c9074d5cb9bc5c8" + +[[files]] +file = "config/presencefootsteps/userconfig.json" +hash = "6cffea1c20852a079342429a0f223fcc45993a51596c4736e0fe1910c3fcba52" + +[[files]] +file = "config/quark-common.toml" +hash = "ec7825d117f6a83fa27201337626c6b3dc4e42d0a5e074b772878ee767bea178" + +[[files]] +file = "config/rechiseled_chipped-common.toml" +hash = "8861c6eae7c7015c4937a014b30542ca0753ad5ef019578bdf514f9f612c22b2" + +[[files]] +file = "config/resourceful-config-web.json" +hash = "061b0b55a0589157e6c08d785b851911b386a4670583bdf337a8757766f54b6d" + +[[files]] +file = "config/sebastrnlib-client.toml" +hash = "ad66f214f945f5d0850f22b9f5df50e698e980781bb34539b63532055e8027fd" + +[[files]] +file = "config/sidebar_buttons.json" +hash = "d12bcdd59a36b21e0aafaab84c9ef6749d8aeab3e28e814571625a58a5db3a87" + +[[files]] +file = "config/simple-rpc/server-entries.toml" +hash = "c0f805a22438339d68aacf46339f6f9d47cd9737ab0a6e4c8af3b772f7028849" + +[[files]] +file = "config/simple-rpc/simple-rpc.toml" +hash = "a1cd72768542f6037562050dfb746b065b5e6f3140447547e674e252c41b9d8f" + +[[files]] +file = "config/sophisticatedbackpacks-common.toml" +hash = "6674ec92f625296aa8accc93d71fdf1eecfc8050111c5ae7b6d9a94b4fe14506" + +[[files]] +file = "config/sophisticatedcore-client.toml" +hash = "3175ac14ac1da55ba706d1f0321c0b5620cd968a381e60323b283778e7b6d9e6" + +[[files]] +file = "config/sophisticatedcore-common-1.toml.bak" +hash = "bd8a28e3c55361836b56b2060d815a0705cd7a097eb22780f8562f0da5d21221" + +[[files]] +file = "config/sophisticatedcore-common.toml" +hash = "ee09de7d6c5a416982dcfd9ed9335933c58b912e84b8e430e183148351c0f5a1" + +[[files]] +file = "config/sophisticatedstorage-client.toml" +hash = "86630c911ef13831fe61e44e88dcc2a38c3ed7d2cf198da405fcd5e8bec6bafa" + +[[files]] +file = "config/sophisticatedstorage-common.toml" +hash = "55a7b289f6d2ecb116d39b385fb8a883f8317734dd42f3be16af11380e26c0a3" + +[[files]] +file = "config/sound_physics_remastered/occlusion.properties" +hash = "ebbac45fbb3ca01487b85ffee9601b213b71896e6606fb297bcb0f3ac9c30ffb" + +[[files]] +file = "config/sound_physics_remastered/reflectivity.properties" +hash = "e26b00784bb6239988759ed1a64551b9f301dc33c5a855d91e976ee4bf40ac8a" + +[[files]] +file = "config/sound_physics_remastered/sound_rates.properties" +hash = "2cee1627e95af782318bf1cf9cbd964ce20a2ef317c6e9277920cff8992ab043" + +[[files]] +file = "config/sound_physics_remastered/soundphysics.properties" +hash = "068ccd6b0985f7ba643fb7ccd6e8149378b4679891a90aa2c787f8ba278330c6" + +[[files]] +file = "config/storagedrawers-client.toml" +hash = "39d58df4365c427a63a65cf63be7a9e79dcb3357bdc755ea05488b3b4a7e8e18" + +[[files]] +file = "config/storagedrawers-common.toml" +hash = "5ca131965f543290df31cbd16374a7a4a7789e358364da23ca85238ffbaa9ffc" + +[[files]] +file = "config/storagedrawers-common.v2.toml" +hash = "ba4df71bee24a085653950de56bdb23b6017ae2f5244aa63be0be4ccd048fd84" + +[[files]] +file = "config/supplementaries-client.toml" +hash = "fdc3a0710be7f8b53be8b197b3b0596198685be31c0b462274b8483b89c1713a" + +[[files]] +file = "config/supplementaries-common.toml" +hash = "e6bc407eb10eb1c451aa26c0a4801894972f3a195770f368c580cce203c936d5" + +[[files]] +file = "config/theurgy-client.toml" +hash = "853a69847741cb185dd5dc00207d8a5f9027a02970af900c1b4d40cb5e1f0172" + +[[files]] +file = "config/tomeofblood/base-common.toml" +hash = "9c428536a4c5b7e1724fce1f36530a4311a56d630e4f416e043113a6ae5b5c16" + +[[files]] +file = "config/tomeofblood/glyph_sentient_harm.toml" +hash = "c1ee638c54b128fa51233d1ca605bfe5c727f8fdbca0fa5e959bef7a2fca83a9" + +[[files]] +file = "config/tomeofblood/glyph_sentient_wrath.toml" +hash = "bf44ce3becaa3293c999875c0921c80bdc545f3f6356dbec9d081f07fa64e230" + +[[files]] +file = "config/toomanyglyphs/glyph_amplify_three.toml" +hash = "575454cde0bb8828e8fb8c8138fbf799b7466bd3ec7b5816a821057ad5ac265f" + +[[files]] +file = "config/toomanyglyphs/glyph_amplify_two.toml" +hash = "bc5915bc9ef0244d1b3d4de54080477ed55818628bf0b43fbb4decaef9fe291a" + +[[files]] +file = "config/toomanyglyphs/glyph_chaining.toml" +hash = "8bba6847b2db7927b738d2ff6bd29f77537b2c4526e39680172f02ddee61b05e" + +[[files]] +file = "config/toomanyglyphs/glyph_filter_animal.toml" +hash = "7a9ab213f4738c55f96488d9fa5a90ee87344f2dcfc571a403c6f26b5fc19aa4" + +[[files]] +file = "config/toomanyglyphs/glyph_filter_block.toml" +hash = "7a9ab213f4738c55f96488d9fa5a90ee87344f2dcfc571a403c6f26b5fc19aa4" + +[[files]] +file = "config/toomanyglyphs/glyph_filter_entity.toml" +hash = "7a9ab213f4738c55f96488d9fa5a90ee87344f2dcfc571a403c6f26b5fc19aa4" + +[[files]] +file = "config/toomanyglyphs/glyph_filter_is_baby.toml" +hash = "e37fa21e0ce9fdf5999e32fcf8acf98fbdb4c0296ef53c63c46025dd8cacf449" + +[[files]] +file = "config/toomanyglyphs/glyph_filter_is_mature.toml" +hash = "e37fa21e0ce9fdf5999e32fcf8acf98fbdb4c0296ef53c63c46025dd8cacf449" + +[[files]] +file = "config/toomanyglyphs/glyph_filter_item.toml" +hash = "7a9ab213f4738c55f96488d9fa5a90ee87344f2dcfc571a403c6f26b5fc19aa4" + +[[files]] +file = "config/toomanyglyphs/glyph_filter_living.toml" +hash = "7a9ab213f4738c55f96488d9fa5a90ee87344f2dcfc571a403c6f26b5fc19aa4" + +[[files]] +file = "config/toomanyglyphs/glyph_filter_living_not_monster.toml" +hash = "7a9ab213f4738c55f96488d9fa5a90ee87344f2dcfc571a403c6f26b5fc19aa4" + +[[files]] +file = "config/toomanyglyphs/glyph_filter_living_not_player.toml" +hash = "7a9ab213f4738c55f96488d9fa5a90ee87344f2dcfc571a403c6f26b5fc19aa4" + +[[files]] +file = "config/toomanyglyphs/glyph_filter_monster.toml" +hash = "7a9ab213f4738c55f96488d9fa5a90ee87344f2dcfc571a403c6f26b5fc19aa4" + +[[files]] +file = "config/toomanyglyphs/glyph_filter_player.toml" +hash = "7a9ab213f4738c55f96488d9fa5a90ee87344f2dcfc571a403c6f26b5fc19aa4" + +[[files]] +file = "config/toomanyglyphs/glyph_lay_on_hands.toml" +hash = "da0d61d59a410aecfa71d8d08c24c839b3e8baa7d44bdd0e7b4d8352f47753fc" + +[[files]] +file = "config/toomanyglyphs/glyph_ray.toml" +hash = "a63387f45571585f7c2aa165283d00946b286403d1dcc489478b1a46b1325a55" + +[[files]] +file = "config/toomanyglyphs/glyph_reverse_direction.toml" +hash = "7a9ab213f4738c55f96488d9fa5a90ee87344f2dcfc571a403c6f26b5fc19aa4" + +[[files]] +file = "config/totemic-client.toml" +hash = "334d7fad56f9ce086e5b484304e3d62363f6f454db0f5363f78c01fc740b20c2" + +[[files]] +file = "config/totemic-common.toml" +hash = "b2cd1b167d42ce5654d946a740d765497723e52e70171050c0a8cf85c008c853" + +[[files]] +file = "config/trashcans-common.toml" +hash = "9098a40f3445da4e4e330750079d5629abe4632c211c6f8db11bb0dea829e5d8" + +[[files]] +file = "config/via_romana-common.toml" +hash = "bb9b47563be1e80cb44a8478a64696f23881bfd04423e9ebcaefb69321f690d6" + +[[files]] +file = "config/voicechat-client.toml" +hash = "24a7b91377e08d0d8bc2805793c8150d473241aa816cbaa6fca9d254aa537ca5" + +[[files]] +file = "config/voicechat/translations.properties" +hash = "693643b1d393cbb3ea7f062afc4474fcd66e4036c4f8d7c056434979cbf512d1" + +[[files]] +file = "config/voicechat/username-cache.json" +hash = "44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a" + +[[files]] +file = "config/voicechat/voicechat-client.properties" +hash = "a1be9942cdedf0374f1e5d2cba058250c1822b99fc3b3907d9c3c9e6b5e281f4" + +[[files]] +file = "config/voicechat/voicechat-server.properties" +hash = "d55790e538936888a9de812344d889d95f0659b27ff599f719116650f19305aa" + +[[files]] +file = "config/voicechat/voicechat-volumes.properties" +hash = "58242ef3075b166845e0081281b01113a55b9d095104a68b167e7b4bc08b87c5" + +[[files]] +file = "config/waystones-common.toml" +hash = "ca703e5bb03db4df90451b10b62b7d748c80e70502f63b617f3f11f0781a7b0e" + +[[files]] +file = "config/xaerominimap-common.txt" +hash = "771a844d13ab6c2ff99f14b8fd912d02c55a1a4104361692b740c3e596084f6f" + +[[files]] +file = "config/xaerominimap.txt" +hash = "3e0ee20dd4023742a6eb44a0ca48512e6d28814825172bc893081543b11b928d" + +[[files]] +file = "config/xaerominimap_entities.json" +hash = "afced8fd31e796d61c3e6f7924ae6ff57f70a0196bfcd70ff72b2f1b1500c39a" + +[[files]] +file = "config/xaeropatreon.txt" +hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" + +[[files]] +file = "config/xaeroworldmap-common.txt" +hash = "f02ca95d7246bd4b9c7de895c46108fff42fd5fcf9d56816b7bdba821597b58f" + +[[files]] +file = "config/xaeroworldmap.txt" +hash = "6028733f967d0d0f6a80dd236d3dcc7d2446912c719ab9a7d3f83d8624d9b92d" + +[[files]] +file = "config/zeta-common.toml" +hash = "70e389da58a4c78fcfeddc519906ccb5994980b6d91c3bc89e727e0c0f062534" + +[[files]] +file = "defaultconfigs/constructionwand-server.toml" +hash = "59e8524727c8f3c553266da3347ede04496492c5b11f8e2156e16bbcdec220a9" + +[[files]] +file = "defaultconfigs/ftbchunks/client-config.snbt" +hash = "6d5592c9b61ca156d7901a1b2a626d9c1f5401ec6988e73fe01fab57c7df2260" + +[[files]] +file = "defaultconfigs/ftbchunks/ftbchunks-world.snbt" +hash = "cb9fcb6b7c72a876bc63e3e996cb8314463879f16349d2ee03ff93d020357fad" + +[[files]] +file = "defaultconfigs/ftblibrary/ftblibrary-client.snbt" +hash = "ab6bcad040f138406197f70cfe9a041832feaddf7e87954d9a5f4b13b6a962f9" + +[[files]] +file = "defaultconfigs/ftbquests/client-config.snbt" +hash = "4ce84f0da35036f810959086ea1043062993bf34ae704fc9cd4f1a67810090a6" + +[[files]] +file = "defaultconfigs/ftbxmodcompat/ftbxmodcompat.snbt" +hash = "9e5046ac0b9f6d27945b689657835bff24310aec7b11f7461c972b514d0e0658" + +[[files]] +file = "defaultconfigs/openpartiesandclaims-default-player-config.toml" +hash = "164a71e5dbf2c730f0a76de518f9dc5d22a291a243fe037f26b1ed7bf84aa235" + +[[files]] +file = "defaultconfigs/openpartiesandclaims-server.toml" +hash = "7bc482ee1d70c2fd9bb3b7a7dd36578e3cfea94dd6cbd405f9897015e09da045" + +[[files]] +file = "defaultconfigs/sophisticatedbackpacks-server.toml" +hash = "8f925fcbff4c12735878fbcbba4993bbc8eb84a97bad97b00a1489728c6696ba" + +[[files]] +file = "kubejs/README.txt" +hash = "989f3737ae4621b8ff6730bce4cbeeee756921e7e510e0c281c8a350501d98af" + +[[files]] +file = "kubejs/assets/ars_nouveau/lang/en_us.json" +hash = "db76f4266f081fff2f51f4e717751dced39153cf41db1ad6100b638fcc9e5890" + +[[files]] +file = "kubejs/assets/ars_nouveau/models/crop/magebloom_stage0.json" +hash = "060b315106bba9888089b6c6e53afd0912946607121b59349578b57fcbdf2c5f" + +[[files]] +file = "kubejs/assets/ars_nouveau/models/crop/magebloom_stage1.json" +hash = "060b315106bba9888089b6c6e53afd0912946607121b59349578b57fcbdf2c5f" + +[[files]] +file = "kubejs/assets/ars_nouveau/models/crop/magebloom_stage2.json" +hash = "060b315106bba9888089b6c6e53afd0912946607121b59349578b57fcbdf2c5f" + +[[files]] +file = "kubejs/assets/ars_nouveau/models/crop/magebloom_stage3.json" +hash = "e802c212e4d2ce00baaba155f9ea2c73942e71a6e7984633a6ded9a42fa1973a" + +[[files]] +file = "kubejs/assets/ars_nouveau/models/crop/magebloom_stage4.json" +hash = "e802c212e4d2ce00baaba155f9ea2c73942e71a6e7984633a6ded9a42fa1973a" + +[[files]] +file = "kubejs/assets/ars_nouveau/models/crop/magebloom_stage5.json" +hash = "88454a512d0ff4a0a7baf995cb4f7b4a3c44d1209d1cd2144d90f3b61965bef7" + +[[files]] +file = "kubejs/assets/ars_nouveau/models/crop/magebloom_stage6.json" +hash = "88454a512d0ff4a0a7baf995cb4f7b4a3c44d1209d1cd2144d90f3b61965bef7" + +[[files]] +file = "kubejs/assets/ars_nouveau/models/crop/magebloom_stage7.json" +hash = "f217759d3c641412af52558a70dd6b09adef1a768bfcd9dae24186a55960de76" + +[[files]] +file = "kubejs/assets/ars_nouveau/models/seed/magebloom.json" +hash = "941c46d1771fba68f3a722097516cbef964c33edcc21e7bf1f81836da1f713a4" + +[[files]] +file = "kubejs/assets/bloodmagic/models/block/alchemicalreactionchamber_s.json" +hash = "07300308d84e73b0b30b9e7ecced0345acbbb83536f47657c71c422888d09082" + +[[files]] +file = "kubejs/assets/bloodmagic/models/block/alchemicalreactionchamber_s_lit.json" +hash = "29a0401a2755453b57d79f70435aeddf8739ec4c1943f0d51db1dbeb0aa54750" + +[[files]] +file = "kubejs/assets/botania/lang/en_us.json" +hash = "fbcf395600f2df1f4232d1071da6d83e100f1ab061757f493f58436c83af8113" + +[[files]] +file = "kubejs/assets/botania/models/crop/black_mystical_flower_stage0.json" +hash = "fa2f138e2304158d999676e1aff977f7a53a78cc66ca8d6c6c62762e28ba5946" + +[[files]] +file = "kubejs/assets/botania/models/crop/black_mystical_flower_stage1.json" +hash = "fa2f138e2304158d999676e1aff977f7a53a78cc66ca8d6c6c62762e28ba5946" + +[[files]] +file = "kubejs/assets/botania/models/crop/black_mystical_flower_stage2.json" +hash = "fa2f138e2304158d999676e1aff977f7a53a78cc66ca8d6c6c62762e28ba5946" + +[[files]] +file = "kubejs/assets/botania/models/crop/black_mystical_flower_stage3.json" +hash = "1ea8e2975eaa5d07186fb423acecb4d8ef6bb1eb57d7bb23e1b44a36c03aa5be" + +[[files]] +file = "kubejs/assets/botania/models/crop/black_mystical_flower_stage4.json" +hash = "1ea8e2975eaa5d07186fb423acecb4d8ef6bb1eb57d7bb23e1b44a36c03aa5be" + +[[files]] +file = "kubejs/assets/botania/models/crop/black_mystical_flower_stage5.json" +hash = "815b1fb83bf1e6cba221e2ef8332cf81f17b24a7b6c53aec9a01d8b76dbb4768" + +[[files]] +file = "kubejs/assets/botania/models/crop/black_mystical_flower_stage6.json" +hash = "815b1fb83bf1e6cba221e2ef8332cf81f17b24a7b6c53aec9a01d8b76dbb4768" + +[[files]] +file = "kubejs/assets/botania/models/crop/black_mystical_flower_stage7.json" +hash = "ace04f2d2377eebbea8574905b310440ee3a1672487b2f9606a1d044f9292d26" + +[[files]] +file = "kubejs/assets/botania/models/crop/blue_mystical_flower_stage0.json" +hash = "eb7c7d090b42079e3e3cff2b20feca45d659477c2a9ccb016dd0738e9133efd2" + +[[files]] +file = "kubejs/assets/botania/models/crop/blue_mystical_flower_stage1.json" +hash = "eb7c7d090b42079e3e3cff2b20feca45d659477c2a9ccb016dd0738e9133efd2" + +[[files]] +file = "kubejs/assets/botania/models/crop/blue_mystical_flower_stage2.json" +hash = "eb7c7d090b42079e3e3cff2b20feca45d659477c2a9ccb016dd0738e9133efd2" + +[[files]] +file = "kubejs/assets/botania/models/crop/blue_mystical_flower_stage3.json" +hash = "9d407accb5740e439fef7e04e4c9b91d1a784d811873bdbbd56f728c00e9d9a7" + +[[files]] +file = "kubejs/assets/botania/models/crop/blue_mystical_flower_stage4.json" +hash = "9d407accb5740e439fef7e04e4c9b91d1a784d811873bdbbd56f728c00e9d9a7" + +[[files]] +file = "kubejs/assets/botania/models/crop/blue_mystical_flower_stage5.json" +hash = "072928595409ef080fbfdd8a81e280dc4ad0d471e717922271c840da5e3e54ce" + +[[files]] +file = "kubejs/assets/botania/models/crop/blue_mystical_flower_stage6.json" +hash = "072928595409ef080fbfdd8a81e280dc4ad0d471e717922271c840da5e3e54ce" + +[[files]] +file = "kubejs/assets/botania/models/crop/blue_mystical_flower_stage7.json" +hash = "ffa2c50e2f96dc394a02fa5ebaa301e8dc995d253bcae504d46a8c01de1d97a1" + +[[files]] +file = "kubejs/assets/botania/models/crop/brown_mystical_flower_stage0.json" +hash = "76e72a34691ed1fee603abc0eaf71422a811374b8603b6115dacd7c9c2000a2c" + +[[files]] +file = "kubejs/assets/botania/models/crop/brown_mystical_flower_stage1.json" +hash = "76e72a34691ed1fee603abc0eaf71422a811374b8603b6115dacd7c9c2000a2c" + +[[files]] +file = "kubejs/assets/botania/models/crop/brown_mystical_flower_stage2.json" +hash = "76e72a34691ed1fee603abc0eaf71422a811374b8603b6115dacd7c9c2000a2c" + +[[files]] +file = "kubejs/assets/botania/models/crop/brown_mystical_flower_stage3.json" +hash = "ce1656137b66fe1bfab682250fd1da89c13e9e98cabda536592a739691c38f55" + +[[files]] +file = "kubejs/assets/botania/models/crop/brown_mystical_flower_stage4.json" +hash = "ce1656137b66fe1bfab682250fd1da89c13e9e98cabda536592a739691c38f55" + +[[files]] +file = "kubejs/assets/botania/models/crop/brown_mystical_flower_stage5.json" +hash = "40c37e81d5e23cd3efb60d3bf5abdcc6ce51156630a826a798c96852aed67773" + +[[files]] +file = "kubejs/assets/botania/models/crop/brown_mystical_flower_stage6.json" +hash = "40c37e81d5e23cd3efb60d3bf5abdcc6ce51156630a826a798c96852aed67773" + +[[files]] +file = "kubejs/assets/botania/models/crop/brown_mystical_flower_stage7.json" +hash = "46ee04ca942aeef0ca5c942d2b6d51b8e426b67dd625e51358520fd7c3328fb8" + +[[files]] +file = "kubejs/assets/botania/models/crop/cyan_mystical_flower_stage0.json" +hash = "90ac45b3f2176b264c4675761b259a7951a4b57e50dd9d17cf3a53da06a123bb" + +[[files]] +file = "kubejs/assets/botania/models/crop/cyan_mystical_flower_stage1.json" +hash = "90ac45b3f2176b264c4675761b259a7951a4b57e50dd9d17cf3a53da06a123bb" + +[[files]] +file = "kubejs/assets/botania/models/crop/cyan_mystical_flower_stage2.json" +hash = "90ac45b3f2176b264c4675761b259a7951a4b57e50dd9d17cf3a53da06a123bb" + +[[files]] +file = "kubejs/assets/botania/models/crop/cyan_mystical_flower_stage3.json" +hash = "442174f292b21289535b016b4cece37bff3501fffbc7ea38d606e313c72cdbf8" + +[[files]] +file = "kubejs/assets/botania/models/crop/cyan_mystical_flower_stage4.json" +hash = "442174f292b21289535b016b4cece37bff3501fffbc7ea38d606e313c72cdbf8" + +[[files]] +file = "kubejs/assets/botania/models/crop/cyan_mystical_flower_stage5.json" +hash = "3a719975109244e9d9cdd93264fa8a1833a03282272cd6cb0233cd536be0766c" + +[[files]] +file = "kubejs/assets/botania/models/crop/cyan_mystical_flower_stage6.json" +hash = "3a719975109244e9d9cdd93264fa8a1833a03282272cd6cb0233cd536be0766c" + +[[files]] +file = "kubejs/assets/botania/models/crop/cyan_mystical_flower_stage7.json" +hash = "12cbf7c1a9497e27298737aaaa9bf8f2b7c6663a97aa837de5df812848b67c36" + +[[files]] +file = "kubejs/assets/botania/models/crop/gray_mystical_flower_stage0.json" +hash = "59584f48cf2969013b604c5d68a0f619db7e1169ab10118d7750f18c9176b19f" + +[[files]] +file = "kubejs/assets/botania/models/crop/gray_mystical_flower_stage1.json" +hash = "59584f48cf2969013b604c5d68a0f619db7e1169ab10118d7750f18c9176b19f" + +[[files]] +file = "kubejs/assets/botania/models/crop/gray_mystical_flower_stage2.json" +hash = "59584f48cf2969013b604c5d68a0f619db7e1169ab10118d7750f18c9176b19f" + +[[files]] +file = "kubejs/assets/botania/models/crop/gray_mystical_flower_stage3.json" +hash = "3e107f57f604bb064955a42a3982ff00314a3a289e739702d5a2ffcaeb731cf2" + +[[files]] +file = "kubejs/assets/botania/models/crop/gray_mystical_flower_stage4.json" +hash = "3e107f57f604bb064955a42a3982ff00314a3a289e739702d5a2ffcaeb731cf2" + +[[files]] +file = "kubejs/assets/botania/models/crop/gray_mystical_flower_stage5.json" +hash = "80c417a1559956ff957603ca9c9e57082f7782b47ee6c05693d0be16b50737d3" + +[[files]] +file = "kubejs/assets/botania/models/crop/gray_mystical_flower_stage6.json" +hash = "80c417a1559956ff957603ca9c9e57082f7782b47ee6c05693d0be16b50737d3" + +[[files]] +file = "kubejs/assets/botania/models/crop/gray_mystical_flower_stage7.json" +hash = "a99fab8250d898436f46ff1269475b74a176d4c5e4517467e83c15896548c82a" + +[[files]] +file = "kubejs/assets/botania/models/crop/green_mystical_flower_stage0.json" +hash = "66a360c7fe267d5f660bfcb65e6376cf1ec78377ccae61db1e9cb1d5c779afca" + +[[files]] +file = "kubejs/assets/botania/models/crop/green_mystical_flower_stage1.json" +hash = "66a360c7fe267d5f660bfcb65e6376cf1ec78377ccae61db1e9cb1d5c779afca" + +[[files]] +file = "kubejs/assets/botania/models/crop/green_mystical_flower_stage2.json" +hash = "66a360c7fe267d5f660bfcb65e6376cf1ec78377ccae61db1e9cb1d5c779afca" + +[[files]] +file = "kubejs/assets/botania/models/crop/green_mystical_flower_stage3.json" +hash = "726e9cbf2669d3c8ced5e8e26c2a786c748dd5ab16ac4a00a81c23e28fd57649" + +[[files]] +file = "kubejs/assets/botania/models/crop/green_mystical_flower_stage4.json" +hash = "726e9cbf2669d3c8ced5e8e26c2a786c748dd5ab16ac4a00a81c23e28fd57649" + +[[files]] +file = "kubejs/assets/botania/models/crop/green_mystical_flower_stage5.json" +hash = "d700d0d5bf5d7ced192d7a5e47eb9328493ddd1457cf2cce2234c04408cf854f" + +[[files]] +file = "kubejs/assets/botania/models/crop/green_mystical_flower_stage6.json" +hash = "d700d0d5bf5d7ced192d7a5e47eb9328493ddd1457cf2cce2234c04408cf854f" + +[[files]] +file = "kubejs/assets/botania/models/crop/green_mystical_flower_stage7.json" +hash = "49fde34e8505e7bd95fc2eb980f1f48e4503433980921a8523d13724f874a06e" + +[[files]] +file = "kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage0.json" +hash = "404001736d88bf65c9eabd7f176c7174bab79322d742fccc980380495323a75e" + +[[files]] +file = "kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage1.json" +hash = "404001736d88bf65c9eabd7f176c7174bab79322d742fccc980380495323a75e" + +[[files]] +file = "kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage2.json" +hash = "404001736d88bf65c9eabd7f176c7174bab79322d742fccc980380495323a75e" + +[[files]] +file = "kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage3.json" +hash = "af8589c78639a4e8c85c8e6f5de183be786c20decdb740e2311ba143b8a66a23" + +[[files]] +file = "kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage4.json" +hash = "af8589c78639a4e8c85c8e6f5de183be786c20decdb740e2311ba143b8a66a23" + +[[files]] +file = "kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage5.json" +hash = "e28be96b0fd6bc4be2114a01d509c2960f7b208a4b65fd5c5d66bce03a8ed50c" + +[[files]] +file = "kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage6.json" +hash = "e28be96b0fd6bc4be2114a01d509c2960f7b208a4b65fd5c5d66bce03a8ed50c" + +[[files]] +file = "kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage7.json" +hash = "5c7f816f382e0df06d8ac0a880779351231c6a2fbf9dfcd862cba265e172f79b" + +[[files]] +file = "kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage0.json" +hash = "f16d83dfe8eab651622eb7cba2a666a563bae8870237d0fca4d37a19c07b78ce" + +[[files]] +file = "kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage1.json" +hash = "f16d83dfe8eab651622eb7cba2a666a563bae8870237d0fca4d37a19c07b78ce" + +[[files]] +file = "kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage2.json" +hash = "f16d83dfe8eab651622eb7cba2a666a563bae8870237d0fca4d37a19c07b78ce" + +[[files]] +file = "kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage3.json" +hash = "7aa3db9073e7f559d7d1b67ec66533c7e1717561b1506c4e34402a7a5bbeef78" + +[[files]] +file = "kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage4.json" +hash = "7aa3db9073e7f559d7d1b67ec66533c7e1717561b1506c4e34402a7a5bbeef78" + +[[files]] +file = "kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage5.json" +hash = "f50d6a70e93e61bfb7a68d21b0083ccbbad56d5a1ae2b93f78c2d2604558b099" + +[[files]] +file = "kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage6.json" +hash = "f50d6a70e93e61bfb7a68d21b0083ccbbad56d5a1ae2b93f78c2d2604558b099" + +[[files]] +file = "kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage7.json" +hash = "fac99a8f0b0b5bd0a35785fb0c1dc7f9e0593072d395bc18392e46183c2f0829" + +[[files]] +file = "kubejs/assets/botania/models/crop/lime_mystical_flower_stage0.json" +hash = "25dd27099c965f740e0bd9776e1bcf9f4cb9eb6e5926745456ab56053d23c61f" + +[[files]] +file = "kubejs/assets/botania/models/crop/lime_mystical_flower_stage1.json" +hash = "25dd27099c965f740e0bd9776e1bcf9f4cb9eb6e5926745456ab56053d23c61f" + +[[files]] +file = "kubejs/assets/botania/models/crop/lime_mystical_flower_stage2.json" +hash = "25dd27099c965f740e0bd9776e1bcf9f4cb9eb6e5926745456ab56053d23c61f" + +[[files]] +file = "kubejs/assets/botania/models/crop/lime_mystical_flower_stage3.json" +hash = "02a5de187ffb42315a362ca1f4834439b54f87baf13e927a12e028ac9386a962" + +[[files]] +file = "kubejs/assets/botania/models/crop/lime_mystical_flower_stage4.json" +hash = "02a5de187ffb42315a362ca1f4834439b54f87baf13e927a12e028ac9386a962" + +[[files]] +file = "kubejs/assets/botania/models/crop/lime_mystical_flower_stage5.json" +hash = "147ea1202c6633042727499a4bde38e9a73a20321248f2364cd57d0c959dd3ca" + +[[files]] +file = "kubejs/assets/botania/models/crop/lime_mystical_flower_stage6.json" +hash = "147ea1202c6633042727499a4bde38e9a73a20321248f2364cd57d0c959dd3ca" + +[[files]] +file = "kubejs/assets/botania/models/crop/lime_mystical_flower_stage7.json" +hash = "14eb2d3e51db0d8527871ab8ed76be69fd46d7f4a343e4accca2c47daeee85e0" + +[[files]] +file = "kubejs/assets/botania/models/crop/magenta_mystical_flower_stage0.json" +hash = "fa2cb6dd332531fe68cac046b4e87ae43e0d1428da68c8fb0e69dd52c4a24b0a" + +[[files]] +file = "kubejs/assets/botania/models/crop/magenta_mystical_flower_stage1.json" +hash = "fa2cb6dd332531fe68cac046b4e87ae43e0d1428da68c8fb0e69dd52c4a24b0a" + +[[files]] +file = "kubejs/assets/botania/models/crop/magenta_mystical_flower_stage2.json" +hash = "fa2cb6dd332531fe68cac046b4e87ae43e0d1428da68c8fb0e69dd52c4a24b0a" + +[[files]] +file = "kubejs/assets/botania/models/crop/magenta_mystical_flower_stage3.json" +hash = "d8a7f9d83ed9c85d59951433b05ef5b03247060b498ffcae52da3d6af78676ad" + +[[files]] +file = "kubejs/assets/botania/models/crop/magenta_mystical_flower_stage4.json" +hash = "d8a7f9d83ed9c85d59951433b05ef5b03247060b498ffcae52da3d6af78676ad" + +[[files]] +file = "kubejs/assets/botania/models/crop/magenta_mystical_flower_stage5.json" +hash = "0a9cdb49fb6ace4ff1c317986d1a86adf02d81cad956a2fd00a035134e7d70e5" + +[[files]] +file = "kubejs/assets/botania/models/crop/magenta_mystical_flower_stage6.json" +hash = "0a9cdb49fb6ace4ff1c317986d1a86adf02d81cad956a2fd00a035134e7d70e5" + +[[files]] +file = "kubejs/assets/botania/models/crop/magenta_mystical_flower_stage7.json" +hash = "ffada0e5ec5e5924a18360a1bfb9155c9b542dddf1e1a98465778bb12d31c5ea" + +[[files]] +file = "kubejs/assets/botania/models/crop/orange_mystical_flower_stage0.json" +hash = "9dff439c67e0ffe6ac1906ea8f5ccae5acc42ea486a4e6758145a0de5d3528b7" + +[[files]] +file = "kubejs/assets/botania/models/crop/orange_mystical_flower_stage1.json" +hash = "9dff439c67e0ffe6ac1906ea8f5ccae5acc42ea486a4e6758145a0de5d3528b7" + +[[files]] +file = "kubejs/assets/botania/models/crop/orange_mystical_flower_stage2.json" +hash = "9dff439c67e0ffe6ac1906ea8f5ccae5acc42ea486a4e6758145a0de5d3528b7" + +[[files]] +file = "kubejs/assets/botania/models/crop/orange_mystical_flower_stage3.json" +hash = "2129a499e97612317621c3f09909e9f29e6029afbf455b8d911db59363368971" + +[[files]] +file = "kubejs/assets/botania/models/crop/orange_mystical_flower_stage4.json" +hash = "2129a499e97612317621c3f09909e9f29e6029afbf455b8d911db59363368971" + +[[files]] +file = "kubejs/assets/botania/models/crop/orange_mystical_flower_stage5.json" +hash = "53a031a5237e1f209bc15bac030e09b7743694673b8227977c3cdb60ab7057e8" + +[[files]] +file = "kubejs/assets/botania/models/crop/orange_mystical_flower_stage6.json" +hash = "53a031a5237e1f209bc15bac030e09b7743694673b8227977c3cdb60ab7057e8" + +[[files]] +file = "kubejs/assets/botania/models/crop/orange_mystical_flower_stage7.json" +hash = "052ecf3fb121fd1d597e4856510a0f931b6e8cd6f8410db9b88dca72c138e576" + +[[files]] +file = "kubejs/assets/botania/models/crop/pink_mystical_flower_stage0.json" +hash = "611d9763688a42e935574fd65472b76a05083536276e465380979707564d70cb" + +[[files]] +file = "kubejs/assets/botania/models/crop/pink_mystical_flower_stage1.json" +hash = "611d9763688a42e935574fd65472b76a05083536276e465380979707564d70cb" + +[[files]] +file = "kubejs/assets/botania/models/crop/pink_mystical_flower_stage2.json" +hash = "611d9763688a42e935574fd65472b76a05083536276e465380979707564d70cb" + +[[files]] +file = "kubejs/assets/botania/models/crop/pink_mystical_flower_stage3.json" +hash = "6cd9494b1dfc57aaa7abedd773824036797d6d09a4eb3318c8c8d665dd6bacd0" + +[[files]] +file = "kubejs/assets/botania/models/crop/pink_mystical_flower_stage4.json" +hash = "6cd9494b1dfc57aaa7abedd773824036797d6d09a4eb3318c8c8d665dd6bacd0" + +[[files]] +file = "kubejs/assets/botania/models/crop/pink_mystical_flower_stage5.json" +hash = "98e29fdcc1a4eba6140a3fce3354509c3c5e3df9b7a90abb258deea2670af968" + +[[files]] +file = "kubejs/assets/botania/models/crop/pink_mystical_flower_stage6.json" +hash = "98e29fdcc1a4eba6140a3fce3354509c3c5e3df9b7a90abb258deea2670af968" + +[[files]] +file = "kubejs/assets/botania/models/crop/pink_mystical_flower_stage7.json" +hash = "c0413bc25fe503c91dc280a4c31d4d0c150ae608363a2a0fb710a177c49cf85d" + +[[files]] +file = "kubejs/assets/botania/models/crop/purple_mystical_flower_stage0.json" +hash = "611921b611a265533f3ef8bde6bdf59f1ef85a4d3a3907810dfe5c4685cfa893" + +[[files]] +file = "kubejs/assets/botania/models/crop/purple_mystical_flower_stage1.json" +hash = "611921b611a265533f3ef8bde6bdf59f1ef85a4d3a3907810dfe5c4685cfa893" + +[[files]] +file = "kubejs/assets/botania/models/crop/purple_mystical_flower_stage2.json" +hash = "611921b611a265533f3ef8bde6bdf59f1ef85a4d3a3907810dfe5c4685cfa893" + +[[files]] +file = "kubejs/assets/botania/models/crop/purple_mystical_flower_stage3.json" +hash = "c02a3c73d7c6eb3c007880f86ac05585c207e3bcc23ae69c755fd10b02a54c9e" + +[[files]] +file = "kubejs/assets/botania/models/crop/purple_mystical_flower_stage4.json" +hash = "c02a3c73d7c6eb3c007880f86ac05585c207e3bcc23ae69c755fd10b02a54c9e" + +[[files]] +file = "kubejs/assets/botania/models/crop/purple_mystical_flower_stage5.json" +hash = "2705a8463c55147c89fc94d73d8906c3f9b704b719a1653af3dad2a34a3327fb" + +[[files]] +file = "kubejs/assets/botania/models/crop/purple_mystical_flower_stage6.json" +hash = "2705a8463c55147c89fc94d73d8906c3f9b704b719a1653af3dad2a34a3327fb" + +[[files]] +file = "kubejs/assets/botania/models/crop/purple_mystical_flower_stage7.json" +hash = "ac66424a6a13d30f593fc6faceb646443d9f4d72063fab4d8bf4154a993f2663" + +[[files]] +file = "kubejs/assets/botania/models/crop/red_mystical_flower_stage0.json" +hash = "9ed3dd109cea4560a4576bf05bcc5d2cb429b8bbd2fbd8912af745eabba4b522" + +[[files]] +file = "kubejs/assets/botania/models/crop/red_mystical_flower_stage1.json" +hash = "9ed3dd109cea4560a4576bf05bcc5d2cb429b8bbd2fbd8912af745eabba4b522" + +[[files]] +file = "kubejs/assets/botania/models/crop/red_mystical_flower_stage2.json" +hash = "9ed3dd109cea4560a4576bf05bcc5d2cb429b8bbd2fbd8912af745eabba4b522" + +[[files]] +file = "kubejs/assets/botania/models/crop/red_mystical_flower_stage3.json" +hash = "2c8a66f1824941122e718c5f2398dbb70809cb257eae547f891823bed7b9ec63" + +[[files]] +file = "kubejs/assets/botania/models/crop/red_mystical_flower_stage4.json" +hash = "2c8a66f1824941122e718c5f2398dbb70809cb257eae547f891823bed7b9ec63" + +[[files]] +file = "kubejs/assets/botania/models/crop/red_mystical_flower_stage5.json" +hash = "13704e00066f0bc3b1cfb37bb62af39bd7f5a218d13867e95db6e2f9d04c4fb4" + +[[files]] +file = "kubejs/assets/botania/models/crop/red_mystical_flower_stage6.json" +hash = "13704e00066f0bc3b1cfb37bb62af39bd7f5a218d13867e95db6e2f9d04c4fb4" + +[[files]] +file = "kubejs/assets/botania/models/crop/red_mystical_flower_stage7.json" +hash = "8df318d237bd9f0c987758f33e4cc1e6f2e6158b274984b1cd0b5130e6c57d94" + +[[files]] +file = "kubejs/assets/botania/models/crop/white_mystical_flower_stage0.json" +hash = "3cdf83c649bc6a66fd72e359dbf294afba13f256bf770c9d5916858e535559e0" + +[[files]] +file = "kubejs/assets/botania/models/crop/white_mystical_flower_stage1.json" +hash = "3cdf83c649bc6a66fd72e359dbf294afba13f256bf770c9d5916858e535559e0" + +[[files]] +file = "kubejs/assets/botania/models/crop/white_mystical_flower_stage2.json" +hash = "3cdf83c649bc6a66fd72e359dbf294afba13f256bf770c9d5916858e535559e0" + +[[files]] +file = "kubejs/assets/botania/models/crop/white_mystical_flower_stage3.json" +hash = "abf80c8676e99ec4b9af12131a2a17a39ec4a95e03634b893a4abd7f1c1452fe" + +[[files]] +file = "kubejs/assets/botania/models/crop/white_mystical_flower_stage4.json" +hash = "abf80c8676e99ec4b9af12131a2a17a39ec4a95e03634b893a4abd7f1c1452fe" + +[[files]] +file = "kubejs/assets/botania/models/crop/white_mystical_flower_stage5.json" +hash = "57db05cb43b10e236162204a256390f731248f85f1a13411f71544a61e571f2c" + +[[files]] +file = "kubejs/assets/botania/models/crop/white_mystical_flower_stage6.json" +hash = "57db05cb43b10e236162204a256390f731248f85f1a13411f71544a61e571f2c" + +[[files]] +file = "kubejs/assets/botania/models/crop/white_mystical_flower_stage7.json" +hash = "186e1260d24c6682e9f3ead8c567a79a26aeceac3c27334098fd848013a4ddad" + +[[files]] +file = "kubejs/assets/botania/models/crop/yellow_mystical_flower_stage0.json" +hash = "2af3631c8046a8cbeeb8e22c37b24e91e430e1caaf12ac697bd4d162d9699a3a" + +[[files]] +file = "kubejs/assets/botania/models/crop/yellow_mystical_flower_stage1.json" +hash = "2af3631c8046a8cbeeb8e22c37b24e91e430e1caaf12ac697bd4d162d9699a3a" + +[[files]] +file = "kubejs/assets/botania/models/crop/yellow_mystical_flower_stage2.json" +hash = "2af3631c8046a8cbeeb8e22c37b24e91e430e1caaf12ac697bd4d162d9699a3a" + +[[files]] +file = "kubejs/assets/botania/models/crop/yellow_mystical_flower_stage3.json" +hash = "982b447a12f2c3202a18c6771c6331f33d272e020a5ec6c2cde31f68b8dfa4af" + +[[files]] +file = "kubejs/assets/botania/models/crop/yellow_mystical_flower_stage4.json" +hash = "982b447a12f2c3202a18c6771c6331f33d272e020a5ec6c2cde31f68b8dfa4af" + +[[files]] +file = "kubejs/assets/botania/models/crop/yellow_mystical_flower_stage5.json" +hash = "c8e81eb3bbfbb35182dfcecf5905786cd27853eec753131ce3d07bcbe9963f47" + +[[files]] +file = "kubejs/assets/botania/models/crop/yellow_mystical_flower_stage6.json" +hash = "c8e81eb3bbfbb35182dfcecf5905786cd27853eec753131ce3d07bcbe9963f47" + +[[files]] +file = "kubejs/assets/botania/models/crop/yellow_mystical_flower_stage7.json" +hash = "428538508afd08908e91a12efb095e84dfd670f4743fd67b81b7a6fb02e207a2" + +[[files]] +file = "kubejs/assets/botania/models/seed/black_mystical_flower.json" +hash = "3e9dd19c5b27c8dec6bff3f6fbf77dce009981d31076cf78767d265a98e50cfc" + +[[files]] +file = "kubejs/assets/botania/models/seed/blue_mystical_flower.json" +hash = "be3078ae152096f48b1800ed4759ff892818ff7f3d786214316bc689dfd8a75f" + +[[files]] +file = "kubejs/assets/botania/models/seed/brown_mystical_flower.json" +hash = "e582228c0c7b0e913cb5c8a481e3afe310e7b31d852712e02828f0887aed637e" + +[[files]] +file = "kubejs/assets/botania/models/seed/cyan_mystical_flower.json" +hash = "d01cba2c373fb17341c627f402438f4ef5f28e8f2c194c48a26cf8d35850fa5a" + +[[files]] +file = "kubejs/assets/botania/models/seed/gray_mystical_flower.json" +hash = "fea681f45892938d2dd42b53bf271d124a248ee71d1b21fece57d3bb61e934f8" + +[[files]] +file = "kubejs/assets/botania/models/seed/green_mystical_flower.json" +hash = "9bf9293b6fdb22e090970c2e96d62850984695a56564d1abf7d37b5b9a3ebeda" + +[[files]] +file = "kubejs/assets/botania/models/seed/light_blue_mystical_flower.json" +hash = "59b5a8f928d8342754e5e668ccdf92e74f4499f4f35616454888fd6e85e5b8f3" + +[[files]] +file = "kubejs/assets/botania/models/seed/light_gray_mystical_flower.json" +hash = "b5a672fd47f2cdac1a4ddcd7582377b9d2e2c3a3caf35736b91ac27be20c4e42" + +[[files]] +file = "kubejs/assets/botania/models/seed/lime_mystical_flower.json" +hash = "6c9a679380bd41bfbbfc4b0b37af9598f23acd454522cb9b04b9374cb0fa7348" + +[[files]] +file = "kubejs/assets/botania/models/seed/magenta_mystical_flower.json" +hash = "6aceeb2ce0517714c3f5f33e63edc43c536aca01a7a07f2e003d9452ff39a3e1" + +[[files]] +file = "kubejs/assets/botania/models/seed/orange_mystical_flower.json" +hash = "5369fce9dfd39a90d247a5d42d7c62a19a9741f683c6d8529e7b0349097811e9" + +[[files]] +file = "kubejs/assets/botania/models/seed/pink_mystical_flower.json" +hash = "e885fdd9a7896271bfc7ed70c7a01fb0f5389ad611f46433b59a3b510d20e0fb" + +[[files]] +file = "kubejs/assets/botania/models/seed/purple_mystical_flower.json" +hash = "2f273106e1fd7a484dcb81000053a8734e6ae8ac1d85ccef998b22c3dfca31ba" + +[[files]] +file = "kubejs/assets/botania/models/seed/red_mystical_flower.json" +hash = "76ab6d40be6cd075e8364be0efd47f423a867e36b0bbefde8391a6594b1c0a18" + +[[files]] +file = "kubejs/assets/botania/models/seed/white_mystical_flower.json" +hash = "fb9418ebfec0ec1bee5565c28281aaca0ee07e9c3334a416d5a71eb4df3a1ad6" + +[[files]] +file = "kubejs/assets/botania/models/seed/yellow_mystical_flower.json" +hash = "57696d205b5db194cc9ac3389a8a7a06e6aa0adf756b71beb50b4c0062016952" + +[[files]] +file = "kubejs/assets/croptopia/lang/en_us.json" +hash = "bddc68fb9899ee1ec3716d767d89659de7de78b167d8e7e2de4af4c0d5363e6c" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/artichoke_stage0.json" +hash = "482a47141ddd63a00a2c13ae892462d120edd6b38f36c630499c2129240ad127" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/artichoke_stage1.json" +hash = "482a47141ddd63a00a2c13ae892462d120edd6b38f36c630499c2129240ad127" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/artichoke_stage2.json" +hash = "482a47141ddd63a00a2c13ae892462d120edd6b38f36c630499c2129240ad127" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/artichoke_stage3.json" +hash = "16fe3aa27ea298fb90535d6e9e5273e47383de173fff54f803333390bb46a4eb" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/artichoke_stage4.json" +hash = "16fe3aa27ea298fb90535d6e9e5273e47383de173fff54f803333390bb46a4eb" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/artichoke_stage5.json" +hash = "9a7066f9aab6c9065865fcfdaf8388957b5ef42311cadada69566c5ccb64f546" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/artichoke_stage6.json" +hash = "9a7066f9aab6c9065865fcfdaf8388957b5ef42311cadada69566c5ccb64f546" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/artichoke_stage7.json" +hash = "8dfccc48d9467e8ff3ef2726f3701591807f3e45f7e97a1c893ed3180ffead50" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/asparagus_stage0.json" +hash = "007beb46fab86514273d66e6d80fcc54f5438bab132ca4035675344545523632" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/asparagus_stage1.json" +hash = "007beb46fab86514273d66e6d80fcc54f5438bab132ca4035675344545523632" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/asparagus_stage2.json" +hash = "007beb46fab86514273d66e6d80fcc54f5438bab132ca4035675344545523632" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/asparagus_stage3.json" +hash = "4537eea83c0a2425e33517aa861d96a00e6b2f499be513d7d403b5a50c9e4f08" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/asparagus_stage4.json" +hash = "4537eea83c0a2425e33517aa861d96a00e6b2f499be513d7d403b5a50c9e4f08" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/asparagus_stage5.json" +hash = "b5d113f98b89b7e60847cfa5833ffafecd73d1794afc32bf153046bb090de317" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/asparagus_stage6.json" +hash = "b5d113f98b89b7e60847cfa5833ffafecd73d1794afc32bf153046bb090de317" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/asparagus_stage7.json" +hash = "ce401314e54755a59e87269d1e6b8da258f7d09c749ef5b946a893bba4cc9d4f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/barley_stage0.json" +hash = "f7fac31b0113e1e6fb3ed818a66ba5946f043bf3ca073eff24bdad4c9407722c" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/barley_stage1.json" +hash = "f7fac31b0113e1e6fb3ed818a66ba5946f043bf3ca073eff24bdad4c9407722c" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/barley_stage2.json" +hash = "f7fac31b0113e1e6fb3ed818a66ba5946f043bf3ca073eff24bdad4c9407722c" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/barley_stage3.json" +hash = "1ae255b99ac2cc6bb7a8e07ad456d6f8650b82326a018ce54cc947f79d8fab83" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/barley_stage4.json" +hash = "1ae255b99ac2cc6bb7a8e07ad456d6f8650b82326a018ce54cc947f79d8fab83" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/barley_stage5.json" +hash = "e54c79f780252cf4ef6ee37ff9539cab761b8e3f87439a07add6ddade7fc5303" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/barley_stage6.json" +hash = "e54c79f780252cf4ef6ee37ff9539cab761b8e3f87439a07add6ddade7fc5303" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/barley_stage7.json" +hash = "25f717fd0021a55226e0571073ef4d75543ae2310c22e001dbd2ea86aee270e5" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/basil_stage0.json" +hash = "04c228731cd504d59640b10bd1bf6b12dee037926b6b5f7325d40110bb48d778" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/basil_stage1.json" +hash = "04c228731cd504d59640b10bd1bf6b12dee037926b6b5f7325d40110bb48d778" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/basil_stage2.json" +hash = "04c228731cd504d59640b10bd1bf6b12dee037926b6b5f7325d40110bb48d778" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/basil_stage3.json" +hash = "198d64c73ff265fe8834e12bde55d66deefb222db17b927e4e1415307d09fb9a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/basil_stage4.json" +hash = "198d64c73ff265fe8834e12bde55d66deefb222db17b927e4e1415307d09fb9a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/basil_stage5.json" +hash = "7e9fd1677331bf17914f16f215486d90d705b0530129cd8d5e0d68cdde998ad8" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/basil_stage6.json" +hash = "7e9fd1677331bf17914f16f215486d90d705b0530129cd8d5e0d68cdde998ad8" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/basil_stage7.json" +hash = "de7e2cd1b0f97db65a9719cdb7c7144665e3a727e357e9ad250c1f7e481e928e" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/bellpepper_stage0.json" +hash = "51bf1e1a60e4f693cf80e9daf0fc5d9f09d804e374a2633c8607dca3ea4a6f88" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/bellpepper_stage1.json" +hash = "51bf1e1a60e4f693cf80e9daf0fc5d9f09d804e374a2633c8607dca3ea4a6f88" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/bellpepper_stage2.json" +hash = "51bf1e1a60e4f693cf80e9daf0fc5d9f09d804e374a2633c8607dca3ea4a6f88" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/bellpepper_stage3.json" +hash = "7a03719843012018660fb96f08980c1c5af83de72bce505ea16e6c6609fdfaa7" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/bellpepper_stage4.json" +hash = "7a03719843012018660fb96f08980c1c5af83de72bce505ea16e6c6609fdfaa7" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/bellpepper_stage5.json" +hash = "460db61ce2aea85801f47fccf9000809d6c1b067169174766e0206c129a158cc" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/bellpepper_stage6.json" +hash = "460db61ce2aea85801f47fccf9000809d6c1b067169174766e0206c129a158cc" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/bellpepper_stage7.json" +hash = "66adf4cc4b042c37c9bc97f3f5f720c7f66427322259f9a12ad3fd4188f04f5e" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/blackbean_stage0.json" +hash = "9585be9e2b55b231cdae196b95b1e458164d6f8b1bb3062126222880321d2f62" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/blackbean_stage1.json" +hash = "9585be9e2b55b231cdae196b95b1e458164d6f8b1bb3062126222880321d2f62" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/blackbean_stage2.json" +hash = "9585be9e2b55b231cdae196b95b1e458164d6f8b1bb3062126222880321d2f62" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/blackbean_stage3.json" +hash = "7ba3efd9c94119731202540e80247071c12c153c803af0964ed9f8eb328daeed" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/blackbean_stage4.json" +hash = "7ba3efd9c94119731202540e80247071c12c153c803af0964ed9f8eb328daeed" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/blackbean_stage5.json" +hash = "c9b5606caa930abf3cebb9a50fa95acf8190d626f181b9c06dba532d1568481c" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/blackbean_stage6.json" +hash = "c9b5606caa930abf3cebb9a50fa95acf8190d626f181b9c06dba532d1568481c" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/blackbean_stage7.json" +hash = "cfc913aa336ae24e353e8727549c055752961583c560e680999fefbb787649d1" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/blackberry_stage0.json" +hash = "649b7d9802a06f239a7a262e6eacbdb080acbcc8c32fd96634006e8f542c8d03" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/blackberry_stage1.json" +hash = "649b7d9802a06f239a7a262e6eacbdb080acbcc8c32fd96634006e8f542c8d03" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/blackberry_stage2.json" +hash = "649b7d9802a06f239a7a262e6eacbdb080acbcc8c32fd96634006e8f542c8d03" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/blackberry_stage3.json" +hash = "55ae9ec730c19670ac81fc404dcf42c7b1f9c33cf905f04dc72e37cfc79681d4" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/blackberry_stage4.json" +hash = "55ae9ec730c19670ac81fc404dcf42c7b1f9c33cf905f04dc72e37cfc79681d4" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/blackberry_stage5.json" +hash = "55c19fad99fd050b711813771bddddb4237025fb1073f8752fd7f76079c8a465" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/blackberry_stage6.json" +hash = "55c19fad99fd050b711813771bddddb4237025fb1073f8752fd7f76079c8a465" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/blackberry_stage7.json" +hash = "b40280a936e4b122b46929b87f35a11017b7a9172ab624e1adfb7b543a012bec" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/blueberry_stage0.json" +hash = "8df8db3ebe5622da688120ba3608cacb38805b1c27932168aae64be24109fa28" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/blueberry_stage1.json" +hash = "8df8db3ebe5622da688120ba3608cacb38805b1c27932168aae64be24109fa28" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/blueberry_stage2.json" +hash = "8df8db3ebe5622da688120ba3608cacb38805b1c27932168aae64be24109fa28" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/blueberry_stage3.json" +hash = "aeb56e4d475fd5951e31a470fb9578a144434a910d8b983b5e6a93322dae54a2" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/blueberry_stage4.json" +hash = "aeb56e4d475fd5951e31a470fb9578a144434a910d8b983b5e6a93322dae54a2" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/blueberry_stage5.json" +hash = "a7f73626ae26bda3500279f3208905fc242023538210eb45c7f0d57ade9bd6ff" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/blueberry_stage6.json" +hash = "a7f73626ae26bda3500279f3208905fc242023538210eb45c7f0d57ade9bd6ff" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/blueberry_stage7.json" +hash = "99cb2bc789ebeefea369b1a31a78f7d9617bc1d771bc406f12864c8dad991cd9" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/broccoli_stage0.json" +hash = "f5221e964e362b2ed8415ef5a6903ca3f496d80b5c5b4c72da736285e63e71c6" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/broccoli_stage1.json" +hash = "f5221e964e362b2ed8415ef5a6903ca3f496d80b5c5b4c72da736285e63e71c6" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/broccoli_stage2.json" +hash = "f5221e964e362b2ed8415ef5a6903ca3f496d80b5c5b4c72da736285e63e71c6" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/broccoli_stage3.json" +hash = "d4d92fd4235a283e9c041906a39085725b7bb9c200dfa66a52629d44756843b6" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/broccoli_stage4.json" +hash = "d4d92fd4235a283e9c041906a39085725b7bb9c200dfa66a52629d44756843b6" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/broccoli_stage5.json" +hash = "7e81e11d122fddefb23010f9fd0ce9d67d0a4521ceea3a4bb14b157a753a70e0" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/broccoli_stage6.json" +hash = "7e81e11d122fddefb23010f9fd0ce9d67d0a4521ceea3a4bb14b157a753a70e0" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/broccoli_stage7.json" +hash = "a3145512ed8456354813af63a143cd3d2c7537900901fa24cb9ae5859a86de9e" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cabbage_stage0.json" +hash = "3983e103f386c91e1b5509b8beb8a669ad99c290001a99dadcc29f5b84b62edb" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cabbage_stage1.json" +hash = "3983e103f386c91e1b5509b8beb8a669ad99c290001a99dadcc29f5b84b62edb" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cabbage_stage2.json" +hash = "3983e103f386c91e1b5509b8beb8a669ad99c290001a99dadcc29f5b84b62edb" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cabbage_stage3.json" +hash = "7071744d8b8d8782e6a14080a8fce20a768b9a65bbfb50f9da6c111226f8af4c" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cabbage_stage4.json" +hash = "7071744d8b8d8782e6a14080a8fce20a768b9a65bbfb50f9da6c111226f8af4c" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cabbage_stage5.json" +hash = "f54f8e2f0c758ef0965a5a8144063ff401d18264128eb5c56eab3059dfbe6bc0" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cabbage_stage6.json" +hash = "f54f8e2f0c758ef0965a5a8144063ff401d18264128eb5c56eab3059dfbe6bc0" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cabbage_stage7.json" +hash = "57a96da62536c9288aeb6f999fb47207737677f5f00479993ad3630022ad2cf1" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cantaloupe_stage0.json" +hash = "43ca8acdb808474964abc1f028bda00e4f1a9f658f7907f13601fd81bd47830b" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cantaloupe_stage1.json" +hash = "43ca8acdb808474964abc1f028bda00e4f1a9f658f7907f13601fd81bd47830b" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cantaloupe_stage2.json" +hash = "43ca8acdb808474964abc1f028bda00e4f1a9f658f7907f13601fd81bd47830b" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cantaloupe_stage3.json" +hash = "b44017130af74f8e04bbf8f2e58aeeba1be925ea84aa70cc31c1e2fdca98bfed" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cantaloupe_stage4.json" +hash = "b44017130af74f8e04bbf8f2e58aeeba1be925ea84aa70cc31c1e2fdca98bfed" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cantaloupe_stage5.json" +hash = "3618d11c37a30968147ef93f75229ed39f886d1d792c58a445213ecea1dccb41" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cantaloupe_stage6.json" +hash = "3618d11c37a30968147ef93f75229ed39f886d1d792c58a445213ecea1dccb41" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cantaloupe_stage7.json" +hash = "351336992ca4e1380ec1de20962d3b72be00db009326cf6bbf0b34e85c3c4443" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cauliflower_stage0.json" +hash = "237b1b282c556eb452ecc93122376dc74c52a16f313ddd3bcee3a072a7c34ce2" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cauliflower_stage1.json" +hash = "237b1b282c556eb452ecc93122376dc74c52a16f313ddd3bcee3a072a7c34ce2" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cauliflower_stage2.json" +hash = "237b1b282c556eb452ecc93122376dc74c52a16f313ddd3bcee3a072a7c34ce2" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cauliflower_stage3.json" +hash = "a92595cebd06a6728057e2ba71ca33d2ae1c6fc7d86c98b0d6ac1ff60612f2d6" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cauliflower_stage4.json" +hash = "a92595cebd06a6728057e2ba71ca33d2ae1c6fc7d86c98b0d6ac1ff60612f2d6" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cauliflower_stage5.json" +hash = "31eeb2d4a90565a5914ac70357954ed24e26245b5d2fa23649e3e8a6510f8cc8" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cauliflower_stage6.json" +hash = "31eeb2d4a90565a5914ac70357954ed24e26245b5d2fa23649e3e8a6510f8cc8" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cauliflower_stage7.json" +hash = "30944515adcad7d357223c1121943817da5cef5fa36755ae8010814a268a0761" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/celery_stage0.json" +hash = "94700e599461b4cb39d185491885a42334a0ce5f81d7d682c3181fa5ecca56f6" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/celery_stage1.json" +hash = "94700e599461b4cb39d185491885a42334a0ce5f81d7d682c3181fa5ecca56f6" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/celery_stage2.json" +hash = "94700e599461b4cb39d185491885a42334a0ce5f81d7d682c3181fa5ecca56f6" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/celery_stage3.json" +hash = "430ed5957b8f4b299094fd031eb557893fe3ab7155fdd8e77a445d989f5483f8" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/celery_stage4.json" +hash = "430ed5957b8f4b299094fd031eb557893fe3ab7155fdd8e77a445d989f5483f8" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/celery_stage5.json" +hash = "1c92d90a3a53e98bbd4843415ca943aa336b738ea878cdff55e03ed2f85bc13e" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/celery_stage6.json" +hash = "1c92d90a3a53e98bbd4843415ca943aa336b738ea878cdff55e03ed2f85bc13e" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/celery_stage7.json" +hash = "06565e2ddbb8db4a39e0a4e88c4821d62f7e00a1d221de23c7bdf699721fe833" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/chile_pepper_stage0.json" +hash = "a59fcab85ecd6a398a10266ccd1c839c93744750e1bcbed95c3a11835eafd109" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/chile_pepper_stage1.json" +hash = "a59fcab85ecd6a398a10266ccd1c839c93744750e1bcbed95c3a11835eafd109" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/chile_pepper_stage2.json" +hash = "a59fcab85ecd6a398a10266ccd1c839c93744750e1bcbed95c3a11835eafd109" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/chile_pepper_stage3.json" +hash = "ab52818b30ded8f75263a3179ca0776b899719a01d32d63baef221d34552f0a3" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/chile_pepper_stage4.json" +hash = "ab52818b30ded8f75263a3179ca0776b899719a01d32d63baef221d34552f0a3" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/chile_pepper_stage5.json" +hash = "422f809109c0ff98f3ae031ee4eb39c7ded08181e1b713a6d4c4a1bf60d47653" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/chile_pepper_stage6.json" +hash = "422f809109c0ff98f3ae031ee4eb39c7ded08181e1b713a6d4c4a1bf60d47653" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/chile_pepper_stage7.json" +hash = "4251fba5d3bd888c716f81cd34c84dd35648dbee5c24a170ea4f6a55a91ecfad" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/coffee_beans_stage0.json" +hash = "41a4e57b1c343a7c2ce0a3d280f10e2f1518e4249472f8f7e52bbc513e089aec" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/coffee_beans_stage1.json" +hash = "41a4e57b1c343a7c2ce0a3d280f10e2f1518e4249472f8f7e52bbc513e089aec" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/coffee_beans_stage2.json" +hash = "41a4e57b1c343a7c2ce0a3d280f10e2f1518e4249472f8f7e52bbc513e089aec" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/coffee_beans_stage3.json" +hash = "b9e045bd9196483108bbc6e60164bd35bc4b9fa47e6c10b0b7f89d38e7491b6f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/coffee_beans_stage4.json" +hash = "b9e045bd9196483108bbc6e60164bd35bc4b9fa47e6c10b0b7f89d38e7491b6f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/coffee_beans_stage5.json" +hash = "2fbc8ea1b42185c93014a1622d5825ae3f69ee66019630294437bbe90888e390" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/coffee_beans_stage6.json" +hash = "2fbc8ea1b42185c93014a1622d5825ae3f69ee66019630294437bbe90888e390" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/coffee_beans_stage7.json" +hash = "cc39a933b2cf8218a897d949fd3741a89e1923d593084175497e09a68d1f3a93" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/corn_stage0.json" +hash = "b90b91cf4574d66af968137d49408de435fef8917bf1aa659eed5185adc2b883" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/corn_stage1.json" +hash = "b90b91cf4574d66af968137d49408de435fef8917bf1aa659eed5185adc2b883" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/corn_stage2.json" +hash = "b90b91cf4574d66af968137d49408de435fef8917bf1aa659eed5185adc2b883" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/corn_stage3.json" +hash = "be87707ba97639de00d233e5fa8d8ea334d2250338564c616b02ba377eb920d5" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/corn_stage4.json" +hash = "be87707ba97639de00d233e5fa8d8ea334d2250338564c616b02ba377eb920d5" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/corn_stage5.json" +hash = "e105a58a5dfd1bc88935d183b69b733efc811296ef2e8699b151d7130f3a0d9f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/corn_stage6.json" +hash = "e105a58a5dfd1bc88935d183b69b733efc811296ef2e8699b151d7130f3a0d9f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/corn_stage7.json" +hash = "84f46294ebcf4432c2e78779699a548e2a8aa298a8ca7884a5ec21fc8bd9f13a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cranberry_stage0.json" +hash = "e6c2c2c6a04acc33f94609776758bd4c6480b10e3bb9a2feff11eb203d1c40b4" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cranberry_stage1.json" +hash = "e6c2c2c6a04acc33f94609776758bd4c6480b10e3bb9a2feff11eb203d1c40b4" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cranberry_stage2.json" +hash = "e6c2c2c6a04acc33f94609776758bd4c6480b10e3bb9a2feff11eb203d1c40b4" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cranberry_stage3.json" +hash = "db164d5b8c7e2652f9e41828561b03c637373a1fe2d206e8073214e9d5e982a3" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cranberry_stage4.json" +hash = "db164d5b8c7e2652f9e41828561b03c637373a1fe2d206e8073214e9d5e982a3" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cranberry_stage5.json" +hash = "628275a0db99c0a5f4889c7d7f647ca8bcb9ad033457624e19f6e99c748c4019" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cranberry_stage6.json" +hash = "628275a0db99c0a5f4889c7d7f647ca8bcb9ad033457624e19f6e99c748c4019" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cranberry_stage7.json" +hash = "6be609365f7a88407f1d9b2851d168a1dd14113a4fce05c40fd56499e7ece53a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cucumber_stage0.json" +hash = "ed034a64937712e89d10d2cd6762c830a68db1b6d8cfb2e30618d7d949ab6d8e" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cucumber_stage1.json" +hash = "ed034a64937712e89d10d2cd6762c830a68db1b6d8cfb2e30618d7d949ab6d8e" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cucumber_stage2.json" +hash = "ed034a64937712e89d10d2cd6762c830a68db1b6d8cfb2e30618d7d949ab6d8e" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cucumber_stage3.json" +hash = "520f86ff936627f5f27c500b129e57941b0b0270c4f7c0db5dbe25ba8746472e" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cucumber_stage4.json" +hash = "520f86ff936627f5f27c500b129e57941b0b0270c4f7c0db5dbe25ba8746472e" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cucumber_stage5.json" +hash = "3408bb42c0c2f30a84fc84ce50a5db3e4d64fe1232b374b97774bdd5376140cd" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cucumber_stage6.json" +hash = "3408bb42c0c2f30a84fc84ce50a5db3e4d64fe1232b374b97774bdd5376140cd" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/cucumber_stage7.json" +hash = "b8cd88bbf6bcd170eae75a119245b80610bbb5e61aa7fbb2440d8ef6131c999d" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/currant_stage0.json" +hash = "0b6d9f72c2186f92527816cec8b53d0fec722170d719050e935d7f3576c8e2a7" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/currant_stage1.json" +hash = "0b6d9f72c2186f92527816cec8b53d0fec722170d719050e935d7f3576c8e2a7" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/currant_stage2.json" +hash = "0b6d9f72c2186f92527816cec8b53d0fec722170d719050e935d7f3576c8e2a7" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/currant_stage3.json" +hash = "648ce54702f85dc78e546111312182241e058352ddf3bd9f366c2d12d4657f75" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/currant_stage4.json" +hash = "648ce54702f85dc78e546111312182241e058352ddf3bd9f366c2d12d4657f75" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/currant_stage5.json" +hash = "732b444a1d4e960b57ee58c4fc0740fac8c8bb0489d051ae1e3b7f1a86497e48" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/currant_stage6.json" +hash = "732b444a1d4e960b57ee58c4fc0740fac8c8bb0489d051ae1e3b7f1a86497e48" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/currant_stage7.json" +hash = "aa0f717e9b49df74afc6a8d29f56bc930407d5785d4f5dd0e78bfa217e0b8d09" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/eggplant_stage0.json" +hash = "c9d8d084a3e79125c03be76c53e16696706c877e3fe24696b0c2569606271a1d" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/eggplant_stage1.json" +hash = "c9d8d084a3e79125c03be76c53e16696706c877e3fe24696b0c2569606271a1d" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/eggplant_stage2.json" +hash = "c9d8d084a3e79125c03be76c53e16696706c877e3fe24696b0c2569606271a1d" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/eggplant_stage3.json" +hash = "1bef11942a6ca258745ce9527aff4eb3c50e71eeb057d61b14775d8f912b9ce5" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/eggplant_stage4.json" +hash = "1bef11942a6ca258745ce9527aff4eb3c50e71eeb057d61b14775d8f912b9ce5" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/eggplant_stage5.json" +hash = "bc32d37e8f80e5da41d3bb4528e1a3106ce0cc61f083d746fa696cb8e7849501" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/eggplant_stage6.json" +hash = "bc32d37e8f80e5da41d3bb4528e1a3106ce0cc61f083d746fa696cb8e7849501" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/eggplant_stage7.json" +hash = "08e67364c87f80b34bde2eafa43c21589c95a942e2e0fdd64caf57f0aa6b3dbb" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/elderberry_stage0.json" +hash = "546118e2c81d9291fa964f906ecc2afb0857984b763b34bc9c459d56d19d1adf" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/elderberry_stage1.json" +hash = "546118e2c81d9291fa964f906ecc2afb0857984b763b34bc9c459d56d19d1adf" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/elderberry_stage2.json" +hash = "546118e2c81d9291fa964f906ecc2afb0857984b763b34bc9c459d56d19d1adf" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/elderberry_stage3.json" +hash = "d577f4478091ae7557beb39f69bc0d52d49c5e661d9bff67e9388e56cab066e0" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/elderberry_stage4.json" +hash = "d577f4478091ae7557beb39f69bc0d52d49c5e661d9bff67e9388e56cab066e0" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/elderberry_stage5.json" +hash = "2a038317eb45ff2677ff27256757447628a2cbd9089e524674f131468de5618c" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/elderberry_stage6.json" +hash = "2a038317eb45ff2677ff27256757447628a2cbd9089e524674f131468de5618c" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/elderberry_stage7.json" +hash = "a983b0ec0053a1d8c70ebb4323833ae671619bb681260198da96a8b97babec0a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/garlic_stage0.json" +hash = "e3a25392ff23c13165ce63853cf92e4da041eb69ab623a8152666711406d208e" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/garlic_stage1.json" +hash = "e3a25392ff23c13165ce63853cf92e4da041eb69ab623a8152666711406d208e" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/garlic_stage2.json" +hash = "e3a25392ff23c13165ce63853cf92e4da041eb69ab623a8152666711406d208e" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/garlic_stage3.json" +hash = "1d049cf35c0be0aa5e63f2e9854499bef8f2736784c8e4b631ff112d9a647631" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/garlic_stage4.json" +hash = "1d049cf35c0be0aa5e63f2e9854499bef8f2736784c8e4b631ff112d9a647631" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/garlic_stage5.json" +hash = "9a357db602361f78d9ac62324c47b80d6812b011eac1ff2e0c3c4473aa436182" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/garlic_stage6.json" +hash = "9a357db602361f78d9ac62324c47b80d6812b011eac1ff2e0c3c4473aa436182" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/garlic_stage7.json" +hash = "d2f541baee28a5c83abb037c0362d59ef18d92f32fff2a81681b9fe40b771fd9" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/ginger_stage0.json" +hash = "d99359d48bd4cdfa2524eb12f4f537b9359c4189de28ad130efed86079c00da3" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/ginger_stage1.json" +hash = "d99359d48bd4cdfa2524eb12f4f537b9359c4189de28ad130efed86079c00da3" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/ginger_stage2.json" +hash = "d99359d48bd4cdfa2524eb12f4f537b9359c4189de28ad130efed86079c00da3" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/ginger_stage3.json" +hash = "31f9f00b9e17376666b35c9a5f670ea7d3a8618f7e29a62304392f04f0c5c33a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/ginger_stage4.json" +hash = "31f9f00b9e17376666b35c9a5f670ea7d3a8618f7e29a62304392f04f0c5c33a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/ginger_stage5.json" +hash = "8be2c18a12cd84a6fcc4b4b21db9d6fbed253e70b56e081f9c190715b9a47299" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/ginger_stage6.json" +hash = "8be2c18a12cd84a6fcc4b4b21db9d6fbed253e70b56e081f9c190715b9a47299" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/ginger_stage7.json" +hash = "d4fbd0e1b61ea3cd2e1ea3fcc68e82f8476a04b629caf578a8f2788406f48ae6" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/grape_stage0.json" +hash = "bcf7e44857824fc06d2e64483d784db1b9380d14196b7d4f07fc8d0b150a1565" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/grape_stage1.json" +hash = "bcf7e44857824fc06d2e64483d784db1b9380d14196b7d4f07fc8d0b150a1565" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/grape_stage2.json" +hash = "bcf7e44857824fc06d2e64483d784db1b9380d14196b7d4f07fc8d0b150a1565" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/grape_stage3.json" +hash = "03963ab912c68f4e0609cb14e5befae5f93bb5b12650e9b016aad0509d3a16a3" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/grape_stage4.json" +hash = "03963ab912c68f4e0609cb14e5befae5f93bb5b12650e9b016aad0509d3a16a3" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/grape_stage5.json" +hash = "aee13d5346be608433a1e82aa78ce61b6fb5f1a37e2009de2cd0265fb944e6b4" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/grape_stage6.json" +hash = "aee13d5346be608433a1e82aa78ce61b6fb5f1a37e2009de2cd0265fb944e6b4" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/grape_stage7.json" +hash = "a9a2d12c93543061fc2e01d31822eb23bd3e153d4a57c7dc65ea86dd82032a09" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/greenbean_stage0.json" +hash = "b4abb8243e51dced701e74bb5281670f105b32984df44c6fad980fa70ca5211f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/greenbean_stage1.json" +hash = "b4abb8243e51dced701e74bb5281670f105b32984df44c6fad980fa70ca5211f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/greenbean_stage2.json" +hash = "b4abb8243e51dced701e74bb5281670f105b32984df44c6fad980fa70ca5211f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/greenbean_stage3.json" +hash = "437181b2680d8bc78146458357c803d2d39098bfc18d49280d2565a97e751807" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/greenbean_stage4.json" +hash = "437181b2680d8bc78146458357c803d2d39098bfc18d49280d2565a97e751807" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/greenbean_stage5.json" +hash = "ffe7dedfcc98378217c317b80293843c33c02e4310aa07d79b11c86db4ea61eb" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/greenbean_stage6.json" +hash = "ffe7dedfcc98378217c317b80293843c33c02e4310aa07d79b11c86db4ea61eb" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/greenbean_stage7.json" +hash = "1e1c8d112eaca42a982122abc2674c81ef6017b633455cbcebec6186965a996b" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/greenonion_stage0.json" +hash = "b397e7ced7e731873aa2077fba40d93809c85b1875ee3aca5cc768d35e6443e0" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/greenonion_stage1.json" +hash = "b397e7ced7e731873aa2077fba40d93809c85b1875ee3aca5cc768d35e6443e0" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/greenonion_stage2.json" +hash = "b397e7ced7e731873aa2077fba40d93809c85b1875ee3aca5cc768d35e6443e0" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/greenonion_stage3.json" +hash = "d5f0702830bc88fc6efebc3a9b92379c59a990016b49b4f08417e0303cd89457" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/greenonion_stage4.json" +hash = "d5f0702830bc88fc6efebc3a9b92379c59a990016b49b4f08417e0303cd89457" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/greenonion_stage5.json" +hash = "02297cb6a9d0a49402792d88f8ac4a026122df798af00638f6c4115b8cd5e611" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/greenonion_stage6.json" +hash = "02297cb6a9d0a49402792d88f8ac4a026122df798af00638f6c4115b8cd5e611" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/greenonion_stage7.json" +hash = "f1949099e7fa2d2585de7ddeb440615beac108d75b862413c43e30fb16a6ed1d" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/honeydew_stage0.json" +hash = "4f6019dfc34979751d926df6a4e808d518161c799d2d4c0e131beaf81f42d7de" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/honeydew_stage1.json" +hash = "4f6019dfc34979751d926df6a4e808d518161c799d2d4c0e131beaf81f42d7de" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/honeydew_stage2.json" +hash = "4f6019dfc34979751d926df6a4e808d518161c799d2d4c0e131beaf81f42d7de" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/honeydew_stage3.json" +hash = "db27a42d8d525b666e5243919175987edf069f446a5e53619a00df114589b683" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/honeydew_stage4.json" +hash = "db27a42d8d525b666e5243919175987edf069f446a5e53619a00df114589b683" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/honeydew_stage5.json" +hash = "3090fba9a6f28e00e9e3742898029c12c5e12b358c31c727086c2439c7ea783f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/honeydew_stage6.json" +hash = "3090fba9a6f28e00e9e3742898029c12c5e12b358c31c727086c2439c7ea783f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/honeydew_stage7.json" +hash = "b67efd64836963c4640eb7e3fe413af10a8510d902d1b886c6ba5b011cfdb7a8" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/hops_stage0.json" +hash = "0f339c1afcde288ba4d971e71e3fd7a72dc3354756a1ee07a24f2b5bc4124f6e" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/hops_stage1.json" +hash = "0f339c1afcde288ba4d971e71e3fd7a72dc3354756a1ee07a24f2b5bc4124f6e" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/hops_stage2.json" +hash = "0f339c1afcde288ba4d971e71e3fd7a72dc3354756a1ee07a24f2b5bc4124f6e" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/hops_stage3.json" +hash = "90e453c1cb2fe4d72aab7feded24dae23c48756546d63e8bad2cd40212729f7e" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/hops_stage4.json" +hash = "90e453c1cb2fe4d72aab7feded24dae23c48756546d63e8bad2cd40212729f7e" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/hops_stage5.json" +hash = "a70637c929eb1449c4e1e60c0a324f1f582699ce8b383c4d277ec998d6712676" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/hops_stage6.json" +hash = "a70637c929eb1449c4e1e60c0a324f1f582699ce8b383c4d277ec998d6712676" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/hops_stage7.json" +hash = "be7683a967741ac7797626b514771c4acf9ad3c862a53918bb45646f01ebab17" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/kale_stage0.json" +hash = "ebd192987ed0715607e1f3247b0cd5c7e99287b6d2cf4f0bf337fe88a5db810f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/kale_stage1.json" +hash = "ebd192987ed0715607e1f3247b0cd5c7e99287b6d2cf4f0bf337fe88a5db810f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/kale_stage2.json" +hash = "ebd192987ed0715607e1f3247b0cd5c7e99287b6d2cf4f0bf337fe88a5db810f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/kale_stage3.json" +hash = "d21fdbbfd3a0d6ae166d42fecba97bfe2c046de3db7b0e3d2fa162d99d07ba6e" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/kale_stage4.json" +hash = "d21fdbbfd3a0d6ae166d42fecba97bfe2c046de3db7b0e3d2fa162d99d07ba6e" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/kale_stage5.json" +hash = "c21a095e6c478c07f74be79afa5948d3d0b36fa881be05e45f478300cf64c2d3" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/kale_stage6.json" +hash = "c21a095e6c478c07f74be79afa5948d3d0b36fa881be05e45f478300cf64c2d3" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/kale_stage7.json" +hash = "9fb26c1b5666d527c49bc5f971aca7e114cd30b4fb561927081ca68933acdd39" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/kiwi_stage0.json" +hash = "22f5d70756ada074e3d1c4f8d10ef46c7e26595f45c613dde82d79072796c4f9" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/kiwi_stage1.json" +hash = "22f5d70756ada074e3d1c4f8d10ef46c7e26595f45c613dde82d79072796c4f9" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/kiwi_stage2.json" +hash = "22f5d70756ada074e3d1c4f8d10ef46c7e26595f45c613dde82d79072796c4f9" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/kiwi_stage3.json" +hash = "0940e5255b1882206a0d0a6c0d184c9502eb9cac7ef33f1c2b3192e8f9f9d4b7" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/kiwi_stage4.json" +hash = "0940e5255b1882206a0d0a6c0d184c9502eb9cac7ef33f1c2b3192e8f9f9d4b7" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/kiwi_stage5.json" +hash = "ade16dcc506b8abad4effcd2ab8af02cc79d0f0f4f34f6f4aa8055dd5b4ad801" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/kiwi_stage6.json" +hash = "ade16dcc506b8abad4effcd2ab8af02cc79d0f0f4f34f6f4aa8055dd5b4ad801" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/kiwi_stage7.json" +hash = "63d024d8ef9b1c404469fb0dd959718e3ee097b6cdc717a625450329b1238e22" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/leek_stage0.json" +hash = "86e34b1e182c127b6b6f1532f15f0b8551e0b4e0f5276258de0d5255326ca502" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/leek_stage1.json" +hash = "86e34b1e182c127b6b6f1532f15f0b8551e0b4e0f5276258de0d5255326ca502" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/leek_stage2.json" +hash = "86e34b1e182c127b6b6f1532f15f0b8551e0b4e0f5276258de0d5255326ca502" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/leek_stage3.json" +hash = "950423add82bf390d2ecc7595114928339016626caa8718b17035b8ce43fa37a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/leek_stage4.json" +hash = "950423add82bf390d2ecc7595114928339016626caa8718b17035b8ce43fa37a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/leek_stage5.json" +hash = "1157abca3ebc8f07d1f67867a7354ddb67180780c9804317b5e65acc03d2d585" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/leek_stage6.json" +hash = "1157abca3ebc8f07d1f67867a7354ddb67180780c9804317b5e65acc03d2d585" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/leek_stage7.json" +hash = "3659f2b1d9bdd733336fd25798f96b5f291c305ad67e111e5d70d4bf97b2b08a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/lettuce_stage0.json" +hash = "53f1ba7e245af28f14de96e2b1436d02798d6a9d28110b1f7730bbd77ba6093f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/lettuce_stage1.json" +hash = "53f1ba7e245af28f14de96e2b1436d02798d6a9d28110b1f7730bbd77ba6093f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/lettuce_stage2.json" +hash = "53f1ba7e245af28f14de96e2b1436d02798d6a9d28110b1f7730bbd77ba6093f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/lettuce_stage3.json" +hash = "d33cd794ba0a270a7cfd4055c2702d17c4034540cc1f550f1574f9cf5a02bd4a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/lettuce_stage4.json" +hash = "d33cd794ba0a270a7cfd4055c2702d17c4034540cc1f550f1574f9cf5a02bd4a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/lettuce_stage5.json" +hash = "1fd8ae623e099d112ed47a95a57413ac275af3a220c16532071e0c2904f6a42a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/lettuce_stage6.json" +hash = "1fd8ae623e099d112ed47a95a57413ac275af3a220c16532071e0c2904f6a42a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/lettuce_stage7.json" +hash = "f081e97f27734efdb9cb5d81f0ceee17c94ec186fbe44413e4f599104df271ca" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/mustard_stage0.json" +hash = "8d3c8c231d4a4466273c7d0b3bde0045dde59bb987c5a5a0d168bfcdf813248a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/mustard_stage1.json" +hash = "8d3c8c231d4a4466273c7d0b3bde0045dde59bb987c5a5a0d168bfcdf813248a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/mustard_stage2.json" +hash = "8d3c8c231d4a4466273c7d0b3bde0045dde59bb987c5a5a0d168bfcdf813248a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/mustard_stage3.json" +hash = "512ff0105e83502e90e487c64acba9cb303e9e60b80ab1f8d434277c1b2770a1" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/mustard_stage4.json" +hash = "512ff0105e83502e90e487c64acba9cb303e9e60b80ab1f8d434277c1b2770a1" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/mustard_stage5.json" +hash = "235f1ef5f6c2e9e536628b320f7090b86c3a8419f08f6368853a1b95578d415f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/mustard_stage6.json" +hash = "235f1ef5f6c2e9e536628b320f7090b86c3a8419f08f6368853a1b95578d415f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/mustard_stage7.json" +hash = "f61af096c9785db47f77a64f032e34d0396ca68a6e99b88977c9a03d35ad2521" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/oat_stage0.json" +hash = "72c9092681fb35dcaed5588aa9572530efeeaf5421cb08cd533ce84526fba073" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/oat_stage1.json" +hash = "72c9092681fb35dcaed5588aa9572530efeeaf5421cb08cd533ce84526fba073" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/oat_stage2.json" +hash = "72c9092681fb35dcaed5588aa9572530efeeaf5421cb08cd533ce84526fba073" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/oat_stage3.json" +hash = "facfac242bfcd8cc81966ca2b20afef7fa558e0e611ed983ac26f20d945a4458" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/oat_stage4.json" +hash = "facfac242bfcd8cc81966ca2b20afef7fa558e0e611ed983ac26f20d945a4458" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/oat_stage5.json" +hash = "572abf60866c51ae6983d7090d4722aa4517c68b12e31e7630e2b99e13e4662d" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/oat_stage6.json" +hash = "572abf60866c51ae6983d7090d4722aa4517c68b12e31e7630e2b99e13e4662d" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/oat_stage7.json" +hash = "2430898b759043a68abfb657e1baa10a15d2a3aacbacbd02c0f97c3d5dd46940" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/olive_stage0.json" +hash = "88913e637e33973327b5508dbe41ee89c6dd180d540f7d300c10194e16c4209f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/olive_stage1.json" +hash = "88913e637e33973327b5508dbe41ee89c6dd180d540f7d300c10194e16c4209f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/olive_stage2.json" +hash = "88913e637e33973327b5508dbe41ee89c6dd180d540f7d300c10194e16c4209f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/olive_stage3.json" +hash = "dc56aa546b1a4e25ffa5197f6d1c1f65b1b521124bd02a0f6b944b153bde9732" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/olive_stage4.json" +hash = "dc56aa546b1a4e25ffa5197f6d1c1f65b1b521124bd02a0f6b944b153bde9732" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/olive_stage5.json" +hash = "93d0dde80185e0706c838862d855ffe929d616bd5e78b54a8021ec3c2d3ae3df" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/olive_stage6.json" +hash = "93d0dde80185e0706c838862d855ffe929d616bd5e78b54a8021ec3c2d3ae3df" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/olive_stage7.json" +hash = "d90972d89d7c4523d4c2410d870d6c037220de5db2d0b2a971219a1ce5a81200" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/onion_stage0.json" +hash = "5b1bf8f67277c71e466ea135a832b5eb301cd7e7c22ef944630bc225230c79ab" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/onion_stage1.json" +hash = "5b1bf8f67277c71e466ea135a832b5eb301cd7e7c22ef944630bc225230c79ab" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/onion_stage2.json" +hash = "5b1bf8f67277c71e466ea135a832b5eb301cd7e7c22ef944630bc225230c79ab" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/onion_stage3.json" +hash = "cbb2b29f56ea1af718bd3d629e6bb7b21ebe2ef2d73cdcb17734742e53b8685a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/onion_stage4.json" +hash = "cbb2b29f56ea1af718bd3d629e6bb7b21ebe2ef2d73cdcb17734742e53b8685a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/onion_stage5.json" +hash = "c4616f9420b3aa7fb398cc6343a2abab4e3afc44e740149fcd440a29d6801ad9" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/onion_stage6.json" +hash = "c4616f9420b3aa7fb398cc6343a2abab4e3afc44e740149fcd440a29d6801ad9" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/onion_stage7.json" +hash = "e46270f1ac90b8515d1ed08f9ee02310afd57ae77960d42c0aa1658d482859d1" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/peanut_stage0.json" +hash = "79b73bc383e0fade0ed2fc9ed0636242ca2872e23b5c5ed96acd00fef8f90743" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/peanut_stage1.json" +hash = "79b73bc383e0fade0ed2fc9ed0636242ca2872e23b5c5ed96acd00fef8f90743" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/peanut_stage2.json" +hash = "79b73bc383e0fade0ed2fc9ed0636242ca2872e23b5c5ed96acd00fef8f90743" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/peanut_stage3.json" +hash = "ab519b290b99f07853df4e18eecff538f5218a44cf14df2c3da8a9565a07d57c" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/peanut_stage4.json" +hash = "ab519b290b99f07853df4e18eecff538f5218a44cf14df2c3da8a9565a07d57c" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/peanut_stage5.json" +hash = "215860922bb5846a428336cd6e17334183b45f24c6350a8d9cff6c42b350579a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/peanut_stage6.json" +hash = "215860922bb5846a428336cd6e17334183b45f24c6350a8d9cff6c42b350579a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/peanut_stage7.json" +hash = "929cf3d33e698c23e3a36c695b3fb338bd326b4dc04971b053af5e075e97e694" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/pepper_stage0.json" +hash = "877d480c438283c577737cf122d8a64b35c1c870f20a0ce45bbc092fc8da929f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/pepper_stage1.json" +hash = "877d480c438283c577737cf122d8a64b35c1c870f20a0ce45bbc092fc8da929f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/pepper_stage2.json" +hash = "877d480c438283c577737cf122d8a64b35c1c870f20a0ce45bbc092fc8da929f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/pepper_stage3.json" +hash = "21e589d286144353154ef5d9a23dfafc6b21a7ceb81e7009e7c55c27869278bf" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/pepper_stage4.json" +hash = "21e589d286144353154ef5d9a23dfafc6b21a7ceb81e7009e7c55c27869278bf" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/pepper_stage5.json" +hash = "1b32eea38acaefa5a57221c1d81d81f972694e42865254f9d247add2d130af7d" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/pepper_stage6.json" +hash = "1b32eea38acaefa5a57221c1d81d81f972694e42865254f9d247add2d130af7d" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/pepper_stage7.json" +hash = "69ba7d490fe5730588a31ded92f2aa966f622f1ec40afac9ca19d10ae0922ea1" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/pineapple_stage0.json" +hash = "954622680a34563747e0a4b241d18fe1782125e3fd85c7f0464202f2bcc01c25" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/pineapple_stage1.json" +hash = "954622680a34563747e0a4b241d18fe1782125e3fd85c7f0464202f2bcc01c25" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/pineapple_stage2.json" +hash = "954622680a34563747e0a4b241d18fe1782125e3fd85c7f0464202f2bcc01c25" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/pineapple_stage3.json" +hash = "8ecbc91e39fafac9cde6839bfdc09ee3c46681ecfb719cf054149f1d2ffa7c62" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/pineapple_stage4.json" +hash = "8ecbc91e39fafac9cde6839bfdc09ee3c46681ecfb719cf054149f1d2ffa7c62" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/pineapple_stage5.json" +hash = "b9407b67e74ff8d05d36459dabf8cc899d2a37a73f22d02b051f84bffe5a0598" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/pineapple_stage6.json" +hash = "b9407b67e74ff8d05d36459dabf8cc899d2a37a73f22d02b051f84bffe5a0598" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/pineapple_stage7.json" +hash = "246726ef386b29eee485efd0fbeec0ca12e16a59b83cdf1bcbb10d85525ddf1a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/radish_stage0.json" +hash = "a51c835237b29c19ca2c7f7406142f4dbcfa49eaf251a50f2c5f760cb4ddbd76" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/radish_stage1.json" +hash = "a51c835237b29c19ca2c7f7406142f4dbcfa49eaf251a50f2c5f760cb4ddbd76" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/radish_stage2.json" +hash = "a51c835237b29c19ca2c7f7406142f4dbcfa49eaf251a50f2c5f760cb4ddbd76" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/radish_stage3.json" +hash = "2a58dd449208e038ba392eaea7bd62cf010af3bb0dff40ff9f3ef2e8e07dd241" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/radish_stage4.json" +hash = "2a58dd449208e038ba392eaea7bd62cf010af3bb0dff40ff9f3ef2e8e07dd241" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/radish_stage5.json" +hash = "f8242638672c8826dcd71d3874e341bd62cbed491c43de7e864f04cfecf97183" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/radish_stage6.json" +hash = "f8242638672c8826dcd71d3874e341bd62cbed491c43de7e864f04cfecf97183" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/radish_stage7.json" +hash = "1ffacfc6c4ed1fcd34f2e209511d3cdeb96b84ec5af693888866021b3752d337" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/raspberry_stage0.json" +hash = "db7499c62f9e2dc58f7b259b77357b193e495cdd5e9de6bc303e5e9a0b872d9a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/raspberry_stage1.json" +hash = "db7499c62f9e2dc58f7b259b77357b193e495cdd5e9de6bc303e5e9a0b872d9a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/raspberry_stage2.json" +hash = "db7499c62f9e2dc58f7b259b77357b193e495cdd5e9de6bc303e5e9a0b872d9a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/raspberry_stage3.json" +hash = "929b202ce1d059ebf966f6d5bb7db120464396b3fecd4a0d93caa417e59b42e5" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/raspberry_stage4.json" +hash = "929b202ce1d059ebf966f6d5bb7db120464396b3fecd4a0d93caa417e59b42e5" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/raspberry_stage5.json" +hash = "78b1293bbb88d537d7f4713db683a23bfffb730767cd3eb3eb6937392acc67d8" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/raspberry_stage6.json" +hash = "78b1293bbb88d537d7f4713db683a23bfffb730767cd3eb3eb6937392acc67d8" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/raspberry_stage7.json" +hash = "d85bcda3563eda48fb8e4c8439854ec1004f7d63d9890cd92382b5e3bfe16091" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/rhubarb_stage0.json" +hash = "6256c539779e56d3770d21afd2a12c965d4a1ff6d16de103a8cff78334b3fd28" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/rhubarb_stage1.json" +hash = "6256c539779e56d3770d21afd2a12c965d4a1ff6d16de103a8cff78334b3fd28" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/rhubarb_stage2.json" +hash = "6256c539779e56d3770d21afd2a12c965d4a1ff6d16de103a8cff78334b3fd28" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/rhubarb_stage3.json" +hash = "2fce990fcea689d1c8f5a2bca0957cfd4464c9ba4896d9774e6f33bccac74ec1" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/rhubarb_stage4.json" +hash = "2fce990fcea689d1c8f5a2bca0957cfd4464c9ba4896d9774e6f33bccac74ec1" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/rhubarb_stage5.json" +hash = "f9831c77018e46b19f2fb58acadafee06c8cb2710f5293c35376fd2c244494fd" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/rhubarb_stage6.json" +hash = "f9831c77018e46b19f2fb58acadafee06c8cb2710f5293c35376fd2c244494fd" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/rhubarb_stage7.json" +hash = "63ab967c591fc55221b7cfc42722964a0a7c0ee838634a8fc834297984183577" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/rice_stage0.json" +hash = "3698ebd9a65766afeda032f46a5c9a45e160fab14882d981f9ae47f4655d2ad2" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/rice_stage1.json" +hash = "3698ebd9a65766afeda032f46a5c9a45e160fab14882d981f9ae47f4655d2ad2" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/rice_stage2.json" +hash = "3698ebd9a65766afeda032f46a5c9a45e160fab14882d981f9ae47f4655d2ad2" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/rice_stage3.json" +hash = "2556d9a7e77ebc10dadaf33f375a4e0d5d3d3943f1c39e77816bcebe96f6e7ce" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/rice_stage4.json" +hash = "2556d9a7e77ebc10dadaf33f375a4e0d5d3d3943f1c39e77816bcebe96f6e7ce" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/rice_stage5.json" +hash = "58115d311075f1aa5f056d29eb37209e153cfbee7e93626a67108f601eacf21d" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/rice_stage6.json" +hash = "58115d311075f1aa5f056d29eb37209e153cfbee7e93626a67108f601eacf21d" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/rice_stage7.json" +hash = "cf92f894ac4785fbfd86165df907a4c3e83db0e3157fc7b0917a79c0dbf7a161" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/rutabaga_stage0.json" +hash = "dc1dd9a625b2b89982447ac86d1ca51900d081086074a109d02b654ce4ac399a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/rutabaga_stage1.json" +hash = "dc1dd9a625b2b89982447ac86d1ca51900d081086074a109d02b654ce4ac399a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/rutabaga_stage2.json" +hash = "dc1dd9a625b2b89982447ac86d1ca51900d081086074a109d02b654ce4ac399a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/rutabaga_stage3.json" +hash = "837793f6b86d2a3b4b01b5cb2ba2ddb156e745ce813f73c186a6c2c3797c032e" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/rutabaga_stage4.json" +hash = "837793f6b86d2a3b4b01b5cb2ba2ddb156e745ce813f73c186a6c2c3797c032e" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/rutabaga_stage5.json" +hash = "fc41f7b1d845dfb7e36018d6fd3632682857729c1c1e9070901ee27af0a3d990" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/rutabaga_stage6.json" +hash = "fc41f7b1d845dfb7e36018d6fd3632682857729c1c1e9070901ee27af0a3d990" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/rutabaga_stage7.json" +hash = "fb79bd27e0667cc8fbd5a1784eea42427a05fca94b21c0bb283d450b351843bc" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/saguaro_stage0.json" +hash = "9881ce28901035931719398aac9f1a7f3bd63dff5b1763ac2a87832d9f861062" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/saguaro_stage1.json" +hash = "9881ce28901035931719398aac9f1a7f3bd63dff5b1763ac2a87832d9f861062" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/saguaro_stage2.json" +hash = "9881ce28901035931719398aac9f1a7f3bd63dff5b1763ac2a87832d9f861062" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/saguaro_stage3.json" +hash = "9368f4f82a4591ec75bd977363c22023e1e4ca1ace5aa337c0de65a6df349d26" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/saguaro_stage4.json" +hash = "9368f4f82a4591ec75bd977363c22023e1e4ca1ace5aa337c0de65a6df349d26" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/saguaro_stage5.json" +hash = "4dfc8df7bb2343b759e870f04c749fb0bd3d12fcef9f0d92adce83940c499734" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/saguaro_stage6.json" +hash = "4dfc8df7bb2343b759e870f04c749fb0bd3d12fcef9f0d92adce83940c499734" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/saguaro_stage7.json" +hash = "1db3a9b7f818e27386ebe987bd7a13341f8b54ad028c7b75b83d65d7e422392a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/soybean_stage0.json" +hash = "7f17977269b0bb9835d46d26b2408173fccfc1a9f25e32d582fe6bd8f4680041" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/soybean_stage1.json" +hash = "7f17977269b0bb9835d46d26b2408173fccfc1a9f25e32d582fe6bd8f4680041" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/soybean_stage2.json" +hash = "7f17977269b0bb9835d46d26b2408173fccfc1a9f25e32d582fe6bd8f4680041" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/soybean_stage3.json" +hash = "4691a79ef65da86509b6c15c89ea794143f43fc929949caf50b71eeee9e57e80" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/soybean_stage4.json" +hash = "4691a79ef65da86509b6c15c89ea794143f43fc929949caf50b71eeee9e57e80" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/soybean_stage5.json" +hash = "16251badd7b4e4934d080a2124e65a4d37549da6d237a42efe04e6aaf34133ed" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/soybean_stage6.json" +hash = "16251badd7b4e4934d080a2124e65a4d37549da6d237a42efe04e6aaf34133ed" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/soybean_stage7.json" +hash = "4e940088cfcf11bc7fd5b7e6f6260ecb49ce95fff0e20181147cfb4b5ab141bf" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/spinach_stage0.json" +hash = "3b512ccdd9651ca7d8d6313a40439f164e36779a8f99cb2e033c8e9729198e98" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/spinach_stage1.json" +hash = "3b512ccdd9651ca7d8d6313a40439f164e36779a8f99cb2e033c8e9729198e98" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/spinach_stage2.json" +hash = "3b512ccdd9651ca7d8d6313a40439f164e36779a8f99cb2e033c8e9729198e98" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/spinach_stage3.json" +hash = "7e619632834838982cbdc813d09a7582c962a9b96d99ad61b993536585fb0aea" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/spinach_stage4.json" +hash = "7e619632834838982cbdc813d09a7582c962a9b96d99ad61b993536585fb0aea" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/spinach_stage5.json" +hash = "54f4314483e328cee8ee75c1a96ec698c48705759d9b666dd1afa43c79f2a62b" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/spinach_stage6.json" +hash = "54f4314483e328cee8ee75c1a96ec698c48705759d9b666dd1afa43c79f2a62b" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/spinach_stage7.json" +hash = "fff52feafe90d7ceb37c3370e7c5476a9aa368c001e163c40f6699777d58b716" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/squash_stage0.json" +hash = "b61da54c95900cbe249a4738f3c43c164b49ebf13629f1810abf0f9b4627ce7d" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/squash_stage1.json" +hash = "b61da54c95900cbe249a4738f3c43c164b49ebf13629f1810abf0f9b4627ce7d" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/squash_stage2.json" +hash = "b61da54c95900cbe249a4738f3c43c164b49ebf13629f1810abf0f9b4627ce7d" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/squash_stage3.json" +hash = "7cd93b1e50cf3265b93c0a7d1550d1469e03176b18ca4bf912cff3e38b3316d8" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/squash_stage4.json" +hash = "7cd93b1e50cf3265b93c0a7d1550d1469e03176b18ca4bf912cff3e38b3316d8" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/squash_stage5.json" +hash = "f168dc03037801c9be31c41f5d02aef31b4629cb9609e77248f2f37250b687ea" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/squash_stage6.json" +hash = "f168dc03037801c9be31c41f5d02aef31b4629cb9609e77248f2f37250b687ea" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/squash_stage7.json" +hash = "2f1167097d4b2cc791db5e9fd6fe9781d581a4f76f4674d5e51637e83d82ffbc" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/strawberry_stage0.json" +hash = "e7ba3f4a725ac786c0370aa046ef0418f8572fc40f14f3764afa6477169618c0" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/strawberry_stage1.json" +hash = "e7ba3f4a725ac786c0370aa046ef0418f8572fc40f14f3764afa6477169618c0" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/strawberry_stage2.json" +hash = "e7ba3f4a725ac786c0370aa046ef0418f8572fc40f14f3764afa6477169618c0" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/strawberry_stage3.json" +hash = "a4f31fc978afabada24d2729b6dac558e66ba2071fa8f3f725238546c007f66a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/strawberry_stage4.json" +hash = "a4f31fc978afabada24d2729b6dac558e66ba2071fa8f3f725238546c007f66a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/strawberry_stage5.json" +hash = "08660b8f6802c603e0e060a1c29066dc12d476fdf238909e1ef426d359d8cc5d" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/strawberry_stage6.json" +hash = "08660b8f6802c603e0e060a1c29066dc12d476fdf238909e1ef426d359d8cc5d" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/strawberry_stage7.json" +hash = "08d9b1a84dd12ab6be22ba5c31e8b851045e8b698d97fac9eb29b7d003e898c9" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/sweetpotato_stage0.json" +hash = "a517568471acfda0b5cfdb72ef8ed17d9289151730d556b75cca03994f6c3b5f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/sweetpotato_stage1.json" +hash = "a517568471acfda0b5cfdb72ef8ed17d9289151730d556b75cca03994f6c3b5f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/sweetpotato_stage2.json" +hash = "a517568471acfda0b5cfdb72ef8ed17d9289151730d556b75cca03994f6c3b5f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/sweetpotato_stage3.json" +hash = "75502f8035a5f6c84383fb62cda1e5217e5dc05495d2521626a289c4134843e0" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/sweetpotato_stage4.json" +hash = "75502f8035a5f6c84383fb62cda1e5217e5dc05495d2521626a289c4134843e0" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/sweetpotato_stage5.json" +hash = "d4e63db64880d58c0eb70de829d63190ee5c752284797b05851160c38da5c7c0" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/sweetpotato_stage6.json" +hash = "d4e63db64880d58c0eb70de829d63190ee5c752284797b05851160c38da5c7c0" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/sweetpotato_stage7.json" +hash = "23ff5d74e702ca1d958ad33260e2706ad6a052543f1738b2b36ab402f4ffacc8" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/tea_leaves_stage0.json" +hash = "7b71b4391d0e251dbc0386ff998d88fbcfe3ea9613104231c34e94d5d3e1fd70" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/tea_leaves_stage1.json" +hash = "7b71b4391d0e251dbc0386ff998d88fbcfe3ea9613104231c34e94d5d3e1fd70" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/tea_leaves_stage2.json" +hash = "7b71b4391d0e251dbc0386ff998d88fbcfe3ea9613104231c34e94d5d3e1fd70" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/tea_leaves_stage3.json" +hash = "f4ffbedc7521e4628f45da74ca1aa0c9904df9641ba079d349e444edcdeb51ec" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/tea_leaves_stage4.json" +hash = "f4ffbedc7521e4628f45da74ca1aa0c9904df9641ba079d349e444edcdeb51ec" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/tea_leaves_stage5.json" +hash = "0f5c2fca46e3e0799e60d4d8ee9ee493e0373b0357d3ebb7e853351629e4a8ce" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/tea_leaves_stage6.json" +hash = "0f5c2fca46e3e0799e60d4d8ee9ee493e0373b0357d3ebb7e853351629e4a8ce" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/tea_leaves_stage7.json" +hash = "bc7614b65e26f4824fcb814f6ed87cec0ee3c0f2ac57ca6f7bd81328969577ac" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/tomatillo_stage0.json" +hash = "3fbd25f232bdfaa905462bd09ed83f9c71cc1ff8dfb3695b13f4e204fdfc51ea" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/tomatillo_stage1.json" +hash = "3fbd25f232bdfaa905462bd09ed83f9c71cc1ff8dfb3695b13f4e204fdfc51ea" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/tomatillo_stage2.json" +hash = "3fbd25f232bdfaa905462bd09ed83f9c71cc1ff8dfb3695b13f4e204fdfc51ea" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/tomatillo_stage3.json" +hash = "16688b183805174a1932717c6acfc195dd75203061d9f466cfba4b2fe5ea2882" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/tomatillo_stage4.json" +hash = "16688b183805174a1932717c6acfc195dd75203061d9f466cfba4b2fe5ea2882" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/tomatillo_stage5.json" +hash = "aa4107605c5d5f7edb12e92c3e32ba7aff2d6762f729b6f7deca070def605646" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/tomatillo_stage6.json" +hash = "aa4107605c5d5f7edb12e92c3e32ba7aff2d6762f729b6f7deca070def605646" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/tomatillo_stage7.json" +hash = "048d5782c3734853000f077510196524ae5f78c3ff35fb4c9284a0bc49acaa7e" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/tomato_stage0.json" +hash = "1b2ede78b66f3cba380ee18ccbeb5b7ea61b73e319aa40fc04ba2fc72831f611" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/tomato_stage1.json" +hash = "1b2ede78b66f3cba380ee18ccbeb5b7ea61b73e319aa40fc04ba2fc72831f611" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/tomato_stage2.json" +hash = "1b2ede78b66f3cba380ee18ccbeb5b7ea61b73e319aa40fc04ba2fc72831f611" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/tomato_stage3.json" +hash = "d17f0df6869c71a88a40ab017ce70894f612f5ae3393bb807d883e5b2d4948e3" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/tomato_stage4.json" +hash = "d17f0df6869c71a88a40ab017ce70894f612f5ae3393bb807d883e5b2d4948e3" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/tomato_stage5.json" +hash = "3e727dfcbb9cf11b2d14beba1cdb5b8a552a0f338c0b817e2e64b39109f23306" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/tomato_stage6.json" +hash = "3e727dfcbb9cf11b2d14beba1cdb5b8a552a0f338c0b817e2e64b39109f23306" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/tomato_stage7.json" +hash = "db85021d89749fa8a3c9d421c60127baa6e6ff4dcadf37245d316a6b0263d54a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/turmeric_stage0.json" +hash = "71f8c95214231e66e4e1a07969d9ae1bedcc3f750388164ee455bab164141bca" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/turmeric_stage1.json" +hash = "71f8c95214231e66e4e1a07969d9ae1bedcc3f750388164ee455bab164141bca" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/turmeric_stage2.json" +hash = "71f8c95214231e66e4e1a07969d9ae1bedcc3f750388164ee455bab164141bca" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/turmeric_stage3.json" +hash = "a635cd414264c89abc4b228aedb773830cb70fc00a35e4d3f73651cfc45f2b41" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/turmeric_stage4.json" +hash = "a635cd414264c89abc4b228aedb773830cb70fc00a35e4d3f73651cfc45f2b41" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/turmeric_stage5.json" +hash = "8a6de3666ff1ccad2a25c5e44f33307b7d549a30970d59ae384752e2026852e4" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/turmeric_stage6.json" +hash = "8a6de3666ff1ccad2a25c5e44f33307b7d549a30970d59ae384752e2026852e4" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/turmeric_stage7.json" +hash = "11809399af83348a1ed1bd9153605856638f00cbf5416cafa386c9545782c36b" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/turnip_stage0.json" +hash = "52ae362161e232c5d38551abe88a918f47e5c28f3e8e4601476667388c05795f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/turnip_stage1.json" +hash = "52ae362161e232c5d38551abe88a918f47e5c28f3e8e4601476667388c05795f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/turnip_stage2.json" +hash = "52ae362161e232c5d38551abe88a918f47e5c28f3e8e4601476667388c05795f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/turnip_stage3.json" +hash = "41700e22392d4ddcb67952c08b4cafdeb9b39b6e1100cf89b9afb284f1e876c5" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/turnip_stage4.json" +hash = "41700e22392d4ddcb67952c08b4cafdeb9b39b6e1100cf89b9afb284f1e876c5" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/turnip_stage5.json" +hash = "b4d64e8ce62ddee63d8bd449997e5863ed6ffa1b4a5ab46cf6fde1c96402e0d9" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/turnip_stage6.json" +hash = "b4d64e8ce62ddee63d8bd449997e5863ed6ffa1b4a5ab46cf6fde1c96402e0d9" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/turnip_stage7.json" +hash = "db02834e9e3df25b8271214194797c993b4abcab704cdc878a3b5f8e5461642c" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/vanilla_stage0.json" +hash = "60d0eb45942ca7ee7f496634e1641ce9ea7d00ab395ac187da527a881e374d11" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/vanilla_stage1.json" +hash = "60d0eb45942ca7ee7f496634e1641ce9ea7d00ab395ac187da527a881e374d11" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/vanilla_stage2.json" +hash = "60d0eb45942ca7ee7f496634e1641ce9ea7d00ab395ac187da527a881e374d11" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/vanilla_stage3.json" +hash = "a84623c29b31a4d8474ce2b3b85b8317eee715fd31f9348b26e02c63e255024a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/vanilla_stage4.json" +hash = "a84623c29b31a4d8474ce2b3b85b8317eee715fd31f9348b26e02c63e255024a" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/vanilla_stage5.json" +hash = "c483cbadf40c38cf91ec068bfa3e4dcd78a999a9d24f985881350a42cddbbf6f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/vanilla_stage6.json" +hash = "c483cbadf40c38cf91ec068bfa3e4dcd78a999a9d24f985881350a42cddbbf6f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/vanilla_stage7.json" +hash = "87644203c98f919b04be9bcd4664deef1649c7f829feb1908c5c476e18959574" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/yam_stage0.json" +hash = "6906b005d9fbc17d9e6b0613e0ee9ecd076add07da5c1d04828b4702469eff5b" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/yam_stage1.json" +hash = "6906b005d9fbc17d9e6b0613e0ee9ecd076add07da5c1d04828b4702469eff5b" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/yam_stage2.json" +hash = "6906b005d9fbc17d9e6b0613e0ee9ecd076add07da5c1d04828b4702469eff5b" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/yam_stage3.json" +hash = "1e241b4813cb75f6326cdcbc78b0cc380522364a11e453083325508213460d2f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/yam_stage4.json" +hash = "1e241b4813cb75f6326cdcbc78b0cc380522364a11e453083325508213460d2f" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/yam_stage5.json" +hash = "4e1abeba2845ceb6751a5028935135265f409a52bb5845e28f0bfc9d7a1df441" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/yam_stage6.json" +hash = "4e1abeba2845ceb6751a5028935135265f409a52bb5845e28f0bfc9d7a1df441" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/yam_stage7.json" +hash = "0a13ca578199f4e223e1453100f4f24e2d180b191946bfc32403468e1fa44a6d" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/zucchini_stage0.json" +hash = "403508074437502465185b8dea1f7bf92c85a7d986e8a5d616b1395b4ff47554" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/zucchini_stage1.json" +hash = "403508074437502465185b8dea1f7bf92c85a7d986e8a5d616b1395b4ff47554" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/zucchini_stage2.json" +hash = "403508074437502465185b8dea1f7bf92c85a7d986e8a5d616b1395b4ff47554" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/zucchini_stage3.json" +hash = "916b9cf291eed627ea104cabe75e0cc032a9d77c2c49881cf966050807df0e96" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/zucchini_stage4.json" +hash = "916b9cf291eed627ea104cabe75e0cc032a9d77c2c49881cf966050807df0e96" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/zucchini_stage5.json" +hash = "606f6e5d3e4401ed1ec0dc59c1cb82148738d6bd0c2252f1d44be2f5a9c9ac3b" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/zucchini_stage6.json" +hash = "606f6e5d3e4401ed1ec0dc59c1cb82148738d6bd0c2252f1d44be2f5a9c9ac3b" + +[[files]] +file = "kubejs/assets/croptopia/models/crop/zucchini_stage7.json" +hash = "efbd8bff3648d4794ae01780d95cedb64e27e64c231ee2d06e387df58a8a514a" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/artichoke.json" +hash = "3db0aaabdd197ef6b3df5bdc9d339d3341fd0929e435762c9932dfc4045dc05e" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/asparagus.json" +hash = "6dc27ad80200b5366f038083514722824ae21699986ee627d308e29333ea91e4" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/barley.json" +hash = "a5eb20cad618385e485b1e9e236197cb094b0b30577971f922e65c6c1bae0503" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/basil.json" +hash = "1351deae433a78ed6595891c965a60a405cdc153ca6936884808f3e068d00675" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/bellpepper.json" +hash = "a2c8ee95b36634e57ea26457d63b49b0cc68d095761c9e3d3f68d102b2c0e1d5" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/blackbean.json" +hash = "16bbe1d5455df1f657290b2b3a03e89504485f644c7a5f46b059e5ccdb020283" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/blackberry.json" +hash = "349f94615975847848b6baca5d63fc9be068954e7adcb2e204ff9e88c3558285" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/blueberry.json" +hash = "e3d12df5b9ce68f4fc76623f30e0d5230457cff6ce346c6bff273f2b25cf014f" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/broccoli.json" +hash = "2b409f9bae4a90e8cfe56d295aeec2a42187f17b9d1d3a748703d5e1cf4d6ac9" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/cabbage.json" +hash = "3e3bae58924581088fbf5bc55f3970f50bc1336615659ecdb610e0b63ee56e63" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/cantaloupe.json" +hash = "df30a73152e20f29336f8639982e9f62b5b7a568d928c909905c7f13c2ecada5" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/cauliflower.json" +hash = "21abc7e93981123d7cead4069c29fd932c2c67ee709fd06ea0d135a0a3bbe1ec" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/celery.json" +hash = "6a64de33b632d767f9d24390e10880d8749e17e8588e217c9bbe844ce90fa547" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/chile_pepper.json" +hash = "81d52049abd339b2bc1ea63bcf138e6c4d42e395e0b97a5ac8900a68f1d25888" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/coffee_beans.json" +hash = "d7a76325ad287522b632adb9c8f10975be92d71b07206f475286efa9e5163d9d" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/corn.json" +hash = "0e5491ead5b585bdc4abe010bba95bbef211e14ec4864f63367e3c688392e47e" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/cranberry.json" +hash = "4936d43c960587f26556320103eb07e94183739a6dc386572e7cbc784b6396cc" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/cucumber.json" +hash = "59900a83e47bacfe0ba27438eb25d33abd415c0d82804b142bdcebbd76002d5a" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/currant.json" +hash = "f11658f0f68fd1cf76c02c8111145c09692c236925774e704a5a9dd190fd2b5a" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/eggplant.json" +hash = "726956f3a05dd9e792ce433d8aac9843d348ede00d71d3170e042c553ae615fb" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/elderberry.json" +hash = "0538e595cb014ed682e18ae61bf537578d2400fdd23e4f2777447a1af09c91ae" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/garlic.json" +hash = "884a29c723951083b7436d90cf62ca9bced254943a05ea9311b880070c2fc2e8" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/ginger.json" +hash = "5171bf3bfa88cfcbc2bafbb0f4fc9391dbbc80b54ef5cb478ff5e782b6b1e57a" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/grape.json" +hash = "8368edc802aa58dcca03d6bbe31d9c336805b81fe4ff6ac226132b5c8644960b" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/greenbean.json" +hash = "14083070bc2a68a892b25b1688899d693f718d0bb25466d8f6a0101746eb9233" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/greenonion.json" +hash = "018655fcfd74fa55c1baa2f069960bffe8baf8a1f1ff72eb7304c4cbff146731" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/honeydew.json" +hash = "eb9b2fcb6a278957669a2e37626e3ac6668859c85b09ed9b30e7937ef5d8b78d" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/hops.json" +hash = "331ed84485c82295aa7d4a63113c874672169e8581c47b70d5f9689e47e3aeea" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/kale.json" +hash = "4c57eefd68262336e50d8788190473a641c209d4bf235e6547a66cb3dcb22da0" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/kiwi.json" +hash = "7b8a109864ae17d7b94c662a2908d805d63956bf9d95aab89bfdb7999621adf7" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/leek.json" +hash = "c1eb83aaf29a67c507489012c8ff07035f6eecf773b7d8dde484034874f24233" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/lettuce.json" +hash = "47980d6f37a9ddadb43892a81a1ff5d42411b79da4c93a3d6cd2f068260b4c35" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/mustard.json" +hash = "e858517f06c6033d22c6614b9814c7ea74a78d87a60938c5224c18ddc79394f5" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/oat.json" +hash = "55bf18f3bd558329b9a44813388b1f9d35de9c8b567a44902c721a13d6846189" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/olive.json" +hash = "81f58e2fe15b807f3b396f4e60c1bb0eae0f3e6b97b3004eb35b8e121f67c5a7" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/onion.json" +hash = "64dfebb8168e7c0e464ba6182b73cabdd01bdf02371c9a770123664998cb364a" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/peanut.json" +hash = "27d39a7dd8c31467c74d77061b15e14da539844e8ea4352e0f4f8a50cc7b5ef0" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/pepper.json" +hash = "ff9f8c69ea35f12b6e6ceacfa9393ff30b678293a990a9a6d0af7abf9b3052de" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/pineapple.json" +hash = "6d8e493cadcd1775a6227dd97c294a04884962be7133c142d854ae0c2b5e11f6" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/radish.json" +hash = "9cd4f741f845e56b6490832a983e604cdbabd2da25bd480829343ea97753c306" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/raspberry.json" +hash = "37bd8b513d3b4adf1be9238a5dcdfbd6b2c4e930dc774d2b0d5801637d6c7f29" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/rhubarb.json" +hash = "165793805fbc069f9f81d0ccc2d1c2b847a785e99b97ab36d3834e2ea0915378" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/rice.json" +hash = "416a092de96ce5829bb19766e3e0f1a9f00882dc4214ffba7680727a530de22a" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/rutabaga.json" +hash = "3a0f04132b056b2fb346204798e11b8fbe68320e5a573042a8c1ff33f440fa59" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/saguaro.json" +hash = "f37c764a0a93c406cf708ab816650d4e4687c02512fe12c742eaa494500ed046" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/soybean.json" +hash = "de7784a4a385efd239164ca2a5a59c9f6942f1c50f50a18230202a5b31994d0f" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/spinach.json" +hash = "bf4d6655d6ed283eb0b7e87df73f55f3a32be23a6b830d0e8e2284d26e51ace7" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/squash.json" +hash = "384d1de2a328055fa22a1b6dc4145344e24a8824bf487c333a15917408b2089d" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/strawberry.json" +hash = "90a5aaac9d6763d3f30ac87aa21e0448886ff0ef3b2edbc465763ec5d277e1e6" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/sweetpotato.json" +hash = "0f08185a6c7326c37241fa7720fc640b27807af851af71785e61cd461075926d" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/tea_leaves.json" +hash = "4a932afd39dc566940f14401d843d237a5e7ae97bb3c05f70dd77fb906321d73" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/tomatillo.json" +hash = "e63893cf423e87dd1fc8376898f41368a7df780e550fe8443a375024b544255b" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/tomato.json" +hash = "04e7732375247b390dde1beccabf2b743802fd2cefa5f66dcf08bab303a6ad51" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/turmeric.json" +hash = "b02ca5613024d69ca1ba0677fd51c40cbd77a1e60740d7895efc24a9d7ff46b6" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/turnip.json" +hash = "53984dabfab782244b1e4719e1ef09701801d2e87e5caee4eb8d18918afe402e" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/vanilla.json" +hash = "b3c43573ba9c080c700525ed393186a65ba48836ffecaf0ed1c26a86c75f2343" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/yam.json" +hash = "c4497ca0a1161cadef3325e6207a5c3a099d642a102333f2e6d665a11fa45d93" + +[[files]] +file = "kubejs/assets/croptopia/models/seed/zucchini.json" +hash = "c65d8661c48adb9ad68dddea9a4bca32cfea8316e1c93d1fbee4d29a3c34d1f2" + +[[files]] +file = "kubejs/assets/enchanted/lang/en_us.json" +hash = "bea6a4bfe1e5734c38569134eac678771997cd40d1c7f4548012420db71251c4" + +[[files]] +file = "kubejs/assets/enchanted/models/crop/belladonna_stage0.json" +hash = "de80e52a9a5bc0740a238478c3ba93611052306302b857f04352ab037755a658" + +[[files]] +file = "kubejs/assets/enchanted/models/crop/belladonna_stage1.json" +hash = "f5de6941ac17d7cbc26c90731825eb5a54918561d6289c3e51460d4d73989136" + +[[files]] +file = "kubejs/assets/enchanted/models/crop/belladonna_stage2.json" +hash = "6319f0c34ae4a1268791fb953aa4a4bc2e4111a57a3eb44748bf2ca436da0be2" + +[[files]] +file = "kubejs/assets/enchanted/models/crop/belladonna_stage3.json" +hash = "0f19e3d2239a42426592e5a2c612b35a79a78511b1d7220ef0b0743231281611" + +[[files]] +file = "kubejs/assets/enchanted/models/crop/belladonna_stage4.json" +hash = "8f552dfc3cfc814f39f1e3875053b6ac616194ff6f7cca41a9dac516c7ffe362" + +[[files]] +file = "kubejs/assets/enchanted/models/crop/mandrake_stage0.json" +hash = "435edb39f194eead5c55f923025434df17d23ce2e89a35ff4111900aa8bdcfdd" + +[[files]] +file = "kubejs/assets/enchanted/models/crop/mandrake_stage1.json" +hash = "e7b027d06193957210510930178f42ce0fd0191167ad0ceb9bed6ec0d3405276" + +[[files]] +file = "kubejs/assets/enchanted/models/crop/mandrake_stage2.json" +hash = "8543005b915ce2b3436f3d0280efc53ee159b58d89167f6428905e481b226bcd" + +[[files]] +file = "kubejs/assets/enchanted/models/crop/mandrake_stage3.json" +hash = "c25eab87d48b338eb31e85ebfe38b40377056e2b59966c65eead793c1b623074" + +[[files]] +file = "kubejs/assets/enchanted/models/crop/mandrake_stage4.json" +hash = "760f8fcfc2224f827cdf23c0971167fb904600a818f8a600d7a4753f5d8589a6" + +[[files]] +file = "kubejs/assets/enchanted/models/crop/snowbell_stage0.json" +hash = "dd6f7f9aa7e251eda561ed6b8eb90895bc2fe5ef7f5bdf7ec1cec95293aef9bf" + +[[files]] +file = "kubejs/assets/enchanted/models/crop/snowbell_stage1.json" +hash = "07f4d8e3f908528f08c3563a9f3595cdb51a0961f8bbc2fbf16209aaf2dbe879" + +[[files]] +file = "kubejs/assets/enchanted/models/crop/snowbell_stage2.json" +hash = "f7835bc0a08176d00155cfa76f742de5c00d685d557f0bdd1e867ffdb27654d6" + +[[files]] +file = "kubejs/assets/enchanted/models/crop/snowbell_stage3.json" +hash = "14b35d35bbbb3d93a81332f6175982ad9ab2e09acb116ce6d950926fdb441a7e" + +[[files]] +file = "kubejs/assets/enchanted/models/crop/snowbell_stage4.json" +hash = "f973e12fd14af942f762bd1eb3988fc1b23ff04c959aa65d824e624bfb64ff63" + +[[files]] +file = "kubejs/assets/enchanted/models/crop/water_artichoke_stage0.json" +hash = "a19d6b6c55269efb5b816c2344fc6680fe043bb27227cf7cede51921236a55c3" + +[[files]] +file = "kubejs/assets/enchanted/models/crop/water_artichoke_stage1.json" +hash = "088217b9647176de3e4d4fc23816d27363a2eb2eb2eb9f835bb2e292f3de2110" + +[[files]] +file = "kubejs/assets/enchanted/models/crop/water_artichoke_stage2.json" +hash = "2fd89205bb35a336b053a0f2ab556357f280d4f18995fee32ce1ec47b40f4647" + +[[files]] +file = "kubejs/assets/enchanted/models/crop/water_artichoke_stage3.json" +hash = "e7f15b90616b28e2259f108cfbe5713828af6ff34474d6ffa1ec3a147e4dc0dd" + +[[files]] +file = "kubejs/assets/enchanted/models/crop/water_artichoke_stage4.json" +hash = "80ef7c9765b43eddb900e145cd43ed6133df3549f17221304c5ef6414b951567" + +[[files]] +file = "kubejs/assets/enchanted/models/crop/wolfsbane_stage0.json" +hash = "cf0a3625d8df57e2561f18ec9e9766c4d71a30c2d488988f0623de2cd7b6bcc9" + +[[files]] +file = "kubejs/assets/enchanted/models/crop/wolfsbane_stage1.json" +hash = "a714966f1ddae52d85c2d53719630a0e2200a0c87c976c56de0616b72a3d80ac" + +[[files]] +file = "kubejs/assets/enchanted/models/crop/wolfsbane_stage2.json" +hash = "4c7fe2a7be9d48403dcd56cf3904f9099beb7269b67c0a01be91c3a22a63c7d6" + +[[files]] +file = "kubejs/assets/enchanted/models/crop/wolfsbane_stage3.json" +hash = "056a761cae266f8fd092b94313bf70c924ae30fffca2ebd5658d0a84874b1838" + +[[files]] +file = "kubejs/assets/enchanted/models/crop/wolfsbane_stage4.json" +hash = "b2ad861293c9abe4ddf578e65841a2191ff6ad4c14208fa26179a6b9ab100408" + +[[files]] +file = "kubejs/assets/enchanted/models/seed/belladonna.json" +hash = "cfd804506094d171f1ae49c1f4bd13733a254c06f019e613440a214946d85975" + +[[files]] +file = "kubejs/assets/enchanted/models/seed/mandrake.json" +hash = "2efb275ac74811f2f0db9d20d7d774097268d673bd10c066e044f65ee6e64f40" + +[[files]] +file = "kubejs/assets/enchanted/models/seed/snowbell.json" +hash = "3ea9200a2b7d129fe27c2cb00ea609ff0d493a333a9df2e5e0ce958b8f334133" + +[[files]] +file = "kubejs/assets/enchanted/models/seed/water_artichoke.json" +hash = "87282e2594544dd22d57f018848a7c50cf25473fb609e4c10aa62b93b27d3114" + +[[files]] +file = "kubejs/assets/enchanted/models/seed/wolfsbane.json" +hash = "065a8c2b5e75ea5392dba36a506b6f34b8419093e6c9cc1b50920d6da1e10f0e" + +[[files]] +file = "kubejs/assets/enchanted/textures/gui/circle_magic_shapes/large_circle_ritual_chalk.png" +hash = "bc573b334e8824c1b936443166dfc6c6aeae48f86832f8c72d060998014970cc" + +[[files]] +file = "kubejs/assets/enchanted/textures/gui/circle_magic_shapes/medium_circle_ritual_chalk.png" +hash = "8394a41176437e4f4e180e0c721b06ed22782159d61be34c9a84883c07a287b2" + +[[files]] +file = "kubejs/assets/enchanted/textures/gui/circle_magic_shapes/small_circle_ritual_chalk.png" +hash = "8967ccdc7eab4816b0484ed71065ae19e4689dc45fab3ae6bafc8fb4ff20449f" + +[[files]] +file = "kubejs/assets/enchanted/textures/item/book.png" +hash = "3188bf321ea5d3be81a06d4367f62be2c63a351bead345988125e30baa2f5883" + +[[files]] +file = "kubejs/assets/enchanted/textures/quests/punnett.png" +hash = "dca9a7a6828512de21ef6701ee6ad2c26f5d1e092b84e4094b9ce4633081b637" + +[[files]] +file = "kubejs/assets/farmersdelight/lang/en_us.json" +hash = "9629380359c84104d91f2d780656c4eb6127c132fc4df9dc436a2c049f730c45" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/cabbage_stage0.json" +hash = "87ea49a10530fa462513fe17fb5e1d52f269d0e0e7f17b5ff677e27f8a06e8d8" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/cabbage_stage1.json" +hash = "00ff9699ac9aaeb54d769d7cdbc0bb334a35b490ec7795154bc1665ca28b7c57" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/cabbage_stage2.json" +hash = "a03004fafe487fe1fdb4ce2f6b78b45845bf4739c6557bbcdd97b80072a22734" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/cabbage_stage3.json" +hash = "426d289db55d8ae95453394556700e07a44f91f72ea1b96e2884615bb40822cc" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/cabbage_stage4.json" +hash = "e302cf301c2939aca824e0b1d4cc702f5fe494f1cbd791f1f986bda6e6f65ee6" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/cabbage_stage5.json" +hash = "eee45c9815f10dec2f3c3121fa4be124e222f9f58c05bc31f47d4d5b8ee28c0a" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/cabbage_stage6.json" +hash = "df6207e0e7ff318ee5aa487fc60dafed62de2b7f028fc19d93ccc24bd3ae19e4" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/cabbage_stage7.json" +hash = "89b2985000bf24315ca1a4eae62f93b5ccc1722ff1813e015f233d203f44a2ed" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/onion_stage0.json" +hash = "378e407a174eac9e43d4ae2ff49a5cf01fcb7dbe6a1279269b9ebb725682c709" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/onion_stage1.json" +hash = "378e407a174eac9e43d4ae2ff49a5cf01fcb7dbe6a1279269b9ebb725682c709" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/onion_stage2.json" +hash = "378e407a174eac9e43d4ae2ff49a5cf01fcb7dbe6a1279269b9ebb725682c709" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/onion_stage3.json" +hash = "54b375a801fe36a1883cd50a41e88f8272b76b60652b9d1477ecc83a8e92663d" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/onion_stage4.json" +hash = "54b375a801fe36a1883cd50a41e88f8272b76b60652b9d1477ecc83a8e92663d" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/onion_stage5.json" +hash = "76693300a16a1e5f29d046362296b943af2507616044cde38c0649059d1f4f30" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/onion_stage6.json" +hash = "76693300a16a1e5f29d046362296b943af2507616044cde38c0649059d1f4f30" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/onion_stage7.json" +hash = "0b76b48bab47f141d55a5738ee27cb843e125b12faed481ff54e779b79c23c6d" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/rice_stage0.json" +hash = "399e9363d5e78b96d81af8d76119ffa9fc8765adab00bb0689a57ea0569c3b45" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/rice_stage1.json" +hash = "a9ff5e889a55d3fd74043e8bfe8992f6fa1908ec54122a943b01e01f35ec2dfe" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/rice_stage2.json" +hash = "9489874221d3eb22abc9b5776122f04cd8557b7ad90d9ae33bf06f04881d722d" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/rice_stage3.json" +hash = "6fb081e2252768ab22969b5b130a48a1aaf233af919aecac5f083637808ab7ec" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/rice_stage4.json" +hash = "7bf6bafd46ffbf9c3c66c4cd2fcd36aaca5e3112403477aad1db26d1026eb657" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/rice_stage5.json" +hash = "f4ec00d75a9d13d37db8dad748c86a729577369b6250c45bfea07bc7d69d72e2" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/rice_stage6.json" +hash = "15284d54aa29556c18fa31a2f6e6b4fc04c4c8c93698a37d241669da375b115f" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/rice_stage7.json" +hash = "ab559fdd8e6198df83e54b1bbe5c2a1b219c38a9c96dfbfc349ae7960c3e27a6" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/tomato_stage0.json" +hash = "d3af0fac0b2a6e556e92b93da39ef6b59488d3ed4e6604bd9d1eaaee3d80db0b" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/tomato_stage1.json" +hash = "d3af0fac0b2a6e556e92b93da39ef6b59488d3ed4e6604bd9d1eaaee3d80db0b" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/tomato_stage2.json" +hash = "d3af0fac0b2a6e556e92b93da39ef6b59488d3ed4e6604bd9d1eaaee3d80db0b" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/tomato_stage3.json" +hash = "a53ddf1c68d859d9198839519a3f67ee9838f76e5feae7563b0dc7ad4a2af9f8" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/tomato_stage4.json" +hash = "a53ddf1c68d859d9198839519a3f67ee9838f76e5feae7563b0dc7ad4a2af9f8" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/tomato_stage5.json" +hash = "4ce38a6df5ecce531d495d60f106a86f6047070cdc63d0373987d84e4fc0a999" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/tomato_stage6.json" +hash = "4ce38a6df5ecce531d495d60f106a86f6047070cdc63d0373987d84e4fc0a999" + +[[files]] +file = "kubejs/assets/farmersdelight/models/crop/tomato_stage7.json" +hash = "f7b095654802efc1c25df76ed7215a518728fffad3fe3b9162c03220d275a49a" + +[[files]] +file = "kubejs/assets/farmersdelight/models/seed/cabbage.json" +hash = "8dc6a3bf6f0d8d805033fdefa93ee20d38efd9d540cbfd3c54e1d59957fba201" + +[[files]] +file = "kubejs/assets/farmersdelight/models/seed/onion.json" +hash = "d40559852d464a8ee1990a8fb3ea624e27d3894be3c7fee6e4e1f720a8aeaa22" + +[[files]] +file = "kubejs/assets/farmersdelight/models/seed/rice.json" +hash = "bdc0f5f6753280ea5d17c3e24e0fa8c6bc241de2cd5f319dd67e9ac7d2a93e19" + +[[files]] +file = "kubejs/assets/farmersdelight/models/seed/tomato.json" +hash = "13aec8abfab615ba743b502ebe66daed5f13e1cb83baa54fd48256257923c112" + +[[files]] +file = "kubejs/assets/ftbquestlocalizer/lang/en_us.json" +hash = "07880595be90c94ec9a33aea5230d875587b076e560dc9f92df0fc22ed4d00a9" + +[[files]] +file = "kubejs/assets/ftbquestlocalizer/lang/ru_ru.json" +hash = "86f29e8b11a13fd3edee22b75fdc4062259886be77d9b0528de885a43bbeaf74" + +[[files]] +file = "kubejs/assets/kubejs/blockstates/dead_log.json" +hash = "b10c5a6db29820f6421913a917ab6e07d0d1fe895c93355897f70b286e130994" + +[[files]] +file = "kubejs/assets/kubejs/blockstates/dried_earth.json" +hash = "83e3c6b964535953a65865976f314296ea652c8fac6587db0fc01cc6a0b3f517" + +[[files]] +file = "kubejs/assets/kubejs/models/block/dead_log.json" +hash = "92c18d64f74c233ac573a62f04634669350da7e6896e3367f3d0dbad8a703efa" + +[[files]] +file = "kubejs/assets/kubejs/models/block/dead_log_horizontal.json" +hash = "ab90c7f5c1d822ef5461c2da269d32e6c5fcb061323b9e70192dd0b1eb3e6140" + +[[files]] +file = "kubejs/assets/kubejs/models/block/dried_earth.json" +hash = "71feb31e391f14326ace83e1d6b1cf46eca572f4a91c8e39a2c767a6c39fc15d" + +[[files]] +file = "kubejs/assets/kubejs/textures/block/arc_front_s.png" +hash = "577920938efaaa1338ec83015471e2f6ce4d4be59e256e33570b21bd79ca2973" + +[[files]] +file = "kubejs/assets/kubejs/textures/block/arc_side_s.png" +hash = "fc3da4bd275368fa8cce3d7c4696df053a7c2af0716e6b3c15e239cce6927c29" + +[[files]] +file = "kubejs/assets/kubejs/textures/block/arc_top_s.png" +hash = "8f519dbca525a484f95812332f7b136996faad91557eb5a4defaddc040b3b28c" + +[[files]] +file = "kubejs/assets/kubejs/textures/block/dead_log.png" +hash = "c63e8774d0a3ac0a1b9aebfa1672b5730332fe4b264f6e3232bf26388eb2db26" + +[[files]] +file = "kubejs/assets/kubejs/textures/block/dead_log_top.png" +hash = "d38d322b4b7108133ef60cbbc8270e9d9ea93694661cd3640a09bc474b61543a" + +[[files]] +file = "kubejs/assets/kubejs/textures/block/dried_earth.png" +hash = "ff7123413f18ac5a97d2efef2d5b627398e8cd0faa05ad79e433493f2e4a3505" + +[[files]] +file = "kubejs/assets/kubejs/textures/block/flimsy_planks.png" +hash = "a0649cfea1e48250b747ea8e25424d78b7fce39b746c3751db9bcf529a298f75" + +[[files]] +file = "kubejs/assets/kubejs/textures/item/blooded_amalgam.png" +hash = "46e539ecab5c991459f9890a002aaedab1dfadf47a0a40266fc59354202700c2" + +[[files]] +file = "kubejs/assets/kubejs/textures/item/feather_flesh_amalgam.png" +hash = "f76359d85f0d98572699952890d27a5a2de60b5571c5d0bf969430117bbad7a4" + +[[files]] +file = "kubejs/assets/kubejs/textures/item/infused_amalgam.png" +hash = "90ad0c76ed16413ce8438aeca7df923bb17e6265a16b93fb5b1c124f52cb645b" + +[[files]] +file = "kubejs/assets/kubejs/textures/item/mana_amalgam.png" +hash = "e0479b17090ef5a271117f4367e8339556980830fddb5e98f976b099e2d21de1" + +[[files]] +file = "kubejs/assets/kubejs/textures/item/scrap_wood.png" +hash = "f77ba1e5cee83a5adc0d91aeef5543f6bc5ca82962a952f5ebf58be9c552e3a0" + +[[files]] +file = "kubejs/assets/mysticalagriculture/lang/en_us.json" +hash = "7d1d1be93dc67d993e16fb6b6824220b90ca62eafbd9b48e824bb6afbedd3556" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/air_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/air_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/air_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/air_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/air_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/air_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/air_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/air_stage7.json" +hash = "de2da6343736ba5cef29fcda821aaa43be83af4e976a9e250ba28a06da113653" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/aluminum_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/aluminum_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/aluminum_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/aluminum_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/aluminum_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/aluminum_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/aluminum_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/aluminum_stage7.json" +hash = "0fd11422171d7a4a2ef62707cadae92c75ebc3ca720723eb18887ecc12927227" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/amethyst_bronze_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/amethyst_bronze_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/amethyst_bronze_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/amethyst_bronze_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/amethyst_bronze_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/amethyst_bronze_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/amethyst_bronze_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/amethyst_bronze_stage7.json" +hash = "6d072448cfd2602fda3db2a232d3059bf6c8d30eb96942309865fad391619130" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/amethyst_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/amethyst_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/amethyst_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/amethyst_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/amethyst_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/amethyst_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/amethyst_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/amethyst_stage7.json" +hash = "15f79e576276b4b584202fc5965c8e17d8371fdcd92ac77e41b793bc5621be3e" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/apatite_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/apatite_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/apatite_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/apatite_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/apatite_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/apatite_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/apatite_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/apatite_stage7.json" +hash = "d0e3a58bfdf66634cc0e59f92ee6fae6bb69a5a96b451d75f3bc73d9e469a88c" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/aquamarine_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/aquamarine_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/aquamarine_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/aquamarine_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/aquamarine_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/aquamarine_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/aquamarine_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/aquamarine_stage7.json" +hash = "6522fd7571912e6b5d97464798d88c32afc7079b951a300fe81883510f5d53d7" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/basalt_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/basalt_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/basalt_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/basalt_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/basalt_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/basalt_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/basalt_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/basalt_stage7.json" +hash = "95c4fa1e3e2e882b5f19bc06234f557e56d484576fe5564c5e69aff31e7e6b2b" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/basalz_stage0.json" +hash = "56ab91e91b40aaf3f0d95f2bc3aa4525df15ef7389572cb8168e5d9bec81ef51" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/basalz_stage1.json" +hash = "60e5ba2c2c75d94521de0108919c30efc4521032fc39ca493b44bf0b8c1e44c4" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/basalz_stage2.json" +hash = "4247ded84d9b43686656af447626aa9180021898b002ac2b1cefabd8e702e2a0" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/basalz_stage3.json" +hash = "5e24f899ef79f80aa004b11e14aa63649e4f8f30cc1e8d303824dd227fd71d37" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/basalz_stage4.json" +hash = "b076c6b106e384b0acf97eb831b7f0385baffda7534b25d3f4ea8f7e20e9c12f" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/basalz_stage5.json" +hash = "a5f875b3b1178c97e4a1d90906b62480be9712b1e7d4069db7aad565f3c7c64c" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/basalz_stage6.json" +hash = "e81cb03bd0fc2725f0e7447f8f4538be5eaa0e8605a9d599fd051f23a501eb48" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/basalz_stage7.json" +hash = "5db5cf457d15842aadcb62ee63681103a508d1eb208d572055d347cc61e3b2f3" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blaze_stage0.json" +hash = "56ab91e91b40aaf3f0d95f2bc3aa4525df15ef7389572cb8168e5d9bec81ef51" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blaze_stage1.json" +hash = "60e5ba2c2c75d94521de0108919c30efc4521032fc39ca493b44bf0b8c1e44c4" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blaze_stage2.json" +hash = "4247ded84d9b43686656af447626aa9180021898b002ac2b1cefabd8e702e2a0" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blaze_stage3.json" +hash = "5e24f899ef79f80aa004b11e14aa63649e4f8f30cc1e8d303824dd227fd71d37" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blaze_stage4.json" +hash = "b076c6b106e384b0acf97eb831b7f0385baffda7534b25d3f4ea8f7e20e9c12f" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blaze_stage5.json" +hash = "a5f875b3b1178c97e4a1d90906b62480be9712b1e7d4069db7aad565f3c7c64c" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blaze_stage6.json" +hash = "e81cb03bd0fc2725f0e7447f8f4538be5eaa0e8605a9d599fd051f23a501eb48" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blaze_stage7.json" +hash = "dcad9577043848ceda8547233680407f11132e20dff3c72026965bd76f1b0b14" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blazing_crystal_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blazing_crystal_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blazing_crystal_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blazing_crystal_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blazing_crystal_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blazing_crystal_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blazing_crystal_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blazing_crystal_stage7.json" +hash = "d7e411fe479e2c84259546b4a13ad8b0ee824b018264a077c4777ffb545d700d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blitz_stage0.json" +hash = "56ab91e91b40aaf3f0d95f2bc3aa4525df15ef7389572cb8168e5d9bec81ef51" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blitz_stage1.json" +hash = "60e5ba2c2c75d94521de0108919c30efc4521032fc39ca493b44bf0b8c1e44c4" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blitz_stage2.json" +hash = "4247ded84d9b43686656af447626aa9180021898b002ac2b1cefabd8e702e2a0" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blitz_stage3.json" +hash = "5e24f899ef79f80aa004b11e14aa63649e4f8f30cc1e8d303824dd227fd71d37" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blitz_stage4.json" +hash = "b076c6b106e384b0acf97eb831b7f0385baffda7534b25d3f4ea8f7e20e9c12f" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blitz_stage5.json" +hash = "a5f875b3b1178c97e4a1d90906b62480be9712b1e7d4069db7aad565f3c7c64c" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blitz_stage6.json" +hash = "e81cb03bd0fc2725f0e7447f8f4538be5eaa0e8605a9d599fd051f23a501eb48" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blitz_stage7.json" +hash = "78ab71f84749727f1b530b203617fbee97219eb8b2fbdde788756c20828b37cf" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blizz_stage0.json" +hash = "56ab91e91b40aaf3f0d95f2bc3aa4525df15ef7389572cb8168e5d9bec81ef51" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blizz_stage1.json" +hash = "60e5ba2c2c75d94521de0108919c30efc4521032fc39ca493b44bf0b8c1e44c4" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blizz_stage2.json" +hash = "4247ded84d9b43686656af447626aa9180021898b002ac2b1cefabd8e702e2a0" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blizz_stage3.json" +hash = "5e24f899ef79f80aa004b11e14aa63649e4f8f30cc1e8d303824dd227fd71d37" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blizz_stage4.json" +hash = "b076c6b106e384b0acf97eb831b7f0385baffda7534b25d3f4ea8f7e20e9c12f" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blizz_stage5.json" +hash = "a5f875b3b1178c97e4a1d90906b62480be9712b1e7d4069db7aad565f3c7c64c" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blizz_stage6.json" +hash = "e81cb03bd0fc2725f0e7447f8f4538be5eaa0e8605a9d599fd051f23a501eb48" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/blizz_stage7.json" +hash = "fcae67060c31db147637b6538c18847ffc77b795c0fbd7ebeb2757c70a64b955" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/brass_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/brass_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/brass_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/brass_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/brass_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/brass_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/brass_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/brass_stage7.json" +hash = "ff284e1785296d45a03aea69dd82e76c24795096037b1da7ac5d00b807ea3534" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/bronze_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/bronze_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/bronze_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/bronze_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/bronze_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/bronze_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/bronze_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/bronze_stage7.json" +hash = "6f0c9c406a89c318f1602e0bfc6e1e2f7b728b325b6c6b4fd65238f2e13eb1a4" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/certus_quartz_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/certus_quartz_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/certus_quartz_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/certus_quartz_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/certus_quartz_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/certus_quartz_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/certus_quartz_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/certus_quartz_stage7.json" +hash = "c2e56951ae0a9de1025612d81aca4eb956a283641bf95e2deabd306687aa2e52" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/chicken_stage0.json" +hash = "56ab91e91b40aaf3f0d95f2bc3aa4525df15ef7389572cb8168e5d9bec81ef51" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/chicken_stage1.json" +hash = "60e5ba2c2c75d94521de0108919c30efc4521032fc39ca493b44bf0b8c1e44c4" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/chicken_stage2.json" +hash = "4247ded84d9b43686656af447626aa9180021898b002ac2b1cefabd8e702e2a0" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/chicken_stage3.json" +hash = "5e24f899ef79f80aa004b11e14aa63649e4f8f30cc1e8d303824dd227fd71d37" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/chicken_stage4.json" +hash = "b076c6b106e384b0acf97eb831b7f0385baffda7534b25d3f4ea8f7e20e9c12f" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/chicken_stage5.json" +hash = "a5f875b3b1178c97e4a1d90906b62480be9712b1e7d4069db7aad565f3c7c64c" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/chicken_stage6.json" +hash = "e81cb03bd0fc2725f0e7447f8f4538be5eaa0e8605a9d599fd051f23a501eb48" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/chicken_stage7.json" +hash = "4d1433a322b899c66ef48e08fb392b6e33899facd22bb55d58b176c496a6847e" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/chrome_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/chrome_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/chrome_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/chrome_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/chrome_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/chrome_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/chrome_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/chrome_stage7.json" +hash = "de2da6343736ba5cef29fcda821aaa43be83af4e976a9e250ba28a06da113653" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/coal_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/coal_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/coal_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/coal_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/coal_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/coal_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/coal_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/coal_stage7.json" +hash = "52d198c59808ed7bcc8e3d78b9921f474e33ce193fb399cbc8c92cec557685d6" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/cobalt_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/cobalt_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/cobalt_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/cobalt_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/cobalt_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/cobalt_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/cobalt_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/cobalt_stage7.json" +hash = "76edf823ac81cd77c01e48ad87ca774e55fe127b1c7c1de9c4726fcf57536519" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/compressed_iron_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/compressed_iron_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/compressed_iron_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/compressed_iron_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/compressed_iron_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/compressed_iron_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/compressed_iron_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/compressed_iron_stage7.json" +hash = "6a274a3f217d5ed2e050d774300e960eca1c72df0ead4e6c0f45f034cb9354dd" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/conductive_alloy_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/conductive_alloy_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/conductive_alloy_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/conductive_alloy_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/conductive_alloy_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/conductive_alloy_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/conductive_alloy_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/conductive_alloy_stage7.json" +hash = "6404daafad8c24dd9b6826aaa505d601e98ed115340e4739ea9074a90a50badc" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/constantan_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/constantan_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/constantan_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/constantan_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/constantan_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/constantan_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/constantan_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/constantan_stage7.json" +hash = "af69217a2cb5edde45bc5e5e0fb433e493c198290915c4547cbea4a5689f1e9d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/copper_alloy_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/copper_alloy_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/copper_alloy_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/copper_alloy_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/copper_alloy_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/copper_alloy_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/copper_alloy_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/copper_alloy_stage7.json" +hash = "1ef8b6bf93e2d499dd2cb5321e5bbf9295b0e58e7a97f5d7c97a6bfdda11b4c4" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/copper_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/copper_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/copper_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/copper_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/copper_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/copper_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/copper_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/copper_stage7.json" +hash = "a0897d0ff891b83b8ee1a5cea0618b408b975a2fd96d308fab38d79bc198b3c9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/coral_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/coral_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/coral_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/coral_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/coral_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/coral_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/coral_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/coral_stage7.json" +hash = "968a232b2fb12d9b89cf399b744940b5e3746b84b44c6e2ec613ceb85b9d0833" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/cow_stage0.json" +hash = "56ab91e91b40aaf3f0d95f2bc3aa4525df15ef7389572cb8168e5d9bec81ef51" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/cow_stage1.json" +hash = "60e5ba2c2c75d94521de0108919c30efc4521032fc39ca493b44bf0b8c1e44c4" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/cow_stage2.json" +hash = "4247ded84d9b43686656af447626aa9180021898b002ac2b1cefabd8e702e2a0" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/cow_stage3.json" +hash = "5e24f899ef79f80aa004b11e14aa63649e4f8f30cc1e8d303824dd227fd71d37" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/cow_stage4.json" +hash = "b076c6b106e384b0acf97eb831b7f0385baffda7534b25d3f4ea8f7e20e9c12f" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/cow_stage5.json" +hash = "a5f875b3b1178c97e4a1d90906b62480be9712b1e7d4069db7aad565f3c7c64c" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/cow_stage6.json" +hash = "e81cb03bd0fc2725f0e7447f8f4538be5eaa0e8605a9d599fd051f23a501eb48" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/cow_stage7.json" +hash = "39e0e7cdb0b0c4c2c94962a97ca987f375c91568f60de524ffd555e45f15c7fa" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/creeper_stage0.json" +hash = "56ab91e91b40aaf3f0d95f2bc3aa4525df15ef7389572cb8168e5d9bec81ef51" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/creeper_stage1.json" +hash = "60e5ba2c2c75d94521de0108919c30efc4521032fc39ca493b44bf0b8c1e44c4" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/creeper_stage2.json" +hash = "4247ded84d9b43686656af447626aa9180021898b002ac2b1cefabd8e702e2a0" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/creeper_stage3.json" +hash = "5e24f899ef79f80aa004b11e14aa63649e4f8f30cc1e8d303824dd227fd71d37" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/creeper_stage4.json" +hash = "b076c6b106e384b0acf97eb831b7f0385baffda7534b25d3f4ea8f7e20e9c12f" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/creeper_stage5.json" +hash = "a5f875b3b1178c97e4a1d90906b62480be9712b1e7d4069db7aad565f3c7c64c" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/creeper_stage6.json" +hash = "e81cb03bd0fc2725f0e7447f8f4538be5eaa0e8605a9d599fd051f23a501eb48" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/creeper_stage7.json" +hash = "23d54e88a89e471e103955743d2ddbe28f197f1b84cab47b8ecad954f2bf1b44" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/cyanite_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/cyanite_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/cyanite_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/cyanite_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/cyanite_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/cyanite_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/cyanite_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/cyanite_stage7.json" +hash = "1478601f58df0cc50d0ec1e3a811d07128c444dc9904c13a973e0157f2ca0e2a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/dark_steel_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/dark_steel_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/dark_steel_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/dark_steel_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/dark_steel_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/dark_steel_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/dark_steel_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/dark_steel_stage7.json" +hash = "976a2c19007030873538427b17d46048839865ff550e457f08aab60b9f91aa26" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/deepslate_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/deepslate_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/deepslate_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/deepslate_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/deepslate_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/deepslate_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/deepslate_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/deepslate_stage7.json" +hash = "9881a8f9165f64cf5d3c28a349e77877ed564133e65df6b2c3a924b211d5b246" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/diamond_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/diamond_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/diamond_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/diamond_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/diamond_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/diamond_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/diamond_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/diamond_stage7.json" +hash = "436b0d027795d4576a3cf805e42a0b21e62eee5648d4f157716470120b3c6661" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/dirt_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/dirt_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/dirt_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/dirt_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/dirt_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/dirt_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/dirt_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/dirt_stage7.json" +hash = "25b408f9446c9acf3afa4b70f5c26efbb0f3845fe007e7e547000e7e3e2b6876" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/draconium_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/draconium_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/draconium_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/draconium_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/draconium_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/draconium_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/draconium_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/draconium_stage7.json" +hash = "169a1962901d025b1a7e2ac6564fd7a11e1cf180b4b0a9184bea68db7f34dea0" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/dye_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/dye_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/dye_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/dye_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/dye_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/dye_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/dye_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/dye_stage7.json" +hash = "23e7b46424cbc566c25cb33e0f8b1813981f73f7d0ddc87be8a92fccb5eb078f" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/earth_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/earth_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/earth_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/earth_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/earth_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/earth_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/earth_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/earth_stage7.json" +hash = "de2da6343736ba5cef29fcda821aaa43be83af4e976a9e250ba28a06da113653" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/electrum_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/electrum_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/electrum_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/electrum_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/electrum_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/electrum_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/electrum_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/electrum_stage7.json" +hash = "cc071cbbef54799dfbc9781398d20971bab5d6b6ef8d2aaaba748234937247e6" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/elementium_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/elementium_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/elementium_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/elementium_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/elementium_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/elementium_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/elementium_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/elementium_stage7.json" +hash = "bde3cdbf940d5d222827593fece86ae7ee64360e9f7f409d4df93efa485ccaa6" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/emerald_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/emerald_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/emerald_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/emerald_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/emerald_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/emerald_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/emerald_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/emerald_stage7.json" +hash = "66c71d31b2fac8412f5907d1cb8d23da89630f840d380450e18ab367cf0011d9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/end_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/end_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/end_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/end_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/end_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/end_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/end_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/end_stage7.json" +hash = "cc71ff52b00941ea1f893cccbde22a677a4041311dd46451ddde2d4b280d9359" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/end_steel_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/end_steel_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/end_steel_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/end_steel_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/end_steel_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/end_steel_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/end_steel_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/end_steel_stage7.json" +hash = "2a4a2327ff1f8a83e1f4c5758d8dd2066aa64c345859257132796c347f321731" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/enderium_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/enderium_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/enderium_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/enderium_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/enderium_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/enderium_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/enderium_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/enderium_stage7.json" +hash = "5a829c32613b08f0d146f01192abb1e8c2a372f296bac154b591d94a7ee38c95" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/enderman_stage0.json" +hash = "56ab91e91b40aaf3f0d95f2bc3aa4525df15ef7389572cb8168e5d9bec81ef51" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/enderman_stage1.json" +hash = "60e5ba2c2c75d94521de0108919c30efc4521032fc39ca493b44bf0b8c1e44c4" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/enderman_stage2.json" +hash = "4247ded84d9b43686656af447626aa9180021898b002ac2b1cefabd8e702e2a0" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/enderman_stage3.json" +hash = "5e24f899ef79f80aa004b11e14aa63649e4f8f30cc1e8d303824dd227fd71d37" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/enderman_stage4.json" +hash = "b076c6b106e384b0acf97eb831b7f0385baffda7534b25d3f4ea8f7e20e9c12f" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/enderman_stage5.json" +hash = "a5f875b3b1178c97e4a1d90906b62480be9712b1e7d4069db7aad565f3c7c64c" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/enderman_stage6.json" +hash = "e81cb03bd0fc2725f0e7447f8f4538be5eaa0e8605a9d599fd051f23a501eb48" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/enderman_stage7.json" +hash = "05731c0c08d9a57333d31eaee760fd4af1566818c7ecdca4903f8f923047ef21" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/energetic_alloy_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/energetic_alloy_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/energetic_alloy_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/energetic_alloy_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/energetic_alloy_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/energetic_alloy_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/energetic_alloy_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/energetic_alloy_stage7.json" +hash = "eaa4166b5a084794a18378bd0c8f085c9833565b64d6bf655fce14b4d5a56637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/energized_steel_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/energized_steel_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/energized_steel_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/energized_steel_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/energized_steel_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/energized_steel_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/energized_steel_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/energized_steel_stage7.json" +hash = "a04a3cdc1328e3b95edeb665bf47275a66f759d83bf2bcc5c846638bccf9333c" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/experience_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/experience_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/experience_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/experience_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/experience_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/experience_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/experience_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/experience_stage7.json" +hash = "63d94dd9763162148d1f542a3ed32c9c6b74c980c975d01e1952c0a1c8531164" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fiery_ingot_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fiery_ingot_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fiery_ingot_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fiery_ingot_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fiery_ingot_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fiery_ingot_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fiery_ingot_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fiery_ingot_stage7.json" +hash = "47dc4f5e8845761df5f43de039c84b76ec521b70f6364060d5f7f778a011ebc9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fire_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fire_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fire_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fire_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fire_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fire_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fire_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fire_stage7.json" +hash = "de2da6343736ba5cef29fcda821aaa43be83af4e976a9e250ba28a06da113653" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fish_stage0.json" +hash = "56ab91e91b40aaf3f0d95f2bc3aa4525df15ef7389572cb8168e5d9bec81ef51" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fish_stage1.json" +hash = "60e5ba2c2c75d94521de0108919c30efc4521032fc39ca493b44bf0b8c1e44c4" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fish_stage2.json" +hash = "4247ded84d9b43686656af447626aa9180021898b002ac2b1cefabd8e702e2a0" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fish_stage3.json" +hash = "5e24f899ef79f80aa004b11e14aa63649e4f8f30cc1e8d303824dd227fd71d37" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fish_stage4.json" +hash = "b076c6b106e384b0acf97eb831b7f0385baffda7534b25d3f4ea8f7e20e9c12f" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fish_stage5.json" +hash = "a5f875b3b1178c97e4a1d90906b62480be9712b1e7d4069db7aad565f3c7c64c" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fish_stage6.json" +hash = "e81cb03bd0fc2725f0e7447f8f4538be5eaa0e8605a9d599fd051f23a501eb48" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fish_stage7.json" +hash = "92fe2cccfc2939f34aacf7c329fb170547d2b760313ba4ecc494c634b6946101" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fluix_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fluix_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fluix_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fluix_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fluix_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fluix_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fluix_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fluix_stage7.json" +hash = "3b49b462f17eb1aae04396434674c2249ff878f94d38c8f623cfec6782f9ef39" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fluorite_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fluorite_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fluorite_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fluorite_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fluorite_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fluorite_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fluorite_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/fluorite_stage7.json" +hash = "5e0df54da22b8967dd43969eef64212e60975f3f7615fe156ba5275a7e65c5a2" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/flux_infused_gem_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/flux_infused_gem_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/flux_infused_gem_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/flux_infused_gem_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/flux_infused_gem_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/flux_infused_gem_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/flux_infused_gem_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/flux_infused_gem_stage7.json" +hash = "634672aab685f9e139fa6a346be92eb137e8ef4add3bb56ce6c529f9fd3a2e8b" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/flux_infused_ingot_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/flux_infused_ingot_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/flux_infused_ingot_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/flux_infused_ingot_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/flux_infused_ingot_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/flux_infused_ingot_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/flux_infused_ingot_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/flux_infused_ingot_stage7.json" +hash = "6adf381840541247c73da36111786d73850d06d27c4151ba87466f6ab35d24ed" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ghast_stage0.json" +hash = "56ab91e91b40aaf3f0d95f2bc3aa4525df15ef7389572cb8168e5d9bec81ef51" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ghast_stage1.json" +hash = "60e5ba2c2c75d94521de0108919c30efc4521032fc39ca493b44bf0b8c1e44c4" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ghast_stage2.json" +hash = "4247ded84d9b43686656af447626aa9180021898b002ac2b1cefabd8e702e2a0" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ghast_stage3.json" +hash = "5e24f899ef79f80aa004b11e14aa63649e4f8f30cc1e8d303824dd227fd71d37" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ghast_stage4.json" +hash = "b076c6b106e384b0acf97eb831b7f0385baffda7534b25d3f4ea8f7e20e9c12f" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ghast_stage5.json" +hash = "a5f875b3b1178c97e4a1d90906b62480be9712b1e7d4069db7aad565f3c7c64c" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ghast_stage6.json" +hash = "e81cb03bd0fc2725f0e7447f8f4538be5eaa0e8605a9d599fd051f23a501eb48" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ghast_stage7.json" +hash = "c9b609f797c4d1b15836ec7cf7d3b5b0f5ab544bc75f2745fb35defeca81fa27" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/glowstone_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/glowstone_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/glowstone_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/glowstone_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/glowstone_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/glowstone_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/glowstone_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/glowstone_stage7.json" +hash = "5d202966f214abb1d6be7758faf485dc885c07de7c445479298cdb48cafb9257" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/gold_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/gold_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/gold_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/gold_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/gold_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/gold_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/gold_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/gold_stage7.json" +hash = "0f4d0b63631b4e41a1ed4e6956869723df5ceb0ae715975e57355a0389db936a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/grains_of_infinity_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/grains_of_infinity_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/grains_of_infinity_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/grains_of_infinity_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/grains_of_infinity_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/grains_of_infinity_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/grains_of_infinity_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/grains_of_infinity_stage7.json" +hash = "cd79eca9270b40ea6a9535ce4035137d81e0e56850da52aad2f28f72e1bb18f8" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/graphite_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/graphite_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/graphite_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/graphite_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/graphite_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/graphite_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/graphite_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/graphite_stage7.json" +hash = "bcd147e1403e408794051832fea2a4ab5b2e119a5be25c161ed271f2728d5845" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/hepatizon_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/hepatizon_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/hepatizon_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/hepatizon_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/hepatizon_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/hepatizon_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/hepatizon_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/hepatizon_stage7.json" +hash = "efa82d2d501769662ed471fc9cfc876e84dbe38330010ad4135d2fee80193118" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/honey_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/honey_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/honey_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/honey_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/honey_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/honey_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/honey_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/honey_stage7.json" +hash = "0d5bcfe57445457d3c6b447dc343f07f94b16277af9224e9326a7ed18f923fb4" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/hop_graphite_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/hop_graphite_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/hop_graphite_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/hop_graphite_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/hop_graphite_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/hop_graphite_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/hop_graphite_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/hop_graphite_stage7.json" +hash = "9588c8fd2eb5369506231712ca37e43c39a6e3c95e70662cb55f2329c407ff75" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ice_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ice_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ice_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ice_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ice_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ice_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ice_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ice_stage7.json" +hash = "7bbf3e1d14eac7f510a98aa10d6564ee110211119f485d5b6594d050056c5900" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/inferium_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/inferium_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/inferium_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/inferium_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/inferium_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/inferium_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/inferium_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/inferium_stage7.json" +hash = "6eaf26597ff59e6e26856223d97b2fe573bb23f9e4b0cf85507f942a6d780d94" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/invar_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/invar_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/invar_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/invar_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/invar_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/invar_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/invar_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/invar_stage7.json" +hash = "7d84c3dbe0329872c1c7a96a5500e628789019efb1701c848e8fb4e02c899472" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/iridium_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/iridium_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/iridium_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/iridium_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/iridium_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/iridium_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/iridium_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/iridium_stage7.json" +hash = "d5eabd4f5429b9045357dde1a41b6fd7baee9bae45ac6ea22c744ec5be8bca81" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/iron_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/iron_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/iron_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/iron_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/iron_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/iron_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/iron_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/iron_stage7.json" +hash = "8ee22f5e52e150cec998f376eb870d36757e3664e772f3e3143858b130db9d6e" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ironwood_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ironwood_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ironwood_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ironwood_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ironwood_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ironwood_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ironwood_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ironwood_stage7.json" +hash = "c5bf2a9d9c5ac22fdf2a0331a6654e240a901a17ee31909eab48b0fc8d84728d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/knightmetal_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/knightmetal_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/knightmetal_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/knightmetal_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/knightmetal_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/knightmetal_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/knightmetal_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/knightmetal_stage7.json" +hash = "5369f382e831cc50aa12e073c99d8b7d45a2302f931a984e2b6d5469b6c5c344" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/lapis_lazuli_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/lapis_lazuli_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/lapis_lazuli_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/lapis_lazuli_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/lapis_lazuli_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/lapis_lazuli_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/lapis_lazuli_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/lapis_lazuli_stage7.json" +hash = "6d070e6b271b85798e6ef0d53b27c6104f3e5b7cc552a37e1569541153d448d5" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/lead_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/lead_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/lead_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/lead_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/lead_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/lead_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/lead_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/lead_stage7.json" +hash = "42f68b31902f27dc475de7f67cc1803836c425764381973247d3933deb1070d9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/limestone_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/limestone_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/limestone_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/limestone_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/limestone_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/limestone_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/limestone_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/limestone_stage7.json" +hash = "046979e6395765226441d2c0a13efb6e9a71dd6caa2be528a7de795f3e522e76" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/lumium_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/lumium_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/lumium_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/lumium_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/lumium_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/lumium_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/lumium_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/lumium_stage7.json" +hash = "78697437da5ea0fd8929d6862e01e28fac8bd4284c557f5dc40ba78871805a30" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/manasteel_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/manasteel_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/manasteel_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/manasteel_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/manasteel_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/manasteel_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/manasteel_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/manasteel_stage7.json" +hash = "d2f89d3918c339d458f31e59cd3ed908d072b3a32752a0cccd2710a7ac038495" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/manyullyn_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/manyullyn_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/manyullyn_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/manyullyn_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/manyullyn_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/manyullyn_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/manyullyn_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/manyullyn_stage7.json" +hash = "e9964f5af6b4fec218990586055fe46b33f45aee0278ca1ccdf690f62b44b00c" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/marble_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/marble_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/marble_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/marble_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/marble_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/marble_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/marble_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/marble_stage7.json" +hash = "44001ee0b92467504dfc433b72d13065b85e1ef459da22bfb7a8967cc4b8c397" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/menril_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/menril_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/menril_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/menril_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/menril_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/menril_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/menril_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/menril_stage7.json" +hash = "0b57ec9beaee1ad8b47a76f8c0091393359844c55e3719459c7763d5135ae352" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/mithril_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/mithril_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/mithril_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/mithril_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/mithril_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/mithril_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/mithril_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/mithril_stage7.json" +hash = "de2da6343736ba5cef29fcda821aaa43be83af4e976a9e250ba28a06da113653" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/mystical_flower_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/mystical_flower_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/mystical_flower_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/mystical_flower_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/mystical_flower_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/mystical_flower_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/mystical_flower_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/mystical_flower_stage7.json" +hash = "91809a017892c26164a7ffbe41cf37f1a6f30e5ed7f770544d8b5a23f456abb6" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nature_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nature_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nature_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nature_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nature_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nature_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nature_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nature_stage7.json" +hash = "b40811d0c531f480bbedfc58cc6db113e48a9dbddccac2bc90886ce9f1ededcc" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nether_quartz_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nether_quartz_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nether_quartz_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nether_quartz_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nether_quartz_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nether_quartz_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nether_quartz_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nether_quartz_stage7.json" +hash = "d1bbe622468c854b2ad3c7f4a58def97bb58e77bd2a66251d6ece5f088535420" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nether_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nether_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nether_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nether_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nether_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nether_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nether_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nether_stage7.json" +hash = "dfeebe1712a8a518ffa8a6705fa288bdbcb57d0fafd0f7c37106ce59ba6173cb" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/netherite_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/netherite_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/netherite_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/netherite_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/netherite_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/netherite_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/netherite_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/netherite_stage7.json" +hash = "cbcc765f2811c79320ef0a75040e2709c603dc4526aef3be2226ae417b68ae40" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nickel_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nickel_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nickel_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nickel_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nickel_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nickel_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nickel_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/nickel_stage7.json" +hash = "d98837b561673a6e2327e97ad04bfb051cdb5e775e278dc8fd4a8ad35aa25f81" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/niotic_crystal_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/niotic_crystal_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/niotic_crystal_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/niotic_crystal_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/niotic_crystal_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/niotic_crystal_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/niotic_crystal_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/niotic_crystal_stage7.json" +hash = "7ffbaaa94a8926e4a22ae50fc92992a888665c7bad8faf616583aa735f20ae82" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/obsidian_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/obsidian_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/obsidian_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/obsidian_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/obsidian_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/obsidian_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/obsidian_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/obsidian_stage7.json" +hash = "8fa23dbe5f34d27b3e7ca1e35167a67838de83d38bc05a79ed3290567d32f3dc" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/osmium_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/osmium_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/osmium_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/osmium_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/osmium_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/osmium_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/osmium_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/osmium_stage7.json" +hash = "6e86b32c7665b0eec80bbd32a9bf3d04e1ca8c13a788a1f8155308c0c6bd3d70" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/peridot_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/peridot_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/peridot_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/peridot_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/peridot_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/peridot_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/peridot_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/peridot_stage7.json" +hash = "0d0dee68e23fd457800fb2e88a77bd2782727cbbf2e433fc2ee2ba1e577cd3de" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/pig_iron_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/pig_iron_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/pig_iron_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/pig_iron_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/pig_iron_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/pig_iron_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/pig_iron_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/pig_iron_stage7.json" +hash = "e8b5625f9a2fbcc5b10d55889d44c6c3b960fa049392b634dc11b71187f8f83e" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/pig_stage0.json" +hash = "56ab91e91b40aaf3f0d95f2bc3aa4525df15ef7389572cb8168e5d9bec81ef51" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/pig_stage1.json" +hash = "60e5ba2c2c75d94521de0108919c30efc4521032fc39ca493b44bf0b8c1e44c4" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/pig_stage2.json" +hash = "4247ded84d9b43686656af447626aa9180021898b002ac2b1cefabd8e702e2a0" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/pig_stage3.json" +hash = "5e24f899ef79f80aa004b11e14aa63649e4f8f30cc1e8d303824dd227fd71d37" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/pig_stage4.json" +hash = "b076c6b106e384b0acf97eb831b7f0385baffda7534b25d3f4ea8f7e20e9c12f" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/pig_stage5.json" +hash = "a5f875b3b1178c97e4a1d90906b62480be9712b1e7d4069db7aad565f3c7c64c" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/pig_stage6.json" +hash = "e81cb03bd0fc2725f0e7447f8f4538be5eaa0e8605a9d599fd051f23a501eb48" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/pig_stage7.json" +hash = "d0bedb76d1342cd759dba54ccb403efe6c4dcc3d156476b4dbe395543698e9a2" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/platinum_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/platinum_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/platinum_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/platinum_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/platinum_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/platinum_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/platinum_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/platinum_stage7.json" +hash = "36e77940992edaecb28541ded054530a0feddea36d0f6a1c125e605439ea777a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/prismarine_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/prismarine_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/prismarine_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/prismarine_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/prismarine_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/prismarine_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/prismarine_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/prismarine_stage7.json" +hash = "3b8509b5f1eaa3dc3bca7a34ef8bef89d9111f70bb2a94134251973ceda49fb9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/pulsating_alloy_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/pulsating_alloy_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/pulsating_alloy_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/pulsating_alloy_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/pulsating_alloy_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/pulsating_alloy_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/pulsating_alloy_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/pulsating_alloy_stage7.json" +hash = "ff1e356e784255f6a659e7ca4e628c6a85ee76e8eb171ee49f4c9fcef208368b" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/quartz_enriched_iron_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/quartz_enriched_iron_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/quartz_enriched_iron_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/quartz_enriched_iron_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/quartz_enriched_iron_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/quartz_enriched_iron_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/quartz_enriched_iron_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/quartz_enriched_iron_stage7.json" +hash = "e019d4979220286d052fc23475f678c39feb3db546e1b84ed986adde49a8ffdb" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/queens_slime_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/queens_slime_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/queens_slime_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/queens_slime_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/queens_slime_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/queens_slime_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/queens_slime_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/queens_slime_stage7.json" +hash = "30d5eb75d5e9b12ff479d22ba5cf731722e73f467a564a2d18e36c6191af0bdd" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rabbit_stage0.json" +hash = "56ab91e91b40aaf3f0d95f2bc3aa4525df15ef7389572cb8168e5d9bec81ef51" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rabbit_stage1.json" +hash = "60e5ba2c2c75d94521de0108919c30efc4521032fc39ca493b44bf0b8c1e44c4" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rabbit_stage2.json" +hash = "4247ded84d9b43686656af447626aa9180021898b002ac2b1cefabd8e702e2a0" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rabbit_stage3.json" +hash = "5e24f899ef79f80aa004b11e14aa63649e4f8f30cc1e8d303824dd227fd71d37" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rabbit_stage4.json" +hash = "b076c6b106e384b0acf97eb831b7f0385baffda7534b25d3f4ea8f7e20e9c12f" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rabbit_stage5.json" +hash = "a5f875b3b1178c97e4a1d90906b62480be9712b1e7d4069db7aad565f3c7c64c" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rabbit_stage6.json" +hash = "e81cb03bd0fc2725f0e7447f8f4538be5eaa0e8605a9d599fd051f23a501eb48" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rabbit_stage7.json" +hash = "175eacab7ce1f17b02b4d948e0eeca859b2682f6752c7b77c34355264c3694c4" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/redstone_alloy_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/redstone_alloy_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/redstone_alloy_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/redstone_alloy_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/redstone_alloy_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/redstone_alloy_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/redstone_alloy_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/redstone_alloy_stage7.json" +hash = "91925ea19508f0d8138e14974781edea6ef0bb849cb025edb6285e74356bbdab" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/redstone_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/redstone_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/redstone_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/redstone_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/redstone_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/redstone_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/redstone_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/redstone_stage7.json" +hash = "db5ddcc1c0b4f3783ae8b88e5889b2decef6f02235edd1cfd316b9d0cd3af183" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/refined_glowstone_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/refined_glowstone_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/refined_glowstone_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/refined_glowstone_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/refined_glowstone_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/refined_glowstone_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/refined_glowstone_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/refined_glowstone_stage7.json" +hash = "80fd70fbbc2d2db867f189a262b926566a478631ac0bd8cd74e3ec0982b9521d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/refined_obsidian_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/refined_obsidian_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/refined_obsidian_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/refined_obsidian_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/refined_obsidian_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/refined_obsidian_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/refined_obsidian_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/refined_obsidian_stage7.json" +hash = "6770b859b0a0a8d8b26ff7ddf16f4224cb0e508ef8d4bdbe3a2acd0254a105fb" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rock_crystal_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rock_crystal_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rock_crystal_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rock_crystal_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rock_crystal_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rock_crystal_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rock_crystal_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rock_crystal_stage7.json" +hash = "53c9765f5bbf5ed09286de2ad8a9d19b6473f1301ab5664b9a6a65f1543bfd60" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rose_gold_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rose_gold_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rose_gold_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rose_gold_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rose_gold_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rose_gold_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rose_gold_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rose_gold_stage7.json" +hash = "e4377c9328913648d1f7a33c3761dc4908a18521897d337e82f15954c7dcd06f" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rubber_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rubber_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rubber_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rubber_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rubber_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rubber_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rubber_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/rubber_stage7.json" +hash = "7c88934795464c3a19cf791e74217241fccd86bddb1e3a775296ba5d9402fe69" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ruby_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ruby_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ruby_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ruby_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ruby_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ruby_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ruby_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/ruby_stage7.json" +hash = "2f1c13c39c27fa663fd928f66c5a4d520634c1252a580602c5a794e297c458d0" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/saltpeter_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/saltpeter_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/saltpeter_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/saltpeter_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/saltpeter_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/saltpeter_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/saltpeter_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/saltpeter_stage7.json" +hash = "580eee2ba774211bb1c90b00b9d2ceb85113494ffc3270daa7c9f5050244fdab" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sapphire_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sapphire_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sapphire_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sapphire_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sapphire_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sapphire_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sapphire_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sapphire_stage7.json" +hash = "1e4032ba49e4763e932dfb066f58b928fe28552d2d0811708c2c876dece6137d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sheep_stage0.json" +hash = "56ab91e91b40aaf3f0d95f2bc3aa4525df15ef7389572cb8168e5d9bec81ef51" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sheep_stage1.json" +hash = "60e5ba2c2c75d94521de0108919c30efc4521032fc39ca493b44bf0b8c1e44c4" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sheep_stage2.json" +hash = "4247ded84d9b43686656af447626aa9180021898b002ac2b1cefabd8e702e2a0" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sheep_stage3.json" +hash = "5e24f899ef79f80aa004b11e14aa63649e4f8f30cc1e8d303824dd227fd71d37" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sheep_stage4.json" +hash = "b076c6b106e384b0acf97eb831b7f0385baffda7534b25d3f4ea8f7e20e9c12f" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sheep_stage5.json" +hash = "a5f875b3b1178c97e4a1d90906b62480be9712b1e7d4069db7aad565f3c7c64c" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sheep_stage6.json" +hash = "e81cb03bd0fc2725f0e7447f8f4538be5eaa0e8605a9d599fd051f23a501eb48" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sheep_stage7.json" +hash = "eb3df0de67fdff63e6c55ed3dbde4ec88cff2682e15bee20d686a8b2ac5757b6" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/signalum_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/signalum_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/signalum_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/signalum_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/signalum_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/signalum_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/signalum_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/signalum_stage7.json" +hash = "8740aa813e00bba8005dd42ba66e1d9b54f96bb69f0811719db51f024744eef1" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/silicon_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/silicon_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/silicon_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/silicon_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/silicon_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/silicon_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/silicon_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/silicon_stage7.json" +hash = "feab3da4733f4d6516d050aa78857f19144cf1deec8eb97d8a16f3555555cac9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/silver_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/silver_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/silver_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/silver_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/silver_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/silver_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/silver_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/silver_stage7.json" +hash = "07ef0341e85b2d103a2ec7e5430971a20f17c8f684aa153eb486554357747767" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/skeleton_stage0.json" +hash = "56ab91e91b40aaf3f0d95f2bc3aa4525df15ef7389572cb8168e5d9bec81ef51" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/skeleton_stage1.json" +hash = "60e5ba2c2c75d94521de0108919c30efc4521032fc39ca493b44bf0b8c1e44c4" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/skeleton_stage2.json" +hash = "4247ded84d9b43686656af447626aa9180021898b002ac2b1cefabd8e702e2a0" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/skeleton_stage3.json" +hash = "5e24f899ef79f80aa004b11e14aa63649e4f8f30cc1e8d303824dd227fd71d37" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/skeleton_stage4.json" +hash = "b076c6b106e384b0acf97eb831b7f0385baffda7534b25d3f4ea8f7e20e9c12f" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/skeleton_stage5.json" +hash = "a5f875b3b1178c97e4a1d90906b62480be9712b1e7d4069db7aad565f3c7c64c" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/skeleton_stage6.json" +hash = "e81cb03bd0fc2725f0e7447f8f4538be5eaa0e8605a9d599fd051f23a501eb48" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/skeleton_stage7.json" +hash = "f1f73081620e05e467a23a75b7c0510d26c0c0ffe1d276fc1520ddd25b288ea4" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sky_stone_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sky_stone_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sky_stone_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sky_stone_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sky_stone_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sky_stone_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sky_stone_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sky_stone_stage7.json" +hash = "827eab09ed20d5f324bb41e8e129c5f05dbb61b2726088f3499d1ede603ce667" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/slime_stage0.json" +hash = "56ab91e91b40aaf3f0d95f2bc3aa4525df15ef7389572cb8168e5d9bec81ef51" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/slime_stage1.json" +hash = "60e5ba2c2c75d94521de0108919c30efc4521032fc39ca493b44bf0b8c1e44c4" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/slime_stage2.json" +hash = "4247ded84d9b43686656af447626aa9180021898b002ac2b1cefabd8e702e2a0" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/slime_stage3.json" +hash = "5e24f899ef79f80aa004b11e14aa63649e4f8f30cc1e8d303824dd227fd71d37" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/slime_stage4.json" +hash = "b076c6b106e384b0acf97eb831b7f0385baffda7534b25d3f4ea8f7e20e9c12f" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/slime_stage5.json" +hash = "a5f875b3b1178c97e4a1d90906b62480be9712b1e7d4069db7aad565f3c7c64c" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/slime_stage6.json" +hash = "e81cb03bd0fc2725f0e7447f8f4538be5eaa0e8605a9d599fd051f23a501eb48" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/slime_stage7.json" +hash = "0a3fe4b0ddd75d75a834fb973299a323202412dbcafb585e56f29be26dba874a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/slimesteel_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/slimesteel_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/slimesteel_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/slimesteel_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/slimesteel_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/slimesteel_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/slimesteel_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/slimesteel_stage7.json" +hash = "f3d6d8d3929940fdb6b8d87adc28c5b60beff20924d68b94e73e79d7e9fcf762" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/soularium_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/soularium_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/soularium_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/soularium_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/soularium_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/soularium_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/soularium_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/soularium_stage7.json" +hash = "f417131486fe2788d49446dbbff302dda63c427104cda247cf231d02a666087c" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/soulium_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/soulium_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/soulium_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/soulium_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/soulium_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/soulium_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/soulium_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/soulium_stage7.json" +hash = "3b720eb4d66bb1f29f8f5ddf8a1e24a367146c241503095b71f55d5443522b60" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/spider_stage0.json" +hash = "56ab91e91b40aaf3f0d95f2bc3aa4525df15ef7389572cb8168e5d9bec81ef51" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/spider_stage1.json" +hash = "60e5ba2c2c75d94521de0108919c30efc4521032fc39ca493b44bf0b8c1e44c4" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/spider_stage2.json" +hash = "4247ded84d9b43686656af447626aa9180021898b002ac2b1cefabd8e702e2a0" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/spider_stage3.json" +hash = "5e24f899ef79f80aa004b11e14aa63649e4f8f30cc1e8d303824dd227fd71d37" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/spider_stage4.json" +hash = "b076c6b106e384b0acf97eb831b7f0385baffda7534b25d3f4ea8f7e20e9c12f" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/spider_stage5.json" +hash = "a5f875b3b1178c97e4a1d90906b62480be9712b1e7d4069db7aad565f3c7c64c" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/spider_stage6.json" +hash = "e81cb03bd0fc2725f0e7447f8f4538be5eaa0e8605a9d599fd051f23a501eb48" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/spider_stage7.json" +hash = "23d6a43b2a6582d10eac5871f7255e35b752cdab235c0fd4a76e512be3aa3006" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/spirited_crystal_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/spirited_crystal_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/spirited_crystal_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/spirited_crystal_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/spirited_crystal_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/spirited_crystal_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/spirited_crystal_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/spirited_crystal_stage7.json" +hash = "b429a56c3e5c0545d5dd1c6f172da8ad4f4c679e5fd7af6bc57823a80a4ff3c4" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/squid_stage0.json" +hash = "56ab91e91b40aaf3f0d95f2bc3aa4525df15ef7389572cb8168e5d9bec81ef51" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/squid_stage1.json" +hash = "60e5ba2c2c75d94521de0108919c30efc4521032fc39ca493b44bf0b8c1e44c4" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/squid_stage2.json" +hash = "4247ded84d9b43686656af447626aa9180021898b002ac2b1cefabd8e702e2a0" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/squid_stage3.json" +hash = "5e24f899ef79f80aa004b11e14aa63649e4f8f30cc1e8d303824dd227fd71d37" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/squid_stage4.json" +hash = "b076c6b106e384b0acf97eb831b7f0385baffda7534b25d3f4ea8f7e20e9c12f" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/squid_stage5.json" +hash = "a5f875b3b1178c97e4a1d90906b62480be9712b1e7d4069db7aad565f3c7c64c" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/squid_stage6.json" +hash = "e81cb03bd0fc2725f0e7447f8f4538be5eaa0e8605a9d599fd051f23a501eb48" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/squid_stage7.json" +hash = "4fca317d453e24fddf02a7f72260f470663bdeee14ee8187f8eff962a8e7a217" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/starmetal_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/starmetal_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/starmetal_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/starmetal_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/starmetal_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/starmetal_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/starmetal_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/starmetal_stage7.json" +hash = "b941614eaa80fdf484977e0c53fbdd1e978dfa9b0f07b9b309c3060e2e5eef52" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/steel_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/steel_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/steel_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/steel_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/steel_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/steel_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/steel_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/steel_stage7.json" +hash = "2ef8fbc95bf1d586814baae969af3b232de3b2aa7ffa7cd796cc9eb7d7552e20" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/steeleaf_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/steeleaf_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/steeleaf_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/steeleaf_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/steeleaf_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/steeleaf_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/steeleaf_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/steeleaf_stage7.json" +hash = "7fbc561abcc15ff92e74cf8ab2452b532861c73354de711dcefbc4d082421b76" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/stone_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/stone_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/stone_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/stone_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/stone_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/stone_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/stone_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/stone_stage7.json" +hash = "d9733ddfffdc4d6b8a3e8ddd2cbd90193820c6f4d34e641d6b88a1e286d378d6" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sulfur_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sulfur_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sulfur_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sulfur_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sulfur_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sulfur_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sulfur_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/sulfur_stage7.json" +hash = "b78a2088d96892329164bb3049f5a337701ac218a07e9fbe4455409bc9bc1c84" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/terrasteel_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/terrasteel_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/terrasteel_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/terrasteel_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/terrasteel_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/terrasteel_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/terrasteel_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/terrasteel_stage7.json" +hash = "cc4b152cc4032e27d2d8a0e959819a4fd68e52099f2f91cb508f4cbce53d3815" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/tin_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/tin_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/tin_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/tin_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/tin_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/tin_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/tin_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/tin_stage7.json" +hash = "9a3c2c84d3f76cdcd4b5adbcdc22d934bb6bf792eb1ae4db35bacfcf6a491db0" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/titanium_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/titanium_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/titanium_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/titanium_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/titanium_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/titanium_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/titanium_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/titanium_stage7.json" +hash = "de2da6343736ba5cef29fcda821aaa43be83af4e976a9e250ba28a06da113653" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/tungsten_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/tungsten_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/tungsten_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/tungsten_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/tungsten_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/tungsten_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/tungsten_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/tungsten_stage7.json" +hash = "de2da6343736ba5cef29fcda821aaa43be83af4e976a9e250ba28a06da113653" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/turtle_stage0.json" +hash = "56ab91e91b40aaf3f0d95f2bc3aa4525df15ef7389572cb8168e5d9bec81ef51" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/turtle_stage1.json" +hash = "60e5ba2c2c75d94521de0108919c30efc4521032fc39ca493b44bf0b8c1e44c4" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/turtle_stage2.json" +hash = "4247ded84d9b43686656af447626aa9180021898b002ac2b1cefabd8e702e2a0" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/turtle_stage3.json" +hash = "5e24f899ef79f80aa004b11e14aa63649e4f8f30cc1e8d303824dd227fd71d37" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/turtle_stage4.json" +hash = "b076c6b106e384b0acf97eb831b7f0385baffda7534b25d3f4ea8f7e20e9c12f" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/turtle_stage5.json" +hash = "a5f875b3b1178c97e4a1d90906b62480be9712b1e7d4069db7aad565f3c7c64c" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/turtle_stage6.json" +hash = "e81cb03bd0fc2725f0e7447f8f4538be5eaa0e8605a9d599fd051f23a501eb48" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/turtle_stage7.json" +hash = "eb62d0dc86a40c196a837faba0deec9601797c5fddfb79987325be1635adb5f6" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/uraninite_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/uraninite_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/uraninite_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/uraninite_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/uraninite_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/uraninite_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/uraninite_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/uraninite_stage7.json" +hash = "1dc70563677a77b81a67ebe1afde7a84984d0bccd187af4a3c9b8d530151c8cd" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/uranium_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/uranium_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/uranium_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/uranium_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/uranium_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/uranium_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/uranium_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/uranium_stage7.json" +hash = "23e62266334b5840484909696646c0ea0c983184842e381ea5b0fcbec0cf63f3" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/vibrant_alloy_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/vibrant_alloy_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/vibrant_alloy_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/vibrant_alloy_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/vibrant_alloy_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/vibrant_alloy_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/vibrant_alloy_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/vibrant_alloy_stage7.json" +hash = "04ff9cb80089f948b3c4bd74a1cc825b3943ccf0e85cb5bf2304c2cf71c10f64" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/water_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/water_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/water_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/water_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/water_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/water_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/water_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/water_stage7.json" +hash = "de2da6343736ba5cef29fcda821aaa43be83af4e976a9e250ba28a06da113653" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/wither_skeleton_stage0.json" +hash = "56ab91e91b40aaf3f0d95f2bc3aa4525df15ef7389572cb8168e5d9bec81ef51" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/wither_skeleton_stage1.json" +hash = "60e5ba2c2c75d94521de0108919c30efc4521032fc39ca493b44bf0b8c1e44c4" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/wither_skeleton_stage2.json" +hash = "4247ded84d9b43686656af447626aa9180021898b002ac2b1cefabd8e702e2a0" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/wither_skeleton_stage3.json" +hash = "5e24f899ef79f80aa004b11e14aa63649e4f8f30cc1e8d303824dd227fd71d37" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/wither_skeleton_stage4.json" +hash = "b076c6b106e384b0acf97eb831b7f0385baffda7534b25d3f4ea8f7e20e9c12f" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/wither_skeleton_stage5.json" +hash = "a5f875b3b1178c97e4a1d90906b62480be9712b1e7d4069db7aad565f3c7c64c" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/wither_skeleton_stage6.json" +hash = "e81cb03bd0fc2725f0e7447f8f4538be5eaa0e8605a9d599fd051f23a501eb48" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/wither_skeleton_stage7.json" +hash = "eb79426967ff428542742d1b4fbf18c644e23e4ad07e8bf6860ccb0865f56764" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/wood_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/wood_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/wood_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/wood_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/wood_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/wood_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/wood_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/wood_stage7.json" +hash = "53b99dd0bc471d97c851951ddd117ebcd3811660d70c6e152a0035b3a100b538" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/yellorium_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/yellorium_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/yellorium_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/yellorium_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/yellorium_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/yellorium_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/yellorium_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/yellorium_stage7.json" +hash = "ee18f352b0c735ddd6fc5e5877e1f414905da768f5dde78808eabc6fe60aca41" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/zinc_stage0.json" +hash = "d6ae251e0c03573b6779140b9942be69a1539a4fe87d831dc36f1bfe3bd14683" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/zinc_stage1.json" +hash = "4bd30bff5e219ffb6bad8f77cb8d8ff859896eae42af5a9bfdc59dcc5ba03260" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/zinc_stage2.json" +hash = "c2b2e127c2ef27b79b9445eb1559f05f69c76efe42f44bc55064d196e0dc6199" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/zinc_stage3.json" +hash = "bcc5b8ddaac3640a902f6242012354c325087e2b3431d53474abf823aa8f474a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/zinc_stage4.json" +hash = "e95181d7929d862c58f09e17fe5a6c0a8aa1ab3501e333ec3298fbd26ac34637" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/zinc_stage5.json" +hash = "e79295039c2b051f4499ffbe46b8bea0b88786cc86d26e6249a7a62619ad5dd9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/zinc_stage6.json" +hash = "056fd6c9fc75dc735e035296e2d82f6b5a6b9586b189936bc14a9669ceba962d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/zinc_stage7.json" +hash = "87376a06ced404aa84c70603419c666f7e632ca6b16a5c966f95fa8f28d7bbc7" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/zombie_stage0.json" +hash = "56ab91e91b40aaf3f0d95f2bc3aa4525df15ef7389572cb8168e5d9bec81ef51" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/zombie_stage1.json" +hash = "60e5ba2c2c75d94521de0108919c30efc4521032fc39ca493b44bf0b8c1e44c4" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/zombie_stage2.json" +hash = "4247ded84d9b43686656af447626aa9180021898b002ac2b1cefabd8e702e2a0" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/zombie_stage3.json" +hash = "5e24f899ef79f80aa004b11e14aa63649e4f8f30cc1e8d303824dd227fd71d37" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/zombie_stage4.json" +hash = "b076c6b106e384b0acf97eb831b7f0385baffda7534b25d3f4ea8f7e20e9c12f" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/zombie_stage5.json" +hash = "a5f875b3b1178c97e4a1d90906b62480be9712b1e7d4069db7aad565f3c7c64c" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/zombie_stage6.json" +hash = "e81cb03bd0fc2725f0e7447f8f4538be5eaa0e8605a9d599fd051f23a501eb48" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/crop/zombie_stage7.json" +hash = "05981f9945b37b677915bb00693867e1f28f45ca3bfb88e9ce8a34a156b2de54" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/air.json" +hash = "1d304dc691324b399d36b0996cf08a09272ad89d001e708cefc80e6e9c90391e" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/aluminum.json" +hash = "a68cce59e5355111a84be7c1716db02fc78dd4df3b248793d1ee0854d775ef2b" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/amethyst.json" +hash = "18f028bd69635eb3d1fce028bf9c376b7eae5ac7cffef30587d66123cfd48c98" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/amethyst_bronze.json" +hash = "8ac51db2d4f3366104c0ef83b72a3713fd872a5a45e116b7c6b210a054c97ee1" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/apatite.json" +hash = "a82747588af74952061a883ffa3226a5a01a409c84c9c12aa5b824e901673eff" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/aquamarine.json" +hash = "f1d3de5398f2487a3bbc3c51ead812f18375073760289300533fc34ea3168b19" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/basalt.json" +hash = "869996cd011f3931bdb05c11f9dd2c091c6a2d530a673e18d7956afff3278886" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/basalz.json" +hash = "bc192498a556fc9b27391664f10f9d58d058907e56b8030d94bb08f934386b67" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/blaze.json" +hash = "dcd1c91c0c0a38e26eee0763aa5288e7777c810c0972585c20f2383c85cc928e" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/blazing_crystal.json" +hash = "e4c4c3a3c2da68728b570e8192eda1f1ed67b7fbcdb3e3270bcb54810323b25f" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/blitz.json" +hash = "405a1d823d5bea14034a6cab4d8c9ad20c0326acda58aaef5bf7f852eac9fd6a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/blizz.json" +hash = "ffed5ca274565ff4e472ac5e10bd37cd6524c682d32302f3c92e245dec76b52e" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/brass.json" +hash = "9b958721f7bf781581fdc2d94aaa31a9e6b3b31a5fdea48d10bfa84b1110ce14" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/bronze.json" +hash = "8120974ed03e860f1d970e1c41a8ba0142c3a60f4fbfdbbc35f78b4a578f9b61" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/certus_quartz.json" +hash = "8b36731da1c2a62616a410c0e6f58cad45799ca4e329851a830a306645690442" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/chicken.json" +hash = "c6e544b035bf416620c7e676c21063f77a55e60f33dea5193870b6a0d3ddc49b" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/chrome.json" +hash = "c9db7e32696b9d1ebab5ce1fb3f124126a3084a5c9b770b1b250105a4b10dab7" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/coal.json" +hash = "3b7f292bbb79fe0aa3800125e9d13bb7a826488b1f57848603a96f1e69c3d7ed" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/cobalt.json" +hash = "7a03fa24af55c901452c270780f39b773ac8f49c3dc4100d4b57b87ed7f23a97" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/compressed_iron.json" +hash = "33b982465443c93fbdc5ee9f8e6b26d522bc6eb92b2113c13fc2067927ee51ff" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/conductive_alloy.json" +hash = "9e529f5068e32404efd29907b60395cce5c562c64fcfd3423b6a28cc629ad6fe" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/constantan.json" +hash = "9d5b595296d1e2ba290124510be34931038430f9db2c7d816c10a80a0887fa69" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/copper.json" +hash = "816e015dfe3e8f0ac5874a7fff367e3e65bed49cb59ab091653322b197531713" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/copper_alloy.json" +hash = "558bb19da6bad41614f185411ff44c9cee233250351c86cb933cc3fc4b24e979" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/coral.json" +hash = "ae1df46cc8794a6bca3496c41e5d73eac790e0c287941ad2d05ae5a257f191bd" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/cow.json" +hash = "bf2e330c6414819bf6ceb536dfc6f045ecc3859aff1eb1ef7a82d9c839c0f643" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/creeper.json" +hash = "5a140998ad9bfda87a36ed89f332ebffe15394b7073aec0d67d0183b12de43a2" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/cyanite.json" +hash = "8a90395f712d17a99f9595de78a79d26952ffbba8cc5b259dc6c8a0f66fa057b" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/dark_steel.json" +hash = "befabf028b7605e3769fb3a7059468d922837c08ffd5fba54262a9ca5fc6a605" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/deepslate.json" +hash = "b49c33ba8d003e9d0e975f24730adab2d3f44eae8d9e46304f53b55240b4f601" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/diamond.json" +hash = "1e2e8a757391ee12800e4803955ebd83880a52ef126d0a945af0c7d6c2ab7aa5" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/dirt.json" +hash = "c62a556013afcf7b415221cbb7ab613bf89aa956fa7a5c75fd8fde61e545df91" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/draconium.json" +hash = "35ec6ecd7a8a4df6046ddd72cc54dd6ee86198a202ecc317e3562ee6452c3e88" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/dye.json" +hash = "56081c03133b1b1ad02ed32a33178cc9aaf73a00b22597a5b6049e7c41f1e326" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/earth.json" +hash = "40aa445a7b4381cb9eb3e75096ba3110eaa9cbaf78812d1ee7be2c0557bf2087" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/electrum.json" +hash = "046df11d4a283664e1331fe8f44b011b0d568263f8f2475a02873b15073acca1" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/elementium.json" +hash = "06aeb89114b7dd0ea5ebf9a39f22b501cc37d09ed9de99394400dc010b7500a3" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/emerald.json" +hash = "4b78c425c2d45999b2943b81a589fd9a9f895c78611ffc6a39fc4dcc1ac41c57" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/end.json" +hash = "4518094514371c9507db70a78c102d0f0842017865b26b9b9331d2b9fd1c83bd" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/end_steel.json" +hash = "c0fd5f819a4b49ff55b874d7b4d6b9a010e755980871b06be9de6d1dde7d0a28" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/enderium.json" +hash = "2eb877feb7844a984cd551b406cbc4311632786859de42d891ba0df243c5c5eb" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/enderman.json" +hash = "a5dc88ce0b843cf1897676f0c4b4ff83afcb184a15b029e960c1a07c607add3e" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/energetic_alloy.json" +hash = "d876f32263fd97ce904b5a495c9da58aae51592737ede38710e1de97a2abad41" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/energized_steel.json" +hash = "2e82bd85f4818e2b21285a489c63f3c05a9a31ef5990beb1f04c81d1cfed00fe" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/experience.json" +hash = "7b83c012876baa4a5033149400d78b92a9cdd0f74b2edda8a47d0d061b9bb3e6" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/fiery_ingot.json" +hash = "736ada3e18f8fc852a664c4e55aed7d9f9a327c799368836ae4324a6d2e126a3" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/fire.json" +hash = "b62040e3a62b5c02c0b8bfd5191d2d02fb2278d75fcfbbc00491ddedfb53bfce" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/fish.json" +hash = "02c19e98eda94e68195f7bfb73f39f24bdf3c724a0a0c65e6991a0407d281267" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/fluix.json" +hash = "d89b50f6cac2262881ddef8e776b735cd10d29d9d1d5f8d4ecab09901c9e6708" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/fluorite.json" +hash = "1e0a155053eb804c15810f19a17e61e875fc55b9ad8b3e55048076c2e429777a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/flux_infused_gem.json" +hash = "d025e9b7cfa3541cffbe7e46c4a12964a6f77a4318aaa27064312c0706786ff5" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/flux_infused_ingot.json" +hash = "b19f71e79c047d75a5827eb4c0f1bf2da6063b370dd66ddab6066a590fd4a575" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/ghast.json" +hash = "84fe5abeda34b1567c00c84b4a164b8a4988137b0eeba26b16a6248ad8a3e7bf" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/glowstone.json" +hash = "50d65a1d438b100df7ec77a850a4bc06700cab7f22626f31975b29392bc98345" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/gold.json" +hash = "6560ab068a47f14dec6215706730b42ebdf6dc22c701b3385f3d74c6814de42d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/grains_of_infinity.json" +hash = "cb06f173fba643f41d7ff41353662f4b42602785f11f161f7536f9d8926801a3" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/graphite.json" +hash = "4725a86174bd2079fc1d3d5d2b44501d5c412cec35c06618f46a5235a490350f" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/hepatizon.json" +hash = "84d64adcb9bf86fa64dc5ea3defe71a145c5ae7aa39cfa31e43faf1db769820d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/honey.json" +hash = "28946e810f0f76a18d954779ef480656922813b9cbb5f47b7f8f22caa99cca62" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/hop_graphite.json" +hash = "fb7ce09b5301806c090f9c8a36973859aba1e3b57c0d0f84e6d1873bea640354" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/ice.json" +hash = "440de1dcec95affc2197d901e17f7daca60931597a2288c115b95adbd7b0cc12" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/inferium.json" +hash = "ed5a2690f0ce26242fedc6940ea1f10f9b68a532931a4a23971f71f6c3da0237" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/invar.json" +hash = "3b7f7b2a4a6f11ab501bc89823c108d82812165d8af53ce2152ff5898227cb7e" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/iridium.json" +hash = "f553a908e5023380325d9d6e92817a3e674d86393424e6d8a82e78332d5d4907" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/iron.json" +hash = "d43372aeca3842f79424c90aa5edd7b45d78a2baf267f4b5090f63ce8bf68abd" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/ironwood.json" +hash = "b32e3beca097c1aca6340825b803314801aaa89fe668593e4f9878840544c99c" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/knightmetal.json" +hash = "9357e053e47995b221c0920be1b615d14b9a9c2c56e2b3106a134d72eb1933c9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/lapis_lazuli.json" +hash = "856baf5aa08efebbb58e5e3cf29c423ab0c239377a8771b13ca10ed694be3636" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/lead.json" +hash = "23f859cec515f8c02a9854a858e84f34481f6f83f67fd3fb564004c5255aebc8" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/limestone.json" +hash = "89b479f928c7ef47b722f2593d4a753085b323e0c2c30fe16731ed22cc88cdfa" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/lumium.json" +hash = "3ea833990007755c45f59827231d1820f5722ade1ded7654abc7bb00fc93c0bb" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/manasteel.json" +hash = "26ccad5f3a39983b159eebc539e191987aa692678b5453668832d3ca8d59661a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/manyullyn.json" +hash = "b94daa1732fc6464c4fc8679e69313ed957ec84f5ad0a48b77a49cd1ff48102e" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/marble.json" +hash = "4eac083ad0816eea00d95194ebddf417ef9e55f72148bce715a56fe49feff0d6" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/menril.json" +hash = "e709d79319d76bbaf775cbeec8d70ce33e6bfd91d8e1ed83f2a588aa335be296" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/mithril.json" +hash = "8d04262a07498e909b762c2aff555f21c7161526ba55b0f3bc970c7680ad68d2" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/mystical_flower.json" +hash = "e5fe748915671b986e1b81922fe9d5ec8774ca2a1e60266954f708d47a00a2e1" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/nature.json" +hash = "e1941fbd2e7e22b4895dbb4feb6e3faead1d80aa2a9795adab7270f04ed3bfb9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/nether.json" +hash = "c869d4355485b568a93ac3f6c45b8e8372291bc0bec1dfc8202997a9c31b1918" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/nether_quartz.json" +hash = "8baca7e1c09aca004d073923f0213e848298a654bef261854c51fa22abc4fe45" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/netherite.json" +hash = "e44312060dcd70eb1215c08cf2eda09de21f6473e2112996dffbc69f0e099266" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/nickel.json" +hash = "34e40dcc86eceea22e5734ac4652965287946a456ca990ced6054cfe5295a3ee" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/niotic_crystal.json" +hash = "5556073c6e0e0e175015bcfb7af474a0835cd89ed1f2d606df7fa94b462239a8" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/obsidian.json" +hash = "088ace68854de5cae7d0b16b7c939d1086d907f51f0111ba4ba270d4fe602ee7" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/osmium.json" +hash = "d1b07b63e6a5214e3e7ec3a3c9f7cb4c4d3d8c190659d762436c336d07f1de73" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/peridot.json" +hash = "3a0507d6c78c8a8bdda2dbb3c3dd1a6983773e3b3a1ddbe2b77588e8f489242f" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/pig.json" +hash = "1e27f064c44aeeec35be8a6cfcdb8545304ae2a4b153e9471b64a99a6ce2f47e" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/pig_iron.json" +hash = "434f116be452bca6be1f08fe0a60e71b3bb16c6b63479e8962210bb0d5e69fa9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/platinum.json" +hash = "033f2b63365787658e77b50e22dcd1506f9c3c9b99f14131321d72a4bf339373" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/prismarine.json" +hash = "5ebbf638a0f070eea2fadd7e0791414587b228c437989159a389cda6288aba76" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/pulsating_alloy.json" +hash = "0dadcb8ca30227ca49f7122ff380263993ad33bf4c02b5f2136114511b7e4c3a" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/quartz_enriched_iron.json" +hash = "8eb81ca4ae89bc7943a7cf5eed2ba02ff2a35bbc97a8d8863c676f4ac15814aa" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/queens_slime.json" +hash = "5370d8fa2350b82d968b64f0e5dce727d2bcb9c103b32cc28340b477dade7304" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/rabbit.json" +hash = "c29d7a077533203749d10381f5fb32d6a8ff770d7a3511327bf2c7c78cf29764" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/redstone.json" +hash = "ddc207657df3a4fe8dea4aee6194d7a4aa5378a8faa2a91a2bbad60415f59942" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/redstone_alloy.json" +hash = "c228f81d72b76917b09dd3aafedf5b953ed8f40e1c41d2d8c96c0cec5fc7e9e4" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/refined_glowstone.json" +hash = "f16419c90a2946442ddaca2158e166d1e1ebfe466591b76a32f63d3b60fa4d49" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/refined_obsidian.json" +hash = "09fc7d19483f19bd8a8ca82ace7ba870147e17563f1ae95d989ba19f69e69d48" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/rock_crystal.json" +hash = "f7917e4c72c2413ad335b334e32cfe23f8395eb238879365747af6d6882c6fb6" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/rose_gold.json" +hash = "8db0b585764ca8072cc9314dc7c1dc90865b4fbc08d1683bfe52957de4a1b65f" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/rubber.json" +hash = "c4bc73e7a7fc58582a4b0c53707b45c9433b512826a7cde6abdbcb1e70f0bce0" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/ruby.json" +hash = "d4528778d634f21bc7d8c69a0de22e22e1dd1e62efaa376205a09b362782201d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/saltpeter.json" +hash = "63fc67e963aeddd86bbc704fbe793066075f30de8220c3879a7ca2a3cb529090" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/sapphire.json" +hash = "5563c638b5baf6b3d53b17e47d966d3c75c380f0ce35c7d349d104303dffe0c9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/sheep.json" +hash = "268800a2a8f265af39ab6e151e2a4839c070e25d42b47ed6ce00858bbb97a827" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/signalum.json" +hash = "1019941e9dac00d99baf7c2bc938ba20c9c0099c29c5f5011a1199518d5dd864" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/silicon.json" +hash = "cdee14e6b2f8317cae04922c4deffa7c5a53e05d37b9e738d9d20679e03c2872" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/silver.json" +hash = "d86c8806ef3320c277e4c02a56de0864a29337119b4e86e34d427836fa13c671" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/skeleton.json" +hash = "5115c131d5eae2a8c924a079705250d97412d943e5d351435d7181034ab6b689" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/sky_stone.json" +hash = "7ca4f6f7b587c27dc00a80a12220e7644bc95beb612e7efe84730aabd2e4699d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/slime.json" +hash = "ba73ee591a7caca7a0da5d3bb238358cf43f7325b87f59c274f53fddf077ab53" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/slimesteel.json" +hash = "37dbd080ed4e976c3d4bc4a51c2a2b6d807a5a2696e99ef647d105da25e3d0d9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/soularium.json" +hash = "030c615811b8f087a693a26ceaeabfad7873ad9f1954551dcebf17e35b395568" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/soulium.json" +hash = "a2196126fd425c44f8bfd474c2bf0dbcb5a2f17eb2b08247f713dd8d8532985c" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/spider.json" +hash = "64ce0bb0f7f1ac82fffa3f7c4acfa510e421e663a3a913e1eb5e04db186198f6" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/spirited_crystal.json" +hash = "fb68ce4c32fd9d12eb367432b14c98a1a294b9a1d394c2176790136a235ca294" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/squid.json" +hash = "222e00891a8ba344a7b77fa6c7426849b5b4f1a5d821fe7509f961ea1e9ce806" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/starmetal.json" +hash = "17c1f92c50c638d1f0bc265a4d86929b9320a746ee63d82b9d73871efc6c3807" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/steel.json" +hash = "0c6281916661643d29bd3e49f3ff523b0943c13613f88ad72c42df7a30dbeef1" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/steeleaf.json" +hash = "78c9e6369427a701fb4a0583629d07e63d5839d7818d71f50ebdf341244982ce" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/stone.json" +hash = "659bc965a565cb26826b9f75ccdbd2f5316932aedbc8c5ae3e0fa5e878f85619" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/sulfur.json" +hash = "76d874957a0ea4e3b4a9146fbe5ad3c72721f36f3d658f714bc53eeeea41f115" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/terrasteel.json" +hash = "8307398c13469a86fd0544c6164c4f1765d6bdf9fa5a18b77e62e570629195e2" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/tin.json" +hash = "f80e87979d935de5f2d453c5e11b8c4476caa9f1d5e66dfdf9f8bd904f0ce3a2" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/titanium.json" +hash = "a7957e19139230bb3925e7430f6b67da4f0661aa9cbc45cb7b8d74b274d35146" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/tungsten.json" +hash = "2da2c30cfe2f702beb8db5f6c8504e02b53200c02180d3e35a2713dd1a71a620" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/turtle.json" +hash = "d76b90b6c7f1028f6cef6e8749770f326cff69842a39b59dc594ccd572f66641" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/uraninite.json" +hash = "38424759b6d74f3c341d1de46988583426ad1368d5051f6e6164a356ff0d6ef7" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/uranium.json" +hash = "59fb5d93aaf1dbe3df18989a36d7440daaa9eace6615f96cd484f9997ecbc6f5" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/vibrant_alloy.json" +hash = "851398e6efd9c5100f236da5854117295594d5314358a5c56e145044a31d54c3" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/water.json" +hash = "2904a7431a8dcf621603abed8a3f9326be75bde19a29d37a98bd84089c77013d" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/wither_skeleton.json" +hash = "aab9e384a9718fdd2a9d9f156e7d550858608bd6cd5c958be27182f674d34c8c" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/wood.json" +hash = "a0aabe4a04f83a872b3747ca4b470093053054b3873fa4753ba1e8d22415a979" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/yellorium.json" +hash = "c19981ef800d6ff97da98f36250a3f077d4b16c5b21089b28e774279e2ba2af1" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/zinc.json" +hash = "389ed2cb52ae52e7b705062dc52a7ad59e84d914850ce0a0f13c2c2bcbde30e9" + +[[files]] +file = "kubejs/assets/mysticalagriculture/models/seed/zombie.json" +hash = "0261c08f65c9dcf60e5157e13d07dc9b57b4ae8e80fbd8e2c33607b7c8ca6537" + +[[files]] +file = "kubejs/assets/naturesaura/patchouli_books/book/en_us/entries/using/animal_spawner.json" +hash = "b393e1feb4f47ca6877b35b4e7655f4557edd90c098d11540b0ea11595c1fff8" + +[[files]] +file = "kubejs/assets/reclamation/lang/en_us.json" +hash = "d4d1ebbb9cabb1df1ff821c311afecd5005a781e851d8d3b07565bfe94d755ab" + +[[files]] +file = "kubejs/assets/reclamation/models/bee/magic_drone.json" +hash = "18be4aa9ec7d2e915e0de7ddb0a91f707c1fd624a9ffc9ba9d0eff736d30b423" + +[[files]] +file = "kubejs/assets/reclamation/models/bee/magic_princess.json" +hash = "c8f4c05afb80018e4b0e40f90e3b9df3d0868b266dde89324f88c30bad185acc" + +[[files]] +file = "kubejs/assets/reclamation/models/bee/magic_queen.json" +hash = "a8fb9d8183d938089c019471e91501c025dbec17c027b9fc006bc868bc2f5348" + +[[files]] +file = "kubejs/assets/reclamation/models/bee/wasteland_drone.json" +hash = "f2aa973e2adea186d1b533ddee9de7cb1f30f2c4b090e70ebf981c30be3c7d63" + +[[files]] +file = "kubejs/assets/reclamation/models/bee/wasteland_princess.json" +hash = "cb64c4caec5423f6b443782c1995eabff4f395d5f6e98d86fdc8c9b34392a787" + +[[files]] +file = "kubejs/assets/reclamation/models/bee/wasteland_queen.json" +hash = "f94da92d7b26b0aee5251c9e8ee49b8eafd6d486adba94bc42be77ea1b5cbe6e" + +[[files]] +file = "kubejs/assets/reclamation/models/crop/cuprosia_stage0.json" +hash = "b6d5d77cabe10491c1033d8dd8491d5b24b76c70e012421c4a9b36ca16431a87" + +[[files]] +file = "kubejs/assets/reclamation/models/crop/cuprosia_stage1.json" +hash = "b6d5d77cabe10491c1033d8dd8491d5b24b76c70e012421c4a9b36ca16431a87" + +[[files]] +file = "kubejs/assets/reclamation/models/crop/cuprosia_stage2.json" +hash = "b6d5d77cabe10491c1033d8dd8491d5b24b76c70e012421c4a9b36ca16431a87" + +[[files]] +file = "kubejs/assets/reclamation/models/crop/cuprosia_stage3.json" +hash = "c87aad68e7fb7a9a20f798435c7cfc28df24b5ec9a9120f3e9b245ad12d4e863" + +[[files]] +file = "kubejs/assets/reclamation/models/crop/cuprosia_stage4.json" +hash = "c87aad68e7fb7a9a20f798435c7cfc28df24b5ec9a9120f3e9b245ad12d4e863" + +[[files]] +file = "kubejs/assets/reclamation/models/crop/cuprosia_stage5.json" +hash = "905ae03382e0bc69ae24a1f615a68fcc17357d501f302579a80df1590d53a478" + +[[files]] +file = "kubejs/assets/reclamation/models/crop/cuprosia_stage6.json" +hash = "905ae03382e0bc69ae24a1f615a68fcc17357d501f302579a80df1590d53a478" + +[[files]] +file = "kubejs/assets/reclamation/models/crop/cuprosia_stage7.json" +hash = "cf5d39cde4c5a2067fd10864e84c0847dd451b589f2b19309c3c4f9e5105a22b" + +[[files]] +file = "kubejs/assets/reclamation/models/item/custom_rituals.json" +hash = "bca92330e15ecd1fc189d17ec77651e8427fd22993042f73466a6cc726f3a7e9" + +[[files]] +file = "kubejs/assets/reclamation/models/seed/cuprosia.json" +hash = "d4ef85d91165e205e03bcd863254db24758f9d8854fbd97b176d10642087b47f" + +[[files]] +file = "kubejs/assets/reclamation/textures/gui/circle_magic_shapes/clover_otherwhere_chalk.png" +hash = "c15f39c0b5dbc67e8b9b44a50565f20939e4ce041b8872e4aa612b4e122c71d8" + +[[files]] +file = "kubejs/assets/reclamation/textures/gui/circle_magic_shapes/clover_ritual_chalk.png" +hash = "b21eade9c9e08cd74330c26a59f73317eaede679d75a6ba8a6c82e4bd04e2103" + +[[files]] +file = "kubejs/assets/reclamation/textures/item/book.png" +hash = "3188bf321ea5d3be81a06d4367f62be2c63a351bead345988125e30baa2f5883" + +[[files]] +file = "kubejs/assets/reclamation/textures/item/magic_bee_base.png" +hash = "0f80168034752d3db92688b15e15f7139cf30a3194c9ae5547e13ca1863ad1a7" + +[[files]] +file = "kubejs/assets/reclamation/textures/item/wasteland_bee_base.png" +hash = "c16a4bf47236cd5029fe450331998d28a1ca1fc07e700c09cf078846f7046e55" + +[[files]] +file = "kubejs/assets/reclamation/textures/quests/automation.png" +hash = "ad97ca7673e7162ba75babf6960d39ba1b3777f38f03c24049bff5b2f0c5eb3f" + +[[files]] +file = "kubejs/assets/reclamation/textures/quests/botania_1.png" +hash = "9ca1ab133aa265cb97dda2d0de24fd2719619c9dd8d9d15a7552a48675deb9f9" + +[[files]] +file = "kubejs/assets/reclamation/textures/quests/cooking_for_blockheads.png" +hash = "3e44e4efaac72575b8776ac76906160209d1f716d6b88dc17089ca415da1c40d" + +[[files]] +file = "kubejs/assets/reclamation/textures/quests/cuprosia.png" +hash = "ee7520ad3e793bd258ddc1b3d2d8012be7bb61013b162ca24d2d3127580b5344" + +[[files]] +file = "kubejs/assets/reclamation/textures/quests/even_more_plants.png" +hash = "ebb48876b73a3ee020a74b26cffa5168c1638cb2122304708456f1084cf6d4c9" + +[[files]] +file = "kubejs/assets/reclamation/textures/quests/flowers.png" +hash = "f968c5edf1a48c03ce334df12a117edf7cb0fd0006bb926369d676755626b858" + +[[files]] +file = "kubejs/assets/reclamation/textures/quests/photo.png" +hash = "825b0898935c7c6cdea82cc38b6e7476090d5025bd17db4f6b89d50bfafb9242" + +[[files]] +file = "kubejs/assets/reclamation/textures/quests/punnett.png" +hash = "dca9a7a6828512de21ef6701ee6ad2c26f5d1e092b84e4094b9ce4633081b637" + +[[files]] +file = "kubejs/assets/reclamation/textures/quests/theurgy_1.png" +hash = "4d8a87b5f0d4ebef98c52d8215a42d8eb483f6fedb1466180837d7be77420176" + +[[files]] +file = "kubejs/assets/reclamation/textures/quests/theurgy_2.png" +hash = "3121592cfcbcac07a5c6d70a8da49883bc08e726031f9b521dd4ba00b43873de" + +[[files]] +file = "kubejs/assets/reclamation/textures/quests/theurgy_3.png" +hash = "ee9609f7a0f1d15754455a1cefd2cbfee940e8067f3dbb09b81510973d001796" + +[[files]] +file = "kubejs/assets/reclamation/textures/quests/vanilla.png" +hash = "44d084faab97bd20cb3965c686b23e76ebc6706ac1caf5136ffa9279fd0700f8" + +[[files]] +file = "kubejs/assets/supplementaries/lang/en_us.json" +hash = "273ff3a3b928a44c70e799bffa705507c3bfb21e2bc3cc25a406e9ed05890b7f" + +[[files]] +file = "kubejs/assets/supplementaries/models/crop/flax_stage0.json" +hash = "58573f8881990a5a0009bc5d9593c4da5b473ebb0aee489babcbfc5c4389edd3" + +[[files]] +file = "kubejs/assets/supplementaries/models/crop/flax_stage1.json" +hash = "5b8748880a55cab119a176aa823e479f8492dfae03f223bbdb56afcc30bbb968" + +[[files]] +file = "kubejs/assets/supplementaries/models/crop/flax_stage2.json" +hash = "e548c2d099a6e0c9bda3afa5a25c0a04603e08adfa665db4ba4569e52d665bb7" + +[[files]] +file = "kubejs/assets/supplementaries/models/crop/flax_stage3.json" +hash = "25a9fec87f43cd77e053f6ab445c3c0dadd90895cd0a407c916fdc786fe2be45" + +[[files]] +file = "kubejs/assets/supplementaries/models/crop/flax_stage4.json" +hash = "3387b6da95caacc402d9186b238b2e65069c485fea8d210dd24ced377b849f9d" + +[[files]] +file = "kubejs/assets/supplementaries/models/crop/flax_stage5.json" +hash = "09ff279db2858fc2d6518219af85e584e414843f462b0a292e14e706325e124e" + +[[files]] +file = "kubejs/assets/supplementaries/models/crop/flax_stage6.json" +hash = "1cc380a559580704c18591fb7552193809bd3e3b61824709d3333fa8bfe3796e" + +[[files]] +file = "kubejs/assets/supplementaries/models/crop/flax_stage7.json" +hash = "1b557e31eaba73109bde524db3fbcb07f73892671392845adec7a9196904c374" + +[[files]] +file = "kubejs/assets/supplementaries/models/seed/flax.json" +hash = "1029747d44f731f41e717198d8853d369585b910b6c82aa225873e9f4955c93b" + +[[files]] +file = "kubejs/client_scripts/client_scripts.js" +hash = "805226f21da01279d4e03757745e88a6d5c2a8fcce003cf13428d5f90d72c022" + +[[files]] +file = "kubejs/config/client.properties" +hash = "5444bb7abb5f8a1b6e848c4bd5a43d0ba6517d60f150aff024db9da64f8dfc10" + +[[files]] +file = "kubejs/config/common.properties" +hash = "3bc6bd229582be01c967b4fb27534331e6ff0fa353534011ffa7e11f8674d407" + +[[files]] +file = "kubejs/data/ars_nouveau/agricraft/plants/magebloom.json" +hash = "b7ec73bf7eb925e3aedac46376393b530c3837c629bb064bbd77156996810592" + +[[files]] +file = "kubejs/data/botania/agricraft/mutations/black_mystical_flower.json" +hash = "98174bec52cb453f313b7d26094188449cf50c3434ca4c30cbd9955cd6ee9f1e" + +[[files]] +file = "kubejs/data/botania/agricraft/mutations/blue_mystical_flower.json" +hash = "95dc91b6fd5dfff510dc1cd57f67ae47f8500e170d2ce3a7476d1dceb6d6b453" + +[[files]] +file = "kubejs/data/botania/agricraft/mutations/brown_mystical_flower.json" +hash = "6719c5122a4262d26ff5a2362324741d65429534ef42caaecd9310607fb48618" + +[[files]] +file = "kubejs/data/botania/agricraft/mutations/cyan_mystical_flower.json" +hash = "94c19ce5f8c8658ad8c083fb352b6cd28691aa7bafc3ff782e14dbdededaced4" + +[[files]] +file = "kubejs/data/botania/agricraft/mutations/gray_mystical_flower.json" +hash = "21e314b3794ccbd7248a5e30b8849a057fa2ac2d9751b4343b820d59a1124b11" + +[[files]] +file = "kubejs/data/botania/agricraft/mutations/green_mystical_flower.json" +hash = "da24bd44c7483b87382270a91c7aa394276457227074a176964a8d3898258e64" + +[[files]] +file = "kubejs/data/botania/agricraft/mutations/light_blue_mystical_flower.json" +hash = "358bff967524a3b6f8347107f5a1d98132030b4ef08fdcd8a71bf5e5443b8c28" + +[[files]] +file = "kubejs/data/botania/agricraft/mutations/light_gray_mystical_flower.json" +hash = "17f8a2961a75d2c98e0348ec7e42a376185098f2c3e12b034bb85a9e3e269bcd" + +[[files]] +file = "kubejs/data/botania/agricraft/mutations/lime_mystical_flower.json" +hash = "e1344beabe89c47bcca946db9b655d7c12f8bbd665f75adbe96115ebf1a33534" + +[[files]] +file = "kubejs/data/botania/agricraft/mutations/magenta_mystical_flower.json" +hash = "8e3aa708c1229a2964044d93a864d383c947e5f2c439f96780a39dcd6592c0dc" + +[[files]] +file = "kubejs/data/botania/agricraft/mutations/orange_mystical_flower.json" +hash = "1e67c3ddc5432a057fc11cb0fc468c9d3b488d81fa668e3c8c950ea269eef698" + +[[files]] +file = "kubejs/data/botania/agricraft/mutations/pink_mystical_flower.json" +hash = "b07288520d19dada9bbe1864e5d27f0e8ada2805044d925ddb387ae542bcdd89" + +[[files]] +file = "kubejs/data/botania/agricraft/mutations/purple_mystical_flower.json" +hash = "dae1f450d80063212d326f36d4f00848846a3b3ebc921a840dda0c5736f8ac79" + +[[files]] +file = "kubejs/data/botania/agricraft/mutations/red_mystical_flower.json" +hash = "636f5f671c6c078d8a5df3b450c8f28c0a4114cb383519f60e3a5407c605c978" + +[[files]] +file = "kubejs/data/botania/agricraft/mutations/white_mystical_flower.json" +hash = "3dcb85b1468fbec911b711109bdb8aed9e3c041afa2a08418de2c4775ca4aed1" + +[[files]] +file = "kubejs/data/botania/agricraft/mutations/yellow_mystical_flower.json" +hash = "8b3dec828b3976a1dd2a3fb3f5c9d20a2df4d6a8c95d8142a4842fef69f2d2d9" + +[[files]] +file = "kubejs/data/botania/agricraft/plants/black_mystical_flower.json" +hash = "476e3b951910ddbfd3117c9d8dabd12904b2f8e410ec6bce8aadd5fda1ddee59" + +[[files]] +file = "kubejs/data/botania/agricraft/plants/blue_mystical_flower.json" +hash = "2389f1f5b5a546c9176d659cd5530fa70ab7fa64fbf7c411d7b7c32e56fb283a" + +[[files]] +file = "kubejs/data/botania/agricraft/plants/brown_mystical_flower.json" +hash = "0e96f3672a32951976979bd3b3389a8bb25868d366dd65d302be79b440ace6c3" + +[[files]] +file = "kubejs/data/botania/agricraft/plants/cyan_mystical_flower.json" +hash = "ff6449198d790914dda5c2236a87457f4bc3e895d76212c38057c82291b98819" + +[[files]] +file = "kubejs/data/botania/agricraft/plants/gray_mystical_flower.json" +hash = "3b78069ad0634c40216d557d1d7b5cd25f8fa2290be765886103764fe204019d" + +[[files]] +file = "kubejs/data/botania/agricraft/plants/green_mystical_flower.json" +hash = "c8fb843cae048a992ffb7aa68413d1a1935d979a9cd059f31e27d8fcdc042cfc" + +[[files]] +file = "kubejs/data/botania/agricraft/plants/light_blue_mystical_flower.json" +hash = "a8fafa457f5194b6c91ab2ae499777b3c5bb81189ba1c882569577dfec496a53" + +[[files]] +file = "kubejs/data/botania/agricraft/plants/light_gray_mystical_flower.json" +hash = "372fb2f2a826b0ecba4777ae9be579708f330aa9c904cdd1abca303ea9467116" + +[[files]] +file = "kubejs/data/botania/agricraft/plants/lime_mystical_flower.json" +hash = "401b1d3571c79cb6c21dfd3bbaaab015935f1f277ec011fe81132ae27ea22962" + +[[files]] +file = "kubejs/data/botania/agricraft/plants/magenta_mystical_flower.json" +hash = "a52a28e1c9404fbe050e13aed251eca348bf56c7003ad31b24e81b5cc66d977f" + +[[files]] +file = "kubejs/data/botania/agricraft/plants/orange_mystical_flower.json" +hash = "dbce093e88d4ba60d6310b17386f19184419f6643d0ad7e815d2a294f4196c39" + +[[files]] +file = "kubejs/data/botania/agricraft/plants/pink_mystical_flower.json" +hash = "b5d6e5f5ff569e3dad26106d44c755987b210679abd13a1cb58389a85ce46e7e" + +[[files]] +file = "kubejs/data/botania/agricraft/plants/purple_mystical_flower.json" +hash = "d2fb5d63bf6fe32943825a2f8487ffc274795e6679e588d4f3af86b0f4b411b9" + +[[files]] +file = "kubejs/data/botania/agricraft/plants/red_mystical_flower.json" +hash = "e1060ab9600e3f4e269ed7156b89f858b71d8143ccb2ecc0efd0d4d4afc21eb3" + +[[files]] +file = "kubejs/data/botania/agricraft/plants/white_mystical_flower.json" +hash = "6049f1884cdd97ef79a5c122cd5df5ed98f94b86012c9f6fd96564c8424b5962" + +[[files]] +file = "kubejs/data/botania/agricraft/plants/yellow_mystical_flower.json" +hash = "db3bbc5464cf2a9f5399ecc983be7a55c08db51e5294c1b708f523db2a5b2f5c" + +[[files]] +file = "kubejs/data/botania/tags/blocks/terraformable.json" +hash = "79a75840f7032b9c8585bfc2a466bb9c847597a18738f41c555006a1d8994bee" + +[[files]] +file = "kubejs/data/complicated_bees/complicated_bees/species/resilient.json" +hash = "7b7d7f1b55dd38c38e4b8402429df943a9ddd91a1c5e49fe8e31343414bd6ba0" + +[[files]] +file = "kubejs/data/complicated_bees/complicated_bees/species/robust.json" +hash = "eea8c677cd64024470516c8dad68660778600c82e44702dbc4d7b09ba3ff3443" + +[[files]] +file = "kubejs/data/complicated_bees/complicated_bees/species/rocky.json" +hash = "bda12bc521b26b1529614ec9922e8c7f2420fbe5f6ced73159ca375274897ce1" + +[[files]] +file = "kubejs/data/create/tags/blocks/chest_mounted_storage.json" +hash = "ee382d0bf3efae9ca4e54825398aa3be52a256b813ee17f24025b0f66c419412" + +[[files]] +file = "kubejs/data/create/tags/blocks/simple_mounted_storage.json" +hash = "cd209d45b2a9b7e081844501dc2590e5a07e1d8a9cc9dba2ca47bf32effc6be8" + +[[files]] +file = "kubejs/data/create/tags/blocks/single_block_inventories.json" +hash = "cd209d45b2a9b7e081844501dc2590e5a07e1d8a9cc9dba2ca47bf32effc6be8" + +[[files]] +file = "kubejs/data/create/worldgen/configured_feature/striated_ores_nether.json" +hash = "ae18afe0bb40666a5b8bfb8e9c8cb8c50dd4c896c8c006913a45f6f9295ea157" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/artichoke.json" +hash = "2598f2e2be2b619604737bd0383c13712fb86ddbbbcce1cd3a492f3f5fa203c8" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/asparagus.json" +hash = "ea00f33bcd1411424822afe4e37c0cdd9d7ba850108556636a65eb4a847ff936" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/barley.json" +hash = "5d079f353132ba4725a8f4bfcb12af32e941af3f9a66fb15ce16309b3e16333e" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/basil.json" +hash = "ab3eeb4e2df57f78d8922755d9d65b6f39ff37bf58f60b5ea63922dfc073927a" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/bellpepper.json" +hash = "be9d22b96fae2392a6c283f69a9a6edbcebb5cf82bc2c41d1d53314cee66d280" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/blackbean.json" +hash = "ba80a2895fa24d6f643d232fcc05eac8eb063828fa1562f25e9d38f9d6fbd6eb" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/blackberry.json" +hash = "18157ba5b264b101437e3a4a080f60dbb96118ce5d44726df5db0a0eb2ea6a14" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/blueberry.json" +hash = "87af5aefaf031133d37e6980e6ef10e94f1c4cbd65fdc63c28e6320841d98e10" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/broccoli.json" +hash = "d659418a83b88865cfe76e072f16e41d50b921e14c318d3dd35c56eff8fd4d1d" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/cabbage.json" +hash = "80ed1f2d2bd4bf47ed50d8277e7958f2164e66a98a69a3d27126df48a7498380" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/cantaloupe.json" +hash = "e287f3f57bea3b5185ea3c9bea14e62e1627c6f8d591f18daa580ca59607ef37" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/cauliflower.json" +hash = "d26f6eb169c4caf24d24c04be4aa265af9648eb60d5bfa9115bd6deb060daa6f" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/celery.json" +hash = "557f575bdc5e44b465ad71e586d1ee3595f0505ccc43c25e94f806e5bb4c98b4" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/chile_pepper.json" +hash = "8d2ca624821a2af1a29dcf51898fa022d9fe859e2db671950971bf02e6ec2ecb" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/coffee.json" +hash = "7fd0f0d2c594791bb3d03740a9935cb806ac32b2bd47c2e667971f99879078d4" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/corn.json" +hash = "b2ef98231ade6e3c58709fd649f34e7d7753068fc3452943d39199fe56e69171" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/cranberry.json" +hash = "97cbdd78fa5efd3ef5801b5e30163ae8bb8ff810b8662b81efc38ee218fc66fa" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/cucumber.json" +hash = "4c89476ce07436900dfd709c4c9632f08a87018258642f403df1999a73235090" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/currant.json" +hash = "fd3dcfe5a5503df7119461dc1e2d3a6fb8999321fa0a5d71ac1884275deac38f" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/eggplant.json" +hash = "31f6bcfee82d0ea696e96e82f4caf7011d16cd37606ffaf6b50fbd25ae202c0b" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/elderberry.json" +hash = "3212f2940c06720b1663e7b7f6bece3a5ebe1075af7e2ca112baa0f58c1a31c0" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/garlic.json" +hash = "6f62f363ea7156801a43616a4a73bad80aa5aeea4358faf65f546be81fd0a878" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/ginger.json" +hash = "9b3c9825f244f6867abafb0165c1b6ad950b26e94ad6ee2c767719a05d655e9a" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/grape.json" +hash = "1026e005001f4a6c837aaf11581f5850bdc944dd1e6b201b59e0a4146f3eaa2a" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/greenbean.json" +hash = "0f2f810d8cedae41429b0455d58fb2ac0587ff1cbfaed377bb3691c68f2b56cb" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/greenonion.json" +hash = "a7cd1fe0eb14dc5f4bdf971aa02d1f2dec25a4f100b4379c224a1234adfa8f14" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/honeydew.json" +hash = "fde9ecab3154b1677e293f910d46eb3b9f4b03a2702a5706ea80fb5d8af80fb1" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/hops.json" +hash = "283c0b0bede25d0216b1efcde5f95beaf932f53d4d97ade3c4eb9f275b50c992" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/kale.json" +hash = "c14d0f1e4d0f3c87b51e10fa9fbb1437d0195410a0770d874802fd595fcafbe3" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/kiwi.json" +hash = "2e46b33ede551e2afb6b04a5949a3d8f7b11fec783ba1e3050a6caf428fa06a9" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/leek.json" +hash = "79de3b5fe62def2fd178930654c5705aa8c58d39c82bbfc98dc1638593dffa5e" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/lettuce.json" +hash = "acd3890c1f34d7acafba50c42984fabc12bad4a1220b78fba5a918c1ef39b3d0" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/mustard.json" +hash = "0e9157eb11dfa033cba85ad6fc4a15decff064f4ba1d01e4e7b357bd0cfcdee2" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/oat.json" +hash = "021fce15a7cf2d0dde7750244f4ca46c3e6a281b41a5e7db051cc226f0c9dfe6" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/olive.json" +hash = "ef04a816f6cbe706af330fa3f942b20376ee56b42a400010b1f7e06d28080c11" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/onion.json" +hash = "ac5df8e769d6624ddec127e00254b0670e2c061a4f9cb08050966838001ce351" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/peanut.json" +hash = "dde864591f58e37de76b567ebbc455d81f44a7cc6d68c0f842dcf29a9c595c6c" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/pepper.json" +hash = "b8595e0ddb54ad9a7dd7a109278a1a7520d9c6cd16e7fde76164333358818ffa" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/pineapple.json" +hash = "2601a4b2de4423242cdd2b04cf488f1f490654c681d9a3b541f7083ecc5eabe0" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/radish.json" +hash = "8a5ce6130dcc5f6a98cc1b75c833900cd1cefa8054e183ea8a3157ef8e90c3d8" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/raspberry.json" +hash = "60ed9e15823fc26da3688123bad15a2c3e76e9b10ec14f4ce37a2c82e6319e5a" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/rhubarb.json" +hash = "85a795991cc48604a20dd78ae34d4ea2cb21dfdef6b6a4dc68cfa5eaacfdcfb2" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/rice.json" +hash = "d6d8e47ce3a4b3a09a08391c8ecdee23787f24387e1d91726b3db6bb9afb8e32" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/rutabaga.json" +hash = "16d1865677f8614259d03cc25166c9b3a0567e60236b78af763cec2b07e0d881" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/saguaro.json" +hash = "253dabf022c7322f2aef6f0cd9b25b78e0d1ad6729923dd60d7f384cff65bf5e" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/soybean.json" +hash = "87a8dc4303f471dba86d3a462ec0a8bbd603f71a6a2ba32ea0f4a48f7b189bba" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/spinach.json" +hash = "c950b91f528b67c04e5327d91b74b283f668364d4df5a7b3608313ab240a112f" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/squash.json" +hash = "636141c9e2c63209a6b2ec247151fbb812e823697b050d9e61f3c6e91dd706bc" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/strawberry.json" +hash = "ae27dd13d61785972f62ae43ec058c18c63dbfb0c21694650c9769f7ffa1db0b" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/sweetpotato.json" +hash = "d3d369c489dbb67fc3f6d7356768a5ce8c58c408b3a75c31a894e123fcbcfe44" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/tomatillo.json" +hash = "df4670cc501feb57f6a347e0cf7d0a2c875083bfc36d90b9feb13c1707dfd442" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/tomato.json" +hash = "eacd8cfde9e222fca14cad6f2e9f9d125203f572ee308604e24c1bcd47abdc60" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/turmeric.json" +hash = "4b137c54230cb10ac11c23a61ccf3ba80275a2ff328ac220b5f0b2a5f57cf4ef" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/turnip.json" +hash = "b69ba2c3d89da42a6d2848f02f0b5d46e25b5ca73223cd0518da2422dc26a437" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/vanilla.json" +hash = "4ee8b878f78765c9fffabbdeadf491595a1784f6936c83dd7efd4076d2d55df3" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/yam.json" +hash = "dd01efa744c60070375471f8b271ff80ff606373e1b4542c9ba69cf1bfb1d5e7" + +[[files]] +file = "kubejs/data/croptopia/agricraft/mutations/zucchini.json" +hash = "026536c0560749371e3f0ea94f4edfbe2354d69fa9bc1a854aa062b8e797a931" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/artichoke.json" +hash = "64b1494a730f532f9d8149b135e429eeadfed0b4613547ad85f06343242d072f" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/asparagus.json" +hash = "46ec5c08aa1d0bf7b8e6fd8e5a25040c2f67d30f851f9c3c9e633bae679c2273" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/barley.json" +hash = "3dcfce41522bdd223b619019fce75484571def973ab53e5369af976fce6e571b" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/basil.json" +hash = "2e59cee7839bcd82e7d3b93c0f6631345a0f1fe72e5a724797949261d649529f" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/bellpepper.json" +hash = "c5166e1a864dd2709b5960796db060dabfa85e21058b842d455bed3e59ff4067" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/blackbean.json" +hash = "6e48dde343b75504f7efaa62ac623033041fe84746f9d2616816e32c5c478e27" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/blackberry.json" +hash = "bff4ff7c71ce3a338229aa40a55731b00d5e33418ad42f002569cde6bd636fe7" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/blueberry.json" +hash = "a935a1439cca443c275f37608a03bbe6a9ae7db2e4d54896f1b23746eb0318d3" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/broccoli.json" +hash = "46c22d4e22472cb4d8f12cde026720b41e5545bfcb476bb1c6be41f06a369e13" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/cabbage.json" +hash = "dcf7d890a6fb57314f4e8ce694bfec56b6a668f35ba057ab2230b4cb7e82f6e5" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/cantaloupe.json" +hash = "994fae39cbf4cc2f9d847fd67a9a674e8c9f4f54dc90c7d1808a3f1788c4a665" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/cauliflower.json" +hash = "beec22c79aa39c00cbc74645e7b8ea36378178ff36a74ea7ef4c700dbab1cd59" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/celery.json" +hash = "429a018b366d279212a499c1de58713e898c60e0b1afd3a37a05e25683a977cc" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/chile_pepper.json" +hash = "4f55824a3aa8809d4b3f394c32fa354b00f9c9ce228142248a766775d6810548" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/coffee_beans.json" +hash = "bdd65e80954f990b1767ba11659840976a323e80e65f418f1255d0fa31143a53" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/corn.json" +hash = "e516b1655a7b987c8772cba241c3f0783166baa844af261c6bd2b0e5c4102497" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/cranberry.json" +hash = "2f6044dbabae6bf5ab2bece4a2647d22fde449dc98fefcec41f05491ea733f5d" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/cucumber.json" +hash = "0a4a1a845be0924fea1900fe47087d35166868474962445c6639fa6db68b5980" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/currant.json" +hash = "4d88684c5bc388a6f24e35cc305c3ad9dc638c784dfa8e06cbe59ef9938b2f4a" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/eggplant.json" +hash = "5cb4dbb9ebb52ba3b4773432a4ab56b4772d9c204e89f03c3115b3b9a681d696" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/elderberry.json" +hash = "e28faf709d21982b9f382d653133da286e58491cb115cf34482373cc04ed85b2" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/garlic.json" +hash = "05c13c8448e41fb13e7bc38ef49e409c913352700eb9b51cd18a41b12ece6452" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/ginger.json" +hash = "432bf0676e5ff95c9b5f05d5e43cd0e0a249a55bcad9d8e90bc28bc2773b1a2c" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/grape.json" +hash = "0124b66125507acf9d424a091d71cffc5172f85a4ec64a1c08ff190dbb854552" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/greenbean.json" +hash = "9375fd9819e387edc4f6da3d837734b9733ed426d4fd897a395f86a1d20fa528" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/greenonion.json" +hash = "2e2e490e85851d381c791b0aff9f818e839a020641a6dc1762df4c2968d2e8ba" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/honeydew.json" +hash = "898b20547909f5fe98078500f893623bfcc64b633a5f436b663c011edfc0f6e8" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/hops.json" +hash = "fb5abc08684e76ad6d37932eb31f1828f66755de196899f63c0d31dd99e95129" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/kale.json" +hash = "5fa13411db63cfe8c7660f8ba840702e6f9453c8a06a566c1b8711076b607052" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/kiwi.json" +hash = "b884153f0f7770e222c8360f0450f8ad0886504925261370d016625c77ee2ff2" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/leek.json" +hash = "5fd448a8ea243399ee4d83274e74176023992e5472abd3632eaece26acfd09b2" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/lettuce.json" +hash = "0fb8c60099ab716fc72a41081354ddd3ac9009a132faafe10b25ff3fca58d049" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/mustard.json" +hash = "9ae1002c88b5f2ddb59520f3f1150dc28d9acd06503f7ea36d89d96bf06a7880" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/oat.json" +hash = "f2388c59d471c7a7259bd1716e1a649d5b7370867a06fc0fc448714cf17735fd" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/olive.json" +hash = "4b3ed2ea9f515e9bd9f6834367b82df9c32829be225026d867c7b4a61d25442f" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/onion.json" +hash = "8b4b0236a5c69c1227a9e5fc5d9dfec16ff2d76360ae12acc1f4d3ed646d7e75" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/peanut.json" +hash = "b5f364eadfb123ff13871558c0ef14bb3f5368bae23762e1c85ce3b7f189b047" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/pepper.json" +hash = "88cd8b3d7905bb93d640c136ecf8a4d87442c8e8eb97ef9386212690afe5c86f" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/pineapple.json" +hash = "d752eba4d7c171c645c304ceb272ee04b812797526e4c78ef8b08572bb4c6232" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/radish.json" +hash = "cbcf65582049edb13755bccb93e93828a5a4ceb1ec608e516d8780413fb8848a" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/raspberry.json" +hash = "3c5814fd8d93a195271ab4870fcdf0a9422794b68e9a952c856c2ad985e63a32" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/rhubarb.json" +hash = "0a1ab0cb31f8978017bec4e64bc52ac84f17379099a17b1d20f7e4777f33586c" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/rice.json" +hash = "ec24fe87178c6bf4cb24f3a9ce1bc83c494995141a1af57b9086f754c41af3d6" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/rutabaga.json" +hash = "6006f49095632d474d46e2d20f212077743cc4260baa4abfa7f49909698ddb05" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/saguaro.json" +hash = "4460c28247f893898260018ebb6fbc3f17c21de30925868b338925526aa28bfa" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/soybean.json" +hash = "31904e94863057b5977d1d4de4010bc1a80544fe3802e7b9d0cc903c0ad6c630" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/spinach.json" +hash = "ba996970fbed39e12648d347304310684a8714df1da9ec3fd78cc6cc1950dff4" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/squash.json" +hash = "f6a67d550736effe9ae86925a0fbc3d8abbb97c17192b8f13eb246873cf2d420" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/strawberry.json" +hash = "0da6bb078397d59ca8998c848243421b56e03e78c31271f2b04b5f00aa7afa3d" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/sweetpotato.json" +hash = "579d77f6638b8c5dc4563dd69d14814582e55fa1fba4cc278c0d1a1d0156e4b1" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/tea_leaves.json" +hash = "8c8fc61f3b5b9123e080a962ae1048630ec954933d13a522f605abe35639133d" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/tomatillo.json" +hash = "99cc065e2778a22ed64adbab1c36903060eed4e3831ae6ff8130bf47b2b8c0fd" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/tomato.json" +hash = "1841e20ba4f06e7e949563c9eb0cb2890149d3925b85cd523bca2724d9da4869" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/turmeric.json" +hash = "3a0ed6aee6dc6fd73876018c7226f8f0e313e1f744e6f36d0b4fca51f2693bff" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/turnip.json" +hash = "c56b9630a8a4035e00f667fbb5d5fed27782edfc29d2837bb9f7bc4f7991b896" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/vanilla.json" +hash = "b55a12e76e33e38ea7ba151f09f2b05bf04fba2a077ee697deb6438881abaac6" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/yam.json" +hash = "79b50d9b4c003795ce33acffdfb5268e04fcfb45fa6ec6008f60565a3e10e407" + +[[files]] +file = "kubejs/data/croptopia/agricraft/plants/zucchini.json" +hash = "11cebbd371d3e4d8e66f5fc8782a7fe7ad502e6275a24c8a61a62331c43c99ec" + +[[files]] +file = "kubejs/data/enchanted/agricraft/plants/belladonna.json" +hash = "acbd49f931dda8903e88f75b12ca50fe7caa9470d1521f2da1b1ebf104e3a31b" + +[[files]] +file = "kubejs/data/enchanted/agricraft/plants/mandrake.json" +hash = "5f3d428d00d6fa78299f1aee33248f7976e4000d9e2d06afc519b9891be257ce" + +[[files]] +file = "kubejs/data/enchanted/agricraft/plants/snowbell.json" +hash = "3c1e741fe997bb1a4846ef5400ba5e8fe2299142300f815bdb667c762448d769" + +[[files]] +file = "kubejs/data/enchanted/agricraft/plants/water_artichoke.json" +hash = "1ba0b8a5cdf102b427fb857067a71d0d26d59955d3f1ea38ba69e2168396c491" + +[[files]] +file = "kubejs/data/enchanted/agricraft/plants/wolfsbane.json" +hash = "41bd09e1f04fd89971f78defb4c7563511998eb17124ea339d92ea4300c890d1" + +[[files]] +file = "kubejs/data/enchanted/enchanted/circle_magic/rite/fertility.json" +hash = "3b189af08bf0039b8e3c3b1b174d92cfc2b7fcab40779310f96c00ef6ce33452" + +[[files]] +file = "kubejs/data/enchanted/enchanted/circle_magic/rite/forest.json" +hash = "b14fb7019126d72dd33ddb0f0557a7906fd77e69c44a3a8a9f94b5bb656e2073" + +[[files]] +file = "kubejs/data/enchanted/tags/blocks/mutandis.json" +hash = "db09d9a2d9cb12467430ccf27ad8db80f00eae7f99421b4959c859d2429cbab7" + +[[files]] +file = "kubejs/data/enchanted/tags/blocks/mutandis_extremis.json" +hash = "71eee65c4ea663d0f3a971967d28ff0945d616af875e21271b31e44e447ad4be" + +[[files]] +file = "kubejs/data/farmersdelight/agricraft/soils/rich_farmland.json" +hash = "8c24d3acb796a7193e410bef10179ce990d407c720c97844aadc1040309b8b19" + +[[files]] +file = "kubejs/data/farmersdelight/agricraft/soils/rich_soil.json" +hash = "2f43fde95bc851f8cf778068cdbb0e7d6d1f89df7ee24b073d22b82fb9b22f81" + +[[files]] +file = "kubejs/data/filter_agricraft.zip" +hash = "1afbbbd2dc1de4e4ab42617a7c3150a19a1b2bd91f54ea360e15f2c7f1b46585" + +[[files]] +file = "kubejs/data/filter_agricraft_datapack.zip" +hash = "16b632bed0d9f6522b97e09a70931e12a71362608ca1595d6829762b49a9795a" + +[[files]] +file = "kubejs/data/filter_complicated_bees.zip" +hash = "1842f2ae1dc1ef3c0e8e87743f63cd62deef5ce0f0309d5ce002971731eb285a" + +[[files]] +file = "kubejs/data/forge/tags/blocks/stripped_logs.json" +hash = "de8042f2ee24182cbe221dd88294d7848e4999133fd21c7cb98291c8ecdfcb01" + +[[files]] +file = "kubejs/data/forge/tags/items/armors/boots.json" +hash = "c864e288a0f2be1cd75830856cd16154db3f5674df33134425769fa7d6f32de1" + +[[files]] +file = "kubejs/data/forge/tags/items/armors/chestplates.json" +hash = "d142fb988a91758a1f57b4da6a3f22b30a08cef39d847c0db01a28d6bf6c01fd" + +[[files]] +file = "kubejs/data/forge/tags/items/armors/helmets.json" +hash = "3f76f9589c1c3b1eb7cafc9a62515fe566b8fa035e33d1878655fb8a81f8059e" + +[[files]] +file = "kubejs/data/forge/tags/items/armors/leggings.json" +hash = "5e81d9f094bdbfe925d46aecddc6e71634f937c2ee528dc287068549a09eabe9" + +[[files]] +file = "kubejs/data/forge/tags/items/seeds.json" +hash = "a1c2e87f0becac0d7503c9953f87f0aae800d5f99e5d7c56e16626fce34994b6" + +[[files]] +file = "kubejs/data/forge/tags/items/stripped_logs.json" +hash = "de8042f2ee24182cbe221dd88294d7848e4999133fd21c7cb98291c8ecdfcb01" + +[[files]] +file = "kubejs/data/mekanism/recipes/control_circuit/basic.json" +hash = "336aff82c0d48f1ad4ea594c9be9bbf9b44cd4bc129a71b7b4e474a5c636ed8a" + +[[files]] +file = "kubejs/data/mekanism/recipes/reaction/wood_gasification/wooden_slabs.json" +hash = "6507df91c3ad7425d1902245d050975b73cac36619c2a20513b3a6e0cfff8c82" + +[[files]] +file = "kubejs/data/mekanism/tags/mekanism/infuse_type/redstone.json" +hash = "9a2f399d7c1d6cb2d719ae7ad2add3b98b405f42450015a108a9fea308406b97" + +[[files]] +file = "kubejs/data/mekanismgenerators/recipes/separator/heavy_water.json" +hash = "c03e30a05a939622dbbd1d59722698e41e31400cf0083d32c7ff77d536526c60" + +[[files]] +file = "kubejs/data/minecraft/agricraft/fertilizers/bone_meal.json" +hash = "2a491ff0fcb7c5f6f2bfa9f588f1cac5475c1f9995a6d742d78992d4f4e41d0e" + +[[files]] +file = "kubejs/data/minecraft/agricraft/mutations/bamboo.json" +hash = "87a311d93cabaec723253c78d4bc9feb156483d12c71224cbe6108de5a195fdb" + +[[files]] +file = "kubejs/data/minecraft/agricraft/mutations/beetroot.json" +hash = "ee0122d4362565383a2cd046c95f934bf7e79211494abc3e98929bf50f5bdb93" + +[[files]] +file = "kubejs/data/minecraft/agricraft/mutations/brown_mushroom.json" +hash = "221a472e434c0f8c3c32af4adadfff1e6efd61b31cf894d9817b96fae91ce04a" + +[[files]] +file = "kubejs/data/minecraft/agricraft/mutations/cactus.json" +hash = "31aeae3f026aa1a217444b5a94006320896123fd11fb8d9e40f274b273bc6f90" + +[[files]] +file = "kubejs/data/minecraft/agricraft/mutations/carrot.json" +hash = "b06d140bcfaa3e1d65e8595cbdf11f674981899af1831b0f76fa20a036211b37" + +[[files]] +file = "kubejs/data/minecraft/agricraft/mutations/crimson_fungus.json" +hash = "8fc639769b538bbd5766ab358dea06882ce47d487980aa30940a556a8510213c" + +[[files]] +file = "kubejs/data/minecraft/agricraft/mutations/kelp.json" +hash = "bb8dacf60c93bd89cd33787d2d157bb98d6ccb2b3d375bb4ea01d907d2b9d8e6" + +[[files]] +file = "kubejs/data/minecraft/agricraft/mutations/melon.json" +hash = "7f20d2155c387db448ead22f0c56bb352345bbf4029639092ef6a80dccba4cc0" + +[[files]] +file = "kubejs/data/minecraft/agricraft/mutations/nether_wart.json" +hash = "ead6be2ec52ad5ad38c83f6524aee181d8358f3e182bbfc6279e4ff3ea906ed6" + +[[files]] +file = "kubejs/data/minecraft/agricraft/mutations/potato.json" +hash = "04e0fa89c8758b528d8c864c4719775e9be4b7ca04bfca455ca297445a3cf04e" + +[[files]] +file = "kubejs/data/minecraft/agricraft/mutations/pumpkin.json" +hash = "79a4251b46360f760fbf860bf46054f708db3b0def9dd488a6d31387aa382a64" + +[[files]] +file = "kubejs/data/minecraft/agricraft/mutations/red_mushroom.json" +hash = "90940a42412776ef2182c345d71899aae067bc87b88f20b570f27f56bf423753" + +[[files]] +file = "kubejs/data/minecraft/agricraft/mutations/sea_pickle.json" +hash = "ccab0587b812a322d73cbf2d0ee6ae7fca02ee21b38933257112e0b215226653" + +[[files]] +file = "kubejs/data/minecraft/agricraft/mutations/seagrass.json" +hash = "efdb3616e3595d4dc478d8c441c303d7e66b5ce050a493f8e451a45dbb16cbee" + +[[files]] +file = "kubejs/data/minecraft/agricraft/mutations/sugar_cane.json" +hash = "f58cca06436c3bbcaf120b73f3d8ff8bc97a530714bf62cf8173a64784a98f28" + +[[files]] +file = "kubejs/data/minecraft/agricraft/mutations/sweet_berries.json" +hash = "3dc3a7d244e053c4d610c6865192b602ec11fcf1d88e7690787c579fe60adaf1" + +[[files]] +file = "kubejs/data/minecraft/agricraft/mutations/warped_fungus.json" +hash = "6cf413df5d9290c5a9efc230ddfd065a52b9fc5df205bfc17bff9266d625deef" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/allium.json" +hash = "9528b25ca111c4ff2aef1e9243b6779cf5d6b72d4d76bc25f85e15d189c3e78d" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/azure_bluet.json" +hash = "4f5446c9efe92d5cec50a5c019d9676e53f66c425d1aee0db569eb45057da499" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/bamboo.json" +hash = "8cee6cf1277e14ca021b74f052c35d8c8f3df512e73af22f7c604a4425a62315" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/beetroot.json" +hash = "1678aa6ed7c04d4b19ee5113ee4b6a83c0ec7ead5269949bcdb738b1daa95c46" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/blue_orchid.json" +hash = "4ec5c08e9bdb7a28d3e6b62fb9dfa7a5386d25edcd7da018dff6d1c85c46f78c" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/brown_mushroom.json" +hash = "018b302e0326dd00e569c73f859596b9200379520c1a2b078f16bdb8e5537c5f" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/cactus.json" +hash = "9ac3fff0a3ccb7fec28a663d2b9df86670b668ec49eef9a13583c726ee530ba0" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/carrot.json" +hash = "1bc4f688433c88aa2fa8003caa6edd1e193b5ebb2b0a349f95fd97be0aef773b" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/cornflower.json" +hash = "70c5ad52894b0e6c7d01dcc34f24226fa5a3850b5c31ccd1ad871bdc88d4f48a" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/crimson_fungus.json" +hash = "3960f67e0ef2cf139b1012634280df1869a4dd81e512e0597f0762c67fc10928" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/dandelion.json" +hash = "00876c71c2452012897c1c2aa310f87a15390ac3aba9095e63d050d6fe35f4b7" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/kelp.json" +hash = "531d29fecd8f3b2798cf0868031114e465fa719cfc182e277f817afc766b4170" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/lily_of_the_valley.json" +hash = "20af99eb999b2926a848245546e833e0722e785c6330207c0e26676be0b9c69b" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/melon.json" +hash = "ec645d774b45b599ef6accc0c29320aec20ee85f38b379994538d61d35ed6065" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/nether_wart.json" +hash = "cc78925eb571d2ee38c9b18e47d315c3ae4c591ed204b57dcf17ea4ef1ec05da" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/orange_tulip.json" +hash = "b4d3299077d0c5676696007a54b280f8ac654fa2319a0d258ef9c24a17e2d476" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/oxeye_daisy.json" +hash = "d5b40508a3a95abef8aca7a08a0b29a6dc9135a9cf35faa2fc1668a43919d6df" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/pink_tulip.json" +hash = "4b114eb94906e07db45d5e81cc6773d2289361e98488eb9fee3476d194d6bce9" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/poppy.json" +hash = "82a31b389551a9d201e16e2dfe8d1ab0a8376185018d69b0bf389cb319a70f09" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/potato.json" +hash = "9d530531437074e19636073e633f9efd98aefe4dd580578a87782a1f8e7dbc8e" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/pumpkin.json" +hash = "1d094f10c82ab09560a34cb75f4af2fc85b28679da8d74f9574234c070e1e9f6" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/red_mushroom.json" +hash = "78d5495874e4c8eab5ce1d0bd8bb28d4f4ba0fa96028281efcc7642ebcb33cfd" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/red_tulip.json" +hash = "07f1062a8e617a2cfefad764f4e6e7c7307e399190400cbc5dde3236ff5d2007" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/sea_pickle.json" +hash = "2d8ed5d7fcc2450be6f57bdc80e1478c7ab623e3f248e03bd5031f633cd060b8" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/seagrass.json" +hash = "b8820a437d35de430dca19cc5aa35869efbdd7d2c537a0a6caca2404ec272ad7" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/sugar_cane.json" +hash = "6a504dcf2864af8de66d45b54c4f47efc522a2d4b732cba4da72f55d0afdabce" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/sweet_berries.json" +hash = "83d4545c68338119e998b3536e5ceb85d55010d3b2e19440b45393923908243b" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/torchflower.json" +hash = "4b8c5ebe2eeedde14ff327209789c628e01496f229829c41a169ffa5d1eb5068" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/warped_fungus.json" +hash = "550f669944e6f6afdec752310792e8ba43d217a012b29348541f9ecd7da3b7bd" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/wheat.json" +hash = "9f92f2e4c0778a4e4968682e6fdc06051ad402a48d5021a6bb26194ac0377a3f" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/white_tulip.json" +hash = "1b983afec55f9b05d393eba76bf9b2d284c0a568a23a4484261df4980db47a61" + +[[files]] +file = "kubejs/data/minecraft/agricraft/plants/wither_rose.json" +hash = "742f50f6d6ea5e5372a6d1f8ac2c4cef801cd1b03a03242c654f074b5cfc3933" + +[[files]] +file = "kubejs/data/minecraft/agricraft/soils/clay.json" +hash = "685533f1ca47524e118dc51159c55eb7c3d40b3a395c1570ecd19f7231045d40" + +[[files]] +file = "kubejs/data/minecraft/agricraft/soils/crimson_nylium.json" +hash = "2df53e02a09657f3c0809b3efaf463b48097eb8d05b95413ca267f9e2efffed8" + +[[files]] +file = "kubejs/data/minecraft/agricraft/soils/farmland.json" +hash = "a54e4d937bee17d6ff6326162782b7bef858adb5f87691a8a4049242b66295bb" + +[[files]] +file = "kubejs/data/minecraft/agricraft/soils/mycelium.json" +hash = "d07f4827887517ae1a0db266c52ae60f62b016b773a451f639afad49d4207f1c" + +[[files]] +file = "kubejs/data/minecraft/agricraft/soils/podzol.json" +hash = "33980cfd0805ce7645bcbb96b1530149bbd442e44351bb860ae6f3ff9935098e" + +[[files]] +file = "kubejs/data/minecraft/agricraft/soils/rich_soul_soil.json" +hash = "2d409ae0d0843adad2133b9f6ff474400313417e482adc969bbc3d837d3ded66" + +[[files]] +file = "kubejs/data/minecraft/agricraft/soils/sand.json" +hash = "d041bde17d8c1ffbf4965c2993534cda20491b842bc5f265a45160ffb383481f" + +[[files]] +file = "kubejs/data/minecraft/agricraft/soils/soul_sand.json" +hash = "adc2d51bf096a21a14fab1c41b5dc62d56e46843b5d458fa9ece5dffb2f90542" + +[[files]] +file = "kubejs/data/minecraft/agricraft/soils/soul_soil.json" +hash = "c582e8783a4dd760a5dbea3e0adcf138f48e22a3bbfa6c92f8bdd72ad6371cdc" + +[[files]] +file = "kubejs/data/minecraft/agricraft/soils/warped_nylium.json" +hash = "2d9f01dd34c0bf5d27b2863e49015c3f202303751f42e58e3e53835f79ac5535" + +[[files]] +file = "kubejs/data/minecraft/dimension/overworld.json" +hash = "b26f1da445963182a1ac4798a7cbcd7c027b25c3b403ff4a5bb9333157806534" + +[[files]] +file = "kubejs/data/minecraft/dimension/the_nether.json" +hash = "1bd8a0b16f21becb29751f8d9611b9abd1fad96958a6f6a5ec8dc75fff1cddf1" + +[[files]] +file = "kubejs/data/minecraft/loot_tables/entities/warden.json" +hash = "b1a9ea43dea1efddc474f46c939559b349c65d9b81b27dc67465e0f42745a69b" + +[[files]] +file = "kubejs/data/minecraft/tags/fluid/water.json" +hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" + +[[files]] +file = "kubejs/data/minecraft/tags/items/cluster_max_harvestables.json" +hash = "514a8507e7c2cdc2723a2b50b678ba499db7a43eb481364849e6618157bc659f" + +[[files]] +file = "kubejs/data/minecraft/tags/items/mushroom_hyphae.json" +hash = "b5a7388261a92416b7ff30e1920321618f2a1e2fc6642151967954204e8db7d6" + +[[files]] +file = "kubejs/data/minecraft/tags/worldgen/biome/has_structure/nether_fortress.json" +hash = "1df9a00ac318069a6f073c5d3d2cc3fe3d6ec60cbafabc41de7412ffd99ede8c" + +[[files]] +file = "kubejs/data/minecraft/tags/worldgen/biome/is_nether.json" +hash = "2675ca3210c3a2fd7f362e8b8cf59ae8884fc27dd9a3fc42bf3bd2ff78113c47" + +[[files]] +file = "kubejs/data/minecraft/worldgen/biome/basalt_deltas.json" +hash = "83a779963543048ae8d29b0248a3aeb085652467f56b729a7f2437bfb98c5c85" + +[[files]] +file = "kubejs/data/minecraft/worldgen/biome/crimson_forest.json" +hash = "2b5348a7296f930cba0b1c8afd0ee4292dc0ec95757b12447e5d8b3c9720f243" + +[[files]] +file = "kubejs/data/minecraft/worldgen/biome/nether_wastes.json" +hash = "16498331806295063545e1de0c3296e33e8939862e681dcbb6e63728c4a052f1" + +[[files]] +file = "kubejs/data/minecraft/worldgen/biome/soul_sand_valley.json" +hash = "d206d9684c7fd17d995a0d73f6398eb0cecd86ef77d688a51889824b266e70e4" + +[[files]] +file = "kubejs/data/minecraft/worldgen/biome/warped_forest.json" +hash = "732f1589fc70e1d59bd1104f5208c2da61cc484f4a0d16a3ae7aea25c159f87b" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/fertilizers/mystical_fertilizer.json" +hash = "1c2282220e6f112e3acb1cee2651a679f09b8fe6f27fc73460eae84fced5dfa8" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/air.json" +hash = "84fc016447a1d8c885265521c7b29d9c035f8f50ba63f102de18a8f8937744a2" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/amethyst.json" +hash = "89c77119eefa469bda12f74cca632321c298bc92913de66fe56ebaa5046e5a32" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/certus_quartz.json" +hash = "e8fee57646b66849e3277ad087797dc76285cae0e40ff047fa327f02acb39fb0" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/coal.json" +hash = "7e1eb65ef6a75d942f0399e90e567d49f782f89b8e206d53a3fb03fe127880de" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/copper.json" +hash = "ce8d92ea90ff08affea284d86393223bd2b0c81a202b3052b923571c4e689af4" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/deepslate.json" +hash = "67c54a1cb2c43cf954b385da90fdd3d6ce218ffa4faeb255ae4dc071ce44cbe4" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/diamond.json" +hash = "2cd00c84bdff6a2030cf217c542be60fc4a94d7daa5f1b0aea417161478a138a" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/dirt.json" +hash = "92bb623e7f7bad18f1d3d52f6c471f8391920fe156665151ad27c6cc3b8c70d9" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/dye.json" +hash = "891695ecdefa8426071f709b79c2f44d51e6dffe691adf909282dd39a56019ea" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/earth.json" +hash = "e34dd666230c02badc661d1a24b1622bcd65e0ea1b9daeafcae4f2333cf4b841" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/emerald.json" +hash = "53aa9a426e1ec71adaa77b881c77b61aa74a40976c34c4bc18837295d5570020" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/fire.json" +hash = "ed612a617cb2b8dc7753e6bc82221ee2a0b7286c3e3999e2579f85fd086897e4" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/fluorite.json" +hash = "e4a03e8832fa87b15a91de5c78de6611dca27ed58a74ecbf3f0382655cb11f20" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/glowstone.json" +hash = "aceef8f03ed34074e426c6080f48d6b6988a84a52c181cf80f4fc0b97374d362" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/gold.json" +hash = "375990e1eed3f0254c844c1fca496c093f620b4d6236aa33896e678638a7fb5e" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/ice.json" +hash = "4ca0c14fee42d4cd2c862cb622bd3985e84b5bea831e6d5a021dbba7db4f4934" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/inferium.json" +hash = "b6d1c725becfc3caa42452d8ca3297c1947724cc6fd6e2d338fafab03e732ff0" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/iron.json" +hash = "523e3253f0b69e4fe4bb42e6c238f4da831adca8e6694450d4e245d49eb314ea" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/lapis_lazuli.json" +hash = "9b550d178ba562be6bcdfcd2b96f1b0379470e0b0f096da769b051bdb3ee4df1" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/lead.json" +hash = "dd9fa4eda62e457b37230936f84eb6a90f81bfb0fce89b4bf46f767b8e3c3160" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/mystical_flower.json" +hash = "0b73e3e2df142437bf1bfece1cc63fa7b375d407adc103bbaab42a88bfe7d85f" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/nature.json" +hash = "ea7892eacee5e7b32a684984d4572b86d0f75b62ad8c736005e14515fa42a9fe" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/nether.json" +hash = "0cf50b83ce8085aff74a301dd7bb4e98ee2753375203838cea362b9a82d8649d" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/nether_quartz.json" +hash = "31087cbedf729b89956cfcaf63d33b2816525e49345b3e4db4236ec2bbe6d3fd" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/netherite.json" +hash = "0d6ff1c4624b8575dd92bf5ca888a0791053bbb0ad3921bc9902b3ff4bc8e885" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/osmium.json" +hash = "15561ef9329be982789a7421d4712f20f0b8a0048974adf95395d15ade52aad6" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/prismarine.json" +hash = "fc55cb6b9220aa924f560ae88dd921075073bdfc009274b43407171ab1cf074e" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/redstone.json" +hash = "49c57474a77b2c7f13cb422493cc15d866e20a9e10959706563a4d97bd5aae38" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/silicon.json" +hash = "c60852cf0c71de345bf15f966685ceb1ad0a673643bd31bc0ce30e3711458a4d" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/silver.json" +hash = "f4b02c448a25d027379938674ecb4f00585842423ae371d2a487ad1f4aa01336" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/sky_stone.json" +hash = "5cc12c297b0dbe686984fb5202702bc9e7c3e1193016ebdfc72ac3387ad290a5" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/soulium.json" +hash = "2b638bee59ec53aa06eacc493c0ed38b1e1ee6c4c2f01171810ba97130633ca7" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/steel.json" +hash = "3053fd410914008988c7f8090eac68f4501823b3f1369a923c245b1cb0cb4c05" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/stone.json" +hash = "787e993d7cc9d14fd51abd179e5568e8909555e3ed96a983bf236d57521ac648" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/tin.json" +hash = "c5949f6991bce03f0873c311f16c00a5cb442720218be371ab8b07a2fb98c140" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/uranium.json" +hash = "39848b363ff92497213ea04570cf1b3adada2ee7eb38e4afd5ecaed8802a7eca" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/water.json" +hash = "3d942547b8ac7fb9954ee22169969ee55d401fa1821a40cd2d46e3eb9e4439bb" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/wood.json" +hash = "f8f9294ec8973893543cb9f9ca18d3f1cf38fe5ed35576319e990e3677ae567d" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/plants/zinc.json" +hash = "ad79a3a79bb9d3cc383421672902c880504d2cdc3f22d93e580c64460176092f" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/soils/imperium_farmland.json" +hash = "e45eaf2e6a4fd7d8580af3d63b049d5b40bb6f2a9af90598924c4abbcc2a6e79" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/soils/inferium_farmland.json" +hash = "e7631b713e3dc9e02d63e9908dac7ca3bb8ac05165d269e7f1ff5083dc2dcce9" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/soils/prudentium_farmland.json" +hash = "ffead511fcdea365f3566c84bfebba4d4ae0e37350188639a256eebd01afd549" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/soils/supremium_farmland.json" +hash = "dc20c254c5e6223820193d70937e95b8a89e4e44b72640099ba19557a4f7e968" + +[[files]] +file = "kubejs/data/mysticalagriculture/agricraft/soils/tertium_farmland.json" +hash = "125437315ee65dce3a0079215a8228f1968526f1e08ca2ec82b04c42b7f8e550" + +[[files]] +file = "kubejs/data/mysticalagriculture/forge/biome_modifier/inferium_ore.json" +hash = "f0e8418b55867f0cd002d76878a9e744fc058013565166d9066c137aaa657070" + +[[files]] +file = "kubejs/data/mysticalagriculture/forge/biome_modifier/prosperity_ore.json" +hash = "f0e8418b55867f0cd002d76878a9e744fc058013565166d9066c137aaa657070" + +[[files]] +file = "kubejs/data/mysticalagriculture/forge/biome_modifier/soulstone.json" +hash = "f0e8418b55867f0cd002d76878a9e744fc058013565166d9066c137aaa657070" + +[[files]] +file = "kubejs/data/rechiseled/chiseling_recipes/cobblestone.json" +hash = "7f64cdca238b5bdb56031d1b0edb345ec2bc999f220221cfbc111bcc44cd026c" + +[[files]] +file = "kubejs/data/rechiseled/chiseling_recipes/mossy_cobblestone.json" +hash = "82890e5662f605689276f3a504d863f648ffc9908adb401f9aa5b9325093eb1c" + +[[files]] +file = "kubejs/data/rechiseled/chiseling_recipes/mossy_stone_bricks.json" +hash = "0e722eb46845ac96fee2965207843b646b85adc529d7d11b7a250a10363ee03a" + +[[files]] +file = "kubejs/data/rechiseled/chiseling_recipes/smooth_stone.json" +hash = "e19f057b0fcd3eb5981e778fe50f039a16aeb8f72701f0a67b0c870cff18efd3" + +[[files]] +file = "kubejs/data/rechiseled/chiseling_recipes/stone.json" +hash = "576df22cc4989c02618b7d52e2e999b447d6d4a2db454affa00f6aaa2bb88d73" + +[[files]] +file = "kubejs/data/rechiseled_chipped/chiseling_recipes/cobblestone.json" +hash = "7f64cdca238b5bdb56031d1b0edb345ec2bc999f220221cfbc111bcc44cd026c" + +[[files]] +file = "kubejs/data/rechiseled_chipped/chiseling_recipes/mossy_cobblestone.json" +hash = "82890e5662f605689276f3a504d863f648ffc9908adb401f9aa5b9325093eb1c" + +[[files]] +file = "kubejs/data/rechiseled_chipped/chiseling_recipes/mossy_stone_bricks.json" +hash = "0e722eb46845ac96fee2965207843b646b85adc529d7d11b7a250a10363ee03a" + +[[files]] +file = "kubejs/data/rechiseled_chipped/chiseling_recipes/smooth_stone.json" +hash = "e19f057b0fcd3eb5981e778fe50f039a16aeb8f72701f0a67b0c870cff18efd3" + +[[files]] +file = "kubejs/data/rechiseled_chipped/chiseling_recipes/stone.json" +hash = "576df22cc4989c02618b7d52e2e999b447d6d4a2db454affa00f6aaa2bb88d73" + +[[files]] +file = "kubejs/data/reclamation/advancements/anoint_cauldron.json" +hash = "1cb405ad09450ecde5ef5f2aebd8d94dbec17aeb0d22bd87e3df3b92550e1839" + +[[files]] +file = "kubejs/data/reclamation/advancements/biome_essence.json" +hash = "97e546102409a59e962b99b04a170789dedb17505b8ce4eddf9907c81e02c0ec" + +[[files]] +file = "kubejs/data/reclamation/advancements/grant_quest_book.json" +hash = "7c768e1def1211019ac941a492f9306526fa105fda6d07712781427729804459" + +[[files]] +file = "kubejs/data/reclamation/advancements/terraform.json" +hash = "e5c58e178b98a311caf29ae28985ddcbec59fa033cda0cd05845446edc3f97e8" + +[[files]] +file = "kubejs/data/reclamation/agricraft/mutations/cuprosia.json" +hash = "fc50581105b5a00c18612df8e5fbb0076fa108f9a6e437102a112818804517bb" + +[[files]] +file = "kubejs/data/reclamation/agricraft/plants/cuprosia.json" +hash = "ad070276c0f1a655bb576311aa3cd7059413e0ecf704e5886fee81d7124ddc32" + +[[files]] +file = "kubejs/data/reclamation/agricraft/soils/gravel.json" +hash = "a7aec8aecac7845d5ae2f6d4aaca6568f5668b18b403b1f825893811c4cffb1d" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/comb/barren.json" +hash = "237250e5af25a0ecd1073482efa0d619a56b6e585127180f462e990583cb9b53" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/comb/certus_quartz.json" +hash = "e605ee6a43469b112ddced9dc0058892096d68d2c3980f2f5fa274ddc24ce806" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/comb/fluorite.json" +hash = "08a60f8c158abc4e1027fa8b216fcc5515f43e8db41fa2ca4de10a9595eea4ae" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/comb/lead.json" +hash = "65e7957a13ff483ea47a6a09c6e5d9ed4943c1aa8d58336e8b9cd3cf244ce463" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/comb/magical.json" +hash = "6744e4cef2476ec749573ef627d756fd8a36ff7294ef3d25f1f0cdfcfe2fbc3e" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/comb/osmium.json" +hash = "e746911a4c6034d0e44c0e9d202c3e2a53c62eb6006f08e30e901ef867a53bb0" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/comb/silver.json" +hash = "279c0fb35e4f61342737318daa45c679014d91d3a241458bd7a0ab5356c4eb6a" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/comb/tin.json" +hash = "b4d5deaccbb895e6e9bcb62e4d5ecad14cd3da392781422bf25cee2086e446b1" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/comb/uranium.json" +hash = "e9807f74ff78f4bd8445b2fbeccf6e29ce23c95ce6a6f2e9ef6f5b6cc0ed80c0" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/comb/zinc.json" +hash = "128932fad4f4effe51141aa08730c8e34113a0d701fe2d4227d0427bd6e35a83" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/flower/andesite.json" +hash = "769da7c34479ae98ab7e95ba7a635ce6b5e7749ef828fc414bea554d07725bd4" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/flower/dead_bush.json" +hash = "fb333073a44b5b5274ad02353065a49dfd541fe94c73fa582e9ee2d33437d30b" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/flower/mystical_flower.json" +hash = "0d485a41cb21702ccb116c955fd7f6b1cadd47adf7cae60614341bb564214220" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/flower/quartz_bud.json" +hash = "96a44fc6d6747b7d268d9a1c9960274eb04822a817fb82cfc645af614f240f8b" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/flower/rune.json" +hash = "71a64843fff4b0ae3bcdf104b2b7bef156f07fdbd494cdae832beb95fb9fd96e" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/apis/common.json" +hash = "54f239ec0e60ee1c36bfe282c6bb036d9ec7b4b1cee677cafc9126e6950cac38" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/apis/cultivated.json" +hash = "abccba759357605057953c712b4b82c44b6d0df2631f109fbae6b94635e75fad" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/ender/enigmatic.json" +hash = "aaeb2713853dbd9ec70c070aeca93ea40d364c39d94159ced256a2ef5e4f086e" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/ender/surreal.json" +hash = "45dd7bd3ec8ba9effd7ee9ac70eb68c44ae68865f3bdfa48866271e94c9bd2b9" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/industrious/diligent.json" +hash = "507b480ff6123525a9454f2cde3aa892efb4fea10d1a3db1b753a303e5e27f89" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/industrious/industrious.json" +hash = "ef882f38a83a6792f4fb046ade12e23f1c126790b5dbc92ab401b89745a7f109" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/industrious/tireless.json" +hash = "b67f069d5a4a85cfce9877ed93103f164ad80d8905a61daa7fdf0911c30352ba" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/infernal/crimson.json" +hash = "67cd2cbc60b9052f74967edf0fcb8193cdda0f3815667cbf3f18fa83a9a19d35" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/infernal/cursed.json" +hash = "1c3f08fa01898034de4ad9a6fede6d02cf8898d3ef5feb09dff9ca12cf5bd5aa" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/infernal/devilish.json" +hash = "0bdd5f2f2c68eb8d6820193623d6e0f857bd10509274835b3f15b6a063a8dba9" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/infernal/fiendish.json" +hash = "b6520a5a5dff7ff37302d9452bb6e6c01397995a2f98f2ab8aa94ed7fef1cb6e" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/infernal/ghostly.json" +hash = "5bb598d1ce7de5ef30f8768ad7c82a81eb4118a908e060337324b06b7abb741c" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/infernal/haunted.json" +hash = "f7369793766c9e6d7e4172f082a67825a22bab7f63ba5aba185dc86229bb27d7" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/infernal/infernal.json" +hash = "d4046ca731031c19a6723110ca79c11051a210aa366eb8be2fc3f64d62efe52a" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/infernal/spectral.json" +hash = "a009ef91425cae19f80c097cbca2728e4ac78c8aa90774597a06a35357544fa8" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/infernal/warped.json" +hash = "4025cd91438a36b59a7a1416e5bc7bcbb9fc6b01238d667ea479050ecda746ce" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/magical/botanic.json" +hash = "a165c9011d40c990a4651a3189ef6c8e752923c4a407839cb54b4a6cb35207b7" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/magical/dawnstone.json" +hash = "d128eb0f4b8c5b1dccade5ed659a0ce6351b6481703e4e62ed5a1a471b942599" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/magical/demonite.json" +hash = "41dcaa14ae7b95927243a16cca622f4e6726ef7510eae67cbabd7d03af1b465c" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/magical/natural.json" +hash = "71c02cf72cde5dbabf64d4394a7902eae8be30139115266908948a797fb6379e" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/magical/source.json" +hash = "70ded2f476abf0a8b059e38fdcbc78ced05ea555c916a21d7bba0a10575fa2b8" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/magical/terra.json" +hash = "1f6c5d6e27806d973d72c37684632f13d4f6699fe6834e7c63c1151b08387d26" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/magical/willful.json" +hash = "e48bee000789e629e696f746c73f54cd1fba387c2a989022393b99e1e9e23415" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/metallic/adamantine.json" +hash = "81ce7328c805643945b3d4af145ab5dd1a64ba710515eb607f2db780dcb9ded0" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/metallic/argentum.json" +hash = "203a7de6bed020ae416060a2372cb3167e0d2dca3ede48ba9ed71ff76b83659a" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/metallic/cuprous.json" +hash = "94aacd0fd693856cc3908ca4ffa023537f958003239ff6e5b5aad4a431638c22" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/metallic/ferrous.json" +hash = "1e185c02260beb9cc9e7aec598beac030be6614810dc2d86544e611ac6796e35" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/metallic/osmium.json" +hash = "e19e9b9cc2f748979936c471dcbdc522c75d6d0f393796b7b0edba54fbdc72a4" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/metallic/plumbum.json" +hash = "462c0b2ca02cf4c02d3321c426f1b4d76b1e4419a07af391359f710ecf75634b" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/metallic/precious.json" +hash = "f3b30e239553244d323bbef20c11da7eb9d13cc958608bbd451d7c83d0e309db" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/metallic/radioactive.json" +hash = "34ce5446d947b1abfaff34515a2b32c128909968da1ea4f96afdbc471ac073ce" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/metallic/stannum.json" +hash = "b5d3fe6c867f4df546caf52996827656319a9c65cf373272009bb9ed9a542e22" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/metallic/zincum.json" +hash = "29b93154d7f6ab471eb79a82eb441046f452cbc6e7d421c6bf666f3be81e815a" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/mineral/amethyst.json" +hash = "f4fc0c61179fab49c2a09bd374c2150868e7f87300a1867281d399a3ec966935" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/mineral/bituminous.json" +hash = "0c4a92ff5035af91f4a36b262eb78e04159d3fce8c365c4cd352c6be37f14f8f" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/mineral/conductive.json" +hash = "873c3f076d672c063fb9fd2a345f4e7d6dbacc60b96a14f8febad2a42bde150d" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/mineral/dimantic.json" +hash = "fd00d52141f22384a5050823b42f86b64c43aabb2f90e40d23daa4a1aa200b21" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/mineral/emeradic.json" +hash = "4814b472de5f7439f89e2ed0982c045e05d66178996e1a9599a1048b5b2b1fac" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/mineral/fluorite.json" +hash = "0c055e666f8c3d3bdb206fbf87da02f39bd5f8d08e5368374c1d398fb3294b30" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/mineral/lapic.json" +hash = "921b8d36dfe3e8feaba8117a98bb0e6b059f0d56c174768c2e9d8622353f4e89" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/mineral/luminous.json" +hash = "4d4f5e80b9809e9f29b094c811f7ecd2cd12911383a8c42dbcda9768f1374ef2" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/mineral/quartz.json" +hash = "599e48a8b3b8b64ea59155e0454f361edd58f159e40c9822120cc5cd54fe5c97" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/mineral/silicate.json" +hash = "52ba5f222b44df06250ead67aac449386cbca7d69fc7d9b0cf03f1c88496621a" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/noble/imperial.json" +hash = "be2a6d8f4d15900d8eac95016abaf11d17892633dbf23ad8cdffa3df818996ff" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/noble/majestic.json" +hash = "68e88a488bebcb08ebfd3df78396ae7542404cf778b1ed41cc3e04e415cf505c" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/noble/noble.json" +hash = "f93bd69c776ba4f04b19e98800756d51ae0d3fe04645b643b1734481115141ac" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/rocky/resilient.json" +hash = "31d058b6871346b7dd8b88a3aa5dccafb6c3d9ad4a37cf064fa35c2d463295c2" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/rocky/robust.json" +hash = "d2c5219ae9dcbae6ae5b011194f73cac1ca1ea068d4f83fbd9a5aaebf7c2abea" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/rocky/rocky.json" +hash = "080999a947d88cada9d8f40c8ec3db372b2f7f8e6d40634290d4a7377209a579" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/wasteland/dessicated.json" +hash = "de52fc43b4603eccf03efd28011734dbf5b23724b9c9033f4e30edcc2c8217ae" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/mutation/wasteland/dried.json" +hash = "d5523aeb32bcbe7a4f8fa8a4eda2235589c9f9ffbd09fefe767e97028c65964e" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/species/argentum.json" +hash = "3d482ce9ffcf386238787df2969a71831d2e38b0d62e7dc6e63db22c7810d28b" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/species/botanic.json" +hash = "318fdcc45e3c311b2573ce2ca8dd53f004545d152a6ec349dc46bce869d7296d" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/species/dawnstone.json" +hash = "121b2144b723dfaa21ba9c3ba625ed03e2064727f4f26dbb13d9326266295b4d" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/species/demonite.json" +hash = "13cac182122dbda5a40dcfc848d56b022d4dcc3d8fb8a22d518038f8d13c3fa7" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/species/dessicated.json" +hash = "93537c0391b184a3324ff3ada42e68fb6643d267e2db2189c5c828e46e7056d9" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/species/dried.json" +hash = "d0c87fe176f04c6614cba57e3211b223cf4defe49acd5f537b816779131ea2fd" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/species/fluorite.json" +hash = "58bc71cdf1e5406289a5958aead77c19708e081e4d7e917895ed2c55377bf31b" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/species/natural.json" +hash = "eb6ae028ae2aef3cadef1b30f9f9fbc72aaa47dec767f3029523bc1f45c427c0" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/species/osmium.json" +hash = "e1af59d916c51ec197eb6e0202a13d3f58692a3c0089257fbb5b930cbedb63e8" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/species/plumbum.json" +hash = "624de250af7143d89b830600db4c407d40763f36852908fa2bfb9c5ea6b80584" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/species/radioactive.json" +hash = "e003ad4333fdd72459772f2d838f38dcb27b959e68550f449cb7a104f16af43f" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/species/silicate.json" +hash = "1d950a75ad84c33970b671afecee4e6d0578281e71bea44f0dfbeb35dfac623f" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/species/source.json" +hash = "524570d9b548db58a23a2fd425160a4a51a915202ba857a0e9e2d52c668fbcfc" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/species/stannum.json" +hash = "e7358d515eb056433829fe0324fa5d3d37136425afd1628c3d5b86dc309b2974" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/species/terra.json" +hash = "4bcca083e882dfa03dd43b1f0385988528be4bb69bf37d9479d1188421e18569" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/species/wasteland.json" +hash = "1e710d2dc2c7d4885f064e0adb80942bf6713ce3e7fee1f82ae9778a0c0dd12c" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/species/willful.json" +hash = "bb6551c561deeb4897c950a088298b769cba6361c2f5215ca9c7931690d83709" + +[[files]] +file = "kubejs/data/reclamation/complicated_bees/species/zincum.json" +hash = "454c36ba1babead692b028b6a24732fb302578ea11d50c98891321691ec2a8b4" + +[[files]] +file = "kubejs/data/reclamation/emi_loot_data/table_exclusions.json" +hash = "feacda8e507b1bd905b8d801c2d9a48d36aa4d8e95e976915a278e03ee568e58" + +[[files]] +file = "kubejs/data/reclamation/enchanted/altar/blocks/agricraft_crops.json" +hash = "1c65fa023648021510bb7fbfdd0d28d6bc14b0c98784b1cedb2e442bfb976034" + +[[files]] +file = "kubejs/data/reclamation/enchanted/altar/blocks/podzol.json" +hash = "49bd3a388522297297aa10f7c47e34a45eedb54d66b16cccb6dbc2290e6e4fec" + +[[files]] +file = "kubejs/data/reclamation/enchanted/altar/upgrades/alchemy_array.json" +hash = "114e9feead6b4889f0d0970a890104c045cf70ca37e2cd7ec70d263c819bf720" + +[[files]] +file = "kubejs/data/reclamation/enchanted/altar/upgrades/husk_head.json" +hash = "215f15777f7651c9cdb8a282bdfa75fd4b06774fc7f402f88820c95cef2a31c1" + +[[files]] +file = "kubejs/data/reclamation/enchanted/circle_magic/rite/bad_omen.json" +hash = "7d2bc3176fdb28f79797b8b3dea75436e9317dc8bf393d6ecc688da5083b8bdd" + +[[files]] +file = "kubejs/data/reclamation/enchanted/circle_magic/rite/blaze_cage.json" +hash = "eb3172dacc00f37081341cc70750fa606d183b3996ad603ea31e24d695f85a27" + +[[files]] +file = "kubejs/data/reclamation/enchanted/circle_magic/rite/bud_amethyst.json" +hash = "edd7165b700e239e95beacc8faee21cc5cd4449d2bdf3b71e242762325c9f78c" + +[[files]] +file = "kubejs/data/reclamation/enchanted/circle_magic/rite/creative_cube.json" +hash = "9dce26c5ad401a86d64e3d728dd8d2cd2afd2bbc0daf0f19e2ce9b4bab9d483e" + +[[files]] +file = "kubejs/data/reclamation/enchanted/circle_magic/rite/digital_meteor.json" +hash = "3d6002d6b172de89286c50277143a0e0a06d71ddbe4f6d1e21e59d0f67a30bc9" + +[[files]] +file = "kubejs/data/reclamation/enchanted/circle_magic/rite/ender_portal.json" +hash = "0754c2825bb7373e6a16a3e3fa8718b3d162c7d97d92f060540d11eb1beca299" + +[[files]] +file = "kubejs/data/reclamation/enchanted/circle_magic/rite/guardians.json" +hash = "9a4d0dd7b1f04f2a22726ba2ecde849999079b9b6d9b1b5fb6ad7b2bac5bde49" + +[[files]] +file = "kubejs/data/reclamation/enchanted/circle_magic/rite/infuse_amalgam.json" +hash = "360e94f30c42fabd7861b329829f50e5390463efc9c944228afd3f07e351ab18" + +[[files]] +file = "kubejs/data/reclamation/enchanted/circle_magic/rite/summon_blaze.json" +hash = "4e4414b5b4694afe1849ba13018f832ea82f74c3b2812b795fc165cdf6881611" + +[[files]] +file = "kubejs/data/reclamation/enchanted/circle_magic/rite/summon_nest.json" +hash = "dcb096daa3056b6eb270f41461dac89f2f14ff9f292ef4c741b4173f2f383624" + +[[files]] +file = "kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/bamboo_jungle.json" +hash = "a29d2503f47fe9ec1e7e741f69169f174f0dae6ff6f0e1b9a31ffa8c0d30cbc3" + +[[files]] +file = "kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/beach.json" +hash = "a17656e3ee4572f8b3d156a0721482839007376f21a169beeb10eec1029f53c7" + +[[files]] +file = "kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/crimson.json" +hash = "6f4efdccf4f9dbce573e956858af685ccae9bdfbc71e666d2aaa309d3f1f17f0" + +[[files]] +file = "kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/delta.json" +hash = "69322732f23be9b6f6d6d741f64674c409a644ac01a5927d0900fd1065ada0bf" + +[[files]] +file = "kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/desert.json" +hash = "157a858d538ecda883c01c3154ea655cf544f8d822f9139cdb9405a34b3ae9b8" + +[[files]] +file = "kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/forest.json" +hash = "fb139815a1b67270099495e01c0378a319583ea61d6b4bf6dfffe887df13fef4" + +[[files]] +file = "kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/mushroom_fields.json" +hash = "7018dde61ff42aa910cce2596e198d752fbbe19a3bf528934d91d89da3d7590b" + +[[files]] +file = "kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/ocean.json" +hash = "ead6a4f648174e8022f970268c62df169a1e9f860793b203a22cee0b413239a8" + +[[files]] +file = "kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/plains.json" +hash = "c9f4bbfe44610237145e7b311278730dbad5bc0d9bd8dc6134bb2731560cf930" + +[[files]] +file = "kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/reclaim.json" +hash = "acb9def3ec7671c0fd74038bce67253d3c5c42272cc2a5fdd383448a44604c3e" + +[[files]] +file = "kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/river.json" +hash = "fbedcd8000115ea141d0718483e54220f33af43dadfe6e53db4b1744711582e1" + +[[files]] +file = "kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/snowy_slopes.json" +hash = "90af1133e76362d81eb23e2cd9c9fe351ef8d4a4aebf8c16d3746bc7d26a17cd" + +[[files]] +file = "kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/soul_sand_valley.json" +hash = "a7b0ddd2cb0516fb089229d4e80fb689cdd00731f6323853c81bb6332e4c1bc5" + +[[files]] +file = "kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/warm_ocean.json" +hash = "0746f8549e3e9baa2418e1c020e1178f1172be419b5eab532b8de3a9b959a8bc" + +[[files]] +file = "kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/warped.json" +hash = "6ee0025ce7caf24e73ab4b06147d7cb609af9ebfa08faa96cc181a33dc709eb5" + +[[files]] +file = "kubejs/data/reclamation/enchanted/circle_magic/rite/terraforming/wastes.json" +hash = "73212f1a906a132943b4f647d6f134ef92e4ebf1ba44e76c4d56a7f1b16b04fa" + +[[files]] +file = "kubejs/data/reclamation/enchanted/circle_magic/shape/clover.json" +hash = "88845d6f51213bf1fffaf8bb136e0f582e9c13e275048c9f05f51fff0f7714d6" + +[[files]] +file = "kubejs/data/reclamation/functions/bamboo_jungle/convert.mcfunction" +hash = "db2047ec372dccd51c330642ec718198a8e1122f9949992b4a83fdfe951d1209" + +[[files]] +file = "kubejs/data/reclamation/functions/bamboo_jungle/jungle_grass.mcfunction" +hash = "cbb6ebf350fc9653f757c587256ef1531463210d98e3ec68251491d05bcd25ac" + +[[files]] +file = "kubejs/data/reclamation/functions/bamboo_jungle/place_bamboo.mcfunction" +hash = "2a7bd138dd570abc7b58359ee3fd270e64c28067a141e7f9fc892cde77941780" + +[[files]] +file = "kubejs/data/reclamation/functions/bamboo_jungle/place_bamboo2.mcfunction" +hash = "7eb529bdfaf8e82b7e686dea871e6bf0b583df6ac8eaa859e44d67c170c6707c" + +[[files]] +file = "kubejs/data/reclamation/functions/bamboo_jungle/place_vegetation.mcfunction" +hash = "cbb6ebf350fc9653f757c587256ef1531463210d98e3ec68251491d05bcd25ac" + +[[files]] +file = "kubejs/data/reclamation/functions/bamboo_jungle/shell_0.mcfunction" +hash = "c373cb3ef994034bdbe75fd08fb2acd50a279db80cd1c76c78fcfcb4629f289a" + +[[files]] +file = "kubejs/data/reclamation/functions/bamboo_jungle/shell_1.mcfunction" +hash = "ff7a2a268b52e8441d475addec89f50b3844a3310a06bab78a39b65211c8faba" + +[[files]] +file = "kubejs/data/reclamation/functions/bamboo_jungle/shell_10.mcfunction" +hash = "b7b8187938e8d9f40be6d5c99c23e7811fcb2ed247b489a78ceadca90b4168bc" + +[[files]] +file = "kubejs/data/reclamation/functions/bamboo_jungle/shell_11.mcfunction" +hash = "a98a3988a8073588c62742d63c78af869569a85c7371577746819f84e66a264d" + +[[files]] +file = "kubejs/data/reclamation/functions/bamboo_jungle/shell_12.mcfunction" +hash = "a0547ca3d47894e329af11c3a4c85d8f0bf69f4713d1530164d9114635f93374" + +[[files]] +file = "kubejs/data/reclamation/functions/bamboo_jungle/shell_13.mcfunction" +hash = "e48cfa8f449db7000f73f3ba79af5e5b2869c3e9bfa9f9ad6571e110b786861d" + +[[files]] +file = "kubejs/data/reclamation/functions/bamboo_jungle/shell_14.mcfunction" +hash = "188e6924de4d67a5d74fa285fca1d4a83a58b095c61771caa986987d2f7738bd" + +[[files]] +file = "kubejs/data/reclamation/functions/bamboo_jungle/shell_15.mcfunction" +hash = "227cdafada6297d51c594b22604f95feff2d78a0ffcdcc3119a72492cff86dae" + +[[files]] +file = "kubejs/data/reclamation/functions/bamboo_jungle/shell_16.mcfunction" +hash = "5fdd00658cc6836e35ba70711b01465df4a645982980fa8ede5340917fa71bd2" + +[[files]] +file = "kubejs/data/reclamation/functions/bamboo_jungle/shell_2.mcfunction" +hash = "9eedea3c0be50ff4d9c6b5fd54582ef527868073a209f632e9de92564201ebe4" + +[[files]] +file = "kubejs/data/reclamation/functions/bamboo_jungle/shell_3.mcfunction" +hash = "917bea88e46c404306e8ebe79fb9e6e8665611bdf35e3e198f0e15acf8448448" + +[[files]] +file = "kubejs/data/reclamation/functions/bamboo_jungle/shell_4.mcfunction" +hash = "3fe4788137f411f81fabbaa17bb95b2bc689672f02f11c4df5dba762746ee83b" + +[[files]] +file = "kubejs/data/reclamation/functions/bamboo_jungle/shell_5.mcfunction" +hash = "9c321fda4c1da7ff617248865033531ddc38b6c1cca581da57ff676bdbd92950" + +[[files]] +file = "kubejs/data/reclamation/functions/bamboo_jungle/shell_6.mcfunction" +hash = "9cdc65a57abf725b1fc8098748273e2e989751b526b841d7014466d6d7d3746f" + +[[files]] +file = "kubejs/data/reclamation/functions/bamboo_jungle/shell_7.mcfunction" +hash = "071f32536d3f813d4887d110c451e8e5b6b57d5c6d082b008789ffc907da2455" + +[[files]] +file = "kubejs/data/reclamation/functions/bamboo_jungle/shell_8.mcfunction" +hash = "d81962d6e52632da5376d6e4da3487c9c6e29abf688bb5b6c211e7a0d3667e70" + +[[files]] +file = "kubejs/data/reclamation/functions/bamboo_jungle/shell_9.mcfunction" +hash = "b7065347d48b3c94103c5a1865086c10cc885cd155ac82370bb21981da2c0397" + +[[files]] +file = "kubejs/data/reclamation/functions/beach/convert.mcfunction" +hash = "e106091188f8ba0a6ab94dd809f1b238d7f938f8ab6f4dc4637224a4c8c5e932" + +[[files]] +file = "kubejs/data/reclamation/functions/beach/shell_0.mcfunction" +hash = "c373cb3ef994034bdbe75fd08fb2acd50a279db80cd1c76c78fcfcb4629f289a" + +[[files]] +file = "kubejs/data/reclamation/functions/beach/shell_1.mcfunction" +hash = "2b9381bda1794046c01ef2e5b05e579fecace2faf2959500d1e453535d43be73" + +[[files]] +file = "kubejs/data/reclamation/functions/beach/shell_10.mcfunction" +hash = "8eab1c38d0e005ed5058fde7e178db59352d022680b8f3da78785278df9fa8ab" + +[[files]] +file = "kubejs/data/reclamation/functions/beach/shell_11.mcfunction" +hash = "1316bf730ff0611fc2a4e5f4d4a0247e4af7418f64a2189f7b2c87f1eb0a898f" + +[[files]] +file = "kubejs/data/reclamation/functions/beach/shell_12.mcfunction" +hash = "25e5769f8f295536987bf6d9bd2eb5de8111c9e36b264952ed14dec30122d43f" + +[[files]] +file = "kubejs/data/reclamation/functions/beach/shell_13.mcfunction" +hash = "53eb90f5a9c467943be68d763d828b10059ae71195cfeb6a37841dc309f05154" + +[[files]] +file = "kubejs/data/reclamation/functions/beach/shell_14.mcfunction" +hash = "58364b6183509df99d5eaf553d30ef80902b5f6af82a01070481a844d4389a55" + +[[files]] +file = "kubejs/data/reclamation/functions/beach/shell_15.mcfunction" +hash = "8c7dde42c0a9c422b4a2c5872ff6b657948b72c99d02b1c0a3fdb3ff31e251fe" + +[[files]] +file = "kubejs/data/reclamation/functions/beach/shell_16.mcfunction" +hash = "be5d5661d649079a388f0d6125660a9b157911e33a4acb93297c23082e216cf2" + +[[files]] +file = "kubejs/data/reclamation/functions/beach/shell_2.mcfunction" +hash = "ed74f3417a666e134406cef1a0a5d9f281b97613b65da07e6d9fb51e228ed497" + +[[files]] +file = "kubejs/data/reclamation/functions/beach/shell_3.mcfunction" +hash = "1e2a5c7efaf9ff05e965920ef0b818ea3426640abe6354f005828ae5013ea04d" + +[[files]] +file = "kubejs/data/reclamation/functions/beach/shell_4.mcfunction" +hash = "1d8c26a073fd82bdbd980a6f4564e6a8e040127d8b58188de8792c201530a242" + +[[files]] +file = "kubejs/data/reclamation/functions/beach/shell_5.mcfunction" +hash = "b0cebdfa6a8faeccfaef4c32ff835c653f7e6c975fcd3fad48f346b30bab6721" + +[[files]] +file = "kubejs/data/reclamation/functions/beach/shell_6.mcfunction" +hash = "266190e8f79b211d3b066d7f73b34a903492d4155f748d795685dc9c463e36c9" + +[[files]] +file = "kubejs/data/reclamation/functions/beach/shell_7.mcfunction" +hash = "efc8ca7e6de6b1646192d107d839cfc72faaac590612309ce591327f2e32d3b2" + +[[files]] +file = "kubejs/data/reclamation/functions/beach/shell_8.mcfunction" +hash = "04e35dd2b0c8b8da6764ff5aa1f84e0b328b30b327901177f70377e8522c4b30" + +[[files]] +file = "kubejs/data/reclamation/functions/beach/shell_9.mcfunction" +hash = "ff22c456a8f9ba7489a722970e7c486cddfd0084001d934ef881a72262e6056a" + +[[files]] +file = "kubejs/data/reclamation/functions/create_nest.mcfunction" +hash = "f7309f553358bd10dc1418ca43a1c54585362694b8f35e6920f8a971cfeab057" + +[[files]] +file = "kubejs/data/reclamation/functions/crimson/convert.mcfunction" +hash = "a1d56b4fcbd5b6de25ab265cc860d6946ceda12ff031025b80c15e1ba63b257b" + +[[files]] +file = "kubejs/data/reclamation/functions/crimson/place_fungus.mcfunction" +hash = "bedb838b4878866a6136a64b60f3108923b4e1ccae0fd4bd909b688aab78cca0" + +[[files]] +file = "kubejs/data/reclamation/functions/crimson/place_propelplant.mcfunction" +hash = "8d9529e9dc8ccf7098d721ee56662f83433d02e4f03d89a84582e28d1cd3dcee" + +[[files]] +file = "kubejs/data/reclamation/functions/crimson/place_vegetation.mcfunction" +hash = "eba7091f4fc98ef7576ca4e649b20199e498f44c9770d5da2c56c15e8fe6b137" + +[[files]] +file = "kubejs/data/reclamation/functions/crimson/shell_0.mcfunction" +hash = "c373cb3ef994034bdbe75fd08fb2acd50a279db80cd1c76c78fcfcb4629f289a" + +[[files]] +file = "kubejs/data/reclamation/functions/crimson/shell_1.mcfunction" +hash = "6dd489eb45aeda58ab10b35779f062d37bd9ac4dc36a795c8cc5d653f23b72cd" + +[[files]] +file = "kubejs/data/reclamation/functions/crimson/shell_10.mcfunction" +hash = "7bcd8612ffc1653883c915b7b5e28fa6c609bbc260436ba46ff1d3ca73fbeeec" + +[[files]] +file = "kubejs/data/reclamation/functions/crimson/shell_11.mcfunction" +hash = "d85059bff4c17504222d07669d05c3c3dd4e3aff06e28866fb5e54f49ebcabab" + +[[files]] +file = "kubejs/data/reclamation/functions/crimson/shell_12.mcfunction" +hash = "1523d673ced3cd62d970a7962daee9b0479dd6e64ed5b403c6c87714314a5028" + +[[files]] +file = "kubejs/data/reclamation/functions/crimson/shell_13.mcfunction" +hash = "02cdc96f5c911aa83c6a68e5000fd04d9b971a5bf6a2808b678350559a0d6697" + +[[files]] +file = "kubejs/data/reclamation/functions/crimson/shell_14.mcfunction" +hash = "4127a1745789f2ec6a224af85e13498b2ab26f8cb6f75d26e93b0f287a3da693" + +[[files]] +file = "kubejs/data/reclamation/functions/crimson/shell_15.mcfunction" +hash = "1ec1ed30b77f4e31002543ece21044cc98798202b56bcdff6fd10fd3326c7a18" + +[[files]] +file = "kubejs/data/reclamation/functions/crimson/shell_16.mcfunction" +hash = "74f5788f021cbd6c76b2aa2851bf237bc3427f9be0eda3543561ce475fbb8b71" + +[[files]] +file = "kubejs/data/reclamation/functions/crimson/shell_2.mcfunction" +hash = "887764a83af19815696d507798c3ee7d16480995a84c0e847afdc04cca581e21" + +[[files]] +file = "kubejs/data/reclamation/functions/crimson/shell_3.mcfunction" +hash = "78736836279d5359247f0418ff5900f9aebd09ad7b22964878866dc98774c3ba" + +[[files]] +file = "kubejs/data/reclamation/functions/crimson/shell_4.mcfunction" +hash = "e5246dc4465f5e4a5f51b06c675c392b68b4a743f3f8bb8cdfb57d521a360a9f" + +[[files]] +file = "kubejs/data/reclamation/functions/crimson/shell_5.mcfunction" +hash = "35c298d77eead7db77790abd39825374086dd2eb8788db0301914f534e3ec30d" + +[[files]] +file = "kubejs/data/reclamation/functions/crimson/shell_6.mcfunction" +hash = "2ddc2517436b7bee23f90fdcf848574bb373baeca4c93cb8d8a9a37b14222b33" + +[[files]] +file = "kubejs/data/reclamation/functions/crimson/shell_7.mcfunction" +hash = "145f11511cde66bc2144e5b738101bb14cc6d7b4f76c1e8aea4c6beead5f9205" + +[[files]] +file = "kubejs/data/reclamation/functions/crimson/shell_8.mcfunction" +hash = "b0c4e911e454b523a0efa4bfa1049072e2ead48a21e054c535d9d409db0bf372" + +[[files]] +file = "kubejs/data/reclamation/functions/crimson/shell_9.mcfunction" +hash = "31b0f7a7da6d35d12b8674cc7d874d4c3482288e6d5ddb7b4ac41e7322f4a52e" + +[[files]] +file = "kubejs/data/reclamation/functions/delta/convert.mcfunction" +hash = "663ca9d847b19f5a459b9f0fe9179babdb539b4b5c1547ae0d5d3e9d04c38c8c" + +[[files]] +file = "kubejs/data/reclamation/functions/delta/place_basalt_blob.mcfunction" +hash = "672a409177708639dc1cd507f5cde427462308914fa4de6bdb30b6b4f49c6b5a" + +[[files]] +file = "kubejs/data/reclamation/functions/delta/place_blackstone_blob.mcfunction" +hash = "f3f18d154a8c880c8a65677fe26bec1f3cc42b4ab7502d4619cf3559c0c97ca8" + +[[files]] +file = "kubejs/data/reclamation/functions/delta/place_delta.mcfunction" +hash = "591751af5e8aa7eca4525bef12f63f4d7913a68b51d0480b44bf37c9af18d4d4" + +[[files]] +file = "kubejs/data/reclamation/functions/delta/place_large_columns.mcfunction" +hash = "34c37cb1afce670ab458b2c6aa5d940657f597a7de64740f8dd716d90a96ae1c" + +[[files]] +file = "kubejs/data/reclamation/functions/delta/place_small_columns.mcfunction" +hash = "0a987945e61e019145b4bd3c2591e634694289115cd575d991e511e9bb6a1c17" + +[[files]] +file = "kubejs/data/reclamation/functions/delta/shell_0.mcfunction" +hash = "c373cb3ef994034bdbe75fd08fb2acd50a279db80cd1c76c78fcfcb4629f289a" + +[[files]] +file = "kubejs/data/reclamation/functions/delta/shell_1.mcfunction" +hash = "ad773863743db71158cfa2a2fd8f8ef43fc66f11a6f91f344dd13bd8e688ce65" + +[[files]] +file = "kubejs/data/reclamation/functions/delta/shell_10.mcfunction" +hash = "47791e2054d0fb01a7e95a7e1498e1a56daa29eea3e7cf9ddefb91f4eec18798" + +[[files]] +file = "kubejs/data/reclamation/functions/delta/shell_11.mcfunction" +hash = "5f98f1bbe95d4d412699124243a90552254abd7f5f9145d0f0e6313a045f60fd" + +[[files]] +file = "kubejs/data/reclamation/functions/delta/shell_12.mcfunction" +hash = "211ae8eced9d92f942f10dd1055637feb68cc97aa28fe7157875d6382da6cf31" + +[[files]] +file = "kubejs/data/reclamation/functions/delta/shell_13.mcfunction" +hash = "8f4311e9a88e5237e9b3747965221dfad03408aa30f972486f237ccf7b1220f4" + +[[files]] +file = "kubejs/data/reclamation/functions/delta/shell_14.mcfunction" +hash = "d0c9637f6140f3a6533023fdf78d30e14ba44a55c4318a35716502354826a46a" + +[[files]] +file = "kubejs/data/reclamation/functions/delta/shell_15.mcfunction" +hash = "42076075d8f6f98467cc287adb4b192c545dede43d46a0a1809a849372ddc5d3" + +[[files]] +file = "kubejs/data/reclamation/functions/delta/shell_16.mcfunction" +hash = "ca0b172b419a8ea5b6bcbecce9cc3c5cc925fc69c8939b408b9210ef7206270d" + +[[files]] +file = "kubejs/data/reclamation/functions/delta/shell_2.mcfunction" +hash = "39f42826f29b8b7871496f97eded39557d983b23445a26b23ca118d96a5e5865" + +[[files]] +file = "kubejs/data/reclamation/functions/delta/shell_3.mcfunction" +hash = "bfacd13371019a9cc764cc89c5ab5a66a10c310f401d1f56b2e8dd4d6f210681" + +[[files]] +file = "kubejs/data/reclamation/functions/delta/shell_4.mcfunction" +hash = "32dd80c85d6e028ee1e6aa9f0c82641a30c57cb2a33401a7892d5ccde87b06c6" + +[[files]] +file = "kubejs/data/reclamation/functions/delta/shell_5.mcfunction" +hash = "74c9a438f8b52b4dff315d4bef8ddebae648444abced0cd78bcc755dd216fe47" + +[[files]] +file = "kubejs/data/reclamation/functions/delta/shell_6.mcfunction" +hash = "0363495caab090e319596d3ddb82b666442a7d3afa204d7ae38d377d4d4b14ca" + +[[files]] +file = "kubejs/data/reclamation/functions/delta/shell_7.mcfunction" +hash = "26907ed1dbc76fa4e45b120c8aba9f5ca90d1a1eb94ecc436a500859afd8f785" + +[[files]] +file = "kubejs/data/reclamation/functions/delta/shell_8.mcfunction" +hash = "304b27f9d0c5555a76a69d55ea0f982dbdd993bf39404785a1cd345313e5a869" + +[[files]] +file = "kubejs/data/reclamation/functions/delta/shell_9.mcfunction" +hash = "ac10cc54f095414a1e64795997f4e3f016837e6d3bba836a41584392b43c4684" + +[[files]] +file = "kubejs/data/reclamation/functions/delta/skip_blackstone_to_basalt.mcfunction" +hash = "28035b5ef78ee89f952f714774fc23c479e4d05e2a141746b70d248f0acb64da" + +[[files]] +file = "kubejs/data/reclamation/functions/desert/cactus.mcfunction" +hash = "37785a8e80f46f04944d2cde2f2f66ccbe48e28414b42bac2e492d6439d48bad" + +[[files]] +file = "kubejs/data/reclamation/functions/desert/convert.mcfunction" +hash = "cb9061654ceb0b77be1823d6d53005ce37b3a10a8917235fcd1cc0635947bafb" + +[[files]] +file = "kubejs/data/reclamation/functions/desert/dead_bush.mcfunction" +hash = "8ed2b98b4cd5d1127b1cea1b916e7b608527bc995cb342071c5034e16fd8a52b" + +[[files]] +file = "kubejs/data/reclamation/functions/desert/shell_0.mcfunction" +hash = "c373cb3ef994034bdbe75fd08fb2acd50a279db80cd1c76c78fcfcb4629f289a" + +[[files]] +file = "kubejs/data/reclamation/functions/desert/shell_1.mcfunction" +hash = "52690e3fecb7320d8913c0d260ed23e088b46071962bf5e89d2d2578b1882bb3" + +[[files]] +file = "kubejs/data/reclamation/functions/desert/shell_10.mcfunction" +hash = "73c051e80f3f0deb269e944b8156bb07a8fc1857bec06113f470de6d456135bd" + +[[files]] +file = "kubejs/data/reclamation/functions/desert/shell_11.mcfunction" +hash = "622b2ac19293d9b6f810d1e19110190e321c70e0d23a2799c53df412ed227587" + +[[files]] +file = "kubejs/data/reclamation/functions/desert/shell_12.mcfunction" +hash = "ae30629bedef0144daa407cd0e936dbc58652dc7377382f110d4f306ee9ffed6" + +[[files]] +file = "kubejs/data/reclamation/functions/desert/shell_13.mcfunction" +hash = "b36cccd9c3decfe727a1083ba454193d4713aae1f14e1cbb27f95a57876cf6d5" + +[[files]] +file = "kubejs/data/reclamation/functions/desert/shell_14.mcfunction" +hash = "b3aa5950f87cf2d2e728ee96fdb42cc610521867fb60e5540866537659b15deb" + +[[files]] +file = "kubejs/data/reclamation/functions/desert/shell_15.mcfunction" +hash = "bfd989d6fb3b28a96c53f046392034e98669024fb4e73e4c0a4f6f26b70603fa" + +[[files]] +file = "kubejs/data/reclamation/functions/desert/shell_16.mcfunction" +hash = "34ffc89cb931e1298565448cdf760b24a8f21d3241fa535548abdf9ec14d8390" + +[[files]] +file = "kubejs/data/reclamation/functions/desert/shell_2.mcfunction" +hash = "1af296be8fb933e9d54a95edda24e90444a2ea9c1e0c3eb9672cd8731164e2ed" + +[[files]] +file = "kubejs/data/reclamation/functions/desert/shell_3.mcfunction" +hash = "c984cbf3bba256e886bfccea6aeecf5e53594ae31245ef0559decf1f5666b637" + +[[files]] +file = "kubejs/data/reclamation/functions/desert/shell_4.mcfunction" +hash = "96b76690e02d6dbe12536178b01f8b5726013dfe777e28677d7298eb59135953" + +[[files]] +file = "kubejs/data/reclamation/functions/desert/shell_5.mcfunction" +hash = "104a54a8c401e13170afc9cda7384ccbe47eb3a41b7325a916daf344b5f31d94" + +[[files]] +file = "kubejs/data/reclamation/functions/desert/shell_6.mcfunction" +hash = "6950aa9e1154fe04bc8a5c69f25855e0387989a14f48ba16a775e21dbae80cb9" + +[[files]] +file = "kubejs/data/reclamation/functions/desert/shell_7.mcfunction" +hash = "f14948280a9c39f40a2846dd60fc18fcd1057372621af5444aba3582afbade80" + +[[files]] +file = "kubejs/data/reclamation/functions/desert/shell_8.mcfunction" +hash = "46f04fab8560b5b2466827c84fcc2f7744416f4ec639ed3e77af17bca2e8fc68" + +[[files]] +file = "kubejs/data/reclamation/functions/desert/shell_9.mcfunction" +hash = "2d418200cc655ec9e74019adaf56e14e20c01a2b1a6c39fa0eebba489bbf91be" + +[[files]] +file = "kubejs/data/reclamation/functions/end_portal_frame.mcfunction" +hash = "4b5c37b12bec7079157ac15ce69e643d578c639289d85f42d9638611c0807129" + +[[files]] +file = "kubejs/data/reclamation/functions/forest/convert.mcfunction" +hash = "6f7ba5cba580ec968a3899eced0f65a4e8e55cce6417115eb63fd52df5718436" + +[[files]] +file = "kubejs/data/reclamation/functions/forest/place_flowers.mcfunction" +hash = "626edd243b71f07c69f5bfa912815b9b3775d957ff2b0622bc276065646a7dd5" + +[[files]] +file = "kubejs/data/reclamation/functions/forest/place_grass.mcfunction" +hash = "fbd45301b562722eda2b06c0dad8841987f8f2d379baa58a28a3a70e6ec35f19" + +[[files]] +file = "kubejs/data/reclamation/functions/forest/place_tree.mcfunction" +hash = "b0dce50864a95e42432df1eabe6647602c732f31ccb76bfdfc76f80068843188" + +[[files]] +file = "kubejs/data/reclamation/functions/forest/shell_0.mcfunction" +hash = "c373cb3ef994034bdbe75fd08fb2acd50a279db80cd1c76c78fcfcb4629f289a" + +[[files]] +file = "kubejs/data/reclamation/functions/forest/shell_1.mcfunction" +hash = "c185349732f7ed8cd8d4053b100d33e6676247bf19affdc5581083bbe8672fc4" + +[[files]] +file = "kubejs/data/reclamation/functions/forest/shell_10.mcfunction" +hash = "bf9497cb29ab3f4d4b4a013c3d56c811f35d7dc369019cbed5c816cd71b94ebb" + +[[files]] +file = "kubejs/data/reclamation/functions/forest/shell_11.mcfunction" +hash = "62c6e024d80bb088701195d709ada1bce50bffbb1d0b5c9e9043278c32b4ab13" + +[[files]] +file = "kubejs/data/reclamation/functions/forest/shell_12.mcfunction" +hash = "2ab7a4245b48240474226ea0f7528a1759b9128e4c4ab15e5a26acdf91bf0df5" + +[[files]] +file = "kubejs/data/reclamation/functions/forest/shell_13.mcfunction" +hash = "e5271eb46186522604095eb2d7a0a3f02edaba74b7ac50b26f88790d1ffd47c4" + +[[files]] +file = "kubejs/data/reclamation/functions/forest/shell_14.mcfunction" +hash = "b9bb4e93c53368ca27893fb9918eb49a587b79925f1658a96db8a418835a9f87" + +[[files]] +file = "kubejs/data/reclamation/functions/forest/shell_15.mcfunction" +hash = "7b919b62e6b1df3c3cff45aef7702ac01535a47bd02eb61c06864b505a6c6033" + +[[files]] +file = "kubejs/data/reclamation/functions/forest/shell_16.mcfunction" +hash = "146ec96830ad4555ba4ed920e7ef35e9fe0c7c3964f7fc6201696210849e40c1" + +[[files]] +file = "kubejs/data/reclamation/functions/forest/shell_2.mcfunction" +hash = "fb3eafa6d3da3dd4bf59874eeff22f8b2f7b98b9dc748125af947f09a70f0502" + +[[files]] +file = "kubejs/data/reclamation/functions/forest/shell_3.mcfunction" +hash = "1854c6fcdaa280151910df47bbb48604507da7417845594f14ccf49291dc4e76" + +[[files]] +file = "kubejs/data/reclamation/functions/forest/shell_4.mcfunction" +hash = "a865eaa624f613f8f57c24121ad642f26f32b4739a49437347118c06f9bb8e7e" + +[[files]] +file = "kubejs/data/reclamation/functions/forest/shell_5.mcfunction" +hash = "c3e48e1bbe5be90439f2cb5e030a5b3240454e0e05bdaaecc592e73d61754cec" + +[[files]] +file = "kubejs/data/reclamation/functions/forest/shell_6.mcfunction" +hash = "45bd411a6aab2ffb0a873de21c7c68c613f25878886c43e7e5eec6c6676a699e" + +[[files]] +file = "kubejs/data/reclamation/functions/forest/shell_7.mcfunction" +hash = "9bc00ba75b93136f153b7cf6edbd14a0b7aeecb229eb961770be58d043865968" + +[[files]] +file = "kubejs/data/reclamation/functions/forest/shell_8.mcfunction" +hash = "7560d7033fde1505e6e0468a8899aca5eed7f878d901d4b50cdd4acf9fad941c" + +[[files]] +file = "kubejs/data/reclamation/functions/forest/shell_9.mcfunction" +hash = "f635b81631630604c6fe2ffc432ec689243853ab46e8512d3a2a3c8d3ba0f023" + +[[files]] +file = "kubejs/data/reclamation/functions/mushroom_fields/brown_mushroom.mcfunction" +hash = "581a564c741591f38b1464a3b3d415a2865831833986509161e7cacd5800ed1f" + +[[files]] +file = "kubejs/data/reclamation/functions/mushroom_fields/convert.mcfunction" +hash = "f38ab7f325be799e68fe9afbd85843a31a2b0fa7ce92846f148c850e00d0c737" + +[[files]] +file = "kubejs/data/reclamation/functions/mushroom_fields/red_mushroom.mcfunction" +hash = "7baafe530b32e289947f33b5e8456af809af2fe6c15d4e4663de4b482fc9b462" + +[[files]] +file = "kubejs/data/reclamation/functions/mushroom_fields/shell_0.mcfunction" +hash = "c373cb3ef994034bdbe75fd08fb2acd50a279db80cd1c76c78fcfcb4629f289a" + +[[files]] +file = "kubejs/data/reclamation/functions/mushroom_fields/shell_1.mcfunction" +hash = "f2c33935a04bc52efd8bcf8e83f069f0dbc40ed9d5b038f74fbee4a3f85323c2" + +[[files]] +file = "kubejs/data/reclamation/functions/mushroom_fields/shell_10.mcfunction" +hash = "f43edaf5783bd7458f113d41effb104fcf32237ed17ea753d7876bb0a14c006a" + +[[files]] +file = "kubejs/data/reclamation/functions/mushroom_fields/shell_11.mcfunction" +hash = "5f185d7dd959b484445f9a67716bcb603c71ede57ee49d1985e035749c4ec7f1" + +[[files]] +file = "kubejs/data/reclamation/functions/mushroom_fields/shell_12.mcfunction" +hash = "47e7010983f97359fd9f60b8240ce6c09e2e4801197f112be05d007a121c8db9" + +[[files]] +file = "kubejs/data/reclamation/functions/mushroom_fields/shell_13.mcfunction" +hash = "469f7ec31fd2a722147c04b139d9252180b72d55f6009b9379d30b409695aad3" + +[[files]] +file = "kubejs/data/reclamation/functions/mushroom_fields/shell_14.mcfunction" +hash = "7c1433c788cc029b94621e414a58e1df3e1a376f05aa84b6a32df6ae75cf37d9" + +[[files]] +file = "kubejs/data/reclamation/functions/mushroom_fields/shell_15.mcfunction" +hash = "151ba05a5fb50bdaf25d96d85950bf3458941d97c87ca086cad1bab2a4860355" + +[[files]] +file = "kubejs/data/reclamation/functions/mushroom_fields/shell_16.mcfunction" +hash = "acc311d40e7e970614ca0b87a9f2cdd75ccaffcca5a846ea4961af831bb260dd" + +[[files]] +file = "kubejs/data/reclamation/functions/mushroom_fields/shell_2.mcfunction" +hash = "95e000c479bac6057996ae5300d59516609f132ea38316392ac0e05c7a525e40" + +[[files]] +file = "kubejs/data/reclamation/functions/mushroom_fields/shell_3.mcfunction" +hash = "402a62beb5e60a180f1a770f77cf61bfa64c2a556018053ddab23e1147cfd7b6" + +[[files]] +file = "kubejs/data/reclamation/functions/mushroom_fields/shell_4.mcfunction" +hash = "8144b639f3a5ea7f69212e9d582b729b3e9c45db731ea631bf6cdf65a773b26e" + +[[files]] +file = "kubejs/data/reclamation/functions/mushroom_fields/shell_5.mcfunction" +hash = "b099a09586f08e08e4c0ab69e8fcb9a29be5170194f33e3566cc9804bfc7fc13" + +[[files]] +file = "kubejs/data/reclamation/functions/mushroom_fields/shell_6.mcfunction" +hash = "12334342bfc5597ea0bea25f4187be09d09a3897fac39a69abb8b35dd04a8f1d" + +[[files]] +file = "kubejs/data/reclamation/functions/mushroom_fields/shell_7.mcfunction" +hash = "af6c36f29461c8267a22d33048e6e634e6cf1c2ae65796a8bb6d406fcbe34a94" + +[[files]] +file = "kubejs/data/reclamation/functions/mushroom_fields/shell_8.mcfunction" +hash = "e09adf4b51723f0ed20a9a67c740ce1c69cf7767ae3af5e5ff42f7a7d389d356" + +[[files]] +file = "kubejs/data/reclamation/functions/mushroom_fields/shell_9.mcfunction" +hash = "f2dba677831e8d389756a4707e539b4afb686e4ebef6531179927adc8369a2d0" + +[[files]] +file = "kubejs/data/reclamation/functions/mushroom_fields/vegetation.mcfunction" +hash = "b1febc52a716922f7f902fc0337d675a2d422dcafdcac6796b643b720cd5600b" + +[[files]] +file = "kubejs/data/reclamation/functions/ocean/convert.mcfunction" +hash = "6885a13acebe858eb675176d60054dbdd1fb23e6a5ebdd4c7b3797352b518951" + +[[files]] +file = "kubejs/data/reclamation/functions/ocean/shell_0.mcfunction" +hash = "c373cb3ef994034bdbe75fd08fb2acd50a279db80cd1c76c78fcfcb4629f289a" + +[[files]] +file = "kubejs/data/reclamation/functions/ocean/shell_1.mcfunction" +hash = "93b205cd4ef96f6e88f04f8a5fb3fa019c45c3cbfc1563a40be0df39c140327b" + +[[files]] +file = "kubejs/data/reclamation/functions/ocean/shell_10.mcfunction" +hash = "7723266c370b157f67b42a67ec48cc81b7e36ded6c6e5dbc7b1b30b07e7cc6a9" + +[[files]] +file = "kubejs/data/reclamation/functions/ocean/shell_11.mcfunction" +hash = "16dc6913d47eb5f38d1a818a563b181297f690f8c568cab11f45913eb048d33b" + +[[files]] +file = "kubejs/data/reclamation/functions/ocean/shell_12.mcfunction" +hash = "e822496f79d456b47a404dd9af21e9597012930986be4d99dc1cde604d84e701" + +[[files]] +file = "kubejs/data/reclamation/functions/ocean/shell_13.mcfunction" +hash = "b9da9a9857484dba4312627b73850f987e5ce6246fe5287a0a616fc4dd311d6e" + +[[files]] +file = "kubejs/data/reclamation/functions/ocean/shell_14.mcfunction" +hash = "b1b8f1e2e62ccf6e4efc460a6b6828ac0ab84b13ad41d736dae221203b41279d" + +[[files]] +file = "kubejs/data/reclamation/functions/ocean/shell_15.mcfunction" +hash = "a96ce4999d2141b9408573f52d128e9c26a50c8cab32931784107ea6623ad150" + +[[files]] +file = "kubejs/data/reclamation/functions/ocean/shell_16.mcfunction" +hash = "0939c8e9411d8883d9fc8131ab09bd9f74b76987ab781971ae621cd0c563c249" + +[[files]] +file = "kubejs/data/reclamation/functions/ocean/shell_2.mcfunction" +hash = "3dee2d545ea01b0dbf541f106c682d8ab55e789a9ea317cfb4448337273d9b50" + +[[files]] +file = "kubejs/data/reclamation/functions/ocean/shell_3.mcfunction" +hash = "6e73f1ccb9e7e0be576b9d541bbe468e94d85c7ecf0d2ff257bd380e1411b2a4" + +[[files]] +file = "kubejs/data/reclamation/functions/ocean/shell_4.mcfunction" +hash = "e521443df04159c47dec7d8f240a1ae489ce455b10eb7625a3d4000a9cf251ad" + +[[files]] +file = "kubejs/data/reclamation/functions/ocean/shell_5.mcfunction" +hash = "faf738c72145c4179880faec7a8c3f4b582498b4e50981a33911d7e5d3c2a98b" + +[[files]] +file = "kubejs/data/reclamation/functions/ocean/shell_6.mcfunction" +hash = "047f21bfcabf4ab26c2d841cd6d360645790a079a1a45137b62ffae4c3e71501" + +[[files]] +file = "kubejs/data/reclamation/functions/ocean/shell_7.mcfunction" +hash = "5b0793a26d9f2497ac17eca3bca62941362aa6107fc1c2e9074429874f572e65" + +[[files]] +file = "kubejs/data/reclamation/functions/ocean/shell_8.mcfunction" +hash = "8ebee21e4634fdbeff8217dbf6bd32e1f377451e66a8b98f36f2e9fd418663b8" + +[[files]] +file = "kubejs/data/reclamation/functions/ocean/shell_9.mcfunction" +hash = "17fe039d583334dc4236dae36df948e179d59da96c953798671048b3c602ce66" + +[[files]] +file = "kubejs/data/reclamation/functions/out.mcfunction" +hash = "b242889b3388ddb76887a2edd9c1fa9d3d0dec095698fe877af0eb28534dcd81" + +[[files]] +file = "kubejs/data/reclamation/functions/plains/convert.mcfunction" +hash = "eb990aa3d54f713f4aa14674e62600146f78d9b0d6f5e40e784e5293a41b6cfa" + +[[files]] +file = "kubejs/data/reclamation/functions/plains/shell_0.mcfunction" +hash = "c373cb3ef994034bdbe75fd08fb2acd50a279db80cd1c76c78fcfcb4629f289a" + +[[files]] +file = "kubejs/data/reclamation/functions/plains/shell_1.mcfunction" +hash = "552056e28af3dd0fa8384e8da182f1ef0f886b104901e186e8df8ac38667954b" + +[[files]] +file = "kubejs/data/reclamation/functions/plains/shell_10.mcfunction" +hash = "a6d61c4a8f7abe1d76f50d6c072ccb68ecfb39e96c29578c8dc71a45c13fa064" + +[[files]] +file = "kubejs/data/reclamation/functions/plains/shell_11.mcfunction" +hash = "9281c97861c7bacb7da4a2539dd2005c42931027c89bfdc7675df7b13fb2fc9d" + +[[files]] +file = "kubejs/data/reclamation/functions/plains/shell_12.mcfunction" +hash = "96c5027dfac3d73b13cd7776af34436e11faa8119636f9c7e7f4990572bda803" + +[[files]] +file = "kubejs/data/reclamation/functions/plains/shell_13.mcfunction" +hash = "54043373adb30ae6ac06fb9d0dd42f6ab868eef7eb95d535b86e2812f4767ffa" + +[[files]] +file = "kubejs/data/reclamation/functions/plains/shell_14.mcfunction" +hash = "afb3460a466ebb16df6463c48295d45e77c6f8f56910b422d41fad20fda1939f" + +[[files]] +file = "kubejs/data/reclamation/functions/plains/shell_15.mcfunction" +hash = "18e83bdc8bdf3a46d2d5b1758c80d72dbdcb88648a3ad66949a9769478c8d0b0" + +[[files]] +file = "kubejs/data/reclamation/functions/plains/shell_16.mcfunction" +hash = "03f072d5e84e43fd9fa7ef7bd71be5b68306e88dcc2531898d1196b84839c64f" + +[[files]] +file = "kubejs/data/reclamation/functions/plains/shell_2.mcfunction" +hash = "3fde7f0f612d4975dcaf0a3b4d1775bfbf27721f47f786141187b508d265f079" + +[[files]] +file = "kubejs/data/reclamation/functions/plains/shell_3.mcfunction" +hash = "24b4ff11b0b7ffa5dd7a63c1ddc06ff2c94f7ae9ecaed60deefec3a40e48684b" + +[[files]] +file = "kubejs/data/reclamation/functions/plains/shell_4.mcfunction" +hash = "b5723ba9a905548cb6e3ac27500ef53b155dcc80e8f45758007104cf771bbebb" + +[[files]] +file = "kubejs/data/reclamation/functions/plains/shell_5.mcfunction" +hash = "052eee56fbf4a3484bb045c1f5bb9a1a5afe887a8de7439627f6c7097d145ddd" + +[[files]] +file = "kubejs/data/reclamation/functions/plains/shell_6.mcfunction" +hash = "6d571dc578163539e18584962fd9d3e9557415856ac7501138b71626a71d37c2" + +[[files]] +file = "kubejs/data/reclamation/functions/plains/shell_7.mcfunction" +hash = "09d0b794d53e612588953ab03620edc9af7e84c33d733f631661cf59465fb3ae" + +[[files]] +file = "kubejs/data/reclamation/functions/plains/shell_8.mcfunction" +hash = "5ce641b395b3d353daa756aecf82f05951309b376e4fbc0569ffb22440fd577c" + +[[files]] +file = "kubejs/data/reclamation/functions/plains/shell_9.mcfunction" +hash = "fb95488051b6f5cb00c8a82bb5a3499be8c66d8f5c2e3cd1b403c34c03a8fdb8" + +[[files]] +file = "kubejs/data/reclamation/functions/reclaim/convert.mcfunction" +hash = "52cf64d02af85fa05913e231a5e0368f1c5a2e755b994f9c5b5b9da89a3281ba" + +[[files]] +file = "kubejs/data/reclamation/functions/reclaim/shell_0.mcfunction" +hash = "c373cb3ef994034bdbe75fd08fb2acd50a279db80cd1c76c78fcfcb4629f289a" + +[[files]] +file = "kubejs/data/reclamation/functions/reclaim/shell_1.mcfunction" +hash = "bee116714c11d41ec237f815ba557028b1d534d7d41d1cb419b611276910213c" + +[[files]] +file = "kubejs/data/reclamation/functions/reclaim/shell_10.mcfunction" +hash = "566af3252070c676be8137752a0523acf324be41d0007c38e637e89d1c0e52dd" + +[[files]] +file = "kubejs/data/reclamation/functions/reclaim/shell_11.mcfunction" +hash = "5203611a7c96fed6c89ee1c355af7573ec06258f04502d653c44aa4cd43c26c0" + +[[files]] +file = "kubejs/data/reclamation/functions/reclaim/shell_12.mcfunction" +hash = "3c107c636055dfee263c2f140926e530941fae04ebfc1aa2e6d50bc635dd36f1" + +[[files]] +file = "kubejs/data/reclamation/functions/reclaim/shell_13.mcfunction" +hash = "d1e4dc0ccef9cc1d273cd99e279ea01aaff5a990d48b72e9881e2044609c62c4" + +[[files]] +file = "kubejs/data/reclamation/functions/reclaim/shell_14.mcfunction" +hash = "6c5656c6fd7a64b9cbb0eb9defdb1fb0653374ee0f52295ab07139b1635c333a" + +[[files]] +file = "kubejs/data/reclamation/functions/reclaim/shell_15.mcfunction" +hash = "4c928dcb681d99dcb2fc611a6c6b235fd7593160632e578e854028643ae63043" + +[[files]] +file = "kubejs/data/reclamation/functions/reclaim/shell_16.mcfunction" +hash = "6276fdd1cb21205b09473f2c5eb291d11fdd7e263cffba87a561db0f7684a451" + +[[files]] +file = "kubejs/data/reclamation/functions/reclaim/shell_17.mcfunction" +hash = "4e2e5617767e199bebd90123d64a887677d0a35741fb90201e7c30a00bb1ac65" + +[[files]] +file = "kubejs/data/reclamation/functions/reclaim/shell_18.mcfunction" +hash = "3fb59964c9a22f5a346333fd250d4f6c945ed3938365805f2d61b1ecbbc314ad" + +[[files]] +file = "kubejs/data/reclamation/functions/reclaim/shell_19.mcfunction" +hash = "725b00a54c498d5792e2756048a3826fa55bad60a24437f378905909d1182764" + +[[files]] +file = "kubejs/data/reclamation/functions/reclaim/shell_2.mcfunction" +hash = "be6753b843d2c696d7fce39173c89f9cfcd6a08c2a8f8fdf3343327ccfb145f0" + +[[files]] +file = "kubejs/data/reclamation/functions/reclaim/shell_20.mcfunction" +hash = "4a4f5dcc2a6bf76dcd2abb6045d3d4f9b8f02e900a89caea85eb141ea7aa3476" + +[[files]] +file = "kubejs/data/reclamation/functions/reclaim/shell_21.mcfunction" +hash = "e03700267eeebbe65c14ac34ad4b0ccc6476946b79ee976f7917baa46aa82843" + +[[files]] +file = "kubejs/data/reclamation/functions/reclaim/shell_22.mcfunction" +hash = "bc29861913243ac24668fb7294719bf37e936f526e8e3aa09df6c8710cc788d4" + +[[files]] +file = "kubejs/data/reclamation/functions/reclaim/shell_23.mcfunction" +hash = "0f09dd99ed0707bd84279210278c85e3187ff2a37675475498e3607f74573d3d" + +[[files]] +file = "kubejs/data/reclamation/functions/reclaim/shell_24.mcfunction" +hash = "4ae0697b254bc86442df75c6700d2cc964d24ca3715508736499e5c10790cbcc" + +[[files]] +file = "kubejs/data/reclamation/functions/reclaim/shell_3.mcfunction" +hash = "0ae41090180eb4f593cef9ec9ecab3abea6c4be02fededd63cb9b85134c2508f" + +[[files]] +file = "kubejs/data/reclamation/functions/reclaim/shell_4.mcfunction" +hash = "9db0c0da23f33b4313f4d64d41bd4de32a0e4abeee3f02345915b8a8696395a5" + +[[files]] +file = "kubejs/data/reclamation/functions/reclaim/shell_5.mcfunction" +hash = "ca49dcfe2bbc2e29e70157e5d5d07cbd9dbf4733e442a952c3295bfbd30534b4" + +[[files]] +file = "kubejs/data/reclamation/functions/reclaim/shell_6.mcfunction" +hash = "3390dc1125f3e6d73d668219a616c80dee898350d7d373492110f87563f9bb0c" + +[[files]] +file = "kubejs/data/reclamation/functions/reclaim/shell_7.mcfunction" +hash = "a8d662c3a65f13f647c68f160f6149a0f8b1a590e7142631a60f35648776613f" + +[[files]] +file = "kubejs/data/reclamation/functions/reclaim/shell_8.mcfunction" +hash = "79d0b5b44c5990476a3e961705e6cd74afb21094506d9ade14646b887cf8e33a" + +[[files]] +file = "kubejs/data/reclamation/functions/reclaim/shell_9.mcfunction" +hash = "29d0a9bfc8df06a8b29f04e60d9e2398ea8f7ce029a47665d843b2c9a84ba27b" + +[[files]] +file = "kubejs/data/reclamation/functions/river/convert.mcfunction" +hash = "3aad31ed85e449cf6b563df4bfe08c2479a213b892735883adaef617b0d4f0e9" + +[[files]] +file = "kubejs/data/reclamation/functions/river/shell_0.mcfunction" +hash = "c373cb3ef994034bdbe75fd08fb2acd50a279db80cd1c76c78fcfcb4629f289a" + +[[files]] +file = "kubejs/data/reclamation/functions/river/shell_1.mcfunction" +hash = "2da496d6fb663c35110f1e931a158e22d5e82abc027e79281a449be3e98d1fd1" + +[[files]] +file = "kubejs/data/reclamation/functions/river/shell_10.mcfunction" +hash = "6d0b76edfa83b263a5499c1aa19075554affee79d61419222029578ca2bf8a34" + +[[files]] +file = "kubejs/data/reclamation/functions/river/shell_11.mcfunction" +hash = "e14fa93af92734e96a1417d9d29bb190a227ac77bccbf6ebd0c9439c20ec1fa1" + +[[files]] +file = "kubejs/data/reclamation/functions/river/shell_12.mcfunction" +hash = "51a24bdd3ef06675c15d6842fb6aaab2be66a737be9043eb7aa60064b911c357" + +[[files]] +file = "kubejs/data/reclamation/functions/river/shell_13.mcfunction" +hash = "a80aa0a43e8ab8a2b4ee9fd020bdd254cfd1689a264fe0c7f9cf3dab24e235a6" + +[[files]] +file = "kubejs/data/reclamation/functions/river/shell_14.mcfunction" +hash = "a8f4124fb66949a8628ed64ec9b71c9ba0d03ac21cce84e37568162d6cec5435" + +[[files]] +file = "kubejs/data/reclamation/functions/river/shell_15.mcfunction" +hash = "c864a2dd0801b8a0321a2bff01c176283a57d470085d77437b60bbba8ee52025" + +[[files]] +file = "kubejs/data/reclamation/functions/river/shell_16.mcfunction" +hash = "99b17fd495bc6cec53d443536c60b03546538577da2082bd0ccb7926ead81515" + +[[files]] +file = "kubejs/data/reclamation/functions/river/shell_2.mcfunction" +hash = "c60ccc6a032160b0a54122037780112c933bdada2ac5c33a931212d10481ef98" + +[[files]] +file = "kubejs/data/reclamation/functions/river/shell_3.mcfunction" +hash = "7188547dc6fd7e25d41edc48c3846ff6db953351905a64dec793f7ad7bc4c210" + +[[files]] +file = "kubejs/data/reclamation/functions/river/shell_4.mcfunction" +hash = "3c7d2eb68cfc455d31863c13baa4b47a78fae6845b345b9b07f263ea91e8f73b" + +[[files]] +file = "kubejs/data/reclamation/functions/river/shell_5.mcfunction" +hash = "2b1f6e278fd1439ed614a37e1243271e8a54a34d23f5bf63c6afc80d7b269c5b" + +[[files]] +file = "kubejs/data/reclamation/functions/river/shell_6.mcfunction" +hash = "8641f272678e28157f3e9747c46770f4a257244b4b6cad5f50db6e6d9e01cbd1" + +[[files]] +file = "kubejs/data/reclamation/functions/river/shell_7.mcfunction" +hash = "e72f1fed05c47e26ec2fb56f5143b4c30b9a9e732ef27cdd7a74f78591defd2f" + +[[files]] +file = "kubejs/data/reclamation/functions/river/shell_8.mcfunction" +hash = "f59d6b59aff96cb7db832651c2a7d85e583902e4263306666fa22d703f1e61bd" + +[[files]] +file = "kubejs/data/reclamation/functions/river/shell_9.mcfunction" +hash = "2aa76c98e17f72149f5edaa9db249254675a9215b7b13bccf3602a66534e4acf" + +[[files]] +file = "kubejs/data/reclamation/functions/snowy_slopes/convert.mcfunction" +hash = "d7f487e1b521bb58e2f4437c9244816e207990af50c68eaf91de41ee2ae77a4e" + +[[files]] +file = "kubejs/data/reclamation/functions/snowy_slopes/shell_0.mcfunction" +hash = "c373cb3ef994034bdbe75fd08fb2acd50a279db80cd1c76c78fcfcb4629f289a" + +[[files]] +file = "kubejs/data/reclamation/functions/snowy_slopes/shell_1.mcfunction" +hash = "2c7a627b690fa72025a2e130071bec66bb4075e5b72a8ab5bb322a1c33253093" + +[[files]] +file = "kubejs/data/reclamation/functions/snowy_slopes/shell_10.mcfunction" +hash = "abc24bb6d8ad2c2bc3a14c67a34c29b7fded66d026bd599fc69ccfdbf804c728" + +[[files]] +file = "kubejs/data/reclamation/functions/snowy_slopes/shell_11.mcfunction" +hash = "95a20056eb165c70de1049da870d2878bd95715a38a3201183403a8fc07bbaec" + +[[files]] +file = "kubejs/data/reclamation/functions/snowy_slopes/shell_12.mcfunction" +hash = "be819656408a349cb9f43a77e4768f2866e5edde3396d787e07d00adecad5afd" + +[[files]] +file = "kubejs/data/reclamation/functions/snowy_slopes/shell_13.mcfunction" +hash = "f8bfbfa4bcfb1c837b344f5113501bb9a2b56d6e4590f00cec0835e27db296ac" + +[[files]] +file = "kubejs/data/reclamation/functions/snowy_slopes/shell_14.mcfunction" +hash = "7c5057f82a24f88e42087c701f82a1118d4d193dbb7e725051ef3af8284b1c3e" + +[[files]] +file = "kubejs/data/reclamation/functions/snowy_slopes/shell_15.mcfunction" +hash = "8b0d36555c039313fb781ff2edec6149db28eb36955454a9ec859ffca42f3156" + +[[files]] +file = "kubejs/data/reclamation/functions/snowy_slopes/shell_16.mcfunction" +hash = "bb39657a782d19d67295bf003d34c4263d9ae861a7c7480e78b127dd2906aa35" + +[[files]] +file = "kubejs/data/reclamation/functions/snowy_slopes/shell_2.mcfunction" +hash = "0e3321a8f0a1bfa7f0382dba0b15aeb54a02e72055f9f3f9aa5d0bae50f33039" + +[[files]] +file = "kubejs/data/reclamation/functions/snowy_slopes/shell_3.mcfunction" +hash = "8e219dbebde5be95bd6bc33e0345531f9bae44d83d9d9d96781055c13e02ca80" + +[[files]] +file = "kubejs/data/reclamation/functions/snowy_slopes/shell_4.mcfunction" +hash = "4e15a04565aeb3f23aacaa676355bd0a9236137c0f181123a7a901cf16f4eee6" + +[[files]] +file = "kubejs/data/reclamation/functions/snowy_slopes/shell_5.mcfunction" +hash = "b4d96594dfc8e45175a28cdd2c960093b083aa256dad73c5659a8eb1dd80c821" + +[[files]] +file = "kubejs/data/reclamation/functions/snowy_slopes/shell_6.mcfunction" +hash = "83ef97fcc86d206e8fe9efd741311fc8e918b9643c8ea50fd2225a856ca2901f" + +[[files]] +file = "kubejs/data/reclamation/functions/snowy_slopes/shell_7.mcfunction" +hash = "890a72298fb17e8cb33aeb2edf96820dfecc9260c39e8164331b81dcc7581e57" + +[[files]] +file = "kubejs/data/reclamation/functions/snowy_slopes/shell_8.mcfunction" +hash = "0b6eeaa53afba82229898b4e9a7c48d68f623e3c5e343d2734fa3f677bf062dc" + +[[files]] +file = "kubejs/data/reclamation/functions/snowy_slopes/shell_9.mcfunction" +hash = "cd9cf342e03e0119d3237326bd885eceeb6633cd9a130a4b0a5566b49d9e8ce9" + +[[files]] +file = "kubejs/data/reclamation/functions/soul_sand_valley/convert.mcfunction" +hash = "0d5ff0ac00df16bc738313bddb834ecc163613a455616a845519200e82ac1b6c" + +[[files]] +file = "kubejs/data/reclamation/functions/soul_sand_valley/shell_0.mcfunction" +hash = "c373cb3ef994034bdbe75fd08fb2acd50a279db80cd1c76c78fcfcb4629f289a" + +[[files]] +file = "kubejs/data/reclamation/functions/soul_sand_valley/shell_1.mcfunction" +hash = "a8b754a300c720641a4b7df4cc22c3026561a41d47fe33e9c369c5f153d13d96" + +[[files]] +file = "kubejs/data/reclamation/functions/soul_sand_valley/shell_10.mcfunction" +hash = "23d0437d83804b84be9b2b74570413086198ba682a653c01816a39f134568576" + +[[files]] +file = "kubejs/data/reclamation/functions/soul_sand_valley/shell_11.mcfunction" +hash = "fb790a0d2cf73df56c46534fe0c5a2758cc411b20483787065e00d0c55c2933c" + +[[files]] +file = "kubejs/data/reclamation/functions/soul_sand_valley/shell_12.mcfunction" +hash = "48ed391800bd36876f065415502a6e49f765da275a3b2accabe8e6f56fda725b" + +[[files]] +file = "kubejs/data/reclamation/functions/soul_sand_valley/shell_13.mcfunction" +hash = "792f2990ae4e528f885452161a996b0793a8f31599852261c710c91de968d860" + +[[files]] +file = "kubejs/data/reclamation/functions/soul_sand_valley/shell_14.mcfunction" +hash = "6c3e3330c612357dce3753a1f68867a817db7027af1eae177a6e00e7cebea606" + +[[files]] +file = "kubejs/data/reclamation/functions/soul_sand_valley/shell_15.mcfunction" +hash = "ac2bce90f161f99e89bf7fefbb243cc2b8f918f5f671800f015293e1b52c4212" + +[[files]] +file = "kubejs/data/reclamation/functions/soul_sand_valley/shell_16.mcfunction" +hash = "4bd84e54b46d03f2904d51898597dd08af880f8f07912dc93b1ba9cdf81c2e66" + +[[files]] +file = "kubejs/data/reclamation/functions/soul_sand_valley/shell_2.mcfunction" +hash = "ef171ceea0c53bad48bcfaeb430c01ea8afd7f7b9bb64ef5b1bc6af111105702" + +[[files]] +file = "kubejs/data/reclamation/functions/soul_sand_valley/shell_3.mcfunction" +hash = "7993687c02fb228140346f83dde454b09408f4cb76c39fa9260ec91a0694ad1a" + +[[files]] +file = "kubejs/data/reclamation/functions/soul_sand_valley/shell_4.mcfunction" +hash = "9edc54444de8070c0aed8eae975e9da2c888dfa33c2ed9983c849cc48acf70a6" + +[[files]] +file = "kubejs/data/reclamation/functions/soul_sand_valley/shell_5.mcfunction" +hash = "250c92219a509dcb895d21f868a360f88e3225e1d8ec958e7a2998dd6a780b30" + +[[files]] +file = "kubejs/data/reclamation/functions/soul_sand_valley/shell_6.mcfunction" +hash = "f9b9db20174c91f2bd09dd2f5e8eae44a4383bed08592fee453a23dcc3369bd3" + +[[files]] +file = "kubejs/data/reclamation/functions/soul_sand_valley/shell_7.mcfunction" +hash = "4f72ca3441c5a919f3661e2ad396d47c3610f084e74eb11423be33eaec63bf26" + +[[files]] +file = "kubejs/data/reclamation/functions/soul_sand_valley/shell_8.mcfunction" +hash = "a6c7a8c716ebdb1a5a4dee36c85a65ac9b8b1be5aa2019c342d2ab299f200f5b" + +[[files]] +file = "kubejs/data/reclamation/functions/soul_sand_valley/shell_9.mcfunction" +hash = "bd025c2319304392c0175d540d293edcdcd2bb9b373ac35636c6ab1bc046ad7f" + +[[files]] +file = "kubejs/data/reclamation/functions/soul_sand_valley/skip_soul_soil_to_soul_sand.mcfunction" +hash = "d774dd39eb83ab72dbe1a3f7fd4fb846213b1a504133d64229dde58400016c01" + +[[files]] +file = "kubejs/data/reclamation/functions/warm_ocean/convert.mcfunction" +hash = "f3ab037c788544839ba02bc6e9e7a5c7a65bae476095de7ec611daa6cd5758c1" + +[[files]] +file = "kubejs/data/reclamation/functions/warm_ocean/coral.mcfunction" +hash = "a493d0f5e1460490cb4c16d5581f75de6c25a0e6e5275cdf06bfdb4673f117e9" + +[[files]] +file = "kubejs/data/reclamation/functions/warm_ocean/sea_pickle.mcfunction" +hash = "2dfcffafd20c2f17b12421e18a94245caa26ee36b75cae2e0ce985a0890922d9" + +[[files]] +file = "kubejs/data/reclamation/functions/warm_ocean/seagrass.mcfunction" +hash = "d348d8b724b34440eacc4413ec3c7e37d35e1fecae258cbea4209080976c5b01" + +[[files]] +file = "kubejs/data/reclamation/functions/warm_ocean/shell_0.mcfunction" +hash = "c373cb3ef994034bdbe75fd08fb2acd50a279db80cd1c76c78fcfcb4629f289a" + +[[files]] +file = "kubejs/data/reclamation/functions/warm_ocean/shell_1.mcfunction" +hash = "45c720bbf5ae4359cb42cc895fba8edc1671415958a30f9b660f3be1045c4855" + +[[files]] +file = "kubejs/data/reclamation/functions/warm_ocean/shell_10.mcfunction" +hash = "29a3319afe1e32b667ddeb1f5acbabf043a10fff2481076553e3c7c0ba509861" + +[[files]] +file = "kubejs/data/reclamation/functions/warm_ocean/shell_11.mcfunction" +hash = "ba55ebf2e81dae21a2e7a5047a81a5721eae77940e5d31c2035fae434ef80102" + +[[files]] +file = "kubejs/data/reclamation/functions/warm_ocean/shell_12.mcfunction" +hash = "b13f238b41a63b68ab4e2fc8eae197c55b75df5ec013bf327806ba7164517156" + +[[files]] +file = "kubejs/data/reclamation/functions/warm_ocean/shell_13.mcfunction" +hash = "5f7a5f6ebbad5416e25a7d5f2652ddbbb51938b9bda01520c3b9d8163d80b2a8" + +[[files]] +file = "kubejs/data/reclamation/functions/warm_ocean/shell_14.mcfunction" +hash = "c89c06d59839e3ec5b0f77b0912865d429cf04fd7f3263f6baeb9183b17fc785" + +[[files]] +file = "kubejs/data/reclamation/functions/warm_ocean/shell_15.mcfunction" +hash = "daf873203d7fc28804a6fd12f851901a0a6a927eb20171a38e39f36d611d1946" + +[[files]] +file = "kubejs/data/reclamation/functions/warm_ocean/shell_16.mcfunction" +hash = "faf0ca713724ce06ee8050cb76d01eb2c53783ce65cb5b30f8865452dab31491" + +[[files]] +file = "kubejs/data/reclamation/functions/warm_ocean/shell_2.mcfunction" +hash = "81a2f1865ea532cace22a398c3a8c4e8b68195e113f5d369b2743409b89a8099" + +[[files]] +file = "kubejs/data/reclamation/functions/warm_ocean/shell_3.mcfunction" +hash = "2a8afdc4fad6b14e4e84da55bdb84acb6956a32acc6cd7dba26cb3f3c9468e36" + +[[files]] +file = "kubejs/data/reclamation/functions/warm_ocean/shell_4.mcfunction" +hash = "3e4b394465e07bb03e9d1f86e10aa103403081eb4db116b104eadf4ad662101b" + +[[files]] +file = "kubejs/data/reclamation/functions/warm_ocean/shell_5.mcfunction" +hash = "07ec35b964b6aeb707b95a989b33fdf19a80688454d1c6faf49b2537959e2771" + +[[files]] +file = "kubejs/data/reclamation/functions/warm_ocean/shell_6.mcfunction" +hash = "8ab5fcb6dd66e9684e1f335cdc3bc71a1ebe1adc48ff57b661f0d5e199f661cb" + +[[files]] +file = "kubejs/data/reclamation/functions/warm_ocean/shell_7.mcfunction" +hash = "557c084de2966d21a920ac11b0be8ab8bc9ddcc21ebdacb46b27cc49624f85af" + +[[files]] +file = "kubejs/data/reclamation/functions/warm_ocean/shell_8.mcfunction" +hash = "de1e912faf817e14a4d89968df0efea8888959871c0fc0a995376d0f75511d42" + +[[files]] +file = "kubejs/data/reclamation/functions/warm_ocean/shell_9.mcfunction" +hash = "365ef8a1d0a1267e4f0bd4fdaa52ad1ec76f154382c46ab8023aa9bef9da3fed" + +[[files]] +file = "kubejs/data/reclamation/functions/warped/convert.mcfunction" +hash = "a561dafe9373e8079670cfb98098fbac4d144c1f8f0e4bcfe03151f566517b5d" + +[[files]] +file = "kubejs/data/reclamation/functions/warped/place_fungus.mcfunction" +hash = "c4a247d734c2473ed8160913c8f988b719e25276cbd40ddaf5f7a04c8ab9af27" + +[[files]] +file = "kubejs/data/reclamation/functions/warped/place_vegetation.mcfunction" +hash = "dc94492c422ee0ba35a61a95eb3e8d81cc83d6412e8c788397307b98d91f840a" + +[[files]] +file = "kubejs/data/reclamation/functions/warped/shell_0.mcfunction" +hash = "c373cb3ef994034bdbe75fd08fb2acd50a279db80cd1c76c78fcfcb4629f289a" + +[[files]] +file = "kubejs/data/reclamation/functions/warped/shell_1.mcfunction" +hash = "eaaedc3f2415793bc261f8b1e04adaf9aa69d4f265682fa548b91ab9eba48a1c" + +[[files]] +file = "kubejs/data/reclamation/functions/warped/shell_10.mcfunction" +hash = "98ba5b0e52481ad77dc12be7d476914341e649a72bc379852d67e5b8cea81bc8" + +[[files]] +file = "kubejs/data/reclamation/functions/warped/shell_11.mcfunction" +hash = "8da0f3a3d49c390f21b0664910291e235a27c99c0e097b79293f59f84a4edaa1" + +[[files]] +file = "kubejs/data/reclamation/functions/warped/shell_12.mcfunction" +hash = "5bbb511d7694b63509f4f8fe534da34485810458069e2ac2bf9ba86af7fefbcf" + +[[files]] +file = "kubejs/data/reclamation/functions/warped/shell_13.mcfunction" +hash = "fed82b267a06370f21785ddeb89e29e93718cdd20d66b90b26f8f59afaa22576" + +[[files]] +file = "kubejs/data/reclamation/functions/warped/shell_14.mcfunction" +hash = "61e7cf6ec1d1637dc481e0f2d031d7ff61f66c4c7fa0fe35e9821df2a581daa9" + +[[files]] +file = "kubejs/data/reclamation/functions/warped/shell_15.mcfunction" +hash = "5b9ba1122a0d6edf3eae6f0e0da5b86c5b4c6205c895abdfb9840bc629e03b50" + +[[files]] +file = "kubejs/data/reclamation/functions/warped/shell_16.mcfunction" +hash = "42d1c6a6ff0d25a515083a1751d5bfb9e6f9ba3881a21a27b2724249e22fa5cd" + +[[files]] +file = "kubejs/data/reclamation/functions/warped/shell_2.mcfunction" +hash = "cf15a08aac5ea868f087f32482a8af9d7a195b306a83ffcaac24b3af86635494" + +[[files]] +file = "kubejs/data/reclamation/functions/warped/shell_3.mcfunction" +hash = "9312b08d897458494ca591ffafb228f3f4fe1822502ba5a6adee370a0c5b38a5" + +[[files]] +file = "kubejs/data/reclamation/functions/warped/shell_4.mcfunction" +hash = "14a72a6acad8f4bd45ace7fdaf07d9b92b5ed84f7c3ec041182a468c3607e702" + +[[files]] +file = "kubejs/data/reclamation/functions/warped/shell_5.mcfunction" +hash = "efeac679523b4f6fffbc429bcbb5e4706d26f86b0987b864c05f5d0d30587f38" + +[[files]] +file = "kubejs/data/reclamation/functions/warped/shell_6.mcfunction" +hash = "4cf87d41ff717a37fe713f9c63fd8d132e0163beffe1516b1d3737590f5bc6ea" + +[[files]] +file = "kubejs/data/reclamation/functions/warped/shell_7.mcfunction" +hash = "5f92d59f6bb388b252c48076dd6020bab3c09c9d7faaa7c6341baa6ef920aeee" + +[[files]] +file = "kubejs/data/reclamation/functions/warped/shell_8.mcfunction" +hash = "32104e4c7fc1d33614213493dad8ea0327644049067c312b2dfb56b59879dec3" + +[[files]] +file = "kubejs/data/reclamation/functions/warped/shell_9.mcfunction" +hash = "00bcd1d31bd63fa9de0672bf62268523b7de8d1c11c9f97e003b6b246c2bf5c9" + +[[files]] +file = "kubejs/data/reclamation/functions/wastes/convert.mcfunction" +hash = "5310d779c151b6af5f632dd2bee34d67dc98ec78e7015fa220c9f6776dbd5679" + +[[files]] +file = "kubejs/data/reclamation/functions/wastes/shell_0.mcfunction" +hash = "c373cb3ef994034bdbe75fd08fb2acd50a279db80cd1c76c78fcfcb4629f289a" + +[[files]] +file = "kubejs/data/reclamation/functions/wastes/shell_1.mcfunction" +hash = "c1f9b7d02844dfcbf02919ed1ad70e27c82a0a7bdc22927ca573f99346859c7d" + +[[files]] +file = "kubejs/data/reclamation/functions/wastes/shell_10.mcfunction" +hash = "2973509cd65f3ceef50eb43a0399385ab095ec28c9d2c97b25367f52f720fb12" + +[[files]] +file = "kubejs/data/reclamation/functions/wastes/shell_11.mcfunction" +hash = "108a20389c35c65f64a47a009af840dcb07b8ddc1c839a1f00635fa33ff8d057" + +[[files]] +file = "kubejs/data/reclamation/functions/wastes/shell_12.mcfunction" +hash = "55905d9ba44e345785c331827cdcbb46c160552ed439df544462a64f7cf7a785" + +[[files]] +file = "kubejs/data/reclamation/functions/wastes/shell_13.mcfunction" +hash = "deb184f6703da3039c93bca6d7247d8333f45a1c43a3e2e99c1bedb79d04f42f" + +[[files]] +file = "kubejs/data/reclamation/functions/wastes/shell_14.mcfunction" +hash = "d6d95c0de1dc5505d981dc41ead83b9f40e8a114b7385f66ce95e3f062e9e9ed" + +[[files]] +file = "kubejs/data/reclamation/functions/wastes/shell_15.mcfunction" +hash = "200d9266354dedc498cb6016fafcfe1883d9b3b8c076cc258b646d2b6313a7de" + +[[files]] +file = "kubejs/data/reclamation/functions/wastes/shell_16.mcfunction" +hash = "4ae1775c59d0dbd659787836347ddce08fa918e9f0c74b144b2e04f211a4642b" + +[[files]] +file = "kubejs/data/reclamation/functions/wastes/shell_2.mcfunction" +hash = "27cbf264c52aafb378958afd76d3202308949b18262f841b14acb47199b8fba7" + +[[files]] +file = "kubejs/data/reclamation/functions/wastes/shell_3.mcfunction" +hash = "0c53c98a562ed805e00f8064b61235fcf52f8be3e221ade6524560007edc8713" + +[[files]] +file = "kubejs/data/reclamation/functions/wastes/shell_4.mcfunction" +hash = "1a3fb671d91957e9d5b2435349ed99be0eeae6f597526eb7d5b3f7fd7eeacd44" + +[[files]] +file = "kubejs/data/reclamation/functions/wastes/shell_5.mcfunction" +hash = "a14a372387801d12adfc5a0ebcf8b989a6168dbcb376d8b9da1b0df29f98b0c6" + +[[files]] +file = "kubejs/data/reclamation/functions/wastes/shell_6.mcfunction" +hash = "f5214ebfbc0ac818e28544fc71f9b18b3989e5ae1b30f48d34d020503519c5ec" + +[[files]] +file = "kubejs/data/reclamation/functions/wastes/shell_7.mcfunction" +hash = "08e7a69e7237096328bbb3a48a68e9972226e2fe87043a65f613ded1cf377ff9" + +[[files]] +file = "kubejs/data/reclamation/functions/wastes/shell_8.mcfunction" +hash = "ab01196f2793f7e6bf9efd664caa74c5085756bf5ac82319c040b2423bf068ad" + +[[files]] +file = "kubejs/data/reclamation/functions/wastes/shell_9.mcfunction" +hash = "e16201ffe48d1c5e47b4379cf8a5dec6dfdd9578199ccca636b905fc52f01a07" + +[[files]] +file = "kubejs/data/reclamation/loot_tables/chests/big_ruin_poor.json" +hash = "74dd04b66386d6625e6b1e8988cfa1b03e356a6ce4c399558a015dae2b60aea2" + +[[files]] +file = "kubejs/data/reclamation/loot_tables/chests/big_ruin_rich.json" +hash = "74f24ab7017b521173975b93dcb29a19dfe14ae48e0a15e1000aed4b470fb5a5" + +[[files]] +file = "kubejs/data/reclamation/loot_tables/chests/big_ruins.json" +hash = "7f28423774b92ee26f0e4531bde898fd6630681ed886b23563794dd3214f5493" + +[[files]] +file = "kubejs/data/reclamation/loot_tables/grant_book_on_first.json" +hash = "3cb3f2696283df32d2cbf4216e7f28072493912426052c03452f64c4e10f71ac" + +[[files]] +file = "kubejs/data/reclamation/loot_tables/summoned_blaze.json" +hash = "858653e0c656974f5a8b9e37bc286bc7c9b14d369009aa95480a09358ca1a894" + +[[files]] +file = "kubejs/data/reclamation/predicates/convertible.json" +hash = "26c56c36e13962b2e18838efe2469d67af32badb4a983284fcbf601679098ad3" + +[[files]] +file = "kubejs/data/reclamation/predicates/convertible_exposed.json" +hash = "5ebe573b1b34434599b315bd39e25989a3c4d1789abab66fdc76d152f440a351" + +[[files]] +file = "kubejs/data/reclamation/predicates/convertible_underwater.json" +hash = "a45e7b80e2a0b1d3cd07af2c239d74cbc4fcabffd63b670e3f8543f67374546c" + +[[files]] +file = "kubejs/data/reclamation/predicates/ocean_convertible.json" +hash = "f5eeb862a5c69f8b2a1ce1c812ea40fded77ebb4059f084cbb3e8dc94d5aa95b" + +[[files]] +file = "kubejs/data/reclamation/predicates/ocean_convertible_exposed.json" +hash = "36f3b413a78c0feb2d540121f1c9cc7d3d4522c3774661d89bc63dc98b3cfa49" + +[[files]] +file = "kubejs/data/reclamation/predicates/ocean_convertible_underwater.json" +hash = "982cd0455e5114fe5a5368a6d0e9b76ba8aa859dc11adbb6d779bf978179c293" + +[[files]] +file = "kubejs/data/reclamation/predicates/random01.json" +hash = "f5213505be291b126d6e4cc8c0fdcd0b92e0f0ddfd4dfb25cf741e9fd216d610" + +[[files]] +file = "kubejs/data/reclamation/predicates/random03.json" +hash = "057be9e013a32aad4f6e1c46d6cdc626d048a412aeff45359e2e1eba62765532" + +[[files]] +file = "kubejs/data/reclamation/predicates/random1.json" +hash = "8cd6f8dae74f7e9b8a0de2c2e82999c3bab22e56dfb2de61eb1b23a335000199" + +[[files]] +file = "kubejs/data/reclamation/predicates/random10.json" +hash = "3ef4c83deea2cd0de3801d07e4f219429773e68b4c125ab2f9dbf44eff71bcb5" + +[[files]] +file = "kubejs/data/reclamation/predicates/random2.json" +hash = "a9054252ed2f51c1a3a41fd4c08bfb5206047a86b2d3b43d3e60ec5ee7bd65f2" + +[[files]] +file = "kubejs/data/reclamation/predicates/random20.json" +hash = "06c9940e90b8ba3e9ba088b65ab10bc996ed342f8eac77464a2c6bd64bacc7af" + +[[files]] +file = "kubejs/data/reclamation/predicates/random4.json" +hash = "e7df1edcc1124ccf17d077e56958890a552a5e3214017a26b26fbb5148e836b1" + +[[files]] +file = "kubejs/data/reclamation/predicates/random5.json" +hash = "647189bc810225f69f0f0b1d9986e735c617bc37a7421045de2f75bb2dfbb483" + +[[files]] +file = "kubejs/data/reclamation/predicates/random7.json" +hash = "f9ea70b4dc5334afdda171e630182abf40e81471167d9168593b7b368027866c" + +[[files]] +file = "kubejs/data/reclamation/predicates/to_beach.json" +hash = "f0a1b8f686695a792d3effe03c0e2116c9cb699f4ad115540cb003c90477b7d4" + +[[files]] +file = "kubejs/data/reclamation/predicates/to_forest.json" +hash = "3636a90fdb80208bb617afd280806f74083b9aabef739e3643bf8cbf64698f5d" + +[[files]] +file = "kubejs/data/reclamation/predicates/to_ocean.json" +hash = "f4ceee4f27b93387857afdc87626a0f45e25b9170511144a393e78cdb7af347b" + +[[files]] +file = "kubejs/data/reclamation/predicates/to_plains.json" +hash = "05feb5700c41a59ce4cb34730e336aea11083578f710c726f7e7da759a91cd1a" + +[[files]] +file = "kubejs/data/reclamation/predicates/to_river.json" +hash = "22f1d77f0080cd07f994828ea2631fd4ab5fc173d667c86cbbe40dbe6005df17" + +[[files]] +file = "kubejs/data/reclamation/structures/big_ruin_1.nbt" +hash = "388bb8cde81eab107c0212ea124e4b926e488710db082526ea216fdb9c113fdc" + +[[files]] +file = "kubejs/data/reclamation/structures/buildings/bunker_poor_bottom.nbt" +hash = "50b20744bb9c6da6bf2bb440e542a9bdef339d76d402a68fb3b3fd1d547b370d" + +[[files]] +file = "kubejs/data/reclamation/structures/buildings/bunker_poor_top.nbt" +hash = "c48665850f6ee81f050a8c8a9307922a29e8d2675617cd5ab206441f514a7dc4" + +[[files]] +file = "kubejs/data/reclamation/structures/buildings/bunker_rich_bottom.nbt" +hash = "ad64350b7cb02e35d91becf8d9d2336b7c23df6ea7d72da249b233881107aa74" + +[[files]] +file = "kubejs/data/reclamation/structures/buildings/bunker_rich_top.nbt" +hash = "97d94b10860bea08a2338f49242602761aeaa13e07900afcacb6b794ecb4029c" + +[[files]] +file = "kubejs/data/reclamation/structures/buildings/cave_bottom.nbt" +hash = "710aa9a019ffe1fa41756302af4b203eca31e3a3a79528533b57b212a62fc423" + +[[files]] +file = "kubejs/data/reclamation/structures/buildings/cave_top.nbt" +hash = "f1ff660be49cc21ded7d3cf3748e0535144bb8121468524bd57e3b75c2c219c1" + +[[files]] +file = "kubejs/data/reclamation/structures/buildings/graveyard_bottom.nbt" +hash = "69ee76136a9357179031bd5b1e862a320a54784cf9501ed3790c75bfcf12ec6e" + +[[files]] +file = "kubejs/data/reclamation/structures/buildings/graveyard_top.nbt" +hash = "b6063d10c6d7b5e2687474f94fd627fd77f2b16d703308403f4a1f65e9b04792" + +[[files]] +file = "kubejs/data/reclamation/structures/buildings/mine_bottom.nbt" +hash = "36fb5a57b2ccc80b0837ee82120a62d786bb7594b2a84e47936bef2d81cc51ce" + +[[files]] +file = "kubejs/data/reclamation/structures/buildings/mine_top.nbt" +hash = "f77efee87adf85637528e2ad8d3564c37f761f166d0b486714baf9466ee085f8" + +[[files]] +file = "kubejs/data/reclamation/structures/buildings/oil_rig.nbt" +hash = "69ae6b6d2dde3281b48582fba03499cfe24f3c8b1d7f757204399a59ff4d4a3f" + +[[files]] +file = "kubejs/data/reclamation/structures/buildings/ruined_house_1_bottom.nbt" +hash = "df51b8a9bba76e6eef017300787f3f186781c33b6f156be1d475bfe3612ba406" + +[[files]] +file = "kubejs/data/reclamation/structures/buildings/ruined_house_1_top.nbt" +hash = "6174353745640de20d6ec11bd8cc8c0ff070f2586e90d3ef45c227d1efb3250c" + +[[files]] +file = "kubejs/data/reclamation/structures/buildings/ruined_house_2.nbt" +hash = "3627db5a8b7027112f4a908d003759dac50fe085c599e0758c7a3ca1c3561a05" + +[[files]] +file = "kubejs/data/reclamation/structures/buildings/silo.nbt" +hash = "905bfb96c95da77f1fa29102afb54405e1ef8b54deac44970cad497b120c9c5a" + +[[files]] +file = "kubejs/data/reclamation/structures/buildings/statue.nbt" +hash = "21cb1a9e0df47e589bdf7e07a22c935086f827f02498d96a7e062f93aa95236f" + +[[files]] +file = "kubejs/data/reclamation/structures/ruin_corner_1.nbt" +hash = "1e7c9364e716383945673ff62711ee6335cde0b3c54fc0bba532e78bc6acabdb" + +[[files]] +file = "kubejs/data/reclamation/structures/ruin_corner_2.nbt" +hash = "66db25b7d61e6ab1dbdbb7db91a7302e96c9b4675f98a7639f9a17a9ff593a78" + +[[files]] +file = "kubejs/data/reclamation/structures/ruin_wall_1.nbt" +hash = "f0c77e8b6eb073ad8f1fe09a4c09dae029fde0b2022b7a4b275fe9214290fad8" + +[[files]] +file = "kubejs/data/reclamation/structures/ruin_wall_2.nbt" +hash = "fc8cc67c4a59079a49780a222aa32881d66d72c3db54c9c7449d86ccd66e1dc8" + +[[files]] +file = "kubejs/data/reclamation/structures/ruin_wall_3.nbt" +hash = "a6594dbff8eab61fbcf93695eb760b9b74219295bffd899cd1780ef1d10e4b58" + +[[files]] +file = "kubejs/data/reclamation/structures/ruin_wall_4.nbt" +hash = "4a5a2aa62ed9d3378443057a68932c5b86a2b23690e4f3e4a78a572613d92ea6" + +[[files]] +file = "kubejs/data/reclamation/structures/ruin_wall_5.nbt" +hash = "791646d368afb90a2b66a76871f7df2c0e315353c29dd15907e3fb87e178d1aa" + +[[files]] +file = "kubejs/data/reclamation/structures/ruin_wall_6.nbt" +hash = "6533b69a82ff14526756e39c7bc3afb1d539eb4e67777726867a7d539035057d" + +[[files]] +file = "kubejs/data/reclamation/structures/ruin_wall_copper_1.nbt" +hash = "b668e93b8df870050b664fd74ef9cdb789885b2fb6318f87f793ff8b61a9f672" + +[[files]] +file = "kubejs/data/reclamation/structures/ruin_wall_copper_2.nbt" +hash = "e65ca7b17d46623a3d394a9c6bfb178d18aee90fab6f50496c8700e194d740f9" + +[[files]] +file = "kubejs/data/reclamation/structures/ruin_wall_copper_3.nbt" +hash = "0c8b065624895e9cb5d2e8cf585eecd6038cca47b6503bc89ac923bdb887bb49" + +[[files]] +file = "kubejs/data/reclamation/structures/ruin_wall_copper_4.nbt" +hash = "39debe3daa63af86b19ba794dc68f59b0228ef8b93dd3bd8af5cb4764e685319" + +[[files]] +file = "kubejs/data/reclamation/structures/ruin_wall_copper_5.nbt" +hash = "93183c649d0f4496ebcbdbbdca177156c12bd5bcbab7dfc5d82f75b516685550" + +[[files]] +file = "kubejs/data/reclamation/structures/ruin_wall_copper_6.nbt" +hash = "63d9388a83cb125bbbbe950b3c6c80524bfa47e5f7222a6273bb883a8c84a291" + +[[files]] +file = "kubejs/data/reclamation/tags/blocks/convert_under.json" +hash = "ba99d136e8ea3aee38c726569bb18d048e5bc638fe491b909ace1681463eb3cc" + +[[files]] +file = "kubejs/data/reclamation/tags/blocks/convertible.json" +hash = "150ebef84a7d869ed071c4664171b4e163200c703170459258b28b7fa2eec0b8" + +[[files]] +file = "kubejs/data/reclamation/tags/blocks/ocean_convertible.json" +hash = "17bbdf8d7ea9e47619bca7214ee3b10c6c4b14297f9ea971a564bf04d6afa3d1" + +[[files]] +file = "kubejs/data/reclamation/tags/items/elemental_essence.json" +hash = "3e301e8f2751afa3e0f2a33e2f14817d671b688e767f493540ca9742c363b5a1" + +[[files]] +file = "kubejs/data/reclamation/tags/mekanism/infuse_type/imperium.json" +hash = "5f2ec861da9bceed578672c6a645091cf0ab2476a4bcfb052be49853d7c4e6c4" + +[[files]] +file = "kubejs/data/reclamation/tags/mekanism/infuse_type/inferium.json" +hash = "682453f0be6c702b04730b7f2eab9f849e0f611af187bc5095f7f9feeea9b117" + +[[files]] +file = "kubejs/data/reclamation/tags/mekanism/infuse_type/prudentium.json" +hash = "4d52385b0b6e361a4a297e8dae2616f54fb4d6a0aee66cef1e5555b8474b7282" + +[[files]] +file = "kubejs/data/reclamation/tags/mekanism/infuse_type/tertium.json" +hash = "b8982a9de1cbe8c238c47d573c734b8dc6441918655c95667dbef4ec143abd89" + +[[files]] +file = "kubejs/data/reclamation/tags/worldgen/biome/dead.json" +hash = "23616f14c49aee5bc04156b1de437245a3b30545556bee23367cd7fee30f6691" + +[[files]] +file = "kubejs/data/reclamation/tags/worldgen/biome/has_structure/big_ruins.json" +hash = "720851c7555420b98b75484e48e3c59ef607662f63bb021e3fe748da66179b82" + +[[files]] +file = "kubejs/data/reclamation/tags/worldgen/biome/has_structure/ruin_corners.json" +hash = "accd0746ed789c0f69837cc904ddf4b5484d43e66faeabce1cd4d4e1b973e680" + +[[files]] +file = "kubejs/data/reclamation/tags/worldgen/biome/has_structure/ruin_walls.json" +hash = "d2949f4dd451d82724dee052a03d37f9b3076d5ea97af61b31aebb4652e506cd" + +[[files]] +file = "kubejs/data/reclamation/tags/worldgen/biome/reclaimed.json" +hash = "c29109bfc6ffef8005dc53d5a4647d61678d700f35bd57fc4cd7707ec4a55ffa" + +[[files]] +file = "kubejs/data/reclamation/tags/worldgen/structure/ruins.json" +hash = "8b85f718b7bdf3e83c7a4cbabbbb683bc8e1889f100fb97567caa010a89dacc9" + +[[files]] +file = "kubejs/data/reclamation/worldgen/biome/dead_beach.json" +hash = "ca5e7ac9ae251327ce73d39304e4ca264d761c1466c24c08e4d782c21b6c37a4" + +[[files]] +file = "kubejs/data/reclamation/worldgen/biome/dead_forest.json" +hash = "6b2ed7bf90f0037388f065792dc6408944c875e3e37730bca1dfb44c8396b6e8" + +[[files]] +file = "kubejs/data/reclamation/worldgen/biome/dead_highland.json" +hash = "77caee701f0e913c6c01ac55d864a16cf777765a08632aeed91fcf7086668e29" + +[[files]] +file = "kubejs/data/reclamation/worldgen/biome/dead_hills.json" +hash = "06bb54fb0d0090d2e615979193f816516e140333ffc129d67ddbab5beb8217f7" + +[[files]] +file = "kubejs/data/reclamation/worldgen/biome/dead_mountain.json" +hash = "31699ee53d42c7c008c44e248f5d1a5b6544ab5f0f1b5c890f712382af74db6b" + +[[files]] +file = "kubejs/data/reclamation/worldgen/biome/dead_ocean.json" +hash = "9745808bf5eb0d2a589c63ff34e28574498bf729184ec8c1b545e1febaec969d" + +[[files]] +file = "kubejs/data/reclamation/worldgen/biome/dead_plains.json" +hash = "e3d5aba6cdd39bb26fef71eb09656e3b60976862d0a3f7d83cf2166a7b15e66b" + +[[files]] +file = "kubejs/data/reclamation/worldgen/biome/dead_river.json" +hash = "7d459ee0aadc05d1537db23613854e4c34213b666910dc38d6e67af486e8b772" + +[[files]] +file = "kubejs/data/reclamation/worldgen/biome/dead_wastes.json" +hash = "85023a8a7745b26cb79a86d78fa02d284239a7c931ca35aa881952893ef84740" + +[[files]] +file = "kubejs/data/reclamation/worldgen/configured_feature/bonemeal_flowers.json" +hash = "665a4b25b04f7ff3cd05dfad25df73934544a1c8d292006164b9813999f853d9" + +[[files]] +file = "kubejs/data/reclamation/worldgen/configured_feature/clay_deposit.json" +hash = "dd91593ed9cd48ebb58e0b6b514086183b398b7384195d3f2141f8a31ea43a13" + +[[files]] +file = "kubejs/data/reclamation/worldgen/configured_feature/dead_tree.json" +hash = "634b4d85c4f3d192a74ed8a4dca8f35aee56cf969fabf7145b40dc3d5e66b7be" + +[[files]] +file = "kubejs/data/reclamation/worldgen/configured_feature/sand_deposit.json" +hash = "a42cb3a4ffd59b74fff04607a8c6d4a1a4a2df175f5767ccd881d83cd2133252" + +[[files]] +file = "kubejs/data/reclamation/worldgen/configured_feature/soul_soil_blob.json" +hash = "9979641b0f9f294b02c7c843b50ffa55c4df6e7b0c321163aaa9b11055f8f70d" + +[[files]] +file = "kubejs/data/reclamation/worldgen/configured_feature/wasteland_nest.json" +hash = "08f23983f2d624255382a7d33f7f47fd49658871e5d3b634ce0822e2557fddef" + +[[files]] +file = "kubejs/data/reclamation/worldgen/noise_settings/overworld.json" +hash = "15e0398fc33457123537c9d55f68634b74d43865a77faa96870a117d239f3a05" + +[[files]] +file = "kubejs/data/reclamation/worldgen/placed_feature/bonemeal_flowers.json" +hash = "6f6b928fbabab55cfd3b021cac827f0c5f68e157a0be9f49efbdf1834b9e4152" + +[[files]] +file = "kubejs/data/reclamation/worldgen/placed_feature/clay_deposit.json" +hash = "9f18ff44725986c6edb122d99ea129e1f340750de898e97522fcf0f8dce4c166" + +[[files]] +file = "kubejs/data/reclamation/worldgen/placed_feature/dead_tree_dense.json" +hash = "1cbad0a08eb412f9677a98967a81e60bb64261c5043a1db4237c52073022f7dc" + +[[files]] +file = "kubejs/data/reclamation/worldgen/placed_feature/dead_tree_rare.json" +hash = "b141bb8e4fb278f56d98687096bad85e4fbea3b7752c0dba66bdb1f14516f34a" + +[[files]] +file = "kubejs/data/reclamation/worldgen/placed_feature/dead_tree_sparse.json" +hash = "a3cd0581db8b219781eeb3ba8021fe1d172715b940a4cc4ca35bc36ed8d9bddb" + +[[files]] +file = "kubejs/data/reclamation/worldgen/placed_feature/patch_dead_bush_sparse.json" +hash = "48336f801f4d012c8e0f32f5436f6e4181ca4e13fad3945133befb2a7e0e4867" + +[[files]] +file = "kubejs/data/reclamation/worldgen/placed_feature/sand_deposit.json" +hash = "d002ece8357235d917621bd356312c20d9f82ab7985b60fd4b9ce25c6c5f489c" + +[[files]] +file = "kubejs/data/reclamation/worldgen/placed_feature/wasteland_nest.json" +hash = "6c44f7b86c82c5accfa320a0af1fd71e2febaf80103c3548a362e8019c953146" + +[[files]] +file = "kubejs/data/reclamation/worldgen/structure/big_ruins.json" +hash = "fae5770fd778ced7ad79d904704259e7bf9ebcd6646103364223824fc0a560c1" + +[[files]] +file = "kubejs/data/reclamation/worldgen/structure/bunker_poor.json" +hash = "5042a41a51f92effd22d7c0a0369d4e8a96c1a174742e600aaf63b89132d7763" + +[[files]] +file = "kubejs/data/reclamation/worldgen/structure/bunker_rich.json" +hash = "fb3ea06bb5a2b11b927ca6b3ef34f3bfaab84f5e02ec9abe28f99a93f967a0dd" + +[[files]] +file = "kubejs/data/reclamation/worldgen/structure/cave.json" +hash = "5830b3e1fa5f35f6e58432873e52ffc50bb35c67f33dca05174f3301b53381c0" + +[[files]] +file = "kubejs/data/reclamation/worldgen/structure/graveyard.json" +hash = "687315b9adfa6c6dcd0ae51265c2b1404ee211fde8de8b1e1a772aaac805145a" + +[[files]] +file = "kubejs/data/reclamation/worldgen/structure/mine.json" +hash = "dce94925620ba0b67ae4838698dad0d23a2014c3f0d12ea229faca8b2c53e9e0" + +[[files]] +file = "kubejs/data/reclamation/worldgen/structure/oil_rig.json" +hash = "addfba96e50c8204b81dc5443e73450ad630d880f817e3d7cd5ad461b72be2cb" + +[[files]] +file = "kubejs/data/reclamation/worldgen/structure/ruin_corners.json" +hash = "73ff7dd4f5f9526f578514ddcefe24b9f2a57ea5e6b4e4b8ff530b63667e5d0e" + +[[files]] +file = "kubejs/data/reclamation/worldgen/structure/ruin_walls.json" +hash = "7899131a6b3a721d82ccc147f75091b8ddac02ee5621ad12b1d1eb0e64605169" + +[[files]] +file = "kubejs/data/reclamation/worldgen/structure/ruin_walls_copper.json" +hash = "4944313d9a24c177cb3d462dd47ed54ae6536a4ae22320c185b4ae4d833e53e6" + +[[files]] +file = "kubejs/data/reclamation/worldgen/structure/ruined_house_1.json" +hash = "f0d370253d177a83b99d482283e1fb856ad9ad9b2004a98c814718fe3e6a29bb" + +[[files]] +file = "kubejs/data/reclamation/worldgen/structure/ruined_house_2.json" +hash = "e7057fb8e6f3f633c05b80f50b7d6bd9f7321cc78c3dda6b940d5f5d34465964" + +[[files]] +file = "kubejs/data/reclamation/worldgen/structure/silo.json" +hash = "e355cf640ebbf44c7c7fbe5c829280b6a01529edfcba732b76218c07fe001883" + +[[files]] +file = "kubejs/data/reclamation/worldgen/structure/statue.json" +hash = "1d4df3380fb695a9b52b961d9c10b0f1d93057d00aa3ee14d67cce2803565058" + +[[files]] +file = "kubejs/data/reclamation/worldgen/structure_set/big_ruins.json" +hash = "d288c4b3866e7b16aef8ca39512bcda094d39b9f04f239db93707c6209090461" + +[[files]] +file = "kubejs/data/reclamation/worldgen/structure_set/ruin_corners.json" +hash = "58dffaa515978e431c9da9d24a14a4242203f142bae2945e7b2e79c6433ff221" + +[[files]] +file = "kubejs/data/reclamation/worldgen/structure_set/ruin_walls.json" +hash = "e08f6f3910bae432f80ab4359f851d7934427475c41b191b120db896de49fa86" + +[[files]] +file = "kubejs/data/reclamation/worldgen/template_pool/big_ruins.json" +hash = "af961a36d5009ed79e03b43d4de450333b330151f84e4bc931a54bf60718fbf8" + +[[files]] +file = "kubejs/data/reclamation/worldgen/template_pool/bunker_poor.json" +hash = "0404570535b71541468742b7bc2a44908b05a1336636dd075bf8a62bf222ac2f" + +[[files]] +file = "kubejs/data/reclamation/worldgen/template_pool/bunker_poor_top.json" +hash = "75536a77a04986425a1447a2b2dbe44a3cf68f774996a3bbc09ecf9910da4868" + +[[files]] +file = "kubejs/data/reclamation/worldgen/template_pool/bunker_rich.json" +hash = "24e41ffed2ce34b3f3d7a47d234840762009c6b7b0c09bc723234e12c1082ea3" + +[[files]] +file = "kubejs/data/reclamation/worldgen/template_pool/bunker_rich_top.json" +hash = "0263402b07264504ad6aa5246f3e59666daf70196dab11e93dc07b38f9925d9b" + +[[files]] +file = "kubejs/data/reclamation/worldgen/template_pool/cave.json" +hash = "90798d0e7d26f64f4954e5ae885fd1e4f2d58eb37075c8bc208fdbadb06b03a4" + +[[files]] +file = "kubejs/data/reclamation/worldgen/template_pool/cave_top.json" +hash = "6983e97b78d6595bd664d562579375eef318e3361811c4d4b383256af4c31fb8" + +[[files]] +file = "kubejs/data/reclamation/worldgen/template_pool/graveyard.json" +hash = "abedc68e730891de56f3489d6687e2eb350dad501447608e5a5d95e144c79e5b" + +[[files]] +file = "kubejs/data/reclamation/worldgen/template_pool/graveyard_top.json" +hash = "34f7db4b7d5c0cc9165eb29b0959741dea707d0976d5f882ee9e7bf93f8aae4b" + +[[files]] +file = "kubejs/data/reclamation/worldgen/template_pool/mine.json" +hash = "cc2d2559deed34ebce9eeb49fd43693bdd3c2cb913c8b7b761ba0288a843c931" + +[[files]] +file = "kubejs/data/reclamation/worldgen/template_pool/mine_top.json" +hash = "0c1d30ff77f0e3284375b7f5d3a49bb67c3fe2faf10d22c7b064cd6a3a72ffcc" + +[[files]] +file = "kubejs/data/reclamation/worldgen/template_pool/oil_rig.json" +hash = "e148df68e5e9a1b82b59708f8e8ba2e2e01d81718abde0e28a2b1b2bb4b4ca8d" + +[[files]] +file = "kubejs/data/reclamation/worldgen/template_pool/ruin_corners.json" +hash = "f602736d92b22f9bff5d9d36c8200f301e39cf6a37c87ccd20fb7f642dab16b5" + +[[files]] +file = "kubejs/data/reclamation/worldgen/template_pool/ruin_walls.json" +hash = "b0dec3ec17371885b5cb5c77246e09a5364ccb1da19ad814536d4f4861e56acd" + +[[files]] +file = "kubejs/data/reclamation/worldgen/template_pool/ruin_walls_copper.json" +hash = "d900f82bf4496c41c330b58b3a659e0d53b01a8f3b3a60811bfcd3e1706b8009" + +[[files]] +file = "kubejs/data/reclamation/worldgen/template_pool/ruined_house_1.json" +hash = "988cca55148d646c821e135b3ff812985ea8482090a9c15b47b5e04efe46941a" + +[[files]] +file = "kubejs/data/reclamation/worldgen/template_pool/ruined_house_1_top.json" +hash = "53f2bda3828b55d9c1e79acfdbdccc1113dafc9e87f374f7b09b839ce4fde4c5" + +[[files]] +file = "kubejs/data/reclamation/worldgen/template_pool/ruined_house_2.json" +hash = "56438bcbe493ae9639332098d004894eeca33978623de69aa7796c1b770d0694" + +[[files]] +file = "kubejs/data/reclamation/worldgen/template_pool/silo.json" +hash = "dbbfdc06d1beafe08ffe324e14f2b9dc675f6e2cf028f970b3222b1b9f9f53b6" + +[[files]] +file = "kubejs/data/reclamation/worldgen/template_pool/statue.json" +hash = "c593381e84cfddc6e34a48f8b38852a191f4ae6b60f3cb435892071b947bca19" + +[[files]] +file = "kubejs/data/supplementaries/agricraft/mutations/flax.json" +hash = "e7da23c5e11c62fd38de21cae73bbcc2ba5972425140b813b76fb1e313984994" + +[[files]] +file = "kubejs/data/supplementaries/agricraft/plants/flax.json" +hash = "bc7c2ca58b4017565f02e8b401a2df53b9469d9ee84a37035bf53ab109b13243" + +[[files]] +file = "kubejs/data/supplementaries/loot_tables/blocks/wicker_fence.json" +hash = "6abd3b660f5b7bfc55eea192d9afdc1ab6c928c74c269e6f721e49bc2a12e0aa" + +[[files]] +file = "kubejs/data/via_romana/tags/blocks/path_block.json" +hash = "77174fc42d6fe899671681c1207fbbf377112f2bcc797f31d6393ced9149391e" + +[[files]] +file = "kubejs/server_scripts/ae2_recipes.js" +hash = "622e075eabf8d675462e4666b866dbbf1372c9a0d9dc6bd1e947befbd617fbd2" + +[[files]] +file = "kubejs/server_scripts/ars_nouveau_recipes.js" +hash = "0061387200b3bf2277cb30a27fc930671add72617aa42992e4680af095aaf880" + +[[files]] +file = "kubejs/server_scripts/blood_magic_recipes.js" +hash = "b03174fdaf6904ab8ab7397a487e7b1d06618305bc5dc2fe8da7f40a09d63a0e" + +[[files]] +file = "kubejs/server_scripts/botania_recipes.js" +hash = "e63db7821a04f6e73ffc681c6d5141f5899e63775ee41bbc49b6b5721f5b6a12" + +[[files]] +file = "kubejs/server_scripts/create_recipes.js" +hash = "b2d8569904bf9461dea30e84a565280672b46a2774fb754552a3c28fb039406d" + +[[files]] +file = "kubejs/server_scripts/ember_recipes.js" +hash = "e654c43ddef7c7e88f20bad9f1fc81c1caea3431abe6aedbb1c317e517af120f" + +[[files]] +file = "kubejs/server_scripts/enchanted_recipes.js" +hash = "62a2f7b70359f2f6734c87102e8183ef472255b522713a8fa04d8eb1bdf32d77" + +[[files]] +file = "kubejs/server_scripts/loot_tables.js" +hash = "44268b3e681254724a878427957a3a50945049f542fed01db6b37223dda7ffd4" + +[[files]] +file = "kubejs/server_scripts/mekanism_recipes.js" +hash = "7c73d5e51efec515e56c965261e8ffeeb1d141f203fd3fa8d564b1459ea58744" + +[[files]] +file = "kubejs/server_scripts/mystical_agriculture_recipes.js" +hash = "0c32a5126102768aa36625bca4752389da70d69bd4925a3ff054e03034584b02" + +[[files]] +file = "kubejs/server_scripts/natures_aura_recipes.js" +hash = "d20ee9be8aae16d0e55e32b6456f9d166f18171d038cedda5897cb5a586abbdb" + +[[files]] +file = "kubejs/server_scripts/reclamation.js" +hash = "2f23f61d802e03e6ff5f98ea3f61026994bd40952bf3db9609aa990145c23649" + +[[files]] +file = "kubejs/server_scripts/reclamation_recipes.js" +hash = "ba263b688f4c6d61adb9aee2887cc1ebae03452b4508287186a7d1cdfe5bb265" + +[[files]] +file = "kubejs/server_scripts/tags.js" +hash = "d06b9f9ab3e19aadb2de3b24bb8effe66e97972546a3762514902a33f8d7a437" + +[[files]] +file = "kubejs/server_scripts/theurgy_recipes.js" +hash = "8cbcacfb2e2969bb5829060fe73f85cac5428d84073195f9e8b39730f91bfb63" + +[[files]] +file = "kubejs/startup_scripts/blocks.js" +hash = "b5420799d2c9a5f97f5a1714831f41b434938da02742165bbb98481865955b92" + +[[files]] +file = "kubejs/startup_scripts/items.js" +hash = "fa34a6355825641895bb0a0bfa8768ac8fe08e9c92e58b324dc160d4c1c036ee" + +[[files]] +file = "mods/advancedae.pw.toml" +hash = "db2b2be56b661668acd7799856656b2f4585ce99231dd8cbcb8038b744c5e448" +metafile = true + +[[files]] +file = "mods/agricraft.pw.toml" +hash = "2d6f1fef0084c66afe3413ad66e8447a7be0dc5a8d55127b23f51026b675a4cd" +metafile = true + +[[files]] +file = "mods/akashic-tome.pw.toml" +hash = "19f470521e7119c5fc1754e40e40b171eeef11335c54167cb482998c0737e979" +metafile = true + +[[files]] +file = "mods/antiblocksrechiseled.pw.toml" +hash = "fd73e58eae0eecf507465cdb0cfc41d177b3a1a1c0ee305e392f1dcc2fdea14d" +metafile = true + +[[files]] +file = "mods/appleskin.pw.toml" +hash = "8d0321177fed4a0b48554c40158b43db62f6cdaa768f584ef6a11575dfaa6223" +metafile = true + +[[files]] +file = "mods/applied-botanics-addon.pw.toml" +hash = "02bbd73a916b25f404b28c69fbe3ee113c84563b6306f825f1a3583a0b4a04f3" +metafile = true + +[[files]] +file = "mods/applied-cooking.pw.toml" +hash = "426446bc043d83e2463ab4bae4ba86f4c2fc9c2ed3b28a96101ccb1d977b920e" +metafile = true + +[[files]] +file = "mods/applied-energistics-2-wireless-terminals.pw.toml" +hash = "f3ddc5ed65361138c4c66fd4abd05b6050b24362dc7bb83a5ca54eafb74dd181" +metafile = true + +[[files]] +file = "mods/applied-energistics-2.pw.toml" +hash = "0f4c2198603cd84a14dc6741729d0b0dcf509574776e620c36c3e7180082db32" +metafile = true + +[[files]] +file = "mods/applied-mekanistics.pw.toml" +hash = "2434c70565f9e021d168bc6952759d1de79b4eb14856c5ca9ebe5d761fcb4efd" +metafile = true + +[[files]] +file = "mods/architectury-api.pw.toml" +hash = "5e9edd1fd2395f14a0c8a4acbdbdd61e1047be1f0033deb3140d2ce0d093e9d8" +metafile = true + +[[files]] +file = "mods/ars-artifice.pw.toml" +hash = "7fd2cae6cdbdf609a729b64874a16fee503970417c8c26aacc9908ad0253b076" +metafile = true + +[[files]] +file = "mods/ars-creo.pw.toml" +hash = "0502e2b33b08fe5920ff1ea61d3cd3c86d9e93ff234af56088c63dff4c189733" +metafile = true + +[[files]] +file = "mods/ars-elemental.pw.toml" +hash = "edf6b8a4b3daa8579920fd7d4bcf08898465eab1c31f8906f8bf3bba1bdda84a" +metafile = true + +[[files]] +file = "mods/ars-energistique.pw.toml" +hash = "fe693ae80d95c3b06c0c91285417bf58d13e1e1d69496d35224dbf0002d54476" +metafile = true + +[[files]] +file = "mods/ars-nouveau.pw.toml" +hash = "44505ec6c8d7ac5948b3f192cff3db191b07c4d39d501ce3af916006cda3c5a6" +metafile = true + +[[files]] +file = "mods/athena.pw.toml" +hash = "9638d8a308563842fd989970919a51f37ed1bcc82372bff47fc5a5c2e6de738e" +metafile = true + +[[files]] +file = "mods/attributefix.pw.toml" +hash = "e9179c6f362e82c08ffb103a8e19c7dbdbeb18b24cca69ffacbd8b1929e23031" +metafile = true + +[[files]] +file = "mods/baguettelib.pw.toml" +hash = "19d027a154c7aa6697c3f72fed98321ed092abe88d9b77851cd5b269d494f492" +metafile = true + +[[files]] +file = "mods/balm.pw.toml" +hash = "f8b6ef08945410e1341212a2723477487fb66a2c8fd67dd201433658791d298d" +metafile = true + +[[files]] +file = "mods/blood-magic.pw.toml" +hash = "860f219704b38c996ddb8eb395bbc3523eece6e3e8d7f23dca7aadd2a76f4fdf" +metafile = true + +[[files]] +file = "mods/botania.pw.toml" +hash = "8c0f450f657efab9f25ae5bc6dfb6a43aafc0e7e411fea8df2c885593bb67fde" +metafile = true + +[[files]] +file = "mods/building-gadgets.pw.toml" +hash = "528a5c2d50126e1b2906b47449b40a996fce3b4a50b9a0460533f2b7b74f5c99" +metafile = true + +[[files]] +file = "mods/chipped.pw.toml" +hash = "71a33fe41bead909b3e95643351ef8015def70d3cb083916469f492f66434b45" +metafile = true + +[[files]] +file = "mods/chisel-chipped-integration.pw.toml" +hash = "6e353c171e4439575b910cfcd4e1ff679411709fb68322c769bb88d353297dbb" +metafile = true + +[[files]] +file = "mods/clean-swing-through-grass.pw.toml" +hash = "47fb31c0dd8d57b949af33591d811bad064e29599d5753ea8a6011e0e1498d0c" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "96204145e12506e0625d8b9bfa05aad54e9a62fd511bae39f0d57fcb5e39f4cc" +metafile = true + +[[files]] +file = "mods/clumps.pw.toml" +hash = "e3173aaa4e9078ad7ace2b9ef43ce15ce9919c0b566d8830cea87264f92b3a6a" +metafile = true + +[[files]] +file = "mods/comforts.pw.toml" +hash = "58bf97ca61f74ea9a540f6e6090aef631155748c49b83a7a338b34d8dece9109" +metafile = true + +[[files]] +file = "mods/complicated-bees.pw.toml" +hash = "5eeb5554d6a80035005cb7c679c85bfb073d794161626c5248061f15a4843eca" +metafile = true + +[[files]] +file = "mods/construction-wand.pw.toml" +hash = "1613f68b9bdd242a957a3a20c5193b640672d11087abcb5c3abe5da45b235e35" +metafile = true + +[[files]] +file = "mods/controlling.pw.toml" +hash = "1e56f528d8e21b0cf9c52c3d6deea2a4eafa408170b39a070195dbf66617f373" +metafile = true + +[[files]] +file = "mods/cooking-for-blockheads.pw.toml" +hash = "eda88d895232fa88c15851fa23225bf51e5ef006505e9a48d437f00635eb03e6" +metafile = true + +[[files]] +file = "mods/copycats.pw.toml" +hash = "00bcb49250fa1f8e533a321cd650e8e57e3d7f7b6178e0f92c21b93736bfb6a8" +metafile = true + +[[files]] +file = "mods/crafting-tweaks.pw.toml" +hash = "e392ff51b7a6280006d633dde678e5ced8ae5a65035a42c213dd6386d234c394" +metafile = true + +[[files]] +file = "mods/crash-assistant.pw.toml" +hash = "a6ae6396a6223339c48e195574c26ed399858e0b6154b7e8150e20943d1c9777" +metafile = true + +[[files]] +file = "mods/craterlib.pw.toml" +hash = "f09161c0a013e3fdef2f6ee981cd68c29dc7801228bae9ebc16959e75bd38596" +metafile = true + +[[files]] +file = "mods/create-central-kitchen.pw.toml" +hash = "967c38265800a8b2353debf37ab919204a1f89e4a57e2e603b7a7de1d68c8956" +metafile = true + +[[files]] +file = "mods/create-deco.pw.toml" +hash = "fee58a333eaf51d4862fee34fe8ba7cb70140500023e06aca3c9fcf0e0f34719" +metafile = true + +[[files]] +file = "mods/create-stock-bridge.pw.toml" +hash = "bb53d53b0b6cd77fc6f665d0e6f1d00268e0efe5bd3a89fddd13101f4a448e3e" +metafile = true + +[[files]] +file = "mods/create.pw.toml" +hash = "9d7971a7af2ff4a96a0e5aede76f9cf8dc978da601e2754f79d6ec8631125bb9" +metafile = true + +[[files]] +file = "mods/croptopia.pw.toml" +hash = "d8fde87d322c7d8e841658090d41c33120c72b4e6724af94a9fd3cc41603234c" +metafile = true + +[[files]] +file = "mods/ctm.pw.toml" +hash = "ff55f6dd98968c446e32885ec0eae66ee882071f8a4efbf1486e57590778b2eb" +metafile = true + +[[files]] +file = "mods/cucumber.pw.toml" +hash = "31b3ecd1317f2d2b9802592def351b5567196d726283530f72e33f5c827e5807" +metafile = true + +[[files]] +file = "mods/cupboard.pw.toml" +hash = "2eb26b157c4159bfeff6a00147afa35284397d558f84b55367d1a41064d7456a" +metafile = true + +[[files]] +file = "mods/curios.pw.toml" +hash = "1315cd56b0b4a5b3d53374cebf4f1f3cd0546b05058740847bd226c1d1ccab39" +metafile = true + +[[files]] +file = "mods/ding.pw.toml" +hash = "abf68c7b90b93d7223c6ed856e7a4ae89ebdccf7780277e4de6aa3d707f7e27f" +metafile = true + +[[files]] +file = "mods/embeddium.pw.toml" +hash = "a1575677daaaf6ea6dac12e5a10073e34025e5ca2c35b6d36ad4a5a0edbc0e82" +metafile = true + +[[files]] +file = "mods/embers-rekindled.pw.toml" +hash = "5f04337b13e932cdcb3bbb3f87bf4ea32dca24e4131b0cbb5dc97d8c8e8d1a81" +metafile = true + +[[files]] +file = "mods/emi-loot.pw.toml" +hash = "29031642ce9abc223f2665a50940bd7a2cedfd5cfcf3124eb491685f06bfe7c0" +metafile = true + +[[files]] +file = "mods/emi.pw.toml" +hash = "d48a1ea93de8cd5febb95ba52989d8d9ab4e998cfbdf9c1076a9f2e571d2fcbe" +metafile = true + +[[files]] +file = "mods/emojiful.pw.toml" +hash = "3b8dacbd1cd0e3d849b080473559fd26e4268e396075ad37d0fdf7031ee9dc97" +metafile = true + +[[files]] +file = "mods/enchanted-witchcraft.pw.toml" +hash = "0137ac60dc27cee75c68ed8cc4c2fd949ffaf9e711d7c0e0d52ba5cb7f5ce2ef" +metafile = true + +[[files]] +file = "mods/entityculling.pw.toml" +hash = "82787d227d3ff84be0087828dfbd9b87f20fac75a87edb43b33441b0e5d9c175" +metafile = true + +[[files]] +file = "mods/epherolib.pw.toml" +hash = "fadaae47087ff0af2442bed6c9978eaa14f2926990738d81b5ce382d4c4a86fa" +metafile = true + +[[files]] +file = "mods/ex-pattern-provider.pw.toml" +hash = "7567c4eb58ffb0eee566f0b59e3a7822928b3e82ca35e8ab1a4f1648280d1ae4" +metafile = true + +[[files]] +file = "mods/experimental-settings-disabler.pw.toml" +hash = "f517e9859936fc5370fdd7cf80d3a6157d87f2e55b7fada135de64a5bbd1aef8" +metafile = true + +[[files]] +file = "mods/exposure.pw.toml" +hash = "ea36b8516ea429e479368b708082e89af5fa50dc3576b52c2ff8c8dac595801c" +metafile = true + +[[files]] +file = "mods/extreme-sound-muffler.pw.toml" +hash = "f516cd414020a90cc732d3fb9b69d375c8f21b8e0acb95fb620420ab3dc7287d" +metafile = true + +[[files]] +file = "mods/fancymenu.pw.toml" +hash = "d58b2eae3d9b5d0b111dcf3e6cb7ff167efcc4250af03961c31e7b5c4b2d9654" +metafile = true + +[[files]] +file = "mods/farmers-croptopia.pw.toml" +hash = "1f8135b50b3047650342ccafcc67e6748b1ad56271110085a3b0b1b22814e66c" +metafile = true + +[[files]] +file = "mods/farmers-delight.pw.toml" +hash = "067fc433511066d18b1795b86c9856246a8da7f9a4316afd6b25e5eee181f660" +metafile = true + +[[files]] +file = "mods/fast-async-world-save-forge-fabric.pw.toml" +hash = "0d285af302596718fb74920b23c2eceff1b54fe06d107aad51346aabcebfed3d" +metafile = true + +[[files]] +file = "mods/fast-leaf-decay.pw.toml" +hash = "fd5aa059dd7e148e9ce801455b438425c0ad36537ce4b635edeb524900b15284" +metafile = true + +[[files]] +file = "mods/ferritecore.pw.toml" +hash = "5bd0506bc0be25116b234f2b5af9447f60d82ae1cb6c5be4e12d8841f6c2501c" +metafile = true + +[[files]] +file = "mods/fix-gpu-memory-leak.pw.toml" +hash = "c4032dc8c4f85576b7d89f719aa56241fbcdede45d3fc8bad43c86e499d01a67" +metafile = true + +[[files]] +file = "mods/ftb-backups-2.pw.toml" +hash = "b3693e7a5647d4e28fc30ad3e85193c668a98a410dc3f425f19561cfea68957f" +metafile = true + +[[files]] +file = "mods/ftb-library-forge.pw.toml" +hash = "691798dd9acfd386bc9332249cd4c1291c646af4d97999090ec0528d9bb35c88" +metafile = true + +[[files]] +file = "mods/ftb-quest-localizer.pw.toml" +hash = "aba82ce25493bc49ab47feb701ac767c36e17c0d1c60aeb57ffbf2791af9df2a" +metafile = true + +[[files]] +file = "mods/ftb-quests-forge.pw.toml" +hash = "66206b66ab8d3a44fc67d44640398466630e18d02d3efdeb46f3134022284eb6" +metafile = true + +[[files]] +file = "mods/ftb-teams-forge.pw.toml" +hash = "450e23b3e692360eee6fd55fc640b391eff8f4e5714ccc69bafb837685ae8e96" +metafile = true + +[[files]] +file = "mods/ftb-xmod-compat.pw.toml" +hash = "39e65bf3c47517cdb2f9b4b49c6632dd56db797744faaf8b1a3726b1b95aacb4" +metafile = true + +[[files]] +file = "mods/fusion-connected-textures.pw.toml" +hash = "e17f96677912ca1e42ab05ba1e959226c7b5244f6a24eb573ace63f57e6c222f" +metafile = true + +[[files]] +file = "mods/fzzy-config.pw.toml" +hash = "f1982207e782ffe93f3cc6b38a910fdd6d9a3630d0d61498d5eb8b31cbe14469" +metafile = true + +[[files]] +file = "mods/geckolib.pw.toml" +hash = "88f142bda6bfa6aff4f4d4e12b8ba7581aa40e3f163039a533f09dd6d634e093" +metafile = true + +[[files]] +file = "mods/glodium.pw.toml" +hash = "2a7944b951ebfaa4dcf963c3e2faf43eb8115d99a4390daa49dd8ea6676e8828" +metafile = true + +[[files]] +file = "mods/gravestone-mod.pw.toml" +hash = "b55f3276124e13e8b3899d4d0400e990dea41d228644be34b341e62fe8abed6e" +metafile = true + +[[files]] +file = "mods/gravestone-x-curios-api-compat.pw.toml" +hash = "4e9a8e9192b8a65bbb1dbb50b2b8bf51cc09c6d8be2bc75a3430b5695c1fa399" +metafile = true + +[[files]] +file = "mods/guideme.pw.toml" +hash = "5cc92eb0e58c2afbfd625d727d80da1d1c84500ec962bb22f5be28b864f18551" +metafile = true + +[[files]] +file = "mods/heads.pw.toml" +hash = "35688f7ed7c63fddc128a15fd7e1b436bddcf7fdfd41328bdf2a05275a6e6408" +metafile = true + +[[files]] +file = "mods/ichunutil.pw.toml" +hash = "6be04f7e78af2fc1701666edecbc69cc7c401bad38d4b46d36ad68d10e3e643f" +metafile = true + +[[files]] +file = "mods/immediatelyfast.pw.toml" +hash = "c949e6e0d6a70b8693ef48f8f205cb4fb967cc7c2ecbe029ffe7809e36ad5138" +metafile = true + +[[files]] +file = "mods/immersive-paintings.pw.toml" +hash = "c006beeec7fca82263506ab1fda78e472e54bb64be350e130902f4f475df25cb" +metafile = true + +[[files]] +file = "mods/interiors.pw.toml" +hash = "588e222f5cf824fb8317bd3800752c8a4a86f3c707f70b35420f8c9a9599fe43" +metafile = true + +[[files]] +file = "mods/iris-flywheel-compat.pw.toml" +hash = "7f3913dea0869ca5a9343c30f3cf81cc6dfebf793c5bf5d4201330e540320d97" +metafile = true + +[[files]] +file = "mods/item-filters.pw.toml" +hash = "ff92eddb2bf6f1afe9fa7fc73d63ea9419e0cff77fbd4fd2936b51525fe9340c" +metafile = true + +[[files]] +file = "mods/jade.pw.toml" +hash = "8f359d190506a6f824763b8e7c390d9e22204ef11e3ffa5ef980000d17e2c2b6" +metafile = true + +[[files]] +file = "mods/jei.pw.toml" +hash = "94a0ed0630ad6e53af1e317e86a195672f4627552fde677396ac94eefce6ffc6" +metafile = true + +[[files]] +file = "mods/joy-of-painting.pw.toml" +hash = "7142644b6ee70047ec0eec880a44050cf4fd7e42c94f93dbe85ea7630f2d4500" +metafile = true + +[[files]] +file = "mods/konkrete.pw.toml" +hash = "143102be700d30cf68d0988bc9f1b523545e37b7074ee786faac56a388e6f0e9" +metafile = true + +[[files]] +file = "mods/kotlin-for-forge.pw.toml" +hash = "1678327ac50408273c1828b631929128d3fdfd54cda7b2e823ce9352495a68ff" +metafile = true + +[[files]] +file = "mods/krypton-reforged.pw.toml" +hash = "ba2f214504381c53f588e1a52d8be657b47ed53a256b45d623cea2c724748afa" +metafile = true + +[[files]] +file = "mods/kubejs.pw.toml" +hash = "873d23ad2ce05e3e92a05e011f3f9a375a745a4ca6ed4c9fffb0518fc8255bf7" +metafile = true + +[[files]] +file = "mods/lootjs.pw.toml" +hash = "e8ffbf5788712fac841e1bb0bff8969697f99be47d6f1c3f41ebe9ac965016d3" +metafile = true + +[[files]] +file = "mods/macaws-bridges.pw.toml" +hash = "48b6be3ef711114f233e0c36d7f625b1e42c247c3e78a51fd7498886657a2384" +metafile = true + +[[files]] +file = "mods/macaws-doors.pw.toml" +hash = "33af5f73cc7b802cf45b02ef7ec7b9a516919d55ed32a035a4661f33331b5531" +metafile = true + +[[files]] +file = "mods/macaws-fences-and-walls.pw.toml" +hash = "c4dcf86a3b33eccaf41b731917d9f8d787dda0610378abe4a824db93637759ac" +metafile = true + +[[files]] +file = "mods/macaws-furniture.pw.toml" +hash = "3706f6817a641198fc325d578d189d502af7c3444148a72e4dc23f214c3611a1" +metafile = true + +[[files]] +file = "mods/macaws-lights-and-lamps.pw.toml" +hash = "8d07ba2c02764a5b03a075960474d13233fbe9c4140ce2a3ff052734131b00bb" +metafile = true + +[[files]] +file = "mods/macaws-paths-and-pavings.pw.toml" +hash = "e1b4f834c2a9bbcc9ea812fc0658e62b0696b8f77dc2f6ab54568d7b8059b2a5" +metafile = true + +[[files]] +file = "mods/macaws-roofs.pw.toml" +hash = "6445161fb93a765e776f97573a32af44d0615133b76f33d56da1b842eb5fc377" +metafile = true + +[[files]] +file = "mods/macaws-stairs.pw.toml" +hash = "26302c1c2aa04621bb746c35eff79cb2d35681f21201a4c7e7319da6e1a8cc70" +metafile = true + +[[files]] +file = "mods/macaws-trapdoors.pw.toml" +hash = "11986efbe41daab0d11c8d3cbdd517976314f9bff79c9ce769aab851329bf485" +metafile = true + +[[files]] +file = "mods/macaws-windows.pw.toml" +hash = "4655d3f1403518278ea53e6c38bdbc34b835b4a77c461b10f23924114b4978a0" +metafile = true + +[[files]] +file = "mods/mcef.pw.toml" +hash = "412233cd17c8195f4f80d67fc34861c086c124ad4aa627cdd4b0b266fc2a6e8b" +metafile = true + +[[files]] +file = "mods/mekanism-generators.pw.toml" +hash = "a76a1f1d2139ebe5c31c628ed4bb01f3795cfae931dda4093047260507bbfd43" +metafile = true + +[[files]] +file = "mods/mekanism-tools.pw.toml" +hash = "79d2c3838fee0967f3c26d84e33a4848045abfcea369b717021cb8b8becbb640" +metafile = true + +[[files]] +file = "mods/mekanism.pw.toml" +hash = "7c411a566d022680769ddb8323984fff292ddeb35e7d8fcfe2cc41b9885d9557" +metafile = true + +[[files]] +file = "mods/melody.pw.toml" +hash = "0b9cc190139b0eb2d5f0153f05717ed53edd499ad2a3eeee99ea75d22fd0ef1c" +metafile = true + +[[files]] +file = "mods/modernfix.pw.toml" +hash = "373b18020e519fa602dc3e5ecc7d9d1523a353ddec85b20fe8dbbad23d4e7db2" +metafile = true + +[[files]] +file = "mods/modonomicon.pw.toml" +hash = "81da708e6a9add4237562e15bd2be857cfa3908c50951408ab2137ff1c68fbbd" +metafile = true + +[[files]] +file = "mods/more-overlays-updated.pw.toml" +hash = "2e96ff6625fa5844c2969fd49918310c789aa9d4bfbcffc69c997ba83de41bd6" +metafile = true + +[[files]] +file = "mods/mouse-tweaks.pw.toml" +hash = "e72f73611904e14d915418f0e3c6cb483cdc600e211375c2eceb393fec5b80f1" +metafile = true + +[[files]] +file = "mods/music-maker-mod.pw.toml" +hash = "5966cd62ace7758708abfb97f22b066dd8e69c21895b0b0f3606defc9c6a1bf4" +metafile = true + +[[files]] +file = "mods/mystical-agriculture.pw.toml" +hash = "4be34dcd45b7d0260dcf6ab18e6cb96f17d65561a28941768c8181027611e081" +metafile = true + +[[files]] +file = "mods/mystical-customization.pw.toml" +hash = "a1d0da80738a375d6a23ef806a8c076a3ba08b223df276be96c51645e3fc46c7" +metafile = true + +[[files]] +file = "mods/natures-aura-render-fix.pw.toml" +hash = "73b2b20f55bda01785211de62661c90fc51b6da53337746d6f41c74afb3e183a" +metafile = true + +[[files]] +file = "mods/natures-aura.pw.toml" +hash = "252f0822fccd24bb3c615c95c4d5acdad853ce8482c71e06b79f50a3520652c5" +metafile = true + +[[files]] +file = "mods/nethers-delight.pw.toml" +hash = "43ff48404322ec170ef9a931bc2f95cc9b488e2834934e2af6c5e0ebebc5fb9c" +metafile = true + +[[files]] +file = "mods/no-chat-reports.pw.toml" +hash = "1d602996f39fb6103a5b968f50ec06800db7125b145570474c9c10e6dcd0c68e" +metafile = true + +[[files]] +file = "mods/no-more-piglin-portal-spawning.pw.toml" +hash = "a3f429de0784d4d3918d80d38ae5d3e13410d1dc635c61f1a69705d80b951f71" +metafile = true + +[[files]] +file = "mods/not-enough-glyphs.pw.toml" +hash = "af9bf1a7210bf7037c1189f796264031e7801237c9097fe64be77830d4006dcf" +metafile = true + +[[files]] +file = "mods/oculus.pw.toml" +hash = "5ef885f9912ff6aa73db254b63a3cd22520f06261bc3c38e7c92f449806a9044" +metafile = true + +[[files]] +file = "mods/open-parties-and-claims.pw.toml" +hash = "bcf6e9de4c6751aa0bfc95ff80c7596dc5ca80f0d50d1a3d0a69754e2f140067" +metafile = true + +[[files]] +file = "mods/packet-fixer.pw.toml" +hash = "e3b879b027674a3c9b002eb24f2ea47397bf2087124387f65241b4e0ca4e73d5" +metafile = true + +[[files]] +file = "mods/patchouli.pw.toml" +hash = "dec2bc011d4ca1d451aaa3eea477f13366bfb13beba0716018f47d9331a50d8e" +metafile = true + +[[files]] +file = "mods/polylib.pw.toml" +hash = "947d5f3b9213360b68e9b65a8d2d5111939e82e248cf61eb02137f119c6eaeb6" +metafile = true + +[[files]] +file = "mods/polymorph.pw.toml" +hash = "8c65958007f81cdf1a57dac999ec7ffdde17cce6154c9a2f75bbb389fd11efbf" +metafile = true + +[[files]] +file = "mods/presence-footsteps-forge.pw.toml" +hash = "fc6fbe4edaef15637092d30600743dec1bc9bf6055f71a5ff026df108fa2b532" +metafile = true + +[[files]] +file = "mods/quark.pw.toml" +hash = "4eb683644ee4e38e00b06df946b71ad8fedaa860fcabbd91ec6ceb71c65b8d81" +metafile = true + +[[files]] +file = "mods/rechiseled-ae2.pw.toml" +hash = "e05c889f25b1126cec10f935d63d7b18bbfe66ad72725da51bc93576a7a00c75" +metafile = true + +[[files]] +file = "mods/rechiseled-chipped.pw.toml" +hash = "6404fb65e80b83afe92bad0d4562253d2b7f821114e5574fcf7eb58e08b6da66" +metafile = true + +[[files]] +file = "mods/rechiseled-create.pw.toml" +hash = "5bac1063d07c12c591dbcb1d7aea39ee863c73e84951334ebeec2754d22843da" +metafile = true + +[[files]] +file = "mods/rechiseled.pw.toml" +hash = "3e8c59c1817babb68d49af1bd816d6d00ffbaa8343968ad324996a0d5deb9c69" +metafile = true + +[[files]] +file = "mods/reclamation_util-1.20.1-1.0.24.jar" +hash = "5a873e3f4c55fa152435ba60bc47ff82dee7cd66263a8e68b66a3602cc43e8d5" + +[[files]] +file = "mods/resourceful-config.pw.toml" +hash = "e242387207a2538b5ccb55697174c65e549e1eb2fef9da37e1ad3734e0372b65" +metafile = true + +[[files]] +file = "mods/resourceful-lib.pw.toml" +hash = "ef0264b7d819848f72ab2f34643306187e712965a8246e1f733e1bd39d8fd681" +metafile = true + +[[files]] +file = "mods/rhino.pw.toml" +hash = "ca4411ac6d8a9a892948bb63cd0ba52ae5523ca5e257632d6ae8c933b660c5ee" +metafile = true + +[[files]] +file = "mods/searchables.pw.toml" +hash = "2cb8dd9a3944a6430b49916a4fe1b6cf0bd7efd907054f8e679a02717149404f" +metafile = true + +[[files]] +file = "mods/sebastrnlib.pw.toml" +hash = "293c2540f4490e6c25a660dfcad115ed952a63c1b66b1dfdaab25f18d0154946" +metafile = true + +[[files]] +file = "mods/selene.pw.toml" +hash = "086ae6b5cfa8a07be194343117c92c8139275a8dac28d4c3476081a0eb1d3386" +metafile = true + +[[files]] +file = "mods/simple-discord-rpc.pw.toml" +hash = "82ff48f8deef9fee96dd9361e58f430f0ed327f9dceaa9ba145505220f69aa6e" +metafile = true + +[[files]] +file = "mods/simply-light.pw.toml" +hash = "762eced5d260cdbc94f0acc033efd8fe70fdfe5a28bd8d180e0b052de509893f" +metafile = true + +[[files]] +file = "mods/smartbrainlib.pw.toml" +hash = "8d3e9ef52ac3b65fb976629b55652ca30f9ad8b7ff37925c3111ae78386e1a97" +metafile = true + +[[files]] +file = "mods/sophisticated-backpacks.pw.toml" +hash = "3bb4a9500b84afbceb8d426505a1727888aa53de23f839ce261fe6956491cc83" +metafile = true + +[[files]] +file = "mods/sophisticated-core.pw.toml" +hash = "4e0171baa817919422b027a64d97ef8ffc63879c94671b2fc42f191cc6f3900d" +metafile = true + +[[files]] +file = "mods/sophisticated-storage-create-integration.pw.toml" +hash = "6a35429fa6de146d4341307a8d3d75aa37e05b1d67b564568bb0d55720deafa2" +metafile = true + +[[files]] +file = "mods/sophisticated-storage.pw.toml" +hash = "b0aacf3e9ae5d5e3f9c4f102938b14b762872f00d977b9a2cd2d91eb4fc95b44" +metafile = true + +[[files]] +file = "mods/sound-physics-remastered.pw.toml" +hash = "ee2d9154be68ef20293596a3f65810111fd35a802f1e8292e9ba8872de463a14" +metafile = true + +[[files]] +file = "mods/stateobserver.pw.toml" +hash = "efe080aacdf02af4c5cf99a8f466e30c1d047860b3f2152972593d5f31ddb58b" +metafile = true + +[[files]] +file = "mods/storage-drawers.pw.toml" +hash = "371b68e257eaca322ca4e95f4aa8d95441d84110b69243dda818f743a0111ba5" +metafile = true + +[[files]] +file = "mods/supermartijn642s-config-lib.pw.toml" +hash = "3eede8a7ebafb69840153ff51dbc879b0232799e90a834ab6d71274b1316179f" +metafile = true + +[[files]] +file = "mods/supermartijn642s-core-lib.pw.toml" +hash = "4ddff1daf862f7e481a6c30c4cbb4bb32165f2c73cefc908dbf62b18f0d46a56" +metafile = true + +[[files]] +file = "mods/supplementaries.pw.toml" +hash = "31883f2697767614c5b0671e9600c4e584c8e60be8062867667ddfc9d2624e23" +metafile = true + +[[files]] +file = "mods/theurgy-kubejs.pw.toml" +hash = "8be7e7a58deecb817a6c93600b81f02ac45ff2661e69ee602734f6d55e7fb56f" +metafile = true + +[[files]] +file = "mods/theurgy.pw.toml" +hash = "41a1b3ce951d182b43f8a7699b79183784d448003f63fcffb29de79b35ca78e0" +metafile = true + +[[files]] +file = "mods/tome-of-blood-rebirth.pw.toml" +hash = "5dccfff265f9a6c8a38a46a09d2034617045588671af2ea04b6ffe922b469506" +metafile = true + +[[files]] +file = "mods/too-many-glyphs.pw.toml" +hash = "e43574704d93b276e187589628a23ef9ff60a4080ec44341fc13207098165f21" +metafile = true + +[[files]] +file = "mods/trash-cans.pw.toml" +hash = "13af80b2b1274ebea8a8afdd31340b98280ae70ae7a64061162d0b07e75e0929" +metafile = true + +[[files]] +file = "mods/true-ending.pw.toml" +hash = "171f4c4e48ec408e9bcc6f60751da7a549d04f8e0df2d9375b48ee84fe3387ef" +metafile = true + +[[files]] +file = "mods/via-romana.pw.toml" +hash = "6f1171658c5c5877c1e839d3d51103b9d671f03976559aa60f071efb0f9ddcad" +metafile = true + +[[files]] +file = "mods/xaeros-minimap.pw.toml" +hash = "eb48e8709268d9d4daeaba8d8844fa47e4e42fe2c6767ab39eca10e7852abf1e" +metafile = true + +[[files]] +file = "mods/xaeros-world-map.pw.toml" +hash = "8c1d85564af53d61caf23b502b60c494d33450a670093fdd3e2f412368682ecc" +metafile = true + +[[files]] +file = "mods/zeta.pw.toml" +hash = "557d160e4a3d856c6bbe36c39ee7c6cd42824363690b61d5f23bbac153c8edbc" +metafile = true + +[[files]] +file = "patchouli_books/custom_rituals/book.json" +hash = "0305b9196077b8be4b6dac58a5e79f239488d7ab48500c7d807a0127fd2351ea" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/categories/basic_rituals.json" +hash = "b470c22daef2ccb9c6892c65bb65c0d14bfe205626ebc7430823892b4c91ca90" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/categories/terraforming.json" +hash = "515744596eca055874d89626050a8aa10272853953936596a89cb0d1202f0cbf" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/entries/basic_rituals/bad_omen.json" +hash = "0e6f3b2613e884ffa2ebddeddc2a5bf842a763134b13d5c32d39fb6760d73372" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/entries/basic_rituals/blaze_cage.json" +hash = "de393a3fb5cdc87b38c37baaee87fe01e165e1b0dd8ff32ce0704ab01c275837" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/entries/basic_rituals/bud_amethyst.json" +hash = "2a262d1037e198b5e67652049b18afab52f9fa23f8532c2240178763dcc7995e" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/entries/basic_rituals/create_nest.json" +hash = "ebf3bea497237ea864b25f73990cd5901532908e148e09fd23eb71bd2d9aa469" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/entries/basic_rituals/digital_meteor.json" +hash = "6e3a745b840cf9556e32870a7931e716a75665c71c6a178a7ddd496aba8f5d42" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/entries/basic_rituals/ender_portal_frame.json" +hash = "35beeee8c854ee9335694202ed0cac590e01f15ac13b5b70446912e37e3a72aa" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/entries/basic_rituals/infuse_amalgam.json" +hash = "712a0040889c110efcc14a953c8a82ff076ceb26efbca39a436a6655c7ad1df2" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/entries/basic_rituals/summon_blaze.json" +hash = "a22309f5b8a48fb1b3a31af8e0aae5e26e7032734deab9770e8c45f3d2d57053" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/entries/basic_rituals/summon_guardians.json" +hash = "160dc2d29806195a72e693a7188e8b0427dceadacced76695803565b96e2bd4d" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/entries/terraforming/bamboo_jungle.json" +hash = "eb2cdd96735105139067086c3f9eed031fa204df3b6985e2d0ed219f3b1eb4c9" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/entries/terraforming/basalt_delta.json" +hash = "e4d536622bbe7fb88161f23dc33162271971f12b7f7c0144cc451541b7f3ac54" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/entries/terraforming/beach.json" +hash = "cc54bfba9ad85fa4e755c01fb53886eac62c4896ccd8d2ef487201e06cea85ea" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/entries/terraforming/crimson_forest.json" +hash = "3f10ce7a710a6697a65f35ef5b18b89896a22ed548fa353249ad643d266ac1fe" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/entries/terraforming/desert.json" +hash = "c4655471855ae551a2ab8fb81516107a2393b0e044f95fda6c5ef57fe7ca95a0" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/entries/terraforming/forest.json" +hash = "99760204350304b837d9094f418a17be7edfc225fd5dea4bf6e468c3c2bf9c3d" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/entries/terraforming/mushroom_field.json" +hash = "ec3762a6b7cccfccbce6ef185da9e2f321f21c4b9c5f9488f393836185265f88" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/entries/terraforming/nether_wastes.json" +hash = "8e52d2c86318fced915b945e894615933ed866f291761c3b642cfb1a0bf03acb" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/entries/terraforming/ocean.json" +hash = "d510e9ddbf24b1121777d802193b03e111574a35761fa11f6a62cf460ca6e3dc" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/entries/terraforming/plains.json" +hash = "59334ef16c5c5832ff6c43c22ed902b450d69c76b32377fcee682c169f1a9714" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/entries/terraforming/reclamation.json" +hash = "3819b821bb28cc7bb2c1af5c6aea93ff2b6b2526a28834232fea52223b7e86cd" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/entries/terraforming/river.json" +hash = "4129c8ad77e862818ff81b0154e7cfdcff68cbb4da5008c1c9479aed1c59bd35" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/entries/terraforming/snowy_slopes.json" +hash = "2f10592169d4d4a61d5044b0d467d9c4835c9e98724e588b4cd7010a67243a46" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/entries/terraforming/soul_sand_valley.json" +hash = "b4b8748187f63e50582a28c98b0d568928b15fa900b30aa8250b8d07b603b49f" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/entries/terraforming/warm_ocean.json" +hash = "8c6afefd3947bfbc1434c7cbc20b0cc440250747f16ca05a14c2dae95de2d348" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/entries/terraforming/warped_forest.json" +hash = "6677bb72563a3848a438db861d94e6dec447ef1db17434535cd9f3e5d4d8c0a6" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/templates/rite_description.json" +hash = "0530a742663b433b687e5ebf8e95d104861ee94ca83ff14040f3163ec7bf2ee8" + +[[files]] +file = "patchouli_books/custom_rituals/en_us/templates/rite_requirements.json" +hash = "1bc35de3bf1b6b4c720fe4252b172c03caa140afa830f964fadd85f129f898ee" + +[[files]] +file = "resourcepacks/sprites-reclaimed.pw.toml" +hash = "25809859fdc639f325de338ee323e193eb1ad8218101525ca5f7d6c8b55d3a55" +metafile = true + +[[files]] +file = "servers.dat" +hash = "3a67755af3c77d3b3f25cac231795481944f303c13a4a5cd8b9901efda051710" diff --git a/kubejs/README.txt b/kubejs/README.txt new file mode 100644 index 0000000..5cf0fdf --- /dev/null +++ b/kubejs/README.txt @@ -0,0 +1,15 @@ +Find out more info on the website: https://kubejs.com/ + +Directory information: + +assets - Acts as a resource pack, you can put any client resources in here, like textures, models, etc. Example: assets/kubejs/textures/item/test_item.png +data - Acts as a datapack, you can put any server resources in here, like loot tables, functions, etc. Example: data/kubejs/loot_tables/blocks/test_block.json + +startup_scripts - Scripts that get loaded once during game startup - Used for adding items and other things that can only happen while the game is loading (Can be reloaded with /kubejs reload_startup_scripts, but it may not work!) +server_scripts - Scripts that get loaded every time server resources reload - Used for modifying recipes, tags, loot tables, and handling server events (Can be reloaded with /reload) +client_scripts - Scripts that get loaded every time client resources reload - Used for JEI events, tooltips and other client side things (Can be reloaded with F3+T) + +config - KubeJS config storage. This is also the only directory that scripts can access other than world directory +exported - Data dumps like texture atlases end up here + +You can find type-specific logs in logs/kubejs/ directory \ No newline at end of file diff --git a/kubejs/assets/ars_nouveau/lang/en_us.json b/kubejs/assets/ars_nouveau/lang/en_us.json new file mode 100644 index 0000000..da19ab1 --- /dev/null +++ b/kubejs/assets/ars_nouveau/lang/en_us.json @@ -0,0 +1,4 @@ +{ + "plant.agricraft.ars_nouveau.magebloom": "Magebloom", + "seed.agricraft.ars_nouveau.magebloom": "Magebloom Seed" +} \ No newline at end of file diff --git a/kubejs/assets/ars_nouveau/models/crop/magebloom_stage0.json b/kubejs/assets/ars_nouveau/models/crop/magebloom_stage0.json new file mode 100644 index 0000000..fbe5a67 --- /dev/null +++ b/kubejs/assets/ars_nouveau/models/crop/magebloom_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "ars_nouveau:block/manabloom/stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/ars_nouveau/models/crop/magebloom_stage1.json b/kubejs/assets/ars_nouveau/models/crop/magebloom_stage1.json new file mode 100644 index 0000000..fbe5a67 --- /dev/null +++ b/kubejs/assets/ars_nouveau/models/crop/magebloom_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "ars_nouveau:block/manabloom/stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/ars_nouveau/models/crop/magebloom_stage2.json b/kubejs/assets/ars_nouveau/models/crop/magebloom_stage2.json new file mode 100644 index 0000000..fbe5a67 --- /dev/null +++ b/kubejs/assets/ars_nouveau/models/crop/magebloom_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "ars_nouveau:block/manabloom/stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/ars_nouveau/models/crop/magebloom_stage3.json b/kubejs/assets/ars_nouveau/models/crop/magebloom_stage3.json new file mode 100644 index 0000000..41df9f8 --- /dev/null +++ b/kubejs/assets/ars_nouveau/models/crop/magebloom_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "ars_nouveau:block/manabloom/stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/ars_nouveau/models/crop/magebloom_stage4.json b/kubejs/assets/ars_nouveau/models/crop/magebloom_stage4.json new file mode 100644 index 0000000..41df9f8 --- /dev/null +++ b/kubejs/assets/ars_nouveau/models/crop/magebloom_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "ars_nouveau:block/manabloom/stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/ars_nouveau/models/crop/magebloom_stage5.json b/kubejs/assets/ars_nouveau/models/crop/magebloom_stage5.json new file mode 100644 index 0000000..e09d84a --- /dev/null +++ b/kubejs/assets/ars_nouveau/models/crop/magebloom_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "ars_nouveau:block/manabloom/stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/ars_nouveau/models/crop/magebloom_stage6.json b/kubejs/assets/ars_nouveau/models/crop/magebloom_stage6.json new file mode 100644 index 0000000..e09d84a --- /dev/null +++ b/kubejs/assets/ars_nouveau/models/crop/magebloom_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "ars_nouveau:block/manabloom/stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/ars_nouveau/models/crop/magebloom_stage7.json b/kubejs/assets/ars_nouveau/models/crop/magebloom_stage7.json new file mode 100644 index 0000000..b423ecc --- /dev/null +++ b/kubejs/assets/ars_nouveau/models/crop/magebloom_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "ars_nouveau:block/manabloom/stage4" + } +} \ No newline at end of file diff --git a/kubejs/assets/ars_nouveau/models/seed/magebloom.json b/kubejs/assets/ars_nouveau/models/seed/magebloom.json new file mode 100644 index 0000000..29296ab --- /dev/null +++ b/kubejs/assets/ars_nouveau/models/seed/magebloom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "ars_nouveau:item/magebloom_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/bloodmagic/models/block/alchemicalreactionchamber_s.json b/kubejs/assets/bloodmagic/models/block/alchemicalreactionchamber_s.json new file mode 100644 index 0000000..2db6644 --- /dev/null +++ b/kubejs/assets/bloodmagic/models/block/alchemicalreactionchamber_s.json @@ -0,0 +1,9 @@ +{ + "parent": "minecraft:block/orientable_with_bottom", + "textures": { + "bottom": "bloodmagic:block/arc_bottom", + "front": "kubejs:block/arc_front_s", + "side": "kubejs:block/arc_side_s", + "top": "kubejs:block/arc_top_s" + } +} \ No newline at end of file diff --git a/kubejs/assets/bloodmagic/models/block/alchemicalreactionchamber_s_lit.json b/kubejs/assets/bloodmagic/models/block/alchemicalreactionchamber_s_lit.json new file mode 100644 index 0000000..85f7a69 --- /dev/null +++ b/kubejs/assets/bloodmagic/models/block/alchemicalreactionchamber_s_lit.json @@ -0,0 +1,9 @@ +{ + "parent": "minecraft:block/orientable_with_bottom", + "textures": { + "bottom": "bloodmagic:block/arc_bottom", + "front": "bloodmagic:block/arc_front_s_lit", + "side": "bloodmagic:block/arc_side_s_lit", + "top": "kubejs:block/arc_top_s" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/lang/en_us.json b/kubejs/assets/botania/lang/en_us.json new file mode 100644 index 0000000..49838d4 --- /dev/null +++ b/kubejs/assets/botania/lang/en_us.json @@ -0,0 +1,51 @@ +{ + "agricraft.tooltip.condition.botania_mana": "This plant can not grow without mana", + "description.agricraft.botania.black_mystical_flower": "Jet-black with vaguely velvety petals.", + "description.agricraft.botania.blue_mystical_flower": "It's azure cups sometimes contain water.", + "description.agricraft.botania.brown_mystical_flower": "Earthy and rich, it smells of petrichor.", + "description.agricraft.botania.cyan_mystical_flower": "Appears spiky, but is actually rather soft.", + "description.agricraft.botania.gray_mystical_flower": "Colored and shaped like a plume of smoke.", + "description.agricraft.botania.green_mystical_flower": "A color so rare in this new world.", + "description.agricraft.botania.light_blue_mystical_flower": "The color of the sky... or what used to be, anyways.", + "description.agricraft.botania.light_gray_mystical_flower": "Vaguely speaker-shaped.", + "description.agricraft.botania.lime_mystical_flower": "These would probably be sour, if they were edible.", + "description.agricraft.botania.magenta_mystical_flower": "Shaped like perfect magenta starbursts.", + "description.agricraft.botania.orange_mystical_flower": "These smell very citrus-y!", + "description.agricraft.botania.pink_mystical_flower": "Despite appearances, actually very sharp.", + "description.agricraft.botania.purple_mystical_flower": "Royal, powerful purple", + "description.agricraft.botania.red_mystical_flower": "It's sanguine magical essence calls to you...", + "description.agricraft.botania.white_mystical_flower": "Pristine and purifying.", + "description.agricraft.botania.yellow_mystical_flower": "Almost as bad as ragweed.", + "plant.agricraft.botania.black_mystical_flower": "Mystical Black Flower", + "plant.agricraft.botania.blue_mystical_flower": "Mystical Blue Flower", + "plant.agricraft.botania.brown_mystical_flower": "Mystical Brown Flower", + "plant.agricraft.botania.cyan_mystical_flower": "Mystical Cyan Flower", + "plant.agricraft.botania.gray_mystical_flower": "Mystical Gray Flower", + "plant.agricraft.botania.green_mystical_flower": "Mystical Green Flower", + "plant.agricraft.botania.light_blue_mystical_flower": "Mystical Light Blue Flower", + "plant.agricraft.botania.light_gray_mystical_flower": "Mystical Light Gray Flower", + "plant.agricraft.botania.lime_mystical_flower": "Mystical Lime Flower", + "plant.agricraft.botania.magenta_mystical_flower": "Mystical Magenta Flower", + "plant.agricraft.botania.orange_mystical_flower": "Mystical Orange Flower", + "plant.agricraft.botania.pink_mystical_flower": "Mystical Pink Flower", + "plant.agricraft.botania.purple_mystical_flower": "Mystical Purple Flower", + "plant.agricraft.botania.red_mystical_flower": "Mystical Red Flower", + "plant.agricraft.botania.white_mystical_flower": "Mystical White Flower", + "plant.agricraft.botania.yellow_mystical_flower": "Mystical Yellow Flower", + "seed.agricraft.botania.black_mystical_flower": "Mystical Black Seeds", + "seed.agricraft.botania.blue_mystical_flower": "Mystical Blue Seeds", + "seed.agricraft.botania.brown_mystical_flower": "Mystical Brown Seeds", + "seed.agricraft.botania.cyan_mystical_flower": "Mystical Cyan Seeds", + "seed.agricraft.botania.gray_mystical_flower": "Mystical Gray Seeds", + "seed.agricraft.botania.green_mystical_flower": "Mystical Green Seeds", + "seed.agricraft.botania.light_blue_mystical_flower": "Mystical Light Blue Seeds", + "seed.agricraft.botania.light_gray_mystical_flower": "Mystical Light Gray Seeds", + "seed.agricraft.botania.lime_mystical_flower": "Mystical Lime Seeds", + "seed.agricraft.botania.magenta_mystical_flower": "Mystical Magenta Seeds", + "seed.agricraft.botania.orange_mystical_flower": "Mystical Orange Seeds", + "seed.agricraft.botania.pink_mystical_flower": "Mystical Pink Seeds", + "seed.agricraft.botania.purple_mystical_flower": "Mystical Purple Seeds", + "seed.agricraft.botania.red_mystical_flower": "Mystical Red Seeds", + "seed.agricraft.botania.white_mystical_flower": "Mystical White Seeds", + "seed.agricraft.botania.yellow_mystical_flower": "Mystical Yellow Seeds" +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/black_mystical_flower_stage0.json b/kubejs/assets/botania/models/crop/black_mystical_flower_stage0.json new file mode 100644 index 0000000..6c7f5b3 --- /dev/null +++ b/kubejs/assets/botania/models/crop/black_mystical_flower_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/black_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/black_mystical_flower_stage1.json b/kubejs/assets/botania/models/crop/black_mystical_flower_stage1.json new file mode 100644 index 0000000..6c7f5b3 --- /dev/null +++ b/kubejs/assets/botania/models/crop/black_mystical_flower_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/black_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/black_mystical_flower_stage2.json b/kubejs/assets/botania/models/crop/black_mystical_flower_stage2.json new file mode 100644 index 0000000..6c7f5b3 --- /dev/null +++ b/kubejs/assets/botania/models/crop/black_mystical_flower_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/black_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/black_mystical_flower_stage3.json b/kubejs/assets/botania/models/crop/black_mystical_flower_stage3.json new file mode 100644 index 0000000..4633d51 --- /dev/null +++ b/kubejs/assets/botania/models/crop/black_mystical_flower_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/black_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/black_mystical_flower_stage4.json b/kubejs/assets/botania/models/crop/black_mystical_flower_stage4.json new file mode 100644 index 0000000..4633d51 --- /dev/null +++ b/kubejs/assets/botania/models/crop/black_mystical_flower_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/black_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/black_mystical_flower_stage5.json b/kubejs/assets/botania/models/crop/black_mystical_flower_stage5.json new file mode 100644 index 0000000..1b70d4d --- /dev/null +++ b/kubejs/assets/botania/models/crop/black_mystical_flower_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/black_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/black_mystical_flower_stage6.json b/kubejs/assets/botania/models/crop/black_mystical_flower_stage6.json new file mode 100644 index 0000000..1b70d4d --- /dev/null +++ b/kubejs/assets/botania/models/crop/black_mystical_flower_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/black_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/black_mystical_flower_stage7.json b/kubejs/assets/botania/models/crop/black_mystical_flower_stage7.json new file mode 100644 index 0000000..95e2a22 --- /dev/null +++ b/kubejs/assets/botania/models/crop/black_mystical_flower_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "botania:block/black_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/blue_mystical_flower_stage0.json b/kubejs/assets/botania/models/crop/blue_mystical_flower_stage0.json new file mode 100644 index 0000000..fea2879 --- /dev/null +++ b/kubejs/assets/botania/models/crop/blue_mystical_flower_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/blue_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/blue_mystical_flower_stage1.json b/kubejs/assets/botania/models/crop/blue_mystical_flower_stage1.json new file mode 100644 index 0000000..fea2879 --- /dev/null +++ b/kubejs/assets/botania/models/crop/blue_mystical_flower_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/blue_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/blue_mystical_flower_stage2.json b/kubejs/assets/botania/models/crop/blue_mystical_flower_stage2.json new file mode 100644 index 0000000..fea2879 --- /dev/null +++ b/kubejs/assets/botania/models/crop/blue_mystical_flower_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/blue_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/blue_mystical_flower_stage3.json b/kubejs/assets/botania/models/crop/blue_mystical_flower_stage3.json new file mode 100644 index 0000000..965b430 --- /dev/null +++ b/kubejs/assets/botania/models/crop/blue_mystical_flower_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/blue_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/blue_mystical_flower_stage4.json b/kubejs/assets/botania/models/crop/blue_mystical_flower_stage4.json new file mode 100644 index 0000000..965b430 --- /dev/null +++ b/kubejs/assets/botania/models/crop/blue_mystical_flower_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/blue_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/blue_mystical_flower_stage5.json b/kubejs/assets/botania/models/crop/blue_mystical_flower_stage5.json new file mode 100644 index 0000000..97085ef --- /dev/null +++ b/kubejs/assets/botania/models/crop/blue_mystical_flower_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/blue_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/blue_mystical_flower_stage6.json b/kubejs/assets/botania/models/crop/blue_mystical_flower_stage6.json new file mode 100644 index 0000000..97085ef --- /dev/null +++ b/kubejs/assets/botania/models/crop/blue_mystical_flower_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/blue_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/blue_mystical_flower_stage7.json b/kubejs/assets/botania/models/crop/blue_mystical_flower_stage7.json new file mode 100644 index 0000000..d8efd39 --- /dev/null +++ b/kubejs/assets/botania/models/crop/blue_mystical_flower_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "botania:block/blue_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/brown_mystical_flower_stage0.json b/kubejs/assets/botania/models/crop/brown_mystical_flower_stage0.json new file mode 100644 index 0000000..434896f --- /dev/null +++ b/kubejs/assets/botania/models/crop/brown_mystical_flower_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/brown_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/brown_mystical_flower_stage1.json b/kubejs/assets/botania/models/crop/brown_mystical_flower_stage1.json new file mode 100644 index 0000000..434896f --- /dev/null +++ b/kubejs/assets/botania/models/crop/brown_mystical_flower_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/brown_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/brown_mystical_flower_stage2.json b/kubejs/assets/botania/models/crop/brown_mystical_flower_stage2.json new file mode 100644 index 0000000..434896f --- /dev/null +++ b/kubejs/assets/botania/models/crop/brown_mystical_flower_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/brown_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/brown_mystical_flower_stage3.json b/kubejs/assets/botania/models/crop/brown_mystical_flower_stage3.json new file mode 100644 index 0000000..18d2b67 --- /dev/null +++ b/kubejs/assets/botania/models/crop/brown_mystical_flower_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/brown_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/brown_mystical_flower_stage4.json b/kubejs/assets/botania/models/crop/brown_mystical_flower_stage4.json new file mode 100644 index 0000000..18d2b67 --- /dev/null +++ b/kubejs/assets/botania/models/crop/brown_mystical_flower_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/brown_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/brown_mystical_flower_stage5.json b/kubejs/assets/botania/models/crop/brown_mystical_flower_stage5.json new file mode 100644 index 0000000..f2d401c --- /dev/null +++ b/kubejs/assets/botania/models/crop/brown_mystical_flower_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/brown_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/brown_mystical_flower_stage6.json b/kubejs/assets/botania/models/crop/brown_mystical_flower_stage6.json new file mode 100644 index 0000000..f2d401c --- /dev/null +++ b/kubejs/assets/botania/models/crop/brown_mystical_flower_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/brown_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/brown_mystical_flower_stage7.json b/kubejs/assets/botania/models/crop/brown_mystical_flower_stage7.json new file mode 100644 index 0000000..fab77f2 --- /dev/null +++ b/kubejs/assets/botania/models/crop/brown_mystical_flower_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "botania:block/brown_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/cyan_mystical_flower_stage0.json b/kubejs/assets/botania/models/crop/cyan_mystical_flower_stage0.json new file mode 100644 index 0000000..3a56a56 --- /dev/null +++ b/kubejs/assets/botania/models/crop/cyan_mystical_flower_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/cyan_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/cyan_mystical_flower_stage1.json b/kubejs/assets/botania/models/crop/cyan_mystical_flower_stage1.json new file mode 100644 index 0000000..3a56a56 --- /dev/null +++ b/kubejs/assets/botania/models/crop/cyan_mystical_flower_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/cyan_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/cyan_mystical_flower_stage2.json b/kubejs/assets/botania/models/crop/cyan_mystical_flower_stage2.json new file mode 100644 index 0000000..3a56a56 --- /dev/null +++ b/kubejs/assets/botania/models/crop/cyan_mystical_flower_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/cyan_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/cyan_mystical_flower_stage3.json b/kubejs/assets/botania/models/crop/cyan_mystical_flower_stage3.json new file mode 100644 index 0000000..be6448c --- /dev/null +++ b/kubejs/assets/botania/models/crop/cyan_mystical_flower_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/cyan_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/cyan_mystical_flower_stage4.json b/kubejs/assets/botania/models/crop/cyan_mystical_flower_stage4.json new file mode 100644 index 0000000..be6448c --- /dev/null +++ b/kubejs/assets/botania/models/crop/cyan_mystical_flower_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/cyan_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/cyan_mystical_flower_stage5.json b/kubejs/assets/botania/models/crop/cyan_mystical_flower_stage5.json new file mode 100644 index 0000000..211c77b --- /dev/null +++ b/kubejs/assets/botania/models/crop/cyan_mystical_flower_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/cyan_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/cyan_mystical_flower_stage6.json b/kubejs/assets/botania/models/crop/cyan_mystical_flower_stage6.json new file mode 100644 index 0000000..211c77b --- /dev/null +++ b/kubejs/assets/botania/models/crop/cyan_mystical_flower_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/cyan_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/cyan_mystical_flower_stage7.json b/kubejs/assets/botania/models/crop/cyan_mystical_flower_stage7.json new file mode 100644 index 0000000..1aa35fb --- /dev/null +++ b/kubejs/assets/botania/models/crop/cyan_mystical_flower_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "botania:block/cyan_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/gray_mystical_flower_stage0.json b/kubejs/assets/botania/models/crop/gray_mystical_flower_stage0.json new file mode 100644 index 0000000..c6e34ea --- /dev/null +++ b/kubejs/assets/botania/models/crop/gray_mystical_flower_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/gray_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/gray_mystical_flower_stage1.json b/kubejs/assets/botania/models/crop/gray_mystical_flower_stage1.json new file mode 100644 index 0000000..c6e34ea --- /dev/null +++ b/kubejs/assets/botania/models/crop/gray_mystical_flower_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/gray_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/gray_mystical_flower_stage2.json b/kubejs/assets/botania/models/crop/gray_mystical_flower_stage2.json new file mode 100644 index 0000000..c6e34ea --- /dev/null +++ b/kubejs/assets/botania/models/crop/gray_mystical_flower_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/gray_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/gray_mystical_flower_stage3.json b/kubejs/assets/botania/models/crop/gray_mystical_flower_stage3.json new file mode 100644 index 0000000..55245b2 --- /dev/null +++ b/kubejs/assets/botania/models/crop/gray_mystical_flower_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/gray_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/gray_mystical_flower_stage4.json b/kubejs/assets/botania/models/crop/gray_mystical_flower_stage4.json new file mode 100644 index 0000000..55245b2 --- /dev/null +++ b/kubejs/assets/botania/models/crop/gray_mystical_flower_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/gray_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/gray_mystical_flower_stage5.json b/kubejs/assets/botania/models/crop/gray_mystical_flower_stage5.json new file mode 100644 index 0000000..7faf74d --- /dev/null +++ b/kubejs/assets/botania/models/crop/gray_mystical_flower_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/gray_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/gray_mystical_flower_stage6.json b/kubejs/assets/botania/models/crop/gray_mystical_flower_stage6.json new file mode 100644 index 0000000..7faf74d --- /dev/null +++ b/kubejs/assets/botania/models/crop/gray_mystical_flower_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/gray_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/gray_mystical_flower_stage7.json b/kubejs/assets/botania/models/crop/gray_mystical_flower_stage7.json new file mode 100644 index 0000000..f938d09 --- /dev/null +++ b/kubejs/assets/botania/models/crop/gray_mystical_flower_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "botania:block/gray_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/green_mystical_flower_stage0.json b/kubejs/assets/botania/models/crop/green_mystical_flower_stage0.json new file mode 100644 index 0000000..a489643 --- /dev/null +++ b/kubejs/assets/botania/models/crop/green_mystical_flower_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/green_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/green_mystical_flower_stage1.json b/kubejs/assets/botania/models/crop/green_mystical_flower_stage1.json new file mode 100644 index 0000000..a489643 --- /dev/null +++ b/kubejs/assets/botania/models/crop/green_mystical_flower_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/green_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/green_mystical_flower_stage2.json b/kubejs/assets/botania/models/crop/green_mystical_flower_stage2.json new file mode 100644 index 0000000..a489643 --- /dev/null +++ b/kubejs/assets/botania/models/crop/green_mystical_flower_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/green_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/green_mystical_flower_stage3.json b/kubejs/assets/botania/models/crop/green_mystical_flower_stage3.json new file mode 100644 index 0000000..b60717d --- /dev/null +++ b/kubejs/assets/botania/models/crop/green_mystical_flower_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/green_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/green_mystical_flower_stage4.json b/kubejs/assets/botania/models/crop/green_mystical_flower_stage4.json new file mode 100644 index 0000000..b60717d --- /dev/null +++ b/kubejs/assets/botania/models/crop/green_mystical_flower_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/green_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/green_mystical_flower_stage5.json b/kubejs/assets/botania/models/crop/green_mystical_flower_stage5.json new file mode 100644 index 0000000..49aac34 --- /dev/null +++ b/kubejs/assets/botania/models/crop/green_mystical_flower_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/green_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/green_mystical_flower_stage6.json b/kubejs/assets/botania/models/crop/green_mystical_flower_stage6.json new file mode 100644 index 0000000..49aac34 --- /dev/null +++ b/kubejs/assets/botania/models/crop/green_mystical_flower_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/green_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/green_mystical_flower_stage7.json b/kubejs/assets/botania/models/crop/green_mystical_flower_stage7.json new file mode 100644 index 0000000..c5b91f5 --- /dev/null +++ b/kubejs/assets/botania/models/crop/green_mystical_flower_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "botania:block/green_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage0.json b/kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage0.json new file mode 100644 index 0000000..8239812 --- /dev/null +++ b/kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/light_blue_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage1.json b/kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage1.json new file mode 100644 index 0000000..8239812 --- /dev/null +++ b/kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/light_blue_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage2.json b/kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage2.json new file mode 100644 index 0000000..8239812 --- /dev/null +++ b/kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/light_blue_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage3.json b/kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage3.json new file mode 100644 index 0000000..51f0770 --- /dev/null +++ b/kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/light_blue_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage4.json b/kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage4.json new file mode 100644 index 0000000..51f0770 --- /dev/null +++ b/kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/light_blue_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage5.json b/kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage5.json new file mode 100644 index 0000000..93b9f43 --- /dev/null +++ b/kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/light_blue_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage6.json b/kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage6.json new file mode 100644 index 0000000..93b9f43 --- /dev/null +++ b/kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/light_blue_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage7.json b/kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage7.json new file mode 100644 index 0000000..b377ed3 --- /dev/null +++ b/kubejs/assets/botania/models/crop/light_blue_mystical_flower_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "botania:block/light_blue_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage0.json b/kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage0.json new file mode 100644 index 0000000..d7c911d --- /dev/null +++ b/kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/light_gray_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage1.json b/kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage1.json new file mode 100644 index 0000000..d7c911d --- /dev/null +++ b/kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/light_gray_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage2.json b/kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage2.json new file mode 100644 index 0000000..d7c911d --- /dev/null +++ b/kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/light_gray_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage3.json b/kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage3.json new file mode 100644 index 0000000..54dd330 --- /dev/null +++ b/kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/light_gray_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage4.json b/kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage4.json new file mode 100644 index 0000000..54dd330 --- /dev/null +++ b/kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/light_gray_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage5.json b/kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage5.json new file mode 100644 index 0000000..f565c22 --- /dev/null +++ b/kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/light_gray_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage6.json b/kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage6.json new file mode 100644 index 0000000..f565c22 --- /dev/null +++ b/kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/light_gray_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage7.json b/kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage7.json new file mode 100644 index 0000000..be11484 --- /dev/null +++ b/kubejs/assets/botania/models/crop/light_gray_mystical_flower_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "botania:block/light_gray_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/lime_mystical_flower_stage0.json b/kubejs/assets/botania/models/crop/lime_mystical_flower_stage0.json new file mode 100644 index 0000000..81376e6 --- /dev/null +++ b/kubejs/assets/botania/models/crop/lime_mystical_flower_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/lime_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/lime_mystical_flower_stage1.json b/kubejs/assets/botania/models/crop/lime_mystical_flower_stage1.json new file mode 100644 index 0000000..81376e6 --- /dev/null +++ b/kubejs/assets/botania/models/crop/lime_mystical_flower_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/lime_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/lime_mystical_flower_stage2.json b/kubejs/assets/botania/models/crop/lime_mystical_flower_stage2.json new file mode 100644 index 0000000..81376e6 --- /dev/null +++ b/kubejs/assets/botania/models/crop/lime_mystical_flower_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/lime_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/lime_mystical_flower_stage3.json b/kubejs/assets/botania/models/crop/lime_mystical_flower_stage3.json new file mode 100644 index 0000000..8a04cc8 --- /dev/null +++ b/kubejs/assets/botania/models/crop/lime_mystical_flower_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/lime_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/lime_mystical_flower_stage4.json b/kubejs/assets/botania/models/crop/lime_mystical_flower_stage4.json new file mode 100644 index 0000000..8a04cc8 --- /dev/null +++ b/kubejs/assets/botania/models/crop/lime_mystical_flower_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/lime_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/lime_mystical_flower_stage5.json b/kubejs/assets/botania/models/crop/lime_mystical_flower_stage5.json new file mode 100644 index 0000000..93ef016 --- /dev/null +++ b/kubejs/assets/botania/models/crop/lime_mystical_flower_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/lime_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/lime_mystical_flower_stage6.json b/kubejs/assets/botania/models/crop/lime_mystical_flower_stage6.json new file mode 100644 index 0000000..93ef016 --- /dev/null +++ b/kubejs/assets/botania/models/crop/lime_mystical_flower_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/lime_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/lime_mystical_flower_stage7.json b/kubejs/assets/botania/models/crop/lime_mystical_flower_stage7.json new file mode 100644 index 0000000..f87e291 --- /dev/null +++ b/kubejs/assets/botania/models/crop/lime_mystical_flower_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "botania:block/lime_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/magenta_mystical_flower_stage0.json b/kubejs/assets/botania/models/crop/magenta_mystical_flower_stage0.json new file mode 100644 index 0000000..401ef69 --- /dev/null +++ b/kubejs/assets/botania/models/crop/magenta_mystical_flower_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/magenta_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/magenta_mystical_flower_stage1.json b/kubejs/assets/botania/models/crop/magenta_mystical_flower_stage1.json new file mode 100644 index 0000000..401ef69 --- /dev/null +++ b/kubejs/assets/botania/models/crop/magenta_mystical_flower_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/magenta_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/magenta_mystical_flower_stage2.json b/kubejs/assets/botania/models/crop/magenta_mystical_flower_stage2.json new file mode 100644 index 0000000..401ef69 --- /dev/null +++ b/kubejs/assets/botania/models/crop/magenta_mystical_flower_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/magenta_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/magenta_mystical_flower_stage3.json b/kubejs/assets/botania/models/crop/magenta_mystical_flower_stage3.json new file mode 100644 index 0000000..334f0ba --- /dev/null +++ b/kubejs/assets/botania/models/crop/magenta_mystical_flower_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/magenta_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/magenta_mystical_flower_stage4.json b/kubejs/assets/botania/models/crop/magenta_mystical_flower_stage4.json new file mode 100644 index 0000000..334f0ba --- /dev/null +++ b/kubejs/assets/botania/models/crop/magenta_mystical_flower_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/magenta_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/magenta_mystical_flower_stage5.json b/kubejs/assets/botania/models/crop/magenta_mystical_flower_stage5.json new file mode 100644 index 0000000..2ed7e43 --- /dev/null +++ b/kubejs/assets/botania/models/crop/magenta_mystical_flower_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/magenta_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/magenta_mystical_flower_stage6.json b/kubejs/assets/botania/models/crop/magenta_mystical_flower_stage6.json new file mode 100644 index 0000000..2ed7e43 --- /dev/null +++ b/kubejs/assets/botania/models/crop/magenta_mystical_flower_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/magenta_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/magenta_mystical_flower_stage7.json b/kubejs/assets/botania/models/crop/magenta_mystical_flower_stage7.json new file mode 100644 index 0000000..516f567 --- /dev/null +++ b/kubejs/assets/botania/models/crop/magenta_mystical_flower_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "botania:block/magenta_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/orange_mystical_flower_stage0.json b/kubejs/assets/botania/models/crop/orange_mystical_flower_stage0.json new file mode 100644 index 0000000..65d4e44 --- /dev/null +++ b/kubejs/assets/botania/models/crop/orange_mystical_flower_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/orange_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/orange_mystical_flower_stage1.json b/kubejs/assets/botania/models/crop/orange_mystical_flower_stage1.json new file mode 100644 index 0000000..65d4e44 --- /dev/null +++ b/kubejs/assets/botania/models/crop/orange_mystical_flower_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/orange_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/orange_mystical_flower_stage2.json b/kubejs/assets/botania/models/crop/orange_mystical_flower_stage2.json new file mode 100644 index 0000000..65d4e44 --- /dev/null +++ b/kubejs/assets/botania/models/crop/orange_mystical_flower_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/orange_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/orange_mystical_flower_stage3.json b/kubejs/assets/botania/models/crop/orange_mystical_flower_stage3.json new file mode 100644 index 0000000..34aa20a --- /dev/null +++ b/kubejs/assets/botania/models/crop/orange_mystical_flower_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/orange_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/orange_mystical_flower_stage4.json b/kubejs/assets/botania/models/crop/orange_mystical_flower_stage4.json new file mode 100644 index 0000000..34aa20a --- /dev/null +++ b/kubejs/assets/botania/models/crop/orange_mystical_flower_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/orange_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/orange_mystical_flower_stage5.json b/kubejs/assets/botania/models/crop/orange_mystical_flower_stage5.json new file mode 100644 index 0000000..1f6c06c --- /dev/null +++ b/kubejs/assets/botania/models/crop/orange_mystical_flower_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/orange_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/orange_mystical_flower_stage6.json b/kubejs/assets/botania/models/crop/orange_mystical_flower_stage6.json new file mode 100644 index 0000000..1f6c06c --- /dev/null +++ b/kubejs/assets/botania/models/crop/orange_mystical_flower_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/orange_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/orange_mystical_flower_stage7.json b/kubejs/assets/botania/models/crop/orange_mystical_flower_stage7.json new file mode 100644 index 0000000..950870d --- /dev/null +++ b/kubejs/assets/botania/models/crop/orange_mystical_flower_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "botania:block/orange_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/pink_mystical_flower_stage0.json b/kubejs/assets/botania/models/crop/pink_mystical_flower_stage0.json new file mode 100644 index 0000000..ae338c1 --- /dev/null +++ b/kubejs/assets/botania/models/crop/pink_mystical_flower_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/pink_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/pink_mystical_flower_stage1.json b/kubejs/assets/botania/models/crop/pink_mystical_flower_stage1.json new file mode 100644 index 0000000..ae338c1 --- /dev/null +++ b/kubejs/assets/botania/models/crop/pink_mystical_flower_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/pink_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/pink_mystical_flower_stage2.json b/kubejs/assets/botania/models/crop/pink_mystical_flower_stage2.json new file mode 100644 index 0000000..ae338c1 --- /dev/null +++ b/kubejs/assets/botania/models/crop/pink_mystical_flower_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/pink_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/pink_mystical_flower_stage3.json b/kubejs/assets/botania/models/crop/pink_mystical_flower_stage3.json new file mode 100644 index 0000000..277ef36 --- /dev/null +++ b/kubejs/assets/botania/models/crop/pink_mystical_flower_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/pink_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/pink_mystical_flower_stage4.json b/kubejs/assets/botania/models/crop/pink_mystical_flower_stage4.json new file mode 100644 index 0000000..277ef36 --- /dev/null +++ b/kubejs/assets/botania/models/crop/pink_mystical_flower_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/pink_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/pink_mystical_flower_stage5.json b/kubejs/assets/botania/models/crop/pink_mystical_flower_stage5.json new file mode 100644 index 0000000..47e9b63 --- /dev/null +++ b/kubejs/assets/botania/models/crop/pink_mystical_flower_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/pink_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/pink_mystical_flower_stage6.json b/kubejs/assets/botania/models/crop/pink_mystical_flower_stage6.json new file mode 100644 index 0000000..47e9b63 --- /dev/null +++ b/kubejs/assets/botania/models/crop/pink_mystical_flower_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/pink_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/pink_mystical_flower_stage7.json b/kubejs/assets/botania/models/crop/pink_mystical_flower_stage7.json new file mode 100644 index 0000000..9c35bdd --- /dev/null +++ b/kubejs/assets/botania/models/crop/pink_mystical_flower_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "botania:block/pink_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/purple_mystical_flower_stage0.json b/kubejs/assets/botania/models/crop/purple_mystical_flower_stage0.json new file mode 100644 index 0000000..5b9d3f6 --- /dev/null +++ b/kubejs/assets/botania/models/crop/purple_mystical_flower_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/purple_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/purple_mystical_flower_stage1.json b/kubejs/assets/botania/models/crop/purple_mystical_flower_stage1.json new file mode 100644 index 0000000..5b9d3f6 --- /dev/null +++ b/kubejs/assets/botania/models/crop/purple_mystical_flower_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/purple_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/purple_mystical_flower_stage2.json b/kubejs/assets/botania/models/crop/purple_mystical_flower_stage2.json new file mode 100644 index 0000000..5b9d3f6 --- /dev/null +++ b/kubejs/assets/botania/models/crop/purple_mystical_flower_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/purple_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/purple_mystical_flower_stage3.json b/kubejs/assets/botania/models/crop/purple_mystical_flower_stage3.json new file mode 100644 index 0000000..2fa9a09 --- /dev/null +++ b/kubejs/assets/botania/models/crop/purple_mystical_flower_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/purple_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/purple_mystical_flower_stage4.json b/kubejs/assets/botania/models/crop/purple_mystical_flower_stage4.json new file mode 100644 index 0000000..2fa9a09 --- /dev/null +++ b/kubejs/assets/botania/models/crop/purple_mystical_flower_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/purple_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/purple_mystical_flower_stage5.json b/kubejs/assets/botania/models/crop/purple_mystical_flower_stage5.json new file mode 100644 index 0000000..f757f29 --- /dev/null +++ b/kubejs/assets/botania/models/crop/purple_mystical_flower_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/purple_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/purple_mystical_flower_stage6.json b/kubejs/assets/botania/models/crop/purple_mystical_flower_stage6.json new file mode 100644 index 0000000..f757f29 --- /dev/null +++ b/kubejs/assets/botania/models/crop/purple_mystical_flower_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/purple_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/purple_mystical_flower_stage7.json b/kubejs/assets/botania/models/crop/purple_mystical_flower_stage7.json new file mode 100644 index 0000000..b4b59de --- /dev/null +++ b/kubejs/assets/botania/models/crop/purple_mystical_flower_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "botania:block/purple_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/red_mystical_flower_stage0.json b/kubejs/assets/botania/models/crop/red_mystical_flower_stage0.json new file mode 100644 index 0000000..f7c5a89 --- /dev/null +++ b/kubejs/assets/botania/models/crop/red_mystical_flower_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/red_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/red_mystical_flower_stage1.json b/kubejs/assets/botania/models/crop/red_mystical_flower_stage1.json new file mode 100644 index 0000000..f7c5a89 --- /dev/null +++ b/kubejs/assets/botania/models/crop/red_mystical_flower_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/red_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/red_mystical_flower_stage2.json b/kubejs/assets/botania/models/crop/red_mystical_flower_stage2.json new file mode 100644 index 0000000..f7c5a89 --- /dev/null +++ b/kubejs/assets/botania/models/crop/red_mystical_flower_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/red_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/red_mystical_flower_stage3.json b/kubejs/assets/botania/models/crop/red_mystical_flower_stage3.json new file mode 100644 index 0000000..0a11c06 --- /dev/null +++ b/kubejs/assets/botania/models/crop/red_mystical_flower_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/red_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/red_mystical_flower_stage4.json b/kubejs/assets/botania/models/crop/red_mystical_flower_stage4.json new file mode 100644 index 0000000..0a11c06 --- /dev/null +++ b/kubejs/assets/botania/models/crop/red_mystical_flower_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/red_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/red_mystical_flower_stage5.json b/kubejs/assets/botania/models/crop/red_mystical_flower_stage5.json new file mode 100644 index 0000000..befb12f --- /dev/null +++ b/kubejs/assets/botania/models/crop/red_mystical_flower_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/red_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/red_mystical_flower_stage6.json b/kubejs/assets/botania/models/crop/red_mystical_flower_stage6.json new file mode 100644 index 0000000..befb12f --- /dev/null +++ b/kubejs/assets/botania/models/crop/red_mystical_flower_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/red_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/red_mystical_flower_stage7.json b/kubejs/assets/botania/models/crop/red_mystical_flower_stage7.json new file mode 100644 index 0000000..14f3765 --- /dev/null +++ b/kubejs/assets/botania/models/crop/red_mystical_flower_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "botania:block/red_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/white_mystical_flower_stage0.json b/kubejs/assets/botania/models/crop/white_mystical_flower_stage0.json new file mode 100644 index 0000000..0007402 --- /dev/null +++ b/kubejs/assets/botania/models/crop/white_mystical_flower_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/white_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/white_mystical_flower_stage1.json b/kubejs/assets/botania/models/crop/white_mystical_flower_stage1.json new file mode 100644 index 0000000..0007402 --- /dev/null +++ b/kubejs/assets/botania/models/crop/white_mystical_flower_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/white_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/white_mystical_flower_stage2.json b/kubejs/assets/botania/models/crop/white_mystical_flower_stage2.json new file mode 100644 index 0000000..0007402 --- /dev/null +++ b/kubejs/assets/botania/models/crop/white_mystical_flower_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/white_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/white_mystical_flower_stage3.json b/kubejs/assets/botania/models/crop/white_mystical_flower_stage3.json new file mode 100644 index 0000000..c299ff6 --- /dev/null +++ b/kubejs/assets/botania/models/crop/white_mystical_flower_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/white_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/white_mystical_flower_stage4.json b/kubejs/assets/botania/models/crop/white_mystical_flower_stage4.json new file mode 100644 index 0000000..c299ff6 --- /dev/null +++ b/kubejs/assets/botania/models/crop/white_mystical_flower_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/white_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/white_mystical_flower_stage5.json b/kubejs/assets/botania/models/crop/white_mystical_flower_stage5.json new file mode 100644 index 0000000..8a5b4e5 --- /dev/null +++ b/kubejs/assets/botania/models/crop/white_mystical_flower_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/white_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/white_mystical_flower_stage6.json b/kubejs/assets/botania/models/crop/white_mystical_flower_stage6.json new file mode 100644 index 0000000..8a5b4e5 --- /dev/null +++ b/kubejs/assets/botania/models/crop/white_mystical_flower_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/white_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/white_mystical_flower_stage7.json b/kubejs/assets/botania/models/crop/white_mystical_flower_stage7.json new file mode 100644 index 0000000..e68d42b --- /dev/null +++ b/kubejs/assets/botania/models/crop/white_mystical_flower_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "botania:block/white_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/yellow_mystical_flower_stage0.json b/kubejs/assets/botania/models/crop/yellow_mystical_flower_stage0.json new file mode 100644 index 0000000..7f6e7ff --- /dev/null +++ b/kubejs/assets/botania/models/crop/yellow_mystical_flower_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/yellow_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/yellow_mystical_flower_stage1.json b/kubejs/assets/botania/models/crop/yellow_mystical_flower_stage1.json new file mode 100644 index 0000000..7f6e7ff --- /dev/null +++ b/kubejs/assets/botania/models/crop/yellow_mystical_flower_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/yellow_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/yellow_mystical_flower_stage2.json b/kubejs/assets/botania/models/crop/yellow_mystical_flower_stage2.json new file mode 100644 index 0000000..7f6e7ff --- /dev/null +++ b/kubejs/assets/botania/models/crop/yellow_mystical_flower_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/yellow_mystical_flower0" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/yellow_mystical_flower_stage3.json b/kubejs/assets/botania/models/crop/yellow_mystical_flower_stage3.json new file mode 100644 index 0000000..2820488 --- /dev/null +++ b/kubejs/assets/botania/models/crop/yellow_mystical_flower_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/yellow_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/yellow_mystical_flower_stage4.json b/kubejs/assets/botania/models/crop/yellow_mystical_flower_stage4.json new file mode 100644 index 0000000..2820488 --- /dev/null +++ b/kubejs/assets/botania/models/crop/yellow_mystical_flower_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/yellow_mystical_flower1" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/yellow_mystical_flower_stage5.json b/kubejs/assets/botania/models/crop/yellow_mystical_flower_stage5.json new file mode 100644 index 0000000..2e9bad3 --- /dev/null +++ b/kubejs/assets/botania/models/crop/yellow_mystical_flower_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/yellow_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/yellow_mystical_flower_stage6.json b/kubejs/assets/botania/models/crop/yellow_mystical_flower_stage6.json new file mode 100644 index 0000000..2e9bad3 --- /dev/null +++ b/kubejs/assets/botania/models/crop/yellow_mystical_flower_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "agricraft:plant/botania/yellow_mystical_flower2" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/crop/yellow_mystical_flower_stage7.json b/kubejs/assets/botania/models/crop/yellow_mystical_flower_stage7.json new file mode 100644 index 0000000..437e23a --- /dev/null +++ b/kubejs/assets/botania/models/crop/yellow_mystical_flower_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "botania:block/yellow_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/seed/black_mystical_flower.json b/kubejs/assets/botania/models/seed/black_mystical_flower.json new file mode 100644 index 0000000..6700d42 --- /dev/null +++ b/kubejs/assets/botania/models/seed/black_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "agricraft:seed/botania/black_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/seed/blue_mystical_flower.json b/kubejs/assets/botania/models/seed/blue_mystical_flower.json new file mode 100644 index 0000000..3cc9ecb --- /dev/null +++ b/kubejs/assets/botania/models/seed/blue_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "agricraft:seed/botania/blue_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/seed/brown_mystical_flower.json b/kubejs/assets/botania/models/seed/brown_mystical_flower.json new file mode 100644 index 0000000..1229cab --- /dev/null +++ b/kubejs/assets/botania/models/seed/brown_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "agricraft:seed/botania/brown_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/seed/cyan_mystical_flower.json b/kubejs/assets/botania/models/seed/cyan_mystical_flower.json new file mode 100644 index 0000000..816e3e2 --- /dev/null +++ b/kubejs/assets/botania/models/seed/cyan_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "agricraft:seed/botania/cyan_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/seed/gray_mystical_flower.json b/kubejs/assets/botania/models/seed/gray_mystical_flower.json new file mode 100644 index 0000000..db20c1f --- /dev/null +++ b/kubejs/assets/botania/models/seed/gray_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "agricraft:seed/botania/gray_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/seed/green_mystical_flower.json b/kubejs/assets/botania/models/seed/green_mystical_flower.json new file mode 100644 index 0000000..60da041 --- /dev/null +++ b/kubejs/assets/botania/models/seed/green_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "agricraft:seed/botania/green_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/seed/light_blue_mystical_flower.json b/kubejs/assets/botania/models/seed/light_blue_mystical_flower.json new file mode 100644 index 0000000..a051a48 --- /dev/null +++ b/kubejs/assets/botania/models/seed/light_blue_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "agricraft:seed/botania/light_blue_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/seed/light_gray_mystical_flower.json b/kubejs/assets/botania/models/seed/light_gray_mystical_flower.json new file mode 100644 index 0000000..4af675a --- /dev/null +++ b/kubejs/assets/botania/models/seed/light_gray_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "agricraft:seed/botania/light_gray_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/seed/lime_mystical_flower.json b/kubejs/assets/botania/models/seed/lime_mystical_flower.json new file mode 100644 index 0000000..2dba4e7 --- /dev/null +++ b/kubejs/assets/botania/models/seed/lime_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "agricraft:seed/botania/lime_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/seed/magenta_mystical_flower.json b/kubejs/assets/botania/models/seed/magenta_mystical_flower.json new file mode 100644 index 0000000..3c992ce --- /dev/null +++ b/kubejs/assets/botania/models/seed/magenta_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "agricraft:seed/botania/magenta_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/seed/orange_mystical_flower.json b/kubejs/assets/botania/models/seed/orange_mystical_flower.json new file mode 100644 index 0000000..8770956 --- /dev/null +++ b/kubejs/assets/botania/models/seed/orange_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "agricraft:seed/botania/orange_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/seed/pink_mystical_flower.json b/kubejs/assets/botania/models/seed/pink_mystical_flower.json new file mode 100644 index 0000000..4117fa9 --- /dev/null +++ b/kubejs/assets/botania/models/seed/pink_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "agricraft:seed/botania/pink_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/seed/purple_mystical_flower.json b/kubejs/assets/botania/models/seed/purple_mystical_flower.json new file mode 100644 index 0000000..0f04cc8 --- /dev/null +++ b/kubejs/assets/botania/models/seed/purple_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "agricraft:seed/botania/purple_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/seed/red_mystical_flower.json b/kubejs/assets/botania/models/seed/red_mystical_flower.json new file mode 100644 index 0000000..6b93275 --- /dev/null +++ b/kubejs/assets/botania/models/seed/red_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "agricraft:seed/botania/red_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/seed/white_mystical_flower.json b/kubejs/assets/botania/models/seed/white_mystical_flower.json new file mode 100644 index 0000000..36d0763 --- /dev/null +++ b/kubejs/assets/botania/models/seed/white_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "agricraft:seed/botania/white_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/botania/models/seed/yellow_mystical_flower.json b/kubejs/assets/botania/models/seed/yellow_mystical_flower.json new file mode 100644 index 0000000..3ff90b7 --- /dev/null +++ b/kubejs/assets/botania/models/seed/yellow_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "agricraft:seed/botania/yellow_mystical_flower" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/lang/en_us.json b/kubejs/assets/croptopia/lang/en_us.json new file mode 100644 index 0000000..3b3c990 --- /dev/null +++ b/kubejs/assets/croptopia/lang/en_us.json @@ -0,0 +1,118 @@ +{ + "plant.agricraft.croptopia.artichoke": "Artichoke", + "plant.agricraft.croptopia.asparagus": "Asparagus", + "plant.agricraft.croptopia.barley": "Barley", + "plant.agricraft.croptopia.basil": "Basil", + "plant.agricraft.croptopia.bellpepper": "Bellpepper", + "plant.agricraft.croptopia.blackbean": "Black Bean", + "plant.agricraft.croptopia.blackberry": "Blackberry", + "plant.agricraft.croptopia.blueberry": "Blueberry", + "plant.agricraft.croptopia.broccoli": "Broccoli", + "plant.agricraft.croptopia.cabbage": "Cabbage", + "plant.agricraft.croptopia.cantaloupe": "Cantaloupe", + "plant.agricraft.croptopia.cauliflower": "Cauliflower", + "plant.agricraft.croptopia.celery": "Celery", + "plant.agricraft.croptopia.chile_pepper": "Chile Pepper", + "plant.agricraft.croptopia.coffee_beans": "Coffee", + "plant.agricraft.croptopia.corn": "Corn", + "plant.agricraft.croptopia.cranberry": "Cranberry", + "plant.agricraft.croptopia.cucumber": "Cucumber", + "plant.agricraft.croptopia.currant": "Currant", + "plant.agricraft.croptopia.eggplant": "Eggplant", + "plant.agricraft.croptopia.elderberry": "Elderberry", + "plant.agricraft.croptopia.garlic": "Garlic", + "plant.agricraft.croptopia.ginger": "Ginger", + "plant.agricraft.croptopia.grape": "Grape", + "plant.agricraft.croptopia.greenbean": "Green Bean", + "plant.agricraft.croptopia.greenonion": "Green Onion", + "plant.agricraft.croptopia.honeydew": "Honeydew", + "plant.agricraft.croptopia.hops": "Hops", + "plant.agricraft.croptopia.kale": "Kale", + "plant.agricraft.croptopia.kiwi": "Kiwi", + "plant.agricraft.croptopia.leek": "Leek", + "plant.agricraft.croptopia.lettuce": "Lettuce", + "plant.agricraft.croptopia.mustard": "Mustard", + "plant.agricraft.croptopia.oat": "Oat", + "plant.agricraft.croptopia.olive": "Olive", + "plant.agricraft.croptopia.onion": "Onion", + "plant.agricraft.croptopia.peanut": "Peanut", + "plant.agricraft.croptopia.pepper": "Pepper", + "plant.agricraft.croptopia.pineapple": "Pineapple", + "plant.agricraft.croptopia.radish": "Radish", + "plant.agricraft.croptopia.raspberry": "Raspberry", + "plant.agricraft.croptopia.rhubarb": "Rhubarb", + "plant.agricraft.croptopia.rice": "Rice", + "plant.agricraft.croptopia.rutabaga": "Rutabaga", + "plant.agricraft.croptopia.saguaro": "Saguaro", + "plant.agricraft.croptopia.soybean": "Soybean", + "plant.agricraft.croptopia.spinach": "Spinach", + "plant.agricraft.croptopia.squash": "Squash", + "plant.agricraft.croptopia.strawberry": "Strawberry", + "plant.agricraft.croptopia.sweetpotato": "Sweet Potato", + "plant.agricraft.croptopia.tea_leaves": "Tea", + "plant.agricraft.croptopia.tomatillo": "Tomatillo", + "plant.agricraft.croptopia.tomato": "Tomato", + "plant.agricraft.croptopia.turmeric": "Turmeric", + "plant.agricraft.croptopia.turnip": "Turnip", + "plant.agricraft.croptopia.vanilla": "Vanilla", + "plant.agricraft.croptopia.yam": "Yam", + "plant.agricraft.croptopia.zucchini": "Zucchini", + "seed.agricraft.croptopia.artichoke": "Artichoke Seeds", + "seed.agricraft.croptopia.asparagus": "Asparagus Seeds", + "seed.agricraft.croptopia.barley": "Barley Seeds", + "seed.agricraft.croptopia.basil": "Basil Seeds", + "seed.agricraft.croptopia.bellpepper": "Bellpepper Seeds", + "seed.agricraft.croptopia.blackbean": "Black Bean Seeds", + "seed.agricraft.croptopia.blackberry": "Blackberry Seeds", + "seed.agricraft.croptopia.blueberry": "Blueberry Seeds", + "seed.agricraft.croptopia.broccoli": "Broccoli Seeds", + "seed.agricraft.croptopia.cabbage": "Cabbage Seeds", + "seed.agricraft.croptopia.cantaloupe": "Cantaloupe Seeds", + "seed.agricraft.croptopia.cauliflower": "Cauliflower Seeds", + "seed.agricraft.croptopia.celery": "Celery Seeds", + "seed.agricraft.croptopia.chile_pepper": "Chile Pepper Seeds", + "seed.agricraft.croptopia.coffee_beans": "Coffee Seeds", + "seed.agricraft.croptopia.corn": "Corn Seeds", + "seed.agricraft.croptopia.cranberry": "Cranberry Seeds", + "seed.agricraft.croptopia.cucumber": "Cucumber Seeds", + "seed.agricraft.croptopia.currant": "Currant Seeds", + "seed.agricraft.croptopia.eggplant": "Eggplant Seeds", + "seed.agricraft.croptopia.elderberry": "Elderberry Seeds", + "seed.agricraft.croptopia.garlic": "Garlic Seeds", + "seed.agricraft.croptopia.ginger": "Ginger Seeds", + "seed.agricraft.croptopia.grape": "Grape Seeds", + "seed.agricraft.croptopia.greenbean": "Green Bean Seeds", + "seed.agricraft.croptopia.greenonion": "Green Onion Seeds", + "seed.agricraft.croptopia.honeydew": "Honeydew Seeds", + "seed.agricraft.croptopia.hops": "Hops Seeds", + "seed.agricraft.croptopia.kale": "Kale Seeds", + "seed.agricraft.croptopia.kiwi": "Kiwi Seeds", + "seed.agricraft.croptopia.leek": "Leek Seeds", + "seed.agricraft.croptopia.lettuce": "Lettuce Seeds", + "seed.agricraft.croptopia.mustard": "Mustard Seeds", + "seed.agricraft.croptopia.oat": "Oat Seeds", + "seed.agricraft.croptopia.olive": "Olive Seeds", + "seed.agricraft.croptopia.onion": "Onion Seeds", + "seed.agricraft.croptopia.peanut": "Peanut Seeds", + "seed.agricraft.croptopia.pepper": "Pepper Seeds", + "seed.agricraft.croptopia.pineapple": "Pineapple Seeds", + "seed.agricraft.croptopia.radish": "Radish Seeds", + "seed.agricraft.croptopia.raspberry": "Raspberry Seeds", + "seed.agricraft.croptopia.rhubarb": "Rhubarb Seeds", + "seed.agricraft.croptopia.rice": "Rice Seeds", + "seed.agricraft.croptopia.rutabaga": "Rutabaga Seeds", + "seed.agricraft.croptopia.saguaro": "Saguaro Seeds", + "seed.agricraft.croptopia.soybean": "Soybean Seeds", + "seed.agricraft.croptopia.spinach": "Spinach Seeds", + "seed.agricraft.croptopia.squash": "Squash Seeds", + "seed.agricraft.croptopia.strawberry": "Strawberry Seeds", + "seed.agricraft.croptopia.sweetpotato": "Sweet Potato Seeds", + "seed.agricraft.croptopia.tea_leaves": "Tea Seeds", + "seed.agricraft.croptopia.tomatillo": "Tomatillo Seeds", + "seed.agricraft.croptopia.tomato": "Tomato Seeds", + "seed.agricraft.croptopia.turmeric": "Turmeric Seeds", + "seed.agricraft.croptopia.turnip": "Turnip Seeds", + "seed.agricraft.croptopia.vanilla": "Vanilla Seeds", + "seed.agricraft.croptopia.yam": "Yam Seeds", + "seed.agricraft.croptopia.zucchini": "Zucchini Seeds" +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/artichoke_stage0.json b/kubejs/assets/croptopia/models/crop/artichoke_stage0.json new file mode 100644 index 0000000..6790030 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/artichoke_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/artichoke_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/artichoke_stage1.json b/kubejs/assets/croptopia/models/crop/artichoke_stage1.json new file mode 100644 index 0000000..6790030 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/artichoke_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/artichoke_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/artichoke_stage2.json b/kubejs/assets/croptopia/models/crop/artichoke_stage2.json new file mode 100644 index 0000000..6790030 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/artichoke_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/artichoke_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/artichoke_stage3.json b/kubejs/assets/croptopia/models/crop/artichoke_stage3.json new file mode 100644 index 0000000..fdbd137 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/artichoke_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/artichoke_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/artichoke_stage4.json b/kubejs/assets/croptopia/models/crop/artichoke_stage4.json new file mode 100644 index 0000000..fdbd137 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/artichoke_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/artichoke_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/artichoke_stage5.json b/kubejs/assets/croptopia/models/crop/artichoke_stage5.json new file mode 100644 index 0000000..d0b2e84 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/artichoke_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/artichoke_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/artichoke_stage6.json b/kubejs/assets/croptopia/models/crop/artichoke_stage6.json new file mode 100644 index 0000000..d0b2e84 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/artichoke_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/artichoke_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/artichoke_stage7.json b/kubejs/assets/croptopia/models/crop/artichoke_stage7.json new file mode 100644 index 0000000..0a27f7f --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/artichoke_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/artichoke_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/asparagus_stage0.json b/kubejs/assets/croptopia/models/crop/asparagus_stage0.json new file mode 100644 index 0000000..99677d7 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/asparagus_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/asparagus_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/asparagus_stage1.json b/kubejs/assets/croptopia/models/crop/asparagus_stage1.json new file mode 100644 index 0000000..99677d7 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/asparagus_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/asparagus_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/asparagus_stage2.json b/kubejs/assets/croptopia/models/crop/asparagus_stage2.json new file mode 100644 index 0000000..99677d7 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/asparagus_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/asparagus_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/asparagus_stage3.json b/kubejs/assets/croptopia/models/crop/asparagus_stage3.json new file mode 100644 index 0000000..b913062 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/asparagus_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/asparagus_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/asparagus_stage4.json b/kubejs/assets/croptopia/models/crop/asparagus_stage4.json new file mode 100644 index 0000000..b913062 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/asparagus_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/asparagus_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/asparagus_stage5.json b/kubejs/assets/croptopia/models/crop/asparagus_stage5.json new file mode 100644 index 0000000..7f6f5af --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/asparagus_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/asparagus_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/asparagus_stage6.json b/kubejs/assets/croptopia/models/crop/asparagus_stage6.json new file mode 100644 index 0000000..7f6f5af --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/asparagus_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/asparagus_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/asparagus_stage7.json b/kubejs/assets/croptopia/models/crop/asparagus_stage7.json new file mode 100644 index 0000000..9dca0f2 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/asparagus_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/asparagus_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/barley_stage0.json b/kubejs/assets/croptopia/models/crop/barley_stage0.json new file mode 100644 index 0000000..889f4a8 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/barley_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/barley_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/barley_stage1.json b/kubejs/assets/croptopia/models/crop/barley_stage1.json new file mode 100644 index 0000000..889f4a8 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/barley_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/barley_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/barley_stage2.json b/kubejs/assets/croptopia/models/crop/barley_stage2.json new file mode 100644 index 0000000..889f4a8 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/barley_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/barley_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/barley_stage3.json b/kubejs/assets/croptopia/models/crop/barley_stage3.json new file mode 100644 index 0000000..76361af --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/barley_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/barley_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/barley_stage4.json b/kubejs/assets/croptopia/models/crop/barley_stage4.json new file mode 100644 index 0000000..76361af --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/barley_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/barley_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/barley_stage5.json b/kubejs/assets/croptopia/models/crop/barley_stage5.json new file mode 100644 index 0000000..909ebe4 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/barley_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/barley_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/barley_stage6.json b/kubejs/assets/croptopia/models/crop/barley_stage6.json new file mode 100644 index 0000000..909ebe4 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/barley_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/barley_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/barley_stage7.json b/kubejs/assets/croptopia/models/crop/barley_stage7.json new file mode 100644 index 0000000..8431751 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/barley_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/barley_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/basil_stage0.json b/kubejs/assets/croptopia/models/crop/basil_stage0.json new file mode 100644 index 0000000..4499505 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/basil_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/basil_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/basil_stage1.json b/kubejs/assets/croptopia/models/crop/basil_stage1.json new file mode 100644 index 0000000..4499505 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/basil_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/basil_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/basil_stage2.json b/kubejs/assets/croptopia/models/crop/basil_stage2.json new file mode 100644 index 0000000..4499505 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/basil_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/basil_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/basil_stage3.json b/kubejs/assets/croptopia/models/crop/basil_stage3.json new file mode 100644 index 0000000..226b733 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/basil_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/basil_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/basil_stage4.json b/kubejs/assets/croptopia/models/crop/basil_stage4.json new file mode 100644 index 0000000..226b733 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/basil_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/basil_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/basil_stage5.json b/kubejs/assets/croptopia/models/crop/basil_stage5.json new file mode 100644 index 0000000..ae60839 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/basil_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/basil_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/basil_stage6.json b/kubejs/assets/croptopia/models/crop/basil_stage6.json new file mode 100644 index 0000000..ae60839 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/basil_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/basil_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/basil_stage7.json b/kubejs/assets/croptopia/models/crop/basil_stage7.json new file mode 100644 index 0000000..42cd324 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/basil_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/basil_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/bellpepper_stage0.json b/kubejs/assets/croptopia/models/crop/bellpepper_stage0.json new file mode 100644 index 0000000..febd662 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/bellpepper_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/bellpepper_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/bellpepper_stage1.json b/kubejs/assets/croptopia/models/crop/bellpepper_stage1.json new file mode 100644 index 0000000..febd662 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/bellpepper_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/bellpepper_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/bellpepper_stage2.json b/kubejs/assets/croptopia/models/crop/bellpepper_stage2.json new file mode 100644 index 0000000..febd662 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/bellpepper_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/bellpepper_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/bellpepper_stage3.json b/kubejs/assets/croptopia/models/crop/bellpepper_stage3.json new file mode 100644 index 0000000..0771932 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/bellpepper_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/bellpepper_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/bellpepper_stage4.json b/kubejs/assets/croptopia/models/crop/bellpepper_stage4.json new file mode 100644 index 0000000..0771932 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/bellpepper_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/bellpepper_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/bellpepper_stage5.json b/kubejs/assets/croptopia/models/crop/bellpepper_stage5.json new file mode 100644 index 0000000..d17a78b --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/bellpepper_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/bellpepper_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/bellpepper_stage6.json b/kubejs/assets/croptopia/models/crop/bellpepper_stage6.json new file mode 100644 index 0000000..d17a78b --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/bellpepper_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/bellpepper_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/bellpepper_stage7.json b/kubejs/assets/croptopia/models/crop/bellpepper_stage7.json new file mode 100644 index 0000000..c5b6201 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/bellpepper_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/bellpepper_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/blackbean_stage0.json b/kubejs/assets/croptopia/models/crop/blackbean_stage0.json new file mode 100644 index 0000000..79aa66d --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/blackbean_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/blackbean_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/blackbean_stage1.json b/kubejs/assets/croptopia/models/crop/blackbean_stage1.json new file mode 100644 index 0000000..79aa66d --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/blackbean_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/blackbean_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/blackbean_stage2.json b/kubejs/assets/croptopia/models/crop/blackbean_stage2.json new file mode 100644 index 0000000..79aa66d --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/blackbean_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/blackbean_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/blackbean_stage3.json b/kubejs/assets/croptopia/models/crop/blackbean_stage3.json new file mode 100644 index 0000000..46698c1 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/blackbean_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/blackbean_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/blackbean_stage4.json b/kubejs/assets/croptopia/models/crop/blackbean_stage4.json new file mode 100644 index 0000000..46698c1 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/blackbean_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/blackbean_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/blackbean_stage5.json b/kubejs/assets/croptopia/models/crop/blackbean_stage5.json new file mode 100644 index 0000000..cb6cd71 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/blackbean_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/blackbean_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/blackbean_stage6.json b/kubejs/assets/croptopia/models/crop/blackbean_stage6.json new file mode 100644 index 0000000..cb6cd71 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/blackbean_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/blackbean_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/blackbean_stage7.json b/kubejs/assets/croptopia/models/crop/blackbean_stage7.json new file mode 100644 index 0000000..b139833 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/blackbean_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/blackbean_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/blackberry_stage0.json b/kubejs/assets/croptopia/models/crop/blackberry_stage0.json new file mode 100644 index 0000000..e8b036a --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/blackberry_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/blackberry_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/blackberry_stage1.json b/kubejs/assets/croptopia/models/crop/blackberry_stage1.json new file mode 100644 index 0000000..e8b036a --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/blackberry_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/blackberry_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/blackberry_stage2.json b/kubejs/assets/croptopia/models/crop/blackberry_stage2.json new file mode 100644 index 0000000..e8b036a --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/blackberry_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/blackberry_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/blackberry_stage3.json b/kubejs/assets/croptopia/models/crop/blackberry_stage3.json new file mode 100644 index 0000000..815ddb8 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/blackberry_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/blackberry_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/blackberry_stage4.json b/kubejs/assets/croptopia/models/crop/blackberry_stage4.json new file mode 100644 index 0000000..815ddb8 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/blackberry_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/blackberry_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/blackberry_stage5.json b/kubejs/assets/croptopia/models/crop/blackberry_stage5.json new file mode 100644 index 0000000..8ab8f60 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/blackberry_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/blackberry_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/blackberry_stage6.json b/kubejs/assets/croptopia/models/crop/blackberry_stage6.json new file mode 100644 index 0000000..8ab8f60 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/blackberry_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/blackberry_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/blackberry_stage7.json b/kubejs/assets/croptopia/models/crop/blackberry_stage7.json new file mode 100644 index 0000000..083c70c --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/blackberry_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/blackberry_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/blueberry_stage0.json b/kubejs/assets/croptopia/models/crop/blueberry_stage0.json new file mode 100644 index 0000000..7a89767 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/blueberry_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/blueberry_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/blueberry_stage1.json b/kubejs/assets/croptopia/models/crop/blueberry_stage1.json new file mode 100644 index 0000000..7a89767 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/blueberry_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/blueberry_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/blueberry_stage2.json b/kubejs/assets/croptopia/models/crop/blueberry_stage2.json new file mode 100644 index 0000000..7a89767 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/blueberry_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/blueberry_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/blueberry_stage3.json b/kubejs/assets/croptopia/models/crop/blueberry_stage3.json new file mode 100644 index 0000000..2f1df68 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/blueberry_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/blueberry_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/blueberry_stage4.json b/kubejs/assets/croptopia/models/crop/blueberry_stage4.json new file mode 100644 index 0000000..2f1df68 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/blueberry_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/blueberry_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/blueberry_stage5.json b/kubejs/assets/croptopia/models/crop/blueberry_stage5.json new file mode 100644 index 0000000..6deaebf --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/blueberry_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/blueberry_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/blueberry_stage6.json b/kubejs/assets/croptopia/models/crop/blueberry_stage6.json new file mode 100644 index 0000000..6deaebf --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/blueberry_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/blueberry_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/blueberry_stage7.json b/kubejs/assets/croptopia/models/crop/blueberry_stage7.json new file mode 100644 index 0000000..1901128 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/blueberry_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/blueberry_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/broccoli_stage0.json b/kubejs/assets/croptopia/models/crop/broccoli_stage0.json new file mode 100644 index 0000000..31cc968 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/broccoli_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/broccoli_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/broccoli_stage1.json b/kubejs/assets/croptopia/models/crop/broccoli_stage1.json new file mode 100644 index 0000000..31cc968 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/broccoli_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/broccoli_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/broccoli_stage2.json b/kubejs/assets/croptopia/models/crop/broccoli_stage2.json new file mode 100644 index 0000000..31cc968 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/broccoli_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/broccoli_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/broccoli_stage3.json b/kubejs/assets/croptopia/models/crop/broccoli_stage3.json new file mode 100644 index 0000000..83325d3 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/broccoli_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/broccoli_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/broccoli_stage4.json b/kubejs/assets/croptopia/models/crop/broccoli_stage4.json new file mode 100644 index 0000000..83325d3 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/broccoli_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/broccoli_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/broccoli_stage5.json b/kubejs/assets/croptopia/models/crop/broccoli_stage5.json new file mode 100644 index 0000000..209fc41 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/broccoli_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/broccoli_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/broccoli_stage6.json b/kubejs/assets/croptopia/models/crop/broccoli_stage6.json new file mode 100644 index 0000000..209fc41 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/broccoli_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/broccoli_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/broccoli_stage7.json b/kubejs/assets/croptopia/models/crop/broccoli_stage7.json new file mode 100644 index 0000000..37f2630 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/broccoli_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/broccoli_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cabbage_stage0.json b/kubejs/assets/croptopia/models/crop/cabbage_stage0.json new file mode 100644 index 0000000..15b4577 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cabbage_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/cabbage_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cabbage_stage1.json b/kubejs/assets/croptopia/models/crop/cabbage_stage1.json new file mode 100644 index 0000000..15b4577 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cabbage_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/cabbage_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cabbage_stage2.json b/kubejs/assets/croptopia/models/crop/cabbage_stage2.json new file mode 100644 index 0000000..15b4577 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cabbage_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/cabbage_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cabbage_stage3.json b/kubejs/assets/croptopia/models/crop/cabbage_stage3.json new file mode 100644 index 0000000..507b5f0 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cabbage_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/cabbage_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cabbage_stage4.json b/kubejs/assets/croptopia/models/crop/cabbage_stage4.json new file mode 100644 index 0000000..507b5f0 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cabbage_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/cabbage_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cabbage_stage5.json b/kubejs/assets/croptopia/models/crop/cabbage_stage5.json new file mode 100644 index 0000000..345f67d --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cabbage_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/cabbage_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cabbage_stage6.json b/kubejs/assets/croptopia/models/crop/cabbage_stage6.json new file mode 100644 index 0000000..345f67d --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cabbage_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/cabbage_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cabbage_stage7.json b/kubejs/assets/croptopia/models/crop/cabbage_stage7.json new file mode 100644 index 0000000..0a948d6 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cabbage_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/cabbage_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cantaloupe_stage0.json b/kubejs/assets/croptopia/models/crop/cantaloupe_stage0.json new file mode 100644 index 0000000..10f1927 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cantaloupe_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cantaloupe_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cantaloupe_stage1.json b/kubejs/assets/croptopia/models/crop/cantaloupe_stage1.json new file mode 100644 index 0000000..10f1927 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cantaloupe_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cantaloupe_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cantaloupe_stage2.json b/kubejs/assets/croptopia/models/crop/cantaloupe_stage2.json new file mode 100644 index 0000000..10f1927 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cantaloupe_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cantaloupe_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cantaloupe_stage3.json b/kubejs/assets/croptopia/models/crop/cantaloupe_stage3.json new file mode 100644 index 0000000..b6997f7 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cantaloupe_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cantaloupe_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cantaloupe_stage4.json b/kubejs/assets/croptopia/models/crop/cantaloupe_stage4.json new file mode 100644 index 0000000..b6997f7 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cantaloupe_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cantaloupe_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cantaloupe_stage5.json b/kubejs/assets/croptopia/models/crop/cantaloupe_stage5.json new file mode 100644 index 0000000..5e16e35 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cantaloupe_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cantaloupe_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cantaloupe_stage6.json b/kubejs/assets/croptopia/models/crop/cantaloupe_stage6.json new file mode 100644 index 0000000..5e16e35 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cantaloupe_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cantaloupe_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cantaloupe_stage7.json b/kubejs/assets/croptopia/models/crop/cantaloupe_stage7.json new file mode 100644 index 0000000..2809d7e --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cantaloupe_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cantaloupe_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cauliflower_stage0.json b/kubejs/assets/croptopia/models/crop/cauliflower_stage0.json new file mode 100644 index 0000000..55e8c29 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cauliflower_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cauliflower_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cauliflower_stage1.json b/kubejs/assets/croptopia/models/crop/cauliflower_stage1.json new file mode 100644 index 0000000..55e8c29 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cauliflower_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cauliflower_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cauliflower_stage2.json b/kubejs/assets/croptopia/models/crop/cauliflower_stage2.json new file mode 100644 index 0000000..55e8c29 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cauliflower_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cauliflower_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cauliflower_stage3.json b/kubejs/assets/croptopia/models/crop/cauliflower_stage3.json new file mode 100644 index 0000000..204d063 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cauliflower_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cauliflower_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cauliflower_stage4.json b/kubejs/assets/croptopia/models/crop/cauliflower_stage4.json new file mode 100644 index 0000000..204d063 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cauliflower_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cauliflower_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cauliflower_stage5.json b/kubejs/assets/croptopia/models/crop/cauliflower_stage5.json new file mode 100644 index 0000000..6cf0265 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cauliflower_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cauliflower_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cauliflower_stage6.json b/kubejs/assets/croptopia/models/crop/cauliflower_stage6.json new file mode 100644 index 0000000..6cf0265 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cauliflower_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cauliflower_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cauliflower_stage7.json b/kubejs/assets/croptopia/models/crop/cauliflower_stage7.json new file mode 100644 index 0000000..2e29a79 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cauliflower_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cauliflower_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/celery_stage0.json b/kubejs/assets/croptopia/models/crop/celery_stage0.json new file mode 100644 index 0000000..1af17e4 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/celery_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/celery_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/celery_stage1.json b/kubejs/assets/croptopia/models/crop/celery_stage1.json new file mode 100644 index 0000000..1af17e4 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/celery_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/celery_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/celery_stage2.json b/kubejs/assets/croptopia/models/crop/celery_stage2.json new file mode 100644 index 0000000..1af17e4 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/celery_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/celery_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/celery_stage3.json b/kubejs/assets/croptopia/models/crop/celery_stage3.json new file mode 100644 index 0000000..3d2bad0 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/celery_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/celery_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/celery_stage4.json b/kubejs/assets/croptopia/models/crop/celery_stage4.json new file mode 100644 index 0000000..3d2bad0 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/celery_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/celery_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/celery_stage5.json b/kubejs/assets/croptopia/models/crop/celery_stage5.json new file mode 100644 index 0000000..55b554d --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/celery_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/celery_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/celery_stage6.json b/kubejs/assets/croptopia/models/crop/celery_stage6.json new file mode 100644 index 0000000..55b554d --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/celery_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/celery_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/celery_stage7.json b/kubejs/assets/croptopia/models/crop/celery_stage7.json new file mode 100644 index 0000000..1b9802a --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/celery_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/celery_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/chile_pepper_stage0.json b/kubejs/assets/croptopia/models/crop/chile_pepper_stage0.json new file mode 100644 index 0000000..410288f --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/chile_pepper_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/chile_pepper_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/chile_pepper_stage1.json b/kubejs/assets/croptopia/models/crop/chile_pepper_stage1.json new file mode 100644 index 0000000..410288f --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/chile_pepper_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/chile_pepper_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/chile_pepper_stage2.json b/kubejs/assets/croptopia/models/crop/chile_pepper_stage2.json new file mode 100644 index 0000000..410288f --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/chile_pepper_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/chile_pepper_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/chile_pepper_stage3.json b/kubejs/assets/croptopia/models/crop/chile_pepper_stage3.json new file mode 100644 index 0000000..38ba2ac --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/chile_pepper_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/chile_pepper_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/chile_pepper_stage4.json b/kubejs/assets/croptopia/models/crop/chile_pepper_stage4.json new file mode 100644 index 0000000..38ba2ac --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/chile_pepper_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/chile_pepper_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/chile_pepper_stage5.json b/kubejs/assets/croptopia/models/crop/chile_pepper_stage5.json new file mode 100644 index 0000000..e846067 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/chile_pepper_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/chile_pepper_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/chile_pepper_stage6.json b/kubejs/assets/croptopia/models/crop/chile_pepper_stage6.json new file mode 100644 index 0000000..e846067 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/chile_pepper_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/chile_pepper_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/chile_pepper_stage7.json b/kubejs/assets/croptopia/models/crop/chile_pepper_stage7.json new file mode 100644 index 0000000..edc50e6 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/chile_pepper_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/chile_pepper_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/coffee_beans_stage0.json b/kubejs/assets/croptopia/models/crop/coffee_beans_stage0.json new file mode 100644 index 0000000..bc655b9 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/coffee_beans_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/coffee_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/coffee_beans_stage1.json b/kubejs/assets/croptopia/models/crop/coffee_beans_stage1.json new file mode 100644 index 0000000..bc655b9 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/coffee_beans_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/coffee_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/coffee_beans_stage2.json b/kubejs/assets/croptopia/models/crop/coffee_beans_stage2.json new file mode 100644 index 0000000..bc655b9 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/coffee_beans_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/coffee_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/coffee_beans_stage3.json b/kubejs/assets/croptopia/models/crop/coffee_beans_stage3.json new file mode 100644 index 0000000..8d11155 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/coffee_beans_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/coffee_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/coffee_beans_stage4.json b/kubejs/assets/croptopia/models/crop/coffee_beans_stage4.json new file mode 100644 index 0000000..8d11155 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/coffee_beans_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/coffee_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/coffee_beans_stage5.json b/kubejs/assets/croptopia/models/crop/coffee_beans_stage5.json new file mode 100644 index 0000000..7ecbf96 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/coffee_beans_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/coffee_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/coffee_beans_stage6.json b/kubejs/assets/croptopia/models/crop/coffee_beans_stage6.json new file mode 100644 index 0000000..7ecbf96 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/coffee_beans_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/coffee_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/coffee_beans_stage7.json b/kubejs/assets/croptopia/models/crop/coffee_beans_stage7.json new file mode 100644 index 0000000..cf64c27 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/coffee_beans_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/coffee_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/corn_stage0.json b/kubejs/assets/croptopia/models/crop/corn_stage0.json new file mode 100644 index 0000000..64e4f84 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/corn_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/corn_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/corn_stage1.json b/kubejs/assets/croptopia/models/crop/corn_stage1.json new file mode 100644 index 0000000..64e4f84 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/corn_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/corn_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/corn_stage2.json b/kubejs/assets/croptopia/models/crop/corn_stage2.json new file mode 100644 index 0000000..64e4f84 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/corn_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/corn_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/corn_stage3.json b/kubejs/assets/croptopia/models/crop/corn_stage3.json new file mode 100644 index 0000000..e85e34b --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/corn_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/corn_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/corn_stage4.json b/kubejs/assets/croptopia/models/crop/corn_stage4.json new file mode 100644 index 0000000..e85e34b --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/corn_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/corn_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/corn_stage5.json b/kubejs/assets/croptopia/models/crop/corn_stage5.json new file mode 100644 index 0000000..d3870af --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/corn_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/corn_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/corn_stage6.json b/kubejs/assets/croptopia/models/crop/corn_stage6.json new file mode 100644 index 0000000..d3870af --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/corn_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/corn_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/corn_stage7.json b/kubejs/assets/croptopia/models/crop/corn_stage7.json new file mode 100644 index 0000000..06200df --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/corn_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/corn_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cranberry_stage0.json b/kubejs/assets/croptopia/models/crop/cranberry_stage0.json new file mode 100644 index 0000000..dbeef83 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cranberry_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cranberry_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cranberry_stage1.json b/kubejs/assets/croptopia/models/crop/cranberry_stage1.json new file mode 100644 index 0000000..dbeef83 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cranberry_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cranberry_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cranberry_stage2.json b/kubejs/assets/croptopia/models/crop/cranberry_stage2.json new file mode 100644 index 0000000..dbeef83 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cranberry_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cranberry_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cranberry_stage3.json b/kubejs/assets/croptopia/models/crop/cranberry_stage3.json new file mode 100644 index 0000000..5536810 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cranberry_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cranberry_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cranberry_stage4.json b/kubejs/assets/croptopia/models/crop/cranberry_stage4.json new file mode 100644 index 0000000..5536810 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cranberry_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cranberry_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cranberry_stage5.json b/kubejs/assets/croptopia/models/crop/cranberry_stage5.json new file mode 100644 index 0000000..8e5f377 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cranberry_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cranberry_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cranberry_stage6.json b/kubejs/assets/croptopia/models/crop/cranberry_stage6.json new file mode 100644 index 0000000..8e5f377 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cranberry_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cranberry_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cranberry_stage7.json b/kubejs/assets/croptopia/models/crop/cranberry_stage7.json new file mode 100644 index 0000000..302e8d3 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cranberry_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cranberry_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cucumber_stage0.json b/kubejs/assets/croptopia/models/crop/cucumber_stage0.json new file mode 100644 index 0000000..5483030 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cucumber_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cucumber_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cucumber_stage1.json b/kubejs/assets/croptopia/models/crop/cucumber_stage1.json new file mode 100644 index 0000000..5483030 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cucumber_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cucumber_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cucumber_stage2.json b/kubejs/assets/croptopia/models/crop/cucumber_stage2.json new file mode 100644 index 0000000..5483030 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cucumber_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cucumber_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cucumber_stage3.json b/kubejs/assets/croptopia/models/crop/cucumber_stage3.json new file mode 100644 index 0000000..2d56fca --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cucumber_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cucumber_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cucumber_stage4.json b/kubejs/assets/croptopia/models/crop/cucumber_stage4.json new file mode 100644 index 0000000..2d56fca --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cucumber_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cucumber_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cucumber_stage5.json b/kubejs/assets/croptopia/models/crop/cucumber_stage5.json new file mode 100644 index 0000000..fc3ddac --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cucumber_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cucumber_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cucumber_stage6.json b/kubejs/assets/croptopia/models/crop/cucumber_stage6.json new file mode 100644 index 0000000..fc3ddac --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cucumber_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cucumber_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/cucumber_stage7.json b/kubejs/assets/croptopia/models/crop/cucumber_stage7.json new file mode 100644 index 0000000..3f39b8d --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/cucumber_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/cucumber_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/currant_stage0.json b/kubejs/assets/croptopia/models/crop/currant_stage0.json new file mode 100644 index 0000000..832f0b1 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/currant_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/currant_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/currant_stage1.json b/kubejs/assets/croptopia/models/crop/currant_stage1.json new file mode 100644 index 0000000..832f0b1 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/currant_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/currant_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/currant_stage2.json b/kubejs/assets/croptopia/models/crop/currant_stage2.json new file mode 100644 index 0000000..832f0b1 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/currant_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/currant_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/currant_stage3.json b/kubejs/assets/croptopia/models/crop/currant_stage3.json new file mode 100644 index 0000000..7f27a35 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/currant_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/currant_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/currant_stage4.json b/kubejs/assets/croptopia/models/crop/currant_stage4.json new file mode 100644 index 0000000..7f27a35 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/currant_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/currant_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/currant_stage5.json b/kubejs/assets/croptopia/models/crop/currant_stage5.json new file mode 100644 index 0000000..abc2cea --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/currant_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/currant_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/currant_stage6.json b/kubejs/assets/croptopia/models/crop/currant_stage6.json new file mode 100644 index 0000000..abc2cea --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/currant_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/currant_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/currant_stage7.json b/kubejs/assets/croptopia/models/crop/currant_stage7.json new file mode 100644 index 0000000..00106e4 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/currant_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/currant_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/eggplant_stage0.json b/kubejs/assets/croptopia/models/crop/eggplant_stage0.json new file mode 100644 index 0000000..83152c4 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/eggplant_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/eggplant_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/eggplant_stage1.json b/kubejs/assets/croptopia/models/crop/eggplant_stage1.json new file mode 100644 index 0000000..83152c4 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/eggplant_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/eggplant_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/eggplant_stage2.json b/kubejs/assets/croptopia/models/crop/eggplant_stage2.json new file mode 100644 index 0000000..83152c4 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/eggplant_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/eggplant_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/eggplant_stage3.json b/kubejs/assets/croptopia/models/crop/eggplant_stage3.json new file mode 100644 index 0000000..77fe191 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/eggplant_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/eggplant_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/eggplant_stage4.json b/kubejs/assets/croptopia/models/crop/eggplant_stage4.json new file mode 100644 index 0000000..77fe191 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/eggplant_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/eggplant_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/eggplant_stage5.json b/kubejs/assets/croptopia/models/crop/eggplant_stage5.json new file mode 100644 index 0000000..7f1aea3 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/eggplant_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/eggplant_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/eggplant_stage6.json b/kubejs/assets/croptopia/models/crop/eggplant_stage6.json new file mode 100644 index 0000000..7f1aea3 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/eggplant_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/eggplant_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/eggplant_stage7.json b/kubejs/assets/croptopia/models/crop/eggplant_stage7.json new file mode 100644 index 0000000..04ed2cb --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/eggplant_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/eggplant_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/elderberry_stage0.json b/kubejs/assets/croptopia/models/crop/elderberry_stage0.json new file mode 100644 index 0000000..2eded02 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/elderberry_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/elderberry_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/elderberry_stage1.json b/kubejs/assets/croptopia/models/crop/elderberry_stage1.json new file mode 100644 index 0000000..2eded02 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/elderberry_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/elderberry_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/elderberry_stage2.json b/kubejs/assets/croptopia/models/crop/elderberry_stage2.json new file mode 100644 index 0000000..2eded02 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/elderberry_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/elderberry_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/elderberry_stage3.json b/kubejs/assets/croptopia/models/crop/elderberry_stage3.json new file mode 100644 index 0000000..bef1ee6 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/elderberry_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/elderberry_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/elderberry_stage4.json b/kubejs/assets/croptopia/models/crop/elderberry_stage4.json new file mode 100644 index 0000000..bef1ee6 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/elderberry_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/elderberry_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/elderberry_stage5.json b/kubejs/assets/croptopia/models/crop/elderberry_stage5.json new file mode 100644 index 0000000..09d45ee --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/elderberry_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/elderberry_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/elderberry_stage6.json b/kubejs/assets/croptopia/models/crop/elderberry_stage6.json new file mode 100644 index 0000000..09d45ee --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/elderberry_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/elderberry_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/elderberry_stage7.json b/kubejs/assets/croptopia/models/crop/elderberry_stage7.json new file mode 100644 index 0000000..45ffb0e --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/elderberry_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/elderberry_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/garlic_stage0.json b/kubejs/assets/croptopia/models/crop/garlic_stage0.json new file mode 100644 index 0000000..cb41218 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/garlic_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/garlic_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/garlic_stage1.json b/kubejs/assets/croptopia/models/crop/garlic_stage1.json new file mode 100644 index 0000000..cb41218 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/garlic_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/garlic_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/garlic_stage2.json b/kubejs/assets/croptopia/models/crop/garlic_stage2.json new file mode 100644 index 0000000..cb41218 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/garlic_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/garlic_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/garlic_stage3.json b/kubejs/assets/croptopia/models/crop/garlic_stage3.json new file mode 100644 index 0000000..443a7d7 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/garlic_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/garlic_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/garlic_stage4.json b/kubejs/assets/croptopia/models/crop/garlic_stage4.json new file mode 100644 index 0000000..443a7d7 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/garlic_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/garlic_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/garlic_stage5.json b/kubejs/assets/croptopia/models/crop/garlic_stage5.json new file mode 100644 index 0000000..a3a28ab --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/garlic_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/garlic_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/garlic_stage6.json b/kubejs/assets/croptopia/models/crop/garlic_stage6.json new file mode 100644 index 0000000..a3a28ab --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/garlic_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/garlic_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/garlic_stage7.json b/kubejs/assets/croptopia/models/crop/garlic_stage7.json new file mode 100644 index 0000000..12ae1c9 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/garlic_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/garlic_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/ginger_stage0.json b/kubejs/assets/croptopia/models/crop/ginger_stage0.json new file mode 100644 index 0000000..0d4d308 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/ginger_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/ginger_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/ginger_stage1.json b/kubejs/assets/croptopia/models/crop/ginger_stage1.json new file mode 100644 index 0000000..0d4d308 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/ginger_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/ginger_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/ginger_stage2.json b/kubejs/assets/croptopia/models/crop/ginger_stage2.json new file mode 100644 index 0000000..0d4d308 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/ginger_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/ginger_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/ginger_stage3.json b/kubejs/assets/croptopia/models/crop/ginger_stage3.json new file mode 100644 index 0000000..97d8d30 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/ginger_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/ginger_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/ginger_stage4.json b/kubejs/assets/croptopia/models/crop/ginger_stage4.json new file mode 100644 index 0000000..97d8d30 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/ginger_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/ginger_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/ginger_stage5.json b/kubejs/assets/croptopia/models/crop/ginger_stage5.json new file mode 100644 index 0000000..d4f8886 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/ginger_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/ginger_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/ginger_stage6.json b/kubejs/assets/croptopia/models/crop/ginger_stage6.json new file mode 100644 index 0000000..d4f8886 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/ginger_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/ginger_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/ginger_stage7.json b/kubejs/assets/croptopia/models/crop/ginger_stage7.json new file mode 100644 index 0000000..b43ab4d --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/ginger_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/ginger_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/grape_stage0.json b/kubejs/assets/croptopia/models/crop/grape_stage0.json new file mode 100644 index 0000000..fe8ab23 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/grape_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/grape_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/grape_stage1.json b/kubejs/assets/croptopia/models/crop/grape_stage1.json new file mode 100644 index 0000000..fe8ab23 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/grape_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/grape_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/grape_stage2.json b/kubejs/assets/croptopia/models/crop/grape_stage2.json new file mode 100644 index 0000000..fe8ab23 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/grape_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/grape_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/grape_stage3.json b/kubejs/assets/croptopia/models/crop/grape_stage3.json new file mode 100644 index 0000000..9182ef2 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/grape_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/grape_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/grape_stage4.json b/kubejs/assets/croptopia/models/crop/grape_stage4.json new file mode 100644 index 0000000..9182ef2 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/grape_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/grape_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/grape_stage5.json b/kubejs/assets/croptopia/models/crop/grape_stage5.json new file mode 100644 index 0000000..f839871 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/grape_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/grape_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/grape_stage6.json b/kubejs/assets/croptopia/models/crop/grape_stage6.json new file mode 100644 index 0000000..f839871 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/grape_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/grape_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/grape_stage7.json b/kubejs/assets/croptopia/models/crop/grape_stage7.json new file mode 100644 index 0000000..5e0377f --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/grape_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/grape_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/greenbean_stage0.json b/kubejs/assets/croptopia/models/crop/greenbean_stage0.json new file mode 100644 index 0000000..79c3807 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/greenbean_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/greenbean_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/greenbean_stage1.json b/kubejs/assets/croptopia/models/crop/greenbean_stage1.json new file mode 100644 index 0000000..79c3807 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/greenbean_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/greenbean_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/greenbean_stage2.json b/kubejs/assets/croptopia/models/crop/greenbean_stage2.json new file mode 100644 index 0000000..79c3807 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/greenbean_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/greenbean_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/greenbean_stage3.json b/kubejs/assets/croptopia/models/crop/greenbean_stage3.json new file mode 100644 index 0000000..4f74998 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/greenbean_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/greenbean_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/greenbean_stage4.json b/kubejs/assets/croptopia/models/crop/greenbean_stage4.json new file mode 100644 index 0000000..4f74998 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/greenbean_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/greenbean_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/greenbean_stage5.json b/kubejs/assets/croptopia/models/crop/greenbean_stage5.json new file mode 100644 index 0000000..0a9b1be --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/greenbean_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/greenbean_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/greenbean_stage6.json b/kubejs/assets/croptopia/models/crop/greenbean_stage6.json new file mode 100644 index 0000000..0a9b1be --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/greenbean_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/greenbean_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/greenbean_stage7.json b/kubejs/assets/croptopia/models/crop/greenbean_stage7.json new file mode 100644 index 0000000..647b0ec --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/greenbean_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/greenbean_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/greenonion_stage0.json b/kubejs/assets/croptopia/models/crop/greenonion_stage0.json new file mode 100644 index 0000000..c568802 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/greenonion_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/greenonion_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/greenonion_stage1.json b/kubejs/assets/croptopia/models/crop/greenonion_stage1.json new file mode 100644 index 0000000..c568802 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/greenonion_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/greenonion_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/greenonion_stage2.json b/kubejs/assets/croptopia/models/crop/greenonion_stage2.json new file mode 100644 index 0000000..c568802 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/greenonion_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/greenonion_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/greenonion_stage3.json b/kubejs/assets/croptopia/models/crop/greenonion_stage3.json new file mode 100644 index 0000000..b620440 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/greenonion_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/greenonion_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/greenonion_stage4.json b/kubejs/assets/croptopia/models/crop/greenonion_stage4.json new file mode 100644 index 0000000..b620440 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/greenonion_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/greenonion_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/greenonion_stage5.json b/kubejs/assets/croptopia/models/crop/greenonion_stage5.json new file mode 100644 index 0000000..0af84e9 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/greenonion_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/greenonion_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/greenonion_stage6.json b/kubejs/assets/croptopia/models/crop/greenonion_stage6.json new file mode 100644 index 0000000..0af84e9 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/greenonion_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/greenonion_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/greenonion_stage7.json b/kubejs/assets/croptopia/models/crop/greenonion_stage7.json new file mode 100644 index 0000000..5cbb46b --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/greenonion_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/greenonion_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/honeydew_stage0.json b/kubejs/assets/croptopia/models/crop/honeydew_stage0.json new file mode 100644 index 0000000..7d783bc --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/honeydew_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/honeydew_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/honeydew_stage1.json b/kubejs/assets/croptopia/models/crop/honeydew_stage1.json new file mode 100644 index 0000000..7d783bc --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/honeydew_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/honeydew_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/honeydew_stage2.json b/kubejs/assets/croptopia/models/crop/honeydew_stage2.json new file mode 100644 index 0000000..7d783bc --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/honeydew_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/honeydew_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/honeydew_stage3.json b/kubejs/assets/croptopia/models/crop/honeydew_stage3.json new file mode 100644 index 0000000..1246af1 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/honeydew_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/honeydew_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/honeydew_stage4.json b/kubejs/assets/croptopia/models/crop/honeydew_stage4.json new file mode 100644 index 0000000..1246af1 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/honeydew_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/honeydew_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/honeydew_stage5.json b/kubejs/assets/croptopia/models/crop/honeydew_stage5.json new file mode 100644 index 0000000..78003d1 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/honeydew_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/honeydew_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/honeydew_stage6.json b/kubejs/assets/croptopia/models/crop/honeydew_stage6.json new file mode 100644 index 0000000..78003d1 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/honeydew_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/honeydew_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/honeydew_stage7.json b/kubejs/assets/croptopia/models/crop/honeydew_stage7.json new file mode 100644 index 0000000..e9af3c3 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/honeydew_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/honeydew_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/hops_stage0.json b/kubejs/assets/croptopia/models/crop/hops_stage0.json new file mode 100644 index 0000000..0805e4d --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/hops_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/hops_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/hops_stage1.json b/kubejs/assets/croptopia/models/crop/hops_stage1.json new file mode 100644 index 0000000..0805e4d --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/hops_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/hops_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/hops_stage2.json b/kubejs/assets/croptopia/models/crop/hops_stage2.json new file mode 100644 index 0000000..0805e4d --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/hops_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/hops_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/hops_stage3.json b/kubejs/assets/croptopia/models/crop/hops_stage3.json new file mode 100644 index 0000000..39b3362 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/hops_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/hops_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/hops_stage4.json b/kubejs/assets/croptopia/models/crop/hops_stage4.json new file mode 100644 index 0000000..39b3362 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/hops_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/hops_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/hops_stage5.json b/kubejs/assets/croptopia/models/crop/hops_stage5.json new file mode 100644 index 0000000..c2a9d17 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/hops_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/hops_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/hops_stage6.json b/kubejs/assets/croptopia/models/crop/hops_stage6.json new file mode 100644 index 0000000..c2a9d17 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/hops_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/hops_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/hops_stage7.json b/kubejs/assets/croptopia/models/crop/hops_stage7.json new file mode 100644 index 0000000..b376ff4 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/hops_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/hops_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/kale_stage0.json b/kubejs/assets/croptopia/models/crop/kale_stage0.json new file mode 100644 index 0000000..9ff1fc2 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/kale_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/kale_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/kale_stage1.json b/kubejs/assets/croptopia/models/crop/kale_stage1.json new file mode 100644 index 0000000..9ff1fc2 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/kale_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/kale_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/kale_stage2.json b/kubejs/assets/croptopia/models/crop/kale_stage2.json new file mode 100644 index 0000000..9ff1fc2 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/kale_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/kale_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/kale_stage3.json b/kubejs/assets/croptopia/models/crop/kale_stage3.json new file mode 100644 index 0000000..a5700df --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/kale_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/kale_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/kale_stage4.json b/kubejs/assets/croptopia/models/crop/kale_stage4.json new file mode 100644 index 0000000..a5700df --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/kale_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/kale_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/kale_stage5.json b/kubejs/assets/croptopia/models/crop/kale_stage5.json new file mode 100644 index 0000000..d822e98 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/kale_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/kale_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/kale_stage6.json b/kubejs/assets/croptopia/models/crop/kale_stage6.json new file mode 100644 index 0000000..d822e98 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/kale_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/kale_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/kale_stage7.json b/kubejs/assets/croptopia/models/crop/kale_stage7.json new file mode 100644 index 0000000..2044a82 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/kale_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/kale_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/kiwi_stage0.json b/kubejs/assets/croptopia/models/crop/kiwi_stage0.json new file mode 100644 index 0000000..91e804b --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/kiwi_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/kiwi_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/kiwi_stage1.json b/kubejs/assets/croptopia/models/crop/kiwi_stage1.json new file mode 100644 index 0000000..91e804b --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/kiwi_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/kiwi_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/kiwi_stage2.json b/kubejs/assets/croptopia/models/crop/kiwi_stage2.json new file mode 100644 index 0000000..91e804b --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/kiwi_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/kiwi_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/kiwi_stage3.json b/kubejs/assets/croptopia/models/crop/kiwi_stage3.json new file mode 100644 index 0000000..b218064 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/kiwi_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/kiwi_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/kiwi_stage4.json b/kubejs/assets/croptopia/models/crop/kiwi_stage4.json new file mode 100644 index 0000000..b218064 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/kiwi_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/kiwi_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/kiwi_stage5.json b/kubejs/assets/croptopia/models/crop/kiwi_stage5.json new file mode 100644 index 0000000..d83ee2a --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/kiwi_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/kiwi_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/kiwi_stage6.json b/kubejs/assets/croptopia/models/crop/kiwi_stage6.json new file mode 100644 index 0000000..d83ee2a --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/kiwi_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/kiwi_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/kiwi_stage7.json b/kubejs/assets/croptopia/models/crop/kiwi_stage7.json new file mode 100644 index 0000000..8d677b1 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/kiwi_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/kiwi_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/leek_stage0.json b/kubejs/assets/croptopia/models/crop/leek_stage0.json new file mode 100644 index 0000000..b929f5c --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/leek_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/leek_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/leek_stage1.json b/kubejs/assets/croptopia/models/crop/leek_stage1.json new file mode 100644 index 0000000..b929f5c --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/leek_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/leek_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/leek_stage2.json b/kubejs/assets/croptopia/models/crop/leek_stage2.json new file mode 100644 index 0000000..b929f5c --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/leek_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/leek_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/leek_stage3.json b/kubejs/assets/croptopia/models/crop/leek_stage3.json new file mode 100644 index 0000000..53248c8 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/leek_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/leek_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/leek_stage4.json b/kubejs/assets/croptopia/models/crop/leek_stage4.json new file mode 100644 index 0000000..53248c8 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/leek_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/leek_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/leek_stage5.json b/kubejs/assets/croptopia/models/crop/leek_stage5.json new file mode 100644 index 0000000..f0e9dc3 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/leek_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/leek_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/leek_stage6.json b/kubejs/assets/croptopia/models/crop/leek_stage6.json new file mode 100644 index 0000000..f0e9dc3 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/leek_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/leek_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/leek_stage7.json b/kubejs/assets/croptopia/models/crop/leek_stage7.json new file mode 100644 index 0000000..24da8df --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/leek_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/leek_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/lettuce_stage0.json b/kubejs/assets/croptopia/models/crop/lettuce_stage0.json new file mode 100644 index 0000000..9c5f70d --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/lettuce_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/lettuce_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/lettuce_stage1.json b/kubejs/assets/croptopia/models/crop/lettuce_stage1.json new file mode 100644 index 0000000..9c5f70d --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/lettuce_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/lettuce_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/lettuce_stage2.json b/kubejs/assets/croptopia/models/crop/lettuce_stage2.json new file mode 100644 index 0000000..9c5f70d --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/lettuce_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/lettuce_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/lettuce_stage3.json b/kubejs/assets/croptopia/models/crop/lettuce_stage3.json new file mode 100644 index 0000000..6a50cd3 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/lettuce_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/lettuce_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/lettuce_stage4.json b/kubejs/assets/croptopia/models/crop/lettuce_stage4.json new file mode 100644 index 0000000..6a50cd3 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/lettuce_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/lettuce_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/lettuce_stage5.json b/kubejs/assets/croptopia/models/crop/lettuce_stage5.json new file mode 100644 index 0000000..276120f --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/lettuce_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/lettuce_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/lettuce_stage6.json b/kubejs/assets/croptopia/models/crop/lettuce_stage6.json new file mode 100644 index 0000000..276120f --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/lettuce_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/lettuce_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/lettuce_stage7.json b/kubejs/assets/croptopia/models/crop/lettuce_stage7.json new file mode 100644 index 0000000..c6aabdc --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/lettuce_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/lettuce_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/mustard_stage0.json b/kubejs/assets/croptopia/models/crop/mustard_stage0.json new file mode 100644 index 0000000..19e027a --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/mustard_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/mustard_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/mustard_stage1.json b/kubejs/assets/croptopia/models/crop/mustard_stage1.json new file mode 100644 index 0000000..19e027a --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/mustard_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/mustard_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/mustard_stage2.json b/kubejs/assets/croptopia/models/crop/mustard_stage2.json new file mode 100644 index 0000000..19e027a --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/mustard_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/mustard_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/mustard_stage3.json b/kubejs/assets/croptopia/models/crop/mustard_stage3.json new file mode 100644 index 0000000..3cc37f6 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/mustard_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/mustard_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/mustard_stage4.json b/kubejs/assets/croptopia/models/crop/mustard_stage4.json new file mode 100644 index 0000000..3cc37f6 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/mustard_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/mustard_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/mustard_stage5.json b/kubejs/assets/croptopia/models/crop/mustard_stage5.json new file mode 100644 index 0000000..ff1450f --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/mustard_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/mustard_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/mustard_stage6.json b/kubejs/assets/croptopia/models/crop/mustard_stage6.json new file mode 100644 index 0000000..ff1450f --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/mustard_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/mustard_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/mustard_stage7.json b/kubejs/assets/croptopia/models/crop/mustard_stage7.json new file mode 100644 index 0000000..0af85f4 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/mustard_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/mustard_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/oat_stage0.json b/kubejs/assets/croptopia/models/crop/oat_stage0.json new file mode 100644 index 0000000..0e58e85 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/oat_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/oat_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/oat_stage1.json b/kubejs/assets/croptopia/models/crop/oat_stage1.json new file mode 100644 index 0000000..0e58e85 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/oat_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/oat_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/oat_stage2.json b/kubejs/assets/croptopia/models/crop/oat_stage2.json new file mode 100644 index 0000000..0e58e85 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/oat_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/oat_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/oat_stage3.json b/kubejs/assets/croptopia/models/crop/oat_stage3.json new file mode 100644 index 0000000..dd96849 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/oat_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/oat_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/oat_stage4.json b/kubejs/assets/croptopia/models/crop/oat_stage4.json new file mode 100644 index 0000000..dd96849 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/oat_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/oat_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/oat_stage5.json b/kubejs/assets/croptopia/models/crop/oat_stage5.json new file mode 100644 index 0000000..5d47143 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/oat_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/oat_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/oat_stage6.json b/kubejs/assets/croptopia/models/crop/oat_stage6.json new file mode 100644 index 0000000..5d47143 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/oat_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/oat_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/oat_stage7.json b/kubejs/assets/croptopia/models/crop/oat_stage7.json new file mode 100644 index 0000000..9ab3f9f --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/oat_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/oat_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/olive_stage0.json b/kubejs/assets/croptopia/models/crop/olive_stage0.json new file mode 100644 index 0000000..30c8dde --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/olive_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/olive_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/olive_stage1.json b/kubejs/assets/croptopia/models/crop/olive_stage1.json new file mode 100644 index 0000000..30c8dde --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/olive_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/olive_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/olive_stage2.json b/kubejs/assets/croptopia/models/crop/olive_stage2.json new file mode 100644 index 0000000..30c8dde --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/olive_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/olive_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/olive_stage3.json b/kubejs/assets/croptopia/models/crop/olive_stage3.json new file mode 100644 index 0000000..68b5416 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/olive_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/olive_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/olive_stage4.json b/kubejs/assets/croptopia/models/crop/olive_stage4.json new file mode 100644 index 0000000..68b5416 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/olive_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/olive_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/olive_stage5.json b/kubejs/assets/croptopia/models/crop/olive_stage5.json new file mode 100644 index 0000000..879749a --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/olive_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/olive_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/olive_stage6.json b/kubejs/assets/croptopia/models/crop/olive_stage6.json new file mode 100644 index 0000000..879749a --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/olive_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/olive_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/olive_stage7.json b/kubejs/assets/croptopia/models/crop/olive_stage7.json new file mode 100644 index 0000000..358ec87 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/olive_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/olive_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/onion_stage0.json b/kubejs/assets/croptopia/models/crop/onion_stage0.json new file mode 100644 index 0000000..04dc5da --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/onion_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/onion_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/onion_stage1.json b/kubejs/assets/croptopia/models/crop/onion_stage1.json new file mode 100644 index 0000000..04dc5da --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/onion_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/onion_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/onion_stage2.json b/kubejs/assets/croptopia/models/crop/onion_stage2.json new file mode 100644 index 0000000..04dc5da --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/onion_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/onion_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/onion_stage3.json b/kubejs/assets/croptopia/models/crop/onion_stage3.json new file mode 100644 index 0000000..f26e885 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/onion_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/onion_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/onion_stage4.json b/kubejs/assets/croptopia/models/crop/onion_stage4.json new file mode 100644 index 0000000..f26e885 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/onion_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/onion_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/onion_stage5.json b/kubejs/assets/croptopia/models/crop/onion_stage5.json new file mode 100644 index 0000000..2e86cac --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/onion_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/onion_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/onion_stage6.json b/kubejs/assets/croptopia/models/crop/onion_stage6.json new file mode 100644 index 0000000..2e86cac --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/onion_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/onion_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/onion_stage7.json b/kubejs/assets/croptopia/models/crop/onion_stage7.json new file mode 100644 index 0000000..f3c5d84 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/onion_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/onion_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/peanut_stage0.json b/kubejs/assets/croptopia/models/crop/peanut_stage0.json new file mode 100644 index 0000000..d4bf9b9 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/peanut_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/peanut_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/peanut_stage1.json b/kubejs/assets/croptopia/models/crop/peanut_stage1.json new file mode 100644 index 0000000..d4bf9b9 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/peanut_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/peanut_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/peanut_stage2.json b/kubejs/assets/croptopia/models/crop/peanut_stage2.json new file mode 100644 index 0000000..d4bf9b9 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/peanut_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/peanut_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/peanut_stage3.json b/kubejs/assets/croptopia/models/crop/peanut_stage3.json new file mode 100644 index 0000000..bb3ea9b --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/peanut_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/peanut_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/peanut_stage4.json b/kubejs/assets/croptopia/models/crop/peanut_stage4.json new file mode 100644 index 0000000..bb3ea9b --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/peanut_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/peanut_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/peanut_stage5.json b/kubejs/assets/croptopia/models/crop/peanut_stage5.json new file mode 100644 index 0000000..fd35d6e --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/peanut_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/peanut_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/peanut_stage6.json b/kubejs/assets/croptopia/models/crop/peanut_stage6.json new file mode 100644 index 0000000..fd35d6e --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/peanut_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/peanut_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/peanut_stage7.json b/kubejs/assets/croptopia/models/crop/peanut_stage7.json new file mode 100644 index 0000000..0299c3e --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/peanut_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/peanut_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/pepper_stage0.json b/kubejs/assets/croptopia/models/crop/pepper_stage0.json new file mode 100644 index 0000000..0b8705b --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/pepper_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/pepper_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/pepper_stage1.json b/kubejs/assets/croptopia/models/crop/pepper_stage1.json new file mode 100644 index 0000000..0b8705b --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/pepper_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/pepper_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/pepper_stage2.json b/kubejs/assets/croptopia/models/crop/pepper_stage2.json new file mode 100644 index 0000000..0b8705b --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/pepper_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/pepper_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/pepper_stage3.json b/kubejs/assets/croptopia/models/crop/pepper_stage3.json new file mode 100644 index 0000000..135a868 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/pepper_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/pepper_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/pepper_stage4.json b/kubejs/assets/croptopia/models/crop/pepper_stage4.json new file mode 100644 index 0000000..135a868 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/pepper_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/pepper_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/pepper_stage5.json b/kubejs/assets/croptopia/models/crop/pepper_stage5.json new file mode 100644 index 0000000..1787507 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/pepper_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/pepper_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/pepper_stage6.json b/kubejs/assets/croptopia/models/crop/pepper_stage6.json new file mode 100644 index 0000000..1787507 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/pepper_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/pepper_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/pepper_stage7.json b/kubejs/assets/croptopia/models/crop/pepper_stage7.json new file mode 100644 index 0000000..77ea025 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/pepper_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/pepper_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/pineapple_stage0.json b/kubejs/assets/croptopia/models/crop/pineapple_stage0.json new file mode 100644 index 0000000..5de4cea --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/pineapple_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/pineapple_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/pineapple_stage1.json b/kubejs/assets/croptopia/models/crop/pineapple_stage1.json new file mode 100644 index 0000000..5de4cea --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/pineapple_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/pineapple_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/pineapple_stage2.json b/kubejs/assets/croptopia/models/crop/pineapple_stage2.json new file mode 100644 index 0000000..5de4cea --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/pineapple_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/pineapple_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/pineapple_stage3.json b/kubejs/assets/croptopia/models/crop/pineapple_stage3.json new file mode 100644 index 0000000..b7d5604 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/pineapple_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/pineapple_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/pineapple_stage4.json b/kubejs/assets/croptopia/models/crop/pineapple_stage4.json new file mode 100644 index 0000000..b7d5604 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/pineapple_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/pineapple_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/pineapple_stage5.json b/kubejs/assets/croptopia/models/crop/pineapple_stage5.json new file mode 100644 index 0000000..c6d5a1e --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/pineapple_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/pineapple_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/pineapple_stage6.json b/kubejs/assets/croptopia/models/crop/pineapple_stage6.json new file mode 100644 index 0000000..c6d5a1e --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/pineapple_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/pineapple_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/pineapple_stage7.json b/kubejs/assets/croptopia/models/crop/pineapple_stage7.json new file mode 100644 index 0000000..f6d9a87 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/pineapple_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/pineapple_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/radish_stage0.json b/kubejs/assets/croptopia/models/crop/radish_stage0.json new file mode 100644 index 0000000..ca9686c --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/radish_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/radish_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/radish_stage1.json b/kubejs/assets/croptopia/models/crop/radish_stage1.json new file mode 100644 index 0000000..ca9686c --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/radish_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/radish_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/radish_stage2.json b/kubejs/assets/croptopia/models/crop/radish_stage2.json new file mode 100644 index 0000000..ca9686c --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/radish_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/radish_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/radish_stage3.json b/kubejs/assets/croptopia/models/crop/radish_stage3.json new file mode 100644 index 0000000..bd333c8 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/radish_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/radish_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/radish_stage4.json b/kubejs/assets/croptopia/models/crop/radish_stage4.json new file mode 100644 index 0000000..bd333c8 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/radish_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/radish_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/radish_stage5.json b/kubejs/assets/croptopia/models/crop/radish_stage5.json new file mode 100644 index 0000000..0ba42d9 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/radish_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/radish_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/radish_stage6.json b/kubejs/assets/croptopia/models/crop/radish_stage6.json new file mode 100644 index 0000000..0ba42d9 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/radish_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/radish_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/radish_stage7.json b/kubejs/assets/croptopia/models/crop/radish_stage7.json new file mode 100644 index 0000000..f2fc404 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/radish_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/radish_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/raspberry_stage0.json b/kubejs/assets/croptopia/models/crop/raspberry_stage0.json new file mode 100644 index 0000000..8a7a355 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/raspberry_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/raspberry_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/raspberry_stage1.json b/kubejs/assets/croptopia/models/crop/raspberry_stage1.json new file mode 100644 index 0000000..8a7a355 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/raspberry_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/raspberry_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/raspberry_stage2.json b/kubejs/assets/croptopia/models/crop/raspberry_stage2.json new file mode 100644 index 0000000..8a7a355 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/raspberry_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/raspberry_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/raspberry_stage3.json b/kubejs/assets/croptopia/models/crop/raspberry_stage3.json new file mode 100644 index 0000000..1fc5310 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/raspberry_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/raspberry_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/raspberry_stage4.json b/kubejs/assets/croptopia/models/crop/raspberry_stage4.json new file mode 100644 index 0000000..1fc5310 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/raspberry_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/raspberry_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/raspberry_stage5.json b/kubejs/assets/croptopia/models/crop/raspberry_stage5.json new file mode 100644 index 0000000..61c352d --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/raspberry_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/raspberry_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/raspberry_stage6.json b/kubejs/assets/croptopia/models/crop/raspberry_stage6.json new file mode 100644 index 0000000..61c352d --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/raspberry_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/raspberry_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/raspberry_stage7.json b/kubejs/assets/croptopia/models/crop/raspberry_stage7.json new file mode 100644 index 0000000..29c7f63 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/raspberry_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/raspberry_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/rhubarb_stage0.json b/kubejs/assets/croptopia/models/crop/rhubarb_stage0.json new file mode 100644 index 0000000..acb0a06 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/rhubarb_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/rhubarb_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/rhubarb_stage1.json b/kubejs/assets/croptopia/models/crop/rhubarb_stage1.json new file mode 100644 index 0000000..acb0a06 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/rhubarb_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/rhubarb_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/rhubarb_stage2.json b/kubejs/assets/croptopia/models/crop/rhubarb_stage2.json new file mode 100644 index 0000000..acb0a06 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/rhubarb_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/rhubarb_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/rhubarb_stage3.json b/kubejs/assets/croptopia/models/crop/rhubarb_stage3.json new file mode 100644 index 0000000..c8c4966 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/rhubarb_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/rhubarb_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/rhubarb_stage4.json b/kubejs/assets/croptopia/models/crop/rhubarb_stage4.json new file mode 100644 index 0000000..c8c4966 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/rhubarb_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/rhubarb_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/rhubarb_stage5.json b/kubejs/assets/croptopia/models/crop/rhubarb_stage5.json new file mode 100644 index 0000000..0a442a2 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/rhubarb_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/rhubarb_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/rhubarb_stage6.json b/kubejs/assets/croptopia/models/crop/rhubarb_stage6.json new file mode 100644 index 0000000..0a442a2 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/rhubarb_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/rhubarb_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/rhubarb_stage7.json b/kubejs/assets/croptopia/models/crop/rhubarb_stage7.json new file mode 100644 index 0000000..09a97c4 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/rhubarb_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/rhubarb_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/rice_stage0.json b/kubejs/assets/croptopia/models/crop/rice_stage0.json new file mode 100644 index 0000000..82b1c64 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/rice_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/rice_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/rice_stage1.json b/kubejs/assets/croptopia/models/crop/rice_stage1.json new file mode 100644 index 0000000..82b1c64 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/rice_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/rice_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/rice_stage2.json b/kubejs/assets/croptopia/models/crop/rice_stage2.json new file mode 100644 index 0000000..82b1c64 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/rice_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/rice_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/rice_stage3.json b/kubejs/assets/croptopia/models/crop/rice_stage3.json new file mode 100644 index 0000000..016eaf2 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/rice_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/rice_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/rice_stage4.json b/kubejs/assets/croptopia/models/crop/rice_stage4.json new file mode 100644 index 0000000..016eaf2 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/rice_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/rice_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/rice_stage5.json b/kubejs/assets/croptopia/models/crop/rice_stage5.json new file mode 100644 index 0000000..2b324a4 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/rice_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/rice_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/rice_stage6.json b/kubejs/assets/croptopia/models/crop/rice_stage6.json new file mode 100644 index 0000000..2b324a4 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/rice_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/rice_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/rice_stage7.json b/kubejs/assets/croptopia/models/crop/rice_stage7.json new file mode 100644 index 0000000..7335f8d --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/rice_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/rice_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/rutabaga_stage0.json b/kubejs/assets/croptopia/models/crop/rutabaga_stage0.json new file mode 100644 index 0000000..b552dc3 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/rutabaga_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/rutabaga_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/rutabaga_stage1.json b/kubejs/assets/croptopia/models/crop/rutabaga_stage1.json new file mode 100644 index 0000000..b552dc3 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/rutabaga_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/rutabaga_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/rutabaga_stage2.json b/kubejs/assets/croptopia/models/crop/rutabaga_stage2.json new file mode 100644 index 0000000..b552dc3 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/rutabaga_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/rutabaga_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/rutabaga_stage3.json b/kubejs/assets/croptopia/models/crop/rutabaga_stage3.json new file mode 100644 index 0000000..4aaaabc --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/rutabaga_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/rutabaga_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/rutabaga_stage4.json b/kubejs/assets/croptopia/models/crop/rutabaga_stage4.json new file mode 100644 index 0000000..4aaaabc --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/rutabaga_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/rutabaga_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/rutabaga_stage5.json b/kubejs/assets/croptopia/models/crop/rutabaga_stage5.json new file mode 100644 index 0000000..7332bf7 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/rutabaga_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/rutabaga_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/rutabaga_stage6.json b/kubejs/assets/croptopia/models/crop/rutabaga_stage6.json new file mode 100644 index 0000000..7332bf7 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/rutabaga_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/rutabaga_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/rutabaga_stage7.json b/kubejs/assets/croptopia/models/crop/rutabaga_stage7.json new file mode 100644 index 0000000..b68c5da --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/rutabaga_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/rutabaga_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/saguaro_stage0.json b/kubejs/assets/croptopia/models/crop/saguaro_stage0.json new file mode 100644 index 0000000..a6b0b43 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/saguaro_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/saguaro_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/saguaro_stage1.json b/kubejs/assets/croptopia/models/crop/saguaro_stage1.json new file mode 100644 index 0000000..a6b0b43 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/saguaro_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/saguaro_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/saguaro_stage2.json b/kubejs/assets/croptopia/models/crop/saguaro_stage2.json new file mode 100644 index 0000000..a6b0b43 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/saguaro_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/saguaro_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/saguaro_stage3.json b/kubejs/assets/croptopia/models/crop/saguaro_stage3.json new file mode 100644 index 0000000..763d28d --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/saguaro_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/saguaro_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/saguaro_stage4.json b/kubejs/assets/croptopia/models/crop/saguaro_stage4.json new file mode 100644 index 0000000..763d28d --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/saguaro_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/saguaro_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/saguaro_stage5.json b/kubejs/assets/croptopia/models/crop/saguaro_stage5.json new file mode 100644 index 0000000..1aa7a8f --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/saguaro_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/saguaro_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/saguaro_stage6.json b/kubejs/assets/croptopia/models/crop/saguaro_stage6.json new file mode 100644 index 0000000..1aa7a8f --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/saguaro_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/saguaro_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/saguaro_stage7.json b/kubejs/assets/croptopia/models/crop/saguaro_stage7.json new file mode 100644 index 0000000..b980d0f --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/saguaro_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/saguaro_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/soybean_stage0.json b/kubejs/assets/croptopia/models/crop/soybean_stage0.json new file mode 100644 index 0000000..dbea120 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/soybean_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/soybean_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/soybean_stage1.json b/kubejs/assets/croptopia/models/crop/soybean_stage1.json new file mode 100644 index 0000000..dbea120 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/soybean_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/soybean_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/soybean_stage2.json b/kubejs/assets/croptopia/models/crop/soybean_stage2.json new file mode 100644 index 0000000..dbea120 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/soybean_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/soybean_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/soybean_stage3.json b/kubejs/assets/croptopia/models/crop/soybean_stage3.json new file mode 100644 index 0000000..53e8278 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/soybean_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/soybean_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/soybean_stage4.json b/kubejs/assets/croptopia/models/crop/soybean_stage4.json new file mode 100644 index 0000000..53e8278 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/soybean_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/soybean_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/soybean_stage5.json b/kubejs/assets/croptopia/models/crop/soybean_stage5.json new file mode 100644 index 0000000..ae48330 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/soybean_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/soybean_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/soybean_stage6.json b/kubejs/assets/croptopia/models/crop/soybean_stage6.json new file mode 100644 index 0000000..ae48330 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/soybean_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/soybean_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/soybean_stage7.json b/kubejs/assets/croptopia/models/crop/soybean_stage7.json new file mode 100644 index 0000000..9719e54 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/soybean_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/soybean_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/spinach_stage0.json b/kubejs/assets/croptopia/models/crop/spinach_stage0.json new file mode 100644 index 0000000..ac1f505 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/spinach_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/spinach_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/spinach_stage1.json b/kubejs/assets/croptopia/models/crop/spinach_stage1.json new file mode 100644 index 0000000..ac1f505 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/spinach_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/spinach_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/spinach_stage2.json b/kubejs/assets/croptopia/models/crop/spinach_stage2.json new file mode 100644 index 0000000..ac1f505 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/spinach_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/spinach_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/spinach_stage3.json b/kubejs/assets/croptopia/models/crop/spinach_stage3.json new file mode 100644 index 0000000..11ce033 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/spinach_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/spinach_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/spinach_stage4.json b/kubejs/assets/croptopia/models/crop/spinach_stage4.json new file mode 100644 index 0000000..11ce033 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/spinach_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/spinach_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/spinach_stage5.json b/kubejs/assets/croptopia/models/crop/spinach_stage5.json new file mode 100644 index 0000000..6a36b45 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/spinach_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/spinach_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/spinach_stage6.json b/kubejs/assets/croptopia/models/crop/spinach_stage6.json new file mode 100644 index 0000000..6a36b45 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/spinach_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/spinach_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/spinach_stage7.json b/kubejs/assets/croptopia/models/crop/spinach_stage7.json new file mode 100644 index 0000000..a5684a7 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/spinach_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/spinach_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/squash_stage0.json b/kubejs/assets/croptopia/models/crop/squash_stage0.json new file mode 100644 index 0000000..0c7af18 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/squash_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/squash_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/squash_stage1.json b/kubejs/assets/croptopia/models/crop/squash_stage1.json new file mode 100644 index 0000000..0c7af18 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/squash_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/squash_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/squash_stage2.json b/kubejs/assets/croptopia/models/crop/squash_stage2.json new file mode 100644 index 0000000..0c7af18 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/squash_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/squash_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/squash_stage3.json b/kubejs/assets/croptopia/models/crop/squash_stage3.json new file mode 100644 index 0000000..6df61c3 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/squash_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/squash_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/squash_stage4.json b/kubejs/assets/croptopia/models/crop/squash_stage4.json new file mode 100644 index 0000000..6df61c3 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/squash_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/squash_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/squash_stage5.json b/kubejs/assets/croptopia/models/crop/squash_stage5.json new file mode 100644 index 0000000..15c1ce6 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/squash_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/squash_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/squash_stage6.json b/kubejs/assets/croptopia/models/crop/squash_stage6.json new file mode 100644 index 0000000..15c1ce6 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/squash_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/squash_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/squash_stage7.json b/kubejs/assets/croptopia/models/crop/squash_stage7.json new file mode 100644 index 0000000..1ca00b7 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/squash_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/squash_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/strawberry_stage0.json b/kubejs/assets/croptopia/models/crop/strawberry_stage0.json new file mode 100644 index 0000000..5f2f4f4 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/strawberry_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/strawberry_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/strawberry_stage1.json b/kubejs/assets/croptopia/models/crop/strawberry_stage1.json new file mode 100644 index 0000000..5f2f4f4 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/strawberry_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/strawberry_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/strawberry_stage2.json b/kubejs/assets/croptopia/models/crop/strawberry_stage2.json new file mode 100644 index 0000000..5f2f4f4 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/strawberry_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/strawberry_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/strawberry_stage3.json b/kubejs/assets/croptopia/models/crop/strawberry_stage3.json new file mode 100644 index 0000000..bf3416f --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/strawberry_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/strawberry_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/strawberry_stage4.json b/kubejs/assets/croptopia/models/crop/strawberry_stage4.json new file mode 100644 index 0000000..bf3416f --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/strawberry_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/strawberry_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/strawberry_stage5.json b/kubejs/assets/croptopia/models/crop/strawberry_stage5.json new file mode 100644 index 0000000..7dd899b --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/strawberry_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/strawberry_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/strawberry_stage6.json b/kubejs/assets/croptopia/models/crop/strawberry_stage6.json new file mode 100644 index 0000000..7dd899b --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/strawberry_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/strawberry_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/strawberry_stage7.json b/kubejs/assets/croptopia/models/crop/strawberry_stage7.json new file mode 100644 index 0000000..76bf688 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/strawberry_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/strawberry_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/sweetpotato_stage0.json b/kubejs/assets/croptopia/models/crop/sweetpotato_stage0.json new file mode 100644 index 0000000..0a6d297 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/sweetpotato_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/sweetpotato_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/sweetpotato_stage1.json b/kubejs/assets/croptopia/models/crop/sweetpotato_stage1.json new file mode 100644 index 0000000..0a6d297 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/sweetpotato_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/sweetpotato_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/sweetpotato_stage2.json b/kubejs/assets/croptopia/models/crop/sweetpotato_stage2.json new file mode 100644 index 0000000..0a6d297 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/sweetpotato_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/sweetpotato_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/sweetpotato_stage3.json b/kubejs/assets/croptopia/models/crop/sweetpotato_stage3.json new file mode 100644 index 0000000..85e63ba --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/sweetpotato_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/sweetpotato_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/sweetpotato_stage4.json b/kubejs/assets/croptopia/models/crop/sweetpotato_stage4.json new file mode 100644 index 0000000..85e63ba --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/sweetpotato_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/sweetpotato_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/sweetpotato_stage5.json b/kubejs/assets/croptopia/models/crop/sweetpotato_stage5.json new file mode 100644 index 0000000..5697160 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/sweetpotato_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/sweetpotato_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/sweetpotato_stage6.json b/kubejs/assets/croptopia/models/crop/sweetpotato_stage6.json new file mode 100644 index 0000000..5697160 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/sweetpotato_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/sweetpotato_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/sweetpotato_stage7.json b/kubejs/assets/croptopia/models/crop/sweetpotato_stage7.json new file mode 100644 index 0000000..66825ca --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/sweetpotato_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/sweetpotato_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/tea_leaves_stage0.json b/kubejs/assets/croptopia/models/crop/tea_leaves_stage0.json new file mode 100644 index 0000000..14166d9 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/tea_leaves_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/tea_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/tea_leaves_stage1.json b/kubejs/assets/croptopia/models/crop/tea_leaves_stage1.json new file mode 100644 index 0000000..14166d9 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/tea_leaves_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/tea_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/tea_leaves_stage2.json b/kubejs/assets/croptopia/models/crop/tea_leaves_stage2.json new file mode 100644 index 0000000..14166d9 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/tea_leaves_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/tea_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/tea_leaves_stage3.json b/kubejs/assets/croptopia/models/crop/tea_leaves_stage3.json new file mode 100644 index 0000000..3728f6a --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/tea_leaves_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/tea_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/tea_leaves_stage4.json b/kubejs/assets/croptopia/models/crop/tea_leaves_stage4.json new file mode 100644 index 0000000..3728f6a --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/tea_leaves_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/tea_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/tea_leaves_stage5.json b/kubejs/assets/croptopia/models/crop/tea_leaves_stage5.json new file mode 100644 index 0000000..d75385d --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/tea_leaves_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/tea_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/tea_leaves_stage6.json b/kubejs/assets/croptopia/models/crop/tea_leaves_stage6.json new file mode 100644 index 0000000..d75385d --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/tea_leaves_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/tea_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/tea_leaves_stage7.json b/kubejs/assets/croptopia/models/crop/tea_leaves_stage7.json new file mode 100644 index 0000000..f90fad8 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/tea_leaves_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "croptopia:block/tea_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/tomatillo_stage0.json b/kubejs/assets/croptopia/models/crop/tomatillo_stage0.json new file mode 100644 index 0000000..af58330 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/tomatillo_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/tomatillo_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/tomatillo_stage1.json b/kubejs/assets/croptopia/models/crop/tomatillo_stage1.json new file mode 100644 index 0000000..af58330 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/tomatillo_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/tomatillo_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/tomatillo_stage2.json b/kubejs/assets/croptopia/models/crop/tomatillo_stage2.json new file mode 100644 index 0000000..af58330 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/tomatillo_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/tomatillo_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/tomatillo_stage3.json b/kubejs/assets/croptopia/models/crop/tomatillo_stage3.json new file mode 100644 index 0000000..abfcfec --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/tomatillo_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/tomatillo_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/tomatillo_stage4.json b/kubejs/assets/croptopia/models/crop/tomatillo_stage4.json new file mode 100644 index 0000000..abfcfec --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/tomatillo_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/tomatillo_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/tomatillo_stage5.json b/kubejs/assets/croptopia/models/crop/tomatillo_stage5.json new file mode 100644 index 0000000..593cb94 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/tomatillo_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/tomatillo_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/tomatillo_stage6.json b/kubejs/assets/croptopia/models/crop/tomatillo_stage6.json new file mode 100644 index 0000000..593cb94 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/tomatillo_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/tomatillo_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/tomatillo_stage7.json b/kubejs/assets/croptopia/models/crop/tomatillo_stage7.json new file mode 100644 index 0000000..ccfe923 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/tomatillo_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/tomatillo_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/tomato_stage0.json b/kubejs/assets/croptopia/models/crop/tomato_stage0.json new file mode 100644 index 0000000..3eeca62 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/tomato_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/tomato_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/tomato_stage1.json b/kubejs/assets/croptopia/models/crop/tomato_stage1.json new file mode 100644 index 0000000..3eeca62 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/tomato_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/tomato_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/tomato_stage2.json b/kubejs/assets/croptopia/models/crop/tomato_stage2.json new file mode 100644 index 0000000..3eeca62 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/tomato_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/tomato_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/tomato_stage3.json b/kubejs/assets/croptopia/models/crop/tomato_stage3.json new file mode 100644 index 0000000..103c7a9 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/tomato_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/tomato_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/tomato_stage4.json b/kubejs/assets/croptopia/models/crop/tomato_stage4.json new file mode 100644 index 0000000..103c7a9 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/tomato_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/tomato_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/tomato_stage5.json b/kubejs/assets/croptopia/models/crop/tomato_stage5.json new file mode 100644 index 0000000..b065005 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/tomato_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/tomato_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/tomato_stage6.json b/kubejs/assets/croptopia/models/crop/tomato_stage6.json new file mode 100644 index 0000000..b065005 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/tomato_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/tomato_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/tomato_stage7.json b/kubejs/assets/croptopia/models/crop/tomato_stage7.json new file mode 100644 index 0000000..17abee3 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/tomato_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/tomato_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/turmeric_stage0.json b/kubejs/assets/croptopia/models/crop/turmeric_stage0.json new file mode 100644 index 0000000..80fb1e7 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/turmeric_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/turmeric_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/turmeric_stage1.json b/kubejs/assets/croptopia/models/crop/turmeric_stage1.json new file mode 100644 index 0000000..80fb1e7 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/turmeric_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/turmeric_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/turmeric_stage2.json b/kubejs/assets/croptopia/models/crop/turmeric_stage2.json new file mode 100644 index 0000000..80fb1e7 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/turmeric_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/turmeric_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/turmeric_stage3.json b/kubejs/assets/croptopia/models/crop/turmeric_stage3.json new file mode 100644 index 0000000..2ca11f8 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/turmeric_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/turmeric_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/turmeric_stage4.json b/kubejs/assets/croptopia/models/crop/turmeric_stage4.json new file mode 100644 index 0000000..2ca11f8 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/turmeric_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/turmeric_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/turmeric_stage5.json b/kubejs/assets/croptopia/models/crop/turmeric_stage5.json new file mode 100644 index 0000000..21bd314 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/turmeric_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/turmeric_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/turmeric_stage6.json b/kubejs/assets/croptopia/models/crop/turmeric_stage6.json new file mode 100644 index 0000000..21bd314 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/turmeric_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/turmeric_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/turmeric_stage7.json b/kubejs/assets/croptopia/models/crop/turmeric_stage7.json new file mode 100644 index 0000000..b1f92f1 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/turmeric_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/turmeric_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/turnip_stage0.json b/kubejs/assets/croptopia/models/crop/turnip_stage0.json new file mode 100644 index 0000000..aad522c --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/turnip_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/turnip_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/turnip_stage1.json b/kubejs/assets/croptopia/models/crop/turnip_stage1.json new file mode 100644 index 0000000..aad522c --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/turnip_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/turnip_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/turnip_stage2.json b/kubejs/assets/croptopia/models/crop/turnip_stage2.json new file mode 100644 index 0000000..aad522c --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/turnip_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/turnip_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/turnip_stage3.json b/kubejs/assets/croptopia/models/crop/turnip_stage3.json new file mode 100644 index 0000000..9c090c0 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/turnip_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/turnip_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/turnip_stage4.json b/kubejs/assets/croptopia/models/crop/turnip_stage4.json new file mode 100644 index 0000000..9c090c0 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/turnip_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/turnip_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/turnip_stage5.json b/kubejs/assets/croptopia/models/crop/turnip_stage5.json new file mode 100644 index 0000000..9e18512 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/turnip_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/turnip_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/turnip_stage6.json b/kubejs/assets/croptopia/models/crop/turnip_stage6.json new file mode 100644 index 0000000..9e18512 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/turnip_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/turnip_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/turnip_stage7.json b/kubejs/assets/croptopia/models/crop/turnip_stage7.json new file mode 100644 index 0000000..abe3cce --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/turnip_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/turnip_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/vanilla_stage0.json b/kubejs/assets/croptopia/models/crop/vanilla_stage0.json new file mode 100644 index 0000000..dffc017 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/vanilla_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/vanilla_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/vanilla_stage1.json b/kubejs/assets/croptopia/models/crop/vanilla_stage1.json new file mode 100644 index 0000000..dffc017 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/vanilla_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/vanilla_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/vanilla_stage2.json b/kubejs/assets/croptopia/models/crop/vanilla_stage2.json new file mode 100644 index 0000000..dffc017 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/vanilla_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/vanilla_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/vanilla_stage3.json b/kubejs/assets/croptopia/models/crop/vanilla_stage3.json new file mode 100644 index 0000000..159a13a --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/vanilla_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/vanilla_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/vanilla_stage4.json b/kubejs/assets/croptopia/models/crop/vanilla_stage4.json new file mode 100644 index 0000000..159a13a --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/vanilla_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/vanilla_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/vanilla_stage5.json b/kubejs/assets/croptopia/models/crop/vanilla_stage5.json new file mode 100644 index 0000000..d92f142 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/vanilla_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/vanilla_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/vanilla_stage6.json b/kubejs/assets/croptopia/models/crop/vanilla_stage6.json new file mode 100644 index 0000000..d92f142 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/vanilla_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/vanilla_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/vanilla_stage7.json b/kubejs/assets/croptopia/models/crop/vanilla_stage7.json new file mode 100644 index 0000000..9a35c60 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/vanilla_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/vanilla_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/yam_stage0.json b/kubejs/assets/croptopia/models/crop/yam_stage0.json new file mode 100644 index 0000000..b262cdc --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/yam_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/yam_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/yam_stage1.json b/kubejs/assets/croptopia/models/crop/yam_stage1.json new file mode 100644 index 0000000..b262cdc --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/yam_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/yam_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/yam_stage2.json b/kubejs/assets/croptopia/models/crop/yam_stage2.json new file mode 100644 index 0000000..b262cdc --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/yam_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/yam_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/yam_stage3.json b/kubejs/assets/croptopia/models/crop/yam_stage3.json new file mode 100644 index 0000000..55a5282 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/yam_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/yam_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/yam_stage4.json b/kubejs/assets/croptopia/models/crop/yam_stage4.json new file mode 100644 index 0000000..55a5282 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/yam_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/yam_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/yam_stage5.json b/kubejs/assets/croptopia/models/crop/yam_stage5.json new file mode 100644 index 0000000..9f27914 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/yam_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/yam_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/yam_stage6.json b/kubejs/assets/croptopia/models/crop/yam_stage6.json new file mode 100644 index 0000000..9f27914 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/yam_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/yam_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/yam_stage7.json b/kubejs/assets/croptopia/models/crop/yam_stage7.json new file mode 100644 index 0000000..5f09eb1 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/yam_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/yam_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/zucchini_stage0.json b/kubejs/assets/croptopia/models/crop/zucchini_stage0.json new file mode 100644 index 0000000..6028c47 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/zucchini_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/zucchini_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/zucchini_stage1.json b/kubejs/assets/croptopia/models/crop/zucchini_stage1.json new file mode 100644 index 0000000..6028c47 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/zucchini_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/zucchini_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/zucchini_stage2.json b/kubejs/assets/croptopia/models/crop/zucchini_stage2.json new file mode 100644 index 0000000..6028c47 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/zucchini_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/zucchini_crop_stage0" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/zucchini_stage3.json b/kubejs/assets/croptopia/models/crop/zucchini_stage3.json new file mode 100644 index 0000000..1c804a4 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/zucchini_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/zucchini_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/zucchini_stage4.json b/kubejs/assets/croptopia/models/crop/zucchini_stage4.json new file mode 100644 index 0000000..1c804a4 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/zucchini_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/zucchini_crop_stage1" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/zucchini_stage5.json b/kubejs/assets/croptopia/models/crop/zucchini_stage5.json new file mode 100644 index 0000000..a5b74eb --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/zucchini_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/zucchini_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/zucchini_stage6.json b/kubejs/assets/croptopia/models/crop/zucchini_stage6.json new file mode 100644 index 0000000..a5b74eb --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/zucchini_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/zucchini_crop_stage2" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/crop/zucchini_stage7.json b/kubejs/assets/croptopia/models/crop/zucchini_stage7.json new file mode 100644 index 0000000..4652049 --- /dev/null +++ b/kubejs/assets/croptopia/models/crop/zucchini_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "croptopia:block/zucchini_crop_stage3" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/artichoke.json b/kubejs/assets/croptopia/models/seed/artichoke.json new file mode 100644 index 0000000..b494922 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/artichoke.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/artichoke_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/asparagus.json b/kubejs/assets/croptopia/models/seed/asparagus.json new file mode 100644 index 0000000..3678cab --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/asparagus.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/asparagus_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/barley.json b/kubejs/assets/croptopia/models/seed/barley.json new file mode 100644 index 0000000..f131d5d --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/barley.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/barley_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/basil.json b/kubejs/assets/croptopia/models/seed/basil.json new file mode 100644 index 0000000..a11838b --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/basil.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/basil_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/bellpepper.json b/kubejs/assets/croptopia/models/seed/bellpepper.json new file mode 100644 index 0000000..b33f7b7 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/bellpepper.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/bellpepper_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/blackbean.json b/kubejs/assets/croptopia/models/seed/blackbean.json new file mode 100644 index 0000000..6dc484d --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/blackbean.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/blackbean_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/blackberry.json b/kubejs/assets/croptopia/models/seed/blackberry.json new file mode 100644 index 0000000..4cd1a9a --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/blackberry.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/blackberry_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/blueberry.json b/kubejs/assets/croptopia/models/seed/blueberry.json new file mode 100644 index 0000000..2507d4c --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/blueberry.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/blueberry_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/broccoli.json b/kubejs/assets/croptopia/models/seed/broccoli.json new file mode 100644 index 0000000..deb1d8e --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/broccoli.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/broccoli_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/cabbage.json b/kubejs/assets/croptopia/models/seed/cabbage.json new file mode 100644 index 0000000..393a43a --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/cabbage.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/cabbage_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/cantaloupe.json b/kubejs/assets/croptopia/models/seed/cantaloupe.json new file mode 100644 index 0000000..13a7f88 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/cantaloupe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/cantaloupe_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/cauliflower.json b/kubejs/assets/croptopia/models/seed/cauliflower.json new file mode 100644 index 0000000..89d5208 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/cauliflower.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/cauliflower_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/celery.json b/kubejs/assets/croptopia/models/seed/celery.json new file mode 100644 index 0000000..f713bcb --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/celery.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/celery_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/chile_pepper.json b/kubejs/assets/croptopia/models/seed/chile_pepper.json new file mode 100644 index 0000000..c7af232 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/chile_pepper.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/chile_pepper_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/coffee_beans.json b/kubejs/assets/croptopia/models/seed/coffee_beans.json new file mode 100644 index 0000000..a469e5b --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/coffee_beans.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/coffee_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/corn.json b/kubejs/assets/croptopia/models/seed/corn.json new file mode 100644 index 0000000..2071862 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/corn.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/corn_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/cranberry.json b/kubejs/assets/croptopia/models/seed/cranberry.json new file mode 100644 index 0000000..167a133 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/cranberry.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/cranberry_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/cucumber.json b/kubejs/assets/croptopia/models/seed/cucumber.json new file mode 100644 index 0000000..a66b9dd --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/cucumber.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/cucumber_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/currant.json b/kubejs/assets/croptopia/models/seed/currant.json new file mode 100644 index 0000000..9ec3072 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/currant.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/currant_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/eggplant.json b/kubejs/assets/croptopia/models/seed/eggplant.json new file mode 100644 index 0000000..3ef0a29 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/eggplant.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/eggplant_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/elderberry.json b/kubejs/assets/croptopia/models/seed/elderberry.json new file mode 100644 index 0000000..3b3d7aa --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/elderberry.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/elderberry_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/garlic.json b/kubejs/assets/croptopia/models/seed/garlic.json new file mode 100644 index 0000000..d9bc3fc --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/garlic.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/garlic_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/ginger.json b/kubejs/assets/croptopia/models/seed/ginger.json new file mode 100644 index 0000000..121cd80 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/ginger.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/ginger_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/grape.json b/kubejs/assets/croptopia/models/seed/grape.json new file mode 100644 index 0000000..cd04488 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/grape.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/grape_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/greenbean.json b/kubejs/assets/croptopia/models/seed/greenbean.json new file mode 100644 index 0000000..c5ba3aa --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/greenbean.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/greenbean_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/greenonion.json b/kubejs/assets/croptopia/models/seed/greenonion.json new file mode 100644 index 0000000..f519421 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/greenonion.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/greenonion_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/honeydew.json b/kubejs/assets/croptopia/models/seed/honeydew.json new file mode 100644 index 0000000..3b86278 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/honeydew.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/honeydew_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/hops.json b/kubejs/assets/croptopia/models/seed/hops.json new file mode 100644 index 0000000..6657b56 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/hops.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/hops_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/kale.json b/kubejs/assets/croptopia/models/seed/kale.json new file mode 100644 index 0000000..ec13f99 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/kale.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/kale_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/kiwi.json b/kubejs/assets/croptopia/models/seed/kiwi.json new file mode 100644 index 0000000..a0fc0d2 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/kiwi.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/kiwi_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/leek.json b/kubejs/assets/croptopia/models/seed/leek.json new file mode 100644 index 0000000..f5e462e --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/leek.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/leek_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/lettuce.json b/kubejs/assets/croptopia/models/seed/lettuce.json new file mode 100644 index 0000000..1e0b100 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/lettuce.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/lettuce_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/mustard.json b/kubejs/assets/croptopia/models/seed/mustard.json new file mode 100644 index 0000000..d2ce347 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/mustard.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/mustard_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/oat.json b/kubejs/assets/croptopia/models/seed/oat.json new file mode 100644 index 0000000..7d24a6c --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/oat.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/oat_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/olive.json b/kubejs/assets/croptopia/models/seed/olive.json new file mode 100644 index 0000000..41dc9c8 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/olive.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/olive_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/onion.json b/kubejs/assets/croptopia/models/seed/onion.json new file mode 100644 index 0000000..07e6423 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/onion.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/onion_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/peanut.json b/kubejs/assets/croptopia/models/seed/peanut.json new file mode 100644 index 0000000..6c48a2c --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/peanut.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/peanut_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/pepper.json b/kubejs/assets/croptopia/models/seed/pepper.json new file mode 100644 index 0000000..0bcbabc --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/pepper.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/pepper_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/pineapple.json b/kubejs/assets/croptopia/models/seed/pineapple.json new file mode 100644 index 0000000..f7996de --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/pineapple.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/pineapple_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/radish.json b/kubejs/assets/croptopia/models/seed/radish.json new file mode 100644 index 0000000..2e7f94e --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/radish.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/radish_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/raspberry.json b/kubejs/assets/croptopia/models/seed/raspberry.json new file mode 100644 index 0000000..5c2ce68 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/raspberry.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/raspberry_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/rhubarb.json b/kubejs/assets/croptopia/models/seed/rhubarb.json new file mode 100644 index 0000000..bd67a92 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/rhubarb.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/rhubarb_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/rice.json b/kubejs/assets/croptopia/models/seed/rice.json new file mode 100644 index 0000000..a9dd7f6 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/rice.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/rice_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/rutabaga.json b/kubejs/assets/croptopia/models/seed/rutabaga.json new file mode 100644 index 0000000..844729f --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/rutabaga.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/rutabaga_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/saguaro.json b/kubejs/assets/croptopia/models/seed/saguaro.json new file mode 100644 index 0000000..f1b0a2d --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/saguaro.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/saguaro_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/soybean.json b/kubejs/assets/croptopia/models/seed/soybean.json new file mode 100644 index 0000000..ec37c83 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/soybean.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/soybean_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/spinach.json b/kubejs/assets/croptopia/models/seed/spinach.json new file mode 100644 index 0000000..8bfd6a1 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/spinach.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/spinach_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/squash.json b/kubejs/assets/croptopia/models/seed/squash.json new file mode 100644 index 0000000..40ccf7c --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/squash.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/squash_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/strawberry.json b/kubejs/assets/croptopia/models/seed/strawberry.json new file mode 100644 index 0000000..4b145a2 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/strawberry.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/strawberry_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/sweetpotato.json b/kubejs/assets/croptopia/models/seed/sweetpotato.json new file mode 100644 index 0000000..4741325 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/sweetpotato.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/sweetpotato_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/tea_leaves.json b/kubejs/assets/croptopia/models/seed/tea_leaves.json new file mode 100644 index 0000000..d5a3983 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/tea_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/tea_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/tomatillo.json b/kubejs/assets/croptopia/models/seed/tomatillo.json new file mode 100644 index 0000000..93856b1 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/tomatillo.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/tomatillo_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/tomato.json b/kubejs/assets/croptopia/models/seed/tomato.json new file mode 100644 index 0000000..bfefb89 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/tomato.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/tomato_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/turmeric.json b/kubejs/assets/croptopia/models/seed/turmeric.json new file mode 100644 index 0000000..8dbbc59 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/turmeric.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/turmeric_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/turnip.json b/kubejs/assets/croptopia/models/seed/turnip.json new file mode 100644 index 0000000..6acd344 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/turnip.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/turnip_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/vanilla.json b/kubejs/assets/croptopia/models/seed/vanilla.json new file mode 100644 index 0000000..dab7f6d --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/vanilla.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/vanilla_seeds" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/yam.json b/kubejs/assets/croptopia/models/seed/yam.json new file mode 100644 index 0000000..9ce1890 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/yam.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/yam_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/croptopia/models/seed/zucchini.json b/kubejs/assets/croptopia/models/seed/zucchini.json new file mode 100644 index 0000000..991adb1 --- /dev/null +++ b/kubejs/assets/croptopia/models/seed/zucchini.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "croptopia:item/zucchini_seed" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/lang/en_us.json b/kubejs/assets/enchanted/lang/en_us.json new file mode 100644 index 0000000..e8d919d --- /dev/null +++ b/kubejs/assets/enchanted/lang/en_us.json @@ -0,0 +1,12 @@ +{ + "plant.agricraft.enchanted.water_artichoke": "Water Artichoke", + "plant.agricraft.enchanted.belladonna": "Belladonna", + "plant.agricraft.enchanted.mandrake": "Mandrake", + "plant.agricraft.enchanted.snowbell": "Snowbell", + "plant.agricraft.enchanted.wolfsbane": "Wolfsbane", + "seed.agricraft.enchanted.water_artichoke": "Water Artichoke Seeds", + "seed.agricraft.enchanted.belladonna": "Belladonna Seeds", + "seed.agricraft.enchanted.mandrake": "Mandrake Seeds", + "seed.agricraft.enchanted.snowbell": "Snowbell Seeds", + "seed.agricraft.enchanted.wolfsbane": "Wolfsbane Seeds" +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/crop/belladonna_stage0.json b/kubejs/assets/enchanted/models/crop/belladonna_stage0.json new file mode 100644 index 0000000..6e0f643 --- /dev/null +++ b/kubejs/assets/enchanted/models/crop/belladonna_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "enchanted:block/belladonna_stage_0" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/crop/belladonna_stage1.json b/kubejs/assets/enchanted/models/crop/belladonna_stage1.json new file mode 100644 index 0000000..c9a7017 --- /dev/null +++ b/kubejs/assets/enchanted/models/crop/belladonna_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "enchanted:block/belladonna_stage_1" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/crop/belladonna_stage2.json b/kubejs/assets/enchanted/models/crop/belladonna_stage2.json new file mode 100644 index 0000000..0191d46 --- /dev/null +++ b/kubejs/assets/enchanted/models/crop/belladonna_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "enchanted:block/belladonna_stage_2" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/crop/belladonna_stage3.json b/kubejs/assets/enchanted/models/crop/belladonna_stage3.json new file mode 100644 index 0000000..8dbbfc1 --- /dev/null +++ b/kubejs/assets/enchanted/models/crop/belladonna_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "enchanted:block/belladonna_stage_3" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/crop/belladonna_stage4.json b/kubejs/assets/enchanted/models/crop/belladonna_stage4.json new file mode 100644 index 0000000..f7ed526 --- /dev/null +++ b/kubejs/assets/enchanted/models/crop/belladonna_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "enchanted:block/belladonna_stage_4" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/crop/mandrake_stage0.json b/kubejs/assets/enchanted/models/crop/mandrake_stage0.json new file mode 100644 index 0000000..c6a5f92 --- /dev/null +++ b/kubejs/assets/enchanted/models/crop/mandrake_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "enchanted:block/mandrake_stage_0" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/crop/mandrake_stage1.json b/kubejs/assets/enchanted/models/crop/mandrake_stage1.json new file mode 100644 index 0000000..81a11c9 --- /dev/null +++ b/kubejs/assets/enchanted/models/crop/mandrake_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "enchanted:block/mandrake_stage_1" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/crop/mandrake_stage2.json b/kubejs/assets/enchanted/models/crop/mandrake_stage2.json new file mode 100644 index 0000000..ce85cc1 --- /dev/null +++ b/kubejs/assets/enchanted/models/crop/mandrake_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "enchanted:block/mandrake_stage_2" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/crop/mandrake_stage3.json b/kubejs/assets/enchanted/models/crop/mandrake_stage3.json new file mode 100644 index 0000000..c7e5cf1 --- /dev/null +++ b/kubejs/assets/enchanted/models/crop/mandrake_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "enchanted:block/mandrake_stage_3" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/crop/mandrake_stage4.json b/kubejs/assets/enchanted/models/crop/mandrake_stage4.json new file mode 100644 index 0000000..7f0e875 --- /dev/null +++ b/kubejs/assets/enchanted/models/crop/mandrake_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "enchanted:block/mandrake_stage_4" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/crop/snowbell_stage0.json b/kubejs/assets/enchanted/models/crop/snowbell_stage0.json new file mode 100644 index 0000000..5ffd765 --- /dev/null +++ b/kubejs/assets/enchanted/models/crop/snowbell_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "enchanted:block/snowbell_stage_0" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/crop/snowbell_stage1.json b/kubejs/assets/enchanted/models/crop/snowbell_stage1.json new file mode 100644 index 0000000..0521e9a --- /dev/null +++ b/kubejs/assets/enchanted/models/crop/snowbell_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "enchanted:block/snowbell_stage_1" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/crop/snowbell_stage2.json b/kubejs/assets/enchanted/models/crop/snowbell_stage2.json new file mode 100644 index 0000000..8d629c3 --- /dev/null +++ b/kubejs/assets/enchanted/models/crop/snowbell_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "enchanted:block/snowbell_stage_2" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/crop/snowbell_stage3.json b/kubejs/assets/enchanted/models/crop/snowbell_stage3.json new file mode 100644 index 0000000..e566a99 --- /dev/null +++ b/kubejs/assets/enchanted/models/crop/snowbell_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "enchanted:block/snowbell_stage_3" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/crop/snowbell_stage4.json b/kubejs/assets/enchanted/models/crop/snowbell_stage4.json new file mode 100644 index 0000000..0522685 --- /dev/null +++ b/kubejs/assets/enchanted/models/crop/snowbell_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "enchanted:block/snowbell_stage_4" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/crop/water_artichoke_stage0.json b/kubejs/assets/enchanted/models/crop/water_artichoke_stage0.json new file mode 100644 index 0000000..87efb77 --- /dev/null +++ b/kubejs/assets/enchanted/models/crop/water_artichoke_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "enchanted:block/water_artichoke_stage_0" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/crop/water_artichoke_stage1.json b/kubejs/assets/enchanted/models/crop/water_artichoke_stage1.json new file mode 100644 index 0000000..bc0a6ff --- /dev/null +++ b/kubejs/assets/enchanted/models/crop/water_artichoke_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "enchanted:block/water_artichoke_stage_1" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/crop/water_artichoke_stage2.json b/kubejs/assets/enchanted/models/crop/water_artichoke_stage2.json new file mode 100644 index 0000000..526e165 --- /dev/null +++ b/kubejs/assets/enchanted/models/crop/water_artichoke_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "enchanted:block/water_artichoke_stage_2" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/crop/water_artichoke_stage3.json b/kubejs/assets/enchanted/models/crop/water_artichoke_stage3.json new file mode 100644 index 0000000..ec265c3 --- /dev/null +++ b/kubejs/assets/enchanted/models/crop/water_artichoke_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "enchanted:block/water_artichoke_stage_3" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/crop/water_artichoke_stage4.json b/kubejs/assets/enchanted/models/crop/water_artichoke_stage4.json new file mode 100644 index 0000000..182f705 --- /dev/null +++ b/kubejs/assets/enchanted/models/crop/water_artichoke_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_hash", + "textures": { + "crop": "enchanted:block/water_artichoke_stage_4" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/crop/wolfsbane_stage0.json b/kubejs/assets/enchanted/models/crop/wolfsbane_stage0.json new file mode 100644 index 0000000..440b5b8 --- /dev/null +++ b/kubejs/assets/enchanted/models/crop/wolfsbane_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "enchanted:block/wolfsbane_stage_0" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/crop/wolfsbane_stage1.json b/kubejs/assets/enchanted/models/crop/wolfsbane_stage1.json new file mode 100644 index 0000000..ffebdb4 --- /dev/null +++ b/kubejs/assets/enchanted/models/crop/wolfsbane_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "enchanted:block/wolfsbane_stage_1" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/crop/wolfsbane_stage2.json b/kubejs/assets/enchanted/models/crop/wolfsbane_stage2.json new file mode 100644 index 0000000..e5fc48f --- /dev/null +++ b/kubejs/assets/enchanted/models/crop/wolfsbane_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "enchanted:block/wolfsbane_stage_2" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/crop/wolfsbane_stage3.json b/kubejs/assets/enchanted/models/crop/wolfsbane_stage3.json new file mode 100644 index 0000000..0fe3853 --- /dev/null +++ b/kubejs/assets/enchanted/models/crop/wolfsbane_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "enchanted:block/wolfsbane_stage_3" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/crop/wolfsbane_stage4.json b/kubejs/assets/enchanted/models/crop/wolfsbane_stage4.json new file mode 100644 index 0000000..7e7b1b3 --- /dev/null +++ b/kubejs/assets/enchanted/models/crop/wolfsbane_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "enchanted:block/wolfsbane_stage_4" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/seed/belladonna.json b/kubejs/assets/enchanted/models/seed/belladonna.json new file mode 100644 index 0000000..3629d5b --- /dev/null +++ b/kubejs/assets/enchanted/models/seed/belladonna.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "enchanted:item/belladonna_seeds" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/seed/mandrake.json b/kubejs/assets/enchanted/models/seed/mandrake.json new file mode 100644 index 0000000..12bff64 --- /dev/null +++ b/kubejs/assets/enchanted/models/seed/mandrake.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "enchanted:item/mandrake_seeds" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/seed/snowbell.json b/kubejs/assets/enchanted/models/seed/snowbell.json new file mode 100644 index 0000000..2598e5f --- /dev/null +++ b/kubejs/assets/enchanted/models/seed/snowbell.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "enchanted:item/snowbell_seeds" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/seed/water_artichoke.json b/kubejs/assets/enchanted/models/seed/water_artichoke.json new file mode 100644 index 0000000..30fc015 --- /dev/null +++ b/kubejs/assets/enchanted/models/seed/water_artichoke.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "enchanted:item/water_artichoke_seeds" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/models/seed/wolfsbane.json b/kubejs/assets/enchanted/models/seed/wolfsbane.json new file mode 100644 index 0000000..25197ed --- /dev/null +++ b/kubejs/assets/enchanted/models/seed/wolfsbane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "enchanted:item/wolfsbane_seeds" + } +} \ No newline at end of file diff --git a/kubejs/assets/enchanted/textures/gui/circle_magic_shapes/large_circle_ritual_chalk.png b/kubejs/assets/enchanted/textures/gui/circle_magic_shapes/large_circle_ritual_chalk.png new file mode 100644 index 0000000000000000000000000000000000000000..f9dcef5b72d75ca377f8c26e81055e44551c5733 GIT binary patch literal 3368 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 literal 0 HcmV?d00001 diff --git a/kubejs/assets/enchanted/textures/gui/circle_magic_shapes/medium_circle_ritual_chalk.png b/kubejs/assets/enchanted/textures/gui/circle_magic_shapes/medium_circle_ritual_chalk.png new file mode 100644 index 0000000000000000000000000000000000000000..1940d10ca43f0802c52ee96225f06ddd68d476af GIT binary patch literal 3118 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 literal 0 HcmV?d00001 diff --git a/kubejs/assets/enchanted/textures/item/book.png b/kubejs/assets/enchanted/textures/item/book.png new file mode 100644 index 0000000000000000000000000000000000000000..4bcdf2c22a26da8da1cbd6c527cef02ef395f870 GIT binary patch literal 1842 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_ss>nIRD+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~<&$%ZBt3g(u2hGr%P#%4MSMh1qK z`UV#IhQ_)EhE@h{b~ z$WYh7NY}_T#L&XZz{1MNTpJX91`wsb`6-!cmDrRTSy&kvp(sr)NlZyBNhGK^CD|%1 zzbH4c#8xRYH!(d`zaTGNNdX>=R?hi3`9;3@DXF$f#$Z?Y`dWGB6_+IDC8v72*eX@z z7U*SWrdS!IrlzKtnp@~5o0+HTrdpVo=~^TjCFz=^r5GDqq$Hb}8YIE=yW}UAf?^h= zACkyZ@{==DtPr*urkbZ(SelsWnx~o@>82W+80%VECYkA)r6#5&rKT7eq?#wgO!F_w zOwY_q%t1C4MjgtBrn6~Jl2Dlr+9)@_xNL6MxAq68Jr#1bAv*$mZRo{^e| zH}WC27w4yylqVLYI;N-Ql@Lr^`nViloLGk6>BL1P#7)?oj*=K5%1CoMG+2@|67$ki zQ*4#=l|Y`+2Nf}pNYO`+FR&a^ab%}p0~QK$aRV{IB`2s9wNpS8GSwn{}x_I72r zJKixcFba6OIEGmCE}guQ&&5HY?Y-|5F8u|UJDftaxSCuX9Sg%(=gB*~XFamGV#Urs z#WT-7(o-?}xp{N;zWOwAex<5A7hiTfo^i-P<^Fg56lv!L>t1KfQme9^f8FPj$ZsES{{a~N)iA`&YKfHVYhp~ubt2B4R&3aI+=IQF^vd$@? F2>?1JYRCWp literal 0 HcmV?d00001 diff --git a/kubejs/assets/enchanted/textures/quests/punnett.png b/kubejs/assets/enchanted/textures/quests/punnett.png new file mode 100644 index 0000000000000000000000000000000000000000..859548351c7720887511141ac51b723fbebafe4a GIT binary patch literal 2933 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

H>zsd0L>oXOL_Rt$S;HO~G#|H{pP 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 literal 0 HcmV?d00001 diff --git a/kubejs/assets/reclamation/textures/quests/botania_1.png b/kubejs/assets/reclamation/textures/quests/botania_1.png new file mode 100644 index 0000000000000000000000000000000000000000..3e569bb1a4bea71f168bf44b206a161646c3cb3c GIT binary patch literal 231056 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,xgRh&wEeK?vrdW=&FE(TIHPm3oDN1`!MaPD_f|e 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

    ;fvq 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 N44$rjF6*2Ung9^uV@d!3 literal 0 HcmV?d00001 diff --git a/kubejs/assets/reclamation/textures/quests/cooking_for_blockheads.png b/kubejs/assets/reclamation/textures/quests/cooking_for_blockheads.png new file mode 100644 index 0000000000000000000000000000000000000000..19b5ce741d4c9774281e30f7dece251ef77f87a5 GIT binary patch literal 76688 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

    qDwElNL^Id9K@{#E@iW=vlf$C3oA*0{?r$Yu;Am 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 literal 0 HcmV?d00001 diff --git a/kubejs/assets/reclamation/textures/quests/even_more_plants.png b/kubejs/assets/reclamation/textures/quests/even_more_plants.png new file mode 100644 index 0000000000000000000000000000000000000000..cb88a587f5b309f2edb4ec4c3a33af57bd000ce0 GIT binary patch literal 53828 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 z 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 literal 0 HcmV?d00001 diff --git a/kubejs/assets/reclamation/textures/quests/flowers.png b/kubejs/assets/reclamation/textures/quests/flowers.png new file mode 100644 index 0000000000000000000000000000000000000000..44e8e2ad678fd993074cc42cf475ab3bc6b5532f GIT binary patch literal 51664 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�c=kOj<*-Ma`{e%b?pAZ} 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 literal 0 HcmV?d00001 diff --git a/kubejs/assets/reclamation/textures/quests/photo.png b/kubejs/assets/reclamation/textures/quests/photo.png new file mode 100644 index 0000000000000000000000000000000000000000..e718ff39287a50ef6598094d335592007bbcf87c GIT binary patch literal 24187 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 L>gTe~DWM4fPI8sn literal 0 HcmV?d00001 diff --git a/kubejs/assets/reclamation/textures/quests/punnett.png b/kubejs/assets/reclamation/textures/quests/punnett.png new file mode 100644 index 0000000000000000000000000000000000000000..859548351c7720887511141ac51b723fbebafe4a GIT binary patch literal 2933 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 eDM1MG6B$m%FEnV@O5Z+q;|vvDYirf3(-C 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%0D{g(gVD`p$p2Z&HABSU4&(7yE$$gQs zdYa@NgLHyxU@8k*+2O}UoZU{Uh3xhbCSe_GO3o~-!Q;=gRRy$IBv zS)+C!jsN?-eSZH#Ia%#JH-!{RvE8!X+sR#j@r_chezZ($`d26EdDWT zv*W_^$xhktJ_qi2{g-RokL&)*e>z_kHFT60`6&O%Ub~LF!TZJOQ@V^v5^B8l(M2Cl zzwdtWeQ9;gMb^JkHfQ^!YooFk3jbtN3FVwn|F+1xVa24~{e>?s--wFLE9R@UvOX}m zO{L#uS>>u-f=}{Y_p^sxdt>+ibt~VgWaoPY?Mnig{{6YqDmKdmyzw@Tt2XeiXv2Bi zEcst|=gJ;jF{7?G`FLOMJj>!k_5Qtwu9^MO-kGW=Kev0SN~g-g_;bg+zP79{TqS0| zQI|1!viHFiOG25--b;LlpBljV;KF*B50^FT+2~#3`KzK;ICs~)lh?P!dNI_l z-Py9QR|Q-o{|`7C$eD5Mg7{Te#swFiFZ}NN{i}?%#TuU4P|g{%;`C(xzP(g8{rvg! z&mVamICN-^x!I&?4L>XYcEvo6WAhODb+*fkLBCGPShqQgt2R>AyPuiDD-cg@O5MuGeQ!A@{KzOym9R#;{#189Tx7M3}d z#i!~+b(mD%y_g@jywGgHdi|Q|>&}S0$ZYxd^78UMnbT%7NZNmT62+ABfh#lj?nV9W zE02EIK5G@rmhJ8KSJ$a7SiSu2>>U@%w{F_@PUcsM^MY5)4p=-&omw<=Ue5`ooh%o4 z8;q`BSU&rIh&jWpfT;{Eb){F2N;dGXThYH^B}>7J(T6tQ!}S=GKok6*E;H`hp#MClp~fwt)bwA6;n@qzD}O#HdgpGR)mO^!gty#B^+4or zH-SG&vxOE^$pq*z7J}BFKWW`(zs=%HY_t9TJ4vE{%*>sXzMOrMeS4LVKzd!`+BFZv z134XDT=$C=VE}D`(_1-R&enKcy;*2D)4tprvqE$jSA7r<-4=^Vw&)$Nn{$bs;AGDX7CYc}gtjhTn9f-dq0RTWDyB`@!4g~)@Pr7nm(<1(Hq6&^W%(zsnh?b?%$p* zOB3Id_|!(o)7$oPis27eJ=FuIUp7arkqW%~SEWmvQ7wGkS=MBsaHg&|-VUZ+2d;#a zSVxH$y}113^Y%S6=gj$VX#St0rtf_{jHfniTlZo5o|P;|TI&o9S4A@2iqigEJl*;J z(>DyBLceO~%Eo=TEHL}+EMK;K{kDDEPfmV6JHBpL=DuaIYkzM4lE37~87&&qP!mCR$V5UOP(v7=IiL|v+h@G-LKQF+F%Xq}@5t%p@Ts-I!*rfl!>LuLnH+pT>v=zSpT2iuq5kFR43ENCVgembzexUc zJog;a45#_c^=WChxa&fHY+f_9!Sd|l%EE=`o#$EYxnF(yoz%^TXaBNyxo=t}q@e%* zbrh3U;gR=Jzb1cveQyVg-NFmc0}J&S|B0QG`L*kT_}|Oo@7*{z=rAff-#vI_EdxjI z!aQyULGJ@co)j5?(qYNIe?MPjRX-DQc;oG0na&*2dZ5Mm|DT`5aSzH%MX&FEzL_0# zM9s2Nc9&H`AF}6HEXb@&;NzM0ja4Cr$!FpJR`&1JpPwXt75vZL&d+){?3q{kx*V?q zTW9`Aiq7_Keb35QC%#2)kLH)ujj9Lu|E{;KR=IJ=GSB_Exw=|&vqoMb*IPy1+}w(} zxtAUY&1Eb3e)ssF@Q-e8+bZ+#*ZuZ=|Mo(_kMH`^W*j~Gs5iK~$Lm)rm*`iS zJ-h$+>BqL6*VOBJdHJUFl~w$Xh!Sa?etT}9Ok?na*FE>O-mVf~zIlJi6%)JQnBoUV zmcG6hz3FBB%&pr+>-DX<5-q3dvpzVQeX*1)#C}F5^PHDAFR7{h(-%J!|9@LI!&Z@h z?hEq|&E9uH&er6~-lyJj)7Q1?XI@;USMzHA-QDUjQ}}w_=D+FW{-tZX^nLQJLo+*O z^KGpE?e%Ao$=N3dnQxo_d@+B&eBRS;`|{G?-%rPI<4Z0u?MBXTc~OUCxzTcA3hGb1zb@BhpEhkq=Vuo6CC{dQ?%)BLukc%J%SwwD85 zT>da|pWYwPD9Iix!M_VHtVn12!9Lf+PFTU(T=Z}Cx%*k4kE#9ny?ghbmm+x*A#*t; z-f;i7i#gA7;a#3d(vRucmfIit#{4*~wrd+JXme?D^Lfzt*^z}8o;Mok&Fnev^wLWP z#CaA_&e|{owBNx$YSMIur0>n3!+Ks`a?R&pwP&~EoqNmQ`pe7jrx!aN{2o2OqGIx~ z{{cGp9v@7b-)?eJd%;RC2N}@DLK9G`1a-YYTUnwkzGTL{aQg3m{P4mg;a}?OT+WxB z*>>!|o23wuy<496PCI#@eVGu$+2!lF9Cl_e6prJz zJz4d_OjV&OdBKUdCYdsJubw}6eqn!I?H++k#-W_G7w0@YuRe_-_QmO}Sf&u^MK9)@ zo^5Y0@@rF-24nR0FF)2_nbh*{M%Hw55zsvlXU?8w{oE}5@xJ`0X=hLMPUZsF%B<~m z*P7#}Jn4}zY2Rhd{9u=umEqd}yMYC~)5hnej=gf{Gm_!oPp=8FH33(Erw zIsd+V`7$BqrPqPqncTQt~B!dY@KDU2kUmW~a$RWp@fxSNF z#rqo@m1kJ!E&uK+^Xt?6=`r)>escqze*tP;)Wsj)l3J{KLiIpt?av)T3c}tDd!J3b zIjv#dA@!MRXAh{Cw44XctTF6;78#*qTl(Q;?An7JG2RCp^3zk?U9Z0DTm;!-c*oz; zth4AGi$ih75742OJ$+G`Pp;nbDbsg%j;OObu#CkZmeZp0)7>jh_VdrPKRzV#tEJig zTr4Y}ic0X<>fNBTR_McI!>`9nL3?Y0Z29+f@*mD|{iM24<;BnXHH;T#yjsPe z63KnHBzBtfeE&$}=|UT_E&mBRP8Uizt@`EVmbyt7;v*vs+xB^Ek2QY$K>Y5;>Tb|& z9}MmL*4$EEu=|XvZ>)ENZY<{p)9pKidb(tO8U33D8rl9b%W3}c)(EB-MvV4G7W;*C zk7t4s_kYmr;+B$Y&7fwa{K5M-vf>z?1aEu_k~{tGuJNn=U5~b2sI)DaEp*}5s{bLk zrZHT<;9ulB-)a8wYwF*`^WBW6GThDU-6gakz5O5C_9|`0<@qzF_lSBkto?Sp_*>iG zz49(`te3a4tbz3M!;1`S5=(4nSoqr;Jm}?`%D`2xwodxPQTOkahf7oswCR1}%)NVt z`PFGgqn5hQE4z&uGN(4|xS)Rc@7;qowOe+0cJt0Y&FJanUsqF1rPB&LbJMPrQyKCcK|K0g+ zX~Gd(-Vo5-+V!anABzq?|GuuGTD#-mdM(D~%g&@Pw0SFiZ-vwUx%_H^zt~m@HC)Kg zGriCKp!2YG^Zb}SVpa=7SLIxDs(%vjLva6F=3meMYkmohvzOiflW%RSpI*63{ep}4 z80XGi+L~l$_T~Dd^|8CtM8BOedvp8Nq3f+H=gg>+*P6d~ul4oFAA96)$lGPrzy4D5 z&Ru?roqNcQvc6a5?3vl!{K2#5%ACxWkMsS@&i|J8z|zUn8RH^vpYXjGb7pI)$bOmd z>4zJu-ru_v_{t;v&0?!&{BbIldv472 zn8~WJnAITg}b<)c+;)p}pC>?{0kc3>>RhGdaXucMA7h%<_RNb5-c25LJh|E9XL(LVgt5 zUcazhS|BsV>A&(~*|-PY3-@o;|I>WqnVa@((C~q_kU5nhR?uK7sB*ca!6@_V zQ@wb*^ZhSh8sE&c&5iqTd4jg_#owx0p-es%=EsZ5N_39@`1&DrY1R~mjT{1Yv-;kY z#wYyFSmgVn``^E^?R$AIO-kd`Q2!E|?#i%fnI1QT=O&)4{-o?{H}_aYgs3L0sMh^% z{Qb7B^q*HNy>;L3`h2f@+3}7?qvX^PT3me<^J}>=Me9vPwwd{k04&Mr-%Q zsq3zRPP%ar(o=OXu@nCHzf6}=Z=t`L`}b#ZH&_3cy571k>-Sym@auawI+{Cwda=Um z!0YE~&4N4I>hj~;%{gitChgK?SOQ+`+x`;N#_0dQa854gim(^;IpN+0idv6Zh*Xyd{6Fi?WVtdcfYWVpkPcgH!8w#s{@mV&^dl9In4u zuM+U*#nm?({F!_CiTz&Vhpqemue-Q0`M6TMSoF3j@0RVa`nu}>Dwnvx-Wxin zl;?-;SiN6@@AmeV)BL)fRu@EVAH95+bN;OU^t#^0d+YA}TYL0;=Z9cjw3KqsklC&3m+dd#DE6`#IXNY8xZ>uDey9arrXCKX3l| z|KcNi}+HSFDi}%0l{5V_mw-j?n^Ku3jPji=vANeycUb?j_^hf^fOOMa$*Iuc6&oJAV z(dy5feZD`8xoYJmzO8!k>1jjv<%<`pA1&WjsoZA&6SQw{e^=g3pL8aTA4fm*PcHfW ztmx?4hHX1`$@TPQO`hd0-(kn)vGDw2V>8Kp2YpM`4zxJUcNhKld5VSOPxW zZu#%^yUkqB{nxS&<*1vu ziseY_zbi#QIPPy_xly3UsNA}L`JsXrpJ&uO`u9O=#x5a)?Mwd0J-o2IbF$lu^|@{S zk3Zj^`0~ByGOJ(gCpPWc&7!a<_{<|!hO15*k5)#0EU90=KPtNXeAYvaW7RWXztELE zduMO(-zAMP3^(-u-21NV=(zCxex9H8=Uw$fSA28ZUUFKk;nZ+^d>d)!*rs24>H@k~3m z3h>%h9@H$#Q2FyyOn>Hv>;2;I8E4E0y`OBbW9jYPEY3fScq~n%_Wf_wV`rJppz)

    ^YSc*l;J~X?IThV)hU{#}LUl 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 Jvd$@?2>`o;v@!qy literal 0 HcmV?d00001 diff --git a/kubejs/assets/supplementaries/lang/en_us.json b/kubejs/assets/supplementaries/lang/en_us.json new file mode 100644 index 0000000..ab7ed7b --- /dev/null +++ b/kubejs/assets/supplementaries/lang/en_us.json @@ -0,0 +1,4 @@ +{ + "seed.agricraft.supplementaries.flax": "Flax Seeds", + "plant.agricraft.supplementaries.flax": "Flax" +} \ No newline at end of file diff --git a/kubejs/assets/supplementaries/models/crop/flax_stage0.json b/kubejs/assets/supplementaries/models/crop/flax_stage0.json new file mode 100644 index 0000000..e4fa433 --- /dev/null +++ b/kubejs/assets/supplementaries/models/crop/flax_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "supplementaries:block/flax_bottom_0" + } +} \ No newline at end of file diff --git a/kubejs/assets/supplementaries/models/crop/flax_stage1.json b/kubejs/assets/supplementaries/models/crop/flax_stage1.json new file mode 100644 index 0000000..caf3ba6 --- /dev/null +++ b/kubejs/assets/supplementaries/models/crop/flax_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "supplementaries:block/flax_bottom_1" + } +} \ No newline at end of file diff --git a/kubejs/assets/supplementaries/models/crop/flax_stage2.json b/kubejs/assets/supplementaries/models/crop/flax_stage2.json new file mode 100644 index 0000000..f3ab6f1 --- /dev/null +++ b/kubejs/assets/supplementaries/models/crop/flax_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "supplementaries:block/flax_bottom_2" + } +} \ No newline at end of file diff --git a/kubejs/assets/supplementaries/models/crop/flax_stage3.json b/kubejs/assets/supplementaries/models/crop/flax_stage3.json new file mode 100644 index 0000000..322c727 --- /dev/null +++ b/kubejs/assets/supplementaries/models/crop/flax_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "agricraft:crop/crop_cross", + "textures": { + "crop": "supplementaries:block/flax_bottom_3" + } +} \ No newline at end of file diff --git a/kubejs/assets/supplementaries/models/crop/flax_stage4.json b/kubejs/assets/supplementaries/models/crop/flax_stage4.json new file mode 100644 index 0000000..9a97a5d --- /dev/null +++ b/kubejs/assets/supplementaries/models/crop/flax_stage4.json @@ -0,0 +1,7 @@ +{ + "parent": "agricraft:crop/tall_crop_cross", + "textures": { + "crop": "supplementaries:block/flax_bottom_4", + "crop_top": "supplementaries:block/flax_top_4" + } +} \ No newline at end of file diff --git a/kubejs/assets/supplementaries/models/crop/flax_stage5.json b/kubejs/assets/supplementaries/models/crop/flax_stage5.json new file mode 100644 index 0000000..e58daef --- /dev/null +++ b/kubejs/assets/supplementaries/models/crop/flax_stage5.json @@ -0,0 +1,7 @@ +{ + "parent": "agricraft:crop/tall_crop_cross", + "textures": { + "crop": "supplementaries:block/flax_bottom_5", + "crop_top": "supplementaries:block/flax_top_5" + } +} \ No newline at end of file diff --git a/kubejs/assets/supplementaries/models/crop/flax_stage6.json b/kubejs/assets/supplementaries/models/crop/flax_stage6.json new file mode 100644 index 0000000..e0ed07a --- /dev/null +++ b/kubejs/assets/supplementaries/models/crop/flax_stage6.json @@ -0,0 +1,7 @@ +{ + "parent": "agricraft:crop/tall_crop_cross", + "textures": { + "crop": "supplementaries:block/flax_bottom_6", + "crop_top": "supplementaries:block/flax_top_6" + } +} \ No newline at end of file diff --git a/kubejs/assets/supplementaries/models/crop/flax_stage7.json b/kubejs/assets/supplementaries/models/crop/flax_stage7.json new file mode 100644 index 0000000..a5a7c80 --- /dev/null +++ b/kubejs/assets/supplementaries/models/crop/flax_stage7.json @@ -0,0 +1,7 @@ +{ + "parent": "agricraft:crop/tall_crop_cross", + "textures": { + "crop": "supplementaries:block/flax_bottom_7", + "crop_top": "supplementaries:block/flax_top_7" + } +} \ No newline at end of file diff --git a/kubejs/assets/supplementaries/models/seed/flax.json b/kubejs/assets/supplementaries/models/seed/flax.json new file mode 100644 index 0000000..95cb816 --- /dev/null +++ b/kubejs/assets/supplementaries/models/seed/flax.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "supplementaries:item/flax_seeds" + } +} \ No newline at end of file diff --git a/kubejs/client_scripts/client_scripts.js b/kubejs/client_scripts/client_scripts.js new file mode 100644 index 0000000..c478373 --- /dev/null +++ b/kubejs/client_scripts/client_scripts.js @@ -0,0 +1,9 @@ +ItemEvents.tooltip(event => { + event.addAdvanced('create:mechanical_press', (item, advanced, text) => { + text.add(Text.of('Cannot make plates!').red()) + }) +}) + +JEIEvents.information(event => { + event.addItem('minecraft:twisting_vines', ['Can be obtained by bonemealing Warped Nylium.']) +}) \ No newline at end of file diff --git a/kubejs/config/client.properties b/kubejs/config/client.properties new file mode 100644 index 0000000..0a1d930 --- /dev/null +++ b/kubejs/config/client.properties @@ -0,0 +1,16 @@ +#KubeJS Client Properties +#Fri Oct 18 13:39:56 PDT 2024 +backgroundColor=2E3440 +barBorderColor=ECEFF4 +exportAtlases=false +menuBackgroundBrightness=64 +disableRecipeBook=false +title= +barColor=ECEFF4 +overrideColors=false +fmlLogColor=ECEFF4 +showTagNames=false +fmlMemoryColor=ECEFF4 +menuBackgroundScale=32.0 +blurScaledPackIcon=true +menuInnerBackgroundBrightness=32 diff --git a/kubejs/config/common.properties b/kubejs/config/common.properties new file mode 100644 index 0000000..7ad5bc5 --- /dev/null +++ b/kubejs/config/common.properties @@ -0,0 +1,13 @@ +#KubeJS Common Properties +#Fri Oct 18 13:39:56 PDT 2024 +matchJsonRecipes=true +allowAsyncStreams=false +announceReload=true +startupErrorGUI=true +serverOnly=false +hideServerScriptErrors=false +saveDevPropertiesInConfig=false +packmode= +ignoreCustomUniqueRecipeIds=false +creativeModeTabIcon=minecraft\:purple_dye +startupErrorReportUrl= diff --git a/kubejs/data/ars_nouveau/agricraft/plants/magebloom.json b/kubejs/data/ars_nouveau/agricraft/plants/magebloom.json new file mode 100644 index 0000000..90cc038 --- /dev/null +++ b/kubejs/data/ars_nouveau/agricraft/plants/magebloom.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "ars_nouveau:magebloom", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "ars_nouveau:magebloom_crop", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 4, + 6, + 8, + 10, + 12, + 14, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/mutations/black_mystical_flower.json b/kubejs/data/botania/agricraft/mutations/black_mystical_flower.json new file mode 100644 index 0000000..b6ed58c --- /dev/null +++ b/kubejs/data/botania/agricraft/mutations/black_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "botania:black_mystical_flower", + "parent1": "botania:magenta_mystical_flower", + "parent2": "botania:blue_mystical_flower" +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/mutations/blue_mystical_flower.json b/kubejs/data/botania/agricraft/mutations/blue_mystical_flower.json new file mode 100644 index 0000000..65ae570 --- /dev/null +++ b/kubejs/data/botania/agricraft/mutations/blue_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "botania:blue_mystical_flower", + "parent1": "botania:cyan_mystical_flower", + "parent2": "botania:white_mystical_flower" +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/mutations/brown_mystical_flower.json b/kubejs/data/botania/agricraft/mutations/brown_mystical_flower.json new file mode 100644 index 0000000..83af60e --- /dev/null +++ b/kubejs/data/botania/agricraft/mutations/brown_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "botania:brown_mystical_flower", + "parent1": "botania:yellow_mystical_flower", + "parent2": "botania:white_mystical_flower" +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/mutations/cyan_mystical_flower.json b/kubejs/data/botania/agricraft/mutations/cyan_mystical_flower.json new file mode 100644 index 0000000..1a867f2 --- /dev/null +++ b/kubejs/data/botania/agricraft/mutations/cyan_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "botania:cyan_mystical_flower", + "parent1": "botania:gray_mystical_flower", + "parent2": "minecraft:melon" +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/mutations/gray_mystical_flower.json b/kubejs/data/botania/agricraft/mutations/gray_mystical_flower.json new file mode 100644 index 0000000..46679b6 --- /dev/null +++ b/kubejs/data/botania/agricraft/mutations/gray_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "botania:gray_mystical_flower", + "parent1": "botania:brown_mystical_flower", + "parent2": "minecraft:sugar_cane" +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/mutations/green_mystical_flower.json b/kubejs/data/botania/agricraft/mutations/green_mystical_flower.json new file mode 100644 index 0000000..e635449 --- /dev/null +++ b/kubejs/data/botania/agricraft/mutations/green_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "botania:green_mystical_flower", + "parent1": "botania:blue_mystical_flower", + "parent2": "botania:yellow_mystical_flower" +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/mutations/light_blue_mystical_flower.json b/kubejs/data/botania/agricraft/mutations/light_blue_mystical_flower.json new file mode 100644 index 0000000..24c951b --- /dev/null +++ b/kubejs/data/botania/agricraft/mutations/light_blue_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "botania:light_blue_mystical_flower", + "parent1": "botania:blue_mystical_flower", + "parent2": "botania:white_mystical_flower" +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/mutations/light_gray_mystical_flower.json b/kubejs/data/botania/agricraft/mutations/light_gray_mystical_flower.json new file mode 100644 index 0000000..523257d --- /dev/null +++ b/kubejs/data/botania/agricraft/mutations/light_gray_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "botania:light_gray_mystical_flower", + "parent1": "botania:gray_mystical_flower", + "parent2": "botania:white_mystical_flower" +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/mutations/lime_mystical_flower.json b/kubejs/data/botania/agricraft/mutations/lime_mystical_flower.json new file mode 100644 index 0000000..50e9173 --- /dev/null +++ b/kubejs/data/botania/agricraft/mutations/lime_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "botania:lime_mystical_flower", + "parent1": "botania:blue_mystical_flower", + "parent2": "botania:yellow_mystical_flower" +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/mutations/magenta_mystical_flower.json b/kubejs/data/botania/agricraft/mutations/magenta_mystical_flower.json new file mode 100644 index 0000000..d73599d --- /dev/null +++ b/kubejs/data/botania/agricraft/mutations/magenta_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "botania:magenta_mystical_flower", + "parent1": "botania:orange_mystical_flower", + "parent2": "botania:purple_mystical_flower" +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/mutations/orange_mystical_flower.json b/kubejs/data/botania/agricraft/mutations/orange_mystical_flower.json new file mode 100644 index 0000000..3cd745a --- /dev/null +++ b/kubejs/data/botania/agricraft/mutations/orange_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "botania:orange_mystical_flower", + "parent1": "botania:red_mystical_flower", + "parent2": "botania:yellow_mystical_flower" +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/mutations/pink_mystical_flower.json b/kubejs/data/botania/agricraft/mutations/pink_mystical_flower.json new file mode 100644 index 0000000..802176e --- /dev/null +++ b/kubejs/data/botania/agricraft/mutations/pink_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "botania:pink_mystical_flower", + "parent1": "botania:purple_mystical_flower", + "parent2": "botania:cyan_mystical_flower" +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/mutations/purple_mystical_flower.json b/kubejs/data/botania/agricraft/mutations/purple_mystical_flower.json new file mode 100644 index 0000000..2b4f5fd --- /dev/null +++ b/kubejs/data/botania/agricraft/mutations/purple_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "botania:purple_mystical_flower", + "parent1": "botania:red_mystical_flower", + "parent2": "botania:blue_mystical_flower" +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/mutations/red_mystical_flower.json b/kubejs/data/botania/agricraft/mutations/red_mystical_flower.json new file mode 100644 index 0000000..28b36bb --- /dev/null +++ b/kubejs/data/botania/agricraft/mutations/red_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "botania:red_mystical_flower", + "parent1": "botania:blue_mystical_flower", + "parent2": "botania:brown_mystical_flower" +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/mutations/white_mystical_flower.json b/kubejs/data/botania/agricraft/mutations/white_mystical_flower.json new file mode 100644 index 0000000..babe5e1 --- /dev/null +++ b/kubejs/data/botania/agricraft/mutations/white_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "botania:white_mystical_flower", + "parent1": "enchanted:belladonna", + "parent2": "minecraft:oxeye_daisy" +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/mutations/yellow_mystical_flower.json b/kubejs/data/botania/agricraft/mutations/yellow_mystical_flower.json new file mode 100644 index 0000000..7037b7a --- /dev/null +++ b/kubejs/data/botania/agricraft/mutations/yellow_mystical_flower.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "botania:yellow_mystical_flower", + "parent1": "enchanted:wolfsbane", + "parent2": "minecraft:dandelion" +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/plants/black_mystical_flower.json b/kubejs/data/botania/agricraft/plants/black_mystical_flower.json new file mode 100644 index 0000000..2643246 --- /dev/null +++ b/kubejs/data/botania/agricraft/plants/black_mystical_flower.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.5, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 1.0, + "item": "botania:black_petal", + "max": 2, + "min": 1, + "required": true + } + ], + "clip_products": [ + { + "chance": 1, + "item": "botania:black_mystical_flower", + "max": 2, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 12, + "seasons": [ + "spring" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 5, + 6, + 8, + 9, + 11, + 12 + ] +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/plants/blue_mystical_flower.json b/kubejs/data/botania/agricraft/plants/blue_mystical_flower.json new file mode 100644 index 0000000..f6bad1b --- /dev/null +++ b/kubejs/data/botania/agricraft/plants/blue_mystical_flower.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.5, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 1.0, + "item": "botania:blue_petal", + "max": 2, + "min": 1, + "required": true + } + ], + "clip_products": [ + { + "chance": 1, + "item": "botania:blue_mystical_flower", + "max": 2, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 12, + "seasons": [ + "spring" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 5, + 6, + 8, + 9, + 11, + 12 + ] +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/plants/brown_mystical_flower.json b/kubejs/data/botania/agricraft/plants/brown_mystical_flower.json new file mode 100644 index 0000000..a1aa05a --- /dev/null +++ b/kubejs/data/botania/agricraft/plants/brown_mystical_flower.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.5, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 1.0, + "item": "botania:brown_petal", + "max": 2, + "min": 1, + "required": true + } + ], + "clip_products": [ + { + "chance": 1, + "item": "botania:brown_mystical_flower", + "max": 2, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 12, + "seasons": [ + "spring" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 5, + 6, + 8, + 9, + 11, + 12 + ] +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/plants/cyan_mystical_flower.json b/kubejs/data/botania/agricraft/plants/cyan_mystical_flower.json new file mode 100644 index 0000000..a37cd26 --- /dev/null +++ b/kubejs/data/botania/agricraft/plants/cyan_mystical_flower.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.5, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 1.0, + "item": "botania:cyan_petal", + "max": 2, + "min": 1, + "required": true + } + ], + "clip_products": [ + { + "chance": 1, + "item": "botania:cyan_mystical_flower", + "max": 2, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 12, + "seasons": [ + "spring" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 5, + 6, + 8, + 9, + 11, + 12 + ] +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/plants/gray_mystical_flower.json b/kubejs/data/botania/agricraft/plants/gray_mystical_flower.json new file mode 100644 index 0000000..6932a47 --- /dev/null +++ b/kubejs/data/botania/agricraft/plants/gray_mystical_flower.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.5, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 1.0, + "item": "botania:gray_petal", + "max": 2, + "min": 1, + "required": true + } + ], + "clip_products": [ + { + "chance": 1, + "item": "botania:gray_mystical_flower", + "max": 2, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 12, + "seasons": [ + "spring" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 5, + 6, + 8, + 9, + 11, + 12 + ] +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/plants/green_mystical_flower.json b/kubejs/data/botania/agricraft/plants/green_mystical_flower.json new file mode 100644 index 0000000..e9fa075 --- /dev/null +++ b/kubejs/data/botania/agricraft/plants/green_mystical_flower.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.5, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 1.0, + "item": "botania:green_petal", + "max": 2, + "min": 1, + "required": true + } + ], + "clip_products": [ + { + "chance": 1, + "item": "botania:green_mystical_flower", + "max": 2, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 12, + "seasons": [ + "spring" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 5, + 6, + 8, + 9, + 11, + 12 + ] +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/plants/light_blue_mystical_flower.json b/kubejs/data/botania/agricraft/plants/light_blue_mystical_flower.json new file mode 100644 index 0000000..0442ccb --- /dev/null +++ b/kubejs/data/botania/agricraft/plants/light_blue_mystical_flower.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.5, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 1.0, + "item": "botania:light_blue_petal", + "max": 2, + "min": 1, + "required": true + } + ], + "clip_products": [ + { + "chance": 1, + "item": "botania:light_blue_mystical_flower", + "max": 2, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 12, + "seasons": [ + "spring" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 5, + 6, + 8, + 9, + 11, + 12 + ] +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/plants/light_gray_mystical_flower.json b/kubejs/data/botania/agricraft/plants/light_gray_mystical_flower.json new file mode 100644 index 0000000..444d202 --- /dev/null +++ b/kubejs/data/botania/agricraft/plants/light_gray_mystical_flower.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.5, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 1.0, + "item": "botania:light_gray_petal", + "max": 2, + "min": 1, + "required": true + } + ], + "clip_products": [ + { + "chance": 1, + "item": "botania:light_gray_mystical_flower", + "max": 2, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 12, + "seasons": [ + "spring" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 5, + 6, + 8, + 9, + 11, + 12 + ] +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/plants/lime_mystical_flower.json b/kubejs/data/botania/agricraft/plants/lime_mystical_flower.json new file mode 100644 index 0000000..49a9837 --- /dev/null +++ b/kubejs/data/botania/agricraft/plants/lime_mystical_flower.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.5, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 1.0, + "item": "botania:lime_petal", + "max": 2, + "min": 1, + "required": true + } + ], + "clip_products": [ + { + "chance": 1, + "item": "botania:lime_mystical_flower", + "max": 2, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 12, + "seasons": [ + "spring" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 5, + 6, + 8, + 9, + 11, + 12 + ] +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/plants/magenta_mystical_flower.json b/kubejs/data/botania/agricraft/plants/magenta_mystical_flower.json new file mode 100644 index 0000000..a36e722 --- /dev/null +++ b/kubejs/data/botania/agricraft/plants/magenta_mystical_flower.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.5, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 1.0, + "item": "botania:magenta_petal", + "max": 2, + "min": 1, + "required": true + } + ], + "clip_products": [ + { + "chance": 1, + "item": "botania:magenta_mystical_flower", + "max": 2, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 12, + "seasons": [ + "spring" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 5, + 6, + 8, + 9, + 11, + 12 + ] +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/plants/orange_mystical_flower.json b/kubejs/data/botania/agricraft/plants/orange_mystical_flower.json new file mode 100644 index 0000000..a602483 --- /dev/null +++ b/kubejs/data/botania/agricraft/plants/orange_mystical_flower.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.5, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 1.0, + "item": "botania:orange_petal", + "max": 2, + "min": 1, + "required": true + } + ], + "clip_products": [ + { + "chance": 1, + "item": "botania:orange_mystical_flower", + "max": 2, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 12, + "seasons": [ + "spring" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 5, + 6, + 8, + 9, + 11, + 12 + ] +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/plants/pink_mystical_flower.json b/kubejs/data/botania/agricraft/plants/pink_mystical_flower.json new file mode 100644 index 0000000..a594184 --- /dev/null +++ b/kubejs/data/botania/agricraft/plants/pink_mystical_flower.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.5, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 1.0, + "item": "botania:pink_petal", + "max": 2, + "min": 1, + "required": true + } + ], + "clip_products": [ + { + "chance": 1, + "item": "botania:pink_mystical_flower", + "max": 2, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 12, + "seasons": [ + "spring" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 5, + 6, + 8, + 9, + 11, + 12 + ] +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/plants/purple_mystical_flower.json b/kubejs/data/botania/agricraft/plants/purple_mystical_flower.json new file mode 100644 index 0000000..960f60a --- /dev/null +++ b/kubejs/data/botania/agricraft/plants/purple_mystical_flower.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.5, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 1.0, + "item": "botania:purple_petal", + "max": 2, + "min": 1, + "required": true + } + ], + "clip_products": [ + { + "chance": 1, + "item": "botania:purple_mystical_flower", + "max": 2, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 12, + "seasons": [ + "spring" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 5, + 6, + 8, + 9, + 11, + 12 + ] +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/plants/red_mystical_flower.json b/kubejs/data/botania/agricraft/plants/red_mystical_flower.json new file mode 100644 index 0000000..72bdac3 --- /dev/null +++ b/kubejs/data/botania/agricraft/plants/red_mystical_flower.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.5, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 1.0, + "item": "botania:red_petal", + "max": 2, + "min": 1, + "required": true + } + ], + "clip_products": [ + { + "chance": 1, + "item": "botania:red_mystical_flower", + "max": 2, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 12, + "seasons": [ + "spring" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 5, + 6, + 8, + 9, + 11, + 12 + ] +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/plants/white_mystical_flower.json b/kubejs/data/botania/agricraft/plants/white_mystical_flower.json new file mode 100644 index 0000000..226493c --- /dev/null +++ b/kubejs/data/botania/agricraft/plants/white_mystical_flower.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.5, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 1.0, + "item": "botania:white_petal", + "max": 2, + "min": 1, + "required": true + } + ], + "clip_products": [ + { + "chance": 1, + "item": "botania:white_mystical_flower", + "max": 2, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 12, + "seasons": [ + "spring" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 5, + 6, + 8, + 9, + 11, + 12 + ] +} \ No newline at end of file diff --git a/kubejs/data/botania/agricraft/plants/yellow_mystical_flower.json b/kubejs/data/botania/agricraft/plants/yellow_mystical_flower.json new file mode 100644 index 0000000..7495b59 --- /dev/null +++ b/kubejs/data/botania/agricraft/plants/yellow_mystical_flower.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.5, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 1.0, + "item": "botania:yellow_petal", + "max": 2, + "min": 1, + "required": true + } + ], + "clip_products": [ + { + "chance": 1, + "item": "botania:yellow_mystical_flower", + "max": 2, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 12, + "seasons": [ + "spring" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 5, + 6, + 8, + 9, + 11, + 12 + ] +} \ No newline at end of file diff --git a/kubejs/data/botania/tags/blocks/terraformable.json b/kubejs/data/botania/tags/blocks/terraformable.json new file mode 100644 index 0000000..30b6f7e --- /dev/null +++ b/kubejs/data/botania/tags/blocks/terraformable.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "kubejs:dried_earth" + ] +} \ No newline at end of file diff --git a/kubejs/data/complicated_bees/complicated_bees/species/resilient.json b/kubejs/data/complicated_bees/complicated_bees/species/resilient.json new file mode 100644 index 0000000..dd51445 --- /dev/null +++ b/kubejs/data/complicated_bees/complicated_bees/species/resilient.json @@ -0,0 +1,82 @@ +{ + "color": "b8b7b7", + "default_chromosome": { + "complicated_bees:active_time": { + "data": "nocturnal", + "dominant": 1 + }, + "complicated_bees:cave_dwelling": { + "data": 1, + "dominant": 1 + }, + "complicated_bees:effect": { + "data": "INVALID", + "dominant": 1 + }, + "complicated_bees:fertility": { + "data": 1, + "dominant": 0 + }, + "complicated_bees:flower": { + "data": "complicated_bees:tuff", + "dominant": 1 + }, + "complicated_bees:humidity": { + "data": "normal", + "dominant": 0, + "tolerance": "both_1" + }, + "complicated_bees:lifespan": { + "data": "long", + "dominant": 0 + }, + "complicated_bees:productivity": { + "data": "slowest", + "dominant": 1 + }, + "complicated_bees:species": { + "data": "complicated_bees:invalid", + "dominant": 1 + }, + "complicated_bees:temperature": { + "data": "normal", + "dominant": 0, + "tolerance": "BOTH_1" + }, + "complicated_bees:territory": { + "data": [ + 4, + 2 + ], + "dominant": 1 + }, + "complicated_bees:weatherproof": { + "data": 0, + "dominant": 1 + } + }, + "models": [ + "complicated_bees:bee/gray_drone", + "complicated_bees:bee/gray_princess", + "complicated_bees:bee/gray_queen" + ], + "nest_color": "b8b7b7", + "products": [ + { + "chance": 0.4, + "item": "complicated_bees:comb", + "nbt": { + "comb_type": "complicated_bees:rocky" + } + } + ], + "specialty_products": [ + { + "chance": 0.25, + "item": "complicated_bees:comb", + "nbt": { + "comb_type": "complicated_bees:copper" + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/complicated_bees/complicated_bees/species/robust.json b/kubejs/data/complicated_bees/complicated_bees/species/robust.json new file mode 100644 index 0000000..0c27886 --- /dev/null +++ b/kubejs/data/complicated_bees/complicated_bees/species/robust.json @@ -0,0 +1,82 @@ +{ + "color": "999999", + "default_chromosome": { + "complicated_bees:active_time": { + "data": "nocturnal", + "dominant": 1 + }, + "complicated_bees:cave_dwelling": { + "data": 1, + "dominant": 1 + }, + "complicated_bees:effect": { + "data": "INVALID", + "dominant": 1 + }, + "complicated_bees:fertility": { + "data": 2, + "dominant": 1 + }, + "complicated_bees:flower": { + "data": "complicated_bees:tuff", + "dominant": 1 + }, + "complicated_bees:humidity": { + "data": "normal", + "dominant": 0, + "tolerance": "down_1" + }, + "complicated_bees:lifespan": { + "data": "average", + "dominant": 0 + }, + "complicated_bees:productivity": { + "data": "slower", + "dominant": 1 + }, + "complicated_bees:species": { + "data": "complicated_bees:invalid", + "dominant": 1 + }, + "complicated_bees:temperature": { + "data": "normal", + "dominant": 0, + "tolerance": "BOTH_1" + }, + "complicated_bees:territory": { + "data": [ + 4, + 2 + ], + "dominant": 1 + }, + "complicated_bees:weatherproof": { + "data": 0, + "dominant": 1 + } + }, + "models": [ + "complicated_bees:bee/gray_drone", + "complicated_bees:bee/gray_princess", + "complicated_bees:bee/gray_queen" + ], + "nest_color": "999999", + "products": [ + { + "chance": 0.35, + "item": "complicated_bees:comb", + "nbt": { + "comb_type": "complicated_bees:rocky" + } + } + ], + "specialty_products": [ + { + "chance": 0.20, + "item": "complicated_bees:comb", + "nbt": { + "comb_type": "complicated_bees:copper" + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/complicated_bees/complicated_bees/species/rocky.json b/kubejs/data/complicated_bees/complicated_bees/species/rocky.json new file mode 100644 index 0000000..be2c144 --- /dev/null +++ b/kubejs/data/complicated_bees/complicated_bees/species/rocky.json @@ -0,0 +1,82 @@ +{ + "color": "7e7e7e", + "default_chromosome": { + "complicated_bees:active_time": { + "data": "nocturnal", + "dominant": 1 + }, + "complicated_bees:cave_dwelling": { + "data": 1, + "dominant": 1 + }, + "complicated_bees:effect": { + "data": "INVALID", + "dominant": 1 + }, + "complicated_bees:fertility": { + "data": 2, + "dominant": 1 + }, + "complicated_bees:flower": { + "data": "complicated_bees:tuff", + "dominant": 1 + }, + "complicated_bees:humidity": { + "data": "dry", + "dominant": 1, + "tolerance": "NONE" + }, + "complicated_bees:lifespan": { + "data": "shortest", + "dominant": 1 + }, + "complicated_bees:productivity": { + "data": "slowest", + "dominant": 1 + }, + "complicated_bees:species": { + "data": "complicated_bees:invalid", + "dominant": 1 + }, + "complicated_bees:temperature": { + "data": "warm", + "dominant": 1, + "tolerance": "up_1" + }, + "complicated_bees:territory": { + "data": [ + 4, + 2 + ], + "dominant": 1 + }, + "complicated_bees:weatherproof": { + "data": 0, + "dominant": 1 + } + }, + "models": [ + "complicated_bees:bee/gray_drone", + "complicated_bees:bee/gray_princess", + "complicated_bees:bee/gray_queen" + ], + "nest_color": "9d416b", + "products": [ + { + "chance": 0.35, + "item": "complicated_bees:comb", + "nbt": { + "comb_type": "complicated_bees:rocky" + } + } + ], + "specialty_products": [ + { + "chance": 0.15, + "item": "complicated_bees:comb", + "nbt": { + "comb_type": "complicated_bees:copper" + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/create/tags/blocks/chest_mounted_storage.json b/kubejs/data/create/tags/blocks/chest_mounted_storage.json new file mode 100644 index 0000000..73131c1 --- /dev/null +++ b/kubejs/data/create/tags/blocks/chest_mounted_storage.json @@ -0,0 +1,2364 @@ +{ + "values": [ + { + "id": "quark:oak_chest", + "required": false + }, + { + "id": "quark:oak_trapped_chest", + "required": false + }, + { + "id": "woodworks:oak_chest", + "required": false + }, + { + "id": "woodworks:trapped_oak_chest", + "required": false + }, + { + "id": "lolmcv:oak_chest", + "required": false + }, + { + "id": "lolmcv:oak_trapped_chest", + "required": false + }, + { + "id": "quark:spruce_chest", + "required": false + }, + { + "id": "quark:spruce_trapped_chest", + "required": false + }, + { + "id": "woodworks:spruce_chest", + "required": false + }, + { + "id": "woodworks:trapped_spruce_chest", + "required": false + }, + { + "id": "lolmcv:spruce_chest", + "required": false + }, + { + "id": "lolmcv:spruce_trapped_chest", + "required": false + }, + { + "id": "quark:birch_chest", + "required": false + }, + { + "id": "quark:birch_trapped_chest", + "required": false + }, + { + "id": "woodworks:birch_chest", + "required": false + }, + { + "id": "woodworks:trapped_birch_chest", + "required": false + }, + { + "id": "lolmcv:birch_chest", + "required": false + }, + { + "id": "lolmcv:birch_trapped_chest", + "required": false + }, + { + "id": "quark:jungle_chest", + "required": false + }, + { + "id": "quark:jungle_trapped_chest", + "required": false + }, + { + "id": "woodworks:jungle_chest", + "required": false + }, + { + "id": "woodworks:trapped_jungle_chest", + "required": false + }, + { + "id": "lolmcv:jungle_chest", + "required": false + }, + { + "id": "lolmcv:jungle_trapped_chest", + "required": false + }, + { + "id": "quark:acacia_chest", + "required": false + }, + { + "id": "quark:acacia_trapped_chest", + "required": false + }, + { + "id": "woodworks:acacia_chest", + "required": false + }, + { + "id": "woodworks:trapped_acacia_chest", + "required": false + }, + { + "id": "lolmcv:acacia_chest", + "required": false + }, + { + "id": "lolmcv:acacia_trapped_chest", + "required": false + }, + { + "id": "quark:dark_oak_chest", + "required": false + }, + { + "id": "quark:dark_oak_trapped_chest", + "required": false + }, + { + "id": "woodworks:dark_oak_chest", + "required": false + }, + { + "id": "woodworks:trapped_dark_oak_chest", + "required": false + }, + { + "id": "lolmcv:dark_oak_chest", + "required": false + }, + { + "id": "lolmcv:dark_oak_trapped_chest", + "required": false + }, + { + "id": "quark:crimson_chest", + "required": false + }, + { + "id": "quark:crimson_trapped_chest", + "required": false + }, + { + "id": "woodworks:crimson_chest", + "required": false + }, + { + "id": "woodworks:trapped_crimson_chest", + "required": false + }, + { + "id": "lolmcv:crimson_chest", + "required": false + }, + { + "id": "lolmcv:crimson_trapped_chest", + "required": false + }, + { + "id": "quark:warped_chest", + "required": false + }, + { + "id": "quark:warped_trapped_chest", + "required": false + }, + { + "id": "woodworks:warped_chest", + "required": false + }, + { + "id": "woodworks:trapped_warped_chest", + "required": false + }, + { + "id": "lolmcv:warped_chest", + "required": false + }, + { + "id": "lolmcv:warped_trapped_chest", + "required": false + }, + { + "id": "quark:mangrove_chest", + "required": false + }, + { + "id": "quark:mangrove_trapped_chest", + "required": false + }, + { + "id": "woodworks:mangrove_chest", + "required": false + }, + { + "id": "woodworks:trapped_mangrove_chest", + "required": false + }, + { + "id": "lolmcv:mangrove_chest", + "required": false + }, + { + "id": "lolmcv:mangrove_trapped_chest", + "required": false + }, + { + "id": "quark:bamboo_chest", + "required": false + }, + { + "id": "quark:bamboo_trapped_chest", + "required": false + }, + { + "id": "woodworks:bamboo_chest", + "required": false + }, + { + "id": "woodworks:trapped_bamboo_chest", + "required": false + }, + { + "id": "lolmcv:bamboo_chest", + "required": false + }, + { + "id": "lolmcv:bamboo_trapped_chest", + "required": false + }, + { + "id": "quark:cherry_chest", + "required": false + }, + { + "id": "quark:cherry_trapped_chest", + "required": false + }, + { + "id": "woodworks:cherry_chest", + "required": false + }, + { + "id": "woodworks:trapped_cherry_chest", + "required": false + }, + { + "id": "lolmcv:cherry_chest", + "required": false + }, + { + "id": "lolmcv:cherry_trapped_chest", + "required": false + }, + { + "id": "quark:nether_brick_chest", + "required": false + }, + { + "id": "quark:nether_brick_trapped_chest", + "required": false + }, + { + "id": "quark:purpur_chest", + "required": false + }, + { + "id": "quark:purpur_trapped_chest", + "required": false + }, + { + "id": "quark:prismarine_chest", + "required": false + }, + { + "id": "quark:prismarine_trapped_chest", + "required": false + }, + { + "id": "quark:ancient_chest", + "required": false + }, + { + "id": "quark:ancient_trapped_chest", + "required": false + }, + { + "id": "quark:azalea_chest", + "required": false + }, + { + "id": "quark:azalea_trapped_chest", + "required": false + }, + { + "id": "quark:blossom_chest", + "required": false + }, + { + "id": "quark:blossom_trapped_chest", + "required": false + }, + { + "id": "everycomp:q/mynethersdelight/powdery_chest", + "required": false + }, + { + "id": "everycomp:q/mynethersdelight/powdery_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/mynethersdelight/powdery_chest", + "required": false + }, + { + "id": "everycomp:mcv/mynethersdelight/powdery_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/mynethersdelight/powdery_chest", + "required": false + }, + { + "id": "everycomp:abnww/mynethersdelight/trapped_powdery_chest", + "required": false + }, + { + "id": "everycomp:q/quark/azalea_chest", + "required": false + }, + { + "id": "everycomp:q/quark/azalea_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/quark/azalea_chest", + "required": false + }, + { + "id": "everycomp:mcv/quark/azalea_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/quark/azalea_chest", + "required": false + }, + { + "id": "everycomp:abnww/quark/trapped_azalea_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/baobab_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/baobab_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/baobab_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/baobab_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/baobab_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/trapped_baobab_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/blackwood_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/blackwood_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/blackwood_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/blackwood_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/blackwood_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/trapped_blackwood_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/blue_bioshroom_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/blue_bioshroom_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/blue_bioshroom_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/blue_bioshroom_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/blue_bioshroom_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/trapped_blue_bioshroom_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/brimwood_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/brimwood_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/brimwood_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/brimwood_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/brimwood_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/trapped_brimwood_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/cobalt_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/cobalt_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/cobalt_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/cobalt_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/cobalt_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/trapped_cobalt_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/cypress_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/cypress_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/cypress_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/cypress_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/cypress_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/trapped_cypress_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/dead_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/dead_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/dead_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/dead_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/dead_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/trapped_dead_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/eucalyptus_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/eucalyptus_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/eucalyptus_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/eucalyptus_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/eucalyptus_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/trapped_eucalyptus_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/green_bioshroom_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/green_bioshroom_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/green_bioshroom_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/green_bioshroom_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/green_bioshroom_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/trapped_green_bioshroom_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/joshua_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/joshua_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/joshua_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/joshua_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/joshua_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/trapped_joshua_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/kapok_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/kapok_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/kapok_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/kapok_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/kapok_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/trapped_kapok_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/larch_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/larch_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/larch_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/larch_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/larch_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/trapped_larch_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/magnolia_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/magnolia_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/magnolia_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/magnolia_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/magnolia_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/trapped_magnolia_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/maple_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/maple_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/maple_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/maple_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/maple_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/trapped_maple_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/mauve_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/mauve_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/mauve_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/mauve_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/mauve_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/trapped_mauve_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/palm_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/palm_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/palm_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/palm_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/palm_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/trapped_palm_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/pine_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/pine_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/pine_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/pine_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/pine_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/trapped_pine_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/pink_bioshroom_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/pink_bioshroom_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/pink_bioshroom_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/pink_bioshroom_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/pink_bioshroom_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/trapped_pink_bioshroom_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/redwood_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/redwood_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/redwood_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/redwood_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/redwood_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/trapped_redwood_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/socotra_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/socotra_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/socotra_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/socotra_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/socotra_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/trapped_socotra_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/willow_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/willow_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/willow_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/willow_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/willow_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/trapped_willow_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/yellow_bioshroom_chest", + "required": false + }, + { + "id": "everycomp:q/regions_unexplored/yellow_bioshroom_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/yellow_bioshroom_chest", + "required": false + }, + { + "id": "everycomp:mcv/regions_unexplored/yellow_bioshroom_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/yellow_bioshroom_chest", + "required": false + }, + { + "id": "everycomp:abnww/regions_unexplored/trapped_yellow_bioshroom_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/aspen_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/aspen_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/aspen_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/aspen_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/aspen_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/trapped_aspen_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/baobab_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/baobab_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/baobab_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/baobab_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/baobab_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/trapped_baobab_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/blue_enchanted_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/blue_enchanted_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/blue_enchanted_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/blue_enchanted_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/blue_enchanted_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/trapped_blue_enchanted_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/cika_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/cika_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/cika_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/cika_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/cika_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/trapped_cika_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/cypress_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/cypress_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/cypress_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/cypress_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/cypress_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/trapped_cypress_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/ebony_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/ebony_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/ebony_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/ebony_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/ebony_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/trapped_ebony_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/fir_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/fir_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/fir_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/fir_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/fir_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/trapped_fir_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/florus_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/florus_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/florus_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/florus_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/florus_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/trapped_florus_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/green_enchanted_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/green_enchanted_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/green_enchanted_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/green_enchanted_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/green_enchanted_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/trapped_green_enchanted_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/holly_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/holly_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/holly_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/holly_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/holly_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/trapped_holly_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/ironwood_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/ironwood_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/ironwood_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/ironwood_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/ironwood_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/trapped_ironwood_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/jacaranda_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/jacaranda_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/jacaranda_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/jacaranda_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/jacaranda_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/trapped_jacaranda_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/mahogany_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/mahogany_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/mahogany_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/mahogany_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/mahogany_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/trapped_mahogany_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/maple_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/maple_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/maple_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/maple_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/maple_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/trapped_maple_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/palm_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/palm_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/palm_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/palm_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/palm_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/trapped_palm_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/pine_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/pine_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/pine_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/pine_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/pine_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/trapped_pine_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/rainbow_eucalyptus_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/rainbow_eucalyptus_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/rainbow_eucalyptus_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/rainbow_eucalyptus_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/rainbow_eucalyptus_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/trapped_rainbow_eucalyptus_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/redwood_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/redwood_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/redwood_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/redwood_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/redwood_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/trapped_redwood_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/sakura_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/sakura_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/sakura_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/sakura_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/sakura_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/trapped_sakura_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/skyris_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/skyris_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/skyris_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/skyris_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/skyris_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/trapped_skyris_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/white_mangrove_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/white_mangrove_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/white_mangrove_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/white_mangrove_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/white_mangrove_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/trapped_white_mangrove_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/willow_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/willow_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/willow_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/willow_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/willow_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/trapped_willow_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/witch_hazel_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/witch_hazel_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/witch_hazel_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/witch_hazel_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/witch_hazel_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/trapped_witch_hazel_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/zelkova_chest", + "required": false + }, + { + "id": "everycomp:q/biomeswevegone/zelkova_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/zelkova_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomeswevegone/zelkova_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/zelkova_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomeswevegone/trapped_zelkova_chest", + "required": false + }, + { + "id": "everycomp:q/biomesoplenty/fir_chest", + "required": false + }, + { + "id": "everycomp:q/biomesoplenty/fir_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomesoplenty/fir_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomesoplenty/fir_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomesoplenty/fir_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomesoplenty/trapped_fir_chest", + "required": false + }, + { + "id": "lolmcvbop:fir_chest", + "required": false + }, + { + "id": "lolmcvbop:fir_trapped_chest", + "required": false + }, + { + "id": "everycomp:q/biomesoplenty/pine_chest", + "required": false + }, + { + "id": "everycomp:q/biomesoplenty/pine_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomesoplenty/pine_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomesoplenty/pine_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomesoplenty/pine_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomesoplenty/trapped_pine_chest", + "required": false + }, + { + "id": "lolmcvbop:pine_chest", + "required": false + }, + { + "id": "lolmcvbop:pine_trapped_chest", + "required": false + }, + { + "id": "everycomp:q/biomesoplenty/maple_chest", + "required": false + }, + { + "id": "everycomp:q/biomesoplenty/maple_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomesoplenty/maple_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomesoplenty/maple_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomesoplenty/maple_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomesoplenty/trapped_maple_chest", + "required": false + }, + { + "id": "lolmcvbop:maple_chest", + "required": false + }, + { + "id": "lolmcvbop:maple_trapped_chest", + "required": false + }, + { + "id": "everycomp:q/biomesoplenty/redwood_chest", + "required": false + }, + { + "id": "everycomp:q/biomesoplenty/redwood_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomesoplenty/redwood_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomesoplenty/redwood_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomesoplenty/redwood_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomesoplenty/trapped_redwood_chest", + "required": false + }, + { + "id": "lolmcvbop:redwood_chest", + "required": false + }, + { + "id": "lolmcvbop:redwood_trapped_chest", + "required": false + }, + { + "id": "everycomp:q/biomesoplenty/mahogany_chest", + "required": false + }, + { + "id": "everycomp:q/biomesoplenty/mahogany_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomesoplenty/mahogany_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomesoplenty/mahogany_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomesoplenty/mahogany_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomesoplenty/trapped_mahogany_chest", + "required": false + }, + { + "id": "lolmcvbop:mahogany_chest", + "required": false + }, + { + "id": "lolmcvbop:mahogany_trapped_chest", + "required": false + }, + { + "id": "everycomp:q/biomesoplenty/jacaranda_chest", + "required": false + }, + { + "id": "everycomp:q/biomesoplenty/jacaranda_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomesoplenty/jacaranda_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomesoplenty/jacaranda_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomesoplenty/jacaranda_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomesoplenty/trapped_jacaranda_chest", + "required": false + }, + { + "id": "lolmcvbop:jacaranda_chest", + "required": false + }, + { + "id": "lolmcvbop:jacaranda_trapped_chest", + "required": false + }, + { + "id": "everycomp:q/biomesoplenty/palm_chest", + "required": false + }, + { + "id": "everycomp:q/biomesoplenty/palm_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomesoplenty/palm_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomesoplenty/palm_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomesoplenty/palm_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomesoplenty/trapped_palm_chest", + "required": false + }, + { + "id": "lolmcvbop:palm_chest", + "required": false + }, + { + "id": "lolmcvbop:palm_trapped_chest", + "required": false + }, + { + "id": "everycomp:q/biomesoplenty/willow_chest", + "required": false + }, + { + "id": "everycomp:q/biomesoplenty/willow_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomesoplenty/willow_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomesoplenty/willow_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomesoplenty/willow_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomesoplenty/trapped_willow_chest", + "required": false + }, + { + "id": "lolmcvbop:willow_chest", + "required": false + }, + { + "id": "lolmcvbop:willow_trapped_chest", + "required": false + }, + { + "id": "everycomp:q/biomesoplenty/dead_chest", + "required": false + }, + { + "id": "everycomp:q/biomesoplenty/dead_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomesoplenty/dead_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomesoplenty/dead_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomesoplenty/dead_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomesoplenty/trapped_dead_chest", + "required": false + }, + { + "id": "lolmcvbop:dead_chest", + "required": false + }, + { + "id": "lolmcvbop:dead_trapped_chest", + "required": false + }, + { + "id": "everycomp:q/biomesoplenty/magic_chest", + "required": false + }, + { + "id": "everycomp:q/biomesoplenty/magic_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomesoplenty/magic_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomesoplenty/magic_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomesoplenty/magic_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomesoplenty/trapped_magic_chest", + "required": false + }, + { + "id": "lolmcvbop:magic_chest", + "required": false + }, + { + "id": "lolmcvbop:magic_trapped_chest", + "required": false + }, + { + "id": "everycomp:q/biomesoplenty/umbran_chest", + "required": false + }, + { + "id": "everycomp:q/biomesoplenty/umbran_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomesoplenty/umbran_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomesoplenty/umbran_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomesoplenty/umbran_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomesoplenty/trapped_umbran_chest", + "required": false + }, + { + "id": "lolmcvbop:umbran_chest", + "required": false + }, + { + "id": "lolmcvbop:umbran_trapped_chest", + "required": false + }, + { + "id": "everycomp:q/biomesoplenty/hellbark_chest", + "required": false + }, + { + "id": "everycomp:q/biomesoplenty/hellbark_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomesoplenty/hellbark_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomesoplenty/hellbark_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomesoplenty/hellbark_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomesoplenty/trapped_hellbark_chest", + "required": false + }, + { + "id": "lolmcvbop:hellbark_chest", + "required": false + }, + { + "id": "lolmcvbop:hellbark_trapped_chest", + "required": false + }, + { + "id": "everycomp:q/biomesoplenty/empyreal_chest", + "required": false + }, + { + "id": "everycomp:q/biomesoplenty/empyreal_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomesoplenty/empyreal_chest", + "required": false + }, + { + "id": "everycomp:mcv/biomesoplenty/empyreal_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomesoplenty/empyreal_chest", + "required": false + }, + { + "id": "everycomp:abnww/biomesoplenty/trapped_empyreal_chest", + "required": false + }, + { + "id": "lolmcvbop:empyreal_chest", + "required": false + }, + { + "id": "lolmcvbop:empyreal_trapped_chest", + "required": false + }, + { + "id": "everycomp:q/sullysmod/petrified_chest", + "required": false + }, + { + "id": "everycomp:q/sullysmod/petrified_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/sullysmod/petrified_chest", + "required": false + }, + { + "id": "everycomp:mcv/sullysmod/petrified_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/sullysmod/petrified_chest", + "required": false + }, + { + "id": "everycomp:abnww/sullysmod/trapped_petrified_chest", + "required": false + }, + { + "id": "everycomp:q/quark/ancient_chest", + "required": false + }, + { + "id": "everycomp:q/quark/ancient_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/quark/ancient_chest", + "required": false + }, + { + "id": "everycomp:mcv/quark/ancient_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/quark/ancient_chest", + "required": false + }, + { + "id": "everycomp:abnww/quark/trapped_ancient_chest", + "required": false + }, + { + "id": "everycomp:q/quark/blossom_chest", + "required": false + }, + { + "id": "everycomp:q/quark/blossom_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/quark/blossom_chest", + "required": false + }, + { + "id": "everycomp:mcv/quark/blossom_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/quark/blossom_chest", + "required": false + }, + { + "id": "everycomp:abnww/quark/trapped_blossom_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/redwood_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/redwood_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/redwood_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/redwood_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/redwood_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/trapped_redwood_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/sugi_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/sugi_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/sugi_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/sugi_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/sugi_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/trapped_sugi_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/wisteria_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/wisteria_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/wisteria_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/wisteria_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/wisteria_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/trapped_wisteria_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/fir_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/fir_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/fir_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/fir_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/fir_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/trapped_fir_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/willow_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/willow_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/willow_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/willow_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/willow_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/trapped_willow_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/aspen_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/aspen_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/aspen_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/aspen_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/aspen_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/trapped_aspen_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/maple_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/maple_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/maple_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/maple_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/maple_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/trapped_maple_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/cypress_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/cypress_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/cypress_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/cypress_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/cypress_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/trapped_cypress_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/olive_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/olive_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/olive_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/olive_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/olive_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/trapped_olive_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/joshua_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/joshua_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/joshua_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/joshua_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/joshua_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/trapped_joshua_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/ghaf_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/ghaf_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/ghaf_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/ghaf_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/ghaf_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/trapped_ghaf_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/palo_verde_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/palo_verde_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/palo_verde_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/palo_verde_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/palo_verde_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/trapped_palo_verde_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/coconut_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/coconut_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/coconut_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/coconut_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/coconut_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/trapped_coconut_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/cedar_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/cedar_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/cedar_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/cedar_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/cedar_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/trapped_cedar_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/larch_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/larch_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/larch_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/larch_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/larch_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/trapped_larch_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/mahogany_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/mahogany_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/mahogany_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/mahogany_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/mahogany_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/trapped_mahogany_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/saxual_chest", + "required": false + }, + { + "id": "everycomp:q/natures_spirit/saxual_trapped_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/saxual_chest", + "required": false + }, + { + "id": "everycomp:mcv/natures_spirit/saxual_trapped_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/saxual_chest", + "required": false + }, + { + "id": "everycomp:abnww/natures_spirit/trapped_saxual_chest", + "required": false + } + ] +} \ No newline at end of file diff --git a/kubejs/data/create/tags/blocks/simple_mounted_storage.json b/kubejs/data/create/tags/blocks/simple_mounted_storage.json new file mode 100644 index 0000000..aa58385 --- /dev/null +++ b/kubejs/data/create/tags/blocks/simple_mounted_storage.json @@ -0,0 +1,376 @@ +{ + "values": [ + { + "id": "farmersdelight:oak_cabinet", + "required": false + }, + { + "id": "farmersdelight:spruce_cabinet", + "required": false + }, + { + "id": "farmersdelight:birch_cabinet", + "required": false + }, + { + "id": "farmersdelight:jungle_cabinet", + "required": false + }, + { + "id": "farmersdelight:acacia_cabinet", + "required": false + }, + { + "id": "farmersdelight:dark_oak_cabinet", + "required": false + }, + { + "id": "farmersdelight:crimson_cabinet", + "required": false + }, + { + "id": "farmersdelight:warped_cabinet", + "required": false + }, + { + "id": "farmersdelight:mangrove_cabinet", + "required": false + }, + { + "id": "farmersdelight:bamboo_cabinet", + "required": false + }, + { + "id": "farmersdelight:cherry_cabinet", + "required": false + }, + { + "id": "farmersdelight:basket", + "required": false + }, + { + "id": "everycomp:fd/mynethersdelight/powdery_cabinet", + "required": false + }, + { + "id": "everycomp:fd/quark/azalea_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/baobab_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/blackwood_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/blue_bioshroom_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/brimwood_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/cobalt_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/cypress_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/dead_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/eucalyptus_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/green_bioshroom_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/joshua_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/kapok_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/larch_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/magnolia_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/maple_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/mauve_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/palm_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/pine_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/pink_bioshroom_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/redwood_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/socotra_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/willow_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/yellow_bioshroom_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/aspen_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/baobab_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/blue_enchanted_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/cika_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/cypress_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/ebony_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/fir_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/florus_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/green_enchanted_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/holly_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/ironwood_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/jacaranda_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/mahogany_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/maple_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/palm_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/pine_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/rainbow_eucalyptus_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/redwood_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/sakura_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/skyris_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/white_mangrove_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/willow_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/witch_hazel_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/zelkova_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomesoplenty/fir_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomesoplenty/pine_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomesoplenty/maple_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomesoplenty/redwood_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomesoplenty/mahogany_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomesoplenty/jacaranda_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomesoplenty/palm_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomesoplenty/willow_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomesoplenty/dead_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomesoplenty/magic_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomesoplenty/umbran_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomesoplenty/hellbark_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomesoplenty/empyreal_cabinet", + "required": false + }, + { + "id": "everycomp:fd/sullysmod/petrified_cabinet", + "required": false + }, + { + "id": "everycomp:fd/quark/ancient_cabinet", + "required": false + }, + { + "id": "everycomp:fd/quark/blossom_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/redwood_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/sugi_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/wisteria_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/fir_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/willow_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/aspen_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/maple_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/cypress_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/olive_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/joshua_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/ghaf_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/palo_verde_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/coconut_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/cedar_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/larch_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/mahogany_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/saxual_cabinet", + "required": false + } + ] +} \ No newline at end of file diff --git a/kubejs/data/create/tags/blocks/single_block_inventories.json b/kubejs/data/create/tags/blocks/single_block_inventories.json new file mode 100644 index 0000000..aa58385 --- /dev/null +++ b/kubejs/data/create/tags/blocks/single_block_inventories.json @@ -0,0 +1,376 @@ +{ + "values": [ + { + "id": "farmersdelight:oak_cabinet", + "required": false + }, + { + "id": "farmersdelight:spruce_cabinet", + "required": false + }, + { + "id": "farmersdelight:birch_cabinet", + "required": false + }, + { + "id": "farmersdelight:jungle_cabinet", + "required": false + }, + { + "id": "farmersdelight:acacia_cabinet", + "required": false + }, + { + "id": "farmersdelight:dark_oak_cabinet", + "required": false + }, + { + "id": "farmersdelight:crimson_cabinet", + "required": false + }, + { + "id": "farmersdelight:warped_cabinet", + "required": false + }, + { + "id": "farmersdelight:mangrove_cabinet", + "required": false + }, + { + "id": "farmersdelight:bamboo_cabinet", + "required": false + }, + { + "id": "farmersdelight:cherry_cabinet", + "required": false + }, + { + "id": "farmersdelight:basket", + "required": false + }, + { + "id": "everycomp:fd/mynethersdelight/powdery_cabinet", + "required": false + }, + { + "id": "everycomp:fd/quark/azalea_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/baobab_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/blackwood_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/blue_bioshroom_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/brimwood_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/cobalt_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/cypress_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/dead_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/eucalyptus_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/green_bioshroom_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/joshua_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/kapok_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/larch_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/magnolia_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/maple_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/mauve_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/palm_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/pine_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/pink_bioshroom_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/redwood_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/socotra_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/willow_cabinet", + "required": false + }, + { + "id": "everycomp:fd/regions_unexplored/yellow_bioshroom_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/aspen_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/baobab_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/blue_enchanted_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/cika_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/cypress_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/ebony_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/fir_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/florus_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/green_enchanted_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/holly_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/ironwood_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/jacaranda_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/mahogany_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/maple_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/palm_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/pine_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/rainbow_eucalyptus_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/redwood_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/sakura_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/skyris_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/white_mangrove_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/willow_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/witch_hazel_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomeswevegone/zelkova_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomesoplenty/fir_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomesoplenty/pine_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomesoplenty/maple_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomesoplenty/redwood_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomesoplenty/mahogany_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomesoplenty/jacaranda_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomesoplenty/palm_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomesoplenty/willow_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomesoplenty/dead_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomesoplenty/magic_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomesoplenty/umbran_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomesoplenty/hellbark_cabinet", + "required": false + }, + { + "id": "everycomp:fd/biomesoplenty/empyreal_cabinet", + "required": false + }, + { + "id": "everycomp:fd/sullysmod/petrified_cabinet", + "required": false + }, + { + "id": "everycomp:fd/quark/ancient_cabinet", + "required": false + }, + { + "id": "everycomp:fd/quark/blossom_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/redwood_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/sugi_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/wisteria_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/fir_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/willow_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/aspen_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/maple_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/cypress_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/olive_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/joshua_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/ghaf_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/palo_verde_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/coconut_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/cedar_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/larch_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/mahogany_cabinet", + "required": false + }, + { + "id": "everycomp:fd/natures_spirit/saxual_cabinet", + "required": false + } + ] +} \ No newline at end of file diff --git a/kubejs/data/create/worldgen/configured_feature/striated_ores_nether.json b/kubejs/data/create/worldgen/configured_feature/striated_ores_nether.json new file mode 100644 index 0000000..6547815 --- /dev/null +++ b/kubejs/data/create/worldgen/configured_feature/striated_ores_nether.json @@ -0,0 +1,191 @@ +{ + "type": "create:layered_ore", + "config": { + "discard_chance_on_air_exposure": 0.0, + "layer_patterns": [ + [ + { + "max_size": 1, + "min_size": 1, + "targets": [ + [ + { + "state": { + "Name": "minecraft:stone" + }, + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:stone_ore_replaceables" + } + }, + { + "state": { + "Name": "minecraft:deepslate", + "Properties": { + "axis": "y" + } + }, + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:deepslate_ore_replaceables" + } + } + ] + ], + "weight": 1 + }, + { + "max_size": 5, + "min_size": 2, + "targets": [ + [ + { + "state": { + "Name": "create:scoria" + }, + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:base_stone_nether" + } + } + ] + ], + "weight": 2 + }, + { + "max_size": 3, + "min_size": 2, + "targets": [ + [ + { + "state": { + "Name": "minecraft:basalt", + "Properties": { + "axis": "y" + } + }, + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:base_stone_nether" + } + } + ], + [ + { + "state": { + "Name": "minecraft:smooth_basalt" + }, + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:base_stone_nether" + } + } + ] + ], + "weight": 1 + } + ], + [ + { + "max_size": 1, + "min_size": 1, + "targets": [ + [ + { + "state": { + "Name": "minecraft:stone" + }, + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:stone_ore_replaceables" + } + }, + { + "state": { + "Name": "minecraft:deepslate", + "Properties": { + "axis": "y" + } + }, + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:deepslate_ore_replaceables" + } + } + ] + ], + "weight": 4 + }, + { + "max_size": 5, + "min_size": 2, + "targets": [ + [ + { + "state": { + "Name": "create:scorchia" + }, + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:base_stone_nether" + } + } + ] + ], + "weight": 8 + }, + { + "max_size": 1, + "min_size": 1, + "targets": [ + [ + { + "state": { + "Name": "minecraft:magma_block" + }, + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:base_stone_nether" + } + } + ] + ], + "weight": 1 + }, + { + "max_size": 3, + "min_size": 2, + "targets": [ + [ + { + "state": { + "Name": "minecraft:basalt", + "Properties": { + "axis": "y" + } + }, + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:base_stone_nether" + } + } + ], + [ + { + "state": { + "Name": "minecraft:smooth_basalt" + }, + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:base_stone_nether" + } + } + ] + ], + "weight": 4 + } + ] + ], + "size": 32 + } +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/artichoke.json b/kubejs/data/croptopia/agricraft/mutations/artichoke.json new file mode 100644 index 0000000..7ade2c7 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/artichoke.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:artichoke", + "parent1": "croptopia:asparagus", + "parent2": "croptopia:lettuce" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/asparagus.json b/kubejs/data/croptopia/agricraft/mutations/asparagus.json new file mode 100644 index 0000000..3a14dde --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/asparagus.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:asparagus", + "parent1": "minecraft:carrot", + "parent2": "croptopia:corn" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/barley.json b/kubejs/data/croptopia/agricraft/mutations/barley.json new file mode 100644 index 0000000..bf136df --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/barley.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:barley", + "parent1": "minecraft:sugar_cane", + "parent2": "minecraft:wheat" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/basil.json b/kubejs/data/croptopia/agricraft/mutations/basil.json new file mode 100644 index 0000000..c7c513b --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/basil.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:basil", + "parent1": "supplementaries:flax", + "parent2": "minecraft:potato" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/bellpepper.json b/kubejs/data/croptopia/agricraft/mutations/bellpepper.json new file mode 100644 index 0000000..dc2d787 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/bellpepper.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:bellpepper", + "parent1": "croptopia:basil", + "parent2": "croptopia:chile_pepper" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/blackbean.json b/kubejs/data/croptopia/agricraft/mutations/blackbean.json new file mode 100644 index 0000000..60dd5dd --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/blackbean.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:blackbean", + "parent1": "minecraft:pumpkin", + "parent2": "minecraft:potato" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/blackberry.json b/kubejs/data/croptopia/agricraft/mutations/blackberry.json new file mode 100644 index 0000000..9b01a7a --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/blackberry.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:blackberry", + "parent1": "croptopia:strawberry", + "parent2": "croptopia:soybean" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/blueberry.json b/kubejs/data/croptopia/agricraft/mutations/blueberry.json new file mode 100644 index 0000000..acd357a --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/blueberry.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:blueberry", + "parent1": "croptopia:strawberry", + "parent2": "croptopia:soybean" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/broccoli.json b/kubejs/data/croptopia/agricraft/mutations/broccoli.json new file mode 100644 index 0000000..0cadbbf --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/broccoli.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:broccoli", + "parent1": "croptopia:lettuce", + "parent2": "croptopia:soybean" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/cabbage.json b/kubejs/data/croptopia/agricraft/mutations/cabbage.json new file mode 100644 index 0000000..89a39ff --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/cabbage.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:cabbage", + "parent1": "croptopia:onion", + "parent2": "minecraft:seagrass" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/cantaloupe.json b/kubejs/data/croptopia/agricraft/mutations/cantaloupe.json new file mode 100644 index 0000000..60879d7 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/cantaloupe.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:cantaloupe", + "parent1": "minecraft:melon", + "parent2": "croptopia:strawberry" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/cauliflower.json b/kubejs/data/croptopia/agricraft/mutations/cauliflower.json new file mode 100644 index 0000000..339c8ea --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/cauliflower.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:cauliflower", + "parent1": "croptopia:cabbage", + "parent2": "croptopia:lettuce" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/celery.json b/kubejs/data/croptopia/agricraft/mutations/celery.json new file mode 100644 index 0000000..e1777bc --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/celery.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:celery", + "parent1": "minecraft:wheat", + "parent2": "croptopia:soybean" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/chile_pepper.json b/kubejs/data/croptopia/agricraft/mutations/chile_pepper.json new file mode 100644 index 0000000..5712587 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/chile_pepper.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:chile_pepper", + "parent1": "croptopia:tomato", + "parent2": "croptopia:onion" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/coffee.json b/kubejs/data/croptopia/agricraft/mutations/coffee.json new file mode 100644 index 0000000..a893575 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/coffee.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:coffee_beans", + "parent1": "minecraft:sugar_cane", + "parent2": "croptopia:greenbean" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/corn.json b/kubejs/data/croptopia/agricraft/mutations/corn.json new file mode 100644 index 0000000..a9ce400 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/corn.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:corn", + "parent1": "croptopia:barley", + "parent2": "croptopia:rice" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/cranberry.json b/kubejs/data/croptopia/agricraft/mutations/cranberry.json new file mode 100644 index 0000000..d15a3c8 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/cranberry.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:cranberry", + "parent1": "croptopia:blueberry", + "parent2": "croptopia:grape" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/cucumber.json b/kubejs/data/croptopia/agricraft/mutations/cucumber.json new file mode 100644 index 0000000..5f6d896 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/cucumber.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:cucumber", + "parent1": "minecraft:sea_pickle", + "parent2": "croptopia:soybean" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/currant.json b/kubejs/data/croptopia/agricraft/mutations/currant.json new file mode 100644 index 0000000..b3c561b --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/currant.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:currant", + "parent1": "croptopia:blackberry", + "parent2": "croptopia:strawberry" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/eggplant.json b/kubejs/data/croptopia/agricraft/mutations/eggplant.json new file mode 100644 index 0000000..ac75ebc --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/eggplant.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:eggplant", + "parent1": "croptopia:zucchini", + "parent2": "croptopia:tomato" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/elderberry.json b/kubejs/data/croptopia/agricraft/mutations/elderberry.json new file mode 100644 index 0000000..2e8bdf2 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/elderberry.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:elderberry", + "parent1": "croptopia:blackberry", + "parent2": "croptopia:currant" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/garlic.json b/kubejs/data/croptopia/agricraft/mutations/garlic.json new file mode 100644 index 0000000..708cc96 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/garlic.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:garlic", + "parent1": "croptopia:onion", + "parent2": "croptopia:ginger" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/ginger.json b/kubejs/data/croptopia/agricraft/mutations/ginger.json new file mode 100644 index 0000000..d2e6017 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/ginger.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:ginger", + "parent1": "croptopia:peanut", + "parent2": "minecraft:bamboo" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/grape.json b/kubejs/data/croptopia/agricraft/mutations/grape.json new file mode 100644 index 0000000..bcbbc40 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/grape.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:grape", + "parent1": "croptopia:blueberry", + "parent2": "croptopia:cantaloupe" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/greenbean.json b/kubejs/data/croptopia/agricraft/mutations/greenbean.json new file mode 100644 index 0000000..e1e1694 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/greenbean.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:greenbean", + "parent1": "minecraft:pumpkin", + "parent2": "supplementaries:flax" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/greenonion.json b/kubejs/data/croptopia/agricraft/mutations/greenonion.json new file mode 100644 index 0000000..cc26183 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/greenonion.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:greenonion", + "parent1": "croptopia:onion", + "parent2": "croptopia:greenbean" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/honeydew.json b/kubejs/data/croptopia/agricraft/mutations/honeydew.json new file mode 100644 index 0000000..79a8778 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/honeydew.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:honeydew", + "parent1": "minecraft:melon", + "parent2": "croptopia:oat" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/hops.json b/kubejs/data/croptopia/agricraft/mutations/hops.json new file mode 100644 index 0000000..fd443fb --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/hops.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:hops", + "parent1": "croptopia:barley", + "parent2": "croptopia:cauliflower" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/kale.json b/kubejs/data/croptopia/agricraft/mutations/kale.json new file mode 100644 index 0000000..ecfd6da --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/kale.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:kale", + "parent1": "croptopia:cabbage", + "parent2": "croptopia:cauliflower" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/kiwi.json b/kubejs/data/croptopia/agricraft/mutations/kiwi.json new file mode 100644 index 0000000..b1407c9 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/kiwi.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:kiwi", + "parent1": "croptopia:cantaloupe", + "parent2": "croptopia:strawberry" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/leek.json b/kubejs/data/croptopia/agricraft/mutations/leek.json new file mode 100644 index 0000000..d251d3e --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/leek.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:leek", + "parent1": "croptopia:celery", + "parent2": "minecraft:carrot" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/lettuce.json b/kubejs/data/croptopia/agricraft/mutations/lettuce.json new file mode 100644 index 0000000..7cb7b63 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/lettuce.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:lettuce", + "parent1": "croptopia:soybean", + "parent2": "croptopia:celery" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/mustard.json b/kubejs/data/croptopia/agricraft/mutations/mustard.json new file mode 100644 index 0000000..e3b1674 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/mustard.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:mustard", + "parent1": "croptopia:chile_pepper", + "parent2": "croptopia:greenbean" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/oat.json b/kubejs/data/croptopia/agricraft/mutations/oat.json new file mode 100644 index 0000000..a8fbcf8 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/oat.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:oat", + "parent1": "croptopia:corn", + "parent2": "croptopia:rice" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/olive.json b/kubejs/data/croptopia/agricraft/mutations/olive.json new file mode 100644 index 0000000..2f7cc81 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/olive.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:olive", + "parent1": "croptopia:blackberry", + "parent2": "croptopia:greenbean" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/onion.json b/kubejs/data/croptopia/agricraft/mutations/onion.json new file mode 100644 index 0000000..3bf2843 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/onion.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:onion", + "parent1": "minecraft:allium", + "parent2": "minecraft:potato" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/peanut.json b/kubejs/data/croptopia/agricraft/mutations/peanut.json new file mode 100644 index 0000000..db1f353 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/peanut.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:peanut", + "parent1": "croptopia:greenbean", + "parent2": "croptopia:corn" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/pepper.json b/kubejs/data/croptopia/agricraft/mutations/pepper.json new file mode 100644 index 0000000..9efeb86 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/pepper.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:pepper", + "parent1": "croptopia:mustard", + "parent2": "croptopia:bellpepper" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/pineapple.json b/kubejs/data/croptopia/agricraft/mutations/pineapple.json new file mode 100644 index 0000000..129e014 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/pineapple.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:pineapple", + "parent1": "croptopia:corn", + "parent2": "croptopia:spinach" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/radish.json b/kubejs/data/croptopia/agricraft/mutations/radish.json new file mode 100644 index 0000000..eea916d --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/radish.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:radish", + "parent1": "minecraft:beetroot", + "parent2": "minecraft:carrot" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/raspberry.json b/kubejs/data/croptopia/agricraft/mutations/raspberry.json new file mode 100644 index 0000000..a3afd19 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/raspberry.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:raspberry", + "parent1": "croptopia:strawberry", + "parent2": "croptopia:soybean" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/rhubarb.json b/kubejs/data/croptopia/agricraft/mutations/rhubarb.json new file mode 100644 index 0000000..04bb359 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/rhubarb.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:rhubarb", + "parent1": "minecraft:sugar_cane", + "parent2": "croptopia:lettuce" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/rice.json b/kubejs/data/croptopia/agricraft/mutations/rice.json new file mode 100644 index 0000000..2149c27 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/rice.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:rice", + "parent1": "croptopia:barley", + "parent2": "minecraft:wheat" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/rutabaga.json b/kubejs/data/croptopia/agricraft/mutations/rutabaga.json new file mode 100644 index 0000000..931face --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/rutabaga.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:rutabaga", + "parent1": "minecraft:beetroot", + "parent2": "croptopia:turnip" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/saguaro.json b/kubejs/data/croptopia/agricraft/mutations/saguaro.json new file mode 100644 index 0000000..d108642 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/saguaro.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:saguaro", + "parent1": "minecraft:sugar_cane", + "parent2": "minecraft:cactus" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/soybean.json b/kubejs/data/croptopia/agricraft/mutations/soybean.json new file mode 100644 index 0000000..d2a23e4 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/soybean.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:soybean", + "parent1": "croptopia:greenbean", + "parent2": "croptopia:rice" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/spinach.json b/kubejs/data/croptopia/agricraft/mutations/spinach.json new file mode 100644 index 0000000..89d7410 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/spinach.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:spinach", + "parent1": "croptopia:lettuce", + "parent2": "minecraft:cactus" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/squash.json b/kubejs/data/croptopia/agricraft/mutations/squash.json new file mode 100644 index 0000000..ded1a1f --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/squash.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:squash", + "parent1": "croptopia:eggplant", + "parent2": "minecraft:pumpkin" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/strawberry.json b/kubejs/data/croptopia/agricraft/mutations/strawberry.json new file mode 100644 index 0000000..b52a8a8 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/strawberry.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:strawberry", + "parent1": "minecraft:sweet_berries", + "parent2": "croptopia:soybean" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/sweetpotato.json b/kubejs/data/croptopia/agricraft/mutations/sweetpotato.json new file mode 100644 index 0000000..233022a --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/sweetpotato.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:sweetpotato", + "parent1": "minecraft:sugar_cane", + "parent2": "minecraft:potato" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/tomatillo.json b/kubejs/data/croptopia/agricraft/mutations/tomatillo.json new file mode 100644 index 0000000..871de11 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/tomatillo.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:tomatillo", + "parent1": "croptopia:tomato", + "parent2": "croptopia:cucumber" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/tomato.json b/kubejs/data/croptopia/agricraft/mutations/tomato.json new file mode 100644 index 0000000..ff7faaa --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/tomato.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:tomato", + "parent1": "croptopia:sweetpotato", + "parent2": "minecraft:carrot" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/turmeric.json b/kubejs/data/croptopia/agricraft/mutations/turmeric.json new file mode 100644 index 0000000..864479d --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/turmeric.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:turmeric", + "parent1": "croptopia:ginger", + "parent2": "croptopia:rice" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/turnip.json b/kubejs/data/croptopia/agricraft/mutations/turnip.json new file mode 100644 index 0000000..1d8109a --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/turnip.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:turnip", + "parent1": "minecraft:beetroot", + "parent2": "croptopia:radish" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/vanilla.json b/kubejs/data/croptopia/agricraft/mutations/vanilla.json new file mode 100644 index 0000000..03aee5e --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/vanilla.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:vanilla", + "parent1": "minecraft:sugar_cane", + "parent2": "croptopia:turmeric" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/yam.json b/kubejs/data/croptopia/agricraft/mutations/yam.json new file mode 100644 index 0000000..9881b4d --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/yam.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:yam", + "parent1": "croptopia:sweetpotato", + "parent2": "minecraft:potato" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/mutations/zucchini.json b/kubejs/data/croptopia/agricraft/mutations/zucchini.json new file mode 100644 index 0000000..12b3e78 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/mutations/zucchini.json @@ -0,0 +1,6 @@ +{ + "chance": 0.5, + "child": "croptopia:zucchini", + "parent1": "minecraft:pumpkin", + "parent2": "croptopia:cucumber" +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/artichoke.json b/kubejs/data/croptopia/agricraft/plants/artichoke.json new file mode 100644 index 0000000..ab9541c --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/artichoke.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:artichoke", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:artichoke_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/asparagus.json b/kubejs/data/croptopia/agricraft/plants/asparagus.json new file mode 100644 index 0000000..3370302 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/asparagus.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:asparagus", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:asparagus_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/barley.json b/kubejs/data/croptopia/agricraft/plants/barley.json new file mode 100644 index 0000000..4450418 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/barley.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:barley", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:barley_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/basil.json b/kubejs/data/croptopia/agricraft/plants/basil.json new file mode 100644 index 0000000..1109210 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/basil.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:basil", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:basil_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/bellpepper.json b/kubejs/data/croptopia/agricraft/plants/bellpepper.json new file mode 100644 index 0000000..feeed32 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/bellpepper.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:bellpepper", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:bellpepper_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/blackbean.json b/kubejs/data/croptopia/agricraft/plants/blackbean.json new file mode 100644 index 0000000..41e17df --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/blackbean.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:blackbean", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:blackbean_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/blackberry.json b/kubejs/data/croptopia/agricraft/plants/blackberry.json new file mode 100644 index 0000000..ffde2ba --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/blackberry.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:blackberry", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:blackberry_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/blueberry.json b/kubejs/data/croptopia/agricraft/plants/blueberry.json new file mode 100644 index 0000000..e87df35 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/blueberry.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:blueberry", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:blueberry_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/broccoli.json b/kubejs/data/croptopia/agricraft/plants/broccoli.json new file mode 100644 index 0000000..3ee496f --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/broccoli.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:broccoli", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:broccoli_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/cabbage.json b/kubejs/data/croptopia/agricraft/plants/cabbage.json new file mode 100644 index 0000000..ecf3d5e --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/cabbage.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:cabbage", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:cabbage_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/cantaloupe.json b/kubejs/data/croptopia/agricraft/plants/cantaloupe.json new file mode 100644 index 0000000..9db56b8 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/cantaloupe.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:cantaloupe", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:cantaloupe_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/cauliflower.json b/kubejs/data/croptopia/agricraft/plants/cauliflower.json new file mode 100644 index 0000000..74078e7 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/cauliflower.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:cauliflower", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:cauliflower_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/celery.json b/kubejs/data/croptopia/agricraft/plants/celery.json new file mode 100644 index 0000000..b91b908 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/celery.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:celery", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:celery_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/chile_pepper.json b/kubejs/data/croptopia/agricraft/plants/chile_pepper.json new file mode 100644 index 0000000..a1e2dc2 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/chile_pepper.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:chile_pepper", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:chile_pepper_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/coffee_beans.json b/kubejs/data/croptopia/agricraft/plants/coffee_beans.json new file mode 100644 index 0000000..2a44298 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/coffee_beans.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:coffee_beans", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:coffee_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/corn.json b/kubejs/data/croptopia/agricraft/plants/corn.json new file mode 100644 index 0000000..f72d89e --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/corn.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:corn", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:corn_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/cranberry.json b/kubejs/data/croptopia/agricraft/plants/cranberry.json new file mode 100644 index 0000000..32aafc9 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/cranberry.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:cranberry", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:cranberry_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/cucumber.json b/kubejs/data/croptopia/agricraft/plants/cucumber.json new file mode 100644 index 0000000..8ad7c6a --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/cucumber.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:cucumber", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:cucumber_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/currant.json b/kubejs/data/croptopia/agricraft/plants/currant.json new file mode 100644 index 0000000..a5b622e --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/currant.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:currant", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:currant_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/eggplant.json b/kubejs/data/croptopia/agricraft/plants/eggplant.json new file mode 100644 index 0000000..668e8ba --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/eggplant.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:eggplant", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:eggplant_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/elderberry.json b/kubejs/data/croptopia/agricraft/plants/elderberry.json new file mode 100644 index 0000000..4d45866 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/elderberry.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:elderberry", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:elderberry_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/garlic.json b/kubejs/data/croptopia/agricraft/plants/garlic.json new file mode 100644 index 0000000..a9e8b7a --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/garlic.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:garlic", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:garlic_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/ginger.json b/kubejs/data/croptopia/agricraft/plants/ginger.json new file mode 100644 index 0000000..5ce7c10 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/ginger.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:ginger", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:ginger_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/grape.json b/kubejs/data/croptopia/agricraft/plants/grape.json new file mode 100644 index 0000000..6cc9ad1 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/grape.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:grape", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:grape_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/greenbean.json b/kubejs/data/croptopia/agricraft/plants/greenbean.json new file mode 100644 index 0000000..6281bf2 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/greenbean.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:greenbean", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:greenbean_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/greenonion.json b/kubejs/data/croptopia/agricraft/plants/greenonion.json new file mode 100644 index 0000000..f3fe0e1 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/greenonion.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:greenonion", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:greenonion_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/honeydew.json b/kubejs/data/croptopia/agricraft/plants/honeydew.json new file mode 100644 index 0000000..279b794 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/honeydew.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:honeydew", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:honeydew_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/hops.json b/kubejs/data/croptopia/agricraft/plants/hops.json new file mode 100644 index 0000000..a53c570 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/hops.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:hops", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:hops_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/kale.json b/kubejs/data/croptopia/agricraft/plants/kale.json new file mode 100644 index 0000000..3ebda79 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/kale.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:kale", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:kale_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/kiwi.json b/kubejs/data/croptopia/agricraft/plants/kiwi.json new file mode 100644 index 0000000..c64beaa --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/kiwi.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:kiwi", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:kiwi_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/leek.json b/kubejs/data/croptopia/agricraft/plants/leek.json new file mode 100644 index 0000000..d7e5b4c --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/leek.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:leek", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:leek_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/lettuce.json b/kubejs/data/croptopia/agricraft/plants/lettuce.json new file mode 100644 index 0000000..1d3dcfa --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/lettuce.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:lettuce", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:lettuce_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/mustard.json b/kubejs/data/croptopia/agricraft/plants/mustard.json new file mode 100644 index 0000000..ffe3c35 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/mustard.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:mustard", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:mustard_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/oat.json b/kubejs/data/croptopia/agricraft/plants/oat.json new file mode 100644 index 0000000..5c6d4cd --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/oat.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:oat", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:oat_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/olive.json b/kubejs/data/croptopia/agricraft/plants/olive.json new file mode 100644 index 0000000..e6246e9 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/olive.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:olive", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:olive_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/onion.json b/kubejs/data/croptopia/agricraft/plants/onion.json new file mode 100644 index 0000000..3ae7db2 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/onion.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:onion", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:onion_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/peanut.json b/kubejs/data/croptopia/agricraft/plants/peanut.json new file mode 100644 index 0000000..e8c2464 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/peanut.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:peanut", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:peanut_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/pepper.json b/kubejs/data/croptopia/agricraft/plants/pepper.json new file mode 100644 index 0000000..737d159 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/pepper.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:pepper", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:pepper_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/pineapple.json b/kubejs/data/croptopia/agricraft/plants/pineapple.json new file mode 100644 index 0000000..ac450d3 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/pineapple.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:pineapple", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:pineapple_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/radish.json b/kubejs/data/croptopia/agricraft/plants/radish.json new file mode 100644 index 0000000..1459530 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/radish.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:radish", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:radish_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/raspberry.json b/kubejs/data/croptopia/agricraft/plants/raspberry.json new file mode 100644 index 0000000..c1b4688 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/raspberry.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:raspberry", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:raspberry_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/rhubarb.json b/kubejs/data/croptopia/agricraft/plants/rhubarb.json new file mode 100644 index 0000000..1af3d2e --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/rhubarb.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:rhubarb", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:rhubarb_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/rice.json b/kubejs/data/croptopia/agricraft/plants/rice.json new file mode 100644 index 0000000..84c6747 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/rice.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:rice", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:rice_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/rutabaga.json b/kubejs/data/croptopia/agricraft/plants/rutabaga.json new file mode 100644 index 0000000..752f9a9 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/rutabaga.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:rutabaga", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:rutabaga_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/saguaro.json b/kubejs/data/croptopia/agricraft/plants/saguaro.json new file mode 100644 index 0000000..56a23f7 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/saguaro.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:saguaro", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:saguaro_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/soybean.json b/kubejs/data/croptopia/agricraft/plants/soybean.json new file mode 100644 index 0000000..501d19f --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/soybean.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:soybean", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:soybean_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/spinach.json b/kubejs/data/croptopia/agricraft/plants/spinach.json new file mode 100644 index 0000000..a867910 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/spinach.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:spinach", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:spinach_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/squash.json b/kubejs/data/croptopia/agricraft/plants/squash.json new file mode 100644 index 0000000..94fa74c --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/squash.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:squash", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:squash_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/strawberry.json b/kubejs/data/croptopia/agricraft/plants/strawberry.json new file mode 100644 index 0000000..9607537 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/strawberry.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:strawberry", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:strawberry_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/sweetpotato.json b/kubejs/data/croptopia/agricraft/plants/sweetpotato.json new file mode 100644 index 0000000..b1d9208 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/sweetpotato.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:sweetpotato", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:sweetpotato_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/tea_leaves.json b/kubejs/data/croptopia/agricraft/plants/tea_leaves.json new file mode 100644 index 0000000..3306a0b --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/tea_leaves.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:tea_leaves", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:tea_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/tomatillo.json b/kubejs/data/croptopia/agricraft/plants/tomatillo.json new file mode 100644 index 0000000..0a38ed2 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/tomatillo.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:tomatillo", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:tomatillo_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/tomato.json b/kubejs/data/croptopia/agricraft/plants/tomato.json new file mode 100644 index 0000000..9b83095 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/tomato.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:tomato", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:tomato_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/turmeric.json b/kubejs/data/croptopia/agricraft/plants/turmeric.json new file mode 100644 index 0000000..381b66d --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/turmeric.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:turmeric", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:turmeric_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/turnip.json b/kubejs/data/croptopia/agricraft/plants/turnip.json new file mode 100644 index 0000000..a86ae21 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/turnip.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:turnip", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:turnip_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/vanilla.json b/kubejs/data/croptopia/agricraft/plants/vanilla.json new file mode 100644 index 0000000..28cd170 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/vanilla.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:vanilla", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:vanilla_seeds", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/yam.json b/kubejs/data/croptopia/agricraft/plants/yam.json new file mode 100644 index 0000000..91d44e8 --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/yam.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:yam", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:yam_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/agricraft/plants/zucchini.json b/kubejs/data/croptopia/agricraft/plants/zucchini.json new file mode 100644 index 0000000..55c09cb --- /dev/null +++ b/kubejs/data/croptopia/agricraft/plants/zucchini.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 4, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "croptopia:zucchini", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "croptopia:zucchini_seed", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 4, + 5, + 8, + 10, + 12, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/enchanted/agricraft/plants/belladonna.json b/kubejs/data/enchanted/agricraft/plants/belladonna.json new file mode 100644 index 0000000..edc39da --- /dev/null +++ b/kubejs/data/enchanted/agricraft/plants/belladonna.json @@ -0,0 +1,57 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 1, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "enchanted:belladonna_flower", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "enchanted:belladonna_seeds", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 5, + 7, + 12, + 14, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/enchanted/agricraft/plants/mandrake.json b/kubejs/data/enchanted/agricraft/plants/mandrake.json new file mode 100644 index 0000000..fab7eed --- /dev/null +++ b/kubejs/data/enchanted/agricraft/plants/mandrake.json @@ -0,0 +1,62 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 1, + "modifiers": [ + { + "id": "reclamation:summon_mandrake" + } + ], + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "enchanted:mandrake_root", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "enchanted:mandrake_seeds", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 4, + 5, + 7, + 9, + 12 + ] +} \ No newline at end of file diff --git a/kubejs/data/enchanted/agricraft/plants/snowbell.json b/kubejs/data/enchanted/agricraft/plants/snowbell.json new file mode 100644 index 0000000..5ed91ab --- /dev/null +++ b/kubejs/data/enchanted/agricraft/plants/snowbell.json @@ -0,0 +1,64 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 1, + "mods": [], + "products": [ + { + "chance": 0.75, + "item": "minecraft:snowball", + "max": 1, + "min": 1, + "required": true + }, + { + "chance": 0.75, + "item": "enchanted:icy_needle", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "enchanted:snowbell_seeds", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 3, + 7, + 11, + 14, + 16 + ] +} \ No newline at end of file diff --git a/kubejs/data/enchanted/agricraft/plants/water_artichoke.json b/kubejs/data/enchanted/agricraft/plants/water_artichoke.json new file mode 100644 index 0000000..20e2b92 --- /dev/null +++ b/kubejs/data/enchanted/agricraft/plants/water_artichoke.json @@ -0,0 +1,57 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 1, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "enchanted:water_artichoke", + "max": 2, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "enchanted:water_artichoke_seeds", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 2, + 3, + 5, + 7, + 14 + ] +} \ No newline at end of file diff --git a/kubejs/data/enchanted/agricraft/plants/wolfsbane.json b/kubejs/data/enchanted/agricraft/plants/wolfsbane.json new file mode 100644 index 0000000..c14617e --- /dev/null +++ b/kubejs/data/enchanted/agricraft/plants/wolfsbane.json @@ -0,0 +1,57 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 1, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "enchanted:wolfsbane_flower", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "enchanted:wolfsbane_seeds", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 3, + 8, + 10, + 12, + 14 + ] +} \ No newline at end of file diff --git a/kubejs/data/enchanted/enchanted/circle_magic/rite/fertility.json b/kubejs/data/enchanted/enchanted/circle_magic/rite/fertility.json new file mode 100644 index 0000000..96e13de --- /dev/null +++ b/kubejs/data/enchanted/enchanted/circle_magic/rite/fertility.json @@ -0,0 +1,28 @@ +{ + "items": [ + { + "id": "enchanted:quicklime", + "Count": 1 + }, + { + "id": "enchanted:gypsum", + "Count": 1 + }, + { + "id": "enchanted:mutandis", + "Count": 1 + }, + { + "id": "minecraft:bone_meal", + "Count": 1 + } + ], + "shapes": { + "enchanted:small_circle": "enchanted:ritual_chalk" + }, + "factory": { + "type": "enchanted:fertility", + "radius": 25, + "bonemeal_chance": 0.8 + } +} \ No newline at end of file diff --git a/kubejs/data/enchanted/enchanted/circle_magic/rite/forest.json b/kubejs/data/enchanted/enchanted/circle_magic/rite/forest.json new file mode 100644 index 0000000..5ff2d5a --- /dev/null +++ b/kubejs/data/enchanted/enchanted/circle_magic/rite/forest.json @@ -0,0 +1,13 @@ +{ + "items": [ + { "id": "enchanted:wicker_bundle", "Count": 1 }, + { "id": "botania:grass_seeds", "Count": 1 }, + { "id": "enchanted:whiff_of_magic", "Count": 1 }, + { "id": "bloodmagic:activationcrystalweak", "Count": 1} + ], + "shapes": { + "enchanted:medium_circle": "enchanted:ritual_chalk" + }, + "power": 4000, + "factory": { "type": "enchanted:forest", "radius": 25, "spacing": 7 } +} \ No newline at end of file diff --git a/kubejs/data/enchanted/tags/blocks/mutandis.json b/kubejs/data/enchanted/tags/blocks/mutandis.json new file mode 100644 index 0000000..f3fc8bb --- /dev/null +++ b/kubejs/data/enchanted/tags/blocks/mutandis.json @@ -0,0 +1,16 @@ +{ + "replace": true, + "values": [ + "minecraft:oak_sapling", + "minecraft:spruce_sapling", + "minecraft:birch_sapling", + "minecraft:jungle_sapling", + "minecraft:acacia_sapling", + "minecraft:dark_oak_sapling", + "minecraft:cherry_sapling", + "enchanted:alder_sapling", + "enchanted:rowan_sapling", + "enchanted:hawthorn_sapling", + "minecraft:dead_bush" + ] +} \ No newline at end of file diff --git a/kubejs/data/enchanted/tags/blocks/mutandis_extremis.json b/kubejs/data/enchanted/tags/blocks/mutandis_extremis.json new file mode 100644 index 0000000..85a5f08 --- /dev/null +++ b/kubejs/data/enchanted/tags/blocks/mutandis_extremis.json @@ -0,0 +1,10 @@ +{ + "replace": true, + "values": [ + "minecraft:grass", + "enchanted:glint_weed", + "enchanted:ember_moss", + "enchanted:spanish_moss", + "enchanted:blood_poppy" + ] +} \ No newline at end of file diff --git a/kubejs/data/farmersdelight/agricraft/soils/rich_farmland.json b/kubejs/data/farmersdelight/agricraft/soils/rich_farmland.json new file mode 100644 index 0000000..0bcb621 --- /dev/null +++ b/kubejs/data/farmersdelight/agricraft/soils/rich_farmland.json @@ -0,0 +1,12 @@ +{ + "acidity": "slightly_acidic", + "growth_modifier": 1.8, + "humidity": "wet", + "mods": [], + "nutrients": "very_high", + "variants": [ + { + "block": "farmersdelight:rich_soil_farmland" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/farmersdelight/agricraft/soils/rich_soil.json b/kubejs/data/farmersdelight/agricraft/soils/rich_soil.json new file mode 100644 index 0000000..182a95f --- /dev/null +++ b/kubejs/data/farmersdelight/agricraft/soils/rich_soil.json @@ -0,0 +1,12 @@ +{ + "acidity": "neutral", + "growth_modifier": 1.8, + "humidity": "damp", + "mods": [], + "nutrients": "very_high", + "variants": [ + { + "block": "farmersdelight:rich_soil" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/filter_agricraft.zip b/kubejs/data/filter_agricraft.zip new file mode 100644 index 0000000000000000000000000000000000000000..9fd6ec46f7ce6fd676222856d945a8f55c8c3449 GIT binary patch literal 434 zcmWIWW@Zs#U|`^2VBVu1&6oCf_8bNVhEPTZ25trhhJwW8Y`xs%+|-i9wG$3<9WoGb zdEffa`Nm?AE_VHYT^(y)hBbQ%n?(yO`JXpw+l_mBQ=gwbx8diNsX+n(`yZ@1HQ`v_ zqBP+nKOQbui+!Q%*}%v8xhtuwF2z?c?fexT&YAbB&hvdf^f4q{yX9Vl;=L_**XqBW zzBQeZmG6bdGLut#e9WNM|7OJg`Lko1_Uo)) zOdwBiF@Qj5@8u{E4a2Mq3=AoWC5ie0-i%E047hx%0#&a7rIGy2#Q+gxWRPH3=%V7& zrErH4MqilOY*h2`HY3DvTrPkaE}+1`a1`bqWMjP_yIO;cL8k+}S=m4iVq#!o*uucT J@B+kP003b|hgtvt literal 0 HcmV?d00001 diff --git a/kubejs/data/filter_agricraft_datapack.zip b/kubejs/data/filter_agricraft_datapack.zip new file mode 100644 index 0000000000000000000000000000000000000000..3e9879927a0410af138283c58dc5d5790e7690e3 GIT binary patch literal 442 zcmWIWW@Zs#U|`^2__JF*I^mhhq$Lat4DpN%4BQM13g%z4-#@Ksv?umEK)kPE7&rRQT%XejO>JsL+nY9b= zmz_%!DQ0Om%sqVOsso>9S%$Cuh8(_~3^q?VzNCmWJ~NAuu-vA;bNRGq`x(p)pNRi8 zxb`US-P+YpnL(c6VgP~A-pf%S8irXJ7#LC#OA_@1ycwC~8F2Yn1*%>FN+bE7ivc3Y z$RNSccx;_pm%<%J7=2-8vr)~%+l&yyak&6yxPSr!!&#Vnkd5_z>}m}%2AvM@W@Q68 Rh>3xTVG9ET!v_$D0RTM>i;4gM literal 0 HcmV?d00001 diff --git a/kubejs/data/filter_complicated_bees.zip b/kubejs/data/filter_complicated_bees.zip new file mode 100644 index 0000000000000000000000000000000000000000..2715973de8c98110863256f96c8cc52368b952e6 GIT binary patch literal 428 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�+Ek+MTU|Kcs=a#Sy5i@) z57{Hk5A8L#zU_CSE-h?sZP<(VEdBbcrB}y@%ILp(eb;>U)YCh2e-w!FzPna#zxVj8 z|M7V{`MxK=YJ2`|>HMkRJ}&+`?O&YPjn|hS=WUbkd>gsbX6w`KKE-jm8$Ye(-&3vm zVQ*gkIk)1~e|hKZ{M)ntb7OV>?PuBs8#cG@di(v$-+S9GY>*0l^J(|3JdgbKhvaGu zg07vG|B?8ny+*{U;(~-7=g)b@J05mkowW8>b>~5IzHKSehufm9n(LF!KUf!gc6M4l zm;ChHXx(LHayk1ww+7$;HUEEg@V4jcudgmMUcIcl$Zq{Rfp@R+DsuOm{&?`{n0sd4 zlVkVfZp}XOFL|TJ?KR8T^UUqmbsf9-L_anB-|2h#-@;wo|M&i5pK5R^Q#Ol%0RSJ8 BabExc literal 0 HcmV?d00001 diff --git a/kubejs/data/reclamation/structures/buildings/bunker_poor_top.nbt b/kubejs/data/reclamation/structures/buildings/bunker_poor_top.nbt new file mode 100644 index 0000000000000000000000000000000000000000..2ae8bb025a4c70851f16873b73f9cd99fd173ac6 GIT binary patch literal 4944 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 U&x05D57sjzx%+Z_%VJ;v0JU~vxc~qF literal 0 HcmV?d00001 diff --git a/kubejs/data/reclamation/structures/buildings/bunker_rich_top.nbt b/kubejs/data/reclamation/structures/buildings/bunker_rich_top.nbt new file mode 100644 index 0000000000000000000000000000000000000000..f960d90504e6520697d007cc3a0c77138ca2aeca GIT binary patch literal 6118 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 O{|p9R>DCs^j0^xu=5Kfa literal 0 HcmV?d00001 diff --git a/kubejs/data/reclamation/structures/buildings/cave_bottom.nbt b/kubejs/data/reclamation/structures/buildings/cave_bottom.nbt new file mode 100644 index 0000000000000000000000000000000000000000..b015d225efb0dbe1862444f0870792654efc22ab GIT binary patch literal 838 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 R|DXGhz2zx~aqLM31^}?2O{M?< literal 0 HcmV?d00001 diff --git a/kubejs/data/reclamation/structures/buildings/graveyard_bottom.nbt b/kubejs/data/reclamation/structures/buildings/graveyard_bottom.nbt new file mode 100644 index 0000000000000000000000000000000000000000..647e948bbd768d3b1be587ee69a4743d7ad94897 GIT binary patch literal 844 zcmb2|=3oGW|GhW-^Di679Qzpme~E7p8;7EwOa=R$YF0%>#UqS`y>qU;-J@ETvfKHw zY{6sI#~bVxZ+JUXJM{7uf2rT!a~G}M>Y@5Mq3*@Zj-K<&Us_7mhXrLx`W-erZ*s-n=xlu`jIs(hH~a_qS_L#8}Yp6 zJG|@ghGhn8G!#*~u7CRVWz+Y#*q7N)xBI?Mit=&FJUiFscXifX{*Sw+Ts;?Y)ztiXWnpE;SJ#OA zy%%r0Y0IBC-d>rWE}kZT<$I7=;L^p9=Nj8zc=~0YnRlAy3cuqkj{kmS^Y+o_9apQT zX;!>_`f+P)`mch!JaacqSL9v)@6p`_e}5d!kGkTQ+jDn$@J?qN|Mq3m*N9kOWv%_~ zS8n|GyPo#+bNP?wcb@)auw-gW#r=oon>~IucKiRoTjDZ0F D+Q^t$ literal 0 HcmV?d00001 diff --git a/kubejs/data/reclamation/structures/buildings/graveyard_top.nbt b/kubejs/data/reclamation/structures/buildings/graveyard_top.nbt new file mode 100644 index 0000000000000000000000000000000000000000..17d852690baa09901376a45d8052016913357c4e GIT binary patch literal 2471 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 literal 0 HcmV?d00001 diff --git a/kubejs/data/reclamation/structures/buildings/mine_top.nbt b/kubejs/data/reclamation/structures/buildings/mine_top.nbt new file mode 100644 index 0000000000000000000000000000000000000000..ab7d686f3cc86fe64535c0816693787efee8e55b GIT binary patch literal 3807 zcmb2|=3oGW|5xY47eBt1=&tzDUe&tqwMFJElfKC{owdHpjcZ?iS$H{|S0!=l7q2Bw zMQbhYFOXk-U*|yXB09TYu*U| z#5%d=;2G{?n>9e0WJ9~ahLS4e8KL?ilZ1jB2?_*UD<9s%@ zE`0OX@bHpqE}yEjX3x*eAoXkYXLK{Eojw2O$R8fVmv#64rn zG!R*`?vRRjHv`kck0TXrGfd>}nU~ha@)%^=Om6z66~c z)L9L-@@(dL&9v;u^;8S zjlnZE7sP z_WZ5}GDL1yj2 zC0|*S_rBZnDen6J{|e4MUw3^z^mAiedBU3ObHgh^(xqV!K$+f>|GAdWC)VV<=W7nC z#2Z}udj?cOB-dW8`S_oGvi^*9-NAn^#2ko7HUVX_9#gks#$?`WF$W?x8;KiazLohN z4w8#ExF&H{yvNk-Gi!41#hQatet4a)d(5;PB&^wEdTih2VBhm|4n-uJz=Yh2xsrP? z!i93@!Xy!_voE(C&;&=sAr*9O5P_F#4rqd$#5Eai&{>E8vf01={+EJM!!Eyi^8+Qd zwZ;b`+D*hkPGbdW2FKG^R#0qZtN9c$Cd*!m0hIvPB+ee)bbz&|)T0=r1XLzOu}@xC z3d%sc>JLV=n}8ClPf=AMI3OWK?-TB0Rm*-h!8mF^cj?SXpJ8&|Aah>gn)SCpg=CxO zXP(K=B#-@i_~NJhsfg3Eo!k=HJCzF=lXc5g^b*!Q?K{HSv-M8k!tRoDhnHkuiEIp( zc)j`=9{nJ*(MMnq174eD}tjLlNd?%MGr5 zIQz2DSKQ#*w6iZi?rzw)EywTYHcTRMjqdDViR{z0%a=#3vup(^g9$woId*FkLP%fY z^|5E%$7XHV*|1S9NAJh(#*?f)risOj$-X<@Kl;wx^EIxRF?eC^X zmSoGGF{x;uDQ_^ka zd)fOE)_eyUx3@Olx##P>eU}yCVW!VD=TL+&C`4L7DI~F&E7=zmNFbqakx9i>kqxmTyp6~3+Q#FLM2=Z~i9|{+8CEM00fz0qfqS^EHL#KtUHhxEdeF?Qu z8vf^FL4dRm~>D$LAfPy4@8bhL9Ihl1QP-WGgK`W zg(Z>rwS%+NVNe8q0A;C~VyPkwK< z`s=<~SHG{`U0Q6t{@CkZ3s>&DWoG{UtMlIY+-v%BVXvQM?XS$K|FPrdo$&ZC^%m>( z;?`aJ`uFPRZ~JThKHK#(@B5>&-C23-XI1U4-?~QZ|Gt~|OzYRlm!E$1`hEDFY2?vHof zdvp8x_r96y-x>aYc-K&zFE!BjU-EsMH}~?MFWU9zbK2*st^0nzzv^84V{_rv-@8`S z@ollzq{uDU9@@i*{@$~FUvjIW%=*N>hJb-6~)!1dt>kJxwkcV z>!0;+pKZMPF8u5|*Vp^km0i6V-@pEsq;<}#+pB+{js4Fm?*F!9`&<5Zvu@ zHl}t%^ZEPl7s#Ic`|-Se_5bH@*VWx}p7X{m-)i|ab=k-Ni_gD4`|bEU%Q-!Zzdb9u z^I|=_S=FnUoc60*ZtuFEv+Z-4Z{ECFx#^FO2QOM_eQaOd{=d(4Ztsp0DcG-^JU{KD)f{PU(A*Uw7m0UAcW-p6A2w!(n-R{=({0+I8zIzRchC@KEte z^FN0szdW+S`uXp(!PPtW?#(XKH~ac}_4EJxs$xv#yG{XZuQ;Qx77pw6_o71b$aicE6i_J?E10&+s&W#v);ZlIQDAu R|F!@4bXPFB?V7^C000rm&5Qs5 literal 0 HcmV?d00001 diff --git a/kubejs/data/reclamation/structures/buildings/oil_rig.nbt b/kubejs/data/reclamation/structures/buildings/oil_rig.nbt new file mode 100644 index 0000000000000000000000000000000000000000..213c96ff886b5e27c1f0e5a7487cb2d0bc0c501a GIT binary patch literal 4188 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 ArT_o{ literal 0 HcmV?d00001 diff --git a/kubejs/data/reclamation/structures/buildings/ruined_house_1_bottom.nbt b/kubejs/data/reclamation/structures/buildings/ruined_house_1_bottom.nbt new file mode 100644 index 0000000000000000000000000000000000000000..0133b817124c1f432e8cb9b7b32457fea5f1f7fb GIT binary patch literal 1869 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 literal 0 HcmV?d00001 diff --git a/kubejs/data/reclamation/structures/buildings/ruined_house_2.nbt b/kubejs/data/reclamation/structures/buildings/ruined_house_2.nbt new file mode 100644 index 0000000000000000000000000000000000000000..18b3aedefb94606a513c1d76d571c91da0238c38 GIT binary patch literal 7721 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 literal 0 HcmV?d00001 diff --git a/kubejs/data/reclamation/structures/buildings/silo.nbt b/kubejs/data/reclamation/structures/buildings/silo.nbt new file mode 100644 index 0000000000000000000000000000000000000000..38eb58af3b7d6fc9a737f7d09b7a0e3a780d38c4 GIT binary patch literal 3496 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 Hhk*eAXr&C{ literal 0 HcmV?d00001 diff --git a/kubejs/data/reclamation/structures/buildings/statue.nbt b/kubejs/data/reclamation/structures/buildings/statue.nbt new file mode 100644 index 0000000000000000000000000000000000000000..fcf5849da89065ae809698467dce4b00b4e0b7f6 GIT binary patch literal 3032 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 literal 0 HcmV?d00001 diff --git a/kubejs/data/reclamation/structures/ruin_corner_2.nbt b/kubejs/data/reclamation/structures/ruin_corner_2.nbt new file mode 100644 index 0000000000000000000000000000000000000000..9af59a82e9269ad0c6db8fa8fa5dbabdb22af8af GIT binary patch literal 566 zcmb2|=3oE==DpL-_FXm*Xi(pF**EChsl=m)step6wOJIdy>lgZ?XtoRdv#7rf4F9` zC~wm=S$_Ll9xHD>`+UZHvgZ@F1#D?g_#GJ&Y`n`ieO$9pXz$c8F6PI9hqG?4{FWm1 z{c$pHNx(7vU2-B`$vZ`-iyF2mNLVFzHE8Pj7$$o(MV<uGI56XwZjuSEhjH%*Eu-BC)VWgzvpNQZ#_RVv`LYp zP0xU3Vz)w(pv$_~n+=omgw9Ojcl{C2!r%QPgfs1AyJC&Rq2uQt-dXNv;9c0|F-Ps- zlQf+gy&#{wV@~rw>=SO`cl;sH!r%L2$&5QP&uTOdfpvfh_C4lJC(kDSI2WT1mg8#S z?}RGjIMl8LQVS+PRzja_F(RYu%76H;i4P-|L8pU8u@L})tdbK(yOaB-pqQr zt^2|H{d3ptKL1UnY_>+Zec`L!cXsZ5nRnUlhVSY&#~0e)(hi+FHDmdHu4@jTBelQh z-g&mm)cxMuyLRD`tIvt9k&ivOE4aP+hU3oXa|NenADPI{q?K$sy?yc8gssolzTpq} z=5;&Sr(oGLlbu&4KX~i1^Z)<#0@WhNlxmxfT=Y3(x6?&@cJ`g!E_eF!|0}#IzFr2yZuA)Em=jsck?nZ F003Sz8an_0 literal 0 HcmV?d00001 diff --git a/kubejs/data/reclamation/structures/ruin_wall_1.nbt b/kubejs/data/reclamation/structures/ruin_wall_1.nbt new file mode 100644 index 0000000000000000000000000000000000000000..4217d80d564f8abe105111003c47cd33ebd711ee GIT binary patch literal 324 zcmb2|=3oGW|7Ry1%xWq93#GZ2{Q1A?w+)+Nkr&X#6~6V!=8%gq+?}rp6OlJblJNt z_;LZ$j~yPTPneX=F+Rwp7Ilz=U-*o~&L+;|QAtgi`&w-l9v7{;H*>er`8UOG70+fF zUz(ggukzg_Ikj&oVsdGhlbz3)tU0L0__0OzVC-ruEuLwA9_%~X_|5wCuEnu=Q=%nj z?6|GJ?&`I9`+_A?&bxh2X9&E?zP-K^Y=tTwM;m*r9Qe#FAS007H5nI!-K literal 0 HcmV?d00001 diff --git a/kubejs/data/reclamation/structures/ruin_wall_2.nbt b/kubejs/data/reclamation/structures/ruin_wall_2.nbt new file mode 100644 index 0000000000000000000000000000000000000000..f6b9039388d2b29b4f7c911c8f62391a3070b6b9 GIT binary patch literal 308 zcmb2|=3oGW|63;=^lLE?Xlq}3lP>hST&8;86<8j7j?%Q)?i8r}AD{3+yPm3(_znS!**ypRq1jyF0~maVvLt9?Rh zP3iq6g)cI~^E}xque^(IeII7^&(Us``VWaGe)H^B-(MGI9?|-88vltOKIgJ;Gso;Z OX#MYLn)pg)1_l7F*OEE_ literal 0 HcmV?d00001 diff --git a/kubejs/data/reclamation/structures/ruin_wall_3.nbt b/kubejs/data/reclamation/structures/ruin_wall_3.nbt new file mode 100644 index 0000000000000000000000000000000000000000..6070518004057b4e1c951953e6829d41a65e1c7c GIT binary patch literal 356 zcmb2|=3oGW|63>f`W-e9XjR|u8?-UuFjr&C5!HyzZfkCYT`rjvRrn}@KjbOf9VzyX zTT++97DN@PoSuKb+IS;(gG`e0Jq@OY#ARh_Wo(uyS2iX%vb9Zgwwk^w$0t$zxuwfq zqsI#qSw8Ia;8DK(y)#$sgF)kA7xx!OJXH=bGI?s>)}W~WZ`560-G?y!=O ztTjK*ZFrSocKuMCx5RgS^WSTY(riBmg-f5RJKZL>JBIP-;xOBn4;gPbdrz5K%h(mU zRnjNiY{|4$>oOTVTQ3EqE!N+teu5`kv;xod9Qir_>H7Uo>c#sKs``8Um-Gh69=K^; O!{B)P(v=ui1_l6Qsjig( literal 0 HcmV?d00001 diff --git a/kubejs/data/reclamation/structures/ruin_wall_4.nbt b/kubejs/data/reclamation/structures/ruin_wall_4.nbt new file mode 100644 index 0000000000000000000000000000000000000000..9475f9d0a0194308ef9347a3296319f9e5b6a771 GIT binary patch literal 409 zcmb2|=3oGW|63=Y_B(7K;HrLhv8R@qPQ(H(f%yk#nI;`IE4t*FbhWeDHejm#gY|_0 z^Vdn=@`@-@Ieq;5uX7ff4or>D;$JX3*ee@58}DUF%IOq#=l$!UaH>`3nU!hxYnDHL zuf8s-o6PQW-^MIdo_^M)FUHKc?8~9FBzHaQ>PHtg&b(sqxQ|oi(7#B(B#yX< zW`o>{?$#t#ThpM|smnaK&3M{1o1G{7RhqZu_xIa=KZ`z7xNZGpr(dg5+E@MeOq!u{ zX6=*-p{>Ro-fAXNs!?Sej7GlFcYlB9U-oSGyqoFzK?V~u4}L0c5&vO-C{V96W%I;3 zi4`k?tyj#{IH-P8_9JKM*`B~Po`!K(MVv!6HEkDdSsN0Pzeb*YZD(QWg|6VU!S}YU zFlv0-_qT5IvUBc6FLtlGdvoXaUj2?*H~aklBUZOgc00e_d*NZ$FN4aoBliL_^`aYA Q=l@{*E))>Gh>d{(0N3Tix&QzG literal 0 HcmV?d00001 diff --git a/kubejs/data/reclamation/structures/ruin_wall_5.nbt b/kubejs/data/reclamation/structures/ruin_wall_5.nbt new file mode 100644 index 0000000000000000000000000000000000000000..296fdf675e7b4a77dd898877529c1f4f0ba51800 GIT binary patch literal 378 zcmb2|=3oGW|63;?^lNqyXlp+dwBY5zZuR7zPW^{BH-CIG)#s&yIjdNC`0QV7`?fke z++jQ;;ez$jr$+123*F=m?;QW*;@q3rs2={p zU}1ZwO>vnmx4-=KPFv%WVqe?Z7`2Zn<&x&pKb%p2T6`79WQ(r7Z{T?1}$>o4XHQuKs;CquhVX#*?yt`;FDN jAAVk~EYtb@)Eh=!yUAujTNys{|6q|il;M4zm4N{OQq8h0 literal 0 HcmV?d00001 diff --git a/kubejs/data/reclamation/structures/ruin_wall_6.nbt b/kubejs/data/reclamation/structures/ruin_wall_6.nbt new file mode 100644 index 0000000000000000000000000000000000000000..a52c23c97f9585a123976450b75b5f6e1c848321 GIT binary patch literal 342 zcmb2|=3oGW|3@dC&pK?tbL^^>-`pv08IRpa?BDqLT=MeR?nzpmnL_N*0lUm^M4xZm z^4jP-zwA;rR_VG+-#r7lCOAC#qRz?iLiw9wt&dQ^l}%~Be7`0;%(j9t>U_eM(pC&!hc6yQXm;U$)dW zZEL*bjiP@0nB+OP|11mgxWD%0iErM|gSFOh?=Nk;X~Oj^JO9wNWjdLhn-1KX`01L~ z8;&W--MiLAIL0KbyDhZH)bbvuy}aPJ@+;pO_9R^X8(h8qWpSu}-mDL1hc=l`TYY@M@PR*~lJ+O8a-$k{>;GVjdcSzabyfxj06lP} A?*IS* literal 0 HcmV?d00001 diff --git a/kubejs/data/reclamation/structures/ruin_wall_copper_1.nbt b/kubejs/data/reclamation/structures/ruin_wall_copper_1.nbt new file mode 100644 index 0000000000000000000000000000000000000000..56c13de6ce9937cbdb9e38599ed8501ed6088b10 GIT binary patch literal 343 zcmb2|=3oGW|7Ry1^lLE?Xlq}Z$}L^Xuvo5!=lr~0_4O%YY#Cx2na9_>mi}=~Z1d|p zkI*EOjVC9V{Y?8;e`r4A5`{T+3ndtidDVEv2Xb{)U0ZYVU`3F}wY8dNdY}70i#$5G z!})TBQboPT@e^C#Tcj?M^s#9cWK^4FP{g+R#&ylj92I^0KW^s8INE3#tSfk<_SA_3 zalvYwKW0|V%R0%hnWsXGG0if;`;5sk2Tg(RHw0tKcP&4ZbaeZ_=$sX2WM|L&wDqc; zQNaVf{+RSRw_8`PR!*H)`tow*v!lY#TP4{xO>q2{(7V6)<`-MuZBzM|Cz{P|x_Yg8 z>)MssT8?2itb*#A+1Qz$-dMCwI&4Bn#EX4wjxQ{pygxFtyz|zsc(Hqz>IL@weANG^ zbI+UJr_a*6*_X1s-*f5Sx#M@b{hw{y@vSrNuHs|m$mPEL1>d;xm6T1DI9VAO0CP~K A>Hq)$ literal 0 HcmV?d00001 diff --git a/kubejs/data/reclamation/structures/ruin_wall_copper_2.nbt b/kubejs/data/reclamation/structures/ruin_wall_copper_2.nbt new file mode 100644 index 0000000000000000000000000000000000000000..a4cf95b0553c13d29b1e1be49432c56e3e17c833 GIT binary patch literal 325 zcmb2|=3oGW|63>ddLJg!K$nY%6V_A(XbUH_Q>ZwyP63e4iHy*PJEE`jsSLIo>tvKZL)s&@WTI?~gNlE-ue}+HYZEXLkc~7wZgXR;mwsSY# hpLh0Nk{ literal 0 HcmV?d00001 diff --git a/kubejs/data/reclamation/structures/ruin_wall_copper_3.nbt b/kubejs/data/reclamation/structures/ruin_wall_copper_3.nbt new file mode 100644 index 0000000000000000000000000000000000000000..d482f8147dc05c4db2f6d3967c337069d0c630af GIT binary patch literal 377 zcmb2|=3oE==B<;@`yDpmId<3V?kzu=9R-j2TaI`aJnOM2T)XGo+eKS_J#EB-EroGar$)0>Su4hJ-udprf{;Sj`6zlS|oWy^;(HuN^pTMsxfIuZ3cZ`o#`9FUwG_{=F-q=-&OP zPuDtA)_8>+y_DQC{fGS_N39N*y%YCIYwQWVJ$vIShUqT5j~@>=Ue@d6I_YDPn<5MA z>5AZ{`y8H|d%yl&U}~s$b>%a|e5om(t*+L zPrd2)>6at_!i|TL?31TU8umOlP(0l8VEOeI9exK4^5%VDnY&^CJ0rWtqB19WeAXXG ztZCzv)SoVC{QAweSq5=>k6%^zeDAneICI9yH%58iCqy1@nc=CewMA@qe4do!2bHXr z*->UQG6Qe0TcvxS2~G}eei`Ha%Qo?JEN{%(o|_-8JayRketrA*SFz8w1b;G#zG)Ji z+dV5t?R?b5*zNuq=bS=Vb460uu2P<{Ze{nnkjNyyL`AJ;LDQHHF-4;=?nu2Hmd8#h zn=}<25_P86t4nSb2%2qg7Wdd*^1bOk>kmikHm3h&+O4>|_U-TMQ!jYCeP28Il*`mv zUT4lvc&}YAeMgR`e%`l#-z^M(iOuJA%s86i?JM6Zs=uN)g!jN3;e8BOTFmBsV`X3f E0MS&pVE_OC literal 0 HcmV?d00001 diff --git a/kubejs/data/reclamation/structures/ruin_wall_copper_6.nbt b/kubejs/data/reclamation/structures/ruin_wall_copper_6.nbt new file mode 100644 index 0000000000000000000000000000000000000000..b9dd4e86db28706386b0a5d25933ffec59da6ada GIT binary patch literal 360 zcmb2|=3oE==A)C&`yDpmIktD{%S(PA7&t6GNX)TR_KR7)ru243Zm_Cb@*c+gUhTK@ zy>46(h|+TJ{8GH{{JP)<7NvZ<0EPnshV4&gs4Uo^?967%qup3>@kY(d;C(Ub3RSPS zdrtQK;97O5Wph)hMpSy20f9G+{JEwH|zQ*a?`-_`JE{UiAG&!U8{K_uPN(fRo3wLo4rbnwQyze59-`)R@m4N{O-4(Ju literal 0 HcmV?d00001 diff --git a/kubejs/data/reclamation/tags/blocks/convert_under.json b/kubejs/data/reclamation/tags/blocks/convert_under.json new file mode 100644 index 0000000..f9252c3 --- /dev/null +++ b/kubejs/data/reclamation/tags/blocks/convert_under.json @@ -0,0 +1,16 @@ +{ + "values": [ + "minecraft:fire", + "minecraft:air", + "enchanted:nether_chalk", + "enchanted:golden_chalk", + "minecraft:grass", + "minecraft:tall_grass", + "minecraft:warped_roots", + "minecraft:warped_fungus", + "#minecraft:flowers", + "#minecraft:replaceable_by_trees", + "#cucumber:mineable/sickle", + "#enchanted:broom_sweepable" + ] +} \ No newline at end of file diff --git a/kubejs/data/reclamation/tags/blocks/convertible.json b/kubejs/data/reclamation/tags/blocks/convertible.json new file mode 100644 index 0000000..6efcda0 --- /dev/null +++ b/kubejs/data/reclamation/tags/blocks/convertible.json @@ -0,0 +1,19 @@ +{ + "values": [ + "naturesaura:nether_grass", + "minecraft:netherrack", + "minecraft:warped_nylium", + "minecraft:crimson_nylium", + "minecraft:soul_sand", + "minecraft:soul_soil", + "minecraft:blackstone", + "minecraft:basalt", + "minecraft:sand", + "minecraft:gravel", + "minecraft:dirt", + "minecraft:grass_block", + "kubejs:dried_earth", + "minecraft:mycelium", + "minecraft:podzol" + ] +} \ No newline at end of file diff --git a/kubejs/data/reclamation/tags/blocks/ocean_convertible.json b/kubejs/data/reclamation/tags/blocks/ocean_convertible.json new file mode 100644 index 0000000..3942496 --- /dev/null +++ b/kubejs/data/reclamation/tags/blocks/ocean_convertible.json @@ -0,0 +1,10 @@ +{ + "values": [ + "#reclamation:convertible", + "minecraft:stone", + "minecraft:diorite", + "minecraft:andesite", + "minecraft:granite", + "minecraft:clay" + ] +} \ No newline at end of file diff --git a/kubejs/data/reclamation/tags/items/elemental_essence.json b/kubejs/data/reclamation/tags/items/elemental_essence.json new file mode 100644 index 0000000..9893e94 --- /dev/null +++ b/kubejs/data/reclamation/tags/items/elemental_essence.json @@ -0,0 +1,8 @@ +{ + "values": [ + "mysticalagriculture:air_essence", + "mysticalagriculture:water_essence", + "mysticalagriculture:fire_essence", + "mysticalagriculture:earth_essence" + ] +} \ No newline at end of file diff --git a/kubejs/data/reclamation/tags/mekanism/infuse_type/imperium.json b/kubejs/data/reclamation/tags/mekanism/infuse_type/imperium.json new file mode 100644 index 0000000..ee42b24 --- /dev/null +++ b/kubejs/data/reclamation/tags/mekanism/infuse_type/imperium.json @@ -0,0 +1,5 @@ +{ + "values": [ + "reclamation:imperium" + ] +} \ No newline at end of file diff --git a/kubejs/data/reclamation/tags/mekanism/infuse_type/inferium.json b/kubejs/data/reclamation/tags/mekanism/infuse_type/inferium.json new file mode 100644 index 0000000..a286bed --- /dev/null +++ b/kubejs/data/reclamation/tags/mekanism/infuse_type/inferium.json @@ -0,0 +1,5 @@ +{ + "values": [ + "reclamation:inferium" + ] +} \ No newline at end of file diff --git a/kubejs/data/reclamation/tags/mekanism/infuse_type/prudentium.json b/kubejs/data/reclamation/tags/mekanism/infuse_type/prudentium.json new file mode 100644 index 0000000..7fcce28 --- /dev/null +++ b/kubejs/data/reclamation/tags/mekanism/infuse_type/prudentium.json @@ -0,0 +1,5 @@ +{ + "values": [ + "reclamation:prudentium" + ] +} \ No newline at end of file diff --git a/kubejs/data/reclamation/tags/mekanism/infuse_type/tertium.json b/kubejs/data/reclamation/tags/mekanism/infuse_type/tertium.json new file mode 100644 index 0000000..0dcfa0c --- /dev/null +++ b/kubejs/data/reclamation/tags/mekanism/infuse_type/tertium.json @@ -0,0 +1,5 @@ +{ + "values": [ + "reclamation:tertium" + ] +} \ No newline at end of file diff --git a/kubejs/data/reclamation/tags/worldgen/biome/dead.json b/kubejs/data/reclamation/tags/worldgen/biome/dead.json new file mode 100644 index 0000000..1d7bd09 --- /dev/null +++ b/kubejs/data/reclamation/tags/worldgen/biome/dead.json @@ -0,0 +1,13 @@ +{ + "values": [ + "reclamation:dead_beach", + "reclamation:dead_forest", + "reclamation:dead_highland", + "reclamation:dead_hills", + "reclamation:dead_mountain", + "reclamation:dead_ocean", + "reclamation:dead_plains", + "reclamation:dead_river", + "reclamation:dead_wastes" + ] +} \ No newline at end of file diff --git a/kubejs/data/reclamation/tags/worldgen/biome/has_structure/big_ruins.json b/kubejs/data/reclamation/tags/worldgen/biome/has_structure/big_ruins.json new file mode 100644 index 0000000..79a1dfb --- /dev/null +++ b/kubejs/data/reclamation/tags/worldgen/biome/has_structure/big_ruins.json @@ -0,0 +1,8 @@ +{ + "values": [ + "reclamation:dead_forest", + "reclamation:dead_highland", + "reclamation:dead_hills", + "reclamation:dead_plains" + ] +} \ No newline at end of file diff --git a/kubejs/data/reclamation/tags/worldgen/biome/has_structure/ruin_corners.json b/kubejs/data/reclamation/tags/worldgen/biome/has_structure/ruin_corners.json new file mode 100644 index 0000000..7eda935 --- /dev/null +++ b/kubejs/data/reclamation/tags/worldgen/biome/has_structure/ruin_corners.json @@ -0,0 +1,8 @@ +{ + "values": [ + "reclamation:dead_forest", + "reclamation:dead_mountain", + "reclamation:dead_ocean", + "reclamation:dead_plains" + ] +} \ No newline at end of file diff --git a/kubejs/data/reclamation/tags/worldgen/biome/has_structure/ruin_walls.json b/kubejs/data/reclamation/tags/worldgen/biome/has_structure/ruin_walls.json new file mode 100644 index 0000000..27b2b76 --- /dev/null +++ b/kubejs/data/reclamation/tags/worldgen/biome/has_structure/ruin_walls.json @@ -0,0 +1,11 @@ +{ + "values": [ + "reclamation:dead_beach", + "reclamation:dead_forest", + "reclamation:dead_highland", + "reclamation:dead_hills", + "reclamation:dead_mountain", + "reclamation:dead_ocean", + "reclamation:dead_plains" + ] +} \ No newline at end of file diff --git a/kubejs/data/reclamation/tags/worldgen/biome/reclaimed.json b/kubejs/data/reclamation/tags/worldgen/biome/reclaimed.json new file mode 100644 index 0000000..14dab9a --- /dev/null +++ b/kubejs/data/reclamation/tags/worldgen/biome/reclaimed.json @@ -0,0 +1,9 @@ +{ + "values": [ + "minecraft:forest", + "minecraft:beach", + "minecraft:plains", + "minecraft:ocean", + "minecraft:river" + ] +} \ No newline at end of file diff --git a/kubejs/data/reclamation/tags/worldgen/structure/ruins.json b/kubejs/data/reclamation/tags/worldgen/structure/ruins.json new file mode 100644 index 0000000..45549d0 --- /dev/null +++ b/kubejs/data/reclamation/tags/worldgen/structure/ruins.json @@ -0,0 +1,7 @@ +{ + "values": [ + "reclamation:ruin_walls", + "reclamation:ruin_corners", + "reclamation:ruin_walls_copper" + ] +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/biome/dead_beach.json b/kubejs/data/reclamation/worldgen/biome/dead_beach.json new file mode 100644 index 0000000..b6e6281 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/biome/dead_beach.json @@ -0,0 +1,124 @@ +{ + "temperature": 2.0, + "downfall": 0.2, + "has_precipitation": true, + "effects": { + "fog_color": 14409153, + "foliage_color": 11904876, + "grass_color": 11375460, + "mood_sound": { + "block_search_extent": 8, + "offset": 2.0, + "sound": "minecraft:ambient.cave", + "tick_delay": 6000 + }, + "music": { + "max_delay": 24000, + "min_delay": 12000, + "replace_current_music": false, + "sound": "minecraft:music.overworld.desert" + }, + "particle": { + "options": { + "type": "minecraft:mycelium" + }, + "probability": 0.00357 + }, + "sky_color": 9020343, + "water_color": 4405025, + "water_fog_color": 789507 + }, + "spawners": { + "ambient": [ + { + "type": "minecraft:bat", + "weight": 10, + "minCount": 8, + "maxCount": 8 + } + ], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [ + { + "type": "minecraft:cave_spider", + "weight": 40, + "minCount": 1, + "maxCount": 3 + }, + { + "type": "minecraft:husk", + "weight": 100, + "minCount": 2, + "maxCount": 4 + }, + { + "type": "minecraft:skeleton", + "weight": 70, + "minCount": 1, + "maxCount": 3 + }, + { + "type": "minecraft:creeper", + "weight": 40, + "minCount": 1, + "maxCount": 2 + }, + { + "type": "minecraft:enderman", + "weight": 10, + "minCount": 1, + "maxCount": 4 + } + ], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + }, + "spawn_costs": {}, + "carvers": { + "air": [ + "minecraft:cave", + "minecraft:cave_extra_underground", + "minecraft:canyon" + ] + }, + "features": [ + [], + [ + "minecraft:lake_lava_underground", + "minecraft:lake_lava_surface" + ], + [], + [], + [], + [], + [ + "minecraft:ore_gravel", + "minecraft:ore_granite_upper", + "minecraft:ore_granite_lower", + "minecraft:ore_diorite_upper", + "minecraft:ore_diorite_lower", + "minecraft:ore_andesite_upper", + "minecraft:ore_andesite_lower", + "minecraft:ore_tuff", + "minecraft:underwater_magma", + "reclamation:sand_deposit", + "reclamation:clay_deposit" + ], + [], + [ + "minecraft:spring_water", + "minecraft:spring_lava" + ], + [ + "reclamation:bonemeal_flowers", + "reclamation:patch_dead_bush_sparse", + "minecraft:patch_grass_badlands" + ], + [ + "minecraft:freeze_top_layer" + ] + ] +} diff --git a/kubejs/data/reclamation/worldgen/biome/dead_forest.json b/kubejs/data/reclamation/worldgen/biome/dead_forest.json new file mode 100644 index 0000000..96a91d1 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/biome/dead_forest.json @@ -0,0 +1,126 @@ +{ + "temperature": 2.0, + "downfall": 0.2, + "has_precipitation": true, + "effects": { + "fog_color": 14409153, + "foliage_color": 11904876, + "grass_color": 11375460, + "mood_sound": { + "block_search_extent": 8, + "offset": 2.0, + "sound": "minecraft:ambient.cave", + "tick_delay": 6000 + }, + "music": { + "max_delay": 24000, + "min_delay": 12000, + "replace_current_music": false, + "sound": "minecraft:music.overworld.desert" + }, + "particle": { + "options": { + "type": "minecraft:mycelium" + }, + "probability": 0.00357 + }, + "sky_color": 9020343, + "water_color": 4405025, + "water_fog_color": 789507 + }, + "spawners": { + "ambient": [ + { + "type": "minecraft:bat", + "weight": 10, + "minCount": 8, + "maxCount": 8 + } + ], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [ + { + "type": "minecraft:cave_spider", + "weight": 40, + "minCount": 1, + "maxCount": 3 + }, + { + "type": "minecraft:husk", + "weight": 100, + "minCount": 2, + "maxCount": 4 + }, + { + "type": "minecraft:skeleton", + "weight": 70, + "minCount": 1, + "maxCount": 3 + }, + { + "type": "minecraft:creeper", + "weight": 40, + "minCount": 1, + "maxCount": 2 + }, + { + "type": "minecraft:enderman", + "weight": 10, + "minCount": 1, + "maxCount": 4 + } + ], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + }, + "spawn_costs": {}, + "carvers": { + "air": [ + "minecraft:cave", + "minecraft:cave_extra_underground", + "minecraft:canyon" + ] + }, + "features": [ + [], + [ + "minecraft:lake_lava_underground", + "minecraft:lake_lava_surface" + ], + [], + [], + [], + [], + [ + "minecraft:ore_gravel", + "minecraft:ore_granite_upper", + "minecraft:ore_granite_lower", + "minecraft:ore_diorite_upper", + "minecraft:ore_diorite_lower", + "minecraft:ore_andesite_upper", + "minecraft:ore_andesite_lower", + "minecraft:ore_tuff", + "minecraft:underwater_magma", + "reclamation:sand_deposit", + "reclamation:clay_deposit" + ], + [], + [ + "minecraft:spring_water", + "minecraft:spring_lava" + ], + [ + "reclamation:bonemeal_flowers", + "reclamation:patch_dead_bush_sparse", + "reclamation:dead_tree_dense", + "reclamation:wasteland_nest", + "minecraft:patch_grass_badlands" + ], + [ + "minecraft:freeze_top_layer" + ] + ] +} diff --git a/kubejs/data/reclamation/worldgen/biome/dead_highland.json b/kubejs/data/reclamation/worldgen/biome/dead_highland.json new file mode 100644 index 0000000..1667444 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/biome/dead_highland.json @@ -0,0 +1,126 @@ +{ + "temperature": 2.0, + "downfall": 0.2, + "has_precipitation": true, + "effects": { + "fog_color": 14409153, + "foliage_color": 11904876, + "grass_color": 11375460, + "mood_sound": { + "block_search_extent": 8, + "offset": 2.0, + "sound": "minecraft:ambient.cave", + "tick_delay": 6000 + }, + "music": { + "max_delay": 24000, + "min_delay": 12000, + "replace_current_music": false, + "sound": "minecraft:music.overworld.desert" + }, + "particle": { + "options": { + "type": "minecraft:mycelium" + }, + "probability": 0.00357 + }, + "sky_color": 9020343, + "water_color": 4405025, + "water_fog_color": 789507 + }, + "spawners": { + "ambient": [ + { + "type": "minecraft:bat", + "weight": 10, + "minCount": 8, + "maxCount": 8 + } + ], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [ + { + "type": "minecraft:cave_spider", + "weight": 40, + "minCount": 1, + "maxCount": 3 + }, + { + "type": "minecraft:husk", + "weight": 100, + "minCount": 2, + "maxCount": 4 + }, + { + "type": "minecraft:skeleton", + "weight": 70, + "minCount": 1, + "maxCount": 3 + }, + { + "type": "minecraft:creeper", + "weight": 40, + "minCount": 1, + "maxCount": 2 + }, + { + "type": "minecraft:enderman", + "weight": 10, + "minCount": 1, + "maxCount": 4 + } + ], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + }, + "spawn_costs": {}, + "carvers": { + "air": [ + "minecraft:cave", + "minecraft:cave_extra_underground", + "minecraft:canyon" + ] + }, + "features": [ + [], + [ + "minecraft:lake_lava_underground", + "minecraft:lake_lava_surface" + ], + [], + [], + [], + [], + [ + "minecraft:ore_gravel", + "minecraft:ore_granite_upper", + "minecraft:ore_granite_lower", + "minecraft:ore_diorite_upper", + "minecraft:ore_diorite_lower", + "minecraft:ore_andesite_upper", + "minecraft:ore_andesite_lower", + "minecraft:ore_tuff", + "minecraft:underwater_magma", + "reclamation:sand_deposit", + "reclamation:clay_deposit" + ], + [], + [ + "minecraft:spring_water", + "minecraft:spring_lava" + ], + [ + "reclamation:bonemeal_flowers", + "reclamation:patch_dead_bush_sparse", + "reclamation:dead_tree_sparse", + "reclamation:wasteland_nest", + "minecraft:patch_grass_badlands" + ], + [ + "minecraft:freeze_top_layer" + ] + ] +} diff --git a/kubejs/data/reclamation/worldgen/biome/dead_hills.json b/kubejs/data/reclamation/worldgen/biome/dead_hills.json new file mode 100644 index 0000000..464ddbf --- /dev/null +++ b/kubejs/data/reclamation/worldgen/biome/dead_hills.json @@ -0,0 +1,126 @@ +{ + "temperature": 2.0, + "downfall": 0.2, + "has_precipitation": true, + "effects": { + "fog_color": 14409153, + "foliage_color": 11904876, + "grass_color": 11375460, + "mood_sound": { + "block_search_extent": 8, + "offset": 2.0, + "sound": "minecraft:ambient.cave", + "tick_delay": 6000 + }, + "music": { + "max_delay": 24000, + "min_delay": 12000, + "replace_current_music": false, + "sound": "minecraft:music.overworld.desert" + }, + "particle": { + "options": { + "type": "minecraft:mycelium" + }, + "probability": 0.00357 + }, + "sky_color": 9020343, + "water_color": 4405025, + "water_fog_color": 789507 + }, + "spawners": { + "ambient": [ + { + "type": "minecraft:bat", + "weight": 10, + "minCount": 8, + "maxCount": 8 + } + ], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [ + { + "type": "minecraft:cave_spider", + "weight": 40, + "minCount": 1, + "maxCount": 3 + }, + { + "type": "minecraft:husk", + "weight": 100, + "minCount": 2, + "maxCount": 4 + }, + { + "type": "minecraft:skeleton", + "weight": 70, + "minCount": 1, + "maxCount": 3 + }, + { + "type": "minecraft:creeper", + "weight": 40, + "minCount": 1, + "maxCount": 2 + }, + { + "type": "minecraft:enderman", + "weight": 10, + "minCount": 1, + "maxCount": 4 + } + ], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + }, + "spawn_costs": {}, + "carvers": { + "air": [ + "minecraft:cave", + "minecraft:cave_extra_underground", + "minecraft:canyon" + ] + }, + "features": [ + [], + [ + "minecraft:lake_lava_underground", + "minecraft:lake_lava_surface" + ], + [], + [], + [], + [], + [ + "minecraft:ore_gravel", + "minecraft:ore_granite_upper", + "minecraft:ore_granite_lower", + "minecraft:ore_diorite_upper", + "minecraft:ore_diorite_lower", + "minecraft:ore_andesite_upper", + "minecraft:ore_andesite_lower", + "minecraft:ore_tuff", + "minecraft:underwater_magma", + "reclamation:sand_deposit", + "reclamation:clay_deposit" + ], + [], + [ + "minecraft:spring_water", + "minecraft:spring_lava" + ], + [ + "reclamation:bonemeal_flowers", + "reclamation:dead_tree_sparse", + "reclamation:wasteland_nest", + "minecraft:patch_grass_badlands", + "minecraft:patch_dead_bush_2" + ], + [ + "minecraft:freeze_top_layer" + ] + ] +} diff --git a/kubejs/data/reclamation/worldgen/biome/dead_mountain.json b/kubejs/data/reclamation/worldgen/biome/dead_mountain.json new file mode 100644 index 0000000..1278dcd --- /dev/null +++ b/kubejs/data/reclamation/worldgen/biome/dead_mountain.json @@ -0,0 +1,126 @@ +{ + "temperature": 2.0, + "downfall": 0.2, + "has_precipitation": true, + "effects": { + "fog_color": 14409153, + "foliage_color": 11904876, + "grass_color": 11375460, + "mood_sound": { + "block_search_extent": 8, + "offset": 2.0, + "sound": "minecraft:ambient.cave", + "tick_delay": 6000 + }, + "music": { + "max_delay": 24000, + "min_delay": 12000, + "replace_current_music": false, + "sound": "minecraft:music.overworld.desert" + }, + "particle": { + "options": { + "type": "minecraft:mycelium" + }, + "probability": 0.00357 + }, + "sky_color": 9020343, + "water_color": 4405025, + "water_fog_color": 789507 + }, + "spawners": { + "ambient": [ + { + "type": "minecraft:bat", + "weight": 10, + "minCount": 8, + "maxCount": 8 + } + ], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [ + { + "type": "minecraft:cave_spider", + "weight": 40, + "minCount": 1, + "maxCount": 3 + }, + { + "type": "minecraft:husk", + "weight": 100, + "minCount": 2, + "maxCount": 4 + }, + { + "type": "minecraft:skeleton", + "weight": 70, + "minCount": 1, + "maxCount": 3 + }, + { + "type": "minecraft:creeper", + "weight": 40, + "minCount": 1, + "maxCount": 2 + }, + { + "type": "minecraft:enderman", + "weight": 10, + "minCount": 1, + "maxCount": 4 + } + ], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + }, + "spawn_costs": {}, + "carvers": { + "air": [ + "minecraft:cave", + "minecraft:cave_extra_underground", + "minecraft:canyon" + ] + }, + "features": [ + [], + [ + "minecraft:lake_lava_underground", + "minecraft:lake_lava_surface" + ], + [], + [], + [], + [], + [ + "minecraft:ore_gravel", + "minecraft:ore_granite_upper", + "minecraft:ore_granite_lower", + "minecraft:ore_diorite_upper", + "minecraft:ore_diorite_lower", + "minecraft:ore_andesite_upper", + "minecraft:ore_andesite_lower", + "minecraft:ore_tuff", + "minecraft:underwater_magma", + "reclamation:sand_deposit", + "reclamation:clay_deposit" + ], + [], + [ + "minecraft:spring_water", + "minecraft:spring_lava" + ], + [ + "reclamation:bonemeal_flowers", + "reclamation:patch_dead_bush_sparse", + "reclamation:dead_tree_rare", + "reclamation:wasteland_nest", + "minecraft:patch_grass_badlands" + ], + [ + "minecraft:freeze_top_layer" + ] + ] +} diff --git a/kubejs/data/reclamation/worldgen/biome/dead_ocean.json b/kubejs/data/reclamation/worldgen/biome/dead_ocean.json new file mode 100644 index 0000000..35b1064 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/biome/dead_ocean.json @@ -0,0 +1,124 @@ +{ + "temperature": 2.0, + "downfall": 0.2, + "has_precipitation": true, + "effects": { + "fog_color": 14409153, + "foliage_color": 11904876, + "grass_color": 11375460, + "mood_sound": { + "block_search_extent": 8, + "offset": 2.0, + "sound": "minecraft:ambient.cave", + "tick_delay": 6000 + }, + "music": { + "max_delay": 24000, + "min_delay": 12000, + "replace_current_music": false, + "sound": "minecraft:music.overworld.desert" + }, + "particle": { + "options": { + "type": "minecraft:mycelium" + }, + "probability": 0.00357 + }, + "sky_color": 9020343, + "water_color": 4405025, + "water_fog_color": 789507 + }, + "spawners": { + "ambient": [ + { + "type": "minecraft:bat", + "weight": 10, + "minCount": 8, + "maxCount": 8 + } + ], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [ + { + "type": "minecraft:cave_spider", + "weight": 40, + "minCount": 1, + "maxCount": 3 + }, + { + "type": "minecraft:drowned", + "weight": 100, + "minCount": 2, + "maxCount": 4 + }, + { + "type": "minecraft:skeleton", + "weight": 70, + "minCount": 1, + "maxCount": 3 + }, + { + "type": "minecraft:creeper", + "weight": 40, + "minCount": 1, + "maxCount": 2 + }, + { + "type": "minecraft:enderman", + "weight": 10, + "minCount": 1, + "maxCount": 4 + } + ], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + }, + "spawn_costs": {}, + "carvers": { + "air": [ + "minecraft:cave", + "minecraft:cave_extra_underground", + "minecraft:canyon" + ] + }, + "features": [ + [], + [ + "minecraft:lake_lava_underground", + "minecraft:lake_lava_surface" + ], + [], + [], + [], + [], + [ + "minecraft:ore_gravel", + "minecraft:ore_granite_upper", + "minecraft:ore_granite_lower", + "minecraft:ore_diorite_upper", + "minecraft:ore_diorite_lower", + "minecraft:ore_andesite_upper", + "minecraft:ore_andesite_lower", + "minecraft:ore_tuff", + "minecraft:underwater_magma", + "reclamation:sand_deposit", + "reclamation:clay_deposit" + ], + [], + [ + "minecraft:spring_water", + "minecraft:spring_lava" + ], + [ + "reclamation:bonemeal_flowers", + "minecraft:patch_grass_badlands", + "minecraft:patch_dead_bush_2" + ], + [ + "minecraft:freeze_top_layer" + ] + ] +} diff --git a/kubejs/data/reclamation/worldgen/biome/dead_plains.json b/kubejs/data/reclamation/worldgen/biome/dead_plains.json new file mode 100644 index 0000000..eaec436 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/biome/dead_plains.json @@ -0,0 +1,126 @@ +{ + "temperature": 2.0, + "downfall": 0.2, + "has_precipitation": true, + "effects": { + "fog_color": 14409153, + "foliage_color": 11904876, + "grass_color": 11375460, + "mood_sound": { + "block_search_extent": 8, + "offset": 2.0, + "sound": "minecraft:ambient.cave", + "tick_delay": 6000 + }, + "music": { + "max_delay": 24000, + "min_delay": 12000, + "replace_current_music": false, + "sound": "minecraft:music.overworld.desert" + }, + "particle": { + "options": { + "type": "minecraft:mycelium" + }, + "probability": 0.00357 + }, + "sky_color": 9020343, + "water_color": 4405025, + "water_fog_color": 789507 + }, + "spawners": { + "ambient": [ + { + "type": "minecraft:bat", + "weight": 10, + "minCount": 8, + "maxCount": 8 + } + ], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [ + { + "type": "minecraft:cave_spider", + "weight": 40, + "minCount": 1, + "maxCount": 3 + }, + { + "type": "minecraft:husk", + "weight": 100, + "minCount": 2, + "maxCount": 4 + }, + { + "type": "minecraft:skeleton", + "weight": 70, + "minCount": 1, + "maxCount": 3 + }, + { + "type": "minecraft:creeper", + "weight": 40, + "minCount": 1, + "maxCount": 2 + }, + { + "type": "minecraft:enderman", + "weight": 10, + "minCount": 1, + "maxCount": 4 + } + ], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + }, + "spawn_costs": {}, + "carvers": { + "air": [ + "minecraft:cave", + "minecraft:cave_extra_underground", + "minecraft:canyon" + ] + }, + "features": [ + [], + [ + "minecraft:lake_lava_underground", + "minecraft:lake_lava_surface" + ], + [], + [], + [], + [], + [ + "minecraft:ore_gravel", + "minecraft:ore_granite_upper", + "minecraft:ore_granite_lower", + "minecraft:ore_diorite_upper", + "minecraft:ore_diorite_lower", + "minecraft:ore_andesite_upper", + "minecraft:ore_andesite_lower", + "minecraft:ore_tuff", + "minecraft:underwater_magma", + "reclamation:sand_deposit", + "reclamation:clay_deposit" + ], + [], + [ + "minecraft:spring_water", + "minecraft:spring_lava" + ], + [ + "reclamation:bonemeal_flowers", + "reclamation:dead_tree_sparse", + "reclamation:wasteland_nest", + "minecraft:patch_grass_badlands", + "minecraft:patch_dead_bush_2" + ], + [ + "minecraft:freeze_top_layer" + ] + ] +} diff --git a/kubejs/data/reclamation/worldgen/biome/dead_river.json b/kubejs/data/reclamation/worldgen/biome/dead_river.json new file mode 100644 index 0000000..481f451 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/biome/dead_river.json @@ -0,0 +1,124 @@ +{ + "temperature": 2.0, + "downfall": 0.2, + "has_precipitation": true, + "effects": { + "fog_color": 14409153, + "foliage_color": 11904876, + "grass_color": 11375460, + "mood_sound": { + "block_search_extent": 8, + "offset": 2.0, + "sound": "minecraft:ambient.cave", + "tick_delay": 6000 + }, + "music": { + "max_delay": 24000, + "min_delay": 12000, + "replace_current_music": false, + "sound": "minecraft:music.overworld.desert" + }, + "particle": { + "options": { + "type": "minecraft:mycelium" + }, + "probability": 0.00357 + }, + "sky_color": 9020343, + "water_color": 4405025, + "water_fog_color": 789507 + }, + "spawners": { + "ambient": [ + { + "type": "minecraft:bat", + "weight": 10, + "minCount": 8, + "maxCount": 8 + } + ], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [ + { + "type": "minecraft:cave_spider", + "weight": 40, + "minCount": 1, + "maxCount": 3 + }, + { + "type": "minecraft:husk", + "weight": 100, + "minCount": 2, + "maxCount": 4 + }, + { + "type": "minecraft:skeleton", + "weight": 70, + "minCount": 1, + "maxCount": 3 + }, + { + "type": "minecraft:creeper", + "weight": 40, + "minCount": 1, + "maxCount": 2 + }, + { + "type": "minecraft:enderman", + "weight": 10, + "minCount": 1, + "maxCount": 4 + } + ], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + }, + "spawn_costs": {}, + "carvers": { + "air": [ + "minecraft:cave", + "minecraft:cave_extra_underground", + "minecraft:canyon" + ] + }, + "features": [ + [], + [ + "minecraft:lake_lava_underground", + "minecraft:lake_lava_surface" + ], + [], + [], + [], + [], + [ + "minecraft:ore_gravel", + "minecraft:ore_granite_upper", + "minecraft:ore_granite_lower", + "minecraft:ore_diorite_upper", + "minecraft:ore_diorite_lower", + "minecraft:ore_andesite_upper", + "minecraft:ore_andesite_lower", + "minecraft:ore_tuff", + "minecraft:underwater_magma", + "reclamation:sand_deposit", + "reclamation:clay_deposit" + ], + [], + [ + "minecraft:spring_water", + "minecraft:spring_lava" + ], + [ + "reclamation:bonemeal_flowers", + "minecraft:patch_grass_badlands", + "minecraft:patch_dead_bush_2" + ], + [ + "minecraft:freeze_top_layer" + ] + ] +} diff --git a/kubejs/data/reclamation/worldgen/biome/dead_wastes.json b/kubejs/data/reclamation/worldgen/biome/dead_wastes.json new file mode 100644 index 0000000..3c59320 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/biome/dead_wastes.json @@ -0,0 +1,61 @@ +{ + "carvers": { + "air": "minecraft:nether_cave" + }, + "downfall": 0.0, + "effects": { + "additions_sound": { + "sound": "minecraft:ambient.nether_wastes.additions", + "tick_chance": 0.0111 + }, + "ambient_sound": "minecraft:ambient.nether_wastes.loop", + "fog_color": 3344392, + "mood_sound": { + "block_search_extent": 8, + "offset": 2.0, + "sound": "minecraft:ambient.nether_wastes.mood", + "tick_delay": 6000 + }, + "music": { + "max_delay": 24000, + "min_delay": 12000, + "replace_current_music": false, + "sound": "minecraft:music.nether.nether_wastes" + }, + "sky_color": 7254527, + "water_color": 4159204, + "water_fog_color": 329011 + }, + "features": [ + [], + [], + [], + [], + [], + [], + [], + [ + "minecraft:patch_fire", + "minecraft:patch_soul_fire", + "minecraft:ore_magma", + "minecraft:spring_closed", + "minecraft:ore_gravel_nether", + "minecraft:ore_blackstone" + ], + [], + [] + ], + "has_precipitation": false, + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + }, + "temperature": 2.0 +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/configured_feature/bonemeal_flowers.json b/kubejs/data/reclamation/worldgen/configured_feature/bonemeal_flowers.json new file mode 100644 index 0000000..58c45a7 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/configured_feature/bonemeal_flowers.json @@ -0,0 +1,68 @@ +{ + "type": "minecraft:flower", + "config": { + "feature": { + "feature": { + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:noise_threshold_provider", + "default_state": { + "Name": "minecraft:dandelion" + }, + "high_chance": 0.33333334, + "high_states": [ + { + "Name": "minecraft:poppy" + }, + { + "Name": "minecraft:azure_bluet" + }, + { + "Name": "minecraft:oxeye_daisy" + }, + { + "Name": "minecraft:cornflower" + } + ], + "low_states": [ + { + "Name": "minecraft:orange_tulip" + }, + { + "Name": "minecraft:red_tulip" + }, + { + "Name": "minecraft:pink_tulip" + }, + { + "Name": "minecraft:white_tulip" + } + ], + "noise": { + "amplitudes": [ + 1.0 + ], + "firstOctave": 0 + }, + "scale": 0.005, + "seed": 2345, + "threshold": -0.8 + } + } + }, + "placement": [ + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "blocks": "minecraft:air" + } + } + ] + }, + "tries": 64, + "xz_spread": 6, + "y_spread": 2 + } +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/configured_feature/clay_deposit.json b/kubejs/data/reclamation/worldgen/configured_feature/clay_deposit.json new file mode 100644 index 0000000..fba6cb8 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/configured_feature/clay_deposit.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:disk", + "config": { + "half_height": 1, + "radius": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 3, + "min_inclusive": 2 + } + }, + "state_provider": { + "fallback": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:clay" + } + }, + "rules": [] + }, + "target": { + "type": "minecraft:matching_blocks", + "blocks": [ + "minecraft:gravel", + "kubejs:dried_earth", + "minecraft:stone" + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/configured_feature/dead_tree.json b/kubejs/data/reclamation/worldgen/configured_feature/dead_tree.json new file mode 100644 index 0000000..9814f59 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/configured_feature/dead_tree.json @@ -0,0 +1,47 @@ +{ + "type": "minecraft:tree", + "config": { + "ignore_vines": true, + "force_dirt": false, + "minimum_size": { + "type": "minecraft:two_layers_feature_size", + "limit": 4, + "lower_size": 0, + "upper_size": 1 + }, + "dirt_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:dirt" + } + }, + "trunk_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "kubejs:dead_log", + "Properties": { + "axis": "y" + } + } + }, + "foliage_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "trunk_placer": { + "type": "minecraft:fancy_trunk_placer", + "base_height": 4, + "height_rand_a": 3, + "height_rand_b": 1 + }, + "foliage_placer": { + "type": "minecraft:blob_foliage_placer", + "radius": 0, + "offset": 0, + "height": 0 + }, + "decorators": [] + } +} diff --git a/kubejs/data/reclamation/worldgen/configured_feature/sand_deposit.json b/kubejs/data/reclamation/worldgen/configured_feature/sand_deposit.json new file mode 100644 index 0000000..1217ff2 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/configured_feature/sand_deposit.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:disk", + "config": { + "half_height": 1, + "radius": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 3, + "min_inclusive": 2 + } + }, + "state_provider": { + "fallback": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:sand" + } + }, + "rules": [] + }, + "target": { + "type": "minecraft:matching_blocks", + "blocks": [ + "minecraft:gravel", + "kubejs:dried_earth", + "minecraft:stone" + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/configured_feature/soul_soil_blob.json b/kubejs/data/reclamation/worldgen/configured_feature/soul_soil_blob.json new file mode 100644 index 0000000..687560b --- /dev/null +++ b/kubejs/data/reclamation/worldgen/configured_feature/soul_soil_blob.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:netherrack_replace_blobs", + "config": { + "radius": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 4, + "min_inclusive": 2 + } + }, + "state": { + "Name": "minecraft:soul_soil", + "Properties": { + "axis": "y" + } + }, + "target": { + "Name": "minecraft:netherrack" + } + } +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/configured_feature/wasteland_nest.json b/kubejs/data/reclamation/worldgen/configured_feature/wasteland_nest.json new file mode 100644 index 0000000..4d8665d --- /dev/null +++ b/kubejs/data/reclamation/worldgen/configured_feature/wasteland_nest.json @@ -0,0 +1,6 @@ +{ + "type": "complicated_bees:complicated_bee_nest", + "config": { + "species": "reclamation:wasteland" + } +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/noise_settings/overworld.json b/kubejs/data/reclamation/worldgen/noise_settings/overworld.json new file mode 100644 index 0000000..3eba7bd --- /dev/null +++ b/kubejs/data/reclamation/worldgen/noise_settings/overworld.json @@ -0,0 +1,521 @@ +{ + "sea_level": 63, + "disable_mob_generation": false, + "aquifers_enabled": true, + "ore_veins_enabled": false, + "legacy_random_source": false, + "default_block": { + "Name": "minecraft:stone" + }, + "default_fluid": { + "Name": "minecraft:water", + "Properties": { + "level": "0" + } + }, + "noise": { + "min_y": -64, + "height": 384, + "size_horizontal": 1, + "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 + }, + "temperature": { + "type": "minecraft:shifted_noise", + "noise": "minecraft:temperature", + "xz_scale": 0.25, + "y_scale": 0, + "shift_x": "minecraft:shift_x", + "shift_y": 0, + "shift_z": "minecraft:shift_z" + }, + "vegetation": { + "type": "minecraft:shifted_noise", + "noise": "minecraft:vegetation", + "xz_scale": 0.25, + "y_scale": 0, + "shift_x": "minecraft:shift_x", + "shift_y": 0, + "shift_z": "minecraft:shift_z" + }, + "continents": "minecraft:overworld/continents", + "erosion": "minecraft:overworld/erosion", + "depth": "minecraft:overworld/depth", + "ridges": "minecraft:overworld/ridges", + "initial_density_without_jaggedness": { + "type": "minecraft:add", + "argument1": 0.1171875, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_y": -64, + "to_y": -40, + "from_value": 0, + "to_value": 1 + }, + "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_y": 240, + "to_y": 256, + "from_value": 1, + "to_value": 0 + }, + "argument2": { + "type": "minecraft:add", + "argument1": 0.078125, + "argument2": { + "type": "minecraft:clamp", + "input": { + "type": "minecraft:add", + "argument1": -0.703125, + "argument2": { + "type": "minecraft:mul", + "argument1": 4, + "argument2": { + "type": "minecraft:quarter_negative", + "argument": { + "type": "minecraft:mul", + "argument1": "minecraft:overworld/depth", + "argument2": { + "type": "minecraft:cache_2d", + "argument": "minecraft:overworld/factor" + } + } + } + } + }, + "min": -64, + "max": 64 + } + } + } + } + } + } + }, + "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_y": -64, + "to_y": -40, + "from_value": 0, + "to_value": 1 + }, + "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_y": 240, + "to_y": 256, + "from_value": 1, + "to_value": 0 + }, + "argument2": { + "type": "minecraft:add", + "argument1": 0.078125, + "argument2": { + "type": "minecraft:range_choice", + "input": "minecraft:overworld/sloped_cheese", + "min_inclusive": -1000000, + "max_exclusive": 1.5625, + "when_in_range": { + "type": "minecraft:min", + "argument1": "minecraft:overworld/sloped_cheese", + "argument2": { + "type": "minecraft:mul", + "argument1": 5, + "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, + "argument2": { + "type": "minecraft:square", + "argument": { + "type": "minecraft:noise", + "noise": "minecraft:cave_layer", + "xz_scale": 1, + "y_scale": 8 + } + } + }, + "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, + "y_scale": 0.6666666666666666 + } + }, + "min": -1, + "max": 1 + }, + "argument2": { + "type": "minecraft:clamp", + "input": { + "type": "minecraft:add", + "argument1": 1.5, + "argument2": { + "type": "minecraft:mul", + "argument1": -0.64, + "argument2": "minecraft:overworld/sloped_cheese" + } + }, + "min": 0, + "max": 0.5 + } + } + }, + "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", + "min_inclusive": -1000000, + "max_exclusive": 0.03, + "when_in_range": -1000000, + "when_out_of_range": "minecraft:overworld/caves/pillars" + } + } + } + } + } + } + } + } + } + } + } + } + }, + "argument2": "minecraft:overworld/caves/noodle" + }, + "vein_toggle": { + "type": "minecraft:interpolated", + "argument": { + "type": "minecraft:range_choice", + "input": "minecraft:y", + "min_inclusive": -60, + "max_exclusive": 51, + "when_in_range": { + "type": "minecraft:noise", + "noise": "minecraft:ore_veininess", + "xz_scale": 1.5, + "y_scale": 1.5 + }, + "when_out_of_range": 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", + "min_inclusive": -60, + "max_exclusive": 51, + "when_in_range": { + "type": "minecraft:noise", + "noise": "minecraft:ore_vein_a", + "xz_scale": 4, + "y_scale": 4 + }, + "when_out_of_range": 0 + } + } + }, + "argument2": { + "type": "minecraft:abs", + "argument": { + "type": "minecraft:interpolated", + "argument": { + "type": "minecraft:range_choice", + "input": "minecraft:y", + "min_inclusive": -60, + "max_exclusive": 51, + "when_in_range": { + "type": "minecraft:noise", + "noise": "minecraft:ore_vein_b", + "xz_scale": 4, + "y_scale": 4 + }, + "when_out_of_range": 0 + } + } + } + } + }, + "vein_gap": { + "type": "minecraft:noise", + "noise": "minecraft:ore_gap", + "xz_scale": 1, + "y_scale": 1 + } + }, + "spawn_target": [ + { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + -0.16 + ], + "depth": 0, + "offset": 0 + }, + { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + 0.16, + 1 + ], + "depth": 0, + "offset": 0 + } + ], + "surface_rule": { + "type": "minecraft:sequence", + "sequence": [ + { + "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:above_preliminary_surface" + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 40 + }, + "surface_depth_multiplier": 2, + "add_stone_depth": true + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 1, + "surface_type": "floor", + "add_surface_depth": true, + "secondary_depth_range": 3 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "kubejs:dried_earth" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": -4, + "surface_depth_multiplier": 0, + "add_stone_depth": true + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "kubejs:dried_earth" + } + } + }, + { + "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": "minecraft:gravel" + } + } + } + ] + } + } + }, + { + "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:block", + "result_state": { + "Name": "minecraft:deepslate", + "Properties": { + "axis": "y" + } + } + } + } + ] + } +} diff --git a/kubejs/data/reclamation/worldgen/placed_feature/bonemeal_flowers.json b/kubejs/data/reclamation/worldgen/placed_feature/bonemeal_flowers.json new file mode 100644 index 0000000..8902c40 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/placed_feature/bonemeal_flowers.json @@ -0,0 +1,12 @@ +{ + "feature": "reclamation:bonemeal_flowers", + "placement": [ + { + "type": "minecraft:count", + "count": { + "type": "constant", + "value": 0 + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/placed_feature/clay_deposit.json b/kubejs/data/reclamation/worldgen/placed_feature/clay_deposit.json new file mode 100644 index 0000000..053591a --- /dev/null +++ b/kubejs/data/reclamation/worldgen/placed_feature/clay_deposit.json @@ -0,0 +1,22 @@ +{ + "feature": "reclamation:clay_deposit", + "placement": [ + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "OCEAN_FLOOR_WG" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_fluids", + "fluids": "minecraft:water" + } + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/placed_feature/dead_tree_dense.json b/kubejs/data/reclamation/worldgen/placed_feature/dead_tree_dense.json new file mode 100644 index 0000000..cf1aed1 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/placed_feature/dead_tree_dense.json @@ -0,0 +1,51 @@ +{ + "feature": "reclamation:dead_tree", + "placement": [ + { + "type": "minecraft:count", + "count": { + "type": "minecraft:weighted_list", + "distribution": [ + { + "weight": 4, + "data": 0 + }, + { + "weight": 2, + "data": 1 + }, + { + "weight": 1, + "data": 2 + } + ] + } + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:surface_water_depth_filter", + "max_water_depth": 0 + }, + { + "type": "minecraft:heightmap", + "heightmap": "OCEAN_FLOOR" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:would_survive", + "state": { + "Name": "minecraft:oak_sapling", + "Properties": { + "stage": "0" + } + } + } + }, + { + "type": "minecraft:biome" + } + ] +} diff --git a/kubejs/data/reclamation/worldgen/placed_feature/dead_tree_rare.json b/kubejs/data/reclamation/worldgen/placed_feature/dead_tree_rare.json new file mode 100644 index 0000000..81a85e4 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/placed_feature/dead_tree_rare.json @@ -0,0 +1,47 @@ +{ + "feature": "reclamation:dead_tree", + "placement": [ + { + "type": "minecraft:count", + "count": { + "type": "minecraft:weighted_list", + "distribution": [ + { + "weight": 20, + "data": 0 + }, + { + "weight": 1, + "data": 1 + } + ] + } + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:surface_water_depth_filter", + "max_water_depth": 0 + }, + { + "type": "minecraft:heightmap", + "heightmap": "OCEAN_FLOOR" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:would_survive", + "state": { + "Name": "minecraft:oak_sapling", + "Properties": { + "stage": "0" + } + } + } + }, + { + "type": "minecraft:biome" + } + ] +} diff --git a/kubejs/data/reclamation/worldgen/placed_feature/dead_tree_sparse.json b/kubejs/data/reclamation/worldgen/placed_feature/dead_tree_sparse.json new file mode 100644 index 0000000..9eb6fa6 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/placed_feature/dead_tree_sparse.json @@ -0,0 +1,51 @@ +{ + "feature": "reclamation:dead_tree", + "placement": [ + { + "type": "minecraft:count", + "count": { + "type": "minecraft:weighted_list", + "distribution": [ + { + "weight": 16, + "data": 0 + }, + { + "weight": 1, + "data": 1 + }, + { + "weight": 1, + "data": 2 + } + ] + } + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:surface_water_depth_filter", + "max_water_depth": 0 + }, + { + "type": "minecraft:heightmap", + "heightmap": "OCEAN_FLOOR" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:would_survive", + "state": { + "Name": "minecraft:oak_sapling", + "Properties": { + "stage": "0" + } + } + } + }, + { + "type": "minecraft:biome" + } + ] +} diff --git a/kubejs/data/reclamation/worldgen/placed_feature/patch_dead_bush_sparse.json b/kubejs/data/reclamation/worldgen/placed_feature/patch_dead_bush_sparse.json new file mode 100644 index 0000000..c770abc --- /dev/null +++ b/kubejs/data/reclamation/worldgen/placed_feature/patch_dead_bush_sparse.json @@ -0,0 +1,19 @@ +{ + "feature": "minecraft:patch_dead_bush", + "placement": [ + { + "type": "minecraft:count", + "count": 1 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE_WG" + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/placed_feature/sand_deposit.json b/kubejs/data/reclamation/worldgen/placed_feature/sand_deposit.json new file mode 100644 index 0000000..eff20b0 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/placed_feature/sand_deposit.json @@ -0,0 +1,22 @@ +{ + "feature": "reclamation:sand_deposit", + "placement": [ + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "OCEAN_FLOOR_WG" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_fluids", + "fluids": "minecraft:water" + } + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/placed_feature/wasteland_nest.json b/kubejs/data/reclamation/worldgen/placed_feature/wasteland_nest.json new file mode 100644 index 0000000..4514201 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/placed_feature/wasteland_nest.json @@ -0,0 +1,23 @@ +{ + "feature": "reclamation:wasteland_nest", + "placement": [ + { + "type": "minecraft:count", + "count": 1 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE_WG" + }, + { + "type": "minecraft:biome" + }, + { + "type": "minecraft:rarity_filter", + "chance": 200 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/structure/big_ruins.json b/kubejs/data/reclamation/worldgen/structure/big_ruins.json new file mode 100644 index 0000000..067a919 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/structure/big_ruins.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#reclamation:has_structure/big_ruins", + "step": "surface_structures", + "spawn_overrides": {}, + "terrain_adaptation": "beard_thin", + "start_pool": "reclamation:big_ruins", + "size": 1, + "start_height": { + "absolute": -1 + }, + "project_start_to_heightmap": "OCEAN_FLOOR_WG", + "max_distance_from_center": 80, + "use_expansion_hack": false +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/structure/bunker_poor.json b/kubejs/data/reclamation/worldgen/structure/bunker_poor.json new file mode 100644 index 0000000..60344fa --- /dev/null +++ b/kubejs/data/reclamation/worldgen/structure/bunker_poor.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#reclamation:has_structure/big_ruins", + "step": "surface_structures", + "spawn_overrides": {}, + "terrain_adaptation": "beard_thin", + "start_pool": "reclamation:bunker_poor_top", + "size": 2, + "start_height": { + "absolute": 0 + }, + "project_start_to_heightmap": "OCEAN_FLOOR_WG", + "max_distance_from_center": 80, + "use_expansion_hack": false +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/structure/bunker_rich.json b/kubejs/data/reclamation/worldgen/structure/bunker_rich.json new file mode 100644 index 0000000..e171adf --- /dev/null +++ b/kubejs/data/reclamation/worldgen/structure/bunker_rich.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#reclamation:has_structure/big_ruins", + "step": "surface_structures", + "spawn_overrides": {}, + "terrain_adaptation": "beard_thin", + "start_pool": "reclamation:bunker_rich_top", + "size": 2, + "start_height": { + "absolute": 0 + }, + "project_start_to_heightmap": "OCEAN_FLOOR_WG", + "max_distance_from_center": 80, + "use_expansion_hack": false +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/structure/cave.json b/kubejs/data/reclamation/worldgen/structure/cave.json new file mode 100644 index 0000000..a1c2ed7 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/structure/cave.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#reclamation:has_structure/big_ruins", + "step": "surface_structures", + "spawn_overrides": {}, + "terrain_adaptation": "beard_thin", + "start_pool": "reclamation:cave_top", + "size": 2, + "start_height": { + "absolute": 0 + }, + "project_start_to_heightmap": "OCEAN_FLOOR_WG", + "max_distance_from_center": 80, + "use_expansion_hack": false +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/structure/graveyard.json b/kubejs/data/reclamation/worldgen/structure/graveyard.json new file mode 100644 index 0000000..16d15d2 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/structure/graveyard.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#reclamation:has_structure/big_ruins", + "step": "surface_structures", + "spawn_overrides": {}, + "terrain_adaptation": "beard_thin", + "start_pool": "reclamation:graveyard_top", + "size": 2, + "start_height": { + "absolute": 0 + }, + "project_start_to_heightmap": "OCEAN_FLOOR_WG", + "max_distance_from_center": 80, + "use_expansion_hack": false +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/structure/mine.json b/kubejs/data/reclamation/worldgen/structure/mine.json new file mode 100644 index 0000000..dfd86fa --- /dev/null +++ b/kubejs/data/reclamation/worldgen/structure/mine.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#reclamation:has_structure/big_ruins", + "step": "surface_structures", + "spawn_overrides": {}, + "terrain_adaptation": "beard_thin", + "start_pool": "reclamation:mine_top", + "size": 2, + "start_height": { + "absolute": 0 + }, + "project_start_to_heightmap": "OCEAN_FLOOR_WG", + "max_distance_from_center": 80, + "use_expansion_hack": false +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/structure/oil_rig.json b/kubejs/data/reclamation/worldgen/structure/oil_rig.json new file mode 100644 index 0000000..9e0ad92 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/structure/oil_rig.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#reclamation:has_structure/big_ruins", + "step": "surface_structures", + "spawn_overrides": {}, + "terrain_adaptation": "beard_thin", + "start_pool": "reclamation:oil_rig", + "size": 1, + "start_height": { + "absolute": 0 + }, + "project_start_to_heightmap": "OCEAN_FLOOR_WG", + "max_distance_from_center": 80, + "use_expansion_hack": false +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/structure/ruin_corners.json b/kubejs/data/reclamation/worldgen/structure/ruin_corners.json new file mode 100644 index 0000000..3024b9f --- /dev/null +++ b/kubejs/data/reclamation/worldgen/structure/ruin_corners.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#reclamation:has_structure/ruin_corners", + "step": "strongholds", + "spawn_overrides": {}, + "terrain_adaptation": "beard_thin", + "start_pool": "reclamation:ruin_corners", + "size": 1, + "start_height": { + "absolute": 0 + }, + "project_start_to_heightmap": "OCEAN_FLOOR_WG", + "max_distance_from_center": 80, + "use_expansion_hack": false +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/structure/ruin_walls.json b/kubejs/data/reclamation/worldgen/structure/ruin_walls.json new file mode 100644 index 0000000..51e552b --- /dev/null +++ b/kubejs/data/reclamation/worldgen/structure/ruin_walls.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#reclamation:has_structure/ruin_walls", + "step": "strongholds", + "spawn_overrides": {}, + "terrain_adaptation": "beard_thin", + "start_pool": "reclamation:ruin_walls", + "size": 1, + "start_height": { + "absolute": 0 + }, + "project_start_to_heightmap": "OCEAN_FLOOR_WG", + "max_distance_from_center": 80, + "use_expansion_hack": false +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/structure/ruin_walls_copper.json b/kubejs/data/reclamation/worldgen/structure/ruin_walls_copper.json new file mode 100644 index 0000000..2915ad6 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/structure/ruin_walls_copper.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#reclamation:has_structure/ruin_walls", + "step": "strongholds", + "spawn_overrides": {}, + "terrain_adaptation": "beard_thin", + "start_pool": "reclamation:ruin_walls_copper", + "size": 1, + "start_height": { + "absolute": 0 + }, + "project_start_to_heightmap": "OCEAN_FLOOR_WG", + "max_distance_from_center": 80, + "use_expansion_hack": false +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/structure/ruined_house_1.json b/kubejs/data/reclamation/worldgen/structure/ruined_house_1.json new file mode 100644 index 0000000..44dadaf --- /dev/null +++ b/kubejs/data/reclamation/worldgen/structure/ruined_house_1.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#reclamation:has_structure/big_ruins", + "step": "surface_structures", + "spawn_overrides": {}, + "terrain_adaptation": "beard_thin", + "start_pool": "reclamation:ruined_house_1_top", + "size": 2, + "start_height": { + "absolute": 0 + }, + "project_start_to_heightmap": "OCEAN_FLOOR_WG", + "max_distance_from_center": 80, + "use_expansion_hack": false +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/structure/ruined_house_2.json b/kubejs/data/reclamation/worldgen/structure/ruined_house_2.json new file mode 100644 index 0000000..64b1d45 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/structure/ruined_house_2.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#reclamation:has_structure/big_ruins", + "step": "surface_structures", + "spawn_overrides": {}, + "terrain_adaptation": "beard_thin", + "start_pool": "reclamation:ruined_house_2", + "size": 1, + "start_height": { + "absolute": 0 + }, + "project_start_to_heightmap": "OCEAN_FLOOR_WG", + "max_distance_from_center": 80, + "use_expansion_hack": false +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/structure/silo.json b/kubejs/data/reclamation/worldgen/structure/silo.json new file mode 100644 index 0000000..5f4ae8f --- /dev/null +++ b/kubejs/data/reclamation/worldgen/structure/silo.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#reclamation:has_structure/big_ruins", + "step": "surface_structures", + "spawn_overrides": {}, + "terrain_adaptation": "beard_thin", + "start_pool": "reclamation:silo", + "size": 1, + "start_height": { + "absolute": 0 + }, + "project_start_to_heightmap": "OCEAN_FLOOR_WG", + "max_distance_from_center": 80, + "use_expansion_hack": false +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/structure/statue.json b/kubejs/data/reclamation/worldgen/structure/statue.json new file mode 100644 index 0000000..55d57be --- /dev/null +++ b/kubejs/data/reclamation/worldgen/structure/statue.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#reclamation:has_structure/big_ruins", + "step": "surface_structures", + "spawn_overrides": {}, + "terrain_adaptation": "beard_thin", + "start_pool": "reclamation:statue", + "size": 1, + "start_height": { + "absolute": -2 + }, + "project_start_to_heightmap": "OCEAN_FLOOR_WG", + "max_distance_from_center": 80, + "use_expansion_hack": false +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/structure_set/big_ruins.json b/kubejs/data/reclamation/worldgen/structure_set/big_ruins.json new file mode 100644 index 0000000..366c674 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/structure_set/big_ruins.json @@ -0,0 +1,54 @@ +{ + "structures": [ + { + "structure": "reclamation:big_ruins", + "weight": 1 + }, + { + "structure": "reclamation:oil_rig", + "weight": 1 + }, + { + "structure": "reclamation:silo", + "weight": 1 + }, + { + "structure": "reclamation:statue", + "weight": 1 + }, + { + "structure": "reclamation:cave", + "weight": 1 + }, + { + "structure": "reclamation:mine", + "weight": 1 + }, + { + "structure": "reclamation:graveyard", + "weight": 1 + }, + { + "structure": "reclamation:ruined_house_1", + "weight": 1 + }, + { + "structure": "reclamation:ruined_house_2", + "weight": 1 + }, + { + "structure": "reclamation:bunker_rich", + "weight": 1 + }, + { + "structure": "reclamation:bunker_poor", + "weight": 1 + } + ], + "placement": { + "type": "minecraft:random_spread", + "spacing": 25, + "separation": 15, + "salt": 1646207470 + } +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/structure_set/ruin_corners.json b/kubejs/data/reclamation/worldgen/structure_set/ruin_corners.json new file mode 100644 index 0000000..78ca77e --- /dev/null +++ b/kubejs/data/reclamation/worldgen/structure_set/ruin_corners.json @@ -0,0 +1,14 @@ +{ + "structures": [ + { + "structure": "reclamation:ruin_corners", + "weight": 1 + } + ], + "placement": { + "type": "minecraft:random_spread", + "spacing": 20, + "separation": 10, + "salt": 1646207470 + } +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/structure_set/ruin_walls.json b/kubejs/data/reclamation/worldgen/structure_set/ruin_walls.json new file mode 100644 index 0000000..c03ca56 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/structure_set/ruin_walls.json @@ -0,0 +1,18 @@ +{ + "structures": [ + { + "structure": "reclamation:ruin_walls", + "weight": 1 + }, + { + "structure": "reclamation:ruin_walls_copper", + "weight": 1 + } + ], + "placement": { + "type": "minecraft:random_spread", + "spacing": 5, + "separation": 3, + "salt": 1646207470 + } +} \ No newline at end of file diff --git a/kubejs/data/reclamation/worldgen/template_pool/big_ruins.json b/kubejs/data/reclamation/worldgen/template_pool/big_ruins.json new file mode 100644 index 0000000..3861b91 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/template_pool/big_ruins.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:big_ruin_1", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/kubejs/data/reclamation/worldgen/template_pool/bunker_poor.json b/kubejs/data/reclamation/worldgen/template_pool/bunker_poor.json new file mode 100644 index 0000000..4194945 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/template_pool/bunker_poor.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:buildings/bunker_poor_bottom", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/kubejs/data/reclamation/worldgen/template_pool/bunker_poor_top.json b/kubejs/data/reclamation/worldgen/template_pool/bunker_poor_top.json new file mode 100644 index 0000000..6a91e5f --- /dev/null +++ b/kubejs/data/reclamation/worldgen/template_pool/bunker_poor_top.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:buildings/bunker_poor_top", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/kubejs/data/reclamation/worldgen/template_pool/bunker_rich.json b/kubejs/data/reclamation/worldgen/template_pool/bunker_rich.json new file mode 100644 index 0000000..b75e645 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/template_pool/bunker_rich.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:buildings/bunker_rich_bottom", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/kubejs/data/reclamation/worldgen/template_pool/bunker_rich_top.json b/kubejs/data/reclamation/worldgen/template_pool/bunker_rich_top.json new file mode 100644 index 0000000..007493f --- /dev/null +++ b/kubejs/data/reclamation/worldgen/template_pool/bunker_rich_top.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:buildings/bunker_rich_top", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/kubejs/data/reclamation/worldgen/template_pool/cave.json b/kubejs/data/reclamation/worldgen/template_pool/cave.json new file mode 100644 index 0000000..d280a0b --- /dev/null +++ b/kubejs/data/reclamation/worldgen/template_pool/cave.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:buildings/cave_bottom", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/kubejs/data/reclamation/worldgen/template_pool/cave_top.json b/kubejs/data/reclamation/worldgen/template_pool/cave_top.json new file mode 100644 index 0000000..27fcbd6 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/template_pool/cave_top.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:buildings/cave_top", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/kubejs/data/reclamation/worldgen/template_pool/graveyard.json b/kubejs/data/reclamation/worldgen/template_pool/graveyard.json new file mode 100644 index 0000000..f547176 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/template_pool/graveyard.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:buildings/graveyard_bottom", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/kubejs/data/reclamation/worldgen/template_pool/graveyard_top.json b/kubejs/data/reclamation/worldgen/template_pool/graveyard_top.json new file mode 100644 index 0000000..e9da1ee --- /dev/null +++ b/kubejs/data/reclamation/worldgen/template_pool/graveyard_top.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:buildings/graveyard_top", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/kubejs/data/reclamation/worldgen/template_pool/mine.json b/kubejs/data/reclamation/worldgen/template_pool/mine.json new file mode 100644 index 0000000..272ac62 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/template_pool/mine.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:buildings/mine_bottom", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/kubejs/data/reclamation/worldgen/template_pool/mine_top.json b/kubejs/data/reclamation/worldgen/template_pool/mine_top.json new file mode 100644 index 0000000..202fcc6 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/template_pool/mine_top.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:buildings/mine_top", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/kubejs/data/reclamation/worldgen/template_pool/oil_rig.json b/kubejs/data/reclamation/worldgen/template_pool/oil_rig.json new file mode 100644 index 0000000..874c1b1 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/template_pool/oil_rig.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:buildings/oil_rig", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/kubejs/data/reclamation/worldgen/template_pool/ruin_corners.json b/kubejs/data/reclamation/worldgen/template_pool/ruin_corners.json new file mode 100644 index 0000000..8ac5510 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/template_pool/ruin_corners.json @@ -0,0 +1,23 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:ruin_corner_1", + "processors": "minecraft:empty" + } + }, + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:ruin_corner_2", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/kubejs/data/reclamation/worldgen/template_pool/ruin_walls.json b/kubejs/data/reclamation/worldgen/template_pool/ruin_walls.json new file mode 100644 index 0000000..a5b777f --- /dev/null +++ b/kubejs/data/reclamation/worldgen/template_pool/ruin_walls.json @@ -0,0 +1,59 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:ruin_wall_1", + "processors": "minecraft:empty" + } + }, + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:ruin_wall_2", + "processors": "minecraft:empty" + } + }, + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:ruin_wall_3", + "processors": "minecraft:empty" + } + }, + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:ruin_wall_4", + "processors": "minecraft:empty" + } + }, + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:ruin_wall_5", + "processors": "minecraft:empty" + } + }, + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:ruin_wall_6", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/kubejs/data/reclamation/worldgen/template_pool/ruin_walls_copper.json b/kubejs/data/reclamation/worldgen/template_pool/ruin_walls_copper.json new file mode 100644 index 0000000..203f64b --- /dev/null +++ b/kubejs/data/reclamation/worldgen/template_pool/ruin_walls_copper.json @@ -0,0 +1,59 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:ruin_wall_copper_1", + "processors": "minecraft:empty" + } + }, + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:ruin_wall_copper_2", + "processors": "minecraft:empty" + } + }, + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:ruin_wall_copper_3", + "processors": "minecraft:empty" + } + }, + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:ruin_wall_copper_4", + "processors": "minecraft:empty" + } + }, + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:ruin_wall_copper_5", + "processors": "minecraft:empty" + } + }, + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:ruin_wall_copper_6", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/kubejs/data/reclamation/worldgen/template_pool/ruined_house_1.json b/kubejs/data/reclamation/worldgen/template_pool/ruined_house_1.json new file mode 100644 index 0000000..d6f0702 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/template_pool/ruined_house_1.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:buildings/ruined_house_1_bottom", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/kubejs/data/reclamation/worldgen/template_pool/ruined_house_1_top.json b/kubejs/data/reclamation/worldgen/template_pool/ruined_house_1_top.json new file mode 100644 index 0000000..1b90645 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/template_pool/ruined_house_1_top.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:buildings/ruined_house_1_top", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/kubejs/data/reclamation/worldgen/template_pool/ruined_house_2.json b/kubejs/data/reclamation/worldgen/template_pool/ruined_house_2.json new file mode 100644 index 0000000..31d266c --- /dev/null +++ b/kubejs/data/reclamation/worldgen/template_pool/ruined_house_2.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:buildings/ruined_house_2", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/kubejs/data/reclamation/worldgen/template_pool/silo.json b/kubejs/data/reclamation/worldgen/template_pool/silo.json new file mode 100644 index 0000000..3e63cb9 --- /dev/null +++ b/kubejs/data/reclamation/worldgen/template_pool/silo.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:buildings/silo", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/kubejs/data/reclamation/worldgen/template_pool/statue.json b/kubejs/data/reclamation/worldgen/template_pool/statue.json new file mode 100644 index 0000000..ab3edac --- /dev/null +++ b/kubejs/data/reclamation/worldgen/template_pool/statue.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "reclamation:buildings/statue", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/kubejs/data/supplementaries/agricraft/mutations/flax.json b/kubejs/data/supplementaries/agricraft/mutations/flax.json new file mode 100644 index 0000000..fb12fb7 --- /dev/null +++ b/kubejs/data/supplementaries/agricraft/mutations/flax.json @@ -0,0 +1,6 @@ +{ + "chance": 0.33, + "child": "supplementaries:flax", + "parent1": "minecraft:wheat", + "parent2": "enchanted:belladonna" +} \ No newline at end of file diff --git a/kubejs/data/supplementaries/agricraft/plants/flax.json b/kubejs/data/supplementaries/agricraft/plants/flax.json new file mode 100644 index 0000000..b557930 --- /dev/null +++ b/kubejs/data/supplementaries/agricraft/plants/flax.json @@ -0,0 +1,60 @@ +{ + "cloneable": true, + "growth_bonus": 0.025, + "growth_chance": 0.75, + "harvest_stage": 3, + "mods": [], + "products": [ + { + "chance": 0.95, + "item": "supplementaries:flax", + "max": 1, + "min": 1, + "required": true + } + ], + "requirement": { + "light_tolerance_factor": 0.5, + "max_light": 16, + "min_light": 10, + "seasons": [ + "summer", + "autumn" + ], + "soil_acidity": { + "type": "equal", + "tolerance_factor": 0.2, + "value": "slightly_acidic" + }, + "soil_humidity": { + "type": "equal", + "tolerance_factor": 0.15, + "value": "wet" + }, + "soil_nutrients": { + "type": "equal_or_higher", + "tolerance_factor": 0.1, + "value": "high" + } + }, + "seeds": [ + { + "item": "supplementaries:flax_seeds", + "override_planting": false, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0 + } + ], + "spread_chance": 0.1, + "stages": [ + 5, + 10, + 12, + 16, + 21, + 26, + 31, + 32 + ] +} \ No newline at end of file diff --git a/kubejs/data/supplementaries/loot_tables/blocks/wicker_fence.json b/kubejs/data/supplementaries/loot_tables/blocks/wicker_fence.json new file mode 100644 index 0000000..19dc330 --- /dev/null +++ b/kubejs/data/supplementaries/loot_tables/blocks/wicker_fence.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "supplementaries:wicker_fence" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "supplementaries:blocks/wicker_fence" +} \ No newline at end of file diff --git a/kubejs/data/via_romana/tags/blocks/path_block.json b/kubejs/data/via_romana/tags/blocks/path_block.json new file mode 100644 index 0000000..a2b6971 --- /dev/null +++ b/kubejs/data/via_romana/tags/blocks/path_block.json @@ -0,0 +1,130 @@ +{ + "replace": false, + "values": [ + "#mcwpaths:path_stairs", + "#mcwpaths:slab_paths", + "#mcwpaths:soil_paths", + "#mcwpaths:stone_engraved_blocks", + "#mcwpaths:stone_paths", + "#mcwpaths:stone_pavings", + "#mcwpaths:wooden_paths", + "#mcwbridges:bamboo_bridges", + "#mcwbridges:bamboo_piers", + "#mcwbridges:bamboo_stairs", + "#mcwbridges:bridge_lights", + "#mcwbridges:glass_bridges", + "#mcwbridges:log_bridges", + "#mcwbridges:log_stairs", + "#mcwbridges:metal_bridges", + "#mcwbridges:rail_bridges", + "#mcwbridges:rope_bridges", + "#mcwbridges:rope_stairs", + "#mcwbridges:special_bridges", + "#mcwbridges:stone_bridges", + "#mcwbridges:stone_piers", + "#mcwbridges:stone_stairs", + "#mcwbridges:wooden_piers", + "#mcwstairs:balconies", + "#mcwstairs:bulk_stairs", + "#mcwstairs:compact_stairs", + "#mcwstairs:loft_stairs", + "#mcwstairs:platforms", + "#mcwstairs:railings", + "#mcwstairs:skyline_stairs", + "#mcwstairs:terrace_stairs", + "#minecraft:wooden_slabs", + "#minecraft:wooden_stairs", + "quark:cobblestone_bricks", + "quark:vertical_oak_planks", + "quark:vertical_spruce_planks", + "quark:vertical_birch_planks", + "quark:vertical_jungle_planks", + "quark:vertical_acacia_planks", + "quark:vertical_dark_oak_planks", + "quark:vertical_mangrove_planks", + "quark:vertical_cherry_planks", + "quark:ancient_planks", + "quark:vertical_ancient_planks", + "quark:azalea_planks", + "quark:vertical_azalea_planks", + "quark:blossom_planks", + "quark:vertical_blossom_planks", + "quark:vertical_bamboo_planks", + "quark:vertical_crimson_planks", + "quark:vertical_warped_planks", + "quark:ancient_planks_slab", + "quark:azalea_planks_slab", + "quark:blossom_planks_slab", + "quark:cobblestone_bricks", + "quark:cobblestone_bricks_stairs", + "quark:cobblestone_bricks_slab", + "quark:mossy_cobblestone_bricks", + "quark:mossy_cobblestone_bricks_stairs", + "quark:mossy_cobblestone_bricks_slab", + "quark:granite_bricks", + "quark:chiseled_granite_bricks", + "quark:granite_bricks_slab", + "quark:granite_bricks_stairs", + "quark:diorite_bricks", + "quark:chiseled_diorite_bricks", + "quark:diorite_bricks_slab", + "quark:diorite_bricks_stairs", + "quark:andesite_bricks", + "quark:chiseled_andesite_bricks", + "quark:andesite_bricks_slab", + "quark:andesite_bricks_stairs", + "quark:limestone_bricks", + "quark:chiseled_limestone_bricks", + "quark:limestone_bricks_slab", + "quark:limestone_bricks_stairs", + "quark:jasper_bricks", + "quark:chiseled_jasper_bricks", + "quark:jasper_bricks_slab", + "quark:jasper_bricks_stairs", + "quark:shale_bricks", + "quark:chiseled_shale_bricks", + "quark:shale_bricks_slab", + "quark:shale_bricks_stairs", + "quark:myalite_bricks", + "quark:chiseled_myalite_bricks", + "quark:myalite_bricks_slab", + "quark:myalite_bricks_stairs", + "quark:permafrost_bricks", + "quark:permafrost_bricks_slab", + "quark:permafrost_bricks_stairs", + "quark:calcite_bricks", + "quark:chiseled_calcite_bricks", + "quark:calcite_bricks_slab", + "quark:calcite_bricks_stairs", + "quark:dripstone_bricks", + "quark:chiseled_dripstone_bricks", + "quark:dripstone_bricks_slab", + "quark:dripstone_bricks_stairs", + "quark:tuff_bricks", + "quark:chiseled_tuff_bricks", + "quark:tuff_bricks_slab", + "quark:tuff_bricks_stairs", + "quark:dirt_bricks", + "quark:dirt_bricks_stairs", + "quark:dirt_bricks_slab", + "quark:carved_mud_bricks", + "quark:sandstone_bricks", + "quark:sandstone_bricks_stairs", + "quark:sandstone_bricks_slab", + "quark:red_sandstone_bricks", + "quark:red_sandstone_bricks_stairs", + "quark:red_sandstone_bricks_slab", + "quark:soul_sandstone_bricks", + "quark:soul_sandstone_bricks_stairs", + "quark:soul_sandstone_bricks_slab", + "quark:netherrack_bricks", + "quark:netherrack_bricks_stairs", + "quark:netherrack_bricks_slab", + "quark:blue_nether_bricks", + "quark:blue_nether_bricks_stairs", + "quark:blue_nether_bricks_slab", + "quark:blackstone_bricks", + "quark:blackstone_bricks_stairs", + "quark:blackstone_bricks_slab" + ] +} \ No newline at end of file diff --git a/kubejs/server_scripts/ae2_recipes.js b/kubejs/server_scripts/ae2_recipes.js new file mode 100644 index 0000000..1c2e9a4 --- /dev/null +++ b/kubejs/server_scripts/ae2_recipes.js @@ -0,0 +1,103 @@ +ServerEvents.recipes(event => { + event.remove({ id: 'ae2:network/blocks/crystal_processing_charger'}) + event.shaped('ae2:charger', [ + 'WCW', + 'M ', + 'WCW' + ], { + W: 'minecraft:iron_ingot', + C: 'minecraft:copper_ingot', + M: 'mekanism:steel_casing' + } + ) + + event.custom({ + "type": "ae2:charger", + "ingredient": { + "item": "mekanism:enriched_diamond" + }, + "result": { + "item": "ae2:certus_quartz_crystal" + } + }) + + event.remove({id: 'ae2:inscriber/calculation_processor'}) + event.remove({id: 'ae2:inscriber/engineering_processor'}) + event.remove({id: 'ae2:inscriber/logic_processor'}) + event.remove({id: 'advanced_ae:quantum_processor'}) + event.remove({id: 'advanced_ae:calculation_processor_chamber'}) + event.remove({id: 'advanced_ae:engineering_processor_chamber'}) + event.remove({id: 'advanced_ae:logic_processor_chamber'}) + event.remove({id: 'advanced_ae:quantum_processor_chamber'}) + function inscriber(input, output) { + event.custom({ + "type": "ae2:inscriber", + "ingredients": { + "bottom": { + "item": "ae2:printed_silicon" + }, + "middle": { + "item": "mekanism:alloy_infused" + }, + "top": { + "item": input + } + }, + "mode": "press", + "result": { + "item": output + } + }) + event.custom({ + "type": "advanced_ae:reaction", + "energy": 20000, + "fluid": { + "fluidStack": { + "Amount": 100, + "FluidName": "minecraft:water" + } + }, + "input_items": [ + { + "amount": 4, + "ingredient": { + "item": input + } + }, + { + "amount": 4, + "ingredient": { + "item": "ae2:printed_silicon" + } + }, + { + "amount": 4, + "ingredient": { + "item": "mekanism:alloy_infused" + } + } + ], + "output": { + "#": 4, + "#c": "ae2:i", + "id": output + } + }) + } + inscriber("ae2:printed_calculation_processor", "ae2:calculation_processor") + inscriber("ae2:printed_engineering_processor", "ae2:engineering_processor") + inscriber("ae2:printed_logic_processor", "ae2:logic_processor") + inscriber("advanced_ae:printed_quantum_processor", "advanced_ae:quantum_processor") + event.remove({id: 'ae2:network/blocks/controller'}) + event.shaped('ae2:controller', [ + 'SCS', + 'FEF', + 'SFS' + ], { + S: 'ae2:smooth_sky_stone_block', + F: 'ae2:fluix_crystal', + C: 'ars_nouveau:storage_lectern', + E: 'ae2:engineering_processor' + } + ) +}) \ No newline at end of file diff --git a/kubejs/server_scripts/ars_nouveau_recipes.js b/kubejs/server_scripts/ars_nouveau_recipes.js new file mode 100644 index 0000000..c10811f --- /dev/null +++ b/kubejs/server_scripts/ars_nouveau_recipes.js @@ -0,0 +1,136 @@ +ServerEvents.recipes(event => { + //archwood conversions + function botania_convert(input, output) { + event.custom({ + "type": "botania:mana_infusion", + "catalyst": { + "type": "block", + "block": "botania:alchemy_catalyst" + }, + "input": { + "item": input + }, + "mana": 50, + "output": { + "item": output + } + }) + } + botania_convert("ars_nouveau:red_archwood_sapling", "ars_elemental:yellow_archwood_sapling") + botania_convert("ars_elemental:yellow_archwood_sapling", "ars_nouveau:green_archwood_sapling") + botania_convert("ars_nouveau:green_archwood_sapling", "ars_nouveau:blue_archwood_sapling") + botania_convert("ars_nouveau:blue_archwood_sapling", "ars_nouveau:purple_archwood_sapling") + botania_convert("ars_nouveau:purple_archwood_sapling", "ars_nouveau:red_archwood_sapling") + + event.remove({ id: 'ars_elemental:imbuement_anima_essence'}) + event.custom({ + "type": "ars_nouveau:imbuement", + "count": 1, + "input": { + "tag": "forge:gems/source" + }, + "output": "ars_elemental:anima_essence", + "pedestalItems": [ + { + "item": { + "item": "bloodmagic:infusedslate" + } + }, + { + "item": { + "item": "minecraft:bone_meal" + } + }, + { + "item": { + "item": "minecraft:golden_apple" + } + } + ], + "source": 3000 + }) + + event.custom({ + "type": "ars_nouveau:imbuement", + "count": 1, + "input": { + "item": "minecraft:sweet_berries" + }, + "output": "ars_nouveau:sourceberry_bush", + "pedestalItems": [ + { + "item": { + "item": "ars_nouveau:magebloom_fiber" + } + }, + { + "item": { + "item": "ars_nouveau:magebloom_fiber" + } + }, + { + "item": { + "item": "ars_nouveau:abjuration_essence" + } + } + ], + "source": 2000 + }) + + event.replaceInput({id: 'ars_nouveau:ritual_conjure_island_desert'}, + 'ars_nouveau:earth_essence', + 'reclamation_util:arid_biome_bottle') + event.replaceInput({id: 'ars_nouveau:ritual_conjure_island_plains'}, + 'ars_nouveau:earth_essence', + 'reclamation_util:icy_biome_bottle') + + event.remove({id: 'ars_nouveau:storage_lectern'}) + event.custom({ + "type": "ars_nouveau:enchanting_apparatus", + "keepNbtOfReagent": false, + "output": { + "item": "ars_nouveau:storage_lectern" + }, + "pedestalItems": [ + { + "item": "ars_nouveau:bookwyrm_charm" + }, + { + "tag": "forge:chests" + }, + { + "tag": "forge:chests" + }, + { + "tag": "forge:chests" + } + ], + "reagent": [ + { + "item": "minecraft:lectern" + } + ], + "sourceCost": 0 + }) + + event.remove({id: 'ars_nouveau:novice_spell_book'}) + event.shapeless('ars_nouveau:novice_spell_book', [ + 'minecraft:book', + 'botania:manasteel_shovel', + 'botania:manasteel_pick', + 'botania:manasteel_axe', + 'botania:manasteel_sword', + 'ars_nouveau:source_gem', + 'ars_nouveau:source_gem', + 'ars_nouveau:source_gem', + 'ars_nouveau:source_gem' + ]) + event.replaceInput({id: 'ars_nouveau:wilden_summon_alt'}, 'minecraft:emerald_block', 'bloodmagic:infusedslate') + + botania_convert("minecraft:apple", "ars_nouveau:bombegranate_pod") + botania_convert("ars_nouveau:bombegranate_pod", "ars_elemental:flashpine_pod") + botania_convert("ars_elemental:flashpine_pod", "ars_nouveau:mendosteen_pod") + botania_convert("ars_nouveau:mendosteen_pod", "ars_nouveau:bastion_pod") + botania_convert("ars_nouveau:bastion_pod", "ars_nouveau:frostaya_pod") + botania_convert("ars_nouveau:frostaya_pod", "ars_nouveau:bombegranate_pod") +}) \ No newline at end of file diff --git a/kubejs/server_scripts/blood_magic_recipes.js b/kubejs/server_scripts/blood_magic_recipes.js new file mode 100644 index 0000000..68603ba --- /dev/null +++ b/kubejs/server_scripts/blood_magic_recipes.js @@ -0,0 +1,308 @@ +ServerEvents.recipes(event => { + event.shaped('4x bloodmagic:soulsnare', [ + 'S S', + ' F ', + 'S S' + ], { + F: 'naturesaura:token_sorrow', + S: 'minecraft:string' + }) + + event.remove({id: 'bloodmagic:blood_altar'}) + event.shaped('bloodmagic:altar', [ + 'SWS', + 'SFS', + 'TTT' + ], { + T: 'naturesaura:tainted_gold', + S: 'minecraft:blackstone', + F: 'minecraft:furnace', + W: 'bloodmagic:basemonstersoul' + }) + + event.remove({id: 'bloodmagic:altar/weakbloodorb'}) + event.custom({ + "type": "bloodmagic:altar", + "altarSyphon": 2000, + "consumptionRate": 5, + "drainRate": 1, + "input": { + "item": "botania:mana_pearl" + }, + "output": { + "item": "bloodmagic:weakbloodorb" + }, + "upgradeLevel": 0 + }) + + event.remove({id: 'bloodmagic:soul_forge'}) + event.shaped('bloodmagic:soulforge', [ + 'M M', + 'SBS', + 'SIS' + ], { + B: 'bloodmagic:blankslate', + S: 'minecraft:blackstone', + M: 'botania:manasteel_ingot', + I: 'naturesaura:infused_stone' + }) + + event.remove({id: 'bloodmagic:soulforge/pettytartaricgem'}) + event.custom({ + "type": "bloodmagic:soulforge", + "drain": 1.0, + "input0": { + "tag": "forge:dusts/redstone" + }, + "input1": { + "tag": "forge:ingots/gold" + }, + "input2": { + "item": "botania:mana_glass" + }, + "input3": { + "item": "embers:dawnstone_ingot" + }, + "minimumDrain": 1.0, + "output": { + "item": "bloodmagic:soulgempetty" + } + }) + + event.remove({id: 'bloodmagic:arc/reversion/weak_blood_orb'}) + event.custom({ + "type": "bloodmagic:arc", + "consumeingredient": true, + "input": { + "item": "bloodmagic:weakbloodorb" + }, + "inputsize": 1, + "mainoutputchance": 0.0, + "output": { + "item": "botania:mana_pearl" + }, + "tool": { + "tag": "bloodmagic:arc/reverter" + } + }) + + event.custom({ + "type": "bloodmagic:arc", + "consumeingredient": false, + "input": { + "item": "minecraft:glowstone" + }, + "inputFluid": { + "amount": 1000, + "fluid": "bloodmagic:life_essence_fluid" + }, + "inputsize": 1, + "mainoutputchance": 0.0, + "output": { + "item": "minecraft:lapis_lazuli", + "count": 9 + }, + "tool": { + "tag": "bloodmagic:arc/cuttingfluid" + } + }) + + event.custom({ + "type": "bloodmagic:arc", + "consumeingredient": false, + "input": { + "item": "minecraft:redstone" + }, + "inputFluid": { + "amount": 500, + "fluid": "bloodmagic:life_essence_fluid" + }, + "inputsize": 1, + "mainoutputchance": 0.0, + "output": { + "item": "minecraft:quartz", + "count": 9 + }, + "tool": { + "tag": "bloodmagic:arc/cuttingfluid" + } + }) + + event.custom({ + "type": "bloodmagic:arc", + "consumeingredient": false, + "input": { + "item": "minecraft:lapis_block" + }, + "inputFluid": { + "amount": 3000, + "fluid": "bloodmagic:life_essence_fluid" + }, + "inputsize": 1, + "mainoutputchance": 0.0, + "output": { + "item": "minecraft:amethyst_shard", + "count": 4 + }, + "tool": { + "tag": "bloodmagic:arc/cuttingfluid" + } + }) + + event.custom({ + "type": "bloodmagic:arc", + "consumeingredient": false, + "input": { + "item": "minecraft:amethyst_block" + }, + "inputFluid": { + "amount": 10000, + "fluid": "bloodmagic:life_essence_fluid" + }, + "inputsize": 1, + "mainoutputchance": 0.0, + "output": { + "item": "minecraft:diamond", + "count": 1 + }, + "tool": { + "tag": "bloodmagic:arc/cuttingfluid" + } + }) + event.custom({ + "type": "bloodmagic:arc", + "consumeingredient": false, + "input": { + "item": "minecraft:diamond" + }, + "inputFluid": { + "amount": 20000, + "fluid": "bloodmagic:life_essence_fluid" + }, + "inputsize": 1, + "mainoutputchance": 0.0, + "output": { + "item": "minecraft:emerald", + "count": 1 + }, + "tool": { + "tag": "bloodmagic:arc/cuttingfluid" + } + }) + + event.remove({id: 'bloodmagic:altar/weakbloodorb'}) + event.custom({ + "type": "bloodmagic:altar", + "altarSyphon": 10000, + "consumptionRate": 20, + "drainRate": 1, + "input": { + "item": "naturesaura:ancient_sapling" + }, + "output": { + "item": "ars_nouveau:red_archwood_sapling" + }, + "upgradeLevel": 2 + }) + + event.custom({ + "type": "bloodmagic:soulforge", + "drain": 666, + "input0": { + "item": "minecraft:bone" + }, + "input1": { + "item": "bloodmagic:demonslate" + }, + "input2": { + "item": "bloodmagic:vengefulcrystal" + }, + "input3": { + "item": "botania:rune_wrath" + }, + "minimumDrain": 1000, + "output": { + "item": "minecraft:wither_skeleton_skull" + } + }) + + event.custom({ + "type": "bloodmagic:altar", + "altarSyphon": 80000, + "consumptionRate": 50, + "drainRate": 100, + "input": { + "item": "minecraft:tide_armor_trim_smithing_template" + }, + "output": { + "item": "minecraft:netherite_upgrade_smithing_template" + }, + "upgradeLevel": 4 + }) + + event.custom({ + "type": "bloodmagic:altar", + "altarSyphon": 20000, + "consumptionRate": 50, + "drainRate": 100, + "input": { + "item": "minecraft:golden_apple" + }, + "output": { + "item": "minecraft:chorus_flower" + }, + "upgradeLevel": 2 + }) + + function revert_rune(input, slate) { + event.custom({ + "type": "bloodmagic:arc", + "addedoutput": [ + { + "type": { + "count": 1, + "item": slate + }, + "chance": 0.0, + "mainchance": 1.0 + } + ], + "consumeingredient": false, + "input": { + "item": "bloodmagic:"+input + }, + "inputsize": 1, + "mainoutputchance": 0.0, + "output": { + "item": "bloodmagic:blankrune" + }, + "tool": { + "tag": "bloodmagic:arc/reverter" + } + }) + } + + revert_rune("speedrune", "bloodmagic:blankslate") + revert_rune("sacrificerune", "bloodmagic:reinforcedslate") + revert_rune("selfsacrificerune", "bloodmagic:reinforcedslate") + revert_rune("dislocationrune", "bloodmagic:infusedslate") + revert_rune("altarcapacityrune", "bloodmagic:infusedslate") + revert_rune("bettercapacityrune", "bloodmagic:demonslate") + revert_rune("accelerationrune", "bloodmagic:demonslate") + revert_rune("chargingrune", "bloodmagic:demonslate") + event.custom({ + "type": "bloodmagic:arc", + "consumeingredient": false, + "input": { + "item": "bloodmagic:orbcapacityrune" + }, + "inputsize": 1, + "mainoutputchance": 0.0, + "output": { + "item": "bloodmagic:blankrune" + }, + "tool": { + "tag": "bloodmagic:arc/reverter" + } + }) +}) \ No newline at end of file diff --git a/kubejs/server_scripts/botania_recipes.js b/kubejs/server_scripts/botania_recipes.js new file mode 100644 index 0000000..1fc7afd --- /dev/null +++ b/kubejs/server_scripts/botania_recipes.js @@ -0,0 +1,518 @@ +ServerEvents.recipes(event => { + //mana pool recipes to remove + const remove_pool_ids = ['beetroot_seeds_to_melon_seeds', 'glowstone_dust_to_redstone', 'glow_berries_to_apple', 'carrot_to_beetroot_seeds', 'sweet_berries_to_glow_berries', 'cocoa_beans_to_wheat_seeds', 'potato_to_carrot', 'redstone_to_glowstone_dust', 'apple_to_sweet_berries', 'melon_seeds_to_pumpkin_seeds', 'wheat_seeds_to_potato'] + const remove_rune_ids = ['air', 'water', 'fire', 'earth', 'winter', 'lust', 'gluttony', 'greed', 'sloth', 'wrath', 'envy', 'pride'] + const remove_flower_ids = ['entropinnyum', 'munchdew'] + + remove_pool_ids.forEach(id => { + event.remove({ id: 'botania:mana_infusion/'+id}) + }) + + remove_flower_ids.forEach(id => { + event.remove({ id: 'botania:petal_apothecary/'+id}) + }) + + event.remove({ id: 'botania:mana_spreader'}) + event.shaped('botania:mana_spreader', [ + 'WWW', + 'GP ', + 'WWW' + ], { + W: '#botania:livingwood_logs', + P: '#botania:petals', + G: 'minecraft:gold_ingot' + } + ) + + event.replaceInput({id: 'botania:lens_weight'}, + 'minecraft:prismarine_crystals', + 'minecraft:sand') + + event.replaceInput({id: 'botania:mana_gun'}, + 'botania:mana_diamond', + 'minecraft:flint_and_steel') + + event.custom({ + "type": "botania:pure_daisy", + "input": { + "type": "block", + "block": "minecraft:snow_block" + }, + "output": { + "name": "minecraft:ice" + } + }) + + //rune recipes + remove_rune_ids.forEach(id => { + event.remove({ id: 'botania:runic_altar/'+id}) + }) + event.custom({ + "type": "botania:runic_altar", + "ingredients": [ + { + "tag": "botania:mana_dusts" + }, + { + "tag": "botania:manasteel_ingots" + }, + { + "tag": "minecraft:wool_carpets" + }, + { + "item": "minecraft:bamboo" + }, + { + "item": "minecraft:string" + } + ], + "mana": 5200, + "output": { + "count": 2, + "item": "botania:rune_air" + } + }) + event.custom({ + "type": "botania:runic_altar", + "ingredients": [ + { + "tag": "botania:mana_dusts" + }, + { + "tag": "botania:manasteel_ingots" + }, + { + "item": "minecraft:bone_meal" + }, + { + "item": "enchanted:water_artichoke" + }, + { + "item": "minecraft:fishing_rod" + } + ], + "mana": 5200, + "output": { + "count": 2, + "item": "botania:rune_water" + } + }) + event.custom({ + "type": "botania:runic_altar", + "ingredients": [ + { + "tag": "botania:mana_dusts" + }, + { + "tag": "botania:manasteel_ingots" + }, + { + "item": "minecraft:stone" + }, + { + "item": "create:andesite_alloy" + }, + [ + { + "item": "minecraft:brown_mushroom" + }, + { + "item": "minecraft:red_mushroom" + } + ] + ], + "mana": 5200, + "output": { + "count": 2, + "item": "botania:rune_earth" + } + }) + event.custom({ + "type": "botania:runic_altar", + "ingredients": [ + { + "tag": "botania:mana_dusts" + }, + { + "tag": "botania:manasteel_ingots" + }, + { + "item": "minecraft:nether_brick" + }, + { + "item": "minecraft:nether_wart" + }, + { + "item": "embers:ember_shard" + } + ], + "mana": 5200, + "output": { + "count": 2, + "item": "botania:rune_fire" + } + }) + event.custom({ + "type": "botania:runic_altar", + "ingredients": [ + { + "item": "botania:rune_water" + }, + { + "item": "botania:rune_earth" + }, + { + "item": "minecraft:snow_block" + }, + { + "item": "minecraft:snow_block" + }, + { + "tag": "minecraft:wool" + }, + { + "item": "minecraft:mushroom_stew" + } + ], + "mana": 8000, + "output": { + "count": 2, + "item": "botania:rune_winter" + } + }) + function sin_rune(rune1, rune2, output) { + event.custom({ + "type": "botania:runic_altar", + "ingredients": [ + { + "item": "botania:rune_"+rune1 + }, + { + "item": "botania:rune_"+rune2 + }, + { + "item": "botania:terrasteel_nugget" + }, + { + "item": "bloodmagic:infusedslate" + } + ], + "mana": 10000, + "output": { + "count": 2, + "item": "botania:rune_"+output + } + }) + } + sin_rune('summer', 'air', 'lust') + sin_rune('winter', 'fire', 'gluttony') + sin_rune('spring', 'water', 'greed') + sin_rune('autumn', 'air', 'sloth') + sin_rune('winter', 'earth', 'wrath') + sin_rune('winter', 'water', 'envy') + sin_rune('summer', 'fire', 'pride') + + //orechid + //deepslate iron - 250, gold - 125, copper - 75 + //stone iron - 29371, gold - 2647, copper - 7000 + function orechid(input, output, weight) { + event.custom({ + "type": "botania:orechid", + "input": { + "type": "block", + "block": input + }, + "output": { + "type": "block", + "block": output + }, + "weight": weight + }) + } + orechid('minecraft:deepslate', 'mekanism:deepslate_tin_ore', 200) + orechid('minecraft:deepslate', 'mekanism:deepslate_osmium_ore', 175) + orechid('minecraft:deepslate', 'mekanism:deepslate_uranium_ore', 100) + orechid('minecraft:deepslate', 'mekanism:deepslate_fluorite_ore', 100) + orechid('minecraft:deepslate', 'create:deepslate_zinc_ore', 50) + orechid('minecraft:deepslate', 'embers:deepslate_lead_ore', 200) + orechid('minecraft:deepslate', 'embers:deepslate_silver_ore', 125) + orechid('minecraft:stone', 'mekanism:tin_ore', 20000) + orechid('minecraft:stone', 'mekanism:osmium_ore', 4000) + orechid('minecraft:stone', 'mekanism:uranium_ore', 2500) + orechid('minecraft:stone', 'mekanism:fluorite_ore', 2000) + orechid('minecraft:stone', 'create:zinc_ore', 7000) + orechid('minecraft:stone', 'embers:lead_ore', 10000) + orechid('minecraft:stone', 'embers:silver_ore', 2000) + orechid('minecraft:stone', 'minecraft:copper_ore', 30000) //raise copper weight + + //fel pumpkin + event.remove({id: "botania:fel_pumpkin"}) + event.custom({ + "type": "botania:runic_altar", + "ingredients": [ + { + "item": "minecraft:pumpkin" + }, + { + "item": "minecraft:rotten_flesh" + }, + { + "item": "minecraft:bone" + }, + { + "item": "minecraft:string" + }, + { + "item": "minecraft:gunpowder" + } + ], + "mana": 4000, + "output": { + "count": 1, + "item": "botania:fel_pumpkin" + } + }) + + //flax to feather + event.custom({ + "type": "botania:mana_infusion", + "catalyst": { + "type": "block", + "block": "botania:alchemy_catalyst" + }, + "input": { + "item": "supplementaries:flax" + }, + "mana": 50, + "output": { + "item": "minecraft:feather" + } + }) + + //rose of oblivion + event.custom({ + "type": "botania:mana_infusion", + "catalyst": { + "type": "block", + "block": "botania:alchemy_catalyst" + }, + "input": { + "item": "minecraft:wither_rose" + }, + "mana": 5000, + "output": { + "item": "naturesaura:end_flower" + } + }) + + //botania flower seeds + const flower_colors = ['black', 'blue', 'brown', 'cyan', 'gray', 'green', 'light_blue', 'light_gray', 'lime', 'magenta', 'orange', 'pink', 'purple', 'red', 'white', 'yellow'] + flower_colors.forEach(color => { + event.custom({ + "type": "botania:runic_altar", + "ingredients": [ + { + "item": "botania:"+color+"_petal" + }, + { + "tag": "forge:seeds" + }, + { + "item": "botania:rune_earth" + } + ], + "mana": 2000, + "output": { + "item": "agricraft:seed", + "nbt": { + "genes": { + "fertility":{"dom":1,"rec":1}, + "gain":{"dom":1,"rec":1}, + "growth":{"dom":1,"rec":1}, + "mutativity":{"dom":1,"rec":1}, + "resistance":{"dom":10,"rec":10}, + "species":{"dom":"botania:"+color+"_mystical_flower","rec":"botania:"+color+"_mystical_flower"}, + "strength":{"dom":1,"rec":1} + } + } + } + }) + }) + + //better generation flowers + event.custom({ + "type": "botania:petal_apothecary", + "ingredients": [ + { + "tag": "botania:petals/red" + }, + { + "tag": "botania:petals/red" + }, + { + "tag": "botania:petals/gray" + }, + { + "tag": "botania:petals/gray" + }, + { + "tag": "botania:petals/white" + }, + { + "tag": "botania:petals/white" + }, + { + "item": "botania:rune_summer" + }, + { + "item": "botania:rune_fire" + } + ], + "output": { + "item": "botania:entropinnyum" + }, + "reagent": { + "tag": "botania:seed_apothecary_reagent" + } + }) + + event.custom({ + "type": "botania:petal_apothecary", + "ingredients": [ + { + "tag": "botania:petals/red" + }, + { + "tag": "botania:petals/red" + }, + { + "tag": "botania:petals/lime" + }, + { + "tag": "botania:petals/lime" + }, + { + "tag": "botania:petals/green" + }, + { + "item": "botania:rune_spring" + }, + { + "item": "botania:rune_earth" + } + ], + "output": { + "item": "botania:munchdew" + }, + "reagent": { + "tag": "botania:seed_apothecary_reagent" + } + }) + + event.remove({ id: 'botania:gaia_pylon'}) + event.shaped('botania:gaia_pylon', [ + ' A ', + 'ePe', + ' E ' + ], { + A: 'ars_elemental:anima_essence', + P: 'botania:mana_pylon', + e: 'botania:elementium_ingot', + E: 'ars_nouveau:earth_essence' + } + ) + + event.remove({ id: 'botania:mana_infusion/manasteel'}) + event.custom({ + "type": "botania:mana_infusion", + "input": { + "item": "naturesaura:infused_iron" + }, + "mana": 2500, + "output": { + "item": "botania:manasteel_ingot" + } + }) + event.remove({ id: 'botania:mana_infusion/manasteel_block'}) + event.custom({ + "type": "botania:mana_infusion", + "input": { + "item": "naturesaura:infused_iron_block" + }, + "mana": 21000, + "output": { + "item": "botania:manasteel_block" + } + }) + + //duplicate skystone + event.custom({ + "type": "botania:mana_infusion", + "catalyst": { + "type": "block", + "block": "botania:conjuration_catalyst" + }, + "input": { + "item": "ae2:sky_stone_block" + }, + "mana": 500, + "output": { + "item": "ae2:sky_stone_block", + "count": 2 + } + }) + + event.remove({id: 'botania:petal_apothecary/vazkii_head'}) + + event.replaceInput({id: 'botania:lens_mine'}, + 'minecraft:lapis_lazuli', + 'embers:lead_plate') + + event.replaceInput({id: 'botania:exchange_rod'}, + 'botania:rune_sloth', + 'embers:ember_crystal') + + //ender air without end + event.shapeless('botania:ender_air_bottle', [ + '3x minecraft:ender_pearl', + 'minecraft:glass_bottle' + ]) + + //heart of the sea + event.custom({ + "type": "botania:runic_altar", + "ingredients": [ + { + "item": "botania:rune_water" + }, + { + "item": "botania:rune_winter" + }, + { + "item": "enchanted:creeper_heart" + }, + { + "item": "minecraft:nautilus_shell" + }, + { + "item": "minecraft:pufferfish" + } + ], + "mana": 20000, + "output": { + "count": 1, + "item": "minecraft:heart_of_the_sea" + } + }) + + event.custom({ + "type": "botania:mana_infusion", + "input": { + "item": "botania:pink_petal" + }, + "mana": 500, + "output": { + "item": "minecraft:pink_petals" + } + }) +}) \ No newline at end of file diff --git a/kubejs/server_scripts/create_recipes.js b/kubejs/server_scripts/create_recipes.js new file mode 100644 index 0000000..8f154b5 --- /dev/null +++ b/kubejs/server_scripts/create_recipes.js @@ -0,0 +1,249 @@ +ServerEvents.recipes(event => { + + //andesite alloy uses lead + event.remove({id: 'create:crafting/materials/andesite_alloy'}) + event.remove({id: 'create:crafting/materials/andesite_alloy_from_zinc'}) + event.remove({id: 'create:mixing/andesite_alloy'}) + event.remove({id: 'create:mixing/andesite_alloy_from_zinc'}) + event.shaped('create:andesite_alloy', [ + 'GA', + 'AG' + ], { + G: '#forge:nuggets/lead', + A: 'minecraft:andesite' + } + ) + event.custom({ + "type": "create:mixing", + "ingredients": [ + { + "item": "minecraft:andesite" + }, + { + "tag": "forge:nuggets/lead" + } + ], + "results": [ + { + "item": "create:andesite_alloy" + } + ] + }) + + //disable mechanical press plate recipes + event.remove({id: 'create:pressing/brass_ingot'}) + event.remove({id: 'create:pressing/iron_ingot'}) + event.remove({id: 'create:pressing/copper_ingot'}) + event.remove({id: 'create:pressing/gold_ingot'}) + + //remove blaze burner recipe + event.remove({id: 'create:crafting/kinetics/empty_blaze_burner'}) + + //disable metals from washing + event.remove({id: 'create:crushing/diorite'}) + event.remove({id: 'create:crushing/diorite_recycling'}) + event.remove({id: 'create:splashing/soul_sand'}) + event.remove({id: 'create:splashing/red_sand'}) + event.custom({ + "type": "create:splashing", + "ingredients": [ + { + "item": "minecraft:red_sand" + } + ], + "results": [ + { + "chance": 0.05, + "item": "minecraft:dead_bush" + } + ] + }) + event.remove({id: 'create:splashing/gravel'}) + event.custom({ + "type": "create:splashing", + "ingredients": [ + { + "item": "minecraft:gravel" + } + ], + "results": [ + { + "chance": 0.25, + "item": "minecraft:flint" + } + ] + }) + + //mechanical pump recipe + event.remove({id: 'create:crafting/kinetics/mechanical_pump'}) + event.shaped('create:mechanical_pump', [ + 'ACA', + 'PEP', + 'ACA' + ], { + E: 'embers:mechanical_pump', + P: 'create:fluid_pipe', + A: 'create:andesite_alloy', + C: 'create:cogwheel' + } + ) + + //rose quartz + event.custom({ + "type": "create:mixing", + "heatRequirement": "heated", + "ingredients": [ + { + "item": "minecraft:glowstone" + }, + { + "item": "minecraft:redstone" + }, + { + "item": "minecraft:redstone" + }, + { + "amount": 100, + "fluid": "theurgy:sal_ammoniac" + } + ], + "results": [ + { + "item": "create:rose_quartz" + } + ] + }) + + //sal ammoniac crystal + event.custom({ + "type": "create:filling", + "ingredients": [ + { + "item": "enchanted:icy_needle" + }, + { + "amount": 750, + "fluid": "theurgy:sal_ammoniac", + "nbt": {} + } + ], + "results": [ + { + "item": "theurgy:sal_ammoniac_crystal" + } + ] + }) + + const crushing_resource_recipes = [ + "create:crushing/crimsite_recycling", + "create:crushing/crimsite", + "create:crushing/ochrum_recycling", + "create:crushing/ochrum", + "create:crushing/veridium_recycling", + "create:crushing/veridium", + "create:crushing/tuff_recycling", + "create:crushing/tuff", + "create:crushing/asurine_recycling", + "create:crushing/asurine" + ] + crushing_resource_recipes.forEach(id => { + event.remove({id: id}) + }) + + //plate stuff + function melt_and_plate(item, fluid, plate) { + event.custom({ + "type": "create:mixing", + "heatRequirement": "superheated", + "ingredients": [ + { + "item": item + } + ], + "results": [ + { + "amount": 90, + "fluid": fluid + } + ] + }) + + event.custom({ + "type": "create:compacting", + "ingredients": [ + { + "amount": 90, + "fluid": fluid + } + ], + "results": [ + { + "item": plate + } + ] + }) + } + + melt_and_plate("minecraft:iron_ingot", "embers:molten_iron", "embers:iron_plate") + melt_and_plate("minecraft:copper_ingot", "embers:molten_copper", "embers:copper_plate") + melt_and_plate("embers:lead_ingot", "embers:molten_lead", "embers:lead_plate") + melt_and_plate("embers:silver_ingot", "embers:molten_silver", "embers:silver_plate") + melt_and_plate("embers:dawnstone_ingot", "embers:molten_dawnstone", "embers:dawnstone_plate") + melt_and_plate("minecraft:gold_ingot", "embers:molten_gold", "create:golden_sheet") + melt_and_plate("create:brass_ingot", "embers:molten_brass", "create:brass_sheet") + + event.custom({ + "type": "mekanism:metallurgic_infusing", + "chemicalInput": { + "amount": 80, + "tag": "mekanism:redstone" + }, + "itemInput": { + "ingredient": { + "item": "minecraft:quartz" + } + }, + "output": { + "item": "create:rose_quartz" + } + }) + + event.custom({ + "type": "create:mechanical_crafting", + "acceptMirrored": false, + "key": { + "B": { + "item": "minecraft:iron_bars" + }, + "P": { + "item": "embers:iron_plate" + }, + "F": { + "item": "botania:fel_pumpkin" + }, + "R": { + "item": "botania:rune_fire" + }, + "C": { + "item": "botania:rune_wrath" + }, + "S": { + "item": "mekanism:ingot_steel" + }, + "N": { + "item": "minecraft:netherrack" + } + }, + "pattern": [ + "BBBBB", + "BPFPB", + "BRBCB", + "SSNSS", + "SNNNS" + ], + "result": { + "count": 1, + "item": "create:blaze_burner" + } + }) +}) \ No newline at end of file diff --git a/kubejs/server_scripts/ember_recipes.js b/kubejs/server_scripts/ember_recipes.js new file mode 100644 index 0000000..07cdc14 --- /dev/null +++ b/kubejs/server_scripts/ember_recipes.js @@ -0,0 +1,235 @@ +ServerEvents.recipes(event => { + const crystal_recipe_ids = ['aluminum', 'copper', 'gold', 'iron', 'lead', 'nickel', 'silver', 'tin', 'zinc'] + crystal_recipe_ids.forEach(id => { + event.remove({id: 'embers:alchemy/'+id+'_crystal_seed'}) + }) + event.remove({id: 'embers:alchemy/soul_sand'}) + + event.replaceInput({id: 'embers:ancient_codex'}, + 'embers:archaic_brick', + 'embers:caminite_brick') + + event.replaceInput({id: 'embers:ancient_codex'}, + 'embers:ancient_motive_core', + 'minecraft:wheat') + + event.remove({id: 'embers:dawnstone_anvil/tool_breakdown'}) + + event.remove({id: 'embers:item_extractor'}) + event.shaped('embers:item_extractor', [ + ' G ', + 'IPI', + ' G ' + ], { + G: 'naturesaura:gold_powder', + I: 'embers:item_pipe', + P: 'embers:caminite_plate' + } + ) + + event.remove({id: 'embers:fluid_extractor'}) + event.shaped('embers:fluid_extractor', [ + ' G ', + 'IPI', + ' G ' + ], { + G: 'naturesaura:gold_powder', + I: 'embers:fluid_pipe', + P: 'embers:caminite_plate' + } + ) + + //easier fluid tank + event.remove({ id: 'embers:fluid_vessel'}) + event.shaped('embers:fluid_vessel', [ + 'B B', + 'CAC', + 'BCB' + ], { + B: 'embers:caminite_brick', + C: 'minecraft:copper_ingot', + A: 'theurgy:sal_ammoniac_tank' + }) + + //archaic brick + event.custom({ + "type": "embers:alchemy", + "aspects": [ + { + "tag": "embers:aspectus/iron" + }, + { + "tag": "embers:aspectus/copper" + } + ], + "inputs": [ + { + "item": "naturesaura:infused_iron" + }, + { + "item": "naturesaura:tainted_gold" + } + ], + "output": { + "count": 2, + "item": "embers:archaic_brick" + }, + "tablet": { + "item": "minecraft:brick" + } + }) + + event.custom({ + "type": "embers:alchemy", + "aspects": [ + { + "tag": "embers:aspectus/iron" + }, + { + "tag": "embers:aspectus/copper" + }, + { + "tag": "embers:aspectus/silver" + }, + { + "tag": "embers:aspectus/dawnstone" + } + ], + "inputs": [ + { + "item": "naturesaura:infused_iron" + }, + { + "item": "naturesaura:tainted_gold" + }, + { + "item": "botania:rune_earth" + }, + { + "item": "botania:rune_fire" + }, + { + "item": "enchanted:attuned_stone_charged" + } + + ], + "output": { + "count": 1, + "item": "embers:copper_crystal_seed" + }, + "tablet": { + "item": "minecraft:copper_ingot" + } + }) + event.custom({ + "type": "embers:alchemy", + "aspects": [ + { + "tag": "embers:aspectus/iron" + }, + { + "tag": "embers:aspectus/copper" + }, + { + "tag": "embers:aspectus/silver" + }, + { + "tag": "embers:aspectus/dawnstone" + } + ], + "inputs": [ + { + "item": "naturesaura:infused_iron" + }, + { + "item": "naturesaura:tainted_gold" + }, + { + "item": "botania:rune_earth" + }, + { + "item": "botania:rune_fire" + }, + { + "item": "enchanted:attuned_stone_charged" + } + ], + "output": { + "count": 1, + "item": "embers:iron_crystal_seed" + }, + "tablet": { + "item": "minecraft:iron_ingot" + } + }) + event.custom({ + "type": "embers:alchemy", + "aspects": [ + { + "tag": "embers:aspectus/iron" + }, + { + "tag": "embers:aspectus/copper" + } + ], + "inputs": [ + { + "item": "embers:lead_ingot" + }, + { + "item": "embers:silver_ingot" + }, + { + "item": "enchanted:attuned_stone_charged" + } + ], + "output": { + "count": 1, + "item": "embers:zinc_crystal_seed" + }, + "tablet": { + "item": "minecraft:gold_ingot" + } + }) + event.custom({ + "type": "embers:alchemy", + "aspects": [ + { + "tag": "embers:aspectus/iron" + }, + { + "tag": "embers:aspectus/copper" + }, + { + "tag": "embers:aspectus/silver" + }, + { + "tag": "embers:aspectus/dawnstone" + } + ], + "inputs": [ + { + "item": "naturesaura:infused_iron" + }, + { + "item": "naturesaura:tainted_gold" + }, + { + "item": "botania:rune_earth" + }, + { + "item": "botania:rune_fire" + }, + { + "item": "enchanted:attuned_stone_charged" + } + ], + "output": { + "count": 1, + "item": "embers:lead_crystal_seed" + }, + "tablet": { + "item": "embers:lead_ingot" + } + }) +}) \ No newline at end of file diff --git a/kubejs/server_scripts/enchanted_recipes.js b/kubejs/server_scripts/enchanted_recipes.js new file mode 100644 index 0000000..2fc7270 --- /dev/null +++ b/kubejs/server_scripts/enchanted_recipes.js @@ -0,0 +1,364 @@ +ServerEvents.recipes(event => { + //fix demon heart recipes + //event.remove({id: 'enchanted:distilling/demon_heart_diamond_vapour'}) + + //anointing paste needs results, not seeds + event.remove({id: 'enchanted:anointing_paste'}) + event.shapeless('enchanted:anointing_paste', [ + 'enchanted:water_artichoke', + 'enchanted:belladonna_flower', + 'enchanted:mandrake_root', + 'enchanted:icy_needle' + ]) + + event.custom({ + "type": "enchanted:witch_cauldron", + "cookingColor": [ + 26, + 71, + 35 + ], + "finalColor": [ + 62, + 128, + 78 + ], + "ingredients": [ + { + "item": "enchanted:belladonna_flower" + }, + { + "item": "enchanted:water_artichoke" + }, + { + "item": "minecraft:bone_meal" + } + ], + "power": 0, + "result": { + "count": 3, + "item": "enchanted:mutandis" + } + }) + event.remove({id: 'enchanted:witch_cauldron/mutandis'}) + event.custom({ + "type": "enchanted:witch_cauldron", + "cookingColor": [ + 26, + 71, + 35 + ], + "finalColor": [ + 62, + 128, + 78 + ], + "ingredients": [ + { + "item": "enchanted:mandrake_root" + }, + { + "item": "enchanted:exhale_of_the_horned_one" + }, + { + "item": "minecraft:bone_meal" + } + ], + "power": 0, + "result": { + "count": 7, + "item": "enchanted:mutandis" + } + }).id('enchanted:witch_cauldron/mutandis') + + //earmuffs recipe + event.custom({ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "w": { + "tag": "minecraft:wool" + }, + "c": { + "item": "minecraft:copper_ingot" + }, + "d": { + "item": "farmersdelight:straw" + } + }, + "pattern": [ + "dcd", + "w w" + ], + "result": { + "item": "enchanted:earmuffs" + }, + "show_notification": true + }) + + //cauldron for brilliant fiber + event.remove({id: "naturesaura:gold_fiber"}) + event.custom({ + "type": "enchanted:witch_cauldron", + "cookingColor": [ + 26, + 71, + 35 + ], + "finalColor": [ + 62, + 128, + 78 + ], + "ingredients": [ + { + "item": "enchanted:odour_of_purity" + }, + { + "item": "minecraft:string" + }, + { + "item": "enchanted:wolfsbane_flower" + }, + { + "item": "enchanted:whiff_of_magic" + } + ], + "power": 0, + "result": { + "count": 2, + "item": "naturesaura:gold_fiber" + } + }) + + event.remove({id: "enchanted:altar"}) + event.custom({ + "type": "minecraft:crafting_shaped", + "category": "building", + "key": { + "b": { + "item": "enchanted:breath_of_the_goddess" + }, + "e": { + "item": "enchanted:exhale_of_the_horned_one" + }, + "r": { + "item": "enchanted:rowan_log" + }, + "s": { + "item": "minecraft:stone_bricks" + }, + "w": { + "item": "minecraft:gold_nugget" + } + }, + "pattern": [ + "bwe", + "srs", + "srs" + ], + "result": { + "item": "enchanted:altar" + }, + "show_notification": true + }) + + event.remove({id: "enchanted:attuned_stone"}) + event.custom({"type": "enchanted:witch_cauldron", + "cookingColor": [ + 26, + 71, + 35 + ], + "finalColor": [ + 62, + 128, + 78 + ], + "ingredients": [ + { + "item": "botania:mana_pearl" + }, + { + "item": "enchanted:whiff_of_magic" + }, + { + "item": "naturesaura:gold_leaf" + } + ], + "power": 500, + "result": { + "item": "enchanted:attuned_stone" + } + }) + + //chalk recipes + event.remove({id: "enchanted:ritual_chalk"}) + event.remove({id: "enchanted:witch_cauldron/golden_chalk"}) + event.remove({id: "enchanted:witch_cauldron/nether_chalk"}) + event.remove({id: "enchanted:witch_cauldron/otherwhere_chalk"}) + event.custom({ + "type": "minecraft:crafting_shaped", + "category": "equipment", + "key": { + "a": { + "item": "enchanted:wood_ash" + }, + "r": { + "item": "enchanted:gypsum" + } + }, + "pattern": [ + "ara", + "ara", + "ara" + ], + "result": { + "item": "enchanted:ritual_chalk" + }, + "show_notification": true + }) + event.custom({ + "type": "enchanted:witch_cauldron", + "cookingColor": [ + 89, + 64, + 0 + ], + "finalColor": [ + 194, + 155, + 0 + ], + "ingredients": [ + { + "item": "enchanted:mandrake_root" + }, + { + "item": "embers:dawnstone_ingot" + }, + { + "item": "enchanted:ritual_chalk" + } + ], + "power": 3000, + "result": { + "item": "enchanted:golden_chalk" + } + }).id("enchanted:witch_cauldron/golden_chalk") + event.custom({ + "type": "enchanted:witch_cauldron", + "cookingColor": [ + 84, + 1, + 26 + ], + "finalColor": [ + 156, + 1, + 47 + ], + "ingredients": [ + { + "item": "minecraft:nether_wart" + }, + { + "item": "naturesaura:tainted_gold" + }, + { + "item": "enchanted:ritual_chalk" + } + ], + "power": 2000, + "result": { + "item": "enchanted:nether_chalk" + } + }).id("enchanted:witch_cauldron/nether_chalk") + event.custom({ + "type": "enchanted:witch_cauldron", + "cookingColor": [ + 49, + 21, + 74 + ], + "finalColor": [ + 73, + 13, + 130 + ], + "ingredients": [ + { + "item": "minecraft:nether_wart" + }, + { + "item": "enchanted:attuned_stone" + }, + { + "item": "minecraft:ender_pearl" + }, + { + "item": "enchanted:ritual_chalk" + } + ], + "power": 2000, + "result": { + "item": "enchanted:otherwhere_chalk" + } + }).id("enchanted:witch_cauldron/otherwhere_chalk") + + //blaze powder to gold fiber + event.custom({ + "type": "enchanted:wheel", + "duration": 300, + "ingredients": [ + { + "item": "minecraft:blaze_powder" + }, + { + "item": "enchanted:bone_needle" + }, + { + "item": "enchanted:icy_needle" + } + ], + "power": 500, + "result": { + "item": "naturesaura:gold_fiber", + "count": 3 + } + }) + + event.remove({id: 'enchanted:fume_funnel'}) + event.shaped('enchanted:fume_funnel', [ + 'BAB', + 'BMB', + 'DSD' + ], { + A: 'minecraft:lava_bucket', + B: 'embers:caminite_plate', + S: 'minecraft:iron_bars', + D: 'minecraft:copper_block', + M: 'minecraft:iron_block' + }) + + //redstone + event.custom({ + "type": "enchanted:distilling", + "cookTime": 300, + "ingredients": [ + { + "item": "minecraft:blaze_powder" + }, + { + "item": "create:cinder_flour" + } + ], + "power": 750, + "results": [ + { + "count": 2, + "item": "minecraft:redstone" + } + ] + }) +}) \ No newline at end of file diff --git a/kubejs/server_scripts/loot_tables.js b/kubejs/server_scripts/loot_tables.js new file mode 100644 index 0000000..3d6e932 --- /dev/null +++ b/kubejs/server_scripts/loot_tables.js @@ -0,0 +1,7 @@ +LootJS.modifiers(event => { + event.addBlockLootModifier('minecraft:grass').removeLoot('enchanted:garlic') + + event.addBlockLootModifier('kubejs:dead_log') + .randomChance(0.1) + .addLoot('minecraft:charcoal') +}) \ No newline at end of file diff --git a/kubejs/server_scripts/mekanism_recipes.js b/kubejs/server_scripts/mekanism_recipes.js new file mode 100644 index 0000000..55c2e78 --- /dev/null +++ b/kubejs/server_scripts/mekanism_recipes.js @@ -0,0 +1,49 @@ +ServerEvents.recipes(event => { + + event.remove({id: 'mekanismtools:osmium/nugget_from_blasting'}) + event.remove({id: 'mekanismtools:bronze/nugget_from_blasting'}) + event.remove({id: 'mekanismtools:refined_glowstone/nugget_from_blasting'}) + event.remove({id: 'mekanismtools:refined_obsidian/nugget_from_blasting'}) + event.remove({id: 'mekanismtools:steel/nugget_from_blasting'}) + event.remove({id: 'mekanismtools:osmium/nugget_from_smelting'}) + event.remove({id: 'mekanismtools:bronze/nugget_from_smelting'}) + event.remove({id: 'mekanismtools:refined_glowstone/nugget_from_smelting'}) + event.remove({id: 'mekanismtools:refined_obsidian/nugget_from_smelting'}) + event.remove({id: 'mekanismtools:steel/nugget_from_smelting'}) + + event.custom({ + "type": "mekanism:rotary", + "fluidInput": { + "amount": 1, + "fluid": "bloodmagic:life_essence_fluid" + }, + "fluidOutput": { + "amount": 1, + "fluid": "bloodmagic:life_essence_fluid" + }, + "gasInput": { + "amount": 1, + "gas": "reclamation:aerated_essence" + }, + "gasOutput": { + "amount": 1, + "gas": "reclamation:aerated_essence" + } + }) + + event.custom({ + "type": "mekanism:chemical_infusing", + "leftInput": { + "amount": 2, + "gas": "reclamation:aerated_essence" + }, + "output": { + "amount": 1, + "gas": "reclamation:essence_boosted_ethylene" + }, + "rightInput": { + "amount": 1, + "gas": "mekanism:ethene" + } + }) +}) \ No newline at end of file diff --git a/kubejs/server_scripts/mystical_agriculture_recipes.js b/kubejs/server_scripts/mystical_agriculture_recipes.js new file mode 100644 index 0000000..e136709 --- /dev/null +++ b/kubejs/server_scripts/mystical_agriculture_recipes.js @@ -0,0 +1,393 @@ +ServerEvents.recipes(event => { + + event.custom({ + "type": "enchanted:witch_cauldron", + "cookingColor": [ + 26, + 71, + 35 + ], + "finalColor": [ + 62, + 128, + 78 + ], + "ingredients": [ + { + "item": "mysticalagriculture:fire_essence" + }, + { + "item": "mysticalagriculture:air_essence" + }, + { + "item": "mysticalagriculture:water_essence" + }, + { + "item": "mysticalagriculture:earth_essence" + }, + { + "item": "mysticalagriculture:inferium_essence" + }, + { + "item": "mysticalagriculture:inferium_essence" + }, + { + "item": "mysticalagriculture:inferium_essence" + } + ], + "power": 500, + "result": { + "count": 1, + "item": "mysticalagriculture:prudentium_essence" + } + }) + event.custom({ + "type": "enchanted:witch_cauldron", + "cookingColor": [ + 26, + 71, + 35 + ], + "finalColor": [ + 62, + 128, + 78 + ], + "ingredients": [ + { + "item": "mysticalagriculture:fire_essence" + }, + { + "item": "mysticalagriculture:air_essence" + }, + { + "item": "mysticalagriculture:water_essence" + }, + { + "item": "mysticalagriculture:earth_essence" + }, + { + "item": "mysticalagriculture:inferium_block" + }, + { + "item": "mysticalagriculture:inferium_block" + }, + { + "item": "mysticalagriculture:inferium_block" + } + ], + "power": 3000, + "result": { + "count": 1, + "item": "mysticalagriculture:prudentium_block" + } + }) + + event.replaceInput({id: 'mysticalagriculture:prosperity_ingot'}, + 'minecraft:iron_ingot', + 'naturesaura:infused_iron') + + event.replaceInput({id: 'mysticalagriculture:inferium_seeds'}, + 'minecraft:wheat_seeds', + '#forge:seeds') + + event.replaceInput({id: 'mysticalagriculture:prosperity_seed_base'}, + 'minecraft:wheat_seeds', + '#forge:seeds') + + event.custom({ + "type": "botania:runic_altar", + "ingredients": [ + { + "item": "mysticalagriculture:prudentium_block" + }, + { + "item": "mysticalagriculture:ice_essence" + }, + { + "item": "mysticalagriculture:nether_essence" + } + ], + "mana": 60000, + "output": { + "count": 2, + "item": "mysticalagriculture:tertium_essence" + } + }) + event.custom({ + "type": "botania:terra_plate", + "ingredients": [ + { + "item": "mysticalagriculture:prudentium_block" + }, + { + "item": "mysticalagriculture:nether_essence" + }, + { + "item": "mysticalagriculture:ice_essence" + } + ], + "mana": 100000, + "result": { + "item": "mysticalagriculture:tertium_essence", + "count": 2 + } + }) + event.custom({ + "type": "ars_nouveau:imbuement", + "count": 1, + "input": { + "item": "mysticalagriculture:tertium_block" + }, + "pedestalItems": [], + "output": "mysticalagriculture:imperium_essence", + "source": 10000 + }) + event.custom({ + "type": "bloodmagic:altar", + "altarSyphon": 20000, + "consumptionRate": 100, + "drainRate": 100, + "input": { + "item": "mysticalagriculture:imperium_essence" + }, + "output": { + "item": "mysticalagriculture:supremium_essence" + }, + "upgradeLevel": 4 + }) + + //mekanism alt recipes + event.custom({ + "type": "mekanism:infusion_conversion", + "input": { + "ingredient": { + "item": "mysticalagriculture:inferium_essence" + } + }, + "output": { + "amount": 10, + "infuse_type": "reclamation:inferium" + } + }) + event.custom({ + "type": "mekanism:infusion_conversion", + "input": { + "ingredient": { + "item": "mysticalagriculture:prudentium_essence" + } + }, + "output": { + "amount": 10, + "infuse_type": "reclamation:prudentium" + } + }) + event.custom({ + "type": "mekanism:infusion_conversion", + "input": { + "ingredient": { + "item": "mysticalagriculture:tertium_essence" + } + }, + "output": { + "amount": 10, + "infuse_type": "reclamation:tertium" + } + }) + event.custom({ + "type": "mekanism:infusion_conversion", + "input": { + "ingredient": { + "item": "mysticalagriculture:imperium_essence" + } + }, + "output": { + "amount": 10, + "infuse_type": "reclamation:imperium" + } + }) + event.custom({ + "type": "mekanism:metallurgic_infusing", + "chemicalInput": { + "amount": 40, + "tag": "reclamation:inferium" + }, + "itemInput": { + "ingredient": { + "tag": "reclamation:elemental_essence" + } + }, + "output": { + "item": "mysticalagriculture:prudentium_essence" + } + }) + event.custom({ + "type": "mekanism:metallurgic_infusing", + "chemicalInput": { + "amount": 40, + "tag": "reclamation:prudentium" + }, + "itemInput": { + "ingredient": { + "item": "botania:manasteel_nugget" + } + }, + "output": { + "item": "mysticalagriculture:tertium_essence" + } + }) + event.custom({ + "type": "mekanism:metallurgic_infusing", + "chemicalInput": { + "amount": 40, + "tag": "reclamation:tertium" + }, + "itemInput": { + "ingredient": { + "item": "ars_nouveau:source_gem" + } + }, + "output": { + "item": "mysticalagriculture:imperium_essence" + } + }) + event.custom({ + "type": "mekanism:metallurgic_infusing", + "chemicalInput": { + "amount": 40, + "tag": "reclamation:imperium" + }, + "itemInput": { + "ingredient": { + "item": "bloodmagic:infusedslate" + } + }, + "output": { + "item": "mysticalagriculture:supremium_essence" + } + }) + + //soulstone + event.shaped('8x mysticalagriculture:soulstone_cobble', [ + 'CCC', + 'CSC', + 'CCC' + ], { + C: 'minecraft:cobblestone', + S: 'mysticalagriculture:soulium_dust' + }) + event.shaped('8x mysticalagriculture:soulstone', [ + 'CCC', + 'CSC', + 'CCC' + ], { + C: 'minecraft:stone', + S: 'mysticalagriculture:soulium_dust' + }) + + //fertilizer + event.remove({id: 'mysticalagriculture:mystical_fertilizer'}) + event.remove({id: 'mysticalagriculture:mystical_fertilizer_better'}) + event.shaped('2x mysticalagriculture:mystical_fertilizer', [ + 'PFP', + 'FGF', + 'PFP' + ], { + P: 'mysticalagriculture:prudentium_essence', + F: 'mysticalagriculture:fertilized_essence', + G: 'embers:ember_crystal' + }) + + //remove infusion + event.remove({input: '#mysticalagriculture:infusion_crystals'}) + event.remove({id: 'mysticalagriculture:prudentium_essence_uncraft'}) + event.remove({id: 'mysticalagriculture:tertium_essence_uncraft'}) + event.remove({id: 'mysticalagriculture:imperium_essence_uncraft'}) + event.remove({id: 'mysticalagriculture:supremium_essence_uncraft'}) + + function altarRecipeSides(one, two, three, four, corners, output) { + event.custom({ + "type": "mysticalagriculture:infusion", + "ingredients": [ + { + "item": corners + }, + { + "item": one + }, + { + "item": corners + }, + { + "item": two + }, + { + "item": corners + }, + { + "item": three + }, + { + "item": corners + }, + { + "item": four + } + ], + "input": { + "item": "mysticalagriculture:prosperity_seed_base" + }, + "result": { + "item": output + } + }) + } + + function altarRecipe(corners, sides, output) { + altarRecipeSides(sides, sides, sides, sides, corners, output) + } + + const seeds = ['stone', 'dirt', 'deepslate', 'nether', 'ice', 'wood', + 'sky_stone', 'copper', 'dye', 'nature', 'iron', 'lead', 'gold', 'silver', 'coal', 'mystical_flower', 'zinc', 'tin', 'soulium', + 'nether_quartz', 'amethyst', 'glowstone', 'redstone', 'lapis_lazuli', 'silicon', 'certus_quartz', 'sky_stone', 'steel', 'uranium', 'osmium', 'fluorite', 'prismarine', + 'diamond', 'emerald', 'netherite'] + seeds.forEach(id => { + event.remove({id: 'mysticalagriculture:seed/infusion/'+id}) + }) + altarRecipe("mysticalagriculture:prudentium_essence", "minecraft:stone", "mysticalagriculture:stone_seeds") + altarRecipe("mysticalagriculture:prudentium_essence", "minecraft:dirt", "mysticalagriculture:dirt_seeds") + altarRecipeSides("minecraft:oak_sapling", "enchanted:alder_sapling", "enchanted:rowan_sapling", "enchanted:hawthorn_sapling", "mysticalagriculture:prudentium_essence", "mysticalagriculture:wood_seeds") + altarRecipe("mysticalagriculture:prudentium_essence", "minecraft:deepslate", "mysticalagriculture:deepslate_seeds") + altarRecipe("mysticalagriculture:prudentium_essence", "minecraft:blue_ice", "mysticalagriculture:ice_seeds") + altarRecipe("mysticalagriculture:prudentium_essence", "mysticalagriculture:nether_agglomeratio", "mysticalagriculture:nether_seeds") + + altarRecipe("mysticalagriculture:tertium_essence", "ae2:sky_stone_block", "mysticalagriculture:sky_stone_seeds") + altarRecipe("mysticalagriculture:tertium_essence", "mysticalagriculture:dye_agglomeratio", "mysticalagriculture:dye_seeds") + altarRecipe("mysticalagriculture:tertium_essence", "mysticalagriculture:nature_essence", "mysticalagriculture:nature_seeds") + altarRecipeSides("minecraft:copper_block", "naturesaura:infused_iron", "naturesaura:tainted_gold", "naturesaura:infused_iron", "mysticalagriculture:tertium_essence", "mysticalagriculture:copper_seeds") + altarRecipeSides("minecraft:iron_block", "botania:manasteel_ingot", "embers:dawnstone_ingot", "botania:manasteel_ingot", "mysticalagriculture:tertium_essence", "mysticalagriculture:iron_seeds") + altarRecipeSides("embers:lead_block", "embers:lead_ingot", "create:andesite_alloy", "embers:lead_ingot", "mysticalagriculture:tertium_essence", "mysticalagriculture:lead_seeds") + altarRecipeSides("minecraft:gold_block", "naturesaura:tainted_gold", "embers:dawnstone_ingot", "naturesaura:tainted_gold", "mysticalagriculture:tertium_essence", "mysticalagriculture:gold_seeds") + altarRecipeSides("embers:silver_block", "botania:manasteel_ingot", "embers:silver_aspectus", "botania:manasteel_ingot", "mysticalagriculture:tertium_essence", "mysticalagriculture:silver_seeds") + altarRecipe("mysticalagriculture:tertium_essence", "minecraft:coal_block", "mysticalagriculture:coal_seeds") + altarRecipeSides("botania:glimmering_livingwood", "botania:rune_earth", "botania:rune_mana", "botania:rune_water", "mysticalagriculture:tertium_essence", "mysticalagriculture:mystical_flower_seeds") + altarRecipeSides("create:zinc_block", "create:brass_ingot", "embers:zinc_crystal_seed", "create:brass_ingot", "mysticalagriculture:tertium_essence", "mysticalagriculture:zinc_seeds") + altarRecipeSides("mekanism:block_tin", "mekanism:clump_tin", "mekanism:dust_tin", "mekanism:clump_tin", "mysticalagriculture:tertium_essence", "mysticalagriculture:tin_seeds") + altarRecipeSides("nethersdelight:rich_soul_soil", "minecraft:soul_soil", "minecraft:soul_sand", "minecraft:soul_soil", "mysticalagriculture:tertium_essence", "mysticalagriculture:soulium_seeds") + + altarRecipeSides("minecraft:quartz_block", "minecraft:crimson_fungus", "ars_nouveau:abjuration_essence", "minecraft:warped_fungus", "mysticalagriculture:imperium_essence", "mysticalagriculture:nether_quartz_seeds") + altarRecipeSides("minecraft:budding_amethyst", "ars_nouveau:earth_essence", "ars_nouveau:source_gem_block", "ars_nouveau:earth_essence", "mysticalagriculture:imperium_essence", "mysticalagriculture:amethyst_seeds") + altarRecipeSides("minecraft:glowstone", "botania:mana_powder", "ars_nouveau:jar_of_light", "botania:mana_powder", "mysticalagriculture:imperium_essence", "mysticalagriculture:glowstone_seeds") + altarRecipeSides("minecraft:redstone_block", "botania:mana_powder", "ars_nouveau:manipulation_essence", "botania:mana_powder", "mysticalagriculture:imperium_essence", "mysticalagriculture:redstone_seeds") + altarRecipeSides("minecraft:lapis_block", "mekanism:dust_lapis_lazuli", "bloodmagic:waterscribetool", "mekanism:dust_lapis_lazuli", "mysticalagriculture:imperium_essence", "mysticalagriculture:lapis_lazuli_seeds") + altarRecipeSides("ae2:flawed_budding_quartz", "ae2:formation_core", "ae2:singularity", "ae2:annihilation_core", "mysticalagriculture:imperium_essence", "mysticalagriculture:certus_quartz_seeds") + altarRecipeSides("mekanism:block_steel", "mekanism:enriched_carbon", "ars_nouveau:fire_essence", "mekanism:enriched_carbon", "mysticalagriculture:imperium_essence", "mysticalagriculture:steel_seeds") + altarRecipeSides("mekanism:block_uranium", "mekanism:yellow_cake_uranium", "mekanism:uranium_hexafluoride_bucket", "mekanism:yellow_cake_uranium", "mysticalagriculture:imperium_essence", "mysticalagriculture:uranium_seeds") + altarRecipeSides("mekanism:block_osmium", "mekanism:enriched_refined_obsidian", "ars_nouveau:conjuration_essence", "mekanism:enriched_refined_obsidian", "mysticalagriculture:imperium_essence", "mysticalagriculture:osmium_seeds") + altarRecipeSides("mekanism:block_fluorite", "bloodmagic:defaultcrystal", "mekanism:hdpe_stick", "bloodmagic:defaultcrystal", "mysticalagriculture:imperium_essence", "mysticalagriculture:fluorite_seeds") + altarRecipeSides("minecraft:prismarine_bricks", "minecraft:prismarine_crystals", "ars_nouveau:water_essence", "minecraft:prismarine_crystals", "mysticalagriculture:imperium_essence", "mysticalagriculture:prismarine_seeds") + + altarRecipeSides("minecraft:diamond_block", "naturesaura:break_prevention", "ars_elemental:mark_of_mastery", "enchanted:mystic_unguent", "mysticalagriculture:supremium_essence", "mysticalagriculture:diamond_seeds") + altarRecipeSides("minecraft:emerald_block", "croptopia:greenbean", "botania:gaia_ingot", "croptopia:greenonion", "mysticalagriculture:supremium_essence", "mysticalagriculture:emerald_seeds") + altarRecipeSides("minecraft:netherite_block", "enchanted:drop_of_luck", "bloodmagic:ingot_hellforged", "enchanted:refined_evil", "mysticalagriculture:supremium_essence", "mysticalagriculture:netherite_seeds") +}) \ No newline at end of file diff --git a/kubejs/server_scripts/natures_aura_recipes.js b/kubejs/server_scripts/natures_aura_recipes.js new file mode 100644 index 0000000..6cb475d --- /dev/null +++ b/kubejs/server_scripts/natures_aura_recipes.js @@ -0,0 +1,956 @@ +ServerEvents.recipes(event => { + //disable cringe blocks + event.remove({id: 'naturesaura:time_changer'}) + event.remove({id: 'naturesaura:weather_changer'}) + event.remove({type: 'naturesaura:animal_spawner'}) + + event.remove({id: 'naturesaura:spawn_lamp'}) + event.custom({ + "type": "minecraft:crafting_shaped", + "pattern": [ + "ILI", + "SGE", + "ILI" + ], + "key": { + "I": { + "tag": "forge:ingots/iron" + }, + "L": { + "item": "minecraft:glass" + }, + "S": { + "item": "naturesaura:token_terror" + }, + "G": { + "item": "minecraft:glowstone" + }, + "E": { + "item": "botania:ender_air_bottle", + } + }, + "result": { + "item": "naturesaura:spawn_lamp" + } + }) + + event.remove({ id: 'naturesaura:tree_ritual/eye'}) + event.custom({ + "type": "naturesaura:tree_ritual", + "ingredients": [ + { + "item": "minecraft:spider_eye" + }, + { + "item": "minecraft:iron_ingot" + }, + { + "item": "naturesaura:gold_leaf" + }, + { + "item": "naturesaura:gold_leaf" + } + ], + "sapling": { + "item": "minecraft:oak_sapling" + }, + "output": { + "item": "naturesaura:eye" + }, + "time": 250 + }) + + event.remove({ id: 'naturesaura:tree_ritual/nature_altar'}) + event.custom({ + "type": "naturesaura:tree_ritual", + "ingredients": [ + { + "item": "minecraft:stone" + }, + { + "item": "minecraft:stone" + }, + { + "item": "minecraft:stone" + }, + { + "item": "minecraft:stone" + }, + { + "item": "minecraft:poppy" + }, + { + "item": "minecraft:dandelion" + }, + { + "item": "minecraft:grass" + }, + { + "item": "minecraft:apple" + } + ], + "sapling": { + "item": "minecraft:oak_sapling" + }, + "output": { + "item": "naturesaura:nature_altar" + }, + "time": 500 + }) + + //herbivorous absorber + event.remove({ id: 'naturesaura:flower_generator'}) + event.shaped('naturesaura:flower_generator', [ + 'PJP', + 'IFI', + 'PIP' + ], { + P: 'naturesaura:ancient_planks', + J: 'naturesaura:token_joy', + I: 'naturesaura:infused_iron', + F: '#botania:mystical_flowers' + } + ).id("reclamation:naturesaura/flower_generator") + + //ancient sapling + event.remove({id: 'naturesaura:tree_ritual/ancient_sapling'}) + event.custom({ + "type": "naturesaura:tree_ritual", + "ingredients": [ + { + "item": "minecraft:oak_sapling" + }, + { + "item": "minecraft:dandelion" + }, + { + "item": "minecraft:poppy" + }, + { + "tag": "forge:seeds" + }, + { + "item": "minecraft:sugar_cane" + }, + { + "item": "naturesaura:gold_leaf" + } + ], + "sapling": { + "item": "minecraft:oak_sapling" + }, + "output": { + "item": "naturesaura:ancient_sapling", + "count": 2 + }, + "time": 200 + }).id('naturesaura:tree_ritual/ancient_sapling') + + //new crumbling catalyst recipe + event.remove({ id: 'naturesaura:tree_ritual/crushing_catalyst'}) + event.custom({ + "type": "naturesaura:tree_ritual", + "ingredients": [ + { + "item": "naturesaura:gold_brick" + }, + { + "item": "naturesaura:gold_brick" + }, + { + "item": "botania:livingrock" + }, + { + "item": "botania:livingrock" + }, + { + "item": "minecraft:flint" + }, + { + "item": "minecraft:flint" + }, + { + "item": "naturesaura:token_joy" + }, + { + "item": "naturesaura:token_joy" + } + ], + "sapling": { + "item": "minecraft:spruce_sapling" + }, + "output": { + "item": "naturesaura:crushing_catalyst" + }, + "time": 500 + }).id("reclamation:naturesaura/crushing_catalyst") + + //lead ingots + event.custom({ + "type": "naturesaura:tree_ritual", + "ingredients": [ + { + "item": "naturesaura:infused_iron" + }, + { + "item": "naturesaura:infused_iron" + }, + { + "item": "minecraft:nether_brick" + }, + { + "item": "minecraft:nether_brick" + } + ], + "sapling": { + "item": "minecraft:spruce_sapling" + }, + "output": { + "item": "embers:raw_lead", + "count": 2 + }, + "time": 200 + }).id("reclamation:embers/lead_ingot") + event.custom({ + "type": "theurgy:incubation", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:ingots/lead" + } + } + ], + "incubation_time": 100, + "mercury": { + "item": "theurgy:mercury_shard" + }, + "result": { + "count": 1, + "item": "embers:lead_ingot" + }, + "salt": { + "item": "theurgy:alchemical_salt_mineral" + }, + "sulfur": { + "item": "theurgy:alchemical_sulfur_lead" + } + }) + event.remove({id: 'theurgy:incubation/ingots_lead_from_alchemical_sulfur_lead'}) + + //cinder flour + event.custom({ + "type": "naturesaura:altar", + "input": { + "item": "minecraft:netherrack" + }, + "output": { + "item": "create:cinder_flour" + }, + "catalyst": { + "item": "naturesaura:crushing_catalyst" + }, + "aura": 4000, + "time": 200 + }).id("reclamation:create/cinder_flour") + + //nerf transmutation catalyst + event.remove({id: "naturesaura:altar/gilded_blackstone"}) + event.remove({id: "naturesaura:altar/egg"}) + event.remove({id: "naturesaura:altar/milk"}) + event.remove({id: "naturesaura:altar/warped_fungus"}) + event.remove({id: "naturesaura:altar/crimson_fungus"}) + event.remove({id: "naturesaura:tree_ritual/conversion_catalyst"}) + event.custom({ + "type": "naturesaura:tree_ritual", + "ingredients": [ + { + "item": "naturesaura:gold_leaf" + }, + { + "item": "naturesaura:gold_brick" + }, + { + "item": "embers:dawnstone_ingot" + }, + { + "item": "naturesaura:tainted_gold" + }, + { + "item": "botania:manasteel_ingot" + }, + { + "item": "botania:manasteel_ingot" + } + ], + "sapling": { + "item": "minecraft:jungle_sapling" + }, + "output": { + "item": "naturesaura:conversion_catalyst" + }, + "time": 200 + }).id("reclamation:naturesaura/conversion_catalyst") + + //more conversion recipes + event.custom({ + "type": "naturesaura:altar", + "input": { + "item": "minecraft:netherrack" + }, + "output": { + "item": "minecraft:crimson_nylium" + }, + "catalyst": { + "item": "naturesaura:conversion_catalyst" + }, + "aura": 2000, + "time": 200 + }) + event.custom({ + "type": "naturesaura:altar", + "input": { + "item": "minecraft:crimson_nylium" + }, + "output": { + "item": "minecraft:warped_nylium" + }, + "catalyst": { + "item": "naturesaura:conversion_catalyst" + }, + "aura": 2000, + "time": 200 + }).id("reclamation:naturesaura/altar") + + //offering table + event.remove({id: "naturesaura:offering_table"}) + event.custom({ + "type": "embers:alchemy", + "aspects": [ + { + "tag": "embers:aspectus/dawnstone" + }, + { + "tag": "embers:aspectus/lead" + }, + { + "tag": "embers:aspectus/iron" + } + ], + "inputs": [ + { + "item": "naturesaura:token_fear" + }, + { + "item": "naturesaura:token_joy" + }, + { + "item": "botania:runic_altar" + } + ], + "output": { + "item": "naturesaura:offering_table" + }, + "tablet": { + "item": "naturesaura:infused_iron" + } + }).id("reclamation:naturesaura/offering_table") + + //calling spirit + event.remove({id: "naturesaura:calling_spirit"}) + event.custom({"type": "enchanted:witch_cauldron", + "cookingColor": [ + 49, + 21, + 74 + ], + "finalColor": [ + 73, + 13, + 130 + ], + "ingredients": [ + { + "item": "naturesaura:aura_bottle", + "nbt": { + "stored_type": "naturesaura:nether" + } + }, + { + "item": "naturesaura:aura_bottle", + "nbt": { + "stored_type": "naturesaura:overworld" + } + }, + { + "item": "naturesaura:tainted_gold" + }, + { + "item": "enchanted:whiff_of_magic" + } + ], + "power": 2000, + "result": { + "item": "naturesaura:calling_spirit", + "count": 4 + } + }).id("reclamation:naturesaura/calling_spirit") + event.custom({ + "type": "naturesaura:altar", + "input": { + "item": "naturesaura:birth_spirit" + }, + "output": { + "item": "naturesaura:calling_spirit" + }, + "aura": 50000, + "time": 200 + }).id("reclamation:naturesaura/calling_spirit_altar") + + event.remove({id: "naturesaura:altar/infused_stone"}) + event.custom({ + "type": "naturesaura:altar", + "input": { + "item": "botania:livingrock" + }, + "output": { + "item": "naturesaura:infused_stone" + }, + "aura": 7500, + "time": 40 + }) + + event.custom({ + "type": "naturesaura:altar", + "input": { + "item": "minecraft:deepslate" + }, + "output": { + "item": "minecraft:obsidian" + }, + "aura": 25000, + "time": 40 + }) + + event.custom({ + "type": "naturesaura:animal_spawner", + "ingredients": [ + { + "item": "naturesaura:birth_spirit" + }, + { + "item": "botania:brown_petal" + }, + { + "item": "botania:gray_petal" + }, + { + "item": "minecraft:egg" + } + ], + "entity": "minecraft:cow", + "aura": 30000, + "time": 40 + }) + event.custom({ + "type": "naturesaura:animal_spawner", + "ingredients": [ + { + "item": "naturesaura:birth_spirit" + }, + { + "item": "botania:red_petal" + }, + { + "item": "botania:pink_petal" + }, + { + "item": "minecraft:egg" + } + ], + "entity": "minecraft:pig", + "aura": 30000, + "time": 40 + }) + event.custom({ + "type": "naturesaura:animal_spawner", + "ingredients": [ + { + "item": "naturesaura:birth_spirit" + }, + { + "item": "botania:white_petal" + }, + { + "item": "botania:pink_petal" + }, + { + "item": "minecraft:egg" + } + ], + "entity": "minecraft:sheep", + "aura": 30000, + "time": 40 + }) + event.custom({ + "type": "naturesaura:animal_spawner", + "ingredients": [ + { + "item": "naturesaura:birth_spirit" + }, + { + "item": "minecraft:egg" + } + ], + "entity": "minecraft:chicken", + "aura": 30000, + "time": 40 + }) + event.custom({ + "type": "naturesaura:animal_spawner", + "ingredients": [ + { + "item": "naturesaura:birth_spirit" + }, + { + "item": "botania:gray_petal" + }, + { + "item": "botania:white_petal" + }, + { + "item": "minecraft:egg" + } + ], + "entity": "minecraft:goat", + "aura": 30000, + "time": 40 + }) + event.custom({ + "type": "naturesaura:animal_spawner", + "ingredients": [ + { + "item": "naturesaura:birth_spirit" + }, + { + "item": "botania:black_petal" + }, + { + "item": "botania:blue_petal" + }, + { + "item": "minecraft:egg" + } + ], + "entity": "minecraft:squid", + "aura": 30000, + "time": 40 + }) + event.custom({ + "type": "naturesaura:animal_spawner", + "ingredients": [ + { + "item": "naturesaura:birth_spirit" + }, + { + "item": "botania:green_petal" + }, + { + "item": "botania:lime_petal" + }, + { + "item": "minecraft:egg" + } + ], + "entity": "minecraft:turtle", + "aura": 30000, + "time": 40 + }) + event.custom({ + "type": "naturesaura:animal_spawner", + "ingredients": [ + { + "item": "naturesaura:birth_spirit" + }, + { + "item": "botania:red_petal" + }, + { + "item": "botania:cyan_petal" + }, + { + "item": "minecraft:egg" + } + ], + "entity": "minecraft:salmon", + "aura": 30000, + "time": 40 + }) + event.custom({ + "type": "naturesaura:animal_spawner", + "ingredients": [ + { + "item": "naturesaura:birth_spirit" + }, + { + "item": "botania:brown_petal" + }, + { + "item": "botania:orange_petal" + }, + { + "item": "minecraft:egg" + } + ], + "entity": "minecraft:cod", + "aura": 30000, + "time": 40 + }) + event.custom({ + "type": "naturesaura:animal_spawner", + "ingredients": [ + { + "item": "naturesaura:birth_spirit" + }, + { + "item": "botania:white_petal" + }, + { + "item": "botania:light_gray_petal" + }, + { + "item": "minecraft:egg" + } + ], + "entity": "minecraft:llama", + "aura": 30000, + "time": 40 + }) + event.custom({ + "type": "naturesaura:animal_spawner", + "ingredients": [ + { + "item": "naturesaura:birth_spirit" + }, + { + "item": "botania:pink_petal" + }, + { + "item": "botania:green_petal" + }, + { + "item": "minecraft:egg" + } + ], + "entity": "minecraft:axolotl", + "aura": 30000, + "time": 40 + }) + event.custom({ + "type": "naturesaura:animal_spawner", + "ingredients": [ + { + "item": "naturesaura:birth_spirit" + }, + { + "item": "botania:brown_petal" + }, + { + "item": "botania:yellow_petal" + }, + { + "item": "minecraft:egg" + } + ], + "entity": "minecraft:frog", + "aura": 30000, + "time": 40 + }) + event.custom({ + "type": "naturesaura:animal_spawner", + "ingredients": [ + { + "item": "naturesaura:birth_spirit" + }, + { + "item": "ars_elemental:anima_essence" + }, + { + "item": "croptopia:elderberry" + }, + { + "item": "minecraft:egg" + } + ], + "entity": "minecraft:allay", + "aura": 30000, + "time": 40 + }) + event.custom({ + "type": "naturesaura:animal_spawner", + "ingredients": [ + { + "item": "naturesaura:birth_spirit" + }, + { + "item": "minecraft:crying_obsidian" + }, + { + "item": "minecraft:chiseled_polished_blackstone" + }, + { + "item": "minecraft:egg" + } + ], + "entity": "minecraft:piglin_brute", + "aura": 30000, + "time": 40 + }) + event.custom({ + "type": "naturesaura:animal_spawner", + "ingredients": [ + { + "item": "naturesaura:birth_spirit" + }, + { + "item": "botania:yellow_petal" + }, + { + "item": "botania:orange_petal" + }, + { + "item": "minecraft:egg" + } + ], + "entity": "minecraft:camel", + "aura": 30000, + "time": 40 + }) + event.custom({ + "type": "naturesaura:animal_spawner", + "ingredients": [ + { + "item": "naturesaura:birth_spirit" + }, + { + "item": "botania:orange_petal" + }, + { + "item": "botania:white_petal" + }, + { + "item": "minecraft:egg" + } + ], + "entity": "minecraft:fox", + "aura": 30000, + "time": 40 + }) + event.custom({ + "type": "naturesaura:animal_spawner", + "ingredients": [ + { + "item": "naturesaura:birth_spirit" + }, + { + "item": "ars_nouveau:air_essence" + }, + { + "item": "ars_nouveau:earth_essence" + }, + { + "item": "minecraft:egg" + } + ], + "entity": "ars_nouveau:whirlisprig", + "aura": 60000, + "time": 40 + }) + event.custom({ + "type": "naturesaura:animal_spawner", + "ingredients": [ + { + "item": "naturesaura:birth_spirit" + }, + { + "item": "ars_nouveau:water_essence" + }, + { + "item": "ars_nouveau:earth_essence" + }, + { + "item": "minecraft:egg" + } + ], + "entity": "ars_nouveau:starbuncle", + "aura": 60000, + "time": 40 + }) + event.custom({ + "type": "naturesaura:animal_spawner", + "ingredients": [ + { + "item": "naturesaura:birth_spirit" + }, + { + "item": "ars_nouveau:fire_essence" + }, + { + "item": "ars_nouveau:earth_essence" + }, + { + "item": "minecraft:egg" + } + ], + "entity": "ars_nouveau:drygmy", + "aura": 60000, + "time": 40 + }) + event.custom({ + "type": "naturesaura:animal_spawner", + "ingredients": [ + { + "item": "naturesaura:birth_spirit" + }, + { + "item": "ars_nouveau:air_essence" + }, + { + "item": "ars_nouveau:fire_essence" + }, + { + "item": "minecraft:egg" + } + ], + "entity": "minecraft:witch", + "aura": 60000, + "time": 40 + }) + event.custom({ + "type": "naturesaura:animal_spawner", + "ingredients": [ + { + "item": "naturesaura:birth_spirit" + }, + { + "item": "botania:light_gray_petal" + }, + { + "item": "botania:gray_petal" + }, + { + "item": "minecraft:egg" + } + ], + "entity": "minecraft:wolf", + "aura": 30000, + "time": 40 + }) + event.custom({ + "type": "naturesaura:animal_spawner", + "ingredients": [ + { + "item": "naturesaura:birth_spirit" + }, + { + "item": "ars_nouveau:air_essence" + }, + { + "item": "ars_nouveau:water_essence" + }, + { + "item": "minecraft:egg" + } + ], + "entity": "ars_elemental:siren_entity", + "aura": 60000, + "time": 40 + }) + + //osmium + event.custom({ + "type": "naturesaura:offering", + "input": { + "item": "minecraft:iron_ingot" + }, + "start_item": { + "item": "bloodmagic:infusedslate" + }, + "output": { + "item": "mekanism:ingot_osmium", + "Count": 1 + } + }) + + //croptopia saplings + function sapling_recipe(type, v, h, sapling) { + event.custom({ + "type": "naturesaura:tree_ritual", + "ingredients": [ + { + "item": "croptopia:"+v + }, + { + "item": "croptopia:"+v + }, + { + "item": "croptopia:"+h + }, + { + "item": "croptopia:"+h + }, + { + "item": "mysticalagriculture:nature_essence" + }, + { + "item": "mysticalagriculture:nature_essence" + }, + { + "item": "mysticalagriculture:nature_essence" + }, + { + "item": "mysticalagriculture:nature_essence" + } + ], + "sapling": { + "item": "minecraft:"+sapling+"_sapling" + }, + "output": { + "item": "croptopia:"+type+"_sapling" + }, + "time": 250 + }) + } + const trees = [ + ['almond', 'onion', 'coffee_beans', 'oak'], + ['apricot', 'saguaro', 'tomato', 'oak'], + ['avocado', 'cabbage', 'rutabaga', 'birch'], + ['banana', 'sweetpotato', 'corn', 'jungle'], + ['cashew', 'blackbean', 'banana', 'oak'], + ['cherry', 'strawberry', 'tomato', 'cherry'], + ['cinnamon', 'mustard', 'ginger', 'spruce'], + ['coconut', 'walnut', 'corn', 'jungle'], + ['date', 'yam', 'blackberry', 'jungle'], + ['dragonfruit', 'saguaro', 'strawberry', 'birch'], + ['fig', 'blueberry', 'bellpepper', 'acacia'], + ['grapefruit', 'grape', 'honeydew', 'acacia'], + ['kumquat', 'tomatillo', 'greenonion', 'jungle'], + ['lemon', 'tomatillo', 'mustard', 'jungle'], + ['lime', 'kiwi', 'lemon', 'birch'], + ['mango', 'bellpepper', 'raspberry', 'jungle'], + ['nectarine', 'orange', 'peach', 'oak'], + ['nutmeg', 'peanut', 'cashew', 'birch'], + ['orange', 'basil', 'mango', 'birch'], + ['peach', 'strawberry', 'cantaloupe', 'oak'], + ['pear', 'saguaro', 'radish', 'acacia'], + ['pecan', 'almond', 'onion', 'oak'], + ['persimmon', 'chile_pepper', 'rutabaga', 'oak'], + ['plum', 'yam', 'oat', 'oak'], + ['starfruit', 'banana', 'mango', 'jungle'], + ['walnut', 'rice', 'soybean', 'oak'] + ] + trees.forEach(entry => { + sapling_recipe(entry[0], entry[1], entry[2], entry[3]) + }) +}) \ No newline at end of file diff --git a/kubejs/server_scripts/reclamation.js b/kubejs/server_scripts/reclamation.js new file mode 100644 index 0000000..e2ae669 --- /dev/null +++ b/kubejs/server_scripts/reclamation.js @@ -0,0 +1,36 @@ +EntityEvents.spawned(event => { + let entity = event.entity; + + // Check if we are spawning a chicken with passengers + if (entity.type == 'minecraft:chicken' && !entity.passengers.isEmpty()) { + + // detach all passengers + entity.passengers.forEach(p => { + p.stopRiding(); + }); + + // cancel the spawning event for the chicken + event.cancel(); + } +}) + +ServerEvents.loaded(event => { + if (event.server.persistentData.gameRules) return + event.server.gameRules.set("doTraderSpawning", false) + event.server.runCommandSilent('difficulty hard') + + event.server.persistentData.gameRules = true +}) + +BlockEvents.rightClicked(event => { + const { block, item, player } = event; + const panning = Component.of("Sifting for copper...").white(); + if (!item) return; + + if (block.id === "minecraft:gravel" && item.id === "minecraft:bowl") { + player.displayClientMessage(panning, true); + if (Math.random() < 0.25) { + player.give("create:copper_nugget") + } + } +}) \ No newline at end of file diff --git a/kubejs/server_scripts/reclamation_recipes.js b/kubejs/server_scripts/reclamation_recipes.js new file mode 100644 index 0000000..e5e5a12 --- /dev/null +++ b/kubejs/server_scripts/reclamation_recipes.js @@ -0,0 +1,1915 @@ +ServerEvents.recipes(event => { + event.remove({id: "embers:copper_ingot_to_nugget"}) + + //dead wood recipes + event.shapeless('4x kubejs:scrap_wood', [ + 'kubejs:dead_log' + ]) + event.shaped('kubejs:flimsy_planks', [ + 'AA', + 'AA' + ], { + A: 'kubejs:scrap_wood' + }) + event.shaped('minecraft:composter', [ + 'A A', + 'ABA', + 'AAA' + ], { + A: 'kubejs:flimsy_planks', + B: 'embers:caminite_blend' + }) + + //ladders + event.shaped('4x minecraft:ladder', [ + 'A A', + 'AAA', + 'A A' + ], { + A: '#forge:rods/wooden' + }) + + //chests + event.shaped('minecraft:chest', [ + 'AAA', + 'A A', + 'AAA' + ], { + A: '#enchanted:planks' + }) + + //microscope + event.remove('complicated_bees:microscope') + event.shaped('complicated_bees:microscope', [ + ' EI', + ' PI', + 'AAA' + ], { + A: 'minecraft:iron_block', + I: 'minecraft:iron_ingot', + P: 'minecraft:glass_pane', + E: 'naturesaura:eye' + }) + + //mycelium + event.custom({ + "type": "create:haunting", + "ingredients": [ + { + "item": "minecraft:grass_block" + } + ], + "results": [ + { + "item": "minecraft:mycelium" + } + ] + }) + event.remove({id: 'create:haunting/soul_soil'}) + event.custom({ + "type": "create:haunting", + "ingredients": [ + { + "item": "minecraft:dirt" + } + ], + "results": [ + { + "item": "minecraft:soul_soil" + } + ] + }) + + //easier camera + event.replaceInput({id: 'exposure:black_and_white_film'}, + 'minecraft:iron_ingot', + 'minecraft:copper_ingot') + + event.replaceInput({id: 'exposure:black_and_white_film'}, + 'minecraft:iron_nugget', + 'create:copper_nugget') + + event.replaceInput({id: 'exposure:lightroom'}, + 'minecraft:redstone_torch', + 'minecraft:red_dye') + + event.replaceInput({id: 'exposure:camera'}, + 'minecraft:iron_ingot', + 'minecraft:copper_ingot') + + //flimsy door + event.shaped('reclamation_util:flimsy_door', [ + 'AA ', + 'AC ', + 'AA ' + ], { + A: 'kubejs:flimsy_planks', + C: 'minecraft:copper_ingot' + }) + + //frames + event.shapeless('reclamation_util:poison_frame', [ + 'complicated_bees:frame', + 'minecraft:poisonous_potato' + ]) + + event.replaceInput({id: 'complicated_bees:cold_frame'}, + 'minecraft:blue_ice', + 'minecraft:snow_block') + + event.shaped('reclamation_util:permafrost_frame', [ + 'III', + 'ACA', + 'AAA' + ], { + A: 'complicated_bees:waxed_stick', + C: 'minecraft:blue_ice', + I: 'enchanted:icy_needle' + }) + + event.shaped('complicated_bees:wet_frame', [ + 'AAA', + 'AEA', + 'AAA' + ], { + A: 'complicated_bees:waxed_stick', + E: 'mysticalagriculture:water_essence' + }) + + //spice rack collision + event.remove({id: "cookingforblockheads:spice_rack"}) + event.shaped('cookingforblockheads:spice_rack', [ + 'ACA' + ], { + A: '#minecraft:wooden_slabs', + C: 'embers:caminite_blend' + }) + + event.custom({ + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "kubejs:dead_log" + } + ], + "result": [ + { + "item": "kubejs:scrap_wood", + "count": 8 + }, + { + "chance": 0.5, + "item": "kubejs:scrap_wood", + "count": 2 + }, + { + "chance": 0.15, + "item": "minecraft:charcoal", + "count": 1 + } + ], + "tool": { + "type": "farmersdelight:tool_action", + "action": "axe_dig" + } + }) + + //remove early game dirt -> coarse dirt -> dirt duplication + event.remove({ id: 'minecraft:coarse_dirt'}) + event.shapeless('2x minecraft:coarse_dirt', [ + '2x minecraft:dirt', + '2x minecraft:gravel' + ]) + + //create tree fert + event.shapeless('4x create:tree_fertilizer', [ + '2x #minecraft:small_flowers', + '1x minecraft:bone_meal', + '1x enchanted:mutandis' + ]) + + //cut copper into ingots + event.custom({ + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "minecraft:cut_copper" + } + ], + "result": [ + { + "item": "minecraft:copper_ingot", + "count": 6 + }, + { + "chance": 0.75, + "item": "minecraft:copper_ingot", + "count": 2 + }, + { + "chance": 0.5, + "item": "minecraft:copper_ingot" + } + ], + "tool": { + "type": "farmersdelight:tool_action", + "action": "pickaxe_dig" + } + }) + + //copper bucket + event.shaped('minecraft:bucket', [ + 'A A', + 'DAD', + ' ' + ], { + A: 'minecraft:copper_ingot', + D: 'embers:caminite_blend' + }) + + //pasture seeds through ritual + event.custom({ + "type": "naturesaura:tree_ritual", + "ingredients": [ + { + "item": "minecraft:hay_block" + }, + { + "tag": "forge:seeds" + }, + { + "item": "enchanted:hint_of_rebirth" + }, + { + "item": "enchanted:breath_of_the_goddess" + } + ], + "sapling": { + "item": "minecraft:birch_sapling" + }, + "output": { + "item": "botania:grass_seeds" + }, + "time": 250 + }) + + event.remove({id: 'croptopia:knife'}) + event.shaped('croptopia:knife', [ + 'SA', + 'BS' + ], { + A: 'minecraft:iron_ingot', + B: 'minecraft:stick', + S: 'farmersdelight:straw' + }).id('croptopia:knife') + + event.remove({id: 'agricraft:trowel'}) + event.shaped('agricraft:trowel', [ + ' SB', + 'AAS', + ' ' + ], { + A: 'minecraft:iron_ingot', + B: 'minecraft:stick', + S: 'farmersdelight:straw' + }).id('agricraft:trowel') + + //gold nether ore from bricks + event.custom({ + "type": "botania:pure_daisy", + "input": { + "type": "block", + "block": "naturesaura:gold_nether_brick" + }, + "output": { + "name": "minecraft:nether_gold_ore" + } + }) + + //ritual book + event.custom({ + "type": "patchouli:shapeless_book_recipe", + "ingredients": [ + { + "item": "minecraft:book" + }, + { + "item": "kubejs:dried_earth" + } + ], + "book": "patchouli:custom_rituals" + }) + + //chest from planks... quark >_> + event.shaped('minecraft:chest', [ + 'AAA', + 'A A', + 'AAA' + ], { + A: 'kubejs:flimsy_planks' + }) + + //feather-flesh amalgam + event.custom({ + "type": "naturesaura:tree_ritual", + "ingredients": [ + { + "item": "minecraft:feather" + }, + { + "item": "minecraft:feather" + }, + { + "item": "minecraft:feather" + }, + { + "item": "minecraft:feather" + }, + { + "item": "minecraft:rotten_flesh" + }, + { + "item": "minecraft:rotten_flesh" + }, + { + "item": "minecraft:rotten_flesh" + }, + { + "item": "minecraft:rotten_flesh" + }, + ], + "sapling": { + "item": "minecraft:oak_sapling" + }, + "output": { + "item": "kubejs:feather_flesh_amalgam" + }, + "time": 250 + }) + + //blooded amalgam + event.custom({ + "type": "theurgy:liquefaction", + "ingredient": { + "item": "kubejs:feather_flesh_amalgam" + }, + "liquefaction_time": 100, + "result": { + "count": 1, + "item": "kubejs:blooded_amalgam" + }, + "solvent": { + "fluid": "kubejs:hemoglobic_fluid" + }, + "solvent_amount": 1000 + }) + + //mana amalgam + event.custom({ + "type": "botania:runic_altar", + "ingredients": [ + { + "tag": "botania:mana_dusts" + }, + { + "item": "botania:grass_seeds" + }, + { + "item": "kubejs:blooded_amalgam" + } + ], + "mana": 4000, + "output": { + "item": "kubejs:mana_amalgam" + } + }) + + //chicken spawn egg + event.custom({ + "type": "naturesaura:offering", + "input": { + "item": "kubejs:infused_amalgam" + }, + "start_item": { + "item": "naturesaura:calling_spirit" + }, + "output": { + "item": "minecraft:chicken_spawn_egg", + "Count": 2 + } + }) + + //silver sulfur + event.custom({ + "type": "botania:runic_altar", + "ingredients": [ + { + "tag": "botania:mana_dusts" + }, + { + "item": "embers:dawnstone_ingot" + }, + { + "item": "embers:ember_crystal" + }, + { + "item": "enchanted:whiff_of_magic" + }, + { + "item": "enchanted:gypsum" + } + ], + "mana": 4000, + "output": { + "item": "theurgy:alchemical_sulfur_silver", + "nbt": { + "theurgy:sulfur.source.id": "#forge:ingots/silver" + } + } + }) + + event.shapeless( + Item.of('agricraft:seed', '{genes:{fertility:{dom:1,rec:1},gain:{dom:1,rec:1},growth:{dom:1,rec:1},mutativity:{dom:1,rec:1},resistance:{dom:10,rec:10},species:{dom:"minecraft:dandelion",rec:"minecraft:dandelion"},strength:{dom:1,rec:1}}}'), + [ + 'minecraft:dandelion', + 'minecraft:wheat_seeds' + ] + ) + event.shapeless( + Item.of('agricraft:seed', '{genes:{fertility:{dom:1,rec:1},gain:{dom:1,rec:1},growth:{dom:1,rec:1},mutativity:{dom:1,rec:1},resistance:{dom:10,rec:10},species:{dom:"minecraft:poppy",rec:"minecraft:poppy"},strength:{dom:1,rec:1}}}'), + [ + 'minecraft:poppy', + 'minecraft:wheat_seeds' + ] + ) + + //bee stuff + event.remove({id: 'complicated_bees:apiary'}) + event.shaped('complicated_bees:apiary', [ + 'PPP', + 'B B', + 'PPP' + ], { + P: '#minecraft:planks', + B: 'embers:caminite_brick' + }) + + //combs + event.custom({ + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "complicated_bees:comb", + "nbt": { + "comb_type": "reclamation:barren" + } + } + ], + "result": [ + { + "item": "complicated_bees:beeswax", + "count": 1, + "chance": 0.5 + }, + { + "chance": 0.1, + "item": "complicated_bees:honey_droplet", + "count": 1 + } + ], + "tool": { + "tag": "forge:tools/knives" + } + }) + event.custom({ + "type": "complicated_bees:centrifuge", + "input": { + "item": "complicated_bees:comb", + "nbt": { + "comb_type": "reclamation:barren" + } + }, + "outputs": [ + { + "item": "complicated_bees:beeswax", + "chance": 0.7 + }, + { + "item": "complicated_bees:honey_droplet", + "chance": 0.2 + } + ] + }) + event.custom({ + "type": "complicated_bees:centrifuge", + "input": { + "item": "complicated_bees:comb", + "nbt": { + "comb_type": "reclamation:magical" + } + }, + "outputs": [ + { + "item": "complicated_bees:beeswax", + "chance": 0.4 + }, + { + "item": "complicated_bees:honey_droplet", + "chance": 0.4 + }, + { + "item": "mysticalagriculture:inferium_essence", + "chance": 0.1 + } + ] + }) + event.custom({ + "type": "complicated_bees:centrifuge", + "input": { + "item": "complicated_bees:comb", + "nbt": { + "comb_type": "reclamation:lead" + } + }, + "outputs": [ + { + "item": "complicated_bees:beeswax", + "chance": 0.5 + }, + { + "item": "complicated_bees:honey_droplet", + "chance": 0.3 + }, + { + "item": "embers:raw_lead", + "chance": 0.25 + } + ] + }) + event.custom({ + "type": "complicated_bees:centrifuge", + "input": { + "item": "complicated_bees:comb", + "nbt": { + "comb_type": "reclamation:silver" + } + }, + "outputs": [ + { + "item": "complicated_bees:beeswax", + "chance": 0.5 + }, + { + "item": "complicated_bees:honey_droplet", + "chance": 0.3 + }, + { + "item": "embers:raw_silver", + "chance": 0.25 + } + ] + }) + event.custom({ + "type": "complicated_bees:centrifuge", + "input": { + "item": "complicated_bees:comb", + "nbt": { + "comb_type": "reclamation:osmium" + } + }, + "outputs": [ + { + "item": "complicated_bees:beeswax", + "chance": 0.5 + }, + { + "item": "complicated_bees:honey_droplet", + "chance": 0.3 + }, + { + "item": "mekanism:raw_osmium", + "chance": 0.25 + } + ] + }) + event.custom({ + "type": "complicated_bees:centrifuge", + "input": { + "item": "complicated_bees:comb", + "nbt": { + "comb_type": "reclamation:certus_quartz" + } + }, + "outputs": [ + { + "item": "complicated_bees:beeswax", + "chance": 0.5 + }, + { + "item": "complicated_bees:honey_droplet", + "chance": 0.3 + }, + { + "item": "ae2:certus_quartz_crystal", + "chance": 0.25 + } + ] + }) + event.custom({ + "type": "complicated_bees:centrifuge", + "input": { + "item": "complicated_bees:comb", + "nbt": { + "comb_type": "reclamation:tin" + } + }, + "outputs": [ + { + "item": "complicated_bees:beeswax", + "chance": 0.5 + }, + { + "item": "complicated_bees:honey_droplet", + "chance": 0.3 + }, + { + "item": "mekanism:raw_tin", + "chance": 0.25 + } + ] + }) + event.custom({ + "type": "complicated_bees:centrifuge", + "input": { + "item": "complicated_bees:comb", + "nbt": { + "comb_type": "reclamation:uranium" + } + }, + "outputs": [ + { + "item": "complicated_bees:beeswax", + "chance": 0.5 + }, + { + "item": "complicated_bees:honey_droplet", + "chance": 0.3 + }, + { + "item": "mekanism:raw_uranium", + "chance": 0.25 + } + ] + }) + event.custom({ + "type": "complicated_bees:centrifuge", + "input": { + "item": "complicated_bees:comb", + "nbt": { + "comb_type": "reclamation:fluorite" + } + }, + "outputs": [ + { + "item": "complicated_bees:beeswax", + "chance": 0.5 + }, + { + "item": "complicated_bees:honey_droplet", + "chance": 0.3 + }, + { + "item": "mekanism:fluorite_gem", + "chance": 0.25 + } + ] + }) + event.custom({ + "type": "complicated_bees:centrifuge", + "input": { + "item": "complicated_bees:comb", + "nbt": { + "comb_type": "reclamation:zinc" + } + }, + "outputs": [ + { + "item": "complicated_bees:beeswax", + "chance": 0.5 + }, + { + "item": "complicated_bees:honey_droplet", + "chance": 0.3 + }, + { + "item": "create:raw_zinc", + "chance": 0.25 + } + ] + }) + event.remove({id: 'complicated_bees:centrifuge/rocky_comb'}) + event.custom({ + "type": "complicated_bees:centrifuge", + "input": { + "item": "complicated_bees:comb", + "nbt": { + "comb_type": "complicated_bees:rocky" + } + }, + "outputs": [ + { + "item": "complicated_bees:beeswax", + "chance": 0.8 + }, + { + "item": "complicated_bees:honey_droplet", + "chance": 0.4 + }, + { + "item": "complicated_bees:propolis", + "chance": 0.05 + } + ] + }) + + //biome bottle + event.shaped('4x reclamation_util:empty_biome_bottle', [ + ' A ', + 'G G', + ' G ' + ], { + A: 'enchanted:attuned_stone_charged', + G: 'minecraft:glass' + }) + + //prosperity shard + event.custom({ + "type": "farmersdelight:cutting", + "ingredients": [ + { + "tag": "forge:nuggets/copper" + } + ], + "result": [ + { + "item": "mysticalagriculture:prosperity_shard", + "chance": 0.15, + "count": 1 + } + ], + "tool": { + "type": "farmersdelight:tool_action", + "action": "pickaxe_dig" + } + }) + event.custom({ + "type": "mekanism:enriching", + "input": { + "ingredient": { + "tag": "forge:nuggets/copper" + } + }, + "output": { + "item": "mysticalagriculture:prosperity_shard", + } + }) + + //attuned biome bottle + event.shaped('reclamation_util:attuned_biome_bottle', [ + ' A ', + 'GBG', + ' S ' + ], { + A: 'enchanted:attuned_stone_charged', + B: 'reclamation_util:empty_biome_bottle', + S: 'bloodmagic:ingot_hellforged', + G: 'botania:life_essence' + }) + + //sculk awakener + event.shaped('reclamation_util:sculk_awakener', [ + 'TBT', + 'VEV', + 'TBT' + ], { + E: 'minecraft:ender_eye', + V: 'minecraft:sculk_vein', + B: 'minecraft:bone', + T: 'mysticalagriculture:tertium_essence' + }) + + //sculk catalyst + event.shaped('minecraft:sculk_catalyst', [ + 'GCG', + 'DSD', + 'BBB' + ], { + B: 'minecraft:bone_block', + C: 'minecraft:crying_obsidian', + D: 'bloodmagic:defaultcrystal', + S: 'minecraft:nether_star', + G: 'minecraft:glowstone' + }) + + //sniffer egg + event.custom({ + "type": "mysticalagriculture:infusion", + "ingredients": [ + { + "item": "minecraft:torchflower" + }, + { + "item": "ars_nouveau:wixie_shards" + }, + { + "item": "minecraft:torchflower" + }, + { + "item": "ars_nouveau:drygmy_shard" + }, + { + "item": "minecraft:torchflower" + }, + { + "item": "ars_nouveau:starbuncle_shards" + }, + { + "item": "minecraft:torchflower" + }, + { + "item": "ars_nouveau:whirlisprig_shards" + } + ], + "input": { + "item": "minecraft:egg" + }, + "result": { + "item": "minecraft:sniffer_egg" + } + }) + + //frame remover + event.shaped('reclamation_util:frame_remover', [ + ' Ss', + ' sS', + 'd ' + ], { + S: 'minecraft:stone', + s: 'minecraft:stick', + d: 'kubejs:dried_earth' + }) + + //unlock sheet from squids + event.replaceInput({id: 'xercamusic:music_sheet'}, + 'minecraft:ink_sac', + 'minecraft:charcoal') + + //easier combees recipes + event.replaceInput({id: 'complicated_bees:meter'}, + 'minecraft:redstone', + 'minecraft:red_dye') + event.replaceInput({id: 'complicated_bees:meter'}, + 'minecraft:redstone_torch', + 'naturesaura:infused_iron') + event.replaceInput({id: 'complicated_bees:meter'}, + 'minecraft:iron_ingot', + 'minecraft:copper_ingot') + event.replaceInput({id: 'complicated_bees:analyzer'}, + 'minecraft:diamond', + 'naturesaura:infused_iron') + event.replaceInput({id: 'complicated_bees:analyzer'}, + 'minecraft:redstone', + 'embers:caminite_brick') + event.replaceInput({id: 'complicated_bees:bee_sorter'}, + 'minecraft:diamond', + 'minecraft:redstone') + event.replaceInput({id: 'complicated_bees:bee_sorter'}, + 'minecraft:comparator', + 'minecraft:repeater') + + //copycats from andesite + event.replaceInput({mod: 'copycats'}, + 'create:zinc_ingot', + 'create:andesite_alloy') + + //cooking for blockheads book easier + event.replaceInput({id: 'cookingforblockheads:crafting_book'}, + 'minecraft:diamond', + 'minecraft:beetroot') + + //creative blaze cake + event.custom({ + "type": "create:sequenced_assembly", + "ingredient": { + "item": "create:blaze_cake" + }, + "loops": 100, + "results": [ + { + "item": "create:creative_blaze_cake" + } + ], + "sequence": [ + { + "type": "create:deploying", + "ingredients": [ + { + "item": "create:blaze_cake" + }, + { + "item": "complicated_bees:exp_drop" + } + ], + "results": [ + { + "item": "create:blaze_cake" + } + ] + }, + { + "type": "create:filling", + "ingredients": [ + { + "item": "create:blaze_cake" + }, + { + "amount": 500, + "fluid": "embers:molten_dawnstone", + "nbt": {} + } + ], + "results": [ + { + "item": "create:blaze_cake" + } + ] + }, + { + "type": "create:pressing", + "ingredients": [ + { + "item": "create:blaze_cake" + } + ], + "results": [ + { + "item": "create:blaze_cake" + } + ] + } + ], + "transitionalItem": { + "item": "create:blaze_cake" + } + }) + + event.shapeless('mekanism:creative_chemical_tank', [ + 'mekanism:creative_chemical_tank' + ]) + + event.custom({ + "type": "create:mechanical_crafting", + "acceptMirrored": false, + "key": { + "C": { + "item": "create:creative_blaze_cake" + }, + "P": { + "item": "bloodmagic:dungeon_metal" + }, + "S": { + "item": "mekanism:pellet_antimatter" + }, + "W": { + "item": "create:large_cogwheel" + } + }, + "pattern": [ + " WWWWW ", + "WWCCCWW", + "WCCPCCW", + "WCPSPCW", + "WCPSPCW", + "WCPSPCW", + "WCCPCCW", + "WWCCCWW", + " WWWWW " + ], + "result": { + "count": 1, + "item": "create:creative_motor" + } + }) + + event.custom({ + "type": "embers:alchemy", + "aspects": [ + { + "tag": "embers:aspectus/lead" + }, + { + "tag": "embers:aspectus/dawnstone" + }, + { + "tag": "embers:aspectus/copper" + }, + { + "tag": "embers:aspectus/iron" + }, + { + "tag": "embers:aspectus/silver" + } + ], + "inputs": [ + { + "item": "embers:shifting_scales" + }, + { + "item": "embers:winding_gears" + }, + { + "item": "embers:nonbeliever_amulet" + }, + { + "item": "embers:explosion_charm" + }, + { + "item": "embers:inflictor_gem" + }, + { + "item": "embers:eldritch_insignia" + } + ], + "output": { + "item": "embers:creative_ember_source" + }, + "tablet": { + "item": "create:creative_blaze_cake" + } + }) + + event.custom({ + "type": "ars_nouveau:enchanting_apparatus", + "keepNbtOfReagent": false, + "output": { + "item": "ars_nouveau:creative_source_jar" + }, + "pedestalItems": [ + { + "item": "ars_elemental:mark_of_mastery" + }, + { + "item": "create:creative_blaze_cake" + }, + { + "item": "ars_nouveau:bookwyrm_charm" + }, + { + "item": "ars_nouveau:starbuncle_charm" + }, + { + "item": "ars_nouveau:whirlisprig_charm" + }, + { + "item": "ars_nouveau:drygmy_charm" + }, + { + "item": "ars_nouveau:wixie_charm" + }, + { + "item": "ars_nouveau:amethyst_golem_charm" + }, + { + "item": "ars_elemental:siren_charm" + } + ], + "reagent": [ + { + "item": "embers:creative_ember_source" + } + ], + "sourceCost": 10000 + }) + + event.custom({ + "type": "create:mechanical_crafting", + "acceptMirrored": false, + "key": { + "S": { + "item": "create:fluid_pipe" + }, + "M": { + "item": "create:creative_motor" + }, + "T": { + "item": "create:copper_casing" + }, + "A": { + "item": "mekanism:pellet_antimatter" + }, + "C": { + "item": "create:creative_blaze_cake" + }, + "P": { + "item": "create:hose_pulley" + } + }, + "pattern": [ + "TTTTTTT ", + "TCCCMPT ", + "TCCCTST ", + "TTTTTST ", + " TTSTT", + " TAAAT", + " TAAAT", + " TAAAT", + " TTTTT" + ], + "result": { + "count": 1, + "item": "create:creative_fluid_tank" + } + }) + + event.custom({ + "type": "create:mechanical_crafting", + "acceptMirrored": false, + "key": { + "S": { + "item": "mekanism:sps_casing" + }, + "F": { + "item": "create:creative_fluid_tank" + }, + "D": { + "item": "mekanism:qio_drive_supermassive" + }, + "F": { + "item": "create:creative_fluid_tank" + }, + "U": { + "item": "mekanism:ultimate_chemical_tank" + }, + "R": { + "item": "mekanismgenerators:fusion_reactor_frame" + } + }, + "pattern": [ + " SSS ", + " SDDDS ", + "SRUUURS", + "SRUFURS", + "SRUFURS", + "SRUFURS", + "SRUUURS", + "SRRRRRS", + " SSSSS " + ], + "result": { + "count": 1, + "item": "mekanism:creative_chemical_tank" + } + }) + + event.custom({ + "type": "botania:runic_altar", + "ingredients": [ + { + "item": "botania:laputa_shard" + }, + { + "item": "botania:gaia_ingot" + }, + { + "item": "ars_nouveau:creative_source_jar" + }, + { + "item": "ars_nouveau:creative_source_jar" + }, + { + "item": "botania:rune_mana" + }, + { + "item": "botania:manasteel_ingot" + }, + { + "item": "botania:mana_pearl" + }, + { + "item": "botania:mana_diamond" + }, + { + "item": "botania:mana_string" + }, + { + "item": "botania:manaweave_cloth" + }, + { + "item": "botania:mana_powder" + }, + { + "item": "botania:quartz_mana" + }, + { + "item": "botania:mana_glass" + }, + { + "item": "botania:mana_pylon" + } + ], + "mana": 10000000, + "output": { + "item": "botania:creative_pool" + } + }) + + event.shaped('storagedrawers:creative_storage_upgrade', [ + 'BAE', + 'CAF', + 'DAG' + ], { + A: 'advanced_ae:quantum_storage_256', + B: 'botania:creative_pool', + C: 'ars_nouveau:creative_source_jar', + D: 'embers:creative_ember_source', + E: 'mekanism:creative_chemical_tank', + F: 'create:creative_fluid_tank', + G: 'create:creative_motor' + }) + + //Alder log + event.shaped('12x enchanted:alder_log', [ + ' ', + 'WFW', + ' ' + ], { + W: 'mysticalagriculture:wood_essence', + F: 'mysticalagriculture:fertilized_essence' + }) + + //Hawthorn log + event.shaped('12x enchanted:hawthorn_log', [ + ' W ', + ' F ', + ' W ' + ], { + W: 'mysticalagriculture:wood_essence', + F: 'mysticalagriculture:fertilized_essence' + }) + + //Rowan log + event.shaped('12x enchanted:rowan_log', [ + ' W', + ' F ', + 'W ' + ], { + W: 'mysticalagriculture:wood_essence', + F: 'mysticalagriculture:fertilized_essence' + }) + + //Alder sapling + event.shaped('4x enchanted:alder_sapling', [ + ' F ', + 'WNW', + ' F ' + ], { + W: 'mysticalagriculture:wood_essence', + F: 'mysticalagriculture:fertilized_essence', + N: 'mysticalagriculture:nature_essence' + }) + + //Hawthorn sapling + event.shaped('4x enchanted:hawthorn_sapling', [ + ' W ', + 'FNF', + ' W ' + ], { + W: 'mysticalagriculture:wood_essence', + F: 'mysticalagriculture:fertilized_essence', + N: 'mysticalagriculture:nature_essence' + }) + + //Rowan sapling + event.shaped('4x enchanted:rowan_sapling', [ + ' W', + 'FNF', + 'W ' + ], { + W: 'mysticalagriculture:wood_essence', + F: 'mysticalagriculture:fertilized_essence', + N: 'mysticalagriculture:nature_essence' + }) + + event.shaped('minecraft:lantern', [ + 'CCC', + 'CTC', + 'CCC' + ], { + T: 'minecraft:torch', + C: 'create:copper_nugget' + }) + + //Macaw's Lights and Lamps recipes using Beeswax instead of vanilla Honeycomb + event.shaped('mcwlights:golden_low_candle_holder', [ + ' S ', + ' W ', + ' G ' + ], { + S: 'minecraft:string', + W: 'complicated_bees:beeswax', + G: 'minecraft:gold_ingot', + }) + + event.shaped('mcwlights:copper_low_candle_holder', [ + ' S ', + ' W ', + ' C ' + ], { + S: 'minecraft:string', + W: 'complicated_bees:beeswax', + C: 'minecraft:copper_ingot', + }) + + event.shaped('mcwlights:iron_low_candle_holder', [ + ' S ', + ' W ', + ' I ' + ], { + S: 'minecraft:string', + W: 'complicated_bees:beeswax', + I: 'minecraft:iron_ingot', + }) + + event.shaped('2x mcwlights:golden_candle_holder', [ + ' S ', + 'GWG', + ' G ' + ], { + S: 'minecraft:string', + W: 'complicated_bees:beeswax', + G: 'minecraft:gold_ingot', + }) + + event.shaped('2x mcwlights:copper_candle_holder', [ + ' S ', + 'CWC', + ' C ' + ], { + S: 'minecraft:string', + W: 'complicated_bees:beeswax', + C: 'minecraft:copper_ingot', + }) + + event.shaped('2x mcwlights:iron_candle_holder', [ + ' S ', + 'IWI', + ' I ' + ], { + S: 'minecraft:string', + W: 'complicated_bees:beeswax', + I: 'minecraft:iron_ingot', + }) + + event.shaped('mcwlights:golden_wall_candle_holder', [ + 'S ', + 'WGG', + ' ' + ], { + S: 'minecraft:string', + W: 'complicated_bees:beeswax', + G: 'minecraft:gold_ingot', + }) + + event.shaped('mcwlights:copper_wall_candle_holder', [ + 'S ', + 'WCC', + ' ' + ], { + S: 'minecraft:string', + W: 'complicated_bees:beeswax', + C: 'minecraft:copper_ingot', + }) + + event.shaped('mcwlights:iron_wall_candle_holder', [ + 'S ', + 'WII', + ' ' + ], { + S: 'minecraft:string', + W: 'complicated_bees:beeswax', + I: 'minecraft:iron_ingot', + }) + + event.shaped('mcwlights:golden_double_candle_holder', [ + 'S S', + 'WGW', + ' G ' + ], { + S: 'minecraft:string', + W: 'complicated_bees:beeswax', + G: 'minecraft:gold_ingot', + }) + + event.shaped('mcwlights:copper_double_candle_holder', [ + 'S S', + 'WCW', + ' C ' + ], { + S: 'minecraft:string', + W: 'complicated_bees:beeswax', + C: 'minecraft:copper_ingot', + }) + + event.shaped('mcwlights:iron_double_candle_holder', [ + 'S S', + 'WIW', + ' I ' + ], { + S: 'minecraft:string', + W: 'complicated_bees:beeswax', + I: 'minecraft:iron_ingot', + }) + + event.shaped('mcwlights:golden_triple_candle_holder', [ + 'SSS', + 'WWW', + ' G ' + ], { + S: 'minecraft:string', + W: 'complicated_bees:beeswax', + G: 'minecraft:gold_ingot', + }) + + event.shaped('mcwlights:copper_triple_candle_holder', [ + 'SSS', + 'WWW', + ' C ' + ], { + S: 'minecraft:string', + W: 'complicated_bees:beeswax', + C: 'minecraft:copper_ingot', + }) + + event.shaped('mcwlights:iron_triple_candle_holder', [ + 'SSS', + 'WWW', + ' I ' + ], { + S: 'minecraft:string', + W: 'complicated_bees:beeswax', + I: 'minecraft:iron_ingot', + }) + + event.shaped('mcwlights:golden_small_chandelier', [ + 'SGS', + 'WGW', + ' ' + ], { + S: 'minecraft:string', + W: 'complicated_bees:beeswax', + G: 'minecraft:gold_ingot', + }) + + event.shaped('minecraft:enchanting_table', [ + ' B ', + 'POP', + 'OOO' + ], { + B: 'minecraft:book', + P: 'botania:mana_pearl', + O: 'minecraft:obsidian', + }) + + event.shaped('mcwlights:copper_small_chandelier', [ + 'SCS', + 'WCW', + ' ' + ], { + S: 'minecraft:string', + W: 'complicated_bees:beeswax', + C: 'minecraft:copper_ingot', + }) + + event.shaped('mcwlights:iron_small_chandelier', [ + 'SIS', + 'WIW', + ' ' + ], { + S: 'minecraft:string', + W: 'complicated_bees:beeswax', + I: 'minecraft:iron_ingot', + }) + + event.shaped('mcwlights:golden_chandelier', [ + 'SGS', + 'WGW', + 'G G' + ], { + S: 'minecraft:string', + W: 'complicated_bees:beeswax', + G: 'minecraft:gold_ingot', + }) + + event.shaped('mcwlights:copper_chandelier', [ + 'SCS', + 'WCW', + 'C C' + ], { + S: 'minecraft:string', + W: 'complicated_bees:beeswax', + C: 'minecraft:copper_ingot', + }) + + event.shaped('mcwlights:iron_chandelier', [ + 'SIS', + 'WIW', + 'I I' + ], { + S: 'minecraft:string', + W: 'complicated_bees:beeswax', + I: 'minecraft:iron_ingot', + }) + + event.custom({ + "type": "advanced_ae:reaction", + "energy": 31415927, + "fluid": { + "fluidStack": { + "Amount": 16000, + "FluidName": "embers:dwarven_gas" + } + }, + "input_items": [ + { + "amount": 16, + "ingredient": { + "item": "minecraft:echo_shard" + } + }, + { + "amount": 4, + "ingredient": { + "item": "minecraft:scute" + } + }, + { + "amount": 1, + "ingredient": { + "item": "minecraft:totem_of_undying" + } + }, + { + "amount": 64, + "ingredient": { + "item": "ae2:dense_energy_cell" + } + }, + { + "amount": 16, + "ingredient": { + "item": "advanced_ae:quantum_alloy_plate" + } + }, + { + "amount": 2, + "ingredient": { + "item": "botania:creative_pool" + } + } + ], + "output": { + "#": 1, + "#c": "ae2:i", + "id": "ae2:creative_energy_cell" + } + }) + + event.custom({ + "type": "create:mechanical_crafting", + "acceptMirrored": false, + "key": { + "C": { + "item": "storagedrawers:creative_storage_upgrade" + }, + "A": { + "item": "mekanism:qio_drive_supermassive" + }, + "S": { + "item": "mysticalagriculture:awakened_supremium_gemstone_block" + }, + "R": { + "item": "complicated_bees:royal_jelly" + }, + "L": { + "item": "complicated_bees:pollen" + }, + "W": { + "item": "mysticalagriculture:wither_skeleton_essence" + }, + "P": { + "item": "mekanism:pellet_antimatter" + } + }, + "pattern": [ + "WLLRRRLLW", + "LPPPPPPPL", + "LPSSSSSPL", + "RPSSASSPR", + "RPSACASPR", + "RPSSASSPR", + "LPSSSSSPL", + "LPPPPPPPL", + "WLLRRRLLW" + ], + "result": { + "count": 2, + "item": "storagedrawers:creative_vending_upgrade" + } + }) + + event.shapeless('ae2:creative_item_cell', [ + 'ae2:item_cell_housing', + 'storagedrawers:creative_vending_upgrade' + ]) + + event.custom({ + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "minecraft:wheat", + } + ], + "result": [ + { + "item": "minecraft:wheat_seeds", + "count": 1, + "chance": 0.5 + } + ], + "tool": { + "tag": "forge:tools/knives" + } + }) + + //enchanted tree barking + event.custom({ + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "enchanted:alder_log" + } + ], + "result": [ + { + "item": "enchanted:stripped_alder_log" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "tool": { + "type": "farmersdelight:tool_action", + "action": "axe_dig" + } + }) + event.custom({ + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "enchanted:rowan_log" + } + ], + "result": [ + { + "item": "enchanted:stripped_rowan_log" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "tool": { + "type": "farmersdelight:tool_action", + "action": "axe_dig" + } + }) + event.custom({ + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "enchanted:hawthorn_log" + } + ], + "result": [ + { + "item": "enchanted:stripped_hawthorn_log" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "tool": { + "type": "farmersdelight:tool_action", + "action": "axe_dig" + } + }) + + event.custom({ + "type": "botania:mana_infusion", + "catalyst": { + "type": "block", + "block": "botania:alchemy_catalyst" + }, + "input": { + "item": "minecraft:warped_roots" + }, + "mana": 50, + "output": { + "item": "minecraft:twisting_vines" + } + }) + + event.custom({ + "type": "botania:mana_infusion", + "catalyst": { + "type": "block", + "block": "botania:alchemy_catalyst" + }, + "input": { + "item": "minecraft:crimson_roots" + }, + "mana": 50, + "output": { + "item": "minecraft:weeping_vines" + } + }) + + event.custom({ + "type": "naturesaura:altar", + "input": { + "item": "minecraft:gunpowder" + }, + "output": { + "item": "naturesaura:effect_powder", + "nbt": { + "effect": "reclamation_util:reclaim_effect" + } + }, + "aura": 4000, + "time": 200 + }) + + event.custom({ + "type": "naturesaura:altar", + "input": { + "item": "reclamation_util:attuned_biome_bottle" + }, + "output": { + "item": "reclamation_util:empty_biome_globe" + }, + "aura": 500000, + "time": 200 + }) + + function globe_recipe(globe, essence, bottom) { + event.custom({ + "type": "ars_nouveau:imbuement", + "count": 1, + "input": { + "item": "reclamation_util:empty_biome_globe" + }, + "output": "reclamation_util:"+globe+"_biome_globe", + "pedestalItems": [ + { + "item": { + "item": "reclamation_util:"+essence+"_biome_bottle" + } + }, + { + "item": { + "item": "botania:laputa_shard" + } + }, + { + "item": { + "item": bottom + } + }, + { + "item": { + "item": "mysticalagriculture:nature_essence" + } + } + ], + "source": 10000 + }) + } + + globe_recipe("plains", "filled", "botania:grass_seeds") + globe_recipe("desert", "arid", "minecraft:sandstone") + globe_recipe("forest", "filled", "minecraft:oak_sapling") + globe_recipe("ocean", "watery", "minecraft:kelp") + globe_recipe("warm_ocean", "watery", "mysticalagriculture:coral_agglomeratio") + globe_recipe("taiga", "filled", "minecraft:podzol") + globe_recipe("crimson", "hellish", "minecraft:crimson_fungus") + globe_recipe("warped", "hellish", "minecraft:warped_fungus") + globe_recipe("lush", "lush", "minecraft:bamboo") + globe_recipe("mycelic", "mycelic", "minecraft:mushroom_stew") + globe_recipe("snowy", "icy", "minecraft:blue_ice") + + event.shapeless('reclamation_util:globesome', [ + 'reclamation_util:snowy_biome_globe', + 'reclamation_util:mycelic_biome_globe', + 'reclamation_util:lush_biome_globe', + 'reclamation_util:crimson_biome_globe', + 'reclamation_util:warped_biome_globe', + 'reclamation_util:warm_ocean_biome_globe', + 'reclamation_util:desert_biome_globe', + 'reclamation_util:taiga_biome_globe', + 'reclamation_util:plains_biome_globe', + ]) + + event.shaped('minecraft:comparator', [ + ' A ', + 'APA', + 'SSS' + ], { + A: 'minecraft:redstone_torch', + S: 'minecraft:stone', + P: 'botania:mana_pearl' + }) + + event.replaceInput({id: 'storagedrawers:controller'}, + 'minecraft:diamond', + 'embers:dawnstone_ingot') + + event.remove({id: 'constructionwand:core_destruction'}) + + //create deco + event.replaceInput({mod: 'createdeco'}, 'create:copper_sheet', 'embers:copper_plate') + event.replaceInput({mod: 'createdeco'}, 'create:iron_sheet', 'embers:iron_plate') + + //random cut copper 4x?? + event.remove({id: 'minecraft:cut_copper_from_copper_block_stonecutting'}) + + const cut_copper_slabs = ['cut_copper_slab', 'exposed_cut_copper_slab', 'weathered_cut_copper_slab', 'oxidized_cut_copper_slab'] + const vert_copper_slabs = ['cut_copper_vertical_slab', 'exposed_cut_copper_vertical_slab', 'weathered_cut_copper_vertical_slab', 'oxidized_cut_copper_vertical_slab'] + const copper_blocks = ['copper_block', 'exposed_copper', 'weathered_copper', 'oxidized_copper'] + const cut_copper = ['cut_copper', 'exposed_cut_copper', 'weathered_cut_copper', 'oxidized_cut_copper'] + + for (let i = 0; i < 4; i++) { + event.remove({id: 'minecraft:'+cut_copper[i]+'_from_'+copper_blocks[i]+'_stonecutting'}) + event.remove({id: 'minecraft:waxed_'+cut_copper[i]+'_from_waxed_'+copper_blocks[i]+'_stonecutting'}) + event.remove({id: 'minecraft:'+cut_copper_slabs[i]+'_from_'+copper_blocks[i]+'_stonecutting'}) + event.remove({id: 'minecraft:waxed_'+cut_copper_slabs[i]+'_from_waxed_'+copper_blocks[i]+'_stonecutting'}) + event.remove({id: 'quark:building/stonecutting/vertslabs/waxed_'+vert_copper_slabs[i]+'_from_waxed_'+copper_blocks[i]}) + event.remove({id: 'quark:building/stonecutting/vertslabs/'+vert_copper_slabs[i]+'_from_'+copper_blocks[i]}) + event.custom({ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "minecraft:"+copper_blocks[i] + }, + "result": "minecraft:"+cut_copper[i] + }) + event.custom({ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "minecraft:waxed_"+copper_blocks[i] + }, + "result": "minecraft:waxed_"+cut_copper[i] + }) + event.custom({ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "minecraft:"+copper_blocks[i] + }, + "result": "minecraft:"+cut_copper_slabs[i] + }) + event.custom({ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "minecraft:waxed_"+copper_blocks[i] + }, + "result": "minecraft:waxed_"+cut_copper_slabs[i] + }) + event.custom({ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "minecraft:"+copper_blocks[i] + }, + "result": "quark:"+vert_copper_slabs[i] + }) + event.custom({ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "minecraft:waxed_"+copper_blocks[i] + }, + "result": "quark:waxed_"+vert_copper_slabs[i] + }) + } +}) \ No newline at end of file diff --git a/kubejs/server_scripts/tags.js b/kubejs/server_scripts/tags.js new file mode 100644 index 0000000..79f14e4 --- /dev/null +++ b/kubejs/server_scripts/tags.js @@ -0,0 +1,15 @@ +ServerEvents.tags('item', event => { + event.add('forge:vegetables/garlic', 'enchanted:garlic') + event.add('forge:crops/garlic', 'enchanted:garlic') + event.add('forge:garlic', 'enchanted:garlic') + + event.add('forge:seeds', 'agricraft:seed') + + event.remove('forge:plates/copper', 'create:copper_sheet') + event.remove('forge:plates/iron', 'create:iron_sheet') + event.add('complicated_bees:frame', 'reclamation_util:poison_frame') +}) + +ServerEvents.tags('fluid', event => { + event.add('theurgy:solvent', 'kubejs:hemoglobic_fluid') +}) \ No newline at end of file diff --git a/kubejs/server_scripts/theurgy_recipes.js b/kubejs/server_scripts/theurgy_recipes.js new file mode 100644 index 0000000..c53adae --- /dev/null +++ b/kubejs/server_scripts/theurgy_recipes.js @@ -0,0 +1,280 @@ +ServerEvents.recipes(event => { + + event.remove({ id: 'theurgy:crafting/shaped/sal_ammoniac_tank'}) + event.shaped('theurgy:sal_ammoniac_tank', [ + 'SCS', + 'SCS', + 'RCR' + ], { + S: '#forge:stone', + C: 'minecraft:copper_ingot', + R: '#forge:rods/wooden' + }) + + event.remove({ id: 'theurgy:crafting/shaped/sal_ammoniac_accumulator'}) + event.shaped('theurgy:sal_ammoniac_accumulator', [ + 'SSS', + 'CCC', + 'R R' + ], { + S: '#forge:stone', + C: 'minecraft:copper_ingot', + R: '#forge:rods/wooden' + }) + + event.remove({ id: 'theurgy:crafting/shaped/distiller'}) + event.shaped('theurgy:distiller', [ + ' C ', + 'CBC', + 'SSS' + ], { + S: '#forge:stone', + C: 'minecraft:copper_ingot', + B: 'minecraft:copper_block' + }) + + event.remove({ id: 'theurgy:crafting/shaped/calcination_oven'}) + event.shaped('theurgy:calcination_oven', [ + ' S ', + 'CBC', + ' S ' + ], { + S: '#forge:stone', + C: 'minecraft:copper_ingot', + B: 'minecraft:copper_block' + }) + + event.remove({ id: 'theurgy:crafting/shaped/liquefaction_cauldron'}) + event.shaped('theurgy:liquefaction_cauldron', [ + 'CCC', + 'CBC', + 'SSS' + ], { + S: '#forge:stone', + C: 'minecraft:copper_ingot', + B: 'minecraft:bucket' + }) + + event.remove({ id: 'theurgy:crafting/shaped/incubator'}) + event.shaped('theurgy:incubator', [ + 'PSP', + 'CCC', + 'SCS' + ], { + S: '#forge:stone', + C: 'minecraft:copper_ingot', + P: '#minecraft:planks' + }) + + event.remove({id: 'theurgy:distillation/cod'}) + event.remove({id: 'theurgy:distillation/salmon'}) + event.remove({id: 'theurgy:distillation/cooked_cod'}) + event.remove({id: 'theurgy:distillation/cooked_salmon'}) + event.custom({ + "type": "theurgy:distillation", + "distillation_time": 100, + "ingredient": { + "tag": "forge:raw_fishes" + }, + "ingredient_count": 2, + "result": { + "count": 1, + "item": "theurgy:mercury_shard" + } + }) + event.custom({ + "type": "theurgy:distillation", + "distillation_time": 100, + "ingredient": { + "tag": "forge:cooked_fishes" + }, + "ingredient_count": 1, + "result": { + "count": 2, + "item": "theurgy:mercury_shard" + } + }) + + //dried earth -> dirt sulfur + event.custom({ + "type": "theurgy:liquefaction", + "ingredient": { + "item": "kubejs:dried_earth" + }, + "liquefaction_time": 100, + "result": { + "count": 1, + "item": "kubejs:sulfur_dirt", + "nbt": { + "theurgy:sulfur.source.id": "kubejs:dried_earth" + } + }, + "solvent": { + "fluid": "theurgy:sal_ammoniac" + }, + "solvent_amount": 10 + }) + + //dirt sulfur incubation + event.custom({ + "type": "theurgy:incubation", + "incubation_time": 100, + "mercury": { + "item": "theurgy:mercury_shard" + }, + "result": { + "count": 2, + "tag": "minecraft:dirt" + }, + "salt": { + "item": "theurgy:alchemical_salt_strata" + }, + "sulfur": { + "item": "kubejs:sulfur_dirt" + } + }) + + //iron from mandrake + event.custom({ + "type": "theurgy:accumulation", + "accumulationTime": 100, + "evaporant": { + "fluid": "theurgy:sal_ammoniac" + }, + "evaporantAmount": 500, + "result": { + "Amount": 250, + "FluidName": "kubejs:hemoglobic_fluid" + }, + "solute": { + "item": "enchanted:mandrake_root", + "count": 1 + } + }) + event.custom({ + "type": "theurgy:liquefaction", + "ingredient": { + "item": "minecraft:copper_ingot" + }, + "liquefaction_time": 100, + "result": { + "count": 1, + "item": "theurgy:alchemical_sulfur_iron", + "nbt": { + "theurgy:sulfur.source.id": "#forge:ingots/iron" + } + }, + "solvent": { + "fluid": "kubejs:hemoglobic_fluid" + }, + "solvent_amount": 50 + }) + + //reformation recipes + event.remove({ id: 'theurgy:crafting/shaped/reformation_source_pedestal'}) + event.remove({ id: 'theurgy:crafting/shaped/reformation_result_pedestal'}) + event.remove({ id: 'theurgy:crafting/shaped/reformation_target_pedestal'}) + event.remove({ id: 'theurgy:crafting/shaped/sulfuric_flux_emitter'}) + event.remove({ id: 'theurgy:crafting/shaped/mercury_catalyst'}) + event.shaped('theurgy:reformation_source_pedestal', [ + 'BSB', + 'AIA', + 'BBB' + ], { + B: 'minecraft:blackstone', + S: '#theurgy:alchemical_sulfurs', + A: 'create:andesite_alloy', + I: 'minecraft:iron_ingot' + }) + event.shaped('theurgy:reformation_result_pedestal', [ + 'DDD', + 'DSD', + 'BBB' + ], { + B: 'minecraft:blackstone', + S: '#theurgy:alchemical_sulfurs', + D: 'embers:dawnstone_ingot' + }) + event.shaped('theurgy:reformation_target_pedestal', [ + 'CSC', + 'CDC', + 'BBB' + ], { + B: 'minecraft:blackstone', + S: '#theurgy:alchemical_sulfurs', + D: 'embers:dawnstone_ingot', + C: 'minecraft:copper_ingot' + }) + event.shaped('theurgy:sulfuric_flux_emitter', [ + ' M ', + 'DSD', + 'BBB' + ], { + B: 'minecraft:blackstone', + S: '#theurgy:alchemical_sulfurs', + D: 'embers:dawnstone_ingot', + M: 'theurgy:sal_ammoniac_crystal' + }) + event.shaped('theurgy:mercury_catalyst', [ + 'AMA', + 'DGD', + 'ADA' + ], { + A: 'create:andesite_alloy', + M: '#theurgy:alchemical_mercuries', + D: 'embers:dawnstone_ingot', + G: 'create:fluid_tank' + }) + + //t2,t3 reformation + event.remove({ id: 'theurgy:crafting/shaped/fermentation_vat'}) + event.shaped('theurgy:fermentation_vat', [ + 'BSB', + 'DAD', + 'BCB' + ], { + B: 'embers:archaic_brick', + S: '#theurgy:alchemical_sulfurs', + D: 'embers:dawnstone_ingot', + A: 'minecraft:barrel', + C: 'minecraft:copper_ingot' + }) + event.remove({ id: 'theurgy:crafting/shaped/digestion_vat'}) + event.custom({ + "type": "embers:alchemy", + "aspects": [ + { + "tag": "embers:aspectus/dawnstone" + }, + { + "tag": "embers:aspectus/copper" + }, + { + "tag": "embers:aspectus/iron" + } + ], + "inputs": [ + { + "item": "naturesaura:tainted_gold" + }, + { + "item": "naturesaura:tainted_gold" + }, + { + "item": "theurgy:sal_ammoniac_crystal" + }, + { + "item": "embers:archaic_brick" + }, + { + "item": "embers:dawnstone_plate" + } + ], + "output": { + "item": "theurgy:digestion_vat" + }, + "tablet": { + "item": "minecraft:decorated_pot" + } + }) +}) \ No newline at end of file diff --git a/kubejs/startup_scripts/blocks.js b/kubejs/startup_scripts/blocks.js new file mode 100644 index 0000000..8b071d3 --- /dev/null +++ b/kubejs/startup_scripts/blocks.js @@ -0,0 +1,78 @@ +Platform.mods.kubejs.name = 'Reclamation' + +StartupEvents.registry('block', event => { + event.create('dried_earth') // Create a new block + .displayName('Dried Earth') // Set a custom name + .mapColor('terracotta_light_gray') + .soundType('gravel') // Set a material (affects the sounds and some properties) + .hardness(1.0) // Set hardness (affects mining time) + .resistance(1.0) // Set resistance (to explosions, etc) + .tagBlock('minecraft:mineable/shovel') + .tagBoth('minecraft:dirt') + .tagBoth('minecraft:bamboo_plantable_on') + + event.create('dead_log') // Create a new block + .displayName('Dead Log') // Set a custom name + .mapColor('wood') + .soundType('wood') // Set a material (affects the sounds and some properties) + .hardness(2.0) // Set hardness (affects mining time) + .resistance(2.0) // Set resistance (to explosions, etc) + .instrument('bass') + .property(BlockProperties.AXIS) + .placementState(event => event.set(BlockProperties.AXIS, event.clickedFace.axis)) + .tagBoth('minecraft:logs') + .tagBoth('minecraft:logs_that_burn') + .tagBlock('minecraft:mineable/axe') + + event.create('flimsy_planks') // Create a new block + .displayName('Flimsy Planks') // Set a custom name + .mapColor('wood') + .soundType('wood') // Set a material (affects the sounds and some properties) + .hardness(2.0) // Set hardness (affects mining time) + .resistance(3.0) // Set resistance (to explosions, etc) + .instrument('bass') + .tagBoth('minecraft:planks') + .tagBlock('minecraft:mineable/axe') +}) + +StartupEvents.registry('fluid', event => { + event.create('hemoglobic_fluid') + .thickTexture(0xFF0000) + .bucketColor(0xFF0000) + .displayName('Hemoglobic Fluid') + .noBlock() +}) + +const $Gas = Java.loadClass('mekanism.api.chemical.gas.Gas') +const $GasBuilder = Java.loadClass('mekanism.api.chemical.gas.GasBuilder') +const $GasAttr = Java.loadClass('mekanism.api.chemical.gas.attribute.GasAttributes') +const $Fuel = $GasAttr.Fuel +const $FloatingLong = Java.loadClass('mekanism.api.math.FloatingLong') +const $InfuseType = Java.loadClass('mekanism.api.chemical.infuse.InfuseType') +const $InfuseTypeBuilder = Java.loadClass('mekanism.api.chemical.infuse.InfuseTypeBuilder') + +StartupEvents.registry('mekanism:infuse_type', event => { + event.createCustom('reclamation:inferium', () => new $InfuseType($InfuseTypeBuilder.builder() + .tint(0x738C00)) + ) + event.createCustom('reclamation:prudentium', () => new $InfuseType($InfuseTypeBuilder.builder() + .tint(0x008C23)) + ) + event.createCustom('reclamation:tertium', () => new $InfuseType($InfuseTypeBuilder.builder() + .tint(0xB74900)) + ) + event.createCustom('reclamation:imperium', () => new $InfuseType($InfuseTypeBuilder.builder() + .tint(0x007FDB)) + ) +}) + +StartupEvents.registry('mekanism:gas', event => { + event.createCustom('reclamation:aerated_essence', () => new $Gas($GasBuilder.builder() + .tint(0xDD2200) + .with(new $Fuel(() => 20, () => $FloatingLong.create(400)))) + ) + event.createCustom('reclamation:essence_boosted_ethylene', () => new $Gas($GasBuilder.builder() + .tint(0xAD0051) + .with(new $Fuel(() => 40, () => $FloatingLong.create(22200)))) + ) +}) \ No newline at end of file diff --git a/kubejs/startup_scripts/items.js b/kubejs/startup_scripts/items.js new file mode 100644 index 0000000..5459dc4 --- /dev/null +++ b/kubejs/startup_scripts/items.js @@ -0,0 +1,42 @@ +Platform.mods.kubejs.name = 'Reclamation' + + +StartupEvents.registry('item', event => { + event.create('scrap_wood') + .displayName('Scrap Wood') + .burnTime('100') + + event.create('feather_flesh_amalgam') + .displayName('Feather-Flesh Amalgam') + + event.create('blooded_amalgam') + .displayName("Blooded Amalgam") + + event.create('mana_amalgam') + .displayName("Mana-Dosed Amalgam") + + event.create('infused_amalgam') + .displayName("Infused Amalgam") + .glow(true) + + //theurgy stuff + event.create('sulfur_dirt', 'theurgy:alchemical_sulfur') + .sourceItem('minecraft:dirt') + .sourceName('Dirt') + .sulfurTier('abundant') + .sulfurType('misc') + .tag('theurgy:alchemical_sulfurs') +}) + +ItemEvents.modification(event => { + event.modify('enchanted:garlic', item => { + item.foodProperties = food => { + food.hunger(1) + food.saturation(0.5) + } + }) + + event.modify('complicated_bees:cold_frame', item => { + item.maxDamage = 30 + }) +}) \ No newline at end of file diff --git a/mods/advancedae.pw.toml b/mods/advancedae.pw.toml new file mode 100644 index 0000000..40c57f7 --- /dev/null +++ b/mods/advancedae.pw.toml @@ -0,0 +1,13 @@ +name = "AdvancedAE" +filename = "AdvancedAE-1.3.2-1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3e6b7ecf19fef4e2f52bfe7252d0b4232a5a2140" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7159779 +project-id = 1084104 diff --git a/mods/agricraft.pw.toml b/mods/agricraft.pw.toml new file mode 100644 index 0000000..0ddd56f --- /dev/null +++ b/mods/agricraft.pw.toml @@ -0,0 +1,13 @@ +name = "AgriCraft" +filename = "AgriCraft-forge-1.20.1-4.0.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0cddcb841c4b5d1d9381b4108557f04c4b89c5e9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5899444 +project-id = 225635 diff --git a/mods/akashic-tome.pw.toml b/mods/akashic-tome.pw.toml new file mode 100644 index 0000000..026cb99 --- /dev/null +++ b/mods/akashic-tome.pw.toml @@ -0,0 +1,13 @@ +name = "Akashic Tome" +filename = "AkashicTome-1.7-27.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "06c00f0fd09dda54ef47f51b66093447929c936a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5605501 +project-id = 250577 diff --git a/mods/antiblocksrechiseled.pw.toml b/mods/antiblocksrechiseled.pw.toml new file mode 100644 index 0000000..7349af7 --- /dev/null +++ b/mods/antiblocksrechiseled.pw.toml @@ -0,0 +1,13 @@ +name = "AntiBlocksReChiseled" +filename = "antiblocksrechiseled-0.4.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "da487c2bab51ea5464c03f8a3a2dfe4448af6d08" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6962887 +project-id = 715567 diff --git a/mods/appleskin.pw.toml b/mods/appleskin.pw.toml new file mode 100644 index 0000000..431e12d --- /dev/null +++ b/mods/appleskin.pw.toml @@ -0,0 +1,13 @@ +name = "AppleSkin" +filename = "appleskin-forge-mc1.20.1-2.5.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "81919356f84eab14258db98924b66c3c38e372b1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4770828 +project-id = 248787 diff --git a/mods/applied-botanics-addon.pw.toml b/mods/applied-botanics-addon.pw.toml new file mode 100644 index 0000000..3a2ccc5 --- /dev/null +++ b/mods/applied-botanics-addon.pw.toml @@ -0,0 +1,13 @@ +name = "Applied Botanics Addon" +filename = "applied-botanics-forge-1.5.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "dbc71f3d820ac117c17b56e9ad57e3290d17a8ee" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7024180 +project-id = 610632 diff --git a/mods/applied-cooking.pw.toml b/mods/applied-cooking.pw.toml new file mode 100644 index 0000000..f4c98c7 --- /dev/null +++ b/mods/applied-cooking.pw.toml @@ -0,0 +1,13 @@ +name = "Applied Cooking" +filename = "appliedcooking-4.0.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a034d84dee09bdc9985a49b241cb26cfbfc8564a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4708347 +project-id = 689579 diff --git a/mods/applied-energistics-2-wireless-terminals.pw.toml b/mods/applied-energistics-2-wireless-terminals.pw.toml new file mode 100644 index 0000000..d0b5431 --- /dev/null +++ b/mods/applied-energistics-2-wireless-terminals.pw.toml @@ -0,0 +1,13 @@ +name = "Applied Energistics 2 Wireless Terminals" +filename = "ae2wtlib-15.3.3-forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1a546af04844677542b6914191783c7de15364fc" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7251206 +project-id = 459929 diff --git a/mods/applied-energistics-2.pw.toml b/mods/applied-energistics-2.pw.toml new file mode 100644 index 0000000..fae2ffa --- /dev/null +++ b/mods/applied-energistics-2.pw.toml @@ -0,0 +1,13 @@ +name = "Applied Energistics 2" +filename = "appliedenergistics2-forge-15.4.10.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ac255a120499f79f8deade474da09e3c00ff9bad" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7148487 +project-id = 223794 diff --git a/mods/applied-mekanistics.pw.toml b/mods/applied-mekanistics.pw.toml new file mode 100644 index 0000000..736d274 --- /dev/null +++ b/mods/applied-mekanistics.pw.toml @@ -0,0 +1,13 @@ +name = "Applied Mekanistics" +filename = "Applied-Mekanistics-1.4.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8b37889d94b6c1ae5cd31ddde379a1c323c3c501" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7244744 +project-id = 574300 diff --git a/mods/architectury-api.pw.toml b/mods/architectury-api.pw.toml new file mode 100644 index 0000000..216bb58 --- /dev/null +++ b/mods/architectury-api.pw.toml @@ -0,0 +1,13 @@ +name = "Architectury API" +filename = "architectury-9.2.14-forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a52918a500ff421180a1cbd1a0cabee712134ec4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5137938 +project-id = 419699 diff --git a/mods/ars-artifice.pw.toml b/mods/ars-artifice.pw.toml new file mode 100644 index 0000000..e998318 --- /dev/null +++ b/mods/ars-artifice.pw.toml @@ -0,0 +1,13 @@ +name = "Ars Artifice" +filename = "ars_artifice-1.20.1-2.0.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ff7a0837e2d75ba1faa1cda0fac94bd6a64af639" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4950376 +project-id = 854169 diff --git a/mods/ars-creo.pw.toml b/mods/ars-creo.pw.toml new file mode 100644 index 0000000..4fb3751 --- /dev/null +++ b/mods/ars-creo.pw.toml @@ -0,0 +1,13 @@ +name = "Ars Creo" +filename = "ars_creo-1.20.1-4.3.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f622f585fb6421897b0f7c5859731188f7239a01" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6265696 +project-id = 575698 diff --git a/mods/ars-elemental.pw.toml b/mods/ars-elemental.pw.toml new file mode 100644 index 0000000..8713eaa --- /dev/null +++ b/mods/ars-elemental.pw.toml @@ -0,0 +1,13 @@ +name = "Ars Elemental" +filename = "ars_elemental-1.20.1-0.6.7.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "fedd4064ac48108ce56f87f89478a2783c8f26bd" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6390889 +project-id = 561470 diff --git a/mods/ars-energistique.pw.toml b/mods/ars-energistique.pw.toml new file mode 100644 index 0000000..0f41867 --- /dev/null +++ b/mods/ars-energistique.pw.toml @@ -0,0 +1,13 @@ +name = "Ars Énergistique" +filename = "arseng-1.2.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0866c840609d8872e84a4d52bbb2542699e88755" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5504444 +project-id = 905641 diff --git a/mods/ars-nouveau.pw.toml b/mods/ars-nouveau.pw.toml new file mode 100644 index 0000000..40791c5 --- /dev/null +++ b/mods/ars-nouveau.pw.toml @@ -0,0 +1,13 @@ +name = "Ars Nouveau" +filename = "ars_nouveau-1.20.1-4.12.7-all.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6c23a97d771ea7ad43bee9bd71d2f2a1f2084170" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6688854 +project-id = 401955 diff --git a/mods/athena.pw.toml b/mods/athena.pw.toml new file mode 100644 index 0000000..095bac0 --- /dev/null +++ b/mods/athena.pw.toml @@ -0,0 +1,13 @@ +name = "Athena" +filename = "athena-forge-1.20.1-3.1.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2acee24454af859988a691f0506271a465f68f7b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5176879 +project-id = 841890 diff --git a/mods/attributefix.pw.toml b/mods/attributefix.pw.toml new file mode 100644 index 0000000..ed50230 --- /dev/null +++ b/mods/attributefix.pw.toml @@ -0,0 +1,13 @@ +name = "AttributeFix" +filename = "AttributeFix-Forge-1.20.1-21.0.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6eb69343eb21d38f95d1b1d00e6bc777bdb336fa" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4911084 +project-id = 280510 diff --git a/mods/baguettelib.pw.toml b/mods/baguettelib.pw.toml new file mode 100644 index 0000000..cb716b1 --- /dev/null +++ b/mods/baguettelib.pw.toml @@ -0,0 +1,13 @@ +name = "BaguetteLib" +filename = "baguettelib-1.20.1-Forge-1.1.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7aaab6216e7fc72e1606b1e35f1f56a18f01153f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7287505 +project-id = 1264423 diff --git a/mods/balm.pw.toml b/mods/balm.pw.toml new file mode 100644 index 0000000..7dbca41 --- /dev/null +++ b/mods/balm.pw.toml @@ -0,0 +1,13 @@ +name = "Balm" +filename = "balm-forge-1.20.1-7.3.37-all.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bb7af11fd4bc2e76fce98f90c752279ae381b934" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7087245 +project-id = 531761 diff --git a/mods/blood-magic.pw.toml b/mods/blood-magic.pw.toml new file mode 100644 index 0000000..6baba20 --- /dev/null +++ b/mods/blood-magic.pw.toml @@ -0,0 +1,13 @@ +name = "Blood Magic " +filename = "bloodmagic-1.20.1-3.3.5-47.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ae2451fcb27f75421337d38d3a13f3e5f4b6dd71" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7253333 +project-id = 224791 diff --git a/mods/botania.pw.toml b/mods/botania.pw.toml new file mode 100644 index 0000000..b63dda4 --- /dev/null +++ b/mods/botania.pw.toml @@ -0,0 +1,13 @@ +name = "Botania" +filename = "Botania-1.20.1-450-FORGE.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "637e1d7ac69d89f17aea813e0b43f2ee806e3b14" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6870713 +project-id = 225643 diff --git a/mods/building-gadgets.pw.toml b/mods/building-gadgets.pw.toml new file mode 100644 index 0000000..dad1bdf --- /dev/null +++ b/mods/building-gadgets.pw.toml @@ -0,0 +1,13 @@ +name = "Building Gadgets" +filename = "buildinggadgets2-1.0.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d06a806e8ca84a9e96a69c32da4b43226a51e0c9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6850495 +project-id = 298187 diff --git a/mods/chipped.pw.toml b/mods/chipped.pw.toml new file mode 100644 index 0000000..cbe6194 --- /dev/null +++ b/mods/chipped.pw.toml @@ -0,0 +1,13 @@ +name = "Chipped" +filename = "chipped-forge-1.20.1-3.0.7.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "25ee2a0846059d8f21d28b94b7e0229b60cb5499" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5813138 +project-id = 456956 diff --git a/mods/chisel-chipped-integration.pw.toml b/mods/chisel-chipped-integration.pw.toml new file mode 100644 index 0000000..3caff2a --- /dev/null +++ b/mods/chisel-chipped-integration.pw.toml @@ -0,0 +1,13 @@ +name = "Chisel Chipped Integration" +filename = "chisel_chipped_integration-v1.1.6-1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d8f3a48f768585a3f2b513f037929ac1e9f37b94" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6639933 +project-id = 971089 diff --git a/mods/clean-swing-through-grass.pw.toml b/mods/clean-swing-through-grass.pw.toml new file mode 100644 index 0000000..7591207 --- /dev/null +++ b/mods/clean-swing-through-grass.pw.toml @@ -0,0 +1,13 @@ +name = "Clean Swing Through Grass" +filename = "cleanswing-1.20-1.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c128e24c47ab4a389b3868ff6913ee0631f254e8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5962530 +project-id = 915308 diff --git a/mods/cloth-config.pw.toml b/mods/cloth-config.pw.toml new file mode 100644 index 0000000..70a0ee5 --- /dev/null +++ b/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API (Fabric/Forge/NeoForge)" +filename = "cloth-config-11.1.136-forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c65d07748acc57ceb45d53b3964368b84f34d54f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5729105 +project-id = 348521 diff --git a/mods/clumps.pw.toml b/mods/clumps.pw.toml new file mode 100644 index 0000000..dd038da --- /dev/null +++ b/mods/clumps.pw.toml @@ -0,0 +1,13 @@ +name = "Clumps" +filename = "Clumps-forge-1.20.1-12.0.0.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "97cc669f68dbe812cb77cc3631339334fc28b877" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5278538 +project-id = 256717 diff --git a/mods/comforts.pw.toml b/mods/comforts.pw.toml new file mode 100644 index 0000000..b66cc30 --- /dev/null +++ b/mods/comforts.pw.toml @@ -0,0 +1,13 @@ +name = "Comforts" +filename = "comforts-forge-6.4.0+1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e7b9fe89566bb1ee013e33745f22f309f679536e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5503516 +project-id = 276951 diff --git a/mods/complicated-bees.pw.toml b/mods/complicated-bees.pw.toml new file mode 100644 index 0000000..febea3a --- /dev/null +++ b/mods/complicated-bees.pw.toml @@ -0,0 +1,13 @@ +name = "Complicated Bees" +filename = "complicated_bees-1.20.1-3.1.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "00a3d7dcd0ec3466a8b085889ca1cf027c477c39" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7292905 +project-id = 1100137 diff --git a/mods/construction-wand.pw.toml b/mods/construction-wand.pw.toml new file mode 100644 index 0000000..7a6f7ac --- /dev/null +++ b/mods/construction-wand.pw.toml @@ -0,0 +1,13 @@ +name = "Construction Wand" +filename = "constructionwand-1.20.1-2.11.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "80bd5223cd8984dc1038cb9f2d1cb6b97f31998a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4684054 +project-id = 399558 diff --git a/mods/controlling.pw.toml b/mods/controlling.pw.toml new file mode 100644 index 0000000..82856b5 --- /dev/null +++ b/mods/controlling.pw.toml @@ -0,0 +1,13 @@ +name = "Controlling" +filename = "Controlling-forge-1.20.1-12.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f6d3cdd3ec68c5590cf5b2e89c38dbf031824bfd" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4646682 +project-id = 250398 diff --git a/mods/cooking-for-blockheads.pw.toml b/mods/cooking-for-blockheads.pw.toml new file mode 100644 index 0000000..0885db3 --- /dev/null +++ b/mods/cooking-for-blockheads.pw.toml @@ -0,0 +1,13 @@ +name = "Cooking for Blockheads" +filename = "cookingforblockheads-forge-1.20.1-16.0.14.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9e04a8ec055d2124baeb9ea4c3f52a32d7c19d1b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6975915 +project-id = 231484 diff --git a/mods/copycats.pw.toml b/mods/copycats.pw.toml new file mode 100644 index 0000000..1dba585 --- /dev/null +++ b/mods/copycats.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Copycats+" +filename = "copycats-3.0.4+mc.1.20.1-forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "11be262d6149d01b2c808bb091a9dfb839e71a41" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7251864 +project-id = 968398 diff --git a/mods/crafting-tweaks.pw.toml b/mods/crafting-tweaks.pw.toml new file mode 100644 index 0000000..23095c4 --- /dev/null +++ b/mods/crafting-tweaks.pw.toml @@ -0,0 +1,13 @@ +name = "Crafting Tweaks" +filename = "craftingtweaks-forge-1.20.1-18.2.6.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a4742067cceea47f4f8f7d25822b0ff8a8fa6268" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6784525 +project-id = 233071 diff --git a/mods/crash-assistant.pw.toml b/mods/crash-assistant.pw.toml new file mode 100644 index 0000000..51501ba --- /dev/null +++ b/mods/crash-assistant.pw.toml @@ -0,0 +1,13 @@ +name = "Crash Assistant" +filename = "CrashAssistant-forge-1.19-1.20.1-1.10.23.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "56c9a259e8a59513fe1a3813bbfcc0881f6a4432" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7246894 +project-id = 1154099 diff --git a/mods/craterlib.pw.toml b/mods/craterlib.pw.toml new file mode 100644 index 0000000..3ff99bd --- /dev/null +++ b/mods/craterlib.pw.toml @@ -0,0 +1,13 @@ +name = "CraterLib" +filename = "CraterLib-Forge-1.20-2.1.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8ce089dc8006558e1d61bc859b2421e63ed6366e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6534762 +project-id = 867099 diff --git a/mods/create-central-kitchen.pw.toml b/mods/create-central-kitchen.pw.toml new file mode 100644 index 0000000..0fbcfc5 --- /dev/null +++ b/mods/create-central-kitchen.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Central Kitchen" +filename = "create_central_kitchen-1.20.1-for-create-6.0.6-1.4.3b.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4e1048ce2b5453d657b42ea5dcec5ada1842b0ea" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6987710 +project-id = 820977 diff --git a/mods/create-deco.pw.toml b/mods/create-deco.pw.toml new file mode 100644 index 0000000..e1659a0 --- /dev/null +++ b/mods/create-deco.pw.toml @@ -0,0 +1,13 @@ +name = "Create Deco" +filename = "createdeco-2.0.3-1.20.1-forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "54c8ad5686b846310bca9e69982a455e668dede3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6373226 +project-id = 509285 diff --git a/mods/create-stock-bridge.pw.toml b/mods/create-stock-bridge.pw.toml new file mode 100644 index 0000000..752ec69 --- /dev/null +++ b/mods/create-stock-bridge.pw.toml @@ -0,0 +1,13 @@ +name = "Create Stock Bridge" +filename = "createstockbridge-1.20-0.1.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0fa15f11788e3bc3a812fc597ade17af33888952" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6784442 +project-id = 1256341 diff --git a/mods/create.pw.toml b/mods/create.pw.toml new file mode 100644 index 0000000..a97b2db --- /dev/null +++ b/mods/create.pw.toml @@ -0,0 +1,13 @@ +name = "Create" +filename = "create-1.20.1-6.0.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b13d912b9247a38d66d11598c121442585a1c1e9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7178761 +project-id = 328085 diff --git a/mods/croptopia.pw.toml b/mods/croptopia.pw.toml new file mode 100644 index 0000000..01f06dc --- /dev/null +++ b/mods/croptopia.pw.toml @@ -0,0 +1,13 @@ +name = "Croptopia" +filename = "Croptopia-1.20.1-FORGE-3.0.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2008e6887b9490c491ddb471e87cfb6d26684dc5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4997459 +project-id = 415438 diff --git a/mods/ctm.pw.toml b/mods/ctm.pw.toml new file mode 100644 index 0000000..5bb7dad --- /dev/null +++ b/mods/ctm.pw.toml @@ -0,0 +1,13 @@ +name = "ConnectedTexturesMod" +filename = "CTM-1.20.1-1.1.10.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5381b3092d99c8f16f9fe36b3b680dee63db33a9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5983309 +project-id = 267602 diff --git a/mods/cucumber.pw.toml b/mods/cucumber.pw.toml new file mode 100644 index 0000000..6632b21 --- /dev/null +++ b/mods/cucumber.pw.toml @@ -0,0 +1,13 @@ +name = "Cucumber Library" +filename = "Cucumber-1.20.1-7.0.16.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "88a9ec30e4acb5c80a3ae060ad70b79e945293c6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7180783 +project-id = 272335 diff --git a/mods/cupboard.pw.toml b/mods/cupboard.pw.toml new file mode 100644 index 0000000..2160f6c --- /dev/null +++ b/mods/cupboard.pw.toml @@ -0,0 +1,13 @@ +name = "Cupboard" +filename = "cupboard-1.20.1-2.7.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "204bc8aa83e8a685f64311b72d55505ab2eca867" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5470032 +project-id = 326652 diff --git a/mods/curios.pw.toml b/mods/curios.pw.toml new file mode 100644 index 0000000..a66a970 --- /dev/null +++ b/mods/curios.pw.toml @@ -0,0 +1,13 @@ +name = "Curios API (Forge/NeoForge)" +filename = "curios-forge-5.14.1+1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "452175b95ad3db6ff58bb8968f6bf7a9d1e0f480" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6418456 +project-id = 309927 diff --git a/mods/ding.pw.toml b/mods/ding.pw.toml new file mode 100644 index 0000000..99a8686 --- /dev/null +++ b/mods/ding.pw.toml @@ -0,0 +1,13 @@ +name = "Ding (Forge)" +filename = "Ding-1.20.1-Forge-1.5.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "15272a231088077e566f383f51eb408d12c23308" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5477586 +project-id = 231275 diff --git a/mods/embeddium.pw.toml b/mods/embeddium.pw.toml new file mode 100644 index 0000000..ca17b24 --- /dev/null +++ b/mods/embeddium.pw.toml @@ -0,0 +1,13 @@ +name = "Embeddium" +filename = "embeddium-0.3.31+mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bb2fa8f3e493af16af9160d049f96c614a1faf2f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5681725 +project-id = 908741 diff --git a/mods/embers-rekindled.pw.toml b/mods/embers-rekindled.pw.toml new file mode 100644 index 0000000..d8f7531 --- /dev/null +++ b/mods/embers-rekindled.pw.toml @@ -0,0 +1,13 @@ +name = "Embers Rekindled" +filename = "embersrekindled-1.20.1-1.4.6.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d75c77ba20199bbd4743fbcc17236fb6538f9440" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7279674 +project-id = 300777 diff --git a/mods/emi-loot.pw.toml b/mods/emi-loot.pw.toml new file mode 100644 index 0000000..e116999 --- /dev/null +++ b/mods/emi-loot.pw.toml @@ -0,0 +1,13 @@ +name = "EMI Loot" +filename = "emi_loot-0.7.8+1.20.1-fix1+forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9df02cff0f37498510ae90f007dae4fb8a4ea7c1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7265857 +project-id = 681783 diff --git a/mods/emi.pw.toml b/mods/emi.pw.toml new file mode 100644 index 0000000..816885c --- /dev/null +++ b/mods/emi.pw.toml @@ -0,0 +1,13 @@ +name = "EMI" +filename = "emi-1.1.22+1.20.1+forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d8049d6ec86befcd100a0ff0fc8ebc289f735997" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6420945 +project-id = 580555 diff --git a/mods/emojiful.pw.toml b/mods/emojiful.pw.toml new file mode 100644 index 0000000..231f839 --- /dev/null +++ b/mods/emojiful.pw.toml @@ -0,0 +1,13 @@ +name = "Emojiful" +filename = "Emojiful-Forge-1.20.1-4.2.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3a715b0c8e9244a0d6aace3e3d2f863a62ddc3bc" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4672310 +project-id = 284324 diff --git a/mods/enchanted-witchcraft.pw.toml b/mods/enchanted-witchcraft.pw.toml new file mode 100644 index 0000000..9b2cf14 --- /dev/null +++ b/mods/enchanted-witchcraft.pw.toml @@ -0,0 +1,13 @@ +name = "Enchanted: Witchcraft" +filename = "enchanted-forge-1.20.1-3.1.13.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "cca3134fd108791d3cd64c0e5fbdec60836399ce" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6638514 +project-id = 560363 diff --git a/mods/entityculling.pw.toml b/mods/entityculling.pw.toml new file mode 100644 index 0000000..0ef70d0 --- /dev/null +++ b/mods/entityculling.pw.toml @@ -0,0 +1,13 @@ +name = "Entity Culling Fabric/Forge" +filename = "entityculling-forge-1.8.1-mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "17141fc841d712091a3f2bcc1ed0c2ab2be03819" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6734976 +project-id = 448233 diff --git a/mods/epherolib.pw.toml b/mods/epherolib.pw.toml new file mode 100644 index 0000000..8caab53 --- /dev/null +++ b/mods/epherolib.pw.toml @@ -0,0 +1,13 @@ +name = "EpheroLib" +filename = "EpheroLib-1.20.1-FORGE-1.2.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1eca21b906d38321bf60919dd3b12d160e5e6935" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4889101 +project-id = 885449 diff --git a/mods/ex-pattern-provider.pw.toml b/mods/ex-pattern-provider.pw.toml new file mode 100644 index 0000000..8d4704d --- /dev/null +++ b/mods/ex-pattern-provider.pw.toml @@ -0,0 +1,13 @@ +name = "ExtendedAE" +filename = "ExtendedAE-1.20-1.4.9-forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "55a8c773659036176142242ded460a4b88ee6fb0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7248944 +project-id = 892005 diff --git a/mods/experimental-settings-disabler.pw.toml b/mods/experimental-settings-disabler.pw.toml new file mode 100644 index 0000000..152af8e --- /dev/null +++ b/mods/experimental-settings-disabler.pw.toml @@ -0,0 +1,13 @@ +name = "Experimental Settings Disabler" +filename = "experimentalsettingsdisabler-1.20.1-3.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f03a753b276bbb1f17bc7050566a1bf9dbb0a74a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4815025 +project-id = 926083 diff --git a/mods/exposure.pw.toml b/mods/exposure.pw.toml new file mode 100644 index 0000000..da633fd --- /dev/null +++ b/mods/exposure.pw.toml @@ -0,0 +1,13 @@ +name = "Exposure" +filename = "exposure-1.20.1-1.7.16-forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b1ec92eeafdc97e88e0baacd5d89f4c1f89a4bbc" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6655718 +project-id = 871755 diff --git a/mods/extreme-sound-muffler.pw.toml b/mods/extreme-sound-muffler.pw.toml new file mode 100644 index 0000000..0f86b29 --- /dev/null +++ b/mods/extreme-sound-muffler.pw.toml @@ -0,0 +1,13 @@ +name = "Extreme sound muffler - (Neo)Forge" +filename = "ExtremeSoundMuffler-3.49.1-forge-1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1c7a54e1727f2ae4b1f18e1d7feb94a38e87d00f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6526566 +project-id = 363363 diff --git a/mods/fancymenu.pw.toml b/mods/fancymenu.pw.toml new file mode 100644 index 0000000..29994ba --- /dev/null +++ b/mods/fancymenu.pw.toml @@ -0,0 +1,13 @@ +name = "FancyMenu" +filename = "fancymenu_forge_3.6.4_MC_1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "da528b28187269d2c44c8192e89c701187953d1e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6785137 +project-id = 367706 diff --git a/mods/farmers-croptopia.pw.toml b/mods/farmers-croptopia.pw.toml new file mode 100644 index 0000000..039620f --- /dev/null +++ b/mods/farmers-croptopia.pw.toml @@ -0,0 +1,13 @@ +name = "Farmer's (Delight) Croptopia" +filename = "farmers_croptopia-1.20.1-3.2.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b0ae79739380da17e8854c889b0674579c6f97df" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7181384 +project-id = 1132546 diff --git a/mods/farmers-delight.pw.toml b/mods/farmers-delight.pw.toml new file mode 100644 index 0000000..5d5fdb7 --- /dev/null +++ b/mods/farmers-delight.pw.toml @@ -0,0 +1,13 @@ +name = "Farmer's Delight" +filename = "FarmersDelight-1.20.1-1.2.9.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ca9417c369e75d38dacdac59937223e5f6adcc18" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6917255 +project-id = 398521 diff --git a/mods/fast-async-world-save-forge-fabric.pw.toml b/mods/fast-async-world-save-forge-fabric.pw.toml new file mode 100644 index 0000000..2705a9c --- /dev/null +++ b/mods/fast-async-world-save-forge-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Fast Async World Save[Forge/Fabric]" +filename = "fastasyncworldsave-1.20.1-2.6.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3a3180f5fc9d1209ca0ad69084afe8ee42ba44d6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6935203 +project-id = 951499 diff --git a/mods/fast-leaf-decay.pw.toml b/mods/fast-leaf-decay.pw.toml new file mode 100644 index 0000000..2aa1483 --- /dev/null +++ b/mods/fast-leaf-decay.pw.toml @@ -0,0 +1,13 @@ +name = "Fast Leaf Decay" +filename = "FastLeafDecay-32.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4a76af4ca71dd9939d3c21206792c0d5f75b93a7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5375681 +project-id = 230976 diff --git a/mods/ferritecore.pw.toml b/mods/ferritecore.pw.toml new file mode 100644 index 0000000..4c7aa95 --- /dev/null +++ b/mods/ferritecore.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore ((Neo)Forge)" +filename = "ferritecore-6.0.1-forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "417fb6ce8f52abf40bd9d0390371790f9576f8ba" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4810975 +project-id = 429235 diff --git a/mods/fix-gpu-memory-leak.pw.toml b/mods/fix-gpu-memory-leak.pw.toml new file mode 100644 index 0000000..56b370c --- /dev/null +++ b/mods/fix-gpu-memory-leak.pw.toml @@ -0,0 +1,13 @@ +name = "fix GPU memory leak[Forge/Fabric]" +filename = "gpumemleakfix-1.20.1-1.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "54301c2db5467e0f9f5c504887436f358335331f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4884976 +project-id = 882495 diff --git a/mods/ftb-backups-2.pw.toml b/mods/ftb-backups-2.pw.toml new file mode 100644 index 0000000..484255b --- /dev/null +++ b/mods/ftb-backups-2.pw.toml @@ -0,0 +1,13 @@ +name = "FTB Backups 2" +filename = "ftbbackups2-forge-1.20-1.0.23.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4b100de40338247a3fbf4d1fd1846257c5338189" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4834403 +project-id = 622737 diff --git a/mods/ftb-library-forge.pw.toml b/mods/ftb-library-forge.pw.toml new file mode 100644 index 0000000..2955003 --- /dev/null +++ b/mods/ftb-library-forge.pw.toml @@ -0,0 +1,13 @@ +name = "FTB Library (Forge)" +filename = "ftb-library-forge-2001.2.10.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9472bb30d0e38cb774b9cc7852bdd8dbf845622b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6807424 +project-id = 404465 diff --git a/mods/ftb-quest-localizer.pw.toml b/mods/ftb-quest-localizer.pw.toml new file mode 100644 index 0000000..518161c --- /dev/null +++ b/mods/ftb-quest-localizer.pw.toml @@ -0,0 +1,13 @@ +name = "FTB Quest Localizer" +filename = "ftbquestlocalizer-1.20.1-forge-3.2.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "df04326376a7abdf3df5e8234979cb3e2b7f426d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6163276 +project-id = 1071737 diff --git a/mods/ftb-quests-forge.pw.toml b/mods/ftb-quests-forge.pw.toml new file mode 100644 index 0000000..0d5f998 --- /dev/null +++ b/mods/ftb-quests-forge.pw.toml @@ -0,0 +1,13 @@ +name = "FTB Quests (NeoForge)" +filename = "ftb-quests-forge-2001.4.17.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f7e4fec8991ce2b036ed4628e01fb48446a25ec7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7260736 +project-id = 289412 diff --git a/mods/ftb-teams-forge.pw.toml b/mods/ftb-teams-forge.pw.toml new file mode 100644 index 0000000..50ac9cb --- /dev/null +++ b/mods/ftb-teams-forge.pw.toml @@ -0,0 +1,13 @@ +name = "FTB Teams (NeoForge)" +filename = "ftb-teams-forge-2001.3.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c2af94e0b86631cb75daa8de2377ff72527651ca" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6130786 +project-id = 404468 diff --git a/mods/ftb-xmod-compat.pw.toml b/mods/ftb-xmod-compat.pw.toml new file mode 100644 index 0000000..11df043 --- /dev/null +++ b/mods/ftb-xmod-compat.pw.toml @@ -0,0 +1,13 @@ +name = "FTB XMod Compat" +filename = "ftb-xmod-compat-forge-2.1.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0584f628d2bc6a612d79dee368324357ebae1423" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6402486 +project-id = 889915 diff --git a/mods/fusion-connected-textures.pw.toml b/mods/fusion-connected-textures.pw.toml new file mode 100644 index 0000000..bcf9968 --- /dev/null +++ b/mods/fusion-connected-textures.pw.toml @@ -0,0 +1,13 @@ +name = "Fusion (Connected Textures)" +filename = "fusion-1.2.11a-forge-mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d356430ff9fe588998f4b85eb3a6b5b0e57e2b85" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6923652 +project-id = 854949 diff --git a/mods/fzzy-config.pw.toml b/mods/fzzy-config.pw.toml new file mode 100644 index 0000000..2809f97 --- /dev/null +++ b/mods/fzzy-config.pw.toml @@ -0,0 +1,13 @@ +name = "Fzzy Config" +filename = "fzzy_config-0.7.3+1.20.1+forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e771e543e930bd7c733f803bdbc0d3f2ecfb46c4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7085017 +project-id = 1005914 diff --git a/mods/geckolib.pw.toml b/mods/geckolib.pw.toml new file mode 100644 index 0000000..d94ef35 --- /dev/null +++ b/mods/geckolib.pw.toml @@ -0,0 +1,13 @@ +name = "GeckoLib" +filename = "geckolib-forge-1.20.1-4.8.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "395a9f21a36dc8466d67c2af67a904e7013460d1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7025129 +project-id = 388172 diff --git a/mods/glodium.pw.toml b/mods/glodium.pw.toml new file mode 100644 index 0000000..cabea58 --- /dev/null +++ b/mods/glodium.pw.toml @@ -0,0 +1,13 @@ +name = "Glodium" +filename = "Glodium-1.20-1.5-forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c7534db3248adfcf39a6158b423dfc9bfc99a378" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5226922 +project-id = 957920 diff --git a/mods/gravestone-mod.pw.toml b/mods/gravestone-mod.pw.toml new file mode 100644 index 0000000..04aa2a8 --- /dev/null +++ b/mods/gravestone-mod.pw.toml @@ -0,0 +1,13 @@ +name = "GraveStone Mod" +filename = "gravestone-forge-1.20.1-1.0.35.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a5592ab84eae317907e5003f590cc4a8ba9cbe49" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7099725 +project-id = 238551 diff --git a/mods/gravestone-x-curios-api-compat.pw.toml b/mods/gravestone-x-curios-api-compat.pw.toml new file mode 100644 index 0000000..52a2771 --- /dev/null +++ b/mods/gravestone-x-curios-api-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Gravestone x Curios API Compat" +filename = "gravestonecurioscompat-1.20.x-Forge-3.0.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a563c0daf8ec490eb56426fc0f440adc31e628d8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6544424 +project-id = 1139062 diff --git a/mods/guideme.pw.toml b/mods/guideme.pw.toml new file mode 100644 index 0000000..2cd5ffa --- /dev/null +++ b/mods/guideme.pw.toml @@ -0,0 +1,13 @@ +name = "GuideME" +filename = "guideme-20.1.14.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "57d883148f04989128505a1bd8919629440f714f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7127447 +project-id = 1173950 diff --git a/mods/heads.pw.toml b/mods/heads.pw.toml new file mode 100644 index 0000000..03c56a0 --- /dev/null +++ b/mods/heads.pw.toml @@ -0,0 +1,13 @@ +name = "Heads" +filename = "Heads-1.20.1-1.1.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f20224386d42b676a1234226962b5010e91fdf71" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5569101 +project-id = 574942 diff --git a/mods/ichunutil.pw.toml b/mods/ichunutil.pw.toml new file mode 100644 index 0000000..a567d66 --- /dev/null +++ b/mods/ichunutil.pw.toml @@ -0,0 +1,13 @@ +name = "iChunUtil" +filename = "iChunUtil-1.20.1-Forge-1.0.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6e7f110cb4ef9c22bf557cd54248546548d56c66" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6000481 +project-id = 229060 diff --git a/mods/immediatelyfast.pw.toml b/mods/immediatelyfast.pw.toml new file mode 100644 index 0000000..6a50038 --- /dev/null +++ b/mods/immediatelyfast.pw.toml @@ -0,0 +1,13 @@ +name = "ImmediatelyFast" +filename = "ImmediatelyFast-Forge-1.5.2+1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2eeca5deb063ed49bb9c6be8b162ca6270202239" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6997261 +project-id = 686911 diff --git a/mods/immersive-paintings.pw.toml b/mods/immersive-paintings.pw.toml new file mode 100644 index 0000000..89d410f --- /dev/null +++ b/mods/immersive-paintings.pw.toml @@ -0,0 +1,13 @@ +name = "Immersive Paintings [Fabric/Forge]" +filename = "immersive_paintings-0.6.8+1.20.1-forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f3a464ae2cb3173c7a7b765b4b9e61591f71833c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6672642 +project-id = 639584 diff --git a/mods/interiors.pw.toml b/mods/interiors.pw.toml new file mode 100644 index 0000000..0a9a96a --- /dev/null +++ b/mods/interiors.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Interiors" +filename = "interiors-0.5.6+forge-mc1.20.1-local.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5f46c829dc012138faa1191d97ef79c7569b53a1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6301533 +project-id = 906239 diff --git a/mods/iris-flywheel-compat.pw.toml b/mods/iris-flywheel-compat.pw.toml new file mode 100644 index 0000000..3f13937 --- /dev/null +++ b/mods/iris-flywheel-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Iris & Oculus Flywheel Compat" +filename = "oculus-flywheel-compat-Forge-2.0.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a11227479ddcddcb0eed3f9c3717c53fd5a47222" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6694861 +project-id = 659897 diff --git a/mods/item-filters.pw.toml b/mods/item-filters.pw.toml new file mode 100644 index 0000000..76199d4 --- /dev/null +++ b/mods/item-filters.pw.toml @@ -0,0 +1,13 @@ +name = "Item Filters" +filename = "item-filters-forge-2001.1.0-build.59.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "55a7f032c59489eca96069a7841601de2ff97590" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4838266 +project-id = 309674 diff --git a/mods/jade.pw.toml b/mods/jade.pw.toml new file mode 100644 index 0000000..24da487 --- /dev/null +++ b/mods/jade.pw.toml @@ -0,0 +1,13 @@ +name = "Jade 🔍" +filename = "Jade-1.20.1-Forge-11.13.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1997e5fe2db3a0575ca79bfe4720019f01fd2b8c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6855440 +project-id = 324717 diff --git a/mods/jei.pw.toml b/mods/jei.pw.toml new file mode 100644 index 0000000..20d5ded --- /dev/null +++ b/mods/jei.pw.toml @@ -0,0 +1,13 @@ +name = "Just Enough Items (JEI)" +filename = "jei-1.20.1-forge-15.20.0.127.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6c7684a0e9356f6d60d7b12a14caf6c644ee11ef" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7270446 +project-id = 238222 diff --git a/mods/joy-of-painting.pw.toml b/mods/joy-of-painting.pw.toml new file mode 100644 index 0000000..207707e --- /dev/null +++ b/mods/joy-of-painting.pw.toml @@ -0,0 +1,13 @@ +name = "Joy of Painting" +filename = "xercapaint-1.20.1-1.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d8447a6f13406c0be84ac3037210a97b44158539" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5591990 +project-id = 350727 diff --git a/mods/konkrete.pw.toml b/mods/konkrete.pw.toml new file mode 100644 index 0000000..76a91dc --- /dev/null +++ b/mods/konkrete.pw.toml @@ -0,0 +1,13 @@ +name = "Konkrete" +filename = "konkrete_forge_1.8.0_MC_1.20-1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2019d821bed9071daabed43979433a5473ceee49" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5028413 +project-id = 410295 diff --git a/mods/kotlin-for-forge.pw.toml b/mods/kotlin-for-forge.pw.toml new file mode 100644 index 0000000..28b435d --- /dev/null +++ b/mods/kotlin-for-forge.pw.toml @@ -0,0 +1,13 @@ +name = "Kotlin for Forge" +filename = "kotlinforforge-4.12.0-all.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "962fdb760409d6d71cbf079235f1ca94e3863a22" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7291067 +project-id = 351264 diff --git a/mods/krypton-reforged.pw.toml b/mods/krypton-reforged.pw.toml new file mode 100644 index 0000000..9139182 --- /dev/null +++ b/mods/krypton-reforged.pw.toml @@ -0,0 +1,13 @@ +name = "Krypton Reforged" +filename = "KryptonReforged-0.2.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "92690482dad46a8c9cf28e4b6b26e49f4dc67095" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4606534 +project-id = 549394 diff --git a/mods/kubejs.pw.toml b/mods/kubejs.pw.toml new file mode 100644 index 0000000..f05622f --- /dev/null +++ b/mods/kubejs.pw.toml @@ -0,0 +1,13 @@ +name = "KubeJS" +filename = "kubejs-forge-2001.6.5-build.16.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "93fcf0eacc5dc08a4f719eaaed1dc93f0dc80f66" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5853326 +project-id = 238086 diff --git a/mods/lootjs.pw.toml b/mods/lootjs.pw.toml new file mode 100644 index 0000000..439085f --- /dev/null +++ b/mods/lootjs.pw.toml @@ -0,0 +1,13 @@ +name = "LootJS: KubeJS Addon" +filename = "lootjs-forge-1.20.1-2.13.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "fdf90acf177c19bcbfaa08527f6568bd3e6e622e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6508899 +project-id = 570630 diff --git a/mods/macaws-bridges.pw.toml b/mods/macaws-bridges.pw.toml new file mode 100644 index 0000000..fd70f20 --- /dev/null +++ b/mods/macaws-bridges.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Bridges" +filename = "mcw-bridges-3.1.0-mc1.20.1forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7a94bff9e9c2408c6c36e64d5c911e5759cddc10" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6528751 +project-id = 351725 diff --git a/mods/macaws-doors.pw.toml b/mods/macaws-doors.pw.toml new file mode 100644 index 0000000..c50fd89 --- /dev/null +++ b/mods/macaws-doors.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Doors" +filename = "mcw-doors-1.1.2-mc1.20.1forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "731069f0a9c1377da0681415b6523e71439ae014" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6146379 +project-id = 378646 diff --git a/mods/macaws-fences-and-walls.pw.toml b/mods/macaws-fences-and-walls.pw.toml new file mode 100644 index 0000000..50975c0 --- /dev/null +++ b/mods/macaws-fences-and-walls.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Fences and Walls" +filename = "mcw-fences-1.2.0-1.20.1forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "45bb2cd2be580c0a85d3da719d6d2b850fa1c6b3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6363155 +project-id = 453925 diff --git a/mods/macaws-furniture.pw.toml b/mods/macaws-furniture.pw.toml new file mode 100644 index 0000000..c9afa3d --- /dev/null +++ b/mods/macaws-furniture.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Furniture" +filename = "mcw-furniture-3.4.1-mc1.20.1forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c05189646bbde5c0d4486b93de0d707115f8445c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7255630 +project-id = 359540 diff --git a/mods/macaws-lights-and-lamps.pw.toml b/mods/macaws-lights-and-lamps.pw.toml new file mode 100644 index 0000000..8f16c63 --- /dev/null +++ b/mods/macaws-lights-and-lamps.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Lights and Lamps" +filename = "mcw-lights-1.1.2-mc1.20.1forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "06b43ce0ad41b86ff904b6684cdb2331cec21123" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6502689 +project-id = 502372 diff --git a/mods/macaws-paths-and-pavings.pw.toml b/mods/macaws-paths-and-pavings.pw.toml new file mode 100644 index 0000000..75b09c2 --- /dev/null +++ b/mods/macaws-paths-and-pavings.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Paths and Pavings" +filename = "mcw-mcwpaths-1.1.1-mc1.20.1forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "821e5f406afa53a5c1d3346a20efb0ec7be97997" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7029554 +project-id = 629153 diff --git a/mods/macaws-roofs.pw.toml b/mods/macaws-roofs.pw.toml new file mode 100644 index 0000000..d66ad5e --- /dev/null +++ b/mods/macaws-roofs.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Roofs" +filename = "mcw-roofs-2.3.2-mc1.20.1forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2b02beb2bd177aa695dc6fc030fc3bb230ca96b1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6494466 +project-id = 352039 diff --git a/mods/macaws-stairs.pw.toml b/mods/macaws-stairs.pw.toml new file mode 100644 index 0000000..486ef2d --- /dev/null +++ b/mods/macaws-stairs.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Stairs" +filename = "mcw-stairs-1.0.1-1.20.1forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "90f3a4002518d5c03353891498f8ad7b55332d2d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6155181 +project-id = 1119394 diff --git a/mods/macaws-trapdoors.pw.toml b/mods/macaws-trapdoors.pw.toml new file mode 100644 index 0000000..f263218 --- /dev/null +++ b/mods/macaws-trapdoors.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Trapdoors" +filename = "mcw-trapdoors-1.1.5-mc1.20.1forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1b3b4b40041346b19bc9ab280b288a9f6b77b513" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7256186 +project-id = 400933 diff --git a/mods/macaws-windows.pw.toml b/mods/macaws-windows.pw.toml new file mode 100644 index 0000000..fe71f96 --- /dev/null +++ b/mods/macaws-windows.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Windows" +filename = "mcw-mcwwindows-2.4.1-mc1.20.1forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5f19b5765ca9ede4f0a5d9bf0218bd469d0b2b7b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7025435 +project-id = 363569 diff --git a/mods/mcef.pw.toml b/mods/mcef.pw.toml new file mode 100644 index 0000000..74941bf --- /dev/null +++ b/mods/mcef.pw.toml @@ -0,0 +1,13 @@ +name = "MCEF (Minecraft Chromium Embedded Framework)" +filename = "mcef-forge-2.1.6-1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6d9fa1433d509be242d1d74282d02a0fbebde110" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5828187 +project-id = 636236 diff --git a/mods/mekanism-generators.pw.toml b/mods/mekanism-generators.pw.toml new file mode 100644 index 0000000..777d718 --- /dev/null +++ b/mods/mekanism-generators.pw.toml @@ -0,0 +1,13 @@ +name = "Mekanism Generators" +filename = "MekanismGenerators-1.20.1-10.4.16.80.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "53fa707fd204ca1dd099a08995c2197145ff9a36" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6552914 +project-id = 268566 diff --git a/mods/mekanism-tools.pw.toml b/mods/mekanism-tools.pw.toml new file mode 100644 index 0000000..8e87cf4 --- /dev/null +++ b/mods/mekanism-tools.pw.toml @@ -0,0 +1,13 @@ +name = "Mekanism Tools" +filename = "MekanismTools-1.20.1-10.4.16.80.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0d22b1cc01a33702f1b9e17b26cc55e233a4e7ff" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6552915 +project-id = 268567 diff --git a/mods/mekanism.pw.toml b/mods/mekanism.pw.toml new file mode 100644 index 0000000..055ae18 --- /dev/null +++ b/mods/mekanism.pw.toml @@ -0,0 +1,13 @@ +name = "Mekanism" +filename = "Mekanism-1.20.1-10.4.16.80.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b7f12ae710888b01746507a0aa8cb375f5897158" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6552911 +project-id = 268560 diff --git a/mods/melody.pw.toml b/mods/melody.pw.toml new file mode 100644 index 0000000..5490ac3 --- /dev/null +++ b/mods/melody.pw.toml @@ -0,0 +1,13 @@ +name = "Melody" +filename = "melody_forge_1.0.3_MC_1.20.1-1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e0942d396a70c09038e6c2e5e1da6505178249b8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5109692 +project-id = 938643 diff --git a/mods/modernfix.pw.toml b/mods/modernfix.pw.toml new file mode 100644 index 0000000..4bb1894 --- /dev/null +++ b/mods/modernfix.pw.toml @@ -0,0 +1,13 @@ +name = "ModernFix" +filename = "modernfix-forge-5.25.1+mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "124ea5db8c3b7dc00166806ef0fc412177882fda" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7200213 +project-id = 790626 diff --git a/mods/modonomicon.pw.toml b/mods/modonomicon.pw.toml new file mode 100644 index 0000000..32c6b74 --- /dev/null +++ b/mods/modonomicon.pw.toml @@ -0,0 +1,13 @@ +name = "Modonomicon" +filename = "modonomicon-1.20.1-forge-1.79.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9d55f629c8a9b0ea1912051fe04b16400c640944" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7086951 +project-id = 538392 diff --git a/mods/more-overlays-updated.pw.toml b/mods/more-overlays-updated.pw.toml new file mode 100644 index 0000000..9dffdd1 --- /dev/null +++ b/mods/more-overlays-updated.pw.toml @@ -0,0 +1,13 @@ +name = "More Overlays Updated" +filename = "moreoverlays-1.22.7-mc1.20.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1e7c2eac6a58dfcd6b72a8afb6812fe818e20a80" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5376428 +project-id = 391382 diff --git a/mods/mouse-tweaks.pw.toml b/mods/mouse-tweaks.pw.toml new file mode 100644 index 0000000..07ac1a9 --- /dev/null +++ b/mods/mouse-tweaks.pw.toml @@ -0,0 +1,13 @@ +name = "Mouse Tweaks" +filename = "MouseTweaks-forge-mc1.20.1-2.25.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d751153e722a4e014691c83f39f5b07c6ec5333c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5338457 +project-id = 60089 diff --git a/mods/music-maker-mod.pw.toml b/mods/music-maker-mod.pw.toml new file mode 100644 index 0000000..bdc5fa0 --- /dev/null +++ b/mods/music-maker-mod.pw.toml @@ -0,0 +1,13 @@ +name = "Music Maker Mod" +filename = "xercamusic-1.20.1-1.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "716f95c5974d946fc482f54ffa2938082cab9267" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5591986 +project-id = 341448 diff --git a/mods/mystical-agriculture.pw.toml b/mods/mystical-agriculture.pw.toml new file mode 100644 index 0000000..4cf6db4 --- /dev/null +++ b/mods/mystical-agriculture.pw.toml @@ -0,0 +1,13 @@ +name = "Mystical Agriculture" +filename = "MysticalAgriculture-1.20.1-7.0.23.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "fd242367e58ddd84558e97e4ff0a7c48bb817059" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6880326 +project-id = 246640 diff --git a/mods/mystical-customization.pw.toml b/mods/mystical-customization.pw.toml new file mode 100644 index 0000000..d38b25a --- /dev/null +++ b/mods/mystical-customization.pw.toml @@ -0,0 +1,13 @@ +name = "Mystical Customization" +filename = "MysticalCustomization-1.20.1-5.0.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8496291a5b7d0eecfb2b68f8c10c2bf7ae9c7bf7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6880327 +project-id = 280441 diff --git a/mods/natures-aura-render-fix.pw.toml b/mods/natures-aura-render-fix.pw.toml new file mode 100644 index 0000000..972307d --- /dev/null +++ b/mods/natures-aura-render-fix.pw.toml @@ -0,0 +1,13 @@ +name = "Nature's Aura Render Fix" +filename = "narenderfix-1.20.1-1.0.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4fda9f3ca65502754804dfdcae8eed443eac5fba" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6615496 +project-id = 1280329 diff --git a/mods/natures-aura.pw.toml b/mods/natures-aura.pw.toml new file mode 100644 index 0000000..03481bb --- /dev/null +++ b/mods/natures-aura.pw.toml @@ -0,0 +1,13 @@ +name = "Nature's Aura" +filename = "NaturesAura-39.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c0f6e2421088f06abf5c1be2f49f39639552b1d0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4963590 +project-id = 306626 diff --git a/mods/nethers-delight.pw.toml b/mods/nethers-delight.pw.toml new file mode 100644 index 0000000..389c3f9 --- /dev/null +++ b/mods/nethers-delight.pw.toml @@ -0,0 +1,13 @@ +name = "Nether's Delight" +filename = "nethersdelight-1.20.1-4.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c6da9c681bf2ec1d7b3e96db739c2b1113f6b838" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4736227 +project-id = 496394 diff --git a/mods/no-chat-reports.pw.toml b/mods/no-chat-reports.pw.toml new file mode 100644 index 0000000..ca32a5f --- /dev/null +++ b/mods/no-chat-reports.pw.toml @@ -0,0 +1,13 @@ +name = "No Chat Reports" +filename = "NoChatReports-FORGE-1.20.1-v2.2.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "069396e689ae887d065c8d61b7945e685fbcc65b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4610474 +project-id = 634062 diff --git a/mods/no-more-piglin-portal-spawning.pw.toml b/mods/no-more-piglin-portal-spawning.pw.toml new file mode 100644 index 0000000..d7d669f --- /dev/null +++ b/mods/no-more-piglin-portal-spawning.pw.toml @@ -0,0 +1,13 @@ +name = "No More Piglin Portal Spawning" +filename = "nopiglinportals-1.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "efd22ddf6b41552ddc359cde3ea1b4dfdaddc393" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5328692 +project-id = 439631 diff --git a/mods/not-enough-glyphs.pw.toml b/mods/not-enough-glyphs.pw.toml new file mode 100644 index 0000000..141f049 --- /dev/null +++ b/mods/not-enough-glyphs.pw.toml @@ -0,0 +1,13 @@ +name = "Not Enough Glyphs" +filename = "not_enough_glyphs-1.20.1-3.2.1.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "208bac55822f07c348c7848c57c867ec54aa02e5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5609146 +project-id = 1023517 diff --git a/mods/oculus.pw.toml b/mods/oculus.pw.toml new file mode 100644 index 0000000..0e400bd --- /dev/null +++ b/mods/oculus.pw.toml @@ -0,0 +1,13 @@ +name = "Oculus" +filename = "oculus-mc1.20.1-1.8.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "984f774e71790deaec674c7587bd24e0711871b2" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6020952 +project-id = 581495 diff --git a/mods/open-parties-and-claims.pw.toml b/mods/open-parties-and-claims.pw.toml new file mode 100644 index 0000000..c6caa69 --- /dev/null +++ b/mods/open-parties-and-claims.pw.toml @@ -0,0 +1,13 @@ +name = "Open Parties and Claims" +filename = "open-parties-and-claims-forge-1.20.1-0.25.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ea87f074e35e6ccf03a73b42804f3bd3f628a4eb" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7112737 +project-id = 636608 diff --git a/mods/packet-fixer.pw.toml b/mods/packet-fixer.pw.toml new file mode 100644 index 0000000..5fe8c89 --- /dev/null +++ b/mods/packet-fixer.pw.toml @@ -0,0 +1,13 @@ +name = "Packet Fixer" +filename = "packetfixer-3.3.1-1.18-1.20.4-merged.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0bef29023c8cadb2934d78a8b0066b49d4460974" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7221527 +project-id = 689467 diff --git a/mods/patchouli.pw.toml b/mods/patchouli.pw.toml new file mode 100644 index 0000000..ccc3ed0 --- /dev/null +++ b/mods/patchouli.pw.toml @@ -0,0 +1,13 @@ +name = "Patchouli" +filename = "Patchouli-1.20.1-84.1-FORGE.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e91d2e2f251375d647d592b670ea6f310c2554eb" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6164575 +project-id = 306770 diff --git a/mods/polylib.pw.toml b/mods/polylib.pw.toml new file mode 100644 index 0000000..0485a17 --- /dev/null +++ b/mods/polylib.pw.toml @@ -0,0 +1,13 @@ +name = "PolyLib" +filename = "polylib-forge-2000.0.3-build.143.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bf49919adc9e9109196762ff20030f823790e2db" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5350440 +project-id = 576589 diff --git a/mods/polymorph.pw.toml b/mods/polymorph.pw.toml new file mode 100644 index 0000000..85fd012 --- /dev/null +++ b/mods/polymorph.pw.toml @@ -0,0 +1,13 @@ +name = "Polymorph (Fabric/Forge/Quilt)" +filename = "polymorph-forge-0.49.10+1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e4afd6f512cc06311320357ed974cee586e031c3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6450982 +project-id = 388800 diff --git a/mods/presence-footsteps-forge.pw.toml b/mods/presence-footsteps-forge.pw.toml new file mode 100644 index 0000000..7f67c4a --- /dev/null +++ b/mods/presence-footsteps-forge.pw.toml @@ -0,0 +1,13 @@ +name = "Presence Footsteps (Forge)" +filename = "PresenceFootsteps-1.20.1-1.9.1-beta.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6ccb76043763f929a11f1857a57b41bb70ab7512" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5015286 +project-id = 433068 diff --git a/mods/quark.pw.toml b/mods/quark.pw.toml new file mode 100644 index 0000000..86e16ac --- /dev/null +++ b/mods/quark.pw.toml @@ -0,0 +1,13 @@ +name = "Quark" +filename = "Quark-4.0-462.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9b0fb82995622a0070c00827c698c43b49d9d14b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6427817 +project-id = 243121 diff --git a/mods/rechiseled-ae2.pw.toml b/mods/rechiseled-ae2.pw.toml new file mode 100644 index 0000000..fe62856 --- /dev/null +++ b/mods/rechiseled-ae2.pw.toml @@ -0,0 +1,13 @@ +name = "Rechiseled: AE2" +filename = "rechiseledae2-forge-1.20-1.20.1-1.1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8abcce2b76dcd5506664cfee18e0b8a80daae135" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7074191 +project-id = 987534 diff --git a/mods/rechiseled-chipped.pw.toml b/mods/rechiseled-chipped.pw.toml new file mode 100644 index 0000000..35ba0da --- /dev/null +++ b/mods/rechiseled-chipped.pw.toml @@ -0,0 +1,13 @@ +name = "Rechiseled: Chipped" +filename = "rechiseled_chipped-1.3.1-1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f4288e9c58a7d64adef7685dfbc88199c5a59201" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7244299 +project-id = 1007578 diff --git a/mods/rechiseled-create.pw.toml b/mods/rechiseled-create.pw.toml new file mode 100644 index 0000000..0d247b8 --- /dev/null +++ b/mods/rechiseled-create.pw.toml @@ -0,0 +1,13 @@ +name = "Rechiseled: Create" +filename = "rechiseledcreate-1.0.2b-forge-mc1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1ba6b53ea2ef7f5c8f5b4b90219565ed67101ed4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6767592 +project-id = 888624 diff --git a/mods/rechiseled.pw.toml b/mods/rechiseled.pw.toml new file mode 100644 index 0000000..6a6b6c1 --- /dev/null +++ b/mods/rechiseled.pw.toml @@ -0,0 +1,13 @@ +name = "Rechiseled" +filename = "rechiseled-1.1.6-forge-mc1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "cacec8ace7987d33e76873bf574704aea7564a4e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5286306 +project-id = 558998 diff --git a/mods/reclamation_util-1.20.1-1.0.24.jar b/mods/reclamation_util-1.20.1-1.0.24.jar new file mode 100644 index 0000000000000000000000000000000000000000..d2510336ba37fa71b4a669e6999dea56a026df06 GIT binary patch literal 245457 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à#1|p7W zF{A{KV6Gf+{Mw5wn0|7D%Y@Y1`~RQYE#iM>SIoZm<^K*Y_BqaE#49vQ&(lC><(|;l z_okf=*3bO*O}zWYv(=t287EH;l06eK%~;AH#!h(M>Ai0>Ry&1wyk5tg%jP>(j7Lsb zzh3C(hn!u1_PYiDT>b6O<+|xL*KKR=?f$#ign9Cz&&w?LzE+8pxgl4R`pLkqu>SX+ z{l~-p{@Hf>gznjf`MVV_uY0!k*TZvvsyMxO2B*~rwMP2On`Ca=bMQgno=KPQUoHx;L+Qdc4=SxPP8a^{d0%kN@iS znJuYvL}p3V`g;}!wx~4sZakE7@80@5me-0UXU>$2JGHg6qD7kVaC;+a9+sZy;a5R0 zeu>`@frwwkp`%JncZq5d5Oq8r%KohFo-U3d7XHb9{{OdUR%OU**uIBh23w=N)-fJA zIXNCCCMKS>xt|hPRgZ3$C@w0Jkdcv*SQl@{9QOUwTX8lq18&ZmNtaVQxHuCNl9Q7& z@+SWM|6reVM2zFahyU;HZtZbkcy^dUcnTZye;32H`S$fjd+Pp5t*ewi9B=S#M&_vv zbX2W)zkg|>Z_}> zKWk?2l6bMR+o)xifzcCRq2!8BTliE<9B2Jpm3r{a;p=rqcOECCv$Qf^b8un%zA)~a z;NQ>xpSIWYJYw=mU}kw6E4e-QcH1k~6oyM2m(TqFr5*8kZTf!6d1-f&F2w)udUz}_ zdc)ZQ<^-t;rcDeUo7ak2M{J(JVgC5zqE?>y^7ZYf7O^T>HDtE^l+@~BDv)Yece90E z`D6oQ7_-Byt4ksbP2&Ft{JXzNf8N8FC(RS=I1(fnF7tdc);rrDmX~@#{Am2(!2Mn!*tl4OMY)Nsy%De01RWyNov?b{q#B(Ks^r0VdZaV}#v_tix`w*s}x zvR+QOs1zKPW$moJb}Rd3r;A3nrWHl7xX)o+YJ5Yi{eXs0w3LuSW6PZm5xU-1nW=&U&t&?0hcooE)8Bzkf6LI|K#_f>t4g-OTctvxcYVR2uiE4{KHV zPWMWiGbuA%kJ@QrV-xdr!mL?cU0qyv_EZY@#@dzGR0q~iH=lEnb&mT--xmi@Pt)bL zVJh1lYi=l7v1ifoiqhL@$#>5gSFs8g78Xt}Ui0+n(_4yeZf+MYUv7T*@ZkZD3wKIl zqw_$+p(icF{&jbCU1D!aidq{MlO=8D_b*TQ(&f1x`PLop_kHU;SlARc(>T5FTWLy7 z&7J=W!fb480asrc|EqfudMA7r_uW|A4Y%JEn7lixoImwtXjD{G!P8TsOO`A-;1wNI za%=vn-4|>UWGbIaKDo1Aaksg&v~$YqLI{atm9sZ0Sp>S(meZ{hNPkm20Ej#a}uV z?0X*lURZT}%^RMc&Pm#DRtpyY+}_dA;ZPgfyzb@e*OMPFOW1X|M$)e4RUCJzIVYQd z=wbPZbLOncO-x+4O{Dzksi|47ZZ|!P*;TUgSe28LQ-a8eGiP|dB2A#uWVbRgo$0u8CHF?WZ*jn`$Y|ETY%+38j zDKo#mGVkn*;_8IoN#fJ~ziBvVp!PyoMQ;B2=l2)v+ZPuvP;zy%sb23X(bwfCJT-S{ ze(&4=>)w*(W@cuK!XK+SXaonw-AVUN&dJ@iR96o^S^Q46_<=`Z$04@B9p79_c2!Nh_N#ho%c*Taf=f(39X#eb5~4wLdS>XqlXZN6XPO zKSd_qY_C#~ICc4FL(8G`S4~wjSz;%BpQop0URm__`&9mlj+4^Q{z|gVirKw;cj!bl z&!EG1rW7psaeLXaWhbQ?dEC4+EGC0TOp_m6X%%}c&t9kZHHiIF_5U^d&QI|xC_dJh zcVLIvWmCr{+xr*tWvahd>ePSX6||1!oRWE#Csk; zp6k_%@efa3t?G4|KgM)Da_5DZJ>R$Ta%}urYNWMrZ^cQaPM`X(MSpj3-{iMbzvQO8^C9!p zl!u2}H_Upf{jF`r5-zOy)`@1we-!TcU$c?L>U;qOE26sW9luH6YSIV zudmX)ySJ9(TCnxh5J`{2-Dazl&i-U!ekT?_Z`}fY=2C-~OldvFr+j84+uS`e%QU-W z&YXoY3PEg-rHxja@Xk9{*z>ewdF;e9+S5MHdF}G*mD85kRgMSedKZ5ElAclLuJX1J22o6ja`>W!V79~4+za19cTlF$8e=<1cGhi)fh zJk50e+`3!9>(M)LJR)+z=oG1CJI-5V9+iV~l$vtQw-cQriuYp{Prlkg+Mk29rb z$n))v$bS+wUE^cqOvm~qrtMFTuQorqXzgL+9}Bj8)tX zuAt=1bW$@>Yu4HS=O*2*)8A4X*Sw*m-TnpWxSTuwT@A8|t0Jw0m`|r9ema=kzb4df zM%2RDQ>B+~zcxMGpw6_#vePaEC-_`WrN z-W_ z3(p_>%hs*8I)kUOTx|8-x0CKEFIEcN_B}IkUQDHEPln=z#)FC{rJGN&zs-HCF(-OK z`;{qEPqV#CTzl>W`_7#~Hax$Ua20Cn2c&EYZL8V&Q|yn(J^y&OE@RiuHjh2Z?9=A- zw{AOfY~AV72=Slw9~{5$6-)1|`N_UleEGV{y_=%;r7jhlF?m6J251qx+)t~MT9X=f z2ehtny)*j#_27aaP(#y#=;P>>cS+4@Q^-E{lxs%fiM9;~SQ1S< zCT09*GHqmLOHtmm%(IfQVE;4UTL(JMu}5Cp`|Z$w(8(lfGtQp)vh($K$$ed~3>#h~ zx3T@7`18aohnzKRIyY(s-x%%8UN2F$r|KlbBF6{zV!t0G227d2QTDC3`ul+{$0L%d zrfkvS)os_y<&6uNey*?oV0hrlL6L*P>>3}s_FR=n`g2Iq?%$7t3R?Q7Km2-_%vQ(8 zw;{?bGmuSetwP)L+3H4nuKA}##AL8v>wd(Vog3MvIyO)1E6T#4LH$g>j z!h{J7*V)q{=YOYZ1lY#t`}F8YG0452&TaGN6UM0lP9_bBOBop$7T_HOA%281FSR5i zwJ5VBmC7TOjnF&3K5T-VcU#oObXZRKX8k$i%DnZH?FBB>&rNi?mBU)x`|nu0df8F0 zEs_>#pA2IDeSWoO+fl=9yg|I#DmUM~UHv>x?ak%S3Vof0ee;-SAG-Pb`!{v2nAx+U zK9*|j7ZXor(Le0}Q2iql@64PYV-bHtOVJkl2c@2wp&k{#ddegJ-;Q3+wNHLqo{`PQ zguh+-pZqVSTWERQ<(+YOL(22s)yCQt{swn^S0`HNtS`9cmLb&tZ&$_F;LoNzY}S1; zP~D;RMe7Wg<>~_u&fhER@Kl}MTj+dgGP75>kduZw*OV} z^~2luZ~rW#f7;hK;gwjzj>JP}&tCmAx%K;jOCIv#a>&Pi-=32GQGVa)|MQw-U$(qh z7&}|ZXLf$b5xt20kGyNn=O=dSN*nhVTAz8}TO^rcp z#WVEg28P-Ee0XvFCD-CzVx}!~LK8TWcOKbz;%>y*?c^FJ8m<3jbXu=n8N~@XEr`smU8$at05b^k))X|_xb*8lP4JuI7Ngr zCgtrqx9UK_&gS&9b8Y!=%Y88N57_nppi}ewm-qHny-WT5{hGX9#gC((`|tJL=TDWl zpM9%VA-yU3RAh78Yo4v^y#ME4e)Pz&pe!LmZDvw!Qzl<@^T~IjQf@}S?Tpv_EJ(f^ z)fvg2S|l+oLeA#Xp?w;QXD(bEzg~CZ>BBqryFM-W{`$3izVXJag36euiCzVvFG6RC z7J&}#mZrV!>Xnar zlUEdko|*U{_1ub^is#C&wAtQlaMXUu@4jmDi~s-YD{IBPH*6F!IKTO4^_#=W(GL%= zwt7{$%KYz?AK$<0zrJ#;XUml3zL$KS*~qZpkeYGN=ZrvC#tf_KUx#;}-Cnt7?{b+3 zUT=z0g72qh?l|^8a@Il9W*6Q#W41D7{kd$D|NpN$oAagrWz~=BUq4yWH&5wPyFAJA zx{!U#`$sdMom(b&;?~n6HvX0leLvd{ux#UGe}3c5!5V&_p7 zm*+)AMduQX4Gm`+xUP8^x}a~@hDJu_=EEyjdR=VgKGOIQZGGZOL65I<2p-x*d?qeP zEy_(yE6Oh}iBBs^%uNN&7E_!CzBL;xX3gHf6~NpMDN8pUSaANcp8fcvoMu^uzC5T z{{R2`_rII(y)e6Q&DlW5!rdkFlBQ?GJSjQ3>Sg&Q(_c)%X*rcgDk{1)|1&A`HFn5; zT0Tp{>C8-tt2d`A_w3y1EMak^NZWFnrCrs*f*lX{?me{Y{`}k0(l?D&Z0x%ACs-uz z`d`m9J41T0Q^So@!d&cp#W9a9mOR*V)6+#sDM(>ruVvDD$8YJ+c=LpKX6mfnGkcr5 zflR8#@3eUvVk~FBU99Zf)fm|<6n@?2pYd^~C#OX0YOY(}DJjZyTzkZD>EpIE-fS&i zi5oX0_O0IPa^yvA90QLAYEAh+IoZFMk%0k(ap!O18#DzuiJ5uD=oy^xGb7JG9Q!l{ zIM^5%800_yPh?Ax2RRuLcGN#tv}fm$-8Q;rHT9*G^!#DWImo%dX%# zp?>2}%iNh~>jm114l=CaNRi&>;1!YZZGLYr@0q%C*>}9%W7Q_VQ}_xc9ri#FB%nChSo-sd(nY+uP=C z_5c4F{`vK_`{Dch`xDN_@2g>yW@9=(-#-1vkB`cCgajI-3x1yT-H^n`$HyioCucBw z=FFJ~Jp$R+2tMJOa8Tha6BAQFYyh*vKYnbd{@vJVbtx<1=&e1QC6wl`0-yT#&EA7Y zRqV>Q4F(nx8iq1E3i=&u^|hIwU(!$bc=@@|fmu7gha2kLC=}CSW7bgQ?>cn6_^||E z{GRg(tJk0S@Z%|a8@v9!=9>x(kL)+TN&q#xueT>1Xkz6qP?JlUFkwPNrUUrur9_4m zaz~4d7@3(F{NvUwIhm9p#Y{^@T`S8q5Jxz9|Ub?X84|91PICtkljdDr8|+;6RW zIM0PmUtjbt$m-4iy!zQal|4G&r)+z6{(0-a`|I^H%6Lk0(x%+o{cB@dht}yPv17uQ z_Wv)p-kq0_C;Hrc#_97VKRC7@Dn33}tY`NT<{AlGT@{Nt+W7|Ws&+q;VGcg^w719R z^iN*Uu}d?og4f;6ytj^}L>cw&2OhsWDxlLAnehfO@%t}|lS^~5;}gphvs3d@i>OjM z!vmRD2^Pq#>=x7Va*Aqef8YQ6Yq3t|_37>EEoJRoI)Wu1-@VHCwKCwtv#>3W`STp4 z7axjjy|=`9IulD|Sx8MWrcT7Jc%gEW> z+keR~V}0uFvn4aWvK{_@`ypdedkC-8I^!i@vj~;ZV; zRCY_lkyYMtgD|)D!E?9#HVEhBvS$BhwT^boK6t31zo9il)y=Rh^?hYzH^|SsPoL({(j+c7mCB>BY)b8(ofB z-3Z>ePxy#aVCG@pKR*NnmrVI!!~fY?c#4^d%>KU9m*#fxY@H#vGK6d0>s9=xH(kgu zdGOm#tW7<0gFW-_)lyx;0c&(@4`}`)hbb9S=%hr9yB+Gkc-^OKan`;7{cBU=<@loT( z6!FVFCw0yW`t^78KB|AB-*Pi&f#7r2(76w19eCd8Ci}TUw<82R}>r^i? zGBAK{H^yDN6TgEFlxR?Tz>M1%J!zC`ykV)v*86aPNZb9{{J~ot3ohNd=-DkI(!F5v zWDAbGU;TfW|FMb}hQ`ccX&3vWVbS52#A@%9ZICfprZ_LJYlY|KgY16qp8uX#?9alM zSloL>=h=e-hFXX;eh|HE5mT|RSfTA!L*Xu;tfg`UDYD_@zoaa`m+X5yPMtL@ekowYupkMovy zv?fY?sEyatIqkIlwyQ*2#GDxmHwH?dt7iXtZR-op`YF1+7K@)(W^u2Ws%4TS_Mk#G zX78OY1&%8x^IO)v-W1bz{M8SWn}?5T6iYw%H#dr2#u)D4^664gWuMQBjQSlr0+ReD zWGd{Bmi|<`I$hUhH{Y!F;xaUmy)4Au!_L~lhe$qzPhi!kxowR4D zVVqFA;!E15p2g_tW3sc*q}_}R4BPM)DkenN&7kyw=$AA8U}UFJ;^>7Wj-``!doc$J zv^{^*E3v4xwId>`gGG?1Yr)j1Qxl#G|6rHq z-7Nfn(|A+l<(~%)Ht&8u|8``NOgmd*&&I$r$D|H_ku|Bcsy$JqC}y>l+t61f&9KU% zOX=gf*Fo#APmVakZta=FDJOTdK6h%TR`{{TfTIZ$B$T%5@I8Aq+x)PCVEvXHk^Y3e z4TYEPUZ|N^++O`n(edb?nC0*9)_Ub?->j*+{OrxG6Kf0wmL2U<2~b>RZ2WVdzP$Lc z^opg=RJk{=khq%KIq!KVhZsv^$h#7&5UJVECe}0_TH%}b_1Kovx9g8|@Cq$Rl4$!R zsN*MM`TqF|!F`vXzMlJY@5~DIM{6Y{?(F`@{h@equ#HW~f@A5ESLtsr65uR3_$qM6 z?YC;O3uD_4eM2IEFo8As0H! z{I)kjx3*R@|-f}Xq# zr{`Sx%gDe0YX0Faen5w|CKeZ`mK5t3r6%Vj<|dY8=I6zimSpDWqaOAPN?wS?L{piv zXtS7zNehy?S_6GEgdIixsbx-jYvz0Xiu|mo)h||ZacM5fV^e&-I&MX=-)I?gkO%eTf{`cC4`I3KXZ28l38w(bWY~gmEEb#-4>bjvH51@=X<~R zeSgdIc+O(Uj}X3EXquglAk|rPgE1+~Kx3K!kO2{G&Tx ze=wd|Eo`yy+DuJJ4?UF?<)yyO-HX&rP8>|QpjI7j6!N<)ljXkpagDqMt_ot^iXvPO zpFQX2+vM=>CHFh6j1~K<+M@0*nd9tm<9ey=b^CqA6Dk9nzyHbX`W{z(!r#|t@vmQ& zb7h%wd1n0kcvbCn__0jM$H57^w>eiCH8;F*4>GNozI?6)ALI6N>9>y#u^2Afy7}Rv z*|O(SZ%*vqe)8m>zkxMehF|v0T^@H_J7fk=bM=GotQ*sw1+ICzLTtsGXGuj1mk8c8 zH+EfDk<@sTFKAk=sA@{2T=&!|&2LI8JMO%V+_-Cvb>!I~-vv)aXI;$va_PyYOodb( zp`RBH8m!(^<6PRP%gS`s?%u=6A9w#?KYh$d`pfpff1hp|9|)S2)L75OaeHnMJ6Btq zkMGu#OzdUv4y=_fKhf*Z-4OKtx!v~bv*tMOnp8I7__vcUn3}I#-a9c<$iuB|XT&CV zr+c&hY@WAqxyj+&wSTXbZ^&DOETH7|Z>5D~du>4AR3qZck6z8*i&lfFxg?ygx(3=C88u3sX4+^je+zq~R&DKkGe zH6A{0#<-9%j;I0_>$FiYIF$=7op8|Wu!BIGy6S>?HWgn4zc9KSvFj9C>fvfr@p;DX zb}p@ZCNrF)9hdxK2oki_nzgUtfiJ&kV2;!EKf!4?R9IZZ+wR`{yT3kd+Kc(8H6JgY zuAjXBte^jstXx?}5erWt)17gy;wKNY;0?V1{QrB&S&RM7P*IeUMa67=_uvmEI{q2&q zN8cTj*?%*3#labm1(-fObnTa$f8SDk`o98?$x|oFNbL+~j#+T&*FV|AlOC_ToM*fz zZ2jemD3-v8ACWVKMFk{YYVe%RT6?TipCOum4J6~*)XqIK)spU%#k{%B@u-^%mq zR+(n4Pi-%A@3OGJ@vOZyYwE)uE8hgMJYB8j>>SMs7tWt-E_+uwuc+!n?f>u%5=*O6 zpT6_|&7b7-rP(=oXAgREND|%iY8fK~!$Q0jEeSoelKebs&l$nH!AQ5pnr++me{TAx zJNM?*+bsBRb+{#+ozEiUi@Dmrzh6TaojqVUx&7g%`Stayb^A8vPRNQ-KDllEH}l(@ z&ieSv9WgXKcdB59c3@`_1m+**t&mbOm0@U%JHXiAK4~< zQq}$+H~+(pwG*zsa+r2u-DbwlehIT#vS}}>em-IImpHB3=bB#`sdDsQNQLjMKOa<` zyFQ+Z?BmH+$$J-`INb|$ucZdRR?o8=6B1azXrgwgPYX3p^CWm{Eb(h$i^0)_(sHJF zyc6D|KIjbXQEPJbh=zv#ztzj9_UGTXZO2__J)G3j!s34G->?6lQvii$Kr~* z`L}0-M@PD6uCWm>x*EY$bESWIF3L7}&*F;Tk?M0|Cp|s3B0>L;ReX16Z*O9L)VIjC z1#@B@?i-+97aQWrcvOdxfk78<4kDrd3yu;*W0iXG!FvW8A6z-0=s=o8GBhy|un^w9 z|J=6^+qZ9L-Y;R1wl1;5=m|mR5Z^o zI6LKJQQ*P2|HqDNN~ViS`~pYl(PKLlHJ|=pqSJP*&CRVX=y%ua=p$ZXjE6f==a#Z2 z7%a|bWMIg{8>Ph8ktK4_M1WE*28`E{fPq>fBZSRi2V=u$oC*7XxbR+r{jTvb|~ z%#i7FJx4V6YyIb+<_SHEBu+RQiY^hnt2QAm#doUeY>66P*9X65Bup|mtH66BhB27^ z5>F9t5C8JSb8MbXJdKGHm?G`2{a4@#?#W@e!D?{Zk?U6VpM+NhmlVQF*6(F7o4^`- zb>q_G5{cVv|9z2u7hY0oU}wYQz+}ZG^WRZIt+Ur{db@Oh=&B$0&xZ)P^6zR?FjZhR zkUGLv%_vg3pkXD?6vobjjOOzEQ~tI-e7t)XE6$zPevc0gXqPA{R{C(U(}bP&P(> z4r9>vgo8|b7&(l!6%`rR@t=d-0dq!RLDi1984{5u469BxS?2wfS4FP~1Jn2DcQZ0D zwBe0&2cmnN<%vbP@mMDn8Qqw664gJz+Bo_FiTI_HY%@e0MUK~R-n{v{ViuR~m2+M$ zE^CiE2{I=o9&wsr(x`Au?L?z|;JOfP!L>)6f+VC(U39i=xZtEDB;>MNWRd0-5zFG8 zXV1OsH7=h1^qoPI#pyHWsz2BLH{bpKU_IYPx&I%d50}h)dowV~e48;J`?o`S30cpU z7jD+xas7wz4e86;lj2VwoXT!KG3AcLu17mxJ+_{)EYVZkGuV00pKcE+t>x|(8|%B% z51->%$R+u1|AD9N+YfR~5n2-2cF{0WOrgbrrP8mz>U8RUvqFB!2tDtMUwQ8GOjxLx ztrm7_WPMMww`**R9mZRmLKA> zaKWc%cct9)CM@kNe|6>FfkUfQI;YtBu{7U~PY4rc+itfs=7ga9{AkZRANpqPt)|nnu1YUU1iiFzqD$HBwF016;IHHpMPfmSLj(JF_-z$iQH9R z=PPT=_w4lDYH0GngeB7WjHp8M1l`7u6L}LI!#-#P&U-i`RkyivgJi^y%sD*Gb7r3V zzkc~TgF_~VGiKNo9B9aCVHMiNG~>{6tL+j?$_fn)yiPW>&YCMM>DA0DF*AWH;Y)v} zuw>}}yXhUbin(=I9yJ?y6o1*8&+~u2Z6d?R#8-wq44yOI{XSc8t5ekV;d$QdgR>G$ z&M;I+9GG)%TdjJ8@ren?vx5HrH#9W-Q^eJ_f_+z)t-=rcGtvgm2TU|lDoaHk25PKS z{wu#kqQ%v8>3{D`kALsusvp|VpY`ScjepJ`ZZz&@NIAvg7}mDh{krj*q#vh0bT>|H ze0)rj&8eoXW8e@oK|Ahgq+!h8FU&ft&mM0)ST}b= z3#{n7v@ziz(~ipr)E+1Z2?;&;^`NJ%jct+1;WI3&+F!SJPIP5vIFzxuOmK^X0(u&9 zuDp_Xi;;ohD&E46_+?4ui6yB;uwEh3o|b&h3AEYM!pQ3j5(`_rF&KKHfe@r^)Mcd7mV=ilG`e&6mn)%IFi zS_?9zCQY8aQHrl!`QMlL9e4AlOqrsfsHkWseEe9i^u!r6G|r24yB^!K$42t!{wr5P ze(ta2XuWdvD(Gk+4K1yx$TPwnw{AsA+E(jJ{h52}=gx!Q@7#%*8P9w6X;ETPkHm}&b!Gj=e8VApSnSI_J^HwEu&1Nde1Z5SzWyO@=FnG&=u2Lw~B6z;Q70_ zSfXxMaNYHJHu};#`d-bR&|Loho@_nqo3h;;hP*%OvM;QtN<3Hb=tt$wrp_;4zDzZ( z^7ihw5#Z+L=3r~)Xm$E1Iq#CHa_ejZp5)ZtbM~5=nxC8kd}FU)e99}?exFxK^`~46 zPsoFZ;(pR|)L%^1jox-*^BEmoUETdFSdER1Uwk+tdH+wd?0VZdohv7Ze{-=u$CrEL zvA*f)P&RhfVEm^rg^ z^FF5wa%pFJdU_o6_4V7&rZKy(y8GjkK-`}i9{2j?X3N5vyI*!#-Qno_IaTeXh5eic z_qrea&3ap+)?V1Xd$%B8`^R@P`+L^!U94uHdPy_Hnd910y(2=C5{{JEL_Q9kHEq$& z@V54Ozc&kZx-7W7h~=-Ho!K%c@59B*gAKM@be`Gbdt;8o?LdwmBprMOyIPfzqN zf0g#;|Gu5lg5C_7np0=Yo7pDH*TYtOq98Zejc>8j{*GrGOH@=<4;oj+e)IA1(a;S~ z%so&ebI#y6V{o>rOUsWf+_Vo1p&DR_`v=$zou%CIgXOqIwiTh5ltKQEOvx}&%&pK3UlzmA=*U$XixpPSs6%o(Y z^sP1eRR6@kDSOAvZ~?|NhdcXft6Sw~Mzr6X>3ZYC!zS?^?_aFvU1oT2hQh})XV2c1 z>|}A?x>Q{w^5?JVmp`6~mz^PbDNX~z> zL1WeSX^VBY6vyt!=825jyMDd@m49cn?^b-Bm?UF)v3G^8d(f>0*=sYnJ{D{*x*hiB z^ghj522!QFjy(T-^4afrt^<}ekt)k~lxux76nPqcaB57;3cIGmzwa1`t$!H*ujpdS zv1^$eK~g^tJetw4`D+&@C*v3MY?D zI(Fl^$Bf5WYxJH6O?>>|;GuLLZ#QwzNi5#~l4~Du>L|^5e4=6Yym`~Mt_iskm2vm= z*QA=7m>#D925El1go_XR1-+7mXPf0ld8P-}=PsJ@e)Z1-D)+ZW)F-w!H8K5JyR=+Z z-lqNoWAD)!WeG}xvm!sQeDvbQiW`jyTI-)O3vu1g@=;(6~57( z`z1W~i06Lj{(er~WpMLKVRkmdgXfwy{t9prNzn z@|#eZm6s>1y0wzuMs<;AXsBq(=2}(xl=SB-Pi%T*T^}SZa)9V>ar z>>C@kUAH_V#c=L5l@sif@9`g*TI_wei|uX1oYyUaz3|8?l6n+yS{+9 z>;?VIxf_I-()x@~`^+fzNf!3?^)>Q8C!iM)xA~Fd))xtk%YIE4&Z5&KtlY%S+Hwj(G^^2(%7cWYRF{hqkSY~zZEsl3ak zgvWe;qNuLUzPMS=WsR85H~+)-1|0$WSH(njuK4vO?nin^e@IalJ6n|Xf;nrFBL2=u z$&|XYN^INzCoMOYybd$xllk42cD6vdC{^ahyO!9>{D=1!pX%^mE!yK=RUG%X;w$6U zmp3n1*;%~!+43xRf8Ux@Ml82Pj8|*FDB2Y595m5uNzBw`r#3x}zg2ntJ?s1S>kl=~ zMEY56k}h8HriAyyW0s9Nv(we4ojmlUx%c=v4*50jE}T8rd+YV~sHmCyCmo78qGPKvl~KFR%xrO+~z0v`rF&v55NCjdUF9=TD^eRYS-gV zvU1fQ*BrF+5__a5BJ_^a$v@~_vP)@M**byL*9W!~KDc_j;_t>33BlQqjwr^w;`LZE z>#vBWz){UrJHGK9md{V;nD^&_zxvbU#}_&yBfhXiDAgUgBz-~VgyZG!_r$9`_Qf2p4CZ})HEr`)|9n~zmpxOlfMM78GRj47u|x0v;uSyMIVv-QUJC)V?r#qQc9 zVfJ>V=ze$M*jLKhob2~!wQE%-W?Fy#B}O+I@?E zeN_15e|C8msV#S6U!A`HDQ#EFvw-UDStmpEH>f)AyAZKUV(!6vc2lmbXvu!<;JH<5 zeObcs(?=*>IJ6?yq3oD2;4cz3tBkkGfq+PtIl<`&{d zIm`3&Q&RI#R+Uh1RPA6fbW}}~i^nWI_Mi3nCp+Kn{~qD+zqE}r^Xi#CslUDa@>}Yr zXBZcpd6Kx}&-2?)Yr2zjq?brt^VszE_xI-Nn`z6``5(=Yc>cn2gXWyr`uF)k2d21d zTL0U>kxwx3mcr2wo_~+jv9_JI@nJis=3izLQ|_?qG0XJFjg#es?B1{4?_XV!^YK^9 zUY(OYny2i}q|2l&d7BuqDfs61wSV>Aa`z-o)_=0CkaKf+&eRm{4}tdcwmD`t&1P6X zows~u@2iuu<-H`#&hl8UJ|J-Ivs#@{@%oF6%sf1?VXbkZ3l(b|=A)gs(dM@**OHNe z0fcc+pAx_978*aP70HQZi6!||Uf6Xo6dpl6qMNP$Z1s9?#Hfr`}3fS2Zd+sVwK37AtEkq@;~LF?FN$~xBV;pZkMtxkL=@>`o%f@yNV1y z=(JV!BhQT-qf=HMJ*Km*cTQ-Jw~A}tU4zOqs|v!*j9>46Ia!vS`=_|-vn3`mp`J7E z?(7UNI+!cp$7=lN*Eu!N4ib+}oAN|)A#ZM+ej0_B-cspvuubY8}JS|3>54uBxoht_v>KoOwIyOsLq@GKRDEc_B z`GDl^uJ`&rlX|4Dix;mtvGtwXL=;cC(^8^ZBEk{kNCQ zUbk7xAm-hJnU^nr+VGZ9|1-k9O{@BjXtaqx2U%la>6H8l(W{)qha zi`i26PS80i3keR3dD&A_l8h`?7u*i?X?X7O_H(uGB40_>bkQ^GBn?v9d@HX^x_hj2 z#!UT5?K=-HsX2LS|GU~KQy%xwq%(5H>fo5Ntvr`y>z}b!<#e-KpRcj=IW2>huX{TA zAH^ypBpf)9ARVV#;qqHWV+Pt$$1^#X^Z76`F!-WG7z2YMsEmeVEe1{of-4OQ5{pVQ zlXFt_Lqk{@82=RVF))Mgwgj2N1R@w17;xuCqSng5t;k7DOp76*u z;?boGCr&8rn0~uu^XURXbT6JOwKzi9i)7?TBbudEwbPH%>;L`#oqcxAor4-j4y;&K zSaxWMXS;>OzMAKER)09`#)O_$Uz)Zj5>BgR_|lllzGQ_aRcN`BzW+w@fn$jQzh84d zmt+>6EF#v%UK;c6Yn3E_W0oZ9N%i*@Hf?NTU|{IRn^?*4qY3T&2r6|p#=kL4cxTl4(UiMfT71y@W%ZBqnI-fl<}Kbq3akKojLL;st^hC+!e|Ng62 zA3J>6cw+0r1F`4!_HCUX&v4ZUb&@`M8-FcL{AfmHKUzZ4YD)L7`ubO_mn3G~QJE2` zA`@vN7ZdmH{9%EsIu~w6+bk7ZF$pyiXE`6dQqRD^&`IrtYEByuK9Sz-6@Q(3iJ`$x zPlL@K7Mm(;e*FDw%isJ}`(Mik&*u%t4A9nDY~#Io9aN}N-G>%5@}cChm(Nk7@Xx=0 z^V%KtW}JVrajK7GfGXC9au^ zu9+LEIWajoDJ6wGGh|TBz*zfBR{I;Y{S4$QsKYP}4MMCi4lT*dQE|@6OwB9t%};SH zOU)}O)=SPwEG|A9_BvcRT;P9f9Jiv^lB}cQt9!*J?7E=TC8(<6xZ?C;7QrcIcU8n= zZibheNBmk>8~r

    tE?#OW(5FUM;TrwR3rWuzz~Fa1*1`fn@(;zi;Q}T7TYcT%7*w z-u{0(|FbvP{W&6VQeu`yy3xy=uq_pCQ%!FM^4Lx-773lBVWfA-MkZKvowc%?*+!4W zx($Xc>rQrWT5;;v9*b%Fjv4ngWVOvzU3ENGvn_e{4POUY=l&(d?pH+Srt4Imn`ykJ zQtw>mDi4QQ3%gUiZy2X3q^lQaS|@8}=DA8_nJTYNIl1RjuEeU#ma`vznKt3DiSn0M z6E|AC-KeqJ^4x`8VpDRolEOC1`fd~3p?a)S<>;;%CUYd_rgTi}ZqbbHn-sWH!Z_sc zqnkUH&UjoIS8>NkY^u(7mNy9&TSFxn{SB^&Z;}Wbzu+M0*&@Y>lPxfjWsQ<8;JMF2Y(gOwO z<7o$2Y|d^duXSl#HpwdK#XT=QE)HXvTLHlb0^6QleKo}Wet37%}-rfWtQ*x@U+un@r$nFY1=Y$XLBv$KF=P| zEH05XXEoQ`+v>JXj~6-RY}}*#Ff6l5s4VAf)4BOp<$^~#zi!#ftCSneGdH`j;?|Y= zJ>NFSgv57ht(@b}+C2SouTt5pME4vYso5S!f1;RtYXlili--!3-kB+N*xR@7>(JLG+C-5kw{K^ITWiaX+af_nl}g`hIeZZ-Yh zrD3v80?Bm~jx*nQU-kQgC9j*RX2%kJqsU!auI`T=eSWT<9=67-^F=~dQJRh5k)Hik zGasJPn(qDQ!&$$gQ>T5aWH=M2Jv2~FveIt9t~;|JTwr~IS%cP+S+725tz5IJ^yJ|M zUDKaG=}C_8X1a7`%T}f4hwsByE-Dj>RGe0#<2t{8&GHxXKZl9^)jj=s+uFF^ldEQx zY*y*esbG*i6X@|wQff;``16zR*4-01+5}l=35|?VhgkrQow)WEMO>{Y)lph0$`!h&!rjclcw|nk?sRGW)x^GUog~giJ zce++?$}OJ7Hp%VWsSl1vuX6KBv^_2}x}5)YOPu|w-1HM0WMvi!t!Vtcdf}c$<(jqo z7tZuhUc7PJU%6fNs*AYpU)p{yx$Lp^FSc67IS%~2ycV6oDo?fkziDKQ`kim_-CF31 ze!)M+S?TW*U+B4Y{tlYBd;Sh#yYG)?ZMvLYv|eP#_k~R5iDJEXywjS_-0Y1jxv)5i zp?1bG%Sqkq3}OyvZ^-y#_dZNtfNRJ1Iy}BFpa|p1JhL#5Mho1LYqJ=i9dUf0WGJamBZ$ zFROo-YsgynTE{650^^0AF0OG6S?pfxd&O+hpT;!i70ai;@_VDSQvG7n-csH#({6V% zo78s+Jv2DGn&Y+PEct_*Gi+})lr8G}y8VHrSBKxFoo^%KU$f@g-wgNvW^#jL!Ng#l zZHd1{4gBib3))r6Ccg=tR3T~fH}=#)p?gRA<+?uT2Y9n{gn2hJ++}58*eQr_EXR<6 z0bD~8S(iZSj-_EQ>!q)X+Mf3_nx@mSm?@Xzh-P8an-(7rX4aeqn{=dEPnu17G-cYg zS~=U3$^B_pB4aM~zWcrJ{qKF(w`87ZuY0-u-;de1=9w>65WcCjF#ehD=XZOb@2!6K z>HYth-|7v=3tb;fdAij%Gcvok?WOkViMf)u=Ixeh-Ig3yEiJy&Oo8Q?*^_A|vM;xt zS-O=swUw=n_1%t#FC=Td9#q^6U3ha_Z0gTVl4iF1m!3(xZJ4?B?as8L**@HF?oaYt zvf`H;1JmX04Ec*5+&IO%a`TR(h6WRaEGiB!JJ5NLHK+Xa?T|Fr*4J^5HD8*^i26*i z%{P7}ae_lew&u!#w@mDlJ~KTp-?{3NnQwb@@;R${TP2%k%=kLhXBitGr_a4DOB&5N zmQ+8g*?sC#Os1bg^t;5ht^3|?Tjp-C=%KEzj>zg?3}0t8UbfkvIBjp3_s^Q2%*NZY z+x9Ho1F+jWEI+E2M-KI)#Hmvh18V6pSp8VlQvJj} zn^&Bja3(>lRcErXb5)3$RH`p`xbWkMyafxs9kCHJai1r&<7_dv;lXUJD?2mae|Y!n zMxNH|O;0ssCtIsj$L(uaep$k4=J%C74`1rEv{mE@2ud5N?2IYyd)&0IWyx~SAL$-H z!ZxXWJ@=N&_jK7t-4g||KchVPeR;o{tlHsWqMf`Vy|X9d9FJ46?U6I7FWa|?E`MJx z;JI~2z^bdIZ8p25C%By19-44&<+4w;S67soUW`2dFjjMq@cU(NqbHkwkURB8w)F2y zRZphuOpgerVDr*Y*@t_Uc`aON$hYR}dXA$L{Z@Vz$VJ&R7uPtO# zb7!sNQI2Od`jqM8pdl*3R+)hmBqQ|#CDH+S><8h)o&0* z)^9#@x30LH*u8x5NADj+VuycleZIe1?$m+nE0zcco>bmF<$5ev-v2PR`v=V3KbF>X zul0O1@#@p1-o;0?IRDH&!h2u#Sbcn2lFgOLdJ`jcW#8E=ct18PU#VFTzHZB9m+u0( ze>m*@9=HGC{B1S$OL?`>uQVa^%eQ-;mPGGSo~4+Z?;KrngJIH-U4mB>T{iuj)XP8L z@+FV(`fp#mCI3k6_k0}wBbTkcu)Hhs`}dmc*k-4odexVYzKiZ@yOg5(?C6TU%l_<& zDGs^Q7e^Rsm8}ENU;o*0UhrPH+myXSp4Du!xIt(7j^AZ- z4#jH}>M(XNC<>fc$`P#V>bQ4&v-6ydKIQsfVrm>8JPEByke0uDZ29_!tEJv;Z!gT0 zzW>q*<+mh_svgE_sBiT~I&<4&_bJoe8mn&KbaTetM%5B`LhqwnL6 z$ZydSTx})re+T>Th2P&T^SbNQBlIlSqQmf)qPK8)(O%iv_xr^y`+~f@r5M-#>6H$4 znX>$YrA^oIU7KBXO4FzRu&eqOStA#JMHYobaQMjck`TlW!YNQ^JmY!Idkq$ zTG_Yt^>x2x54f%|KC(5)G0-$ub$YPRI>{`@tzUu+qqmkgM?T!M=tIrC>}f{pqe6pC zmvyM*cJdq(xR>sibMu1f)kizmDS#Y_%tmLYX`lCW4+tL#u+B5H1=4=d6+&o=CAnh)XvgNvh!y3h0t27)Q zi%xY2zOrfEjh<~`y6dzx8=v$fq{^gc#6F!iVM$l8+VVrb*PAbQZq0L9d2oun{$m&J zCX15=zfSI*8nkuBY7NPco_PW#qLQ^C=WEP_y8HUwG@kw|VHWoKW%6rwAy@jVU+PI& zF~=fb9eerZ(3z_|hi6)yoBQ|4UzxbvW7-^oe|Q&6FmyR6zG>pd8xf{CBYo!!?z?BYLcalYW)fx5iB01ZDq$?Cw<87+w~I!>HgmHBd( zY2Sx(hYnyxP++1u+Y!1QqOrCY}5UYJDxs1s-TA#rTBVVB0?POBLwW^6dP zY_Z$%Ly^^60@nK~J#>~4|5h?_jr??(m(taj0w?)dUdm+KIbm*xtLw=}?B3s|l!%{7 zvI`a3ym_vsDA-^J@AD(g%5MzvN~UC~ zKU35RDW078rZUdZ>eFPc=dNv=|37zJeD1Q@%BkXKFKJzEQks_LWqIzxJhj6=vl3fp zd%x;(oV2dQGq^YP>XoCr)N;1oJ+t!Zty|B1W@+y_c(Grt>cP?VoIZQLyL{df^y2i3 z*K)sD&-Ukh)e7v_%{eR;xPLRF-Ifc}ZwajJGyE+%H$&~_;fJ|0zlAR?zL)>8cKM(3 z5GBX+OQJi}Z5{nD+%??Ld~b!!mkkT5xtXIS?z9Pgv2puh*Va7GUSQrAw!P6Etaoqk zs0hDs+HCI5+Yhtz^Yd>Xn|+<>Qu&0X>=R-bEfwy*sruc1>(l1n9G1&j?pn{7|AkE@ zs;c}$-h>z`P@=4=|^_O{F*z;ulWn+?(nN=<}YkMb-j7L=9AYU-ElRY{S%j3wHC0Odun%E zUCC0h5Y;ZbE9d0gw@S;x?{|#K-qh z8WAdd!A85~WabuEy5#2>St>!l^vElQQ*liAHhj{0`2 zELQXj)(}@dy<9jj^3sVS3H#4ywE21L7d=s&`{}@kGgI~-+3@^^ucBX0`wipgN^k3S z|9(5q_Sfh4_v_d)uy{`ELE8SFfwDB7W5CpuyoE(qC`B{}Ma*VV!+L+xp)z zQw6$f-0z#tT~=OvxH#tBPqlmv4ud8C`8%47c@~;`@HAF0%l##9_{SjBYH9ROM#ekL zy=GxEe@E+1f4=y3VvnNCA&zrKJwL3~ews&HdDea6Nq)Eg@MS+)k;5yr?=0Rj*T{}- zY1~Y2wauc(&du$3yD8$^qU|cj4l}hqF8yLYCwbE0-1}dmS7pD{eYaA&$SP`6#_v0q zc^&_D0>Ri6B6Lu91h>?b>e^@H1Z=kY(*vJ=>KeV0!;r}m5~Y(hI@)aGSK z$MZdA%jjf9C^D%S&^n_JuORD^fbEW0l zOMV|#y(F>j+mk6u#kcPm`|!_GFI4Z)^N``YqSI=AMeyb2#0T3vwOE(C`Secrs9GDj zz9`>&ebkpHH75;AvZKHIY6W`6P9+10Gx`6fqfC9=W~Y|1S3N$S|7 zSm&JZ=-ASa+P6dved--%?vt)=++H`8DgLs=B1wyW2E7N;QNCM_8uV>f?P)6hGVSD5 z);-FJn$Kl#*uPlmv{~%-@!$5&OEVv-<^{`?*ZpD@-Z<0t%o}CV8}8o+LaluygxRvG&VR!Im88pEl_E7i+-F|%(?paq<47%x1(;? zy|er)`!}PC@7A|1_6zJ+EiW#2R$yeY{Kov`+?|;_&)XEIzx((3y?j0Mj^6naY$ms- zg!-Nq=h}4G)Y&xDfBV{)o0oZaE~v_y82xES-fWx2V#{|PmA$%Ima}K!?ML%+UWr|o zDLwkRH+55a_Oo|Q$?IRT`aSdIk-fd>PQ{XSD|z=!B#$m54O;hu^vuB?< zJt@2`(rCx>XS{Zy z-%j!QUu%!tI9ExX{qmNz3QwK{-~C#$+G446O`EjpJC)tjCF*M3pPNtGSbevnpE>Dm z(21bBBYXEOel<;d^|aLLI_n*uVs09+NIm)$kvzZU1LI-+_dOZ+&jqYqH0PU)Q{{$| zMHY>h1x+6FIB(v*YBvw(Q-`yDn%+wlII}uzH>Ge)H@mI)xjtliRmJ`oqb;9vpBUV+ zVOZ?aG*eo}L#2r4x^(tmwmpl4j(>=gXctf}IujHBKA}F|-gRbv&!$qNlJ`eGOD|6{ z>XM7;y^rw>{hK@gg-tb7kLYNw?(N>r<5X z+;tXQV|S-Vp|8&VZ$(nU3VXko_8C6^c@6oF98(Yy^pHrh*v))?tGm}BU8ZeLrJg*; zeisGybY!U(R&S1SUh+4hK>OijjXw6PGU+>ZgfoSBa+XWzz0aN`JVmq0H>~KdbM4;4 zE*F>DN(zOmc1bQdG~?Lv(B~CN4Gh|ipWd|l^E)rbpF0w!h!&GubYZyn20|rrNU~D`RhaHNCheJL~>K z*H;zp%T1QGByCjlUf@6F+Q%z@?s_V{IOaDwxw|-P^>&TkHYbV70O{CjX@5@FHf7g$ zxf&ccho|1SS1W#pL$?3chOXl#oS(Kmm$aE~p5Y-aqRldSVZOcoLD^qx_cFP(__9cE z6FYi+(L(P9p1XFG3v)Zf9l8K|H5q9*F{UaUi!Vi z)e^g4{$eiIdD^op-=!S+uzaQdBT4U7i@A5Mdb1+jPCGZJL~oj|zj@`UsLQc?cbRYd z`Q!3*$HhmRUae63z9TqY%s2ALwU&ju^wbR}eJd93=g_-wBx70sJ7){kdCUejpO=c4){cZ*%)nPC?n{dTQd7nf~c`d9SaK9!Z6_qk+mHvc(n(fdB*s&K?3=Q+%O zLe0Yv0zoR3H2)`(s|+;RM-~zjnIu7viHQ%lH56N{cxr z8pT~=FKi_k`f}xhYT4_zpI(=UIR2q1bX`J;Y_iiV1yTl74QP>f2^8A!VD|W{v+3`(H3e z*+tm>4xBcZMdQZO9ZwaFU%s@f^(*)P_wV;t=>s}x5@|XwC6}d!=H3ptQ{;R8iqo&D zyTsNd&c0Q$BY#iH(ygJ_mOWd)^ZeA6OT8Kl&-{v!p7&wr(le!d^`;)?JuP}ief5@| z*%rUw9aQWQRo&itmUGe6#0L^@PWl$#PI*zGSF`ZBgx!-acOln3J))OyX(l z;|h=Slk496dezOb<-=Upho4m6UE87cRg3S+6>_(!rt zVXm9BmE^52Z5$HwMD=g$D3*!sh&&0UaG>PxqD`Pfq z%a&({g!<>JWZ0X9iKtvSeqm=s&E}YYA(0wW!z9)El||b%4>Bj4-g`G?)$BW$T6umM zPB;|GW8^bO-Ka79$c={~`|id33uxwV$bXO~b=~mH1pBCa=Yw``d-y3=>U-9T!x0mL zT)TuMmNNGDzFzmCX>ONq`qWidqN+Uaq|LDMJ}jPLn_)WjrCy_IT zczvo%<@oMJTNbG-d1Y6WdB=I)!u2zkP1~w+EOXPEUCSPNJ!1TN`=0psz!$xt?=IWc z?GJv;6ED5~EN83coVkxJZDxBrmY+Fr*d*#h$GaOgzG}|p6A#?Gx>rlke6?QWCdHQB zXk)F0KD3-Qgzv(B{>xv!PFu5f%d%s~Hm~fIKT*>iBX`;Q3}=j! zP;7ck2LaNT{OIHRCk@}|Z?(J${9^%vS&NlX3iTNvB(=iu5mbLUH(_G?*x zGSxhA*u6asbh74^R%k*7k@FzwIXQ zPmKB4G2fu+mrNX9vIZ54ic5R=WN@1AE<9i=GAr)Ux~E4uQck9;UjB69{)PJ&-7ghu zEa$haeb@i$r3X{8wD1aN`I0TO=Kf53Hv4Ae-@oVO>zOK;<|;0m<=VPBOK*Pol7P~< zC)?7bZf;up(re!BJqkQeSLUr^kKVIEjYn~3u9v;U;TFZ5r7I+zrq*1)XPWA$(Gq6D zdwoMv>e8i^E1t4O{*>6I-`M;9v-7zLD;hs5oY=cmg*Q5@ZRtwRVD%|kM;cGbd5U|h zCho|)CAn<2!{^1#3s(!K)NTr`FnxH%<>E<$0%2|Ydr2?Wd=y)`HP}~EME~BDOt~rE z%;MX=OZ-}Y@tg9Q3x#=3`=%M6oci?5siZXRgBK>RGPUo2KhvViSSNn3b^P|Pi#5OQ zS=8;kP}_3(i8%Hn;vCCrE@-?CY%St;rJ| zY1FM6d&6dV_tj0Y)0F1zTJ}4v?vhTlG1ux@dO}Y6oRadl(tdoM_UF2KeQBr0f3;*; zkBQ4R>A#ut&2$bwu#rj_K2`5d3xvzdnvnJ&NH1_ zv+t+U?mZhPCQ9VHY))4*P1KakuiP^6w)iUFdFh7Y2YBQRd;W=g+pnbsq5@Hd`4~O+F3e>&FvdYXMH{?gM7!PW&c3y6D`7r&Z^F_1k8=+{`fd^ts=32=YGgGt z*XrdC9FcznmRxkKuW0mLn^2I>aY=MT%CncH=B{C{pC+Aq=`m~Kl?1*u`_3+XRx_V- zcXq4$($BsBd~R;oy2wMSeb&;sZ*}ADOfKoXmc3-BieIM3l@+a%*kbj)t+wkp&OhjD z?wWq>k@BlQVZY+jD(+iyd$p1(?XYy>mHxFJLm-ENUZsPymy5I8X>EI`I z&W~>Jo;{dbE?m{V<=e}@4SRlQPF1i~{8TypUjF60@M;G3Je}PCOrS=9?#o;5vsf4y zw({UB0xbv(1HrmqE{P?H@an%9G8nWqJhEKGRpein&Ri2_&PE1DMS*4?v5XU|c-%Za zIIJR76ld%>GV9%`C7$}p{{AeYcfteu_4oZ)pug|5_lF6^e;DQJCm)Z#JNZmXn}P3@ z$`!BnmA(%ze_j3l&(H6N?HTqoyqByhxqfZOy5&61pIh<@Xa8RITIX5Kd@uSx!L(^xX+@!e-RYC7*u((6gDm%6_2-KZrKzx&MJ z)Q6rOfj{THn2~Jp*F}k|&*;ddL-(&VF0{Qj@s3)KIhUcKEBB2(kVIaX|sBf>~e{36H8wFbV{-2RP2a&5O}xr%be$)%I-1N z$(-|->ljY^Ts%)<1z(9*>28TxoLOI%&HU=CZkraB6cZuIc|CqrzzdtMMQ^PZ7ClXB zsgX)o+2qC%sAQM3^VcaIfAPxaGKb$*u%^3gEn!z{d3k&FBKBGl^~)F6&QVNj*{*fh z>E&L5!whUoC!TjTy;PFB@#=}sT0%ng=H@+4JnoOVZ>!#B3r@OSa_31$prXvAnV*yn z7pVG&wPhc1ZEMsh3-bE4`O^ znsmocat@bF{4I^U>jO&OFf~40UttvV)kkFG*&lLC!;`EJ-i(&qxcTshQ^!x2O_|?U zaC(+uZ6vdr!Ahmhm2FWz##e54+y32~Uj184a@V%?l}ly&3f3hp>zwso=djDuFL$SO zPdip@)Vn_TcZbkh?R^`z*QI`57~5Q1Ys=hixJPew9RIz9A7AaY4gQxaR(T&~(oowQ zXj2gSB5m1^*N?S=B($e&6g;i+H_6}-lUr`7LDAHCA6N2=CoY#<7h3Yz@2pv<&SSSD zyOf#jA4(n4x^ylm(Ys;Rg3HDk{uZ_Y&z5ipJ48Q~Y;Zg)V*2G8*Sy3V*;7kC-0V16 zq9|GF;=^;%_Tvi6Qx{a^3^~8NQ|K^Rw8YEW`f1dXMX_c=0#TwDCE6Z6ow{{PUxm`^ zXEw1ZFOxauPg*B;$H|~~>GW$4{caxFYunV+FTtl%xz6@v?!=`9-Q9hLzB3OS{N=d& zZ|XL~nkN6ynx69+9p_leO{Owmy2+7h=j=SmLA|)ltHSa4XA93yd0+YH;98eg zLO+{th_>IcP5PJPg{mpdn#wOBo3se2i-n15Y1??=w6 zSM!!Uee?5G>6bI*^Yd2LHT?T*8tYPBC);WB^pI5CF1ZVGkEAxVT|cya+N`t9r8*vI zN_#X_@99~2oGrI+*yk7#b^KG!_9u~=N;efxPF(W4@#dv=E^RsT*exl^4uu0lH0woKkME3FY%7Q5;eAn>KQfK*B!F{a6(wC&PB|wavh_+ zLVNkkb!m5w`Z}#pdtzO||6ch2-97rw>p~x`I?ldhF8>kBNz?1XX4$>@BRl_pm{8ZY zMFAQ=nBv*g?k@hy@s`VR<<_qy`^0&-yjQ-=H$n40n}+ERJ^kNWANi7H^dS?zO24>% z`>--FH1Ojqv2BPfu{}#tbA9tuQgh(NHl);E8qQrI6Dn#~eyMD7$?OYTrnGN!{iWdP zz1@G7S#IK{nZDa*-i<6Xzv;H+bxQfH9OIjuyEo@HN7XED%D>X(A5zoZB(+2%#MSkP zcvqLdi>oWE;Qf#<^LPHSIKOp z1?fi0H**#wr1;c2Z7&Y9i``V5rm*_ ziKnG!Hq{-lOAvMIbvSlLvT}>nUgpJ9-yNOhvL-?HR4T8AiGfx2vQKTzzZB`GhwU>&=d$rkIrw>DEHrz)DNO_ZIZ##LK`9DGk9UkaDazj$bZRG&)Q z<-N1ozU|#p+c437S*viA$y>fJ!7ajp5fZ_V1T96b3!UVWeEekThJc<2cA>8sXFtdh z`Y0Rxw7}%y(sqlvOm|nSOsTl!&0qZM<^t!a7|$yg&p-T9Y`9e{3E3MYwnxm_D`OdVKXK#)q-m78}US_g3ymQ&qTE|KcKdaf* ztm^a6uei8PXY%uBKZ~EKX?@{-xngpBxYC4EoBkH5JYu=jz4Mv3#MWsu=j~AYe(Lvz z8Pf~jJ$)eLsk^EpduLbidY1)->y&=ls$%u9d0jGpt`Y}@KxZAPW~%lCC(DgJV5?e~w@-W%`waOHU3iOi1h zjs0~eGVH#oPMYz11Alk(@`6u)JL>MZe824f%;wEr<=QXCccvEH;Fk#Q`L^Y}&AZoq zDITJ0gA^afN&lFhm3rqjPuNF>ze$RJ=g6g8`4{5;^F{cF`z}?Nr{%`Z-nR6$zU))! zrSs($-8Z?s{^j-^mEo!7yRK&POn+*4_>9@5!yOwBTUM_rGVgxLdPhcL>FxBLi_c|L zMosVE)qPz4MZaHSO-tbS|AoyTFV5c}z059E#LVo{{MB_g_t?H&zQ2I|k7(%Z!o!iu zf9GC&C7I8W=YQeU;lqly%_}#Y|6d}rykB~cC9D3!)fulVrLSK}UexUOF=OW2b^qT zx#P|Y{^uKSI|l2E^)3qTyK|%b9*@RS+i9uFoL@cPZB%-9Md+UWx&3U13Z3h8whLx3 ztmXZY`zq%8wN3xTqH2U2j?DUSz0+!uSk{uTYdz~fSGdpEbwo64(b5vNBXicLmQ1rg zc(a60eBN~~o^_3-_k6UMXP)KUl`!kt(gw4N3u^qgUOC>j%~;O<_S*t)8;uu^iu_#F z6J9yaVn1q|aiRHJ<%LwaE%%#C_)k?`Sivs)WdSGutS<`|vCDp1pvhn5$hw!~!BVA) zR*pE;rfioFR)Tv1S@OjW8Vc@-WqB`j@T*eAehxd0rv8oxkClEb;jmL}$`rh#)pWk| z0iR$^AWOX1!C0jqyEyh~Hofn7P_6XCQS^$?tHfKK`@JUwd4FuOn`|}FEY@R=z$LZL zBa#b?Glic24%~44LeZ|ium@S&CM}y-Rj$%Um=F7R5Bcksh!rT{&ONySI?!{-W}E$=?fSMh53>%67$ zUIw4abNA0*=I(zXIk%sCZM|@{OuB^W*=NhM{BjFdPh#7C^uZbLyPeYuKV~hxbx_Pe zUhMJ#v0bISrBbG=XP!%}D^L7 zYNxw#l1Y*DG$!3@@0-yYzb`r6Ts%!hWY@-EuSR*xKZhPN{Ab!|xAiEHTK5Kdo~3A5(mo@7|CA znbSsIToXe#_^3YKx5KRJPViKw8)r6r*ILAwlbG@ONqFJ%NV9O46vNX|dg9fu4wg=Q zx!QyM!r2QCR~vj;f82?=^UI^v?-O3^6r0Nscl1JJ@RHAGmLB33Y`eSBtu+3#g}wbj zgPnG_cn!;-tX_PcJ|#_J6-1Pne#8%=0A6vcw3m= z-=OS;XxHYMbG}|~skpV^>}u8Hx5QIEh~{Z@w=LDxzWh#~)nKdRt_#A-o=;`U#d4?G zIl7wqp8mKhz_W8Y?_u6~mlmwvX;b>Zt`_SwZ>xkPqJe#(0D?uZ&s@LAoIcD7?~ZEh#L z_TB7?$>Cpj`qb&S%Y_wtl5{-&9hdwTv(byaK-&5K)JfN$RVKCF_SzaRq`NRhX_nuS z%~$y@?HAkbboN@Mr)THWpGO{9uCo-m6X;W#B(y%=;!BYUGl%h(CziE3x2yTR6%FG7w(4@7IQmYlI*4l-jIGN z^YZcXzjr4meHStPVj6U2{%a-+=Pd7=3qKxQ*!VGrBfltlhj4z{j&)*(OSA;%sjgN` zX}!2TNJ3q>^QK44Au-lvfnQ$wD9KG!&|9DyWIe6Jbk$tZ8Rs^r&hk2OVv_^Uu01z1 zDij6hPjv`x5UaiS(Id@nQde3^f4;Cm?Tfpm`(ABOeqa>a=p8A$!<(V}_Yxky`(8`- z#7_9c*R`bT&54yWKXewTP2_qQ>-1F4YL3PBmc8x??^Tb!I;i@=j&WZ<$7er1M|pt@ z>@UUsEcSlU&iYHR?e**Q=^xlx{skU--9G(8Kj)vvE`D$ORDVon`X_R?!@IAg#!Z3$ z=Nq1WUIFX*qHk*Yo~(Xzrd?c2N#%c~;(ylZY5h|2KPEBk^U(^8t9i1T>8I4;w0@EL z|I$hS1C>svA8FsGxgcNgWT{onhuchl_!>*~YCcpm{jrOU?d6dFz3_lufOm1^hwbwP zZu<+d2Hk(V`&*jB<-bePLY6<67FV9}>e8LI71^r}7vFR}=Pg^&_3Wc+wC)GKKP6Y^ zOPJ|Lrbd5$wJ_qS&e_!$7;T)l7M$G1Rd`8PG_<$k{Q*Z%x8?eXR{t zt>!z={!ypSt$1%*G1vTu5ykGin;O&Ni#~Hd6#tPr;nJ({yvWO+m%ZZSGKoJMVOf>a zJuz%gOhk#d-dVvZr`AP2ZpnK6uDY~1{qeJ(i}>I8PW5%y|FB}`qUm3>#MbezHaThL ztrGg(ZpBB_j@CtLy!pm$QCc4-&DOprcy}SAdC>mcrTfoHmhF5yf8PFu+kGo|qcZlg zuUGxDeM>R_t&48w1Mcg#^Oe89eYJ}7xBi7{?zjc<+q0R?6O1E&%C2>5(aAf;cp&=g zBZZsA;k6b|JlhLqgz4V%I>_*|a^f}X)e-V}D?PtXp3;$}U*~_`Z^PUr->stdx%}V0 z#pzG-y)bPyLznEXs>_c>*dr7FzgV5{L@6(~TFTvTdq}}=*E6>5$}cak6?Iwtx;w(c zGs#mZdwthZ)s4dccCBr?+^dzZICWh@sQc8CqDg-D;TlSR_-nF(A#CDZE;`XwDsKxtJNF#M0Y)n)13C*dt;49*V8)9Y3xrU>=ciG%Cwx; zE`8TtY4`s{PyT67`n}%!o&4lG_If-2uY2>4ebeu*H~-ux{pODA+VS#-z_-iq<-GRo zwQ$zl*He4NB!5xbHRsw?`>B6suT+pfFnP+f^TA2`TwZ~UFcY~XnvtgqP9u&y>8EM3Voa04UWn!=A0Y)&-LGVwv7I)btl_FZ;jb_si2iey0BU z#n}_{A?S{6{O<3XZxvSBUnrJeTGL?HrEuq9j`p^TpRHp0-@cvuQA7*GC?wLO$cav^o?j%n$4SVjt49&*>7>?h6QZc#7AuvJ0US;+j+v@n| zcm96N{%+lHeMWjk;;zuSv(rv)Dv6&lDSYRq*mTv9ZC7;HRk&L0dblgAbNZ4QVtpTW z7S;0hC_d*{8lLMu!%ly-#9Hqrxd-C4<%hSi9F&$^CtH4b|1oom!zX6Seib`>>ECy2 z_n)(+gm`9FX*EY_ zJV)Ut_r(}lO&=8(F6OZgsBHUbb$LbMzeAsrpBNZsS#Og{-ZA~}?A5M$>-1YrafjM% zKU45jq3Yn&pc#Ubr~FTCOAGvZB`r{+ZClQ}fLST0mKU;y2fsM5)kJThX(wBWQO|s_ zP3OF8t&2`)Zh7d&<-6nLg(YFRS+_P6+U*V0H(4(>ec|sZM^@Yk41QO-&QN;mvgG|Q zW;|=XBxR~T-%&rcWLitoIkhF(>;8N8{;IOq+MwRbeqx)M^6?K-7R@>JLvfL2v-^>^ zhJPjZL~XKIIbr%v&#RM9%{SN*!q3BFzxmiqm3j6o+LKD=di{%MpKfMbxbJM#iOJ`m z^}QF{F~v2SGiX8Ia?LNv3rrgwmDUPrZvEX6bb6sMca(nHJoVgHaZ=6|_x#Lna<{Eq zT>JmYuS=Jf-Vg}lUy*nush6$)_ncoEe-zS|Jh1Yr3G1FX)x~EC-{h)O+J~8)o0+wF zE+4D^=)JN}Vg3>A9;1*=>S15!D_uL5ufxilFQF$Z>&N?;hc|ELLi6exy`ry+=eRLW z)}3*{x-I46I*XXreG3-q?GV#l%a&>_ALf0iU-aCCyd7%OPv6h#Evg>f({8JrWGEPnw(jHo-^-8uvY|M7qttYG%=S& zVzz(=Bag&{+zmOE$9p_BF(gJ7=_V>{5j=ls^PdfEzfBHgI?sMr;%{|X?e6a0+g5qA zmSoOew4gYRib^NZ& zmf5@puXv6v7SoiF;cwMhCDY>(sJZe;a$`tPXM|Hw5Z7tL(<@{`mOcGjSOgGVzMbPNoy8MxT_kY}U4z2s)N@Q{_=6$N#8*+AqmvFjC$eY*`m5a%QJH7#xtVc z$!hD)S*R_Ii1@bJ%R*%g6Iw;+C6l z^aM`{YFa$?Rb3u@vhkUr@YRc_qKpD;m7R-%7?0+CcU9s0Y39ehw#O{Y;PeVLsSRbN z(YJ3i_eh=1n`hX)tWHUkyC_-A-DaAHYpST7k(8eHrqxq+<{W(EtRpnJ$m56g2KUR? zgZdU~wNGVvly@@Zgq2%q``&ww%hey)JlfEE^Uu9Nx7>F^p~}-%b%m|CRdCF@&WTTr z-Dk@@vnv-uw@kd)cXW-(B{jES8+taZGcxZsa0y_ZHs_J$Obi#!eHHB4sX9j+CS+IEX;^q7|BcJOj@*GsGWZM><>CU_L z!nxKZM%x1S1$LV)Jdhl&v*wf{Yio{5_lm}E>-zk(*YN1Bx#DDe_TAAJZQ-&hYnPV2 zO4(9!#rg$z$D5feW>;q~k;{?#86q&zS%Bw<-Gx-#n_s zzWC|mtQaoOE{Oe-VLg!FTJ{@6KqSc|!kyGq-d};tHeaFB`%(#a>(2cke**?ek2PA}0cO zZENehV5rm0w#(}G+P@KHCu-g}ZQAo9tHvny_-aA1X{jD*%F3K=k2#9jPPVJ57=%14 zy1rt&hCw2u?=z3@EIuVp0kfQuh@D=Ghh#&XQi0!?zVZJ=M%3yDE!55;U4>Mkyib@4?lj+T)b-e^2zd{=CLl5 zPh7vNB(r8gXL+;u1@516wSr9Z(kGlf=H2pJKQ&}N`{$n(I~(E|za2K~Kl{Ag>Tc_s zc-0T##<%88TQ@&Qv z{mmDzO~{$3JTcSKBDK@=d!S|5Ar)0>{=MICfz(x?|r7;I+*chMSZwW zJ-_OV`*M>_K;{3ue*xb67u!GDl`Q=+^zwXDaqBg9@jhOL{`_x0#zc(1~uZrZIrL_9&^QrNF)4ZN+os-y}Cb2eQVPkj4v`*c}7o+rS zUcG(!>OJ?22-&qyH)~(~;qphqG}dEJK#&EK{O8LKOLdHmd=^U{j&gdv=f@IXm93q> z<=tf`lxyxio3=Xb^^XJX2dnn6*Y;k`QPz{(6Q!Q28FJPvH9z(3pYQE&pFO*Debb%m z8}v0=ZtCQnXZHHtk%~0VUYVM9t*fQb-}JrX zVqWHWWwy6ch95RM9TMbUC=#|~;rYp3eWzE&OZ6u#yC=)1aI#@!sml@V?sqrBZsS8Ci3e z9<#hv#y>NCW$wIPX)DFgS4uH#ST2&lY!Jb9ga1K-m_*!ytR*4`LVtQO#$27jz*9c) z=Zd;%^PbFJ{xWHF4@ww6oN{{LvvH+)LGaD#<{!l$eq1~C=#Izvt96e3 ztxw;0<2Tn)yBX$I(UCpUe=|}I^Gfzbym|cGu&O-OFz?IcsYiEQtnNN)7p_qj|M2u* zRS_Ew)_DD}4`-b=z8Be7^WTQ6E@aIE_0}YN{hFVtohh~_tb5~Ln=H>%p6Bl%9_bzy z7ACe~jGLx^|gb$>Oy+J=->#*wtHx;?1>pUzjQZ2|H7c1zCM zbeDH={KfSb6{|lcIZYQfer|C2xV6fjwNJ$@E`BelytG(eh&NGu%el+*U;Q_7|G(mY z__x6H+37jQWmd0}KA4~`|HB|6`@!NsyH$r)G)hK4zj?`W+oIIItIrQ#cJuxyn7W>4Mbt3-@xIGQHwt_DadxjqjF!bIF7`Qgdw&$@a4Rmrml%5nbMRQPgM4C&e;V zx2oJNY|71MQQd)|^R_K}EECxFE#IM9|7&{2{Z7-GskY9$8)I3w@#Zvt%h5@CciJF7 zVfM#;zWH;Lt-UthWt->1o^ZU?`IUl@am%KHU}4_Ltu_hISf2~_rgm?bmz;Ti^M|B7fPRgc6RPV+URsNXRlSUYt;(D#wy`W)*&N}t@!Pa{XXdmt?p!jNQ}18sY3Hcg z7q5!L>x09;pJ{Q>JHoK0^jXZef8X9(|9&$6|GodL4-8}4c4W;q3cosM*~z{D-n^pl z?Q3&xUgeE^tf$Z6ZI*L;>UExI+klL1hl|@ZJQH}n>pncSERXZ*!^-Q^^99aLDPAx0 zJK%bY^1|7PYZ%k&=F1lqEtY$+_N~OMoDS#26ROwCPINPDUuLm6>>989mj1+ti*5=1 zl3b$2aya%p=gkLUj@Q;Y|8_Vr`_SFZTc6*#bmF+=C2I|FRUU&oIr>@;xt!w_{3nOr zy>wTd=kCN8dWUzcf1PfYDcu&Z*Jtu64d?v^-R}b30$kU*EjqPQAy<{nuv4)p^Iw9XjuESd5p?U`>`ZFctVm3)=A74z7#`t-a$ zdCF}s`t8Dh>O^gg+##7~(yu=-`f_p~+0}G>`9@*8pG(#<>OXRnh);Ma_gPqj#8Mov;Y>XOY=Qnd5rSqr(gi>>bJ+mf}lQ=(sA`S#Se+9c{|@_CEc z2Z~-#xlh++vrbK&vEp>rtgd&N!jbc~*+jg(a9_RU!v4J`l@sjy3@ra|wulD>?4 z#_iBYfrlnVeCOEg7_)oEx|VdF#IEAQpI9Z9y|TKPd0I(3vqtt<@g9Y$t&=8f@Vwj4 z!hIci+41mAejpcz;vi)*jVPdpM>N+jUrgrubQH zeWYo6sZ^Zh5@hG0S_0Z|!3Cd-3KkWWqB|GPk~3-?;FmyU|~N0BGV-%Yxit^c{BNh=#hWNPQ6^yyA%{%@>)IeI1Vp){X=N4Mrdih+D+M_=U@MWO24HqH=i(IVPIH~cY_|G zZNjObWAn({o=0fr4q~)pQEH-7QEFl~XaX;^I59mHvesyB*zI89aEbr23O6@&Ua#uD zqOHa0C@vtt6!p%Dw}R7Y>-3VFGKWs3iIJDpq%PEEL5yzg(`^Y4Gpm7jb6|L+g(hQ~i9Ep*(xscTi{;+I>J ziq8gYUbQ+pE$h@(-d6wO%b`{|>&h z#1qxxQ=8U5zEj{|v|_pS)tMG|OSMjJP<)vBZmq$|yJ2n0t&_I7I6Am)&Y8zubgU@K ze?sGaU-Q!MEY6uKRx*dGawY_}_41^?+wso8M0Fl(Ska!NM&YL?+*%j0ZDN>5czOC1Pk-N&ncLeo@ZL`KxN%TG^P1NozcvT6(D?B9 z+cT0Zws^VB6o)OU!;loJ z%=tD>?d;axCc|{)Y^IH2dW)Sr3uCUHl~y@AVbUv?Z~@sDYCa{)Pj6Z|io|q@I2CK)A%{{ zzG?vbq+_A!6XHvqD>!u>dmb>EdQE1z@?NeY_S{8*xMSK*??Z1X{P{E`%R+I<1&zld zaq6p9y)5BaY$=req)zARol61kS5|t9?ELPxD$*`tDXXc)u~VI&ByYX-&(v}JUU56< zzE0JJd+Hyibr>)@A5%@qj5IqRb=ihRdwY*()U_oqn0H?*ar$`V;NsP77Fit!c-X_A zzYQ{1KHT6H>(#^RU+MdO)z5e&lOjX2G2D*7bN~B z_-skuMfR?n_gR8xr#(6U&DXo+UGUt(^#|(|9?!CPetL4%v5>o(v-zHH(o<^Q5jNrd z!If_`wzppiY*v{qJZ+iO;Zo!^7_w4z?y30?>rZ2SOTmI{`XZERU73=c~ ztk!tF2xByOBVs%Mp8Ul%EUyE+l6RF{_?$dR<4f9?Z=v^(Et8&iO8v{1>O)_DOqsWE z4wKnq%c|+g+}ob@+>GT4^xIUw>baobk!Ksz7o^FtKmNDjzuu~}kI^^k*+ZMXH@(ow zKOq z<>(93Hfsw}{ubuM|29{49KDsLtSs48kHss$D^ zzDu6mGVyoDl9x(afxiMK+HnOuX3^kqlV{Wv?s!|``RZudr=88;idgq8>pr9V=1}gN zqw7;j``^jdPh7me@PhUcOBRpi%w{rDUmt1jF!_{hUUy7nndaHWKls86rk=Xgmv7K) zt|2y+J^zvJ`j+}fxqFNA3TBcG$#312P*@E6v}=8^oBH{N9{GmVXXyqEZREnxMUWF~&dLCEP)fLC6yo7(g=rYYCV z=J@bUW}ZCr;TcZVwU2o9uSBnnS{)X+>L9nPlxb%7qHDL8>)ZW!((GUNPx$YuAGd$= z>@=M2a{K4GIeWjwUEg~xF8l50>HqhX3LiN9WAcG>6;(S$%PqEPN{JDC52YFt zJReR>y>y!OnttT1N-z7>+*d?HG&{4{)|MRGkaPJ&)(4I|@l&Fj{SRzEpmbqIzg^}W z(@6*4Et&b!Z+Xt+IkA_g`W*Mq-r>EV%#}y#8s`-4b)v61)YZ=#^1eQ~!lAMKlVRGi z<(m#VFSAWaQJ-9P_Cv_A3jzW+;$}r0-pizSQt`uqpidRIj3k`fyxLYS`#i_9K2K=J zdWo5Bzcu_Xaqaj%Tl2D=Lc+Dy!xx(ZCCqrWxA5e??#wBO@Ru=LHf=GNyLCu?$b+N* z-LL=KGsiE+E%iy0R^3A8)kdfK*WP&6%zgW%RCUa*wD6MBnPNg5DOS1B{qx@`W*&Os z-9J-(rzE4G*o_H?j~cZZZfnpw&$GHPo3ouGLvpKO)V0rX748Ye6C1eJoYnE$(KgjO z_`rOFH+FyLJZ63799#HoMv3Y6WSk9hok7kgHj>3H~( zHA|+ixMwC4e^fDZ?xvY0x74jfss?2Up;XYm5kZ%|G_%N_0;DE8=r9G>6E^c0P`}Lupm7$?_Sx2HzNV?8{@@D_poy#ka z^gE`1H2i+BH()f-Fh`)caMZ~B{IPMN_97D`s=D&Nj#TQhmvmP;gcGNb( z=&sJzrTQ@o0pa0Kt? zNSnv5s^>WG?A@{@qvBiHu`OFJEz2#xvE|D;=ScZu?n@M(v+faA-aWgxXRE5j)!42( z@`sPt?vS6KAe??IbbZHjCcCFc(`shvZu3yQ^5NzjPhH)$yWKqc zdc;Q`K!cVgEadJ>sW%-(OHw+vBSq z@Lc5cl6hV%>~8*nNh|(w+V5)(zxK$oW_I0!H(*} zJ73+bgZ9^?rN2FH=lkXEV%(r~$i7*7nZ|)dYRjsB&X~AyruM8o6J}LS+PXPIdSY&P z=s&0FllQFc`gdZ<=4D@m@=Xthny>4!mVOy^`_kjK;=1m6pHd}H@-KItYk&Rw=a__h zhv(J5`#UN2RAHUW0cE=>55sK)@4hrVRvkO#%HPSti`z`s^sDXMWH+nt^~uG%QcqRp zZ7h1JblREkVeib&DS7@;E$@TGH`>`wKKxU8<&?xy^{+W$adEX9zbp|oKa_Uq0JF)V zqsQK)RqH)Jk!>GdclKuGx|5;x&ZWM=Q&+F5;k&xNcpuyThtX2}EE}e!zTDozXR&34 z`qq~D z+Ch_+FD&HKefM#7m)ot!VS8pz(Vfb7c8{*ymL&dDB9pg{YbWKF45)J@SH zF^`M>zGgh%X<75xw`MudalMKoQ={|aFZ`Id^TD&(%{&*FMZ?Gk(9wX%F}MU-utP{K~cP z;i5Ko*)0NRgqq}1eioE<2YtGb(Vcn3ddGL!DW4;?YSRe}P754Z$zI^AZGG*`4iEB4KvN2{_@$Bciqi$*C+{eqFm6>n0I@2SY=4OAiS9Qku z^ckBk%d9W5JN(srMrD1fPD@b=D>+TOASG(k=Byl-EMz*3Z3{JM{`B?mpt! zUpnvk52ok(g?~j|Ld^E{l@QRCr_13g zJGPsPU)5(fw~pV>SM*l*&WWp646dize%uk$Yklv)+1IDD{QfVRwRuOKCwEKJ64q49 zoBN;q=Wmf(asRZ}oAy7~RvcjG3;Q^EA(OO4m{C}$jQQtn8NMKc0Z^itQ5Sb zg^7cK!ATT(7!bXUVM<_-4&257pCsd+lb@6d>a9W=8E2z76Qr-s{8#UODI&Smf{)GT z(GgFXM>qUZB0tIUY%895!*fH?1c$<7pKgRL>YkXA#4$x#Kx65YpeQHqEv-(OnbIIQr*dK)uZ~ev7|`wlCg%X>a~@&7s2K{js%9 zXF}vIC7)YhzvMShuEw)Hra3HZXAeG`!0O|j=6AcmL;C8BRYiVl?xeOT?-Km{I|4v>_Q!&)dWlitv3Ju_TBx>$(NtmEn8}9JhM0RaNzU2+=|_H*N$z;{I*=Wy2wM4<2RqR_0g?s zWlxK!c9xZY%SnscvpKu?c;7$C+OU-pFBEb^o%`D!xB2&5{hp*dd86#lp3^56nY5IM zpInrBA^*sXSI?(tNi{$9xw&Ui=T0w^Jf2Lu4eNg_wyxbJ*0he_;iL3l#ridKUp`#5 z=g2Jkw?EHYY{=6OR?@Hg6nu**WqH6;^7p|TWc1G%E?W~9Wy_zAcm%o*M zIe0WIZRt#-9cLY{h9oa94LKbm@#gyu8(rVOK6_u@IyGl!-Z#Na0cIuX6Ph>H&sMs` zr1X0AuIF1lY%7Up&KBX8D;O4bMfn*Gi`MdbV!!kY7{2 z^VREwMQ?A4PLRKz*<+C*UAlV9)OE8}y@Ic-3h4hbrES@=V|9{G*k!gfm#w$1j%lh2+zUtohYPoLe4D+-f z&WCe1``)n?yQu$ep{LRJJEb%IcW-ex&~4DLkXa<;r9rFMO^qHah8Zi}17i0?nC5f* zZI!gYYTN!uQS#oobp;wy{7m~~O1LFeHLf@Qo_;1KYN5rVQjMIPYc|Ka}d*X*ahx99w__v2qtVsERVxkLKyJGOuo=NJx{ z?Avw7!}?*gGZVM`B7Sb28jF+3lYPXspGPqY%P;Kby40Vx;7868kt!X}B@6E{E3JOM zBClcdgb#(kTD;_!`_E!^58msce2(YaCKmte9yTRAxchV#ePgj*Icd7x(GcVQPA*&3 zM+^7gjMe`#YhUwB!|-#jt|}>f553Tfx>VTRHmQoSC$d@67rmMHj+f ztk$ZX>Bl5o>twXxv}tD1lUt=HESLFNF|53}VoiD1Wz)tdLUY^PL|lG0Y24^id7g4# zcL|e5kDOs6^T8?hCl2&Xv<-|^o9UB(lF#&pygRFxLFlvK>Y0HL@`O^q&n-UEZ<+iq zNOArbCGoqx9(_NRqnU0M%)YV7_CI%`!d>rzcFXpMicvfd#CuwtFZ|1izPzSq(IJDj zx$R$WG%Wn-9JpMJt2Nok+I_C|qs9g^0Re@NR&&K~FV9z)Ro4GPl=)$Vj?5Z^l3atR zjbY|J8v-A${2b!4C2=nkcL-1GnnUqfB^()$bVA5L?UmYK8k z&M~#e{4e-jQ$M*Yeb}4UGSy{LpW#+HhgCn5?(zqSyzDFE>B~}_&*!%8)Oq=tW#@{^ zC!V`_=3&#srIu_OUz9H^e9hZ_JoVkdU9w-Me+k#x>s@dAca7Z7C;4aZ?VtTlH1e7J znS1puTB~>M-hFm*TfI>1|DLBxi5VMh)cbv2DX<83eY$t($m|d0(*FX?J_$}VC~54< zkhrzLzVB(yrzIXTm(E3tv+h%VWTd9I;2}p=duib(Q3+8Izo%9lC(bxpvYmdtL9WOx z+3k*aH@6*&+=1oRhut^j9hkJ!s5%Q{~ zCa-#w6vvR_@y;X2cEP53FMsc^%H8%ip8HLL_U#SkNvRWixzFkZKmT^c^s9A5s@}oL zN{uZ+203$|EoEHRI`Qr-!!^f$eMwaDU3RTIoa^!BcYH1;w9M z&RlO36xuTB`?MWxyWW~z*c?*2{`EP&IoFSyDyub2);CVvu<~GVIJ<4!!KGU9=Ta~4 zZSaZ9`lcs*>+WjSM-erTWtMC1^k4oXXbneoXv66fdW`F)Db_QTzLwoN{p@cG#r5As zC9MUP$^ZHE;{4;kNB-w^D?Sm5zI5!F+s4DMXU>0GwEo?L)fKvBb7NA&-s-MPn-HNI z{6a=A;H;^~`WWpwiLC`~yc!{TW=}-c8OLrDY+XLVXj15@y}Qo8J>M1iY;w$@^MarG z)}?PhrT5Js*TYiH*;weqZ-%1gzsy!K4sqLFDLna}dzo4AP3TU+j)^UDYwXgr#BZ;D zvwV+ndt;ID_7!)Itd(qkUbG{T@4NT+**RK!1i7SNtt-3br8~Xkx9xwp;3wOKgVmMuz5GA(7EJhgHuT8r2*-W*E?-cI+rG1S()oE&vNgi> z4o{_jK8y4VO6x3a<)5|i>YHyBEjw#>W_9OWJ^yEQ!(KkQg!!kW_`Te-&G-v-LfMZj zR+JO#cbg>kb%)f^#>m&MDN9zKdL$q(rXe3TrH3!;{>UDZU!{J#L&ffA)7qtav#ruBBilOPJx$iiefrzwr~-eV%$`}=t_rpj zOfs4${QcE^-gWby^zskwKNP1{{XER4wfOX#1wRCr?fSWH@dtO=l2*(A$&wNiKgo6; zlAmAVygfQ1wQ`ro%K1w;vTK{{SAJUjr)8#rZG$koy=L6Cy{G3F1+4V^yfWof-h}+$ zMsX%j)_8roFzLZ#$$vc;E~h(YF4mv$=gQ%k*7YUF{x(LGYnb-hm``;}x#w%II6*t- zQu~$)2FU`UzQkqEf3jNF&)YwtaNU&JwnOoA?rgYzwYzxfR!M;wwidE~gz9&8>^~CU zC>eY&a_g@{iVeYQx~krpcbxJ18}G*b;Xk&V zT5e&;$$j=L(`zR2uNQs!oL<^2{k61N{l}V9{huwDo!+c*(q7;K_s?vfrz`mnKZ;)X zPtrNASs?Czfrs!{L5AJhHXZX_Z5QlPmXo>Ad-u^A?v-&HL~pE?tSg-VW=~Gq^N5sB z2c0T+TwU!t>AUu?M>ig`e0_Ieh5al4zPB^%KD78R?Z2^9GAe*Q;H<>67ksTHi?tWH zE`C&Oc~v`f+fn@vk@B{~hCAko8Q!1mmZ>T_p|yj{Q&j)z#UR%`i<~U_%NS$(ersQP zcRKCP^p5_pW$&gx+&5?1;#eiSn2GyE7dSmp5V^QT%HadsyLpRQQ;z26eqFufjlFaB z@yyz$n4?EIvn-s?UNv35a_g>dCb?_k>Sx_r?XA1~<*n(4b&UHvUr$XrT*~~Tps7q& zV@C$>)nMM8Kcy=k8D3w;_ey1w?#abDobR|&ygzJr*v8T>_AhOcck!Q1nlrU7UU!}C zb8e&h_DN0uJai@Q-OF0(dEu-7rC!tg3Ex@XuCw&N7xsGf7Ivezxm&NQy*OZT*Tj*1 z_31UK+h!GuC|h}N7Y&$sG-&rf8Chko3+)DPlvAg%)UK(hY?`OBS?$H;^%tI>%HjOw zG;`@Q(O;KX_SOiQ=>D0uMRdQrGuK`H(v4i-U3?#`lr-Aba62rEef#Z9ms<4;9y-LIkh}5MrdP9WeNCNa{N?Od)qMX8-;cfAF8t+p`pb6KE%~<= zP51DAqhS4(C4YC&njJY^yHmd$UvPet>JOa>Ywa6txKm!Ae{nuNBGBe{@S6Oh?`->f zIqBc$~R7vc~NbUdFI|LmcPE%diD1+4t_n}du{1P zx9F9*FE^X?Obc4IU@QOHLzkSkY@7DzribP(cfM(hvY$NoDE3?Q+fr}$KKqX%YwM=o zyBi;uWgU^F8Ok>;%A1>i-opA!-Br5UMyADUCdBV3_%@^Ib@%a{9rISqEo;yU(mT*E z%K9^OVc;?QMc+@Hd-Oj2%Gcmcv;KQu-F8_iW^ch{+bt8mDV_PQ*z#Rjg#SX-F2Qxh z!gC&`*}PrOAiKokSKjf>yA7XN@OlQjtl&8R=F9po`5C#(vwoHT;=i-|h1DZ9HQQ!ycKX{~hl$6_|LvU!2MqFSx5= zTIs2tXFt9th+OWecU*O2ze-|?eH!=U+YeKoOFXl(d>Ux>lDS>wx9Bs4xD(So(%$Up z=zdykt^Z6lBIj1Ni~mU#OFf32-aAD^Sa(+S2qbf@pOf$>{@)}SW8b$OOVZW_pE&Jn zBbv^5@@MqJi;p6A8tnhDoHI_-=G32`hIJ2E)h~&b29P2U-=+s%FOm-C(f2EHv`8}=`g@>a3vn7Cc!0%wuJy5-E4taI|h18(it z6jgJ2p;vMAZpK~a^LxcN)XLkuh-3LxTf$tIzvQ=P^K!|Cp4%@KHFK?1RvmhFv|%O- zhs@M@?m^Ol2c})=X8Fo=Q);?`!oKFtgGbajVy4xoEvPBFveMJyf$7mz7S*P_hq)hC zyS^x&dU#bwYWELKovmH+)uon;M7V4&t-7YLfZO{mr(IRknyu=mue@9k<5$DDNz}2V zHI~cFujfI?(W!eCJ}#3{HaecjA>Qzt{h_>K%0h!rzAVALD+8F7gZI6f^(l1v%hiii znR6O*{<^UBWpp}hIaOHxVeW#&#Zvzk@SJQ7Iaz+vV6TW?iTS#+3%U=hH_Wqo`a8{^ zbLG)hKT_0RZeF`UBjZ*}_1*tPvx@U3+00(G?WB+5znecSHnEF~cf7wk>GdCu7_N7F zPGnqNACUc)#h&B8=ZC{Pc7J2JdHm-@@e^j}`c;1%;k>0V{~)ux-1FtB=aar9WK=iV zZ-39a>&Twl8t=}SDD?z*PMa-S_l4=lMy-$q6U2Y42+*G(RQ_khq5k!O!CoC^8r8}h zUT3MCD{Fba^@@9}=E>vMQ)~7Z#cs;!_5LHIJF!jd#Iz6o+)e)?MU<8ua4zBrOyBre z-?Nl9-oST;f!epO}(ZfixhsG&t5@*ipnb z*h_n9O-F;0(hAp~0?%C^J70BC==If7yzt>cw_iEC#ErRk&zxIi^Q-@h=i_Gk1M;bR zHoGnewOh1%=3e9P^QzD9Ro`r1SNEImf#o!bc@=>tTAy#NnJ@j4RY@ew^;d3I=z*zI z732HXT+rHhT1{x*4~5rHbearxV&~kNcTICpl)G%H69wUS&R>Z?bk5(-nrpUsz?0dXDO^6}|UQYwEp;>y_hk(`T+ZW>6(^ zyJzVaf2Y46GcCpR?3E91n4IT&WYJQltLOe#^mVN}u5c;4`SY_AgO!CRN*#>%{4`TZ&2v-0o7226-*UZrV9wlJzEbi2pX(B-J`c+{ zw;P>HIdy=6q}tH#xzmoo!wNk#aAje zEo17mK5_B?lX)^Te(!x@?Y+GG#Zqw%U7fHr^-u8zKP(U5DYx5nfZ>-x2m6-lJ8nrF zha;B?txIZowd1a7PudHiV;R>czdcqs*FrKcp=nKWv}#YcsMzOt!_O~gteg-kc`_pH zR!8zQrmuD8-QorOqNiq9pW5MBHt(81(c*&Th0`Q;F1#wfyT#B_C+)9+Nai%5we2&v ze-{U(dEUs-Mcqsc3|sJ?r%7n{A4-~ctw>HR10Cdz7=>LLeA`dNQNVVu&Tb-Mx-V*sPj|kD%+jUnvty|Ocqx%Ne+MwT` zn)Sc6_WJhjaW!Z=%3W+-v`gaH|ERpe={aqYy1M;SrtK4qp0>Z=S7HmdWkBWGBb_E; zC%1Gk9e%R&h0;2MisPC*t;@Z%f6qxQ-By>Dw=l?Pu-T;a!FG>YVtb2S5ww+I}~8z?788jLy=@#=a=t0 z#I~iTXhpew2%l85tb=osj!<<`>@Vvks~=|%Jc!RaVgBFLjdSvjrw`SZN$d&^zrb6@ z8P%qD>GS#1mo$y;u6k-Qfrq*D(3)+FmYMLX^BxYc{pPwuv#02}^YbHB-qE5bXWa{5 zsdW9)#x+N-N#@F^EEjz0cVw1<(xk9i!5e~nvoohTPh9rSu2Q=2^p8!eoH}oxxXAw$ zl7$e#jfS^mZ*wKatl2Q(f7eTYcc0cZrvi={-F1`MD6-yCg z-5SBi-XtEgcw4-MZGv>0b?>H}!!~Q>uKP+)KJ0Xj-+5x%#|+yOd+zQB-_e`lKb^aW ziGg7U-c(O$TOCTO_ejjmO)WxB^6+y0^zsw!9UNJK3tri*@DCN%$;=4iY;0qXFWF^% z;J~{aW9#mR7web!OUeIX{HO7FuI{J6L+&N!n~jU#TYkS|IrHz=-^cwK)_x2r;SJj^ z?3i#XlX0J$buMY320Z`hv}mUZ|WmsCKRAdHgmtyLJD5 zr`GZ(yDb84OHRHjajdUscCKdg`7+^KQxj=k#f*T)}$3VALgVJ}{#54M@nZW?n7 z7Mjj{Rpa*~N~&#LOPaROypZ+o!F7tKFF4oD+plw1?ef}H#~M>4@&wX!d!sIy%r)g%+=8d-28cd1dk!z4agHPWApA{4-zT*Q`Xjof2mcDEu;LIliUp zqGOVTa-=H1xuI9-omXPVjJC8FMtx0L&FM2q?QpKo#Wz>NI35?Z7X7n+wogV|bd%QN znWtjd3)ciKxF?_TlSyuoOHZrvG1*z-nLNtoY};oi+-y;ms$DmmPp!QOl-$ofx>zyE zwfa9ex!<3|RocPCz_12yawl|RC`xh!FFcVO4Y(iW`(nF$mXqDQkwo|NojDaU*f4e z8OzMMXwo=aSxP1BjU;E$xJy!p{_5Hpt zTn*MQ44r~6bgYUpun^^1xlFDnBk(Mj^v07*MEh1GdiSrgZCiTu5NCGC?iKETYTOwG zza1~}?rlr1x^QKg?$@S7Hz%{&_=+?)^V~yDPCvQ+9e%#mvbR8C)%h;=z^g_*9!{yw zi`;x<#qE!6o#_(le}vywNf_EWEws^&CN|D@hAG=B?n8IF@6yE`dAIzb=UN_KmFB z^Bzcjo%@d8=iATz&G}5HduExPk+dzoyl(+Vka^T6xQxaHxi#zqG}{oeM{&DP%^>r5}d?jx{`|7ZK}THD5dCxice zJm|TT{m?ocMKSiUr!VGR&@ZhHXuPYZal@G-|Hd32Pw9u|T9@DSW8xLaE1TDQwA6OXmlYOvdjH?YCa-VVRH0^< zeSN=kQ@Y#swk_S;B3qiT{+xNdW$srK%)vheM?lgw`t+N`e553B2pH5BLblrOq9%lK90-C0Ik z3v?D{ZIoyabTM1Vr>-oRtF_4Z=DP{&UQP6f;Xk*^@T}LYDktw*v#eHpwheaFZZ}?a z_LchA2bR6M5my{I)@4sl&(DyS+p_p@uUUx@*G)(5gOlHy_PGai_r6lo?z*+pUt(8Z z#S<+R({$S%qSi4Q2X60((OvDzRnu~5f#Bwr)0UpAn7vtxQ(o({@6vGDD=6;l|`-M3lllyiaWIJ**4Ma+eHe;XwV zRIDp@9kto4<$Ss`$)`UuX7%;#73|F)y0_Rmu6Swu#YMGw&!;(N%frlc+;fIozEhEyA2rC*4}O~r%Vz$bnuMnnIZv={5jruHSfZ{3>J^5W2|S&aO02N$PSNc3AC*sx=+ zdF~z8G6^ZGqi)gR{LXda^Hr}rf60^ccSd5@8;h0a4PwrCbKN_;)PBwjQ=fUubsP_B zUO67j#awK|FI2=oFFWGJLH>vBcPsesW&7(N3YBCt(3sBiqtS8V+6tNXLJ#Zq%bs4g zEbQCQmo~p#mS542dUcnxR^?ju|A@fkoGN>J6Vsa-{;xVyT$VijSEJmQ*s0lW_(Nr$ zknE%5KNoD)JIGZx>Giu6`90iU4wl|}bkP4{vz|@w{Bvxlqi%*D@WSAB2BcomaziUO#We z#>t|g>)y5R+i-%_@L=VK!auui9GNOATVc7hsnX5q{)v?jr^;5ep7DQV9#g@nY4`2v z&E-w4GRJ>j{j>JL(wr;LB)lU(8F>l@7Fb`7F~Z+G4FN8R_8hL z-Z5Qu?DNGh{9qE+SNH9h?BpaX{QuYUBU=_c@YboV+O%=yQpb|cHw%+l*=PT%uDIKJ z|LFVYqUXhpPrUuce{}Vn10L@=*J*5jDwub9^B4PL^LKo3{}KGMB~Nt{pYIJee~C@Z`RC{ zmsYzzzC0&)Qs}|^ry91JnVD|gd~RN8lkU8_zy;q7!b=I!SCBlexO^}QQPI}dI2IC!0Np62i4En=Rp zie!>p{&WAk+MEC2{*!Cbx1yFb9^v2DnZMJ5?|d@xyh+fA0HY z3;*@iMrGtadXl1g{z>R1{r_t#-M+9kS1Bdt@N9WK)BVPq{|Eo?vRszGDg9ZCw)-;9 zr&rUBnIG?%yZDpXzxW^DcXu;Pn7pD+nIXdVpQ-kJ&I*eOM?ak82 zv(By|Xa4qhRV17|6?=EiV~5+%`cBIGr7yfB>h5~h?xBmTZ%DQ8wWPMKg~9v&`e{7b z)}7*(@UcuY5y{o6rkY?RCznk@~ zg1)-W+cO{evXZz%KkN{=xF}e0t(K-#O(^rjd(yMnK8Z>`TxPpvdOv%}&Ydma3eVnm z=oDgmpZJ!%gT;d+Zju4=y~?$Zc@1$IrpyaG*?}LdCA*#!~WHLVwICxanW~s(Bvx@Zrr?} zXBD1X+V`+W!A2)Ul}2Kk!5?xgE`ku`>d?HBXRjA+fhyl$GZsuJNdH2zaHIdvDd|9Q?q52 zXInU{$<5_|O%!IGEIfJd%8A0nZ?CRioO)Jw(W~XwcPnQ48SEE)Z78|dFiwusZBBo_ z%~_ufGYdZ&W*Uji(_DJ-&GwC!eWF}*Q@%+)T)1xQ{lm|!W>;j)c~^E>;$uTWw}rgu zh0LaM&Ncrg$ZmAhEzI-i)=oNh%TqaTSNprCRl8hnWV-c$Y(-dKOW7{tbnR&C8XnwS8a4gS`|KITb-GLuZR_y=Y^1kH%qw)a$myaeN zUY-$^Qls&t+vUa+pO4<#Iv(@SU2M?32|nI@1AI1 zYxD52tS7F%wK%|Z^p(PT zt|zOcOf{ygj=HkZQe|I=6<5DO?*gs0YpVsbKJI*ed6(CcIcY1G-&yAQTGN$T>Zj#G z&a)bmCjFY>mZ7;)JIdkuR2@s%Ait%)6Q>0~Iw80^FOmDKrHt+!bG;8$#$0(~zghfk zK0R~Y_fqJZht$4%jf>C4vB`4Z`D{`4LW_-S!rs}|Mr#U|uLYsUJML(A_B);1cki^F zSlqf5Ypp}{9|^9wZ?>o5W91y*hmET*a2I&FtO$6u)AQ83M(({bSN8R2gf96SnsDo4 zc%$T;$@|tiNNk?8ok`Fo^1EtWwahAmbDL|Vjmo|D?{JtYcQa(lH;yM-Y==K~J*!AP zu6Qh%>*VPhF|!XXU0q@Q&{Cw*PA|8z;%@(f9V|>4xXK9D2nBDx97pr@WO!!g{P#s1X` z&%e}97Uc1(y_5LfZuhaImF;DtbtXcEX zsO(yG_g>e}Kbk9RZa(&WsK0k!>qZ{<@A>NxYmL5Z>-7%_(;tP}rAsFnf4j2O z<7H80cf9KL)G5{7>nE;0ZR@3ylBg-#B@NU3Ax1 z-#611R&rGTsOp+qKP&s9r9&89!NE^IYpuMeEmEHqIJ3u{d|3_+v8n4zSkD-C8Tn|Jc{YX=z2w zA;ohKYnkODT{z_ zmYR=Ot@gc`(8Y9<^?zVmjgGQ$OpxG{tPbDD4?Eg2j|i4KUSc@D{cQ_S`!RnN4}>a9zbe9iuLtHCk9i?&Jo_e6`o-#+K}>D)IH z5BId_z0+oXGuf$1V$nfSqq*I_<%NHDbuNB$C@d%ae$`9C$b(%k19xwm_~54R_Q0#( z89~FWDNzFDGW-k-_3HSh7K|Af7zpm9!JJaq8Vng~VqO}*MTtX$sf+8@r>z+k2AY!s zJSMkIop51-g#3vO)>k&(o|{&->P!4eedtirT}?)nfG3TzQ4 zKCo%?c+bnSy7QT@_Ws2~+!d3hR~~BKHnCB;H^VA*?T+*Pu2ao44ceY&JDY8JkXj{u zcSc>?!_PXW<$tQ53*cxioMj|3@0t6tpKD4Uls`_s@Mc|@?!sP?KrYX=m-AkTT;jR8 zS)lF7ES{y2={GcYgtuK=a$%|0)2sunK3+#_+g8?JY`dpgzmH1G;z%#gQ`cjvpFBm-^mvJ+}iU0|D%RI zS6Vlo?a0dVc5z$HcX)TV@&irXUADJFFFtKocT)B}p2@mLdCTVP=|LBJ-LG$4{^-<+ z2@gKz7OwyLBv$?9$KtKij(ToAlwJ|PA}oLPBbj-RB5iCp^Q`>QK^-_GjC4*I$`!UHS2I*=Y{6X za;_gaQon~pS1(dxZd8A<_|4K44}ATM?dx|2 zSxgKJAMg$)5js@?JecH~TToKzSW;4&mzn}zyzP` z3U!v;Wmp>btkiFA`JVf8r{~vQn1BBFzU8W(v(3)ve{=ry%;x>)`ghYWAOHXP!eNGQ z59bTrN=m!5{7BN{k300&9xG8@88Iuf$2W4;yURMJFS*r&ulX!b^_9%p<83@SYkFqn zE-mLt0o#?nI|g4?E}0OhmzXWM=I-&SnXXO819anqjITsQ&D>C@;%N^O}=rK73NrhC&bO_el#EBzqe`+kqav{_+EKHKGvc8C{7oLlQ? zYP>YscA1>I2WS7^`s^L$KP~toz23MS|JSF)x_!zdqq0vNtj!D4x+bJ&{ubBt_1wfQ zr=Asfym-gW_xX8B{|>8unx53o{WT*&NlNufeCyy1bXgJxgWrv6;(N-sqfM zsMPi^LHp+I%}!gn-|Go83Ej)g@MJ1oU*dkuE^Bw}Uw73zTZ|TPpFgC__r_iQv+{Lk zCtuB5MZa(T@nzhUAD;Qm)xv+l-kDFo-c|kh$A7E*)n%s2g3s)|ybFw$y4Xkx2B!J` zGrQ)oy_$>l$eAs#USB$Uqmyy6>HotWRv&Y|h|P?*bUXQCc~A0CrgzeakGv<(CXiA4_lXZx1zd z>VIU(Cv$K`%d17dPE@SRjq+BIh*-5(w>Pf*OzZQ9KeG#^J5KJt^TvBMr>^tX6NkNy zUD&jFU$H?^!W!*M_od}tzmk{hYg2u5Zn|~iGT~KcXJ6YnC11exFHdzM`ju-;{$> z1R~CzEIb+{v`Wz^Ey7bKi1$_9G*8Al#hZe?GM!&!rCxLMe{W$|y%V4?qr%wkkx=F2 z#-|Qa!Jj(?c{a?sAC^(AC+yumdB@zPhk1T(RhQ{?YpeRC^yW~v>w!3@9m2`~wk32F z#8%8aacR2uimsA=u?=?=BjPfj@1MWTK|D^^;@uLPu0EYfpP~+a+VykNNA`}VyiHGg zmqfqMD7TP$srR62^Mk6>dlo1Jzs+rW{Z`0K?yU?TzgSlJ^n_ir4K-)g1zgU2@l|)O z^3vn>+h=d$*}?ukN%BLUIN!o{-MQbrB98uUZec!ZefCoKg+=cUl`lM0b0Rk)hwrBF zE~BZp3t#fCc#@{ymLIGg{ph7=%ciGwH4}98_%DRS>|BykbEA%*<5x6`%aPXp2aEmY z96a9jF6B@}o6uFi6|#aGci5kpVR!IjRFkgFcJDdUmwa1ZFl}Y+xiIx3*E_lR+y9x^ z9bRB>?a#e6h;Obq|MMf0?#tyY{=Kz3EqLPFcZxA3hZ@i8Mj5XVl>XS0-%;DT{N&>+ z;quRRzEKv}n^aD~~LR7SwOZyS6~sIIr%Y(cN!LA{9Ohm9C!IlXc{ZZ1x9ZE}wllzg!>r z|45qL_4KvbWX;P9Zk*VmbLghfr_WI*Z@+ENP?G9&<@S;bc|T=o&+AuANxsqBH?Dg%O~>p^lDAm&`Q+c0N>d-6 z|FV;F^$k;tjjW+7j=5RoANu-(+qRUGV}~ctiyGlPH9fZaGh(~fEi~lT|9!)@{n}>k z6>H8j-{z>ccK_6M+f2xsRp7~s*8)z``}gv_z2Thof9m2Z0$Z7@bBk}in0Lr<}%+05&No96mYHW3U#)0una1!=z@c1tLC2LV^ zUX94s7lZxK$i3#e{tWy7!$lEy>{+c~^71QI|mWL^~m&tyqeo<~&%l>-vj|-YPYxj2; zFXp|cV^=3P|4h=i729pP-$<_c9+pzLaGzrL`OV9}ZvK%Z7H@fc^MlNHJx1lK+pDFo zN_oi7G`Z#U^69cSH#~oCoE>+F>5JL1oFeX-G1(t3XU;qF=1XWz@0apTwI{B9EZcQf zXO+6_{zCn2Rp}pdh5WqiEW719Btk1U{a9Ik`26z^(m`MN!$lT5l|P?SB>(cN|4|bM zE1sZ-yiZfgY_Bu@`Qjeekov<~KRm0$Wd6;bf9&gfpvPZjv7Oy;n}dNNUJPH4z?_&K z0k|23*?tOtSuT8C^uMjQLBxqpL(X1VCzl2VmDv~5P9ADWvSbrUd6UG>{ z3^&Y&yVt>H@hy?PiaXZ5xEFYP zRl)6xm7xdI*zT`2J^bwOu9epA5;g~!)Bj|&o@Zx`mfSYwb7#gP{i*3MIMeu_%nH5u z-d*~gfI>Of$!AYvzTU3+u&DXqYoC`XaW>_*&%H?xIQ26`M@aqh{p_5EgXudLK09*b zegU(&?A@8c+HGdXb4x?)q~4#I#kYNHlfkQ&G_l{()mbOkUEX7rY@x2R*kb}u{Ga;h zii*DseU?#)yZ(Fpm$JNZ!h?0L(e9*)8S^IP_B3B8KO5jGmJbRw1-udTb4PW{d(cYMrr;Z0te*U?tR^~VTEN>=j>Hy4i>I0 znKS!|=W(TFza?%ND?fg`b775|xj}`|bXn>29p$ZILhDzlR7^TQ@!DUGZI2vf5?;hy zwqSi|b-rR#_=h`NCp`~3!~Fd3i-QN(zG&0xR-Wl|)I;Nj#n-T>+@fhBhJsByq<3bR zh$;S@?0d?5vQym`CC!i}5{I@=oX>UX(y|PzNn(8x9M4?*LwL{XtW*{juQ<5#?4&P? z<=bm5TG}}(f-d(a?@Bb7ljXDRr%_DQ#Y0Q)9|@F?GH|fnp>*Hq&AosLhr$b|8nnzZ z@0hgoQ^r(rR~w0MrlMx%!HZ6^RDM0eR(q%Sp;e>WQ|4uHY8MW;Rg277a#_Q;XxhWZ zUdF!?$5w_tF;M!W@iyVc?VhcZ;^R#&dH?xleq3KWwd%5ApzV7z)z9{(-{;t^p1o9Y zXU4jo4zI}-T<3m$n31tc>CD6yix)5X9M(RvkrQwI!Sb^{xtD97^UNJ_)mth(*9T>J zO73c`nV$H2V~(Ermjb)VvXaZrX-KOaKKPVHU3d49*O$y<1+H9vSF$edYMsx53tYTY zF5ca)yfR_ZifKCz7l_ZbU45%nKKMed#=}EWas`LgUp)DexoeN)*V{oxQsr}Jd_COq z)LCw->Fzg06aKBK{=2a?AoS7E$%Qv>%|7GHb%!U-^?}~Cvz{j}ePvVqA~R3q!t}g4 zZ`DtAHgEUU9NTNSbaL&M{|7^lf0X+B%kq!IovZWWLobD9AJYlDYWPuN*3v7B7wp%l z%Cz&Ua(%hxP4Q|Kj(@3pE_F@+u&Vl;>*SYPEQ-FZD>;@Gc<@{49z~mv%jEkX^=$a$ zzR3E@@3iRDOj!eyXSY|d-2LRgbkdXEtKK`=}xeL!Pm=oQw|8EBGTkacm zbK|x>NS3l*lEB`Xv)n#OHsg5g5B0qtcQHG3Y9^#|Tb0t@m5S4`+^*`0kO^zgmP z7CXl!tl=Bh?q1&3BJnHl!HKN_^}9?w1gVyo+}*{X-+ zRwlOpt_^G!zkew6*Exf>k5*o*`W|KS@7vF$vV-NwW{yXZEDOUPH5uq%6mil2`bRo; zdg9lbzID!V52qKOzGHsr<=Th0r*B+;`M2b!=g$si&-f>k`svYku?JT^{N0@B&+8xS z8a|`U?)J;QJ6pr_JI+5kn{E2%gI3K#KmDWX!d&IwbsikwKIcB$`|A}hj@S9_haY*8 z{4z_v*Y?Xxg{><%47-(@C3YG$3hv6te!|9_8B!QguO%;%B12%F#%@9sDHS8sOD z^siH(>LdXQz(oax^!PoAu- ztgT_&&?vJ|;Kd1X$AHz>Yn7V=Tn=f;hR+Ub-M7i;(|?!g-=1y1H1Q5+sqec@&l)%; zZ`@M1BuP@DFzs)4?xCvo7ZE}&AOCOY7JuX=@M->~&A;8^y^^QqSiDf&@juDw{I0I4 zcU4qA6|2i#Du}gsq3TmVM|*<4!2ThW@Kv zDm+tuyz(+$*SN@0`G7e|z4` zZS6nSPkQ5(ylidRe(<2{`vqr9Y8V+9E;8YZW1@~P!m_4yYEZ7fu%kfTvMsh%Tbe{e zSX`E>i3*>aUT3g!7Q?NU3ISoMeP*}!>aN?nJ!kvAKRSPt9_b7WKXEGG^7>l?S}bF%yXzjI|>*s{AX=kWjV_WXTNF!8I-t**xtw+pKk-AFy{ z*c%}EMQ(eP|2*5bf?~G~-_dv_heEG{0t$vBSeAq+JJe<|7B*y9b z+wb!Rxu4U23*Kr8nw6=v=D)j1qUPOgVJ9AHtJ#MA_FTYTsaDF-tzO=~GU(vTt1-Wx z2j|7@v3{3f&MA_3Fa5_si&xs0MgLAvF14SiWFzF3{?Bv6F7e~1-n1o|oYLCae)5LL z)r$)c#fnt8-8>#tnG$;M`pwB2i;tw|ZZ7=)F#O8&?)w|Qv@)~ad3g7!@Ql=oR?UWM zEIqGxOq_hRK=`!J)X41{CN0j6NX=H;eyw2kX|V$R=Smi59)G%ZLVHRb`24Jo9Jzr< z85tP%G2=@nro-nXBg$;{0Ta(RFSwWSBZ@__f5$|vd)d;Gzb zrBJD=1Rn2=26ZaQf*JqTe%v2yl~Z!y_NrL^qvo4-{x=9Yn0P#C!o#TT)BiBqKjJBV z|25gs`23bE&fFy)Ha!M+ti<0YPEoAQI%Kd(F*(yrvg~~O>ba@yPt}i>lD{v0Ueoqk zQ6@L3rmkzZ=9z?Pi65C#Y|iZd!gX}&*Q=sl?+e$fR58VxTy@o1y0Ia(?PK25iVu=( zm5UD={LJ&5e~sTI!RzySV~q#*B*Fr=s9*8C$hDCFVAP&qwZmWbcTG>+QmSO$_WOV6 zDW34Ee#OHZgbfbg{nz4G9UI1buwbX#1@*Tp^uDZHtA5zUm(`}`;MOgVC!bvT?&RZZ z_S`FFZ}wPb&iz$BZ+o(`a$s+Nijsdp^z!5FUbng{j+yqi2=3yZw({7<3r{Dgckcak z$$HgV=D>*y516pMxN`G8!;HO?R^D9_DBApm;ohM~m!y0CKVjfs;d@zpN0VU8(eNv$ zOA~hZ6c_AWJwri#TRE@1#rBeInjNLTncH46ZhBJo^VkLHnk_aH|BA~0@7WnY;Xm(c z=8DW@-dz!o&wW=3N~ssV9=qpi-{0F6ku`1SWB2G>E4aV$bds!U`s|}@fBpFryMN6T zzGAg+!Pa)Y#jiCko3om^X3Gba&%WoqP2mi$b?eVtPkpc3D_;H*cIVB9`=DB!`|Pf% z5zGt>931$vu0By&H$M|;J!@}(w>MLugl+kyi*9E(ZDQZT(NYuO>?jzK$KoiVWDv7u z;_HgV(Vr*0-uf?Oc9>&#orAsBuQZd~(0fPA_aC=>UR_hSx1M3g5k2RlytT7;=hYi* zm|9@_u2}c*0`qH^HZK+1cb9AFbv1R?V;jUda(^2Mtb0^`tB!A~`HTZ<6I9#o@IQRf zXkXa&Y5tT;Te;euGBw>aXYgFJNi)z-Q7CPGxZ#b?s-X2Hnc8|I9srPf|$o!MKJAX4>Cw?-j(5zP_ar+5vzkm~os$qr`k85QbtXXJq)oQW5lVs=gnSGv? z0@>>l&zSJ6NmhQAb6oc25|iXvR_~5nePRxZzEjiQiX?$bUc41FQDY!(MTxnoL8-a< zWyp*0r-nrq3%d*abDOrsqr=!iiDSm$2j1Ua+2tHylwY8blibY9=eXv&x6U4`O;OTw zRu{#$uuPi3QY7DBsi5bzWYVgTPqUW)nI97P@}}sai>Wt{zd85ji+Ozg<;$1r?SH)G zXK4Q*-0XjDnXBit<>_fIz7s<=bziQ`QL|jXJj8IRc4nc+5-$Di@xKF5{?} z6C!JEWOiahx~q-&og42C2;WHb5c>Ap`N+2%*=x{3<#QJwxRVZHF~jpqwAU-hz`*tGLd z(7CLxijcFXiWlFsiF|vUG4E=W^P^O6jtqULc8it4PqY5Y@05F-Y3F(7^`tlxiRbHG zmI=$LTU|I>kf54`Q{2CHt(Gd=GKIg6eGi90MYwl}!-*U7Hkdzp ztW+M-Kl@bZ?d35Y3a?xwHVVD(6Fp{3%guUR;s20h`kRc_ zluFmdQvy>A^GdpITLi@1e$9RPmh-b)$0fd*KWS~)AvtGb#Ei=v*Lcs(imqkiRG)Xu z^YCI1l?TczKK@eN`YZKO%tFB)E5nXpp53QKPMu3n`}D}7o<~nZa;}J+`Ie7Ala77V zJg*`u_T+@5k41shxS8%IsZz|DNo=!Z)9=Fv)(}H zlWWKIudf8%TQqieT82g~nJaH9_jJ|Osar1XpKAH3Teq`2Ch25~r>Exq zfddY6{;}VBthcA@dWFrNyftDx?9G1+46VBJAL+8EuHK%lGP`Sa@PXZKn?4@hGjYYl ztmRUBOJXbJug|IAmk&rZC{dZWqSQLX_^*Jx<%utBvf+^r@4u{yQJl6?@3j4?O(6-> z?zO)buiE?|I&1E+7hyLx z@ZP_8+pJjZTH@Zuq~mNkDm-nzH)4)(U7mb?Q$)Sq!yB1AH}>%y4mz~qfnkoJ!M020 z!pc!cHt0P(xjR+k?CF3tsv_B(sp@4jHP%dz;QaD7ES*tTePyQfw-V6{cauwn3pO;& zvyM0)&wufC?h;$pFZU0!o{yK<)9ZPDzQmi2J9A^bE#eMr*xRttb9-;#_cua%A_l$z z)2rU(-F`pAc6&?D?JD{6yWf5t?rjf5Kj+sn=KEB=dpI|~@b5dJyrS*1 zKG<%Zeeny!S|%%&FPt3zxjhZ;yge3`747lo?-oJ!6Enkp{Ny=ee-c<2QcYj2U6}Cm;th`5^`PoN{_T0wRjdpQRebnrbE5id;GTGKelF6+ z+q2=3(Zb;pb^I=DPHS3M=|;r_9)31q0*gThH=`%77iU)MwwDHy239jY)rF_zmE8Zn z_ud!&FN-eOIllh!Bf6M>6QkSmg=A)*z&D?k1naF3i&u!mx|K$4m|6hz7 z4(~Ws5OD4CB9+shPcF&O*rc^o)p%)k=bV{AN2jb@a#VPg-TIWTTZEQQWjJc3Se>yGkjm8x12sA7$zu*Jy@i$gwGO=Dv7*(G>HvuQ!Ai-HKp2czW8 zay}0~s&$<$X=QscWj#}xj>_lnKiPJcb1qhvn{(9C{M>`iN2>)~bFbZ-qn*ch@mcV< zXP4J4-p_o*uJV_K^NJ{2OEa6Irk0;-IZZj$Rvr&dUHt0*{FjbQ`WdM?uh%7gvYvcf zOe}Y^q?>B!xs{VvNNQuq6;eZ%r(D+0-gD3NMT}EhVtuX+Q;$T6WY#(LItm3rn45#@iuJHPBnI^*$K z>+O~z)>o0cL_U=!7B9XUufEhL@oi_;tfZb*L1w4_>+N`ZqHlQ!>+Y4^I}Rjn=rtFW zvR@o3yX}JB ze&(}{J1_Lgd3)>giK(<@JlRsZ?tRxCUa`{IM|WPWi+=FLSg`iXypLInMW=t1HcMje zEjAalxj*;#1ueHcg`oD(p8F1K__8f(Ph9=0{3!h4`*)ee8|T@ayZqksmul4f!nH~> zkGB?oS!O!b{g+Ix{q3tk|J~)L@7`5ib$!Dh+s^gJ!@uOP{N^rf+$CXNDlN(V#=*Mm z($xy_z6sju8`uk@3O_S%OLYDG{DaKA?S1C$;vW{3?y%g`B0A|_pWvRJ@DoqBeg5rv zeYNZLav|3LTP{3|iqEh8Y;|vcpMU*E2@chi<+EjgiPT%7)FPVxD@ z*3a$h=P*{ZS|xg`O;lgVZ7JdjMS*N-<~$?pR;A&Jb|$PF42WnU%nl3;j@ylTp_6S_uc2T z;^#;Grf+!kpZVO0@>kxgyDIOjdBBz@Sdu)e|IQ1MrLRK*j>_ci)<~Kdutna){PoQG zUiAw~Q!bqmNc_unyk%+0^(aO5{D_Ysd;OX2o}YO|O(*V->~b&G$*XsM`Tl>$&;Lsc zEq{A1__6jUkG+hmZK~BG@lPk4=6eXv<5;};@6p7s3Vl;=@*gdjky_M0dE&%XYn@x$ zH42(H^{*}3zshF)XTL=~LhHAl{WW=Qenf;`-SJD|b{YxI>C?j#racs$#xN_{;N62f zy|BZ!I-5hp?jHB*TbDR>@l2bj!_0os2NuV4KiJTB`f=gBg{SbN6=qYuP)4KSESTNkmNNO84?f=Z>Y`x+yvH?5f|{a(@`? zz2=JCcYJL81^ ztRR<#I?-+0er&Dby%?$zxAxnYH#??#oVMwToVobPmZiB{9V&k7zdvnXyZ-Xalc%oD z+uGe^5ZkIJwR5wd8waz*p?w7%22EdFW~i7oEN)pQDGM3*y!BR>`3VC9!!$;G%`Kvi ze(+7qODrx)P0hiwIC%;<)3x1iymT$fWp$I1hK7@U17nC&(2);w*YvG| z>xAY6^p#1+eX5PUD)Uk*Z_Bow#ax!hb>~moCHZ5j7T4){BHCZVr2TApnscZ6%6B*) zoKUv(VPDbGr=78f?K94=Gx5CAlUub*&35q;dFMHaKZ0IM2=R0li?_X4R5Ud*X@-}$ zHSd)3IqDa?r8!+L92YSB-Q~f3wElL3jkAC6jg}K-dX0+D-sqe;cjm3Zp1n?0CplKn z%Fj+d?R@LxrnPIezV{kTTF>%0$ly%+waGiW|2;5gS6Y9pyj(MOtH3dXYn~^T?VZR| zTrWRQai{v(HjAjmKJNsR7cKsOMr2Y&hkN5IL9ey^8 z_|UR%x6^yL9A_rSZ9cm3%a61hPmPa0So5i1dG{&vC4XPkZxq*msu%d;r8fVgRw0@6 z7x^d8cjcscgh||6%H8^Z>Qa?UCsYg?b!49};G4Q(Ws5$q_?(pj-Ui~}x+&FGZj>A62>?Mh%$Gj2*_z!($X*2MV z(^=7@R=RPeft-d+@4Nb42V^oXirXh2`)HA3WOGnrE$fofU*8pqY=qAG);YgB&3Y-I zdso;cm1T#%S}Z$w@^R#g?^EtQUzm1_EyjJ)E%Aq5Z_Ggjk6gC%>=R534DZ?SLz%O!7{V7bqaW9>G*%{rE9l#gt3YS1hm*OaQ~R2Ne(g+9qxZU+_{w;_zwPj|*3c=w~a(s9J24d24p)$?jdNEH9bf$;d5!ZvK>i z{g%bwm)vbAHU1DhRb*aukj|ypT$Zl}Jln#}_j;Q--uq;ma=B=* z?b*v&UwS6h@f5Z_6yBTcVW9G_#lYqH)YWI04u|Zzk-4ZQO}R5J#zUdWuC3!{pi5QI zpYyRNjK5sr@axHWE+vt4?%Cs;Gk5y7nJ>@KmrM-(oLigYdHeY3ZQEAeF+b$7PvXYX z18361Chh3@_rRK6>HM+n+g8Lua?Pn_`zP`g|DQKcai{LtRX5_71?34RFIxQmjL4)N zozac21hrtf=K9x7UwW7G-x2}mnpxj&hxhDqoXH%w`Do*pA5lL}q<0-meEKj{px!1Z`ZpiOSkKtGCRAZ>z2^Bwhtj6?#;0Y54ye1ptS!@ z%E8j5+f%sj^VdmsPFhzzEhcc=5sh6hW=vH1CCcvqOZ$R_b3XT$ORncL%*s2u<4?Rg zq|@73uua_diKTm3{bBCu6PTP{8?6&)W}SOIWv`QYtjO%MzH*PEUj2HvTsdw^jl)L9 z>?IFNk9a*`V>=AaHG(=XdelnyL32%w%`tGUNjg?&onmwcoNGjXeN!m55jyEx=lbrm zAxf^%d=w{9KKe8K>7# zE~}ZeAhnE3QqU2OmJ3T}sHv(P<2Jg>XHa7Q>Yd2J`zbwfiF-b<|5)6UzFpg7iIb_~ z?71`NT0XaYKX0b7eSPhJ#s{iml43sBpB*yMzN+##1Y6-nBaGwru&ite|E6 z(k*5!x!&s?iVF?edYwORTqd%9N0fzE0n^QOm%mJWFTEtOGPC2=4tua$tRs}o$Pu#%k*9LLe+TAV^0%ioL{3}D9(J) zpYK?l@0)i)n_emQB<`6!VdCCtJfHu|fhwA>%PgW6+q@G@-h`-V0=?GWzXGXf?wG#J zK5v^h+2Zn7B~I1r`ST66SeEuz-W582>G9GHr_;L*dOm$j0%(F=Yt z)4TuS&QG%wBr;B(@9Hs9S9&w)cUq9^b&+e^K7@Rb^^MbBZR`G`&HZu8!NMimvpDbb zzvEu~#>^&oowj!pPi)B<524tDj{f0HTQ`5%>Z2Wd<$GGO`i`Gd-C}1fzQ&RM`-1bd z&n8kCQ4hs}94vPAS|3SpeCoP}x8$<(zMFThaJB_~=d+vtsp=%#6X^|Zv%{9_Fn|B3 z5Myr8Bls!7G1cYDQjbKX0E=t8|G$(e-rySlXv)k3k0+e`!18#D*o12@?>C?5jL=xb~eJWeeAD;RnA5_n<``=k}iiv^Y zE#4esNm7o%IIxAYLi&2)zjl@lEIYQWIJ`;Wrj<_ABSon_`Pxkt9UBffGx?m{lw8HB zqv^pQ#y0JWV0`D>C7!p`UY^}jdV5Ld-7BTJR;{YbOP_8jl{&t*dinC|WxkhBXU^VI zdUwg^dwPxnERJ4YcAW_J z;{Nlzw0qT@3wFz6ZKS(@F5?OIK4v2C?JeQi?N^^*HqGmW=jH46vkiNXFr1#Zak>?! zDXaI^kTX%@MwgbEiC#b4CK$dzATMg=qqpf>EPDfXubR}fBF!du$(JpXmyNk>TB5yz zv;#QjEmdu)<@~F&dYb1CpD@+UJ1iH5tF1YklErtt_eA8gy^R~Pd81gRIrXv`ADS)P zr@u}$y=LQ+IfY^0dtW@uRJK~9y139bSlFaz^JY!fXbx-d$yzr~)#z3oY7_jwqQ0o+ z!;dEo^+)PcCO9+}wK>Tjw0&o9DKSTeL*`*G>-5N^TOQ|M{FM5w%%r@xMJs#aetQ`S zXN%!k>eHATI;@W$~yPTd`+=~+g8T!SL^wgq36PRveZ%~ zU`j``U0U1+*5u-iPtGj(b8$BNl$SS`9BEvC-yz=Xk@NC5^YiBDiJmewgSM22}loxy3XO4sSuL%LV&Q>dXU%zxsnRcD)wN~fJ zzIE%ac{(MfOzE;N zywc0iwEBv8w2#)h*bA5U75-eBFeP`#w{s#rn|B;Zi7rl0f4!vZvBZ}L5*AzE=?C!% z=XlTDb)-uB;pQc~XE^Je+^H>@$ZUS)8te6)Tf&cW&RKJW=pE zI8WMUz3Ul8WnBY5j@aFsyCgk#w4D8&cSpTsMvRGzw=uu$R>p~(raqk2E)v(SUAk%% z5%_P;w+8W&{d$K$t{i6%-!Fc4c6EQ2Lx(4CYE^ink&spt z{N(Yu7c1%-3o9AL@2)sj&EXra9emLF&RrF?=vlX-qOB|Pt+~HX)Ax#aE@<=W;Ngn( ztOu@LduA55b@{f6XECdGX~`XatdurS%Q!cG+n!{e$M^> zEfR&pEpF>PemP^}wASyt)n;iwXA{#f+oj=q)W7rFc5eGz#WhQp&Sfmv)WW6|{o=Xr z{aDFbotyc8U+DIIW$<5SI#Z|b^~{?)G&idpK2+{zzWkEX^B-GMCY|n4IQhekx46Vi z?)ixyEOwe!H~c?dOpEOiwK=-7^p3pH)cm=-R{XH6Io7-UJIjO^~+qh zclD8~y4rw`-4*AW(?9N!&D>Obb8AxS5s%w`kFWKI?`=5W6}o?lu*Njm2-k#*TFV}} z#t7Ny-JW#2_1tl;*gY`?D|y#4>5I-ktY5w3;?JqBv9otaUU>H?TBf6OhA^ww(e;nI zF1!~#battR=pQNT%7iy8-`%XQKl&+MakV%8xcH8sDL0lk>5Dn#Otm_-Bwp!`fRxbL%NcT8gFm*fGn;ZP{HlNKXvh}c1K4aUZ{9+??2{!T0VdJFPX~v&Ry$t zcGskn$BOobv~K_D|0Dh3`}#=LgHQEeUKd)K*(bj<HLTGYwntupZP{{^mSzCPX}Hh-(%)Segrk6O#^>HWXi;o{Z1M}M)dXA)^mfB$sF zgy$3Ui`jb_CcZJ4eLLEME%L-<)mEK*km|M`uJbxWN;wbuqLKUp8z#r^To(NG0n>rp@TeGTpq$?z)NKyS@98;=)~APg-pN<--fIB^R2P zzl@FfXjFM|*QcoRuLsh$_;jB;^62EM6C1oFB@64LwTyON@eKOCAa>?7o3Utc zMNRLu?jDl#vR?mu%f?N6Gz@=-pZru=Cioy}wan559-ozqD!q-Pr%k^ucHI48*2C$B zQr{DL`ab^J=W(a5`>^d1meZ?kR>W-Q zw-r$gQTGn@bQvE|t8XbSOss6o%-RXB8FB+f3`0RW1QU7j> zK$++{F2BFN=-RVuX@eo!vQ`Y);-HRb7n@SZffdTo^K0y`2H0yWO{mo zPyfGQEW?kRd~(J~6?VP}{$LC?)Y}*s%72JOZp8l*7=Y4C=yY|Wd8Rz|Kn{|6npLpSepECOWG55L5 zZ>j7z>oz)mzS-@L-qXql&XbpXTQJl8Y0;HK*|IkG+sdA4ESdZGepCDIhtH0^+UNa3 zxNG`z&3iM|Ps|m5vQ1QcvGom;)S?oB_9Y7De_pgV%bm-OJhNBZynM!U9pf^Ceny^K z(fL!BCH%Zv+xqSG)T|ZPwyb4KC=kt>4j5D)s9Tu@ZI3d zl}rBI27EEcawNId8t5#2zisc%CtqD>%AGL`J6%!3_dIvqth1%J8(D2;9R2-lW25hf zf2V)M9SSa3asJu1w=OrYIsbg*_UTCO>CW42?>8UKJ^cN#a?l<3kA~5AG_3{7Omw<# zs~jAzJE0t-ch zpX0{d9%tPiYtDX4q5T%iB%ACH8m;_~7~S$_2^w@Sw=B_n%oLZlZvOG+A4+nEq;-Cu zu3*W36j;OC|4_O@CjT+#ssrt+GC^va^ius#ak>ON;ej>_-15+&wW(lbrGk8^9E_+9ys{gcyKUDkts=P&ClXmS$S zc607zlLHganiO`vt8IMuTjp;4_imHYPQU#O&6}?>-7TMaZrZ~Z8Fl^OszRID=63nL ztwv#I-cQl2*5_WE==!bLaP8Aip~o|~%?qw(ZhlfL(7Juj+n82qg}CUvLuvo^37Qvv z`*?W!9xj)240O-hThr^n$AU(yoCyxpr4AXU*Jx z=l#9!dw;*%`~I)~{Tk^5Uw`mB2N)Z7t;!T$IVI`ktc7VI*12hujmvHYT-r7-@Yoi~ z^2fgFhmAUiTSIyDeh18&;Pmn7`aRPV zL)YDzv+Y=K!UUs}>oOE(q}+%){=+c(>ayx+{!3NGk7g$ZD+}>x8=nkN5cxKFlC)HC zQ0=9-t6sN@S$6F^C&D>>^0QjyjYmEdB()?a$NK0;eK6%;cfiWg+d|@vQg{Bk#Eofb zxqr)|Z%)51d~?R-6-j>tc%xPwGcR60Z@ytpl+*D|4XSI(SG?)rIK1v_=(Us=n|Ccd z@^kXEErQoi+-S%?I%(0r40X?S@k%RaPFwfJ$S1ez%9+Vm(sCXKMX$aPv&_jUTX0vm zbm`-yZF(;2Qa`fHU-BgPsvcL*M}MO<>07B=7B(k(+h!`dtA`|h@KI}atly%2Dt7m} zC`FH5OdM4Y+|`@wcTV$qA@p1Ln>*8-r`t~TZ4SwP?WnKRaf)N{?8F6zdv{(^)H7aa z{)H=(z+M?sfp>Am5XVgd(MivQ6T<##NSfAM!m#s$11;s z@|apLJ#xm!Z|fD#=KL!8vO=dM9`X6}1Gjh_VrVWul-aZTSkJi)hmL3NVcea{lXRjp zd!mQM%cFAluDAUV`hN2DwKaL7yt2Z*i@bw(Oh~iLOPXZV_C8_fR9EQ}M*{DhnEKZC zxSN4X&Wr#2(o;`rT%R|?VokQ0=6=rK7WR*mmQM6YUvSAUrsBu6`fqI(%grA*^ss2W zTfe$d?_u>o1jWj z+?xqmzAqOaJ?GNb9u#Elc=EFOi7x?8~3tiDG45+wZ&7ld6wNtXs+W?u`1E_m8UOYS{0W&ruY4$yHz_x2{I(go4)| zuX6#mZo>(Zs-`;U0f zc@!`D`qBoEYg6oAJoziN{zQe)`b)VB!X)g|nU1;(mc>1H+P|`>b;T2Pp?dZ5(J$31> zQQC^1Hv9cg`8|;Fk+zCepY`Iir>6f@c!~t`^2UEW>wfR4I`K^3{MPKq;ZjUb}+fB+lD%TlHXeaz< zI`ocd-_H35uE>>pe~!#x51V@|rTe!C&p(6fO3Od;S3iw9v*y`M^ z?(z9KvqXRN%*(#;Mb&P?1+|A_oQa+vt}5@i>9c!#Ygv)@#)r=AQ7bL-7jG(%zMB8m z!prvf23dWlgQrVMe=#`L^i6nBVZO0k+vgAKd%^Fu6&&?P?{oA@=zjdi`mgVM=le9H z$MQea-*)xzb3TnvxpCCww{wk4^<|eC0{7GcvsEka?LWHC>_0!Kn(k?O9puQ)z+f(f zJju(zpvZs>lo>ej9@UncS&^AntREV}%E0)ikdJ{Gd=NXx1SSx{fNVDUWyg*LngCF< z9n*_4or@CFN}Tg^3vyB`GD|805=)XZ^pbNDi;I^ANBavqiu_w95|!0hw2`BuD0rdL z>%Wtj7CLgMtd%gRJ-}{!m+$R^dz-AeP5uehxADh4YPLUcKcy#q8>?!9vy<7(;&X2- z@BciPTKDhYKjs5M^9-N(UN_s38MZ3)u=uj0x$Bm^-orh03s1D1r@8@`Y5clhHU4XN zZAQ&YiU}^rrYSuLaGCf9egnZ_Q2I_2QSQ@`sq^YBt{k zek{uRa3C+u#Ov1?;}W?7Z4n;*ESD5a4LH) zj9cL{wehXdnJvD1f}e+epRj0`*iz-IM$X6I#8~#4R0VY`Ht)?_vP;mpO>x~Tql5^p zxJAuVGDEC(WoL&eT#Kzg`z<6n`bx@zKWv9jB#OjabTW4QI2QF#wfB;^*>|gqw+@%{ z&He7KZc-QCanK+__*KP{`rVV}&ee8{7T;QN`f~lwss71KlQr)g5jlL|=6}vJ1}Z56 zTP>vC~Kci$55x_7urIT!xzR1{*(5zyRu=C zx9ilM`djbrdUG={B)YR&*Sh-F%7?Pn%gXLtFh9EM%CQLT|I3OC+8EVdemt^Rwd3V> zmrDw(yPt?oGMx0~+KWB@*FK+M3);E<#p%)-xBtseJa62m%$dTmTAtt2+uYW$;oymM zj_{XPG~_*A?S1{f?d7FE;%91IKC$TZxtFLNtW%u4!1clfX2F9xa}T?`l2VoI4e~Kb zjMCgP?QpD@wECgX5erQEqg`g1e}Ca7ZtiLx*(F=YEhcb}(UWOHY-XD+cT4NkJN{?x=im4H!DRg# zzaD(NX@9CJU6^a5#DU=RhWy6mY42)2-+h1X&RO~Tf4`&~eh2UbPYX8Mnfmlo-n zXT9%C@4L13$0alGPZLAtS%#N9Z92{UZ&N{L)Gznhcea1yF=)&F{b#~#vvAj9POUbD}Uym*hN{8C@E$=*$iyB58v(TM^HJniMW~p0dJAd z`Yx3}w(93Eyt}5pr1LjV^YoV4mjfPNUAoh?&8%D7`^GjksYTzNw%b1H64HOoC~-{c z_72(2zl zl-S3mq`0@$TI%K7XE*Z}NJT!nB!1Lk&cdlmQG%y518u(RS^Rxdy!M?USF=QxGgGeU-=j-gt|^{oLu^r$WtF ze*MnmrC!s(zgXfpi}UrDSzbREX>cTUDJ=Q4`RXf=QeDx*Chy!Q9`X6Cqc`=4l_bxZ z%fA)Fvi}6~bW3G1dh=}8*I;4`)A+gc?#9l}j~6fAZ8)98qgivOEwtv)hA%-~Esa~P z6th|n9bjt~tWh@O;@SIg?h(tYDsBD~JClT?d1U8(SiQmYZPg?FRqOW)%~zB@YGt=P zXhFX9;R~W(>YgvzlnlSbN4R+!d+*}m|9`sb)P_%!_9;(!cPKM8ca7Iy@5MZy{?r}) z?E23qH!UR1dUe*^nY{WIm8bmDXSGDHpHg(_?zQE{G5*#^3{JnrkY1~)L*eAzo1WB*9S|BTXuu6TM;u7=C zai6l6?(9{6VSmgz_+j22>n|dQU94()zV{jaw4QYQ$BRPqG}&yUODmU8Km7A}`Fy3b z1qr@Vhil#9pZu0jXsLIx_`-7g_z$Pc9LfE+JWXs5bMY|yvI((;@vf1M;AlN?qRLI~ zxz5FkxvYU-gt8Y%>%KV1(7Wt|*50Z66jp^w%&OGY%B}63t8j_e=74ioaCCg)^rT!x zzWWWrD;bYWY~mR~@91v%!wM?T&N-Q$NMd1N;NZsBEN~^YJj*G~ zOmWW7OUW$B%+Et=8f=aD887l&wl0pvZCWUYq1u!cok^Pn&Ts^ZOrOQT8oPNBYuD8+ z3lG29&~xToPFlL-ZMBy(m%OaKacx<6)zWV!TO1A7`o1^weZRZj%Rbk>_TEgEpZmS<{^Qzx&v)zpe}5{JVg1qlEbp$*owDlXuMDMyyV~+HHP0H$R;#?8Ic=8F z`59$yZ@qS<^{?)&tPQ*7^Tnd<(3I-F?0I(U95}AbyQXG(_0pRqRXJa_EUf0b#(5{Q z=Utqq(gx*sJ3LJ%m%Ujsv1}R7b&nNMYN8%t{io7H79<62-qhxhf9LwNoYIqJ4>fXw z{L%`~{OxXt{X3SV~FAtR&S!s9bfEECOH zHsw*Y=pD5H$v4ZHdp-F@EOv_Vg`D_QvTAv}?!CDmYaEu#T=!Zr%`nrz$@JE#D>_&C zH#+vuzt|kIY-2_YZ(lZNx)+<6>7`4rXYe>|vGTqBg^z1Zw+U~1q58J=fIivR7ZpB4 zEP3(r(iZ1}b&rcgdXI{yw`5$_da(1^q>E8^R0YzCqlGqPHaaV|6j=1I-HAIo!A2?IUGHqk#&th<&Fr`Q zveiD}$n}dg&r|B&)*Qp~G_A{Za}_T9ee}{e+QH*W|KqQUGKU)+Zl8K7%CqrH|5I7t z1&d2!KLswdI&2|$Ncw|Y#v zw6wE+Tj!O}nlE@mJW@td^{Y+b%gDuw85fve|5{^QyKeHV{2V^rzMGdK^m}$%C^u~4 z={dPrEpyu+Q&zRf6K1~jUAlL3ouIwwF_tx1bKJZZth}-y{q+-$HS*Fouiv|+csVjV z^XH+NNmG8ytaz$iuzCX9->U0flX{!hID}>`*}8b`;!^q6_gd55e3Eo|+PJ(xt;JKI zfqC`%`&{?b3NANqtf)~jGbvIsE2&tbZ+2kMwaR4QgNrNHaOEF=T>N3%r@iW@e$AE3;=}QeoRT`vYmVNEj{g2;y26tr zyO$Q8r+0`w+m#%dvi?}m$~DV-qmBjY`tr>`w0vpQbJllSy>17Mr?_q2kba)fWASt9v#*eQTtpz5P}5 zs$YRcH#Q1=y7g_&dygXO2wp;xO$_P)rDQpr}4n%SMr=1o7_G9~kl zp8FCTv*uX&2b=TzQiA;(rav}1UDGeS;Q0@>n^7D~cJ6)hlPS&Vhn?QV_r()VTLtzk zbI=z*rnAoDYMjUo1OHdE-?YEkv;Jqr^i<9(`cLL1zn(v5-9P0$A-$`A7+Q07`|18a zb|U%u&Mm(uPTw@^Pwc0EPs=&Z6lw1|b>Y>g9c7oK#RUu*OIu}Sv+ruXwqEV0cUrY6 zNwGMou48&#>{rK?v2zq>9Ai7XWNl^S^#zh_o3^Dd>q#_DHrlf*=k~`xw>(Zh-BjWg zp}E?Awv_1|MaiZ!)|(ol4okUyv^L+_n0{S-25-^**`Linewq}`aXjaCLA8$VB`>eFnVKmx}tsB_SaT7>p#8z{zvPu*q_Gt zS?BVf=HJ%5bI?=q{hgYB6TRI7P6`%Oe^xay+uw2F?`_XdVC0)?~@)F3rf0ceLt`TfnQ%kJ%iK%uyY`nQye! z9jfh0ueRu5*KA~Ceo}YvN$cPH5{9)QZrM|D=i}s&e>|dFF?(q@0{y6g6 zuKfqCye!(oKUin|3}2W3Eb74H^e2LA{!Yt&`a?Q=`)AojWzqqyQv0&CSHF;)ow2Rz zRkXkD>yPF4*NFaLzc2mtztJB}e#aM6ex9GxVmqbU{QTzA^0E%%RsX<)7MH?LW}Ihd zV7MlVuLVJ9Wjb_V!MP|ku_VDSdb zIV}_~uxI!8oqKA1{pd2GT{$fcyFU>1uE}xS)CmtH`G|~BI=*<9aqY0vVPV0N8 zo_~=(P4SvgUa--Wu6(9sZTn02zDjnq@mVZUana(ad^v-6^y{^vY<^C<W}e!> zvz(G@UAuK866FHwPIAu82wQhX)5^2=;rcV@g15vS2-iHBy>WTqwil;6_WZuYcVyEw zE|vKuQ)AWLZ>|$9uDNTGGVk`G($k05eXeQO_;EUG^HWjL9is0}O)IGkwBPKk+O|=4 zmxe@Fkl=S8&K0fE(MFe)mD(Q4MxBw&ZoPS_`FF63i_!|Op#PQ8H&oJuwg?37GLHRh ze&uLHB=^Sv>4&esaZFy?)b*Hq`*bzgmY#i_)1_WK+a0!eh3MxiOlKW#`#vo$?&g2K zeA>HbTt{Et`6JtQ`Sy{lhfEJYPCIs7KQ=BYqT+tW%J*|#L`El{x^PoPPigW2b%~@C zvp83>`9;^yRodr1ac`Q6{EB02&SGv7d^ZlwkCC3=HS?&uXHC~e7Po_veCb`Y&E>Zy za?LlCS>C7YzW4d0p;cmwqMJ}2BvubBQdbGLi z&fVkNPQTmb9KHY5)6EW^3#aXBoXwe1xZ1u?KeH+0vZZj&cioz*W0~X&DFYYx}VUZy-QA| zC|r^5NGwpV?h2Y0F1jkVej-cy?6^p_?nQ5e(huB;P!+WJwfFFy{3~fLi$BksmmhS= zcI9>x!=iobm5h%}S(kF~d+LO8R|&5wU!8!w+{)`0tBzY&vF`uMcJ|7WpuiR0m*b2Q z??-m6^}oO0WYXS}OY&A#dY7e_PrfKA{g0PDUf^Q0mhI!VnNGd)PHto1d$?iek^To7 zo|#YMPtI_C?y@VtMD+0W$1i`(m#FQVSn`LzC$4{K^6DL5WYjNhd^mCX4(2sUR=GQl zhMrl!=*yu8g|}9$lRWQ!LbzZ;jm)9UPZmydvOT0#wsTw$oO9It$2AY%5`)ZF);2~K z>K`QT3)}hrZIHj1y+ZYm3ulGX7YWZ=pF3ZYHwYXrm~-y7h2xyPihhqmJmSuaoH%LO z`B}o}>kIBRlh;crhtA_P++K3=EdM_=;wG;yQP(dC3`x zc_pbS&WWWtDMcvVx}`z4^MnlrZ2c}R^ELl+XzLX3de5OAoKR5au>}k-YoLi@OiC-Bpq}d}g5pha7k9 zf%vWbsTtiTjCJPB-T1CaGHjNb?SshkFPLu{A2*sRC?09F=2-chHHJOBE_bH$-1gPg zec#dea`~xK5owasmw%YE%fIK@+Z!$J=kll8K3wh^Z}EQGcfkiC>hD&sm^WkJHl8&H zH&o>*SH}v@Oup`^C4BL;aB_k~{i-dS&P#lnx;3o9dxqY^2FbRjx2t*$HKW?CE}ADfi`@za33ZCAXaKK&*QeKpmW0i7gp*WPhPQJe8snNLwvpov(F-vPMJJI zpOj1c1jCkn3CpzD_WnU$=RL8NZwm6lA02vfVScOO(wsly-aMbzXEui@MQa7Wjkvbe z?Am|B-q;%^g1T=@CQDV_^uJ|vS6t+q0AwzE9k|C!Mp*{fpc8OLDrE8r!Gt z*6BHA^5wyLr&iTP3m=FZJ(p0fou3!HTjr_AUl3M5>(L*&Kk=Kfq-BUl zUv+weseUcPvx1w-@drb@icY@w-2GQSeE)-Q>OLW#<2OEW__U(xBvXIcN%yl0JvbPj zT3ALf{E?$jQ$> zT;MlpbKl4L?6{VYOGhX8P%b-_-T5t`-3u)E5I<4tfy`~p zh0Sd&74Z^u*`shzpt0!$gQHN8>7qr7)4W}NFW^60Qhtl?%{i0Zmzm!GQ~2sAEDt(b z^YP53hHSz+-yEK~`FYKK^XGHU`~;uA*l&1#!;6^{xX-WtW!Jw%ydxkYwPa~(=mF=_ z1tn+VT^H#lXK%Sv(5NGE_`$jiZaI$F=h0VVU*6QY#B=!gf?~d-260A#bC3Hje!VI4 zTdGQ}-lGp5^VLr%IWN;~nwBy{_vfVcM++3c&f}^0+pjV`cV+IGc#lNs>`wnJ@7%q# zf43;c&d_^)u{(w@_C@lGO}wJUI#bWxQ#$!gdarDUv!v>F!z)~>y1Eayeo+eCTyx*0 z@jUY?%?DQxR8-q+JLL86%unlcx_+?Zo&uEhL> z>wlJ?)l8I3^IN$+Ywm?#X_c?PN?C@vlzM*Y|NnB~lN`foW|;}0zu(WYGcBwMn%8M% zn>Tw$MW5lm^b@mAgh#PtR_*xm$H?pVr-sB&DjQwY&OKst_Fwy{pf0g+=^=yCBtg#g zGmh)td3V(JPT~v;QPu9Z46!8>l@a(O=Ej<)I{}o zEq0l=4A)D4%WE8)u;_1bJlC1E$~Pr{JuWe_GB&)h+ zJZLLBF)1e%shxc`6oPO@Fb^7_ApWZ%BXW%cG{&3!E zruN-=D`U!>9{#dMPp)~h?~IooFL zIlE4%D(}ShFZv=MnN{abT7T#Ixug}V`gvTJy)B;i<%^B8l5yM{C-xxCEsG{E49%|= zJpA`hJ(Jq~zw=BKt{+*~yG>>5^6wJ&Qa=S{Y?}H=VP}9vSZb{6PPK>Yxc+W>+`a3A z^vhs@yBF>oq`W&Jb<{H8Sl{W|{YQBJv2E1a9^&{SO2hZs&W}omuV0>d`_4xx?VQ&7 zZ|3VN^6oj!woB7mJmNdb&U1_9BZ%28U7)XEn_{;@Wn|^Si!Wm$xQQa!cY%mt8ZDh-zi2l$_BzcG!Bt zN%QsW(toAgf_HQoN?lyFs8hyLNKu!$yD{?&l|#PDi7!rTZ_@j8!T3E}@dtzA^;HTlZhX+1G&z1zJD2Gx69HHKPaZoI zmR>3|51Je#y-I9X(oJKx!@NgBBmetOy>;7(`+ALTLfZdJmY(|Ud2Z#=W%9A_*H(0$ zD?9CzJnP)L2*&i6xliuCa6BaS`-rLE<>2`Se`=D7FFW>4|xY$y+Z=9A~*{ZLcKlH_gJ>tV%!cvaQ!7yGL`YImH&rGnd#OQ7D`& zc<%8bZk~zn)@;o=m*Unwzp}*{aq1e(hTI?D%>8c*Z-2nGQFtX4Z?@ z{-W}Z$93_>4PNc~tHXZU1pL#>9S4&G#(DJ=vW3VM^XMXsUFMD^yY3RDPUouTPUUa=b`$JG@ zVV1$cNunQ9{co~Y&2NZ$w<_SKYTL4vFW2hqDlls{DdNeD4ih{)_fY-0)(xAlcB!vf zQ{I~R>B{P(Kdak*?VRDNZM4>7VSnN``Mk#o4T;ZM992uqpY-{kcKkAb;>!n2&fojE z_AV*ESe$yAzgF<#+Ud)<>hrHWQuG(vY7zTg<-|nOAeI{Az>?-}iBkyzhk5p@vsmtM znY=pOd}8X0nN~bI;yN?A=5IJ=aIY=U$KXldJnI>Y6tgzJali7YGr7WFzBJXa`6kb@ zLd$Nxl4E=4Ex(_-c;B38tsvLgeOFfGN*bY8-PuE4oGd zk8WZ}j`^Iov%_|*zvi+uG2N{6>W(7Uqi*{G(@fXMYPJY2nzU@G-$lL)Vi$_y6<7C` z{7H*nFn5m2&mGMowHN+P+T-Ou$3*$A&1b>8`NAi%RicH`#jXp_WO*QSZgQS0zv}Wy zPjWAPH2%l;_r9Tr(e(c<6VK03xxhc;ciW%p59S3DE3JO;PRd-;HhYp0a|p)^<(vK` z>?>U44sQ`imiXnn=R5z$*_R`D4u zh&eaMsn~Ps6TV;9C4Mme(P&w(z^1{oQTX@MpEv8O>nm9sl3#GV(3-wDM9VYy%aWcm zsaMY36AzR=^L6t!M)u1B)ibX@zcgJ$=_hyeF2kQ{9E@+>BfU&6rB%$dnbhUGg7e1T z*XI*i#W!3pw>xZ5XtubsTFGDY)P(x5BaW%NnWUDQuyVfmsy(%HVzSpC!DnaIPBoeI zGc+;jA!nrC#9k}EkGr2tNM62KqB!^E%!asGaW1FY`@S07`?-?g*8AwLnA?*+eNuch z`LmkqS&KCX%mY^ymg^l0@MQZv^)F{YU+P?m<;TMHO8DKF`2OWuDR;*^C+(EAbk8^( ztfy{zPnP4xKD`~==eSwDI1+F^N<4ixH&c}Px({9FDj1l`_BHr?;ohZ@!1&4_c@1|& zo0xI_ht+56T8qyztlm(@{kkTjl`Dwo)G~ld#OM9~!nuqL48ctJ zN<<=if*5g&R3;t`zg;fuD)VodZp$)F5fK9=g(wx?ZQT`)(mR*vUU1-=x-76eN_}?b zu9D5t<>swj-+w>VzrZg4b>{S{CkLC?%l%jCKmOQ!vO=!r-l{(SnSbBDd0+Q4?bGl3 z+v`~igzj_gN%eXDF`%r>Uf-J7(OkAGKtJ@Ii==<~M6t=CS(NTg~v8tXJiin?h@ zOr2;e+br;6ms*RcASJW=_qE+mG)^bk#pw9u6|H!js)d3W9JK-&PZ*w9nmb285Tx}MNj zoqkrXRCeF{fKN8f(cE}v8B{dJ92_KytnXY8rR zC+BG&WZrTv_vNOu{_D2is?@d6$lf*W%5BpbvbsI-me!SevrqGEiCOwExnk14 z5Ox1K7G*U-2{|uYbk@CjrDzs?)59d%qVaHrR$rdXLxtIv*LX9Yybrvy-e{An7aQ~b zZ4QAvwoJEkU-GWlJvqp%!*Jq(KpR$qslOIY< zKE(INU9E5W2cysBlbDZBcDZWt&i>E+ulZHE2^Fi}nI5aY@cmHLRE;?YGUwcM?K#2q zM(Lc%+kUpXoq6soJ;#H!PrW`Td1S&oo~AoySrVyr65CxjR9#RxH7oh5$?T>4!O9Nq z=aM5J-%cW#6{bV8@i)jdOYD?Cj2qaGTD>^2@yLdeZtS@8i~1*;)qIA2tQ2Ml?A~eU7*lIQK+Z?7@w0n~bD)x<2Qb!DhHe`-2B__9-a)nv2IX)>3;f2d>6d(`a4{h~Vldlb*+fabcHmNzD3^Gj$}sq}M;Y&rI*}r_?B2;bIo3yl_xZ+iUpzHi@jpl5-%T7s-MmN&ZltfYvP-w+Uy(I_b&PMkwfo6U{CV?!r!r0`^1+oFmPop5fb&8 z%_H*g!7R>I9g;hE+=4@MoL4Wj`Joo>dgTKj^YxI137!{2T6S%WJEF5L*e%$6#rnGe z#aG0Si!b?|k;rfQZZDVMrR^&7(_h4ECn>|D2FUytc(BfsCb zn$LZaz4ONQ*BAXC8+g4}Z$92KGtWTkd!mNyGJ`2)tB(fAKTMX&J3M_^(;HQ_<-(pd zsU>*_uh-;Vub2GMeKBzMt$mr-{)wpeKdhYd1H8cQO5(aKTQ&xU=>k-!sr(X4N{dp9 z9ZQQ6gHn?-3s5?`q0!;d;PrKLgqW6UgdUN;=EXE+<&47k)Fp&&-pOLq^;ka9McdivP7tH>y_#2VIQL#H_BL8`-tf;9Q`ySrelqX=%m zDe~J}a;LLe&dV$5dbe!)`L#woa|ISkd^b7X$FqG8*Wv32?IizmtCbk7omQahB$gVj zw&KysgxM}9F4P}V;kG*X5nQ0%m;&Kn3uINpCaABISm*Xq%2LTHQr<`pv>+c3p;;q5yU%eoqV?%x|wA^ssvD*u7f#I<*{1XptOt`m!|w{fv?ycXi} z+nQq~f8^YZKE>)QH?Kw7+}QZ$=8=~SvOa}{FRyjkU74JxoIc&)N|R$joA>fnq0ITl z5{rT~Z_0^Ys`~cCulwj7;rFd>clV1*#vJs}ZY!Lc_`xJbs-pd2&t}7-)Gwb(C;ix$ z^KQoB3(q6CJef{B)VSyS*y_{oU2>-r4t_rxmyj^$R5;5rE{*ryH%mVUK3%@Z^2U<0 z93O0bmKioOiN4niGB-GT!A<4Au(arvly8AQ9>1_jSey{KNvvwtdC4=|9g@ zS@x^m;o0trpUJ<>j!%BR!R@}!U54C@{;7X;tWJ34|7%s4y>hPnAG!7Sk4M`l8x`ta zow_LT|KWTClLGPSyMtusMxQ)yohJ7nN~mh7wrLH2@^{0p44-{>{0;4@{e38mgh@#+Fv+Ucih9M@A=Xj{^DonALsrey|}C^?YReEX^-%hdu^*Dj`(&>QOa^z zUG4qD;9P>-X^p@qyS6t)dmPytdS{uA-NHKg$hnK_o?AsUJpb@V%F@Qa*|W%_RrrBx z$@+K zru2rEM#*aqi<}jV3Yj=We1p8@^5s4}Im>g7r}N^qJg=O$Y1ykguSQ)qi@ju)z z>(WlHVFV|1ADfw`b@3d&TE$PnVyw{cc=Deq{DZdhE^nSIjSnv@IDK6t@Jqn+0E@D)MN<{a zPpPHG*g5A4HLiWOd-}b-Z})Ari`Q7@>eO{nh>zb*HN{9oe@1lET*c~D9BkiZ{y2A8 ztvDL<_R;d#&LbsPFD%O5&Bv1|Bxac7)#-mIiH$ow?Zdp;%-5@~&e-Q~EP5h!ga01m zDd!b0iyW2R(A$4aEye3Zdc=MMJ zA-Y}>M(+PMXk7?9KVc!u;lqkaX?8*a7Z#hG$++NLm80#vYx9n1H^H!5i3hc!`gvc7 z%$E9Z**Lvy^XjgJW!lF!xFzkHb6MoBe4hm4^o4IP^Gu&_|9ZLLiiaJ~vP=%WN~pGo zdO!aJGvB;A-JtkAvlCDDWO7PN7<~=!d82dY(@71tPFcSx=VX_@oH+l7 z4+9!@-`D>0g1b^#O4a{<<*jGh-`bV`E@@oEm$5~Rr_DJqamsN~X*nYkr%iGzr$2P6 z6gw4ga6=j+kB|+IkmkGVzcem*&prC@<@J5GL>HAza6Ygv@`giVvVvz6Ks{9RLB zOMUsL@0ja-r_cLsh8uUTiw#fMa{o75n5Tc7`^QM{5SR3&3$ysliu_|-DpN%}Pbfq= z)>vBYnBXVbs`fEkA|+KRDdoVq){32pVhhe1ZJqjIZ=PeIvhhx-lxYW;53i~`=+q~{ zHTjVCq(yBk?yjmQX1m&dI`bjGp)-)lX0nl$y6}vf3MX95uKW%@JAcaOs&%r@)-3*d z^e&I#c-IE!wl+I!rWe}}{fX8}mc4eH)4ti|?(vn{+Er<6z7D&b zIav=K^b1VYoZQ55(<7{+P0zSPHOBeqoPe0<=+JjBCkh^&rsLvpFlOG7NTF{tbMpGz zw@fP3U7z*4P(g9cwdAO4Dvzu7%e6vT}+<0B5`f2HpYV&mR=S_H~mYHw5^sa^B z=}>9IbpA_$n+v9RRNTIKMN zH*a5bJzDqE#J0oumD0S^TbQ>zJYI06t^d*El7!`}*0uO^E!lZm+jd@7k;lW5cAtA) z)gLA7a*r?nAo=Rpv)ev7&NC}wrnIm6bjoU8k@T~#D<3HDb}QV^`~4w{tUPzpM1wRn zhuB!t?Mp9J`hAo>?rAM|#Q9^&s#TA#E>N}%2)f_?`%_{~pYl_|EY%gJ84IsDbRRo2 z?dz}4Zzl&G`g$c)vi}kHp2}ZJUs*q<`AyMkJ5jl6>XuDs>Qqks5ZZTU>rXC4(*x%X z*S`=9Q|<3~QL?XXeet>Dy5g5BT|KY9`@XI0tI4*lrDcLP&n~H+4DH(TQ*2+Zv)R7G z+)ux~y?x&G#Jq}?|L4hCRx~XvQ8bEr5nxhr{vUJO(Li017hKi6hou+3vnu#k&UXJy z-SpQ#RO(WW^M6eKG&iedF=s^->%5m{v#dT;&X*1ADZ95dl5fk`uNOsMNBvqpd1kEp zf2+G~Jx5-i*kCxdue;)_XF=(5zU`Y8jNi@)K5&OuY^Rr`lu?Q9twpXUT(_%rpILp; z=-hEZrL&A7XD_1>M!*Y4i=xN930QvAu}b6ftLv*+Ix8RdI4i$Q zXNv5fb+qsj&ApZm)W@=O@Hm0<#|J?cy-RC{96i} zWs0*neP_na`ngeybHWOl)oFV-YYK1e-!9@?HD&UzD+L|Dwp!M#Ilg7VX?Olr=e6`3 zT0K`T5-OhY-FEx&v+pHcPcEG#KW%e&&Ksv~O?pP2o~mIg4uQepvA2~shrVI5jy@T7 zIgfXh;QuevjQ37Fm-70=jgFs=Yu$x6o=uTXODKG2GA+U|Ht?6yLj`@tK&w*Ie2ok1 zj<8AGnmf5@sj=8a=f7W#(}Of5jkHsx->zxNUGz9V+QPv#dETgzSr>A)@e2!SHBk;h54Q5G2Gb`dLh`1 za|2s;>x|Nfe51`rw?wj?<;{^gd~A1uuYK4q!{r4s@6L*~r}Av=Kjg`M^;%7K-rc=5 zJ5|y%_m#?s_dkgfdL(k&r)%N`i<-wbelpzh@>_7W$mIgpsXJxL#_4A*cF8$xe=6}d zH8HO$P4VtGE-uxON&9ymN;P5KQ#Lvwp$# z62Dt-HzXTco(#8YYg~F^{l>dxGjeq`OCw~i8A`Ozn0-6T)XP8Ngv{I{1ybL_ynkMr zt22N1^Igp~A64=eR24GaWoN%yxM!)=Wc|A)uP62D-?e!?$@cluS8M*PIiqY*$o0GY zY5KFYJmJf4Es4 zd2}lH#Lc6vG3JNnoA*Ac+dQ2=Pfqe^`DJ;vrTgsr=F7CcJ*HFkrRTrf%QF`*pD!#~ z*8Spr!`IZ14aOqokxsK(8d|n{YfRn{-xTb`__+Rnw?$psqnVc0ydUBtSSz9?y8D}p z9dynN?#v2#SX3po;-KS|hhaI#1g|{iGD`z{%W~*3i zOK4}fE-UiqvdedoMzz`V_WsbUbF-E?sQ72jvy?kd+b_fmJlK@6{`p65snkn-{*S^< zHeKAe{6n_X&65{WfAlt(HNMm_$P{5$>z#MZSZ0PvmDv8JSDq{Lg>_35ZiqViqWs6+ z6L0Jv^nd*FUVxQ(L%!6}c)v$SO=M<=F-NtUs;Y%5>Ap$wS97a5Z({h1{h#M<<3HU0 z`%de3PZ#H2`22^-$+?qPb*t*ld}uEsI{CZjrWxVWZB>_+eC%I-Hqm48nW8;ceE5xp zeJ=EGJj40tUfp)j;|smde3^gXz2XhGn~xTskVxHmTzJB!gOj!=RxWlqZgPEt!<0sC z&9>bf(z`j?t2O?GtDa)ZociIY+_dA`YQF4Pu|Jw7(=L*Bh?B6}9Jfz0Cv%w|o()+AS zP1`>gvF(5GEa9Xo-zHsV@0Z&fR>*AFs1^8d>3>F0PlRL5>iq|}85lOn;_Hd166lE( zBo>uqCg-G**9{>wlK?l}IX@@AC^f~UD6_!70JK@CSj7<171TuXtbaH|yQMkI%RN%ap)4-}sE=y0tIc0(GXE9OU)h zUV6S{?%Q4IQBk4d^D-l1PVbneU6JWJ<7)4!IqQ2>MGe~WH(CEuj@?|cd{M4Q`HqK6 zH}icrxm~hD@yn*=l1pxwgj{}Sx`f$Sd(W}fmC?_p$DB#u%`!R8$Czhthl}HkN3W%N zo9x<(>&weRejkPwQ2@`*vENYNj{)sY6?h*X6$U>wI{-qWa3D zg{*bC#N@r)t+t-{H|;?rYw5-|9e-Ow{}WiIvly{akmjSv5-e z=TF-NMXQ!3McOE5nzwmt={<@~>S5XXW|!D?+4)nV1CJQ$rK@NB{1x<0>~L?NaoLhT z9ED8bN*#~1oE7gWEm@mv#o?9drKYOseRBQPPp1=Q4yUlEx>YOwsZHE*cH+Tet6d{_$zm&xog= zf1kEu^|PDuQ{4Gyy82r0A8jeGecQZqX9jLqqokZ|l$5W&eEG7VmAQ)o{#+2JepXT29j}>Z z&zw6?IU)Y<`{^<53z97K9cw+F`yJE0xYKxs>eHCJdPN&oit9>Ap4-)yCt6a)cA-4^ z!<&naP1k1x%)ZXHmtCoH^P?AWu@_vvYlz%4o3gz zxRtSi;rR!vuRd+v6W0H+?e!{F?vyW7oGu}C_xRHzc51;7=P$I|QKa^Vc}sf5drn=> zpK0xa%f6Xu-aW`*cR(|xR{T1XF|T;gtYbaz%UCqe{CaWzvDLE^=QQ_peV?f2-Ku7> z^PiNb{A8JB|8#2}wSQte=^{BvC1&y=u0Z+8FE~C4CB}O4xPRaHPkWJj1KY>@pAYu3 zdHEJ>RNEoZTGZZS&n}eBzJC7N^2#9wTUFESU_ z?dSdK{PM+7=1EWYxoXxnn@~vICI8#=&sCM*CUES5L(f68 ziLBdf4z%48_#j{*cw=kKfeF_vz152qUS7F;@`g(8t&*j=yJo*Ld+Aqx$RJ@>$x?0K z?;hos_onZ1pY{IkT%DVf%>S&Zet-A(xBtKIeSh~*eVH7~hW1e7Ev#2pgmbaEJ1MSL zV^$|_nB9sH=a@SmMxgQ11LXYwR-rK4_pYn7Kj zS)ivdKe5{9+TK7_HFi_YHPy{7mS;5|zTNJ2xrR&fTI%Qg2WuqD^n>@#Qe$-Gsh;LF z@6x)o0wq1}0)sbEdfbdk&Wz6wUpP0@o5C(jd%pm{c(x9&_6Rl46{uH;J?GO>17m?t7d{XFUn|u4V&$ZsEe!=*{?)&$v z_oO!@yofJ5({c00r5p z*|Ws9s`9&!lyVdI7i#{twy{~{`e$jR)OKCRX&rxGY*{QZC3=yX_d*el6+XL-g)?1( z-Ih*J%D&gIE-;GkLfoN(*mFu3W=#%|<3F`5|HSl*8ds+saPgUbtUBm56WWldQ{<#}08J3=@t>AFxj@|t8 zJdZESNU%J-zD#nH#47QJtg8Z_7(82SC71We{w$B|yU4@^Hzh-@-+s;P@<}aSRO~d} zdh$cdn26mPNsNd2?wrv*E$=yr>$+~xGRAY;wk=a*TAqHfYf|)$9UTVc&lOe}S)a@3 z(u>}A@5Q&PKSifbek~jqr0$dFb+Id;plfy2tO}owj#)NICf3?YdFSSNN|;!bt;%wl zmNe)2$Db8y3ySA?a#fY=Sh;lL#!_*~Ew|tL&ri4An6jm|%~HVv zZBEaZOiiA(Q1ZvOkkx5dIQC0Tsi^*>)AZOO{=P!j6iS^Zf()6<7%%?X$s74R%~ zishrY2cCYP;v2)o9zU%Rb!%?B^Y}xL6O}qKiS-w4-`3o(ME?J@TD0jzI$E)w(NzUCanZ%gC+(;m7tA_jc z-gj?0(iT5*(L0~=R_LSOp3{xx5AHr;w90jJ3gZ1bC1h&$3hq5OZOfTA7vy_?D%w7K z`P2xFhj-=sg-f*4*-md*nI3aprCF8nRjt^9S>;G|@tr|WL3x+*bh-FPy!|KVdkn-2d8;dY*XcZu}7pE%*W@>b>#t2sTay#~M6 zFkZB6@!$R8)t{L&)$8*@IDW{mFIy$M;B$lgImYjM?mTC_HD{)amTix|#fM58r_e>4 z*Pr+Qd!wo5m#ONi7pG>-ae6=fL#p+{@7k^_QZpi?b~daRe=IHYbMu8eTbxXuYjxf~ zv{>fs{bf69k9WGqCfJB=JMh5a{X=G@x`bOF4{uq&*|_rOTI2O6`ad%LNf!DqtS(nP zQA=fC$}>j22jYBxgvzIjJqmAA($2ZDnYZwfx!#lFi>!|WJM(s$pY31s^pGBF|NY1O zHb?4poJzx{tgN)zJxOD|iAw#!$1;NTODFs}+j%^;q)~alNMDxL{(tu$#(ijr{MojX zZ)1}0K?ygJduw}77Pn@JeQur2r?>AyJ;TsOO9(^gLd)?KXdwq1aZVdIi^SbHmigd?a=U@Igd}WhAk9O(JtY<|Bj$Z57 z(YM{TGG{Gw*}u-i&ABzZ=Jl;;Fp`@5Wr-UTw}tG}9rJIkJ$&*-#~NNQWx<*8f)(PG zE=rOn+r?xrPk+b~+g6oq82P%(qqD^)*!@7pl3K3&FI0ZKyfVkT@N>(u??>C8w$yn% zQxdx2BN^lHW5Ys$)IYDe=Wa~>)7|}X&C#%`umbJ_H%v{=Im@0s+4AydS%*t}KU>sI z2W`P-<-lsag(o+^Rf@8a)=yf#{GZaTch5y~l>bhfY?Gk;cF(juL7hT5honL_W@lba zzLYFp#(b>f_0eUfr)FO>yg%WOhA5@a^ZU|w)R!oS^5t%qQX>J{Jf1`zqH6XkX3PV zdhe5yYM+9N+x~BREYbEN(&zQ@!lo};%m15S)aVcE`dA|MbhFp3gOBSkT=*zCP5t|% zzP9~4xt4TK`89iCcV>BZ+uc+N#|iUz6i0SD^jZ^lXXq+ zS#}yGUoh+3?0)&-?lu;tw<@ccUu%Y#E=jX(T`u~YNA#4h;pK-p##0_T?q=N{b?T1a zyT@H}*6p`r&zIklb2u3A&vH*o&hF1#adX=b1T-#vmbypLASB~urcchaMaNto%!)e} z&Ft*DY}I!by~nnj=U$%sa8B~FG(YzBw$tp&BY!i^EB-Oz_2KXWMgHI)ItHEk^A3l{ z#_w**|1|Y|w6^`ML+2eo-)9W}u)Jo+znqDGF5fWd{9m<9!nJ-9=VrrTzeU$3KE5VA zNt>hh=?mrQd<$%xk1}W{l{vdw-O&}@EB0=u_N}zr;S(KWPRLBFy`mj;WTxlgy{5D4 zYSS+HT)uo(v;D)gn@3)6Y89TG`ZOg*?&P#)Q^DjFH)Xv^fC=`?A)wrc*OGD$6 zrlY)!tX{WP2zqu+;o`GhaJK4d&drL&TVs#tKRU!ZLBMH+eS>_f#BNs)4!yOh?`NCO zt9)$!sek@`KE^c*&wg;2k$Iw3!aXo!>4ln8!Ksg~N3JTdcx)Exbb3SbmW@WYHe`K! zWFda1_@Km}+PVYIXCLn^sNSRR`fAac3xC`X-`z9m;XhCIT`LUM%>7YZe($WuqEio^ z2p$eIs9GIlDET4MVbQ^f86UQ1e26yrF<-+ubNlgtT9qwbp}%G4y)c?uNBX4JLj;Itm&NZ1#EG=sxb=7?|!YD|M29> zqxuUYl|QPoUBBURG)7#lT2Ak=m)$ol-q-8-&284mOkEeWC|N1$+#ijnk9cz{+xtyF zy2T$Yn&Er=l3e>vSvYO(#D|OP9 zc-85Ae~+KZf41y1N9dWyIuCi1lBZ}gMa6Hd__6n&q`3Xl@1MkDinrZATp4%awaas^ zUlYG%MW}4Io3*3!c8jXhgl(TsshXYOXPL56$4YB=hh4T= zIQ!0{eGhM3ZOflA>$L6t3%(1V%3S{FqWfO*UDV{=RXy4Tzb`7vvnJ2T*`6gL%hPGD z(kB1e_S^)$n}@FJ92VPky!?;s@oE*5cT!PjSNsyN?X72Z7w09txbry8*&>_@!*#tYd{~KT4O*^5gE`b#?1u z_VC!1OZC3`NpE|2-Y8<_e?3#)MB$4DwTDfA+PyUt4^Z8xer9EjUA)yxG5*_p(?aJQ zJYJ~rBK5?!NVP7zPZ@>#LXu`!Z=81h&AgyOzURq5I5^wXS8g-^)~MwaZ`b=+$1b># zYk6|VgW|Ruex)TU)@EjbsR`X$dJi|9safdr|Cj%sspn3V1Rf3ja{7yD(eeKWR~WC^ zzW%lDW_9)BylfA7jlaJ;nAox7yJtpRQ`epxLzlT19NVIEXP>|DxGL%9P2ul%q`tq* zec{17?WCOc2KDOAs~)Kxdz|9??8KIdo=KY}Cbjv>ZCspuq^?zZ(%h_#kB^*dd6UyU zwKTu|O-=V%f!W+QYr5wulo_VH-*Q7|ErJ@k4%y`R58wN|aPp>g>Zr6!};^9v`hdmXT`k^9CG zhS0r^GxIy=x=vryBf{3mu+-3{R&|%3zbli8j|b-jH;ov>roa+m>$Z=}&athWuC2ag zTBGh#H?2BHtG{z*r0;MooR~B#sqayC7i$;O(M!d5YNg)%t}95L=}?h>VT)7hb`E<7 zHh$)dSvQtxMlD<`>s8?pJ#}ZDX5vDA>D}yCS_%}8uy#&&+H<8yBj<~)=rfOm*?m%f zBNqQ#>^AkmO%B-=Tvu+Nd{F*cQG8pI*W4>|CI0Okt|0+RZSR|=d;$-b>+qq(W`ls>vziK?$q5{@|ovje(7Hi&xM^YG}MKUeqWKJ zyxeJ{_LUd`mWPhDkzSiBtju?Y9TW^XrIB!8w{`QMM2RyoA4RW6|8st~t=q!um(EF3 zL+AWlqZJP%R;BVh-m(3|TiGwf{T7&-*Rg;dZn4CB;Ij7=OfXQz@!#h@6c9z_2%M8wLce-@x z)e-4K>pu0axp{bD=Z>hyVQH`RA~UmebDTe#h?W%mocQvFht4S-vu&3y`W;L1T{g+= z{^eU1_d;*n7g|}J5Y%4$q-f!7=ak;1m6I-LPkF(5>~-+gi-%U2U;EG4{8g*X?vabA zvUO;W>$9)bb1L0uR|PCD6xeHGw_Hen#T##*i&=7UVJzvLj(x`p?d-E;#0?y0O78Ml zF=4TH%Qs`a#cg#->o2VGk(_zP$T0l#=U)cCpBX;N)w()13jMJO`2n8H&^}gcY{|sH z5Q=w4ZzL7!I=94}9LKyA%=Ei7G#Y%IDVx^b9U@1gyB955v{Z|`LbGeZ4N=GGNi3be zF7e!UbpJl>t}f@tlj^2{!t#G5rSv=1z&FXB+2-*q zchH{b}3zweaWT$;Pk~! z;&+6tzAufNocQF!gM}PlEU(ASEj%uB*)RKl4g$T=;tVCW&Lw z?=Bo#<^RT7QphX$#m~>N1{vSl-ac@9x68H9epBnOSr6x|-_f$FiTl#ji!9B-KW<)~ zc1U$Wp8KWkKea+*`xJxMa8#c$;3?j$x^Ag##FY)q*2W$Q;?66N8hE~0C^vJmX!FBI z%Xa2ue4o)~Q+4S?lK$bvPN!S{s&~7^R~es3+~4;0h2LUc_LV1I?BkKl+bZ|(yz-K? z1O4m2m|y<fB?ct^wOB zCAfAiKeH#CU&m1OYUIDPyS+=4#Zom+R$MCG+hMM65-ONz;w#?Ve5H-$?@5CfjjW@6Yxu1|nQq~4iyWequCaM!SBMnKXgc{nNSWNXfalcb zjE}Ny@r&30U|jC0JMqiJIqH(?JExpYvrq8)n00(>Me1L}gYPU(7OQ+@ivBpMV^5c7 zR__MiNt`jux3=FAN?9q`sq?oi_LT5Vm2DUA^?2WFiv0Cf<-Uk#l!CLP_Q$|a;BA=h z>6{BpnHd=N;oXMmM@ilVW!g;i_UYa!;0$~GKl9S1sSCZbSwz>b$PE<}V9~vIY1I`G zlQ^lbOC`4j%iN6K7A+)K^MU)vstQk&kK8jVy7~9LHvi}?ao#7})J^!|LEp4zXXaR@ z*FCqN{P)w_$Lb8r3)>R!eUh0ReJyBh8rz{wI}ba*+<7%kBlq%iM-AQR8La2OF$HR~ zUD|&uPI~W&+~{4W?VlMMwB0kwCk?V9R?n+$g9 zpPiM{!p9%xk`Pz;cI%|s=`SLmmIWK6{8L=vq1Nic{q$1nQE8r&_fIKZpHq_R5oEdl zsj+S}*L1O2Wg4}!*9Y!uiqq;2O?=*cG^uiNRm{h!`zM|cTl9RLQ#}u}7xU$3?>6l` zaCo<&N~hL?ytBm;yNquxYFsPflfWHxadZ6jtKU_sz7?NNDEO~jt{H83q5UDtt_{tK zLieWfww;zf_kDZ#vUR7f&)`Xx*6v<-djHV_U8i=e-DS;VxSsV~LD6N?)lI!DN)|^1 z)`zPfOIK50zPcpnqyyVc3(twl{qfUE1-;tmU1@l4dWbbY^v;)T8y#4klfW6gtSeZ^^tj2{$+Ih<(@?^7&iR z|F09GwYl%)pYNUYx@$qgXE*17zn!n+j5i!{U0HMZ`mA+MYfrQ-Ir}{JI(KFCihHgX zIi9a%c%$0WQMdT+6%UrG)#@j9^{YHG>3hs_U-k-fk8PW3vMu`F;qNzo z&N3@WY^w_8{lKyNgT&^PxsD;Mmupv`U?rG& zC@|&a501XXHNC~1Zc`7R*n9AaRnpG#8Fg#FTCc3W_MQ6zw^N1Z);*UT+_X3FiX7Bj zD|0z~!UE>cyXMH9xp>3>bzqjEW1q#}7gM!A$%4ifYz%$+J}@ybe8;e!jG;z(2Fj;%&uwPMHTX8=Wk>CQp$m)X02olDR=Tr(kZt>=n8m7k};X zHM6}x_uaL&J)hk_bR2P>@FP?}tAqWBaXni-N7B1L$|k<7--Suf zt1so8a4_BZ-{HrzWy$hWWQw$}JuCAzNcneoA(Nw((LDX>d0|;R*W3I)ENb&?d+j`b zy==vk*Ty`_ib);cna*r5h;TFUne0Ayi$KK0zL3>Ci)Y@ z;Ib`TuGz3$C%!{d_32KVQ?*~-{L`>$TK}|Di*(<_C|0HYUs{*-DER6p z*HV9utID2RdW~YaisM)8I=@tS#+||#(ThB1yiRYcwEeXvBgB5CaZP)W!dt7`=CzSeIA3kzk)-?0M&(j_Yh}IX zzTN)owrf_q`|bSlZPO(;HAi1BnEGnRbB4oL7uGH}`nHH8$XG(>QOV;y);wzjnsz@d z=->3_?#e1B6Q`2x{qITx7ww!JdoFGICTpJg_7f8pU0W{orTYB;xZPH9hkmNK1uU^T zv72{S&*apgz)aKEht{{YdTZ+L7Tdmkr@r&f-7{8c<=HL>dUxu1-gX()*^8cRNma1k(@<6o#A7p%MY%u&I^C*xrx7qnfZQ_;Qd6=`-?q_PP|Y4HN&FhXRAj0)DvZ$ z|JH{ozgAuIkZmR3MXQAoE%y|cxN7*XSiICBL&?dUb7{a!x5ufo%wP64&vn%BU7O7O zzD#+eTOo(Cp{@D<>ho7ilx!#Z**d*^xN(ErKjk%-V{iGJI)`k}*wbM6>g^YwqbrNm zKECOdyfpKO>A1oaz@PDs>MN|8Ykkj&8!`7OyJmuQrB%R?sIcU*! z2ks@T|BoDh$|@iCF7KV*!7t1|YD-QSEHh!xIy~)Z7;j$W@28s{a-V({D(7`w^Qu#(wA^>+%$tW!?ArFayXf5Xdug}J zYJZ=oJ-X-I+~z)S=HweT-;dVj%O=dQP)+zY;kxDFOO?V|5=kDj`#5@6m9#wl>=jY? zmpQS(Un*6yCG=greogY>jnb9shYcd0m-!kjIVUhhd8$*}rnG;7iL(=*{%J9{SrwYz zq1~Ifhd+=f_;0%N)QD5Y#|v&Qsp@s!o+a&?*t%|iz{!$3pO@%(ySIIp*fYGmZpDZE1lWvvup*o_2kn}&lsEj{H|qg!^&xN*|qKHf3G0xh{K|7yPx~7OLRJ} zsvfR`(9>K2VN#$c&x=0HoO-O>Oa!0VYT!|{qiY_ z&-O0JJ*Al%E?d1NHE*?O+tcnn(rtm~#r^N>y7BRpjfxt3&@0{8U&rGzBbG|lEy(wE z7u(4q_bBksL(>MuK+UsvW9H1?AFEUzciiez*QN8j=N+BI7tDI}LyG~gtn^xKv)waP z57}fVZsYhIbli_S_)XF~foHDVn^!-!lUtGcbCTQi($gV-W_T_U%eq?oF#mJyRte9` zTX)1h*%$KvwwvvHi$mvc*>JEJT5NiHt;Tze=hN9WVZ~07qOOu2OzW-sq(7NmJ`B-b!4<5dW4~0I; zd8O=aSDY%c{baL8^bw({OSV|=kQSZk-nOM;iSFcUT@ed!ByJMg`c|w@v%jlmrk{NB zLy7Fz!fqGUpEI`T*Qvae37e&{CDDI(Q-XhW;_ciUpVuke_#Ag5?iWk^*KaZp*qlTH z7RSr-%DCFTUaNK6_V`ELxxo?(7&9vV9#n}m=?Tm?oRmM|$;GwJH`Fb?HXhEJ$m;e% zYR!qIe>p+Lgv+0s#}_a&Fnq>4{NzPR%Os>cAGL9E6x?N(uw|b1me-MG?RV*{ohP#P zc2A!XrtHal#Ehkvb7mg9#GQ9}Y0E?F8b0d($a}O|?Vfzk`F|RZ&2Nhd7#3A-IC-u- zt?b#EpZhE~|NZ#+wK>CfgL44|e`cMPT^_XdmY0Rz`a<2>{B`S=X0yj+zT9!>-0yYk zUA8VrF}N!wtz-Xr`PBOpLKo^7v`s&%dhfxu(|cK~S8Y;}v5ouEvMu|PaNncPx5{EP zZT6nJwJhs0&on00tve#`Oi{a4-@9hz0Uyre`N4jBU$;iwI9gB{oupG@m|}LK{!GrH zg52F-H%~~A__x>T^S&qnGyWy9Qx~o){2HQBeX4l6x{a6iwFh~z1}WwnS2#?VR`Rr4 z_`BL^o|UG{j~Z;-8WizDbyb=z$DJwju56dI+U#tc`Np+g$dJe2&82RmlpXtbKK|Xl z)ZwM@yS(+c?0o*yDoEo-B;?bmyO&ZFZo?p{Ca6#~l(S|0*exJ`X4sxY=HwuI{%dK5-TzATf zvrpGOD-tg*=2`zw!@@HC8a^~l(a3!9ZdIdX-`e`F@29hDOkbbgjT?f8A^P4R-GCYulHee@K3#a_3fuqmjcv9JH%W-HB0;_bJ% zuWZ&d>e~3w|Hk(|2lk>XWvl|ZvFJXb-vG-b#K<+ zZCetza9h8G)eE=p6MVRYej+b`bJu-2Tx-Q4NW4$jzKY@>YQSd8M zRAFXd2*R5;ohizjl?AErX`^D{P?5U4xLvb1_{J|-D6(o%=;V-Hy4yO`THCfPy{f8t zSBPgt>F&G7Qq5+cNju!L|ImJ>M3D=Ouh~nF$setFcXzAVmctAu+vilDuYFg1uK4`U z^8b||Ul%iU-$;uvnaz9E;OyMHu~#?y9M6#0ceiA_^}e?&bPs>dy}a>C(B;gkYwtFt zZ#Q$gf8|=gt~XQij+J+f-$}1Z-cee5^sNb3RQ#Nu+Ldh~`b%3R4*xK;PP6EH`02LW z6a~X06%lNeugg-a*GB9+SFqKe^N6It(Xj4WZf@GsrfV|Ymt>iJE#`E%^tSAo^EN(T zttKcdu>I=)7f#z|UUwHS`txVW%B;ZMTNfGY+)Q=iXE{ncXI+^KS`a2iXej8-*I)iZ&h@3yzsKHprM9b<7O zs;H;Tx;|#cy=_Z))Ia7474C62E$d~|l(gN|>$f3c_qO`hg%v)ZUguxnx~X+I=Goa@ zjqg3>#m%Eb4O;sv|4FhsOFSz*IZ^08`|MS=DgWwY94~tXJF07VJYr#A%{3*#WO;&t zMC~dC(H^lCkGYo#d-bPn3YGNCdKP~5)aF-Zx3}+M7R}|1H|Y7eJ91UV)U#8czI}T3 zYww3eer%hLT-)21U8EHHeoIteZe_?kCNbd?&4=dKvIZOydK$jHhV{BZA(QJAiB0Qk zPY8wmaIBl5a`t+v29L6PQ0Rx$38%u1*y7nfxH~yoGK8coiDUcl-1%S{!v)bZ2|et) zk50Joc31Wf+5S_)+NR|vc`~Pz?7Vzq;~w4Qz5 z=Ivnqb4mSc+HvExp|jVYOkMqUz3J_Lmt>CiUk*=6c**mgtznJOt%Dbq?KsMjuWN8; zSs{z^Vc|cV3kqd8=Nyt)TjRU=`^iu7o4POWe{jd{nEZvFg~yURwx+ktKVq#|H*d!d zb4#g{wg-RKy2x?-JN(1?%X$`#NBd ziLC!r*6sH=dcR5A*V^*2x|6tktU_ww9ovq>w#rX9x73-;d9swtI8NYVgXc?0rL7s_ zo2zuM9d+F+_C6_YJ#R^&r@dCxvGg4>L4Q>GWLErl<5@gk`1sZ33;0jlg~=zs6-;Zb zpBu4N?!W89{f>oZRewGos-LWs|MiEyt>afgKYJSwHC-nA<=cOhpApL8t$$GMrPr2! zOx6m$dZ8mRV!vqd2#hg$^O=z2P6(@ zdh)A2ouZO;Xoj4SXr$N6Z8sN`xXr(`q)~X%lG|mhJXgI1%;tzJV{McD$+l(X$yTMd zb9>&hr(Y6@HFVDZC$ju%o$uUf!jqmgwJ)^JSDSt8^alO>Su+-B6lLAftCKwJa4$#f znCI@`&K(oHZX8)H@hjZx%*NI=`=+*d@1Dr~UbyIWz)$(s-4jZAov+5KNnX2WD>rLT zb*^}k-kicu%ThH?X4o(#t$y=hx6WgP2%`)oz8Tl(G%b9dP?xwBK;1)nCW zTxy+bGclHDU19P0JvVxJ@8tK3zux)mfL!|XEBezr63--XZ11bs*#FsT!+a?hdqw|C zYj?d_JL~<7vM%-9Hw?~)Kb7?yoM`9O`K>5*M*WKWF{>hz+P3Yv-5xPX`J%^?(w6Ok z2`^V{V);B%W?E2*+K)!XrejZU?fCGbrZ;+4<@VO;@2_B@Slv&4Q%l2Uqq<#L&H z(L2e_&gXCG?6I707CCR@MUI8%XT2yklT!UsDO`JSO}K@SX$&;$>k)5W)bbff;^EM%_lsWc22(F&+i--SGH~EK0GshuAAQzzi!&w#Hh2i zKbtpq#5V3`s=wz_SnxR4=BMsK)*qAhwH8ddv^sV3I`fF@Gp5~?`6D1;m?YVn@$o;~ z^u$6f558kY6Ly9e1?;?HG=uBhL!OoXv99$66=Kgl>^~f2)+zd&2P>YMo82R6ULrd%o)zM5|wmdO3qRX21+-!6p) zHI|FLRc{W4ol2Ls_2&IDujPc%oZ!R3VcY!bjz?R5yVxOVs`7t&zooEb%sw`8)<5fH zT^VPb?^xIq5-|6ahLrqY#!Wl_M!xHgd{>pc|3&)tX**fpTDF}rDtTc)ypsb-F>>_Whd7~OWpVnU8vwUa(-+Zk&v;6{cPzT_Sm-F+U2{V zb9eu)*tq*{<*wanJAS9Ee4~|9K3}g)JUX!K`t+jb+wazHyK%QsbcgnVaJJ^zdYtU0 zX@;>>kr5*G#x}*JP3Qk?Shj zoX<6^hLP(sy(RgiQdi3D8R!Erpe$o=PlY(X%GCH?^EhiCX?f^-Lbi-_Tp)2ifZz?7eJuuUp!2;mEr~ zbBxpXoql8a`|HY;VeNwO+g1OzxJRrFF`lSkCHQdT@8gD(6CXKvw(Z|7P_nbWVAsamIi?(^ z#bb{iw7uj1`)5P-glQbba^F9{)p(&@tnkY&Tx_og*M998=YH?WDF0HZF=^t%JDKeZ zjdcgbgZ(d$#~j>x6P zXx{wk$@n@_=P!7XoYJYc|s8pi&(O{?E_XW zHFLP78?->;h#8}fDX;8H17-b+%{x7(zk8SZE-&iCLH7A2ZvUtMx@2W_SzTV{zsB+6 za%Z+%D?FpT+V-k{pZ9t0`#Hbw?)~}t{r!22KX}R|r{%niyt7UF>Z+wJZ;Sfd`@WP* zFMJ&JJEpboE!S#|*p)6@RVs3e|#5Qv(}#XEIdEsqAe}G z*UGHYd?~v0dEx$3ACk9i*4y{}g5Z5p1uW8T}2)gh(X z{#ENrMP~Xxmfe$m=twos^Z(+94*XtXRk*?b;gU@`fv4X&`^@;k@Z8gIR*0ilc!9mp zQ$HzjgO%a>mo!gpJGoz&`}?G26RsXws++uG@4UaMGhRAf3EA1T>p;Q6<~(B_o1C}j zXPPZFmM9IkTg1V(?XpdNs-WGZSB!_x$Ijh8d0ib((pqizAEDnj6i9SAE&dji^!Ib= z+?|*8Q-A&p`e*C;n|bqstGiAVY*dzD_ExjIs;&^3IYCUXbjI8-58vvYiI2UL`r}{7 zl?!M8I=7yGIIEK-&*jK7@#oVzZj`V86ZK-!m1v9Ao@+1dUaYbD%R33Zz=E9*LtAzo z*Va4RGi}M)ySaYi>b3cP^QJ_!AxvxU0UoPc|>;p7-(w<6;YE<;zc%Bw7Ergs_;;`z`wTX-wK9PPZS6Te2%<>DI|pMfivoyHsbHZn6X z%*1=`A*ovkkxBY>QjmB)VdD z-^e|wIQN63=kj@e5_cxPoB7W6^4{A=ERL=A{O)zR_P{k9G{zEG)N_+zzdGQ#yQc#r-Qvg{BLmc1@Hy6;X9(evq$s{}I#r z>4N4yx>A>}M8td5`D+U>T~)tgcvU`pvhu%u4~3(S1O;eqP+b}MuVvm9rDal^{|I{d zWqbYpJ@?|4c}0y^TYt@7n$>vsbjkXKp^i%(c8mB+s4r>HJbUHpj=ED}4(k_1sl1iH z@FH%D_r8*}FBKui(p8f(y?xzGSo0bWJk<_(Ah_a8rr?bU%av9|W%y)$+;x~{(X{*XYCK)+$Vi8 z`bx@_Us6tOhO<01BYgSA<5nfCb#N`)>rmEF zI~FU|-A^1?9CQ0>`GVcv3+znvZz9|@-c+kNZ`m@p;%Tg9m7h18=e$zR3c2o6f5YfxE8{xV0$*3o&6`&& zFq6Bu=~#ySLTK#{(`COy#qu z@{85Am-8+DQFh6|{jX#2^@t|nxx&+~&FnnOocMTBi|CzKZXRx7R&y3|o9kUv%eFGy zvU#bgfy#!fx3`$Qlb_|0IVET3oUgKWCqF)G^~lUpuDYeP#M1KHGK1i&SH)jRzpyh9 zd38@-#>(WzeccUuDdwipI@3Je-uMZfTM|^bY{}hb_lFy}+Y4MC>|zzul2D0LmioD| zYvY-_qAQ%k;+XLVl%5OMVN87R)y(^)8l( zdCqIrTH@RlEnKH&>9(Y3liU#lCC-95R%$jD6R#Sc+8!*YvMJv)Y}?w6mkl1xnl;6$ zUvG(V>v8Y7PxeiEwZ;Bcipy85eHPZf za%pdmGcO+OB&ohP!N*);AFS!l>^f%XP5u`eCUz7!!7MP4e6_sFK(%? z*K(b;ZvI?p>t*i>Plx1AeR6)b%s-ZG`P@8}AH;GB9-ghpR(+Kw|Ep_Gn#i7J$?lg? zHd@Blp6T}N&-}+weKq9UjVA|pe|V?0NBF(qj)fZgxt6W^xR1#unuV`wdaabkHqFWp zjCWMCpS%+lwTSKA&0;1dW8}O|*d}Y0Vd$xiN$&(#c%AX#u$dr#mFf8nC6n3y7w*lT z_SG=EDDmd9L+fL+Y~<2{RkeaGo*#>xqpl@hVH39Vw84qj#kED>)I>_yrtEIvzxE-i z{QVna|H3eh9}`rTCEhzTPglC=#_k2*SUb$}RWB~>f3P^OMnXRM`MWo-xeGVPhxqSb zsb1nOf4S(*UlzNUO4atEonOzL+h0=1`aS&N=1D(`Z``SB&C$EYXy4ARI@|vIp4x>{ z{MSCzosF5&Kcj7rP;Z5Ju6noLjP=S-@2b5#9{wTJeANfj-zQ=NZhPl2+@H{XT{_j~ zepFy*KKF{F>x5kkGNQ~@UHzfAGJ4LlxxaK4)$ecX`|FTU5*YA!*B$BOMXZ+VuN|Ge zcgt^O^Hm>{<34$;OFkJs&o1E&v&p$ z|Ma`Q{J!+VXEVM${VYF6@=1(lefW=a2cO@r5sR)VO}|)kEAEfKU3Lc3j=u9&OdI+5 z7tgFOTxO@uW*@~+t#Vi3n}=1l?=p4N8P`0xYO zH_~^mT&UoSE%*PuL5^#_w8T3%vG;0iw;H0_f{r_w8Hl{>*IzBqe&OtWt#j;!#(!5n zy{{`XwO|>St<2O%_hS?v-p>2|gM+JKf_CJZ6#pn_FDE<;lwr78YrfO%7O!9`1`*OZWP5d(X{s{%t;v zvzzLUNFM)u%q{PZP3xD5GkLBV=_Rn|zBwWlcTai)cl5^F+u~+lwV8V~EuzQu*Sv!> zlK-n*oNo8c?@_0z|GGWmsm)6#SFla2yvBMbu<1j>%*Qt>_n6p3ysJptA7ZiYrheC# zw>EL2cKzmOSd;zbB=$y@ue!VGj;wl6*`bDpe4+f+mA_f{Y-bTKl&?_w@k7Nf_VY~c z3WswwH|NbfbiG#mqqF6|lRZnbGrikl8n3b>@p6WoZn!>)X=~**<{z4MY0=M@J&oYE zc)6xTX~yfnvuu8P{kijTp1Xznz4s?>-#8;0H&;Dop6Iek@dvDP_Z&Ir`_}c3m_@(+ zyo2-g51Ll+)mt|2pSx|Q`qrIqORrCO`kUig{hL`D&u@pWxw-YtS<@Y}_Uonmk9B^% zRa9?Ro$l&t-GABDOCKmMpQg9T?_R&>oIO_mwcXYm2+xH_WNcH1E`3LJiic37t)1GyrdBTik-{;Ld zd1lVe^iB8cYJPG(;0u!w)4guEBX#Zes5X6_ld^I*@^;_k%*m{{!=K~Lm3(#TI{m0+ z52X8l@3W9NToTRFmb|_7>F3@98B{P%!Pk3#OvbB0RA?)tww+>fa0}T7E z|0??*E!Y0ZcDVb$htB;A6CI2?HQFS^{5*{NL=G=l`iDpI@>lcT-0KtFoFf`vPdC%D zYAcL7thq$;Qhn>=6BESNzlgtFD7IMY+yj}&-&V(}u2pV|d%fevWg%fiUI@qGW=^g&GG4;n*OVL-4TGyX8D7G<`P`Veq zC_ePTOskBSlkP2K;rUq~)?Ie}?Ouz+mpaS4R#}|=8MMv!oMG{_O!-7cFR`y;z1c2fG05?wv%JKLw;EnoJEaeJ9u!TNml*Llac zyPTcI^jO7p%09L!tDY!|D9&kcd(IU3oy_Qd{gIoY4M*44`W5TEmfm(!iOinlO(KiMh%P5TjB9+ToJMgLk+t%R;kqO;UQ zcrWTYZ4@|rK%tN8Y>?^Esqh~!UGIcUq+%6Io3%%|*w0lVzdc>UUFm`+M?s;U_{cmceH>H<7 zFRWeex1#TD@KYmR%64N;}+4F^1PE&DQbHJ@@ z3;oJCTD`V9ulSqpt`pEZ~LJ*#A5omSo| ze2}oRCo@J}Wb$__wH#lYpCu_aCE72pZJTHRRwzvSs*g&CpG(D?e}!jKX50v$^zgkN zOYA%OIeBm1nn|}j?Oyljf!w?0e`^lddU&^3_W%A_Ch}#9rHJi(?d~|0*874!&uinh z-2P=Da`HsMyDf(TX13`+iYOF6{Wc?IN!8-oR#BhA_RHy9JV$iapWd^2;Q`46d%Zc2 zZiV0ZG08EkLbsSD?Z?)Qr)GYZ?wGyf=)?l)a*2suIiK`wwdXy0_}sWobM@JIkHw1L zE#@hnzV^D2d{V#Bx+!n|ENS?vGp!E1JtqG4ksX9bxtxd{Bt>0shcVD~H|VyT$Um|F z8XU_f98vWBC49-Emr=dTxv?R3`#}e%$1|1~oS7o+Hci|;>Z_~m>#I2*1ly!)L>)5qIlb!Y z>$WG;l6Ni3=gwdK_IBSzlco95eCF56T_Y`=KK)v>W%g>{)JvzHm>RUnYgs=tU-ocD z+~J6|ZwpTAhuFN6UiY@pd)DoJi4z|uu9@~xWs+5*SY@~O?UFb7J9WbP`j-c28T9Po zbaS4Q`0hr7iHhX9lC$N}OOs~U+a>Wf^X#nKkSUSmv6pXxV&oRv+xmt_Ha(Ws+|!&W z%h_XasN_0QTOop$%x zrHIc<-x<~$6QFYr6DZhQP0pX)p|=N~QX6nuN=*1qSntG#9Sws{}n z@)R)Z_~_)9YkcSQH5+}aTdg9k}dYUNf z`Xry@?K|AA1TGM3DcJFnmF2F_Lo1`KuWW~1wt4^4TXlBAb#u{GYaW@tRc)@#l0I*6 zll}Qhd7~G+hrh~wYdE7j)#QA^LhrY8pYG;~IxM*R$%zAIi-RMd{#!R8-uTaz>nm-t zUbQ;*q-GYcfA>cJ&F`9pduxM?{ug$se-7c&+824j{`t$gHEE)a?+x#~(Clfelw~dT zOWJBS_r+}6H1$P0qKz+?r)`(mSFgS0#q(o}4%r{v(#Lp*zrpvs-&w&8@Be*|Ug95+ z856Q#+Ka*CUA)~pxlh;N4lGk+a*W!%ZvOwOh@8vn! zn9b7jUT#;_T@q%~e|l5$wx~JN+NRr_7SwI}H{;!(fKmuB!x;osnttYvbbGG@Wdl|_Qw zbL!P{Cq46d7rrMx^l*)hxlvg|e-ZnS3bl{cU)JZv_Qm_`Iq;)+Q#b2IcV-T4le$Jl zn?sf%1)TlOF-r~Nrg(b_pJ4rIyrcEDqhvVe7uhaTm*WclL38$;f26mpsY7t?;;YMCEC8#XtSE*AJyUi943W@@K{GBK~*lOO+h& zvSqTrkghY?WIJ2N#dO2POdiAI8>G&pe^8n6bwBu8pvjw=JkK*TFnq*24CX*l@c|tP z10AOIT=ai^ochV>N-{|XoVWc{5-oC=*>Ze72v`W7h|s&Tq_=pQ-?Ilxg8kL`cZJW| z_VV8DCDrW0XR_0V0P2GLThYy~rSzH?F89rLerUXp(x-#MMG7;5NGMl$tdEQf0qa_(OU1a0b z;`EGon-jm(81>rB&M7XO|HR^Q*TPe?s%|}UypiN(qWe{w#pv2m^|_Lv-I{K-`9`^? zPOeZoaQH&aS00uQo^?9nZM>B_Nt-l}UoAYUkS$TABW!y4YppKRG{ZG>f6r)m%9C2F z%d>m^u@hhKdWo62Z)ZHWS)%-7it@QCa;N@iT zJ&>`KC-hsTl*>;4SrY4bUmoiy3G&al6xbzvH=}cV>h{@^ErP!C!IPDF-dH%NhVR(D zygRWrBW!o{GBv*K=ZlxvZu#*d^L57KwpX2BzI=bj|5fh&%jE%Fy0_jP$w~Tn#XD@t zs#xDuY3$Ai!Vih7PV4*KZ#3oiA9vR~Ec@9-IXZSQX5Z0pUfi+uTgK{+(uni!wZ-fn8jZ`@9eILix+>$ zOWl$8AfjT0whY(z?S32~(xTGHoXJL?ud`ToN?P>z(*U>FPT- zSSMBem0@RHbyh<@(5FpwiGO0Js@?B`VpFRP^AGM%$Yl+1>TFXwzKJjG#?#a1=OsGJ zPE2NT=$gUyG|7Ih>WzPsX71jsvd~B_G{-#Xo2pQVppvj>u-yBT>$oipHj7LX(^@c{ zDNNFTqC=Nfyg2`%Xu(ep#AK2RicOnl>CFynU~_G`c>H^xfsVeDwt~}{nu7@!_?{lG zGGO3(t95wN(G8i5VG9nquq8XL+V@fI--1O~-)VE0&FX!5Oj9#s1()dI&U2i>FV7rF zH%vU-)WOPAS-^gMO^t=KKwi`WAMM_#=-IQ{*7U?H1Q>Bkiwiz~Cc`i_`TUH9v$~RB zOV>Eodt9~LX{jhU$6}_Yx3<$!Prk1rA7=_`G8ZQ#~wpdri>1EL8t<_TH2K?sPSz2kbf4KC667UiMA9 zBiSyTeCK|09{QqVbGtYFk)_hMRIpLnG5R z*+ul;wj0WMg7fC7{Ab;U#TNe(Xi(qEqj-x$F^tzxr79hq^Xt?_-e{CyC4JY|{S9>0aagQow6! zuwc63$;(ggY|^^({HV&|V~gBOQywlT3++2Sr*G18Cg;+ms>X*8YmPp9(dzATC#NN> zc+(2s=qGo!{Cjj)FY>ZdNXkjA=><2NyLUK+{S;{J@zG_|+^HAsm|mvfnC?)*|KPA` ziFZxGv)j8$5;%Tn^atLxa4?;-KR|h(<<9eh*_+iw9e-KaJv?~)gQxg4v7;fAJI>$u zSKndsH-}fEJ?^3;U;7H}IpJ~h7pjE>%Z6@h{8w3X(6{lQtN1lb-A9K`veqn>iht@E z#IULIWn=uRygJ$bf}{H#yXr4@yJuzi>WRGU3c?72l`%F9K7|;zbPR|37>9=>J>H`gMmN1Qpu{zlpuX-5;dq#-`Z! zHt_7OysirFa|QSRbRPPAK5ov+h1E}*|2*@*yWNxNyY8;Al;W@Nf3&k-e=uLk>_d67 zu>X;)c}-gOFO~`ztyG*GT$a1+@2kUJw``Ua2xcA% zbDK5!(TXEnb-l}8?P`i&v^Ia2)8%s6>ka?cxz(rMa48N_G~Yk5sQqKWa?yQDB4s+Q z3K(ZI&pw~*z2KwGk^{3oXIP!qjF7a=_LTGRVm(*gPNctGUW?&a;amk&P><>AR&mA|7Q`SPY~P79XLPhmS@HG88>?~;#V zmy)$_2A#URNwEL0LT&ivUxjzv60%-?u8^8~(aUt6!{VZ2{zdw-TMX{Ki`dm{5Eb@N zfTMfP-}#M4ukBX#e=jQGCKB^eLZtn=txEs=clTv>@JBBzNaDI>n7-zDZ||FkQ`X8) z=T7`|&crwI%Z)AP%@4VrkA1M;V$C7Bu0>`!&epZxCZ)+*G}Vfoijwv`_y4b0+`HR` zJ=PWHC$#?jenVwm)aR1*uj@j1rujee3;Ms#yCP6hsadp7P5fimiG-z#yG&OWm26aN zTHIq=Xn89_IDhKme%r_Fv-KWro!DJbys&cjr!&@R%-^djdJ7-id%0tkwLxe3l|8S8 z>;l?O|KKoa_5V24-&%WqaoE0)&riL7NX7r`+iKJ*&!YD@yynmCLk7{F5@8pY_c>*m zMrGC+uX7g*!vIF+`@aO$@-l2+qFYxFIQ>QT=(~f85uC5}twPuroLEhuH zF6H)9XIB@_i%IC0JJ-9fH9vZ>{KMrxc5ePA{%7jWIa^Bq%Y#37p25k$a90A~ zs2kCfp{Sim%9`MB z%4hOK5Q}a0>|VEY!G#&`4xHIre$F=i+nGNy*P6PndeKDT%D? zTYOOEYNNH7+Et@~y!Xy;jymRCS&{l>$M?cDIs%TrCwkotaQBk>XjZDK+&4?;d#PaR z58ryWg>wtpJZDAwI@M-ra;F~pbl?4+g}{5(hc821TEA3ztDedbd;wl>!~cKz-6r3H zzG4Bb*;bcciY*LT{hjlC+V`V}cJ}POoBO^j?$_MC-}Dw*-ktjA_4iqP=N>opy6OnV zUHRsBFyy^;LBYzd${4jNm&>gZAE#F`-8}m7ZS=zhAD?_&%$T?~?0n^+9}X_R-^pK` zbMot>iIaHhi}*Mm&qdEk zX%w>D;P-0Z@k2Cx-;)WU^H%R+O0T#P@%Y3~-XliqK6&kEd);%w!_4CJw^QvqKL1>? zf6{fazOU1|@9nmH#^$~Lxz!P=&^c>w9QEV;{%PwcZcr-vShK15HX{Q=E6Rc!^b3%b z2^~A0Q<|QcN8X|1afJFQ5VOJ89_1#24jT{1Nz5zp%}>cp%SWMtXV~DtgUoyYtlIquRFQ<7HBhe@*H-C9Y$h8+>3* z`0-D-R>yAKU6jQ!<&qQEmOES`;u@@nO1M~OF?cZ<`+S-je=xj`*_h|N<)-B0AJ-b3 zSs?j#UhR3y_fIR=*Z;mg|3B9Q!#hG1$G&kdOT9gL=Nw6o+grK9p8UAyqFEHP`NgzP zed&F=m)&DecenkSWBl}lg3TOVQLcUFDU~}9%$oW=S4x11|7=9@G|!@YGBf8)EK6D7 zwZQlE8TLNeh~SH-LN6}#F*3ZoS7qI!aNQ3tcC9ke_GEhgPr8`r3fG&v2h>rsPqvLn|UQ^x5HV>3;BJQQIvPKI#YjAW9n+< zWFwuOf!`}%)mS`cuPk-{}l0f8n5vL5f6)p3i{{c zIsTlU*EhwR^UYD^uQ!@&nO5??NxFCD^Z}Wx`pmyscU_5dd|65 z{I$mq7&h+O)1&8cUf)0~S|eTg#HUF;veApfb~=CX~Dq@J9QMzOg;yEWUrD;M+>YXE!(Me(PY_*Pvbc!)D)!%7+KTk{_`03I7wxu6lLQ zBzm*I+6Se5LdU0n6#6)^HOXaf+0tv4zd~z#W%r)ixLAmh>Fvz_D*iVPuj;B>!F9&% zrQ_5RE^e6{Ci^WvYP{dTwC?pm-4YGeppBV=8NV1FGv~Kvxdq79a8G85wU_jGbl~Ru z3t~b(4~~ch$VDhgR5Z&;C5y^S?lKS0itiJw-|yhB_u#D69}fFCsb%4Bq<(0gZd0G% z&lY>XtK_qk&x7;|>%Q$DKF^wWoBP%GG~e^~)5P9~iLFt4xObZRr9Cq@ODH{>bl{s^ zpMl`k-5EPopGB@YfBxfEW9QxN-mRXJJ*#iJWxl>Wt@a5}&ZU@!stn3I*($ zuClwDC$5t!)w`Xll0C^y@_bD0fz8{ZYJaV&stc>Xetr5x?=bc3Q#0zUB!6?K&AWPO zkC9!uaG>P*`v<1yJ$(8-|DkBAr|7zD?<4jfx0!97`Gdhd<5=LE!-g_$T()yoA1j^2{JZIi>mQi^Ovt)>;X%Df{e#_nN#ftjihsKQd%aq0_w&5H$1Sri zR_h1xA6;Dgp6T121OBIe9L?ta@pRtm&G~y+mA~;Ng}%S5{C^eW`-0TtNyYs3X)&&$~aWk+Oef*1=qAayXVc!-#7E7 z{$PKmCETL zmW7PRCfs?p`;KDe(Ma7q?r`ZBDLbn5GK@B*|EQ6CRI)H`t(N`yzd;Aek8mz+lxus) z%_DKF-+9` zL#Xz6s-8X4MVuMDv>O8wHW!uz;W^BGC2`l!q zALdD3&NZ!DF~ltH*}AZU^BS#rI$v#Uc({G;@AcLvx6KeOQTXfi&E~IM>E(kQ^UM069$_%e2`gU^_SAVt(Vb>tCK; zIG6E$-i_l2%B@Ns@UFGpSRjy}xmAkIc(laAag?ic-@vi%U|A z$ZPNtnihte?v$Du1h%ON-0am$&PgmTo*SC$FYG8#H*Na1DZyC>#YJ2Mm$*I+5PTZC za7)9y8C#~Z>^HgndYeql`&qB2w#-*m$@=kt-{7Cx<2&Cfwu@$5x_S5J&Ghv2c{6{1 zef~hb!E#Ufj0{dtS~+KWb2ulM`Y6ZCijnSNUbVH3h2^x?W94yM24BmjGki z@3X$m9EL2fzVRGP(VFU$V$Ab+mTJt_oCv4#ii^6p{5*f~7w`mzPIn2k=+jv8*Zi!3 zh<;^Cn6;qJtS}$v=j$|{d}>;=RN$zRt5fV!4V9-QY4h}gu8D1$f0;WfuTjN$zuJ5a z=a@B-yTsK^gI5d8`|{d*^WR{m4)cPiViMbyL|FZeZIV7B4RGfO9*UOh9XO8L9u z&VvS3R^cr{TeJK8Dl+Sr-K@GR%35Byo_X&J_zVY;v+!5xk+3z^2Seiw5 z@6f(wINi7%EhoHqO;u6xoD>d2tvwMj*3lD<1$&Hq zVrLpS+VDP>+_l?DB6-GQ>2>G!avYOnJAZZCvC}`9mUBIKUAKGNX6Yl`ZRb91YeUadcG-Li{Qv5Ngz8EA zRc+f^Vizp*Rz9&c%2I!h&iUC(I;&h0))gQBaBW{u6ab zvE18VZ#gWLJE;|W+i5MQO115)W<|yD>lwcHWY#KwNsm)k-svJW)y*yW_lxo`HB;3* zCo!%JnJ_6x>VaC`MTtXi7az{Q!1ez6_V#}-4)F85Pfp=izW9SNtueo1d%r9HWY04O ziOn*vRLY|^>X?2Bbz<+`8!@qbd-B!&7Z2Aty|euf?$RYYj+N|QRTQf~&1;o%$>i{z**C%#K9o}9)N;Ek+P5p^)-S(UrsR&i&#~)f z-C4CF`)KaM-9lB8znFVH^Cv!RRE^o11o|{_vgC>+?WmR$;7nxu$19eT)`XQ9J<#W~S+J0``)pEFe1Y96C|+s}1N(enxXS#DEWA9n<;n|e;< zaN2aW?x@{4KPo-$s=xWSX4|G&_jOXPT|2S!q?t9VwZ+*71}FbShO@nuJ$++a@spU0 ziyL^p+d1bal{g;^-J`#lU*6!$&S*B->n+z<6*UM2-*Eh)Ud0PWW?`c?!&inAQbP9VadaewN+KwQ-Gb+y~8M7GlpX7M9VZj3_yJ;7hKN;>>F?;Q4`@*u$lT}T39>y@uY?-!Y z>zBthzniud-Pz^Y^P4H&?E{1NmEC@EhYXBZZp3O%o1mIs;vV26Ime~^U52}@nmS?=TM{Q|lxzxLzNliAgX<;hNp~DL zerj~&D(9QpomE%aY9IG(SGKh;r}P&0uO0_Jlsmm%vHhR>ndOpfOMlpOADotcyKmp# zS>ug{L44nXy4KAQ>Lb0nWuFqRl@GX!uXA+dA+}{So}#WQl?jM!wx-Ld{ zol5?(z|v4eXnAW5m!CD?oQz9c7F}}8C9Ln0E+jJq8cs6T5-XSH`}=+ATOnR%DM!1^ zknTf~&s`_07@obhbLTTT_>dOMU|Y~7JF;<^(LQd zh0WVuFP>3t@Z=*uk7&KvV#~^6i~9a8Gp;{;x!YA}s+-&6rPk{WzT62nd?Ed*b^1o% zc-4Rd?LRu)ZfeWvKIUosdO_kZ^WoXazkhsD%@aO1_rCuFo?jN>%&|R*G9Uh{8E}eC zwSBi;z`aKHRw}=7^^Y3)ZaFdQwo=x_Di!%1_Wg13|8L1%+W55Armpd-?V4lP;vT0z zQ1#LesH^Kx`2B+Uh5D4ZHy7%ARD_ha2rabGzkEx;=l*Z+72A^jH)R-PJiz`Tuw$ce#-~edYqsouJk!#+ zI_=p0y8k~oAE=s1Tx;pG(Q~opuu*nBp`16hFS>TMQ&350($bH7YkMYrTE=`VK-zJ_ z4eqHA!r0bso6@=b#Kqg@Hj^}uIL=GdW6t06T>huUk2xiLX%csG1y@Dflx?e7dMl=( zJF?A7XRY|k2(H7{*M2YYmEZ|le&Un#;_6Egs+z}a4quvik5BKCw7()xbn-vh++9Yh zQZH}Z_P765awqVvn}63Qhn!Cv^krkxR`~IhZa86J-;_S%rkv5=ppWXR5#P_haw~h| zRk`4IXV>oar3>UJzN#_|Fy>1g$>d?tkr8)L`nbq?-MZBV@`E%#yZdU*JCH@~f!vlfKbu7!Q zZDePbwJ+YeRQ2*|iwI(uJYV|`RbyIvlC=a zt23vzi7=({sv6W^SUc5nw^i&nIa7gdk?oJR{04bUn(M-HDPsi!dze2#5=^zxj8e{YxSeATDo6v&6?$& za8qF7qg6AyGw;=G(VTj1dbG55_>|jHYgMo?$|d3L|8*JvLe^LqVum$55K-H zp(w~TG_}-u^4c}q#FlQkFhPISDqTn6pxCKfH!V9D5E*taAnty~iZv_N>gOATEW0{w zT68wswcfbQwd=RJR!q2-u{I_}HbQ;+wZ-jQ*?c*Due`i?O)J>>kmv$-H|-04&c1KG zob83Lo@ZO*=&YSxIPLn4Q{hvi!Xu<3GbU|ab@bY+EU_ITzIrRyZ=Dtyt~lk=g^1{2 zxlFp0tmrHL2Z2x22E&cr1?c?n)Tndww+fp;;6}Yuz8rTYIGYz_LT1qW{d4Tyo&+$hVH>0Brvbo+)7n_i|+SNkN&!g$_0~Z;4^K(Wq zNe}-X=RC$F^1`UG^P_Up_NE!h?I&N`9pSmleP%kFx}IohsDMVNL5A}@nZEiQmAbx! zMwe|NF%#8pCajNfemj#R{g9>D9Qo%$H-7!U@nM0{vYyO`myJaA6bc01NuSmI_T|Gv zzw_tSH<%>Pzspzb($f7PNo;|4P}^ZMCSjvTf-4Io^_n(#yG(s$6sP)TZ5jJL{^~OY ztn&`Z9^_)Gc5+uZW}6zfC09cx=grHIZ*LXzjm)fd|75Pb`!wr7M#7VIO{;YaRAZVa z?iSlV%ZzpX)~U`?vm<7=a9lskE5vZ;MB8(ZJBzIZRSjxC@CwW@6)C?W{5FhRLdyesC>8pp(LaMm@>zx;X5 z-2@!-4DI!Cu0dK`AALg7o|t4oQePwJjIcW%4jhGX}?u+3Wa z?%U1Tv0ZtBwRbpoPfB3_vGeJlLyPw0Y}s>5;@b(iqfv7&9xjrGP|^IeYq-9CBtkmU?7rWfCOs1wI^|aiF;>S17r=|IaM0>yBD)c=_|zahyLGC${;yVVXWmlfm)^-=&ilp83%6 z{_=+F`iH!QX4P9JSlM@wS@#d!5v_dd z`rrkl@$yT{%U{S=On(~wKJl5*zdJng59Br;ycfDS=i^FA)3g-%gU3BTDApV@GFl_{ z(0E5fXieYl^8x4LjcX1*d(A5LLulWl*b~|(&T1a0@avWFpT5a6aPI3BMccGrrTyTo zna#5Jp>@fzmCK@TI-h1-wmJCTCCN{-@*djHJyXH@F+)FKbGyw(*AwkB({%oKHNM{< zDkgg7pyJ=Txh$R^+<)|(KXyl^y^JH=WR95ZwmonDtcj7fuGV_|#&zNHevbwLA3@Ho z2PCGciyf`qf4j}tCb+P?yd-tnW@qnjW-njGGJSLC%U4@= z7dEAa{0V-%Ql(dNItNcMe*sf#p_-$}?2K#`$)h>FY7-<+H#pb&o;!DxuYdM_WAn*> zIaQ`#3k$z~?S@x&ww9LoMooJc?H7j_pB!*8YLjWXoB4Is^gV|>R$KfNXUKS+VAOY0 z%0J<@z^7HUU3cw%t$0?DvWWFeO3;s{b5cKeqvu@BQ499rj*5={$ksD6-P>I5&Fne* zmqNdFJ-Hg(2x?SDoGc%)p*feB*pOHH~ z$>?&^>*G%k`E5(zb+z?+>iciEZcdxsIWfsa`FB|RlSe-lT;IDAvWPNr~kMo@}kWJ+E|#IpzIq9cPh?pe6UN2R@h|5^KLQNBM_+C^Vh zz0I?}$0r)@@na3kvAj+4_uiGHnXNv!HT{PsDzfSCV&Yw1c>6rL!Ybz0b^Szh0Seu()cM5ae)b)K$ zlVh~*{YMA(a81_Ct5}=a_-gYmo$Icf=1Ip*6^@%K8#mQdV*8hsh6Yo*TDQ3E2zvHN zZlZa`?1h3QQ74Xhh!s|f^4(jcSS2g=s4qoC{PCI}%0>&0&)6p;Q`}cRlXF>f=dbB3 zEXR(=iRd`KQkyN**`H&kyGP2wd+VoX8|IijJ8NTe*=ml=L8GX7UURMa#`RBJigeA(V|V!d$U4vYzO3xx0U5nhS_M^BQ(X1@ zH*e$1J7#S2D|PkE%wo3dhxZrQZn?GTxroTK&6>714HkY>_+C;i`%1Ta`ZO(Di|P5w z+tnvUpOoDgT~uixuaQ{4ap~@Yw_9#~+We{OhG}Y6&+7z^cHgg)-gZ98E8@2@*Er(y z>xY)EmR3S+*EcC0k(7sF7WWQx-FV}->9kXsK>dN&dvs=dynDRw&iZ}V*=}TWfU39NM=Dj+TCiB;>64Ph**2lcvZm`v|`KF&% z%(=dG^Njo-w3OVB=9<@T0&)ai>su0JA7LJ>*xMNS%F{FS0x$Ev5-*XLZ zA1>LY7w|?}+ArAa#T~n7+x8G9;cWf>?d{r;d8NBz63<@UsDEdBR6y%rAEY&mN^)QfU#lgv2VjMq#^K5KDuE?;s- zw2M`v^4g9qo(X9uWcqSk-pAZcJiEiiYMyakij9zp!LknHxG(D#A78j*4j=O~;g=SD zxlTEoSvq-UpWb-bFl=_=%F13oIn7HZezLt+422>jO#6e63rk!)YL+)U_V!NU7oAGJ z&kmgAn4{z<#N1_BVAYuNm38^q)BclLs+M`Q7ysQH@IQysWm!GPb^CsYpw(6TZbf}) z@LeF@@q~X}tzcHXj-!#yL6MJ7e7NTx%GKHHzhFA=vrlq!4j%Mo+CW#JzN}+e zEV-q_S$@M8gB>*{Pn0Lx9G&Pd@H3?8uf(Pq$}<+8Vh-bX(QxtlHPMXfS!Qc5;RpNAql%Gt8%k=Y) z!<=fRv?r~$H0102C?s>HBg)T5NufyT!KIXmF-Na1UsTn`@_0s-Z20_x-;_daUtH9g z7;~!8hh>wB#QBC)nFM{MTQ+*mGd{U)>Q!#-I5RPU$@!I~5&z*Oij4F51W&5Q)HA-) zpOT<-Isd`0r8hEt?O%lK^w4{7L`g-=+n`ghcTPmt-hwJy=9pDtCx6PUa9!ZnRKlk7 zoMBn4r&x{|e(}w@ zsq0tWe*CV`tBFdJj4dy>onhl#W|StHerqE)quPUzc8_xp8rU2CIE^GO9BI^(>0l7} zvN~F2c|nS?Qnbp9V-v2*STbGLd}b>xa%Ls_nH7s&ikO!7IlhYETxOibyWHw$>y+zPY^@EQQXbT(IJsd%kSqf#0_S-s_2U zb_a_qmv*vjme@KkxFT#R+scOW@QxH__jOKBvN+R>j~tu$`oeAnp)c>)CT=Nsq1KW& z&ETT*ivYg6T>+cFW!YWXdE52Tg9~#x?y5S9HNTO$)n^>p&b05Y_M|kwHx5b5TRP>0 z&dzypeC1+c$LsIJJLeknD{YQ$k~wB!@tMQ#{JL-R0@lk3pOjknpXHUkrla2F{D;5J z3v4j>+u&U7x~WOqzWvmB?-`tnHXWK8pYoeii@mloQl&KJZ)ixpZ&S^(d#A46KO)DT zeEa0SyKYp^$*R;_~pibmu%8%JA|M$GwzvR$;A+<)2 zoF^>5*RsT^TEAHv$8WVHu)g!dbg!8TsXID7W-ur{3KE>`*!}=$`!pF)W z-en$Fxw7|hmuGjCGaUF+$n*Q7nLx0Sm&o-m65o__V(0Z1rJeY!Gv(u~MW=UaJePb@ z(;Sm9ft&Y}Omj@igy&LED%p14P>@fW@Lc){D_iA4$8AzigqmZrCYe4#HqAf0>^;N#yFN#!G}X7Sp89)s(8u*BL>F+^{K!oFFU7o7 zVvi)tAO3_8{VzWAFS5Ibem`VrTz=3~B<$QCZh4MX8wFQg(yZ{e6J2k+e5Kp*VgbKn zRRP}1552q*ptPa>-Na_zC5dk{zRa+<_N^~tvwK{7v*+9#&S=wgt_w=VA#?8WclugC zcr&-)UThm*F7L|;CvIQMnY;9smHXzc4A~K%XP!zyE}A|30`^>{ZO!gGcH-vJMs8m%FL*T`$m-C4+%q==iEZ$p2##zPe52 z>aD_x-Ij9vJ;EO*SOm(yXjYKicib`c-kB!(hw59UH$O=K!MfM;ventGbqtJu@9^?x z*7=1UW}I+`dw*g2uLtK7#4DdfT>oHlZNgED$eaH+{W^GOiErB#-CCCy?S{VA9V@3t z{5rugbIBLMo&9gFdmp>!toBCXrQ2%Tm15H*TOw71OIIItTy1png|cyqQSpMSk#4J_ zFK8`OpLJEoV0GB{_v(?pMkl9v`svSHJoCQeGs%~}9^%KBiMuS{Juz;@<)2cv+vZO( zd8^W0K2ghON2vC$&Zxzl^0QWSKXIrPw$hu-Hq+$Qmm=l6tzWq2&RctN@$ZvbZrw(i zmu_BlyVm_?mWS^8$GYpMcls{pH@(!ZnA`vCds9VSxzb&kv+r3q{{5!#x&th-dt%m4X#H|v^5Sot^RQuh__#K$#%ETzhz48 z=1bpwFSg`-_p|So8~>ImRM(m8Ki~Ph-1w5X%je%oSKmu~+@@UXX|i9x@9p=6C-S!YN)0%ZZ{K&Uz*-hc@pMQ5%)U9{@H7lboKL5t| zLx19$zwloCv(IkZ{nZoq8qT_Z{rKnIoG)jW?2^bf{Ux^K{TtQq-zNTx`^4~1v}{6q zlgWAKSB7)58$$L}yg0r@gum#2ZzmHEXHu$C{|7Y10-h z)!MR!MfYuQ+RLADpB81k6#bLkm9UaYSJ%nA`(hAlRF&zhrRGf2?)4?DWYL|vXsOYb zkfv$(I@4bMb$D;rb!qp{j7-L;sE%pR7BB5z9QkX_^qPfHzm&TCi!WZX*%Hz-?b)KG z`imofsm)u;v?Zit+Oq{qnYMh%HSxZGTza?6mMPuSK3xdni~6NFYw3LF+OCvLv#3)p z-jNxZW>LRXXDz+|_@{}i?pX(KTYEyd zf4>V@oSvb+|Bk;f)9Kq++$Wa>T;%X`HL!F#%v+Ad+YcM=E$NH0&bPL8S;qZmi_hNodCNtOV&5#kIx9r` za;kOa;j$mT%TE8@;<-9b`EqGp)^(M3A5r_#tf1XK)_=Yj_`aHyxqbe(j7x$>wx|62 zFE0^JshTu@-ZIbh6D6zX&s**J{PY(m`@73Lr=R*#WWU#K^18_{dF!gW)$VFtzWw)0 zp6@Na%hi8NrmKBD{iV*n)?>2V#Fxo+zow|!Dqr4P_p3>5ug2x+f4`LaRs}E1|NZj! ztS<|F?7v+;Z~BsZX5G`}_cJejH~M?gzy9iy`>DT{$1jKx^4Vl?M?b>Eb4sgVo#Uk? z6E_*$(wAA_$$s+C!MemnYD-Ta64`GMJ2~ytp`85_7JF813V0y?EGuZE&YADrs+u4-N4Z5tHSnwjTd`=<=*B?qc)4a{s@!WO~X& z(fuFV)b^@!zyHz7Z}L((^2ZVVKkk$FO=(^K_fWm*OZLbgC-wiV^Q=F0=ziVg1FDxd z#BDQ6`{gV4ZPL>fZ`D5L)t>yz(*EGSp~4|X11Y|iP6ILX2hATHWZK)mR7CIzA86d# zeo)1N?NXw)&#_Qj*1Us%i`Y{RBpdL?9Xb1_)<$aI!RBZF8Va5U(|a0!rf5x>P_sf| z>4p}aW~rp+s!NR8Cj~FK_%&aBk`&SW@@CW~*=rNq6KpH_a-QT`OsQck`=o6WY;5sD zBjaGL%fg!%yu=-(^a2nSB;KanoXVGk>`^)lo`1xF&~@Z##EhYcE*IuKJ0N}g=}7o_@Si*JHx6( zl8<_wKeYej|14QuUYn(%Rhd)ctU~m2FL=+b%IuD_3e%svYWlg0-qT+!UH$da*{YX% zd$$DZzrE(||7z*;ua~l`UfS;cGBfU1nEqcO4Nez*)mKYR_L{iq`(E(A{3U2xoYp1p zu)QHGr%!viRBdm{b#K4DB{Sk)UGzTwa_QwSmv&ZV&W_vVrhj+Q^mo_1cYnF$T=i0O z@0X^ys#yKK>!;gY_rCvfX?*Mbijyv1gPJrinn*pL$;t2a`9FA7qJ!eg6T-3#480-v zRxFtiJK+jDH3_z8DfDg8F0$>U^p{dD<6L$7Ukr2Yg4?J55$#DXU^{;!JiWa1{ms4U*Z=>k|G?jH zdxPY)lI07FV%JNxz2dt2i1*#hzSzv_Wv*?zZhmT6omY6>xYT=#ib2~6z4~LJ-M34( z2HX|hrJmT8xK4h{v)_{I_zwB}p1E25%I`zB3wwC;q(w?yi|6bu3wG*wc;`m|r;+mt z;qwaOo6A2hE!uXXAa-->axhb*2}&wqHC(0b*Qv8@QvD}gbJ&N+9$6+ z4!v90dh5;7TkCx)_iIkle%)DWm82MZf$M0_vPqiHwrfeRJiD7GeXGLJ1#7l$Tl?EJ z%=>NHWh3S&{$oEU-`WxVYGUB!KG!EbJ=tcpR*ch^emd-w$}->m{lh(c|YJyGUxL@d7h%De{Pw^E2JN&yw7#|&%?XlsEfoLI4U{k zxazCpiHD5VU1*#9GUm|o5VgCacZ7NJa*V8QEok%>Nw_Zj(K9;Ok>{g<-QljLNDX6) z#`B&kRnN_|**w>5a%MjfksQ%;bn8RSDIE{24);FZ($%7W_y^bN&qjF$cNU%Pzgi$z zbGYDTZ{)I%ZdV_eT&(DQJ@4^5?;S@CZc9i={OitqZ=&ZO@@s`Sv)A#WvObyrd4GKK zXGMpd{K69ZwA`cRqwb{7ig%VRTg~17u;%@_K8Yr-eaHC&eUSY-8T#i7KF>HDcxbP|7KfDYl0xsbHVFos zH93j!XtHw49y}93ZTZt`avP;g-e(M&xBQ)pQWb{3l&=JxvJ)cpm& z`W24wWc)a0`R3C4OPmKJYn)d1Z2mjF{QQv2xP+CT8o9L4wA>Jtc3H5XL#Xrct^TsYWY4z_T3-^OhsY;v`_Wvt01H*ij ztNzdzJF_xyGNdGyBoeon8C|y+Om}jAZb43Fa$-qpN_MVxD6(bkY^GcZ7c4#V?c*FsEAD@x2w)ypc*&s+U0C?G(~`;4ZqZrG-v4z^DX ze->SNGUv#hBa_bj+4JMlq%$(BoBo_hQm|gDVQ3!e$v%D2l|^@sY+3Z@kF{QH;KIPbki>voU7*JdKg`>ydC3`xc_pbS#Ca0k97#-b64Q$^lZz75O2{)& z0iTHlpv|2`#&ir?eCWdB1L0+aQ=tauLidS+V`OQ_>Ac$p0(;m`*h^T6x8|DgK8ojL zN^)MOvZzMm^wL=66Z@wx(eU<~671iSR+ir89rXTt`R-Wd-g1uhY_l)-X+G+2Dtn@T zr#t+8lE;yM&;R|{kd(sjm$Xn$`!e%f!wnofv1xqDIeRaybvtEsUh?MKd&gBLMyYO5 zoWiEF;oCcrMO*K2a{CGXIhdyN_r&Sbz8f;Go^RaKHOc&`xaRz0Qxi^$Xfc-O5KMgo?R!o zsyji?_>?jv!x-^FGsHH`JM6q^3M+&5^EjrZ7H7UxqLCl{okDai~J9U zFTP!N&*0qL`E#R%w+da_z2#!b@$hS{r+Z(<1PX1b*~Os#{;021>m|v>x9VK)-+#U_ z{oKp*9!o^K4leO}yX(sJCQgg#B`k^@u5}UnKK+fEU~2!dJ-6=T{~x~$4mogSy$t*> z@sxejjTh^+Z0CMXj-CIi%0lew@7?|Npe1VldEa`rGBPk+#=C8q8-^U|<3fc=IE?q=YyIY!IY`Aj>!zEbf9BSCXHfLu3X* zFVNIs83@CT5JL+RD^hcc!C8lx!feT(Nk{gac{J%q(~+(#GODsNr;3C>3w3)31s8Ly z&_1`WWfg-~$J14;;85JZ?Qfbd0|P@V-cW>>YPp$tsmbJ*LGa*1n3I@NmYA2Enwy$e zLS*ov7nLfoIKg3PQEGB#0l8J97LkTSVv49Vg&zH0u;?e?eux!$sU;byMVTe3@kvGb zi7AN{sqw|RnI##SdFkL3GBxO8-XQ~?n)BfymFu>Y*QKsnG-1ZIMWr)@C4^t?Kfg3r zN?`JhHCLIKYD0k)aLAI2k%e&n^w3neBNt&yV+|jm?|TA_ICJ9 zvWs~ZU%8={#q=Mz(KX%sP0%L>28Pv4$dxmCNPCkR(y0~6iDii;`9+vP-3$(Dg?SUd z-HV?YAi^rXrtz|s-tCZ&?~PfVqP7NopYi$TKI`XMU5jii*(QAon8GYnQRZ%GP+{Zv z=YhbIHEGk*MG{I*?S2(K@tmu-g6tX5?kjAbM|Ua)G&eOSwP~$;lGtV^9Fp>M`jqHI z@gF;W^hKtxKWVclc&n$#v2CpTw)dH2$u!oleJ`{1g3jja>t<)i=1y<9XE%d>Zt*jf2wPvhlcwv9g$sQjW7#P;#4QUTDLpmcd zH#Ze6n0tdR<{ehxsd=ugG*9{M-u*_d9D?Q%+{=u&Tn>49|G5e0!cg_66G6dT9PYbV ze_G=vJ5wu##^maA>TK=e9`Z8D*WR8f>XDRK`{CUuu_L!rI5xHKOq$R(!@DrA<4W=| zkCjfW;zctSo@X)*{TY91@doai*gr?!th&A=?&8Y3Drv_O8S1w6l}xr!`Y-idm-mAH z=IiU)vmJlvB$YdHg~4US8hvYGW`o4nmDz! zQvN*y1H*EZKt?b4#4*bzlFB;t>|u@>X)yB$l{&o>9JyKycwE2FTU27J{=rD~){4eu zx|uDKM|S(mNTggis`L5h`-v&9=Y0OP>P7YQnMQp~lfU(Pik~VDXuPvb>5aU*aFWW> zNo)7s%;D7hq(3`QT;y~!XIIthxAGMYZQ%h0J_iaS4zHT>%j1CRaRZM=4u2cgrd;1& z?T=y}Y8ft5yD;1LonORj9Rb5R{68PHZ@7IQ)LyxIjrG+e1_lNPMtr4$1u@>nQ3Ui( z@a8&fz{C38vi0LG^%JQ*Qrevd<|~|Ds`}*JRA$vFRTr1a<+FMIPUx9>y{*i|Ea*^Y z;neVpy9p}pyuA8X{AZ+*i1oDarNDC81Y z7#S+a6-bJDdexO}9nChLVfTfwx{KlH}^KD8w-URxuoH{TWtdg8xrfu6=Rcj1t) z*KWsukhS{P)RfHDc33KWsf-Zg^+}JI&S%p$_T!NI|R9)MCfVgu5qCMr(Qy{L@Cix49dD^ejX>D~*FBz&McF0tku_ot~r zO+wvaF4GPKU7B)f|Ml&2x@u!2rls0Db9`jDckz)(p6S(?g47camKeSFv(bH}kYcCr zs(7%o@Q-r*D$b>E&xCF`D|afkG-QjjYSWrYw*oHAk2qm1mL_1}{>1EU{l#tHTUYJm zzb_9emX@rJ-&@YWz_1b}p`!Z(-YWpbIHb)Djw*;h3Nn+kk^BNKg;*}s`X%l;$5}Kr zs41x1%|(90)M)}$->WXC22Nw{Pn=Qgp}D`IJg3rY`@E`kKN18AjOLcB&%2k#S{mob zk}dat#j|A+3zvUv)mkMs%SmCGYEsv}Bvt7Ih6*Dj}c z2zpu-gr(J@)a0B*$e~!|WpP<-CZ#0iCZ?yxmsA!InYYo$VKiU?jqE;TQ`2+ulS(0} zAKZ`hT6@AnM_2FUne)M$f($MgUtr{XwoFW1ecAG3>B|^cr(P=lG})_r>H(vpCp#@? zR=!ktxaZ2ID@v-+0kPdG5wW1-j@|Kg9pN2tBv-|kmSpCT7j&RA(ZJ)T7{*cFk<`W# zEfA-om&Cn7`A?11$7h_VU2`~XD@5g`Th4aBCT{F21H%;FMw=Mvnf>)JnmhNm+SiREQ zSSVS$;A+%{rP6KYALD#YH%BSDDthd3UnP9Wd4p}!?TIs=-kdn;`Gkd>{(B$u?0p|F zGxooCWt>5V2#)}3)}w5m7doBkpPh0xWoi9e6ueb4WZ^pJ%B|it{(==hH|Fx+Ss0zR zKGuKvt;MlHmXFKR&n;(kn_+3D#ryTBwgKx_@sAH4NT0RrJ?$Y~`Qh#HbsHjnU$UM* zk>&W4#~y{JKivqOsyuUflK1M!<+Y7F4qwUAxPLw~{p>nJh23AY_&k>_+wgH;%^qzY z#_pHmpb~q}s>b7g85kJ)P}<|@Ar9~K;7^-4LLA=0#1Z6qNe8qnqSY5hul@18?djCD zA)V1ia<`2q+jMOTF&B8U;8jrXkqnkw0o+o%7S;d@x^q%S&&yzzfC(YFQwqsWAE%OfB*xbHP?7Q;T zTDnxF%)a($LP?v5x!>#S*@+(_&g=&T`FCgAx1b=OfH%lpv6OjuvMgF6hcs=`!n?yb z==~qBR;B3@8@%SMeVh}D2yYunYvac@U7ObADV&HhO?}$2QTWAH!8b439{TRNzA7$a z?u11GD)*GHa!M-B5IiV%;?SoY&y&R`F0?F<+wSn5JtXb=|Dbu|JW{O8E{$zF`We?M zevH{GaC^-xPk{D}R3A z@^L)NaZXk7y2v_a-zO)_=eO@mdhNZw##N}~ zG9>jb8AQ!8*jK<2bXEJb5vNh(r@UWbDGeDCkKd>yYU}^#Yia72T(zUDU;E3f1xDKc zJ$H(S^fn7#TbU+SbT(SxgUC^z53TE}9&Nvwty#C&yOu+A**^EWZ@&LlMY8-eD`U8y zy#4IG-S4KQI&3~#e5@>Kp6SQ_1G)2N?&bbwds6$GUF;`A;m0e~+%<*2a+_6fcv_HXk(}t$)BAP!o zIF*c)*c zJT!GLEO_|`1_p*!ykSgMy$B0q^g{Y#9%umYxpu(3iN8PtfGMovYbGu!W&#ZW7IU?f z1gYMe^!et#-A@9qZr#PaxcgOx#qK>O&un}msMPPVRgiz)muJS> zYqr_l{A?Gvq#HK^I}edBB4?3At( zEQhL3#7>ZGnk87`D0JG|cj6vyQLP#ihiXE3++&a^bO-H3KN@-^7-dP8uE*APd zF!R?v_v7R06WK-cb$-TmTv;~ZYl6e_ zR8^^q5~^u?^6TGnsU>W-1CRZQE!3V5Dk&QA1~6F_UwVE{N@^ZjK{3fU?}!3V>-RZI zr>ug$7f;o4%KM-a);UwkXl~Y&-PeDnYlWWTlRN*cwr#m)*C)27Ij6h>za6>35p&sf z!$Rp}=A4RCuRh6Y5#nn6HE&n=(&h|nmhIY;wKptwX-ro3#RH?mYOwRpDO_hZFUt#Biy z&1YA|?XGR!!JK*YWc)Lg@V)9iC;Z;KtXG`OC-wex`|hUxjAQYj_Ql;}eJNiU7#Kho ziXp})(3^B*70A$FMk^~O`GV@a*6(weQhTrbjalk6acaeZERSV=3)Z^b+51dCMJqJP zJ#OCH@0K>JcZKmMeDS=SWjewAaDl(Mn=^k;zKm1Q*+)h`oHHG2{4KjLIbX4DI(zC7 z*S(-c50V#l>1{o%v^RaF-n#!=*NCUD(z957vV79ZqgTY1@BFp;+}VkGhNZHfw6%VE zeqjEeak=^Zg}lArS4}ngx?+28Oyb#dPfs6Y=yvb#yu;NH_jr3FXUei&Vui0)xW8}u zd4h5EUcX~CeMc-fj_o{<-22?vbZL-6=M1K4?HAmlu;xgUSon??1aHlrH%F@038# zhN}@h^0GHy8cg|9J$1Wvz=?DF_Dy;}@$Z^fyLK`spE$cU&xZ91&-R+sD<#KE9!eBn z_R~8%Wg_R1?^E__h)vqWkru8N&eLXebOKjs$;z*jzijm`E&OxQNM2^;uNOUwE_g39 z4-S8G?A3m&ZPB~VT={RU@Gk4+Q)*dzwbk$456O;;+=mVK=C&P|-numCL&)tVySCoe-(cAg zHse#QUtnqVzLtY0dS9p{O;dcF{4>YAfOGXna1bvrkv<8U{c56q5N8(UV-y&7LDMm< z?<>1Bu1_qxA3js*39I==uLZ_SUWYuro9KhxwJwMCCQJjo0e* zOt7iyN-;hlUTsit{8z-jJAVG>e!bhYG}wFYosYJHk2QFHf4L_4F8|6DuY-%Pd2aRI zE}yWOS=Zp{Zka_{+iMu-PL#grbwtDYSoFV~^bL$x|FDCS@h?G^w$BU<4EV#Cta=X| z#^|L5xMksb|0mZGLgAy6;YW$SzPI zx8P04j^vaT;6O$xDUd?=(miMhZ$0vI&V|fXKfcdmQk-kjx&6trTRV@RT)gV_Gq$EV zv%K$CByC~3ULv@qr z^l7gi{fIyP`hkb5&6U#PoHXRKbpMEC686&U^Q={-rZYgeBLzuJ#}-{TEF}s^E@tSA2i%u+jN|J z>(ZbLA;0JBT6>${qy9mT#?#ev5?&SU>bUc|_Jv8pCC10Ke>1`h1Xus$1SMj3tJPCM zlecwv!g`QvIr?F5#*En6u$jx{AHhWYS~}? zrQMQ!0e_sUZ5n(Hi0e`e${yt}Bk`TDx$ z7flvKI$0){r=L@2mrLuD6yAB}s4G*%k7KXqoJd_Jd9(Fh^7M!`wZASr_h^dimC?+L zl-s?kSj9Lrr*P}*E&2l0JECNt{sz=s>`(Pv(6CWvwKu41Jqgsc7M0i= z;v3ofqPgARa?gH7 zl=h{p>#|*6Hv1drow?i0ynizPJse%VqUVM6-EP0uF1EhUzrO1|P!c=M4+`(Mhc_7h zWME*Jh&Q~+YSJOX8@UJxI-PX{);YQNSzA@Y^rG6LZF{C}jXpK0e*LD(O77M>Yd(6+ zll&PtCAE~*@!BfQ)eb##54cJn>{~bEo{HPrS2M42YH~GxlnawKaw<}G+OKS^UF7dI zF}O`CZ*OATz48@j*8N{;&HP>gFlMTedW7=igY$i zRRx|NFIE1~@YksNZI#qj!Mj4IBzIdE+f{NH6yNbZnXc!?ad66<$vb>X%)f2?eTP*n zd%o@GQssjQW_>){Rr-CeT26}8+P2|V=`C}Q`iiK(Pi|XgueqzL_T-+NYrfXiMaO=B zdad_B7@D%h>TjO<#=yYPjW?vp>Z2e+8hN}3ef&A>gVPn870KIT*Z%lEi*?gYuTaZ0 zn{DaGc7~U(Ra4+ub1SM+`hq~r4poz~LtoqsH)VxQQ#|b<)>1xwyMnTc?~JtLlF^lh zU#8{qtaM^ix(eN^`6Zcr zOMS{DCdBpLE|_Ydba#uSBF~Nd&EMCxr^^NA|D5x2?#$(}e-;-=uXz4o(a#gVR_*oQ zR&#FJh3@Y3Y3_@jo}DG6Z4>Gqb=U4a_lo*iw|J+PTfJO!T1vPru56L;Or5~TrN0}* z3piIl1-Cb{!#37}`q|U)1~KSN`4rGHa#Dtzi?b^+3hBPX3ZU_Q!RH>;=hv@MdcvER zWZJk+@ore?zgpjUB}=Ck9X@>HOi$&?MHkEyN&>@MEomr>fQ*@kf9g=eWf6y~-_QDh%1EY|Kzf7J)34T4c zYI9al{l%4cp13aC=34jN>z&>|TYKNjjoIKb`exdj3px|$816Q{yt189=y=b>Uy=XC zt2cabsP(&Nbhc;R_p_zq%dgp0KB`tZ=BOj{GFMX0TB}%P^Wtp_UX|YB-(dS^P28uw za|}b@e`2!I=1I`GcYjV?`@OSI{^hVYUzxaM}bv_ z+8>*?PRNJ759O21v(dV|MymFXnyH2yRzUIV8`D3 z(N(!$Hc`sbg#w+9PRBC;=9){`hcKUqCCbL-xRi8*PrY>J&KP?1>-;HC4>`}0Q1;=; z-D79+)6r$`hFyzhUCl4aE353xl$a2|chdgu{|ESUb$&4Z1_!c_*jK5O)@l4{cD)Z2 zioZ3huf3v;w zH=jMZNc(^EE51U(TK)46HGWMx(*6DG{Mdw^70K^1A#riMNfdH1HD?;OuczP>)5jF$!1+Ys;4vb1+Vn#lRMv+o>m(ix>P;ki>LWi zxs!`iEta-jywvis+1X=PT;w!OMPZKjYUz$_9c_l^^ip%4vfd9|^dPyBOYibyuG+K} zTI>EVy`z7mw^=YO)L6a9*Czffi~Wl)!drFyx_@=+eSK(X_|^7Pampw0m5Lv(-e9ch zzq@R&|J}>W7|&iiW8G=|nfJf`p4_0cZ+bV1%a(n!y!d}sXQ9ad{(pU9r){sQhAjzn z_kX+YJMSIaM{fd8-Q9EMN?N&Kt@`?f!p)wqj-LK@*YAPSs;A)TKiv;8Z{9L6FyQZ& zkk$7qF3HbBEalY$ZCC-75=UUA@!sd*t2io~%{O`_WS`h}RqKD;=E{vzwVt-MZ=5Ol zIUsat{(%>h^R#Ry9q)TMOX^r(p2U5NmL;#xyqY0o)c8Rzh}+1)gt_VN#50hAqDD|D z0cuu&Lf1y0FH}51E#>c_jP9(k`ind7Em2*zZ~8Ow`A^xk*4ca>8)UE>N4M%7uVm#osdSL@d}A#ByP-A|s}u$(_R zI`sNkNr~8;UAs0u2{4|MbbQ6jo`=nQ`+aA}%+gd6?s%_O9jL~UkH{(FMV29u;dq0np2*fOzp<#Rq3Uf-!mp=$}IiSIQfq24cqvs^A7Y{tl7JL zm37jbfVGb+*iEc2pK54*5?HKqx%GwYD$X^w0{=Rd8b zK>6A$P!QuUhsjFF<@x!T1NcFwq4gcS@y2GpahAjN3ENg{{ol8&@}ieEw73XyUAX?h zi$&|WY$qIUdnluQtZkjdz8k++oIa8@L&>P|!@MBwOO6JzO?M|8`E)Kw<-HTAQQ_RQ z&wRy+b^n*{(JKp82Nf5`R&34+n*SnX9V8*o_AfI3`0nR*6WJYNZ*8hyRz>#6&a&)N zb~8`2`fA|tXog`>{N26VU!3W*ji^{)x2!-e!|nR-XPaIId(YqV$yn&Ig5I|e*Eqh5 zPPLq58I&FN)#xo>PPupY+!|f>+N-kexvRWw!5Hi zUX+jSEY&_^xAJE-uNJh=Om1_DE#*JB(ELYoBFoK{=RIT8W*sa)SofCc>Mix`ee6kZ zjvkwMZ`#9;ZmE4K)2@hx?e*Kuy!-IwSL*fCHy?Wyo8?c)z5j2yVqHuj zi_w3Cd1Zpy75JxB$!a1)0~)Q&IIO?}8eQ&q?Xmm(Y9GO(X6ZGoFL*LdLo2^qo|T^) zvbMay!tA;6ozT#i+y-rHW_wk0-7uU}eE7yi*30b2XO!CRwp!NXqp)xH8`r`KJg~P0ian_;V_M-J=3Um$uQJG`^-CJ_p4D~hK4|gbU&0Ud`fT9zAgqeHU|?ZRA$yO>J_|ot$+&&pe@;VXeW_#d}<@zWXV}rfvR6L2xsV z9;-rgy$Tr;QGB3xfI*``mf;`ENId?F|9wy`(Anta{(ONW}uuZdzk zv7d}{sgX=KJza!H+oY2V(12A|urcI|&F@AyC| z^M*&|yQRtzar^gpzTEt6SLwN6&o-7*9@^C_$JlGlhOKJDa# zsaNiQoF8=1;t-2hr*ojx?Bt+?Q&N4C7Box$%Fma(WLgmPN^@Nc>k5%I^S~Wd|3t3z zLktWI@hEG7(GxR#=LE*M3q}~B)*`Ka-k?Bo`EKhv#Z>*py7U)93s10YkJ#c@C}Zce z*V=ceLxe%jJ$W z^Vf4vd#iog#$@&xX3ajTn(JTq7HJ2q;rI^5naoguJW z^my?OYd$a8pR6Z2wK!M*P(%kdYFNMApvhFfi71eG9@8Z0m$j-4Ck(|JhFma zJ_RdXAB!9pTqRJhuDP^F=i2ta^Y_p1H4K|BnVX%X;HGbou{-S1YH#H;6&u^LJ};=~ z-4vpI&-g53r2T5?YcDsSxKy%RhgY+W%OFF{X98=~BSrN+7L!htneOA0-}1kmsak8L zp61Wn$IPVj(*s-|9+KJazw2Dy^xbvSmzhtsS?gmtNBytue_qiq!Ylz@Z#G@JGH)?c zaFDqZhenydZ*q-ApBMAbtMLU>d(OTFhfmet2Tu+#Ffhd84Ij{LSVV?T0cZ~}xG0=D z!8eb|kf-%~ahFE6pTX{X3!Svp%a<9C-(KydYge~KOvR#y zp?OM+q*v3l9omxH`+^eK)3xoyUWr_mKE^%WZ<{-!g&@oX=T6sb?Uo`3XttwoZ( zwaMo0UWKO4sdvt3N3MJOCO_=i`jD@Yl3Vrn{>l3&IQPPLgN6yqL>KP+%f;jq8FQun z`U}kvcS}n?C)uC3)@@nRboMPDC}9;aMa{a!z`*bnZ@?MjtV@cZn|)zxiC~*#!9f?= zXUo@Yz|&gpCz$H?>fA9&t1!``PR7+L%Z{yBtM%@lzyka3uQ~hA*R4MzvHCn?ZsMBd z4O<-+yRH(smGvgUA^r2wu;!%GpJLWj%+B~AQ4$+lICI~k9^ao6H!8aRufHu=!FNvW z_?-1;K28tJ5MPp*xly3(@xya(401fSC6+OSP7&C<{B3dMt+xr4Cc8}n-Aes>9$0++ z#k>2t@S5rm3yv(DHRYFWTB#r#JO7sX+mnxf*V+)|T*{=h-YC&*KX`t0b87jgy$lQt zet1KNZ~+br9n`WZw9k>h$$+Qz{hzMXbm8}Re(=ilDxMA7FmY`}S4PkOyS##5H|;5V zUtQaONMiMO#@x)D1s#41t`=2lmYuC=V%&Q-bvEf> zlQR{LewhE3lgT|_{CM&Av{&(N3r~BTzLco>=J?+;Zw%LYY)k?L&x}3oUyDL-nqIgv zdyVhZlaCK^^aZcKziED5)4FyBFPYh%EB{}~`S9!k*QuoKyB~KxSKAciou?SoaH{3# zXYe|RnU>S%f`Z2%Z}1S#b+F(;DwIO|4)Qe_@U*?RIl5_cXL+6tvwO0~VJ?$RqTZc` zZRO?7omH9tw*9~UZ~Y;O)#o{LGuJF{SnII-X_)4hvo;4>&dr;&mi6eor!&`7#Akex zD2cyo;2R%!Y?)O`j>pCS_sdx3HE*7sZ2Q*d?`e%MoG&A)bXxD$)EQXwNNO6TsRy`n zUaUSjfAy(n&7rj(!LwcB%-ss&-2S%xeIlIW4oW$ZQ;zwcNn>~)_~v7Y+>eVaVXs!) zeKRpEazg}oBjnH3-txN`7#Mu;1`Ofi8oJ;HEmQ3UWvZ6)c}k~xuFUOCPgt|+gsPeg zuc4`%NNDZ%wkiK~FW%hwzUI4=rta>|reJ1f$#hR{i<);>?x99bwaFuVr;~-;)=% z=UknP!Kv4;n{I!bmm>A5-=|qz=HF&n*6bj&&U4G$e;%3@?{gqG#Qn{Nq)nF-6*ozg zFS%i8+r&}ibMJB8o^@a4BFtauhEDRFYjoJ+tmD4g`=XM!8JIhkXQX{pG(Vbg&L`nv z+ppr%SDA(rkCg8_`>%!je1y$BP@$uAmF@I?&@L9d!9%#vfd&tHt^%bT0hjkRu9rb6 zr-s=*d6sXamvTvAq)YOT^4nc2rl*xz=a`{rQxZcdebU(J{&iqG2^0iGl=2)$$k3ZFo{;RCvw3V&?|4Ii{@ z)vO@k^1hDsVa}!9=KBvOUlv%TJ&7y(y6G{A|9cy*Y!f%yeP;IDy#h|3%o^9Ulw5Q6 z-t}B-?=@*t{;DRwX&0|$u{CdT)!rj!ZTX?5&Q>w+yTajscq5)^2mhu^%UFwUnwV-N z`?S+^zeKk1O1YB`t~btZ7v0D_f1*-y(WNsEb`|e`R>Yo`i7=lo(%bPw*^uS4(WmY2 zmn%71XDz?ED4hGYp(*Qnwzo19_T-&oUUy3Q_PuQZ$L#3{t}sR z(14expyjKxd`%8KE$?lPrkz*0xAP;9T(6=im&qY9?@p=1yQ9TEJl{04?D_0-+J)y{ z7dy|+E?!8!@bz`q>2Il*+Wsi#DjfZ1 zKfA>_@#Y%4SpbP1iQzSZ}9=Y6Kni*GMA z&U_^!d9d)+m)qs*H6qF`G*9|Ed&;h@FI^?HDi-{|BNM$(ym4xl*5ca zeabbBOE_>#ZqeDsq|=*RwC|}&Rejl27i*X|-?44sjZ_JbjsMT9CC0brgw6I@f4FPv z{uxfvE8CVHjoBgBZ(Q74=e&t`GxLf?KOWfT9`8Ps*SPFXYG#+mJYi)Ezqxh4>$JFb z@l^$I{Z(6)wKR{uFzoyb7*vtWk z4N8962r7(S%J)GEVV-lOlv@P;-(%6po&Ms@9qaqEG?%7wF5q4&TeTr4 zO7oj|ZFv7)&I>PWZmto0(J?)x^?J*}#_5k=b7t;#lWhMqsnCJ(`}|&?eSJ4os?2kL zHiqt>F+(p$HS_ktvnQ{P>j zc8sknLOo+?Onlc|>2nv7lgn?0H76X;JQud7?+Sa*r(e4g?&)cjuCNPY7vhn$*yy05 z!R#Wza?!dsedFr)8>=V&u3xfzwvur1&rZ6EWvz@8^qpXm^sxdwHjwZz zi02@|t_5i8HU7dF5k{zatF~`r-eChCm-7171(xv-&fb5pk%J{HQATOfi&M`n94FMT zf3hQQx!$3PyUO>ZC-)ppPPr{5t-A4iiQDddli18-GoDPg4VkU}VZqP9wSP=cOISYq zTl#cYtypAR-t<&~f;9)0H%$tV*1X8_?19&wL+kckf9U(||3t?;*2oZlzHT1rn>kx# zIUmg7`nd7x3#;8vXVp#L`%FxLU)dlLI#^J5A2-oR|U_#1fwMZR_XDm5$8aJ*|nl80r zmi#OWSB}E(Y7Uvp^{#FHYxi5XRbbL{!Bo{Hirs75`&O@=^fpu?;mB^C&1+eY-TP@7 z{ZTU0B%?Ck*1&(dN^tOeBhw=pMg_$@(-s&dC>ksZd$}ih=g(_J>a**YEDLv1d;YFV z{T2TviwsL9p*?DtH1voBw>i^mte^qgr}s$|d`i>;`Om zZSJ=n^gU&@tnU`Dht2PfqrbohLh~Po=P!a6Y^PZ5x0(yiZg{?Hj)>G{IfaLQ=hf$}jpFpHkhCULqXjyTk85k0r;Zd2I1(zFdjWy}DdvtESJf zZN-1?T{SjdT>79eu-djEMYwlv<-AH$ugrPMulzFI z<#L;}%fG7D8&@`Th~L#SS`yGSlhN^72lbncE4%+Bl&Ok z|La~HCr|fm61+6Q_3guRzLh7xY4I35_Puswj?x|3lwF0*)}?(KIwbKCT!$(H3l z%!adgA|AXjbog?ir7-a2j^xOg=)J{v?fKR$6IsbLS&o03RfQ$9an4`;%Qw8EnLHpxjLm8luK`MJdDW=(g#|5-uXO{4W$2>Z# zwKfHb>zr8LxtL4w-943nU2i}mh&G!|ojl@fPx*N`igs~SpkR?%sWf?> z|2E6YmyMFmXV1J{bMgD9J$Lx0i!^II*=zK(AnM2UKhjbG`UwpuBd5-ocB_IZ+2Dk> zf#18eYm%!bt-Iz^u#4Ao}Rtj?ACJ%sLl~KiSz^Uw6_x+w2~zb$6n(^n(Mbb|*vCu01GR zFTVIJQ}WgJ#4V2uC%(V%@ynG571g4eM?YyURXCQ%B2&O6p~$L{Y%H;3!MS<2lNN>j z515zp*>zq0#0NSjSEy}zF#pZ7`Bx&otLLO|n34FlQL+N;Wj3vw4SFS|GM$Q8fSr$A?$}o!_Dwf671~>lLPo(fltQ+hVPIf5 ziZ_%9H=Q91A5aRM(mq2_3(>V4HU=iKnrmi4Mo7oXWEa6l?|hkZm+M{h|1@v^b{|dM z*DbpOsjk@=hFx|I~w*c$B1Q*878*;{D#W#ape zY8@Wavkh@47Wy5SC-3z&JTdEUs$$l~xn5;iRZM~@;x}GL#!UMq6A|`GIJ86Y?xe#n zo;%jzl^c@~ABLBcXNi`w{>7kvC3B{~{4ce6nNHc|oW)CCM9$+pTKesB$AbIoxi7uW z?mWHpR?;lr+DF#Y=R+&<$N5qZ8Q8A%q zvKg;*uPyU>W@z1H!T;;_RqbOTY6Z-_OXfKnua-ZxC#AW4v9xCQ-KfVi-}@$fom)OL zzGSN8(cj>9k6e{~HYjxP5A_gHQ>t_XFl1!TKGrEu?>?yy2-Sr37Su>Jeg*4ulZ}FqXok=<$?09btXJ{U1wtjdXsx zAIr(8UwoHg+xM#d`7a$s>O0zY9PL^8ZTid=Zq-UBJ2TmpPMB4!PtTwC+Sow>i%h?aZlo#r@uqBEshwuT|Uf^baLwA8+O)O-Zjz{jRLP%n{6?f+IQsI zwKoTjare(y1Fo=6L^R9-r5pVDiE#S{8a7B7D!1<}C}3LN+d%^6JSbpFt|t836)7lq zf3F&w_rmF^X4dz8zBzH6ob4XTnK|WXU%~?|-_+w~J`XldPu)^_z{2X*BGLQZpV)Nc zmrFi=U3aQ@WxnL*#6P{?q~6G+?2>=#YEs{E@M4GPPCJ{h=T%!IHI3A44U}(Q{(WX| zscvz?-8(@hN|V+f5omM${C#!T#UnvDO^F*r_BhS!zH$!b<)O|t>ADi>t#Fw+7T2D8ji+!Y#RKG zIPBqCo?n!clAfBUPgE$N2Qd7|TLOkBW#;D+c~lj8K;vG73=U|x`yo~&<(HJ?q{b)Z zBqnF)WEPizL*2B?k*mRghvoe~r6a5LUxd4;+z@5XJ-Vez@PA(D9-TL5=I{#23zemm zUAgXFvM+k)uTwireH<5w#7_P!aQ?2m#I{&oe>3kB6+gdb<}Ft9Q7bN-b-ZQMfgP(B z?#u&~i4EH}MaD2NFqEN01iD9TaQ67Hc_b&ZEHf`X9&(r_*cZ8H9r+v_cv>Is4fa_x z_dux2EF;lLvnFoq=-B=G7~5(4``-5=TLSVg{TJHRrC15>|9xr8K7)%}&cz<_&OH42Q+-|KulTT4 zSEUYnI#n*o;=j7|r1HpNK}NoO`JYhsU|b*$rJ{wdL_X%%c<+O*5Uie4(>#|Iq zpj%f?Jc_>*zW-y|mmQ@W4!qt{efNRB5tI9yLikT~ z6rK6nW_Q(t3;4gUFq&zteWV zjo2DIYkI4t$fV~QA5Ge9XUII;_DA@7i2j?LZL1>B`CR#Sc8>AE;#6kMNpI>RFMP_2 zwtfHS|5RhvH5prs4@d>5wuczkHE;J@&TyKe?D_x6-(&CQzpk6T)@Cwu+yeG#E>Auj zTrE7!{Z+x??yrZ>2o}e$SyKltSj#8>(*Xfrrj{f^ zigpj5b77l;RWW zkqJB7o|A!-0TuYVhB)ea`ne&B_W*B%evp^ay_qu>GcYjNGcquUplAlI?1t<2b@cOe za}5sB^L0Zu0ahWvT)>Xv0(C|P2EF9OVZ2rkEQh8yT9LrWhEQm?kErnHnXUq*@pyC7Ku}TNs%qC8HbO#_Dn&w6?|w z!|=yUaHpACB&V7hnWUJRn3B_*0$q=D^6H+vXQZ+p|MeNYHCty zQi_?8v8ka6y5S}plm9JeXJ9avKzI3LcDUh|X-S3#mPTpDMkyv~$w_IJsRm|-X=y3u zh88I%smW#*mdR$xmZqubhOh5k?7ftofuU9m-SFr9aKn?5%~Q>cElm>*%}oppQc{c! zObnBfQ`5{64b9C`Q%o!j6OAm4Ow*7J2Nlw}oBa2IYQ9tk1_n7qI%HsAcqz`n0M81E z$;qk3#U(|FdBth@MY*X(ddX?&$Yz0(^`(+YpFr~o9;^%uLMUdrv6oLYjkd>5Z?&{?Di2b3dpBko{y)jnf zE!bE1U^m`Eo+RT zWU!gAmSqsCj7GH%C%iz2LrBq$$-d3xkXFf%YH2{15# zPU1$m`T!v_i7VdZQHnQRb=(ex79m)jitc??6jNIXn+lFX?CAm&dH#oHh*dE#Fx+Nf zU~oi)0RscWV`9xlioJMHPd-04J|{J;1S3_0tV_>Hzgow@!0>>9fdRC03t{6K4T1p# z@d^&>;`0kq^RU|a>h`&q8U_Z2JD}?l5Ee2pFznML-_D}U^bG8Nl$; z9wnAx_a1uwMlG9t^$FStx-9^A_KsK@WJ!jO+o5{N*^oG^ zuU+kR~6{ZFwxV zb#@{H0|V$j2hcr02wN5#ljt49v^=^cOXROMf#L>K5`jie5td|{5NAnpQD$y2=tM$r zG5}p@fIY#Tb=s8#vZ;cBfdMsk%uI>1DJ8WywWtJ|v~gP$7IM7@6g!~nBS1SG5nf_4 zBhn&l$2X&gT#&|-Wg!26Mx#+v^=T5V!JpW=1RidP$C?bLnUm%nJZX)6g;P7oGnkPR zWkH-JsksFumC(2WwJC5EI{}Lq6@V-PNYDTjJ~h zM|yES^e$oaY`NQa1rsRuW0uV)h&4YS^GIfNTl!93tN_`9S;kDTBhnWTTkz-oEov{+ z6F`k71_lPy2#K^O$r?Oazdo^XJ7^>hvmqesK%5;JsW~~B#TkS%|L2YW4ue7sRAi!- z%x{UbDl?ggGRElsgY%$d3>pAK4Yh5K#Q6xkh96};33>vUv8&<@$PQ3eL9Lw2ok*|) zfAoJU6XOBRIu~FREtbwCSb`_=Z36YLf{GT*;`kepHsq8N6Z4PP?JNb^gBkM&U5N7u zl0D!80Bhl*Bl)x$WDUqWsBMgHSK_QeES|<2{kBckVjzn^MKWr$Dcp@zi}0s`WxEdF z0kr}#OBxk-Qfz$`Z3kZcX^*5;Q*-_=32GGLl=u>7PeE!?Zem(desM{B8mNhbHGZz?Ph|sn2UIAamOeIqL|T)Rn3-2h&_9l; z@{*u76sUp&?Yu&?p*Z}Bv?xCl)Mvx(7wN#vTE879(u(5b(wyx0#PY=K)I1z* z!3tMPQII8|rZcKPx&w&w2WTNa-h#U4^y(^*6`-I(Z43AY5^n|m+|nWv;Q?w3fSR*la7PRO3ZxN9ZaML^76}JEi>Ht zFuuTb2PiTy8%^OMMA`#h0*yDuFER1l2W585noK&B6ie{O`9;<_UqDfUnRFkKWDA~H zf3~ma2&g#0jFm-U#CfD7F*7}pU}woS@Vl663ErKO#JVP1=Uf)`inGsO|^Gi-@Vj5NpkfQ{(qr?zTOkkCi=f}e=0Y?kg07Fkz ziVVmL^k(9*sU)?cq_hZEqCz)U9mU+w#Fz`20>wI03`$H@$9Ju`&d9)UiIIT;bs8o( z0eASoT@5iEX#f#C50js(SCEIYR0?F(tYfQYaxgJ4Ff%bQptiQBCXr=TNqzykJ?H_Z zh7w?`sYKX=dwLAyi7K@C zV$p%)PE$5AGBB)RWMDwe{mY9%Um`ACI$v>CI$x7p~XX`B-;e7yRcZp zJx9223KIkP{utC6#aHc$DlGGISZoULG86-CO#)%m;^$I5(Kew^%we%-d&J8OLq-M$5Jv5VH#d@M z58fnq`0<=x(2$>53XBX4N*EFJsD)Ttu*}V23Ai_(&GkUn zJ2PRF3OQ}$*aT^tW3fp8=KS8{oD2+yIMM68OYOv3gl%>Xi&e;_IO@_6mPr&^g`*tj z?rR7sVPs$^WMp7K9n;uCyp1`Cqjs@)>T=I>X(=WK22m#TQnh;u(VoJb5yWCs^>LH3 z`HTz@NsrWMBxv zh?I}>NVErcu~RTnBG#Offx(Cqy*aXS0kM`~ofpIsaLAbybOt}7+vc;1QoC^E(ly-C zsk)pD3>uv1arKvID>3FG33v^4vF4;L#Ci>zJvh9z(t&rY3nK%A8%ENw-%7M~MWDqz zMfr&-i502n?R!v5bup)JD5!D;ZT3N}_g-ux$r8M&d{_F63m|W}Vw9uxJ4mtxcN(9w zg13=F9l1-bQk zqOHL;>53(ma2Mo)Hz~CXM^bk(X-Hhk$iT1wqpNg?Oe=AwcK(hFZ*4)nbBvbwrQ5{% z4$Dk0ws5@9a~!l+6V&EMP3@I;Nw*1aYJYrkcPZ#JED%Ob?acQ{w+eS^Un%JEbq=&8 ziP|eW{D4?{FlQLBgx&w-WdCAD1_lsD_0Wk D+g+l$2>TM3oaAB+qPpD|Ly;wMDg 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 BhFSms literal 0 HcmV?d00001 diff --git a/mods/resourceful-config.pw.toml b/mods/resourceful-config.pw.toml new file mode 100644 index 0000000..d9e25a8 --- /dev/null +++ b/mods/resourceful-config.pw.toml @@ -0,0 +1,13 @@ +name = "Resourceful Config" +filename = "resourcefulconfig-forge-1.20.1-2.1.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "597d40920dcc935f963842c817dcc4901862ab14" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6231176 +project-id = 714059 diff --git a/mods/resourceful-lib.pw.toml b/mods/resourceful-lib.pw.toml new file mode 100644 index 0000000..e2e24b5 --- /dev/null +++ b/mods/resourceful-lib.pw.toml @@ -0,0 +1,13 @@ +name = "Resourceful Lib" +filename = "resourcefullib-forge-1.20.1-2.1.29.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6fc590a7c56a720fec57e290cbb0a106efbb3ffa" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5659871 +project-id = 570073 diff --git a/mods/rhino.pw.toml b/mods/rhino.pw.toml new file mode 100644 index 0000000..6391b95 --- /dev/null +++ b/mods/rhino.pw.toml @@ -0,0 +1,13 @@ +name = "Rhino" +filename = "rhino-forge-2001.2.3-build.10.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c83c9b719a6bab33fbd2b3f2f680eb3adbfc1aa1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6186971 +project-id = 416294 diff --git a/mods/searchables.pw.toml b/mods/searchables.pw.toml new file mode 100644 index 0000000..df30ef4 --- /dev/null +++ b/mods/searchables.pw.toml @@ -0,0 +1,13 @@ +name = "Searchables" +filename = "Searchables-forge-1.20.1-1.0.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ed5a23ec30c90fd06b3f1d8140614028e1fafaee" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5284015 +project-id = 858542 diff --git a/mods/sebastrnlib.pw.toml b/mods/sebastrnlib.pw.toml new file mode 100644 index 0000000..b85d2d2 --- /dev/null +++ b/mods/sebastrnlib.pw.toml @@ -0,0 +1,13 @@ +name = "SebastrnLib" +filename = "sebastrnlib-4.0.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9cfed6776ff5ccda300dd0cee610dddb68c5fa15" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4706669 +project-id = 709936 diff --git a/mods/selene.pw.toml b/mods/selene.pw.toml new file mode 100644 index 0000000..04beeeb --- /dev/null +++ b/mods/selene.pw.toml @@ -0,0 +1,13 @@ +name = "Moonlight Lib" +filename = "moonlight-1.20-2.16.16-forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f1ad21bce5a4b96a1152d6cf83cfb27684fc4b6a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7191950 +project-id = 499980 diff --git a/mods/simple-discord-rpc.pw.toml b/mods/simple-discord-rpc.pw.toml new file mode 100644 index 0000000..f7879ca --- /dev/null +++ b/mods/simple-discord-rpc.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Discord RPC" +filename = "SimpleRPC-4.0.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "36b4246bb5ce216ecc3e3b92a56fa5eb103a9786" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6736722 +project-id = 411816 diff --git a/mods/simply-light.pw.toml b/mods/simply-light.pw.toml new file mode 100644 index 0000000..08a778a --- /dev/null +++ b/mods/simply-light.pw.toml @@ -0,0 +1,13 @@ +name = "Simply Light" +filename = "simplylight-1.20.1-1.4.6-build.50.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "cfd851ffd2c3b451a96a19207dc6e084c1dfec73" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4832944 +project-id = 300331 diff --git a/mods/smartbrainlib.pw.toml b/mods/smartbrainlib.pw.toml new file mode 100644 index 0000000..65b7436 --- /dev/null +++ b/mods/smartbrainlib.pw.toml @@ -0,0 +1,13 @@ +name = "SmartBrainLib (Forge/Fabric/Quilt)" +filename = "SmartBrainLib-forge-1.20.1-1.15.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d278b6ca36075c4d097677345a25751f9aeed3c1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5654964 +project-id = 661293 diff --git a/mods/sophisticated-backpacks.pw.toml b/mods/sophisticated-backpacks.pw.toml new file mode 100644 index 0000000..319b653 --- /dev/null +++ b/mods/sophisticated-backpacks.pw.toml @@ -0,0 +1,13 @@ +name = "Sophisticated Backpacks" +filename = "sophisticatedbackpacks-1.20.1-3.24.12.1411.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6fcdb6e2fc18e24cd0e65fe57961310dd2443bd9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7169843 +project-id = 422301 diff --git a/mods/sophisticated-core.pw.toml b/mods/sophisticated-core.pw.toml new file mode 100644 index 0000000..fb7c893 --- /dev/null +++ b/mods/sophisticated-core.pw.toml @@ -0,0 +1,13 @@ +name = "Sophisticated Core" +filename = "sophisticatedcore-1.20.1-1.2.107.1240.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bd25a3a9d1b4a6e25b4087b58c0cd3a9564a78a7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7169400 +project-id = 618298 diff --git a/mods/sophisticated-storage-create-integration.pw.toml b/mods/sophisticated-storage-create-integration.pw.toml new file mode 100644 index 0000000..2886f65 --- /dev/null +++ b/mods/sophisticated-storage-create-integration.pw.toml @@ -0,0 +1,13 @@ +name = "Sophisticated Storage Create Integration" +filename = "sophisticatedstoragecreateintegration-1.20.1-0.1.14.55.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "361046e6e27a4a60a2558a15356036e5bd7723b6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7169418 +project-id = 1226755 diff --git a/mods/sophisticated-storage.pw.toml b/mods/sophisticated-storage.pw.toml new file mode 100644 index 0000000..63eacca --- /dev/null +++ b/mods/sophisticated-storage.pw.toml @@ -0,0 +1,13 @@ +name = "Sophisticated Storage" +filename = "sophisticatedstorage-1.20.1-1.4.16.1370.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7b4f7bd2d957a1c4170a6cc6dcacd1d79287a51d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7265442 +project-id = 619320 diff --git a/mods/sound-physics-remastered.pw.toml b/mods/sound-physics-remastered.pw.toml new file mode 100644 index 0000000..982cf3a --- /dev/null +++ b/mods/sound-physics-remastered.pw.toml @@ -0,0 +1,13 @@ +name = "Sound Physics Remastered" +filename = "sound-physics-remastered-forge-1.20.1-1.5.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "aef2c02392624f0a12475ada809366b12ac9ec52" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7032235 +project-id = 535489 diff --git a/mods/stateobserver.pw.toml b/mods/stateobserver.pw.toml new file mode 100644 index 0000000..6903566 --- /dev/null +++ b/mods/stateobserver.pw.toml @@ -0,0 +1,13 @@ +name = "StateObserver" +filename = "stateobserver-forge-1.20.1-1.4.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d5f3d3a970bb2b79274c8805cb0f579e14859921" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5983132 +project-id = 701213 diff --git a/mods/storage-drawers.pw.toml b/mods/storage-drawers.pw.toml new file mode 100644 index 0000000..52989e4 --- /dev/null +++ b/mods/storage-drawers.pw.toml @@ -0,0 +1,13 @@ +name = "Storage Drawers" +filename = "StorageDrawers-forge-1.20.1-12.14.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "afca74c6e18883632e74e15a549004bfca245a90" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6994481 +project-id = 223852 diff --git a/mods/supermartijn642s-config-lib.pw.toml b/mods/supermartijn642s-config-lib.pw.toml new file mode 100644 index 0000000..8e8cc90 --- /dev/null +++ b/mods/supermartijn642s-config-lib.pw.toml @@ -0,0 +1,13 @@ +name = "SuperMartijn642's Config Lib" +filename = "supermartijn642configlib-1.1.8-forge-mc1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f80f9eed728966adcfbcc848633e789645057281" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4715408 +project-id = 438332 diff --git a/mods/supermartijn642s-core-lib.pw.toml b/mods/supermartijn642s-core-lib.pw.toml new file mode 100644 index 0000000..a162b67 --- /dev/null +++ b/mods/supermartijn642s-core-lib.pw.toml @@ -0,0 +1,13 @@ +name = "SuperMartijn642's Core Lib" +filename = "supermartijn642corelib-1.1.18-forge-mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d37e1148b512c67cee704635b4f07d1f9ea8c31c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6034718 +project-id = 454372 diff --git a/mods/supplementaries.pw.toml b/mods/supplementaries.pw.toml new file mode 100644 index 0000000..00e1a8a --- /dev/null +++ b/mods/supplementaries.pw.toml @@ -0,0 +1,13 @@ +name = "Supplementaries" +filename = "supplementaries-1.20-3.1.41.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9ab9dd5ffed81cbb547facf2849920af99bf96c3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7113231 +project-id = 412082 diff --git a/mods/theurgy-kubejs.pw.toml b/mods/theurgy-kubejs.pw.toml new file mode 100644 index 0000000..9c7616e --- /dev/null +++ b/mods/theurgy-kubejs.pw.toml @@ -0,0 +1,13 @@ +name = "Theurgy KubeJS" +filename = "theurgy_kubejs-1.20.1-1.1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ea46158cdaec5c09cca6e7a269841cd3bd7ad489" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5399967 +project-id = 963206 diff --git a/mods/theurgy.pw.toml b/mods/theurgy.pw.toml new file mode 100644 index 0000000..adaa173 --- /dev/null +++ b/mods/theurgy.pw.toml @@ -0,0 +1,13 @@ +name = "Theurgy" +filename = "theurgy-1.20.1-1.25.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "22a9af9896b7a8d0ed0caef84ca2d4d6f5875ffa" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7065730 +project-id = 430636 diff --git a/mods/tome-of-blood-rebirth.pw.toml b/mods/tome-of-blood-rebirth.pw.toml new file mode 100644 index 0000000..26cf885 --- /dev/null +++ b/mods/tome-of-blood-rebirth.pw.toml @@ -0,0 +1,13 @@ +name = "Tome of Blood: Rebirth" +filename = "tomeofblood-1.20.1-0.4.4-all.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f903ce85902a87b3d38466f5d5bf4b4654a20bc6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5172051 +project-id = 911546 diff --git a/mods/too-many-glyphs.pw.toml b/mods/too-many-glyphs.pw.toml new file mode 100644 index 0000000..b4d9e76 --- /dev/null +++ b/mods/too-many-glyphs.pw.toml @@ -0,0 +1,13 @@ +name = "Too Many Glyphs" +filename = "toomanyglyphs-1.20.1-2.3.2.12345.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5adbcc67259deaad1e1625dae3947b415ed81bac" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4813803 +project-id = 560595 diff --git a/mods/trash-cans.pw.toml b/mods/trash-cans.pw.toml new file mode 100644 index 0000000..148fb90 --- /dev/null +++ b/mods/trash-cans.pw.toml @@ -0,0 +1,13 @@ +name = "Trash Cans" +filename = "trashcans-1.0.18b-forge-mc1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4bc991b861a981921d06b731368239ce6ea571d3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4712179 +project-id = 394535 diff --git a/mods/true-ending.pw.toml b/mods/true-ending.pw.toml new file mode 100644 index 0000000..d3a65df --- /dev/null +++ b/mods/true-ending.pw.toml @@ -0,0 +1,13 @@ +name = "True Ending ~ Ender Dragon Overhaul" +filename = "tru.e-ending-v1.1.0c.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ab318879312d428eda430006efd14911a15ddd44" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5909525 +project-id = 1094533 diff --git a/mods/via-romana.pw.toml b/mods/via-romana.pw.toml new file mode 100644 index 0000000..adaaf71 --- /dev/null +++ b/mods/via-romana.pw.toml @@ -0,0 +1,13 @@ +name = "Via Romana: Infrastructure-Driven Fast Travel" +filename = "via_romana-forge-1.4.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6a79aa23ecbe2ed6c83c57000c6899f8ff82c095" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6645645 +project-id = 1026508 diff --git a/mods/xaeros-minimap.pw.toml b/mods/xaeros-minimap.pw.toml new file mode 100644 index 0000000..a577991 --- /dev/null +++ b/mods/xaeros-minimap.pw.toml @@ -0,0 +1,13 @@ +name = "Xaero's Minimap" +filename = "Xaeros_Minimap_25.2.10_Forge_1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1f23df114da3a8603dbe4781c07e8acf20f6d1ce" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6778028 +project-id = 263420 diff --git a/mods/xaeros-world-map.pw.toml b/mods/xaeros-world-map.pw.toml new file mode 100644 index 0000000..c817325 --- /dev/null +++ b/mods/xaeros-world-map.pw.toml @@ -0,0 +1,13 @@ +name = "Xaero's World Map" +filename = "XaerosWorldMap_1.39.12_Forge_1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3c4005a400ba8270738bbe4c573526749ecf2f8f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6778091 +project-id = 317780 diff --git a/mods/zeta.pw.toml b/mods/zeta.pw.toml new file mode 100644 index 0000000..ca163c9 --- /dev/null +++ b/mods/zeta.pw.toml @@ -0,0 +1,13 @@ +name = "Zeta" +filename = "Zeta-1.0-30.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1e87aae038570b8f5864bcdd6ae6dabb30162f2d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6432578 +project-id = 968868 diff --git a/pack.toml b/pack.toml new file mode 100644 index 0000000..4ae9da6 --- /dev/null +++ b/pack.toml @@ -0,0 +1,12 @@ +name = "Reclamation" +version = "2.3.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "11cd20709f4367c3cd1af6ad7b20c3419ea97426acac0df12a5a0ed779eeed9c" + +[versions] +forge = "47.4.0" +minecraft = "1.20.1" diff --git a/patchouli_books/custom_rituals/book.json b/patchouli_books/custom_rituals/book.json new file mode 100644 index 0000000..1f772be --- /dev/null +++ b/patchouli_books/custom_rituals/book.json @@ -0,0 +1,10 @@ +{ + "name": "Reclamation Rituals", + "landing_text": "Your guide to some very special rituals!", + "version": 1, + "creative_tab": "minecraft:tools_and_utilities", + "use_resource_pack": true, + "show_progress": false, + "book_texture": "patchouli:textures/gui/book_gray.png", + "model": "reclamation:custom_rituals" +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/categories/basic_rituals.json b/patchouli_books/custom_rituals/en_us/categories/basic_rituals.json new file mode 100644 index 0000000..fa53b74 --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/categories/basic_rituals.json @@ -0,0 +1,6 @@ +{ + "name": "Basic Rituals", + "description": "Some basic rituals you can perform with the meager resources you have available.", + "icon": "minecraft:writable_book", + "sortnum": 0 +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/categories/terraforming.json b/patchouli_books/custom_rituals/en_us/categories/terraforming.json new file mode 100644 index 0000000..694aa23 --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/categories/terraforming.json @@ -0,0 +1,7 @@ +{ + "name": "Terraforming", + "description": "Rituals with the power to change the world.", + "icon": "minecraft:oak_sapling", + "secret": true, + "sortnum": 1 +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/entries/basic_rituals/bad_omen.json b/patchouli_books/custom_rituals/en_us/entries/basic_rituals/bad_omen.json new file mode 100644 index 0000000..53dc2da --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/entries/basic_rituals/bad_omen.json @@ -0,0 +1,16 @@ +{ + "name": "Ritual of Bad Omens", + "icon": "minecraft:crossbow", + "category": "patchouli:basic_rituals", + "pages": [ + { + "type": "patchouli:rite_description", + "rite_name": "Ritual of Bad Omens", + "text": "Use this rite to apply the bad omen effect to players within the nether chalk circle." + }, + { + "type": "patchouli:rite_requirements", + "rite": "reclamation:bad_omen" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/entries/basic_rituals/blaze_cage.json b/patchouli_books/custom_rituals/en_us/entries/basic_rituals/blaze_cage.json new file mode 100644 index 0000000..f231c4f --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/entries/basic_rituals/blaze_cage.json @@ -0,0 +1,16 @@ +{ + "name": "Create Blaze Cage", + "icon": "create:empty_blaze_burner", + "category": "patchouli:basic_rituals", + "pages": [ + { + "type": "patchouli:rite_description", + "rite_name": "Create Blaze Cage", + "text": "Use this rite to create a magical cage that can contain a blaze indefinitely." + }, + { + "type": "patchouli:rite_requirements", + "rite": "reclamation:blaze_cage" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/entries/basic_rituals/bud_amethyst.json b/patchouli_books/custom_rituals/en_us/entries/basic_rituals/bud_amethyst.json new file mode 100644 index 0000000..a1c5172 --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/entries/basic_rituals/bud_amethyst.json @@ -0,0 +1,16 @@ +{ + "name": "Bud Amethyst", + "icon": "minecraft:budding_amethyst", + "category": "patchouli:basic_rituals", + "pages": [ + { + "type": "patchouli:rite_description", + "rite_name": "Bud Amethyst", + "text": "Use this rite to convert a block of amethyst into its regrowing budding version." + }, + { + "type": "patchouli:rite_requirements", + "rite": "reclamation:bud_amethyst" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/entries/basic_rituals/create_nest.json b/patchouli_books/custom_rituals/en_us/entries/basic_rituals/create_nest.json new file mode 100644 index 0000000..19769e7 --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/entries/basic_rituals/create_nest.json @@ -0,0 +1,16 @@ +{ + "name": "Create Bee Nest", + "icon": "minecraft:bee_nest", + "category": "patchouli:basic_rituals", + "pages": [ + { + "type": "patchouli:rite_description", + "rite_name": "Create Bee Nest", + "text": "Use this rite to create a wasteland bee nest. If there is a bee dropped within three blocks of the ritual circle, the ritual will consume it and change the type of the summoned bee nest to be the dropped bee's primary species.$(br2)Warning: this will also void any additional items within 3 blocks." + }, + { + "type": "patchouli:rite_requirements", + "rite": "reclamation:summon_nest" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/entries/basic_rituals/digital_meteor.json b/patchouli_books/custom_rituals/en_us/entries/basic_rituals/digital_meteor.json new file mode 100644 index 0000000..b43e8c6 --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/entries/basic_rituals/digital_meteor.json @@ -0,0 +1,16 @@ +{ + "name": "Digital Meteor", + "icon": "ae2:mysterious_cube", + "category": "patchouli:basic_rituals", + "pages": [ + { + "type": "patchouli:rite_description", + "rite_name": "Summon Digital Meteor", + "text": "Use this rite to summon a meteor from the skies containing a mysterious cube.$(br2)WARNING: this WILL delete blocks in a 5x5 cube around the circle's center." + }, + { + "type": "patchouli:rite_requirements", + "rite": "reclamation:digital_meteor" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/entries/basic_rituals/ender_portal_frame.json b/patchouli_books/custom_rituals/en_us/entries/basic_rituals/ender_portal_frame.json new file mode 100644 index 0000000..d217784 --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/entries/basic_rituals/ender_portal_frame.json @@ -0,0 +1,16 @@ +{ + "name": "Create Ender Portal", + "icon": "minecraft:end_portal_frame", + "category": "patchouli:basic_rituals", + "pages": [ + { + "type": "patchouli:rite_description", + "rite_name": "Create Ender Portal", + "text": "Use this rite to create an ender portal frame." + }, + { + "type": "patchouli:rite_requirements", + "rite": "reclamation:ender_portal" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/entries/basic_rituals/infuse_amalgam.json b/patchouli_books/custom_rituals/en_us/entries/basic_rituals/infuse_amalgam.json new file mode 100644 index 0000000..44f3a23 --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/entries/basic_rituals/infuse_amalgam.json @@ -0,0 +1,16 @@ +{ + "name": "Infuse Amalgam", + "icon": "kubejs:infused_amalgam", + "category": "patchouli:basic_rituals", + "pages": [ + { + "type": "patchouli:rite_description", + "rite_name": "Infuse Amalgam", + "text": "Use this rite to infuse a pre-prepared amalgam with the energies of life." + }, + { + "type": "patchouli:rite_requirements", + "rite": "reclamation:infuse_amalgam" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/entries/basic_rituals/summon_blaze.json b/patchouli_books/custom_rituals/en_us/entries/basic_rituals/summon_blaze.json new file mode 100644 index 0000000..3ae0fd8 --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/entries/basic_rituals/summon_blaze.json @@ -0,0 +1,16 @@ +{ + "name": "Summon Blaze", + "icon": "minecraft:blaze_rod", + "category": "patchouli:basic_rituals", + "pages": [ + { + "type": "patchouli:rite_description", + "rite_name": "Summon Blaze", + "text": "Use this rite to summon a blaze. This blaze always drops at least 3 blaze rods." + }, + { + "type": "patchouli:rite_requirements", + "rite": "reclamation:summon_blaze" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/entries/basic_rituals/summon_guardians.json b/patchouli_books/custom_rituals/en_us/entries/basic_rituals/summon_guardians.json new file mode 100644 index 0000000..f151d32 --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/entries/basic_rituals/summon_guardians.json @@ -0,0 +1,16 @@ +{ + "name": "Summon Aquatic Guardians", + "icon": "minecraft:prismarine", + "category": "patchouli:basic_rituals", + "pages": [ + { + "type": "patchouli:rite_description", + "rite_name": "Summon Aquatic Guardians", + "text": "Use this rite to summon an elder guardian and two smaller regular guardians." + }, + { + "type": "patchouli:rite_requirements", + "rite": "reclamation:guardians" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/entries/terraforming/bamboo_jungle.json b/patchouli_books/custom_rituals/en_us/entries/terraforming/bamboo_jungle.json new file mode 100644 index 0000000..b90cbff --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/entries/terraforming/bamboo_jungle.json @@ -0,0 +1,17 @@ +{ + "name": "Bamboo Jungle", + "icon": "minecraft:bamboo", + "advancement": "reclamation:biome_essence", + "category": "patchouli:terraforming", + "pages": [ + { + "type": "patchouli:rite_description", + "rite_name": "Rite of Bamboo Jungle", + "text": "This rite will convert the surrounding area into a bamboo forest with appropriate vegetation. It has a range of 16 blocks." + }, + { + "type": "patchouli:rite_requirements", + "rite": "reclamation:terraforming/bamboo_jungle" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/entries/terraforming/basalt_delta.json b/patchouli_books/custom_rituals/en_us/entries/terraforming/basalt_delta.json new file mode 100644 index 0000000..5f54140 --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/entries/terraforming/basalt_delta.json @@ -0,0 +1,17 @@ +{ + "name": "Basalt Delta", + "icon": "minecraft:basalt", + "advancement": "reclamation:biome_essence", + "category": "patchouli:terraforming", + "pages": [ + { + "type": "patchouli:rite_description", + "rite_name": "Rite of Basalt Delta", + "text": "This rite will convert the surrounding area into a basalt delta with appropriate vegetation. It has a range of 16 blocks.$(br2)You might want to step back once this ritual starts." + }, + { + "type": "patchouli:rite_requirements", + "rite": "reclamation:terraforming/delta" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/entries/terraforming/beach.json b/patchouli_books/custom_rituals/en_us/entries/terraforming/beach.json new file mode 100644 index 0000000..74e2496 --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/entries/terraforming/beach.json @@ -0,0 +1,17 @@ +{ + "name": "Beach", + "icon": "minecraft:kelp", + "advancement": "reclamation:biome_essence", + "category": "patchouli:terraforming", + "pages": [ + { + "type": "patchouli:rite_description", + "rite_name": "Rite of Beach", + "text": "This rite will convert the surrounding area into a beach. It has a range of 16 blocks." + }, + { + "type": "patchouli:rite_requirements", + "rite": "reclamation:terraforming/beach" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/entries/terraforming/crimson_forest.json b/patchouli_books/custom_rituals/en_us/entries/terraforming/crimson_forest.json new file mode 100644 index 0000000..c293531 --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/entries/terraforming/crimson_forest.json @@ -0,0 +1,17 @@ +{ + "name": "Crimson Forest", + "icon": "minecraft:crimson_nylium", + "advancement": "reclamation:biome_essence", + "category": "patchouli:terraforming", + "pages": [ + { + "type": "patchouli:rite_description", + "rite_name": "Rite of Crimson Forest", + "text": "This rite will convert the surrounding area into a crimson forest with appropriate vegetation. It has a range of 16 blocks." + }, + { + "type": "patchouli:rite_requirements", + "rite": "reclamation:terraforming/crimson" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/entries/terraforming/desert.json b/patchouli_books/custom_rituals/en_us/entries/terraforming/desert.json new file mode 100644 index 0000000..134d53e --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/entries/terraforming/desert.json @@ -0,0 +1,17 @@ +{ + "name": "Desert", + "icon": "minecraft:sand", + "advancement": "reclamation:biome_essence", + "category": "patchouli:terraforming", + "pages": [ + { + "type": "patchouli:rite_description", + "rite_name": "Rite of Desert", + "text": "This rite will convert the surrounding area into a desert. It has a range of 16 blocks." + }, + { + "type": "patchouli:rite_requirements", + "rite": "reclamation:terraforming/desert" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/entries/terraforming/forest.json b/patchouli_books/custom_rituals/en_us/entries/terraforming/forest.json new file mode 100644 index 0000000..99422a0 --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/entries/terraforming/forest.json @@ -0,0 +1,17 @@ +{ + "name": "Forest", + "icon": "minecraft:oak_sapling", + "advancement": "reclamation:biome_essence", + "category": "patchouli:terraforming", + "pages": [ + { + "type": "patchouli:rite_description", + "rite_name": "Rite of Forest", + "text": "This rite will convert the surrounding area into a forest. It has a range of 16 blocks." + }, + { + "type": "patchouli:rite_requirements", + "rite": "reclamation:terraforming/forest" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/entries/terraforming/mushroom_field.json b/patchouli_books/custom_rituals/en_us/entries/terraforming/mushroom_field.json new file mode 100644 index 0000000..f8c8660 --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/entries/terraforming/mushroom_field.json @@ -0,0 +1,17 @@ +{ + "name": "Mushroom Field", + "icon": "minecraft:red_mushroom_block", + "advancement": "reclamation:biome_essence", + "category": "patchouli:terraforming", + "pages": [ + { + "type": "patchouli:rite_description", + "rite_name": "Rite of Mushroom Field", + "text": "This rite will convert the surrounding area into a mushroom field. It has a range of 16 blocks." + }, + { + "type": "patchouli:rite_requirements", + "rite": "reclamation:terraforming/mushroom_fields" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/entries/terraforming/nether_wastes.json b/patchouli_books/custom_rituals/en_us/entries/terraforming/nether_wastes.json new file mode 100644 index 0000000..e427ab9 --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/entries/terraforming/nether_wastes.json @@ -0,0 +1,17 @@ +{ + "name": "Nether Wastes", + "icon": "minecraft:netherrack", + "advancement": "reclamation:biome_essence", + "category": "patchouli:terraforming", + "pages": [ + { + "type": "patchouli:rite_description", + "rite_name": "Rite of Nether Wastes", + "text": "This rite will convert the surrounding area into a nether waste. It has a range of 16 blocks." + }, + { + "type": "patchouli:rite_requirements", + "rite": "reclamation:terraforming/wastes" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/entries/terraforming/ocean.json b/patchouli_books/custom_rituals/en_us/entries/terraforming/ocean.json new file mode 100644 index 0000000..52eea32 --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/entries/terraforming/ocean.json @@ -0,0 +1,17 @@ +{ + "name": "Ocean", + "icon": "minecraft:seagrass", + "advancement": "reclamation:biome_essence", + "category": "patchouli:terraforming", + "pages": [ + { + "type": "patchouli:rite_description", + "rite_name": "Rite of Ocean", + "text": "This rite will convert the surrounding area into an ocean. It has a range of 16 blocks." + }, + { + "type": "patchouli:rite_requirements", + "rite": "reclamation:terraforming/ocean" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/entries/terraforming/plains.json b/patchouli_books/custom_rituals/en_us/entries/terraforming/plains.json new file mode 100644 index 0000000..02a9404 --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/entries/terraforming/plains.json @@ -0,0 +1,17 @@ +{ + "name": "Plains", + "icon": "minecraft:grass", + "advancement": "reclamation:biome_essence", + "category": "patchouli:terraforming", + "pages": [ + { + "type": "patchouli:rite_description", + "rite_name": "Rite of Plains", + "text": "This rite will convert the surrounding area into a plains. It has a range of 16 blocks." + }, + { + "type": "patchouli:rite_requirements", + "rite": "reclamation:terraforming/plains" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/entries/terraforming/reclamation.json b/patchouli_books/custom_rituals/en_us/entries/terraforming/reclamation.json new file mode 100644 index 0000000..095c45b --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/entries/terraforming/reclamation.json @@ -0,0 +1,18 @@ +{ + "name": "Reclamation", + "icon": "minecraft:grass_block", + "advancement": "reclamation:terraform", + "priority": true, + "category": "patchouli:terraforming", + "pages": [ + { + "type": "patchouli:rite_description", + "rite_name": "Rite of Reclamation", + "text": "This rite will convert wasteland biomes into their living equivalents. It has a range of 24 blocks from the center of the ritual circle." + }, + { + "type": "patchouli:rite_requirements", + "rite": "reclamation:terraforming/reclaim" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/entries/terraforming/river.json b/patchouli_books/custom_rituals/en_us/entries/terraforming/river.json new file mode 100644 index 0000000..1c7447f --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/entries/terraforming/river.json @@ -0,0 +1,17 @@ +{ + "name": "River", + "icon": "minecraft:cod", + "advancement": "reclamation:biome_essence", + "category": "patchouli:terraforming", + "pages": [ + { + "type": "patchouli:rite_description", + "rite_name": "Rite of River", + "text": "This rite will convert the surrounding area into a river. It has a range of 16 blocks." + }, + { + "type": "patchouli:rite_requirements", + "rite": "reclamation:terraforming/river" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/entries/terraforming/snowy_slopes.json b/patchouli_books/custom_rituals/en_us/entries/terraforming/snowy_slopes.json new file mode 100644 index 0000000..0ea17fe --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/entries/terraforming/snowy_slopes.json @@ -0,0 +1,17 @@ +{ + "name": "Snowy Slope", + "icon": "minecraft:snow_block", + "advancement": "reclamation:biome_essence", + "category": "patchouli:terraforming", + "pages": [ + { + "type": "patchouli:rite_description", + "rite_name": "Rite of Snowy Slopes", + "text": "This rite will convert the surrounding area into a snowy slope. It has a range of 16 blocks." + }, + { + "type": "patchouli:rite_requirements", + "rite": "reclamation:terraforming/snowy_slopes" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/entries/terraforming/soul_sand_valley.json b/patchouli_books/custom_rituals/en_us/entries/terraforming/soul_sand_valley.json new file mode 100644 index 0000000..93aa23e --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/entries/terraforming/soul_sand_valley.json @@ -0,0 +1,17 @@ +{ + "name": "Soul Sand Valley", + "icon": "minecraft:soul_sand", + "advancement": "reclamation:biome_essence", + "category": "patchouli:terraforming", + "pages": [ + { + "type": "patchouli:rite_description", + "rite_name": "Rite of Soul Sand Valley", + "text": "This rite will convert the surrounding area into a soul sand valley. It has a range of 16 blocks." + }, + { + "type": "patchouli:rite_requirements", + "rite": "reclamation:terraforming/soul_sand_valley" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/entries/terraforming/warm_ocean.json b/patchouli_books/custom_rituals/en_us/entries/terraforming/warm_ocean.json new file mode 100644 index 0000000..93306d7 --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/entries/terraforming/warm_ocean.json @@ -0,0 +1,17 @@ +{ + "name": "Warm Ocean", + "icon": "minecraft:bubble_coral_block", + "advancement": "reclamation:biome_essence", + "category": "patchouli:terraforming", + "pages": [ + { + "type": "patchouli:rite_description", + "rite_name": "Rite of River", + "text": "This rite will convert the surrounding area into a warm ocean. It has a range of 16 blocks." + }, + { + "type": "patchouli:rite_requirements", + "rite": "reclamation:terraforming/warm_ocean" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/entries/terraforming/warped_forest.json b/patchouli_books/custom_rituals/en_us/entries/terraforming/warped_forest.json new file mode 100644 index 0000000..ce8a799 --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/entries/terraforming/warped_forest.json @@ -0,0 +1,17 @@ +{ + "name": "Warped Forest", + "icon": "minecraft:warped_nylium", + "advancement": "reclamation:biome_essence", + "category": "patchouli:terraforming", + "pages": [ + { + "type": "patchouli:rite_description", + "rite_name": "Rite of Warped Forest", + "text": "This rite will convert the surrounding area into a warped forest with appropriate vegetation. It has a range of 16 blocks." + }, + { + "type": "patchouli:rite_requirements", + "rite": "reclamation:terraforming/warped" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/templates/rite_description.json b/patchouli_books/custom_rituals/en_us/templates/rite_description.json new file mode 100644 index 0000000..01c9d47 --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/templates/rite_description.json @@ -0,0 +1,22 @@ +{ + "components": [ + { + "type": "patchouli:header", + "text": "#rite_name", + "centered": true, + "x": -1, + "y": -1 + }, + { + "type": "patchouli:separator", + "x": -1, + "y": -1 + }, + { + "type": "patchouli:text", + "text": "#text", + "x": 0, + "y": 22 + } + ] +} \ No newline at end of file diff --git a/patchouli_books/custom_rituals/en_us/templates/rite_requirements.json b/patchouli_books/custom_rituals/en_us/templates/rite_requirements.json new file mode 100644 index 0000000..162fa8c --- /dev/null +++ b/patchouli_books/custom_rituals/en_us/templates/rite_requirements.json @@ -0,0 +1,26 @@ +{ + "components": [ + { + "type": "patchouli:header", + "text": "Magic Circle", + "centered": true, + "x": -1, + "y": -1 + }, + { + "type": "patchouli:separator", + "x": -1, + "y": -1 + }, + { + "type": "patchouli:custom", + "class": "net.favouriteless.enchanted.patchouli.components.RiteRequirementsComponent", + "x": 58, + "y": 75, + "rite": "#rite", + "itemsFirstCircle": 5, + "startRadius": 13, + "scale": 0.6 + } + ] +} \ No newline at end of file diff --git a/resourcepacks/sprites-reclaimed.pw.toml b/resourcepacks/sprites-reclaimed.pw.toml new file mode 100644 index 0000000..72feeba --- /dev/null +++ b/resourcepacks/sprites-reclaimed.pw.toml @@ -0,0 +1,13 @@ +name = "Sprites Reclaimed" +filename = "Sprites Reclaimed2.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "df6ad2a268471508bb95d7519d53fdaae6c6c001" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6956564 +project-id = 1332934 diff --git a/servers.dat b/servers.dat new file mode 100644 index 0000000000000000000000000000000000000000..effcfea470c14a6c9e5390069e8cf68b9f61112a GIT binary patch literal 7567 zcmd;LVBln6FHS8gOD!tqVqjokVq{>;$V^E|&12wTV9G3DkSa<|&PmKoEXmBz(=9F5 zOU@}x&dyEN%S$ccU|`8h%uQub2tp`P@J~z2OwLTqQ3wVbs-UY78qC4Kl9`;J$Cr>9 z=Hwq#Zs6^np6}@B=;#+5n&BFn?&#>~3gS9BIy?G0IyyS1l$dxFJ32bLIJ!CchPj4$ zB)eAmhUb>)>+9=RS?K$_hZ^~(6eoFDniU)C>l+$-r5i{1n5LL#Rv0@Qlv%hKYX@Xy z8u=LKROSVz7ALtU7n!?cReJaYzA2_8>g738hRULloTapR=VqF zRu~y)Rv3GLyDMTtH@8Rwn0VRv2lg7AJWaTk5A(TIdJ(hvjA!RT+mHSNKMN z+-9O3kOs0Nvm(#kBf}&yt0XDOH_ScBH{89*FWjg~TVG$_Cp@<*tHQ{<$}%9N*t}HV z&oCt^)zm*EtJ1>*EcMf>vMN1XEcMfj!z1#XQ;W?5{KJhZ zGfI*o{KMUI4J(S1LL>5A%(eB)Ots63K>ErJQbIuP&#m$(GO!E?DYGc^0hwK4Qsf?0 zRA`=ESmbS7;TvvRnVeft>XVnA=bdR?w;qK=2>W7Xzr3znFlh*%%a4+ z%*fm_&CoI}yr|5l(zGNgtHjtm%{4o!$Ui){5)>wW;kjiMW|nEiCdC1U+5u@G`=Hn| z(Z|~$(o!ERX0ETV?;7Cd1d2}!ZT&KR3-bVw8$oIfEcE@;ip>K|wbL>qiweywD~n4_ z$}J)?D~#O>%8Ja4%Zmews*FRjD)T(@sysqKVUnAiXI^3Gk(U_h;ZtUimlP1;ZfvYy zW|UJ}ROA(6J%>XMglR%Kw3=22;?ot2Sq>{Dg#7m{t@<&s#I zo8(uV8)0EtqF-83TxDXSo#dQdP?ld<0@YWZkQ7l9#)o=YwliP80znm zUT)-H0YVp?RrhWdwl{X1U?|0j6b%mPHX!`bAZR7MZ1H7KKszX`xPz$r z=}yJ&+JWwlj*cFVt~suOVL>Jl1z{0sVUD3uK^git;N*tX|g?YYa1=__0xjF7t zF2M%H!JY;|POkdtq3Ld=$rfg%ex;U1mc~U9A(6K27*&cyK#bNF)j$Y1{o=&BfuKvE6fguq->CS-_jv+pg z1#Sk;CSI~!6v1t=3bTo0a2M*fgzDq z`PnIX5l)6KnW3J+US?rMDW%2k20kS@8I{iYMS+$1CZ6eqUghQm=@x}%mgXsiC4PP( zmQmiGUe3jlg+6|c#o;BT9@$xjzAkwc;oja66~UgC+2-cHp$6IEQ6-fbnb~>iRhe#O zSsAI>Ssp=#X=xr#9#xg01s1s>-sL6U6``4axtUdg?k*!B_T$}IcCn4X_1kB z1%=6}S*ba`o*ou{X~`KmM*3!%sjfLbk*?|bS-vGj4 zg^8}g{uQAvCEkI#MJBFMWd+W~Sw)WS>HeMpsd-TmRX*C;X@>b}W{G)Onfdw|-dQf8 zJ~@Gjx&9_)kv>jlftBgOflj`T86M8bIi=2F<&ovy!Ie&#fhDd1*Ps` zenCzZ{%)S0Ri?&~QHI8*`dN7%u2K2M>CTy+W_}h%9wvcF5q=SVIr-U%7CHVNE+)yL zVQ$WmjuzTEZl#t*+UA)q0j0UYVaC43zLvQe5iV8w*=8=;rcPd!t}fx_1(u16ymPKE>{-MLEIQ zPR5=Q;a(}BCVuW=Auc6mzFGdk=|15l9uDqqIK~=svZsuvZ`YuLA z;l@=FVHWN|Zmym_&iNLlPUWVd?wKWN`DsP|AyLWh`31p6>H5i*xfUe>=7G6U&WYwB zmA+*qTSsCTp=~d<0 z7U8+Ukxu@GjwYr4iH1IT9)TV%rM|`i=0@h>K3?I8X~AJmj!D`^1yxmRe?#g-A_PJTW`eqrXhRR*DMmTti%A;I1*-fmg` z0oq{(#^#Qej>+MrnL)lrIf?Fp!G@uc8R_Ba1^IA;yW`&W#1%;WZS?T$%0pZ$VNrjHuIT1yk5!yM%j+K7-VJ^XGi7CmM`DqpTKF*GA zskupE#h&i|0lsGDW~m_tWzLn^p^--JIl*D2F2Np^p%FnoS*0miDS1xik*01DMy^io zQR({W`g!3#>DoCdsYV5b;Q@&e25yc4`hFH+W`<>j5ys|z1ug+$5oP8^0fAvYC7Izx z;lbL81_2(fMh2EaxuH?z<-ytdl{r57mcd3IrTInr`N>8>ZdHy(sb=m@k!2x978WIm zzAmYuq1pM_iIypuZdvIWrj{W_Ri&jyZpP&mz8OiuCS|S>h6RzKZU+8=e(piJr5XBF zWx*v$;X&z!Md?{ip@m+7iH=3iCc)m8IfkVHiC&hjxj6-nC8e4A=Kcn`X(|3$DUoSj zel8J~em;fiRUsxpK4p&OB_7U}7M>pdj-I|o#s&pmslmR<;o&}|rHL7-*+Joz5gy5o z-kD*Zo*_|%Sr(T0sV1(0CYhCvPGQ-GW);cKQEu6eK3PsB=ApjX;YN|6W#;Za#wD3% zp~)eh-c@N)!QL*ZQHh!QX};PSo-R2VrYWu!=~XGE=0-&U`DO+N=^2@>flfi01zv7d z5yq~ThVFSGUWvgb27v_u-j?|lfd%CFVJa zk!gvMS^4G8nOV-ExqcR&CI&f)QJx05DHfHv6+y;o7283Fm}9wqvore}zKH;YNW*Omu*@?*po-P)-g>Igq8T!S(p&scz z=BXCtjuw$7Wr>OI-Y$+Q-hQU(DQ@|G-l}@v0s4mC!GWn} zrpe_2xe*ab6@kXdA>p|>CO(lR1?Ksw`Q}-UMP(@!9@+YVo_^`YUcUZ;k>1+oSp}9U z#ulFWWg%ICrfvp~rs>}9;VuP<0mT_*>BXLYKKb6R`Ch33#ewb~ndx4c=6U+wj)C5x zE(Km?W%_RAd6vl~-fr#|X^v50pnjvHlUGovscTWTS9*H7tt|uI-fL

    6a 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 N5}vMpF6*2UngHr%3&H>Z literal 0 HcmV?d00001 diff --git a/kubejs/assets/reclamation/textures/quests/theurgy_3.png b/kubejs/assets/reclamation/textures/quests/theurgy_3.png new file mode 100644 index 0000000000000000000000000000000000000000..63d45a5bce663c659ecfb9ab969b11c11ab94f17 GIT binary patch literal 23093 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

eY@)Kc%?3XT~koH;8$m&HlmV5?J~ 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%0D8m3vp&Hizn}K6Q!oKX>Zb4)@gT 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

xJGoa1CPp`{cz-Z$+DnrQ*L)4H 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